.button {
    height: 81px;
    position: relative;
    width: 31%;
}

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

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

.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: -7px;
    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;
}

@media (min-width: 992px) {

    .slider,
    .slide {
        height: 100vh;
    }
}

@media (max-width: 687px) {

    .slider,
    .slide {
        height: 30vh;
    }

    .slide .slide__img img {
        height: 30vh !important;
        object-fit: cover;
    }

    .slide .slide__content--headings .title {
        font-size: 1em !important;
    }

    .slide .slide__content {
        left: 40% !important;
        transform: translate(-32%, -35%) !important;
    }

    .slide .slide__content--headings .button-custom {
        padding: 15px !important;
        font-size: 1rem !important;
    }

    .app-brand-logo.demo {
        width: 110px;
    }

    .about-bg {
        margin: -100px 0 !important;
    }
}

.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: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}

.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: 2.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: 0;
    -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% - 44px);
}

.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(117 19 53 / 63%) 0%, rgb(217 167 39 / 48%) 100%);
    z-index: 2;
}

.btn-custom {
    color: #faa84e;
    background-color: #751335;
    border-color: #751335;
}

.about-bg {
    margin: -170px 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: #751335;
    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%;
}

.all-voters {
    min-height: 407px;
}

.dashboard-title {
    font-size: 1em;
}

.all-voters .numbers {
    line-height: 4.3;
    font-size: 5em !important;
}

/* Floating button for mobile */
.recommendation-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1080;
    background-color: rgb(255 174 0 / 66%);
    color: rgb(0 0 0 / 56%);
    border: none;
    padding: 12px 14px;
    border-radius: 10px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    font-size: 20px;
}

.recommendation-float i {
    font-size: 2em;
}

/* buy-now box for desktop */
.buy-now {
    position: fixed;
    z-index: 1080;
    box-shadow: 0 0px 20px 0px rgb(122 122 122 / 34%);
    inset-block-start: 14rem;
    inset-inline-end: 1.5rem;
    width: 12%;
    padding: 10px;
    background-color: rgb(223 223 227 / 46%);
    border-radius: 5px;
}

.badge {
    white-space: normal;
}

.dropdown-menu.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1050;
    /* Bootstrap default */
}

.navbar,
.navbar-nav,
.navbar-nav-right {
    overflow: visible !important;
}

.all-voters-custom {
    width: 140px;
    height: 140px;
    line-height: 2.6;
    white-space: nowrap;
    text-align: 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: 1.5rem;
    }

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

    .menu-inner {
        justify-content: start;
    }

    .all-voters {
        min-height: auto;
    }

    .dashboard-title {
        font-size: .8em;
    }

    .all-voters .numbers {
        line-height: 1.5;
    }

    .all-voters-custom {
        width: 80px;
        height: 80px;
        line-height: 2;
        white-space: nowrap;
        text-align: center;
    }
}

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

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

.sticky-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

.sticky-btn,
#sticky-error {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

#sticky-error {
    bottom: 70px;
}

@media (max-width: 576px) {

    .sticky-btn,
    #sticky-error {
        padding: 10px 16px;
        font-size: 14px;
        bottom: 15px;
        left: 15px;
    }
    #sticky-error{
         bottom: 55px;
    }
}

.select2-container .select2-selection--multiple{
       border: none !important;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
    border-right: 1px solid #aaa !important;
    border-left: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    padding: 10px 4px !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    padding: 10px 10px 10px 26px !important
}

[dir=rtl] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    left: 0 !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    color: #000000 !important
}

.remove-tag{
    border-right: 1px solid #7d7d7d;
    padding: 0 5px 0 0;
}

 #advaned-search.advanced-search-bar {
          background: #d8d8d8;
          padding: 10px 16px;
          margin-top: 43px
      }

      .advanced-search-inner {
          display: flex;
          align-items: center;
          gap: 12px;
      }

      .adv-pill {
          border: none;
          border-radius: 999px;
          padding: 10px 28px;
          font-weight: 600;
          font-size: 14px;
          line-height: 1.2;
          white-space: nowrap;
      }

      .adv-pill-primary {
          background: #000;
          color: #fff;
      }

      .adv-pill-light {
          background: #fff;
          color: #000;
      }

      .adv-select {
          padding-right: 18px;
          padding-left: 18px;
          appearance: none;
          -moz-appearance: none;
          -webkit-appearance: none;
          background-position: left 14px center;
          background-repeat: no-repeat;
      }

      .adv-dot {
          width: 28px;
          height: 28px;
          border-radius: 50%;
          background: #000;
          border: none;
          display: inline-block;
          cursor: pointer;
          padding: 0;
          position: absolute;
          left: 8px;
          top: 50%;
          transform: translateY(-50%);
          z-index: 2;
      }

      .adv-input-wrap {
          position: relative;
          flex: 1 1 auto;
      }

      .adv-input {
          width: 100%;
          flex: 1 1 auto;
          border: none;
          border-radius: 999px;
          padding: 10px 16px 10px 48px;
          background: #fff;
          min-width: 120px;
      }

      .adv-input:focus {
          outline: none;
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
      }

      .layout-without-menu .layout-page{
        padding-top: 66px !important;
      }