@font-face {
    font-family: 'Geomatrix Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Geomatrix Regular'), url('../fonts/Geomatrix-8MYjn.woff') format('woff');
}

@font-face {
    font-family: 'Geomatrix Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Geomatrix Thin'), url('../fonts/GeomatrixThin-BWPYw.woff') format('woff');
}

@font-face {
    font-family: 'Geomatrix Light';
    font-style: normal;
    font-weight: normal;
    src: local('Geomatrix Light'), url('../fonts/GeomatrixLight-9Yrm2.woff') format('woff');
}

@font-face {
    font-family: 'Geomatrix Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Geomatrix Medium'), url('../fonts/GeomatrixMedium-1G4Zv.woff') format('woff');
}

@font-face {
    font-family: 'Geomatrix Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Geomatrix Bold'), url('../fonts/GeomatrixBold-6YBZ1.woff') format('woff');
}

@font-face {
    font-family: 'Geomatrix Black';
    font-style: normal;
    font-weight: normal;
    src: local('Geomatrix Black'), url('../fonts/GeomatrixBlack-51Rmv.woff') format('woff');
}


/* Custom */

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Geomatrix Regular';
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

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

a,
a:focus,
a:hover,
button,
button:hover,
button:focus {
    transition: 0.3s;
    outline: none;
}

input,
select {
    outline: none;
    box-shadow: none;
}


/* End-Custom */


/* Header */

