.custom_tag-badge:hover {
    background: #1b5e80 !important;
    color: #fff !important
}

.mobile_text-roww .col-md-4 .feature-box:last-child,
.mobile_text-roww .col-md-4:last-child .feature-box>.feature-box-info p,
.title_space {
    margin-bottom: 0 !important
}

.available-heading-public,
.world-lang {
    text-align: center
}

.youtube-player-new,
div#video-steps {
    box-shadow: 0 0 10px 0 rgb(1 94 127 / 20%)
}

.language_popp div.btn-default {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #333 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.language_popp div.btn-default:hover {
    border-color: #ca0101;
    box-shadow: 0 4px 12px rgba(202, 1, 1, 0.15);
}

.dropdown-menu {
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12) !important;
    padding: 12px 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    min-width: 220px;
    margin-top: 8px !important;
    animation: dropdownFadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
    background: transparent;
}

/* Handle Direction */
[dir="rtl"] .dropdown-menu {
    text-align: right;
    left: auto !important;
    right: 0 !important;
}

[dir="ltr"] .dropdown-menu {
    text-align: left;
    right: auto !important;
    left: 0 !important;
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-menu li {
    margin: 2px 8px;
}

.dropdown-menu li .span_anchor,
.dropdown-menu li a {
    padding: 10px 15px !important;
    border-radius: 6px !important;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease !important;
    color: #444 !important;
    display: flex !important;
    align-items: center;
    cursor: pointer;
}

.dropdown-menu li .span_anchor:hover,
.dropdown-menu li a:hover {
    background-color: #ca0101 !important;
    color: #fff !important;
}

[dir="ltr"] .dropdown-menu li .span_anchor:hover,
[dir="ltr"] .dropdown-menu li a:hover {
    transform: translateX(5px);
}

[dir="rtl"] .dropdown-menu li .span_anchor:hover,
[dir="rtl"] .dropdown-menu li a:hover {
    transform: translateX(-5px);
}

.dropdown-menu li .span_anchor img,
.dropdown-menu li a img {
    margin: 0 12px;
    border-radius: 2px;
}

.scrollable-menu::-webkit-scrollbar {
    width: 6px;
}

.scrollable-menu::-webkit-scrollbar-thumb {
    background: #ca0101;
    border-radius: 10px;
}

.scrollable-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.mobile_text-roww .col-md-4 .feature-box:hover .feature-box-icon {
    box-shadow: inset 0 0 15px #1a5e8047 !important
}

#home-intro .open>.dropdown-menu {
    display: block !important
}

.mobile_text-roww .feature-box.feature-box-style-6 .feature-box-icon:after,
html .scroll-to-top {
    display: none
}

.home-scroll-top.scroll-to-top.visible {
    display: block
}

@media screen and (min-width:1022px) and (max-width:1024px) {
    .start-app {
        position: relative;
        left: 0 !important
    }
}

.row_secccc {
    display: flex !important;
    flex-wrap: wrap !important
}

.center_button {
    display: flex;
    align-items: center
}

.text-seccc-introo {
    width: calc(100% - 255px)
}

.map_homee {
    width: 1100px
}

.onlydesktop_ineer {
    overflow-x: auto
}

.testimonial blockquote p {
    font-family: 'PT Sans', sans-serif !important;
    font-style: normal;
    font-size: 20px;
    color: #666 !important
}

.mfp-wrap.mfp-gallery.mfp-close-btn-in.mfp-auto-cursor.mfp-with-zoom.mfp-ready {
    position: fixed !important;
    top: 0 !important
}

.img-thumbnail img {
    border: 0
}

