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

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1280px;
  }
}

.btn-sm {
  border: 1px solid;
}

.boxlogin .col-6 {
  z-index: 999;
}

.navbar-expand-lg .navbar-collapse {
  /* flex-basis: auto; */
  justify-content: flex-end;
}

.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  background-color: #ffffff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
  color: #000000;
  font-size: 14px;
}

a.btn {
  border-radius: 20px;
}

a.btn.btn-outline-primary.mrg {
  margin-left: 15px;
  margin-right: 15px;
}

.btn-primary {
  color: #fff;
  background-color: #0466c8;
  border-color: #0466c8;
  border-width: 2px;
}

.btn-primary:hover {
  color: #0466c8;
  background-color: #e3f6ff;
  border-color: #0466c8;

}

.btn-outline-primary {
  color: #0466c8;
  background-color: #ffffff;
  border-color: #0466c8;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0466c8;
  border-color: #0466c8;
}

a.btn {
  border-radius: 20px;
  padding: 5px 30px;
}

.topbar {
  background: #0466c8;
  text-align: center;
  padding: 2px;
}

.container {
  position: relative;
}

.bg-section {
  background: #F3F6FF;
  padding: 60px 0px;
  margin-top: 90px;
}

.random-word {
  display: block;
  margin-top: 10px
}

.bg-section h1 {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 600;
}

.random-word {
  font-size: 48px;
  text-transform: capitalize;
  letter-spacing: 3px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  width: auto;
  /*   transition: all 1.25s; */
  animation: slidedown 4s infinite;
  -webkit-animation: slidedown 4s infinite;
  -moz-animation: slidedown 4s infinite;
  background: linear-gradient(96.45deg, #7CC21C 4.02%, #008AD8 66.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@keyframes slidedown {
  0% {
    opacity: 50;
  }

  5% {
    opacity: 0;
    transform: translateY(0.5em);
  }

  7% {
    transform: translateY(-1em);
  }

  10% {
    opacity: 0;
  }

  20% {
    transform: translateY(0);
    opacity: 100;
  }
}

.floatingbox .card {
  background: #FFFFFF;
  border: 1px solid rgba(206, 213, 234, 0.6);
  box-shadow: 0px 20px 35px rgba(33, 47, 88, 0.1);
  border-radius: 20px;
  z-index: 99;
}

.row.floatingbox {
  position: absolute;
  width: 100%;
  bottom: -90px;
}

.floatingbox .col-4 {
  margin: 0px;
  padding: 0px 15px;
}

.floatingbox .card .card-body {
  padding: 40px 10px
}

.floatingbox .card .card-body .row {
  justify-content: center;
}

.floatingbox input {
  border-radius: 8px;
  height: 48px;
  font-size: 14px;
}

.floatingbox label {
  margin-bottom: 10px;
  font-size: 14px;
}

select#purpose.form-select {
  font-size: 14px;
}

.floatingbox button {
  border-radius: 8px;
  height: 48px;
  margin-left: 30px;
}

.mrg-t {
  margin-top: 32px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #460377;
}

.main-banner {
  width: 75%;
}

.whyremitx {
  background: linear-gradient(93.71deg, rgb(0 138 216) -49.8%, #470377 90.29%);
  padding: 60px 0px 20px
}

.round {
  background: #00000069;
  border-radius: 50%;
  height: 110px;
  width: 110px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.box {
  text-align: center;
  padding: 0px 30px;
  margin-bottom: 60px;
}

.title {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  margin-top: 15px;
}

.text {
  padding: 0px 15px;
  color: #fff;
  opacity: 0.6;
  margin-top: 10px;
}

.whyremitx h1 {
  font-size: 42px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 60px;
}

.products {
  padding: 80px 0px;
  background: #F8FBFE;
  margin-bottom: 80px;
}

.floatingbox a.btn {
  border-radius: 8px;
  height: 48px;
  margin-left: 20px;
  font-size: 14px;
  line-height: 48px;
  padding: 0px 30px;
}

.producttext h2 {
  font-size: 36px;
  font-weight: 600;
}

.producttext ul {
  padding: 0px;
  list-style: none;
  margin-top: 40px;
}

.producttext ul li {
  background-image: url(../../remitx-images/tick.svg);
  background-repeat: no-repeat;
  padding-left: 40px;
  line-height: 30px;
  margin-bottom: 20px;
}

.producttext a {
  border-radius: 8px;
  height: 48px;
  padding: 10px 40px;
  line-height: 24px;
}

.producttext h2 a {
  border-radius: 8px;
  height: 48px;
  padding: 10px 0px;
  line-height: 32px;
  color: #000000;
  font-size: 32px;
}

.navbar-collapse a.btn {
  font-size: 14px;
}

/*.nsm7Bb-HzV7m-LgbsSe { -webkit-border-radius:10px !important; border-radius: 10px!important; border: 1px solid #4285f4!important; font-size: 13px!important; height: 52px!important; padding: 0 10px !important; }*/
/*.S9gUrf-YoZ4jf iframe{height: 58px!important;width: 203px!important;}*/
.producttext a.btn-primary {
  color: #fff;
  background-color: #470377;
  border-color: #470377;
}

.productsscroll {
  max-height: 540px;
  overflow: auto;
}

.aboutremitx .card {
  background: #F5F7FE;
  border-radius: 50px;
  border: none;
}

.box-ab {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.heading {
  color: #470377;
  font-size: 35px;
  font-weight: 600;
}

.headingtext {
  color: #460377;
  font-size: 18px;
}

.box-ab .text {
  opacity: 1;
}

.box-ab .round {
  background: #ffffff;
}

.aboutremitx .card-body {
  padding: 50px;
}

.home-demo .item {
  background: #F5F7FE;
  border-radius: 8px;
}

.home-demo h2 {
  color: #FFF;
  text-align: center;
  padding: 3rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}

.trustedpartners {
  padding: 80px 0px;
}

.text-section {
  padding: 0px 60px 30px;
  text-align: center;
}

.text-section h3 {
  font-size: 42px;
  text-align: center;
  font-weight: 600;
}

.text-section .text {
  color: #000000;
}

.trustedpartners .owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.home-demo .item {
  background: #F5F7FE;
  border-radius: 8px;
  display: flex;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100px;
  align-items: center;
  justify-content: center;
}

.home-demo22 .item {
  background: #F5F7FE;
  border-radius: 8px;
  display: block;
  padding: 20px;
}

#partners22 .item {
  background: #F5F7FE;
  border-radius: 8px;
  display: block;
  padding: 20px;
  box-shadow: 0px 3px 9px rgb(33 47 88 / 10%);
  min-height:133px
}

#partners22 .owl-stage {
  display: flex !important;
  justify-content: flex-start;
  width: auto !important;  /* Prevent excessive width */
}



/* #partners22 .owl-item.active:nth-child(5) {
  display: none !important;
} */

.home-demo22 .owl-carousel .owl-item img {
  display: inline-block;
  width: 32px;
}

.imagetext-cr {
  margin-bottom: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.buysell-cr p {
  margin-bottom: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #777;
}

.buysell-cr p span {
  margin-bottom: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.currencyrates-t {
  /* padding-top: 140px; */
}

.owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

button.owl-prev {
  height: 40px;
  width: 40px;
  z-index: 9;
  position: absolute;
  left: -40px;
  border-radius: 50px;
  background: #FFFFFF !important;
  box-shadow: 0px 2px 8px rgb(179 179 179 / 25%);
}

button.owl-next {
  height: 40px;
  width: 40px;
  z-index: 9;
  position: absolute;
  right: -40px;
  border-radius: 50px;
  background: #FFFFFF !important;
  box-shadow: 0px 2px 8px rgb(179 179 179 / 25%);
}

.testimonials {
  background: #F8FBFE;
  background-image: url(../../remitx-images/bg-test.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -140px;
}

.testmonialbox {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgb(192 192 192 / 25%);
  padding: 24px;
  border-radius: 20px;
  background-image: url(../../remitx-images/comma.png);
  background-repeat: no-repeat;
  background-position: bottom 30px right 30px;
  min-height: 365px;
}

.testmonialbox .text {
  padding: 0px;
  color: #000000;
  margin: 16px 0px;
  font-size: 13px;
}

#testimonials .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

.trustedpartners {
  padding: 80px 0px;
  /* margin: 0 80px; */
}

.testmonialbox .name {
  font-weight: 600;
  font-size: 16px;
  color: #480478;
}

.otplink {
  color: #480478;
  text-decoration: none;
  font-size: 14px !important;
}

.otplink:hover {
  color: #480478;
  text-decoration: none;
}

.testmonialbox .des {
  font-weight: 400;
  font-size: 14px;
  color: #460679;
}

.faq {
  padding: 80px 0px;
}

.faq h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.faq .nav-tabs {
  border-bottom: 0px;
  margin: 30px 0px 40px !important;
}

.faq .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
}

.productsscroll .img-fluid {
  border-radius: 30px;
}

.faq .nav-tabs {
  border-bottom: 0px;
}

section.faq .nav-tabs .nav-link {
  color: #000;
  font-size: 18px;
  border: 1px solid transparent;
  border-bottom: 3px solid transparent;
}

section.faq .nav-tabs .nav-link.active {
  border-color: transparent;
  color: #67348b;
  font-weight: 600;
  border-bottom: 3px solid #67348b;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

.accordion-item {
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid #EBEEF5;
  box-shadow: 0px 5px 15px rgb(33 47 88 / 5%);
  border-radius: 16px;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: transparent;
  box-shadow: none;
  border-radius: 16px;
}

.accordion-button {
  border-radius: 16px;
}

.accordion-item:first-of-type {
  border-radius: 16px;
}

.accordion-item:last-of-type {
  border-radius: 16px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 16px;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 16px;
}

/* .accordion-button{font-weight: 500;} */
.accordion-button.collapsed {
  font-weight: 400;
  border: 0px solid #EBEEF5;
}

.accordion-body {
  color: #777;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #EBEEF5;
}

.androidsection {
  background: linear-gradient(93.71deg, rgb(0 138 216) -49.8%, #470377 68.62%);
  padding: 20px 0px;
}

.androidtext {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 30%;
}

.androidtext .heading {
  color: #ffffff;
}

.androidtext .heading h3 {
  color: #ffffff;
  font-size: 42px !important;
  margin-bottom: 15px;
}

.download {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.mrg-L20 {
  margin-left: 20px;
}

.mrg-L15 {
  margin-left: 15px;
}

.rating {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

footer {
  padding: 80px 0px 0px;
  border-top: 1px solid #f0f0f0;
}

.address {
  margin: 20px 0px;
  font-size: 14px;
}

.socialicon h6 {
  font-size: 16px;
  font-weight: 400;
}

.socialicon a {
  margin-right: 10px;
}

footer .link {
  font-size: 18px;
  font-weight: 600;
  line-height: 45px;
  color: #444444;
}

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

footer ul li {
  line-height: 36px;
}

footer ul li a {
  text-decoration: none;
  color: #444444;
  opacity: 0.87;
  font-size: 14px;
}

footer ul li a:hover {
  text-decoration: none;
  color: #444444;
  opacity: 0.87;
}

.bottombar {
  background: #0466c8;
  text-align: center;
  padding: 8px;
  color: #ffffff;
  font-size: 12px;
}

.bottombar a {
  color: #ffffff;
  text-decoration: none;
}

.bottombar a:hover {
  color: #ffffff;
  text-decoration: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.productsscroll::-webkit-scrollbar {
  width: 3px;
}

a:hover {
  cursor: pointer;
}

/* Track */
.productsscroll::-webkit-scrollbar-track {
  background-color: #e7c4ff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/* Handle */
.productsscroll::-webkit-scrollbar-thumb {
  background: #470377;
  border-radius: 8px;
}

/* Handle on hover */
.productsscroll::-webkit-scrollbar-thumb:hover {
  background: #470377;
}

.productsscroll .row {
  margin: 30px 0px 60px 0px
}

.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.boxlogin h1 {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 30px;
}

.boxlogin label {
  font-size: 14px;
}

.boxlogin .form-control {
  height: 48px;
  border-radius: 8px;
}

.boxlogin {
  width: 360px;
  margin: 80px auto;
}

.boxlogin label span {
  color: #ff0000;
}

.boxlogin button.btn.btn-primary {
  height: 48px;
  width: 100%;
  border-radius: 8px;
}

.loginCheckbox .remember-me {
  font-size: 14px;
}

.forgotpassword {
  /* margin-bottom: 20px; */
}

.forgotpassword a {
  font-size: 14px;
  color: #0466c8 !important;
  margin-bottom: 10px;
}

.icon {
  background-image: url(../../remitx-images/sprite.png);
}

.icon.email {
  background-position: 0px 20px;
}

.icon.mobile {
  background-position: 0px 20px;
  z-index: 9;
}

.icon.email {
  background-position: -7px -4px;
}

.boxlogin .form-control {
  height: 48px;
  border-radius: 8px;
  padding-left: 45px;
}

.icon {
  background-image: url(../../remitx-images/sprite.png);
  position: absolute;
  height: 30px;
  width: 20px;
  left: 13px;
  top: 45px;
}

.icon.mobile {
  background-position: -55px -6px;
}

.posre {
  position: relative;
}

.icon.password {
  background-position: 0px 20px;
}

.icon.password {
  background-position: 67px -2px;
}

.socialbuttons {
  margin-top: 20px;
}

button.btn.btn-primary.google {
  padding: 10px 15px;
  text-align: left;
  background: #ffffff;
  color: #1876d3;
  border-color: #1876d2;
}

button.btn.btn-primary.google span {
  text-align: center;
}

button.btn.btn-primary.facebook {
  padding: 7px 10px;
  text-align: left;
  background: #3c5997;
  color: #ffffff;
  border-color: #3c5997;
  height: 40px;
  border-radius: 4px;
}

button.btn.btn-primary.google span {
  text-align: center;
  margin-left: 15px;
}

.login-container{
  height: 100%;
}

.loginwithotp {
  margin-top: 10px;
}

.createaccount {
  margin-top: 10px;
}

.loginwithotp a {
  font-size: 14px;
  color: #0466c8 !important;
}

.createaccount a {
  font-size: 14px;
  color: #460377 !important;
}

.createaccountbox {
  display: none;
}

.loginotp {
  display: none;
}

.passwordforgot {
  display: none;
}

.fgetpwd {
  display: none;
}

.loginwithemail {
  margin-top: 10px;
}

.loginwithemail a {
  font-size: 14px;
  color: #0466c8 !important;
}

.col-md-6.leftimage {
  position: relative;
}

img.transparent {
  position: absolute;
  bottom: 60px;
  right: -50px;
}

.mobilelogin {
  margin: 60px;
  text-align: center;
  display: none;
}

img.logologin {
  position: absolute;
  top: 40px;
  left: 33%;
}

 #partners22 .owl-stage {
  padding: 10px 50px;
  /*  width: 2000px !important;  */
}
 
.home-demo22.trustedpartners {
  padding: 20px 0px;
}

.ratelistbtn {
  text-align: center;
  position: relative;
  height: 80px;
}

.ratelistbtn .btn {
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 14px;
  position: absolute;
  top: -40px;
  left: 44%;
}

/* Send money page start here */
.mbsendmoney {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 115px;
}

.money-dropdown {
  border: 0;
}

.currencynotes {
  position: relative;
}

.currencynotes .textbox__banner {
  top: 22%;
}

.textbox__banner {
  position: absolute;
  top: 42%;
  left: 0%;
  width: 100%;
  text-align: center;
}

#sendmoney .content {
  margin-top: 50px;
}

.main-content {
  background: #F5F7FE;
  padding: 30px;
  border-radius: 25px;
}

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

.mobiletext-sec {
  margin-top: 60px;
  text-align: center;
}

.mobiletext-sec h4 {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

.mobiletext-sec p {
  color: #000000;
  font-size: 14px;
  opacity: .7;
}

.mainbx {
  margin-top: 20px;
  background: #ffffff;
  border-radius: 25px;
  box-shadow: 0px 4px 14px rgb(192 192 192 / 25%);
  padding: 30px 38px 15px;
  min-height: 224px;
}

.mainbx h6 {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 600;
}

.mobilecenter {
  margin-top: 60px;
}

#knowmore {
  margin-top: 60px;
  background: #F5F7FE;
  padding: 60px;
}

#knowmore h3 {
  font-size: 30px;
  font-weight: 600;
}

#knowmore p {
  font-size: 14px;
  font-weight: normal;
}

#knowmore label {
  font-size: 14px;
}

#knowmore label span {
  color: #ff0000;
}

#knowmore .form-control {
  height: 48px;
  border-radius: 8px;
  font-size: 14px;
}

#knowmore .submit {
  margin-top: 30px;
  width: 200px;
  height: 48px;
  text-align: center;
  border-radius: 8px;
}

.forexcards {
  padding: 60px 0px;
}

.forexcards h3 {
  font-size: 36px;
  font-weight: 600;
}

.forexcards .nav-tabs {
  border-bottom: 0px;
  margin: 30px 0px 40px !important;
}

.forexcards .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
}

.forexcards .nav-tabs {
  border-bottom: 0px;
}

.booking-box {
  /* border: 2px solid black; */
  /* border-end-start-radius: 7px;
  border-end-end-radius: 7px; */
  border-radius: 7px;

}

.booking-btn-container {
  padding-bottom: 1.5rem;
  position: relative;
  margin-bottom: 1rem;
}

.booking-btn-container .booking-btn {
  padding: 5px 10px !important;
  background-color: #efefef;
  border-bottom-width: 0px;
  width: 100%;
  border: 0px;
  
}

.amount-inputfield{
  border-bottom: 2px solid black !important;
  border-radius: 0 !important;
}

.booking-btn-container #send-money-btn{
  
  color: #470377;
  border-top-left-radius: 7px;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%); 
    border-top-left-radius: 7px;
    /* width: 200px; */
    position: absolute;
    max-width: 133px;
    left: 0;
}

.booking-btn-container #buy-forex-btn{
  /* background-color:#8ecae5; */
  color: #0060a2;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  position: absolute;
  max-width: 132px;
  left: 120px;
}


.booking-btn-container #sell-forex-btn {
  /* background-color: #7CC21C; */
  color: #5fa400;
  border-top-right-radius: 7px;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  border-top-right-radius: 7px;
    position: absolute;
    max-width: 131px;
    right: 0;
}


.booking-btn-container #send-money-btn:focus {
  background-color: #470377 !important;
  color: #fff;
  border-color: #470377;
}

.booking-btn-container #buy-forex-btn:focus {
  background-color: #0060a2 !important;
  color: #fff;
  border-color: #0060a2;
}

.booking-btn-container #sell-forex-btn:focus {
  background-color: #5fa400 !important;
  color: #fff;
  border-color: #5fa400;
}

