
body{
    font-family: AvertaStd, -apple-system, BlinkMacSystemFont, sans-serif !important;
}
/*header*/

.nav-header{
    width:100%;
    height:72px;
    background-color: #FCFCFC;
    border-bottom:1px solid #dcdcdcf3;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    position: sticky;
    z-index: 1;
}
.header{
    width:1136px;
    height:72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
   width:220px;
    height:40px;
    background-image: url('images/degreewala-kota-final-logo.svg');
    background-size: auto 40px;
    background-repeat: no-repeat;
}
.header-button{
    width:300px;

}
.header-button button{
    height:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: bold;
}
.gift-btn{
    width:40px;
    height:40px;
    border:1px solid #e9eef2;
    background-color: white;
    margin-right: 16px;
    border-radius: 50%;
}
.gift{
    width:20px;
    height:20px;
}
.login-div{
    height:40px;
    width:224px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-div button p{
    text-align: center;
}
.login-btn{
    width:104px;
    border:1px solid black;
    background-color: white;
}
.join-btn{
    width:104px;
    border:1px solid #3C4852;
    background-color: #3C4852;
    color:white;
}
/*header*/


/* common */
.h1-variant{
    font-size:48px;
    font-weight: 700;
    line-height: 56px;
}
.h2-variant{
    font-size:32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.01rem;
}
.h5-variant{
    font-size:16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01rem;
}
.h3-variant {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.005em;
}
.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:1136px;
    height:504px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.verification{
    width:576px;
    height:360px;
}
.people-image{
    width:560px;
    height:360px;
    
}
.people-image-div{
    width: 536px;
    height: 360px;
    background-image: url('images/home-illustration.jpg');
    background-size: 536px 333px;
    background-repeat: no-repeat;
}
.crack{
    width: 576px;
    height: 148px;
    color:#3C4852;
}
.phone-no{
    width: 464px;
    height: 148px;
}
.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:464px;
    height:76px;
}
.enter-phone{
    width:100%;
    height:48px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 6px;
    margin-top:20px;
    border: 1px solid black;
}

.flag-no{
    width:87px;
    height:24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
}
.phone-input{
    outline:none;
    height:30px;
    width:330px;
    font-size: 16px;
    border: none;
    margin-left: 10px;

}
.otp{
    color:#7A8B94;
    font-size:14px;
    letter-spacing: 0rem;
    font-weight: 400;
    margin-top:7px;
}
.join-btn-div{
    width:464px;
    height:48px;
    margin-top:25px;
}
.join-btn-div button{
    background-color: #3C4852;
    border:1px solid #3C4852;
    color: white;
    font-size: 14px;
    width:464px;
    height:48px;
    cursor: pointer;
    border-radius:8px;
}

.section-subdiv2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.goal-section{
    width:1136px;
}
.search-wrapper{
    width:1136px;
    border: 1px solid  #E9EEF2 ;
    background-color: white;
    color: #3C4852;
    font-size: 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 14px 16px;
}
.search-input{
    border: none;
    width:100%;
    height:15px;
    margin-left:10px;
}
.popular-goal-section{
    width:1136px;
    height:auto;
}

.exam-section{
    width: 1136px;
    height: 584px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
}
.exam-section .exams{
    width:266px;
    height:280px;
    border: 1px solid #E9EEF2;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.exams img{
    width:60px;
    height: 60px;
    margin-top: -40px;
}
.examimg1{
    margin-left: 38px;
}
.examtype1{
    margin-left: -0px;
}
.examimg2{
    margin-left: 0px;
}
.examtype2{
    margin-left: 18px;
}
.examtype3{
    margin-left: 19px;
}
.examtype4{
    margin-left: 10px;
}
.examimg5{
    margin-left: 66px;
}
.examtype5{
    margin-left: -38px;
}
.examimg6{
    margin-left: 100px;
}
.examtype6{
    margin-left: -46px;
}
.examimg8{
    margin-left: 25px;
}
.examtype8{
    margin-left: 0px;
}
.exams .exam-type{
    margin-left: -82px;
    margin-top: 130px;
}
.fa-angle-right{
    font-size: 50px;
}

