*{
    /*border-radius: 10px;*/
    outline: unset !important;
}
html, body {
    overflow-x: hidden;
    width: 100% !important;
}
.head .container {
    width: 1170px !important;
}
body {
    line-height: 20px;
    font-family:  'Mulish', sans-serif;
    font-size:14px;
    margin: 0px;
    padding: 0px;
}



/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}



/*----------------------
Typography
----------------------*/

ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
}


h1, h2, h3, h4, h5, h6 {font-size: 26px;font-weight: 700;font-family:  'Mulish', sans-serif;}

h1
{
    font-size:50px;
    font-weight:600;
    /*color:#fff;*/
}
h2 {
    font-size: 37px;
    color: #000000;
    font-weight: 800;
}
h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
}

p {
    font-size: 16px;
    color: #000;
    font-weight:400;
    line-height:25px;
}
/*----------------------
Global Images
----------------------*/

img {border: none;max-width: 100%;}
ul.navbar-nav.navbar.pull-right {
    clear: both;
}

ul.topinfo {
    clear: both;
    display: flex;
    margin-top: 8px;
    margin-bottom: 18px;
}

ul.topinfo li {
    font-size: 16px;
    font-weight: bold;
    color: #282828;
    margin-left: 25px;
}

ul.navbar-nav.navbar li {
    margin-left: 5px;
}

ul.navbar-nav.navbar li a {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    padding: 12px 11px !important;
    /* text-transform: capitalize !important; */
    border-radius: 7px;
    margin-top: 0px;
    display: block;
}

