* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2'),
      url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
 
:root {
  --primary-color: #981A1D;
  --secondary-color: #54565B;
}

.primary-color {
  color: var(--primary-color); 
}

.secondary-color {
  color: var(--prsecondarymary-color); 
}

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

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

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

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

.font-18 {
  font-size:18px; 
}


.errorcolor{
  color:#D32F2F;
}

body {
  font-family: "Inter";
  font-size:14px; 
}

a:hover {
  color: #ffffff;
}

input:read-only {
  background-color: #F9F9F9;
}

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

/* select2 */

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  line-height: 50px;
  height: 50px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--secondary-color);
  line-height: 50px;
  height: 50px;
  font-weight: 600;
  color: #444;
  padding-left:25px ;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  display: inline-block;
  position: absolute;
  line-height: normal;
  right: 0px;
  top: calc(50% - 10px);
  color: #b3b3b5;
  content: "";
  background: url('../images/arrow-down-simple.svg') center center / 100% no-repeat;
  width: 20px;
  height: 20px;
  border: 0px;
  margin-top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  position: absolute;
  top: 0px;
  right: 14px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-results__option {
  padding: 10px 38px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #FFF4F5;
  color: #353535;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1.5px solid #B8B8B8;
  border-radius: 6px;
}

header {
  /* margin-top: 20px; */
  background: #ffffff;
  box-shadow: 0px 4px 40px #0000000f;
  z-index: 99;

}

header .top-ticker-bar, header .bottom-ticker-bar {
  background: #F5F5F5;
  color: var(--primary-color);
  font-size: 14px;
}

header .btn {
  min-width: 120px;
  max-width: 100%;
  min-height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 25px;
  box-sizing: border-box;
}

.btn {
  min-width: 100px;
  max-width: 100%;
  min-height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0px 25px;
  box-sizing: border-box;
}

.idfc-btn-primary {
  background: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
}

.idfc-btn-primary:hover, .idfc-btn-primary:focus-visible {
  color: #ffffff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  opacity: 0.7;
}

.idfc-btn-primary-outline {
  background: #ffffff;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.idfc-btn-primary-outline:hover, .idfc-btn-primary-outline:focus-visible, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  color: #ffffff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}


.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: var(--primary-color);
  pointer-events: none;
  background-color: rgb(152 26 29 / 20%);
  border-color: var(--primary-color);
  opacity: var(--bs-btn-disabled-opacity);
  cursor: not-allowed;
}

.form-control {
  color: var(--secondary-color);
  font-weight: 600;
}

.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 0.77rem;
  padding-bottom: .625rem;
}

.form-select:focus {
  border-color: #981a1d;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(247 247 247 / 0%);
}

label {
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 14px;
}

.form-check-input {
  width: 1.1em;
  height: 1.1em;
}