.all-goals{
    width:1136px;
    height: 48px;
}
.all-goals button{
    width: 196px;
    height: 48px;
    outline: 1px solid black;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    color: #3C4852;
    background-color: white;
    margin-top: 30px;
}
.introduce-part{
    width: 1136px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 16px 32px 0px #F0F4F7;
    margin-top: 56px;
}
.intro-img{
    width: 433px;
    height: 370px;
    background-image: url('images/batch.webp');
    background-size: 215%;
    background-position: center;
    border-radius: 8px;
}
.intro-text{
    width: 433px;
    height: 370px;
    margin-left: 30px;
}
.intro-text-div1{
    width: 433px;
    display: flex;
    align-items: center;
    margin-top: -30px;
}
.intro-text-div1 h6{
    color: rgb(45, 129, 247);
    font-weight: 700;
    line-height: 100%;
    font-size: 15px;
}
.features{
    width: 433px;
    height: 108px;
}
.feature-div{
    width: 433px;
    height: 35px;
    display: flex;
    align-items: center;
}
.feature-div p{
    margin-left: 10px;
}
.intro-text button{
    width: 176px;
    height: 48px;
    background-color: #3C4852;
    color: white;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    outline: 1px solid #3C4852;
    margin-top: 15px;
}
.card-section{
    width: 1136px;
    height:408px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 85px;
}
.cards-wrap{
    width:336px;
    height: 408px;
    
}
.mobile-image-div{
    width: 1136px;
    height: 484px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 16px 32px 0px #F0F4F7;
    margin-top: 56px;
    margin-left:180px;
}
.get-app{
    width: 465px;
    height: 400px;
    
}
.mobile-image{
    width: 432px;
    height: 444px;

}
.get-app h2{
    color:#3C4852;
    width:370px;
    font-size: 40px;
    margin-top: 20px;
    margin-left: -20px;
}
.get-app h4{
    color:#3C4852;
    width:370px;
    font-size: 18px;
    margin-left: -20px;
    margin-top: 20px;
}
.download-btn{
    width: 370px;
    height: 48px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 40px;
    margin-left:-30px;
}
.download-btn-image1{
    width:135px;
    height:48px;
}
.download-btn-image2{
    width:160px;
    height:48px;
}
.start-learning-section{
    width: 1136px;
    height: 586px;
    display: flex;
    justify-content: space-between ;
    align-items: center;
    margin-top:80px;
    margin-left:180px;
}
.start-text{
    width: 465px;
    height: 286px;

}
.start-text h2{
    font-size:40px;
    line-height: 50px;
}
.start-text h4{
    font-size:17px;
    line-height: 28px;
    width:300px;
    margin-top:-20px;
}
.start-text button{
    width: 194px;
    height: 62px;
    background-color: #08BD80;
    color: white;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #08BD80;
    margin-top: 15px;
}
.start-stats{
    width: 592px;
    height: 586px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.stats-div1{
    width: 284px;
    height: 588px;
    display: grid;
}
.stats-div1 div{
    width: 284px;
    height: 180px;
}
.stats-div2{
    width: 280px;
    height: 384px;
    display: grid;
}
.stats-div2 div{
    width: 280px;
    height: 185px;
}
.stats-data1{
    width: 284px;
    height: 110px;
    background-image: url('images/categories.svg');
    background-size: cover;
    box-shadow: 0px 16px 32px 0px #F0F4F7;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.stats-data2{
    width: 284px;
    height: 110px;
    background-image: url('images/dailyc.svg');
    background-size: cover;
     box-shadow: 0px 16px 32px 0px #F0F4F7;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.stats-data3{
    width: 284px;
    height: 110px;
    background-image: url('images/eye.svg');
    background-size: cover;
    box-shadow: 0px 16px 32px 0px #F0F4F7;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.stats-data4{
    width: 284px;
    height: 180px;
    background-image: url('images/user.svg');
    background-size: cover;
    box-shadow: 0px 16px 32px 0px #F0F4F7;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.stats-data5{
    width: 284px;
    height: 180px;
    background-image: url('images/envelope.svg');
    background-size: cover;
    box-shadow: 0px 16px 32px 0px #F0F4F7;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.about{
    font-size: 20px;
}
.data{
    font-size: 40px;
    font-weight: 600;

}
.plus-sign{
    color: #08bd80;
    font-size: 40px;
    font-weight: 600;
}
/* main-section */


/* footer*/
.footer-div{
    width: 100%;
    height: 700px;
    display: grid;
    justify-content: center;
    align-items: center;
    margin-top: 50px;

}
.footer-subdiv1{
    width: 1136px;
    height: 600px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
}
.footer-detail{
    width: 475px;
    height: 521px;
}
.footer-items{
    width: 615px;
    height: 521px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.unacademy-detail{
    width:310px;
    height:165px;

}
.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:300px;
    height:100px;
    margin-top: 60px;

}
.footer-items div{
    width: 175px;
    height: 250px;
}
.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: 1136px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright-div{
    width: 300px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7A8B94;
    font-size: 14px;
    margin-left: -25px;
}
.link-div{
    width: 300px;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/* footer*/


/* upsc section */

.upscsection-maindiv{
    width: 100%;
    height: 622px;
    background-color: #F3F5F7;
    display: flex;
    justify-content: center;

}
.maincontainer-div{
    width: 1136px;
    height: auto;

}
.maindiv1{
    width: 25%;
    float: left;
    margin-top: 40px;
}
.maindiv1-subdiv{
    width: 275px;
    height: 520px;    
}
.icons-div{
    width: 224px;
    height: 40px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.icons-div:hover{
    background-color: white;
}
.icons-div img{
    margin-left: 10px;
}
.icons-div span{
    font-weight: bold;
    margin-left: 20px;
    color: #3C4852;
}
.icons-div p{
    margin-left: 10px;
    color: #7A8B94;
    font-weight: bold;
}
.maindiv2{
    float: left;
    width: 75%;
    height: 100%;
    overflow:auto;
}
::-webkit-scrollbar {
    width: 10px;
  }
.heading-div
{
    width: 100%;
    height: 140px;
    background-color: white;
    display: flex;
    align-items: center;
    margin-top:40px;
    box-shadow: 0px 16px 32px 0px rgba(233, 238, 242, 0.4);;
}
.upscimg{
    height: 70px;
    width: 65px;
    margin-left: 45px;
}
.upsc-text{
    margin-left: 40px;
}
.batch-text-div{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
    margin-bottom: 16px;
}
.batch-text{
    font-size: 18px;
    font-weight: bold;
}
.batch-see{
    font-size: 14px;
    font-weight: bold;
    color: #08bd80;
}
.see-all-btn{
    width: 80%;
    height: 35px;
    border: 1px solid #08BD80;
    border-radius: 8px;
    display: none;
}
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: 5px;
    margin-top: 10px;
    background-color: white;
    
}
.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: 70px;
    float: left;
}
.heading{
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.educator-detail-div{
    width: 100%;
    height: auto;
}
.educators{
    width: 400px;
    height: 196px;
    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;
}
.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: 230px;
    height: 40px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 20px;
}
.topics-name{
    width: 272px;
    height: 96px;
    border-radius: 8px;
    background-color: white;
    margin-top: 15px;
    margin-left: 8px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.topic-subdiv{
    width: 200px;
    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: 10px;
    border-radius: 8px;
    margin-left: 8px;
    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: 272px;
    height: 312px;
    background-color: white;
    margin-top: 15px;
    border-radius: 8px;
    margin-left: 8px;
    float: left;
    margin-bottom: 10px;
}
.course-image{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    height: 156px;
    object-fit: contain;
}
.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: 220px;
    height: 130px;
    float: left;
    margin-left: 20px;
    margin-top: 15px;
}
.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;  
}
.course-time{
    font-size: 13px;
    color: #7A8B94;
    margin-top: 5px;
}
.course-teacher{
    color: #3C4852;
    font-size: 13px;
    margin-top: 20px;
}

