@import url(href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
body {
    font-family: 'Lato', sans-serif;
    font-size: 14px
}

body,
html {
    overflow-x: hidden
}

a,
a:focus,
a:hover {
    text-decoration: none
}

@media (max-width:991px) {
    .container {
        max-width: 100%
    }
}
header .top-menu .social-left {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none
}

header .top-menu .social-left li {
    float: left;
    margin-right: 2px
}

header .top-menu .social-left li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

@media (max-width:575px) {
    header .top-menu .social-left li a {
        width: 36px;
        height: 36px;
        line-height: 36px
    }
}

header .top-menu .contact-rigth {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 40px;
}

header .top-menu .contact-rigth li {
    float: left;
    margin-left: 20px
}

@media (max-width:991px) {
    header .top-menu .contact-rigth li {
        margin-left: 2px
    }
}
 
 
header .top-menu .contact-rigth li a .fas {
    margin-right: 10px
}

@media (max-width:991px) {
    header .top-menu .contact-rigth li a .fas {
        margin-right: 5px;
    }
}

header .top-menu .contact-rigth li a .fas.fa-phone {
    transform: rotate(90deg)
}

 
header .botom-menu {
    background: #fff;
    padding: 10px 0;
    position: relative
}

header .botom-menu:after {
    background: url(../images/shadow.png) no-repeat scroll center bottom rgba(0, 0, 0, 0);
    bottom: -9px;
    content: "";
    height: 9px;
    position: absolute;
    width: 100%
}

header .botom-menu .navbar-header {
    float: left
}

@media (max-width:991px) {
    header .botom-menu .navbar-header {
        width: 100%
    }
}

header .botom-menu .navbar-header .logo {
    float: left
}

header .botom-menu .navbar-header .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none
}

header .botom-menu .navbar-header .navbar-toggle:focus {
    outline: 0
}

@media (max-width:991px) {
    header .botom-menu .navbar-header .navbar-toggle {
        display: block
    }
}

header .botom-menu .navbar-header .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #183f1d
}

header .botom-menu .navbar-header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

header .botom-menu .ritsec {
    float: right;
    position: relative;
    margin-left: auto
}

@media (max-width:991px) {
    header .botom-menu .ritsec {
        float: left;
        width: 100%;
        max-height: 200px;
        overflow-y: auto;
        margin-top: 15px;
        border-top: 2px solid #f6ee23;
        display: block
    }
}

header .botom-menu .ritsec .menuli {
    margin: 0;
    float: left;
    position: relative
}

@media (max-width:991px) {
    header .botom-menu .ritsec .menuli {
        padding: 10px 0;
        width: 100%;
        border-bottom: 1px solid #d9d9d9
    }
    header .botom-menu .ritsec .menuli:last-child {
        border-bottom: none
    }
}

header .botom-menu .ritsec .menuli a {
    color: #2d2d2d;
    font-size: 16px;
    padding: 0 12px
}

header .botom-menu .ritsec .menuli>a .sub-arrow {
    vertical-align: 2px;
    color: #666
}

header .botom-menu .ritsec .menuli.menulixl {
    position: static
}

header .botom-menu .ritsec .menuli:last-child a {
    padding-right: 0
}

header .botom-menu .ritsec .menuli .dropdown-menu>li>a.levelmenu {
    border-bottom: 0 none;
    display: block;
    font-size: 15px;
    overflow: hidden;
    padding: 10px 15px;
    transition: all .3s ease-in-out 0s;
    position: relative
}

header .botom-menu .ritsec .menuli .dropdown-menu>li>a.levelmenu:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #666;
    position: absolute;
    border-radius: 10px;
    left: 0;
    margin-top: 7px
}

header .botom-menu .ritsec .dropdown-menu.multimenu {
    border-top: 3px solid #f6ee23;
    padding: 10px
}

@media (max-width:991px) {
    header .botom-menu .ritsec .dropdown-menu.multimenu {
        border: none;
        padding: 10px 10px 0;
        border-radius: 0;
        margin-top: 10px;
        border-top: 1px solid #d9d9d9
    }
}

header .botom-menu .ritsec .dropdown-submenu a {
    position: relative
}

header .botom-menu .mynavbar {
    border: medium none;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0
}

@media (max-width:991px) {
    header .botom-menu .mynavbar .navbar-collapse {
        margin: 0 -15px
    }
}

.banner-section {
    background: rgba(0, 0, 0, .2);
    padding: 30px 0
}

.banner-section .centertexts {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    padding: 60px 0 50px 0
}

@media (max-width:991px) {
    .banner-section .centertexts {
        font-size: 40px
    }
}

@media (max-width:767px) {
    .banner-section .centertexts {
        font-size: 30px
    }
}

@media (max-width:575px) {
    .banner-section .centertexts {
        padding: 0 0 30px;
        font-size: 20px
    }
}

.banner-section .centertexts .bigtext {
    line-height: normal;
    text-align: center
}

.banner-section .centertexts span {
    display: block;
    overflow: hidden;
    color: #f6ee23
}

.banner-section .search-form {
    width: 60%;
    margin: 0 auto 50px;
    position: relative
}

@media (max-width:767px) {
    .banner-section .search-form {
        width: 80%
    }
}

@media (max-width:575px) {
    .banner-section .search-form {
        width: 100%
    }
}

.banner-section .search-form .input-search {
    position: relative;
    border-radius: 50px;
    overflow: hidden
}

.banner-section .search-form .input-search::after {
    background-image: url(../images/sprite.png);
    content: "";
    background-position: -16px -12px;
    width: 25px;
    height: 31px;
    left: 15px;
    position: absolute;
    top: 9px
}

.banner-section .search-form .input-search input {
    width: 100%;
    background: #fff;
    border: 1px solid #fff;
    height: 50px;
    padding: 0 50px
}

@media (max-width:575px) {
    .banner-section .search-form .input-search input {
        font-size: 13px
    }
}

.banner-section .search-form .input-search input:focus {
    border: 1px solid #fff;
    outline: 0
}

.banner-section .search-form .input-search button {
    position: absolute;
    top: 0;
    right: 0;
    background: #f6ee23;
    border: 1px solid #f6ee23;
    padding: 0 40px;
    font-size: 18px;
    bottom: 0
}

@media (max-width:575px) {
    .banner-section .search-form .input-search button {
        padding: 0 15px
    }
}

.banner-section .search-form .input-search button span.fas {
    display: none
}

@media (max-width:575px) {
    .banner-section .search-form .input-search button span.fas {
        display: block
    }
}

@media (max-width:575px) {
    .banner-section .search-form .input-search button span {
        display: none
    }
}

.banner-section .why-part .whyback {
    background: rgba(0, 0, 0, .7);
    padding: 30px;
    display: flex;
    align-items: center;
    height: 100%
}

@media (max-width:1199px) {
    .banner-section .why-part .whyback {
        padding: 30px 15px
    }
}

@media (max-width:767px) {
    .banner-section .why-part .whyback {
        margin-bottom: 15px;
        height: auto
    }
}

