
/*===================================*
  09. BLOG SECTION
*===================================*/

.blog_style1,
.blog_style2 {
	padding: 15px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	background-color: #fff;
}
.blog_img_slider.owl-carousel.owl-theme .owl-dots {
    margin: 0 !important;
    position: absolute;
    bottom: 10px;
	right: 10px;
	z-index: 9;
}
.blog_thumbs .blog_img {
	float: left;
	width: 40%;
}
.blog_thumbs .blog_content {
    padding: 0 0 0 15px;
    overflow: hidden;
}
.single_post .blog_content .blog_text > h2 {
	color: #000;
}
.single_post .blog_content .blog_text p {
	font-size: 16px;
	margin-bottom: 15px;
}
.single_post .blog_meta {
	margin: 10px 0;
}
.single_post blockquote {
    padding: 10px 20px 0;
	margin: 0 0 20px;
	border-left: 3px solid #eee;
	font-style: italic;
	display: inline-block;
}
.single_post blockquote p {
    line-height: 30px;
}
.author_img {
	float: left;
	padding-right: 15px;
}
.author_img img {
    width: 80px;
}
.author_info {
	overflow: hidden;
}
.author_info p {
	font-size: 14px;
	margin-bottom: 10px;
}
.related_post {
	padding-top: 30px;
	margin-top:30px;
}
.comment-area {
	padding-top: 30px;
}
.comment-title h5,
.content_title h5 {
    color: #333;
    display: inline-block;
    width: 100%;
	text-transform:capitalize;
	font-weight: 600;
}
.user_img img {
    border-radius: 100%;
    height: auto;
    max-width: 60px;
}
.comment_info {
    background-color: #f7f7f7;
    margin-top: 10px;
    padding: 25px 30px 10px;
}
.comment_content {
    padding-left: 20px;
}
.comment_info.reply {
    padding-left: 60px;
}
.comment-time {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 8px;
	text-transform: uppercase;
}
.comment-reply i {
    margin-right: 5px;
}
.comment_list {
    margin-bottom: 30px;
}
.post_date {
	position: absolute;
	padding: 8px 15px;
	top: 15px;
	left: -8px;
	line-height: 20px;
}
.post_date::before {
	content: "";
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 0;
	border-color: transparent #075680 transparent transparent;
	left: 0;
}
.blog_style1 .post_date {
	left: -23px;
}
.blog_style2 .post_date:before,
.blog_style3 .post_date:before {
	content: normal;
}
.blog_style2 .post_date {
	left: 15px;
}
.blog_style3 .post_date {
	left: auto;
	right: 15px;
}
.blog_style3 .blog_content {
	border: 1px solid #ededed;
	padding: 15px;
}
.blog_style4 {
	border-radius: 10px;
}
.blog_style4 .blog_img,
.blog_style4 .blog_img a,
.blog_style4 .blog_img img {
	border-radius: 10px 10px 0 0;
}
.blog_style4 .blog_content {
	padding: 15px;
	border-radius: 0 0 10px 10px;
}
.blog_style5 .blog_content {
	padding: 15px;
}
.blog_title * {
	font-weight: 600;
}
/*===================================*
  09. END BLOG SECTION
*===================================*/

.v1-header .navbar-nav {
	flex-direction: row;
}


