
/* scrollbar */
::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(255, 255, 255, .3);
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #000000a8;
    border: 1px solid rgba(255, 255, 255, .3);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, #990021, #6E0018) #990021;
    border: 1px solid #6E0018;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-family: "avenirmedium" !important;
}

@media (min-width:992px) and (max-width:1199px) {
    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 0.8rem;
    }
}

.footer li a,
.footer .last-footer .terms a {
    font-family: "avenirmedium" !important;
}



ul {
    padding-left: 0;
}

ul li {
    list-style: none;
}

.footer {
    background: #9f785c;
    padding: 44px 0 38px;
}

a {
    text-decoration: none;
}

.footer ul li {
    list-style: none;
    /* margin-bottom: 10px; */
    font-size: 1.2rem;
}

.footer li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
}

.footer li a:hover {
    color: #fff;
}

.footer li .small {
    color: rgb(48, 47, 47);
    font-size: 12px;
    margin-bottom: 10px !important;
}

.footer .fourth {
    background: #000;
    padding: 32px 40px;
    /* margin: 0 17px; */
    width: 82%;
    margin: auto;
}

.footer .fourth h6 {
    color: #9f785c;
    font-size: 22px;
    font-family: 'BERNIER Distressed';
    text-transform: lowercase;
}

.footer .fourth p {
    color: #9f785c;
    font-size: 12px;
    line-height: 1.3;
    /* padding-right: 57px; */
}

.footer .fourth .form-group input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9f785c;
    border-radius: 0;
}

.footer .fourth .form-group {
    margin-top: 20px;
    margin-bottom: 18px;
    display: flex;
}

.footer .fourth .form-group input::placeholder {
    font-size: 12px;
    color: #9f785c;
}

.footer .fourth .form-group input:focus {
    /* display: none; */
    background-color: #9f785c;
}

.footer .fourth .form-group label {
    color: #9f785c;
}

.footer .fourth .social-icons h5 {
    color: #9f785c;
    font-size: 22px;
    margin-bottom: 16px;
    margin-top: 60px;
    font-family: 'BERNIER Distressed';
    text-transform: lowercase;
}




.footer .last-footer {
    margin-top: 30px;
}

.footer .last-footer .terms a {
    color: #d8a58a;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
}

.footer .last-footer .terms a:hover {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
}

.footer .last-footer .privacy a {
    color: #d8a58a;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
}

.footer .last-footer .privacy a:hover {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
}

.footer .last-footer .copyright p {
    color: #000;
    font-size: 13px;
}

@media (max-width:991px) {

    .footer .first {
        margin-bottom: 51px;
    }

    .footer .second {
        margin-bottom: 51px;
    }
}

@media (max-width:574px) {
    .footer .third {
        margin-bottom: 51px;
    }

    .footer .fourth {
        padding: 40px 46px 43px 46px;
        margin: 0 36px;
    }

    .navbar .images img {
        width: 90px;
        display: block !important;
    }

    .navbar .search span {
        margin-right: 60px;
        color: #fff;
        display: block;
    }

    .navbar .profile span {
        margin-right: 60px;
        color: #fff;
        display: block;
    }
}

@media (max-width:384px) {
    .footer .fourth {
        padding: 40px 13px 43px 13px;
        /* margin: 0 20px; */
    }
}

/* css added by vaibhav */
.icons span a i {
    font-size: 20px;
}

.icons span {
    cursor: pointer;
}

.icons span:hover {
    cursor: pointer;
}

/* .footer .fourth .social-icons .icons span {
    color: #000;
    background-color: #9f785c;
    padding: 6px 5px 0px 5px;
    border-radius: 6px;
    border: 1px solid black;
    margin: 0 5px;
} */

/* .footer .fourth .social-icons .icons span:hover {

    border: 1px solid #9f785c;
    background-color: #000;
}
.footer .fourth .social-icons .icons span:hover a{

    color: #9f785c;
} */
.footer .fourth .social-icons .icons span a i {
    color: #9f785c;
}

#mob {
    outline: none;
    color: #fff;
    font-size: 12px;
}

#mob:focus,
#mob:active {
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

.str-tag-name {
    padding-left: 10px;
}

.footer-upper-two h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.footer-upper-two ul li {
    color: #000;
}

.footer-upper-two {
    background-color: #e8e8e8;
}

.nav-jawa {
    display: flex;
    gap: 40px;
}

.nav-head-jawa .navbar-brand {
    width: 92px;
}

.nav-head-jawa .navbar-brand img {
    width: 100%;
    display: block;
}

.footer .container {
    width: 79%;
}

.footer .first ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer .second {
    width: 98%;
}

.footer .footer-mt {
    margin-top: 32px;
}

.footer .lh-height {
    line-height: 10px;
}

.social-icons .icons {
    display: flex;
    gap: 30px;
}

.copyright {
    float: right;
}

.first ul li a {
    font-size: 15px;
}

.second .fs-15 {
    font-size: 15px;
}

.third ul li {
    margin-bottom: 0px;
}

