@media only screen and (max-width: 767px) {
    .heading-data {
        font-size: 25px;
        line-height: 40px;
    }

    .p-tag {
        font-size: 14px;
        line-height: 27px;
    }

    .heading-p {
        font-size: 16px;
        line-height: 20px;
    }

    /* header-sec */
    section.header-sec.py-3 {
        padding: 10px !important;
    }

    /*  */

    .landing-sec::before,
    .we-sec::after {
        width: 20px;
        height: 20px;
        border: 2px solid #1CD1E9;
        top: -4px;
    }
    .we-bring {
        height: auto;
    }
    .landing-left {
        width: 100%;
        height: auto;
        padding: 15px 25px;
        margin-bottom: 50px;
        top: 0;
        position: relative!important;
    }

    .landing-right,img.content-bg {
        display: none;
    }

    .landing-head {
        width: 100%;
        padding: 0;
        color: #000 !important;
        text-align: center;
        margin-bottom: 5px !important;
    }

    .landing-head strong {
        color: #2F73B9 !important;
    }

    .landing-p {
        width: 100%;
        color: #000 !important;
        text-align: center;
    }
    .service {
        width: 300px;
        bottom: -5px;
        right: unset;
        left: 50%;
        transform: skew(0deg) translateX(-50%);
    }

    .service-p {
        transform: skew(0deg) !important;
    }

    /* about-us */
    section.about-sec {
        padding: 10px !important;
    }

    /* why-sec */
    section.why-sec {
        padding: 15px !important;
        margin: 15px 0 !important;
    }

    .why-right,
    .why-left {
        width: 100%;
    }

    .why-right {
        padding-bottom: 25px;
    }

    img.why-leader {
        left: -26px;
        position: relative !important;
    }

    img.why-pro {
        right: -14px;
        bottom: -19px;
        width: 290px;
    }

    /* why-leader */
    .data-content {
        width: 100%;
        text-align: center;
    }

    .why-p {
        text-align: center;
    }

    li.list-group-item {
        gap: 10px;
        margin-top: 10px !important;
        align-items: flex-start !important;
        justify-content: center !important;
    }

    /* we-do */
    .about-p, .we-p {
        width: 100%;
    }
    .wedo-tab {
        margin: 15px 0 !important;
    }

    .wedo-dots button.owl-dot {
        display: none;
    }

    .owldot-head {
        display: block;
        font-size: 18px;
        margin: 0 auto 10px auto;
        background: transparent !important;
        color: white;
        font-weight: 800;
    }

    .line-class {
        display: none;
    }

    .imag-class {
        margin: 15px 0 0 0 !important;
    }
    .owl-head {
        margin-bottom: 10px;
        color: black;
        font-size: 17px;
        background: transparent !important;
        font-weight: 700;
        line-height: 12px;
    }
    .owl-p {
        background: transparent !important;
        color: #ffffff;
        font-size: 13px;
        line-height: 25px;
    }
    .wedo-right {
        width: 100%;
        margin-bottom: 0px;
        height: auto !important;
        padding: 15px;
        background: #3778ae;
        border-radius: 15px;
        text-align: center;
    }

    .wedo-left {
        display: none;
    }

    /* help-sec */
    .helpdata-head,
    .help-p {
        width: 100%;
        text-align: center;
    }

    .helpinfo-right {
        width: 100% !important;
    }

    .helpinfo-right::before {
        display: none;
    }

    li.help-list {
        padding: 0 !important;
    }

    .helpinfo-left {
        height: auto;
        margin-top: 60px;
    }

    .client-p strong {
        font-size: 20px;
        line-height: 18px;
    }

    .clients-list {
        padding: 12px 6px !important;
    }

    /* footer */
    .footer-p,
    .social-icon {
        width: 100% !important;
    }

    .footer-p {
        font-size: 12px;
        text-align: center;
    }

    .social-icon {
        justify-content: center !important;
        margin-top: 10px;
    }

    /*  */
    .wedo-tab .owl-carousel .owl-stage {
        width: 100% !important;
    }

    .wedo-tab .owl-carousel .owl-item {
        width: 100% !important;
    }
    .designed-content {
        width: 100% !important;
        justify-content: center !important;
        margin-top: 10px;
    }
    .footer-data {
        width: 100% !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 567px) {
    img.why-pro {
        bottom: -10px;
        width: 200px;
    }
}

@media only screen and (min-width: 568px) and (max-width: 767px) {
    img.why-pro {
        width: 330px;
        bottom: -35px;
    }

    img.why-leader {
        left: -115px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-toggler {
        background: #fff;
        position: absolute;
        right: 15px;
    }

    .navbar-toggler.res-nav {
        left: 15px;
        top: 20px;
        right: auto;
        width: 56px;
        height: 40px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        background-color: #3a3a3a;
        z-index: 1000;
        margin: 0;
        padding: 20px;
        height: 100%;
        transition: all 0.5s;
    }

    .navbar-collapse.show {
        transition: all 0.5s;
        right: 0;
    }

    .nav-left {
        padding-top: 55px;
    }

    .head-nav a.nav-link {
        color: white;
    }

    .head-nav {
        gap: 20px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .helpinfo-right::before {
        height: 500px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .heading-data {
        font-size: 25px;
        line-height: 40px;
    }

    .p-tag {
        font-size: 14px;
        line-height: 27px;
    }

    .heading-p {
        font-size: 16px;
        line-height: 20px;
    }

    /* header-sec */
    section.header-sec.py-3 {
        padding: 10px !important;
    }

    /* landing-sec */
    .we-bring {
        background: unset;
        height: auto;
        margin-top: 20px;
    }

    .container-landing {
        width: 100%;
    }

    .landing-sec::before,
    .we-sec::after {
        width: 20px;
        height: 20px;
        border: 2px solid #1CD1E9;
        top: -4px;
    }

    .landing-left {
        width: 83%;
        height: auto;
        padding: 15px 25px;
        margin: 0 auto 40px auto;
        top: 0;
        position: relative !important;
    }
    .landing-right,
    img.content-bg {
        display: none;
    }

    .landing-head {
        width: 100%;
        padding: 0;
        color: #000 !important;
        text-align: center;
    }

    .landing-head strong {
        color: #2F73B9 !important;
    }

    .landing-p {
        width: 75%;
        color: #000 !important;
        text-align: center;
        margin: 0 auto;
    }

    img.landing-check,
    img.landing-home {
        display: none;
    }


    .service {
        width: 375px;
        bottom: -5px;
        right: unset;
        left: 50%;
        transform: skew(0deg) translateX(-50%);
    }

    .service-p {
        transform: skew(0deg) !important;
        width: auto !important;
    }

    /* about-us */
    section.about-sec {
        padding: 10px !important;
    }

    /* why-leader */
    img.why-pro {
        bottom: unset;
        top: 170px;
        right: 6px;
    }

    img.why-leader {
        left: -36px;
    }

    .wedo-tab {
        margin: 15px 0 !important;
    }

    .wedo-dots button.owl-dot {
        width: 20%;
    }

    .wedo-dots {
        margin-top: 15px;
    }

    .line-class {
        right: 10px;
        top: 50px;
    }

    .wedo-dots button.owl-dot:nth-child(2) .line-class {
        right: 8px;
    }

    .wedo-dots button.owl-dot:nth-child(3) .line-class {
        right: 10px;
    }

    .wedo-left {
        width: 360px;
        height: auto !important;
    }

    .help-info {
        align-items: flex-start !important;
    }

    .data-content {
        width: 75%;
    }

    .helpinfo-right::before {
        height: 450px;
    }

    .helpinfo-left {
        width: 325px;
        height: 204px;
        margin-top: 100px;
    }

    .clients-list {
        padding: 10px 15px !important;
    }

    .client-p strong {
        font-size: 20px;
        line-height: 18px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {

    /*  */
    .we-bring {
        background: unset;
        height: auto;
    }

    .container-landing {
        width: 100%;
    }

    .landing-sec::before,
    .we-sec::after {
        width: 20px;
        height: 20px;
        border: 2px solid #1CD1E9;
        top: -4px;
    }

    .landing-left {
        width: 100%;
        height: auto;
        padding: 15px 25px;
        margin-bottom: 50px;
        top: 0;
        position: relative !important;
    }

    .landing-right,img.content-bg {
        display: none;
    }

    .landing-head {
        width: 70%;
        padding: 0;
        color: #000 !important;
        text-align: center;
        margin: 0 auto !important;
    }

    .landing-head strong {
        color: #2F73B9 !important;
    }

    .landing-p {
        width: 70%;
        color: #000 !important;
        text-align: center;
        margin: 0 auto !important;
    }

    img.landing-check,
    img.landing-home {
        display: none;
    }

    .service {
        width: 415px;
        bottom: -5px;
        right: unset;
        left: 50%;
        transform: skew(0deg) translateX(-50%);
    }

    .service-p {
        transform: skew(0deg) !important;
        width: auto !important;
    }

}