
@media (max-width:600px)
{

    .offcanvas-menu li a {
font-weight: 700;
display: block;
text-transform: capitalize;
color: #ca3337 !important;
padding: 10px 0px;
position: relative;
font-size: 15px;
}

.offcanvas-menu a:not(:only-child):after {
    font-family: "FontAwesome";
    content: "\f0d7" !important;
}
    .box-shadow {
box-shadow: none !important;
}

.col-megamenu
{
scroll-behavior: smooth !important;
}

.footer-row .footer-col:nth-child(1) .footer-widget {
padding: 50px 15px 15px;
}

.footer-row .footer-col .footer-widget {
padding: 15px;
}
.dropdown-menu {
 border: 0px !important;
border-radius: 4px ;
}
    .select-box .select-item {

padding: 10px 20px;
}
.select-box .select-item:first-child {
padding: 10px 20px;
}

}
    .hero-section {
        margin-bottom: 20px;
        position: relative;
        border-top: 1px solid #f0f0f0;
    }
    .navbar .nav-link {
padding-top: 10px;
padding-bottom: 10px;
}
.navs {
padding: 0 20px;
}

    @media (min-width: 1200px) {
        .hero-content .title {
            font-size: 44px;
        }

        .section-title .title {
            font-weight: 700;
            font-size: 34px;
            line-height: 1.545;
            margin-bottom: 5px;
        }

        .about-content .title {
            font-size: 30px;
        }
    }
