.contctBxWrap {
    position: relative;
    width: 100%;
    height: 550px;
    border-radius: 20px;

    .contMapWrap {
        width: 100%;
        height: 100%;

        iframe {
            width: 100%;
            height: 100%;
            border-radius: 20px;
        }
    }

    .contactBx {
        position: absolute;
        top: 50%;
        right: 30px;
        width: 550px;
        border-radius: 15px;
        padding: 50px;
        background-color: #fff;
        box-shadow: 0 4px 37px 0 rgba(0, 0, 0, 0.25);
        transform: translateY(-50%);

        .contactWrapInn {
            .contHead {
                text-align: center;
                font-size: 30px;
                font-weight: 600;
                margin-bottom: 10px;
            }

            .contPara {
                text-align: center;
            }

        }
    }
}

ul {
    &.contLst {
        li {
            display: flex;

            &:not(:last-child) {
                margin-bottom: 25px;
            }

            .locationIcon {
                width: 37px;
                height: 37px;
                border-radius: 50%;
                padding: 8px;
                background-color: #C79F64;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }

            .locationText {
                width: calc(100% - 37px);
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                padding-left: 10px;

                a {
                    color: #000000;
                    font-size: 18px;
                    transition: all 0.5s;

                    &:hover {
                        color: #6a3f00;
                    }
                }
            }
        }
    }
}

.bgLftImg {
    position: relative;
    background-repeat: no-repeat;
    background-size: 400px 450px;
    background-position: bottom right;
}

.contactGet {
    .tabWrap {
        margin-top: 50px;

        .tabs {
            .tabLi {
                .tabTitle {
                    font-size: 22px;
                }
            }
        }
    }

    .tabContWrap {
        width: 100%;
        max-width: 80%;
        margin: 0px auto;

        .accEach {
            .formSec {

                .form-group {
                    .nice-select {
                        border-bottom: 1px solid rgba(0, 0, 0, 0.65);


                        &::after {
                            filter: brightness(0) saturate(100%) invert(0%) sepia(13%) saturate(0%) hue-rotate(60deg) brightness(97%) contrast(98%);
                            width: 16px;
                            height: 16px;
                        }
                    }
                }

                .submitBox {
                    position: relative;
                    text-align: end;

                    input[type="submit"] {
                        border: 1px solid transparent;
                        transition: .4s;

                        &:hover {
                            background-color: transparent !important;
                            border: 1px solid #88401B !important;
                            color: #88401B !important;
                        }
                    }

                    .wpcf7-spinner {
                        bottom: -30px;
                        right: 30px;
                    }
                }
            }
        }
    }
}

.contactOfc {
    .headingWrap {
        width: 460px;
    }

    .contOfcBx {
        border-radius: 15px;
        box-shadow: 0 4px 37px 0 rgba(0, 0, 0, 0.25);

        .contOfcBxTp {
            padding: 30px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.25);
        }

        .contOfcBxBtm {
            padding: 30px;
        }
    }
}

.contactfaq {
    &.getInTouchSec {
        .faqSec {
            &::before {
                content: normal;
            }
        }
    }
}

/* start responsive */
@media(max-width: 1600px) {
    .contactOfc {
        .contOfcBx {
            .contOfcBxTp {
                padding: 24px;
            }

            .contOfcBxBtm {
                padding: 24px;
            }
        }
    }

    ul {
        &.contLst {
            li {
                &:not(:last-child) {
                    margin-bottom: 18px;
                }

                .locationIcon {
                    width: 35px;
                    height: 35px;
                }

                .locationText {
                    a {
                        font-size: 16px;
                    }
                }
            }
        }
    }

    .bgLftImg {
        background-size: 300px 350px;
    }
}

@media(max-width: 1440px) {
    .contactGet {
        .tabWrap {
            .tabs {
                .tabLi {
                    .tabTitle {
                        font-size: 20px;
                    }
                }
            }
        }
    }
}

@media(max-width: 1366px) {
    ul {
        &.contLst {
            li {
                .locationText {
                    a {
                        font-size: 14px;
                    }
                }
            }
        }
    }
}

@media (max-width: 1024px) {
    .contactOfc {
        .secH {
            br {
                display: none !important;
            }
        }
    }
}

@media(max-width: 991px) {

    .contctBxWrap {
        .contactBx {
            position: absolute;
            top: 50%;
            left: 50%;
            right: auto;
            width: 550px;
            transform: translate(-50%, -50%);
        }
    }

    /* start contact tab */
    .contactGet {
        .tabContWrap {
            max-width: 90%;
            padding: 48px 60px;
        }
    }

    /* end tab */

    /* contact office */
    .contactOfc {
        .headingWrap {
            width: 100%;
            text-align: center;

            .secH {
                br {
                    display: none;
                }
            }
        }

        .contOfcBx {
            .contOfcBxTp {
                p {
                    text-align: center;
                }
            }
        }
    }

    /* end contact office */

}

@media(max-width: 767px) {
    .contactGet {
        .tabWrap {
            display: none;
        }

        .tabContWrap {
            max-width: 100%;
            padding: 0;
            background-color: transparent;



            .accTrigger {
                display: block;
                padding: 12px 32px 12px 15px;
                background-color: #c79f64;
                color: #fff;
                border-radius: 15px;
                font-size: 17px;
                position: relative;
                transition: .5s;

                &::after {
                    content: "\f107";
                    position: absolute;
                    top: 14px;
                    right: 16px;
                    font-size: 16px;
                    color: #fff;
                    font-family: fontawesome;
                    transition: .5s;
                }
            }

            .accCont {
                display: none;
                padding: 15px;
            }

            .accEach {
                display: block;
                background-color: #fff;
                border-radius: 15px;

                &:not(:last-child) {
                    margin-bottom: 20px;
                }

                &.active {
                    .accTrigger {
                        border-radius: 15px 15px 0px 0px;

                        &::after {
                            content: "\f106";
                        }
                    }
                }

                .formSec {
                    .submitBox {
                        text-align: center;

                        .wpcf7-spinner {
                            bottom: -24px;
                            right: 45%;
                            transform: translateX(-50%);
                        }
                    }

                    .wpcf7-form.invalid {
                        .wpcf7-response-output {
                            text-align: center;
                        }
                    }
                }
            }
        }
    }

    .bgLftImg {
        background-size: 180px 220px;
    }

    /* start contact office */
    .contactOfc {
        .contOfcBx {
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);

            .contOfcBxTp {
                padding: 15px;
            }

            .contOfcBxBtm {
                padding: 15px;
            }
        }
    }

    ul {
        &.contLst {
            li {
                .locationIcon {
                    width: 30px;
                    height: 30px;
                    padding: 7px;
                }
            }
        }
    }

    /* end contact office */

}

@media(max-width: 640px) {
    .contctBxWrap {
        height: auto;
        box-shadow: 0 4px 37px 0 rgba(0, 0, 0, 0.25);
        padding: 20px 15px;
        display: flex;
        flex-direction: column-reverse;

        .contactBx {
            position: static;
            width: 100%;
            transform: translate(0);
            padding: 0;
            box-shadow: unset;
            margin-bottom: 26px;

            .contactWrapInn {
                .contHead {
                    display: none;
                }
            }
        }
    }
}

@media(max-width: 575px) {
    .contactGet {
        .tabContWrap {
            .accTrigger {
                font-size: 16px;
            }

            .accEach {
                .formSec {
                    .submitBox {
                        .wpcf7-spinner {
                            bottom: -24px;
                            right: 40%;
                            transform: translateX(-50%);
                        }
                    }
                }
            }
        }
    }
}