#intro {
    background: #FBFCFC;
    color: #212529;
}

.intro {
    padding-bottom: 50px;
}

.btn-group.btn-group-toggle .btn {
    border-color: #0d6efd;
    color: #0d6efd;
}

.btn-group.btn-group-toggle .btn.active,
.btn-group.btn-group-toggle .btn:hover {
    background-color: #0d6efd !important;
    color: white !important;
}

.form-label {
    font-weight: 400;
    color: #212529;
}

.btn-group-lg label {
    border-radius: 5px !important;
}

.row>* {
    margin-bottom: 16px;
}

.h4 {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    text-shadow: none;
}

.h6 {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    text-shadow: none;
}

input[type="radio"]:checked label {
    background-color: red;
}

.radioStyle {
    border: 1px solid #0d6efd;
    padding: 12px;
}

.radioDiv {
    margin-bottom: 8px;
}

.radioStyle:hover {
    background-color: #0d6efd !important;
    color: white !important;
}

.cursor-pointer{
    cursor: pointer;
}
@media (min-width: 1200px) {
    #main, #footer {
        margin-left: 0;
    }
}

/* ajax loader  */
.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #07477D;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#loader-main {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background-color: rgba(183, 198, 211, 0.4);
    overflow: hidden;
}

#loader2 {
    border: 4px solid #ffffff;
    border-radius: 50%;
    border-top: 4px solid #003662;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
    bottom: 0;
    animation: spin 2s linear infinite;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: -15px!important;
}
.select2-container--default .select2-selection--single {
    padding: 18px!important;
    border-radius: 11px;
    border: 1px solid #dfe5ef;
}

.select2-selection__arrow {
    top: 6px !important;
}

.select2-container {
    width: 100% !important;
}

.accordion .accordion-item {
    box-shadow: none;
}
.accordion-button {
    font-size: 1rem;
}
.accordion-button:not(.collapsed) {
    color: #2a3547 !important;
}

.accordion-section {
    display: none;
}

@media screen and (width <= 992px) {
    .tab-section {
        display: none;
    }
    .accordion-section {
        display: block;
    }
}

.nav .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #012970;
}

.nav-tabs, .nav-tabs .nav-link {
    border-radius: 0px !important;
}

.nav-tabs .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #0000;
    color: #000;
    border-top: 1px solid #4d4a4a91;
    margin-top: -1px;
    padding-bottom: 7px;
}
.nav-tabs .nav-link {
    background-color: #4d4a4a91;
    color: #fff;
}

.level-tabs .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #F8A600;
}

@media (max-width: 1199px) {
    #main {
        padding: 0px;
    }
}

.date-time-radio-button {
    background-color: #0d6efd;
    color: white;
}

@media (max-width: 1280px) {
    .hero_banner {
        max-width: 443px !important;
    }
}

@media (max-width: 1024px) {
    .hero_banner {
        max-width: 367px !important;
    }
}

@media (max-width: 912px) {
    .hero_banner {
        max-width: 270px !important;
    }
}

@media (max-width: 820px) {
    .hero_banner {
        max-width: 272px !important;
    }
}

@media (max-width: 768px) {
    .hero_banner {
        max-width: 266px !important;
    }

    .partner-info img {
        max-height: 20px !important;
    }
    .partner-info span {
        font-size: 14px !important;
    }
}

@media (max-width: 764px) {
    .hero_banner {
        max-width: 370px !important;
    }
}

@media (max-width: 712px) {
    .hero_banner {
        max-width: 490px !important;
    }
}

@media (max-width: 600px) {
    .hero_banner {
        max-width: 493px !important;
    }
}

@media (max-width: 553px) {
    .hero_banner {
        max-width: 500px !important;
    }
}

@media (max-width: 480px) {
    .hero_banner {
        max-width: 440px !important;
    }
}

@media (max-width: 430px) {
    .hero_banner {
        max-width: 390px !important;
    }
}

@media (max-width: 425px) {
    .hero_banner {
        max-width: 385px !important;
    }
}

@media (max-width: 414px) {
    .hero_banner {
        max-width: 367px !important;
    }
}