ul.navbar-nav.navbar li a.active , .btn{
    color: #fff !important;
    background: 1a87d7;
    background: linear-gradient(184deg, #1e8ddf 0%, #1079c6 35%);
}
ul.navbar-nav.navbar  .btn{
    font-size: 18px;
    font-weight: 800;
    margin-top: 0;
}
a.logo {
    margin-top: 8px;
    display: block;
}

.head {
    padding: 10px 0 0;
    position: relative;
    top: 10px;
    z-index: 9;
}
.btn.green{
    color: #fff !important;
    background: 1a87d7;
    background: linear-gradient(184deg, #7cc150 0%, #6ea947 35%);
}
section.mainbanner {
    margin-top: 0;
    position: relative;
}
.caption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 9;
    transform: translateY(-50%);
}

.caption h6 {
    font-size: 20px;
    text-transform: uppercase;
    color: #282828;
    font-weight: bold;
    line-height: 1.7;
    margin: 20px 0;
    max-width: 85%;
}

.caption h2 {
    font-size: 55px;
    font-weight: 800;
    color: #1075bd;
    margin-bottom: 0;
    /*text-transform: uppercase;*/
}
p.est_time_course {
    font-size: 15px;
}
.btn {
    font-size: 17px;
    padding: 12px 26px;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 800;
}

.caption .btn {
    text-transform: uppercase;
    background: linear-gradient(184deg, #ff0f93 0%, #ff0f93 35%);
}
.btn.pink {
    text-transform: uppercase;
    background: linear-gradient(184deg, #ff0f93 0%, #ff0f93 35%);
}
section.mainbanner img {
    width: 100%;
}
.center {
    text-align: center;
}

section.about {
    padding: 5em 0;
}

section.about p {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 600;
}

section.about h2 {
    margin-bottom: 20px;
}
section.choosecourse {
    background-color: #005fad;
    padding: 5em 0;
}

section.choosecourse h2 {
    color: #fff;
    margin-bottom: 30px;
}

section.choosecourse h6 {
    display: table;
    margin-left: auto;
    color: #fff;
    margin-top: 30px;
}

.coursebox {
    position: relative;
    height: 270px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
}

.coursebox img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.coursebox strong {
    position: absolute;
    bottom: 0px;
    color: #fff;
    z-index: 99;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 22px;
    line-height: 1.1;
    background: rgb(0,0,0,0.5);
    padding: 10px 15px;
}
section.choose {
    background-color: #0f347f;
    padding: 5em 0;
}

section.choose h2 {
    color: #fff;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.choosebox {
    background-color: #fff;
    padding: 20px;
    border-radius: 7px;
    min-height: 380px;
    margin-bottom: 40px;
}

.choosebox h4 {
    font-weight: bold;
    color: #e54646;
    font-size: 30px;
    margin-bottom: 20px;
}

.choosebox li {
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 600;
    padding-left: 25px;
    position: relative;
}

.choosebox li:before {
    content: "\f058";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    color: #e54646;
    font-size: 15px;
}

.col-md-3:nth-child(2) .choosebox li:before, .col-md-3:nth-child(2) .choosebox h4 {
    color: #f39436;
}
.col-md-3:nth-child(3) .choosebox li:before, .col-md-3:nth-child(3) .choosebox h4 {
    color: #36a5f3;
}
.col-md-3:nth-child(4) .choosebox li:before, .col-md-3:nth-child(4) .choosebox h4 {
    color: #f47149;
}
section.approved {
    padding: 5em 0;
}

section.approved p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
}

section.approved h2 {
    text-transform: uppercase;
}
.minilogos {
    min-height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.approved h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

section.approved h6 a {
    color: #6ba546;
}
.checkboxes {
    margin: 3em 0;
}

.checkboxes h5 {
    font-size: 18px;
    color: #000000;
    line-height: 1.3;
    font-weight: bold;
}

.checkboxes h5 a {
    color: #6ba546;
}

.checkboxes .box {
    padding: 0 20px;
}

section.reviews {
    background-color: #f9f9f9;
    padding: 5em 0;
}

section.reviews h2 {
    margin-bottom: 1.4em;
    margin-top: 0;
    text-transform: uppercase;
}

section.reviews .revbox {
    background-color: #efefef;
    padding: 30px;
    min-height: 290px;
}

.revbox strong {
    font-size: 24px;
    color: #000;
    font-weight: 800;
}

.revbox h5 {
    font-size: 20px;
    font-weight: 300;
}

.revbox  ul.rating {
    display: flex;
    margin-bottom: 10px;
}

.revbox ul.rating li {
    margin-right: 4px;
}

.revbox ul.rating li i {
    color: #f4bc07;
    font-size: 16px;
}

.revthumb {
    border-radius: 90px;
    overflow: hidden;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.revbox p {
    font-weight: 500;
}
footer{
    background-image: url('../images/footer-bg.jpg');
    padding: 3em 0;
}
footer h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

footer form {
    background-color: #fff;
    width: 694px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 50px;
}

footer form ul {
    display: flex;
}

footer form input, footer form button , footer form label {
    padding: 11px  10px !important;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    position: relative;
}
footer form label .fa-envelope {
    color: #6ba546;
    font-size: 18px;
    margin-right: 4px;
}

footer form label:after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #000;
    position: absolute;
    right: -5px;
    top: 14px;
}

footer form label {
    text-transform: uppercase;
    margin-right: 15px;
    padding-right: 15px;
}

footer form  input::placeholder {
    color: #000;
}

footer form li:last-child {
    float: right;
}

footer form input {
    min-width: 300px;
}

footer form li .btn {
    font-size: 18px;
    font-weight: bold;
    background: #6ba546;
}

footer form label , footer form input {
    margin-top: 4px;
}
footer hr {
    border-color: #1b8bd8;
    margin-top: 40px;
}

ul.social {
    display: flex;
}

ul.social * {
    color: #fff;
    font-size: 18px;
}

ul.social i {
    font-family: 'FontAwesome';
    font-weight: 500;
}

ul.social {
    margin: 20px 0;
}

ul.social li {
    margin-right: 10px;
}

ul.social label {
    margin-right: 10px;
}

footer h4 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

ul.footmenu li a {
    color: #fff;
    font-size: 16px;
}

ul.footmenu li {
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
}
footer p {
    color: #fff;
    text-align: center;
    margin: 35px 0;
}
.top_section_banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 575px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.top_banner_titles h3 {
    margin: 0px 0px;
    font-size: 35px;
    color: #FFFFFF;
    font-family: "Mulish", Sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.top_section_banner:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.5);
}
.add_spaces {
    padding: 45px;
}

.shadow_box {
    box-shadow: 0px 0px 15px 8px #f7fafc;
}

.small_section_titles h4 {
    font-family: "Mulish", Sans-serif;
    font-weight: 800;
    color: #0f75bc;
    font-size: 26px;
    margin: 0px 0px 15px;
}
ul.states_list {
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
}

ul.states_list li {
    flex: 0 0 33%;
}

ul.states_list li a {
    text-decoration: none;
    padding: 20px 15px;
    display: block;
    color: #7a7a7a;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.5s linear;
    background: #fff;
    border-bottom: solid 3px #fff;
}

ul.states_list li:hover a {
    border-color: #0f75bc;
    color: #0f75bc;
}
.blue_bg_section {
    background: #005FAD;
}

.section_tb_pads {
    padding: 8em 0px;
}

.white_txt h4 {
    color: #fff;
}

.inc_size_title h4 {
    font-size: 35px;
}
ul.course_cat_list {
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
}

ul.course_cat_list li {
    flex: 0 0 18%;
    margin-right: 2%;
    position: relative;
}

.cat_titles {
    color: #fff;
    font-family: "Mulish", Sans-serif;
    font-size: 26px;
    font-weight: 500;
}

.cat_course_block {
    position: relative;
    margin-bottom: 20px;
    height: 100%;
}

.btm_cat_txt {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    bottom: 10%;
}

.center_cat_txt {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    top: 40%;
    text-transform: uppercase;
}
.cat_course_block img
{
    border-radius: 12px;
}
.set_img_cat_height img {
// min-height: 335px !important;
}
.row_btm_space {
    margin-bottom: 5em;
}
.course_details p {
    font-size: 16px;
    font-weight: normal;
    color: #24383c;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.course_details ul li {
    font-size: 16px;
    color: #000;
    margin: 0px 0px 20px;
    position: relative;
    padding-left: 28px;
}

.course_details ul li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: #0f75bc;
    font-weight: 600;
    font-size: 20px;
    top: 2px;
}

.course_details ul {
    margin-bottom: 5rem;
}
.course_details_btn {
    display: inline-block;
    font-family: "Mulish", Sans-serif;
    font-weight: 800;
    background-color: #0F75BC;
    padding: 15px 30px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.5s linear;
    text-transform: uppercase;
}

.course_details_btn:hover {
    color: #fff;
    background: #6ea947;
}

a.course_details_btn {
    text-decoration: none;
}

.course_details ul li strong {
    color: #0f75bc;
}
.course_small_details_block
{
    background: #f1f1f1;
    text-align: center;
    padding: 10px;
}

.course_details
{
    padding: 0px 0px 0px;
}

.course_details h3 {
    margin: 0 0 25px;
    font-weight: 700 !important;
    height: 65px;
    font-size: 16px !important;
    /*font-size: 18px !important;*/
}

.course_details p {
    font-size: 18px;
    font-weight: 600;
    color: #121212;
}

a.course_small_btn {
    text-decoration: none;
}

.course_small_btn {
    display: inline-block;
    font-family: "Mulish", Sans-serif;
    font-weight: 500;
    background-color: #0F75BC;
    padding: 15px 30px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.5s linear;
}

.course_small_btn:hover {
    background: #000;
    color: #fff;
}
.course_foo {
    padding: 25px 0px 0px;
}
.style_btns .owl-prev,.style_btns .owl-next {
    width: 40px;
    height: 50px;
    color: #fff;
    background: #0f75bc;
    text-align: center;
    line-height: 50px;
    margin: 0px 0px 5px;
    transition: all 0.5s linear;
}

.style_btns .owl-prev:hover, .style_btns .owl-next:hover {
    background: #000;
}

.style_btns .owl-prev {
    position: absolute;
    left: -50px;
    top: 45%;
}

.style_btns .owl-next {
    position: absolute;
    right: -50px;
    top: 45%;
}

.courses_cat_section {
    padding: 8em 0px;
}
.remove_title_btm h4 {
    margin-bottom: 0px;
}
.page_row_title {
    min-height: 250px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.instructure_div {
    background: #f7fafc;
    border-top: solid 4px #0f75bc;
    padding: 15px 0px;
}

.instructure_middle p {
    margin-bottom: 0;
    line-height: 25px;
}

.instructure_middle .instructure_title {
    font-size: 20px;
}

.instructure_middle .instructure_label {
    font-size: 16px;
}

.instructure_head {
    margin-top: -55px;
    margin-bottom: 20px;
}

.instructure_head img
{
    border-radius: 50%;
    border: solid 4px #0f75bc;
}
.instructor_progree_bar_block {
    margin: 3em 0px;
    text-align: center;
    width: 100%;
    max-width: 85%;
    margin: 3em auto;
}

.instruc_bg_div {
    background: #f2f2f2;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    position: relative;
}

span.inst_bar_val {
    background: #74b44b;
    height: 8px;
    position: absolute;
    left: 0px;
    border-radius: 5px;
}

span.inst_per {
    display: inline-block;
    margin: 12px 0px 0px;
    font-size: 16px;
    font-weight: 600;
}
.center_btn {
    display: table;
    margin: 0 auto;
}
.courses_single_section .course_details h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}


/* dashboard css starts here */


section.cartpage,section.checkout_section
{
    padding: 8vh 0px;
}
form.custom_form_style input,form.custom_form_style select
{
    height: 55px;
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border: none;
    border-bottom: solid 2px #0f75bc;
    border-radius: 0px;
    box-shadow: none;
    transition: all 0.5s linear;
}
form.custom_form_style textarea {
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border: none;
    border-bottom: solid 2px #0f75bc;
    border-radius: 0px;
    box-shadow: none;
    transition: all 0.5s linear;
    resize: none;
}
.top_location_form input {
    padding-left: 37px;
}

.zip_field {
    position: relative;
}

.zip_field:before {content: '\f041';position: absolute;left: 17px;top: 16px;font: normal normal normal 23px/1 FontAwesome;color: #000;}
form.custom_form_style input:focus,form.custom_form_style input:active,
form.custom_form_style select:focus,form.custom_form_style select:active,
form.custom_form_style textarea:focus,form.custom_form_style textarea:active
{
    border-bottom-color: #6ba546;
    box-shadow: none;
}

form.custom_form_style input[type=radio],form.custom_form_style input[type=checkbox] {
    width: auto;
    height: auto;
    margin: 0px;
}

form.custom_form_style label {
    font-size: 18px;
    /*margin: 0 0 20px;*/
    margin: 0px;
    /* color: #1c1c1c; */
    /* font-family: 'Mulish', sans-serif; */
    font-weight: 400;
}

form.custom_form_style input[type=submit],form.custom_form_style button
{
    /*padding: 15px 30px;*/
    padding: 6px 15px;
    display: inline-block;
    font-size: 13px;
    /* font-family: 'Mulish', sans-serif; */
    font-weight: 500;
    color: #151515;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    transition: all 0.5s linear;
    text-decoration: none !important;
    background: #0f75bc;
    border: solid 1px #0f75bc;
    border-radius: 9px;
}


form.custom_form_style input[type=submit]:hover, form.custom_form_style button:hover {
    background: #6ba546;
    color: #0f75bc;
    border-color: #6ba546;
}
a.make_left {
    float: right;
    color: #0f75bc;
    font-size: 14px;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.5s linear;
}

a.make_left:hover {
    color: #0f75bc;
}
section.login_section .style_row {
    margin: 0%;
    padding: 50px 30px 50px 30px !important;
    background: #fff;
    position: relative;
    /*top: -85px !important;*/
    width: auto !important;
    border-radius: 15px;
    /* -webkit-box-shadow: 1px 3px 25px 2px #c00a27; */
    /* box-shadow: 0px 0px 15px 0px #c00a27; */
    border: solid 1px #e5e5e5;
    margin: 0vh 0px 0vh;
    box-shadow: 10px 10px 20px #0000000d;
}
.my_note_txt {
    font-size: 16px;
}

.my_note_txt strong {
    font-size: 18px;
}
.notice {
    padding-left: 18px;
    font-size: 15px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    position: relative;
}

.notice input[type=checkbox] {
    position: absolute;
    left: 0px;
    top: 5px;
}

.notice a {
    color: #0f75bc;
}
.card-group {
    position: relative;
}

.card-group input {
    padding-right: 8em;
}

.card-group .input-group-append {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #f3f3f3;
    padding: 15px;
    height: 55px;
    line-height: 30px;
}

.card-group .input-group-append i {
    color: #000;
    font-family: 'FontAwesome';
    font-weight: 500;
}
.my_btn_style {
    padding: 15px 30px 15px;
    display: inline-block;
    font-size: 25px;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.5s linear;
    text-decoration: none !important;
    background: #0f75bc;
    border: solid 1px #0f75bc;
    border-radius: 0px;
}

.blue_color_btn {
    background: #0f75bc;
    border: solid 1px #0f75bc;
}

.blue_color_btn:hover {
    background: #6ba546;
    color: #fff;
    border-color:#6ba546;
}

/* Hide the browser's default radio button */
.custom_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: -2px;
    left: 15px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom_radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom_radio input:checked ~ .checkmark {
    background-color: #6ba546;
}

/* 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_radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom_radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0f75bc;
}

label.custom_radio {
    margin-left: 30px !important;
}
.radio_btns_row {
    margin-bottom: 15px;
}




/* dashboard css ends here */

.course_head img {
    height: 180px;
}
/*.course_details {*/
/*    height: 280px;*/
/*}*/

.row.courseItem img {
    width: 100%;
    height: 206px;
    object-fit: cover;
}

.row.courseItem {
    background: #fff;
    margin-bottom: 15px;
    padding: 18px;
}

.row.courseItem h3 {
    margin-bottom: 20px !important;
}
a.altBtn {
    background: #6ba546 !important;
}

.row.courseItem p.offer {
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
}

.row.courseItem p.offer span {
    color: #6ba546;
}
.row.courseItem {
    border-radius: 25px;
    box-shadow: 0 0 20px 5px #8d8d8d;
}


.white_bg_block {
    background: #fff;
    float: left;
    width: 100%;
    margin-bottom: 16px;
    border-radius: 10px;

}

.set_all_heights h3 {
    min-height: 88px;
}

.set_all_heights a {
    width: 190px;
    margin-bottom: 18px;
    text-align: center;
}

.set_all_heights p.offer {
    height: 75px;
    overflow: hidden;
}

.set_all_heights .col-sm-6 {
    padding-left: 8px;
    padding-right: 8px;
}

.remove_img_left_pd {
    padding: 0px !important;
}

.remove_img_left_pd img {
    height: 369px;
    object-fit: cover;
    border-radius: 10px 0px 0px 10px;
}
.less_pb_spaces {
    padding: 4em 0px;
}
.less_pb_spaces {
    padding: 4em 0px;
}

section.cartpage tr th {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    color: #000;
}

section.cartpage tr td {
    padding: 15px 8px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
    color: #000;
}
section.cartpage tr td h4{
    font-size: 18px;
    margin: 0px;
}
a.yellow_small_btn {
    color: #c00a27;
    text-decoration: none;
}
td.actions {
    text-align: center;
}

span.removeCart {
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 5px;
    background: red;
    color: #fff;
    pointer-events: none;
}
.white_bg_block {
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
    border-radius: 0px;
}

.white_bg_block .col-sm-3 {
    padding-left: 0px;
}

.white_bg_block .col-sm-9 {
    padding-left: 0px;
}
.add_some_new_space {
    margin-bottom: 25px !important;
}
.courseItem_new {
    background: #fff;
}
.course_small_content {
    padding: 0px 10px 10px;
}

.course_small_content h3 {
    min-height: 70px;
    font-size: 18px;
}

ul.small_btns_cour li button {
    border: none;
    padding: 5px 10px;
}

ul.small_btns_cour li a {
    padding: 5px 10px;
}

ul.small_btns_cour {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

ul.small_btns_cour li {
    margin: 0px 4px;
}

.course_small_content p.offer {
    font-size: 14px;
}
section.user_dashboard {
    padding: 4em 0px;
}
span.firts_last_name_letters {
    width: 100px;
    height: 100px;
    background: #6ea947;
    display: inline-block;
    line-height: 100px;
    font-size: 55px;
    color: #fff;
    text-align: center;
}
.small_info {
    margin: 25px 0px;
}

.small_info p span.attr_name {color: #1079c6;font-weight: 700;}

.small_info p {
    font-size: 18px;
}


ul.new_style_list li {
    margin-bottom: 20px;
}

ul.new_style_list li a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    border-bottom: solid 1px #6ba546;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 5px;
    transition: all 0.5s linear;
}
ul.new_style_list li a:hover {
    color: #6ba546;
    border-color: #fff;
}
ul.u_info {
    margin-bottom: 35px;
}

ul.u_info li {
    margin-bottom: 12px;
}

ul.u_info li a {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
a.u_update_btn {
    margin-bottom: 35px;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    border-bottom: solid 1px #6ba546;
    font-weight: 800;
}
.block_details .course_info h3 {
    margin-top: 0px;
}

ul.cour_small_details {
    display: flex;
    display: -webkit-flex;
}

ul.cour_small_details li {
    margin: 0px 5px;
}

ul.cour_small_details li:first-child {margin-left: 0px;}

ul.cour_small_details li:last-child {
    margin-right: 0px;
}

ul.cour_small_details li {
    position: relative;
    font-size: 15px;
    color: #000;
    font-weight: 700;
}

ul.cour_small_details li span {
    color: #6ba546;
    font-size: 14px;
    display: block;
}
ul.u_info li {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.make_right_btn {
    text-align: right;
}
.small_space_btm {
    margin-bottom: 25px;
}
#history a.u_update_btn {
    margin-bottom: 20px;
}
form.custom_form_style button.close {
    padding: 0px !important;
    width: 35px;
    height: 35px;
    border-radius: 0px !important;
    opacity: 1;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.custom_form_style .modal-body {
    float: left;
    width: 100%;
}
.courseItem_new img {
    height: 176px;
}

.course_small_content h3 {
    height: 132px;
}

.courseItem_new {
    margin-bottom: 25px;
}
a.btn.btn-white.btn-sm {
    background: #fff !important;
    color: #000 !important;
}

ul.chaptersLi li a.btn.btn-white.btn-sm {
    padding: 3px 10px !important;
    margin-top: 10px;
}

.dashboard_page .centerBtn.StartBtn {
    margin-top: 20px;
}


/*-------------TAKING FROM HEADER START-----------------*/
.dashboard_page {
    margin: 100px 0;
}

.dashboard_menu li a {
    text-decoration: none;
    color: #282828;
}

.dashboard_menu li a {
    width: 100%;
    padding: 14px 10px;
    border: 1px solid #ebebeb;
    margin-bottom: 7px;
    border-radius: 5px;
    display: block;
}

.dashboard_menu li a.active {
    background: #006fb9;
}

.dashboard_menu a.active {
    color: #fff;
}
.dashboard_menu li a:hover {
    color: #fff;
    background: #006fb9;
}
.useraccount_div {
    border-left: 1px solid #c9c9c9;
    padding-left: 25px;
}
ul.userCourses {
    width: 100%;
}

ul.userCourses li span {
    float: left;
    margin-top: 17px;
}

ul.userCourses li a {
    float: right;
}

ul.userCourses li {
    /*border: 1px solid #ddd9d9;*/
    display: inline-block;
    width: 100%;
    padding: 7px 10px;
    /*box-shadow: 1px 1px 5px -1px #dbd8d8;*/
}
.cart_block a {
    position: fixed;
    right: 1em;
    bottom: 4em;
    width: 60px;
    height: 60px;
    background: #6ba546;
    border-radius: 50%;
    text-align: center;
    line-height: 69px;
    font-size: 24px;
    opacity: 0.8;
}

.cart_block span {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 12px;
    background: #0074ba;
    line-height: 16px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-weight: bold;
}

.cart_block a {
    color: #fff;
}
.top_section_banner
{
    display:none;
}
.head {
    padding: 20px 0;
}
.white_block {
    background: #fff;
    border-radius: 5px;
}
form.custom_form_style .btn {
    display: block;
    width: 100%;
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 0px;
    font-weight: 800;
    letter-spacing: 0px;
    border-radius: 5px;
}
a.altBtn.course_small_btn.resetBtn {
    width: 100%;
    text-align: center;
    padding: 17px;
    border-radius: 0 !important;
}
div#regulation {
    background: #fff;
    padding: 36px;
    margin-bottom: 20px;
    border-radius: 10px;
}

div#regulation h4 {color: #0f75bc;font-weight: bold;}

div#regulation ul li {
    list-style: inside !important;
    margin: 6px 0px;
}

div#regulation li span {
    color: #0f75bc;
    font-weight: bold;
}
div#regulation li i {
    font-style: normal;
    font-weight: bold;
    color: #6ba546;
}

div#regulation ul {
    margin: 30px 0;
}
/*-------------TAKING FROM HEADER END-----------------*/

