@font-face  {
  src: url(./cssfonts/freakshow.regular.ttf);
  font-family: freakshow-regular;
}

/*for animation*/
.carousel-fade .carousel-item {
opacity: 0;
transition-duration: 0.3s;
transition-property: opacity;
}
.carousel-fade .carousel-item.active {
opacity: 1;
}

.page_unfade {
  opacity: 1;
}

.active_fade {
  opacity: 0;
transition-duration: 0.3s;
transition-property: opacity;
}

.terms_text{
	/*margin: 20px 0 0 0 !important;*/
	
}

/*animation style ends here*/

/*navbar start*/
_:-ms-fullscreen, :root .serviceDropdown .services_card .services_link {
  display: block;
  width: 100%;
}
/*navbar end*/

.debit_page_container {
  margin-top: 35px;
}

.debit_heading {
  font-family: lato-regular;
  font-size: 1.813rem;
  color: #97144d;
  padding: 0 60px;
}

/*breadcrum*/
.breadcrumb {
  padding: 0 1rem 0 0;
  background-color: transparent !important;
  margin-bottom: 0 !important;
  padding: 0 60px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "\e93b";
  color: #ababab;
  font-family: 'icomoon';
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  vertical-align: middle;
  font-size: 7px;
}

.breadcrumb .breadcrumb-item a {
  color: #434343;
  font-size: 1rem;
  font-family: lato-regular;
}

/*breadcrum end*/

.debit_content {
  display: flex;
  margin: 0 60px 0 60px;
  padding: 28px 0;
}

.debit_para {
  font-family: lato-regular;
  font-size: 1.125rem;
  color: #171717;
}

.form-group .debit_label {
  font-family: lato-regular;
  font-size: 1rem;
  margin-bottom: 0 !important;
}

.form-control::placeholder {
  font-family: lato-regular;
  font-size: 1rem;
  opacity: 0;
}

.form-control:focus::placeholder {
  opacity: 1;
}

.process_debit .form-text {
  font-family: lato-bold;
  font-size: 0.75rem;
  color: #393939 !important;
  opacity: 0.8;
}

.form-group {
  position: relative;
}

/*.debit_label,
.captcha_label {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s ease all;
  color: #393939;
}*/

.captcha_label {
  font-size: 1.125rem;
}

/*axis way start*/

/* .form-group .debit_label, */
.form-group .form-control:not(.input_filled) + .debit_label,
.form-group .form-control + .debit_label  {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 0 0 0;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  font-family: lato-regular;
  font-size: 1rem;
  margin-bottom: 0 !important;
  pointer-events: none;
}
.form-group .form-control:focus + .debit_label,
/* .form-group .form-control:valid + .debit_label */
.form-group .form-control.input_filled + .debit_label {
  font-size: 90%;
  color: #97144d;
  -webkit-transform: translate3d(0, -75%, 0);
  -moz-transform: translate3d(0, -75%, 0);
  transform: translate3d(0, -75%, 0);
  border-bottom: none !important;
}

.form-group .form-control:not(:focus)::-ms-input-placeholder,
/* .form-group .form-control:not(:valid)::-ms-input-placeholder, */
.form-group .form-control:not(.input_filled)::-ms-input-placeholder {
  opacity: 0 !important;
}

.form-group .form-control:focus::-ms-input-placeholder,
/* .form-group .form-control:valid::-ms-input-placeholder, */
.form-group .form-control.input_filled::-ms-input-placeholder {
  opacity: 1 !important;
}

_:-ms-fullscreen, :root .form-control:not(:focus) + .debit_label {
	border-bottom: 1px solid #D9D9D9;
	width: 100%;
	transition: 0ms;
}

_:-ms-fullscreen, :root .form-control:focus + .debit_label {
	border-bottom: none !important;
}

/*axis way end*/
/*IE11*/
/*input:not(:-ms-input-placeholder) + .debit_label,
input:focus + .debit_label {
    cursor: pointer;
    color: #97144d;
    -webkit-transform: translate(0, -0.8rem) scale(0.75);
    -moz-transform:    translate(0, -0.6rem) scale(0.75);
    -ms-transform:     translate(0, -0.6rem) scale(0.75);
    -o-transform:      translate(0, -0.6rem) scale(0.75);
    transform: translate(0, -0.6rem) scale(0.75);
    transform-origin: left top;
}*/

