div.form-container {
    /* height: auto; */
    /* min-height: 825px; */
    overflow: hidden;
}
.text-center {
    text-align: center;
}
.mb-10 {
    margin-bottom: 10px;
}
.head-div {
    display: block;
    width: 100%;
    /* padding-top: 25px; */
}
.head-div p {
    margin-top: 5px;
}
.d-flex {
    display: flex;
}
.justify-content-between {
    justify-content: space-between !important;
}
.section-content {
    overflow-y: auto;
    max-height: 315px;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}
.custom-max-height {
    max-height: 272px!important;
}
.gap-10 {
    gap: 0 15px;
}
.logo-div {
    display: inline-block;
    max-width: 260px;
    width: 100%;
}
.logo-div img {
    width: 100%;
}
.arrow-div {
    display: inline-block;
    width: 100%;
    max-width: 80px;
}
.arrow-div img {
    width: 100%;
}
.div-content {
    max-width: 480px;
    border: 2px solid #888;
    padding: 10px;
    width: 100%;
}
.div-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.items-align-center {
    align-items: center;
}
.p-5 {
    padding: 15px;
}
.button-div {
    display: inline-block;
}
.button-div a {
    padding: 20px 20px;
    border-radius: 8px;
    background-color: #382178;
    color: #fff;
    text-decoration: none;
    text-wrap: nowrap;
    min-width: 190px;
    display: inline-block;
    text-align: center;
}

.button-div a:hover {
    background-color: #7651db;
}

.border-red a {
    border: 2px solid red;
}
.border-yellow a {
    border: 2px solid yellow;
}
.border-blue a {
    border: 2px solid blue;
}
.border-green a {
    border: 2px solid green;
}
.fw-700 {
    font-weight: 700;
}
.show-block {
	display: block!important;
}
.form-form-block {
    display: block!important;
    padding-bottom: 50px;
}
.thank-you-step2 {
    display: none;
}
.pt-12 {
    padding-top: 12%;
}

.form-form-right {
    margin-top: 0em !important;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading img {
    width: 50px; /* adjust the size of the loading image as needed */
    height: 50px; /* adjust the size of the loading image as needed */
}

@media (max-width: 991px) {
    .custom-flex-responsive {
        flex-wrap: wrap;
        display: block;
    }
    .custom-flex-responsive > div{
        /* width: 100%;
        max-width: 100%; */
        margin-bottom: 15px;
    }
    .section-content {
        text-align: center;
    }
    .custom-flex-responsive .logo-div img {
        max-width: 300px;
    }
    .custom-flex-responsive > div.div-content {
        max-width: 678px;
        margin: 0 auto 15px;
    }
    .arrow-div {
        transform: rotate(90deg);
        margin-bottom: 25px !important;
        max-width: 80px;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 467px) {
    .section-content {
        overflow-y: auto;
        max-height: 398px;
    }    
}