/*==========Genral style==========*/


@font-face {
    font-family: Fake receipt;
    src: url('../fonts/fake receipt.ttf');
}

@import url("../fonts/fontawesome/css/all.css")

body, html{
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
}


body {
    position:relative;
    font-family: 'Poppins', sans-serif;
}

body.modal-opn {
  padding-right: 0px !important;
  overflow-y: auto !important;
}

.modal.modal-newsletter {
	padding:0px !important;
	overflow: hidden !important;
}

.modal-newsletter .modal-dialog {
	margin: auto !important;
}

.modal-account-sec .modal-header {
	padding: 30px 35px 10px 35px;
}

.modal-account-sec .modal-header h1 {
	font-size: 25px;
    font-weight: 600;
	margin-bottom: 0px;
}

.bg-main {
    background-color: #14157A;
}

.btn-main {
    background-color: #14157A;
    color:  #fff;
    border-radius: 100px;
    padding:  10px 40px;
    text-transform: uppercase;
    letter-spacing: 2.16px;
    border: 2px solid #14157A;
}

.btn-main:hover, 
.btn-main:focus {
    color: #fff;
    outline: none;
    box-shadow: none !important;
    opacity: .9;
}

.btn_cal {
    border-radius: .25rem
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select_appearness_hide {
    position: relative;
}

.select_appearness {
    position: relative;
}

.select_appearness::before {
    content: "";
    background-image: url('../images/arrow-1-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    right: 15px;
    bottom: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 7px;
    z-index: 999;
}

.select_appearness.index-b::before {
	bottom: 13%;
}


option[value=""][disabled] {
  display: none;
}


input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

.top-area {
    background-color: #14157A;
}

.top-area .navbar .nav-link {
    color:  #fff;
    letter-spacing: 0.22px;
    font-weight: 400;
    padding-right: 15px;
    padding-left: 15px;
}

.top-area .navbar .navbar-toggler-icon {
    background: url('../images/icons/menu-icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.top-area .navbar .navbar-toggler:focus {
    outline: 0;
    box-shadow: none !important;
}

.top-area .navbar .navbar-nav a.active,
.top-area .navbar .navbar-nav a:hover {
    color: #F5800F !important;
}

a.navbar-brand img {
    width: 100%;
}

a.login-link {
    position: relative;
}

a.login-link::before {
    content: '';
    background-image: url('../images/icons/locked-padlock.svg');
    background-size: 100%;
    background-position: center;
    width: 10px;
    height: 14px;
    position: absolute;
    background-repeat: no-repeat;
    top: 13px;
    left: 30px;
}

a.btn-navbar {
    border-radius: 100px;
    background: transparent linear-gradient(180deg, #F5800F 0%, #D86C05 100%) 0% 0% no-repeat padding-box;
    color:  #fff;
}

a.btn-navbar:hover, a.btn-navbar:focus {
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}

.modal-newsletter .modal-dialog {
    /*position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%)!important;
margin-top: 0;*/
    height:100%;
}

.modal-newsletter .modal-content {
    padding: 30px;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%)!important;
    margin-top: 0;
}

.modal-newsletter .modal-content img {
    width: 70px;
}

.modal-newsletter .modal-content p {
    font-size: 14px;
}

.btn-modal{
    background-color: #14157A;
    border-color:  #14157A;
    color: #fff;
    cursor: pointer;
}

.btn-modal:focus{
    background-color: #14157A;
    border-color:  #14157A;
    color: #fff;
    outline: 0;
    box-shadow: none;
}

@media (max-width: 991px) {
    .top-area .navbar .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    a.login-link::before {
        left: 0;
    }

    a.btn-navbar {
        width: 100%;
    }
}

.banner-mp {
    position: relative;
    overflow: hidden;
}

.banner-mp::before {
    content: '';
    position: absolute;
    background-color: #14157a;
    width: 100%;
    height: 95%;
    z-index: -1;
    left: 0;
    top: 0;
}

.banner-section {
    margin: 0px 15px;
    background-image: url('../images/home/magicpayment-banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	/*height: 125vh;*/
    background-attachment: fixed;
}

.banner-section .banner-content {
	padding: 80px 120px;
	min-height: 65vh;
}

.banner-section .banner-content h1 {
    font-weight: 800;
    font-size: 55px;
    text-transform: capitalize;
}

/*.banner-section .banner-content .btn-main {
    border: 2px solid #fff;
}*/

.payment-calculator {
    width: 420px;
    max-width: 100%;
    box-shadow: 0px 2px 11px #00000052;
	padding: 1rem .8rem;
    background: #eaecef;
    border-radius: .25rem;
}

.payment-calculator  label {
    font-size: 14px;
    margin-bottom: 5px;
}

.payment-calculator .form-group {
	margin-bottom:10px;
}

.payment-calculator .input_wrapper {
	height: 64px;
    padding: 8px 0;
	display: block;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #ccc;
    width: 100%;
    position: relative;
}

.payment-calculator .input_wrapper_label {
	display: inline-block;
    padding: 0 10px;
    width: calc(100% - 100px);
    float: left;
	font-size: 12px;
    font-weight: 500;
    line-height: 20px;
	color: #888;
	position: relative;
	z-index: 999;
}

.input_wrapper input {
	height: 25px;
	min-height: 28px !important;
    float: left;
	width: calc(100% - 100px);
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
	margin: 0;
    outline: none;
	padding: 5px 10px !important;
	font-size: 14px;
}

.input_wrapper .btn-label {
	width: 100px;
    display: inline-block;
    cursor: pointer;
    margin: 0px 0;
    border-left: solid 1px #ccc !important;
    vertical-align: middle;
    line-height: 15px;
    min-height: 45px;
}

.payment-calculator .input_wrapper p.placeholder {
	font-size: 14px;
}

.payment-calculator input,
.payment-calculator select {
    border-radius: .25rem;
    padding: 10px;
    text-align: left;
    background-color: #fff;
    color: #2f4662;
	min-height: 50px
}

.input_wrapper select {
    padding: 0px 10px !important;
    min-height: 30px !important;
    border: none;
    height: 25px;
    font-size: 14px;
}

.rad_rgt_0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.payment-calculator  input:focus,
.payment-calculator  select:focus {
    outline: 0;
    box-shadow: none !important;
}

.flagstrap-icon.cr-flag {
		margin-right: 5px;
	}

.payment-calculator .ex-rate {
	padding: 3px 5px;
	background: #CBF5E4;
	/*border: 1px solid #7AE5BA*/
	margin-bottom: 10px!important;
}

.payment-calculator .ex-rate p {
	margin-bottom: 0px;
	font-size: 13px;
	word-spacing: 4px;
}

.payment-calculator .error-text {
	padding: 3px 5px;
}

.payment-calculator .error-text p {
	margin-bottom: 0px;
	font-size: 12px;
	word-spacing: 4px;
	position: relative;
	top: -10px;
}


.cal_recp {
	font-size: 14px;
    line-height: 10px;
	padding: 10px;
    background-color:#fff;
    border-radius: .25rem;
}

.cal_recp .amount-enter .row .col-6:nth-child(2) p,
.cal_recp .amount-totel .row .col-6:nth-child(2) p {
    text-align: right;
}

.cal_recp .amount-enter .row .col-6 p,
.cal_recp .amount-totel .row .col-6 p {
	padding: 7px 0px;
    margin-bottom: 0px;
}

.cal_recp .amount-enter .row, .cal_recp .amount-totel .row {
    padding: 5px 0px;
}

.rate_p {
    font-size: 13px;
}

.no-display, .no-display-b {
    display: none;
}

.slide-bottom {
    -webkit-animation: slide-bottom 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-bottom 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	position: relative;
	top: -10px;
}

/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    }
}
@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@media (max-width: 1210px) and (min-width: 993px){

    .top-area .navbar .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }

    .banner-section .banner-content {
        padding: 80px 50px;
    }
}


@media (max-width: 813px) and (min-width: 768px) {
    span.caret {
        margin-left: 0px !important;
    }
}


@media (max-width: 992px) {
    .banner-section .banner-content {
        padding: 40px 25px;
    }

    .banner-section .banner-content h1 {
        font-size: 35px;
    }

    .cal_recp .amount-enter .row .col-6 p {
        font-size: 14px;
    }
	
	.payment-calculator .ex-rate p {
		font-size: 12px;
		word-spacing: 0px;
}

	.flagstrap-icon.cr-flag {
		margin-right: 10px;
	}
}

@media (max-width: 768px){
    .banner-section {
        margin: 0px;
        height: auto !important;
    }

    .banner-section .banner-content {
        padding: 20px 20px;
    }

    .banner-section .banner-content h1 {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {

    .payment-calculator  input,
    .payment-calculator  select {
        min-height: 40px;
        padding: 6px;
    }

    .cal_recp {
        font-size: 13px;
        padding: .5rem;
    }
}

@media (max-width: 500px) {
    .banner-section .banner-content .btn-main {
        width: 100%;
    }
}

.about {
    position: relative;
}

.about::before{
    content: '';
    position: absolute;
    top: 20px;
    left: 130px;
    background-image: url('../images/icons/shape-right.svg');
    background-size: 100%;
    background-position: center;
    width: 124px;
    height: 123px;
    transform: rotate(35deg);
}

.about::after{
    content: '';
    position: absolute;
    bottom: 50px;
    right: 110px;
    background-image: url('../images/icons/shape-right.svg');
    background-size: 100%;
    background-position: center;
    width: 124px;
    height: 123px;
}

.sections h1 {
    font-size: 40px;
    font-weight: 900;
}

@media (min-width: 1560px){
    .sections p {
        font-size: 20px;
    }

    .sections h1 {
        font-size: 50px;
    }
}

@media (max-width: 992px){
    .sections p {
        font-size: 14px;
    }

    .sections h1 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {

    .sections h1 {
        font-size: 1.5rem;
    }

    .about::before {
        top: 17px;
        left: 20px;
        width: 83px;
        height: 75px;
        background-repeat: no-repeat;
    }

    .about::after {
        bottom: 27px;
        right: 0px;
        width: 83px;
        height: 75px;
        background-repeat: no-repeat;
    }
}

.money_granty {
    background-color: #F9F9FB;
    position: relative;
}

.money_granty::before {
    content: 'Back Guarantee';
    position: absolute;
    left: 4%;
    top: 14%;
    font-size: 55px;
    font-weight: 800;
    color: #efefef;
}

.money_granty::after {
    content: 'Our 100% Money';
    position: absolute;
    right: 4.5%;
    top: 14%;
    font-size: 55px;
    font-weight: 800;
    color: #efefef;
}

@media (max-width: 992px) {
    .money_granty::before, .money_granty::after {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .money_granty::before, .money_granty::after {
        display: none;
    }
}

.customer-carousel {
    background-color: #14157A;
}

.customer-carousel .lft-side {
    position: relative;
}

.customer-carousel .lft-side::after {
    content: '';
    position: absolute;
    right: 40px;
    top: 30%;
    width: 95px;
    height: 85px;
    background-image: url('../images/icons/quotes-icon.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position:  center;
}

.customer-carousel h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    max-width: 60%;
}

.customer-carousel p {
    color:  #fff;
    max-width: 60%;
}

.customer-carousel .carousel p {
    max-width: 100%;
    font-size: 20px;
    font-weight: 600;
}

p.customer-name {
    font-size: 14px !important;
    font-weight: 300 !important;
}

.customer-carousel .carousel .carousel-indicators {
    left: 0 !important;
    bottom: -30px;
    margin-left: 0% !important;
    right: auto;
}

.regulator-logo img {
    width: 190px;
}

@media (max-width: 992px){
    .customer-carousel h1 {
        font-size: 2rem;
        max-width: 100%;
    }

    .customer-carousel .carousel p {
        font-size: 16px;
    }
}

@media (max-width: 768px){
    .customer-carousel h1 {
        text-align: center;
    }

    .customer-carousel p {
        text-align: center;
        max-width: 100%;
    }

    .customer-carousel .lft-side::after {
        left: 50%;
        top: 92%;
        width: 60px;
        height: auto;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .customer-carousel .carousel .carousel-indicators {
        bottom: -50px;
        right: auto;
        left: 50% !important;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
}

@media (max-width: 767px) {
    .customer-carousel h1 {
        font-size: 1.5rem;
    }
}


/*============                 ===========
  ============ LOGIN PAGE, SIGNUP, CONTACT US STYLE ==========*/
.lgoin_signup-container {
    background-color: #F9F9FB;
}

.lgoin_signup-container h1 {
    color: #14157A;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
}

.lgoin_signup-container .login_signup-box {
    max-width: 546px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #ECECEC;
    margin: auto;
}

.lgoin_signup-container .login_signup-box input,
.lgoin_signup-container .login_signup-box textarea {
    border-radius: 25px;
    background: #F9F9FB;
}

.lgoin_signup-container .login_signup-box label {
    font-size: 14px;
}

.lgoin_signup-container .login_signup-box .btn-round {
    width: 50px;
    height: 50px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 6px #0000001A;
    border-radius: 100%;
    text-align: center;
    padding: 10px;
    position: relative;
}

.lgoin_signup-container .login_signup-box .btn-round img {
    width: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.lgoin_signup-container .login_signup-box .btn-round img.fb {
    width: 15px !important;
}

.lgoin_signup-container p a {
    color: #14157A;
    text-decoration: underline;
    font-weight: 500;
}

.lgoin_signup-container .login_signup-box form input::placeholder {
    color: #B9B9B9 !important;
    font-size: 14px;
}

.lgoin_signup-container .login_signup-box form a:hover {
    text-decoration: none;
}

.email-activated h1 {
    font-size: 40px;
    margin-bottom: 10px !important;
}

@media (max-width: 768px) {
    .email-activated h1 {
        font-size: 2rem;
    }
}

.error-feild {
    position: relative;
}

.error-feild h1 {
    color: #DF0505;
    width: 100%;
}

.error-feild .row {
    max-width: 500px;
    margin: auto;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.account-success-screen .nav .nav-item p {
    font-size: 12px;
}

.account-success-screen .nav .nav-item .img-box {
    height: 141px;
    width: 141px;
    position: relative;
    margin: auto;
}

.account-success-screen .nav .nav-item .img-box img {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
    .lgoin_signup-container h1 {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .lgoin_signup-container .form-group .btn-main {
        width: 100%;
    }
}


/*============                 ===========
 ============ ABOUT STYLE ==========*/
.about_page {
    position: relative;
}
.about_page::before {
    content: '';
    position: absolute;
    background-image: url('../images/home/aboutbg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    width: 65%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0.5;
}

@media (max-width: 768px) {
    .about_page::before {
        width: 90%;
        height: 70%;
    }
}

.about_page h1, 
.why_us h1 {
    color: #14157A;
    font-size: 35px;
}

.how_it_work {
    background-color: #F9F9FB;
    position: relative;
}

.how_it_work::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 20px;
    background-image: url('../images/icons/arrow-line2.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 450px;
    height: 30px;
    display: none;
}

.how_it_work h1 {
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 35px;
    font-weight: 700;
}

.how_it_work p {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.how_it_work .work-step {
    border: 2px dashed #14157A;
    border-radius: 32px;
    height: 100%;
}

.how_it_work .work-step h1 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.how_it_work .work-step h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 25px;
    font-weight: 800;
    color: #14157A;
    text-transform: uppercase;
}

.why_us-carousel {
    background-color: #fff;
}

.why_us-carousel h1, .why_us-coarousel .customer-name {
    color: #14157A;
}

.why_us-carousel p {
    color: #000;
}

.why_us-carousel .carousel-indicators li {
    background-color: #14157a;
}

.why-us-regulator {
    background-color: #F9F9FB;
}

@media (max-width: 992px) {
    .how_it_work .work-step h2 {
        font-size: 20px;
    }

    .how_it_work p {
        font-size: 14px;
    }

    .about_page h1, .why_us h1 {
        font-size: 2rem;
    }
}


/*============                 ===========
  ============ HELP PAGE STYLE ==========*/

.help-desk {
    background-color: #F9F9FB;
}

.help-desk h1 {
    color: #14157A;
}

.support-desk h2 {
    font-size: 16px;
    font-weight: 800;
}

.support-desk p {
    font-size: 14px;
    font-weight: 400;
}

.support-desk a {
    word-wrap: break-word;
}

.help-question h3 {
    font-size: 20px;
    font-weight: 800;
}

.terms-col h3{
    font-size: 18px;
    font-weight: 700;
}

.terms-col p {
    font-size: 16px;
    overflow: hidden;
}

.terms-col ul {
    padding-inline-start: 20px !important;
}

.terms-col ul li {
    line-height: 30px;
}

.terms-col ul li a {
    word-break: break-all;
}

.help-question #accordion .card .card-title {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.help-question .accordion .card-header {
    cursor: pointer;
    margin-bottom: 0;
	position: relative;
	padding-right: 40px;
}

.help-question .accordion .card .card-body {
    border-bottom: 1px solid rgba(0,0,0,.125);

}

.accordion .card-header::after {
    /*font-family: 'Font Awesome 5 Free';  */
    content: "\2212";
    float: right;
    background: #f5800f;
    padding: 4px;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
	position: absolute;
    right: 10px;
    top: 50%;
    bottom: 50%;
    transform: translateY(-13px);
	-webkit-transform: translateY(-13px);
}
.accordion .card-header.collapsed::after {
    /* symbol for "collapsed" panels */
    content: "\002B"; 
}

.accordion .card-header.magic_fst::after {
    display: none;
}

@media (max-width: 767px) {
    .help-question h3 {
        font-size: 16px;
    }
}

@media (max-width: 550px) {
    .help-question #accordion .card .card-title {
        font-size: 12px;
    }

    .help-question .accordion .card-header {
		padding: 10px 40px 10px 10px;
        position: relative;
    }

    .accordion .card-header::after {
        border-radius: 100%;
        height: 22px;
        width: 22px;
	    font-size: 15px;
		line-height: 17px;
    }
}

.flagstrap .btn-sm, .btn-label {
    border-radius: .25rem !important;
    padding: 10px;
    text-align: left;
    background-color: #fff;
    color: #2f4662;
    min-height: 50px;
    width: 100%;
    /*height: calc(2.25rem + 2px);
    margin-top: 4px;*/
    font-weight: 400;
    border: 1px solid #ced4da;
    border-left: 0px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
	font-size: 16px;
}

.flag-span {
		position: relative;
		top: 4px;
	}

.flagstrap .dropdown-menu li {
    margin-bottom: 5px;
}

.show>.btn-info.dropdown-toggle {
    background: #F8F8F8 !important;
    color: #000 !important;
    font-weight: 600 !important;
    border: 1px solid #E5E5E5 !important;
}

.show>.btn-info.dropdown-toggle:focus {
    box-shadow: none !important;
}

.flagstrap .btn-sm:focus {
    outline: 0;
    box-shadow: none !important;
}

.flagstrap .dropdown-menu {
    padding: 10px;
    font-size: 13px;
    min-width: 7.5rem !important;
    background: #f8f8f8;
}

.flagstrap .dropdown-menu li a {
    cursor: pointer;
    width: 100%;
    display: block;
}

#option .flagstrap-selected {
	position: relative;
}

@media (max-width: 768px) {
    .flagstrap .btn-sm, .btn-label {
        padding: 5px !important;
        font-size: 12px !important;
    }

    .flag-span {
        position: relative;
        top: 7px;
    }

    .flagstrap .dropdown-menu {
        min-width: 100% !important;
        font-size: 10px;
        font-weight: 600;
        background: #f8f8f8;
    }

    .payment-calculator .form-group .form-control {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .flagstrap .btn-sm, .btn-label {
        min-height: 40px;
    }
}

/*============                 ===========
  ============ INNER PAGES STYLE ==========*/

.inner-nav .nav .nav-item .nav-link {
    color: #B9B9B9;
}

.inner-nav .nav .nav-item .nav-link.active {
    color: #14157A;
    position: relative;
}

.inner-nav .nav .nav-item .nav-link.active::after {
    content: '';
    background-color: #F5800F;
    position: absolute;
    bottom: -5px;
    height: 2px;
    width: 75%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.inner_form {
    background-color: #fff;
}

.inner_panel .card {
    min-height: 500px;
}

.inner_form h1 {
    font-size: 25px;
    font-weight: 600;
}

.inner_form .form-group label {
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

.inner_form  .form-group input,
.inner_form  .form-group select, 
.inner_form  .form-group .form-control {
/*    border-radius: 25px !important;
    background: #F9F9FB !important;*/
    border-radius: 25px;
    background: #F9F9FB;
}

.inner_form form .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select_appearness_inner {
    position: relative;
}

.select_appearness_inner::before {
    content: "";
    background-image: url('../images/arrow-1-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 73%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 7px;
    z-index: 999;
}

.inner_form form .form-group input:focus,
.inner_form form .form-group select:focus
{
    outline: none;
    box-shadow: none !important;
}
.inner_form form .form-group input::placeholder {
    color: #B9B9B9 !important;
    font-size: 14px;
}

.inner_form form .form-group input:hover {
    text-decoration: none;
}

.fund_transfer .inner_form form .niceCountryInputMenuDefaultText {
    width: 170px !important;
}

.fund_transfer .recipient {
    font-family: 'Fake receipt', sans-serif;
    font-size: 14px;
    font-weight: regular;
    letter-spacing: -1.28px;
    color: #777777;
    background: #fff;
}

.cs-spinner2 {
	display:none;
}
 
.recp_overlay {
 	content: '';
    position: absolute;
	width: 95%;
    height: 95%;
    background: #00000042;
    top: 50%;
    left: 50%;
    border-radius: 4px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 9999;
	display: none;
	
}
 
.recp_overlay .cs-spinner2 {
	display:inline-block;
	position: absolute;
	z-index: 9999;
	top: 45%;
	left: 48%;
}
 
.fund_transfer.bg-light,
.fund_transfer .recipient .bg-light {
    background-color: #F9F9FB !important; 
}

.fund_transfer .recipient .recipient-footer {
    font-size: 10px;
}

.fund_transfer .recipient .amount-totel {
    border-top: 1px #14157A;
    border-bottom: 1px #14157A;
    border-right: 0px;
    border-left: 0px;
    border-style: dashed;
    padding-top: 1rem;
    margin-bottom: 1rem;
}

.fund_transfer .recipient .amount-totel .row:nth-child(1) {
    color: #14157A;
} 

.fund_transfer .recipient .amount-totel .row:nth-child(2) {
    color: #000;
} 

.fund_transfer .recipient .amount-enter .row .col-sm-6:nth-child(2) p,
.fund_transfer .recipient .amount-totel .row .col-sm-6:nth-child(2) p {
    text-align: right;
}

.fund_transfer .recipient .recipient-footer .row .col-sm-6:nth-child(1) p {
    color: #14157A;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    font-size: 12px;
    font-weight: 400;
}

.debit_cards img {
    width: 200px;
    float: right;
}

.breadcrumb .breadcrumb-item a {
    color: #14157A !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize !important;
    letter-spacing: 0;
}

.breadcrumb .breadcrumb-item.active {
    color: #000;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important;
    color: #000000 !important;
}

.user-display p {
    font-size: 14px;
    font-weight: 500;
}

.side-box {
    border: 1px solid #E5E5E5;
    /*min-height: 500px;*/
    background: #fff;
    padding-bottom: 10px;
}

.side-box .side-ul ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.side-box .side-ul ul li a:hover,
.side-box .side-ul ul li a.active {
    background-color: #F2F2F2;
}

.side-box .side-ul ul li a.active {
    font-weight: 500;
    position: relative;
}

.side-box .side-ul ul li a.active::after {
    content:'>';
    position: absolute;
    right: 30px;
    top: 6px;
    font-size: 20px;
    font-weight: 500;
}

.inner_panel .card .card-header {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.inner_panel .card .card-body h1 {
    font-size: 16px;
    font-weight: 500;
    color: #14157A;
}

.inner_panel .card .card-body .table table td {
    border: 0px;
    font-size: 14px;
    font-weight: 500;
}

.inner_panel .card .card-body .table table td span,
.inner_panel .card .card-body .table table td a {
    color: #14157A;
}

.inner_panel .card .card-body .table table td:nth-child(2) {
    font-weight: 600;
}

.history-table tr td:nth-child(3) {
    font-weight: 600 !important;
}

.recipient-table tr td:nth-child(2),
.history-table tr td:nth-child(2) {
    font-weight: 400 !important;
}

.recipient-table tr td:nth-child(4),
.history-table tr td:nth-child(4) {
    text-align: right;
}

.recipient-table tr td, .history-table tr td {
    border-bottom:  1px solid #dee2e6 !important;
}

.update-form .form-group p {
    color: #14157A;
}

.update-form .form-group .btn-round {
    width: 50px;
    height: 50px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 6px #0000001A;
    border-radius: 100%;
    text-align: center;
    padding: 10px;
    position: relative;
}

.update-form .form-group .btn-round img {
    width: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.update-form .form-group .btn-round img.fb {
    width: 15px !important;
}

.upload-id-copy {
    width: 100%;
    background: #F9F9FB;
    border: 1px solid #ced4da;
    border-radius: 25px;
}

 .modl-upload {
	 border-radius: 6px;
 }
 
.upload-id-copy img {
    width: 82px;
    margin: auto;
    margin-bottom: 20px;
}

 /*.modl-upload img {
	 width: 200px !important;
 }*/
 
.upload-id-copy p {
    font-size: 13px;
    font-weight: 400;
}

.upload-id-copy [type="file"] + label.file-btn {
    font-size: 14px;
    color: #14157A;
    font-weight: 500;
    text-decoration: underline;
    background-color: transparent;
    border:none;
    padding: 0px;
    margin-bottom: 0px;
}

.upload-id-copy [type="file"] + label.file-btn:hover {
    background-color: transparent;
    color: #14157A;
    border: none;
}

 .view-link, .link-dropdonw {
	 position: relative;
	 cursor: pointer;
 }
 
.view-link::after {
	display: none;
}
 
.view-link a img {
	width: 25px;
}

.view-link a:hover img {
	opacity: 0.8;
}

@media (max-width: 992px) {
    .inner_form form .form-group .btn-main {
        width: 100%;
    }
}

@media (max-width: 768px){
    .inner-nav .nav {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap !important;
    }

    .inner-nav .nav .nav-item .nav-link.active::after {
        bottom: -2px;
    }

    .inner_form form .form-group .form-control {
        margin-bottom: 15px;
    }

    .inner_form form .form-group .btn-main {
        width: 100%;
    }

    .inner_panel .card .card-body .table table td {
        font-size: 12px;
        min-width: 120px;
    }

    .side-box, .inner_panel .card {
        min-height: auto !important;
    }

    .select_appearness_inner::before {
        right: 35px;
        top: 60%;
    }
}

@media (max-width: 550px) {
    .debit_cards img {
        width: 150px;
    }

    .inner-nav .nav .nav-item .nav-link {
        font-size: 10px;
    }
}


/*============                 ===========
  ============ REVIEW DETAILS PAGE STYLE ==========*/

.reivew-details p {
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    word-break: break-all;
}

.reivew-details .title {
    font-weight: 600;
}

.reivew-details .detail {
    font-weight: 700;
}

.edit-btn {
    border: 1px solid #14157A;
    background-color: #fff;
    color: #14157A;
    border-radius: 30px !important;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}

.btn-inner {
    background: #14157A;
    border-radius: 30px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}

.check-list {
    padding: 10px 20px 10px 30px;
    text-align: center;
    background: #F9F9FB;
	border: 1px solid #E5E5E5;
    border-radius: 6px;
    cursor:pointer;
}

.check-list.active {
    border: 2px solid #42BE8C !important;
}

.check-list label {
    cursor: pointer;
}

.form-check input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #F9F9FB;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #777777;
}

.form-check input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #42BE8C;
    content: '';
    display: inline-block;
    visibility: visible;
	border: 1px solid #42BE8C;
}

.bank-details {
    background-color: #EEFFF8;
    border: 1px solid #42BE8C;
    border-radius: 6px;
    font-size: 14px;
}

.bank-details .title-name {
    font-style: italic;
    font-weight: 400;
}

.bank-details .title-det {
    font-style: italic;
    font-weight: 300;
}

.text-orng {
    color: #F5800F !important;
}

.text-faild {
    color: #F66868 !important;
}

.text-green {
    color: #42BE8C !important;
}

.btn-main.defult {
    background-color: #fff;
    color: #14157A;
}

.transaction-top p {
    font-size: 14px;
    color: #686868;
}

.transaction-top span {
    font-size: 14px;
    color: #000;
}

.transaction-details {
    background: #F8F8F8;
    border: 1px solid #E8EFF9;
    border-radius: 4px;
}

.transaction-details span {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.transaction-details span.sb {
    font-weight: 600;
}

.transaction-details hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

p.rate-p {
	font-size: 14px;
}

/*p.rating-star i {
	font-size: 25px;
	display: inline-block;
	margin: 0px 5px;
	color: white;
	text-shadow:
   -1px -1px 0 #707070,  
    1px -1px 0 #707070,
    -1px 1px 0 #707070,
     1px 1px 0 #707070;
	cursor: pointer;
}

p.rating-star i.active {
	color: #FFC107;
}*/

.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 25px;
	display: inline-block;
	margin: 0px 5px;
	color: white;
	text-shadow:
   -1px -1px 0 #707070,  
    1px -1px 0 #707070,
    -1px 1px 0 #707070,
     1px 1px 0 #707070;
	cursor: pointer;
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFC107;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FFC107;
}

@media (max-width: 550px) {
    .transaction-top p, .transaction-top span {
        font-size: 12px;
    }

    .transaction-details span {
        font-size: 13px;
    }

    .btn-mobile {
        font-size: 14px;
        padding: 5px 20px;
        letter-spacing: 0px;
    }
}

/*============                 ===========
  ============ File Button ==========*/

[type="file"].file-input {
    height: 0;
    overflow: hidden;
    width: 0;
}
[type="file"] + label.file-btn {
    background: #FFFFFF;
    border: 1px solid #9A9A9A;
    border-radius: 4px;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: inherit;
    font-weight: 400;
	 margin-bottom: 5px;
    outline: none;
    padding: 7px 30px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
}
[type="file"] + label.file-btn:hover {
    background-color: #14157A;
    color: #fff;
    border: 1px solid #14157A;
}

#file-upload-filename {
	font-size: 13px;
}

[type="file"] + label.file-btn i {

}

.uploadpreview{
  width:150px;
  height:150px;
  display:block;
  border:1px solid #ccc;
  margin:0 auto 15px;
  background-size:100% auto;
  background-repeat:no-repeat;
  background-position:center;
}


/*============                 ===========
  ============ FOOTER STYLE ==========*/

footer {
    background-color: #14157A;
}

footer .nav a {
    font-size: 14px;
    font-weight: 400 !important;
}

footer .nav a.text-underline {
    text-decoration: underline;
}

.small-content {
    min-height: calc(66vh - 16px);
}

.intl-tel-input {
    display: table-cell;
}
.intl-tel-input .selected-flag {
    z-index: 4;
}
.intl-tel-input .country-list {
    z-index: 5;
}
.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}

#main {
    position: relative;
}

#containerr {
    position: absolute;
    width: 100%;
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left:0;
    right: 0;
    background: rgba(43, 42, 42, 0.85);
    width: 100%;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    z-index: 99999;
    opacity: 0;
    margin-bottom: 0px !important;
}

.cookiealert p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.cookiealert span {
    font-size: 12px;
    font-weight: 300;
}

.cookiealert .btn {
    padding: 5px 40px;
    font-size: 14px;
    font-weight: 600;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

@media (max-width: 768px) {
    #containerr {
        position: relative;
    }
}


.iti__selected-flag:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
    box-shadow: none !important;
}

.nav-link.btn:hover {
    color: #F5800F !important;
}

.nav-link.btn:focus {
    color: #fff !important;
}

.header_dropdown a::after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: transform .2s cubic-bezier(.8,.2,.5,.1), background .2s ease-in-out;
}

.header_dropdown.show a::after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transition: transform .2s cubic-bezier(.8,.2,.5,.1), background .2s ease-in-out;
}

.header_dropdown .dropdown-menu {
    top: 58px;
    border-radius: 0px;
}

@media (max-width: 992px) {
    .nav-link.btn {
        text-align: left;
    }

    .header_dropdown .dropdown-menu {
        right: auto !important;
        left: 0 !important;
    }
}

.buttonload .fa-spin{
    margin-right:10px;
}


.cs-spinner {
    position: absolute;
    bottom: 15px;
    right: 10px;
    color: #D3D3D3 !important;
}

.spinner-btnn {
    position: relative;
    bottom: 3px;
}

/*.bootstrap-select.mp_contrypicker>.dropdown-toggle {
	border-radius: 25px !important;
    background: #F9F9FB !important;
	border: 1px solid #ced4da;
}

.bootstrap-select.mp_contrypicker>.dropdown-toggle:focus {
	outline: none !important;
	outline-offset: 0px !important;
}

.btn-light:focus {
	box-shadow: none !important;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #111b79 !important;
}

.bootstrap-select .dropdown-menu li a {
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 0px !important;
	font-size: 14px !important;
}

.bs-searchbox {
	margin-bottom: 5px !important;
}

.flagstrap-icon {
	display: inline-block;
	height: 16px;
	margin-right: 10px;
	width: 20px;
	vertical-align: middle;
	background: url(flags.png) no-repeat;
}

.flagstrap-pk {
	background-position: -16px -121px;
}*/

.inner_form form .form-group .niceCountryInputMenuFilter input {
	border-radius: 0px !important;
	border: 1px solid #ced4da;
}



.select_wrap{
  width: 100%;
  position: relative;
  user-select: none;
  border: 1px solid #ced4da;
  border-radius: 25px;
  background-color: #f9f9fb;
}

.select_wrap.home-page {
	background: #fff;
    border-radius: .25rem;
	height: auto;
	border: none;
}

.select_wrap .default_option{
  background: #f9f9fb;
  border-radius: 25px;
  position: relative;
  cursor: pointer;
  padding-inline-start: 0px;
  margin-bottom: 0px;
}

.select_wrap .default_option.home-page {
	background: #fff;
    border-radius: .25rem;
	height: 48px;
}

.select_wrap .default_option li{
    padding: .375rem .75rem;
	list-style-type: none;
}

.select_wrap .default_option.home-page li {
	 padding: 12px .75rem;
}

.select_wrap .default_option.home-page.index-b .option {
	position: relative;
	top: 5px;
}

.select_wrap .default_option:before{
    content: "";
    position: absolute;
    top: 17px;
    right: 18px;
    width: 13px;
    height: 10px;
    /*border: 2px solid;
    border-color: transparent transparent #555555 #555555;*/
	background-image: url('../images/arrow-1-1.svg');
	background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    transform: rotate(0deg);
}

.select_wrap .default_option.home-page:before {
	top: 22px;
}

.select_wrap .default_option.home-page.index-b:before {
	top: 32px;
}

.select_wrap .select_ul{
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  display: none;
  padding-inline-start: 0px !important;
  box-shadow: 0 6px 20px 0 rgba(0,0,0,0.1);
  z-index: 99999;
}

.select_wrap.home-page .select_ul {
	top: 50px;
}

.input_wrapper .select_wrap.home-page .select_ul {
	top: 55px;
}

.select_wrap .select_ul .country-list-all {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.select_wrap .select_ul li{
  padding: 7px 10px;
  cursor: pointer;
  list-style-type: none;
  font-size: 13px;
  line-height: 25px;
  display: block;
  width: 100%;
  z-index: 99999;
}

.select_wrap .select_ul li:hover{
  background: #f7f7f7;
}

.select_wrap .option{
  /*display: flex;*/
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.select_wrap .option.searchinput {
	padding: 7px 10px;
	background-color: #f4f4f4;
}

.select_wrap .option.searchinput input {
	border-radius: 4px !important;
	width: 100%;
}

.select_wrap .option .flagstrap-icon {
  margin-right: 10px;
}

.select_wrap .option p {
	margin-bottom: 0px;
}

.option p.placeholder {
  color: #6c757d;
}

.select_wrap.active .select_ul{
  display: block;
}

.select_wrap.active .default_option:before{
  top: 14px;
  transform: rotate(-180deg);
}

.select_wrap.active .default_option.home-page:before {
	top: 18px;
}

.select_wrap.active .default_option.home-page.index-b:before {
	top: 28px;
}

#hide, #hideb {
	cursor: pointer;
	margin-right: 3px;
}

i.fas.fa-pen.icon.p-2:hover {
	background: #fff;
	border-radius: 50%;
}

#show, #showb {
	display:none;
	cursor: pointer;
}
  
#show i.fa-check-circle,
#showb i.fa-check-circle {
	color: #38d838;
    font-size: 22px;
    line-height: 25px;
    position: relative;
    top: 5px;
}
  
.h-f, .h-fb {
	display: none;
	max-width: 120px;
	font-family: 'Poppins', sans-serif;
    padding: 3px 10px;
    border: 1px solid #dbdbdb;
    font-size: 13px;
}

span.edit-click a {
	color: #777;
}

span.edit-click a:hover {
	text-decoration: none !important;
}

@media (max-width: 767px) {
	.select_wrap.active {
		min-height: 200px;
}
	
	.input_wrapper.dd-select_c {
		min-height: 64px !important;
		height: auto !important;
	}
}


.scale-in-top {
	-webkit-animation: scale-in-top 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-top 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-top {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-top {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
}

