:root {
    --text-primary: #ffffff;
    --bg-body: #171724;
    --button-bg: #00803E;
    --button-text: #ffffff;
    --button-hover-bg: #026634;
    --text-opacity-color: 255, 255, 255;
    --text-border-color: #00803e;
    --black-bg: #000;
    --dark-visibility: block;
    --light-visibility: none;
}

    :root .light-theme {
        --text-primary: #000;
        --bg-body: #ffffff;
        --button-bg: #00803E;
        --button-text: #ffffff;
        --button-hover-bg: #026634;
        --text-opacity-color: 0, 0, 0;
        --black-bg: #E2DFD4;
        --light-visibility: block;
        --dark-visibility: none;
        --text-border-color: transparent;
    }

/*body a {
    color: rgba(var(--text-opacity-color), 0.7);
}*/

body.modal-open #wrapper header {
    z-index: 0;
}

.main-openmenu {
    background: rgba(0,0,0,.55) !important;
}

    .main-openmenu .container:first-child {
        opacity: 40%;
    }



body .container .subscribe__content h4 {
    color: var(--text-primary);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 32px;
    background-color: red
}

body .container .subscribe__content p {
    color: rgba(var(--text-opacity-color), 0.5);
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    letter-spacing: 0.02em;
    font-weight: 400;
}

body .container .subscribe__form .form-group {
   
    justify-content: space-between;
    border-radius: 2px;
    padding: 10px 12px;
    min-height: 60px;
    margin: 0;
    z-index: 1;
    column-gap: 42px;
    background-color: rgba(0, 0, 0, 0.05);
    justify-content: space-between;
    border: 2px solid transparent;
    padding: 10px 12px;
    min-height: 60px;
}
.col-12 .col-md-12 .form-group .input-group:focus{
    background: white;
}
.col-12 .col-md-12 .form-group .input-group:active{
    background: white;
}
body .container .subscribe__form .form-group:focus{
    background: white;
    border: 2px solid #00803E;
}
body .container .subscribe__form .form-group:hover{
    background: white;
    border: 2px solid #00803E;
}

body .container .subscribe__form .form-group .form-control:active{
    background-color: white;
}
body .container .subscribe__form .form-group:active{
    background-color: white;
}
body .container .subscribe__form .form-group .form-control:focus{
    background-color: white;
}
body .container .subscribe__form .form-group:focus{
    background-color: white;
}
@media (max-width: 992px) {
    body .container .subscribe__form .form-group {
        column-gap: 40px;
    }   
}

body .container .subscribe__form .form-group:hover {
    border-color: #00803E;
}

body .container .subscribe__form .form-group label {
    left: 0;
}

body .container .subscribe__form .form-group .form-control {
    border: none !important;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    flex: 1;
    padding: 0;
    margin: 0;
    z-index: 2;
    background: transparent;
    letter-spacing: 0.01em;
    height: calc(1.5em + 0.75rem + 2px) !important;
    min-height: auto !important;
}

body .container #wrapper footer .navigation-part .footer-accordion .card-body ul li {
    font-size: 12px;
    letter-spacing: .04em;
}

    body .container #wrapper footer .navigation-part .footer-accordion .card-body ul li a {
        font-size: 12px;
        letter-spacing: .04em;
    }

img {
    max-width: 100%;
    height: auto;
}

.line-one-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

header .brand_logo-container .row {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin: 0;
}

header #header {
    padding: 0;
}

    header #header.container {
        padding: 0;
        max-width: 100%;
        margin: 0;
        background: transparent;
        box-shadow: none;
    }

        header #header.container > .row {
            display: block;
            margin: 0;
        }

header .megamenu {
    background: linear-gradient(180deg, var(--bg-body) 0%, rgba(23, 23, 36, 0) 100%);
    position: relative;
    transition: all ease-out .5s;
}

    header .megamenu.fixed-header {
        background: #171724;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }

header .topnav {
    min-height: 72px;
}

    header .topnav .btn_lang {
        background: none;
        border: 2px solid rgba(var(--text-opacity-color), 0.2);
        color: rgba(var(--text-opacity-color), 0.7) !important;
        border-radius: 48px;
        padding: 6px 12px;
        gap: 8px;
        cursor: pointer;
        align-items: center;
        text-transform: capitalize;
    }

        header .topnav .btn_lang:hover {
            background: rgba(var(--text-opacity-color), 0.15);
        }

@media (min-width: 1100px) {
    header .topnav .btn_lang:hover + .row + .lang-tooltip {
        display: block;
    }   
}

header .topnav .btn_lang .selected_lang {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: rgba(var(--text-opacity-color), 0.7);
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    header .topnav .btn_lang .selected_lang {
        color: rgba(0, 0, 0, 0.7);
    }
}

header .topnav .lang-tooltip {
    position: absolute;
    bottom: -48px;
    background: rgba(191, 191, 191, 0.7);
    z-index: 9;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
    padding: 4px 8px;
    right: 12px;
    display: none;
}

.with-tooltip {
    position: relative;
}

    .with-tooltip::after {
        content: none;
        position: absolute;
        top: calc(100% + 24px);
        left: 0;
        background: rgba(191, 191, 191, 0.7);
        z-index: 9;
        border-radius: 4px;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: rgba(0, 0, 0, 0.7);
        padding: 4px 8px;
        width: max-content;
        letter-spacing: 0.04em;
    }

@media (min-width: 110px) {
    .with-tooltip:hover::after {
        content: attr(data-tooltip-content);
    }
}

#wrapper .searchbox_popup .search_results_list .searchbox_heading {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.55);
    padding: 0px 9px;
    margin: 0;
    letter-spacing: 0.04em;
}

