@media (max-width: 1500px) and (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1120px;
    }
}

@media (max-width:1199px) {
    header .main-header .menuSec ul.menu>li {
        padding: 20px 5px;
    }
    footer .footerLogo{
        margin:auto;
    }
    .header-main.fixed .logo {
        max-width: 330px;
        float: unset;
        margin: 0 auto;
    }

    .header-main.fixed .main-menu>ul {
        justify-content: space-between;
        width: 100%;
    }

    header .main-header .menuSec ul.menu>li a {
        font-weight: 400;
    }

    header .topBar ul li {
        padding: 0 5px;
    }

    .navSideBar ul.menu {
        padding: 50px;
        list-style: none;
        max-width: 450px;
        margin: auto;
    }

    .navSideBar ul.menu li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .navSideBar ul.menu li a {
        padding: 0;
        font-size: 16px;
        color: #1c1c1c;
        font-weight: 600;
        text-transform: capitalize;
    }

    .navSideBar ul.menu li .dropdown {
        height: 0;
        transition: ease all 0.25s;
        position: relative;
        width: 100%;
        transition: ease all 0.25s;
        background: none;
        border: none;
        padding: 0 20px;
    }

    .navSideBar ul.menu li:hover .dropdown,
    .navSideBar ul.menu li:focus .dropdown {
        height: 100%;
        visibility: visible;
        opacity: 1;
    }

    .navSideBar ul.menu li a.btn {
        color: #ffffff;
        outline: none !important;
        box-shadow: none !important;
        border-color: #707070;
        font-size: 18px;
        padding: 10px 20px;
        background: #001A57;
        border-radius: 10px;
        display: block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        margin: auto;
    }

    header .topBar ul li img {
        margin-right: 5px;
    }

    header .topBar .h-right a {
        padding: 10px;
    }

    section.ourServices .serviceItem .desc h4 {
        min-height: 50px;
    }

    section.whoWeAreSect .headDesc h3,
    section.whatWeDoDescSect .desc h3,
    section.aboutPoints .customRow .customCol .pointWrapper .desc h3 {
        font-size: 22px;
    }

    section.whoWeAreSect .headDesc p,
    section.whatWeDoDescSect .desc p,
    section.aboutPoints .customRow .customCol .pointWrapper .desc p {
        font-size: 16px;
    }

    .banner2Sect ul li {
        width: 50%;
    }

    .banner2Sect ul li:last-child {
        width: 100%;
    }

    .approach-module .approach-items .approach-item .approach-inner {
        width: 100px;
        height: 100px;
        font-size: 12px;
    }

    .approach-module .approach-items .approach-item .approach-inner span.approach-title {
        font-size: 16px;
    }

    section.statisticalSect .imgWrapper {
        right: 0;
    }

    section.statisticalSect .desc p.extendedCont {
        margin-right: 0;
    }
}

