#health-custom {
    padding-top: 0;
    width: 100%;
    margin: auto;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.align-items-stretch {
    align-items: stretch !important;
}

.d-flex {
    display: flex !important;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.text-center {
    text-align: center !important;
}

.info-wrap {
    color: rgba(255, 255, 255, 0.8);
}

.bg-primary {
    background: #01d28e !important;
}

.bkvn-contactUs-row {
    margin: 100px 0;
    background-color: #fff;
    box-shadow: 0px 2px 16px rgba(7, 38, 74, 0.12);
    padding: 16px;
    border-radius: 12px;
}

@media (min-width: 768px) {
    .p-md-5 {
        padding: 3rem !important;
    }
}

.p-4 {
    padding: 1.5rem !important;
}

.w-100 {
    width: 100% !important;
}

.info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.align-items-start {
    align-items: flex-start !important;
}

.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.info-wrap .dbox .text {
    width: calc(100% - 50px);
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.info-wrap .dbox p {
    margin-bottom: 0;
    margin-top: 0;
}

.info-wrap .dbox p span {
    font-weight: 500;
    color: #fff;
}

.contact-wrap {
    background: #fff;
}


.contactForm .label {
    color: #252527;
    /* text-transform: uppercase; */
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /* display: inline-block; 
    margin-bottom: 0.5rem;*/
}

.contactForm .label span {
    color: #E43F1E;
}

#contactForm .form-control {
    font-size: 16px;
    line-height: 24px;
    min-height: 40px;
    margin-top: 16px;
    padding: 12px;
}

#contactForm textarea.form-control {
    height: auto;
}

#contactForm .form-control::placeholder {
    color: #D0D1D1;
}

.contactForm .form-control {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control {
    height: 36px;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.bkvn-contactUs-row .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-top-width: 1px;
    border-right-color: transparent;
    border-right-width: 1px;
    border-bottom-color: transparent;
    border-bottom-width: 1px;
    border-left-color: transparent;
    border-left-width: 1px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.bkvn-contactUs-row .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.bkvn-contactUs-row .btn {
    padding: 12px 16px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    position: relative;
    /* margin-bottom: 20px; */
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 138px;
}

.bkvn-contactUs-row .btn.btn-cancel {
    background: #fff !important;
    border-color: #0054A6 !important;
    color: #0054A6;
}

.bkvn-contactUs-row .btn.btn-cancel:hover {
    background: #0054A6 !important;
    border-color: #0054A6 !important;
    color: #fff;
}

.bkvn-contactUs-row .btn.btn-primary {
    background: #0054A6 !important;
    border-color: #0054A6 !important;
    color: #fff;
}

.bkvn-contactUs-row .btn.btn-primary:hover {
    background: #fff !important;
    border-color: #0054A6 !important;
    color: #0054A6;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

#message {
    resize: vertical;
}

textarea {
    overflow: auto;
    resize: vertical;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.heading-section-custom {
    padding-top: 168px;
}

.heading-section {
    background-color: #0054A6;
    padding: 56px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.heading-section-title {
    font-size: 44px;
    line-height: 48px;
    color: #fff;
    text-decoration: none;
}

.heading-section-subtitle {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.bkvn-contactUs-left-col {
    /* position: relative; */
    height: 614px;
    background-image: url(../img/bgr_contact.png);
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 0 35%;
    border-radius: 12px;
    flex-direction: column;
    padding: 40px;
}

.bkvn-contactUs-left-col .background-footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 455px;
    opacity: 0.9;
    background: #040D27;
}

.bkvn-contactUs-left-col .info-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 455px;
}

.bkvn-contactUs-right-col {
    flex: 0 0 65%;
    max-width: 65%;
}

.contactForm .form-control {
    border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-left-color: currentcolor;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.1);
    padding: 0;
    outline: 0;
}

.form-control:focus,
.form-control:active {
    border-color: #01d28e !important;

}


.form-group {
    margin-bottom: 24px;
}

.form-group-btn {
    margin-top: 16px;
    margin-bottom: 0;
}

.form-btn {
    gap: 24px;
    align-items: flex-end;
}

.contact-info-title {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 33px;
    font-weight: 600;
}

.contact-info {
    margin-top: 29px;
    flex-wrap: nowrap;
}

.contact-info .contact-info-img {
    height: 24px;
    width: 24px;
    margin-right: 8px;
}

.contact-info a.contact-info-text {
    text-decoration: none;
}

.contact-info a.contact-info-text:hover {
    color: #0054A6;
}

.contact-info .contact-info-text {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.contact-info-address {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-info .contact-info-address .contact-info-subtext {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 8px;
}

.contact-info .contact-info-address a.contact-info-subtext {
    text-decoration: none;
}

.contact-info .contact-info-address a.contact-info-subtext:hover {
    color: #0054A6;
}

@media screen and (max-width: 992px) {
    .col-md-6 {
        max-width: 100%;
    }

    .bkvn-contactUs-left-col,
    .bkvn-contactUs-right-col {
        flex: 1 1 100%;
        height: auto;
        padding: 40px 16px;
    }

    .contact-wrap { 
        padding: 1rem 0 !important;
    }
    .col-md-6 { 
        padding: 0;
    }
}