body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.header-logo {
    transition: width 0.2s;
}

.main-container {
    margin-top: 64px;
    transition: margin-top 0.2s;
}

.header {
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    display: block;
}

.header-container {
    transition: padding 0.2s;
    transition: all ease .5s;
}

.header-scroll .header-container {
    padding: 5px 0 !important;
}

.header-scroll .header {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.header-scroll .main-container {
    margin-top: 63px !important;
}

.header-scroll .navbar {
    font-size: 13px !important;
}

.logo {
    font-size: 24px;
}

.navbar {
    padding: 10px;
    font-size: 16px;
    transition: font-size 0.2s;
}

.navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar ul li {
    display: inline-block;
    margin-right: 20px;
}

.navbar ul li a,
.footer-links ul li a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #000091 !important;
}

.active {
    color: #ff9100 !important;
}

.navbar ul li a:hover,
.footer-links ul li a:hover {
    color: #ff9100 !important;
}

#feePay-btn:hover {
    color: #ff9100 !important;
}

.elementor-page {
    background-image: url(../img/banner-01.png);
    background-color: #111111 !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-page {
    background-image: url(../img/banner-02.png);
    background-color: #ffffff !important;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.separator::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #0b469b;
    bottom: 0;
    left: 0;
}

.separator-center::after {
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
}

.box-services,
.features-box {
    padding: 0;
    border: 1px solid #f8f8f8;
    border-radius: 4px;
    transition: all 0.8s;
    position: relative;
    overflow: hidden;
}

.features-box .tilte {
    text-align: center;
    /* background-color: #ed8129; */
    color: #fff;
    padding: 15px;
}

.box-services:before {
    content: '';
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background-color: #0d3d5a;
    transition: bottom 0.8s;
    z-index: 1;
}

.box-services:hover:before {
    bottom: 0;
}

.tilte,
.services-icon {
    color: #0b469b;
}

.subtitle {
    color: #6D7783;
}

.box-services:hover .tilte,
.box-services:hover .subtitle,
.box-services:hover .services-icon {
    color: #fff !important;
}

.form-input-fields {
    border: 1px solid rgb(3 7 27 / 16%) !important;
    background: #fff;
    border-radius: 6px;
    font-weight: 400;
    width: 100%;
    font-size: 13px;
}

/* .lpay_select_group {
    font-size: 10px;
    position: relative;
}

.lpay_select_group .form-control {
    height: auto;
    margin-left: 0;
}

.lpay_select_group .bootstrap-select,
.lpay_select_group .letzpay-select {
    width: 100% !important;
}

.lpay_select_group .bootstrap-select .dropdown-toggle,
.lpay_select_group .letzpay-select .dropdown-toggle {
    height: 40px;
    padding-left: 15px;
}

.lpay_select_group .bootstrap-select .dropdown-toggle .filter-option,
.lpay_select_group .letzpay-select .dropdown-toggle .filter-option {
    font-size: 13px;
    font-weight: 500;
}

.lpay_select_group .bootstrap-select .dropdown-toggle .bs-caret span,
.lpay_select_group .letzpay-select .dropdown-toggle .bs-caret span {
    display: none;
}

.lpay_select_group .bootstrap-select .dropdown-toggle .bs-caret:after,
.lpay_select_group .letzpay-select .dropdown-toggle .bs-caret:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    top: 10px;
    font-size: 15px;
    right: 15px;
    font-weight: 500;
}

.lpay_select_group .bootstrap-select .dropdown-toggle:hover,
.lpay_select_group .letzpay-select .dropdown-toggle:hover,
.lpay_select_group .bootstrap-select .dropdown-toggle:focus,
.lpay_select_group .letzpay-select .dropdown-toggle:focus {
    background-color: transparent !important;
    outline: none !important;
    border-color: #ddd;
}

.lpay_select_group .bootstrap-select.open .dropdown-toggle,
.lpay_select_group .letzpay-select.open .dropdown-toggle {
    box-shadow: none !important;
    background-color: transparent;
}


.lpay_select_group .bootstrap-select div.dropdown-menu .bs-searchbox .form-control,
.lpay_select_group .letzpay-select div.dropdown-menu .lp-searchbox .form-control {
    height: 30px;
    font-size: 10px;
}

.lpay_select_group .bootstrap-select div.dropdown-menu ul,
.lpay_select_group .letzpay-select div.dropdown-menu ul {
    padding: 5px !important;
}

.letzpay-select .dropdown-menu a:focus {
    background: none !important;
    outline: none !important;
    color: #333 !important;
}

.lpay_select_group .bootstrap-select div.dropdown-menu ul .active a,
.lpay_select_group .bootstrap-select div.dropdown-menu ul .selected a,
.lpay_select_group .letzpay-select div.dropdown-menu ul .active a,
.lpay_select_group .letzpay-select div.dropdown-menu ul .selected a {
    background-size: 200% auto !important;
    background-image: linear-gradient(to right, #2f5376 51%, #3e6a87 100%) !important;
    color: #fff !important;
}

.lpay_select_group .bootstrap-select div.dropdown-menu ul a,
.lpay_select_group .letzpay-select div.dropdown-menu ul a {
    padding: 10px 15px;
    display: block;
    color: #333333;
    white-space: break-spaces;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
}

.lpay_select_group .bootstrap-select div.dropdown-menu ul a:hover,
.lpay_select_group .letzpay-select div.dropdown-menu ul a:hover {
    background-size: 200% auto;
    text-decoration: none;
    background-image: linear-gradient(to right, #2f5376 51%, #3e6a87 100%);
    color: #fff;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
} */

