body{
  font-family: 'Montserrat', sans-serif;
}
.mainsection{
  background:url('../img/Group7.png');
  background-position: center;
  background-size:contain;
  width:100%;
  padding: 15px;
  min-height: 94vh;
}
.top_header a{
  font-size:32px;
  font-weight:600;
}
.top_header{
  padding:15px 0px;
}
.intro_div {
  display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 90px 0px
}
.intro_div h1{
  color:#fff;
   font-family: 'Playfair Display', serif;
  font-size: 78.5px;
    font-weight: 200;
    letter-spacing: 1px;
    margin-bottom:10px;
}
.intro_div h1 strong{
       color: #363636;
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    display: block;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 22px;
}
span.saperator{
  margin-bottom:15px;
  display:block;
      height:10px;
  position:relative;
}
span.saperator:before, span.saperator:after{
 content:'';
    width: 70px;
 height:1px;
 background:#fff;
 position: absolute;
}
.span.saperator:before{
  top:-1px;
  left:0px;
}
span.saperator:after {
    top: 3px;
    left: 0px;
}
.login_form{
      background: #fff;
    padding:10px 15px;
    border-radius: 3px;
    padding-bottom:28px;
}
.login_form h4{
text-align: center;
  color: #f61b5f;  
  font-size:18px;
  margin-bottom:0px;
  font-family: 'Playfair Display', serif;

}
.login_form p{
   text-align: center;
  color: #363636;
  font-family: 'Montserrat', sans-serif;
   /* font-family: 'Montserrat Alternates', sans-serif; */
   margin-bottom:18px;
}
.login_form .form-group{
  width:65%;
  max-width:100%;
    margin: 0px auto;
    padding-bottom: 28px;
}
.login_form .form-group input.form-control{
  border:none;
  border-bottom:1px solid #f61b5f;
  border-radius:0px;
      padding: 0px;
    line-height:20px;
    height: 30px;
    text-align: center;
     font-family: 'Montserrat', sans-serif;
}
.login_form .form-group label{
      margin-bottom: 0px;
    line-height: 1px;
    vertical-align: middle;
     font-family: 'Montserrat', sans-serif;

}
.btn.btn-sign{
border-radius:25px;
  background:#828282;
  text-transform: uppercase;
  color:#fff;  
  width:80%;
  max-width:100%;
  font-size:15px;
  margin-top:24px;
  margin-bottom: 10px;
   font-family: 'Montserrat', sans-serif;
   font-stretch: normal;
  font-style: normal;
    transition: all 0.2s;
  touch-action: manipulation;
}
.btn.btn-disagree{
  border-radius:25px;
  background:#828282;
  text-transform: uppercase;
  color:#fff;  
  width:80%;
  max-width:100%;
  font-size:15px;
  margin-top:24px;
  margin-bottom: 10px;
   font-family: 'Montserrat', sans-serif;
   font-stretch: normal;
  font-style: normal;
    transition: all 0.2s;
  touch-action: manipulation;
}
.btn.btn-sign:hover{
    background:#ff4769; 
}
.form-check.field{
  width:300px;
  max-width:100%;
  margin:0px auto;
}
.form-check .form-check-label input {
    filter: alpha(opacity=0);
    top:-12px;
    left: 104px;
}
.form-check .form-check-label input[type="checkbox"] + .input-helper:before, .form-check .form-check-label input[type="checkbox"] + .input-helper:after {
    position: absolute;
    top:-12px;
   left: 104px;
}
.form-check .form-check-label input[type="checkbox"] + .input-helper:before{
  width:24px;
  height:24px;
  border-radius:5px;
}
.btn.btn-register{
  border-radius:25px;
  border:1px solid #f61b5f;
  color:#f61b5f;
   width:80%;
  max-width:100%;
  font-size:15px;
  margin-top: 38px;
  text-transform: uppercase;
   font-family: 'Montserrat', sans-serif;
   font-stretch: normal;
  font-style: normal;
}
label.form-check-label {
    color: #363636;
     font-family: 'Montserrat Alternates', sans-serif;
}
.form-check-primary.form-check label input[type="checkbox"] + .input-helper:before, .form-check-primary.form-check label input[type="radio"] + .input-helper:before{
  border-color:#ff4769;
}
.login_img{
     margin-top: 10px;
    margin-bottom: 15px;
}
.login_img img {
    width: 210px;
    max-width:100%;
}
input.form-otp{
  letter-spacing:16px;
  font-size: 20px !important;
      margin-top: 8px;
    margin-bottom: 8px;
}
.footer_sec {
    padding: 15px 0px;
    color:#3f3f3f;
}
.footer_sec a{
  color:#ff4769;
}
.footer_sec a:hover{
  text-decoration: none;
}
.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  color:#363636;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
     width: 20px;
    height: 20px;
    left: -26px;
    top: -10px;
    border: 1.5px solid #ff4769;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
      width: 19px;
    height: 19px;
  left: -25px;
    top: -1px;
  font-size: 11px;
  color: #ff4769;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto #ff4769;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

input:focus::placeholder {
  color: transparent;
}
.form-control:focus{
  box-shadow: none;
}
.group_input input.form-control, .group_input label{
  transition: all 0.2s;
  touch-action: manipulation;
  text-align: center;
}
.group_input{
  position: relative;
}
.group_input label {
    position: absolute;
    width: 100%;
    left: 0px;
    opacity: 0;
    top:15px;
    pointer-events: none;
}
.group_input input.form-control:focus + label{
 top:-2px;
 color: rgba(54, 54, 54, 0.5);
 opacity: 1;
 display: none;
}
input.form-control.is-invalid{
   background: 
}
.form-control.is-invalid:focus{
  box-shadow: none;
}

