.location-contact-section .mobile-img {
    display: none;
}

.location-contact-section {
    background: #0B2F59;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 80px 20px;
}

.location-contact-section .dflex {
    display: flex;
    justify-content: center;
    gap: 60px;
    width: 100%;
    max-width: 1200px;
}

@media only screen and (max-width: 1024px) {
    .location-contact-section {
        padding: 80px 20px;

    }

    .location-contact-section .dflex {
        flex-direction: column-reverse;
        align-items: center;
        gap: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .location-contact-section {
        padding: 40px 20px;

    }

    .location-contact-section .dflex {
        gap: 40px;
        flex-flow: column nowrap;
    }
}

.location-contact-section .location-wrap,
.location-contact-section .form-wrap {
    width: 100%;
    max-width: 50%;
}

.location-contact-section .location-wrap {
    max-width: 40%;
}

.location-contact-section .form-wrap {
    max-width: 56%;
}

@media only screen and (max-width: 1024px) {
    .location-contact-section .location-wrap {
        max-width: 100%;
        border-radius: 12px;
    }
}

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

    /* .location-contact-section .location-wrap,
    .location-contact-section .form-wrap {
        padding: 32px 20px;
        margin-top: -2px;
    } */
    .location-contact-section .form-wrap {
        padding: 40px 20px;
        border-radius: 20px;
    }
}

/* .location-contact-section .location-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
} */

.location-contact-section .location-wrap .location-inner-wrap {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    height: 100%;
}

@media only screen and (max-width: 1024px) {
    .location-contact-section .location-wrap .location-inner-wrap {
        margin-left: unset;
        max-width: 100%;
    }

    .location-contact-section .location-wrap {
        width: 100%;
        max-width: 618px;
    }
}

.location-contact-section .location-wrap .location-inner-wrap h2 {
    margin: 0;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .location-contact-section .location-wrap .location-inner-wrap h2 {
        font-size: 36px;
        line-height: 46px;
        text-align: center;
    }
}

.location-contact-section .location-wrap .location-inner-wrap p {
    color: #fff;
}

.location-contact-section .location-wrap .location-inner-wrap .location-details-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .location-contact-section .location-wrap .location-inner-wrap .location-details-wrap {
        margin-top: 0;
        gap: 20px;
    }
}

