/* Width only */
/* Mobile (under 576px) */

/* Tablet (576px - 767px) */
@media screen and (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }
}

/* Small desktop (768px - 991px) */
@media screen and (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }
}

/* Medium desktop (992px - 1199px) */
@media screen and (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }
}

/* Large desktop (1200px - 1399px) */
@media screen and (min-width: 1200px) {
    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }
}

/* Extra-large desktop (1400px and above) */
@media screen and (min-width: 1400px) {
    .w-xll-25 {
        width: 25%;
    }

    .w-xll-50 {
        width: 50%;
    }

    .w-xll-75 {
        width: 75%;
    }

    .w-xll-100 {
        width: 100%;
    }
}

/* Site */
@media screen and (min-width:767.98px) {
    .right-head {
        max-width: 100%;
    }

    .middle-head img {
        height: 60px;
    }

    .font-large {
        font-size: 3rem;
    }

    .font-medium {
        font-size: 2rem;
    }

    .section-header {
        background-position: 32% 48%;
    }

    .section-why .btns-group .btn {
        margin-bottom: 5px;

    }

    .footer-logo {
        margin-bottom: 1.5rem;
    }

    .footer-content-bottom {
        margin-top: 1.5rem;
    }

    .copy-right .text-subtitle {
        font-size: 1rem;
    }

    .max-width-580 {
        max-width: 580px;
    }
}

@media screen and (min-width:991.98px) {
    .font-large {
        font-size: 3rem;
    }

    .font-medium {
        font-size: 2rem;
    }

    .text-subtitle {
        font-size: 1.125rem;
    }

    .footer-content-top {
        margin-right: auto;
        margin-left: 0;
    }

    .footer-link h3 {
        font-size: 1.5rem;
    }

    .footer-link li>a {
        font-size: 1rem;
    }
}

@media screen and (min-width:1200px) {
    .footer {
        background-position: 100%;
    }

    .section-header {
        height: 100vh;
    }

}

@media screen and (min-width:1500px) {
    .section-header {
        background-position: 36% 28%;
        padding-top: 10rem;
        height: 100vh;
    }


}

/* Max Width Propertise */
@media screen and (max-width:767px) {
    .feedback-section .container {
        max-width: 98%;
    }

    .feedback-section .shapes {
        display: none;
    }

    .scroll-down {
        bottom: 0;
    }

    .btns-group .btn {
        margin-bottom: 5px;
    }
}

