*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    transition: .2s linear;
    
}
html{
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
    
}
section{
    padding: 2rem 7%;
}
.top{
     
    text-align: center;
    text-decoration: none;
    background: green;
}
.top a{
    text-decoration: none;
    padding: 2rem;
    color: #fff;
    font-size: 1.5rem;
}
.btn{
    display: inline-block;
    margin-top: 1rem;
    border-radius: 5rem;
    background: #333;
    color: #fff;
    padding: .8rem 2rem;
    cursor: pointer;
    font-size: 1.7rem;
    width: 30%;
}
.btn:hover{
    background: #2c26ea;
}
.heading{
    text-align: center;
    font-size: 4rem;
    color: #333;
    padding: 1rem;
    margin: 2rem 0;
    background: rgba(60, 106, 232, 0.136);

}
.heading span{
    color: #2c26ea;
}
header{
    position: relative;
    left: 0;
    right: 0;
    margin: .5rem;
    background: #fff;
    padding: 2rem 6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    box-shadow: 0.5rem 1rem rgba(0,0,0,.1);
}
header a img{
    width: 70%;
    height: 60px;
}
header .navbar a{
    font-size: 2rem ;
    padding: 1rem;
    color: #000;
    font-weight: bold;
}
header .navbar a:hover{
    color: rgb(46, 104, 239);
}
header .icons a{
    font-size: 2.2rem ;
    margin-left: 1.5rem;
    color: #333;
}
header .icons a:hover{
    color: rgb(46, 104, 239);
}
header #toggler{
    display: none;
}
header .fa-bars{
    font-size: 3rem;
    color: #333;
    border-radius: 5rem;
    padding: .5rem 1.5rem;
    cursor: pointer;
    border: .1rem solid rgba(0,0,0,.3);
    display: none;
}


.slideshow-container {
    max-width: 100%;
    
    
}
.back-video{
    width: 100%;
    height: 70%;
}

