@import url("../css/common.css");

ul.desk-navlist-main.d-md-flex {
    flex: 1;
}

.desk-navlist-main {
    align-items: center;
}

    .desk-navlist-main .profile-menu {
        margin-bottom: 0 !important;
    }

.comman_loginInput label {
    text-align: left;
}

.fontfamilychanged {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.neworder {
    background: #0d6efd;
    color: white;
    border-radius: 10px;
    border: 0px;
    padding: 10px;
    margin: 0 5px;
    width: 120px
}

.neworder112 {
    background: #0d6efd;
    color: white;
    border-radius: 10px;
    border: 0px;
    padding: 10px;
    width: 120px
}

.CPneworder {
    background: #0d6efd;
    color: white;
    border-radius: 4px;
    border: 0px;
    height: 29px;
    width: 70px;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.CPEdit {
    background: #198754;
    color: white;
    border-radius: 4px;
    border: 0px;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 70px;
}

.CPCancel {
    background: #6c757d;
    color: white;
    border-radius: 4px;
    border: 0px;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 70px;
}

.desktop-logo .logo-here {
    width: 198px;
    transition: 0.3s;
}

    .desktop-logo .logo-here:hover {
        transform: scale(0.9);
    }

.desk-navlist-main li .items-nav {
    color: var(--blue-color-dark);
    font-size: 15px;
    padding: 4px 10px;
    display: inline-block;
    transition: all 0.4s ease;
    position: relative;
    font-weight: 400;
}

.timersize {
    width: 120px;
}

.desk-navlist-main li .items-nav.active,
.desk-navlist-main li .items-nav:hover {
    font-weight: 500;
}

.navdesktop-btns .nav-signin-btn {
    padding: 11px 32px;
    color: var(--button-color, #FFFFFF);
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 15px;
    border: 1px solid var(--button-color);
    background: var(--white-color);
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    transition: all 0.2s;
}

    .navdesktop-btns .nav-signin-btn:hover {
        background: var(--highlight-color);
        color: var(--button-color, #FFFFFF);
    }

.navdesktop-btns .nav-Register-btn {
    padding: 11px 32px;
    color: var(--white-color);
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 15px;
    border: 1px solid var(--button-color);
    background: var(--button-color);
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    transition: all 0.2s;
}
    /*.navdesktop-btns .nav-Register-btn:hover {*/
    /* background: none;*/
    /*color: var(--white-color);
    }*/

    .navdesktop-btns .nav-Register-btn:hover {
        /* background: none;*/
        background: transparent;
        color: var(--white-color);
        color: var(--button-color);
    }

.banner-sub {
    height: 355px;
    width: auto !important;
    margin: 0 auto;
}


.nav-Register-btn .bxs-user-circle {
    font-size: 32px;
    border: 2px solid #ffffff4f;
    border-radius: 100%;
}

.nav-Register-btn .bx-chevron-down {
    font-size: 32px;
}

.nav-Register-btn.dropdown-toggle::after {
    display: none;
}

.navdesktop-btns .dropdown-menu {
    background: #f8812563;
    backdrop-filter: blur(21px);
    border: 1px solid #f88125ad;
    width: 100%;
}

    .navdesktop-btns .dropdown-menu li .dropdown-item {
        font-size: 15px;
        font-weight: 400;
        color: var(--white-color);
    }

        .navdesktop-btns .dropdown-menu li .dropdown-item:hover {
            background: var(--secondary-color);
        }
/* end  */

/* header section start  */
.headerSectMainMF {
    /* background: url(../images/banner_header.png) no-repeat; */
    /* background-size: cover; */
    /* padding: 42px 0px 148px; */
    /* position: relative; */
}

.bannerimgclass {
    object-fit: cover;
    /*  height: 30rem;*/
}

.input_numberTrach .Number_inpt-str {
    width: 100%;
    height: 54px;
    border-radius: 8px;
    border: 1px solid var(--white-color);
    background: #ffffff1a;
    backdrop-filter: blur(1px);
    padding: 8px 160px 8px 48px;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 400;
    outline: none;
}

    .input_numberTrach .Number_inpt-str::placeholder {
        color: var(--white-color);
    }

.input_numberTrach .trackIcon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
}

.input_numberTrach .Number_inpt-str::-webkit-outer-spin-button,
.input_numberTrach .Number_inpt-str::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input_numberTrach .search_track {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 44px;
    background: var(--secondary-color);
    border: none;
    padding: 8px 26px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    color: var(--white-color);
}

.register_forencurencymain .box_tabsImg {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: var(--white-color);
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_tabsImg .tabSMIMG {
    height: 30px;
    width: 30px;
    object-fit: contain;
}

.register_forencurencymain .nav-item .nav-link {
    background: transparent;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 500;
    color: var(--black-color1);
    padding: 0;
    border-radius: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
}

    .register_forencurencymain .nav-item .nav-link.active {
        border-bottom: 2px solid var(--secondary-color);
    }

.register_forencurencymain .nav-pills {
    background: #D4E4FF;
    border-radius: 8px 8px 0px 0px;
    padding: 16px 5px 0px;
    /* border-bottom: 1px solid #16396c4d;*/
}

.register_forencurencymain .forextab {
    background: #D4E4FF;
    border-bottom: 1px solid #16396c4d;
}

.register_forencurencymain {
    background: #F6F9FF;
    border-radius: 8px;
    height: auto;
}

.inner_registerContents .nav.inner_btn_tabsview {
    padding: 13px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #F6F9FF;
}

.inner_registerContents .nav li .nav-link.btn-rg-str {
    padding: 7px 15px;
    display: inline-block;
    border: 1px solid #AEC7EE;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: var(--black-color1);
    width: 100px;
}

    .inner_registerContents .nav li .nav-link.btn-rg-str.active {
        background: var(--primary-color);
        color: var(--white-color);
    }

.inner_fieldRegisterviews {
    background: #F6F9FF;
    border-radius: 0px 0px 8px 8px;
}

.input_fieldComan .input_hrInr {
    width: 100%;
    height: 49px;
    border-radius: 4px;
    border: 1px solid #B8CDEF;
    background: var(--white-color);
    font-size: 15px;
    color: var(--blue-color);
    font-weight: 400;
    outline: none;
    padding: 12px 14px;
    appearance: none;
}

    .input_fieldComan .input_hrInr.location {
        padding: 12px 60px 12px 40px;
    }

    .input_fieldComan .input_hrInr.dolar {
        padding: 12px 14px 12px 60px;
    }

    .input_fieldComan .input_hrInr.card {
        padding: 12px 14px 12px 48px;
    }

    .input_fieldComan .input_hrInr.flagin {
        padding: 12px 14px 12px 35px;
    }

    .input_fieldComan .input_hrInr.curren {
        padding: 12px 45px 12px 10px;
    }

    .input_fieldComan .input_hrInr::placeholder {
        color: #96AFD7;
    }

.input_fieldComan .icons_lr {
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    left: 12px;
}

.single_inquiryText h4,
.single_inquiryText h3 {
    color: #6A7A94;
}

    .single_inquiryText h4::before {
        content: "";
        height: 8px;
        width: 8px;
        background: #6A7A94;
        display: inline-block;
        border-radius: 100%;
        margin-right: 9px;
    }

.input_fieldComan .dropdown {
    background: url(../images/down-arrow.png) no-repeat, var(--white-color);
    background-size: 36px;
    right: 0;
    background-position: 100% 50%;
    cursor: pointer;
}

#floating-button {
    position: fixed;
    top: 20%;
    right: 0;
    transform: rotate(90deg) translateX(50%);
    transform-origin: 100% 0;
    z-index: 4;
    background: red;
    color: white;
    padding: 10px 30px;
    border-radius: 0px 0px 10px 10px;
    transition: ease 0.5s !important;
}

#floating-button1 {
    position: fixed;
    top: 45%;
    right: 0;
    transform: rotate(90deg) translateX(50%);
    transform-origin: 100% 0;
    z-index: 4;
    background: red;
    color: white;
    padding: 10px 30px;
    border-radius: 0px 0px 10px 10px;
    transition: ease 0.5s !important;
}

/* how it works section start */
.how_forexWorkMain {
    background: #F7FAFF;
}

.works_centerBoxMainvbn {
    height: 330px;
    width: 330px;
    border: 1px solid #C9D6EC;
    background: var(--white-color);
    border-radius: 100%;
    padding: 18px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.inner_BlueBox {
    height: 100%;
    width: 100%;
    background: var(--blue-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .inner_BlueBox .howLogo {
        width: 220px;
    }

.how_sectionSinglest .howIcons_setBg {
    height: 106px;
    width: 106px;
    min-width: 106px;
    border-radius: 100%;
    background: var(--white-color);
    border: 1px solid #C9D6EC;
    display: flex;
    align-items: center;
    justify-content: center;
}

.howIcons_setBg .howSame-img {
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.line_howboxNear {
    height: 1px;
    width: 159px;
    position: absolute;
    background: #C9D6EC;
    right: -159px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
}

    .line_howboxNear.left {
        left: -159px;
        right: unset;
    }

.rate_cardMainBoxed {
    padding: 20px 90px;
    border-radius: 8px;
    border: 1px solid #C9D6EC;
    background: var(--white-color);
    z-index: 1;
}

.heading_rates .line_rate {
    height: 1px;
    width: 40px;
    background: var(--blue-color);
}

.inner_single_rate {
    border: 1px solid #D2DEF3;
    border-radius: 8px;
    padding: 12px 15px;
}

.rate_sliders .slick-prev,
.rate_sliders .slick-next {
    border: none;
    font-size: 0;
    padding: 0;
    background: transparent;
}

    .rate_sliders .slick-prev::after {
        content: "\ecb0";
        font-family: "boxicons";
        font-size: 34px;
        height: 48px;
        width: 48px;
        border-radius: 100%;
        background: var(--button-color);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--white-color);
        border: 1px solid var(--button-color);
        position: absolute;
        left: -60px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .rate_sliders .slick-next::after {
        content: "\ecb3";
        font-family: "boxicons";
        font-size: 34px;
        height: 48px;
        width: 48px;
        border-radius: 100%;
        background: var(--button-color);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--white-color);
        position: absolute;
        right: -60px;
        top: 0;
        bottom: 0;
        margin: auto;
    }




.hero-slider {
    position: relative;
    /* height: 100vh; */
    overflow: hidden;
}

.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item {
    height: 100%;
}

.slider-image {
    width: 100%;
    height: 550px;
    object-fit: cover;
}


.ms-sizemanagement {
    margin-left: 10%;
    text-align: right;
}

.fixed-content h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

.fixed-content p {
    font-size: 1.2em;
    margin-bottom: 30px;
    height: 60px;
}

.cta-button {
    padding: 10px 20px;
    font-size: 1.1em;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

.custom-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-10%);
    width: 100%;
    z-index: 2;
    height: 0px;
}

.custom-nav-btn {
    position: absolute;
    /* background: rgba(0, 0, 0, 0.5); */
    color: floralwhite;
    font-size: 24px;
    /*padding: 10px 15px;*/
    cursor: pointer;
    transition: background 0.3s ease;
}

.custom-prev {
    left: 20px;
    /*  position: relative;*/
}

    .custom-prev::before {
        content: "\ecb0";
        font-family: "boxicons";
        font-size: 34px;
        height: 48px;
        width: 48px;
        border-radius: 100%;
        background: var(--button-color);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--white-color);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.custom-next {
    right: 20px;
    /* position: relative;*/
}

    .custom-next::after {
        content: "\ecb3";
        font-family: "boxicons";
        font-size: 34px;
        height: 48px;
        width: 48px;
        border-radius: 100%;
        background: var(--button-color);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--white-color);
        position: absolute;
        right: 0px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.singleMainformForex .accordion-item:not(:first-of-type) {
    border-top: 1px solid #dee2e6;
}

.singleMainformForex .accordion-item {
    margin: 30px 0;
    border-radius: 10px;
    overflow: hidden;
}



.btn_ratecard {
    padding: 13px 49px;
    display: inline-block;
    border-radius: 40px;
    background: var(--primary-color);
    color: var(--white-color) !important;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    bottom: -27px;
}

/*.section_topPOsitions {*/
/*   margin-top: -60px;*/
/*}*/

/* TOP PRODUCT SERVICE CSS */
.product_top_inner {
    background-color: #F7FAFF;
    border-radius: 10px;
    text-align: center;
}

.icn_top {
    height: 106px;
    width: 106px;
    min-width: 106px;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid #C9D6EC;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

    .icn_top img {
        height: 60px;
        width: 60px;
        object-fit: contain;
    }

.serviceBox {
    padding: 15px 28px 35px;
    position: relative;
    z-index: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .serviceBox:before,
    .serviceBox:after {
        content: "";
        border-bottom: none;
        position: absolute;
        left: 10px;
        right: 10px;
        top: 55px;
        bottom: 0;
        z-index: -1;
        background: #F7FAFF;
        border-radius: 10px;
    }

    .serviceBox .service-icon {
        height: 106px;
        width: 106px;
        min-width: 106px;
        border-radius: 100%;
        background: var(--white-color);
        border: 1px solid #C9D6EC;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 1px 5px 10px 0px rgb(0 0 0 / 10%);
    }

        .serviceBox .service-icon img {
            height: 60px;
            width: 60px;
            object-fit: contain;
        }

    .serviceBox .title {
        font-family: "Poppins", sans-serif;
        color: #112E56;
        font-size: 24px;
        height: 70px;
        font-weight: 600;
        line-height: 31.2px;
        padding: 25px 0 0;
    }

    .serviceBox .description {
        color: #112E56;
        font-size: 17px;
        line-height: 27px;
        font-weight: 400;
        padding: 10px 0;
        height: 80px;
    }

.tp_btn a {
    font-family: "Poppins", sans-serif;
    background: #32A755;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 6px 15px;
}

.insight_wrapper {
    padding: 50px 0;
}

    .insight_wrapper p {
        color: #112E56;
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 30.6px;
        text-align: center;
    }

.insight_item {
    box-shadow: 0px 0px 32px 0px #00000014;
    background: #fff;
    padding: 20px;
}

.insight_img img {
    width: 100%;
}

.insight_item h6 {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #444444;
}

.insight_item h3 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 29.88px;
    text-align: left;
    color: #000;
    margin: 10px 0 5px;
}

.insight_item p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    text-align: left;
    color: #112E56;
    margin: 0 0 5px;
}

.insight_slider {
    margin: 30px 0;
}



    .insight_slider .slick-prev::after {
        content: "\ecb0";
        font-family: "boxicons";
        font-size: 34px;
        height: 48px;
        width: 48px;
        border-radius: 100%;
        background: var(--button-color);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--white-color);
        border: 1px solid var(--button-color);
        position: absolute;
        left: -60px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 11;
    }

    .insight_slider .slick-next::after {
        content: "\ecb3";
        font-family: "boxicons";
        font-size: 34px;
        height: 48px;
        width: 48px;
        border-radius: 100%;
        background: var(--button-color);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--white-color);
        position: absolute;
        right: -60px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .insight_slider .slick-prev, .insight_slider .slick-next {
        border: none;
        font-size: 0;
        padding: 0;
        background: transparent;
    }

@media only screen and (max-width: 402px) {
    .captcha_bgText .captcha_number {
        width: 70px !important;
    }

    .main-Heading {
        width: 200px !important;
    }

    .main-Heading {
        font-size: 14px !important;
    }

    .ms-sizemanagement {
        margin-left: 30px;
        text-align: right;
        display: flex;
    }

    .neworder {
        background: #0d6efd;
        color: white;
        border-radius: 10px;
        border: 0px;
        padding: 10px;
        font-size: 10px;
        float: right;
        width: 80px;
        margin: 0 5px;
    }

    .neworder112 {
        background: #0d6efd;
        color: white;
        border-radius: 10px;
        border: 0px;
        padding: 10px;
        font-size: 10px;
        width: 80px;
    }

    .CPneworder {
        background: #0d6efd;
        color: white;
        border-radius: 4px;
        border: 0px;
        height: 29px;
        width: 70px;
        padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
        display: inline-block;
        padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
        font-family: var(--bs-btn-font-family);
        font-size: var(--bs-btn-font-size);
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        font-size: 16px;
        float: right;
    }

    .CPEdit {
        background: #198754;
        color: white;
        border-radius: 4px;
        border: 0px;
        padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
        display: inline-block;
        padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
        font-family: var(--bs-btn-font-family);
        font-size: var(--bs-btn-font-size);
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        width: 70px;
        font-size: 13px;
        float: right;
    }

    .CPCancel {
        background: #6c757d;
        color: white;
        border-radius: 4px;
        border: 0px;
        padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
        display: inline-block;
        padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
        font-family: var(--bs-btn-font-family);
        font-size: var(--bs-btn-font-size);
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        width: 70px;
        font-size: 13px;
        float: right;
    }

    .captcha_bgText .captchaBgImg {
        width: 80px !important;
    }

    /*.hero_title-outward-remittance {
        font-size: 16px !important;
        width: 65%;
    }*/

    .multimoney_advantage h2 {
        font-family: Poppins;
        font-size: 28px !important;
    }

    .custom-next {
        right: 20px;
        position: relative;
    }
}

@media only screen and (max-width: 360px) {
    .topbarsuccesstextdu .box_refarnumbers {
        padding: 16px 30px !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    /* .custom-nav {
        z-index: 0;
    }*/
    .custom-next {
        right: 20px;
        position: relative;
    }

    .inner_single_rate {
        padding: 15px 10px;
    }

    .custom-prev {
        right: 20px;
        position: relative;
    }

    .dataTables_wrapper .dataTables_filter {
        /* margin-top: 0.5em; */
        text-align: left !important;
    }

    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: left !important;
    }

    .custom-counter {
        columns: 1 !important;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .dashboard_sectionSinglest {
        height: 125px !important;
    }

    .dashboard_icn {
        height: 90px !important;
        width: 90px !important;
    }

    .right_logincontents.py-lg-5 {
        text-align: center;
    }

    .banner-img {
        position: relative;
        background-position: center;
        padding: 20px 0px !important;
    }

    .Abanner-img {
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        padding: 45px 0px !important;
        background-size: contain !important;
    }

    .register_forencurencymain .forextab {
        /* background: #ffffff; */
        border-bottom: 1px solid #16396c4d;
    }

    .remi_counter_innner {
        border: 1px solid #000;
    }

    .remi_counter_innner {
        padding: 5px;
        /* Adjust padding for smaller screens */
    }

        .remi_counter_innner h3 {
            font-size: 14px !important;
            /* Slightly smaller font on mobile */
        }

        .remi_counter_innner p {
            font-size: 12px !important;
            text-align: center;
            margin-top: 5px !important;
        }


    .hero_title-outward-remittance {
        font-size: 16px !important;
    }

    .contact_title {
        font-size: 28px !important;
    }

    advantage_wrapper .contact_subtitle {
        font-size: 16px;
    }

    multimoney_advantage h2 {
        font-family: Poppins;
        font-size: 28px !important;
    }

    .heading_rates {
        height: 30px;
    }

    .captcha_bgText .captcha_number {
        width: 110px !important;
    }

    .captcha_bgText .captchaBgImg {
        width: 106px !important;
    }

    .hero_wrapper {
        background-image: url(../images/remi-header.png);
        background-size: contain;
        /* Changed from cover to contain */
        background-repeat: no-repeat;
        background-position: center;
        /* Center the image */
        height: 50vh;
        /* Dynamic height based on viewport */
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .hero_wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(128.39deg, #09254E 15.96%, #285391 104.28%);
            opacity: 0.5;
            z-index: 0;
            /* Keep it behind the content but above the background image */
        }

    .cta_content h3 {
        line-height: 40px !important;
        margin: 0 0 10px;
    }

    .serviceBox {
        min-height: auto !important;
    }
}

@media only screen and (max-width: 1199px) {
    .custom-next {
        right: 20px;
        position: relative;
        display: none;
    }

    .heading_rates {
        height: 30px;
    }

    .serviceBox .description {
        width: 100% !important;
        height: 100px;
        padding: 0;
    }

    .modal-dialog {
        width: 90%;
        margin: 5%;
        margin: 0 auto;
    }

    .OTP_login-designs .justify-content-md-start {
        justify-content: center !important;
    }

   
    .custom-prev {
        right: 20px;
        left: -22px;
        position: relative;
        display: none;
    }

    .serviceBox {
        margin: 0 0 40px;
        min-height: 350px;
    }


    .ms-sizemanagement {
        margin-left: 30px;
        text-align: right;
        display: flex;
    }

    /* .justify_end,
    .justify_start {
        justify-content: center;
    } */

    .insight_slider .slick-prev::after,
    .custom-prev::after {
        left: -30px;
    }

    .insight_slider .slick-next::after,
    .custom-next::before {
        right: -30px;
    }

    .hero-slider {
        padding: 5px 6px 20px !important;
    }
}

.product_top_inner h3 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    text-align: center;
    color: var(--blue-color);
}

/* END HERE */



/* product & service section  */
.book_btnAbout {
    padding: 10px 17px;
    background: var(--secondary-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 4px;
    font-weight: 500;
}

.service_productImg .serv_img {
    width: 100%;
    height: 425px;
    border-radius: 10px;
    object-fit: cover;
}

.product_ServiceIcon {
    height: 106px;
    width: 106px;
    min-width: 106px;
    border-radius: 100%;
    background: var(--white-color);
    border: 1px solid #C9D6EC;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 5px 10px 0px rgb(0 0 0 / 10%);
}

    .product_ServiceIcon .pv-icon {
        height: 60px;
        width: 60px;
        object-fit: contain;
    }

.box_commanBacks {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 470px;
    background: #ECF3FF;
    width: 450px;
}

    .box_commanBacks.right {
        left: unset;
        right: 0;
    }

/* Our Locations section start  */
.ourLocationMaindiv {
    background: linear-gradient(127deg, #09254e 0%, #285391 100%);
}

.map_Rightlocation .map-locat {
    width: 100%;
}

/* about us section start  */
.Abouotmainforex {
    background: #ECF3FF;
}

.about_leftbgImg .about_sImg {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.right_Aboutboxedinr {
    background: var(--white-color);
    border-radius: 8px;
    position: relative;
    left: -62px;
}

.content_about p {
    /* line-height: 28px;*/
    margin-bottom: 12px;
    text-align: justify;
    font-family: Poppins;
    font-weight: 400;
    line-height: 28.5px;
}

.more_btnAbout {
    padding: 10px 17px;
    background: var(--primary-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 4px;
    font-weight: 500;
}

/* customer review section  */
.faq_testiBorder {
    height: 1px;
    background: #DDE7F4;
    margin: 0;
}

.inner_single_review .rate_reviews {
    color: #F8941F;
}

.review_slider .inner_single_review {
    box-shadow: 0px 0px 15px 3px #1c3e6f0a;
    border-radius: 8px;
    border-bottom: 3px solid var(--primary-color);
}

    .review_slider .inner_single_review:nth-child(even) {
        border-bottom: 3px solid var(--secondary-color);
    }

.user_reviews_name .reviewUser {
    height: 49px;
    width: 49px;
    object-fit: contain;
    min-width: 49px;
    border-radius: 100%;
}

/* Frequently Asked Questions section  */
.FAQ_innersMain .accordion-item {
    box-shadow: 0px 0px 11px 5px #1c3e6f0d;
    border-radius: 8px;
    overflow: hidden;
    border: none;
}

.FAQ_innersMain .accordion-header .accordion-button {
    border-radius: 0px;
    background: var(--white-color);
    box-shadow: none;
    border: none;
}

    .FAQ_innersMain .accordion-header .accordion-button.collapsed::after {
        content: "\ee23";
        font-family: "boxicons", sans-serif;
        background: var(--primary-color);
        transform: unset;
        color: var(--white-color);
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
    }

    .FAQ_innersMain .accordion-header .accordion-button::after {
        content: "\edee";
        font-family: "boxicons", sans-serif;
        background: var(--secondary-color);
        transform: unset;
        color: var(--white-color);
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
    }

.faq_linebottom {
    width: 60px;
    height: 3px;
    background: var(--secondary-color);
    margin: 20px auto !important;
}

.newlineleft {
    margin: 20px 0 !important;
}

.content-pp {
    margin-bottom: 12px;
    text-align: justify;
    font-family: Poppins;
    font-weight: 400;
    line-height: 28.5px;
}

.FAQ_innersMain .accordion-item .accordion-body {
    color: #8896AB;
}

/* contact us map section start  */
.contact_forexMap_main {
    background: linear-gradient(127deg, #09254e 0%, #285391 100%);
}

.contact_Adres_single .adrEmail_boxed {
    height: 85px;
    width: 85px;
    min-width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    border-radius: 100%;
    border: 1px solid var(--white-color);
    transition: all 0.3s;
}

    .contact_Adres_single .adrEmail_boxed:hover {
        background: #E5EDF8;
    }

.adrEmail_boxed .emalCall {
    height: 48px;
    width: 48px;
    object-fit: contain;
}

.left_sidecontactaddr .contact_Adres_single {
    border-bottom: 1px solid #ffffff3d;
}

    .left_sidecontactaddr .contact_Adres_single:last-child {
        border-bottom: none;
    }

.left_sidecontactaddr {
    border-right: 1px solid #ffffff3d;
}

.ContactRight_mapsFrame .map_address {
    width: 100%;
    height: 410px;
    border-radius: 12px;
}

/* footer section start  */
.footer_logoDiv .Footer_logo {
    width: 234px;
}

.footer_linkForex a {
    font-weight: 400;
    color: var(--blue-color-dark);
    margin-bottom: 6px;
    display: inline-block;
}

.footer_linkForex .cent_LineFtr {
    display: inline-block;
    width: 1px;
    background: var(--blue-color-dark);
    height: 11px;
    margin: 0px 10px;
}

.footer_social_media .social_coman {
    height: 44px;
    width: 44px;
    background: #E5EDF8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 22px;
    color: var(--blue-color-dark);
}

.copyright_textforex {
    border-top: 1px solid #E5EDF8;
}

/* login & registerAccount popup */
.modal.choose_CustomModal {
    background: #00000075;
    backdrop-filter: blur(2px);
}

.choose_CustomModal .choose-size {
    width: 800px;
    max-width: 800px;
}

.choose_CustomModal .modal-header .btn-close {
    margin: 0;
    background: transparent;
    font-size: 29px;
    padding: 5px;
    position: absolute;
    right: 6px;
    top: 2px;
    height: 30px;
    width: 30px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #516593;
    opacity: 1;
}

.choose_CustomModal .createACT_size {
    width: 780px;
    max-width: 780px;
}

.right_logincontents p {
    color: #667085;
}

.choose_CustomModal .createACT_size .modal-content {
    background: var(--white-color);
    border-radius: 12px;
    padding: 34px 26px;
}

.left_registerAccounts .login_logo {
    width: 242px;
}

.left_registerAccounts {
    background: #F5F5F5;
    border-radius: 6px 0px 0px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_tabsAccounts .nav li .nav-link {
    padding: 6px 0px;
    background: transparent;
    color: #424242;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    border-radius: 0px;
}

    .login_tabsAccounts .nav li .nav-link.active {
        color: var(--blue-color);
        font-weight: 600;
        border-bottom: 2px solid var(--blue-color);
    }

.login_tabsAccounts .nav {
    border-bottom: 1px solid #2A7091;
}

.hero-slider .register_forencurencymain {
    padding: unset;
}


.comman_loginInput .input_Loginfield {
    font-weight: 400;
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    outline: none;
    padding: 10px 40px 10px 22px;
    color: #667085;
    font-size: 16px;
}

    .comman_loginInput .input_Loginfield::placeholder {
        color: #667085;
    }

    .comman_loginInput .input_Loginfield.captcha {
        padding: 10px 22px;
    }

    .comman_loginInput .input_Loginfield[type=number]::-webkit-inner-spin-button,
    .comman_loginInput .input_Loginfield[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
    }

.comman_loginInput .l-input-img {
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.captcha_bgText .captchaBgImg {
    width: 136px;
    height: 46px;
    object-fit: cover;
}

.captcha_bgText .captcha_number {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 46px;
    width: 136px;
    text-align: center;
    align-content: center;
    color: #525252;
    font-weight: 700;
    letter-spacing: 6px;
}

.refresh_micIconGroup .mic_refr {
    height: 26px;
    width: 26px;
    border-radius: 100%;
    border: none;
    background: var(--blue-color-dark);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_signin-up {
    background: var(--primary-color);
    width: 100%;
    color: var(--white-color);
    border: none;
    padding: 12px 22px;
    border-radius: 8px;
    font-weight: 500;
    --bs-btn-hover-color: var(--white-color);
    --bs-btn-hover-bg: var(--primary-color);
    --bs-btn-hover-border-color: none;
}

.btn_submit-custom {
    background: var(--primary-color);
    color: var(--white-color);
    border: none;
    padding: 6px 16px;
    border-radius: 8px;
    font-weight: 500;
    --bs-btn-hover-color: var(--white-color);
    --bs-btn-hover-bg: var(--primary-color);
    --bs-btn-hover-border-color: none;
}

.OTP_login-designs .otp-field input {
    height: 40px;
    width: 40px;
    border-radius: 8px;
    outline: none;
    font-size: 16px;
    text-align: center;
    border: 1px solid #D0D5DD;
    color: #667085;
    background: transparent;
    font-weight: 400;
}

.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
    display: none;
}

/* card list modal  */
.choose_CustomModal .cardlist_size {
    width: 1200px;
    max-width: 1200px;
}

.cardlist_size .modal-content {
    background: transparent;
    border: none;
}

.card_listbodyModal {
    border-radius: 8px;
    background: #F6F9FF;
    overflow: hidden;
}

.card_searchHeader {
    padding: 34px 26px;
    background: var(--blue-color);
}

.input_searchboxed .search_input {
    width: 100%;
    height: 54px;
    border-radius: 6px;
    background: #ffffff1c;
    border: 1px solid var(--white-color);
    outline: none;
    padding: 12px 30px 12px 48px;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 400;
}

    .input_searchboxed .search_input::placeholder {
        color: var(--white-color);
    }

.input_searchboxed .bx-search {
    color: var(--white-color);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    align-content: center;
    left: 20px;
    font-size: 16px;
}

.input_searchboxed .bx-chevron-down {
    color: var(--white-color);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    align-content: center;
    right: 20px;
    font-size: 24px;
}

.card_tableoverflow table thead tr th .title-header {
    color: #2A7091;
    font-weight: 500;
}

.card_tableoverflow table thead tr .top_textstr {
    padding: 14px 12px;
}

.card_tableoverflow table thead tr .botmHeading {
    padding: 11px 16px;
    background: var(--primary-color);
    color: var(--white-color);
    font-weight: 500;
}

    .card_tableoverflow table thead tr .botmHeading:first-child {
        border-radius: 8px 0px 0px 8px;
    }

    .card_tableoverflow table thead tr .botmHeading:last-child {
        border-radius: 0px 8px 8px 0px;
    }

.card_tableoverflow table thead tr .border-crd {
    border-right: 1px solid var(--white-color);
}

.country_views .flagImg {
    height: 48px;
    width: 48px;
    border-radius: 100%;
    object-fit: cover;
}

.country_views .country_name {
    color: #323232;
}

.card_tableoverflow table tbody tr td {
    padding: 11px 16px;
    background: #ffffff;
    border-top: 6px solid #f6f9ff;
}

    .card_tableoverflow table tbody tr td:first-child {
        border-radius: 8px 0px 0px 8px;
    }

    .card_tableoverflow table tbody tr td:last-child {
        border-radius: 0px 8px 8px 0px;
    }

    .card_tableoverflow table tbody tr td.border-crd {
        border-right: 1px solid #EAE8E8;
    }

.input_currency_c .currency-serch {
    width: 210px;
    height: 30px;
    padding: 4px 8px 4px 29px;
    border-radius: 20px;
    background: #ffffff54;
    border: 1px solid rgb(255 255 255 / 40%);
    outline: none;
    font-size: 14px;
    font-weight: 400;
}

#remittance h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 28.5px;
    text-align: center;
    padding: 18px 0px 17px;
    color: #000;
}

.dropwdown_bar img {
    padding-right: 10px;
    width: 30px;
}

.dropdown-divider {
    border-top: 0.5px dashed #0E2962;
    margin: 10px;
}

.desk-navlist-main .dropdown-toggle {
    margin: 0px 0px;
    padding: 0px;
}


.form_submit {
    text-align: center;
}

    .form_submit a {
        background: var(--primary-color);
        color: var(--white-color);
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 22.5px;
        text-align: center;
        padding: 7px 20px;
        border-radius: 4px;
    }

.input_currency_c .currency-serch::placeholder {
    color: var(--white-color);
}

.input_currency_c .bx-search {
    position: absolute;
    left: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    align-content: center;
    font-size: 15px;
}


/* SLIDER */
.hero-slider {
    position: relative;
    background-size: cover;
    background-position: center center;
    padding: 0px 0px 0px;
}

.slide {
    position: relative;
    height: 500px;
}

    .slide .slider_img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 1;
}

.comanclr,
.secondary-color-L.fts-14.font-weight-4 {
    text-align: center;
}

/* Dashboard Page   */
.dashboard_forexWorkMain {
    background: #E7E7E7;
    /*margin-top: 100px;*/
}

.dashboard_sectionSinglest {
    border-radius: 8px;
    background: #c5c2f157;
    border: 1px solid #08c;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    margin-top: 10%;
    padding: 0px 20px;
    height: 150px;
    cursor: pointer; /* Change cursor to hand pointer on hover */
    transition: box-shadow 0.3s; /* Optional: for a nice hover effect */
}

    .dashboard_sectionSinglest:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: add shadow on hover */
    }

.dashboard_sectionSinglest1 {
    border-radius: 8px;
    background: #ffae312e;
    border: 1px solid #FFAE31;
    padding-right: 20px;
}

.dashboard_sectionSinglest2 {
    border-radius: 8px;
    background: #00bc8b29;
    border: 1px solid #00BC8B;
}

.dashboard_sectionSinglest h4 {
    margin-left: 20px;
    text-align: left;
}

.dashboard_sectionSinglest3 {
    border-radius: 8px;
    background: #f0535f24;
    border: 1px solid #F0535F;
}

.dashboard_sectionSinglest4 {
    border-radius: 8px;
    background: #85ba3829;
    border: 1px solid #C9D6EC;
}

.dashboard_sectionSinglest5 {
    border-radius: 8px;
    background: #e395b436;
    border: 1px solid #E395B4;
}

.dashboard_icn {
    height: 108px;
    width: 108px;
    object-fit: contain;
}

.helpline_number {
    margin: 80px 0 40px;
}

    .helpline_number p {
        font-family: "Poppins", sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 26px;
        text-align: center;
        color: #000000;
    }

.helpline_btn {
    background: #32A755;
    border-radius: 90px;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 350px;
    margin: 0 auto;
}

    .helpline_btn span {
        font-family: "Poppins", sans-serif;
        font-size: 30px;
        font-weight: 500;
        line-height: 42px;
        text-align: center;
        color: #fff;
    }
/* Responsive Styles */
/* For Tablet Screens (max-width: 768px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .helpline_btn {
        width: 370px;
        /* Adjust button width for tablet */
        margin: 0 auto;
    }

    #floating-button {
        top: 50%;
    }

    .multiadvantage_inner {
        height: 100%;
    }

    .banner-img {
        padding: 70px 0px !important;
    }

    .Abanner-img {
        padding: 130px 0px !important;
    }

    .helpline_btn span {
        font-size: 30px;
        /* Slightly smaller text */
    }

    .remi_counter {
        padding: 20px 0 !important;
        margin-left: 0 !Important;
    }

    .modal-dialog.cardlist_size.modal-dialog-centered {
        width: auto !important;
    }

    .hero-slider {
        padding: 30px 0px;
    }
}
/* For Tablet Screens (max-width: 767px) */
@media (max-width: 767px) {


    .helpline_btn {
        width: 310px;
        /* Adjust button width for tablet */
    }

        .helpline_btn img {
            width: 50px;
            height: 50px;
        }

        .helpline_btn span {
            font-size: 30px;
            /* Slightly smaller text */
        }

    /*.hero_title-outward-remittance {
        line-height: 115px !important;
    }*/
}
/* For Mobile Screens (max-width: 576px) */
@media (max-width: 576px) {
    .helpline_btn span {
        width: 96%;
        /* Narrower button for mobile */
    }

    /*.helpline_btn img {
            width: 75px;*/
    /* Scale image down */
    /*}*/

    .helpline_btn span {
        font-size: 26px;
        /* Smaller text for mobile */
    }
}

.contact_img {
    /* margin-left: -20px;*/
    width: 77px;
    height: 77px;
    margin: 5px;
}

.profile-pic {
    background: #32A755;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 64px;
}

.profile_dropdown a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #08254D;
}

.profile_dropdown i {
    margin-right: 5px;
}

.user_name {
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left;
    color: #08254D;
    padding-left: 12px;
}
/* ==============
  Form-Validation Custom
===================*/
.error {
    color: #ff0000;
}

.parsley-error {
    border-color: #e2595f;
}

.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0;
}

    .parsley-errors-list.filled {
        display: block;
    }

    .parsley-errors-list > li {
        font-size: 12px;
        list-style: none;
        color: #e2595f;
        margin-top: 5px;
    }

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../assets/images/loader/loader.gif) 50% 50% no-repeat rgba(245,245,245,.85);
    z-index: 1000000;
}
/* custom end */

/* steps main section  */
.mainStepperforexd {
    background: #E7E7E7;
}

.steppersforexinnerbg {
    background: var(--white-color);
    border-radius: 8px;
    border: 1px solid #C9D6EC;
    padding: 24px 20px 30px;
    box-shadow: 0px 4px 20px 10px hsl(215.59deg 100% 76.86% / 5%);
}
/* steps main section  */
.mainform {
    background: #ffff;
    border-radius: 10px;
}

.mainforminnerbg {
    background: var(--white-color);
    padding: 24px 20px 30px;
    border-radius: 8px;
}

.topStepTimingBoxed {
    align-items: center;
    justify-content: space-between;
    background: #EBF7EE;
    padding: 12px 22px;
    border-radius: 5px;
}

/* custom start */

.innrMainsteppedForex .topstepsbgforex {
    background: #F9FAFB;
    border-radius: 5px;
    padding: 13px 20px;
}

.topstepsbgforex .steps {
    display: flex;
    justify-content: space-between;
}

    .topstepsbgforex .steps .step {
        display: flex;
        font-size: 14px;
        align-items: center;
        gap: 10px;
        font-weight: 400;
        color: var(--blue-color);
        width: min-content;
        line-height: 15px;
        position: relative;
    }

        .topstepsbgforex .steps .step .stepsNumb {
            height: 44px;
            width: 44px;
            min-width: 44px;
            background: var(--white-color);
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--blue-color);
            font-weight: 500;
            font-size: 16px;
            box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 5%);
        }

        .topstepsbgforex .steps .step.active {
            color: var(--secondary-color);
        }

            .topstepsbgforex .steps .step.active .stepsNumb {
                background: var(--secondary-color);
                color: var(--white-color);
            }

        .topstepsbgforex .steps .step.current,
        .topstepsbgforex .steps .step.preview {
            color: var(--primary-color);
        }

            .topstepsbgforex .steps .step.current .stepsNumb,
            .topstepsbgforex .steps .step.preview .stepsNumb {
                background: var(--primary-color);
                color: var(--white-color);
            }

