html {
  scroll-behavior: smooth;
}
p{
	font: normal normal normal 14px/1.4em 'open sans',sans-serif;
	color: #0C3C60;
}
h1,h2,h3,h4{
	font-family: 'Raleway', sans-serif!important;
	color: #0C3C60!important;
}
.assign_box {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    padding: 15px 20px;
    margin: 0 0 30px 0;
}

.assign_box h3 {
    padding: 0;
    margin: 0;
    font: 600 24px/24px 'Raleway', sans-serif;
    color: #0C3C60;
    text-decoration: none;
    text-align: left;
}

.assign_list {
    padding: 0;
    margin: 0;
}

.assign_list a {
    display: flex;
}

.assign_list a:hover,
.assign_list a:focus,
.assign_list a:active {
    text-decoration: none;
}

.assign_list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.assign_list ul li {
    padding: 15px 0 0 0;
    margin: 0;
    flex-grow: 1;
    display: flex;
}

.assign_list ul li .assignprogram_circel {
    width: 42px;
    height: 42px;
    background: #2093ee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.assign_list ul li .assignprogram_content {
    flex-grow: 1;
}

.assign_list ul li .assignprogram_content h5 {
    padding: 0;
    margin: 0;
    font: 400 24px/24px 'Raleway', sans-serif;
    color: #000;
    text-decoration: none;
    text-align: left;
}

.assign_list ul li .assignprogram_content p {
    padding: 0;
    margin: 0;
    font: 400 14px/14px 'Raleway', sans-serif;
    color: #000;
    text-decoration: none;
    text-align: left;
}

.completed_assign .assign_list ul li .assignprogram_circel {
    background: #89c149;
}

.pending_assign .assign_list ul li .assignprogram_circel {
    background: #fa9500;
}

.optional_assign .assign_list ul li .assignprogram_circel {
    background: #cbda39;
}

.apporval_assign .assign_list ul li .assignprogram_circel {
    background: #f04235;
}

.pogram_listbox {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    padding: 15px 0px;
    margin: 0 0 30px 0;
}

.pogram_listbox h3 {
    padding: 0px 0 0px 0;
    margin: 0 15px 15px 15px;
    font: 600 13px/normal 'Raleway', sans-serif;
    color: #000;
    text-decoration: none;
    text-align: left;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 100%;
    /*min-height: 55px;*/
}

.pogram_listbox h3 em {
    font-style: normal;
    display: inline-block;
    max-width: 65%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pogram_listbox h3 span {
    /*    position: absolute;
        right: 0;
        top: 0;*/
    width: 76px;
    border-radius: 30px;
    font: 700 10px/normal 'Raleway', sans-serif;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background: #50a95e;
    max-width: 35%;
    padding: 3px 5px;
}

.pogram_listbox p {
    padding: 0;
    margin: 0 15px;
    font: 300 13px/18px 'Raleway', sans-serif;
    color: #000;
    text-decoration: none;
    text-align: left;
    word-break: break-word;
}

.pogram_listbox>a+p {
    min-height: 70px;
}

.pogram_listbox p a {
    color: #002e60;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
}

.program_image {
    padding: 10px 0 15px 0;
    margin: 0;
}

.pogram_pogress {
    padding: 0 15px;
    margin: 0;
    display: flex;
    align-items: center;
}

.pogram_pogress span {
    font: 700 18px/18px 'Raleway', sans-serif;
    color: #303030;
    text-decoration: none;
    text-align: left;
    padding: 0 15px 0 0;
    margin: 0;
}

.pogram_pogressbar {
    flex-grow: 1;
}

a.cirtificate_btn {
    padding: 0 7px;
    margin: 0 0 0 10px;
    border-radius: 3px;
    background: #002e60;
    font: 700 12px/30px 'Raleway', sans-serif;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
}

a.cirtificate_btn .fa {
    font-size: 18px;
}

a.cirtificate_btn.disabled {
    background: #d8d8d8;
    color: #303030;
}

.pogram_listbox.pogram_pending h3 span {
    background: #f34336;
}

.pogram_pogressbar .bg-success,
.lesson_pogress .bg-success {
    background: #50a95e!important;
}

.braedacrumb_part .breadcrumb-item.active {
    color: #000;
    font-weight: 400;
}

.lesson_listbox {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin: 0 0 30px 0;
    display: flex;
    align-items: start;
}

.lesson_leftimage {
    width: 40%;
    margin-right: 15px;
    flex-shrink: 0;
}

.lesson_leftimage a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #f1efef;
}

.lesson_rightcontent { flex-grow: 1; }
.modal-body .lesson_rightcontent{ width: 100%; }

.lesson_rightcontent h3 {
    font: 500 24px/24px 'Raleway', sans-serif;
    color: #000;
    text-decoration: none;
    text-align: left;
    padding: 0 0 10px 0;
    margin: 0;
}

.lesson_rightcontent h3 a {
    display: block;
    color: #002e60;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
}

.lesson_rightcontent p {
    padding: 0;
    margin: 0;
    color: #525252;
    font: 400 12px/20px 'Raleway', sans-serif;
    text-decoration: none;
    text-align: left;
    word-break: break-all;
}