.native_dropdown_map i,
#learnbuttonn i,
.native_dropdown i,
.target_dropdown i {
    background: #f8f9fa;
    width: 28px;
    height: 28px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px !important;
    color: #ca0101 !important;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.4s ease, color 0.4s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.btn-group.open .native_dropdown_map i,
.btn-group.open #learnbuttonn i,
.btn-group.open .native_dropdown i,
.btn-group.open .target_dropdown i {
    background: #f8f9fa;
    color: #ca0101 !important;
    transform: rotate(180deg);
}

.native_dropdown_map:hover i,
#learnbuttonn:hover i,
.native_dropdown:hover i,
.target_dropdown:hover i {
    background: #eee;
    color: #ca0101 !important;
}

.native_dropdown,
.target_dropdown {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.native_dropdown:hover,
.target_dropdown:hover {
    border-color: #ca0101 !important;
    box-shadow: 0 4px 15px rgba(202, 1, 1, 0.1) !important;
}

[dir="rtl"] .native_dropdown,
[dir="rtl"] .target_dropdown {
    flex-direction: row-reverse !important;
}

[dir="rtl"] .native_dropdown i,
[dir="rtl"] .target_dropdown i {
    margin-right: 10px;
}

[dir="ltr"] .native_dropdown i,
[dir="ltr"] .target_dropdown i {
    margin-left: 10px;
}

.home-intro p em,
.scroll-to-top:hover {
    color: #fff
}

.counters.counters-text-dark .counter:hover .fa,
.feature-box.custom_boxxxx:hover .feature-box-icon .fa {
    color: #1a5e80 !important;
    box-shadow: inset 0 0 15px #1a5e8047;
    transform: scale(1.1)
}

.all-ppl {
    font-style: italic
}

.img-thumbnail.img-thumbnail-hover-icon:before {
    border-radius: 10px
}

svg:not(:root) {
    filter: none
}

.custom_tag-badge {
    font-size: 12px;
    padding: 3px 5px
}

h2.map_secc-head {
    line-height: 1.2
}

.title_space {
    padding: 50px 0
}

section#phrasebook {
    padding-top: 20px !important
}

.testimonial-area .owl-carousel:before {
    top: 0;
    content: "“";
    font-size: 600px;
    line-height: 430px !important;
    font-style: normal;
    position: absolute;
    font-family: Staatliches, cursive;
    opacity: .1;
    height: 170px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

.testimonial-area .owl-carousel .owl-dots .owl-dot.active span {
    border: 2px solid #f6f9fa;
    outline: #1a5e80 solid 1px;
    background-color: #1a5e80;
    width: 14px;
    height: 14px
}

.testimonial-area .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 7px;
    background: #1a5e807d
}

.testimonial.testimonial-with-quotes blockquote:after,
.testimonial.testimonial-with-quotes blockquote:before {
    display: none !important;
    color: #1b5e80
}

.testimonial.testimonial-style-2 .testimonial-author p {
    font-size: 18px
}

.testimonial .testimonial-author span {
    font-size: 80%
}

.testimonial-area .owl-carousel .owl-nav {
    display: none !important
}

.mobile_text-roww .col-md-4:last-child .feature-box {
    display: flex;
    flex-wrap: wrap
}

.mobile_text-roww .col-md-4:last-child .feature-box>.feature-box-icon {
    margin-left: 0;
    margin-right: 20px
}

.mobile_text-roww .col-md-4:last-child .feature-box>.feature-box-info {
    padding-right: 0;
    padding-left: 0;
    width: calc(100% - 70px);
    text-align: left
}

.mobile_text-roww .col-md-4:last-child .feature-box>.feature-box-info h4 {
    margin-left: 0
}

.mobile_text-roww .col-md-4 .feature-box {
    margin-bottom: 30px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mobile_text-roww .col-md-4 .feature-box .feature-box-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-shadow: inset 0 0 15px #1a5e8047;
    border-radius: 8px;
    border: 0;
    background: #fff
}

.mobile_text-roww .col-md-4 .feature-box .feature-box-icon i.fa {
    font-size: 25px !important;
    background: no-repeat;
    color: #1b5e80 !important;
    line-height: 50px
}

.mobile_text-roww .col-md-4 .feature-box>.feature-box-info h4 {
    font-size: 24px;
    margin-left: 0
}

.mobile_text-roww .col-md-4 .feature-box:hover .feature-box-icon {
    box-shadow: inset 0 0 15px #ca010147;
    transform: scale(1.1)
}

.home-intro p {
    max-width: none !important
}

.counters.counters-text-dark .counter label {
    color: #666 !important;
    font-size: 16px
}

.counters.counters-text-dark .counter strong {
    color: #1d2127 !important;
    font-size: 36px;
    line-height: 42px
}

.counters.counters-text-dark .counter .fa {
    width: 70px;
    height: 70px;
    font-size: 30px !important;
    margin: auto auto 15px;
    line-height: 70px;
    box-shadow: inset 0 0 15px #1a5e8047;
    border-radius: 16px;
    color: #015887 !important
}

.youtube-player-new {
    border-radius: 16px;
    overflow: hidden;
    max-width: none;
    padding: 0
}

.world-lang {
    padding: 0
}

.feature-box-a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.download_app-btnn>a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: transform .3s;
    border-radius: 8px
}