.ac-submenu {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    min-width: 150px;
    background: #fff;
    right: -1px;
    border: 2px solid #e2576a;
    top: 54px;
    z-index: 100;
    border-radius: 0 0 10px 10px;
    box-shadow: 5px 5px 10px #b9b9b9;
    transform: translate(-50px, 0px);
    transition: .3s all cubic-bezier(.18, .89, .32, 1.28);
    display: block;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.top-header .top-right li .ac-submenu li {
    margin: 0;
    padding: 0;
    border: none;
}

.top-header .top-right li .ac-submenu li a {
    text-decoration: none;
    display: block;
    padding: 5px 10px;
}

.top-header .top-right li .ac-submenu li a:hover,
.top-header .top-right li .ac-submenu li a:focus {
    background-color: #e2576a;
    color: #fff;
}

.country-dropdown {
    position: relative;
}

.country-dropdown:hover ul {
    display: block;
    width: 100%;
    z-index: 99999;
    transition: .3s all cubic-bezier(.18, .89, .32, 1.28);
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
}

.nav>ul>li:after {
    content: "";
    border-bottom: 7px solid transparent;
    border-radius: 100px;
    width: 100%;
    display: block;
}

.nav>ul>li:hover:after {
    border-color: #C135BF;
}

.top-header-inner .top-right>ul>li>a,
.top-header-inner .top-right>ul>li>span {
    padding: 15px 0;
    display: inline-block;
}

.top-header a {
    vertical-align: middle;
    color: #021245;
}

.top-header a:hover,
.top-header a:focus {
    color: #D14694;
}

.top-header img {
    margin-right: 5px;
}

.top-header .top-right li {
    border-right: 1px solid rgb(2 18 69 / 10%);
    margin-left: 20px;
    padding-right: 20px;
}

.top-header .top-right li:last-child {
    border: none;
    padding: 0;
}

.top-left ul:first-child li {
    border-right: 1px solid rgb(2 18 69 / 10%);
    margin-right: 37px;
    padding-right: 37px;
}

.top-left .social-icon {
    grid-gap: 30px;
}

.nav ul li.tablet-visibile,
.nav ul li.mobile-visibile,
.nav ul li.mobile-visibile-landscap {
    display: none;
}

.main-header {
    /* padding: 45px 0; */
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(41, 41, 41, 0.10);
}

.main-header .header-right a {
    border-radius: 50px;
    background: linear-gradient(270deg, #C135BF 0%, #EE634E 100%);
    padding: 14px 0;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    width: 183px;
    display: inline-block;
    margin-left: 15px;
    text-align: center;
    border: 1px solid #D14694;
}

.main-header .header-right a:hover,
.main-header .header-right a:focus,
.main-header .header-right a.register-btn {
    color: #D14694;
    background: transparent;
    border: 1px solid #D14694;
}

.main-header .header-right a.register-btn:hover,
.main-header .header-right a.register-btn:focus {
    background: linear-gradient(270deg, #C135BF 0%, #EE634E 100%);
    color: #fff;
    border: 1px solid #D14694;
}


/* End-Header */


/* Footer */

footer {
    background-image: url(../images/footer-bg.png);
    height: 633px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 244px 0 0 0;
    background-size: cover;
}

.testimonial-slider-main+footer {
    background-color: #f7f8fa;
}

footer h3 {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
}

footer ul li a {
    color: #fff;
    font-size: 20px;
}

footer ul.footer-social a img,
.top-header a svg {
    transition: 0.3s;
}

footer ul.footer-social a:hover img,
.top-header a:hover svg,
footer ul.footer-social a:focus img,
.top-header a:focus svg {
    transform: translatey(-5px);
    transition: 0.3s;
}

footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}

footer .f-part {
    width: 25%;
}

footer .f-part.f-middle {
    width: 16.66%;
}

footer ul.footer-social {
    grid-gap: 36px;
}

.footer-inner {
    grid-gap: 20px;
}

footer h3.follow-heading {
    margin-top: 35px;
}

footer p {
    color: #fff;
    line-height: 36px;
    margin: 0;
}

footer .f-part ul li {
    margin-bottom: 15px;
}

.copyright {
    border-top: 1px solid rgb(255 255 255 / 28%);
    margin-top: 60px;
    padding: 25px 0;
}

.copyright p {
    margin: 0;
}

footer .newsletter-section .input-group {
    display: block;
    position: relative;
}

footer .newsletter-section .input-group input {
    height: 58px;
    border-radius: 100px !important;
    width: 100%;
    border: none;
    outline: none;
    font-size: 18px;
    padding: 0 25px;
    color: #A5B7D2;
}

footer .newsletter-section .input-group input::placeholder {
    color: #A5B7D2;
}

footer .newsletter-section .input-group input::-ms-input-placeholder {
    color: #A5B7D2;
}

footer .newsletter-section .input-group button {
    border-radius: 100px;
    width: 46px;
    height: 46px;
    background: linear-gradient(270deg, #C135BF 0%, #EE634E 100%);
    border: none;
    position: absolute;
    top: 6px;
    right: 7px;
}


/* End-Footer */


/* Home-page */

.home-banner:before {
    background-image: url(../images/dot-animation-top.gif);
    width: 100%;
    height: 678px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
}

.home-banner {
    min-height: 690px;
    position: relative;
}

.home-banner:after {
    content: "";
    background-image: url(../images/banner-right.png);
    width: 900px;
    height: 690px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.home-left {
    display: flex;
    flex-direction: column;
    width: 800px;
    height: 690px;
    justify-content: center;
    align-items: flex-start;
}

.home-left h1 {
    font-size: 80px;
    font-family: 'Geomatrix Medium';
    line-height: 96px;
    color: #021245;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
}

.home-left p {
    font-size: 29px;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(2, 18, 69, 0.62);
    margin: 10px 0 30px;
}

.custom-btn {
    background: linear-gradient(270deg, #C135BF 0%, #EE634E 100%);
    display: inline-block;
    padding: 15px 32px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    border-radius: 100px;
}

.custom-btn:hover {
    background: linear-gradient(270deg, #EE634E 0%, #C135BF 100%);
    color: #fff;
}

.send-money-box {
    /* margin-top: -75px; */
    z-index: 1;
    position: relative;
    background: #fff;
}

.send-money-box .form {
    /* box-shadow: 0px 0px 29px 6px rgba(0, 0, 0, 0.05); */
    padding: 40px 70px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    grid-gap: 40px;
}

.form-with-vactor {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 29px 6px rgba(0, 0, 0, 0.05);
}

.form-with-vactor:before,
.form-with-vactor:after {
    content: "";
    background-image: url(../images/send-money-vector-1.svg);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 136px;
    height: 83px;
    z-index: -1;
}

.form-with-vactor:after {
    background-image: url(../images/send-money-vector-2.svg);
    top: unset;
    left: unset;
    bottom: -10px;
    right: 0;
    width: 230px;
    height: 81px;
}

.dynamic_send_to_section {
    margin-top: 20px !important;
    display: block;
}

.send-money-box .form label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    margin-bottom: 20px;
}

.send-money-box .form input {
    width: 100%;
    height: 60px;
    border-radius: 100px;
    border: 1px solid #ccc;
}

.send-money-box .form .single-field {
    width: 40%;
}

.send-money-box .country-select {
    height: 60px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #A5B7D2;
    display: flex;
    align-items: center;
}

.send-money-box .country-select img {
    border-right: 1px solid #A5B7D2;
    display: inline-block;
    padding: 14px 36px;
}

.send-money-box .country-select select {
    border: none;
    outline: none;
    color: #626C8C;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    width: calc(100% - 105px);
    padding-left: 20px;
    height: 58px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: top 18px right 30px;
}

.modal-header {
    border: none;
    padding: 25px 40px;
}

.modal-header h5 {
    color: #021245;
    font-size: 25px;
    font-family: 'Geomatrix Medium';
    line-height: 0px;
}

.modal-header .btn-close {
    background: url(../images/popup-cross-icon.svg) !important;
    width: 27px;
    height: 27px;
    display: inline-block;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 0;
    opacity: 1;
    margin: 0;
    outline: none;
    box-shadow: none;
}

.modal-header .btn-close:hover,
.modal-header .btn-close:focus {
    opacity: 0.8;
}

.modal-body {
    padding: 0 40px 40px;
}

.modal-footer {
    border: none;
    padding: 10px 40px;
}

.send_btn button {
    background: linear-gradient(270deg, #C135BF 0%, #EE634E 100%);
    display: inline-block;
    padding: 15px 32px;
    text-decoration: none;
    border-radius: 100px;
    border: 1px solid;
    color: #FFF;
    text-align: center;
    font-family: Geomatrix;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
}

.send_btn button:hover,
.send_btn button:focus {
    color: #D14694;
    background: transparent;
    border: 1px solid #D14694;
}

.support-box {
    margin: 100px 0;
    text-align: center;
}

.support-box .middle-support {
    padding: 100px 0;
    background-image: url(../images/support-bg.png);
    background-size: cover;
    background-position: center;
    height: 472px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.support-box .middle-support h3 {
    color: #FFF;
    font-size: 80px;
    margin: 0;
    font-weight: 700;
}

.support-box .middle-support a.custom-btn {
    display: inline-block;
    margin: 60px 0 35px;
    border-radius: 50px;
    background: #FFF;
    padding: 15px 60px;
    color: #D14694;
    text-decoration: none;
    font-size: 20px;
    border: 1px solid #fff;
}

.support-box .middle-support a.custom-btn:hover,
.support-box .middle-support a.custom-btn:focus {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.support-box .middle-support a {
    color: #fff;
}

.support-box .middle-support a:hover {
    color: #333;
}

.custom-heading {
    color: #D14694;
    text-align: center;
    font-size: 60px;
    font-family: 'Geomatrix Medium';
    line-height: 80px;
}

.custom-heading span {
    display: block;
    color: #000;
}

.card-box {
    margin: 75px 0 150px 0;
}

.box-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 70px;
    text-align: center;
    margin-top: 70px;
}

.box-list .single-box {
    border-radius: 18px;
    background: #FFF;
    box-shadow: 0px 1.05456px 30.58215px 0px rgba(2, 18, 69, 0.10);
    padding: 55px 25px 70px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.box-list .single-box h4 {
    color: #021245;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}

.box-list .single-box p {
    color: rgba(2, 18, 69, 0.62);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin: 0;
    max-height: 240px;
    overflow: hidden;
}

.box-list .box-one:before,
.box-list .box-one:after {
    content: "";
    background-image: url(../images/box-1-vector-1.png);
    width: 136px;
    height: 82px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.box-list .box-one:after {
    background-image: url(../images/box-1-vector-2.png);
    width: 230px;
    top: unset;
    bottom: 0;
    left: unset;
    right: 0;
}

.box-list .box-two:before,
.box-list .box-two:after {
    content: "";
    background-image: url(../images/box-2-vector-1.png);
    width: 128px;
    height: 49px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.box-list .box-two:after {
    background-image: url(../images/box-2-vector-2.png);
    width: 194px;
    height: 84px;
    top: unset;
    bottom: 0;
    left: unset;
    right: 0;
}

.box-list .box-third:before,
.box-list .box-third:after {
    content: "";
    background-image: url(../images/box-3-vector-1.png);
    width: 160px;
    height: 64px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.box-list .box-third:after {
    background-image: url(../images/box-3-vector-2.png);
    width: 115px;
    height: 40px;
    top: unset;
    bottom: 0;
    right: unset;
    left: 0;
}

.box-list .box-four:before {
    content: "";
    background-image: url(../images/box-4-vector-1.png);
    width: 130px;
    height: 48px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.how-works {
    position: relative;
    background-image: url(../images/how-work-bg.png);
    width: 100%;
    height: 1118px;
    display: block;
    padding: 130px 0 200px;
}

.how-works:before {
    background-image: url(../images/Dot-Animation-GIF.gif);
    width: 100%;
    height: 1118px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.how-works .container {
    z-index: 1;
    position: relative;
}

.how-works .custom-heading {
    margin-bottom: 150px !important;
}

.how-works .works-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 205px 335px;
}

.how-works .works-list .work-right {
    border-radius: 115px;
    background: #FFF;
    box-shadow: 1px 5px 14px 0px rgba(2, 18, 69, 0.18);
    width: 115px;
    height: 115px;
    position: relative;
}

.how-works:after {
    content: "";
    display: block;
    position: absolute;
    top: 275px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 630px;
    height: 630px;
    margin: 0 auto;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #EE634E, #C135BF) border-box;
    border-radius: 50em;
    border: 64px solid transparent;
}

.how-works .container:before {
    content: "";
    background-image: url(../images/round-middle-icon.svg);
    position: absolute;
    top: 225px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 217px;
    height: 209px;
    margin: auto;
}

.how-works .works-list .single-work {
    display: flex;
    grid-gap: 45px;
}

.how-works .works-list .single-work .work-left {
    width: calc(100% - 160px);
}

.how-works .works-list .work-right img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.how-works .works-list h3 {
    color: #021245;
    font-size: 25px;
    font-family: 'Geomatrix Medium';
    line-height: 33px;
    margin-bottom: 15px;
}

.how-works .works-list .single-work:nth-child(odd) {
    text-align: right;
}

.how-works .works-list h3 strong {
    color: #D14694;
    font-size: 40px;
    font-family: 'Geomatrix Medium';
}

.how-works .works-list p {
    color: rgba(2, 18, 69, 0.62);
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    margin: 0;
}

.testimonial-slider-main {
    background-color: rgba(247, 248, 250, 1);
    padding: 70px 0;
}

.testimonial-slider-main .custom-heading,
.how-works .custom-heading {
    color: #000;
    width: 600px;
    margin: 0 auto;
}

.testimonial-slider-main .custom-heading strong,
.how-works .custom-heading strong {
    color: #D14694;
}

.testimonial-slider-main .slick-list {
    padding: 160px 0 !important;
}

.testimonial-slider-main .slick-slide {
    height: unset;
    box-shadow: 0px 0px 20px 0px rgba(2, 18, 69, 0.1);
    background: rgba(252, 252, 252, 1);
    border-radius: 34px;
    margin-right: 40px;
    margin-left: 40px;
    text-align: center;
    padding: 30px;
}

.testimonial-slider-main .slick-slide img.user-img {
    border: 5px solid rgba(255, 255, 255, 1);
    display: block;
    border-radius: 100px;
    width: 120px;
    height: 120px;
    margin: 0 auto 25px;
}

.testimonial-slider-main .slick-slide a {
    color: rgba(68, 68, 85, 1);
    text-decoration: none;
    font-size: 20px;
    line-height: 35px;
}

.testimonial-slider-main .slick-slide h3 {
    margin: 0 0 25px 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 19px;
}

.testimonial-slider-main .slick-slide img {
    margin: 0 auto;
}

.testimonial-slider-main .slick-slide.slick-center {
    background: linear-gradient(270deg, #C135BF 0%, #EE634E 100%);
}

.testimonial-slider-main .slick-slider .slick-slide.slick-current,
.testimonial-slider-main .slick-slider .slick-slide.slick-center {
    transform: scale(1.1);
}

.testimonial-slider-main .slick-slide {
    transform: scale(0.9);
}

.testimonial-slider-main .slick-slide.slick-center a {
    color: #fff;
}

.testimonial-slider-main .slick-slider .slick-slide.slick-current:before,
.testimonial-slider-main .slick-slider .slick-slide.slick-center:before {
    content: "";
    background-image: url(../images/quote-icon.png);
    width: 113px;
    height: 91px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: -65px;
    left: 40px;
}


/* End-Home-page */


/* Login page */

.login-page {
    background-image: url(../images/login-bg.jpg);
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    overflow: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-box .alert {
    margin-top: 15px;
}

.login-box {
    max-width: 670px;
    margin: 0 auto;
    padding: 110px 0;
}

.login-details {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 50px;
}

.login-details h1 {
    color: #11142D;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0.175px;
    margin: 0 0 20px 0;
}

.login-details p {
    color: #11142D;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.1px;
    margin-bottom: 0;
}

.login-details p a {
    color: #D14694;
    text-decoration: none;
}

.login-box .nav {
    margin-top: 70px;
    border: none;
}

.login-box .nav li {
    line-height: unset;
    width: 50%;
}

.login-box .nav li button {
    border: none;
    border-bottom: 2px solid rgba(2, 18, 69, 0.16) !important;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    color: #021245 !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.login-box .nav li button.active {
    border-color: #D14694 !important;
}

.login-page form {
    margin-top: 40px;
}

.login-page .accordion-item {
    border: none;
}

.login-page .single-field {
    margin-bottom: 25px;
}

.login-page .single-field .text-danger {
    font-size: 14px;
}

.remember label {
    vertical-align: middle;
}

.login-page .single-field label {
    color: #11142D;
    font-size: 18px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: 0.09px;
    display: block;
    margin-bottom: 15px;
}

.login-page .single-field input,
.login-page .single-field select {
    border-radius: 11px;
    border: 1px solid #021245;
    width: 100%;
    height: 63px;
    padding: 0 20px;
    color: #0212459E;
    font-size: 18px;
    outline: none;
}

.login-page .single-field select {
    background-image: url(../images/select-up-down-arrow.svg);
    background-repeat: no-repeat;
    background-position: top 20px right 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.remember,
.forgot-pwd {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
}

.remember:hover,
.remember:focus,
.forgot-pwd:hover,
.forgot-pwd:focus {
    color: #D14694;
}

.remember input {
    margin-right: 15px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.remember strong {
    vertical-align: middle;
}

.submit-btn {
    margin: 70px 0;
}

.register-page .submit-btn {
    margin: 30px 0 0;
}

.register-page .remember {
    font-weight: normal;
    font-size: 16px;
}

.register-page .remember label {
    vertical-align: middle;
}

.submit-btn input {
    border-radius: 11.315px;
    background: #D14694;
    display: block;
    width: 100%;
    border: 1px solid #D14694;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.11px;
    transition: 0.3s;
    padding: 14px;
}

.submit-btn input:hover,
.submit-btn input:focus {
    color: #D14694;
    background: transparent;
    transition: 0.3s;
}

.login-page .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 23px;
}

.register-page .login-box {
    max-width: 820px;
}

.custom-tab {
    margin-top: 65px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
}

.custom-tab a,
.custom-tab span {
    color: #021245;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 2px solid rgba(2, 18, 69, 0.16);
    padding-bottom: 20px;
}

.custom-tab span {
    border-color: #D14694;
}

.create-bottom {
    max-width: 480px;
    margin: 35px auto 0;
}

.create-bottom h3 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.005em;
    font-family: 'Geomatrix Black';
    margin: 0 0 25px 0;
}

.create-bottom a.bottom-btn {
    background: #D14694;
    color: #fff;
    padding: 13px 56px;
    text-decoration: none;
    font-family: 'Geomatrix Medium';
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.005em;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #D14694;
    display: inline-block;
}

.create-bottom a.bottom-btn:hover,
.create-bottom a.bottom-btn:focus {
    background: #fff;
    color: #D14694;
    border: 1px solid #D14694;
}

.create-bottom p {
    margin-top: 25px;
    font-size: 16px;
    font-family: 'Geomatrix Medium';
}

.create-bottom p a {
    text-decoration: underline;
}


/* End Login page */


/* CMS-PAGE */

.cms-page {
    padding: 50px 0;
    text-align: justify;
}

.cms-heading h1 {
    color: #D14694;
    font-size: 46px;
    font-family: 'Geomatrix Medium';
    line-height: 60px;
    margin: 0 0 30px 0;
}

.cms-page p {
    font-size: 18px;
    line-height: 30px;
}

.cms-page p a {
    color: #000;
}

.cms-page h2 {
    font-size: 24px;
    margin: 20px 0 10px;
}

.cms-page h3 {
    font-size: 22px;
    margin: 20px 0 10px;
}

.cms-page h4 {
    font-size: 20px;
}

.cms-page .how-it-work-text h4 {
    color: #d14694;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.cms-page .how-it-work-text p {
    margin-bottom: 20px;
}

.cms-page ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.cms-page ul li {
    margin-bottom: 15px;
    font-size: 18px;
}

.cms-page ul ul {
    margin-top: 20px;
}

.cms-page .how-works:after {
    top: 100px;
}

.cms-page .how-works .container:before {
    top: -15px;
}

.cms-page .how-works {
    padding: 180px 0 250px 0;
    background-size: auto;
    overflow: hidden;
    height: 830px;
    margin-top: 100px;
}

.get-started-section {
    text-align: center;
    padding-top: 70px;
}

.get-started-section h4 {
    font-size: 30px;
    width: 500px;
    margin: 0 auto 30px;
    line-height: 40px;
}

.get-started-section p {
    margin-top: 20px;
}

.cms-page .support-box {
    margin-bottom: 30px;
}

.contact-inner {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr;
}

.contact-inner .contact-left,
.contact-inner .contact-right-map {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 29px 6px rgba(0, 0, 0, 0.05);
    padding: 50px;
}

.contact-form {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 10px;
}

.contact-inner p img {
    margin-right: 10px;
}

.contact-form .single-field label {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-form .single-field input,
.contact-form .single-field textarea {
    width: 100%;
    height: 50px;
    border-radius: 0;
    padding: 0 10px;
    border: 1px solid #ccc;
}

.contact-form .single-field textarea {
    height: 100px;
}

.contact-form .single-field {
    margin-bottom: 15px;
}

.contact-form .submit-btn {
    margin: 30px 0 0;
}

.contact-form .submit-btn input {
    border-radius: 0;
}

.cms-page .support-box .middle-support h3 {
    font-size: 40px;
    max-width: 700px;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.contact-inner .d-flex {
    grid-gap: 30px;
}

.contact-inner h2 {
    margin: 0 0 10px 0;
    font-size: 30px;
}

.cms-heading h1 strong {
    color: #000;
    display: block;
    font-size: 25px;
    letter-spacing: 0.05em;
}

.accordion {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 29px 6px rgba(0, 0, 0, 0.05);
    padding: 25px;
}

.accordion .accordion-item h2 {
    margin: 0;
}

.accordion .accordion-item h2 button {
    font-size: 18px;
    letter-spacing: 0.03em;
}

.accordion .accordion-item h2 button:focus {
    box-shadow: none;
    outline: none;
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
    background: #d14694;
    color: #fff;
}

.accordion .accordion-item .accordion-button:not(.collapsed):after {
    width: 15px;
    background: transparent;
    border: none;
    height: 15px;
    border-right: 0.1em solid white;
    border-top: 0.1em solid white;
    transform: rotate(-45deg);
    margin-top: 7px;
}

.accordion .accordion-item .accordion-button:after {
    width: 15px;
    background: transparent;
    border: none;
    height: 15px;
    border-right: 0.1em solid black;
    border-top: 0.1em solid black;
    transform: rotate(135deg);
    margin-top: -9px;
}

.cms-page.about-us-page .about-inner h3 {
    font-size: 26px;
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.cms-page.about-us-page .about-inner h2 {
    font-size: 28px;
}

.cms-page.about-us-page .about-inner ul li {
    margin-bottom: 10px;
}

.about-section {
    background: #fbfbfb;
    padding: 70px 0;
    margin-top: 60px;
}

.about-section h4 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px;
}

.about-main.grid-2 {
    margin-top: 50px;
}

.about-main.grid-2 h5 {
    font-size: 24px;
    margin: 0 0 15px 0;
}

.about-section {
    background: #fff;
    padding: 70px 0;
    margin-top: 60px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 29px 6px rgba(0, 0, 0, 0.05);
}

.joi-form {
    background: #000234;
    padding: 100px 0;
    margin: 100px 0 0;
}

.joi-form .container {
    display: grid;
    grid-gap: 80px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.joi-form img {
    width: 100%;
}

.joi-form .agent-info {
    color: #fff;
}

.joi-form .agent-info strong {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}


/* END-CMS-PAGE */


/* Accout-store */

.custom-page {
    margin: 70px 0;
}

.custom-page .account_form {
    border-radius: 15px;
    overflow: hidden;
    /* box-shadow: 0px 0px 29px 6px rgba(0, 0, 0, 0.05);
    padding: 40px; */
    text-align: center;
    font-size: 18px;
}

.custom-page .account_form p a {
    color: #000;
}

.custom-page .account_form form {
    margin-top: 20px;
}

.custom-page .account_form form .login-fields {
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
}

.custom-page .account_form form .login-fields label {
    font-weight: 500;
}

.custom-page .account_form form .login-fields input,
.custom-page .account_form form .login-fields select {
    display: block;
    margin: 10px auto 15px;
    border-radius: 100px;
    height: 45px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 0 20px;
    text-align: left;
    background-color: transparent;
}

.custom-page .account_form form .login-fields input[type="radio"] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.custom-page .nav li {
    line-height: unset;
    /* text-align: ; */
}

.custom-page .nav li a {
    font-weight: bold;
    margin: 25px 0 35px;
    display: block;
}

.grid-2.create-account-tab {
    max-width: 600px;
    margin: 40px auto 0 auto;
}

.custom-page .account_form form .create-account-tab .login-fields {
    margin: 0;
}

.custom-page .account_form form .forgot-div a {
    color: #000;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
}

.custom-page .account_form form .login-btn input {
    border-radius: 50px;
    background: linear-gradient(270deg, #C135BF 0%, #EE634E 100%);
    padding: 14px 50px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    transition: 0.3s;
    border: 1px solid #D14694;
}

.custom-page .account_form form .login-btn input:hover,
.custom-page .account_form form .login-btn input:focus {
    color: #D14694;
    background: transparent;
    border: 1px solid #D14694;
    transition: 0.3s;
}


/* End-Accout-store */


/* Send-Money */

.payment_info label {
    color: #021245;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.payment_info span.select2,
.payment_info .select_services select {
    width: 100% !important;
    border: 1px solid #A5B7D2;
    border-radius: 100px;
    overflow: hidden;
}

.payment_info .select_services {
    margin: 20px 0;
}

.payment_info .select_services select {
    height: 60px;
    padding: 0 25px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: top 18px right 30px;
}

.payment_info span.select2 .select2-selection {
    border: none;
    height: 60px;
    padding: 0;
    color: #111;
    font-size: 16px;
    line-height: normal;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 60px;
    right: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered span:before {
    content: "";
    border-left: 1px solid #A5B7D2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 80px;
}

.payment_info span.select2 .select2-selection img.img-flag {
    padding: 10px;
    width: 46px !important;
    border-radius: 100px;
    height: 46px;
    margin: 7px 35px 7px -5px;
}

.modal-dialog {
    max-width: 600px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding: 0 25px;
}

.payment_info .pickup_location {
    margin-bottom: 20px !important;
}

.summarybox li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #02124540;
    padding: 13px 0;
}

.summarybox li p {
    margin: 0;
    color: #0212459E;
}

.summarybox li:after {
    display: none;
}

.summarybox li:last-child {
    border: none;
    margin-bottom: 20px;
}

.summarybox li span {
    font-weight: bold;
    color: #111111;
    font-style: normal;
}

.summarybox li span i {
    font-style: normal;
}

.selectboxpart .send_rec {
    width: 100% !important;
    border: 1px solid #A5B7D2;
    border-radius: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    grid-gap: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.selectboxpart .send_rec select {
    border: none;
    padding: 18px 25px;
    width: 160px;
}

.selectboxpart .send_rec .selectboxpart {
    width: calc(100% - 160px);
    padding-right: 20px;
}

.selectboxpart .send_rec .selectboxpart input {
    width: 100%;
    height: 55px;
    border: none;
}

.sm-breadcrumb {
    background: #fff;
}

.sm-breadcrumb ul {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.sm-breadcrumb ul li {
    display: inline-block;
    position: relative;
}

.sm-breadcrumb ul li a {
    padding: 10px;
    display: block;
    color: #AFAFAF;
    font-size: 17px;
    margin: 0 35px;
    text-decoration: none;
}

.sm-breadcrumb ul li a.active,
.sm-breadcrumb ul li a.completed {
    color: #082866;
    font-weight: bold;
}

.sm-breadcrumb ul li a:after {
    content: "";
    border-top: 1px solid #ccc;
    display: block;
    position: absolute;
    right: -37px;
    top: 22px;
    bottom: 0;
    width: 70px;
}

.account_form {
    max-width: 700px;
    margin: 0 auto;
}

.account_form .custom-heading {
    font-size: 50px;
    line-height: 60px;
}

.sm-breadcrumb ul li:last-child a:after,
.sm-breadcrumb ul li a.completed:after {
    display: none;
}

#customerSelectionForm .select2-container .select2-selection--single .select2-selection__rendered span:before,
#beneficiarySelectionForm .select2-container .select2-selection--single .select2-selection__rendered span:before {
    display: none;
}

#customerSelectionForm .select2-container--default .select2-selection--single,
#beneficiarySelectionForm .select2-container--default .select2-selection--single {
    border-radius: 100px !important;
    padding: 0 20px !important;
}

#customerSelectionForm .select2-container--default .select2-selection--single .select2-selection__arrow,
#beneficiarySelectionForm .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
    right: 16px;
}

.account_form .green-btn {
    background: #d14694;
    color: #fff;
    text-decoration: none;
    padding: 14px 40px;
    display: inline-block;
    border-radius: 100px;
    font-size: 18px;
    margin: 10px 0 30px;
    border: 1px solid #d14694;
}

.account_form .green-btn:hover,
.account_form .green-btn:focus {
    background: #fff;
    color: #d14694;
    border-color: #d14694;
}

.single-field .select-recipients li {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 100px;
}

.single-field .select-recipients li input,
.single-field .select-recipients li p {
    display: inline-block;
    margin: 0;
}

.single-field .select-recipients li input {
    margin-right: 5px;
    vertical-align: middle;
}

#beneficiarySelectionForm .single-field,
#accountRecipientForm .single-field {
    margin-bottom: 20px;
}

#beneficiarySelectionForm .single-field label,
#accountRecipientForm .single-field label {
    margin-bottom: 5px;
}

.single-field .select-recipients li .country-name {
    float: right;
}

#beneficiarySelectionForm .single-field select,
#accountRecipientForm .single-field select {
    display: block;
    width: 100%;
    border-radius: 100px;
    height: 60px;
    border: 1px solid #ccc;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: top 18px right 30px;
}

#accountRecipientForm .single-field input {
    display: block;
    width: 100%;
    border-radius: 100px;
    height: 60px;
    border: 1px solid #ccc;
    padding: 0 20px;
}

#accountRecipientForm .single-field input[type="radio"] {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.single-field .mmt-selected-country-code+input {
    padding-left: 55px !important;
}

.recipients-page.amount-send-page h3 {
    font-size: 24px;
    color: #d14694;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.single-field .mmt-selected-country-code {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 16px;
}

#beneficiarySelectionForm .single-field input.other-box {
    margin-top: 20px;
    width: 100%;
    height: 60px;
    border: 1px solid #ccc;
    padding: 0 20px;
    border-radius: 100px;
}

#paymentForm,
.review-details {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 25px;
    margin-top: 30px;
}

.review-details ul li h6 {
    font-size: 18px;
    font-weight: 600;
}

.review-details ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.review-details ul li a {
    color: #000;
    text-decoration: none;
}

.review-details ul li hr {
    width: 100%;
}

.review-details ul li span {
    text-align: right;
}

.review-page input#reference_note {
    width: 100%;
    height: 60px;
    padding: 0 25px;
    border-radius: 100px;
    border: 1px solid #ccc;
}

#paymentForm ul {
    background: #f9f9f9;
    padding: 5px 15px 15px 15px;
    border-radius: 10px;
}

#paymentForm ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

#paymentForm ul li:nth-last-child(2) {
    border-bottom: 0;
}

#paymentForm label.pointer {
    margin-bottom: 10px;
}

#paymentForm .submit-btn {
    margin: 30px 0 0 0;
}

#paymentForm .submit-btn a {
    background: #001048;
    text-decoration: none;
    padding: 10px 40px;
    display: inline-block;
    color: #fff;
    border-radius: 100px;
    border: 1px solid #001048;
}

#paymentForm .submit-btn a:hover,
#paymentForm .submit-btn a:focus {
    background: #fff;
    color: #001048;
}

.account_form.final-page img {
    display: block;
    margin: 0 auto 20px;
}

.account_form.final-page {
    margin-top: 100px;
}

.account_form .submit-btn {
    margin: 20px 0;
}

.account_form .submit-btn p a {
    color: #333;
}


/* End-Send-Money */


/* 23-07-2024 */

.card-box h2.custom-heading {
    font-size: 40px;
    line-height: 50px;
}

.card-box h2.custom-heading span {
    font-size: 24px;
    line-height: 38px;
    width: 1000px;
    margin: 10px auto;
}


/* End-23-07-2024 */