html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height:25px;
}
p{
    font-size:16px;
}

.container-wrapper {
    display:flex;
}

.header-logo {
    width: 280px;
}

.header-logo img {
    width: 100%;
    height: auto;
    padding: 12px;
}

.nav-wrapper ul {
    list-style: none;
}
.nav-wrapper {
    width: 100%;
    display: flex;
    padding: 22px 15px 22px 145px;
    justify-content: end;
}
.nav-wrapper ul {
    list-style: none;
    display: flex;
    gap: 95px;
    width: 87%;
}
.nav-wrapper ul li a{
    color:#000;
}
.header-section {
    border-bottom: 1px solid #ddd;
    background: #fff;
    z-index: 99;
}
a:hover{
    text-decoration:none;
    color:#eb652f;
}
.menu-icon{
    display:none;
}
.bform-section{
    /*background:url('../images/super50/new_images/BG.png'); */
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* height:407px; */
}
.mbl_slider{
    display:none;
}
.des_slider{
    display:block;
}
.head-right {
    margin-left: auto;
    display: flex;
    gap: 25px;
    padding: 27px 11px;
}
.mnumber_font,.email_font {
    background: #f26221;
    padding: 3px 5px;
    border-radius: 50%;
    max-width: 100%;
    color: #fff;
    border: 2px solid #f26221;
    font-size: 10px;
}
.light-orange{
    color:#db8950;
}
.white-text{
    color:#fff;
}
.bfom-containt{
    padding: 0px 50px 0px 51px;
    display: flex;
    place-self: center;
    height: 100%;
}
.bfom-containt h3{
    font-size: 26px;
    background: linear-gradient(to right, rgb(252, 74, 26), rgb(247, 183, 51));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.bfom-containt h2 {
    margin-top: 9px;
    line-height: 37px;
}
.high_point_box {
    display: flex;
    flex-wrap: wrap;
}
.bform_inner{
    padding: 3px 7px;
}
.bfom-containt hr {
    margin-top: 1px;
    border: 1px solid #cf5104;
}
.bform_inner p {
    color: #fff;
    line-height: 19px;
    font-size: 15px;
}

.bform_inner ul {
    color: #fff;
    list-style: none;
    padding-inline-start: 11px;
    line-height: 28px;
}
.key-hl {
    color: #fff;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 14px;
}
.background-icon {
    /* background: linear-gradient(to right, rgb(252, 74, 26), rgb(247, 183, 51)); */
    border-radius: 50%;
    padding: 0px 3px;
    color: #000;
    margin-right: 10px;
    height: 21px;
}
.background-icon .round_icon{
    background: linear-gradient(to right, rgb(252, 74, 26), rgb(247, 183, 51));
    border-radius: 50%;
    padding: 4px 3px;
    color: #000;
    margin-right: 10px;
    height: 22px;
}
.deep-orange {
    background: linear-gradient(to right, rgb(252, 74, 26), rgb(255 75 7 / 95%));
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: inherit;
}
.bfom-rightContent {
    margin-top: 53px;
    width: 53%;
    float: right;
    background: #12395930;
    padding: 0px 24px 6px 24px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 50%);
}

.super50Submit {
    background: #FEED00;
    border: none;
    color: #000;
    padding: 11px 25px;
    width: 100%;
    font-size: 16px;
    border-radius: 28px;
    font-weight: 600;
}
.bfom-rightContent h3 {
    background: linear-gradient(to right, rgb(252, 74, 26), rgb(247, 183, 51));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.form-control{
    margin-bottom: 15px;
    height: 40px;
    background: transparent;
    color: #fff !important;
}
.form-control::placeholder{
    color: #fff;
    opacity: 1;
}
.hotest_job_section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 28px;
    padding-top: 16px;
}
.hjob_container {
    display: flex;
    position: relative;
    gap: 0px;
    flex-wrap: nowrap;
    margin-bottom: 0px;
    margin-top: 14px;
}
.hjob_icon {
    /* background: #f7f7fd; */
    /* padding: 11px; */
    /* border-radius: 50%; */
    /* width: 38%; */
    align-self: center;
    /* padding: 16px 16px; */
    /* max-width: 36%; */
    /* margin-right: auto; */
}
.hjob_icon img {
    /* width: 61%; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    background: #f7f7fd;
    border-radius: 50%;
    padding: 7px;
    height: 60px;
}
.hjob-pr {
    line-height: 18px;
}

.orange_linear{
    background: linear-gradient(to right, rgb(252, 74, 26), rgb(247, 183, 51));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.banner_logo img {
    width: 73%;
    height: auto;
}
.banner_logo {
    margin-top: 20px;
    margin-bottom: 37px;
}

.management_team_box {
    display: flex;
    flex-wrap: wrap;
}
.mn_img img {
    width: 62%;
    height: 100%;
}
.fman_box {
    width: 50%;
    padding: 46px 6px;
}
.mn_detail {
    background: #e6eaede6;
}
.mn_img {
    width: 100%;
    text-align: center;
}
.mn_detail {
    padding: 16px 14px;
    height: 215px;
    min-height: 215px;
    font-weight: 700;
}
.mndetail_pr p {
    line-height: 19px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

.mndetail_name {
    color: orange;
    margin-bottom: 9px;
}
.mndetail_designation {
    font-size: 11px;
    font-weight: 600;
}
/* icon section */

.icon-section {
    padding-top: 0 !important;
    margin-top: 0;
}
.icon-section {
    width: 100%;
    display: block;
  /*  background:url('../images/super50/upper_area/BG1.png'); */
}
.icon-section .iconitem_detail {
    margin: auto;
    width: 60%;
    /* border: 3px solid #2a4594; */
    border-top: 18;
    padding: 10px;
    background: #083554;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
}
.icon-section .icondetail_main {
    width: 100%;
    float: left;
    padding: 15px 32px 17px;
    position: relative;
}
.icon-containt {
    text-align: center;
    transition: transform .7s;
}
.icon-containt .icon {
    text-align: center;
    margin-bottom: 2px;
    margin-right: 0 !important;
    position: relative;
}
.icon {
    /* color: #fff; */
    margin-right: 11px;
    padding: 9px 2px;
    font-size: 21px;
}
.icon-title {
    position: absolute;
    top: 72%;
    width:100%;
}
.icon-containt .icon-title p {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    line-height: 25px;
}
.icon-containt p {
    font-size: 10px;
    color: #fff;
}
.icon img {
    width: 29%;
    height: 82px;
}

/* explore Courses  */
.coursecat_contain {
    padding: 16px 0!important;
    border: 1px solid #b4b4bb;
    border-radius: 6px;
    background: #083554;
    position: relative;

}
.course_category_detail,.mobile_course_data{
    width:100%;
    float:left;
    overflow: hidden;
}
.ng-star-inserted p {
    color: #000;
    line-height: 21px;
    font-size: 14px;
}
.p-star-span{
    color:#000;
    font: 400 14px/22px Helvetica, Arial, sans-serif;
}
.course_category_detail{
}
.course_category_detail .coursecat_contain .main-content{
    margin: 0 32px!important;
    padding: 8px 16px!important;
}
.main-content h5{
    color: #e1e1e3;
    font-size: 24px;
    line-height: 32px;
}
.main-content p{
    color: #e1e1e3;
    font-size: 16px;
    line-height: 32px;
    font: 400 14px/22px Helvetica, Arial, sans-serif;
}
.course_category_detail .coursecat_contain .main-content{
    color: #e1e1e3;
    background: #246e95;
    border-radius: 8px;
}
.coursecat_contain .contents{
    margin: 12px 32px!important;
    color: #e1e1e3;
    font-weight:600;
    line-height: 19px;
}

.exp_icon{
    margin-right: 11px;
}
.exp_icon img {
    height: auto;
    width: 32px;
}
.expcbtn_main {
    margin-bottom: 19px;
    width: 100%;
    float: left;
}
.expcbtn {
    display: flex;
    padding: 9px 16px;
    color: #fbfeff;
    background: #083554;
    margin-right: 25px;
    border-radius: 9px;
    cursor: pointer;

}
.expcbtn.active{
    background: #fa7328!important;
    box-sizing: border-box;
    box-shadow: 0 4px 0 #ddd;
}
.expbtn-section {
    display: flex;
}
.creg_btn {
    margin-right: 7px;
}
.show_hide{
    display:none;
}
.hide_more_p{
    display:none;
}

section.explore_course{
   /* background: url('../images/super50/explore_Courses_BG.png'); */
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.explore_course .content-title{
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: -5px!important;
    color:#fff;
}
.explore_course .subtitle1{
    color: #fff;
}
.mr-12 {
    margin-right: 12px !important;
}
.display-flex {
    display: flex;
}
.courses-container{
    width:100%;
    float:left;
}
.container1 {
    border: 1px solid #b4b4bb;
    border-radius: 6px;
    background: rgba(47, 21, 76, 0.3);
    position: relative;
}
.container1 {
    width: 427px;
    border-radius: 8px;
    background-color: #fff;
    height: 100%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    min-height:386px;
    margin-left:auto;
    margin-right:auto;
}

.container1 .top-section {
    position: relative;
    background: linear-gradient(92deg, #e26c1d 5.19%, #e57931 49.68%, #e26c1d 96.06%) no-repeat;
    background-size: 100% 50px;
    border-radius: 8px;
}
.pl-8 {
    padding-left: 8px !important;
}
.container1 .hex-wrap {
    filter: drop-shadow(0 4px 8px rgba(58, 58, 68, 0.2));
}
.container1 .round {
    filter: drop-shadow(0 4px 8px rgba(58, 58, 68, 0.2));
}
.py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.container1 .hexagon {
    -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 72px;
}
.container1 .round {
    background: #fff;
    border-radius: 50%;
    width: 18%;
    padding: 16px 15px;
    text-align: center;
    max-width: 18%;
}
.container1 .round img {
    height: 40px;
    width: 40px;
}
.container1 .hexagon img {
    height: 40px;
    width: 40px;
}
.container1 .top-section .course-tag {
    position: absolute;
    right: 0;
    top: 18px;
    border-radius: 4px 0 0 4px;
    text-transform: uppercase;
    background: #cbe5cc;
    color: #37833b;
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
}
.px-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
}
.container1 .top-section .polygons {
    position: absolute;
    top: 0;
    left: 50px;
}
.container1 .top-section .polygons img {
    height: 82px;
}
.w-160 {
    width: 160px !important;
    min-width: 160px !important;
    max-width: 160px !important;
}
.px-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
}
.container1 .heading {
    color: #292a31;
    min-height: 45px;
}
.container1 .features {
    flex-wrap: wrap;
    color: #4a4b57;
}

.mr-8 {
    margin-right: 8px !important;
}
.pt-12 {
    padding-top: 12px !important;
}
.px-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
}
.pb-12 {
    padding-bottom: 12px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.mb-8 {
    margin-bottom: 8px !important;
}
.mt-8 {
    margin-top: 8px !important;
}
.pb-12 {
    padding-bottom: 12px !important;
}
.mt-8 {
    margin-top: 8px !important;
}
.mt-16 {
    margin-top: 16px !important;
}

.container1 .feature:first-child {
    margin-right: 8px;
}
#courses-container{
    padding: 10px 43px;
}

