:root {
  --dark-navy: #0B1821;
  --brand-blue: #1BADC4;
  --soft-blue: #2A3D46;
  --light-blue: #D5EFF8;
}


/******************************************************************

 1- GENERAL Styling

*****************************************************************/
body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #252525;
}

a {
  color: #252525;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
  text-decoration: none;
}

a:hover {
  color: #167ac6;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

img {
  max-width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}


.pt-40 {
  padding-top: 40px;
}

.pb-80 {
  padding-bottom: 80px;
}

.ptb-40 {

  padding: 40px 0;
}

.themeix-ptb-2 {
  padding: 70px 0;
}

.themeix-ptb-3 {
  padding: 60px 0;
}

.themeix-ptb-4 {
  padding: 80px 0 50px;
}

.themeix-ptb-5 {
  padding: 30px 0 80px;
}

.bg-info {
  background-color: #f7f7f7;
}

.hover-bg {
  background-color: #f44336;
}

.bg-semi-white {
  background-color: #f1f1f1;
}

.bg-slide-white {
  background-color: #f0f0f0;
}

.themeix-sidebar-h {
  margin-bottom: 15px;
}

.themeix-sidebar-h h4 {
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
  color: #141414;
  margin: 0;
}

.themeix-section-h {
  padding: 15px 0;
}

.themeix-section-h h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #333333;
  margin: 0;
}

.themeix-section-h .see-all-link {
  float: right;
}

.themeix-btn-danger {
  padding: 12px 25px;
  border: medium none;
  background-color: #f44336;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.read-more-btn {
  color: #288feb;
  font-size: 16px;
  border-bottom: 1px solid #288feb;
}

/********************************************

2. Menu Style

*****************************************/
.header-top {
  background-color: var(--dark-navy);
  /* overflow:hidden; */
  min-height: 40px;
  line-height: 40px;
}