.form-section {
    display: none;
}

    .form-section.active {
        display: block;
    }

.input_fieldComan.light .input_hrInr {
    color: #96AFD7;
}

.input_fieldComan.dark .input_hrInr {
    background: #F5FAFF;
}

.input_fieldComan.dark .input_hrInr {
    color: #96AFD7;
}

.input_fieldComan.dark .dropdown {
    background: url(../images/down-arrow.png) no-repeat, #F5FAFF;
    background-size: 36px;
    right: 0;
    background-position: 100% 50%;
    cursor: pointer;
}

.btn_nextForex {
    color: var(--white-color);
    background: var(--primary-color);
    border: none;
    padding: 11px 42px;
    border-radius: 4px;
    font-weight: 500;
    --bs-btn-hover-color: var(--white-color);
    --bs-btn-hover-bg: var(--primary-color);
    --bs-btn-hover-border-color: none;
}

.btn_prevForex {
    color: var(--white-color);
    background: var(--blue-color-dark);
    border: none;
    padding: 11px 42px;
    border-radius: 4px;
    font-weight: 500;
}

.verifyedField {
    width: 100px;
}

.GSCOmansets .comanRadiobtn {
    font-size: 16px;
    color: #667085;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 9px;
}

    .GSCOmansets .comanRadiobtn::before {
        content: "";
        height: 20px;
        width: 20px;
        display: inline-block;
        border-radius: 100%;
        border: 1px solid #15386A;
    }

