.sticky-nav {
    max-width: 100%
}

.contact_us_header {
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #e1f4d8 0, #f4d0e0 100%)
}

.contact_us_header .image {
    position: relative;
    padding: 0 100px 15px 15px;
    background-image: url(../images-new/general/contact-us/shape_bg.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain
}

.get_in_touch {
    margin: 80px 0 40px
}

.get_in_touch .heading_box {
    background-color: #e90c72;
    width: 35%;
    padding: 20px 20px 20px 40px;
    margin-left: auto;
    border-bottom-left-radius: 75px
}

.send_us {
    margin-bottom: 80px
}

.send_us .send_us_form {
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    border-radius: 20px;
    background: linear-gradient(0deg, var(--Varient-BG, #e6f1e1) 0, var(--Varient-BG, #e6f1e1) 100%), #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .25)
}

.send_us .send_us_form h3 {
    margin-right: auto;
    margin-left: auto
}

.send_us .send_us_form form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px
}

.send_us .send_us_form .my_field {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 48%
}

.send_us .send_us_form .my_field_full_width {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%
}

.send_us .send_us_form .my_field_full_width_recaptcha {
    align-items: center
}

.send_us .send_us_form .my_field input,
.send_us .send_us_form .my_field select,
.send_us .send_us_form .my_field_full_width input {
    width: 100%;
    height: 52px;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid var(--TEXT-SEC, #a5a4a4);
    background: #fff
}

.send_us .send_us_form .my_field select:focus,
.send_us .send_us_form .my_field_full_width textarea:focus {
    outline: 0
}

.send_us .send_us_form .my_field_full_width textarea {
    resize: none;
    height: 105px;
    width: 100%;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid var(--TEXT-SEC, #a5a4a4);
    background: #fff
}

.send_us .communication-method {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center
}

.send_us .communication-method p {
    width: 100%;
    font-weight: 500;
    margin: 0 0 .5rem
}

.send_us .radio-card {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    /* padding: .5rem 1rem; */
    padding: 8px 15px 8px 35px;
    cursor: pointer;
    background: #fff;
    transition: border-color .3s
}

.send_us .radio-card input[type=radio] {
    /* appearance: none;
    position: absolute;
    opacity: 0 */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    height: 15px;
    width: 15px;
    accent-color: #e90c72;
}

.send_us .radio-card span {
    font-size: 16px;
    color: #e90c72
}

.send_us .radio-card input[type=radio]:checked+span {
    font-weight: 700
}

/* .send_us .radio-card input[type=radio]:checked~span::before {
    content: "● ";
    color: #e90c72
} */

.send_us .send_us_form form button {
    padding: 10px 40px;
    border: 0;
    border-radius: 100px;
    margin: 0 auto
}

.send_us .link_box,
.send_us .social_links_box {
    border-radius: 20px;
    background: #e6f1e1;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .25);
    display: flex
}

.send_us .link_box {
    padding: 20px;
    align-items: center;
    gap: 21px;
    margin-bottom: 42px;
    transition: .4s ease-in-out
}

.send_us .link_box .info p {
    transition: .4s ease-in-out;
    color: #4d4d4d !important
}

.send_us .link_box .info p.pink {
    color: #e90c72 !important
}

.send_us .link_box:hover .info p {
    color: #fff !important
}

.send_us .link_box:hover {
    background: #e90c72;
    box-shadow: 0 2px 10px 0 #e90c72
}

.send_us .link_box img {
    width: 70px;
    height: 70px
}

.send_us .social_links_box {
    padding: 25px;
    flex-direction: column;
    align-items: center;
    gap: 25px
}

.send_us .social_links_box .social_icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 23px
}

.send_us .social_links_box .social_icons img {
    width: 50px;
    height: 50px
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed img {
    display: none
}

@media (max-width:1024px) {
    .contact_us_header {
        height: 360px
    }

    .contact_us_header .image {
        padding: 0 70px 10px 10px
    }

    .send_us .link_box img {
        width: 50px;
        height: 50px
    }

    .send_us .link_box,
    .send_us .social_links_box,
    .send_us .social_links_box .social_icons {
        gap: 15px
    }

    .send_us .social_links_box .social_icons img {
        width: 40px;
        height: 40px
    }
}

@media (max-width:992px) {
    .contact_us_header {
        height: 300px
    }

    .contact_us_header .image {
        padding: 0 20px 10px 10px
    }

    .get_in_touch .heading_box {
        width: 45%
    }

    .send_us .send_us_form {
        margin-bottom: 40px
    }

    .send_us .link_box {
        margin-bottom: 25px
    }

    .send_us {
        margin-bottom: 60px
    }
}

@media (max-width:576px) {
    .contact_us_header {
        height: 450px
    }

    .contact_us_header .image {
        padding: 0 20px 10px 10px
    }

    .contact_us_header .row {
        flex-direction: column-reverse
    }

    .contact_us_header .row .col-md-5,
    .contact_us_header .row .col-md-7 {
        height: 50%
    }

    .get_in_touch .heading_box {
        width: 80%
    }

    .get_in_touch {
        margin: 60px 0 20px
    }

    .send_us .send_us_form {
        padding: 20px;
        gap: 15px
    }

    .send_us .send_us_form .my_field {
        width: 100%
    }

    .send_us .link_box {
        padding: 12px;
        border-radius: 12px;
        gap: 8px
    }

    .send_us .link_box img {
        width: 35px;
        height: 35px
    }

    .send_us .social_links_box .social_icons img {
        width: 30px;
        height: 30px
    }

    .send_us .social_links_box {
        padding: 15px;
        gap: 15px;
        border-radius: 15px
    }
}

@media (max-width:340px) {
    .contact_us_header {
        height: 400px
    }
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1224px
    }
}