.app-brand-logo img, .app-brand-logo svg{
    width: 85%;
}

.button {
    height: 71px;
    position: relative;
    /* width: 44%; */
}

.button label,
.button input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.button input[type="radio"] {
    opacity: 0;
    z-index: 55;
}

.button input[type="radio"]:checked + label {
    border: 4px solid #9a4830;
}

.button label {
    cursor: pointer;
    z-index: 90;
    display: block !important;
    border: 4px solid transparent;
    background-color: #fff;
}


.unavailable{
    background-color: #d3d3d2 !important;
}

.a-unavailable{
    background-color: rgb(204 204 204 / 70%) !important;
}

.schools, .languages{
    border: 4px solid transparent;
    width: 130px;
    height: 130px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.button.teacher-show{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 110px;
    width: 110px;
}

.button.teacher-show label{
    background-color: transparent;
    box-shadow: none !important;
    border-radius: 50%;
}

.button.teacher-show .name{
    bottom: -111px;
    text-align: center;
    position: relative;
}

.input-group > .intl-tel-input.allow-dropdown {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}

.input-group > .intl-tel-input.allow-dropdown > .flag-container {
    z-index: 4;
}

.iti-flag {
    background-image: url("flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("flags@2x.png");
    }
}

.form-elements{
    display: none
}

#loading-img{
    position: absolute;
    z-index: 55;
    margin: 0 auto;
    right: 0;
    left: 0;
    display: none;
}

.fixed-bottom{
    bottom: 1em;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    position: fixed;

}

.check-school, .check-day, .check-program{
    position: absolute;
    bottom: -7px;
    left: -3px;
    display: none;
    z-index: 559;
}
.check-teacher{
    position: absolute;
    bottom: 6px;
    left: 5px;
    display: none;
    z-index: 559;
}
.check-school img, .check-day img, .check-program img, .check-teacher img{
    width: 20px;
}

.school-times{
    flex-wrap: wrap;
    flex-direction: row;
}

.add-new-subscriber{
    width: 400px
}

@media (min-width: 992px) {
    .slider, .slide {
        height: 100vh;
    }
}

@media (max-width: 687px) {
    .add-new-subscriber{
        width: 100%
    }
    .slider, .slide {
        height: 51vh;
    }
    .slide .slide__img img{
        height: 30vh !important;
        object-fit: cover;
        height: 45vh !important;
    }
    .slide .slide__content--headings .title{
        font-size: 1em !important;
    }
    .slide .slide__content{
        left: 30% !important;
        transform: translate(-20%, -33%) !important;
        top: 50% !important;
        width: 67% !important;
    }
    .slide .slide__content--headings .button-custom{
        padding: 15px !important;
        font-size: 1rem !important;
    }
    .app-brand-logo.demo{
        width: 205px;
    }
    .about-bg{
        margin: -100px 0 !important;
    }

    .app-brand-logo img, .app-brand-logo svg{
        width: 75%;
    }

}

.slide {
    position: relative;
}
.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
@media (min-width: 992px) {
    .slide .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}
.slide .slide__img img {
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
    width: 100%;
}
.slide .slide__content {
    position: absolute;
    top: 50%;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    z-index: 6;
    width: 100%;
}
.slide .slide__content.slide__content__left {
    left: 15%;
    transform: translate(-15%, -50%);
}
.slide .slide__content.slide__content__right {
    right: 15%;
    left: auto;
    transform: translate(5%, -50%);
}
.slide .slide__content--headings {
    color: #FFF;
}
.slide .slide__content--headings h2 {
    font-size: 4.5rem;
    margin: 10px 0;
}
.slide .slide__content--headings .animated {
    transition: all 0.5s ease;
}
.slide .slide__content--headings .top-title {
    /* font-family: "Playball", cursive; */
    font-size: 1.5rem;
}
.slide .slide__content--headings .title {
    font-size: 2rem;
    color: #fff;
}
.slide .slide__content--headings .button-custom {
    text-decoration: none;
    color: #333;
    padding: 1rem 2rem;
    font-size: 1.5rem;
}

