.outletBodyPage{
    padding: 10px 0px;
}
.newoutlet-mobiview {
    padding: 0px;
}

.srchPnlOutlet{
    background-color: var(--white);
    position: relative;
    margin-top: 25px;
}
.srchPnlOutlet .title{
    color: var(--black);
    line-height: 27px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}


.srchPnlOutlet .select-wrapper{
    position: relative;
    border: none;
    background: none;
}

.srchPnlOutlet .noutsearch .select-wrapper::after, .srchPnlOutlet.noutsearch .select-wrapper::after{
right: 15px;
top: 13px;
}

.srchPnlOutlet .select-wrapper .holder{
    display: block;
    margin: 0px 0px 0 10px;
    cursor: pointer;
    color: var(--black);
    font-size: 15px;
    font-weight: 400;
    line-height: 38px;
    height: 40px;
}
.nout-srchbtn {
    border-radius: 14px;
    color: var(--white);
    background: var(--primary-color);
    padding: 7px 42px;
    font-size: 15px;
    font-weight: 500;
    line-height: 27.75px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.nout-srchbtn:hover{
    background-color: var(--black);
}

.nout-srchbtn span{
    background-image: url(../image/search-icon.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    background-position: center;
}
.newoutlist{
    padding: 20px 0px;
}

.outlet_main .heading-top h1{
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
    padding: 0;
}
.outlet_main .breadcrumb-model{
    margin-bottom: 0px;
}

.mobi-noutlist li {
    background: var(--white);
    border-radius: 16px;
    border: 1px solid var(--model-border-color);
    padding: 15px;
    margin-bottom: 25px;
}
.outletPageTag{
    display: inline-block;
    height: 26px;
    background: var(--dark-green);
    color: var(--white);
    padding: 0px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 10px;
}
.mobi-noutlocation {
    color: var(--black);
    font-size: 13px;
    line-height: 160%;
    font-weight: 400;
}

.ndealer-name{
    color: var(--black);
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
}
.newoutlet-desktopview .nout-listgrp li:hover .ndealer-name, .newoutlet-desktopview .nout-listgrp li.active .ndealer-name{
    text-decoration: underline;
}
.nout-top{
    margin-bottom: 8px;
}
.mobi-noutaddress {
    color: var(--black);
    float: left;
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
}
.nout-working .ntime,
.nout-working .ntitle{
    color: var(--dark-green);
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
.nout-working .ntime{
    color: var(--black);
}
.ntitle::after{
    content: ":";
    color: var(--black);
    margin:0px 10px;
}
.nout-left{
    margin-bottom: 16px;
}
.nout-right{
    position: relative;

}

.nout-right a img{
    width: 18px;
    height: 18px;
}
.outlate-page .newoutlist .nout-right .nout-viewbtn{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0;
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    background: transparent;
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 48px;
    width: 100%;
}
.outlate-page .newoutlist .nout-right .nout-viewbtn.outlet-btn-dtls{
    margin-top: 20px;
    border-color: var(--black);
    color: var(--black);
    display: inline-block;
 
}
.newoutlet-desktopview .nout-listgrp li.active .nout-right .nout-viewbtn,
.newoutlet-desktopview .nout-listgrp li:hover .nout-right .nout-viewbtn{
    border-color: var(--blue);
}

/* desktop */
.newoutlet-desktopview .nout-listgrp li {
    display: inline-block;
    background: var(--white);
    border: 1px solid var(--model-border-color);
    border-radius: 16px;
    padding: 24px 30px;
    margin-bottom: 20px;
    width: 100%;
}
.ndealer-add{
    color: var(--black);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
}
.newoutlet-desktopview .nout-listgrp li:hover .nout-viewbtn,
.newoutlet-desktopview .nout-listgrp li:hover,
.newoutlet-desktopview .nout-listgrp li.active{
    background-color: var(--light-orange-background);
    border: 1px solid var(--light-orange-background);
}
.modal-outlet-detail-card .modal-close{
    width: 40px;
    height: 28px;
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}

/* side box */
.ouletCardImg{
    position: relative;
}
.ouletCardTag{
    position: absolute;
    z-index: 1;
    left: 20px;
    bottom: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.ouletRatingArea{
    padding: 16px 30px 24px 30px;
}
.ouletRatingArea h3{
    color: var(--black);
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}
.fillStars{
    display: flex;
    gap: 14px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.outletCard{
    border-radius: 16px;
    border: 1px solid var(--grey-border);
    overflow: hidden;
}
.outletDlrdDtls{
    padding: 24px 30px;
    border-top: 1px solid var(--model-border-color);
}
.outletDlrInfo{
    display: flex;
    gap: 10px;
    align-items: start;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}
.outletDlrInfo img{
    opacity: 0.4;
    padding: 5px 0px;
    
}
.outletDlrDir.outletDlrInfo img{ 
    opacity: 1;

}
.outletDlrDir img{
    padding: 2px 0px;
    width: 20px;
    height: 28px;
}

.outletAvlbTime .outletTime,
.outletAvlbTime .outletTitle{
    color: var(--dark-green);
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
.outletAvlbTime .outletTime{
    color: var(--black);
}
.outletTitle::after{
    content: ":";
    color: var(--black);
    margin-left:10px;
}
.outletDlrDir a{
    color: var(--primary-color);
    text-decoration-line: underline;

}
.outletDlrMail a{
    color: var(--primary-color);
}
a.wrtReview{
    display: block;
    padding-top: 20px;
    margin: 0 auto;
    width: 100%;
    transition: all 0.3s ease-in;
}
.wrtAReviewBtn{
    padding: 0px 30px;
    border-radius: 12px;
    border: 1px solid var(--primary-color);
    height: 54px;
    color: var(--primary-color);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}
.wrtAReviewBtn span{
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    background-position: center;
}
.wrtReview:hover .wrtAReviewBtn{
    color: var(--white);
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.wrtReview:hover span{
    filter: brightness(0) invert(1);
}
/* review pop up */
.ndetailreviewwrap{
    padding: 20px;
    border-radius: 24px;
    background: var(--white);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
    margin: 5px auto;
    position: relative;
}
.ndetailreviewwrap .closesharemodal{
    filter: invert(1);
    position: absolute;
    top: 24px;
    right: 24px;
    box-shadow: none !important;
}
.nout-reviewbtm h3{
    text-align: left;
    color: var(--black);
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px;
}
.review-rates{
    margin-bottom: 8px;
}
.nout-reviewbtm .revititle{
    color: var(--table-color);
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}
.rate_me{
    padding-bottom: 10px;
}
.nout-reviewbtm sup {
    top: 1px;
    font-size: 12px;
}
.star-fullselect{
    background: url(../image/outlet-star1.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%;
    margin-right: 5px;
    display: inline-block;
}
.star-unselect{
    background: url(../image/outlet-star2.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%;
    margin-right: 5px;
    display: inline-block;
}

.star-midselect { 
    background: url(../image/outlet-star3.png)no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%;
    margin-right: 5px;
    display: inline-block;
}
.revileft,
.reviright,
.revi-fedbackx{
    margin-bottom: 20px;
}
.revi-rateex{
    position: relative;
}
.ndetailreviewwrap .revi-rateex .form-group label{
    color: var(--table-color);
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    position: absolute;
    pointer-events: none;
    left: 15px;
    transition: 0.2s linear;
    margin: 0px;
    top: 15px;
}
.ndetailreviewwrap .revi-rateex .form-group input {
    color: var(--black);
    background: var(--white);
    border: 1px solid var(--grey-border);
    border-radius: 12px;
    padding: 10px 14px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    height: 52px;
}
.revi-rateex textarea{
    color: var(--black);
    padding: 30px 14px 8px 14px;
    border-radius: 12px;
    border: 1px solid var(--grey-border);
    background: var(--white);
    height: 85px;
    line-height: normal;
}
.revi-rateex textarea::placeholder{
    color: var(--black);
    font-family: 'DM Sans';
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.ouletrev-btns{
    display: flex;
    gap: 20px;
    align-items: center;
}
.nout-reviewbtm .nout-viewbtn{
    cursor: pointer;
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 500;
    border-radius: 16px;
    border: 1px solid var(--primary-color);
    background: var(--white);
    height: 54px;
    width: 100%;
}

.nout-reviewbtm .nout-viewbtn:hover{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
}
.srchPnlOutlet .select-wrapper select.custom-select, .srchPnlOutlet .select-wrapper{
    height: 40px !important;
    
}
.srchPnlOutlet .select-wrapper select.custom-select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.noutsearch .select-wrapper select{
    padding-left: 10px;
  }
@media screen and (min-width: 768px){
    .popupwrap.outletreqcall{
        top: 5px;
    }
    .srchPnlOutlet{
        position: relative;
        width: 100%;
        margin: auto;
        margin-bottom: 50px;
        margin-top: 25px;
        font-size: 15px;
        font-weight: 500;
        line-height: 27.75px;
    }
    .outlet_main .heading-top h1 {
        font-size: 35px;
    }
    
    .ndealer-name{
        font-size: 26px;
    }
    .ndealer-add{
        margin-bottom: 6px;
    }
    .nout-right{
        min-width: 214px;
    }
    .outlate-page .newoutlist .nout-right .nout-viewbtn:hover{
        background: var(--primary-color);
        color: var(--white);
        border-color: var(--primary-color);
    }
    .outlate-page .newoutlist .nout-right .nout-viewbtn:hover img{
        filter: brightness(0) invert(1);
    }
    

    /* review pop up */
    .ndetailreviewwrap{
        width: 450px;
        padding: 30px;
    }
    .ndetailreviewwrap .closesharemodal{
        top: 34px;
        right: 31px;
    }
    .nout-reviewbtm h3{
        font-size: 26px;
        margin-bottom: 30px;
    }
    .review-rates{
        margin-bottom: 12px;
    }
    .nout-reviewbtm .revititle{
        font-size: 13px;
    }
    .rate_me{
        padding-bottom: 20px;
    }
    .nout-reviewbtm sup {
        top: 1px;
        font-size: 16px;
    }
    .rate_me .star-fullselect{
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
   .rate_me .star-unselect{
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .rate_me .star-midselect { 
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .revileft,
    .reviright,
    .revi-fedbackx{
        margin-bottom: 30px;
    }
  
    .ndetailreviewwrap .revi-rateex .form-group input {
        height: 55px;
    }
    .revi-rateex textarea{
        height: 107px;
    }
    .revi-rateex textarea::placeholder{
        font-size: 15px;
    }
    .ouletrev-btns{
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .nout-reviewbtm .nout-viewbtn{
        cursor: pointer;
        color: var(--white);
        font-size: 15px;
        font-weight: 500;
        border-radius: 16px;
        border: 1px solid var(--primary-color);
        background: var(--primary-color);
        height: 54px;
        width: 100%;
    }

    .nout-reviewbtm .nout-viewbtn:hover{
        background-color: var(--black);
        border-color: var(--black);
    }

    /* request call back */
    .inputvalue{
        position: relative;
    }
    .inputvalue label{
        position: absolute;
        top: 15px;
        left: 17px;
    }
    #custom_popup .inputvalue .help-block {
        left: 6px;
    }

    #custom_popup .buttonwrap .manda{
        font-size: 14px;
        line-height: 1.5;
        padding: 20px 0 0;
        color: var(--table-color);
    }
    .outletreqcall .inputvalue .has-success .holder{
        color: var(--black);
    }

    /* thankyou popup */

    .outletboxcall .thankyou p span{
        font-size: 13px;
    }
    .popupwrap.outletboxcall .close{
        right: 23px;
        top: 23px;
    }
    .popupwrap.outletboxcall .popuptitle{
        font-size: 26px;
        text-align: center;
        font-weight: 700;
    }
}

@media screen and (min-width: 1024px){

    .srchPnlOutlet .title{
        font-size: 20px;
    }
    .outlet_main .heading-top h1 {
        font-size: 40px;
    }

    .noutsearch {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: center;
        gap: 20px;
    }
 

    .srchPnlOutlet .outlt-popup .select-wrapper .holder{
        height: 52px;
    }
    .srchPnlOutlet .outlt-popup .has-success .select-wrapper .holder{
        color: var(--black);  
    }
   
    .newoutlist{
        padding: 40px 0px;
    }

    .nout-top{
        display: flex;
        gap: 10px;
        align-items: center;
        margin-bottom: 16px;
        cursor: pointer;
    }
    .outletPageTag{
        margin-bottom: 0px;
    }
    .nout-bootam{
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: space-between;
    }
    .nout-left {
        margin-bottom: 0px;
    }
   
 
}
@media screen and (max-width: 767px){
    .srchPnlOutlet .select-wrapper{
        margin-bottom: 20px;
    }
   .outletdetailcard .outletDlrdDtls, .outletdetailcard .ouletRatingArea{
        padding: 16px 15px;
    }
    .outletdetailcard .outletDlrdDtls{
        overflow: scroll;
        max-height: 335px;
        padding-bottom: 40px;

    }
    .outletdetailcard .outletDlrLcn p{
        text-align: left;
        color: var(--black);

    }
    .outletdetailcard .outletCard{
        border: none;
        border-radius: unset;
        
    }
    .modal-outlet-detail-card .newoutlist{
        padding: 0;

    }
    .ouletRatingArea h3{
        font-size: 22px;
        text-align: left;

    }
     .gsc_modal_wrapper:has(.outletdetailcard),  .gsc_modal_wrapper:has(.ndetailreviewwrap){
        max-width: 100% !important;
        max-height: 100% !important;
    }
    .review-rating-popup, .review-rating-popup .review-rating-top{
        height: 100%;
    }
    
    .gsc_modal_wrapper:has(.ndetailreviewwrap){
        width: 100% !important;
    }
    .ndetailreviewwrap{
        border-radius: unset;
        margin: 0;
        height: 100%;
    }
    .review-rating-popup .nout-reviewbtm h3{
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .review-rating-popup .nout-reviewbtm .revititle{
        font-size: 13px;
        line-height: normal;
        color: var(--table-color);
    }

    .review-rating-popup .review-rates{
        margin-bottom: 22px;
    }
    .review-rating-popup .revi-rateex{
        padding-bottom: 10px;

    }
    
}