html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.7;
  background: #FFF;
  color: #868686;
  font-weight: 300;
  font-size: 1.1rem;
  /* background-image: url(../images/body-bg1.png), url(../images/body-bg2.png);
  background-position:100% 0, 0% 100%;
  background-repeat: repeat-y, repeat-y; */
  overflow-x: hidden;
  position: relative;
  /* background-size:inherit; */
  margin: 0 auto;
  padding: 0;
  max-width: 768px;
text-align: center;
}
/* body::before {content: ''; position: absolute; left: 0; top: 0;} */

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #bbbbbb #dddddd;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 5px;
}

*::-webkit-scrollbar-track {
	background: #dddddd;
}

*::-webkit-scrollbar-thumb {
	background-color: #610575;
	border-radius: 10px;
	border: 0px solid #ffffff;
}

::-moz-selection {
  background: rgb(189, 4, 4);
  color: #fff
}

::selection {
  background: rgb(189, 4, 4);
  color: #fff
}

a {
  color: #610575;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease
}

a:hover {
  text-decoration: none;
  color: #c5280d;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #333;
  font-weight: 600;
  margin: 0;
}

h1 {
  font-size: 2.15rem;
}

h2 {
  font-size: 1.80rem;
}

h3 {
  font-size: 1.15rem;
}

h4 {
  font-size: 0.80rem;
}

h5 {
  font-size: 0.50rem;
}

h6 {
  font-size: 0.30rem;
}

