*{

    padding:0;

    margin:0;
    box-sizing: border-box;


}



:root{

    --blue:#006bb3;

    --yellow:#ffc373;

}



.hindi-font-kurti {
  font-family: 'Kurti Dev';
  letter-spacing: 1px;
    line-height: 1.9;
}

.hindi-letter-space{
  letter-spacing: 1px;
    line-height: 1.9;
}
.hindi-letter-space p{
  letter-spacing: 1px;
    line-height: 1.9;
}



ul li{
  list-style: none;
}
.footer{
  background-color: black;
  padding:50px 0px;
}
.footer-li ul li{
  padding:10px 0px ;
  color:white;
  display: flex;
}
.footer-li ul li i{
  margin-right:5px;
}
.footer-li ul li a{
  padding:10px 0px ;
  color:white;
}
.footer-col h2{
color: white;
}

.home-desc p{

  text-align: justify;
}


.header-social-icon-div{


}

.marquee-header{
  font-size: 16px; 
  color: white;
   margin:6px 0px 0px 0px;
}

.uper-head-marquee{
  background: black;
   color:white; 
   letter-spacing: 0.7px;
  
}

.text-justy{
  text-align: justify;
}

.text-justy p{
  text-align: justify;
}
.col-box{
    
    
    border-radius: 8px;
    max-height:400px;
    min-height:400px;

} 

.col-box .col-box-heading{
  
  padding:10px 10px;
  border-radius: 8px 8px 0px 0px;

}

.col-box .col-box-bottom-box{
  padding: 0px 10px;
  border-bottom: 1px solid #d9d9d9;
  border: 1px solid #e9e9e9;
  height: 340px;
  position: relative;
  display: flex;
  justify-content: center;
}

.notif-no-list{
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
}


.col-box .col-box-bottom-box marquee{
  
}

.col-box .col-box-bottom-box marquee p{
    border-bottom: 1px solid #c6c6c6;
    padding: 10px 0px;

}
.col-box .col-box-bottom-box marquee p a{
font-size: 15px;
color:black;

}

.col-box .col-box-heading h2{
  color: black;
  font-size: 30px;
}

.navbar-expand-lg{
  background-color:var(--blue);
}




a{

    text-decoration: none;

}



.login-social-icon{

    padding:10px;

}




.login-social-icon span{ 

    padding:15px;

    background-color:#eeeeee;

    border-radius: 50%; 

    margin:7px;

}



.login-social-icon span:hover{ 

    padding:15px;

    background-color:black;

    border-radius: 50%; 

    margin:7px;

}







.login-social-icon span a i{



    font-size: 19px;

    color:black;



}

.login-social-icon span:hover a i{



    font-size: 19px;

    color:rgb(255, 255, 255);



}

.custom-button-theme {

    position: relative;

    transition: all 0.3s ease-in-out;

    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);

   /* padding-block: 0.5rem;

    padding-inline: 0.20rem;

    display: flex;*/

    padding:8px 15px;
    display: inline-block;

    background-color: rgb(4, 110, 180);

    border-radius: 9999px;


    align-items: center;

    justify-content: center;

    color: #ffff;

    gap: 10px;

    font-weight: bold;

    border: 3px solid #ffffff4d;

    outline: none;

    overflow: hidden;

    font-size: 15px;

  }

.custom-button-theme i{ margin-right:6px; }

.profile-log-img{
  width: 70%;clip-path: 
  circle(50% at 50% 50%);
  background: #e9e9e9; 
     border: 2px solid black;
      border-radius: 50%;
}

.steno-review-user-detail{
  background-color: #63a4d0;
  border:1px solid black;
}

  

  .icon {

    width: 24px;

    height: 24px;

    transition: all 0.3s ease-in-out;

  }

  

  .custom-button-theme:hover {

    transform: scale(1.05);

    border-color: #fff9;

  }

  

  .custom-button-theme:hover .icon {

    transform: translate(4px);

  }

  

  .custom-button-theme:hover::before {

    animation: shine 1.5s ease-out infinite;

  }

  

  .custom-button-theme::before {

    content: "";

    position: absolute;

    width: 100px;

    height: 100%;

    background-image: linear-gradient(

      120deg,

      rgba(255, 255, 255, 0) 30%,

      rgba(255, 255, 255, 0.8),

      rgba(255, 255, 255, 0) 70%

    );

    top: 0;

    left: -100px;

    opacity: 0.6;

  }

  

  @keyframes shine {

    0% {

      left: -100px;

    }

  

    60% {

      left: 100%;

    }

  

    to {

      left: 100%;

    }

  }

  





.navbar-nav .nav-item {

    margin:0px 4px;

}

.navbar-nav .nav-item .nav-link{

    font-size: 15px;

    color:white;

    padding: 32px 8px;

}



.dropdown:hover .dropdown-menu{

    display:block;

}





.dropdown-menu li{

    padding:5px 0px ;

/*   border-bottom:1px solid rgb(233, 233, 233);*/

}



.user-dashboard-content-li ul{

    padding-right:5px;

}



.user-dashboard-content-li ul li{



    margin:15px 0px;

    list-style: none;

    display: flex;



}



.user-dashboard-content-li ul li:before{

    content:'\2713';

    padding-right:10px;

    

}



.dashboard-heading div{

    padding: 27px 12px;

}



.dashboard-heading div h2{

    color:var(--blue);

}


.w-show{
 
  text-align:center;
  background-color: black;
   border-radius:10px; display: flex;
    justify-content: space-around;
}