.home{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: url(../Images/Screenshot\ 2024-08-19\ 155640.png);
    background-size: cover;
    background-position: center center;
}
.home .content{
    max-width: 70rem;
    background-color:#5fa7ef81;
    position: absolute;
    justify-content: center;
    align-items: center;
}
.home .content h3{
    font-size: 2rem;
    color: #f9f6f6;
    padding: 1.5rem;
}
.home .content h2{
    font-size: 3rem;
    color: #030303;
    padding: 1.5rem;
}
.home .content h1{
    font-size: 6rem;
    color: #2c26ea;
    padding: 2rem;
}
.home .content p{
    font-size: 2rem;
    color: #040404;
    padding: 1rem;
}
.about h2{
    text-align: center;
    font-size: 3.2rem;
    color: #5782d6;
    padding: 1rem;
    margin: 2rem 0;
}
.about .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    
    
    padding: 2rem 0;
    padding-bottom: 3rem;
}
.about .row .Images-container{
    position: relative;
    flex: 1 1 40rem;
}
.about .row .Images-container img{
    width: 100%;
    border: 1.5rem solid#fff;
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    height: 100%;
    object-fit: cover;
}
.about .row .Images-container h3{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: #333;
    background: #fff;
    width: 100%;
    padding: 1rem 2rem;
    font-family:Dancing Script;
}
.about .row .content{
    flex: 1 1 40rem;
    flex-wrap: wrap;
    position: relative;
}
.about .row .content h3{
    font-size: 3rem;
    color: #333;
    text-align: center;
    font-family:Dancing Script;
}
.about .row .content p{
    font-size: 1.5rem;
    color: #323131;
    padding: .5rem 0;
    padding-top: 2rem;
    line-height: 2;
}
.about .row .content p span{
    color: #1e1e1e;
    font-size: 2rem;
    font-weight: bold;
}
.review h2{
    align-items: center;
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    padding: 2rem .5rem;
}
.courses .box-container{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem; 
    align-items: center;
    justify-content: center;
    margin: 2rem 1rem;
}
.courses .box-container .box{
    width: 40%;
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
    border-radius: .5rem;
    padding: 2rem 1rem;
    position: relative;
    border: 1rem solid rgba(0,0,0,.1);
    transition: all 0.1s ease-in-out;
    background-color: #5782d6;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.courses .box-container .box a{
    font-weight: bold;
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 1.5rem;
    text-decoration: none;
}
.courses .box-container .box h1{
    font-weight: bold;
    font-size: 2.8rem;
    color: #000;
    margin-bottom: 1.5rem;
    text-decoration: none;
   
}
.courses .box-container .box h1 span{
    font-weight: bold;
    font-size: 1.8rem;
    color: #000;
    margin-bottom: 1.5rem;
    text-decoration: none;
}
.courses .box-container .boxes{
    background: #9bb6ee;

}
.courses .box-container .box .parts{
    align-items: center;
    text-align: center;
}
.courses .box-container .box .parts h2{
    padding: .5rem .5rem;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 1.8rem;
    border-bottom: 1px solid #000;
    color: #1e1e1e;
    border-top: 1px solid #000;
}
.courses .box-container .box .parts ul{
   
    list-style: none;
    text-align: center;
    padding: .5rem .5rem;
}
.courses .box-container .box .parts ul li{
    text-decoration: none;
    font-size: 1.5rem;
    color: #fff;
    list-style: none;
    text-align: center;
    padding: .5rem .5rem;
}
.courses .box-container .box .parts a{
    padding: .2rem 2rem;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    color: #333;
    
}
.courses .exam{
    justify-content: center;
    text-align: center;
    align-items: center;
}
.courses .exam img{
    width: 40%;
    border: 1.5rem solid#fff;
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    height: 40%;
    object-fit: cover;
    margin: 1rem;
}
.review h2{
    font-family: Dancing Script;
    color: #2c26ea;
    font-size: 3rem;
}
.review .box-container{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem; 
}
.review .box-container .box{
    flex: 1 1 50rem;
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
    border-radius: .5rem;
    padding: 3rem 2rem;
    position: relative;
    border: 1rem solid rgba(0,0,0,.1);
    transition: all 0.1s ease-in-out;
}
.review .box-container .box .fa-quote-right{
    position: absolute;
    bottom: 3rem; right: 3rem;
    font-size: 6rem;
    color: #eee;
}
.review .box-container .box .star i{
    color: rgb(255, 230, 0);
    font-size: 2rem;
}
.review .box-container .box  p{
    color: #999;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-top: 2rem;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.review .box-container .box .user{
    display: flex;
    align-items: center;
    padding-top: 2rem;
}
.review .box-container .box .user img{
    height: 8rem;
    width: 8rem;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
}
.review .box-container .box .user h3{
    font-size: 2rem;
    color: #333;
    font-family: Dancing Script;
}
.review .box-container .box .user span{
    font-size: 1.5rem;
    color: #999;
}
.career .row{
    display: flex;
    flex:wrap-reverse;
    gap: 1.5rem;
    
}
.career .row form{
    flex: 1 1 45rem;
    padding: 2rem 2.5rem;
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
    border: .1rem soild rgba(0,0,0,.1);
    background: #fff;
    border-radius: .5rem;
}
.career .row form .boxe p{
    font-size: 1rem;
    color: #141414;
    font-family:Dancing Script;
}
.career .row .hire{
    flex: 1 1 30rem;
   
}
.career .row .hire h3{
    font-size: 3rem;
    color: #2c26ea;
    padding: 2rem 2.5rem;
    font-family: cursive;
}
.career .row .hire p{
    font-size: 2rem;
    color: #171616;
    font-family:Dancing Script;
}
.career .row .hire img{
    width: 80%;
    height: 30%;
    margin: 1rem 1.5rem;
}
.career .row form .box{
    padding: 1rem;
    font-size: 1.7rem;
    color: #1e1e1e;
    text-decoration: none;
    border: 1rem solid rgba(0,0,0,.1);
    border-radius: .5rem;
    margin: .7rem 0;
    width: 100%;
    font-family: cursive;

}
.career .row form .box:focus{
    border-color: #2c26ea;
}
.career .row form textarea{
    height: 15rem;
    resize: none;
}
.career .row form p{
    color: #333;
    font-size: 1.8rem;
    font-family: Dancing Script;
    margin-top: 2rem;
}