.lpay_input_group .lpay_input {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 40px;
    letter-spacing: 2px;
    font-size: 13px;
    text-indent: 10px;
    font-weight: 500;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

#ui-datepicker-div {
    width: 229px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

#ui-datepicker-div.ui-widget-content {
    border: none;
    background-color: #fff;
    background-image: none;
}

#ui-datepicker-div.ui-widget-content .ui-state-hover {
    background-image: none;
    background-color: transparent;
    border: none;
}

#ui-datepicker-div.ui-widget-content .ui-state-default {
    border: none;
    background-color: transparent;
    background-image: none;
    height: 25px;
    width: 25px;
    font-weight: 400;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ui-datepicker-div.ui-widget-content .ui-widget-header {
    border: none;
    background-color: transparent;
    background-image: none;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

#ui-datepicker-div.ui-widget-content .ui-widget-header .ui-datepicker-title select {
    border: none !important;
}

#ui-datepicker-div.ui-widget-content .ui-datepicker-prev,
#ui-datepicker-div.ui-widget-content .ui-datepicker-next {
    cursor: pointer;
    top: 10px;
}

#ui-datepicker-div.ui-widget-content .ui-datepicker-prev span,
#ui-datepicker-div.ui-widget-content .ui-datepicker-next span {
    background-image: none !important;
}

#ui-datepicker-div.ui-widget-content .ui-datepicker-prev:before,
#ui-datepicker-div.ui-widget-content .ui-datepicker-next:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    font-weight: normal;
    align-items: center;
    justify-content: center;
}

#ui-datepicker-div.ui-widget-content .ui-datepicker-prev:before {
    content: "\f100";
}

#ui-datepicker-div.ui-widget-content .ui-datepicker-next:before {
    content: "\f101";
}

#ui-datepicker-div.ui-widget-content .ui-state-active {
    font-weight: 400;
    color: #fff !important;
    background-color: #002447 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 10px;
    border-radius: 50%;
}

#ui-datepicker-div.ui-widget {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
}

.form-input-fields:focus {
    outline: none !important;
    border: 1px solid #0b469b !important;
}

.form-input-fields::placeholder {
    font-size: 13px;
    margin-top: -4px;
}

.single-input-inner input {
    height: 40px;
    padding: 0 18px;
}

.single-input-inner textarea {
    height: 140px;
    padding: 14px 18px;
}

.onboarding-textarea-input textarea {
    height: 40px;
    padding: 10px;
}

.contact-section {
    position: relative;
}

/* .contact-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
} */

.contact-section .section-title,
.contact-section .single-input-inner {
    position: relative;
    z-index: 2;
    color: #fff;
}


footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

.filter-icon {
    position: absolute;
    right: 20px;
    font-size: 25px;
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    box-shadow: 0px 0px 14px 0px rgb(1 1 1 / 43%) !important;
    height: 30px;
    background-color: #ffff;
}

.filter-icon .scroll-up {
    color: #000;
    display: flex;
    justify-content: center;
    text-decoration: none;
    margin-top: 3px;
}

.footer-links .footer-links-list:not(:last-child) {
    margin-bottom: 5px;
}

.iframe-map {
    width: 100%;
    height: 378px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.info-box-icon {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    flex: 0 0 52px;
}

#more {
    display: none;
}


.read-more {
    color: #007bff;
    cursor: pointer;
    float: right;
    margin: 0 10px 10px 0;
    font-size: 14px;
}

