@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

body{
  overflow-x: hidden;
}

/* default view */

nav {
 background: linear-gradient(to right,rgb(75, 142, 214),rgb(0,73,152));
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.logo {
  height: 80px;
 margin-top: 10px;
 margin-right: 0%;
}
nav ul {
  float: right;
  /* margin-right: 20px; */
}
nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
  margin-top: 10px;
}
nav ul li a {
  color: white;
  font-size: 17px;
  padding: 10px 13px;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: poppins;
  text-decoration: none;
}
a.active,
a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;

  transition: .5s;
}
.checkbtn {
  font-size: 22px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 30px;
  cursor: pointer;
  display: none;
}
#check {
  display: none;
}


header {
  background: url("/media/banner1.jpg") no-repeat;
  background-size: 100%;
  height: 700px;
}

/* support */

.btnnn button {
  background: #fff;
  border: 2px solid rgb(12, 83, 165);;
  padding: 15px 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  width: 180px;
  height: 55px;
  /* margin-top: 20px; */
  cursor: pointer;
  transform: skew(-21deg);
  color: rgb(12, 83, 165);
  font-family: poppins;


}
.btnnn{
  margin-top: 25px;
}
button p{
  display: inline-block;
  transform: skew(21deg);
}

button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: rgb(138,194,255);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

button:hover {
  color: #fff;
}

button:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}


/* row1 */

.content1{
  display: flex;
  justify-content: space-around;
 
}
.para1{
  /* margin-top: 30px; */
   padding: 50px;
}
.para1 p{
  font-family: poppins;
  text-align: justify;
  margin-top: 30px;
}
.para1 h1{
  color:rgb(12, 83, 165) ;
  font-family: none;
  font-size: 30px;
  font-weight: 600;
}
.img1 img{
  width: 600px;
}
.homeh1{
   color:rgb(12, 83, 165) ;
   font-family: none;
  font-size: 30px;
  font-weight: 600;
}
.steps{
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
}
.step1{
  background-color: rgb(194,209,226);
  height: 450px;
  width: 400px;
  border-radius: 20px;
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}
.step1:hover{
  
}
.homeh1-1{
   color:rgb(12, 83, 165) ;
   font-family: none;
  font-size: 30px;
  font-weight: 600;
  
   margin-top: 70px; 
}
span{
  position: absolute;
  background-color: rgb(195, 216, 228);
  height: 3px;
  width: 8%;
  margin-top: 10px;
  align-items: center;
  left: 46%;
}

.step1 img{
  margin-top: 50px;
}
.step1 svg{
  margin-top: 30px;
  width: 30px;
}
.step1 h3{
  color: rgb(12, 83, 165) ;
  font-family: none;
  font-size: 18px;
  font-weight: 600;
}
.step1 h5{
  color: rgb(46, 44, 44) ;
  font-family: poppins;
  font-size: 15px;
  padding: 30px;
}
.three{
  width: 270px;
}
.Eligibility{
  display: flex;
  justify-content: space-evenly;
  margin-top: 70px;
}
.Eligibility1{
  display: flex;
  justify-content: space-evenly;
  margin-top: 70px;
}
.rule img{
  align-items: center;
  margin-left: 50px;
}
.Eligibility h2{
  font-family: poppins;
  margin-top: 20px;
  font-weight: 400;
  font-size: 15px;
text-align: center;
width: 200px;
}
.Eligibility1 h2{
  font-family: poppins;
  margin-top: 20px;
  font-weight: 400;
  font-size: 15px;
text-align: center;
width: 200px;
}


/* footer */
.footer1{
 background: linear-gradient(rgb(138,194,255),rgb(0,73,152));
 height: 45vh;
 margin-top: 50px;
 display: flex;
 justify-content: space-evenly;
 padding-top: 40px;
}
.footer2{
  background-color: black;
  height: 5vh;
}
.footer2 p{
  color: white;
  font-family: spectral;
  font-size: 12px;
  padding-top: 15px;
}
.footcol1 img{
  width: 100px;
}
.footcol1 p{
  width: 400px;
  font-family: poppins;
  color: white;
  padding: 20px;
}
.footcol2 a{
  color: white;
  text-decoration: none;
    display: flex;
  flex-direction: column;
margin-top:10px;
font-family: poppins;
font-size: 15px;
    
}
.footcol2 a:hover{
  color: rgb(70, 68, 68);
}
.footcol2 h3{
  color: rgb(65, 63, 63);
  font-family: poppins;
  font-size: 20px;
    margin-top: 10px;
}
.footcol3 h3{
  color: rgb(65, 63, 63);
  font-family: poppins;
  font-size: 20px;
  margin-top: 10px;
}
.footcol3 p{
  font-family: poppins;
font-size: 15px;
margin-top: 15px;
color: white;
width: 500px;
text-align: justify;
}

