body {
    background-color: #fff;
    color: #161829;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin: 0;
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

ul {
    padding: 0;
    list-style: none;
}

.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #102a3f;
    text-transform: uppercase;
    border-radius: 0;
    padding: 20px 10px 21px;
    width: 100%;
    line-height: 1;
}

.btn-round-fill {
    font-size: 12px;
    background: #339b2b;
    border-radius: 50px;
    padding: 8px 8px;
    color: #fff;
    border: 2px solid transparent;
}

.btn-round-fill:hover {
    border: 2px solid #151729
}

.btn-round-outline {
    font-size: 12px;
    border-radius: 50px;
    padding: 8px 10px;
    border: 2px solid #151729;
}

.btn.btn-round-outline:hover {
    border: 2px solid #151729;
}

.mb-0 {
    margin-bottom: 0;
}

.align-center {
    text-align: center;
}

.green {
    color: #339b2b;
    text-decoration: none;
}

.green:active {
    color: #339b2b;
    text-decoration: none;
}

/*====== Header CSS =======*/
.navbar {
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #fff;
    padding: 0;
}

.navbar>.container-fluid {
    justify-content: flex-end;
}

.navbar-brand {
    position: absolute;
    z-index: 1;
    max-width: 85px;
    top: 0px;
    left: 15px;
}

.navbar-brand img {
    width: 100%;
}

.navbar-toggler {
    border: 0;
    padding: 0px 5px 0px 10px;
    box-shadow: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url('../assets/images/toggle-icon.svg');
}

.navbar-toggler-icon.toggle-close {
    background-image: url('../assets/images/toggle-close-icon.svg');
    display: none;
}

.sticky-nav-active .navbar-toggler-icon {
    background-image: url('../assets/images/toggle-icon-sticknavbar.svg');
}

.sticky-nav-active .navbar-toggler-icon.toggle-close {
    background-image: url('../assets/images/toggle-close-icon-sticknavbar.svg');
    display: none;
}

.action-btn {
    width: 60%;
}

.action-btn .btn-login {
    font-size: 14px;
    color: #339b2b;
    padding: 16px 5px;
}

.sticky-nav-active {
    background: #339b2b;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.sticky-nav-active .navbar-nav .nav-link {
    color: #fff;
}

.sticky-nav-active .navbar-nav .nav-link:hover,
.sticky-nav-active .action-btn .btn-login:hover {
    color: #161829;
}

.sticky-nav-active .action-btn .btn-login {
    color: #fff;
}

.sticky-nav-active .action-btn .btn-sign-up:hover {
    background: #fff;
    color: #161829;
}

.navbar-brand {
    transition: 1s ease;
}

.sticky-nav-active .navbar-brand {
    max-width: 60px !important;
    top: 0px !important;
    transition: 1s ease;
}

.action-btn .btn-login:hover {
    color: #161829;
}

.action-btn .btn-login:active {
    border: none;
}

.action-btn .btn-sign-up {
    font-size: 14px;
    background: #161829;
    color: #fff;
    padding: 16px 5px;
    width: 65%;
}

.action-btn .btn-sign-up:hover {
    background: #339b2b;
    color: #fff;
}

.action-btn .btn .icon {
    margin: 0px;
    margin-right: 5px;
}

.navbar-collapse {
    padding-top: 25px;
    border-top: 1px solid #c6cadd;
    margin-left: -15px;
    margin-right: -15px;

}

.sticky-nav-active .navbar-collapse {
    border-top: 1px solid #fff;
}

.navbar-collapse .navbar-nav {
    padding: 0px 15px;
}

.navbar-collapse .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #161829;
    text-transform: uppercase;
    padding-left: 8px;
}

.navbar-collapse .nav-link:hover {
    color: #339b2b;
}

.navbar-collapse .nav-item {
    border-bottom: 1px solid #c6cadd;
}

.sticky-nav-active .navbar-collapse .nav-item {
    border-bottom: 1px solid #fff;
}

.navbar-collapse .nav-item:last-child {
    border-bottom: 0;
}

.site-header {
    position: relative;
    background-image: url('../assets/images/header-banner.png');
    height: 100vh !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 110px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-header::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.18);
    position: absolute;
    content: "";
}

.banner-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.banner-heading {
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.btn-default {
    background-color: #fff;
    margin-bottom: 15px;
    border: none;
    position: relative;
}

.btn-outline {
    border: 2px solid #fff;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    padding: 19px 10px 18px;
}

.btn-default:hover,
.btn.btn-default:active {
    background-color: #339b2b;
    border: none;
    color: #fff;
}

.btn-default:hover .icon {
    color: #fff;
}

.btn-outline:hover,
.btn.btn-outline:active {
    background-color: #fff;
    border: 2px solid #fff;
    color: #102a3f;
}

.btn-default .icon {
    color: #0a7501;
}

.btn-outline:hover .icon {
    color: #0a7501;
}

.btn-special:hover,
.btn.btn-special:active {
    background-color: #fff;
    border: 2px solid #fff;
    color: #102a3f;
}

.btn-special:hover .icon {
    color: #0a7501;
}

.btn .icon {
    margin-left: 10px;
}

.banner-video {
    position: relative;
}

.banner-video .video-img {
    width: 100%;
}

.banner-video .video-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 90px;
    margin: auto;
    cursor: pointer;
    transform: translateY(-50%);
}

.banner-video .video-icon img {
    width: 100%;
}

.video-popup .modal-content {
    padding: 30px 20px;
}

.video-popup .modal-header .btn-close {
    margin-right: -18px;
    position: relative;
    top: -10px;
    padding: 0;
}

.header-bottom-img {
    position: absolute;
    bottom: -20px;
}

.header-bottom-img img {
    width: 100%;
    height: 20px;
}

.header-bottom-ball-img {
    position: absolute;
    bottom: -75px;
    width: 100%;
    margin: auto;
    text-align: center;
}

/*====== Section CSS =======*/
.sec-heading-wrap {
    margin: 0px auto 30px;
}

.section-heading {
    text-transform: uppercase;
    text-align: center;
}

.year-section {
    text-align: center;
    padding-bottom: 80px;
}

