*{
    padding: 0px;
    margin: 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; */
}
/* banner-2 */
.banner {
    width: 100%;
    height: 75vh;
}
.banner_rap {
    width: 80%;
    height: 65vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 5px;
}
.banner_text {
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.banner_text p {
    color: rgba(0, 0, 0, 0.496);
}
.banner_text h4 {
    color: #f4511e;
    font-weight: bold;
}
.banner_text h6 span{
    background-color: red;
    color: white;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
}
.input-box {
    display: flex;
    flex-direction: column;
}
#phone-number {
    padding: 10px;
    font-size: 16px;
    width: 350px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#submit-button {
    /* padding: 10px 20px;
    font-size: 20px;
    width: 350px;
    background-color: darkorange;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    align-content: center; */
    border: none;
    font-size: 20px;
    border-radius: 1px;
    padding: 8px 20px;
    background:  darkorange;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    color: white;
    width: 350px;
    text-decoration: none;
    text-align: center;
}
/*#submit-button:hover {
    background-color: darkgoldenrod;
}*/
#submit-button i {
    font-size: 25px;
    color: green;
    font-weight: bold;
}
#submit-button::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 4s infinite linear; /*Animation*/
}
@keyframes shine{
    0% {left: -100px}
    20% {left: 100%}
    100% {left: 100%}
}

/* Our teaching philosophy */
/*.our_tec{
    width: 100%;
    height: 85vh;
    border: 2px solid red;
}*/
.our_tec{
    width: 100%;
    height: 15vh;
    /* border: 5px solid red; */
}
/* .our_tec img{
    width: 100%;
    height: 80vh;
} */
.text_for_our_teaching{
    margin-bottom:15%;
    text-align: center;
    /* border: 2px solid red; */
}
.text_for_our_teaching h3{
    font-weight: lighter;
}
.guirap{
    width: 100%;
    height: 67vh;
}
.gui{
    width: 85%;
    display: grid;
    grid-template-columns: auto auto ;
    grid-column-gap: 25%;
    grid-row-gap: 15%;
    margin: auto;
    /* margin-bottom: 100%; */
}

.gui1 h3{
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    background-color: #fff6f6db;
}
.gui2{
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    background-color: #fff6f6db;
}
.gui3{
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    background-color: #fff6f6db;
}
.gui4{
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    background-color: #fff6f6db;
}
#cota{
    width: 22%;
    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;
}
.out_courses{
    width: 100%;
    height: 15vh;
    text-align: center;
    /* border: 2px solid red; */
}
.box_for_free{
    width: 100%;
    height: 80vh;
    /* border: 2px solid violet; */
}
.box_for_freerap{
    width: 40%;
    height: 75vh;
    display: grid;
    margin: auto;
    grid-template-columns: auto auto;
    grid-column-gap: 8px;
}
.basic_heat1{
    /* border: 2px solid black; */
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}
.basic_lis li{
    list-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
.basic_lis li samp{
    color: rgba(0, 0, 0, 0.392);
}
#buy{
    width: 80%;
    margin-left:5px;
}
.basic_head{
    border-bottom: 2px solid rgba(0, 0, 0, 0.304);
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
.basic_heat2{
    /* border-bottom: 2px solid rgba(0, 0, 0, 0.304); */
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}
.lik{
    width:100%;
    height: 25vh;
}
.like{
    width: 60%;
    height: 18vh;
    margin: auto;
     background: #f4511e;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* border: 2px solid red; */
    border-radius: 10px;
}
.likerap{
    width: 100%;
    height: 18vh;
    margin: auto;

    /* background-color: rgba(255,255,255,.8); */
}
.likerap h3{
    color: white;
    text-align: center;
}
#CON{
    background-color: WHITE;
}
/* 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;
}