.form-check-input:focus {
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(152 26 29 / 7%);
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
  opacity: 1;
  transform: scale(.85) translateY(-0.80rem) translateX(1em);
  background: #ffffff;
  padding: 0 10px;
  height: auto;
  width: auto;
  font-size: 16px;
  outline: none;
  box-shadow: none;
  color: var(--secondary-color);
  font-weight: 500;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext {
  padding: 0.8rem 1.40rem;
}

.form-floating>label {
  padding: 0.8rem 1.40rem;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
  height: 50px;
  line-height: 50px;
}

.form-floating>.form-select {
  padding-top: 0.525rem;
  padding-bottom: 0.525rem;
  padding-left: 1.40rem;
}

.form-control:focus {
  color: var(--secondary-color);
  background-color: #fff;
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(255 255 255 / 0%);
}

.page-padding {
  padding-left: 50px;
  padding-right: 50px;
}

.section-padding {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.nav-item {
  text-decoration: none;
  color: var(--primary-color);
  /* padding: 20px 0px;
  margin: 0px 20px; */
  display: inline-block;
  position: relative;
  opacity: 0.75;
}

.nav-item:hover {
  opacity: 1;
}

.nav-item::before {
  transition: 300ms;
  height: 3px;
  border-radius: 50px;
  content: "";
  position: absolute;
  background-color: var(--primary-color);
}

.nav-item::before {
  height: 0%;
  width: calc(100% - 36px);
  bottom: 0px;
  /* left: 5px; */
  left: 18px;
}

.nav-item.signupnav::before {
  height: 0%;
  width: calc(100% - 25px)!important;
  bottom: 0px!important;
  left: 12px;
}





.nav-item:hover::before {
  height: 3px;
}

li.nav-item {
  padding: 20px 10px;
}

a.nav-link {
  font-size: 14px;
  color: #353535;
  font-weight: 600;
}

.dropdown-menu.show{
  border-radius: 5px;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 5%);
    background: #ffffff !important;
}

.dropdown-menu.show li {
  border-radius: 5px;
  background: #ffffff;
}

.dropdown-menu.show a.dropdown-item {
  padding: 8px 15px;
  /* background: #ffffff; */
  font-weight: 500;
  font-size:14px;
}

.dropdown-menu.show a img{
  vertical-align: bottom;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover{
  background: #FFF4F5;
  color: #353535;
}


.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: baseline;
  content: "";
  border: solid #B8B8B8;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-radius: 1px;
}

/* a.nav-link:hover {
    color: var(--primary-color);
    font-weight: 500;
  } */

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.sliderBox {
  background-color: #E0E0E0;
  min-height: 1000px;
  max-height: 100%;
}

.sliderBox .carousel-item img {
  /* min-height: 1020px; */
  max-height: 100%;
}

.carousel-indicators .active {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  border: 1px solid var(--primary-color);
  opacity: .5;
  transition: opacity .6s ease
}

.carousel-control-prev-icon {
  background-image: url('../images/left-arrow.svg');
  width: 1.5rem;
  height: 1.5rem;
}

.carousel-control-next-icon {
  background-image: url('../images/right-arrow.svg');
  width: 1.5rem;
  height: 1.5rem;
}

.register-form-position {
  position: absolute;
  right: 60px;
  z-index: 2;
  max-width: 550px;
  top: 15px;
  /* transform: translateY(-50%); */
}

.register-form-box {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  min-height: 350px;
  padding: 25px 45px;
  margin: 40px 0;
  position: absolute;
  transform: translate(0, -7.5%);
}

.mb-30 {
  margin-bottom: 30px;
}

.form-title-primary-color {
  text-align: center;
  color: var(--primary-color);
  font-weight: 600;
  font-size:24px;
}

.form-title {
  text-align: center;
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 3px;
}

.form-sub-title {
  text-align: center;
  color: #4A4A68;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}

.btn-link {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.btn-link:hover {
  color: var(--primary-color);
  text-decoration: none;
}

footer {
  background: var(--primary-color);
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.2px;
  line-height: 22px;
}

footer .bank-logo img {
  width: 260px;
  margin-bottom: 20px;
}

footer h6 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  padding-bottom: 20px;
}

.footer-top {
  padding-bottom: 30px;
  padding-top: 40px;
}


.footer-top ul li {
  margin-bottom: 10px;
}

.footer-link {
  text-decoration: none;
  color: #ebebeb;
}

.footer-link:hover {
  text-decoration: underline;
  /* color: #ffffff; */
}

.footer-middle {
  background: #1111111a;
}

.footer-middle p {
  font-weight: 700;
  font-size: 16px;
}

.footer-bottom {
  background: #ffffff;
  color: var(--secondary-color);
}

.HIW-left-img{
  height: auto !important;
}

.HIW-left-img img{
  width: 100%;
}

input[type="password"]::-ms-reveal {
  display: none;
}

.profile-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 38px !important;
}

.profile-select2 .select2-results__option {
  padding-left: 38px !important;
}

.form-control  {
  border: 1px solid #B8B8B8 !important;

}
.form-select{
  border: 1px solid #B8B8B8 !important;
  
}
.footer-bottom p {
  font-size: 12px;
}

@media (min-width: 1200px) and (max-width: 1281px){
  .comom-box-step .btn{
    padding: 0px;
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .calculator-line img.arrow{
    width: 100% ;
  }
  .comom-box-step .btn{
    padding: 0px;
    font-size: 14px;
  }
  footer .bank-logo img{
    width: -webkit-fill-available;
  }


 #quickTransfer .idfc-toggle-radiobtn, .btn-group {
  height: 60px !important;
 }
}

@media (min-width: 991px) and (max-width: 1025px) {
 footer h6{
  height: 60px;
 }
}
@media only screen and (max-width: 990px) {
  
}

@media (min-width: 768px) and (max-width: 990px) {
  .navbar-collapse.show {
    height: calc(100vh - 200px);
  }
 p ,div{
      transform: scale(1); }


  .HIW-left-img{
    height: auto !important;
  }
  
  .HIW-left-img img{
    width: 100%;
  }

}

@media  (min-width: 822px) and (max-width: 913px) {
  footer h6{
    height: 60px;
  }

}

@media (min-width: 767px) and (max-width: 822px) {
 footer h6{
  height: 80px;

 }
 
}

@media (max-width: 767px) {
  /* .navbar-collapse.show {
    height: 300px;
  } */

  .page-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
  .HIW-left-img{
    height: auto;
  }
  
  .HIW-left-img img{
    width: 100%;
  }
}

/* -------------------------------------------------------------- */
                    /* Privacy policy */
/* -------------------------------------------------------------- */


.breadcrumb-box{
  background-image: url(../images/breadcrumb-image.svg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 65px;
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
.breadcrumb-container {
  position: absolute;
  z-index: 1;
  bottom: -14px;
}
.breadcrumb-box h1{
  color: var(--primary-color);
  font-weight: 600;
  font-size: 20px;
}

.breadcrumb-box nav {
  background: #ffffff;
  padding: 5px 10px;
  border: 1px solid #F4F4F4;
  width: max-content;
  border-radius: 7px;
}

.breadcrumb-box nav li.breadcrumb-item,
.breadcrumb-box nav li.breadcrumb-item .btn-link{
  font-size: 12px;
  font-weight: 500;
}

.breadcrumb-box .col-md-12{
  padding: 0px
}

.main-content-box{
  background:#FAFAFA;
}
.body-content-box{
  background:#ffffff;
  /* border-radius: 10px; */
  padding: 20px 40px;
  border: 1px solid #fdfdfd;
}
.body-content-box h2:first-child{ 
  margin-top: 0px;
}

.body-content-box h2{
  font-size: 18px;
  color:var(--primary-color);
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
}

.body-content-box p{
  font-size: 14px;
  color:var(--secondary-color);
  line-height:23px;
  margin-bottom: 5px;
  font-weight: 400;
  letter-spacing: 0.1px;
  text-align: justify;
}

.body-content-box ol li{
  font-size: 14px;
  color:var(--secondary-color);
  line-height:23px;
  margin-bottom: 5px;
  font-weight: 400;
  letter-spacing: 0.1px;
  text-align: justify;
}

/* -------------------------------------------------------------- */
                    /* Login page */
/* -------------------------------------------------------------- */
.login-sliderBox .carousel-item img {
  min-height: 600px;
  max-height: 100%;
}

.login-sliderBox {
  min-height: 600px;
  max-height: 100%;
}

.passwordShowHide,.passwordCheck{
  right: 16px;
  top: 18px;
  font-size: 16px;
  color: #5F0D16;
  pointer-events: all;
}

.passwordShowHide,.passwordCheck:hover{
  color: #5F0D16 !important;
}

.calenderIcon{
  right: 16px;
  bottom: 18px;
  font-size: 16px;
  color: #696969;
}

/* -------------------------------------------------------------- */
                    /* Register page */
/* -------------------------------------------------------------- */

.pass-field input {
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 17px;
  font-size: inherit;
  border-radius: 5px;
  /* border: 1px solid #999; */
}

.content p {
  color: #838383;
  font-size: 13px;
  margin-bottom: 7px;
  font-weight: 300;
}
.content .requirement-list {
  margin-top: 20px;
  margin: 0;
  padding: 0;
}
.requirement-list li {
  font-size: 14px;
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.requirement-list li i {
  width: 17px;
  color: #B8B8B8;
  font-weight: 700;
  font-size: 8px;
  text-align: center;
}
.requirement-list li.valid i {
  font-size: 9px;
  color: #219653;
  border: 1px solid #219653;
  border-radius: 50%;
  padding: 2.5px;
  width: 16px;
  height: 16px;
}
.requirement-list li span {
  margin-left: 7px;
  color: var(--secondary-color);
  font-size: 13px;
  letter-spacing: 0.2px;
}
.requirement-list li.valid span {
  color: var(--secondary-color);
}

input[readonly] {
  background-color: #eee;
 
}

@media screen and (max-width:500px) {
  footer h6{
    margin-bottom: 10px;
    margin-top: 15px;
    padding-bottom: 10px ;
  }
}


/* @media screen and (max-width: 500px) {
  body, .wrapper {
    padding: 15px;
  }
  .wrapper .pass-field {
    height: 55px;
  }
  .pass-field input, .content p  {
    font-size: 1.15rem;
  }
  .pass-field i, .requirement-list li {
    font-size: 1.1rem;
  }
  .requirement-list li span {
    margin-left: 7px;
  }
} */

/* -------------------------------------------------------------- */
                    /* Forgot password page */
/* -------------------------------------------------------------- */

.login-sliderBox {
  min-height: 600px;
  max-height: 100%;
}

.forgotPassword-sliderBox .carousel-item img {
  /* min-height: 600px;
  max-height: 100%;  */
height: 100%;
max-height: 565px;
}

.errortext {
  color: red;
  padding-top: 1px;
  font-size: 12px;
  letter-spacing: 0.2px;
  text-align: left;
}

.errortext img{
  display: none;
}

.unlockAccContent{
  background-color: #FAFAFA;
  border:0.5px solid #E0E0E0;
  border-radius: 5px;
}

.unlockAccContent ul li{
  font-size:13px;
  color:var(--secondary-color);
  text-align: left;
}


/* -------------------------------------------------------------- */
                    /* Landing home page */
/* -------------------------------------------------------------- */
.remitCalculatorBox{
  background: url(../images/home-banner.jpg) left top / contain no-repeat;
  background-size: cover;
  min-height: 580px;
  background-color: #9c1d26;
  /* padding: 11px; */
}

.remitCalculatorSlider-box .carousel-inner .carousel-item{
  min-height: 481px;
}

.remitCalculatorSlider-box .carousel-inner .carousel-item .carousel-caption{
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
}

.remitCalculatorSlider-box .carousel-inner .carousel-item .carousel-caption p:first-child{
  text-align: left;
  color: #ffffff;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.remitCalculatorSlider-box .carousel-inner .carousel-item .carousel-caption h3{
  text-align: left;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1px;
}

.remitCalculatorSlider-box .carousel-inner .carousel-item .carousel-caption p.captionSmallText{
    text-align: left;
    opacity: .8;
    letter-spacing: .3px;
    font-size: 17px;
    line-height: 22px;
}

.remitCalculatorSlider-box .carousel-indicators [data-bs-target]
{  
  opacity: 1;
  background-color: transparent !important;
  border: 1px solid #EAC4C6 !important;
}

.remitCalculatorSlider-box .carousel-indicators .active {
  background-color: #EAC4C6 !important;
  border: 1px solid #EAC4C6 !important;
}

#markeringSliderIndicators .carousel-indicators {
  margin-bottom: -2rem;
}

#remitCalculatorSliderIndicators .carousel-indicators{
  margin-bottom: 4rem;
}


.mr-12{
  margin-right: 12px;
}

.btn-check:checked+.btn{
  color: #000000;
  background: linear-gradient(to right, #FFEBEB, #FAF2DA);
  border-color: #B8B8B8;
}

.idfc-toggle-radiobtn .btn-outline-primary:hover {
  color: #000000;
  background: linear-gradient(to right, #FFEBEB, #FAF2DA);
  border-color: #B8B8B8;
  opacity: 0.8;
}

.idfc-toggle-radiobtn .btn-outline-primary{
  background: #ffffff;
  color: #000000;
  border-color: #B8B8B8;
  border-radius: 50px;
}

.calculator-lines::before{
  content: '';
  display: inline-block;
  height: 100%;
  min-height: 30px;
  position: absolute;
  top: 0px;
  left: 12px;
  width: 5px;
  border-left: 2px dashed #981a1c33;
  max-height: 73px;
}

.calculator-lines::after{
  content: '';
  display: inline-block;
  height: 100%;
  min-height: 80px;
  position: absolute;
  top: 0px;
  right: 12px;
  width: 5px;
  border-left: 2px dashed #981a1c33;
  max-height: 80px;
}

.z-1{
  z-index:1;
}

.calculator-form-box .form-floating>.form-control-plaintext~label, 
.calculator-form-box .form-floating>.form-control:focus~label, 
.calculator-form-box .form-floating>.form-control:not(:placeholder-shown)~label, 
.calculator-form-box .form-floating>.form-select~label {
  transform: scale(.85) translateY(-0.80rem) translateX(2em);
}

.calculator-form-box {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  min-height: 500px;
  padding: 40px 50px 20px 50px;
  margin: 40px 0;
  border: 1px solid var(--primary-color);
  outline: 10px solid #ffffff;
}

.calculator-form-box .input-group .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #B8B8B8;
  border-radius: 0px 6px 6px 0;
  border-width: 1px 1px 1px 0px;
}

.calculator-form-box .idfc-btn-primary{
  padding: 0px 50px;
}

.bg-light-pink{
  background-color: #FFF4F5;  
}

.contact-feedbackForm{
  background: url(../images/contactpage-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}


.WCU-content-box{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 50px);
}

.WCU-left-img{
  height: 400px;
}

.section-title p{
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.bg-light-gray{
  background: #FAFAFA;
}

.HTW-padding{
  padding-top: 60px;
  padding-bottom: 60px;
}

.common-form-box {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  min-height: 400px;
  max-width: 550px;
  padding: 40px 50px;
  margin: 40px 0;
}

.RAF-left-img{
  height: 410px;
  margin: auto;
}

.RAF-left-img img{
  width: auto!important;
}

.RAF-padding{
  padding-top:20px;
  padding-bottom:20px;
}


.rate-alert-box{
  background: url(../images/rate-alert-bg.svg) -150px center / contain no-repeat;
  width: 100%;
  height: 100%;
  background-color: #fde9ea;
}


.rate-alert-box .common-form-box {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  min-height: 400px;
  max-width: 850px;
  padding: 40px 50px;
  margin: 40px auto;
}

.rate-alert-box-postlogin{
  background: url(../images/post-login-rate-alert-bg.svg)  no-repeat;
  width: 100%;
  height: 100%;
  background-color: #fde9ea;
}


.rate-alert-box-postlogin .common-form-box {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  min-height: 400px;
  max-width: 850px;
  padding: 40px 50px;
  margin: 40px auto;
}

.review-single-box{
  background: linear-gradient(to right, #5F0D16, #B43140);
  padding: 25px;
  border-radius: 10px;
  min-height: 380px;
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}

.sliderTestimonial .owl-item .review-single-box {
  background: linear-gradient(270deg, #E0E0E0 3.99%, rgba(231, 231, 231, 0.52) 73.83%);
 
}
.sliderTestimonial .owl-item .review-single-box p{font-size: 16px;font-weight: 400;line-height: 22px;color:#000000;/* text-align: justify!important; */!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;}



.sliderTestimonial  .owl-item.active.center .review-single-box{
  background: linear-gradient(to right, #5F0D16, #B43140)!important;
  
}
.sliderTestimonial  .owl-item.active.center .review-single-box p{font-size: 16px;font-weight: 400;line-height: 22px;color: white}

.testimonial-padding {
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 60px;
  padding-right: 60px;
}

.review-single-box::before{
  content:'';
  position: absolute;
  top: -3px;
  left: 6px;
  /* background: url(../images/quotes.svg) center center / 100% no-repeat; */
  width: 66px;
  height: 66px;
}

#testimonialSlider .carousel-control-prev {
  left: 48%;
  background-color: #DD9FA2;
  border-radius: 50%;
  padding: 7px;
  width: 28px;
  height: 28px;
  bottom: -22%;
  top: initial;
}

#testimonialSlider .carousel-control-next {
  right: 46%;
  background-color: #DD9FA2;
  border-radius: 50%;
  padding: 7px;
  width: 28px;
  height: 28px;
  bottom: -22%;
  top: initial;
}

.HIW-side-img{
  height: 400px;
}
.HIW-left-img{
  height: 500px;
}
.HIW-content-box{
  padding:30px;
  margin:auto;
}

.HIW-content-box .gradient-text{  
  font-size: 20px;
  background: -webkit-linear-gradient(#FEE5E6, #F9CECF);
  background: linear-gradient(#FEE5E6, #F9CECF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
}

.gradient-border{
  background: linear-gradient(#DD9FA2,#EAC4C6);
  width: 150px;
  height: 3px;
  display: inline-block;
  margin: 12px 0 17px;
}

.HIW-content-box ol{
  padding-left: 15px;
  font-size: 15px;
}

.steps-line-img{
  width: 700px;
  margin: auto;
  opacity: 0.7;
}

.HIW-page-padding {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

#howItWorksaccordion .accordion-button:focus {
  z-index: 3;
  border-color: #ffffff;
  outline: 0;
  box-shadow: none;
}
#howItWorksaccordion .accordion-button:not(.collapsed) {
  color: var(--primary-color);
  font-weight: 500;
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid #e7e7e700;
  padding: 30px 30px 0 30px;
}

.maroon-border{display: none;}

#howItWorksaccordion .accordion-header .accordion-button:not(.collapsed) + .maroon-border{
  background: var(--primary-color);
  width: 90px;
  height: 2px;
  display: inline-block;
  margin: 15px 30px;
  position: absolute;
}

#howItWorksaccordion .accordion-body{
  padding: 40px 25px 25px;
  position: relative;
  z-index:5;
}

.accordion-item:not(:first-of-type),.accordion-item:first-of-type {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}

#howItWorksaccordion .accordion-button {
  /* border: 1px solid #e7e7e7;   */
  border-radius: 5px;
}

#howItWorksaccordion .accordion-body p{
  padding-left: 12px;
}


#howItWorksaccordion .accordion-button::after{
  display:none;
}

#howItWorksaccordion .accordion-body.first:after{     
    content: "01";
    font-size: 9rem;
    font-weight: bolder;
    position: absolute;
    color: #ebafaa1a;
    right: 0px;
    bottom: -45px;
    z-index: -1;
}

#howItWorksaccordion .accordion-body.second:after{     
  content: "02";
  font-size: 9rem;
  font-weight: bolder;
  position: absolute;
  color: #ebafaa1a;
  right: 0px;
  bottom: -45px;
  z-index: -1;
}

#howItWorksaccordion .accordion-body.third:after{     
  content: "03";
  font-size: 9rem;
  font-weight: bolder;
  position: absolute;
  color: #ebafaa1a;
  right: 0px;
  bottom: -45px;
  z-index: -1;
}