.year-section .btn-group {
    display: block;
}

.year-section .btn-group .years {
    display: inline-block;
    width: 47%;
    margin: 0px 2px 10px;
    background-color: #f1f3f7;
    color: #8c92a4;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 6px;
    text-decoration: none;
}

.year-section .btn-group .years:hover,
.year-section .btn-group .years.active {
    background-color: #339b2b;
    color: #fff;
}

.about-us {
    text-align: center;
    padding: 70px 0px 70px;
    border-top: 1px solid #c6cadd;
}

.about-us .img-info-block {
    outline: 2px solid #339b2b;
    /*  padding-bottom: 40px; */
    height: 100%;
}

.about-us .img-info-block .img-info-inside {}

.about-us .img-container {
    position: relative;
}

.about-us .img-holder {
    height: 190px;
    overflow: hidden;
}

.about-us .img-holder .image {
    width: 100%;
}

.about-us .icon-holder {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -35px;
}

.about-us .content-block {
    padding: 50px 15px 20px;
}

.about-us .content-block h5 {
    text-transform: uppercase;
    color: #339b2b;
    text-align: center;
}

.about-us .content-block ul {
    padding: 10px 0px 0px;
}

.about-us .content-block ul li {
    position: relative;
    padding-left: 20px;
    color: #000000;
    margin-bottom: 15px;
    list-style: none;
    text-align: left;
    word-break: break-word;
}

.about-us .content-block ul li span {
    position: absolute;
    left: 0;
    top: -1px;
}

.btn-dark {
    background-color: #339b2b;
    color: #fff;
    border: none;
    padding: 18px 10px 18px;
}

.tab-content {
    background: #f2f2f8;
    padding: 15px 15px 50px;
}

.tab-list li {
    list-style: none;
    width: 100%;
    display: inline-flex;
}

.tab-list li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #161829;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 10px;
    display: block;
    width: 100%;
}

.tab-list li.active a,
.tab-list li:hover a {
    background: #339b2b;
    color: #fff;
}

