@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..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;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Product Sans';
}

.color_yellow {
    color: #EE7202;
}
.color_blue {
    color: #00287C;
}
.light_blue{
    color:#0084E7;
}
.blue_grad {
    background: -webkit-linear-gradient(45deg, #00287D, #0084E7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gard_one {
    background: -webkit-linear-gradient(45deg, #EE7202, #8B4607);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg_orange {
    background: #EE7202;
}
.bg_blue {
    background: #00287D;
}
.bg_darkblue {
    background: #0074CA;
}
.darkBlue{
    background: #001749;
}


.btn-style-ones {
    background: #fff;
    padding: 10px 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #00478D;
    border-radius: 100px;
    box-shadow: 0 0 16px 0px #0000006e;
}

.style-btn-two {
    background: #154B90;
    padding: 10px 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 16px 0px #0000006e;
    transition: all ease .3s;
}

.style-btn-two:hover {
    background: #154B90;
    padding: 10px 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 16px 0px #0000006e;
    transition: all ease .3s;
}


/*hero starts*/

section.hero_section {
    position: relative;
    padding: 50px 0 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section.hero_section .navbar{
    border-radius:50px;
}
section.hero_section .navbar .navbar-nav .nav-item .nav-item{
    color:#000 !important;
    font-weight:600 !important;
}
section.hero_section .navbar button.apply_button{
    background: #00287D;
    background: linear-gradient(90deg,rgba(0, 40, 125, 1) 0%, rgba(0, 132, 231, 1) 100%);
    border-radius:50px;
    color:#fff;
    font-size:11px;
}
section.hero_section .asuat-head {
    width: fit-content;
}
section.hero_section .hero_cont h1 {
    font-size: 74px;
    font-weight: 400;
    margin: 0;
}
section.hero_section .hero_cont h3{
    color:#fff;
    font-size:14px;
    font-weight:400;
}
section.hero_section .asuat-head p {
    font-size: 40px;
    color: #fff;
    line-height:50px;
    font-weight:bold;
}
section.hero_section .asuat-head hr {
    border-color: #fff;
}
section.hero_section span.one-text {
    background: #f57229;
    padding: 0px 10px;
    font-weight: 700;
    transform: skewX(10deg);
    display: inline-block;
}
section.hero_section span.one-text span {
    transform: skewX(-10deg);
    display: block;
}
section.hero_section .scholar_dv {
    margin-top: 50px;
}
section.hero_section .scholar_dv h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}
section.hero_section span.fnt-tp {
    font-size: 18px;
}
section.hero_section span.fnt-to {
    font-size: 28px;
}
section.hero_section .add_dv {
    width: fit-content;
    position: relative;
    margin-top: 40px;
}
section.hero_section .add_dv h2 {
    font-size: 24px;
    background: #fff;
    padding: 10px 200px 10px 20px;
    color: #000;
    font-weight: 700;
    border-radius: 6px;
}
section.hero_section .add_dv a {
    position: absolute;
    right: 0;
    top: 20px;
    padding: 10px 45px;
}




@media (max-width: 991.98px) {
  section.hero_section .hero_cont h1 {
        font-size: 100px;
        text-align:center;
    }
    section.hero_section .asuat-head p {
        font-size: 30px;
        text-align: center;
    }
    section.hero_section .scholar_dv h2 {
        font-size: 28px;
    }
    section.hero_section span.fnt-to {
        font-size: 22px;
    }
    section.hero_section span.fnt-tp {
        font-size: 14px;
    }
    section.hero_section .navbar{
        position:static !important;
    }
    section.hero_section .hero_cont h3 {
        font-size: 35px;
        text-align: center;
    }

}


@media (max-width: 767.98px) {
  section.hero_section {
    padding: 30px 0 20px;
    background-position: left;
}

section.hero_section .add_dv a {
    display: none;
}
section.hero_section .add_dv h2 {
    padding: 10px 20px 10px 20px;
}
section.hero_section .navbar{
    position:static !important;
}

}


/*hero ends*/

/* about section start  */

.transform-section{
  background: linear-gradient(90deg,#f6f6f6,#ffffff);
  padding:80px 0;
}

.transform-section hr{
    border-top:1px solid #000;
}

/* Heading */
.tf-heading{
  font-size:90px;
  font-weight:700;
  line-height:1.1;
  margin:0;
  text-align:center;
}

.tf-heading span{
  display:block;
  font-size:28px;
  font-weight:400;
  margin-bottom:10px;
}

.tf-future{
  color:#007bff;
}

/* Image box */
.student-box{
  background:#fff;
  padding:10px;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,0.1);
  display:inline-block;
}

.student-box img{
  width:100%;
  max-width:260px;
  border-radius:10px;
}

/* Text */
.tf-text{
  font-size:14px;
  color:#666;
  line-height:1.8;
  margin-top:30px;
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}

.tf-text strong{
  color:#000;
}

/* Responsive */
@media(max-width:768px){
  .tf-heading{
    font-size:40px;
    text-align:center;
  }
  .transform-section {
        background: linear-gradient(90deg, #f6f6f6, #ffffff);
        padding: 40px 0;
    }
}


/* about section end */

/* why choose section start  */

.whyChoose{
    background-image: url('../../../Nextgen/images/frontend/main-page/images/whyChoose.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size:25% 60%;
    padding:5% 0% 0% 0%;
}
.whyChoose h2{
    text-align:center;
    font-weight:800;
    text-transform: uppercase;
    font-size:100px;
    color:rgba(0,0,0,0.1);
}
.whyChoose h3{
    text-align:center;
    font-size:35px;
    font-weight:700;
}
.whyChoose h4{
    text-transform: uppercase;
    letter-spacing: 2px;
}
.whyChoose .whyChooseCard{
    background:#F7F3F8;
    padding:4%;
    height:145px;
    box-shadow:0px 0px 30px rgba(0,0,0,0.5);
    border-radius:10px;
}
.whyChoose .whyChooseCard p{
    font-size:16px;
    text-transform: uppercase;
    color:#000;
    font-weight:500;
}
@media (min-width:320px) and (max-width:480px){
    .whyChoose h2 {
        text-align: center;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 30px;
        color: rgba(0, 0, 0, 0.1);
    }
    .whyChoose .whyChooseCard p {
        font-size: 14px;
    }
    .whyChoose .whyChooseCard {
        height: 85px;
    }
    .whyChoose {
        background-position: center center;
        background-size: 80% 30%;
    }
}

/* why choose section end */

/*important dates section starts*/
section.importantdate_section {
    position: relative;
    padding: 60px 0;
    background:#DEDEDE;
}
section.importantdate_section h2 {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}
section.importantdate_section h2 span {
    font-size: 40px;
    display: block;
}
section.importantdate_section hr{
    border-top:1px solid #000;
    width:60%;
}

section.importantdate_section button{
    padding:1% 5%;
    border-radius:50px;
    font-size:16px;
    font-weight:bold;
    color:#fff;
    background: #00287D;
    background: linear-gradient(90deg,rgba(0, 40, 125, 1) 0%, rgba(0, 132, 231, 1) 100%);
    margin-top:5%;
}
section.importantdate_section .cmnsection {
    padding: 10px;
    border-radius: 15px;
}
section.importantdate_section .cmnsection p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
section.importantdate_section .cmnsection h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}
section.importantdate_section .cmnsection ul {
    list-style: none;
    padding-left: 10px;
    border-left: 1px solid #fff;
    height: 100%;
    margin:0;
    position: relative;
}
section.importantdate_section .cmnsection ul:before {
    content: "";
    position: absolute;
    right: 80px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff;
    z-index: 0;
    opacity: 0.3;
}
section.importantdate_section span.imp_dv {
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    color: #0074CA;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
section.importantdate_section .cmnsection ul li {
    display: block;
    padding: 10px 0;
}

section.importantdate_section .bg_right {
    position: absolute;
    right: 0;
    top: 0;
}

section.importantdate_section .cmnsection ul li .palcdh {
    height: 20px;
    display: block;
    background: #fff;
    border-radius: 4px;
    opacity: 0.4;
}
@media (min-width:320px) and (max-width:480px){
    section.importantdate_section {
        position: relative;
        padding: 30px 0px 20px 0px;
        background: #DEDEDE;
    }
    section.importantdate_section button {
        padding: 4% 10%;
        border-radius: 50px;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        background: #00287D;
        background: linear-gradient(90deg, rgba(0, 40, 125, 1) 0%, rgba(0, 132, 231, 1) 100%);
        margin-top: 10%;
    }
}

/*important dates section ends*/

/* scholarship section start  */

.scholarship{
    padding:5% 0%;
}
.scholarship h2{
    font-size:45px;
    text-transform: uppercase;
}
.scholarship table th{
    font-size:18px;
    color:#000;
    font-weight:600;
}
.scholarship table td{
    font-size:18px;
    color:#000;
    font-weight:600;
}
.scholarship table span.sub_text{
    color:rgba(0,0,0,0.7);
    font-size:14px;
}
.scholarship ul{
    list-style:disc;
}
.scholarship ul li{
    font-weight:500;
    color:#000;
}
.scholarship hr{
    border-top:1px solid #000;
}
@media (min-width:320px) and (max-width:480px){
    .scholarship {
        padding: 15% 0%;
    }
}

/* scholarship section end */

/* career guidence start  */

.career-guidance{
  background:#f7f7f7;
  padding:80px 0;
}

/* Heading */
.cg-title{
  font-size:40px;
  font-weight:700;
}
.cg-title span{
  background: -webkit-linear-gradient(45deg, #00287D, #0084E7);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.cg-subtitle{
  margin:15px auto 0;
  font-size:16px;
  color:#666;
}

/* Images */
.cg-img img{
  width:100%;
  border-radius:10px;
  object-fit:cover;
}

/* Main Box */
.cg-box{
  background:#dfe6f2;
  border-radius:14px;
  padding:30px;
  border:5px solid #fff;
  box-shadow:0px 0px 30px rgba(0,0,0,0.2);
}

/* Cards */
.cg-card{
  background:#cfd8e8;
  padding:20px;
  border-radius:10px;
  height:100%;
}
.cg-card h5{
  font-size:20px;
  font-weight:600;
}
.cg-card p{
  font-size:13px;
  color:#333;
  line-height:20px;
}

/* Why it matters */
.cg-why h6{
  font-weight:700;
  font-size:18px;
}
.cg-why ul{
  padding-left:18px;
  font-size:13px;
  list-style:disc;
}
.cg-why li{
  margin-bottom:15px;
  color:#000;
}

.career-guidance .carousel .carousel-inner{
    padding-bottom:70px;
}
.career-guidance .carousel .carousel-indicators li{
    height:0px;
    width:15px;
    border-radius:50%;
    background:rgba(0,0,0,0.5);
}

/* Responsive */
@media(max-width:768px){
  .cg-box{
    margin-top:30px;
  }
  .cg-title {
        font-size: 30px;
        font-weight: 700;
    }
    .career-guidance {
        background: #f7f7f7;
        padding: 50px 0;
    }
}

/* career guidence end */


/* nextgen courses start  */
h2.nextgen_courses{
    text-align:center;
    font-size:100px;
    font-weight:800;
    text-transform: uppercase;
    margin:3% 0%;
    color:rgba(0,0,0,1);
}

.btech-ai{
  background:#1f242c;
  color:#fff;
  padding:80px 0;
}

/* Headings */
.btech-title{
  font-size:32px;
  font-weight:700;
}
.btech-subtitle{
  font-size:20px;
  font-weight:600;
  color:#cfd6df;
}
.btech-desc{
  font-size:13px;
  color:#b8bec7;
  margin:20px 0;
  line-height:1.7;
}

/* Eligibility */
.eligibility-box{
  background:#000;
  padding:15px 20px;
  border-radius:8px;
  margin-bottom:30px;
}
.eligibility-box span{
  font-weight:600;
}
.eligibility-box p{
  font-size:13px;
  margin:5px 0 0;
  color:#ccc;
}

/* Career */
.career-title{
  margin-bottom:15px;
}
.career-list ul{
  padding-left:18px;
  font-size:13px;
  color:#cfd6df;
  list-style:disc;
}
.career-list li{
  margin-bottom:8px;
}

/* Image */
.btech-img{
  max-width:100%;
  height:auto;
}

/* Right pattern text */
.pattern-text{
  list-style:none;
  padding:0;
  margin:0;
  text-align:right;
  background:transparent;
  font-size:12px;
  color:#666;
  margin-bottom:25px;
  text-transform: uppercase;
}

.pattern-text span{
  font-size:14px;
}
.nav-pills .nav-link.active{
    background:transparent !important;
}
.pattern-text  .active{
  color:#fff;
}

/* Divider */
.btech-line{
  border-color:#fff;
  margin:40px 0;
}

/* Companies */
.company-title{
  font-size:18px;
  margin-bottom:15px;
  text-align:left;
}
.company-logos img{
  height:32px;
  background:#fff;
  padding:5px 8px;
  border-radius:4px;
  margin:5px 8px 5px 0;
}

/* Package */
.package-text{
  font-size:14px;
  font-weight:400;
  color:#fff;
}

/* Responsive */
@media(max-width:768px){
  .btech-img{
    margin:30px 0;
  }
  h2.nextgen_courses {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 3% 0%;
    color: rgba(0, 0, 0, 0.1);
}
.btech-ai {
    background: #1f242c;
    color: #fff;
    padding: 20px 0;
}
.company-title{
  text-align:center;
}
}

/* nextgen courses end */

/* about course section start  */

.about_exam{
    padding:4% 0%;
}
.about_exam h4{
    text-transform: uppercase;
    font-size:20px;
}
.about_exam .border_bottom{
    border-bottom:1px dashed #000;
    padding-bottom:10%;
}
.about_exam h3{
    text-transform: uppercase;
    font-size:18px;
}
.about_exam p{
    font-size:16px;
}
.about_exam hr{
    border-top:1px solid #000;
    margin-top:5%;
}
@media (min-width:320px) and (max-width:480px){
    .about_exam{
        padding: 15% 0%;
    }
}

/* about course section end */

/* how nest work section start  */

.how-nest-works{
  background:#f7f7f7;
  padding:80px 0;
}

.hnw-title{
  font-size:32px;
  font-weight:700;
  margin-bottom:60px;
}

/* DESKTOP HORIZONTAL */
.hnw-wrapper{
  display:flex;
  justify-content:space-between;
}

.hnw-step{
  width:18%;
  text-align:left;
}

.hnw-top{
  display:flex;
  align-items:center;
  margin-bottom:25px;
}

.hnw-circle{
  width:34px;
  height:34px;
  border:2px solid #999;
  border-radius:50%;
  font-size:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#777;
  background:#fff;
}

.hnw-line{
  flex:1;
  height:1px;
  background:#999;
  margin-left:10px;
}

.no-line .hnw-line{
  display:none;
}

/* CARD */
.hnw-card{
  background:#fff;
  padding:25px 20px;
  border-radius:12px;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  height:190px;
}

.hnw-card h6{
  font-size:18px;
  font-weight:600;
}

.hnw-card p{
  font-size:12px;
  color:#666;
  margin-bottom:0;
  line-height:17px;
}

/* FOOTER */
.hnw-footer hr{
  max-width:900px;
  margin:50px auto 25px;
}

.hnw-btn{
    background: #00287D;
    background: linear-gradient(90deg,rgba(0, 40, 125, 1) 0%, rgba(0, 132, 231, 1) 100%);
    color:#fff !important;
    padding:10px 50px !important;
    border-radius:50px !important;
}

/* ================= MOBILE VERTICAL ================= */
@media(max-width:768px){

  .hnw-wrapper{
    flex-direction:column;
  }

  .hnw-step{
    width:100%;
    display:flex;
    align-items:flex-start;
    margin-bottom:25px;
  }

  .hnw-top{
    flex-direction:column;
    margin-right:15px;
  }

  .hnw-line{
    width:2px;
    height:40px;
    margin:8px auto 0;
  }

  .hnw-card{
    flex:1;
  }
  .how-nest-works {
    background: #f7f7f7;
    padding: 40px 0;
}
}


/* how nest work section end */

/* courses embaded start */

.courses_embaded{
    padding:5% 0%;
}
.courses_embaded .courses_embaded_div{
    background:#272C36;
    padding:4%;
    border-radius:15px;
}
.courses_embaded .courses_embaded_div h2{
    color:#fff;
    text-align:center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom:4%;
    font-weight:500;
}
@media (min-width:320px) and (max-width:480px){
    .courses_embaded .courses_embaded_div h2 {
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 10%;
        font-weight: 500;
        font-size: 20px;
    }
}

/* courses embaded end */

/* nextgen campuses section start  */

.nextgen-section{
  background:#f7f9fc;
  padding:80px 0;
  border-radius:16px;
}

/* Heading */
.ng-title{
  font-size:35px;
  font-weight:700;
}
.ng-subtitle{
  font-size:16px;
  color:#000;
  font-weight:500;
}

/* Logos */
.ng-logos img{
  max-width:100%;
  margin:20px auto;
  display:block;
}

/* Action Box */
.ng-action-box{
  background:#fff;
  border-radius:12px;
  padding:30px 20px;
  margin:40px 0;
  box-shadow:0px 0px 30px rgba(0,0,0,0.2);
}
.ng-action span{
  font-size:22px;
  display:block;
  margin-bottom:10px;
}
.ng-action p{
  font-size:13px;
  font-weight:600;
}

/* Quick Links */
.ng-links{
  padding-top:40px;
  position:relative;
}
.ng-links-title{
  text-align:center;
  font-size:100px;
  font-weight:700;
  color:rgba(0,0,0,0.1);
  margin-top:-40px;
  margin-bottom:40px;
  text-transform: uppercase;

}

.ng-brand{
  font-size:20px;
  font-weight:700;
}
.ng-brand span{
  font-weight:400;
}

.ng-list{
  list-style:none;
  padding:0;
  font-size:15px;
  color:#000;
  font-weight:500;
}
.ng-list li{
  margin-bottom:8px;
  color:#555;
}

/* Social */
.ng-social a{
  display:inline-block;
  width:30px;
  height:30px;
  color:#fff;
  border-radius:50%;
  text-align:center;
  line-height:30px;
  margin-right:8px;
  font-size:14px;
}

.ng-copy{
  font-size:12px;
  color:#777;
  margin-top:15px;
}

/* Responsive */
@media(max-width:768px){
  .ng-links-title{
    font-size:32px;
  }
  .ng-action{
    margin-bottom:5%;
  }
  .nextgen-section {
        background: #f7f9fc;
        padding: 20px 0;
        border-radius: 16px;
    }
}

/* nextgen campuses section end */



.banner_form {
    background: #fff;
    padding: 25px 10px;
    border-radius: 15px;
}
.banner_form h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.register-panel .form-group.agrCheck .checkText {
    font-size: 14px;
    margin-left: 0;
}


.ctplqryformbtn {
    border-color: #154B90;
    background: #154B90;
    padding: 10px 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: block;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 16px 0px #0000006e;
    transition: all ease .3s;
}

.ctplqryformbtn:hover {
    border-color: #154B90;
    background: #154B90;
    padding: 10px 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    opacity: 0.9;
    border-radius: 6px;
    box-shadow: 0 0 16px 0px #0000006e;
    transition: all ease .3s;
}




/* call button start  */

.CallButton {
    position: fixed;
    bottom: 60px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #EE7202;
    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: 0;
    box-shadow: 0 0 10px #ddd;
    background: #000;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
}

.applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
}

.applyNowButton a h5 {
    font-size: 14px;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}



/* Apply Now  button end  */




.banner_form .form-control {
    border-radius: 6px !important;
    height: 38px !important;
    padding: 10px !important;
}

.banner_form  .phonewithcountrycode .ctplqryforminput  {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 38px !important;
    padding: 5px 5px !important;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.banner_form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}
.register-panel .form-group.agrCheck .form-control {
    width: 15px;
    height: 15px !important;
    margin-top: 5px;
}


/*faq section starts*/

section.faq_section {
    position: relative;
    padding: 60px 0 0;
}

.faq_dv {
    position: relative;
    padding: 60px;
    background: #F3F0F0;
}
.faq_dv h2 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
}
.faq_dv h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 150px;
    height: 5px;
    background: #810508;
}
.faq_section #faq .card {
    margin: 0 0 0 0;
    border: 0;
    border-bottom: 1px solid #0000003d;
}

.faq_section #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

.faq_section #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: #F3F0F0;
    color: #000;
    padding: 5px;
    font-weight: 700;
    font-size: 16px;
}