.header-top .user-info,
.header-top .user-info a,
.site-info,
.site-info a {
  color: #fff;
  padding-right: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.header-top i {
  padding-right: 10px;
  display: inline-block;
}

.header-top .mail-address a {
  text-transform: lowercase;
}

.site-info div {
  display: inline-block;
}

.user-info div {
  display: inline-block;
}

.header-top .sepator {
  padding-right: 15px;
  padding-left: 15px;
}

.server-time {
  font-weight: 400;
  text-transform: capitalize;
}

.mega-menu>ul>li>ul>li>a {
  text-transform: capitalize;
}

ul.nav>li.active>a {

  opacity: 1;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

ul.nav>li>a {
  border-bottom: 2px solid transparent;
}

ul.nav>li:hover>a {
  border-color: var(--brand-blue);
  color: #333;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: var(--light-blue);
}

.mega-list li a i {
  padding-right: 10px;
}

.main-menu .themeix-nav>li>a {
  display: block;
  padding: 20px 14px;
  font-weight: 700;
}

.modal-title {
  color: #333333;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}

#upload-options .modal-footer {
  text-align: left;
}

#upload-options .modal-footer p {
  margin-bottom: 0;
  line-height: 24px;
}

.upload-form button,
.login-form button {
  font-size: 20px;
}

.upload-form input,
.upload-form textarea,
.login-form input,
.login-form textarea {
  border-radius: 0;
}

.upload-form input,
.login-form input {
  height: 45px;
}

.modal-header .close-btn {
  float: right;
  font-size: 20px;
}

.upload-form input[type="file"] {

  display: none;
}

.custom-file-upload {
  border: 1px solid #c3e4c4;
  display: inline-block;
  padding: 35px 12px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  background: #d7f5d8;
}

.navbar-toggle {
  background-color: transparent;
}

.navbar-toggler {

  /* color: black; */
}

.profile-img-position {
  z-index: 999;
}

.close-btn-onclick-btn {
  position: relative !important;
  right: 0;
  font-size: 14px;
  top: 0px !important;
  z-index: 9999 !important;
}

.c-cat {
  gap: 10px;
}

.navbar-toggler {
  padding: 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  background-color: #0097af;
}

.main-nav .fa.fa-bars {
  color: #666;
}

/*****************************************
 3. slider style
***************************************/

.ps-caption b {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  text-transform: capitalize;
}

.ps-caption b i {
  font-size: 14px;
  display: inline-block;
  padding-right: 5px;
}

.ps-caption b {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.pgwSlideshow .ps-current>ul>li img {
  max-height: 450px;
}

.pgwSlideshow .ps-current>ul>li img {
  width: 100%;
  max-width: 1140px;
}

.pgwSlideshow .ps-nextIcon {
  border: 0;
  position: relative;
}

.pgwSlideshow .ps-prevIcon {
  border: 0;
  position: relative;
}

.pgwSlideshow .ps-nextIcon:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

.pgwSlideshow .ps-prevIcon:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

.pgwSlideshow .ps-current .ps-next {
  padding: 10px 15px 10px 20px;
  border: 0;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
  border-radius: 0;
}

.pgwSlideshow .ps-current .ps-prev {
  padding: 10px 20px 10px 15px;
  border: 0;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
  border-radius: 0;
}

.pgwSlideshow .ps-current .ps-next:hover {
  background-color: #f44336;
}

.pgwSlideshow .ps-current .ps-prev:hover {
  background-color: #f44336;
}

.pgwSlideshow .ps-caption {
  bottom: 60px;
  padding: 20px 0 20px 20px;
  width: 55%;

}

.pgwSlideshow .ps-list li .ps-item {
  margin: ;
}

.pgwSlideshow .ps-list {
  background: #1b1b1b none repeat scroll 0 0;
  box-shadow: none;
  border: medium none;
  margin: 0;
}

.pgwSlideshow .ps-list li .ps-item.ps-selected {
  border: medium none;
}

.pgwSlideshow .ps-list li img {
  width: 150px;
  border: medium none;
}

.pgwSlideshow .ps-list li .ps-item.ps-selected img {
  margin: 0;
}

.pgwSlideshow .ps-list li .ps-item {
  padding: 15px 15px 15px 0;
  margin: 8px 5px;
}

.pgwSlideshow .ps-current .ps-prev {
  background-color: #000;
}

ul.pgwSlider>li span,
.pgwSlider>.ps-list>li span i {
  display: none;
}

.pgwSlider .ps-caption {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}

ul.pgwSlider>li span,
.pgwSlider>.ps-list>li span {

  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}

ul.pgwSlider>li span,
.pgwSlider>.ps-list>li span {
  font-size: 16px;
  font-weight: normal;
}


/* .slider-part-two .row .col-md-6:nth-child(odd) {
	padding-right:0 !important;
	padding-left:10px !important;
}
.slider-part-two .row .col-md-6:nth-child(even) {
	padding-left:10px !important;
} */
.slider-part-one .feature-post-img>a>img {
  height: 430px;
  object-fit: cover;
}

.slider-part-two .feature-post-img>a>img {
  height: 203px;
  object-fit: cover;
}

/**************************************

4. Start Video Carousel

*****************************************/
.heading-icon {
  background-color: var(--brand-blue);
  color: #fff;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  text-align: center;
  width: 35px;
}

.heading-icon i {
  font-size: 16px;
}

.video-title {
  text-transform: capitalize;
  font-size: 16px;
  color: #252525;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
  line-height: 1.2;
  font-weight: 600;
}

.video-title:hover {
  color: var(--brand-blue);
}

.video-feedback {
  overflow: hidden;
}

.single-video .video-feedback {
  float: right;
}

.video-like-counter {
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  color: #767676;
}

.video-like-counter:last-child {
  padding-right: 0;
}

.video-viewers {
  display: inline-block;
  font-size: 12px;
}

.view-icon {
  color: #418fd1;
  padding-right: 10px;
}

.like-icon {
  color: #359261;
  padding-right: 10px;
}

.dislike-icon {
  color: #ff0000;
  padding-right: 5px;
}

.video-img>a>img {
  max-width: 100%;
  width: 100%;
  height: 160px;
  object-fit: contain;
  min-height: 200px;
  background: #f3f3f3;
}

.list-page-video-size .video-img>a>img {
  max-width: 100%;
  width: 100%;
  min-height: 400px;
  object-fit: contain;
  height: 400px;
  background: #f3f3f3;
}

.full-video-view .video-img>a>img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-img span.video-duration,
.review-img span.video-duration {
  background-color: #000;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  height: 22px;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 40px;
}

.single-feature .video-img span.video-duration {
  top: 10px;
  right: 10px;
}

.video-img,
.review-img {
  display: block;
  position: relative;
  overflow: hidden;
}

.video-content>h4 {
  /* height: 60px; */
  overflow: hidden;
  text-overflow: ellipsis;
}

.owl-nav {
  position: absolute;
  top: -45px;
  right: 0;
  color: #fff;
}

.owl-prev {
  background-color: var(--soft-blue) !important;
  font-size: 20px;
  height: 25px;
  left: -60px;
  line-height: 22px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  width: 25px;
}

.owl-prev:hover {
  background-color: var(--brand-blue) !important;
}

.owl-next {
  background-color: var(--soft-blue) !important;
  font-size: 20px;
  height: 25px;
  right: 0;
  line-height: 22px;
  position: absolute;
  text-align: center;
  width: 25px;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
}

.owl-next:hover {
  background-color: var(--brand-blue) !important;
}

.single-video .video-img a,
.single-review .review-img a {
  position: relative;
  display: block;
}

.single-video .video-img a:before,
.single-review .review-img a:before {
  color: #fff;
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
  z-index: 11;
}

.single-video:hover .video-img a:before,
.single-review:hover .review-img a:before {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0.0001;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.single-video .video-img a:after,
.single-review .review-img a:after {
  color: var(--brand-blue);
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s linear 0s;
  transition: all .5s linear 0s;
  z-index: 12;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.single-video:hover .video-img a:after,
.single-review:hover .review-img a:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: initial;
  transform-style: initial;
}

/* .video-img:after,
.review-img:after {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-color:rgba(0,0,0,.4);
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all .4s linear 0s;
	transition:all .4s linear 0s;
	-webkit-transform-origin:bottom 0 0;
	        transform-origin:bottom 0 0;
}
.single-video:hover .video-img:after,
.single-review:hover .review-img:after {
  opacity:1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
} */

/*****************************************

5. Start Wide Video Section

**********************************************/
.wide-video-section .single-video {
  margin-bottom: 30px;
  min-height: 210px;
}

.see-all-link {
  color: #f44336;
  padding-left: 10px;
  line-height: 24px;
  position: relative;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
}

.see-all-link:hover {
  color: #f44336;
}

/************************************************

6. Start Review And Contribute Section

*******************************************************/

.single-review {
  overflow: hidden;
  width: 100%;
  margin-bottom: 25px;
}

.single-review:last-child {
  margin-bottom: 0;
}

.single-review .review-img {
  float: left;
  width: 36%;
}

.single-review .review-content {
  float: left;
  width: 60%;
  padding-left: 5%;
}

.review-img a {
  display: inline-block;
}

.review-img img {
  max-width: 270px;
}

.review-content h4 {
  margin-top: 0;
  line-height: 14px;
}

.review-content .video-feedback {
  padding-left: 5px;
}

.review-content .video-counter {
  padding-bottom: 10px;
}

.video-counter {
  font-weight: 500;
}

.view-btn {
  font-weight: 500;
  color: #f44336;
  text-transform: capitalize;
  padding: 0;
  margin-right: 10px;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
}

.view-btn:hover {
  color: #000;
}

.review-btn {
  display: inline-block;
}

.video-counter-plan {
  overflow: hidden;
  display: inline-block;
}

.video-counter-plan .video-viewers {
  float: left;
  padding: 2px;
}

.video-counter-plan .video-feedback {
  display: inline-block;
  float: left;
}

/**************************************

7. Start Top Contribute

****************************************/


.single-contributor {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
}

.single-contributor .contributor-img {
  width: 30%;
  max-width: 100px;
  float: left;
}

.single-contributor .contributor-content {
  width: 70%;
  padding-left: 5%;
  float: left;
}

.contributor-content h4 {
  margin-top: 0;
}

.contributor-img>img {
  max-width: 100%;
}

.single-contributor .contributor-content p {
  margin-bottom: 0;
  font-size: 13px;
}

.heading-link {
  color: #252525;
  font-size: 16px;
  text-transform: capitalize;
}

.subscribe-box {
  margin-top: 60px;
}

.subscribe-form input[type="email"] {
  width: 100%;
  height: 40px;
  border: 1px solid #b7b7b7;
  padding-left: 10px;
}

.subscribe-form {
  position: relative;
  display: block;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  border: 0;
  background-color: #f44336;
  width: 50px;
  height: 40px;
  top: 0;
  color: #fff;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
}

.subscribe-form button:hover {
  background-color: #3694f4;
}

.big-banner a {
  display: inline-block;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.big-banner img {
  max-width: 100%;
}

/****************************************

8. Start Call To Action Area

*****************************************/

.call-to-action-area {
  padding: 40px 0;
  color: #fff;
}

.action-content h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
}

.action-content p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.themeix-purchase-btn {
  padding: 10px 30px;
  background-color: #fff;
  color: #f26c4f;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
  text-transform: uppercase;
}

.themeix-purchase-btn:hover {
  background-color: #2a6f9f;
  color: #fff;
}

.themeix-purchase-btn-2 {
  padding: 10px 30px;
  background-color: #2a6f9f;
  color: #fff;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
  text-transform: uppercase;
}

.themeix-purchase-btn-2:hover {
  background-color: #71c668;
  color: #fff;
}

.themeix-purchase-btn-3 {
  padding: 10px 20px;
  background-color: #fff;
  color: #f44336;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
  text-transform: uppercase;
}

.themeix-purchase-btn-3:hover {
  background-color: #3694f4;
  color: #fff;
}

.themeix-purchase-btn-4 {
  padding: 10px 20px;
  background-color: #fff;
  color: #252525;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
  text-transform: uppercase;
}

.themeix-purchase-btn-4:hover {
  background-color: #f44336;
  color: #fff;
}

.purchase-link {
  padding-top: 10.5%;
}

.purchase-link a:focus {
  color: #71c668;
  background-color: #fff;
}

.bg-slide-white .action-content {
  color: #252525;
}

/*******************************

9. Start Footer Area

*****************************/
.footer-area {
  font-weight: 400;
}

.single-footer-text p {
  line-height: 24px;
}

.footer-heading-wrap {
  margin-bottom: 10px;
}

.footer-heading {
  display: inline-block;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 0;
}

.social-links ul li {
  display: inline-block;
}

.single-footer .social-links {
  margin-top: 20px;
}

.social-links ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #1badc4;
  margin-right: 5px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
}

.social-links ul li a:hover {
  background-color: #00aced;
}

.footer-list ul li a {
  display: inline-block;
  padding: 5px 0;
  color: #252525;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
  font-size: 15px;
}

.footer-list ul li a:hover {
  color: var(--brand-blue);
}

.social-links ul li.fb-link a:hover {
  background-color: #3b5998;
}

.social-links ul li.gp-link a:hover {
  background-color: #dd4b39;
}

.scroll-top {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #444444;
  bottom: 10px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
  display: none;
}

.scroll-top .scroll-icon {
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
}

.scroll-top:hover {
  background-color: #2a6f9f;
}

/************************************

10. Start Footer Bottom Area

************************************/

.footer-bottom-area {
  text-align: center;
}

.footer-links {
  padding-bottom: 15px;
}

.footer-links ul li {
  display: inline-block;
}

.footer-links ul li a {
  padding: 0 10px;
  color: #252525;
  font-weight: 400;
}

.footer-links ul li a:hover {
  color: #f44336;
}

.footer-links ul li a {
  border-right: 1px solid #bfbfbf;
}

.footer-links ul li:last-child a {
  border-right: medium none;
}

.footer-logo {
  padding-bottom: 20px;
}

.copyright-text a {
  color: #1badc4;
}

.copyright-text p {
  margin-top: 20px;
}

.otp-log {
  display: flex;
  align-items: center;
  justify-content: center !important;
  text-align: center;
  width: 100%;
  gap: 30px;
}

section.dashboard-section ul li.questions-answer-tap {
  margin-bottom: 10px;
}

/***************************************************

11. index-2

*****************************************************/

.popular-videos .single-video {
  margin-bottom: 20px;
}

.popular-videos .single-video:last-child {
  margin-bottom: 0;
}

.popular-videos .themeix-section-h {
  padding-top: 0;
}

/**********************************************

12. Start Video Background Area

************************************************/
.video-bg-section .video-overlay {
  background-color: rgba(204, 24, 30, 0.41);
}

.video-bg-section .buttonBar {
  display: none;
}

.video-text {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  height: 500px;
  color: #fff;
}

.video-text h1 {
  font-size: 62px;
  display: inline-block;
  font-weight: 600;
  line-height: 72px;
}

.video-text p {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

/**************************************************

13. Single Video Page

**********************************************/
.page-banner-area,
.page-banner-area-3 {

  background-image: url("../images/banners/2.jpg");
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;

}

.page-banner-area:after,
.page-banner-area-3:after {
  background: rgba(0, 0, 0, 0.62);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
}

.page-banner {
  position: relative;
  z-index: 9;
  display: flex;
  height: 220px;
  align-items: center;
  justify-content: space-between;
}

.page-info .page-banner {
  height: 160px;
}

.page-title {
  display: inline-block;
}

.page-title h2 {
  font-size: 28px;
  font-weight: 300;
  margin: 0;
  text-transform: capitalize;
  color: #fff;
  padding-right: 15px;
}

.page-breadcrumb {
  float: right;
}

.page-breadcrumb p {
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
}

.page-breadcrumb a {
  color: rgba(255, 255, 255, 0.53);
}

/****************************************

14. Start Video Post

************************************/
.video-post-wrapper p {
  line-height: 24px;
}

.video-post-wrapper .posts-image {
  padding-bottom: 50px;
}

.video-post-wrapper .posts-image img {

  max-width: 100%;
}

.video-posts-data {
  overflow: hidden;
  margin: 20px 0;
}

.video-posts-data .video-title {
  float: left;
}

.single-feature .video-title {
  position: absolute;
  left: 30px;
  color: #fff;
  bottom: 10%;
  max-height: 45px;
  line-height: 1.5em;
  overflow: hidden;
}

.single-feature .single-video .video-img a:before {
  content: "\f144";
}

.single-feature .single-video:hover .video-img a:after {
  content: "\f144";
}

.single-feature .single-video {
  position: relative;
}

.video-posts-data .video-post-counter {
  float: right;
}

.video-icons {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #f44336;
  line-height: 52px;
  color: #fff;
  text-align: center;
  font-size: 30px;
}

.video-post-title p {
  margin-bottom: 0;
}

.video-post-title .video-icons {
  float: left;
  width: 80px;
}

.video-post-title .video-post-info {
  float: left;
}

.video-post-date p,
.video-post-author p {
  display: inline-block;
  font-size: 14px;
}

.video-post-date .video-posts-author {
  padding-left: 10px;
}

.video-post-info h4 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
}

.video-post-info h4 a {
  color: #444;
  font-weight: 700;
}

.video-post-info h4 a:hover {
  color: #f44336;
}

.video-post-info {
  margin-left: 15px;
}

.video-post-viewers h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

.video-like p,
.video-dislike p {
  margin-bottom: 0;
  display: inline-block;
}

.video-post-counter .video-like {
  float: left;
}

.video-post-counter .video-dislike {
  float: right;
}

.video-like span {
  color: #359261;
}

.video-dislike span {
  color: #ff0000;
}

.video-posts-author a {
  padding-left: 10px;
}

/*****************************************

15. Start Tags And Share Options

******************************************/
.tagcloud li {
  display: inline-block;
}

.tagcloud li a {
  display: block;
  padding: 8px 20px;
  border: 1px solid #ddd;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
  margin-right: 10px;
}

.tagcloud li a:hover {
  background-color: #f44336;
  color: #fff;
  border-color: #f44336;
}

.tagcloud li:last-child a {
  margin-right: 0;
}

.tags-and-share {
  margin: 50px 0;
  overflow: hidden;
}

.tags-and-share .post-tags {
  display: inline-block;
  float: left;
}

.tags-and-share .share-options {
  float: right;
}

.share-options h4 {
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  color: #f44336;
}

.social-share {
  display: inline-block;
}

.social-share li {
  display: inline-block;
}

.social-share li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-left: 5px;
  border-radius: 5px;
}

.social-share li.twitter-bg a {
  background-color: #1da1f2;
}

.social-share li.facebook-bg a {
  background-color: #3b5998;
}

.social-share li.google-bg a {
  background-color: #dc4a3d;
}

.posts-next .next-btn {
  display: block;
  text-align: right;
  color: #f44336;
}

.posts-prev .prev-btn {
  color: #f44336;
}

.posts-pagination {
  margin: 50px 0;
}

/*************************************************************************************

  16. Comment Styling

/**************************************************************************************/

h5.comment-title {
  color: #333333;
  font-size: 18px;
  line-height: 64px;
}

ul.comments-list {
  list-style: outside none none;
  margin: 0;
  padding-left: 0;
}

ul.comments-list>li,
ul.comments-list>li.children {
  background-color: #f4f4f4;
  border-radius: 1px;
  box-sizing: border-box;
  margin-bottom: 25px;
  padding: 30px;
}

ul.comments-list li.children {
  margin-left: 50px;
}

.comment-pic,
.comment-text {
  display: inline-block;
  float: left;
}

.comment-pic {
  width: auto;
}

ul.comments-list>li:after,
ul.comments-list>li.children:after {
  clear: both;
  content: "";
  display: table;
}

.comment-text {
  padding-left: 15px;
  width: 85%;
}

.comment-text>h5 {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
}

span.comment-date {
  color: #b1b1b1;
  font-size: 14px;
  line-height: 24px;
}

.comment-text>p {
  color: #333;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 10px;
}

.comment:after {
  clear: both;
  content: "";
  display: table;
}

.comment {
  position: relative;
}

a.comment-reply {
  border-bottom: 1px solid #999999;
  color: #999999;
  position: absolute;
  right: 0;
  top: 0;
}

a.comment-reply:hover {
  border-color: #288feb;
  color: #288feb;
}

.comment-text h5 {
  color: #333;
}

#comments h4 {
  display: inline-block;
  font-size: 16px;
}

