﻿/* ============GOOGLE FONTS================== */
@font-face {
    font-family: 'SF UI Display';
    src: url('fonts/SFUIDisplay-Black.eot.html');
    src: url('fonts/SFUIDisplay-Black.eot-1.html') format('embedded-opentype'),
        url('fonts/SFUIDisplay-Black.woff2.html') format('woff2'),
        url('fonts/SFUIDisplay-Black.woff.html') format('woff'),
        url('fonts/SFUIDisplay-Black.ttf.html') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('fonts/SFUIDisplay-Heavy.eot.html');
    src: url('fonts/SFUIDisplay-Heavy.eot-1.html') format('embedded-opentype'),
        url('fonts/SFUIDisplay-Heavy.woff2.html') format('woff2'),
        url('fonts/SFUIDisplay-Heavy.woff.html') format('woff'),
        url('fonts/SFUIDisplay-Heavy.ttf.html') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('fonts/SFUIDisplay-Bold.eot.html');
    src: url('fonts/SFUIDisplay-Bold.eot-1.html') format('embedded-opentype'),
        url('fonts/SFUIDisplay-Bold.woff2.html') format('woff2'),
        url('fonts/SFUIDisplay-Bold.woff.html') format('woff'),
        url('fonts/SFUIDisplay-Bold.ttf.html') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('fonts/SFUIDisplay-Light.eot.html');
    src: url('fonts/SFUIDisplay-Light.eot-1.html') format('embedded-opentype'),
        url('fonts/SFUIDisplay-Light.woff2.html') format('woff2'),
        url('fonts/SFUIDisplay-Light.woff.html') format('woff'),
        url('fonts/SFUIDisplay-Light.ttf.html') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Semibold.eot');
    src: url('../fonts/SFUIDisplay-Semibold-1.eot') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Semibold.woff2') format('woff2'),
        url('../fonts/SFUIDisplay-Semibold.woff') format('woff'),
        url('../fonts/SFUIDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Medium.eot');
    src: url('../fonts/SFUIDisplay-Medium-1.eot') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFUIDisplay-Medium.woff') format('woff'),
        url('../fonts/SFUIDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Thin.eot');
    src: url('../fonts/SFUIDisplay-Thin-1.eot') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Thin.woff2') format('woff2'),
        url('../fonts/SFUIDisplay-Thin.woff') format('woff'),
        url('../fonts/SFUIDisplay-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Ultralight.eot');
    src: url('../fonts/SFUIDisplay-Ultralight-1.eot') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Ultralight.woff2') format('woff2'),
        url('../fonts/SFUIDisplay-Ultralight.woff') format('woff'),
        url('../fonts/SFUIDisplay-Ultralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
}
a:hover{text-decoration:none;}
body{
    font-weight: 400;
    color: #333;
    font-size: 14px;
    line-height: 1.75;
  
}

/* =============header css include here ===================== */
/* header.site-header {
    position: fixed;
    width: 100%;
    z-index: 999;
} */
.site-header nav.navbar.navbar-expand-lg {
    background-color: #fff;
   /* box-shadow: 0px 2px 7px 1px #fff6f6;*/
    padding:10px 10px;
}
.site-header li.nav-item{
    padding: 0px 6px;
}
.site-header li.nav-item:last-child{
    padding-right:0;
}
.site-header ul.navbar-nav li a {
    color: #2e2e2e;
    font-size: 17px;
    line-height: normal;
    font-family: 'SF UI Display';
}
header.site-header li.nav-item.cart i {
    font-size: 20px;
}
header.site-header .cart-product-wrapper i.fa.fa-rupee{
    font-size: 15px !important;
}
.site-header li.nav-item.login-btn a.nav-link {
    background-color: #ff3333;
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
    /* width: 106px; */
    text-align: center;
}
.site-header li.nav-item.active a,
.site-header li.nav-item a:hover {
    color: #ff4343;
    /*font-weight: 600;*/
} 
li.nav-item.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #f33;
    top: 43px;
    border-radius: 10px;
    left: 0;
    right: 0;
    display: none;
}
.placement-card .card--image {
    max-width: 300px;
    max-height: 300px;
    overflow: hidden;
}
.container.index-3-categories.text-center.user-type-courses-details .card-desc {
    padding: 0;
}
.user-type-courses-details .card-desc h5.card-title{
    text-align:left;
}
.user-type-courses-details .card-btn a.btn{
    color:#ff3333;
}
.user-type-courses-details .card-btn {
    border-top: 1px solid #d7d7d7;
}
.user-type-courses-details .card {
    box-shadow: 0px 6px 10px 4px #e5e5e5;
    border: 0;
}
a.btn:focus {
    box-shadow: none;
}
li.nav-item.active {
    position: relative;
}
header.site-header span.navbar-toggler-icon:before {
    content: "\f0c9";
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #f33;
}
header.site-header button.navbar-toggler:focus{
  outline:none;
}
/* ===========banner-sec-css================== */
section.banner-sec {
    padding: 22px 0px 80px;
}
.banner-image{
    width:100%;
    object-fit: cover;
    object-position: center;
}
h1.heading {
    font-size: 60px;
    color: #202020;
}
 a.site-btn {
    padding: 4px 20px;
    background-color: #ff3333;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    vertical-align: middle;
    margin-top: 30px !important;
    display: inline-block;
    font-family: 'SF UI Display';
}

.site-btn img.arrow-icon {
    width: 34px;
}
.banner-content p.text {
    color: #202020;
    max-width: 390px;
    font-size: 19px;
    line-height: 26px;
    font-family: 'SF UI Display';
    font-weight: 500;
    margin-top: 20px;
}
/*========enquiry-sec============= */
.inner-sec {
    display: flex;
    align-items: center;
    margin: 20px 0px;
}
.enquiry-sec .content {
    margin-left: 20px;
}
.content p {
    font-size: 18px;
    margin-bottom: 0;
    color: #202020;
    font-family: 'SF UI Display';
}
.enquiry-sec h2 {
    font-size: 35px;
    font-family: 'SF UI Display';
    font-weight: 600;
    color: #202020;
    margin-bottom: 45px;
}
.group {
    display: flex;
}
.enquire-form input[type="number"] {
    margin-right: 18px;
}
section.enquiry-sec {
    background-color: #f9f9f9;
    padding: 40px 0px 80px;
}
.group .form-group {
    width: 100%;
}
.controls {
    margin-right: 10px;
}
.enquire-form input:focus,
.enquire-form input:hover
.enquire-form select:hover,
.enquire-form select:focus,
textarea:hover,
textarea:focus
{
    border: 1px solid #6ebbfe;
    outline:none;
    box-shadow:none  !important;
    background-color: #f9f9f9;
  
}
.enquire-form input,
.enquire-form select,
.enquire-form textarea {
    font-size: 13px !important;
    color: #7c7c7c !important;
    padding: 12px 12px!important;
    font-family: 'SF UI Display';
    font-weight: normal;
    height: auto !important;
    background-color: #f9f9f9;
    border-color: #e7e7e7;
}
.enquire-form form {
    background-color: #fff;
    padding: 30px 30px 18px 30px; 
    box-shadow: 0px 0px 10px 0px #e6e6e6;
    border-radius: 10px;
}
.enquire-form button.btn.btn-primary {
    background-color: #ff3333;
    border-color: transparent;
    display: block;
    width: 100%;
    padding: 4px 20px;
    font-size: 16px;
    border-radius: 5px;
}
.enquire-form img.arrow-icon{
    width:30px;
}
.inner-sec:hover {
    box-shadow: 0px -2px 2px 3px #f0f0f0;
    border-radius:10px;
}
.inner-sec:hover .inner-image.desk-image,
.inner-image.hover-image {
    display: none;
}
.inner-sec:hover .inner-image.hover-image{
    display:block;
}
.inner-sec .inner-image.desk-image{
    padding: 5px 41px;
    height: 80px;
}
.inner-sec:hover .inner-image.hover-image {
    background-color: #ff3333;
    padding: 5px 41px;
    height: 80px;
    border-radius: 0px 54px 53px 0px;
}
.left-sec h2{position: relative;}
.left-sec h2:before {
    content: '';
    width: 20%;
    height: 6px;
    background-color: #f33;
    position: absolute;
    top: 60px;
    border-radius: 15px;
}
/* =============our track css include here=================== */
.track-image img{width:100%;}
section.our-track-sec {
    background-color: #f5f5f5;
    padding-top: 30px;
}
.our-track-content {
    background: #fff;
    padding: 18px;
}
.our-track-content h1 {
    font-size: 36px;
    color: #202020;
    font-family: 'SF UI Display';
    font-weight: 600;
}
.our-track-content p {
    color: #202020;
    font-size: 18px;
    font-family: 'SF UI Display';
    margin-bottom: 0;
}
section.our-track-sec h2 {
   position: relative;
    font-size: 35px;
    font-family: 'SF UI Display';
    font-weight: 600;
    color: #202020;
    margin-bottom: 45px;
}
.our-track-content:hover {
    box-shadow: 0px 2px 3px 5px #fff4f4;
}
/* ==============our partners-sec =================== */
section.our-partner-sec h1.content-head {
    text-align: center;
    margin-bottom:80px;
}
section.our-partner-sec {
    padding-bottom: 80px;
}
section.our-partner-sec h1.content-head {
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    color: #202020;
}
/* ==================eligible-sec================================== */
section.eligibiltiy-sec hr {
    border-color: #fff;
}
.right-image img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.right-image {
    max-width: 500px;
    margin: 0 auto;
}
/* section.eligibiltiy-sec {
    padding-top: 70px;
} */
.colr-red{
    background: #f33;
    /* background-image: url(../images/line-pattern.png); */
    background-repeat: no-repeat;
    background-size:cover;
}
.eligible-content-sec {
    /* padding: 70px 80px 70px; */
    padding: 21px 80px 20px;
}
h3.complete-slf-head {
    color: #fff;
    font-size: 27px;
    font-family: 'SF UI Display';
    font-weight: 600;
}
.eligible-content-sec h3.eligible-head {
    color: #fff;
    font-size: 36px;
    font-family: 'SF UI Display';
    font-weight: 600;
}
.eligible-content-sec li {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 23px;
    list-style: none;
    position: relative;
    margin-left: 30px;
    margin-bottom: 17px;
}
.eligible-content-sec  li:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 5px;
    background-image: url(../images/iconnn.png);
    background-size: cover;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}
