/*===========================
  1. fonts
============================*/
@font-face {
    font-family: "myFirstFont";
    src: url("../fonts/DroidKufi-Regular.ttf");
}
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "myFirstFont" !important;
}
@media (min-width: 1200px) {
    .header .header-menu .menu a {
        font-size: 14px;
    }
}
.header .is-menu-opened-hide .ml-20 {
    margin-right: 20px !important;
    margin-left: 0px !important;
}
.langFlag {
    width: 25px;
    height: 25px;
    margin-right: 0px !important;
    margin-left: 10px !important;
}
.langMenu__content {
    left: auto;
    right: 55%;
}
.hero-slider-content h1 {
    font-size: 25px;
}
.about-wrap.style5:before {
    right: auto;
    left: 0;
}
.about-wrap.style5 .about-content .content-title h2 {
    color: #08161b;
    font-size: 20px;
    margin-bottom: 20px;
}
.ml-15 {
    margin-left: 0px !important;
    margin-right: 15px !important;
}
.text-15 {
    font-size: var(--text-13) !important;
}
.about-wrap.style5 .about-content .content-title p {
    color: #08161b;
    font-size: 15px;
    line-height: 30px;
}
.sectionTitle.-md .sectionTitle__title {
    font-size: var(--text-20);
}
.sectionTitle__text {
    font-size: var(--text-15);
}
.hotelsCard__content .text-18 {
    font-size: 17px !important;
}
.hotelsCard__content p i {
    color: #163c8c;
}
.hotelsCard__content p .location {
    position: absolute;
    right: 15px;
    color: #163c8c;
}
.is-menu-opened-hide {
    margin-left: 0px !important;
}
.header .header-logo {
    position: relative;
    margin-right: 0px !important;
    margin-left: 60px;
}
.hotelsCard__content p.text-14 {
    font-size: 12px !important;
}
.ctaCard.-type-1 .ctaCard__content .text-30 {
    font-size: 20px !important;
}
.citiesCard.-type-2 .citiesCard__content .text-18 {
    font-size: 15px !important;
    margin-bottom: 10px;
}
.hotelsCard__content p i {
    color: #163c8c;
}
.hotelsCard__content p .location {
    color: #163c8c;
}
.footer .text-18 {
    font-size: 15px !important;
}
.footer .helperLinks a {
    font-size: 13px;
}
.footer .helperLinks .mb-30 {
    margin-bottom: 16px !important;
}
.footer .appLinks .ml-20 {
    margin-left: 0px !important;
    margin-right: 20px;
}
.bg-blue-2 .text-30 {
    font-size: 20px !important;
}
.clubPg h1.text-30 {
    font-size: 20px !important;
}
.top-header-author .author-name {
    font-size: 20px;
}
.author-content .country {
    font-size: 13px;
    margin-bottom: 10px;
}
.clubPg i.mr-5 {
    margin-right: 0px !important;
    margin-left: 5px !important;
}
.teamWorkPg .text-18 {
    font-size: 15px !important;
    margin-bottom: 5px;
}
.teamWorkPg .text-14 {
    font-size: 12px !important;
}
.sidebar__item .text-30 {
    font-size: 18px !important;
}
.nice-select .option {
    text-align: right;
}
.contactFormInfo .text-22 {
    font-size: 17px !important;
}
.contactFormInfo .form-input label {
    font-size: 14px !important;
}
.contactInfo .text-18 {
    font-size: 15px !important;
}
.accordion.-simple .accordion__icon.mr-20 {
    margin-left: 20px !important;
    margin-right: 0px !important;
}
.offerDetePg .text-30 {
    font-size: 20px !important;
}
.alreadyHaveAccount {
    font-size: 14px;
}
.acceptTerms .ml-10 {
    margin-right: 10px !important;
    margin-left: 0px !important;
}
.acceptTerms .mt-5 {
    margin-top: 2px !important;
}
.seasonDeteailsPg .text-30,
.termsConditionsPg .text-30,
.trainerDetailsPg .text-30 {
    font-size: 20px !important;
}
.modal-header .btn-close {
    left: 10px;
    right: auto;
    position: absolute;
}
.form-input label {
    font-size: 14px !important;
}
.trainerMoreDetailsPg .mr-5 {
    margin-right: 0px !important;
    margin-left: 5px !important;
}
.trainersPg .text-18 {
    font-size: 14px !important;
    margin-bottom: 5px;
}
.trainersPg .text-14 {
    font-size: 12px !important;
}
.bookingForm .ml-10 {
    margin-right: 10px !important;
    margin-left: 0px !important;
}
.modal-title {
    font-size: 15px;
}
@media (min-width: 1200px) {
    .header .header-menu .menu__nav > li.menu-item-has-children > a .icon {
        font-size: 7px;
        padding-right: 5px;
    }
}
.panel {
    display: none;
}
.bookingForm .choosingLabels input[type="radio"] {
    width: auto;
    margin-right: 0px;
    margin-left: 5px;
}

.four-column-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    list-style-type: none;
    padding: 0;
    margin: 15px;
}
.four-column-list li {
    text-align: right;
}
.four-column-list li a,
.four-column-list li a:hover,
.four-column-list li a:active {
    text-decoration: none;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .four-column-list {
        grid-template-columns: repeat(
            2,
            1fr
        ); /* 2 columns on smaller screens */
    }
}

@media screen and (max-width: 480px) {
    .four-column-list {
        grid-template-columns: 1fr; /* 1 column on mobile screens */
    }
}

.faqsBk .mainBk {
    position: relative;
    overflow: hidden;
}
.faqsBk .mainBk img {
    position: absolute;
}
.faqsBk .mainBk:after {
    background-color: #13357b;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 110%;
    opacity: 0.8;
}
.faqsBk .mainContainer {
    z-index: 99999999;
    position: relative;
    padding: 100px 0px;
}
@media screen and (max-width: 768px) {
    .faqsBk .mainBk img {
        width: 100%;
        height: 100%;
    }
}
.appLinks a {
    display: block;
  }
.appLinks a:hover,
.appLinks a:visited {
  color: #fff;
}
.cardImage__wishlist {
    position: absolute;
    top: 20px;
    left: 10px !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
}

.language_currency_mobile_controls {
    padding: 20px 45px;
    justify-content: space-between;
}
@media (min-width: 1200px) {
    .language_currency_mobile_controls{
        display: none;
    }
}
@media (max-width: 767px) {
    .language_currency_mobile_controls {
        flex-direction: column;
    }
}