.comments-title {
  margin-bottom: 20px;
}

/******************************

17. Contact Form

****************************/
.contact-content {
  overflow: hidden;
}

.contact-form {
  margin-top: 80px;
}

.contact-info {
  margin-top: 30px;
}

.contact-info img {
  margin-bottom: -1px;
}

.contact-section.section-padding {
  padding-bottom: 0;
}

.contact-form .form-control {
  border: 1px solid #eee;
  border-radius: 0;
  box-shadow: none;
  color: #868686;
  display: block;
  font-size: 16px;
  height: 48px;
  line-height: 1.42857;
  padding: 10px 12px;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

textarea.form-control {
  min-height: 200px;
}

.contact-us-wrapper h4 {
  color: #323232;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}

.contact-us-wrapper>p {
  color: #777777;
  font-size: 15px;
  line-height: 26px;
  margin: 25px 0;
}

#respond .themeix-btn-danger {
  margin-top: 20px;
}

#map-id {
  height: 440px;
}

/**************************************************

18. single-video-2

***********************************************/
.header-breadcrumb p {
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
}

.header-breadcrumb a {
  padding: 0 5px;
  text-transform: capitalize;
  color: #fff;
}

.header-breadcrumb,
{
color: #fff;
}

.search-box-wrapper .themeix-section-h {
  padding-top: 0;
}