section.mainbanner.about {
    padding-top: 230px;
    display: block;
    clear: both;
    background-position: bottom;
    margin-bottom: 50px;
}

section.mainbanner.about .caption {
    position: static;
}
h5 {
    font-weight: 700;
    font-size: 30px;
}
.aboutwrap h3 {
    font-size: 30px;
    font-weight: 900;
    color: #7fb552;
}

.aboutwrap strong {
    color: #00b0f0;
}
.aboutwrap h5 , .aboutwrap h5 * {
    color: #00b0f0;
    font-size: 23px;
    font-weight: 700;
}
img.sm-client {
    float: left;
    margin-right: 16px;
    margin-top: 30px;
}
img.sm-client.second {
    max-width: 120px;
}
/*----------------------CHAT CSS START---------------*/
.new_c_style_list li img {
    min-height: 329px;
    object-fit: cover;
}

.new_c_style_list li .btm_cat_txt {
    bottom: 40%;
}
section.faqs {
    padding: 40px 0;
    background-color: #005fad;
}

section.faqs h2 {
    color: #fff;
    margin-bottom: 30px;
}

section.faqs .panel-title a {
    display: block;
    background-color: white;
    padding: 15px;
    border: 0;
    font-weight: 700 !important;
    font-size: 18px;
    text-align: left;
    border-radius: 5px;
    margin-bottom: 0;
}

