
.header-wrap #languageSelect {
    position: relative;
    bottom: 2px;
    right: -10px;
    z-index: 1999;
}

.header-wrap #languageSelect .languageSelect-toggle {
    background-color: transparent;
}

.header-wrap #languageSelect .lang {
    color: #fff !important;
}

.header-wrap #languageSelect .arrow {
    border-color: transparent #fff #fff transparent !important;
}

.content a:not(.btn) {
    color: #fff;
}

.body .breadcrumbs, .body .breadcrumbs a {
    color: #fff;
    opacity: 0.8;
    transition: 0.3s;
}

.body .breadcrumbs:hover, .body .breadcrumbs a:hover {
    opacity: 1;
    transition: 0.3s;
}

.body .legal-section .txt-link {
    color: #f2c94c;
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .header-wrap #languageSelect {
        top: 2px;
        left: 12px;
        bottom: auto;
    }
}

@media screen and (max-width: 479px) {
    .header-wrap #languageSelect {
        left: 0;
    }

    .header-wrap #languageSelect .lang {
        font-size: 12px;
    }
}

.logo img, img:not(.main-image) {
    transition: 0.5s;
}

.logo:hover img, img:not(.main-image):hover {
    filter: brightness(1.05);
    transition: 0.5s;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block;
}

.h-show {
    opacity: 1;
    transition: 0.3s;
}

@media screen and (min-width: 992px) {
    #mob-links-modal {
        display: none !important;
    }
}

@media screen and (min-width: 1430px) {
    .container {
        max-width: 1400px;
    }
}

:root {
    --t-text-color: #fff;
    --t-bg-color: #000;
    --t-shadow-color: rgba(255, 255, 255, 0.5)
}

body .main-subtitle {
    text-transform: lowercase;
}

body .main-subtitle::first-letter {
    text-transform: capitalize;
}

.form-container .form-control.fc-prefix {
    background-color: #eef0f0;
}

.form-container .iti--separate-dial-code .iti__selected-dial-code {
    color: #16151f !important;
}

.faq-accordion-title .question-arrow {
    transition: 0.3s;
}

.faq-accordion-title.active .question-arrow {
    transform: rotate(180deg);
    transition: 0.3s;
}

.faq-accordion-title.active .question {
    transition: 0.3s;
}

.btn.generate-pass {
    font-size: 11px;
}

.form-control.input {
    font-size: 19px;
}
