.contact_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    padding: 0px 5%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f9dd), to(#e7d7dd));
    background: -o-linear-gradient(top, #f4f9dd 0%, #e7d7dd 100%);
    background: linear-gradient(180deg, #f4f9dd 0%, #e7d7dd 100%);
}

.contact_card_content {
    padding: 3% 0;
    width: 100%;
}

.contact_card_content .list_item_heading {
    margin-bottom: 12px;
}

.contact_card_content .secondary_content_topic {
    max-width: 100%;
}

.contact_card_secondary_content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 100px;
}

.contact_card_form_wrap {
    padding: 24px 28px 20px;
    border-radius: 16px;
    background: #fff;
    width: 435px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.contact_card_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 465px;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #f4f9dd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact_card_img img {
    width: 80%;
    margin: auto;
}

.contact_card_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.form_heading {
    color: #0c113a;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 10px;
}

.form_sub_heading {
    color: #0c113a;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.form_input_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.form_input_wrap {
    width: 100%;
}

.form_input_wrap label {
    display: inline-block;
    color: #0c113a;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.form_input_wrap input,
.form_input_wrap textarea {
    all: unset;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px;
    border: 2px solid #0c113a;
    background: #fff;
    height: 37px;
    padding: 10px;
}

.form_input_wrap input:hover,
.form_input_wrap textarea:hover {
    border: 2px solid #0c113a;
    background: #dce3ec;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.20);
}

.form_input_wrap input:focus,
.form_input_wrap textarea:focus {
    border-left: 7px solid #0c113a;
}

.form_input_wrap textarea {
    min-height: 80px;
    max-height: 120px;
    resize: vertical;
}

.contactform_submit_btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 44px;
    padding: 10px;
    border: none;
    margin-left: auto;
    border-radius: 4px;
    background: #0c113a;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contactform_submit_btn:hover {
    background-color: #5376a3;
}

@media screen and (max-width: 1200px) {
    .section_card.contact_card {
        padding: 0 5%;
    }

    .section_card.contact_card .contact_card_secondary_content {
        gap: 60px;
    }

    .section_card.contact_card .contact_card_form_wrap {
        padding: 24px;
    }
}

@media screen and (max-width: 767px) {
    .section_card.contact_card {
        padding-top: 32px;
        padding-bottom: 50px;
        min-height: 100vh;
        height: auto;
    }

    .section_card.contact_card .list_item_heading {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .section_card.contact_card .secondary_content_topic {
        font-size: 24px;
        font-weight: 300;
    }

    .section_card.contact_card .contact_card_secondary_content {
        gap: 48px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section_card.contact_card .form_input_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section_card.contact_card .contact_card_content {
        padding: 0 0 25px;
    }

    .section_card.contact_card .contact_card_form_wrap {
        padding: 20px;
    }

    .section_card.contact_card .contact_card_form_wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%;
    }

    .section_card.contact_card .contact_card_img {
        max-width: 290px;
        margin: auto;
    }
}