


/* Common Element */

.validation-error-msg {
    color: red;
}

#freeCardOptSection {
    display: none;
}

#getFreeCardbtn {
    display: none;
}

.newmodal {
    margin-top: 10rem;
}

.modal-open .modal,
.modal {
    z-index: 9999999;
}

#betterrate .modal-body,
#ratealerttrial .modal-body {
    padding: 0px 50px;
}

#loginConsumer {
    background: #000;
    color: #fff;
}

#registerOrLoginConsumerAfterMobile {
    background: #000;
    color: #fff;
}

#getHeaderRegisterOtp {
    background: #000;
    color: #fff;
}

#getHeaderRegisterOtp:hover {
    background: #000;
    color: #fff;
}

.slider-bg {
    padding-top: 5rem;
}

.form-btn {
    border-radius: 4px;
    background: #242C61;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 0.8rem 2rem;
}


.form-custom-input {
    border-radius: 4px;
    border: 0.8px solid rgba(24, 24, 24, 0.80);
    padding: .375rem .75rem;
    height: 5rem;
}

.form-custom-input::placeholder {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-control:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

div.page-main-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-heading {
    color: #232D61;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 166.667% */
}

.section-padding {
    padding: 10% 0px;
}

.section-normal-text {
    /* padding: 0% 10px; */
    text-align: justify;
    font-size: 16px;
}


.common-header-text {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 40px;
}

.common-header-text1 {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  
}

.footer-fix-qr-code {
    position: fixed;
    left: 50px;
    bottom: 50px;
    width: 94px;
    height: auto;
    z-index: 99999;
    border: 1.456px solid rgb(151 151 151 / 52%);
    background: rgb(212 212 212 / 5%);
    backdrop-filter: blur(1.479270935058594px);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 6px 7px;
    flex-direction: column;
}

.footer-fix-qr-code img {
    width: 80px;
    height: auto;
}

.footer-fix-qr-code .qr-text span {
    display: block;
}

.footer-fix-qr-code .qr-text span:first-child {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-shadow: 1px 0 #000, 0px 0 #000, 0 1px #000, 0 0px #000, 0px 0px #fff, 0px -1px #fff, 0px 0px #fff, 0px 1px #fff;
}

.footer-fix-qr-code .qr-text span:last-child {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    text-shadow: 1px 0 #000, 0px 0 #000, 0 1px #000, 0 0px #000, 0px 0px #fff, 0px -1px #fff, 0px 0px #fff, 0px 1px #fff;
    margin: 5px 0px;
}

a:hover {
    text-decoration: none;
    color:#000;
}


.dd-container.disabled .dd-pointer.dd-pointer-down {
    display: none;
}

#calculator-msg.modal.show .modal-dialog {
    max-width: 25%;
}

#calculator-msg.modal.show .modal-dialog {
    max-width: 25%;
}

#calculator-msg button.modal-close-btn {
    padding: 10 25px;
    border-radius: 20px !important;
}

#calculator-msg button.modal-close-btn:hover {
    background: #000;
    color: #fff;
    border: none;
    box-shadow: none;
}

#calculator-msg .message {
    font-size: 14px;
    color: black;
}

#calculator-msg button.close {

}

#calculator-msg .newmodal {
    margin-top: auto;
    width: 20% !important;
}


/* Login and register popup */


#registernow.modal.show .modal-dialog {
    max-width: 25%;
}

#registernow .modal-header {
    padding: 20px 0px;
    justify-content: center;
    background: #F4F4F7;
    border-top-left-radius: 20px;
}

#registernow .newmodal h3.register-modal-header-text {
    font-weight: 700;
    font-size: 2rem;
    line-height: 100%;
}

#registernow .newmodal .modal-body {
    padding: 5px 30px 20px;
}

#registernow .newmodal .form-control {
    border-radius: 4px;
    height: 4.5rem;
}

#registernow .newmodal .form-check {
    padding-left: 0rem;
}

#registernow .newmodal input[type="checkbox"]+label {
    padding-left: 30px;
}

#registernow .newmodal input[type="checkbox"]+label:before {
    width: 20px;
    height: 20px;
}

#registernow .newmodal .register input[type="checkbox"]:checked+label:before {
    width: 12px;
    height: 20px;
}

#registernow .newmodal .input-label {
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
}

#registernow .newmodal .form-control::placeholder {
  color: #7E7E7E !important;
}


#registernow .newmodal label span.required-field {
    color: red;
}


#registernow .newmodal .login-via-password,
#registernow .newmodal .new-consumer-signup {
    font-size: 14px;
    text-decoration: none;
    color: #7E7E7E;
    cursor: context-menu;
}

#registernow .newmodal .login-via-password span,
#registernow .newmodal .new-consumer-signup span {
    color: #000000;
    cursor: pointer;
}


#registernow .newmodal .mobile-number-error {
    
}

#registernow .modal-dialog.newmodal {
    max-width: 25% !important;
}



.loginRegPopupOption {

}

.loginRegPopupOption button {
    color: black;
    font-size: 15px;
}

#loginViaPassword,
#loginViaOTP,
#signUpNewCustomer,
#loginMethodDiv {
    display: none;
    text-decoration: none;
    color: #7E7E7E;
}

#loginViaPassword span,
#loginViaOTP span,
#signUpNewCustomer span,
#loginMethodDiv span {
    text-decoration: none;
    color: #000000;
}

#loginRegPopCont,
#loginRegPopProceed {
  display: none;
}

.loginForm-email-control,
#logRegEmailError,
#logRegResentOtpBtn {
    display: none;
}



/* Login and register popup End */


/* FAQ section */

  .faq-container-main .panel-heading {
        padding: 0;
        border:0;
  }

  .faq-container-main .panel {
    border-bottom: 1px solid #707070;
  }

  .faq-container-main .panel-title > a {
    color: #181818;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  

  .faq-container-main .panel-body {
    padding: 0px 20px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }



  .faq-container-main .panel-title > a, .panel-title > a:active {
        display:block;
        padding:15px;
        text-decoration: none;
  }

  .faq-container-main .panel-heading  a:before {
        font-family: 'FontAwesome';
        content: "\f0d7";
        float: right;
        transition: all 0.5s;
  }

  .faq-container-main .panel-heading.active a:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
  } 

#btnViewMoreFaq {
    margin-bottom: 20px;
}

.more-faqs {
    display: none;
}


/* FAQ section end */



input[type='radio'] {
    accent-color: #000;
}


#review .owl-stage-outer .owl-stage {
	left: 0px;
}

