.navbar-expand-lg .navbar-collapse {
    float: right;
}

.menu-logo {
    margin-left: 10px;
}

.has-rtl .menu-logo {
    margin-left: 15px;
}

.header .menu-bar {
    border-bottom: 3px solid #e8e8ff;
}

.menu-links .nav {
    float: right;
    padding: 0;
    margin-left: 10px;
}

.menu-links .nav>li>a {
    padding: 45px 10px;
    font-size: 13px;
}

.has-rtl .menu-links .nav>li>a {
    font-size: 14px;
}

.header .secondary-menu ul .num-bx a {
    font-size: 15px;
}

.header .secondary-menu ul .num-bx a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
}

.has-rtl .header .secondary-menu ul .num-bx a {
    font-size: 15px;
}

.has-rtl .header .secondary-menu ul .num-bx a i {
    font-size: 15px;
}

.text-danger {
    color: #DD4A48 !important;
}
.btn-danger {
    background-color: #DD4A48;
}
.btn-danger, .btn-danger:hover {
    color: #fff;
}

.btn-icon-bx {
    float: right;
    margin: -12px -27px -12px 15px;
}

.menu-links .nav>li:hover a,
.menu-links .nav>li.active>a {
    color: #344CB7;
}

.contact-us-section {
    padding: 60px;
    background: #f2f3f8;
    border-radius: 50px;
}

.whatsapp-btn {
    position: fixed;
    width: 95px;
    height: 95px;
    bottom: 43px;
    left: -10px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.main-banner {
    height: 815px;
}

.btn-language-icon-bx {
    float: right;
    margin: -12px -27px -12px 0;
    width: 40px;
    height: 40px;
    background: unset;
    border-radius: unset;
    line-height: 40px;
    color: unset;
}

.ltr-align-right,
.ltr-align-center {
    direction: rtl;
}

.ltr-align-right {
    text-align: right;
}

.ltr-align-center {
    text-align: center;
}

.cs-slider .cs-sub-title {
    background: #FFFFFF 100% 0% no-repeat padding-box;
}
.c-slider .cs-title,
.c-slider .cs-sub-title,
.c-slider .cs-text {
    color: #fff;
}
.c-slider .cs-text {
    line-height: 35px;
    font-size: 40px;   
    line-height:45px;
}
.btn-custom,
.btn-custom:hover {
    background: #ffffff2e 0% 0% no-repeat padding-box;
    border-radius: 0;
    color: #FFFFFF;
    opacity: 0.7;
}

.box-swiper .cs-next.swiper-button-next {
    right: 55px;
    left: auto;
    float: right;
    position: inherit;
    margin-top: 30px;
    width: 50px;
}
.box-swiper .cs-prev.swiper-button-prev {
    right: 120px;
    float: right;
    position: inherit;
    margin-top: 30px;
    width: 50px;
}
.box-swiper .cs-next.swiper-button-next:after, 
.box-swiper .cs-prev.swiper-button-prev:after {
    content: "";
}
.box-swiper .cs-prev.swiper-button-prev {
    background: url(/modules/website/images/icon/prev.svg) no-repeat 0px 0px;
}
.box-swiper .cs-next.swiper-button-next {
    background: url(/modules/website/images/icon/next.svg) no-repeat 0px 0px;
}
.has-rtl .box-swiper .cs-prev.swiper-button-prev {
    background: url(/modules/website/images/icon/next.svg) no-repeat 0px 0px;
}
.has-rtl .box-swiper .cs-next.swiper-button-next {
    background: url(/modules/website/images/icon/prev.svg) no-repeat 0px 0px;
}
.c-slide {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    min-height: 600px;
}

@media only screen and (min-width: 576px) {}

/* // Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* // Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* // X-Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {}

/* --------------------------------------------------- */

/* // X-Small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 575.98px) {
    .contact-us-section {
        padding: 0;
        border-radius: 0;
    }
    .contact-wraper {
        border-radius: 0;
    }
    .whatsapp-btn {
        width: 105px;
        height: 95px;
        bottom: 43px;
        left: -21px;
    }
    .feature-bx2 {
        text-align: center;
    }
}

/* // Small devices (landscape phones, less than 768px) */
@media only screen and (max-width: 767.98px) {
    .feature-bx2 h3, .feature-bx2 .h3, .feature-bx2 .h3 {
        font-size: 14px;
    }
    .feature-bx2 .feature-box-xl {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }
    .feature-bx2 .feature-box-xl img, .feature-bx2 .feature-box-xl svg {
        width: 35px;
    }
    .hide-meta .feature-bx2 .icon-content p {
        display: none;
    }
    .feature-bx2 .btn {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .header .secondary-menu .btn-area {
        display: block;
    }
    .header .secondary-menu .btn-area .btn {
        padding: 10px 15px;
    }
    .header .secondary-menu .btn-area .btn .btn-icon-bx {
        float: right;
        margin: -7.5px -10px -12px 12px;
        width: 30px;
        height: 30px;
        line-height: 21px;
    }
    .c-slide {
        min-height: 400px;
    }
    .c-slider .cs-text {
        font-size: 28px;
        line-height: 39px;
    }
}

/* // Medium devices (tablets, less than 992px) */
@media only screen and (max-width: 991.98px) {
    .rs-nav .menu-links {
        background-color: #ffffff;
    }
    .menu-links .nav>li {
        border-color: rgba(0, 0, 0, 0.1);
    }
    .menu-links .nav>li>a {
        padding: 8px 0;
        color: #000;
    }
    .account-wraper1.section-sp3 {
        padding-top: 0;
    }
}

/* // Large devices (desktops, less than 1200px) */
@media only screen and (max-width: 1199.98px) {}

/* // X-Large devices (large desktops, less than 1400px) */
@media only screen and (max-width: 1399.98px) {}