.GSCOmansets input:checked + .comanRadiobtn::before {
    content: "";
    height: 20px;
    width: 20px;
    display: inline-block;
    border-radius: 100%;
    background: #15386A;
    outline: 1px solid #15386A;
    border: 3px solid var(--white-color);
}





.file-upload-boxsingles {
    border: 2px dashed #d3d3d3;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    background: #F8F8FF;
}

.file-upload-body {
    position: relative;
    margin-bottom: 10px;
}

.file-upload-input {
    display: none;
}

.file-upload-label {
    display: block;
    cursor: pointer;
    background: var(--white-color);
    border: 1px solid #F1F1F1;
    padding: 22px;
    margin-top: 11px;
}

.file-upload-footer {
    font-size: 12px;
    color: #676767;
    font-weight: 400;
}

.file-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

    .file-preview .viewPreviewimage img {
        width: 200px;
        height: 150px;
        margin-bottom: 10px;
    }

    .file-preview .viewPreviewimage {
        display: inline-block;
        position: relative;
    }

    .file-preview .fileNamed {
        font-size: 12px;
        color: #676767;
        font-weight: 400;
    }

.fileNamedv {
    font-size: 12px;
    color: #676767;
    font-weight: 400;
}

.viewPreviewimage .remove-file-btn {
    background: var(--secondary-color);
    color: var(--white-color);
    border: none;
    border-radius: 100%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -8px;
    top: -8px;
}