.display-flex {
    display: flex;
}
.container1 .feature .feature-icon {
    filter: opacity(0.87);
}

.w-16 {
    width: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
}
.zen-body, .zen-body-1, .zen-body-2, .zen-body-strong, .zen-typography {
    font: 400 14px/22px Helvetica, Arial, sans-serif;
}
.container1 .feature {
    align-items: center;
}
.display-flex {
    display: flex;
}
.mr-12 {
    margin-right: 12px !important;
}
.container1 .feature .feature-icon {
    filter: opacity(0.87);
}

.container1 .feature .feature-icon img {
    height: 16px;
}
.container1 .course-description {
    color: #000;
    line-height: 21px;
}
.container1 .explore {
    cursor: pointer;
    border-top: 1px solid #d2d2d6;
    text-align: center;
    color: #fb813e;
    justify-content: center;
    font-size: 17px;
}
p, span {
    font-weight: 400;
}
.zen-subtitle-1 {
    font: 600 16px/24px Helvetica, Arial, sans-serif;
}
.pointer {
    top: -17px;
    left: 48px;
    border-bottom: 16px solid #b4b4bb;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
.pointer,
.pointer-empty {
    position: absolute;
    width: 0;
}
.pointer-empty {
    top: 4px;
    left: -10px;
    border-bottom: 13px solid #421d68;
    border-right: 9.75px solid transparent;
    border-left: 9.75px solid transparent;
}
.all-courses .page-header .page-header-cntent{
    padding: 16px 21px;
}
.explore_course_main {
    margin-left: auto;
    width: 86%;
    margin-right: auto;
}
.coursecat_contain{
    display:none;
    /* min-height: 623px;
     height: 623px; */
    margin-bottom: 27px;
}
.coursecat_contain.active{
    display:block;
}

/* rating section */


section.rating_section {
    background: #faf7f2;
    float: left;
    width: 100%;
}
.flex-align-center {
    place-content: stretch center;
    align-items: stretch;
}
.ratings .rating-box {
    width: 243px;
    height: 233px;
    margin-right: 10px;
    margin-left: 10px;
}
.ratings {
    padding: 32px 0;
}
.width-container {
    max-width: 1152px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pt-40 {
    padding-top: 40px!important;
}
.pb-16 {
    padding-bottom: 16px!important;
}
.ratings .rating-box {
    background: #e36d1d;
    border-radius: 8px;
    margin-bottom: 11px;
    box-sizing: border-box;
}
.ratings .rating-box.rating-title {
    background: none;
    border-radius: 0px;


}
.flex-align-center {
    place-content: stretch center;
    align-items: stretch;
}
.flex-column {
    flex-direction: column;
}
.ratings .rating-box .rating {
    font-size: 60px;
    line-height: 52px;
    padding-bottom: 24px!important;
}
.ratings .rating-box .rating {
    font-style: normal;
    font-weight: 700;
    font-size: 37px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    padding-bottom: 24px!important;
}
.flex-align-center {
    place-content: stretch center;
    align-items: stretch;
    gap: 13px;
}
.flex-display {
    display: flex;
}
.ratings .rating-box .rating-star img {
    width: 170px;
    height: 30px;
}
.ratings .rating-box .rating-info {
    font-size: 16px;
    line-height: 20px;

}
.ratings .rating-box .rating-info {
    font-style: normal;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}
.ratings .rating-box .rating-logo img {
    width: 172px;
    height: auto;
}
.rating-box-main{
    gap: 73px;
}
.rating_title_box {
    align-self: center;
}

/* credential section */
.our-credentials {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 10px 24px;
}
.credetial_main {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 50%);
    border-radius: 11px;
    min-height: 819px;
    margin-bottom: 18px;
    height:819px;
}
.course_cbtnbox{
    display: flex;
    height: 15%;
    place-items: end;
    justify-content:center;
}
.crendetial_content .credential_count {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}
.crendetial_icon img {
    max-width: 100%;
    height: 74px;
    margin-top: 14px;
}
.credential_detail {
    margin-bottom: 10px;
    height: 30px;
}
.titlec{
    margin-bottom: 23px !important;
}
.crendetial_icon {
    padding: 10px;
    background: #000;
    font-size: 15px;
    font-weight:700;
    color: #fff;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}
.crendetial_content {
    padding: 6px 11px;
}
.crendetial_content_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
}
.crendetial_content p {
    line-height: 21px;
}
.crendetial_content hr{
    margin-bottom:0;
    margin-top:0;
    border-top: 1px solid #000;
}
.crendetial_content ul {
    list-style: auto;
    line-height: 21px;
    padding-inline-start: 26px;
}


/*who can apply */

.who_apply{
    dsiplay:flex;
    flex-wrap:wrap;
    width:100%;
}
.who_apply ul {
    color: #000;
    list-style: none;
    padding-inline-start: 11px;
    line-height: 28px;
}
.wbackground-icon {
    background: linear-gradient(to right, rgb(252, 74, 26), rgb(247, 183, 51));
    border-radius: 50%;
    padding: 5px 5px;
    color: #fff;
    margin-right: 10px;
}
.btn.btn-primary.reg-btn {
    background: linear-gradient(to right, rgb(252, 74, 26), rgb(247, 183, 51));
    border: none;
}
.reg_btn_box {
    margin-top: 33px;
    margin-bottom: 28px;
}

/* career path section */
.career_path{
    display:flex;
    flex-wrap:wrap;
    width:100%;
}
.career_path_img {
  /*  background: url(../images/super50/Career_Path.png); */
    height: 348px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 35px;
}

/* application process section */
.application-process{
    display:flex;
    flex-wrap:wrap;
    width:100%;
    margin-bottom: 20px;
}

.appl_inner_box {
    background: linear-gradient(360deg, rgb(255, 67, 5) 54.1%, rgb(245, 135, 0) 91.3%);
    width: 100%;
    color: #fff;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 13px;
    border: 1px solid rgb(245,135,0);
}
.appl_main {
    margin-bottom: 11px;
    height: 102px;
}


.appl_count {
    align-self: center;
    background: #fff;
    color: #000;
    border-radius: 50%;
    width: 100%;
    text-align: center;
    padding: 8px 4px;
    max-width: 100%;
    position: relative;
    margin-top: 33px;

}

.appl_count:after {
    content: '';
    border: 1px solid #fff;
    background: black;
    top: 30px;
    position: absolute;
    height: 83px;
    margin-left: -5px;
}
.appl_count:nth-child(3):after {
    height: 0;
}

.appl_content {
    padding: 31px 10px;
}
.applc_title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 6px;
}
.appl_icon img {
    height: 66px;
    width: 69px;
}

