.fs-96 {
    font-size: 96px;
}
.fs-64 {
    font-size: 64px;
}
.b24-form-header-padding {
    padding: 0 !important;
}
.b24-form-style-classic .b24-form-header,
.b24-form-style-classic .b24-form-content {
    background-color: #fff !important;
}
.b24-form-wrapper,
.b24-form-content {
    border-radius: 2rem !important;
}
.b24-form-field .b24-form-field-layout-section {
    font-size: 26px !important;
    margin-bottom: 2rem !important;
    margin-top: 3rem !important;
}
.b24-form-padding-side {
    padding-top: 0 !important;
}
.b24-form-control-select-label, .b24-form-control:focus+.b24-form-control-label, .b24-form-control-not-empty+.b24-form-control-label {
    top: 3px !important;
    padding: 0 2rem;
}
.b24-form-style-classic .b24-form-control {
    border: 2px solid #8393BB !important;
    border-radius: 100px !important;
    padding: 2rem 2rem !important;
}
.b24-form-style-classic .b24-form-control-label {
    padding: 0 2rem !important;
}
.b24-form-control-list-selector-item-title span {
    color: #023083 !important;
}
.b24-form-field-agreement-link {
    color: #023083 !important;
}
.b24-form-control-container input[type='checkbox'] {
    display: none;
}
.b24-form-content form {
    display: flex;
    flex-direction: column;
}
.b24-form-content form div:nth-child(2) {
    order: 2;
}
.b24-form-dropdown-container {
    margin-top: 0.5rem !important;
    border-radius: 1rem !important;
}
.b24-form-control-list-selector-item-title {
    padding: 0 1.3rem !important;
}
.b24-form-btn {
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
}
.b24-form-btn {
    text-transform: lowercase !important;
}

.b24-form-btn:first-letter {
    text-transform: uppercase !important;
}
.b24-form-control-list .b24-form-control-container:after {
    height: 10px !important;
    width: 10px !important;
    top: 32px !important;
    right: 22px !important;
}
.b24-form-control-list .b24-form-icon-remove {
    right: 60px !important;
    top: 9px !important;
}
.blur-4 {
    background: linear-gradient(0deg, #00D1FF, #00D1FF);
    position: absolute;
    width: 10rem;
    height: 25rem;
    border-radius: 0 100rem 100rem 0;
    top: 5rem;
    left: 0;
    filter: blur(100px);
    opacity: 0.4;
}
.blur-5 {
    background: linear-gradient(0deg, #00D1FF, #00D1FF);
    position: absolute;
    width: 60%;
    height: 30rem;
    border-radius: 100rem;
    top: 20%;
    left: 0;
    filter: blur(100px);
    opacity: 0.4;
}
.blur-6 {
    background: #3648A5;
    position: absolute;
    width: 40%;
    right: 0;
    height: 60%;
    border-radius: 100rem;
    filter: blur(100px);
}
.bg-tour-box {
    bottom: 28rem;
    width: 41%;
}
.bg-tour-box .img-1 {
    filter: brightness(0) saturate(100%) invert(48%) sepia(12%) saturate(3360%) hue-rotate(188deg) brightness(88%) contrast(95%);
}
.bg-tour-box .img-box {
    bottom: 17%;
    width: 70%;
    right: 15%;
}
@media (max-width: 767px) {
    .fs-96 {
        font-size: 70px;
    }
    .fs-64 {
        font-size: 55px;
    }
}
@media (max-width: 500px) {
    .fs-96 {
        font-size: 40px;
    }
    .fs-64 {
        font-size: 30px;
    }
    .b24-form-field .b24-form-field-layout-section {
        font-size: 20px !important;
    }
    .col-lg-6 {
        margin-bottom: 3rem;
    }
}
