@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: inherit;
    width: 100%;
    scroll-behavior: smooth;
}

* {
    font-family: 'Montserrat', sans-serif;
}
.red_color{
    color:#CE0004;
}
.red_background{
    background:#9f0e1d;
}
.blue_color{
    color:#081535;
}
.blue_background{
    background:#081535;
}

/* banner section start  */

.banner_section{
    background:url('../../../images/bahra_theme/RBU_banner2.png');
    height:auto;
    background-size:100% 100%;
    background-position:center center;
    background-repeat: no-repeat;
    /* padding-bottom:10%; */
}
.banner_section .navbar .navbar-brand img{
    width:35%;
}
.banner_section .navbar .nav-item .nav-link button{
    background:#9f0e1d;
    color:#fff;
    font-weight:500;
    font-size:1.2em;
}
.banner_section .banner_content .banner_content_inner{
    margin-top:15%;
}
.banner_section .banner_content .banner_content_inner h2{
    color:#302861;
    font-weight: 600;
    font-size:2.2em;
}
.banner_section .banner_content .banner_content_inner h2 span{
    background:#CE0004;
    color:#fff;
}
.banner_section .banner_content .rank_box{
    background:rgba(255,255,255,0.9);
    padding:2%;
}
.banner_section .banner_content .rank_box h6{
    font-size:.8em;
    border-right:2px solid rgba(0,0,0,0.3);
}
.banner_section .banner_content .rank_box h6 span{
    font-size:2.3em;
    color:#CE0004;
}
.banner_section .banner_content .rank_box2{
    background:rgba(255,255,255,0.9);
    padding:2%;
}
.banner_section .banner_content .rank_box2 h6{
    font-size:.8em;
}
.banner_section .banner_content .rank_box2 h6 span{
    font-size:2.3em;
    color:#CE0004;
}
.banner_section .banner_content h3{
    font-size:20px;
}
.banner_section .form_div{
    background:#fff;
    height:100%;
    border-radius:5%;
    margin-top:5%;
}
@media (min-width:320px) and (max-width:480px){
    .banner_section .banner_content .banner_content_inner h2{
        color:#302861;
        font-weight: 600;
        font-size:17px;
        line-height:30px;
    }
    .banner_section{
        background:url('../../../images/bahra_theme/RBU_banner2.png');
        height:auto;
        background-size:cover;
        background-position:center center;
        background-repeat: no-repeat;
        padding-bottom:10%;
    }
    .banner_section .banner_content img.rbuEdge_logo{
        width:50%;
    }
    .banner_section .banner_content .banner_content_inner h5{
        font-size:18px;
    }
    .banner_section .navbar .navbar-brand img{
        width:45%;
    }
    .banner_section .banner_main_form{
        box-shadow:0px 0px 20px rgba(0,0,0,0.6);
    }
}

/* banner section end  */

/* legacy of trust section start  */

    .legacyOfTrust{
        padding:3%;
    }
    .legacyOfTrust h3{
        color:#CE0004;
        font-weight:bold;
    }
    .legacyOfTrust .legacyOfTrust_content{
        border-right:2px solid rgba(0,0,0,0.3);
        margin-top:8%;
    } 
    .legacyOfTrust .legacyOfTrust_content2{
        border-right:0px;
        margin-top:8%;
    }  
    @media(max-width: 767px) {
        .legacyOfTrust .col {
            flex-basis: auto;
            -webkit-box-flex: 1;
            flex-grow: 1;
            max-width: 50%;
            margin-bottom:5%;
        }
        .legacyOfTrust .legacyOfTrust_content{
            border-bottom:2px solid rgba(0,0,0,0.3);
            margin-top:8%;
            border-right:0px;
            padding-bottom:8%;
        } 
        .legacyOfTrust .legacyOfTrust_content2{
            border-bottom:2px solid rgba(0,0,0,0.3);
            margin-top:8%;
            border-right:0px;
            padding-bottom:8%;
        }
        .legacyOfTrust{
            padding:10% 3%;
        }
    }
    @media (min-width:768px) and (max-width: 10000px) {
        .legacyOfTrust .col {
            flex-basis: auto;
            -webkit-box-flex: 1;
            flex-grow: 1;
            max-width: 20%;
        }
    }