#wrapper header .image-promo-link {
    height: 280px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    display: block;
}

@media (max-width: 991px) {
    #wrapper header .image-promo-link {
        height: 244px;
    }
}

#wrapper header .image-promo-link .main-promo-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

#wrapper header .image-promo-link .promo-link {
    display: block;
    height: 100%;
    position: relative;
}

    #wrapper header .image-promo-link .promo-link img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: all .4s;
    }

    #wrapper header .image-promo-link .promo-link:after {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.11%, rgba(0, 0, 0, 0.8) 100%);
        z-index: 1;
        content: '';
    }

#wrapper header .image-promo-link .promo-content {
    display: flex;
    align-items: flex-end;
    column-gap: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    justify-content: space-between;
    padding: 24px;
}

@media (max-width: 991px) {
    #wrapper header .image-promo-link .promo-content {
        padding: 16px;
    }
}

#wrapper header .image-promo-link .promo-content .text-content h3 {
    margin: 0;
}

    #wrapper header .image-promo-link .promo-content .text-content h3 a {
        color: white;
    }

        #wrapper header .image-promo-link .promo-content .text-content h3 a span {
            font-size: 18px;
            line-height: 22px;
            font-weight: 600;
            color: white;
        }

#wrapper header .image-promo-link .promo-content .text-content p {
    margin: 8px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: white;
    letter-spacing: 0.02em;
}

#wrapper header .image-promo-link .promo-arrow {
    height: 40px;
    width: 40px;
    background: url(../images/newheader/subscribe-icon.svg) no-repeat center #00803e;
    border-radius: 50%;
    display: block;
    flex: 0 0 auto;
}

#wrapper header .image-promo-link:hover .promo-link {
    text-decoration: none;
}

#wrapper header .image-promo-link:hover img {
    transform: scale(105%);
}

#wrapper header .top-note {
    background-color: #000000;
    padding: 10px 0;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
}

    #wrapper header .top-note .container {
        max-width: 1248px;
        color: inherit;
    }

@media (min-width: 992px) {
    #wrapper header .top-note .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

#wrapper header .top-note p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: inherit;
    letter-spacing: 0.02em;
    line-height: 20px;
    font-weight: 400;
}

    #wrapper header .top-note p span {
        font-weight: 600;
        font-size: 14px;
    }

    #wrapper header .top-note p a {
        color: inherit;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.02em;
    }

#wrapper header .top-note .view-all {
    color: inherit;
    font-weight: 500;
    position: relative;
    column-gap: 8px;
    font-size: 14px;
    letter-spacing: 0.02em;
}

    #wrapper header .top-note .view-all:after {
        content: none;
        position: absolute;
        right: 0;
        top: 3px;
        width: 8px;
        height: 20px;
        background: url(../images/newheader/view-arrow.svg) no-repeat;
    }

    #wrapper header .top-note .view-all span {
        margin-top: -1px;
    }

@media (max-width: 767px) {
    #wrapper header .top-note .view-all span {
        display: none;
    }
}

@media (max-width: 992px) {
    #wrapper header .top-note .view-all {
        text-decoration: underline;
    }
}

#wrapper header a:focus {
    box-shadow: none !important;
    border: none;
    background-color: white;
}

#wrapper header button:focus {
    outline: 0;
    box-shadow: none !important;
    border-color: inherit;
}

#wrapper .megamenu .search-input input:focus {
    border-color: #00803e;
    outline: 0;
    box-shadow: none !important;
    background: #ffffff;
    border-width: 2px;
}

.megamenu .page-search {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    padding: 16px 0;
    z-index: 2;
    display: none;
}

    .megamenu .page-search .searchbar_gap .search-logo {
        max-width: 144px;
    }

@media (max-width: 767px) {
    .megamenu .page-search {
        z-index: 100;
    }
}

.megamenu .page-search .search-input {
    max-width: 500px;
    width: 100%;
    position: relative;
}

.megamenu .search-input input {
    background: rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 20px;
    padding: 6px 32px 6px 52px;
    border-radius: 40px;
    font-weight: 400;
    letter-spacing: 0.01em;
    border: none;
    width: 100%;
    border: 2px solid transparent;
    outline: 0;
}

    .megamenu .search-input input:hover {
        border-color: #3C68D9;
    }

.megamenu .search-input .search-icon {
    position: absolute;
    left: 19px;
    top: 50%;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
    cursor: pointer;
}

.megamenu .search-input .reset-icon {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
    opacity: 0.3;
}

    .megamenu .search-input .reset-icon:hover {
        opacity: 1;
    }

    .megamenu .search-input .reset-icon.active {
        display: block;
    }

.megamenu .container {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
}

