@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


html,
body {
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    width: 100%;
    scroll-behavior: smooth;
}

* {
    font-family: 'Montserrat', sans-serif;
}
a {
    color: #0253B6;
    text-decoration: none;
}
.red_color {
    color:#80140C;
}
.red_background {
    background:#80140C;
}
.blue_color {
    color:#0253B6;
}
.blue_background {
    background:#0253B6;
}

/* banner section start  */

    section.banner_section {
        background:url('../../Frontend/images/banner_back.png');
        background-size:cover;
        background-position:top center;
        background-repeat:no-repeat;
        height:auto;
        padding: 60px 0;
    }
    section.banner_section .banner_content h1 {
        font-size: 94px;
        color: #fff;
    }

    section.banner_section .banner_content h2 span,
    section.banner_section .banner_content h2 {
            font-size: 26px;
            font-weight: 800;
            color: #fff;
    }
 
    section.banner_section .banner-cont {
        background: #fff;
        margin-top: 40px;
        padding: 20px;
    }
section.banner_section .banner-cont p {
    font-size: 22px;
    line-height: 36px;
    margin: 0;
}

    @media (min-width:320px) and (max-width:767px) {
        
        section.banner_section .banner_content h1 {
            font-size:46px;
        }
        section.banner_section {
            background: #0253B6;
            height: auto;
        }
        section.banner_section .banner_content h2 span, 
        section.banner_section .banner_content h2 {
            font-size: 16px;
            font-weight: 700;
            color: #fff;
        }
        section.banner_section .banner-cont p {
            font-size: 16px;
            line-height: 22px;
        }
        section.banner_section .banner-cont {
    background: #fff;
    margin-top: 20px;
    padding: 15px;
    margin-bottom: 20px;
}
div#banner_form {
    padding: 20px 15px;
}
      
    }

/* banner section end  */

/* about section starts */
section.about-section {
    position: relative;
    padding: 60px 0 0;
    background: #0231ad;
}
section.about-section:before {
    content: "";
    width: 40%;
    height: 100%;
    background-image: url(../../Frontend/images/about-bg.png);
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}
section.about-section img {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 0;
    margin-top: -28%;
}
section.about-section h2 {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
}
section.about-section p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-weight: 400;
}

@media (min-width:320px) and (max-width:767px) {

section.about-section img {
    margin-top: -30px;
}
section.about-section p {
    font-size: 14px;
}





}




/* about section ends */



/* eligible criteria section start  */

    section.eligible_criteria{
        padding:3% 0%;
    }
    section.eligible_criteria h2{
        color:#97231A;
        font-size:50px;
        font-weight:bold;
    }
    section.eligible_criteria h3{
        font-size:25px;
        font-weight:500;
        text-align:center;
    }
    section.eligible_criteria .eligible_content{
        background:#97231A;
        border-radius:30px;
    }
    section.eligible_criteria .eligible_content button{
        border-radius:20px;
        color:#97231A;
        font-weight:bold;
        background: #fff;
    }
@media (min-width:320px) and (max-width:480px){
    section.eligible_criteria h2{
        font-size:30px;
        margin-bottom: 15px;
    }
    section.eligible_criteria .eligible_content{
        border-radius:0px;
    }
    section.eligible_criteria h3 {
        font-size: 24px;
        text-align: left;
    }
    section.eligible_criteria h4 {
        font-size: 16px;
        text-align: left;
    }
}

/* eligible criteria section end  */







/* aipmcet process section start  */

    section.process {
        padding:4% 0%;
    }
    section.process h2 {
        font-size:30px;
    }
    section.process h2 span {
        color:#97231A;
        font-weight:bold;
    }
    section.process p {
        font-size:14px;
        font-weight:700;
        color:rgba(0,0,0,0.6);
    }
    section.process h3 {
        color:#000;
        font-weight:600;
        font-size:15px;
        text-align:center;
    }
    @media (min-width:320px) and (max-width:767px) {
        section.process {
            padding: 10% 0%;
        }
        section.process p {
            font-size: 14px;
        }
        section.process h2 {
            font-size: 24px;
        }
        section.process h3 {
            color: #000;
            font-weight: 600;
            font-size: 18px;
            text-align: center;
        }
    }

