.owl-carousel .owl-nav.disabled {
    display: block;
}

.text_no_center {
    text-align: inherit;
}

.footer-area .footer-shape {
    top: -40px;
}

.awesome-card {
    /* height: 300px; */
    min-height: 370px;
}
/*.awesome-card {*/
/*    height: 300px;*/
/*}*/

.say-card {
    height: 100%;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .desktop-nav .navbar .navbar-nav .nav-item a {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .others-option-for-responsive {
        display: none !important;
    }
    .column_reverse {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 375px) and (min-width: 320px) {
    .awesome-card {
        min-height:330px;
    }
}