@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff2") format("woff2"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-glasses:before { content: "\f100"; }
body{
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', sans-serif; 
}
.header-box-top {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
    background: #fff;
}
.header-box-top:after {
    position: absolute;
    left: -20%;
    top: 0;
    height: 100%;
    width: 50%;
    background: #36a9c2;
    content: "";
}
.header-box-top ul li{
    display: inline-block;
}
.header-box-top-left {
    float: left;
    width: 30%;
    background-image: linear-gradient(to right, #36a9c2 , #348dbe);
    padding: 10px 13px;
    position: relative;
    z-index: 1;
}
.header-box-top-left ul{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.header-box-top-left ul li {
    display: inline-block;
    padding: 0 8px;
}
.header-box-top-left ul li a{
    font-size: 25px;
    color: #fff;
}
.header-box-top-right{
    float: right;
    width: 70%;
}
.header-box-top-right ul {
    padding: 0;
    margin: 0;
}
.header-box-top-right ul:first-child{
    float: left;
}
.header-box-top-right ul:last-child{
    float: right;
}
.header-box-top-right ul:first-child li {
    position: relative;
    padding-right: 15px;
    margin-right: 7px;
}
.header-box-top-right ul:first-child li:last-child {
    padding: 0;
    margin: 0;
}
.header-box-top-right ul:first-child li:first-child:after {
    position: absolute;
    right: 0;
    top: 7px;
    content: "";
    height: 15px;
    width: 1px;
    background: #86878a;
}
.header-box-top-right ul li a{
    font-size: 17px;
    color: #86878a;
}
.header-box-top-right ul li a:hover{
    color: #38bfc7;
    text-decoration: none;
}
.header-box-top-right ul:last-child li {
    padding: 0 0 0 7px;
    border-right: 3px solid #ffc107;
    color: #ffc107;
}
.header-box-top-right {
    float: right;
    width: 70%;
    padding-left: 40px;
    padding-top: 15px;
}
.header-box {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1111;
    padding: 0px 0;
}
.header-box img {
    float: left;
    /*width: 220px;*/
    position: relative;
    z-index: 1111;
    /* padding: 4px 6px; */
    /* background: #fff; */
    border-radius: 4px;
        margin-top: 4px
}
.header-right {
    text-align: right;
    padding-top: 0px;
}
.header-box ul {
    float: right;
    /* width: 100%; */
    margin: 0 !important;
    padding: 0;
    text-align: right;
    display: inline-block;
}
.header-box ul li {
    display: inline-block;
    padding: 0;
	position:relative;
}

.header-box ul li a{
    color: #2f2f2f;
    font-size: 18px;
    font-weight: bold;
    padding: 18px 12px;
    display: inherit;
    position: relative;
}
.header-box ul li a:hover {
    background: #242345 !important;
    color: #ffc107 !important;
}
.header-box ul li a:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #ffbf00;
    transition: 500ms all ease-in-out 0s;
}
.header-box ul li a:hover:after{
    width: 100%;
    transition: 500ms all ease-in-out 0s;
}
.header-box ul.navbar-nav{
    width: 100%;
    text-align: center;
}
.header-box ul.navbar-nav li a{
  padding: 18px 20px;  
}
.header-box ul li ul {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 250px;
    background: #fff;
    z-index: 1111;
    transform: translate(-50%, 0);
	display:none;
}
.header-box ul li ul:after {
    position: absolute;
    content: "";
    left: 50%;
    top: -13px;
    width: 0px;
    height: 0px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #fff;
    transform: translate(-50%, 0);
}
.header-box ul li:hover ul{
	display:block;
}
.header-box ul li ul li{
	display:inline-block;
	width:100%;
}
.header-box ul li ul li a {
    font-size: 15px !important;
    font-weight: normal !important;
    text-align: left;
    padding: 8px 15px !important;
    border-bottom: 1px solid;
	width: 100%;
}
.header-bottom {
    float: left;
    width: 100%;
    background: #ffbd02;
    text-align: center;
}
.header-bottom h3 {
    font-size: 18px;
    color: #131234;
    letter-spacing: 1px;
    margin: 0;
    padding: 14px 0;
}
ul.login-btn-box li {
    padding: 0;
}
.header-box ul li a:hover{
    color: #000;
    text-decoration: none;
}
ul.login-btn-box li {
    padding: 0;
}
ul.login-btn-box li a {
background: #fff;
    color: #131234;
    display: inline-block;
    padding: 20px 22px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 0px;
    position: relative;
}

ul.login-btn-box li a:hover {
    background: #242345;
    text-decoration: none;
    color: #ffc107;
}

ul.login-btn-box li:first-child a{
background: none;
color: #ffc107;
border-right: 3px solid #ffc107;
}
ul.login-btn-box li:first-child a:hover{
    background: #fff;
    color: #f9cc59;
}
ul.login-btn-box li a:hover{
    background: #242345 !important;
    color: #ffc107 !important;
}
ul.login-btn-box li a:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #ffbf00;
    transition: 500ms all ease-in-out 0s;
}
ul.login-btn-box li a:hover:after{
    width: 100%;
    transition: 500ms all ease-in-out 0s;
}
.banner {
    float: left;
    width: 100%;
    position: relative;
    height: 315px;
    overflow: hidden;
}
.banner img {
    width: 100%;
    margin-top: -16%;
}
.banner img.man {
    width: auto;
    position: absolute;
    left: 7%;
    bottom: 26px;
}
.banner img.book{
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}
.content-banner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 55%;
    transform: translate(0%,-50%);
    text-align: center;
}
.content-banner h1 {
    font-size: 43px;
    color: #2f2f69;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 36%;
    line-height: 43px;
}
.content-banner h1 span {
    font-weight: 200;
    display: block;
}
.content-banner p {
    color: #fff;
    font-size: 17px;
    padding: 14px 21% 20px;
}
.content-banner form {
    width: 821px;
    background: #fff;
    position: relative;
    display: inline-block;
    height: 52px;
    border-radius: 48px;
    overflow: hidden;
    padding: 0 0 0 13px;
        margin-top: 20px;
}
.content-banner form input[type="text"] {
    width: 100%;
    border: none;
    padding: 0 107px 0 21px;
    height: 100%;
}
.content-banner form select {
    position: absolute;
    background: none;
    width: 125px;
    border: none;
    font-weight: 600;
    color: #5d5d5d;
    letter-spacing: 1px;
    height: 100%;
    border-right: 1px solid #ccc;
    padding-right: 17px;
}
.content-banner form select:focus{
    outline: none;
}
.content-banner form input[type="text"]:focus{
    outline: none;
}
.content-banner form button {
    position: absolute;
    background: #ccc;
    border: none;
    right: 4px;
    background-image: linear-gradient(to right, #36a9c2 , #348dbe);
    top: 4px;
    height: 85%;
    padding: 0 20px;
    border-radius: 46px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
}
.first-section {
    float: left;
    width: 100%;
    padding: 10px 0 45px;
    background: #efefef;
}
.first-section .nav-tabs {
    float: left;
    width: 100%;
    text-align: left;
    display: inline-block;
}
.first-section .nav-tabs li {
    display: inline-block;
    float: none;
    padding: 5px 10px;
}
.first-section .nav-tabs li a{
  color: #1e1e1e;
  font-weight: bold;
  font-size: 17px;
  border-bottom: 3px solid #fff0;
      padding: 5px 0;
}
.first-section .nav-tabs li.active a,.first-section .nav-tabs li a:hover{
    color: #35a1c2;
    border-bottom: 3px solid #35a1c2;
    text-decoration: none;
}
.video-list {
    float: left;
    width: 100%;
    margin: 15px 0;
    margin-bottom: 10px;
    background: #fff;
    padding: 15px;
   /* box-shadow: 0px 0px 15px -1px #b1b1b1;*/
    border-radius: 5px;
    transition: 500ms all ease-in-out 0s;
}
.video-list:hover {
    transition: 500ms all ease-in-out 0s;
    box-shadow: 0px 0px 18px -1px #2b2b2b;
    transform: scale(1.01);
}
.video-img {
    float: left;
    width: 100%;
    max-height: 180px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.video-img:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #000000 , rgba(52, 141, 190, 0));
}
.video-img iframe{
    width: 100%;
}
.video-img video{
    width: 100%;
    margin-left: 0 !important;
}
.video-img ul {
    position: absolute;
    bottom: 18px;
    width: 100%;
    left: 0;
   
    padding: 0;
    margin: 0;
    padding: 0 25px;
}
.video-img ul li{
    display: inline-block;
    color: #fff;
}
.video-img ul li i {
    color: #36a9c2;
}
.video-img ul li:last-child{
    float: right;
}
.video-img ul li:last-child i {
    color: #ffb100;
}
.video-text {
    float: left;
    width: 100%;
    background: #ffff;
    /* border-radius: 12px; */
    padding: 11px 0 0;
    margin-top: -7px;
    position: relative;
    /* border-bottom: 4px solid #35a2c3; */
}
.video-text h4 {
    font-size: 16px;
    font-weight: bold;
    color: #1f1f1f;
    margin-bottom: 5px;
    margin-top: 9px;
}
.video-text p {
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 8px;
}
.video-text ul {
    float: left;
    width: 100%;
    margin: 8px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #ccc;
}
.video-text ul li {
    display: inline-block;
    color: #6b6b6b;
    font-size: 13px;
}
.video-text ul li:last-child{
    float: right;
}
.tab-content {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.experts-box{
    float: left;
    width: 100%;
    background: url(../images2/bg.png) left center no-repeat;
    background-size: auto 100%;
    padding: 74px 0 95px;
}
.exer-left img{
    width: 100%;
    position: relative;z-index: 111;
}
.review-box {
    float: left;
    width: 100%;
    border: 1px dashed #afafaf;
    padding: 16px 19px;
    display: flex;
    border-radius: 100px;
    margin: 14px 0;
}
.review-box-img {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-image: linear-gradient(to right, #36a9c2 , #348dbe);
    overflow: hidden;
    border: 2px dashed #a0f1ff;
}
.review-box-img img {
    width: 100%;
    padding: 23px 23px;
}
.review-box-text {
    float: left;
    width: 81%;
    padding: 0 0 0 21px;
}
.review-box-text h4 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 3px;
}
.review-box-text ul{
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
}
.review-box-text ul li{
    display: inline-block;
    color: #febb00;
    font-size: 13px;
}
.review-box-text h5{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 1px;
}
.review-box-text p{
    float: left;
    width: 100%;
    margin: 0;
}
.exer-left {
    float: left;
    width: 100%;
    position: relative;
}
.exer-left:after {
    position: absolute;
    content: "";
    left: 51px;
    bottom: 0;
    width: 81%;
    height: 90%;
    background-image: linear-gradient(to right, #36a9c2 , #348dbe);
}
.exer-left h2 {
font-size: 32px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    z-index: 1111;
    right: 60px;
    top: 60%;
    text-align: center;
}
.exer-left h2 span {
    display: block;
    font-weight: 800;
    font-size: 45px;
}
.video-text ul li i.fa.fa-star {
    color: #ffd400;
}
.video-text ul li i.fa.fa-eye {
    color: #369ac2;
}
span.play {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background: #1d7496;
    display: inline-block;
    position: absolute;
    text-align: center;
    font-size: 41px;
    color: #89f5ff;
    line-height: 80px;
    position: absolute;
    z-index: 11111;
    right: 15px;
    border: 8px solid #fff;
    top: 15px;
    cursor: pointer;
}
.popular {
    background: #f1f1f1;
    position: relative;
    z-index: 1111;
    padding-bottom: 60px;
}
.popular .nav-tabs li a {
    padding: 10px 29px;
    border-radius: 7px;
    border: none;
}
.popular .nav-tabs li a:hover,.popular .nav-tabs li.active a{
    background: #348fbf;
    color: #fff;
    border: none;
}
.title {
    text-align: center;
}
.title h2{
    color: #1f1f1f;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
}
.title h2 span{
    font-weight: 200;
}
.title p {
    font-size: 17px;
    color: #1f1f1f;
    padding: 0 30%;
    margin-bottom: 50px;
}
.Courses-box {
    float: left;
    width: 100%;
    padding: 78px 0 0;
}
.Courses-box img{
    width: 100%;
}
.Courses-box h2{
    font-size: 41px;
    font-weight: normal;
    color: #1f1f1f;
        font-family: 'Poppins', sans-serif;
}
.Courses-box h2 span{
    display: block;
    font-weight: bold;
}
.Courses-box p{
    font-size: 22px;
    color: #484848;
    margin-top: 10px;
}
.Courses-box a {
    display: inline-block;
    background-image: linear-gradient(to right, #36a9c2 , #348dbe);
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 13px 28px;
    border-radius: 103px;
    margin-top: 20px;
}
.learning-box {
    float: left;
    width: 100%;
    text-align: center;
    background: url(../images2/bg2.png) left top no-repeat;
    background-size: 100% 100%;
    padding: 20% 0 14%;
    margin-top: -45px;
}
.service-box {
    background: #fff;
    float: left;
    width: 100%;
    padding: 25px 19px;
    border-radius: 7px;
}
.learning-box h2 {
    font-size: 41px;
    font-weight: normal;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.learning-box h2 span {
    font-weight: bold;
}
.learning-box p {
    font-size: 17px;
    color: #ffffff;
    padding: 0 22%;
    margin-bottom: 50px;
}
a.larn-btn {
    background: #ccc;
    border: none;
    right: 4px;
    background-image: linear-gradient(to right, #36a9c2 , #348dbe);
    padding: 5px 50px;
    border-radius: 46px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
    display: inline-block;
}
.service-box h5{
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    color: #384158;
    font-weight: bold;
    margin-top: 15px;
}
.service-box p{
       font-size: 17px;
    color: #384158;
    padding: 0;
    margin-bottom: 0; 
}
.partner-box {
    float: left;
    width: 100%;
    text-align: center;
    padding: 33px 0 52px;
}
.partner-box h2 {
    font-size: 41px;
    font-weight: normal;
    color: #1f1f1f;
    font-family: 'Poppins', sans-serif;
}
.partner-box h2 span {
    font-weight: bold;
}
.partner-box p {
    font-size: 17px;
    color: #1f1f1f;
    padding: 0 22%;
    margin-bottom: 50px;
}
.partner-box ul{
    float: left;
    width: 100%;
    text-align: center;
    margin:0;
    padding: 0;
}
.partner-box ul li {
    display: inline-block;
    width: 19%;
}
.our-testimonial {
    float: left;
    width: 100%;
    padding: 10px 0 45px;
}
.our-testimonial i.fa.fa-quote-left {
    font-size: 93px;
    color: #c7c7d2;
    float: left;
    margin-right: 20px;
}
.our-testimonial h2 {
    color: #1f1f1f;
    font-size: 44px;
    position: relative;
    display: inline-block;
    margin: 0 0 15px;
    line-height: 40px;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.our-testimonial h2 span{
    display: block;
    color: #1f1f1f;
    font-weight:800;
}
.our-testimonial p {
    font-size: 16px;
    color: #7c7b86;
    margin: 0;
    font-family: 'PT Sans', sans-se;
    text-align: justify;
    width: 100%;
    float: left;
}
.testimonial-box{
    float: left;
    width: 100%;
}
.testimonial-box .testimonial-box-list{
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px -8px #313131;
    padding: 20px 29px;
    margin: 15px 0;
}
.testimonial-box .testimonial-box-list span.testi-img{
    height: 70px;
    width: 70px;
    overflow: hidden;
    display: inline-block;
    border-radius: 100%;
    border: 5px solid #f3bf4e;
    background: #fbae08;
    text-align: center;
    float: left;
}
.testimonial-box .testimonial-box-list span.testi-img img{
    height: 100%;
    text-align: center;
}
.testimonial-box .testimonial-box-list h4 {
float: left;
    font-family: 'PT Sans', sans-se;
    font-weight: bold;
    font-size: 20px;
    color: #1f1f1f;
    margin: 10px 0 0 15px;
    line-height: 24px;
}
.testimonial-box .testimonial-box-list h4 span{
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
}
.testimonial-box .testimonial-box-list p {
    float: left;
    width: 100%;
    margin-top: 10px;
    color: #6f6e8e;
}
.test-monial-left{
    padding-top:5%;
}

.footer {
    background: #1e2434 url(../images2/footer-bg.png) center center no-repeat;
    float: left;
    width: 100%;
    padding-top: 49px;
    background-size: auto 100%;
}
.footer h5{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.footer-top ul{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.footer-top p,.copy-right p{
    font-size: 18px;
    color: #fff;
}
.first-box-footer ul li{
    display: inline-block;
    padding: 0 7px;
}
.first-box-footer ul li a{
    font-size: 20px;
    color: #fff;
}
.quick-link{
    float: left;
    width: 100%;
}
.quick-link ul li{
    display: inline-block;
    width: 48%;
    padding: 7px 0;
}
.quick-link ul li a{
    font-size: 18px;
    color: #fff;
}
.conact-a li{
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}
.conact-a li span{
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
}
.first-box-footer p{
    margin: 20px 0;
}
.copy-right {
    float: left;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #ccc;
    margin-top: 45px;
}
.copy-right p{
    margin: 0;
}
.copy-right ul{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
}
.copy-right ul li{
    display: inline-block;
    padding: 0 7px;
}
.copy-right ul li a{
    color: #fff;
    font-size: 18px;
}
.owl-nav{
    display: none;
}
/*********Start Video Listing**********/
/*.inner-header{
    background-image: linear-gradient(to right, #358dbf , #3acccc, #358dbf);
}*/
.inner-banner:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.66);;
    z-index: 111;
    width: 100%;
    height: 100%;
}
.inner-banner .content-banner{
    z-index: 111111;
        top: 63%;
}
.inner-banner .content-banner h1 span{
        display:inline-block;
    font-weight: bold;
    margin-right: 10px;
    color: #37b3c5;
}
.inner-banner .content-banner h1 {
    margin-bottom: 30px;
}
.pagingnation{
    float: left;
    width: 100%;
}
.pagingnation ul{
        float: left;
    width: 100%;
    margin:0;
    padding: 0;
    text-align: center;
}
.pagingnation ul li {
    display: inline-block;
    margin: 20px 3px 0;
}
.pagingnation ul li a{
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 2px solid #348fbf;
    background: #fff;
    color: #348fbf;
    border-radius: 100%;
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
}
.pagingnation ul li a:hover{
    background: #348fbf;
    color: #fff;
    text-decoration: none;
}
.pagingnation ul li.prev a,.pagingnation ul li.next a{
    background:#348fbf !important;
    color: #fff;
}
.video-listing-box {
    float: left;
    width: 100%;
    padding: 30px 0 65px;
}
.latest-view-main{
    float: left;
    width: 100%;
}
.viwes-title {
    float: left;
    width: 100%;
    background: url(../images2/viws.jpg) left top no-repeat;
    background-size: 100%;
    text-align: center;
    padding: 73px 0 14%;
    position: relative;

}
.viwes-title:after{
        position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.66);
    z-index: 111;
    width: 100%;
    height: 100%;
}
.viwes-title .container {
    z-index: 11111;
    position: relative;
}
.viwes-title h2 {
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
.viwes-title h2 span{
        color: #37b3c5;
}
.viwes-title p{
    font-size: 18px;
    color: #fff;
    padding: 0 30%;
}
.latest-view-slide {
    float: left;
    width: 100%;
    margin-top: -10%;
    position: relative;
    z-index: 111;
    margin-bottom: 40px;
}
.latest-view {
    float: left;
    width: 100%;
    background: #fff;
    padding: 7px 22px;
    border-radius: 28px;
}
.latest-view .owl-nav.disabled {
    display: inline-block !important;
}
.owl-nav.disabled button {
    height: 40px;
    width: 40px;
    background: #37b3c5 !important;
    border-radius: 100%;
    color: #fff !important;
    font-size: 36px !important;
    line-height: 10px !important;
    overflow: hidden;
    position: absolute;
    top: -71px;
    left: 46%;
}
.owl-nav.disabled button:focus{
    outline: none;
}
.owl-nav.disabled button span {
    position: relative;
    top: -5px;
}
.owl-nav.disabled button.owl-next{
    left: 50%;
}
/*********End Video Listing**********/
/*********Start Pricing**********/
.prcing-box {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.prcing-box h1 {
    font-size: 40px;
    color: #348cbe;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
.prcing-box p {
    font-size: 18px;
    color: #1a1a1a;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}
.price-list {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.price-list ul{
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0;
}
.price-list ul li{
    display: inline-block;
    width: 100%;
}
.price-list ul li label {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    border: 2px solid #348cbe;
    border-radius: 14px;
    height: 77px;
    overflow: hidden;
}
.price-list ul li label .dot{
    float: left;
    width: 20%;
}
.price-list ul li label .price-count {
    float: left;
    width: 50%;
    background: #348cbe;
    padding: 20px 0;
    position: relative;
}
.price-list ul li label .price-count:after{
    position: absolute;
    content: "\f0da";
    left: -3px;
    top: 8px;
    height: 35px;
        font: normal normal normal 59px/1 FontAwesome;
    width: 21px;
    color: #fff;
}
.price-list ul li label .price-count:before{
    position: absolute;
    content: "\f0d9";
    right: -3px;
    top: 8px;
    height: 35px;
    width: 21px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 59px;
    color: #fff;
}
.price-count h2 {
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    margin: 0;
    padding: 0;
}
.price-list ul li label .day-view{
    float: left;
    width: 30%;
}
.price-list ul li label .day-view h3 {
    font-size: 22px;
    color: #348cbe;
    font-family: 'Poppins', sans-serif;
    margin: 8px 0 0;
}
.price-list ul li label .day-view h3 span{
    font-size: 26px;
    font-weight: bold;
}
.price-list ul li label .day-view h4{
    color: #013c5e;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 0;
}
.price-list ul li label .dot span {
    display: inline-block;
    height: 34px;
    width: 34px;
    border: 2px solid #348cbe;
    border-radius: 100%;
    margin-top: 18px;
}
.price-list ul li label .day-view h4 span{
    display: block;
    font-size: 15px;
}
.price-list ul li:last-child label .day-view h3{
    margin-top: 1px;
}
.price-list ul li input:checked + label .dot span{
    background: #348cbe;
}
.price-list ul li input{
    display: none;
}
/*********End Pricing**********/
/*********Start Dashboard**********/
HEADER

==========================================================================*/
#main-header {
  background: white;
  height: 75px;
}
/*Brand elements*/
.brand-wrapper {
  width: 250px;
  height: 75px;
  padding-left: 30px;
  transition: all 0.25s ease;
  background: rgba(0, 0, 0, 0.48);
}

.brand-wrapper img {
    max-width: 165px;
}
.brand-wrapper span {
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}
/*Main menu trigger, help buttons and Search bar*/
.header-nav-wrapper {
  width: calc(100% - 350px);
  padding-right: 10px;
}
.header-nav-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-nav-wrapper ul li {
  height: 75px;
  line-height: 75px;
  padding: 0px 20px;
  width: 70px;
  text-align: center;
}
.header-nav-wrapper ul li p {
  height: auto;
  line-height: 150%;
  font-size: 15px;
}
.header-nav-wrapper ul li a,
.header-nav-wrapper ul li button {
background: transparent;
border: 0;
    font-size: 20px;
    color: #ffffff;
    position: relative;
    border: 1px solid #fff;
    height: 40px;
    width: 40px;
    display: inline-block;
    padding-top: 8px;
    border-radius: 23px;
    margin-top: 18px;
    padding-left: 0;
    padding-right: 0;
}
.header-nav-wrapper ul li a i {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.header-nav-wrapper .dropdown-menu {
    width: 330px;
}
p.d-flex.align-items-center.justify-content-center.p-3.border-bottom.mb-0.text-center a {
    padding: 0 !important;
    margin: 0 0 0 69px !important;
    float: right !important;
}
p.d-flex.align-items-center.justify-content-center.p-3.border-bottom.mb-0.text-center strong {
    float: left !important;
}
.header-nav-wrapper .dropdown-menu img {
  height: 50px;
}

.no-caret:after {
  display: none;
}
a em {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  opacity: 0.65;
  right: -5px;
  top: -5px;
  border-radius: 50%;
}
.em-green {
  background-color: #39fe00;
}
.em-red {
  background-color: red;
}
/*Search bar*/
#header-search-bar {
box-sizing: border-box;
    padding: 0 0 0 0;
    margin-left: calc(100% - 69%);
    width: 100%;
    height: 75px;
    float: right;
    position: relative;
    right: -85px;
    top: 2px;
}
#header-search-bar button {
  width: 15%;
  border: 0;
  background: transparent;
  cursor: pointer;
}
#header-search-bar button:hover {
  color: #67a5e6;
}
#header-search-bar select{
position: absolute;
    background: none;
    width: 141px;
    border: none;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    height: 100%;
    border-right: 1px solid #38b4c7;
    padding-right: 17px;
    padding-left: 16px;  
}
#header-search-bar select option{
    color: #000;
}
#header-search-bar select:focus{
    outline: none;
}
#header-search-bar input[type="text"] {
    width: 80%;
    height: 30px;
    border: 0;
    color: #8798ad;
    font-weight: 300;
    font-size: 15px;
    padding-left: 155px;
}
/*User*/
/*.user-wrapper {
  width: 250px;
  padding-right: 30px;
}*/
.user-wrapper img {
  height: 50px;
  margin-right: 10px;
}
.user-wrapper span {
  line-height: 140%;
  font-size: 15px;
      font-weight: bold;
      letter-spacing: 1px;
}
.user-wrapper button {
  display: block;
  background: transparent;
  border: 0;
  white-space: normal;
  word-wrap: break-word;
  padding: 0;
  text-align: left;
  height: 75px;
  cursor: pointer;
      color: #fff;
}
.user-wrapper button:focus{
    outline: none;
}
.user-wrapper button h4 span{
    display: block;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
.dropdown-menu {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
  border: 1px solid rgba(182, 182, 182, 0.3);
  font-weight: 300;
  border-radius: 3px;
}
.dropdown-menu a {
  font-size: 15px !important;
  font-weight: 300;
  line-height: 150%;
  white-space: normal;
}
.dropdown-menu .badge {
  font-size: 12px;
}
#main-content {
  background: #f3f6fd;
  min-height: 100%;
  margin-top: 75px;
  padding: 0;
}

#main-panel {
  transition: all 0.25s ease;
  min-height: calc(100vh - 75px);
}
.contain-top {
    float: left;
    width: 100%;
    padding: 8px 0 23px;
    text-align: center;
    background-image: linear-gradient(to right, #358dbf , #3acccc, #358dbf);
    border-top: 1px solid #ffffff3b;
    margin-bottom: 30px;
}
.content-top-w {
    background: #ffffff;
    border-radius: 60px;
    margin-bottom: 0;
    padding: 2px 7px 5px 28px;
    position: relative;
    top: 9px;
    overflow: hidden;
    border: 3px solid #fff;
    background: #39beca;
}
.content-top-w:after {
    position: absolute;
    content: "";
    height: 215%;
    width: 33px;
    background: #ffffff;
    left: 42%;
    top: -39px;
    transform: rotate(45deg);
}
.contain-top h1 {
    color: #fff;
    font-weight: 800;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    float: left;
    margin-top: 1px;
    text-align: left;
    margin-bottom: 0;
}
.contain-top h1 span {
display: block;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 0px;
    margin-top: 6px;
}
.top-ico {
    display: inline-block;
    height: 40px;
    width: 50px;
    border: 1px solid #fff;
}
.top-ico {
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 4px 11px;
}
.top-ico img {
    width: 33px;
}
.contain-top h4 {
    /* background: #ffffff; */
    font-size: 19px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 3px 20px 7px 20px;
    display: inline-block;
    /* border: 2px solid #fff; */
    margin-bottom: 0;
    margin-top: 3px;
    float: right;
    margin-right: 0px;
}
.contain-top h4 span {
    display: block;
    font-weight: 200;
    font-size: 13px;
    margin-top: 5px;
}
.contain-top h4 i.fa.fa-calendar {
    display: inline-block;
    height: 35px;
    width: 35px;
    background: #3590bf;
    color: #ffffff;
    border-radius: 28px;
    line-height: 33px;
    margin-right: 8px;
}
header#main-header {
    background-image: linear-gradient(to right, #358dbf , #3acccc, #358dbf);
    padding-left: 15px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #3593c0;
}
.badge-success {
    color: #fff;
    background-color: #3ac9cc;
}
.badge-success {
    color: #fff;
    background-color: #3ac9cc !important;
}
.primary{
    background: #f3f6fd;
}
.inner-title {
    float: left;
    width: 100%;
    text-align: center;
}
.inner-title h3 {
    font-size: 30px;
    font-weight: 900;
    color: #3692c0;
    font-family: 'Poppins', sans-serif;
    padding: 8px 17px;
    letter-spacing: 1px;
    border-radius: 6px;
    margin-top: 0;
    margin-bottom: 0;
}
.inner-title span {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 4px solid #3692c0;
    border-radius: 100%;
    font-size: 22px;
    color: #3692c0;
    padding-top: 13px;
}
.inner-title p {
    letter-spacing: 1px;
    color: #585858;
}
.second-dash-section {
    float: left;
    width: 100%;
    background: #efefef;
    padding: 45px 0 60px;
    margin-top: 35px;
}
span.badge.badge-primary.badge-pill.p-2 {
    background: #3ac7cb;
}
#header-search-bar form {
    background: #23737d;
    float: left;
    width: 100%;
    position: relative;
    border-radius: 38px;
}
#header-search-bar form input {
    background: none;
    width: 100% !important;
    height: 49px !important;
    padding: 0 48px 0 17px;
    color: #fff;
}
#header-search-bar form input:focus{
    outline: none;
}
#header-search-bar form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

#header-search-bar form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#header-search-bar form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
#header-search-bar form button{
    position: absolute;
    right: 4px;
    top: 3px;
    background: #d0e7f9;
    height: 42px;
    width: 43px;
    border-radius: 100%;
}
#header-search-bar form button:focus{
    outline: none;
}
.main-video-box {
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 50px;
    background: #f1f1f1;
}
.video-title h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    background-image: linear-gradient(to right, #358dbf , #3acccc);
    padding: 8px 17px;
    letter-spacing: 1px;
    border-radius: 6px;
    margin-top: 20px;
    border-left: 5px solid #036c96;
    border-right: 5px solid #036c96;
}
.video-title h3 i {
    height: 33px;
    width: 33px;
    background: #ffff;
    color: #379fc3;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    margin-right: 5px;
    border: 3px solid #36a1c3;
}
.tb-f ul {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*float: left;*/
    width: 100%;
    margin:25px 0 10px;
    padding: 0;
    list-style-type: none;
    /*border: 1px solid #e6e6e6;*/
}
.tb-f ul li{
    float: left;
    width: 25%;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #e6e6e6;
}
.tb-f ul li:last-child{
    border: none;
}
.tb-f ul li p{
    margin: 0;
}
.tb-f ul li .video-list {
    margin: 0 !important;
    border-radius: 0px;
    color: #889b9e;
}
.tb-f ul li .video-list:hover{
    box-shadow: none;
    background-color: #17a2b8!important;
    color: #fff;
}
.tb-f ul li .video-list.bg-info{
    color: #fff;
}
/*********End Dashboard**********/
.first-section .nav-tabs li{
    position: relative;
}
.first-section .nav-tabs li ul {
    position: absolute;
    width: 200px;
    padding: 0;
    margin: 0;
    z-index: 111;
    background: #fff;
    text-align: left;
    display: none;
    left: 0;
    top: 37px;
    box-shadow: 0px 0px 6px -3px #000;
}
.first-section .nav-tabs li ul li {
    display: inline-block;
    width: 100%;
    border: none;
    padding: 0;
}
.first-section .nav-tabs li ul li a {
    display: inline-block;
    width: 100%;
    font-weight: normal;
    border-bottom: 1px solid #ccc !important;
    font-size: 16px;
    padding: 7px 9px;
}
.first-section .nav-tabs li ul li a:hover {
    border-bottom: 1px solid #35a1c2 !important;
    background: #35a1c2;
    color: #fff;
}
.first-section .nav-tabs li:hover ul{
    display: inline-block;
}

