.ul_style1 li,
.ul_style2 li {
    text-align: justify;
    font-size: 16px;
}

.btn_style3,
.enquiry_form .title,
.header_menu li a,
.title1 {
    text-transform: uppercase;
}

.benefits_sba .cols,
.blog_author_content,
.btn_style3,
.centered_sec,
.contact_info .box_type1 .left,
.list_style1 .item,
.social_icons li a,
.testimonial .item .left,
.title_brand {
    text-align: center;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    background-color: #fff;
}

h1,
h2 {
    font-weight: 800;
}

h1 {
    font-size: 42px;
    margin-bottom: 16px;
    color: #222;
}

h2 {
    font-size: 38px;
    margin-bottom: 24px;
}

h3 {
    font-weight: 700;
    font-size: 25px;
}

.title1 {
    background-color: #111;
    padding: 4px 22px 4px 12px;
    display: inline-block;
    position: absolute;
    top: -15px;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 28px;
    color: #0079b5;
}

.title_cover {
    position: relative;
    padding-bottom: 35px;
}

.title_cover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 1px;
    border-top: 1px solid #888;
}

.title1:before {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    border-bottom: 41px solid #111;
    border-right: 22px solid transparent;
}

.header_menu .has-sub,
.header_menu li a,
.owl-carousel.type1 .item .left .image,
.title2 span,
.ul_style li,
.ul_style li a,
.ul_style2,
.ul_style2 li,
header .search-container {
    position: relative;
}

.enquiry_form.open,
.title1.right {
    right: 0;
}

.title1.right:before {
    left: inherit;
    border-right: inherit;
    right: 100%;
    border-bottom: 41px solid #111;
    border-left: 22px solid transparent;
}

.title2 span:after,
.ul_style li a:before,
.ul_style2 li:after,
.ul_style2 li:before,
.ul_style2:before {
    position: absolute;
    content: "";
}