.modal-body .fileuploadingtxt {
    font-size: 14px;
    font-weight: 700;
    color: #676767;
}

.box_showsfileuploadhow {
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding: 8px 12px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .box_showsfileuploadhow .linefillfile {
        height: 2px;
        border-radius: 6px;
        background: #516593;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .box_showsfileuploadhow .btn-removefilename {
        background: transparent;
        border: none;
    }

        .box_showsfileuploadhow .btn-removefilename i {
            color: #E6E6E6;
        }

.modal-footer .uploadedBtnFiles {
    background: #516593;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    padding: 13px 34px;
    border-radius: 40px;
    border: none;
}

.modal-footer .Uploadcancel_btn {
    background: #E3E3E5;
    color: var(--black-color1);
    font-size: 14px;
    font-weight: 400;
    padding: 13px 34px;
    border-radius: 40px;
    border: none;
}

.uploadfilemodalstr .modal-dialog {
    max-width: 772px;
}

/*.uploadfilemodalstr.paysize .modal-dialog {
    max-width: 428px;
}*/

.uploadfilemodalstr .btn-close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 18px;
    top: 6px;
    background: transparent;
    opacity: 1;
    font-size: 26px;
    box-shadow: none;
    color: #516593;
}

.topamounttext-pay .linetxt {
    width: 60px;
    height: 3px;
    background: #EE232B;
    margin: auto;
    margin-top: 8px;
}