/*IE11*/
/*:-ms-input-placeholder + label {
    cursor: text;
    -webkit-transform: translate(0, 0.7rem) scale(1);
    -moz-transform:    translate(0, 0.9rem) scale(1);
    -ms-transform: translate(0, 0.4rem) scale(1);
    -o-transform:      translate(0, 0.7rem) scale(1);
    transform: translate(0, 0.4rem) scale(1);
    transform-origin: left bottom;
}*/

.form-control:-ms-input-placeholder {
    font-family: lato-regular;
    font-size: 1rem;
    opacity: 0 !important;
}

.form-control:focus:-ms-input-placeholder {
    opacity: 0 !important;
}
_:-ms-fullscreen, :root .notes { 
  display: block !important;
  width: 100% !important;
}
_:-ms-fullscreen, :root .generate_captcha {
  background-color: #e6e6e6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 227px;
  height: 40px;
  padding: 8px 5px 8px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #97144d;
  font-size: 1.57143rem;
  line-height: 1;
  position: relative;

}
/*IE 11 end*/

.process_debit .form-group .form-control {
  border: 1px solid transparent !important;
  border-bottom: 1px solid #D9D9D9 !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
}

.process_debit .country-code,
.process_debit .country-code::placeholder {
  font-size: 1rem;
}

.terms {
  display: flex;
  /*margin-bottom: 31px; */
}

.captcha_content {
  display: flex;
  align-items: center;
  margin-bottom: 30px !important; 
}

.captcha_input::placeholder {
  font-family: lato-regular;
  font-size: 1.25rem;
  color: var(--debit_small);
}

#captcha_input {
  font-size: 1.125rem;
}

.captcha_letter {
  font-size: 0.938rem;
  padding: 0 5px;
  color: var(--debit_small);
  margin-left: 20px;
  font-family: freakshow-regular;
}

.generate_captcha {
  background-color: #e6e6e6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 150px;
  height: 40px;
  padding: 8px 10px 8px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #97144d;
  font-size: 1.57143rem;
  line-height: 1;
  position: relative;

}

.refresh_captcha,
.refresh_captcha:hover {
  position: absolute;
  right: 0;
  color: #97144d;
}

.icon-refresh::before {
  font-size: 1.3rem;
}

/* button */
.debit_buttons {
  display: flex;
  margin-top: 40px;
}

.debit_buttons .reset {
  font-family: lato-bold;
  font-size: 1rem;
  padding: 9px 25px;
  background-color: #F0F0F0;
  margin-right: 15px;
  color: #171717;
  opacity: 0.6;
  border: 1px solid transparent;
}

.debit_buttons .enter_details {
  font-family: lato-bold;
  font-size: 1rem;
  padding: 9px;
  background-color: #97144d;
  color: #fff;
  border: 1px solid transparent;
}
.debit_buttons .enter_details:hover {
  background-color: #fff;
  color: #97144d;
  border: 1px solid #97144d;
}

/* ----------------------------------------------------------------------- */
.process_debit {
  width: 100%;
  height: auto;
  padding: 35px 40px;
  margin-right: 0;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 99px 0 rgb(0, 0, 0, 0.07);
  -moz-box-shadow: 0 3px 99px 0 rgba(0,0,0,0.07);
  box-shadow: 0 3px 99px 0 rgb(0 ,0 ,0, 0.07);
}

.customer_text {
  font-family: lato-bold;
  font-size: 1.125rem;
  color: #171717;
}

.customer_feedback_text {
  font-family: lato-regular;
  font-size: 1.125rem;
  color: #171717;
}


.contact {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 40px 0;
}

.contact form {
  width: 50%;
}

.contact .form-group {
  width: 45%;
}

.question {
background-color: #FAFAFA;
padding: 30px 25px;
margin-bottom: 7px;
}


.question_text, .highlight {
  font-family: lato-bold;
  font-size: 1.125rem;
  color: #171717;
}

.highlight {
  color: #97144d;
  margin-right: 11px;
}

.answer {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.captcha {
 margin: 40px 0 60px 0;
}

.captcha .form-group {
width: 45%;
}

.question_text {
display: flex;
}

.question_sentence {
display: flex;
flex-wrap: wrap;
}

textarea {
resize: none;

}

.question #text_area {
  border-bottom: 1px solid transparent !important;
  padding: 6px 12px !important;
}