/* upsc section */

/* doubt section */
.heading-btn-div{
    width: 300px;
    height: 50px;
    margin-left: 40px;
    margin-top: -20px;
    display: flex;
    justify-content: space-between;

}
.arrow-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #E9EEF2;
    background-color: white;
}
.upsc-btn{
    width: 132px;
    height: 32px;
    border: 1px solid #e9eef2;
    background-color: white;
    border-radius: 8px;
}
.plus-btn{
    width: 76px;
    height: 32px;
    border: 1px solid #e9eef2;
    background-color: white;
    border-radius: 8px;
}
.doubt-text{
    font-weight: bold;
    font-size: 25px;
    margin-top: 80px;
    margin-left: -300px;
}
.ask-doubt-div{
    width: 100%;
    height: 180px;
    background-color: white;
    border-radius: 8px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ask-doubt-subdiv{
    width: 90%;
    height: 150px;
}
.doubt-photo{
    color: #7A8B94;
    font-size: 14px;
}
.textbook-div{
    width: 272px;
    height: 96px;
    border-radius: 8px;
    background-color: white;
    margin-top: 15px;
    margin-left: 8px;
    float: left;
    display: flex;
    align-items: center;
    font-weight: normal;
}
.textbook-div img{
    margin-left: 20px;
}
.textbook-div span{
    margin-left: 20px;
    font-size: 15px;
    width: 180px;
    margin-top: -30px;
}
.btn-like-div1-doubt{
    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: -115px;
    margin-top: 53px;
}
.btn-like-div2-doubt{
    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;
    margin-left: -120px;
    margin-top: 53px;
}
.upload-image-btn{
    background-color: black;
    width: 280px;
    height: 48px;
    border-radius: 8px;
    border: none;
    color: white;
    font-weight: 600;
}
.upload-image-subdiv{
    width: 240px;
    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: 100%;
    height: 500px;
    background-color: black;
    display: flex;
    justify-content: center;
}
.about-logo-div{
    width: 1136px;
    height: 50px;
    margin-top: 25px;
    float: left;
}
.about-textdiv1{
    width: 650px;
    height: 150px;
    font-size: 50px;
    font-weight: bold;
    line-height: 70px;
}
.about-textdiv1 p{
    margin-top: 0px;
}
.mains-div{
    width: 100%;
    height: auto;
    display: grid;
    justify-content: center;
    background-color: #F3F5F7;
}
.about-maindiv2{
    width: 1136px;
    height: 574px;
    margin-top: 100px;
    position: relative;
}
.about-image1-div{
    width: 336px;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(images/quote.webp);
    margin: -33px 0 0 -50px;
    padding: 45px 0 0px 50px;
}
.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;
}
.demo{
    font-size: 40px;
    font-weight: bold;
    margin-top: 10px;
}
.about-cal-div{
    width: 100%;
    height: 295px;
    margin-top: 50px;
}
.caldiv1{
    width: 480px;
    height: 295px;
    float: left;
    
}
.caldiv2{
    width: 656px;
    height: 295px;
    float: left;
}
.totals-card{
    width: 224px;
    height: 130px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    display: grid;
    justify-content: center;
    align-items: center;
    background-color: white;
}
.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: 1136px;
    height: 450px;
    margin-top: 70px;
    background-color: white;
    box-shadow: 0px 16px 32px rgba(221, 230, 237, 0.4);
}
.build-div1{
    width: 50px;
    height: 450px;
    float: left;
}
.build-div2{
    width: 530px;
    height: 390px;
    float: left;
    margin-top: 50px;
    position: relative;
}
.build-div3{
    width: 556px;
    height: 450px;
    float: left;
    background-image: url(images/un-image1.webp);
    background-repeat: no-repeat;
    background-size: 175%;
    background-position: center top;
}
.about-image2-div{
    width: 336px;
    height: 100px;
    background-repeat: no-repeat;
    background-image: url(images/quote.webp);
    margin: -26px 0 0 -50px;
    padding: 1px 0 0px 50px;
}   
.build-div11{
    width: 50px;
    height: 450px;
    float: left;
}
.build-div22{
    width: 530px;
    height: 390px;
    float: left;
    margin-top: 50px;
    position: relative;
}
.build-div33{
    width: 556px;
    height: 450px;
    float: left;
    background-image: url(images/un-image1.webp);
    background-repeat: no-repeat;
    background-size: 175%;
    background-position: center top;
}
.come-text{
    color: #08BD80;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1.5px;
    margin-top: 70px;
    z-index: 1;
}
.roles{
    width: 480px;
    height: 60px;
    font-size: 21px;
    color: #7A8B94;
}
.see-position{
    width: 180px;
    height: 40px;
    background-color: #08BD80;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    border: none;
    font-size: 15px;
}
.about-maindiv4{
    width: 1136px;
    height: 450px;
    margin-top: 50px;
    background-color: white;
    box-shadow: 0px 16px 32px rgba(221, 230, 237, 0.4);
}
.about-maindiv5{
    width: 1136px;
    height: 855px;
    margin-top: 100px;
    position: relative;
}
.about-image3-div{
    width: 336px;
    height: 100px;
    background-repeat: no-repeat;
    background-image: url(images/quote.webp);
    margin: -33px 0 0 -38px;
    padding: 2px 0 0px 44px;
}
.leader-text-div{
    width: 1136px;
    height: 120px;
}
.quarter-text{
    color: #08BD80;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1.5px;
    margin-top: 70px;
    z-index: 2;
}
.leader-image-div{
    width: 1100px;
    height: 625px;
    margin-left: 35px;
    background-image:url('images/leaders-1.webp') ;
    background-size: 100%;
    border-radius: 10px;
}
.about-maindiv6{
    width: 1136px;
    height: 210px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.about-card-div1{
    width: 562px;
    height: 190px;
    background-color: white;
    float: left;
    border-radius: 8px;
}
.about-card-div2{
    width: 562px;
    height: 190px;
    float: left;
    margin-left: 12px;
    background-color: white;
    border-radius: 8px;

}
.card-public{
    width: 562px;
    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: 25px;
    font-weight: 600;
    margin-left: 360px;
    margin-top: 80px;
    position: absolute;
}
.card-public-text{
    width: 562px;
    height: 50px;
    margin-left: 20px;
    margin-top: 20px;
    letter-spacing: 0.5px;
}
.card-contact{
    width: 562px;
    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: 25px;
    font-weight: 600;
    margin-left: 370px;
    margin-top: 80px;
    position: absolute;
}
.card-contact-text{
    width: 562px;
    height: 50px;
    margin-left: 20px;
    margin-top: 20px;
    letter-spacing: 0.5px;
}
.card-public-text p{
    color: #7A8B94;
}
.about-footer-div{
    width: 100%;
    height: 700px;
    display: grid;
    justify-content: center;
    align-items: center;
    background-color: #F3F5F7;
}
/* About us section */



/* Career Section*/
.career-main-section-div{
    width: 100%;
    height: auto;
    background-color: #FCFCFC;
    display: grid;
    justify-content: center;
    align-items:center;
}
.career-maindiv1{
    width: 1365px;
    height: 565px;
    background-color: white;
    display: flex;
    align-items: center;
}
.job-opening-text-div{
    width: 520px;
    height: 365px;
    margin-left: 110px;
    margin-top: 45px;
}
.job-opening-image-div{
    width: 650px;
    height: 525px;
    margin-left: 35px;
}
.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;
}
.public-notice-div p{
    font-size: 15px;
}
.career-build{
    font-size: 48px;
    font-weight: 600;
    line-height: 70px;
    margin: 30px 0 0 0;
}
.career-come{
    font-size: 23px;
    line-height: 35px;
    margin: 10px 0px 0px 0px;
}
.career-view-btn{
    background-color: #08BD80;
    padding: 16px;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    width: 250px;
    font-size: 16px;
    margin: 10px 0 0 0;
}
.newun-image{
    width: 700px;
    height: 500px;
}
.career-maindiv2{
    width: 1365px;
    height: 600px;
    background-color: #f7faff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.career-main2-sub1{
    width: 945px;
    height: 460px;
    display: grid;
    align-items: center;
    justify-content: center;
}
.career-start-text-div{
    width: 600px;
    height: 126px;
    margin: 0 0 0 170px;
    text-align: center;
}
.career-start-text-div h1{
    font-size: 40px;
    margin: 0px 0 0 0;
}
.career-start-text-div p{
    font-size: 23px;
    margin: 10px 0 0 0;
    line-height: 30px;
    letter-spacing: 0.5px;
}
.career-start-card-div{
    width: 944px;
    height: 252px;
}
.career-card-div{
    width: 280px;
    height: 84px;
    float: left;
    margin: 30px 20px 30px 10px;
    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: 38px;
    font-weight: bold;
    margin: 0px 0 0 0 ;
    position: relative;
}
.career-plus{
    color: #08BD80;
    font-size: 38px;
    float: left;
    position: absolute;
}
.career-card-subdiv .p2{
    font-size: 21px;
    margin: 10px 0 0 0 ;
    letter-spacing: 0.8px;
}
.career-card-image{
    width: 80px;
    height: 80px;
}
.career-maindiv3{
    width: 1365px;
    height: 700px;
    background-color: #ffffff;
    display: grid;
    justify-content: center;
}
.career-maindiv3 h1{
    font-size: 40px;
    text-align: center;
    margin: 80px 0 0 0;

}
.career-maindiv3 p{
    font-size: 23px;
    text-align: center;
    margin: -30px 0 0 0;
}
.career-top-edu-div{
    width: 1136px;
    height: 432px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 32px;
}
.career-top-edu-subdiv{
    width: 556px;
    height: 204px;
    border: 1px solid rgb(233, 238, 242);
    border-radius: 8px;
}
.career-edu-image-div{
    width: 168px;
    height: 170px;
    background-image: url('images/EducatorBG.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 10px;
    position: relative;
    float: left;

}
.career-edu-image{
    width: 128px;
    height: 170px;
    
}
.career-image{
    width: 158px;
    height: 170px;
    margin: 10px 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: 340px;
    height: 170px;
    float: left;
    margin: 0px  0 0 20px ;
}
.career-edu-detail-div p {
    width: 340px;
    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;
    width: 50px;
}
.career-view .p2 {
    margin-top: 5px;
    width: 60px;

}
.career-view-profile{
    height: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    margin-top: 20px;
}
.view-pro-arrow-icon{
    position: absolute;
    margin: -10px 0 0 0;
    height: 18px;
    width: 18px;
}
.career-maindiv4{
    width: 1365px;
    height: 1100px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.career-main4-sub1{
    width: 430px;
    height: 732px;
}
.career-main4-sub1 h1{
    font-size: 40px;
}
.career-main4-sub1 p{
    font-size: 20px;
    color: #3C4852;
    line-height: 27px;
    letter-spacing: 0.5px;
}
.career-main4-sub1 a{
    color: #2381f7;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px dashed #2381f7;
    margin-top: 100px;
    position: absolute;
}
.career-main4-sub2{
    width:560px;
    height: 732px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.career-opinion1{
    width: 560px;
    height: 335px;
    background-color: rgb(255, 247, 236);
    background-image: url('images/yellowMask.webp');
    background-repeat: no-repeat;
}
.opinion-image-div{
    width: 370px;
    height: 64px;
    margin: 40px 0 0 30px;
    display: flex;
    justify-content: space-around;
}
.aaroshi-image{
    width: 64px;
    height: 64px;
    border-radius: 50%;
}
.opinion-image-div h4{
    margin: 15px 0 0 0 ;
}
.opinion-image-div p{
    margin: 7px 0 0 0 ;
    color: #7A8B94;
}
.opinion-text{
    width: 500px;
    height: 120px;
    font-size: 23px;
    color: #3C4852;
    margin: 10px 0 0 30px;
    line-height: 27px;
    letter-spacing: 0.3px;
}
.career-opinion2{
    width: 560px;
    height: 335px;
    background-color: rgb(244, 242, 255);
    background-image: url('images/yellowMask.webp');
    background-repeat: no-repeat;
}
.career-maindiv5{
    width: 1365px;
    height: 730px;
    background-color: #f7faff;
    box-shadow: 0px 16px 32px 0px rgba(233, 238, 242, 0.4);
    text-align: center;
}
.career-maindiv5 h1{
    font-size: 40px;
    margin: 100px 0 0 0;
}
.career-maindiv5 .p1{
    font-size: 25px;
    width: 750px;
    text-align: center;
    margin-left: 300px;
    
}
.policies-div{
    width: 1102px;
    height: 350px;
    margin-left: 130px;
    margin-top: 110px;
    display: grid;
    grid-gap: 0 80px;
    grid-template-columns: 1fr 1fr;
}
.policies-subdiv{
    width: 511px;
    height: 110px;
    display: flex;
    align-items: center;
    text-align: left;
}
.policy-image{
    width: 80px;
    height: 80px;
}
.policies-subdiv h2{
    margin: 0px 0 0 20px;
}
.policies-subdiv .p2{
    font-size: 16px;
    margin: 10px 0 0 20px;
}
/* Career Section*/

/* IIT JEE Section*/
.iit-main-section-div{
    width: 100%;
    height: auto;
    background-color: white;
    display: grid;
    justify-content: center;
}
.iit-maindiv1{
    width: 1136px;
    height: 785px;
    border-bottom: 1px solid #c0c9cd;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.iit-subdiv1{
    width: 720px;
    height: 745px;
}
.iit-arrow-icon{
    width: 15px;
    height: 15px;
    position: absolute;
    margin: 2px 0px 0px 0px;
}
.iit-subdiv2{
    width: 395px;
    height: 745px;
    overflow:auto;
}
.iit-text{
    font-size: 13px;
    font-weight: 600;
}
.iit-class-test{
    margin:  0 0 0 20px;
    color: #7A8B94;
    font-size: 13px;
    font-weight: 600;
}
.youtube-video-div{
    margin-top: 20px;
    width: 720px;
    height: 472px;
    display: none;
}
.iit-main-image-div{
    width: 720px;
    height: 472px;
    margin: 20px 0 0 0 ;
    border-radius: 8px;
    background-image:url('images/iit-teacher.webp'), url('images/iit-bg.svg');
    background-repeat: no-repeat;
    background-size: 42% , 100%;
    background-position: 220px 90px , 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.play-button-div-ytube{
    position: absolute;
    margin: -320px 0 0 285px;
}
.play-button-div{
    width: 720px;
    height: 472px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-button{
    width: 150px;
    height: 150px;
}
.iit-image-detail-div{
    width: 360px;
    height: 188px;
}
.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: 720px;
    height: 200px;
    margin-top: 20px;
}
.iit-ask-div1{
    width: 720px;
    height: 22px;
    display: flex;
    align-items: center;
}
.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: 720px;
    height: 32px;
    display: flex;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 10px;
}
.iit-ask-div3{
    width: 720px;
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dcdcdcf3;
    margin-top: 20px;
}
.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: 360px;
    height: 48px;
    display: flex;
    align-items: center;
}
.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: 720px;
    height: 70px;
    display: grid;
    align-items: center;
    margin-top: 15px;
    color: #7A8B94;
    font-size: 14px;
}
.iit-ask-div4 .p1{
    margin-top: 0px;
}
.iit-ask-div4 .p2{
    margin-top: -5px;
}
.iit-maindiv2{
    width: 1136px;
    height: 210px;
    border-radius: 10px;
    margin-top: 50px;
    background-color: #f8f8ff;
}
.iit-maindiv2-subdiv1{
    width: 815px;
    height: 200px;
    float: left;
}
.iit-maindiv2-subdiv2{
    width: 320px;
    height: 200px;
    float: left;
    background-image: url('images/class\ \(1\).svg');
    margin-top: 5px;
}
.iit-join-div1{
    width: 765px;
    height: 30px;
    margin: 20px 0 0 20px;
    font-size: 25px;
}
.iit-join-div2{
    width: 765px;
    height: 30px;
    margin: -5px 0 0 20px;
    font-size: 15px;
    color: #7A8B94;
}
.iit-join-div3{
    width: 765px;
    height: 50px;
    margin: 20px 0 0 20px;
}
.iit-join-btn-div{
    width:200px;
    height:50px;
    margin-left: 95px;
    margin-top: 3px;
}
.iit-join-btn-div button{
    background-color: #3C4852;
    border:1px solid #3C4852;
    color: white;
    font-size: 14px;
    width:200px;
    height:47px;
    cursor: pointer;
    border-radius:0px 8px 8px 0px ;
}
.iit-phone-input-div{
    width: 370px;
    height: 43px;
    margin-left: 20px;
}
.iit-enter-phone{
    width:100%;
    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;
}
.iit-maindiv3{
    width: 1136px;
    height: 120px;
    border-bottom:1px solid #c0c9cd;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.iit-subscription-div1{
    width: 410px;
    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: 1136px;
    height: auto;
    margin-top: 50px;
}
.iit-courses-text-div{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    color: #3C4852;
    margin-top: -20px;
}
.iit-courses-text-div span{
    margin-left: 3px;
    margin-right: 20px;

}
.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: 212px;
    height: 90px;
    float: left;
    margin-left: 10px;
}
.motivate-text-div .p1{
    font-weight: 600;
    color: #3C4852;
    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: 100%;
    height: 700px;
    display: grid;
    justify-content: center;
    align-items: center;
    margin-top: 50px;

}
/* IIT JEE Section*/


