.banner-section {
    padding: 126px 0px;
    background-image:url(/wp-content/uploads/2026/01/Hero.png);
    background-size:cover;
    background-repeat:no-repeat;
}

.breadcrumb-area .container {
    padding: 0px;
}


.page-title-heading h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 70px;
    color: #323232;
    text-transform: capitalize;
}

.goog-trust p {
    font-size: 16px;
    font-weight: 400;
    color: #323232;
}

.google-trust-reviews {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: start;
    height: 100%;
    gap: 10px;
}

.google-trust-reviews img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.goog-trust img {
    width: 100px !important;
    height: unset !important;
    object-fit: contain;
    margin-bottom: 10px;
}

.line-parent {
    position: relative;
}

.border-line::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 36%;
    transform: translate(-50%, -50%);
    height: 140px;
    width: 2px;
    color: #323232;
    background-color: #32323229;
}

/* Contact Area Section Start*/
.contact-area-wrapper {
    background-color: #FAFAFA;
    padding: 60px 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-area {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(207, 215, 221, 0.6);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    flex-direction: column !important;
}

.form-area span {
    color: #56729C;
}

.form-area h3 {
    font-size: 26px;
}

.form-area img {
    width: 100%;
    height: 100%;
}

form.forminator-ui {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}


.contact-info-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

form.forminator-ui {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 80%;
}

.forminator-field {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
}

.forminator-field {
    display: flex;
    flex-direction: column;
    width: 100%;
}


.forminator-field select, .forminator-field input, .forminator-field textarea {
    padding: 9px 20px;
    background-color: #F6F6F6;
    border: 1px solid #8080803d;
    border-radius: 10px;
}


.forminator-field button {
    width: fit-content;
    margin: 0 auto;
    background: unset;
    outline: none;
    border-radius: 10px;
    padding: 16px 24px;
    margin-top: 21px;
    border:1px solid #323232;
}


.contact-info-area h2 {
    font-size: 32px;
    font-weight: 700;
    color: #323232;
}

.contact-info-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 40px;
}

.contact-info-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 40px;
}

.contact-info-wrap p {
    font-size: 18px;
    font-weight: 400;
    color: #323232;
    margin-bottom: 0px;
}


.our-contant-info h4 {
    font-size: 24px;
    font-weight: 500;
    color: #323232;
    margin-bottom: 16px;
}


.our-contant-info ul {
    padding: 0px;
}

.our-contant-info ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 14px;
}

.our-contant-info ul li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.our-contant-info ul li:last-child {
    margin-bottom: 0px;
}

.our-office-hour h4 {
    font-size: 24px;
    font-weight: 500;
    color: #323232;
}

.our-office-hour p {
    font-size: 18px;
    font-weight: 400;
    color: #323232;
    margin-bottom: 25px;
}

.our-office-hour span {
    font-size: 18px;
    font-weight: 400;
    color: #323232;
}
.our-contant-info ul li a {
    color: unset;
    text-decoration: none;
}


/* Contact Area Section End */



@media (max-width:1500px) {
    .contact-info-area {
        width: auto;
    }



    .contact-area-wrapper {
        padding: 60px 50px;
    }
}


@media (max-width:1366px) and (min-width:1200px) {

    .page-title-heading h1 {
        font-size: 54px;
        line-height: 64px;
    }

}

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

    .page-title-heading h1 {
        font-size: 50px;
        line-height: 60px;
    }

}




@media (max-width:1024px) and (min-width:992px) {

    .page-title-heading h1 {
        font-size: 45px;
        line-height: 55px;
    }

    .contact-area-wrapper {
        padding: 50px 10px;
    }

}


@media (max-width:1024px) {

    .contact-info-wrap p {
        font-size: 16px;
    }

    .our-office-hour p {
        font-size: 16px;
    }

    .our-office-hour span {
        font-size: 16px;
    }


    .our-contant-info h4 {
        font-size: 22px;
    }

    .our-office-hour h4 {
        font-size: 22px;
    }

    .contact-info-area h2 {
        font-size: 24px;
        width: unset;
    }
}

@media (max-width:991px) and (min-width:768px) {


    .page-title-heading h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 50px;
    }

    .goog-trust p {
        font-size: 14px;
    }

    .contact-area-wrapper {
        padding: 50px 10px;
    }



    .contact-info-wrap p {
        font-size: 16px;
    }

    .our-office-hour p {
        font-size: 16px;
    }

    .our-office-hour span {
        font-size: 16px;
    }


    .our-contant-info h4 {
        font-size: 22px;
    }

    .our-office-hour h4 {
        font-size: 22px;
    }


}


@media(max-width:767px) {

    .signin-cont h6 {
        color: #fff;
    }

    .breadcrumb-area .container {
        padding: unset;
    }

    .banner-section {
        padding: 90px 0px 22px;
    }

    .page-title-heading h1 {
        font-size: 48px;
        line-height: 57px;
        width: 100%;
    }

    .site-header {
        padding: 16px 0px;
        margin-bottom: -86px;
    }

    .page-title-heading {
        text-align: left;
        width: 100%;
    }

    .Desktop-version-FAQ {
        display: none !important;
    }

    .Mobile-version-faq {
        display: block;
    }

    .border-line::after {

        top: 50%;
        left: 50%;
        height: 1px;
        width: 320px;
    }

    .border-line {
        margin: 33px 0px;
    }

    .google-trust-reviews img {
        width: auto;
    }

    .page-title-heading h1 {
        margin-bottom: 39px;
    }

        .contact-area-wrapper {
        padding: 31px 10px;
    }

        .contact-info-area h2 {
        font-size: 32px;
    }
    
    .contact-info-area {
    margin-bottom: 50px;
}
}