@media (max-width: 767px) {
    .ame-carousel .owl-nav {
     
        justify-content: space-around !important;
    }
    .cover-sec-3 {
        

     padding-top: 40px;
     padding-bottom: 40px;
        /* 
        /* background: #fff; */
        
    }
    .cdf{
       
    position: relative;
    }
    .cdf::after{
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        bottom: 0;
       background-color: #122642;
    
    }
    .footer-sec {
        padding: 50px 0px !important;
      
      }
    .pd0-m{
        padding: 0 !important;
    }
    .nav12{
        display: none !important;
    }
}