/* unacademy index2*/

.in2-maindiv1{
    width: 1136px;
    height: auto;
    margin: 40px 0 0 0;
}
.in2-crack-text-div{
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.in2-crack-subdiv1{
    width: 660px;
    height: 90px;
}
.in2-crack-subdiv1 h1{
    font-size: 40px;
    margin: 2px 0 0px 0;
}
.in2-crack-subdiv2{
    width: 465px;
    height: 90px;
    display: grid;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}
.in2-crack-btn-div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}
.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: 220px;
}
.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: 220px;
    white-space: nowrap;
}
.in2-subscription{
    width: 97%;
    height: 24px;
    text-align: right;
}
.subs-icon{
    color: #E79422;
    display: none;
}
.in2-subs-view{
    color: #E79422;
    border-bottom: 1.5px dashed;
}
.in2-options-div{
    width: 1136px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px;
    height: auto;
}
.in2-option-subdiv{
    outline: 1px solid #E9EEF2;
    width: 272px;
    height: 90px;
    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: 16px 10px 4px 10px;
}
.option-name-div .op-text{
    width: 210px;
    height: 60px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    margin: -4px 0 0 44px;

}
.op-text h4{
    color: #3C4852;
}
.op-text p{
    margin : -20px 0 0 0;
    font-size: 13px;
    font-weight: 100;
}
.in2-op-arrow{
    position: absolute;
    margin: -66px 0 0 200px;
    width: 17px;
}
.in2-maindiv2{
    border-radius: 16px;
    height: 406px;
    display: flex;
    justify-content: space-evenly;
    width: 1136px;
    background-color: #ffeed7;
    align-items: center;
    margin: 60px 0 0 0;
}
.visit-center-text-div{
    width: 695px;
    height: 310px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.visit-center-text-div h1{
    margin: 0px 0px 32px;
    color: rgb(60, 72, 82);
}
.center-options{
    display: flex;
    width: 100%;
    height: 160px;
}
.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;
    
}
.in2-maindiv3{
    width: 1136px;
    height: 270px;
    background-color: rgba(253, 242, 205, 0.4);
    margin: 50px 0 0 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.attempt-text-div{
    width: 375px;
    height: 220px;
}
.attempt-text-div h2{
    line-height: 35px;
}
.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;
}
.attempt-que-div{
    height: 20px;
    width: 142px;
    display: flex;
    font-size: 14px;
    align-items: center;
}
.attempt-text-div button{
    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;
    align-items: center;
    justify-content: center;
    height: 48px;
    cursor: pointer;
    width: auto;
}
.attempt-image-div{
    width: 295px;
    height: 195px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.attempt-p{
    font-size: 13px;
    font-weight: 600;
    color: #833D0F;
    text-align: center;
    width: 200px;
}
.main-section-div {
    width: 100%;
    height: auto;
    background-color: #FCFCFC;
    display: grid;
    justify-content: center;
    margin-left: 19px;
    border-radius: 5px;
    box-shadow: 0px 16px 32px 0px rgba(233, 238, 242, 0.4);
}
.in2-maindiv4{
    width: 1136px;
    height: 460px;
    margin: 50px 0 0 0;
}
.in2-courses-text-div {
    width: 100%;
    height: 45px;
    display: grid;
    align-items: center;
    color: #3C4852;
    margin-top: 0px;
}
.in2-courses-text-div span {
    margin: -42px 0 0 25px;
}
.in2-courses-text-div-detail{
    width: 100%;
    height: auto;
    color: #3C4852;
    margin: 5px 0 0 0;
}
.in2-courses-text-div-detail span{
    position: absolute;
    margin: 10px 0 0px 5px;
    width: 240px;
}
.in2-courses-text-div-detail img{
    margin: 10px 0 0px 0px;
}
.in2-course-main-div{
    width: 100%;
    height: auto;
}
.in2-main4-sub1{
    width: 1136px;
    height: 316px;
    display: flex;
    margin: 20px 0 0 0;
}
.in2-edu-image-div{
    width: 560px;
    height: 315px;
    border-radius: 8px;
}
.in2-edu-detail-div{
    width: 500px;
    height: 290px;
    padding: 15px;
}
.in2-edu-detail-div .p1{
    color: #3C4852;
    font-size: 18px;
}
.in2-edu-detail-div .p2{
    color: #7A8B94;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.in2-edu-detail-div .p3{
    color: #3C4852;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-top: 50px;
}
.right-left-arrow-div{
    width: 76px;
    height: 32px;
    margin: 65px 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: 1136px;
    display: flex;
    padding: 0px;
    margin: 40px auto;
    -webkit-box-pack: justify;
    justify-content: space-evenly;
    height: 205px;
}
.refer-div1{
    width: 700px;
    height: 205px;
    display: flex;
    flex-direction: column;
}
.refer-div1 h2{
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #3C4852;
    margin-top: 30px;
}
.refer-div1 h5{
    font-size: 16px;
    line-height: 150%;
    margin: 0px;
    font-weight: 400;
    color: #7A8B94;
    margin-top: -10px;
}
.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: 128px;
    height: 48px;
    min-height: 48px;
    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: 5px;
}
.refer-div2{
    width: 360px;
    height: 205px;
    background-image:url('images/degreewala-refer-logo.svg');
    background-repeat: no-repeat;
    background-size: 360px 205px;
}
.in2-maindiv6{
    width: 1136px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E9EEF2;
    margin-top: 40px;
}
.call-div{
    display: none;
}
/* unacademy index 2*/

