.contact-wrapper {
    display: flex;
    justify-content: space-between;
}

.contact-left-block {
    width: calc(100% - 640px);
    max-width: 673px;

    & .inner-address-block {
        width: calc(100% - 235px);
        max-width: 235px;

        & .contact-add-wrap {

            & ul {
                margin-bottom: 0;

                & li {
                    margin-bottom: 30px;
                    padding-left: 0;
                    display: inline-flex;
                    gap: 15px;
                    line-height: normal;

                    &:after {
                        content: none;
                    }

                    &:last-child {
                        margin-bottom: 0;
                    }

                    & .add-icon {
                        width: 38px;
                        height: 38px;
                        background-color: #F2F2F2;
                        border-radius: 100%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }

                    & .add-detail {
                        width: 251px;

                        & label {
                            font-size: 18px;
                            font-weight: 600;
                            line-height: 1;
                            font-family: var(--sitefonts);
                            letter-spacing: 0px;
                            display: block;
                            color: #161616;
                            margin-bottom: 5px;
                        }

                        & address,
                        a {
                            font-size: 16px;
                            font-weight: 500;
                            line-height: 22px;
                            font-family: var(--sitefonts);
                            letter-spacing: 0px;
                            color: #161616;
                        }
                    }
                }

                &:has(+ *) {
                    margin-bottom: 30px;
                }
            }

            & .social-button .btn-border {
                font-weight: normal;
                font-size: 14px;
                line-height: 1.3;
                letter-spacing: 0.84px;
                padding: 13px 38px;
                min-height: 48px;

                & img {
                    margin-right: 10px;
                    filter: brightness(0) invert(0);
                }
            }
        }
    }

    & .inner-map-block {
        width: 475px;

        & iframe {
            width: 100%;
            height: 597px;
            border-radius: 10px;
        }
    }
}


.contact-left-block {
    & .inner-address-block {
        & .contact-add-wrap {
            & ul {
                & li {
                    & .add-detail {
                        & a {
                            &:hover {
                                color: var(--darkblue);
                                text-decoration: underline;
                            }
                        }
                    }
                }
            }
        }
    }
}



.contact-right-block {
    width: 640px;
    height: 100%;
    background: #E9E9E9;
    border-radius: 20px;
    border: 1px solid #2E9EC4;

    & .contact-form {
        padding: 43px 50px 50px;
        display: inline-block;

        & .heading-28 {
            margin-bottom: 15px;
            letter-spacing: 0.8px;
            font-size: 28px;
            font-weight: 600;
            line-height: 1;
            color: #161616;
        }

        & p {
            /* font-size: clamp(16px, 16px + (18 - 16) * ((100vw - 375px) / (1920 - 375)), 18px); */
            line-height: 1.3;
            letter-spacing: 0.36px;
            font-size: 16px;
        }
    }
}

.contact-right-block .form-group {
    margin-bottom: 20px;
}

.contact-right-block textarea.form-control {
    min-height: 150px;
    overflow: hidden;
    overflow-y: auto;
}

.contact-right-block .btn-theme {
    color: #E9E9E9;
    background: #161616;
    min-height: 47px;
    height: 47px;
    border-radius: 3px;
    padding: 10px;
}

.contact-right-block .btn-theme:hover {
    background: var(--darkblue);
    color: #fff;
}

.contact-left-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-left-wrap .right-info-area {
    width: 357px;
    padding: 40px 50px;
    border: 1px solid #C9C9C9;
    border-radius: 10px;
}

.contact_title.text-capatilise {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #161616;
    margin-bottom: 18px;
}

.weekdays_wrapper {
    margin-bottom: 18px;
}

.weekdays_wrapper:last-of-type {
    margin-bottom: 0;
}

.timing-hours p {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #161616;
    line-height: 1;
    margin-bottom: 0px;
}

.timing-hours p span {
    width: auto;
    font-size: 16px;
    font-weight: 600;
    color: #161616;
    line-height: 1;
    margin-bottom: 0px;
}

.contact-right-block .formcta-right {
    & .formcta1 {
        border-radius: 0px 0px 0px 20px;

        &:last-of-type {
            border-radius: 0px 0px 20px 0px;
        }
    }
}

.contact-img-area {
    position: relative;
    margin-top: 150px;
}

.contact-img-area>img {
    border-radius: 20px;
}

/* .contact-img-area .rotate-badge.first {
    top: calc(12% - 83.5px);
    left: calc(39% - 83.5px);
}

.contact-img-area .rotate-badge.second {
    top: calc(12% - 83.5px);
    left: calc(65% - 83.5px);
} */

.contact-img-area .rotate-badge.first {
    top: calc(0% - 83.5px);
    left: calc(39% - 83.5px);
}

.contact-img-area .rotate-badge.second {
    top: calc(0% - 83.5px);
    left: calc(65% - 83.5px);
}

/*  */
.map-area-sec iframe {
    border-radius: 20px;
}

/* .add-detail a:hover {
    color: var(--blue);
    text-decoration: underline;
} */