.slider [data-animation-in] {
    opacity: 1 !important;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}
.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
    opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}
.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
    opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }
    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}
@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }
    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}
.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}
.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
}

.slick-nav {
    --active: #fff;
    --border: rgba(255, 255, 255, .12);
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 14px);
}
.slick-nav.prev-arrow {
    left: 3%;
    transform: scaleX(-1);
    z-index: 99;
}
.slick-nav.next-arrow {
    left: auto;
    right: 3%;
}
.slick-nav i {
    display: block;
    position: absolute;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
}
.slick-nav i:before, .slick-nav i:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--active);
    margin: -1px 0 0 -5px;
    display: block;
    transform-origin: 9px 50%;
}
.slick-nav i:before {
    transform: rotate(-40deg);
}
.slick-nav i:after {
    transform: rotate(40deg);
}
.slick-nav:before, .slick-nav:after {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid var(--border);
}
.slick-nav svg {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    z-index: 1;
    color: var(--active);
    stroke-width: 2px;
    stroke-dashoffset: 126;
    stroke-dasharray: 126 126 0;
    transform: rotate(0deg);
}
.slick-nav.animate svg {
    -webkit-animation: stroke 1s ease forwards 0.3s;
    animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
    -webkit-animation: arrow 1.6s ease forwards;
    animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
    -webkit-animation: arrowUp 1.6s ease forwards;
    animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
    -webkit-animation: arrowDown 1.6s ease forwards;
    animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }
    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }
    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }
    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }
    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}
@-webkit-keyframes arrow {
    0%, 100% {
        transform: translateX(0);
        opacity: 1;
    }
    23% {
        transform: translateX(17px);
        opacity: 1;
    }
    24%, 80% {
        transform: translateX(-22px);
        opacity: 0;
    }
    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}
@keyframes arrow {
    0%, 100% {
        transform: translateX(0);
        opacity: 1;
    }
    23% {
        transform: translateX(17px);
        opacity: 1;
    }
    24%, 80% {
        transform: translateX(-22px);
        opacity: 0;
    }
    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}
@-webkit-keyframes arrowUp {
    0%, 100% {
        transform: rotate(-40deg) scaleX(1);
    }
    20%, 80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}
@keyframes arrowUp {
    0%, 100% {
        transform: rotate(-40deg) scaleX(1);
    }
    20%, 80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}
@-webkit-keyframes arrowDown {
    0%, 100% {
        transform: rotate(40deg) scaleX(1);
    }
    20%, 80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}
@keyframes arrowDown {
    0%, 100% {
        transform: rotate(40deg) scaleX(1);
    }
    20%, 80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}
.slick-slider{
    border-radius: 0 0 3.5rem 3.5rem;
    overflow: hidden;
}

.btn-slider{
    background-color: rgb(250, 168, 78);
    color: rgb(117, 19, 53);
    border: rgb(250, 168, 78);
}

.overflow-bg{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: rgb(250 168 78 / 41%);
    background: linear-gradient(357deg, rgb(35 46 106 / 61%) 0%, rgb(217 167 39 / 0%) 100%);
    z-index: 2;
}

.btn-custom{
    color: #D6B160;
    background-color: #232E6A;
    border-color: #232E6A;
}

.about-bg{
    margin: -41px 0;
    /* z-index: -1; */
    position: relative;
}

.get-started{
    margin: -40px 0;
    padding: 210px 0 !important;
    background-image: url(/img/get-started-bg.png);
    background-color: #232E6A;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.container-footer{
    z-index: 5
}

#verified-mob{
    position: absolute;
    top: 30px;
    right: 6px;
    width: 25px;
    height: 25px;
    display: none
}

.error{
    display: block;
    /* width: 100%; */
}


#horizontal-example{
    justify-content: center
}