.third .fs-15 {
    font-size: 15px;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-item::after {
    content: '';
    position: absolute;
    bottom: 22%;
    /* Adjust this to position the line vertically */
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #dc3545;
    transition: width 0.4s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-item:hover::after {
    width: 80px;
}

footer .second .light-family a {
    font-family: "avenirlight" !important;
}

footer .third .light-family a {
    font-family: "avenirlight" !important;
}

/* .rating i {
    color: #000;
} */
/* .rating i {
    color: #ffdc00;
} */

.map .card {
    border-radius: 0 !important;
}

.brand-data i.flaticon-sign.mr-2 {
    color: #dc3545;
}

.brand-data h2 a {
    color: #dc3545;
    text-decoration: none;
}


.share-data a {
    color: #dc3545;
}

.share-data a:hover {
    color: #000000;
}

.idxstrinfocard .idxinfocardstradd,
.idxstrinfocard .idxinfocardstrcontact,
.idxstrinfocard .idxinfocardstrtime {
    border-bottom: none;
}

@media (max-width:767px) {
    .nav-jawa {
        gap: 20px;
    }

    .footer .fourth {
        padding: 32px;
    }

    .footer .fourth h6,
    .footer .fourth .social-icons h5 {
        font-size: 16px;
    }

    .social-icons .icons {
        gap: 0px;
    }
}


/* new css for footer copied from the actual site */
.footer {
    background-color: #9f785c;
    color: #000;
    padding: 44px 0 38px;
    z-index: 3;
}

.h__relative {
    position: relative;
}



.page__wrap,
.page__wrap-s {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.footer__wrap {
    width: 76%;
}

.footer__grid {
    grid-template-columns: auto 330px;
    grid-gap: 50px;
    margin-bottom: 35px;
}

.grid {
    display: grid;
}

.footer__link-pri {
    grid-gap: 40px;
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.footer__group {
    align-content: flex-start;
    grid-gap: 15px;
}

.footer__link {
    color: #000;
    /* font-size: 1.4rem; */
    padding-bottom: 13px;
    padding-top: 13px;
}

.footer__link,
.footer__sublink {
    display: block;
    line-height: 1;
}

.h__uppercase {
    text-transform: uppercase;
}

.footer__group-pad {
    padding-left: 50px;
}

.footer__sublist {
    margin-bottom: 22px;
}

.footer__sublink {
    color: #212121;
    font-family: var(--font-light);
    font-size: 1.2rem;
    padding-bottom: 8px;
    padding-top: 8px;
    text-transform: capitalize;
}

.footer__link,
.footer__sublink {
    display: block;
    line-height: 1;
}

.footer__item:last-child .footer__sublist {
    margin-bottom: 0;
}

.footer-signup {
    background-color: #000;
    flex-direction: column;
    justify-self: flex-end;
    padding: 32px 42px;
    width: 100%;
}

.h__lc,
.section__ttl {
    text-transform: lowercase;
}

.footer-signup__ttl {
    color: #9f785c;
    font-size: 23px;
    font-family: "BERNIER Distressed";
    line-height: 1;
}

.h__mb10 {
    margin-bottom: 10px;
}

.footer-signup__txt {
    color: #9f785c;
    font-size: 13px;
    line-height: 1.3;
}

input#whatsappsubscriber-mobile {
    font-size: 13px;
}

.h__mb50 {
    margin-bottom: 50px;
}

.footer-signup__input {
    color: #9f785c;
}

.footer-signup__input .input__control {
    border-color: #9f785c;
}

.input__control:focus,
.input__control:invalid {
    box-shadow: none;
    outline: 0;
}

.input__control,
.input__control:-webkit-autofill,
.input__control::-webkit-input-placeholder,
.input__control::placeholder {
    color: var(--clr-txt-grey);
}

.input__control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #555;
    border-radius: 0;
    display: block;
    font-size: inherit;
    line-height: 1.4;
    overflow: hidden;
    padding: 0.75em 0;
    transition: .2s ease all;
    width: 100%;
}

.input__error {
    display: none;
    font-size: 1.2rem;
    font-style: italic;
    padding: 10px 0;
}

.footer-social__wrap {
    align-self: flex-end;
}

.footer-social__ttl {
    color: #9f785c;
    font-size: 23px;
    font-family: "BERNIER Distressed";
    margin-bottom: 16px;
}

.h__lc,
.section__ttl {
    text-transform: lowercase;
}

.footer-social {
    align-items: baseline;
    grid-template-columns: repeat(4, 1fr);
}

.footer-social__link {
    cursor: pointer;
}

.footer-social__icon.h__icon {
    font-size: 20px;
}

img.footer-social__icon-y.h__icon {
    font-size: 28px;
}

.h__icon {
    display: block;
    font-size: inherit;
    line-height: 1;
    height: auto;
    vertical-align: middle;
    width: 1em;
}

.grid-sb {
    justify-content: space-between;
}

.grid-am {
    align-items: center;
}

.grid-flex {
    display: flex;
}

.footer-copy__link:not(:last-child) {
    margin-right: 30px;
}

.footer-copy__link {
    font-size: 13px;
    line-height: 1.5;
    padding: 5px 0;
}

.footer-copy__txt {
    font-size: 12px;
    line-height: 1;
}

.footer-copy__link {
    color: #d8a58a;
}

.footer .light-family a {
    font-family: "avenirlight" !important;
}

div#footer a:hover {
    color: #fff;
}

.footer-copy.grid-flex a:hover {
    color: #fff;
}

.c-pointer {
    cursor: pointer;
}

a.company-name {
    color: #32a1e6;
    
}

a.company-name:hover {
    color: #32a1e6;
    text-decoration: underline;
}

@media(max-width:768px) {
    .footer__grid {
        display: flex;
        flex-direction: column;
    }

    .grid-flex.grid-am.grid-sb {
        display: flex;
        flex-direction: column;
    }

    .footer-copy__txt {
        line-height: 22px;
    }

    .footer__link-pri {
        grid-gap: 30px;
    }

    .footer__group {
        grid-gap: 6px
    }

    .footer__group-pad {
        padding-left: 2px;
    }

    .footer__link {
        padding-top: 9px;
        padding-bottom: 9px;
        line-height: 16px;
    }

    .footer-inspection-guide-sub .states-name,
    .footer-inspection-guide-sub .cities-name {
        line-height: 26px;
    }
}

@media (min-width:820px) and (max-width:1180px) {
    div#footer {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    div#footer {
        display: grid;
    }
}

/* css of all pages inside the index for header which will be same in all the pages */
.brbanblk {
    position: relative;
}

.banner-card {
    position: absolute;
    top: 10%;
}

.bg-site-color-light {
    background-color: #f8f1f1 !important;
}

.bus-feat-data .nearby .categ-data li {
    padding: 2px 6px;
    margin-bottom: 1px !important;
}

.breadcrumb-section .breadcrumb {
    background-color: transparent;
    margin-bottom: 0px;
}

.footer-upper-three .section-title span {
    border-bottom: 2px solid #990021;
}

/* .footer-upper-three h4{
    font-size: 22px;
} */
.states-name h6,
.cities-name h6 {
    font-size: 20px;
}

.card.brinfocard {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* code pen card css */
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap);
@import url(https://use.fontawesome.com/releases/v5.4.1/css/all.css);

:root {
    --white: #ffffff;
    --white-rgb: 255, 255, 255;
    --dark: #0f0617;
    --dark-rgb: 15, 6, 23;
    --light: #e8e0e0;
    --light-rgb: 232, 224, 224;
    --primary: #b245ff;
    --primary-rgb: 178, 69, 255;
    --secondary: #fac384;
    --secondary-rgb: 250, 195, 132;
    --shadow-color: 178, 169, 169;
    --shadow: 1.4px 2.7px 3.6px rgba(var(--shadow-color), 0.017),
        3.8px 7.5px 10px rgba(var(--shadow-color), 0.025),
        9px 18.1px 24.1px rgba(var(--shadow-color), 0.033),
        30px 60px 80px rgba(var(--shadow-color), 0.05);
    --shadow-hover: 1.8px 3.7px 3.6px rgba(var(--shadow-color), 0.052),
        5px 10.1px 10px rgba(var(--shadow-color), 0.075),
        12.1px 24.4px 24.1px rgba(var(--shadow-color), 0.098),
        40px 81px 80px rgba(var(--shadow-color), 0.15);
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html,
body {
    margin: 0 auto;
    scroll-behavior: smooth;
}

.filter {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 5rem 0 3rem;
}

.search {
    position: relative;
}

.search__input {
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    border: 1px solid var(--primary);
    background: var(--white);
    color: var(--dark);
    font-size: 16px;
    border-radius: 2rem;
    outline: 0;
}

.search__button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    color: var(--primary);
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
}

/* added csss again  */
@media(max-width:768px) {
    #breadcrumb {
        padding: 20px;
    }

    #breadcrumb li:first-child {
        margin-left: -20px;
    }
}

