.contact_us_banner h3 {
    color: #565656;
    font-size: 20px;
}

.contact_us_banner h4 {
    color: var(--secondary);
    font-family: var(--font-outfit) !important;
    font-size: 58px;
    font-weight: 500;
    line-height: 81px;
    letter-spacing: 0.02em;
    /* text-align: cente; */
}

.locate_us h1 {
    color: #565656;
    font-size: 38px;
    font-weight: 600;
    line-height: 45.6px;
    text-align: left;
}

.card_location {
    box-shadow: 2px 2px 12px 0px #00000040;
    background-color: white;
    border-radius: 12px;
}

.custom-toast {
    background-color: #4BB543 !important;
    /* Red background */
    color: #fff !important;
    /* White text */
    font-weight: bold !important;
    z-index: 999999999;
    opacity: 1 !important;
    width: 100% !important;
}

.bg-form_contact {
    background-image: url('../assets/contact_us/bg_contact.png');
    background-repeat: no-repeat;
}

.contact_us_form {
    position: relative;
    box-shadow: 4px 4px 12px 0px #00000040;
    background-color: white;
    border-radius: 24px;
}

.contact_us_form::before {
    content: '';
    filter: blur(120px);
    background-color: #F5A623;
    position: absolute;
    width: 14%;
    right: 0%;
    top: 0%;
    border-radius: 100%;
    height: 45%;
}

.contact_us_form {
    background-image: url('../assets/contact_us/form_bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.border-left {
    border-left: 1px solid #000000;
    /* backdrop-filter: blur(274px); */
    /* background: #F5A623; */

}

.border-left h1 {
    color: #000000;
    font-size: 48px;
    font-weight: 500;
    line-height: 57.6px;
    text-align: left;
}

.border-left p {
    color: #4B4B4B;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left
}

.border-left h6 {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 19.2px;
    text-align: left;
}

.contactForm h2 {
    color: #000000;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
    text-align: left;
}

.location_card {
    box-shadow: 2px 2px 12px 0px #00000040;
    background-image: url('../assets/contact_us/bg_contact_card.svg');
    background-repeat: no-repeat;
    background-size: 40%;
    border-radius: 12px;
    background-position: top right;
    height: 190px
}

.location_card h6 {
    color: var(--primary);
    font-size: 24px;
    font-weight: 500;
    line-height: 37.68px;
}

.location_card p {
    color: #494949;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 30.6px */
}

.location_card button {
    border: 1px solid #201087;
    color: var(--secondary);
    background-color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 30.6px;
    border-radius: 12px;


}


@media screen and (max-width: 767px) {
    .heading{
        font-size: 24px;
        line-height: 30px;
    }

    .contact_us_banner h4{
        text-align: center;
        font-size: 24px;
        line-height: 30px;
    }

    .contact_us_banner h3{
        font-size: 16px;
    }

    .contact_us_banner .image_background{
        height: 25vh;
    }

    .contact_us_banner h1{
        font-size: 24px;
        line-height: 30px;
    }
    .contact_us_banner h1 span{
        font-size: 24px;
        line-height: 30px;
    }

    .mobile_view{
        width: 90%;
    }

    .locate_us  h1{
        font-size: 24px;
        line-height: 30px;
    }

    .contact_us_form{
        margin: 1%;
    }

    .border-left{
        border: 0px;
    }

    .border-left h1{
        font-size: 24px;
        line-height: 30px;
    }
  
}