.eligible-content-sec p.eligible-text {
    font-size: 18px;
    color: #fff;
}
p.enroll-content {
    color: #fff;
    font-size: 18px;
    line-height: normal;
}
/* .col-lg-4.col-md-4.col-sm-12.col-12.step-two:before {
    content: '';
    background-image: url(../images/dotted-arrow2.png);
    position: absolute;
    top: -54px;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 23px;
} */
/* .col-lg-4.col-md-4.col-sm-12.col-12.step-twoo:before{
    content: '';
    background-image: url(../images/dotted-arrow.png);
    position: absolute;
    top: -107px;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    right: 9.5rem;
    transform: rotate(
180deg);

} */
/* .col-lg-4.col-md-4.col-sm-12.col-12.step-two-last:before{
    content: '';
    background-image: url(../images/dotted-arrow2.png);
    position: absolute;
    top: 6rem;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 28px;
    transform: rotate( 
90deg);
} */
/* .col-lg-4.col-md-4.col-sm-12.col-12.step-one-last:after{
    content: '';
    background-image: url(../images/dotted-arrow2.png);
    position: absolute;
    top: 21px;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    right: 7rem;
} */
/* .col-lg-4.col-md-4.col-sm-12.col-12.step-one:after {
    content: '';
    background-image: url(../images/dotted1.png);
    position: absolute;
    top: 72px;
    background-repeat: no-repeat;
    left: 40px;
    width:20px;
    height:40px;
    top:0;
    left:0;
} */
/* .steps-wrapper{padding: 65px 0px 47px;} */
/* .enroll-steps:last-child:after{
    display:none;
} */
.step-last .enroll-steps:last-child:after {
    display: none;
}
.col-lg-4.col-md-4.col-sm-12.col-12.step-one,
.col-lg-4.col-md-4.col-sm-12.col-12.step-two,
.col-lg-4.col-md-4.col-sm-12.col-12.step-twoo,
.col-lg-4.col-md-4.col-sm-12.col-12.step-one-last,
.col-lg-4.col-md-4.col-sm-12.col-12.step-two-last{position: relative;}
/* ==================courses-sec=================================== */
.courses-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.courses-sec-for-fresher {
    /* padding-top: 12px; */
     padding-top: 80px;
}
h2.heading-sec {
    text-align: center;
    color: #000000;
    font-size: 36px;
    font-family: 'SF UI Display';
    font-weight: 600;
}
 h2.course-heading {
    font-size: 33px;
    font-family: 'SF UI Display';
    font-weight: 400;
    position: relative;
}
.content-wrapper {
    padding-left: 20px;
}
h2.course-heading:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 40px;
    background-color: #f33;
    left: -25px;
    top: 5px;
    border-radius: 6px;
}
h4.subheading {
    margin-top: 14px;
    font-size: 17px;
    font-family: 'SF UI Display';
    font-weight: 600;
}
.content-wrapper p {
    font-size: 16px;
    margin-bottom: 6px;
    color: #000;
    font-family: 'SF UI Display';
}
.courses-outer-sec{padding:40px 0px;}
.professional-sec-head {
    display: flex;
    flex-wrap:wrap;
    align-items: baseline;
    justify-content: space-between;
}
.prof-head-sec p.subtext {
    font-size: 17px;
    font-family: 'SF UI Display';
}
p.card-text img.card-icon {
    width: 20px;
    height: 20px;
    object-fit: cover;
    margin-right: 8px;
}
section.courses-sec-banking-professionals .card-body{padding:0;}

.courses-sec-banking-professionals .card-btn {
    display: block;
    text-align: center;
    border-top: 1px solid #dac9c9;
}
.courses-sec-banking-professionals .card-btn a{
    color:#ff3333;
    font-size:16px;
    font-family: 'SF UI Display';
}
.card-desc {
    padding: 20px 20px;
}
.card-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.card-desc h5.card-title {
    color: #202020;
    font-size: 17px;
    font-family: 'SF UI Display';
    font-weight: 600;
}
p.card-text {
    color: #202020;
    font-family: 'SF UI Display';
    font-size: 16px;
    margin-bottom: 4px
}
.courses-sec-banking-professionals .card {
    box-shadow: 0px 6px 10px 4px #e5e5e5;
    border:0;
}
section.courses-sec-banking-professionals {
    /* padding-bottom: 80px; */
    padding-top: 40px;
}
.card-main-img {
    /* width: 350px; */
    height: 190px;
}
img.card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ===================reviews-sec====================== */
.client-image img {
    /* width: 30px;
    height: 30px; */
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.client-image{display: flex;}
/* h1.customer-name {
    font-weight: 700;
    font-size: 20px;
    color: #222;
} */
p.customer-name {
    font-weight: 700;
    font-size: 20px;
    color: #222;
    font-family: inherit;
}
.customer-detail {
    margin-left: 15px;
}
.reviews-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0px 0px 51px 0px #e7e7e7;
    cursor:pointer;
    transition: .5s all ease-in-out;
    margin-bottom: 30px;
}
.prof-head-sec {
    padding-left: 20px;
    margin-bottom:20px;
}
section.review-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.review-sec h2 {
    color: #202020;
    margin-bottom: 48px;
    text-align: center;
    font-size: 35px;
    font-family: 'SF UI Display';
    font-weight: 600;
}
.cust-reviews p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: #78909c;
    margin: 24px 0 18px;
}
p.cust-info {
    font-size: 14px;
    line-height: 150%;
    color: #78909c;
    margin-top: 2px;
}
/* .client-profile{
    width: 80px;
    height: 60px;
} */
.client-profile img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.client-profile {
    max-width: 80px;
    max-height: 80px;
}
.mentor-profile {
    max-width: 106px;
    max-height: 108px;
}

/* .client-image img {
    width: 95px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
} */
img.linkdin-image{
    width: 20px;
    height: 20px;
    object-fit: cover;
}
.reviews-wrapper:hover {
    transform: scale(1.1);
}
/* .reviews-wrapper {
    transition: .5s all ease-in-out;
    margin-bottom: 30px;
} */
/* ==================About page=============================== */
section.banner--sec {
    padding-top: 8px;
    background-color: #f2f2f2;
}
h1.banner-heading {
    text-align: center;
    color: #202020;
    font-size: 36px;
    margin: 0;
    padding: 40px 0px 60px;
    position: relative;
    font-weight: 700;
}
h1.banner-heading:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f33;
    top: 6rem;
    text-align: center;
    left: 0;
    right: 0;
    border-radius: 10px;
    margin:0 auto;
    display: block;
}
h1.sub-heading{
    color: #202020;
    font-size: 24px;
    position: relative;
    font-weight: 600;
    margin-bottom:30px;
    /* margin-top: 80px; */
}
h1.sub-heading:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f33;
    bottom: -11px;
    left: 0;
    right: 0;
    border-radius: 10px;
}
.inner-content p,
.inner-content1 p {
    color: #202020;
    font-size: 17px;
    line-height: normal;
    font-family: 'SF UI Display';
    line-height: 25px;
    /* display: flex; */
}
.inner-content {
    margin: 40px 0px;
}
.inner-content.one {
    border-right: 2px solid #f33;
}
.vission-content {
    padding: 20px 30px;
    border-radius: 8px;
   /* box-shadow: 0px 0px 13px 0px #e6e6e6;*/
    background-color: #f1fcff;
    min-height: 260px;
}
.vission-content.visioncolor button#cart_countinue_btn:focus {
    box-shadow: none;
}
.email_mobile-msg-block ul {
    padding-left: 20px;
    margin: 10px 0px;
}
.vission-content h2 {
    color: #202020;
    font-size: 24px;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
}
tfoot.payment-total td {
    padding: 0 !important;
}

.vission-content h4.sun--head {
    color: #202020;
    font-size: 18px;
}
p.paragrah {
    color: #202020;
    font-size: 18px;
    line-height: normal;
    max-height: 80px;
    height: 100%;
    font-family: 'SF UI Display';
}
.vission-content.visioncolor {
    background-color: #dffff6;
}
section.mission-sec .row {
    margin-top: 35px;
}
.vission-content hr {
    background-color: #f33;
}
div#accordion .card-body li {
    font-size: 17px !important;
    color: #202020;
    font-size: 14px;
    font-family: 'SF UI Display';
    line-height: 24px;
    margin-bottom: 7px;
}
.card-body ul.lisst {
    font-size: 18px;
}
/* ==================how-its-work================================= */
.admin-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    }
ul.lisst li {
    font-size: 17px;
    font-family: 'SF UI Display';
    line-height: 30px;
    position: relative;
    margin-left:20px;
}
.admin-panel-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: center;
}
ul.lisst li:before {
    position: absolute;
    content: '';
    /* width: 7px;
    height: 7px;
    background-color: #f33;
    top: 12px; */
    left: -18px;
    top: 0px;
    color: #f33;
    left: -18px;
    content: '\f054';
    font-family: 'FontAwesome';
}

/* .inner-image.hover-image img {
    width: 100%;
    padding-top: 10px;
} */
ul.lisstt li{
    position: relative;
    list-style:none;
}
ul.lisstt li:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #f33;
    top: 8px;
    left: -18px;
}

ul.listt li:before {
    display: none;
}
table.how-its-work-table thead {
    background-color: #4e4e4e;
}
table.how-its-work-table  th {
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
}
table.how-its-work-table td {
    color: #202020;
    font-size: 18px;
    line-height: normal;
    padding:15px 16px;
    font-family: 'SF UI Display';
}
table.how-its-work-table.table-bordered tr:nth-child(2) {
    background-color: #fef3f3;
}
/* =============placements-css include here=============== */
.card--image img {
    width: 100%;
}
.card-content {
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 16px;
}

.placement-card {
    position: relative;
}
.card-content h2 {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.card-content p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
}
/* .card--image:hover {
    transform: scale(1.1);
}
.card--image {
    transition: .5s all ease-in-out;
} */