.button {
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    padding: 0.75rem 2rem;
    border-radius: 2rem;
    border: 2px solid var(--primary);
    background: transparent;
}

.button.--active {
    border-color: var(--primary);
    background: var(--primary);
    color: var(--light);
}

/*
@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1400px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
} */

.card {
    display: flex;
    flex-direction: column;
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    color: var(--dark);
    text-decoration: none;
    transition: all 0.25s;
    position: relative;
}

.card__picture {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0;
    overflow: hidden;
    position: relative;
    transition: background 0.25s;
}

.card__picture:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(var(--dark-rgb), 0) 25%, rgba(var(--dark-rgb), 0));
    z-index: 1;
}

.card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s;
}

.card__content {
    padding: 2rem 1rem;
    position: relative;
}

.card__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #990021;
}

.card-mrp ul li {
    color: #990021;
}

.card:hover .card-mrp ul li {
    color: #000000;
}

.card:hover .card__title {
    color: #000;
}

.border-bottom-nearby {
    border-bottom: 2px solid #990021;
}

.card__more {
    position: relative;
    margin: -1.5rem 1.5rem -1.5rem 0;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    background: #ff0000;
    color: var(--white);
    align-self: flex-end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.25s;
    z-index: 2;
}

@media (min-width: 992px) {
    .card__more {
        margin: -2rem 1.5rem -2rem 0;
        height: 3rem;
        width: 3rem;
    }
}

.card__more:after {
    content: "ï”";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
}

@media (min-width: 992px) {
    .card__more:after {
        font-size: 1.5rem;
    }
}


.card:nth-child(5n) {
    justify-content: flex-end;
    aspect-ratio: 2/3;
}

@media (min-width: 768px) {
    .card:nth-child(5n) {
        grid-column: span 2;
        aspect-ratio: 3/2;
    }
}

@media (min-width: 1400px) {
    .card:nth-child(5n) {
        aspect-ratio: auto;
    }
}

.card:nth-child(5n) .card__picture {
    position: absolute;
    inset: 0;
    aspect-ratio: auto;
}

.card:nth-child(5n) .card__picture:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(rgba(var(--dark-rgb), 0) 25%, rgba(var(--dark-rgb), 0.5));
}

.card:nth-child(5n) .card__picture:after {
    background: linear-gradient(rgba(var(--dark-rgb), 0) 25%, rgba(var(--dark-rgb), 0.5));
}

.card:nth-child(5n) .card__more {
    display: none;
}

.card:nth-child(5n) .card__content {
    position: relative;
    z-index: 1;
    color: var(--light);
    background: none;
}

@media (min-width: 1400px) {
    .card:nth-child(5n) .card__content {
        max-width: 66.6667%;
    }
}

.card__content p {
    color: #000;
}

.card.--inactive {
    display: none;
}

.card:hover {
    box-shadow: var(--shadow-hover);
}

.card:hover .card__picture:after {
    background: linear-gradient(rgba(var(--primary-rgb), 0) 25%, rgb(129 0 0 / 39%));
}

.card:hover .card__image {
    transform: scale(1.1);
}

.card:hover .card__more {
    background: #c10909;
}

.margin-applied-media .iframe {
    border-radius: 8px !important;
    border: 0;
}

/* code pen breadcrumb css */

#breadcrumb {
    list-style: none;
    display: inline-block;
}

#breadcrumb .fa {
    font-size: 14px;
}

#breadcrumb li {
    float: left;
}

#breadcrumb li a {
    color: #FFF;
    display: block;
    background: #dc3545;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
    margin-top: 10px
}

#breadcrumb li:nth-child(even) a {
    background-color: #dc3545;
}

#breadcrumb li:nth-child(even) a:before {
    border-color: #dc3545;
    border-left-color: transparent;
}

#breadcrumb li:nth-child(even) a:after {
    border-left-color: #dc3545;
}

#breadcrumb li:first-child a {
    padding-left: 15px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}

.border-r-0 {
    border-radius: 0px;
}

#breadcrumb li:first-child a:before {
    border: none;
}

/* .rating svg{
    color: #ffc107;
} */
#breadcrumb li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
}

#breadcrumb li:last-child a:after {
    border: none;
}

#breadcrumb li a:before,
#breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #dc3545;
    border-width: 20px 10px;
    width: 0;
    height: 0;
}

#breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
}

#breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #dc3545;
}

#breadcrumb li a:hover {
    background-color: #c10909;
}

#breadcrumb li a:hover:before {
    border-color: #c10909;
    border-left-color: transparent;
}

#breadcrumb li a:hover:after {
    border-left-color: #c10909;
}

#breadcrumb li a:active {
    background-color: #c10909;
}

#breadcrumb li a:active:before {
    border-color: #c10909;
    border-left-color: transparent;
}

#breadcrumb li a:active:after {
    border-left-color: #c10909;
}


/* css for all the pages banner-card */
.brbanblk .info-card-div .card-header .brand-data .brinfocardstrname {
    color: #990021;
}

.brinfocardstrname {
    font-size: 18px;
    line-height: 1.5;
}

.brinfocardstrname>i {
    font-size: 18px;
    position: relative;
    top: 1px;
}

.share-data .share-btn {
    vertical-align: top;
    border-radius: 0;
    line-height: 1;
}

.share-data i {
    font-size: 20px;
}

.opennow {
    color: #00bf00;
    padding: 5px;
    font-size: small;
    width: 70px;
    display: block;
    margin: auto;
    border-radius: 2px;
}

.brbanblk .info-card-div .card-body .br-btn-row .brinfocard-call-btn {
    background-color: #990021;
    color: #fdf7f7;
    border-color: #990021;
    font-size: 14px;
}