#howItWorksaccordion .accordion-body.fourth:after{     
  content: "04";
  font-size: 9rem;
  font-weight: bolder;
  position: absolute;
  color: #ebafaa1a;
  right: 0px;
  bottom: -45px;
  z-index: -1;
}

.tracktransfer-sliderBox .carousel-item img {
  min-height: 650px;
  max-height: 100%;
}

.tracktransfer-form-box {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  min-height: 350px;
  padding: 40px 0px;
  margin: 0px 0;
}

.tracktransfer-status{
  background: -webkit-linear-gradient(#FFEBEB, #FAF2DA);
  background: linear-gradient(#FFEBEB, #FAF2DA);
  padding: 20px 1px 20px 31px;
}

.contact-box{
  background: #ffffff;
  border: 1px solid #DD9FA2;
  border-radius: 15px;
  margin: 20px 7px;
}

.contact-box img{
  width: 65px;
}

.modal-body .select2-close-mask{z-index: 2099;}
.modal-body .select2-dropdown{ z-index: 3051;}
.modal-body .select2-container{width:100%!important}
.modal-body .select2-container .select2-selection--single .select2-selection__rendered{text-align: left;}

#requestcallback .modal-dialog{
  max-width: 550px;
}

.status-tracking {
  position: relative;
  display: flex;
  width: 100%;
  /* padding-bottom: 60px; */
  align-items: flex-start;
  gap: 10px
}

.status-tracking:last-child{
  width: 10%;
}

.status-tracking .is-complete {
  display: block;
  position: relative;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  outline: 1px solid #6FCF97;
  background-color: #219653;
  border: 3px solid #ffffff;
  transition: background .25s linear;
  -webkit-transition: background .25s linear;
  z-index: 2;
  min-width: 20px;
  top: 2px;
  box-sizing: border-box;
}

.status-tracking.completed:before{ 
  border: 1px solid #219653;
}

.status-tracking .is-complete:after {
  display: block;
  position: absolute;
  content: "";
  height: 9px;
  width: 7px;
  top: 0px;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  border: 0 solid #afafaf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0
}

.status-tracking.completed .is-complete {
  border-color: #219653;
  border-width: 0;
  background-color: #219653
}

.status-tracking.completed .is-complete:after {
  border-color: #fff;
  border-width: 0px 2px 2px 0;
  width: 5px;
  left: 8px;
  opacity: 1;
  top: -1px;
}

.status-tracking p {
  color: #333333;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 20px;
  position: absolute;
  top: 30px;
  left: 8%;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
  transform: translateX(-50%);
}


.status-tracking::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;  
  top: 12px;
  position: absolute;
  left: 14px;
  z-index: 0;
  border: 1px dashed #54565B;
  border-width: 1px 0 0 0;
}