/* legacy of trust section end  */

/* about RBU section start  */

    .about_RBU{
        background:url('../../../images/bahra_theme/about_RBU_banner.png');
        height:90vh;
        background-size:100% 100%;
        background-position:center center;
        background-repeat: no-repeat;
        /* box-shadow:0px 0px 30px rgba(0,0,0,0.3); */
    }
    .about_RBU h3{
        color:#fff;
        font-size:30px;
        font-weight:bold;
    }
    .about_RBU h3 span{
        color:rgba(255,255,255,0.4);
    }
    .about_RBU p{
        line-height:20px;
        font-size:14px;
        color:rgba(255,255,255,0.7);
        font-weight:500;
    }
    @media(max-width: 767px) {
        .certificate_div{
            padding-bottom:4%; 
        }
        .certificate_div .col {
            flex-basis: auto;
            -webkit-box-flex: 1;
            flex-grow: 1;
            max-width: 50%;
            margin-bottom:1%;
        }
        .about_RBU{
            background:url('../../../images/bahra_theme/about_RBU_banner.png');
            height:60vh;
            background-size:cover;
            background-position:center center;
            background-repeat: no-repeat;
            box-shadow:0px 0px 30px rgba(0,0,0,0.3);
        }
        .about_RBU p{
            line-height:15px;
            font-size:10px;
        }
        .about_RBU h3{
            color:#fff;
        }
        .about_RBU h3 span{
            color:rgba(255,255,255,0.8);
        }
    }
    @media (min-width:768px) and (max-width: 10000px) {
        .certificate_div .col {
            flex-basis: auto;
            -webkit-box-flex: 1;
            flex-grow: 1;
            max-width: 20%;
            margin-bottom:2%;
        }
    }

/* about RBU section end   */

/* ranking sections start  */

    .ranking_section1{
        padding:3% 0%;
        background:#800511;
    }
    .ranking_section1  h1{
        color:#fff;
        font-size:50px;
    }
    .ranking_section1 p{
        color:rgba(255,255,255,0.6);
    }
    .ranking_section2{
        padding:3% 0%;
        background:#9f0e1d;
        border-top:1px solid #fff;
    }
    .ranking_section2  h1{
        color:#fff;
        font-size:50px;
    }
    .ranking_section2 p{
        color:rgba(255,255,255,0.6);
    }
    @media (min-width:320px) and (max-width:480px){
        .ranking_section1{
            padding:10% 0% 5% 0%;
            background:#800511;
        }
        .ranking_section2{
            padding:10% 0% 5% 0%;
            background:#9f0e1d;
            border-top:1px solid #fff;
        }
        .ranking_section2 p{
            font-size:17px;
        }
    }

/* ranking secttions end  */

/* iso certification section start  */

    .iso{
        padding:0% 0% 4% 0%;
    }
    .iso h2{
        font-weight:700;
        font-size:30px;
    }
    .iso h2 span{
        color:#CE0004;
    }
    .iso hr{
        border:2px solid #CE0004;
        margin-bottom:6%;
    }
    .iso img.approval_img{
        box-shadow:0px 0px 20px rgba(0,0,0,0.3);
        margin-bottom:15%;
    }
    @media (min-width:320px) and (max-width:480px){
        .iso hr{
            margin-bottom:1%;
        } 
        .carousel-cell4 {
            width: 33%;
            height: auto;
            max-height:1000px;
            margin-right: 30px;
            margin-bottom: 30px;
            border-radius: 5px;
            padding:20px 0px;
            counter-increment: carousel-cell;
        }
        .carousel-cell4 img{
            height: 100%;
            width: 100%;
            padding: 0px;
            /* margin: 20px; */
            /* box-shadow:5px 10px 15px rgba(0, 0, 0, 0.4); */
            margin-left:5%;
        }
        .iso h2{
            font-weight:700;
            font-size:20px;
        }
    }