/* ==========================faq css include here=============================== */
section.accordian-sec button.btn.btn-link.collapsed {
    color: #212121;
    font-weight: 600;
    font-family: 'SF UI Display';
    background: #f2f2f2 !important;
    border: 1px solid #e8e4e4;
    white-space: normal;
}
section.accordian-sec .card-header{
    background:transparent;
    border-bottom:none;
    padding:0px;
}
section.accordian-sec button.btn.btn-link {
    background-color: #f33;
    color: #fff;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-family: 'SF UI Display';
    padding:12px 20px;
    text-decoration:none;
}
section.accordian-sec .card{
    margin-bottom:10px;
    border:0px;
    background-color:transparent;
}
div#accordion .card-body {
    background: #ffff;
}
.card-body p {
    color: #202020;
    font-size: 17px;
    font-family: 'SF UI Display';
    line-height: 24px;
    margin-bottom: 7px;
}
.inner-content a{
    color: #202020;
    font-size: 16px;
    line-height: normal;
    font-family: 'SF UI Display';
}
/* ===============contact-us-css include here========================== */
.enquire-form.contact--form  form{
    box-shadow: none !important;
    padding:0;
}
.enquire-form.contact--form button.btn.btn-primary {
    background-color: #ff3333;
    border-color: transparent;
    display: block;
    padding: 9px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    width:auto;
}
.form-group.group input#postal_code,
.form-group.group input#administrative_area_level_2{
    margin-left:10px;
}
section.about-content-sec iframe {
    width: 100%;
    height: 100%;
}
.enquire-form.contact--form input, 
.enquire-form.contact--form  select, 
.enquire-form.contact--form  textarea {
        font-size: 14px !important;
        color: #7c7c7c !important;
        padding: 12px 12px!important;
        font-family: 'SF UI Display';
        font-weight: normal;
        height: auto !important;
        background-color: #f9f9f9;
        border-color: #8a9198;
        border-radius: 10px;
}
.enquire-form.contact--form input:focus, 
.enquire-form.contact--form  select:focus, 
.enquire-form.contact--form  textarea:focus{
    background-color:#fff;
}
/* ====================ipb css include here================================= */
.ipb-content h1 {
    font-size: 20px;
    color: #202020;
    font-family: 'SF UI Display';
    margin-top: 30px;
}
.ipb-content {
    box-shadow: 0px 0px 38px 0px #eaeaea;
    padding: 29px 22px;
    border-radius: 11px;
    text-align: center;
    height:240px;
    margin-bottom: 25px;
}
.ipb-content img:hover {
    transform: scale(1.1);
}
.ipb-content img {
    transition: .5s all ease-in-out;
}
.outer-image img{ width:50%;}
.outer-image {
    background-color: #023b75;
    text-align: center;
    margin-top: 100px;
}
/* ================single courses========================== */
section.banner--sec.single-courses {
    background-image: linear-gradient( 240deg  , #ff3333 0%, #2b2b2b 100%);
}
section.banner--sec.single-courses.freshers {
padding-top:130px;
}

.single-content-wrapper {
    padding: 20px 0px; 
    text-align:center;
}
h1.courses-heading {
    color: #ffffff;
    font-size: 50px;
    font-family: 'SF UI Display';
    font-weight: 600;
}
p.courses-text {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
}
.single-content-wrapper h4 {
    color: #989898;
    font-size: 19px;
    margin-bottom: 0;
}
/* th.heading{position: relative;}
th.heading:after {
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #f33;
    content: '';
    bottom: 8px;
    right: 0;
    left: 13px;
    max-width: 30%;
    margin: 0;
    border-radius: 10px;
} */
th.heading {
    font-size: 20px;
}
/* =============single course for fresher====================== */
.course-detail-wrapper .inner-content {
    margin: 0px;
}
.course-detail-wrapper {
    background-color: #ffff;
    box-shadow: 2px 4px 14px 1px #e6e6e6;
    border-radius: 5px;
    padding: 12px 12px;
    border: 1px solid #dadada7d;
    height: 100%;
}
.container.index-3-categories.text-center.user-type-courses-details {
    padding-top: 30px;
}
.mentor-details {
    display: flex;
}
h1.sub-heading1 {
    color: #202020;
    font-size: 25px;
    font-weight: 700;
    /* margin-bottom: 30px; */
}
section.accordian-sec.course-content-accordian {
    padding: 37px 0px;
}
.mentor-des {
    margin-left: 10px;
    font-family: 'SF UI Display' !important;
}
b{
    font-family: 'SF UI Display' !important;
}
.mentor-profile img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}
section.accordian-sec.course-content-accordian button.btn.btn-link {
    background-color: #fff;
    color: #000;
    display: block;
    width: 100%;
    text-align: left;
    font-family: 'SF UI Display';
    padding: 12px 10px;
    text-decoration: none;
}
h5.mb-0.session-details{
    display:flex;
}
section.accordian-sec.course-content-accordian div#accordion .card {
    border: 1px solid #eadfdf !important;
}
section.accordian-sec.course-content-accordian button.btn.btn-link.collapsed {
    color: #212121;
    font-weight: 600;
    font-family: 'SF UI Display';
    border: 1px solid #f6f6f6;
    white-space: normal;
    background: transparent !important;
}
section.accordian-sec.course-content-accordian button.btn.btn-link.collapsed:before {
    content: "\f067";
    font-family: 'FontAwesome';
    padding: 10px;
}
section.accordian-sec.course-content-accordian button.btn.btn-link:before {
    content: "\f068";
    font-family: 'FontAwesome';
    padding: 10px;
}
.single-content-wrapper1 p {
    color: #989898;
    font-size: 18px;
    margin-bottom:4px;
}
.single-content-wrapper1 h1.single-courses-heading {
    font-size: 41px;
    color: #fff;
    font-family: 'SF UI Display';
    font-weight: 600;
}
.single-content-wrapper1 h3 {
    color: #ffffff;
    font-size: 16px;
    font-family: 'SF UI Display';
    margin-top: 16px;
}
.courses-list {color: #fff;
    font-size: 11px;
    text-decoration: none;
}
.courses-list ul li{
        display: inline-block;
        list-style: none;
        font-size: 14px;
        max-width: 260px;
        width: 100%;
}
span.batchicons img{
    transform: rotate(271deg);
}
span.batchicons{
    margin-right:10px;
}
p.batch-text {
    color: #fff;
    font-size: 14px;
    margin-bottom:42px;
}
.courses-image img {
    width: 100%;
}
section.banner--sec.single-courses.frehers{
    position: relative;
}
.video-wrapper {
    position: absolute;

}
.card-inner-content {
    position: absolute;
    bottom: 73px;
    left: 14px;
}
.courses-image {
    position: relative;
}
section.banner--sec.single-courses.frehers{
   padding-top: 60px;
    /* padding-top: 200px; */
    padding-bottom: 10px;
}
.buy-now-btns {
    display: flex;
    justify-content: space-between;
    justify-content: center;
}
.buy-now-btns a.btnns {
    color: #1a2531;
  
    padding: 6px 27px;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    margin-right: 4px;
    font-family: 'SF UI Display';
}
.video-wrapper .card-body {
    padding: 9px;
}
a.btnns.buy-now {
    background-color: #f33;
    color: #fff;
    font-size: 14px;
}
.card-inner-content p,
.card-inner-content span {
    color: #fff;
    font-size:17px;
    margin-bottom:0px;
    font-family: 'SF UI Display';
}
.video-wrapper .card {
    width: 22rem  !important;
    border-radius:10px !important;
    top: -25px;
}
.address {
    margin-right: 9px;
}
span.price {
    font-size: 36px;
    color: #fff;
    font-family: 'SF UI Display';
    font-weight: 600;
}
span.active-color {
    color: #0dd103;
    font-size: 14px;
    font-family: 'SF UI Display';
}
.courses-list ul {
    margin-bottom: 10px;
}
/* table#cart img.img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
/* ============footer-css include here=================== */
footer.site-footer-sec {
    background-color: #ff3333;
    padding-top: 100px;
    padding-bottom: 30px;
}
/* h1.foot-head {
    font-size: 21px;
    color: #ffff;
    font-family: 'SF UI Display';
    text-transform: uppercase;
    margin-bottom: 30px;
} */
p.foot-head{
    font-size: 21px;
    color: #ffff;
    font-family: 'SF UI Display';
    text-transform: uppercase;
    margin-bottom: 30px;
}
.foot-content ul li {
    list-style: none;
}
.foot-content a {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}
footer.site-footer-sec .address-sec {
    margin-top: 20px;
}
address {
    color: #fff;
    font-size: 18px;
}
.address-sec a {
    color: #fff;
}
.bottom-logo img {
    width: 100%;
    max-width: 60%;
}
.bottom-logo {
    padding-top: 60px;
}
p.copyright {
    color: #fff;
    font-family: 'SF UI Display';
    font-size: 16px;
}
ul.lisst.course--list li::before {
    top: -3px;
}
ul.lisst.course--list li{
    display: inline; 
    padding-right: 18px;
}

footer hr{
     background: #fff !important;
    }
li.rprt {
    /* background: #000;
    border-radius: 10px;
    text-align: center;
    padding: 5px; */
    background: #f8f9fa;
    border-radius: 7px;
    text-align: center;
    padding: 3px 1px 3px 2px;
    width: 120px;
    margin-top: 5px;
  }

  li.rprt a {
    color: #ff3333;
    font-size: 15px;
    font-weight: 600;
  }

  .copyright a {
    color: #fff;
    text-decoration: underline;
  }

.fab-container {
    position: fixed;
    bottom: 0;
    right: -45px;
    cursor: pointer;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 999;
    /* top: 10%; */
    height: 0px;
    margin: auto;
    transform: rotate(90deg);
  }

  .iconbutton {
    /* border-radius: 100%; */
    background: #FF4F79;
    /* box-shadow: 10px 10px 5px #aaaaaa; */
  }

  .button {
    background: #ff3333;
  }

  a.button.iconbutton {
    color: white;
    font-size: 18px;
    border-radius: 5px;
    padding: 8px 17px;
    border: 1px solid white;
  }
/* =================sign-up=============================== */
.signup-wrapper {
/*     
      background-image: url(../images/sign-bg.png);
    background-size: cover; */
    display: flex;
    align-items: center;
    padding: 65px 0px 81px;
    background: RGBA(107,107,107,0.12);
}
h1.signup-heading:before {
    content: '';
    position: absolute;
    top: 50px;
    max-width: 26%;
    height: 5px;
    background-color: #ff4848;
    border-radius: 10px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
}
.form-wrapper {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
}
.form-wrapper h1.signup-heading {
    color: #202020;
    font-size: 35px;
    margin-bottom: 35px;
    position:relative;
}
.form-wrapper form {
    margin-top: 40px;
}
.checkbox-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-wrapper button.btn.btn-primary ,
.form-wrapper button.btn.btn-primary:focus{
    width: 100%;
    margin: 20px 0px 0px;
    background-color: #f33;
    border: 0;
    padding: 8px 0px;
    font-size: 20px;
    box-shadow:none;
}
.forgot-password a.forgot-pass {
    color: #303030;
    font-size: 13px;
    font-family: inherit;
}
.form-wrapper a.register-bttn {
    color: #303030;
    font-size: 17px;
    text-decoration: underline;
}
.form-wrapper p.text {
    margin: 10px 0px;
    font-size: 15px;
}
.form-control:focus{
    box-shadow: none;
}
.checkbox-wrapper label.form-check-label {
    vertical-align: initial;
    align-items:center;
}
.foot---sec {
    background-color: #272727;
    padding: 10px;
    text-align: center;
}
.foot---sec p{
    color: #655e5e;
    font-size: 16px;
    margin-bottom: 0px;
}
p.register-text {
    margin: 20px 0px;
    font-size:16px;
    color:#303030;
}
a.signin-bttn {
    color: #ff3f3f;
    font-weight: bold;
}
tr.cart-details td {
    color: #000;
    font-size: 21px;
    font-family: 'SF UI Display';
    font-weight: 600;
}
tr.cart-details {
    background-color: transparent !important;
    border-top: 2px solid #f33 !important;
}
section.single-courses-details-sec a.add-to-cart-icon {
    background-color: #f33;
    padding: 11px 38px;
    border-radius: 10px;
    color: #ffff;
    cursor:pointer;
}
section.single-courses-details-sec .add-to-cart-icon{
   text-align: end;
   margin-bottom:20px;
}
section.single-courses-details-sec td {
    color: #202020;
    font-size: 16px;
    font-family: 'SF UI Display';
}
div#accordion .btn {
    white-space: unset;
    position: relative;
    font-weight: 600;
    display:block;
    text-align:left;
    font-size:17px !important;
}
section.single-courses-details-sec tr {
    cursor: pointer;
}
.complete-package a.btn.btn-link {
    padding: 0;
}
span.timer {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #f33;
}
div#accordion p.details {
    font-size: 16px;
    text-transform: capitalize;
}
.complete-package .card-body p.desc {
    font-size: 16px !important;
    margin-top: 14px;
}

span.username {
    text-transform: capitalize !important;
    color: #f33 !important;
}
.complete-package .card-body {
    padding: 0;
    padding-top: 30px;
}
/* ====================forgot password=========================== */
.login-btn a.login--btn {
    display: block;
    margin-top: 26px;
    color: #303030;
    font-family: 'SF UI Display';
    font-size: 17px;
    border: 1px solid #f33;
    color: #f33;
    border-radius: 5px;
    padding: 7px;
}
.enquire-form button.btn.btn-primary:focus{
    background-color: #ff3333;
    border:0;
    box-shadow:none  !important;
    outline:none;
}