.status-tracking:last-child::before{
  content: "";
  display: none;
  width: 100%;
  height: 2px;  
  top: 12px;
  position: absolute;
  left: 14px;
  z-index: 0;
  border: 1px dashed #ffffff;
  border-width: 1px 0 0 0;
}

.status-tracker-panel {
  padding: 2rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center
}

#captchImg{
  height:50px;
}

.loader{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fffcfc;
    display: block;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.loader::after{content:'';background:url(../images/idfc-loader.webp);width: 80%;height: 80%;display: block;background-repeat: no-repeat;transform: translate(55%, 33%);}

.absolute-header{
  position: absolute;
  right: 0px;
  z-index: 2;
}

#myTable th{
 color: #981A1D
}

#promoModal .modal-dialog{
  width: 350px;
}

@media screen and (max-width:600px) {
  .sm-screen-btn{
    display: flex !important;
    justify-content: center;
    margin: 30px 0px;
  }

  .sm-screen-btn .loginnav::before {
    left: 16px;
}
  
  .l-screen-btn{
    display: none;
  }

  .nav-item:hover::before {
    height: 0px; 
}
  
  .howItWorks{
    width: 113px;
  }
  
  .howItWorks .active::before {
    left: 9px;
    transition: 300ms;
    height: 3px;
    border-radius: 50px;
    content: "";
    position: absolute;
    background-color: transparent;
  }
  .nav-item::before{
    left: 9px;
  }
  
  .howItWorks::before{
    width: 83%;
  }
  
  .trackTransfer{
    width: 43%;
  } 
  .referFriend {
    width: 35%;
  }
  
  .FAQsContact {
    width: 23%;
  }
  .setRateAlert{
    width: 35%;
  } 
  .progress-custom .steps .text {
    font-size: 11px !important;
  }

  .progress-custom .steps .text {
    margin-top: 30px;
    font-size: 14px;
    min-width: 91px;
    text-align: center;
}
  .form-head{
    padding: 0px !important;
  }

  .checkbox-container {
    align-items: normal !important;
    padding: 15px;
  }
  .dt-length{
    float: left !important;
  }

.dt-search{
  float: right !important;
}
  .dt-input{
    width: 66px !important;
  }

  .sender-img{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
 
  /* #promoMsg{
    width: auto !important;
  } */
  .login-sliderBox .carousel-item img{
    min-height: auto;
  }
  .notification .checkbox{
    font-size: 16px;
  }
  .calculator-form-box{
    border: none;
    box-shadow: none;
  }
  .line-img{
    display: none;
  }
  #rateTC{
    margin-top:4px !important;
  }
  .transaction-details{
margin-top: 20px !important;
  }
  .Feedback-text{
    margin-bottom: 26px;
  }
  #promoModal .modal-dialog{
    width: auto;
  }
}