.appl_icon {
    padding: 18px 10px;
}
.appl_count.app1_scount:after {
    border: none;
}




.landing-footer4r{
    float:left;
    width:100%;
   /* background-image:url('../assets1/images/super50/footerbg.png');*/
    background: #202734;
    padding: 20px 16px;
}
.footer_email {
    color: #fff;
    text-align: left;
    align-self: center;
    padding: 9px 11px;
}
.footer_logo img {
    width: 247px;
    height: 57px;

}
.footer_number {
    color: #fff;
    text-align: center;
    padding: 4px 12px;
}
.footer_micon {
    background: #ff6415;
    padding: 3px;
    text-align: center;
    margin-right: 3px;
    border-radius: 2px;
}

/* testimonial section start */

.testimonial-global{
    display:block
}
.testimonial-mobile{
    display:none;
}
.image-accordian {
    position: relative;
    overflow: hidden;
}
.image-accordian {
    width: 100%;
    display: flex;
    flex-direction: column;
    list-style: none;
}
.pl-0 {
    padding-left: 0!important;
}
.image-accordian ul li:first-child {
    border-radius: 8px 8px 0 0;
}

.image-accordian ul li {
    width: auto;
    transition: all .5s ease;
    cursor: pointer;
}

.image-accordian ul li .content-container {
    height: 144px;
    transition: all .5s ease;
    overflow: hidden;
}
.image-accordian ul .active-card .content-container .content {
    -webkit-animation: fade-in-out .5s ease-in;
    animation: fade-in-out .5s ease-in;
}
.image-accordian ul li .content-container .content {
    -webkit-animation: fade-out-heading .85s ease-in;
    animation: fade-out-heading .85s ease-in;
    color: #e1e1e3;
}

.pt-24 {
    padding-top: 24px!important;
}
.mt-12 {
    margin-top: 12px!important;
}
.mt-24 {
    margin-top: 24px !important;
}
.ml-12 {
    margin-left: 12px !important;
}
.zen-h4, .zen-heading-4, .zen-typography h4 {
    font: 600 20px/32px 'Helvetica', 'Arial', sans-serif;
}
.image-accordian ul li .content-container .content .heading {
    font-size: 18px;
    line-height: 24px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-right: 76px;
}
.image-accordian ul .active-card .content-container .content .heading {
    font-size: 22px;
    line-height: 32px;
    padding-left: 24px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    color:#fff;
}
.image-accordian ul li .content-container .content .inner-content {
    opacity: 0;
    transition: all .45s ease;
    color: #e1e1e3;
}
.image-accordian ul li.active-card .content-container .content .inner-content {
    opacity: 1;
    transition: all .45s ease;
    color: #e1e1e3;
}
.image-accordian ul {
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    list-style: none;
}

.w-84 {
    width: 84px!important;
    min-width: 84px!important;
    max-width: 84px!important;
}

.image-accordian ul li .content-container .content .heading {
    max-width: 150px;
    padding-right: 24px;
}
.image-accordian ul li .content-container .content .heading {
    font-size: 18px;
    line-height: 24px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-right: 76px;
    color:#fff;
    padding-left: 24px;
}
.testimonial-global{
    display:block;
}
.testimonial-mobile{
    display:none
}
.zen-gradient-v2-button.zen-button-small, .zen-primary-button.zen-button-small, .zen-secondary-button.zen-button-small, .zen-text-button.zen-button-small {
    min-height: 32px;
}
.zen-gradient-v2-button.zen-accent, .zen-gradient-v2-button.zen-primary, .zen-gradient-v2-button.zen-success, .zen-gradient-v2-button.zen-warn {
    color: #fff;
}
.zen-gradient-v2-button, .zen-primary-button, .zen-secondary-button, .zen-text-button,.lmsprimarybtn {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    overflow: visible;
    margin: 0;
    min-width: 64px;
    line-height: 22px;
    border-radius: 6px;
    padding: 0 24px;
    min-height: 32px;
}
.zen-gradient-v2-button {
    color: rgba(0, 0, 0, 0.87);
    background-image: linear-gradient(90deg, #213359, #114968);
}
.lmsprimarybtn {
    color: #fefcfb;
    background-image: linear-gradient(90deg, #337ab7, #e36d1d);
}
.zen-gradient-v2-button, .zen-link-button, .zen-primary-button, .zen-secondary-button, .zen-text-button,.lmsprimarybtn {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.mr-12 {
    margin-right: 12px !important;
}
.zen-base-button .zen-button-focus-overlay {
    opacity: 0;
}
.zen-button-focus-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}


.zen-base-button .zen-button-focus-overlay {
    opacity: 0;
}
.zen-button-focus-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}
.zen-button-focus-overlay {
    background: #000;
}
.testimonial-mobile{
    display:none;
}


@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}


/* testimonial section */

