@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .offer-body h3 {
        font-size: 19px;
    }
}
@media only screen  and (min-width:100px) and (max-width: 1199px) {
    .cpn-sec::before{
        width: 800px;
        height: 800px;
    }
    .banner-content h2{
        font-size: 43px;
    }
    .header{
        padding: 25px 0;
    }
    .banner{
        padding-bottom: 15px;
    }
    .inner-heading h1{
        text-align: center;
        font-size: 30px;
    }
    .offer-link{
        justify-content: center;
    }
}
@media only screen and (min-width: 100px) and (max-width: 991px) {
    .search-logo .search-bar input{
        width: 100%;
    }
    .inner-heading h1{
        text-align: center;
        font-size: 27px;
    }
    .inner-cpn,.inner-body{
        flex-direction: column;
    }
    
    .inner-heading {
        text-align: center;
    }
    .inner-img img{
        margin: auto;
    }
    .inner-heading ul:first-child {
        justify-content: center;
        font-size: 12px;
    }
    
    .inner-btn a {
        margin: 20px 0;
    }
    .banner-content h2{
        font-size: 29px;
    }
    .hero-section{
        padding: 45px 0;
    }
    .cpn-sec::before{
        width: 600px;
        height: 600px;
    }
    .img-sec{
        padding: 70px 0;
    }
    .banner{
        padding-bottom: 0px;
    }
    .offer-link a:first-child{
        justify-content: center!important;
    }
    .offer-body{
        height: auto;
    }
    .offer-text h3 {
        text-align: center;
    }
    .offer-content{
        flex-direction: column-reverse;
    }
    .offer-text{
        /* height: 120px; */
        text-align: center;
        margin: 16px 0;
    }
    .offer-link {
        display: flex;
        margin-top: 0;
        justify-content: center;
    }
    .search-bar i{
        top: 26px;
        font-size: 26px;
    }
    .display-3{
        font-size: 55px;
    }
    .footer-links ul {
        gap: 15px;
    }
    
}
@media only screen and (min-width:100px) and (max-width:767px){
    .banner-img img {
        width: 80%;
        margin: 0 auto;
    }
    .banner .row{
        flex-direction: column-reverse;
    }
    .banner{
        padding: 25px 32px 25px 42px;
        text-align: center;
    }
    .banner-img {
        margin: 20px 0;
    }
    .cpn-sec::before{
        width: 500px;
        height: 500px;
    }
    .banner-content a{
        padding: 12px 20px;
        margin: 0 auto;
    }
    .banner-content h2{
        font-size: 27px;
    }
    /* .offer-text{
        min-height: 100px;
    } */
    .offer-text h3{
        font-size: 17px;
    }
}
@media only screen and (min-width:100px) and (max-width: 575px) {
    .offer-body{
        height: auto;
    }
    .offer-link{
        margin-top: 0!important;
    }
    .cpn-sec::before{
        width: 300px;
        height: 300px;
    }
    .display-3{
        font-size: 40px;
        margin: 15px 0;
    }
    .hero-content p{
        font-size: 17px;
    }
    .container{
        width: 90%;
    }
    .search-bar i{
        top: 27px;
        font-size: 20px;
    }
    .search-bar button{
        display: none;
    }
    /* .offer-text{
        height: auto;
    } */
    .search-bar input{
        padding: 23px 66px 23px;
    }
    .search-bar input::placeholder{
        font-size: 15px;
    }
    .banner-content h2{
        font-size: 21px;
    }
    .cpn .cpn-img img{
        margin: 10px auto;
    }
    .search-bar button{
        width: 113px;
        top: 14px;
    }
    footer{
        padding: 50px 0;
    }
    .menu-main-menu-container ul#menu-main-menu {
        justify-content: center;
        gap: 15px;
    }
    .box {
        width: 100%;
    }

}