@media screen and (max-width:479px) {
  .mobilecountry_code_center{
    width: auto;
  }
  .mobilenumber{
    width: 59% !important;
  }
  .mobileCountryCode{
    width: auto;
  }
  .mbVerified-btn{
    padding-left:1rem !important;
  }
  
}

@media screen and (max-width:394px) {
  .sm-screen-btn{
    display: flex !important;
   margin: 20px 0;
  }

      .sm-screen-btn .loginnav::before {
    left: 18px;
}
  .progress-custom {margin-left: 17px!important;}
.trackTransfer {
  width: 48%;
}
.setRateAlert {
width: 39%;}

.referFriend {
  width: 39%;
}
.FAQsContact {
  width: 26%;
}

.mobilenumber{
  width: 54% !important;
}
.dt-input{
  width: 60px !important;
}

}


@media only screen and (max-width: 600px) {
.remitCalculatorBox {
 min-width: auto !important;
}






.RAF-left-img {
    height: 100%;
    margin: auto;
}

.RAF-left-img img{
  width: 100% !important;
  margin-left: 0px !important;
}

.response-table{
  overflow-x: scroll;
}

#customerRate{
margin-left: -25px;
}

.common-form-box {
      padding: 35px 35px;
  
}

.forgotPassword-sliderBox .carousel-item img {
    min-height: 100%!important;
    max-height: 100%;
}
 .register-form-position {
    position: relative;
    right: 0px;
    padding: 15px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    }