.booking-btn-container #send-money-btn.active {
  background-color: #470377 !important;
  color: #fff;
  border-color: #470377;
}

.booking-btn-container #buy-forex-btn.active {
  background-color: #0060a2 !important;
  color: #fff;
  border-color: #0060a2;
}

.booking-btn-container #sell-forex-btn.active {
  background-color: #5fa400 !important;
  color: #fff;
  border-color: #5fa400;
}



.currency-exchange-nav {
  margin-bottom: 33px;
  position: relative;
}

.currency-exchange-nav .nav {
  border-radius: 10px !important;
}

.currency-exchange-nav .nav-tabs .nav-link {

  font-size: 14px !important;
}

#nav-send-money-tab {
  padding: 5px 20px !important;
  
  position: absolute;
  max-width: 138px;
  left: 156px;
  
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  background: #efefef;
}

#nav-currency-notes-tab {
  padding: 5px 17px !important;
 
  position: absolute;
  max-width: 143px;
  left: 28px;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  padding-left: 16px !important;
  padding-right: 16px !important;
  background: #efefef;
}

.show-rate-container {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: #f8f4f4;
  padding: 5px;
  border-radius: 7px;
}

.show-rate-container .mini-card {
  padding: 5px;
  border-radius: 7px;
}

.show-rate-container .mini-card .currency-label-title {
  font-size: 10px;
  font-weight: 600;

}

.show-rate-container .currency-title {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: 5px;
}

.show-rate-container .currency-short-form {
  color: #212529;
font-size: 14px;
margin-left: 3px;
font-weight: normal;
}

.show-rate-container .rate-item {
  display: flex;
  justify-content: space-between;
}

.show-rate-container .rate-item .ibr-text {
  color: #ede807;
  font-weight: 700;

}

.show-rate-container .rate-item {
  font-weight: 500;
}

.show-rate-container .rate-item .left-side {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.show-rate-container .rate-item .left-side .circular-rate-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ece4e4;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  /* text-align: center; */
}

.booking-box .government-info-container {
  display: flex;
  gap: 10px;
}

.booking-box .government-info-container .i-icon {
  width: 20px;
}

.amount-converted-card {
  border: 1px solid #6fe71f;
  background: rgb(218, 254, 213);
  background: linear-gradient(63deg, rgba(218, 254, 213, 1) 0%, rgba(207, 242, 197, 1) 35%, rgba(236, 255, 192, 1) 100%);

}

.amount-converted-card .amount-text {
  font-size: 14px;
}

.booking-footer-container {
  border-top-width: 1px;
  border-top-width: 0;
  display: flex;
  background-color: #fff;
  padding: 2px 20px;
  border-end-start-radius: 7px;
  border-end-end-radius: 7px;
}

.booking-footer-item {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: small;
  color: #0466c8;
  font-weight: 600;
}

.booking-footer-left {
  border-right-width: 1px;
  border-right-color: #aca6a6;
  border-right-style: solid;
}

.select-currency-card {
  margin-top: -5px;
}

.currency-exchange-container {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f8f4f4;
  padding: 6px;
  text-align: center;
  display: flex;
  z-index: 99;
  position: absolute;
  top: -21px;
}



.booking-footer-item img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

section.forexcards .nav-tabs .nav-link {
  color: #000;
  font-size: 18px;
  border: 1px solid transparent;
  border-bottom: 3px solid transparent;
}

section.forexcards .nav-tabs .nav-link.active {
  border-color: transparent;
  color: #67348b;
  font-weight: 600;
  border-bottom: 3px solid #67348b;
}

.boxcard {
  padding: 40px;
  box-shadow: 0px 4px 14px rgb(192 192 192 / 25%);
  border-radius: 25px;
}

.countries ul {
  list-style: none;
  padding: 0px;
}

.textremitx {
  color: #470377;
  font-size: 21px;
}

.headingortext h2 {
  font-size: 30px;
  margin-top: 5px;
  font-weight: 500;
}

.headingortext p {
  font-size: 14px;
  font-weight: normal;
  opacity: .7;
}

.countries ul li {
  display: inline-block;
  background: #F5F7FE;
  padding: 8px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 11px;
  margin-right: 5px;
  font-weight: 500;
}

.currencies h5 {
  font-size: 18px;
  margin-bottom: 15px;
}

.buynow {
  height: 48px;
  border-radius: 8px;
  padding: 10px 30px;
}

.cardscard svg {
  margin-bottom: 10px;
}

.cardscard img {
  margin-bottom: 10px;
  width: 48px;
}

section.prepaidcard {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding-top: 60px;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #470377;
  border-color: #470377;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0466c8;
  border-color: #0466c8;
  box-shadow: none;
}

.textbox__banner h3 {
  font-size: 36px;
  font-weight: 600;
}

.textbox__banner h1 {
  font-size: 36px;
  font-weight: 600;
}

.contratealert {
  margin-top: 30px;
}

.contratealert p {
  font-size: 14px;
  margin-top: 20px;
}

.textbox__banner.left {
  left: 7%;
  text-align: left;
  top: 20%;
  width: 80%;
}

.textbox__banner.left h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.textbox__banner button {
  margin-top: 10px;
}

.bordergreen {
  border-radius: 25px;
  border: 1px solid #7CC21C;
  padding: 30px;
}

.bordergreen h3 {
  margin-bottom: 30px;
}

.flowstep {
  display: flex;
  border-radius: 8px;
  box-shadow: 0px 2px 9px rgba(192, 192, 192, 0.25);
  margin-bottom: 20px;
}

.flowstep .number {
  background: #008AD8;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 15px 30px;
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
}

.flowstep .number span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}

.flowtext {
  text-align: left;
  padding: 20px;
  flex-direction: row;
  align-content: center;
  align-items: center;
  font-size: 14px;
  opacity: .7;
}

.mainbx h5 {
  font-size: 18px;
  font-weight: 600;
}

.content.gic h2 {
  font-size: 21px;
  font-weight: 600;
}

.producttext.gic ul {
  margin: 20px 0px;
}

section.whyremitx.gic {
  margin-top: 60px;
  padding-top: 60px;
}

section.whyremitx.gic h2 {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 40px;
}

section.whyremitx.gic .round {
  height: 90px;
  width: 90px;
}

section.whyremitx.gic .box .text {
  opacity: 1;
}

section.whyremitx.gic .box .text {
  opacity: 1;
  font-weight: normal;
  font-size: 14px;
}

.text-center.wu {
  margin-top: 30px;
}

.text-center.wu a {
  color: #460377
}

.mobiletext-sec.wu {
  margin-top: 10px;
}

.whyremitx.travel {
  background: linear-gradient(93.71deg, rgb(0 138 216) -49.8%, #470377 90.29%);
  padding: 60px 0px;
}

.whyremitx.travel h2 {
  color: #ffffff;
}

.whyremitx.travel p {
  color: #ffffff;
  font-size: 14px;
  padding: 0px 15px;
}

.whyremitx.travel .trvl {
  margin-bottom: 20px;
}

.offers ul {
  padding: 0px;
  list-style: none;
  margin-left: 50px;
}

.offers ul li {
  display: flex;
  margin-bottom: 60px;
}

.texttrv {
  margin-left: 20px;
}

.texttrv h6 {
  color: #ffffff;
  font-size: 18px;
}

.texttrv .texttrvl {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  box-shadow: 0px 2px 9px rgb(192 192 192 / 25%);
  border: 0px;
  padding: 0px;
  overflow: hidden;
  border-radius: 8px;
}

.dropdown-menu {
  border: 0px;
  padding: 0px;
  overflow: inherit;
  box-shadow: 0px 2px 9px rgb(192 192 192 / 25%);
  border-radius: 8px;
}

.dropdown-item {
  font-size: 14px;
  line-height: 36px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #f4e4ff;
}

.textbox__banner.aboutus {
  position: absolute;
  top: 22%;
  left: 0%;
  width: 100%;
  text-align: center;
  padding: 0px 10%;
}

.textbox__banner.aboutus h3 {
  color: #ffffff;
}

.textbox__banner.aboutus p {
  color: #ffffff;
  font-size: 14px;
}

section.content.aboutus-content.container {
  margin-top: 60px;
}

section.content.aboutus-content.container h3 {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
}

section.content.aboutus-content.container p {
  font-size: 14px;
  color: #000000;
  opacity: .67;
}

.our-content {
  text-align: center;
  background: #470377;
  padding: 24px;
  border-radius: 25px;
}

a {
  color: #470377;
  text-decoration: none;
}

.our-content h4 {
  color: #ffffff;
  font-size: 30px;
}

.our-content p {
  color: #ffffff;
  font-size: 14px;
}

.ourmission {
  margin-top: 40px;
}

.our-content.vision {
  background: #008ad8;
}

.section.aboutremitx.aboutmission .box-ab {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

section.aboutremitx.aboutmission {
  margin-top: 60px;
}

section.aboutremitx.aboutmission .box-ab {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
}

section.aboutremitx.aboutmission .heading {
  color: #470377;
  font-size: 30px;
  font-weight: 600;
}

section.aboutremitx.aboutmission .headingtext {
  color: #460377;
  font-size: 14px;
}

section.aboutremitx.aboutmission .round {
  width: 90px;
  height: 90px;
}

section.aboutremitx.aboutmission .aboutremitx .card-body {
  padding: 30px;
}

section.androidsection.ceo {
  margin-top: 60px;
  padding: 40px 0px 0px 0px;
}

section.androidsection.ceo img {
  min-width: 440px;
  max-width: 440px;
}

.textceo {
  margin-top: 60px;
}

.textceo h6 {
  color: #ffffff;
  font-size: 18px;
}

.textceo p {
  color: #ffffff;
  font-weight: 300;
  text-align: justify;
}

.textceo p.itl {
  font-style: italic;
}

.ourmanagement {
  background-image: url(../../remitx-images/aboutus.jpg);
}

.ourmanagement {
  /* background-image: url(../../remitx-images/aboutus.jpg); */
  background: #0466c8;
  padding: 60px 0px 40px;
}

.ourmanagement h3 {
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  color: #ffffff;
}

.ourmanagement h1 {
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  color: #ffffff;
}

.boxomg {
  display: inline-flex;
  border: 8px solid #460377;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  margin-bottom: 30px;
}

.management .mainbx {
  border: 1px solid #F0F0F0;
}

.management {
  margin-top: 60px;
  margin-bottom: 60px;
}

.management h5 {
  color: #470377;
  font-size: 18px;
}

.management h6 {
  font-size: 15px;
}

.management p {
  font-size: 14px;
  font-weight: 400;
  opacity: .67;
  text-align: justify;
}

.management .mainbx {
  border: 1px solid #F0F0F0;
  min-height: 700px;
  position: relative;
}

.management .mainbx .linkedinscl {
  position: absolute;
  right: 30px;
}

.whywork {
  box-shadow: 0px 4px 14px rgb(192 192 192 / 25%);
  padding: 20px 30px;
  text-align: center;
  border-radius: 25px;
}

.whywork img {
  margin-bottom: 16px;
}

.whywork h5 {
  font-size: 16px;
}

.openpositions .mainbox {
  background: #f9f9f9;
  padding: 40px;
  margin: 60px 0px;
  border-radius: 25px;
}

.openpositions .mainbox h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}

.openpositions input,
.openpositions select {
  height: 48px;
  border-radius: 8px;
}

.openpositions .mainbox label {
  font-size: 14px;
  margin-bottom: 5px;
}

.careerbox {
  background: #ffffff;
  border-radius: 25px;
  padding: 30px;
  margin-top: 30px;
}

.fulltime {
  display: inline-flex;
  background: #7cc21c;
  padding: 3px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 16px;
}

.designation {
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
}

.careerbox .address {
  margin: 5px 0px;
  font-size: 14px;
  text-align: left;
}

.addresshead {
  font-size: 15px;
  font-weight: 500;
}

button.btn.btn-primary.applycareer {
  height: 48px;
  border-radius: 8px;
  width: 100%;
  margin-top: 15px;
}

section.content.aboutus-content.container h3 {
  margin-bottom: 30px;
}

.newsmedia .whywork {
  box-shadow: 0px 4px 14px rgb(192 192 192 / 25%);
  padding: 0px;
  text-align: center;
  border-radius: 25px;
  position: relative;
  margin-bottom: 30px;
}

.newsbox {
  position: absolute;
  bottom: 0px;
  background: #ffff;
  padding: 20px;
  text-align: left;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.newsbox a {
  color: #460377;
  text-decoration: none;
}

.bydate {
  display: flex;
  margin-top: 20px;
}

.bydate {
  display: flex;
  justify-content: space-between;
}

.dateadmin .admin {
  font-size: 14px;
}

.dateadmin .date {
  font-size: 14px;
}

button.btn.btn-outline-primary.readmore {
  color: #0d6efd;
  border-color: #0d6efd;
}

button.btn.btn-outline-primary.readmore:hover {
  background: #0d6efd;
  color: #ffffff;
  border-color: #0d6efd;
}

.btitle {
  font-size: 21px;
  font-weight: 600;
}

p.bpara {
  font-size: 13px;
}

.newsbox a {
  color: #460377;
  text-decoration: none;
  font-weight: 600;
}

#ratealert p {
  font-size: 14px;
}

#ratealert label.col-form-label {
  font-size: 14px;
}

#ratealert button.btn {
  border-radius: 8px;
  height: 48px;
  padding: 10px 40px;
  margin-top: 30px;
}

.form-select:focus {
  border-color: #460377;
  outline: 0;
  box-shadow: none;
}

#ratealert .form-select {
  font-size: 14px;
  height: 48px;
}

#ratealert .form-control {
  font-size: 14px;
  height: 48px;
}

#ratealert label.col-form-label {
  font-size: 14px;
  margin-top: 10px;
}

.management h5 {
  color: #470377;
  font-size: 18px;
}

.ratecurrency {
  font-size: 14px;
  font-weight: 600;
  color: #460377;
}

.modal-content {
  border-radius: 20px;
  outline: 0;
}

.modal-header {
  border-bottom: 0px solid #f5f5f5;
}

.modal-footer {
  border-top: 1px solid #f5f5f5;
}

.postlogin .modal-body {
  padding-top: 0px;
}

/* @media (min-width: 992px) {} */
.rapiword {
  color: #662485;
  font-weight: 600;
  padding-right: 1px;
}

.moneyword {
  background: -webkit-linear-gradient(0deg, #75971e 49%, #0E9BDF 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.termsanduse h4 {
  font-size: 18px;
  font-weight: 600;
}

ol li {
  font-size: 14px;
  line-height: 24px;
}

.termsanduse h5 {
  font-size: 14px;
  font-weight: 600;
}

.modal-header h5 {
  font-size: 18px;
}

#disclaimer p {
  font-size: 14px;
}

#tcs p {
  font-size: 14px;
}

#tcs-declaration p {
  font-size: 14px;
}

#kyc p {
  font-size: 14px;
}

#kyc ol {
  padding-left: 20px;
}

.accordion p {
  font-size: 14px;
  text-align: justify;
}

.accordion-body {
  font-size: 14px;
}

.travelnote {
  margin-top: 30px;
}

section.contact {
  padding: 60px 15px;
}

section.contact h3 {
  font-size: 36px;
  font-weight: 500;
}

section.contact .contactform .form-control {
  height: 58px;
  border-radius: 8px;
  font-size: 14px;
}

section.contact .contactform label {
  font-size: 14px;
}

section.contact .contactform textarea {
  height: 260px !important;
}

section.contact .contactform button.btn.btn-primary {
  height: 48px;
  border-radius: 8px;
  margin-top: 15px;
  padding: 12px 60px;
  float: right;
}

ul#pills-tab li {
  background: #ffffff;
  box-shadow: 0px 3px 11px 2px rgb(33 47 88 / 5%);
  border-radius: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
}

ul#pills-tab li button {
  font-size: 14px;
  color: #000000;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
}

=======ul#pills-tab li button.active {
  background: #ffffff;
  color: #460377;
  border: 1px solid #460377;
}

.contactbox {
  background: #FFFFFF;
  box-shadow: 0px 3px 11px 2px rgb(33 47 88 / 5%);
  border-radius: 8px;
  padding: 20px 30px;
  margin-bottom: 20px;
}

.contactbox .address {
  margin-top: 0px;
}

.contactbox .address h6 {
  font-weight: 500;
  font-size: 16px;
}

.contactbox .address p {
  font-size: 14px;
  color: #000;
  opacity: .67;
  margin-bottom: 10px;
}

.contactbox .address .mobile svg {
  margin-right: 10px;
}

.contactbox .address .email svg {
  margin-right: 10px;
}

.contactbox .address .mobile {
  color: #555555;
  margin-bottom: 10px;
}

.contactbox .address .email {
  color: #555555;
}

a.location {
  margin-top: 15px;
  display: block;
}

.aboutcontent.container {
  padding: 0px 60px;
}

.faq-page {
  background-image: url(../../remitx-images/faqbg.png);
  background-repeat: no-repeat;
  background-position: right;
  padding: 70px 0px;
  margin: 10px auto;
}

.faq-page input.form-control {
  border-radius: 8px;
  height: 48px;
  font-size: 14px;
  background-image: url(../../remitx-images/searchfaq.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
}

.productsscroll .img-fluid {
  border-radius: 30px;
  width: 500px;
  height: 500px;
  text-align: center;
  margin: auto 0;
}

.loggedin {
  border-radius: 50px;
  height: 32px;
  width: 32px;
  padding: 0 !important;
  border: 2px solid #470377;
  background: #fff;
  color: #470377;
  font-size: 16px;
}

.loggedin img {
  max-width: 100%;
}

.loggedin::after {
  display: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:hover {
  border: 1px solid #470377;
  background: #fff;
  color: #470377;
  box-shadow: none;
}

.taglinecontact {
  color: #ffff;
  font-size: 14px;
  text-align: center;
}

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

.contactloc ul {
  list-style: none;
  padding: 0px;
}

.contactloc ul li {
  list-style: none;
  padding: 0px;
  line-height: 30px;
}

.contactloc ul li a {
  color: #000;
  opacity: .87;
  font-size: 14px;
}

.contactbox .address .mobile a {
  color: #555;
}

.contactbox .address .email a {
  color: #555;
}

.login-page {
  display: flex;
  flex-wrap: wrap;
}

.page404 a {
  display: block;
  width: 200px;
  text-align: center;
  margin: 30px auto;
}

.boxcard .form-select {
  height: 48px;
  margin-bottom: 15px;
}

.boxcard .form-control {
  height: 48px;
  margin-bottom: 15px;
}

.boxcard .btn {
  margin-top: 30px;
  width: 200px;
  height: 48px;
  text-align: center;
  border-radius: 8px;
  line-height: inherit;
}

.contratealert .buynow {
  border-radius: 8px;
  line-height: 40px;
}

.textbox__banner.left .buynow {
  border-radius: 8px;
  line-height: 40px;
}

.buysellcurrency h5 {
  font-size: 24px;
  font-weight: 600;
}

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

.buysellcurrency .mainbx {
  min-height: 144px;
}

.buysellcurrency .mainbx h5 {
  font-size: 18px;
}

.social_box-mid {
  position: fixed;
  top: 200px;
  height: 50px;
  z-index: 100;
  background: #ffffff;
  padding: 2px;
  width: 200px;
  border-radius: 25px;
  right: -150px;
  border: 1px solid #470377;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.com-social img {
  height: 44px;
  width: 44px;
}

.com-social p {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0px;
}

.com-social p span {
  color: #000000;
  font-weight: 600;
}

.social_box-mid:hover {
  right: -20px;
}

.fixed-header .topbar {
  display: none;
}

#profileModal .form-control {
  height: 48px;
}

#profileModal .form-select {
  font-size: 14px;
  height: 48px;
}