.tab-content .img-wrapper {
    background-image: url('../assets/images/tab-content-img01.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
    margin-bottom: 35px;
}

.tab-content .heading {
    margin-bottom: 8px;
}

.tab-content .sub-heading {
    color: #339b2b;
    margin-bottom: 10px;
}

.tab-content ul li {
    position: relative;
    list-style: none;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.tab-content ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    color: #339b2b;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-weight: 900;
}

.tab-content .btn-dark {
    max-width: 200px;
}

.location {
    padding: 50px 0px 0px;
}

.location .map {
    margin-top: 30px;
}

.program-schedule {
    background: #f1f3f7;
    padding: 50px 0px;
}

.dropdown-accordion {
    margin-bottom: 25px;
}

.dropdown-accordion-head {
    position: relative;
    font-size: 16px;
    background: #339b2b;
    padding: 12px 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.dropdown-accordion-wrap:last-child .dropdown-accordion-head {
    border-bottom: 0;
}

.drdp-accordion-icon {
    position: absolute;
    right: 15px;
    top: 17px;
    font-size: 14px;
}

.dropdown-accordion-body {
    padding: 20px;
    background: #fff;
}

.btn-reset {
    font-size: 16px;
    color: #fff;
    border: 0;
    background-color: #FF0000;
    padding: 12px 20px;
    text-align: left;
    display: block;
    width: 100%;
    box-shadow: none;
    outline: 0;
}

.form-check {
    margin-bottom: 3px;
}

.form-check-input[type=radio] {
    width: 20px;
    height: 20px;
    margin-top: 1px;
    margin-right: 5px;
}

.form-check-input:checked[type=radio] {
    background-color: #bdbdc2;
    border-color: #bdbdc2;
}

.form-check-input:focus {
    box-shadow: none;
}

.btn-primary {
    background: #1d1f3b;
    border: 0;
    color: #fff;
    font-size: 14px;
    margin-bottom: 35px;
}

.program-schedule .schedule {
    background: #fff;
    border: 1px solid #d2d5e4;
    border-bottom: 0;
    padding: 25px 15px 30px;
}

.program-schedule .col-12:nth-last-child(3) .schedule {
    border: 1px solid #d2d5e4;
}

.registration-info {
    width: 70%;
    float: left;
}

.registration-content {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.registration-content .icon {
    font-size: 18px;
    font-weight: bold;
    color: #339b2b;
}

.registration-content .text {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.registration-price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 30px;
    color: #339b2b;
    text-align: right;
    width: 30%;
    float: left;
}

.registration-price p {
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #161829;
}

.schedule .button-group {
    clear: both;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    gap: 10px;
    margin-top: 25px;
}

.modal {
    background-color: rgb(29 31 59 / 48%);
}

.modal-content {
    padding: 5px 15px 30px 5px;
}

.modal-header {
    border: 0;
    padding-top: 0;
}

.btn-close {
    background-color: transparent;
    opacity: 1;
    padding: 5px 0px 0px;
    font-size: 24px;
}

.modal-bold-font {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
}

.pagination-wrapper {
    text-align: center;
    margin-top: 25px;
}

.entry-status {
    color: #acafbd;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.pagination ul {
    margin: 0;
}

.pagination ul li {
    display: inline-block;
    padding: 5px 2px;
}

.pagination ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #acafbd;
    text-decoration: none;
    padding: 8px 8px;
}

.prev-arrow {
    color: #acafbd;
}

.next-arrow {
    color: #acafbd;
}

.pagination ul li button {
    width: 36px;
    height: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #acafbd;
    text-decoration: none;
    padding: 8px 8px;
    border-radius: 50%;
    border: none;
    background-color: #f1f3f7;
    text-align: center;
}

.pagination ul li button.active,
.pagination ul li button.page-no:hover {
    background: #339b2b;
    color: #fff;
    border-radius: 50px;
}

/* .desktop-block{
    display: none;
} */
.program-info {
    padding: 50px 0px;
}

.program-info .program-info-block {
    outline: 3px solid #339b2b;
    overflow: hidden;
    max-width: 100%;
    margin: 30px auto;
}

.program-info .program-info-block.block-type-yellow {
    outline: 3px solid #efed21;
}

.prog-info-img {
    position: relative;
    max-width: 100%;
    height: 300px;
    overflow: hidden;
}

.bg-col {
    background-image: url('../assets/images/green-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;

}

.block-type-yellow .bg-col {
    background-image: url('../assets/images/yellow-bg.png');
}

.bg-col .img-holder {
    width: 285px;
    height: 250px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 55px;
}

.bg-col .img-holder img {
    width: 100%;
}

.block-type-green .bg-col .img-holder {
    outline: 2px solid #339b2b;
}

.block-type-yellow .bg-col .img-holder {
    outline: 2px solid #efed21;
}

.video-icon-ovarlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    background: rgb(21 23 41 / 55%);
    height: 100%;
}

.video-icon-ovarlay .video-icon img {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    transform: translateY(-50%);
}

.program-info-block .prog-content-block {
    padding: 40px 20px;
}

.program-info-block .prog-content-block .heading {
    text-transform: uppercase;
    color: #339b2b;
    margin-bottom: 13px;
}

.program-info-block .academic-logo {
    margin-bottom: 10px;
}

.program-info-block .prog-content-block h6 {
    color: #339b2b;
    text-transform: uppercase;
}

.program-info-block.block-type-yellow .prog-content-block h6 {
    color: #efed21;
}

.program-info .image-info-box {
    margin-bottom: 30px;
}

.overlay-img {
    position: relative;
    height: 345px;
    overflow: hidden;
}

.overlay-img img {
    width: 100%;
    height: 100%;
}

.overlay-img .overlay {
    background: rgb(255 255 255 / 90%);
    height: 100%;
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    padding: 40px 25px 35px;
    display: flex;
    flex-direction: column;
}

.overlay-img .overlay .heading {
    text-transform: uppercase;
    color: #339b2b;
    margin-bottom: 20px;
}

.btn-wrapper {
    display: flex;
    align-items: flex-end;
    flex: 1 0 0;
}

.btn-read-more {
    color: #161829;
    border-color: #161829;
    text-align: left;
    width: auto;
    padding: 12px 15px;
    margin: 0;
    letter-spacing: 0;
}

.btn-read-more .icon {
    color: #339b2b;
    margin: 0;
}

.btn-read-more:hover,
.overlay-img .overlay .btn-read-more:active {
    background: #339b2b;
    color: #fff;
    border-color: #339b2b;
}

.btn-read-more:hover .icon {
    color: #fff;
}

/*====== Checkout Page CSS =======*/
.no-sticky {
    position: relative;
}

.page-cover {
    position: relative;
    background-image: url('../assets/images/page-cover.png');
    height: 190px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 55px;
}

.page-title {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.page-section-heading {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.checkout-container {
    padding: 100px 0px 80px;
}

.checkout-form-wrapper {
    background-color: #f1f3f7;
    width: 100%;
    padding: 30px 15px 55px;
    max-width: 750px;
    margin: auto;
}

.form-step {
    color: #339b2b;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.form-label {
    font-size: 14px;
    font-weight: 600;
    color: #161829;
    margin-bottom: 5px;
}

.form-select {
    border: 1px solid #d2d5e4;
    border-radius: 0;
    background-image: url('../assets/images/arrow-down-green.svg');
    background-size: 12px 12px;
    padding: 15px 17px;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.form-control {
    border: 1px solid #d2d5e4;
    padding: 15px 17px;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 0;
}

.form-control:focus,
.form-select:focus {
    border-color: #d2d5e4;
    box-shadow: none;
}

.form-control::placeholder {
    color: #c0c3d4;
    opacity: 1;
}

.form-input-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.form-select-input {
    gap: 10px;
}

.form-input-icon {
    position: relative;
}

.form-input-icon .icon {
    position: absolute;
    right: 18px;
    top: 20px;
    color: #c0c3d4;
}

.checkout-form .mb-3 {
    margin-bottom: 24px !important;
}

hr {
    margin: 35px 0px 30px;
}

.num-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}

.number-list {
    padding-left: 18px;
    margin-bottom: 40px;
}

.number-list li {
    font-size: 14px;
    line-height: 28px;
}

.btn-pay {
    font-size: 14px;
    background: #339b2b;
    color: #fff;
    max-width: 100%;
    padding: 13px 10px;
    position: relative;
}

.btn-pay:hover {
    background: #424649;
    color: #fff;
}

.btn-pay:disabled,
.btn-pay[disabled] {
    background: #424649;
    color: #fff;
}

/*====== Footer CSS =======*/
.site-footer-top {
    background-color: #161829;
    padding: 40px 0px;
}

.footer-heading-font {
    color: #339b2b;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.site-content {
    color: #fff;
    word-break: break-word;
    letter-spacing: unset;
}

.footer-content-blk {
    border-bottom: 1px solid #4f5165;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.contact-info {
    margin-bottom: 25px;
    display: flex;
}

.contact-info .icon-container {
    margin-right: 15px;
}

.contact-info .content a {
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
}

.footer-nav {
    padding: 0;
}

.footer-nav li {
    list-style: none;
    line-height: 24px;
}

.footer-nav li a {
    text-decoration: none;
    color: #fff;
}

.footer-nav li a:hover {
    color: #339b2b;
}

.site-footer-bottom {
    text-align: center;
    padding: 27px 0px;
}

.copyright-text {
    font-size: 14px;
    color: #545672;
}

.email-subscribe {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
}

.email-subscribe label {
    color: #fff;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 600;
    margin-bottom: 10px;
}

.email-subscribe input {
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    border: black;
    margin-bottom: 10px;
}

.email-subscribe button {
    padding: 8px;
    color: #fff;
    background: #339b2b;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 6px;
    border: none;
    font-size: 13px;
}

.site-footer-top .cust-container {
    max-width: 1140 !important;
}

.email-subscribe .notification2 {
    display: block;
    color: #fff;
    padding: 10px;
    background: #339b2b;
    border-radius: 4px;
    cursor: pointer;
}

/*  */

.location .section-heading {
    margin-bottom: 30px;
}

.reviews-section {
    width: 100%;
    display: block;
    padding: 50px 0px;
}

select option:hover {
    background-color: red;
}

.review-top-header {
    width: 100%;
    max-width: 550px;
    margin: 40px auto 10px;
    display: flex;
    align-items: center;
}

.review-top-header .g-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    padding: 5px;
}

.review-top-header .g-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.review-top-header .rating {
    font-size: 48px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
    margin-right: 15px;
}

.rating-right .site_name {
    font-size: 24px;
    font-weight: normal;
}

.rating-right .review-text {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0px;
}

.reviews-section ul {
    display: flex;
    align-items: center;
}

.reviews-section ul li {
    margin-right: 5px;
}

.reviews-section ul li a {
    width: 16px;
    height: 16px;
    display: block;
}

.reviews-section ul li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    vertical-align: top;
}

.slider-items {
    width: 100%;
    max-width: 290px;
    margin: 30px auto;
    padding: 32px 24px;
    box-shadow: rgba(0, 0, 0, 0.18) 2px 6px 30px 0px;
}

.slider-items .user-img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    border-radius: 50%;
    margin: 0px auto 24px;
}

.slider-items .user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.slider-items ul {
    justify-content: center;
    margin-bottom: 24px;
}

.slider-items .read-text {
    text-align: center;
    margin-bottom: 20px;
}

.slider-items .read-text a {
    display: inline-block;
    text-decoration: none !important;
    color: #161829;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.slider-items .read-text a:hover {
    text-decoration: underline !important;
}

.s-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.s-bottom .g-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 15px;
    padding: 5px;
}