/* Contact us form*/

.contact-us-maindiv{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 50px;
}
.contact-form{
    width: 520px;
    height: auto;
}
.contact-form h1{
    margin: 50px 0 0 0;
}
.contact-form p{
    font-size: 18px;
}
.form-div{
    width: 520px;
    height: auto;
    background-color: rgba(49, 122, 231, 0.05);
    border-radius: 25px;
}
.form-div form{
    padding-top: 50px;
}
.form-div label{
    font-size: 17px;
    font-weight: 600;
    margin: 70px 0 0 40px;
}
.form-div input{
    width: 440px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(245, 245, 245);
    min-height: 43px;
    border-radius: 50px;
    margin: 10px 0 30px 30px;
    outline: 1px solid #caced7;
    padding-left: 20px;
}
.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: 520px;
    height: 365px;
    margin-left: 20px;
    margin-top: 45px;
}
.contact-job-opening-image-div{
    width: 650px;
    height: 525px;
    margin-left: 35px;
}
.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;
}
.contact-public-notice-div p{
    font-size: 15px;
}
.contact-career-build{
    font-size: 48px;
    font-weight: 600;
    line-height: 70px;
    margin: 30px 0 0 0;
}
.contact-career-come{
    font-size: 23px;
    line-height: 35px;
    margin: 10px 0px 0px 0px;
}
.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: 10px 0 0 0;
}
.contact-newun-image{
    width: 700px;
    height: 500px;
}
/* Contact us form*/
.search-main-section-div {
    width: 70%;
    height: auto;
    background-color: #FCFCFC;
    display: grid;
    justify-content: center;
    margin-left: 19px;
    border-radius: 5px;
    box-shadow: 0px 16px 32px 0px rgba(233, 238, 242, 0.4);
}
.description-subdiv{
    width: 270px;
    height: 250px;
    text-align: center;
    margin: 30px 0 30px 80px;
    border-radius: 8px;
    background-color: white;
}
 