.black-theme-link {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.black-theme-link:hover {
    color: #000;
    text-decoration: none;
}

.newinrimg a,
.allinrimg a {
    color: #fff;
    border: none
}

.newinrimg a:hover,
.allinrimg a:hover {
    color: #fff;
    text-decoration: none;
}

.newinrimg .custom-col-right,
.allinrimg .custom-col-right {
    text-align: center;
}

/* Common Element end */






/* Header */

header.header-container {
    background:#ffffff;
    z-index: 9999999;
    position: sticky;
    top: 0;
    width: 100%;
}

header.header-container > div {
    width: 90%;
    margin: auto;
}

header.header-container .start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 0;
	/* box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15); */
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
header.header-container .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
header.header-container .start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
header.header-container .navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
header.header-container .navbar{
	padding: 0;
}
header.header-container .navbar-brand img{
	width: 165px;
	height: auto;
	display: block;
  /* filter: brightness(10%); */
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
header.header-container .navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
header.header-container .navbar-toggler:active,
header.header-container .navbar-toggler:focus {
	outline: none;
}
header.header-container .navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
header.header-container .navbar-light .navbar-toggler-icon:after, 
header.header-container .navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
header.header-container .navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
header.header-container .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
header.header-container .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
header.header-container .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

.container-fluid.header-container .menu-left-section ul.navbar-nav {
    margin-left: 2.5rem !important;
}

header.header-container .nav-link{
    font-family: 'Poppins';
	font-weight: 500;
    color: #636363 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 200ms linear;
}
header.header-container .nav-item .nav-link.active{
	color: #000000 !important;
    font-weight: bold;
}
header.header-container .nav-item:hover .nav-link{
	color: #000000 !important;
    font-weight: bold;
}

header.header-container .menu-left-section .nav-item.active::after {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #000000;
	opacity: 1;
    transition: all 200ms linear;
}

header.header-container .menu-left-section .nav-item.active .nav-link{
	color: #000 !important;
    font-weight: 500;
}

header.header-container .nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
header.header-container .nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #000000;
	opacity: 0;
    transition: all 200ms linear;
}

header.header-container .nav-item.app-download-btn-box{
    display: flex !important;
    align-items: center;
}

header.header-container .nav-item.app-download-btn-box:after{
    border: none;
    box-shadow: none;
    height: 0;
}

header.header-container .nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
header.header-container .nav-item.active:hover:after{
	opacity: 0;
}
header.header-container .nav-item{
	position: relative;
    transition: all 200ms linear;
}

header.header-container .menu-left-section .nav-item {
    margin: 25px 13px;
}



header.header-container .nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
header.header-container .nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
header.header-container .dropdown-toggle::after {
	display: none;
}

header.header-container .dropdown-item {
    padding: 10px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
    border-bottom: 1px solid #52525266;
    padding-left: 0px;
}

header.header-container .dropdown-item:last-child {
    border-bottom: none;
}

header.header-container .dropdown-item:hover, 
header.header-container .dropdown-item:focus {
	/* color: #fff; */
	background-color: transparent;
}

.start-header ul.navbar-nav li.nav-item a.active {
    color: #000;
    font-weight: bold;
}

header.header-container nav.navbar ul.navbar-nav li.nav-item.desktop-single-menu:last-child {
    margin-right: 0px;
}


header.header-container nav.navbar ul.navbar-nav li.nav-item.desktop-single-menu.nav-item.active {
    margin: 25px 8px;
    display: flex;
    text-align: center;
    padding: 0px 24px;
} 

header.header-container nav.navbar ul.navbar-nav li.nav-item.desktop-single-menu.nav-item.active a.nav-link::before {
    font-family: 'FontAwesome';
    content: '\f078';
    position: absolute;
    top: 52%;
    right: -19px;
    transform: translateY(-50%);
    font-size: 12px;
}

header.header-container .nav-item.desktop-single-menu .dropdown-menu {
    background: #fff;
    left: -50%;
    border-radius: 9.635px;
    border: 1px solid #BABABA;
    background: #FFF;
    box-shadow: 2px 2px 2px 0px rgba(147, 147, 147, 0.10);
    padding-left: 20px !important;
}

header.header-container .desktop-single-menu.manu-connect.nav-item:after {

    opacity: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    background-color: transparent;
    border-bottom: 15px solid rgba(129,103,169,.6);
}



/* header.header-container .desktop-single-menu.manu-connect.nav-item:hover:after {
    content: '';
    opacity: 1;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    background-color: transparent;
    border-bottom: 15px solid rgba(129,103,169,.6);
}

header.header-container .nav-item.desktop-single-menu a:hover + .dropdown-menu {
    display: block !important;
    visibility: visible;
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
 */
/* header.header-container .nav-item.active a.nav-link:hover ~ .dropdown-menu {
    display: block;
}
 */


.btn-download-app {
    border-radius: 100.335px;
    background: #000;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 20px;
  }

  li.app-download-btn-box::after {
    background: none;
  }

  header.header-container .nav-item:after {

  }

  .btn-download-app::after {
    border: none;
    background: none;
  }

  .btn-download-app:hover {
    background: #000;
    color: #FFF;
  }

  .btn-download-app:hover::after {
    opacity: 0;
  }  

  .btn-download-app:focus {
    outline: 0;
    box-shadow: none;
  }

  
  /* Persona page */

  /* .banner-bg, .student-start {
    height: 60vh;
    } */


    .persona-bg .banner-bg {
        /* background-image: url('assets/persona/images/banner/plane-with-line.png'); */
        background-repeat: no-repeat;
        background-position: center;
        background-size: 450px auto;
        background-position-y: top;
      }

  .persona-bg {
    background: #fff;
    height: 85vh;
    padding-top: 30px;
}


  .persona-bg .banner-home {
    top: 50%;
  }

  .banner-inside-h {
    color: #fff;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
}
  

  .persona-bg h1 {
    color: #000;
    font-size: 85px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    line-height: 80px;
    margin-bottom: 20px;
}

.intro-plane-banner {
    position: relative !important;
    width: fit-content;   
}

.traveller-intro .intro-plane-banner img {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(90%, -65%);
    height: 220px;
}

.student-intro .intro-plane-banner img {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(85%, -50%);
    height: 275px;
}

.business-intro .intro-plane-banner img {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(12%, -60%);
    height: 250px;
}

.personal-persona-intro .intro-plane-banner img {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(67%, -67%);
    height: 240px;
}

.persona-bg h6.intro-title {
  font-family: "site-header-title";
    color: #737373;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.persona-bg h5 {
    color: #ACACAC;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.persona-card-intro {
    margin-top: 50px;
}

.persona-card-intro img {
    width: 100%;
    margin-top: 40px;

}

.persona-card-text p:first-child {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px; /* 125% */
}

.persona-card-text p:nth-child(2) {
    color: #000;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    text-transform: capitalize;
    margin-top: -10px;
}

.brands-section {
    padding: 50px 0;
    background: #F9F9F9;
}

.brands-section .row {
    display: flex;
    /* flex-wrap: nowrap;  */
}

.brands-section img {
    width: 100%; 
    max-width: 350px; 
    height: auto;
}

.brands-section-text p {
    color: #000;
    font-size: 50px;
    font-weight: 600;
    line-height: 55px;
    white-space: nowrap; 
}
.trusted-brands{
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px; list-style: inherit; 
    padding: 0;
   font-size: 20px;
}
.trusted-brands li::marker{
    color: #000000;
}

.smart-corporate {
    padding: 50px 0;
    background: #F9F9F9;
}

.smart-corporate  .row {
    display: flex;
    flex-wrap: nowrap; 
}

.smart-corporate  img {
    width: 100%; 
    max-width: 350px; 
    height: auto;
}

.smart-corporate-text p {
    color: #000;
    font-size: 50px;
    font-weight: 600;
    line-height: 55px;
    white-space: nowrap; 
}
/* .top-right ul li a {

} */

/* Header end */


/* Home page */

.persona-card img {
    height: 100px;
}


/* .advantage-card {
    background: #272727;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    text-align: center;
    padding: 70px;
    width: 90%;
}
.advantage-card img{
    width: 80px;
    height: auto;
}
.advantage-card  h4{
    font-size: 14px;
    font-weight: 100;
    color: #fff;
} */


    .header-2 {
        font-size: 34px;
        font-weight: 500;
        color: #00C6E0;
        font-family: 'Brittany Signature';
    }



    .persona-card {
        background: white;
        border-radius: 15px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        margin: 20px auto;
        text-align: center;
        padding: 40px 25px;
        border: 1px solid #000;
    }
    /* .persona-card img{
        width: auto;
        height: 100px;
    } */
    .persona-card h4{
        font-size: 18px;
        font-weight: 700;
    }
    .inr-section{
        background-color: #000;
        padding-top: 10px;
        padding-bottom: 70px;
    }

    .persona-short-info {
        color: #000;
        text-align: center;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }


    .newinrimg,
    .allinrimg {
    background: #272727;
    border-radius: 6rem;
    border: 1px solid #272727;
    padding: 0 4rem;
    position: relative;
    top: 1rem;
    z-index: 99;
    margin-bottom: 40px;
    margin-top: 50px;
    text-align: left;
    }

    
    .allinrimg {
        box-shadow: none;
    }


    .newinrimg h3,
    .allinrimg h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    }

    .newinrimg h5,
    .allinrimg h5 {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    }
    .borline {
    border-right: 1px solid #fff;
    height: 16px;
    vertical-align: top;
    margin: 0 5px;
    }
    .bor {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-right: 0.7px dashed #BABABA80;
    }

    .rates-btn-default {
    border: 0.8px solid #000000;
    background-color: #000000;
    border-radius: 35px;
    color: #fff;
    padding: 10px 13px;
    font-size: 12px;

    }
    .home-heading-text {
    text-align: center;
    }
    .home-heading-text h6{
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    margin: 70px 50px 20px 50px;
    }
    .home-container {
    display: flex;
    justify-content: center;
    align-items: center;   
    }

    .home-text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    background-color: #272727;
    border-radius: 60px;
    text-align: center;

    }

    .wsfx-advantages-box {

    }



    .wsfx-advantages-box {
        width: 98%;
        margin: auto;
    }

    .wsfx-advantages-box > div {
        padding: 15px 25px !important;
    }

    .advantage-card {
        background: #272727;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        margin: 20px auto;
        text-align: center;
        padding: 20px;
        width: 90%;
    }


    
    #view-more-advantage {
        border-radius: 35px;
        background: #272727;
        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 13.873px;
        padding: 18px 24px;
        border: none;
    }


    #view-more-advantage:focus {
        border: none;
    }
        

    .advantage-card img{
        width: 50px;
        height: auto;
        margin-bottom: 15px;
    }
    .advantage-card  h4{
        font-size: 14px;
        font-weight: 100;
        color: #fff;
    }
    .bank-section{
        background-color: #F9F9F9;
        padding-top: 80px;
    }
    .bank-heading-text h2{
        font-size: 50px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 40px;
    }

    .bank-image-section {
        display: flex;
        justify-content: center;
        align-items: center; 
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        padding: 20px 5%;
        margin: auto;
        max-width: 100%;
        gap: 25px;
        padding-bottom: 50px; 
    }

    .bank-image-section > div {
        text-align: center;
        display: inline-block;
        margin: 10px;
    }

    .bank-list-img {
        width: 150px; 
        height: auto;
    }
    .customers{
        background-color: #000;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    
    }
    .customers-heading h6{
        color: #fff;
        font-size: 50px;
        font-weight: 500;
        margin-top: 80px;
    }
    .customers-heading p{
        color: #176BEF;
        font-size: 35px;
        font-weight: 100;
        text-decoration: underline;
    }

    .review-container {
        width: 80%;
        margin: auto;
        padding: 40px 0;
    }
    .review-card {
        background: #272727;
        border-radius: 15px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        margin: 20px auto;
        text-align: center;
        padding: 20px;
        width: 90%;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        scroll-snap-align: center;
    }


    .center .review-card {
    transform: scale(1.2);
    }

    .review-card  img{
    width: 80px;
    height: 80px;
    }
    .review-card  h4{
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    text-align: justify;
    }

    .review-header {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    width: 100%; 
    }

    .name {
    font-size: 16px;
    font-weight: 500;
    flex-grow: 1; 
    text-align: left;
    color: #fff;
    }
    .avatar {
        width: 40px;
        height: 40px;
        background-color: #007bff;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-weight: bold;
    }
    .stars {
    color: gold;
    margin: 5px 0;
    text-align: left; 
    display: flex; 
    font-size: 20px;
    }

    .review-text {
    font-size: 14px;
    line-height: 1.5;
    }

    .branch-network {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    }

    .branch-network h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 55px;
    margin-top: 80px;
    }

    .branches {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 80px;
    }

    .branch {
    text-align: center;
    }

    .icon-container {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: 10px; 
    gap: 20;
    }

    .icon-container img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 5px; 
    }

    .icon-container span {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    display: block;
    text-align: center;
    line-height: 1.2;
    }


    .home-page-app-icon {
        margin-top: 50px !important;  
    }

    .app-icon .home-page-app-icon img {
        width: 50%;  
    }


    .wsfx-app .home-page-app-icon {
        padding: 0;
    }

    .wsfx-app .home-page-app-icon a {
        text-decoration: none;
        border-bottom: none;
        float: left;
        
    }

    .wsfx-app .home-page-app-icon a:hover {
        text-decoration: none;
        border-bottom: none;
    }

    .global-pay-card-all-images {
        display: flex !important;
        justify-content: end;
    }



/* Home page end */

/* Customer review */

.review-container {
    width: 100%;
    margin: auto;
    padding: 40px 0;
}
.review-card {
    background: #272727;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    text-align: center;
    padding: 25px;
    width: 85%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    scroll-snap-align: center;
    text-align: justify;
    padding: 20px 50px;
}


.center .review-card {
transform: scale(1.2);
   }

.review-card  img{
width: 80px;
height: 80px;
}
.review-card  h4{
font-size: 14px;
font-weight: 100;
color: #fff;
text-align: justify;
}

.review-header {
display: flex;
justify-content: space-between;
align-items: center; 
width: 100%; 
}

.name {
font-size: 16px;
font-weight: 500;
flex-grow: 1; 
text-align: left;
color: #fff;
}
.avatar {
    width: 40px;
    height: 40px;
    background-color: #007bff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
}
.stars {
color: gold;
margin: 5px 0;
text-align: left; 
display: flex; 
font-size: 20px;
}

.review-text {
font-size: 14px;
line-height: 1.5;
}

.branch-network {
text-align: center;
padding: 20px;
background-color: #fff;
}




/* Customer review end */




/* footer */

footer {
    background: #F9F9F9;
    padding: 6rem 0;
    color: #fff;
    padding-bottom: 0;
    position: relative;
    z-index: 999999;
}

footer .wsfx-footer-logo {
    height: 40px;
    width: auto;
}

footer div.container-fluid {
    width: 100%;
}

footer ul {
    margin-top: 4rem;
}
footer ul li a {
    color: #000;
    font-size: 18.667px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
footer ul li a:hover {
    color: #00bcf0;
    margin-left: 0;
}
footer ul li a i {
    font-size: 2.2rem;
    vertical-align: middle;
}
footer h4 {
    font-size: 2.7rem;
    font-weight: 700;
}

.footer-menu-section {
    width: 90%;
    margin: auto;
}




footer .footer-adderess p {
    color: #000;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 138.889% */
}

footer .footer-adderess p.address {
    margin-top: 20px;
}

footer .footer-adderess hr {
    background: rgba(240, 240, 240, 0.50);
    opacity: 0.5;
}

footer .footer-page-links span {
    color: #000;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* text-transform: uppercase; */
}

/* footer .footer-page-links span::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -5;
    width: 100%;
    left: 0;
    border-bottom: 2px solid #24B5EA;
} */

footer .footer-page-links ul.list-unstyled {
    margin-top: 2rem !important;
}



footer .footer-page-links ul li a  {
    color: #000;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 138.889% */
    padding-bottom: 6px;
}

footer .footer-page-links p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 2rem !important;
}




