@charset "utf-8";
@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf);
    font-display: swap;

}
@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.ttf);
    font-display: swap;

}
@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/Poppins-Bold.ttf);
    font-display: swap;

}
@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/Poppins-SemiBold.ttf);
    font-display: swap;

}
@font-face {
    font-family: OpenSans-ExtraBold;
    src: url(../fonts/OpenSans-ExtraBold.ttf);
    font-display: swap;

}
html {
    min-height: 100%;scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    font-family: Poppins-Regular;
    color: #272523; font-size: 16px;
}
.form-control { min-height: 50px;}
h1{font-family: Poppins-Bold; font-size:34px;}
h2{font-family: Poppins-Bold; font-size: 22px;}
.font-weight-bold{font-family: Poppins-Bold;}
.font-weight-semibold{  font-family: Poppins-SemiBold;}
.lh32{ line-height: 32px;}
.formhead{font-family: Poppins-Bold; font-size: 18;}
.subhead{ font-family:Poppins-SemiBold; font-size: 16px; }
h3{  margin: 0px; padding: 0px;   font-family: Poppins-SemiBold; font-size: 14px; }
.font14{ font-size: 14px;}
.font16{ font-size: 16px;}
.font18{ font-size: 18px;}
.font20{ font-size: 20px;}

.font22{ font-size: 22px;}

.font24{ font-size: 24px;}

.circle{     border-radius: 100%; margin: 0 auto;
  width: 60px;
  height: 60px;
  line-height: 60px;}
.btn{ font-size: 0.84rem;}
.btn-primary{ background-color: #F48C06; border-color:#F48C06;}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus,.btn-primary:visited{background-color: #F48C06;  border-color:#F48C06;}
.btn-check:checked+.btn1, .btn1.active, .btn1.show, .btn1:first-child:active, :not(.btn-check)+.btn1:active{background-color: #F48C06;border-color:#F48C06;}
.btn-check:checked+.btn2, .btn2.active, .btn2.show, .btn2:first-child:active, :not(.btn-check)+.btn2:active{ background-color: transparent;border-color:#000; color: #000;}

.btn-outline-dark{ border-color: #000;}
.btn-outline-dark:hover,.btn-outline-dark:active,.btn-outline-dark:focus{ background-color: transparent;  color: #000;}
.radius30{ border-radius:30px;}
.graybg{ background-color: #F4F8F9;}
@media screen and (min-width: 800px) {
    .herobg{ background-image: url("../images/herobg.png"); background-position: top right;background-repeat: no-repeat; background-size: contain; }
}

.bgwave{ position:relative; z-index: 0;}
#side ul li a{       background: #f7f7f7;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0px 0px; padding:15px 15px;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
   vertical-align:middle;
    text-align:left; color: #000;
}
   #side ul li a:before{ font-family: FontAwesome; content: "\203A"; margin:0px 5px 0px 5px; font-size:22px;}

#side .nav-link.active,
#side .nav-link:hover,
#side .nav-link:focus{ padding-left:10px;

   border-left: 5px solid #F48C06;
    -moz-box-shadow: 0 0 7px 0 #a39393;
    box-shadow: 0 0 7px 0 #a39393;
    background: #fff; color:#000;

	transition: all 200ms linear;
}


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.text-white {
    color: #fff;
}


  .float1 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom:80px;
    right:5px;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    z-index: 99999;
  }
  .float1 img,  .float img{ width: 60px;}

  .float1:hover {
    color: #fff;
  }

  .float1:not( :hover) {
    color: #fff;
  }

 .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom:80px;
    left:5px;
    color: #FFF;
    text-align: center;
    font-size: 30px;
 z-index: 9999;
  }

  .float:hover {
    color: #fff;
  }

  .float:not( :hover) {
    color: #fff;
  }

  .my-float {
    margin-top: 16px;
  }
  .bounce {
    animation: bounce 2s infinite;
  }

  @keyframes bounce {

    0%,
    25%,
    50%,
    75%,
    100% {
      transform: translateY(0);
    }

    40% {
      transform: translateY(-20px);
    }

    60% {
      transform: translateY(-12px);
    }
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 71% 100%;
    border: solid #000 1px;
    background-color: #000;
    border-radius: 100%;
    padding: 13px;
}
.accordion-button:not(.collapsed){ background-color: #FFF; color: #000;}
.bdrleft{ border-left:solid #F48C06 8px;}
.icon40 img{ width: 40px;}
.sticky-top{ z-index: 0;}
.circle-model{ border-radius:50%}
#multistep_form {
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 100%;
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

/*progress header*/
#progress_header {
  overflow: hidden;
  margin: 0 auto 30px;
  padding: 0;
}

#progress_header li {
  list-style-type: none;
  width: 33.33%;
  float: left;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  font-family: monospace;
  color: #fff;
  text-transform: uppercase;
}

#progress_header li:after {
  width: 35px;
  line-height: 35px;
  display: block;
  font-size: 22px;
  color: #888;
  background-color: #ddd;
  border-radius: 100px;
  margin: 0 auto;
  background-repeat: no-repeat;
  font-family: 'Roboto', sans-serif;
}

#progress_header li:nth-child(1):after {
  content: "";
}

