@media screen and (max-width: 1399.98px){
body{font-size: 16px;}
.banner1{height: 120vh;}
.banner:after{
    height: 125%;
    top: -16rem;
    right: -8rem;
}
.banner1 .banner-text{padding-top: 2rem;}
.banner-text h1{
    font-size: 3rem;
}
.heading{
    font-size: 2.5rem;
}

.special-offer .overlay {
    right: -16.666667%;
    width: 50%;
}
.about .special-offer h3{font-size: 1.45rem;}
.special-offer img{height:auto;}
.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
}
}
@media screen and (max-width: 1199.98px){
.banner1 {
    height: 50vh;
}
.banner1 .banner-text {
    padding-top: 7rem;
}
.banner-text h1 {
    font-size: 2.5rem;
}
.carousel-indicators {right: -2rem;}
.carousel-item img {
    height: auto;
    width: auto;
}
.special-offer .overlay {
    right: -16.666667%;
    width: 70%;
}
.banner1.inner-banner {
    height: 20vh;
}
.download-brochure .card .btn {
    width: 100%;
    padding: 0.65rem 1rem;
}
}
@media screen and (max-width: 991.98px){
    .navbar-collapse .navbar-nav{
        background-color: #fff;
        padding: 1.5rem;
    }
    .banner-text h1 {
        font-size: 1.5rem;
    }
    .banner-text span {
        font-size: 14px;
    }
    .special-offer .overlay {
        right: 2rem;
    }
    .home-contact p{font-size: 13px;}
    
}
@media screen and (max-width: 576.98px){
    .navbar-brand {
        width: 32%;
    }
    .banner1 {
        height: auto;
    }
    .banner:after {
        right: -12rem;
    }
    .banner-img{margin-top: 2rem;}
    .banner1 .banner-text {
        padding-top: 10rem;
    }
    .heading {
        font-size: 1.75rem;
    }
    .special-offer .overlay {
        right: 0;
        position: relative;
        width: 100%;
    }
    .banner1.inner-banner {
        height: auto;
    }
    .carousel-item{text-align: center;}
    .carousel-item img{display: none;}
    .top-header .col-sm-6.col-12.text-end{text-align: left !important;}
    .home-contact{
        padding-top: 3.5rem;
        text-align: center;
    }
    .home-contact .heading{
        margin-bottom: 1.5rem !important;
    }
    .brand {
        padding-top: 4rem;
    }
    .special-offer .overlay {
        padding: 3rem 2.5rem;
    }
    .top-header hr {
        margin: .5rem 0;
    }
    .modal-logo {
        margin-top: -1.5rem;
    }
    .circle{margin:auto;}
    .bottom-footer{text-align: center;}
}