@media (max-width: 1199px) {
    .megamenu .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.close-search {
    background: transparent;
    border: none;
    box-shadow: none;
    outline: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 0;
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .close-search img {
        width: 18px !important;
        height: 18px;
    }
}

.close-search:hover {
    background: rgba(0, 0, 0, 0.1);
}

.navigation-menu .main-list-menu {
    padding-left: 0;
    display: flex;
    list-style: none;
    margin: 0;
}

    .navigation-menu .main-list-menu > li {
        padding-bottom: 16px;
        padding-top: 16px;
    }

    .navigation-menu .main-list-menu .main-link {
        color: rgba(var(--text-opacity-color), 0.7);
        border-radius: 8px;
        display: block;
        padding: 10px 12px;
        text-decoration: none;
        font-size: 14px;
        line-height: 20px;
        border: none;
        font-weight: 400;
        letter-spacing: 0.02em;
    }

@media (max-width: 1129px) {
    .navigation-menu .main-list-menu .main-link {
        padding: 10px 8px;
    }
}

.brand_logo-container {
    display: flex;
    align-items: center;
    column-gap: 25px;
    flex: 0 0 auto;
}

    .brand_logo-container .brand_logo {
        position: relative;
        max-width: 144px;
        margin: 10px 0 10px 10px;
    }

        .brand_logo-container .brand_logo:last-child::after {
            content: none;
        }

        .brand_logo-container .brand_logo a img.light-visible {
            display: var(--light-visibility);
        }

        .brand_logo-container .brand_logo a img.black-visible {
            display: var(--dark-visibility);
        }

.action-container {
    column-gap: 25px;
}

.menu-expansion {
    background-color: #ffffff;
    display: none;
    padding: 40px;
    max-height: 355px;
    overflow-y: auto;
    left: 0;
    position: absolute;
    top: 72px;
    width: 100%;
    z-index: 9;
}

    .menu-expansion .submenu-col {
        flex-direction: column;
        box-sizing: border-box;
        display: flex;
    }

        .menu-expansion .submenu-col .menu-container {
            margin-bottom: 40px;
        }

            .menu-expansion .submenu-col .menu-container .menu-panel-header {
                font-size: 14px;
                line-height: 20px;
                color: #000;
                font-weight: 500;
                text-decoration: none;
                letter-spacing: 0.02em;
            }

                .menu-expansion .submenu-col .menu-container .menu-panel-header a {
                    text-decoration: none;
                    color: #000;
                    font-size: 14px;
                    line-height: 20px;
                    font-weight: 500;
                    letter-spacing: 0.02em;
                }

                    .menu-expansion .submenu-col .menu-container .menu-panel-header a:hover {
                        color: #3C68D9;
                    }

                        .menu-expansion .submenu-col .menu-container .menu-panel-header a:hover:after {
                            background: url(../images/newheader/arrow-hover.svg) no-repeat;
                        }

                    .menu-expansion .submenu-col .menu-container .menu-panel-header a::after {
                        content: "";
                        display: inline-block;
                        height: 13px;
                        width: 7px;
                        position: relative;
                        left: 8px;
                        top: 1px;
                        background: url(../images/newheader/arrow-black.svg) no-repeat;
                    }

            .menu-expansion .submenu-col .menu-container .submenu {
                padding: 0;
                list-style: none;
            }

                .menu-expansion .submenu-col .menu-container .submenu li {
                    margin-top: 12px;
                    line-height: 1;
                }

                    .menu-expansion .submenu-col .menu-container .submenu li a {
                        color: rgba(0, 0, 0, 0.55);
                        font-size: 14px;
                        line-height: 20px;
                        text-decoration: none;
                        border: none;
                        font-weight: 400;
                        letter-spacing: 0.02em;
                    }

                        .menu-expansion .submenu-col .menu-container .submenu li a:hover {
                            color: #3C68D9;
                        }

                        .menu-expansion .submenu-col .menu-container .submenu li a:focus {
                            border: none;
                            box-shadow: none;
                            transition: none;
                        }

                .menu-expansion .submenu-col .menu-container .submenu .external-link a:hover:after {
                    background: url(../images/newheader/external-hover.png) no-repeat;
                }

    .menu-expansion .external-link a:after {
        content: "";
        display: inline-block;
        height: 11px;
        left: 3px;
        position: relative;
        width: 11px;
        background: url(../images/newheader/external.png) no-repeat;
    }

.container {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1248px;
}

.topnav .btn-container {
    column-gap: 16px;
    position: relative;
}

.topnav .menu-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 0px -10px;
    border-radius: 50%;
}

    .topnav .menu-btn:hover {
        background: rgba(var(--text-opacity-color), 0.2);
    }

    .topnav .menu-btn img.light-visible {
        display: var(--light-visibility);
    }

    .topnav .menu-btn img.black-visible {
        display: var(--dark-visibility);
    }

.btn.primary {
    background: var(--button-bg);
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    padding: 8px 16px;
    color: var(--button-text);
    text-decoration: none;
    transition: 0.2s all;
    border: none;
}

    .btn.primary:hover {
        background: var(--button-hover-bg);
        /* color: rgba(255, 255, 255, 0.7); */
        color: #fff;
    }

    .btn.primary span {
        font-weight: 500;
        line-height: 24px;
    }

body[dir="rtl"] header .container, body[dir="rtl"] footer .container {
    max-width: 1248px;
    padding: 0 24px;
}

body[dir="rtl"] #wrapper header .image-promo-link .promo-arrow {
    transform: rotate(-180deg);
}

body[dir="rtl"] .btn.primary {
    background: var(--button-bg);
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    padding: 8px 16px;
    color: var(--button-text);
    text-decoration: none;
    transition: 0.2s all;
    width: max-content;
}

body[dir="rtl"] .megamenu .search-input .reset-icon {
    right: auto;
    left: 17px;
}

body[dir="rtl"] .megamenu .search-input .search-icon {
    transform: translateY(-50%) rotate(90deg);
    right: 19px;
    left: auto;
}

body[dir="rtl"] .megamenu .search-input input {
    padding: 8px 52px 8px 32px;
}

body[dir="rtl"] .view-all span {
    transform: rotate(180deg);
    margin-top: 0;
    display: flex;
    align-items: center;
}

body[dir="rtl"] .back-menu {
    transform: rotate(180deg);
}

body[dir="rtl"] .subnav-link[target="_blank"]:after {
    left: auto;
    right: 4px;
    transform: rotate(-90deg);
}

body[dir="rtl"] .menu-expansion .external-link a:after {
    left: auto;
    right: 3px;
    transform: rotate(-90deg);
}

