.btn-primary {
    color: #fff !important;
    background-color: #283990;
    border-color: #283990;
    border-radius: 0;
    padding: 15px 20px;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #283990;
    border-color: #283990;
    border-radius: 0;
    padding: 15px 20px;
}

.btn-primary.primary-white {
    color: #283846;
    background-color: #fff !important;
    border-color: #fff !important;
    border-radius: 0;
    padding: 15px 20px;
}

.footer-link {
    color: #283990;;
    font-size: 11px;
    font-weight: 700;
    line-height: 13.2px;
    letter-spacing: 1.83px;
    text-transform: uppercase;
    text-align: center
}

.footer-link i {
    color: #283990 !important;
    font-size: 16px;
    vertical-align: middle;
}

.footer-link svg {
    color: #283990 !important;
    font-size: 16px;
    vertical-align: middle;
}

.footer-link-2 {
    color: #283990;;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 2%;
    font-weight: 700;
}

.footer-link.footer-link-right {
    color: #283990;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 2%;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 2rem;
}

.home {
    margin-top: 0px !important;
}

.header.white {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    color: #283990;
}

.header.white a{
    color: #283990;
}

.header-sticky.white {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    color: #283990;
}

.header-sticky.white a{
    color: #283990;
}

.header-sticky .menu-right li a {
    color: #283990;
}

.header-sticky .menu-right li a.btn {
    padding: 15px 20px;
}

.carousel-text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
    font-weight: 700;
    line-height: 55px;
    font-size: 58px;
    letter-spacing: -2.01px;
}

.smartvacation .title {
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    color: #283990;
}

.smartvacation .pre-title {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    color: #939598;
    letter-spacing: 2.73px;
}

.footer-wrapper-bottom.white {
    background-color: #fff;
    color: #283990;
}

.footer-wrapper-bottom.white a {
    color: #283990;
}

.service img {
    width: 100%;
    height: auto;
    max-width: 54px;
}

.service h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #283990;
}

.smartvacation p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #5B6B79;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .service {
        margin-bottom: 30px;
    }
}

.btn-request-quote {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2.55px;
    padding-left: 3rem;
    padding-right: 3rem;
}

.service-section {
    max-width: 1092px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.vertical-separator {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-left: 1px solid #E2E2E2;
    height: 330px;
    margin: 0;
}

@media screen and (max-width: 992px) {
    .vertical-separator {
        display: none !important;
    }
}

.smartvacation h2 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    color: #283990;
    letter-spacing: 4px;
}

.smartvacation .container {
    max-width: 1092px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.smartvacation .container-medium {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.item-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #283990;
}

.readmore-2 {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #283990 !important;
    text-transform: uppercase;
    letter-spacing: 2%;
}

.browsemore {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #009EC3 !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
}

.browsemore::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #009EC3;
    position: absolute;
    bottom: -1rem;
    left: 0;
}

.title-2 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    color: #283990;
    letter-spacing: 0px !important;
}

.whyus img {
    width: 100%;
    height: auto;
    max-width: 50px;
}

.testimony .name {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #5B6B79;
}

.testimony .job-title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #5B6B79;
}

.horizontal-separator {
    border-top: 1px solid #5B6B79;
    margin: 0;
    width: 5rem;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.testimony .card {
    padding: 40px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: absolute;
}

.address-section h3 {
    font-family: MuseoSans-900, sans-serif;
    color: #283990;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.address-section a i {
    color: #283990;
    font-size: 16px;
    line-height: 28px;
}

.address-section .social i {
    font-size: 24px;
    line-height: 28px;
    color: #283990;
}

.address-section .social {
    font-size: 16px;
    line-height: 28px;
    color: #5B6B79;
    font-weight: 700;
}

.contact-form-section {
    color: #283990;
}

.about-section h3 {
    font-size: 21px;
    line-height: 40px;
    font-weight: 700;
    color: #283990;
}

.mobile-nav {
    margin-right: 5rem;
}

.footer-connect {
    text-align: right;
}

@media (max-width: 768px) {
    .f-ab img {
        margin-right: 0px;
    }

    .mobile-footer {
        text-align: center;
    }

    .mobile-footer-logo {
        margin: auto;
    }

    .mobile-nav {
        display: block;
        padding-left: 0;
        list-style: none;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .footer-link-right {
        text-align: center;
        margin-right: 0px !important;
    }

    .footer-connect {
        text-align: center;
    }

    .footer-connect .text {
        display: none;
    }
}

@media (min-width: 768px) {
    .home-banner {
        margin-top: 0px;
        margin-bottom: 0px
    }
}