@media (max-width:991px) {
    header .topBar .h-right {
        text-align: right;
    }

    header .main-header .menuSec ul.menu>li:nth-child(even) {
        color: #fff;
        transform: rotate(0deg);
    }

    header .main-header .menuSec ul.socialList {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        justify-content: space-evenly;
        margin: 0;
    }

    header .main-header .menuSec ul.socialList li {
        padding: 0 15px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .main-header .menuSec ul.socialList li img {
        max-width: 30px;
        margin-right: 15px;
        filter: invert(1);
    }

    header .main-header .menuSec ul.socialList li label {
        font-size: 16px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #fff;
    }

    header .main-header .menuSec ul.socialList li label span,
    header .main-header .menuSec ul.socialList li label a {
        display: block;
        color: #fff;
    }

    header .main-header .menuSec {
        margin-bottom: -35px;
    }

    section.homeBanner .homeForm .customRow {
        display: flex;
        flex-wrap: wrap;
    }

    section.homeBanner .homeForm .customRow .formField {
        margin: 15px 0;
        width: 50%;
    }

    section.homeBanner .homeForm .customRow .button {
        width: 50%;
        margin: 15px 0;
    }

    section.homeBanner .homeForm .customRow .button input {
        width: 100%;
    }

    .mobileMenuOpen .navSideBar {
        display: block;
        height: 100%;
        top: 0;
    }

    section.aboutPoints .customRow .customCol {
        width: 50%;
    }

    section.counterSect .col-lg-3 {
        padding: 0;
    }

    section.counterSect .col-lg-3 .counterWrapper {
        padding: 30px 0;
    }

    section.counterSect .col-lg-3:nth-child(2) .counterWrapper {
        border-right: none;
    }

    section.counterSect .col-lg-3:not(:even) .counterWrapper {
        border-right: 2px dashed #6b6b6b;
    }

    section.counterSect .col-lg-3:nth-child(2) .counterWrapper,
    section.counterSect .col-lg-3:nth-child(1) .counterWrapper {
        border-bottom: 2px dashed #6b6b6b;
    }

    section.footerForm .FormWrapper {
        max-width: 90%;
    }

    section.ourProcess .itemWrapper:before {
        left: 20%;
        top: -10px;
    }
}

@media (max-width:767px) {
    .hd_logo_inn {
        text-align: center;
    }

    section.counterSect .col-lg-3:not(:last-child) .counterWrapper {
        border-right: none !important;
        border-bottom: 2px dashed #6b6b6b;
    }

    section.homeBanner .homeSlider .sliderItem {
        padding: 100px 0;
        height: 100%;
    }

    footer ul.contactMenu li {
        width: 100%;
        padding-bottom: 20px;
        border-right: none !important;
        justify-content: flex-start;
    }

    footer ul.contactMenu {
        display: block;
        width: 50%;
        margin: 30px auto;
    }

    footer .footerLogo {
        margin: 0 auto;
    }

    section.ourProcess .col-md-4:not(:last-child) .itemWrapper {
        margin-bottom: 80px;
    }

    .inner-banner-content h2 {
        font-size: 30px;
    }

    .approach-module .approach-items {
        flex-wrap: wrap;
    }

    .approach-module .approach-items .approach-item {
        width: 100%;
        margin: 25px 0;
    }

    .approach-module .approach-items .approach-item:first-child {
        margin-top: 0;
    }

    .approach-module .approach-items .approach-item:last-child {
        margin-bottom: 0;
    }

    .approach-module .approach-items .approach-item:before {
        transform: rotate(90deg);
        top: calc(100% + 15px);
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media (max-width:500px) {

    section.homeBanner .homeForm .customRow .formField,
    section.aboutPoints .customRow .customCol {
        width: 100%;
    }

    section.cta .desc h5 {
        font-size: 20px;
    }

    section.cta .desc a {
        display: block;
        margin-bottom: 10px;
    }

    section.cta .desc p {
        font-size: 0;
    }

    section.homeBanner .homeSlider .sliderItem h3 {
        font-size: 26px;
    }

    section.whoWeAreSect .headDesc h3,
    section.whatWeDoDescSect .desc h3,
    .approach-module h2,
    section.ourProcessSteps .headDesc h3,
    section.statisticalSect .desc h3,
    section.ourServices .headDesc h4,
    section.aboutOurCompanySect .desc h4,
    section.reviewsSect .reviewSlider .reviewerName h5,
    section.ourProcess .headDesc h3,
    section.reviewsSect .headDesc h3,
    section.footerForm .FormWrapper h4 {
        font-size: 22px;
    }

    section.whoWeAreSect .headDesc p,
    section.whatWeDoDescSect .desc p,
    section.ourServices .headDesc p,
    section.ourProcess .headDesc p,
    section.reviewsSect .reviewSlider p {
        font-size: 14px;
    }

    section.reviewsSect .reviewSlider {
        padding-top: 0;
    }

    section.aboutOurCompanySect {
        padding: 50px 0;
    }

    footer ul.contactMenu {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .banner2Sect ul li {
        width: 100%;
    }
}