.button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(rgb(10,33,61), rgb(28, 96, 179));
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.253);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
}

.svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: #ffffff;
}

#wp{
  position: fixed;
  z-index: 5 !important;
  bottom: 7%;
  left:95.5%;
  width: 50px;
  height: 50px;
}
 #wp:hover{
  transform: scale(1.2);
 }
 #uparrow{
  position: fixed;
  z-index: 5 !important;
  bottom: 1.5%;
  left:96%;
 }


.faq-heading {
  font-family: poppins;   
  font-weight: 400;
  font-size: 16px;
  text-indent: 20px;
  padding-top: 17px;
  color: #333;
}

.faq-text {
  font-family: poppins;   
  font-weight: 400;
  color: #424040;
  padding-left:20px;
  margin-bottom:30px;
  background-color:rgb(138,194,255) ;
  height: 300px;
  padding-top: 30px;
}

.faq {
  width: 1200px;
  margin: 0 auto;
  background: white;
  border-radius: 0px;
  position: relative;
  /* border: 1px solid #217bcf; */
  margin-top: 70px;
  box-shadow: 0px 0px 10px #949596;
}
.faq label {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 56px;
  padding-top:1px;
 background-color: #FAFAFA;
  border-bottom: 6px solid #E1E1E1;
}

.faq input[type="checkbox"] {
  display: none;
}

.faq .faq-arrow {
  width: 8px;
  height: 8px;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;

  border-top: 2px solid rgba(0, 0, 0, 0.33);
  border-right: 2px solid rgba(0, 0, 0, 0.33);
  float: right;
  position: relative;
  top: -30px;
  right: 27px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

 .faq input[type="checkbox"]:checked + label > .faq-arrow {
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;

  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
 .faq input[type="checkbox"]:checked + label {
  display: block;
  background: rgba(255,255,255,255) !important;
  color: #4f7351;
  height: 225px;
  transition: height 0.8s;

}

 .faq input[type='checkbox']:not(:checked) + label {
  display: block;
  transition: height 0.8s;
  height: 60px;

}

::-webkit-scrollbar {
  display: none;
}



.testimonial_section {
  display: block;
  overflow: hidden;
  margin-top: 70px;
}
.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content {
  background-color:rgb(13, 84, 161);
  padding-top: 77px;
  padding-right: 210px;
  padding-bottom: 62px;
  position: relative;
}
.testimonial_section .about_content .background_layer {
  background-color: rgb(13, 84, 161);
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #818a8f;
  margin-top: -5px;
  margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
  font-family: "Titillium Web";
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #fff;
}
.testimonial_section .about_content .layer_content .section_title h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: rgb(76, 140, 209);
}
.testimonial_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
  color: rgb(76, 140, 209);
}
.testimonial_section .testimonial_box {
  margin-top: 60px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
  background-color: rgb(76, 140, 209);
  margin-left: -170px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background-color: rgb(76, 140, 209);
  width: auto;
  margin-right: -200px;
  right: 0;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
  margin-left: 50px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 0px 72px 50px;
  position: relative;
  text-align: center;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 99px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: rgb(76, 140, 209);
  position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  border: none;
  position: absolute;
  top: 0;
  left: 55px;
  top: 80px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 35%;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
  position: absolute;
  top: 200px;
  right: 42px;
  border-radius: 0;
  /* background:rgb(76, 140, 209); */
  display: block;
  outline: 0;
  width: 34px;
  line-height: 0px;
  height: 34px;
  color: rgb(76, 140, 209);
  font-size: 43px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 200px;
  right: 5px;
  border-radius: 0;
  display: block;
  /* background:rgb(76, 140, 209); */
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 0px;
  height: 34px;
  color: rgb(76, 140, 209);
  font-size: 43px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}




/* icons */
/* From Uiverse.io by wilsondesouza */ 
ul {
  list-style: none;
}

.example-2 {
  display: flex;
margin-top: 20px;

}
.example-2 .icon-content {
  margin: 0 8px;
  position: relative;
}
.example-2 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}
.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}
.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #4d4d4d;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}
.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
}
.example-2 .icon-content a:hover {
  color: white;
}
.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
  height: 100%;
}