.btn_paynowstp {
    background: #32A755;
    border: none;
    font-weight: 500;
    color: var(--white-color);
    padding: 11px 26px;
    border-radius: 4px;
}

.btn_paylinkstp {
    background: #1C3E6F;
    border: none;
    font-weight: 500;
    color: var(--white-color);
    padding: 11px 26px;
    border-radius: 4px;
}

.btn_paylaterstp {
    background: #3F8454;
    border: none;
    font-weight: 500;
    color: var(--white-color);
    padding: 11px 26px;
    border-radius: 4px;
}

.btn_ContinuesPaybtn {
    background: #32A755;
    border: none;
    font-weight: 500;
    color: var(--white-color);
    padding: 11px 26px;
    border-radius: 4px;
}

.box_refarnumbers p {
    font-weight: 400;
    color: #1C3E6F;
}

.box_refarnumbers h4 {
    font-weight: 500;
    color: #EE232B;
}

.topbarsuccesstextdu .box_refarnumbers {
    background: #ee232b0d;
    border: 1px solid #ee232ba3;
    border-radius: 13px;
    width: max-content;
    margin: auto;
    padding: 16px 76px;
}

.topbarsuccesstextdu .knowtext {
    color: #3F8454;
    text-decoration: underline;
    font-weight: 400;
}

.modal-body .time-default {
    font-weight: 600;
    color: #B5BBC0;
}

.topstepsbgforex .steps .step .lnsteps {
    width: 50px;
    position: absolute;
    right: -66px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    border: 1px dashed #08254D;
}

.topstepsbgforex .steps .step.current .lnsteps,
.topstepsbgforex .steps .step.preview .lnsteps {
    background: var(--primary-color);
    border: none;
}

.topborderbreks {
    border-top: 1px dashed #15386A;
}

.previewUploadedboxedmn {
    border: 2px dashed #d3d3d3;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    background: #F8F8FF;
}

    .previewUploadedboxedmn .previewimg-str {
        width: 200px;
        height: 150px;
        margin-bottom: 10px;
    }

    .previewUploadedboxedmn p {
        font-size: 12px;
        color: #676767;
        font-weight: 400;
        text-align: start;
    }

.input_fieldComan .input_hrInr.picker {
    background: url(../images/date-icon-piker.png) no-repeat, var(--white-color);
    background-size: 16px;
    background-position: 98% 50%;
    cursor: pointer;
}

    .input_fieldComan .input_hrInr.picker::-webkit-inner-spin-button,
    .input_fieldComan .input_hrInr.picker::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none;
    }

.password-container {
    position: relative;
    display: flex;
    align-items: center;
}

    .password-container input[type="password"],
    .password-container input[type="text"] {
        width: 100%;
        padding-right: 30px; /* Add space for the toggle button */
    }