body[dir="rtl"] .menu-expansion .submenu-col .menu-container .menu-panel-header a::after {
    left: auto;
    right: 8px;
    transform: rotate(-180deg);
}

body[dir="rtl"] .brand_logo-container .brand_logo:after {
    left: -13px;
    right: auto;
}

body[dir="rtl"] .lang_country_menu_list .flag_n_country .lang__selectedlist ul {
    padding-left: 0;
    padding-right: 46px;
}

body #wrapper .search-bar .search-icon-btn {
    background: transparent;
    border: none;
    box-shadow: none;
    outline: 0;
    display: flex;
    align-items: center;
}

    body #wrapper .search-bar .search-icon-btn img.light-visible {
        display: var(--light-visibility);
    }

    body #wrapper .search-bar .search-icon-btn img.black-visible {
        display: var(--dark-visibility);
    }

    body #wrapper .search-bar .search-icon-btn:focus {
        border: none;
    }

body #wrapper .btn_lang:focus {
    outline: none;
    border-color: #3C68D9;
    border-width: 2px;
}

body #wrapper .btn_lang:focus-visible {
    outline: none;
}

body #wrapper .btn_lang img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

body #wrapper .btn_lang + .row {
    display: block;
    margin-right: 0;
}

body #wrapper .flag_n_country img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    object-fit: cover;
}

body.inner-page #body-holder #wrapper #header {
    height: auto !important;
}

body:not(.light-theme).inner-page #body-holder #wrapper #header {
    height: auto;
}

    body:not(.light-theme).inner-page #body-holder #wrapper #header .megamenu {
        background: #171724;
    }

body:not(.light-theme) #wrapper footer .navigation-part .footer-accordion .card-body ul li .subnav-link[target="_blank"]:after {
    background: url(../images/newheader/black-external.svg) no-repeat;
}

.lang_overlay {
    background-color: #ffffff;
    border-radius: 12px;
    width: 375px;
    height: 480px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 70px;
    top: 65px;
    z-index: 9;
}

    .lang_overlay ul li {
        list-style-type: none;
    }

    .lang_overlay .lang_heading {
        margin-left: 0;
        margin-right: 0;
        padding: 30px 24px 22px;
        background-color: #ffffff;
        position: sticky;
        top: 0;
        z-index: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .lang_overlay .lang_heading .lang-title {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            color: rgba(0, 0, 0, 0.7);
            letter-spacing: 0.02em;
        }

    .lang_overlay .country-search-box {
        padding: 0 24px 24px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        .lang_overlay .country-search-box .search-input {
            position: relative;
        }

            .lang_overlay .country-search-box .search-input input {
                font-size: 16px;
                line-height: 24px;
            }

    .lang_overlay .lang_searchbar {
        background-color: rgba(0, 0, 0, 0.05);
        border: none;
        padding: 8px 16px;
        border-radius: 40px;
    }

        .lang_overlay .lang_searchbar input::placeholder {
            color: rgba(0, 0, 0, 0.42);
        }

    .lang_overlay .input_search {
        border: none;
        color: rgba(0, 0, 0, 0.42);
        font-size: 16px;
        font-weight: 400;
        letter-spacing: .01em;
        line-height: 24px;
        background-color: transparent;
        width: 100%;
    }

        .lang_overlay .input_search:focus-visible {
            outline: none;
        }

.lang_country_menu_list {
    padding: 0 12px;
}

    .lang_country_menu_list.seleceted-language {
        padding: 12px 12px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

        .lang_country_menu_list.seleceted-language .country_list {
            background: url(../images/newheader/green-tick.svg) top 12px right 12px no-repeat #fff;
        }

        .lang_country_menu_list.seleceted-language .flag_n_country:hover {
            background: transparent;
        }

        .lang_country_menu_list.seleceted-language .flag_n_country .lang__selectedlist {
            display: block;
        }

    .lang_country_menu_list h6 {
        color: rgba(0, 0, 0, 0.55);
        font-size: 14px;
        letter-spacing: .02em;
        line-height: 20px;
        padding: 0 12px 2px;
        margin-top: 0;
        display: flex;
    }

    .lang_country_menu_list .flag_n_country {
        padding: 12px;
        position: relative;
    }

        .lang_country_menu_list .flag_n_country:hover {
            background: rgba(0, 0, 0, 0.05);
            border-radius: 8px;
        }

        .lang_country_menu_list .flag_n_country h5 {
            color: #000;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: .01em;
            line-height: 24px;
        }

        .lang_country_menu_list .flag_n_country .lang__selectedlist {
            display: none;
        }

            .lang_country_menu_list .flag_n_country .lang__selectedlist ul {
                font-size: 14px;
                letter-spacing: .02em;
                line-height: 16px;
                display: flex;
                padding-left: 46px;
                gap: 16px;
                flex-wrap: wrap;
                font-weight: 400;
            }

                .lang_country_menu_list .flag_n_country .lang__selectedlist ul li {
                    cursor: pointer;
                    color: rgba(0, 0, 0, 0.55);
                    transition: 0.3s all;
                    line-height: 20px;
                    font-weight: 400;
                }

                    .lang_country_menu_list .flag_n_country .lang__selectedlist ul li.selected-item {
                        color: #3C68D9;
                    }

                    .lang_country_menu_list .flag_n_country .lang__selectedlist ul li:hover {
                        color: #3C68D9;
                        text-decoration: underline;
                    }

    .lang_country_menu_list .flag-container {
        display: flex;
        column-gap: 12px;
    }

.lang_icon img {
    cursor: pointer;
}

.searchbox {
    padding: 0 24px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
}

body[dir='rtl'] .lang_country_menu_list.seleceted-language .country_list {
    background: url(../images/newheader/green-tick.svg) top 12px left 12px no-repeat #fff;
}

body[dir='rtl'] button.btn_lang {
    border-radius: 48px;
}

body[dir='rtl'] .top-note .view-all {
    padding-right: 0;
}

    body[dir='rtl'] .top-note .view-all:after {
        left: 0;
        right: auto;
        transform: rotate(-180deg);
        top: -3px;
    }

body[dir='rtl'] .header .topnav .lang-tooltip {
    right: auto;
    left: 12px;
}

.subscribe__form .form-group button {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 24px;
    align-items: center;
    color: #ffffff;
    background-color: var(--button-bg);
    border-color: var(--button-bg);
    border-radius: 2px !important;
}

    .subscribe__form .form-group button:hover {
        background-color: var(--button-hover-bg);
    }

@media (max-width: 600px) {
    .subscribe__form .form-group button {
        background: url(../images/newheader/subscribe-icon.svg) no-repeat center #00803e;
        height: 40px;
        width: 40px;
        font-size: 0;
        border-color: transparent;
        border-radius: 50% !important;
    }
}

.subscribe__form input[type=text]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.55) !important;
}

.subscribe__form input[type=text]:-moz-placeholder {
    color: rgba(0, 0, 0, 0.55) !important;
}

.subscribe__form input[type=text]::-moz-placeholder {
    color: rgba(0, 0, 0, 0.55) !important;
}

.subscribe__form input[type=text]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.55) !important;
}