.banner-section .why-part .whyback .whyimg {
    background-image: url(../images/sprite.png);
    width: 70px;
    height: 55px;
    margin-right: 30px
}

@media (max-width:1199px) {
    .banner-section .why-part .whyback .whyimg {
        margin-right: 15px
    }
}

.banner-section .why-part .whyback .whyimg.leader {
    background-position: -21px -84px
}

.banner-section .why-part .whyback .whyimg.book {
    background-position: -153px -84px
}

.banner-section .why-part .whyback .whyimg.store {
    background-position: -291px -84px
}

.banner-section .why-part .whyback .why-text {
    font-size: 22px;
    color: #fff
}

@media (max-width:1199px) {
    .banner-section .why-part .whyback .why-text {
        font-size: 20px
    }
}

.popular-courses .owl-dots {
    text-align: center
}

.popular-courses .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border: 3px solid #183f1d;
    border-radius: 15px;
    display: inline-flex;
    margin: 0 5px
}

.popular-courses .owl-dots .owl-dot.active {
    border: none;
    background: #183f1d
}

.popular-courses .owl-dots .owl-dot:focus {
    outline: 0
}

.popular-courses h5 {
    color: #444;
    margin-bottom: 30px;
    text-transform: none
}

.popular-courses .outerbox {
    margin: 0 -10px
}

.popular-courses .item:hover .training-card .view-course {
    bottom: 0
}

.popular-courses .item:hover .training-icon {
    background-color: #fff
}

.popular-courses .item:hover .training-icon.dot-net {
    background-position: -11px -267px
}

.popular-courses .item:hover .training-icon.android {
    background-position: -111px -267px
}

.popular-courses .item:hover .training-icon.angular {
    background-position: -216px -263px
}

.popular-courses .item:hover .training-icon.ios {
    background-position: -311px -260px
}

.popular-courses .item .training-card {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    padding-top: 30px;
    margin: 45px 10px 10px;
    position: relative;
    overflow: hidden
}

.popular-courses .item .training-card .view-course {
    position: absolute;
    bottom: -45px;
    width: 100%;
    background: #183f1d;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    display: block;
    transition: all .4s ease-in-out 0s
}

.popular-courses .item .training-card .title {
    color: #666;
    font-size: 18px;
    padding: 40px 0 0 0;
    font-weight: 600
}

.popular-courses .item .training-card .training-desc {
    font-size: 14px;
    padding: 0 15px 25px 15px;
    text-align: left;
    color: #666;
    line-height: 24px
}

.popular-courses .item .training-card .ratings {
    color: #666;
    padding: 0 0 10px 0
}

.popular-courses .item .training-card .ratings .user-ratings.col-6 .fa-star {
    color: #ffb606;
    float: right
}

.popular-courses .item .training-icon {
    background-image: url(../images/sprite.png);
    position: absolute;
    width: 85px;
    height: 85px;
    left: 50%;
    top: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    background-color: #183f1d;
    transform: translate(-50%);
    z-index: 1;
    transition: all .4s ease-in-out 0s
}

.popular-courses .item .training-icon.dot-net {
    background-position: -11px -171px
}

.popular-courses .item .training-icon.android {
    background-position: -111px -171px
}

.popular-courses .item .training-icon.angular {
    background-position: -216px -171px
}

.popular-courses .item .training-icon.ios {
    background-position: -311px -168px
}

.center-achievements {
    background: url(../images/success.jpg) fixed no-repeat;
    padding: 50px 0;
    background-size: cover
}

.center-achievements h5 {
    color: #fff;
    text-transform: none;
    margin-bottom: 30px
}

.center-achievements .achievements-item {
    text-align: center
}

.center-achievements .achievements-item .enroll-img {
    background-image: url(../images/sprite.png);
    width: 100px;
    height: 75px;
    margin: 0 auto
}

.center-achievements .achievements-item .enroll-img.students {
    background-position: -2px -868px
}

.center-achievements .achievements-item .enroll-img.branches {
    background-position: -102px -868px
}

.center-achievements .achievements-item .enroll-img.placed {
    background-position: -209px -868px
}

.center-achievements .achievements-item .enroll-img.successful {
    background-position: -329px -868px
}

.center-achievements .achievements-item .center-growth {
    color: #f6ee23;
    font-size: 28px;
    font-weight: 500;
    margin: 0
}

.center-achievements .achievements-item .details {
    font-size: 24px;
    color: #fff;
    font-weight: 500
}

.popular-section.master-program {
    background: url(../images/bg-green.jpg) fixed no-repeat;
    padding: 50px 0;
    background-size: cover
}

.popular-section.master-program .owl-dots .owl-dot {
    border: 3px solid #fff
}

.popular-section.master-program .owl-dots .owl-dot.active {
    background: #fff
}

.popular-section.master-program h5 {
    color: #fff
}

.popular-section.master-program .item .training-icon {
    background-color: #fff
}

.popular-section.master-program .item .training-icon.dot-net {
    background-position: -11px -267px
}

.popular-section.master-program .item .training-icon.android {
    background-position: -111px -267px
}

.popular-section.master-program .item .training-icon.angular {
    background-position: -216px -263px
}

.popular-section.master-program .item .training-icon.ios {
    background-position: -311px -260px
}

.popular-section.master-program .item .training-card {
    background: #fff;
    transition: all .4s ease-in-out 0s
}

.popular-section.master-program .item .view-course {
    background: #fff;
    color: #000
}

.popular-section.master-program .item:hover .training-card {
    background: #f0f0f0
}

.training-request {
    background: #fff;
    padding: 30px 0
}

.training-request .request-content h1 {
    color: #444
}

@media (max-width:767px) {
    .training-request .request-content h1 {
        font-size: 30px
    }
}

.training-request .request-content p {
    font-size: 16px;
    line-height: 28px;
    color: #444
}

.training-request .request-form {
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    position: relative;
    padding: 25px 20px;
    margin-top: 10px;
    overflow: hidden
}

.training-request .request-form:before {
    position: absolute;
    content: "";
    height: 130px;
    background: #f6ee23;
    top: 0;
    left: -10px;
    border-radius: 0 0 100% 100%;
    right: -10px
}

.training-request .request-form .requstinner {
    position: relative;
    z-index: 1
}

.training-request .request-form h5 {
    text-align: center;
    color: #444
}

.training-request .request-form .quote-btn {
    background: #f6ee23;
    color: #444;
    font-weight: 500;
    border-radius: 0;
    min-width: 185px
}

.training-request .request-form form {
    padding: 60px 0 0
}

.training-request .request-form form input,
.training-request .request-form form select {
    border-radius: 0
}

.category-section {
    padding: 30px 0;
    background: #f4f4f4
}

.category-section h6 {
    margin-bottom: 20px;
    color: #444
}

.category-section .top-categories a {
    font-size: 14px;
    color: #444;
    line-height: 28px;
    padding: 0 10px;
    border-right: 1px solid #444
}

.footer {
    background: #2d2d2d;
    padding: 30px 0 0
}

.footer .btmfoot {
    overflow: hidden
}

.footer .btmfoot .payimg {
    float: left;
    width: 55%
}