.toggle-button {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.cnftoggle-button {
    position: absolute;
    right: 10px;
    cursor: pointer;
}



/**New CSS*/
.app-main {
    flex: 1;
    display: flex;
    z-index: 8;
    position: relative
}

    .app-main .app-main__outer {
        flex: 1;
        flex-direction: column;
        display: flex;
        z-index: 12
    }

    .app-main .app-main__inner {
        padding: 0px 55px 0;
        margin-bottom: 10px;
        flex: 1
    }

.app-theme-white.app-container {
    background: #f1f4f6
}

.app-theme-white .app-sidebar {
    background: #fff
}

.app-theme-white .app-page-title {
    background: rgba(255, 255, 255, .45);
    border: 1px solid #C9D6EC;
    padding: 24px 20px 30px;
    background: #ffff;
    margin-bottom: 10px;
    border-radius: 10px;
}



.app-theme-white .app-footer .app-footer__inner,
.app-theme-white .app-header {
    background: #fafbfc
}

.app-theme-white.fixed-header .app-header__logo {
    background: rgba(250, 251, 252, .1)
}



.dashboard_body {
    border: 1px solid #C9D6EC;
    padding: 24px 20px 30px;
    background: #ffff;
    border-radius: 10px;
}

.dash_box {
    border: 2px solid rgba(239, 239, 239, 1);
    border-radius: 8px;
    padding: 20px 10px;
    margin: 0 0 20px;
}

.dash_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dash_box p {
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 400;
    line-height: 13.8px;
    text-align: left;
    color: #908BDE;
    margin: 0 0 20px;
}

.deduction p {
    color: #908BDE;
}

.dash_box h4 {
    font-family: Helvetica;
    font-size: 30px;
    font-weight: 400;
    line-height: 34.5px;
    text-align: left;
    color: #3E3E3E;
}

.dash_box span {
    color: #787676;
    font-size: 10px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.dash_box .res_per {
    color: #F04F47;
}

.inc_per {
    color: #2EA68E;
}

.res_icn {
    margin-right: 10px;
}

.payroll_btn a {
    background: #0066B3;
    border-radius: 9px;
    font-family: Helvetica;
    font-size: 13px;
    font-weight: 400;
    line-height: 14.95px;
    text-align: left;
    color: #FFFFFF;
    padding: 10px 20px;
    display: block;
    margin: 20px 0 0;
}

.payroll_wrapper {
    border: 1px solid #EFEFEF;
    background: #fff;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

    .payroll_wrapper p {
        font-family: Helvetica;
        font-size: 13px;
        font-weight: 400;
        line-height: 14.95px;
        text-align: left;
        padding: 10px 0 10px;
        color: #888686;
    }

    .payroll_wrapper h3 {
        font-family: Helvetica;
        font-size: 18px;
        font-weight: 400;
        line-height: 20.7px;
        text-align: left;
        color: #3F3F3F;
    }

.chart-container {
    width: 100%;
    margin: 0 auto;
}

.chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

    .chart-header .title {
        font-size: 16px;
        font-weight: bold;
    }

    .chart-header .legend {
        display: flex;
        gap: 10px;
    }

        .chart-header .legend span {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .chart-header .legend .box {
            width: 12px;
            height: 12px;
        }




/*LIST PAGE CSS*/
/*.list_form p, .list_form label {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.07px;
    text-align: left;
    color: #000;
    margin: 0 0 10px;
    display: block;
}*/

.list_form p, .list_form label {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.07px;
    text-align: left;
    color: #000;
    margin: 0 0 10px;
    display: block;
}

.list_actions {
    margin: 10px 0;
    border-bottom: 1px #ddd solid;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.search_btn a {
    background: darkblue;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    margin: 10px 5px;
}

.table.dataTable thead th, table.dataTable thead td {
    border: 0 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    background: #F7F6FE;
}

.dt-column-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.07px;
    text-align: center;
    color: #000;
}

.dt-length {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

    .dt-length label {
        white-space: nowrap;
    }

    .dt-length .custom-select {
        background: #E0E0E0;
        color: #000;
        padding: 0;
        margin: 0;
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 20px;
        padding-left: 10px;
        margin-left: 10px;
    }

.dt-search {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .dt-search label {
        display: none;
    }

.action_icons img {
    width: 17px;
    margin: 0 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: none;
}

.table-bordered > :not(caption) > * > * {
    border: 0;
}

table.dataTable {
    margin: 40px 0 !important;
}

#dt-search-0::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #222;
}

.dt-paging-button .page-link {
    background: #E0E0E0;
    padding: 8px 16px;
    border-radius: 8px;
    margin: 0 10px;
}

.active > .page-link, .page-link.active {
    background: #367AFF;
}

.dt-info {
    display: none;
}

#example_wrapper .row:nth-child(1) {
    justify-content: flex-start !important;
}


.dt-paging {
    margin: 50px 0;
}

table.dataTable tbody th, table.dataTable tbody td {
    font-size: 14px;
    color: #000;
    font-family: poppins;
    line-height: 17px;
    padding: 15px 10px !important;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.fa-2x {
    line-height: 2
}

.export_buttons {
    display: flex;
    justify-content: end;
    align-items: center;
}

    .export_buttons select {
        background: white;
        color: #0672B4;
        padding: 10px;
        border-radius: 10px;
        border: 0.5px solid #0066B3;
        margin: 0 5px;
    }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(26, 54, 126, .125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }



.app-container {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin: 0
}

.table th,
.table td {
    vertical-align: middle;
    align-content: center;
}

.app-header {
    height: 60px;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    z-index: 10;
    transition: all .2s
}

    .app-header.header-shadow {
        box-shadow: 0 .46875rem 2.1875rem rgba(4, 9, 20, .03), 0 .9375rem 1.40625rem rgba(4, 9, 20, .03), 0 .25rem .53125rem rgba(4, 9, 20, .05), 0 .125rem .1875rem rgba(4, 9, 20, .03)
    }

    .app-header .app-header__content {
        display: flex;
        align-items: center;
        align-content: center;
        flex: 1;
        padding: 0 1.5rem;
        height: 60px
    }

        .app-header .app-header__content .app-header-left {
            display: flex;
            align-items: center
        }

        .app-header .app-header__content .header-menu .nav-link {
            color: #6c757d
        }

            .app-header .app-header__content .header-menu .nav-link i {
                color: #adb5bd
            }

            .app-header .app-header__content .header-menu .nav-link:hover {
                color: #212529
            }

        .app-header .app-header__content .app-header-right {
            align-items: center;
            display: flex;
            margin-left: auto
        }

    .app-header .header-user-info > .widget-heading,
    .app-header .header-user-info > .widget-subheading {
        white-space: nowrap
    }

    .app-header .header-user-info > .widget-subheading {
        font-size: .8rem
    }

.app-header__logo {
    padding: 0 1.5rem;
    height: 60px;
    width: 280px;
    display: flex;
    align-items: center;
    transition: width .2s
}

    .app-header__logo .logo-src {
        height: auto;
        width: 176px;
    }

        .app-header__logo .logo-src img {
            padding-right: 20px;
        }

.app-header__menu,
.app-header__mobile-menu {
    display: none;
    padding: 0 1.5rem;
    height: 60px;
    align-items: center
}

.fixed-header .app-header {
    position: fixed;
    width: 100%;
    top: 0
}


.small-input {
    font-size: 0.9rem;
}

.main-Heading {
    font-size: x-large;
    color: darkblue;
    font-weight: 500;
    font-style: normal;
}
/* custom end */


/* SERVICE SECTION */
.hero_wrapper {
    background-image: url(../images/remi-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 360px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hero_wrapper::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(128.39deg, #09254E 15.96%, #285391 104.28%);
        opacity: 0.5;
        z-index: -1;
    }

    .hero_wrapper .hero_title {
        font-family: Poppins;
        font-size: 46px;
        font-weight: 600;
        line-height: 59.8px;
        text-align: center;
        color: #fff;
    }

.service_about {
    padding: 50px 0;
}

    .service_about h2 {
        font-family: Poppins;
        font-size: 40px;
        font-weight: 600;
        line-height: 52px;
        text-align: center;
        color: #112E56;
        margin: 0 0 10px;
    }

    .service_about p {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 400;
        line-height: 30.6px;
        text-align: justify;
        color: #112E56;
        margin: 0 0 20px;
        text-align: justify;
    }


    .service_about .serviceBox:before, .service_about .serviceBox:after {
        content: "";
        border-bottom: none;
        position: absolute;
        left: 10px;
        right: 10px;
        top: 55px;
        bottom: 0;
        z-index: -1;
        background: #fff;
        border-radius: 8px;
        border: 1px solid #C9D6EC;
    }

.serviceBox {
    color: #FE6B02;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 12px 20px 35px;
    position: relative;
    z-index: 1;
}

    .serviceBox .service-icon h6 {
        font-family: Poppins;
        font-size: 48px;
        font-weight: 500;
        line-height: 81.6px;
        text-align: center;
        color: #1C3E6F;
    }


    .serviceBox .title {
        font-family: Poppins;
        font-size: 22px;
        font-weight: 500;
        line-height: 37.4px;
        text-align: center;
        color: #000;
        margin: 20px 0 0;
        padding: 0 30px;
    }

    .serviceBox .description {
        color: #143769;
        font-size: 16px;
        width: 75%;
        line-height: 23px;
    }

.advantage_wrapper {
    padding: 50px 0;
    background: #F1F6FF;
}

    .advantage_wrapper .contact_title {
        font-size: 48px;
        font-weight: 700;
        line-height: 68px;
        text-align: center;
        color: #093679;
    }

    .advantage_wrapper .contact_subtitle {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
        color: #171A1F;
        margin-bottom: 60px;
    }

.contact-info h4 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #112E56;
}

.address_title {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #000;
    margin: 0 0 30px;
}

.add_text {
    color: #000 !important;
    font-weight: 400 !important;
    padding-left: 10px;
}

    .add_text span,
    .modal-body span {
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        text-align: left;
        color: #093679;
    }

.all_add_btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    padding: 8px 32px;
}

.contact-form {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 28px 0px rgba(95, 133, 207, 0.1);
    border-radius: 8px;
    padding: 40px;
}

    .contact-form label {
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: -0.02em;
        text-align: left;
    }

    .contact-form input::placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        text-align: left;
        color: rgba(110, 117, 145, 1);
    }

.advantage_wrapper h2 {
    margin: 30px 0;
}

.custom-counter {
    margin: 0;
    padding: 0;
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

    .custom-counter li {
        counter-increment: step-counter;
        display: flex;
        align-items: center;
        padding: 10px 0;
        font-family: Poppins;
        font-size: 16px;
        font-weight: 400;
        line-height: 30.3px;
    }

        .custom-counter li::before {
            content: counter(step-counter);
            margin-right: 10px;
            font-size: 80%;
            background-color: #1C3E6F;
            color: white;
            font-weight: bold;
            /*  padding: 2px 14px;*/
            border-radius: 35px;
            height: 40px;
            width: 40px;
            line-height: 40px;
            text-align: center
        }

.service_cta {
    background: url(../images/service_cta.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.cta_content h3 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    color: #fff;
}

    .cta_content h3 span {
        color: #EE232B;
    }

.cta_content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21.92px;
    text-align: center;
    color: #fff;
    font-family: Poppins;
}

.cta_button {
    margin: 40px 0 0 !important;
}

.cta_content .cta_button a {
    background: #32A755;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 10px 17px;
    display: block;
    width: max-content;
    margin: 0 auto;
    border-radius: 4px;
}

/* END HERE */




.innrMainsteppedForex .topstepsbgforex {
    background: #F9FAFB;
    border-radius: 5px;
    padding: 13px 20px;
}

.topstepsbgforex .steps {
    display: flex;
    justify-content: space-between;
}

    .topstepsbgforex .steps .step {
        display: flex;
        font-size: 14px;
        align-items: center;
        gap: 10px;
        font-weight: 400;
        color: var(--blue-color);
        width: min-content;
        line-height: 15px;
        position: relative;
    }

        .topstepsbgforex .steps .step .stepsNumb {
            height: 44px;
            width: 44px;
            min-width: 44px;
            background: var(--white-color);
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--blue-color);
            font-weight: 500;
            font-size: 16px;
            box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 5%);
        }

        .topstepsbgforex .steps .step.active {
            color: var(--secondary-color);
        }

            .topstepsbgforex .steps .step.active .stepsNumb {
                background: var(--secondary-color);
                color: var(--white-color);
            }

        .topstepsbgforex .steps .step.current,
        .topstepsbgforex .steps .step.preview {
            color: var(--primary-color);
        }

            .topstepsbgforex .steps .step.current .stepsNumb,
            .topstepsbgforex .steps .step.preview .stepsNumb {
                background: var(--primary-color);
                color: var(--white-color);
            }

.form-section {
    display: none;
}

    .form-section.active {
        display: block;
    }

.input_fieldComan.light .input_hrInr {
    color: #96AFD7;
}

.input_fieldComan.dark .input_hrInr {
    background: #F5FAFF;
}

.input_fieldComan.dark .input_hrInr {
    color: #96AFD7;
}

.input_fieldComan.dark .dropdown {
    background: url(../images/down-arrow.png) no-repeat, #F5FAFF;
    background-size: 36px;
    right: 0;
    background-position: 100% 50%;
    cursor: pointer;
}

.btn_nextForex {
    color: var(--white-color);
    background: var(--primary-color);
    border: none;
    padding: 11px 42px;
    border-radius: 4px;
    font-weight: 500;
    --bs-btn-hover-color: var(--white-color);
    --bs-btn-hover-bg: var(--primary-color);
    --bs-btn-hover-border-color: none;
}

.btn_prevForex {
    color: var(--white-color);
    background: var(--blue-color-dark);
    border: none;
    padding: 11px 42px;
    border-radius: 4px;
    font-weight: 500;
}

.verifyedField {
    width: 100px;
}

.GSCOmansets .comanRadiobtn {
    font-size: 16px;
    color: #667085;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 9px;
}

    .GSCOmansets .comanRadiobtn::before {
        content: "";
        height: 20px;
        width: 20px;
        display: inline-block;
        border-radius: 100%;
        border: 1px solid #15386A;
    }

.GSCOmansets input:checked + .comanRadiobtn::before {
    content: "";
    height: 20px;
    width: 20px;
    display: inline-block;
    border-radius: 100%;
    background: #15386A;
    outline: 1px solid #15386A;
    border: 3px solid var(--white-color);
}

.file-upload-boxsingles {
    border: 2px dashed #d3d3d3;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    background: #F8F8FF;
}

.file-upload-body {
    position: relative;
    margin-bottom: 10px;
}

.file-upload-input {
    display: none;
}

.file-upload-label {
    display: block;
    cursor: pointer;
    background: var(--white-color);
    border: 1px solid #F1F1F1;
    padding: 22px;
    margin-top: 11px;
}

.file-upload-footer {
    font-size: 12px;
    color: #676767;
    font-weight: 400;
}

.file-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

    .file-preview .viewPreviewimage img {
        width: 200px;
        height: 150px;
        margin-bottom: 10px;
    }

    .file-preview .viewPreviewimage {
        display: inline-block;
        position: relative;
    }

    .file-preview .fileNamed {
        font-size: 12px;
        color: #676767;
        font-weight: 400;
    }

.fileNamedv {
    font-size: 12px;
    color: #676767;
    font-weight: 400;
}

.viewPreviewimage .remove-file-btn {
    background: var(--secondary-color);
    color: var(--white-color);
    border: none;
    border-radius: 100%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -8px;
    top: -8px;
}

.modal-body .fileuploadingtxt {
    font-size: 14px;
    font-weight: 700;
    color: #676767;
}

.box_showsfileuploadhow {
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding: 8px 12px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .box_showsfileuploadhow .linefillfile {
        height: 2px;
        border-radius: 6px;
        background: #516593;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .box_showsfileuploadhow .btn-removefilename {
        background: transparent;
        border: none;
    }

        .box_showsfileuploadhow .btn-removefilename i {
            color: #E6E6E6;
        }

.modal-footer .uploadedBtnFiles {
    background: #516593;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    padding: 13px 34px;
    border-radius: 40px;
    border: none;
}

.modal-footer .Uploadcancel_btn {
    background: #E3E3E5;
    color: var(--black-color1);
    font-size: 14px;
    font-weight: 400;
    padding: 13px 34px;
    border-radius: 40px;
    border: none;
}

.uploadfilemodalstr .modal-dialog {
    max-width: 772px;
}

.uploadfilemodalstr.paysize .modal-dialog {
    max-width: 428px;
}

.uploadfilemodalstr .btn-close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 18px;
    top: 6px;
    background: transparent;
    opacity: 1;
    font-size: 26px;
    box-shadow: none;
    color: #516593;
}

.topamounttext-pay .linetxt {
    width: 60px;
    height: 3px;
    background: #EE232B;
    margin: auto;
    margin-top: 8px;
}

.btn_paynowstp {
    background: #32A755;
    border: none;
    font-weight: 500;
    color: var(--white-color);
    padding: 11px 26px;
    border-radius: 4px;
}

.btn_paylinkstp {
    background: #1C3E6F;
    border: none;
    font-weight: 500;
    color: var(--white-color);
    padding: 11px 26px;
    border-radius: 4px;
}

.btn_paylaterstp {
    background: #3F8454;
    border: none;
    font-weight: 500;
    color: var(--white-color);
    padding: 11px 26px;
    border-radius: 4px;
}

.btn_ContinuesPaybtn {
    background: #32A755;
    border: none;
    font-weight: 500;
    color: var(--white-color);
    padding: 11px 26px;
    border-radius: 4px;
}

.box_refarnumbers p {
    font-weight: 400;
    color: #1C3E6F;
}

.box_refarnumbers h4 {
    font-weight: 500;
    color: #EE232B;
}

.topbarsuccesstextdu .box_refarnumbers {
    background: #ee232b0d;
    border: 1px solid #ee232ba3;
    border-radius: 13px;
    width: max-content;
    margin: auto;
    padding: 16px 76px;
}

.topbarsuccesstextdu .knowtext {
    color: #3F8454;
    text-decoration: underline;
    font-weight: 400;
}

.modal-body .time-default {
    font-weight: 600;
    color: #B5BBC0;
}

.topstepsbgforex .steps .step .lnsteps {
    width: 50px;
    position: absolute;
    right: -66px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    border: 1px dashed #08254D;
}

.topstepsbgforex .steps .step.current .lnsteps,
.topstepsbgforex .steps .step.preview .lnsteps {
    background: var(--primary-color);
    border: none;
}

.topborderbreks {
    border-top: 1px dashed #15386A;
}

.previewUploadedboxedmn {
    border: 2px dashed #d3d3d3;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    background: #F8F8FF;
}

    .previewUploadedboxedmn .previewimg-str {
        width: 200px;
        height: 150px;
        margin-bottom: 10px;
    }

    .previewUploadedboxedmn p {
        font-size: 12px;
        color: #676767;
        font-weight: 400;
        text-align: start;
    }

.input_fieldComan .input_hrInr.picker {
    background: url(../images/date-icon-piker.png) no-repeat, var(--white-color);
    background-size: 16px;
    background-position: 98% 50%;
    cursor: pointer;
}

    .input_fieldComan .input_hrInr.picker::-webkit-inner-spin-button,
    .input_fieldComan .input_hrInr.picker::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none;
    }

/* custom start */

.Logintoggle-button {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.Newtoggle-button {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.resetCnftoggle-button {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.ui-datepicker-trigger {
    position: absolute;
    top: 35px;
    outline: none;
    right: 6px;
    background-color: #fff;
    border: none;
}

    .ui-datepicker-trigger > img {
        width: 23px;
        /* padding: 1px 4px; */
        margin-top: -8px;
    }

.datepicker-container {
    position: relative;
    display: inline-block;
}

.datepicker {
    padding-right: 30px; /* Add padding to make space for the icon */
}

/* custom end */


/* REMITTANCE 2 */
.remittance_2 .custom-counter {
    columns: 1;
}

.remi_advantage {
    background: #ECF3FF;
}

.multimoney_advantage {
    background: #204780;
    padding: 70px 0;
}

    .multimoney_advantage h2 {
        font-family: Poppins;
        font-size: 40px;
        font-weight: 600;
        line-height: 52px;
        text-align: center;
        color: #fff;
        padding: 0 0 40px;
    }

.multiadvantage_inner {
    background: rgb(217 217 217 / 10%);
    padding: 40px;
    height: 100%;
    margin: 0 0 20px;
}

    .multiadvantage_inner h4 {
        font-family: Poppins;
        font-size: 26px;
        font-weight: 600;
        line-height: 44.2px;
        text-align: center;
        color: #fff;
        margin: 0 0 10px;
    }

    .multiadvantage_inner p {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 400;
        line-height: 22.5px;
        text-align: justify;
        color: #fff;
    }

.multimoney_advantage .multiadvantage_inner .service-icon {
    height: 106px;
    width: 106px;
    min-width: 106px;
    border-radius: 100%;
    background: var(--white-color);
    border: 1px solid #C9D6EC;
    box-shadow: 1px 5px 10px 0px rgb(0 0 0 / 10%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .multimoney_advantage .multiadvantage_inner .service-icon img {
        height: 60px;
        width: 60px;
        object-fit: contain;
    }

.remi_counter {
    padding: 20px 0;
    margin: 0 auto;
}

.remi_counter_mobile {
    padding: 20px 0;
}

.remi_counter_innner {
    /*flex-direction: column; /* Stacks the h3 and p vertically
    align-items: center;   /* Center align the content
    justify-content: center; /* Center align vertically */
    padding: 10px;
}

    .remi_counter_innner h3 {
        font-size: 14px; /* Adjust font size for mobile */
        margin-bottom: 0px; /* Space below the heading */
        color: #030f3f;
    }

    .remi_counter_innner p {
        font-size: 14px; /* Smaller font size for mobile */
        margin: 0; /* Remove default margin */
        color: #030f3f;
    }

    .remi_counter_innner img {
        width: 80px;
    }

/*custom start*/
table, th, td {
    border: none;
}

table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}

    table.striped tr {
        border-bottom: none;
    }

    table.striped > tbody > tr:nth-child(odd) {
        background-color: rgba(242, 242, 242, 0.5);
    }

    table.striped > tbody > tr > td {
        border-radius: 0;
    }

    table.highlight > tbody > tr {
        transition: background-color .25s ease;
    }

        table.highlight > tbody > tr:hover {
            background-color: rgba(242, 242, 242, 0.5);
        }

    table.centered thead tr th, table.centered tbody tr td {
        text-align: center;
    }

tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

td, th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}

@media only screen and (max-width: 992px) {
    table.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
        /* sort out borders */
    }

    .multimoney_advantage .col-lg-4.col-md-6 {
        margin-bottom: 20px;
    }


    .heading_rates {
        height: 30px;
    }

    table.responsive-table td:empty:before {
        content: '\00a0';
    }

    table.responsive-table th,
    table.responsive-table td {
        margin: 0;
        vertical-align: top;
    }

    table.responsive-table th {
        text-align: left;
    }

    table.responsive-table thead {
        display: block;
        float: left;
    }

        table.responsive-table thead tr {
            display: block;
            padding: 0 10px 0 0;
        }

            table.responsive-table thead tr th::before {
                content: "\00a0";
            }

    table.responsive-table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

        table.responsive-table tbody tr {
            display: inline-block;
            vertical-align: top;
        }

    table.responsive-table th {
        display: block;
        text-align: right;
    }

    table.responsive-table td {
        display: block;
        min-height: 1.25em;
        text-align: left;
    }

    table.responsive-table tr {
        border-bottom: none;
        padding: 0 10px;
    }

    table.responsive-table thead {
        border: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.12);
    }
}
/*Custom end */
.input_fieldComan .icons_lr {
    width: 20px;
}

/*New CSS SR */
.qoute-ab-icon:before {
    content: "\f10d";
    position: absolute;
    top: -10px;
    left: 10px;
    font-family: "FontAwesome";
    font-size: 36px;
    font-weight: normal;
}

.qoute-ab-icon:after {
    content: "\f10e";
    position: absolute;
    bottom: -10px;
    right: 10px;
    font-family: "FontAwesome";
    font-size: 36px;
    font-weight: normal;
}

.video-btn {
    border-color: #333 !important;
    width: 90px;
    height: 90px;
    line-height: 85px;
    margin: 0px auto;
    text-align: center;
    top: -50px;
    left: 0;
    right: 0;
    background: #fff;
}

.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 70px;
    height: 100px;
    margin: auto;
    position: relative;
}

    .bg-img span.blue-dot {
        width: 53px;
        height: 53px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 3px;
        line-height: 15px;
        position: relative;
        top: 10px;
        left: 8px;
        align-content: center;
    }

    .bg-img span.bt-side {
        top: 37px;
        align-content: center;
    }

    .bg-img:after {
        content: "";
        background: #202B7A;
        width: 8px;
        height: 8px;
        position: absolute;
        bottom: -31px;
        left: 0px;
        right: 0;
        margin: 0px auto;
        border-radius: 30px;
        z-index: 2;
    }

.nwewc {
    padding: 3px;
}

.bg-img:before {
    content: "";
    background: #fff;
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: -36px;
    left: 0px;
    right: 0;
    margin: 0px auto;
    border-radius: 30px;
    border: 2px solid #202B7A;
    z-index: 2;
}

.green-dot::after {
    background: #32A755;
}

.green-dot::before {
    border: 2px solid #32A755;
}

.top-after::before {
    top: -20px;
}

.bg-img:before {
    bottom: -27px;
}

.bg-img:after {
    bottom: -22px;
}

.top-after::after {
    top: -15px;
}

.red-dot::before {
    border: 2px solid #ee232b;
}

.red-dot::after {
    background: #ee232b;
}

.our-juorney:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 170px;
    bottom: -13px;
    width: 100%;
    background: #E0E0E0;
    height: 10px;
    display: flex;
    align-self: center;
    z-index: 0;
}