li.nav-item {
    padding: 2px 10px;
}
.HIW-page-padding{
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.HIW-side-img img ,.HIW-side-img {
    height: 100%;
	width:100%;
}
.HIW-page-padding .steps-line-img { width:100%}
.register-form-box {padding: 30px 15px;margin: 22px 0;}



.sliderBox .carousel-item img {
    min-height: 100%;
    max-height: 100%;
}
.WCU-content-box {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(5, 39px);
}
#howItWorksaccordion .accordion-body {
    padding: 15px 25px 15px;
      }
.remitCalculatorSlider-box .carousel-inner .carousel-item {
    min-height: 315px;
}

.loader::after {width: 100%;height: 100%;transform: translate(23%, 34%);}
.remitCalculatorSlider-box .carousel-inner .carousel-item .carousel-caption {
    top: 0%;
    transform: translateY(-0%);
}

.remitCalculatorSlider-box .carousel-indicators {    left: 50%;}

.calculator-form-box {
    padding: 22px;
    margin: 20px 15px!important;
   }

.btn {
    min-width: 100px;
    max-width: 100%;
    min-height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding: 0px 16px;
   }

.bg-light-pink {padding: 0 12px;}
img.mx-auto {
       width: 100%;
}
.testimonial-padding {
    padding-top: 70px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.review-single-box{margin-top:20px}
.breadcrumb-box h1 {font-size: 18px;}
.breadcrumb-box{min-height:65px}
.faq-sliderBox1 p { font-size:18px!important}
.faq .body-content-box {
     background:none;
    border-radius: 10px;
    padding: 0px;   
 border: none;
}

.faq h1{font-size: 22px;}
span.accordian_link {font-size: 15px;padding:10px 0}
.WCU-left-img img{ width:100%}
.register-form-box {position: relative;box-shadow: none;}
.tracktransfer-sliderBox .carousel-item img {min-height: 100%;}
.width-mobile{width:25%!important}

}

