*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.dropbtn {
    background-color: transparent;
    color: black;
    padding: 8px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
}

/* .dropdown-content a:hover {
    background-color: #7f7a7aa7;
} */

.dropdown:hover .dropdown-content {
    display: block;
}

/* .dropdown:hover .dropbtn {background: transparent;} */
.bran{
    color: #f4511e !important;
    font-weight: bold;
}
.backgr {
    background-color: white !important;
}
.butt{
    color: black!important;
    text-decoration: none;
}
.butt:hover {
   
    color:#f4511e  !important;
}
.col a:hover{
    color: #f4511e;
}
/* navbar end */
.mig img {
    width: 25%;
    height: 6vh;
    border-radius: 5px;
}
.box {
    /* width: 10%;
    height: 20vh; */
    display: grid;
    grid-template-columns: auto auto auto;
}
.car {
    width: 90%;
    margin: auto !important;
    border-radius: 20px !important;

}
.rad {
    border-radius: 20px !important;
}
.popular {
    width: 100%;
    height: 40vh;
    /* margin: auto;
    background-color: rgb(10, 92, 163);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px; */
}
.new{
    width: 550px;
    height: 16vh;
    margin: auto;
    /* border: 2px solid red; */
}
.new h1{
    font-weight: lighter;
}
.new samp{
    text-align: center;
    cursor: pointer;
    position: relative;
    padding-bottom: 7px;
    font-weight: bolder;
}
.new samp::after{
    content: '';
    position: absolute;
    height: 3px;
    left: 0;
    margin-left: auto;
    bottom: 0;
    width: 0;
    background: #f4511e;
    transition: width .2s;
}
.new samp:hover:after{
    width: 100%;
}
.new samp{
    color: #f4511e;
}
.for_gri_citie{
    width: 100%;
    height: auto;
}
.for_gri_citie_rap{
    width: 80%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.nam_one{
    margin:25px;
    width: 200px;
    height: 62px;
    border: 2px solid #f4511e;
    border-radius: 30px;
    /* text-align: center; */
    
}
.nam_one:hover{
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.nam_one svg{
    border-radius: 30px;
}
/* seconde */
.for_gri_citi{
    width: 100%;
    height: auto;
}
.for_gri_citie_ra{
    width: 80%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    /* padding: 15px; */
    /* border: 2px solid red; */
    flex-wrap: wrap;
    
}
.nam_on{
    margin:25px;
    width: 200px;
    height: 60px;
    border: 2px solid #f4511e;
    border-radius: 30px;
    /* text-align: center; */
    
}
.nam_on svg{
    border-radius: 30px;
}
.nam_on:hover{
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.popular_heading{
    width: 850px;
    height: 150px;
    margin: auto;
    /* border: 2px solid red; */
}
/* .popular_heading span{
    color: #f4511e;
} */
.popular_heading span{
    text-align: center;
    cursor: pointer;
    position: relative;
    padding-bottom: 7px;
    font-weight: bolder;
    color: #f4511e;
}
.popular_heading span::after{
    content: '';
    position: absolute;
    height: 5px;
    left: 0;
    margin-left: auto;
    bottom: 0;
    width: 0;
    background: #f4511e;
    transition: width .2s;
}
.popular_heading span:hover:after{
    width: 100%;
}
/* Rotate -1 */
.rota{
    width: 950px;
    height:550px; 
    margin: auto;
    /* border: 2px solid #f4511e; */
}
.column{
    width: 950px;
    height:470px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
    /* border: 2px solid #f4511e; */
    /* margin: auto;
    /* border: 2px solid red; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
   /* display: grid;
    grid-template-columns: auto auto auto;*/
}
.hole_sho{
    width: 300px;
    /* margin: 10px; */
    padding: 20px;
    /* height:300px; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(196, 188, 188, 0.19);
}
.hover-rotate img {
    width: 350px;
    height: 200px;
    /* border-radius: 5px;
    border: 2px solid #f4511e; */
}
.hover-rotate {
    overflow: hidden;
    /* margin: 4px; */
    /* min-width: 350px;
    max-width: 500px;
    width: 350px; */
    border-radius: 5px;
    border: 2px solid #f4511e;
}
.hover-rotate img {
    transition: all 0.3s;
    box-sizing: border-box;
    max-width: 350px;
}
.hover-rotate:hover img {
    transform: scale(1.3) rotate(5deg);
    
}
.hover-rotate:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* .hole_sho:hover{
    width: 100%;
    height: 45vh;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} */
.for_text h4{
    color: #f4511e;
}
.for_text p i{
    color: #f4511e;
    /* border-bottom: 2px solid black; */
}
.for_text p{
    /* color: #f4511e; */
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.211);
}
#cota{
    width: 250px;
    /* height: 20vh; */
    margin: auto;
    /* border: 5px solid black; */
    
}
.shine{
    border: none;
    border-radius: 1px;
    padding: 15px 30px;
    background: #f4511e;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    color: white;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    
}
.shine::before{
    content:'';
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
        120deg,
        rgba(255,255,255,0)30%,
        rgba(255,255,255,.8),
        rgba(255,255,255,0)70%
    );
    top:0;
    left: -100px;
    animation: shine 3s infinite linear; /*Animation*/
}
@keyframes shine{
    0% {left: -100px}
    20% {left: 100%}
    100% {left: 100%}
}
.shine:hover{
    /* background: rgba(255, 255, 255, 0); */
    background-color:black;
}
.Vedantu{
    width: 1500px;
    height: 500px;
    /* border: 2px solid red; */
    /* background-color: #f4501e23; */
}
.VedantU_rap{
    width: 1200px;
    height: 450px;
    /* border: 2px solid red; */
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    /* display: flex;
    justify-content: center;
    flex-wrap: wrap;  */
}
.Vedantu_why h1{
    color: #f4511e;
    /* padding-top: 5px; */
} 
.Vedantu_why h2{
    font-size: 45px;
}
.Vedantu_why h2 span{
    color: #f4511e;
    font-weight: bold;
}
.Vedantu_why h4 span{
    font-size: 28px;
    font-weight: bold;
}
.Student{
    width:1500px;
    height: 670px;
}
.Student_rad{
    width:1300px;
    height: 600px;
    margin: auto;
   
}
.student_rap_di{ 
    width:1000px;
    height: 600px;
    display: flex;
    margin: auto;
    /* background-color: #f4501e23; */
    /* margin: 5px; */
}
.student_text
{
    width:1000px;
    height: 590px;
    background-color: #f4501e23;
    margin: 8px;
    border-radius: 8px;
    padding-top:25px;
    padding-left: 25px;
}
.student_text h5 {
    /* padding-top:15px; */
    padding-bottom: 15px;
}
.student_text img{
    padding-bottom: 15px;
}
.student_text h5{
    font-weight: bold;
}
.student_text i{
    /* padding-top:15px; */
    color: #f4511e;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.2);
}
.student_text span{
    color: #f4511e;
}
.student_text p{
    padding-top:15px;
    padding-bottom: 6px;
    font-weight: bold;
}
#zoom-in-out p i{
    /* margin: 24px;
    width: 50px;
    height: 50px; */
    /* background: #f500cc; */
    /* color: #f4511e; */
    animation: zoom-in-zoom-out 1s ease infinite;
    border-radius: 5px;
    box-shadow: 0 2px 1px 0 rgb(0,0, 0, .5);
    /* box-shadow: 5 2px 0px 15 rgba(0,0,0,0.5); */
  }
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.1, 1.1);
    }
    100% {
      transform: scale(1, 1);
    }
  }