.form-control[type=file] {
  overflow: hidden;
  padding: 0px 10px;
  height: 48px;
}

.thankyou h1 {
  font-weight: 700;
}

p.thankyoutext {
  padding: 0px 30px;
  font-size: 14px;
  width: 70%;
  margin: auto;
}

#exchangebuttons a.btn {
  border-radius: 8px;
  height: 48px;
  margin-left: 0px !important;
  line-height: 48px;
  padding: 0px 30px;
  width: 100%;
  background: #ffffff !important;
  color: #460377 !important;
}

.modalclose {
  background: #F0F0F0;
  border-radius: 20px;
  padding: 0px;
}

.modalclose button {
  background-size: 10px !important;
  padding: 4px !important;
  margin: auto !important;
}

.modal-sm .success {
  color: #5D9B08;
}

.modal-sm .error {
  color: #FF0000;
}

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

.sendma li {
  margin-bottom: 30px !important;
}

.whyremitx .texttrv h2 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 30px;
}

/* .whyremitx.travel img{border-radius: 25px;} */
.sendmoneyjoin a.btn-primary {
  color: #fff;
  background-color: #470377;
  border-color: #470377;
}

.sendmoneyjoin a {
  border-radius: 8px;
  height: 48px;
  padding: 10px 40px;
  line-height: 32px;
}

.ourmanagement.network h1 {
  text-align: center;
  color: #fff;
  font-size: 30px;
}

.addresses h2 {
  font-size: 21px;
}

section.content.contact.container.apply h3 {
  font-size: 21px;
}

section.content.contact.container.apply {
  margin-top: 30px;
}

input[type=file] {
  height: 32px;
}

.boxcard .btn.buynow {
  line-height: 40px;
}

.mrg-t15 {
  margin-top: 15px;
}

.floatingbox .form-select {
  height: 48px;
  border-radius: 8px;
}

.dn {
  display: none;
}

.mobile-only {
  display: none;
}

.mrg-t30 {
  margin-top: 30px;
}

.travel-page .textbox__banner.left {
  right: 7%;
  text-align: left;
  bottom: 10%;
  width: 100%;
  top: auto;
}

.textbox__banner.left.travel.slide3 {
  bottom: 18%;
  text-align: center;
}

.textbox__banner.left.travel.slide4 {
  bottom: 22%;
  right: auto;
  left: 14%;
}

.textbox__banner.left.travel.slide5 {
  bottom: 7%;
  text-align: right;
  width: 84%;
}

.textbox__banner.left.travel.slide6 {
  bottom: 57%;
  text-align: left;
  width: 53%;
}

.textbox__banner.left.travel.slide7 {
  left: 39%;
  bottom: 0%;
  text-align: left;
  width: 84%;
}

/* Travel page starts here*/
#herobanner button.owl-next {
  right: 60px;
}

#herobanner button.owl-prev {
  left: 60px;
}

#herobanner .owl-nav {
  top: 45%;
}

#herobanner .owl-dots {
  display: none;
}

section.mobilecls-tr {
  position: relative;
}

.travelservices .mainbx.text-center {
  background: #F5F7FE;
}

.travelservices .mainbx h5 {
  font-size: 16px;
  font-weight: 600;
}

.travelservices .mainbx.text-center {
  background: #F5F7FE;
  padding: 30px 15px;
  min-height: 190px;
}

.travelservices .mobiletext-sec p {
  color: #000000;
  font-size: 14px;
  opacity: .7;
  margin-bottom: 0px;
}

.travelservices .imagebox {
  height: 60px;
  margin-bottom: 0px;
  display: flex;
  align-content: flex-end;
  justify-content: center;
  align-items: flex-end;
}

.whyremitx.travel .offers {
  margin-top: 30px;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #460376;
  border-color: #460376;
}

.travellisting .card-body {
  min-height: 240px;
}

/* Travel Page ends here */

.bg-section-main {
  padding: 0px;
  margin-top: 110px;
  position: relative;
  min-height: 550px;
}

.floating-text {
  position: absolute;
  z-index: 111;
  left: 5%;
  width: 38%;
  top: 15%;
  padding: 30px;
  border-radius: 30px;
  background: #f5f7fe;
  backdrop-filter: blur(251px);
}

#homebanner .owl-dots {
  display: block;
  position: absolute;
  left: 0px;
  z-index: 99999;
  bottom: 18%;
  left: 5%;
}

#homebanner button.owl-dot {
  background: #ffffff;
  color: inherit;
  border: 1px solid #ffffff;
  padding: 0 !important;
  font: inherit;
  height: 16px;
  width: 16px;
  margin-right: 8px;
  border-radius: 50%;
}

#homebanner button.owl-dot.active {
  background: #470377;
  border: 1px solid #470377;
}

#homebanner .owl-nav {
  display: none !important
}

div#homebanner {
  min-height: 549px;
}

/*Update Travel Page*/
.tours .owl-nav {
  position: absolute;
  top: 35%;
  right: 0px;
}

.tours .owl-nav button.owl-next {
  position: initial;
  height: 36px;
  width: 36px;
  background: none;
  box-shadow: none;
  margin-left: 10px;
  position: absolute;
  right: -20px;
}

.tours .owl-nav button.owl-prev {
  position: initial;
  height: 36px;
  width: 36px;
  background: none;
  box-shadow: none;
  position: absolute;
  left: -20px;
}

.tours .owl-nav button {
  background-color: inherit !important;
}

.tours .owl-nav button svg {
  margin-bottom: 0px;
  fill: rgba(255, 255, 255, 0.60);
  stroke-width: 1.3px;
  stroke: #470377;
  backdrop-filter: blur(5px);
  overflow: hidden;
}

.tours a.tourviewall {
  position: absolute;
  top: 20px;
  right: 10px;
  color: #470377;
  font-size: 14px;
  background-color: #ffffff;
  padding: 2px 10px;
  border-radius: 4px;
  border: 1px dashed #470377;
}

.tours a.tourviewall:hover {
  color: #ffffff;
  background-color: #470377;
  text-decoration: none;
}

.tours .card {
  border: 0px;
}

.tours .card .card-body {
  padding: 5px 0px;
}

.tours .card .card-body a,
.tours .card .card-body a:hover {
  color: #000000;
  font-size: 18px;
  opacity: 0.87;
}

.tours .card .card-body .card-title {
  font-size: 18px;
  opacity: 0.87;
  margin-top: 5px;
  color: #000000;
}

.tours .card .card-body .card-text {
  font-size: 14px;
  color: #000;
  opacity: .54;
}

.tours h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.travellisting {
  margin-top: 40px;
  margin-bottom: 60px;
}

.travellisting .card {
  border-radius: 0.25rem;
  box-shadow: 0px 4px 14px rgb(192 192 192 / 25%);
  border-radius: 20px;
  border: 0px;
  margin-bottom: 20px;
}

.travellisting .card img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  object-fit: cover;
}

.travellisting .card .card-body a,
.travellisting .card .card-body a:hover {
  color: #000000;
  opacity: .87;
}

.travellisting .card .card-body .card-title {
  font-size: 16px;
  color: #000000;
  opacity: .87;
}

.travellisting .card .card-body .package-days {
  font-size: 13px;
  color: #000000;
  opacity: .54;
}

.travellisting .card .card-body ul {
  padding: 0px;
}

.travellisting .card .card-body ul li {
  padding: 0px 8px;
  display: inline-block;
  border: 1px dashed #7f7f7f;
  font-size: 11px;
  border-radius: 20px;
  color: #000000;
  opacity: .54;
  margin-right: 5px;
}

.travellisting .card .card-body .acco__dt {
  margin-bottom: 15px;
}

.travellisting .btn {
  height: 48px;
  border-radius: 8px;
  width: 46%;
}

.travellisting a.btn.btn-outline-primary {
  line-height: 40px;
  width: 46%;
  color: #460377;
}

.travellisting a.btn.btn-outline-primary:hover {
  background-color: #460377 !important;
  color: #ffffff;
  opacity: 1;
}

.ourmanagement.breadcrumb {
  padding: 5px 0px 0px;
}

.ourmanagement.breadcrumb .breadcrumb {
  margin-bottom: 5px;
}

.ourmanagement.breadcrumb .breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.ourmanagement.breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #ffffff;
  content: var(--bs-breadcrumb-divider, ">");
}

.detailstitle {
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}

.detailstitle h2 {
  font-size: 21px;
  font-weight: 600;
}

.detailstitle ul {
  padding: 0;
}

.detailstitle ul li {
  list-style: none;
  display: inline;
  margin-right: 10px;
  font-size: 14px;
  color: #000000;
  opacity: .67;
  vertical-align: -webkit-baseline-middle;
}

#travel-carousel.owl-carousel .owl-item img {
  border-radius: 20px;
  object-fit: cover;
}

#travel-carousel .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
}

#travel-carousel button.owl-prev {
  height: 40px;
  width: 40px;
  z-index: 9;
  position: absolute;
  left: 40px;
  border-radius: 50px;
  background: rgb(255 255 255 / 64%) !important;
  box-shadow: 0px 2px 8px rgb(179 179 179 / 25%);
}

#travel-carousel button.owl-next {
  height: 40px;
  width: 40px;
  z-index: 9;
  position: absolute;
  right: 40px;
  border-radius: 50px;
  background: rgb(255 255 255 / 64%) !important;
  box-shadow: 0px 2px 8px rgb(179 179 179 / 25%);
}

#travel-carousel button.owl-prev svg {
  width: 10px;
}

#travel-carousel button.owl-next svg {
  width: 10px;
}

#travel-carousel.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  background: #ffffff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 8px;
  border: 1px solid #460376;
}

#travel-carousel.owl-carousel button.owl-dot.active {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  background: #460376;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 8px;
  border: 1px solid #460376;
}

#travel-carousel.owl-carousel .owl-dots {
  text-align: center;
}

.traveldetails .producttext h2 {
  font-size: 18px;
  font-weight: 600;
}

.traveldetails .producttext ul li {
  text-align: left;
  background-position-y: 3px;
  background-image: url(https://remitxb2c.s3.ap-south-1.amazonaws.com/1709285542636-tick_p.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 21px;
  margin-bottom: 5px;
  width: 47%;
  display: inline-block;
  vertical-align: text-top;
  font-size: 14px;
  margin-right: 18px;
}

.traveldetails .main-content {
  margin-bottom: 30px;
}

#rightsidetd {
  position: relative
}

.travelnowpaylater-p {
  background: #FDF6E7;
}

.travelnowpaylater {
  background: #7cc21c;
  height: 34px;
  padding: 0px 15px 0px 15px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 50px;
  font-weight: 500;
  line-height: 34px;
  display: inline-block;
  z-index: 9;
  margin-bottom: 0px;
  fill: rgba(255, 255, 255, 0.60);
  stroke-width: 1.3px;
  backdrop-filter: blur(5px);
  overflow: hidden;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-style: normal;
  margin-left: -5px;
}

.travelnowpaylater-trans {
  height: 34px;
  padding: 0px 15px 0px 15px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 50px;
  font-weight: 500;
  line-height: 34px;
  display: inline-block;
  z-index: 9;
  margin-bottom: 0px;
  fill: rgba(255, 255, 255, 0.60);
  stroke-width: 1.3px;
  backdrop-filter: blur(5px);
  overflow: hidden;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #179ad6;
}

.daysnight {
  margin: 10px 0px;
  font-size: 16px;
  font-weight: 600;
}

.mrg-t10 {
  margin-top: 10px;
}

.cities {
  margin: 0px 0px 15px 0px;
  font-size: 13px;
  font-weight: 400;
  color: #777777;
}

.travellisting .cities {
  min-height: 50px;
}

.cities span {
  font-weight: 600;
  color: #000000;
}

.includes-td {
  margin-bottom: 20px;
}

.includes-td span {
  font-weight: 600;
  color: #000000;
  margin-right: 15px;
  font-size: 14px;
}

.includes-td img {
  width: 60%;
}

.form-td h4 {
  font-size: 16px;
}

.form-td .form-control {
  font-size: 14px;
  margin-bottom: 15px;
  height: 48px;
  border-radius: 8px;
}

.form-td textarea.form-control {
  height: 100px;
}

.form-td .btn-primary {
  height: 48px;
  width: 100%;
  border-radius: 8px;
}

#travel_enquiry_modal .form-control {
  font-size: 14px;
  height: 50px;
  border-radius: 8px;
  border-color: #dddddd;
}

#travel_enquiry_modal textarea.form-control {
  height: 100px;
}

#travel_enquiry_modal .modal-body label {
  opacity: 1;
  margin-bottom: 5px;
}

.send-enquiry {
  width: 100%;
  height: 50px;
  border-radius: 10px !important;
}

.tours .owl-carousel .owl-item img {
  border-radius: 8px;
  margin-bottom: 0px;
}

.inclusions {
  background: rgba(124, 194, 28, 0.10);
  padding: 30px;
  border-radius: 25px;
  min-height: 260px;
}

.exclusions {
  background: rgba(233.75, 3.90, 3.90, 0.10);
  padding: 30px;
  border-radius: 25px;
  min-height: 260px;
  margin-top: 30px;
}

.inclusions h5,
.exclusions h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.inclusions ul {
  padding: 0;
  margin-bottom: 0px;
}

.inclusions ul li {
  background-image: url(https://remitxb2c.s3.ap-south-1.amazonaws.com/1689854020943-tick-td.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 21px;
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
  vertical-align: text-top;
  font-size: 14px;
  background-position-y: 3px;
}

.exclusions ul {
  padding: 0;
  margin-bottom: 0px;
}

.exclusions ul li {
  background-image: url(https://remitxb2c.s3.ap-south-1.amazonaws.com/1691134448685-cross-td.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 21px;
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
  vertical-align: text-top;
  font-size: 14px;
  background-position-y: 3px;
}

.touritinerary {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 600;
}

.tours .owl-carousel .owl-item .image-container {
  display: block;
  overflow: hidden;
  height: auto;
  width: 100%;
  border-radius: 8px;
  position: relative;
}

.tours .owl-carousel .owl-item .image-container img {
  transition: all 0.3s;
  object-fit: cover;
}

.tours .owl-carousel .owl-item .image-container img:hover {
  transform: scale(1.1);
}

.travellisting .card .image-container {
  display: block;
  overflow: hidden;
  height: auto;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.travellisting .card img {
  transition: all 0.3s;
}

.travellisting .card .image-container img:hover {
  transform: scale(1.1);
}

span.red {
  color: red;
}

.ourmanagement.breadcrumb .breadcrumb a:hover {
  text-decoration: underline;
}

.touritinerary .accordion-button {
  font-size: 14px !important;
}

/*Update Travel Page Ends*/
.contactbox .address h6 {
  text-transform: capitalize;
}


/* Multi Traveller Flow */
.box-multi-traveller {
  margin-top: 20px;
  background: #ffffff;
  border-radius: 25px;
  box-shadow: 0px 4px 14px rgb(192 192 192 / 25%);
  padding: 20px;
}

#multitraveller h4 {
  font-size: 21px;
}

.main-outer {
  margin-bottom: 30px;
}

.main-outer h5 {
  font-size: 16px;
  font-weight: 500;
}

.main-outer h5 a.trash_del {
  background: #470377;
  height: 24px;
  width: 24px;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  vertical-align: middle;
  margin-left: 10px;
}

a.addnewtraveller {
  font-size: 13px;
  border: 1px dashed #470377;
  background: #f9f0ff80;
  padding: 4px 13px;
  margin-top: 15px;
  display: inline-block;
  border-radius: 20px;
  float: right;
}

a.addnewtraveller:hover {
  color: #470377;
}

.main-outer {
  position: relative;
}

.addtravellerdetails {
  position: relative;
  margin-top: 0px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 1px 7px rgb(192 192 192 / 30%);
  padding: 20px;
  display: block;
}

.addtravellerdetails p {
  position: absolute;
  background: rgb(70 3 117 / 20%);
  padding: 12px 18px;
  left: 0px;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  width: 100%;
  bottom: -16px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.addtravellerdetails .image {
  padding: 15px 0px 40px;
  text-align: center;
  opacity: .4;
}

.addtravellerdetails .image img {
  width: 72px;
}

.addtravellerdetails:hover {
  cursor: pointer;
  color: #470377;
}

.textcurrency a.trash_del {
  background: #470377;
  height: 21px;
  width: 21px;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  vertical-align: middle;
  margin-left: 5px;
  position: absolute;
  right: 0px
}

.textcurrency {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  text-align: right;
  padding-right: 12px;
}

.pr {
  position: relative;
}

.absrate {
  position: absolute;
  top: 38px;
  right: 20px !important
}

.padding6 {
  padding: 0px 6px !important;
}

#addNewProduct {
  margin-top: 15px;
}

#addNewProduct .absrate {
  position: absolute;
  top: 10px;
  right: 20px !important
}

.edittravellerdetails {
  border: 1px dashed #dddddd;
  border-radius: 10px;
  padding: 8px;
}

.edittravellerdetails .detail span {
  display: block;
  font-size: 11px;
  color: rgb(0 0 0 / 44%);
}

.edittravellerdetails .detail span.traveler_d {
  font-size: 12px;
  color: #444444;
}

.edittravellerdetails a.trash_del {
  background: #470377;
  height: 24px;
  width: 24px;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  vertical-align: middle;
  margin-left: 10px;
}

.edittravellerdetails a.edit {
  background: #470377;
  height: 24px;
  width: 24px;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  vertical-align: middle;
  margin-left: 10px;
  position: absolute;
  right: 30px;
}

.add__product {
  font-size: 12px;
  margin-top: 10px;
  display: inline;
  border: 1px dashed;
  border-radius: 20px;
  padding: 4px 14px;
  background-color: #f9f0ff80;
}

.add__product:hover {
  color: #470377;
}

.addressbar {
  border: 1px solid #dddddd;
  padding: 15px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.addressbar .title {
  font-size: 14px;
  color: #000000;
  opacity: .87;
  margin-top: 0px;
}

.addressbar p {
  margin-bottom: 0px;
  font-size: 12px;
  opacity: .77;
}

#step-three table tr:first-child td:first-child {
  border-top-left-radius: 10px;
  border: 1px solid #dddddd
}

#step-three table tr:last-child th:last-child {
  border-top-left-radius: 10px;
}

