:root {
    --primary: #E31C25;
    --secondary: #343a40;
}

.t-primary {
    color: var(--primary);
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  */
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);  */
}

.hide-field {
    display: none;
}

#loading {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    background-color: #fff;
    z-index: 99999999;
    justify-content: center;
    align-items: center;
}

.schedules_page {
    padding: 80px 10px;
    padding-top: 10rem;
}

.schedules_sec {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 5rem;
}

.schedules_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.sc_rd_Box {
    width: 100%;
    height: 100%;
    font-size: 16px;
    margin-right: -1px;
    vertical-align: top;
}

.sc_rd_Box:nth-child(even) .day:after {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.sc_rd_Box .day {
    background-color: var(--primary);
    color: #ffffff;
    display: block;
    font-weight: 700;
    font-size: 12px;
    -webkit-letter-spacing: 2px;
    -moz-letter-spacing: 2px;
    -ms-letter-spacing: 2px;
    letter-spacing: 2px;
    padding: 16px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    position: relative;
}

.sc_rd_Box ul {
    border: solid #c8c8c8;
    border-width: 0 1px;
    margin: 0 !important;
}

.sc_rd_Box ul li {
    list-style: none;
    background-image: none !important;
    background-color: #000000;
    padding: 10px !important;
    color: var(--color, #f0f0f0);
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sc_rd_Box ul li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sc_rd_Box .time {
    text-transform: uppercase;
    font-size: 15px;
    color: #6a6a6a;
    display: block;
    clear: both;
    line-height: normal;
}

.sc_rd_item:hover {
    background: #fff;
}

.sc_rd_item:hover a {
    color: #000 !important;
}

div.wpforms-container-full {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0 !important;
}

.wpforms-submit.btn-danger {
    background-color: #E31C25 !important;
    border: 1px solid #E31C25 !important;
    color: #fff !important;
}

.form-control {
    padding: 0;
    cursor: text !important;
}

.form-control label {
    display: none;
}

.form-control input {
    border: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 0.375rem 0.75rem;
    outline: none;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
    cursor: text !important;
}

.nav-bar {
    z-index: 9999 !important;
}

#programFilter {
    background-color: var(--secondary);
}

.class-section .classCard {
    overflow: hidden;
}

.class-section .classCard div {
    display: flex;
    justify-content: center;

}

.class-section .classCard:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    transition: .5s;
    transform: translateY(100%);
    opacity: .3;
}

.class-section .classCard:hover:before {
    background-color: var(--primary);
    transform: translateY(-0%);
}

.class-section .classCard h2 {
    position: absolute;
    top: 45%;
    color: #fff;
    transform: translateY(160px);
    opacity: 0;
    transition: .5s;
    text-decoration: underline;
}

.class-section .classCard:hover h2 {
    opacity: 1;
    transform: translateY(0);
}

#class-all table tr td {
    transition: .5s;
    cursor: pointer;
}

#class-all table tr td:hover a {
    text-decoration: underline;
}

#class-all table tr td a {
    color: var(--secondary);
    text-decoration: none;
}

#class-all table tr td a.active {
    color: #fff;
}

#single-page-content {
    padding: 0 5rem;
    padding-bottom: 2rem;
    text-align: justify;
}

.single-page-container {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-pills .nav-link:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(227, 28, 37);
}


/* Full screen Popup modal style here  */
#ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
    background: transparent;
    z-index: 999999;
    display: flex;
    margin: 0 auto;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
    border-top: 4px solid var(--primary);
}

#popup {
    transition: all .4s ease-in-out;
    width: 80%;
    height: 80%;
    background: var(--secondary);
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#popClose {
    cursor: pointer;
}

#popClose i {
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    right: 3rem;
    top: 3rem;
    color: var(--primary);
    transition: .3s;
}

#popClose:hover i {
    color: #fff;
    transform: rotate(260deg);
}

.mTestimonial_view {
    width: 600px;
    height: 70%;
    padding-right: 2rem;
    overflow-y: auto;
}

.mTestimonial_view .col-12 .reviewTalk {
    opacity: .6;
    padding-left: 4rem;
}

.testmnlImg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.testmnlImg img {
    width: 100%;
    height: 100%;
}

.reInfo .reRating i {
    color: goldenrod;
}

.popup-form-container {
    width: 500px;
    margin-top: 2rem;
}

.popup-form-container form {
    display: none;
}

.popupOpened .popup-form-container form {
    display: block;
}

.wpforms-container {
    width: 100% !important;
    display: flex;
    justify-content: center;
}

.wpforms-container form {
    width: 95%;
}

.wpforms-container form .wpforms-submit-container button {
    width: 100% !important;
}

@media (max-width: 991px) {
    .right-sidebar {
        display: none;
    }
    .two-Layout_container {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .two-Layout_container .right-sidebar .form-containter{
        display: none;
    }
    .two-Layout_container .right-sidebar{
        width: 70%!important;
        margin-top: 2rem;
    }

    .two-Layout_container div:first-child {
        width: 100% !important;
        padding: 0 0 !important;
    }

    .navbar-dark .navbar-toggler {
        right: 0;
    }

    #popup {
        justify-content: center;
    }

    #popClose i {
        right: 1rem;
        top: 1rem;
    }

    .mTestimonial_view {
        display: none;
    }
}