/*********Start Login**********/
.wel-come-box {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 2px 0 9%;
}
.wel-come-box:after{
position: absolute;
    content: "";
    left: -127px;
    top: -48%;
    height: 132%;
    width: 118%;
    background: #000;
    background-image: linear-gradient(to right, #358dbf , #3acccc, #358dbf);
    transform: rotate(-4deg);
}
.wel-come-box .login-ico{
    height: 80px;
    width: 80px;
    border: 1px solid #fff;
    display: inline-block;
    position: relative;
    z-index: 111;
    font-size: 46px;
    color: #fff;
    border-radius: 100%;
}
.wel-come-box h1 {
    position: relative;
    z-index: 111;
    color: #fff;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 16px;
    margin-bottom: 0;
}
.wel-come-box h3{
    position: relative;
    color: #fff;
    z-index: 111;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 10px;
}
.login-boxes {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -103px;
    padding-bottom: 59px;
}
.login-form {
    display: inline-block;
    width: 500px;
    background: #fff;
    padding: 31px 50px 42px;
    box-shadow: 0px 0px 27px -7px #379ec3;
    border-radius: 12px;
}
.login-form .input-box {
    float: left;
    width: 100%;
    position: relative;
    margin: 7px 0;
}
.login-form .input-box input {
width: 100%;
    background: #c8e3ed;
    border: none;
    padding: 15px 60px 15px 25px;
    border-radius: 41px;
}
.login-form .input-box input:focus{
    outline: none;
}
.login-form .input-box span{
    position: absolute;
    right: 9px;
    background: #38adc6;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 34px;
    border: 2px solid #fff;
    line-height: 33px;
    top: 7px;
}
.login-form form h2{
font-weight: bold;
    color: #37aec4;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-size: 36px;
    margin-bottom: 11px;
}
.button-box {
    float: left;
    width: 100%;
    position: relative;
}
.button-box button {
    background: #000;
    color: #fff;
    width: 100%;
    border: none;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    padding: 13px 25px;
    border-radius: 45px;
        background-image: linear-gradient(to right, #358dbf , #3acccc, #358dbf);
        cursor: pointer;
}
.button-box button:focus{
    outline: none;
}
.button-box span {
    position: absolute;
    right: 9px;
    background: #ffffff;
    color: #38adc6;
    height: 39px;
    width: 39px;
    border-radius: 34px;
    border: 2px solid #fff;
    top: 7px;
    line-height: 34px;
}
.login-form a {
    display: inline-block;
    color: #339fbf;
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0 14px;
}
.login-form a:hover{
    text-decoration: none;
}
.login-form .input-box input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #339fbf;
  opacity: 1; /* Firefox */
}

.login-form .input-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #339fbf;
}