#footer > .row:nth-child(1) {
    display: block !important;
    margin: 0;
}

    #footer > .row:nth-child(1) > .row:first-child {
        display: block !important;
    }

[dir="rtl"] .footer-text {
    margin-left: 0;
    margin-right: 10px;
    text-align: right;
}

[dir="rtl"] .has-float-label .form-control:placeholder-shown:not(:focus) + * {
    text-align: right;
    left: auto;
    right: 0;
}

[dir="rtl"] .subscribe__form .form-group label {
    text-align: right;
    left: auto;
    right: 0;
}

@media (max-width: 600px) {
    [dir="rtl"] .subscribe__form .form-group button {
        transform: rotate(-180deg);
    }
}

[dir="rtl"] .navigation-part .card-title h4 {
    text-align: right;
}

[dir="rtl"] .navigation-part .card-body ul li {
    text-align: right;
}

[dir="rtl"] #wrapper footer .social-icons {
    text-align: left;
}

[dir="rtl"] #wrapper footer .footer-terms li {
    margin-right: 0;
    margin-left: 15px;
}

[dir="rtl"] #wrapper footer .navigation-part .card .card-header h4:after {
    left: 0;
    right: auto;
}

[dir="rtl"] #wrapper footer .input-error .form-group .input-group-append::after {
    left: 122px;
    right: auto;
}

@media (max-width: 600px) {
    [dir="rtl"] #wrapper footer .input-error .form-group .input-group-append::after {
        left: 56px;
        right: auto;
    }
}

.has-float-label {
    display: block;
    position: relative;
}

    .has-float-label label {
        position: absolute;
        cursor: text;
        font-size: 75%;
        opacity: 1;
        -webkit-transition: all .2s;
        transition: all .2s;
        top: -.5em;
        left: 12px;
        z-index: 3;
        line-height: 1;
        padding: 0 1px;
    }

        .has-float-label label::after {
            content: " ";
            display: block;
            position: absolute;
            height: 2px;
            top: 50%;
            left: -.2em;
            right: -.2em;
            z-index: -1;
        }

    .has-float-label > span {
        position: absolute;
        cursor: text;
        font-size: 75%;
        opacity: 1;
        -webkit-transition: all .2s;
        transition: all .2s;
        top: -.5em;
        left: 12px;
        z-index: 3;
        line-height: 1;
        padding: 0 1px;
    }

        .has-float-label > span::after {
            content: " ";
            display: block;
            position: absolute;
            background: #ffffff;
            height: 2px;
            top: 50%;
            left: -.2em;
            right: -.2em;
            z-index: -1;
        }

    .has-float-label .form-control::-webkit-input-placeholder {
        opacity: 1;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
        opacity: 0;
        left: 0;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus) + * {
        font-size: 16px;
        line-height: 24px;
        opacity: .5;
        top: .3em;
        left: 0;
        z-index: 1;
    }