.container .section-title {
    font-size: 32px;
    line-height: 42px;
}
.image-accordian ul {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.image-accordian ul li {
    width: 20%;
    display: table-cell;
    position: relative;
}
.image-accordian ul li:first-child {
    border-radius: 8px 0 0 8px;
}
.image-accordian ul li:last-child {
    border-radius: 0 8px 8px 0;
}
.image-accordian ul li .content-container {
    display: block;
    height: 500px;
}
.image-accordian ul li .content-container .content .heading {
    max-width: 150px;
    padding-right: 24px;
}
.image-accordian ul li .content-container .content .inner-content {
    width: 336px !important;
    padding-left: 32px !important;
}
.image-accordian ul .active-card {
    width: 60%;
}
.image-accordian ul .active-card .content-container {
    height: 500px;
}
.image-accordian ul .active-card .content-container .content .heading {
    max-width: 250px;
    padding-left: 32px !important;
    padding-right: 32px !important;
}
.whyf-lwrapper ul{
    padding-inline-start: 0px;
}
.whyf-lwrapper ul li{
    list-style: none;
    padding: 5px 0px;
    font-size: 15px;
    color: #000;
    line-height: 22px;
    display: flex;
}
.whyf-lwrapper ul li::before {
    content: "\2022";
    color: #ff6415;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 18px;

}

.why-futurewiz {
    background: #faf7f2;
    float: left;
    width: 100%;
    margin-bottom: 18px;
}

.form-control option{
    color:#000;
}

ul.outside li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

ul.outside li:before {
    content: "";
    margin-left: -25px;  /* this is to move the icon left */
    padding-right: 10px; /* to keep some space between icon and text */
}

.chat_button_section{
    display:block;
}

/* how to get placement   */

.fresher_nextmonth_section {
    display:flex;
    /*  background-color: #F3F3F3; */
    width: 100%;
    min-height: 300px;
    padding: 0 0px;
}
.next_nine_month_section video {
    width: 100%;
    height: auto;
}
.fresher_nextmonth_section .container {
    margin: 0 auto;
    width: 100%;
    padding: 0 !important;
}


.head-right{
    padding: 3px 11px;
}
.head-right img {
    width: 94%;
    height: 85px;
}

.qucik-link {
    position: fixed;
    top: 50%;
    right: 20px;
    cursor: pointer;
    z-index: 99;
    transform: translateX(50%) translateY(-50%) rotate(-90deg)
}

.mobile-show {
    display: none;
}

.chat_button_section {
    display:block;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: #dddddd5c;
    width: 100%;
    padding: 7px 14px;

}
.call_btn.btn-primary{
    background:linear-gradient(to right, rgb(252, 74, 26), rgb(247, 183, 51)) !important;
    border:none;
}
.chat_btn.btn-primary{
    background:linear-gradient(to right, rgb(252, 74, 26), rgb(247, 183, 51)) !important;
    border:none
}

.regb_nebox {
    width: 50%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display:none;
}
.boss-center {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 102px;
}

.course_comp_content img {
    height: auto;
    width: 71%;
    margin-top: 44px;
    margin-bottom: 30px;
}
.course_comp_content p {
    line-height: 21px;
}

.top_mentors {
    float: left;
    width: 100%;
}
.silicon_banner_rsection {
    padding: 24px 10px;
}
.form-wrapper {
    background: #fff;
    padding: 16px 28px;
    border-radius: 13px;
}
.form-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 11px;
}
.form-subtitle {
    margin-bottom: 11px;
}
.fit-content{
    width:fit-content;
}
.landing-page-banner h1{
    margin-bottom: 16px;
    line-height: 54px;
    font-style: italic;
}
.bform_inner.landing-page-banner.silicon-trishul-lp h1,.bform_inner.landing-page-banner.silicon-trishul-online-vlsi h1{
    margin-bottom: 22px;
    line-height: 54px;
}
.bform_inner.landing-page-banner.silicon-trishul-lp,.bform_inner.landing-page-banner.silicon-trishul-online-vlsi {
    padding: 30px 17px;
}
.bform_inner.landing-page-banner {
    padding: 56px 17px;
    place-self: anchor-center;
}
.bform_inner.landing-page-banner p {
    color: #fff;
    line-height: 25px;
    font-size: 16px;
    font-weight: 600;
}
@media only screen and (min-width: 400px) and (max-width: 900px) {
    .head-right{
        display: block;
        padding: 6px 11px;
        margin-left: auto;
    }
    .mnumber_font, .email_font {
        padding: 0px 1px;
        color: #f26221;
        font-size: 12px;
        background: none;
        border: none;
    }
    .bform-section{
        /*  height:1300px; */

    }
    .mbl_slider{
        display:block;
    }
    .des_slider{
        display:none;
    }
    .header-logo {
        width: 171px;
    }
    .course_comp_content img {
        width:100%;
    }
    .nav-wrapper {
        display:none;
    }
    .bfom-containt{
        padding: 12px 0px;
    }
    .bfom-rightContent{
        width:100%;
        margin-top: 5px;
    }
    .fman_box {
        width: 100%;
    }
    .mn_detail{
        min-height: 245px;
    }
    .fman_box{
        padding: 7px 6px;
        margin-bottom: 10px;
    }
    .bform_inner h1{
        font-size: 30px;
    }
    .head-right img {
        width: 82%;
        height: 65px;
    }

    /* uper icon section */

    .icon-section{
        background:#fff;
    }

    /* reating section */

    .rating-box-main.flex-display{
        display:block;
    }
    .bhj3.flex-display {
        display: block;
    }


    /* career path section */
    .career_path {
        display: block;
        float: left;
        width:100%
    }
    .career_path_img {
      /*  background: url(../images/super50/career_path_mobile_1.png); */
        /* height: 438px; */
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 35px;
    }

    /* application process */

    .application-process{
        display:block;
        width:100%
    }
    .appl_inner_box{
        width: 100%;
    }
    .appl_count{
    }
    .appl_count{
        position: absolute;
        margin-top: 33px;
    }
    .appl_content {
        padding: 14px 10px;
    }

    /* explore course */
    .explore_course_main {
        width: 100%;
    }
    .explore_course .subtitle1 {
        line-height: 19px;
    }
    .course_category_detail .coursecat_contain .main-content {
        margin: 0 14px!important;

    }
    #courses-container {
        padding: 10px 17px;
    }


    .why-futurewiz {
        width: 100%;
        float: left;
        margin-bottom: 16px;
    }
    .head-right img {
        width: 92%;
    }

    /* footer  */
    .landing-footer4r{
        padding: 17px 2px;
    }
    .footer_logo {
        margin-top: 17px;
    }
    .footer_logo img {
        width: 84%;
        height: 57px;
        float: left;
    }
    .footer_email {
        padding: 9px 7px;
    }

    /*  image accordition     */
    .testimonial-global{
        display:none
    }
    .testimonial-mobile{
        display:block;
    }
    .image-accordian ul li {
        width: 100%;
    }
    .image-accordian ul li .content-container{
        height: 164px;
    }
    .image-accordian ul{
        display: grid;
        flex-direction: row;
    }
    .image-accordian ul li .content-container .content .heading{
        max-width: 266px;
    }
    .image-accordian ul .active-card .content-container .content .heading{
        max-width: 100%;
    }
    .image-accordian ul .active-card{
        width:100%;
    }
    .image-accordion1{
      /*  background: url(../images/accordition/student1.png) no-repeat bottom 0 right -10px / 104px 136px,
            #7533b7;*/
    }

    .image-accordion2{
/*        background: url(../images/accordition/student2.png) no-repeat bottom 0 right -10px / 104px 136px, #421d68;*/
    }
    .image-accordion3{
/*        background: url(../images/accordition/student3.png) no-repeat bottom 0 right -10px / 104px 136px, #2f154c;*/
    }
    .image-accordion4{
/*        background: url(../images/accordition/student4.png) no-repeat bottom 0 right -10px / 104px 136px, #0a6dff;*/
    }
    .image-accordion5{
/*        background: url(../images/accordition/harsh-cn-10510-1-10512-17471.webp) no-repeat bottom 0 right -10px / 104px 136px, #04439f;*/
    }
    .working_box{
        width:100%;
    }
    .explore_course{
        background:#000 !important;
    }
    .container1 .round{
        width: 28%;
        max-width: 28%;
    }

    .chat_button_section {
        display:block;
        position: fixed;
        bottom: 0;
        z-index: 999;
        background: #dddddd5c;
        width: 100%;
        padding: 7px 14px;
    }
    img.call_btn_img {
        height: 40px;
        width: 40px;
        float:left;
    }
    img.chat_btn_img {
        /* padding: 21px; */
        height: 40px;
        width: 40px;
        float: right;
    }
    .qucik-link {
        top: 60%;
    }
    .mobile-hide{
        display:none;
    }
    .mobile-show{
        display:block!important;
    }
    .bform-section{
        background-position: initial;
    }

    .regb_nebox{
        width:100%;
        display:block;
    }
    .boss-center {
        width: 100%;

    }
}
@media only screen and (max-width: 600px) {
    .head-right{
        display: block;
        padding: 6px 11px;
        margin-left: 0;
    }
    .mnumber_font, .email_font {
        padding: 0px 1px;
        color: #f26221;
        font-size: 12px;
        background: none;
        border: none;
    }
    .bform-section{

        /*  height:1197px; */
    }
    .mbl_slider{
        display:block;
    }
    .des_slider{
        display:none;
    }
    .header-logo {
        width: 237px;
        padding: 3px 4px;
    }
    .head-right img {
        width: 100%;
        height: 50px;
    }
    .course_comp_content img {
        width:100%;
    }
    .nav-wrapper {
        display:none;
    }
    .bfom-containt{
        padding: 12px 0px;
    }
    .bfom-rightContent{
        width:100%;
        margin-top: 5px;
    }
    .fman_box{
        width: 100%;
    }
    .mn_detail{
        min-height: 245px;
    }
    .fman_box{
        padding: 7px 6px;
        margin-bottom: 10px;
    }
    .bform_inner h1{
        font-size: 30px;
    }
    .banner_logo img {
        width: 100%;
    }
    .banner_logo{
        margin-bottom: 18px;
    }
    /* uper icon section */

    .icon-section{
        background:#fff;
    }

    /* rating section */

    .rating-box-main.flex-display{
        display:block;
    }
    .bhj3.flex-display {
        display: block;
    }


    /* career path section */
    .career_path {
        display: block;
        float: left;
        width:100%
    }
    .career_path_img {
      /*  background: url(../images/super50/career_path_mobile_1.png); */
        /* height: 312px; */
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 35px;
    }

    /* explore course */
    .explore_course_main {
        width: 100%;
    }
    .explore_course .subtitle1 {
        line-height: 19px;
    }
    .course_category_detail .coursecat_contain .main-content {
        margin: 0 14px!important;

    }
    #courses-container {
        padding: 10px 17px;
    }

    /* application process */

    .application-process{
        display:block;
        width:100%
    }
    .appl_inner_box{
        width: 100%;
    }
    .appl_count{
        padding: 8px 6px;
    }
    .appl_count{
        position: absolute;
        margin-top: 33px;
    }
    .appl_content {
        padding: 11px 11px;
    }


    /* footer  */
    .landing-footer4r{
        padding: 17px 2px;
    }
    .footer_logo {
        margin-top: 17px;
    }
    .footer_logo img {
        width: 84%;
        height: 57px;
        float: left;
    }
    .footer_email {
        padding: 9px 7px;
    }

    /*  image accordition     */
    .testimonial-global{
        display:none
    }
    .testimonial-mobile{
        display:block;
    }
    .image-accordian ul li {
        width: 100%;
    }
    .image-accordian ul li .content-container{
        height: 164px;
    }
    .image-accordian ul{
        display: grid;
        flex-direction: row;
    }
    .image-accordian ul li .content-container .content .heading{
        max-width: 266px;
    }
    .image-accordian ul .active-card .content-container .content .heading{
        max-width: 100%;
    }
    .image-accordian ul .active-card{
        width:100%;
    }
    .image-accordion1{
/*        background: url(../images/accordition/student1.png) no-repeat bottom 0 right -10px / 104px 136px,
            #7533b7;*/
    }

    .image-accordion2{
/*        background: url(../images/accordition/student2.png) no-repeat bottom 0 right -10px / 104px 136px, #421d68;*/
    }
    .image-accordion3{
/*        background: url(../images/accordition/student3.png) no-repeat bottom 0 right -10px / 104px 136px, #2f154c;*/
    }
    .image-accordion4{
/*        background: url(../images/accordition/student4.png) no-repeat bottom 0 right -10px / 104px 136px, #0a6dff;*/
    }
    .image-accordion5{
/*        background: url(../images/accordition/harsh-cn-10510-1-10512-17471.webp) no-repeat bottom 0 right -10px / 104px 136px, #04439f;*/
    }
    .working_box{
        width:100%;
    }
    .explore_course{
        background:#000!important;
    }
    .container1 .round{
        width: 28%;
        max-width: 28%;
    }


    .qucik-link {
        top: 60%;
    }
    .mobile-hide{
        display:none;
    }
    .mobile-show{
        display:block!important;
    }
    .bform-section{
        background-position: initial;
    }
    .regb_nebox{
        width:100%;
        display:block;
    }
    .boss-center {
        width: 100%;

    }
    .bform_inner.landing-page-banner {
        padding: 16px 0px;
    }
}