#step-three table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

#step-three table tr:last-child th:last-child {
  border-top-left-radius: 10px;
  border: 1px solid #dddddd
}

#step-three table tr:first-child th:first-child {
  border-top-left-radius: 10px;
  border: 1px solid #dddddd
}

#step-three table tr:last-child th:last-child {
  border-bottom-left-radius: 10px;
}

#step-three table tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

#step-three table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.form-select {
  font-size: 14px;
  height: 48px;
  border-radius: 8px;
}

.form-control {
  font-size: 14px;
  height: 48px;
  border-radius: 8px;
}

.modal.show .modal-dialog {
  top: 20px;
}

#payaccordion .accordion-item:first-of-type {
  border-radius: 10px;
}

#payaccordion .accordion-item:last-of-type {
  border-radius: 10px;
}

#payaccordion .accordion h2 {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
  font-size: 21px;
  font-weight: 600;
}

#payaccordion .accordion-body tr:last-child td {
  border: 0px solid #dddddd;
}

#payaccordion table tr:first-child th:first-child {
  border: 0px solid #dddddd;
}

#payaccordion table tr:last-child td {
  border: 0px !important;
}

.payment_details_container .contactbox {
  padding: 23px;
}

/* Multi Traveller Flow Emds*/
.contactbox .address h6 {
  text-transform: capitalize;
}

div#herobanner {
  min-height: 350px;
}

.addnewtraveller svg {
  width: 14px;
  vertical-align: text-bottom;
}

.add__product svg {
  width: 12px;
  vertical-align: text-bottom;
}

/*Location Modal & ratelist starts here*/
#location_popup .modal-dialog .modal-body {
  font-size: 14px;
  padding: 40px;
}

#location_popup .modal-lg {
  width: 720px;
}

#location_popup .modal-uloci {
  padding: 0px;
  list-style: none;
}

#location_popup .modal-uloci li {
  display: inline-block;
}

#location_popup .modal-uloci li.detectlocation {
  margin-left: 10px;
}

#location_popup .modal-uloci li .form-control {
  font-size: 14px;
  height: 48px;
  border-radius: 6px;
  width: 300px;
  padding-left: 40px;
  background-image: url(https://remitxb2c.s3.ap-south-1.amazonaws.com/1694676783784-search.png);
  background-repeat: no-repeat;
  background-position: 10px;
}

#location_popup h2 {
  font-size: 24px;
}

#location_popup .modal-uloci li.detectlocation a {
  height: 48px;
  border: 1px solid #470377;
  padding: 13px;
  border-radius: 6px;
}

#location_popup .modal-uloci li.detectlocation a:hover {
  color: #470377;
}

#location_popup .modal-uloci li.detectlocation a img {
  margin-right: 8px;
}

#location_popup .citieswithicons {
  padding: 0px;
  list-style: none;
  margin-top: 20px;
}

#location_popup .citieswithicons li {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  margin-bottom: 15px;
}

#location_popup .citieswithicons li .img__box {
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 14px rgb(192 192 192 / 25%);
  border-radius: 8px;
}

.text__ads {
  background: #ffffff;
  position: absolute;
  bottom: -6px;
  width: 100%;
  text-align: center;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  color: #444444;
  font-size: 12px;
  padding: 6px 7px;
}

.text__ads.active {
  background: #0466c8;
  color: #ffffff;
}

#location_popup .citieswithicons li .img__box img {
  border-radius: 8px;
}

#location_popup h5 {
  font-size: 15px;
}

#location_popup .citieswithicons li a {
  color: inherit;
  font-size: 13px;
}

.close-stl {
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: #dddddd;
  padding: 8px;
  border-radius: 50%;
}

.cities__ratelist {
  width: 480px;
}

#ratelist .citieswithicons {
  padding: 0px;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 0px;
}

#ratelist .citieswithicons li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
}

#ratelist .citieswithicons li .img__box {
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 14px rgb(192 192 192 / 25%);
  border-radius: 8px;
}

#ratelist .citieswithicons li .img__box img {
  border-radius: 8px;
}

#ratelist tr:first-child td {
  border-width: 0 1px;
  border: 1px solid #dddddd;
  font-size: 13px;
  color: #000000;
  vertical-align: middle;
}

#ratelist tr td {
  vertical-align: middle;
  border-width: 0 1px;
  font-size: 13px;
  color: #666666;
  border: 1px solid #dddddd;
}

#ratelist .table>thead {
  vertical-align: bottom;
  background: #f7f7f7;
  font-weight: unset;
}

#ratelist .table {
  font-size: 14px;
}

#ratelist .table>thead th {
  font-weight: 500;
}

#ratelist .table input {
  margin: 0px;
  height: 40px;
  border-radius: 0px;
  font-size: 13px;
}

#ratelist .boxcard {
  padding: 30px;
  margin-bottom: 40px;
}

#ratelist .mainbox {
  margin: 40px 0px;
}

#ratelist .container.rl {
  padding: 0px;
}

.tours .daynnight {
  background: #470376;
  display: inline;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 30px;
  position: absolute;
  bottom: 3%;
  font-weight: 600;
  right: 10px;
}

.travellisting .image-container {
  position: relative;
}

.travellisting .daynnight {
  background: #470376;
  display: inline;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 30px;
  position: absolute;
  bottom: 3%;
  font-weight: 600;
  right: 10px;
}

#suggestions {
  background: #ffffff;
  position: absolute;
  z-index: 9;
  width: 300px;
  padding: 0px;
}

#location_popup .modal-uloci #suggestions li {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #f9f9f9;
  cursor: pointer;
}

#suggestions {
  background: #ffffff;
  position: absolute;
  z-index: 9;
  width: 300px;
  padding: 0px;
  max-height: 160px;
  overflow-y: scroll;
}

#location_popup .modal-uloci #suggestions li:hover {
  color: #1e2125;
  background-color: #f4e4ff;
}

/*Location Modal & ratelist ends here*/
.sdma ul {
  padding: 0px;
  list-style: none;
}

.whyremitx.travel .img-fluid {
  border-radius: 20px;
}

.travellers .traveler h5 {
  font-size: 14px;
  color: #000000 !important;
  font-weight: 400;
}

#cartbreakup table tr td .remitx-c {
  text-align: right;
}

.travellers .traveler .traveler-header {
  color: #000000;
  font-weight: 500;
  border-radius: 16px 16px 0px 0px;
  background: rgba(246, 249, 250, 0.70);
  padding: 14px 20px;
  text-transform: uppercase;
}

.travellers .traveler .traveler-header span {
  font-weight: 600;
  color: #470376;
  margin-right: 10px;
}

.travellers .traveler .traveler-footer {
  border-radius: 0px 0px 16px 16px;
  background: #FDF6E7;
  padding: 14px 20px;
}

.travellers .traveler .traveler-body {
  padding: 14px 0px
}

.travellers .traveler .traveler-body .myordertable {
  margin: 0px !important;
}

.traveler-body .table {
  margin: 0px;
}

.traveler-footer p {
  display: inline-block;
  font-size: 12px;
  color: #000000;
  margin: 0px;
  margin-right: 0px;
  cursor: pointer;
  width: 25%;
  text-overflow: ellipsis;
  vertical-align: text-top;
}

.traveler-footer p img {
  width: 14px;
}

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

.orderstatus {
  display: inline-block;
  margin-left: 15px;
}

.orderstatus.orderplaced {
  font-size: 13px;
  background: #ebffdd;
  border: 1px dashed #327a00;
  padding: 6px 12px;
  border-radius: 8px;
  color: #327a00;
}

.orderstatus.orderfailed {
  font-size: 13px;
  background: #ffdddd;
  border: 1px dashed #d90202;
  padding: 6px 12px;
  border-radius: 8px;
  color: #d90202;
}

.travellers .traveler .traveler-header .edit {
  float: right;
}

.myordertable .table tbody tr:last-child {
  border-bottom: 0px;
}

.mrg-R15 {
  margin-right: 15px !important;
}

.modal-md {
  width: 600px;
}

.fixed-rightside {
  position: sticky;
  top: 60px;
  z-index: 999;
}

.row.steps_bar {
  position: sticky;
  top: 86px;
  overflow: hidden;
  background: #ffffff;
  z-index: 999;
}

.bdr-contact {
  border: 1px solid #dddddd;
}

#payaccordion .offlinepaymentbox {
  display: block;
  min-height: auto;
}

/* #payaccordion .contactbox .address{font-size: 12;} */
#payaccordion .contactbox .address h6 {
  font-size: 14px;
}

.payment_details_container .nav-pills .nav-link {
  font-size: 14px;
  color: #460377;
  border-radius: 0px;
  padding: 16px 20px;
  text-align: left;
}

.payment_details_container .nav-pills .nav-link.active {
  font-size: 14px;
  border: 0px !important;
  color: #460377 !important;
  text-align: left;
  border-right: 2px solid #470277 !important;
  border-left: 0px !important;
  background-image: url(https://remitxb2c.s3.ap-south-1.amazonaws.com/1701845411531-purpletick.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 10px top 17px !important;
}

.payment_details_container .nav {
  width: 260px;
  border-right: 1px solid #dddddd;
  border-radius: 0px !important;
  display: flex !important;
}

.payment_details_container .contactbox .address {
  margin-bottom: 0px;
}

.uppercase {
  text-transform: uppercase;
}

.pad-t0 {
  padding-top: 0px;
}

.transction-help {
  font-size: 14px;
  color: #000000;
  opacity: .87;
}

.mrg-t15 {
  margin-top: 15px;
}

.font-12 {
  font-size: 12px !important;
}

.accordion-body .cancel_order.mrg-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.accordion-body .continue_action.mrg-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.payment_details_container .offlinepaymentbox .contactbox {
  padding: 15px 20px;
}

.modal .btn {
  min-width: 120px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #470376;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #460376;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #460376 !important;
  color: #fff;
}

.daterangepicker td.in-range {
  background-color: rgb(70 3 118 / 8%) !important;
}

.completed {
  background: #7cc21d2e;
  color: #7cc21d;
  padding: 8px 20px;
  font-size: 12px;
  border-radius: 20px;
}

.btn-outline-primary.retry {
  border-radius: 23px;
  font-size: 12px;
  padding: 5px 16px;
}

.modalclose button {
  vertical-align: text-top !important;
}

#Confirmmodal .modal-footer {
  border-top: 0px solid #f5f5f5;
  padding-top: 0px;
}

a.btn.btn-outline-primary.rightside {
  float: right;
}

.contactbox span,
.contactbox p {
  font-size: 14px;
}

.loader.text-center {
  width: 50px;
  background: #fff;
  display: inline-table;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  bottom: 0;
  left: 47%;
  right: 0;
  z-index: 9999;
}

.loadenv {
  position: relative;
  background: #000000;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  opacity: .8;
  transition: 5s 0.4s;
}

div#newrateapplied {
  z-index: 99999;
}

.payment_loading_text {
  position: absolute;
  top: 57%;
  text-align: center;
  display: block;
  width: 100%;
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #460377;
  border-color: #460377;
}

.page-link,
.page-link:hover {
  color: #460377;
}

.page-link:focus {
  box-shadow: none;
}

#myprofile h3 {
  margin-top: 40px;
  font-size: 21px;
  margin-bottom: 20px;
}

.right-img img {
  border-radius: 25px;
}

.mrg-t40 {
  margin-top: 40px;
}

.pad-l15 {
  padding-left: 15px;
}

.change_address {
  position: absolute;
  right: 25px;
  color: #460377;
  font-size: 12px;
  cursor: pointer;
  border: 1px dotted #460377;
  top: 10px;
  border-radius: 8px;
  padding: 3px 6px;
  width: auto;
}

.select_address_container .contactbox {
  min-height: 242px;
  border: 1px solid #e9e9e9;
}

.payment_delivery_address h4 {
  font-size: 16px;
  padding-left: 15px;
  margin-bottom: 15px;
  color: #460377;
}

.ordersummary-a .sendmab .btn {
  margin: 0px 0px 20px;
}

.payment_details_container .tab-content .contactbox {
  border: 0px;
  box-shadow: none;
  padding: 16px 0px;
  margin-bottom: 0px;
}

.payment_details_container .tab-content .contactbox {
  font-size: 12px;
}

.payment_details_container .contactbox span,
.contactbox p {
  font-size: 12px;
  opacity: .87;
}

.payment_details_container .contactbox .address p {
  font-size: 12px;
}

.termsandconditions {
  margin-bottom: 10px;
}

.kycdocuments {
  margin-bottom: 10px;
}

.specified_person_container {
  margin-bottom: 10px;
}

.lrs_cum_tcs_declaration_container {
  margin-bottom: 10px;
}

.other_forex_transaction {
  margin-bottom: 10px;
}

input[type=checkbox] {
  position: relative;
  border: 2px solid #0466c8;
  ;
  border-radius: 4px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.5em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: 1;
}

input[type=checkbox]:hover {
  opacity: 1;
}

input[type=checkbox]:checked {
  background-color: #0466c8;
  ;
  opacity: 1;
}

.w30 {
  width: 30px;
}

.otherfx_trans {
  max-width: 360px;
  margin-top: 5px;
  height: 44px;
  border-radius: 6px;
}

.offlinebox-container h3 {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}

.box-offline {
  margin-bottom: 5px;
}

.box-offline label {
  font-size: 13px;
  color: #777777;
}

.box-offline .name {
  font-size: 13px;
  color: #000000;
  font-weight: 500;
}

.offlinebox-container .address {
  margin-bottom: 0px;
}

.offlinepaymentbox {
  display: block;
  min-height: 260px;
}

.remitx-color {
  color: #000000;
  font-size: 9pt;
  background: #FDF6E7;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 6px;
  border: 1px solid #ffbe0040;
  margin-top: 5px;
}

.remitxdate-icon {
  background-image: url(https://remitxb2c.s3.ap-south-1.amazonaws.com//1680258855279-calendar.png);
  background-repeat: no-repeat;
  background-position: bottom 15px right 15px;
}

.loan_info_container h3 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
  margin-top: 15px;
}

.sendmab .form-control {
  border-radius: 8px !important;
  padding: 0px 10px;
}

/* .sendmab select[name="branch_id"]{appearance: auto;} */
.accordion-body tr:last-child td {
  border: 1px solid #dddddd;
}

.accordion-body .myordertable tr:last-child td {
  border: 0px solid #dddddd;
}

.mrg-b50 {
  margin-bottom: 50px;
}

.mrg-R10 {
  margin-right: 10px;
}

.modal-sm {
  width: 390px;
}

.img-order_pmt img {
  border-radius: 8px;
}

.img-order_pmt {
  box-shadow: 0px 3px 11px 2px rgb(33 47 88 / 10%);
  border-radius: 20px;
  margin-bottom: 20px;
}

p.errorClass {
  position: absolute;
  font-size: 10px;
  color: #ff0000;
}

.payment_details_container .tab-content {
  width: 100%;
}

.payment_details_container .tab-content .contactbox h6 {
  font-size: 14px !important;
}

input[name='pan_number'] {
  text-transform: uppercase;
}

input[name='pan_number']::placeholder {
  text-transform: none;
}

.uppercase {
  text-transform: uppercase;
}

.mrg-0 {
  margin: 0px;
}

#myorders .btn.reset {
  margin-top: 27px;
  margin-left: 10px;
}

.contactbox .address p {
  display: inline;
}

.select_address_container {
  padding-left: 0px !important;
}

.contactbox span,
.contactbox p {
  display: inline;
}

.select_address_container .contactbox {
  min-height: auto !important;
}

.pad-0 {
  padding: 0px !important;
}

.update_address {
  position: absolute;
  right: 25px;
  color: #460377;
  font-size: 11px;
  cursor: pointer;
  border: 1px dotted #460377;
  top: 10px;
  border-radius: 8px;
  padding: 1px 6px;
  width: auto;
  background-color: #f9f0ff80;
}

.g_id_signin div iframe {
  margin-left: -27px !important;
}

#exchangebuttons button {
  width: 100%;
  margin-left: 0;
  color: #ffffff !important
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.boxcard #sellForm.row {
  flex-direction: inherit;
}

.boxcard #buyForm.row {
  flex-direction: inherit;
}

.getstrtd a.btn {
  line-height: 40px;
  border-radius: 8px;
}

span.optional {
  font-size: 12px;
  color: #777;
}

#loadercommon .modal-dialog {
  justify-content: space-evenly;
}

#loadercommon .modal-content {
  border-radius: 50px;
  width: 50px;
}

.loader.text-center {
  width: 50px;
}

#loadercommon .loader img {
  width: 48px;
}

.getstrtd a.btn {
  line-height: 40px;
  border-radius: 8px;
}

span.optional {
  font-size: 12px;
  color: #777;
}

#wu-agent .form-select {
  height: 48px;
  border-radius: 8px;
}

#wu-agent .form-control {
  height: 48px;
  border-radius: 8px;
}

#wu-agent button#search-button {
  height: 48px;
  width: 100%;
  border-radius: 8px;
  margin-top: 20px;
}

.PinCode {
  display: inline;
}

/*----B2C----*/
#b2c_main .sendmab .smbox {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 4px 14px rgb(192 192 192 / 25%);
  padding: 15px;
  min-height: 197px;
  text-align: left;
  font-size: 14px;
  margin-bottom: 20px;
}

#b2c_main .sendmab h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
}

#b2c_main .sendmab .smbox p.title {
  color: #000000;
  opacity: 0.77;
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
}

#b2c_main .sendmab .smbox p.desc {
  color: #000000;
  opacity: 0.54;
  font-size: 12px;
  font-weight: 400;
  margin: 0px;
}

#b2c_main .sendmab .smbox:hover {
  background: #F4EAFC;
}

#b2c_main .sendmab .smbox .sprite {
  background-image: url(https://remitxb2c.s3.ap-south-1.amazonaws.com/1704707861480-sprite-dashboard.png);
  width: 32px;
  height: 34px;
  line-height: 75px;
  border-right: 0px solid #ddd;
  margin-top: 10px;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
}

#b2c_main .sendmab .smbox .sprite.university {
  background-position: -2px 2px
}

#b2c_main .sendmab .smbox .sprite.livingexp {
  background-position: -72px -4px;
}