.s-bottom .g-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.s-bottom .g-text {
    font-size: 14px;
    color: #161829;
    margin-bottom: 0px !important;
}

.s-bottom .g-text span {
    font-weight: bold;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    left: 50%;
    display: flex;
    justify-content: space-between;
}

.owl-nav button span {
    font-size: 50px;
}

.owl-dots {
    text-align: center;
}

.owl-dot {
    background-color: rgb(0, 0, 0) !important;
    width: 12px;
    height: 12px;
    box-shadow: rgba(0, 0, 0, 0.18) 1px 2px 15px 0px;
    opacity: 0.6;
    margin: 0px 5px;
    border-radius: 50%;
}

.owl-dot.active {
    opacity: 1;
}

.form-select-group .form-select {
    font-size: 16px;
    color: #fff;
    background-color: #339b2b;
    border-color: #fff;
    padding: 17px 10px 17px 15px;
    background-image: url('../assets/images/arrow-down-white.svg');
    background-size: 14px 10px;
}

/* faq */

.faq-page {
    width: 100%;
    display: block;
    padding-top: 140px;
    padding-bottom: 50px;
}

.faq_heading {
    text-align: center;
    margin-bottom: 40px;
}

.accordion-body p:first-child {
    margin-bottom: 0px !important;
}

.faq-ans {
    display: flex;
}

.faq-ans span {
    display: inline-block;
    line-height: 1.7;
    margin-right: 6px;
}

.faq-ans .ans {
    flex: 1;
    width: 100%;
}

.faq-ans .ans p {
    color: #161829;
}

.faq-ans .ans p:last-child {
    margin-bottom: 0px !important;
}

.accordion-button {
    box-shadow: none !important;
    font-size: 18px;
    font-weight: 800;
    color: #161829;
}

.accordion-button:not(.collapsed) {
    background: #339b2b;
    color: #fff;
}

.accordion-item {
    border: 1px solid #d2d5e4;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../assets/images/down-arrow.png');
    background-size: 17px;
    background-position: center;
}






/*====== Media Query CSS =======*/


.modal-dialog {
    max-width: 750px !important;
}

.modal-dialog .year-section .btn-group .years {
    width: 18%;
}

.yearmodel .modal-header .btn-close {
    box-shadow: none;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-top: 0px;
}

.yearmodel .modal-header {
    padding: 0px !important;
}


.video-popup .modal-header .btn-close i {
    display: none !important;
}

.video-popup .modal-dialog {
    max-width: 880px !important;
}

.video-popup .modal-dialog iframe {
    height: 471px !important;
}


/* old */

@media screen and (min-width: 500px) {
    .prog-info-img {
        height: 400px;
    }

    .bg-col {
        height: 400px;
    }

    .bg-col .img-holder {
        width: 355px;
        height: 275px;
        top: 120px;
    }
}

/*====== Media Query CSS =======*/


@media (min-width: 1680px) {

    .video-popup .modal-dialog {
        max-width: 1020px !important;
    }

    .video-popup .modal-dialog iframe {
        height: 550px !important;
    }

}