footer .footer-adderess ul.list-unstyled {
    display: flex;
}

footer .footer-adderess ul.list-unstyled li {
    width: 40px;
    height: 40px;
    background: #000000;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

footer .footer-adderess ul.list-unstyled li a {
    padding-bottom: 0rem;
}

footer .footer-adderess hr {
    width: 80%;   
}


.global-pay-qr-black {
    width: 35%;
}

.footer-copyrights {
    background: #000000;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/* footer end */




/* persona horizontal tab */


.student-info-tab {
    background: #000;
    color: #fff;
}


.globe-trot .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #24B5EA;
    background-color: #272727;
    box-shadow: none;
    border-radius: 10px;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}


.student-info-tab {

}

.student-info-tab > div {
    padding: 50px 20px;
}

.globe-trot .tab-pane .card-img {
    bottom: -4em;
}

.globe-trot .nav-pills .nav-link {
    padding: 12px 48px;
}

.student-info-tab .nav.nav-pills a.nav-link {
    color: #D8D8D8;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.student-info-tab .nav.nav-pills a.nav-link.active {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.student-info-tab .tab-pane h4 {
    color: #F9F9F9;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.student-info-tab .tab-pane p {
    color: #F9F9F9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.globe-trot .tab-pane a,
.globe-trot .tab-pane a:hover {
    color: #FFF;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    margin-top: 20px;
}


/* persona horizontal tab end */


.wsfx-app h3 {
    color: #2A2A2A;
    font-family: "Noto Sans";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wsfx-app h3 span {
    color: #CECECE;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wsfx-app .image-move {
    text-align: end;
}

.wsfx-app .image-move .img-fluid {
    max-width: 80%;
}


.section-main-heading-text p {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top:80px;
}



/* Tabs benefits */

#benefits {
    /* border: 0.8px dotted #06A4DD;  */
    border-radius: 36px;
    padding: 30px; 
    position: relative; 
    background-color: #fff; 
    background: #fff;
    margin-bottom: 80px;
}

#benefits .tab-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#benefits .tab-content .tab-pane {
    /* display: flex; */
    flex: 1;
    justify-content: center;
    position: relative;
}

#benefits .tab-content .tab-pane iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}    


#benefits li button {
    font-size: 25px;
    font-weight: 500;
    background: #fff;
    position: relative;
    padding-left: 20px;
    width: 95%;
    text-align: left;
    color: #949494;
}

#benefits div ul li button.active {
    background: #F3F3F3;
    color: #000;
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

/* #benefits li button.active:before {
    content: '';
    height: 100%;
    display: block;
    position: absolute;
    width: 12px;
    background: #06A4DD;
    top: 0;
    left: 0;
} */

#benefits li button:focus {
    outline: none;
}

/* Tabs benefits end */


.get-more-benefit {
    background: #000;
   /* padding: 60 0px;*/
    padding-top: 40px;
    padding-bottom: 80px;
}


.add-ons-short-info {
    background: #000;
}

.add-ons-short-info .titlehead {
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    padding: 50px;
}


.add-ons-short-info  .single-add-on-feature {
    border-radius: 27.35px;
    background: #272727;
    box-shadow: 3.212px 3.212px 6.424px 0px rgba(0, 0, 0, 0.05);
    padding: 50px;
}

.add-ons-short-info  .single-add-on-feature h4 {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.add-ons-short-info  .single-add-on-feature p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
}


.add-ons-short-info {

}

/* Block Account */


.main-info-section {
    width: 90%;
    margin: auto;
    margin-top: 50px;
}

.block-acc.main-info-section .intro-text {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block-acc.main-info-section .intro-text .header1 {
    color: #ACACAC;
    background: transparent;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.block-acc.main-info-section .intro-text .header2 {
    color: #2A2A2A;
    font-size: 60px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.block-acc.main-info-section .intro-text .intro-info {
    color: #000;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

#block-account-form {
    padding: 20px 40px !important;
}

.block-acc .new-calculator form.block-acount-form .form-control {
    height: 4.5rem;
    margin-bottom: 25px;
}


.main-info-section.block-acc .new-calculator ul.nav.nav-pills {
    padding: 20px !important;
    padding-top: 50px !important;
    padding-bottom: 0px !important;

} 

.main-info-section.block-acc .new-calculator ul li:first-child {
    flex: 2;
}

.main-info-section.block-acc .new-calculator ul li:nth-child(2) {
    flex: 1;
}

.new-calculator .forex-calc-sub-img {
    display: none;
}

.new-calculator .forex-calc-sub-img {
    display: none;
}

div.container-fluid .new-calculator {
    border-radius: 10px;
    border: 1px solid #ADADAD;        
}


#destinationCurrencySelectionBuyForex label.dd-selected-text {
    width: 110px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding-left: 10px;
}

#destinationCurrencySelectionBuyForex.dd-container label.dd-option-text {
    color: black !important;
}

#block-account-form .info {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px 0px 20px 0px;
}

#block-account-form .block-acount-form input.form-control {
    border-radius: 4px;
    border: 0.784px solid rgba(0, 0, 0, 0.80);
}

#block-account-form input.form-control::placeholder {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#block-account-form .block-account-form-submit {
    border-radius: 130.637px;
    background: #000;
    padding: 0.8rem .75rem;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.why-block-account {
    margin-top: 100px;
}

