* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Montserrat", sans-serif;
}

.home_banner .form_div{
    background:#fff;
    padding:4%;
    border-radius:20px;
    box-shadow:0px 0px 25px rgba(0,0,0,0.4);
}
.ctplqryform h2{
    font-size:25px;
    font-weight:bold;
    text-align:center;
    margin-bottom:10px;
}
.ctplqryform .form-group{
    margin-bottom:3%;
}
.ctplqryform .form-control-sm {
    min-height: calc(2em + .5rem + calc(var(--bs-border-width) * 2)) !important;
}
.ctplqryform .phonewithcountrycode .select2-container--default .select2-selection--single {
    height: calc(2em + 0.53rem + 2px) !important;
}


.ctplqryform .form-control {
    color: #3e5267 !important;
}

a{
    text-decoration: none;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

section.home_banner {
    background: aliceblue;
}

.instagram-icon{
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.x-logo{
    color: #000000;
}
.youtube-icon{
    color: #FF0000;
}



.btn-style-one {
    background: #C00000;
    color: #fff;
    padding: 10px 20px;
    display: inline;
    border: 1px solid #C00000;
}
.btn-style-one:hover {
    background: #C00000;
    color: #fff;
    padding: 10px 20px;
    display: inline;
}

.navbar-toggler {
  border: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* banner section start  */

.banner_section{
    background: #0D5189;
    background: linear-gradient(180deg, rgba(13, 81, 137, 1) 50%, rgba(255, 255, 255, 1) 50%);
    padding:0% 3%;
}
.banner_section .firstNavbar{
    padding:2% 0%;
}
.banner_section .firstNavbar img.firstLogo{
    width:50%;
}

.banner_section .firstNavbar .input-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle; 
}

.banner_section .firstNavbar input {
    border-radius: 50px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 14px;
    padding: 2px 30px 2px 10px; 
    height: auto; 
    line-height: 1.5; 
}

.banner_section .firstNavbar .input-wrapper i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    pointer-events: none;
}

.banner_section .secondNavbar .nav-link {
  padding: 14px 0;   
  font-size: 16px;
}

.banner_section .secondNavbar .nav-item {
  text-align: center;
}

.banner_section .secondNavbar .border-end {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.banner_section .banner_content{
    background:url('../../assets/images/banner_back.png');
    background-repeat:no-repeat;
    background-position: center right;
    background-size:cover;
    height:auto;
    position: relative;
}

.banner_section .banner_content .inner_content{
    padding:10% 0% 4% 4%;
}
.banner_section .banner_content .inner_content h1{
    font-size:35px;
    font-weight:bold;
    color:#000;
}
.banner_section .banner_content .inner_content p.online_admission{
    color:#fff;
    background:#ED1C24;
    width:fit-content;
    font-size:35px;
    padding-right:4%;
    padding-left:4%;
    font-weight:bold;
}
.banner_section .banner_content .inner_content p.yourGateway{
    color:#000;
    font-size:25px;
    font-weight:500;
}
.banner_section .banner_content .inner_content p.bookFree{
    background: #033F85;
    background: linear-gradient(90deg, rgba(3, 63, 133, 1) 0%, rgba(1, 15, 31, 1) 100%);
    color:#fff;
    font-size:25px;
    padding-left:5%;
    padding-right:5%;
    border-radius:50px;
    width:fit-content;
}
.banner_section .banner_content .inner_content hr{
    border:3px solid #ED1C24;
}
.banner_section .banner_content .inner_content h2{
    font-size:25px;
    font-weight:500;
    color:#000;
}
.banner_section .banner_content .form_div{
    background:#fff;
    border-radius:10px;
    box-shadow:0px 0px 25px rgba(0,0,0,0.4);
    height:auto;
    margin:15% 15% 10% 0%;
    padding:4%;
}

@media (min-width:320px) and (max-width:480px){
    .banner_section{
        background: #0D5189;
        background: linear-gradient(180deg, rgba(13, 81, 137, 1) 30%, rgba(255, 255, 255, 1) 40%);
        padding:0% 3%;
    }
    .banner_section .firstNavbar img.firstLogo{
        width:100%;
    }
    .banner_section .banner_content{
        background:#fff;
        height:auto;
        position: relative;
    }
    .banner_section .firstNavbar img {
        margin-bottom: 5%;
    }
    .banner_section .banner_content .inner_content h1 {
        font-size: 25px;
    }
    .banner_section .banner_content .inner_content p.online_admission {
        font-size: 22px;
    }
    .banner_section .banner_content .inner_content p.yourGateway {
        font-size: 14px;
    }
    .banner_section .banner_content .inner_content p.bookFree {
        font-size: 16px;
        border-radius: 50px;
        width: fit-content;
        text-align: center;
        padding: 5%;
    }
    .banner_section .banner_content .form_div {
        margin: 0% 0% 0% 0%;
        padding: 4%;
    }
    .banner_section .banner_content .inner_content h2 {
        font-size: 20px;
    }

}

/* banner section end */

/* online admission section start  */

.onlineAdmission{
    background:#FFF4F0;
    padding:20% 0% 4% 0%;
    margin-top:-18%;
}
.onlineAdmission h2{
    text-align:center;
    font-weight:700;
    font-size:25px;
}
.onlineAdmission span.registerToday{
    background:#ED1C24;
    text-align:center;
    color:#fff;
    font-weight:600;
    padding:1% 4%;
    font-size:30px;
}

@media (min-width:320px) and (max-width:480px){
    .onlineAdmission {
        background: #EAF6FF;
        padding: 10% 0%;
        margin-top: 5%;
    }
    .onlineAdmission span.registerToday {
        font-size: 25px;
    }
    .onlineAdmission p{
        text-align:justify;
    }
}

/* online admission section end */


/*eligibility section starts*/

section.eligibility-section {
    position: relative;
    padding: 60px 0;
    background-image: url(../../assets/images/bg-003.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    overflow: hidden;
}
section.eligibility-section:before {
    content: "";
    position: absolute;
    left: -120px;
    top: 0;
    height: 100%;
    width: 65%;
    background: linear-gradient(180deg, #0D5189, #031523);
    transform: skew(-10deg, 0deg);
}

section.eligibility-section .container {
    position: relative;
    z-index: 1;
}
section.eligibility-section .eligibility-cont h2 {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
}

section.eligibility-section .eligibility-cont p {
    font-size: 14px;
    color: #ffffffd4;
}
section.eligibility-section .eligibility-cont ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
section.eligibility-section .eligibility-cont ul li {
    display: flex;
    align-items: baseline;
}
section.eligibility-section .el-icon {
    width: 25px;
    min-width: 25px;
    margin-right: 5px;
}

section.eligibility-section .el-cont h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
section.eligibility-section .el-cont p {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
section.eligibility-section:before {
    left: 0;
    width: 100%;
    transform: skew(0deg, 0deg);
}
section.eligibility-section .eligibility-cont h2 {
    font-size: 24px;
}
section.eligibility-section .el-cont h3 {
    font-size: 18px;
}
section.eligibility-section .el-cont p {
    font-size: 12px;
}

}


/*eligibility section ends*/








/*advantage section starts*/
section.advantage-section .container-fluid {
    position: relative;
    padding: 60px 0;
    background-image: url(../../assets/images/bg-002.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

section.advantage-section .orange-dv {
    padding: 15px;
    background: #FCF1E5;
    border-radius: 15px;
    border: 2px solid #F39026;
    margin-bottom: 20px;
}
section.advantage-section .orange-dv h3 {
    font-size: 22px;
    font-weight: 700;
    color: #F39026;
}
section.advantage-section .orange-dv p {
    font-size: 14px;
    color: #000;
    margin: 0;
}
section.advantage-section .blue-dv {
    padding: 15px;
    background: #DCE9F8;
    border-radius: 15px;
    border: 2px solid #0D5189;
    margin-bottom: 20px;
}
section.advantage-section .blue-dv h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0D5189;
}
section.advantage-section .blue-dv p {
    font-size: 14px;
    color: #000;
    margin: 0;
}

section.advantage-section .ad-head {
    padding: 60px 15px 15px;
    text-align: center;
}
section.advantage-section .ad-head h2 {
    font-size: 32px;
    color: #000;
    font-weight: 500;
}
section.advantage-section .ad-head p {
    font-size: 16px;
    color: #000;
}


@media screen and (max-width: 767px) {
section.advantage-section .ad-head h2 {
    font-size: 24px;
}
section.advantage-section .container-fluid {
    padding: 60px 15px;
}
section.advantage-section .blue-dv h3 {
    font-size: 16px;
}
section.advantage-section .orange-dv h3 {
    font-size: 16px;
}
section.advantage-section .blue-dv,
section.advantage-section .orange-dv {
    height: 250px;
}



}

 /*advantage section ends*/






/*helpline section starts*/

section.helpline-section{
    position: relative;
    padding: 0px 0 30px;
}

section.helpline-section .container {
    position: relative;
    background: #000;
    border-radius: 40px;
}


section.helpline-section .help-cont {
    position: relative;
    padding: 50px 0px;
    z-index: 1;
}
section.helpline-section .help-cont h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

section.helpline-section .help-cont p {
    font-size: 28px;
    color: #fff;
    margin: 0;
}
section.helpline-section .help-cont p a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}


section.helpline-section hr {
    border-color: #fff;
    border-width: 2px;
    background: #fff;
    opacity: 1;
    height: 2px;
    width: 100%;
}



@media screen and (max-width: 767px) {
section.helpline-section {
    padding: 0 15px;
}
section.helpline-section .container {
    border-radius: 0px 0px 30px 30px;
    border-top: 0px solid #fff;
}
section.helpline-section .help-cont p {
    font-size: 22px;
}
section.helpline-section .help-cont h2 {
    font-size: 24px;
    margin-top: 10px;
}
section.helpline-section .help-cont p a {
    font-size: 30px;
    display: block;
}


}

/*helpline section ends*/










/*Program section starts*/

section.program-section {
    position: relative;
    padding: 60px 0;
}
section.program-section h2 {
    font-size: 36px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

section.program-section h2 span {
    display: block;
    color: #003866;
    font-weight: 700;
}

section.program-section .accordion-body {
    background: #DCE9F8;
}
section.program-section .accordion-body .table,
section.program-section .accordion-body .table tr,
section.program-section .accordion-body .table td,
section.program-section .accordion-body .table th {
    background: #DCE9F8;
    border-color: #003866;
    padding: 10px;
}


section.program-section .nav-tabs .nav-link {
    color: #000;
    background: #F7FBFF;
    border-radius: 100px;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #CBCBCB;
    transform: scale(0.8);
    transition: all ease .3s;
}
section.program-section .nav-tabs .nav-link.active {
    background: #003866;
    transform: scale(1);
    color: #fff;
}

section.program-section .accordion-button:not(.collapsed) {
    background: #dce9f8;
}
section.program-section .tabs-prog h2 {
    margin: 0 !IMPORTANT;
}

@media (max-width: 991px) {
  section.program-section .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {

section.program-section h2 {
    font-size: 26px;
}
section.program-section .accordion-body .table, section.program-section .accordion-body .table tr, section.program-section .accordion-body .table td, section.program-section .accordion-body .table th {
    
    font-size: 14px;
}
}





/*Program section ends*/

/* Admission Process Section Start  */

.admissionProcess{
    background:#F1F1F1;
    padding:4% 0% 10% 0%;
}
.admissionProcess h3{
    color:#000;
    font-weight:400; 
}
.admissionProcess h3 span{
    color:#023E86;
}
.admissionProcess p.header_text{
    font-size:14px;
    color:rgba(0,0,0,0.7);
    margin-bottom:3%;
}
.admissionProcess .step-box h2 {
    font-size: 3rem;
    color: #023E86;
    line-height: 1;
}
.admissionProcess .step-box h6 {
    color: #023E86;
}
.admissionProcess .step-box p.muted_color{
    color: #000;
    font-size:10px;
    font-weight:500;    
}
.admissionProcess .step-box p {
    color: #000;
    font-size:12px;
}
@media (min-width:320px) and (max-width:480px){
    .admissionProcess {
        padding: 10% 0% 20% 0%;
    }
    .admissionProcess p.header_text {
        font-size: 12px;
    }
    .admissionProcess h3 {
        color: #000;
        font-weight: 400;
        font-size:18px;
    }
}

/* Admission Process Section end */

/* cta section start  */

.ctasection{
    background: #012747;
    background: linear-gradient(0deg, rgba(0, 56, 102, 1) 70%, rgba(255, 255, 255, 1) 50%);
}
.ctasection hr{
    border:1px solid #fff;
}
.ctasection p{
    font-size:27px;
}
@media (min-width:320px) and (max-width:480px){
    .ctasection {
        background: #012747;
        background: linear-gradient(0deg, rgba(0, 56, 102, 1) 100%, rgba(255, 255, 255, 1) 50%);
        padding-top: 10%;
    }
    .ctasection p{
        font-size:13px;
    }
}

/* cta section end */
  
/*faq section starts*/

section.faq-section {
    position: relative;
    padding: 60px 0;
}
section.faq-section .faq-cont h2 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}
section.faq-section .accordion-item {
    background: #FFF8E4;
    margin-top: 10px;
    border: 0;
    border-radius: 15px;
    overflow: hidden;
}

section.faq-section .faq-cont h3 button {    
    font-size: 18px;
    font-weight: 700;
    color: #000;
    background: transparent;
    box-shadow: none;
}
section.faq-section .accordion-item p {
    font-size: 15px;
    color: #000;
}

@media screen and (max-width: 767px) {
    section.faq-section .faq-cont h2 {
        font-size: 26px;
    }
    section.faq-section .faq-cont h3 button {
        font-size: 16px;

    }
    section.faq-section .accordion-item p {
        font-size: 16px;
    }

    section.faq-section .accordion-item {
        padding: 0;
    }
}

/*faq section ends*/

/* footer section start  */

.footerSection{
    background: #003866;
    background: linear-gradient(0deg, rgba(0, 56, 102, 1) 70%, rgba(255, 255, 255, 1) 50%);
}
.footerSection hr{
    border:1px solid #fff;
}
@media (min-width:320px) and (max-width:480px){
    .footerSection{
        background: #012747;
        background: linear-gradient(0deg, rgba(0, 56, 102, 1) 100%, rgba(255, 255, 255, 1) 50%);
        padding-top:10%;
    }
}

/* footer section end */

span.color-red {
    color: #ED1C24;
}
span.color-blue {
    color: #242F88;
}



.sticky-footer button {
    width: 50%;
    margin: 0;
}

.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    /* background: transparent linear-gradient(270deg, #FF6600 0%, #EE3024 100%) 0% 0% no-repeat padding-box; */
    background: transparent linear-gradient(270deg, #FFBC09 0%, #4c51a3 100%) 0% 0% no-repeat padding-box;
    /* background-color: #FFBC09; */
}

ul#pills-tab .nav-link {
    color: #FFBC09;
    border: 1px solid;
}

ul#pills-tab .nav-link:hover {
    /* background: transparent linear-gradient(270deg, #FF6600 0%, #EE3024 100%) 0% 0% no-repeat padding-box; */
    background: transparent linear-gradient(270deg, #FFBC09 0%, #4c51a3 100%) 0% 0% no-repeat padding-box;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
    accent-color: #007bff; /* Bootstrap blue */
}


/* call button start  */

.CallButton {
    position: fixed;
    bottom: 95px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background:#ED1C24;
    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  */