/* For Google Chrome (125% zoom level) */
@media screen and (-webkit-min-device-pixel-ratio: 1.25),
screen and (min-resolution: 120dpi) {}

@media (min-width: 1280px) and (max-width: 1366px) {
    .sec-three .sec-three-body .sec-three-content{
        height: auto;
    }
    .sec-four .left .sec-three-box {
        gap: 15px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .top-banner .right-col h1,
    .sec-three .sec-three-body .sec-three-content .sec-three-content-left h2,
    .sec-four .heading h3,
    .portfolio-sec .heading h3,
    .sec-01-title h2,
    .sec-02-heading h2,
    .contact-us-main h2,
    .sec-five .left-col h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .top-form-sec .top-form-left img {
        width: 100%;
    }
    .top-banner .learn-img {
        margin-top: 40px;
    }

    .top-form-sec {
        padding: 50px 0 0;
        margin-top: 0;
    }

    .top-form-sec .top-form-right {
        background-color: #dcf5f3;
        border-radius: 20px;
        padding: 30px;
        margin-bottom: 20px;
    }

    .top-form-sec .top-form-left {
        margin-bottom: 20px;
    }

    .top-form-sec .count-sec {
        position: relative;
        align-items: start;
        text-align: center;
    }

    .top-form-sec .count-sec .count-inner {
        flex-direction: column;
        width: 100%;
    }

    .sec-three {
        padding: 50px 0 30px;
    }

    .sec-three .sec-three-img img {
        width: 100%;
        margin-bottom: 20px;
    }

    .sec-three .sec-three-body .sec-three-content {
        margin: 0;
        height: auto;
        flex-direction: column;
    }

    .sec-three .sec-three-body .sec-three-content .sec-three-content-left,
    .sec-three .sec-three-body .sec-three-content .sec-three-content-right {
        width: 100%;
    }

    .sec-four .left .sec-three-box {
        gap: 12px;
    }

    .portfolio-sec .bg-portfolio {
        height: auto;
    }

    .sec-01:after {
        display: none;
    }

    .sec-01-count-card {
        text-align: center;
    }

    .sec-01-count-card h3 {
        font-size: 32px;
    }

    .sec-02-img img {
        margin-bottom: 20px;
    }

    section.sec-02 {
        padding-bottom: 25px;
    }

    section.sec-04 {
        padding-top: 25px;
    }

    .contact-us {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    a.contact-us-social {
        width: 100%;
    }

    .contact-us-warpper {
        padding: 20px;
    }

    .contact-us-warpper>.row {
        margin-bottom: 0;
        background-image: none;
    }

    form.qute-contact {
        padding: 30px 15px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .top-banner .right-col h1,
    .sec-three .sec-three-body .sec-three-content .sec-three-content-left h2,
    .sec-four .heading h3,
    .portfolio-sec .heading h3,
    .sec-01-title h2,
    .sec-02-heading h2,
    .contact-us-main h2,
    .sec-five .left-col h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .top-form-sec .top-form-left img {
        width: 100%;
    }
    .top-banner .learn-img {
        margin-top: 40px;
    }

    .top-form-sec {
        padding: 50px 0 0;
        margin-top: 0;
    }

    .top-form-sec .top-form-right {
        background-color: #dcf5f3;
        border-radius: 20px;
        padding: 30px;
        margin-bottom: 20px;
    }

    .top-form-sec .top-form-left {
        margin-bottom: 20px;
    }

    .top-form-sec .count-sec {
        position: relative;
        align-items: start;
        text-align: center;
        gap: 30px;
    }

    .top-form-sec .count-sec .count-inner {
        flex-direction: column;
        width: 100%;
    }

    .sec-three {
        padding: 50px 0 30px;
    }

    .sec-three .sec-three-img img {
        width: 100%;
        margin-bottom: 20px;
    }

    .sec-three .sec-three-body .sec-three-content {
        margin: 0;
        height: auto;
        flex-direction: column;
    }

    .sec-three .sec-three-body .sec-three-content .sec-three-content-left,
    .sec-three .sec-three-body .sec-three-content .sec-three-content-right {
        width: 100%;
    }

    .sec-four .left .sec-three-box .sec-three-box-inner {
        width: 100%;
    }

    .portfolio-sec .bg-portfolio {
        height: auto;
    }

    .portfolio-sec .portfolio-slide-arrow {
        display: none;
    }

    .sec-01:after {
        display: none;
    }

    .sec-01-count-card {
        text-align: center;
    }

    .sec-01-count-card h3 {
        font-size: 32px;
    }

    .sec-02-img img {
        margin-bottom: 20px;
    }

    section.sec-02 {
        padding-bottom: 25px;
    }

    section.sec-04 {
        padding-top: 25px;
    }

    .contact-us {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    a.contact-us-social {
        width: 100%;
    }

    .contact-us-warpper {
        padding: 20px;
    }

    .contact-us-warpper>.row {
        margin-bottom: 0;
        background-image: none;
    }

    form.qute-contact {
        padding: 30px 15px;
    }

    .footer {
        text-align: center;
    }

    .footer-bootom-links>p {
        text-align: center;
    }

    .social-link {
        text-align: center !important;
        margin-top: 20px;
    }
}

/* @media (min-width: 320px) and (max-width: 767px) {
    
} */

@media (max-width: 767px) {
    .top-banner .right-col h1,
    .sec-three .sec-three-body .sec-three-content .sec-three-content-left h2,
    .sec-four .heading h3,
    .portfolio-sec .heading h3,
    .sec-01-title h2,
    .sec-02-heading h2,
    .contact-us-main h2,
    .sec-five .left-col h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .top-banner .learn-img {
        margin-top: 40px;
    }

    .top-form-sec {
        padding: 50px 0 0;
        margin-top: 0;
    }

    .top-form-sec .top-form-right {
        background-color: #dcf5f3;
        border-radius: 20px;
        padding: 30px;
        margin-bottom: 20px;
    }

    .top-form-sec .top-form-left {
        margin-bottom: 20px;
    }

    .top-form-sec .count-sec {
        flex-direction: column;
        gap: 20px;
        position: relative;
        bottom: 0;
    }

    .top-form-sec .count-sec .count-inner {
        flex-direction: column;
        width: 100%;
    }

    .sec-three {
        padding: 50px 0 30px;
    }

    .sec-three .sec-three-img img {
        width: 100%;
        margin-bottom: 20px;
    }

    .sec-three .sec-three-body .sec-three-content {
        margin: 0;
        height: auto;
        flex-direction: column;
    }

    .sec-three .sec-three-body .sec-three-content .sec-three-content-left,
    .sec-three .sec-three-body .sec-three-content .sec-three-content-right {
        width: 100%;
    }

    .sec-three .sec-three-body .sec-three-content .sec-three-content-right .sec-three-content-inner,
    .sec-four .left .sec-three-box .sec-three-box-inner {
        width: 100%;
    }

    .portfolio-sec .bg-portfolio {
        height: auto;
    }

    .portfolio-sec .portfolio-slide-arrow {
        display: none;
    }

    .sec-01:after {
        display: none;
    }

    .sec-01-count-card {
        text-align: center;
    }

    .sec-01-count-card h3 {
        font-size: 32px;
    }

    .sec-02-img img {
        margin-bottom: 20px;
    }

    section.sec-02 {
        padding-bottom: 25px;
    }

    section.sec-04 {
        padding-top: 25px;
    }

    .contact-us {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    a.contact-us-social {
        width: 100%;
    }

    .contact-us-warpper {
        padding: 0px;
    }

    .contact-us-warpper>.row {
        margin-bottom: 0;
        background-image: none;
    }

    form.qute-contact {
        padding: 30px 15px;
    }

    .footer {
        text-align: center;
    }

    .footer-bootom-links>p {
        text-align: center;
    }

    .social-link {
        text-align: center !important;
        margin-top: 20px;
    }
    .responsive-menu {
        display:none;
        position: fixed;
        bottom: 0;
        z-index: 55;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .responsive-menu-links {
        background: #f3f3f3;
        width: 100%;
        border-top: 2px solid #4ECDC4;
        padding: 10px;
    }
    .responsive-menu-links ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        list-style: none;
        padding: 0;
        max-width: 400px;
        margin: 0 auto;
    }
}