/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #21a7d0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #21a7d0;
}

.primary-button {
    background-color: #21a7d0 !important;
    border-color: #21a7d0 !important;
}

.full-width-header .rs-header .menu-area .nav-expander {
    right: 0px;
}
.nav-profile-pic {
    width: 50px;
    height: 50px;
    border: 2px solid #21a7d0;
    border-radius: 50%;
}
.dropbtn {
    background-color: #21a7d0;
    color: white;
    padding: 0px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: inherit;
    /*display: inline-block;	*/
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 330px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: -34px;
    right: 0;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: 600;
}

.dropdown-content a:hover {
    background-color: #ffffff;
    color: #21a7d0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.p-15 {
    padding: 15px;
}
.font-size-15 {
    font-size: 15px;
}
.font-size-20 {
    font-size: 20px;
}
/*.breadcrumbs-img img{
	height: 65px;
}
.rs-breadcrumbs h1{
	display: none;
}*/

.left-sidebar-item a {
    text-decoration: none;
    color: #394459;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.08em;
}

.left-sidebar-item {
    padding: 5px 5px 5px 5px;
    text-align: start;
}

.mobile-sidebar-item-active {
    font-size: 16px !important;
    color: #21a7d0 !important;
}

.full-width-header .rs-header .right_menu_togle {
    width: 400px;
}

.course-total-rating-count {
    margin-left: 20px;
}

.btn-tag {
    padding: 6px 20px;
    margin-top: 5px;
}
/* Course Details Page CSS - START */
.intro-section .intro-tabs .tab-btns .tab-btn:hover,
.intro-section .intro-tabs .tab-btns .tab-btn.active {
    background: #21a7d0;
    border-color: #21a7d0;
}
.intro-section .video-column .course-features-info ul li i {
    color: #21a7d0;
}
.course-overview .inner-box .review-list li:before {
    color: #21a7d0;
}
.course-overview .inner-box .student-list li .fa {
    color: #21a7d0;
}
.accordion-box .block .play-icon .fa {
    color: #21a7d0;
}
.cource-review-box .rating .fa {
    color: #21a7d0;
}
.cource-review-box .total-rating {
    color: #21a7d0;
}
.cource-review-box .more {
    color: #21a7d0;
}

.media-icon .preview-videos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    background: #21a7d0;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
}

.media-icon .preview-videos:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: all 0.3s ease;
    z-index: -1;
}

.media-icon .preview-videos i {
    margin-left: 5px;
    font-size: 30px;
    margin-top: 19px;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.youtube-video-player {
    width: 100%;
    height: auto;
}

/* Course Details Page CSS - END */

.full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li
    a:before {
    content: "";
}

.full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li
    a:hover:before {
    content: "";
}

.home > span.rs-menu-parent {
    background: #ffffff !important;
}

.home .fa-angle-down:before {
    content: "";
}

.home .fa-angle-up:before {
    content: "";
}

.blog > span.rs-menu-parent {
    background: #ffffff !important;
}

.blog .fa-angle-down:before {
    content: "";
}

.blog .fa-angle-up:before {
    content: "";
}

.events > span.rs-menu-parent {
    background: #ffffff !important;
}

.events .fa-angle-down:before {
    content: "";
}

.events .fa-angle-up:before {
    content: "";
}

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

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

.font-size-12 {
    font-size: 12px !important;
}

.rs-breadcrumbs .breadcrumbs-text.white-color ul li a:hover {
    color: #21a7d0;
}

.not-allowed {
    cursor: not-allowed;
}

.blog-post-date {
    width: 230px;
}
a.readon.btn-tag {
    padding: 0px 5px;
    font-size: 14px;
    font-weight: 500;
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

/* Cookie Constant - START */
.wrapper {
    position: fixed;
    bottom: 50px;
    right: 10px;
    max-width: 500px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.wrapper.show {
    right: 20px;
}

.wrapper .data {
    margin-top: 16px;
}

.wrapper .data p {
    color: #333;
    font-size: 16px;
}

.data p a {
    color: #21a7d0;
    text-decoration: none;
}

.data p a:hover {
    text-decoration: underline;
}

/* Cookie Constant - END */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .last-100-update-hide {
        display: none;
    }
    .my-account-tabs {
        width: 100%;
    }
    .padding-top-0-on-mobile {
        padding-top: 0px !important;
    }
    .sm-m-0 {
        margin: 0px !important;
    }
    .sm-pb-0 {
        padding-bottom: 0px !important;
    }
    .sm-p-30 {
        padding: 30px !important;
    }
    .wrapper {
        right: 10px;
        left: 10px;
        max-width: 350px;
    }
}

@media only screen and (max-width: 990px) {
    .last-100-update-hide {
        display: none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /*.last-100-update-hide{
	    display: none;
	}*/
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .intro-section .intro-tabs .tab-btns {
        width: 25%;
    }
    .youtube-video-player {
        width: 100%;
        height: 400px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}