section.faqs .panel-heading {
    padding: 0;
    border: 0;
    box-shadow: unset !important;
}

.panel.panel-default {
    box-shadow: unset !important;
    border: 0;
}

section.faqs div#accordion {
    text-align: left;
}

section.faqs .panel-body {
    font-size: 16px;
    line-height: 1.6;
}
div#chat {
    position: absolute;
    background: #fff;
    width: 480px;
    height: 530px;
    padding: 0;
    right: 147px;
    overflow-y: auto!important;
    z-index: 9999;
    box-shadow: 0 0 18px rgb(0 0 0 / 21%);
    position: fixed;
    bottom: 40px;
    right: 125px;
    overflow: unset !important;
    border: 1px solid #ccccccb0;
}
div#chat{ display:none; }
div#flowchat {
    width: 100%;
    height: calc(100% - 80px);
    padding: 0;
}
div#hideChat {
    position: absolute;
    background: white;
    color: #000;
    z-index: 99999;
    cursor: pointer;
    border-radius: 78px;
    top: -15px;
    left: -15px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-weight: 700;
    line-height: 2.4;
    box-shadow: 0 0 18px rgb(47 48 48 / 18%);
}
.chathead {
    background-color: #f1602c;
    padding: 10px 20px;
    position: relative;
    padding-left: 90px;
    border-radius: 0;
}