#progress_header li:nth-child(2):after {
  content: "";
}

#progress_header li:nth-child(3):after {
  content: "";
}

#progress_header li:before {
  content: '';
  width: 100%;
  height: 5px;
  background: #ddd;
  position: absolute;
  left: -50%;
  top: 50%;
  z-index: -1;
}

#progress_header li:first-child:before {
  content: none;
}

#progress_header li.active:before,
#progress_header li.active:after {
  background-image: linear-gradient(to right top, #35e8c3, #36edbb, #3df2b2, #4af7a7, #59fb9b) !important;
  color: #fff !important;
  transition: all 0.5s;
}

/*title*/
.title-box {
  width: 100%;
  margin: 0 0 30px 0;
}

.title-box h2 {
  font-size: 22px;
  text-transform: uppercase;
  color: #2C3E50;
  margin: 0;
  font-family: cursive;
  display: inline-block;
  position: relative;
  padding: 0 0 10px 0;
  font-family: 'Roboto', sans-serif;
}

.title-box h2:before {
  content: "";
  background: #6ddc8b;
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}

.title-box h2:after {
  content: "";
  background: #6ddc8b;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}

/*Input and Button*/
.multistep-box {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 1px 1px 55px 3px rgba(255, 255, 255, 0.4);
  padding: 30px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  position: absolute;
}

.multistep-box:not(:first-of-type) {
  display: none;
}

.multistep-box p {
  margin: 0 0 12px 0;
  text-align: left;
}

.multistep-box span {
  font-size: 12px;
  color: #FF0000;
}

input,
textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  color: #2C3E50;
  font-size: 13px;
  transition: all 0.5s;
  outline: none;
}

input:focus,
textarea:focus {
  box-shadow: inset 0px 0px 50px 2px rgb(0, 0, 0, 0.1);
}

input.box_error,
textarea.box_error {
  border-color: #FF0000;
  box-shadow: inset 0px 0px 50px 2px rgb(255, 0, 0, 0.1);
}

input.box_error:focus,
textarea.box_error:focus {
  box-shadow: inset 0px 0px 50px 2px rgb(255, 0, 0, 0.1);
}

p.nxt-prev-button {
  margin: 25px 0 0 0;
  text-align: center;
}

.action-button {
  width: 200px;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin:15px 5px;
  background-color: #F48C06;
  border-color: #F48C06;
  transition: all 0.5s;
  border-radius: 30px; font-size: 16px;
}

.action-button:hover,
.action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #6ce199;
}

.form_submited #multistep_form {
  opacity: 0;
  visibility: hidden;
}

.form_submited h1 {
  -webkit-background-clip: text;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}

