@font-face {
    font-family: 'Helvetica-Narrow';
    src: url('../fonts/Helvetica-NarrowBold.woff2') format('woff2'),
        url('../fonts/Helvetica-NarrowBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Helvetica", sans-serif;
    color: #1F1F1F;
    line-height: 20px;
    font-weight: 400;
    overflow-x: hidden;
    font-size: 14px;
}

/*reusable classes*/
.hide-scroll, .animatedParent {
    overflow: hidden;
}

a {
    color: #434343;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

a:hover {
    text-decoration: none;
    color: #434343;
}

img {
    max-width: 100%;
}

.fs-bigger {
    font-size: 65px;
}

/*-- scroll to top --*/
.scrollToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 100%;
    border: 2px solid #3B73A9;
    padding: 3px;
    display: none;
}

.scrollToTop:hover {
    text-decoration: none;
}

.scrollToTop i {
    display: block;
    width: 100%;
    height: 100%;
    background: #3B73A9;
    border-radius: 100%;
    line-height: 170%;
    font-size: 18px;
    color: #ffffff;
}

/*-- scroll to top end --*/
/*-- Header Start --*/
.landing_page_header {
    position: fixed;
    background-color: transparent;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.landing_page_header.sticky {
    background-color: #152642;
    position: fixed;
    z-index: 11;
    border-bottom: 4px solid #fff;
}

.landing_page_header .logo {
    padding: 10px 0px;
}

.landing_page_header .logo img {
    max-height: 108px;
    width: auto;
}

.landing_page_header .topcallbtn {
    text-align: right;
}

.landing_page_header .topcallbtn .btn-content {
    display: inline-block;
    position: relative;
}

.landing_page_header .topcallbtn .calltext {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    background-color: #3B73A9;
    font-weight: 600;
    padding: 5px 10px;
    display: inline-block;
}

.landing_page_header .topcallbtn .callnumber {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    line-height: normal;
}

.landing_page_header .topcallbtn .callnumber a {
    color: #ffffff;
    text-decoration: none;
}

.herobanner-wrapper {
    position: relative;
    padding-top: 150px;
    padding-bottom: 40px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    overflow: hidden;
}

.herobanner-wrapper .imagebox-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.herobanner-wrapper .imagebox-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(21 38 66 / 70%);
}

.herobanner-wrapper .imagebox-wrapper img {
    height: 100%;
    object-fit: cover;
    object-position: top left;
    width: 100%;
}

.herobanner-wrapper .inner-section .banner-content {
    margin-top: 30px;
}

.herobanner-wrapper .inner-section .banner-content .toplabel {
    font-size: 34px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.herobanner-wrapper .inner-section .banner-content h1 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.herobanner-wrapper .inner-section .banner-content p {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.3em;
    font-weight: 400;
}

.btn-box {
    background-color: transparent;
    display: inline-block;
    position: relative;
    border: 4px solid #ffffff;
    border-radius: 8px;
}

.btn-box .calltext {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    background-color: #152642;
    padding: 6px 10px;
    line-height: 1.2em;
    font-weight: 800;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.btn-box .callnumber {
    text-align: center;
    font-size: 44px;
    font-weight: 800;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2em;
    background-color: #3B73A9;
    padding: 10px 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn-box .callnumber a {
    color: #ffffff;
    text-decoration: none;
}

.btn-box:hover {
    background-color: #000000;
}

.herobanner-wrapper .inner-section .form-wrapper {
    background-color: #ffffff;
    box-shadow: -107px 164px 55px 0px rgba(0, 0, 0, 0.00), -68px 105px 50px 0px rgba(0, 0, 0, 0.01), -38px 59px 42px 0px rgba(0, 0, 0, 0.05), -17px 26px 31px 0px rgba(0, 0, 0, 0.09), -4px 7px 17px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    overflow: hidden;
}

.herobanner-wrapper .inner-section .form-wrapper .form-head {
    position: relative;
    padding: 10px 15px;
    background-color: #152642;
    border-top: 5px solid #3B73A9;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 100%, 0 92%);
}

.herobanner-wrapper .inner-section .form-wrapper .bottomcontent {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    line-height: 1.2em;
    padding-bottom: 20px;
}

.herobanner-wrapper .inner-section .form-wrapper .topcontent_bar {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
}

.herobanner-wrapper .inner-section .form-wrapper .midcontentbar {
    color: #ffffff;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 5px 0px;
}

.herobanner-wrapper .inner-section .form-wrapper .midcontentbar span {
    color: #ffffff;
}

.herobanner-wrapper .inner-section .form-wrapper .formbox {
    padding: 25px 20px;
}

.herobanner-wrapper .inner-section .form-wrapper .formbox form label {
    font-size: 16px;
    font-weight: 500;
    color: #132A4A;
    text-transform: uppercase;
}

.herobanner-wrapper .inner-section .form-wrapper .formbox form label span {
    color: #ff0000;
}

.herobanner-wrapper .inner-section .form-wrapper .formbox form .form-control, .herobanner-wrapper .inner-section .form-wrapper .formbox form .form-select {
    font-size: 16px;
    background-color: #ffffff;
    border: 2px solid #D6D6D6;
    border-radius: 5px;
    box-shadow: none;
    padding: 10px 15px;
}

.herobanner-wrapper .inner-section .form-wrapper .formbox form .submitbtn {
    margin-bottom: 10px;
}

.herobanner-wrapper .inner-section .form-wrapper .formbox form .submitbtn .btn {
    background-color: #434343;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    padding: 10px 20px;
    border-radius: 100px;
    background: #3B73A9;
    box-shadow: 0px 0px 0px 1px rgba(10, 13, 18, 0.18) inset, 0px -3px 0px 0px rgba(10, 13, 18, 0.15) inset, 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.herobanner-wrapper .inner-section .form-wrapper .formbox .form-text {
    font-size: 12px;
    color: #223755;
    font-weight: 500;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    line-height: 1.2em;
}

.herobanner-wrapper .inner-section .truckimage-desktop {
    height: 250px;
    margin-top: 30px;
    margin-bottom: -50px;
}

.herobanner-wrapper .inner-section .truckimage-desktop img {
    width: 100%;
    height: auto;
}

.herobanner-wrapper .inner-section {
    position: relative;
}

.why-choose-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F3F4FF;
}

.why-choose-section .imgbox img {
    width: 100%;
}

.why-choose-section .contentbox {
    margin: 15px 10px;
}

.why-choose-section .contentbox .toplabel {
    font-size: 20px;
    color: #132A4A;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.why-choose-section .contentbox h3 {
    font-size: 54px;
    color: #152642;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.why-choose-section .contentbox h4 {
    font-size: 34px;
    color: #1F1F1F;
    line-height: 1.3em;
    margin-bottom: 25px;
    font-weight: 600;
}

.why-choose-section .contentbox h4 span {
    color: #3B73A9;
    font-weight: 700;
}

.why-choose-section .contentbox ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

.why-choose-section .contentbox ul li {
    font-size: 24px;
    line-height: 1.2em;
    color: #1F1F1F;
    position: relative;
    margin-left: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.why-choose-section .contentbox ul li::before {
    position: absolute;
    content: "\f336";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #3B73A9;
    font-size: 20px;
    top: 0;
    left: -30px;
}

.call-btn {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    background-color: #3B73A9;
    box-shadow: 0px 0px 0px 1px rgba(10, 13, 18, 0.18) inset, 0px -3px 0px 0px rgba(10, 13, 18, 0.15) inset, 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    padding: 15px 25px;
    border-radius: 100px;
    text-transform: uppercase;
    line-height: 1.2em;
    display: inline-block;
    text-align: center;
}

.call-btn:hover {color: #152642;}

.why-choose-section.advantages-section .contentbox h3 {
    font-size: 54px;
    margin-bottom: 20px;
}

.why-choose-section.advantages-section .contentbox h4 {
    font-size: 24px;
    font-weight: 600;
    color: #132A4A;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.why-choose-section.advantages-section {
    background-color: #ffffff;
}

.our-service-wrapper {
    position: relative;
    padding-top: 60px;
    padding-bottom: 10px;
}

.top-mid-title {
    text-align: center;
    margin-bottom: 40px;
}

.top-mid-title .toplabel {
    font-size: 18px;
    color: #132A4A;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.top-mid-title h4 {
    font-size: 44px;
    color: #152642;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 5px;
}

.top-mid-title p {
    font-size: 18px;
    color: #001222;
    line-height: 1.3em;
    margin-bottom: 0px;
    font-weight: 500;
}

.service-section .col-lg-5 {
    margin: 15px 0px;
}

.service-section .innerbox {
    position: relative;
    height: 100%;
    text-align: left;
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 2px solid #152642;
}

.service-section .innerbox img {
    width: 70px;
    margin-bottom: 10px;
}

.service-section .innerbox h5 {
    font-size: 24px;
    color: #1F1F1F;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.service-section .innerbox p {
    font-size: 18px;
    color: #5C5C5C;
    line-height: 1.3em;
    margin-bottom: 20px;
    font-weight: 500;
}

.service-section .innerbox ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}

.service-section .innerbox ul li {
    font-size: 18px;
    line-height: 1.2em;
    color: #5C5C5C;
    position: relative;
    margin-left: 25px;
    margin-bottom: 15px;
    font-weight: 400;
}

.service-section .innerbox ul li::before {
    position: absolute;
    content: "\f336";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #3B73A9;
    font-size: 16px;
    top: 0;
    left: -25px;
}

.service-section .innerbox .call-btn {
    font-size: 16px;
    color: #ffffff;
    background-color: #3B73A9;
    display: inline-block;
    padding: 15px 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: auto;
}

.service-section .innerbox .call-btn:hover {
    color: #152642;
}

/*-- Gallery --*/
.gallery-list-wrapper {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.gallery-list-wrapper .mtb15 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.gallery-list-wrapper .gallery-images {
    height: 280px;
}

.gallery-list-wrapper .gallery-images a {
    display: block;
    height: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.gallery-list-wrapper .gallery-images a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.gallery-list-wrapper .gallery-images a .hover-content {
    position: absolute;
    text-align: center;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery-list-wrapper .gallery-images a .hover-content span.hover-icon {
    text-align: center;
    background-color: #3B73A9;
    color: #ffffff;
    height: 45px;
    width: 45px;
    display: inline-block;
    line-height: 45px;
    border-radius: 50%;
    opacity: 0;
}

.gallery-list-wrapper .gallery-images a .hover-content span.hover-icon::before {
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}

.gallery-list-wrapper .gallery-images a:hover .hover-content span.hover-icon {
    opacity: 1;
}

.gallery-list-wrapper .gallery-images a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.client-review-wrapper {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F3F4FF;
}

.client-review-wrapper .top-mid-title .toplabel {
    text-align: left;
}

.client-review-wrapper .top-mid-title h4 {
    text-align: left;
}

.client-review-wrapper .rating-main {
    text-align: right;
    height: 75px;
    overflow: hidden;
}

.client-review-wrapper .rating-main img {
    height: 100%;
}

.review-slide-wrapper .col-lg-4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.review-slide-wrapper .inner-slide {
    position: relative;
    height: 100%;
}

.review-slide-wrapper .inner-slide .userinfo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    border-top: 1px solid #E3E3E3;
    padding-top: 15px;
}

.review-slide-wrapper .inner-slide .userinfo img {
    width: 35px;
}

.review-slide-wrapper .inner-slide .userinfo h4 {
    font-size: 20px;
    color: #001222;
    font-weight: 600;
    margin: 0px;
}

.review-slide-wrapper .inner-slide .ratingbar {
    margin-bottom: 15px;
    margin-top: 15px;
}

.review-slide-wrapper .inner-slide .ratingbar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.review-slide-wrapper .inner-slide .ratingbar ul li {
    font-size: 18px;
    color: #FFC21F;
}

.review-slide-wrapper .inner-slide .reviews p {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 15px;
    color: #132A4A;
}

.review-slide-wrapper .inner-slide img.quote {
    position: absolute;
    right: 1px;
    top: -20px;
    max-width: 35px;
}

.bottom-section-wrapper {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #152642;
    border-top: 10px solid #3B73A9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.bottom-section-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(21 38 66 / 70%);
    z-index: -1;
}

.bottom-section-wrapper .contentbox {
    max-width: 600px;
}

.bottom-section-wrapper .contentbox .toplabel {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.bottom-section-wrapper .contentbox h4 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.bottom-section-wrapper .contentbox p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.3em;
    margin-bottom: 20px;
    font-weight: 500;
}

.bottom-section-wrapper .contentbox .btn-box {
    margin-top: 20px;
}

.bottom-section-wrapper .form-wrapper .formbox form label {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}

.bottom-section-wrapper .form-wrapper .formbox form label span {
    color: #ff0000;
}

.bottom-section-wrapper .form-wrapper .formbox form .form-control {
    font-size: 16px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 5px;
    box-shadow: none;
    padding: 10px 15px;
}

.bottom-section-wrapper .form-wrapper .formbox form .submitbtn .btn {
    background-color: #3B73A9;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    padding: 10px 20px;
    border-radius: 100px;
}

.landing-copyright {
    background-color: #1F1F1F;
    padding: 30px 0px;
}

.landing-copyright .row {align-items: end;}

.landing-copyright .footerlogo {
    height: 75px;
    margin-bottom: 10px;
    overflow: hidden;
}

.landing-copyright .footerlogo img {
    height: 100%;
}

.landing-copyright h4 {
    font-size: 17px;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Rubik";
    font-weight: 400;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.landing-copyright p, .landing-copyright a {
    color: #ffff;
    font-size: 17px;
    margin: 0px;
}

.text-right {
    text-align: right;
}

@media (min-width: 768px) {
    .landing_page_header .topcallbtn .btn-content.mobile {
        display: none;
    }
}

@media (min-width: 991px) {
    .herobanner-wrapper.thankyou-banner {
        height: 100vh;
    }

    .herobanner-wrapper.thankyou-banner .inner-section .banner-content {
        text-align: center;
        padding-top: 100px;
    }
    .herobanner-wrapper .inner-section .truckimage-mobile {display: none;}
    .landing_page_header .topcallbtn {padding: 20px 0px;}
}

@media (max-width: 1200px) {
    .gallery-list-wrapper .gallery-images {
        height: 200px;
    }
    .landing_page_header .topcallbtn .callnumber {
        font-size: 40px;
    }
    
    .btn-box .callnumber {
        font-size: 30px;
    }
}

@media (max-width: 992px) {
    .herobanner-wrapper .inner-section .banner-content {
        margin-bottom: 40px;
        text-align: center;
    }
    
    .bottom-section-wrapper .contentbox {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .why-choose-section .contentbox {
        margin-bottom: 30px;
    }

    .herobanner-wrapper .inner-section .truckimage-desktop {display: none;}
    .btn-box .callnumber {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .landing_page_header.sticky {border-bottom: 0px;}
    .landing_page_header .container {
        max-width: 100%;
        padding: 0px;
    }

    .landing_page_header .logo {
        text-align: center;
    }

    .landing_page_header .topcallbtn {
        text-align: center;
        background-color: #3B73A9;
        padding: 5px 15px;
    }
    .landing_page_header .topcallbtn .btn-content.desktop {
        display: none;
    }
    .landing_page_header .topcallbtn .calltext {
        display: none;
    }

    .landing_page_header .topcallbtn .btn-content {
        display: block;
        width: 100%;
    }

    .herobanner-wrapper {
        padding-top: 220px;
        padding-bottom: 10px;
        border-radius: 0px;
    }

    .herobanner-wrapper .inner-section .banner-content h1 {
        font-size: 44px;
    }

    .landing-copyright p, .landing-copyright p.text-right {
        text-align: center;
    }

    .landing-copyright p {
        margin-bottom: 5px;
    }
    .landing-copyright .footerlogo {
        text-align: center;
    }

    .landing_page_header .topcallbtn .btn-content.mobile .callnumber {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext {
        font-size: 30px;
        line-height: 30px;
        font-weight: 700;
    }

    .landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext span {
        display: block;
        font-size: 34px;
        line-height: 34px;
    }

    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 50px;
    }
    .landing_page_header {
        background-color: #152642;
    }
    .btn-box .callnumber {
        font-size: 30px;
    }
    .client-review-wrapper .col-md-2 {
        display: none;
    }
}

@media(max-width: 576px) {
    .landing_page_header .topcallbtn .calltext {
        font-size: 16px;
    }

    .landing_page_header .topcallbtn .callnumber {
        font-size: 22px;
    }

    .herobanner-wrapper .inner-section .banner-content h1 {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .herobanner-wrapper .inner-section .banner-content p {
        font-size: 18px;
    }

    .btn-box .calltext {
        font-size: 18px;
    }

    .btn-box .callnumber {
        font-size: 30px;
    }

    .herobanner-wrapper .inner-section .form-wrapper .formbox form .submitbtn .btn {
        font-size: 16px;
    }

    .why-choose-section .contentbox h3, .top-mid-title h4, .why-choose-section.advantages-section .contentbox h3 {
        font-size: 44px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }

    .background-wrapper-section .content-wrap h4 {
        font-size: 34px;
    }

    .background-wrapper-section .content-wrap p {
        font-size: 18px;
    }

    .landing_page_header .logo img {
        max-height: 100px;
    }

    .herobanner-wrapper {
        padding-top: 200px;
    }
    
    .herobanner-wrapper .inner-section .banner-content .toplabel {
        font-size: 24px;
    }

    .herobanner-wrapper .inner-section .form-wrapper .topcontent_bar {font-size: 20px;}

    .herobanner-wrapper .inner-section .form-wrapper .midcontentbar {
        font-size: 34px;
    }
    .service-section .innerbox .call-btn {
        width: 100%;
    }
    .bottom-section-wrapper .contentbox .toplabel {
        font-size: 20px;
    }
    
    .bottom-section-wrapper .contentbox h4 {
        font-size: 44px;
    }
    .bottom-section-wrapper {
        background-position: top right;
    }
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext {
        font-size: 24px;
        line-height: 24px;
    }
    
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext span {
        font-size: 30px;
        line-height: 30px;
    }
    
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 42px;
        line-height: 42px;
    }
    
}

@media(max-width: 480px) {
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext {
        font-size: 16px;
        line-height: 16px;
    }
    
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext span {
        font-size: 20px;
        line-height: 20px;
    }
    
    .landing_page_header .logo img {
        max-height: 90px;
    }
    
    .herobanner-wrapper {
        padding-top: 200px;
    }
    
    .herobanner-wrapper .inner-section .banner-content .toplabel {
        font-size: 22px;
    }
    
    .herobanner-wrapper .inner-section .banner-content h1 {
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 30px;
    }
    
    .btn-box .calltext {
        font-size: 16px;
    }
    
    .btn-box .callnumber {
        font-size: 23px;
    }
    
    .herobanner-wrapper .inner-section .form-wrapper .midcontentbar {
        font-size: 26px;
    }
    
    .herobanner-wrapper .inner-section .form-wrapper .topcontent_bar {
        font-size: 18px;
    }
    
    .why-choose-section .contentbox h3, .top-mid-title h4, .why-choose-section.advantages-section .contentbox h3 {
        font-size: 40px;
    }
    
    .why-choose-section .contentbox h4 {
        font-size: 28px;
    }
    
    .our-service-wrapper .top-mid-title h4 {
        font-size: 30px;
    }
    
    .our-service-wrapper .top-mid-title {
        margin-bottom: 15px;
    }
    
    .why-choose-section.advantages-section {
        padding-top: 30px;
    }
    
    .client-review-wrapper .top-mid-title .toplabel {
        font-size: 14px;
    }
    
    .client-review-wrapper .top-mid-title h4 {
        font-size: 32px;
    }
    
    .bottom-section-wrapper .contentbox .toplabel {
        font-size: 18px;
    }
    
    .bottom-section-wrapper .contentbox h4 {
        font-size: 34px;
    }
}

@media (max-width: 435px) {
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 40px;
        line-height: normal;
    }
}

@media (max-width: 420px) {
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 36px;
        line-height: normal;
    }
}

@media (max-width: 390px) {
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 35px;
        line-height: normal;
    }
    .landing_page_header .topcallbtn {
        padding: 5px 10px;
    }
}

@media (max-width: 370px) {
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 32px;
        line-height: normal;
    }
}

@media (max-width: 350px) {
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 30px;
        line-height: normal;
    }
}

@media (max-width: 335px) {
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 28px;
        line-height: normal;
    }
}