/*Muskaan css*/
:root {
    --star-size: 30px;
    --star-color: #fff;
    --star-background: #fc0;
  }
  h2.book-head {
    color: #202020;
    /* padding-bottom: 10px; */
    padding-left: 10px;
    font-size: 35px;
    text-align: center;
}
p.worry-text {
    font-size: 30px;
    color: #202020;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
   a.btnn.btn.btn-secondary.appointment_response {
    padding: 10px !important;
}
  /*28march 2022*/
  h2.book-a-session {
    color: #202020;
    font-size: 30px;
    margin-bottom: 35px;
    position: relative;
    text-align: center;
}
h2.book-a-session:before {
    content: '';
    position: absolute;
    top: 50px;
    max-width: 26%;
    height: 5px;
    background-color: #ff4848;
    border-radius: 10px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
}

.book-a-session-page {
    display: flex;
    align-items: center;
    padding: 35px 0px 50px;
    background: RGBA(107,107,107,0.12);
}
  /*23feb*/
  section.accordian-sec.course-content-accordian.single-course-content{
      margin-top: 30px;
  }
  .single-course-content{
      font-size: 35px !important;
  }
  .below-padding{
      padding-bottom: 0px !important;
  }
  section.top-padding{
      padding-top: 30px !important;
      padding-bottom: 0px !important;
  }
  .Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
  }
  .Stars::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