table, th,td{

    text-transform: capitalize;

    text-align: center;

    vertical-align: middle;

}

.price-box{
 
  padding: 20px;
  border-radius: 10px;
  min-height:356px;
  /* From https://css.glass */
background: rgb(75 151 217 / 20%);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
/* border: 1px solid rgba(151, 210, 255, 0.3); */
}


.price-box .price-content{
  margin:25px 0px;
}
.price-box div p{
  margin-bottom:10px;
}

.price-col-md-4 .col-md-4{

  margin-bottom:25px;
}


.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.price-page-heading{
  border-bottom: 3px dashed black;
    margin-bottom: 40px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.typing-box{
  background-color: #006bb3;
}

.typing-review-uper-head{
  padding: 10px;
   border:2px solid white;
}

.typing-review-uper-head .typing-review-uper-content div p{
margin-bottom:10px;
color:white;
}


.breadcum-box{
  background: #e7e7e7;
  padding:30px 50px;
}

.user-profile-card div p{
  margin-bottom:10px;
}

.mobile-logo-width{

    width:21%;
    margin-right:0;
    padding: 0px 0px;

}

.heading h2{
  font-weight: 700;
}

.heading h2:before{
  border-bottom:2px solid black;
}
.glass-box-learn{
  padding: 30px 10px;
  /* From https://css.glass */
background: rgb(99 110 250 / 12%);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
/*border: 1px solid rgba(86, 255, 201, 0.3);*/
}

.glass-box-exam{
  padding: 30px 10px;
      margin-top: 40px;
  /* From https://css.glass */
background: rgba(255, 86, 136, 0.19);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
/*border: 1px solid rgba(255, 86, 136, 0.3);*/
}

.glass-box-chart{
  padding: 30px 10px;
  /* From https://css.glass */
background: rgb(189 139 255 / 22%);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
/*border: 1px solid rgba(255, 238, 139, 0.3);*/
}


.glass-box-language{
  padding: 30px 10px;
      margin-top: 50px;
  /* From https://css.glass */
background: rgba(139, 195, 255, 0.22);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
/*border: 1px solid rgba(139, 195, 255, 0.3);*/
}
.testimonial-box{
  background: #f6f6f6;
 /* box-sizing: border-box;
  box-shadow: 0px 0px 5px #c2c2c2;*/
  border-radius: 10px;
  padding: 0px 0px 70px 0px;
}

.testimonial-box .testimonial-box-header{
/*  background-color: black;*/
/*  border-radius: 8px 8px 0px 0px;  */
 
 
  padding: 10px 15px;
}

.contact-box .contact-box-header{
  border-radius: 8px 8px 0px 0px;  
  
  padding: 10px 15px;
}

.contact-box {
  background: rgb(243 242 242);
box-shadow: 0 8px 9px 0 #bababa5e;
backdrop-filter: blur( 2px );
-webkit-backdrop-filter: blur( 2px );
border-radius: 10px;
/* border: 1px solid #b1b1b05e; */

}
.contact-box .contact-box-header h2{
  color: rgb(0, 0, 0);
}

.contact-box .contact-box-form{
padding: 0px 20px 15px 20px;

}

.contact-form-col{
  margin:10px 0px ;
}
.contact-form-col label{

  font-weight: 700;

}

.contact-li ul li{
  color: black;
  padding: 20px 0px;
  font-size: 20px;
  font-weight: 700;
}

.why-choose-us ul li{
  display: flex;
  margin:12px 0px;
}

.why-choose-us ul li:before{

content: '🗸';
margin-right:10px;
color:green;
font-weight:800;

}


.col-display-grid div{
  display:inline-block;
  width:300px;
  height: 300px;
  margin-right:50px;
}

.col-display-grid div img{
    height:100%; 
    width:100%;
    border-radius: 20px;
}

.about-us-underline{ width: 23%; border: 2px solid black; border-radius:20px; opacity: 1; }

.why-choose-underline{
  width: 41%; border: 2px solid black; border-radius:20px; opacity: 1;
}

.notification-underline{
  width: 46%; border: 2px solid black; border-radius:20px; opacity: 1;
}

.admit-card-underline{
  width: 44%; border: 2px solid black; border-radius:20px; opacity: 1;
}
.result-underline{
  width: 24%; border: 2px solid black; border-radius:20px; opacity: 1;
}

.our-student-says-underline{

  width: 23%; border: 2px solid black; border-radius:20px; opacity: 1;
}

.test-name{
  color:var(--blue); text-transform: capitalize;
}
.type-area-border{
  border: 20px solid var(--blue);
}

.input-select-type-width{
      width: 115px;
    height: 35px;
    margin-right:10px;
}

.font-size-20{
  font-size: 20px;
}

.profile-roll-number div h3{ text-align: right;
  color: white;
  }

  .profile-idcard table tbody tr th{
    color:white;
    text-align: left;
  }

   .profile-idcard table tbody tr td{
      color:white;
      text-align: right;
   }
 
   .steno-dictation-page{

    box-sizing: border-box;
    box-shadow: 0px 0px 5px #c2c0c0;
    padding: 50px 0px;
    border-radius: 10px;
    background: #dce3ea;
   }

  .steno-heading-test{
      border-bottom: 1px solid black;
      padding-bottom: 12px;
  }

  .steno-heading-test h1{
    text-transform:capitalize; text-align:center; font-size: 30px;
  }