:root {
    --primary-color: rgba(181, 18, 27, 1);
    --secondary-color: rgba(0, 56, 70, 1);
    --tertiary-color: rgba(0, 159, 194, 1);
    --white-color: #fff;
    --font-size-30: 30px;
    --font-size-25: 25px;
    --font-size-22: 22px;
    --font-size-20: 20px;
    --font-size-18: 18px;
    --font-size-16: 16px;
    --font-size-15: 15px;
    --font-family-berthold-regular: 'berthold_akzidenz_groteskRg';
    --font-family-berthold-medium: 'berthold_akzidenz_groteskmd';
    --font-family-berthold-bold: 'berthold_akzidenz_groteskbold';
}

@media screen and (max-width: 1800px) {

    .btn {
        padding: 18px 24px;
    }

    .has-icon {
        padding: 20px 60px 20px 30px;
    }

    .site-branding a img {
        max-height: 56px;
    }

    .left-content {
        width: 72%;
    }

    .right-content {
        width: 28%;
    }

    .main-navigation .menu>li {
        padding: 0 15px;
    }

    .main-navigation {
        padding-left: 20px;
    }

    .right-content .call .icon img {
        width: 18px;
    }

    .right-content .call .icon {
        width: 45px;
        height: 45px;
    }

    .right-content {
        gap: 20px;
    }


    .call .number-text a {
        font-size: 21px;
    }
}

@media screen and (max-width:1599px) {
    :root {
        --font-size-104: 92px;
        --font-size-86: 76px;
        --font-size-70: 55px;
        --font-size-60: 55px;
        --font-size-30: 28px;
        --font-size-20: 18px;
        --font-size-18: 17px;
    }

    .header-bottom {
        padding: 20px 0;
    }

    .main-navigation .menu>li a {
        font-size: 17px;
    }

    .main-navigation .menu>li {
        padding: 0 6px;
    }

    .menu-item-has-children .angle-down {
        margin-left: 6px;
        margin-top: 4px;
    }

    .right-content .call .icon {
        width: 30px;
        height: 30px;
    }

    .right-content .call .icon img {
        width: 15px;
    }

    .call .number-text a {
        font-size: 19px;
        letter-spacing: 0;
    }

    .right-content {
        gap: 10px;
    }

    .quote-btn .btn {
        padding: 14px 25px;
    }

    .foot-quicklinks {
        width: 21.33%;
    }

    .foot-contact {
        width: 24%;
    }

    .hero-main {
        padding: 120px 0;
    }

    .find-right-main {
        padding: 100px 0;
    }

    .footer-bottom {
        padding: 25px 15px;
    }

    .process-main::before,
    .blog-main::before,
    .say-about-main::before {
        width: 320px;
        height: 345px;
    }

    .why-love-list li {
        margin-bottom: 50px;
    }

    .why-love-list li::before {
        top: 40px;
    }

    .video-main {
        padding: 100px 0 80px;
    }

    .contact-content {
        margin-top: 40px;
    }

    .our-team-main {
        padding: 70px 0;
    }

}

