/* Global box-sizing for consistency */
* {
    box-sizing: border-box;
}

@media screen and (min-width: 1951px) {
    .banner-img-content-about {
        left: 15px;
        top: 123px;
    }

    .services-section .services-content-page {
        padding: 30px 32px;
    }

    .whychooseus-section::after {
        width: 445px;
        height: 405px;
        position: absolute;
        right: -97px;
        bottom: -135px;
    }

    .partners-section {
        padding: 128px 0 136px;
    }
}

@media screen and (max-width: 1950px) {
    .banner-img-content figure {
        top: -350px;
    }

    .home-header-section .main-header .navbar-brand {
        margin-right: 181px;
    }

    .home-header-section .main-header {
        padding: 26px 20vw 0 20vw;
    }

    .about-us-section .about-left-back-img {
        left: -41%;
    }

    .whychooseus-section {
        padding: 130px 0 127px;
    }

    .about-us-page-section {
        padding: 90px 0 219px;
    }

    .home-header-section .sub-banner-section {
        padding-top: 111px;
        padding-bottom: 137px;
    }

    .partners-section {
        padding: 128px 0 124px;
    }

    .who-we-are-section .section-2 {
        padding-bottom: 143px;
    }

    .who-we-are-section .section-2 .who-we-right-fig {
        top: -23%;
        left: -42%;
        margin-bottom: 0;
    }

    .help-section .help-section-img2 {
        right: 0;
        margin: 0 auto;
        top: 103px;
    }

    .teams-combine-section::after {
        right: -572px;
        top: -49px;
    }

    .our-servicess .section-2 .who-we-right-fig {
        top: -71%;
        left: -42%;
        margin-bottom: 0;
    }

    .our-servicess .section-2 {
        padding-bottom: 127px;
    }
}

@media screen and (max-width: 1750px) {
    .home-header-section .main-header .navbar-brand {
        margin-right: 34px;
    }

    .home-header-section:before {
        top: -230px;
        left: -240px;
    }

    .home-header-section .main-header {
        padding: 26px 15vw 0 15vw;
    }

    .home-banner-section .banner-container-box .home-banner-text {
        padding-left: 244px;
    }

    .banner-img-content figure {
        top: -300px;
        left: 74px;
    }

    .about-us-section .about-left-back-img {
        left: -49%;
    }

    .about-us-section::after {
        width: 355px;
        height: 424px;
        right: -77px;
        top: -135px;
    }

    .who-we-are-section .who-we-right-fig {
        top: -33%;
        right: -34%;
    }

    .who-we-are-section .section-2::after {
        width: 400px;
        height: 400px;
        right: -97px;
        bottom: -170px;
    }

    .carousel-section:before {
        top: 26px;
        left: 25px;
    }

    .whychooseus-section::after {
        width: 445px;
        height: 405px;
        right: -143px;
        bottom: -188px;
    }

    .teams-combine-section::after {
        right: -705px;
        top: -43px;
    }

    .help-section .help-section-img2 {
        left: 206px;
        right: 0;
        margin: 0 auto;
        top: 93px;
    }
}

@media screen and (max-width: 1650px) {
    .home-header-section .main-header {
        padding: 26px 10vw 0 10vw;
    }

    .home-header-section .banner-right-img {
        bottom: 272px;
        right: -451px;
    }

    .home-banner-section {
        padding-top: 184px;
        padding-bottom: 213px;
    }

    .home-banner-section .banner-container-box .social-icons ul {
        left: 50px;
        top: 82px;
    }

    .home-banner-section .banner-container-box .home-banner-text {
        padding-left: 200px;
    }

    .about-us-section .about-left-back-img {
        left: -62%;
    }

    .our-teams-section .who-we-right-fig {
        top: -49%;
        right: -40%;
    }

    .contact-us-form::after {
        right: -145px;
        bottom: -162px;
    }

    .contact-us-form .about-left-back-img {
        left: -55%;
    }
}

@media screen and (max-width: 1250px) {
    .home-header-section .main-header {
        padding: 26px 22px 0 112px;
    }

    .home-header-section .main-header .navbar-collapse .btn-talk a {
        padding: 17px 30px;
    }

    .home-header-section .main-header .navbar-collapse .navbar-nav li:first-child {
        margin-left: 102px;
    }

    .home-header-section .main-header .navbar-collapse .navbar-nav li {
        margin: 0 9px;
    }
}

/* Fix for smaller screens (690px width) */
@media screen and (max-width: 700px) {
    .home-header-section .main-header {
        padding: 15px 5vw 0 5vw;
    }

    .home-header-section .main-header .navbar-brand {
        margin-right: 0;
        padding-left: 5px;
    }

    .home-header-section .main-header {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .home-banner-section .banner-container-box .home-banner-text {
        padding: 0 5vw;
        text-align: center;
    }

    .home-banner-section .banner-container-box .banner-btn a {
        padding: 12px 25px;
        font-size: 16px;
    }

    h1 {
        font-size: 38px;
        line-height: 42px;
    }
}

@media screen and (max-width: 575px) {
    .home-header-section .main-header {
        padding: 10px;
    }

    .home-banner-section .banner-container-box .banner-btn a {
        padding: 10px 20px;
        font-size: 14px;
    }

    h1 {
        font-size: 30px;
        line-height: 34px;
    }
}