.show_job_description h2{
    color: #04b9d1;
    text-decoration: underline;
}
.show_job_description .p1{
    font-size: 18px;
    font-weight: 600;
}
.view-detail-desc{
    width: 122px;
    height: 35px;
    font-weight: 600;
    font-size: 14px;
    background-color: #04b9d1;
    border: none;
    border-radius: 4px;
    color: white;
}
.show_job_description{
    width: 100%;
    height: auto;
    margin: 70px 0 0px 0px;
    display: flex;
    flex-wrap: wrap;
    background-color: #efefef;
}
.show_job_detail{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0 0 0;
}
.job-detail-image{
    width: 70%;
    height: 350px;
    background-image: url('images/web4.jpg');
    background-repeat: no-repeat;
    background-size: 100% 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.job-detail-image h1{
    color: white;
    font-size: 40px;
    line-height: 50px;
    width: 800px;
    text-align: center;
}
.job-detail{
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 40px 0 0 0;
}
.job-detail-main1{
    width: 60%;
    height: 300px;
}
.job-detail-main1 h3{
    font-size: 21px;
}
.job-detail-main1 .p1{
    font-size: 18px;
}
.job-detail-main1 .p2{
    font-size: 18px;
    color: #7A8B94;
    font-weight: 600;
}
.job-detail-main1 .emp-div{
    width: 180px;
    height: 20px;
    background-color: #28a745;
    color: white;
    text-align: center;
    padding: 8px;
    margin: -55px 0 0 500px;
}
.apply-button{
    width: 100px;
    height: 20px;
    padding: 13px;
    background-color: #007bff;
    border: none;
    text-align: center;
    margin: 560px 0 10px -445px;
}
.apply-btn{
    background-color: #007bff;
    border-radius: 5px;
    border :1px solid #007bff;
    color: white;
    font-size: 15px;
    padding: 10px;
    width: 100px;
    margin: 50px 0 0px 0px;
}
.job-description-div{
    width: 1136px;
    height: auto;
    margin: 90px 0 0 -600px;
}
.job-desc-div1{
    width: 70%;
    height: auto;
    float: left;
    text-align: center;
}
.job-desc-div1 p{
    line-height: 23px;
    width: 750px;
    text-align: left;
}
.job-desc-div2{
    width: 28%;
    height: 200px;
    float: left;
}
.job-detail-main2{
    width: 30%;
    height: 300px;
    border: 1px solid #dae1e5;
    border-radius: 8px;
}
.job-detail-main2 h3{
    letter-spacing: 0.5px;
    font-size: 20px;
    margin: 20px 0 0 20px;
    text-decoration: underline;
}
.job-detail-main2 p{
    margin: 20px 0 0 20px;
}
.job-detail-main2 .span1{
    font-weight: 600;
    color: #3C4852;
}
.edu-image-detail{
    height:315px;
    width:560px;
    border-radius:8px;
}
.description-maindiv p{
    width:1200px;
    font-size: 18px;
    line-height: 25px;
}
.description-maindiv h2{
    font-size: 30px;
    margin: 40px 0 0 0;
    text-decoration: dashed underline;
    color: #3C4852;
}
.show_job_description{
    width: 100%;
    height: auto;
    margin: 70px 0 0px 0px;
    display: flex;
    flex-wrap: wrap;
    background-color: #efefef;
}

.form-div input.input_file {
    padding: 11px;
    padding-left: 27px;
    min-height: 0px;
    width: 420px;
}
/*FAQ CSS*/


    :root{

/* Colors */
--color-primary: #FF4B4B;
--color-text: #545d7a;
--color-white: #fff;
--color-title: #242e4c;
--color-background: #f7f8fb;
--color-border: #dae1f5;

/* Fonts */
--font-family: "Satoshi", sans-serif;
--fs-sm: 1.4rem;
--fs-md: 1.6rem;
--fs-lg: 2.2rem;
--fw-regular: 400;
--fw-medium: 500;
--fw-bold: 700;

/* Transition & Box Shadow */
--transition: 0.4s ease-in-out; 
--shadow: 0px 60px 56px -12px rgba(9, 40, 163, 0.05); 

}



.container_faq{ 
      width: 100%;
    margin: 0;
    min-height: auto;
    padding: 19px;
    display: grid;
    place-items: center;
    box-sizing: border-box;
}

.accordion__wrapper {
       background-color: var(--color-white);
    box-shadow: var(--shadow);
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    padding: 2px;
    box-sizing: border-box;
    font-size: 62.5%;
}

.accordion__title{
    font-size: var(--fs-lg);
    font-weight: var(--fw-bold);
    color: var(--color-title);
    text-align: center;
    margin-bottom: 4rem;
}

.accordion {
    border-bottom: 0.1rem solid var(--color-border);
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
} 

.accordion__icon {
    background-color: var(--color-primary);
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--color-white);
    flex-shrink: 0;
}

.accordion__question{
    font-size: var(--fs-md);
    font-weight: var(--fw-medium);
    color: var(--color-title);
}

.accordion__answer{
    padding: 2rem 0;
    font-size: 18px;
}

.accordion__content{
    overflow: hidden;
    height: 0px;
    transition: var(--transition);
}

@media screen and (min-width: 580px) {
    .accordion__wrapper {
        padding: 5rem 8rem;
    }
}
