.main-nav.dark .mobile-nav {
    background-color: #1465b6;
    border-color: transparent;
    border-radius: 5px;
    height: 50px;
    margin-top: 10px;
}



 /* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    body{
        overflow-x: hidden;
    }
    .client-con{
        padding: 0px !important;
    }
    #myCarousel .port-inner{
        padding: 0px !important;
    }
    .port-text{
        padding-top: 10px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin: 0px !important;
    }
    .port-text h4{
        font-size: 20px !important;
    }
    .port-text p{
        font-size: 14px !important;
    }
    .page-section{
        padding: 0px !important;
    }
    .port-con{
        padding: 0px !important;
    }
    span.carousel-control-next-icon{
        padding: 0px !important;
        margin-bottom: 60px;
    }
    span.carousel-control-prev-icon{
        padding: 0px !important;
        margin-bottom: 60px;
    }
 }

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    .client-con{
        padding: 0px !important;
    }
 }

 /* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { }

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {  }

 /* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {  }