/* @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css'); */
.black-back {
    background: rgb(255, 255, 255);
    position: relative;
    padding: 40px;
}
.black-head {
    position: relative;
    margin: 0 0 4rem;
}
.black-head h2 {
    color: #180404;
    font-size: 45px;
    margin: 0 0 1.5rem;
    font-weight: bold;
    line-height: 1;
}
.black-head h2 span {
    font-size: 20px;
    display: block;
    margin: 1rem 0 0;
}
.gudbox {
    position: relative;
    margin: 0rem 0 2rem;
}
.gudbox p {
    color: #111;
    line-height: 1.5rem;
    margin: 0 0;
    font-size: 15px;
}
.gudbox p strong {
    font-size: 18px;
}
.bottom-line {
    height: 3px;
    width: 120px;
    background: #ff0004;
    margin: 1rem 0 0;
}
.mb-0 {
    margin: 0 0 0;
}
.course-scheduler {
    background: #ffffffd4;
    border-radius: 4px;
    padding: 10px 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    width: auto;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    font-family: 'spock_essregular';
    font-size: 16px;
    background: #ffffff;
    color: #333;
    line-height: normal;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
}

a {
    text-decoration: none !important;
}

a, button {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    font-family: 'spock_essregular';
    font-size: inherit;
}

a:hover {
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

button {
    border: none;
    box-shadow: none;
    cursor: pointer;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="submit"], input[type="button"], button, .button {
    font-family: 'spock_essregular';
    font-size: inherit;
    box-shadow: none;
    text-shadow: none;
    outline: none !important;
}

input:focus, button:focus {
    outline: none;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-family: 'spock_essregular';
}

article, aside, figcaption, figure, footer, header, nav, section {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

.row::after, .fluid-wrapper::after, .container-wrapper::after, .navbar::after, .nav-head::after, .navbar-menu::after, .menu-list::after {
    clear: both;
}

.row::before, .row::after, .fluid-wrapper::before, .fluid-wrapper::after, .container-wrapper::before, .container-wrapper::after, .navbar::before, .navbar::after, .nav-head::before, .nav-head::after, .navbar-menu::before, .navbar-menu::after, .menu-list::before, .menu-list::after {
    display: table;
    content: " ";
}

.fluid-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.container-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.no-gap>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.no-gap {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333%;
}

.col-5 {
    width: 41.66666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333%;
}

.col-8 {
    width: 66.66666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333%;
}

.col-11 {
    width: 91.66666667%;
}

.col-12 {
    width: 100%;
}

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

.input-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    box-shadow: none;
    outline: none;
}

.input-control[disabled] {
    cursor: not-allowed;
}

.form-group {
    margin-bottom:30px;
}

label {
    font-style: normal;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    margin-left: 0;
}

textarea.input-control {
    height: auto !important;
}

input[type="submit"], input[type="button"], button, .btn {
    background: #EA3434;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 12px;
    text-align: center;
    padding: 10px 25px;
    letter-spacing: normal;
    display: inline-block;
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover, .btn:hover, button:hover:not(:disabled) {
    background-color: #333;
    background-image: none !important;
}

.card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.card-body {
    padding: 30px;
}

.div-hide {
    display: none !important;
}

.red {
    color: #EA3434;
}

.bg-red {
    background: #EA3434;
}

.black {
    color: #333;
}

.bg-black {
    background: #333;
}

/*--Main Content--*/

.hero-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 716px;
    position: relative;
}

.overlay-box {
    position: absolute;
    padding: 35px;
    max-width: 764px;
    display: inline-block;
    background: rgba(34, 33, 33, 0.5);
    border-radius: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.overlay-box h1 {
    color: #fff;
    font-size: 48px;
    line-height: 58px;
}

.overlay-box p {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin: 16px 0 36px 0;
}

.overlay-box button {
    min-height: 48px;
}

.find-course {
    margin-top: -75px;
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.find-course .card {
    border-radius: 15px;
    box-shadow: 0px 3px 20px 0px rgba(47, 47, 47, 0.12);
}

.find-course .card-body {
    padding: 60px 30px;
    display: table;
    width: 100%;
}

.find-course .title {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}

.title-div {
    display: table-cell;
    vertical-align: middle;
    width: 34%;
}

.find-course .card-body .title-div+form {
    display: table;
    width: 100%;
}

.control-div {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    width: 100%;
}

.button-search {
    display: table-cell;
    vertical-align: middle;
}

.find-course .control-div select {
    background: url("/static/new-asms/images/arrow-down.ab8d151dae09.png") no-repeat;
    background-size: 15px;
    background-position: center right 10px;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 10px;
}

.find-course .control-div select+.select2-container {
    min-width: 320px;
}

.find-course .control-div select+.select2-container, .contact-form select.input-control+.select2-container {
    display: block;
    width: 100% !important;
}

.find-course .control-div select+.select2-container--default .select2-selection--single {
    border: 1px solid #b5b5b5;
    height: 40px;
    border-radius: 10px;
}

.contact-form select.input-control+.select2-container--default .select2-selection--single {
    border: 1px solid #e1e1e1;
    height: 48px;
    border-radius: 5px;
}

.find-course .control-div select+.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    color: rgba(51, 51, 51, 0.5);
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 35px;
}

.contact-form select.input-control+.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    color: rgba(102, 102, 102, 0.6);
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 35px;
}

.select2-container.select2-container--focus, .select2-container.select2-container--focus:focus, .select2-container .select2-selection--single .select2-selection__rendered:focus, .select2-container--default .select2-selection--single:focus, .find-course .control-div select+.select2-container:focus {
    outline: none;
    box-shadow: none;
}

.find-course .control-div select+.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 0;
    right: 20px;
    width: 20px;
}

.contact-form select.input-control+.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    position: absolute;
    top: 0;
    right: 20px;
    width: 20px;
}

.find-course .control-div select+.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #333 transparent transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    height: 0;
    left: 50%;
    margin-left: 3px;
    margin-top: -3px;
}

.contact-form select.input-control+.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #e1e1e1 transparent transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    height: 0;
    left: 50%;
    margin-left: 3px;
    margin-top: -3px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate( 180deg);
    -webkit-transform: rotate( 180deg);
    -moz-transform: rotate( 180deg);
    margin-top: -6px !important;
}

.select2-search--dropdown {
    /* display: none; */
    padding: 8px 20px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #b5b5b5;
    border-radius: 4px;
    padding: 5px;
    font-size: 16px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #EA3434;
    font-weight: bold;
}

.select2-container--default .select2-results__option--selected {
    font-weight: bold;
}

.select2-dropdown {
    border: 1px solid #b5b5b5;
    margin-top: -8px;
    border-radius: 0 0 10px 10px;
}

.select2-results__options li:last-child {
    border-radius: 0 0 10px 10px;
}

.select2-results__option {
    padding: 6px 20px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 14px;
    font-weight: 500;
    color: rgba(51, 51, 51, .5);
}

.find-course .control-div select+.select2-container--default .select2-results__option--selected {
    background: #b5b5b5;
}

.contact-form select.input-control+.select2-container--default .select2-results__option--selected {
    background: #e1e1e1;
}

.student-say, .achievments-section, .popular-course, .get-in-touch, .experts-section, .blog-section, .contact-section {
    padding: 80px 0;
}

.section-title {
    font-size: 54px;
    line-height: 66px;
    color: #111;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
}

.why-us-block {
    padding: 88px 0;
}

.why-us-desc {
    padding-right: 118px;
    padding-top: 30px;
}

.why-us-block .section-title {
    text-align: left;
    margin-bottom: 30px;
}

.why-us-block p {
    font-size: 32px;
    font-weight: 400;
    color: #333;
    line-height: 45px;
}

.why-us-slider .card {
    background: #1f1f1f;
    color: #fff;
    border-radius: 20px;
}

.why-us-slider .card .card-body {
    text-align: center;
    padding: 100px 70px;
    max-height: 348px;
}

.why-us-slider .card .card-body h4 {
    font-size: 54px;
    line-height: 45px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 13px;
}

.why-us-slider .card .card-body h6 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
}

.features-get {
    padding: 88px 0;
}

.features-content .section-title {
    text-align: left;
    margin-bottom: 40px;
}

.features-block {
    margin: 0 0 48px 0;
}

.features-block .feature-icon {
    width: 128px;
    height: 128px;
    line-height: 128px;
    background: #efefef;
    color: #EA3434;
    border-radius: 20px;
    text-align: center;
    box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.06);
}

.features-block .feature-icon img {
    height: 60px;
}

.features-block p {
    font-size: 18px;
    line-height: 20px;
    color: #333;
    font-weight: 500;
    margin: 30px 0 0 0;
}

.register-link {
    display: inline-block;
    color: #EA3434;
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
}

.register-link:hover {
    color: #111;
}

.register-link img {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

.register-link:hover img {
    filter: brightness(0);
}

.arrow-right {
    display: inline-block;
    margin-left: 15px;
}

.achievments-section {
    background: #333333;
}

.achievments-section .section-title {
    color: #fff;
    margin-bottom: 40px;
}

.section-desc {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
}

.achievments-section .section-desc {
    color: #fff;
    margin-bottom: 70px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.icon-block {
    text-align: center;
}

.icon-block span {
    width: 108px;
    height: 108px;
    line-height: 108px;
    border-radius: 20px;
    background: #fff;
    color: #EA3434;
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
}

.icon-block p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
}

.experts-section .section-title {
    margin-bottom: 40px;
}

.experts-section .section-desc {
    margin-bottom: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.expert-profile {
    padding: 15px 5px;
}

.expert-profile img {
    border-radius: 100%;
}

.expert-card {
    margin: 20px 0;
    border-radius: 5px;
    position: relative;
    background: #fff;
    /* box-shadow: 0px 3px 20px 0px rgba(47, 47, 47, 0.12); */
    box-shadow: 0px 3px 10px 0px rgba(47, 47, 47, 0.12);
}

.expert-card .card-body {
    padding: 24px 15px;
    min-height: 140px;
}

.expert-card .name {
    font-size: 20px;
    font-weight: bold;
    color: #1e1e1e;
    margin-bottom: 10px;
}

.expert-card .position {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #1e1e1e;
}

.expert-card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 185px;
    height: 4px;
    border-radius: 5px 5px 0 0;
    background: #EA3434;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background: #DEDEDE;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #EA3434;
    width: 12px;
    height: 12px;
}

.why-us-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
    text-align: left;
    margin-left: 50px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.student-review-section {
    padding: 60px 0;
    background: url("/static/new-asms/images/bg-gradient.bbb84e7e057f.jpg") repeat-y;
    background-size: 50%;
    background-clip: padding-box;
    background-position: top right;
}

/* .student-review-section .review-content {
    padding: 0 60px;
} */

.student-review-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -120px;
}

.student-review-section .review-content .section-title {
    text-align: left;
    margin-bottom: 30px;
}

.reviewer-profile {
    text-align: center;
    padding: 40px 0;
}

.reviewer-profile img {
    width: 115px !important;
    height: 115px;
    border-radius: 15px;
    display: block;
    margin: 0 auto;
}

.reviewer-profile h4 {
    font-size: 26px;
    font-weight: bold;
    margin: 7px 0;
}

.reviewer-profile p {
    font-size: 18px;
    font-weight: 400;
}

.reviewer-msg {
    padding: 60px 30px;
}

.reviewer-msg p {
    position: relative;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
}

.reviewer-msg p::before {
    content: url("/static/new-asms/images/quote-1.854a48309b5c.svg");
    position: absolute;
    top: -70px;
    left: -40px;
    font-size: 150px;
    color: rgba(234, 52, 52, 0.32);
    line-height: 1;
}

.reviewer-msg p::after {
    content: url("/static/new-asms/images/quote-1.854a48309b5c.svg");
    position: absolute;
    bottom: -70px;
    right: -30px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    font-size: 150px;
    color: rgba(234, 52, 52, 0.32);
    line-height: 1;
}

.student-review-section .col-6.right {
    position: relative;
}

.student-review-section .col-6.right::after {
    content: '';
    top: 0;
    right: 0;
    background: url("/static/new-asms/images/bg-gradient.2488d96ce20d.png") repeat-x;
}

.blog-section {
    padding-top: 158px;
    padding-bottom: 0;
}

.blog-section .section-title {
    font-size: 38px;
    margin-bottom: 42px;
}

.blog-card .blog-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    color: #111111;
}

.blog-card .blog-desc {
    font-size: 24px;
    line-height: 29px;
    color: #333;
    font-weight: 400;
    margin: 15px 0 0 0;
}