/* register page */
.register_form{
      background: #fff;
    padding:20px 65px 2px;
    border-radius: 3px;
        width:530px;
        max-width:100%;
}
.form_title h4{
    color:#f61b5f;
     font-family: 'Playfair Display', serif;
     text-align:center;
     font-size:24px;
     margin-bottom:22px;
}
.register_form .checkbox label::before{
  top:0px;
}
 .register_form input.form-control, .register_form select.form-control{
  border:none;
  border-bottom:1px solid #f61b5f;
  border-radius:0px;
      padding: 0px;
    line-height:20px;
    height: 30px;
    text-align: center;    
     font-family: 'Montserrat', sans-serif;
       transition: all 0.2s;
         touch-action: manipulation;
  } 
.register_form select.form-control{
  text-align-last:center;
  text-align: center;
}
.register_form select.form-control option {
 font-size:14px;
 opacity: 0.8;
  }
.register_form select.form-control option:hover{
   background-color: transparent !important;
}
.register_form select.form-control option{
  text-align:center;
    font-family: 'Montserrat', sans-serif;
  font-size:15px;
}
.register_form .form-group {
    width:80%;
    max-width: 100%;
    margin: 0px auto;
    padding-bottom: 28px;
}
.form_title {
    margin-bottom: 25px;
}
.register_form .group_input input.form-control:focus + label {
    top: -12px;
    color: rgba(54, 54, 54, 0.5);
    opacity: 1;
    display: none;
}
.register_form .checkbox label::after{
  top:1px;
}
input[type="file"] { 
  z-index:0;
  position: absolute;
  opacity: 0;
}

a.link{
  color:#f61b5f;
}
.hidden{
  visibility: hidden;
}
#busness_card_ds{
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
}
.input_icons img{
  width:100%;
  max-width:100%;
  opacity:0.8;
}
.input_icons{
    position: absolute;
    right: 0px;
    top: 5px;
    width: 25px;
}
.white_clr{
  color:#fff;
}
/* thanks Page */

.success_div{
      background: #fff;
    padding: 65px 95px;
    margin: 0px auto;
    text-align: center;
    border-radius: 3px;
}
.success_div h1{
   text-align: center;
  color: #ff4769;
   font-family: 'Playfair Display', serif;
    margin-bottom:0px;
    font-style: 1.875rem;
}
.success_div h3{
   text-align: center;
  color: #222222;
  font-family: 'Playfair Display', serif;
  margin-bottom:16px;
  font-size: 1.25rem;
}
.success_div p{
    text-align: center;
  color: #363636;
  font-size: 0.875rem;
    line-height: 1.5;
    /*font-family: 'Montserrat Alternates', sans-serif; */
    font-family: 'Montserrat', sans-serif;
}
.success_div img {
    width: 60px;
    max-width: 100%;
    margin-bottom: 10px;
}

/* modal of register page" */

.md-modal {
  position: fixed;
  top: 0;
  left:0;
  width:100%;
  max-width:100%
  min-width: 320px;
  height:100vh;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background:#0003;
}
.md-content{
     width: 50%;
    max-width: 100%;
    height: auto;
    margin: 4% auto;
    height: 85%;
}
.md-content ul{
  list-style-type:decimal-leading-zero;
  padding-left:18px;
  font-size: 14px;
}
.md-content ul li strong{
 margin-bottom:5px;
 font-size:15px;
}
.md-show {
  visibility: visible;
}
.md-content ul li p{
  padding-top:0px;
}
.md-content .scrollerdiv {
    overflow-y: scroll;
    height: 74%;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(143,27,15,0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

/* Content styles */
.md-content {
  color: #363636;
  background: #fff;
  position: relative;
  border-radius: 15px;
  border:1px solid #f61b5f;
}

.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size:24;
  font-weight:500;
 font-family: 'Playfair Display', serif;
 color:#f61b5f;
}

.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}

.md-content > div p {
  margin: 0;
  padding: 10px 0;
   font-family: 'Montserrat', sans-serif;
       font-size: 14px;
}
.md-modal .md-content a.btn.btn-sign{
 background:#ff4769;
 width:35%;
 margin-right:15px;
 max-width:100%;
} 
.md-modal .md-content .btn.btn-disagree{
  width:35%;
  max-width:100%;
}
/* Effect 1: Fade in and scale up */
.md-effect-1{
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-1 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.btn.btn-register{
      transition: all 0.2s;
    touch-action: manipulation;
}
.btn.btn-register:hover{
 background:#f61b5f;
 color:#fff;
}
 #timer {
    /*display: none;*/
    width: 50%;
    margin-top: .25rem;
    font-size: 90%;
    color: #e55353;
}
#resend {
    /*display: none;*/
    width: 50%;
    margin-top: .25rem;
    font-size: 90%;
    color: #e55353;
    
}
.fieldone {
    width: 25%;
    position: relative;
    padding: 0px 5px 0px 0px;
}
.fieldtwo{
  width:90%;
}
.fieldone input.form-control{
  background: transparent;
  text-align:right;
  padding-right:10px;
  color:#363636;
}
.fieldone img.icons_india {
  position: absolute;
    top: 4px;
    left: 0px;
    width: 30px;
    max-width: 100%;
}
.scrollerdiv::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.scrollerdiv::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

.scrollerdiv::-webkit-scrollbar-thumb
{
  background-color: #000000;
}
.linkterms{
  text-decoration: underline;
  color:#f61b5f;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
p#emailsenttext {
    line-height: 15px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 6px;
    border-radius: 5px;
}
/* compatibility issues */
.d-flex, .navbar{
    display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
}
.login_form .form-group input.form-control::-webkit-input-placeholder { 
  text-align:center !important;
}
.justify-content-center{
  display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-align: center;
}