@media (min-width:300px) AND (max-width: 600px) {

    .two-Layout_container {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .two-Layout_container div:first-child {
        width: 100% !important;
        padding: 0 !important;
    }

    .two-Layout_container div:last-child {
        width: 100% !important;
        padding: 0 !important;
    }

    .right-sidebar .form-containter {
        display: none;
    }

    .class-section {
        margin: 0;
    }

    #single-page-content {
        padding-bottom: 2rem;
    }
}

#menu-social-icon-bar {
    list-style: none;
    padding: 0;
}

#menu-social-icon-bar li {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu-social-icon-bar li a {
    width: 40px;
    height: 40px;
}

#menu-social-icon-bar li a i {
    margin: 0 !important;
}

#menu-social-icon-bar li a span {
    display: none;
}

/* offers page style start here  */

.offerOnline {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: .6rem solid var(--primary);
}

.offerIntro {
    background: radial-gradient(at bottom center, #00000066 10%, #080F1E00 80%);
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 1rem 1.5rem;
}

.offerIntro .introImg {
    padding-bottom: .2rem;
    border-bottom: .3rem solid var(--primary);
    width: 400px;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.offerIntro .introImg img {
    width: 90%;
}

.offerIntro h1 {
    color: #202B43;
    font-family: var(--proxiThin-font);
    font-size: 73px;
    font-weight: 900;
    -webkit-letter-spacing: 0px;
    -moz-letter-spacing: 0px;
    -ms-letter-spacing: 0px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-shadow: 8px 8px 4px rgb(32 43 67 / 20%);
}

.offerIntro .introPtext {
    margin-top: -1rem;
    font-style: italic;
    color: #000000;
    font-family: var(--proxiThin-font);
    font-size: 40px;
    font-weight: 400;
    text-align: center;
}

.offer-step {
    margin-top: 3rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.offer-step span {
    font-size: 24px;
    line-height: 20px;
    -webkit-letter-spacing: 2px;
    -moz-letter-spacing: 2px;
    -ms-letter-spacing: 2px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: .5rem;
    border-left: 1.2rem solid var(--primary);
}

.offer-step h2 {
    margin-top: .3rem;
    color: #202B43;
    font-size: calc(18px + (36 - 18) * ((100vw - 300px) / (2000 - 300)));
    line-height: normal;
    font-weight: 900;
    -webkit-letter-spacing: -.8px;
    -moz-letter-spacing: -.8px;
    -ms-letter-spacing: -.8px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.offerList {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 3rem 0;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #202B43;
    justify-content: center;
}

.offerList .offerBox {
    width: calc(100% / 4.5);
    height: 310px;
    position: relative;
    margin: 0 1rem;
    overflow: hidden;
    cursor: pointer;
}

.offerList .offerBox:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 20%, transparent 80%);
    z-index: 1;
    position: absolute;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.offerList .offerBox:hover::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 30%, transparent 70%);
}

.offerList .offerBox:hover img {
    transform: scale(1.2) rotate(-9deg);
}

.offerList .offerBox img {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.offerList .offerBox h1 {
    position: absolute;
    z-index: 1;
    bottom: 1rem;
    color: #fff;
    width: 100%;
    text-align: center;
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
    font-size: 20px;
}

.offerList .offerBox:hover h1 {
    bottom: 3rem;
}

.offerDetails .offer-step h2 {
    font-size: 45px;
    text-align: center;
}

.offerDetails {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 3rem;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#offerToggle {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: hidden;
    display: none;
}

.offerDetails .classTitle {
    font-family: var(--proxiThin-font);
    font-size: 70px;
    line-height: 100%;
    max-width: 900px;
    text-align: center;
    margin-top: 0.5rem;
    color: #202B43;
    text-transform: uppercase;

    margin-top: 0.3rem;
    font-weight: 600;
    -webkit-letter-spacing: 1px;
    -moz-letter-spacing: 1px;
    -ms-letter-spacing: 1px;
    letter-spacing: 1px;
}

.dividFor {
    font-size: 25px;
    font-weight: 400;
    margin-top: .5rem;
    text-transform: uppercase;
}

.free-highlight {
    margin-top: .5rem;
    font-size: 170px;
    font-weight: 900;
    color: var(--primary);
    line-height: 100%;
    text-shadow: 8px 8px 2px rgb(32 43 67 / 20%);
}

.offerDesc {
    padding: 20px 0 0 0;
    text-align: left;
    max-width: 550px;
    margin: 0 auto;
}

.offerDesc li {
    padding: 4px 0 4px 35px;
    position: relative;
    text-align: left;
    list-style: none;
}

.offerDesc li:before {
    content: '';
    background-color: #202b43;
    display: block;
    height: 3px;
    width: 10px;
    border-radius: 3px;
    transform: rotate(45deg);
    position: absolute;
    top: 18px;
    left: 1px;
}

.offerDesc li:after {
    content: '';
    background-color: #202b43;
    display: block;
    height: 3px;
    width: 18px;
    border-radius: 3px;
    transform: rotate(-45deg);
    position: absolute;
    top: 17px;
    left: 6px;
}

.claimOffer h4 {
    margin-top: 0.8rem;
    font-size: 24px;
    font-weight: 400;
}

.claimForm {
    margin-top: .5rem;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 2rem 0;
    background: #202b43;
}

.claimForm form {
    padding: 0.5rem;
}

.claimForm form .field-holder {
    width: 100%;
    margin: 1rem 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.claimForm form .field-holder input {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    height: 40px;
    border-radius: 3px;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: var(--proxiThin-font);
}

.claimForm form .field-holder:first-child input {
    width: 49%;
}

.bt-blue {
    width: 100%;
    display: block;
    border-radius: 30px;
    outline: none;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #0072ff !important;
    color: #fff !important;
    max-width: 340px;
    font-size: 16px;
    margin: 0 auto;
    height: 60px;
    cursor: pointer;
}

.bt-blue:hover {
    background-color: #66cd00 !important;
}

button .loading {
    animation: formLoading 1.5s ease-in-out infinite;
}

@keyframes formLoading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loading {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    background-color: #fff;
    z-index: 99999999;
    justify-content: center;
    align-items: center;
}

/* #loading-image {
	position: absolute;
	top: 100px;
	left: 240px;
	z-index: 100;
  } */

.offerFooter {
    margin-top: 2rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgb(8, 15, 30);
    color: #fff;
    font-size: 11px;
    -webkit-letter-spacing: 2px;
    -moz-letter-spacing: 2px;
    -ms-letter-spacing: 2px;
    letter-spacing: 2px;
    padding: 40px;
    text-align: center;
    text-transform: uppercase;
}

.offerFooter p {
    margin-top: .8rem;
}

.offerFooter p a {
    color: #fff !important;
    font-size: 11px;
    opacity: .7 !important;
    padding-bottom: 2px;
    border-bottom: 1px solid #fff;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.offerFooter p a:hover {
    opacity: 1 !important;
}

.offerFooter img {
    color: rgba(255, 255, 255, 0.50);
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.offerFooter .menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.offerFooter .menu li {
    list-style: none;
    margin: 0 0.5rem;
}

.offerFooter .menu li a {
    color: #fff;
    opacity: 0.5;
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
}

.offerFooter .menu li a:hover {
    opacity: 1;
}

@media only screen and (max-width: 1300px) {
    .offerList .offerBox {
        width: calc(100% / 4);
    }
}

@media only screen and (max-width: 1150px) {
    .offerList .offerBox {
        width: calc(100% / 3);
    }
}
@media only screen and (max-width: 1000px) {
    .offerIntro h1 {
        font-size: 30px;
        -webkit-letter-spacing: 0px;
        -moz-letter-spacing: 0px;
        -ms-letter-spacing: 0px;
        letter-spacing: 0px;
    }

    .offerIntro .introPtext {
        margin-top: 0rem;
        font-size: 22px;
        font-weight: 400;
    }

    .offer-step h2 {
        margin-top: 0.3rem;
        font-size: 95%;
        font-weight: 800;
    }

    .offerDetails .offer-step h2 {
        font-size: 95%;
    }

    .offerDetails .classTitle {
        font-size: 20px;
        line-height: 100%;
        max-width: 900px;
        margin-top: 0.3rem;
        font-weight: 600;
        -webkit-letter-spacing: 1px;
        -moz-letter-spacing: 1px;
        -ms-letter-spacing: 1px;
        letter-spacing: 1px;
    }

    .dividFor {
        font-size: 19px;
        font-weight: 400;
        margin-top: 0.5rem;
    }

    .free-highlight {
        margin-top: 0.5rem;
        font-size: 100px;
        font-weight: 900;
        line-height: 100%;
    }

    .offerDesc {
        width: 90%;
    }

    .offer-step span {
        font-size: 24px;
        line-height: 20px;
        -webkit-letter-spacing: 2px;
        -moz-letter-spacing: 2px;
        -ms-letter-spacing: 2px;
        letter-spacing: 2px;
    }

    .offer-step h2 {
        margin-top: 0.3rem;
        font-size: 95%;
        font-weight: 800;
    }

}
@media only screen and (max-width: 860px) {
    .offerList .offerBox {
        height: 230px;
    }
}

@media only screen and (max-width: 600px) {
    .offerList .offerBox {
        height: 200px;
    }
}

@media only screen and (max-width: 560px) {
    .offerList {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .offerList .offerBox {
        width: 95%;
        height: 350px;
        margin: 1rem 1rem;
    }
}

@media only screen and (max-width: 455px) {

    .offerIntro h1 {
        font-size: 22px;
    }

    .offerIntro .introPtext {
        font-size: 18px;
    }

    .offer-step h2 {
        font-size: 90%;
    }

    .offerDetails .offer-step h2 {
        font-size: 90%;
    }

    .offerDetails .classTitle {
        font-size: 16px;
    }

    .claimOffer h4 {
        font-size: 20px;
    }

}