.rr{
      font-size:45px;
      }
      .bb{
      font-size: 24px;
      }
   @media only screen and (max-width: 767px) {
      .rr{
      font-size:29px !important;
      }
      }
   @media only screen and (max-width: 550px) {
      .page-banner h1{
         line-height: 24px;
         font-size: 24px !important;
         text-align:center;
      }
      .rr{
         font-size: 15px !important;  
      }
      .bb{
         font-size: 15px;
      }
   }
    .arrow-line {
   position: absolute;
   width: 97%;
   top: 120px;
   }
   .instructor-author {
   width: 85px;
   height: 85px;
   overflow: hidden;
   border-radius: 55px;
   margin-right: 15px;
   min-width: 85px;
   border: 2px solid #ffc107;
   }
   .instructor-info h6 {
   margin-bottom: 0;
   padding-top: 19px;
   }
    @media screen and (max-device-width: 425px){
   .mickey{
   position: absolute!important;
   margin-left: 5%!important;
   margin-top: -15%!important;
   width: 20%!important;
   }
   .chickey{
   position: absolute!important;
   margin-top: -15%!important;
   width: 20%!important;
   right: 98px!important;
   }
   }
   @media screen and (max-device-width: 768px){
   #high{
   width:auto !important;
   margin-left:0px !important;
   }
   #high2{
   width:auto !important;
   margin-left:0px !important;
   }
   }
   @media screen and (max-device-width: 768px) and (orientation: portrait) {
   .deta{
   font-size: 30px;
   text-align: center;
   background-color: #002447;
   color: #fff;
   padding: 10px 10px;
   margin: 10px 0px 30px 0px;
   }
   .ver{
   display:block;
   }
   .hor{
   display:none;
   }
   }
   @media screen and (max-device-width: 1024px) and (orientation: landscape) {
   .deta{
   font-size: 30px;
   text-align: center;
   background-color: #002447;
   color: #fff;
   padding: 10px 10px;
   margin: 10px 100px 30px 100px;
   }
   .ver{
   display:none;
   }
   .hor{
   display:block;
   }
   }
   @media screen and (min-device-width: 2560px) and (orientation: landscape) {
   .deta{
   font-size: 30px;
   text-align: center;
   background-color: #002447;
   color: #fff;
   padding: 10px 10px;
   margin: 10px 250px 30px 250px;
   }
   .ver{
   display:none;
   }
   .hor{
   display:block;
   }
   }
   @media screen and (max-device-width: 1440px) and (orientation: landscape) {
   .deta{
   font-size: 30px;
   text-align: center;
   background-color: #002447;
   color: #fff;
   padding: 10px 10px;
   margin: 10px 250px 30px 250px;
   }
   .ver{
   display:none;
   }
   .hor{
   display:block;
   }
   }
    .ver {
         display: none;
         }
         @media (max-width: 768px) {
         .ver {
         display: block;
         }
         }
         .hor {
         display: none;
         }
         @media (min-width: 769px) {
         .hor {
         display: block;
         }
         }
            :root {
  --primary-color: #f7b205;
  --bg-grey: #f5f7f6;
  --bg-black: #201f1d;
  --bg-white: #ffffff;
  --text-color: #212529;
  --text-color-white: #ffffff;
  --font-color: #676767;
  --heading-color: #343a40;
  --border-color: #dee2e6;
}

.services .card {
  position: relative;
  z-index: 1;
  height:280px;
  background-image: linear-gradient(-90deg, #f4ecd0, #e7f2f5);
  /* border-top: 3px solid var(--primary-color); */
}

.services i {
  color: var(--primary-color);
}

.card > .anim-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  /* background-color: var(--primary-color);
  transition: height 0.3s ease; */
}

.card:hover .anim-layer {
  height: 100%;
}

/* .card:hover h2, .card:hover i, .card:hover p {
  position: relative;
  z-index: 1;
  color: var(--text-color-white);
} */

