@media (max-width: 576px) { 
    .container-fluid {
        width: 100%;
    }
}

@media (max-width: 768px) { 
    .container-fluid {
        width: 100%;
    }
}
@media (min-width: 992px){ 
    .container-fluid {
        width: 85%;
    }
}

.grapered .course-banner .course-banner-title .quote-btn, 
.grapered .course-body .right-section .box .title,
.grapered .course-body .course-info .nav-tabs .nav-item .nav-link:not(.active),
.grapered .related-course .related-course-accordion .card .card-body .course-btn,
.grapered .header-browse,
.grapered .head-login-wrapper ul li a.contactus,
.grapered .dropdown-menusub_inner,
.grapered .btn-primary-custom,
.btn.btn-custom {
    color: #fff;
    background: #d82a4e;
}

.grapered .btn-primary-custom:hover {
    color: #fff;
    background: #d82a4e;
}

.grapered header .top-menu,
.grapered .course-banner,
.grapered .g-bg-red,
.grapered .related-course .related-course-accordion .card .card-header {
    background: linear-gradient(to right, #182848, #4b6cb7);
}

.grapered header .top-menu a,
.grapered .footer a, 
.grapered .course-banner,
.grapered .g-bg-red {
    color: #fff;
}

.grapered .web-viewall-btn a {
    color: #d82a4e;
    background: #fff;
}

.grapered .footer .short-desc-with-logo p .fas,
.grapered .footer .btmfoot .copyright a {
    color: #d82a4e;
}

.grapered .course-body .upcoming-batch-section .batch-schedule .batch-date .day-number {
    background: #182848;
    color: #fff;
}

.grapered .custom-btn-danger {
    color: #fff;
    background-color: #fff;
}

.grapered .custom-btn-danger:hover {
    color: #fff;
    background-color: #d82a4e;
    border-color: #d82a4e;
}

.treemenu .toggler:before {
    width: 80%;
    position : absolute;
}


.trainer {
    height: 750px;
    background: url(/img/trainer.jpg);
    background-size: 100%;
    background-position: center;
    position: relative;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;

}

.trainer_overlay {
   position: absolute;
   left: 0;
   top: 0;
   opacity: 0.6;
   height: 100%;
   width: 100%;
   background: #4b6cb7;
}

.trainer-box {
    width: 380px;
    height: 500px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 20px 40px 0 rgba(2,30,61,.41);
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.trainer-header{
    background: linear-gradient(to right, #D1913C, #FFD194); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    text-align: center;
    margin: 0;
    height: 185px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.trainer-img {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    margin: 40px auto;
    position: relative;
    z-index: 1;
    box-shadow: 0 1px 5px 0 rgba(2, 30, 60, .40);
}

.trainer-title {
    font-size: 14px;
}

.trainer-desc {
    font-size: 14px;
    padding: 80px 20px;
    text-align: justify;
}

.fixednav{
    position: fixed; 
    top: 0; 
    width: 100%; 
    overflow: hidden;
    z-index: 1000;
 }

.sectionbtm{
    margin-top: 40px;
}

.course-body .right-section .box.free-box .box-content {
    padding: 20px;
    
}


.promo-container {
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    padding: 24px;
}

.promo-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.promo-content-1 {
    color: #4b6cb7;
    border: 2px solid #4b6cb7;
    padding: 10px;
    border-radius: 50%;
    font-size: 22px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 27px;
    margin: 0 10px 0 0;
}

.promo-content-2 {
    width: 40%;
    margin: 0 10px;
}

.promo-content-2 h3 {
    font-size: 22px;
}

.promo-content-2 p {
    margin: 10px 0px 0px 0px;
}

.promo-content-3 {
    width: 36%;
    margin: 0 5px;
    text-align: center;
}

.promo-fee-discount {
    margin: 10px 0px 10px 0px;
    display: none;
}

.promo-enroll {
    margin: 18px 0px 0px 0px;
}

.price_hanger {
    position: fixed;
    top: 50%;
    z-index: 10;
}

.usd {
    background: #d82a4e;
    color: #fff;
    padding: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    font-weight: 300;
}

.inr {
    background: #4b6cb7;
    color: #fff;
    padding: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    font-weight: 300;
}


.overallquotes {
    display: flex;
    justify-content: center;
    width: 100%;
}

.quotes {    
     line-height: 0px;
    font-size: 12px;
}

.contact{
    font-weight: bold;
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 11px;
}
.quote_right {
    text-align: left;
    padding-right: 5px;
    line-height: 9px;
}

.quote_left .fa.fa-phone-square {
    font-size: 40px;
    color: #157ac3;
    transform: rotate(90deg);
}
.quote_left {
    text-align: center;
    padding-right: 10px;
}

.btnlg{
    width: 100%;
    margin-left: 0px;
}

.modal-title-custom {
    margin-left: 12%;
}

.demosch-btn {
    background: #FF512F;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #DD2476, #FF512F);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #DD2476, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.free-box{
    text-align: center;
    padding: 15px 10px;
    font-weight: 700;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.course_rating {
    margin-bottom: 15px;
    display: inline-block;
    border: 1px solid;
    padding: 3px 6px;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