@media screen and (max-width:1399px) {
    :root {
        --font-size-104: 82px;
        --font-size-86: 66px;
        --font-size-70: 55px;
        --font-size-60: 50px;
        --font-size-30: 25px;
        --font-size-25: 21px;
        --font-size-24: 20px;
        --font-size-22: 20px;
        --font-size-20: 18px;
    }

    .container {
        padding: 0 15px;
    }

    .header-container {
        padding: 0 15px;
    }

    .header-top li {
        font-size: 15px;
    }

    .header-bottom {
        padding: 15px 0;
    }

    .main-navigation {
        padding-left: 10px;
    }

    .main-navigation .menu>li a {
        font-size: 15px;
    }

    .site-branding a img {
        max-height: 40px;
    }

    .quote-btn .btn {
        padding: 14px 16px;
        font-size: 15px;
    }

    .call .number-text {
        padding-left: 10px;
    }

    .call .number-text a {
        font-size: 18px;
    }

    .call .number-text p {
        font-size: 14px;
        letter-spacing: 0;
    }

    /* .right-content {
        gap: 10px;
    } */

    .header-contact ul li {
        padding: 0 20px;
    }

    .header-account li a {
        padding: 15px 20px;
    }

    footer.site-footer {
        padding: 70px 0;
    }

    .foot-content {
        width: 30%;
    }

    .foot-contact {
        width: 26%;
    }

    footer ul li {
        padding: 10px 0;
    }

    footer ul li a {
        font-size: 17px;
    }

    .foot-contact a {
        font-size: 20px;
    }

    footer h3 {
        margin-bottom: 20px;
    }

    .foot-content .foot-description {
        font-size: 17px;
        line-height: 1.7;
    }

    .counter-item {
        padding: 0 45px;
    }

    .service-heading {
        margin-top: 60px;
    }

    .tabing-box {
        width: 30%;
        padding: 50px 40px 80px;
    }

    .service-btn {
        width: 60px;
        height: 60px;
    }

    .about-text {
        padding-left: 90px;
    }

    .columb-2 .about-text {
        padding-left: 15px;
        padding-right: 80px;
    }

    .about-main {
        padding: 75px 0;
    }

    .process-main,
    .blog-main {
        padding: 100px 0;
    }

    .process-main.icon-hide {
        padding: 70px 0;
    }

    .step-item::after {
        top: 95px;
    }

    .step-item .icon {
        width: 110px;
        height: 110px;
        margin-bottom: 30px;
    }

    .step-item .icon img {
        width: 50px;
    }

    .step-heading {
        margin-bottom: 12px;
    }

    /* .card-image {
        width: 90px;
        height: 90px;
        margin-bottom: 25px;
    } */
    .choose-card-heading {
        margin-top: 25px;
    }

    .card-image img {
        width: 38px;
    }

    .choose-card-heading {
        margin-bottom: 0;
    }

    .why_choose-item {
        padding: 50px 35px;
        padding-bottom: 110px;
    }
    .why_choose-item .inner {
        width: 100%;
    }

    .why_choose-item:first-child .choose-card-heading::after {
        bottom: -31px;
    }

    .why_choose-item:first-child .choose-card-heading {
        margin-bottom: 20px;
        padding-bottom: 0;
    }
     /* .back {
        padding-top: 60px;
    } */

    .find-right-item {
        margin-bottom: 25px;
    }

    .newsletter-box {
        padding: 70px 60px;
    }

    .sldebar-active .content-col {
        width: 58%;
    }

    .sidebar {
        width: 40%;
    }

    .say-about-main {
        padding: 100px 0 50px;
    }

    .testimonial-box {
        padding: 40px 40px 18px;
    }

    .why-love-main {
        padding: 40px 0 65px;
    }

    .video-main {
        padding: 70px 0 50px;
    }

    .video-content {
        margin: 20px auto;
    }

    .video-description {
        margin-bottom: 15px;
    }

    .inline-heading .section-sub-heading {
        margin-bottom: 10px;
    }

    .related-main {
        padding: 70px 0;
    }

    .related-item .related-title {
        margin-top: 30px;
    }

    .related-item img {
        height: 300px;
    }

    .inline-heading {
        margin-bottom: 20px;
    }

    .arrows {
        margin-top: 42px;
    }

    .faq-item {
        padding: 0 20px;
    }


    .faq-header {
        padding: 20px;
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .faq-content {
        padding: 20px 0;
    }

    .contact-main {
        padding: 70px 0;
    }

    .contact-bg {
        padding: 50px 50px;
    }

    .contact-content .gform_wrapper {
        padding-top: 20px;
    }

    .gform_fields input {
        height: 60px;
    }

    .newsltetter-form input {
        height: 79px;
    }

    .our-team-list {
        width: 33.33%;
    }
   
}

/* 
@media screen and (max-width:1399px) {

} */

@media screen and (max-width:1199px) {

    .information-content {
        width: calc(100% - 150px);
    }

    :root {
        --font-size-104: 75px;
        --font-size-86: 56px;
        --font-size-70: 45px;
        --font-size-60: 45px;
    }

    h2,
    .section-heading {
        margin-bottom: 10px;
    }

    h5,
    .section-sub-heading {
        margin-bottom: 22px;
    }

    .left-content {
        width: 40%;
        justify-content: space-between;
    }

    .right-content {
        width: 60%;
    }

    .menu-toggle {
        display: block;
    }

    .dismiss.menu-active {
        transform: scaleX(1);
    }

    /* icons css  */
    .menu-toggle {
        width: 30px;
        height: 20px;
        position: relative;
        cursor: pointer;
        font-size: 0;
        border: none;
        background-color: transparent;
    }

    .menu-toggle::before,
    .menu-toggle::after,
    .menu-toggle span {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #000;
    }

    .menu-toggle::before {
        top: 0;
    }

    .menu-toggle::after {
        bottom: 0;
    }

    .menu-toggle span {
        top: 50%;
        transform: translateY(-50%);
    }


    /* icons css end      */

    .main-navigation .menu {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
        background: #fff;
        box-shadow: 0 0 10px;
        /* min-height: 400px; */
        /* flex-direction: column; */
        justify-content: start;
        align-items: start;
        align-content: start;
        width: 280px;
        padding: 60px 0 80px;
        transform: scaleX(0);
        transform-origin: right top;
        transition: 0.4s;
        height: 100vh;
        overflow-y: scroll;
    }

    body.scroll-none::after {
        content: "";
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 99;
    }


    .main-navigation .menu.menu-active {
        transform: scaleX(1);
    }

    .main-navigation .menu>li.menu-item-has-children a {
        padding-bottom: 10px;
        padding-right: 20px;
    }

    .main-navigation .menu>li>a {
        padding: 10px 10px;
        display: inline-block;
        width: 100%;
    }

    .main-navigation .menu>li {
        border-bottom: 1px solid rgb(181 18 27 / 20%);
        padding: 0 10px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .main-navigation .menu>li:last-child {
        padding-right: 10px;
    }

    .menu-item-has-children .angle-down {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 11px;
        /* transform: translateY(-50%); */
        right: 10px;
        margin: 0;
        background-position: center;
        border: 1px solid var(--primary-color);
    }

    .menu-item-has-children .angle-down:hover {
        background-color: rgba(181, 18, 27, 0.1);
    }

    .right-content .call {
        position: absolute;
        right: 0;
        /* flex-direction: column; */
        justify-content: center;
        z-index: 9999;
        background: #fff;
        bottom: 0;
        width: auto;
        padding: 0;
        width: 280px;
        padding: 10px 0;
        transform: scaleX(0);
        transform-origin: right top;
        transition: 0.4s;
    }

    .right-content .call.menu-active {
        transform: scaleX(1);
        padding-bottom: 20px;
        position: fixed !important;
    }

    .main-navigation .menu>li ul.sub-menu {
        position: static;
        transform: scale(1);
        width: 100%;
        max-width: 100%;
        box-shadow: none;
        padding: 5px;
        transition: none;
        display: none;
    }

    .main-navigation .menu>li:hover ul.sub-menu {
        transform: translateX(0) scaleY(1);
    }

    .main-navigation .menu>li ul.sub-menu a {
        padding: 5px 20px;
    }

    .main-navigation .menu>li ul.sub-menu a:hover {
        background-color: transparent;
        color: var(--primary-color);
    }

    .right-content .call .icon {
        width: 35px;
        height: 35px;
    }

    .right-content .call .icon img {
        width: 15px;
    }

    /* footer.site-footer {
        padding: 80px 0;
    } */

    .foot-col {
        width: 33.33%;
    }

    .foot-content {
        width: 100%;
        text-align: center;
        margin-bottom: 80px;
    }

    .foot-content .foot-description {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .foot-content .time-content {
        justify-content: center;
    }

    .foot-content .logo {
        margin-bottom: 20px;
    }

    .hero-main {
        padding: 80px 0;
    }

    .tabing-content {
        margin-top: 50px;
    }

    .tabing-items {
        row-gap: 60px;
    }

    .tabing-box {
        width: calc(100% / 2 - 40px);
    }

    .view-all {
        padding-top: 100px;
    }

    .about-card {
        width: 253px;
        padding: 20px 28px;
        bottom: 20px;
        padding-bottom: 95px;
    }

    .about-card .award-icon {
        bottom: 30px;
        right: 20px;
    }

    .step-item {
        width: 27%;
    }

    .step-item:nth-child(n + 4) {
        margin-top: 50px;
    }

    .why_choose-text {
        padding-right: 5%;
    }

    .why_choose-item {
        padding: 30px 25px;
    }

    .choose-card-heading {
        margin-top: 25px;
    }

    .card-image {
        width: 100px;
        height: 100px;
    }

    .card-image img {
        width: 35px;
    }

    .find-right-text {
        width: 65%;
    }

    .find-right-text .section-heading {
        max-width: 670px;
    }

    .blog-text {
        padding: 25px 20px;
    }

    .post-title {
        padding: 20px 0;
    }

    .newsltetter-form {
        width: 100%;
        margin-top: 40px;
    }

    .newsltetter-text {
        width: 100%;
    }

    .gform_validation_error {
        padding-bottom: 40px;
    }

    .page-content {
        padding: 60px 0;
    }

    .sldebar-active .content-col {
        width: 49%;
        padding: 0 20px;
    }

    .sidebar {
        width: 49%;
    }

    .page-content p {
        margin-bottom: 20px;
    }

    .page-content img {
        margin-bottom: 20px;
    }

    .page-content h2 {
        margin-top: 30px;
    }

    .page-content ul li {
        margin-bottom: 14px;
    }

    .page-content h5+h2 {
        margin-top: 20px;
    }

    .policy-sidebar {
        margin-top: 30px;
    }

    .testimonial-item h3 {
        padding-top: 20px;
    }

    .arrows {
        margin-top: 50px;
    }

    .say-about-main {
        padding: 100px 0 40px;
    }

    .testimonial-description {
        margin-top: 40px;
        padding: 35px 15px 0;
        margin-bottom: 0;
    }

    .why-love-title {
        width: 50%;
    }

    .why-love-content {
        width: 46%;
    }

    .video-content iframe {
        height: 520px;
    }

    .video-content .play-pause-button {
        width: 81px;
        height: 81px;
    }

    .related-item img {
        height: 260px;
    }

    .contact-information-main {
        padding: 80px 0 80px;
    }

    .page-content hr {
        margin-top: 30px;
    }
}


/* @media screen and (max-width:1199px) {
    header .header-contact ul {
        flex-direction: column;
        align-items: start;
    }

    .header-contact ul li {
        padding: 5px 0;
        border: none;
    }

    .header-contact ul li a {
        padding: 0;
    }

    .header-top {
        padding: 10px 0;
    }
} */

@media screen and (max-width:991px) {
    :root {
        --font-size-104: 65px;
        --font-size-70: 42px;
        --font-size-30: 24px;
        --font-size-18: 17px;
    }

    .header-top {
        padding: 0;
    }

    /* .header-contact {
        display: none;
    } */

    .header-account {
        width: 100%;
        position: fixed;
        padding: 0;
        z-index: 9;
        bottom: 0;
        left: 0;
        background-color: #003846;
        transform: translateY(50px);
        opacity: 0;
        transition: 0.5s;
    }
    .header-account .header-account-text {
        padding: 15px;
        text-align: center;
    }
    header.fixed .header-account {
        transform: translateY(0);
        opacity: 1;
    }

    .header-account ul {
        width: 100%;
    }

    .header-top li {
        /* width: 50%; */
        flex: 1;
    }

    .header-top li a {
        width: 100%;
        padding: 18px 0;
        justify-content: center;
    }

    .header-contact ul li {
        width: auto;
    }

    .header-contact ul li a {
        justify-content: start;
    }

    /* .quote-btn {
        width: 100%;
    } */

    /* .quote-btn .btn {
        width: 100%;
        text-align: center;
    } */

    /* .right-content {
        padding: 20px 0 0;
    } */

    .foot-quicklinks {
        width: 28%;
    }

    .foot-services {
        width: 32%;
    }

    .foot-contact {
        width: 40%;
    }

    footer.site-footer {
        margin-bottom: 56px;
    }

    .hero-main {
        background-position: right 50% center;
    }

    .inner_hero {
        background-position: right center;
    }

    .counter-item {
        padding: 0 25px;
    }

    .tabing-list ul li {
        padding: 21px 26px;
    }

    .about-main-img {
        padding-right: 0;
    }

    .about-img {
        width: 100%;
    }

    .about-text {
        width: 100%;
        padding-left: 15px;
    }

    .columb-2 .about-text {
        padding-right: 15px;
    }

    .about-img img {
        max-height: 600px;
        object-position: top center;
    }

    .about-card {
        width: 230px;
        padding: 17px 24px;
        bottom: -90px;
        padding-bottom: 55px;
        right: 40px;
    }

    .about-card::after {
        bottom: 25px;
        left: 25px;
    }

    .about-text {
        padding-top: 50px;
    }

    .columb-2 .about-text {
        padding-top: 0;
    }

    .section-description p {
        margin-bottom: 25px;
    }

    .section-link {
        padding-top: 18px;
    }

    .step-description {
        font-size: var(--font-size-20);
    }

    .process-main::before,
    .blog-main::before,
    .say-about-main::before {
        width: 270px;
        height: 230px;
        top: -18px;
    }

    .faq-main .border-box {
        padding: 60px 0;
    }

    .why-choose-main::before {
        opacity: 0.5;
    }

    .why_choose-text {
        width: 100%;
        padding-right: 15px;
        margin-bottom: 40px;
    }

    .why_choose-card {
        width: 100%;
    }

    .why_choose-item {
        padding: 56px 50px;
    }

    .choose-card-heading {
        margin-top: 35px;
    }

    .find-right-item {
        background-color: rgba(136, 126, 110, 0.8);
    }

    .find-right-text {
        width: 100%;
    }

    .find-right-main::before,
    .why-love-main::before {
        right: -181px;
        top: -15px;
        width: 300px;
        height: 240px;
    }

    .blog-main {
        padding: 70px 0;
    }

    .blog-main.icon-hide {
        padding: 50px 0;
    }


    .blog-items {
        width: 100%;
        margin-bottom: 40px;
    }

    .blog-list .view-all {
        padding-top: 30px;
    }

    .newsltetter-form {
        margin-top: 20px;
    }

    .sldebar-active .content-col {
        width: 100%;
    }

    .sidebar {
        width: 100%;
        margin-top: 40px;
    }

    .why-love-list li {
        margin-bottom: 35px;
    }

    .why-love-list li::after {
        height: 25px;
        width: 25px;
        background-size: 17px;
    }

    .why-love-list li::before {
        top: 34px;
        height: 80%;
    }

    .video-main {
        padding: 50px 0 30px;
    }

    .video-content iframe {
        height: 360px;
    }

    .video-content .play-pause-button {
        width: 61px;
        height: 61px;
    }

    .video-content .play-pause-button img {
        width: 20px;
    }

    .related-item img {
        height: 330px;
    }

    .contact-content {
        margin-top: 20px;
    }

    .gform-grid-row {
        gap: 18px;
    }

    .gform_fields {
        column-gap: 18px;
    }

    .gform_fields .gfield--width-half {
        width: calc(50% - 9px);
    }

    .gfield {
        margin-bottom: 20px;
    }

    .gform_fields textarea {
        height: 170px;
    }

    .contact-information-main .section-heading {
        margin-bottom: 30px;
    }

    .our-team-list {
        width: 50%;
    }

}

@media screen and (max-width:767px) {

    :root {
        --font-size-104: 56px;
        --font-size-86: 50px;
        --font-size-70: 40px;
        --font-size-60: 35px;
        --font-size-30: 22px;
        --font-size-25: 20px;
        --font-size-24: 20px;
        --font-size-22: 19px;
        --font-size-20: 17px;
    }

    .has-icon {
        padding: 18px 50px 18px 25px;
        background-position: right 15px center;
    }

    .header-contact ul li {
        font-size: 14px;
        padding: 0 17px;
    }

    .foot-quicklinks {
        width: 100%;
    }

    .foot-services {
        width: 100%;
    }

    .foot-contact {
        width: 100%;
    }

    .foot-col {
        margin-bottom: 40px;
        text-align: left;
    }

    .foot-content .foot-description {
        margin: 0;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .foot-content .time-content {
        justify-content: start;
    }

    .foot-content .logo img {
        max-height: 50px;
    }

    footer h3 {
        font-size: 21px;
    }

    footer ul li {
        padding: 8px 0;
    }

    .foot-contact a {
        font-size: 18px;
        padding: 8px 0;
    }

    .footer-bottom {
        padding: 20px 20px;
        font-size: 15px;
        flex-direction: column;
        gap: 20px;
        text-align: center;
        margin-top: 0;
    }

    .footer-bottom a {
        font-size: 15px;
    }

    .counter-main {
        padding: 50px 0;
    }

    .counter-content,
    .counter-content p {
        font-size: calc(var(--font-size-22) - 1px);
    }

    .tabing-box {
        padding: 30px 25px 50px;
    }

    .tabing-list ul li {
        padding: 21px 18px;
        font-size: calc(var(--font-size-22) - 1px);
    }

    .service-heading {
        margin-top: 40px;
    }

    .service-btn {
        width: 50px;
        height: 50px;
    }

    .service-btn span {
        height: 25px;
        width: 25px;
    }

    .tabing-box img {
        height: 70px;
    }

    .step-item {
        width: 100%;
        margin-bottom: 160px;
    }

    .step-item::after {
        top: 95px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        top: calc(100% + 67px);
        width: 70px;
        background-size: 180%;
        background-position: center;
    }

    .step-description {
        max-width: 95%;
    }

    .step-item:last-child {
        margin-bottom: 0;
    }

    .step-item:nth-child(n + 4) {
        margin-top: 0;
    }

    .step-item:nth-child(n + 3)::after {
        display: unset;
    }

    .step-item:last-child::after {
        display: none;
    }

    .why_choose-item {
        padding: 56px 30px;
    }

    .blog-list .view-all {
        padding-top: 10px;
    }

    .newsltetter-form input {
        height: 65px;
        padding: 0 20px;
        padding-right: 210px;
    }

    .gform_footer input[type="submit"] {
        padding: 15px 70px 15px 30px;
        height: 54px;
        top: 6px;

    }

    .gfield_validation_message {
        bottom: -60px;
    }

    .page-content {
        padding: 50px 0;
    }

    .say-about-main {
        padding: 70px 0 40px;
    }

    .testimonial-item {
        padding: 0 0;
        padding-top: 20px;
    }

    .testimonial-content .slick-list {
        margin: 0;
    }

    .arrows {
        margin-top: 30px;
    }

    .why-love-title {
        width: 100%;
    }

    .why-love-content {
        width: 100%;
        margin-top: 50px;
    }

    .related-main {
        padding: 50px 0;
    }

    .related-item img {
        height: auto;
    }

    .related-content .slick-list {
        margin: 0;
    }

    .related-item {
        padding: 0;
    }

    .faq-item {
        margin-bottom: 10px;
    }

    .why-love-title .section-heading br {
        display: none;
    }

    .contact-main {
        padding: 50px 0;
    }

    .contact-information-text {
        width: 100%;
    }

    .contact-information-content {
        width: 100%;
        margin-top: 50px;
    }

    .our-team-main {
        padding: 50px 0;
    }

    .section-heading br {
        display: none;
    }

    .faq-content h3 {
        padding-top: 5px;
        margin-bottom: 15px;
    }

    .faq-main .border-box {
        padding: 40px 0;
    }

    .comments-area {
        padding: 20px;
    }

    .comment-form p input {
        height: 50px;
    }

    .comment-form p input,
    .comment-form p textarea {
        padding: 15px 12px;
    }

    .comment-form p input[type="submit"] {
        padding: 10px 26px;
    }

    .counter-item {
        padding: 0 10px;
    }

    .information-content {
        width: calc(100% - 70px);
    }

    .inner_hero .hero_image {
        position: relative;
    }

    .inner_hero>.container {
        background: #eaeaea;
    }

    section.hero-main.inner_hero {
        padding-bottom: 0;
        padding-top: 0;
    }

    .inner_hero .main-heading,
    .inner_hero .hero-description {
        color: var(--secondary-color);
    }

    .hero-text {
        padding-top: 50px;
        padding-bottom: 50px;
    }

     .inner_hero.has-wufoo-form .hero-text,
    .inner_hero .wufoo-script-code {
        width: 100%;
    }

    .inner_hero .wufoo-script-code {
        margin-top: 0px;
    }

    .inner_hero .main-heading {
        font-size: 36px;
    }
}

@media screen and (max-width:639px) {
    .counter-item {
        width: 100%;
        margin-bottom: 40px;
        border: none;
        padding: 0 20px;
    }

    .counter-content,
    .counter-content p {
        max-width: 300px;
        margin: 0 auto;
    }

    .tabing-box {
        width: 100%;
    }

    .tabing-list ul {
        flex-direction: row;
        text-align: center;
        gap: 0px;
    }

    .tabing-list ul li {
        padding: 12px 12px;
        font-size: 12px;
        width: 33.33%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tabing-list ul li::after {
        display: none;
    }

    .find-right-main {
        padding: 70px 0;
    }

    header .header-contact ul {
        flex-direction: column;
        align-items: start;
    }

    .header-contact ul li {
        padding: 5px 0;
        border: none;
    }

    .header-contact ul li a {
        padding: 0;
    }

    .header-top {
        padding: 10px 0;
    }

    .gform-grid-row {
        flex-direction: column;
    }

    .gform_fields {
        flex-direction: column;
    }

    .gform_fields .gfield--width-half {
        width: 100%;
    }

    .contact-description p {
        margin-bottom: 15px;
    }

    .our-team-list {
        width: 100%;
        padding: 10px 15px;
    }

    .our-team {
        margin: 0;
    }

    .desclamaer-text{
        padding-top: 80px;
    }

}

@media screen and (max-width:575px) {
    :root {
        --font-size-104: 50px;
        --font-size-86: 45px;
        --font-size-70: 35px;
        --font-size-60: 30px;
        --font-size-30: 22px;
        --font-size-25: 19px;
        --font-size-24: 19px;
        --font-size-22: 18px;
        --font-size-20: 16px;
    }

    .inner_hero h1,
    .inner_hero .main-heading {
        word-break: break-word;
    }

    .quote-btn .btn {
        padding: 12px 15px;
        font-size: 14px;
    }

    .foot-content .foot-description {
        margin-bottom: 10px;
    }

    footer ul li {
        padding: 6px 0;
    }

    footer h3 {
        font-size: 19px;
        margin-bottom: 12px;
    }

    .foot-contact a {
        font-size: 17px;
        padding: 5px 0;
    }

    .hero-main {
        background-position: right 40% center;
    }

    .inner_hero {
        background-position: right center;
    }

    .hero-main::after,
    .hero-main::before {
        background: linear-gradient(90deg, #FFFFFF 39.43%, rgba(255, 255, 255, 0.7) 50.95%, rgba(254, 255, 255, 0.22) 100.48%, rgba(255, 255, 255, 0) 0);
    }

    .service-main {
        padding: 70px 0;
    }

    .about-card {
        width: 230px;
        padding: 17px 24px;
        bottom: -40px;
        padding-bottom: 55px;
        right: 30px;
    }

    .why_choose-item {
        width: 100%;
    }

    .find-right-main {
        padding: 50px 0;
    }

    .find-right {
        margin-top: 20px;
    }

    .find-right-item {
        margin-bottom: 20px;
    }

    .featured-image img {
        height: 225px;
    }

    .newsltetter-form input {
        padding: 0 20px;
    }

    .gfield_validation_message {
        padding: 15px 0;
    }

    .gform_footer input[type="submit"] {
        position: static;
        width: 100%;
        transform: none;
        margin-top: 5px;
        height: 100%;
        padding: 20px;
        background-position: right calc(50% - 60px) center;
    }

    .newsltetter-form .gform_footer input[type="submit"] {
        position: static;
    }

    .gform_footer input[type="submit"]:hover {
        background-position: right calc(50% - 70px) center;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .sidebar .section-link {
        padding-top: 10px;
    }

    .contact-sidebar {
        padding: 25px;
    }

    .policy-sidebar {
        padding: 25px;
    }

    .inline-heading {
        flex-direction: column;
        align-items: self-start;
    }

    .inline-heading .section-link {
        padding-top: 10px;
    }

    .testimonial-box {
        padding: 40px 25px 18px;
    }

    ul.review {
        margin-bottom: 20px;
    }

    .testimonial-item h3 {
        padding-top: 15px;
    }

    .contact-bg {
        padding: 30px 20px;
    }

    .contact-content .gform_wrapper {
        padding-top: 10px;
    }

    .gform_fields input,
    .gform_fields textarea {
        padding: 14px 20px;
        font-size: 16px;
    }

    .gform_fields input {
        height: 50px;
    }

    .newsltetter-form input {
        height: 69px;
    }

    form.cnt-frm .gfield--type-checkbox .gfield_checkbox .gchoice {
        padding-right: 0;
    }

    form.cnt-frm .gfield--type-checkbox .gfield_checkbox {
        flex-direction: column;
    }

    form.cnt-frm .gfield--type-checkbox .gfield_checkbox .gchoice.gchoice_2_6_1 {
        margin-bottom: 15px;
    }
}