img.call_btn_img {
    height: 40px;
    width: 40px;
    float:left;
}
img.chat_btn_img {
    /* padding: 21px; */
    height: 40px;
    width: 40px;
    float: right;
}
.filter_loading{
    position:fixed;
    display:none;
    top:0;
    left:0;
    text-align:center;
    background:rgba(0,0,0,0.6);
    color:#FFF;
    width:100%;
    height:100%;
    z-index:999999999;
}
.filter_loading img{
    margin: 20% auto 0 auto;
    padding:5px;
    width:54px;
}
.overlay {
    background:#000000b3;
    position: fixed;
    z-index:2;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    display:none;
}
.over_inner {
    width: 100%;
    height: 100%;
}
.alert-popup{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    text-align:center;
    background:#ffda78;
    padding:10px;
    color:#333;
    font-family:cursive;
}
.mgserror{
    color:red;
    margin:10px auto;
    padding:5px;
    font-size:12px;
    text-align:center;
}
.error_message{
    margin-bottom:10px;
    font-size:12px;
    color:#d21919;
    border-radius:5px;
    font-weight:400;
    padding:2px 10px 0 200px;
    text-align:left;
}


.is-invalid {
    border-color: #df4841;
}

em {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    margin-top: 0.3125rem;
    float:left;
}

em.error {
    color: rgb(223, 72, 65);
    /* position: absolute;*/
    right: 0;
    /*  width: 100%;  */
    font-size: 10px;
    margin: 0;
}


.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none;
}