.chathead img {
    position: absolute;
    left: 20px;
}

.chathead h4 {
    margin-top: 0;
    color: #fff;
    display: block;
    padding-top: 7px;
    margin-bottom: 0;
    line-height: 0.9;
}

.chathead p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
}
/*----------------------CHAT CSS END---------------*/
span.invalid-feedback {
    background: #ff6767;
    padding: 10px;
    margin-top: 10px;
    display: block;
    color: #fff;
}
ul.checkoutSummery li {
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
    margin-bottom: 5px;
    font-size: 16px;
    border-right: 1px solid #ccc;
    background-color: #f5f5f5;
}

html .form-control {
    height: 47px;
}
ul.checkout-meta label {
    padding: 10px;
    background-color: #e9e9e9;
    min-width: 130px;
    margin-bottom: 0;
    margin-right: 10px;
}

ul.checkout-meta {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

ul.checkout-meta li:last-child label {
    margin-bottom: 0;
}

ul.checkout-meta li {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}

ul.checkout-meta li:last-child {
    border-bottom: 0;
}
ul.course_cat_list li {    flex: 0 0 23%;    margin-bottom: 20px;}
ul.course_cat_list li img {    min-width: 100%;    min-height: 100%;}

@media only screen and (max-width : 767px) {
    div#chatboxContainer {
    position: fixed;
    width: 85%;
    bottom: 91px !important;
    right: 31px !important;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 18px rgb(0 0 0 / 21%);
    z-index: 99999;
}
    .section_tb_pads {
    padding: 3em 10px !important;
    text-align: center;
}
    html, body {
    overflow-x: hidden;
    width: 100% !important;
}
a.logo{
        margin-top: 8px;
    text-align: left !important;
}
ul.topinfo li{
       text-align: left !important 
}
ul.social {
    display: flex;
    align-content: stretch;
    justify-content: space-evenly;
}
    .txename{
        text-align:center;
    }
    .cart_block {display: block;}
    .head {    padding-top: 0;    text-align: center;}
    ul.navbar-nav.navbar.pull-right {    display: none;}
    .head {    padding-top: 0;    text-align: center;}
    ul.navbar-nav.navbar.pull-right {    display: none;}
    .caption h2 {font-size: 28px;margin-bottom: 10px;}
    .caption h6 {    display: none;}
    a.btn {    padding: 6px 16px;    font-size: 14px;}
    h2 {    font-size: 26px;}
    section.about p {    font-size: 15px;}
    section.choosecourse {padding: 0;text-align: center;padding-bottom: 30px;}
    section.choosecourse h2 {    clear: both;    display: block;}
    ul.course_cat_list li {flex: 0 0 48%;margin: 1%;}

    .center_cat_txt h4, .new_c_style_list li .btm_cat_txt h4 {font-size: 20px;}
    .choosebox {min-height: unset;margin-bottom: 20px;}
    a.btn.pull-right.pink {    float: none !important;    display: table;    margin: 0 auto;}
    section.approved p {    font-size: 15px;}
    /*div#chatBtn_block {    display: none;}*/
    section.reviews .revbox {    text-align: center;    margin-bottom: 15px;}
    .revthumb {    display: table;    margin: 0 auto 10px;}
    .revbox ul.rating {    display: table;    margin: 0 auto 10px;}
    .revbox ul.rating li {    display: inline-block;}
    footer {    text-align: center;}
    ul.footmenu li {
        width: 100%;
    }
    ul.topinfo li:first-child {    display: none;}

    ul.topinfo.pull-right {    width: 100%;    text-align: center;    display: block;}
    .fa.fa-bars{display: block !important;position: absolute;top: 38px;right: 16px;background-color: #0e76bf;font-size: 20px;padding: 5px 9px;color: #fff;z-index: 99;cursor: pointer;}
    ul.navbar-nav.navbar.pull-right {    position: absolute;    top: -70px;    background-color: #fff;
        right: 20px;    width: 230px;    box-shadow: 0px 4px 20px #0000002b;    padding: 5px;    border-radius: 5px;}

    ul.navbar-nav.navbar .btn {    padding: 6px 0 !important;    margin-bottom: 5px;    font-size:15px;}

    ul.navbar-nav.navbar li a {    font-size: 14px !important;    padding: 10px 0 !important;}
    .row_btm_space {    margin-bottom: 0;}
    .shadow_box.add_spaces {    padding: 15px;}
    ul.states_list li a {    padding: 10px 0;}
    ul.states_list li {    flex: 0 0  50%;}
    .style_btns .owl-prev {    left: -20px;}
    .style_btns .owl-next {    right: -20px;}
    ul.checkout-meta {    margin-top: 20px;}
    div#chat {    left: 0;    max-width: 95%;    right: 0;    margin: auto;}
    section.mainbanner.about {    padding: 70px 0 0;}

    .courseItem_new > a {    width: 100%;    text-align: center;}
    .courseItem_new > a img {    display: table;    margin: 0 auto;}
    .course_small_content {    text-align: center;}
    .courseItem_new {width: 260px;display: table;margin: 20px auto;padding-top: 10px;}
    html .course_small_content h3 {    height: unset !important;}
    section.login_section .style_row {    padding: 15px !important;}
    section.login_section form {    margin-top: 30px;}
    section.choosecourse h6 {    font-size: 20px;}
    .user_info_block {    text-align: center;}
    .cart_block a {    width: 60px;    height: 60px;}
    .cart_block span {    top: 0;    right: -1px;}
    .cart_block i {    top: -10px;    position: relative;}
    .center_cat_txt h4, .new_c_style_list li .btm_cat_txt h4 {    text-transform: uppercase;}
}

label.error {
    width: 100%;
    color: #fb0404;
    margin-top: 5px;
    margin-left: 5px;
}

input.error,select.error,textarea.error {
    border-color: #fb0404;
}
.cart_block a:hover {
    opacity: 1;
}


.quizQuestion {
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 4px;
}
.question > p {
    font-weight: 700;
    font-size: 19px;
}
.quizQuestion li span {
    font-weight: bold;
    font-size: 13px;
    padding-left: 5px;
}
span.tag {
    writing-mode: vertical-lr;
    text-orientation: upright;
    position: absolute;
    left: -5px;
    background-color: #6ba546;
    padding: 8px 0;
    font-weight: bold;
    letter-spacing: -2.9px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 20px;
    /*display: none;*/
}
span.tag:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid #005fad;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.course_small_content h6 {
    font-size: 16px;
}
.seminarDetails h4 {
    font-size: 16px;
}

#couponmodal .modal-content{
    background-image: url('../images/coupon-offer-bg1.jpg');
    padding: 40px 60px 30px;
    background-size: auto;
    padding-left: 20px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
#couponmodal .modal-dialog {
    width: 930px;
    margin-top: 120px;
}

