
@media (max-width: 575.98px) { }
@media (max-width: 767.98px) { 
    .font-sm-20{
        font-size: 20px !important;
    }
    .slider-text h1{
      font-size: 26px !important;
    }
    .slider-text a{
    padding: 5px 10px !important;
    font-size: 12px !important;
    }
    .main-carousel .carousel-control-next-icon, .carousel-control-prev-icon {
        display: inline-block;
        width: 0.9rem !important;
        height: 0.9rem !important;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
    }
    .main-carousel .carousel-control-prev {
        left: 1%;
        width: 30px;
        height: 30px;
        background: #1C1C1C;
        top: 40%;
        border-radius: 29px;
        font-size: 8px;
        border: 2px solid #f4f4f4;
     }
        .main-carousel .carousel-control-next {
        right: 1%;
        width: 30px;
        height: 30px;
        background: #1C1C1C;
        top: 40%;
        border-radius: 29px;
        font-size: 8px;
        border: 2px solid #f4f4f4;
    }
}
@media (max-width: 991.98px) {}
@media (max-width: 1399.98px) {}
@media (max-width: 1399.98px) {}
/* min */
@media (min-width: 768.98px) {
    .mx-md{
        margin-right: 2.4rem!important;
        margin-left: 2.4rem!important;
    }
}
@media (min-width: 991.98px) {
    
}