@media screen and (min-width: 768px) {
    .site-header {
        /* height: 630px; */
        padding-top: 155px;
        height: auto !important;
    }

    .header-bottom-img {
        width: 100%;
    }

    .action-btn {
        width: 35%;
    }

    .equal-height {
        display: flex;
    }

    .year-section .btn-group .years {
        width: 35%;
    }

    .about-us .img-holder {
        height: 140px;
    }

    .about-us .icon-holder {
        max-width: 65px;
    }

    .about-us .icon-holder img {
        width: 100%;
    }

    .about-us .content-block {
        padding: 40px 15px 20px;
    }

    .about-us .btn-dark {
        max-width: 300px;
    }

    .tab-content .equal-height {
        display: block;
    }

    /* .tab-list li{
        width: 135px;
    } */
    .registration-info {
        width: 45%;
    }

    .registration-price {
        width: 50%;
    }

    .schedule .button-group {
        width: 60%;
    }

    .program-info .program-info-block {
        max-width: 100%;
        height: 434px;
    }

    .prog-info-img {
        max-width: 100%;
        height: 400px;
    }

    .bg-col {
        background: #339b2b;
        transform: skewX(70deg);
        width: 1214px;
        margin-top: -65px;
        margin-left: 120px;
        height: 500px;
    }

    .bg-col .img-holder {
        width: 460px;
        height: 315px;
        transform: skewX(-70deg);
        left: -8%;
        right: unset;
        margin: 0;
        top: 130px;
    }

    .block-type-yellow .bg-col {
        background: #efed21;
    }

    .overlay-img .overlay .heading {
        font-size: 22px;
    }

    .overlay-img {
        height: 425px;
    }

    .program-info-block .prog-content-block {
        padding: 54px 74px 54px 0px;
    }

    /*====== Checkout Page CSS =======*/
    .page-cover {
        padding-top: 75px;
    }

    .checkout-form-wrapper {
        padding: 30px 30px 55px;
    }

    .form-input-wrapper {
        flex-direction: row;
        gap: 20px;
    }

    .form-input-wrapper .mb-0 {
        margin-bottom: 0 !important;
    }

    .form-input {
        width: 50%;
    }

    .form-input-name {
        width: 65%;
    }

    .form-input-contact {
        width: 35%;
    }

    .form-input-wrapper .form-select {
        width: 50%;
    }

    .form-sm-input {
        width: 28%;
    }

    .btn-pay {
        max-width: 155px;
    }

    /*====== Footer CSS =======*/
    .site-footer-top {
        padding: 40px 0px 15px;
    }

    .footer-content-blk {
        border-bottom: none;
    }

    .footer-nav {
        padding: 10px 0px 0px;
    }

    .footer-content-blk:first-child,
    .footer-nav:first-child {
        position: relative;
    }

    .footer-content-blk.brd-01::after,
    .footer-content-blk.brd-02::after,
    .footer-nav.brd-03::after {
        height: 160px;
        display: block;
        width: 1px;
        background: #4f5165;
        border-right: 1px white;
        content: '';
        position: absolute;
        right: -5px;
        top: 0;
    }

    .footer-nav.brd-03::after {
        right: -10px;
    }

    .contact-info:first-child {
        padding-top: 35px;
    }

    .contact-info .content a {
        font-size: 14px;
    }
}

