@media screen and (max-width:768px) {
    
    .top-nav-social-links{
        display: none;
    }
    .top-nav-links{
        gap: 15px;
    }
    .mail-head a{
        font-size: 12px;
    }
    .call-head a{
        font-size: 12px;
    }
    .call-head a i{
        margin-right: 5px;
    }
    
    .banner-text-right {
        top: 20px!important;
        left: 5px!important;
    }
    .banner-text-right h1 {
        font-size: 22px;
        color: #fff;
       text-align: center;
    }
    .banner-features {
        margin-top: 0px;
    }
    .banner-features h5{
        text-align: center;
    }
    .banner-features h5 span {
        color: #000000;
        background-color: #f7b11e;
        padding-right: 10px;
        font-size: 15px;
        padding-left: 10px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .title h1 {
     font-size: 24px;
}
.call-top-action .title h1{
    font-size: 20px;
}
.call-top-action .title h2 {
    font-size: 25px!important;
}
.call-action-para p{
    font-size: 14px;
}
#testimonials-carousel .owl-nav .custom-prev-btn{
    left: 0px!important;
}
#testimonials-carousel .owl-nav .custom-next-btn{
    right: 0px!important;
}
.title h1 {
font-size: 22px!important;
text-align: center;
}
.title p{
    text-align: center;
}
.banner-name div{
    max-width: 150px;
}
.banner-name div h5{
font-size: 18px;
margin-bottom: 0px;
}
.banner-name div p a{
font-size: 12px;
}
.banner-name div p{
    font-size: 12px;   
    margin-bottom: 0px;
}
.banner-name{
    top: 10%;
}
}
@media screen and (min-width:768px){
    #testimonials-carousel .owl-nav .custom-prev-btn{
        left: -35px!important;
    }
    #testimonials-carousel .owl-nav .custom-next-btn{
        right: -35px!important;
    }
}
@media screen and (max-width:991px) {

.nav-item{
    border-bottom: 1px solid #000;
}
.last-link{
    border-bottom: 0px;
}
.nav-item button{
    width: 100%;
    display: block;
}
.banner-form {
    max-width: 100%!important;
    width: 100%!important;
    position: inherit!important;
    bottom: 0!important;
    right: 0px!important;
    z-index: 111;
    
}
.navbar-collapse{
    padding-bottom: 30px;
}
.about-button .btn {
    padding: 10px 5px!important;
}
.about-button{
    gap: 15px!important;
}
.banner-text-right{
 top: 100px;
}

.feature-boxes .row{
    justify-content: center;
}

.container{
    max-width: 99%;
}
.features-text h6 {
   
    font-size: 11px!important;
   
}
}


@media screen and (max-width:1200px) {
    
    .banner-form{
        max-width: 350px;
    }
}