.fix-w {
    width: 160px !important;
    margin: 0px auto;
}

.milestone {
    height: 81px;
    text-align: center;
    /* margin-top: 20px; */
    align-content: center;
    font-weight: 600;
}

.founder-meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    text-align: center;
    padding: 20px 0px;
    background-image: linear-gradient(0deg, #19191B, transparent);
    width: 100%;
    margin: 0px auto;
    border-radius: 0px 0px 12px 12px;
}

.founders_item img {
    height: 420px;
    object-fit: cover;
    border-radius: 12px;
}

.awards_item {
    background: #fff;
    border: 1px solid #F4F5F6;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px #89B9FF0D;
    margin: 10px;
}

    .awards_item img {
        width: 93px;
        height: 93px;
        object-fit: contain;
        margin: 0px auto;
    }

.green-circle {
    background: #32a755 !important;
}

.green-color-L {
    color: #32a755 !important;
}

.green-circle:after {
    border: 2px solid #32a755 !important;
}

.red-color-L {
    color: #ee232b !important;
}

.red-circle {
    background: #ee232b !important;
}

    .red-circle:after {
        border: 2px solid #ee232b !important;
    }

#accordionExample .accordion-body label.text-start {
    margin-top: 16px;
}

.modal.choose_CustomModal {
    z-index: 1051;
}