.search-box-wrapper {
  padding-bottom: 30px;
}

.sidebar-adds {
  margin: 30px 0;
}

.post-title {
  font-weight: 600;
}

/*****************************************************************

19. Blog Page

******************************************************************/

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.blog-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.single-blog {
  padding: 20px 0;
  min-height: 460px;
}

.posts-pagination .pagination>li>a,
.posts-pagination .pagination>li>span {
  background-color: #cccccc;
  color: #fff;
  margin: 0 3px;
  border-radius: 0;
  font-weight: 500;
  font-size: 16px;
}

.posts-pagination .pagination>li>a.active {
  background-color: #f44336;
}

.posts-pagination .pagination>li>a:hover {
  background-color: #f44336;
}

.posts-pagination .pagination {
  margin: 0;
}

.blog-img a {
  display: inline-block;
  position: relative;
}

.blog-img a img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.blog-img a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
}

.single-blog:hover .blog-img a:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;

}

.blog-posts-area .container {
  overflow: hidden;
}

/**********************************************

20. contact Page Area

***********************************************/

.contact-page-area .contact-form {
  margin-top: 0;
}

.contact-page-area .themeix-section-h {
  padding-top: 0;
}

.contact-page-area .themeix-section-h p {
  margin-top: 10px;
}

/**************************************************

21. 404 Page Styling

**********************************************************/

