@media only screen and (max-width:1397px) {}

@media only screen and (max-width:1228px) {}

@media only screen and (max-width:1024px) {
    .navigation-side ul li a {
        color: #444;
        font-size: 13px;
    }

    .cover-bg {
        padding: 15px;
    }

    .hero-content h1 {
        font-weight: 600;
        line-height: 38px;
        margin-bottom: 28px;
        font-size: 25px;
    }

    .about_content h2 {
        font-size: 35px;
    }

    .footer-content span {
        font-size: 3rem;
    }

    .center-part a {
        width: 30%;
    }


}

@media only screen and (max-width:991px) {
    .header_social_media {
        width: 100%;
    }

    .header_social_media ul {
        justify-content: center;
        margin-bottom: 15px;
    }

    .header_email-and-phone {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .header_email-and-phone ul {
        justify-content: center !important;
    }

      .small-widget a {
        word-break: break-all;
    }

    .widget {
        width: 100%;
    }

    .center-part a {
        width: 30%;
    }
    .footer-content span {
        font-size: 2rem;
    }
}

@media only screen and (max-width:768px) {
    .footer-content span {
        font-size: 2.5rem;
    }

    .small-widget {
        width: 50%;
    }

    .logo img {
        width: 35%;
    }

    .small-widget {
        margin-bottom: 45px;
    }

    .sticky .logo img {
        width: 100%;
    }

    .center-part a {
        width: 30%;
    }
	    .footer-content span {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width:480px) {
    *.animated {
        animation-duration: inherit !important;
    }

    .slider {
        padding: 10px;
        padding-top: 35px;
        padding-bottom: 30px;
    }

    .cover-bg form input {
        width: 100%;
    }

    .cover-bg form select {
        width: 100%;
    }

    .hero-content {
        margin-bottom: 50px;
    }

    .about_img {
        margin-bottom: 50px;
    }

    .footer-content span {
        font-size: 1.5rem;
    }

    .small-widget {
        width: 100%;
    }

    #toTop {
        display: none !important;
    }

    .mobile-menu {
        display: block !important;
        position: absolute;
        top: 96px;
        left: 180px;
    }

    .sticky .logo {
        width: 20%;
    }

    .hero-content {
        order: 2;
    }
	.navigation-side nav {
    display: none;
}
	.hero-form {
    margin-bottom: 50px;
}

}


@media only screen and (max-width:451px) {
    .header_email-and-phone ul {
        flex-direction: column;
    }

    .header_email-and-phone ul li:nth-child(2) {
        display: none;
    }

    .sticky .logo {
        width: 20%;
    }

    .footer-content span {
        font-size: 1.3rem;
    }

    .footer-content span {
        line-height: 30px;
    }

    .mobile-menu {
        display: block !important;
        position: absolute;
        top: 120px;
        left: 154px;
    }


}


@media only screen and (max-width:375px) {
    .mobile-menu {
        display: block !important;
        position: absolute;
        top: 110px;
        left: 133px;
    }

    .whatsapp a {
        background: #075e54;
        padding: 8px 20px;
        border-radius: 50px;
        box-shadow: 0 4px 8px rgba(0, 94, 84, 0.3);
        font-size: 12px;
    }
}

@media only screen and (max-width:320px) {
    .footer-content span {
        font-size: 1.0rem;
    }

    .about_content h2 {
        font-size: 27px;
    }

    .mobile-menu {
        display: block !important;
        position: absolute;
        top: 110px;
        left: 100px;
    }

    .overlay a {
        font-size: 22px;
    }
}