.brbanblk .info-card-div .card-body .br-btn-row .brinfocard-call-btn:hover {
    border-color: #990021;
    color: #990021;
    background-color: #fdf7f7;
}

.brbanblk .info-card-div .card-body .br-btn-row .brinfocarddirbtn {
    background-color: #990021;
    color: #fdf7f7;
    border-color: #990021;
    font-size: 14px;
}

.brbanblk .info-card-div .card-body .br-btn-row .brinfocarddirbtn:hover {
    border-color: #990021;
    color: #990021;
    background-color: #fdf7f7;
}

.qrcodeq canvas {
    width: 60px;
    height: 60px;
    vertical-align: middle;
}

.footer {
    text-align: left;
}

@media(max-width:768px) {
    .navbar-nav .nav-item::after {
        bottom: 10%;
        left: 11%;
    }

    .footer-signup__ttl {
        font-size: 21px;
    }

    .footer-social__ttl {
        font-size: 20px;
    }

    .banner-card {
        position: relative;
        margin-top: 20px;
    }

    .card.brinfocard {
        box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px !important;
    }

}

@media(min-width:768px) and (max-width:1180px) {
    .banner-card {
        position: relative;
        margin-top: 20px;
    }
}

@media(min-width:1024px) and (max-width:1366px) {
    .banner-card {
        position: absolute;
        top: 0%;
        margin-top: 10px;
    }

    .padding-banner-body {
        padding: 8px;
    }

    .padding-banner-body .contact {
        text-align: left;
    }

    .padding-banner-body .contact .contact2 {
        font-size: 12px;
    }
}


/* product details csss */
.product-name span {
    border-bottom: 2px solid #990021;
}

.bb-same {
    border-bottom: 2px solid #990021;
}

.bike-card-first .bd-hero-same {
    border: 1px solid #cdcdcd;
    margin-right: 10px;
    padding: 2px;
}

.specification-sub .padding-right {
    padding-right: 0px;
}

.specification-types-left {
    width: 100%;
    border: 1px solid #cdcdcd;
    padding: 10px;
}

.specification-types-left .nav-tabs {
    border-bottom: none;
}

.specification-types-left a.nav-link.link-gap.active {
    border: none;
}

.specification-types-left a.nav-link.link-gap.active {
    color: #990021;
}

.specification-types-left a.nav-link.link-gap {
    color: black;
}

.specification-sub .link-gap {
    display: flex;
    gap: 8px;
}

.specification-types-left a.nav-link.link-gap:hover {
    color: #990021;
}

.specification-sub .padding-left {
    padding-left: 0px;
}

.specification-types-right-bg {
    background-color: #f7f4f4;
}

.specification-types-right {
    padding: 11px 20px;
}

.specification-types-right .mb-applied {
    margin-bottom: 15px;
}

.specification-types-right .details-head {
    font-weight: bold;
}

.spec-details p {
    margin-bottom: 0px;
}

/* jawa form */
.jawa-form {
    padding: 15px 10px;
    text-align: center;
    border: 1px solid #cdcdcd;
}

.jawa-form .title-store {
    font-size: 14px;
    color: #990021;
    font-weight: bold;
    line-height: 1.5;
}

.jawa-form {
    padding: 15px 10px;
    text-align: center;
    border: 1px solid #cdcdcd;
}

.jawa-form .call-request-jawa {
    background: #f8f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.jawa-form .call-req-text {
    font-size: 17px;
    font-weight: bold;
}

.input-fields-jawa {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input-fields-jawa input {
    border: none;
    border-bottom: 1px solid #cdcdcd;
    font-size: 12px;
    box-shadow: none;
    border-radius: 0px;
}

.error-msg {
    display: block;
    text-align: justify;
}

.input-fields-jawa textarea {
    resize: none;
    border: none;
    font-size: 12px;
    border-bottom: 1px solid #cdcdcd;
}

.enquiry-btn {
    border: 1px solid #990021;
    background: #990021;
    padding: 8px 20px;
    cursor: pointer;
    color: #fff;
    /* border-radius: 6px; */
    /* font-weight: bold; */
}

.enquiry-btn:hover {
    background-color: #fff;
    color: #990021;
    border: 1px solid #990021;
}

.brinfocardstradd svg {
    margin-top: -3px;
    margin-right: 6px;
}

.brinfocard svg {
    margin-top: -3px;
}

.card-bx-none:hover {
    box-shadow: none;
}

@media (max-width:768px) {
    .jawa-form {
        margin-top: 10px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .specification-sub .padding-right {
        padding-left: 0px;
    }

    .specification-sub .link-gap {
        gap: 3px;
    }

    .specification-types-left .nav-link {
        padding-left: 8px;
    }
}

@media (max-width:769px) {

    .product-name,
    .prod-desc h4,
    .price-desc h4 {
        font-size: 20px;
    }

}

@media (min-width:768px) and (max-width:1024px) {
    .jawa-form {
        margin-top: 10px;
    }
}

@media(max-width:768px) {
    #breadcrumb {
        padding: 20px;
        display: flex;
    }

    .card.brinfocard {
        padding: 0px !important;
    }

    #breadcrumb li a {
        font-size: 11px;
        height: 32px;
        line-height: 32px;
        margin-right: 12px;
    }

    #breadcrumb li:first-child a {
        padding-left: 8px;

    }

    #breadcrumb li a:after {
        border-width: 16px 6px;
    }

    #breadcrumb li a:before {
        border-width: 16px 6px;
        left: -25px;
    }

    #breadcrumb li:first-child {
        margin-left: -20px;
    }

    .qrcodeq canvas {
        width: 52px;
        height: 52px;
    }

    span.contact2 {
        font-size: 12px;
    }
}

@media (min-width:820px) and (max-width:1180px) {
    #breadcrumb li a {
        margin-right: 22px !important;
        font-size: 12px;
    }

    #breadcrumb li a:before {
        left: -18px;
    }

    #breadcrumb li:last-child a {
        padding-right: 8px;
    }
}

/* new card css for padding */
.card.brinfocard {
    padding: 10px;
}

@media (min-width:1023px) and (max-width:1026px) {
    .banner-card {
        padding: 0px !important;
    }
}

.idxstrinfocard svg {
    margin-top: -4px;
    margin-right: 9px;
}





/* ================awesmome place home css============== */

.navbar .nav-item .nav-link {
    color: #000 !important;
    font-weight: 600;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.2rem;

}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
    color: #ff0000;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