@media screen and (min-width:576.98px) and (max-width:767px) {
    .global-padding {
        padding-left: 3%;
        padding-right: 3%;
    }

    .btns-group .btn:first-child {
        margin-bottom: 5px;
    }

    .header-image img {
        max-width: 100%;
    }

    .faqWrapper .accordion.accordion-flush>.accordion-item>h2>button {
        font-size: 1.15rem;
    }

    .font-large,
    .font-medium,
    .cta-body h2 {
        font-size: 2rem;
    }

    .hero_title {
        font-size: 2rem;
    }

    .hero_tag h1 {
        font-size: 1.75rempx;
    }

    .hero_normal_content p {
        font-size: 1rem;
    }

    .section-header {
        background-position: 45% 45%;
    }

    .right-head {
        max-width: 95px;
    }

    .cta {
        box-shadow: 10px 10px 0 0 var(--secondaryColor);
    }

    .section-cstudy .card-title {
        font-size: 1.2rem;
        font-weight: 400;
    }

    .faqWrapper {
        margin-bottom: 1.75rem;
    }

    .faq-title h2 {
        line-height: 3rem;
    }

    .faq-title {
        text-align: center;
    }

    .footer {
        background: url(../images/Intersect-footer.svg);
        background-position-x: 63%;
        background-position-y: 0;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .footer-content h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px !important;
    }

    .footer-content p {
        font-size: 15px;
        margin-bottom: 15px !important;
    }

    .footer-content .btn {
        font-size: 11px;
    }

    .footer-socail {
        width: 145px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer-socail ul>li {
        width: 25px;
        height: 25px;
    }

    .footer-socail ul>li>a>img {
        width: 20px;
        height: 20px;
    }

    .footer-content .material-symbols-outlined {
        font-size: 11px;
    }

    .footer-logo img {
        max-width: 100%;
    }

    .footer-content-bottom {
        padding-top: 1rem !important;
    }

    .footer-link h3 {
        font-size: 1rem;
    }

    .footer-link li {
        line-height: 1.2;
    }

    .footer-link li>a {
        font-size: 12px;
    }

    .copy-right p {
        font-size: 12px;
    }
}

@media screen and (min-width:390.98px) and (max-width:576px) {
    .global-padding {
        padding-left: 2%;
        padding-right: 2%;
    }

    .font-large,
    .font-medium,
    .cta-body h2 {
        font-size: 2rem;
    }

    .hero_title {
        font-size: 15px;
    }

    .hero_tag h1 {
        font-size: 14px;
    }

    .hero_normal_content p {
        font-size: 8px;
    }

    .section-header {
        background-position: 45% 45%;
    }

    .cta {
        box-shadow: 10px 10px 0 0 var(--secondaryColor);
    }

    .section-cstudy .card-title {
        font-size: 1.2rem;
        font-weight: 400;
    }

    .faqWrapper {
        margin-bottom: 1.75rem;
    }

    .faq-title h2 {
        line-height: 3rem;
    }

    .faq-title {
        text-align: center;
    }

    .footer {
        background: url(../images/mobile-Intersect-footer.svg);
        background-position-x: 100%;
        background-position-y: 0;
        background-size: 127% 100%;
        background-repeat: no-repeat;
    }

    .footer-content h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px !important;
    }

    .footer-content p {
        font-size: 15px;
        margin-bottom: 15px !important;
    }

    .footer-content .btn {
        font-size: 7px;
    }

    .footer-socail {
        width: 135px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer-socail ul>li {
        width: 20px;
        height: 20px;
    }

    .footer-socail ul>li>a>img {
        width: 20px;
        height: 20px;
    }

    .footer-content .material-symbols-outlined {
        font-size: 10px;
    }

    .footer-logo img {
        max-width: 100%;
    }

    .footer-content-bottom {
        padding-top: 7rem !important;
    }

    .footer-link h3 {
        font-size: 1rem;
    }

    .footer-link li {
        line-height: 1.2;
    }

    .footer-link li>a {
        font-size: 12px;
    }

    .copy-right p {
        font-size: 12px;
    }

}

@media screen and (max-width:390px) {
    .global-padding {
        padding-left: 2%;
        padding-right: 2%;
    }

    .font-large,
    .font-medium,
    .cta-body h2 {
        font-size: 2rem;
    }

    .hero_title {
        font-size: 15px;
    }

    .hero_tag h1 {
        font-size: 14px;
    }

    .hero_normal_content p {
        font-size: 8px;
    }

    .section-header {
        background-position: 45% 45%;
    }

    .cta {
        box-shadow: 10px 10px 0 0 var(--secondaryColor);
    }

    .section-cstudy .card-title {
        font-size: 1.2rem;
        font-weight: 400;
    }

    .faqWrapper {
        margin-bottom: 1.75rem;
    }

    .faq-title h2 {
        line-height: 3rem;
    }

    .faq-title {
        text-align: center;
    }

    .footer {
        background: url(../images/mobile-Intersect-footer.svg);
        background-position-x: 100%;
        background-position-y: 0;
        background-size: 127% 100%;
        background-repeat: no-repeat;
    }

    .footer-content h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px !important;
    }

    .footer-content p {
        font-size: 15px;
        margin-bottom: 15px !important;
    }

    .footer-content .btn {
        font-size: 7px;
    }

    .footer-socail {
        width: 135px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer-socail ul>li {
        width: 20px;
        height: 20px;
    }

    .footer-socail ul>li>a>img {
        width: 20px;
        height: 20px;
    }

    .footer-content .material-symbols-outlined {
        font-size: 10px;
    }

    .footer-logo img {
        max-width: 100%;
    }

    .footer-content-bottom {
        padding-top: 7rem !important;
    }

    .footer-link h3 {
        font-size: 1rem;
    }

    .footer-link li {
        line-height: 1.2;
    }

    .footer-link li>a {
        font-size: 12px;
    }

    .copy-right p {
        font-size: 12px;
    }
}