#learnbuttonn img,
.app-slick .slick-slide {
    margin-right: 10px !important
}

.download_app-btnn>a::after,
.download_app-btnn>a::before {
    background: #fff;
    content: "";
    height: 120%;
    opacity: 0;
    position: absolute;
    top: 37%;
    transform: rotate(35deg) translateY(-50%) skew(13deg, -35deg);
    width: 30px;
    transition: 3s cubic-bezier(.19, 1, .22, 1)
}

.download_app-btnn>a::before {
    left: -50%
}

.download_app-btnn>a::after {
    left: -100%
}

.butn:active,
.download_app-btnn>a:hover {
    transform: translateY(-3px);
    transition: transform .3s;
    color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3)
}

.download_app-btnn>a:hover::before {
    left: 120%;
    opacity: .5s
}

.download_app-btnn>a:hover::after {
    left: 200%;
    opacity: .6
}

.banner_homee-inner .carousel-fade .item {
    opacity: 1;
    transition-property: opacity;
    transform: none
}

.banner_homee-inner .carousel-fade .item.active,
.banner_homee-inner .carousel-fade .next.left,
.banner_homee-inner .carousel-fade .prev.right {
    z-index: 1;
    opacity: 1
}

.banner_homee-inner .carousel-fade .active.right,
.banner_homee-inner .carousel-fade .left {
    z-index: 0;
    opacity: 0;
    transition: opacity 1.4s
}

div#video-steps {
    border-radius: 16px
}

#app-video,
#video-steps {
    border: 1px solid #e5e5e5
}

.loading {
    border: 16px solid #d3d5d6;
    border-top: 16px solid #ca0101;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: 2s linear infinite spin;
    position: fixed;
    left: 50%;
    margin: -100px auto auto -50px;
    right: 0;
    z-index: 10006;
    top: 50%;
    transform: translateY(-50%);
    display: none
}

.from-lang-abbr {
    text-transform: uppercase
}

.overlay {
    background: rgb(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: block;
    top: 0
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.language_popp .modal-body,
.language_popp .modal-content {
    max-height: none !important;
    overflow-y: unset !important
}

.language_popp .open>.dropdown-menu {
    height: 350px !important;
    width: 280px !important;
    padding: 12px 0 !important;
    margin-top: 10px !important;
    overflow-x: hidden !important;
    max-width: calc(100vw - 40px);
}

[dir="rtl"] .language_popp .open>.dropdown-menu {
    left: auto !important;
    right: 0 !important;
}

[dir="ltr"] .language_popp .open>.dropdown-menu {
    right: auto !important;
    left: 0 !important;
}

.native_menu_map {
    border-top: 3px solid #ca0101 !important;
}

@media screen and (max-width:1024px) and (min-width:768px) {
    .home_banner-title {
        font-size: 36px !important;
        margin-bottom: 10px !important
    }
}

@media (max-width:1199.98px) {
    section#phrasebook .onlydesktop .mapcss {
        width: 100%;
        overflow-x: auto
    }

    .mapcss {
        position: relative;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto
    }

    .map_homee_imgg {
        width: 100%;
        height: auto;
        display: block
    }
}

@media screen and (max-width:1024px) {
    .home_banner-title {
        margin: 0 auto;
        text-align: center;
        max-width: 100%
    }

    .home_banner-subtitle {
        text-align: center
    }

    .scrollable-menu {
        width: 100% !important
    }

    .language_popp .open>.dropdown-menu {
        width: 100% !important;
        height: 300px !important;
        margin-top: 5px !important;
    }

    .call-to-action-btn-res {
        display: flex;
        justify-content: center;
        margin-top: 10px
    }
}

@media (max-width:992px) {
    .col-md-offset-1 {
        margin: auto
    }

    .center_button {
        justify-content: center
    }
}

@media (max-width:991.98px) {
    .mobile_text-roww>div>.feature-box {
        max-width: 500px;
        margin-left: auto;
        margin-right: unset
    }

    .phrasebook_column {
        width: auto;
        float: none;
        display: inline-block;
        padding-bottom: 15px
    }

    .phrasebook_row {
        justify-content: center
    }
}

@media (max-width:767px) {
    #home-intro .custom_tag-badge {
        font-size: 10px;
        margin-bottom: 3px !important;
        padding: 3px 4px;
        margin-right: 3px !important
    }

    .location_b_headd {
        font-size: 16px !important;
        margin-bottom: 3px !important
    }

    .call-to-action-content a,
    .inverse.scrollpoint.sp-effect2 {
        width: unset !important
    }

    .home_banner-title {
        padding-bottom: 10px
    }

    .language_popp {
        z-index: 9999999999
    }

    .mobile_text-roww .feature-box.reverse .feature-box-icon {
        margin-right: 20px
    }

    .call-to-action-btn-res {
        justify-content: center;
        margin-top: 20px
    }

    .center-content-area,
    .testimonial.testimonial-with-quotes blockquote p {
        padding: 0
    }

    .modal-body i {
        transform: rotate(90deg);
        margin-bottom: 10px
    }

    .dropdwonbox.drop-box-rtl {
        width: 100%;
        max-width: 100%
    }

    #learnbuttonn {
        display: -webkit-box !important
    }
}