.login-form .input-box input::-ms-input-placeholder { /* Microsoft Edge */
  color: #339fbf;
}
.reg a {
    color: #2d2e2f;
    font-size: 16px;
    font-weight: 600;
    margin-top: 31px;
    display: inline-block;
}
.reg a:hover{
    color: #339fbf;
    text-decoration: none;
}
.register .button-box {
    margin-top: 15px;
}
.forgot-password .button-box {
    margin-top: 10px;
}
.forgot-password form h2 {
    font-size: 30px;
}
div#alertmessage1 h4 {
    font-size: 14px;
}
.login-boxes.register .login-form {
    padding: 20px 45px 30px;
}
.login-boxes.register {
    margin-top: -120px;
}
.modal-header {
    background-image: linear-gradient(to right, #358dbf , #3acccc);
    font-weight: bold;
    color: #fff;
}
.modal {
    z-index: 11111;
}
.form-check {
    display: inline-block;
    margin-right: 17px;
}
label.ques {
    font-weight: bold;
}
.space{
  margin-right: 10px;
}
       /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f3f6fd;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #d0e7f9;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #35a2c2;
  color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #f3f6fd;
  border-top: none;
}
/*********End Login**********/
.dascboard-copy-right{
       margin-top: 0px;
       background-image: linear-gradient(to right, #358dbf , #3acccc, #358dbf);
           padding: 17px 0;
}
.dascboard-copy-right p{
    color: #fff !important;
}
.dascboard-copy-right ul li a {
    color: #fff !important;
}
.main-video-box.dashboard-main-box{
    padding-bottom: 0; 
}
.related-video .owl-nav{
    display: inline-block;
}
.latest-view-slide.related-video {
    margin-top: 0;
}
.related-section{
    float: left;
    width: 100%;
}
.related-section .latest-view-main{
    float: left;
    width: 100%;
    background: #eaeaea;
}
.latest-view-slide.related-video {
    margin-top: 0;
}
.related-section .latest-view-main .latest-view {
    float: left;
    width: 100%;
    padding: 0;
    border-radius: 28px;
    background: none;
}
.related-section .latest-view-main button:focus{
    outline: none !important;
}
.related-section .latest-view-main button.owl-prev {
    position: absolute;
    left: -24px;
    top: 45%;
    height: 35px;
    width: 35px;
    background: #fff !important;
    font-size: 57px;
    z-index: 1111111;
    border-radius: 100%;
    border: 2px solid #369bc2 !important;
}
.related-section .latest-view-main button.owl-next{
      position: absolute;
    right: -24px;
    top: 45%;
    height: 35px;
    width: 35px;
    background: #fff !important;
    font-size: 57px;
    z-index: 1111111;
    border-radius: 100%;
    border: 2px solid #369bc2 !important;  
}
.related-section .latest-view-main .viwes-title{
    padding: 45px 0 14%;
}
.dropdown-menu a {
    width: auto !important;
    height: auto !important;
    border: none !important;
    color: #000 !important;
    padding: 3px 18px !important;
    margin: 9px 0!important;
}
.right-boxes h4 {
    background: #39b9c8;
    color: #fff;
    font-size: 15px;
    padding: 15px 17px;
    border-radius: 11px;
    border: 2px solid #38a8c5;
    letter-spacing: 1px;
}
.viwes-videos{
    float: left;
    width: 100%;
}
.viwes-videos ul{
    float: left;
    width: 100%;
    margin:0;
    padding: 0;
}
.viwes-videos ul li{
    display: inline-block;
    width: 100%;
    padding: 4px;
}
.viwes-videos-left {
    float: left;
    width: 30%;
}
.viwes-videos-left video{
    height: 82px;
}
.viwes-videos-right {
    float: left;
    width: 70%;
    padding-left: 20px;
}
.viwes-videos-right h5 {
    font-size: 16px;
    color: #000;
    font-weight: 800;
    margin: 0 0 6px;
}
.viwes-videos-right p {
    font-size: 14px;
    color: #636363;
    margin-bottom: 8px;
}
.viwes-videos-right ul li {
    display: inline-block;
    width: 48%;
    font-size: 14px;
    margin-bottom: 15px;
}
.viwes-videos-right ul li:last-child{
    text-align: right;
}
.viwes-videos-right ul li:last-child i {
    color: #ff9900;
}
.viwes-videos-right ul li:first-child i {
    color: #39b9c8;
}
.dashboard-main-box-top{
    float: left;
    width: 100%;
    padding: 20px 0;
}
.left-video-box h3{
    font-style: 23px;
}
.left-video-box p {
    font-size: 17px;
    margin: 0;
    padding: 0;
}
.left-video-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 11px;
}
.user-contain-top {
    margin-bottom: 0;
}
.user-pro {
    text-align: center;
}
.user-pro form {
    display: inline-block;
    width: 50%;
    text-align: left;
    background: #fff;
    /*border: 1px dashed #ccc;*/
    border-radius: 8px;
    padding: 0 20px 20px;
    box-shadow: 0px 0px 14px -11px #000;
}
.user-contain-top h1 {
    text-align: center;
    width: 100%;
}
.user-main-img {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 7px solid #fff;
    background: #ffff;
    margin-top: -59px;
}
.user-main-img img{
       width: 100%; 
}
.user-main{
    padding-top: 35px;
}
.user-pro form button#btnSubmit,.user-pro form #btnChangePassword {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    float: right;
    margin-right: 16px;
    background: #1e2434 !important;
    border: none !important;
    padding: 9px 25px;
    border-radius: 39px;
}
.user-pro form button#btnSubmit:hover,.user-pro form #btnChangePassword:hover{
    background: #358dbf !important;
}
.message-main-box .tab {
    overflow: hidden;
    border: none;
    background-color: #f3f6fd;
    background-image: linear-gradient(to bottom, #358dbf , #3acccc);
    border-radius: 10px 10px 0 0px;
    border-top: 5px solid #387788;
}
.message-main-box .tab button {
    display: inline-block;
    width: 100%;
    text-align: left;
    background: none;
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid #358dbf;
    position: relative;
    transition: 500ms all ease-in-out 0s;
}
.message-main-box .tab button:hover {
    color: #38acc6;
}
.message-main-box .tab button:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    transition: 500ms all ease-in-out 0s;
    background: #fff;

}
.message-main-box .tab button:hover:after{
       width: 100%;
    transition: 500ms all ease-in-out 0s; 
}
.message-main-box .tab button span{
    position: relative;
    z-index: 1111;
}
.message-content-top{
    margin-bottom: 0;
}
.right-tab{
    background: #fff;
}
.right-tab {
    background: #efefef;
}
.right-tab .tabcontent {
    border: none;
    padding: 0;
}
.right-tab h3{
    background: #000;
    background-image: linear-gradient(to right, #358dbf , #3acccc);
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 9px 14px;
    border-radius: 10px 10px 0px 0px;
    margin:0;
}
.right-tab h3 i {
    font-size: 15px;
    float: right;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 32px;
    border-radius: 100%;
    padding-left: 3px;
    background: #fff;
    color: #369bc2;
}
.table-hover tbody tr:hover {
    background-color: rgb(191 191 191 / 8%) !important;
}
.contain-top.message-content-top {
    padding: 20px 0;
}
.main-video-box.message-main-box{
    padding-top: 35px;
}
.main-video-box table.table.table-hover {
    background: #fff;
   box-shadow: 0px 0px 14px -11px #000;
}
.main-video-box {
    min-height: 422px;
}
.main-video-box.message-main-box{
        min-height: 454px;
}
button.close {
    background: #fff;
    opacity: 1;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    line-height: 0px;
    font-size: 31px;
    padding: 0 !important;
    top: 29px;
    position: absolute;
    right: 27px;
    color: #39c8cb;
}
button.close::focus{
    outline: none;
}
button{
    cursor: pointer;
}
button:focus{
    outline: none;
}
button.skip-btn {
    background: #39c7cb;
    border: none;
    width: 92px;
    padding: 8px 0;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 5px;
}
button.skip-btn:hover{
    background: #317498;
}
button.submit-btn {
    background: #358fbf;
    border: none;
    width: 92px;
    padding: 8px 0;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 5px;
}
button.submit-btn:hover{
    background: #317498;
}
.first-section .inner-title{
    margin-top: 30px;
    margin-bottom: 20px;
}
.buy-now{
    background: #348cbe;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 11px 28px;
    display: inline-block;
    border-radius: 6px;
    margin-top: 10px;
}
.buy-now:hover{
    background: #0e5c88;
    text-decoration: none;
    color: #fff;
}
.experts-box .left-reserch h2{
    font-size: 35px;
    font-weight: 300;
    color: #3692c0;
    font-size: 29px;
    display: none;
}
.experts-box .left-reserch h2 span {
    display: inline-block;
    font-weight: 800;
    font-size: 43px;
}
/* #Navigation
================================================== */

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 20px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
    height: 24px;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navigation-wrap{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar{
    padding: 0;
}
.navbar-brand img{
    height: 28px;
    width: auto;
    display: block;
  filter: brightness(10%);
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #131234;
    transition: all 300ms linear;
        top: -1px;
}
.navbar-toggler-icon:after, 
.navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #131234;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.nav-link{
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
    color: #8167a9 !important;
}
.nav-item.active .nav-link{
    color: #777 !important;
}
.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}
.nav-item:after{
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #8167a9;
    opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
    bottom: 0;
    opacity: 1;
}
.nav-item.active:hover:after{
    opacity: 0;
}
.nav-item{
    position: relative;
    transition: all 200ms linear;
}
.navbar-collapse.collapse {
    display: inline-block !important;
    float: left;
    width: 100%;
}
button.navbar-toggler{
    display: none;
}
.first-box-footer img {
    width: 256px;
    background: #fff;
    padding: 7px 16px;
    border-radius: 7px;
}
span.float {
    height: 100px;
    width: 100px;
    background: #131234;
    display: inline-block;
    color: #fff;
    font-size: 29px;
    text-align: center;
    line-height: 85px;
    border-radius: 106%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1111;
	cursor:pointer;
	border:5px solid #fff;
	      animation-name: stretch;
  animation-duration: 1.2s; 
  animation-timing-function: ease-out; 
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}
div#multiCollapseExample1 {
    position: fixed;
    bottom: 85px;
    right: 0;
    width: 250px;
    z-index: 111;
}
div#multiCollapseExample1 .card-body{
	padding:0 19px;
}
div#multiCollapseExample1 ul{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
div#multiCollapseExample1 ul li{
	display:inline-block;
	width:100%;
}
div#multiCollapseExample1 ul li a {
    font-size: 15px;
    color: #131234;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
	transition: 500ms all ease-in-out 0s;
}
div#multiCollapseExample1 ul li a:hover{
	color:#f9cc59;
	text-decoration:none;
	transition: 500ms all ease-in-out 0s;
	padding-left:15px;
}
div#multiCollapseExample1 ul li:last-child a{
	border:none;
}
span.float[aria-expanded="false"]:after {
    position: absolute;
    font: normal normal normal 29px/1 FontAwesome;
    content: "\f067";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	transition: 500ms all ease-in-out 0s;
}
span.float[aria-expanded="true"]:after {
    position: absolute;
    font: normal normal normal 29px/1 FontAwesome;
    content: "\f068";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	transition: 500ms all ease-in-out 0s;
}
@keyframes stretch {
  0% {
    transform: scale(0.7);
    animation-duration: 1.5s; 
  }
  25% {
    transform: scale(0.9);
    animation-duration: 1.5s; 
	background:#f9ca52;
  }
  50% {
    transform: scale(1);
    animation-duration: 1.5s; 
  }
   75% {
    transform: scale(1.1);
    animation-duration: 1.5s;
	background:#f9ca52;
  }
   100% {
    transform: scale(1.2);
    animation-duration: 1.5s; 
  }
}
@media only screen and (min-width: 1400px) {
.main-video-box {
    min-height: 495px;
}
.main-video-box.message-main-box {
    min-height: 528px;
}
/*.banner {
    margin-top: -142px;
}*/
.main-video-box.dashboard-main-box.video-play {
    min-height: 604px;
}
}
@media only screen and (min-width: 1600px) {
.main-video-box {
    min-height: 589px;
}
}
@media only screen and (min-width: 1700px) {
.main-video-box {
    min-height: 589px;
}
.main-video-box.message-main-box {
    min-height: 621px;
}
.main-video-box.dashboard-main-box.video-play {
    min-height: 697px;
}

}
@media only screen and (min-width: 1800px) {
.main-video-box {
    min-height: 643px;
}
.main-video-box.message-main-box {
    min-height: 676px;
}
.main-video-box.dashboard-main-box.video-play {
    min-height: 752px;
}
}
@media only screen and (max-width: 1199px) {
.card.border-info.mb-3 {
    width: 140px !important;
}
.first-section .row {
    width: 100% !important;
    text-align: center;
}
.first-section .row div {
    display: inline-block;
}
.service-box h5 {
    font-size: 17px;
}
ul.login-btn-box li a {
    padding: 20px 10px;
}
}
@media only screen and (max-width: 1024px) {
.experts-box {
    float: left;
    width: 100%;
    background: url(../images2/bg.png) -30px center no-repeat;
    background-size: auto 100%;
    padding: 74px 0 0;
}
.service-box h5 {
    font-size: 17px;
}
.content-banner h1 {
    font-size: 35px;
}
.exer-left img {
    display: none;
}
.experts-box .left-reserch h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 40px !important;
}
.experts-box{
    background: none;
}
.right-reserch{
    display: none;
}
.left-reserch {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.first-section {
    padding: 10px 0 85px;
}
.Courses-box h2 {
    font-size: 30px;
}
.Courses-box p {
    font-size: 18px;
}
.learning-box h2 {
    font-size: 34px;
}
.testimonial-box .testimonial-box-list h4 {
    font-size: 17px;
}
.our-testimonial i.fa.fa-quote-left {
    font-size: 87px;
}
.our-testimonial h2 {
    font-size: 34px;
}
/*****Start Register*****/
.login-boxes.register {
    margin-top: -65px;
}
/*****End Register*****/
.header-box ul.navbar-nav li a {
    padding: 18px 15px;
}
}
@media only screen and (max-width: 991px) {
    .content-banner form {
    width: 100%;
}
#printClassList .card.border-info.mb-3 {
    width: 150px !important;
}
.first-section .tabbable-panel .col-sm-12.col-lg-3.col-md-3{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.experts-box .left-reserch h2 {
    font-size: 30px !important;
}
.experts-box .left-reserch h2 span {
    font-size: 30px;
}
.first-box-footer ul li {
    display: inline-block;
    padding: 0 4px;
}
.service-box h5 {
    font-size: 16px;
    height: 30px;
}
.Courses-box p {
    font-size: 17px;
}
.learning-box h2 {
    font-size: 30px;
}
.our-testimonial h2 {
    font-size: 30px;
    margin: 0 0 5px;
    line-height: 33px;
}
.our-testimonial i.fa.fa-quote-left {
    font-size: 70px;
}
.copy-right .col-sm-12.col-lg-6.col-md-6{
-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
.copy-right ul {
    text-align: center;
}
.our-testimonial h2 {
    font-size: 28px;
}
/*****Start Login*****/
.login-boxes {
    margin-top: -69px;
}
/*****End Login*****/
/*****Start Pricing*****/
.price-count h2 {
    font-size: 20px;
}
.price-list ul li label .day-view h3 {
    font-size: 17px;
}
.price-list ul li label .day-view h3 span {
    font-size: 20px;
}
.price-list ul li label .day-view h4 {
    font-size: 14px;
}
.price-list ul li label {
    height: 65px;
}
.price-list ul li label .dot span {
    margin-top: 14px;
}
.price-list ul li label .price-count:after {
    top: 1px;
}
.price-list ul li label .price-count:before {
    top: 1px;
}
/*****End Pricing*****/
.first-box-footer img {
    width: 190px;
}
}
@media only screen and (max-width: 800px) {
.banner img {
    width: 100%;
    height: 420px;
}
.header-box ul.navbar-nav li a {
    padding: 18px 10px;
    font-size: 15px;
}
ul.login-btn-box li a {
    padding: 20px 6px;
     font-size: 15px;
}
.header-box img {
    width: 190px;
}
}
@media only screen and (max-width: 767px) {
.learning-box {
    float: left;
    width: 100%;
    text-align: center;
    background: url(../images2/bg2.png) left top no-repeat;
    background-size: 100% 100%;
    padding: 10% 0 11%;
    margin-top: 75px;
    background-image: linear-gradient(180deg, #3fc6d9, #2281b5);
}
.service-box {
    margin-top: 30px;
}
.learning-box p {
    margin-bottom: 0;
}
.Courses-box h2 {
    margin-top: 30px;
}
.conact-a li span {
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
}
.quick-link {
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 13px;
    background: #1e2434eb;
    margin: 17px 0;
    border-radius: 5px;
    border: 1px solid #2a3144;
}
.first-box-footer {
    text-align: center;
}
.first-box-footer p{
    margin-top: 0;
}
.owl-carousel .owl-stage-outer{
    padding:0 6px;
}
.testimonial-box .testimonial-box-list {
    width: 98%;
}
.Courses-box {
    text-align: center;
}
.review-box {
    float: left;
    width: 100%;
    display: inline-block;
    text-align: center;
        border-radius: 10px;
}
.review-box-img {
    float: none;
    display: inline-block;
}
.review-box-text h4 {
    width: 100%;
}
.review-box-text {
    float: left;
    width: 100%;
    padding: 0;
}
.header-box img {
    width: 190px;
    float: none;
}
.header-box{
	text-align: center;
}
.header-box .col-sm-12.col-lg-9.col-md-9.header-right {
    float: right;
    flex: 0 0 60%;
    max-width: 100%;
}
/*****Start Login*****/
.login-boxes {
    margin-top: -47px;
}
/*****End Login*****/
/*****Start Pricing*****/
.price-list ul {
    width: 80%;
}
/*****End Pricing*****/
}
/* #Media
================================================== */

@media (max-width: 767px) { 
    .nav-item:after{
        display: none;
    }
    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after{
        transform: rotate(90deg);
        opacity: 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    div#navbarSupportedContent {
    position: absolute;
    width: 100%;
    text-align: left;
    right: 0;
    top: 46px;
    background: #fff;
}
.header-box ul{
    text-align: left;
}
.header-box ul li {
    text-align: left;
        border-bottom: 1px solid #131234;
}
.header-box ul.navbar-nav li a {
    padding: 10px 10px;
    font-size: 15px;
}
ul.login-btn-box li{
	border-bottom: none;
}
ul.login-btn-box{
	    position: absolute;
    right: 0;
    top: -41px;
}
.header-box ul li{
    padding: 0;
    width: 100%;
    margin: 0;
}
ul.login-btn-box li {
    padding: 0;
    width: auto ;
}
ul.login-btn-box li a {
    padding: 10px 6px;
    font-size: 15px;
}
button.navbar-toggler {
    display: inline-block;
    position: relative;
    top: 5px;
    z-index: 1111;
    border: 2px solid #131234;
    color: #131234;
    padding: 6px 7px;
    float: left;
}
.navbar-collapse.collapse{
    display: none !important;
}
.navbar-collapse.collapse.show{
    display: inline-block !important;
}
ul.navbar-nav {
    margin: 0;
}
ul.navbar-nav li a {
    padding: 6px 8px;
    font-size: 16px;
}
.header-box ul li ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1111;
    transform: inherit;
    display: inline-block;
    position: relative;
}
.header-box ul li ul li a {
    border-bottom: none;
}
}
@media only screen and (max-width: 640px) {
/*****Start Login*****/
.login-form {
    width: 100%;
}
.wel-come-box:after {
    width: 128%;
}
/*****End Login*****/
/*****Start Register*****/
.login-boxes.register {
    margin-top: -50px;
}
/*****End Register*****/
/*****Start Pricing*****/
.price-list ul {
    width: 92%;
}
/*****End Pricing*****/
}
@media only screen and (max-width: 480px) {
.first-section .tabbable-panel .col-sm-12.col-lg-3.col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
}
.header-box .col-sm-12.col-lg-3.col-md-3 {
	margin-bottom: 20px;
}
.banner img {
    width: 100%;
    height: 316px;
}
.content-banner h1 {
    font-size: 26px;
}
.inner-title h3 {
    font-size: 22px;    
}
.video-img {
    max-height: inherit;
    overflow: visible;
    position: relative;
    border-radius: 10px;
}
.video-img iframe {
    width: 100%;
    height: auto !important;
}
.Courses-box h2 {
    font-size: 22px;
}
.learning-box h2 {
    font-size: 23px;
}
.our-testimonial h2 {
    font-size: 22px;
}
.footer h5 {
    font-size: 18px;
    letter-spacing: 1px;
}
.conact-a li span {
    font-size: 15px;
}
.m-btn {
    width: 100%;
}
#printClassList .m-btn .card.border-info.mb-3{
    width: 100% !important;
}
.content-banner form {
    width: 100%;
    background: none;
    position: relative;
    display: inline-block;
    height: auto;
    border-radius: 48px;
    overflow: visible;
    padding: 0 0 0 13px;
    margin-top: 20px;
}
.content-banner form button {
    position: relative;
    background: #ccc;
    border: none;
    right: 4px;
    background-image: linear-gradient(to right, #36a9c2 , #348dbe);
    top: 0;
    height: auto;
    padding: 8px 20px 12px;
    border-radius: 46px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
    width: 100%;
    margin-top: 11px;
}
.content-banner form input[type="text"] {
    width: 100%;
    border: none;
    padding: 0 17px 0 21px;
    height: 45px;
    text-align: center;
    border-radius: 100px;
}
.content-banner h1 {
    font-size: 21px;
    margin-bottom: 0;
}
/*****Start Login*****/
.login-boxes {
    margin-top: 20px;
}
.wel-come-box {
    background-image: linear-gradient(to right, #358dbf , #3acccc, #358dbf);
}
.wel-come-box:after{
    display: none;
}
.login-form h2 {
    font-size: 21px;
    margin-bottom: 0;
}
/*****End Login*****/
/*****Start Register*****/
.login-boxes.register {
    margin-top: 30px;
}
.prcing-box h3 {
    font-size: 21px;
}
.prcing-box p {
    font-size: 14px;
    margin-bottom: 0;
}
/*****End Register*****/
}
@media only screen and (max-width: 370px) {
.header-box .col-sm-12.col-lg-9.col-md-9.header-right {
    float: right;
    flex: auto;
    max-width: inherit;
    width: 162px;
    display: inline-block;
    padding-left: 0;
}

.first-section .row {
    width: auto !important;
}
.card.border-info.mb-3 {
    width: 123px !important;
}
/*****Start Login*****/
.login-form {
    padding: 31px 15px 42px;
}
/*****End Login*****/
/*****Start Register*****/
.login-boxes.register .login-form {
    padding: 20px 18px 30px;
}
/*****End register*****/
/*****Start Pricing*****/
.price-list ul {
    width: 100%;
}
/*****End Pricing*****/
}
@media only screen and (max-width: 350px) {
.classes-box-text {
    width: 100%;
    padding: 16px 0 0;
}
.our-trainer-box:after {
    bottom: -50px;
}
}

.video-img span {
    height: 120px;
    width: 120px;
    overflow: hidden;
    border-radius: 100%;
    display: inline-block;
    border: 5px solid #dbe3e4;
}
.video-img span img {
    width: 80%;
    height: auto !important;
    margin-top: 16px;
}
.viwes-videos-left span {
    display: inline-block;
    width: 100%;
    height: 100px;
    background: #d5e3e4;
    border-radius: 18px;
    padding: 7px 10px;
}
.d-flex.align-items-center a img {
    /*width: 217px;*/
}