/* aipmcet process section end  */





/* detailed registration process section start  */

    section.detailed_process{
        padding:4% 0% 0% 0%;
        background:#fff;
    }
    section.detailed_process h2{
        font-size:45px;
        font-weight:bold;
    }
    section.detailed_process h2 span.blue_heading{
        color:#0253B6;
    }
    section.detailed_process h2 span.red_heading{
        color:#97231A;
    }
    section.detailed_process .process_content{
        padding:4% 7%;
    }
    section.detailed_process .process_content h6{
        color:#0253B6;
        font-weight:bold;
    }
    section.detailed_process .process_content p{
        font-size:13px;
        font-weight:bold;
        color:rgba(0,0,0,0.6);
    }
    section.detailed_process .process_content hr{
        border-top:1px solid #c4c4c4;
    }
    section.detailed_process .imp_notes{
        font-weight:600;
        font-size:14px;
        text-align:justify;
        color:rgba(0,0,0,0.8);
    }
    section.detailed_process .process_result{
        padding-top:20%;
    }
    @media (min-width:320px) and (max-width:480px){
        section.detailed_process h2{
            font-size:25px;
        }
        section.detailed_process{
            padding:10% 0% 0% 0%;
        }
        section.detailed_process h4{
            font-size:20px;
        }
        section.detailed_process .process_content{
            padding:2% 7%;
        }
    }

/* detailed registration process section end  */




/* why choose para section start  */

    .why_choose{
        background:url('../images/why_choose.png');
        background-position: top;
        background-size:cover;
        background-repeat:no-repeat;
        height:auto;
        margin-top:-1.8%;
        padding:8% 0%;
    }
    .why_choose .why_chooseContent{
        background:rgba(255,255,255,0.9);
        padding:7% 5%;
        border-radius:10px;
    }
    .why_choose .why_chooseContent h3{
        font-weight:bold;
    }
    .why_choose .why_chooseContent h3 span{
        color:#0253B6;
        font-size:50px;
    }
    .why_choose .why_chooseContent hr{
        border-top:1px solid rgba(0,0,0,0.6);
    }
    .why_choose .why_chooseContent p{
        text-align:justify;
        font-size:13px;
        color:#000;
        font-weight:500;
    }
    .why_choose .why_chooseContent button{
        background:#000;
        color:#fff;
        font-weight:bold;
    }
    @media (min-width:320px) and (max-width:480px){
        .why_choose .why_chooseContent h3 span{
            font-size:48px;
        }
    }

/* why choose para section end  */


/* key highlights section start  */

    .key_highlights{
        padding:4% 0%;
    }
    .key_highlights h2{
        color:#0253B6;
        font-size:50px;
        font-weight:bold;
    }
    .key_highlights h6{
        font-weight:700;
        color:rgba(0,0,0,0.6);
    }
    .key_highlights hr{
        border-top:1px solid #97231A;
        margin-top:3%;
        margin-bottom:3%;
    }
    .key_highlights h5{
        font-size:30px;
        font-weight:700;
        color:rgba(0,0,0,0.6);
    }
    @media (min-width:320px) and (max-width:480px){
        .key_highlights h2 {
            font-size: 42px;
            text-align: left !important;
        }

        .key_highlights{
            padding:15% 0%;
        }
        .key_highlights h6{
            font-size:12px;
        }
        .key_highlights hr{
            margin-top:6%;
            margin-bottom:6%;
        }
        .key_highlights h5{
            font-size:12px;
        }
    }

/* key highlights section end  */