.input-group .has-float-label {
    display: table-cell;
    flex: 1 1 auto;
}

    .input-group .has-float-label .form-control {
        border-radius: 4px;
        caret-color: #00803E;
    }

    .input-group .has-float-label:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-right: 0;
    }

        .input-group .has-float-label:not(:last-child) .form-control {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
            border-right: 0;
        }

    .input-group .has-float-label:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

        .input-group .has-float-label:not(:first-child) .form-control {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

@media (min-width: 993px) {
    .megamenu .menu-btn {
        display: none;
    }

    .megamenu .close-menu {
        display: none;
    }

    .navigation-menu .main-list-menu .main-link:hover {
        color: var(--text-primary);
        background: rgba(var(--text-opacity-color), 0.1);
    }

    .navigation-menu .main-list-menu .main-link:focus {
        border: none;
        box-shadow: none;
        transition: none;
    }

    .navigation-menu .main-list-menu .main-link.active-link {
        font-weight: 500;
        color: var(--text-primary);
        background: rgba(var(--text-opacity-color), 0.1);
    }

    body[dir="rtl"] .lang_overlay {
        left: 70px;
        right: auto;
    }
}

@media only screen and (max-width: 992px) {
    header .top-note > div {
        column-gap: 8px;
    }

    header .btn-link {
        padding: 0 20px;
    }

    header .navigation-menu {
        pointer-events: none;
        position: fixed;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        max-height: 100vh;
        min-height: 100vh;
        left: 100%;
        top: 0;
        background: #ffffff;
        overflow-y: auto;
        transition: 0.2s all;
        z-index: -1;
    }

        header .navigation-menu .close-menu + .row {
            margin: 0;
            display: block;
        }

            header .navigation-menu .close-menu + .row .mobile-search {
                padding: 4px 20px 0;
            }

        header .navigation-menu.active {
            left: 0;
            z-index: 99;
            pointer-events: auto;
            padding-top: 88px;
            padding-bottom: 30px;
        }

    header .close-menu {
        padding: 18px 18px 20px;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
        background: #ffffff;
    }

        header .close-menu .mobile-logo-container .row {
            display: flex;
            column-gap: 15px;
            margin: 0;
        }

        header .close-menu .mobile-logo-container .mobile-brand-logo {
            max-width: 133px;
        }

    header .mobile-search {
        padding: 20px 20px 10px;
        display: flex;
        justify-content: space-between;
        column-gap: 16px;
        margin-bottom: 12px;
    }

    .navigation-menu .main-list-menu {
        flex-direction: column;
    }

        .navigation-menu .main-list-menu .main-link {
            font-size: 24px;
            line-height: 32px;
            padding: 10px 20px;
            color: #000;
            font-weight: 500;
        }

        .navigation-menu .main-list-menu > li {
            padding-top: 0;
            padding-bottom: 0;
        }

            .navigation-menu .main-list-menu > li.btn-link a {
                margin-top: 80px;
                width: 100%;
                color: #ffffff;
                border-radius: 12px;
                font-size: 18px;
                line-height: 24px;
                padding: 12px 20px;
            }

    .container {
        padding: 0 20px;
    }

    .megamenu .search-input {
        flex: 1 1 auto;
        position: relative;
    }

    .megamenu .lang_overlay {
        z-index: 999;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100%;
        position: fixed;
        right: 0;
        left: 0;
        border-radius: 0;
    }

    .menu-expansion {
        padding: 96px 0 40px;
        min-width: 100%;
        max-width: 100%;
        max-height: 100vh;
        min-height: 100vh;
        overflow-y: auto;
        top: 0;
        left: 0;
        z-index: 999;
        position: fixed;
    }

        .menu-expansion .expandsion-nav {
            padding: 19px 20px 19px;
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
            border-bottom: 1px solid #cbc8c8;
            align-items: center;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: #ffffff;
            z-index: 1;
        }

        .menu-expansion .submenu-col {
            max-width: 100%;
        }

            .menu-expansion .submenu-col .menu-container .menu-panel-header {
                font-weight: 500;
                font-size: 24px;
                line-height: 32px;
            }

                .menu-expansion .submenu-col .menu-container .menu-panel-header a {
                    font-weight: 500;
                    font-size: 24px;
                    line-height: 32px;
                }

            .menu-expansion .submenu-col .menu-container .submenu li {
                margin-top: 16px;
            }

                .menu-expansion .submenu-col .menu-container .submenu li a {
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 24px;
                }

        .menu-expansion .title-text {
            font-size: 14px;
            line-height: 20px;
            color: rgba(0, 0, 0, 0.7);
            font-weight: 400;
            letter-spacing: 0.02em;
        }

    .header__submenus {
        flex-direction: column;
    }

    body[dir="rtl"] header .navigation-menu {
        right: 100%;
        left: auto;
        text-align: right;
    }

        body[dir="rtl"] header .navigation-menu.active {
            right: 0;
            left: auto;
        }
}

@media only screen and (max-width: 767px) {
    header .topnav .btn_lang {
        color: #000000;
        border: 1px solid rgba(0, 0, 0, 0.1);
        display: flex;
        flex: 0 0 auto;
    }

    header .brand_logo-container .brand_logo:after {
        content: none;
    }
}

@media (max-width: 767px) {
    #wrapper footer #footer.container {
        padding: 0;
    }

    #wrapper footer .footer-logo .row:first-child {
        margin: 80px auto;
        justify-content: center;
    }

    #wrapper footer .footer-logo .brand_logo-section {
        margin: 80px auto;
    }

    #wrapper footer .footer-logo .download-app ul {
        justify-content: flex-end;
        margin-top: 0;
    }

    #wrapper footer .bottom-navigation {
        padding: 0;
    }

    #wrapper footer .navigation-part {
        order: 1 !important;
    }

        #wrapper footer .navigation-part .card .card-header {
            padding: 16px 0 !important;
            border-bottom: 1px solid rgba(var(--text-opacity-color), 0.2) !important;
        }

    #wrapper footer .download-app {
        flex-direction: row;
        display: flex;
        align-items: center;
        border-top: 1px solid rgba(var(--text-opacity-color), 0.2);
        padding: 25px 15px;
    }

    #wrapper footer .left-logo-section {
        order: 2 !important;
        width: 100%;
        padding: 0;
    }

    body footer #footer {
        height: auto;
        padding: 0 15px;
    }

    body footer .subscribe__form {
        margin-top: 24px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #wrapper footer .footer-logo .brand_logo-section {
        margin: 80px auto;
    }

    #wrapper footer .footer-logo .download-app ul {
        justify-content: flex-end;
        margin-top: 0;
    }

    #wrapper footer .bottom-navigation {
        padding: 0;
    }

    #wrapper footer .navigation-part {
        order: 1 !important;
    }

        #wrapper footer .navigation-part .card .card-header {
            padding: 16px 0;
            border-bottom: 1px solid rgba(var(--text-opacity-color), 0.2);
        }

    #wrapper footer .download-app {
        flex-direction: row;
        display: flex;
        align-items: center;
        border-top: 1px solid rgba(var(--text-opacity-color), 0.2);
        padding: 25px 0px;
    }

    #wrapper footer .left-logo-section {
        order: 2 !important;
        width: 100%;
        width: 100%;
        border-top: 1px solid rgba(var(--text-opacity-color), 0.2);
        padding: 0;
    }

    body footer #footer {
        height: auto;
        padding: 0 15px;
    }
   
}