.lesson_progressbar {
    background: #f3f3f3;
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.lesson_pogress {
    flex-grow: 1;
    margin-left: 15px;
}

.lesson_leftimage img {
    border-radius: 4px;
}

.exam_listbox {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    padding: 15px 15px 15px 0;
    margin: 0 0 30px 0;
}

.exam_listbox ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.exam_listbox ul li {
    padding: 0 0 0 15px;
    margin: 0;
    border-left: 1px solid #c4c4c4;
    flex-grow: 1;
}

.exam_listbox ul li:first-child {
    border-left: 0;
}

.exam_listbox ul li h5 {
    padding: 0 0 10px 0;
    margin: 0;
    font: 500 15px/20px 'Raleway', sans-serif;
    text-decoration: none;
    text-align: left;
    color: #000;
    text-transform: uppercase;
}

.exam_listbox ul li h3 {
    padding: 0 0 0px 0;
    margin: 0;
    font: 400 26px/normal 'Raleway', sans-serif;
    text-decoration: none;
    text-align: left;
    color: #002e60;
}

.exam_bottombox {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    padding: 15px 30px 30px 30px;
    margin: 0 0 30px 0;
}

.exam_bottombox h2,
.exam_listbox h2 {
    display: flex;
    align-items: center;
    position: relative;
    color: #002e60;
    font: 500 20px/normal 'Raleway', sans-serif;
    text-decoration: none;
    text-align: left;
}

.exam_bottombox h2 span {
    width: 30px;
    height: 30px;
    background: #002e60;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 700 16px/normal 'Raleway', sans-serif;
    text-decoration: none;
    text-align: left;
    color: #fff;
    margin: 0 20px 0 0;
}

.exam_bottombox h2 .exam_timer,
.exam_listbox h2 .exam_timer {
    padding: 0 20px;
    margin: 0 0 0 auto;
    border-radius: 5px;
    background: #e6d9d9;
    font: 500 18px/54px 'Raleway', sans-serif;
    text-decoration: none;
    text-align: left;
    color: #000;
}

.weare_content {
    margin: 20px 0 30px 0;
    padding: 0;
    display: flex;
}

.weare_image {
    width: 224px;
    margin: 0 40px 0 0;
    flex-shrink: 0;
}

.weare_image img {
    border-radius: 3px;
}

.weare_rightcontent {
    flex-grow: 1;
    font: 400 16px/24px 'Raleway', sans-serif;
    text-decoration: none;
    text-align: left;
    color: #000;
}

.answer_part {
    padding: 30px;
    margin: 0;
    background: #f3f3f3;
    border-radius: 7px;
}

.answer_part h3 {
    font: 500 20px/30px 'Raleway', sans-serif;
    text-decoration: none;
    text-align: left;
    color: #000;
    padding: 0;
    margin: 0 0 25px 0;
}

.exam_listbox.p-0.pb-30 {
    padding: 15px !important;
    border-radius: 0px;
}

.pc {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}

.mh-300{ min-height: 300px; }

/*--------------------CUSTOM RADIO CHECKBOX START--------------------------*/

.custom_radioCheckbox {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 60px;
    margin-bottom: 12px;
    font: 400 20px/30px 'Raleway', sans-serif;
    text-decoration: none;
    text-align: left;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400 !important;
}

.custom_radioCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 41px;
    width: 41px;
    /* background-color: #eee; */
    border-radius: 50%;
    border: 2px solid #002e60;
    margin-top: -22px;
}


/* On mouse-over, add a grey background color */

.custom_radioCheckbox:hover input~.checkmark {
    /* background-color: #ccc; */
}


/* When the radio button is checked, add a blue background */

.custom_radioCheckbox input:checked~.checkmark {
    /* background-color: #2196F3; */
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.custom_radioCheckbox input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.custom_radioCheckbox .checkmark:after {
    top: 6px;
    left: 6px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #002e60;
}

.custom_radioCheckbox img {
    margin-right: 15px;
}


/*--------------------CUSTOM RADIO CHECKBOX END--------------------------*/

.mb-35 {
    margin-bottom: 35px!important;
}

.answer_bottompart {
    padding: 24px 0 0 0;
    margin: 0;
    border-top: 1px solid #ccc;
    display: flex;
}

.answer_nxtprvbtn a {
    width: 30px;
    height: 30px;
    background: #525252;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}

.answer_nxtprvbtn a i,
.answer_nxtprvbtn a:hover i {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}

.answer_nxtprvbtn {
    display: flex;
    flex-grow: 1;
}

.answer_btn .btn {
    /* padding: 0 35px; */
    margin: 0 0 0 22px;
    border-radius: 50px;
    font: 400 24px/30px 'Raleway', sans-serif;
    text-decoration: none;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border: 0;
}

.answer_btn .btn-warning {
    background: #25266a;
}

.answer_btn .btn-primary {
    background: #002e60;
}

.answer_btn .btn-success {
    background: #8bc34a;
}

.p-28 {
    padding: 28px!important;
}

.result_list {
    padding: 0;
    margin: 0;
}

.result_list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}

.result_list ul li {
    padding: 12px 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    font: 400 18px/24px 'Raleway', sans-serif;
    text-decoration: none;
    color: #002e60;
    border-left: 0;
}

.result_list ul li span {
    background: #002e60;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    font: 500 17px/17px 'Raleway', sans-serif;
    text-decoration: none;
    color: #fff;
    margin: 0 12px 0 0;
}

.result_list ul li .crosss_tick {
    width: 30px;
    font-size: 30px;
    margin-left: auto;
    color: #8bc34a;
    flex-shrink: 0;
}

.result_list ul li.wrong_answer .crosss_tick {
    color: #ff1b1b;
}

.result_published {
    padding: 26px;
    margin: 20px 0 0 0;
    background: #e1e9d7;
    border-radius: 5px;
    border: 1px solid #d0dac4;
    display: flex;
}

.result_lft h3 {
    padding: 0;
    margin: 0;
    font: 400 40px/40px 'Raleway', sans-serif;
    text-decoration: none;
    color: #8bc34a;
    text-align: left;
}

.result_lft p {
    padding: 0;
    margin: 0;
    font: 400 24px/normal 'Raleway', sans-serif;
    text-decoration: none;
    color: #002e60;
    text-align: left;
}

.result_lft h5 {
    padding: 0;
    margin: 20px 0 0 0;
    font: 400 24px/normal 'Raleway', sans-serif;
    text-decoration: none;
    color: #525252;
    text-align: left;
}

.result_lft h5 a {
    font-weight: 700;
    color: #002e60;
}

.result_rgt {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
}

.p-0 {
    padding: 0!important;
}

h3.result_name {
    padding: 20px 20px 10px 20px;
    margin: 0;
    border-bottom: 1px solid #ccc;
    font: 600 24px/normal 'Raleway', sans-serif;
    text-decoration: none;
    color: #002e60;
    text-align: left;
}

.marks_progressbar {
    padding: 12px 25px;
    margin: 0;
}

.marks_progressbar .progress {
    height: 48px;
    position: relative;
    background-color: red;
}

.marks_progressbar span.marks_txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font: 600 18px/48px 'Raleway', sans-serif;
    text-decoration: none;
    color: #fff;
    text-align: center;
}