#b2c_main .sendmab .smbox .sprite.gic_certificate {
  background-position: -43px 0px
}

#b2c_main .sendmab .smbox .sprite.medicaltreatment {
  background-position: -81px 2px
}

#b2c_main .sendmab .smbox .sprite.emigration {
  background-position: -119px -1px
}

#b2c_main .sendmab .smbox .sprite.visa {
  background-position: -159px 0px
}

#b2c_main .sendmab .smbox .sprite.privatevisit {
  background-position: -231px 4px
}

#b2c_main .sendmab .smbox .sprite.examinationfees {
  background-position: 109px -1px
}

/* #b2c_main .sendmab .smbox .sprite.blockedaccount{ background-position: -64px -66px; }  */
#b2c_main .sendmab .smbox .sprite.buycard {
  background-position: -46px -39px
}

#b2c_main .sendmab .smbox .sprite.reload {
  background-position: -86px -43px
}

#b2c_main .sendmab .smbox .sprite.surrender {
  background-position: -125px -38px
}

#b2c_main .sendmab .smbox .sprite.buy {
  background-position: 35px -1px
}

#b2c_main .sendmab .smbox .sprite.sell {
  background-position: -6px -44px
}

.selectstep {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px;
}

.selectstep a {
  background: #F1F1F1;
  width: 24px;
  height: 24px;
  display: inline-block;
  padding: 0px;
  border-radius: 50px;
  text-align: center;
  margin-left: 10px;
  line-height: 21px;
}

.step {
  color: #E5CAF9;
  border-bottom: 5px solid #E5CAF9;
  margin-bottom: 30px;
}

.step.active {
  color: #460377;
  border-bottom: 5px solid #460377;
}

.step span {
  font-size: 24px;
}

.sendmab label {
  font-size: 14px;
}

.sendmab .form-select {
  font-size: 14px;
  height: 48px;
  border-radius: 8px;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left !important;
}

.sendmab .btn {
  height: 48px;
  border-radius: 8px;
  margin: 20px 0px;
  padding: 10px 40px;
  font-size: 14px;
  line-height: 26px;
}

.selectstep.Amount {
  font-size: 24px;
  font-weight: 700;
  color: #460377;
}

.cart-box {
  border: 1px solid #460377;
  border-radius: 25px;
  padding: 15px 15px;
  margin-bottom: 30px !important;
}

.cart-box .table th {
  font-size: 13px;
  font-weight: 400;
  border: 0px;
  padding: 10px 15px;
}

.cart-box .table td {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  border-color: #dddddd;
  padding: 10px 15px 10px;
  opacity: .77;
}

span.orderidtext {
  text-align: right;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.cart-box table td,
.cart-box table th {
  border: 0px;
  border-bottom: 1px solid #dddddd !important;
}

.box-offer textarea {
  border: 1px dashed #dddddd;
  border-radius: 10px;
  height: 200px;
  display: block;
  width: 100%;
}

.box-offer {
  padding: 5px 30px;
}

.sendmab .form-label {
  color: #000000;
  font-size: 14px;
  opacity: 0.67;
  margin-bottom: 5px;
}

.cart-box table td {
  border: 0px;
}

.cart-box table {
  border: 1px solid #dddddd;
}

.cart-box .black {
  color: #000 !important;
  font-size: 14px !important;
  opacity: .77;
  font-weight: 400 !important;
  border: 0px !important;
  padding-bottom: 0px !important;
}

.cart-box .remitx-c {
  font-size: 14px;
  font-weight: 400;
  color: #460377;
  border: 0px !important;
  text-align: right;
  padding-bottom: 0px !important;
}

.selectstep a svg {
  width: 10px;
}

.input-group .btn {
  margin: 0px;
}

.input-group .btn {
  margin: 0px;
  width: auto;
  padding: 10px 20px;
  height: 48px;
  color: #fff;
  border: 1px solid #0466c8;
  background-color: #0466c8;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.input-group .form-control {
  border-top-right-radius: 0px !important;
  border-end-end-radius: 0px !important;
}

.input-group .btn:hover {
  background-color: #0466c8;
  color: #ffffff;
}

.cart-applybox {
  padding: 10px 20px;
}

.buttontext p {
  font-size: 13px;
}

.buttontext {
  padding: 0px 20px
}

.cart-box .btn {
  height: 48px;
  border-radius: 8px;
  padding: 10px 30px;
  font-size: 14px;
}

.buttontext .btn {
  height: 48px;
  border-radius: 8px;
  padding: 10px 24px;
  font-size: 14px;
}

.green-light {
  background: #E9FEE8;
  width: 100%;
  padding: 24px;
  margin-top: 30px;
  border-radius: 25px;
}

.yellow-light {
  background: #FDF6E7;
  width: 100%;
  padding: 24px;
  margin-top: 20px;
  border-radius: 25px;
  margin-bottom: 30px;
}

[role="progressbar"] {
  --percentage: var(--value);
  --primary: #470377;
  --secondary: #C9CCD1;
  --size: 120px;
  animation: progress 2s 0.5s forwards;
  width: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

[role="progressbar"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);
  mask: radial-gradient(white 55%, transparent 0);
  mask-mode: alpha;
  -webkit-mask: radial-gradient(#0000 55%, #000 0);
  -webkit-mask-mode: alpha;
}

[role="progressbar"]::after {
  counter-reset: percentage var(--value);
  content: counter(percentage) '%';
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--primary);
}

/* demo */
.yellow-light h3 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  opacity: .87;
}

.yellow-light P {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  opacity: .87;
}

.yellow-light ul {
  list-style: none;
  padding: 0px;
}

.yellow-light ul li {
  background-image: url(../../remitx-images/b-tick.png);
  background-repeat: no-repeat;
  padding-left: 30px;
  line-height: 19px;
  margin-bottom: 10px;
  font-size: 14px;
}

.cart-applybox .form-control {
  font-size: 14px;
  height: 48px;
  border-radius: 8px;
}

.rightside {
  padding-left: 30px;
}

.green-light p {
  font-size: 14px;
}

.payment_details_container .align-items-start {
  margin-bottom: 20px;
  align-items: flex-start !important;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 3px 11px 2px rgb(33 47 88 / 5%);
  border-radius: 8px;
}

div#paymentpage a.nav-link {
  border: 1px solid #ddd;
  width: 260px;
  border-radius: 0px;
  font-size: 14px;
  padding: 25px 15px;
  background: #fff;
  color: #000000;
  opacity: .87;
  border-left: 5px solid transparent;
}

#paymentpage .tab-content {
  padding: 30px 30px 30px 15px;
  width: 100%;
}

#paymentpage h4 {
  font-size: 16px;
  margin-bottom: 20px;
}

#paymentpage .btn {
  height: 48px;
  padding: 10px 30px;
  border-radius: 6px !important;
}

div#paymentpage a.nav-link img {
  margin-right: 10px;
}

#paymentpage .sprite {
  background-image: url(../../remitx-images/sprite-b2c.png);
  width: 28px;
  height: 28px;
  line-height: 36px;
  border-right: 0px solid #ddd;
  margin-top: 10px;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
}

#paymentpage .sprite.university {
  background-position: -4px -164px;
}

div#paymentpage {
  margin-top: 30px;
  margin-bottom: 60px;
}

div#paymentpage h3 {
  font-size: 18px;
}

.nav-pills .nav-link.active {
  color: #fff;
  background-color: #0d6efd;
  border: 1px solid #460377 !important;
  background: #F7ECFF !important;
}

.hide {
  display: none !important;
}

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

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

.form-select {
  font-size: 14px;
}

.form-label {
  font-size: 14px;
}

.postlogin .form-control {
  height: 48px !important;
  border-radius: 8px;
  font-size: 14px;
}

.postlogin .form-select {
  height: 48px;
  border-radius: 8px;
  font-size: 14px;
}

.postlogin .note {
  font-size: 13px;
  color: #460377;
  font-weight: 600;
}

.postlogin .btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 6px;
}

.postlogin .modal-header {
  padding: 26px 30px 15px 30px;
}

.postlogin .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}

.postlogin .modal-sm {
  max-width: 480px
}

.postlogin .modal-md {
  max-width: 600px;
}

.remittance-details .heading {
  font-size: 14px;
  color: #000;
  opacity: .54;
  font-weight: 400;
}

.remittance-details {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.remittance-details .heading-data {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  opacity: .87;
}

.postlogin .btn {
  font-size: 14px;
  padding: 9px 30px;
  border-radius: 6px;
  height: 48px;
  line-height: 19px;
}

.mrg-R15 {
  margin-right: 15px !important;
}

.mrg-R20 {
  margin-right: 20px;
}

[type="file"]::-webkit-file-upload-button {
  background: #470277;
  border: 2px solid #470277;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  outline: none;
  height: 58px;
  text-transform: uppercase;
  transition: all 1s ease;
}

.student_details_container .address {
  margin: 0px 0px;
  font-size: 14px;
}

#collapseRemitterDetails .name_as_per_pan {
  width: 72%;
}

#addRelationshipModal .name_as_per_pan {
  width: 72%;
}

.cart-box table {
  border: 1px solid #dddddd;
  border-radius: 10px !important;
  border-collapse: initial !important;
}

.noborder {
  border-bottom: 0px !important;
}

span.travelername {
  color: #470377;
  opacity: 1;
  font-size: 14px;
  font-weight: 500;
}

td.middleline {
  text-decoration: line-through;
}

#travel-carousel.owl-carousel .owl-dots.disabled,
#travel-carousel.owl-carousel .owl-nav.disabled {
  display: block !important;
}

#progressBar {
  width: 100%;
  margin: 10px auto;
  height: 32px;
  background-color: #470377;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

#progressBar div {
  height: 100%;
  text-align: center;
  width: 0;
  background-color: #AA4CEC;
  box-sizing: border-box;
  border-radius: 8px;
}

p.time {
  text-align: center;
  position: absolute;
  top: 5px;
  left: 20%;
  color: #ffffff;
  font-size: 14px;
}

#timer {
  font-weight: 600;
}

.totalbill {
  border-bottom: 1px dashed #dddddd;
  margin-bottom: 15px;
}

.totalbill ul {
  list-style: none;
  padding: 0px;
}

.totalbill ul li {
  font-size: 14px;
  margin-top: 5px;
}

.cart-box.right {
  padding: 24px;
  padding-bottom: 8px;
}

.cart-box.right h5 {
  font-size: 16px;
  margin-bottom: 20px;
}

.nobold {
  display: inline-block;
  width: 58%;
  opacity: .87;
}

.bold {
  display: inline-block;
  width: 40%;
  text-align: right;
  font-weight: 500;
  opacity: .87;
}

.totalbill:last-child {
  border: 0px;
  margin: 0px !important;
}

.sendmab #multitraveller .form-label {
  font-size: 13px;
}

.sendmab #multitraveller .form-select {
  font-size: 13px;
}

.sendmab #multitraveller .form-control {
  font-size: 13px;
}

#payaccordion .cart-box {
  border: 0px solid #460377;
  border-radius: 10px;
  padding: 0px;
  margin-bottom: 5px !important;
}

.thankyou.failed.text-center {
  margin-top: 30px;
}

.payment_details_container .cart-box .table td {
  opacity: 1
}

a.addhomeaddress {
  font-size: 13px;
  margin-top: 20px;
  display: block;
  border: 1px dashed #460377;
  border-radius: 20px;
  padding: 4px 14px;
  display: inline-block;
  background-color: #f9f0ff80;
}

a.addhomeaddress:hover {
  color: #460377;
}

.yellow-right-panel {
  background: #FDF6E7;
  width: 100%;
  padding: 30px;
  margin-top: 40px;
  border-radius: 25px;
  margin-bottom: 30px;
}

.yellow-right-panel h3 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  opacity: .87;
}

.yellow-right-panel P {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  opacity: .87;
}

.yellow-right-panel ul {
  list-style: none;
  padding: 0px;
  font-size: 14px;
}

.yellow-right-panel ul li {
  background-image: url(../../remitx-images/b-tick.png);
  background-repeat: no-repeat;
  padding-left: 30px;
  line-height: 19px;
  margin-bottom: 10px;
  font-size: 14px;
}

.yellow-right-panel ul li b,
strong,
.yellow-right-panel b,
strong,
.yellow-light b,
strong {
  font-weight: 600 !important;
}

.documents_container {
  margin-top: 20px;
}

.green-right-panel {
  background: rgba(124, 194, 28, 0.06);
  border: 1px solid #7CC21C;
  border-radius: 25px;
  width: 100%;
  margin-top: 40px;
  border-radius: 25px;
  margin-bottom: 30px;
}

.green-right-panel h3 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  opacity: .87;
  text-align: center;
  margin-bottom: 0px;
}

.green-right-panel P {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  opacity: .87;
}

.green-right-panel h3 {
  font-size: 16px;
}

.green-right-panel h3 .remitx-way {
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
}

.green-heading {
  padding: 24px;
  padding-bottom: 10px;
}

.space-box {
  border-top: 1px dashed #7CC21C;
  padding: 24px;
}

.space-box p {
  font-size: 14px;
  font-weight: 500;
}

.space-box ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}

.space-box ul li {
  padding-left: 65px;
  line-height: 19px;
  margin-bottom: 20px;
  font-size: 14px;
  min-height: 48px;
}

.space-box ul li.addmoney {
  background-image: url(../../remitx-images/fx-addimage.png);
  background-repeat: no-repeat;
}

.space-box ul li.sellcurrency-i {
  background-image: url(../../remitx-images/fx-sell.png);
  background-repeat: no-repeat;
}

.space-box ul li.fx-form {
  background-image: url(../../remitx-images/fx-forms.png);
  background-repeat: no-repeat;
}

.space-box ul li.fx-payment {
  background-image: url(../../remitx-images/fx-wallet.png);
  background-repeat: no-repeat;
  margin-bottom: 0px;
}

.space-box ul li h5 {
  font-size: 16px;
  font-weight: 500;
  opacity: .87;
}

.space-box ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  opacity: .67;
  margin-bottom: 0px;
}

/*orders page css*/
#myorders h3 {
  font-size: 21px;
  margin-bottom: 20px;
}

#myorders {
  margin-top: 40px;
}

#myorders .btn.filter {
  height: 48px;
  margin-top: 27px;
}

.myordertable {
  margin-top: 20px;
}

#myorders .myordertable table {
  border: 1px solid #E9E9E9
}

#myorders th,
thead {
  font-size: 13px;
  font-weight: 500;
  padding: 20px !important;
}

#myorders tr td {
  font-size: 13px;
  font-weight: 400;
  padding: 20px !important;
  color: #666666;
}

#myorders tr th {
  background-color: #f9f9f9;
}

#myorders tr td .time {
  font-size: 12px;
  font-weight: 400;
  color: #999;
}

/* .table>:not(caption)>*>* {
  border-bottom: 1px solid #ddd !important;
} */
.myordertable .table tr th {
  border-bottom: 0px !important;
}

.myordertable .table tr {
  border-bottom: 1px solid #E9E9E9;
}

.inprogress {
  background: #e5ecfd;
  color: #003DDB;
  padding: 6px 15px;
  font-size: 12px;
  border-radius: 20px;
}

.cancelled {
  background: #e5e5e5;
  color: #383838;
  padding: 6px 15px;
  font-size: 12px;
  border-radius: 20px;
}

.expired {
  background: #ffe5e5;
  color: #E71D1D;
  padding: 6px 15px;
  font-size: 12px;
  border-radius: 20px;
}

.btn-secondary {
  color: #460377;
  background-color: #ffff;
  border-color: #460377;
}

.btn {
  font-size: 14px;
}

.bg-tp-main {
  padding: 0px;
  margin-top: 115px;
  position: relative;
}

.delivery_details_container .selectaddress .button {
  float: left;
  margin: 0 15px 0 0;
  width: 150px;
  height: 50px;
  position: relative;
  text-align: center;
  border: 1px dashed #460377;
  border-radius: 8px;
  color: #460377;
}

.delivery_details_container .selectaddress .button label,
.selectaddress .button input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.delivery_details_container .selectaddress .button input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

.delivery_details_container .selectaddress .button input[type="radio"]:checked+label {
  background: #460377;
  margin: 0;
  border-radius: 8px;
  border: 0px;
  height: 50px;
  opacity: 1;
  color: #ffffff;
}

.delivery_details_container .selectaddress .button label {
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
  margin: 0px;
  padding: 10px 20px;
  height: 50px;
  color: #460377;
}

span.currency-rate {
  font-size: 12px;
  position: absolute;
  right: 0;
  background: #480377;
  padding: 2px 10px;
  border-radius: 36px;
  margin-top: 5px;
  color: #fff;
}

.ordersummary-a h2 {
  margin-bottom: 0px !important;
}

.ordersummary-a .accordion-item .accordion-header {
  margin-top: 0px !important;
  margin-bottom: 0px;
}

.ordersummary-a .accordion-item .accordion-body {
  padding-top: 0px;
}

.ordersummary-a .accordion-item table tr th {
  font-weight: 400;
  border-color: #dddddd;
  /* border-bottom: 1px solid #dddddd !important; */
}

.myordertable table tr td {
  opacity: 1;
}

.remitx-c {
  color: #460377;
  text-align: right;
}

#cartbreakup table tr td {
  border-bottom: 0px !important;
  font-size: 14px;
  padding: 6px 0px
}

.myordertable .table tr th {
  padding: 12px 12px;
}

.myordertable .table tr td {
  padding: 12px 12px;
}

.order_summary {
  cursor: pointer;
  padding: 6px 16px;
  font-size: 12px;
  border-radius: 20px;
}

.modal.show .modal-dialog .modal-body {
  font-size: 14px;
  padding-top: 0px;
}

.ordersummary-page h5 {
  font-size: 18px;
  font-weight: 500;
}

.ordersummary-page h6 {
  font-size: 16px;
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #460377;
  margin-bottom: 20px;
}

tr:last-child td {
  border: 0px;
}

.btn-outline-primary:hover svg path {
  fill: #ffffff;
  stroke: #ffffff;
}

.ordersummary-page .mainbx {
  text-align: left;
  padding: 20px;
  margin-top: 0px;
  border-radius: 16px;
}

.ordersummary-page {
  min-height: 768px;
}

.d-bl {
  display: block;
}

.dbl-select {
  display: inline-block;
  width: 70px;
  height: 52px !important;
  padding: 10px 30px 10px 10px;
}

.dbl {
  display: inline-block;
  width: auto;
}

.mrg-B30 {
  margin-bottom: 30px;
}

.mrg-B20 {
  margin-bottom: 20px !important;
}

#declarationModal .modal-header {
  padding-bottom: 0px;
  padding: 20px 30px 20px;
  border-bottom: 1px dashed #dddddd;
}