@media screen and (max-width: 992px) {
    #wrapper footer .navigation-part .footer-accordion {
        border-top: 1px solid rgba(var(--text-opacity-color), 0.2);
    }

    #wrapper footer .navigation-part .card .card-header {
        padding: 16px 0 !important;
        border-bottom: 1px solid rgba(var(--text-opacity-color), 0.2) !important;
    }

        #wrapper footer .navigation-part .card .card-header h4 {
            position: relative;
        }

            #wrapper footer .navigation-part .card .card-header h4:after {
                content: '';
                display: block;
                width: 12px;
                height: 8px;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                background: url(../images/newheader/footer-arrow.svg) center right no-repeat;
                transition: 0.3s all;
            }

        #wrapper footer .navigation-part .card .card-header:not(.collapsed) h4:after {
            transform: rotate(180deg);
        }

    #wrapper footer .footer-icons li {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

        #wrapper footer .footer-icons li img {
            margin: 0 auto;
        }

        #wrapper footer .footer-icons li p {
            text-align: center;
            font-size: 12px;
            letter-spacing: .04em;
            line-height: 16px;
        }

    #wrapper footer .footer-icons ul {
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    #wrapper footer .footer-text {
        margin-left: 0;
        margin-top: 12px;
    }

    #wrapper footer .footer-terms {
        padding: 32px 0px;
    }

        #wrapper footer .footer-terms p {
            text-align: left;
            margin: 0;
        }

    #wrapper footer .social-icons li img {
        width: auto;
        margin-top: 0;
    }

    #wrapper footer .footer-section {
        padding: 32px 0;
    }
}

@media (max-width: 767px) {
    #wrapper footer .footer-terms ul {
        display: block;
    }

    #wrapper footer .social-icons {
        margin-top: 50px;
        text-align: center;
    }

        #wrapper footer .social-icons li img {
            width: auto;
            margin-top: 0;
        }

    #wrapper footer .icon-center {
        text-align: center;
    }

    #wrapper footer .footer-icons ul {
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    #wrapper footer .footer-icons li p {
        text-align: center;
        font-size: 12px;
        letter-spacing: .04em;
        line-height: 16px;
    }

    #wrapper footer .footer-section {
        padding: 32px 0;
    }
}

.light-theme header .megamenu {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

    .light-theme header .megamenu.fixed-header {
        background: #ffffff;
    }

    .light-theme header .megamenu:not(.fixed-header) {
        background: #ffffff;
    }

.light-theme header .menu-expansion {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 992px) {
    .light-theme #wrapper footer .navigation-part .card .card-header h4:after {
        background: url(../images/newheader/light-footer-arrow.svg) center right no-repeat;
    }
}

.searchbox_popup {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    top: 45px;
    right: 0;
    border-radius: 12px;
    padding: 16px 8px 8px 8px;
    background: #FFFFFF;
    border: 1px solid #0000000D;
    box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.02), 0px 44.81px 26.85px rgba(0, 0, 0, 0.03), 0px 26.52px 15.48px rgba(0, 0, 0, 0.02), 0px 10px 14px rgba(0, 0, 0, 0.03), 0px 0px 6.51852px rgba(0, 0, 0, 0.07), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.01);
    z-index: 20;
    max-height: 420px;
    overflow-y: auto;
}

    .searchbox_popup .search_results_list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

        .searchbox_popup .search_results_list .searchbox_options_list {
            margin: 0 !important;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            width: 100%;
        }

            .searchbox_popup .search_results_list .searchbox_options_list li {
                list-style-type: none;
                padding: 12px 40px 12px 9px;
                width: 100%;
                display: flex;
                flex-direction: row;
                align-items: flex-start;
                position: relative;
            }

                .searchbox_popup .search_results_list .searchbox_options_list li a {
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 20px;
                    color: #000;
                    letter-spacing: 0.02em;
                }

                .searchbox_popup .search_results_list .searchbox_options_list li:hover {
                    background: rgba(60, 104, 217, 0.1);
                    border-radius: 8px;
                    color: #3C68D9;
                    cursor: pointer;
                }

                    .searchbox_popup .search_results_list .searchbox_options_list li:hover a {
                        color: #3C68D9;
                    }

                    .searchbox_popup .search_results_list .searchbox_options_list li:hover:after {
                        content: '';
                        background: url(../images/newheader/search-blue.svg);
                        background-size: 100%;
                        position: absolute;
                        width: 21px;
                        height: 21px;
                        background-repeat: no-repeat;
                        right: 15px;
                        top: 50%;
                        transform: translateY(-50%);
                    }

    .searchbox_popup .search_no_results {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

        .searchbox_popup .search_no_results p {
            margin: 0;
            padding: 5px 8px;
        }

            .searchbox_popup .search_no_results p:first-child {
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                letter-spacing: 0.02em;
            }

            .searchbox_popup .search_no_results p:last-child {
                font-weight: 400;
                font-size: 12px;
                line-height: 16px;
                letter-spacing: 0.04em;
                color: rgba(0, 0, 0, 0.55);
            }

@media (max-width: 767px) {
    .megamenu .page-search {
        position: fixed;
        top: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        max-height: 100vh;
        min-height: 100vh;
    }

        .megamenu .page-search .searchbar_gap {
            column-gap: 20px;
        }

            .megamenu .page-search .searchbar_gap .search-logo {
                display: none;
            }

            .megamenu .page-search .searchbar_gap .searchbox_popup {
                position: fixed;
                width: 100%;
                height: 100vh;
                top: 70px;
                box-shadow: none;
                border-radius: 0;
                height: calc(100vh - 70px);
                max-height: 100%;
            }
}

[dir="rtl"] .searchbox_popup .search_results_list .searchbox_options_list li {
    padding: 12px 9px 12px 40px;
}

    [dir="rtl"] .searchbox_popup .search_results_list .searchbox_options_list li:hover:after {
        right: auto;
        left: 15px;
    }

.features-section {
    background: #ffffff;
    padding: 80px 0 62px 0;
}

    .features-section .feature-space {
        padding-top: 56px;
    }

    .features-section .feature-card {
        border: none;
        margin-bottom: 56px;
        position: relative;
        display: flex;
        flex-direction: column;
    }

        .features-section .feature-card .new-des {
            position: absolute;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0.04em;
            font-weight: 500;
            background: #00803e;
            color: #ffffff;
            border-radius: 4px;
            margin: 12px 12px;
            padding: 4px 8px;
        }

        .features-section .feature-card .feature-card-body {
            padding: 0;
            padding-top: 16px;
        }

            .features-section .feature-card .feature-card-body .feature-card-title {
                font-size: 18px;
                line-height: 24px;
                color: #000;
                font-weight: 500;
                margin-bottom: 0;
            }

            .features-section .feature-card .feature-card-body .feature-destination {
                font-size: 18px;
                line-height: 24px;
                color: #967A42;
                font-weight: 500;
            }

            .features-section .feature-card .feature-card-body .feature-card-text {
                font-size: 14px;
                line-height: 20px;
                color: rgba(0, 0, 0, 0.55);
                font-weight: 400;
                letter-spacing: 0.02em;
                padding-top: 8px;
                margin-bottom: 0;
            }

.fare-header .tax-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.5);
}