.four-zero-page {
  padding: 200px 0;
}

/*********************************************************

 22. scroll-top

 **********************************************************/




.scroll-top {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #444444;
  bottom: 10px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
  display: none;
}


/*********************************************************

 23. Modal Design

 **********************************************************/

header .modal-content {
  border-radius: 0;
}

header .modal-header {
  background-color: #f44336;
  padding: 0;
}

header .modal-header h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 15px;
  text-transform: capitalize;
  height: 50px;
  line-height: 29px;
  border: none !important;
}

header .modal-header .close-btn {
  background-color: #d93d3d;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 33px;
  height: 50px;
  line-height: 33px;
  margin: 0;
  width: 40px;
}

header .modal-body .btn.btn-primary {
  background-color: #f44336;
  border: medium none;
  border-radius: 4px;
  font-size: 18px;
  min-width: 116px;
}

.modal-content {
  border: none;
}

/****************************************************************

Demo options Panels

**************************************************************************/

.demo-optiond-bar {
  background: #fff none repeat scroll 0 0;
  border-top: 1px solid #fff;
  box-shadow: 0 0 6px 1px #b6b8b9;
  box-sizing: content-box;
  left: 0;
  padding: 10px;
  position: absolute;
  width: 130px;
  z-index: 700;
  transition: all .6s linear 0s;
  margin-left: -250px;
  top: 150px;
}