.card i {
  background-color: var(--bg-white);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.card:hover i {
  color: var(--primary-color);
}
 .ika{
         font-size: 30px;
         color: #0f2e5e;
         }
         .shinchan{
         padding: 20px;
         border-top-left-radius: 15px;
         border-top-right-radius: 15px;
         /* background-image: linear-gradient(to right, #b7bac11a, #fffbf2); */
         margin: 0px 0 70px 0px;
         }
         .ekta{
         display: flex;
         color: #000000;
         background-color: #a4d2ed;
         font-size: 18px;
         padding-top: 2%;
         padding-bottom: 0%;
         background-image: linear-gradient(to right, #b7bac11a, #fffbf2);
         width: 94%;
         border: 1px solid #e5e5e5;
         box-shadow: #C3C3BE 2px 3px 5px 3px;
         border-radius: 20px;
         margin-bottom: 4%;
         padding-left:10px;
         }
         .instructor-info h6 {
         margin-bottom: 0;
         padding-top: 9px;
         }
         .testimonial-bx {
         padding: 20px 20px 20px 70px;
         border-radius: 5px;
         margin-left: 30px;
         border: 1px solid #F0F0F0;
         background-image: linear-gradient(to right, #b7bac11a, #fffbf2);
         }
         .faq-bx .panel {
         border: 1px solid #D0D0D0;
         padding: 12px 0px 12px 20px;
         border-radius: 4px;
         margin-bottom: 4px;
         background-image: linear-gradient(to right, #b7bac11a, #fffbf2);
         }
         .mickey{
         position: absolute;
         margin-left: 5%;
         margin-top: -10%;
         width: 14%;
         }
         .chickey{
         position: absolute;
         margin-top: -10%;
         width: 13%;
         right: 98px;
         }
         .registration2 {
  background-color: #ffffff; /* Light gray background */
  padding: 20px;
}

.steps {
  /* display: flex;  */
  justify-content: space-between; /* Space steps evenly */
}

.step {
  text-align: center;
  padding: 10px;
  background-color:  #002447;
  width: 300px;
  height: 300px;
}

.step img {
  max-width: 100px; /* Limit image width */
  margin-bottom: 5px;
  margin-top: 15px;
}
.head-test{
   color: #F3b400;
  font-size: 30px;
    margin-top: 20px;
}
.p-section{
   color: white;
}
.about{
   margin-top: 100px;
  }
   .logo-container {
  width: 100px; /* Adjust size as needed */
  height: 100px;
  border-radius: 50%; /* Makes the container circular */
  overflow: hidden; /* Hides any part of the image outside the circle */
  margin-bottom: 20px; /* Add some space below the logo */
}
   .sample-p{
      font-weight: 700;
    font-style: normal;
    color: rgb(15, 97, 165);
    font-kerning: none;
    text-decoration: none;
   }
   .head-paper{
      display: flex;
      justify-content: space-between;
   }
   .sample-paper {
  background-color:rgb(255, 255, 255); /* Optional background color */
  padding: 50px 0; /* Top and bottom padding */
}

.sample-paper h2 {
 
  margin-bottom: 30px;
}

.sample-paper ul {
  list-style: disc;
  margin-left: 20px;
}
.row{
   display: flex;
   justify-content: space-between;
   
}

.class-back{
  background-image: linear-gradient(-90deg, #f4ecd0, #e7f2f5);
}

.class-sy{
  display: flex;
   align-items: center;
}
/* .about{
  background-color: #002447;
} */



/* mobile view  start*/
@media screen and (min-width: 320px) and (max-width:375px) {
  .new-reg {
    background-color: #ffffff; /* Light gray background */
    padding: 20px;
  }
  
  .row  {
    /* display: flex;  */
    justify-content: space-between; /* Space steps evenly */
  }
  
  .card {
    text-align: center;
    padding: 10px;
    background-color:  #002447;
    width: 100%;
    height: 100%;
    
  }
  
  .card img {
    max-width: 100px; /* Limit image width */
    margin-bottom: 5px;
    margin-top: 15px;
  }
  
#lover{
  font-size: 50px;
  padding-left: 40%;
  display: none;
}

#lovers{
  font-size: 50px;
  padding-left: 40%;
  /* display: block; */
}
  .head-test{
     color: #F3b400;
    font-size: 30px;
      margin-top: 20px;
  }
  .p-section{
     color: white;
  }

}
/* mobile view  end*/


/* tablet view  start*/
@media screen and (min-device-width: 425px)  {
  .new-reg{
    background-color: #ffffff; /* Light gray background */
    padding: 20px;
  }
  
  .row {
    /* display: flex;  */
    justify-content: space-between; /* Space steps evenly */
  }
  
  .card {
    text-align: center;
    padding: 10px;
    background-color:  #002447;
    width: 100%;
    height: 100%;
    
  }

  .card img {
    max-width: 100px; /* Limit image width */
    margin-bottom: 5px;
    margin-top: 15px;
  }

#lover{
  font-size: 50px;
  padding-left: 40%;
  display: none;
}

#lovers{
  font-size: 50px;
  padding-left: 40%;
  /* display: block; */
}
  .head-test{
     color: #F3b400;
    font-size: 30px;
      margin-top: 20px;
  }
  .p-section{
     color: white;
  }

}
/* tablet view  end*/

/* laptop view  start*/
@media screen and (min-device-width: 768px) {
  .new-reg {
    background-color: #ffffff; /* Light gray background */
    padding: 20px;
  }
  
  .row {
    /* display: flex;  */
    justify-content: space-between; /* Space steps evenly */
  }
  
  .card{
    text-align: center;
    padding: 10px;
    background-color:  #002447;
    width: 100%;
    height: 100%;
    margin-left: 5%;
    margin-right: 5%;
    
  }
  
  .step img {
    max-width: 100px; /* Limit image width */
    margin-bottom: 5px;
    margin-top: 15px;
  }

#lover{
  font-size: 50px;
  padding-left: 40%;
  display: block;
}

#lovers{
  font-size: 50px;
  padding-left: 40%;
  display: none;
}

  .head-test{
     color: #F3b400;
    font-size: 30px;
      margin-top: 20px;
  }
  .p-section{
     color: white;
  }
}
/* laptop view  end*/

