section.homeabt {
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left 70% center;
}

.aboutin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.aboutimg {
    width: 45%;
}

.aboutimg img {
    width: 100%;
}

.aboutcon {
    width: 50%;
    position: relative;
    
}
.aboutcon h2 {
    line-height: 60px;
    font-size: 55px;
    margin-bottom: 5px;
    font-weight: 500;
}
.aboutcon p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}
.aboutcon ul li {
    font-size: 20px;
    color: #3f3f3f;
    list-style-position: outside;
    margin-left: 35px;
    list-style-image: url(./images/arow.png);
    line-height: 30px;
    margin-bottom: 4px;
    padding-left: 7px;
}
section.launchbaner {
    padding: 80px 0;
    background-size: cover;
}
.launchbannerin {
    text-align: center;
}
.launchbannerin h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.launchbannerin h6 {
    color: #42a0be;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.launchbannerin ul li {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    list-style-position: outside;
    margin-left: 35px;
    list-style-image: url(./images/arow.png);
    margin-bottom: 4px;
    padding-left: 7px;
}
.launchbannerin ul {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.launchbannerin a , .launchdetinrgt a , a.cstcmnbtn{
    background: #0c4c8b;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 30px;
    display: inline-block;
    margin-top: 50px;
}
section.launchdet {
    padding: 80px 0;
    background: #fff;
}
.launchdetin {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.launchdetinrgt , .launchdetinleft{
    width: 48%;
}
.launchdetinleft h3 {
    color: #0b0c0d;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}
.launchdetinleft h5 {
    color: #0c4c8b;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}
.launchdetinleft ul li {
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0px 0px 45px 0px rgb(20 20 20 / 16%);
    color: #000000;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
}
.launchdetinleft ul li span.icn {
    display: inline-block;
    width: 14%;
    margin-right: 25px;
}
.launchdetinleft ul li span.icn img {
    width: 100%;
}
.launchdetinrgt h3 {
    color: #0b0c0d;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}
.launchdetinrgt p {
    color: #3f3f3f;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}
.launchdetinrgt a {
    margin-top: 10px;
}
section.launchbri {
    padding: 80px 0;
    background-image: -moz-linear-gradient( 0deg, rgb(20,172,220) 0%, rgb(10,55,121) 76%, rgb(10,55,121) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(20,172,220) 0%, rgb(10,55,121) 76%, rgb(10,55,121) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(20,172,220) 0%, rgb(10,55,121) 76%, rgb(10,55,121) 100%);
}
.launchbriin {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.launchbridet {
    width: 48%;
} 
.launchbridet h3 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}
.launchbridet p {
    color: #fff;
    margin-bottom: 20px;
}
section.admisionprocess {
    padding: 80px 0;
}
.admisionprocesstop {
    text-align: center;
    margin-bottom: 50px;
}
.admisionprocesstop h2 {
    color: #0b0c0d;
    margin-bottom: 20px;
}
.admisionprocesstop p {
    color: #3f3f3f;
    font-size: 20px;
    margin-bottom: 20px;
}
.admisionprocessbot {
    background-size: cover;
    background-position: center;
    padding: 50px;
    text-align: center;
}
.admisionprocessbot h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 40px;
}
.admisionprocessbot h6 {
    color: #8cc540;
    font-size: 25px;
    font-weight: 400;
        margin-bottom: 30px;

}
.launchbannerin a.cstcmnbtn {
    margin-top: 40px;
}
a.cstcmnbtn {
    margin: 0;
}
.waitsecin {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.waitsecin {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.waitsecol {
    width: 33%;
}
section.waitsec {
    padding: 80px 0;
}
.waitsecmain h2 {
    text-align: center;
}
.waitsecol img {
    width: 100%;
}
@media(max-width: 767px){
    .aboutimg , .aboutcon , .launchdetinrgt, .launchdetinleft , .launchbridet{
        width:100%;
    }
    .launchbannerin ul li {
    width: 100%;
}
.launchbannerin ul{
    flex-wrap: wrap;
}
.launchbannerin ul li , .aboutcon ul li , .launchdetinleft ul li{
    text-align: left;
    font-size: 16px;
}
.launchbannerin h1 , .aboutcon h2 , .launchdetinleft h3 , .launchdetinrgt h3 , .launchbridet h3 , .admisionprocesstop h2 {
    font-size: 30px;
    line-height: 40px;
}
.launchbannerin h6 , .admisionprocessbot h3 {
    font-size: 20px;
    line-height: 30px;
}
.aboutcon p{
    font-size: 16px;
    line-height: 26px;
}
.admisionprocessbot {
    padding: 20px;
}
.container {
    padding: 0 15px;
}
.waitsecol{
    width:100%;
}
}