.accept_error {
    color: rgb(223, 72, 65);
    right: 0;
    width: 100%;
    font-size: 10px;
    margin: 0;
    font-weight: 700;
    margin-top: 0.3125rem;
    font-style: italic;
    display: none;
}
.txtwhite{
    color:#fff;
}



/* vlsi scholarship page css */

/* test landing page */

/* banner section */

.secbannermain{

/*    background: url(../assets1/images/test/new_test_main_img_9.png);*/
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.tbn_left img {
    width: 100%;
    height: 100%;
}

.testbanner-section {
    width: 100%;
    position: relative;
    padding: 31px 0px;
}
p.btestcode {
    padding: 9px;
    background: linear-gradient(to right, rgb(252, 74, 26), rgb(247, 183, 51));
    color: #fff;
    width: fit-content;
    font-size: 17px;
    font-weight: 700;
}
p.bn_prticipate {
    margin-top: 22px;
    font-weight: 700;
    color:#fff;
}
.brt-content h3 {
    font-weight: 700;
}
.rt_bninfo {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    margin-top: 6px;
}
.rt_bninfo img {
    width: 25px;
    height: 25px;
}
.rt_btn_main .super50Submit {
    width: fit-content;
    padding: 11px 24px;
}
.ticon-section {
    background: #fff7e4;
    padding: 16px 7px;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}
p.ticon_hlt {
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    padding: 26px 3px;
    padding-top: auto;
    margin-top: 9px;
    margin-bottom: 9px;
}
.test_hgbox {
    display: flex;
    flex-wrap: nowrap;
    gap: 28px;
    background: #083554;
    color: #fff;
    padding: 10px 17px;
    border-radius: 9px;
    margin-bottom: 9px;
    margin-top: 9px;
}
.test_hgbox img {
    width: 61px;
    height: 68px;
}
.test_hgbox p{
    align-self: center;
    font-weight: 700;
    line-height: 19px;
    font-size: 17px;
}


.schlb_wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.left_schp {
    width: 78%;
    align-self: center;
    display: flex;
    text-align: center;
    border: 6px solid #083554;
}
.rightschlb_inner{
    width:50%;
}
.left_schp .tp100 {
    width: 59%;
    padding: 9px 13px;
    background: #ff5600;
    color: #fff;
    font-weight: 700;
}

.left_schp .schl_100 {
    width: 100%;
    align-self: center;
    align-self: center;
    font-weight: 600;
}
.schlb_inner {
    align-self: center;
    padding: 6px 22px;
    width: 50%;
}
.left_schp:nth-child(2),.left_schp:nth-child(3),.left_schp:nth-child(4),.left_schp:nth-child(5),.left_schp:nth-child(6),.left_schp:nth-child(7),.left_schp:nth-child(8){
    border-top: none;
}

.tplacement_prt {
    float:left;
    width: 100%;
    background: #fff7e4;
}
.tplacement_prt_wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 22px 11px;
}
.tplacement_prt_wrapper p {
    line-height: 17px;
}
.tplacement_img_main img {
    height: auto;
    width: 133px;
}
.tplacement_img_main {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 32px;
}
.tplacement_img_inner {
    margin-bottom: 12px;
}
.trade_mark {
    text-align: center;
    font-size: 13px;
    margin-top: 18px;
}

.unclockp_container {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
}
.unclockp_btn.super50Submit{
    width: fit-content;
    background:#ff5600 !important;
    padding: 13px 29px;
}
.unclockp_img img {
    height: auto;
    width: 196px;
}
.uncontent {
    width: 46%;
    align-self: center;
    text-align: left;
}
.uncontent h4 {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
}

.indemad_main {
    display: flex;
    gap: 35px;
    justify-content: center;
    flex-wrap: wrap;
}
.indemad_csection {
    background: #083554;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-wrap: wrap;
}
.indemad_main_box {
    padding: 10px;
    background: #fff;
    width: 27%;
    text-align: center;
    padding: 27px 27px;
    margin-bottom: 24px;
    height: 196px;
}
.indemad_main_box_inner {
    margin-top: 39px;
}
.indemad_title h4 {
    margin-bottom: 35px;
}
.indemad_btn .super50Submit {
    width: fit-content;
    padding: 12px 20px;
    background: #ff5600;
}
.indemad_csection h3{
    color:#fff;
    margin-top: 24px;
    margin-bottom: 24px;
}
.participate_fzsat {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.participate_fzsat_icon img {
    height: 30px;
    width: 30px;
    margin-right: 13px;
}
.participate_fzsat_main ul {
    list-style: none;
    margin-top: 36px;
    margin-left: 0;
    padding-inline-start: 0;
}
.participate_img_block img {
    width: 100%;
    height: auto;
}
.participate_fzsat_main ul li {
    display: flex;
    line-height: 19px;
    margin-bottom: 7px;
}
.participate_fzsat_main {
    padding: 0 52px;
}
.why-choose .brt-content{
    display:flex;
    place-items:anchor-center;
    height:100%;
}

.mt-3{
    margin-top:3px;
}
.mt-4{
    margin-top:4px;
}
.mt-5{
    margin-top:5px;
}
.mt-10{
    margin-top:10px;
}
.mt-15{
    margin-top:15px;
}
.mt-20{
    margin-top:20px;
}
.mt-25{
    margin-top:25px;
}

.mb-3{
    margin-bottom:3px;
}
.mb-4{
    margin-bottom:4px;
}
.mb-5{
    margin-bottom:5px;
}
.mb-10{
    margin-bottom:10px;
}
.mb-15{
    margin-bottom:15px;
}
.mb-20{
    margin-bottom:20px;
}
.mb-25{
    margin-bottom:25px;
}
.mb-30{
    margin-bottom:30px;
}
.pt-5{
    padding-top:5px
}
.pt-10{
    padding-top:10px
}
.pt-15{
    padding-top:15px
}
.pt-20{
    padding-top:20px
}
.pb-5{
    padding-bottom:5px
}
.pb-10{
    padding-bottom:10px
}
.pb-15{
    padding-bottom:15px
}
.pb-20{
    padding-bottom:20px
}

/* accordition section  */

.asked_accordition ul {
    padding: 15px 10px;
    list-style:none;
    width: 61%;
    margin-left: auto;
    margin-right: auto;
}
.asked_accordition ul li {
    margin-bottom: 14px;
    box-shadow: 0px 2px 10px 1px #aaaaaa;
    margin-top: 7px;
    border-radius: 3px;
    cursor: pointer;
}
.asked_accordition ul li {
    background: #083554;
}
.asktitlesec {
    padding: 5px 11px;
    display: flex;
    background: 1px #fff;
}
.akslist_title {
    width: calc(100% - 20px);
    font-weight: 600;
    line-height: 22px;
}
.akslicon {
    padding: 4px 6px;
    background: #5c4f4f;
    color: #fff;
}
.akslist_content {
    margin-top: 0px;
    padding: 11px 17px;
    color: #fff;
    display: none;
    line-height: 20px;
}

.chat_button_section{
    display:block;
}
.chat_button_section {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: #dddddd5c;
    width: 100%;
    padding: 7px 14px;
}

img.call_btn_img {
    height: 40px;
    width: 40px;
    float: left;
}
img.chat_btn_img {
    /* padding: 21px; */
    height: 40px;
    width: 40px;
    float: right;
}

.down-mark-line-2 {
    position: relative;
    z-index: 2;
    display: inline-block;
    color:#fff;
}
.clrwhite{
    color:#fff;
}

@keyframes section-animation {
    0% {
        width: 0px;
    }
    15% {
        width: 100%;
    }
    85% {
        opacity: 1;
    }
    90% {
        width: 100%;
        opacity: 0;
    }
    100% {
        width: 0px;
        opacity: 0;
    }
}
.down-mark-line-2::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 8%;
    width: 100%;
    z-index: -1;
    height: 100%;
/*    background: url(../images/artistic_line_1.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-animation: section-animation 3s infinite;
    animation: section-animation 3s infinite;
    top: 20px;
}



.brt-content h3 {
    margin-bottom: 16px;
}
.take_the_first_content button {
    width: fit-content;
}
.take_the_first {
    /* display: flex; */
    width: 100%;
    flex-wrap: wrap;
    float: left;
}
.take_the_first_img img {
    width: 100%;
    height: auto;
}
.take_the_first_content {
    /* margin-top: 40px; */
    padding: 38px 39px;
}
.take_the_first_content h3 {
    margin-bottom: 26px;
}
.take_the_first_content p {
    margin-bottom: 26px;
    line-height: 18px;
}
.take_the_first_img {
    margin-bottom: 18px;
}
.take_the_first_img {
    margin-bottom: 18px;
    padding: 36px 8px;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 102px;
}

