body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #333333;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


html, body {
  max-width: 100%;
  overflow-x: hidden !important;
  font-family: 'Poppins', sans-serif !important;
}

.ssba{display: none;}
.navbar-brand>img{height: 45px !important;}
.Header{margin-bottom: 0 !important;}
#breadcrumbs{margin: 16px 0 0 0 !important;}

.leadFormSuccesDiv{background: #fff; text-align: center; border-radius: 8px;padding: 16px;}
.leadFormSuccesDiv img{margin: 0 auto;}
.leadFormSuccesDiv h2 {color: #242424;font-size: 16px; padding-top: 16px; font-weight: 600;}
.leadFormSuccesDiv p{color: #242424; padding: 16px 0; font-size: 16px;}
.leadFormSuccesDiv a{color: #fff; padding: 4px 8px;  border-radius: 4px; display: block; font-size: 19px; width: 50%; margin: 0 auto;}


/* Typography resets */
h1, h2, h3, h4, h5, h6,
p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

/* Lists with no bullets by default */
ul, ol {
  list-style: none;
}

/* Links reset */
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* Buttons and form elements */
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  appearance: none;
}

/* Button defaults */
button {
  cursor: pointer;
}

a, button {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Responsive base typography scaling */
@media (max-width: 768px) {
  html {
    font-size: 90%;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 85%;
  }
}


.headerWrapper{
    display: flex;
    align-items: center;
    padding: 10px 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.slideMenuBar{
    display: flex;
    flex-direction: column;
    width: 18px;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 0px;
}
.slideMenuBar span{
    width: 100%;
    height: 1px;
    border-radius: 2px;
    background-color: rgb(32, 54, 75);
    border: 1px solid rgb(32, 54, 75);
    display: flex;
    margin: 2px 0px;
}
.slideMenuBar span:last-child{
    width: 70%;
}
.callButton{
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: inherit;
    position: relative;
}
.callButton > a > i{font-size: 24px; color: #174880;}

.mr24{margin: 24px 0;}
.textBold{font-weight: bold;}
.mr16{margin-bottom: 16px;}
.pd24{padding: 24px 0;}


.topblogpostSlider{}

.main-slider img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.main-slider a {
  display: block;
}

h1, h2{font-size:1.25rem; line-height: 1.5;}
h2{color: #ffffff;}


.slick-prev,
.slick-next {
  position: absolute;
  bottom: 0;
  top: auto;
  transform: none;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  z-index: 10;
}

.slick-prev {
  left: 50%;
  margin-left: -30px; /* Adjust spacing between arrows */
}
.slick-next {
  left: 50%;  margin-left: 5px;
}

.main-slider {
  position: relative; padding-bottom:0px; height: 180px;
}
.blueGradient{
    background: linear-gradient(90deg, #0E325B 0%, #1E6AC1 100%); padding-top: 24px;
}

.flexDiv{display: flex; align-items: center; justify-tracks: flex-start; gap: 15px;}
.cateCard{
    background: #ffffff; border-radius:12px; 
    width: auto; height: auto; padding: 15px; text-align: center;
}
.cateCard label{
  font-size:14px; color: #242424; 
  display: -webkit-box;
  max-width:150px;        /* adjust as needed */
  -webkit-line-clamp: 1;   /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.innercardiv{background: #EDEDED; border-radius:8px; margin:15px 0 0 0;}
.innercardiv > img{display: block; margin: 0 auto; width: 100%; border-radius: 8px; height: 50px; object-fit: contain;}
.categroy-slider .slick-track {
  display: flex !important; 
  gap: 15px; /* modern and cleaner */
}

.browsebyCategory .slick-prev,
.browsebyCategory .slick-next {
  position: absolute;
  top: 15px;                /* Align to top */
  z-index: 10;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.browsebyCategory .slick-prev {
    right: 8% !important; top: -30%; left: inherit !important;
}

.browsebyCategory .slick-next {
  right: 0 !important; left: inherit !important; top: -30% !important;
}

.testimonial-text p{padding: 0 !important;}
.rate-tabs {
  display: flex; gap:6px;
  margin-bottom:8px;
}

.tab-btn {
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  color: #333;
  position: relative;
  padding:6px 4px;
  line-height: 1.2;
}

.tab-btn.active {
  color: #007bff;
  background: #007bff17;
  font-weight: 600;
}

.tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #007bff;
}

.rate-item {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-size: 16px;
  font-weight: 500;
  margin: 10px;
}

.rate-item label,
.rate-item small,
.rate-item strong{display: block; color: #242424;}

.rate-item small,
.rate-item strong{display:inline-block !important;}

.rate-item label{
  font-weight:500; 
  display: -webkit-box;
  max-width:100px;        /* adjust as needed */
  -webkit-line-clamp: 1;   /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.d-none {display: none !important;}
.rate-slider .slick-slide { padding:10px;}


.currRateSlider{
  border-radius: 4px;
  background: #FFF;
  padding: 16px 12px;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / .25);
  width: auto; height: 80px; float: left;
  margin:0 8px;
}
.currName {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight:600;
    line-height: 16px;
    letter-spacing: .7px;
    margin-bottom: 8px;
    width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fromlabel {
    color: #444;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: .6px;
}
.BuyRate .ratetxt, .SellRate .ratetxt {
    margin-top: 0;
    font-size: 14px;
}
.ratetxt {
    color: #333;
    font-size: 16px;
    margin-top: 5px;
    font-style: normal;
    font-weight: 600;
    display: block;
    line-height: 14px;
    letter-spacing: .8px;
}
.BuyRate, .SellRate {
    display: flex;
    align-items: center;
    padding-left: 8px;
    justify-content: space-between;
    position: relative;
    margin-bottom: 5px;
}
.BuyRate {
    border-left: solid 3px #0BA852;
    border-top-left-radius: 2px;
}
.SellRate {
    border-left: solid 3px #FB5643;
    border-bottom-left-radius: 2px;
}

.exchange-rate-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  flex-wrap: wrap; 
}

.rate-text h2 {
  font-size:14px;
  font-weight: 600;
  margin: 0; color: #2d2d2d;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
}

.rate-button .see-rate-btn {
  display: inline-block;
  padding:4px 6px;
  border: 1px solid #ff6a00;
  border-radius: 4px;
  color: #ff6a00;
  text-decoration: none;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;
}

.rate-button .see-rate-btn span {
  margin-left: 6px;
  font-size: 16px;
}

.rate-button .see-rate-btn:hover {
  background-color: #ff6a00;
  color: #fff;
}

.recentBlogpost{background: #F1F1F1;}
.recentabs {
    display: flex; gap:12px; margin-bottom:16px; border-bottom: 2px solid #ddd;
  }
  .recentab {
    padding:4px 6px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    font-weight: 500;
    color: #333;
    font-size: 14px;
  }
  .recentab.active {
    font-size: 14px;
    color: #0D5FA3; font-weight: 600;
    border-color: #007bff;
  }
  .recentab-content {
    display: none;
  }
  .recentab-content.active {
    display: block;
  }
  .blog-card {
    display: flex;
    gap: 15px;
    background: white;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-bottom: 15px;
    align-items: center;
    flex-direction: column;
  }
  .blog-card img {
    width: 100%;
    max-height: 200px;
    border-radius: 5px;
  }
  .blog-info{padding: 0 16px 12px 16px;}
  .blog-info h3 {
    margin: 0 0 10px;
    font-size: 16px; line-height: 1.4;
    font-weight: 600;
  }
  .blog-info p {
    margin: 0;
    color: #333;
    font-size: 14px;
  }
  .view-all-btn {
    background-color: #007bff;
    color: #fff; display: block;
    width: 100%;
    margin:0 auto;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s;
  }

  .view-all-btn:hover {
    background-color: #0056b3; color: #fff; text-decoration: none;
  }
  .blog-meta {
      display: flex;
      gap: 15px;
      font-size: 14px;
      color: #333;
      margin-top: 10px;
      align-items: center;
}
.blog-meta span{
  display: -webkit-box;
  max-width:160px;        
  -webkit-line-clamp: 1;   
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Why Trust Us  */

.trust-box {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.trust-header {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 15px;
}

.trust-header span {
  margin-left: 6px;
}

.trust-item {
  display: flex;
  align-items: center;
  padding:12px 16px;
  border-bottom: 1px solid #eee;
}

.trust-item:last-child {
  border-bottom: none;
}

.trust-icon {
  font-size: 32px;
  margin-right: 16px;
  min-width: 80px;
}

.trust-text h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.trust-text p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #555;
}


/* testimonial-box */
.testimonial-box {
    background: #f4f4f4;
    padding:16px; margin-top:24px;
    border-radius:8px;
    width: 100%;
}

.testimonial-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.testimonial-slide {
    text-align: left;
}

.profile {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-info {
    line-height: 1.2;
}

.profile-info strong {
    font-size: 16px;
    display: block;
}

.profile-info span {
    font-size: 14px;
    color: #555;
}

.testimonial-text {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    height: 200px;
    padding-bottom: 15px !important;
    margin-bottom: 24px;
    overflow-y: scroll;
}

.slick-dots li button:before {
    font-size: 12px !important;
    color: #ccc;
}

.slick-dots li.slick-active button:before {
    color: #F56C0E !important;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before{
    color: #F56C0E !important;
}

/* lead form + Top Offers for You + Need Forex? */
.mainLeadForm{background: #ffffff; border-radius: 8px !important; padding:12px; margin-top: 24px;}
.mainLeadForm {
  width: auto;
  border-radius:6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding:16px; border: solid 3px #337ab7;
}
.mainLeadForm h3{font-size: 1.2rem; font-weight: 600; margin-top: 0 !important;}
.tabs {
  display: flex;
  margin-bottom: 10px; margin-top: 15px;
}
.tab {
  flex: 1;
  text-align: center;
  font-size: 14px;
  padding: 2px 4px;
  cursor: pointer;
  border-radius:0;
  background: #eee;
  transition: background 0.3s;
}
.tab.active {
  background: #0051ff;
  color: #fff;
  font-weight: bold;
}
.tab:nth-child(1){border-radius: 4px 0 0 4px;}
.tab:nth-child(3){border-radius:0 4px 4px 0;}

.tab-content-wrapper {
  position: relative;
  overflow: hidden;
  height: auto;
}

.tab-content {
  animation: slideIn 0.4s ease-in-out;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.select2-container {
  width: 100% !important;
  margin-bottom: 10px;
}
.mainLeadForm .select2-container .select2-selection--single,
.mainLeadForm .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 36px;
}
.mainLeadForm .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 36px;
}
.rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rate input {
  width: 80%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.rate span input {
  width: 60px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.highlight {
  color: green;
  font-weight: bold;
}
.total {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
.btn {
  display: block;
  width: 100%;
  padding: 12px;
  background: linear-gradient(to right, #ff7e00, #ff9900);
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.info {
  margin-top: 15px;
  font-size: 13px;
}

.input-box {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    background: white;
    margin: 10px 0;
}

.input-box .label {
    padding: 10px 12px;
    font-size: 15px;
    white-space: nowrap;
    min-width: 100px;
    border-right: 1px solid #ccc;
    color: #242424;
}

.input-box input {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    background: white;
    width: 100%;
    box-shadow: inherit !important;
}

.knowHowsection{margin-top:15px;}
.knowHowsection label{font-size: 16px; color: #000000; font-weight: 500; display: block;}
.knowHowsection a{font-size: 14px; color: #1D6A90;}
.knowHowsection{position: relative; padding-left:35px;}
.knowHowsection::before{
content: ''; position: absolute;
left:0; top:0; width:24px; height:20px;
background: url('../images/savenotes.png') no-repeat;
}

.totalAmountnCta{
display: flex; align-items: center;
justify-content: space-between; margin-top: 15px;
flex-direction: column;
}

.labelTotalAmount{display: flex; align-items: center; gap: 15px;}
.labelTotalAmount label{
font-size: 14px; display: block; font-weight: 500;
color: rgba(0, 0, 0, 0.50);
}
.labelTotalAmount span{
font-size: 24px; color: #242424; font-weight:bold;
}

.primaryButton:hover,
.primaryButton:focus{color: #ffffff; text-decoration: none;}

.primaryButton {
    max-width: 315px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding:8px 16px;
    background: linear-gradient(to right, #f76b1c, #fcb045);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.3s ease;
    overflow: hidden;
}
.primaryButton .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}
.primaryButton:hover .arrow {
    transform: translateX(5px);
}
.info-section {display: flex; flex-direction: column; gap: 20px;}
.info-section:last-child{margin-bottom: 0;}
.info-box {display: flex; align-items: flex-start; gap: 12px; line-height: 1.4;}

.info-box::before {
  content: "";
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
}

.info-box.truck::before {
  background: url(../images/truck_icon.png) no-repeat;
  background-size: contain;
}

.info-box.markup::before {
  background: url(../images/zeroCard.png) no-repeat;
  background-size: contain;
}

.info-box.cash::before {
  background: url(../images/notesicons.png) no-repeat;
  background-size: contain;
}

.info-box .text strong {
  display: block;
  font-size: 13px;
  color: #333333;
}

.info-box .text small {
  color: #333;
  font-size: 12px;
}

.topofferforyou{background: #ffffff; border-radius:8px; padding:16px;}
.topofferforyou h2{color: #242424; font-weight: 600;}
.offers-slider {}
.offer-card {text-align: center;}
.offer-img {
  width:100%;
  margin: 15px auto;
  display: block;
}

.offer-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: left;
}

.offer-card h4 {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
}

.offer-card p {
  font-size: 14px;
  color: #444;
  margin-top: 10px;
  text-align: left;
  line-height: 1.4;
}

/* Need Forex? Request a Call Back  */

.needForexWidgest{
  background: #ffffff;
  padding:16px; 
  border-radius: 8px;
  width: 100%;
}

.needForexWidgest .leadFormDiv{
  background: #ffffff;
  padding:16px; 
  border-radius: 8px;
  width: 100%;
}
.leadFormDiv img{width: 100%;}

.needForexheading{margin-top: 15px;}
.needForexheading label{
  font-size:24px; color: #0E325B; display: block;
}
.needForexheading span{font-size: 18px; color: #333;}
.requestForm{margin-top:10px;}
.requestForm input{
  height: 42px; border:solid 1px #6DA1DE; display: block; width: 100%;
  padding:0 16px; font-size: 16px; font-weight:400; border-radius:4px;
}
.requestForm input+input{margin-top: 10px;}
.requestForm .primaryButton{min-width:100%; margin-top: 15px;}
.requestForm input:focus{outline: none;}
.requestForm input[type=number]::-webkit-outer-spin-button,
.requestForm input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.gettheApp{background: #ffffff; margin: 24px 0; padding: 24px; border-radius: 8px;}
.gettheApp label{font-size: 18px; color: #242424; font-weight: 600;}


.playandAppstoreReview {display: flex; align-items: center; justify-content: space-between;gap: 8px;}
.playstorereviews, .appstorereviews {
    background: url('https://cdn.bookmyforex.com/cms/moneytransfer/images/fx-images/nFx-Sprite.png');
    background-repeat: no-repeat;
    background-size: 400px;
    width: 144px;
    height: 42px;
    display: inline-block;
}
.playstorereviews { background-position: -5px -265px;}
.appstorereviews { background-position: -153px -265px;}
.playstorercontent, .appstorecontent {
    display: flex; align-items: center;
    justify-content: flex-start;  color: #242424;
    gap: 8px;font-size: 12px;  font-weight: 500;
}
.playstorercontent .playstorerating, .appstorecontent .appstorerating {
    width: 75px; height: 12px;display: inline-block;
}
.playstorercontent .playstorerating {
    background: url('https://cdn.bookmyforex.com/cms/moneytransfer/images/fx-images/4.2Rating.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.appstorecontent .appstorerating {
    background: url('https://cdn.bookmyforex.com/cms/moneytransfer/images/fx-images/4Rating.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.byPlaystorerevires span, .byAppstorerevires span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    font-size: 13px;
    font-weight: 400;
    color: #242424;
    margin-top: 5px;
}

.trustpilotreviews span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 5px;
}

.trustpilotreviews span a {
    color: #ffffff;
}

.trustpilotItems {
    margin-top: 16px;
    background-color: #242424;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
}

.trustpilotItems .trustpilotrating {
    width: 80px;
    height: 16px;
    display: inline-block;
    background: url('https://cdn.bookmyforex.com/cms/moneytransfer/images/fx-images/mTrustpiloticon.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.trustpilotItems .trustpilotImg {
    padding: 2px 6px;
    display: inline-block;
}

.trustpilotItems .trustpilotImg img{
   width: 100%; height: -webkit-fill-available;
}

.trustpilotContent {
    background: #242424; width: 100%;
    border: solid 2px #242424;
    border-radius: 0 6px 6px 0;
    padding: 3px 3px 3px 8px;
}

.trustpilotContentInner {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.social-container {
  margin-top: 24px;
  background-color: #f1f1f1;
  padding:12px 16px;
  border-radius:8px;
  text-align: center; 
}

.social-container h2 {
  text-align: left;
  margin-bottom: 25px;
  font-size: 22px;
  color: #000;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
}

.social-icons a {
  text-decoration: none;
  color: #0a2c51;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.social-icons i {
  font-size: 24px;
  background-color: #0a2c51;
  color: white;
  padding: 12px;
  border-radius: 50%;
  margin-bottom: 8px;
}
.commonWidgets h2{font-size: 24px; color: #242424;}


/* */
.FxcardSavingsCalculator{margin-bottom: 30px;}
.FxCardSavingsCalculator .selectCurrencyDropWidgest{width: 100% !important;}
.FxCardSavingsCalculator{
  background:linear-gradient(99deg, #0C4779 -3.25%, #008CFF 99.45%);
  padding:20px 15px 15px 15px; border-radius:6px 6px 0 0;
}
.FxCardSavingsCalculator h1,
.FxCardSavingsCalculator h2{
  margin: 0; padding: 0; font-size: 16px; color: #fff; 
}
.FxCardSavingsCalculator .select2-container--default .select2-selection--single .select2-selection__rendered,{
  line-height:40px; font-size: 16px;
}
.FxCardSavingsCalculator .select2-container .select2-selection--single,
.FxCardSavingsCalculator .select2-container--default .select2-selection--single .select2-selection__arrow{
  height:40px;
}
.select2-search--dropdown .select2-search__field{
  outline: none; height: 36px; font-size: 16px;
}
.FxCardSavingsCalculator .select2-container--default .select2-selection--single{
  border:solid 1px #fff;
}
.FxCardSavingsCalculator .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 39px;
}
.FxCardSavingsCalculator .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-results__option--selectable{
  font-size:16px;
}
.FxCardSavingsCalculator .form-group{margin-bottom: 0px;}
.FxCardSavingsCalculator .labelText label{
  margin-top: 8px; font-size:14px; color: #fff;
  font-weight: 300; display: block;
}
.FxCardSavingsCalculator .fxInput{
  outline: none; padding-left:15px; border:transparent !important; width: 100%;
  height:40px; font-size: 16px; border-radius: 4px; font-weight: 600;
  background: #ffffff;
}

/* bar chart */
.canvasjs-chart-credit{display: none !important;}
.barChartWidgest{
  padding:8px 12px; border:solid 1px #ccc;
  border-radius: 0 0 4px 4px;
}
.calculationList li{padding:6px 0px; position: relative;}
.itemList{
  display: flex; align-items: center;
  justify-content:space-between;
}
.calculationList li:last-child{padding-bottom: 0;}
.calculationList li span{
  color: #333; font-size: 12px; font-weight: 600;
  padding:4px 8px; display: inline-block;
}

.calculationList li:nth-child(1) span{
  color: #fff !important; font-size: 15px; font-weight: 600;
  background: #30B258; padding: 4px 8px; margin-right:6px;
  border-radius: 4px; 
}

.tip{display: inline-block; cursor: pointer;}
.tooltip-inner{
    min-width:240px !important; padding:8px;
    color: #fff; box-shadow:1px 1px 12px rgb(16 80 128);
    text-align: left; background-color: #095188; border-radius: .25rem;
}
span.otherMoneyChangersTotalsecond,
span.debitCreditCardTotalsecond,
span.debitCreditCardTotalthird,
span.bankForexCardTotalsecond,
span.bankForexCardTotalthird,
span.bankForexCardTotalfourth,
span.airportCurrencyExchangeTotalsecond,
span.debitCreditCardTotalthirdM,
span.debitCreditCardTotalsecondM,
span.bankForexCardTotalsecondM,
span.bankForexCardTotalthirdM,
span.bankForexCardTotalfourthM{color: #fff !important; padding: 0 !important;}
.noteText p{color: #333 !important; margin-top: 16px;}




.cardHeading,
.totalAmountxt{font-size: 13px; display: block;  font-weight:600 !important;}
.tooltip.in{
  opacity:1!important;  filter: alpha(opacity=100);
} 
.tooltip .arrow:before {
 border-bottom-color:#fff !important;
 border-top-color:#fff !important;
 }
 .tooltip-arrow{
  border-bottom-color:#095188 !important;
  border-top-color:#095188 !important;
}
.chargesText{
  font-size: 13px; text-align: center; margin-top: 15px; 
  padding-bottom: 16px; display: none;
}
.green{color: #30B258; }
.headingText{font-size: 12px; font-weight:600; width: 50%;}

.bmf_footer_widget{margin-top: 25px;}
.bmf_2nd_footer_widget {
    background: #022244!important
}
.fa{font-size: 24px; margin-right: 5px;}
.share-container .fa{font-size: 16px; margin-right: 0;}


.breadcrumbSection .breadcrumb{background: transparent; margin:12px 0; padding: 0; display: flex; align-items: center;}
.breadcrumbSection .breadcrumb li a,
.breadcrumbSection .breadcrumb li.active{font-size: 13px;}
.breadcrumbSection .breadcrumb li:last-child{white-space: nowrap; overflow: hidden;text-overflow: ellipsis; width: 60%;}

/* categoryDetailsSection  */
.categoryDetailsSection{padding-bottom: 0; margin-top:16px;} 
.categoryDetailsSection h1,
.categoryDetailsSection p{margin: 0; padding: 0;}
.categoryHeading h1{display: flex; align-items: center; gap: 12px; font-weight: bold; color: #242424; font-size: 20px; line-height: 1.2;}
.categoryHeading p{font-size: 16px; color: #333; line-height: 1.5; margin-top: 15px;}
.nextPrevSection .pager li a{width: 150px; text-align: center;}

/* blogArticlesSection  */
.blogArticlesWidgets{margin-top: 24px;}
.blogArticleheader{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blogArticleheader h2{margin: 0 0 15px 0; padding: 0; font-weight: 500; font-size:18px; color: #242424;}

.toggle-view {
  display: flex; gap: 10px; margin-bottom: 10px;
}

.toggle-view button {
  background: none;
  border: 1px solid #ccc;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 4px;
}

.blog-container.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.blog-container.list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-blog-card a{
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.list .article-blog-card a{
  flex-direction: row;
  align-items: center;
}

.article-blog-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.list .article-blog-card img {
  width: 200px;
  height: auto;
}

.blog-content {
  padding: 1rem;
}

.blog-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #242424;
}

.blog-desc {
  color: #333;
  font-size: 13px;
}

.blog-meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: #333;
  margin-top: 10px;
  align-items: center;
}
.blog-meta .fa{font-size: 18px !important;}
.read-more-btn {
  color: #007bff;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  margin-top: 5px;
  display: inline-block;
}

.nextPrevSection .pager{
  display: flex; align-items: center;
  text-align:left; gap: 25px;
}
.nextPrevSection .pager li a{
  font-size: 16px; display: flex; align-items: center; display: inline-block;
  border-radius:100px;
}

#scrollTopBtn {
  padding-top: 5px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  background-color: white;
  border: 2px solid #00aaff;
  border-radius: 50%;
  text-align: center;
  display: none;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 1000;
  transition: all 0.3s ease;
}

#scrollTopBtn:hover {
  background-color: #00aaff;
  border-color: #00aaff;
}

.arrow-up {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(135deg);
  transition: transform 0.3s;
  color: #00aaff;
}

#scrollTopBtn:hover .arrow-up {
  transform: rotate(135deg) translateY(-2px) scale(1.2);
  color: white;
}




/* blogArticleBlogSection */

.mrt24{margin-top: 24px;}
.nextPrevSection .pager{justify-content: center;}

.blogArticleBlogSection{margin:10px 0; padding-bottom:30px;}
.blogArticleBlogSection h1{
  font-size: 24px; color: #242424; font-weight:bold; line-height: 1.4;
}
.authorWidgest{
  display: flex; align-items: left; justify-content: space-between; 
  margin-top: 15px; flex-direction: column; row-gap: 15px;
}
.autherHeading{position: relative;}
.autherHeading a{color: #0D5FA3; font-size: 18px; font-weight:bold; text-decoration: none;}
.authorWidgest .blog-meta{margin-top: 0;}
.autherHeading{display: flex; align-items: center; justify-content: flex-start; gap: 6px;}
.autherHeading > img{border-radius:100px; width: 25px; height: 25px; object-fit: cover;}

.blog-tags {
  overflow: hidden; margin: 15px 0 0 0; 
}
.tags {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-bottom: 15px;
}
.tag {
  background-color: #e0edff;color: #3b7ddd;
  padding: 4px 10px; border-radius: 5px; font-size: 14px;
}
.blog-image { width: 100%; display: block; object-fit: contain; height: -webkit-fill-available;}
.mrt15{margin-top: 15px;}
.share-container {
  display: flex; align-items: center;  gap: 10px;
  font-family: Arial, sans-serif; 
}

.share-label { font-size: 16px; font-weight: 500; padding-bottom: 8px; display: block; margin-top: 24px;}

.share-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #0b2a4a; /* dark blue */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  transition: background 0.3s ease;
}

.share-icon:hover {
  opacity: 0.8; text-decoration: none;
}

.tableofcontent{font-size: 16px; color: #242424; font-weight: 600; text-decoration: underline;}

.blogArticleBlogSection h1{margin: 0 !important}
.blogArticleBlogSection h1,
.blogArticleBlogSection h1 strong,
.blogArticleBlogSection h1 b,
.blogArticleBlogSection h2,
.blogArticleBlogSection h2 strong,
.blogArticleBlogSection h2 b,
.blogArticleBlogSection h3,
.blogArticleBlogSection h3 strong,
.blogArticleBlogSection h3 b,
.blogArticleBlogSection h4,
.blogArticleBlogSection h4 strong,
.blogArticleBlogSection h4 b,
.blogArticleBlogSection h5,
.blogArticleBlogSection h5 strong,
.blogArticleBlogSection h5 b,
.blogArticleBlogSection h6,
.blogArticleBlogSection h6 strong,
.blogArticleBlogSection h6 b{
  margin:25px 0 0 0; padding: 0; color: #242424; font-size: 18px; font-weight:bold;
}
.blogArticleBlogSection p{margin:10px 0 0 0; padding: 0; font-size: 14px; color: #333; line-height: 1.6;}
.blogArticleBlogSection p a,
.blogArticleBlogSection p strong,
.blogArticleBlogSection p b{font-weight: 600;}

.blogArticleBlogSection ol, 
.blogArticleBlogSection ul{margin: 0; padding: 0; box-shadow: inherit !important; padding: 0px !important;}
.boxShadow{box-sizing: border-box; box-shadow: 1px 0px 4px rgb(0 0 0 / 24%); border-radius: 4px; padding: 24px !important;}
.blogArticleBlogSection ol, 
.blogArticleBlogSection ul{list-style-position: inside;}
.blogArticleBlogSection ol li:last-child, 
.blogArticleBlogSection ul li:last-child{margin-bottom: 0;}
.blogArticleBlogSection ol li{margin-bottom:15px;}
.blogArticleBlogSection ol li a,
.blogArticleBlogSection ul li a{font-size: 16px; color:#df8612;}
.blogArticleBlogSection ol li{font-size: 16px; color:#242424;}
.blogArticleBlogSection ol li::marker { font-size:16px; color: #242424;}

.blogArticleBlogSection .leadFormContainer{
  border: solid 4px #0f558b;
  box-shadow: 1px 2px 4px #0f558b78;
}
.gutterTop24{margin-top: 24px;}
.commonProperty{
  border: solid 1px #0000001a;
  box-shadow: 1px 1px 2px #0000001f; border-radius: 12px;
}
.blogArticleBlogSection .gettheApp{margin: 0;}
.blogArticleBlogSection .social-container{padding: 24px !important;}
.blogArticleBlogSection .social-container h2{margin-bottom: 15px; margin-top: 0;}
.contentify_title{margin-top: 24px;}

/* author section  */
.authorWidgets{margin-top: 25px;}
.divFlex{display: flex; align-items: center; justify-content: flex-start; gap:24px;}
.authorLabel label{display: block; font-size:24px;}
.authorLabel a i{font-size:20px;}
.authorWidgets img{width:64px; height: 64px; border-radius:100px;}
.authorWidgets p{margin:15px 0 0 0; padding: 0; font-size: 16px; color: #242424; font-weight: 400; line-height: 1.4;}



.static_mobile_nav li a{font-size: 16px !important;}
.static_mobile_nav li:first-child a{font-size: 16px !important;}
.fa-angle-right:before,
.fa-angle-down:before{content: inherit !important;}


.closeModal {
    padding: 24px 0
}

.closeModal a {
    background: #267aa4;
    color: #fff;
    padding: 6px 30px;
    display: block;
    float: right;
    font-size: 16px;
    border-radius: 4px
}

.closeModal a:focus,.closeModal a:hover {
    color: #fff;
    text-decoration: none
}

.navbar-brand {
    padding: 8px 15px!important
}

.mobHeader .navbar-toggle {
    padding-left: 0!important
}

.mobHeader>label {
    font-size: 16px
}
.sidenav {
      z-index: 99!important
  }

  .app_icon {
      background: url('https://cdn.bookmyforex.com/cms/newforexcard/mobile/images/bmf_mobile_sprite.png')!important;
      background-size: 360px!important;
      background-repeat: no-repeat!important;
      position: absolute!important;
      display: inline-block;
      width: 27px!important;
      height: 24px!important;
      left: 10px;
      top: 15px
  }

  .app_icon_posi_user {
      background-position: -286px -25px!important;
      width: 23px!important
  }

  .app_icon_posi01 {
      background-position: -107px 0!important
  }

  .app_icon_posi02 {
      background-position: -133px 0!important;
      width: 25px
  }

  .app_icon_posi03 {
      background-position: -157px 0!important
  }

  .app_icon_posi04 {
      background-position: -182px 0!important
  }

  .app_icon_posi05 {
      background-position: -182px 0!important
  }

  .app_icon_posi06 {
      background-position: -206px 0!important
  }

  .app_icon_posi07 {
      background-position: -231px 0!important
  }

  .app_icon_posi08 {
      background-position: -257px 0!important
  }

  .app_icon_posi09 {
      background-position: -281px 0!important
  }

  .sidenav {
      height: 100%;
      width: 320px;
      transition: .5s;
      position: fixed;
      z-index: 1;
      top: 0;
      left: -320px;
      background-color: #fff;
      box-shadow: 1px 3px 20px #00000036;
      overflow-x: hidden
  }

  .sidenav .closebtn {
      position: absolute;
      top: 0;
      right: 15px;
      font-size: 36px;
      z-index: 1;
      color: #ffffff;
      font-weight: 300;
  }

  .static_drop_menu {
      box-shadow: 1px -3px 20px #00000036
  }

  .static_drop_menu ul {
      padding: 0;
      margin: 0;
      list-style: none
  }

  .static_drop_menu ul li {
      position: relative;
      background: #edf9ff;
      border-bottom-color: #267aa445
  }

  .static_drop_menu ul li a {
      padding-left: 15px;
      font-size: 13px;
      color: #000
  }

  .sideArrowlist {
      background: url('https://cdn.bookmyforex.com/cms/newforexcard/mobile/images/blue-arrow.svg')!important;
      width: 24px;
      height: 24px;
      display: inline-block;
      margin-left: 5px;
      transition: all .2s ease;
      position: absolute;
      top: 10px;
      right: 10px
  }

  .sidebarlist {
      display: none
  }

  .sidebarlist {
      background: #edf9ff
  }

  .sidebarlist li {
      border-bottom-color: #267aa445;
      border-bottom: dashed 1px #9bc8de!important
  }

  .sidebarlist li a {
      color: #286090!important
  }

  .mobileApp_img {
      background: url('https://cdn.bookmyforex.com/cms/newforexcard/mobile/images/bmf_mobile_sprite.png')!important;
      background-size: 360px!important;
      background-repeat: no-repeat!important
  }

  .facebookIcon,.twitterIcon {
      left: 54px!important;
      top: 13px!important
  }

  .mobileApp {
      background: #f5faff;
      padding: 15px 15px 0 15px!important
  }

  .mobileApp h5 {
      font-size: 13px;
      color: #333;
      font-weight: 400;
      padding-bottom: 10px
  }

  .mobileApp a {
      display: block
  }

  .android,.ios {
      width: 103px;
      height: 32px;
      display: inline-block
  }

  .android {
      background-position: -2px -64px!important
  }

  .ios {
      background-position: -106px -49px!important
  }

  .followlist {
      list-style: none;
      margin: 0;
      padding: 0 0 20px 0;
      overflow: hidden
  }

  .followlist li {
      float: left;
      margin-right: 10px
  }

  .followlist li a {
      width: 32px;
      height: 32px;
      border-radius: 100px;
      position: relative;
      background: #103d6d;
      text-align: center;
      display: block
  }

  .facebookIcon,.followlist li a i {
      width: 20px;
      height: 20px;
      display: inline-block;
      position: absolute;
      left: 5px;
      top: 5px
  }

  .followlist li:first-child a i {
      background-position: -185px -25px!important
  }

  .followlist li:nth-child(2) a i {
      background-position: -204px -25px!important
  }

  .followlist li:nth-child(3) a i {
      background-position: -245px -25px!important
  }

  .followlist li:nth-child(4) a i {
      background-position: -265px -25px!important
  }

  @media screen and (max-height: 450px) {
      .sidenav {
          padding-top:15px
      }

      .sidenav a {
          font-size: 18px
      }
  }

  .mobHeader {
      display: flex;
      align-items: center;
      padding: 2px 16px;
      background: #fff;
      height: auto;
      box-shadow: 0 2px 2px 0 rgba(0,0,0,.1)
  }

  .headerstyles__Menu {
      display: flex;
      flex-direction: column;
      width: 18px;
      cursor: pointer;
      margin-right: 10px;
      margin-left: 0
  }

  .headerstyles__Menu span {
      width: 100%;
      height: 1px;
      border-radius: 2px;
      background-color: #20364b;
      border: 1px solid #20364b;
      display: flex;
      margin: 2px 0
  }

  .headerstyles__Menu span:last-child {
      width: 70%
  }

  .mBmflogo {
      content: '';
      background: url('https://cdn.bookmyforex.com/cms/currencyexchangenew/images/fx-images/nFx-Sprite.png');
      background-repeat: no-repeat;
      background-size: 400px;
      margin-left: 15px;
      width: 115px;
      height: 35px;
      background-position: -142px -506px
  }

  .callIcon {
      content: '';
      background: url('https://cdn.bookmyforex.com/cms/currencyexchangenew/images/fx-images/nFx-Sprite.png');
      background-repeat: no-repeat;
      right: 16px;
      position: absolute;
      background-size: 400px;
      margin-left: 15px;
      width: 32px;
      height: 32px;
      background-position: -181px -449px
  }

  .flag::after {
      content: inherit!important
  }

  .custom_content {
      border: inherit
  }

  .custom_content i {
      position: relative;
      display: inline-block;
      opacity: 1;
      font-style: normal;
      line-height: 45px
  }

  .custom_content .close {
      text-shadow: none;
      width: 41px;
      opacity: 1;
      z-index: 2;
      height: 41px;
      position: absolute;
      right: -4px;
      top: 11px;
      font-weight: 400!important
  }

  .custom_content .close:after {
      width: 0
  }

  .custom_content i::before {
      content: '';
      width: 41px;
      height: 41px;
      position: absolute;
      top: -25px!important;
      right: -32px!important;
      border-radius: 100px;
      background: #214360;
      border: 2px solid #fff
  }

  .custom_content i::after {
      content: '+';
      position: absolute;
      font-size: 41px !important;
      color: #f95050;
      right: -25px!important;
      top: -27px!important;
      z-index: 1;
      transform: rotate(45deg)
  }
div.newGoogleLogin .loginSocailBtn img{width: 95% !important;}
.call_btn_mb{right: 15px; top: 15px;}
  #singlecallemailspandiv {
      position: relative
  }

  .bookthisorderemial {
      top: 8px!important
  }

  .mobileCode::before {
      top: 29px!important;
      left: 2px!important
  }

  .loginForm .form-group .by_error_txt,.loginForm .register_radio_btn .by_error_txt {
      color: red!important
  }

  .loginForm .loginHead {
      margin: 0!important;
      padding-top: 10px!important;
      font-size: 24px!important
  }

  .loginForm .mobEmailBox input {
      border: solid 1px #ccc!important;
      height: 37px
  }

  .loginForm .select2-container--default .select2-selection--single .select2-selection__rendered {
      font-size: 13px!important
  }

  .ortext {
      font-size: 14px;
      padding-bottom: 10px!important
  }

  .custom_bg_model {
      background: #fff;
      border-radius: 4px 4px 0 0
  }

  .custom_bg_model h2,.custom_bg_model h2.areyou {
      font-size: 16px!important;
      color: #214360;
      font-weight: 400!important;
      padding-top: 8px;
      line-height: 1.5!important;
      text-align: left!important
  }

  .custom_bg_model .pdtblr {
      padding: 30px 10px 0 10px
  }

  .custom_bg_model .pdtblr_email {
      padding: 0 10px 0 10px
  }

  .custom_bg_model .form-group input,.custom_bg_model .form-group select {
      padding: 10px;
      height: 37px;
      line-height: 37px
  }

  .custom_bg_model .form-group .live_rate {
      top: 25px;
      left: 0;
      width: 100%
  }

  .modelclosebtn {
      background: linear-gradient(-180deg,#c5dde6 4%,#9ebcc8 100%);
      box-shadow: 0 2px 4px 0 rgba(5,40,87,.4);
      padding: 10px 20px;
      border-radius: 32px;
      outline: 0;
      border: none;
      color: #25586b;
      transition: all .5s ease
  }

  .requestmodelbtn {
      background: linear-gradient(-179deg,#febd3f 0,#fc8e06 100%);
      box-shadow: 0 2px 4px 0 rgba(5,40,87,.4);
      padding: 10px 15px;
      border-radius: 100px;
      outline: 0;
      border: none;
      color: #fff
  }

  .custom_footer_model {
      background: #e5f3ff;
      border-radius: 0 0 4px 4px
  }

  .mandatory {
      color: red
  }

  .ratealerts {
      text-align: justify!important;
      line-height: 22px;
      font-size: 14px
  }

  .custom_bg_model .form-group input:-moz-placeholder,
  .custom_bg_model .form-group input:-ms-input-placeholder,
  .custom_bg_model .form-group input::-moz-placeholder,
  .custom_bg_model .form-group input::-webkit-input-placeholder {
      color: #214360
  }

  .custom_bg_model .form-group .by_error_txt {
      top: 0;
      left: 0
  }

  .label_txt {
      font-size: 13px;
      color: #214360;
      font-weight: 700
  }

  .select_loca {
      width: 100%!important;
      background: #fff;
      border-radius: 2px;
      font-size: 14px;
      color: #214360;
      position: relative;
      outline: 0
  }

  .form-group input {
      width: 100%!important;
      background: #fff;
      border-radius: 4px;
      font-size: 14px;
      color: #214360;
      outline: 0;
      border: 1px solid #1d6a90!important;
      line-height: 36px;
      height: 36px
  }

  ul.footerSocialLinks{width: 100%; overflow: hidden;}
  .bmf_footer_widget ul.footerSocialLinks>li>a>i{font-size: 24px !important;}
  .label_heading2{color: #ffffff; text-align: left !important;}

  .blogArticleBlogSection p a img{
    width: 100%;
    object-fit: contain;
    height: -webkit-fill-available;
  }

  .contentify_0{box-shadow: inherit !important;}
  .authorLabel .fa-linkedin {
    background: #0a2c51;
    color: white;
    border-radius: 50%;
    padding: 6px 4px;
    font-size: 16px;
    height: 30px;
    width: 30px;
    text-align: center;
  }