#mainCarousel .hero.contact {
    background-image: url(../images/contact/header-banner.jpg);
}
section.contact_us_form  {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-image: url(../images/contact/Contact-us.jpg);
    padding: 5rem 0 32rem;
}
.contact_main_form {
    width: 80%;
    margin: auto;
    background-color: #fff;
    padding: 5rem 6rem;
    filter: drop-shadow(0 0 30px rgba(0,0,0,0.06));

}
.contact_main_form  .form-control {
    display: block;
    width: 100%;
    padding: 1.375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}


.contact_list_details {
    display: flex;
}

.contact_list_img {
    margin-right: 15px;
}
.contact_list_img img {
    background-color: #2ca2c6;
    text-align: center;
    padding: 15px;
    /* margin-right: 10px; */
}
section.sec_padding.contact_map_main {
    margin-top: 0;
    padding-top: 0;
}
.contact_map iframe{
    width  : 100%;
    height:600px;
}
.thankyou_modal_bg {
    background-image: url(../images/thankyou/thank-you-pop-up-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 37.7em;
    position: relative;
}
#thankyou_modal .modal-dialog {
    max-width: 900px;
}
#thankyou_modal .modal-body{
    padding:0px;
}

#thankyou_modal .heading {
    text-align: left;
    padding-left: 0rem;
    padding-right: 0rem;
    POSITION: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}
#thankyou_modal .heading::after{
    display:none;
}
#thankyou_modal [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    border: 0;
}
#thankyou_modal .link {
    font-weight: bold;
    text-decoration: none;
}
#thankyou_modal .close.close_thankyou {
    position: absolute;
    top: 0px;
    right: -8px;
    background-color: #20b1aa;
    font-size: 28px;
    z-index: 9;
    color: #fff;
    padding: 0px 13px;
    text-align: center;
}

#thankyou_modal .close.close_thankyou:hover {
    background-color: #fff;
    color: #20b1aa;
    border:1px solid #fff;
}