.title2 span:after {
    left: 0;
    right: 0;
    bottom: 11px;
    height: 10px;
    background-color: #0062cc;
    background-image: linear-gradient(to right, #0062cc, #093fa7);
    z-index: -1;
}

h4 {
    font-weight: 400;
    margin-bottom: 12px;
}

.contact_info a:hover,
.header_menu li a.active,
.header_menu li a:hover,
.theme_color2,
.title_brand b,
.ul_style1.style3 a:hover,
a,
footer a:hover {
    color: #f8a537;
}

input:focus {
    outline: 0;
}

img {
    max-width: 100%;
}

::placeholder {
    color: #888;
    font-size: 90%;
}

:-ms-input-placeholder {
    color: #888;
    font-size: 90%;
}

::-ms-input-placeholder {
    color: #888;
    font-size: 90%;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

a:hover {
    text-decoration: none;
    color: #0079b5;
}

.container {
    max-width: 1300px;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.ul_style li a {
    color: #fff;
    padding: 6px 20px;
    display: inline-block;
    right: 0;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.ul_style li a:hover {
    right: -2px;
    color: #f8a537;
}

.ul_style li a:before {
    left: 0;
    top: 21px;
    width: 12px;
    border-top: 1px solid #f8a537;
}

.ul_style li a:hover:before {
    border-color: #f8a537;
}

ul.half_width {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.half_width li {
    width: 50%;
    padding-right: 8px;
}

.ul_style1 li {
    background-image: url(../images/tick.png);
    background-size: 16px;
    background-repeat: no-repeat;
    padding: 0 0 0 24px;
    margin-top: 14px;
    background-position: 0 5px;
}

.ul_style2 li {
    padding: 0 !important;
}

.ul_style2:before {
    left: 0;
    top: 0;
}

.ul_style2 li:before {
    left: 14px;
    top: 18px;
    border-radius: 5px;
    width: 8px;
    height: 8px;
    background-color: #aaa;
}

.ul_style2 li:after {
    top: 20px;
    bottom: -20px;
    border-left: 1px solid #aaa;
    left: 18px;
}

.ul_style2 li:hover:before {
    background-color: #f8a537;
}

.ul_style2 li:hover:after {
    border-left-color: #f8a537;
}

.header_menu .header_top,
.key_points>div:nth-child(2),
.mob_img,
.ul_style2 li:last-child:after {
    display: none;
}

header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99991;
    border-bottom: 1px solid #ddd;
    min-height: 84px;
}

header .logo {
    padding: 12px 0;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.header_row {
    -ms-display: flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.header_row .logo_block {
    width: 270px;
    display: block;
}

.header_menu>ul {
    -ms-display: flex;
    display: flex;
}

.header_menu li {
    margin-left: 24px;
}

.header_menu .has-sub li,
.social_icons li:first-child {
    margin-left: 0;
}

.header_menu li a {
    padding: 12px 8px;
    display: block;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    border-width: 0;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.header_menu .has-sub>ul>li>a {
    background-color: #f0f5fb;
    margin-left: 5px;
    color: #222;
    border-radius: 4px;
    font-weight: 600 !important;
}

.header_menu>ul>li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #0079b5;
    width: 0;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.header_menu .has-sub>ul {
    position: absolute;
    text-align: left;
    width: 700px;
    left: 50%;
    top: 200%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 3px 16px #ddd;
    -ms-transition: top 0.3s;
    transition: top 0.3s;
    padding: 12px 15px;
    border-radius: 12px;
    margin: 0 -10px;
}

.header_menu .has-sub>ul:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 5px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}

.header_menu .has-sub>ul li {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.header_menu .has-sub>ul>li {
    margin-top: 8px;
}

.header_menu .has-sub>ul li a {
    padding: 10px 32px !important;
    position: relative;
    left: 0;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.header_menu li a.highlighted {
    color: #0056d2;
    border-radius: 4px;
    text-transform: capitalize;
    border: 2px solid #0056d2;
    padding: 8px;
}

.header_menu li a.highlighted.active,
.header_menu li a.highlighted:hover {
    color: #fff;
    background-color: #0056d2;
}

.header_menu .has-sub>ul li a img {
    width: 20px;
    position: absolute;
    left: 5px;
    top: 13px;
}

.header_menu .has-sub:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 1;
}

.header_menu .input-group {
    max-width: 200px;
    margin-left: 15px;
    display: none;
}

.header_menu .form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #ced4da;
}

.header_menu .dropdown-toggle {
    line-height: 0;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 3px;
    font-size: 15px;
}

header.fixed {
    border-bottom: 1px solid #ddd;
}

header.fixed .logo {
    max-width: 170px;
    padding: 14px 0;
}

header.fixed .header_menu li a {
    font-size: 16px;
    padding: 8px 0;
}

header.fixed .header_menu ul li a {
    font-size: 15px;
    padding: 8px 10px;
}

.header_menu .has-sub ul ul li {
    float: none;
    width: 100%;
    padding-top: 0;
}

.header_menu .has-sub ul ul li a {
    font-size: 15px;
    text-align: left;
    padding-top: 0;
}

.header_parent {
    -ms-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    -ms-transition: 0.3s;
    transition: 0.3s;
    justify-content: flex-end;
}

.header_top .btn_cols {
    display: flex;
    justify-content: flex-end;
}

.header_top .btn_cols a {
    text-transform: lowercase;
    font-weight: 400;
    color: #888;
}

header input[type="text"] {
    padding: 6px;
    font-size: 17px;
    border: none;
}

header .search-container input {
    background-color: transparent;
    border-bottom: 1px solid #888;
}

header .search-container button {
    float: right;
    padding: 6px 10px;
    background: 0 0;
    color: #888;
    font-size: 17px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    margin: 0;
}

header .search-container button:hover {
    background: #ccc;
}

header+section {
    padding-top: 98px;
}

.banner_section {
    padding: 150px 0;
    margin-bottom: 100px;
    background: url(../images/sba_banner7.jpg) 0 0 / cover no-repeat;
    position: relative;
}

.banner_section p,
.banner_section1 p {
    font-size: 20px;
    line-height: 1.4;
}

.banner_section .btn_style1,
.form-control:focus {
    box-shadow: none;
}

.banner_section1 {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    margin-bottom: 0;
}

.banner_section1:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transform-origin: 100% 100%;
    transform: skewX(-15deg);
    background-color: #1d6de1;
    width: 50%;
}

.banner_section1:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #1d6de1;
    width: 100%;
    height: 10px;
}

.centered_block {
    max-width: 1150px;
    margin: auto;
    background-color: #0056d2;
    padding: 60px;
    border-radius: 16px;
    box-shadow: 0 15px 24px rgb(36 36 36 / 15%), 0 28px 44px rgb(56 56 56 / 15%);
    color: #fff;
    font-size: 20px;
}

.btn_style1,
.btn_style2 {
    color: #fff;
    box-shadow: 0 2px 4px #ccc;
    -ms-transition: 0.3s;
    display: inline-block;
}

.big_font {
    font-size: 56px;
    margin: 0;
    line-height: 1;
    position: absolute;
}

.section_space {
    margin: 5% 0;
}

.section_padd {
    padding: 50px 0;
}

.section_bg1 {
    background-color: #f0f5fb;
}

.btn_style1 {
    background-color: #0056d2;
    border: 2px solid transparent;
    padding: 10px 24px;
    margin-top: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: 0.3s;
}

.btn_style1:hover {
    background-color: #fff;
    color: #0056d2;
    border-color: #0056d2;
}

.btn_style2 {
    background-color: #f8a537;
    border: 1px solid transparent;
    padding: 6px 24px;
    width: 100%;
    font-weight: 90%;
    border-radius: 4px;
    transition: 0.3s;
}

.blog_author,
.btn_style3,
.price {
    font-weight: 500;
}

.btn_style2:hover {
    background-color: #fff;
    color: #f8a537;
    border: 1px solid #f8a537;
}

.btn_style3 {
    background-color: #0056d2;
    color: #fff;
    border: 2px solid transparent;
    display: block;
    padding: 8px 16px;
    margin-top: 16px;
    border-radius: 4px;
    font-size: 16px;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.enquiry_form .dropdown-toggle {
    margin-left: 5px;
}

.enquiry_form .title {
    position: absolute;
    right: 100%;
    background-color: #f8a537;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 12px;
    z-index: 1;
    cursor: pointer;
    line-height: 1;
    top: 36px;
    margin-right: -37px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: none;
}

.pre_footer {
    max-width: 1100px;
    border-radius: 8px;
    background-color: #f0f5fb;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.get_started {
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding: 5%;
    color: #222;
}

.get_started:before {
    content: "";
    position: absolute;
    left: -50px;
    top: -10px;
    background-color: #cfebec;
    height: 90px;
    width: 150px;
    border-radius: 150px 150px 0 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: -1;
}

.contact_info a,
.get_started h2,
.md-accordion .card .card-header a {
    color: #222;
}

.course_list .items {
    border: 1px solid #f0f5fb;
    display: block;
    color: #222;
    box-shadow: 0 10px 20px rgb(36 36 36 / 5%);
    margin-top: 32px;
    -ms-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    border-radius: 8px;
}

.become_instructor img,
.course_list .items:hover {
    box-shadow: 0 10px 20px rgb(36 36 36 / 15%);
}

.course_list .items:hover .btn_style3 {
    background-color: #0056d2;
    color: #fff;
}

.course_list .items:hover h3,
.owl-carousel.type1 .item .right b,
.testimonial .item .right b,
.theme_color1 {
    color: #0056d2;
}

.course_list .items .image {
    overflow: hidden;
}

.course_list .items img {
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.course_list .items:hover .image img {
    transform: scale(1.09, 1.09);
}

.course_list .items p {
    font-size: 16px;
    margin-bottom: 8px;
}

.course_list .items .inner_block {
    padding: 16px;
    position: relative;
}

.course_list .items .inner_block:before {
    content: "";
    width: 5px;
    height: 35px;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 0;
}

.course_list .items .inner_block.color1:before {
    background-color: #ff8c90;
}

.course_list .items .inner_block.color2:before {
    background-color: #a686f1;
}

.course_list .items .inner_block.color3:before {
    background-color: #00d8c0;
}

.course_list .items .inner_block .duration {
    color: #222;
    font-weight: 500;
    background-color: #f8f8f8;
    padding: 4px 6px;
    border-radius: 4px;
    display: inline-block;
}

.course_list .items .inner_block .ratings {
    position: absolute;
    margin-left: 15px;
}

.key_points>div,
.testimonial .item .left .content {
    margin-left: 20px;
}

.course_list .items .inner_block .duration img {
    margin-top: -3px;
    width: 16px;
    margin-right: 6px;
}

.course_list .items ul li {
    margin-top: 5px;
}

.centered_sec {
    max-width: 800px;
    margin: 0 auto 36px;
}

.centered_sec1,
.centered_sec2,
.testimonial_sec {
    margin-left: auto;
    margin-right: auto;
}

.centered_sec1 {
    max-width: 1200px;
}

.centered_sec2 {
    max-width: 900px;
}

.testimonial_sec {
    max-width: 800px;
}

.owl-carousel.type1 .item {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.owl-carousel.type1 .item .left {
    overflow: hidden;
    margin-right: 30px;
    text-align: center;
    flex: 0 0 173px;
    max-width: 173px;
}

.owl-carousel.type1 .item .left img {
    border-radius: 50%;
    width: 380px;
}

.owl-carousel.type1 .item .left .image:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 5px;
    bottom: -36px;
    border: 20px solid transparent;
    border-top-color: #cfebec;
    z-index: -1;
}

.owl-carousel.type1 .item .left .name {
    color: #222;
    font-weight: 800;
    display: block;
    margin-top: 24px;
}

.owl-carousel.type1 .item .left .desig {
    color: #222;
    font-weight: 400;
    display: block;
    font-size: 14px;
    line-height: 1.3;
}

.owl-carousel.type1 .item .right {
    margin-top: -30px;
    position: relative;
}

.owl-carousel.type1 .right:before {
    content: "";
    position: absolute;
    top: -25px;
    right: 40px;
    background-image: url(../images/quote_icon.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
}

.become_instructor {
    padding-bottom: 80px;
}

.become_instructor .left_bg {
    padding-left: 70px;
    position: relative;
}

.become_instructor .left_bg:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -75px;
    width: 250px;
    height: 250px;
    background-color: #0056d2;
    border-radius: 50%;
    z-index: -1;
}

.key_points {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.key_points>div {
    display: inline-block;
    border-left: 2px solid #ccc;
    padding-left: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.key_points>div:first-child {
    padding-left: 0;
    margin-left: 0;
    border: none;
}

.key_points div b {
    display: block;
}

.key_points del {
    font-size: 14px;
    color: #888;
}

.course_enroll {
    background-color: #f0f5fb;
    border-radius: 4px;
    box-shadow: 2px 6px 4px #ddd;
}

.course_enroll .name {
    font-size: 20px;
    font-weight: 800;
    margin: 6px 0;
}

.benefits_sba,
.blog_author_content .content,
.course_details,
.font_reduce,
.font_reduce p {
    font-size: 16px;
}

.course_enroll .inner_block {
    padding: 15px 20px;
}

.sticky_course {
    position: -webkit-sticky;
    position: sticky;
    top: 95px;
}

.sticky_course .key_points {
    padding-top: 0;
}

.courses_menu {
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 84px;
    border-bottom: 1px solid #f0f5fb;
    background-color: #fff;
    z-index: 9;
}

.courses_menu li a {
    display: block;
    padding: 10px 0 5px;
    color: #222;
    font-size: 17px;
    font-weight: 600;
}

.courses_menu li a.active,
.courses_menu li a:hover {
    color: #f8a537;
    border-bottom: 2px solid #f8a537;
}

.course_details h2,
.course_details h3 {
    margin: 32px 0 16px;
    font-size: 25px;
    font-weight: 700;
}

.course_details hr {
    margin-top: 36px;
    border-color: #cfebec;
}

.benefits_sba {
    display: flex;
    margin: 50px 0;
}

.box_type1,
.single-input-field {
    margin-top: 24px;
}

.benefits_sba .cols {
    border: 1px solid #cfebec;
    padding: 25px 15px;
    margin: 0 4px;
    border-radius: 4px;
    border-top: 4px solid #0056d2;
    box-shadow: 0 12px 16px #eee;
    width: 33.33%;
}

.benefits_sba .cols:nth-child(2n) {
    border-top: none;
    border-bottom: 4px solid #0056d2;
}

.benefits_sba .cols h5 {
    font-weight: 800;
    font-size: 20px;
    margin-top: 16px;
}

.blog_author_content .name,
.card-header h5,
footer h4 {
    font-weight: 600;
}

.benefits_sba .cols p {
    line-height: 1.4;
    font-size: 15px;
    margin: 0;
}

.title_brand {
    font-size: 30px;
}

.title_brand:after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: #f0f5fb;
    border-radius: 50%;
    margin-left: -100px;
    z-index: -9;
    margin-top: -50px;
}

.box_type1 {
    display: -ms-flex;
    display: flex;
}

.contact_info .box_type1 {
    margin-top: 12px;
}

.box_type1 .left {
    margin-right: 15px;
    -ms-flex: 0 0 40px;
    flex: 0 0 35px;
}

.box_type1 .right h5 {
    font-weight: 600;
    font-size: 16px;
}

.box_type1 .right p {
    font-size: 16px;
    color: #777;
    margin: 0;
    line-height: 1.4;
}

.box_type1 .fas {
    font-size: 20px;
    color: #f8a537;
}

.card {
    border: 0;
}

.card-header h5 {
    font-size: 16px;
}

.card-body {
    padding: 0 0 1.25rem;
    color: #777;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.md-accordion .card:first-of-type,
.md-accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #e0e0e0;
}

.md-accordion .card .card-header {
    padding: 1.25rem 0;
    background: 0 0;
    border-bottom: 0;
}

.md-accordion .card .fa-angle-down {
    float: right;
}

.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.form_style1 .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #cfebec;
    padding: 5px 0;
    min-height: 50px;
}

.instructor_form {
    padding: 15px 20px;
    border: 1px solid #cfebec;
    border-radius: 4px;
    box-shadow: 0 6px 8px #ddd;
}

footer {
    background-image: url("../images/footer_bg.png");
    background-color: #050505;
    padding-top: 80px;
    margin-top: -50px;
    font-size: 16px;
    color: #fff;
    padding-bottom: 53px;
}

footer a {
    color: #fff;
    display: block;
}

footer .course_list a {
    display: inline-block;
}

footer .col {
    margin-bottom: 24px;
}

footer h4 {
    color: #f8a537;
}

.social_icons {
    display: -ms-flex;
    display: flex;
}

.social_icons li a {
    padding: 4px 8px;
    display: block;
    font-size: 16px;
    border: 1px solid #888;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.bg_box:before,
.blog_author .img img,
.blog_author_content .img img,
.list_style1 .item .img_icon>img,
.testimonial .item .left img {
    border-radius: 50%;
}

.social_icons li {
    margin-left: 12px;
}

.social_icons li a:hover {
    color: #f8a537;
    border-color: #f8a537;
}

.copyrights {
    background-color: #222;
    font-size: 15px;
    color: #888;
    padding: 15px 0;
}

.bg_box,
.tag_style1 {
    background-color: #f8a537;
}

.bg_box {
    border-radius: 4px;
    padding: 50px 25px 25px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.bg_box img {
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
}

.bg_box h4 {
    width: 100%;
    font-weight: 700;
}

.bg_box:before {
    content: "";
    background-color: #ffc77e;
    position: absolute;
    right: -30px;
    top: -30px;
    width: 100px;
    height: 100px;
}

.opacity_7 {
    opacity: 0.7;
}

#particles-js {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60%;
}

.sticky_course .ul_style1 li {
    margin-top: 0;
}

.errors {
    color: red;
    font-size: 14px;
}

.tag_style1 {
    border-radius: 15px;
    padding: 6px 12px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
}

.separate_hr {
    position: relative;
    padding: 20px 0 15px;
}

.separate_hr:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 54%;
    border-top: 1px solid #ccc;
}

.separate_hr b {
    background-color: #fff;
    position: relative;
    padding: 0 10px;
}

.gallery_list .item {
    background-color: #f0f5fb;
    margin-bottom: 35px;
    box-shadow: 1px 2px 12px #ddd;
    border-radius: 4px;
}

.gallery_list .item p {
    font-size: 16px;
    padding: 14px 15px;
}

.testimonial .item {
    background-color: #f0f5fb;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 40px;
    height: 90%;
}

.testimonial .item .left {
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 15px;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.testimonial .item .left .image {
    position: relative;
    flex: 0 0 80px;
    max-width: 80px;
}

.testimonial .item .left .image:before {
    display: none;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 5px;
    bottom: -36px;
    border: 20px solid transparent;
    border-top-color: #cfebec;
    z-index: -1;
}

.testimonial .item .left .name {
    color: #222;
    font-weight: 800;
    display: block;
    margin-bottom: 4px;
    text-align: left;
}

.testimonial .item .left .desig {
    color: #222;
    font-weight: 400;
    display: block;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
}

.testimonial .item .right {
    position: relative;
    font-size: 16px;
}

.list_style1 .item .img_icon {
    display: inline-block;
    position: relative;
}

.list_style1 .item .img_icon .icon {
    position: absolute;
    display: block;
    right: -20px;
    bottom: 40px;
    width: auto;
    height: auto;
}

.list_style1 .item h5 {
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 2px;
}

.list_style1 .item p {
    font-size: 16px;
    margin: 0;
}

.table_style1 {
    margin: 0 0 24px;
    display: table;
}

.table_style1 thead {
    background-color: #fdd333;
}

.table_style1 td {
    background-color: #fff;
}

.table_style1.table thead th {
    border-bottom: none;
}

.table_style1.table td,
.table_style1.table th {
    padding: 0.7rem;
}

.table_style1.table td p:last-child {
    margin-bottom: 0;
}

.table_style1 th {
    color: #fff;
    background-color: #585858;
}

.table_style1.table-striped td {
    background-color: transparent;
}

.table_style1 p {
    line-height: 1.2;
    margin-bottom: 4px;
    text-align: left;
}

.table td,
.table th {
    border: 1px solid #ddd;
}

.sticky_course.style1 {
    padding: 20px;
    background-color: #f0f5fb;
    border-radius: 4px;
    box-shadow: 2px 6px 4px #ddd;
}

.ul_style1.style3 a {
    color: #212529;
}

.ul_style1.style3 li {
    margin-bottom: 5px;
    text-align: left;
}

.footer_bottom {
    background-color: #111;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 91;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.footer_bottom.active {
    opacity: 1;
    visibility: visible;
}

.footer_bottom ul,
.footer_bottom ul li {
    display: flex;
    align-items: center;
}

.footer_bottom ul li a {
    padding: 15px;
    display: inline-block;
    font-size: 14px;
}

.footer_bottom ul li i {
    margin-right: 4px;
    color: #f8a537;
}

.modal {
    z-index: 99991;
}

.go_to_section {
    background-color: #f1f1f1;
    padding: 15px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.go_to_section ul li a {
    color: #111;
}

.blog_author {
    display: flex;
    align-items: end;
    font-size: 15px;
    flex-wrap: wrap;
}

.blog_author .img {
    width: 30px;
}

.blog_author .name {
    margin-left: 3px;
}

.blog_author .published_date {
    margin-left: 20px;
    margin-right: 20px;
}

.blog_author_content {
    padding: 40px;
    background-color: #f0f5fb;
    border-radius: 4px;
}

.blog_author_content .img {
    max-width: 70px;
    display: inline-block;
    margin-bottom: 10px;
}

.blog_author_content .name_bottom {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.rating_section span {
    margin-right: 10px;
    font-size: 16px;
}

.rating_section a,
.rating_section i {
    color: #0056d2;
    font-size: 18px;
    margin-right: 3px;
}

.five_star_rating {
    /*display: none;*/
}

.five_star_rating .ratings_count {
    font-size: 16px;
    margin-left: 3px;
}

/* START FROM HERE */

[data-star] {
    text-align: left;
    font-style: normal;
    display: inline-block;
    position: relative;
    unicode-bidi: bidi-override;
}

[data-star]::before {
    display: block;
    content: '★★★★★';
    color: #eee;
}

[data-star]::after {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    width: 0;
    color: #ff8c00;
    overflow: hidden;
    height: 100%;
}

[data-star^="0.1"]::after {
    width: 2%
}

[data-star^="0.2"]::after {
    width: 4%
}

[data-star^="0.3"]::after {
    width: 6%
}

[data-star^="0.4"]::after {
    width: 8%
}

[data-star^="0.5"]::after {
    width: 10%
}

[data-star^="0.6"]::after {
    width: 12%
}

[data-star^="0.7"]::after {
    width: 14%
}

[data-star^="0.8"]::after {
    width: 16%
}

[data-star^="0.9"]::after {
    width: 18%
}

[data-star^="1"]::after {
    width: 20%
}

[data-star^="1.1"]::after {
    width: 22%
}

[data-star^="1.2"]::after {
    width: 24%
}

[data-star^="1.3"]::after {
    width: 26%
}

[data-star^="1.4"]::after {
    width: 28%
}

[data-star^="1.5"]::after {
    width: 30%
}

[data-star^="1.6"]::after {
    width: 32%
}

[data-star^="1.7"]::after {
    width: 34%
}

[data-star^="1.8"]::after {
    width: 36%
}

[data-star^="1.9"]::after {
    width: 38%
}

[data-star^="2"]::after {
    width: 40%
}

[data-star^="2.1"]::after {
    width: 42%
}

[data-star^="2.2"]::after {
    width: 44%
}

[data-star^="2.3"]::after {
    width: 46%
}

[data-star^="2.4"]::after {
    width: 48%
}

[data-star^="2.5"]::after {
    width: 50%
}

[data-star^="2.6"]::after {
    width: 52%
}

[data-star^="2.7"]::after {
    width: 54%
}

[data-star^="2.8"]::after {
    width: 56%
}

[data-star^="2.9"]::after {
    width: 58%
}

[data-star^="3"]::after {
    width: 60%
}

[data-star^="3.1"]::after {
    width: 62%
}

[data-star^="3.2"]::after {
    width: 64%
}

[data-star^="3.3"]::after {
    width: 66%
}

[data-star^="3.4"]::after {
    width: 68%
}

[data-star^="3.5"]::after {
    width: 70%
}

[data-star^="3.6"]::after {
    width: 72%
}

[data-star^="3.7"]::after {
    width: 74%
}

[data-star^="3.8"]::after {
    width: 76%
}

[data-star^="3.9"]::after {
    width: 78%
}

[data-star^="4"]::after {
    width: 80%
}

[data-star^="4.1"]::after {
    width: 82%
}

[data-star^="4.2"]::after {
    width: 84%
}

[data-star^="4.3"]::after {
    width: 86%
}

[data-star^="4.4"]::after {
    width: 88%
}

[data-star^="4.5"]::after {
    width: 90%
}

[data-star^="4.6"]::after {
    width: 92%
}

[data-star^="4.7"]::after {
    width: 94%
}

[data-star^="4.8"]::after {
    width: 96%
}

[data-star^="4.9"]::after {
    width: 98%
}

[data-star^="5"]::after {
    width: 100%
}

@media screen and (max-width: 1200px) {

    .header_menu .parent,
    .header_menu>ul,
    .mob_logo,
    .res-but {
        display: block;
    }

    .banner-content-bg,
    .header_menu,
    .header_menu .has-sub ul:after,
    .header_menu .has-sub ul:before,
    .header_menu .input-group,
    .header_menu li a.highlighted,
    .header_top,
    .logo_txt {
        display: none;
    }

    .header_menu li a {
        color: #555;
        font-size: 16px;
    }

    .menu .dropdown-toggle {
        padding: 16px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 7px;
    }

    .res-but:after,
    .res-but:before {
        right: 20px;
        display: block;
        width: 20px;
        content: "";
    }

    .banner p,
    .header_menu .parent .primary a,
    body,
    header ul li a {
        font-size: 16px;
    }

    .header_menu {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        overflow-y: auto;
        min-width: 260px;
        padding-top: 40px;
        background-color: #fff;
        z-index: 991;
        margin: 0;
        text-align: left;
        box-shadow: 0 3px 28px rgba(0, 0, 0, 0.2);
    }

    .header_top,
    .res-but,
    .res-but:after,
    .res-but:before {
        position: absolute;
    }

    .header_menu .left,
    .header_menu .left li,
    .header_menu .right,
    .header_menu .right li {
        float: none;
        margin: 0;
    }

    .header_menu .has-sub ul {
        position: relative;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        left: 0;
        width: 100%;
        display: none;
        border-top: none;
        background-color: #fff;
    }

    .header_menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-left: 0;
    }

    .header_menu .dropdown-toggle {
        float: right;
        padding: 8px;
        line-height: 0;
        cursor: pointer;
    }

    .header_menu .parent .has-sub ul li {
        background-color: #3e3e3e;
    }

    .header_menu a.current .dropdown-toggle {
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .header_menu ul li {
        float: none;
    }

    .header_menu ul li a {
        padding: 12px 14px;
        border-bottom: 1px solid transparent;
    }

    .header_menu li a.active,
    .header_menu li a:hover {
        color: #0a5bff;
        font-weight: 500;
        background-color: #f2f6fa;
    }

    .header_menu .parent .primary a:hover,
    .header_menu ul li a:hover {
        -ms-transform: none;
        transform: none;
        border-bottom: 1px solid;
    }

    .res-but {
        width: 60px;
        height: 48px;
        right: 0;
        top: 25px;
        cursor: pointer;
        z-index: 10000;
    }

    .res-but:after {
        top: 22px;
        height: 8px;
        border-top: 2px solid #0095da;
        border-bottom: 2px solid #0095da;
    }

    .res-but.menu-opened:after,
    .res-but:before {
        transition: 0.3s;
        height: 2px;
        background: #0095da;
    }

    .res-but:before {
        top: 16px;
    }

    .res-but.menu-opened:after {
        top: 3px;
        border: 0;
        width: 19px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .res-but.menu-opened:before {
        top: 3px;
        background: #0095da;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .about_sec i {
        font-size: 18px;
        margin: 16px 0;
    }

    .section_padd {
        padding: 30px 0;
    }

    .section_space {
        margin: 30px 0;
    }

    .owl-carousel.type1 .right img {
        width: 80px;
        height: 80px;
    }

    .stripe_pattern1:after {
        width: 160px;
        height: 80px;
        background-size: 100%;
    }

    .about_sec {
        padding: 0;
        margin-bottom: 15px;
    }

    .img_blk_style1 .cols.active {
        margin-top: 55px;
    }

    .stripe_pattern1:before {
        width: 150px;
        height: 40px;
    }

    .social_icons li a {
        height: 32px;
    }

    .stripe_sec h3 {
        margin-bottom: 24px;
    }

    .btn_style2 {
        padding: 4px 24px;
        font-size: 17px;
    }

    footer h4 {
        margin-bottom: 12px;
        font-size: 18px;
    }

    footer {
        font-size: 15px;
        padding-top: 90px;
    }

    footer a {
        padding: 2px 0;
    }

    .copyrights {
        padding: 10px 0;
        margin-top: 10px;
    }

    .img_style1 .item h4 {
        padding: 12px 8px;
        font-size: 18px;
        text-shadow: none;
        opacity: 1;
        bottom: 0;
    }

    .img_style1 .item h4:before {
        -ms-transition: 0.3s;
        transition: 0.3s;
        bottom: 0;
    }

    .stripe_pattern1 {
        margin-top: 40px;
        padding-top: 40px !important;
    }

    .centered_sec {
        margin: 0 auto 16px;
    }

    .header_top {
        top: 24px;
        right: 50px;
    }

    .col-md-6>h3 {
        margin-top: 20px;
    }

    .header_menu .has-sub>ul>li>a {
        border-top: 1px solid #f0f5fb;
        background-color: #fff;
    }

    .big_font {
        font-size: 47px;
    }

    .centered_block {
        font-size: 18px;
    }

    h3 {
        font-size: 21px;
    }

    .ul_style1 li {
        font-size: 15px;
        text-align: left;
    }

    h2 {
        font-size: 28px;
    }

    .owl-carousel.type1 .item .left img {
        width: 260px;
    }

    .btn_style1 {
        padding: 6px 20px;
    }

    .banner_section {
        background-position: top left -60px;
        padding: 80px 0;
        margin-bottom: 50px;
    }

    h1 {
        font-size: 34px;
    }

    .header_row .logo_block {
        width: 220px;
    }

    header+section {
        padding-top: 84px;
    }

    .header_menu .has-sub>ul {
        transform: none;
        margin: 0;
        padding: 0;
    }

    .header_menu .has-sub>ul>li {
        margin-top: 0;
        padding: 0;
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .banner_section {
        background: 0 0;
        padding: 60px 80px 20px 5px;
    }

    .banner_section p,
    .banner_section1 p {
        font-size: 16px;
    }

    .big_font {
        font-size: 38px;
    }

    .big_font_section {
        min-height: 70px;
    }

    .course_list .items {
        margin-top: 24px;
    }

    .become_instructor .left_bg {
        padding-left: 0;
        margin-bottom: 16px;
    }

    .banner_section1 .col-md-6 img,
    .become_instructor .left_bg:before,
    .get_started_img {
        display: none;
    }

    h2 {
        margin-bottom: 16px;
    }

    .become_instructor {
        padding-bottom: 20px;
    }

    .owl-carousel.type1 .right:before {
        top: -5px;
        right: 10px;
    }

    .banner_section1 {
        padding: 40px 0;
    }

    .benefits_sba {
        margin: 20px 0;
        flex-wrap: wrap;
    }

    .benefits_sba .cols {
        margin: 10px 1%;
        width: 48%;
    }

    .courses_menu {
        top: 73px;
    }

    .courses_menu li a {
        font-size: 15px;
    }

    .mob_img {
        display: block;
    }
}

@media screen and (max-width: 600px) {

    header .search-container button,
    header a,
    header input[type="text"] {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }

    header input[type="text"] {
        border: 1px solid #ccc;
    }

    .header_row .logo_block {
        width: 200px;
        padding: 0;
    }

    .big_font_section {
        min-height: 110px;
    }

    .centered_block {
        padding: 25px;
        font-size: 16px;
    }

    .big_font {
        font-size: 44px;
    }

    header+section {
        padding-top: 80px;
    }

    .benefits_sba .cols {
        margin: 10px 0;
        width: 100%;
        border-top: none;
        border-bottom: 4px solid #0056d2;
    }

    ul.half_width li {
        width: 100%;
    }

    .banner_section {
        padding: 60px 30px 20px 5px;
    }

    .owl-carousel.type1 .item {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .owl-carousel.type1 .item .right {
        margin-top: 0;
    }

    .owl-carousel.type1 .item .left img {
        width: 160px;
    }

    .footer_bottom ul li.mobile,
    .owl-carousel.type1 .right:before {
        display: none;
    }

    h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 22px;
    }

    .big_font {
        font-size: 30px;
    }

    .big_font_section {
        min-height: 80px;
    }

    .banner p,
    .box_type1 .right h5,
    .box_type1 .right p,
    .card-header h5,
    .header_menu .parent .primary a,
    body,
    header ul li a {
        font-size: 15px;
    }

    .centered_block {
        padding: 20px;
        font-size: 15px;
    }

    footer .col {
        flex-basis: 100%;
    }

    .footer_logo,
    .key_points>div:last-child {
        display: none;
    }

    .courses_menu li a {
        font-size: 13px;
    }

    .box_type1 {
        margin-top: 16px;
    }

    p {
        margin-bottom: 10px;
    }

    .banner_section1:before {
        width: 10%;
    }

    .banner_section1 p {
        font-size: 15px;
        /*text-align: justify;*/
    }

    .title_brand:after {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-left: -40px;
        margin-top: -60px;
    }

    .res-but {
        top: 27px;
    }

    .res-but.menu-opened {
        top: 17px;
    }

    .single-input-field {
        margin-top: 10px;
    }

    .owl-carousel.type1 .item .left .desig {
        margin-bottom: 15px;
    }

    .owl-carousel.type1 .item .left {
        margin-right: 0;
    }
}



.toastify {
    padding: 12px 20px;
    color: #ffffff;
    font-size: 10px;
    border-radius: 4px;
}

.toastify.success {
    background: linear-gradient(135deg, #28a745, #218838);
}

.toastify.error {
    background: linear-gradient(135deg, #dc3545, #c82333);
}


#custom-modal .card-custom {
    padding: 10px;
    font-size: 12px;
}

#custom-modal .img-bg {
    background: #000;
    border-top-left-radius: 6px; 
    border-bottom-left-radius: 6px;
}


#custom-modal .exclusive-offer {
    color: #acf5c2;
    border: 1px solid #acf5c2;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    width: fit-content;
    font-weight: 500;
}


.text-light {
    color: rgba(248, 249, 250, 1) !important;
}

.fw-600 {
    font-weight: 600;
}

.bg-subtle-cust-cprf {
    background: #eb552f;
    padding: 1px 8px;
    border-radius: 24px;
}

.coupon-btn {
    font-weight: 600;
    background: linear-gradient(101.07deg, #fd7d35 -4.19%, #e74141 71.76%);
    border: none;
    padding: 0.75rem !important;
    font-size: 12px !important;
    width: 100%;
}

.why-shine li i {
    border-radius: 50%;
    background-color: #007AB5;
    padding: 4px;
    margin-right: 5px;
    font-size: 8px;
}

.why-shine li {
    margin-bottom: 0.5rem;
}

.registration-form-col input::placeholder{
    font-size: 0.8rem !important;
}

.registration-form-col select{
    font-size: 0.8rem !important;
}

.registration-form-col textarea::placeholder{
    font-size: 0.8rem !important;
}



.registration-form-col {
    padding-top: 5% !important;
    background: #fff;
    border-top-right-radius: 6px; 
    border-bottom-right-radius: 6px;
}
.registration-footer{
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
    text-align: center;
}


@media (min-width: 768px) {
    #myModal .modal-dialog,
    #SuccessModal .modal-dialog{
        width: 660px;
        margin: 110px auto;
        max-width: 660px;
    }
}

#custom-modal .img-bg .card-custom{
    padding-top: 15% !important;
}


#SuccessModal .modal-content{
    padding: 40px;
    text-align: center;
    font-size: 16px;
}



  #custom-modal button.close-btn{
    position: absolute;
    top: -13px;
    right: -6px;
    border-radius: 50%;
    box-shadow: -1px 2px 12px -3px rgba(0, 0, 0, .75);
    padding: 10px;
    border: none;
    width: 30px;
    height: 30px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fc0'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/10px auto no-repeat;
    background-color: #fff;

}


#custom-modal .custom-modal-main-row{
    position: relative;
    width: 100%;
}

@media (max-width: 768px) {

    #myModal .modal-dialog,
    #SuccessModal .modal-dialog{
        width: 90%;
        margin: 14px auto;
    }

}


.testimonial-linkedin .testimonial-name{
    /* width: 90%; */
    font-size: 16px;
    color: #222;
    font-weight: 800;
}

.linked-in-redirect{
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.testimonial-linkedin .icon{
    width: 10%;
    margin-top: 5px;
    height: 100%;
    margin-top: 0px;

} 

.testimonial_sec .owl-theme .owl-nav [class*=owl-]:hover{
    background: none !important;
}
.testimonial_sec .owl-theme .owl-nav{
    text-align: left !important;
}

.testimonial_sec .owl-theme .owl-nav img{
    width: 30px;
    margin-right: 20px;

}

.testimonial_sec .owl-theme .owl-nav {
    margin-top: 16px;
}


@media screen and (max-width: 600px) {
    .testimonial_sec .owl-theme .owl-nav {
        text-align: center !important;
        margin-bottom: 16px;
    }
}


.d-flex-jcc{
    display: flex;
    justify-content: center;
    align-items: center;
}




.header_menu .has-sub>ul li.nav-item a{
    padding: 10px 8px !important;
 }

    .header_menu .has-sub .nav-item {
        padding: 0px !important;
 }
 .header_menu .has-sub ul .tab-content ul li a{
    padding: 10px 0px !important;
 }
 .header_menu .tab-content>.tab-pane{
    padding: 0px;
 }
 .header_menu .has-sub>ul .tab-content ul li{
    padding: 0px !important;
 }
 .header_menu .nav-pills .nav-link.active, .show>.nav-pills .nav-link{
    background: none;
    color: #222;
 }
 .header_menu .has-sub{
    font-size: 15px;
 }
 .header_menu .course-child{
    display:flex;
    flex-direction: column;
 }
 .header_menu .course-child p{
    margin:0px;
 }
 .header_menu .course-child span{
    font-size: 12px;
 }
 .header_menu .left-section,.right-section{
       overflow-y: auto; /* Adds a vertical scrollbar if content exceeds the height */
    max-height: calc(100vh - 210px);
 }

 .popular-btn {
    border: none;
    background: #FA4A23;
    font-size: 0.6rem;
    font-weight: 600;
    line-height: 0.9rem;
    border-radius: 0.12rem;
    width: fit-content;
    color: #FFFFFF;
    position: relative;
    top: -2px;
}

.trending_btn {
    border: none;
    background: #27A1E5;
    font-size: 0.6rem;
    font-weight: 600;
    line-height: 0.9rem;
    border-radius: 0.12rem;
    width: fit-content;
    color: #FFFFFF;
    position: relative;
    top: -2px;
}

 @media screen and (max-width: 1200px) {
    .left-section, .right-section{
        max-height: none;
    }
    .header_menu .has-sub .nav-pills{
        top: 0% !important;
    }
    .course-cateories-head{
        display: none;
    }
}

.mobile-tab-content {
    display: none;
    padding-left: 20px; /* Optional styling */
}

.nav-item  .dropdown-toggle{
    display: none !important;
}
@media (max-width: 1200px) { /* Adjust breakpoint as needed */
    .mobile-tab-content {
        display: block;
    }
    .nav-item  .dropdown-toggle{
        display: block !important;
    }
}

/* Style the scrollbar for the specific div */
.left-section::-webkit-scrollbar,.right-section::-webkit-scrollbar {
    width: 8px; /* Scrollbar width */
}

.left-section::-webkit-scrollbar-track,.right-section::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the track */
}

.left-section::-webkit-scrollbar-thumb,.right-section::-webkit-scrollbar-thumb {
    background-color: #888; /* Scrollbar color */
    border-radius: 6px; /* Rounded corners */
    border: 3px solid #d9e3f7; /* Space around the scrollbar */
}

.left-section::-webkit-scrollbar-thumb:hover,.right-section::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Hover effect */
}

#view-all-course-div{
    display: flex;
    justify-content: space-between;
}
#tab-href{
    font-size: 10px;
    padding: 5px;
}

.header_menu .course-child p{
    font-weight: 600;
}
.header_menu .nav-link {
    font-weight: 600 !important;
}