@media only screen and (min-width: 768px) {
    .school-items{
        justify-content: center;
        align-items: center;
    }

}
@media only screen and (max-width: 768px) {
    .swiper-pagination-bullets.swiper-pagination-horizontal{
        bottom: 20px
    }

    .slide .slide__content--headings .top-title{
        font-size: .8rem;
    }

    .slide .slide__content--headings .button-custom{
        padding: 5px !important;
        font-size: 0.9em !important;
    }

    #horizontal-example{
        justify-content: normal
    }

    .overflow-bg{
        height: 45vh;
    }
}

.disable-link {
    color: gray;
    pointer-events: none;
    cursor: not-allowed;
}

.read-1{
    background-color: #eee
}

.schools .school-name{
    display: block;
    height: 89px;
    cursor: pointer;
    overflow: hidden;
}

.schools .show-school-info{
    left: 0;
    right: 0;
    bottom: 5px;
}


#togglePassword{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    z-index: 9999;
}



.popup-container {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease-in-out;
}

.popup-container.show-it {
    opacity: 1;
    visibility: visible;
}

.popup-container.removed,
.nojs .popup-container {
    display: none;
}

.popup-content {
    padding: 40px 30px;
    background-color: white;
    position: relative;
    border-radius: 7px;
}

.popup-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: black;
    color: #707070;
    text-align: center;
    line-height: 29px;
    top: -20px;
    cursor: pointer;
    right: 20px;
    transition: background-color 300ms ease-in-out;
    z-index: 5;
    border-radius: 50%;
    border: 1px solid #707070;
}

.popup-btn:hover {
    background: darkred;
}

.popup-content  .popup-desc{
    text-align: center
}

.popup-content  .popup-desc img{
    width: 80%
}

.mega-dropdown{
    position: relative;
}

.paths{
}
.paths .path{
    height: 50vh;
    background-size: cover;
    background-position: center;
    position: relative;
}
.paths .path h3{
    position: absolute;
    bottom: 20px;
    background-color: rgb(35 46 106 / 79%);
    width: 100%;
    padding: 14px;
    color: #bb9e62;
}

.programs{
}
.programs .program{
    background-color: #f6efe1;
}
.programs .program h3{
}
.programs .program p{
}

.program{
}
.program .odd{
    background-color: #f6efe1;
}
.program .even{
}


.soical-networks{
}
.soical-networks li{
    list-style: none;
    margin: 0 4px;
    display: inline-block;
}
.soical-networks li a{
    padding: 5px;
    background-color: #fff;
    width: 36px;
    display: block;
    height: 36px;
    text-align: center;
    line-height: 1.3;
    border-radius: 50%;
}

.close-popup{
    position: absolute;
    left: -10px;
    top: -10px;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: 0 0 7px 0px #000;
    font-size: 1.3em;
    line-height: 1;
    font-weight: bold;
}

.donate-float{
    position: fixed;
    bottom: 50%;
    left: 0px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
}

.donate-float .donate-float-bg {
    background-color: #313131;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}


.wa-float {
    position: fixed;
    bottom: 80px;
    left: 0px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
}

.wa-float a{
    text-decoration:none;
}

.checkout-float{
    position: fixed;
    bottom: 0px;
    left: -10px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.checkout-float-cart {
    background-color:var(--wrapper-bg-color);
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;


    box-shadow: 0 0 0 0 var(--main-color);
    ;

    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;

}
.checkout-float-cart a, .checkout-float-cart i{
    color: #fff;
}

.checkout-float-cart a:hover{
    text-decoration: none !important;
}


@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}


.add-item-to-cart-waves{
    animation: pulsing 1.25s  cubic-bezier(0.66, 0, 0, 0);
}

.whatsapp-float {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}


#back_to_up {
    display: inline-block;
    background-color: #474747;
    width: auto;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 90px;
    right: 10px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #fff;
    padding: 2px 5px;
    line-height: 2;
    font-size: .8em;
}

#back_to_up:hover {
    cursor: pointer;
    background-color: #333;
}
#back_to_up:active {
    background-color: #555;
}
#back_to_up.show {
    opacity: .8;
    visibility: visible;
}


.recaptcha-error {
    border: 2px solid red;
}

.read2{
    background-color: #f7f7f7
}

