@media (min-width: 576px) { 
    .navbar-expand-md .navbar-nav .nav-link{
padding-right: .5rem;
    padding-left: .5rem;
}


}
    
    
@media (min-width: 768px) { 
    .fixed-top{
        left: inherit;
    }
    .explore .box{
        margin-bottom: 0;
    }

    
    section h3,
    .explore .box h5{
        font-size: 40px;
    }
    
    
    
    .bg-text-center h5,
.bg-text-top h5,
    .banner .text h5 {
    font-size: 60px; 
    
}
    

.banner .text {
   top: 80px;
    left: 40px;
    
    }    
    
   .bg-text-top {
    top: 25px;
    left: 45px;
}
  

    
}
@media (min-width: 992px) { 
    
    body{
        font-size: 16px;
    }
    .banner-form{
position: absolute;
    top: 22%;
        left: inherit;
    right: 50px;
              display: block;
            max-width: 380px;
         background-color:#8f9ba7e3;

}      
    
    .banner .terms-text{

    max-width: 390px;

}
   
    
    
  
    
    .banner-carousel .owl-dots{
        bottom: 30px;
}
    
    .banner .text h5{
    margin-bottom: 25px;
}
    
    
    
    
   .navbar-expand-md .navbar-nav .nav-link{
padding-right: 1.4rem;
    padding-left: 1.4rem;
}

   .owl-carousel .owl-item img {
    width: 130%;
    margin-left: -15%;
}
  
    
    .cpt-carousel .owl-nav{
     
    bottom: 15px;
        
    }
    .cpt-carousel .owl-nav .owl-prev img,
.cpt-carousel .owl-nav .owl-next img{
    width: 36px;
}

    .cpt-carousel .owl-dots {
    bottom: 15px;
}
   
    .footer{
        margin-bottom: 50px;
    }    
        

}




@media (min-width: 1360px){
.container {
    min-width: 1276px;
}
    
         .owl-carousel .owl-item img {
    width: 100%;
    margin-left: 0%;
}  
    

}