p {
    color: #ababab;
    font-size: 13px;
}

#footer a:not(.btn):not(.no-footer-css) {
    color: #ababab;
    font-size: 13px;

}

#footer .footer-copyright p {
    color: #ababab;
}

#footer {
    margin-top: -8px;
}

.call-to-action.call-to-action-in-footer {
    margin-bottom: 0px !important;
}


@media (min-width:760px){
    .owl_mobile{
        display: none !important;
    }
}

@media  (max-width:500px){
    .header-logo a img{
        width: 25% !important;
    }
    #header{
        position: static !important;
    }
    .owl-carousel-2{
        height:55vh !important;
    }
    .owl-item-2{
        /* background-size: 100% auto !important; */
    }
    .footer_logo{
        width:25% !important;
    }
    .owl_desktop{
        display: none !important;
    }
    .owl_mobile{
        display: block !important;
    }
}

@media  (max-width:420px){
.owl-carousel-2{
    height:500px !important;
}
}