/* iso certification section end  */

/* rising student section start  */

    .rising_stu{
        background:#9f0e1d;
        padding:4% 0%;
    }
    .rising_stu h6{
        color:#fff;
        font-size:15px;
    }
    .rising_stu h6 span{
        font-size:25px;
        font-weight:bold;
    }
    .rising_stu hr{
        border-top:1px solid #fff;
        margin-top:3%;
        margin-bottom:4%;
    }
    .rising_stu .rising_stu_content{
        margin-top:30%;
    }
    @media (min-width:320px) and (max-width:480px){
        .rising_stu .rising_stu_content{
            margin-top:10%;
        }
    }

/* rising student section end  */

/* trainning programs section start  */

    .tranning_program{
        background:#081535;
        padding:3% 0%;
    }
    .tranning_program h4{
        color:#fff;
        text-align:right;
    }
    .tranning_program img{
        border-radius:5px;
    }
    @media (min-width:320px) and (max-width:480px){
        .tranning_program h4{
            font-size:20px;
            margin-bottom:3%;
        }
        .tranning_program{
            background:#081535;
            padding:7% 0% 5% 0%;
        }
    }

/* trainning programs section end  */

/* international achivements section start  */

    /* .international_achivements{
        padding:4% 0%;
        background:#f5f5f5;
    }
    .international_achivements h4{
        color:#000;
        font-weight: 600;
    }
    .international_achivements h2{
        font-size:35px;
        font-weight:700;
        color:#000;
    }
    .international_achivements h2 span{
        color:#CE0004;
    }
    .international_achivements h3{
        font-weight:bold;
        font-size:25px;
    }
    .international_achivements h3 span{
        color:#CE0004;
    }
    .international_achivements h5{
        font-weight:bold;
        color:rgba(0,0,0,0.6);
    }
    .international_achivements hr{
        margin:5% 0%;
    }
    @media (min-width:320px) and (max-width:480px){
        .international_achivements h3{
            font-size:16px;
        }
    } */

    .international_achivements{
        padding:1% 0% 3% 0%;
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 45%, rgba(0,0,0,1) 45%);
    }
    .international_achivements p{
        color:rgba(255,255,255,0.8);
    }
    @media (min-width:320px) and (max-width: 480px) {
        .international_achivements .col {
            flex-basis: auto;
            -webkit-box-flex: 1;
            flex-grow: 1;
            max-width: 50%;
            margin-bottom:5%;
        }
        .international_achivements{
            padding:10% 0% 3% 0%;
            background: rgb(255,255,255);
            background: linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(0,0,0,1) 30%);
        }
        .international_achivements h4{
            font-size:20px;
        }
    }
    @media (min-width:768px) and (max-width: 10000px) {
        .international_achivements .col {
            flex-basis: auto;
            -webkit-box-flex: 1;
            flex-grow: 1;
            max-width: 20%;
        }
    }

/* international achivements section end  */

/* global learning section start  */

.global_learning{
    padding:4% 0%;
    background: rgb(8,21,53);
    background: linear-gradient(270deg, rgba(8,21,53,1) 70%, rgba(255,255,255,1) 70%);
    margin-top:7%;
}
.global_learning h3{
    color:#fff;
}
.global_learning h3 span{
    color:#fff;
    font-weight:300;
}
.global_learning h5{
    color:#fff;
    font-weight:bold;
    margin:2% 0%;
}
.global_learning img.international_girl{
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
}
@media (min-width:320px) and (max-width:480px){
    .global_learning{
        padding:5% 0%;
        background: rgb(8,21,53);
        background: linear-gradient(360deg, rgba(8,21,53,1) 70%, rgba(255,255,255,1) 70%);
    }
    .global_learning .col {
        flex-basis: auto;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 33%;
        margin-bottom:3%;
    }
    .global_learning .col.international_tieup {
        flex-basis: auto;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 33%;
        margin-bottom:2%;
    }
}