/*====== Media Query CSS =======*/
@media screen and (min-width: 1200px) {
    h1 {
        font-size: 58px;
    }

    h2 {
        font-size: 36px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 22px;
    }

    p {
        font-size: 16px;
    }

    .pr-0 {
        padding-right: 0;
    }

    .pl-0 {
        padding-left: 0;
    }

    /*====== Header CSS =======*/
    .site-header {
        height: 750px;
        padding-top: 70px;
    }

    .navbar>.container-fluid {
        max-width: 960px;
    }

    .navbar-brand {
        position: absolute;
        z-index: 1;
        max-width: 85px;
        top: 0px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .navbar-brand:focus,
    .navbar-brand:hover {
        color: transparent;
    }

    .navbar-collapse {
        padding-top: 0;
        border-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-collapse .navbar-nav {
        padding: 0px;
    }

    .sticky-nav-active .navbar-collapse {
        border-top: 0;
    }

    .sticky-nav-active .navbar-collapse .nav-item {
        border-bottom: 0;
    }

    .navbar-collapse .nav-item {
        border: 0;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 16px;
        padding: 8px 20px 8px 0px;
    }

    .lastlocation-navbar-icon {
        margin-left: 120px;
    }

    .desk-action-btn {
        display: flex !important;
        width: 35%;
    }

    .action-btn .btn {
        font-size: 16px;
    }

    .action-btn .btn-sign-up {
        padding: 16px 10px;
        width: 100%;
        margin-left: auto;
        box-shadow: none !important;
        border: none !important;
    }

    /* .site-header{
        height: 690px;
        padding-top: 200px;
        margin-bottom: 125px;
    } */
    .banner-text {
        font-size: 18px;
    }

    .banner-heading {
        margin-bottom: 30px;
    }

    /*====== Section CSS =======*/
    .sec-heading-wrap {
        max-width: 750px;
        margin: auto;
    }

    .section-heading {
        text-align: center;
    }

    .year-section .section-heading {
        margin-bottom: 30px;
    }

    .year-section p {
        font-size: 18px;
    }

    .year-section .btn-group .years {
        width: 9%;
    }

    .about-us {
        padding: 70px 0px 0px 0px;
    }

    .about-us .sec-heading-wrap {
        margin: 0px auto 50px;
    }

    .about-us .img-holder {
        height: 190px;
    }

    /* .about-us .img-info-block{
        padding-bottom: 60px;
    } */
    .about-us .icon-holder {
        max-width: 90px;
    }

    .about-us .content-block {
        padding: 50px 15px 20px;
    }

    .about-us .content-block ul {
        padding: 10px 5px 0px;
    }

    .about-us .btn-dark {
        max-width: 200px;
    }

    .tab-content {
        padding: 30px 30px 50px;
    }

    .tab-content .equal-height {
        display: flex;
    }

    .tab-list li {
        width: 100%;
    }

    .tab-list li a {
        position: relative;
        font-size: 24px;
        padding: 30px 20px;
        height: 108px;
        line-height: 1.2;
        display: flex;
        align-content: center;
        align-items: center;
        width: 100%;

    }

    .tab-list li.active a::after,
    .tab-list li:hover a::after {
        content: "";
        position: absolute;
        top: 33px;
        right: 0px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid #f2f2f8;
        display: block;
        width: 0;
    }

    .tab-content .img-wrapper {
        /* height: 100%; */
        width: 100%;
    }

    .tab-content .heading {
        font-size: 28px;
    }

    .tab-content .sub-heading {
        font-size: 18px;
    }

    .tab-content .btn-dark {
        margin-top: 10px;
    }

    .mobile-block {
        display: none;
    }

    .desktop-block {
        display: block;
    }

    .form-select-group {
        display: flex;
        max-width: 945px;
        margin: 0 auto 20px;
    }

    .form-select {
        border-radius: 0;
    }

    .form-select-group .form-select {
        font-size: 16px;
        color: #fff;
        background-color: #339b2b;
        border-color: #fff;
        padding: 17px 34px 17px 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        background-image: url('../assets/images/arrow-down-white.svg');
        background-size: 14px 10px;
    }

    .form-select:focus {
        box-shadow: none;
    }

    .btn-reset {
        border: 1px solid #fff;
        padding: 17px 10px 17px 15px;
        text-align: center;
    }

    .registration-table {
        border: 1px solid #d2d5e4;
        background: #fff;
        text-align: center;
    }

    .registration-table thead {
        border-bottom: 1px solid #339b2b;
    }

    .registration-table th {
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: 14px;
        text-transform: uppercase;
        padding: 20px 8px;
    }

    .registration-table tbody td {
        font-size: 16px;
        padding: 35px 20px;
        width: 21.66%;
    }

    .registration-table tbody td:last-child {
        padding: 35px 20px 35px 0px;
        vertical-align: middle;
    }

    .registration-table tbody td strike {
        color: #b1b2bc;
    }

    .pagination-wrapper.desk-pagination {
        text-align: center;
        margin-top: 25px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .pagination-wrapper .pagination {
        margin-top: 0;
    }

    .prog-info-img {
        height: 100%;
        float: left;
        width: 50%;
    }

    .block-type-yellow .prog-info-img {
        float: right;
    }

    .bg-col {
        transform: skewY(300deg);
        width: 855px;
        margin-top: -312px;
        margin-left: -250px;
        height: 768px;
    }

    .bg-col .img-holder {
        width: 64%;
        height: 372px;
        left: 32%;
        top: 65%;
        transform: skewY(-300deg);
    }

    .block-type-yellow .bg-col .img-holder {
        width: 58%;
        height: 341px;
        left: 50px;
        top: 63%;
        transform: skewY(-53deg);
    }

    .program-info-block .prog-content-block {
        width: 50%;
        float: right;
    }

    .block-type-yellow .prog-content-block {
        width: 50%;
        float: left;
        padding: 95px 20px 95px 45px;
    }

    .block-type-yellow .bg-col {
        transform: skewY(53deg);
        width: 655px;
        margin-top: -250px;
        margin-left: -35px;
        height: 635px;
    }

    .overlay-img .overlay .heading {
        font-size: 28px;
    }

    /*====== Footer CSS =======*/
    .site-footer-top .cust-container {
        max-width: 1005px;
    }

    .footer-content-blk.brd-01::after {
        right: -10px;
    }

    .footer-content-blk.brd-02::after {
        right: 0px;
    }

    .footer-nav.brd-03::after {
        right: 0px;
    }

    .contact-info .content a {
        font-size: 16px;
    }

    /*====== Checkout Page CSS =======*/
    .page-cover {
        height: 250px;
        padding-top: 130px;
    }

    .page-section-heading {
        font-size: 36px;
    }

    .checkout-container {
        padding: 130px 0px 100px;
    }

    .checkout-form-wrapper {
        padding: 40px 35px;
    }

    .form-control {
        padding: 15px 22px;
        font-size: 16px;
    }

    .form-select {
        padding: 15px 22px;
        font-size: 16px;
    }

    hr {
        margin: 45px 0px 35px;
    }

    .number-list li {
        font-size: 16px;
    }


    .navbar>.container-fluid {
        /* max-width: 1140px; */
        max-width: 1320px;
    }

    /*====== Header CSS =======*/
    .desk-action-btn {
        width: 25%;
    }

    .video-popup .modal-dialog {
        max-width: 650px;
    }

    /*====== Section CSS =======*/
    .year-section .btn-group .years {
        width: 9.22%;
    }

    .program-info-block .prog-content-block {
        width: 50%;
        height: 100%;
    }

    .bg-col {
        transform: skewY(307deg);
        width: 842px;
        margin-top: -264px;
        margin-left: -226px;
        height: 700px;
    }

    .bg-col .img-holder {
        top: 56%;
        transform: skewY(-307deg);
    }

    .block-type-yellow .prog-content-block {
        width: 50%;
    }

    .bg-col,
    .block-type-yellow .bg-col {
        height: 802px;
    }

    .block-type-yellow .bg-col {
        width: 990px;
    }

    .overlay-img {
        height: 345px;
    }

    /*====== Footer CSS =======*/
    .footer-content-blk.brd-01::after {
        right: -10px;
    }

    .footer-content-blk.brd-02::after {
        right: 0px;
    }

}

/*====== Media Query CSS =======*/
@media screen and (min-width: 1400px) {

    /*====== Header CSS =======*/
    .navbar>.container-fluid {
        max-width: 1320px;
    }
}

.StripeElement {
    box-sizing: border-box;
    line-height: 1.5;
    border: 1px solid #d2d5e4;
    background-color: white;
    box-shadow: 0 2px 6px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 160ms;
    padding: 15px 22px;
}

.payment-section {
    margin-bottom: 45px;
}

.StripeElement--focus {
    box-shadow: 0 2px 4px 0 #cff7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.button--loading .button__text {
    visibility: hidden;
    opacity: 0;
}


.button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

em.err {
    color: #FF0000;
    font-size: 14px;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.location-heading {
    font-size: 14px;
    text-transform: uppercase;
    color: #0a7501;
    font-weight: 800;
    font-family: "Montserrat";
}

.location-url a {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    font-family: "Muli";
    text-decoration: none;
}

.location-address {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    font-family: "Muli";
}

.gm-ui-hover-effect {
    background: none;
    display: block;
    border: 0px;
    margin: 0px;
    padding: 0px;
    text-transform: none;
    appearance: none;
    position: absolute;
    cursor: pointer;
    user-select: none;
    top: 0px !important;
    right: 0px !important;
    width: 30px;
    height: 30px;
}

.info_content {
    margin: 5px;
}


@media (min-width: 1200px) and (max-width: 1600px) {

    .bg-col,
    .block-type-yellow .bg-col {
        height: 775px;
    }

    .bg-col {
        transform: skewY(307deg);
        width: 770px;
    }

    .block-type-yellow .bg-col {
        width: 900px;
    }

    .block-type-yellow .prog-content-block {
        padding: 70px 20px 70px 45px;
    }

    .program-info {
        padding: 30px 0px;
    }

    .review-top-header .rating {
        font-size: 42px;
        margin-right: 20px;
    }

    h2 {
        font-size: 30px;
    }

    .tab-list li a {
        font-size: 20px;
        padding: 20px 20px;
        height: 100px;
    }

    .reviews-section {
        padding: 40px 0px;
    }

    .rating-right .site_name {
        font-size: 20px;
    }

    .review-top-header {
        max-width: 460px;
        margin: 22px auto 10px;
    }

    .rating-right .review-text {
        font-size: 20px;
    }

    .reviews-section ul {
        margin-bottom: 10px;
    }

    .banner-video .video-icon {
        max-width: 70px;
    }



}

.registration-table th:nth-child(6),
.registration-table td:nth-child(6) {
    display: none;
}

.regispan {
    display: inline-block;
}

.form-select-group .form-select.active_select {
    background-color: #000;
}

@media (max-width: 1199px) {



    .action-btn {
        justify-content: flex-end;
    }

    .registration-table th:nth-child(2),
    .registration-table td:nth-child(2) {
        display: none;
    }

    .registration-table th:nth-child(3),
    .registration-table td:nth-child(3) {
        display: none;
    }

    .registration-table th:nth-child(4),
    .registration-table td:nth-child(4) {
        display: none;
    }

    .registration-table th:nth-child(5),
    .registration-table td:nth-child(5) {
        display: none;
    }

    .registration-table th:nth-child(6),
    .registration-table td:nth-child(6) {
        display: table-cell;
        text-align: center;
    }

    .registration-table tbody td:last-child {
        padding: 15px !important;
    }

    .location_icon {
        width: 20px;
        height: 20px;
        object-fit: contain;
        object-position: center;
    }

    /*    .registration-table { width: 1200px; } */

    .sticky-nav-active .navbar-collapse {
        box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.58);
    }

    .registration-table tbody td:last-child {
        padding: 35px 20px 35px 0px;
        vertical-align: middle;
    }

    .owl-nav {
        width: 105%;
    }

    .banner-video .video-icon {
        max-width: 70px;
    }

    .tab-content {
        padding: 15px 15px 30px;
    }

    .program-schedule {
        padding: 35px 0px;
    }

    h2 {
        font-size: 26px;
    }

    .reviews-section {
        padding: 35px 0px;
    }

    .reviews-section {
        padding: 40px 0px;
    }

    .rating-right .site_name {
        font-size: 20px;
    }

    .review-top-header {
        max-width: 440px;
        margin: 20px auto 0px;
    }

    .rating-right .review-text {
        font-size: 20px;
    }

    .reviews-section ul {
        margin-bottom: 10px;
    }

    .review-top-header .rating {
        font-size: 36px;
    }

    .review-top-header .g-img {
        width: 35px;
        height: 35px;
    }

    .slider-items .read-text {
        margin-bottom: 12px;
    }

    .slider-items {
        max-width: 280px;
        padding: 25px 20px;
    }

    .program-info {
        padding: 30px 0px;
    }

    .location #map {
        height: 470px !important;
    }

    .program-info .program-info-block {
        height: auto !important;
        display: flex;
    }

    .program-info-block .prog-content-block {
        padding: 18px 25px;
        width: 50%;
    }

    .bg-col .img-holder {
        left: 0%;
        top: 0;
        position: relative;
        transform: unset;
    }

    .bg-col {
        height: auto;
        transform: unset;
        margin-left: 0px !important;
        width: 50%;
        margin-top: 0;
        padding: 10px;
    }

    .prog-info-img {
        height: auto;
    }

    .program-info .program-info-block:last-child {
        margin-bottom: 0px;
    }

    .video-icon-ovarlay .video-icon img {
        width: 60px;
    }

    .dropdown-accordion-body {
        display: flex;
        flex-flow: wrap;
    }

    .form-check {
        margin-bottom: 10px;
        width: 20%;
    }

    #form-registration .form-select-group {
        display: flex;
        flex-wrap: wrap;
    }

    .form-select-group .form-select {
        width: 50%;
    }

    .btn-reset {
        margin-left: auto;
        width: auto;
        text-align: center;
    }

    .faq-page {
        padding-top: 90px;
    }

    .accordion-button {
        font-size: 16px;
    }

    .faq_heading {
        margin-bottom: 25px;
    }





}

@media (max-width: 991px) {

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

    .site-header {
        height: auto !important;
        padding-bottom: 50px;
    }

    .tab-list {
        display: flex;
        margin-bottom: 0px;
        white-space: nowrap;
        overflow-x: scroll;
    }

    .tab-list li {
        align-items: center;
        text-align: center;
    }

    .tab-list li a {
        height: 100%;
    }

    .location {
        padding: 30px 0px 0px;
    }

    .reviews-section {
        padding: 30px 0px;
    }

    .site-footer-bottom {
        padding: 18px 0px;
    }

    .footer-content-blk {
        margin-bottom: 10px;
    }

    .footer-content-blk.brd-01::after {
        display: none !important;
    }

    .contact-info {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    .contact-info:first-child {
        padding-top: 17px;
    }

    .footer-content-blk.brd-02::after,
    .footer-nav.brd-03::after {
        height: 113px;
    }

    .program-info .program-info-block {
        display: block;
    }

    .program-info-block .prog-content-block {
        width: 100%;
    }

    .bg-col {
        width: 100%;
    }

    .bg-col .img-holder {
        height: 370px;
        width: 100%;
        margin: 0px auto;
    }


    .video-popup .modal-dialog {
        max-width: 96% !important;
        margin: 0px auto !important;
    }

    .video-popup .modal-dialog iframe {
        height: 416px !important;
    }

    .btn-close {
        width: 16px;
        height: 16px;
        box-shadow: none !important;
    }

    .registration-table td p {
        margin-bottom: 0px !important;
    }



}

@media (max-width: 767px) {

    .action-btn {
        width: 48%;
    }

    .banner-video {
        max-width: 500px;
        width: 100%;
        margin: 0px auto;
    }

    .site-footer-top {
        padding: 30px 0px 10px;
    }

    .bg-col .img-holder {
        height: 310px;
    }

    .modal-dialog {
        max-width: 96% !important;
        margin: 0px auto;
    }

    .year-section .btn-group .years {
        font-size: 14px;
        padding: 10px;
    }


    .video-popup .modal-dialog iframe {
        height: 378px !important;
    }

    .programsdesk td {
        font-size: 12px !important;
    }

    .regisnow {
        font-size: 12px;
    }

    .registration-table tbody td:last-child {
        padding: 10px !important;
    }

    .faq_heading {
        font-size: 26px;
    }


}


@media (max-width: 700px) {

    .modal-dialog .year-section .btn-group .years {
        width: 30%;
    }

    h2 {
        font-size: 24px;
    }

    .form-check {
        margin-bottom: 10px;
        width: 25%;
    }

    .video-popup .modal-dialog iframe {
        height: 285px !important;
    }

}

@media (max-width: 600px) {
    .tab-list {
        flex-wrap: wrap;
    }

    .tab-list li {
        width: 50%;
    }


}

@media (max-width: 500px) {
    .review-top-header {
        flex-wrap: wrap;
    }

    .review-top-header {
        justify-content: center;
    }

    .review-top-header .rating {
        font-size: 36px;
    }

    .rating-right .site_name {
        font-size: 18px;
        text-align: center;
    }

    .rating-right .review-text {
        font-size: 18px;
        text-align: center;
    }

    .reviews-section ul {
        justify-content: center;
    }

    .modal-dialog .year-section .btn-group .years {
        width: 47%;
    }

    .tab-list li {
        width: 100%;
    }

    .bg-col .img-holder {
        height: 230px
    }

    .form-check {
        width: 50%;
    }

    .form-select-group .form-select {
        width: 100%;
        padding: 12px 10px 12px 15px;
    }

    .btn-reset {
        padding: 9px 20px;
    }

    .action-btn {
        width: 65%;
    }

    .navbar-brand {
        max-width: 72px;
    }

    .navbar-toggler {
        padding: 0px 0px 0px 10px;
    }

    .btn-outline {
        margin-bottom: 25px;
    }

    .video-popup .modal-dialog iframe {
        height: 202px !important;
    }

    .registration-table tbody td a .location_icon+strong {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        width: 100px;
        display: inline-block;
    }


}


@media (max-width: 400px) {

    .navbar-brand {
        max-width: 60px;
    }

    .action-btn {
        width: 70%;
    }

}

/* Our programs at a glance section */
@media screen and (min-width: 1200px) {
    .programtypes-section .img-holder {
        height: 226px;
    }

    .programtypes-section .content-block {
        padding: 20px 15px 20px;
    }
}

@media screen and (min-width: 768px) {
    .programtypes-section .img-holder {
        height: 240px;
    }
}

/* .programtypes-section .ul-wrapper {
    height: 200px;
 }
 /* .program-type-h5-wrapper {
    height: 60px;
 } */

.enroll-button-wrap {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    margin-left: -27px;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 50px;
    bottom: 20px;
}

.programtypes-section .award-icon {
    margin-top: 7px;
}

.programtypes-section .col-12 {
    position: relative;
}

.programtypes-section .img-info-block {
    padding-bottom: 60px;
}

.enroll-button {
    display: block;
    width: 100%;
    padding: 9px;
    background: #349B2B;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 30px;
}

/* Special styles for House leagues button in home page banner */
.special-container {
    position: relative;
}

.special-container:hover {
    color: white;
}

.banner-special {
    position: absolute;
    top: -10px;
    left: 26px;
    background-color: white;
    padding: 0 6px;
    color: red;
    z-index: 30;
    font-weight: 600;
    animation: bounce 1s infinite;
    border-radius: 3px;
}

@keyframes bounce {

    0%,
    100% {
        transform: scale(97%);
    }

    50% {
        transform: scale(103%);
    }
}

.btn-special {
    border: 2px solid #fff;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    padding: 19px 10px 18px;
    overflow: hidden;
    /* Important for containing the shine effect */
    animation: glow 3s infinite;
}

@keyframes glow {

    0%,
    100% {
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.3),
            0 0 10px rgba(255, 255, 255, 0.2),
            0 0 15px rgba(255, 255, 255, 0.1);
    }

    50% {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.5),
            0 0 20px rgba(255, 255, 255, 0.3),
            0 0 30px rgba(255, 255, 255, 0.2);
    }
}