/* @media (orientation: landscape) {
  body {
    flex-direction: row;
  }
}

@media (orientation: portrait) {
  body {
    flex-direction: column;
  }
} */

#pagal{
  display: block;
}

#pagala{
  display: none;
}
@media screen and (max-device-width: 320px) {

#pagal{
  display: block;
}
#pagal{
  display: none;
}
}


.details-title{
  font-size: 25px;
}

.card {
  border: none;
  /* border-radius: 10px; */
  text-align: center;
 background-color: #002347;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  align-items: center;
  height: 322px;
}

.icon {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 15px;
}

.card-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.arrow {
  font-size: 30px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px;
}

.arrow .fa {
  margin: 0 15px;
  display: block;
}
.arrow #lover {
  display: none;
  color: black;
}

/* mobile view start */
@media screen and (min-width: 320px)  and (max-width:540px){
  .arrow {
  font-size: 30px;
  color:  black;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px;
}
.arrow .fa {
  margin: 0 15px;
  display: none;
}
.arrow #lover {
  display: block;
  padding-right: 63px;
}

/* mobile view end */

@media screen and (min-width: 768px)  { 
  .arrow {
    font-size: 30px;
    color: black
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px;
  }
  .arrow .fa {
    margin: 0 15px;
    display: none;
  }
  .arrow #lover {
    /* display: block; */
    display: none;
  }
  .arrow #lovers {
    /* display: block; */
    display: block;
  }
}


/* laptop view end */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
.arrow .fa {
  display: block;
}
}
/* laptop view end */

.custom-background {
  background-color: #003247;
  height: 100%; /* Or use `auto` if needed for scaling */
  width: 100%; /* To ensure responsiveness */
}

