.offers-new h1 {
    color: var(--black);
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    padding: 0;
    margin-bottom: 43px;
}
.offers-new{
    padding: 10px 0;
}
.offer-data{
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    line-height: 37px; 
}
.offer-dtls .offer-info>li{
    padding: 20px 30px;
    border-radius: 16px;
    border: 1px solid var(--model-border-color);
    margin-bottom: 20px;

}
.offer-dtls .offer-info li .offer-head{
    display: flex;
    align-items: center;
    gap: 30px;
}

.offer-dtls .offer-info li .offer-cards{
    background: var(--white-background);
    padding: 10px 30px;
    margin: 10px -30px -20px -30px;
    border-radius: 0px 0px 16px 16px;
    /* display: none; */
}

.offer-dtls .offer-active{
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
}
.offer-btn{
    margin-left: auto;
    position: relative;
}
.offer-btn button i {
    display: block;
    width: 9px;
    height: 9px;
    border-top: 1px solid var(--black);
    border-left: 1px solid var(--black);
    transform: rotate(-135deg);
    margin-top: -6px;
}
.offer-btn button{
    border-radius: 12px;
    border: 1px solid var(--black);
    padding: 13px 40px;
    color: var(--black);
    font-size: 15px;
    font-weight: 500;
    line-height: 27.75px;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items:center;
    gap: 10px;
    width: 256px;
    background: var(--white);
    cursor: pointer;
}
.offer-btn button:hover{
    background: var(--black);
    color: var(--white);
}
.offer-btn button:hover i{
    border-top-color: var(--white);
    border-left-color: var(--white);
}
.offer-active .offer-btn button i{
    transform: rotate(-315deg);
    margin-top: 0;


}
.offer-info h2{
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.offer-info p{
    color:var(--black);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 18px;
    padding-top: 6px;
}
.offer-dtls .offer-brand{
    display: block;
    text-align: center;
}
.offer-dtls .offer-info>li .offer-dates li span{
    margin-left: 10px;
    vertical-align: top;
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    color: var(--black);
}

 .offer-dtls .offer-brand, .offer-cards p,
.offer-cards .offer-content li div, .offer-cards .offer-card-variant ul li>div{
    color:var(--black);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.offer-dtls .offer-info>li .offer-dates {
    display: flex;
    gap: 40px;
}

.offer-cards>p{
    line-height: 24px 
}
.offer-cards .offer-content li{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.offer-cards .offer-content li div>span{
    font-weight: 700;
}
.offer-cards .offer-card-variant h3{
    color:var(--black);
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    padding-top: 14px;
    padding-bottom: 10px;
}
.offer-cards .offer-card-variant ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 16px;
}
.offer-cards .offer-card-variant ul li{
    display: flex;
    gap: 12px;
}
.offer-card-btn {
    padding: 30px 0 10px;
}
.offer-card-btn a {
    border-radius: 12px;
    background: var(--primary-color);
    color: var(--white);
    padding: 13px 40px;
    font-size: 15px;
    font-weight: 500;
    line-height: 27.75px;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 214px;
}
.offer-card-btn a:hover{
    background:var(--black) ;
}
.offer-card-btn a i{
    background-image: url(../image/offers-icon.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    background-position: center;
    }
  
.spoffer-result a.soffer-selectbtn {
    color: var(--white);
    float: left;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    background: var(--black);
}

.select-wrapper select.custom-select {
    height: 40px;
    /* width: auto; */
    padding-left: 15px;
}


.specoffer-drop {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px;
    border: none;
    border-radius: 80px;
    width: 100%;
}

/* .specoffer .drop.dropoffertyp {
    margin-right: 0;
} */

/* .specoffer .innermain {
    width: 1105px;
} */

/* .specoffer .terms_conditions {
    clear: both;
    color: #535353;
    float: left;
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
} */

/* .specoffer a,
.specoffer button {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
}

.specoffer .pagination li {
    border: solid 1px transparent;
    border-bottom: 1px solid #e4e4e4;
}

.specoffer .pagination li a,
.specoffer .pagination li span {
    color: #636363;
}
 */
.specoffer-drop .drop {
    position: relative;
}

.specoffer-drop .drop::after {
    content: "";
    position: absolute;
    right: 28px;
    z-index: 1;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 5px solid var(--black);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    top: 16px;
    transform: rotate(0deg);
}

.specoffer-drop .select-wrapper .holder {
    display: block;
    margin: 0 40px 0 16px;
    cursor: pointer;
    color: var(--black);
    font-size: 15px;
    font-weight: 400;
    line-height: 52px;
}

/* .specoffer .offer-viewbtn {
    width: 126px;
    border: solid 1px #f0ad4e;
    line-height: 15px;
    color: #000;
    font-size: 12px;
    float: left;
    text-align: center;
    padding: 10px 0;
    background: #f0ad4e;
}


.specoffer .offer-viewbtn span{
    background-image: url(../image/search-icon.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    background-position: center;
} */
.offer-viewbtn.offer_terms{
    font-size: 15px;
    font-weight: 500;
    line-height: 27.75px;
    text-decoration: underline;
}
.offer-viewbtn.offer_terms:hover{
    color: var(--primary-color);
    text-decoration: none;
}

.gsc_modal .gsc_modal_wrapper.gsc_modal_noborder .modal-close.thankyou_close img{
    box-shadow: none;
}
.modal-tnc-content{
    font-size: 14px;
    text-align: left;
    line-height: normal;
    font-weight: 400;
    color: var(--black);
}
.offers-new sup{
    top: 0;
}
.offer-dtls .offer-info li .offer-head .offer-img>img{
    border-radius: 16px;
}
@media screen and (min-width: 767px){
    .offer-dtls .offer-info li .offer-head .offer-img>img {
        width: 128px;
        height: 90px;
        
    }
    
}
@media screen and (max-width: 768px) {
    .gsc_modal .gsc_modal_wrapper.gsc_modal_noborder{
        max-height: 100% !important;
    }
    .offer-pages-header{
        padding-bottom: 30px;
    }
 
    .offer-pages-header .newoutlet-desktopview{
        display: block;
        background: transparent;
    }
    .noutsearch{
        background: var(--white);
    }
    .offer-dtls .offer-info li .offer-head{
        align-items: baseline;
    }

    .offer-dtls .offer-info li .offer-head, .offer-dtls .offer-info>li .offer-dates{
        flex-direction: column;
    }
    .offer-dtls .offer-info>li .offer-dates{
        gap: 10px;
    }
    .offers-new h1{
        font-size: 25px;
        line-height: normal;
    }
    .offer-dtls .offer-info>li{
        padding: 20px 15px;
    }
    .offer-btn{
        margin-left: 0;
        width: 100%;
    }
    .offer-btn button{
        width: 100%;
    }
    .offer-dtls .offer-info li .offer-cards{
        margin: 10px -15px -20px;
        padding: 10px 15px;
    }

    .offer-cards .offer-content li{
        align-items: start;
    }
    .offer-cards .offer-card-variant ul{
        grid-template-columns: auto;
    }
    .offer-card-btn a{
        max-width: 100%;
    }

  /*   .specoffer {
        background: #fff;
        margin-bottom: 70px;
        margin-top: 54px;
        padding: 0 10px;
    } */

   /*  .offer-page .specoffer {
        margin: 20px 0;
    } */

   /*  .specoffer h3.titlegap {
        padding-top: 15px;
    } */

    .specoffer-drop {
        border: medium none;
        display: inline-block;
        margin-top: 0;
        padding: 0;
    }

    .soffer_top .soffernewcar {
        display: block;
        font-size: 18px;
    }

    .soffer_top h3 a {
        display: inline-block;
        font-size: 18px;
        overflow: hidden !important;
        padding-left: 22px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 490px;
    }

   /*  .offer-page .specoffer .soffer-selectbtn {
        border-radius: 3px;
        height: 40px;
        line-height: normal;
    } */



   /*  .offer-page .specoffer .spoffer_listing h3 {
        font-size: 22px;
    } */
}