#declarationModal .modal-body {
  padding: 20px 30px;
  padding-bottom: 0px;
}

#declarationModal .modal-footer {
  border: 0px;
}

#declarationModal input::placeholder {
  font-size: 9pt;
}

input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 6px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -2px 1px -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.username-decl {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
}

#declarationModal table {
  margin-bottom: 0px;
}

#declarationModal tr:last-child td {
  border-width: 0 1px !important;
  border: 1px solid #dddddd;
  vertical-align: middle;
}

#declarationModal td {
  font-size: 13px;
}

#declarationModal th {
  font-weight: 500;
  font-size: 13px;
}

p.note {
  color: #000000 !important;
  font-weight: 400 !important;
  font-size: 9pt;
  background: #FDF6E7;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #ffbe0040;
}

.postdetails {
  margin-bottom: 50px;
}

.postdetails img {
  margin-bottom: 30px;
  border-radius: 25px;
}

.postdetails h2 {
  font-size: 24px;
}

.postdetails h4 {
  font-size: 18px;
}

.postdetails h5 {
  font-size: 18px;
}

.postdetails ul {
  padding: 15px;
}

.postdetails ul li {
  font-size: 14px;
}

.postdetails .author {
  margin-bottom: 20px;
  display: block;
}

.whywork img {
  margin-bottom: 16px;
  height: 340px;
}

.newsbox {
  width: 100%;
}

.step .steps {
  font-size: 14px;
}

.mrg-t25 {
  margin-top: 25px;
}

#orderIncompleteModal .modal-header {
  padding: 1.5rem;
}

#orderIncompleteModal .modal-body {
  padding: 0px 1.5rem 1.5rem 1.5rem;
}

#orderIncompleteModal .modal-body p {
  margin-bottom: 30px;
}

.modal .btn {
  border-radius: 6px;
  padding: 10px 15px;
}

.modal.show .modal-dialog {
  transform: none;
  margin: auto
}

#addRelationshipModal .note {
  color: #000000 !important;
  font-weight: 400 !important;
  font-size: 9pt;
  background: #FDF6E7;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #ffbe0040;
}

.modal .modal-body label {
  opacity: .67;
}

#b2c_main {
  display: flow-root;
  padding-bottom: 40px;
}

.img-payment {
  padding-left: 15px;
}

.img-payment img {
  border-radius: 8px;
}

.self_pickup_container {
  padding-left: 15px;
}

.select_address_container {
  padding-left: 15px;
}

.accordion-body p.note {
  color: #000000 !important;
  font-weight: 400 !important;
  font-size: 9pt;
  background: #FDF6E7;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #ffbe0040;
}

#mylistorder {
  position: relative;
}

#mylistorder a.btn.btn-outline-primary.rightside {
  position: absolute;
  right: 15px;
  top: -95px;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%);
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%);
}

.timer-remitx {
  background: #ffffff;
  padding: 40px 0px 10px 0px;
  z-index: 99;
}

div#customConfirmModal .modal-body {
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
}

div#customConfirmModal .modal-footer {
  border: 0px;
}

p.CPName,
p.CPEmailID,
p.CPMobileNo {
  font-weight: 500;
}

.ps {
  position: relative;
}

span.green {
  font-size: 12px;
  text-align: right;
  position: absolute;
  right: 0;
  color: #1CC25E;
}

span.red {
  font-size: 12px;
  text-align: right;
  position: absolute;
  right: 0;
  color: #D61F10;
}

.travel-eform span.red {
  font-size: 12px;
  text-align: right;
  position: relative;
  right: 0;
  color: #D61F10;
}

.panvalid {
  background-image: url(https://remitxb2c.s3.ap-south-1.amazonaws.com/1703056919703-verified.png);
  background-repeat: no-repeat;
  background-position: right 12px top 15px;
}

.paninvalid {
  background-image: url(https://remitxb2c.s3.ap-south-1.amazonaws.com/1703056919704-invalid.png);
  background-repeat: no-repeat;
  background-position: right 12px top 15px;
}

.remitx-color ul {
  padding-left: 15px;
}

/*Travel Phase 2 starts here*/
.owl-carousel .user-details {
  display: flex;
  align-items: center;
}

.user-details .test-img img {
  border-radius: 50px;
}

.user-details .test-img img {
  border-radius: 50px;
}

.test-text {
  margin-left: 12px;
}

/*Travel Phase 2 ends here*/
/*Overseas Education loan*/
.col-md-12.container.boxcard.loan h3 {
  font-size: 24px;
  opacity: .87;
}

.col-md-12.container.boxcard.loan p {
  font-size: 14px;
  opacity: .67;
}

.col-md-12.container.boxcard.loan {
  margin-bottom: 60px;
}

/* .dropdown-menu li {
  position: relative;
  }
  .dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 10px;
  }
  .dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
  }
  .dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
  }
  .dropdown-menu .dropdown-submenu{background-color:#ffffff; list-style: none; padding: 0px; box-shadow: 0px 2px 9px rgb(192 192 192 / 25%);border-radius: 8px;}
/*Overseas Education loan ends  here*/
/*---b2c_main---*/
#b2c_main .nav {
  overflow: hidden;
  border: 0px;
  box-shadow: 0px 4px 14px rgb(192 192 192 / 25%);
  display: -webkit-inline-box;
  border-radius: 50px;
}

#b2c_main nav {
  text-align: center;
}

#b2c_main .nav-tabs .nav-link {
  border: 0px;
  font-size: 16px;
  font-weight: 600;
  padding: 24px 36px;
  color: #000000;
  opacity: .87;
  border-right: 1px solid #0466c8;
  border-radius: 0;
  text-transform: capitalize;
}





#b2c_main .desktop-dashboard .nav-tabs .nav-link {
  text-transform: uppercase;
}

#b2c_main .nav-tabs .nav-link:last-child {
  border: 0px;
}

#b2c_main .nav-tabs .nav-link.active {
  background-color: #0466c8;
  color: #fff;

}

.round-bg {
  background: #0466c8;
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 10px;
}

#b2c_main .sendmab .smbox:hover .round-bg {
  background: #0466c8;
}

.welcome-dashboard {
  /* margin-bottom: 40px; */
}

#b2c_main .sendmab .welcome-dashboard h2 {
  font-size: 25px;
  margin-bottom: 8px;
  color: #000000;
  opacity: .87;
  margin-top: 5px;
}

#b2c_main .sendmab .welcome-dashboard p {
  font-size: 17px;
  color: #000000;
  opacity: .67;
}

.mobile-dashboard {
  display: none;
}

.desktop-dashboard {
  display: block;
}

.dashboard-row {
  margin-top: 30px;
}

.mobile-dashboard h2 {
  text-transform: uppercase;
}

/*---b2c_main Ends here---*/
.dropdown-menu .dropdown-submenu {
  background-color: #ffffff;
  list-style: none;
  padding: 0px;
  border-radius: 8px;
}

.dropdown-menu .dropdown-submenu {
  list-style: none;
  padding: 0px;
  position: relative;
}

.mrg-lr5 {
  position: absolute;
  left: 13px;
  top: 3px;
}

.dropdown-menu .dropdown-submenu li a.dropdown-item {
  padding: 5px 15px 5px 43px;
}

.searchbar {
  background-image: url(https://remitxb2c.s3.ap-south-1.amazonaws.com/1705660262594-search.png);
  background-repeat: no-repeat;
  padding: 10px 40px;
  font-size: 14px;
  background-position: 10px;
  opacity: 0.7;
  border: 2px solid #460377;
}

.travellisting.list .card-body {
  min-height: auto;
}

.travellisting.list .card-body p {
  margin-bottom: 0px;
}

.travellisting.list h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.traveldetails .mainbx {
  padding: 24px;
}

.traveldetails .mainbx.fixed-top {
  position: sticky;
  top: 100px;
  right: 0;
  left: 0;
  z-index: 9;
  margin-bottom: 40px;
}

.traveldetails .call {
  display: inline-block;
  font-size: 15px;
}

.traveldetails .call a:hover {
  color: #460377;
}

.traveldetails .pdf {
  display: inline-block;
  float: right;
  margin: 0px;
}

.traveldetails .pdf a {
  background: #EDE6F1;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 12px;
  border: 1px solid #470377;
  font-weight: 500;
}

.traveldetails .pdf a:hover {
  color: #470377;
}

.traveldetails .share {
  display: inline-block;
  margin-right: 8px;
  float: right;
}

.traveldetails .share a {
  background: #EDE6F1;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 12px;
  border: 1px solid #470377;
  font-weight: 500;
}

.traveldetails .share a:hover {
  color: #470377;
}

.traveldetails .form-check-label {
  position: relative;
}

/* span.blue-w { background: #008ad9; border-radius: 4px; padding: 0px 6px; font-size: 10px; color: #fff; display: inline-block; right: 18px; line-height: 15px; text-transform: uppercase; font-weight: 600; margin-left: 5px; } */
/*Overseas Education loan ends  here*/

#SearchBar .input-group .btn {
  color: #ffffff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.traveldetails .accordion .accordion-item {
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid #EBEEF5;
  box-shadow: 0px 5px 15px rgb(33 47 88 / 5%);
  border-radius: 16px;
}

.traveldetails .accordion .accordion-button {
  font-size: 14px;
}

.traveldetails .accordion .accordion-button span.remitx-color {
  background-color: #470377;
  padding: 10px 15px;
  margin-top: 0px;
  color: #ffffff;
  margin-bottom: 0px;
  margin-right: 14px;
  border-radius: 8px;
}

.traveldetails .accordion .accordion-body {
  font-size: 14px;
  padding: 0px 15px 15px;
}

.travellisting .card-body span.optional {
  font-size: 10px;
  position: absolute;
  background: #0089d9;
  color: #ffffff;
  padding: 1px 7px;
  border-radius: 10px;
  left: -6px;
  top: -6px;
}

.traveldetails span.optional {
  font-size: 10px;
  position: absolute;
  background: #0089d9;
  color: #ffffff;
  padding: 1px 7px;
  border-radius: 10px;
  left: -6px;
  top: -6px;
}

a:hover {
  color: #460377;
}

.filter_tour {
  position: absolute;
  top: 0px;
  right: 15px;
  width: 160px;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  border-radius: 8px;
  overflow: scroll;
  height: 260px;
}

.ui-widget-content a {
  color: #333333;
  display: flex;
  font-size: 12px;
}

.ui-menu .ui-menu-item-wrapper a img {
  border-radius: 8px;
  margin-right: 5px;
}

#searchbox_box {
  display: flex;
}

#searchbox_box .image img {
  margin-right: 8px;
  border-radius: 8px;
}

#searchbox_box .details p {
  margin: 0px;
}

#searchbox_box span.package_name {
  font-weight: 600;
}

.textbox__banner.getstrtd.overseas-edu-text {
  width: 50%;
  right: 0%;
  left: auto;
  text-align: left;
  background: #460377;
  padding: 30px;
  border-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.overseas-edu-text h3 {
  color: #ffffff;
  font-size: 30px;
}

.overseas-edu-text p {
  color: #ffffff;
}

.overseas-edu-text .btn {
  background-color: #ffffff;
  color: #460377;
  margin-top: 0px;
}

.textbox__banner.getstrtd.overseas-edu-text svg path {
  stroke: #460377;
}

.box-edu {
  position: relative;
}

.box-edu .cap-edu {
  position: absolute;
  top: -53%;
  left: -12%;
}

.box-edu h3 img.loan-cap {
  width: 72px;
  float: right;
}

.vietnam-sps {
  position: fixed;
  bottom: 30px;
  right: 10px;
}

.contactform span.red {
  position: relative;
}

.vietnam-logo {
  margin-left: 12px;
}

div#SearchBar {
  margin-top: 40px;
}

.testmonialbox ul {
  padding: 0px;
  list-style: none;
}

.testmonialbox ul li {
  display: inline-block;
  margin: 0px;
}

.mrg-B30 {
  margin-bottom: 30px;
}

.highlights-trav {
  border-radius: 16px;
  border-color: #460377 !important;
}

.highlights-trav .card-header {
  border-bottom: 1px solid #460377;
  color: #460377;
  background: transparent;
  font-weight: 500;
}

.card-body.producttext ul {
  padding: 10px 10px;
  list-style: none;
  margin-top: 0px;
}

#sellForm label {
  font-size: 14px;
}

#buyForm label {
  font-size: 14px;
}

#wu-agent label {
  font-size: 14px;
  margin-bottom: 5px;
}

.tnc_ratelist {
  margin-bottom: 30px;
}

.tnc_ratelist h6 {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
}

.tnc_ratelist p {
  font-size: 13px;
  margin: 0px;
  color: #000000;
  opacity: .67;
}

.contains {
  width: 58%;
  display: flex;
  justify-content: space-between;
}

.createnewaccountbtn {
  display: block;
}

.fintiba {
  background: rgb(19, 132, 152);
  background: linear-gradient(90deg, rgba(19, 132, 152, 1) 34%, rgba(127, 36, 130, 1) 99%);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 48%;
  border-radius: 8px;
  padding: 15px;
}

.icici-bank {
  background: rgb(226, 134, 60);
  background: linear-gradient(90deg, rgba(226, 134, 60, 1) 0%, rgba(163, 56, 54, 1) 100%);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 48%;
  border-radius: 8px;
  padding: 15px;
}

.contains h6 {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.contains p {
  font-size: 12px !important;
  color: #ffffff;
  margin-bottom: 10px;
  height: 75px;
}

.contains .fintiba a {
  font-size: 12px;
  background-color: #ffffff;
  padding: 3px 8px;
  font-weight: 500;
  color: #188198;
  border-radius: 4px;
}

.contains .icici-bank a {
  font-size: 12px;
  ;
  background-color: #ffffff;
  padding: 3px 8px;
  font-weight: 500;
  color: #BF5B39;
  border-radius: 4px;
}

.headerWebsitespage {
  background: linear-gradient(90deg, #0006 0%, #0006 100%), url(/remitx-images/login-bg.webp) no-repeat;
  background-size: cover;
  min-height: 100vh;
  height: auto;
}

.leftdemoMainitems .brandLogobar {
  width: 314px;
  display: block;
  background: #fff;
  padding: 21px 50px 10px 22px;
  clip-path: polygon(0 0, 100% 0%, 89% 100%, 0% 100%);
  margin-left: -30px;
  /* margin-top: 5px; */
}

.leftdemoMainitems .brandLogobar img {
  width: 100%;
}

.textheadercontents h2 {
  font-size: 74px;
  font-weight: 700;
  color: #fff;
}

.textheadercontents p {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
}

.textheadercontents p span {
  height: 20px;
  width: 3px;
  display: inline-block;
  background: #fff;
  margin: 0px 20px;
}

/* .common_inputField .input_textFild{
    width: 100%;
    height: 48px;
    padding: 14px 20px 14px 2px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #3f3f3f;
    font-weight: 400;
    color: #1a1a1a;
    outline: none;
    font-size: 16px;
  } */
.common_inputField .input_textFild {
  width: 100%;
  height: 48px;
  padding: 14px 20px 14px 12px;
  border-radius: 10px;
  /* border: none; */
  /* border-bottom: 1px solid #3f3f3f; */
  font-weight: 400;
  color: #1a1a1a;
  outline: none;
  font-size: 16px;
}

.common_inputField .input_textFild:focus {
  border-color: #0466c8;
}

.common_inputField .toggle-eye-password {
  /* content: "\eb51"; */
  /* font-family: "boxicons"; */
  position: absolute;
  right: 24px;
  top: 0.5rem;
  margin: auto;
  font-size: 22px;
  color: #656566;
  /* background-origin: content-box; */
  /* align-content: center; */
}

.common_inputField .eye-open {
  position: absolute;
  right: 24px;
  top: 0.5rem;
  margin: auto;
  font-size: 22px;
  color: #656566;
  display: none;
}

.common_inputField .create-toggle-eye-password {
  position: absolute;
  right: 24px;
  bottom: 0.6rem;
  margin: auto;
  font-size: 22px;
  color: #656566;
}

.common_inputField .create-eye-open {
  position: absolute;
  right: 24px;
  bottom: 0.6rem;
  margin: auto;
  font-size: 22px;
  color: #656566;
  display: none;
}

.rightFormsheaderbox {
  background: #fff;
  border-radius: 20px;
  padding: 12px;
}

.formLogoHer {
  margin-top: 0.2rem;
}

.formLogoHer .loginlogo {
  width: 70%;
}

.formLogoHer .welcomelogo {
  width: 30%;
}

.createnewaccountbtn .btnAccount {
  /* background: #0466c8; */
  color: #0466c8 !important;
  font-size: 14px;
  text-decoration: underline;
  text-decoration: none;
  font-weight: 600;
  /* padding: 5px 15px; */
  display: inline-block;
  border-radius: 40px;
}

.common_inputField label {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.forgotparttxt {
  font-size: 15px;
  font-weight: 400;
  color: #343434;
  text-decoration: none;
}

.btnLoginForm {
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 34px;
  border: none;
  outline: none;
  background: #0466c8;
  color: #fff;
  font-weight: 500;
}

.btnWithOtps {
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 34px;
  border: none;
  outline: none;
  background: #ebe9e7;
  color: #0466c8;
  font-weight: 500;
  text-align: center;
}

.common_inputField .captchacodes {
  background: #ff5252;
  color: #fff;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 7px;
}

.headerWebsitespage .imgcuruncy {
  position: absolute;
  top: 58vh;
  right: 0;
  left: 5%;
  margin: auto;
  width: 270px;
}

.headerWebsitespage .imgairoplains {
  position: absolute;
  top: 4%;
  right: 0;
  left: -15%;
  margin: auto;
  width: 170px;
}

@media (min-height: 768px) and (min-width: 993px) {
  body {
    height: 100vh;
  }
}



@media only screen and (max-device-width: 991px) {
  .headerWebsitespage .imgairoplains {
    top: 3%;
    right: 0;
    left: unset;
    width: 300px;
  }

  @media only screen and (max-device-width: 770px) {
    .leftdemoMainitems .brandLogobar {
      width: 264px;
    }

    .textheadercontents h2 {
      font-size: 38px;
    }

    .textheadercontents p {
      font-size: 18px;
      font-weight: 400;
    }

    .textheadercontents p span {
      height: 12px;
      width: 2px;
      margin: 0px 10px;
    }

    .formLogoHer .loginlogo {
      width: 146px;
    }

    .formLogoHer .welcomelogo {
      width: 120px;
    }

    .createnewaccountbtn .btnAccount {
      font-size: 14px;
    }

    .common_inputField label {
      font-size: 15px;
    }

    .common_inputField .input_textFild {
      height: 40px;
      padding: 8px 20px 8px 10px;
      font-size: 15px;
    }

    .btnLoginForm,
    .btnWithOtps {
      padding: 10px 15px;
      font-size: 14px;
    }

    .headerWebsitespage .imgairoplains {
      top: 3%;
      right: 0;
      left: unset;
      width: 182px;
    }
  }
}

@media only screen and (max-device-width: 480px) {
  .formLogoHer .loginlogo {
    width: 100px;
  }

  .formLogoHer .welcomelogo {
    width: 90px;
  }
}

@media (min-width: 576px) {
  .modal-sm {
    max-width: 360px;
    margin: 1.75rem auto;
  }

  .modal-sm .modal-header h5 {
    font-size: 16px;
    font-weight: 600;
  }

  .modal-sm .modal-header {
    border-bottom: 0px solid #f5f5f5;
    padding: 24px 24px 15px;
  }

  .modal-sm p {
    font-size: 14px;
    margin: 0px;
    color: #000000;
    opacity: .67;
  }

  .modal-sm .modal-body {
    padding: 24px;
    padding-top: 0px;
  }

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

  .ui-widget.ui-widget-content {
    width: 565px !important;
  }
}

@media (min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1180px;
  }
}

@media (max-width: 1200px) {
  .mobilecenter {
    display: none;
  }

  .main-content {
    padding: 20px;
  }

  .offers ul {
    padding: 0px;
    list-style: none;
    margin-left: 0px;
  }

  .offers ul li {
    display: flex;
    margin-bottom: 20px;
  }

  .textbox__banner.left {
    left: 7%;
    text-align: left;
    top: 10%;
    width: 80%;
  }

  .textbox__banner.left h3 {
    font-size: 30px;
  }

  .producttext ul li {
    padding-left: 40px;
    line-height: 21px;
    font-size: 14px;
    margin-bottom: 9px;
    padding-bottom: 7px;
  }

  .textbox__banner.left.travel h3 {
    font-size: 21px;
  }

  section.contact {
    padding: 30px 15px;
  }

  .row.steps_bar {
    position: inherit
  }

  .fixed-rightside {
    position: initial;
  }

  .textbox__banner.getstrtd.overseas-edu-text {
    top: 11%;
    width: 60%;
  }

  .contains {
    width: 65%;
  }
}

@media (max-width:1024px) {
  .box {
    text-align: center;
    padding: 0px 0px;
    margin-bottom: 40px;
  }

  .title {
    font-size: 18px;
  }

  .bg-section h1 {
    font-size: 30px;
  }

  .random-word {
    font-size: 42px;
  }

  .daysnight {
    font-size: 16px;
  }

  .travellisting.list h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
  }

  .filter_tour {
    width: 120px;
    top: 0px
  }

  .travellisting {
    margin-top: 40px;
  }

  .filter_tour .form-select {
    height: 34px;
  }

  div#SearchBar {
    margin-top: 30px;
  }

  .searchbar {
    border: 1px solid #460377
  }

  .traveldetails .producttext ul li {
    width: 100%;
    margin: 0px;
  }

  .bordergreen {
    padding: 24px;
  }

  .traveldetails .pdf a {
    background: #EDE6F1;
    border-radius: 20px;
    padding: 3px 6px;
    font-size: 10px;
    border: 1px dashed #470377;
    font-weight: 500;
  }

  .traveldetails .share a {
    background: #EDE6F1;
    border-radius: 20px;
    padding: 3px 6px;
    font-size: 10px;
    border: 1px dashed #470377;
    font-weight: 500;
  }

  .mbsendmoney {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 100px;
  }

  div#herobanner {
    min-height: 230px
  }

  .contains {
    width: 75%;
  }
}

