﻿.crt-image {
    background-image: url('../img/crt/classroom-training-program.jpg');
    background-size: cover;
    height: 300px;
}



.contenthead {
    color: #ffffff;
    text-align: center !important;
    line-height: 32px;
}

.contentstyle {
    background-color: rgba(0,0,0,0.6);
    color: rgba(255,255,255,.95);
    font-family: Roboto,sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.outer_color {
    background-color: #f7f7f7;
}

.container_width {
    background: white;
}

.para_common {
    color: #646464;
    font-family: Lato !important;
    font-size: 16px;
    text-align: justify;
    line-height: 1.42857143;
    padding: 10px;
    font-weight: 400;
}

.contentheading {
    font-family: Lato;
    font-size: 20px;
    color: #2a80b9;
    font-weight: 700;
    text-align: left;
    padding: 20px;
    padding-left: 10px;
}

.h4_heading {
    font-size: 18px !important;
    color: #03739c !important;
}

.span_content {
    font-size: 14px;
    font-family: Sans-Serif;
    margin: 10px 0px;
    line-height: 1.8;
}

.icon_last {
    font-size: 28px;
    color: #dcdcdc;
}

.h2_heading {
    font-size: 27px;
    color: #01355c;
    padding-top: 0px;
}

.ulcontent {
    list-style: none;
    padding: 0;
}

    .ulcontent li {
        padding-left: 1.3em;
        background: url('../img/crt/bullat_icon2.png') 10px 5px no-repeat;
        padding: 4px 0 4px 36px;
    }

h1_heading {
    color: #434141;
    font-style: normal;
    margin: 0 0 20px;
    font-family: Sans-Serif;
    padding-bottom: 0px;
    font-size: 28px !important;
}

.bg-blue {
    background: #00aad3;
}

.text-decoration {
    text-decoration: none;
}

/*postal-image*/
.crt-postal-image {
    background-image: url('../img/crt/postal-course-program.jpg');
    background-size: cover;
    height: 320px;
}

.img_option {
    background: linear-gradient(0deg,rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('../img/crt/course1.jpg');
    border: 1px solid white;
}

.margin-top {
    margin-top: -25px;
}

.border-radius {
    border-radius: 5px;
}

@media (max-width:500px) {
    .crt-postal-image {
        height: auto;
    }

    .margin-top {
        margin-top: 14px;
    }

    .crt-onlinetest-image {
        height: auto;
    }

    .crt-online-image {
        height: auto !important;
    }

    .crt-onlinetest-image {
        height: auto !important;
    }
}

/*online*/


.margin-top_online {
    margin-top: 15px;
}

/*online test*/
.crt-onlinetest-image {
    background-image: url('../img/crt/mcr-online-test.jpg');
    background-size: cover;
    height: 370px;
}

.nav_bg {
    background-color: transparent !important;
    padding: 15px 25px !important;
    border-right: 3px solid white !important;
    font-weight: 600;
    font-size: 20px;
    color: white !important;
}

.nav-pills .nav-link.active {
    background-color: transparent !important;
    border-top: 4px solid #f88860 !important;
}

.nav-items {
    padding: 0 !important;
}

.bg-grey {
    background-color: rgba(0,0,0,0.5) !important;
}

.flex-direction {
    flex-direction: column;
}

.onlinetest_icon {
    color: #5ec7d0;
    border: solid 2px #cccccc;
    padding: 5px;
    padding-bottom: 3px;
}

.h5_onlinetest {
    color: Black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 2px;
}

.para_onlinetest {
    color: #666;
    padding-top: 0px;
    font-size: 14px;
}

.accordion-button-color {
    background-color: #169fe6 !important;
    color: White;
    font-family: Arial;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: bold;
}

    .accordion-button-color:focus {
        background-color: #169fe6 !important;
        color: White;
        font-family: Arial;
        padding: 15px 10px;
        font-size: 16px;
        font-weight: bold;
        border-color: 0 !important;
        box-shadow: none !important;
    }

.accordion_padding {
    padding: 10px;
}

.accordion-bodys {
    border-right: 1px solid #169fe6;
    border-left: 1px solid #169fe6;
    border-bottom: 1px solid #169fe6;
    padding: 0rem !important;
}

.accordion-button-color:not(.collapsed) {
    color: white !important;
}

.comparehead {
    font-family: Sans-Serif;
    font-size: 24px;
    text-align: center;
    padding: 10px;
    background-color: #169fe6;
    color: White;
}

.comparecourse {
    padding: 0px;
    margin: 0px;
}

    .comparecourse li {
        list-style: none;
        display: block;
        padding: 10px;
        font-weight: bold;
        font-family: Sans-Serif;
        font-size: 16px;
        color: #444444;
        border-bottom: solid 1px #cccccc;
        text-align: center;
    }

.boxcompare {
    border-radius: 4px;
    border: solid 1px #169fe6;
}

    .boxcompare:hover {
        margin-top: -30px;
        -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    }


.comparecoursecorrect {
    color: #63a004;
    padding: 4px;
}

.comparecoursenot {
    color: #db5d48;
    padding: 4px;
}

.boxcompare-1 {
    margin-top: -30px;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    border: solid 1px #169fe6;
}

    .boxcompare-1:hover {
        margin-top: 0px;
        box-shadow: none !important;
    }


/*  13-4-2022 code start*/
.class_card {
    background-color: white;
    color: black;
}

.borde-bt {
    border-bottom: 1px solid #eaeaea;
}

.dotted__line {
    padding: 20px;
    border: 1px dashed #979797;
    /* margin-bottom: 40px;*/
    border-radius: 10px;
    background-color: white;
}

.btn_cart {
    background-color: #25cd71;
    color: white !important;
    font-weight: 500;
    padding: 10px 40px;
    font-size: 18px;
}

    .btn_cart:hover {
        background-color: white;
        color: #25cd71 !important;
        border: 1px solid #25cd71;
        padding: 10px 40px;
    }

.colo_hed {
    color: #2b3438;
    font-size: 26px;
    line-height: 36px;
}

.para_p {
    font-size: 18px;
    line-height: 28px;
    color: #2b3438;
    font-weight: 600;
}


.img-heightt {
    height: 28rem;
}

.per_off {
    font-size: 18px;
    line-height: 28px;
    color: #7e919a;
    font-weight: 700;
}

.icon_size {
    font-size: 25px;
}

.container_Color {
    background-color: #f7f7f7;
}
/*owl carousel code */
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

    .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-nav button.owl-next {
        right: 0;
    }

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

    .owl-dots button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

        .owl-dots button.owl-dot.active {
            background-color: #000;
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-prev span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-next span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}

.card-item__body {
    padding: 20px 27px 15px;
    height: 25rem;
}

.card-full {
    box-shadow: 2px 4px 10px rgba(126,145,154,.15);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    border: none;
    color: #2d3438 !important;
}

.para-card {
    font-size: 13px;
}

.new {
    padding: 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #f1f6f9;
    text-align: center;
    margin: 8px 8px 0 0;
    color: #7e919a;
    display: inline-block;
}

.new-bg {
    background-color: #7e919a !important;
    color: #fff !important;
}

.anchor {
    text-decoration: none;
    background-image: linear-gradient(135deg,#007aff 0,#0f95f2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 1px 13px 45px rgba(0,0,0,.05);
    font-weight: 600;
}

.btn_read {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

    .btn_read:hover {
        color: #0d6efd;
        background-color: white;
        border-color: #0d6efd;
        border: 2px solid #0d6efd;
    }

.img_carousel {
    height: 10rem;
}

.check_discount {
    color: #0481fe;
    font-weight: 500;
}

.font-w-gray {
    color: gray;
    font-weight: 500;
}

.li_disc {
    padding: 4px 10px;
    list-style: disc;
    font-weight: 500;
    color: #1046bb;
    text-transform: uppercase;
    font-size: 14px;
}

.ul_height {
    height: 11rem;
}

@media (max-width: 500px) {
    .img-heightt {
        height: 15rem;
    }

    .ul_height {
        height: auto;
    }
}

.add_tocart {
    border-radius: 4px;
    background-color: #fdab01;
    color: white;
    font-weight: 600;
    padding: 8px 25px;
}

.add_info {
    background-color: #173b89;
    color: white !important;
}

.test_height {
    height: 14rem;
}

.color_num {
    color: #2A80B9;
    font-family: Sans-serif;
    font-size: 14px;
}

.border__bt {
    border-bottom: 1px solid #dbdbdb;
}

.close__Btn {
    background-color: #fdab01;
    color: white;
}

.modal_bgg {
    background-color: #25cd71;
    color: white;
}

.card-item__test {
    height: 28rem;
    padding: 20px 27px 15px;
}

.sam_text {
    font-weight: 500;
    color: #2A80B9;
    font-size: 18px;
}

.para_summary {
    font-family: "IBM Plex Sans",sans-serif !important;
    line-height: 28px !important;
    color: #2b3438 !important;
}

@media (max-width:500px) {
    .card-item__test {
        height: auto;
    }
}