/* Shine effect */
.btn-special::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: rotate(45deg);
    animation: shine 4s ease-in-out infinite;
    pointer-events: none;
    /* Prevents interference with button clicks */
}

@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(100%) rotate(45deg);
    }
}

@media (max-width: 500px) {
    .btn-special {
        margin-bottom: 25px;
    }
}

/* Basketball Button Styling - Orange version of btn-special */
.btn-basketball {
    border: 2px solid #ff6b35;
    color: #ff6b35;
    background: transparent;
    margin-bottom: 40px;
    position: relative;
    padding: 19px 10px 18px;
    overflow: hidden;
    /* Important for containing the shine effect */
    animation: glow-orange 3s infinite;
}

.btn-basketball:hover,
.btn.btn-basketball:active {
    background-color: transparent;
    border: 2px solid #ff6b35;
    color: #ff6b35;
}

.btn-basketball:hover .icon {
    color: #ff6b35;
}

/* Orange glow animation */
@keyframes glow-orange {
    0% {
        box-shadow: 0 0 5px rgba(255, 107, 53, 0.2),
            0 0 10px rgba(255, 107, 53, 0.2),
            0 0 15px rgba(255, 107, 53, 0.2),
            0 0 20px rgba(255, 107, 53, 0.2);
    }

    50% {
        box-shadow: 0 0 5px rgba(255, 107, 53, 0.5),
            0 0 10px rgba(255, 107, 53, 0.5),
            0 0 15px rgba(255, 107, 53, 0.5),
            0 0 20px rgba(255, 107, 53, 0.5),
            0 0 30px rgba(255, 107, 53, 0.2);
    }
}

/* Orange shine effect */
.btn-basketball::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to right,
            rgba(255, 107, 53, 0) 0%,
            rgba(255, 107, 53, 0.3) 50%,
            rgba(255, 107, 53, 0) 100%);
    transform: translateX(-100%) rotate(45deg);
    animation: shine-orange 4s infinite;
    pointer-events: none;
    /* Prevent interference with button clicks */
}

/* Orange shine animation */
@keyframes shine-orange {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }

    50% {
        transform: translateX(100%) rotate(45deg);
    }

    100% {
        transform: translateX(100%) rotate(45deg);
    }
}

@media (max-width: 500px) {
    .btn-basketball {
        margin-bottom: 25px;
    }
}