* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Rubik", sans-serif;
}

.parent {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



/* child 1 start */
.child-1 {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #f8f8f8;
    padding-bottom: 150px;
}

.child-1 p {
    margin-bottom: 0;
}

.sub-child-1 {
    display: flex;
    justify-content: space-between;
    width: 90%;
    gap: 20px;
    background-color: #f8f8f8;
}

.left-child-1 {
    display: flex;
    flex-direction: column;
    width: 60%;
    gap: 25px;
    padding-top: 40px;
}

.heading {
    display: flex;
    gap: 10px;
}

.four-icons {
    display: flex;
    font-size: 12px;
    width: 100%;
    gap: 10px;
    justify-content: space-around;
}

.icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.icons p {
    text-align: center;
}

.icons img {
    width: 30px;
    
    
}

#v-c-p-btn {
    width: fit-content;
    padding: 10px;
    border:10px;
    background-color:#007ab3;
    color: white;
    border-radius: 6px;
    font-weight: bold;
}

#mobile-v-c-p-btn {
    display: none;
}

.mobile-child-1 {
    display: none;
}


.right-child-1 {
    display: flex;
    flex-direction: column;
    width: 40%;
    gap: 20px;
    padding-top: 40px;
}

.carousel {
    width: 100%;
}


.carousel-item img {
    width: 200px;
    height: 40vh;
    border-radius: 10px;
}

#main-heading {
    margin-bottom: 0; margin-top: -20px; font-size: 62px; font-weight: bold;
}

.talented {
    border: 1px solid black; font-size: 13px; border-radius: 15px; background-color: rgb(235, 224, 224); margin-right: 5px; border: none; padding: 4px; padding-left: 10px; padding-right: 10px; font-weight: bold;
}



.child-2 {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #007ab3;
    color: white;
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative;
}

.sub-child-2 {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.mobile-quick-link {
    display: none;
}

.quick-link {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    width: 90%;
    border: 1px solid white;
    background-color: white;
    color: black;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -35px;
    font-weight: bold;
}

.quick-link a {
    margin-bottom: 0;
    color: #007ab3;
    text-decoration: none;
}






.quick-images {
    display: flex;
    align-items: center;
    gap: 10px;
}
.quick-images img {
    width: 30px;
    height: 30px;
    border: 1px solid black;
    padding: 5px;
    border-radius: 5px;
    background-color: #f1ecff;
    border: none;
}

#horizondal {
        margin: 0;
    }



.pro-classic {
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    width: 47%;
    padding: 1px;
    background-color: white;
    color: black;
    border-radius: 10px;
    gap: 10px;
}

.pro-classic p {
    margin-bottom: 0;
}

.features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    width:100%;
    padding: 20px;
}

.live {
    padding-left: 25px; 
    font-size: 10px; 
    border: 1px solid black; 
    padding: 2px; 
    border-radius: 2px; 
    color: white; 
    background-color: #007ab3; 
    border: none;
}

.benefits-texts {
    padding-left: 5px;
}









.child-3 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative;
}

.sub-child-3 {
    width: 90%;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.batch-syllabus-heading {
        font-size: 45px;
        color: #007ab3;
        font-weight: bold;
    }

.batch-syllabus {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 60%;
    padding-top: 10px;
    margin-top: -40px;
}

.batch-syllabus p {
    margin-bottom: 0;
}


.second-two-btn {
    display: flex;
    gap: 10px;
    width: 100%;
}

#l-b-btn {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: none;
    background-color: #007ab3;
    color: white;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}


#n-b-btn {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: none;
    background-color: #007ab3;
    color: white;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}




/* #result {
    margin-top: 40px;
} */




.one-box {
    display: flex;  
    border: 1px solid rgb(209, 200, 200);
    border-radius: 10px;
    width: fit-content;
}


.one-box p {
    margin-bottom: 0;
}

.sub-one-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    gap: 20px;
    width: 100%;
}




.sub-one-box img {
    width: 50px;
    height: 50px;
    border: 1px solid black;
    padding: 5px;
    border-radius: 25px;
    background-color: #b9e1f5;
    border: none;
}

.top { 
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    width: 100%;
}

.sub-top {
    width: 100%;
}


.our-results {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
    border-radius: 10px;
}














.right-n-c-e {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    padding: 10px;
    border: 1px solid black;
    /* box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2); */
    border: none;
    font-size: 15px;
    background-color: white;
}