/* Ratings widget */
.rate {
	display: inline-block;
	border: 0;
}
/* Hide radio */
.rate > input {
	display: none;
}
/* Order correctly by floating highest to the right */
.rate > label {
	float: right;
}
/* The star of the show */
.rate > label:before {
	display: inline-block;
	font-size: 1.1rem;
	padding: .3rem .2rem;
	margin: 0;
	cursor: pointer;
	font-family: FontAwesome;
	content: "\f005 "; /* full star */
}
/* Zero stars rating */
.rate > label:last-child:before {
	content: "\f006 "; /* empty star outline */
}
/* Half star trick */
.rate .half:before {
	content: "\f089 "; /* half star no outline */
	position: absolute;
	padding-right: 0;
}
/* Click + hover color */
.rate input:checked ~ label, /* color current and previous stars on checked */
.ratelabel:hover,.rate label:hover ~ label { color: #f8f951;  } /* color previous stars on hover */

/* Hover highlights */
.rate input:checked + .rate label:hover, .rate input:checked ~ .rate label:hover, /* highlight current and previous stars */
.rateinput:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
.rate label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color: #f8f951;  } 

.navbar-top-info ul, .social-list-top{
	margin-bottom: 0 !important;
}

.top-nav{
	height: auto !important;
}
.top-nav ul
{
	margin-top: 0 !important;
}

.logo_link .img-fluid {
    max-height: 70px;
}

iframe {
	width: 100%;
}

/* 
.row .swiper-slide .col-md-4.col-lg-4
{
    flex-shrink: unset;
    height: auto;
    position: unset;
    transition-property: unset;
    width: 33.3333333333%;
} */

/* .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
} */

select {
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-size: 24px;
	background-position: calc(100% - 10px) 49%;
	background-repeat: no-repeat;
	appearance: none;
}

main.topnav-enabled .main-area-div {
	padding: 126px 0 0 0;
}

.toast-error {background-color: #BD362F !important;}
.toast-success {background-color:#51A351 !important;}

.video-player-body-div .sec-hold .row{
                margin: auto;
                padding: 180px 0;
            }

            .video-player-body-div .sec-hold p{
                text-align: center;
			color:#a0a2a3;
            }
            .video-player-body-div .sec-hold  {
                width: 100%;
            }

            .video-player-body-div .sec-hold .fa-refresh{
		    color: #a0a2a3;
                font-size: 30px;
                display: flex;
                flex-wrap: wrap;
                align-content: space-around;
                flex-direction: column-reverse;
            }

.video-player-div.video_player {
    background-color: #000000;
}

.subsectionClick.disabled_div {
                pointer-events: none !important;
                cursor: no-drop !important;
                background-color: #00000021 !important;
            }
            .subsectionClick.disabled_div .link , .subsectionClick.disabled_div a {
                background-color: #00000021 !important;
            }
            .video-js .vjs-big-play-button {
                display: block ;
                top: 50% !important;
                left: 50% !important;
                border: 0 !important;
                color: #fff !important;
                transition: border-color .4s, outline .4s, background-color .4s !important;
                background-color: rgba(0, 0, 0, .45) !important;
                font-size: 3.5em !important;
                border-radius: 50% !important;
                height: 2em !important ;
                line-height: 2em !important;
                margin-top: -1em !important;
                width: 2em !important;
            }
			.btn-certified{
				padding: .375rem .75rem;
				color: #2c7905;
				font-size: 1rem;
				line-height: 1.5;
				text-transform: uppercase;
				text-decoration: none;
			  }
			  a.btn-certified:hover{
				text-decoration: none;
				color: #2c7905;
			  }
			  .access-course-btns-bx .btn {
				color: #fff;
			  }

.video_player_download_link, .video_player_download_link:hover
{
    margin: auto;
    color: #fff;
    padding: 20px;
}

.course-curriculum-list .round {
  float:left;
  margin-right: 20px;
  margin-bottom: 15px;
  position: relative;

}

.course-curriculum-list .round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 21px;
  left: 0;
  position: absolute;
  top: 0;
  width: 21px;
}

.course-curriculum-list .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 10px;
}

.course-curriculum-list .round input[type="checkbox"] {
  visibility: hidden;
}

.course-curriculum-list .round input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.course-curriculum-list .round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.customization_page .inner-top-header-div .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.customization_page .navbar-info-top li .link {
    display: flex;
}
.customization_page .navbar-info-top li .link span.icon-span {
    margin-right: 10px;
}

.customization_page .navbar-top-info {
    text-align: end;
}

.chat-page .form-outline .form-control~.form-notch div {
    pointer-events: none;
    border: 1px solid;
    border-color: #eee;
    box-sizing: border-box;
    background: transparent;
}

.chat-page .form-outline .form-control~.form-notch .form-notch-leading {
    left: 0;
    top: 0;
    height: 100%;
    border-right: none;
    border-radius: .65rem 0 0 .65rem;
}

.chat-page .form-outline .form-control~.form-notch .form-notch-middle {
    flex: 0 0 auto;
    max-width: calc(100% - 1rem);
    height: 100%;
    border-right: none;
    border-left: none;
}

.chat-page .form-outline .form-control~.form-notch .form-notch-trailing {
    flex-grow: 1;
    height: 100%;
    border-left: none;
    border-radius: 0 .65rem .65rem 0;
}

.chat-page .form-outline .form-control:focus~.form-notch .form-notch-leading {
    border-top: 0.125rem solid #39c0ed;
    border-bottom: 0.125rem solid #39c0ed;
    border-left: 0.125rem solid #39c0ed;
}

.chat-page .form-outline .form-control:focus~.form-notch .form-notch-leading,
.chat-page .form-outline .form-control.active~.form-notch .form-notch-leading {
    border-right: none;
    transition: all 0.2s linear;
}

.chat-page .form-outline .form-control:focus~.form-notch .form-notch-middle {
    border-bottom: 0.125rem solid;
    border-color: #39c0ed;
}

.chat-page .form-outline .form-control:focus~.form-notch .form-notch-middle,
.chat-page .form-outline .form-control.active~.form-notch .form-notch-middle {
    border-top: none;
    border-right: none;
    border-left: none;
    transition: all 0.2s linear;
}

.chat-page .form-outline .form-control:focus~.form-notch .form-notch-trailing {
    border-top: 0.125rem solid #39c0ed;
    border-bottom: 0.125rem solid #39c0ed;
    border-right: 0.125rem solid #39c0ed;
}

.chat-page .form-outline .form-control:focus~.form-notch .form-notch-trailing,
.chat-page .form-outline .form-control.active~.form-notch .form-notch-trailing {
    border-left: none;
    transition: all 0.2s linear;
}

.chat-page .form-outline .form-control:focus~.form-label {
    color: #39c0ed;
}

.chat-page .form-outline .form-control~.form-label {
    color: #bfbfbf;
}

.chat-page #chathtml {
    max-height: 500px;
    overflow-y: scroll;
    min-height: 350px;
}