.why-block-account p.content-heading {
    color: #949494;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

.why-block-account p.content-heading-high {
    color: #2A2A2A;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
}

.why-block-account .into {
    color: #2A2A2A;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.how-work-section {
    width: 100%;
    margin-top: 50px;
    background: #000;
}

.how-work-section .content-heading {
    color: #FFF;
    text-align: center;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 50px;
}

.how-work-section .how-work-section-points {
    width: 90%;
    margin: auto !important;
}

.block-account-req-section {
    margin-top: 50px;
}

.block-account-req-section .content-heading {
    color: #000;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.block-account-process {
    background: #000;
    margin: 30px;
}

.content-heading {
    color: #FFF;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 30px;
}

.block-account-process .process-points {
    color: #fff;
    list-style: none;
    width: 75%;
}

.block-account-process .process-points li {
    color: #D8D8D8;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 40px 0px;
    position: relative;
}

.block-account-process .process-points li::before {
    content: attr(attr-number);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}


/* --------------------------- */



.how-work-box {
    border-radius: 12px;
    border: 1px solid #272727;
    background: #272727;
    display: flex;
    padding: 20px;
}


.how-work-box .how-work-img {
    padding: 0px 20px;
}

.how-work-box .how-work-img img {
    height: 50px;
    width: 50px;
}

.how-work-box .how-work-text {
    padding: 0px 20px;
}

.how-work-box .how-work-text p:first-child {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.how-work-box .how-work-text p:nth-child(2) {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}


ul.block-account-req-point {
    padding: 0px 15px;
    color: #181818;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
ul.block-account-req-point li {
    margin: 10px 0px;
}

.block-account-req-section .bloack-account-video {
    display: flex;
    justify-content: center;
    align-items: center;
}

div.block-account-req-section iframe {
    width: 80%;
    aspect-ratio: 16 / 9;
    height: fit-content;
}


/* .block-account-process {

}

.block-account-process .block-account-process-step {
    position: relative;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
    max-width: 100%;
    width: 300px;
    height: 300px;
    border: 1px solid#F2F2F2;
    border-top: none;
    border-radius: 10%;
}

.block-account-process .block-account-process-step::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    border-top: 1px solid#F2F2F2;
}


.block-process-single-step {
    width: 313;
    height: 301; 
}

.block-account-process .block-account-process-content {
    margin-top: 100px !important;
}

.block-account-process .block-account-process-content div.step-no {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 25%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block-account-process .block-account-process-content > div:first-child div.step-no {
    background: #242B61;
}

.block-account-process .block-account-process-content > div:nth-child(2) div.step-no {
    background: #000000;
}

.block-account-process .block-account-process-content > div:nth-child(3) div.step-no {
    background: #1CB9EB;
}

.block-account-process .block-account-process-content > div:nth-child(4) div.step-no {
    background: #242B61;
}

.block-account-process .block-account-process-content div.step-no span {
    font-size: 18px;
    color: #fff;
}

.block-account-process .block-account-process-content div.step-no span:first-child {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

.block-account-process .block-account-process-content div.step-no span:nth-child(2) {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 2px;
    margin-left: -2px;
}

.block-account-process .block-account-process-content div.step-text {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 50px;
    text-align: center;
}

.block-account-process .block-account-process-content div.step-text p {
    color: #181818;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.block-account-process .block-account-process-content div.step-text p span {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
} */

.block-account-req-info {
    margin-top: 100px;
}

.block-account-req-info .block-account-req-info-box {
    border-radius: 30px;
    border: 1px dashed #06A4DD;
    background: #F2FAFD;
    padding: 20px;
}

.block-account-req-info .block-account-req-info-box div:first-child {
    flex: 3;  
    padding: 20px 50px 20px 20px;
}

.block-account-req-info-box .block-account-req-text p.content-heading {
    color: #232D61;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-align: justify;
}

.block-account-req-info-box .block-account-req-text .section-normal-text {
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */    
}

.block-account-req-info-box .block-account-req-text .section-normal-text ol {
    padding-left: 15px;
}

.block-account-req-info-box .block-account-req-text .section-normal-text ol li {
    margin-bottom: 5px;
}


.block-account-req-info .block-account-req-info-box div:nth-child(2) {
    flex: 1;
    align-self: center;
}

.block-account-req-info .block-account-req-info-box .block-account-req-image img {
    width: 100%;
}

.page-main-banner-mobile {
    /* background: none; */
}    

/* Block Account End */





.wsfx-app {
    padding: 50px 0px;
}

.wsfx-card-main-wrapper {
    height: 100%;
    width: 100%;
    align-items: flex-start;
}

.wsfx-card-main-wrapper div {
    /* text-align: center; */
}

.wsfx-card-main-wrapper div:first-child,
.wsfx-card-main-wrapper div:nth-child(3) {
    margin-bottom: -150px;
}

.wsfx-card-main-wrapper div:nth-child(2),
.wsfx-card-main-wrapper div:nth-child(4) {
    margin-bottom: -50px;
}

.wsfx-card-main-wrapper img {
    width: 100%;
    height: auto;
}


/* Calculator */

    .new-calculator {
        width: 100%;
        height: auto;
        border-radius: 18px;
        padding: 0px;
        overflow: hidden;
    }


    .new-calculator ul.nav {
        background: #FFF;
        display: flex;
        justify-content: space-between;
        /* padding: 20px 0px; */
        padding-left: 3rem !important;
        padding-top: 0rem !important;        
        padding-right: 3rem !important;
        padding-bottom: 0rem !important;
    }
    
    .new-calculator ul li.nav-item {
        display: flex;
        justify-content: center;
        flex: 1;
    }    

    .new-calculator ul li.nav-item  {
        /* border-radius: 130.637px; */
        background: transparent;
        color: #000;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border: none;   
        width: 90%;
        padding: 5px 5px;
        margin-left: 0px;
        padding-left: 0px;
    }    

    .new-calculator ul li.nav-item {
        display: flex;
        justify-content: center;
        flex: 1;
    }    


    .new-calculator ul li.nav-item button.nav-link {
        /* border-radius: 130.637px; */
        background: transparent;
        color: #000;
        text-align: center;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border: none;   
        width: 90%;
        padding: 10px 5px;
    }    




    .new-calculator.traveller-page ul li.nav-item:first-child button.nav-link.active::before {
        width: 50%;
    }
   
    .new-calculator.traveller-page ul li.nav-item:last-child button.nav-link.active::before {
        width: 50%;
    }    

    .new-calculator ul li.nav-item:last-child button.nav-link:first-child {
        text-align: end;
    }

    .new-calculator ul li.nav-item:first-child button.nav-link:first-child {
        text-align: start;
    }    

    .new-calculator.traveller-page ul li.nav-item {
        
    }



    .new-calculator ul li.nav-item button.nav-link.active {
        background: transparent !important;
        color: #000;
        border: none !important;
        /* border-bottom: 1px solid black !important; */
        font-style: normal;
        font-weight: 600;
        line-height: normal;        
        position: relative;
    }
    
    /* .new-calculator ul li.nav-item button.nav-link.active::before {
        content: '';
        position: absolute;
        bottom: 0;
        border-bottom: 2px solid black !important;
        width: 70%;
    }   */  

    /* .new-calculator ul li.nav-item:first-child button.nav-link.active::before {
        content: '';
        position: absolute;
        left: 0%;
        bottom: 0;
        border-bottom: 2px solid black !important;
        width: 90%;
    }    */ 

    /* .new-calculator ul li.nav-item:last-child button.nav-link.active::before {
        content: '';
        position: absolute;
        right: 0%;
        bottom: 0;
        border-bottom: 2px solid black !important;
        width: 70%;
    } */    

    .new-calculator ul li.nav-item button.nav-link.active span {
        position: relative;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        font-size: 1.5rem;
    }   

    .new-calculator ul li.nav-item button.nav-link.active span::before {
        content: '';
        position: absolute;
        bottom: -8px;
        border-bottom: 2.5px solid black !important;
        width: 100%;
    }    

    .new-calculator form {
        margin-bottom: 0px;
    }

    .new-calculator .form-check-inline {
        margin-right: 30px;
    }

    .new-calculator ul li.nav-item button.nav-link:focus,
    .new-calculator ul li.nav-item button.nav-link.active:focus {
        background: transparent;
        color: #000;
        border: none;
        outline: none;
    }        


    .new-calculator .tab-content {
        border-color: #FFF;
        background: #FFF;
        margin-top: -1px;
        padding-bottom: 5px;
    }

    .new-calculator .tab-content .tab-pane {
        padding: 0rem 4rem 1rem 4rem !important;
    }


    fieldset.field-set {
        border-radius: 3px;
        border: 1.5px solid #ADADAD;
        padding: 0px 10px;
    }

    legend {
        font-family: 'Poppins';
        background: transparent;
        width: fit-content;
        font-size: 1.2rem;
        padding: 0 5px;
        margin-bottom: -10px;
        color: #000;
        font-weight: normal;
    }


    .new-calculator .nav {

    }

    .new-calculator .form-control {
        background: transparent;
        border: none;
        color: #181818;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        height: 4rem;
        /* top: 6%; */
    }

    .new-calculator .form-control:focus {
        border: transparent;
    }


    .new-calculator input[type="radio"] {
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
        transform: scale(1.5);
        font-size: 15px;
    }

    .new-calculator input[type="radio"]:checked + span {
        font-weight: bold;
    }
    
    .new-calculator .fa.fa-inr {

    }

    .new-calculator fieldset {
        position: relative;
    }
    
    .new-calculator fieldset:has(select.form-control)::before {
        content: '\f078';
        font-family: 'fontAwesome';
        position: absolute;
        top: 52%;
        right: 20px;
        transform: translateY(-50%);
        font-size: 12px;
        pointer-events: none;
    }
    
    .new-calculator fieldset select {
      appearance: none;
      -webkit-appearance: none;
      
    }
    
    .new-calculator fieldset.field-set div.input-group {
        flex-wrap: nowrap;
    }

    .new-calculator .dd-select,
    .new-calculator .dd-selected {
        background: transparent !important;
    }
.new-calculator .dd-selected-image {
    max-width: 25px;
    height: 20px;
}
    .new-calculator label.dd-selected-text {
        color: #000 !important;
        font-weight: 500;
        font-size: 1.5rem;
        font-family: 'Poppins';
        /* font-size: 18px; */
        font-style: normal;
        font-weight: 500;
        line-height: normal;        
    }

    .new-calculator .input-group-text label {
        font-weight: 500;
        font-size: 1.4rem;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        line-height: normal;     
    }
    

    .new-calculator .input-group-append {
        position: relative;
    }

    /* .new-calculator .input-group-append::before {
        content: '';
        position: absolute;
        top: 20%;
        right: 0;
        height: 60%;
        border-left : 1px solid #545454;
    } */


    .new-calculator h4.rate {
        font-family: "Poppins";
        color: #000 !important; 
        font-size: 12px; 
        margin-bottom: 0; 
        font-weight: bold;
        text-align:center;
    }

    .new-calculator .total h4.rate,
    .new-calculator .total h4 span {
        font-weight: 500;
    }
    
    .new-calculator h4.rate,
    .new-calculator h4.highlighted {
        font-size: 1.5rem;
        color: #000;
    }

    .total h4 span {
        font-weight: 400;
    }

    .total h4 i.fa {
        margin-right: 5px;
    }

    .new-calculator .live-exchange-indicator a span{
        /* color: #24B5EA; */
        color: #2169EB;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .live-exchange-indicator img {
        margin-right: 5px;
    }

    .new-calculator .total .btn-danger {
        border-radius: 130.637px;
        background: #000;
        padding: 7px 18px;
    }
    

    .new-calculator .textual h6.taxcharge {
        font-family: 'Poppins';
        color: #5E5E5E;
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;        
    }

    .new-calculator .textual h6 span.tooltip-text {
        background: #555;
    }

    /* .new-calculator .dd-pointer-down {
        border-top: 5px slid#000 !important;        
    } */

    /* .new-calculator span.dd-pointer.dd-pointer-down {
        color: #000 !important;
    } */


    #buyforex > div {
        padding-bottom: 0px !important;
    }

    .new-calculator .better-rate {
        border: none !important;
        background: transparent;
    }



    .new-calculator .better-rate .row > div {
        padding: 0rem 1.5px;
    }

    .new-calculator .better-rate .row a {
        font-family: 'Poppins';
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .new-calculator .better-rate .row a.calc-existing-cust-link {
        color: #5E5E5E;
    }
    


    .new-calculator .bor-right1 {
        position: relative;
        border-right: none;
    }

    .new-calculator .bor-right1::before {
        content: '';
        height: 40%;
        top: 25%;
        position: absolute;
        right: 0;
        border-right: 1px solid #7E7E7E;
    }    


    .persona-bg .new-calculator-overlay {
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translateY(-50%);
        z-index: 2;
        width: auto;
    }

    .new-calculator .dd-select {
        height: auto;
    }


    .new-calculator .flex-container .left-content {
        display: none;
    }

    .new-calculator .form-control1 {
        /* background: transparent; */
        border: none;
        font-family: 'Poppins';
        color: #000000;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        background: transparent;
        height: 100%;
        /* margin-top: 4px; */
        border-radius: 3px;
        border: none;
        width: 100%;
    }

    .new-calculator fieldset.field-set:focus-within  {
        border: 1px solid rgba(0, 0, 0, 0.80) !important;
    }    

    
    .new-calculator fieldset.field-set select {
        padding-left: 1rem;
        color: #000;
        font-family: 'Poppins';
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .new-calculator fieldset.field-set div.input-group {
        display: flex;
        align-items: center;
    }

    .new-calculator fieldset.field-set div.input-group input[type="text"] {
        font-family: 'Poppins';
        color: #000000;
        font-weight: 500; 
        padding-left: 1rem;
    }    

    .new-calculator fieldset.field-set div.input-group input[type="text"]:focus {
        outline: none;
    }        

    .new-calculator fieldset.field-set div.input-group.inr-grp-section > * {
        flex: 1;
    }    

    .new-calculator fieldset.field-set div.input-group.inr-grp-section .input-group-append {
        justify-content: end;
    }


    .header-wrapper {

    }

    .header-wrapper .banner-text h3 {
        font-size: clamp(3rem, 20vw, 5.4rem);
        line-height: 6rem;
    }

    .header-wrapper .banner-text p {
        font-size: clamp(1rem, 10vw, 3rem);        
    }

@media not (min-width: 1400px) {
    .header-wrapper .banner-text h3 {
      font-size: clamp(3rem, 20vw, 5.4rem);
      line-height: normal;
    }

    .header-wrapper .banner-text p {
      font-size: clamp(1rem, 10vw, 2.5rem);    
    }

    .new-calculator-overlay {
        right: 1%;
        max-width: 380px;
    }
}

@media not (min-width: 1200px) {
    .header-wrapper .banner-text h3 {
      font-size: clamp(3rem, 20vw, 5.2rem);
      line-height: normal;
    } 

    .header-wrapper .banner-text p {
      font-size: clamp(1rem, 10vw, 2.5rem);
      line-height: 3rem;
    }
}



    /* Calculator end */


    header .navbar-expand-md .navbar-toggler {
        display: none;
    }


/* Home Page */

.header-1 {
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #838383;
    font-family: "site-header-title";
    text-align: center;
    margin: 20px 20px;
}

/* Home Page end */

/* Calculator end */

.banking-partner {
    padding: 60 0px;
    background: #F9F9F9;
}

.banking-partner .banking-partner-logos {
    display: flex;
    align-items: center;
    margin-top :50px;
}

.banking-partner .banking-partner-logos div {
    flex: 1;
    text-align: center;
}

.banking-network {
    background: #fff;
    padding: 60 0px;
}



.city-branch-network {
    padding: 10 0px;
}

.city-branch-network div.item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    border-radius: 50%;
    /* border: 1px solid black; */
    text-align: center;
    margin: 15px;
    background: #F3F3F3;
}
.city-branch-network .item:hover h6.listbranch {
    color: inherit; 
    text-decoration: none;
  }
  
.city-branch-network.owl-carousel .owl-item div.item img {
    width: 40% !important;
    height: auto;
    margin: auto;
}


.customer-review {
   
    background: #000;
    margin-top: 40px;
    padding-top: 60px;
    padding-bottom: 20px;
   
}

.customer-review > div {
    width: 100%;
}

.customer-review .titlehead {
    color: #fff;
}

.customer-review .stars {
    color: gold;
    margin: 5px 0;
    text-align: left; 
    display: flex; 
    font-size: 20px;
}


.google-rating {
    color: #176BEF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

.customer-review img {
    height: 40px;
    margin-left: 10px;
}

.google-rating {

}

.customer-icon {
    width: 40px;
    height: 40px;
    background-color: #007bff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
    float: right;
}

.customer-icon-2 {
    width: 40px;
    height: 40px;
    background-color: #004454;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
    float: right;
}

.review-detail > div {
    flex: 1;
    text-align: left;
    color: #fff;
}

.review-comment p {
    color: #fff;
}


.home-page-background-plane {
    width: 90%;
    margin: auto;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: 65%;
    background-position-x: 68%;
    padding-bottom: 80px;
}

.home-page-background-plane .row {
    margin-top: 50px;

}



section.easy-process {
    background: #000;
    padding: 100px 0px;
}

section.easy-process .common-header-text {
    color: #fff;
}

section.easy-process .step-txt p {
    float: left;
    width: 50%;
}

section.easy-process .visa-tab-card {
    z-index: 1;
    width: 80%;
    margin: auto;
    text-align: center;
}

section.easy-process .visa-tab-card img {
    z-index: 1;
    width: 80%;
    margin: auto;
}


/* Contact us container */

section.contact-us-container {
    width: 100%;
}

.contact-us-container > div {
    width: 90%;
    padding: 0px;
    margin: auto;
    margin-top: 50px;
}

.contact-us-container h5 {
    width: 90%;
    padding: 0px;
    margin-top: 50px;
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contact-us-container p {
    color: #2A2A2A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-us-container ul li a {
    color: #2A2A2A;
    font-size: 16px;
    font-style: normal;
}

.contact-us-container ul li img {
    width: 20;
}

.contact-us-container .contact-right {

}

.contact-us-container .contact-right h3 {
    color: #2A2A2A;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contact-us-container .contact-right button.contact-us-form-submit {
    background: #2A2A2A;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 25px;
    padding: 8px 25px !important;
    border: none;
}

.contact-us-branch-network {

}


.contact-us-branch-network .tilt h3 {
    color: #2A2A2A;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contact-us-branch-network .contact-branch .nav-pills .nav-link {
    color: #7E7E7E;
    background: #F3F3F3;
    text-align: center;
    /* font-size: 29.779px; */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-shadow: none;
    border-radius: 10px;
}

.contact-us-branch-network .contact-branch .nav-item {
    color: #7E7E7E;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 100%;
    box-shadow: none;
}

.contact-us-branch-network .contact-branch .nav-item a {

}

.contact-us-branch-network .contact-branch .nav-pills .nav-link.active {
    color: #000;
    /* background: #fff; */
    text-align: center;
    /* font-size: 29.779px; */
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 100%;
}


.contact-us-all-branch {


}

.contact-us-branch-network.top-space {
    margin-top: 10px;
    padding: 50px 15px 100px;
}

.contact-us-all-branch .branch-name ul {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-us-all-branch .branch-name h4 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contact-us-all-branch .branch-name p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 60%;
}


.contact-us-branch-network .title1 h4 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contact-us-branch-network .title1 p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Contact us container end */


/* exchagne rate */

.all-country-rate {

}

.all-country-rate .currency-details {
    box-shadow: 0px 0px 8px #cacaca;
    border-radius: 15px;
    padding: 15px;
    cursor: pointer;
    background: #F3F3F3;
    margin-top: 20px;
}

.all-country-rate .currency-details .currency-image {

}

.all-country-rate .currency-details .currency-image img {
    max-width: 50%;
}

.all-country-rate .currency-details h3.currency-name {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: bolder;
    line-height: normal;
    margin:2rem;
    margin-bottom: 0px;
}

.all-country-rate .currency-details .currency-rates {

}


.set-alert-container {

}


.set-alert-container .set-alert a.nav-link {
    display: inline-block;
    background: #F3F3F3;
    box-shadow: none;
    border-radius: 10px;
    padding: 12px 30px;
    text-decoration: none;
    margin-right: 25px;
    border-radius: 10px;
    color: #2A2A2A;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.set-alert-container .set-alert .nav-link.active {
    display: inline-block;
    background: #F3F3F3;
    box-shadow: none;
    border-radius: 10px;
    padding: 12px 30px;
    text-decoration: none;
    margin-right: 25px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.set-alert-container .set-alert input[type="checkbox"]+label:before {
        width: 30px;
        height: 30px;
        border: 3px solid #000;
        left: 0;
        top: 0;
        opacity: 0.6;
        -webkit-transition: 0.12s, border-color 80ms;
        transition: 0.12s, border-color 80ms;
        border-radius: 5px;

}

.set-alert-container .set-alert input[type="checkbox"]:checked+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.set-alert-container .set-alert .form-control {
    border: 0;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    color: #000000;
    padding-left: 0;
    background: 0 0;
    font-size: 15px;
}

.set-alert-container .set-alert .form-control::placeholder {
    color: #ACACAC;
    opacity: 0.5;
}

.myaccordion .set-alert-container .set-alert .btn-dark {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 0 15px #d6d6d6;
    background: #2A2A2A;
    border: none;
    padding: 8px 20px !important;
}

.myaccordion .set-alert-container .set-alert .btn-dark:hover,
.myaccordion .set-alert-container .set-alert .btn-dark:focus {
    color: #fff !important;
}


.set-alert-enquiry-container .set-alert h4 {
    color: #000;
    font-family: "Noto Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.myaccordion .set-alert-enquiry-container .set-alert .btn-dark {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 0 15px #d6d6d6;
    background: #2A2A2A;
    border: none;
    padding: 8px 20px !important;
}

.myaccordion .set-alert-enquiry-container .set-alert .btn-dark:hover,
.myaccordion .set-alert-enquiry-container .set-alert .btn-dark:focus {
    color: #fff !important;
}

.set-alert-enquiry-container .set-alert .form-control {
    border: 0;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    color: #000000;
    padding-left: 0;
    background: 0 0;
    font-size: 15px;
}

.set-alert-enquiry-container .set-alert .form-control::placeholder {
    color: #ACACAC;
    opacity: 0.5;
}

.set-alert-enquiry-container .set-alert label.comment-label {
    font-size: 1.5rem;
}


/* exchange rate end */



/* Card pages */

.section-heading-text h6 {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin: 50px;
}

.wsfx-card-intro-section {
    position: relative;
    padding-top: 50px; 
    margin-bottom: 50px; 
    width: 90%;
}

.wsfx-card-intro-section .title {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
}

.wsfx-card-intro-section .sub-title {
    color: #ACACAC;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}

.wsfx-card-intro-section .card-info {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}


.wsfx-card-intro-section .intro-image {
    text-align: center;
    display: flex;
    justify-content: flex-end;
}

.wsfx-card-intro-section .intro-image img {
    width: 50%;
    height: auto;
}


.wsfx-card-intro-section .card-btn-section button.custom-btn {
    background: #000000;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 20px;
    padding: 10px 35px;
}

.wsfx-card-intro-section .card-btn-section .custom-btn-default {
    background: #FFF;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 20px;
    padding: 10px 35px;
    border: 1px solid #000000;
}

.fee-and-charges {
    background: #000000;
} 

.card-benefits-container {
    width: 100%;
    margin: auto;
}

.card-benefits {
    width: 90%;
    /* justify-content: center; */
    margin: auto !important;
}

.card-benifits-box {
    border-radius: 36.666px;
    background: #F3F3F3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    display: flex;
    flex-direction: column;
    height: 100%;
}


.card-benifits-box ul {
    padding-left: 2rem;
    margin: 0;
    width: 100%;
    text-align: left; 
    flex-grow: 1; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
}

.card-benifits-box img {
    height: 80px;
    width: auto;
    margin-bottom: 25px;
}

.card-benifits-box h5 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    align-self: flex-start;
    margin-bottom: 25px;
}

.card-benifits-box ul li {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}



.choose-forex-card {
    padding: 0px 0px 100px 0px;
}

.choose-forex-card > div {
    width: 90%;
    margin: auto;
}

.choose-forex-card .card-with-features {
    display: flex;
    justify-content: space-between;
}

.choose-forex-card .card-with-features .left-side-points {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.choose-forex-card .card-with-features .card-image {
    text-align: center;
} 

.choose-forex-card .card-with-features .card-image img {
    width: 50%;
} 

.choose-forex-card .card-with-features .right-side-points {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}


.choose-forex-card .single-features {

}

.choose-forex-card .single-features h6 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.333px; /* 87.778% */
    text-transform: capitalize;
    position: relative;
}

.choose-forex-card .single-features h6::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.choose-forex-card .single-features h6::after {
    content: '';
    width: 100%;
    height: 0px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    left: 100%;
    border: 1px dotted #000;
}


.choose-forex-card .right-side-points .single-features h6::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.choose-forex-card .right-side-points .single-features h6::after {
    content: '';
    width: 100%;
    height: 0px;
    display: block;
    position: absolute;
    top: 50%;
    left: -108%;
    border: 1px dotted #000;
}

.choose-forex-card .single-features ul {

}

.choose-forex-card .single-features ul li {
    list-style: none;
    /* list-style-image: url('./../../assets/persona/images/icons/tick-icons.svg'); */
}

.choose-forex-card .single-features ul li::after {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;

}

.faq-btn-view-more {
    color: #fff;
    background: #000000;
    font-size: 15px;
    padding: 10px 35px;
}

.faq-btn-view-more:hover {
    background: #000000;
    font-size: 15px;
    box-shadow: none;
    outline: none;
}

.faq-btn-view-more.btn-default:hover {
    box-shadow: none;
    outline: none;
    border: none;
}


#faq-section .faq-container {

}

#faq-section.faq-container-fluid {
    width: 90%;
    margin: auto;
}

#faq-section.faq-container-fluid .card .card-header a {

}

#faq-section .faq-container .accordion h3 {
    color: #000;
    background: transparent;
    font-size: 15px;
}

#faq-section .faq-container .faq {
    margin-bottom: 0px;
}

#faq-section .faq-container .card .card-body p {
    font-size: 14px;
}