.select-course{
    border: 1px solid gray;
    border-radius: 8px;
    padding: 8px;
    display: none;
}

.select-course-1{
    border: 1px solid gray;
    border-radius: 8px;
    padding: 8px;
}


.n-m-c {
    width: 100%;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    border: none;
}

.n-m-c p {
    margin-bottom: 0;
}

.sub-n-m-c {
    display: flex;
    justify-content: space-evenly;
    gap: 40px;
    padding: 30px;
    /* gap:10px; */
}

.sub-n-m-c-2{
    width: 50%;
}

.sub-n-m-c-1{
    width: 50%;
}



#book-btn {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #007ab3;
    color: white;
    border-radius: 4px;   
    margin-top: 20px; 
}




/* mobile course plan start */
.mobile-course-plan {
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 10px;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    border: none;
    font-size: 13px;
    padding: 10px;
}


.mobile-course-plan p {
    margin-bottom: 0;
}

.mobile-sub-course-plan-1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}





.mobile-fixed-pro-classic {
    display: flex;
    flex-direction: column;
    /* border: 1px solid black; */
    width: 100%;
    padding: 1px;
    background-color: white;
    color: black;
    border-radius: 10px;
    gap: 10px;
}


.mobile-fixed-sub-pro-classic {
    display: flex;
    flex-direction: column;
    /* border-top: 1px solid rgb(236, 226, 226);     */
    /* border: 1px solid #007ab3; */
    /* background-color: #b9e1f5; */
    gap: 15px;
    width: 100%;
    padding: 10px;
}


.mobile-fixed-two-btn {
    display: flex;
    gap: 10px;
}



#mobile-p-a-p-btn {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: none;
    font-weight: 700;
    background-color: #007ab3;
    color: white;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}


.mobile-right-n-c-e {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    padding: 5px;
    border: 1px solid black;
    /* box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2); */
    border: none;
    font-size: 14px;
    background-color: white;
}

/* mobile course plan end */



.course-plan {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    border: none;
    padding: 10px;
    overflow-y: auto;
    height: fit-content;
    position: sticky;
    top: 100px;
}

.course-plan p {
    margin-bottom: 0;
}

.sub-course-plan-1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}





.fixed-pro-classic {
    display: flex;
    flex-direction: column;
    /* border: 1px solid black; */
    width: 100%;
    padding: 1px;
    background-color: white;
    color: black;
    border-radius: 10px;
    gap: 10px;
}


.fixed-sub-pro-classic {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgb(236, 226, 226);
    /* border: 1px solid #007ab3; */
    /* background-color: #b9e1f5; */
    gap: 15px;
    width: 100%;
    padding: 20px;
}

.fees-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.fixed-two-btn {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}




#p-a-p-btn {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: none;
    font-weight: 700;
    background-color: #007ab3;
    color: white;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}





.child-4 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
    margin-bottom: 0;
}


.i-a-s {
    width: 90%;
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    padding: 50px;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    border: none;
    background-color: #007ab3;
    color: white;
    font-weight: bold;
}


.testimonial-head {
    display: flex;
    width: 90%;
    margin-top: 50px;
}

.three-testi {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial{
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.testimonial p {
    margin-bottom: 0;
}

.testimonial img {
    width: 100px;
    height: 100px;
}

.sub-testimonial {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.child-5 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq-head {
    display: flex;
    width: 90%;
    margin-top: 50px;
}

.faq {
    display: flex;
    width: 90%;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    border: none;
    padding: 20px;
}

.accordion {
    width: 100%;
}

/*form start  */
.form-1 {
    display: none;
    padding: 20px;
    color: #252525;
    border-radius: 5px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0px;
}

.row{
    width: 50% !important;
    background-color: white;
    border: 1px solid grey;
    border-radius: 8px;
    padding: 20px;
}

#submit-1 {
    background-color: #007ab3;
    border-style: none;
    color: white;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}

.form-heading-cancel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.free-demo-class {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}

#cancel-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 10%;
    font-size: 20px;
    margin-bottom: 0;
}



.otp {
    position: absolute;
}

#generate-otp {
    width: fit-content;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-style: none; 
    background-color: #007ab3; 
    border-radius: 5px; 
    font-size: 13px; 
    color: white;
    position: absolute;
    right:4px;
    top:4px;
    padding: 5px;
}

#valid-otp {
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: fit-content; 
    border-style: none; 
    background-color: #007ab3; 
    border-radius: 5px; 
    font-size: 13px; 
    color: white;
    position: absolute;
    right: 5px;
    bottom:4.5px;
    padding: 5px;
}