.faq_section .career-list li {
    margin-bottom: 0px;
    color:#000;
}

.faq_section #faq .card .card-body {
   padding-top:0px;
   padding:5px;
}

.faq_section #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Fontawesome';
  font-weight: 900;
  float: right;
  color: #810508;
}

.faq_section #faq .card .card-header .btn-header-link.collapsed {
  background: #F3F0F0;
  color: #000;
}

.faq_section #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

.faq_section #faq .card .collapsing {
  background: #F3F0F0;
  line-height: 30px;
}

.faq_section #faq .card .collapse {
  border: 0;
}

.faq_section #faq .card .collapse.show {
  background: #F3F0F0;
  line-height: 30px;
  color: #222;
}
.faq_section button{
  background:#000;
  color:#fff;
  border-radius:50px;
}
@media screen and (max-width: 767.98px) {
    
    .faq_dv {
    padding: 15px;
}

}

/*faq section ends*/


/* call button start  */

.CallButton {
    position: fixed;
    bottom: 90px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #0074CA;
    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: 0;
    box-shadow: 0 0 10px #ddd;
    background: #000;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
}

.applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
}

.applyNowButton a h5 {
    font-size: 14px;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}

/* Apply Now  button end  */

.rr_banner_section .banner_content2 .banner_form_sec{
    margin-top:15%;
}