@media (min-width:768px) and (max-width: 10000px) {
    .global_learning .col {
        flex-basis: auto;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 14.28%;
        margin-bottom:2%;
    }
    .global_learning .col.international_tieup {
        flex-basis: auto;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 16.6%;
        margin-bottom:2%;
    }
}
/* global learning section end  */

/* programs desktop view section start  */

    .RBU_programs_desktop_view{
        padding:5% 0% 0% 0%;
    }
    .RBU_programs_desktop_view .tab-content{
        background:#F5F5F5;
        padding:3%;
    }
    .RBU_programs_desktop_view .nav .nav-link {
        color:rgba(0,0,0,0.5);
        font-weight:700;
    }
    .RBU_programs_desktop_view .nav .nav-link.active{
        background:#081535;
        color:#fff;
        font-size:20px;
        border-radius:10px 20px 20px 10px;

    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content .course_heading{
        border-radius:15px;
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content ul{
        list-style:none;
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content ul li{
        font-weight:500;
        margin:2% 0%;
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content ul li i{
        color:#081535;
        font-weight:bold;
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content h2{
        font-weight:700;
        color:#000;
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content h3{
        font-weight:700;
        color:#000;
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content h6{
        vertical-align: bottom;
        text-align: right;
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content h6 span{
        color:#CE0004;
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content hr{
        margin:1% 0%;
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content p{
        font-weight:600;
        color:rgba(0,0,0,0.6);
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content h5{
        color:#CE0004;
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content a button{
        font-size:16px;
        font-weight:600;
        margin-top:3%;
    }

    @media (min-width:320px) and (max-width:480px){
        .RBU_programs_desktop_view .tab-content{
            background:#F5F5F5;
            padding:8% 3%;
        }
    }


/* programs desktop view section end  */

/* programs mobile section start  */

.RBU_programs_mobile_view{
    padding:3% 0%;
    background: linear-gradient(180deg, #E6ECF4 0%, rgba(230, 236, 244, 0) 100%);
}
.RBU_programs_mobile_view .program_content .course_box{
    border:1px solid #000;
    padding:4% 4% 3% 4%;
    border-radius:5px;
    margin-bottom:4%;
}
.RBU_programs_mobile_view .program_content  a{
    background:#CE0004;
    color:#fff;
    font-weight: 500;
}
.RBU_programs_mobile_view .btn[aria-expanded="true"] > .card-header{
    background:#c00000 !important;
    color:#fff !important;
}
.RBU_programs_mobile_view .accordion .accordion-item .program_content  a {
    background:#CE0004;
    color:#fff;
    font-weight: 500;
}

.RBU_programs_mobile_view {
    background: #f2f2f2;
    color: #fff;
    display: flex;
    min-height: 100vh;
}
.inner{
    /* margin: 0 auto; */
    padding: 4rem;
}
.accordion .accordion-item {
    border-bottom: 1px solid #840303;
}
.accordion .accordion-item button{
    color:#000; 
}
.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #fff;
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}
.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #000;
}
.accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #000;
    border: 1px solid #fff;
}
.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}
.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.accordion button[aria-expanded=true] {
    color: #000;
}
.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 500em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    background:#fff;
}
.accordion .accordion-content .program_content{
    padding:8% 4%;
}
.accordion .accordion-content .program_content h5, .accordion .accordion-content .program_content h6.course_heading{
    color:#CE0004;
}
.accordion .accordion-content .program_content a{
    background:#c00000;
}
.accordion .accordion-content .program_content ul{
    list-style:none;
}
.accordion .accordion-content .program_content ul li{
    color:#000;
}
.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

/* programs mobile section end  */

/* skill development section1 start */

    .skill_development1{
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(159,14,29,1) 60%);
    }
    .skill_development1 h5{
        color:#000;
        font-size:25px;
        line-height:45px;
    }
    .skill_development1 h5 span{
        font-size:55px;
        font-weight:bold;
        color:#CE0004;
    }
    @media (min-width:320px) and (max-width:480px){
        .skill_development1{
            background: rgb(255,255,255);
            background: linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(159,14,29,1) 30%);
        }
        .skill_development1 h5{
            color:yellow;
            font-size:20px;
            line-height:45px;
        }
        .skill_development1 h5 span{
            font-size:35px;
            font-weight:bold;
            color:#fff;
        }
    }

/* skill development section1 end */

/* skill development section2 start */

.skill_development2{
    background: #800511;
    padding:7% 0% 3% 0%;
    margin-top:-4%;
}
.skill_development2 h6{
    color:rgba(255,255,255,0.8);
}
.skill_development2 img{
    margin-bottom:4%;
}
@media (min-width:320px) and (max-width:480px){
    .skill_development2{
        background: #800511;
        padding:15% 0% 3% 0%;
    }
}
/* skill development section2 end */

/* skill development section start  */

    .skill_development{
        background:#fff;
        padding:2% 0% 2% 0%;
    }
    .skill_development h2{
        text-align:center;
        color:#CE0004;
        font-weight:700;
    }
    .skill_development h2 span{
        color:rgba(0,0,0,0.5);
    }
    .skill_development h6{
        color:rgba(0,0,0,0.6);
        font-size:17px;
        margin-top:2%;
        font-weight:bold;
    }
    .skill_development hr{
        border:1px solid #CE0004;
    }
    @media (min-width:320px) and (max-width:480px){
        .skill_development h5 span{
            font-size:40px;
        }
        .skill_development{
            background:#fff;
            padding:10% 0% 10% 0%;
        }
    }

/* skill development section end  */


/* industrial relations section start  */

    .industrial_relations .industrial_relations_inner{
        padding:5% 3% 5% 3%;
        background:#f5f5f5;
    }
    .industrial_relations .industrial_relations_inner h2{
        font-size:35px;
        margin-bottom:4%;   
    }
    .industrial_relations .industrial_relations_inner h2 span{
        color:#CE0004;
        font-weight: bold;
    }
    .industrial_relations .industrial_relations_inner button{
        background:#9f0e1d;
        color:#fff;
        font-weight:600;
        font-size:16px;
    }
    @media (min-width:320px) and (max-width:480px){
        .industrial_relations .industrial_relations_inner{
            padding:15% 3% 15% 3%;
            background:#f5f5f5;
        }
        .industrial_relations .industrial_relations_inner h2{
            font-size:25px; 
            margin-bottom:10%; 
        }
        .industrial_relations .industrial_relations_inner h3{
            font-size:20px;
        }
    }

/* industrial relations section end  */

/* RBU Edge section start  */

    .rbu_edge{
        padding:3% 0%;
    }
    .rbu_edge hr{
        border:1px solid rgba(0,0,0,0.6);
        margin:2% 0%;
        width:90%;
    }
    .rbu_edge h3 span{
        color:#CE0004;
    }
    @media (min-width:320px) and (max-width:480px){
        .rbu_edge{
            padding:13% 0%;
        }
        .rbu_edge h1{
            font-size:25px;
        }
        .rbu_edge h3{
            font-size:14px;
        }
    }

/* RBU Edge section end  */

/* scholarship section start  */

    .scholarship{
        background:#f5f5f5;
        padding:3% 3% 0% 3%;
    }
    .scholarship h4{
        font-weight:700;
        color:#29589C;
        font-size:40px;
        line-height:30px;
    }
    .scholarship h4 span{
        font-size:25px;
        color:#000;
    }
    .scholarship h5{
        font-weight:bold;
        font-size:20px;
        color:rgba(0,0,0,0.6);
        margin-bottom:4%;
    }
    .scholarship h5 span.blue_percent{
        color:#29589C;
    }
    .scholarship h5 span.sub_txt{
        font-size:16px;
    }
    .scholarship p{
        font-size:20px;
        color:#000;
        font-weight:bold;
    }
    .scholarship p span{
        color:#29589C;
    }
    .scholarship ul{
        list-style:none;
        margin-top:-5%;
    }
    .scholarship ul li{
        color:rgba(0,0,0,0.6);
        font-weight: bold;
    }
    .scholarship button{
        background:#9F0E1D;
        color:#fff;
        font-size:16px;
        font-weight:bold;
        box-shadow:0px 0px 20px rgba(0,0,0,0.5);
    }
    @media (min-width:320px) and (max-width:480px){
        .scholarship{
            padding:13% 3% 0% 3%;
        }
    }

/* scholarship section end  */

/* apply now section start  */

.applyNow{
    padding:6% 0%;
    background:#081535;
}
.applyNow h2{
    font-size:45px;
    color:#fff;
    font-weight:bold;
}
.applyNow h4{
    color:#fff;
    font-size:25px;
}
.applyNow button{
    margin-top:2%;
    color:#CE0004;
    font-weight:bold;
    font-size:16px;
}
@media (min-width:320px) and (max-width:480px){
    .applyNow h2{
        font-size:25px;
    }
    .applyNow h4{
        font-size:18px;
    }
    .applyNow{
        padding:13% 0%;
        background:#081535;
    }
}

/* apply now section end  */

/* campus life section start  */

.campus_life{
    padding:0% 4% 4% 4%;
}
.campus_life h2{
    font-size:40px;
    text-align:center;
    margin-bottom:3%;
}
.campus_life h2 span{
    color:#9f0e1d;
    font-weight:bold;
}
@media (min-width:320px) and (max-width:480px){
    .campus_life{
        padding:0% 4% 4% 4%;
    }
    .campus_life h2{
        font-size:25px;
        text-align:center;
        margin-bottom:6%;
    }
}

/* campus life section end  */

/* placement section start  */

.placement{
    padding:0% 0%;
}
.placement h2{
    color:#CE0004;
    font-size:35px;
    font-weight:bold;
}
.placement h3{
    color:#000;
    font-size:25px;
    font-weight:bold;
    margin-top:-3%;
}
.placement hr{
    border:1px solid #000;
}
.shadow_div{
    box-shadow:0px 0px 20px rgba(0,0,0,0.5);
    padding-top:5%;
    padding-bottom:3%;
}
@media (min-width:320px) and (max-width:480px){
    .placement h2{
        font-size:20px;
    }
    .placement h3{
        font-size:20px;
    }
    .placement hr{
        margin-top:4%;
        margin-bottom:4%;
    }
}

/* placement section end  */

/* apply now 2 section start  */

.applyNow2{
    padding:3% 0%;  
}
.applyNow2 hr{
    border-top:1px solid rgba(0,0,0,0.6);
}
.applyNow2 h2{
    font-size:35px;
}
.applyNow2 h2 span, .applyNow2 h4 span{
    color:#CE0004;
}
.applyNow2 button{
    background:#9f0e1d;
    color:#fff;
    font-size:16px;
    font-weight:bold;
}
@media (min-width:320px) and (max-width:480px){
    .applyNow2 h2{
        font-size:25px;
    }
    .applyNow2 hr{
        margin-bottom:4%;
        margin-top:4%;
    }
    .applyNow2{
        padding:13% 0%;  
    }
}

/* apply now 2 section end  */

/* footer section start   */

    .footer{
        background:#081535;
        padding:3% 0% 1% 0%;
    }
    .footer hr{
        border-top:1px solid rgba(255,255,255,0.4);
        margin-bottom:2%;
    }
    .footer h6 span{
        color:rgba(255,255,255,0.4);
    }
    @media (min-width:320px) and (max-width:480px){
        .footer{
            padding:13% 0% 3% 0%;
        }
    }

/* footer section end  */

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 60px;
    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: 200px;
    z-index: 2200000;
    right: -3%;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background:#081535;
    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;
}
.applyNowButton a h5{
    font-size: 14px;
    font-weight:700;
    color:#fff;
}
.applyNowButton a:hover{
    text-decoration: none;
    color:#fff;
}
.applyNowButton a img{
    max-width:90%;
}

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

/* Apply Now  button end  */