.example-2 .icon-content a[data-social="whatsapp"] .filled,
.example-2 .icon-content a[data-social="whatsapp"] ~ .tooltip {
  background-color: #128c7e;
}

.example-2 .icon-content a[data-social="facebook"] .filled,
.example-2 .icon-content a[data-social="facebook"] ~ .tooltip {
  background-color: #3b5998;
}
.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
  background-color: #ac4c4cd3;
}
.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
  background: linear-gradient(
    45deg,
    #405de6,
    #5b51db,
    #b33ab4,
    #c135b4,
    #e1306c,
    #fd1f1f
  );
}
.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
  background-color: #ff0000;
}




/* laptopview */


 @media (max-width:1700px){
  
header {
  background: url("/media/banner1.jpg") no-repeat;
  background-size: 100%;
  height: 550px;
}
.footcol1 p{
  width: 400px;
  font-family: poppins;
  color: white;
  padding: 20px;
  font-size: 15px;
}
.footcol2 a{
  color: white;
  text-decoration: none;
    display: flex;
  flex-direction: column;
margin-top:10px;
font-family: poppins;
font-size: 15px;
    
}
.footcol2 h3{
  color: rgb(65, 63, 63);
  font-family: poppins;
  font-size: 17px;
    margin-top: 10px;
}
.footcol3 h3{
  color: rgb(65, 63, 63);
  font-family: poppins;
  font-size: 17px;
  margin-top: 10px;
}
.footcol3 p{
  font-family: poppins;
font-size: 15px;
margin-top: 15px;
color: white;
width: 400px;
text-align: justify;
}
.homeh1-1{
   color:rgb(12, 83, 165) ;
   font-family: none;
  font-size: 30px;
  font-weight: 600;
  
   margin-top: 50px; 
}
}

@media (max-width: 1050px) {
  .logo {
  height: 60px;
 margin-top: 10px;
 margin-right: 50%;


  }
  nav ul li a {
    font-size: 16px;
  }
}

/* tab view */
@media all and (max-width: 992px) {
  .testimonial_section .about_content {
display: none;
  }
  .testimonial_section .about_content .background_layer {
    width: 200% !important;
    
  }
  .testimonial_section .testimonial_box {
    margin-top: 0 !important;
  }
  .testimonial_section .testimonial_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
    
  }
  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 2% !important;
  }
  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: -15px !important;
    height: 500px;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
    margin-left: -36px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
    display: none;
  }
}