p.tnc {
  font-size: 11px;
}

@media (max-width: 991px) {
  .contactf {
    display: flex;
    flex-direction: column-reverse;
  }

  .floatingbox .card .card-body .row {
    justify-content: normal;
    flex-wrap: wrap;
  }

  .floatingbox .card {
    border-radius: 25px;
  }

  .ourmanagement.network h1 {
    text-align: center;
    color: #fff;
    font-size: 21px;
  }

  section.addresses {
    padding: 30px 0px;
  }

  .travellisting a.btn.btn-outline-primary {
    padding: 5px 20px;
  }

  .travellisting .btn {
    height: 48px;
    border-radius: 8px;
    width: 46%;
  }

  .travellisting .card img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: auto;
    width: 100%;
  }

  #travel-carousel.owl-carousel .owl-item img {
    border-radius: 20px;
    height: 330px;
    object-fit: cover;
  }

  #rightsidetd .mainbx {
    margin-top: 0px;
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0px 4px 14px rgb(192 192 192 / 25%);
    padding: 16px 16px 15px;
    min-height: 224px;
  }

  #location_popup li.detectlocation a span {
    display: none;
  }

  #location_popup .modal-uloci li.detectlocation a img {
    margin-right: 0px;
  }

  #location_popup .modal-dialog .modal-body {
    padding: 30px;
  }

  .tours h3 {
    font-size: 21px;
  }
}

.dropdown:hover .dropdown-menu {
  display: block;
}

@media (max-width: 768px) {
  .currencyrates-t {
    padding-top: 10px;
  }

  .floating-text {
    position: absolute;
    z-index: 111;
    left: 5%;
    width: 50%;
    top: 12%;
    padding: 20px;
    border-radius: 30px;
    background: #f5f7fe;
    backdrop-filter: blur(251px);
  }

  .floating-text h1 {
    font-size: 21px;
  }

  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .offcanvas-body {
    padding: 0rem 1rem;
    overflow: initial;
  }

  .navbar-expand-lg .navbar-collapse {
    flex-basis: 100%;
    justify-content: flex-end;
  }

  /* .navbar-expand-lg .navbar-collapse {flex-basis: auto; justify-content: flex-end; } */
  .row.floatingbox {
    position: relative;
    bottom: 0px;
    width: auto;
    margin-top: 30px;
  }

  .bg-section h1 {
    font-size: 24px;
    margin-top: 40px;
  }

  .random-word {
    font-size: 26px;
  }

  .floatingbox .card .card-body {
    padding: 30px 10px;
  }

  .whyremitx {
    background: linear-gradient(93.71deg, rgb(0 138 216) -49.8%, #470377 90.29%);
    margin-top: 0px;
    padding: 160px 0px 20px;
  }

  .whyremitx h1 {
    font-size: 30px;
  }

  .aboutremitx .card-body {
    padding: 30px;
  }

  .box-ab {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }

  .trustedpartners {
    padding: 50px 0px;
    margin: 0 0px;
  }

  .text-section {
    padding: 0px 0px 30px;
    text-align: center;
  }

  .text-section h3 {
    font-size: 30px;
  }

  .testimonials {
    background-image: none;
  }

  .faq {
    padding: 50px 0px;
  }

  .faq h3 {
    font-size: 30px;
    font-weight: 600;
  }

  .androidtext {
    margin-top: 20%;
  }

  .androidtext .heading h3 {
    color: #ffffff;
    font-size: 30px !important;
    margin-bottom: 5px;
  }

  .images img {
    width: auto;
    height: 40px;
  }

  .owl-nav {
    display: none;
  }

  .producttext h2 {
    font-size: 24px;
    font-weight: 600;
  }

  .producttext ul {
    margin-top: 20px;
  }

  .col-md-6.producttext {
    margin-bottom: 30px;
  }

  .products {
    padding: 50px 0px;
  }

  .heading {
    color: #470377;
    font-size: 24px;
    font-weight: 600;
  }

  .headingtext {
    color: #460377;
    font-size: 14px;
  }

  footer {
    padding: 50px 0px;
  }

  .navbar-brand img {
    width: 120px;
  }

  .navbar-expand-lg .navbar-collapse {
    flex-basis: 100%;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    top: 54px;
    background: #ffffff;
    z-index: 99;
    left: 0;
    right: 0;
    height: 100vh;
    overflow: hidden;
  }

  .logo img {
    width: 120px;
  }

  .col-md-6.leftimage {
    position: relative;
    display: none;
  }

  .mobilelogin {
    display: block;
  }

  .textbox__banner {
    position: absolute;
    top: 20%;
    left: 0%;
    width: 100%;
    text-align: center;
  }

  .textbox__banner h3 {
    font-size: 18px;
  }

  .textbox__banner h1 {
    font-size: 18px;
  }

  .textbox__banner p {
    font-size: 12px;
  }

  #sendmoney .content {
    margin-top: 30px;
  }

  .mobiletext-sec {
    margin-top: 30px;
  }

  .mobiletext-sec h4 {
    color: #000000;
    font-size: 24px;
  }

  #knowmore {
    margin-top: 30px;
    background: #F5F7FE;
    padding: 30px 15px;
  }

  .bordergreen {
    border: 0px;
    padding: 20px;
  }

  .faq h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  #knowmore h3 {
    font-size: 24px;
    font-weight: 600;
  }

  section.whyremitx.gic h2 {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 30px;
  }

  .whyremitx.travel {
    padding: 30px 0px;
  }

  .whyremitx.travel .offers {
    margin-top: 30px;
  }

  .textbox__banner.left h3 {
    font-size: 30px;
  }

  .contactf {
    display: flex;
    flex-direction: column-reverse;
  }

  .ourmanagement {
    padding: 40px 0px 10px;
  }

  .ourmanagement h3 {
    font-size: 30px;
    font-weight: 500;
  }

  section.contact h3 {
    font-size: 24px;
    font-weight: 500;
  }

  .textbox__banner.aboutus {
    position: absolute;
    top: 14%;
    left: 0%;
    width: 100%;
    text-align: center;
    padding: 0px 7%;
  }

  .forexcards h3 {
    font-size: 24px;
  }

  .headingortext h2 {
    font-size: 24px;
  }

  .aboutcontent.container {
    padding: 0px 0px;
  }

  section.content.aboutus-content.container h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .our-content.vision {
    margin-top: 30px;
  }

  .our-content h4 {
    font-size: 21px;
  }

  .text-section h3 {
    font-size: 24px;
  }

  .productsscroll .img-fluid {
    border-radius: 30px;
    width: 100%;
    height: auto;
    text-align: center;
    margin: auto 0;
  }

  .col-md-6.producttext {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  #knowmore .submit {
    width: 100%;
  }

  .floatingbox a.btn {
    margin-left: 10px;
  }

  .social_box-mid {
    top: auto;
    bottom: 80px;
    height: 38px;
    right: -162px;
  }

  .social_box-mid:hover {
    right: -160px;
    bottom: 80px;
  }

  .com-social img {
    height: 32px;
    width: 32px;
  }

  .contactimage {
    display: none;
  }

  .contactform {
    margin-top: 20px;
  }

  .textremitx {
    color: #470377;
    font-size: 16px;
  }

  .page404 img {
    width: 100%;
    height: auto;
  }

  .travelnote p {
    font-size: 14px;
    padding: 0px 15px;
  }

  /* New headerfooter */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
    box-shadow: none;
    border: 0px;
    border-radius: 8px;
    border: 1px solid #ddd;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px;
  }

  .offcanvas-start {
    width: 300px;
  }

  .producttext h2 a {
    font-size: 24px;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .accordion-item {
    border-radius: 8px;
  }

  .accordion-button:not(.collapsed) {
    border-radius: 8px;
  }

  .accordion-button {
    border-radius: 8px;
  }

  .accordion-item:first-of-type {
    border-radius: 8px;
  }

  .accordion-item:last-of-type {
    border-radius: 8px;
  }

  .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 8px;
  }

  .accordion-item:first-of-type .accordion-button {
    border-radius: 8px;
  }

  a.btn.btn-outline-primary.mrg.lgallpge {
    margin-left: 0px;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 14px;
  }

  a.btn.btn-primary.suallpge {
    margin-top: 10px;
    font-size: 14px;
  }

  .userallpge .dropdown-menu {
    position: static;
  }

  .producttext a {
    border-radius: 8px;
    height: 42px;
    padding: 10px 20px;
    line-height: 17px;
    font-size: 14px;
  }

  section.content.aboutus-content.container {
    margin-top: 30px;
  }

  .mrg-t {
    margin-top: 10px;
  }

  .traveldetails .producttext ul li {
    width: 100%;
    text-align: left;
  }

  .detailstitle ul li {
    margin-right: 15px;
    font-size: 12px;
  }

  #ratelist .cities__ratelist {
    width: 100%;
  }

  #ratelist .citieswithicons li .img__box {
    width: 80px;
    height: 80px;
  }

  .productsscroll {
    max-height: inherit;
    overflow: auto;
  }

  .sdma {
    margin-top: 30px;
  }

  .modal-md {
    width: 540px;
  }

  .edittravellerdetails {
    margin-top: 20px;
  }

  .addtravellerdetails {
    margin-top: 20px;
  }

  #myorders .btn.reset {
    margin-top: 5px;
  }

  .orderstatus.orderplaced {
    font-size: 11px;
    background: #ebffdd;
    border: 1px dashed #327a00;
    padding: 3px 11px;
    border-radius: 8px;
    color: #327a00;
  }

  #mylistorder a.btn.btn-outline-primary.rightside {
    position: absolute;
    right: 15px;
    top: -105px;
    height: 35px;
    border-radius: 8px;
    margin: 15px 0px;
    padding: 10px 10px;
    font-size: 13px;
    line-height: 13px;
  }

  .sendmab .form-select {
    font-size: 13px;
  }

  .sendmab .form-control {
    font-size: 13px;
  }

  .sendmab .form-label {
    font-size: 13px;
  }

  .ss_text {
    font-size: 13px;
  }

  .ui-widget.ui-widget-content {
    width: 67% !important;
  }

  .travelnowpaylater.text-center.mobile-only {
    position: inherit;
    height: auto;
    width: auto;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
  }

  .traveldetails .accordion .accordion-button span.remitx-color {
    width: 65px;
    padding: 8px;
  }

  .textbox__banner.getstrtd.overseas-edu-text {
    width: 90%;
    right: 0%;
    left: auto;
    text-align: left;
    background: #460377;
    padding: 30px;
    border-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    bottom: 10%;
    top: auto;
  }

  .box-edu .cap-edu {
    position: absolute;
    top: -63%;
    left: -19%;
  }

  .box-edu h3 img.loan-cap {
    display: none;
  }

  img.vietnam-logo {
    width: 48px;
  }

  .ourmanagement h1 {
    font-size: 24px;
  }

  .ourmanagement {
    padding: 40px 0px 30px;
  }

  .contains {
    width: 100%;
    flex-direction: column;
  }

  .contains .fintiba {
    width: 100%;
  }

  .contains .icici-bank {
    width: 100%;
    margin-top: 10px;
  }

  .contains .fintiba a {
    font-size: 11px;
  }

  .contains .icici-bank a {
    font-size: 11px;
  }
}

@media (min-width: 767px) {
  .col-md-6.producttext {
    margin-bottom: 30px;
    margin-top: 0px;
  }
}