div#couponmodal .modal-content {
    padding-right: 34em;
}

div#couponmodal h3 {
    font-size: 40px;
    font-weight: 900;
}

div#couponmodal p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}

#couponmodal button.close {
    z-index: 999;
    position: absolute;
    opacity: 1;
    right: -15px;
    top: -15px;
    border-radius: 50px;
    background-color: #fff;
}

/*timer*/

div#newcountdown {
    display: flex;
}

div#newcountdown span {
    font-size: 50px;
    font-weight: 800;
    color: #000;
    padding-top: 18px;
    padding-bottom: 10px;
    display:table;
    margin: 0 auto;
}
.about-text{
    margin-top: 90px !important;
}
div#newcountdown strong {
    clear: both;
    display: block;

}

div#newcountdown li {
    width: 80px;
    text-align: center;
    border: 3px solid #1079c6;
    margin-right: 10px;
    float:left
}

div#newcountdown li strong {
    color:#000 !important;
}
html .select2-container .select2-selection--single {
    height: 45px;
}

html .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}

html .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}
   .owl-nav .owl-prev, .owl-nav .owl-next {
            background-color: #0f75bc;
            color: white;
            border-radius: 50%;
            padding: 10px;
            margin: 5px;
        }
        
@media only screen and (max-width: 600px) {
html, body {
    overflow-x: hidden;
    width: 100% !important;
}
ul.social {
    display: flex;
    align-content: stretch;
    justify-content: space-evenly;
}
}