.dropdown-hide-arrow .select2-selection__arrow{
    display: none;
  }

.dropdown-hide-arrow  .select2.select2-container.select2-container--default{pointer-events:none;}


@media only screen and (max-width: 500px) {
.mobile-pad-right{padding-right:0!important}
.mobile-pad-left{padding-left:0!important}


}

@media only screen and (max-width: 360px) {
.body-content-box {
    background: transparent;
    border-radius: 10px;
    padding: 0;
    border: 1px solid transparent;
}

.remitCalculatorSlider-box .carousel-inner .carousel-item .carousel-caption h3{font-size:24px}
.remitCalculatorSlider-box .carousel-inner .carousel-item .carousel-caption p.captionSmallText {font-size: 15px}
#remitCalculatorSliderIndicators .carousel-indicators {margin-bottom: 1rem;}
}








.progress-custom{
  display: flex;
  justify-content: end;
  width: 100%;
  margin: 0 6%;
}
.progress-custom .steps span.circle{background: #6FCF97;width: 14px;height: 14px;display: block;border-radius: 8px;margin: 0px 40px;position: absolute;opacity: 0.5;left: 0;top: 10p;}

  .progress-custom .steps span.circle::after{
   content: '';
   background: #fff;
   width: 22px;
   height: 22px;
   display: block;
   border-radius: 30px;
   margin: 0 auto;
   position: absolute;
   z-index: -1;
   top: -4px;
   left: -4px;
   border: 2px solid #6FCF97;
   opacity: 0.5;
   }
      .progress-custom .steps .text{
        margin-top: 30px;
        display: inline-block;
        font-size: 14px;
        min-width: 91px;
        text-align: center;
        }
  .progress-custom .steps{position: relative;margin: 0 auto;width: 100%;}

  
  .progress-custom .steps.active span.circle::before{
    content: '';
    background: #6FCF97;
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 20px;
    margin: 0 auto;
    position: absolute;
    z-index: -1;
    top: -11px;
    left: -11px;
    border-bottom: 5px solid #6FCF97;
    z-index: 999999;
    }

    .steps::after{content: '';border-top: 1px dashed #54565B;width: calc(100% - 30px);display: inline-block;position: absolute;top: 6px;left: 62px;right: 0;}
    .steps.active::before{
      content: '';
      animation-direction: alternate;
      border-top: 1px solid #54565b33;
      width: calc(100% - 120px);
      display: block;
      position: absolute;
      top: 6px;
      left: 60px;
      right: 0;
      animation: dash 8s infinite linear alternate;
      border-color: #198754;
      z-index: 99;
      /* max-width: 100%; */
      overflow: hidden;
      }

    .steps:last-child::after{
      display: none
    }






    .steps.completed::after {
      border-top: 1px solid #219653!important;
     

    }
    .steps.completed .circle::after,.steps.completed .circle{
      opacity: 1!important;
    }
    .steps.active .circle::after ,.steps.active  .circle {
      opacity: 1!important;

    }
    .steps.active span.circle::before{
      animation: mymove 1s infinite;
    }



h6.transaction-title{
  color: var(--primary-color);
  margin: 0;
  padding-top: 0!important;
}

    @keyframes flow {
      0% {
          left: 64%;
      }
      100% {
          left: 100%;
      }
  }

  @keyframes dash {
    from {
      width: 0;
   }
    to {
      width: calc(100% - 60px);
   }
   from {
    width: 0;
 }
  }

  @keyframes mymove {
    50% {
      transform: scale(1.5);
      opacity: 0;
   }
    100% {
      transform: scale(2);
      opacity: 0;
   }  


  }
  
  .comom-box-step {
    background: #FFFBFB;
    border: 1px solid #E9E9E9;
    border-radius: 16px;
    padding: 50px;
    margin-bottom: 0px;
  }


  .Exchange-section p{    margin: 0;
    font-size: 16px;
    font-weight: 600;
    }

    .View-Break{
      color: #9b1c25;
    }


    .promo-applied p{
      color: #219653;
font-weight: 600
    }
    .promo-applied{
      background: rgba(33, 150, 83, 0.12);
      margin-top:20px;
      padding:10px;
      text-align: center;
      border-radius: 10px;
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      top: 40px;
    }

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

    .exchangeRate {
      background: #fff;
      max-width: 310px;
      position: absolute;
      left: 50%;
      top: 71px;
      width: 100%;
      transform: translate(-50%, 0);
    }

    .exchangeRate li span {
      text-align: right;
      /* width: 100%; */
    }

    .arrow-up::after {
      right: 145px;
      content: '';
      width: 25px;
      height: 25px;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      border-bottom: 12px solid #d5d0d05e;
      position: absolute;
      top: -25px;
      /* background: red; */
      /* z-index: 9999; */
    }

    .fees {
      font-size: 10px;
      color: #981A1D;
  }


  .border-0 .select2-container--default .select2-selection--single {
    background-color: #fff;
    border-left: none!important;
    border-radius: 0px 6px 6px 0!important;
}

.ifscCodeStep{
  color: #981A1D;
    text-decoration: underline;
    font-weight: 600;
}



.btn-sm-round{
  min-width: 50px;
  width: 100%;
  max-width: 50px;
  text-align: center;
  padding: 0;
  height: 50px;

}

.w-80{
width:80%;
}
.text-line-through{
  color:#8B1A10;text-decoration: line-through;
}

@keyframes slideInFromLeft {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
  
}


@keyframes slideInFromRight {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0);
  }
}