.chat-page .sender {
    max-width: 50%;
    border-radius: 15px; 
    background-color: rgba(57, 192, 237,.2);
}

.chat-page .reciever {
    max-width: 50%;
    border-radius: 15px; 
    background-color: #fbfbfb;
}

.chat-page .message-text {
    text-align: center;
}

.courses-main-right-div .accordion-cs-root .accordion-item .accordion-content-dv ul.course-curriculum-list>li{
    padding: 10px;
    border-radius: 8px;
    background: #fafafa;
    margin: 15px 0px;
}
.courses-main-right-div .accordion-cs-root .accordion-item .accordion-content-dv ul.course-curriculum-list li .link{
    padding:0;
    background: transparent !important;
    border-radius: 0;
} 
.courses-main-right-div .accordion-cs-root .accordion-item .accordion-content-dv ul.course-curriculum-list li ol{
    list-style: decimal !important;
     margin-left: 30px;
}
.courses-main-right-div .course-curriculum-list .round{
    margin-bottom:5px;
}
.courses-main-right-div .accordion-cs-root .accordion-item .accordion-content-dv ul.course-curriculum-list li .title-span{
    font-size:16px;
    margin-right:10px;
}
.courses-main-right-div .accordion-cs-root .accordion-item .accordion-content-dv ul.course-curriculum-list>li>.link{
    margin: 5px 0;
}