/* hero section  */
.hero iframe {
    width: 100%;
    /* height: 450px; */
    height: 381px;
    border-radius: 10px;
}
@media (max-width:1199px) {
    .hero iframe {
        height: 318px;
    }
}
@media (max-width:991px) {
    .hero iframe {
        margin-bottom: 20px;
        height: 362px;
    }
}
@media (max-width:767px) {
    .hero iframe {
        height: 272px;
    }
}
@media (max-width:575px) {
    .hero iframe {
        height: 285px;
    }
}
@media(min-width:300px) and (max-width:438px) {
    .hero iframe {
        height: 215px;
    }
}

.hero .content {
    text-align: center;
}

.hero .content h2 {
    font-size: 2rem;
}

.hero .content p,
.hero .content b {
    font-size: 1.2rem;
}

.hero .content a.btn-danger {
    font-size: 1.2rem;
}

/* happy client  */


/* .happy-client .card {
    border: none;
    box-shadow: none !important;
} */

/* .card:hover {
    box-shadow: none !important;
} */

/* .bx-none {
    box-shadow: none;
} */

button.btn.btn-link.btn-block.text-left.collapsed {
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25) !important;
}

.happy-client .card .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.happy-client .card .card-body .content {
    margin-left: 6px;
}
@media (max-width:768px) {
    .happy-client .card .card-body .content{
        margin-top: 0;
    }
}

.happy-client .card .card-body .content h6 {
    margin-bottom: 0;
    font-size: 1rem;
}

.happy-client .card .card-body .content p {
    margin-bottom: 0;
    /* font-size: 10px; */
    font-size: 1rem;
}


/* rating review  */
.rating h4 {
    color: #ff0000;
    text-transform: uppercase;
}

.rating p {
    font-size: 1.2rem;
}

.rating p span {
    font-size: 1.2rem !important;
}

.rating h6 {
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 20px;
    width: 40%;
    margin: auto;
    margin-bottom: 20px;
}

@media (max-width:1199px) {
    .rating h6 {
        width: 46%;
    }
}

@media (max-width:991px) {
    .rating h6 {
        width: 65%;
    }
}

.rating h5 {
    text-transform: uppercase;
}

.rating .stars span i {
    color: #fb0;
}

.rating .btns {
    border-top: 1px dotted #000000;
    border-bottom: 1px dotted #000000;
}

.accordion .accordion-item .rating .btns button.btn-danger,
.accordian .accordion-item .rating .btns button.btn-warning {
    text-transform: uppercase !important;
    font-size: 1.2rem;
}



@media (min-width:992px) and (max-width:1199px) {

    .accordion .accordion-item .rating .btns button.btn-danger,
    .accordian .accordion-item .rating .btns button.btn-warning {
        text-transform: uppercase !important;
        font-size: 1.18rem;
    }
}

@media (max-width:991px) {
    .accordion .accordion-item .rating .btns .btn-danger {
        font-size: 0.72rem !important;
    }

    .accordion .accordion-item .rating .btns .btn-warning {
        font-size: 0.72rem !important;
    }

    /* .rating .card .btn-danger,
    .rating .card .btn-warning {
        font-size: 0.72rem !important;
    } */
}

@media (max-width:367px) {

    .rating .card .btn-danger,
    .rating .card .btn-warning {
        font-size: 0.6rem !important;
    }
}

@media (max-width:767px) {
    .rating .btns .btn-danger {
        margin-bottom: 0.5rem;
    }

    /* .rating .btns {
        margin-bottom: 3rem;
    } */
}

.rating .card-footer {
    padding: .75rem 1.25rem;
}

@media (min-width:768px) and (max-width:991px) {
    .rating .card-footer .qr-code {
        font-size: 0.64rem;
    }
}

@media (max-width:460px) {
    .rating .card-footer .qr-code {
        font-size: 0.6rem;
    }
}

@media (max-width:383px) {
    .rating .card-footer .qr-code {
        font-size: 0.5rem;
    }
}

.rating .images img {
    width: 110px;
}

/* party-package  */
.party-package h2 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 2rem;
}


@media (max-width:767px) {
    .party-package .content {
        margin-bottom: 2.4rem;
    }
}

.party-package .content h3 {
    font-size: 2rem;
}

.party-package .content p {
    font-size: 1.2rem;
    text-align: justify;
}

.party-package .bottom-content h4 {
    font-size: 1.8rem;
    text-align: center;
    width: 83%;
    margin: auto;
    margin-top: 1rem;
}

.party-package .bottom-content .btns button.btn-danger {
    font-size: 1.2rem;
}

@media (max-width:991px) {
    .party-package .bottom-content h4 {
        width: 100%;
    }
}


/* play-area  */

.play-area h2 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 2rem;
}

@media (max-width:366px) {
    .play-area h2 {
        font-size: 2.2rem;
    }
}

.play-area .pricing-table {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    /* max-width: 1100px; */
    margin: 0 auto;
    /* background: #ffffff; */
}