/* tablet view */
@media (max-width:1000px){
  .checkbtn {
    display: block;
    margin-top: 5px;
    margin-left: 20%;
  }
  nav {
  display: flex;
  justify-content: space-around;
  height: 80px;
}
.homeh1{
   color:rgb(12, 83, 165) ;
   font-size: 19px;
}
 nav ul {
    position: fixed;
    width: 100%;
    height: 80vh;
     background: linear-gradient(to right,rgb(138,194,255),rgb(0,73,152));
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
    margin-right: 18px;
  }
  nav ul li a {
    font-size: 18px;
    color: white;
  }
  a:hover,
  a.active {
    text-decoration: none;
  }
  #check:checked~ul {
    left: 0;
  
}
.content1{
  display: flex;
  flex-direction: column;
 
}
.para1 h1{
  color:rgb(12, 83, 165) ;
  font-size: 25px;
}
.para1{
  margin-top: 1px;
   padding: 20px;
}
.para1 p{
  font-family: poppins;
  text-align: justify;
  margin-top: 10px;
  font-size: 13px;
}
.img1 img{
  display: none;
}
   .btnnn button{
display: none;
  }
  header {
  background: url("/media/banner1.jpg") no-repeat;
  background-size: 100%;
  height:350px;
}
.steps{
  display: flex;
 flex-direction: column;

  margin-top: 30px;
  align-items: center;
  row-gap: 20px;
}
.step1{
  background-color: rgb(194,209,226);
  height: 350px;
  width: 550px;
  border-radius: 20px;
  
}
.homeh1-1{
   color:rgb(12, 83, 165) ;
   margin-top: 30px; 
   font-size: 20px;
}
.step1 img{
  margin-top: 50px;
  width: 120px;
}
.step1 svg{
  margin-top: 30px;
  width: 18px;

}
.step1 h3{
  color: rgb(12, 83, 165) ;
  font-size: 18px;
}
.step1 h5{
  color: rgb(46, 44, 44) ;
  font-family: poppins;
  padding: 30px;
  font-size: 15px;
  font-weight: 400;
}
.three{
height: 120px;
}
.Eligibility{
  display: flex;
flex-direction: row;
flex-wrap: wrap;
  row-gap: 50px;
 align-items: center;
  margin-top: 50px;
}
.Eligibility1{
  display: flex;
flex-direction: row;
flex-wrap: wrap;
  row-gap: 50px;
align-items: center;
}
.rule img{
  align-items: center;
  margin-left: 60px;
  width: 80px;
}

  #uparrow{
   position: fixed;
  z-index: 5 !important;
  bottom:2%;
  left:91.5%;
}
#wp{
  position: fixed;
  z-index: 5 !important;
  bottom:7.5%;
  left:90%;
  width: 50px;
  height: 50px;
}
  .footer1{
 background: linear-gradient(rgb(138,194,255),rgb(0,73,152));
 height: 55vh;
 margin-top: 40px;
 display: flex;
flex-wrap: wrap;
 padding-top: 10px;
 padding: 30px;
}
.footer2{
  background-color: black;
  height: 4vh;
}
.footer2 p{
  color: white;
  font-family: spectral;
  font-size: 12px;
  padding-top: 15px;
}
.footcol1 img{
  width: 100px;

}
.footcol1 p{
  width: 390px;
  text-align: center;
  font-family: poppins;
  color: white;
  padding: 10px;
  font-size: 13px;
}
.footcol2 a{
  color: white;
  text-decoration: none;
    display: flex;
  flex-direction: column;
margin-top:7px;
font-family: poppins;
font-size: 13px;
padding-left: 10px;
    
}
.footcol2 a:hover{
  color: rgb(70, 68, 68);
}
.footcol2 h3{
  color: rgb(65, 63, 63);
  font-family: poppins;
  font-size: 20px;
    margin-top: 10px;
    padding-left: 10px;
}
.footcol3 h3{
  color: rgb(65, 63, 63);
  font-family: poppins;
  font-size: 20px;
  margin-top: 10px;
  padding-left: 10px;
}
.footcol3 p{
  font-family: poppins;
font-size: 12px;
margin-top: 10px;
color: white;
padding-left: 10px;
width: 350px;
text-align: justify;
}

  .faq-heading {
  font-family: poppins;   
  font-weight: 400;
  font-size: 10px;
  text-indent: 0px;
  padding-top: 17px;
  color: #333;
  width: 310px;
  padding: 11px;
  

}

.faq-text {
  font-family: poppins;   
  font-weight: 400;
  color: #424040;
  padding-left:0px;
  margin-bottom:0px;
  background-color:rgb(138,194,255) ;
  height: 300px;
  padding-top: 0px;
  font-size: 11px;
  padding: 30px;
}

.faq {
  width:600px;
  margin: 0 auto;
  background: white;
  border-radius: 0px;
  position: relative;
  /* border: 1px solid #217bcf; */
  margin-top: 50px;
  box-shadow: 0px 0px 10px #949596;
}
.faq .faq-arrow {
  width: 8px;
  height: 8px;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;

  border-top: 2px solid rgba(0, 0, 0, 0.33);
  border-right: 2px solid rgba(0, 0, 0, 0.33);
  float: right;
  position: relative;
  top: -30px;
  right: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.testimonial_section  {
  display: none;
}
}




/* mobile view */