/* announcement section start   */

    .announcement{
        padding:3% 0%;
        background: linear-gradient(180deg, #0253B6 0%, #0313A7 100%);
    }
    .announcement h5{
        color:#fff;
    }
    .announcement h1{
        font-weight:700;
        color:rgba(255,255,255,1);
        margin-bottom:3%;
    }
    .announcement hr{
        border-top:1px solid rgba(255,255,255,0.4);
        margin-top:2%;
        margin-bottom:2%;
    }
    .announcement h6{
        font-size:20px;
        color:#fff;
        font-weight:600;
        margin-bottom:1%;
    }
    .announcement p{
        font-size:14px;
        color:rgba(255,255,255,0.6);
        font-weight:600;
    }
    .announcement ol li{
        font-size:14px;
        color:rgba(255,255,255,0.6);
        font-weight:600;
        padding-left:0%;
    }
    .announcement button{
        font-size:14px;
        font-weight:bold;
        padding:1% 5%;
        border-radius:15px;
        margin-top:3%;
        background: #fff;
    }
    @media (min-width:320px) and (max-width:480px){
        .announcement{
            padding:13% 0%;
        }
        .announcement hr{
            margin-top:6%;
            margin-bottom:6%;
        }
        .announcement h6{
            margin-bottom:4%;
        }
    }

/* announcement section end  */

/* cta section start  */

.cta_section{
    padding:3% 0%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(221,254,253,1) 50%);
}
.cta_section  button{
    background:#97231A;
    color:#fff;
    font-weight:700;
    border-radius:10px;
    padding:2% 20%;
    margin:0% 3%;
}
@media (min-width:320px) and (max-width:480px){
    .cta_section  button{
        margin:0% 1%;
    }
    .cta_section{
        padding:10% 0% 7% 0%;
    }
}

/* cta section end  */


/* footer section start  */

.footer {
    padding:3% 0% 1% 0%;
    background:#000;
}
.footer h2 {
    color:#fff;
    font-size:45px;
}
.footer a {
    color: #fff;
}
.footer hr {
    border-top:1px solid #97231A;
}
.footer h6 {
    color:#fff;
    font-size:15px;
    font-weight:600;
}
.footer ul {
    list-style:none;
    padding-left:0;
}
.footer ul li {
    font-size:9px;
    color:rgba(255,255,255,0.7);
    margin:6% 0%;
}
.footer .copyright_hr {
    border-top:1px solid #fff;
}
.footer h5 {
    font-size:13px;
    color:rgba(255,255,255,0.6);
    font-weight: 600;
}
@media (min-width:320px) and (max-width:767px) {
    .footer {
        padding:15% 0% 3% 0%;
    }
    .footer h6 {
        font-size:14px;
    }
}

/* footer section end  */

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 95px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background:#CE0004;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}
.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#fff;
}
.CallButton a:hover {
    text-decoration: none;
    color:#fff;
}


/* call now button end  */


/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: -3%;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background:#000;
    border-radius: 5% 5% 0% 0%;
    width: 110px;
    height: 40px;
    transform: rotate(270deg);
}
.applyNowButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#fff;
}
.applyNowButton a h5 {
    font-size: 14px;
}
.applyNowButton a:hover {
    text-decoration: none;
    color:#fff;
}
.applyNowButton a img {
    max-width:90%;
}

@media (min-width:320px) and (max-width:767px) {
    .applyNowButton {
        position: fixed;
        bottom: 250px;
        z-index: 2200000;
        right: -10%;
        box-shadow: 0 0 10px #ddd;
        /* background-color: var(--whiteColor); */
        background:#000;
        border-radius: 5% 5% 0% 0%;
        width: 110px;
        height: 40px;
        transform: rotate(270deg);
    }
}

/* Apply Now  button end  */


@media (min-width:320px) and (max-width:767px) {

section.key_highlights .key_highlights_content h2 {
    font-size: 36px;
}
section.key_highlights .key_highlights_content h6,
section.key_highlights .key_highlights_content h5 {
    font-size: 14px;
}



}







/* important dates section start  */