.banner-subtitle {
    padding: 9px 41px;
    border-radius: 30px;
    display: flex;
    margin-bottom: 0;
    font-size: 16px;
    font-style: italic;
}



@media only screen and (min-width: 400px) and (max-width: 900px) {
    .take_the_first_content {
        padding: 38px 0px;
    }
    .schlb_inner{
        width: 100%;
    }
    .rightschlb_inner {
        width: 100%;
        padding: 6px 22px;
    }
    .tplacement_prt_wrapper{
        width:100%;
    }
    .tplacement_img_main img {
        width: 88px;
    }
    .tplacement_img_main{
        justify-content: center;
    }
    .unclockp_container{
        width: 100%;
    }
    .uncontent{
        width:100%;
    }
    .indemad_main_box{
        width:90%;
    }
    .asked_accordition ul{
        width:100%;
    }
    .participate_fzsat_main {
        padding: 0 0;
    }
    .left_schp{
        width:100%;
    }
    .head-right{
        display: block;
        padding: 6px 11px;
        margin-left: auto;
    }
    .mnumber_font, .email_font {
        padding: 0px 1px;
        color: #f26221;
        font-size: 12px;
        background: none;
        border: none;
    }
    .header-logo {
        width: 171px;
    }
    .nav-wrapper {
        display:none;
    }
    .bfom-containt{
        padding: 12px 0px;
    }
    .bfom-rightContent{
        width:100%;
        margin-top: 5px;
    }

    /* uper icon section */

    /* footer  */
    .landing-footer4r{
        padding: 17px 2px;
    }
    .footer_logo {
        margin-top: 17px;
    }
    .footer_logo img {
        width: 84%;
        height: 57px;
        float: left;
    }
    .footer_email {
        padding: 9px 7px;
    }

    .chat_button_section {
        display:block;
        position: fixed;
        bottom: 0;
        z-index: 999;
        background: #ddd;
        width: 100%;
        padding: 7px 14px;
    }

}
.working_box {
    width: 100%;
}
.working_box img {
    height: 231px;
    margin-bottom: 10px;
    padding: 9px;
    width: 237px;
    border-radius: 15px;
}
.our-alumini-section{background:#222133;}
@media only screen and (max-width: 400px) {
    .take_the_first_content {
        padding: 38px 0px;
    }
    .schlb_inner{
        width: 100%;
    }
    .rightschlb_inner {
        width: 100%;
        padding: 6px 22px;
    }
    .tplacement_prt_wrapper{
        width:100%;
    }
    .tplacement_img_main img {
        width: 88px;
    }
    .tplacement_img_main{
        justify-content: center;
    }
    .unclockp_container{
        width: 100%;
    }
    .uncontent{
        width:100%;
    }
    .indemad_main_box{
        width:90%;
    }
    .asked_accordition ul{
        width:100%;
    }
    .participate_fzsat_main {
        padding: 0 0;
    }
    .left_schp{
        width:100%;
    }
    .head-right{
        display: block;
        padding: 6px 11px;
        margin-left: 0;
    }
    .mnumber_font, .email_font {
        padding: 0px 1px;
        color: #f26221;
        font-size: 12px;
        background: none;
        border: none;
    }
    .header-logo {
        width: 161px;
    }
    .nav-wrapper {
        display:none;
    }
    .bfom-containt{
        padding: 12px 0px;
    }
    .bfom-rightContent{
        width:100%;
        margin-top: 5px;
    }


    /* footer  */
    .landing-footer4r{
        padding: 17px 2px;
    }
    .footer_logo {
        margin-top: 17px;
    }
    .footer_logo img {
        width: 84%;
        height: 57px;
        float: left;
    }
    .footer_email {
        padding: 9px 7px;
    }

    /*  image accordition     */

    .chat_button_section {
        display:block;
        position: fixed;
        bottom: 0;
        z-index: 999;
        background: #ddd;
        width: 100%;
        padding: 7px 14px;

    }
}
.call_btn.btn-primary{
    background:linear-gradient(to right, rgb(252, 74, 26), rgb(247, 183, 51)) !important;
    border:none;
}
.chat_btn.btn-primary{
    background:linear-gradient(to right, rgb(252, 74, 26), rgb(247, 183, 51)) !important;
    border:none
}



.filter_loading{
    position:fixed;
    display:none;
    top:0;
    left:0;
    text-align:center;
    background:rgba(0,0,0,0.6);
    color:#FFF;
    width:100%;
    height:100%;
    z-index:999999999;
}
.filter_loading img{
    margin: 20% auto 0 auto;
    padding:5px;
    width:54px;
}
.overlay {
    background:#000000b3;
    position: fixed;
    z-index:2;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    display:none;
}
.over_inner {
    width: 100%;
    height: 100%;
}
.alert-popup{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    text-align:center;
    background:#ffda78;
    padding:10px;
    color:#333;
    font-family:cursive;
}
.mgserror{
    color:red;
    margin:10px auto;
    padding:5px;
    font-size:12px;
    text-align:center;
}
.error_message{
    margin-bottom:10px;
    font-size:12px;
    color:#d21919;
    border-radius:5px;
    font-weight:400;
    padding:2px 10px 0 200px;
    text-align:left;
}


.is-invalid {
    border-color: #df4841;
}

em {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    margin-top: 0.3125rem;
    float:left;
}

em.error {
    color: rgb(223, 72, 65);
    /* position: absolute;*/
    right: 0;
    /*  width: 100%;  */
    font-size: 10px;
    margin: 0;
}


.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none;
}


.accept_error {
    color: rgb(223, 72, 65);
    right: 0;
    width: 100%;
    font-size: 10px;
    margin: 0;
    font-weight: 700;
    margin-top: 0.3125rem;
    font-style: italic;
    display: none;
}
.white-color{
    color:#fff;
}
.yellow-background{
    background:#FEED00;
}
.blue-background{
    background:#019CDD;
}
.black-background{
    background: #000;
}
.gray-background{
    background: #558996;
}
.page-title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 17px;
    margin-bottom: 17px;
    line-height: 34px;
}
.icon img {
    max-width: 100%;
    height: 357px;
    width: 100%;
    padding: 16px;
}
.buy-course-info {
    position: relative;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding: 9px;
    border-radius: 31px;
}
.becomes-designer-inner img {
    max-width: 100%;
}
.justify-center{
    justify-content: center
}
.d-flex{
    display:flex
}
.placed-item-center{
    place-items: anchor-center
}
.becomes-designer-inner {
    position: relative;
}
.becomes-designer-inner-content {
    position: absolute;
    top: 31%;
    margin-left: 49px;
    font-size: 37px;
    line-height: 44px;
    font-weight: 600;
}
.why-learn {
    background-image: url("../images/2-5.jpg");
    min-height:300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
}