.blog-card .more-link {
    display: inline-block;
    color: #EA3434;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

.blog-card .more-link img {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

.blog-card .more-link:hover {
    color: #111;
}

.blog-card .more-link:hover img {
    filter: brightness(0);
}

.secondary-blog .blog-card {
    background: #EEEEEE;
}

.primary-blog .blog-card .card-body {
    padding: 40px 0;
}

.secondary-blog .blog-card .card-body {
    padding: 40px;
}

.primary-blog, .secondary-blog {
    margin-bottom: 30px;
}

.secondary-blog:last-child {
    margin-bottom: 0;
}

.contact-section {
    padding-top: 150px;
}

.contact-details {
    padding-right: 100px;
}

.contact-details .section-title {
    text-align: left;
    margin-bottom: 58px;
}

.discover-title {
    font-size: 28px;
    color: #333;
    font-weight: 400;
}

.discover-desc {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin: 20px 0 0 0;
}

.contact-info {
    margin: 60px 0 0;
}

.contact-info .contact-type {
    text-align: center;
    display: inline-block;
    margin-right: 30px;
}

.contact-info img {
    height: 30px;
}

.contact-info p {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    margin: 20px 0 0 0;
}

.contact-info p a {
    color: #333;
}

.contact-info p a:hover {
    color: #EA3434;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form .input-control {
    border-color: #e1e1e1;
    font-weight: 500;
    color: rgba(102, 102, 102, 0.6);
    height: 48px;
    border-radius: 5px;
    transition: 0.2ms ease all;
    -webkit-transition: 0.2ms ease all;
    -moz-transition: 0.2ms ease all;
    font-size: 14px;
}

.contact-form select.input-control {
    background: url("/static/new-asms/images/cheveron-down.a10e1f327cbe.svg") no-repeat;
    background-size: 15px;
    background-position: center right 10px;
    appearance: none;
    -webkit-appearance: none;
}

.contact-form .input-control::placeholder {
    color: rgba(102, 102, 102, 0.6);
}

.contact-form .input-control::-webkit-input-placeholder {
    color: rgba(102, 102, 102, 0.6);
}

.contact-form .input-control:-moz-placeholder, .contact-form .input-control::-moz-placeholder {
    color: rgba(102, 102, 102, 0.6);
}

.contact-form textarea {
    resize: none;
}

.contact-form .message p {
    color: #EA3434;
}

.btn-send {
    margin-top: 20px;
    padding: 13px 20px;
}

/*-----*/

.courses-filter .find-course {
    margin-top: 0;
}

.courses-filter .find-course .card {
    box-shadow: none;
    border-radius: 0;
}

.courses-filter .find-course .card-body {
    padding: 47px 15px;
}

.our-course .section-title {
    margin-bottom: 40px;
}

.courses-info .card .card-content img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.courses-info>a {
    display: block;
    color: inherit;
}

.courses-info .card {
    margin-bottom: 30px;
    box-shadow: 0px 3px 20px 0px rgba(47, 47, 47, 0.12);
    border-radius: 14px;
    position: relative;
}

.card-discount-badge {
    position: absolute;
    right: 0;
    top: 0;
    background: #ea3434;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    z-index: 1020;
    padding: 5px 10px;
    border-radius: 0 12px 0 0;
}

.courses-info .card .card-content {
    border-radius: 14px 14px 0 0;
}

.courses-info .card .card-content img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.courses-info .card .card-body {
    padding: 18px 15px 36px 15px;
}

.course-title {
    font-family: 'spock_essregular';
    font-size: 18px;
    line-height: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

.course-type {
    font-family: 'spock_essregular';
    font-size: 18px;
    color: #333;
    font-weight: 400;
}

.course-section {
    margin-bottom: 30px;
}

.course-desc {
    font-size: 16px;
    line-height: 20px;
}

.course-desc {
    color: #333;
    margin-bottom: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.course-price {
    font-family: 'spock_essregular';
    font-size: 14px;
    color: #111;
    font-weight: bold;
    position: absolute;
    bottom: 18px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
}

.popular-course .btn-browse {
    text-align: center;
}

.more-courses {
    text-align: center;
    margin-top: 56px;
}

.get-in-touch {
    background: #fff;
}

.btn-app-download {
    background: #818181;
    display: block;
    margin: 25px 0;
    width: 100%;
    padding: 15px 30px;
}

/*-- Inner-pages --*/

.breadcrumbs {
    padding: 48px 0 20px 0;
}

.breadcrumbs-list li {
    position: relative;
    display: inline-block;
}

.breadcrumbs-list li::before {
    content: '>';
    position: absolute;
    top: 0;
    left: -7px;
    margin: 0 auto;
    text-align: center;
    display: inline;
    vertical-align: middle;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

.breadcrumbs-list li:first-child::before {
    display: none;
}

.breadcrumbs-list li a, .breadcrumbs-list li span {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 24px;
    padding: 0 10px;
}

.breadcrumbs-list li:hover a {
    color: #EA3434;
}

.breadcrumbs-list li:first-child a {
    padding-left: 0;
}

.course-details-banner {
    background: url("/static/new-asms/images/course-bg.cd665ecd32b9.png") no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 173px 0 143px 0;
    position: relative;
}

.course-details-banner::before {
    content: '';
    position: absolute;
    background-image: linear-gradient(#000 0%, rgba(10, 10, 10, 0.61) 34.98%, rgba(19, 19, 19, 0.12) 87.68%, rgba(84, 84, 84, 0) 100%);
    background-image: -webkit-linear-gradient(#000 0%, rgba(10, 10, 10, 0.61) 34.98%, rgba(19, 19, 19, 0.12) 87.68%, rgba(84, 84, 84, 0) 100%);
    background-image: -moz-linear-gradient(#000 0%, rgba(10, 10, 10, 0.61) 34.98%, rgba(19, 19, 19, 0.12) 87.68%, rgba(84, 84, 84, 0) 100%);
    background-image: -o-linear-gradient(#000 0%, rgba(10, 10, 10, 0.61) 34.98%, rgba(19, 19, 19, 0.12) 87.68%, rgba(84, 84, 84, 0) 100%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

.course-details-banner .row {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
}

.course-details-banner .col-6.control-video {
    align-self: center;
    text-align: center;
}

.course-details-info h1 {
    font-size: 42px;
    font-weight: bold;
    line-height: 52px;
    color: #fff;
    text-align: left;
}

.course-details-info p {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    margin: 25px 0 10px 0;
}

.course-details-info ul.price {
    margin-bottom: 56px;
}

.course-details-info ul.price li {
    display: inline-block;
    vertical-align: middle;
}

.course-details-info ul.price li.new-price {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.course-details-info ul.price li.old-price {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    text-decoration: line-through;
    margin: 0 10px 0 15px;
}

.course-details-info ul.price li.discount span {
    width: 60px;
    height: 60px;
    /* line-height: 60px; */
    padding: 12px 0;
    display: inline-block;
    background: rgb(234 52 52 / 60%);
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 100%;
    vertical-align: middle;
}

.course-details-info ul.price li.discount small {
    font-size: 12px;
    font-weight: 300;
    display: block;
}

.course-details-info .btn-cart {
    padding: 13px 70px;
    min-width: 255px;
    font-size: 18px;
}

.control-button {
    display: inline-block;
    text-align: center;
    position: relative;
}

.about-course-section {
    padding: 50px 0;
}

.about-course-info .section-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 49px;
    text-align: left;
    margin-bottom: 25px;
    text-transform: initial;
}

.about-course-info p {
    font-size: 18px;
    line-height: 26px;
}

.about-course-info .about-desc {
    padding-top: 10px;
    padding-bottom: 20px;
}

.about-course-info ul.course-include-list {
    margin-bottom: 20px;
}

.about-course-info ul.course-include-list li {
    position: relative;
}

.about-course-info ul.course-include-list li::before {
    content: '';
    background: url("/static/new-asms/images/arrow-right-red.cc967767ca59.svg") no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    color: #EA3434;
    top: 6px;
}

.about-course-info ul.course-include-list li p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    margin-left: 25px;
    letter-spacing: -0.02em;
}

.about-course-info ul.course-include-list li:last-child p {
    margin-bottom: 0;
}

.about-course-section hr {
    border-top: 1px solid #e1e1e1 !important;
    border: 0;
    margin: 25px 0 40px 0;
}

.course-index-list li {
    position: relative;
    margin-bottom: 10px;
}

.course-index-list a {
    font-size: 18px;
    line-height: 30px;
    background: #F7F7F7;
    padding: 6px 15px 6px 60px;
    border-radius: 5px;
    display: block;
    color: #333 !important;
}

.course-index-list li a::before {
    content: '\f054';
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 16px;
    text-align: center;
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    background: #EA3434;
    color: #fff;
    font-weight: 900;
    border-radius: 5px 0 0 5px;
}

.course-index-list li a.ui-state-active::before {
    content: '\f078';
    padding: 6px 13px;
}

.course-index-list a:focus, .course-index-list a:active, .course-index-list a:hover {
    outline: none;
    border: 0;
    box-shadow: none;
}

.collapse-section {
    background: #F7F7F7;
    padding: 10px 35px;
    margin-left: 46px;
    border-radius: 0 0 5px 5px;
}

.collapse-section .course-index-details-list li {
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #ededed;
    margin-bottom: 0;
}

.collapse-section .course-index-details-list li:last-child {
    border-bottom: 0;
}

.collapse-section .course-index-details-list li>p {
    color: #333;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    text-align: left;
    letter-spacing: -0.01em;
    padding: 0;
}

.collapse-section .course-index-details-list li>a {
    color: #333;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    text-align: left;
    letter-spacing: -0.01em;
    padding: 0;
}

.collapse-section .course-index-details-list li>a::before {
    display: none;
}

.course-index-list li:last-child p, .course-index-list li:last-child a {
    margin-bottom: 0;
}

.course-details-right {
    margin-top: -120px;
    padding-left: 100px;
}

.card-course-details {
    box-shadow: 0px 3px 20px 0px rgba(47, 47, 47, 0.12);
    margin-bottom: 56px;
    border-radius: 20px;
}

.card-course-details .card-header {
    background: #efefef;
    padding: 20px;
}

.card-course-details .card-header .card-title {
    font-size: 24px;
    font-weight: bold;
}

.card-info-list li {
    padding: 20px 0;
    border-bottom: 1px solid #b5b5b5;
}

.card-info-list li:first-child {
    padding-top: 0;
}

.card-info-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.add-to-cart {
    text-align: center;
}

.card-info-list li p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.card-info-list li p.left {
    float: left;
}

.card-info-list li p.left i {
    display: inline-block;
    margin-right: 7px;
    font-size: 20px;
    vertical-align: middle;
}

.card-info-list li p.right {
    float: right;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
}

.card-course-details .card-body {
    padding: 20px;
}

.profile-media {
    overflow: hidden;
    zoom: 1;
}

.profile-media .media-left {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    vertical-align: middle;
}

.speaker-info-card .profile-media img {
    width: 110px;
}

.profile-media .media-left>img {
    border-radius: 15px;
    display: block;
    width: 250px;
    height: auto;
    object-fit: cover;
margin-left: 40px;
}

.profile-media .media-desc {
   /* display: table-cell; */
    vertical-align: top;
    overflow: hidden;
    zoom: 1;
}

.profile-media .media-desc .name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}

.profile-media .media-desc .position {
    font-size: 14px;
    font-weight: 500;
    color: rgba(51, 51, 51, 0.5);
}

.profile-media .media-desc .position .exp {
    display: block;
}

.speaker-info-card .card-body {
    padding: 30px 20px;
}

.speaker-desc {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}

/*-- Login-Signup --*/

.account-form-details .bg-area {
    background: url("/static/new-asms/images/hero-banner-bg.16c2f43f4dd3.png") no-repeat;
    background-position: top center;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    padding: 30px;
    position: relative;
}

.quote-block {
    padding: 80px 37px;
    display: inline-block;
    background: rgba(34, 33, 33, 0.7);
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.quote-block h1 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    line-height: 49px;
    text-align: left;
}

.form-area {
    padding: 30px;
    position: relative;
}

.account-head .site-logo {
    float: left;
}

.account-head .account-links {
    float: right;
}

.account-links-xs {
    text-align: center;
    margin: 40px 0;
}

.account-head .account-links p, .account-links-xs p {
    font-size: 18px;
    color: #111;
    font-weight: 600;
    margin-top: 6px;
}

.account-head .account-links p>a, .account-links-xs p>a {
    color: #EA3434;
}

.account-head .account-links p>a:hover {
    color: #333;
}

.account-foot {
    text-align: center;
}

.account-body {
    margin: 70px 0 30px 0;
}

.account-foot p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
}

.account-foot p>a {
    color: #333;
    text-decoration: underline;
}

.account-foot p>a:hover {
    color: #EA3434;
}

.account-create {
    margin-bottom: 30px;
}

.account-create h3 {
    font-size: 40px;
    line-height: 49px;
    color: #111;
    font-weight: bold;
    display: block;
    text-align: center;
}

.seprator-text {
    text-align: center;
    border-bottom: 2px solid #b5b5b5;
    position: relative;
    margin: 20px 0 30px 0;
}

.seprator-text span {
    position: relative;
    top: 9px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 0 20px;
    margin-left: 0;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}

.account-btn {
    text-align: center;
    margin-top: 43px;
}

.btn-account {
    padding: 14px 55px;
}

.remember-me {
    float: left;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.checbox-input-label {
    margin: 0;
    margin-left: 10px;
    position: relative;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
}

.checbox-input-label input {
    opacity: 0;
    position: absolute !important;
    left: 0px;
    top: 0 !important;
    right: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
    width: 100%;
    margin: 0 !important;
    height: 100%;
    color: #333;
}

.checbox-input-label input+span.check {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    top: 0;
    left: 0;
    vertical-align: top;
}

.checbox-input-label input+span.check::before {
    height: 20px;
    width: 20px;
    border: 1px solid #b5b5b5;
    left: -9px;
    top: -1px;
    text-align: center;
    position: absolute;
    content: "";
    border-radius: 6px;
    background: #fff;
}

.checbox-input-label input[type="checkbox"]:checked+span.check::before {
    background-color: #EA3434;
    border-color: #EA3434;
    content: '';
    color: #fff;
    font-size: 16px;
    line-height: 18px;
}

.checbox-input-label input[type="checkbox"]:checked+span.check::after {
    content: "";
    position: absolute;
}

.checbox-input-label input[type="checkbox"]:checked+span.check::after {
    left: -2px;
    top: 2px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-color: white;
    border-image: initial;
    border-width: 0px 3px 3px 0px;
    transform: rotate( 45deg);
    -webkit-transform: rotate( 45deg);
    -moz-transform: rotate( 45deg);
}

.remember-me {
    float: left;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.forgot-pwd a {
    float: right;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.forgot-pwd a:hover {
    color: #EA3434;
}

.social-account {
    margin: 0 -30px;
}

.social-account .facebook {
    float: left;
    padding: 0 30px;
    width: 50%;
}

.social-account .btn-social {
    display: block;
    background: #333333;
    overflow: hidden;
    padding: 10px 12px;
}

.social-account .btn-social img {
    display: inline-block;
    height: 22px;
    vertical-align: bottom;
    margin-right: 5px;
}

.social-account .btn-social:hover {
    background: #EA3434;
}

.social-account .btn-social i {
    font-size: 20px;
    vertical-align: bottom;
}

.social-account .google {
    float: left;
    padding: 0 30px;
    width: 50%;
}

/*--account--*/

.account-section {
    padding: 56px 0;
}

.account-container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.card.my-account {
    border-radius: 15px;
    background: #fff;
    box-shadow: 1px 1px 50px rgba(47, 47, 47, 0.08);
}

.card.my-account .card-boyd {
    padding: 20px 30px;
}

.profile-media .media-desc .membership {
    font-size: 12px;
    font-weight: 600;
}

.user-profile-details .profile-media {
    float: left;
}

.user-profile-details .change-avatar {
    float: right;
    padding: 20px 0;
}

.my-account-hr {
    border-bottom: 1px solid #E1E1E1 !important;
    border: 0;
    margin: 20px 0;
    border-radius: 5px;
}

.about-title {
    color: #111;
    font-size: 16px;
    font-weight: 600;
}

.about-user .about-desc {
    margin-top: 5px;
    color: rgba(51, 51, 51, 0.5);
    font-size: 12px;
    font-weight: 600;
}

.course-card {
    margin-top: 20px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 1px 1px 50px rgba(47, 47, 47, 0.08);
}

.course-card .card-header {
    background: #1f1f1f;
    padding: 18px 30px;
}

.course-card .card-header .card-title {
    font-size: 20px;
    color: #fff;
}

.media-structure {
    overflow: hidden;
    zoom: 1;
    display: table;
}

.media-structure .media-left {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    vertical-align: middle;
}

.media-structure .media-right {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    zoom: 1;
}

.certificate-media .media-left {
    width: 145px;
    height: 145px;
    padding-right: 30px;
}

.certificate-info .certificate-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.certificate-info .certificate-desc {
    font-size: 12px;
    line-height: 15px;
}

.certificate-info .button-group {
    margin-top: 20px;
}

.certificate-info .button-group button, .certificate-info .button-group a {
    display: inline-block;
    margin: 0 20px 10px 0;
}

.btn-download-certi {
    border: 1px solid transparent;
}

.btn-red-outline {
    border: 1px solid #EA3434 !important;
    color: #EA3434;
    background: #fff;
}

.btn-red-outline:hover {
    background: #EA3434 !important;
    color: #fff;
}

.account-info-content .note {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 32px;
}

.account-info-content .note img {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.account-info-title {
    color: #111;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    text-transform: capitalize;
}

.account-info-desc {
    color: rgba(51, 51, 51, .8);
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.label-group label {
    float: left;
}

.label-group a {
    float: right;
    margin-right: 15px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    font-size: 12px;
    font-weight: 500;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.my-account-info-form {
    margin-top: 30px;
}

.my-account-info-form .col-6:nth-of-type(2n+1) {
    clear: both;
}

.my-account-info-form .col-6.left {
    padding-right: 59px;
}

.my-account-info-form .col-6.right {
    padding-left: 59px;
}

.my-account-info-form .input-control {
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    font-weight: 500;
    height: 40px;
    font-size: 14px;
    color: rgba(102, 102, 102, 0.6);
    padding: 12px 10px;
}

.my-account-info-form select+.select2-container, .contact-form select.input-control+.select2-container {
    display: block;
    width: 100% !important;
}

.my-account-info-form select+.select2-container--default .select2-selection--single {
    border: 1px solid #e1e1e1;
    height: 40px;
    border-radius: 5px;
}

.my-account-info-form select.input-control+.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    color: rgba(102, 102, 102, 0.6);
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
}

.my-account-info-form select+.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 0;
    right: 20px;
    width: 20px;
}

.my-account-info-form select+.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #333 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    height: 0;
    left: 50%;
    margin-left: 2px;
    margin-top: -2px;
}

.my-account-info-form .control-div select+.select2-container--default .select2-results__option--selected {
    background: #b5b5b5;
}

.my-account-info-form .form-group {
    margin-bottom: 40px;
}

.account-info-content hr {
    margin-top: 0;
    margin-bottom: 30px;
}

.social-media-link-form {
    margin-top: 20px;
}

.social-media-link-form .input-left {
    float: left;
    width: 70%;
    padding-right: 20px;
}

.social-media-link-form button, .social-media-link-form a {
    float: left;
    width: 30%;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table tr>th {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
    text-align: left;
    vertical-align: bottom;
    border-bottom: 1px solid #E1E1E1;
}

.table tr>td {
    font-size: 16px;
    font-weight: 600;
    color: rgba(51, 51, 51, .8);
    padding: 20px 0;
    vertical-align: top;
    border-top: 1px solid #E1E1E1;
}

.order-table {
    margin-top: 15px;
}

.order-table .th-xs {
    display: block;
    color: #333;
    font-weight: bold;
}

.order-table .order-id {
    color: #333;
    font-weight: bold;
}

.order-table .price {
    font-weight: bold;
}

.order-table .download-invoice {
    color: #EA3434;
    font-weight: bold;
}

.order-table .download-invoice:hover {
    color: #333;
}

/*--Popup design--*/

.modal-popup-block {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1156px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    margin: 0 auto;
}

.modal-popup-body {
    background: #fff;
    border-radius: 10px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    overflow: hidden;
}

a.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    z-index: 1020;
}

.modal-popup-block.modal-open {
    display: block;
}

.modal-popup-block.modal-open::after {
    content: '';
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.modal-content video {
    display: block;
    max-width: 100%;
}

/*--About Page--*/

.about-page-section {
    background: url("/static/new-asms/images/about-cover.8e2124a15bc7.png") no-repeat;
    min-height: 605px;
    background-position: top right;
}

.about-content {
    padding: 244px 0;
}

.about-content-title {
    color: #111;
    font-size: 48px;
    font-weight: bold;
    line-height: 58px;
}

.about-content-title span {
    color: #EA3434;
}

.about-history-section {
    padding: 56px 0;
}

.about-history-content .section-title {
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 30px;
}

.about-history-content .section-desc {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    font-weight: 400;
}

.about-history-slider {
    margin-top: 30px;
}

.about-history-section {
    padding: 88px 0;
}

.about-history-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 55px;
}

.history-block .card {
    background: #1f1f1f;
    color: #fff;
    border-radius: 20px;
}

.history-block .card .card-body {
    text-align: center;
    padding: 57px 38px;
}

.history-block .card .card-body p {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.history-block h6 {
    color: #333;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-top: 13px;
}

.team-info-section {
    padding: 43px 0;
    background: #333;
    color: #fff;
    overflow: hidden;
}

.team-info-section .team-info-content .section-title {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 49px;
    margin-bottom: 56px;
}

.team-member {
    position: relative;
    overflow: hidden;
    background-color: #333;
    color: #fff;
    padding: 100px 0;
}

.team-members-row {
    padding-bottom: 40px;
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
}

.member-img {
    padding-right: 48px;
}

.member-details {
    align-self: center;
}

.team-members-row.row-right .member-img {
    padding-right: 10px;
    padding-left: 48px;
}

.team-members-row.row-right .team-member-info {
    text-align: right;
}

.team-members-row.row-right .team-member-info .social-media-connect ul li:last-child>a {
    padding-right: 0;
}

.team-member-info .name {
    font-size: 30px;
    font-weight: bold;
    line-height: 37px;
    margin-bottom: 8px;
}

.team-member-info .position {
    font-size: 20px;
    font-weight: 400;
    line-height: 37px;
}

.team-member-info .description {
    font-size: 20px;
    line-height: 30px;
    margin: 40px 0
}

.team-member-info .social-media-connect ul li {
    display: inline-block;
}

.team-member-info .social-media-connect ul li>a {
    display: inline-block;
    padding-right: 30px;
}

.team-member-info .social-media-connect ul li>a>img {
    height: 30px;
    vertical-align: middle;
}

.signup-free-section {
    background: #EA3434;
    padding: 58px 0;
    color: #fff;
}

.signup-free-content h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    line-height: 27px;
    margin-bottom: 10px;
}

.signup-free-content h4 {
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    line-height: 47px;
    text-align: left;
}

.sign-up-free {
    text-align: right;
    margin-top: 30px;
}

.sign-up-free .btn {
    padding: 14px 60px;
}

.btn-white {
    background: #fff;
    color: #EA3434;
}

.btn-white:hover {
    background: #333;
    color: #fff;
}

.our-history-info .card {
    max-width: 764px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    background: #fff;
    box-shadow: 1px 1px 50px rgba(47, 47, 47, 0.08);
    margin-bottom: 20px;
}

.our-history-info .card-body {
    padding: 20px 40px;
}

.our-history {
    padding: 88px 0;
    background: #fff;
}

.our-history .about-history-content .section-desc {
    font-size: 22px;
    line-height: 35px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
}

.our-history-info .card {
    max-width: 764px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    background: #fff;
    box-shadow: 1px 1px 50px rgba(47, 47, 47, 0.08);
    margin-bottom: 20px;
}

.our-history-info .card-body {
    padding: 20px 40px;
}

.our-history .history-year {
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #EA3434;
}

.our-history .history-desc {
    color: #333;
    font-size: 16px;
    line-height: 20px;
}

.our-story {
    padding: 48px 0;
    background: #efefef;
}

.our-story .section-title {
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 56px;
}

.our-story .story-img img {
    border-radius: 20px;
}

.our-story .story-desc {
    color: #333;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    padding: 58px 0 58px 38px;
}

/*--Dashboard--*/

.member-stat-section {
    position: relative;
    padding: 60px 0;
    background: #333;
}

.member-profile-left {
    padding-right: 50px;
}

.member-stat-section .user-profile-details {
    color: #fff;
    display: block;
    width: 100%;
}

.member-stat-section .user-profile-details .profile-media {
    float: left;
    overflow: visible;
}

.member-stat-section .user-profile-details .media-left {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
}
.member-stat-section .profile-media .media-desc {
    padding-left: 110px;
    display: block;
}

.member-stat-section .change-avtar-btn {
    margin-top: 15px;
}

.member-stat-section .change-avtar-btn .btn.change-image {
    padding: 7px 20px;
}

.member-stat-section .change-avtar-btn .btn.change-image:hover {
    background: #fff;
    color: #EA3434;
}

.member-stat-section .change-avtar-btn .approval-status {
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

.member-stat-section .user-profile-details .media-left .star-profile {
    position: absolute;
    top: -10px;
    right: 30px;
}

.member-stat-section .profile-media .media-desc .name {
    font-size: 22px;
    line-height: 27px;
}

.member-stat-section .profile-media .media-desc .membership {
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0 12px 0;
}

.member-stat-section .profile-media .media-desc .member-abt {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.member-course-stat-right {
    display: table;
    margin-left: auto;
}

.course-stat-count {
    display: table-cell;
    border-right: 1px solid #807e7e;
    padding: 5px 30px;
}

.course-stat-count:last-child {
    border-right: 0;
    padding-right: 0;
}

.course-stat-count h3 {
    font-size: 50px;
    font-weight: bold;
    line-height: 61px;
    color: #fff;
}

.course-stat-count h6 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
}

.course-stat-count p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #fff;
}

.upcoming-task-section {
    padding: 75px 0 0 0;
}

.card-badge-red {
    background: #EA3434;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 12px 12px 0 0;
    padding: 9px 21px;
}

.upcoming-task-card {
    border-radius: 0px 20px 20px 20px;
    background: #fff;
    box-shadow: 6px 14px 30px rgba(0, 0, 0, 0.1);
}

.upcoming-task-card .card-body {
    padding: 15px 10px;
}

.upcoming-task-card .card-body .task-info {
    float: left;
    padding: 30px;
}

.upcoming-task-card .card-body .task-info h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #333;
    margin-bottom: 8px;
}

.upcoming-task-card .card-body .task-info p {
    font-size: 16px;
    line-height: 19px;
    color: #333;
}

.upcoming-task-card .card-body .task-info p span.remain-time {
    font-weight: 400;
    display: block;
}

.upcoming-task-card .card-body .task-info .btn-continue {
    margin-top: 40px;
    display: inline-block;
}

.task-img {
    float: right;
}

.task-img img {
    width: 468px;
    height: 214px;
    object-fit: cover;
    object-position: center;
    border-radius: 18px;
}

.dashboard-course-cards {
    padding-top: 40px;
}

.dashboard-course-cards .card {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px 20px rgba(47, 47, 47, 0.12);
    margin-bottom: 20px;
}

.dashboard-course-cards .card .card-body {
    padding: 20px;
    position: relative;
}

.explore-similar-course {
    margin-bottom: 30px;
}

.explore-similar-course .title {
    float: left;
    color: #111;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
}

.explore-course-slider .courses-info {
    padding: 0 10px;
}

.explore-course-slider .courses-info .card {
    box-shadow: 0px 3px 10px 0px rgb(47 47 47 / 12%);
}

.explore-course-info {
    margin: 0 -10px;
}

.explore-course-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
    margin-bottom: 20px;
}

.search-topics {
    float: right;
    color: #333;
    font-size: 16px;
    text-align: right;
    font-weight: 600;
}

.user-course-media .media-left {
    padding-right: 33px;
}

.user-course-media .media-left img {
    width: 168px;
    height: 120px;
    object-fit: cover;
    border-radius: 18px;
}

.user-course .course-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

.user-course p {
    font-size: 16px;
    line-height: 19px;
    margin-top: 8px;
}

.course-control {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.course-control .btn {
    padding: 10px 10px;
    min-width: 146px;
    display: inline-block;
}

.course-control .btn img {
    display: inline-block;
    margin-right: 5px;
}

.dashboard-content .course-card {
    margin-top: 0;
    margin-bottom: 40px;
}

.user-achivements-section {
    padding: 36px 0 56px 0;
}

.course-progress {
    margin: 0 -10px;
}

.course-progress-bar {
    float: left;
    width: 14.28%;
    padding: 0 10px;
    margin-bottom: 30px;
    text-align: center;
}

.course-progress-bar .progress-dial {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    max-width: 120px;
    width: 100%;
    background: #d0cece;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.16);
}

.progress-info {
    padding: 12px;
}

.progress-info>svg {
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

.progress-info span {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    background: transparent;
    border: 4px solid #726767;
    border-radius: 100%;
    display: block;
    margin-bottom: 13px;
}

.progress-info p {
    font-size: 10px;
    font-weight: bold;
    color: #333;
    margin-top: 9px;
}

.course-progress-bar.completed .progress-dial {
    background: #EA3434;
}

.course-progress-bar.completed .progress-dial .progress-info span {
    border: 4px solid #e3e3e3;
}

.course-progress-bar.completed .progress-dial .progress-info svg circle {
    stroke: #e3e3e3;
}

.course-progress-bar.completed .progress-dial .progress-info p {
    color: #fff;
}

.course-progress-bar.active .progress-dial {
    background: #797575;
}

.course-progress-bar.active .progress-dial .progress-info span {
    border: 4px solid #e3e3e3;
}

.course-progress-bar.active .progress-dial .progress-info svg circle {
    stroke: #e3e3e3;
}

.course-progress-bar.active .progress-dial .progress-info p {
    color: #fff;
}

.course-progress-bar h5 {
    font-weight: bold;
    font-size: 20px;
    color: #333;
    margin-top: 40px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.explore-course-section {
    padding-bottom: 18px;
}

/*--cart--*/

.shopping-cart-section {
    background: #F7F7F7;
    padding: 48px 0;
}

.shopping-cart-items {}

.cart-item-details {
    padding-right: 100px;
}

.shopping-cart-items .cart-title {
    font-family: 'spock_essregular';
    font-weight: bold;
    font-size: 58px;
    line-height: 68px;
    text-align: left;
    color: #111;
    opacity: 0.09;
    margin-bottom: 20px;
}

.shopping-cart-items .item-list {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.shopping-cart-items .item-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 12px;
    overflow: hidden;
}

.shopping-cart-items .item-img img {
    border-radius: 12px;
    height: 140px;
    width: 140px;
    object-fit: cover;
    object-position: center;
}

.shopping-cart-items .item-details {
    display: block;
    position: relative;
    padding-left: 175px;
}

.shopping-cart-items .item-list .remove {
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 1020;
}

.shopping-cart-items .item-details h3 {
    color: #111;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: 'spock_essregular';
}

.shopping-cart-items .item-details .price {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 25px;
    font-family: 'spock_essregular';
}

.shopping-cart-items .item-details p span.value {
    font-weight: 600;
    color: #111;
}

.shopping-cart-items hr {
    border-bottom: 1px solid #EAEAEA !important;
    border: 0;
    margin: 40px 0;
    border-radius: 0;
}

.shopping-cart-summary {
    border-radius: 12px;
    background: #ffffff;
    padding: 39px 15px;
}

.summary-title {
    color: #111;
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    margin-bottom: 56px;
}

.summary-info {
    margin-bottom: 30px;
}

.summary-info .item-label {
    color: #111;
    font-size: 16px;
    font-weight: 400;
    float: left;
}

.summary-info .item-price {
    color: #111;
    font-size: 20px;
    font-weight: bold;
    float: right;
}

.summary-total .item-label {
    color: #111;
    font-size: 20px;
    font-weight: normal;
}

.summary-total .item-price {
    color: #111;
    font-size: 28px;
    font-weight: bold;
}

.checkout-action {
    text-align: center;
}

.checkout-action .btn-checkout {
    padding: 13px 44px;
}

/*--cart billing info--*/

.billing-shipping-form.contact-form {
    padding: 0;
}

.billing-shipping-form .form-group {
    margin-bottom: 20px;
}

.billing-shipping-form.contact-form .input-control {
    height: 40px;
}

.billing-shipping-form.contact-form select.input-control+.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.billing-shipping-form.contact-form select.input-control+.select2-container--default .select2-selection--single {
    height: 40px;
}

.billing-shipping-form.contact-form select.input-control+.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -6px;
}

/* .billing-shipping-form .form-group label {
    font-size: 16px;
} */

/*--free session modal--*/

.free-session-modal {
    max-width: 586px;
    border-radius: 0;
    z-index: 1030;
}

.free-session-modal .modal-popup-body {
    border-radius: 0;
    padding: 15px;
}

.free-session-card {
    background: #fff;
    position: relative;
}

.free-section-card-body {
    padding: 40px 30px;
    border: 1px solid #EA3434;
    position: relative;
}

.free-section-card-body a.modal-close {
    top: 15px;
    right: 15px;
}

.free-section-card-body .details-content {
    text-align: center;
    padding: 0 14px;
}

.free-section-card-body .details-content .title {
    font-family: 'spock_essregular';
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    color: #333;
}

.free-section-card-body .details-content p {
    font-family: 'spock_essregular';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
    margin: 25px 0 20px 0;
}

.free-section-card-body .contact-form {
    padding: 0 14px;
}

.continue-session {
    text-align: center;
    margin-top: 56px;
    margin-bottom: 40px;
}

.continue-session .btn-send {
    padding: 13px 40px;
    min-width: 160px;
    margin-top: 0;
}

.free-section-card-body .note p {
    font-family: 'spock_essregular';
    font-size: 10px;
    font-weight: bold;
    color: #666666;
}

.free-section-card-body .note {
    text-align: center;
}

.free-section-card-body .note p>a {
    color: #EA3434;
}

.free-section-card-body .note p>a:hover {
    color: #333333;
}

/*--Odoo Page Design Override--*/

textarea, input[type="text"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"] {
    font-weight: 400;
    font-style: normal;
    box-shadow: none;
    outline: none;
}

.login-register, .financial-assistance-wrapper .financial-assistance-form {
    padding: 0;
}

.login-register .form-wrapper {
    padding: 0
}

.login-register, .login-register .form-type {
    max-width: initial;
}

.login-register-content {
    margin: 0 auto;
    display: initial;
}

.login-register .form-field label.focus-out {
    position: inherit;
    padding-top: 0px;
    padding-left: 0px;
    opacity: 0.75;
    z-index: 1;
}

#login-email-desc {
    display: none;
}

.form-field.checkbox-remember {
    display: none;
}

.login-register .form-field label {
    font-family: 'spock_essregular';
    font-size: 14px;
    color: #333 !important;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    margin-left: 0;
    text-shadow: none;
}

.login-register .form-field label.focus-out {
    opacity: 1 !important;
}

.login-register .form-field input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    box-shadow: none !important;
    outline: none !important;
}

.content-wrapper.main-container {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.shopping-cart-items .item-list .remove button {
    padding: 0;
    font-family: 'spock_essregular';
    color: #333;
    font-size: 24px;
    font-weight: 400;
    background: none;
    box-shadow: none;
    text-shadow: none;
    font-family: 'spock_essregular';
    font-weight: 400;
    border: 0;
    border-radius: 0;
    outline: none;
}

.shopping-cart-items .item-list .remove button:hover, .shopping-cart-items .item-list .remove button:focus {
    border: 0;
    border-radius: 0;
    outline: none;
    outline: none;
    background: none !important;
    box-shadow: none !important;
    text-shadow: none;
}

.course-title-info {
    font-family: 'spock_essregular';
}

.shopping-cart-items .item-details .price span {
    font-weight: bold;
    color: #111;
}

.item-counter-value .counter {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.item-counter-value .counter input {
    width: 36px;
    height: 36px;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #111;
    border-radius: 4px;
    border: 0;
    font-family: 'spock_essregular';
    padding: 0;
    text-align: center;
}

.item-counter-value .counter input:focus {
    box-shadow: none;
    border-color: #d9d9d9;
}

.item-counter-value button {
    padding: 0;
    font-family: 'spock_essregular';
    color: #333;
    font-size: 24px;
    font-weight: 400;
    background: none;
    box-shadow: none;
    text-shadow: none;
    font-weight: 400;
    border: 0;
    border-radius: 0;
    outline: none;
    display: inline-block;
    vertical-align: middle;
}

.item-counter-value button:hover, .item-counter-value button:focus {
    border: 0;
    border-radius: 0;
    outline: none;
    outline: none;
    background: none !important;
    box-shadow: none !important;
    text-shadow: none;
}

.coupon-code-info {
    margin: 36px 0 56px 0;
}

.code-input {
    position: relative;
}

.coupon-code-info .code-input input {
    color: #CECECE;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-family: 'spock_essregular';
    width: 100%;
    height: 40px;
    box-shadow: none;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    padding-right: 125px;
    text-align: center;
}

.coupon-code-info .code-input input:focus {
    box-shadow: none;
    border-color: #d9d9d9;
}

.coupon-code-info .code-input input::placeholder {
    color: #cecece;
}

.coupon-code-info .code-input input::-webkit-input-placeholder {
    color: #cecece;
}

.coupon-code-info .code-input input:-moz-placeholder, .coupon-code-info .code-input input::-moz-placeholder {
    color: #cecece;
}

.coupon-code-info .code-input button {
    background: white;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    text-shadow: none;
    z-index: 1000;
    color: #cecece;
    font-family: 'spock_essregular';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 6px 30px;
    border: 1px solid #d9d9d9 !important;
    border-radius: 0;
    box-shadow: none;
}

.summary-info.summary-total {
    margin-bottom: 48px;
}

.checkout-action .btn-checkout, .checkout-action .btn {
    font-family: 'spock_essregular';
    font-weight: bold;
    font-size: 18px;
    text-shadow: none;
    box-shadow: none;
    border: 0;
    color: #fff;
    background: #EA3434;
}

.checkout-action .btn-checkout:hover, .checkout-action .btn:hover {
    background: #333;
    text-shadow: none;
    box-shadow: none;
    outline: none;
}

.checkout-action .btn-checkout .icon.fa, .checkout-action .btn .icon.fa {
    display: none;
}

.special-courses-offer {
    background: #EFEFEF;
    padding: 30px 0;
}

.special-courses-offer .section-title {
    font-family: 'spock_essregular';
    font-size: 40px;
    line-height: 49px;
}

.courses-offer {
    margin-bottom: 35px;
}

.find-course .search-btn {
    box-shadow: none;
    text-shadow: none;
    outline: 0;
    border: 0;
}

.find-course .search-btn:hover, .find-course .search-btn:focus, .find-course .search-btn:active {
    border: 0;
    outline: none;
    outline: none;
    background: none !important;
    box-shadow: none !important;
    text-shadow: none;
    background: #333 !important;
    color: #fff;
}

.courses-offer {
    display: block;
    clear: both;
    content: "";
}

.courses-offer ul {
    float: right;
}

.courses-offer ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #707070;
}

.courses-offer ul>li>a {
    font-family: 'spock_essregular';
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: rgba(51, 51, 51, 0.5);
}

.courses-offer ul>li>a:hover, .courses-offer ul>li>a:focus, .courses-offer ul>li>a:active, .courses-offer ul>li.active>a {
    text-decoration: none;
    color: #EA3434;
}

.courses-offer ul>li:last-child {
    padding-right: 0;
    border-right: 0;
}

.courses-info a {
    font-family: 'spock_essregular';
    text-decoration: none !important;
}

.courses.all-courses-list {
    padding: 56px 0 26px 0;
}

.explore-course-slider.owl-theme .owl-dots .owl-dot, .explore-course-slider.owl-theme .owl-dots .owl-dot:hover, .explore-course-slider.owl-theme .owl-dots .owl-dot:focus {
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    text-shadow: none;
}

.explore-course-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #EA3434 !important;
    width: 12px;
    height: 12px;
}

.owl-theme .owl-dots button.owl-dot:hover, .owl-theme .owl-dots button.owl-dot:hover:not(:disabled) {
    background: transparent !important;
}

.explore-course-slider.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background: #DEDEDE !important;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
}

.special-courses-offer .explore-course-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #EA3434 !important;
}

.special-courses-offer .explore-course-slider.owl-theme .owl-dots .owl-dot span {
    background: #fff !important;
}

.tab-active {
    display: block;
}

.tab-hide {
    display: none;
}

.navbar.course-tabs {
    background: #fff;
    overflow-x: auto;
}

button.accordion-trigger:hover, button.prerequisite-button:hover {
    background: transparent;
}

.course-outline .block-tree .section ol.outline-item .subsection .subsection-title {
    color: #333;
}

.modal.video-modal .inner-wrapper {
    display: block;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1156px;
    max-height: 650px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    margin: 0 auto;
    transform: translateY(-50%);
}

.modal.video-modal .inner-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
}

.view-in-course .sequence-nav .sequence-nav-button {
    color: #333;
    border: 1px solid #e7e7e7 !important;
    border-radius: 3px;
}

.view-in-course .sequence-bottom .sequence-nav-button {
    color: #333;
    border: 1px solid #e7e7e7 !important;
    border-radius: 3px;
}

.view-in-course .course-wrapper .course-index {
    width: 23.72881%;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    float: left;
    border-right: 0;
}

.view-in-course .course-wrapper .course-content {
    float: right;
    border-left: 1px solid #c8c8c8;
    margin-top: 0;
}

.course-index .accordion .course-navigation .button-chapter .group-heading .icon {
    left: auto;
    right: 20px;
}

.course-index .accordion .course-navigation .button-chapter .group-heading {
    padding: 15px 40px 15px 20px;
}

.btn-link.all-topics {
    font-weight: 400;
    color: #a51c30;
    background-color: transparent;
    padding: 0;
}

.btn-link.all-topics:hover {
    color: #64111d;
    text-decoration: underline;
    background-color: transparent;
    padding: 0;
    border-color: transparent;
}

.bookmark-button-wrapper .btn.btn-link.bookmark-button {
    color: #a51c30;
    background: transparent;
    padding: 0;
    border: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

.btn-primary.action-resume-course {
    border-color: #EA3434;
}

.btn-primary.action-resume-course:active {
    background-color: #333 !important;
    border-color: #333 !important;
    outline: none;
    box-shadow: none !important;
}

#expand-collapse-outline-all-button {
    padding: 0;
    background: transparent;
    color: #333;
}

#expand-collapse-outline-all-button:hover {
    color: #EA3434;
}

.btn-primary.action-resume-course:hover {
    border-color: #333;
}

.course-view .page-header {
    padding: 20px;
}

.forum-actions .btn.new-post-btn, .forum-search .btn.search-button {
    border-color: #EA3434;
    background-color: #EA3434;
}

.forum-actions .btn.new-post-btn:hover, .forum-search .btn.search-button:hover, .forum-actions .btn.new-post-btn:focus, .forum-search .btn.search-button:focus {
    border-color: #EA3434;
    background-color: #EA3434;
}

.view-in-course .page-header, .view-in-course .pattern-library-shim.alert, .view-in-course .sequence-nav {
    display: none !important;
}

.discussion.page-content-container .page-header-secondary {
    align-items: center;
}

.discussion.page-content-container .forum-search button {
    border-radius: 0;
}

.find-courses .filters {
    margin-top: 30px;
}

.find-courses .filters li {
    background: #e1e1e1;
}

.find-courses .filters li .facet-option {
    color: #333;
}

.find-courses .filters .clear-filters {
    color: #EA3434;
}

.find-courses .filters .filters-inner {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.find-courses .filters .clear-filters:hover, .find-courses .filters .clear-filters:focus {
    background: #e1e1e1;
    color: #333;
}

.course-index .accordion .course-navigation .button-chapter .group-heading .icon {
    color: #EA3434;
    font-size: 28px;
    top: 10px;
}

.course-index .accordion .course-navigation .button-chapter {
    color: #EA3434;
}

.course-index .accordion .course-navigation .button-chapter .group-heading .complete-checkmark, .course-index .accordion .course-navigation .chapter-content-container .complete-checkmark {
    display: inline-block;
    background: #008000;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    border-radius: 100%;
    vertical-align: middle;
    margin-left: 10px;
}

.course-index .accordion .course-navigation .chapter-content-container .lock-checkmark {
    display: inline-block;
    background: transparent;
    color: #333;
    font-size: 16px;
    margin-left: 10px;
    vertical-align: middle;
}

.empty-cart {
    margin: 0;
    padding: 30px 0;
}

.empty-cart h2 {
    font-size: 22px;
    color: #111111
}

.shopping-cart h3 {
    padding: 0 0 30px;
    color: #111111;
    font-weight: 600;
}

.shopping-cart .billing-data h3 {
    margin-bottom: 5px;
    padding: 0 0 12px 0;
}

.shopping-cart.print .gray-bg {
    margin-top: 0;
}

.shopping-cart.print .gray-bg .message-left a.blue {
    padding: 12px 25px;
    font-size: 20px;
}

.shopping-cart.print .gray-bg .message-left a.blue:hover, .shopping-cart.print .gray-bg .message-left a.blue:active {
    color: #fff !important;
}

.shopping-cart .col-two .row-inside {
    padding: 10px;
}

.shopping-cart.print .bordered-bar {
    margin: 0;
}

.shopping-cart.print .pattern {
    margin: 0;
}

.shopping-cart.print .discount {
    margin: 0;
    padding: 5px 20px;
}

/*--FAQ Section--*/

.faq-section {
    padding: 48px 0;
}

.faq-section .section-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    text-align: left;
    margin-bottom: 20px;
    text-transform: none;
}

.faq-section .section-title span {
    color: #EA3434;
}

.faq p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    font-weight: 400;
    margin: 0;
}

.faq .faqAccordition {
    width: 100%;
    display: inline-block;
    padding-top: 30px;
}

.faq ul, .faq li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq .faqAccordition li {
    border-bottom: 1px solid #e1e1e1;
    padding: 24px 0px;
}

.faq .accorditionTitle {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #111;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.faq .accorditionTitle i {
    color: #ec3237;
    font-size: 20px;
    margin-right: 15px;
}

.faq .accorditionTitle.active .fa-plus-circle:before {
    content: "\f056";
}

.faq .faqAccordition .accorditionContent {
    width: 100%;
    display: none;
    padding-top: 11px;
}

.faq .faqAccordition li:first-child .accorditionContent {
    display: inline-block;
}

/*--Media Query--*/

@media (min-width: 768px) {
    .xs-overlay {
        display: none;
    }
    .form-area .account-body .col-4 {
        width: 100%;
        max-width: 375px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .container-wrapper {
        width: 750px;
    }
    .fetures-content-xs {
        display: none;
    }
    .account-links-xs {
        display: none;
    }
    .course-details-xs {
        display: none;
    }
    .th-xs {
        display: none !important;
    }
    .task-img.xs {
        display: none;
    }
    .floating-wpp {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .container-wrapper {
        width: 970px;
    }
    .course-progress-bar:nth-of-type(7n+1) {
        clear: both;
    }
}

@media (min-width: 1100px) {
    .container-wrapper {
        width: 1030px;
    }
}

@media (min-width: 1200px) {
    .container-wrapper {
        width: 1176px;
    }
}

@media (min-width: 1600px) {
    .container-wrapper {
        width:1540px;
    }
}

@media (max-width: 1199px) {
    .features-content .col-4 {
        width: 50%;
    }
    .modal-popup-block {
        width: 95%;
    }
    .team-members-row {
        padding: 0 0 40px 0;
    }
    .why-us-slider .card .card-body {
        padding: 80px 40px;
    }
}

@media (max-width: 1099px) {
    .account-form-details>.row.no-gap>.col-4 {
        width: 40%;
    }
    .account-form-details>.row.no-gap>.col-8 {
        width: 60%;
    }
    .form-area .account-body .col-4 {
        width: calc(100% - 30%);
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .quote-block {
        padding: 50px 25px;
    }
    .quote-block h1 {
        font-size: 36px;
    }
    .account-body {
        margin: 120px 0;
    }
    .course-details-right {
        padding-left: 0;
    }
}

@media (max-width: 1024px) {
    .find-course {
        width: 100%;
    }
    .features-content .col-4 {
        width: 50%;
    }
    .why-us-desc {
        padding-right: 0;
    }
    .account-form .form-group {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .find-course .title {
        font-size: 32px;
    }
    .section-title .our-course .col-3 {
        width: 50%;
    }
    .section-title {
        font-size: 42px;
    }
    .find-course .card-body {
        padding: 45px 15px;
    }
    .features-get .col-6 .feature-image img {
        display: block;
        margin: 0 auto;
    }
    .features-block .feature-icon {
        width: 136px;
        height: 136px;
        line-height: 136px;
    }
    .social-media-link-form .input-left {
        width: 65%;
    }
    .social-media-link-form button, .social-media-link-form a {
        width: 35%;
    }
    .member-stat-section {
        padding: 25px 0 20px 0;
    }
    .member-stat-section .col-9 {
        width: 100%;
        padding-right: 18px;
    }
    .member-stat-section .row {
        position: relative;
    }
    .member-stat-section .col-3 {
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }
    .member-stat-section .user-profile-details {
        display: block;
    }
    .member-stat-section .user-profile-details .profile-media .media-left {
        display: block;
    }
    .member-stat-section .user-profile-details .profile-media .media-left>img {
        width: 80px;
        height: 80px;
    }
    .member-course-stat-right {
        display: block;
    }
    .course-stat-count {
        display: inline-block;
        text-align: center;
        padding: 5px 15px;
    }
    .course-stat-count h3 {
        font-size: 24px;
        line-height: 29px;
    }
    .course-stat-count h6 {
        font-size: 12px;
        line-height: 18px;
    }
    .course-stat-count p {
        font-size: 10px;
    }
    .task-img {
        float: right;
        width: 40%;
    }
    .course-index-list a {
        font-size: 14px;
    }
    .collapse-section {
        padding: 10px 15px;
    }
    .collapse-section .course-index-details-list li>p {
        font-size: 14px;
    }
    .our-story .story-desc {
        padding: 0;
        font-size: 18px;
        line-height: 24px;
    }
    .team-members-row {
        padding: 0 0 10px 0;
    }
    .cart-item-details {
        width: 100%;
        padding-right: 18px;
    }
    .shopping-summary-details {
        margin-top: 40px;
        width: 100%;
    }
    .team-members-row {
        padding: 0 0 60px 0 !important;
    }
    .team-members-row .col-6.member-img {
        padding-right: 10px;
    }
    .team-members-row.row-right .member-img {
        padding-left: 10px;
    }
    .team-member-info .name {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .team-member-info .description {
        font-size: 16px;
        line-height: 19px;
        margin: 25px 0;
    }
    .team-member-info .social-media-connect ul li>a>img {
        height: 25px;
    }
    .team-member-info .social-media-connect ul li>a {
        padding-right: 15px;
    }
    .course-progress-bar {
        width: 25%;
    }
    .course-progress-bar:nth-of-type(4n+1) {
        clear: both;
    }
}

@media (max-width: 991px) {
    .popular-course .col-4 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .form-area .account-body .col-4 {
        width: calc(100% - 20%);
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .account-form-details>.row.no-gap>.col-4 {
        width: 100%;
        display: none;
    }
    .account-form-details>.row.no-gap>.col-8 {
        width: 100% !important;
    }
    .our-course .col-3 {
        width: 33.33%;
    }
    .why-us-desc {
        padding-right: 0;
    }
    .features-get .col-6 .feature-image img {
        display: block;
        margin: 0 auto;
    }
    .contact-details {
        padding-right: 0;
    }
    .course-details-right {
        padding-left: 0;
    }
    .view-in-course .courseware-bookmarks-button {
        width: 100% !important;
    }
}

@media(max-height: 910px) {
    .account-body {
        margin: 50px 0 30px 0;
    }
}


@media (max-width: 767px) {
    .container-wrapper {
        padding-left: 18px;
        padding-right: 18px;
    }
    .row {
        margin-left: -18px;
        margin-right: -18px;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        padding-left: 18px;
        padding-right: 18px;
    }
    .hero-banner {
        min-height: 350px;
    }
    .overlay-box h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .overlay-box p {
        font-size: 16px;
        line-height: 24px;
        margin: 10px 0 15px 0;
    }
    .overlay-box button {
        min-height: auto;
    }
    .hero-banner .overlay-box {
        display: block;
    }
    .xs-overlay {
        display: none;
    }
    .xs-overlay .overlay-box {
        position: relative;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        margin: 15px 0;
        display: block;
    }
    .btn {
        font-size: 16px;
        padding: 10px 20px;
        border-radius: 6px;
    }
    .overlay-box {
        left: 0;
        right: 0;
        margin: 20px 10px 10px;
        max-width: 100%;
        padding: 25px;
    }
    .section-title {
        font-size: 22px !important;
        line-height: 27px;
    }
    .section-desc {
        font-size: 16px;
        line-height: 24px;
    }
    .find-course {
        width: 100%;
    }
    .find-course .card-body {
        display: block;
    }
    .title-div {
        display: block;
        width: 100%;
    }
    .find-course {
        margin-top: 15px;
        padding: 0 0;
    }
    .find-course .control-div select+.select2-container {
        min-width: 100%;
    }
    .find-course .control-div select+.select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 16px;
    }
    .find-course .title {
        text-align: center;
        font-size: 28px;
    }
    .control-div {
        display: block;
        padding: 0;
        margin-top: 25px;
    }
    .button-search {
        text-align: center;
        display: block;
    }
    .find-course .card-body {
        padding: 30px 15px;
    }
    .find-course .col-4 {
        width: 100%;
        text-align: center;
    }
    .find-course .col-8 {
        width: 100%;
    }
    .find-course-input {
        text-align: center;
    }
    .find-course-input .col-10 {
        width: 100%;
    }
    .find-course-input .col-2 {
        width: 100%;
    }
    .find-course-input {
        margin: 30px 0 0 0;
    }
    .btn.search-btn {
        margin-top: 30px;
        padding: 10px 55px;
    }
    .achievments-content .col-3 {
        width: 100%;
    }
    .achievments-content .col-3 .icon-block {
        padding: 15px 0;
    }
    .achievments-content .col-3:first-child .icon-block {
        padding-top: 0;
    }
    .achievments-content .col-3:last-child .icon-block {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .achievments-section {
        padding: 45px 0;
    }
    .achievments-section .section-title {
        margin-bottom: 20px;
    }
    .achievments-section .section-desc {
        margin-bottom: 30px;
        padding: 0 10px;
    }
    .icon-block span {
        margin-bottom: 10px;
    }
    .icon-block span {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .icon-block span img {
        width: 45px;
        height: 45px;
    }
    .icon-block span img[alt="20k"] {
        width: 60px;
        height: 60px;
    }
    .icon-block p {
        font-size: 16px;
        line-height: 24px;
    }
    .student-review-slider::before {
        text-align: center;
        right: 0;
    }
    .student-review-slider::after {
        text-align: center;
        left: 0;
    }
    .student-review-slider .item p {
        padding: 100px 0;
    }
    .section-desc {
        margin-bottom: 30px;
    }
    .owl-theme .owl-dots {
        margin-top: 30px;
    }
    .why-us-block .section-title {
        margin-bottom: 15px;
        text-align: center;
    }
    .why-us-slider .card .card-body {
        padding: 60px 20px !important;
        min-height: 211px;
        overflow: hidden;
    }
    .why-us-slider .card .card-body h4 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 7px;
    }
    .why-us-slider .card .card-body h6 {
        font-size: 14px;
        line-height: 24px;
    }
    .why-us-slider.owl-carousel {
        padding: 0 0;
    }
    /* .why-us-slider.owl-carousel .owl-stage-outer {
        overflow-x: visible;
    } */
    .why-us-slider.owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 30px;
        text-align: center;
        margin-left: 0;
    }
    .why-us-block {
        padding: 42px 0;
    }
    .why-us-block p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    .why-us-block .col-5 {
        width: 100%;
    }
    .why-us-block .col-7 {
        width: 100%;
    }
    .why-us-desc {
        padding-right: 0;
        padding-top: 0;
        margin-bottom: 15px;
    }
    .our-course .col-3 {
        width: 100% !important;
    }
    .our-course .courses-info {
        padding: 0 18px;
    }
    .get-in-touch .col-4 {
        width: 100%;
    }
    .get-in-touch .contact-info {
        margin: 30px 0;
    }
    .contact-form .col-6 {
        width: 100%;
    }
    .contact-form .col-6:first-child {
        padding-right: 10px;
    }
    .contact-form .col-6:last-child {
        padding-left: 10px;
    }
    .billing-shipping-form.contact-form .col-6:first-child {
        padding-right: 18px;
    }
    .billing-shipping-form.contact-form .col-6:last-child {
        padding-left: 18px;
    }
    .billing-shipping-form.contact-form textarea {
        height: auto !important;
    }
    .contact-form {
        padding: 30px 0;
    }
    .msg-send {
        text-align: center;
    }
    .msg-send .btn-send {
        float: none;
    }
    .account-form-details .bg-area {
        display: none;
    }
    .account-create h3 {
        font-size: 24px;
        line-height: 29px;
    }
    .social-account .btn-social img {
        height: 15px;
    }
    .seprator-text span {
        font-size: 14px;
        font-weight: 600;
    }
    .social-account {
        margin: 0 -18px;
    }
    .social-account .facebook {
        padding: 0 28px 0 18px;
    }
    .social-account .google {
        padding: 0 18px 0 28px;
    }
    .account-form label {
        font-size: 14px;
        margin-left: 0;
    }
    .account-form .input-control {
        border-radius: 5px;
        height: 34px;
    }
    .form-group {
        margin-bottom: 15px;
    }
    .account-head .account-links p, .account-links-xs p {
        font-size: 16px;
        margin-top: 0;
    }
    .account-links-xs {
        margin: 48px 0 0 0;
    }
    .account-body {
        padding: 0 15px;
    }
    .account-btn {
        margin-top: 35px;
    }
    .account-foot p {
        font-size: 12px;
    }
    .btn-account {
        padding: 10px 25px;
    }
    .checbox-input-label {
        font-size: 12px;
        padding-left: 0;
    }
    .checbox-input-label input+span.check::before {
        left: -6px;
    }
    .checbox-input-label input[type="checkbox"]:checked+span.check::after {
        left: 0;
    }
    .forgot-pwd a {
        font-size: 14px;
    }
    .account-form-details>.row.no-gap>.col-8 {
        width: 100%;
    }
    .account-body .col-4 {
        width: 100% !important;
    }
    .account-form-details>.row.no-gap>.col-9 {
        width: 100%;
    }
    .form-area {
        padding: 24px 18px;
    }
    .our-course .section-title {
        margin-bottom: 30px;
    }
    .special-courses-offer .section-title {
        line-height: 27px;
    }
    .courses-info .card {
        margin-bottom: 20px;
    }
    .course-section {
        margin-bottom: 15px;
    }
    .course-title {
        font-size: 18px;
    }
    .course-type {
        font-size: 16px;
    }
    .course-desc {
        font-size: 14px;
    }
    .course-price {
        font-size: 14px;
    }
    .more-courses {
        margin-top: 20px;
    }
    /*--new design--*/
    .features-get {
        padding: 55px 0;
    }
    .features-content .section-title {
        display: none;
    }
    .features-block .feature-icon {
        width: 66px;
        height: 66px;
        line-height: 66px;
    }
    .features-block .feature-icon img {
        width: 28px;
        height: 28px;
    }
    .features-block p {
        font-size: 14px;
        margin-top: 15px;
    }
    .register-link {
        font-size: 16px;
    }
    .arrow-right {
        display: inline-block;
        margin-left: 10px;
        width: 25px;
    }
    .features-section .features-get {
        display: grid;
    }
    .features-section .features-get .col-6:nth-of-type(2) {
        order: 1;
    }
    .features-section .features-get .col-6:nth-of-type(1) {
        order: 2;
    }
    .features-section .features-get .col-6 {
        width: 100%;
    }
    .features-section .features-get .col-4 {
        width: 50%;
    }
    .feature-image {
        margin-bottom: 25px;
    }
    .features-block {
        margin-bottom: 12px;
    }
    .register-link {
        margin-top: 10px;
    }
    .experts-section {
        padding: 60px 0;
    }
    .expert-slider .item .col-3 {
        width: 100%;
    }
    .experts-section .section-title {
        margin-bottom: 20px;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 5px;
    }
    .expert-card .name {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .expert-card .position {
        font-size: 16px;
        line-height: 24px;
    }
    .expert-card .card-body {
        padding: 30px 20px;
        min-height: auto;
    }
    .experts-section .section-desc {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .expert-profile {
        padding: 15px 15px;
    }
    .expert-card::after {
        height: 2px;
    }
    .expert-profile img {
        width: 170px !important;
        height: 170px;
        margin: 0 auto;
    }
    .expert-slider .expert-profile img {
        width: 200px;
        height: 200px;
        display: block;
        margin: 0 auto;
    }
    .student-review-section {
        padding: 0;
        background: none;
    }
    .student-review-section .container-wrapper {
        padding: 0;
    }
    .student-review-section .row {
        margin: 0;
    }
    .student-review-section .col-12, .student-review-section .col-6 {
        padding: 0;
    }
    .student-review-section .review-content .section-title {
        text-align: center;
    }
    .student-review-slider .col-6 {
        width: 100%;
        padding: 0;
    }
    .student-review-slider .col-6.right {
        background: url("/static/new-asms/images/bg-gradient.bbb84e7e057f.jpg");
        background-size: 100%;
        background-position: center;
    }
    .reviewer-profile {
        padding: 15px 18px;
    }
    .reviewer-profile P {
        padding: 0 !important;
    }
    .student-review-slider .item p {
        padding: 80px 0;
        font-size: 14px;
        line-height: 20px;
    }
    .reviewer-msg {
        margin-bottom: 0;
        padding: 0 18px;
    }
    .student-review-slider.owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 20px;
        bottom: -55px;
    }
    .reviewer-msg p::before {
        top: 0;
        left: 0;
    }
    .reviewer-msg p::after {
        bottom: 0;
        right: 0;
    }
    .student-review-section .review-content {
        padding: 0;
    }
    .blog-section {
        padding: 120px 0 0 0;
    }
    .blog-section .section-title {
        margin-bottom: 30px;
    }
    .primary-blog .blog-card .card-body {
        padding: 20px 0;
    }
    .secondary-blog .blog-card .card-body {
        padding: 20px;
    }
    .blog-card .blog-title {
        font-size: 14px;
        line-height: 18px;
    }
    .blog-card .blog-desc {
        font-size: 16px;
        line-height: 19px;
    }
    .blog-card .more-link {
        font-size: 16px;
        line-height: 19px;
        margin-top: 20px;
    }
    .blog-section .col-7 {
        width: 100%;
    }
    .blog-section .col-5 {
        width: 100%;
    }
    .primary-blog {
        margin-bottom: 0;
    }
    .contact-section {
        padding-top: 90px;
        /* padding-top: 0; */
        padding-bottom: 18px;
    }
    .contact-section .section-title {
        margin-bottom: 20px;
    }
    .discover-title {
        font-size: 18px;
    }
    .discover-desc {
        font-size: 14px;
        line-height: 20px;
    }
    .contact-info {
        margin: 40px 0 0;
    }
    .contact-info img {
        height: 22px;
    }
    .contact-info p {
        font-size: 10px;
        margin-top: 10px;
    }
    .contact-info p a {
        font-size: 10px;
    }
    .contact-info .contact-type {
        margin-right: 10px;
    }
    .contact-form .input-control,
    .billing-shipping-form.contact-form .input-control {
        height: 34px;
        font-size: 14px;
    }
    .contact-form select.input-control+.select2-container--default .select2-selection--single,
    .billing-shipping-form.contact-form select.input-control+.select2-container--default .select2-selection--single {
        height: 34px;
    }
    .contact-form select.input-control+.select2-container .select2-selection--single .select2-selection__rendered,
    .billing-shipping-form.contact-form select.input-control+.select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 34px;
        font-size: 14px;
    }
    .contact-form select.input-control+.select2-container--default .select2-selection--single .select2-selection__arrow, 
    .billing-shipping-form.contact-form select.input-control+.select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 34px;
    }
    .contact-form select.input-control+.select2-container--default .select2-selection--single .select2-selection__arrow b,
    .billing-shipping-form.contact-form select.input-control+.select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-width: 4px 4px 0 4px;
        margin-left: 10px;
        margin-top: -2px;
    }
    .select2-results__option {
        font-size: 16px;
    }
    /* .select2-dropdown {
        margin-top: 0;
    } */
    .msg-send {
        text-align: left;
    }
    .contact-section .col-7 {
        width: 100%;
    }
    .contact-section .section-title {
        text-align: center;
    }
    .contact-section .contact-details {
        padding-right: 0;
    }
    .contact-section .col-5 {
        width: 100%;
    }
    .contact-section .contact-info {
        text-align: center;
    }
    .contact-section .contact-info .contact-type:last-child {
        margin-right: 0;
    }
    .fetures-content-xs {
        display: block;
    }
    .account-links {
        display: none;
    }
    .breadcrumbs {
        display: none;
    }
    /*--inner-page-media--*/
    .course-details-banner .row {
        display: block;
    }
    .course-details-banner .col-6 {
        width: 100%;
    }
    .about-course-section .col-7 {
        width: 100%;
    }
    .about-course-section .col-5 {
        width: 100%;
    }
    .course-details-banner {
        padding: 120px 0;
        min-height: 292px;
    }
    .course-details-banner .control-button img {
        width: 49px;
    }
    .course-details-md {
        display: none;
    }
    .about-course-section {
        padding: 26px 0;
    }
    .course-details-info h1 {
        font-size: 24px;
        color: #111;
        line-height: 27px;
    }
    .about-course-info .section-title {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 14px;
    }
    .course-details-info p {
        color: #333;
        font-size: 16px;
        line-height: 24px;
        margin: 10px 0;
    }
    .course-details-info ul.price {
        margin-bottom: 25px;
    }
    .course-details-info ul.price li.new-price {
        font-size: 14px;
        color: #111;
    }
    .course-details-info ul.price li.old-price {
        font-size: 12px;
        color: rgba(51, 51, 51, .5);
        margin: 0 10px;
    }
    .course-details-info ul.price li.discount span {
        width: 42px;
        height: 42px;
        padding: 8px 0;
        font-size: 12px;
    }
    .course-details-info ul.price li.discount small {
        font-size: 10px;
    }
    .course-details-info .btn-cart {
        font-size: 16px;
        padding: 10px 45px;
        min-width: 130px;
    }
    .about-course-info {
        margin-top: 38px;
    }
    .about-course-info .about-desc {
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 20px 0;
    }
    .about-course-info ul.course-include-list li::before {
        background-size: 15px;
        width: 15px;
        height: 15px;
        top: 4px;
    }
    .about-course-info ul.course-include-list li p {
        font-size: 16px;
        line-height: 24px;
        margin-left: 20px;
        margin-bottom: 13px;
    }
    .about-course-info p {
        font-size: 16px;
        line-height: 24px;
    }
    .about-course-section hr {
        display: none;
    }
    /* .about-course-info {
        margin-top: 20px;
    } */
    .course-index-list li p, .course-index-list li a {
        font-size: 14px;
        line-height: 26px;
        padding: 4px 15px 4px 45px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .course-index-list li a::before {
        padding: 4px 12px;
        text-align: center;
        font-size: 14px;
    }
    .course-index-list li a.ui-state-active::before {
        padding: 4px 10px;
    }
    .collapse-section {
        padding: 0 10px;
        margin-left: 32px;
    }
    .collapse-section .course-index-details-list li>p {
        padding: 0;
        font-size: 14px;
        line-height: 24px;
    }
    .course-details-right {
        margin-top: 30px;
        padding-left: 0;
    }
    .card-course-details {
        margin-bottom: 40px;
        border-radius: 12px;
    }
    .card-course-details:last-child {
        margin-bottom: 0;
    }
    .card-course-details .card-header {
        border-radius: 12px 12px 0 0;
        padding: 15px 20px;
    }
    .card-course-details .card-header .card-title {
        font-size: 22px;
        line-height: 30px;
    }
    .card-info-list li {
        padding: 15px 0;
    }
    .card-info-list li p {
        font-size: 16px;
    }
    .card-info-list li p.left i {
        font-size: 16px;
        vertical-align: text-top;
        margin-right: 10px;
    }
    .btn-add-cart {
        font-size: 16px;
        padding: 10px 30px;
    }
    .profile-media .media-left {
        padding-right: 15px;
    }
    .profile-media .media-left>img {
        width: 250px;
        height: 250px;
	margin-left: 40px;
    }
    .profile-media .media-desc .name {
        font-size: 18px;
    }
    .profile-media .media-desc .position {
        font-size: 14px;
    }
    .speaker-desc {
        font-size: 14px;
        line-height: 24px;
    }
    /*--User-Account--*/
    .account-section {
        padding: 20px 0 56px 0;
    }
    .card.my-account .card-body {
        padding: 20px;
    }
    .user-profile-details .change-avatar {
        display: none;
    }
    .course-card .card-header {
        padding: 10px 20px;
    }
    .course-card .card-body {
        padding: 20px;
    }
    .certificate-media {
        display: block;
        text-align: center;
    }
    .certificate-media .media-left {
        width: 66px;
        height: 66px;
        display: block;
        padding-right: 0;
        margin-bottom: 15px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .certificate-media .media-left img {
        display: block;
        margin: 0 auto;
    }
    .certificate-info .certificate-title {
        font-size: 18px;
    }
    .certificate-info .certificate-desc {
        font-size: 16px;
        line-height: 24px;
    }
    .certificate-info .button-group button, .certificate-info .button-group a {
        display: block;
        margin: 0 auto 15px auto;
        text-align: center;
    }
    .course-card .card-header .card-title {
        font-size: 16px;
    }
    .about-user .about-desc, .profile-media .media-desc .membership {
        font-size: 14px;
    }
    .account-info-content .note {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
        position: relative;
        padding-left: 30px;
    }
    .account-info-content .note img {
        position: absolute;
        left: 0;
        top: 2px;
    }
    .account-info-title {
        font-size: 22px;
    }
    .account-info-desc {
        line-height: 24px;
    }
    .my-account-info-form {
        margin-top: 15px;
    }
    .my-account-info-form .col-6.left {
        padding-right: 18px;
        width: 100%;
    }
    .my-account-info-form .col-6.right {
        padding-left: 18px;
        width: 100%;
    }
    .my-account-info-form .form-group {
        margin-bottom: 15px;
    }
    .label-group label {
        font-size: 14px;
        font-weight: 600;
    }
    .tooltip .tooltiptext {
        margin-left: -110px;
    }
    .tooltip .tooltiptext::after {
        left: 92%;
    }
    .account-info-content hr {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .label-group a {
        float: right;
        margin-right: 13px;
    }
    .my-account-info-form select+.select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #e1e1e1 transparent transparent transparent;
    }
    .social-media-link-form .form-group {
        margin-bottom: 30px;
    }
    .social-media-link-form .input-left {
        width: 100%;
        padding-right: 0;
    }
    .social-media-link-form button, .social-media-link-form a {
        width: auto;
        float: none;
        margin-top: 15px;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table tr>th, .table tr>td {
        font-size: 16px;
        padding: 15px;
    }
    .order-table {
        margin-top: 30px;
    }
    .order-table thead {
        display: none;
    }
    .order-table .th-xs {
        display: inline-block;
        text-align: left;
        float: left;
    }
    .order-table tr>td::after {
        display: block;
        clear: both;
        content: "";
    }
    .order-table tr {
        display: block;
        border-bottom: 1px solid #E1E1E1;
    }
    .order-table tr:last-child {
        border-bottom: 0;
    }
    .order-table tr>td {
        display: block;
        border: 0;
    }
    .order-table.table tr>th, .order-table.table tr>td {
        padding: 10px 0;
    }
    .order-table td span {
        text-align: right;
        float: right;
    }
    .order-table {
        border-bottom: 1px solid #E1E1E1;
        margin-bottom: 0;
    }
    .member-stat-section {
        padding: 25px 0 20px 0;
    }
    .member-stat-section .row {
        position: relative;
    }
    .member-stat-section .col-8 {
        width: 100%;
    }
    .member-stat-section .col-4 {
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }
    .member-stat-section .user-profile-details {
        display: block;
    }
    .member-stat-section .user-profile-details .profile-media .media-left {
        display: block;
        position: relative;
    }
    .member-stat-section .profile-media .media-desc {
        padding-left: 0;
    }
    .member-stat-section .user-profile-details .profile-media .media-left>img {
        width: 80px;
        height: 80px;
    }
    .member-course-stat-right {
        display: block;
    }
    .course-stat-count {
        display: inline-block;
        text-align: left;
        padding: 5px 15px;
        vertical-align: top;
    }
    .course-stat-count h3 {
        font-size: 24px;
        line-height: 29px;
    }
    .course-stat-count h6 {
        font-size: 14px;
        line-height: 18px;
    }
    .course-stat-count p {
        font-size: 14px;
    }
    .member-stat-section .profile-media .media-desc .name {
        font-size: 18px;
        line-height: 26px;
    }
    .member-stat-section .profile-media .media-desc .membership {
        font-size: 14px;
    }
    .member-stat-section .profile-media .media-desc .member-abt {
        font-size: 14px;
        line-height: 22px;
    }
    .upcoming-task-section {
        padding: 37px 0 20px 0;
    }
    .upcoming-task-section {
        padding: 37px 0 0 0;
    }
    .dashboard-course-cards {
        padding-top: 20px;
    }
    .card-badge-red {
        background: #9E3133;
        padding: 8px 15px;
        font-size: 14px;
        font-weight: bold;
    }
    .upcoming-task-card .card-body {
        padding: 20px 10px;
    }
    .upcoming-task-card .card-body .task-info {
        padding: 0;
    }
    .upcoming-task-card .card-body .task-info h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .upcoming-task-card .card-body .task-info p {
        font-size: 16px;
        line-height: 24px;
    }
    .upcoming-task-card .card-body .task-info p span.remain-time {
        font-weight: 600;
    }
    .upcoming-task-card .card-body .task-info .btn-continue {
        margin-top: 15px;
        padding: 10px 30px;
    }
    .task-img {
        display: none;
    }
    .task-img.xs {
        margin-bottom: 15px;
        display: block;
    }
    /* .user-achivements-section {
        display: none;
    } */
    .dashboard-course-cards .card .card-body {
        padding: 10px;
    }
    .user-course-media.media-structure {
        display: block;
    }
    .user-course-media .media-left img {
        width: 106px;
        height: 90px;
        border-radius: 10px;
    }
    .user-course-media .media-left {
        display: block;
        float: left;
        padding-right: 20px;
        position: absolute;
        left: 10px;
        padding: 0;
    }
    .user-course-media.media-structure .media-right {
        vertical-align: top;
        display: block;
        overflow: visible;
        padding-left: 126px;
    }
    .user-course .course-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .user-course p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 6px;
    }
    .course-control {
        transform: none;
        position: relative;
        left: 0;
        top: auto;
        margin-top: 20px;
    }
    .course-control .btn {
        padding: 10px 10px;
        min-width: 116px;
    }
    .course-progress {
        margin-left: -18px;
        margin-right: -18px;
    }
    .course-progress-bar {
        width: 25%;
        margin-bottom: 15px;
        text-align: center;
        padding: 0 18px;
    }
    /* .course-progress-bar .progress-dial {
        max-width: 100%;
    } */
    .progress-info {
        padding: 10px 5px;
    }
    .course-progress-bar:nth-of-type(4n+1) {
        clear: left;
    }
    .progress-info canvas {
        width: 45px !important;
        height: 45px !important;
    }
    .progress-info p {
        font-size: 12px;
    }
    .course-progress-bar h5 {
        margin-top: 10px;
        font-size: 14px;
        text-align: center;
    }
    .user-achivements-section {
        padding: 20px 0 25px 0;
    }
    .explore-course-info {
        margin: 0;
    }
    .explore-similar-course {
        margin-bottom: 20px;
    }
    .explore-similar-course .title {
        font-size: 22px;
    }
    .search-topics {
        float: left;
        margin-top: 25px;
    }
    .explore-course-section.our-course .courses-info {
        padding: 0 18px;
    }
    .explore-course-slider.owl-theme .owl-nav.disabled+.owl-dots {
        margin: 20px 40px;
    }
    .courses-offer ul>li>a {
        font-size: 14px;
    }
    .courses-offer ul>li>a {
        color: rgba(51, 51, 51, .5);
    }
    /*--about page--*/
    .our-story {
        padding: 25px 0;
    }
    .our-story .col-6 {
        width: 100%;
    }
    .our-story .section-title {
        margin-bottom: 15px;
        line-height: 27px;
    }
    .our-story .story-img img {
        display: block;
        margin: 0 auto;
    }
    .our-story .story-desc {
        font-size: 16px;
        line-height: 24px;
        padding: 15px 0;
    }
    .our-history {
        padding: 25px 0;
    }
    .about-history-content .section-title {
        margin-bottom: 15px;
        line-height: 27px;
    }
    .our-history .about-history-content .section-desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .our-history-info .card-body {
        padding: 15px 25px;
    }
    .our-history .history-year {
        font-size: 18px;
        line-height: 26px;
    }
    .our-history .history-desc {
        font-size: 14px;
        line-height: 22px;
    }
    .team-info-section {
        padding: 25px 0;
    }
    .team-info-section .team-info-content .section-title {
        line-height: 27px;
        margin-bottom: 20px;
    }
    .team-members-row {
        padding: 15px 0;
        display: grid;
    }
    .team-members-row .col-6.member-img {
        width: 100%;
    }
    .team-members-row .col-6.member-details {
        width: 100%;
        order: 2;
    }
    .member-img {
        margin-bottom: 20px;
    }
    .team-members-row.row-right .member-img {
        padding-right: 18px;
        padding-left: 18px;
    }
    .team-members-row.row-right .team-member-info {
        text-align: left;
    }
    .team-member-info .name {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .team-member-info .position {
        font-size: 16px;
        font-weight: 500;
    }
    .team-member-info .description {
        font-size: 14px;
        line-height: 22px;
        margin: 10px 0 15px 0;
    }
    .team-member-info .social-media-connect ul li>a {
        padding-right: 10px;
    }
    .team-member-info .social-media-connect ul li>a>img {
        height: 18px;
    }
    .signup-free-section .col-7 {
        width: 100%;
    }
    .signup-free-section .col-5 {
        width: 100%;
    }
    .signup-free-section {
        padding: 25px 0;
    }
    .signup-free-content h6 {
        font-size: 16px;
        line-height: 24px;
    }
    .signup-free-content h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .sign-up-free {
        text-align: center;
        margin-top: 15px;
    }
    .sign-up-free .btn {
        padding: 10px 25px;
    }
    /*--cart--*/
    .cart-item-details {
        width: 100%;
        padding-right: 18px;
    }
    .shopping-summary-details {
        margin-top: 40px;
        width: 100%;
    }
    .shopping-cart-items .cart-title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px;
    }
    .shopping-cart-items .item-img img {
        width: 85px;
        height: 85px;
    }
    .shopping-cart-items .item-list .remove {
        top: 0;
    }
    .shopping-cart-items .item-list .remove img {
        width: 10px;
    }
    .shopping-cart-items .item-details {
        padding-left: 100px;
    }
    .shopping-cart-items .item-details h3 {
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .shopping-cart-items .item-details .price {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 15px;
    }
    .shopping-cart-items .item-details .price span {
        font-size: 14px;
    }
    .item-counter-value .counter {
        margin: 0 10px;
    }
    .item-counter-value .counter input {
        width: 26px;
        height: 26px;
        font-size: 14px;
    }
    .shopping-cart-items hr {
        margin: 20px 0;
    }
    .shopping-cart-summary {
        padding: 20px 15px;
    }
    .summary-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    .summary-info {
        margin-bottom: 20px;
    }
    .summary-info .item-label {
        font-size: 16px;
    }
    .summary-info .item-price {
        font-size: 16px;
    }
    .coupon-code-info {
        margin: 40px 0 56px 0;
    }
    .coupon-code-info .code-input input {
        font-size: 14px;
        padding: 5px 85px 5px 12px;
    }
    .coupon-code-info .code-input button {
        font-size: 16px;
        padding: 6px 20px;
    }
    .checkout-action {
        margin-bottom: 10px;
    }
    .checkout-action .btn-checkout, .checkout-action .btn {
        font-size: 16px;
        padding: 10px 35px;
    }
    /*--FAQ--*/
    .faq-section {
        padding: 28px 0;
    }
    .faq .section-title+p {
        font-size: 16px;
        line-height: 24px;
    }
    .faq p {
        font-size: 14px;
        line-height: 22px;
    }
    .faq .faqAccordition {
        padding-top: 20px;
    }
    .faq .faqAccordition li {
        padding: 15px 0;
    }
    .faq .accorditionTitle {
        font-size: 16px;
        line-height: 24px;
    }
    .faq .accorditionTitle i {
        display: block;
        float: left;
    }
    .card-discount-badge {
        font-size: 14px;
    }
    /*--override style of edx responsive--*/
    .view-in-course .courseware-bookmarks-button {
        width: 100% !important;
    }
    .view-in-course .course-index {
        display: flex !important;
        width: 100% !important;
        flex-wrap: wrap !important;
    }
    .view-in-course .course-content {
        display: flex !important;
        width: 100% !important;
        flex-wrap: wrap !important;
    }
    .view-in-course .course-content .page-header {
        width: 100% !important;
    }
    .view-in-course .course-wrapper main {
        width: 100% !important;
    }
    .view-in-course .course-index .accordion {
        width: 100% !important;
    }
    .view-in-course .wrapper-course-modes {
        width: 100% !important;
    }
    .view-in-course .course-content .sequence-nav {
        display: none !important;
    }
    .view-in-course .course-wrapper .course-index {
        position: relative;
        width: 100%;
        float: none;
    }
    .view-in-course .course-wrapper .course-content {
        padding-left: 0;
        float: none;
    }
    #hubspot-messages-iframe-container.widget-align-right {
        display: none !important;
    }
    .shopping-cart.print .gray-bg {
        margin-bottom: 0;
        padding-left: 20px;
    }
    .shopping-cart.print .gray-bg .message-left a.blue {
        font-size: 16px;
        padding: 10px 25px;
        line-height: 1;
        margin: 0 0 10px;
        float: none;
    }
    .shopping-cart.print .bordered-bar h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .shopping-cart.print .bordered-bar h2 > span {
        padding-left: 0;
        display: block;
    }
    .shopping-cart.print .bordered-bar h2 > span.pull-right {
        float: none;
        margin-top: 5px;
    }
    .shopping-cart.print .bordered-bar h2 > span.pull-right span.icon {
        padding-left: 0;
    }
    .shopping-cart.print .col-two {
        padding-bottom: 0;
    }
    .shopping-cart.print .col-two .row-inside {
        padding: 10px 18px;
    }
    .shopping-cart.print .col-two .row-inside .billing-detail-label {
        width: 100%;
    }
    .shopping-cart.print .col-two .row-inside .billing-detail-value {
        width: 100%;
    }
    .shopping-cart.print .user-data {
        padding: 20px;
    }
    .shopping-cart.print .user-data .image {
        float: none;
    }
    .shopping-cart.print .user-data .data-input {
        float: none;
        margin: 15px 0 0;
        width: 100%;
    }
    .shopping-cart.print .user-data .data-input .course-title-info {
        display: block;
        width: 100%;
    }
    .shopping-cart.print .user-data .data-input .three-col .col-1 {
        float: left;
        padding-top: 0;
        width: 100%;
    }
    .shopping-cart.print .user-data .data-input .three-col .col-2 {
        width: 100%;
    }
    .shopping-cart.print .user-data .data-input .three-col .col-1 .price span,
    .shopping-cart.print .user-data .data-input .three-col .col-2 .numbers-row .counter {
        font-size: 18px;
        font-weight: 600;
        padding: 0 10px;
    }
    .shopping-cart.print .user-data .data-input .three-col .col-2 .numbers-row label {
        display: inline-block;
    }
    .shopping-cart.print .discount .code-text span {
        margin-right: 0;
    }
    .shopping-cart.print .discount .code-text span b {
        font-size: 22px;
        line-height: 34px;
    }
    .None .wrapper-preview-menu .preview-actions .action-preview .action-preview-label {
        margin-bottom: 5px;
    }
    .None .wrapper-preview-menu .preview-actions .action-preview .action-preview-select {
        width: 100%;
        margin-right: 0;
    }
    .None .page-header .page-header-main .page-title {
        margin-top: 0;
    }
    .None .course-outline .block-tree .section {
        margin: 0;
    }
    .None .course-outline .block-tree .section .section-name .section-title {
        font-size: 18px !important;
    }
    .None .course-outline .block-tree .section ol.outline-item .subsection .subsection-title {
        font-size: 16px;
    }
    .None .course-outline .block-tree .section ol.outline-item .subsection {
        margin-left: 20px;
    }
    .None .course-sidebar .section h3.hd-6 {
        margin: 0 0 20px 0;
    }
    .view-instructordash .enrollment-wrapper table {
        width: 100%;
    }
    iframe[title="Button to launch messaging window"] {
        display: none;
    }
    .floating-wpp {
        z-index: 1030;
    }
}

@media (max-width: 479px) {
    .hero-banner {
        min-height: 370px;
    }
    .why-us-slider .card .card-body {
        padding: 30px 15px !important;
        min-height: 199px;
    }
    .why-us-slider .card .card-body h6 {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;  
        overflow: hidden;
    }
    .social-account .btn {
        padding: 10px;
    }
    .course-progress-bar {
        width: 33.33%;
    }
    .course-progress-bar:nth-of-type(3n+1) {
        clear: left;
    }
    .course-progress-bar:nth-of-type(4n+1) {
        clear: none;
    }
    .course-stat-count {
        padding: 5px 10px;
    }
    .course-stat-count p {
        font-size: 13px;
        max-width: 80px;
    }
}

@media(max-width: 359px) {
    .hero-banner {
        min-height: 400px;
    }
    .find-course .control-div select+.select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }
    .overlay-box {
        padding: 15px 25px;
    }
    .account-body {
        padding: 0 !important;
    }
    .course-progress-bar {
        width: 50%;
    }
    .course-progress-bar:nth-of-type(2n+1) {
        clear: left;
    }
    .course-progress-bar:nth-of-type(3n+1) {
        clear: none;
    }
    .course-progress-bar:nth-of-type(4n+1) {
        clear: none;
    }
    .social-account .facebook {
        padding: 0 18px 0 18px;
    }
    .social-account .google {
        padding: 0 18px 0 18px;
    }
    .social-account .btn {
        padding: 10px;
        font-size: 14px;
    }
}