.dashboard_body {
    border: 1px solid #C9D6EC;
    padding: 24px 20px 30px;
    background: #ffff;
    border-radius: 10px;
}

.app-theme-white .app-page-title {
    background: rgba(255, 255, 255, .45);
    border: 1px solid #C9D6EC;
    padding: 24px 20px 30px;
    background: #ffff;
    margin-bottom: 10px;
    border-radius: 10px;
}

.main-Heading {
    font-size: x-large;
    color: darkblue;
    font-weight: 500;
    font-style: normal;
}

.btn-invalid {
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: gray;
    --bs-btn-disabled-border-color: #0d6efd;
}

@media (max-width: 1202px) {
    .header_LeftbarText .fts-46 img { /* Hide images */
        display: block;
        height: 200px !important;
    }
}

[aria-label][tooltip-position] {
    position: relative;
    letter-spacing: 0.1rem;
    background: transparent;
    z-index: 12;
}

    [aria-label][tooltip-position]::before,
    [aria-label][tooltip-position]::after {
        --scale: 0;
        position: absolute;
        width: 200px;
        font-size: 1rem;
        transition: transform 100ms;
        transition-timing-function: linear;
    }

    [aria-label][tooltip-position]:hover::before,
    [aria-label][tooltip-position]:hover::after {
        --scale: 1;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.45, 1.93);
        min-width: 120px;
        font-size: 12px;
    }

    [aria-label][tooltip-position]::before {
        content: attr(aria-label);
        background-color: var(--tooltip-color);
        padding: 0.5em;
        border-radius: 0.3em;
        width: 200px;
        text-align: center;
        transform: scale(0);
    }

    [aria-label][tooltip-position]::after {
        content: "";
        border: var(--arrow-size) solid transparent;
    }

    [aria-label][tooltip-position]::before,
    [aria-label][tooltip-position]::after {
        --tooltip-color: orange;
        --arrow-size: 0.5rem;
        --scale: 0;
        width: 200px;
        z-index: 1;
        font-size: 1rem;
        transform: translate(var(--translate-x), var(--translate-y)) scale(var(--scale));
    }



/** Top */

[aria-label][tooltip-position="top"]::before {
    position: absolute;
    --translate-x: -50%;
    --translate-y: calc(-100% - var(--arrow-size));
    top: 0px;
    left: 50%;
    transform-origin: bottom center;
}

[aria-label][tooltip-position="top"]::after {
    --translate-x: -50%;
    --translate-y: calc(-1 * var(--arrow-size));
    top: 0px;
    left: 50%;
    border-top-color: var(--tooltip-color);
    transform-origin: bottom center;
}

/** Left */



/** Top */

[aria-label][tooltip-position="top"]::before {
    position: absolute;
    --translate-x: -50%;
    --translate-y: calc(-100% - var(--arrow-size));
    top: 0px;
    left: 50%;
    transform-origin: bottom center;
}

[aria-label][tooltip-position="top"]::after {
    --translate-x: -50%;
    --translate-y: calc(-1 * var(--arrow-size));
    top: 0px;
    left: 50%;
    border-top-color: var(--tooltip-color);
    transform-origin: bottom center;
}

/** Left */

.charges-tooltip {
    position: absolute !important;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    [aria-label][tooltip-position]:hover::before, [aria-label][tooltip-position]:hover::after {
        width: fit-content;
        left: -80%;
    }

    [aria-label][tooltip-position="top"]::after {
        border-top-color: transparent !important;
    }
}

.banner-img {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 129px 0px;
    background-repeat: no-repeat;
}

.Abanner-img {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 160px 0px;
    background-repeat: no-repeat;
}

.button-container {
    text-align: center;
}

.hero_title-outward-remittance {
    /*  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    position: absolute;
    text-align: center;
    font-family: Poppins;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    padding: 10%;
}

.mainStepperforexd .inner_registerContents .nav.inner_btn_tabsview {
    background: #F9FAFB;
    border-radius: 5px;
    padding: 13px 5px;
    margin-bottom: 20px;
}

option[value=""]:disabled {
    display: none; /* Hides the placeholder option in dropdown */
}

.aboutstory {
    margin-top: 102px;
}


/* Disable Landscape*/
.rotate-overlay {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 999999;
    left: 0;
    top: 0;
    height: 100vh;
    background: #ffffff;
}

.show-overlay {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



.custom-bullet {
    list-style-type: disc; /* Options: circle, square, decimal, etc. */
    padding-left: 20px;
}

    .custom-bullet li {
        margin-bottom: 8px;
    }

@media screen and (max-width: 768px) and (min-width: 600px) {
    /* .content_howAslet {
        max-width: 428px;
        min-width: 428px;
    } */
    .Abanner-img {
        height: 100px;
        background-repeat: no-repeat;
        background-size: contain !important;
        padding: 90px 0px;
    }

    .li {
        margin-bottom: 0rem !important;
    }

    .nav-link.dropdown-toggle {
        margin-bottom: 4px;
    }

    .banner-img {
        background-size: contain;
    }

    .remi_counter .container .row {
        align-items: baseline;
    }

    [aria-label][tooltip-position="top"]::before {
        --translate-x: -80%;
    }

    [aria-label][tooltip-position="top"]::after {
        --translate-x: -80%;
    }

    .modal-dialog.cardlist_size.modal-dialog-centered {
        width: auto !important;
    }

    .li {
        margin-bottom: 0rem !important;
    }

    .nav-link.dropdown-toggle {
        margin-bottom: 0px;
    }
}

@media (min-width: 685px) and (max-width: 1024px) {
    .remi_counter_innner p {
        font-size: 13px !important;
    }

    .remi_counter_innner h3 {
        font-size: 15px !important;
    }

    .remi_counter_innner img {
        width: 70px;
    }
}

.show-overlay > img {
    width: 20%;
}

.slick-track {
    display: flex;
}

.slick-slide {
    height: auto;
}
/*
.box-size {
    height:45vh;
}*/
.fix-width {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
}

.banner_img .img-responsive {
    max-width: 100%;
    height: auto;
}

.product_top {
    padding-top: 40px;
}


@media only screen and (max-device-width:450px) {

    .our-juorney:after {
        bottom: 175px;
        top: auto;
    }
}
/*start-CSS-Menu*/
.nav-item.dropdown .dropdown-menu .dropend .dropdown-item.dropdown-toggle::after {
    display: none;
}
.nav-item.dropdown .dropdown-menu .dropend:hover .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-left: var(--bs-dropdown-spacer);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: -50px;
}
nav .nav-link {
    line-height: 50px;
}
.profile_dropdown i.fa-angle-right {
    margin-right: 0px;
    margin-left: 1.2rem;
}
nav .dropdown-item:focus, nav .dropdown-item:hover {
    background: unset;
}
nav .dropend:focus .dropdown-item span, nav .dropend:hover .dropdown-item span,
nav .dropend:focus .dropdown-item .dropdown-item, nav .dropdown-menu .dropdown-menu .dropdown-item:hover {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #EAEAEA;
    color: var(--blue-color);
}

.after-border-bottom::after {
    content: "";
    background: #9F9F9F;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.6rem !important;
}

.dropdown-menu li.dropend:last-child .after-border-bottom::after {
    display: none;
}
.navbar-nav .dropdown-menu .dropdown-menu .dropdown-divider {
    border-top: 0.5px solid #9f9f9f;
}

/*end-CSS-Menu*/

/*start-CSS-banglore*/

.insight_item p.light-color-L {
    color: var(--light-gray-color);
}

.home-Map .map_address {
    width: 100%;
    height: 250px;
}

.cities_slider_sec {
    grid-template-columns: repeat(8, 1fr);
    gap: 22px;
}
.insight_item h3.blue-color-L {
    color: var(--blue-color);
}



.cities_slider .slick-prev, .cities_slider .slick-next {
    border: none;
    font-size: 0;
    padding: 0;
    background: transparent;
}

    .cities_slider .slick-prev::after {
        content: "\ecb0";
        font-family: "boxicons";
        font-size: 34px;
        height: 48px;
        width: 48px;
        border-radius: 100%;
        background: var(--button-color);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--white-color);
        border: 1px solid var(--button-color);
        position: absolute;
        left: -60px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .cities_slider .slick-next::after {
        content: "\ecb3";
        font-family: "boxicons";
        font-size: 34px;
        height: 48px;
        width: 48px;
        border-radius: 100%;
        background: var(--button-color);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--white-color);
        position: absolute;
        right: -60px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
