@media only screen and (max-width:479PX){


body{
    font-family: AvertaStd, -apple-system, BlinkMacSystemFont, sans-serif !important;
}
/*header*/
body
{
    overflow-x: hidden;
    overflow-y: scroll;
}
.nav-header{
    width: 100%;
    height: 48px;
    background-color: #FCFCFC;
    border-bottom: 1px solid #dcdcdc;
    display: block;
}
.header{
    width: 100%;
    height:8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
        width: 122px;
        height: 24px;
        background-image: url(images/degreewala-kota-final-logo.svg);
        background-size: auto 25px;
        margin-top: 37px;
        margin-left: 15px;
        background-repeat: no-repeat;
}
.header-button{
    width:240px;

}
.header-button button{
    height:32px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: bold;
}
.gift-btn{
    display: none;
}
.gift{
    display: none;
}
.login-div{
    height:40px;
    width:222px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-left: -10px;
}
.login-div button p{
    text-align: center;
}
.login-btn{
    width:70px;
    border:1px solid black;
    background-color: white;
    margin-left: 45px;
}
.join-btn{
    width:100px;
    border:1px solid #3C4852;
    background-color: #3C4852;
    color:white;
}


/*header*/

/* common */
.h1-variant{
    font-size: 31px;
    font-weight: 700;
    line-height: 40px;
}
.h2-variant{
    font-size:23px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.01rem;
    margin-left: 15px;
}
.h5-variant{
    font-size:16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01rem;
    margin-left: 15px;
}
.h3-variant {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.005em;
    margin-left: 15px;
}
.h6-variant {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
}
/* common */


/*main-section*/

.section-div{
    width:100%;
    height:auto;
}
.section-subdiv1{
    width:100%;
    height:568px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.register-div{
    width:100%;
    height:504px;
    display: grid;
    justify-content: space-between;
    align-items: center;
}
.register-div1{
    width:100%;
    height:auto;
    display: grid;
    justify-content: center;
    align-items: center;
    margin-top:210px;
}
.thank-h1
{
    margin-top:-235px;
}
.back-btn{
    width: 100px;
    height: auto;
    padding: 10px;
    background-color: #0089ff;
    color: white;
    font-weight: 600;
    font-size: 15px;
    border: none;
    border-radius: 4px;

}
.verification{
    width:100%;
    height:360px;
}
.people-image{
    width: 410px;
    height: 203px;
    margin-top: -415px;
}
.people-image-div{
    width: 320px;
    height: 200px;
    background-image: url(images/home-illustration.jpg);
    background-size: 315px 190px;
    background-repeat: no-repeat;
    margin-left: 44px;
}
.over{
    font-size: 14px;
}
.crack{
    width: 391px;
    height: 148px;
    color: #3C4852;
    margin-top: -65px;
    margin-left: 15px;
}
.phone-no{
    width: 91%;
    height: 160px;
    margin-top: 235px;
}
.crack h1{
    font-size:48px;
    font-weight: 700;
    line-height: 56px;
    margin-top:10px;
}
.crack h5{
    font-size:16px;
    font-weight: 600;

}
.phone-input-div{
    width: 100%;
    height: 160px;
    margin-left: 0px;
}
.enter-phone{
    width:90%;
    height:45px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 6px;
    margin-top:45px;
    border: 1px solid black;
    margin-left: 20px;
}

.flag-no{
    width:87px;
    height:24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.phone-input{
    border:none;
    height:30px;
    width:330px;
    font-size: 14px;
}
.otp{
    color:#7A8B94;
    font-size:14px;
    letter-spacing: 0rem;
    font-weight: 400;
    margin-top:7px;
    margin-left:20px;
}
.join-btn-div{
    width:100%;
    height:48px;
    margin-top:20px;
}
.join-btn-div button{
    background-color: #3C4852;
    border:1px solid #3C4852;
    color: white;
    font-size: 14px;
    width:91%;
    height:45px;
    cursor: pointer;
    border-radius:8px;
    margin-left: 20px;
}

.section-subdiv2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.goal-section{
    width:100%;
}
.search-wrapper{
    width: 330px;
    border: 1px solid #E9EEF2;
    background-color: white;
    color: #3C4852;
    font-size: 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 14px 16px;
    margin-top: -13px;
    margin-left: 15px
}
.search-input{
    border: none;
    width:100%;
    height:15px;
    margin-left:10px;
}
.popular-goal-section{
    width:365px;
    height:auto;
    margin-top: 40px;
    margin-bottom: 50px;
}
.exam-section{
    width: 380px;
    height: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
}
.exam-section .exams {
    width: 350px;
    height: 50px;
    display: grid;
    border: 1px solid #E9EEF2;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
}
.exams img{
    width: 35px;
    height: 35px;
    margin-top: 13px;
    margin-left: 15px;
}
    .aa{
    width: 50px;
    height: 50px
}
.ab{
    text-align: left;
    margin-top: 14px;
    margin-left: 80px;
}
.fa-angle-right{
    font-size: 50px;
}

.all-goals{
    width:380px;
    height: 48px;
}
.all-goals button{
    width: 360px;
    height: 40px;
    border: 1px solid black;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    color: #3C4852;
    background-color: white;
    margin-top: 59px;
    margin-left: 15px;
}
.introduce-part{
    width: 100%;
    height: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 16px 32px 0px #F0F4F7;
    margin-top: 120px;
}
.intro-img{
    width: 365px;
    height: 150px;
    background-image: url(images/batch.webp);
    background-size: 94%;
    background-position: center;
    border-radius: 8px;
    background-repeat: no-repeat;
    margin-top: -330px;
}
.intro-text{
    width: 100%;
    height: 370px;
    margin-left: -365px;
    margin-top: 210px;
}
.intro-text-div1{
    width: 125px;
    display: flex;
    align-items: center;
    margin-top: -40px;
    margin-left: 28px
}
.unacademy-centre{
    margin-left: 27px;
}
.admission{
    margin-left: 25px;
}
.intro-text-div1 h6{
    color: rgb(45, 129, 247);
    font-weight: 700;
    line-height: 100%;
    font-size: 15px;
}
.features{
    width: 344px;
    height: 108px;
    margin-left: 25px;
    margin-top: -5px;
}
.feature-div{
    width: 310px;
    height: 29px;
    display: flex;
    align-items: center;
}
.feature-div p{
    margin-left: 10px;
    font-size: 15px;
}
.intro-text button{
    width: 168px;
    height: 48px;
    background-color: #3C4852;
    color: white;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #3C4852;
    margin-top: 12px;
    margin-left: 39px;
}
.card-section{
    width: 100%;
    height: auto;
    display: grid;
    align-items: center;
    justify-content: space-between;
    margin-top: 85px;
}
.cards-wrap{
    width:336px;
    height: auto;
    margin-left: 25px;
}
.start-stats{
    display: none;
}
.container_faq {
    width: 100%;
    margin: 0;
    min-height: auto;
    display: grid;
    place-items: center;
    box-sizing: border-box;
}
.accordion__wrapper {
    background-color: var(--color-white);
    box-shadow: var(--shadow);
    border-radius: 5px;
    width: 380px;
    max-width: 380px;
    padding: 0px;
    font-size: 62.5%;
    margin-left: -20px;
}
.accordion__title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #242e4c;
    text-align: center;
    margin-bottom: 3rem;
}
    .accordion {
    border-bottom: 0.1rem solid #dae1f5;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}
    .accordion__question {
        font-size: 1rem;
        font-weight: 500;
        color: #242e4c;
        margin-left: 25px;
        width: 290px;
    }
.accordion__icon {
    background-color: #FF4B4B;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    flex-shrink: 0;
    margin-right: 15px;
}
.accordion__content {
    overflow: hidden;
    height: 0px;
    transition: var(--transition);
}
.accordion__answer {
    padding: 0rem 0;
    font-size: .8rem;
    margin-left: 25px;
}
 .main-section-div {
        width: 100%;
        height: auto;
        background-color: #FCFCFC;
        display: grid;
        justify-content: center;
        margin-left: 0px;
        border-radius: 5px;
        box-shadow: 0px 60px 56px -12px rgba(9, 40, 163, 0.05);
    }
    .in2-maindiv4 {
        width: 100%;
        height: auto;
        margin: 0px 0 0 0px;
    }
    .search-tag{
        width: 100%;
        height: 50px;
        margin-top: 25px;
    }
    .in2-maindiv4 .h2 {
        font-size: 1.3rem;
        margin: 30px 0 0 15px;
    }
    .in2-courses-text-div {
        width: 95%;
        height: 50px;
        display: grid;
        align-items: center;
        color: #3C4852;
        margin-top: 0px;
        font-size: 15px;
    }
    .in2-courses-text-div span {
        margin: -48px 0 0 25px;
        font-size: .8rem;
    }
        .in2-courses-text-div img {
        margin-top: 0px;
        width: auto;
        height: 15px;
    }
.mobile-image-div{
    width: 100%;
    height: 490px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 16px 32px 0px #F0F4F7;
    margin-top: 0px;
}
.mobile-image img{
    width: 240px;
    height: 263px;
}
.get-app{
    width: 350px;
    height: 104px;
    margin-top: 215px;
    margin-left: -46px;
}
.mobile-image{
    width: auto;
    height: 252px;
    margin-top: -200px;
    margin-left: -302px;
}
.get-app h2{
    color: #3C4852;
        width: 265px;
        font-size: 20px;
        margin-top: 20px;
        margin-left: 35px;
        align-items: center;
        justify-content: center;
        display: flex;
}
.get-app h4{
    color: #3C4852;
    width: 265px;
    font-size: 14px;
    margin-left: 36px;
    margin-top: -15px;
}
.download-btn{
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 27px;
    margin-left: -4px;
}
.download-btn-image1{
    width:105px;
    height:35px;
}
.download-btn-image2{
    width:115px;
    height:35px;
}
.start-learning-section {
    width: 100%;
    height: 262px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-left: 0px;
    box-shadow: 0px 16px 32px 0px rgba(233, 238, 242, 0.4);
}
.start-text{
    width: 100%;
    height: auto;
    text-align:center;
}
.start-text h2{
    font-size: 22px;
    line-height: 50px;
    text-align:center;
    width: 100%;
}
.start-text h4{
    font-size: 13px;
    line-height: 24px;
    width: 300px;
    margin-top: -20px;
    text-align: center;
    margin-left: 55px;
}
.start-text button{
    width: 160px;
    height: 48px;
    background-color: #08BD80;
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #08BD80;
    margin-top: 15px;
    margin-left: 120px;
}

/* main-section */



/* footer*/
.footer-div{
    width: 100%;
    height: 1200px;
    display: grid;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
    margin-left: 0px;
    margin-bottom: 85px;

}
.footer-subdiv1{
    width: 100%;
    height: 1130px;
    display: grid;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
}
.footer-detail{
    width: 100%;
    height: 275px;
    margin-left: 0px;
    margin-top: -160px;
}
.footer-items{
    width: 100%;
    height: 647px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 0px;
    margin-top: -315px; 
}
.unacademy-detail{
    width:340px;
    height:165px;
    margin-top: -25px;
    margin-left:20px;
}
.un-edu{
    font-size: 15px;
    color: #7A8B94;
}
.unacademy-edu-btn1{
    width :98px;
    height: 33px;
    background-image: url('images/app_store.webp');
    background-size: 100%;
}
.unacademy-edu-btn2{
    width :115px;
    height: 35px;
    background-image: url('images/play_store.webp');
    background-size: 115px 35px;
    margin-left: 20px;
}
.un-main-btndiv{
    height: 35px;
    width: 300px;
    display: flex;
    align-items: center;
    margin-top:20px;
}
.footer-reach{
    width:90%;
    height:100px;
    margin-top: 20px;
    margin-left:20px;

}
.footer-items div{
    width: 175px;
    height: 275px;
}
.footer-items div ul {
    margin-left: -20px;
}
.footer-items div ul li a{
    text-decoration: none;
    color: #7A8B94;
}
.footer-items div ul li{
    list-style: none;
    color: #7A8B94;
    font-size: 15px;
    line-height: 30px;
}
.footer-items div ul .li-heading{
    color :black;
    font-weight: 600;
}
.subdiv2{
    width: 100%;
    height: 100px;
}
.copyright-div{
    width: 300px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7A8B94;
    font-size: 14px;
    margin-left: 99px;
    margin-top: 30px;
}
.link-div{
    width: 100px;
    height: 30px;
    margin-top: -20px;
    margin-left: -110px;
}
/* footer*/




/* UPSC */

.upscsection-maindiv{
    width: 100%;
    height: 100%;
    background-color: #F3F5F7;
    display: flex;
    justify-content: center;

}
.maincontainer-div{
    width: 100%;
    height: auto;

}
.maindiv1{
    width: 25%;
    float: left;
    margin-top: 40px;
    display: none;
}
.maindiv2{
    float: left;
    width: 100%;
    height: 100%;
    overflow:auto;
    margin-bottom: 80px;
}
::-webkit-scrollbar {
    width: 10px;
  }
.heading-div
{
    width: 95%;
    height: 65px;
    background-color: #f3f5f7;
    display: flex;
    align-items: center;
    margin-top: 10px;
    box-shadow: 0px 16px 32px 0px rgba(233, 238, 242, 0.4);;
}
.upscimg{
    height: 39px;
    width: 50px;
    margin-left: 5px;
}
.upsc-text{
    margin-left: 10px;
}
.batch-text-div{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 16px;
}
.batch-text{
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
}
.batch-see{
    font-size: 14px;
    font-weight: bold;
    color: #08bd80;
    display: none;
}
.see-all-btn{
    width: 95%;
    height: 45px;
    border: 1px solid #E9EEF2;
    border-radius: 8px;
    display: block;
    background-color: white;
    color: #08BD80;
    font-weight: bold;
    margin-left: 12px;
}
a{
    text-decoration: none;
    color: black;
}
.batches-div{
    width: 98%;
    height: auto;
    position: relative;
    justify-content: center;
}

.batch-detail-div{
    width: 272px;
    height: 440px;
    border-radius: 8px;
    float: left;
    margin-left: 70px;
    margin-bottom: 20px;
    background-color: white;
    margin-top: 0px;
    
}
.batch-subdetail .imagediv{
    width: 272px;
    height: 155px;
}
.imagediv img{
    width: 272px;
    height:155px ;
}
.batch-subdetail{
    width:272px;
    height: 195px;
    padding: 16px;
    border-bottom: 1px solid #E9EEF2;
}
.sub{
    background-color: rgba(233, 238, 242, 0.4);
    color: #3C4852;
    font-size: 10px;
    font-weight: bold;
    padding: 6px 6px;
    border-radius: 4px;
    line-height: 1;
    margin-right: 8px;
    margin-top: 10px;
}
.batch-detail-div h4{
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    margin: 0px;
    margin-top: 18px;
    margin-bottom: 16px;
    color: #3C4852;
    font-size: 14px;
    width: 250px;
}
.start-in-date{
    width: 240px;
    height: 25px;
    margin-top: 8px;
    font-size: 14px;
}
.start-date{
    position: absolute;
    margin-left: 10px;
}
.view-detail-div{
    width: 272px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3C4852;
    font-size: 12px;
    font-weight: 600;
}
.heading-maindiv{
    width: 100%;
    height: auto;
    margin-top: 50px;
    float: left;
}
.heading{
    width: 95%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
}
.educator-detail-div{
    width: 100%;
    height: auto;
}
.educators{
    width: 360px;
    height: 170px;
    background-color: white;
    border-radius: 8px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.educator-image{
    width: 120px;
    height: 160px;
    margin-left: 10px;
}
.educator-detail{
    width: 240px;
    height: 164px;
    margin-left: 10px;
}
.educator-detail p{
    font-size: 13px;
    color: #7A8B94;
    letter-spacing: 0.5px;
    margin-top: -17px;
}
.followers{
    width: 160px;
    height: 40px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 20px;
}
.topics-name{
    width: 380px;
    height: 96px;
    border-radius: 8px;
    background-color: white;
    margin-top: 15px;
    margin-left: 19px;
    float: left;
    display: flex;
    align-items: center;
}
.topic-subdiv{
    width: 345px;
    height: 40px;
    border-left: 4px solid black;
    font-size: 15px;
}
.name{
    margin-top: 0px;
    margin-left: 20px;
    font-weight: 600;
}
.chap{
    margin-top: -10px;
    margin-left: 20px;
    color: #7A8B94;
    font-size: 12px;
}
.testdiv{
    width: 272px;
    height: 160px;
    background-color: white;
    margin-top: 15px;
    border-radius: 8px;
    margin-left: 70px;
    border-top:8px solid rgb(199, 225, 235);
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}
.test-subdiv{
    width: 230px;
    height: 140px;
}
.test-subdiv h4{
    margin-top: 10px;
    font-size: 15px;
}
.btn-like-div1{
    width: 50px;
    height: 25px;
    border-radius: 5px;
    background-color: orangered;
    color: white;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}
.btn-like-div2{
    width: 50px;
    height: 25px;
    border-radius: 5px;
    background-color: #ffb100;
    color: white;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-left: 30px;
}
.test-date{
    width: 220px;
    height: 20px;
    float: left;
    margin-top: 15px;
    color: #7A8B94;
}
.main-course-div{
           width: auto;
        height: auto;
        background-color: white;
        margin-top: 15px;
        border-radius: 8px;
        float: left;
        margin-bottom: 10px;
        padding: 10px;
        box-sizing: border-box;
        display: flex;
        flex: none;
        flex-direction: column;
}
.image-div{
    float: left;
}
.subject{
    
    background-color: rgba(233, 238, 242, 0.4);
    color: #3C4852;
    font-size: 10px;
    font-weight: bold;
    padding: 6px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
}
.main-course{
           width: auto;
        height: auto;
        float: left;
        margin-left: 20px;
        margin-top: 15px;
}
.course-image{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    height: 200px;
}
.course-type{
    color: rgb(40, 148, 209);
    font-size: 14px;
    font-weight: bold;
    margin-left: 70px;
    margin-top: -20px;
}
.course-detail{
   margin-top: 15px;
        height: 45px;
        font-size: 13px;
        font-weight: bold;
        line-height: 20px;
        
        box-sizing: border-box;
}
.course-time{
    font-size: 13px;
    color: #7A8B94;
    margin-top: 5px;
}
.course-teacher{
    color: #3C4852;
    font-size: 13px;
    margin-top: 20px;
}


/* UPSC */


/* doubt section */
.heading-btn-div{
    width: 300px;
    height: 50px;
    margin-left: 40px;
    margin-top: -20px;
    display: flex;
    justify-content: space-between;

}
.arrow-btn{
    margin-left: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #E9EEF2;
    background-color: white;
    margin-top: 13px;
}
.upsc-btn{
    width: 132px;
    height: 32px;
    border: 1px solid #e9eef2;
    background-color: white;
    border-radius: 8px;
    display: none;
}
.plus-btn{
    width: 76px;
    height: 32px;
    border: 1px solid #e9eef2;
    background-color: white;
    border-radius: 8px;
    display: none;
}
.doubt-text{
    font-weight: bold;
    font-size: 22px;
    margin-top: 115px;
    margin-left: -323px;
}
.heading-doubt{
    margin-left: 16px;
    font-size: 11px;
    margin-top: -5px;
}
.ask-doubt-div{
    width: 90%;
    height: 200px;
    background-color: white;
    border-radius: 8px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
.ask-doubt-subdiv{
    width: 84%;
    height: 150px;
}
.doubt-photo{
    color: #7A8B94;
    font-size: 13px;
}
.upload-text{
    font-weight: bold;
    margin-top: 2px;
}
.textbook-div{
    width: 372px;
    height: 96px;
    border-radius: 8px;
    background-color: white;
    margin-top: 10px;
    margin-left: 20px;
    float: left;
    display: flex;
    align-items: center;
    font-weight: normal;
}
.textbook-div img{
    margin-left: 20px;
}
.textbook-div span{
    margin-left: 10px;
    font-size: 15px;
    width: 180px;
}
.upload-image-btn{
    background-color: black;
    width: 280px;
    height: 48px;
    border-radius: 8px;
    border: none;
    color: white;
    font-weight: 600;
    margin-top: 12px;
    margin-left: 15px;
}
.upload-image-subdiv{
    width: 223px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.upload-image-subdiv img{
    margin-left: 20px;
}

/* doubt section */

/* About us  section */

.about-maindiv1{
    width: 410px;
    height: 500px;
    background-color: black;
}
.about-logo-div{
    width: 370px;
    height: 50px;
    margin-top: 20px;
    margin-left: 20px;
    float: left;
}
.about-textdiv1{
    width: 412px;
    height: 80px;
    font-size: 23px;
    font-weight: bold;
    line-height: 33px;
}
.about-textdiv1 p{
    margin-top: 10px;
}
.mains-div{
    width: 100%;
    height: auto;
    display: grid;
    justify-content: center;
    background-color: #F3F5F7;
}
.about-maindiv2{
    width: 412px;
    height: 574px;
    margin-top: 40px;
    position: relative;
}
.about-image1-div{
    width: 123px;
    height: 100px;
    position: absolute;
    background-image: url('images/quote.webp');
    margin-left: -50px;
    display: none;
}
.mission-div{
    width: 100%;
    height: 150px;
    margin-top: 70px;
    z-index: 1;
}
.mission-text{
    color: #08BD80;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1.5px;
    text-align: center;

}
.demo{
    font-size: 25px;
    font-weight: bold;
    margin-top: 80px;
    text-align: center;
}
.about-cal-div{
    width: 100%;
    height: 295px;
    margin-top: -60px;
}
.caldiv1{
    width: 412px;
    height: 295px;
    float: left;
    
}
.caldiv2{
    width: 656px;
    height: 295px;
    float: left;
    display: none;
}
.totals-card{
    width: 185px;
    height: 130px;
    float: left;
    margin-top: 10px;
    display: grid;
    justify-content: center;
    align-items: center;
    background-color: #F3F5F7;
}
.card-numbers{
    width: 220px;
    height: 50px;
    color: #08BD80;
    font-weight: bold;
    font-size: 43px;
    text-align: center;
    margin-top: 10px;
}
.card-name{
    width: 220px;
    height: 40px;
    color: #7A8B94;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    margin-top: -50px;
}
.mashup-image{
    width: 566px;
    height: 265px;
    margin-left: 30px;
    margin-top: 10px;
}
.about-maindiv3{
    width: 412px;
    height: 700px;
    margin-top: 50px;
    background-color: white;
    box-shadow: 0px 16px 32px rgba(221, 230, 237, 0.4);
}
.build-div1{
    width: 50px;
    height: 450px;
    float: left;
    display: none;
}
.build-div2{
    width: 412px;
    height: 390px;
    float: left;
    margin-top: 340px;
    position: relative;
}
.build-div3{
    width: 412px;
    height: 450px;
    float: left;
    background-image: url(images/un-image1.webp);
    background-repeat: no-repeat;
    background-size: 175%;
    background-position: center top;
    margin-top: -730px;
}
.about-image2-div{
    width: 123px;
    height: 100px;
    position: absolute;
    background-image: url('images/quote.webp');
    z-index: 1;
    display: none;
}
.come-text{
    color: #08BD80;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1.5px;
    margin-top: 70px;
    z-index: 1;
    text-align: center;
}
.roles{
    width: 412px;
    height: 60px;
    font-size: 18px;
    color: #7A8B94;
    text-align: center;
}
.see-position{
    width: 252px;
    height: 56px;
    background-color: #08BD80;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    border: none;
    font-size: 22px;
    margin-left: 80px;
}
.about-maindiv4{
    width: 412px;
    height: 755px;
    margin-top: 50px;
    background-color: white;
    box-shadow: 0px 16px 32px rgba(221, 230, 237, 0.4);
}
.build-div11{
    width: 50px;
    height: 450px;
    float: left;
    display: none;
}
.build-div22{
    width: 412px;
    height: 390px;
    float: left;
    margin-top: 340px;
    position: relative;
    margin-top: -90px;
}
.build-div33{
    width: 412px;
    height: 450px;
    float: left;
    background-image: url(images/un-image1.webp);
    background-repeat: no-repeat;
    background-size: 175%;
    background-position: center top;
    margin-top: 33px;
}
.about-maindiv5{
    width: 412px;
    height: 485px;
    margin-top: 40px;
    position: relative;
}
.about-image3-div{
    width: 123px;
    height: 100px;
    position: absolute;
    background-image: url('images/quote.webp');
    z-index: 1;
    margin-left: -50px;
    display: none;
}
.leader-text-div{
    width: 412px;
    height: 120px;
    text-align: center;
}
.quarter-text{
    color: #08BD80;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-top: 70px;
    z-index: 2;
}
.leader-image-div{
    width: 412px;
    height: 275px;
    background-image:url('images/leaders-1.webp') ;
    background-size: 100%;
    border-radius: 0px;
    background-repeat: no-repeat;
    margin-left: 0px;
}
.about-maindiv6{
    width: 412px;
    height: 480px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.about-card-div1{
    width: 390px;
    height: 200px;
    background-color: white;
    float: left;
    border-radius: 8px;
    margin-left: 10px;
}
.about-card-div2{
    width: 390px;
    height: 200px;
    float: left;
    margin-left: 12px;
    background-color: white;
    border-radius: 8px;
    margin-top: 20px;
}
.card-public{
    width: 390px;
    height: 120px;
    background-color: #08BD80;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-image: url('images/relations.webp');
    background-repeat: no-repeat;
    background-size: 106px 106px;
    background-position: 0px 13px;
}
.card-public span{
    color: white;
    font-size: 21px;
    font-weight: 600;
    margin-left: 210px;
    margin-top: 80px;
    position: absolute;
}
.card-public-text{
    width: 340px;
    height: 40px;
    margin-left: 14px;
    margin-top: 20px;
    letter-spacing: 0.5px;
}
.card-contact{
    width: 390px;
    height: 120px;
    background-color: #2381f7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-image: url('images/contact-us.webp');
    background-repeat: no-repeat;
    background-size: 110px 95px;
    background-position: 0px 25px;
}
.card-contact span{
    color: white;
    font-size: 21px;
    font-weight: 600;
    margin-left: 250px;
    margin-top: 80px;
    position: absolute;
}
.card-contact-text{
    width: 340px;
    height: 50px;
    margin-left: 10px;
    margin-top: 20px;
    letter-spacing: 0.5px;
}
.card-public-text p{
    color: #7A8B94;
}
.card-contact-text p{
    color: #7A8B94;
}
.about-footer-div{
    width: 410px;
    height: 1235px;
    display: grid;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
    background-color: #F3F5F7;
    margin-bottom: 55px;
}
/* About us section */

/* IIT JEE Section*/
.iit-main-section-div{
    width: 63%;
    height: auto;
    background-color: white;
    display: grid;
    justify-content: center;
}
.iit-maindiv1{
    width: 412px;
    height: auto;
    border-bottom: 1px solid #c0c9cd;
    display: grid;
    justify-content: space-between;
    margin-top: 40px;
}
.iit-subdiv1{
    width: 412px;
    height: 590px;
}
.iit-arrow-icon{
    width: 15px;
    height: 15px;
    position: absolute;
    margin: 2px 0px 0px 0px;
}
.iit-subdiv2{
    width: 385px;
    height: 408px;
    overflow: auto;
    margin: 45px 0 20px 15px;
}
.iit-text{
    font-size: 13px;
    font-weight: 600;
    margin-left: 10px;
}
.iit-class-test{
    margin:  0 0 0 20px;
    color: #7A8B94;
    font-size: 13px;
    font-weight: 600;
}
.iit-main-image-div{
    width: 380px;
    height: 280px;
    margin: -15px 0 0 16px;
    border-radius: 8px;
    background-image: url('images/edu1-400px.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display: block;
}
.youtube-video-div{
    display: none;
    width: 410px;
    height: 280px;
}
.play-button-div-ytube{
    position: absolute;
    margin: -218px 0 0 130px;
}
.play-button-div{
    width: 380px;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.iit-image-detail-div{
    width: 360px;
    height: 188px;
    display: none;
}
.strategy-text-div{
    width: 353px;
    height: 40px;
    background-color: #64beff;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    border-radius: 8px;
    text-transform: uppercase;
}
.iit-ask-div{
    width: 360px;
    height: 120px;
    font-size: 32px;
    color: black;
    font-weight: 600;
    border-bottom: 2px solid #7A8B94;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.iit-view-div{
    width: 360px;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.iit-ask-any-div{
    width: 412px;
    height: 200px;
    margin-top: 45px;
}
.iit-ask-div1{
    width: 290px;
    height: 22px;
    display: flex;
    align-items: center;
    margin: -33px 0 0 16px;
}
.en-div{
        color: #3C4852;
        display: inline-flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 700;
        background-color: #FFFFFF;
        padding: 4px;
        border-radius: 4px;
        border: 1px solid #E9EEF2;
        font-size: 12px;
        line-height: 12px;
}
.ask-startegy{
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #64beff;
    margin: 0 0 0 10px;
}
.iit-ask-div2{
    width: 376px;
    height: 32px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 10px;
    margin-left: 17px;
}
.iit-ask-div3{
    width: 380px;
    height: 50px;
    display: grid;
    align-items: center;
    border-bottom: 1px solid #dcdcdcf3;
    margin-top: 20px;
    margin-left: 15px;
}
.ask-div3-subdiv1{
    width: 360px;
    height: 48px;
    display: flex;
    align-items: center;
}
.educator-imagediv1{
    width:45px;
    height:45px;
    border-radius: 50%;
    background-image: url('images/edu1.webp');
    background-size: 100%;
    background-position: center;
}
.iit-edu-name{
    width: 300px;
    height: 48px;
    display: grid;
    align-items: center;
    
}
.edup1{
    margin: 0px 0 0 20px;
}
.edup2{
    margin: -5px 0 0 20px;
    color: #7A8B94;
    font-size: 14px;
}
.ask-div3-subdiv2{ 
    width: 370px;
    height: 48px;
    display: flex;
    align-items: center;
    margin: 132px 0 0 -108px;
}
.iit-ask-download-btn{
    width: 190px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid black;
    border-radius: 8px;
    margin-left: 110px;
}
.iit-ask-arrow-btn{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-radius: 8px;
    margin-left: 15px ;
}
.iit-ask-div4{
    width: 370px;
    height: 70px;
    display: grid;
    align-items: center;
    margin-top: 15px;
    color: #7A8B94;
    font-size: 14px;
    margin-left: 15px;
    line-height: 18px;
}
.iit-ask-div4 .p1{
    margin-top: 0px;
}
.iit-ask-div4 .p2{
    margin-top: -5px;
}
.iit-maindiv2{
    width: 384px;
    height: 475px;
    border-radius: 10px;
    margin-top: 50px;
    background-color: #f8f8ff;
    margin-left: 14px;
    border: 1px solid grey;
}
.iit-maindiv2-subdiv1{
    width: 380px;
    height: 200px;
    margin-top: 195px;
}
.iit-maindiv2-subdiv2{
    width: 383px;
    height: 200px;
    float: left;
    background-image: url('images/class (1).svg');
    margin-top: -395px;
    border: 8px 8px 0 0;
}
.iit-join-div1{
    width: 350px;
    height: 30px;
    margin: 28px 0 0 20px;
    font-size: 19px;
}
.iit-join-div2{
    width: 337px;
    height: 30px;
    margin: -11px 0 0 20px;
    font-size: 14px;
    color: #7A8B94;
}
.iit-join-div3{
    width:370px;
    height: 50px;
    margin: 20px 0 0 20px;
}
.iit-join-btn-div{
    width: 200px;
    height: 44px;
    margin-left: -13px;
    margin-top: -2px;
}
.iit-phone-input-div{
    width: 370px;
    height: 43px;
    margin-left: 0px;
}
.iit-enter-phone{
    width:93%;
    height:45px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 6px;
    margin-top:20px;
    border: 1px solid black;
}

.iit-flag-no{
    width:87px;
    height:24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.phone-input{
    border:none;
    height:30px;
    width:285px;
    font-size: 14px;
}
.iit-join-btn-div button{
    background-color: #3C4852;
    border: 1px solid #3C4852;
    color: white;
    font-size: 14px;
    width: 118px;
    height: 45px;
    cursor: pointer;
    border-radius: 8px 8px 8px 8px;
}
.iit-maindiv3{
    width: 386px;
    height: 190px;
    border-bottom: 1px solid #c0c9cd;
    margin-top: 50px;
    display: grid;
    justify-content: center;
    align-items: self-start;
    margin-left: 20px;
}
.iit-subscription-div1{
    width: 392px;
    height: auto;
    font-size: 28px;
    font-weight: 600;
}
.iit-subs-btn{
    width: 220px;
    height: 48px;
    color: white;
    font-weight: 600;
    background-color: #08BD80;
    border-radius: 8px;
    border: none;
}
.iit-maindiv4{
    width: 412px;
    height: auto;
    margin-top: 30px;
}
.iit-maindiv4 h2{
    width: 350px;
    margin-left: 20px;
}
.iit-courses-text-div{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    color: #3C4852;
    margin-top: -20px;
    display: none;
}
.iit-courses-text-div span{
    margin-left: 3px;
    margin-right: 10px;
    display: none;

}
.iit-courses-text-div img{
    display: none;
}
.iit-course-main-div{
    width: 100%;
    height: auto;
}
.iit-subdiv2 .p1{
    color: #7A8B94;
    font-size: 16px;
    font-weight: 600;
}
.iit-similar-div{
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.iit-similar-subdiv1{
    width: 154px;
    height: 32px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid black;
    border-radius: 50px;
}
.circle1{
    width: 27px;
    height: 27px;
    background-color: pink;
    opacity: 0.5;
    border-radius: 50%;
}
.circle2{
    width: 27px;
    height: 27px;
    background-color: #27b772;
    opacity: 0.5;
    border-radius: 50%;
}
.iit-similar-subdiv2{
    width: 180px;
    height: 32px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid #7A8B94;
    border-radius: 50px;
}

.iit-motivate-div{
    width: 100%;
    height: 90px;
    margin: 15px 0 0 0;
}
.motivate-image{
    width: 160px;
    height: 90px;
    border-radius: 8px;
    float: left;
    position: relative;
}
.motivate-image span{
    width: 60px;
    height: 20px;
    border-radius: 5px;
    background-color: white;
    position: absolute;
    margin: 67px 0 0 -155px;
}
.motivate-tea-image{
    width: 160px;
    height: 90px;
    border-radius: 8px;
}
.motivate-text-div{
    width: 200px;
    height: 90px;
    float: left;
    margin-left: 10px;
}
.motivate-text-div .p1{
    font-weight: 600;
    color: black;
    margin-top: 5px;
    line-height: 20px;
    font-size: 14px;
}
.motivate-text-div .p2{
    color: #7A8B94;
    margin-top: -8px;
    font-size: 13px;
}
.motivate-text-div .p3{
    color: #7A8B94;
    margin-top: -10px;
    font-size: 13px;
}
.iit-footer-div{
    width: 360px;
    height: 1200px;
    display: grid;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    margin-left: 10px;
    margin-bottom: 85px;

} 
/*IIT JEE Section*/




/* Career Section*/
.career-main-section-div{
    width: 100%;
    height: auto;
    background-color: #FCFCFC;
    display: grid;
    justify-content: center;
    position: relative
}
.career-maindiv1{
    width: 412px;
    height: 565px;
    background-color: white;
    display: flex;
    align-items: center;
}
.job-opening-text-div{
    width: 412px;
    height: 365px;
    margin-left: 110px;
    margin-top: 45px;
}
.job-opening-image-div{
    width: 352px;
    height: 200px;
    margin-left: 41px;
    margin-top: 245px;
    position: absolute;
}
.public-notice-div{
    width: 260px;
    height: 48px;
    background-color: rgba(45, 129, 247, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: -50px 0 0 -35px;
}
.public-notice-div p{
    font-size: 15px;
}
.career-build{
    font-size: 26px;
    font-weight: 600;
    line-height: 37px;
    margin: 22px 0 0 -48px;
    width: 290px;
    text-align: center;
}
.career-come{
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px -42px;
    width: 275px;
    text-align: center;
}
.career-view-btn{
    background-color: #08BD80;
    padding: 16px;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    width: 250px;
    font-size: 16px;
    margin: 303px 0 0 -30px;
}
.newun-image{
    width: 330px;
    height: 260px;
}
.career-maindiv2{
    width: 412px;
    height: 600px;
    background-color: #f7faff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
}
.career-main2-sub1{
    width: 412px;
    height: 500px;
    display: grid;
    align-items: center;
    justify-content: center;
}
.career-start-text-div{
    width: 410px;
    height: 126px;
    margin: 0px 0 0 0px;
    text-align: center;
}
.career-start-text-div h1{
    font-size: 22px;
    margin: 0px 0 0 0;
}
.career-start-text-div p{
    font-size: 14px;
    margin: 10px 0 0 76px;
    line-height: 20px;
    letter-spacing: 0.5px;
    width: 264px;
    text-align: center;
}
.career-start-card-div{
    width: 412px;
    height: 315px;
}
.career-card-div{
    width: 180px;
    height: 50px;
    float: left;
    margin: 29px -30px 30px 33px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}
.career-card-div span{
    width: 80px;
    height: 80px;

}
.career-card-subdiv{
    width: 140px;
    height: 80px;

}
.career-card-subdiv .p1{
    font-size: 20px;
    font-weight: bold;
    margin: 6px 0 0 0;
    position: relative;
}
.career-plus{
    color: #08BD80;
    font-size: 20px;
    float: left;
    position: absolute;
}
.career-card-subdiv .p2{
    font-size: 16px;
    margin: 0px 0 0 0;
    letter-spacing: 0.8px;
}
.career-card-image{
    width: 50px;
    height: 50px;
}
.career-maindiv3{
    width: 412px;
    height: auto;
    background-color: #ffffff;
    margin-bottom: 55px;
}
.career-maindiv3 h1{
    font-size: 21px;
    text-align: center;
    margin: 80px 0 0 0px

}
.career-maindiv3 p{
    font-size: 17px;
    text-align: center;
    margin: 10px 0 0 0px;
}
.career-top-edu-div{
    width: 400px;
    height: auto;
    display: flex;
    flex-direction: column;
}
.career-top-edu-subdiv{
    width: 370px;
    height: 204px;
    border: 1px solid rgb(233, 238, 242);
    border-radius: 8px;
    margin: 20px 0 0 20px;
    display: flex;
}
.career-edu-image-div{
    width: 120px;
    height: 130px;
    background-image: url('images/EducatorBG.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 10px;
    position: relative;
    float: left;

}
.career-edu-image{
    width: 115px;
    height: 140px;
    
}
.career-image{
    width: 109px;
    height: 112px;
    margin: 30px 0 0 10px;
}
.career-legend-div{
    width: 98px;
    height: 43px;
    position: absolute;
    margin-top: -34px;
}
.career-legend-div span{
    position: absolute;
    margin: -30px 0 0 0 ;
    background: linear-gradient(140.96deg, rgb(255, 226, 168) -6.41%, rgb(229, 141, 19) 99.42%) text;
    color: transparent;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.career-edu-detail-div{
    width: 224px;
    height: 204px;
    border-radius: 8px;
    margin: -1px 0 0 15px;
}
.career-edu-detail-div p {
    width: 215px;
    color: #7A8B94;
    font-size: 13px;
    text-align: left;
    margin: -10px 0 0 0 ;
}
.career-edu-watch-view{
    width: 170px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0 ;

}
.career-watch{
    width: 70px;
    height: 40px;
}
.career-watch .p1 {
    margin-top: 0px;
    color: black;
    font-size: 17px;
}
.career-watch .p2 {
    margin-top: 5px;
}
.career-view{
    width: 60px;
    height: 40px;
}
.career-view .p1 {
    margin-top: 0px;
    color: black;
    font-size: 17px;
}
.career-view .p2 {
    margin-top: 5px;

}
.career-view-profile{
    height: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}
.view-pro-arrow-icon{
    position: absolute;
    margin: -7px 0 0 0;
    height: 14px;
    width: 15px;
}
.career-maindiv4{
    width: 412px;
    height: 900px;
    background-color: #ffffff;
    align-items: center;
    justify-content: space-evenly;
    display: grid;
    margin-top: 50px;
}
.career-main4-sub1{
    width: 412px;
    height: 175px;
}
.career-main4-sub1 h1{
    font-size: 22px;
    text-align: center;
}
.career-main4-sub1 img{
    display: none;
}
.career-main4-sub1 p{
    font-size: 15px;
    color: #3C4852;
    line-height: 27px;
    letter-spacing: 0.5px;
    text-align: center;
    width: 300px;
    margin-left: 50px;
}
.career-main4-sub1 a{
    color: #2381f7;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px dashed #2381f7;
    margin-top: 18px;
    position: absolute;
    text-align: center;
    margin-left: 153px;
}
.career-main4-sub2{
    width:412px;
    height: 732px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.career-opinion1{
    width: 370px;
    height: 300px;
    background-color: rgb(255, 247, 236);
    background-image: url('images/yellowMask.webp');
    background-size: 100%;
    margin: 0 0 0 20px;
}
.opinion-image-div{
    width: 325px;
    height: 64px;
    margin: 30px 0 0 19px;
    display: flex;
    justify-content: space-around;
}
.aaroshi-image{
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.opinion-image-div h4{
    margin: 10px 0 0 20px;
}
.opinion-image-div p{
    margin: 6px 0 0 20px;
    color: #7A8B94;
    font-size: 14px;
}
.opinion-text{
    width: 320px;
    height: 120px;
    font-size: 16px;
    color: #3C4852;
    margin: 10px 0 0 25px;
    line-height: 21px;
}
.career-opinion2{
    width: 370px;
    height: 300px;
    background-color: rgb(244, 242, 255);
    background-image: url('images/yellowMask.webp');
    background-size: 100%;
    margin: -85px 0 0 20px;
}
.career-maindiv5{
    width: 412px;
    height: 770px;
    background-color: #f7faff;
    box-shadow: 0px 16px 32px 0px rgba(233, 238, 242, 0.4);
    text-align: center;
}
.career-maindiv5 h1{
    font-size: 22px;
    margin: 100px 0 0 0;
}
.career-maindiv5 .p1{
    font-size: 16px;
    width: 300px;
    text-align: center;
    margin-left: 50px;
}
.policies-div{
    width: 350px;
    height: 625px;
    margin-left: 25px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}
.policies-subdiv{
    width: 360px;
    height: 110px;
    display: flex;
    align-items: center;
    text-align: left;
    margin :10px 0 0 0;
}
.policy-image{
    width: 45px;
    height: 45px;
}
.policies-subdiv h2{
    margin: 10px 0 0 20px;
    font-size: 18px;
}
.policies-subdiv .p2{
    font-size: 14px;
    margin: 5px 0 0 20px;
    width: 250px;
}
/* Career Section*/


/* unacademy index2*/

.in2-maindiv1{
    width: 100%;
    height: 101px;
    margin: 40px 0 0 0;
}
.in2-crack-text-div{
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 275px 0 0  0;
}
.in2-crack-subdiv1{
    width: 660px;
    height: 90px;
    display: none;
}
.in2-crack-subdiv1 h1{
    font-size: 40px;
    margin: 2px 0 0px 0;
}
.in2-crack-subdiv2{
    width: 100%;
    height: 90px;
    display: grid;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
}
.in2-crack-btn-div{
    width: 100%;
    display: grid;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin: -20px 0 0 10px;
}
.in2-crack-btn1{
    
    padding: 14px 32px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #3C4852;
    font-size: 14px;
    color: #3C4852;
    line-height: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    cursor: pointer;
    min-width: 365px;
}
.in2-crack-btn2{
    
    padding: 14px 32px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #08BD80;
    border: 1px solid #08BD80;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    cursor: pointer;
    min-width: 365px;
    white-space: nowrap;
    margin: 20px 0 0 0px;
}
.in2-subscription{
    width: 97%;
    height: 24px;
    text-align: right;
    display: none;
}
.subs-icon{
    color: #E79422;
    display: none;
}
.in2-subs-view{
    color: #E79422;
    border-bottom: 1.5px dashed;
}
.in2-options-div{
    width: 390px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: -360px;
    height: auto;
    margin-left: 0px;
}
.in2-option-subdiv{
    border: 1px solid #E9EEF2;
    width: 175px;
    height: 45px;
    border-radius: 8px;
}
.option-name-div{
    display: inline-flex;
    flex-flow: row;
    color: #3C4852;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-decoration-color: transparent;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    pointer-events: auto;
    cursor: pointer;
    align-items: baseline;
    gap: 8px;
}
.in2-op-icons{
    width: 25px;
    height: 25px;
    position: absolute;
    margin: 10px 10px 4px 10px;
}
.option-name-div .op-text{
    width: 140px;
    height: 60px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    margin: -6px 0 0 44px;

}
.op-text h4{
    color: #3C4852;
}
.op-text p{
    margin : -20px 0 0 0;
    font-size: 13px;
    font-weight: 100;
    display: none;
}
.in2-op-arrow{
    position: absolute;
    margin: -42px 0 0 113px;
    width: 17px;
}
.in2-maindiv2{
    border-radius: 16px;
    height: 550px;
    display: flex;
    justify-content: space-evenly;
    width: 412px;
    background-color: #ffeed7;
    align-items: center;
    margin: 60px 0 0 0;
}
.visit-center-text-div{
    width: 412px;
    height: 310px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: -190px 0 0  0;
}
.visit-center-text-div h1{
    margin: 0px 0px 32px;
    color: rgb(60, 72, 82);
    text-align: center;
    font-size: 26px;
}
.center-options{
    display: grid;
    width: 100%;
    height: 300px;
     margin: -20px 0 0 0;
}
.center-options-div1{
    width: 348px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.center-option-subdiv{
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.center-op-img{
    width: 50px;

}
.center-option-subdiv p{ 
    margin: 0px 0px 0px 16px;
    color: rgb(60, 72, 82);
    font-size: 16px;
    font-weight: 400;
    white-space: pre-wrap;
    width: 250px;

}
.center-btn-div{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin :20px 0 0 0;
}
.center-btn-div .btn1{
    padding: 14px 32px;
    box-sizing: border-box;
    border-radius: 8px;
    background: rgb(60, 72, 82);
    border: 1px solid rgb(60, 72, 82);
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 20px;
    font-weight: 700;
    min-width: 100px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 48px;
    cursor: pointer;
    width: 260px;
}
.center-btn-div .btn2{
    padding: 14px 32px;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(60, 72, 82);
    color: rgb(60, 72, 82);
    line-height: 20px;
    min-width: 100px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 260px;
    height: 48px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
}
.center-timing-div{
    display: flex;
    margin-top: 12px;
    width: 260px;
    justify-content: center;
    align-items: center;
}
.center-timing{
    color: #833D0F;
    font-size: 13px;
    font-weight: 600;
}
.visit-center-image-div{
    width: 330px;
    height: 310px;
    background-image: url('images/batch.webp');
    background-size: 330px 300px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.in2-maindiv3{
    width: 412px;
    height: 400px;
    background-color: rgba(253, 242, 205, 0.4);
    margin: 50px 0 0 0;
    display: grid;
    justify-content: space-evenly;
    align-items: center;
}
.attempt-text-div{
    width: 375px;
    height: 220px;
    margin: 180px 0 0 0 ;
}
.attempt-text-div h2{
    line-height: 30px;
    text-align: center;
    font-size: 22px;
}
.attempt-text-subdiv{
    display: flex;
    gap: 12px;
    margin: 12px 0px 24px;
    height: 20px;
}
.attempt-min-div{
    height: 20px;
    width: 140px;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-left: 55px;
}
.attempt-que-div{
    height: 20px;
    width: 142px;
    display: flex;
    font-size: 14px;
    align-items: center;
}
.attempt-text-div button{
    padding: 14px 120px;
    box-sizing: border-box;
    border-radius: 8px;
    background: rgb(60, 72, 82);
    border: 1px solid rgb(60, 72, 82);
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 20px;
    font-weight: 700;
    min-width: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 48px;
    cursor: pointer;
    width: auto;
    margin-left: 10px;
}
.attempt-image-div{
    width: 295px;
    height: 195px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: -615px 0 0 38px;
}
.attempt-p{
    font-size: 13px;
    font-weight: 600;
    color: #833D0F;
    text-align: center;
    width: 200px;
}
.in2-maindiv4{
    width: 412px;
    height: 380px;
    margin: 0px 0 0 0;
}
.in2-maindiv4 .h2{
    font-size: 22px;
    margin: 30px 0 0 50px;
}
.in2-maindiv4 h2{
    font-size: 22px;
    margin: 15px 0 0 2px;
}
.in2-courses-text-div{
    width: 90%;
    height: auto;
    display: grid;
    align-items: center;
    color: #3C4852;
    margin-top: 17px;
    margin-left: 15px;
}
.in2-courses-text-div span{
    margin-left: 26px;
    margin-top: -17px;

}
.in2-courses-text-div img{
    margin-top: 10px;
}
.in2-main4-sub1{
    width: 412px;
    height: 316px;
    display: grid;
    margin: 20px 0 0 0;
}
.in2-edu-image-div{
    width: 320px;
    height: 208px;
    border-radius: 8px;
    background-image: url(images/mentor1.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 18px 0 0 45px;
}
.in2-edu-detail-div{
    width: 350px;
    height: 250px;
    padding: 0px 0 0 44px;
}
.in2-edu-detail-div .p1{
    color: #3C4852;
    font-size: 14px;
}
.in2-edu-detail-div .p2{
    color: #7A8B94;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.in2-edu-detail-div .p3{
    color: #3C4852;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-top: 40px;
}
.right-left-arrow-div{
    width: 76px;
    height: 32px;
    margin: 15px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.right-left-arrow-div .btn1{
    box-sizing: border-box;
    background: rgb(233, 238, 242);
    font-size: 14px;
    color: rgb(122, 139, 148);
    line-height: 20px;
    font-weight: 700;
    min-width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    cursor: not-allowed;
    border-radius: 8px;
    padding: 6px;
    position: relative;
    border: none;
}
.right-left-arrow-div .btn2{
    box-sizing: border-box;
    background: rgb(220 220 220);
    font-size: 14px;
    color: rgb(60, 72, 82);
    line-height: 20px;
    font-weight: 700;
    min-width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    cursor: pointer;
    border-radius: 8px;
    padding: 6px;
    position: relative;
    border: none;
}
.in2-maindiv5{
    background-color:#FFFFFF;
    box-shadow: 0px 16px 32px 0px rgba(233, 238, 242, 0.4);
    border-radius: 8px;
    width: 99%;
    display: grid;
    padding: 0px;
    margin-top: 40px;
    -webkit-box-pack: justify;
    justify-content: space-evenly;
    height: 310px;

}
.refer-div1{
    width: 330px;
    height: 205px;
    display: flex;
    flex-direction: column;
    margin-top: 70px;
}
.refer-div1 h2{
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #3C4852;
    margin-top: 30px;
}
.refer-div1 h5{
    font-size: 14px;
    line-height: 130%;
    margin: 0px;
    font-weight: 400;
    color: #7A8B94;
    margin-top: 0px;
}
.refer-div1 button{
    position: relative;
    border: none;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    cursor: pointer;
    border-radius: 6px;
    width: 140px;
    height: 40px;
    color: #ffffff;
    -webkit-user-drag: none;
    user-select: none;
    background-color: #3C4852;
    transition: box-shadow 300ms ease-in-out, transform 300ms ease-in-out, background-color 300ms ease-in-out;
    margin-top: 25px;
}
.refer-div2{
    width: 100%;
    height: 270px;
    background-image: url('images/degreewala-refer-logo.svg');
    background-repeat: no-repeat;
    background-size: 100px 60px;
    margin-top: -270px;
}
.in2-maindiv6{
    width: 360px;
    display: grid;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E9EEF2;
    margin-top: -15px;
    margin-left: 20px;
    margin-bottom: 90px;
}
.call-div{
    width: 412px;
    height: 75px;
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 16px 16px 16px 16px #e3e3e3;
}
.call-subdiv1{
    width: 160px;
    margin-left: 20px;
    height: 60px;
    margin-top: -20px;
}
.call-subdiv1 .p2{
    margin-top: -10px;
}
.call-subdiv2{
    width: 160px;
    height: auto;
    display: flex;
    justify-content: center;
}
.call-subdiv2 button{
    width: 100px;
    height: 40px;
    background-color: #3C4852;
    border-radius: 8px;
    color: white;
    font-weight: bold;
}
/* unacademy index 2*/



/* Contact us form*/

.contact-us-maindiv{
    width: 100%;
    height: auto;
    display: grid;
    justify-content: center;
    align-items: center;
    margin: 0 0 40px 0;
}
.contact-form{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}
.contact-form h1{
    margin: 50px 0 0 0;
    font-size: 27px;
}
.contact-form p{
    font-size: 18px;
}
.form-div{
    width: 100%;
    height: auto;
    background-color: rgba(49, 122, 231, 0.05);
    border-radius: 25px;
}
.form-div form{
    padding-top: 50px;
}
.form-div label{
    font-size: 14px;
    font-weight: 600;
    margin: 70px 0 0 20px;
}
.form-div input{
    width: 320px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(245, 245, 245);
    min-height: 40px;
    border-radius: 50px;
    margin: 10px 20px 20px 15px;
    border: 1px solid #caced7;
}
.form-div button{
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: rgb(255, 255, 255);
    padding: 16px 58px;
    background-color: rgb(49, 122, 231);
    letter-spacing: 0.16px;
    border-radius: 47px;
    border-width: 0px;
    text-transform: capitalize;
    margin: 0px 0 40px 0;
}
.contact-job-opening-text-div{
    width: 100%;
    height: 250px;
    margin-left: 0px;
    margin-top: 30px;
}
.contact-job-opening-image-div{
    width: 352px;
    height: 200px;
    margin-left: 41px;
}
.contact-public-notice-div {
    width: 260px;
    height: 48px;
    background-color: rgba(45, 129, 247, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0px 0 0 65px;
}
.contact-public-notice-div p{
    font-size: 15px;
}
.contact-career-build{
    font-size: 26px;
    font-weight: 600;
    line-height: 37px;
    margin: 22px 0 0 50px;
    width: 290px;
    text-align: center;
}
.contact-career-come{
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 55px;
    width: 275px;
    text-align: center;
}
.contact-career-view-btn{
    background-color: #08BD80;
    padding: 16px;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    width: 250px;
    font-size: 16px;
    margin: 30px 0 0 65px;
}
.contact-newun-image{
    width: 330px;
    height: 260px;
}
/* Contact us form*/

}

@media only screen and (max-width:365PX){


body{
    font-family: AvertaStd, -apple-system, BlinkMacSystemFont, sans-serif !important;
}
/*header*/
body
{
    overflow-x: hidden;
    overflow-y: scroll;
}
.nav-header{
    width: 100%;
    height: 48px;
    background-color: #FCFCFC;
    border-bottom: 1px solid #dcdcdc;
    display: block;
}
.header{
    width: 100%;
    height:8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
        width: 122px;
        height: 24px;
        background-image: url(images/degreewala-kota-final-logo.svg);
        background-size: auto 25px;
        margin-top: 37px;
        margin-left: 15px;
        background-repeat: no-repeat;
}
.header-button{
    width:240px;

}
.header-button button{
    height:32px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: bold;
}
.gift-btn{
    display: none;
}
.gift{
    display: none;
}
.login-div{
    height:40px;
    width:222px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-left: -10px;
}
.login-div button p{
    text-align: center;
}
.login-btn{
    width:70px;
    border:1px solid black;
    background-color: white;
    margin-left: 45px;
}
.join-btn{
    width:100px;
    border:1px solid #3C4852;
    background-color: #3C4852;
    color:white;
}


/*header*/

/* common */
.h1-variant{
    font-size: 31px;
    font-weight: 700;
    line-height: 40px;
}
.h2-variant{
    font-size:23px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.01rem;
    margin-left: 15px;
}
.h5-variant{
    font-size:16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01rem;
    margin-left: 15px;
}
.h3-variant {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.005em;
    margin-left: 15px;
}
.h6-variant {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
}
/* common */


/*main-section*/

.section-div{
    width:100%;
    height:auto;
}
.section-subdiv1{
    width:100%;
    height:568px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.register-div{
    width:100%;
    height:504px;
    display: grid;
    justify-content: space-between;
    align-items: center;
}
.register-div1{
    width:100%;
    height:auto;
    display: grid;
    justify-content: center;
    align-items: center;
    margin-top:210px;
}
.thank-h1
{
    margin-top:-235px;
}
.back-btn{
    width: 100px;
    height: auto;
    padding: 10px;
    background-color: #0089ff;
    color: white;
    font-weight: 600;
    font-size: 15px;
    border: none;
    border-radius: 4px;

}
.verification{
    width:100%;
    height:360px;
}
.people-image{
    width: 410px;
    height: 203px;
    margin-top: -415px;
}
.people-image-div{
    width: 320px;
    height: 200px;
    background-image: url(images/home-illustration.jpg);
    background-size: 315px 190px;
    background-repeat: no-repeat;
    margin-left: 44px;
}
.over{
    font-size: 14px;
}
.crack{
    width: 391px;
    height: 148px;
    color: #3C4852;
    margin-top: -65px;
    margin-left: 15px;
}
.phone-no{
    width: 91%;
    height: 160px;
    margin-top: 235px;
}
.crack h1{
    font-size:48px;
    font-weight: 700;
    line-height: 56px;
    margin-top:10px;
}
.crack h5{
    font-size:16px;
    font-weight: 600;

}
.phone-input-div{
    width: 100%;
    height: 160px;
    margin-left: 0px;
}
.enter-phone{
    width:90%;
    height:45px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 6px;
    margin-top:45px;
    border: 1px solid black;
    margin-left: 20px;
}

.flag-no{
    width:87px;
    height:24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.phone-input{
    border:none;
    height:30px;
    width:330px;
    font-size: 14px;
}
.otp{
    color:#7A8B94;
    font-size:14px;
    letter-spacing: 0rem;
    font-weight: 400;
    margin-top:7px;
    margin-left:20px;
}
.join-btn-div{
    width:100%;
    height:48px;
    margin-top:20px;
}
.join-btn-div button{
    background-color: #3C4852;
    border:1px solid #3C4852;
    color: white;
    font-size: 14px;
    width:91%;
    height:45px;
    cursor: pointer;
    border-radius:8px;
    margin-left: 20px;
}

.section-subdiv2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.goal-section{
    width:100%;
}
.search-wrapper{
    width: 330px;
    border: 1px solid #E9EEF2;
    background-color: white;
    color: #3C4852;
    font-size: 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 14px 16px;
    margin-top: -13px;
    margin-left: 15px
}
.search-input{
    border: none;
    width:100%;
    height:15px;
    margin-left:10px;
}
.popular-goal-section{
    width:365px;
    height:auto;
    margin-top: 40px;
    margin-bottom: 50px;
}
.exam-section{
    width: 380px;
    height: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
}
.exam-section .exams {
    width: 350px;
    height: 50px;
    display: grid;
    border: 1px solid #E9EEF2;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
}
.exams img{
    width: 35px;
    height: 35px;
    margin-top: 13px;
    margin-left: 15px;
}
    .aa{
    width: 50px;
    height: 50px
}
.ab{
    text-align: left;
    margin-top: 14px;
    margin-left: 80px;
}
.fa-angle-right{
    font-size: 50px;
}

.all-goals{
    width:380px;
    height: 48px;
}
.all-goals button{
    width: 360px;
    height: 40px;
    border: 1px solid black;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    color: #3C4852;
    background-color: white;
    margin-top: 59px;
    margin-left: 15px;
}
.introduce-part{
    width: 100%;
    height: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 16px 32px 0px #F0F4F7;
    margin-top: 120px;
}
.intro-img{
    width: 365px;
    height: 150px;
    background-image: url(images/batch.webp);
    background-size: 94%;
    background-position: center;
    border-radius: 8px;
    background-repeat: no-repeat;
    margin-top: -330px;
}
.intro-text{
    width: 100%;
    height: 370px;
    margin-left: -365px;
    margin-top: 210px;
}
.intro-text-div1{
    width: 125px;
    display: flex;
    align-items: center;
    margin-top: -40px;
    margin-left: 28px
}
.unacademy-centre{
    margin-left: 27px;
}
.admission{
    margin-left: 25px;
}
.intro-text-div1 h6{
    color: rgb(45, 129, 247);
    font-weight: 700;
    line-height: 100%;
    font-size: 15px;
}
.features{
    width: 344px;
    height: 108px;
    margin-left: 25px;
    margin-top: -5px;
}
.feature-div{
    width: 310px;
    height: 29px;
    display: flex;
    align-items: center;
}
.feature-div p{
    margin-left: 10px;
    font-size: 15px;
}
.intro-text button{
    width: 168px;
    height: 48px;
    background-color: #3C4852;
    color: white;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #3C4852;
    margin-top: 12px;
    margin-left: 39px;
}
.card-section{
    width: 100%;
    height: auto;
    display: grid;
    align-items: center;
    justify-content: space-between;
    margin-top: 85px;
}
.cards-wrap{
    width:336px;
    height: auto;
    margin-left: 25px;
}
.start-stats{
    display: none;
}
.container_faq {
    width: 100%;
    margin: 0;
    min-height: auto;
    display: grid;
    place-items: center;
    box-sizing: border-box;
}
.accordion__wrapper {
    background-color: var(--color-white);
    box-shadow: var(--shadow);
    border-radius: 5px;
    width: 380px;
    max-width: 380px;
    padding: 0px;
    font-size: 62.5%;
    margin-left: -20px;
}
.accordion__title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #242e4c;
    text-align: center;
    margin-bottom: 3rem;
}
    .accordion {
    border-bottom: 0.1rem solid #dae1f5;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}
    .accordion__question {
        font-size: 1rem;
        font-weight: 500;
        color: #242e4c;
        margin-left: 25px;
        width: 290px;
    }
.accordion__icon {
    background-color: #FF4B4B;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    flex-shrink: 0;
    margin-right: 15px;
}
.accordion__content {
    overflow: hidden;
    height: 0px;
    transition: var(--transition);
}
.accordion__answer {
    padding: 0rem 0;
    font-size: .8rem;
    margin-left: 25px;
}
 .main-section-div {
        width: 100%;
        height: auto;
        background-color: #FCFCFC;
        display: grid;
        justify-content: center;
        margin-left: 0px;
        border-radius: 5px;
        box-shadow: 0px 60px 56px -12px rgba(9, 40, 163, 0.05);
    }
    .in2-maindiv4 {
        width: 100%;
        height: auto;
        margin: 0px 0 0 0px;
    }
    .search-tag{
        width: 100%;
        height: 50px;
        margin-top: 25px;
    }
    .in2-maindiv4 .h2 {
        font-size: 1.3rem;
        margin: 30px 0 0 15px;
    }
    .in2-courses-text-div {
        width: 95%;
        height: 50px;
        display: grid;
        align-items: center;
        color: #3C4852;
        margin-top: 0px;
        font-size: 15px;
    }
    .in2-courses-text-div span {
        margin: -48px 0 0 25px;
        font-size: .8rem;
    }
        .in2-courses-text-div img {
        margin-top: 0px;
        width: auto;
        height: 15px;
    }
.mobile-image-div{
    width: 100%;
    height: 490px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 16px 32px 0px #F0F4F7;
    margin-top: 0px;
}
.mobile-image img{
    width: 240px;
    height: 263px;
}
.get-app{
    width: 350px;
    height: 104px;
    margin-top: 215px;
    margin-left: -46px;
}
.mobile-image{
    width: auto;
    height: 252px;
    margin-top: -200px;
    margin-left: -302px;
}
.get-app h2{
    color: #3C4852;
        width: 265px;
        font-size: 20px;
        margin-top: 20px;
        margin-left: 35px;
        align-items: center;
        justify-content: center;
        display: flex;
}
.get-app h4{
    color: #3C4852;
    width: 265px;
    font-size: 14px;
    margin-left: 36px;
    margin-top: -15px;
}
.download-btn{
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 27px;
    margin-left: -4px;
}
.download-btn-image1{
    width:105px;
    height:35px;
}
.download-btn-image2{
    width:115px;
    height:35px;
}
.start-learning-section {
    width: 100%;
    height: 262px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-left: 0px;
    box-shadow: 0px 16px 32px 0px rgba(233, 238, 242, 0.4);
}
.start-text{
    width: 100%;
    height: auto;
    text-align:center;
}
.start-text h2{
    font-size: 22px;
    line-height: 50px;
    text-align:center;
    width: 100%;
}
.start-text h4{
    font-size: 13px;
    line-height: 24px;
    width: 300px;
    margin-top: -20px;
    text-align: center;
    margin-left: 55px;
}
.start-text button{
    width: 160px;
    height: 48px;
    background-color: #08BD80;
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #08BD80;
    margin-top: 15px;
    margin-left: 120px;
}

/* main-section */



/* footer*/
.footer-div{
    width: 100%;
    height: 1200px;
    display: grid;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
    margin-left: 0px;
    margin-bottom: 85px;

}
.footer-subdiv1{
    width: 100%;
    height: 1130px;
    display: grid;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
}
.footer-detail{
    width: 100%;
    height: 275px;
    margin-left: 0px;
    margin-top: -160px;
}
.footer-items{
    width: 100%;
    height: 647px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 0px;
    margin-top: -315px; 
}
.unacademy-detail{
    width:340px;
    height:165px;
    margin-top: -25px;
    margin-left:20px;
}
.un-edu{
    font-size: 15px;
    color: #7A8B94;
}
.unacademy-edu-btn1{
    width :98px;
    height: 33px;
    background-image: url('images/app_store.webp');
    background-size: 100%;
}
.unacademy-edu-btn2{
    width :115px;
    height: 35px;
    background-image: url('images/play_store.webp');
    background-size: 115px 35px;
    margin-left: 20px;
}
.un-main-btndiv{
    height: 35px;
    width: 300px;
    display: flex;
    align-items: center;
    margin-top:20px;
}
.footer-reach{
    width:90%;
    height:100px;
    margin-top: 20px;
    margin-left:20px;

}
.footer-items div{
    width: 175px;
    height: 275px;
}
.footer-items div ul {
    margin-left: -20px;
}
.footer-items div ul li a{
    text-decoration: none;
    color: #7A8B94;
}
.footer-items div ul li{
    list-style: none;
    color: #7A8B94;
    font-size: 15px;
    line-height: 30px;
}
.footer-items div ul .li-heading{
    color :black;
    font-weight: 600;
}
.subdiv2{
    width: 100%;
    height: 100px;
}
.copyright-div{
    width: 300px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7A8B94;
    font-size: 14px;
    margin-left: 99px;
    margin-top: 30px;
}
.link-div{
    width: 100px;
    height: 30px;
    margin-top: -20px;
    margin-left: -110px;
}
/* footer*/




/* UPSC */

.upscsection-maindiv{
    width: 100%;
    height: 100%;
    background-color: #F3F5F7;
    display: flex;
    justify-content: center;

}
.maincontainer-div{
    width: 100%;
    height: auto;

}
.maindiv1{
    width: 25%;
    float: left;
    margin-top: 40px;
    display: none;
}
.maindiv2{
    float: left;
    width: 100%;
    height: 100%;
    overflow:auto;
    margin-bottom: 80px;
}
::-webkit-scrollbar {
    width: 10px;
  }
.heading-div
{
    width: 95%;
    height: 65px;
    background-color: #f3f5f7;
    display: flex;
    align-items: center;
    margin-top: 10px;
    box-shadow: 0px 16px 32px 0px rgba(233, 238, 242, 0.4);;
}
.upscimg{
    height: 39px;
    width: 50px;
    margin-left: 5px;
}
.upsc-text{
    margin-left: 10px;
}
.batch-text-div{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 16px;
}
.batch-text{
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
}
.batch-see{
    font-size: 14px;
    font-weight: bold;
    color: #08bd80;
    display: none;
}
.see-all-btn{
    width: 95%;
    height: 45px;
    border: 1px solid #E9EEF2;
    border-radius: 8px;
    display: block;
    background-color: white;
    color: #08BD80;
    font-weight: bold;
    margin-left: 12px;
}
a{
    text-decoration: none;
    color: black;
}
.batches-div{
    width: 98%;
    height: auto;
    position: relative;
    justify-content: center;
}

.batch-detail-div{
    width: 272px;
    height: 440px;
    border-radius: 8px;
    float: left;
    margin-left: 70px;
    margin-bottom: 20px;
    background-color: white;
    margin-top: 0px;
    
}
.batch-subdetail .imagediv{
    width: 272px;
    height: 155px;
}
.imagediv img{
    width: 272px;
    height:155px ;
}
.batch-subdetail{
    width:272px;
    height: 195px;
    padding: 16px;
    border-bottom: 1px solid #E9EEF2;
}
.sub{
    background-color: rgba(233, 238, 242, 0.4);
    color: #3C4852;
    font-size: 10px;
    font-weight: bold;
    padding: 6px 6px;
    border-radius: 4px;
    line-height: 1;
    margin-right: 8px;
    margin-top: 10px;
}
.batch-detail-div h4{
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    margin: 0px;
    margin-top: 18px;
    margin-bottom: 16px;
    color: #3C4852;
    font-size: 14px;
    width: 250px;
}
.start-in-date{
    width: 240px;
    height: 25px;
    margin-top: 8px;
    font-size: 14px;
}
.start-date{
    position: absolute;
    margin-left: 10px;
}
.view-detail-div{
    width: 272px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3C4852;
    font-size: 12px;
    font-weight: 600;
}
.heading-maindiv{
    width: 100%;
    height: auto;
    margin-top: 50px;
    float: left;
}
.heading{
    width: 95%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
}
.educator-detail-div{
    width: 100%;
    height: auto;
}
.educators{
    width: 360px;
    height: 170px;
    background-color: white;
    border-radius: 8px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.educator-image{
    width: 120px;
    height: 160px;
    margin-left: 10px;
}
.educator-detail{
    width: 240px;
    height: 164px;
    margin-left: 10px;
}
.educator-detail p{
    font-size: 13px;
    color: #7A8B94;
    letter-spacing: 0.5px;
    margin-top: -17px;
}
.followers{
    width: 160px;
    height: 40px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 20px;
}
.topics-name{
    width: 380px;
    height: 96px;
    border-radius: 8px;
    background-color: white;
    margin-top: 15px;
    margin-left: 19px;
    float: left;
    display: flex;
    align-items: center;
}
.topic-subdiv{
    width: 345px;
    height: 40px;
    border-left: 4px solid black;
    font-size: 15px;
}
.name{
    margin-top: 0px;
    margin-left: 20px;
    font-weight: 600;
}
.chap{
    margin-top: -10px;
    margin-left: 20px;
    color: #7A8B94;
    font-size: 12px;
}
.testdiv{
    width: 272px;
    height: 160px;
    background-color: white;
    margin-top: 15px;
    border-radius: 8px;
    margin-left: 70px;
    border-top:8px solid rgb(199, 225, 235);
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}
.test-subdiv{
    width: 230px;
    height: 140px;
}
.test-subdiv h4{
    margin-top: 10px;
    font-size: 15px;
}
.btn-like-div1{
    width: 50px;
    height: 25px;
    border-radius: 5px;
    background-color: orangered;
    color: white;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}
.btn-like-div2{
    width: 50px;
    height: 25px;
    border-radius: 5px;
    background-color: #ffb100;
    color: white;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-left: 30px;
}
.test-date{
    width: 220px;
    height: 20px;
    float: left;
    margin-top: 15px;
    color: #7A8B94;
}
.main-course-div{
           width: auto;
        height: auto;
        background-color: white;
        margin-top: 15px;
        border-radius: 8px;
        float: left;
        margin-bottom: 10px;
        padding: 10px;
        box-sizing: border-box;
        display: flex;
        flex: none;
        flex-direction: column;
}
.image-div{
    float: left;
}
.subject{
    
    background-color: rgba(233, 238, 242, 0.4);
    color: #3C4852;
    font-size: 10px;
    font-weight: bold;
    padding: 6px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
}
.main-course{
           width: auto;
        height: auto;
        float: left;
        margin-left: 20px;
        margin-top: 15px;
}
.course-image{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    height: 200px;
}
.course-type{
    color: rgb(40, 148, 209);
    font-size: 14px;
    font-weight: bold;
    margin-left: 70px;
    margin-top: -20px;
}
.course-detail{
   margin-top: 15px;
        height: 45px;
        font-size: 13px;
        font-weight: bold;
        line-height: 20px;
        
        box-sizing: border-box;
}
.course-time{
    font-size: 13px;
    color: #7A8B94;
    margin-top: 5px;
}
.course-teacher{
    color: #3C4852;
    font-size: 13px;
    margin-top: 20px;
}


/* UPSC */


/* doubt section */
.heading-btn-div{
    width: 300px;
    height: 50px;
    margin-left: 40px;
    margin-top: -20px;
    display: flex;
    justify-content: space-between;

}
.arrow-btn{
    margin-left: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #E9EEF2;
    background-color: white;
    margin-top: 13px;
}
.upsc-btn{
    width: 132px;
    height: 32px;
    border: 1px solid #e9eef2;
    background-color: white;
    border-radius: 8px;
    display: none;
}
.plus-btn{
    width: 76px;
    height: 32px;
    border: 1px solid #e9eef2;
    background-color: white;
    border-radius: 8px;
    display: none;
}
.doubt-text{
    font-weight: bold;
    font-size: 22px;
    margin-top: 115px;
    margin-left: -323px;
}
.heading-doubt{
    margin-left: 16px;
    font-size: 11px;
    margin-top: -5px;
}
.ask-doubt-div{
    width: 90%;
    height: 200px;
    background-color: white;
    border-radius: 8px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
.ask-doubt-subdiv{
    width: 84%;
    height: 150px;
}
.doubt-photo{
    color: #7A8B94;
    font-size: 13px;
}
.upload-text{
    font-weight: bold;
    margin-top: 2px;
}
.textbook-div{
    width: 372px;
    height: 96px;
    border-radius: 8px;
    background-color: white;
    margin-top: 10px;
    margin-left: 20px;
    float: left;
    display: flex;
    align-items: center;
    font-weight: normal;
}
.textbook-div img{
    margin-left: 20px;
}
.textbook-div span{
    margin-left: 10px;
    font-size: 15px;
    width: 180px;
}
.upload-image-btn{
    background-color: black;
    width: 280px;
    height: 48px;
    border-radius: 8px;
    border: none;
    color: white;
    font-weight: 600;
    margin-top: 12px;
    margin-left: 15px;
}
.upload-image-subdiv{
    width: 223px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.upload-image-subdiv img{
    margin-left: 20px;
}

/* doubt section */

/* About us  section */

.about-maindiv1{
    width: 410px;
    height: 500px;
    background-color: black;
}
.about-logo-div{
    width: 370px;
    height: 50px;
    margin-top: 20px;
    margin-left: 20px;
    float: left;
}
.about-textdiv1{
    width: 412px;
    height: 80px;
    font-size: 23px;
    font-weight: bold;
    line-height: 33px;
}
.about-textdiv1 p{
    margin-top: 10px;
}
.mains-div{
    width: 100%;
    height: auto;
    display: grid;
    justify-content: center;
    background-color: #F3F5F7;
}
.about-maindiv2{
    width: 412px;
    height: 574px;
    margin-top: 40px;
    position: relative;
}
.about-image1-div{
    width: 123px;
    height: 100px;
    position: absolute;
    background-image: url('images/quote.webp');
    margin-left: -50px;
    display: none;
}
.mission-div{
    width: 100%;
    height: 150px;
    margin-top: 70px;
    z-index: 1;
}
.mission-text{
    color: #08BD80;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1.5px;
    text-align: center;

}
.demo{
    font-size: 25px;
    font-weight: bold;
    margin-top: 80px;
    text-align: center;
}
.about-cal-div{
    width: 100%;
    height: 295px;
    margin-top: -60px;
}
.caldiv1{
    width: 412px;
    height: 295px;
    float: left;
    
}
.caldiv2{
    width: 656px;
    height: 295px;
    float: left;
    display: none;
}
.totals-card{
    width: 185px;
    height: 130px;
    float: left;
    margin-top: 10px;
    display: grid;
    justify-content: center;
    align-items: center;
    background-color: #F3F5F7;
}
.card-numbers{
    width: 220px;
    height: 50px;
    color: #08BD80;
    font-weight: bold;
    font-size: 43px;
    text-align: center;
    margin-top: 10px;
}
.card-name{
    width: 220px;
    height: 40px;
    color: #7A8B94;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    margin-top: -50px;
}
.mashup-image{
    width: 566px;
    height: 265px;
    margin-left: 30px;
    margin-top: 10px;
}
.about-maindiv3{
    width: 412px;
    height: 700px;
    margin-top: 50px;
    background-color: white;
    box-shadow: 0px 16px 32px rgba(221, 230, 237, 0.4);
}
.build-div1{
    width: 50px;
    height: 450px;
    float: left;
    display: none;
}
.build-div2{
    width: 412px;
    height: 390px;
    float: left;
    margin-top: 340px;
    position: relative;
}
.build-div3{
    width: 412px;
    height: 450px;
    float: left;
    background-image: url(images/un-image1.webp);
    background-repeat: no-repeat;
    background-size: 175%;
    background-position: center top;
    margin-top: -730px;
}
.about-image2-div{
    width: 123px;
    height: 100px;
    position: absolute;
    background-image: url('images/quote.webp');
    z-index: 1;
    display: none;
}
.come-text{
    color: #08BD80;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1.5px;
    margin-top: 70px;
    z-index: 1;
    text-align: center;
}
.roles{
    width: 412px;
    height: 60px;
    font-size: 18px;
    color: #7A8B94;
    text-align: center;
}
.see-position{
    width: 252px;
    height: 56px;
    background-color: #08BD80;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    border: none;
    font-size: 22px;
    margin-left: 80px;
}
.about-maindiv4{
    width: 412px;
    height: 755px;
    margin-top: 50px;
    background-color: white;
    box-shadow: 0px 16px 32px rgba(221, 230, 237, 0.4);
}
.build-div11{
    width: 50px;
    height: 450px;
    float: left;
    display: none;
}
.build-div22{
    width: 412px;
    height: 390px;
    float: left;
    margin-top: 340px;
    position: relative;
    margin-top: -90px;
}
.build-div33{
    width: 412px;
    height: 450px;
    float: left;
    background-image: url(images/un-image1.webp);
    background-repeat: no-repeat;
    background-size: 175%;
    background-position: center top;
    margin-top: 33px;
}
.about-maindiv5{
    width: 412px;
    height: 485px;
    margin-top: 40px;
    position: relative;
}
.about-image3-div{
    width: 123px;
    height: 100px;
    position: absolute;
    background-image: url('images/quote.webp');
    z-index: 1;
    margin-left: -50px;
    display: none;
}
.leader-text-div{
    width: 412px;
    height: 120px;
    text-align: center;
}
.quarter-text{
    color: #08BD80;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-top: 70px;
    z-index: 2;
}
.leader-image-div{
    width: 412px;
    height: 275px;
    background-image:url('images/leaders-1.webp') ;
    background-size: 100%;
    border-radius: 0px;
    background-repeat: no-repeat;
    margin-left: 0px;
}
.about-maindiv6{
    width: 412px;
    height: 480px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.about-card-div1{
    width: 390px;
    height: 200px;
    background-color: white;
    float: left;
    border-radius: 8px;
    margin-left: 10px;
}
.about-card-div2{
    width: 390px;
    height: 200px;
    float: left;
    margin-left: 12px;
    background-color: white;
    border-radius: 8px;
    margin-top: 20px;
}
.card-public{
    width: 390px;
    height: 120px;
    background-color: #08BD80;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-image: url('images/relations.webp');
    background-repeat: no-repeat;
    background-size: 106px 106px;
    background-position: 0px 13px;
}
.card-public span{
    color: white;
    font-size: 21px;
    font-weight: 600;
    margin-left: 210px;
    margin-top: 80px;
    position: absolute;
}
.card-public-text{
    width: 340px;
    height: 40px;
    margin-left: 14px;
    margin-top: 20px;
    letter-spacing: 0.5px;
}
.card-contact{
    width: 390px;
    height: 120px;
    background-color: #2381f7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-image: url('images/contact-us.webp');
    background-repeat: no-repeat;
    background-size: 110px 95px;
    background-position: 0px 25px;
}
.card-contact span{
    color: white;
    font-size: 21px;
    font-weight: 600;
    margin-left: 250px;
    margin-top: 80px;
    position: absolute;
}
.card-contact-text{
    width: 340px;
    height: 50px;
    margin-left: 10px;
    margin-top: 20px;
    letter-spacing: 0.5px;
}
.card-public-text p{
    color: #7A8B94;
}
.card-contact-text p{
    color: #7A8B94;
}
.about-footer-div{
    width: 410px;
    height: 1235px;
    display: grid;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
    background-color: #F3F5F7;
    margin-bottom: 55px;
}
/* About us section */

/* IIT JEE Section*/
.iit-main-section-div{
    width: 63%;
    height: auto;
    background-color: white;
    display: grid;
    justify-content: center;
}
.iit-maindiv1{
    width: 412px;
    height: auto;
    border-bottom: 1px solid #c0c9cd;
    display: grid;
    justify-content: space-between;
    margin-top: 40px;
}
.iit-subdiv1{
    width: 412px;
    height: 590px;
}
.iit-arrow-icon{
    width: 15px;
    height: 15px;
    position: absolute;
    margin: 2px 0px 0px 0px;
}
.iit-subdiv2{
    width: 385px;
    height: 408px;
    overflow: auto;
    margin: 45px 0 20px 15px;
}
.iit-text{
    font-size: 13px;
    font-weight: 600;
    margin-left: 10px;
}
.iit-class-test{
    margin:  0 0 0 20px;
    color: #7A8B94;
    font-size: 13px;
    font-weight: 600;
}
.iit-main-image-div{
    width: 380px;
    height: 280px;
    margin: -15px 0 0 16px;
    border-radius: 8px;
    background-image: url('images/edu1-400px.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display: block;
}
.youtube-video-div{
    display: none;
    width: 410px;
    height: 280px;
}
.play-button-div-ytube{
    position: absolute;
    margin: -218px 0 0 130px;
}
.play-button-div{
    width: 380px;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.iit-image-detail-div{
    width: 360px;
    height: 188px;
    display: none;
}
.strategy-text-div{
    width: 353px;
    height: 40px;
    background-color: #64beff;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    border-radius: 8px;
    text-transform: uppercase;
}
.iit-ask-div{
    width: 360px;
    height: 120px;
    font-size: 32px;
    color: black;
    font-weight: 600;
    border-bottom: 2px solid #7A8B94;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.iit-view-div{
    width: 360px;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.iit-ask-any-div{
    width: 412px;
    height: 200px;
    margin-top: 45px;
}
.iit-ask-div1{
    width: 290px;
    height: 22px;
    display: flex;
    align-items: center;
    margin: -33px 0 0 16px;
}
.en-div{
        color: #3C4852;
        display: inline-flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 700;
        background-color: #FFFFFF;
        padding: 4px;
        border-radius: 4px;
        border: 1px solid #E9EEF2;
        font-size: 12px;
        line-height: 12px;
}
.ask-startegy{
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #64beff;
    margin: 0 0 0 10px;
}
.iit-ask-div2{
    width: 376px;
    height: 32px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 10px;
    margin-left: 17px;
}
.iit-ask-div3{
    width: 380px;
    height: 50px;
    display: grid;
    align-items: center;
    border-bottom: 1px solid #dcdcdcf3;
    margin-top: 20px;
    margin-left: 15px;
}
.ask-div3-subdiv1{
    width: 360px;
    height: 48px;
    display: flex;
    align-items: center;
}
.educator-imagediv1{
    width:45px;
    height:45px;
    border-radius: 50%;
    background-image: url('images/edu1.webp');
    background-size: 100%;
    background-position: center;
}
.iit-edu-name{
    width: 300px;
    height: 48px;
    display: grid;
    align-items: center;
    
}
.edup1{
    margin: 0px 0 0 20px;
}
.edup2{
    margin: -5px 0 0 20px;
    color: #7A8B94;
    font-size: 14px;
}
.ask-div3-subdiv2{ 
    width: 370px;
    height: 48px;
    display: flex;
    align-items: center;
    margin: 132px 0 0 -108px;
}
.iit-ask-download-btn{
    width: 190px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid black;
    border-radius: 8px;
    margin-left: 110px;
}
.iit-ask-arrow-btn{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-radius: 8px;
    margin-left: 15px ;
}
.iit-ask-div4{
    width: 370px;
    height: 70px;
    display: grid;
    align-items: center;
    margin-top: 15px;
    color: #7A8B94;
    font-size: 14px;
    margin-left: 15px;
    line-height: 18px;
}
.iit-ask-div4 .p1{
    margin-top: 0px;
}
.iit-ask-div4 .p2{
    margin-top: -5px;
}
.iit-maindiv2{
    width: 384px;
    height: 475px;
    border-radius: 10px;
    margin-top: 50px;
    background-color: #f8f8ff;
    margin-left: 14px;
    border: 1px solid grey;
}
.iit-maindiv2-subdiv1{
    width: 380px;
    height: 200px;
    margin-top: 195px;
}
.iit-maindiv2-subdiv2{
    width: 383px;
    height: 200px;
    float: left;
    background-image: url('images/class (1).svg');
    margin-top: -395px;
    border: 8px 8px 0 0;
}
.iit-join-div1{
    width: 350px;
    height: 30px;
    margin: 28px 0 0 20px;
    font-size: 19px;
}
.iit-join-div2{
    width: 337px;
    height: 30px;
    margin: -11px 0 0 20px;
    font-size: 14px;
    color: #7A8B94;
}
.iit-join-div3{
    width:370px;
    height: 50px;
    margin: 20px 0 0 20px;
}
.iit-join-btn-div{
    width: 200px;
    height: 44px;
    margin-left: -13px;
    margin-top: -2px;
}
.iit-phone-input-div{
    width: 370px;
    height: 43px;
    margin-left: 0px;
}
.iit-enter-phone{
    width:93%;
    height:45px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 6px;
    margin-top:20px;
    border: 1px solid black;
}

.iit-flag-no{
    width:87px;
    height:24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.phone-input{
    border:none;
    height:30px;
    width:285px;
    font-size: 14px;
}
.iit-join-btn-div button{
    background-color: #3C4852;
    border: 1px solid #3C4852;
    color: white;
    font-size: 14px;
    width: 118px;
    height: 45px;
    cursor: pointer;
    border-radius: 8px 8px 8px 8px;
}
.iit-maindiv3{
    width: 386px;
    height: 190px;
    border-bottom: 1px solid #c0c9cd;
    margin-top: 50px;
    display: grid;
    justify-content: center;
    align-items: self-start;
    margin-left: 20px;
}
.iit-subscription-div1{
    width: 392px;
    height: auto;
    font-size: 28px;
    font-weight: 600;
}
.iit-subs-btn{
    width: 220px;
    height: 48px;
    color: white;
    font-weight: 600;
    background-color: #08BD80;
    border-radius: 8px;
    border: none;
}
.iit-maindiv4{
    width: 412px;
    height: auto;
    margin-top: 30px;
}
.iit-maindiv4 h2{
    width: 350px;
    margin-left: 20px;
}
.iit-courses-text-div{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    color: #3C4852;
    margin-top: -20px;
    display: none;
}
.iit-courses-text-div span{
    margin-left: 3px;
    margin-right: 10px;
    display: none;

}
.iit-courses-text-div img{
    display: none;
}
.iit-course-main-div{
    width: 100%;
    height: auto;
}
.iit-subdiv2 .p1{
    color: #7A8B94;
    font-size: 16px;
    font-weight: 600;
}
.iit-similar-div{
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.iit-similar-subdiv1{
    width: 154px;
    height: 32px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid black;
    border-radius: 50px;
}
.circle1{
    width: 27px;
    height: 27px;
    background-color: pink;
    opacity: 0.5;
    border-radius: 50%;
}
.circle2{
    width: 27px;
    height: 27px;
    background-color: #27b772;
    opacity: 0.5;
    border-radius: 50%;
}
.iit-similar-subdiv2{
    width: 180px;
    height: 32px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid #7A8B94;
    border-radius: 50px;
}

.iit-motivate-div{
    width: 100%;
    height: 90px;
    margin: 15px 0 0 0;
}
.motivate-image{
    width: 160px;
    height: 90px;
    border-radius: 8px;
    float: left;
    position: relative;
}
.motivate-image span{
    width: 60px;
    height: 20px;
    border-radius: 5px;
    background-color: white;
    position: absolute;
    margin: 67px 0 0 -155px;
}
.motivate-tea-image{
    width: 160px;
    height: 90px;
    border-radius: 8px;
}
.motivate-text-div{
    width: 200px;
    height: 90px;
    float: left;
    margin-left: 10px;
}
.motivate-text-div .p1{
    font-weight: 600;
    color: black;
    margin-top: 5px;
    line-height: 20px;
    font-size: 14px;
}
.motivate-text-div .p2{
    color: #7A8B94;
    margin-top: -8px;
    font-size: 13px;
}
.motivate-text-div .p3{
    color: #7A8B94;
    margin-top: -10px;
    font-size: 13px;
}
.iit-footer-div{
    width: 360px;
    height: 1200px;
    display: grid;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    margin-left: 10px;
    margin-bottom: 85px;

} 
/*IIT JEE Section*/




/* Career Section*/
.career-main-section-div{
    width: 100%;
    height: auto;
    background-color: #FCFCFC;
    display: grid;
    justify-content: center;
    position: relative
}
.career-maindiv1{
    width: 412px;
    height: 565px;
    background-color: white;
    display: flex;
    align-items: center;
}
.job-opening-text-div{
    width: 412px;
    height: 365px;
    margin-left: 110px;
    margin-top: 45px;
}
.job-opening-image-div{
    width: 352px;
    height: 200px;
    margin-left: 41px;
    margin-top: 245px;
    position: absolute;
}
.public-notice-div{
    width: 260px;
    height: 48px;
    background-color: rgba(45, 129, 247, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: -50px 0 0 -35px;
}
.public-notice-div p{
    font-size: 15px;
}
.career-build{
    font-size: 26px;
    font-weight: 600;
    line-height: 37px;
    margin: 22px 0 0 -48px;
    width: 290px;
    text-align: center;
}
.career-come{
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px -42px;
    width: 275px;
    text-align: center;
}
.career-view-btn{
    background-color: #08BD80;
    padding: 16px;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    width: 250px;
    font-size: 16px;
    margin: 303px 0 0 -30px;
}
.newun-image{
    width: 330px;
    height: 260px;
}
.career-maindiv2{
    width: 412px;
    height: 600px;
    background-color: #f7faff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
}
.career-main2-sub1{
    width: 412px;
    height: 500px;
    display: grid;
    align-items: center;
    justify-content: center;
}
.career-start-text-div{
    width: 410px;
    height: 126px;
    margin: 0px 0 0 0px;
    text-align: center;
}
.career-start-text-div h1{
    font-size: 22px;
    margin: 0px 0 0 0;
}
.career-start-text-div p{
    font-size: 14px;
    margin: 10px 0 0 76px;
    line-height: 20px;
    letter-spacing: 0.5px;
    width: 264px;
    text-align: center;
}
.career-start-card-div{
    width: 412px;
    height: 315px;
}
.career-card-div{
    width: 180px;
    height: 50px;
    float: left;
    margin: 29px -30px 30px 33px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}
.career-card-div span{
    width: 80px;
    height: 80px;

}
.career-card-subdiv{
    width: 140px;
    height: 80px;

}
.career-card-subdiv .p1{
    font-size: 20px;
    font-weight: bold;
    margin: 6px 0 0 0;
    position: relative;
}
.career-plus{
    color: #08BD80;
    font-size: 20px;
    float: left;
    position: absolute;
}
.career-card-subdiv .p2{
    font-size: 16px;
    margin: 0px 0 0 0;
    letter-spacing: 0.8px;
}
.career-card-image{
    width: 50px;
    height: 50px;
}
.career-maindiv3{
    width: 412px;
    height: auto;
    background-color: #ffffff;
    margin-bottom: 55px;
}
.career-maindiv3 h1{
    font-size: 21px;
    text-align: center;
    margin: 80px 0 0 0px

}
.career-maindiv3 p{
    font-size: 17px;
    text-align: center;
    margin: 10px 0 0 0px;
}
.career-top-edu-div{
    width: 400px;
    height: auto;
    display: flex;
    flex-direction: column;
}
.career-top-edu-subdiv{
    width: 370px;
    height: 204px;
    border: 1px solid rgb(233, 238, 242);
    border-radius: 8px;
    margin: 20px 0 0 20px;
    display: flex;
}
.career-edu-image-div{
    width: 120px;
    height: 130px;
    background-image: url('images/EducatorBG.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 10px;
    position: relative;
    float: left;

}
.career-edu-image{
    width: 115px;
    height: 140px;
    
}
.career-image{
    width: 109px;
    height: 112px;
    margin: 30px 0 0 10px;
}
.career-legend-div{
    width: 98px;
    height: 43px;
    position: absolute;
    margin-top: -34px;
}
.career-legend-div span{
    position: absolute;
    margin: -30px 0 0 0 ;
    background: linear-gradient(140.96deg, rgb(255, 226, 168) -6.41%, rgb(229, 141, 19) 99.42%) text;
    color: transparent;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.career-edu-detail-div{
    width: 224px;
    height: 204px;
    border-radius: 8px;
    margin: -1px 0 0 15px;
}
.career-edu-detail-div p {
    width: 215px;
    color: #7A8B94;
    font-size: 13px;
    text-align: left;
    margin: -10px 0 0 0 ;
}
.career-edu-watch-view{
    width: 170px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0 ;

}
.career-watch{
    width: 70px;
    height: 40px;
}
.career-watch .p1 {
    margin-top: 0px;
    color: black;
    font-size: 17px;
}
.career-watch .p2 {
    margin-top: 5px;
}
.career-view{
    width: 60px;
    height: 40px;
}
.career-view .p1 {
    margin-top: 0px;
    color: black;
    font-size: 17px;
}
.career-view .p2 {
    margin-top: 5px;

}
.career-view-profile{
    height: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}
.view-pro-arrow-icon{
    position: absolute;
    margin: -7px 0 0 0;
    height: 14px;
    width: 15px;
}
.career-maindiv4{
    width: 412px;
    height: 900px;
    background-color: #ffffff;
    align-items: center;
    justify-content: space-evenly;
    display: grid;
    margin-top: 50px;
}
.career-main4-sub1{
    width: 412px;
    height: 175px;
}
.career-main4-sub1 h1{
    font-size: 22px;
    text-align: center;
}
.career-main4-sub1 img{
    display: none;
}
.career-main4-sub1 p{
    font-size: 15px;
    color: #3C4852;
    line-height: 27px;
    letter-spacing: 0.5px;
    text-align: center;
    width: 300px;
    margin-left: 50px;
}
.career-main4-sub1 a{
    color: #2381f7;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px dashed #2381f7;
    margin-top: 18px;
    position: absolute;
    text-align: center;
    margin-left: 153px;
}
.career-main4-sub2{
    width:412px;
    height: 732px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.career-opinion1{
    width: 370px;
    height: 300px;
    background-color: rgb(255, 247, 236);
    background-image: url('images/yellowMask.webp');
    background-size: 100%;
    margin: 0 0 0 20px;
}
.opinion-image-div{
    width: 325px;
    height: 64px;
    margin: 30px 0 0 19px;
    display: flex;
    justify-content: space-around;
}
.aaroshi-image{
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.opinion-image-div h4{
    margin: 10px 0 0 20px;
}
.opinion-image-div p{
    margin: 6px 0 0 20px;
    color: #7A8B94;
    font-size: 14px;
}
.opinion-text{
    width: 320px;
    height: 120px;
    font-size: 16px;
    color: #3C4852;
    margin: 10px 0 0 25px;
    line-height: 21px;
}
.career-opinion2{
    width: 370px;
    height: 300px;
    background-color: rgb(244, 242, 255);
    background-image: url('images/yellowMask.webp');
    background-size: 100%;
    margin: -85px 0 0 20px;
}
.career-maindiv5{
    width: 412px;
    height: 770px;
    background-color: #f7faff;
    box-shadow: 0px 16px 32px 0px rgba(233, 238, 242, 0.4);
    text-align: center;
}
.career-maindiv5 h1{
    font-size: 22px;
    margin: 100px 0 0 0;
}
.career-maindiv5 .p1{
    font-size: 16px;
    width: 300px;
    text-align: center;
    margin-left: 50px;
}
.policies-div{
    width: 350px;
    height: 625px;
    margin-left: 25px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}
.policies-subdiv{
    width: 360px;
    height: 110px;
    display: flex;
    align-items: center;
    text-align: left;
    margin :10px 0 0 0;
}
.policy-image{
    width: 45px;
    height: 45px;
}
.policies-subdiv h2{
    margin: 10px 0 0 20px;
    font-size: 18px;
}
.policies-subdiv .p2{
    font-size: 14px;
    margin: 5px 0 0 20px;
    width: 250px;
}
/* Career Section*/


/* unacademy index2*/

.in2-maindiv1{
    width: 100%;
    height: 101px;
    margin: 40px 0 0 0;
}
.in2-crack-text-div{
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 275px 0 0  0;
}
.in2-crack-subdiv1{
    width: 660px;
    height: 90px;
    display: none;
}
.in2-crack-subdiv1 h1{
    font-size: 40px;
    margin: 2px 0 0px 0;
}
.in2-crack-subdiv2{
    width: 100%;
    height: 90px;
    display: grid;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
}
.in2-crack-btn-div{
    width: 100%;
    display: grid;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin: -20px 0 0 10px;
}
.in2-crack-btn1{
    
    padding: 14px 32px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #3C4852;
    font-size: 14px;
    color: #3C4852;
    line-height: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    cursor: pointer;
    min-width: 365px;
}
.in2-crack-btn2{
    
    padding: 14px 32px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #08BD80;
    border: 1px solid #08BD80;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    cursor: pointer;
    min-width: 365px;
    white-space: nowrap;
    margin: 20px 0 0 0px;
}
.in2-subscription{
    width: 97%;
    height: 24px;
    text-align: right;
    display: none;
}
.subs-icon{
    color: #E79422;
    display: none;
}
.in2-subs-view{
    color: #E79422;
    border-bottom: 1.5px dashed;
}
.in2-options-div{
    width: 390px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: -360px;
    height: auto;
    margin-left: 0px;
}
.in2-option-subdiv{
    border: 1px solid #E9EEF2;
    width: 175px;
    height: 45px;
    border-radius: 8px;
}
.option-name-div{
    display: inline-flex;
    flex-flow: row;
    color: #3C4852;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-decoration-color: transparent;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    pointer-events: auto;
    cursor: pointer;
    align-items: baseline;
    gap: 8px;
}
.in2-op-icons{
    width: 25px;
    height: 25px;
    position: absolute;
    margin: 10px 10px 4px 10px;
}
.option-name-div .op-text{
    width: 140px;
    height: 60px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    margin: -6px 0 0 44px;

}
.op-text h4{
    color: #3C4852;
}
.op-text p{
    margin : -20px 0 0 0;
    font-size: 13px;
    font-weight: 100;
    display: none;
}
.in2-op-arrow{
    position: absolute;
    margin: -42px 0 0 113px;
    width: 17px;
}
.in2-maindiv2{
    border-radius: 16px;
    height: 550px;
    display: flex;
    justify-content: space-evenly;
    width: 412px;
    background-color: #ffeed7;
    align-items: center;
    margin: 60px 0 0 0;
}
.visit-center-text-div{
    width: 412px;
    height: 310px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: -190px 0 0  0;
}
.visit-center-text-div h1{
    margin: 0px 0px 32px;
    color: rgb(60, 72, 82);
    text-align: center;
    font-size: 26px;
}
.center-options{
    display: grid;
    width: 100%;
    height: 300px;
     margin: -20px 0 0 0;
}
.center-options-div1{
    width: 348px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.center-option-subdiv{
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.center-op-img{
    width: 50px;

}
.center-option-subdiv p{ 
    margin: 0px 0px 0px 16px;
    color: rgb(60, 72, 82);
    font-size: 16px;
    font-weight: 400;
    white-space: pre-wrap;
    width: 250px;

}
.center-btn-div{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin :20px 0 0 0;
}
.center-btn-div .btn1{
    padding: 14px 32px;
    box-sizing: border-box;
    border-radius: 8px;
    background: rgb(60, 72, 82);
    border: 1px solid rgb(60, 72, 82);
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 20px;
    font-weight: 700;
    min-width: 100px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 48px;
    cursor: pointer;
    width: 260px;
}
.center-btn-div .btn2{
    padding: 14px 32px;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(60, 72, 82);
    color: rgb(60, 72, 82);
    line-height: 20px;
    min-width: 100px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 260px;
    height: 48px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
}
.center-timing-div{
    display: flex;
    margin-top: 12px;
    width: 260px;
    justify-content: center;
    align-items: center;
}
.center-timing{
    color: #833D0F;
    font-size: 13px;
    font-weight: 600;
}
.visit-center-image-div{
    width: 330px;
    height: 310px;
    background-image: url('images/batch.webp');
    background-size: 330px 300px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.in2-maindiv3{
    width: 412px;
    height: 400px;
    background-color: rgba(253, 242, 205, 0.4);
    margin: 50px 0 0 0;
    display: grid;
    justify-content: space-evenly;
    align-items: center;
}
.attempt-text-div{
    width: 375px;
    height: 220px;
    margin: 180px 0 0 0 ;
}
.attempt-text-div h2{
    line-height: 30px;
    text-align: center;
    font-size: 22px;
}
.attempt-text-subdiv{
    display: flex;
    gap: 12px;
    margin: 12px 0px 24px;
    height: 20px;
}
.attempt-min-div{
    height: 20px;
    width: 140px;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-left: 55px;
}
.attempt-que-div{
    height: 20px;
    width: 142px;
    display: flex;
    font-size: 14px;
    align-items: center;
}
.attempt-text-div button{
    padding: 14px 120px;
    box-sizing: border-box;
    border-radius: 8px;
    background: rgb(60, 72, 82);
    border: 1px solid rgb(60, 72, 82);
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 20px;
    font-weight: 700;
    min-width: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 48px;
    cursor: pointer;
    width: auto;
    margin-left: 10px;
}
.attempt-image-div{
    width: 295px;
    height: 195px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: -615px 0 0 38px;
}
.attempt-p{
    font-size: 13px;
    font-weight: 600;
    color: #833D0F;
    text-align: center;
    width: 200px;
}
.in2-maindiv4{
    width: 412px;
    height: 380px;
    margin: 0px 0 0 0;
}
.in2-maindiv4 .h2{
    font-size: 22px;
    margin: 30px 0 0 50px;
}
.in2-maindiv4 h2{
    font-size: 22px;
    margin: 15px 0 0 2px;
}
.in2-courses-text-div{
    width: 90%;
    height: auto;
    display: grid;
    align-items: center;
    color: #3C4852;
    margin-top: 17px;
    margin-left: 15px;
}
.in2-courses-text-div span{
    margin-left: 26px;
    margin-top: -17px;

}
.in2-courses-text-div img{
    margin-top: 10px;
}
.in2-main4-sub1{
    width: 412px;
    height: 316px;
    display: grid;
    margin: 20px 0 0 0;
}
.in2-edu-image-div{
    width: 320px;
    height: 208px;
    border-radius: 8px;
    background-image: url(images/mentor1.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 18px 0 0 45px;
}
.in2-edu-detail-div{
    width: 350px;
    height: 250px;
    padding: 0px 0 0 44px;
}
.in2-edu-detail-div .p1{
    color: #3C4852;
    font-size: 14px;
}
.in2-edu-detail-div .p2{
    color: #7A8B94;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.in2-edu-detail-div .p3{
    color: #3C4852;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-top: 40px;
}
.right-left-arrow-div{
    width: 76px;
    height: 32px;
    margin: 15px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.right-left-arrow-div .btn1{
    box-sizing: border-box;
    background: rgb(233, 238, 242);
    font-size: 14px;
    color: rgb(122, 139, 148);
    line-height: 20px;
    font-weight: 700;
    min-width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    cursor: not-allowed;
    border-radius: 8px;
    padding: 6px;
    position: relative;
    border: none;
}
.right-left-arrow-div .btn2{
    box-sizing: border-box;
    background: rgb(220 220 220);
    font-size: 14px;
    color: rgb(60, 72, 82);
    line-height: 20px;
    font-weight: 700;
    min-width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    cursor: pointer;
    border-radius: 8px;
    padding: 6px;
    position: relative;
    border: none;
}
.in2-maindiv5{
    background-color:#FFFFFF;
    box-shadow: 0px 16px 32px 0px rgba(233, 238, 242, 0.4);
    border-radius: 8px;
    width: 99%;
    display: grid;
    padding: 0px;
    margin-top: 40px;
    -webkit-box-pack: justify;
    justify-content: space-evenly;
    height: 310px;

}
.refer-div1{
    width: 330px;
    height: 205px;
    display: flex;
    flex-direction: column;
    margin-top: 70px;
}
.refer-div1 h2{
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #3C4852;
    margin-top: 30px;
}
.refer-div1 h5{
    font-size: 14px;
    line-height: 130%;
    margin: 0px;
    font-weight: 400;
    color: #7A8B94;
    margin-top: 0px;
}
.refer-div1 button{
    position: relative;
    border: none;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    cursor: pointer;
    border-radius: 6px;
    width: 140px;
    height: 40px;
    color: #ffffff;
    -webkit-user-drag: none;
    user-select: none;
    background-color: #3C4852;
    transition: box-shadow 300ms ease-in-out, transform 300ms ease-in-out, background-color 300ms ease-in-out;
    margin-top: 25px;
}
.refer-div2{
    width: 100%;
    height: 270px;
    background-image: url('images/degreewala-refer-logo.svg');
    background-repeat: no-repeat;
    background-size: 100px 60px;
    margin-top: -270px;
}
.in2-maindiv6{
    width: 360px;
    display: grid;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E9EEF2;
    margin-top: -15px;
    margin-left: 20px;
    margin-bottom: 90px;
}
.call-div{
    width: 412px;
    height: 75px;
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 16px 16px 16px 16px #e3e3e3;
}
.call-subdiv1{
    width: 160px;
    margin-left: 20px;
    height: 60px;
    margin-top: -20px;
}
.call-subdiv1 .p2{
    margin-top: -10px;
}
.call-subdiv2{
    width: 160px;
    height: auto;
    display: flex;
    justify-content: center;
}
.call-subdiv2 button{
    width: 100px;
    height: 40px;
    background-color: #3C4852;
    border-radius: 8px;
    color: white;
    font-weight: bold;
}
/* unacademy index 2*/



/* Contact us form*/

.contact-us-maindiv{
    width: 100%;
    height: auto;
    display: grid;
    justify-content: center;
    align-items: center;
    margin: 0 0 40px 0;
}
.contact-form{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}
.contact-form h1{
    margin: 50px 0 0 0;
    font-size: 27px;
}
.contact-form p{
    font-size: 18px;
}
.form-div{
    width: 100%;
    height: auto;
    background-color: rgba(49, 122, 231, 0.05);
    border-radius: 25px;
}
.form-div form{
    padding-top: 50px;
}
.form-div label{
    font-size: 14px;
    font-weight: 600;
    margin: 70px 0 0 20px;
}
.form-div input{
    width: 320px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(245, 245, 245);
    min-height: 40px;
    border-radius: 50px;
    margin: 10px 20px 20px 15px;
    border: 1px solid #caced7;
}
.form-div button{
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: rgb(255, 255, 255);
    padding: 16px 58px;
    background-color: rgb(49, 122, 231);
    letter-spacing: 0.16px;
    border-radius: 47px;
    border-width: 0px;
    text-transform: capitalize;
    margin: 0px 0 40px 0;
}
.contact-job-opening-text-div{
    width: 100%;
    height: 250px;
    margin-left: 0px;
    margin-top: 30px;
}
.contact-job-opening-image-div{
    width: 352px;
    height: 200px;
    margin-left: 41px;
}
.contact-public-notice-div {
    width: 260px;
    height: 48px;
    background-color: rgba(45, 129, 247, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0px 0 0 65px;
}
.contact-public-notice-div p{
    font-size: 15px;
}
.contact-career-build{
    font-size: 26px;
    font-weight: 600;
    line-height: 37px;
    margin: 22px 0 0 50px;
    width: 290px;
    text-align: center;
}
.contact-career-come{
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 55px;
    width: 275px;
    text-align: center;
}
.contact-career-view-btn{
    background-color: #08BD80;
    padding: 16px;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    width: 250px;
    font-size: 16px;
    margin: 30px 0 0 65px;
}
.contact-newun-image{
    width: 330px;
    height: 260px;
}
/* Contact us form*/

}