.full-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.swiper-wrapper h5{
    font-size: 1em
}
@media (max-width: 687px) {
    .full-video {
        object-fit: cover;
        width: 100%;
        height: 40vh;
    }
	   .swiper-wrapper h5{
        font-size: 70% !important
    }
}


.cropper-container {
    width: 100%;
    max-width: 500px; /* Adjust as needed */
    margin: 0 auto;
    position: relative;
    border: 1px solid #ddd; /* Optional border */
    border-radius: 4px; /* Optional rounded corners */
}

.cropper-container img {
    display: block;
    width: 100%;
    height: auto;
}

.cropper-crop-box {
    border: 2px solid #00bfff; /* Highlight crop box with color */
}

.cropper-view-box {
    border: 2px dashed #00bfff; /* Highlight view box with color */
}

#mainImgPreview, #mainImgDePreview {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd; /* Optional border */
    border-radius: 4px; /* Optional rounded corners */
}

div.dataTables_paginate {
    margin-top: 40px; /* Adjust the margin as needed */
}


.marquee {
    width: 100%;
    overflow: hidden;
    color: #232e6a;
    position: relative;
    font-size: 20px;
    line-height: 2em;
}
.marquee .title {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 1;
    padding: 0 0.5em;
}
.marquee ul {
    visibility: hidden;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
    display: inline;

}

.marquee li {
    padding-left: 1em;
    text-indent: -1em;
    display: inline;
}

.marquee li:before {
    content: " ";
    padding-right: 5px;
    width: 1em;
    display: inline-block;
    width: 100px;
    background-size: 1em;
    position: relative;
    bottom: -0.3em;
    margin-right: 1em;
    opacity: 0.6;
}

.section-index {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.section-index.active {
    opacity: 1;
    transform: translateY(0);
}


.branches{
}
.branches .branch{
    height: 100px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: rgb(35 46 106);
    transition: all 300ms ease;
    line-height: 5;
}
.branches .branch:hover {
    background-color: #bb9e62;
    color: #fff;
}
.branches .branch:hover > a{

}



#cart_result {
    position: fixed;
    bottom: 130px;
    left: 0px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
    display: none
}

#cart_result a{
    text-decoration:none;
}


#cart_result .minicart{
    background-color: #d6b160;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #d6b160;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

#cart_result .minicart .qty{
    position: absolute;
    background: #f00;
    right: 0;
    top: 0;
    border-radius: 50%;
    font-size: .4em;
    width: 20px;
    height: 20px;
    line-height: 1.6;
}

#check{
    top: 4px;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 15px;
}

.counterW {
    margin:0 0 0 60px;
}
.ratingW {
    position:relative;
    margin:10px 0 0;
}
.ratingW li {
    display:inline-block;
    margin:0px;
}
.ratingW li a {
    display:block;
    position:relative; /*margin:0 3px;  width:28px; height:27px;color:#ccc; background:url('../img/ico/icoStarOff.png') no-repeat; background-size:100%;*/
}
/*.ratingW li.on a {background:url('../img/ico/icoStarOn.png') no-repeat; background-size:100%;}*/

.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid transparent;
    border-bottom: .7em  solid #ddd;
    border-left: .3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 18px;
}
.star:before, .star:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: .7em  solid #ddd;
    border-left: 1em solid transparent;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
.star:after {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}


.ratingW li.on .star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid transparent;
    border-bottom: .7em  solid #FC0;
    border-left: .3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 18px;
}
.ratingW li.on .star:before, .ratingW li.on .star:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: .7em  solid #FC0;
    border-left: 1em solid transparent;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
.ratingW li.on .star:after {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-color: #ffffff;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -1px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}

.bottom-menu a {
    flex: 1;
    text-align: center;
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
     font-size: 11px;
    font-weight: bold;
}

.bottom-menu a img {
    width: 30px;
    height: 30px;
    margin-bottom: 4px;
}


.bottom-menu a:hover {
    color: #007BFF;
}

.academic-year {
        background-color: #ff0;
    border-radius: 25px;
    padding: 0 10px;
    font-weight: 800;
}