.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: calc(2em + 0.53rem + 3px) !important;
    margin-right: 1px;
    padding: 0.50rem 0rem !important;
}



/* Form Css Starts */

.banner_form_sec {
    background: #fff;
    width: 100%;
    padding: 20px 15px;
    position: relative;
    border-radius: 15px;
    z-index: 1;
    /* box-shadow: 0 10px 44px 0px #0000005c; */
    height: auto;
    margin-bottom: 50px;
}
.banner_form_sec h2 {
    font-size: 24px !important;
    text-align: center;
    margin: 10px 0 20px;
}
.banner_form_sec h4.form_title {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}

.banner_form_sec .form-control {
    height: 40px !important;
    padding: 10px 15px;
    background: #ffffff;
    color: #000 !important;
    border: 1px solid #b9b9b9;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 5px !important;
    background: #ffffff !important;
    border: 1px solid #b9b9b9 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}

.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 40px !important;
    border-color: #b9b9b9 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    padding: 6px 0 !important;
}

.banner_form_sec a.btn.btn-link.forPwd.showifvalid.toggleAction {
    padding: 0;
    color: #000;
    font-weight: 500;
}

.register-panel .form-group.agrCheck .checkText {
    color: #000;
}

.banner_form_sec ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.banner_form_sec ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.banner_form_sec :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.banner_form_sec :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.btn-style-one,
.btn-style-one:hover {
    background: linear-gradient(45deg, #00287D, #00287D);
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #00287D;
    color: #fff;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
}
.banner_form_sec .btn-style-five,
.banner_form_sec .btn-style-five:hover {
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
    background: #0074CA;
    color: #fff;
    border: 1px solid #0074CA;
}

.banner_form_sec .loginwithotpbtn {
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
    background: #0074CA;
    color: #fff;
    border: 1px solid #0074CA;
}


  .banner_form_sec form#dataFormRegistration {
    display: block !important;
}

/* Form Css Ends */