.styleswitcher-list li {
  display: inline-block;
}

.styleswitcher-list li a {
  background-color: red;
  display: inline-block;
  height: 30px;
  margin: 5px;
  text-decoration: none;
  width: 30px;
}

.theme-color {
  width: 50px;
}

.image-list li {
  display: inline-block;
}

.image-list li a {
  display: inline-block;

  margin: 3px;
  width: 30px;
  height: 30px;
}

.styleswitcher-list li.opt-one a {
  background-color: #2a9dd6;
}

.styleswitcher-list li.opt-two a {
  background-color: #01c6d9;
}

.styleswitcher-list li.opt-three a {
  background-color: #58c3b3;
}

.styleswitcher-list li.opt-four a {
  background-color: #f7b93e;
}

.styleswitcher-list li.opt-five a {
  background-color: #489781;
}

.styleswitcher-list li.opt-six a {
  background-color: #dc4637;
}

.styleswitcher-list li.opt-seven a {
  background-color: #2f5b8a;
}

.styleswitcher-list li.opt-eight a {
  background-color: #9b4c86;
}

.styleswitcher-list li.opt-nine a {
  background-color: #1399bc;
}

.styleswitcher-list li.opt-ten a {
  background-color: #f77462;
}

.styleswitcher-list li.opt-eleven a {
  background-color: #ca9569;
}

.styleswitcher-list li.opt-twelve a {
  background-color: #e9336a;
}

.setting-icons {
  position: absolute;
  width: 60px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #f44336;
  left: 150px;
  top: 180px;
  text-align: center;
  box-shadow: 0 0 6px 1px #b6b8b9;
  transition: all .4s linear .2s;
  margin-left: -160px;
}

.setting-icons span {
  line-height: 50px;
  font-size: 33px;
  cursor: pointer;
  width: 100%;

}

button.jscolor {
  background-color: #f44336;
  border: medium none;
  color: #fff;
}

.demo-wrapper.collapse-left .demo-optiond-bar {
  margin-left: 0;

}

.demo-wrapper.collapse-left .setting-icons {
  margin-left: 0;

}

.demo-reset-btn {
  margin-top: 25px;
  margin-bottom: 15px;
}

/*---------------------------------------
    3 Pre loader section
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes uil-ring-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes uil-ring-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes uil-ring-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.uil-ring-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}

.uil-ring-css>div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 3px 0 0 CB2027;
  -webkit-transform-origin: 80px 81.5px;
  transform-origin: 80px 81.5px;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}

/*  img.lazy {

    background-image: url('../images/blog-1.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }*/