#faq-section .faq-container .accordion h3::before {
    display: none;
}
#faq-section .faq-container .card .card-body p {
    margin-top: 0px;
}

#faq-section .faq-container .faq {
    margin-top: 5px;
}

#faq-section .faq-container .card .card-header a::after {
    right: -8px;
}

#faq-section .faq-container .card .card-body p {
    font-size: 13px;
}

.internal-links {
    text-decoration: underline;
    color: #000;
}


/* .wsfx-card-intro-section .intro-msg {
    display: flex; 
    align-items: center;
}

.wsfx-card-intro-section .intro-msg p.header-text-1 {
    font-size: 48px; 
    color:  #242C61; 
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 48px;
}

.wsfx-card-intro-section .intro-msg p.header-text-2 {
    font-size: 48px; 
    color:#5AD3FF; 
    font-weight: 600;
}    


.wsfx-card-intro-section .intro-msg p.header-text-32 {
    font-size: 20px; 
    color:  #242C61; 
    font-weight: 400;
    margin-top: 15px;
}   

.wsfx-card-intro-section .intro-msg .card-btn-section {
    margin-top: 35px;
}

.wsfx-card-intro-section a.terms-condition {
    padding-top: 0px;
    margin-top: 21px;
    color: #242C61;
    text-decoration: underline;
    position: absolute;

} */


.fee-and-charges .text-img-content {
    display: flex; 
    padding: 50px 10px;
    padding-bottom: 10px;
}

.fee-and-charges .text-img-content ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 180px;
}

.fee-and-charges .text-img-content li {
    font-size: 20px; 
    color: #fff; 
    margin-bottom: 10px;
}

.fee-and-charges .check-fees {
    justify-content: flex-end;
}