.marks_progressbar .bg-success {
    background: #8bc34a!important;
    border-radius: .25rem;
}

.total_questionlist {
    padding: 0 25px 0 10px;
    margin: 0;
}

.total_questionlist ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.total_questionlist ul li {
    padding: 0 0 0 15px;
    margin: 0 0 15px 0;
    width: 50%;
    border-left: 1px solid #c4c4c4;
}

.total_questionlist ul li:first-child {
    width: 100%;
    border-left: 0;
}

.total_questionlist ul li:nth-child(even) {
    border-left: 0;
}

.total_questionlist ul li p {
    font: 600 18px/normal 'Raleway', sans-serif;
    text-decoration: none;
    color: #000;
    text-align: left;
    padding: 0;
    margin: 0;
}

.total_questionlist ul li h3 {
    font: 400 28px/38px 'Raleway', sans-serif;
    text-decoration: none;
    color: #002e60;
    text-align: left;
    padding: 0;
    margin: 0;
}

.alocated_time {
    background: #dfdfdf;
    border-radius: 0px;
    padding: 15px 0;
    margin: 0 25px 0px 25px;
    display: block;
}

.alocated_time ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.alocated_time ul li {
    padding: 0 0 0 12px;
    margin: 0;
    border-left: 1px solid #c4c4c4;
    flex-grow: 1;
}

.alocated_time ul li {
    border-left: 0;
}

.alocated_time ul li p {
    font: 600 16px/normal 'Raleway', sans-serif;
    text-decoration: none;
    color: #000;
    text-align: left;
    padding: 0;
    margin: 0;
}

.alocated_time ul li h3 {
    font: 400 22px/normal 'Raleway', sans-serif;
    text-decoration: none;
    color: #002e60;
    text-align: left;
    padding: 0;
    margin: 0;
}

.pb-30 {
    padding-bottom: 30px!important;
}

.result_published.result_failled {
    background: #edd3d3;
    border: 1px solid #fca5a5;
}

.result_published.result_failled h3 {
    color: #c91818;
}

.fail_progressbar .bg-success {
    background: #c91818!important;
}

.fail_progressbar span.marks_txt {
    color: #000;
}

.result_list.review_question ul li {
    font-size: 18px;
    line-height: normal;
}

.result_list.review_question ul li span {
    background: #525252;
}

.result_list.review_question ul li a.attened_btn {
    padding: 0 10px;
    margin: 0 0 0 auto;
    background: #8bc34a;
    border-radius: 5px;
    font: 500 14px/25px 'Raleway', sans-serif;
    text-decoration: none;
    color: #fff;
}

.result_list.review_question ul li a.attened_btn.skipped_btn {
    background: #002e60;
}

.pt-15 {
    padding-top: 15px!important;
}

.video_tutorial {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.video_tutorial iframe {
    border: 1px solid #000;
}

.video_tutorial img {
    width: 100%;
}

.exam_infolist {
    padding: 45px 0 25px 0;
    margin: 0;
}

.exam_infolist ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.exam_infolist ul li {
    margin: 0 0 30px 0;
    padding: 15px;
    width: calc(50% - 10px);
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

.exam_infolist ul li p {
    padding: 0;
    margin: 0;
    font: 500 18px/25px 'Raleway', sans-serif;
    text-decoration: none;
    color: #000;
}

.exam_infolist ul li h3 {
    padding: 5px 0 0 0;
    margin: 0;
    font: 400 36px/normal 'Raleway', sans-serif;
    text-decoration: none;
    color: #002e60;
}

.card-body.table-responsive .exam_listbox.p-28 {
    box-shadow: none;
    background: none;
}

#myModalAttachement .modal-body a.btn.btn-success.btn-sm {
    color: #fff;
    margin-bottom: 10px;
}

.program_image img {
    max-width: 98%;
}

.pogram_listbox.courses-box {
    margin: 0px;
    height: 100%;
    box-shadow: none;
    border-radius: 20px;
    border: 1px solid rgba(9, 30, 66, 0.08)
}

.pogram_listbox.courses-box h3 {
    margin: 0 15px 12px 8px;
    font: 500 19px/22px 'Raleway', sans-serif;
    color: #000;
}

.pogram_listbox.courses-box .progress {
    height: .5rem
}

.pogram_listbox.courses-box p {
    margin-left: 8px;
}

.pogram_listbox.courses-box .program_image {
    padding: 0;
    margin: 5px 0 15px 10px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    object-fit: cover;
    border: 1px solid #e2e4e8;
}

.pogram_listbox.courses-box .program_image img {
    max-width: 100%;
    min-height: 156px;
    object-fit: cover;
}

.des-img-wrap.custom-d {
    max-width: 300px;
    float: left;
    margin: 8px 20px 10px 0;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e2e4e8;
}

.des-img-wrap.custom-d img {
    width: 100%;
}

.description-content h4 {
    font: 500 25px/30px 'Raleway', sans-serif;
}

.lesson-box {
    padding: 10px;
    background: rgb(244, 245, 247);
    border-radius: 20px;
    margin: 0px;
}

.lesson-box .des-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    border: 1px solid #e2e4e8;
}

