*{
    padding: 0;
    margin: 0;
}
ul,li{
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}
body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #3F4151;
    font-weight: 400;
}

header{
    background: #fff;
    box-shadow: 0 3px 6px #d4d5d92b;
    padding: 6px 0px;
    position: sticky;
    width: 100%;
}

.search-section{
    min-height: 80vh;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background: #FDFAFA;
    background-image: url(../images/search-grafic.svg);
    background-repeat: no-repeat;
    background-position: left 18% top 80%;
}

.search-box{
    max-width: 700px;
    width: 100%;
    margin: 0  auto;
    position: relative;

}

.search-box h2 {
    font-size: 36px;
    color: #3F4151A3;
    font-weight: 200;
}

.search-box h2 span {
    font-weight: 500;
    color: #E01A1B;
}

.serach-input {
    display: flex;
    background: #fff;
    padding: 4px;
    border-radius: 48px;
    box-shadow: 0px 3px 6px #FAECEC;
    border: 1px solid #FAECEC;
    
}

.on-listing-page .serach-input{
    box-shadow: 0px 3px 6px #D4D5D92B;
}

.serach-input .locate-me .material-icons-outlined{
    color: #2c2c2c;
    font-size: 19px;
    margin-right: 5px;
}

.serach-input input {
    border: none;
    background: transparent;
    padding: 15px 14px 15px 25px;
    outline: none !important;
    flex: 1 0 0;
    font-size: 18px;
    max-width: 54%;
}

.serach-input .locate-me{
    background: none;
    border: none;
    font-size: 18px; 
    display: inline-flex;
    align-items: center;
    color: #3F4151;
    white-space: nowrap;
    
}

.serach-input  .search-local{
    background: #E01A1B;
    border: none;
    color: #fff;
    padding: 0px 29px;
    border-radius: 48px;
    margin-left: 14px;
    min-width: 184px;
    outline: none !important;
    font-size: 18px;
}

.suggestion-list{
    position: absolute;
    left: 0;
    top: 101%;
    width: 95%;
    display: none;
    left: 16px;
    z-index: 1;
    max-height: 200px;
    overflow: auto;
}

.our-services{
    background: #3F4151;
    box-shadow: 0 3px 6px #0070FC12;
    padding: 50px 0;
    color: #fff;
}

 
.our-services h3{
    font-size: 21px;
    font-weight: 500;
}

.our-services  p{
    color: #FFFFFF;
    opacity: .64;
    font-size: 14px;
    line-height: 21px;
}

.about-dny{
    padding: 50px 0;
}

.about-dny h3 {
    font-size: 28px;
    color: #E01A1B;
    font-weight: 500;

}

.about-dny  p {
    font-size: 16px;
    color: #3F4151;
    margin-bottom: 30px;
    line-height: 24px;
    opacity: .84;
}

.learnMoreBnt {
    border: 2px solid #3F415115;
    background-color: #fff;
    border-radius: 48px;
    font-size: 18px;
    color: #E01A1B;
    padding: 16px 22px;
    min-width: 186px;
    margin-top: 11px;
    display: inline-block;
    text-align: center;
}

.location-manage-by{
    background: #3F4151;
    padding: 50px 0;
    color: #fff;
}

.location-manage-by h3{
    font-size: 28px; 
}

.location-manage-by ul  {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.location-manage-by ul li {
    max-width: 16%;
    list-style: none;
    width: 100%;
    padding: 3px 0px;
    font-size: 14px;
    color: #fff;

}

.location-manage-by ul li {
    font-size: 14px;
    color: #fff;
}

.our-strength{
    background: #F9F8F7;
    padding: 50px  0;
}

.strength {
    display: flex;
    align-items: center;
}

.calculated {
    display: flex;
    flex-direction: column;
   
}

.calculated .calculated-head{
    font-size: 18px;
    color: #3F4151;
    opacity: .84;
    white-space: nowrap;

}

.calculated-no{
    font-size: 60px;
    color: #E01A1B;
    font-weight: 500;
    line-height: 71px;
}

.faq{
    padding: 50px 0;
    background: #F9F8F7;
    
}

.faq-inner-wr{
    max-width: 810px;
    margin:  0 auto;
}

.faq h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
    color: #657180;
}

.faq-inner-wr .accordion-flush .accordion-item{
    background: transparent;
}