.one{
    position: relative;
}

#heading-otp {
    display: none;
}



#brake1 {
    display: none;
}
/* form end */

@media screen and (min-width : 320px) and (max-width: 768px) 
{


    .select-course{
        border: 1px solid gray;
        border-radius: 8px;
        padding: 8px;
        display: block;
    }
    .select-course-1 {
        display: none;
    }


    .header-container {
        display: none;
    }






    .child-1 {
        padding-bottom: 20px;
    }

    .right-child-1 {
        display: none;
    }

    .left-child-1 {
        width: 100%;
    }

    #mobile-v-c-p-btn {
        display: unset;
        width: fit-content;
        padding: 10px;
        border:10px;
        background-color:#007ab3;
        color: white;
        border-radius: 6px;
        font-weight: bold;
    }

    #v-c-p-btn {
        display: none !important;
    }

    .mobile-child-1 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .mobile-child-1 img {
        width: 100%;
    }

    #main-heading {
        text-align: center;
    }

    .carousel {
        width: 100%;
    }
    
    
    .carousel-item img {
        width: 100%;
        height: 20vh;
        border-radius: 10px;
    }

    .pro-classic {
        width: 100%;
    }

   

    .two-btn {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    #days-btn {
        width: 100%;
    }

    #b-f-c-btn {
        width: 100%;
    }



    #horizondal {
        margin: 0;
    }

    .batch-syllabus-heading {
        font-size: 14px;
        color: #007ab3;
    }

    /* #result {
        margin-top: 20px;
    } */

   

    .child-2 {
        padding-top: 20px;
    }

    .child-3 {
        padding-top: 0;
    }



    .batch-syllabus {
        width: 100%;
        margin-top: 20px;
    }

    .second-two-btn {
        display: flex;
        flex-direction: column;
        width: 100%;
        font-size: 13px;
        justify-content: center;
    }


    
    .one-box {
        display: grid;
        grid-template-columns: auto auto auto;
        border: 1px solid rgb(209, 200, 200);
        border-radius: 10px;
        width: 100%;
        overflow-x: auto;
}
   

    .sub-one-box {
        display: flex;
        flex-direction: column;
        padding: 20px;
        gap: 20px;
        width: 100%;
    }

    .top { 
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 10px;
        width: 100%;
    }
    
    .sub-top {
        width: 100%;
    }
    

    .mobile-course-plan {
        display: unset;
    }
 




    .n-m-c {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        background-color: #b9e1f5;
    }

   .sub-n-m-c {
    padding: 0;
    flex-direction: column;
    gap: 0px;
   }

   .sub-n-m-c-1{
    width: 100%;
   }

   .sub-n-m-c-2{
    width: 100%;
   }


    .quick-link {
        display: none;
    }

    .mobile-quick-link {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        gap: 20px;
        width: 100%;
        border: 1px solid white;
        background-color: white;
        color: black;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
        font-weight: bold;
        font-size: 12px;
    }
    
    .mobile-quick-link a {
        margin-bottom: 0;
        color: #007ab3;
        text-decoration: none;
    }

    
    .mobile-quick-images {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        gap: 10px;
        width: 100%;
        color: #007ab3;
    }

    .mobile-quick-images img {
        width: 40px;
        height: 40px;
        border: 1px solid black;
        padding: 5px;
        border-radius: 5px;
        background-color: #f1ecff;
        border: none;
    }

    .mobile-quick-left {
        font-size: 16px;
    }

    .mobile-quick-right {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 30px;
    }






    .course-plan {
        display: none;
    }



    .child-4 {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 0;
        padding-top: 20px;
    }

    
.i-a-s {
    width: 90%;
    /* padding: 5px; */
}

    .testimonial-head {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }


    .testimonial{
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 13px;
}

.testimonial p {
    margin-bottom: 0;
}

.testimonial img {
    width: 100px;
    height: 100px;
}

.sub-testimonial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
}

    
     .form-1 {
        position: fixed;
        top: 0px;
        box-shadow: unset;
        font-size: 10px;
        border-radius: 23px;
    }

    .row{
        width: 100% !important;
        padding: 10px;
    }

    .form-label {
        font-size: 12px;
    }

     #submit-1 {
        margin-bottom: 10px;
    }

     .animate-text {
        font-size: 10px;
    }
    
  
    
   

    
    
    
    
}