.top-image {
    background: url('/img/contact-us/contact-us-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
   /* height: calc(100vh - 17vh);*/
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}

.main-heading{
    font-size: 50px;
    font-weight: 900;
    color: green;
}

.card {
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    align-items: center;
    height: 100% !important;
}

.card .icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.form-section {
    background: url('/img/contact-us/blue-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: calc(100vh - 17vh);
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}

.faq_content .tab-pane .card .card-header {
    padding: 0;
    border: 0;
    background: 0 0;
}

.faq_content .tab-pane .card {
    border: 0 !important;
    border-radius: 0 !important;
    background: 0 0 !important;
    border-bottom: 1px solid #e4e0ee !important;
    box-shadow: none !important;
}

.faq_content .tab-pane .card .card-header {
    padding: 0 !important;
    border: 0 !important;
    background: 0 0 !important;
    width: 100%;
}

.faq_content .tab-pane .card .card-header .btn {
    color: green;
    display: block;
    width: 100%;
    text-align: left;
    font: 500 18px / 26px sans-serif;
    padding: 20px 35px 20px 0;
    position: relative;
    white-space: normal;
    text-decoration: none;
    font-weight: 600;
}

.faq_content .tab-pane .card .card-header .btn i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    font-size: 20px;
}

.faq_content .tab-pane .card .card-header .btn i + i {
    display: block;
}

.faq_content .tab-pane .card .card-header .btn.collapsed i {
    display: block;
}

.faq_content .tab-pane .card .card-body {
    padding: 0 0 45px;
    font: 400 16px / 26px sans-serif;
    color: #414042;
}

#thankYouDiv{
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    text-align: center;
    border-radius:10px;
}