.faq-inner-wr .accordion-flush .accordion-button{
    background-color: transparent;
    box-shadow: none !important;
    padding-left: 36px;
    position: relative;
    color: #15142F;
    font-size: 21px;
    padding: 24px 34px;
}


.faq-inner-wr .accordion-flush .accordion-button::after{
    position: absolute;
    left: 0;
    font-size: 0;
    background-image: url(../images/expand_arrow.svg);
    transform: rotate(0deg); 
}

.faq-inner-wr .accordion-flush .accordion-button.collapsed::after {
    transform: rotate(180deg);
}

.faq-inner-wr .accordion-flush  .accordion-body{
    color: rgb(21 20 47 / 54%);
    font-size: 16px;
    padding: 0px 5px 25px 35px;
    line-height: 20px;

}

footer {
    background: #3F4151;
    padding: 11px 0px;

}
 
footer .dealAndU{
    font-size: 21px;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    line-height: 20px;
}

footer .cpyt{
    font-size: 14px;
    color: #D4D5D9;
    text-align: center;
    margin-bottom: 0;
    line-height: 30px;
}

footer .tnc{
    font-size: 14px;
    color: #fff;
    text-align: right; 
    margin-bottom: 0;
}

.search-section.on-listing-page{
    background: #3F4151;
    min-height: 35vh;
 }
.search-section.on-listing-page h2{
    display: none;
}

.search-listing{
    padding: 0px  0 0px;
    background: #F7F7F8;
    min-height: 49.5vh;
}

.bred-crumb {
    font-size: 16px;
    color: #3F415180;
    display: block;
    padding: 8px 0;

}
.search-listing .bred-crumb {
    padding: 24px 0 30px;
}

.bred-crumb ol{
    background: none;
}

.bred-crumb span {
    color: #3F4151;
    font-weight: 500;
}

.search-card{
    background: #fff;
    background: #fff;
    box-shadow: 0 3px 8px #7C636317;
    border-radius: 12px;
    padding: 20px 22px;
    transition: all .3s;
}
.search-card:hover{
    box-shadow: 0 3px 10px rgb(124 99 99 / 18%)
}

.search-card a{
    text-decoration: none !important;
}

.top-header{ 
    display: flex;
    align-items: center;
}

.top-header figure img {
    max-width: 60px;
}

.top-header h3 {
    font-size: 18px;
    color: #000000;
    display: flex;
    margin-bottom: 0px;
    line-height: 20px;
}

.outletDetail  .top-header h3{
    font-size: 21px;
    margin-bottom: 7px;

}

.outletDetail .top-header .heading-sec .local-locaiton {
    font-size: 14px;
}
.outletDetail .heading-sec{
    margin-top: 18px;
    flex: 1 0 0;
}
.top-header .heading-sec .rating {
    font-size: 13px;
    background: #FFAA00;
    color: #fff;
    border-radius: 4px;
    padding: 1px 4px;
    display: inline-flex;
    align-items: center;

}

.top-header .heading-sec .rating  .material-icons-outlined{
    font-size: 12px;
}
.top-header .heading-sec .local-locaiton{
font-size: 12px;
color: #3F4151;
opacity: .84;
}

.search-card p {
    font-size: 12px;
    color: #3F4151;
    line-height: 18px;
    margin-top: 12px;

}
.search-card  .btns{
    display: flex;
    flex-wrap: wrap;
}
.search-card  .btns a{
    font-size: 12px;
    color: rgb(63 65 81 / 84%);
    background: #3F41510A;
    border: 1px solid #3F41512B;
    display: inline-flex;
    align-items: center;
    padding: 4px 7px;
    border-radius: 6px;
    text-decoration: none;
    margin-right: 12px;
    transition: all .3s;
}
.search-card  .btns a:hover{
    box-shadow: 0 0 1px 1px #04040459;
}

.search-card  .btns a .material-icons-outlined{
    font-size: 15px;
    display: inline-block;
    margin-right: 4px;
}