.fare-header .explore-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #00803E;
    padding: 0 14px;
    position: relative;
}

    .fare-header .explore-link::after {
        content: "";
        position: absolute;
        right: 0;
        top: 5px;
        width: 8px;
        height: 20px;
        background: url(../images/newheader/explore-all.svg) no-repeat;
    }

    .fare-header .explore-link:hover {
        color: #00803E;
    }

.fare-card-container {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .fare-card-container {
        margin-bottom: 56px;
    }
}

@media (max-width: 767px) {
    .fare-card-container {
        margin-bottom: 20px;
    }
}

.fare-card-container .fare-header h1 {
    font-size: 64px;
    line-height: 68px;
    color: #000;
}

@media (max-width: 767px) {
    .fare-card-container .fare-header h1 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 8px;
    }
}

.fare-card-container .fare-header h1 .custom-btn-select {
    box-shadow: none;
    border: none;
    outline: 0;
    background: transparent;
    color: var(--text-primary);
    text-decoration: underline;
    padding-right: 35px;
    background: url(../images/newheader/custom-select-arrow-black.svg) center right no-repeat;
    font-weight: 500;
}

    .fare-card-container .fare-header h1 .custom-btn-select:focus {
        outline: 0;
        box-shadow: none !important;
        border-color: transparent;
        text-decoration: underline !important;
    }

.fare-card-container .fare-header .page-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    margin-bottom: 0;
}

.customselect-box-menu.dropdown-menu {
    min-width: 335px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.02), 0px 44.81px 26.85px rgba(0, 0, 0, 0.03), 0px 26.52px 15.48px rgba(0, 0, 0, 0.02), 0px 10px 14px rgba(0, 0, 0, 0.03), 0px 0px 6.51852px rgba(0, 0, 0, 0.07), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.01);
    border-radius: 20px;
    padding: 0 0 8px;
    max-height: 308px;
    overflow-y: auto;
}

    .customselect-box-menu.dropdown-menu .customselect-item-list {
        padding: 0 8px;
    }

    .customselect-box-menu.dropdown-menu .select-title {
        padding: 16px 20px;
        color: rgba(0, 0, 0, 0.55);
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 0.04em;
        line-height: 16px;
    }

    .customselect-box-menu.dropdown-menu .city-name {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        letter-spacing: 0.01em;
    }

    .customselect-box-menu.dropdown-menu .country-name {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.55);
        letter-spacing: 0.02em;
    }

    .customselect-box-menu.dropdown-menu .customselect-item {
        padding: 8px 12px;
        cursor: pointer;
        border-radius: 8px;
    }

        .customselect-box-menu.dropdown-menu .customselect-item:hover {
            background: rgba(60, 104, 217, 0.1);
        }

        .customselect-box-menu.dropdown-menu .customselect-item.selected-item .selected-city {
            content: '';
            width: 20px;
            height: 15px;
            display: block;
            background: url(../images/newheader/tick.svg) no-repeat;
        }

@media (min-width: 768px) and (max-width: 991px) {
    .features-section {
        padding: 56px 0 40px 0;
    }

        .features-section .feature-card {
            margin-bottom: 40px;
        }
}

@media (max-width: 767px) {
    .features-section {
        padding: 20px 0 16px 0;
    }

        .features-section .feature-card {
            margin-bottom: 32px;
        }

            .features-section .feature-card .feature-card-body {
                padding-top: 8px;
            }

                .features-section .feature-card .feature-card-body .feature-card-text {
                    padding-top: 4px;
                }
}

.kampyle_vertical_button .kampyle_button {
    background: #00803e !important
}

    .kampyle_vertical_button .kampyle_button :hover {
        background: #026634 !important
    }