.fhead {
  margin: 0;
  text-align: center;
  font-size: 90px;
  background-image: linear-gradient(to right top, #35e8c3, #36edbb, #3df2b2, #4af7a7, #59fb9b) !important;
  background-image: linear-gradient(to right top, #35e8c3, #36edbb, #3df2b2, #4af7a7, #59fb9b) !important;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  transform: translate(0%, -80%);
  -webkit-transform: translate(0%, -80%);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
}
input.invalid {
  background-color: #ffdddd
}
.processimg {
  border-top:8px solid  #F48C06;
  box-shadow: inset 0 1px 0 #000;}
.processimg img{ width:40px; margin: 0  auto 10px auto;}
.fixed-bottom-btn{ position: fixed; bottom: 0px; width: 100%;}
.accordion-container {
  position: relative;
  height: auto;
  margin: 10px auto;
}

.set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}

.set>a {
  display: flex;
  justify-content: space-between; /* This ensures the text and icon are spaced apart */
  align-items: center; /* Vertically centers the items */
  padding: 10px 20px 10px 15px;
  text-decoration: none;
  color: #000;
  border: 1px solid #ddd;
  font-family: Poppins-Medium;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

.set>a i {
  margin-left: 15px;
  align-items: top; /* Vertically centers the items */

}
.set>a.active {
  background-color: #F4F8F9;
  color: #000;
}

.content {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: none;
  padding: 10px;
}

.enq {
  justify-content: center;
  align-items: center;
  display: flex;

  background-color: white;
}

.enq button {
  border: none;
  font-size: 19px;
  padding: 15px 40px;
  text-transform: capitalize;
  cursor: pointer;
  transform: all 0.3s;
  position: relative;
  border-radius: 0px;
}

.enq button:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: -5px;
  left: -5px;
  border-top: 2px solid tomato;
  border-left: 2px solid tomato;
  transition: all 0.25s;
}

.enq button:hover:before,
.enq button:hover:after {
  width: 104%;
  height: 110%;
}

.enq button:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -5px;
  right: -5px;
  border-bottom: 2px solid tomato;
  border-right: 2px solid tomato;
  transition: all 0.30s;
}

.navbar-nav .nav-link.active {
  font-weight: bold;
  color: #000;
  background-color: transparent;
  border-bottom: 2px solid #000;
}
#overview,#process, #benefits, #eligibility, #documents, #why-registrationwala, #testimonials,#faqs{ scroll-margin-top: 100px;}
.sticky-top {
  top:110px;
}
custom-nav {
  text-align: right;
  margin-bottom: 5px;
}

.owl-prev, .owl-next {
  border: none;
  cursor: pointer;
  margin: 0 0px;
  transition: background-color 0.3s ease;
  background-color: transparent;
  padding: 0px;

}
.roatate{  transform: rotate(180deg);
}
.owl-prev:hover, .owl-next:hover {
}

.owl-prev:focus, .owl-next:focus {
  outline: none;
}

.owl-prev:disabled, .owl-next:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
ul.custom-list {
  list-style: none; /* Remove default bullets */
  padding-left: 10px; /* Adjust padding if necessary */
}

ul.custom-list li {
  background-image: url('../images/list.svg');
  background-repeat: no-repeat;
  background-size: 26px 26px; /* Set the size of the image */
  background-position: 0 0px; /* Adjust position of the image */
  padding-left: 40px; /* Space for the image */
  margin-bottom: 10px;
  border-bottom: dashed #ddd 1px;
  padding-bottom: 8px;
}

dl.custom-list dd {
  background-image: url('../images/list.svg');
  background-repeat: no-repeat;
  background-size: 26px 26px; /* Set the size of the image */
  background-position: 0 0px; /* Adjust position of the image */
  padding-left: 40px; /* Space for the image */
  margin-bottom: 10px;
  border-bottom: dashed #ddd 1px;
  padding-bottom: 8px;
}