@media (max-width:767px) {
    .footer .btmfoot .payimg {
        width: 100%
    }
}

.footer .btmfoot .payimg img {
    max-width: 100%
}

.footer .btmfoot .copyright {
    float: right;
    color: #d9d9d9;
}

@media (max-width:767px) {
    .footer .btmfoot .copyright {
        float: left;
        width: 100%;
        line-height: normal;
        margin-top: 15px
    }
}

.footer .center-contact .fas {
    transform: rotate(90deg)
}

.footer .short-desc-with-logo p {
    color: #d9d9d9;
    font-size: 14px;
    margin: 10px 0
}

.footer .short-desc-with-logo p .fas {
    margin-right: 5px;
}

.footer .nav-links h6 {
    color: #d9d9d9;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px
}

.footer .nav-links ul {
    padding: 0
}

.footer .nav-links ul li {
    list-style: none;
    font-size: 14px;
    padding: 0 0 3px
}

.footer .nav-links ul li a {
    color: #d9d9d9
}

.popular-section {
    background: #fff;
    padding: 30px 0
}

.clientslider {
    background: #fff;
    padding: 30px 0
}

.clientslider .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    margin: 0 auto
}

.whatsapp-chat {
    position: fixed;
    right: 240px;
    bottom: 0;
    background: #1bc55b;
    color: #fff;
    border-radius: 5px 5px 0 0;
    height: 30px;
    z-index: 10;
    line-height: 30px;
    padding: 0 25px
}

.whatsapp-chat a {
    color: #fff
}

.whatsapp-chat .fab {
    margin-right: 5px
}

#enquiryModal .enquiry-form-wrapper .form-group {
    position: relative;
    margin-bottom: 1.5rem
}

#enquiryModal .enquiry-form-wrapper .form-group input,
#enquiryModal .enquiry-form-wrapper .form-group select {
    min-height: 45px;
    border-radius: 0
}

#enquiryModal .enquiry-form-wrapper .form-group textarea {
    border-radius: 0
}

#enquiryModal .enquiry-form-wrapper .form-group .form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 11px 0 0 13px;
    transition: all .2s;
    opacity: .5
}

#enquiryModal .enquiry-form-wrapper .form-group .form-control {
    background: 0 0
}

#enquiryModal .enquiry-form-wrapper .form-group .form-control:focus+.form-control-placeholder,
#enquiryModal .enquiry-form-wrapper .form-group .form-control:valid+.form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -70%, 0);
    opacity: 1;
    background: #fff;
    margin: 5px 0 0 5px;
    padding: 2px 10px;
    font-size: 14px
}

#enquiryModal .modal-footer .submit-btn {
    background: #f6ee23;
    border-radius: 0
}

.course-banner {
    padding: 30px 0;
}

.course-banner .course-banner-title h3 {
    font-size: 28px
}

.course-banner .course-banner-title .breadcrumbs {
    font-size: 16px
}

.course-banner .course-banner-title .course-desc {
    font-size: 16px
}

.course-banner .course-banner-title .quote-btn {
    min-width: 185px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    padding: 8px 0
}

.course-banner .video-widget {
    /*background: #fff;*/
    height: 100%;
    /*padding: 10px;*/
    /*border-radius: 10px;*/
}

.course-banner .video-widget iframe {
    width: 100%
}

.course-body {
    padding: 20px 0;
    background: #fff
}

.course-body .upcoming-batch-section {
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 20px 15px
}

.course-body .upcoming-batch-section .title {
    color: #100foe;
    font-size: 15px;
    font-weight: 700;
    padding: 0 0 10px 0
}

.course-body .upcoming-batch-section .batch-instructions ul {
    padding: 0 0 0 27px;
    list-style: none;
    color: #100foe;
    font-size: 14px
}

.course-body .upcoming-batch-section .batch-instructions ul li {
    padding: 0 0 10px 0;
    text-indent: -13px
}

.course-body .upcoming-batch-section .batch-instructions ul li .fas.fa-dot-circle {
    color: #000;
    padding: 0 10px 0 0
}

.course-body .upcoming-batch-section .batch-schedule {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px 0
}

.course-body .upcoming-batch-section .batch-schedule:last-child {
    margin: 0;
    border-bottom: 0
}

.course-body .upcoming-batch-section .batch-schedule .batch-date {
    padding: 15px 0
}

.course-body .upcoming-batch-section .batch-schedule .batch-date .fas.fa-calendar-alt {
    padding: 0 10px 0 0;
    font-size: 15px
}


.course-body .upcoming-batch-section .batch-schedule .batch-date .day-number {
    font-size: 40px;
    margin-right: 10px;
    border: 1px solid #555555;
    padding: 0px 10px;
    border-radius: 15px;
    width: 65px;
    text-align: center;
    height: 65px;
    display: block;
    box-sizing: border-box;
    float: left;
}

.course-body .upcoming-batch-section .batch-schedule .batch-date .day-text-1 {
    color: #347bb8;
}

.course-body .upcoming-batch-section .batch-schedule .batch-date .day-text-2 {
    position: absolute; 
    bottom: 4px; 
    font-size: 12px;
}

.course-body .upcoming-batch-section .batch-schedule .batch-date .date {
    font-size: 15px;
    color: #333;
    text-transform: none;
    display: block;
    font-weight: normal;
    width: calc(100% - 80px);
    height: 65px;
    float: left;
    position: relative;
    padding: 6px 0px;
}

.course-body .upcoming-batch-section .batch-schedule .join-btn a {
    font-weight: 700;
    background: #d9534f;
    width: 100%;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 12px 0
}

.course-body .upcoming-batch-section .batch-schedule .batch-weeks p:nth-child(1),
.course-body .upcoming-batch-section .batch-schedule .session p:nth-child(1) {
    color: #100foe;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 8px 0
}

.course-body .upcoming-batch-section .batch-schedule .batch-weeks p:nth-child(2),
.course-body .upcoming-batch-section .batch-schedule .session p:nth-child(2) {
    font-size: 12px;
    color: #100foe
}

.course-body .course-info {
    margin: 20px 0 0 0;
    border: 1px solid #ccc;
    background: #f9f9f9
}

@media (max-width:767px) {
    .course-body .course-info {
        margin-bottom: 20px
    }
}

.course-body .course-info .nav-tabs {
    border-bottom: 0
}

.course-body .course-info .nav-tabs .nav-item {
    width: 20%
}

@media (max-width:767px) {
    .course-body .course-info .nav-tabs .nav-item .text {
        display: none
    }
}

.course-body .course-info .nav-tabs .nav-item .nav-link {
    border-radius: 0;
    padding: 12px 0;
    text-align: center
}

.course-body .course-info .nav-tabs .nav-item .nav-link.active {
    color: #333;
}

.course-body .course-info .nav-tabs .nav-item .nav-link.active {
    background: 0 0;
    border: 0
}

.course-body .course-info .nav-tabs .nav-item .nav-link span.fas {
    padding: 0 8px 0 0;
    color: #fff;
}
.course-body .course-info .nav-tabs .nav-item .nav-link.active span.fas {
    color: #333;
}