.important_dates {
    padding: 70px 0 130px;
    position: relative;
    z-index: 99;
    overflow:hidden;
}
.important_dates::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /*background: url(../images/aifset_2022_bg.png) no-repeat center top / 100%;*/
    left: 0;
    z-index: -1;
}
.important_dates h2 {
    font-size: 50px;
    font-weight: 500;
    color: #000;
    margin: 0 0 50px;
    text-align: center;
    text-transform: uppercase;
}
.important_dates h2 span {
    font-size: 34px;
    display: block;
}

.important_dates .card_title {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: normal;
    text-align: center;
    margin: 10px 0;
    text-transform: uppercase;
}
.important_dates p {
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    margin: 0;
    text-align: center;
}
.important_dates_sub {
    width: 100%;
    text-align: center;
    position: relative;
}
.important_dates_sub img {
    width: 100%;
}
.important_dates_sub_content {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
}
.important_dates_sub_content h3 {
    font-size: 132px !important;
    color: #0231ad !important;
    font-weight: 700 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.important_dates_sub_content h3::before {
    display: none !important;
}
.important_dates_sub_content h4 {
    font-size: 36px;
    font-weight: 500;
    color: #000;
}
.important_dates .register_btn {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    background: #0231ad;
    padding: 15px 50px;
    border-radius: 0px;
    margin: 80px auto 40px auto;
}
.important_dates .register_btn:hover {
    background: #000;
    color: #fff;
}
.important_dates hr {
    margin: 0px 0 40px;
}

@media screen and (max-width: 1199.98px) {
    .important_dates_sub_content {
        bottom: 45px;
    }
    .important_dates_sub_content h3 {
        font-size: 110px !important;
        line-height: 95px !important;
    }
    .important_dates_sub_content h4 {
        font-size: 32px;
    }
    .important_dates p {
        font-size: 20px;
        line-height: 28px;
    }
    .important_dates hr {
        margin: 0px 0 40px;
    }
}

@media screen and (max-width: 991.98px) {
    .important_dates h2 {
        font-size: 60px;
        margin: 0 0 30px;
        line-height: 50px;
    }
    .important_dates h2 {
        font-size: 30px;
        margin: 0 0 30px;
    }
    .important_dates_sub_content h3 {
        font-size: 80px !important;
        line-height: 53px !important;
    }
    .important_dates_sub_content h4 {
        font-size: 27px;
        padding: 8px 0 0;
    }
    .important_dates_sub_content {
        bottom: 30px;
    }
    .card_title {
        font-size: 17px;
        line-height: 24px;
    }
    .register_btn {
        font-size: 20px;
        padding: 10px 60px 14px;
        margin: 50px auto;
    }
    .important_dates p {
        font-size: 18px;
        line-height: 24px;
    }
    .important_dates hr {
        margin: 0px 0 30px;
    }
    .important_dates::before {
        top: 57%;
    }
}

@media screen and (max-width: 767.98px) {
    .important_dates {
        padding: 40px 0;
    }
    .important_dates h2 {
        font-size: 40px;
        margin: 0 0 25px;
        line-height: 40px;
        padding: 0 0 15px;
    }
    .important_dates h2 {
        /*font-size: 18px;*/
        margin: 0 0 20px;
    }
    .important_dates_sub_content h3 {
        font-size: 131px !important;
        line-height: 104px !important;
    }
    .important_dates_sub img {
        width: 290px;
        display: inline-block;
    }
    .important_dates_sub_content {
        bottom: inherit;
        top: 95px;
        width: 203px;
    }
    .important_dates .card_title {
        margin: 0 0 20px;
    }
    .important_dates .card_title br {
        display: none;
    }
    .important_dates .register_btn {
        font-size: 18px;
        padding: 8px 60px 11px;
        margin: 25px auto 80px auto;
    }
    .important_dates p {
        font-size: 16px;
        line-height: 22px;
    }
    .important_dates hr {
        margin: 0px 0 20px;
    }
}


/* important dates section end  */