/* ------------------- Responsive Starts Here ------------------- */

@media (max-width: 1599.98px) {
    .contact-left-block {
        width: calc(100% - 550px);
        max-width: 660px;

        & .inner-address-block {
            width: calc(100% - 420px);
            max-width: 340px;
        }

        & .inner-map-block {
            width: 420px;
        }
    }

    .contact-right-block {
        width: 550px;
    }

    .contact-left-wrap .right-info-area {
        width: 320px;
        padding: 25px 30px;
    }

    .formcta-right {
        width: 548px;
    }

    .formcta-right {
        & .formcta1 {
            padding: 20px;
        }
    }
}

@media (max-width: 1439.99px) {
    .contact-left-block {
        width: calc(100% - 400px);
        max-width: 680px;
        flex-wrap: wrap;

        & .inner-address-block {
            width: 100%;
            max-width: 100%;
            margin-bottom: 30px;

            & .contact-add-wrap {

                & ul {
                    display: flex;
                    flex-wrap: wrap;
                    column-gap: 20px;

                    &:has(+ *) {
                        margin-bottom: 20px;
                    }

                    & li {
                        margin-bottom: 15px;
                        gap: 12px;
                        width: 100%;

                        & .add-icon {
                            margin-top: 0px;
                        }
                    }
                }
            }
        }

        & .inner-map-block {
            width: 100%;

            & iframe {
                height: 250px;
            }
        }
    }

    .contact-right-block {
        width: 400px;
    }

    .contact-right-block {
        & .contact-form {
            padding: 30px;
        }
    }

    .formcta-right {
        width: 398px;
        display: block;
        ;
    }

    .contact-img-area .rotate-badge {
        height: 120px;
        width: 120px;
    }

    .contact-img-area .rotate-badge.first {
        top: calc(8% - 83.5px);
        left: calc(42% - 83.5px);
    }

    .contact-img-area .rotate-badge.second {
        top: calc(8% - 83.5px);
        left: calc(68% - 83.5px);
    }

    .contact-img-area {
        margin-top: 100px;
    }

    address br {
        display: none;
    }

    .contact-left-wrap .right-info-area {
        width: 500px;
        padding: 25px 30px;
    }

    .contact-left-wrap {
        flex-wrap: nowrap;
    }

    .contact-right-block .formcta-right {
        & .formcta1 {
            border-radius: 0;

            &:last-of-type {
                border-radius: 0px 0px 20px 20px;
            }
        }
    }

    .formcta-right {
        & .formcta1 {
            & img {
                margin-bottom: 12px;
            }
        }
    }

    .formcta-right {
        & .formcta1 {
            & .heading-22 {
                margin-bottom: 10px;
            }
        }
    }

    .rotate-badge.first img.center-logo {
        position: absolute;
        max-width: 40px;
        object-fit: cover;
    }

    .contact-right-block .form-control {
        margin-bottom: 10px;
    }

}

@media (max-width: 1199.99px) {
    .contact-left-block {
        width: calc(100% - 460px);
        max-width: 430px;
        flex-wrap: wrap;
    }

    .contact-right-block {
        width: 460px;
    }

    .contact-left-wrap {
        flex-wrap: wrap;
    }

    .contact-img-area .rotate-badge.first {
        top: calc(8% - 83.5px);
        left: calc(40% - 83.5px);
    }

    .contact-img-area .rotate-badge.second {
        top: calc(8% - 83.5px);
        left: calc(70% - 83.5px);
    }

    .formcta-right {
        width: 458px;
    }
}

@media (max-width: 991.99px) {
    .contact-wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }

    .contact-left-block {
        width: 100%;
        max-width: 100%;
    }

    .contact-right-block {
        width: 100%;
    }

    .contact-right-block {
        & .contact-form {
            & p {
                margin-bottom: 15px;
            }
        }
    }

    .formcta-right {
        width: 100%;
    }

    .map-area-sec iframe {
        height: 400px;
    }

    .contact-left-wrap {
        flex-wrap: nowrap;
    }
}

@media (max-width: 767px) {
    .contact-left-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .map-area-sec iframe {
        height: 300px;
    }
}

@media (max-width: 575.99px) {
    .contact-left-block {
        & .inner-address-block {
            & .contact-add-wrap {
                & ul {
                    column-gap: 16px;

                    & li {
                        margin-bottom: 12px;
                        gap: 8px;
                        width: 100%;
                    }
                }
            }
        }
    }

    .contact-img-area {
        margin-top: 80px;
    }

    .contact-img-area .rotate-badge {
        height: 100px;
        width: 100px;
    }

    .contact-img-area .rotate-badge.first {
        left: calc(42% - 83.5px);
    }

}


@media (max-width: 480px) {
    .contact-img-area .rotate-badge.first {
        top: calc(15% - 83.5px);
        left: calc(42% - 83.5px);
    }

    .contact-img-area .rotate-badge.second {
        top: calc(15% - 83.5px);
        left: calc(75% - 83.5px);
    }

    .contact-right-block {
        & .contact-form {
            padding: 20px;
        }
    }
}