.why-choose {
    background-image: url("../images/2-6.jpg");
    min-height:485px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    height: 490px;
}
.certificate{
    min-height:300px;
    background:#9FD1ED;
    height: 555px;
}

.why-learn-inner-content{
    height:100%;
    position:relative;
}
img{
    max-width:100%;
}
.certificate ul {
    list-style:none;
    padding-inline-start: 0px;
}
.certificate ul li::before {
    font-family: "Font Awesome 4.4.0 Free";
    content: "";

}
.certificate ul li {
    margin-bottom: 12px;
}
.certificate .fa-check-circle:before {
    content: "\f058";
    margin-right: 13px;
}
.testimonal-main{
    background-image: url("../images/bgN.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    max-width:100%;
    height:217px;
}

.hjob_detail_container {
    padding: 11px 2px;
    width: 193px;
}
.hjob_right_icon {
    display: flex;
    place-self: anchor-center;
    margin-left: 78px;
}
.hjob_container_main{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 50%);
    border-radius: 11px;
    background: #fff;
    padding: 1px 13px;
    position:relative;
}
h4.hjob-title{
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 15px;
}
.placed {
    font-size: 23px;
    color: #fff;
    font-weight: 700;
    display: flex;
    position: absolute;
    top: 21px;
    justify-content: center;
    padding: 1px 33px;
}
.recruiter {
    position: absolute;
    top: 126px;
    padding: 0px 33px;
    font-size: 23px;
    font-weight: 700;
}
.gap-12{
    gap:12px;
}
.hjob_container_main p {
    font-size: 12px;
    line-height: 22px;
}
.our-alumini-section .carousel{
    display:flex;
    gap:10px;
    overflow: hidden;
    justify-content: center;
}
.group.img-group .card{
    border:transparent;
    min-width: 240 !important;
}
.our-alumini-section .carousel {
    flex: 0 0 100%;
}

.img-group{
    display: flex;
    gap: 39px;
    white-space: nowrap;
    width: 100%;
}
.left_scroll.img-group  {
    will-change: transform; /* We should be nice to the browser - let it know what we're going to animate. */
    animation: left_scrolling 50s linear infinite;
}
.right_scroll.img-group {
    will-change: transform; /* We should be nice to the browser - let it know what we're going to animate. */
    animation: right_scrolling 50s linear infinite;
}
@keyframes left_scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes right_scrolling {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

.custom-container {
    padding: 0 91px;
}
.pt-27{
    padding-top:27px;
}

.trademark_msg {
    color: #000;
    font-style: normal;
    font-size: 13px;
}
.additional-benifits-inner {
    position: relative;
    width: 100%;
}
.additional-benifits-inner-content {
    position: absolute;
    top: 20px;
    margin-left: 37px;
}
.additional-benifits-inner p {
    font-size: 13px;
    line-height: 17px;
}
.mt-40{
    margin-top: 40px;
}


.frquentlyquestion{
    background:#A0D1EB;
}
.womensintech-section{
    padding:30px 0;
    width: 100%;
    float: left;
}
.womensintech-box {
    padding: 0px 0px;
    float:left;
    width:100%;
}
.content {
    font-size: 23px;
    margin-top: 10px;
    font-weight: 500;
    float:left;
}
.womenkey_featurelist {
    float: left;
    text-align: center;
    padding: 11px 0;
}
.womenkey_featurelist ul {
    font-size: 17px;
    text-align: left;
    list-style: disc;
    margin-left: 24px;
    font-weight: 500;
}

.freq-img img {
    height: auto;
    width: 100%;
}
.freq-table p {
    border: 1px solid #ddd;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 4px 13px;
    font-weight: 600;
    cursor:pointer;
}
.freq-table p:hover {
    background: #ccc;
}
.freq-table {

}
.freq-table ul {
    list-style: none;
    padding: 0;
}
.freq-table ul li {
    width: 100%;
    display: flow-root;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 4px;
    cursor: pointer;
    font-weight: 500;
    color:#000;
}
.freq-table ul li:last-child {
    border-bottom: 1px solid #000;
}
.freq-table ul li:first-child {
    border-top: 1px solid #000;
}
.arrow-icon{
    float:right;
    font-weight: 700;
    font-size: 19px;
    padding: 0;
    cursor: pointer;
    color: #000;
}
.faqdropdown {
    padding: 9px;
    background: #5e4949;
    margin-top: 7px;
    display:none;
    font-weight: 500;
    font-size: 14px;
    color:#fff;
}
.flex-wrap{
    flex-wrap: wrap;
}
.space-between{
    justify-content: space-between;
}
.checkout_amount {
    font-size: 26px;
    font-weight: 600;
}
p.access-info {
    font-size: 14px;
}
.mt-30{
    margin-top:30px;
}
.checkout-right-main hr {
    margin-top: 8px;
    margin-bottom: 8px;

}
.testimonial_one .owl-carousel .owl-item{
    padding: 13px !important;
}
.owl-carousel .owl-item{
    padding: 10px;
}
.mobile_brt_content_main{
    display:none
}
.descktop_brt_content_main{
    display:block;
}
.certificate_content .page-title{
    height: 100% !important;
    margin-top: 0 !important;
    font-size: 27px !important;
    line-height: 4rem !important;
}



/* Optional: Fix nav buttons position on small screens */
.owl-nav {
    text-align: center;
    margin-top: 10px;
}

.swiper {
    padding: 17px 0 !important;
}
.pl-0{
    padding-left:0 !important;
}
.pr-0{
    padding-right:0 !important;
}

@media only screen and (max-width: 900px) {
    .mobile_brt_content_main{
        display:block
    }
    .descktop_brt_content_main{
        display:none;
    }
    .testimonal-main{
        background:none;
    }
    .testimonal_1{
        display:none;
    }
    .testimonal{
        display:block;
    }
    .placed {
        display: block;
        position: relative;
        padding: 1px 33px;
        background: #FF5600;
        text-align: center;
        padding: 8px;
        border-radius: 8px;
    }
    .recruiter {
        display: block;
        position: relative;
        padding: 1px 33px;
        background: #FEE8C5;
        text-align: center;
        padding: 8px;
        border-radius: 8px;
        top: 33px;
        margin-bottom: 61px;
    }
    .additional-benifits-inner img {
        height: 221px;
    }
    .becomes-designer-inner-content{
        top: 25%;
        margin-left: 1px;
        font-size: 23px;
        line-height: 33px;
    }
    .becomes-designer-inner img {
        height: 172px;
    }
    .buy-course-info{
        font-size: 17px;
    }
    .bform-section{
        min-height: 474px !important;
        height: 474px !important;
        background-image: url(../images/bg_main_mobile.jpg) !important;
    }
    .landing-page-banner h1{
        line-height: 41px;
    }
    .icon-section .icondetail_main {
        padding: 15px 0px 17px;
    }
    .icon-containt .icon-title p{
        font-size: 15px;
    }
    .icon img{
        padding: 0px;
    }
    .certificate_content .page-title{
        height: auto !important;
    }
    .certificate{height:auto;}
    .additional-benifits{background:#F6E0E4;height: 371px;}
    .additional-benifits-inner img{display:none;}
    .additional-benifits-inner-content{margin-left: 13px;}
    .why-choose{background:#9ACCE7;height: auto;}
    .credetial_main{height: 859px;min-height: 859px;}
}