.scrollLeftAnimation {  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 1s ease-out 0s 1 slideInFromLeft;

}

.scrollRightAnimation {  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 1s ease-out 0s 1 slideInFromRight;

}
.text-color{
  color: #8B1A10;
}

.backgrounds{
  background-color: #981A1D;
  border-radius: 10px 10px 0px 0px;
}
.green{
  color: #219653;  
}

.Download-Receipt{
  border: 2px solid #981A1D !important;
  padding: 5px;
  border-radius: 25px;
  width:45%;
}


@media only screen and (max-width: 600px) {

.progress-custom {margin: 1px 0%;}
/* main{    margin-top: 50px;} */
.arrow-up::after {right: 47%;top: -25px;}
.exchangeRate {position: relative;left: 5px!i;!;top: 11px;}
.calculator-line img.arrow{width:100%;max-width: 100%!important;margin: 0;}
.Exchange-section p {font-size: 14px;}
.comom-box-step { padding: 20px 20px;margin-bottom: 30px;}

.calculator-lines .form-floating.z-1{width:35%!important}
.navbar-brand img {
    padding: 15px 0;
    max-width: 180px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;!mportant;!mportan;!mporta;!mport;!mpor;!mpo;!mp;!m;!;
}

}

.navbar-brand img{max-width: 260px}


/* @media only screen and (max-width:1320px){

  .exchangeRate {
    background: #fff;
    max-width: 310px;
    position: relative;
    left: 0;
    top: 10px;
    width: 100%;
}
} */


table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before, table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: '';
  background: url(../images/chevron-up.png);
  width: 15px;
  height: 10px;
  background-repeat: no-repeat;
}

table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 50%;
  width: 15px;
  height: 10px;
  background-repeat: no-repeat;
  background: url(../images/chevron-down.png)
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold;
  /* background: #981a1d; */
  /* color: white; */
  vertical-align: middle;
}


.nav-item.active::before {
    transition: 300ms;
    height: 3px;
    border-radius: 50px;
    content: "";
    position: absolute;
    background-color: var(--primary-color);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 22px!important;
    padding-right: 20px;
   }

 .dt-length  label { margin-left: 10px;text-transform: capitalize;}

.modal-backdrop {width: 100%!important;height: 100%!important;  }

thead th {
  border-bottom: 1px solid var(--primary-color);
  text-align: center;
}

tr {
  background: #FFFBFB;
}

tbody, td, tfoot, th, thead, tr {
  padding: 16px;
}

table {
  caption-side: bottom;
  border-collapse: separate;
  border-spacing: 2px!important;;
}

thead th , tbody tr:last-child td  {
  border-bottom: 1px solid #981A1D !important;
  
}

.table-bordered>:not(caption)>*>* {
  border-width: 0 0px!important;
}

.bar {
    width: 115px;
    height: 5px;
    background: rgb(221, 159, 162);
    background: radial-gradient(circle, rgba(221, 159, 162, 1) 0%, rgba(234, 196, 198, 1) 100%);
    display: block;
    margin-top: 15px;
    border-radius: 3px;
}


.terms a {color:#981a1d}

.text-color:hover{color:#981a1d}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

.carousel-item img{width:100%}

@media only screen and (max-width: 375px) {
    .btn {
        min-width: 100px;
        max-width: 100%;
        min-height: 40px;
        line-height: 40px;
        font-size: 10px;
        padding: 0px 16px;
    }
}
#markeringSliderIndicators .carousel-item img{max-height:450px;border-radius:16px}
.home-page #markeringSliderIndicators .carousel-item img{max-height:500px!important;border-radius:16px}

.social-icon i{
  font-size: 24px;
}

.social-icon a{
color:white}

/* ---------------------------------------------------------------- */
#markeringSliderIndicators .carousel-inner .carousel-item {
  cursor: pointer;
}

  