.lesson_listbox.courses-det-box {
    margin: 0px;
    height: 100%;
    box-shadow: none;
    border-radius: 20px;
    border: 1px solid rgba(9, 30, 66, 0.08);
    flex-direction: column;
}

.lesson_listbox.courses-det-box .lesson_leftimage {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    border: 1px solid #e2e4e8;
    margin-right: 0;
    flex-shrink: 0;
    margin-bottom: 20px;
    max-height: 200px;
}

.lesson_listbox.courses-det-box .lesson_rightcontent h4 a {
    font: 500 25px/30px 'Raleway', sans-serif;
}

.lesson_progressbar {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
}

.lesson_listbox.courses-det-box .lesson_pogress .progress {
    height: .5rem;
}

.whitboard .card {
    text-align: center;
    padding-bottom: 20px;
}

.whitboard .card img {
    width: 90px;
    height: 90px;
    margin: 10px auto 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px;
}

.text-sm .whitboard .card a.btn {
    font-size: 1rem!important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-transform: uppercase;
    justify-content: normal;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    font-weight: bold;
    border-radius: 50px;
    padding: 2%;
    min-height: 67px;
}

.text-sm .whitboard .card a.btn i {
    width: 20%;
    display: flex;
    height: 100%;
    font-size: 30px;
    justify-content: center;
}

.text-sm .whitboard .card a.btn span {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: left;
    line-height: 21px;
}

.text-sm .whitboard .card a.btn span rem {
    text-align: left;
    font-size: 18px;
    font-weight: normal;
}

.tabs-left>.nav-tabs {
    border-bottom: 0;
    display: block;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none;
}

.tab-content>.active,
.pill-content>.active {
    display: block;
}

.tabs-left>.nav-tabs>li {
    float: none;
    min-width: 150px;
}

.tabs-left>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left>.nav-tabs .active,
.tabs-left>.nav-tabs .active,
.tabs-left>.nav-tabs .active {
    border-color: #ddd transparent #ddd #ddd !important;
    *border-right-color: #ffffff;
}

.alert-outline{ color: #333 !important; border-radius: 0.55rem !important;  }
.alert-outline.alert-danger {background: #fff3f3 !important; }
.alert-outline.alert-success {background: #eefbf1 !important; }
.alert-outline.alert-info {background: #e6f2f5 !important; }
.alert-outline a{ text-decoration: none !important;  }
/*.alert-outline::first-letter{ font-size: 20px; font-weight: 600; }*/
@media (max-width: 990px) {
    .pogram_listbox.courses-box .program_image {
        padding: 0;
        margin: 0 auto 10px;
        width: 95%;
    }
    .des-img-wrap.custom-d {
        float: none;
    }
}


/* COURSE DETAILS CSS */

.media-wrap {
    margin: 0;
    text-align: center;
}

.media-wrap iframe,
.media-wrap img {
    width: 100%;
    height: 450px;
}
.mdeid-wrap .lesson-attachment{ float: left;  }
.media-wrap .lesson-icon{ height: 50px !important; width: 50px !important; }
.media-wrap iframe #toolbar { display: none !important; }

.course-list-wrap {
    max-height: calc(100vh - 260px);
    overflow-y: auto;
}

.course-row-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    /*padding-bottom: 10px;
    margin-bottom: 10px;*/
    padding: 10px 5px;
    border-bottom: 1px solid #cccccc6b;
}

.course-row-wrap.active { background: #eee;  }

.course-list-wrap>div:last-child {
    border: 0 none;
}

.couse-thumb {
    max-width: 120px;
    height: 75px;
    margin: 0 15px 0 0;
    width: 100px;
    border: 1px solid #ccccccab;
    padding: 5px;
}

.couse-thumb img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
}

.course-info-wrap {
    width: calc(100% - 130px);
}

.course-info-wrap h2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 5px;
    color: #25266a;
}

.course-info-wrap h2 a {
    display: inline-block;
    color: #25266a;
}

.course-row-wrap .lesson_progressbar{ padding: 0px 8px; }
.course-row-wrap .lesson_progressbar .progress{ height: 0.4rem; }

.course-info-wrap p {
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 5px;
    color: #525252;
}

.custom-tab-wrap {
    margin: 15px 0 0;
}

.custom-tab-wrap .nav-tabs .nav-link {
    border: 0 none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ccc;
    position: relative;
}

.custom-tab-wrap .nav-tabs .nav-link.active {
    background-color: rgba(0, 0, 0, 0);
}

.custom-tab-wrap .nav-tabs .nav-link.active::after {
    content: "";
    width: calc(100% - 10px);
    height: 5px;
    background: #25266a;
    position: absolute;
    left: 5px;
    bottom: -2px;
}

.custom-tab-wrap .tab-content {
    padding: 15px 0 0;
}

.custom-tab-wrap .tab-content h2 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px;
    line-height: normal;
}


/* FOR HOME PAGE START */

.main-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
}

.nav-custom {
    margin: 0;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
}

.nav-custom.navbar-expand .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #000;
}

.right-nav-top .login {
    box-shadow: 0 0 0 2px #000 inset;
}

.right-nav-top .signup {
    box-shadow: 0 0 0 2px #000 inset;
    background-color: #000;
    color: #fff !important;
}

.right-nav-top .signup:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #000 !important;
}