.blog-post{
    width: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.blog-post img{
    width: 30%;
    height: 30%;
    padding: 10px;
}
.Contact p{
    align-items: center;
    text-align: center;
    color: #333;
    font-size: 1.8rem;
    font-family: Dancing Script;
    margin: 6rem;
}
.Contact h3{
    align-items: center;
    text-align: center;
    color: #5782d6;
    font-size: 1.8rem;
}
.Contact .row{
    display: flex;
    flex: wrap-reverse;
    gap: 1.5rem;
    align-items: center;
}
.Contact .row form{
    flex: 1 1 40rem;
    padding: 2rem 2.5rem;
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
    border: .1rem soild rgba(0,0,0,.1);
    background: #fff;
    border-radius: .5rem;
    font-family: cursive;
}
.Contact .row .image{
    flex: 1 1 40rem;
}
.Contact .row .image img{
    width: 100%;

}
.Contact .row form .box{
    padding: 1rem;
    font-size: 1.7rem;
    color: #333;
    text-decoration: none;
    border: 1rem solid rgba(0,0,0,.1);
    border-radius: .5rem;
    margin: .7rem 0;
    width: 100%;
}
.Contact .row form .box:focus{
    border-color: #2c26ea;
}
.Contact .row form textarea{
    height: 15rem;
    resize: none;
}

.footer{
    display: flex;
    flex-wrap: wrap;
    
}
.footer .box-container{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    background: #87a5e1;
    padding: 2.5rem;
    width: 100%;
}
.footer .box-container .box{
    padding: 2rem;

}
.footer .box-container .box h3{
    color: #fff;
    font-size: 2.8rem;
    padding: 1rem 0;
    text-decoration: underline;
    font-family: Dancing Script;
}
.footer .box-container .box a{
    display: block;
    color: #fff;
    font-size: 1.9rem;
    padding: 1rem 0;
    font-weight: bold;
}
.footer .box-container .box a:hover{
    color: blue;
    text-decoration: underline;
}
.footer .box-container .box img{
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    
}
.footer .box-container .box p{
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-top: 2rem;
    font-family: cursive;
}
.footer .box-container .box i{
    text-decoration: none;
    padding: 1rem;
    color: #fff;
    font-size: 3rem;
}
.footer .credit{
    text-align: center;
    padding: 1.5rem;
    margin-top: 1.5rem;
    padding-top: 2.5rem;
    font-size: 2rem;
    color: #333;
    border-top: .1rem solid rgba(0,0,0,.1);
}
.footer .credit span{
    color: #5782d6;
}

.dropbtn {
    padding: 16px;
    font-size: 16px;
    border: none;
}
.fab {
	font-weight: 500;
	font-size: 2.5rem;
    text-decoration: none;
}
 
.dropdown {
    position: relative;
    display: inline-block;
}
  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 10rem;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  

.dropdown-content a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.menu-section{
    width: 100%;
    overflow: hidden;
}
.menu-section .menu-tabs{
	justify-content: center;
	margin: 10px;
	width: 100%;
	flex-wrap: nowrap;
	text-align: center;
	display: flex;
    overflow: hidden;
}
.menu-section .menu-tab-item{
    font-size: 17px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
   
    padding: 10px;
    transition: all 0.1s ease-in-out; 
    position: relative;
    border-top: 1px solid#6666;
    border-bottom: 1px solid#6666;

}
.menu-section .menu-tab-item span{
    pointer-events: none;
    font-size: 1.5rem;
    transition: all 0.1s ease-in-out;
    font-weight: 200;
    color: black;
}
.menu-tab-item:hover,
.menu-tab-item.active{
     background-color: rgb(45, 45, 228);
}
.menu-tab-item:hover span,
.menu-tab-item.active span{
    color: aliceblue;
}
.menu-tab-content{
    padding: 0 1rem;
    display: none ;
}
.menu-tab-content.show{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    animation: fade-in 0.5s ease;
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.menu-tab-content .bloging{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.menu-tab-content .bloging .blog-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
   flex-wrap: wrap;
}
.menu-tab-content .bloging .blog-container .blog-box{
    width: 350px;
    margin: 20px;
    border: 1px solid#6666;
    
}
.menu-tab-content .bloging .blog-container .blog-box:hover{
    transform: scale(1.05);
}
.menu-tab-content .bloging .blog-container .blog-box .blog-text{
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.menu-tab-content .bloging .blog-container .blog-box .blog-text a{
    font-size: 3rem;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    padding: 10px;
    text-align: center;
}
.pdf{
    width: 100%;
    padding: 20px;
     
}
.pdf-s{
    text-align: center;
    align-items: center;
}
.pdf-s a{
    text-decoration: none;
    font-size: 6rem;
    padding: 20px;
    text-align: center;
    color: red;
}



.modal input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}


button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

button:hover {
  opacity: 0.8;
}


.modal .cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.modal .imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

.modal .avatar {
  width: 20%;
  border-radius: 50%;
}

.modal .container {
  padding: 16px;
}

.modal span.psw {
  float: right;
  padding-top: 16px;
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}


.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}

.anatomy-1{
    width: 100%;
    padding: 10px;
}
.anatomy-1 .blog-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
   flex-wrap: wrap;
}
.anatomy-1 .blog-container .blog-box{
    width: 350px;
    margin: 20px;
    border: 1px solid#6666;
    
}
.anatomy-1 .blog-container .blog-box:hover{
    transform: scale(1.05);
}
.anatomy-1 .blog-container .blog-box .blog-text{
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.anatomy-1 .blog-container .blog-box .blog-text a{
    font-size: 3rem;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #2c26ea;
}
.anatomy-1 .blog-container .blog-box .blog-text a i{
    font-size: 7rem;
    text-align: center;
    color: red;
}
.anatomy-1 .blog-container .blog-box .blog-text h2{
    font-size: 1.6rem;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    padding: 10px;
    text-align: center;
    
    color: #000;
}
.anatomy-1 .blog-container .blog-box .blog-text p{
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    color: #2c26ea;
}
.pay-form{
    width: 60%;
    padding: 20px;
  
}
.pay-form  .container {
    padding: 16px;
    
}
.pay-form .container input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

.pay-form .container input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

.pay-form .container hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

.pay-form .container button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

button:hover {
  opacity:1;
  padding: 10px;
}

.signupbtn {
  float:left;
  width: 30%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
  padding: 20px;
  text-align: center;

}
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}


