@charset "utf-8";
/* CSS Document */

.contactpgsec {
    width: 100%;
    clear: both;
}

.contactpgsec .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_left {
    position: relative;
    z-index: 0;
    padding-right: 350px;
    width: calc(100% - 496px);
}

.contaactvanimg {
    position: absolute;
    bottom: 85px;
    right: 20px;
    max-width: 519px;
}

.contaactvanimg img {
    max-width: 100%;
}

.headtitle1 {
    text-align: left;
    line-height: 1.2;
    margin-bottom: 30px;
}

.ftleft.contactleft p {
    margin-bottom: 50px;
    color: var(--darkgrey);
    font-size: 18px;
    position: relative;
}

.ftleft.contactleft p span {
    font-weight: bold;
}

.ftleft.contactleft p span b {
    display: block;
    font-weight: bold
}

.ftleft.contactleft p span {
    font-weight: 400
}

.ftleft.contactleft p span a {
    display: block;
    font-size: 16px;
    ;
    color: var(--darkgrey);
}

.ftleft.contactleft p span a:hover {
    text-decoration: underline;
    color: var(--bluebg);
}

.ftleft.contactleft p img {
    filter: invert(100%);
    margin: 5px 20px 0 0;
}

.ftleft.contactleft p:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 29px;
    height: 29px;
    background-color: var(--darkgrey);
    border-radius: 50%;
    top: 0;
    left: -5px;
}

.contact_right {
    max-width: 496px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 40px;
    border-radius: 30px;
}

.contact_right .headtitle3,
.contact_right form label {
    display: none;
}

.contact_right .headtitle1 {
    color: var(--darkgrey);
    font-size: clamp(1.125rem, 0.95rem + 0.875vw, 2rem);
}

section.mapsec {
    margin: 60px 0 90px;
}

section.mapsec .wrapper {
    border-radius: 30px;
    overflow: hidden;
}

.btn_theme.submitbtn {
    width: 100%;
    background-color: var(--darkgrey);
    border-radius: 40px;
    border-color: var(--darkgrey);
}

.btn_theme.submitbtn:hover {
    width: 100%;
    background-color: var(--theme-color);
    border-color: var(--darkgrey);
    color: var(--black);
}

.btnbox.width100 {
    padding-left: 0;
    padding-right: 0;
}

/*----- MEDIA QUERIES  -----*/
@media(max-width:1900px) {

    .contaactvanimg {
        bottom: 0;
    }

}

@media(max-width:1440px) {

    .contact_left {
        padding-right: 50px;
    }

    .contaactvanimg {
        bottom: -20px;
        max-width: 400px;
    }



}

@media(max-width:1200px) {


    .ftleft.contactleft p {
        margin-bottom: 15px;
    }

    .ftleft.contactleft {
        width: 100%;
        padding: 0;
        border-bottom: 0px solid #343434;
    }
}

@media(max-width:992px) {


    .ftleft.contactleft p {
        margin-bottom: 15px;
        width: 100%;
    }

    .contaactvanimg {
        bottom: 0;
        margin-top: 0;
        width: 350px;
    }

    .contact_left {
        padding-right: 0;
        width: 100%;
    }

    .contact_right {
        max-width: 100%;
        margin-top: 30px;
    }

    .ftleft.contactleft p img {
        margin: 5px 20px 0 5px;
    }

    .ftleft.contactleft p:after {
        left: 0;
    }

}

@media(max-width:768px) {

    .contaactvanimg {
        opacity: 0.2;
    }

    .contact_right {
        padding: 20px;
    }

    .contaactvanimg {
        right: 0;
    }
}

@media(max-width:576px) {

    .ftleft.contactleft {
        width: 100%;
        padding: 0;
        border-bottom: 0px solid #343434;
        flex-wrap: wrap;
    }

    .ftleft.contactleft p {
        font-size: 16px;
    }

    .quoteformdiv .form-group.width50 {
        width: 100%;
    }

    .wpcf7-not-valid-tip {
        bottom: -28px;
        z-index: 1;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    select,
    textarea {
        margin: 0 0 20px;
    }

}

@media(max-width:480px) {

    .contaactvanimg {
        width: 100%;
    }

    .ftleft.contactleft p {
        flex-wrap: nowrap;
        text-align: left;
    }

    .headtitle1 {
        margin-bottom: 10px;
    }

    .ftleft.contactleft p span a {
        margin: 0;
    }

    .ftleft.contactleft p span {
        font-weight: 400;
        font-size: 14px;
    }


}

@media(max-width:360px) {}