.lang-switcher:hover {
    color: white !important;
}
.header-top-one .left .mail::after,
.header-top-one .right .social-wrapper-one::after {
    background-color: #fff;
}
.lang-switcher {
    color: #fff !important;
}
.custom-bg-color {
    background-color: #2a3a49 !important;
}

.custom-font-color {
    color: #fdd400 !important;
}
.custom-font-color-secondary {
    color: #9e752b !important;
}

.contact-container {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 999;
}

.custom-package {
    background: #9e752b !important;
}
.custom-package .btn-primary {
    background-color: #2a3a49;
}
.custom-package .title,
.custom-package .pre-title,
.custom-package .price-details {
    color: #fff !important;
}
.dark-font-color {
    color: #5a636c !important;
}
@media only screen and (max-width: 767px) {
    .contact-container {
        right: 1rem;
        bottom: 1rem;
    }
    .contact-container > svg {
        height: 30px !important;
        width: 30px !important;
    }
}

/* Tablets (portrait and landscape) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .contact-container {
        right: 1rem;
        bottom: 1rem;
    }
    .contact-container > svg {
        height: 30px !important;
        width: 30px !important;
    }
}