@media (max-width:600px){
 
  .checkbtn {
    display: block;
    margin-top: 5px;
    margin-left: 15px;
  }
  nav {
  display: flex;
  justify-content: space-around;
  height: 80px;
}
.homeh1{
   color:rgb(12, 83, 165) ;
   font-size: 19px;
}
 nav ul {
    position: fixed;
    width: 100%;
    height: 80vh;
     background: linear-gradient(to right,rgb(138,194,255),rgb(0,73,152));
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
    margin-right: 18px;
  }
  nav ul li a {
    font-size: 18px;
    color: white;
  }
  a:hover,
  a.active {
    text-decoration: none;
  }
  #check:checked~ul {
    left: 0;
  
}
.content1{
  display: flex;
  flex-direction: column;
 
}
.para1 h1{
  color:rgb(12, 83, 165) ;
  font-size: 25px;
}
.para1{
  margin-top: 1px;
   padding: 20px;
}
.para1 p{
  font-family: poppins;
  text-align: justify;
  margin-top: 10px;
  font-size: 13px;
}
.img1 img{
  display: none;
}
   .btnnn button{
display: none;
  }
  header {
  background: url("/media/banner1.jpg") no-repeat;
  background-size: 100%;
  height:150px;
}
.steps{
  display: flex;
 flex-direction: column;
  margin-top: 0px;
  align-items: center;
  row-gap: 20px;
}
.step1{
  background-color: rgb(194,209,226);
  height: 350px;
  width: 300px;
  border-radius: 20px;
  
}
.homeh1-1{
   color:rgb(12, 83, 165) ;
   margin-top: 50px; 
   font-size: 20px;
}
.step1 img{
  margin-top: 50px;
  width: 100px;
}
.step1 svg{
  margin-top: 30px;
  width: 18px;

}
.step1 h3{
  color: rgb(12, 83, 165) ;
  font-size: 15px;
}
.step1 h5{
  color: rgb(46, 44, 44) ;
  font-family: poppins;
  padding: 30px;
  font-size: 12px;
  font-weight: 400;
}
.three{
height: 100px;
}
.Eligibility{
  display: flex;
flex-direction: column;
  row-gap: 50px;
 align-items: center;
  margin-top: 50px;
}
.Eligibility1{
  display: flex;
flex-direction: column;
  row-gap: 50px;
align-items: center;
}
.rule img{
  align-items: center;
  margin-left: 60px;
  width: 80px;
}

  #uparrow{
   position: fixed;
  z-index: 5 !important;
  bottom:2%;
  left:83.7%;
}
#wp{
  position: fixed;
  z-index: 5 !important;
  bottom:7.5%;
  left:80%;
  width: 50px;
  height: 50px;
}
  .footer1{
 background: linear-gradient(rgb(138,194,255),rgb(0,73,152));
 height: 110vh;
 margin-top: 20px;
 display: flex;
 flex-direction: column;
 padding-top: 10px;
  padding: 0px;
}
.footer2{
  background-color: black;
  height: 8.5vh;
}
.footer2 p{
  color: white;
  font-family: spectral;
  font-size: 12px;
  padding-top: 15px;
}
.footcol1 img{
  width: 100px;
  padding-left: 30px;
}
.footcol1 p{
  width: 390px;
  text-align: center;
  font-family: poppins;
  color: white;
  padding: 10px;
  font-size: 13px;
}
.footcol2 a{
  color: white;
  text-decoration: none;
    display: flex;
  flex-direction: column;
margin-top:7px;
font-family: poppins;
font-size: 13px;
padding-left: 10px;
    
}
.footcol2 a:hover{
  color: rgb(70, 68, 68);
}
.footcol2 h3{
  color: rgb(65, 63, 63);
  font-family: poppins;
  font-size: 20px;
    margin-top: 10px;
    padding-left: 10px;
}
.footcol3 h3{
  color: rgb(65, 63, 63);
  font-family: poppins;
  font-size: 20px;
  margin-top: 10px;
  padding-left: 10px;
}
.footcol3 p{
  font-family: poppins;
font-size: 12px;
margin-top: 10px;
color: white;
padding-left: 10px;
width: 350px;
text-align: justify;
}

  .faq-heading {
  font-family: poppins;   
  font-weight: 400;
  font-size: 12px;
  text-indent: 0px;
  padding-top: 17px;
  color: #333;
  width: 310px;
  padding: 11px;
  

}

.faq-text {
  font-family: poppins;   
  font-weight: 400;
  color: #424040;
  padding-left:0px;
  margin-bottom:0px;
  background-color:rgb(138,194,255) ;
  height: 300px;
  padding-top: 0px;
  font-size: 13px;
  padding: 30px;
}

.faq {
  width: 350px;
  margin: 0 auto;
  background: white;
  border-radius: 0px;
  position: relative;
  /* border: 1px solid #217bcf; */
  margin-top: 50px;
  box-shadow: 0px 0px 10px #949596;
}
.faq .faq-arrow {
  width: 8px;
  height: 8px;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;

  border-top: 2px solid rgba(0, 0, 0, 0.33);
  border-right: 2px solid rgba(0, 0, 0, 0.33);
  float: right;
  position: relative;
  top: -40px;
  right: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.testimonial_section  {
  display: none;
}
}

/* popup */


 .popup {
    visibility: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #4CAF50; /* Green for success */
    color: #fff;
    padding: 20px 40px;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: visibility 0s, opacity 0.3s linear;
    opacity: 0;
  }

  .popup.show {
    visibility: visible;
    opacity: 1;
  }

  .popup.error {
    background: #f44336; /* Red for error */
  }