.play-area .pricing-table .ptable-item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .play-area.pricing-table .ptable-item {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .play-area .pricing-table .ptable-item {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .play-area .pricing-table .ptable-item {
        width: 100%;
    }
}

.play-area .pricing-table .ptable-single {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.play-area .pricing-table .ptable-header,
.play-area .pricing-table .ptable-body,
.play-area .pricing-table .ptable-footer {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.play-area .pricing-table .ptable-status,
.play-area .pricing-table .ptable-title,
.play-area .pricing-table .ptable-price,
.play-area .pricing-table .ptable-description,
.play-area .pricing-table .ptable-action {
    position: relative;
    width: 100%;
    text-align: center;
}

.play-area .pricing-table .ptable-single {
    background: #f6f8fa;
}

.play-area .pricing-table .ptable-single:hover {
    box-shadow: 0 0 10px #999999;
}

.play-area .pricing-table .ptable-header {
    margin: 0 30px;
    padding: 30px 0 45px 0;
    width: auto;
    background: #2A293E;
}

.play-area .pricing-table .ptable-header::before,
.play-area .pricing-table .ptable-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 100px solid #f6f8fa;
}

.play-area .pricing-table .ptable-header::before {
    right: 50%;
    border-right: 250px solid transparent;
}

.play-area .pricing-table .ptable-header::after {
    left: 50%;
    border-left: 250px solid transparent;
}

.play-area .pricing-table .ptable-item.featured-item .ptable-header {
    background: #dc3545;
}

.play-area .pricing-table .ptable-status {
    margin-top: -30px;
}

.play-area .pricing-table .ptable-status span {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
    padding: 5px 0;
    text-align: center;
    color: #dc3545;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    background: #dc3545;
}

.play-area .pricing-table .ptable-status span::before,
.play-area .pricing-table .ptable-status span::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid #dc3545;
}

.play-area .pricing-table .ptable-status span::before {
    right: 50%;
    border-right: 25px solid transparent;
}

.play-area .pricing-table .ptable-status span::after {
    left: 50%;
    border-left: 25px solid transparent;
}

.play-area .pricing-table .ptable-title h2 {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

@media (min-width:768px) and (max-width:991px) {
    .play-area .pricing-table .ptable-title h2 {
        font-size: 1.3rem;
    }
}

.play-area .pricing-table .ptable-price h2 {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    margin-left: 15px;
}

.play-area .pricing-table .ptable-price h2 small {
    position: absolute;
    font-size: 18px;
    font-weight: 300;
    margin-top: 16px;
    margin-left: -15px;
}

.play-area .pricing-table .ptable-price h2 span {
    margin-left: 3px;
    font-size: 16px;
    font-weight: 300;
}

.play-area .pricing-table .ptable-body {
    padding: 20px 0;
}

.play-area .pricing-table .ptable-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.play-area .pricing-table .ptable-description ul li {
    color: #2A293E;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 7px;
    border-bottom: 1px solid #dedede;
}

.play-area .pricing-table .ptable-description ul li:last-child {
    border: none;
}

.play-area .pricing-table .ptable-footer {
    padding-bottom: 30px;
}

.play-area .pricing-table .ptable-action a {
    display: inline-block;
    padding: 10px 20px;
    /* color: #FF6F61; */
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
    background: #2A293E;
}

.play-area .pricing-table .ptable-action a:hover {
    color: #fff;
    background: #dc3545;
}

.play-area .pricing-table .ptable-item.featured-item .ptable-action a {
    color: #fff;
    background: #dc3545;
}

.play-area .pricing-table .ptable-item.featured-item .ptable-action a:hover {
    color: #fff;
    background: #2A293E;
}

/* fun section  */

.fun h2 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 2rem;
}

.fun .images img {
    border-radius: 1px;
}

.fun .content {
    text-align: center;

}

.fun .content h4 {
    font-size: 1.5rem;
    text-align: left;
}

.fun .content p {
    font-size: 1.2rem;
    text-align: left;
}

.fun .content b {
    font-size: 1.2rem;
}

/* birthday-venues */
.birthday-venues h2 {
    font-size: 2.4rem;
    /* text-align: center; */
    margin-bottom: 1.9rem;
}

.birthday-venues h3 {
    font-size: 1.75rem;
}

/* business-cards */
.business-cards .card .card-body {
    text-align: center;
}

.business-cards .card .card-body i {
    font-size: 5rem;
    margin-bottom: 1rem;
}

.business-cards .card .card-footer i {
    margin-right: 5px;
}

/* tag section  */
.tags h4 {
    color: #dc3545;
    text-transform: uppercase;

}

.tags ul {
    padding-left: 0;
    margin-top: 5px;
}

.tags ul li {
    background-color: #f1f1f1;
    display: inline-block;
    text-transform: capitalize;
    padding: 4px 10px;
    margin-right: 10px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

/* content tag section  */

.content-tags .container {
    background-color: #f1f1f1;
}

.content-tags ul {
    padding-left: 0;
}

.content-tags ul h5 {
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.content-tags ul li {
    text-transform: capitalize;
    list-style: none;
    display: inline-flex;
    margin-bottom: 10px;
}

.content-tags ul li a {
    text-decoration: none;
    color: #000;
    font-size: 1.2rem;
}

.content-tags ul li span {
    padding: 0 10px;
    font-size: 1.2rem;
}

/* main-footer */
.main-footer h5 {
    margin-bottom: 1rem;
    font-weight: 600;
}

.main-footer ul {
    padding-left: 0;
}

@media (max-width:767px) {
    .main-footer .menu {
        margin-bottom: 25px;
    }
}

.main-footer ul li {
    list-style: none;
    margin-bottom: 0.5rem;
}

.main-footer ul li a {
    text-decoration: none;
    color: #000;
    font-size: 1.1rem;

}

.main-footer ul li a:hover {
    color: #dc3545;
}

.main-footer p {
    font-size: 1.2rem;
}

.main-footer form {
    position: relative;
}

.main-footer form input {
    padding: 5px 6px;
    border: 1px solid #dc3545;
    border-radius: 20px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

.main-footer form button {
    position: absolute;
    right: 0%;
    top: 0%;
    border-radius: 20px;

}

.main-footer .address .icons,
.main-footer .email .icons,
.main-footer .phone .icons {
    margin-right: 10px;
    margin-top: 5px;
}

.main-footer .address .icons i,
.main-footer .email .icons i,
.main-footer .phone .icons i {
    font-size: 1.2rem;
}

.main-footer .email .content a,
.main-footer .phone .content a {
    text-decoration: none;
    color: #000;
    font-size: 1.2rem;
}

.main-footer .email .content a:hover,
.main-footer .phone .content a:hover {
    color: #ff0000;
}

.main-footer .social-links {
    display: flex;
    align-items: center;
}

.main-footer .social-links i {
    margin-right: 10px;
    font-size: 1.2rem;
}

.main-footer .social-links i:hover,
.main-footer .social-links img:hover {
    transform: scale(1.2);
}

@media (max-width:991px) {
    .main-footer .btns-bottom {
        margin-top: 20px;
    }
}





.accordion-button {
    position: relative;
}

.accordion-button::after {
    content: "";
    /* display: none; */
}

.accordion-button.collapsed .icon::before {
    content: "+";
}

.accordion-button:not(.collapsed) .icon::before {
    content: "-";
}

.icon {
    position: absolute;
    right: 1.25rem;
    font-size: 1.25rem;
}

.bg-grey {
    background-color: #f8f3f3;
}

.bg-darkgrey {
    background-color: #D3D3D3;
}

.card-body p span {
    font-size: 14px;
}

.review {
    font-size: 14px;
}

.g-stars {
    font-size: 14px;
}

.website {
    font-size: 14px;
}

.direction {
    font-size: 14px;
}

.open-btn {
    font-size: 12px;
}

.bg-grey h5 {
    font-size: 14px;
}

.bg-grey p {
    font-size: 12px;
    line-height: 22px;
}

.text-center h6 {
    font-size: 14px;
}

.text-center p {
    font-size: 12px;
}

.footer-text {
    font-size: 12px;
}

/* .footer-text span{
    color: #3498DB ;
} */


.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

.navbar .nav-item .nav-link {
    color: #000;
    font-weight: 600;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.2rem;

}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
    color: #dc3545;
}

/* =========================================================== */

/* content tag section  */
.content-tags {
    background-color: #f1f1f1;
}

.content-tags ul {
    padding-left: 0;
}

.content-tags ul h5 {
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.content-tags ul li {
    text-transform: capitalize;
    list-style: none;
    display: inline-flex;
    margin-bottom: 10px;
}

.content-tags ul li a {
    text-decoration: none;
    color: #000;
}

.content-tags ul li span {
    padding: 0 10px;
}

/* footer  */
.footer .footer-logo img {
    width: 150px;
}

.footer h5 {
    font-weight: 600;
    text-align: center;
}

.footer ul {
    text-align: center;
    padding-left: 0;
}

.footer ul li {
    list-style: none;
    display: inline-flex;
}

.footer ul li span {
    padding: 0 10px;
}

.footer .f-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

@media (max-width: 767px) {
    .f-bottom {
        flex-direction: column;
        height: 150px;
    }
}

.footer .f-bottom .powered-info {
    font-size: 1rem;
    /* font-weight: 600; */
}

.footer .f-bottom .social-links li {
    margin: 0 5px 0 0;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.footer .f-bottom .social-links li a {
    display: block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    width: 30px;
    background-color: #ed1d24;
    border-radius: 4px;
    height: 30px;
}

.footer .f-bottom .social-links li a:hover {
    background-color: #000;
}

.footer .f-bottom .social-links li i {
    font-size: 14px;
    line-height: 1;
}

.footer .f-bottom .powered-by a {
    color: #0b68a0 !important;
}

.footer .f-bottom .powered-by a:hover {
    color: #ff0000;
}

/* ===========================Awesome Place Home css End============= */



.accordion-item .accordion-button {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border: #e7e7e7 !important;
    background: transparent;
    padding-left: 0;
    padding-right: 0;

}

.accordion-body {
    padding: 1rem 0;
    border: #000;
}

.btn.btn-green {
    background-color: #86E145;
    color: #000;
    font-size: 1rem;
    min-width: 9rem;
    width: 100%;
    text-transform: uppercase;
}

.btn.btn-green:hover {
    background-color: #6ec034;
}


/* @media (max-width:991px) {
    .fa-phone-alt{
        margin-bottom: 20px;
    }
} */


@media (max-width:991px) {
    .address {
        margin-top: 20px;
    }
}

.presence .content ul {
    display: flex;
    flex-wrap: wrap;
}

.presence .content ul h6 {
    margin-right: 10px;
}

.presence .content ul li span {
    padding: 10px;
    color: #000;
}

.presence .content ul li a {
    font-weight: 500;
}

.presence {
    background-color: #f1f1f1;
}



/* ============================================================================ */
.idxstrheader {
    padding: 10px 15px;
}

.idxstrheader .idxstrsrchh2 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize !important;
    text-align: center;
}

.idxstrinfocard .brand-data i {
    position: relative;
    top: 3px;
    font-size: 18px;
}

.share-data a{
    text-decoration: none;
}
.share-data a>i {
    font-size: 25px;
    vertical-align: top;
}

.idxstrinfocard .card-header {
    line-height: 0;
}

.idxstrinfocard .brand-data i {
    position: relative;
    top: 3px;
    font-size: 18px;
}

.idxstrinfocard .idxinfocardstrname {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
}

.idxstrinfocard .idxinfocardstrcontact {
    font-size: 15px;
    /* border-bottom: 1px solid; */
    text-transform: capitalize !important;
}

.idxstrinfocard .idxinfocardstrtime {
    font-size: 15px;
    /* border-bottom: 1px solid; */
    text-transform: capitalize !important;
}

.idxstrinfocard .idxinfocardstradd {
    font-size: 15px;
    /* border-bottom: 1px solid; */
    text-transform: capitalize !important;
}

.idxstrinfocard .idxinfocardstrstatus {
    display: block;
    font-size: 14px;
    padding: 6px 0;
    font-weight: 600;
}

.idxstrinfocard .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.idxstrinfocard .form-row [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.idxstrinfocard .form-row .idxinfocardstrdirbtn {
    padding: 6px 0 6px 0;
    font-size: 12px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
}

.idxstrinfocard .form-row .idxinfocardstrwebbtn {
    padding: 6px 0 6px 0;
    font-size: 12px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
}

.idxstrinfocard .idxinfocardstrwebbtn {
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.idxstrinfocard .idxinfocardstrwebbtn>span:last-child {
    padding: 5px;
}

.idxstrinfocard .idxinfocardstrwebbtn i {
    position: relative;
    top: 2px;
}

.idxstrinfocard .idxinfocardstrdirbtn {
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.idxstrinfocard .idxinfocardstrdirbtn>span:last-child {
    padding: 5px;
}

.idxstrinfocard .idxinfocardstrdirbtn i {
    position: relative;
    top: 2px;
}

.share-data a>i {
    font-size: 25px;
    vertical-align: top;
}

.idxinfocardstrwebbtn {
    border: 1px solid;
}

@media (max-width: 575px) {
    .idxstrheader .idxstrsrchh2 {
        font-size: 20px;
    }

    .idxstrinfocard .brand-data i {
        font-size: 16px;
    }

    .idxstrinfocard .idxinfocardstrname {
        font-size: 16px;
    }

    .idxstrinfocard .idxinfocardstrloc {
        font-size: 14px;
    }

    .idxstrinfocard .idxinfocardstrcontact {
        font-size: 14px;
    }

    .idxstrinfocard .idx-info-card-str-mail {
        font-size: 14px;
    }

    .idxstrinfocard .idxinfocardstrtime {
        font-size: 14px;
    }

    .idxstrinfocard .idxinfocardstradd {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .idxstrinfocard .form-row .idxinfocardstrcallbtn {
        font-size: 11px;
        letter-spacing: 0.1em;
    }

    .idxstrinfocard .form-row .idxinfocardstrdirbtn {
        font-size: 11px;
        letter-spacing: 0.1em;
    }

    .idxstrinfocard .form-row .idxinfocardstrwebbtn {
        font-size: 11px;
        letter-spacing: 0.1em;
    }
}

.pagination {
    margin-top: 25px;
    justify-content: center;
}

.pagination .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.3;
    border: 1px solid;
}

@media (min-width: 360px) {
    .pagination .page-link {
        padding: 1rem 1.25rem;
    }
}

.pagination .page-item.active .page-link {
    z-index: 3;
}

.store-header .card-deck {
    margin: 0;
}

.store-header .card-deck>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

@media (max-width: 991px) {
    .store-header .card-deck .col-lg-4 {
        margin-bottom: 25px;
    }
}

.store-header .card-deck .idxstrsrchform {
    padding: 15px;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.store-header .card-deck .idxstrsrchform .search-h1 {
    display: flex;
    padding: 0px 15px;
    justify-content: space-between;
    align-items: center;
}

.store-header .card-deck .idxstrsrchform .search-h1 .idxstrsrchh1 {
    font-size: 22px;
    font-weight: 600;
}

.store-header .card-deck .idxstrsrchform .search-h1 .map-icon {
    height: 40px;
    font-size: 18px;
    border-radius: 4px !important;
    line-height: 0;
    border: none;
    display: flex;
    align-items: center;
    padding: 14px;
}

.store-header .card-deck .idxstrsrchform .srch-nearby-input .idxstrsrchlocbtn {
    padding: 0.469rem 0.75rem;
    font-size: 14px;
    line-height: 1;
    display: flex;
    border-radius: 4px;
    border: 1px solid;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    height: 40px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .store-header .card-deck .idxstrsrchform .srch-nearby-input .idxstrsrchlocbtn {
        padding: 0.48rem 0.5rem;
    }
}

.store-header .card-deck .idxstrsrchform .srch-nearby-input .idxstrsrchlocbtn i {
    font-size: 18px;
}

.store-header .card-deck .idxstrsrchform .srch-nearby-input .or-div {
    font-size: 18px;
    font-weight: 700;
}

.store-header .card-deck .idxstrsrchform .search-input .form-group .custom-select {
    height: 40px;
    font-size: 14px !important;
    line-height: 14px;
    border-radius: 4px;
}

.store-header .card-deck .idxstrsrchform .search-input .idxstrsrchbtn {
    font-weight: 600;
    width: 100%;
    height: 40px;
    padding: 0.5rem 0.75rem;
    border: 1px solid;
    font-size: 14px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .store-header .card-deck .idxstrsrchform .search-input .idxstrsrchbtn {
        width: 100%;
    }
}

.store-header .card-deck .idxstrsrchform .search-input .str-status-badge {
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 0;
    border-bottom: 3px dashed;
}

.store-header .card-deck .idxstrsrchform .search-input .badge-close {
    color: #dc3545;
}

.store-header .card-deck img.idx-map-img {
    width: 100%;
    height: 100%;
}

#map {
    height: 450px;
}


/* ================================home================================= */
.rating .card h3 {
    color: #dc3545;
}

.share-icon i {
    font-size: 2rem;
}

.svg-inline--fa.fa-share-alt {
    font-size: 2rem;
}

/* .svg-inline--fa.fa-w-14{
    font-size: 2rem;
  } */
.svg-inline--fa.fa-google {
    margin-right: 10px;
}

.rating h4 {
    color: #dc3545;
    text-transform: uppercase;
}

.rating .review .stars i {
    color: #ffc107;
    background-color: #ffc107;
}

.party-package .content h3 {
    text-align: left;
}

.party-package .bottom-content .btns button.btn-danger {
    font-size: 1.2rem;
}

/* @media (max-width: 991px) {
    .play-area .pricing-table .ptable-item {
        width: 100%;
    }
} */


.fun .content {
    margin-top: 15px;
}

.business-cards .card .card-body .svg-inline--fa.fa-clock {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.business-cards .card .card-body {
    text-align: center;
    margin-bottom: 3rem;
}

.business-cards .card .card-body .svg-inline--fa.fa-money-check {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.business-cards .card .card-body .svg-inline--fa.fa-car {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.business-cards .card .card-body .svg-inline--fa.fa-check-circle {
    margin-right: 10px;
}

.happy-client h4 .svg-inline--fa.fa-star {
    color: #dc3545;
}

.business-cards .svg-inline--fa.fa-check-circle {
    margin-right: 10px;
}


.navbar {
    position: fixed;
    top: 0;
}

header.mheader {
    position: relative;
    margin-bottom: 7%;
}

@media (min-width:992px) and (max-width:1199px) {
    header.mheader {
        margin-bottom: 10%;
    }
}

@media (min-width:768px) and (max-width:992px) {
    header.mheader {
        margin-bottom: 14%;
    }
}

@media (min-width:576px) and (max-width:767px) {
    header.mheader {
        margin-bottom: 18%;
    }
}

@media (min-width:400px) and (max-width:575px) {
    header.mheader {
        margin-bottom: 24%;
    }
}

@media (min-width:300px) and (max-width:400px) {
    header.mheader {
        margin-bottom: 30%;
    }
}

footer.main-footer .address,
.email,
.phone,
.social-links {
    color: #000;
}

.footer-copyright {
    color: #000;
    box-shadow: 0 15px 15px 15px #b8b8b8;
}

/* new css for card */
.share-icon:hover svg{
    color: black !important;
  }
  .c-mobile{
    color: #000;
    text-decoration: none;
  }
  .c-mobile:hover{
    color: #007bff;
    text-decoration: none;
  }
  .card-heading{
    color:#db1505 ;
    font-size: 1.95rem;
  }
  .section-heading{
    font-size: 1.75rem;
    font-weight: 600;
  }
  .bb-color{
    border-bottom: 4px solid #db1505 ;
  }
  /* css by vijay for card badge */
  .googlenreview{
    display: flex;
    justify-content: space-between;
}
@media (max-width:390px) {
    .googlenreview{
        flex-direction: column;
    }
    .open-btn{
        margin-bottom: 1rem;
        margin-left: 1.4rem;
    }
}
.idxstrinfocard li{
    list-style: none;
}
@media (min-width:992px) and (max-width:1199px) {
    .business-cards .checkbox-arrange p{
        font-size: .8rem !important;
    }
     .business-cards .card.fix-height .card-footer p{
        font-size: .8rem !important;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .googlenreview{
        flex-direction: column;
    }
    .open-btn{
        margin-bottom: 1rem;
        margin-left: 1.4rem;
    }
}

/* css prashant */
@media (min-width: 992px){
    .mob-badge{
        display: none !important;
    }

    .desk-badge{
        display: flex !important;
    }

    /* .desk-badge .opennow{
        margin: 0 !important;
    } */
}

@media (max-width: 991px){
.mob-badge{
    display: none !important;
}

.desk-badge{
    display: none !important;
}
}
@media (max-width:767px){
    .row.buttons{
        display: none;
    }
}
@media (max-width:991px) {
    .card-footer span {
        font-size: .8rem !important;
    }
}