.location-contact-section .location-wrap .location-inner-wrap .location-details-wrap .location-specific {
    display: flex;
    gap: 20px;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.location-contact-section .location-wrap .location-inner-wrap .location-details-wrap .location-specific .location-specific-inner {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

@media only screen and (max-width: 767px) {
    .location-contact-section .location-wrap .location-inner-wrap .location-details-wrap .location-specific .location-specific-inner {
        gap: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .location-contact-section .location-wrap .location-inner-wrap .location-details-wrap .location-specific .location-specific-inner img {
        width: 26px;
    }
}

.location-contact-section .location-wrap .location-inner-wrap .location-details-wrap .location-specific .location-specific-inner * {
    color: #fff;
}

.location-contact-section .location-wrap .location-inner-wrap .location-details-wrap .location-specific .location-specific-inner:first-child h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

@media only screen and (max-width: 767px) {
    .location-contact-section .location-wrap .location-inner-wrap .location-details-wrap .location-specific .location-specific-inner:first-child h6 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 0;
    }
}

.location-contact-section .location-wrap .location-inner-wrap .location-details-wrap .location-specific .location-specific-inner a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.location-contact-section .location-wrap .location-inner-wrap .location-details-wrap .location-specific .location-specific-inner:nth-child(2) a,
.location-contact-section .location-wrap .location-inner-wrap .location-details-wrap .location-specific .location-specific-inner:nth-child(3) a {}

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

    /* .location-contact-section .location-wrap .location-inner-wrap .location-details-wrap .location-specific .location-specific-inner:nth-child(2) a,
    .location-contact-section .location-wrap .location-inner-wrap .location-details-wrap .location-specific .location-specific-inner:nth-child(3) a {
        font-size: 18px;
        line-height: 26px;
        word-break: break-all;
    } */
}

.location-contact-section .location-wrap .location-inner-wrap .location-details-wrap .location-specific .location-specific-inner .phone-detail {

    text-decoration: underline;
    /* 140% */
}

@media only screen and (max-width: 767px) {
    /* .location-contact-section .location-wrap .location-inner-wrap .location-details-wrap .location-specific .location-specific-inner .phone-detail {
        font-size: 18px;
        line-height: 26px;
    } */
}

.location-contact-section .location-wrap .map-wrapper {
    width: 100%;
    max-width: 480px;
    border-radius: 20px;
    overflow: hidden;
}

.location-contact-section .location-wrap .map-wrapper iframe {
    min-width: 400px;
    height: 330px;
    display: block;
}

@media only screen and (max-width: 1024px) {
    .location-contact-section .location-wrap .map-wrapper {
        max-width: 100%;
        height: 300px;
    }
}

/* .location-contact-section .form-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
} */

@media only screen and (max-width: 1024px) {
    .location-contact-section .form-wrap {
        max-width: 618px;
    }
}

.location-contact-section .form-wrap .form-inner-wrap {
    width: 100%;
    max-width: 614px;
}

.location-contact-section .form-wrap>.form-inner-wrap {
    padding: 40px;
    max-width: 100%;
    border-radius: 20px;
    background: #fff;
    height: 100%;
    box-shadow: -5px 10px 25px 0px rgba(170, 184, 211, 0.32), 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
}

.location-contact-section .form-wrap .form-inner-wrap>h2 {
    margin-top: 0;
    color: #1C2E43;
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: center;
}

.location-contact-section .form-wrap .form-inner-wrap>p {
    color: #58585A;
    text-align: center;
}

.location-contact-section .form-wrap .form-inner-wrap>hr {
    margin: 16px 0 24px 0;
    border-top: solid 2px #EAEAEA;
    background: transparent;
}

.location-contact-section .form-wrap .wpcf7 {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .location-contact-section .form-wrap .wpcf7 {
        max-width: 100%;
    }
}

.location-contact-section .form-wrap .wpcf7 .form-two-input {
    display: flex;
    gap: 20px;
}

@media only screen and (max-width: 1024px) {
    .location-contact-section .form-wrap .wpcf7 .form-two-input {
        flex-direction: column;
        gap: 0;
    }
}

.location-contact-section .form-wrap .wpcf7 .input-wrap {
    margin-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
    .location-contact-section .form-wrap .wpcf7 .input-wrap {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 767px) {
    /*
    .location-contact-section .form-wrap .wpcf7 .input-wrap p {
        font-size: 18px;
        line-height: 26px;
    }

     .location-contact-section .form-wrap .form-inner-wrap>h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .location-contact-section .form-wrap .form-inner-wrap>p {
        font-size: 18px;
        line-height: 26px;
    } */

    .location-contact-section .form-wrap .form-inner-wrap {
        max-width: 100%;
    }

    .location-contact-section .form-wrap .call-form-details>p a {
        font-size: 20px !important;
        line-height: 28px !important;
    }
}

.location-contact-section .form-wrap .wpcf7 .input-wrap p:first-of-type {
    color: #000;
    margin-bottom: 6px;
}

@media only screen and (max-width: 1024px) {
    .location-contact-section .form-wrap .wpcf7 .input-wrap p:first-of-type {
        margin-bottom: 2px;
    }
}

.location-contact-section .form-wrap .wpcf7 .input-wrap p:last-of-type span {
    display: flex;
    flex-direction: column;
}

.location-contact-section .form-wrap .wpcf7 .input-wrap input,
.location-contact-section .form-wrap .wpcf7 .input-wrap textarea {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #F4F4F4;
    border-radius: 8px;
    background: #F4F4F4;
}

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

    .location-contact-section .form-wrap .wpcf7 .input-wrap input,
    .location-contact-section .form-wrap .wpcf7 .input-wrap textarea {
        padding: 12px;
        font-size: 18px;
        line-height: 26px;
    }
}

.location-contact-section .form-wrap .wpcf7 .input-wrap textarea {
    resize: none;
    outline: none;
}

.location-contact-section .form-wrap .wpcf7 .input-wrap .btn {
    border: unset !important;
    padding: 16px 60px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    justify-content: center;
    background: #1756A0;
    border: 1px solid #1756A0;
    color: #fff;
    letter-spacing: 0.8px;
    font-family: 'Lato';
    transition: all ease-in-out 200ms;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.location-contact-section .form-wrap .wpcf7 .input-wrap .btn:hover {
    background: #BFE0EA;
    border-color: #BFE0EA;
    color: #0B2F59;
}

.location-contact-section .form-wrap .wpcf7 .input-wrap .wpcf7-spinner {
    position: absolute;
}

.location-contact-section .form-wrap .wpcf7 .input-wrap.agreement-wrap {
    display: flex;
    gap: 5px;
}

.location-contact-section .form-wrap .wpcf7 .input-wrap.agreement-wrap>p {
    color: #fff;
}

.location-contact-section .form-wrap .wpcf7 .input-wrap.agreement-wrap>p:first-child {
    position: relative;
}

.location-contact-section .form-wrap .wpcf7 .input-wrap.agreement-wrap>p:first-child .wpcf7-form-control-wrap {
    position: unset;
}

.location-contact-section .form-wrap .wpcf7 .input-wrap.agreement-wrap>p a {
    color: #fff;
}

.location-contact-section .form-wrap .wpcf7 .input-wrap.agreement-wrap .agreement-checkbox>.wpcf7-list-item {
    margin-left: 0;
}

.location-contact-section .form-wrap .wpcf7 .input-wrap.agreement-wrap .agreement-checkbox label>input {
    width: unset;
}

.location-contact-section .form-wrap .wpcf7 .input-wrap.agreement-wrap .agreement-checkbox label>.wpcf7-list-item-label {
    display: none !important;
}

.location-contact-section .form-wrap .wpcf7 .input-wrap.agreement-wrap .wpcf7-not-valid-tip {
    position: absolute;
    width: 220px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    bottom: -30px;
}

.location-contact-section .form-wrap .wpcf7 .btn-submit {
    margin-top: 32px;
    margin-bottom: 0;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.location-contact-section .form-wrap .wpcf7 .btn-submit .call-form {
    display: flex;
    gap: 12px;
    align-items: center;
}

.location-contact-section .form-wrap .wpcf7 .btn-submit>p:last-of-type {
    width: 100%;
    max-width: 242px;
}

@media only screen and (max-width: 1024px) {
    .location-contact-section .form-wrap .wpcf7 .btn-submit {
        margin-top: 32px;
    }

    .location-contact-section .form-wrap .form-inner-wrap {
        max-width: 100%;
        border-radius: 12px;
    }
}

.location-contact-section .form-wrap .wpcf7-response-output {
    color: #000;
}

.location-contact-section .form-wrap .form-numbers {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
    gap: 12px;
}

@media only screen and (max-width: 1200px) {
    .location-contact-section .form-wrap .form-numbers {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
}

@media only screen and (max-width: 1024px) {
    .location-contact-section .form-wrap .form-numbers {
        max-width: 100%;
        margin-top: 40px;
    }
}

.location-contact-section .form-wrap .form-numbers .form-numbers-inrer-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.location-contact-section .form-wrap .form-numbers .form-numbers-inrer-wrap .number-details-wrap {
    display: flex;
    flex-direction: column;
}

.location-contact-section .form-wrap .form-numbers .form-numbers-inrer-wrap small {
    color: #fff;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .location-contact-section .form-wrap .form-numbers .form-numbers-inrer-wrap small {
        font-size: 18px;
        line-height: 26px;
    }

    .location-contact-section .location-wrap {
        /* padding: 40px 20px; */
        max-width: 100%;
    }

    .location-contact-section .location-wrap .map-wrapper {
        border-radius: 20px;
        max-height: 300px;
        height: 300px;
    }

    .location-contact-section .location-wrap .location-inner-wrap .location-details-wrap .location-specific {
        padding: 10px 15px;
        gap: 16px;
    }

    .location-contact-section .location-wrap .location-inner-wrap .location-details-wrap .location-specific .location-specific-inner a,
    .location-contact-section .location-wrap .location-inner-wrap p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }
}

.location-contact-section .form-wrap .form-numbers .form-numbers-inrer-wrap a {
    color: #cae4ff;
    font-size: 28px;
    font-weight: 800;
    line-height: 36px;
    /* 128.571% */
    letter-spacing: -0.56px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

@media only screen and (max-width: 767px) {
    .location-contact-section .form-wrap .form-numbers .form-numbers-inrer-wrap a {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: -0.52px;
    }
}

.additional-content .location-contact-section .location-wrap {
    max-width: 45%;
}

@media only screen and (max-width: 1024px) {
    .additional-content .location-contact-section .location-wrap {
        max-width: 100%;
    }
}

.additional-content .location-contact-section .form-wrap {
    max-width: 55%;
}

@media only screen and (max-width: 1024px) {
    .additional-content .location-contact-section .form-wrap {
        max-width: 100%;
    }
}

.location-contact-section .form-wrap .pulse-icon p {
    width: 49px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #1756A0;
    box-shadow: 0 0 0 #1756A0;
    -webkit-animation: pulse 2s infinite;
    animation: contactpulse 2s infinite;
}

@-webkit-keyframes contactpulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #1756A0;
    }

    70% {
        -webkit-box-shadow: 0 0 0 6px rgba(23, 86, 160, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(23, 86, 160, 1);
    }
}

@-webkit-keyframes contactpulse {
    0% {
        box-shadow: 0 0 0 0 #1756A0;
    }

    70% {
        box-shadow: 0 0 0 6px rgba(23, 86, 160, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(23, 86, 160, 1);
    }
}

@keyframes contactpulse {
    0% {
        box-shadow: 0 0 0 0 #1756A0;
    }

    70% {
        box-shadow: 0 0 0 6px rgba(23, 86, 160, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(23, 86, 160, 1);
    }
}

.location-contact-section .form-wrap .call-form-details>p {
    color: #58585A !important;
}

.location-contact-section .form-wrap .call-form-details>p a {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}


@media only screen and (max-width: 767px) {
    .location-contact-section .form-wrap>.form-inner-wrap {
        padding: unset;
        border-radius: unset;
        background: transparent;
        box-shadow: unset;
    }

    .location-contact-section .form-wrap .wpcf7 .btn-submit .call-form {
        justify-content: center;
    }

    .location-contact-section .form-wrap .wpcf7 .btn-submit {
        justify-content: center;
        flex-direction: column-reverse;
    }

    .location-contact-section .form-wrap .wpcf7 .input-wrap .btn {
        padding: 16px 20px;
    }

    .location-contact-section .form-wrap .wpcf7 .btn-submit>p:last-of-type {
        width: 100%;
        max-width: 100%;
    }

    .location-contact-section .form-wrap {
        width: 100%;
        max-width: 100%;
        background: #fff;
    }
}

.location-contact-section .location-wrap .location-inner-wrap .location-details-wrap .location-specific .location-specific-inner .icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
}

.location-contact-section .location-wrap .location-inner-wrap .location-details-wrap .location-specific .location-specific-inner .icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.location-contact-section .location-wrap .location-inner-wrap .location-details-wrap .location-specific .location-specific-inner p {
    margin: 0;
}

.location-contact-section .location-wrap .location-inner-wrap .location-details-wrap .location-specific .location-specific-inner {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.location-contact-section .location-wrap .location-inner-wrap .location-details-wrap .location-specific .location-specific-inner strong {
    font-weight: 800;
}

/* .location-contact-section .form-wrap .wpcf7 form {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
} */

.location-contact-section .form-wrap .wpcf7 form p {
    margin: 0;
}


.location-contact-section .form-wrap .wpcf7 form label {
    color: #000;

    /* Desktop/Par - Desktop */
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
}

.location-contact-section .form-wrap .wpcf7 form input,
.location-contact-section .form-wrap .wpcf7 form textarea {
    border-radius: 8px;
    border: 1px solid #C8C8CA;
    background: #FFF;
    padding: 16px 20px;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
}

.location-contact-section .form-wrap .wpcf7 form textarea {
    height: 136px;
}

.location-contact-section .form-wrap .wpcf7 .input-wrap.btn-submit p:first-of-type {
    color: #58585A;
    /* 100% */
}

.location-contact-section .form-wrap .call-form-details>p a {
    color: #000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    /* 133.333% */
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.location-contact-section .form-wrap .wpcf7 .input-wrap p:first-of-type {
    color: #000;
}

@media (max-width: 1279px) {

    .location-contact-section .form-wrap .wpcf7 form input,
    .location-contact-section .form-wrap .wpcf7 form textarea {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}