@media (max-width:620px) {
    .mobile_text-roww {
        justify-content: center
    }

    .modal-title {
        padding-right: 18px
    }
}

@media (max-width:575px) {
    .download_app-btnn img {
        margin-left: 0 !important
    }
}

@media (max-width:561px) {
    .clsLabelLearn {
        margin-top: 15px !important
    }
}

@media (max-width:479px) {
    .title_space {
        padding: 25px 0
    }
}

@media (max-width:400px) {
    .feature-box .feature-box-info {
        padding-left: 70px
    }
}

.onlydesktop_ineer::-webkit-scrollbar {
    background: #b3deff
}

.onlydesktop_ineer::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #00000047
}

@media screen and (min-width:1200px) {
    .home-learn-btn {
        left: 42%
    }
}

@media screen and (max-width:1025px) {
    .home-learn-btn {
        left: 0
    }
}

@media screen and (max-width:767px) {
    .mobLanguage {
        display: none !important
    }

    .home-learn-btn {
        left: 0
    }
}

.landingpage_link:hover {
    background: #1a5e80 !important;
    color: #fff !important
}

.custom_boxxxx .feature-box-info h3>a {
    color: inherit;
    font-size: 20px
}

.custom_boxxxx:hover .feature-box-info h3 {
    color: #fff !important
}

.custom_boxxxx .feature-box-info h3 {
    transition: none !important
}

.home_banner-subtitle {
    font-size: 1.7em;
    line-height: 27px;
    letter-spacing: normal;
    font-weight: 600;
    color: #000
}

.landingpage_link {
    background: #fff;
    color: #000;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
    padding: 6px 10px;
    border-radius: 7px;
    line-height: 1;
    font-size: 12px;
    text-transform: capitalize !important
}

#home .home_banner-title {
    font-size: 42px !important;
    max-width: 460px !important;
    color: #1d2127 !important;
    line-height: 50px !important;
    letter-spacing: -1px !important;
    font-weight: 600 !important
}

.home-slick .slick-dots {
    top: 0;
    left: auto;
    right: -25px;
    width: 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center
}

.app-slick .slick-list {
    margin-left: 20px !important
}

.slick-dots li button:before {
    color: #1a5e80c4 !important;
    font-size: 12px !important
}

.slick-next:before,
.slick-prev:before {
    color: #1a5e80 !important;
    font-size: 30px !important
}

.slick-next,
.slick-prev {
    font-size: 30px !important
}

.primary-color {
    color: #1b5e80 !important
}

.custome-bnt-primary {
    background-color: #1b5e80
}

.custome-bnt-primary:hover {
    background-color: red !important
}

.custom-hover {
    transition: transform .3s, box-shadow .3s
}

.custom-hover:hover {
    transform: scale(1.05)
}

#home {
    min-height: 100vh;
    /* Or any appropriate height */
}

/* 15-4-2025 to solve issue media query less than 400 */
@media screen and (max-width:767px) {
    #home .home_banner-title {
        font-size: 25px !important;
        line-height: 34px !important;
        letter-spacing: 0px !important;
    }
}