.fee-and-charges .check-fees a {
    text-align: right; 
    color: #FFFFFF; 
    margin-right: 20px; 
    margin-bottom: 5px;
    text-decoration: none;
}

#faq-section {
    margin-bottom: 100px;
    padding: 10px 50px;
    background: #F3F3F3;
    border-radius: 25px;
}

#faq-section .card {
    border-bottom: none;
    margin: 5px 0;
}
#faq-section .card .card-header a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
 
    text-decoration: none;
}



#faq-section .card .card-header a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078"; 
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 0.3s ease;
}

#faq-section .card.active .card-header a::after {
    content: "\f077"; 
}

#faq-section .card .card-body p {
    color: #181818;
    font-size: 16px;
    font-weight: 500;
    margin-top: -50px;
    z-index: -1;
}

#faq-section .faq {
    margin-bottom: 20px;
}


.more-faqs {
    display: none;
}

.student-pay-login-modal {
    width: 30%;
}




.card-page-card-list .single-card {
    /* border: 1.2px solid #1D2A62; */
    width: 75%;
    display: flex;
    flex-direction: column;
    background: #F3F3F3;
    border-radius: 20px;
    margin: auto;
    margin-bottom: 25px;
  }

  .card-page-card-list .single-card .newcard-img {
    width: 55%;
    margin: 20px auto;
  }  


  .card-page-card-list .newcard-text {
    color:#000000;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
  }
  .card-page-card-list .newcard-text2 {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin-top: 2px;
    padding: 0px 35px;
  }
  .card-page-card-list .newcard-text3 {
    color: #000000;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    margin: 10px;
  }

  .card-page-card-list .single-card a:hover,
  .card-page-card-list .single-card a:hover,
  .card-page-card-list .single-card a:hover {
    text-decoration: none;
  }


  .card-page-card-list .btn-newcard1 {
    color: #000;    
    font-size: 14px;      
    border:1px solid;
    border-radius: 30px;
    width: 57%;
    margin: 10px auto;
    background: #fff;
    border: 1px solid #000;
    align-self: center;
    padding: 7px;
    margin-bottom: 25px;
  }

  .card-page-card-list .btn-newcard1:hover {
    color: #000;
    text-decoration: none;
  }


  .card-other-options-heading.section-heading-text {
    width: 90%;
    margin: auto;
    border-bottom: 1px solid #000000;
  }

  .card-other-options-heading.section-heading-text.faq-header {
    border-bottom: none;
  }

  .card-other-options-heading.section-heading-text h6 {
    text-align: left;
    margin: 25px;
    margin-left: 0px;
  }



  .toggle-text {
    color: #ACACAC;;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    
    font-weight: 600;
    }

    .card-info {
    font-size: 16px;
    line-height: 1.5;
    display: inline;
    }

    .more-text {
    display: none;
    }


    .existing-customer-login {
        color: #2169EB;
    }

/* Card pages end */
.owl-nav{
    display: none;
}
/*Transfer Money*/
.transfer-money {
    background: #F9F9F9;
    padding: 5em 0;
    color: #000;
}
.transfer-iban {
    background: #F9F9F9;
    padding: 5em 0;
    color: #000;
}
.money{
    background: #F9F9F9;
    padding: 8rem 0;
}
.curency-flag {
    background: #000;
    padding: 8rem 0;
    background-image: url(../images/currency-flag/currencyRing/Globe1.png);
}
.money-box h5 {
    font-weight: 600;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* margin-top: 2rem !important; */
    padding: 35px 0;
}
.money-box h5:hover {
   color: #000;
    
   
}

.money-box {
  background: #F3F3F3;
  box-shadow: none;
  width: 80%;
  margin: 5% auto;
}

.money-box h5 {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 133.333% */
}

.allinrimg .left-txt:hover h3, 
.allinrimg .left-txt:hover h5 {
    color: #FFFFFF;    
}

.money-box h5:hover {
    color: #000;
}

.money-abroad {
    background: #fff;
    border-radius: 3.5rem;
    padding: 4rem 2.5rem;
    height: auto;
    margin-top: 8%;
    background-color: #000;
    color: white;
}
.priority ul li::marker {
    color: #000;
    font-size: 30px;
}
.send-money {
    background: #000;
    padding: 6em 0;
    color: #fff;
}
.send-money h3 {
    font-weight: 600;
    color: #F9F9F9;
    font-size: 40px;
}
.faq h6 a {
    color: #000;
}

.rating ul li i {
    color: gold;
}
.testimonial-bg h6 {
    font-weight: 600;
    color: #000;
}


.agent-platform {
    background: #000;
    padding: 8rem 0;
    color: #fff;
}



.key-partners {
    background: #000;
    color: #fff;
    padding-top: 8rem;
    padding-bottom: 8rem;
}


.testimonial-black .owl-item h6, .testimonial-black .textimonial-txt h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.mumbai img {
    width: 40%;
    margin: auto;
    display: block;
}

#faq-main-section.faq-main-container-fluid .accordion .card a {
    display: flex;
    align-items: center;
}

#faq-main-section.faq-main-container-fluid .accordion .card h3 {
    background: transparent;
    color: #000;
    width: 100%;
    font-size: 1.7rem;
    font-weight: 600;
}

#faq-main-section.faq-main-container-fluid .accordion .card h3::before {
    display: none;
}



#faq-main-section.faq-main-container-fluid .accordion .card h4 {
    background: transparent;
    color: #000;
    width: 100%;
    font-size: 1.7rem;
    font-weight: 600;
}

#faq-main-section.faq-main-container-fluid .accordion .card h4::before {
    display: none;
}

.tooltipBox {
    display: inline;
    position: relative;
}



@media not (min-width: 1400px){
    
    .logo img {
        width: 90%;
    }    

    .header-1 {
        font-size: 45px;
    }

    .persona-card {
        margin: 0px auto;
        height: 100%;
    } 

    header .top-right ul li a {
        font-size: 14px;
        margin: 0;
        padding-left: 0;
    }

    header.header-container nav.navbar ul.navbar-nav li.nav-item.desktop-single-menu.nav-item.active {
        padding: 0px 42px;
    } 

    header.header-container nav.navbar ul.navbar-nav li.nav-item {
        margin: 0px 10px;
    }

    .menu-right-section {
        padding: 0px;    
    }

    .btn-download-app {
        padding: 8px 15px;
        font-size: 12px;
    }

    .btn-download-app:hover {
        padding: 8px 15px;
        color: #fff;
        outline: none;
        border: none;
    }

    header.header-container .nav-link {
        font-size: 16px;
    }

    /* Persona Home page */


    




    .header-1 {
        font-size: 40px;
    }

    header.header-container .nav-link {
        font-size: 16px;
    }

    header.header-container nav.navbar ul.navbar-nav li.nav-item.desktop-single-menu.nav-item.active {
        padding: 0px 28px;
    }

    .new-calculator ul li.nav-item {
        width: 100%;
        padding: 4px 0px;
    }


    .new-calculator ul li.nav-item button.nav-link.active::before {
        width: 80%;
    }

    .new-calculator ul li.nav-item:first-child button.nav-link.active::before {
        width: 100%;
    }

    .traveller-page ul li.nav-item:first-child {
        flex: 1;
    }

    .traveller-page ul li.nav-item:nth-child(2) {
        flex: 2;
    }    



    .persona-card img {
        height: 85px;
    }

    .persona-bg h1 {
        color: #000;
        font-size: 75px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        line-height: 80px;
        margin-bottom: 10px;
    }

    /* Home page end */

}

@media not (min-width: 1200px) {
    
    .logo img {
        width: 90%;
    }    

    .header-1 {
        font-size: 45px;
    }

    .persona-card {
        margin: 0px auto;
        height: 100%;
    } 

    .persona-bg h1 {
        color: #000;
        font-size: 75px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        line-height: 80px;
        margin-bottom: 10px;
    }

    header .top-right ul li a {
        font-size: 14px;
        margin: 0;
        padding-left: 0;
    }

    header.header-container nav.navbar ul.navbar-nav li.nav-item {
        margin: 0px 10px;
    }

    header.header-container nav.navbar ul.navbar-nav li.nav-item.desktop-single-menu.nav-item.active {
        margin: 25px 35px;    
    }
    
    .traveller-page ul li.nav-item:first-child {
        flex: 2;
    }

    .traveller-page ul li.nav-item:nth-child(2) {
        flex: 3;
    }

    .btn-download-app {
        padding: 8px 15px;
        font-size: 12px;
        margin-top: 25%;
        transform: translatey(-25%);
    }

    .menu-right-section {
        padding: 0px;    
    }

    .btn-download-app {
        padding: 8px 15px;
        font-size: 12px;
    }

    .btn-download-app:hover {
        padding: 8px 15px;
        color: #fff;
        outline: none;
        border: none;
    }

    /* Home page */

    .header-1 {
        font-size: 40px;
    }

    .persona-card {
        padding: 40px 25px 0 25;
    }

    .persona-card img {
        height: 64px;
    }

    .new-calculator ul.nav {
        background: #FFF;
        display: flex;
        justify-content: space-between;
        /* padding: 20px 0px; */
        padding-left: 1rem !important;
        padding-top: 1.5rem !important;        
        padding-right: 1rem !important;
        padding-bottom: 0rem !important;
    }

    .new-calculator .textual h6 span.tooltip-text {
        margin-left: -170px;
    }

    /* Home page end */
}

@media not (min-width: 992px) {

    .new-calculator .textual h6 span.tooltip-text {
        margin-left: -170px;
    }


}