.no-of-pages{
    font-size: 14px;
    color: #5F6368;
}
.pagination {
    display: inline-block;
}
.pagination ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.text-right{
    text-align: right;
}
.pagination ul li {
    margin: 0 2px;
}
.pagination ul li a{
    font-size: 14px;
    color: #5F6368;
    text-decoration: none;
    display: block;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.pagination ul li a:hover,.pagination ul li.active a{
    background: #e01a1a1d;
   
}
.pagination ul li a .material-icons-outlined{
    display: block;
}

.pagination-wr {
    padding: 20px 0;
}

.container-808{
    max-width: 808px;
    margin: 0 auto;
    padding: 0 15px;
}

.bred-crumb ol li{
    font-size: 12px;
    color: #3f4151be;
    display: inline-block;

}

.bred-crumb ol li a{
    display: flex;
    color: rgb(0 0 0 / 84%);
    margin-right: 5px;
}
.bred-crumb ol li .material-icons-outlined{
    font-size: 16px;
    color: #95959e;
    display: inline-block;
    margin-right: 5px;
}

.bred-crumb  .breadcrumb-item+.breadcrumb-item::before {
    font-size: 11px;
}

.breadcrumb .breadcrumb-item.active{
    color: #e01a1abb;
}
.bred-crumb ol {
    margin-bottom: 0;
}
.banner-section{
    background: #FDFAFA;
}

.banner-image {
    border-radius: 12px;
    overflow: hidden;
    max-height: 210px;
}

.banner-image  img{
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.outletDetail .product-logo{
    background: #fff;
    padding: 9px;
    border-radius: 50%;
    box-shadow: 0 3px 6px #00000029;
    width: 128px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.outletDetail .top-header figure img {
    max-width: 100px;
}

.opening-time{
    display: block;
    color: #3F4151;
    font-size: 14px;
}

.opening-time .open{
    color: #26BE26;
}

.outletDetail{
    position: relative;
    top: -22px;
    padding-left: 25px;
}

.action-btns a {
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    flex-direction: column;
    text-align: center;
    color: rgb(63 65 81 / 84%);
}

.action-btns a  .icon-circle {
    width: 32px;
    height: 32px;
    background: rgb(224 26 27 / 04%);
    color: #E01A1B;
    border-radius: 26px;
    border: 1px solid rgb(224 26 27 / 17%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
   
}

.action-btns a .material-icons-outlined{
    font-size: 16px;
}

.about-outlet-detail{
    padding: 50px 0;
}

.about-outlet-detail h3 {
    font-size: 21px;
    color: #3F4151;
    margin-bottom: 20px;
}

.about-outlet-detail p,.about-outlet-detail a,.about-outlet-detail li{
    font-size: 16px;
    color: #3f41519a;
}

.contact-detail ul li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.contact-detail ul li a {
    word-break: break-all;
}
.contact-detail ul li .material-icons-outlined{
    font-size: 17px;
    margin-right: 10px;
}

.outlet-timming ul li{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    max-width: 281px;
}

.outlet-map{
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 26px;
}

.outlet-map .get-direction{ 
    background: #e01a1a0d;
    color: #2425269a;
    display: inline-flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e01a1b38;
    margin-right: 7px;
    font-size: 13px;
    padding: 4px 6px;
}

.outlet-map .get-direction .material-icons-outlined{ 
    color: #E01A1B;
    font-size: 17px;
    margin-right: 5px;
}
.serach-input  .search-local .material-icons-outlined{
    display: none;
}

 
@media only screen and (max-width: 992px) {
    .location-manage-by ul li{
        max-width: 25%;
    }
 
    .calculated-no{
        font-size: 43px;
       }


}
@media only screen and (max-width: 640px) {
    .search-section{
        min-height: calc(100vh - 56px);
    }

    footer h4 {
        margin-bottom: 10px;
    }
    footer h4,footer .tnc{
        text-align: center; 
    }
    footer .tnc {
        margin-top: 10px;
    }
    .serach-input  .search-local .material-icons-outlined{
        display: block;
    }
   .serach-input .locate-me .text, .serach-input  .search-local .text{
    display: none;
   } 
   .serach-input .search-local{
    padding: 7px 14px; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
   }
 
   .search-box h2 {
    font-size: 28px;
   }
   body h3 {
    font-size: 25px !important;
   }
  
 }

 @media only screen and (max-width: 480px) {

    .location-manage-by ul li{
        max-width: 50%;
    } 

    .serach-input input{
        width: 60%;
    }
    .outletDetail .product-logo {
        padding: 7px;
    }

    .outletDetail .top-header figure img{
        max-width: 54px
    }

    .outletDetail {
        top: 0;
        padding-left: 0;
        margin-top: 16px;
        padding-bottom: 20px;
    }

}



.suggestion {
  cursor: pointer;
}

.suggestion:hover {
  background-color: #e01a1b;
  color: #fff;
}