.right-nav-top .login:hover {
    background-color: #000;
    color: #fff !important;
}

.right-nav-top .nav-item {
    margin: 0 0 0 10px;
}

.right-nav-top .nav-item a {
    padding: 5px 15px;
    transition: all 0.5s ease-in-out;
}

.banner-wrap {
   overflow: hidden;
    height: auto;
    /* background: #ebebeb url('https://gobengali.com/home-img/search-banner.jpg') 50% 50% no-repeat; */
    background-size: cover;
}
.banner-wrap img{
    max-width: 100%;
    width: 100%;
}

.search-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50%;
    margin: 0 auto;
    position: relative;
}

.search-box .form-control {
    height: auto;
    border-radius: 0;
    border: 2px solid #d1d1d1;
    padding: 15px 15px 15px 40px;
}

.search-box::before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #aaaaaa;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    left: 14px;
}

.three-section {
    margin: 25px 0;
    position: relative;
}

.three-section::before {
    content: "";
    background: #c0c0c0;
    width: 200px;
    height: 5px;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 100px);
}

.icon-text-box {
    display: flex;
}

.icon-wrap {
    width: 75px;
    height: 75px;
}

.icon-text {
    width: calc(100% - 85px);
    margin-left: 10px;
}

.icon-text a{ color: inherit;  }

.icon-text h2 {
    font-size: 18px;
    font-weight: 600;
    color: #525252;
    margin: 0 0 5px;
    line-height: normal;
}

.icon-text p {
    font-size: 15px;
    font-weight: 400;
    color: #a7a7a7;
    margin: 0;
    line-height: normal;
}

.footer .icon-text p { color: inherit; }

.two-line-wrap {
    margin: 60px 0 30px;
}

.two-line-wrap h2 {
    /*font-size: 20px;*/
    text-align: center;
    font-weight: 500;
    color: #000;
}

.two-line-wrap p {
    font-size: 16px;
    font-weight: 400;
    color: #484646;
    margin: 0;
    line-height: normal;
    text-align: center;
}