.course-body .course-info .course-content {
    padding: 25px;
}

@media (max-width:767px) {
    .course-body .course-info .course-content {
        padding: 15px
    }
}

.course-body .course-info .course-content .course-overview p {
    color: #100foe;
    line-height: 26px
}

.course-body .course-info .course-content .course-overview .course-highlights h6 {
    text-transform: none;
    color: #100foe
}

.course-body .course-info .course-content .course-overview .course-highlights ul {
    list-style: none;
    padding: 0
}

.course-body .course-info .course-content .course-overview .course-highlights ul span.fas {
    padding: 0 10px 0 0;
    color: #333
}

.course-body .course-info .course-content .course-overview .course-highlights ul li {
    color: #100foe;
    padding: 0 0 10px 30px;
    text-indent: -14px
}

.course-body .course-info .course-content .course-overview .course-highlights a {
    color: #065ad5;
    font-size: 15px
}

.course-body .course-info .course-content .course-overview .course-highlights a span.fas.fa-caret-right {
    vertical-align: middle
}

.course-body .course-info .course-content .course-overview .course-highlights .morecontent span {
    display: none
}

.course-body .course-info .course-content .course-overview .course-highlights .morelink {
    display: block
}

.course-body .course-info .course-content #trainer .trainer-profile .card {
    text-align: center;
    margin: 0 15px 0 0;
    border-bottom: 3px solid #d9534f;
    border-radius: 0
}

.course-body .course-info .course-content #trainer .trainer-profile .card img {
    max-width: 100px;
    height: 100px;
    margin: 15px auto 0 auto;
    border-radius: 50%
}

.course-body .course-info .course-content #trainer .trainer-profile .card .card-body {
    padding: 15px
}

.course-body .course-info .course-content #trainer .trainer-profile .card .card-body .rating-stars {
    padding: 0 0 10px 0
}

.course-body .course-info .course-content #trainer .trainer-profile .card .card-body .rating-stars i.fas {
    color: #ffb606
}

.course-body .course-info .course-content #trainer .trainer-profile .card .card-body .card-text {
    color: #100foe
}

.course-body .course-info .course-content #trainer .trainer-profile .owl-nav {
    display: none
}

.course-body .course-info .course-content #trainer .trainer-profile .owl-dots {
    text-align: center;
    padding: 10px 0 0 0
}

.course-body .course-info .course-content #trainer .trainer-profile .owl-dots .owl-dot {
    border-radius: 50%;
    border: 2px solid #183f1d;
    width: 14px;
    height: 14px;
    margin-right: 10px
}

.course-body .course-info .course-content #trainer .trainer-profile .owl-dots .owl-dot.active {
    background: #183f1d
}

.course-body .course-info .course-content .faq-accordion .card {
    border: 0;
    border-bottom: 1px solid #e1e2e4;
    background: 0 0
}

.course-body .course-info .course-content .faq-accordion .card [aria-expanded=true] i.fa-chevron-right {
    transform: rotate(90deg);
    transition: all .3s
}

.course-body .course-info .course-content .faq-accordion .card .card-header {
    cursor: pointer;
    padding: 12px 5px;
    background: 0 0
}

.course-body .course-info .course-content .faq-accordion .card .card-header h2 {
    font-size: 16px;
    color: #100foe
}

.course-body .course-info .course-content .faq-accordion .card .card-body {
    background: 0 0
}

.course-body .course-info .course-content .faq-accordion .card .card-body p {
    margin-bottom: 0;
    color: #100foe
}

.course-body .course-info .course-content #review .average-rating {
    border: 1px solid #ccc;
    width: 242px;
    min-height: 242px;
    text-align: center;
    border-radius: 50%;
    padding: 30px 15px 13px
}

@media (max-width:767px) {
    .course-body .course-info .course-content #review .average-rating {
        margin: 0 auto
    }
}

.course-body .course-info .course-content #review .average-rating .average_rating_value {
    font-size: 100px;
    line-height: 100px;
    font-weight: 300;
    letter-spacing: -5px;
    color: #333
}

.course-body .course-info .course-content #review .average-rating .average-rating-stars {
    padding: 10px 0 20px 0
}

.course-body .course-info .course-content #review .average-rating .average-rating-stars i.fas {
    color: #ffb606
}

.course-body .course-info .course-content #review .detail-rating h5 {
    font-size: 16px;
    margin: 10px 0 20px 0
}

.course-body .course-info .course-content #review .detail-rating .rating-unit {
    padding: 0 0 20px 0
}

.course-body .course-info .course-content #review .detail-rating .rating-unit .bar {
    padding: 3px 0 0 0
}

.course-body .course-info .course-content #review .detail-rating .rating-unit .bar .full_bar {
    position: relative;
    width: 177px;
    height: 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background-color: transparent
}

.course-body .course-info .course-content #review .detail-rating .rating-unit .bar .full_bar .bar_filler {
    position: absolute;
    top: -1px;
    left: 0;
    right: -1px;
    bottom: -1px;
    height: auto;
    background-color: #d9534f;
    border-radius: 8px
}

.course-body .course-info .course-content .greensgreenssyllabus-accordion .card {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #e1e2e4
}

.course-body .course-info .course-content .greensgreenssyllabus-accordion .card:hover {
    background-color: rgba(0, 0, 0, .03)
}

.course-body .course-info .course-content .greensgreenssyllabus-accordion .card [aria-expanded=true] i.fa-caret-down {
    transform: rotate(180deg);
    transition: all .3s
}

.course-body .course-info .course-content .greensgreenssyllabus-accordion .card .card-header {
    cursor: pointer;
    background: 0 0
}

.course-body .course-info .course-content .greensgreenssyllabus-accordion .card .card-header h2 {
    font-size: 16px;
    color: #100foe;
    padding: 0 10px 0 0
}

.course-body .course-info .course-content .greensgreenssyllabus-accordion .card .card-header i.fa-play-circle {
    padding: 0 10px 0 0
}

.course-body .course-info .course-content .greensgreenssyllabus-accordion .card .card-body p {
    margin-bottom: 0
}

.course-body .right-section .box {
    border: 1px solid #ccc;
    margin-bottom: 20px
}

.course-body .right-section .box:last-child {
    margin-bottom: 0
}

.course-body .right-section .box .title {
    text-align: center;
    padding: 15px 0;
    font-weight: 700
}

.course-body .right-section .box .box-content {
    padding: 0 10px 0 10px
}

.course-body .right-section .box .box-content .feature-row {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    color: #100foe;
    font-size: 14px
}

.course-body .right-section .box .box-content .feature-row span:first-child {
    padding-right: 10px
}

.course-body .right-section .box .box-content .feature-row .feature-limit {
    float: right;
    font-weight: 700
}

.course-body .right-section .box .box-content .feature-row:last-child {
    border-bottom: 0
}

.course-body .right-section .box .box-content ul {
    padding: 10px 0 0 0;
    list-style: none;
    margin-bottom: 0
}