.text_content {
  margin-top: 10px;
}

/*checkbox*/
/* The container */
.checkbox_container {
  display: inline-block;
  position: relative;
  margin: 0 39px 24px 0;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container .checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover .checkbox ~ .checkmark {
  background-color: #fff;
  border: 1px solid #707070;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container .checkbox:checked ~ .checkmark {
  background-color: #97144d;
  border: 1px solid #97144d;
  display: block;
}

.checkbox_container .checkbox:checked ~ .checkmark:after {
    border-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Show the checkmark when checked */
.checkbox_container .checkbox:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #97144d;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*custom checkbox end*/

/*debit-page4 css start*/
.debit_content_4 {
  display: none;
  margin: 37px 85px 40px 60px;
}

.debit_content_4 .great_text {
  font-family: lato-regular;
  font-size: 1.813rem;
  color: #97144d;
  margin-bottom: 9px;
}

.debit_content_4 .process_debit {
  padding: 27px 48px 0 57px;
  margin-right: 0;
  height: auto;
  width: 100%;
}

.debit_content_4 .image {
  width: 30%;
  margin-left: 15px;
}

.debit_content_4 .image img {
  width: 100%;
}

.debit_content_4 .blocked_card_content {
  display: block;
  width: 100%;
}

.debit_content_4 .block_content_section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.debit_content_4 .para_text {
  font-family: lato-regular;
  font-size: 1.125rem;
  color: #171717;
  margin-bottom: 50px;
}

.debit_content_4 .debit_buttons {
  display: inline-block;
  margin-bottom: 20px;
}

.debit_content_4 .close_btn {
  padding: 10px 50px;
  background-color: #97144d;
  color: #fff;
  border: 1px solid transparent;
}
.debit_content_4 .close_btn:hover,
.debit_content_4 .close_btn:focus {
  padding: 10px 50px;
  background-color: #fff;
  color: #97144d;
  border: 1px solid #97144d;
}

.debit_content_4 .debit_buttons .enter_details {
  font-family: lato-bold;
  font-size: 1rem;
  padding: 9px;
  background-color: #97144d;
  color: #fff;
  border: 1px solid transparent;
}
/*debit-page4 css end*/


/*reponsiveness*/


@media (max-width: 992px) {
  .breadcrumb, .debit_heading {
    padding: 0 20px;
  }
.question {

padding: 30px 5px;

}
  
  .debit_content, .debit_content_2 {
      margin: 0 20px;
  }
  .process_debit {
      margin-right: 30px;
  }
  .form-group .debit_label {
    font-size: 0.9rem;
  }
  .terms {
    align-items: center;
  }
  .terms .checkmark {
    top: -10px;
  }
  .debit_content_4 {
    margin: 37px 20px 40px 20px;
}
}

@media (max-width:768px) {
  .process_debit {
      margin-right: 0;
  }
  .contact {
    flex-direction: column;
  }
  .contact form, .contact .form-group {
    width: 100%;
	margin: 30px 0 0 0 !important;
  }
  .captcha .form-group {
    width: 100% !important;
  }
  .debit_content {
    flex-direction: column;
    margin: 0 20px;
  }
  .debit_content_4 .image {
    display: none;
  }
  .debit_content_4 .process_debit {
    padding: 27px 24px 27px 24px;
  }
}

@media (max-width: 576px) {
  _:-ms-fullscreen, :root .navbar-brand img {
    width: 90px;
  }
  .breadcrumb, .debit_heading {
    padding: 0 15px;
  }
  .breadcrumb {
    display: none;
  }
  .debit_heading {
    font-size: 1.6rem;
  }
  .form-group .debit_label {
    font-size: 0.72rem;
  }
  .debit_content {
    margin: 0 15px;
  }
  .debit_content_2 .form-group {
    margin: 0 0 30px 0;
  }
  .process_debit {
    min-width: 0;
    width: 100%;
    height: auto;
    padding: 27px 12px;
  }

  .captcha_content .icon-refresh {
    margin-left: 20px;
  }
  .captcha_letter {
    margin-left: 20px;
  }
  .terms .terms_text {
    font-size: 0.8rem;
  }
  .debit_content_4 {
    margin: 37px 15px 40px 15px;
  }
}