.two-select {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.two-select .input-group-text {
    border-radius: 0;
}

.two-select .custom-select {
    border-radius: 0;
}

.two-select .input-group {
    margin: 0 15px 0 0;
    min-width: 200px;
}

.filter-course-btn {
    width: 100%;
    display: block;
    padding: 5px 15px;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: 0 0 0 2px #000 inset;
    border: 0 none;
    background: #fff;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}

.filter-course-btn:hover {
    background: #000;
    color: #fff;
}

.home-tab-wrap li.head-title {
    border: 0 none;
    position: relative;
    top: 1px;
    border-bottom: 1px solid #fff;
    padding-top: 7px;
    padding-right: 15px;
}

.home-tab-wrap .custom-tab-wrap .nav-tabs .nav-link {
    border: 0 none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    color: #808080;
    position: relative;
    cursor: pointer;
}

.pro-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.pro-img-wrap {
    width: 560px;
    max-width: 560px;
}

.pro-img-wrap img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important
}

.pro-info-wrap {
    margin-left: 15px;
    width: calc(100% - 575px);
}

.pro-info-wrap h2 {
    font-size: 38px !important;
    color: #000;
    font-weight: 600;
    margin: 0;
}

.pro-info-wrap h3 {
    font-size: 30px;
    line-height: normal;
    font-weight: 300;
    margin: 10px 0;
}

.star-wrap {
    margin: 0 0 0;
    font-size: 24px;
}

.star-wrap strong {
    color: #231f20;
    font-weight: 600;
    display: inline-block;
    margin: 0 5px 0 0;
}

.star-wrap .fa {
    color: #35424a;
}

.star-wrap .fa-star-half-alt {
    color: #aaaaaa;
}

.price-wrap {
    font-size: 24px;
    margin: 0 0 10px;
    color: #7a7a7a;
    font-weight: 400;
}

.price-wrap strong {
    color: #2e7d32;
    font-size: 30px;
	line-height: 30px;
}

.btn-sections-wrap {
    margin: 30px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.bookmark-btn {
    border: 0 none;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 10px 0 0;
    box-shadow: 0 0 0 2px #aaaaaa inset;
    color: #aaaaaa !important;
}

.btn-checkout, .razorpay-payment-button {
    background: #000;
    color: #fff !important;
    display: inline-flex;
    padding: 10px 15px;
    height: 50px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    border: 0 none;
    font-size: 22px;
    text-align: center;
}

.razorpay-payment-button{display: block; width: 100%;}

.btn-add-to-cart {
    background: #e0e1ec;
    color: #000 !important;
    display: inline-flex;
    padding: 0 15px;
    height: 50px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    border: 0 none;
    font-size: 22px;
}

.duration {
    display: inline-flex;
    margin: 0 0 0 10px;
    font-size: 22px;
}

.course-in-there {
    margin: 15px 0;
}

.courser-in-this-wrap {
    /* overflow-x: auto; */
    max-width: max-content;
    display: flex;
}

.course-in-there h2 {
    font-size: 24px !important;
    font-weight: 400 !important;
    margin: 0 0 10px !important;
    line-height: normal;
}

.course-in-box, .highlights .highlight-box {
    display: inline-flex;
    border: 1px solid #cccccc3d;
    box-shadow: 0 0 10px 0px #00000014;
    margin: 0 11px 11px 0;
    padding: 10px 7px;
    cursor: pointer;
    height: 100px;
}

.highlights .highlight-box { cursor: auto; height: auto; }

.c-img, .c-img-front {
    width: 100px;
    max-width: 100px;
}

.c-img img {
    width: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 30px;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
}

.l-img img {
    width: 75% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 70% !important;
}

.c-info {
    display: inline-flex;
    /*align-items: center;
    justify-content: center;*/
    margin: 0 0 0 10px;
    max-width: 140px;
    width: 140px;
}

.c-info h2 {
    margin: 0 !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    font-size: 14px !important;
}

/*.highlights h2 { font-size: 22px !important; color: #2d2c2c; clear: both; }*/
.highlights .highlight-box .c-info h2 {
    font-weight: normal !important;
    line-height: 20px !important;
    font-size: 16px !important;
	padding-bottom: 10px!important;
}

.highlights .highlight-box .c-info p { font-size: 12px; color: #555; margin-bottom: 0px; }

.home-course-wrap .nam-star {
    display: flex;
    justify-content: space-between;
}

.home-course-wrap .nam-star h3 {
    font-size: 20px;
}

.popular-section {
    margin: 30px 0;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.popular-section-wrap {
    display: flex;
    max-width: max-content;
    /* overflow-x: auto; */
    flex-wrap: nowrap;
}

.popular-section h2 {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.popular-section-box {
    max-width: 320px;
    width: 320px;
    margin: 0 20px 20px 0;
    display: inline-block;
    min-width: 320px;
}

.popular-section-img {
    margin: 0 0 15px;
}

.popular-section-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
}

.popular-section-text {
    position: relative;
}

.popular-section-text h2 {
    font-size: 20px !important;
    color: #606060;
    font-weight: 600;
    margin: 0;
	text-transform: capitalize;
	
}

.popular-section-text h3 {
    font-size: 16px;
    line-height: normal;
    font-weight: 300;
    margin: 5px 0;
}

.popular-section-text .star-wrap {
    margin: 0 0 0;
    font-size: 19px;
}

.popular-section-text .price-wrap {
    font-size: 14px;
}

.popular-section-text .price-wrap strong {
    color: #2e7d32;
    font-size: 24px;
}

.popular-section-text .bookmark-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.tab-pane{
    display: none;
}

.grey-bg-wrap {
    margin: 15px 0;
    padding: 15px;
    background: #ebebeb;
}

.all-department-wrap {
    margin: 30px 0 60px;
}

.all-department-wrap h2 {
    margin-bottom: 25px;
}

.poplar-box {
    margin: 0 20px 0 0;
    text-align: center;
    min-width: 270px;
    max-width: 270px;
    width: 270px;
}

.popular-box-img {
    margin-bottom: 10px;
}

.popular-box-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
}

.poplar-box h2 {
    margin: 0;
}

.popular-wrap-box {
    display: flex;
    max-width: max-content;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.navbar-nav.mobile-view{
    display: none;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0) !important;
    text-transform: uppercase;
}
.navbar-light .navbar-nav a.nav-link.signup {
    color: #fff !important;
    background: #000;
    border: 1px solid #000;
}
.navbar-light .navbar-nav a.nav-link.login {
    border: 1px solid #000;
}
.navbar-light .navbar-nav a.nav-link.border-right-none{ border-right: none; }
.grey-bg-wrap{margin-bottom: 0px;}
.navbar-light .navbar-nav .nav-link{position: relative;}
.cart-count .badge {
   position: absolute;
    background-color: #cb2027;
    color: #fff;
    top: 9px;
	padding: .35em .45em;
    font-size: 85%;
	    border-radius: 1.25rem;
}
.popular-section-text h2 a {
    color: #000;
}
.popular-section-text .price-wrap strong, .price-wrap strong {
    color: #0c3c60;
}
.badge-sm {padding: 3px 7px !important; font-size: 12px !important;}







@media (min-width: 1600px) {
    .container {
        max-width: 1450px !important;
    }
}

@media(max-width: 1599px) {
    .btn-sections-wrap a, .btn-checkout {
        font-size: 17px;
    }
    .pro-info-wrap {
        margin-left: 15px;
        width: calc(100% - 480px);
    }
    .pro-img-wrap {
        width: 485px;
        max-width: 485px;
    }
    .pro-info-wrap h2 {
        font-size: 28px !important;
        line-height: 32px !important;
    }
}
.cardsection{
    margin-top: 100px ;
}
.cardsection1{
    margin-top: 40px ;
}
.popular-section-img{
    max-height: 220px;
    overflow: hidden;
}
.popular-section-box{
    vertical-align: top;
}

@media (min-width: 768px){
    .navbar.bd-navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}
}

@media(max-width: 767px) {
    .popular-section-box {
        max-width: 100%;
        width: 100%;
        
        min-width: 100%;
    }

    .course-in-box{
        width: 100%;
    }

    .c-info{
        width: 100%;
        max-width: 100%;
    }
    .cardsection{
        margin-top: 120px !important;
    }
    .pro-row {
        display: block;
    }
    .pro-img-wrap {
        width: 100%;
        max-width: 100%;
    }
    .pro-info-wrap {
        margin-left: 0;
        width: 100%;
    }
    .two-select {
        display: block;
    }
    .two-select .input-group {
        margin: 0 0 15px;
        min-width: 200px;
    }
    .navbar-nav.mobile-view{
        display: block;
    }
    .navbar-nav.dextop-s{
        display: none;
    }
    ul.navbar-nav.mobile-view li {
        float: left;
        margin: 0 5px 0 0;
    }
    .navbar-nav.mobile-view .dropdown-menu {
        position: absolute;
    }
    .navbar-nav .nav-link.login, .navbar-nav .nav-link.signup {
        padding: 3px;
        padding-right: 5px;
        padding-left: 5px;
        margin-top: 4px;
    }
    .home-tab-wrap .custom-tab-wrap .nav-tabs .nav-link {
        font-size: 13px;
        color: #8a8a8a;
    }
    .btn-add-to-cart {
        padding: 0 10px;
        font-size: 18px;
    }
    footer .icon-wrap {
        height: 35px;
    }
    footer .icon-text-box {
        margin-top: 5px;
    }
    .inner-section {
        margin-top: 0px;
    }
    .des-img-wrap.custom-d{margin-right: 0px;}
    .two-line-wrap .container, .filter-section .container, .home-tab-wrap .container, .popular-section .container, .inner-section .container {
        width: 89%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
   .inner-section .popular-section .container, .container{
    width: 100%;
    }
    .badge{right: -3px;}
    
}

.cart-new button{
    border:2px solid #efefef !important;
}
.cart-new input{
    border:2px solid #efefef !important;
    width: 20%;
    text-align: center;
}

ul.list-group-flush li span
{
    margin: 0 !important;
}

/*.cardsection a{
    color: #000 !important;
}*/
.summary{
    font-size: 22px;
    color: #4e4e4e;
}
.cart-new{
    float: right;
    text-align: right;
}

.list-group-flush .list-group-item{
    font-weight: normal;
    margin-bottom: 0;
}

.wish-list{
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05);
    border-radius: .375rem;
    padding: 10px 20px;
}
.inner-section{
    margin-top: 0px !important;
}
.navbar-brand img{
    width: auto;
	max-width: 100%;
}
a.brand-link{
    padding: 0 !important;
}
.footer .icon-wrap{
    width: auto !important;
}
/*classic nave*/
 .nav-classic .main-wrapper{background: #0c3c60; width: 100%;min-height: auto;}
.nav-classic .bg-light {
    background-color: #0c3c60!important;
}
.nav-classic .top-box-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
	margin-bottom: 10px;
}

.nav-classic .navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255)!important;
}
.nav-classic .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
	color: rgb(255 255 255 / 70%)!important;
}
.nav-classic li.nav-item.up-pro {
    max-width: 129px;
    border: 0px solid rgba(110, 164, 202, 1);
    background-color: rgba(209, 224, 235, 1);
    font-size: 13px;
    line-height: 18px;
	display: flex;
    align-items: center;
	    box-shadow: inset 1px 1px 15px #ffffffa6;
    border-radius: 1px;
}
.nav-classic li.nav-item.up-pro:hover{background-color: #fff; box-shadow: inset 1px 1px 15px #b1e8ffa6;
    border-radius: 2px;}