@media only screen and (min-device-width: 350px) and (max-device-width: 767px) {

/* @media not (min-width: 767px) { */

    header .navbar-expand-md .navbar-toggler {
        display: block;
    }


    header.header-container {

    }

    header.header-container {
        width: 100%;
        margin: 0;
        padding: 0px;
    }

    header.header-container .navbar-brand {
        padding-left: 5%;
    }

    header.header-container button.navbar-toggler {
        padding-right: 5%;
    }
    
    header.header-container .navbar-brand img {
        width: 150px;
        margin: 5px auto;
    }

    
    header.header-container .row {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    header.header-container .row > div {
        margin: 0;
        padding: 0;
        width: 100%;
    }    

    header.header-container .mobile-menu button {
        
    }

    header.header-container nav.navbar ul.navbar-nav li.nav-item.dropdown-mobile-persona-menu {
        margin: 0px;        
    }

    nav.navbar ul.navbar-nav li.nav-item.dropdown-mobile-persona-menu {
        padding: 0px;
        margin: 0px;
    }

    .dropdown-mobile-persona-menu .persona-mobile-links {
        padding: 10px;
        background: #eeeeee7a;
        display: flex;
        justify-content: space-evenly; 
    }

    .dropdown-mobile-persona-menu.nav-item.active .persona-mobile-links a.nav-link {
        border: 1px solid #00000030;
        padding: 5px;
        background: #fff;
        padding: 5px 15px !important;
        border-radius: 50px;
        font-weight: bold;
        color: #000 !important;
        font-size: 12px;
    }

    header.header-container nav.navbar ul.navbar-nav li.nav-item.desktop-single-menu.mobile-site-menu.nav-item.active {
        text-align: left;
        border-bottom: 1px solid #0000006e;
        display: block;
        align-items: center;
        padding: 10px 20px;
        color: black;
        font-weight: bold;
        margin: 0;
    }

    header.header-container nav.navbar ul.navbar-nav li.nav-item.desktop-single-menu.nav-item.active a.nav-link[aria-expanded="false"]::before {
        font-family: 'FontAwesome';
        content: '\2b';
        position: absolute;
        top: 44%;
        right: 10px;
        transform: translateY(-50%);
        font-size: 12px;
    }

    header.header-container nav.navbar ul.navbar-nav li.nav-item.desktop-single-menu.nav-item.active a.nav-link[aria-expanded="true"]::before {
        font-family: 'FontAwesome';
        content: '\f068';
        position: absolute;
        top: 44%;
        right: 10px;
        transform: translateY(-50%);
        font-size: 12px;
    }    
    
    header.header-container nav.navbar ul.navbar-nav li.nav-item.desktop-single-menu.wsfx-forex-card-menu.nav-item.active {
        padding: 10px 20px !important;
    }
     
    header.header-container nav.navbar ul.navbar-nav li.nav-item.mobile-site-menu.nav-item.active a.nav-link {
        color: black !important;
        font-weight: bold;
        width: 100%;
    }    

    header.header-container nav.navbar ul.navbar-nav li.nav-item.mobile-site-menu.nav-item.active div.dropdown-menu {
        padding: 0 !important;
        box-shadow: none;
        background: transparent;
        border: none;
    } 
    
    header.header-container nav.navbar ul.navbar-nav li.nav-item.mobile-site-menu.nav-item.active div.dropdown-menu a.dropdown-item {
        border-bottom: 1px solid #d3d3d357;
        padding-left: 0px;
    } 

    header.header-container nav.navbar ul.navbar-nav li.nav-item.mobile-site-menu.nav-item.active div.dropdown-menu a.dropdown-item:last-child {
        border: none;
    }     


    .btn-download-app  {
        display: none;
    }

    .persona-bg h1 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 20px;
    }

    .banner-inside-h {
        top: 50%;
    }

    .persona-bg .banner-bg {
        background-size: 100% auto;
    }

    .persona-bg .banner-home {
        top: 70%;
    }

    #registernow .modal-dialog.newmodal {
        max-width: 90% !important;
        /* width: 90% !important; */
    }

    /* .persona-bg .banner-bg {
        order: 2;
    }

    .persona-bg .black-login {
        order: 1;
    } */

    .logo img {
        width: auto;
        height: 100px;
        padding: 10px;
    }

    .mobile-menu.logo {
        display: flex;
        justify-content: space-between;
    }

    header.header-container .mobile-menu ul.mobile-menu-options  {
        display: flex;    
    }

    header.header-container .mobile-menu ul.mobile-menu-options li.nav-item {
        margin: 20px auto;
    }

    header.header-container .mobile-menu ul.mobile-menu-options li button.nav-link {
        border-radius: 133.335px;
        background: #fff;
        color: #000;
        border: none;
    }

    header.header-container .mobile-menu ul.mobile-menu-options li button.nav-link:focus {
        box-shadow: none;
        outline: none;
    }    

    header.header-container .mobile-menu ul.mobile-menu-options li button.nav-link:focus {
        box-shadow: none;
        outline: none;
    }        

    header.header-container .mobile-menu ul.mobile-menu-options li button.nav-link.active {
        border-radius: 133.335px;
        background: #000;
        color: #fff;
        font-size: 14px;
        padding: 1.2rem 2rem;
    }    


    header.header-container .mobile-menu .mobile-menu-options-submenu .show .card-title {
        color: #7E7E7E !important;
    } 


    header.header-container .desktop-single-menu.manu-connect.nav-item:hover:after {
        display: none;
    }

    header.header-container .start-header {
        padding: 5px 0;
    }

    header.header-container:has(nav.show-bg) {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        z-index: 9999999;
        overflow: scroll;
    }


    /* Persona page */


    .persona-bg {
        height: auto !important;
    }

    .persona-bg .banner {
        height: auto !important;        
    }

    .persona-bg .banner-home {
        top: 70%;
    }

    .persona-bg .banner-image {
        top: 70%;
    }

    .traveller-intro .intro-plane-banner img {
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(80%, -80%);
        height: 100px;
    }

    .student-intro .intro-plane-banner img {
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(85%, -46%);
        height: 105px;
    }


    .business-intro .intro-plane-banner img {
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(8%, -60%);
        height: 80px;
    }       

    .personal-persona-intro .intro-plane-banner img {
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(58%, -60%);
        height: 85px;
    }    

    .new-calculator ul li.nav-item button.nav-link {
        padding: 0;
    }

    .new-calculator ul li.nav-item button.nav-link.active::before {
        width: 100%;
        top: 20px;
    }

    .new-calculator ul.nav {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .new-calculator .input-group {
        margin-top: 5px;
    }

    .new-calculator .tab-content .tab-pane {
        padding: 0rem 2rem !important;
    }

    .header-wrapper {
        display: block !important;
        height: auto !important;
    }

    .header-wrapper .persona-banner-section {
        position: static !important;
    }

    .header-wrapper .persona-banner-section > div  {
        position: static !important;
        height: auto !important;
    }

    .header-wrapper .persona-banner-section .new-calculator-overlay {
        /* border: 1px solid #ADADAD; */
        position: static;
        display: block;
        transform: none;
        margin: 50px auto;
        width: 90%;
    }    

    .header-wrapper .persona-banner-section .new-calculator {
        border-radius: 10px;
        border: 1px solid #ADADAD;
    }


    .header-wrapper .persona-banner-section > div {
        background: none !important;
    }        

    .header-wrapper .persona-banner-section > div .banner-text {
        position: relative !important;
    }



    .persona-bg .new-calculator-overlay {
        position: relative;
        width: 95%;
        margin: auto;
    }

    .persona-bg .new-calculator-overlay {
        position: relative;
        transform: none;
        width: 90%;
        right: auto;
        bottom: auto;
        left: auto;
        top: auto;
        margin-top: 50px;
        max-width: 490px;
    }    

    .persona-bg .banner {
        padding-bottom: 0px;
    }

    .persona-card-intro {

    }

    .brands-section-text {
        padding: 20px;
    }

    .brands-section-text p {
        font-size: 30px;
    }

    .student-info-tab div.nav {
        width: 100%;
    }


    .student-info-tab .nav.nav-pills a.nav-link {
        padding: 10px 13px;
        font-size: 16px;
    }

    .student-info-tab .nav.nav-pills a.nav-link.active {
        font-size: 14px;
    }


    .add-ons-short-info .row > div {
        margin-bottom: 20px;
    }

    .center .review-card {
        transform: scale(1);
    }

    .review-card {
        font-size: 12px;
        padding: 20px 15px;
        line-height: 10px;
        width: 95%;
    }




    /* persona page end */




    

    footer > div.container-fluid {
        padding: 0px;
        margin: 0px;
    } 

    .footer-menu-section {
        width: 100%;
    }
    
    .footer-menu-section > div {
        padding: 0px;
    }

    .footer-menu-section .f-text-mob .card-header {
        background-color: #fff;
        border-bottom: 1px solid #7E7E7E;
        color: #000;
    }

    .footer-menu-section .f-text-mob .show-bg .card-header a.card-title {
        color: #000 !important;
    }

    .f-text-mob .card-body {
        background-color: #fff;        
        border-bottom: 1px solid #7E7E7E;
    }

    .footer-menu-section .f-text-mob .show-bg .card-body a {
        color: #212121 !important; 
        font-size: 16px;
    }

    .footer-menu-section .footer-adderess {
        padding: 10px !important;
    }

    .fix-footer {
        z-index: 9999999;
    }


    .global-pay-card-all-images {
        display: none !important;
    }

    .card-main-wrapper.mobile-view > div {
        /* margin: 25px 0px; */
    }

    .card-main-wrapper.mobile-view {
        display: flex;
        padding: 50px 20px;
    }

    .card-main-wrapper.mobile-view img {
        width: 100%;
        height: auto;
    }

    .card-main-wrapper.mobile-view div:first-child img,
    .card-main-wrapper.mobile-view div:nth-child(3) img {
        margin-top: -20px !important;
    }

    /* .card-main-wrapper.mobile-view img:first-child(2),
    .card-main-wrapper.mobile-view img:nth-child(4) {
        margin-top: 20px;
    } */    


    .banking-partner .banking-partner-logos {
        overflow: scroll;
        padding: 20px;
    }

    #city .owl-stage {
        left: 0px;
    }

    .city-branch-network div.item {
        
    }


    /* Home page */

    .header-1 {
        font-size: 34px;
        line-height: 35px;
        font-weight: 500;
        margin-bottom: 20px;
        margin-top: 30px;
        color: #838383;
        font-family: "site-header-title";
    }

    .persona-card {
        margin: 0px auto;
        height: 200px;
        padding: 20px 10px;
        margin-bottom: 20px;
    }

    .persona-card img {
        height: 50px;
    }

    .persona-card h4 {
        font-size: 16px;
    }

    .persona-short-info {
        font-size: 12px;
    }
    

    .home-page-background-plane {
        /* background-position-y: 30px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position-x: 40%; */
        background: none !important;
    }

    .home-page-background-plane > .row > div {
        padding: 5px;
        margin: 0px;
    }


    .newinrimg .custom-col-right,
    .allinrimg .custom-col-right {
        text-align: center;
        position: absolute;
        left: 0px;
        top: 100px;
    }

    .newinrimg .custom-col-right a
    .allinrimg .custom-col-right a {
        background: #272727;
        color: #FFFFFF;
    }

    .advantage-container.home-heading-text {
        margin-top: 15rem;
    }

    .advantage-container.home-heading-text h6 {
        color: #FFF;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }    

    




    .advantage-card {
        width: auto;
        padding: 10px;
        margin: 5px auto;
        justify-content: center !important;
    }

    .wsfx-advantages-box > div {
        padding: 10px !important;
    }

    .advantage-card img{
        width: 50%;
        height: auto;
        margin-bottom: 5px;
    }
    .advantage-card  h4{
        font-size: 12px;
        font-weight: 100;
        color: #fff;
    }

    .home-container .home-text {
        color: #FFF;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 166.667% */
    }


    .home-page-app-icon {
        margin-top: 20px !important;  
    }

    .wsfx-app {
        padding: 0px;
    }

    .wsfx-app .home-page-app-icon {
        padding: 50px 20px;
    }

    .wsfx-app .home-page-app-icon a {
        float: left;
    }

    .wsfx-app .home-page-app-icon a:hover {
        text-decoration: none;
    }

    .wsfx-app .home-page-app-icon {
        padding: 0px 0px;
    }

    .wsfx-app .mobile-view > div {
        padding: 5px;
    }

    .GlobalPay-section .wsfx-app {
        margin-top: 0px;
    }


    .GlobalPay-section .wsfx-app h3 {
        font-size: 40px;
    }

    .wsfx-app h3.wsfx-app-card-section {
        font-size: 40px;
    }

    .wsfx-advantages-box .mobile-advantage-box {
        display: none !important;
    }

    .wsfx-advantages-box .mobile-advantage-box.show-advantage-box {
        display: flex !important;
    }

    .banking-partner .common-header-text1 {
        color: #000;
        font-family: "Noto Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    /* Home page end */

    /* Persona page */

    .persona-bg h5 {
        font-size: 24px;
        line-height: normal;
        font-weight: 500;
    }

    .persona-bg h6.intro-title {
        font-size: 22px;
        line-height: 25px;
    }


    .globe-trot .tab-pane .card-img img {
        transform: scale(1);
    }

    .banner-bg, .student-start {
        height: 50vh;
    }

    /* .banner-bg, .student-persona.student-start {
        height: 50vh;
    } */

    .persona-bg .student-persona.banner-bg {
        height: 50vh;
        background-size: 70% auto;
        background-position-y: center;
        background-position-x: right;
    }

    .persona-bg .traveller-intro.banner-bg {
        height: 50vh;
        background-size: 55% auto;
        background-position-y: center;
        background-position-x: right;
    }

    .persona-bg .business-intro.banner-bg {
        height: 50vh;
        background-size: 55% auto;
        background-position-y: center;
        background-position-x: center;
    }

    .persona-bg .personal-persona-intro.banner-bg {
        height: 50vh;
        background-size: 55% auto;
        background-position-y: center;
        background-position-x: center;
    }
    

    .persona-bg .banner-home {
        top: 10%;
    }

    .banner-home img {
        width: 9em;
        padding-top: 40px;
        padding-left: 0px;
    }

    .persona-card-text p:first-child {
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }

    .persona-card-text p:nth-child(2) {
        font-size: 35px;
        line-height: 50px;
        text-align: center;
    }


    .student-info-tab .tab-pane h4 {
        font-size: 16px;
    }

    .student-info-tab .tab-pane p {
        font-size: 12px;
    }

    .section-main-heading-text p {
        font-size: 18px;
    }

    #benefits {
        padding: 5px;
    }

    #benefits .row > div:first-child {
        order: 2;
    }

    #benefits .row > div:nth-child(2) {
        order: 1;        
    }    

    #benefits li button {
        font-size: 13px;
        font-weight: 600;
    }

    section.customer-review {

    }

    section.customer-review .row .justify-content-center {
        align-items: center;
    }

    section.customer-review .row .google-rating {
        font-size: 12px;
    }

    /* Persona page end */

    /* Card Page */




        .wsfx-card-intro-section {

        }

        .wsfx-card-intro-section .title {
            color: #000;
            font-size: 20px;
            font-style: normal;
            font-weight: 800;
            line-height: 28px;
            margin-top: 20px;
        }

        .wsfx-card-intro-section .sub-title {
            color: #ACACAC;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
        }

        .wsfx-card-intro-section .card-info {
            color: #000;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .section-heading-text h6 {
            font-size: 18px;
        }

        .card-benefits-container {
            width: 100%;
            padding: 0px;
        }



        .card-benefits-container .card-benefits {
            width: 100%;
        }


        .card-benefits-container .card-benefits .row > div {
            margin-bottom: 50px;
        }        

        .card-benefits-container .card-benifits-box {
            margin-bottom: 20px;
            padding: 35px;
        }

        .card-benefits-container .card-benifits-box h5 {
            font-size: 16px;
        }

        .card-benefits-container .card-benifits-box ul li {
            font-size: 14px;
        }

        .wsfx-card-intro-section .intro-msg {
            order: 2;
        }

        .wsfx-card-intro-section .intro-image {
            order: 1;
            justify-content: center;
        }

        .wsfx-card-intro-section {
            width: 100%;
        }


      .card-page-card-list .single-card {
        width: 95%;
      }

      .section-heading-text h6 {
        font-size: 18px;
      }



      .fee-and-charges .text-img-content {
        display: flex;
        padding: 0px;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        width: 100%;
        }

        .fee-and-charges .text-img-content img {
            width: 50%;
            align-self: center;
        }

        .fee-and-charges .text-img-content ul {
            margin-top: 20px;
            margin-left: 0px;
            margin-bottom: 20px;
        }

        .fee-and-charges .text-img-content li {
            font-size: 16px;
            margin: 0px;
        }

        .choose-forex-card .card-with-features .left-side-points {
            display: none;
        }

        .choose-forex-card .card-with-features .right-side-points {
            display: none;
        }
    

        /* .card-feature-points {

        }
 */

    /* .timeline {
        border-left: 1px solid hsl(0, 0%, 90%);
        position: relative;
        list-style: none;
    }
    
    .timeline .timeline-item {
        position: relative;
    } */
    
    /* .timeline .timeline-item:after {
        position: absolute;
        display: block;
        top: 0;
    } */

    .timeline li.timeline-item {
        position: relative;
        margin-bottom: 0px ! important;
    }
    
    .timeline .timeline-item:after {
        content: '';
        position: absolute;
        top: 10px;
        left: -30px;
        width: 0px;
        height: 100%;
        letter-spacing: 1px;
        border-left: 0.1px dotted #000000;
    }

    .timeline .timeline-item:before {
        content: '';
        position: absolute;
        top: 10px;
        left: -29px;
        width: 17px;
        height: 1px;
        letter-spacing: 1px;
        border-top: 1px dotted #000000;
    }

    .timeline .timeline-item:last-child:after {
        border: none;
    }



    .timeline .timeline-item ul {
        padding-left: 2rem;
    }

    .timeline .timeline-item ul li {
        list-style: none;
    }


    .timeline .timeline-item h5 {
        color: #181818;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px; /* 54.124% */
        text-transform: capitalize;
    }

    .timeline .timeline-item ul li {
        color: #181818;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 147.554% */
    }

    
    section.easy-process h3.common-header-text {
        color: #FFF;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    section.easy-process .row .step-txt ul {
        padding: 50px;
    }

    section.easy-process .step-txt p {
        float: left;
        width: 75%;
    }

    section.easy-process .step-txt p:first-child(2) {
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    section.easy-process .step-txt p:nth-child(3) {
        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        float: left;
        margin-left: 25%;
    }

    #faq-section {
        padding: 5px;
    }

    #faq-section.container-fluid {
        width: 90%;
    }

    #faqAccordion .card-header a {
        text-align: left;
    }

      
      .card-page-card-list .offer-img { 
        transition: all 600ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
      }
      .card-page-card-list .offer-img:hover { 
        transform: scale(1.2);
      }


      .wsfx-card-swiper .row > div {
        padding: 0;
        margin: 0;
      }

    /* Card Page End */

}