img.lazy {
  background: transparent url(../images/ring.gif) no-repeat 50% 50%;
}

.card.single-video {
  min-height: 370px;
}

/* Profile Page Css */

.banner-top {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}

.bg-design {
  background-image: url(../images/dark-bg.jpg);
  padding: 70px 0px;
}

.profile-pic img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: solid 6px #1badc4;
}

.profile-videos-uploader {
  position: relative;
  top: -60px;
}

.profile-pic {
  float: left;
  text-align: center;
  width: 100%;
}

.coach_info h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0px;
}

.coach_info p {
  font-weight: 400;
  color: #686868;
  margin: 0 0 6px 0;
}

.coach_info {
  float: left;
  width: 100%;
  padding: 14px 0px 0 0;
  margin: 0px;
}

.social-icons {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 14px 0 0 0;
}

ul.social-icons {
  margin: 0px;
  padding: 0px;
}

ul.social-icons li {
  list-style: none;
  display: inline;
  padding: 0px 8px 0px 0px;
}

ul.social-icons p {
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 4px 0;
}

ul.social-icons li a i {
  background-color: #1badc4;
  width: 30px;
  height: 30px;
  text-align: center;
  align-items: self-end;
  border-radius: 50%;
  color: #fff;
  padding: 8px 0px 0px 0px;
  font-size: 14px;
}


.infojoin {
  float: left;
  margin: 0px;
  padding: 0px;
}

.infojoin ul {
  margin: 0px;
  padding: 0px;
}

.infojoin ul li {
  list-style: none;
  display: inline;
  padding: 0px 30px 0px 0px;
}

.infojoin ul li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

.infojoin ul li a i {
  color: #1badc4;
  border: solid 1px #ccc;
  border-radius: 50%;
  /* padding: 10px 10px; */
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 7px 0px 0px 0px;
  font-size: 17px;
  margin: 0 8px 0 0;
}

.details-plan-and-videos {
  background-color: #f6f6f6;
  float: left;
  margin: 0px;
  padding: 30px 0 0 0;
  width: 100%;
  border-top: solid 1px #ededed;
}

.cureent-paln {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 20px 20px;
  background-color: #fff;
}

:root {
  --white: white;
  --darkgreen: #1badc4;

}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.cureent-paln h4 {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 10px 0;
}

/* SWITCH STYLES
�������������������������������������������������� */
.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border: 1px solid lightgrey;
  margin-bottom: 20px;
  border-radius: 30px;
  background: var(--white);
}

.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper [type="radio"]:checked#monthly~label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly~label[for="yearly"] {
  color: var(--white);
}

.switch-wrapper [type="radio"]:checked#monthly~label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly~label[for="yearly"]:hover {
  background: transparent;
}

.switch-wrapper [type="radio"]:checked#monthly+label[for="yearly"]~.highlighter {
  transform: none;
}

.switch-wrapper [type="radio"]:checked#yearly+label[for="monthly"]~.highlighter {
  transform: translateX(100%);
}

.switch-wrapper label {
  font-size: 16px;
  z-index: 1;
  min-width: 100px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
}

.switch-wrapper label:hover {
  background: var(--lightgray);
}

.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: var(--darkgreen);
  transition: transform 0.25s ease-in-out;
}

/* TABLE STYLES
�������������������������������������������������� */


.plan-details {
  text-align: center;
  border: solid 1px #e5e2e2;
  border-radius: 6px;
  width: 100%;
  padding: 10px 0px;
  overflow: hidden;
}

div .hide {
  display: none;
}