.img-container {
    max-width: 100px;
    flex: 0 0 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.icon-check {
    height: 15px;
    background-color: #ed8129;
    color: #fff;
    display: inline-flex;
    max-width: 15px;
    flex: 0 0 15px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    font-size: 8px;
}

.faq-outer-wrapper {
    position: relative;
}

.faq-outer-wrapper::before {
    content: "";
    width: 1px;
    height: calc(100% - 20px);
    position: absolute;
    top: 25px;
    left: -17px;
    border-left: 1px dashed #ed8129;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
    -webkit-mask-image: linear-gradient(to top, rgba(255, 255, 255, 0), white);
    mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
    mask-image: linear-gradient(to top, rgba(255, 255, 255, 0), white);
}

.error {
    position: absolute;
    bottom: -15px;
    right: 0;
    transition: all ease 0.5s;
    font-size: 10px;
    color: red;
    transition: all ease 0.5s;
}

.lpay_popup_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lpay_popup_icon {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.lpay-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lpay_popup_icon {
    width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
    font-size: 30px !important;
    margin-bottom: 15px;
}

.lpay_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: none;
}

.lpay_popup .lpay_popup-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.lpay_popup .lpay_popup-inner .lpay_popup-innerbox {
    width: 100%;
    max-width: 350px;
    padding: 20px;
    background-color: #fff;
    flex-wrap: wrap;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.10) 0px 50px 100px -20px, rgba(0, 0, 0, 0) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.lpay_popup .lpay_popup-inner .lpay_popup-innerbox>div {
    display: none;
    text-align: center;
}

.lpay_popup .lpay_popup-inner .lpay_popup-innerbox img {
    max-width: 50%;
    height: 23px;
}

.lpay_popup .lpay_popup-inner .lpay_popup-innerbox-error {
    flex-direction: column;
}

.lpay_popup .lpay_popup-inner .lpay_popup-innerbox-error .lpay_popup_icon {
    border: 2px solid #f9958e;
    color: #f9958e;
}

.lpay_popup .lpay_popup-inner .lpay_popup-innerbox-error h3 {
    margin-bottom: 15px;
    line-height: 26px;
}

.lpay_popup .lpay_popup-inner .lpay_popup-innerbox-success {
    flex-direction: column;
}

.lpay_popup .lpay_popup-inner .lpay_popup-innerbox-success .lpay_popup_icon {
    border: 2px solid rgba(165, 220, 134, 0.5);
    color: #d1edc1;
}

.lpay_popup .lpay_popup-inner .lpay_popup-innerbox-success h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.lpay_popup-innerbox-success .response {
    color: #b1e096;
}

.lpay_popup-innerbox-error .response {
    color: #f9958e;
}

.response {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}

[data-status="error"] .lpay_popup-innerbox-error {
    display: flex !important;
}

[data-status="success"] .lpay_popup-innerbox-success {
    display: flex !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 280px;
    min-width: 240px;
    overflow-y: auto;
    z-index: 1;
    border-radius: 2px;
    padding: 2px;
}

.dropdown-content li {
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dropdown-content li:hover {
    background-color: #ed8129;
    color: #fff;
    border-radius: 5px;
}

#search-input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
}

.navbar #options-list li {
    display: block;
    margin-right: 0px;
    font-size: 14px;
}

/* DEFAULT SCROLL BAR */
::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    background: #0b469b;
    border-radius: 20px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

/* Firefox Scrollbar Styles */
/* Width and Height */
* {
    scrollbar-width: thin;
    scrollbar-color: #0b469b transparent;

}

/* Track */
*::-moz-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

/* Thumb */
*::-moz-scrollbar-thumb {
    background: #0b469b;
    border-radius: 20px;
}

select {
    outline: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 .5em;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    border: 1px solid rgb(3 7 27 / 16%) !important;
    background: #fff;
    border-radius: 6px;
}

.select {
    position: relative;
    display: flex;
    height: 40px;
    line-height: 3;
    overflow: hidden;
    border-radius: .25em;
}

.select select option {
    padding: 10px !important;
    font-size: 12px !important;
    color: #000 !important;
    background-color: #fff !important;
    border: none !important;
}

.select select option:hover {
    background-color: #f0f0f0;
}

.select select option:selected {
    background-color: #ed8129;
    color: hsl(0, 0%, 100%);
}

.openbtn{ display: none;}

.mobile-navbar { display: none;}

@media (max-width: 767px) {
    .w-sm-50 {width: 50% !important;}
    .window-navbar { display: none;}

    .header-scroll .header-container {
        padding: 10px 10px !important;
    }

    .body-container {
        display: flex;
        justify-content: center;
    }

    .mobile-navbar {
        top: 0;
        background: #deefff;
        position: absolute;
        transition: all .4s;
    }
    .show-mobile-menu .mobile-navbar {
        display: block;
        transition: all .4s;
        top: 60px;
        font-size: 13px;
        position: fixed;
        z-index: 999;
        width: 100%;
    }

    .main-container {
        margin-top: 55px;
        transition: margin-top 0.2s;
    }

    .mobile-navbar ul li {
        margin-right: 10px;
    }

    .dropdown-content {
        min-width: 190px;
    }

    .openbtn {
        display: block;
        background: #0b469b;
        width: 38px;
        height: 33px;
        border-radius: 5px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }
    
    .openbtn .openbtn-area{
        transition: all .4s;
    }
    
    .openbtn span {
        position: absolute;
        background: #fff;
        display: inline-block;
        border-radius: 3px;
        left: 10px;
        height: 3px;
        transition: all .4s;
        width: 50%;
        &:nth-of-type(1) {
            top: 7px;
        }
        &:nth-of-type(2) {
            top: 15px;
        }
        &:nth-of-type(3) {
            top: 23px;
        }
    }
    
    .openbtn.active .openbtn-area {
        transform: rotatex(360deg);
    }
    
    .openbtn.active span{
        &:nth-of-type(1) {
            width: 45%;
            top: 10px;
            left: 10px;
            transform: translateY(6px) rotate(-135deg);
        }
        &:nth-of-type(2) {
            opacity: 0;
        }
        &:nth-of-type(3) {
            width: 45%;
            top: 22px;
            left: 10px;
            transform: translateY(-6px) rotate(135deg);
        }
    }

    .footer-url {
        background-color: #ed8129;
    }
}