.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom { 
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}



@media screen and (max-width: 300px) {
  .cancelbtn, .signupbtn {
     width: 100%;
  }
}
.razorpay-payment-button{
    font-size: 2rem;
    color: #fff;
    font-weight: 300;
    padding: 20px;
    font-family :'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: #028a49;
}
.example {
	text-align: center;
}

.pricing-table{
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
.pricing-table .columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}

.pricing-table .price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.2s;
}
  
  
.pricing-table .price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}
  
 
.pricing-table .price .header {
    background-color: #5b97c5;
    color: #ffffff;
    font-size: 25px;
}
  

.pricing-table .price li {
    border-bottom: 1px solid #c6cbd0;
    padding: 20px;
    text-align: center;
    font-size: 15px;
}
.pricing-table .price li img{
    width: 50%;
  }  
 
.pricing-table .price .grey {
    background-color: #c6cbd0;
    font-size: 20px;
}
  
.pricing-table .button {
    background-color: rgb(245, 49, 49);
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
.pricing-table .buttonN {
    background-color: rgb(0, 152, 33);
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
} 
@media only screen and (max-width: 600px) {
    .pricing-table .columns {
      width: 100%;
}

}  




















































































































































































































































@media (max-width:990px) {  
    
    html {
        font-size: 50%;

    }

    header {
        padding: 1rem;

    }

    section {
        padding: 2rem;

    }
}


@media (max-width:768px) {

    html .fa-bars{ 

        display: block; 

    }
     
    header .navbar{

        position: absolute;
        top: 100%; left: 0; right: 0;
        background: #9bb6ee;
        border-top: .1rem solid rgba(0,0,0,.1);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);

    }
    
    header #toggler:checked ~ .navbar{

        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

    }

    header .navbar a{

        margin: 1.5rem;
        padding: 1.5rem;
        background: #fff;
        border: .1rem solid rgba(0,0,0,.1);
        display: block;

    }

}
@media (max-width:850px) {   

    html {
        font-size: 40%;
    }

    .heading{

        font-size: 1.5rem;
    }
    .courses .box-container{
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem; 
        align-items: center;
        justify-content: center;
        margin:  1rem;
    }
}
@media (max-width:135%) {   

    html {
        font-size: 40%;
    }

    .heading{

        font-size: 1.5rem;
    }
}

@media (max-width:450px) {   

    html {
        font-size: 40%;
    }

    .heading{

        font-size: 2rem;
    }
}