.hover-effect:hover {
    background-image: linear-gradient(to right, #ea1017, #c9040a);
}
a.nav-link.login:hover {
    background-image: linear-gradient(to right, #ea1017, #c9040a);
}
.login-btn a.nav-link.register:hover {
    background-image: linear-gradient(to right, #ea1017, #c9040a);
}
.lean--btn img.arrow-icon {
    width: 34px;
}
.site-footer-sec li a:hover{
    text-decoration: underline;
}
.tawk-icon-right img {
    height: 150px !important;
    width: 150px !important;
}
i.fa.fa-map-marker.address {
    padding-right: 8px;
}
.alert h4 {
    margin-bottom: 2px;
}
a.btn:hover {
    color: #ea1017;
}
/*thank you page*/
h1.thank-head {
    font-size: 55px;
    color: #202020;
    font-family: 'SF UI Display';
}
p.thank-para1 {
    color: #202020;
    font-size: 19px;
    line-height: 26px;
    font-family: 'SF UI Display';
    font-weight: 500;
}
p.thank-para2{
    color: #202020;
    font-size: 19px;
    line-height: 26px;
    font-family: 'SF UI Display';
    font-weight: 500;
}
.thankyou{
    background-image: url('../images/bck.jpg');
    padding-left: 50px;
    margin-top: 10px;
}
.thank-image img{
    width: 70% ;
}
.thank-image{
    display: flex;
    justify-content: center;
}
/*-------*/
button:focus {
    outline: none !important;
}
span.icons a p:hover {
    text-decoration: underline;
}
.faq div#accordion .btn:after {
    font-family: "FontAwesome";
    content: "\f107 ";
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 20px;
    border: none;
    z-index: 999;
    font-size: 22px;
} 
li.rprt{
    border-radius: 5px !important;
} 
.copyright a{
    text-decoration: underline !important;
}
.copyright a:hover{
    text-decoration: none !important;
}
/* .about-content-sec .inner-content{
    margin: 80px 0px;
} */
.admin-content.last {
    padding-bottom: 70px;
}
.click{
    color: #ff3333;
}
.click:hover {
    color: #ea1017;
}
.tawk-icon-right img {
    height: 200px !important;
    width: 130px !important;
    margin-right: 14px !important;
}
.top-head{
    margin-top: 80px !important;
}
.wrap{
    margin-top: 80px;
}
.mentor-des span {
    font-family: 'SF UI Display' !important;
}
.course-detail-wrapper.learn-wrapper .inner-content p {
    display: flex;
}
a.social-link:hover {
    text-decoration: none !important;
}
.mentor-des p:first-child{
     font-family: 'SF UI Display' !important;
}
.complete-package .courses-text{
    color: black;
    font-family: 'SF UI Display' !important;
    text-align: justify;
}
h2.course-breakdown {
    font-size: 35px;
    font-family: 'SF UI Display';
    font-weight: 600;
    color: #202020;
    margin-bottom: 20px;
}
h2.journey-txt{
    font-size: 35px;
    font-family: 'SF UI Display';
    font-weight: 600;
    color: #202020;
    margin-bottom: 20px; 
}
h3.why-heading {
    font-size: 35px;
    font-family: 'SF UI Display';
    font-weight: 600;
    color: #202020;
    margin-bottom: 28px;
}
h1.head-compl {
    font-size: 35px;
    font-family: 'SF UI Display';
    font-weight: 600;
    color: #202020;
    margin-bottom: 20px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
}
h2.what-learners {
    font-size: 35px;
    font-family: 'SF UI Display';
    font-weight: 600;
    color: #202020;
    text-align:left !important;
    margin-bottom: 40px;
    position: relative;
}
h2.what-learners:before {
content: '';
width: 20%;
height: 6px;
background-color: #f33;
position: absolute;
top: 46px;
border-radius: 15px;
}
.complete_package{
    margin-top: 50px;
}
section.review-sec .content-wrapper {
    padding: 30px 0px;
    }
    p.cust-info {
    font-size: 14px;
    color: #78909c;
    margin-top: 2px;
    }
    .cust-reviews p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: #333;
    margin: 24px 0 18px;
    }
    /* h1.customer-name {
    font-weight: 700;
    font-size: 15px;
    color: #222;
    } */
    p.customer-name {
        font-weight: 700;
        font-size: 15px;
        color: #222;
        font-family: inherit;
    }
    section.review-sec .cust-reviews p {
        /* overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; */
        margin-top: 12px;
     }
     section.review-sec h1.heading {
        font-size: 33px;
        font-family: 'SF UI Display';
        font-weight: 400;
        position: relative;
        line-height: 37px;
        margin-bottom: 40px;
     }
     section.review-sec h1.heading:before {
        content: '';
        width: 20%;
        height: 6px;
        background-color: #f33;
        position: absolute;
        top: 46px;
        border-radius:15px;
     }

     .reviews-wrapper {
        background: #fff;
        border-radius: 10px;
        padding: 24px;
        box-shadow: 0px 0px 51px 0px #e7e7e7;
        cursor: pointer;
        margin-bottom: 30px;
        max-height: 340px;
     }
     .reviews-wrapper1 {
        background: #fff;
        border-radius: 10px;
        padding: 24px;
        box-shadow: 0px 0px 51px 0px #e7e7e7;
        cursor: pointer;
        margin-bottom: 30px;
        /* max-height: 340px; */
     }
     .shorts-videos-for-mobile{
         display: none;
     }
     .video-section-wide-screen{
        display: block;
    }

     .client-profile img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: unset;
        object-position: center;
     }
     .complete_package p.text {
        font-size: 18px;
        text-align: justify;
        color: black;
        font-family: 'SF UI Display' !important;
    }
    section.courses-sec-for-fresher.onee {
        /* padding-top: 12px; */
         padding-top: 0px !important;
    }
    .dropdown-item.active, .dropdown-item:active {
        background-color: white;
        color: red !important;
    }
     @media only screen and (max-width:991px){
        section.review-sec .review-col {
          width: 50%;
        }
        section.review-sec .row {
        justify-content: center;
        margin:0;
        }
     }
     @media only screen and (max-width:1140px){
        section.review-sec{
        padding: 0px 30px;
        } 
     }
     @media only screen and (max-width:767px){
        section.review-sec h1.heading {
           font-size: 25px;
        }
        section.review-sec h1.heading:before {
           top: 71px;
        }
        section.review-sec .review-col {
        width: 100%;
        }
       h2.what-learners:before {
        display:none;
        }
        .shorts-videos-for-mobile{
            display: block;
        }
        .video-section-wide-screen{
            display: none;
        }
        .announcement-content {
            font-size: 15px !important;
            font-weight: 600;
            padding: 3px !important;
        }
     }

     @media only screen and (max-width:480px){
        .reviews-wrapper{
           max-height:100%;
        }
        section.review-sec{
           padding:0px 10px;
        }
        .complete_package p.text{
            font-size: 14px;
            line-height: 26px;
        }
        a.button.iconbutton {
            padding: 4px 8px;
          }
          

     }
     .topmargin{
         margin-top: 50px;
     }
     .complete-package .head{
        text-align: left;
        font-size: 30px;
        padding-top: 20px;
        padding-bottom: 10px;
        color: red;
     }
     h2.head-compl {
        font-size: 35px;
        font-family: 'SF UI Display';
        font-weight: 600;
        color: #202020;
        margin-bottom: 20px;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .start-now{
        padding-left: 10px;
        font-size: 20px;
    }
    span.large-text {
        text-transform: uppercase;
        font-size: 23px !important;
    }
    .start-now a{
        color: #0003b2 !important;
        text-decoration: underline;
        font-weight: bold;
    }
    /* .start-now:hover{
        text-decoration: underline;
    } */
    /* .blink-bg{
		color: #fff;
		padding: 0px 10px;
		display: inline-block;
		border-radius: 5px;
		animation: blinkingBackground 2s infinite;
        font-size: 18px;
        font-family: 'SF UI Display';
	}
	@keyframes blinkingBackground{
		0%		{ background-color: #ef0a1a;}
		25%		{ background-color: #0000cd;}
		50%		{ background-color: #ef0a1a;}
		75%		{ background-color: #0000cd;}
		100%	        { background-color: #ef0a1a;}
	} */
    .blink-bg {
        background-color: red;
        font-sze: 18px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        border: none;
        color: #FFFFFF;
        display: inline-block;
        font-family: Arial;
        font-size: 20px;
        padding: 0px 10px;
        margin-left: 10px;
        text-align: center;
        text-decoration: none;
        -webkit-animation: glowing 1500ms infinite;
        -moz-animation: glowing 1500ms infinite;
        -o-animation: glowing 1500ms infinite;
        animation: glowing 1500ms infinite;
        font-family: 'SF UI Display';
      }
      /* @-webkit-keyframes glowing {
        0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
        50% { background-color: #FF0000; -webkit-box-shadow: 0 0 20px #FF0000; }
        100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
      }
      
      @-moz-keyframes glowing {
        0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
        50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
        100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
      }
      
      @-o-keyframes glowing {
        0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
        50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
        100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
      }
       */
      @keyframes glowing {
        0% { background-color: #FF0000; box-shadow: 0 0 3px #0003b2; }
        50% { background-color: #0003b2; box-shadow: 0 0 20px #0003b2; }
        100% { background-color: #FF0000; box-shadow: 0 0 3px #0003b2; }
      }
      
      @-webkit-keyframes blinker {
        from {opacity: 1.0;}
        to {opacity: 0.0;}
      }
      /* .blink{
          text-decoration: blink;
          -webkit-animation-name: blinker;
          -webkit-animation-duration: 0.6s;
          -webkit-animation-iteration-count:infinite;
          -webkit-animation-timing-function:ease-in-out;
          -webkit-animation-direction: alternate;
          font-size: 20px;
        
          color: red !important;
          font-weight: bold;
      }
      .blink a{
          
        color: red !important;
        
      } */
      .checked {
        color: orange;
      }
      p.bstsl {
        font-size: 14px;
        margin-top: 20px;
    }
    span.bstt {
        background: #eceb98;
        color: #000;
        padding: 4px 10px;
    }
    span.bst4 {
        color: #f3ca8c;
    }
    a.rtng {
        color: #cec0fc;
        text-decoration: underline;
    }
    span.studnt {
        color: #fff;
    }   
    p.cretor-nm {
        font-size: 14px;
        margin-top: 20px;
        color: #fff;
    }
    p.cretor-nm a {
        color: #cec0fc;
        text-decoration: underline;
    }
    p.bstsl img {
        width: 10%;
        margin-top: -3px;
    }
     p.single-course-subhead {
        color: white;
    }
    #authr img {
        width: 100%;
    }
    .authr-descrptn h2 {
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 20px;
        color: #000;
    }
    p.ipb {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        margin-bottom: 20px;
    }
    p.retd {
        font-size: 20px;
        line-height: 28px;
        color: #000;
        font-family: 'SF UI Display';
    }
    .authr-descrptn {
        margin-top: 40px;
    }
    h2.mentr {
        text-align: center;
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 40px;
        margin-top: 0;
    }
    h2.learn-title {
        margin-bottom: 0px;
        font-size: 35px;
        color: #202020;
        margin-top: 30px;
        font-weight: 600;
        position: relative;
    }
    h2.learn-title::before{
        position: absolute;
        content: '';
        width: 80px;
        height: 4px;
        background-color: #f33;
        bottom: -11px;
        left: 0;
        right: 0;
        border-radius: 10px;
    }
    p.what-learn {
        font-size: 18px;
        margin-bottom: 40px;
        font-family: 'SF UI Display';
    }
    h2.recrut-title {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 30px;
        margin-top: 0;
        text-align: center;
    }
   
    .recruiters {
        margin-top: 30px;
        padding-bottom: 0px !important;
    }
    
    section.accordian-sec.course-content-accordian.single-course-content{
        background-color: #eee ;
    }
    /*
    .creator a {
        font-size: 18px;
        color: white;
    }
    .creator {
        font-size: 18px;
        color: white;
    } */
/* ===============media query======================= */
@media only screen and (min-width:1920px){
    .video {
        padding: 45px !important;
    }
    section.eligibiltiy-sec.desktop-sec .colr-red {
        background: #f33 !important;
        padding: 88px 0px 85px !important;
    }
    .eligible-content-sec.desktop-sec {
        padding: 0 53px !important;
    }
    .col-lg-4.col-md-4.col-sm-12.col-12.step-one:after{
        background-size:100% 100%;
    }
    .col-lg-4.col-md-4.col-sm-12.col-12.step-one-last:after {
        content: '';
        background-image: url(../images/dotted-arrow2.png);
        position: absolute;
        top: 47px;
        transform: rotate(180deg);
        right: 12rem;
    }
    .col-lg-4.col-md-4.col-sm-12.col-12.step-two-last:before{
        content: '';
        background-image: url(../images/dotted-arrow2.png);
        position: absolute;
        top: 9rem;
        width: 100%;
        height: 100%;
        background-size: auto;
        background-repeat: no-repeat;
        left: 45px;
        transform: rotate( 
    90deg);
    }
    .col-lg-4.col-md-4.col-sm-12.col-12.step-twoo:before {
        background-image: url(../images/dotted-arrow.png);
        top: -89px;
        right: 13rem;
    }
}
@media only screen and (max-width:1400px){
    .linestep p{
        font-size:16px !important;
    }
}
@media only screen and (max-width:1200px){
    section.single-courses-details-sec .accordian-sec {
        width: 100% !important;
    }
}
@media only screen and (max-width:1140px){
    .linestep p.left {
        right: 14px !important;
        top: 1px !important;
        }   
        .linestep p{
            font-size:16px !important; 
        }
    section.single-courses-details-sec .accordian-sec{
        width: 100%;
    }
    .video-wrapper .card{
        width: 18rem  !important;
    }
    p.enroll-content {
        color: #fff;
        font-size: 14px;
        line-height: normal;
    }
    .ipb-content h1 {
        font-size: 17px;
    }
    .col-lg-4.col-md-4.col-sm-12.col-12.step-twoo:before {
        content: '';
        top: -126px;
        right: 6.5rem;
    }
}
@media only screen and (max-width:1024px){
    .col-lg-4.col-md-4.col-sm-12.col-12.step-one-last:after{
        right: 5rem;
    }
    .col-lg-4.col-md-4.col-sm-12.col-12.step-two-last:before {
        top: 70px;
        background-repeat: no-repeat;
        left: 17px;
    }
    .steps-wrapper {
        padding: 65px 0px 25px;
    }
    .col-lg-4.col-md-4.col-sm-12.col-12.step-twoo:before {
        top: -114px;
        width: 100%;
        height: 100%;
        right: 96px;
    }
    p.enroll-content {
        font-size: 14px;
    }

}
@media only screen and (max-width:991px){
    .eligible-content-sec.desktop-sec {
        padding: 0 50px !important;
    }
    header.site-header a.navbar-brand {
        width: 227px;
        height: 37px;
        padding: 0;
    }
    header.site-header a.navbar-brand img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .mobile-cart-wrap button.navbar-toggler {
        padding: 0;
    }
    .site-header nav.navbar.navbar-expand-lg.mobile-nav i.fa.fa-shopping-cart {
        color: #000;
    }
    .mobile-cart-wrap li.nav-item.cart {
        border-bottom: none;
    }
    .site-header ul.navbar-nav.ml-auto li:last-child {
        border-bottom: none;
    }
    nav.navbar.navbar-expand-lg.mobile-nav div#navbarNav {
        padding-top: 11px;
    }
    .site-header ul li{
        border-bottom: 1px solid #d1d1d1;
    }
    .foot-logo img {
        width: 100%;
    }
    .site-header .mobile-nav{
        display:block !important;
    }
    nav.navbar.navbar-expand-lg.desktop-nav{
        display:none;
    }
    footer.site-footer-sec .foot-logo{
        width:100% !important;
    }
    .col-lg-4.col-md-4.col-sm-12.col-12.step-twoo:before {
        content: '';
        top: -100px;
        right: 99px;
    }
    .col-lg-4.col-md-4.col-sm-12.col-12.step-two-last:before {
        top: 4rem;
        left: 0px;
    }
    .steps-wrapper {
        padding: 63px 0px 30px;
    }
    p.enroll-content {
        font-size: 14px;
    }
    .site-header li.nav-item {
        padding: 8px 6px;
    }
    .site-header ul.navbar-nav li a{
        font-size:18px;
        padding: 6px 0px;
    }
    section.courses-sec-banking-professionals a.site-btn {
        margin-bottom: 20px;
    }
    .card-desc {
        padding: 20px 15px;
    }
    li.nav-item.active:after {
        width: 30%;
    }
    .eligible-content-sec li {
        font-size: 15px;
        line-height: 20px;
    }
    .eligible-content-sec li:before {
        top: 6px;
    }
    .eligible-content-sec h3.eligible-head{
        font-size:30px;
    }
    .eligible-content-sec {
        padding: 70px 20px;
    }
    section.our-track-sec h2 {
        font-size: 40px;
        margin-bottom: 25px;
    }
    .our-track-content h1 {
        font-size: 21px;
    }
    .our-track-content p{
        font-size: 18px;
        line-height: 24px;
    }
    h2.course-heading {
        font-size: 35px;
    }
    .enquiry-sec .content {
        margin-left: 6px;
    }
    .inner-sec .inner-image.desk-image {
        padding: 5px 26px;
    }
    .content p {
        font-size: 15px;
    }
    .enquiry-sec h2{
        font-size:27px;
    }
    h2.course-breakdown{
        font-size:27px;
    }
    h2.journey-txt{
        font-size:27px;
    }
    h1.head-compl{
        font-size:27px;  
    }
    h2.what-learners{
        font-size:27px; 
    }
    h3.why-heading{
        font-size:27px; 
    }
    h2.what-learners{
        font-size:27px !important; 
    }
    .course-detail-wrapper{
        height:unset;
    }
    h1.sub-heading,
    h1.sub-heading1 {
        font-size: 20px;
    }
    .inner-content p, .inner-content1 p {
        color: #202020;
        font-size: 16px;
        line-height: 23px;
    }
    .vission-content{
        margin-top: 20px;
    }
    li.nav-item.active:after{
        display: none;
    }
}

@media only screen and (max-width:767px){
    .inner-image.hover-image img{
        width:unset !important;
    }
    .aspiring-right-sec {
        margin-top: 30px;
    }
    section.eligibiltiy-sec.mobile-sec{
        display:block !important;
    }
    section.eligibiltiy-sec.desktop-sec{
        display:none;
    }
    header.site-header a.navbar-brand {
        width: 227px;
        height: 37px;
        padding: 0;
    }
    header.site-header a.navbar-brand img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .mobile-cart-wrap button.navbar-toggler {
        padding: 0;
    }
    .vission-content.visioncolor h4.pay-text{
        font-size: 18px !important;
        margin: 5px 0px !important;
    }
    section.single-courses-details-sec div#accordion .card-body,
    .complete-package a.btn.btn-link:before,
    tr.package-row:after{
        display:none;
    }
    section.single-courses-details-sec td{
        border-top:0px !important;
    }
    section.single-courses-details-sec tr.package-row.collapsed,
    section.single-courses-details-sec tr {
        border-bottom: 1px solid #d7d7d7;
    }
    tr.coursesumrow.cart-details td.module--details {
        display: flex;
        align-items: center;
    }
    section.single-courses-details-sec a.add-to-cart-icon{
        padding: 8px 20px;
    }
    section.single-courses-details-sec th{
            padding: .75rem 7px;
            border-bottom:0px !important;
            border-top:0px !important;
        }
    section.single-courses-details-sec div#accordion .btn{
        font-size: 14px !important;
    }
    section.single-courses-details-sec td{
        padding: .75rem 10px;
    }
    
    section.single-courses-details-sec .accordian-sec{
        width:unset !important;
    }
    section.single-courses-details-sec td.price-wrap {
        display: flex;
        align-items: center;
    }
    .foot-logo img {
        width: 100%;
        max-width: 250px;
    }
    footer.site-footer-sec{
        padding-top: 30px;
    }
    .row.placement-rec.mt-5.pt-2.text-center.mb-3 h2 {
        font-size: 25px;
        line-height: 31px;
    }
    .row.placement-rec.mt-5.pt-2.text-center.mb-3 h3 {
        font-weight: 400;
        font-size: 34px;
    }
    .inr-box .primaryText {
        font-size: 30px;
        font-weight: 900;
        color: #f33;
        line-height: 1em;
        margin-top: 10px;
    }    
    .inr-box .primaryText {
        font-size: 18px;
    }    
    .site-header ul.navbar-nav li a{
        text-align: left;
    }
    .site-header li.nav-item.login-btn a.nav-link {
        margin-left: inherit;
    }
    .site-header ul li{
        border-bottom:1px solid #d1d1d1;
    }
    .card-main-img{
        height:auto;
    }
    .bottom-logo img{
        max-width:100%;
    }
    .our-track-content {
        text-align: center;
    }
    h1.heading {
        font-size: 45px;
        line-height: 50px;
        margin-top: 25px;
    }
    section.banner-sec {
        padding: 22px 0px 80px;
    }
    .col-lg-4.col-md-4.col-sm-12.col-12.step-one:after,
    .col-lg-4.col-md-4.col-sm-12.col-12.step-two:before,
    .col-lg-4.col-md-4.col-sm-12.col-12.step-twoo:before,
    .col-lg-4.col-md-4.col-sm-12.col-12.step-two-last:before,
    .col-lg-4.col-md-4.col-sm-12.col-12.step-one-last:after,
    .col-lg-4.col-md-4.col-sm-12.col-12.step-one-last:before,
    .col-lg-4.col-md-4.col-sm-12.col-12.step-two-last:after{
        display:none;
    }
    .row.steps-wrapper {
        text-align: center;
    }
    .professional-sec-head,
    a.site-btn {
        margin-bottom: 30px;
    }
    a.site-btn {
        padding: 2px 9px;
        font-size: 16px;
    }
    h2.heading-sec{
        font-size:30px;
    }
    section.our-track-sec {
        background-color: #f5f5f5;
        padding: 20px 0px;
    }
    .enroll-steps {
        margin: 13px 0px;
    }
    .card-desc {
        padding: 20px 15px;
    }
    .enroll-steps{
        position: relative;
    }
    .enroll-steps:after {
        content: '';
        position: absolute;
        background-image: url(../images/dotted1.png);
        width: 18px;
        height: 50px;
        background-repeat: no-repeat;
        left: 7px;
        margin: 0 auto;
        right: 0;
        bottom: -42px;
        background-size: unset !important;
     }
     p.enroll-content {
        color: #fff;
        font-size: 18px;
        line-height: normal;
        padding: 20px 0px;
    }
    span.count-number {
        font-size: 27px;
        font-weight: 600;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #fff;
        display: block;
        text-align: center;
        margin: 0 auto;
        color: #f33;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    p.enroll-content:last-child:after {
        display: none;
    }
    .steps-wrapper{
        padding:0;
    }
    main.site-main.signup-wrapper {
        height: auto;
        background: RGBA(107,107,107,0.12);
        /* background-image: url(../images/login-bg.png);
        background-size: cover; */
        display: flex;
        align-items: center;
        background-repeat: no-repeat;
        padding: 30px 0px;
    }
    .vission-content{
        margin-bottom:22px;
    }
    p.paragrah{max-height:100%;}
    .vission-content{min-height:100%;}
    .video-wrapper{
        position: unset;
    }
    /* .course-detail-wrapper{
        margin-bottom: 20px;
    } */
    span.timer{
        position: unset;
    }
    .inner-content.one{
        border-right:0;
    }
    header.site-header a.nav-link {
        text-align: center;
        margin: 0 auto;
    }
    .col-lg-4.col-md-4.col-sm-12.col-12.step-last .enroll-steps:after {
        display: none;
    }
}
@media only screen and (max-width:480px){
    section.aspiring-detail-sec{
        padding:44px 0px;
    }
    .top-header .fest-offer\` h4 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom:0px;
    }
    .thankyou{
        padding: 30px;
    }
    .top-header .alert-dismissible {
        padding-right: 2rem;
    }
    .card-inner-content {
        padding: 10px;
    }
    header.site-header a.navbar-brand {
        width: 193px;
        height: 32px;
        padding: 0;
    }
    header.site-header a.navbar-brand img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .mobile-cart-wrap button.navbar-toggler {
        padding: 0;
    }
    .single-content-wrapper h1.courses-heading {
        font-size: 33px;
    }
    .checkout-review-order h6 {
        margin: 9px 0px;
    }
    .cart-main-wrapper.active {
        background: #fff;
        right: -36px !important;
    }
    span.courses-text {
        font-size: 20px !important;
    }
    .single-content-wrapper1 h1.single-courses-heading {
       font-size: 30px;
    }
    section.courses-sec-banking-professionals .professional-sec-head{
        margin-top:30px;
    }
    table.how-its-work-table th {
        color: #fff;
        padding: 10px 20px;
        font-size: 18px;
        line-height: 20px;
    }
    section.courses-sec-for-fresher .courses-outer-sec {
        padding: 0px 0px;
    }
    .banner--sec h1.banner-heading {
        text-align: center;
        color: #202020;
        font-size: 28px;
    } 
    .ipb-wrapper .ipb-content{
        height:unset;
    }
    .panel-body.checkout-review-order h5 {
        font-size: 16px;
    }
    .panel-body.checkout-review-order .tital-price {
        display: flex;
    }
    /* div#cart_modal a.btn.checkoutbtn {
        position: unset !important;
        bottom: 0;
        background: #f33;
        color: #fff;
        display: block;
        width: unset;
        max-width: unset;
    } */
    #confirm-delete{
        width:75% !important;
    }
    section.courses-sec-banking-professionals{
        padding-top:0px;
    }
    ul.lisst.course--list li{
        display: block; 
        padding-right: 0px;
    }
    ul.lisst.course--list li:before{
        top:12px;
    }
    .enquire-form input[type="number"] {
        margin-right: 0px;
        margin-bottom:10px;
    }
    .card-main-img{
        width:auto;
    }
    h2.course-heading{
        font-size:29px;
    }
    .eligible-content-sec{
        padding:30px 0px;
    }
    .form-group.group ,
    .inner-sec {
        display: flex;
        flex-wrap:wrap;
        display: block;
        text-align:center;
    }
    .form-wrapper img{
        width:100%;
    }
    .form-wrapper {
        padding: 16px 20px;
    }
    section.review-sec h2 {
        margin-bottom: 30px;
        font-size: 28px;
    }
    .card-desc {
        padding: 20px 15px;
    }
    .card-body p {
        font-size:17px;
    }
    .card-desc h5.card-title{
        font-size:20px;
    }
    section.our-track-sec {
        padding: 60px 0px;
    }
    section.our-track-sec h2 {
        font-size: 34px;
        margin-bottom: 34px;
    }
    .enquire-form form {
        padding: 14px;
    }
    .enquire-form button.btn.btn-primary {
        padding: 4px 0px;
    }
    .enquiry-sec h2 {
        font-size: 24px;
        margin-bottom: 29px;
    }
    h2.course-breakdown{
        font-size: 24px;
        margin-bottom: 29px; 
    }
    h2.journey-txt{
        font-size: 24px;
        margin-bottom: 29px; 
    }
    h1.head-compl{
        font-size: 24px;
        margin-bottom: 29px;
    }
    .mobl-frst{
        font-size: 24px !important;
        margin-bottom: 29px; 
    }
    h2.what-learners{
        font-size: 24px !important;
        margin-bottom: 29px;
    }
    h3.why-heading{
        font-size: 24px !important;
        margin-bottom: 29px;  
    }
    .eligible-content-sec li {
        font-size: 18px;
        line-height: 23px;
    }
    .eligible-content-sec h3.eligible-head {
        margin-bottom: 20px;
    }
    .steps-wrapper {
        /* padding: 30px 0px; */
        padding: 0px;
    }
    .content p {
        font-size: 16px;
    }
    .item {
        text-align: center;
    }
    section.our-partner-sec {
        padding-bottom: 60px;
    }
    section.our-partner-sec h1.content-head{
        font-size:30px;
    }
    .eligible-content-sec h3.eligible-head{
        font-size:30px;
    }
    .inner-sec .inner-image.desk-image{
        margin:0 auto;
    }
    .inner-sec:hover .inner-image.hover-image{
      height: unset;
      border-radius: 0;
    }
    .inner-sec:hover,
    .inner-sec:hover .content p{
        background-color: #f33;
        color:#fff;
        padding: 12px;
        border-radius: 5px;
    }
    .inner-image.hover-image img{
        margin:0 auto;
    }
    .left-sec h2:before{
        top:40px;
    }
    .enquiry-sec .content{
        margin-left:0px;
    }
    .inner-sec {
        box-shadow: 0px 1px 4px 1px #ece5e5;
        padding: 20px;
        border-radius: 5px;
    }
    .right-image {
        margin-top: 25px;
    }
    .form-group.group input#postal_code, .form-group.group input#administrative_area_level_2{
        margin-left:0;
        margin-top:15px;
    }
    .enquire-form.contact--form {
        margin-bottom: 15px;
    }
    .card-main-img {
        width:100%;
        height:100%;
        object-fit: cover;
    }
    section.accordian-sec.course-content-accordian button.btn.btn-link.collapsed,
    section.accordian-sec.course-content-accordian button.btn.btn-link{
        font-size:14px;
    }
    section.accordian-sec.course-content-accordian{
        padding-top:0;
    }
    .video-wrapper .card{
        width:18rem !important;
        margin:0 auto;
    }
    section.banner--sec.single-courses.frehers {
        padding-top: 98px;
        padding-bottom: 30px;
    }    
    /* h1.foot-head {
        margin: 14px 0px;
    } */
    p.foot-head {
        margin: 14px 0px;
    }
    section.single-courses-details-sec td,
    th.heading{
        font-size:14px;
        line-height: normal;
    }
    h1.courses-heading{
        font-size:40px;
    }
    p.courses-text {
        font-size: 14px;
        color: #fff;
        margin-bottom: 0px;
        line-height: 26px;
    }
    h1.signup-heading:before{
        top:40px;
    }
    .form-wrapper h1.signup-heading {
        font-size: 30px;
    }
    .form-wrapper button.btn.btn-primary, .form-wrapper button.btn.btn-primary:focus{
        padding: 6px 0px;
        font-size: 18px;
    }
    .our-track-content{
        padding: 22px 9px;
        height: 100%;
    }
    .outer-image{
        margin-top: 60px;
    }
    .outer-image img {
        width: 100%;
    }
    .inner-content p.terms-text {
        color: #202020;
        font-size: 14px;
        line-height: normal;
        font-family: 'SF UI Display';
        line-height: 22px;
    }
    ul.lisst li {
        font-size: 17px;
        font-family: 'SF UI Display';
        line-height: 24px;
        position: relative;
        margin-left: 20px;
    }
}
@media only screen and (max-width:375px){
    section.eligibiltiy-sec iframe.iframe--videoo {
        height: 100%;
    }
    .your-class {
        height: 190px;
     }
     .aspiring-left-sec img{
         width:100% !important;
     }
     .aspiring-left-sec a.lean--btn img{
         width:34px !important;
     }
}
.admin-image img{
    width:100%;
}
.admin-panel-tabs div#v-pills-tab {
    background: #fbfbfb;
    padding: 10px 9px;
    border-radius: 10px;
}
.admin-panel-tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ff3333;
}

/*  Mandeep css here */
.inr-box {
    text-align: center !important;
}
.placement-rec h2 {
    font-weight: bolder;
    color: #f33;
    font-size: 45px;
    line-height:45px;
}
.placement-rec h3 {
    font-weight: 400;
    font-size: 40px;
    margin-bottom:0px;
    color: #202020;
}
.primaryText {
    font-size: 52px;
    font-weight: 900;
    color: #f33;
    line-height: 1em;
}
.inr-box p {
    color: #646667;
    font-size: 20px;
    font-weight: 500;
}
.plcmnt .owl-pagination .owl-page span {
    background: #f33 !important;
}
.partners-slde .owl-pagination .owl-page span {
    background: #f33 !important;
}

.register-success-msg h3 a {
    color: #f33 !important;
    font-weight: bold;
}

.video-slider .item {
    margin-right: 10px !important;
} 
.vission-contentt button:hover {
    color: #fff !important;
    border-color: #000;
}
.vission-contentt button{
    color:#fff;
}
.mentor-des p {
    /* font-family: inherit !important; */
    font-family: 'SF UI Display' !important;
}

.course-detail-wrapper .term-list p {
    font-family: inherit !important;
}

table.how-its-work-table.table-bordered tr th {
    width: 50%;
}

/*thanks page css */
section.banner--sec.thanks-banner {
    background: #ffff;
}
.thanks-wrapper.text-center p.lead {
    color: #000;
    font-size: 20px;
}
section.banner--sec.thanks-banner h1.banner-heading {
    padding-bottom: 30px;
}
.thanks-wrapper.text-center  a {
color: #f33;
font-weight: 600;
}
p.lead a.btn.btn-primary.nav-item {
background: #f33;
border-color: #f33;
font-size: 16px;
font-weight: 500;
color:#fff;
}
p.lead a.btn.btn-primary.nav-item:focus{
    outline:none;
    box-shadow:none;
}
.thanks-wrapper.text-center p.lead {
    color: #000;
    font-size: 20px;
    margin: 4px 0px;
 }
p.support {
    margin: 10px 0px;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
section.banner--sec.thanks-banner {
    padding-bottom: 40px;
}
.add-to-cart-icon a:hover{
    color:#fff !important;
}

button.btn.btn-link.collapsed span.timer {
   color: #f00;
}
button.btn.btn-link span.timer {
    color: #fff;
}
ul.lisst a {
    color: #000;
    font-weight: 600;
}
.vission-contentt button:focus,
.vission-contentt button:hover{
    outline:none !important;
    box-shadow:none !important;
    background: #f33 !important;
    border-color:#f33 !important;
}
input#loginBtn {
    background: #f33;
    border-color: #f33 !important;
}
input#loginBtn:focus
{
    border-color: #f33 !important;
}
input#signupBtn:hover {
    background: #f33 !important;
    border: 1px solid #f33 !important;
    color:#fff;
}

.cart-main-wrapper.active {
background: #fff;
width: 345px;
position: absolute;
right: 0;
padding: 13px 13px 0px;
box-shadow: 2px 2px 7px 0px #d7d7d7;
border-radius: 5px;
height: auto;
overflow-y: scroll;
max-height: 200px;
z-index:999;
}

/* section.single-courses-details-sec a.btn.btn-link.collapsed:before {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 20px;
}
section.single-courses-details-sec a.btn.btn-link:before {
    content: "\f106";
    font-family: 'FontAwesome';
    font-size: 20px;
} */
tr.package-row{
    position: relative;
}
tr.package-row:after {
    position: absolute !important;
    content: "\f106";
    font-family: 'FontAwesome';
    font-size: 20px;
    right: 0;
    top: 9px;
}
tr.package-row.collapsed:after{
    position: absolute !important;
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 20px;
    right: 0;
    top: 9px;
}
.section.single-courses-details-sec tr.package-row:after {
    position: absolute !important;
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 20px;
    right: 0;
    top: 9px;
}
.section.single-courses-details-sec tr.package-row:after{
    position: absolute !important;
    content: "\f106";
    font-family: 'FontAwesome';
    font-size: 20px;
    right: 0;
    top: 9px;
}
section.single-courses-details-sec div#accordion .btn{
    position: relative;
}
li.nav-item.cart {
    position: relative;
}
.btn-block a.btn.checkoutbtn {
    background: #f33;
    color: #fff !important;
    padding: 8px 29px;
    /* width: 100%; */
}
button#submit-pay\ confirm-delete {
    background: #ff3333;
    border: 1px solid #ff3333;
    color: #fff;
}
.single-cart-block .btn-block{
    text-align:center;
}
.cart-product-wrapper {
    display: flex;
    margin-bottom: 10px;
}
.cart-product-wrapper a {
    color: #000;
    font-size: 15px !important;
}
.cart-product-wrapper a.image {
   /* width: 90px;
    height: 70px;*/
    width: 60%;
    height: 70px;
    margin-right: 14px;
}
.cart-product-wrapper a.image img {
    width: 100%;
    height: 100%;
}

.content h3.title {
    line-height: 20px;
}
.single-cart-block {
    margin: 20px 0px;
}
.cart-product-wrapper .content {
    margin-left: 14px;
}
.btn-block a.btn.checkoutbtn i {
    margin-left: 6px;
    font-size: 20px;
}
.btn-block a.btn.checkoutbtn:hover{
    color:#fff !important;
}
section.single-courses-details-sec .accordian-sec {
    width: 700px;
}

.complete-package a.btn.btn-link:before {
    position: absolute !important;
    content: "\f106";
    font-family: 'FontAwesome';
    font-size: 20px;
    top: -2px;
    left: -20px;
}

.complete-package a.btn.btn-link.collapsed:before {
    position: absolute !important;
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 20px;
    left: -18px;
}
section.single-courses-details-sec div#accordion .btn {
    position: relative;
}
.cart-product-wrapper .content {
    margin-left: 14px;
    width: 75%;
}
button.cart_icon_button {
    border-radius: 100px;
    position: absolute;
    border: 0 !important;
    height: 18px;
    width: 17px;
    background-color: #e23232;
    color: white;
    border-color: #eb3232;
    top: 0;
    border-radius: 50%;
  }
span#cart_icon {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    left: 0px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.nav-link.register.counter_icon{
    position: relative;
}
@media (max-width:580px){
    #confirm-delete{
        width:100%;
    }
    .checkout-review-order .mobb-view {
        display: none;
    }
}
/* 28-09-2021 */
section.our-partner-sec .owl-nav {
    display: none;
}
.plcmnt .inr-box .img {
    width: 160px;
    margin: 0 auto;
}
.plcmnt .owl-nav{
    display:none;
}
.our-partner-sec .owl-theme .owl-dots .owl-dot.active span,
section.about-content-sec .owl-theme .owl-dots .owl-dot.active span,
section.about-content-sec .owl-theme .owl-dots .owl-dot:hover span,
.our-partner-sec .owl-theme .owl-dots .owl-dot:hover span{
    background: #ff3333;
}

.our-partner-sec .owl-pagination .owl-page span,
.section.about-content-sec .owl-pagination .owl-page span{
    background: #f33 !important;
}
.ipb-wrapper .choose-us-image {
    width: 80px;
    margin: 0 auto;
}
.ipb-wrapper .choose-us-image img{
    width:100%;
    height:100%;
}
/* .ipb-content{
    margin-bottom: 25px;
} */
section.our-partner-sec .slider-image,
section.about-content-sec .slider-image  {
    width: 150px;
    height: 85px;
}
.our-partner-sec .owl-stage-outer {
    margin-bottom: 1rem;
}
/* single-course */
.course-detail-wrapper.learn-wrapper {
    max-height: 240px;
    overflow-y: scroll;
    height: 100%;
}
.course-detail-wrapper.learn-wrapper::-webkit-scrollbar{
	width: 5px;
	background-color: #F5F5F5;
}
.vission-content.visioncolor::-webkit-scrollbar{
    width: 5px;
	background-color: #F5F5F5;
}
.vission-content.visioncolor::-webkit-scrollbar-thumb{
    border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #e7e6e6;
}
.course-detail-wrapper.learn-wrapper::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #e7e6e6;
}
.cart-main-wrapper.active::-webkit-scrollbar{
    width: 5px;
	background-color: #F5F5F5;
}
.cart-main-wrapper.active::-webkit-scrollbar-thumb{
    border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #e7e6e6;
}
.content h3.title {
    line-height: 15px;
    font-size: 14px !important;
    margin-bottom:0px;
}
.single-course-modal .modal-content,
.single-course-modal .modal-header,
.single-course-modal .modal-footer{
    background-color: transparent;
    border:none;
}
.single-course-modal .modal-content .modal-body{
    padding:0px;
}
.wrap-modal-slider iframe {
    width: 100%;
    height:100%;
}
.wrap-modal-slider .your-class {
    height: 400px;
}
.modal.fade.single-course-modal.show button.close {
    position: absolute;
    right: 0;
    color: #fff;
    z-index: 999;
    opacity: 1;
    padding: 0;
    top: 30px;
}
.modal.fade.single-course-modal button.close span {
    background: #000;
    border-radius: 50%;
    width: 35px;
    padding: 6px;
    height: 35px;
    line-height: unset;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-cart-block{
    margin:0px;
}

/* google reviews */
.cust-profile h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
.cust-reviews i.zmdi.zmdi-star.zmdi-hc-2x {
    font-size: 25px;
}
.cust-profile {
    margin-left: 10px;
}
.customer-detail p{
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 12px;
}
.owl-carousel.owl-theme.reviews-slider.owl-loaded.owl-drag .reviews-wrapper{
    transition: none !important;
}
.owl-carousel.owl-theme.reviews-slider.owl-loaded.owl-drag .reviews-wrapper:hover{
    transform:none;
}
section.accordian-sec.course-content-accordian .inner-content {
    margin: 0px 0px;
}
ul.lisst li {
    list-style: none;
}
/*  */
/* .single-cart-block {
    margin: 0px;
    position: fixed;
    width: 100%;
    max-width: 317px;
    top: 220px;
}
.cart-dropdown-block1 {
     position: relative;
    width: 320px;
    overflow: hidden;
} */
.single-cart-block {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 10px 0px;
}
.cart-dropdown-block1 {
    position: relative;
    max-height: 400px;
    height:auto;
}
/* checkout */
.row--wrap {
    position: sticky;
    bottom: 0;
    background: #ffff;
    padding: 14px 0px 0px;
}
.panel-body.checkout-review-order {
    position: relative;
}
.panel-body.checkout-review-order h5 {
    font-size: 16px;
}
.panel-body.checkout-review-order::-webkit-scrollbar{
	width: 5px;
	background-color: #F5F5F5;
}
.panel-body.checkout-review-order::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #e7e6e6;
}
ul.listt{
    margin: 10px 0px;
}
ul.listt li{
        list-style: decimal;
    }
/* ul.listt li:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #f33;
    top: 12px;
    left: -18px;
    border-radius: 50%;
} */

.inner-content p.terms-text {
    color: #202020;
    font-size: 17px;
    line-height: normal;
    font-family: 'SF UI Display';
    line-height: 30px;
}
.address-sec span.icons {
    display: flex;
    align-items: baseline;
}
span.icons p {
    margin-bottom: 1px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
}
.vission-contentt h2 {
    font-size: 25px;
}
.courses-list span.icons {
    margin-right: 9px;
}
.social-icons li {
    display: inline-block;
    margin-right: 10px;
}
.social-icons a.social-link {
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.social-icons a.social-link:hover {
    background: #fff;
    color: #f33;
}
/* report and issue */
form.report-an-issue .form-group {
    text-align: left !important;
    font-family: 'SF UI Display';
}
form.report-an-issue button.btn.form-control {
    background: #f33;
    color: #fff;
    max-width: 120px;
    width: 100%;
}
.icons-wrap i.address {
    font-size: 25px;
    color: #f33;
}
.container .icons-wrap {
    box-shadow: 0px 0px 38px 0px #eaeaea;
    padding: 19px 14px;
    border-radius: 13px;
    text-align: center;
    display: flex;
    align-items: center;
}
.icons-wrap p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'SF UI Display';
    color: #333f52;
}
.modal.single-course-modal .your-class p {
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
}
/*  */
.enroll-steps{
    position: relative;
}
.enroll-steps:after {
    content: '';
    position: absolute;
    background-image: url(../images/dotted1.png);
    width: 18px;
    height: 60px;
    background-repeat: no-repeat;
    left: 7px;
    margin: 0 auto;
    right: 0;
    bottom: -51px;
    background-size: 50%;
 }
 p.enroll-content {
    color: #fff;
    font-size: 18px;
    line-height: normal;
    padding: 13px 0px;
    text-align: center;
    margin-bottom: 16px;
}
span.count-number {
    font-size: 23px;
    font-weight: 600;
    width: 38px;
    height: 37px;
    border-radius: 50%;
    background: #fff;
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #f33;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.enroll-content:last-child:after {
    display: none;
}
.complete-package ul.lisstt {
    padding-left: 20px;
}
.site-header nav.navbar.navbar-expand-lg.mobile-nav{
    display:none;
}
.cart--icon li {
    list-style: none;
    margin-bottom:0;
    padding: 0px;
    border-bottom:none;
}
.cart--icon ul{
 margin-bottom:0px;
 border-bottom:0px;
}
.cart--icon li.nav-item.cart.active{
    border-bottom:none !important;
}
nav.navbar.navbar-expand-lg.mobile-nav a.nav-link.register.counter_icon {
    padding-bottom: 0px !important;
}
span.courses-text {
    font-size: 24px;
    font-family: 'SF UI Display';
    font-weight: 400;
    position: relative;
}
/* mobile-nav */
.mobile-cart-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.video-wrapper .courses-image {
    position: relative;
    height: 260px;
    }
/* .product--image {
    width: 180px;
} */
.view-cart .payment-hed {
    font-size: 19px;
    font-family: 'SF UI Display';
    font-weight: 600;
    color: #202020;
    margin-bottom: 17px;
}
.view-cart p.pay-text {
    font-size: 16px;
    font-family: 'SF UI Display';
    color: #202020;
    line-height: 22px;
}
.vission-content.visioncolor h4.pay-text {
    font-size: 20px;
    margin: 5px 0px;
}
nav.navbar.navbar-expand-lg.desktop-nav img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
/* new eliigibility-sec*/
.step-wrapper {
    margin: 30px;
    position: relative;
    }

    .linestep {
    text-align: center;
    max-width: 250px;
    position: absolute;
    }
    .linestep .num {
        color: #ff3333;
        border-radius: 100px;
        display: inline-block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-weight: bold;
        background: #fff;
    }
    .linestep p {
        width: 250px;
        position: absolute;
        margin-top: 7px;
        font-weight: 500;
        line-height: normal;
        font-size: 18px;
        margin-bottom: 0px;
        color: #fff;
    }
    .linestep p.top {
    bottom: 50px;
    left: -110px;
    }
    .linestep p.bottom {
    left: -110px;
    }
    .linestep p.left {
    width: 200px;
    right: 34px;
    top: -17px;
    }
    .linestep p.right {
        width: 200px;
        left: 20px;
        top: -4px;
    }
    .linestep {
    visibility: hidden;
    }
    .path {
    visibility: hidden;
    }

    .move-line .path {
    visibility: visible;
    stroke-dasharray: 3700;
    stroke-dashoffset: 3700;
    animation: moveline 4s linear forwards;
    }
    .move-line .linestep {
    animation-name: show-step-item;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    }
    .move-line .linestep1 {
    animation-delay: 0.4s;
    }
    .move-line .linestep2 {
    animation-delay: 0.8s;
    }
    .move-line .linestep3 {
    animation-delay: 1.2s;
    }
    .move-line .linestep4 {
    animation-delay: 1.6s;
    }
    .move-line .linestep5 {
    animation-delay: 2s;
    }
    .move-line .linestep6 {
    animation-delay: 2.4s;
    }
    .move-line .linestep7 {
    animation-delay: 2.8s;
    }
    .move-line .linestep8 {
    animation-delay: 3.2s;
    }

    @keyframes show-step-item {
    from {
        transform: scale(0.2);
        opacity: 0;
    }
    to {
        visibility: visible;
        transform: scale(1);
        opacity: 1;
    }
    }
    @keyframes moveline {
    to {
        stroke-dashoffset: 0;
    }
    }
    section.eligibiltiy-sec.mobile-sec{
        display:none;
    }
    .eligible-content-sec.desktop-sec {
        padding: 0;
    }
    .eligible-content-sec.desktop-sec .elligible-sec {
        padding: 21px 80px 0px;
    }
    section.eligibiltiy-sec.desktop-sec .colr-red {
        background: #f33;
        padding: 50px 0px 80px;
    }

    /* 30-11-2021 */
    .aspiring-right-sec img{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position: center;
    }
    section.aspiring-detail-sec{
        /* padding-top:80px; */
        padding:80px 0px;
    }
    .aspiring-left-sec p {
        margin: 20px 0px;
        font-size: 20px;
        font-family: 'SF UI Display';
        line-height: 30px;
    }
    .aspiring-left-sec a.lean--btn {
        padding: 4px 20px;
        background-color: #ff3333;
        color: #fff;
        border-radius: 5px;
        font-size: 15px;
        vertical-align: middle;
        margin-top: 30px !important;
        display: inline-block;
        font-family: 'SF UI Display';
    }
    .ipb-logo-image {
        max-width: 297px;
        margin: 20px 0px;
    }
    .ipb-logo-image img{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position: center;
    }
    section.aspiring-detail-sec .row {
        align-items: center;
    }
    /* .aspiring-left-sec .new-logo-wrap {
        width: 350px;
    } */
    .aspiring-left-sec .new-logo-wrap img {
        height: 100%;
        object-fit: cover;
    }


/* 404 page error */
.background {
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
  }

  /*text styling*/
  .backgroundd span.for {
    font-family: "Abril Fatface", serif;
    color: Red;
    display: flex;
    justify-content: center;
    font-size: 7em;
    margin: 0;
  }
  .backgroundd .page-para{
    font-family: 'SF UI Display';
    font-size: 20px;
    text-align: center;
    color: black;
    margin-bottom: 30px;
    margin-top: -20px;
    font-weight: 400;
  }
  .backgroundd .buttonss {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .backgroundd .pnf-btn {
    background: #EDEDED;
    padding: 15px 20px;
    margin: 5px;
    color: #585959;
    text-transform: uppercase;
    font-size: 0.6em;
    letter-spacing: 1px;
    border: 0;
  }
  .backgroundd .pnf-btn a{
    text-decoration: none;
    color: black;
  }
 
  .pnf-image{
    width:600px;
    margin:0 auto;
  }
  .png-img{
      width:100%;
      height:100%;
      object-fit:cover;
      object-position: center;
  }
  .backgroundd span.error{
    color: black;
  }
  span.error {
    font-size: 40px;
    align-self: center;
    padding-right: 10px;
  }
  @media (max-width: 1024px){
     .backgroundd .png-img{
        width: 100%;
    }
    .pnf-image{
    width:auto;
    margin:0 auto;
  }
    .backgroundd span.for{
        font-size: 4rem;
    }
  }

  /* 21-12-2021 */
  .coupon-text1{
      font-weight:500;
      font-size:15px;
     
  }
  /* 09/05/2022 */
  .announcement-content {
    font-size: 18px;
    font-weight: 600;
    padding: 1px;
}
span.enroll-now {
    font-size: 21px;
    text-decoration: underline;
}
span.flat-off {
    color: black;
}
.enroll-now a {
    color: #2e2e2e !important;
}
span.limited-period {
    color: #FF3333;
}
  /* 29-12-2021 */
  /*courses*/
.video-slider button.owl-prev {
    position: absolute;
    font-size: 50px !important;
    top: 0px;
    bottom: 0px;
    left: -4rem;
}
.video-slider button.owl-prev:hover{
    color: red !important;
    background: none !important;
}
.video-slider button.owl-next {
    position: absolute;
    font-size: 50px !important;
    top: 0px;
    bottom: 0px;
    right: -4rem;
}
.video-slider button.owl-next:hover{
    color: red !important;
    background: none !important;
}
.video-slider{
position: relative;
}

@media (max-width: 768px) {
    h2.book-a-session:before{
        display: none;
    }
    .video-slider button.owl-prev {
        position: relative;
        top: 0rem;
        font-size: 50px !important;
        left: -4rem;
    }
    .video-slider button.owl-next {
        position: relative;
        font-size: 50px !important;
        top: 0rem;
        right: -4rem;
    }
    .snip1533{
        max-width: 100% !important;
        min-width: 100% !important;
    }
  
}

@media (max-width:1199px){
    .reviews-wrapper{
        max-height:unset !important;
    }
}


.snip1533 {
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #9e9e9e; */
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    /* margin: 35px 10px 10px; */
    max-width: 310px;
    min-width: 250px;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    border-radius: 30px 0px 30px 0px;
    /*border-left: 5px solid red; 
     padding: 15px;*/
  }
  
  .snip1533 *,
  .snip1533 *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  
  /* .snip1533 figcaption {
    padding: 13% 10% 12%;
  }
  
  
   */
   .snip1533 h3 {
    color: #3c3c3c;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    margin: 10px 0 5px;
    text-align: left;
    font-family: 'SF UI Display';
}
  
.snip1533 h4 {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 10px 0 5px;
    text-align: left;
    font-family: 'SF UI Display';
    min-height: 50px;
}
  

  .recent-placements {
    text-align: center;
    background-color: #e6e6e6;
    padding-bottom: 50px;
    padding-top: 30px;
   
  }
  img.students-image {
    height: 100%;
    width: 100% !important; 
    border-top-left-radius: 30px;
  }
  section.our-track-sec h2:after {
    position: absolute;
    content: "";
    background: red;
    height: 4px;
    width: 227px;
    bottom: -10px;
    left: 28rem;
}

  .recentPlacements.owl-theme .owl-dots{
      text-align: left !important;
  }
  section.our-track-sec{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 50%, #f0f2f5 50%);
  }
  section.our-track-sec.home-page{
    margin-top: 30px;
  }
  video.modules-video {
    height: 100%;
    width: 100% !important;
  }
  .recentPlacements.owl-theme .owl-dots {
    text-align: center !important;
}
.owl-theme .owl-dots .owl-dot span{
    background-color: lightcoral !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: red !important;
}
.recent-text {
    padding: 20px 0px 20px 20px !important;
}
.our-track-sec .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 38px;
}


@media (max-width: 1024px){
    section.our-track-sec h2:after {
        left: 22rem !important;
    }
    }
    @media (max-width: 768px){
    section.our-track-sec h2:after {
        left: 15rem !important;
    }
    }
    @media (max-width: 480px){
    section.our-track-sec h2:after {
        left: 4rem !important;
    }
    }
    
    