.course-body .right-section .box .box-content ul li {
    padding: 0 0 10px 30px;
    text-indent: -14px
}

.course-body .right-section .box .box-content ul li a {
    color: #333
}

.course-body .right-section .box .box-content ul li a span.fas {
    padding-right: 10px
}

.trending-course,
.related-course {
    margin: 20px 0 0
}

.trending-course .trending-course-accordion .card,
.related-course .related-course-accordion .card {
    border-radius: 0
}

.trending-course .trending-course-accordion .card .card-header,
.related-course .related-course-accordion .card .card-header {
    cursor: pointer
}

.trending-course .trending-course-accordion .card .card-header h2,
.related-course .related-course-accordion .card .card-header h2 {
    font-size: 16px;
    color: #fff
}

.trending-course .trending-course-accordion .card .card-header i.fas,
.related-course .related-course-accordion .card .card-header i.fas {
    color: #fff
}

.trending-course .trending-course-accordion .card .card-body,
.related-course .related-course-accordion .card .card-body {
    padding: 15px 0
}

.trending-course .trending-course-accordion .card .card-body .course-box,
.related-course .related-course-accordion .card .card-body .course-box {
    border: 1px solid #ccc;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, .18);
    height: 190px;
    padding: 10px;
    border-bottom: 3px solid #183f1d
}

.trending-course .trending-course-accordion .card .card-body .course-box .course-desc,
.related-course .related-course-accordion .card .card-body .course-box .course-desc {
    min-height: 130px
}

.trending-course .trending-course-accordion .card .card-body .course-box .course-desc h6,
.related-course .related-course-accordion .card .card-body .course-box .course-desc h6 {
    font-size: 14px;
    text-align: center
}

.trending-course .trending-course-accordion .card .card-body .course-box .course-desc p,
.related-course .related-course-accordion .card .card-body .course-box .course-desc p {
    font-size: 12px
}

.trending-course .trending-course-accordion .card .card-body .course-btn,
.related-course .related-course-accordion .card .card-body .course-btn {
    font-size: 14px;
    padding: 10px;
    font-weight: 700
}

.course-body .course-info .course-content .course-overview .course-overview-content ul li {
    color: #100foe;
    padding: 0 0 10px 30px;
    text-indent: -14px;
}

.course-body .course-info .course-content .course-overview .course-overview-content ul span.fas {
    padding: 0 10px 0 0;
    color: #333;
}

.course-body .course-info .course-content .course-overview .course-overview-content ul {
    list-style: none;
    padding: 0;
}

.course-body .course-info .course-content .course-overview .course-overview-content h6 {
    text-transform: none;
    color: #100foe;
}

.address {
    color: #d9d9d9;
    margin: 10px 0;
}

.footer-widgets .widget-title {
    color: #fff;
}

.widget ul li {
    list-style: none;
}

.address-align-first {
    padding-left: 0px;
}

.address-align {
    padding-left: 20px;
}

.widget-title {
    color: #d9d9d9;
    padding-top: 20px;
}

.sub-title {
    color: #2ca66b
}

.margin10 {
    margin: 0 10px 20px 10px;
}

.course-body .course-info .course-content #review-sec .review-sec .card {
    text-align: center;
    margin: 0 15px 0 0;
    border-bottom: 3px solid #d9534f;
    border-radius: 0
}

.course-body .course-info .course-content #review-sec .review-sec .card img {
    max-width: 100px;
    height: 100px;
    margin: 15px auto 0 auto;
    border-radius: 50%
}

.course-body .course-info .course-content #review-sec .review-sec .card .card-body {
    padding: 15px
}

.course-body .course-info .course-content #review-sec .review-sec .card .card-body .rating-stars {
    padding: 0 0 10px 0
}

.course-body .course-info .course-content #review-sec .review-sec .card .card-body .rating-stars i.fas {
    color: #ffb606
}

.course-body .course-info .course-content #review-sec .review-sec .card .card-body .card-text {
    color: #100foe
}

.course-body .course-info .course-content #review-sec .review-sec .owl-nav {
    display: none
}

.course-body .course-info .course-content #review-sec .review-sec .owl-dots {
    text-align: center;
    padding: 10px 0 0 0
}

.course-body .course-info .course-content #review-sec .review-sec .owl-dots .owl-dot {
    border-radius: 50%;
    border: 2px solid #183f1d;
    width: 14px;
    height: 14px;
    margin-right: 10px
}

.course-body .course-info .course-content #review-sec .review-sec .owl-dots .owl-dot.active {
    background: yellow;
}

#text {
    display: none;
}

#text1 {
    display: none;
}
#text3 {
    display: none;
}#text4 {
    display: none;
}
#text11 {
    display: none;
}
.btn-container {
    margin: auto;
    height: 44px;
    width: 166.23px;
}

#more {
    display: none;
}

#trainer {
    color: #100foe;
}

.btn-container {
    margin: 0px!important
}

#toggle {
    background: none!important;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-weight: bold;
}
#toggle1 {
    background: none!important;
    border: none;
    color: #007bff;
    cursor: pointer;
     font-weight: bold;
}

#toggle3 {
    background: none!important;
    border: none;
    color: #007bff;
    cursor: pointer;
     font-weight: bold;
}
#toggle4 {
    background: none!important;
    border: none;
    color: #007bff;
    cursor: pointer;
     font-weight: bold;
}
#toggle-new {
    width: 100%;
    margin: 10px 0 0;
     justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #8360C3;
    background: #FFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 8px;
    cursor: pointer;
    z-index: 8;
   }
#toggle-new1 {
    width: 100%;
    margin: 10px 0 0;
     justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #8360C3;
    background: #FFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 8px;
    cursor: pointer;
    z-index: 8;
   }
.sub-title {
    color: #2ca66b
}


}
h2.prod-overview {
    color: #000;
    position: relative;
    padding-left: 0;
    font-size: 32px;
    line-height: 1.055555555556em;
    font-weight: 700;
    clear: both;
    margin: 0.938em auto 0.4em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h4,
h5 {
    color: #000;
    position: relative;
    padding-left: 0;
    font-size: 28px;
    line-height: 1.055555555556em;
    font-weight: 700;
    clear: both;
    margin: 0.938em auto 0.4em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-bottom: 20px;
}
.footer-custmlink {
    display: block;
    overflow: hidden;
    margin-top: 20px;
    line-height: 46px;
}
.footer-custmlink li {
    float: left
}
.footer-custmlink ul a {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center!important;
    line-height: 30px;
    color: #fff !important;
    font-weight: 700 !important;
}
.footer-custmlink li {
    display: inline-block;
    padding-left: 15px;
}
.inlineintfooter li a {
    color: #ffffff;
    letter-spacing: .1px;
}
#footerbottom {
    background: #1F1F1F;
    padding: 15px 0;
    font-size: 13px;
    text-transform: none;
    margin-top: 20px;
    font-size: ;
}
.inlineintfooter li {
    display: inline;
    border-right: 1px solid rgba(255, 255, 255, 0.45);
    padding: 0 5px;
}