@media (max-width: 400px) {
    .hero_banner {
        max-width: 360px !important;
    }
}

@media (max-width: 393px) {
    .hero_banner {
        max-width: 350px !important;
    }
}

@media (max-width: 384px) {
    .hero_banner {
        max-width: 337px !important;
    }
}

@media (max-width: 375px) {
    .hero_banner {
        max-width: 330px !important;
    }
}

@media (min-width: 341px) and (max-width: 374px) {
    .hero_banner {
        max-width: 311px !important;
    }
}

@media (max-width: 340px) {
    .hero_banner {
        max-width: 270px !important;
    }

    .partner-info img {
        max-height: 20px !important;
    }
    .partner-info span {
        font-size: 14px !important;
    }
}

@media (max-width: 296px) {
    .hero_banner {
        max-width: 248px !important;
    }
}

@media (max-width: 291px) {
    .hero_banner {
        max-width: 247px !important;
    }
}

@media (max-width: 240px) {
    .hero_banner {
        max-width: 198px !important;
    }
    .button-group .btn {
        font-size: 10px !important;
    }
    .student-age-select-title {
        font-size: 16px !important;
    }
}

@media (min-width: 375px) {
    .button-group .btn {
        padding: 10px 18px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .button-group .btn {
        padding: 5px 8px;
    }
}

.button-group .btn {
    font-size: 16px;
}

@media (min-width: 1024px) {
    .button-group .btn {
        font-size: 23px;
    }
}

.iti--inline-dropdown {
    width: 100%;
}
.wizard > .content > .body ul {
    list-style: none !important;
    padding-left: 10px;
}

@media (max-width: 768px) {
    .wizard-content .wizard > .steps > ul > li {
        float: none;
    }
    .wizard-content .wizard.wizard-circle .steps ul li a {
        font-size: 10px;
    }
}

.form-errors{
    position: absolute;
    top: 80%;
    color: red!important;
    font-size: 12px;
    left: 15px;
    display: contents;
}

.trail-class-registration .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
    padding: 0px;
}

.row>* {
    margin-bottom: 10px;
}

.text-danger {
    margin-bottom: 0px !important;
}

.btn.bg-warning-subtle:hover {
    background-color: var(--bs-warning) !important;
    color: var(--bs-white) !important;
}
.button-group .btn {
    margin-bottom: 8px;
    margin-right: 0px;
}

.form-control {
    border-radius: 11px;
}
.calendar-day {
    text-align: center;
    width: 100%;
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    color: #212529;
}
.calendar-day.selected {
    background-color: var(--primary-color);
    color: #fff;
}
.calendar-day:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.calendar-day-number {
    font-size: 24px;
    font-weight: bold;
}
.calendar-day-month {
    font-size: 12px;
}
.time-slot {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    color: #212529;
}
.time-slot.selected {
    background-color: var(--primary-color);
    color: #fff;
}
.time-slot:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.time-slot-label {
    font-size: 16px;
}
.question {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #212529;
}
.options {
    display: flex;
    gap: 20px;
}
.option {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}
.option.active {
    background-color: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
}
.option input {
    position: absolute;
    visibility: hidden;
}
.option .dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    margin-right: 10px;
}
.option.active .dot {
    background-color: #007bff;
}
.option label {
    cursor: pointer;
    color: #212529;
}

@media (max-width: 320px) {
    .option {
        padding: 12px 12px;
        font-size: 14px;
    }
}

@media (min-width: 390px) and (max-width: 768px) {
    .option {
        padding: 10px 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .option {
        padding: 12px 13px;
        font-size: 13px;
    }
}
.select2-container--default .select2-selection--single {
    background-color: #0000;
}

.nav-logo {
    line-height: 1;
}
.nav-logo img {
    max-height: 26px;
    margin-right: 6px;
}
.nav-header {
    transition: all 0.5s;
    z-index: 997;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}

a.nav-link {
    font-size: 20px;
}

.navbar-nav .dropdown-menu .dropdown-item {
    border-radius: 8px;
    font-size: 20px;
}
.navbar-toggler {
    border: 0;
}