@media (max-width: 576px) {
  .floating-text {
    position: absolute;
    z-index: 111;
    left: 5%;
    width: 90%;
    top: 40%;
    padding: 20px;
    border-radius: 30px;
    background: #f5f7fe;
    backdrop-filter: blur(251px);
  }

  .floatingbox .card .card-body .row {
    justify-content: normal;
    flex-wrap: wrap;
  }

  .floatingbox .card {
    border-radius: 0px;
  }

  .bg-section .mobiler {
    flex-direction: column-reverse;
  }

  .bg-section {
    background: #F3F6FF;
    padding: 30px 0px 0px;
  }

  .androidsection .row {
    flex-direction: column-reverse;
  }

  .androidtext .images img {
    width: auto;
    height: 32px;
  }

  footer {
    padding: 30px 0px;
  }

  .rating {
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
  }

  .androidtext {
    margin-top: 10%;
  }

  section.faq .nav-tabs .nav-link {
    font-size: 16px;
  }

  section.faq .nav-tabs .nav-link {
    font-size: 14px;
    padding: 5px;
  }

  .faq .nav-tabs {
    border-bottom: 0px;
    margin: 20px 0px 20px !important;
  }

  .bottombar {
    background: #460377;
    text-align: center;
    padding: 10px 0px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
  }

  .floatingbox a.btn {
    margin-left: 0px;
  }

  footer .logo {
    text-align: left;
  }

  .address {
    text-align: left;
  }

  .socialicon {
    text-align: left;
  }

  footer ul {
    text-align: left;
  }

  footer .link {
    text-align: left;
  }

  .textbox__banner.left.travel h3 {
    font-size: 18px;
  }

  .boxcard .row {
    flex-direction: column-reverse;
  }

  .textceo {
    margin-top: 20px;
  }

  section.androidsection.ceo img {
    max-width: 100%;
    min-width: 100%;
  }

  .textbox__banner {
    padding: 0px 30px;
  }

  .cardtext__main {
    margin-top: 30px;
  }

  #knowmore .form-control {
    margin-bottom: 15px;
  }

  #knowmore .submit {
    margin-top: 10px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
  }

  .textbox__banner.left {
    left: 0%;
    top: 10%;
    width: 100%;
  }

  .aboutcontent.container {
    padding: 0px 0px;
  }

  section.forexcards .nav-tabs .nav-link {
    font-size: 16px;
  }

  .openpositions .mainbox {
    padding: 15px;
  }

  .faq-page {
    background-image: url(../../remitx-images/faqbg.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 70px 15px 30px;
    margin: 10px auto;
    background-size: 90px;
  }

  ul#pills-tab li button {
    font-size: 13px;
    color: #000000;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 8px;
  }

  ul#pills-tab li {
    background: #ffffff;
    box-shadow: 0px 3px 11px 2px rgb(33 47 88 / 5%);
    border-radius: 8px;
    margin-right: 10px;
    margin-bottom: 14px;
  }

  .ourmanagement h3 {
    font-size: 24px;
    font-weight: 500;
  }

  .bg-section h1 {
    font-size: 16px;
    margin-top: 24px;
    text-align: center;
    min-height: 80px;
  }

  .mrg-t {
    margin-top: 10px;
  }

  .main-banner {
    width: 55%;
    height: auto;
  }

  .productsscroll .row {
    margin: 0px 0px 0px 0px;
  }

  .dropdown-item {
    line-height: 30px;
  }

  .products {
    padding: 30px 0px;
    margin-bottom: 60px;
  }

  .random-word {
    font-size: 21px;
    min-height: 36px;
  }

  .boxlogin h1 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
  }

  .mbsendmoney {
    margin-top: 94px;
  }

  .management {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .whyremitx {
    padding: 60px 0px 20px;
  }

  .whyremitx h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .title {
    font-size: 16px;
  }

  .text {
    margin-top: 5px;
    font-size: 14px;
  }

  .producttext h2 a {
    font-size: 18px;
  }

  .text-section h3 {
    font-size: 21px;
  }

  .androidtext .heading h3 {
    font-size: 24px !important;
  }

  .download {
    font-size: 16px;
  }

  .accordion-button {
    font-size: 14px;
  }

  .accordion-body {
    padding-top: 5px;
  }

  .textbox__banner.aboutus {
    top: 10%
  }

  .our-content {
    padding: 30px 15px;
  }

  .our-content h4 {
    font-size: 18px;
  }

  section.aboutremitx.aboutmission .heading {
    font-size: 24px;
  }

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

  .textceo h6 {
    font: 16px;
  }

  .mainbx h5 {
    font-size: 15px;
    font-weight: 600;
  }

  .mainbx {
    margin-top: 20px;
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0px 4px 14px rgb(192 192 192 / 25%);
    padding: 16px 30px;
    min-height: 170px;
  }

  .text-section .text {
    color: #000000;
    font-size: 14px;
  }

  .management .mainbx .linkedinscl {
    position: absolute;
    right: 10px;
    width: 32px;
  }

  .ourmanagement h3 {
    font-size: 21px;
    font-weight: 500;
    padding: 0px 10px;
  }

  .management .mainbx {
    border: 1px solid #F0F0F0;
    min-height: 470px;
    position: relative;
  }

  .management h6 {
    font-size: 13px;
    margin-top: 5px;
  }

  .openpositions .mainbox h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .openpositions .mainbox p {
    font-size: 14px;
  }

  .careerbox {
    padding: 15px;
    margin-top: 15px;
  }

  .addresshead {
    font-size: 14px;
  }

  .designation {
    font-size: 14px;
  }

  .openpositions input,
  .openpositions select {
    height: 42px;
    border-radius: 8px;
    font-size: 14px;
  }

  button.btn.btn-primary.applycareer {
    height: 42px;
    border-radius: 8px;
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
  }

  .openpositions .mainbox {
    margin: 30px 0px;
  }

  .socialicon a img,
  .socialicon a svg {
    width: 32px;
  }

  .textbox__banner h3 {
    font-size: 18px;
  }

  .mobiletext-sec h4 {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
  }

  .mainbx h6 {
    font-size: 16px;
  }

  .mobiletext-sec p {
    font-size: 13px;
  }

  .whyremitx .texttrv h2 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .texttrv h6 {
    color: #ffffff;
    font-size: 16px;
  }

  .texttrv {
    margin-left: 0px;
  }

  .faq h3 {
    font-size: 21px;
  }

  .headingortext h2 {
    font-size: 18px;
  }

  .currencies h5 {
    font-size: 16px;
  }

  .boxcard .btn.buynow {
    line-height: 30px;
  }

  .boxcard .btn {
    margin-top: 10px;
    width: 150px;
    height: 42px;
    text-align: center;
    border-radius: 8px;
    line-height: inherit;
    font-size: 14px;
    padding: 5px 20px;
  }

  .textbox__banner.left h3 {
    font-size: 24px;
  }

  .textbox__banner.left .buynow {
    border-radius: 8px;
    line-height: 30px;
    height: 42px;
    font-size: 14px;
  }

  .content.gic h2 {
    font-size: 18px;
    font-weight: 600;
  }

  .flowstep .number span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
  }

  .flowstep .number {
    font-size: 24px;
  }

  .bordergreen h5.text-center {
    font-size: 16px;
  }

  .icontrv img,
  .icontrv svg {
    width: 32px;
    height: auto;
  }

  .offers .texttrv {
    margin-left: 15px;
  }

  .contactbox {
    padding: 20px;
    margin-bottom: 10px;
  }

  /* Travel mobile */
  .textbox__banner.left.travel.slide3 {
    bottom: 5%;
    text-align: left;
  }

  .textbox__banner.left.travel.slide4 {
    bottom: 10%;
  }

  .textbox__banner.left.travel.slide5 {
    bottom: 25%;
    text-align: left;
  }

  #location_popup .modal-lg {
    width: auto;
  }

  #location_popup .modal-uloci li .form-control {
    width: 240px;
  }

  #location_popup .modal-dialog .modal-body {
    padding: 20px;
  }

  #location_popup h2 {
    font-size: 18px;
  }

  #location_popup .citieswithicons li .img__box {
    width: 80px;
    height: 80px;
  }

  #location_popup .modal-uloci li.detectlocation a {
    height: auto;
    border: 0px solid #470377;
    padding: 0px;
    border-radius: 0px;
  }

  .close-stl {
    top: 20px;
    right: 20px;
  }

  #location_popup p {
    font-size: 12px;
  }

  #ratelist .citieswithicons li {
    margin-right: 8px;
  }

  .imagetext-cr {
    margin-bottom: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
  }

  .buysell-cr p {
    margin-bottom: 5px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #777;
  }

  .buysell-cr p span {
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
  }

  .ratelistbtn .btn {
    top: -20px;
    left: 34%;
  }

  .modal-md {
    width: auto;
  }

  #orderIncompleteModal .modal-body p {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .payment_details_container .nav {
    width: 100%;
  }

  .payment_details_container .align-items-start {
    display: block !important;
  }

  .payment_details_container .tab-content {
    padding: 16px;
  }

  .payment_details_container .tab-content .contactbox {
    padding: 0px;
  }

  .update_address {
    right: 15px;
    font-size: 12px;
    top: -5px;
    border-radius: 8px;
    padding: 1px 6px;
  }

  .buttontext p {
    font-size: 13px;
  }

  .buttontext {
    padding: 0px 10px;
  }

  .boxcard.loan .row {
    flex-direction: column;
  }

  .travellisting.list h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left !important;
    margin-top: 20px;
  }

  .filter_tour {
    width: 100px;
    top: 0px
  }

  .travellisting {
    margin-top: 10px;
  }

  .filter_tour .form-select {
    height: 34px;
  }

  .ui-widget.ui-widget-content {
    width: 95% !important;
  }

}

@media (max-width: 380px) {
  .boxlogin {
    width: 290px;
    margin: 80px auto;
  }

  .mbsendmoney {
    margin-top: 80px;
  }

  .contactimage {
    text-align: center;
  }

  .contactimage img.img-fluid {
    width: 260px;
  }

  .textbox__banner.aboutus h3 {
    font-size: 20px;
    font-weight: 500;
  }

  #sellForm.row {
    flex-direction: column !important;
  }

  .mobilecls {
    min-height: 320px;
  }

  .mobilecls-cn {
    min-height: 346px;
  }

  .mobilecls-gic {
    min-height: 437px;
  }

  .mobilecls-wu {
    min-height: 366px;
  }

  .mobilecls-tr {
    min-height: 438px;
  }

  #location_popup .modal-uloci li .form-control {
    width: 240px;
  }
}

@media (max-width:767px) {
  #b2c_main .sendmab .smbox {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 4px 14px rgb(192 192 192 / 25%);
    padding: 12px;
    min-height: 170px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
  }

  #b2c_main .sendmab .smbox .sprite {
    background-image: url(https://remitxb2c.s3.ap-south-1.amazonaws.com/1704707861480-sprite-dashboard.png);
    width: 28px;
    height: 28px;
    line-height: 75px;
    border-right: 0px solid #ddd;
    margin-top: 10px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
  }

  #b2c_main .sendmab .smbox .sprite.university {
    background-position: 0px -87px
  }

  #b2c_main .sendmab .smbox .sprite.livingexp {
    background-position: -42px 91px;
  }

  #b2c_main .sendmab .smbox .sprite.gic_certificate {
    background-position: -31px 128px
  }

  #b2c_main .sendmab .smbox .sprite.medicaltreatment {
    background-position: -61px 128px
  }

  #b2c_main .sendmab .smbox .sprite.emigration {
    background-position: -90px 128px
  }

  #b2c_main .sendmab .smbox .sprite.visa {
    background-position: -122px -86px
  }

  #b2c_main .sendmab .smbox .sprite.privatevisit {
    background-position: -234px 212px
  }

  #b2c_main .sendmab .smbox .sprite.examinationfees {
    background-position: -151px 128px
  }

  #b2c_main .sendmab .smbox .sprite.blockedaccount {
    background-position: -248px 96px;
  }

  #b2c_main .sendmab .smbox .sprite.buycard {
    background-position: -277px 128px
  }

  #b2c_main .sendmab .smbox .sprite.reload {
    background-position: -5px 94px
  }

  #b2c_main .sendmab .smbox .sprite.surrender {
    background-position: -39px 96px
  }

  #b2c_main .sendmab .smbox .sprite.buy {
    background-position: -213px 129px
  }

  #b2c_main .sendmab .smbox .sprite.sell {
    background-position: -245px 128px
  }

  .step {
    font-size: 14px;
  }

  #b2c_main .sendmab h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
  }

  #b2c_main .sendmab .smbox p {
    color: #000000;
    opacity: .87;
    font-size: 12px;
    line-height: 16px;
    margin: 0px;
  }

  #b2c_main .sendmab .col-lg-2.col-md-4.col-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cart-box .table td {
    padding: 0px 10px 10px;
  }

  .cart-box .table th {
    padding: 5px 10px;
  }

  .selectstep {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .selectstep.Amount {
    font-size: 18px;
  }

  .selectstep a svg {
    width: 8px;
  }

  #addRelationshipModal .name_as_per_pan {
    width: 75%;
  }

  .textcurrency {
    text-align: left;
    font-weight: 600;
    margin-top: 0px;
  }

  .textcurrency a.trash_del {
    position: relative;
  }

  #multitraveller h4 {
    font-size: 18px;
  }

  #declarationModal .modal-body {
    padding: 16px;
  }

  #declarationModal .modal-header {
    padding: 16px;
  }

  #declarationModal .modal-header h5 {
    font-size: 16px;
  }

  #declarationModal .modal-body label {
    font-size: 12px;
  }

  .add__product {
    display: inline-block;
    margin-top: 10px;
  }

  .sendmab .multitravaller_container .btn {
    height: 48px;
    border-radius: 8px;
    margin: 0px 0px;
    padding: 10px 40px;
    font-size: 14px;
    line-height: 26px;
  }

  .circle {
    width: 60px !important;
    height: 60px !important;
    line-height: 55px !important;
    border-radius: 50%;
    font-size: 29px !important;
    color: #ec1111;
    background: #f5f5f5;
    text-align: center;
    margin: 0 auto;
    border: 3px solid red !important;
  }

  .thankyou.failed.text-center {
    margin-top: 0px;
  }

  .thankyou h1 {
    font-weight: 700;
    font-size: 21px;
  }

  #myorders {
    margin-top: 0px;
  }

  .bg-tp-main {
    padding: 0px;
    margin-top: 85px;
  }

  .desktop-dashboard {
    display: none;
  }

  .mobile-dashboard {
    display: block;
  }

  /*B2C dashboard*/
  .round-bg {
    background: #8250A6;
    display: inline-block;
    width: 48px;
    height: 48px;
    padding: 10px;
  }

  #b2c_main .sendmab .smbox:hover .round-bg {
    background: #460377;
  }

  #b2c_main .sendmab .smbox p.title {
    font-size: 14px;
  }

  #b2c_main .sendmab .smbox p.desc {
    opacity: .67;
  }

  .dashboard-row {
    margin-top: 10px;
  }

  /*B2c Dashboard ends*/
  .tours .card .card-body .card-title {
    font-size: 16px;
  }

  .tours .card .card-body .card-text {
    font-size: 13px;
  }

}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 900px;
  }

  .col-md-12.container.boxcard.loan {
    max-width: 800px;
  }
}

@media (max-width: 1200px) {
  .step span {
    font-size: 16px;
  }

  .step .steps {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 114px;
    display: inline-block;
    vertical-align: text-bottom;
  }
}

.fx_details_container h4 {
  font-size: 21px;
  margin-top: 20px;
}

.ss_ulsearch {
  padding: 0px;
  margin-top: 0px !important;
}

.ss_ul {
  width: 100% !important;
}

.documents_container label {
  display: block;
  color: #000;
  opacity: .87;
}

span.star {
  color: #f00;
}

.ordersummary-a .form-group {
  position: relative;
}

.vieweye {
  text-align: right;
  float: right;
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.form-control::file-selector-button {
  font: inherit;
  height: 62px;
  background-color: #46037714 !important;
  color: #470377 !important;
  border: 1px solid #f0ebf4;
}

.vieweye1 {
  text-align: right;
  float: right;
  position: absolute;
  top: 40px;
  right: 20px;
  border: 1px dashed #470277;
  padding: 1px 10px;
  border-radius: 8px;
  background: #460377;
  color: #fff;
}

.accordion-body p.note {
  color: #460377;
  font-weight: 500;
}

.dropdown-toggle {
  font-size: 14px;
}

.logged_in_as_box .first_radio_box,
.logged_in_as_box .second_radio_box {
  display: inline-block;
}

.modal .btn {
  border-radius: 6px;
}

.bankingbox {
  border: 1px solid #460377;
  border-radius: 6px;
  margin-bottom: 16px;
}

.netbankingbox {
  width: 18%;
  border-right: 1px solid #460377;
  height: 65px;
  vertical-align: middle;
}

.offlinebox {
  border: 1px solid #460377;
  border-radius: 6px;
  margin-bottom: 16px;
}

.bankingtext {
  font-size: 16px;
  font-weight: 400;
  padding-left: 15px;
  color: #460377;
  vertical-align: bottom;
}

.offlinepayment {
  width: 18%;
  border-right: 1px solid #460377;
  height: 65px;
  vertical-align: middle;
  background-color: #ffffff;
  border-radius: 4px;
}

.text-help {
  padding-left: 15px;
  font-size: 12px;
  vertical-align: super;
}

.intro {
  background-color: #460377;
}

.intro .netbankingbox {
  background: #fff;
  border-radius: 4px;
}

.intro .bankingtext {
  color: #ffffff;
  vertical-align: bottom;
}

.intro .text-help {
  color: #ffffff;
  vertical-align: super;
}

.cart-title #details {
  font-size: 16px;
  font-weight: 500;
}

.headerblkaccpanel .box-body {
  padding-top: 10px;
  padding-bottom: 20px;
}

@media (max-width:991px) {
  .add_relationship_box.mrg-t2 {
    margin-top: 10px;
  }

  .view_relationship_box.mrg-t25 {
    margin-top: 10px;
  }

  /*Overseas Education loan*/
  .col-md-12.container.boxcard.loan {
    max-width: 100%;
  }

  .col-md-12.container.boxcard.loan h3 {
    font-size: 18px;
  }

  /*Overseas Education loan ends  here*/
  #b2c_main .nav-tabs .nav-link {
    border: 0px;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 30px;
    color: #000000;
    opacity: .87;
    border-right: 1px solid #008AD8;
    border-radius: 0;
  }
}

@media (max-width:767px) {
  .rightside {
    padding-left: 0px;
    margin-bottom: 30px;
  }

  p.thankyoutext {
    padding: 0px 10px;
    font-size: 14px;
    width: 100%;
    margin: auto;
  }
}

@media (max-width:767px) {
  .step span {
    font-size: 16px;
  }

  .rightside {
    padding-left: 0px;
    margin-bottom: 30px;
  }

  a.popover-price {
    position: initial !important;
  }

  #b2c_main {
    display: flow-root;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  #myorders .btn.filter {
    margin-top: 5px;
  }

  .img-payment {
    padding-left: 0px;
  }

  .self_pickup_container {
    padding-left: 0px;
  }

  .select_address_container {
    padding-left: 0px;
  }

  .modal.show .modal-dialog {
    transform: none;
    margin: auto 15px
  }

  .traveler-body .myordertable .table tr th,
  .myordertable .table tr td {
    padding: 12px 10px;
  }

  #orderIncompleteModal .modal-body {
    padding: 16px;
    padding-top: 0px;
  }

  #orderIncompleteModal .modal-header {
    padding: 16px;
  }

  #orderIncompleteModal .modal .btn {
    font-size: 11px;
  }

  .yellow-light {
    padding: 20px 16px;
  }

  .yellow-light ul li {
    line-height: 16px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .yellow-light h3 {
    font-size: 13px;
  }

  .yellow-light P {
    font-size: 13px;
  }

  .box-multi-traveller {
    padding: 16px;
  }

  #declarationModal .modal-header {
    padding: 20px;
    padding-bottom: 0px;
  }

  #declarationModal .modal-body {
    padding: 20px;
    padding-bottom: 0px;
  }

  .accordion-body p.note {
    text-align: left;
  }

  .traveler-footer p {
    width: 50%;
  }

  .welcome-dashboard {
    margin-bottom: 0px;
  }

  .bg-mobile {
    background-color: #F8FBFE;
    padding: 20px 15px;
    margin: 30px 0px 10px;
  }

  #b2c_main .sendmab .welcome-dashboard h2 {
    font-size: 21x;
    margin-bottom: 8px;
    color: #000000;
    opacity: .87;
    margin-top: 80px;
  }

  #b2c_main .sendmab .welcome-dashboard p {
    font-size: 14px;
    color: #000000;
    opacity: .67;
  }
}

@media (max-width:480px) {
  .step span {
    font-size: 14px;
  }

  .step .steps {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 84px;
    display: inline-block;
    vertical-align: text-bottom;
  }

  .modal .btn {
    padding: 10px 10px;
  }

  .img-payment {
    padding-left: 0px;
  }

  .self_pickup_container {
    padding-left: 0px;
  }

  .select_address_container {
    padding-left: 0px;
  }

  .modal-md {
    width: 93%;
  }

  #orderIncompleteModal .modal-header {
    padding: 14px;
  }

  #orderIncompleteModal .modal .btn {
    font-size: 11px;
  }

  .modal .btn {
    min-width: 90px;
    font-size: 12px;
  }

  .green-heading {
    padding: 16px;
    padding-bottom: 10px;
  }

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

  .mb-3 {
    margin-bottom: 10px !important;
  }
}

@media (max-width:400px) {
  .navbar-brand img {
    width: 100px;
  }

}

@media (min-width: 381px) and (max-width:480px) {
  .welcome-dashboard {
    margin-top: 100px;
  }
}

@media (max-width: 380px) {
  .welcome-dashboard {
    margin-top: 120px;
  }
}

@media (max-width:390px) {
  .step .steps {
    width: 80px;
  }

  .modal .btn {
    font-size: 11px;
  }
}



.booking-btn-container {
  display: flex;
}

.booking-btn {
  position: relative;
  border: none;
  background: transparent;
  padding: 10px 20px;
  transition: background 0.3s ease;
}

#send-money-btn {
  border-top-left-radius: 7px;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
}

#buy-forex-btn {
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

#sell-forex-btn {
  border-top-right-radius: 7px;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}
.booking-btn:hover {
  background-color: rgba(0, 123, 255, 0.1); /* Change color on hover */
}


#partners22 .owl-carousel {
  display: flex;
  overflow: hidden;
}

#partners22 .owl-item {
  display: inline-block;
  white-space: nowrap;
}