#footerbottom {
    background: #1F1F1F;
    padding: 15px 0;
    font-size: 13px;
    text-transform: none;
    margin-top: 20px;
    font-size: ;
}
.inlineintfooter li {
    display: inline;
    border-right: 1px solid rgba(255, 255, 255, 0.45);
    padding: 0 5px;
}
.g-bg-red {
    padding:1px;
}
.demo-btn h3 {
    font-size: 24px;
    margin: 14px;
    color:#fff;
}
.btn-lg-custom{padding: 0.3rem 0.3rem;
    padding: 0.5rem 1.7rem;
    font-size: 1.0rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.modal-title-custom
{
    margin-left:32%;
    padding-bottom: 2px;
}

.quick-enquiry h3, .quick-enquiry-form
{
    margin-bottom: 10px!important;
        padding: .365rem .65rem;
} 
.btn-primary-custom
{
    margin-left:38%;
}
#sticky-footer {
    position: relative;
    /* height: 55px; */
    z-index: 99;
}
.sticky-footer {
    background: #000;
    position: fixed;
    height: 40px;
    bottom: 0;
    padding: 0px 0;
    width: 100%;
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.29);
}
.quick-query a {
    transition: color 300ms, background-color 300ms;
    outline: none;
    border: none;
    text-decoration: none;
   
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    padding: 10px 15px;
}
.ask-a-demo {
    background: url('./images/ask-a-demo.png') no-repeat;
    display: block;
    padding: 0px 0 4px 30px;
}
.call-back-bt {
    float: left;
    position: relative;
    display: block;
    padding-right: 15px;
}
.call-back-form {
    position: absolute;
    bottom: 42px;
    left: 0px;
    width: 265px;
    
    border-radius: 5px 5px 0 0;
    border: 1px solid #bb5b08;
    border-bottom: 0px;
    z-index: 99999;
    border-top: 5px solid #bb5b08;
}
.call-back-form .call-form-field {
    padding: 10px;
}
.call-form-field .close {
    color: #2a2a2a;
    opacity: 1;
}
.call-form-field span.ttl {
    
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
  
}
.call-back-bt a {
    font-weight: 400;
    margin-right: 10px;
    padding: 10px 15px;
    display: block;
    color: #fff;
   
    text-align: center;
    font-size: 16px;
}
.fix-btn a i, .quick-query a i {
    margin-right: 5px;
    vertical-align: middle;
}
.fix-btn a {
    /* background: #0d0d0d; */
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    padding: 10px 15px;
}
.bg-sticky{background: #000}
.btn-black, .btn-black:focus {
    background: #2d2d2d;
    color: #fff;
    outline: 0px;
}
.btn {
    border-radius: 2px;
    position: relative;
}
.call-back-bt .btn-black {
    font-size: 14px;
}

.jsn-air-balloon {
    position: fixed;
    right: 1px;
    bottom: 280px;
    -webkit-animation: balloon 6s ease-in-out infinite;
    -moz-animation: balloon 6s ease-in-out infinite;
    -o-animation: balloon 6s ease-in-out infinite;
    animation: balloon 6s ease-in-out infinite;
    z-index: 99999 !important;
    float: right;
}

.request_quote {
    float: right;
    width: 80px;
    background: none;
}

.jsn-air-balloon a {
    display: block;
}
.jsn-air-balloon img {
    width: 100%;
}


@keyframes balloon{
0%, 100% {
    transform: translateY(0);
}
30% {
    transform: translateY(-150px);
}
40% {
    transform: translateY(-95px);
}
50% {
    transform: translateY(-150px);
}
60% {
    transform: translateY(-95px);
}
70% {
    transform: translateY(-150px);
}
80% {
    transform: translateY(-95px);
}

}


.request_quote_phone {
    float: left!important;
    width: 80px;
    background: none;
}
.jsn-air-balloon-phone {
    position: fixed;
    bottom: 30px;
    z-index: 99999 !important;
    float: left;
}

.jsn-air-balloon-phone a {
    display: block;
}
.jsn-air-balloon-phone img {
    width: 100%;
}
.footer-content{
    color:#f7f7f7;
    text-align: justify;
    line-height: 30px;

}

.interview-question {
    margin: 20px 0 0
    background:red;
}

.interview-question .interview-question-accordion .card {
    border-radius: 0
}

.interview-question .interview-question-accordion .card .card-header1 {
    cursor: pointer
}

.interview-question .interview-question-accordion .card .card-header1 h2 {
    font-size: 16px;
    color: #fff;
   margin-left: 20%;
}

.interview-question .interview-question-accordion .card .card-header1 i.fas {
    color: #fff
}

.interview-question .interview-question-accordion .card .card-body {
    padding: 15px 0
}

.interview-question .interview-question-accordion .card .card-body .course-box {
    border: 1px solid #ccc;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, .18);
    height: 190px;
    padding: 10px;
    border-bottom: 3px solid #183f1d
}

.interview-question .interview-question-accordion .card .card-body .course-box .course-desc {
    min-height: 130px
}

.interview-question .interview-question-accordion .card .card-body .course-box .course-desc h6 {
    font-size: 14px;
    text-align: center
}

.interview-question .interview-question-accordion .card .card-body .course-box .course-desc p {
    font-size: 12px
}

.interview-question .interview-question-accordion .card .card-body .course-btn {
    font-size: 14px;
    padding: 10px;
    font-weight: 700
}
.card-header1 {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #d82a4e;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header1:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header1+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer1 {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header1-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header1-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}
.card-body a{color:#000;
line-height: 30px;
padding-left: 10px;}


.interview-question1 {
    margin: 20px 0 0
    background:red;
}

.interview-question1 .interview-question1-accordion .card {
    border-radius: 0
}

.interview-question1 .interview-question1-accordion .card .card-header11 {
    cursor: pointer
}

.interview-question1 .interview-question1-accordion .card .card-header11 h2 {
    font-size: 16px;
    color: #fff;
    margin-left:30%;
}

.interview-question1 .interview-question1-accordion .card .card-header11 i.fas {
    color: #fff
}

.interview-question1 .interview-question1-accordion .card .card-body {
    padding: 15px 0
}

.interview-question1 .interview-question1-accordion .card .card-body .course-box {
    border: 1px solid #ccc;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, .18);
    height: 190px;
    padding: 10px;
    border-bottom: 3px solid #183f1d
}




.interview-question-new1 {
    margin: 20px 0 0
    background:red;
}

.interview-question1 .interview-question1-accordion .card {
    border-radius: 0
}

.interview-question-new1 .interview-question-new1-accordion .card .card-header111 {
    cursor: pointer
}

.interview-question-new1 .interview-question-new1-accordion .card .card-header111 h2 {
    font-size: 16px;
    color: #fff;
   

}

.interview-question-new1 .interview-question-new1-accordion .card .card-header111 i.fas {
    color: #fff
}

.interview-question-new1 .interview-question-new1-accordion .card .card-body {
    padding: 15px 0
}

.interview-question-new1 .interview-question-new1-accordion .card .card-body .course-box {
    border: 1px solid #ccc;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, .18);
    height: 190px;
    padding: 10px;
    border-bottom: 3px solid #183f1d
}
.citieslink-greens {
    padding: 0px 0 10px;
    display: inline-block;
    width: 100%;
}
.citieslink-greens ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 100%;
}.citieslink-greens ul li {
    width: auto;
    float: left;
    padding: 3px 10px;
    color: #fff!important;
    font-size: 14px;
    background: #e61010bf;
    border: 1px solid #d96666;
    margin-right: 10px;
    margin-bottom: 15px;
    box-shadow: 2px 5px 3px #eeabab;
}.citieslink-greens ul li a{ color: #fff!important;}
.interview-question-new1 .interview-question-new1-accordion .card .card-body .course-box .course-desc {
    min-height: 130px
}

.interview-question-new1 .interview-question-new1-accordion .card .card-body .course-box .course-desc h6 {
    font-size: 14px;
    text-align: center
}

.interview-question-new1 .interview-question-new1-accordion .card .card-body .course-box .course-desc p {
    font-size: 12px
}

.interview-question-new1 .interview-question-new1-accordion .card .card-body .course-btn {
    font-size: 14px;
    padding: 10px;
    font-weight: 700
}
.card-header11 {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #d82a4e;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header11:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header11+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer11 {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer11:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header11-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header11-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-header111 {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #d82a4e;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header111:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header111+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer111 {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer11:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header111-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header111-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}
.card-body a{color:#000;
line-height: 30px;
padding-left: 10px;}

.box-view {
    padding: 0 10px;
}.box-view .clone_bx_sty {
    text-decoration: none !important;
    background: #ffffff;
    padding: 0;
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 20px;
    outline: none;
}.box-view .clone_bx_sty .courseimggreens {
    display: flex;
    align-items: center;
    min-height: 76px;
    height: auto;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}.box-view .clone_bx_sty .course-details-related .review-icons i.yellow {
    color: #eac605;
}.review-icons i{
    color: #ffb606;

    }.box-view .clone_bx_sty .course-details-related .greens_txttitle {
    font-size: 13px;
    color: #000;
    display: block;
    font-weight: bold;
}.pull-left {
    float: left !important;
}.box-view .clone_bx_sty .courseimggreens {
    display: flex;
    align-items: center;
    min-height: 76px;
    height: auto;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}.box-view .clone_bx_sty .courseimggreens .courseicon {
    font-size: 46px;
    display: flex;
    color: #ffffff;
    margin-right: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    min-width: 60px;
    align-items: center;
    justify-content: center;
}

.cus_badge_greens {
    border-radius: 3px;
    font-size: 10px;
    padding: 2px 10px;
    background: darkgreen;
    border: none;
    color: #000;
    min-width: inherit;
    display: inline-block;
    font-weight: 700;
    line-height: 15px;
    position: relative;
    text-align: center;
   
    top: 0;
    z-index: 0;
    vertical-align: baseline;
    margin-right: 20px;
    color: #fff;
}
@media only screen and (max-width: 767px) and (min-width: 300px){
.box-view {
    margin: 5px;
}}
ul.arrow {
    list-style: none!important;
    margin: 0;
    padding: 0;
    line-height: 30px;
    padding-left: 10px;
}ul.arrow li:before {
   
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
      height: 18px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
    width: 18px;
    position: absolute;
    font-size: 14px;
    content: '\f105';
    float: left;
    margin-right: 0;
    margin-left: -25px;
    font-family: FontAwesome;
    text-align: center;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    color: #000;
    line-height: 17px;
    text-indent: 1px;
    margin-top:8px;
}
ul.arrow-tab {
    list-style: none!important;
    margin: 0;
    padding: 0;
    line-height: 30px;
    padding-left: 50px;
}ul.arrow-tab li:before {
   
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
      height: 18px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
    width: 18px;
    position: absolute;
    font-size: 14px;
    content: '\f105';
    float: left;
    margin-right: 0;
    margin-left: -25px;
    font-family: FontAwesome;
    text-align: center;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    color: yellow;
    line-height: 17px;
    text-indent: 1px;
    margin-top:8px;
}.red_text {
    color: #e01b20;}
   .sub-link{line-height: 30px!important;}

   h2.red-text{color:red;}
   p.red-text{color:red;}
   .arrow-left{padding-left: 40px;
    line-height: 30px;}
    .arrow-margin{padding-left: 30px!important;line-height: 30px;}
    ul.arrow-margin li:before {
  
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
      height: 18px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
    width: 18px;
    position: absolute;
    font-size: 14px;
    content: '\f192';
    float: left;
    margin-right: 0;
    margin-left: -25px;
    font-family: FontAwesome;
    text-align: center;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
   
    line-height: 17px;
    text-indent: 1px;
    margin-top:8px;
}
    .arrow-margin1{padding-left: 20px;line-height: 30px;}

    .demo{ background: #183e1e; }
.testimonial{
    padding: 15px 30px;
    margin: 0 10px 30px;
    border-radius: 0 70px 0 70px;
    border: 5px solid #ffc33c;
    border-left: none;
    border-right: none;
    text-align: center;
}
.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 600;
    color: #ffc33c;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.testimonial .description{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{ background: #ffc33c; }

.justify{text-align: justify;}
.center{text-align: center;
color:red;}
.text-center {
    text-align: center;
}.accordiona>.card>.card-header {
    background-color: #ebf1f8;
    cursor: pointer;
    border-bottom: none;
    padding: .95rem 2.8rem;
    font-size: 14px;
}#greensCourseContentAccord .card {
    position: relative;
}

.accordiona>.card {
    border: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: 0 0 2px;
}.mob_min_ht.mob_max_ht:before {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    background: linear-gradient(180deg,rgba(255,255,255,0) -14.63%,#ebf1f8 93.9%);
    left: 0;
    content: "";
    z-index: 1;
}.accordiona>.card>.card-header {
    background-color: #ebf1f8!important;
    cursor: pointer;
    border-bottom: none;
    padding: .95rem 2.8rem;
    font-size: 14px;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.accordiona .card>h3:before {
    background: url(../images/courses-acc-icon.svg);
    position: absolute;
    top: 13px;
    left: 13px;
    width: 20px;
    height: 20px;
    content: "";
    background-position: -153px -34px;
}#greensCourseContentAccord .card .course-content-vid-preview-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 11px 5px;
}.accordiona .card>h3.collapsed:before {
    background-position: -153px -6px;
}.vmdisplay {
    display: flex;
}
.mob_vm_btn {
    width: auto;
    margin: 10px 0 0;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #8360c3;
    background: #fff;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 8px;
    cursor: pointer;
    z-index: 8;
}.mob_vm_btn{width:100%;padding:15px}

.live-pv-vid {
    background-image: url(../images/courses-acc-icon.svg);
    position: absolute;
    top: 5px;
    right: 15px;
    display: block;
    width: 34px;
    height: 34px;
    background-position: -3px -100px;
}.Down-Curri2 {
    color: #6f64e8;
    background: #fff;
    border: 2px solid;
    border-radius: 4px;
    font-weight: 600;
    margin: 0 auto;
    display: block;
    font-size: 13px;
    right: 13px;
    top: -4px;
    position: absolute;
    padding: 10px 15px;
}
.accordiona>h3 {
    padding: 15px 0 5px;
    font-weight: 600;
}.Down-Curri2a {
    border: 2px solid;
    color: #6f64e8;
    background: #fff;
    border-radius: 4px;
    margin: 20px auto 0;
    display: block;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding: 5px 15px;
    float: left;
}.showmore{
    width: auto;
    margin: 10px 0 0;
   
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #8360C3;
    background: #FFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 8px;
    cursor: pointer;
    z-index: 8;
}
.d-none {
    display: none!important;
}

.course_rating {
    margin: 15px 0px;
    display: inline-block;
    padding: 5px 10px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.15);
    background: rgba(255, 255, 255, 0.16);
}
.masterprgm {
    background: #E35156;
    position: relative;
    padding: 8px 10px 6px 5px;
    margin-right: 25px;
    left: 12px;
}

.masterprgm::before {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 12px solid #E35156;
    border-bottom: 17px solid transparent;
    content: "";
    position: absolute;
    left: -12px;
    top: 0px;
}

.greens_video_widget .video_widget {
    background: #000428;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #004e92, #000428);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #004e92, #000428); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    height: auto;
    border-top-left-radius: 0;
    padding: 10px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  
    z-index: 99;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .2);
}.greens_video_widget .video_popup {
    border-top-right-radius: 35px;
    overflow: hidden;
    position: relative;
}.video_popup a {
    display: block;
    width: 100%;
    height: auto;
}.play_btn {
    z-index: 99;
    position: absolute;
    top: 35%;
    width: 100%;
    height: auto;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
}.play {
    background: red;
    border-radius: 50% / 10%;
    color: #FFF;
    opacity: .8;
    height: 3em;
    margin: 5px auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: .1em;
    transition: all 150ms ease-out;
    width: 4em;
}.play::before {
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
}.play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, .75);
    content: ' ';
    font-size: .75em;
    height: 0;
    margin: -1em 0 0 -.75em;
    top: 50%;
    position: absolute;
    width: 0;
}
.master_courselist ul {
    padding-left: 10px;
    margin: 10px 0;
}.overall_greens_list {
    clear: both;
    width: 100%;
    display: flex;
    align-items: center;
}.master_courselist ul li {
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
    display: flex;
    align-items: center;
}.greens_course_left span {
    display: block;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    color: yellow;
}.greens_course_right p {
    text-align: center;
    font-size: 16px;
color:yellow;
  
}.greens_course_right {
    float: left;
    width: 40%;
}
.greens_course_left a {
    font-size: 15px;
    color: #fff;
    display: block;
    padding: 0;
    line-height: 20px;
    
}.greens_course_left {
    float: left;
    width: 60%;
}.video_popup img {
    width: 100%;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
}.video_widget:hover .video_popup img {
    transform: scale(1.1);
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
}.m_tottal a {
    color: red;
}#m_amountstrike {
    text-decoration: line-through;
}.mdis_tottal a {
    color: #fff;
}.m_tottal .greens_course_right p {
    text-align: center;
    font-size: 20px;
    font-family: 'OpenSans-SemiBold';
    color: red;
}.mdis_tottal .greens_course_right p {
    text-align: center;
    font-size: 20px;
    font-family: 'OpenSans-SemiBold';
    color: #fff;
}.mamount_tottal a {
    color: #ffc704;
    font-size: 20px;
}.mamount_tottal .greens_course_right p {
    text-align: center;
    font-size: 28px;
    font-family: 'OpenSans-SemiBold';
    color: #ffc704;
}.enroll_btn-greens p a {
    border: 1px solid #d82a4e;
    background: #d82a4e;
    display: inline-block;
    width: 100%;
    padding: 5px 25px;
    border-radius: 20px;
    line-height: 25px;
    color: #fff;
    font-size: 13px;
  
    text-align: center;
    transition: all 0.3s cubic-bezier(.905, .395, .12, .55);
    -webkit-transition: all 0.3s cubic-bezier(.905, .395, .12, .55);
    -moz-transition: all 0.3s cubic-bezier(.905, .395, .12, .55);
    -ms-transition: all 0.3s cubic-bezier(.905, .395, .12, .55);
    -o-transition: all 0.3s cubic-bezier(.905, .395, .12, .55);
}.overallbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}.dividerline {
    position: relative;
    margin: 15px 0 0;
}.dividerline::before {
    content: "";
    background: #ccc;
    width: 250px;
    height: 2px;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: .4;
    bottom: 0;
}.enroll_btn-greens {
    margin: 0 10px;
}.download_btn-greens p a {
    border: 1px solid #d82a4e;
    display: inline-block;
    width: 100%;
    padding: 5px 25px;
    border-radius: 20px;
    line-height: 25px;
    color: #1984cb;
    font-size: 13px;
   
    text-align: center;
    transition: all 0.3s cubic-bezier(.905, .395, .12, .55);
    -webkit-transition: all 0.3s cubic-bezier(.905, .395, .12, .55);
    -moz-transition: all 0.3s cubic-bezier(.905, .395, .12, .55);
    -ms-transition: all 0.3s cubic-bezier(.905, .395, .12, .55);
    -o-transition: all 0.3s cubic-bezier(.905, .395, .12, .55);
}.enroll_btn-greens p a:hover {
    border: 1px solid #d82a4e;
    color: #1984cb;
    background: #fff;
    transition: all 0.3s cubic-bezier(.905, .395, .12, .55);
    -webkit-transition: all 0.3s cubic-bezier(.905, .395, .12, .55);
    -moz-transition: all 0.3s cubic-bezier(.905, .395, .12, .55);
    -ms-transition: all 0.3s cubic-bezier(.905, .395, .12, .55);
    -o-transition: all 0.3s cubic-bezier(.905, .395, .12, .55)
}
.download_btn-greens p a:hover {
    background: #d82a4e;
    border: 1px solid #d82a4e;
    color: #fff;
    transition: all 0.3s cubic-bezier(.905, .395, .12, .55);
    -webkit-transition: all 0.3s cubic-bezier(.905, .395, .12, .55);
    -moz-transition: all 0.3s cubic-bezier(.905, .395, .12, .55);
    -ms-transition: all 0.3s cubic-bezier(.905, .395, .12, .55);
    -o-transition: all 0.3s cubic-bezier(.905, .395, .12, .55)
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.owl-stage-outer {
    padding: 20px 0;
}.overallfeaturegreens {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #cac3c3;
}.feature_thumb {
    height: 100%;
    align-items: center;
    display: flex;
    padding: 0 10px;
}.feature_content {
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}.feature_content h5 {
    color: #1a73e8;
    font-size: 16px;
    padding: 5px 0;
    line-height: 20px;
}.feature_content p {
    font-size: 13px;
    padding: 0;
    line-height: 20px;
    color: #333;
    
}.inr-sign::before{
content:"\20B9";
}
use with ::after
.inr-sign::after{
content:"\20B9";
}