.plan-tabs {
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.yearly-plan h3 {
  transform: rotate(318deg);
  background-color: #1badc4;
  color: #fff;
  font-size: 16px;
  padding: 12px 56px;
  float: left;
  /* width: 160px; */
  position: absolute;
  left: -58px;
  z-index: 999999;
  font-weight: 500;
}

.price.monthly h3 {
  transform: rotate(318deg);
  background-color: #1badc4;
  color: #fff;
  font-size: 16px;
  padding: 12px 56px;
  float: left;
  /* width: 160px; */
  position: absolute;
  left: -58px;
  z-index: 999999;
  font-weight: 500;
}

.info {
  position: relative;
}

.amount {
  font-size: 30px;
  font-weight: 600;
  border-bottom: solid 3px #eaeeef;
  padding: 0 0 20px 0;
  margin: 0 0 12px 0;
}

.typeof-plan {
  position: absolute;
  top: 46px;
  text-align: center;
  width: 100%;
  right: -59px;
}

.price.monthly ul {
  margin: 0px;
  padding: 0px;
}

.price.monthly ul li {
  padding: 0 0 13px 0;
}

.get-startbtn button {
  background-color: #1BADC4;
  color: #fff;
  padding: 10px 25px;
  border-radius: 4px;
  font-weight: 600;
}


.yearly-plan ul {
  margin: 0px;
  padding: 0px;
}

.yearly-plan ul li {
  padding: 0 10px 13px 26px;
  text-align: left;
}

.get-startbtn button {
  background-color: #1BADC4;
  color: #fff;
  padding: 10px 25px;
  border-radius: 4px;
  font-weight: 600;
}

.card-videos {
  padding: 10px;
  float: left;
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #e1e0e0;
  border-radius: 3px;
  margin: 0 0 24px 0;
}

.all-thumbnail img {
  width: 100%;
  height: 160px;
  border: none;
  object-fit: contain;
}

.icon-play {
  text-align: center;
  position: absolute;
  top: 70px;
  width: 100%;
}

.icon-play i {
  font-size: 30px;
  color: #fff;
}

.video-details p {
  text-overflow: ellipsis;
  /* max-width: 530px; */
  overflow: hidden;
  white-space: nowrap;
  /* padding-bottom: 15px; */
  padding: 10px 0;
  margin: 0px;
}

.video-publish-date p {
  padding: 0px;
  color: #000;
}

.video-publish-date span {
  float: right;
}

.video-publish-date i {
  font-size: 14px;
}

.total-views {
  float: left;
}

.total-views span {
  background-color: #1badc4;
  color: #fff;
  margin: 0 7px 0 0px;
  padding: 4px 5px;
  font-size: 15px;
  float: left;
  /* line-height: 61px; */
  border-radius: 3px;
}

.view-and-type {
  float: left;
  width: 100%;
  padding: 14px 0px;
}

.btn-video-type a {
  background-color: #4CAF50;
  color: #fff;
  text-decoration: none;
  padding: 1px 13px;
  display: inline-block;
  float: right;
  border-radius: 2px;
}

.language-type span {
  float: right;
}

.language-type {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 10px 0 0px 0;
  font-size: 15px;
}

a.paid {
  background-color: #FFC107;
}

ul.social-icons li a i:hover {
  background-color: #293b45;
}

.video-publish-date ul {
  margin: 0px;
  padding: 0px;
}

.video-publish-date ul li {
  list-style: none;
  display: inline;
}

.video-publish-date ul li:last-child {
  float: right;
}

.btn-video-buy-now a {
  background-color: #17a2b8;
  color: #fff;
  text-decoration: none;
  padding: 7px;
  display: inline-block;
  float: right;
  border-radius: 4px;
  font-family: serif;
}

.toptext {
  /* cursor: help; */
  position: relative;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
}

.toptext .tooltip {
  background: #1496bb;
  bottom: 100%;
  color: #fff;
  display: block;
  left: 0px;
  margin-bottom: 0px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.toptext .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

.toptext .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #1496bb 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.toptext:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.video-report-button {
  position: absolute;
  top: 0;
  right: 0;
  /* opacity: 0.3; */
  background-color: #edb30d9e;
  border-color: #edb30d9e;
}

.tab-request-form button.nav-link.active {
  background-color: #293b45;
  color: #fff;
  border-bottom: solid 3px #879eab;
}

.tab-request-form button.nav-link {
  background-color: #e8f8ff;
  color: #000;
  border-bottom: solid 3px #e8f8ff;
}

.tab-request-form button.nav-link {
  width: 50%;
  padding: 10px 0px;
}

.tab-request-form.nav-tabs .nav-link {
  border-radius: 0px !important;
}

.tab-request-form .nav.nav-tabs {
  / display: none;/ border: none;
}

.tab-request-form .nav.nav-tabs:hover {
  / display: none;/ border: none;
}

.tab-request-form .nav-link:focus-visible {
  outline: 0;
  box-shadow: none;
}

.box_form-bg {
  background-color: #f5fcff;
  padding: 12px 16px;
}

h3.feature-heading {
  font-weight: 500 !important;
  font-size: 16px;
  margin: 11px 0 9px 0 !important;
}

.box_form-bg p {
  font-size: 14px;
  color: #000;
}

.get-startbtn {
  text-align: center;
  padding: 14px 0 0 0;
}

ul.plan-features li:before {
  content: "-";
  font-family: "Font Awesome 5 Free";
  /* position: absolute; */
  left: 8px;
  /* top: 0px; */
  position: relative;
  left: -5px;
}

.icon-check i {
  background-color: #17a2b8;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 5px 0px 0px 0px;
  font-size: 9px;
}

.icon-check {
  padding: 0 10px 0 12px;
}

.sub-into_plna {
  float: left;
  text-align: left;
}

.sub-into_plna p {
  font-size: 15px;
}

.video-unlock {
  position: relative;
}

span.lock-icon {
  position: absolute;
  top: -2px;
  right: -2px;
  /* background-color: #0000; */
  border-radius: 9px;
}

span.lock-icon i {
  background-color: #ffffffcc;
  padding: 10px 20px;
  border-radius: 5px;
  color: #000;
}

span.lock-icon {
  display: none;
}

a.video-unlock:hover span {
  display: block;
}