.office_data input, .office_data select.form-control {
    border: 1px solid #3da8f2;
    box-shadow: 0px 0px 10px #89b76b59;
}
.student_data input, .student_data textarea, .student_data select.form-control {
    border: 1px solid #44aff8;
    box-shadow: 0px 0px 10px #1079c64d;
}
.office_data strong {
    color: #ffffff;
    line-height: 28px;
    /* padding: 10px; */
    display: block;
    text-align: left;
    margin-bottom: 10px;
    /* background: #000000; */
    font-size: 18px;
}
.office_data  i {
  padding-left: 5px !important;
}
.office_data {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: linear-gradient(273deg, #1681d0, #4db8ff);
}
.office_data * {
    /* color: #fff; */
}
.office_data label,.student_data label {
    color: #fff;
}
.student_data i {
    padding-left: 5px !important;
}
.student_data {
    padding: 20px;
    background: linear-gradient(
273deg, #1681d0, #4db8ff);
    margin-bottom: 20px;
    border-radius: 10px;
}
.student_data strong {
    color: #ffffff;
    line-height: 28px;
    /* padding: 10px; */
    display: block;
    text-align: left;
    margin-bottom: 10px;
    /* background: #1c0000; */
    font-size: 18px;
}


/* Right column: allow scroll but hide scrollbars + stop horizontal bar */
.hn-right-scroll{
  overflow-y: auto;
  overflow-x: hidden;              /* ÃƒÂ¢Ã…â€œÃ¢â‚¬Â¦ bottom line (horizontal bar) remove */
  padding-right: 0 !important;     /* ÃƒÂ¢Ã…â€œÃ¢â‚¬Â¦ extra width issue fix */
}

/* ÃƒÂ¢Ã…â€œÃ¢â‚¬Â¦ Hide scrollbar - Chrome/Edge/Safari */
.hn-right-scroll::-webkit-scrollbar{
  width: 0;
  height: 0;
}

/* ÃƒÂ¢Ã…â€œÃ¢â‚¬Â¦ Hide scrollbar - Firefox */
.hn-right-scroll{
  scrollbar-width: none;           /* Firefox */
}

/* ÃƒÂ¢Ã…â€œÃ¢â‚¬Â¦ Hide scrollbar - IE/old Edge */
.hn-right-scroll{
  -ms-overflow-style: none;
}
/* Left column sticky */
.hn-left-sticky{
  position: sticky;
  top: 20px;              /* header ho to isko 80px / 100px kar dena */
  align-self: flex-start; /* important */
  height: fit-content;
}

/* Right column only scroll */
.hn-right-scroll{
  max-height: calc(100vh - 40px); /* viewport height minus top/bottom gap */
  overflow-y: auto;
  padding-right: 10px;            /* scrollbar space */
}

/* Optional: scroll smooth */
.hn-right-scroll{
  -webkit-overflow-scrolling: touch;
}

/* Mobile pe normal behavior */
@media (max-width: 767px){
  .hn-left-sticky{
    position: relative;
    top: 0;
  }
  .hn-right-scroll{
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}
    .student_data input, .student_data textarea, .student_data select.form-control {
    resize: none;
}