  @font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  }
  @font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
  }
  /*@font-face {*/
  /*  font-family: "Montserrat";*/
  /*  src: url('../fonts/Montserrat-Bold.ttf') format("truetype");*/
  /*}*/
   body{
    font-family:"Montserrat", sans-serif !important;
  }


 /*--------------Navigation Bar----------------------*/
 .navbar-sec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
  padding: 0px 40px;
  z-index: 10000;
  background-color:#fff;
}
.navbar-sec.sticky-nav {
  padding: 0px 40px;
  background: #fff !important; 
  height: 65px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.navbar-sec  .navbar-logo {
  position: relative;
 width: 20%;
  transition: 0.6s;
  margin-top:5px;
  margin-bottom:5px;
}
.navbar-logo img{
    width: 45%;
}
.navbar-sec .nav-content{
    color:#000;
    text-decoration:none;
}

/*----------------- Section --------------- */
.b2of-register{
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: url(../img/Registration-page-bg-new.jpg);*/
  height: 90vh;
  background-repeat: no-repeat;
  background-size: 100%;
}

.student-card{
display: flex;
    justify-content: center;
    margin-left: 62%;
}
.parent-card{
    display: flex;
    justify-content: center;
    gap:2rem;
    margin-top:50px;
    flex-wrap: wrap;
    /*margin-left: -10%;*/
}
.swap-card {
  display: none;
}
.b2of-register-inner{
/*opacity: .8;*/
/*background: #000000cc;*/
background: #e9ecef;
padding: 80px;
padding-top: 40px;
text-align: center;
border-radius: 20px;
}
.b2of-register-inner h1{
  text-transform: uppercase;
   /*color: #00A9FF;*/
   color: #000000b5;
  font-weight: bolder !important;
}
.b2of-register-inner p{
color: #000;
font-size: 22px;
/*margin-bottom: 50px;*/
}
.parent-card img, .student-card img{
  width: 60%;
  margin-bottom: 20px;
}
.start-button a:hover{
    color: #fff;
    /*transform: scale(0.9);*/
}
.start-btn a:hover{
    color: #fff;
    background-image: linear-gradient(to right, #3FA8F4 , #39B44A);
    /*transform: scale(0.9);*/
}
::selection{
  color: white;
  background: #48DBFB;
}
.start-btn a{
  /*background: #fff;*/
  color: #fff;
  padding: 25px 15px;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 5px 5px 15px rgba(0,0,0,.1);
  background-image: linear-gradient(to right, #3FA8F4 , #39B44A);
  /* transform: scale(1);
  transition: 1s all; */
  font-weight:bold;
  
}
.modal-box{
  top: 40%;
  opacity: 0;
  visibility: hidden;
  background: white;
  height: 100%;
  width: 100%;
}
.start-btn.show-modal{
  opacity: 0;
  visibility: hidden;
}
.modal-box.show-modal{
  top: 50%;
   left: 50%;
  opacity: 1;
  visibility: visible;
  transition: .4s;
}
.modal-box .fa-times{
  position: absolute;
  top: 40px;
  right: 0;
  height: 45px;
  width: 50px;
  line-height: 40px;
  color: #000;
  font-size: 18px;
  border-radius: 0 5px 0 50px;
  /* padding-left: 13px; */
  cursor: pointer;
}
.fa-times:hover{
  font-size: 22px;
}

.center-1,.start-button{
  position: absolute;
  /* top: 65%;
  left: 32%; */
  /*right: 32%;*/
  transform: translate(-50%, -50%);
}
.start-button a{
  background: #fff;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 5px 5px 15px rgba(0,0,0,.1);
  background-image: linear-gradient(to right, #3FA8F4 , #39B44A);
  transform: scale(1);
  transition: 1s all;
  
}
.modal-box-1{
  top: 40%;
  opacity: 0;
  visibility: hidden;
  background: white;
  height: 100%;
  width: 100%;
}
.start-button.show-modal-1{
  opacity: 0;
  visibility: hidden;
}
.modal-box-1.show-modal-1{
  top: 50%;
   left: 50%;
  opacity: 1;
  visibility: visible;
  transition: .4s;
}
.modal-box-1 .fa-xmark{
  position: absolute;
  top: 40px;
  right: 15px;
  height: 45px;
  width: 50px;
  line-height: 40px;
  color: #000;
  font-size: 18px;
  border-radius: 0 5px 0 50px;
  padding-left: 13px;
  cursor: pointer;
}
.fa-xmark:hover{
  font-size: 22px;
}


/*------------------------------------------------------------------------*/
.parent-page{
  text-align: start;
  /*border-left: 15px solid #006837;*/
  /*border-right: 15px solid #006837;*/
  padding-top:50px;
}
.parent-info{
  display: flex;
 padding-top: 10px;
}
.child-add-info{
  justify-content: center;
}
.parent-img{
  width: 25%;
}
.parent-img img{
  width: 75%;
  margin-bottom: 10px;
}
.parent-info-content{
  width: 75%;
  margin-right: 50px;
  margin-top: 30px;
}
.child-info-content{
  width: 50% !important ;
  margin-left: 30px !important;
}
.parent-info-content h5{
  color: #006837;
  margin-bottom:25px;
  font-weight:bold;
}
.parent-info-content input, .parent-address input, .parent-info-content textarea{
  border: none;
  border-bottom: 1px solid #006837;
  margin-bottom: 20px;
  width: 90%;
}
.parent-info-content select{
  border: none;
  border-bottom: 1px solid #006837;
  margin-bottom: 20px;
  width: 90%;
  padding:5px;
}
.parent-address {
  width: 28%;
  margin-top: 60px;
}
.parent-info input:focus, .parent-info-content textarea:focus, .parent-info-content select:focus{
outline: none;
}
/* .name input{
  width: 45%;
}
.name .last-name{
  width: 45%;
  margin-left: 30px;
} */
.country-city input{
  width: 44%;
}
.country-city .city{
  margin-left: 25px;
}
.radio-info input{
  width: 5%;
  margin-left: 30px;
}

.children-information-bg{
  /*background: #e9ecef;*/
  padding: 10px 0px; 
  padding-bottom: 40px;
}
.children-information {
  display: flex;
  column-gap: 60px;
}
#children-information{
 padding-bottom: 20px;
}
.children-information input:focus{
  outline: none;
}
.children-info-head{
  /*text-align: center;*/
  color: #006837;
}
.children-info input{
  border: none;
  border-bottom: 1px solid #006837;
  margin-bottom: 20px;
  background: #e9ecef;
  width: 90%;
}
.multi-page{
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.multi-page i{
  font-size: 30px;
  color: #006837;
  margin-right: 20px;
  cursor: pointer;
}
.no-of-child{
  background: #fff;
  padding: 10px;
  height: 50px;
  border-radius: 10px;
  width: 45%;
  margin-bottom: 10px;
}
.no-of-child input{
  width: 20% !important;
  background: #fff;
}
.name-child input{
  width: 40%;
  margin-right: 40px;
}
.register-card input{
  border: none;
  border-bottom: 1px solid #006837;
  margin-bottom: 30px;
  width: 100%;
  background: #e9ecef;
}
.register-card{
  padding: 25px;
  /*background: #e9ecef;*/
  border-radius: 10px;
  margin-top: 20px;
  text-align: center;
  /*height: 250px;*/
  
}
#register-card{
  margin-top: 30px;
}
.register-card a{
  text-decoration: none;
  color: #fff;
  background: #006837;
  padding: 10px 20px;
  border-radius: 5px;
}
.register-card button{
  background: #006837;
  border: none;
  color: #fff;
}
.children-info{
  width: 50%;
  background: #e9ecef;
  padding: 10px;
  border-radius: 10px;
}
.children-info-title{
  margin-bottom: 1.5rem;
}
#children-info{
  margin-top: 20px;
}
#children-info input{
  margin-bottom: 30px;
}
.gender-child label{
  width: 100%;
  margin-right: 20px;
}
.gender-child input{
  width: 6%;
}
@media (min-width: 768px){
  .container{
      max-width: 800px !important;
  }
  .start-button a{
      margin-left:20%;
  }
  }
@media (min-width: 1200px){
.container {
    max-width: 1200px !important;
}
}
@media only screen and (max-width: 400px){
   .start-button a{
    padding: 3px 5px !important;
  }
  .start-btn a{
       padding: 15px 5px !important;
  }
}
@media only screen and (max-width: 500px){
  .start-button{
    right: 0% !important;
  }
  .start-btn{
    left: 30% !important;
  }
  /* .b2of-register {
    height: 26vh !important;
} */
.no-of-child{
  width: 75% !important;
}
}
@media only screen and (min-width: 500px) and (max-width: 575px){
 .start-button{
     right: 6% !important;
 }   
}
@media only screen and (max-width: 600px){
  .parent-info{
    display: block;
    padding: 50px;
  }
  .parent-info-content {
    width: 100%;
    margin-right: unset;
    margin-top: 30px;
}
.radio-info input{
  margin-left: unset;
}
.parent-address {
 width: 100%;
   margin-top: unset; 
}
/* .name input, .name .last-name, .country-city input, .children-info, .name-child input{
  width: 100%;
} */
.name .last-name, .country-city .city{
  margin-left: unset;
}
.children-information{
  display: block;
  padding: 30px;
}
.no-of-child{
  width: 40%;
}
.children-info input{
  width: 100%;
}
.gender-child input{
  width: 10%;
}
/* .b2of-register{
  height: 50vh;
} */
.b2of-register-inner h1{
  font-size: 20px;
}
.b2of-register-inner p{
  font-size: 14px;
}
.b2of-register-inner{
  padding: 30px;
  padding-top: 20px;
}
.start-btn a{
  padding: 20px 15px;
}
.start-button a{
  padding: 5px 15px;
}
.start-button{
  right: 15%;
}
.start-btn{
  left: 35%;
}
}
@media only screen and (min-width: 600px) and (max-width: 767px){
  .container{
    max-width: 650px !important;
  }
  /* .name input, .name-child input, .country-city input, .children-info input, .name .last-name{
    width: 100%;
  } */
  .name .last-name, .country-city .city, .radio-info input{
    margin-left: unset;
  }
  .no-of-child{
    width: 205px;
  }
  .gender-child input{
    width: 10%;
  }
  .children-info-title{
    font-size: 18px;
  }
  /* .b2of-register{
    height: 45vh;
  } */
  .b2of-register-inner{
    padding: 40px;
   }
  .start-button{
    right: 10%;
  }
  .start-btn{
    left: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){

  /* .name input{
    width: 40%;
  } */
  .name .last-name{
    width: 43%;
  }modal-box-1 .fa-xmark
  .country-city .city{
    margin-left: 20px;
  }
  .country-city input{
    width: 43%;
  }
  .no-of-child{
    width: 50%;
    
  }
  .multi-page {
      flex-direction:column;
  }
  .children-information{
    column-gap: 30px;
  }
  /* .register-card{
    width: 45%;
  } */
  .name-child input{
    margin-right: 30px;
  }
  /* .b2of-register{
    height: 45vh;
  } */
  /*.start-button{*/
  /*  right: 22%;*/
  /*}*/
  /*.start-btn{*/
  /*  left: 37%;*/
  /*}*/
}
@media only screen and (min-width: 992px) and (max-width: 1100px){
  /*.start-button{*/
  /*  right: 26%;*/
  /*}*/
  /* .b2of-register{
    height: 45vh !important;
  } */
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
  /* .name input{
    width: 44%;
  } */
  .no-of-child{
    width: 65%;
  }
  .name-child input{
    margin-right: 30px;
  }
  .container {
    max-width: 1001px !important;
}
/* .b2of-register{
  height: 70vh;
} */
}


/*.upload-img {
  background: #caedf1;
  text-align: center;
  border-radius: 50%;
 
  margin-right: 50px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}*/
.upload-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.upload-img img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #cecece;
    background-color: #00879d2e;
}

/*.upload-img img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}*/
.uplo-btn-block {
   text-align:center;
   padding:20px 0px;
}
.upload-img-btn:hover{
  color: #fff;
}
.upload-img-btn {
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
  background: #00879d;
  cursor: pointer;
}
 
 
.parent-info{
  margin-bottom: 50px;
}

@media only screen and (max-width: 400px){
  .progress::before {
    width: 70% !important;
    top: 30% !important;
  }
  .heading {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 401px) and (max-width: 500px){
  .progress::before {
    width: 70%;
    top: 30% !important;
  }
  .heading {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 600px){
    .parent-img {
    width: 300px !important;
    margin:0 auto;
}
.progress-main {
  width: unset !important;
}
}
 
@media only screen and (min-width: 601px) and (max-width: 767px){
  .parent-img {
    width: 48%;
}
.progress-main {
  width: unset !important;
}
.parent-info{
  margin-bottom: 0px;
}
/*.upload-img-btn{
  margin-left: 18%;
}*/
}
 
@media only screen and (min-width: 768px) and (max-width: 991px){
  .parent-img{
    width: 33%;
  }
  .progress-main {
    width: 70% !important;
  }
 /* .upload-img-btn{
    margin-left: 19%;
  }*/
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
  /*.upload-img-btn{
    margin-left: 20%;
  }*/
}
.collect-child {
  /* justify-content: center;
     display: grid; */
   text-align: center;
}
.img-fluid {
   width: 100px !important;
   height: 100px !important;
   object-fit: cover;
   border-radius: 100%;
}



.progress-main{
    margin:0 auto;
    padding-top:60px;
    width:50%;
}

.progress {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: space-between;
  background-color: unset !important;
  height: unset !important;
}

.progress:before {
  content: "";
  background-color: #cecece;
  position: absolute;
  width: 80%;
  height: 5px;
  top: 30%;
  transform: translateY(-50%);
  z-index: -1;
  left:10%;
}

.progress-bar {
  position: absolute;
  width: 0;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #11aa75;
  transition: width 0.4s ease;
  z-index: -1;
}

.step-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.step {
  width: 40px;
  height: 40px;
  background-color: #cecece;
  border-radius: 50%;
  border: 4px solid #cecece;
  display: grid;
  place-items: center;
  color: #000;
  transition: border-color 0.5s ease-in-out;
}

.step.active {
  border-color: #11aa75;
  color: #000;
  font-size: 16px;
}

.heading {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
.start-btn.show-modal {
  opacity: 1 !important;
  visibility: visible !important;
}
.child-parent-info{
  display:flex;
  width:90%;
}
.child-parent-info input{
 margin-left:20px;
}

/***** Register Password Eye section *****/

.register-password-container {
  position: relative;
}
.toggle-password-secure {
  z-index: 999;
  position: absolute;
  right: 50px;
  top: 25%;
  transform: translateY(-50%);
  cursor: pointer;
}

/**** Regsiter Star Color ****/
.input-wrapper {
  position: relative;
}
.input-wrapper::after {
  content: "*";
  color: red;
  font-size: 16px;
  position: absolute;
  right: 10%;
  top: 30%;
  transform: translateY(-50%);
}