/* Free poup  */


 .custom-small-modal {
    max-width: 310px;
    width: 100%;
    position: fixed;
    right: 0px;
    bottom: 205px;
    height: auto;
    z-index: 99999;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 6px 7px;
    flex-direction: column;
}
 .custom-small-modal1 {
    max-width: 370px;
    width: 100%;
    position: fixed;
    right: 0px;
    bottom: 205px;
    height: auto;
    z-index: 99999;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 6px 7px;
    flex-direction: column;
}


.custom-small-modal,
.custom-small-modal1 {
    position: fixed;
    right: 10px;       
    bottom: 120px;      
    z-index: 99999;
    max-width: 330px;  
    width: auto;       
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: none;


    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
}


.custom-small-modal.show,
.custom-small-modal1.show {
    transform: translateY(0);
}


.custom-small-modal .close,
.custom-small-modal1 .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

  .custom-small-modal h3 {
    text-align: center;
    font-size: 18px;
  }
  .popup-text{
    font-size: 16px;
    font-weight: 500;
    margin-top: 35px;
    line-height: 1.3;
  }
  .popup1-text{
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
     margin-bottom: 15px;
    line-height: 1.3;
  }
  .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.slide-in-left .modal-dialog {
    transform: translateX(-100%);
    transition: transform 0.6s ease-out;
}
.slide-in-left.show .modal-dialog {
    transform: translateX(0);
}



.popup-floating-image {
    position: absolute;
    top: -34px; 
    left: 20px; 
    width: 76px; 
    z-index: 10;
}

.modal-header .close {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
    background: #ACACAC;
    border-radius: 30px;
    font-size: 20px;
    padding: 0px 5px;
    font-weight: 500;
}

body.modal-open {
    overflow: auto !important; 
    padding-right: 0 !important; 
}
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


.modal.slide-in-left .modal-dialog {
    animation: slideInFromLeft 0.5s ease forwards;
}

 .custom-modal {
    max-width: 370px;
    width: 100%;
  }
  .custom-modal h3 {
    text-align: center;
    font-size: 18px;
  }
  fieldset.field-set {
    border-radius: 3px;
    border: 1.5px solid #ADADAD;
    padding: 0px 10px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
}

#delayedModal {
    position: fixed;
    z-index: 1050;
    background: transparent;
    pointer-events: none; 
}

#delayedModal .modal-dialog {
    margin: 0;
    pointer-events: none; 
}
#delayedModal1 {
    position: fixed;
    z-index: 1050;
    background: transparent;
    pointer-events: none; 
}

#delayedModal1 .modal-dialog {
    margin: 0;
    pointer-events: none; 
}

#freeCard-popup .form-control {
    border: none;
}

#freeCard-popup .form-control:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: none;
    background: transparent;
}

#getFreeCardOtp, 
#getFreeCardbtn {
    padding: 10px 0px;
}

#freeCard-popup fieldset {
    margin-bottom: 10px;
}

#freeCard-popup .modal-header-title {
    width: 100%;
    font-family: Noto Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}

#req-success-modal  .modal-header-title {
    width: 100%;
    font-family: Noto Sans;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}
.newinrimg h4, .allinrimg h4 {
    color: #fff;
    border: none;
}
.student-info-tab .nav.nav-pills h2.nav-link.active {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.brands-section-text h2 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
    line-height: 55px;
    white-space: nowrap;
}
.smart-corporate-text h2 {
    font-size: 65px;
    font-weight: 700;
    color: #000;
}
.input-group{
    height: 4rem;
}

.new-calculator .input-group{
    height: 4.5rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0px;
    margin-right: .3125rem;
    margin-left: 0;
    width: 10px;
}

.student-info-tab .tab-pane h3 {
    color: #F9F9F9;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.blog-box h4 {
    font-weight: 600;
    font-size: 1.9rem;
    margin-top: 5rem;
    color: #000;
}

@media only screen and (min-device-width: 350px) and (max-device-width: 667px) {
.custom-small-modal,
.custom-small-modal1 {
    position: fixed;
    right: 10px;       
    bottom: 120px;      
    z-index: 99999;
    max-width: 250px;  
    width: auto;       
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: none;


    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
}


.custom-small-modal.show,
.custom-small-modal1.show {
    transform: translateY(0);
}


.custom-small-modal .close,
.custom-small-modal1 .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

}


/* Free poup end  */

/* @media only screen and (min-device-width: 768) and (max-device-width: 991px) { 
    .header-1 {
        font-size: 45px;
    }

    .persona-card {
        margin: 0px auto;
        height: 100%;

    }
 }

 @media only screen and (min-device-width: 992px) and (max-device-width: 1200px) {


    .header-1 {
        font-size: 45px;
    }

    .persona-card {
        margin: 0px auto;
        height: 100%;
    } 

    header .top-right ul li a {
        font-size: 12px;
    }

    header.header-container nav.navbar ul.navbar-nav li.nav-item {
        margin: 0px 10px;
    }


 }
 
 @media only screen and (min-width: 1224px) {
 
 } */
 