p {

  color: #868686;
  /* line-height: 18px; */
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.theme-color {color:#2c307a !important;}
.secondary-color {color:#03aa98 !important;}
img {
  width: 100%;
}

ul,
ul li {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
li {
  list-style-type: none;}

.border-light {
  border: 1px #eee solid;
}

.overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.text-black {
  color: #000 !important
}

.bg-black {
  background: #000 !important
}

.mt-10 {
  margin-top: 120px;
}

/* Button */

.action-btn {
  padding: 10px 40px 10px 40px;
  font-size: 18px;
  color: #651f3b;
  font-weight: 500;
  display: inline-block;
  margin: 3px;
  border-radius: 35px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  border: 0px #000 solid;
}

.primary-btn {
  color: #651f3b;
  background: #eec52c;
}

.secondary-btn {
  background: #2c307a;
  color: #FFF;
}

.primary-btn:hover {
  color: #651f3b;
  background: #eec52c;
}



/* Button */

.bg-navy {
  background: #f2f4ff;
}

.form-control {
  height: auto;
  font-size: 0.8rem;
  padding: 15px 10px;
}

.form-control:active,
.form-control:focus {
  border-color: #7971ea
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}
header .logo {width: 180px; margin: 20px 0 10px 0;}

.logobox {
  width: 100%;
  padding: 10px 20px 10px 10px;
  font-size: 20px;
  position: relative;
  color: #FFF;
  text-align: center;
  margin: 30px 0px;
}
.logo-container img {width: 180px; margin: 0px 10px;}



.form__radio-input {
  display: none;
}
.form__radio-label {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
}
.form__radio-button {
  height: 1.5rem;
  width: 1.5rem;
  border: 5px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transform: translateY(-2px);
}
.form__radio-button::after {
  content: "";
  display: block;
  height: 1.3rem;
  width: 1.3rem;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transition: opacity 0.1s;
  transform: translate(-50%, -50%);
  background-color: #55c57a;
  opacity: 0;
}
.form__radio-input:checked + .form__radio-label .form__radio-button:after {
  opacity: 1;
}
.form-box label {width:100%; text-align: center; margin: 20px 0px 0px 0px;}
.radiobox {display: flex; justify-content: space-around;}
.icon-box {border: 1px #ccc solid; padding: 20px; margin: 0px 0px 10px 0px;}
.icon-box img {width: 40px;}
.icon-box h3 {font-size: 16px; font-weight: 500; margin: 8px 0px 0px 0px;}

.bottombanner {margin: 20px 0px;}
 #incomerange, #employmentstatus {display:none;}
.onestepfield {background: #2e65b3;
padding: 10px;
color: #FFF;
border-radius: 10px;}
.onestepfield h2 {color: #FFF; font-size: 24px;}
.form-box {text-align: left;}
.form__radio-label {font-size: 14px;}
.bottombox h3 {font-size: 24px; color: #000; margin-top: 20px;}


.thankyou-container {margin: 0; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; padding: 0; border: 0px #000 solid;
  background-image:url(../images/thankyou.png);
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
} 
.thankyoubox {    text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 25px 10px;
  border-radius: 10px;}
  
  .congratulations {margin: 10px 0px 20px 0px;
    font-weight: 700;
    font-size: 36px;}
.thankyoubox img {width: 100px; display: inline-block; margin: 0px;}
.thankyoubox h1 {font-size: 36px; color: #FFF;}
.thankyoubox span {font-weight: 300; color: #FFF; display: block; font-size: 14px; margin-bottom: 0px; padding: 0px 10px;}
/* .thankyoubox .action-btn {text-decoration: none; background: #FFF; color: #610575; padding: 10px 20px 10px 20px; margin-top: 20px;}
.thankyoubox .action-btn:hover {color: #610575;} */

@media (max-width: 767px) {
  .middle-content .row .col-md-6:nth-of-type(2) {order: 1;}
  .middle-content .row .col-md-6:nth-of-type(1) {order: 2;}
  .middle-content, footer {padding:0px 20px 0px 20px;}
  .logo-container {padding: 20px 0px 0px 0px;}
  .left-text h2 {font-size: 18px; margin: 15px 0px;}
  footer h3 {font-size: 18px;}
  .bottom-line {display: block;}
  .left-text ul li {width: 100%; display: block;}
  footer ul li {padding-right: 0; border: 0px #000 solid; display: block; margin: 5px 0px;}
  .logobox {width: 100%; height: 65px; border-radius: 5px; margin: 0;}
  .form-section {border-radius: 5px;}
  .logobox:after {display: none;}
  .logo-container img {width: 100px;}
  .card-image img {width: 100%; height: auto;}
  .card-text h3 {font-size: 18px; margin: 10px 0px 5px 0px;}
  .fee-container {display: block; margin: 0px 0px 20px 0px;}
  .card-features {margin-left: 0; margin-top: 20px;}
  .fee-container span {margin: 0;display: block;}
  .card-features ul + div {text-align: center;}
  .middle-content p {margin-bottom: 0;}
  .modal-dialog {margin: 1.5rem;}
  .thankyoubox img {width: 100px;}
  .thankyoubox h1 {font-size: 22px;}    
  .mobile-btn {display: none;}
  .mobile-btn12 {position: fixed; display: block; left: 50%; bottom: 5px; width: 90%; z-index: 11; text-align: center;margin-left: -47%;}
  .mobile-btn12 .action-btn {width: 98%;}
  .owl-slider {margin-bottom: 50px;}
  .card-image {margin: 0px auto;}
  .owl-nav {width: 100%; position: absolute; top: 75px; font-size: 42px; color: #FFF;}
  .owl-nav .owl-prev {position:absolute; left: -15px;background: #fff;
    color: #000;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;}
  .owl-nav .owl-next {position:absolute; right: -15px;background: #fff;
    color: #000;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;}

}


.form__radio-input {opacity: 0; display:block; position: absolute; width: 22px; height: 60px; z-index: 1;}
ul.parsley-errors-list {margin: 0; padding: 0;}
ul.parsley-errors-list .parsley-required, #msg1, .parsley-custom-error-message {font-size: 12px;color: #ff7a7a !important; font-weight: 500;}
header img {width: 100%; max-width: 150px; margin: 20px 0px;}