.nav-classic li.nav-item.up-pro .nav-link{
	font-size: 12px;
    line-height: 15px;
	padding: 5px 10px;
}
.nav-classic .navbar-light .navbar-nav .active>.nav-link, .nav-classic .navbar-light .navbar-nav .nav-link.active, .nav-classic .navbar-light .navbar-nav .nav-link.show, .nav-classic .navbar-light .navbar-nav .show>.nav-link{color: #fff;}

.nav-classic .navbar-light .up-pro a.nav-link{color: #0c3c60 !important;font-family: 'Open Sans', sans-serif; width: 350px;
    font-weight: 600;
    text-transform: uppercase;}
.nav-classic .navbar-light .up-pro a.nav-link:hover, .navbar-light .up-pro a.nav-link:focus {color: #0c3c60}
.nav-classic .navbar-light .navbar-nav .nav-link svg{
	fill: rgba(110, 164, 202, 1);
	height: 26px;
}
.nav-classic .top-box-header h5 {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    margin-left: 33px;
	font-family: 'Raleway', sans-serif;
}
.nav-classic h4.logo-top {
    font-size: 17px;
    color: #fff;
    font-weight: 200;
    max-width: 170px;
    display: block;
    white-space: normal;
	color: #6ea4ca;
}
.nav-classic .top-banner{
	background: url(../img/mv2.webp) center center no-repeat;
    background-attachment: fixed;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
    width: 100%;
    background-size: cover;
    text-align: center;
}
.nav-classic .top-banner.top-individual-banner{background: url(../img/mv4.webp) top center no-repeat;background-size: cover;}
.nav-classic .top-banner.platfrom-banner{background: url(../img/platfrom.webp) top center no-repeat;background-size: cover;}
.nav-classic .middle-banner{
	width: 100%;
	padding: 20px 0;
	background-color: #ffffff9c;
}
.nav-classic .middle-banner h1{font-weight: 200; font-size: 60px; line-height: 65px; margin-bottom: 40px; margin: 15px 0 20px 0;text-transform: uppercase;}
.nav-classic .middle-banner span{font-size: 20px; color: #0c3c60;font-family: 'Open Sans', sans-serif;}
.nav-classic .middle-banner a{margin: 0 20px; display: inline-block;}
.nav-classic .learning-box{background-color: #0c3c60;color: #fff;}
.nav-classic .learning-box h6{color: #fff; font-size: 24px; line-height: 30px;margin-bottom: 20px;}
.nav-classic .learning-box p{color: #fff;}
.nav-classic header.navbar.navbar-expand-lg.navbar-light.bg-light.bd-navbar {
    flex-direction: row;
}
.nav-classic .navbar-expand-lg .navbar-collapse{
	background: #f1f1f100;
}
.nav-classic .navbar-light .up-pro a.nav-link:hover, .nav-classic .navbar-light .up-pro a.nav-link:focus {
    color: #0c3c60 !important;
}
.nav-classic .navbar-light .navbar-nav a.nav-link.login {
    border: 0px solid #000;
    padding-top: 2px;
    margin-right: 15px;
}
.nav-classic .top-banner.technology-banner{
	 height: 50vh;
}
.instance-information h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 12px;
}
.nav-classic .btn-primary {
    color: #fff;
    background-color: #0c3c60 !important;
    border-color: #0c3c60 !important;
    box-shadow: none;
    border-radius: 0px !important;
}
h3.app-requirements-link a {
    font-size: 18px;
    color: #2a56a7;
    font-weight: bold;
}
.ds-learn {
    background: #f4f4f4;
    padding: 44px 0;
}
.ds-learn .card{margin: 0 20px;}
.ds-learn .group-wrapper-learn h3 a {
    border-bottom: 1px transparent solid;
    color: #2a56a7;
    display: inline-block;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.ds-learn .group-wrapper-learn h3 a:after {
    content: "\f101";
    display: inline;
    speak: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-transform: none;
    line-height: 1;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font: normal normal normal 14px/1 FontAwesome;
}
.ds-learn .group-wrapper-learn h3 a:after {
    color: #2a56a7;
    font-size: 14px;
    margin-left: 4px;
}
.ds-learn .curriculum-blurb{
	font-size: 16px;
	line-height: 1.3;
}
.ds-learn .group-wrapper-curriculum, .ds-learn .group-wrapper-participant, .ds-learn .group-wrapper-application-req, .ds-learn .field-name-field-additional-pages {
    display: inline-block;
    margin: 0 20px 36px 20px;
    max-width: 40%;
    vertical-align: top;
}
.ds-faculty {
    padding: 36px 0;
}
.program-faculty-cta-wrapper {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.ds-cta{ background: url(../img/program-overview.jpg) center center no-repeat;background-size: cover;
padding: 50px 0;
	margin: 30px 0;
}
.nav-classic .ds-cta .btn-primary {
    color: #0c3c60;
    background-color: #c5eff59e !important;
    border-color: #0c3c60 !important;
    box-shadow: none;
    border-radius: 0px !important;
    border-width: 2px;
    font-weight: 600;
    padding: 10px 20px;
    width: 80%;
}
.nav-classic .ds-cta .btn-primary:hover{
	background: #000!important;
}
.popular-section-img a {
    display: block;
    max-height: 120px;
    overflow: hidden;
}
.navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 50%);
    border-color: rgb(255 255 255);
    border-radius: 0px;
}
.other-pricing-plans .popular-section-box {
    max-width: 45%;
    width: 45%;
    margin: 0 20px 20px 0;
    display: inline-block;
    min-width: 46%;
}
.show_b.other-pricing-plans .popular-section-box h2::after{display: none;}
.show_b.other-pricing-plans .popular-section-box h2 {
    font-size: 20px !important;
    font-weight: 700;
	    margin-bottom: 0px;
    padding-bottom: 5px;
}
#blurb-container p span, #blurb-container p {
    font-size: 18px;
    line-height: 25px;
}
.popular-section-text h3 {
    display: none;
}
.popular-section-text .price-wrap {
    margin-top: 10px;
}
.highlights .highlight-box .c-info h2{
	padding-bottom: 5px!important;
}




@media (min-width: 992px){
	.nav-classic .navbar-expand-lg .navbar-collapse {
    flex-direction: column;
}
	.nav-classic ul.navbar-nav.m-auto-2 li{
		margin-right: 37px;
	}
	.nav-classic ul.navbar-nav.m-auto-2 li.nav-item.up-pro{
		margin-left: 5px;
		margin-right: 0px;
	}
	.nav-classic .navbar-expand-lg .navbar-nav.dextop-m li + li a.nav-link{
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 2px;
	}
	.nav-classic li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
	top: 35px;
	background-color: #d1e0eb;
    border-radius: 0px;
}
	ul.navbar-nav.dextop-m li.nav-item.dropdown{
		margin-left: 25px;
		    max-height: 35px;
	}
	
	
}

@media (max-width: 767px){
	.nav-classic .middle-banner h1{
		    font-size: 40px;
    line-height: 50px;
	}
	.nav-classic .middle-banner span {
		font-size: 18px;}
	.show_b .highlight-box .c-img {
    width: 20%;
    max-width: 15%;
    padding: 5px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
	.c-img img {
    width: 73%;
    height: 45%;
	}
	.other-pricing-plans .popular-section-box {
    max-width: 100%;
		width: 100%;}
	.popular-section h2{font-size: 30px}
	.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border:1px solid #ffffffbf!important;
    background-color: none;
    border-radius: 0px;
}
	ul.navbar-nav.dextop-m {
    position: absolute;
    top: 14px;
    right: 0;
    flex-direction: row;
}
	a.navbar-brand.mr-0.mr-md-2{
		margin: 0 auto !important;
    width: 150px;
	}
	.top-box-header .navbar-nav .dropdown-menu{
		position: absolute;
	}
	.navbar-nav{text-align: center;}
	li.nav-item.up-pro {
    max-width: 100%;
    margin: 5px 0 auto;
    padding: 5px 0;
    }
	ul.navbar-nav.m-auto-2 li.nav-item {
    width: 45%;
    }
	.navbar-collapse{
		width: 80%;
	}
	.top-box-header{justify-content: center;}
	ul.navbar-nav.m-auto-2{
		flex-wrap: wrap;
	-ms-flex-direction: row;
    flex-direction: row;
	}
	li.nav-item.up-pro{margin: 0 auto 10px;}
	.nav-item .badge {right: -5px;top: -14px;}
	
}

.alert{
    position: relative;
}
.alert .close {
    right: 15px;
    top: 0;
    color: #fff !important;
    opacity: 1 !important;
    z-index: 1;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover, .mailbox-attachment-close:not(:disabled):not(.disabled):focus, .mailbox-attachment-close:not(:disabled):not(.disabled):hover{
    outline: none;
}
.apexcharts-text tspan {
    font-size: 8px;
}
.pogram_listbox.courses-box .badge {
    white-space: normal;
    line-height: 1.2;
    margin-bottom: 5px;
}
.modal-title {
    color: #fff !important;
}