#hole{
    width: 950px;
    height:480px; 
}
#hople{
    width: 950px;
    height:400px;   
}
#fote h4{
    color: black;
}
/* footer */
.footer{
    width: 100%;
    height: 120vh;
    background-color: rgb(55, 52, 52);
}
.footer_rap{
    width: 95%;
    height: 75vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 1px;
    padding-top: 65px;

}
.bb_txt{
    margin: 55px;
}
.bb_txt p{
    /* margin-top:px; */
    width: 100%;
    color: rgba(255, 255, 255, 0.69);
}
#zoom-in-out-box{
    margin: 55px;
}
.bb_txt1{
    color: rgba(255, 255, 255, 0.69);
}
.bb_txt1{
    margin: 20px;
    font-size: 13.5px;
}
.bb_txt1 i{
    font-size: 12px;
    border: 2px solid white;
    border-radius: 15px;
    padding: 4px;
}
#zoom-in-out-box i:hover{
    color: #f4511e;
    border: 2px solid white;
}
#zoom-in-out-box p i{
    /* margin: 24px;
    width: 50px;
    height: 50px; */
    /* background: #f500cc; */
    color: #f4511e;
    border: 2px solid #f4511e;
    animation: zoom-in-zoom-out 1s ease infinite;
    box-shadow: 0 2px 14px 0 rgb(255, 255, 255);
  }
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.1, 1.1);
    }
    100% {
      transform: scale(1, 1);
    }
  }
.bb_txt1 h6:hover{
    color: #f4511e;
    cursor: pointer;
    /* font-weight: lighter; */
}
.fa-circle-phonet{
    color:rgb(223, 15, 15);
}
.faqs_head1 {
    height: 85vh;
}

.accordion{
    margin: 60px auto;
    width: 600px;
}
.accordion li{
    list-style: none;
    margin: 20px;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(255, 255, 255, 0.384); /*6px 9px 10px -1px rgba(0,0,0,0.15) -6px 9px 10px -1px rgba(255,255,255,0.7)*/
}
label{
    color: rgba(255, 255, 255, 0.69);
}
.accordion li label{
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}
label::before{
    content: '+';
    margin-right: 10px;
    font-size: 24px;
    font-weight: 600;
}
input[type="radio"]{
    display: none;
}
.accordion .content{
    /* color: #555; */
    color:  rgba(255, 255, 255, 0.69);;
    line-height: 26px;
    max-height: 0;
    overflow: hidden;
    transition:max-height 0.5s, padding 0.5s;
}
.accordion input[type="radio"]:checked +label +.content{
    max-height: 400px;
    padding: 10px 10px 20px;
}
.accordion input[type="radio"]:checked +label::before{
    content: '-';

}
.quick{
    width: 100%;
    height: 20vh;
}
.quickrap{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 8px;
    padding-left: 5px;
}
.quick_text li{
    list-style: none;
}
.quick_text h5{
    font-size: 16px;
}
.quick_text li{
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}
.quick_text li:hover{
    color: #f4511e;
}
.Quickk h5{
    font-size: 16px;
}
.quick_text i{
    margin-left: 4px;
    margin-right: 4px;
    font-size: 15px;
    color: white;
}
.Quickk a{
 text-decoration: none;
 color: white;
 padding-left: 5px;
 padding-right: 5px;
}
.Quickk a:hover{
    /* background-color: white; */
    border-bottom: 2px solid #f4511e;
    /* color: black; */
    /* border-radius: 50px; */
    /* margin: 2px; */
}
/* Under line */
.under{
    width: 100%;
    height: 5vh;
    background-color: rgb(55, 52, 52);
   
}
.underrap{
    width: 95%;
    padding-top: 3px;
    /* border-top: 2px solid rgba(255, 255, 255, 0.708); */
    border-top: 2px solid #f4511e; 
    margin: auto;
}
.underrap h6{
    color: white;
    text-align: center;
}