﻿@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

@font-face {
    font-family: 'GeomanistRegular';
    src: url('../fonts/GeomanistRegular.eot');
    src: url('../fonts/GeomanistRegular.eot') format('embedded-opentype'), url('../fonts/GeomanistRegular.woff') format('woff'), url('../fonts/GeomanistRegular.ttf') format('truetype'), url('../fonts/GeomanistRegular.svg#GeomanistRegular') format('svg');
}

@font-face {
    font-family: 'GeomanistBold';
    src: url('../fonts/GeomanistBold.eot');
    src: url('../fonts/GeomanistBold.eot') format('embedded-opentype'), url('../fonts/GeomanistBold.woff') format('woff'), url('../fonts/GeomanistBold.ttf') format('truetype'), url('../fonts/GeomanistBold.svg#GeomanistBold') format('svg');
}

body {
    font-family: 'Raleway', sans-serif;
    line-height: normal;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

img {
    max-width: 100%;
}

a,
a:hover {
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
    text-decoration: none;
}

    a:focus {
        text-decoration: none;
        outline: none;
    }

::-webkit-input-placeholder {
    /* Chrome */
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: inherit;
    opacity: 1;
}


.product-loader {
    width: 100%;
    text-align: center;
}


    .product-loader img {
        /*max-width: 40px;*/
    }

body .container {
    width: 100%;
    max-width: 1230px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
}

    select::-ms-expand {
        display: none;
    }

* {
    outline: none;
}

.sectionwrapper {
    width: 100%;
    float: left;
    clear: both;
}

.headerwrapper {
    width: 100%;
    float: left;
    clear: both;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    position: relative;
    z-index: 99;
    padding: 0 0 2px;
}

.login_header .categorynav {
    padding: 45px 0 0 0;
}

.headerwrapper .container {
    position: relative;
}

.langdrp {
    position: absolute;
    left: auto;
    top: auto;
    right: 15px;
    bottom: -50px;
}

    .langdrp select {
        background: #252322;
        color: #fefefe;
        font-size: 14px;
        padding: 0 45px 0 14px;
        border: 0;
        height: 40px;
        border-radius: 0 0 10px 10px;
        min-width: 118px;
    }

        .langdrp select:focus {
            outline: none;
        }

    .langdrp .caret {
        color: #fff;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 9px;
        vertical-align: middle;
        border-top: 7px dashed;
        border-top: 7px solid\9;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        position: absolute;
        z-index: 999;
        top: 17px;
        right: 19px;
        left: auto;
    }

.headerwrapper:before {
    height: 5px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgb(15, 79, 122);
    background: -moz-linear-gradient(left, rgba(15, 79, 122, 1) 0%, rgba(2, 104, 173, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(15, 79, 122, 1) 0%, rgba(2, 104, 173, 1) 100%);
    background: linear-gradient(to right, rgba(15, 79, 122, 1) 0%, rgba(2, 104, 173, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f4f7a', endColorstr='#0268ad', GradientType=1);
}

.sitelogo {
    padding: 18px 50px 0 0;
    float: left;
    width: 23%;
}

    .sitelogo a {
        float: left;
    }

.headerigth {
    float: right;
    width: 77%;
}

.categorynav {
    float: left;
    padding: 45px 0 0 69px;
}

    .categorynav > ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .categorynav a.categorytitle {
        color: #3e3e3e;
        font-size: 14px;
        font-weight: 600;
        background: url("../images/iconcatagory.png") no-repeat 20px 7px;
        text-transform: uppercase;
        border: 1px solid #c8c8c8;
        padding: 8px 20px 6px 50px;
        float: left;
        bottom: 18px;
        border-radius: 10px;
        background-size: 20px;
    }

        .categorynav a.categorytitle:hover {
            background: #f2f3f5 url("../images/iconcatagory.png") no-repeat 20px 7px;
            background-size: 20px;
        }

.headermenu {
    float: left;
    padding: 32px 0 0 42px;
}

    .headermenu .navbar-inverse {
        background-color: transparent;
        border: none;
        margin: 0;
        min-height: 10px;
        border-radius: 0;
    }

    .headermenu .navbar-collapse {
        padding: 0;
    }

    .headermenu .navbar-inverse .container-fluid,
    .headermenu .navbar-inverse #myNavbar {
        padding: 0;
    }

    .headermenu .navbar-inverse ul.nav {
        width: 100%;
    }

    .headermenu .navbar-inverse .navbar-nav > li {
        margin-left: 27px;
    }

.login_header .headermenu .navbar-inverse .navbar-nav > li {
    margin-left: 16px;
}

.headermenu .navbar-inverse .navbar-nav > li:first-child {
    margin-left: 0;
}

.headermenu .navbar-inverse .navbar-nav > li > a {
    color: #666666;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding: 0 6px 6px;
    text-transform: capitalize;
}

    .headermenu .navbar-inverse .navbar-nav > .active > a,
    .headermenu .navbar-inverse .navbar-nav > .active > a:focus,
    .headermenu .navbar-inverse .navbar-nav > .active > a:hover,
    .headermenu .navbar-inverse .navbar-nav > li > a:hover {
        background-color: transparent;
        color: #1852a0;
        border-bottom: 1px solid #252322;
    }

.SelectFilter select {
    float: left;
    padding: 0 36px 0px 20px;
    margin: 20px 10px 0 0px;
    border: 1px solid rgba(0,0,0,0.4);
    color: #333;
    font-weight: 600;
    background: transparent;
    height: 38px;
    line-height: 35px;
}

.SelectFilter option {
    color: #ff0000;
    border-bottom: 1px solid #000;
    line-height: 30px;
}

.SelectFilter {
    position: relative;
    float: left;
}

    .SelectFilter::after {
        position: absolute;
        content: "\f107";
        right: 20px;
        color: #333;
        display: inline-block;
        font: normal normal normal 26px/75px FontAwesome;
    }
/* dropdown-menu start */

.categorynav .dropdown-menu {
    background-color: #fff;
    top: 37px;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 16px rgba(20,23,28,.25);
}

    .categorynav .dropdown-menu a {
        color: #000;
        line-height: 30px;
        font-size: 14px;
    }

.courses-list-slider {
    float: left;
    width: 100%;
}

.NoRecordFoundMsg {
    padding: 10px;
    margin: 20px;
    text-align: center;
    background-color: #C7D9D7;
    font-family: Verdana;
    font-weight: bold;
    display: none;
    width: 100%;
    float: left;
    margin: 0;
}

.ReviewImg {
    height: 90px;
    width: 90px;
    border: 1px solid gray;
    border-radius: 50%;
}

/*courses details*/
.courses-list-slider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -60px;
}

.slider-courses-coontent-bg .populartitle {
    margin: 30px 0 12px;
}

.slider-courses-coontent-bg {
    float: left;
    width: 100%;
}

.categorynav .dropdown-menu a:hover, .categorynav .dropdown-menu a:focus {
    background: #f2f3f5;
    color: #d00b0d;
}

.categorynav .caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px dashed;
    color: #666666;
}

.categorynav .dropdown.open .caret,
.navbar-inverse .navbar-nav > li > a:hover .caret {
    color: #1852a0;
}

.categorynav .navbar-inverse .navbar-nav > .open > a,
.categorynav .navbar-inverse .navbar-nav > .open > a:focus,
.categorynav .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #fdd600;
}

.categorynav .dropdown-menu:after {
    top: -13px;
    right: 0;
    bottom: auto;
    left: 14px;
    display: block;
    border: none;
    font: normal normal normal 30px/30px FontAwesome;
    width: 0;
    content: "\f0de";
    text-shadow: 0 4px 16px rgba(20,23,28,.25);
    color: #fff;
    position: absolute;
}

.showonhover:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

.categorynav .dropdown-menu .dropdown-menu {
    top: 0px;
    margin: 0;
    border-radius: 0px;
}

.dropdown-submenu > a:after {
    border: none;
    content: "\f105";
    display: block;
    float: right;
    height: 0;
    margin-right: 0px;
    font: normal normal normal 20px/30px FontAwesome;
    margin-top: 0px;
    width: 0;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu .dropdown-menu:after {
    top: -15px;
    right: 0;
    border-style: solid;
    bottom: auto;
    left: 0;
    border-width: 0 15px 15px;
    border-color: #c3dffa transparent;
    display: none !important;
    width: 0;
    content: "";
    position: absolute;
    margin: 0 auto;
}

/*Slier Start*/



/* Bootstrap Lightbox using Modal */

#profile-grid {
    overflow: auto;
    white-space: normal;
}

    #profile-grid .profile {
        padding-bottom: 40px;
    }

    #profile-grid .panel {
        padding: 0;
    }

    #profile-grid .panel-body {
        padding: 15px;
    }

    #profile-grid .profile-name {
        font-weight: bold;
    }

    #profile-grid .thumbnail {
        margin-bottom: 6px;
    }

    #profile-grid .panel-thumbnail {
        overflow: hidden;
    }

    #profile-grid .img-rounded {
        border-radius: 4px 4px 0 0;
    }


/*Slier END*/

/* dropdown-menu end */

.signupwraper {
    float: right;
    margin: 24px 0 0;
    border: 1px solid #006cb5;
    border-radius: 10px;
}

    .signupwraper a {
        float: left;
        color: #252322;
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        padding: 10px 12px 9px 40px;
        background-image: url("../images/iconlogin.png");
        background-repeat: no-repeat;
        background-position: 13px 5px;
        background-size: 20px;
        height: 30px;
    }

        .signupwraper a.signup {
            background-position: 10px -48px;
            border-left: 1px solid #eee;
        }

            .signupwraper a.signup:hover,
            .signupwraper a.signup:focus {
                background-position: 10px -73px;
                color: #ffffff;
                background-color: #006cb5;
                border-radius: 0 10px 10px 0;
            }

        .signupwraper a.login:hover,
        .signupwraper a.login:focus {
            background-position: 10px -22px;
            color: #ffffff;
            background-color: #006cb5;
            border-radius: 10px 0 0 10px;
        }

.bannerwrapper {
    width: 100%;
    float: left;
    position: relative;
}

.sliderwrap {
    width: 100%;
    float: left;
}

    .sliderwrap .carousel-caption {
        width: 100%;
        max-width: 1230px;
        margin: 0 auto;
        padding: 0 15px;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
    }

        .sliderwrap .carousel-caption img {
            float: right;
            margin: 0 -11px 0 0;
            max-width: 520px;
        }

    .sliderwrap .carousel-control {
        background: transparent;
        height: 50px;
        top: 45%;
        opacity: 1;
        color: #1f75be;
        width: 50px;
        border-radius: 50%;
        line-height: 42px;
        color: #ffffff;
        font-size: 30px;
        font-weight: normal;
        border: 2px solid #2c2f33;
    }

        .sliderwrap .carousel-control:hover {
            background: #1c4f9e;
            border: 3px solid #1c4f9e;
            color: #fff;
        }

        .sliderwrap .carousel-control.left {
            left: 142px;
        }

        .sliderwrap .carousel-control.right {
            right: 142px;
        }

.slideleft {
    float: left;
    position: absolute;
    z-index: 20;
    top: 25px;
    width: 100%;
    max-width: 600px;
    background: rgba(255, 255, 255, 0.66);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
    border-radius: 24px;
    padding: 0 44px 42px 39px;
}

.itsfree {
    position: absolute;
    left: auto;
    top: -5px;
    right: -5px;
    width: 120px;
}

.slideleft h3 {
    position: relative;
    color: #1c4f9e;
    font-size: 34px;
    font-weight: 400;
    margin: 30px 0 0;
    padding: 9px 0 6px 0;
}

    .slideleft h3:before {
        position: absolute;
        content: "";
        left: -39px;
        top: 0;
        width: 5px;
        height: 100%;
        background: #aa060b;
        background: -moz-linear-gradient(top, #aa060b 0%, #ea0e0e 100%);
        background: -webkit-linear-gradient(top, #aa060b 0%, #ea0e0e 100%);
        background: linear-gradient(to bottom, #aa060b 0%, #ea0e0e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa060b', endColorstr='#ea0e0e', GradientType=0);
    }

    .slideleft h3 span {
        color: #252322;
        font-weight: 800;
        text-transform: uppercase;
    }

.slideleft p {
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
    padding: 5px 0 20px 0;
}

.search-head {
    display: inline-block;
    width: auto;
    color: #337ab7;
    float: none;
    margin: 30px 20px 0 0px;
    font-size: 20px;
}
/*search box*/
.search-inline {
    width: 20%;
    right: 11%;
    padding-left: 15px;
    padding-right: 15px;
    top: 64px;
    display: none;
    height: 45px;
    position: absolute;
    transition: 0.5s;
    outline: none;
    background-color: #fff;
    z-index: 999;
    border: 1px solid #ccc;
    box-shadow: 2px 0px 5px #ccc;
}

    .search-inline .form-control {
        border: 0px;
        padding-left: 0;
        font-size: 16px;
        position: absolute;
        left: 1%;
        font-weight: 600;
        top: 0;
        height: 100%;
        width: 99%;
        font-family: 'Raleway', sans-serif;
        outline: none;
        box-shadow: 0 0 0;
    }

    .search-inline button[type="submit"] {
        position: absolute;
        outline: none;
        border: 0px;
        top: 0;
        right: 0;
        padding: 0 25px;
        cursor: pointer;
        font-size: 18px;
        width: auto;
        letter-spacing: 0.5px;
        height: 100%;
        background: #337ab7;
        color: #fff;
    }

    .search-inline .search-close {
        position: absolute;
        top: 0;
        right: 0;
        color: #999;
        width: auto;
        height: 100%;
        text-align: center;
        display: -webkit-box;
        font-size: 18px;
        padding: 0px 30px;
        line-height: 45px;
        outline: none;
    }

/*search box*/

.login-search {
    width: auto;
    float: right;
}

.learninput {
    width: 100%;
    float: left;
    position: relative;
}

    .learninput input[type="text"] {
        background: #252322;
        border: none;
        border-radius: 10px;
        color: #fefefe;
        font-size: 15px;
        height: 50px;
        line-height: 50px;
        padding: 0 0 0 20px;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none \9;
        -o-appearance: none;
    }

    .learninput input[type="submit"] {
        position: absolute;
        left: auto;
        top: 14px;
        right: 19px;
        height: 22px;
        width: 22px;
        background-image: url(../images/iconsearch.png);
        background-repeat: no-repeat;
        background-position: right center;
        border: none;
        font-size: 0;
        cursor: pointer;
        background-color: transparent;
        background-size: 18px;
    }

/* fade on slider start */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1 !important;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}
/* fade on slider end*/

.contentop {
    width: 100%;
    float: left;
    text-align: center;
    min-height: 100px;
    padding: 20px 0 10px;
    background: #104d77;
    background: -moz-linear-gradient(left, #104d77 0%, #1a1a19 100%);
    background: -webkit-linear-gradient(left, #104d77 0%, #1a1a19 100%);
    background: linear-gradient(to right, #104d77 0%, #1a1a19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#104d77', endColorstr='#1a1a19', GradientType=1);
}

.sliderwrap .item {
    width: 100%;
    float: left;
    background-color: #e9e9e9;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.slider-img {
    float: left;
    text-align: center;
    text-align: center;
    width: 100%;
}

.contopbox {
    float: left;
    vertical-align: top;
    background: url("../images/icondiploma.png") no-repeat left top;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    padding: 5px 0 14px 66px;
    text-align: left;
    background-size: 50px !important;
}

    .contopbox h2 {
        font-size: 17px;
        font-weight: 700;
        display: block;
        padding: 7px 0 7px 0px;
        text-transform: uppercase;
        margin: 0px;
    }

    .contopbox.contopbox02 {
        float: none;
        display: inline-block;
        background-position: 0 -68px;
    }

    .contopbox.contopbox03 {
        float: right;
        background-position: 0 -147px;
    }

.welcomewrap {
    width: 100%;
    float: left;
    position: relative;
    z-index: 3;
}

.welcomeleft {
    width: 53%;
    float: left;
    padding: 0 30px 0 0;
}

    .welcomeleft h1 {
        color: #3e3e3e;
        font-size: 26px;
        font-weight: 400;
        margin: 24px 0 12px;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }

        .welcomeleft h1 span {
            font-family: 'GeomanistBold';
            font-size: 36px;
            text-transform: capitalize;
        }

        .welcomeleft h1 i {
            font-family: 'GeomanistRegular';
            color: #006cb5;
            font-size: 36px;
            font-style: normal;
            text-transform: lowercase;
        }

    .welcomeleft p {
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 20px;
        text-align: justify;
        line-height: 22px;
    }

.welcomeright {
    width: 47%;
    float: right;
    min-height: 300px;
    position: relative;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
}

.videoplay {
    width: 105%;
    left: 0;
    right: 0;
    cursor: pointer;
    height: 450px;
    margin-top: -60px;
}
/*.welcomeright .videoplay:hover {
	opacity: 0.9;
}*/
.readmore {
    width: 100%;
    float: left;
    border-bottom: 1px solid #252322;
    padding: 3px 0 0;
}

    .readmore a {
        color: #ffffff;
        font-size: 13px;
        font-weight: 500;
        background: #252322;
        text-transform: uppercase;
        float: right;
        padding: 12px 30px;
    }

        .readmore a:hover {
            background: #006cb5;
        }

.popularcourse {
    width: 100%;
    float: left;
    background: #f6f6f7;
    margin: -24px 0 0;
}

.popularstop {
    width: 100%;
    float: left;
}

.populartitle {
    color: #252322;
    font-size: 24px;
    font-weight: 400;
    margin: 56px 0 12px;
    float: left;
    text-transform: uppercase;
}

    .populartitle span {
        color: #006cb5;
        font-weight: 600;
    }

.filterbywrap {
    float: right;
    padding: 55px 0 0;
}

.filterby {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px 0 0;
}

    .filterby span {
        color: #006cb5;
        font-size: 13px;
        font-weight: 600;
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
        padding: 0 14px 0 0;
    }

    .filterby select {
        background-color: transparent;
        border: 1px solid #c8c8c8;
        background-image: url(../images/icondrp.png);
        background-repeat: no-repeat;
        background-position: 93% 15px;
        border-radius: 10px;
        color: #666666;
        cursor: pointer;
        font-size: 13px;
        height: 38px;
        width: 260px;
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px;
        text-transform: uppercase;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none \9;
        -o-appearance: none;
    }

        .filterby select:focus {
            outline: none;
        }

a.viewcources {
    display: inline-block;
    vertical-align: middle;
    color: #006cb5;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    text-transform: capitalize;
}

    a.viewcources:hover {
        color: #252322;
        text-decoration: underline;
    }

.courseslider {
    width: 100%;
    float: left;
}

.courses-list-slider .coursethumbox {
    margin: 10px 12px 20px;
}

.coursethumbox {
    width: 100%;
    max-width: 280px;
    display: inline-block;
    padding: 0 0 5px;
    text-align: left;
}

    .coursethumbox:hover {
        background: #ffffff;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        cursor: default;
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
    }

.courseimg {
    width: 100%;
    float: left;
    position: relative;
}

    .courseimg > img {
        border: 5px solid #fff;
        width: 100%;
    }

.offerbg {
    background: url("../images/newofferbg.png") no-repeat left top;
    position: absolute;
    left: 0;
    top: 0;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    width: 85px;
    height: 85px;
}

    .offerbg span {
        display: inline-block;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        position: relative;
        top: 21px;
        left: 0;
    }

        .offerbg span.newoff {
            left: 9px;
            top: 19px;
        }

        .offerbg span i {
            font-style: normal;
            font-size: 13px;
        }

.courserate .fa-star {
    color: #cdcdcd;
}

    .courserate .fa-star.checked {
        color: #f08e17;
    }

.courseinr {
    background: #fff;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    color: #252322;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 11px 14px;
}

    .courseinr b,
    .courseinr strike {
        color: #252322;
        font-weight: 800;
    }

    .courseinr strike {
        color: #006cb5;
    }

.coursecont {
    width: 100%;
    float: left;
    padding: 11px 14px 0;
    min-height: 223px;
}

    .coursecont p {
        color: #3e3e3e;
        font-size: 15px;
        font-weight: 400;
        margin: 0 0 9px;
        line-height: 21px;
        min-height: 87px;
        /*overflow-y: auto;*/
    }

.courserate {
    border-top: 1px solid #d1e1ed;
    border-bottom: 1px solid #d1e1ed;
    padding: 8px 0 7px;
    width: 100%;
    float: left;
    font-size: 12px;
}

.reviewstag {
    float: right;
}

    .reviewstag i {
        float: right;
        font-style: normal;
        color: #006cb5;
        font-size: 12px;
        font-weight: 500;
    }

        .reviewstag i.reviewcource {
            padding-right: 12px;
        }

.courselinks {
    float: left;
    width: 100%;
    padding: 17px 0 16px;
}

    .courselinks a {
        color: #666666;
        font-size: 13px;
        font-weight: 500;
        text-transform: capitalize;
    }

        .courselinks a:hover {
            color: #006cb5;
        }

    .courselinks i {
        font-style: normal;
        padding: 0 9px;
        color: #a4b2c2;
    }

.coursecart {
    float: left;
    width: 100%;
    padding: 0 5px;
    text-align: center;
}

    .coursecart button {
        float: left;
        height: 50px;
        color: #252322;
        font-size: 14px;
        border: 1px solid #252322;
        font-weight: 600;
        background: #ffffff;
        text-transform: uppercase;
        /*padding: 0 56px;*/
        width: 200px;
    }

        .coursecart button:hover {
            background: #252322;
            color: #ffffff;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

    .coursecart span {
        float: right;
        background: #ffffff;
        height: 50px;
        border: 1px solid #252322;
        width: 50px;
        cursor: pointer;
        padding: 15px 0 0;
    }

    .coursecart img {
        width: 24px;
    }


/*heart checkbox style*/

.pretty {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

    .pretty input[type=checkbox], .pretty input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    .pretty input {
        position: absolute;
        left: 0;
        top: 0;
        min-width: 1em;
        width: 100%;
        height: 100%;
        z-index: 2;
        opacity: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    .pretty.p-toggle .state.p-off .icon {
        color: #333;
        font-size: 25px;
        line-height: 20px;
    }

    .pretty .state label {
        position: initial;
        display: inline-block;
        font-weight: 400;
        margin: 0;
        text-indent: 1.5em;
        min-width: calc(1em + 2px);
    }

        .pretty .state label:after, .pretty .state label:before {
            content: '';
            width: calc(1em + 2px);
            height: calc(1em + 2px);
            display: block;
            box-sizing: border-box;
            border-radius: 0;
            border: 1px solid transparent;
            z-index: 0;
            position: absolute;
            left: 0;
            top: calc((0% - (100% - 1em)) - 8%);
            background-color: transparent;
        }

    .pretty.p-toggle input:checked ~ .state.p-on {
        opacity: 1;
        display: inherit;
    }

    .pretty.p-icon input:checked ~ .state .icon {
        opacity: 1;
        font-size: 25px;
        line-height: 20px;
        color: #b2070b;
    }

    .pretty .state label {
        position: initial;
        display: inline-block;
        font-weight: 400;
        margin: 0;
        text-indent: 1.5em;
        min-width: calc(1em + 2px);
    }

    .pretty input:checked ~ .state.p-info-o label:after, .pretty.p-toggle .state.p-info-o label:after {
        background-color: transparent;
    }

    .pretty.p-toggle .state.p-on {
        opacity: 0;
        display: none;
    }

    .pretty.p-toggle input:checked ~ .state.p-off {
        opacity: 0;
        display: none;
    }

/*heart checkbox style*/

/*show message*/
.message-show {
    position: fixed;
    background: #eee;
    top: 2.5%;
    z-index: 11111;
    right: 50px;
    display: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 5px 11px #ddd;
}

.click-hied {
    color: #000;
    float: right;
    font-size: 14px;
    cursor: pointer;
    line-height: 32px;
    padding: 0 10px 0 0px;
}

    .click-hied:hover {
        color: #1852a0;
    }

.message-show p {
    margin: 0 12px 0 0;
    padding: 0;
    font-size: 15px;
    color: #333;
    float: left;
    line-height: 37px;
    font-weight: 600;
    text-transform: capitalize;
}

    .message-show p span {
        background: #006cb5;
        float: left;
        color: #fff;
        font-size: 20px;
        padding: 0 10px 0 15px;
        margin: 0 10px 0 0;
        border-radius: 5px 0 0 5px;
    }

/*filter section*/
.filter-content-bg {
    float: left;
    width: 100%;
    background: #eee;
    padding: 25px 0px;
}

.filter-content {
    float: left;
    width: 100%;
}

.filter-head {
    width: 100%;
    float: left;
}

    .filter-head h3 {
        margin: 0px;
        font-size: 20px;
        width: 100%;
        float: left;
    }

    .filter-head ul {
        padding: 0;
        margin: 0;
        float: left;
        list-style: none;
    }

        .filter-head ul li {
            float: left;
            width: auto;
            position: relative;
        }

            .filter-head ul li a {
                float: left;
                padding: 10px 20px;
                margin: 20px 10px 0 0px;
                border: 1px solid rgba(0,0,0,0.4);
                color: #333;
                font-weight: 600;
            }

            .filter-head ul li:hover .reating-tooggle {
                display: block;
            }

            .filter-head ul li a span {
                margin: 0px 3px;
                opacity: 0.7;
            }

.filter-list-popup .modal-dialog {
    width: 100%;
    margin: 13% auto 0;
}

.filter-list-popup .modal {
    padding: 0px !important;
}

.filter-list-popup .modal-content {
    border-radius: 0px;
    display: inline-block;
}

.filter-list-popup .modal-header {
    padding: 16px;
    border-bottom: none;
    float: left;
    width: 100%;
}

    .filter-list-popup .modal-header button {
        float: left;
        font-size: 14px;
        border: 1px solid #000;
        opacity: 1;
        color: #000;
        border-radius: 0;
        font-weight: normal;
        padding: 0px 20px;
        background: transparent;
        margin: 0 15px 0 0;
        height: 35px;
        line-height: 35px;
        cursor: pointer;
    }

        .filter-list-popup .modal-header button.act, .filter-list-popup .modal-header button:hover, .filter-list-popup .modal-header button:focus {
            background: #006cb5;
            color: #fff;
            border-color: #006cb5;
            text-shadow: 0 0 0 #fff;
        }

.filter-list-popup .modal-body {
    float: left;
    width: 100%;
}

.filter-content-list {
    width: 100%;
    float: left;
}

.filter-box {
    width: 24%;
    float: left;
    margin: 0 10px 25px 0px;
}

.search-filter {
    float: left;
    width: 98%;
}

    .search-filter input {
        float: left;
        width: 100%;
        border: 1px solid #ccc;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        color: #000;
        font-size: 15px;
        margin: 0 0 12px 0;
    }

.filter-checkbox ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .filter-checkbox ul li {
        float: left;
        width: 100%;
        margin: 0;
        line-height: 24px;
        border-bottom: 1px solid #ccc;
        padding: 8px;
    }

        .filter-checkbox ul li a {
            float: left;
            width: 100%;
            border: none;
            margin: 0;
            padding: 0;
            font-weight: normal;
        }

.filter-checkbox .filter-reat {
    float: left;
    width: auto;
    margin: 0 8px 0 0;
    color: #f4c150;
    font-size: 14px;
}

.filter-checkbox .filter-reat-text {
    color: #000000;
    font-size: 14px;
    float: left;
    width: auto;
}

    .filter-checkbox .filter-reat-text span, .check-filter span {
        color: #999;
    }

.scroll-checkbox {
    float: left;
    height: 150px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
/* thumb slider css start */

.owl-theme .owl-controls .owl-buttons > div {
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    margin-left: -70px;
    background: url('../images/next.png');
    width: 40px;
    height: 40px;
    font-size: 0px;
    background-position: 0 243px;
    opacity: 1;
    top: 43%;
    left: 0px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    margin-right: -70px;
    background: url('../images/next.png');
    width: 40px;
    height: 40px;
    font-size: 0px;
    background-position: 0 115px;
    opacity: 1;
    top: 43%;
    right: 0px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    background-position: 0 -70px;
}

.owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background-position: 0 45px;
}

.courseslider .owl-pagination {
    display: none;
}


/* thumb slider css end */

.courseslider .owl-carousel .owl-item, .owl-carousel .item {
    text-align: center;
    padding: 22px 0 42px;
    float: left;
}

.servicetopwrap {
    width: 100%;
    float: left;
    background-image: url(../images/servicetopbg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.40);
    text-align: center;
    background-size: cover;
    padding: 20px 0;
}

.servicetopbox {
    display: inline-block;
    vertical-align: middle;
    padding: 14px 70px;
    position: relative;
}

    .servicetopbox:first-child {
        padding-left: 0;
    }

    .servicetopbox:last-child {
        padding-right: 0;
    }

    .servicetopbox:before {
        position: absolute;
        content: "";
        background: #494972;
        width: 1px;
        height: 100%;
        top: 0;
        left: 0;
    }

    .servicetopbox:first-child:before {
        display: none;
    }

    .servicetopbox span {
        display: block;
        font-size: 32px;
        font-weight: 700;
        color: #ffffff;
        padding: 0 0 9px;
    }

    .servicetopbox p {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        color: #ffffff;
        text-transform: uppercase;
    }

.courseboxwrap {
    width: 100%;
    float: left;
    padding: 45px 0 20px;
}

/*.coursebox {
    width: 100%;
    float: left;
    background: #ffffff;
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    margin: 0 0 25px;
    transition: all 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}*/

/*.coursebox h2 {
        color: #3e3e3e;
        font-size: 18px;
        font-weight: 400;
        float: none;
        padding: 0 0 0 22px;
        height: 70px;
        text-align: center;
        vertical-align: middle;
        width: auto;
        display: table-cell;
        transition: all 0.5s;
    }*/

/*.coursebox:hover {
        background: #2a2928;
        background: -moz-linear-gradient(left, #2a2928 0%, #343758 83%, #343758 100%);
        background: -webkit-linear-gradient(left, #2a2928 0%, #343758 83%, #343758 100%);
        background: linear-gradient(to right, #2a2928 0%, #343758 83%, #343758 100%);
        box-shadow: 0 3px 30px rgba(0, 0, 0, 0.5);
        border: 1px solid #eaeaea;
        transition: all 0.5s;
    }*/

/*.coursebox:hover h2 {
            color: #fff;
            transition: all 0.5s;
        }*/

.cours-img {
    float: left;
    width: auto;
}

/*.coursebox span {
    display: table-cell;
    width: 70px;
    vertical-align: middle;
    text-align: center;
    height: 70px;
    border-radius: 6px 0 0 6px;
    background: #d6d6d6;
    background: -moz-linear-gradient(45deg, #d6d6d6 0%, #f8f8f8 100%);
    background: -webkit-linear-gradient(45deg, #d6d6d6 0%, #f8f8f8 100%);
    background: linear-gradient(45deg, #d6d6d6 0%, #f8f8f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#f8f8f8', GradientType=1);
}*/

.contentbottom {
    width: 100%;
    float: left;
    background-image: url(../images/newsbg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimnlswrap {
    width: 60%;
    float: left;
    padding: 45px 30px 0 0;
}

.testimnlframe {
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid #4d4d4d;
    padding: 20px 30px 10px 30px;
    min-height: 195px;
}

    .testimnlframe:before {
        background: url("../images/quote01.png") no-repeat;
        content: "";
        width: 50px;
        height: 30px;
        left: 19px;
        top: -16px;
        position: absolute;
    }

    .testimnlframe:after {
        background: url("../images/quote01.png") no-repeat;
        content: "";
        width: 50px;
        height: 30px;
        left: auto;
        right: 0;
        top: auto;
        bottom: -16px;
        position: absolute;
        background-position: 0 -65px;
    }

.testimonialbox {
    width: 100%;
    float: left;
    height: 163px;
    padding-right: 15px;
    overflow: auto;
}

    .testimonialbox h3 {
        color: #ffffff;
        font-size: 22px;
        margin: 0 0 15px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0 0 0 45px;
    }

.tstmnlcontent {
    width: 100%;
    float: left;
}

.tstmnlimg {
    float: left;
    width: 107px;
    margin: 12px 0 0;
}

.tstmnlcntinn {
    display: block;
    overflow: hidden;
    padding: 20px 0 0 17px;
}

    .tstmnlcntinn p {
        color: #868686;
        font-weight: 500;
        font-size: 15px;
        line-height: 21px;
        margin: 0 0 7px;
    }

.custname {
    color: #848484;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

    .custname strong {
        color: #e1e1e1;
        font-weight: 400;
        text-transform: capitalize;
    }

    .custname i {
        color: #494949;
        font-style: normal;
        padding: 0 10px;
    }

    .custname span {
        color: #006cb5;
    }

.newsbox {
    width: 100%;
    margin: 0 auto;
}

/*.newsbox {
    width: 40%;
    float: right;
    padding: 20px 24px 10px 29px;
    background: rgba(255, 255, 255, 0.08);
}

    .newsbox marquee {
        height: 210px;
    }*/

.newsboxtitle {
    background-image: url(../images/newsicon.png);
    background-position: right -1px;
    background-repeat: no-repeat;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    width: 100%;
    position: relative;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 1px;
    margin: 0 0 17px;
}

.newsboxcont {
    width: 100%;
    float: left;
    padding: 0 0 15px;
    border-bottom: 1px solid #000000;
    margin: 0 0 15px;
}

.newscontitle {
    background-image: url(../images/newsicon.png);
    background-position: left -40px;
    background-repeat: no-repeat;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    font-size: 13px;
    color: #006cb5;
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px 0 10px 36px;
}

    .newscontitle sup {
        top: -3px;
        font-size: 8px;
        padding: 0 0 0 1px;
    }

.newsboxcont p {
    font-size: 14px;
    line-height: 20px;
    color: #939393;
    font-weight: 600;
    width: 100%;
    margin: 5px 0 0;
    float: left;
}

    .newsboxcont p span {
        color: #ffffff;
        font-weight: 600;
        padding: 0 0 3px;
        display: block;
    }

.footertop {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d7d8d8;
    background-image: url(../images/footebg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.footerabout {
    width: 45.5%;
    float: left;
    background: rgba(217, 217, 217, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    padding: 33px 18px 24px 30px;
}

    .footerabout h3 {
        color: #3e3e3e;
        font-size: 23px;
        font-weight: 300;
        margin: 0 0 10px;
        text-transform: capitalize;
        letter-spacing: 0.3px;
    }

        .footerabout h3 span {
            font-family: 'GeomanistBold';
            text-transform: capitalize;
            font-size: 25px;
        }

        .footerabout h3 i {
            font-family: 'GeomanistRegular';
            color: #006cb5;
            font-size: 25px;
            font-style: normal;
            text-transform: lowercase;
        }

    .footerabout p {
        color: #5e5e5e;
        font-size: 15px;
        font-weight: 400;
        margin: 0 0 8px;
        position: relative;
        line-height: 24px;
    }

        .footerabout p:before {
            position: absolute;
            content: "";
            left: -30px;
            top: 5px;
            width: 5px;
            height: 70%;
            background: #63c66b;
            background: -moz-linear-gradient(top, #63c66b 0%, #261963 100%);
            background: -webkit-linear-gradient(top, #63c66b 0%, #261963 100%);
            background: linear-gradient(to bottom, #63c66b 0%, #261963 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63c66b', endColorstr='#261963', GradientType=0);
        }

.footermenu {
    width: 54.5%;
    float: right;
    text-align: center;
    padding: 0 30px;
}

    .footermenu ul {
        margin: 0;
        padding: 60px 0 21px;
        border-bottom: 1px solid rgba(37, 35, 34, 0.15);
    }

        .footermenu ul li {
            display: inline-block;
            padding: 0 7px;
            list-style: none;
        }

            .footermenu ul li a {
                color: #666666;
                font-size: 15px;
                font-weight: 500;
                text-transform: capitalize;
            }

                .footermenu ul li a:hover {
                    color: #1852a0;
                }

    .footermenu p {
        color: #252322;
        font-size: 15px;
        font-weight: 500;
        margin: 22px 0 0;
    }

        .footermenu p a {
            color: #006cb5;
            font-weight: 600;
        }

.copyright {
    float: left;
    background: url("../images/footerlogo.png") no-repeat left center;
    padding: 11px 0 10px 147px;
}

    .copyright p {
        margin: 0;
        color: #7e7e7e;
        font-size: 15px;
        border-left: 1px solid #e3e3e3;
        font-weight: 400;
        padding: 6px 0 5px 13px;
    }

    .copyright a {
        font-family: 'GeomanistBold';
        text-transform: capitalize;
        font-size: 15px;
        color: #3e3e3e;
    }

        .copyright a span {
            font-family: 'GeomanistRegular';
            color: #006cb5;
            font-style: normal;
            text-transform: lowercase;
        }

.poweredby {
    padding: 16px 0 0 0;
    float: right;
}

    .poweredby span {
        color: #888a8a;
        font-size: 13px;
        font-weight: 400;
        float: left;
        padding: 10px 9px 0 0px;
    }

    .poweredby a {
        float: left;
    }

.footersocial {
    display: inline-block;
    vertical-align: middle;
    padding: 0 70px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    margin: 11px 0 0;
}

    .footersocial span {
        color: #3e3e3e;
        font-size: 15px;
        font-weight: 400;
        display: inline-block;
        vertical-align: middle;
    }

    .footersocial ul {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 0;
    }

        .footersocial ul li {
            list-style: none;
            float: left;
            padding: 0 0 0 9px;
        }

            .footersocial ul li a {
                width: 30px;
                height: 30px;
                display: inline-block;
                background: url(../images/social-iocn.png) no-repeat;
                background-position: 0 -60px;
            }

                .footersocial ul li a.fb {
                    background-position: 0 -6px;
                }

                .footersocial ul li a.google-plus {
                    background-position: 0 -112px;
                }

.footerbottom {
    width: 100%;
    float: left;
    text-align: center;
    background: #ffffff;
    padding: 10px 0;
}

/*category head*/
.category-head {
    width: 100%;
    float: left;
}

    .category-head h1 {
        width: 100%;
        float: left;
        color: #252322;
        font-size: 24px;
        font-weight: 400;
        margin: 0px 0 45px;
        text-transform: uppercase;
    }

        .category-head h1 span {
            font-weight: 600;
            color: #006cb5;
        }

/*login popup style*/
.modal-backdrop.in {
    opacity: 1;
}

.modal-backdrop {
    background: rgba(41,48,59,.8);
    z-index: 1;
}

.login-popup {
    z-index: 999999;
}

    .login-popup .modal-dialog {
        width: 380px;
        margin: 10% auto 0;
        max-width: 96%;
    }

    .login-popup .modal-header {
        border-bottom: 1px solid #dedfe0;
        padding: 20px 20px 14px 19px;
    }

    .login-popup .modal-title {
        color: #29303b;
        font-weight: 600;
        font-size: 15px;
        float: left;
        width: auto;
    }

    .login-popup .close {
        float: right;
        font-size: 36px;
        font-weight: 400;
        line-height: 14px;
        color: #686f7a;
        text-shadow: 0 0 0;
        opacity: 1;
        font-family: Open Sans;
        margin: 2px 0 0 0px;
    }

        .login-popup .close:hover {
            color: #006cb5;
        }

.follow-us-iocn {
    width: 100%;
    float: left;
}

    .follow-us-iocn ul {
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
    }

        .follow-us-iocn ul li {
            list-style: none;
            float: left;
            width: 100%;
        }

            .follow-us-iocn ul li a {
                background: #1a538a;
                box-shadow: 0 2px 2px 0 rgba(41,48,59,.24),0 0 2px 0 rgba(41,48,59,.12);
                color: #fff;
                border-radius: 5px;
                font-weight: 600;
                font-size: 16px;
                height: 48px;
                margin-bottom: 8px;
                line-height: 45px;
                float: left;
                width: 100%;
                transition: all 0.5s;
            }

                .follow-us-iocn ul li a span {
                    font-size: 20px;
                    font-weight: 400;
                    width: 48px;
                    float: left;
                    text-align: center;
                }

            .follow-us-iocn ul li.google-btn a {
                background: #fff;
                color: #29303b;
                margin-bottom: 24px;
            }

            .follow-us-iocn ul li a:hover {
                background: #164675;
                transition: all 0.5s;
            }

            .follow-us-iocn ul li.google-btn a:hover {
                background: #f2f3f5;
            }

.login-from input {
    padding: 11px 10px 12px 40px;
    height: 50px;
    float: left;
    width: 100%;
    border: 1px solid #cacbcc;
    border-radius: 5px;
    font-size: 15px;
    color: #29303b;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-bottom: 8px;
    position: relative;
}

.login-from .form-group {
    position: relative;
    width: 100%;
    float: left;
    margin: 0;
}

.login-from .email::before {
    position: absolute;
    content: "\f0e0";
    left: 12px;
    font-size: 16px;
    font-family: FontAwesome;
    color: #cacbcc;
    z-index: 1;
    top: 14px;
}

.login-from .full-name::before {
    position: absolute;
    content: "\f007";
    left: 12px;
    font-size: 16px;
    font-family: FontAwesome;
    color: #cacbcc;
    z-index: 1;
    top: 14px;
}

.login-from .phone::before {
    position: absolute;
    content: "\f095";
    left: 12px;
    font-size: 16px;
    font-family: FontAwesome;
    color: #cacbcc;
    z-index: 1;
    top: 14px;
}

.login-from .password::before {
    position: absolute;
    content: "\f023";
    left: 14px;
    font-size: 20px;
    font-family: FontAwesome;
    color: #cacbcc;
    z-index: 1;
    top: 11px;
}

.submit-btn {
    width: 100%;
    float: left;
}

    .submit-btn input {
        width: 100%;
        float: left;
        background: #252322;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 16px;
        padding: 0;
        transition: all 01s;
    }

        .submit-btn input:hover {
            background: #006cb5;
            transition: all 01s;
        }

.login-from input:focus {
    border: 1px solid #ccc;
    box-shadow: 0 0 0;
}

.forgot-content {
    width: 100%;
    float: left;
}

    .forgot-content p {
        color: #29303b;
        margin: 0 auto 9px;
        font-size: 13px;
        text-align: center;
        padding: 0px;
        width: 92%;
        line-height: 20px;
    }

        .forgot-content p a, .forgot-content h4 a {
            color: #1852a0;
            font-weight: 600;
        }

            .forgot-content p a:hover, .forgot-content h4 a:hover {
                color: #d00b0d;
            }

.login-popup .modal-content {
    display: inline-block;
    width: 100%;
}

.forgot-content h4 {
    float: left;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    border-top: 1px solid #ccc;
    margin: 5px 0 0 0;
    letter-spacing: 0.5px;
}

.checkbox-sign-bg {
    float: left;
    width: 100%;
}

.checkbox-sign {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    line-height: 22px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

    .checkbox-sign input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 2px;
    left: 6px;
    height: 19px;
    width: 19px;
    background-color: transparent;
    border: 1px solid #cacbcc;
}

.checkbox-sign:hover input ~ .checkmark {
    background-color: #252322;
}

.checkbox-sign input:checked ~ .checkmark {
    background-color: #252322;
    border: 1px solid #252322;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-sign input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-sign .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*couses detail page*/
.subpage_banner {
    width: 100%;
    float: left;
}

.banner_content {
    width: 100%;
    float: left;
    position: relative;
}

.banner-details {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 220px;
    width: 100%;
    display: table;
}

    .banner-details h2 {
        color: #fff;
        font-size: 30px;
        letter-spacing: 0.6px;
        line-height: 40px;
        margin: 0px;
        padding: 0px;
        text-transform: uppercase;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
    }

    .banner-details h5 {
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.6px;
        margin: 11px 0 0 0;
        padding: 0;
    }

        .banner-details h5 span {
            font-size: 15px;
        }

.banner-text {
    height: 100%;
    width: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.courses-deetail-bg {
    width: 100%;
    float: left;
    padding: 30px 0 0 0px;
}

.courses-deetail {
    width: 100%;
    float: left;
}

.preview-courses-left {
    width: 26.5%;
    float: left;
}

.courses-list-bg {
    width: 100%;
    float: left;
    padding: 10px;
    background: #eee;
}

.head-courses {
    width: 100%;
    float: left;
}

.average-progress-bar:nth-child(3) span {
    color: #006cb5;
    font-weight: 700;
}

.head-courses h3 {
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 0 0 30px 0;
    letter-spacing: 1px;
}

.courses-vid {
    width: 100%;
    float: left;
    padding: 0 0 28px 0;
}

    .courses-vid img {
        width: 100%;
    }

    .courses-vid h4 {
        width: auto;
        font-family: 'Open Sans', sans-serif;
        float: left;
        font-size: 18px;
        margin: 17px 0 21px 0px;
        padding: 0px;
        letter-spacing: 1px;
        font-weight: 600;
    }

.vid-btn {
    width: auto;
    float: left;
    margin: 10px 0 0 20px;
}

    .vid-btn ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .vid-btn ul li {
            width: auto;
            float: left;
            margin: 0 15px 0 0;
        }

            .vid-btn ul li a, .review-btn a {
                width: auto;
                float: left;
                background: #006cb5;
                line-height: 32px;
                height: 32px;
                padding: 0px 24px;
                color: #fff;
                font-size: 13px;
            }

    .vid-btn button {
        width: auto;
        float: left;
        background: #006cb5;
        line-height: 32px;
        height: 32px;
        padding: 0px 24px;
        color: #fff;
        font-size: 13px;
    }

.review-btn {
    text-align: center;
    display: inline-block;
    width: 100%;
}

    .review-btn a {
        margin: 10px 0 0 0;
        float: none;
        display: inline-block;
        text-transform: capitalize;
        font-weight: 600;
    }

.courses-includes ul {
    float: left;
    width: 100%;
    padding: 0 0 35px 0px;
    margin: 0;
    list-style: none;
}

    .courses-includes ul li {
        float: left;
        width: 100%;
        margin: 0 0 11px 0;
    }

        .courses-includes ul li:last-child {
            margin: 0px;
        }

        .courses-includes ul li a {
            float: left;
            width: auto;
            font-family: 'Raleway', sans-serif;
            font-size: 14px;
            color: #000000;
            letter-spacing: 0.6px;
        }

            .courses-includes ul li a span {
                font-size: 17px;
                min-width: 20px;
                text-align: center;
                float: left;
                margin: 0 10px 0 0px;
            }

.coupon-content h6 {
    font-size: 13px;
    color: #000;
    font-weight: 700;
    float: left;
    width: 100%;
    letter-spacing: 0.6px;
    margin: 0 0 10px 0;
}

.coupon-input {
    width: 100%;
    float: left;
    background: #fff;
}

    .coupon-input input[type="text"] {
        width: 70%;
        float: left;
        background: transparent;
        line-height: 39px;
        border: none;
        outline: none;
        padding: 0 10px;
        font-size: 14px;
        color: #000;
    }

    .coupon-input input[type="submit"] {
        width: 30%;
        float: left;
        background: #006cb5;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-size: 13px;
        color: #fff;
        border: none;
        line-height: 39px;
        letter-spacing: 0.6px;
        font-weight: 700;
        transition: all 0.5s;
    }

.coupon-content h5 {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    float: left;
    color: #000;
    margin: 18px 0 27px 0;
}

.coupon-content ul {
    padding: 0 0 46px 0px;
    margin: 0px;
    float: left;
    width: 100%;
}

    .coupon-content ul li {
        width: auto;
        margin: 0 10px 0 0px;
        float: left;
        list-style: none;
    }

        .coupon-content ul li a {
            width: 39px;
            height: 39px;
            text-align: center;
            vertical-align: middle;
            float: none;
            color: #000;
            display: table-cell;
            border: 1px solid #f4bd01;
            font-size: 19px;
        }

            .coupon-content ul li a:hover {
                background: #006cb5;
                border: 1px solid #006cb5;
                color: #fff;
            }

.courses-includes .head-courses h3 {
    padding: 0 0 22px 0;
}

.courses-includes {
    float: left;
    width: 100%;
    padding: 0 0 0 13px;
}

.coupon-content {
    float: left;
    width: 100%;
}

.traing-courses {
    background: #eeeeee;
    width: 100%;
    float: left;
    padding: 23px 30px 38px 11px;
    box-sizing: border-box;
}

    .traing-courses h4 {
        width: 100%;
        float: left;
        font-size: 15px;
        font-weight: 700;
        color: #000;
        letter-spacing: 0.6px;
    }

    .traing-courses p {
        font-size: 12px;
        float: left;
        margin: 0px;
        color: #000;
        line-height: 22px;
        font-weight: 500;
    }

    .traing-courses h5 {
        color: #111010;
        font-size: 13px;
        letter-spacing: 0.6px;
        font-weight: 700;
        margin: 24px 0 0 0px;
        padding: 0px;
        float: left;
    }

.preview-courses-right {
    width: 72%;
    float: right;
    margin: 0 0 50px 0px;
}

.what-will-content {
    width: 100%;
    float: left;
}

    .what-will-content ul {
        padding: 0 0 22px 15px;
        margin: 0px;
        float: left;
        width: 100%;
    }

        .what-will-content ul li {
            list-style: none;
            width: 100%;
            float: left;
            font-size: 15px;
            letter-spacing: 0.4px;
            color: #000000;
            margin: 0 0 12px 0px;
        }

            .what-will-content ul li span {
                color: #006cb5;
                margin: 0 7px 0 0px;
                font-size: 10px;
            }

.teb-content {
    width: 100%;
    float: left;
}

    .teb-content ul {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

        .teb-content ul li {
            list-style: none;
            float: left;
            margin: 0 69px 0 0px;
        }

            .teb-content ul li a {
                color: #000000;
                font-size: 15px;
                font-weight: 600;
                text-transform: capitalize;
                padding: 15px 0px;
                display: inline-block;
                letter-spacing: 0.4px;
                position: relative;
            }

    .teb-content .nav-tabs {
        border-bottom: 1px solid #b2b2b2;
        border-top: 1px solid #b2b2b2;
        padding: 0 20px;
        margin: 0 0 25px 0;
    }

    .teb-content ul li a:after {
        position: absolute;
        content: "";
        left: 0px;
        bottom: 0px;
        border-bottom: 2px solid #006cb5;
        width: 100%;
        opacity: 0;
    }

    .teb-content ul li a:hover, .teb-content ul li.active a {
        color: #006cb5;
    }

        .teb-content ul li a:hover:after, .teb-content ul li.active a:after {
            opacity: 1;
        }

.description-courses {
    width: 100%;
    float: left;
}

    .description-courses p {
        color: #585656;
        line-height: 26px;
        font-size: 15px;
        margin: 0 0 20px 0px;
        padding: 0px;
    }

.realproject-courses {
    padding: 0 0 0 53px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.subhead {
    width: 100%;
    float: left;
}

    .subhead h4 {
        margin: 5px 0 13px 0;
        padding: 0;
        font-size: 16px;
        font-weight: 700;
    }

.accordion-content {
    margin: 0 0 28px 0px;
}

.realproject-courses ul li {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    line-height: 26px;
    color: #020202;
}

.accordion-content .panel-default {
    border: none;
    background: transparent;
    box-shadow: 0 0 0;
    border-radius: 0;
    margin: 15px 0 0 0px !important;
}

.accordion-content .panel-heading {
    background: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 45px;
}

    .accordion-content .panel-heading .panel-title a {
        width: 100%;
        float: left;
        line-height: 45px;
        padding: 0 20px;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.4px;
    }

.accordion-content .panel > a {
    width: 100%;
    float: left;
    line-height: 45px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.4px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin: 5px 0px;
}

.accordion-content .panel-heading .panel-title a span {
    float: right;
    font-size: 20px;
    color: #006cb5;
}

.accordion-content .panel-body {
    border-top: none !important;
}

    .accordion-content .panel-body p {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
        font-size: 15px;
        line-height: 26px;
        color: #000000;
    }

.accordion-content .panel-heading .panel-title a[aria-expanded="true"] span {
    transform: rotate(90deg);
}

.card-accordion .card-header a[aria-expanded="true"] span {
    transform: rotate(90deg);
}

.card-accordion .card-header a span {
    transform: rotate(0deg);
    font-size: 20px;
    color: #3C5363;
}

.panel-group .panel a span {
    float: right;
    color: #006cb5;
    font-size: 20px;
}

.panel-group .panel a[aria-expanded="true"] span {
    transform: rotate(90deg);
}

.requirement-content {
    float: left;
    width: 100%;
}

    .requirement-content h4 {
        float: left;
        width: 100%;
        margin: 0 0 0 20px;
        padding: 0px;
        font-size: 17px;
        color: #000000;
        font-weight: 700;
    }

    .requirement-content ul {
        float: left;
        width: 100%;
        margin: 0px;
        padding: 25px 0 0 64px;
    }

        .requirement-content ul li {
            list-style: decimal;
            width: 100%;
            margin: 0 0 15px 0px;
            font-size: 17px;
            font-weight: 700;
            letter-spacing: 0.4px;
            color: #006cb5;
        }

            .requirement-content ul li span {
                color: #000;
                font-size: 15px;
                font-weight: 500;
                margin: 0 0 0 10px;
            }

.featured-content {
    float: left;
    width: 100%;
}

.review-box {
    width: 100%;
    float: left;
    padding: 13px 16px 16px 13px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin: 0 0 10px 0px;
}

.review-img {
    float: left;
    width: auto;
    margin: 0 31px 0 0;
}

.review-detial {
    float: left;
    width: 83%;
}

    .review-detial h5, .question-review h2 {
        color: #006cb5;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.4px;
        margin: 0px;
        padding: 0px;
    }

    .review-detial h6 {
        color: #62676a;
        font-size: 12px;
        padding: 0px;
        margin: 5px 0 11px 0px;
    }

    .review-detial p {
        color: #62676a;
        font-size: 15px;
        margin: 0px;
        padding: 0px;
        line-height: 22px;
        width: 100%;
    }

.question-review {
    width: 100%;
    float: left;
    padding: 20px 0 10px 20px;
    background: #eee;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

    .question-review p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 22px;
    }

    .question-review h2 {
        padding: 0 0 10px;
    }

.review-star-bg {
    width: auto;
    float: right;
    pointer-events: none;
}

.review-star {
    width: auto;
    float: left;
    color: #f4bd01;
    font-size: 16px;
    margin: 0 10px 0 0px;
}

.about-content {
    float: left;
    width: 100%;
}

.about-courses {
    float: left;
    width: 100%;
}

    .about-courses h3 {
        font-size: 17px;
        color: #000000;
        margin: 22px 0 21px 0px;
        padding: 0px;
        float: left;
        width: 100%;
        font-weight: 700;
    }

    .about-courses .review-detial p {
        font-size: 13px;
    }

    .about-courses .review-detial {
        width: 58%;
    }

    .about-courses .review-star {
        color: #000000;
        font-weight: 500;
        width: 100%;
        margin: 0 0 3px 0px;
    }

        .about-courses .review-star span {
            font-size: 12px;
        }

    .about-courses .review-star-bg {
        width: 17%;
    }

    .about-courses .review-star .fa {
        width: 26px;
    }

    .about-courses .review-star:hover .fa {
        color: #f4bd01;
    }

.rating-average-bg {
    width: 100%;
    float: left;
    padding: 10px 0 0 60px;
}

.average-content {
    width: 100%;
    float: left;
}

.average-content-left {
    float: left;
    width: auto;
    padding: 0 55px 0 0px;
}

.content-left-about {
    width: 281px;
    float: none;
    border: 1px solid #d9d5d5;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 174px;
    max-width: 100%;
}

.average-content-left h3 {
    width: 100%;
    float: none;
    margin: 0 0 4px 0px;
    padding: 0;
    font-size: 55px;
    color: #006cb5;
    letter-spacing: 0.4px;
}

.average-star {
    float: none;
    display: inline-block;
    margin: 0 1px;
    font-size: 17px;
    color: #f4bd01;
}

.average-content-left h4 {
    padding: 0px;
    margin: 9px 0 0 0;
    font-size: 13px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.6px;
}

.average-content-right {
    width: 54%;
    float: left;
    padding: 20px 0 0 0;
}

.average-progress-bar {
    float: left;
    width: 100%;
    margin: 0 0 21px 0;
}

    .average-progress-bar .progress {
        height: 10px;
        margin-bottom: 0;
        background-color: #eeeeee;
        border-radius: 0px;
        box-shadow: 0 0 0;
        -webkit-box-shadow: 0 0 0;
        width: 325px;
        max-width: 100%;
        float: left;
        margin: 0px 18px;
    }

.progress-bar {
    background: #f4bd01;
    box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
}

.average-progress-bar span {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    float: left;
    line-height: 10px;
}

.review-detail-content {
    float: left;
    width: 100%;
    margin: 49px 0 0 0;
}

.students-courses-content {
    width: 100%;
    float: left;
    text-align: left;
}

.students-courses-box {
    width: 270px;
    background: #eee;
    text-align: center;
    max-width: 100%;
    padding: 5px;
    margin: 20px 22px 0 0px;
    float: left;
}

.course-img {
    width: 100%;
    float: left;
}

.students-courses-box h2 {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-align: left;
    line-height: 19px;
    margin: 18px 0 0 0px;
    min-height: 38px;
}

.students-courses-box p {
    margin: 17px 0 21px 0px;
    padding: 0px;
    text-align: left;
    font-size: 13px;
    color: #685f5f;
    letter-spacing: 0.4px;
    line-height: 19px;
    font-weight: 500;
    float: left;
}

.students-courses-box ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .students-courses-box ul li {
        float: left;
        width: auto;
        font-size: 14px;
        color: #000000;
        font-weight: 500;
        list-style: none;
        line-height: 19px;
    }

        .students-courses-box ul li span {
            font-size: 17px;
            margin: 0 13px 0 0px;
            float: left;
        }

.students-courses-detail {
    width: 100%;
    float: left;
    padding: 8px;
    min-height: 148px;
}

.students-courses-box ul li:nth-child(2) {
    margin: 0 24px;
}

.students-courses-content .students-courses-box:nth-child(3n+4) {
    margin-right: 0px;
}

.students-courses-content .head-courses h3 {
    text-align: left;
    margin: 0;
    padding: 38px 0 0 0;
}

.students-courses-btn {
    width: 100%;
    float: left;
    text-align: left;
    margin: 38px 0 0 0px;
}

    .students-courses-btn a {
        background: #006cb5;
        height: 37px;
        display: inline-block;
        font-size: 15px;
        color: #ffffff;
        font-weight: 600;
        padding: 0px 33px;
        line-height: 37px;
    }

        .students-courses-btn a:hover, .coupon-input input[type="submit"]:hover, .vid-btn ul li a:hover, .review-btn a:hover {
            background: #107cc5;
            transition: all 0.5s;
        }

        .students-courses-btn a span {
            padding: 0 0 0 10px;
        }

.Frequently-list {
    float: left;
    width: 100%;
}

    .Frequently-list h4 {
        float: left;
        width: auto;
        margin: 0;
        font-size: 14px;
        line-height: 14px;
        color: #000000;
        font-weight: 700;
        padding: 0 17px;
    }

    .Frequently-list h5 {
        float: right;
        width: auto;
        margin: 0;
        font-size: 17px;
        line-height: 14px;
        color: #006cb5;
        font-weight: 700;
        text-decoration: line-through;
    }

    .Frequently-list.traversy h5 {
        text-decoration: none;
    }

    .Frequently-list .review-star {
        margin: 0 5px 0 0px;
    }

.students-courses-content .head-courses, .review-detail-content .head-courses, .about-courses > h3 {
    padding: 0 0 0 15px;
}

/*login then page*/
.login-banner {
    float: left;
    width: 100%;
}

.login-img img {
    max-height: 240px;
    width: 100%;
    object-fit: cover;
}

.get_team_text {
    float: left;
    width: 100%;
    padding: 10px;
    margin: 15px 0px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f7f8fa;
}

.get_text_close {
    float: right;
    width: auto;
}

.get_team_text p {
    float: left;
    width: auto;
    color: #000;
    font-size: 15px;
    margin: 0px;
}

.login_courses {
    margin: 0;
}

    .login_courses .coursethumbox { /*max-width: 247px;box-shadow: 0px 0 18px 4px #ccc;*/
        margin: 0 20px 15px 0px;
    }

        .login_courses .coursethumbox:nth-child(1n+4) {
            margin: 0 0px 15px 0px;
        }

    .login_courses .courseslider .owl-carousel .owl-item {
        padding: 0 0 40px;
    }

.event_left_text {
    width: auto;
    float: left;
    padding: 0 0 0 65px;
    background: url('../images/tools-assortment.png') no-repeat;
    background-size: 50px;
    background-position: center left;
}

.event-thought-list {
    float: left;
    width: 100%; /*background: #efefef;*/
    margin: 20px 0;
    padding: 20px 0px;
}

.event_left_text_btn .readmore {
    width: auto;
    float: right;
    border-bottom: none;
    padding: 15px 0 0 0px;
}

.login-details ul, .login-details ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
}

.login-details .review-detial {
    width: 55%;
}

.login-details .review-box:hover {
    background: #f5f5f5;
}

    .login-details .review-box:hover .review-star-bg h3:after {
        content: "\f004";
    }

.login-details .review-detial h5 {
    margin: 20px 0 0 0;
}

.login-details .review-detial h6 {
    margin: 10px 0 11px 0px;
}

.login-details .review-star-bg h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    position: relative;
}

    .login-details .review-star-bg h3:after {
        position: absolute;
        content: "\f08a";
        right: -26px;
        font: normal normal normal 20px/1 FontAwesome;
        top: 3px;
        color: #ff0000;
    }

.login-details .review-star-bg h4 { /*text-decoration: line-through;*/
    color: #666;
    margin: 0px;
}

.login-details .review-star-bg {
    text-align: right;
    margin: 0 20px 0 0;
}

    .login-details .review-star-bg p {
        margin: 10px 0px;
        padding: 0px;
        font-size: 14px;
    }

.login-details .review-star {
    margin: 3px 3px;
}

.instructor-bg {
    width: auto;
    float: right;
}

.instructor-lft {
    float: right;
    width: auto;
    position: relative;
}

.become-ins {
    position: absolute;
    float: left;
    width: 330px;
    top: 54px;
    background: #fff;
    padding: 13px;
    right: 0;
    text-align: center;
    box-shadow: 0 4px 16px rgba(20,23,28,.25);
    display: none;
}
    /*.become-ins {position: absolute;float: left;width: 330px;top: 56px;background: #fff;padding: 13px;right: 0;text-align: center;box-shadow: 0 4px 16px rgba(20,23,28,.25);display: none;}*/
    .become-ins::after {
        top: -5px;
        bottom: auto;
        right: 53px;
        display: block;
        border: none;
        font: normal normal normal 50px/30px FontAwesome;
        width: 0;
        content: "\f0de";
        /*.become-ins::after {top: -13px;bottom: auto;right: 44px;display: block;border: none;font: normal normal normal 30px/30px FontAwesome;width: 0;content: "\f0de";*/
        text-shadow: 0 4px 16px rgba(20,23,28,.25);
        color: #fff;
        position: absolute;
    }

.become-text > a {
    padding: 10px;
    float: left;
    color: #000;
    margin: 0 0 20px;
    border: 1px solid transparent;
    border-radius: 10px;
}

    .become-text > a:hover {
        background: #f2f3f5;
        border: 1px solid #c8c8c8;
        border-radius: 10px;
    }

.become-text:hover .become-ins {
    display: block;
}

.heart-iocn > a:hover, .login-user > a:hover {
    border-radius: 50%;
}

.become-text {
    float: left;
    width: auto;
    margin: 24px 6px 0 0px;
    position: relative;
    z-index: 1;
}
/*notifictions details*/
.notfications-list {
    float: left;
    width: 100%;
}

    .notfications-list ul {
        float: left;
        padding: 0px;
        margin: 0;
        width: 100%;
    }

        .notfications-list ul li {
            list-style: none;
            float: left;
            border-bottom: 1px solid rgba(0,0,0,0.1);
            width: 100%;
            padding: 15px 10px;
            text-align: left;
            font-size: 13px;
            color: #006cb5;
            font-weight: 600;
        }

            .notfications-list ul li a {
                font-weight: normal;
                float: left;
                color: #000;
                font-size: 14px;
                text-align: left;
                margin: 0 0 7px 0;
                line-height: 22px;
            }

.link-all-not {
    float: right;
    width: auto;
}

    .link-all-not a {
        font-size: 15px;
        color: #006cb5;
        font-weight: 600;
        text-transform: capitalize;
        display: inline-block;
        margin: 15px 0 0 0;
    }

.become-text:last-child {
    margin-right: 0px;
}

.become-ins p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 10px 0;
    padding: 0;
}

.become-ins a {
    color: #006cb5;
    font-size: 13px;
    font-weight: 700;
}

    .become-ins a:hover {
        color: #000;
    }

.login_header .sitelogo {
    padding: 22px 0 0 0;
    width: 16%;
}

.login_header .headerigth {
    width: 81%;
}

.login-user > a {
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    padding: 0px;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    float: none;
}

    .login-user > a > img {
        width: 100%;
        border-radius: 50%;
        height: 100%;
    }

.heart-iocn .become-ins, .login-user .become-ins {
    right: -18px;
}

.notifications .become-ins h4 {
    float: left;
    font-size: 15px;
    width: 100%;
    margin: 0px;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 0 0 10px 0;
}

.become-ins p {
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.notifications .become-ins h4 > a {
    float: right;
    margin: 0 12px 0 0px;
    font-size: 19px;
    color: #444;
}

.login-user ul {
    float: left;
    width: 100%;
    margin: 0;
    list-style: none;
    padding: 0;
}

.user-login-detail > ul li:first-child {
    background: #eee;
}

.login-user ul li {
    float: left;
    width: 100%;
    border: 1px solid #e4e3e3;
    border-top: none;
}

    .login-user ul li > a {
        float: left;
        width: 100%;
        padding: 13px;
        text-align: left;
        color: #000;
        font-weight: normal;
    }

    .login-user ul li a:hover {
        color: #ff0000;
    }

.login-user .become-ins {
    padding: 0;
}

.user-avatar {
    width: 100%;
    float: left;
}

.user-initials {
    width: 48px;
    float: left;
}

    .user-initials span {
        width: 48px;
        height: 48px;
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 50%;
        float: left;
        line-height: 48px;
        text-transform: uppercase;
        color: #000;
        text-align: center;
    }

.initials-text {
    float: left;
    text-align: left;
    width: 81%;
    padding: 5px 0 0 6px;
    word-break: break-all;
}

.login-user .initials-text h5 {
    color: #000;
    margin: 0;
    padding: 0;
}

.login-user .initials-text p {
    color: #000;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}

    .login-user .initials-text p.ManageP {
        color: #006cb5;
        font-weight: bold;
    }

.login-user ul li > a > span {
    padding: 13px;
    border-right: 1px solid #eee;
    margin: 0 15px 0 0px;
}

    .login-user ul li > a > span .fa {
        width: 17px;
    }

.presentation-login ul {
    margin: 0;
}

    .presentation-login ul li a h4 {
        margin: 0px;
        font-weight: normal;
        font-size: 16px;
        padding: 0;
    }

    .presentation-login ul li a p {
        font-size: 13px;
        margin: 0px;
        padding: 0px;
    }

.user-login-detail {
    float: left;
    width: 100%;
    margin: 0px;
}

.presentation-login ul li:last-child {
    border-bottom: none;
}

/*login details*/
.login-details {
    float: left;
    margin: 20px 0 0 0;
    width: 100%;
}

.pagination-login {
    float: left;
    text-align: center;
    width: 100%;
}

    .pagination-login ul {
        padding: 0px;
        margin: 0px;
        float: none;
        display: inline-block;
        width: auto;
    }

        .pagination-login ul li {
            width: auto;
            float: left;
            margin: 30px 7px;
            list-style: none;
        }

            .pagination-login ul li a {
                height: 35px;
                width: 35px;
                vertical-align: middle;
                text-align: center;
                color: #666;
                font-size: 19px;
                border: 1px solid #e6f2f5;
                display: table-cell;
                font-weight: 600;
            }

                .pagination-login ul li a:hover {
                    color: #fff;
                    background: #006cb5;
                }

/*categy-detail*/
.categy-detail {
    float: left;
    width: 100%;
    background: #eee;
    padding: 15px;
    border-radius: 6px;
    margin: -5px 0 0px 0;
}

    .categy-detail > ul li a small {
        float: right;
        width: auto;
        font-size: 100%;
        padding: 0 10px 0 0;
    }

    .categy-detail > ul li {
        margin: 0 0 10px 0px;
        width: 100%;
    }

        .categy-detail > ul li:last-child {
            margin: 0px;
        }

        .categy-detail > ul li a {
            border: none;
            padding: 0px;
            margin: 0px;
            font-size: 14px;
            width: 100%;
        }

            .categy-detail > ul li a > span {
                float: left !important;
                padding: 0 10px 0 0px;
                font-size: 16px !important;
            }

.panel-group .panel {
    box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
    margin: 0px;
}

.panel a {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 0px;
    letter-spacing: 0.4px;
}

.categy-detail > ul li a:hover:after {
    border-bottom: none;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

/*edit-profile page*/
.edit-profile-bg {
    width: 100%;
    float: left;
}

    .edit-profile-bg .bhoechie-tab-container {
        float: left;
        width: 100%;
        margin: 20px 0px;
        border: 1px solid rgba(0,0,0,0.1);
    }

    .edit-profile-bg .bhoechie-tab-menu {
        padding-right: 0;
        width: 17%;
        float: left;
        padding-left: 0;
        padding-bottom: 0;
    }

    .edit-profile-bg .bhoechie-tab {
        width: 83%;
        float: left;
        border-left: 1px solid rgba(0,0,0,0.1);
    }

    .edit-profile-bg .bhoechie-tab-menu .list-group {
        margin-bottom: 0;
        width: 100%;
        float: left;
    }

        .edit-profile-bg .bhoechie-tab-menu .list-group > a {
            margin-bottom: 0;
            border: none;
            color: #006cb5;
        }

            .edit-profile-bg .bhoechie-tab-menu .list-group > a:hover {
                background-color: #eee;
                color: #000;
                border-radius: 0px;
            }

            .edit-profile-bg .bhoechie-tab-menu .list-group > a.active, .edit-profile-bg .bhoechie-tab-menu .list-group > a.active .glyphicon,
            .edit-profile-bg .bhoechie-tab-menu .list-group > a.active .fa {
                background-color: #eee;
                border: none;
                color: #000;
                border-radius: 0px;
            }

    .edit-profile-bg .bhoechie-tab .bhoechie-tab-content:not(.active) {
        display: none;
    }


.profile-teb-bg {
    width: 100%;
    float: left;
}

.profile-teb-head {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 0 0 15px 0px;
}

    .profile-teb-head h3 {
        text-transform: capitalize;
        font-size: 22px;
        font-weight: 600;
        color: #000;
    }

    .profile-teb-head p {
        margin: 0px;
        color: #333;
        width: 100%;
        float: left;
    }

.manage-from {
    width: 75%;
    margin: 0 auto;
}

    .manage-from h4 {
        font-size: 17px;
        font-weight: 400;
        margin: 15px 0px;
        float: left;
        width: 100%;
    }

    .manage-from .form-group {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
        position: relative;
        text-align: center;
    }

        .manage-from .form-group input, .manage-from .form-group select {
            float: left;
            width: 100%;
            border: 1px solid rgba(0,0,0,0.1);
            box-shadow: 0 0 0;
            border-radius: 0px;
            height: 44px;
            line-height: 44px;
            padding: 0 12px;
        }

            .manage-from .form-group input:focus, .manage-from .form-group select:focus {
                border: 1px solid #006cb5;
            }

    .manage-from .Headline span {
        position: absolute;
        right: 4px;
        line-height: 36px;
        background: #eee;
        padding: 0 15px;
        top: 4px;
        font-weight: 700;
    }

    .manage-from .form-group h6 {
        float: left;
        color: #999;
        margin: 10px 0 0px;
        width: 100%;
        text-align: left;
    }

.select-box::after {
    position: absolute;
    content: "\f107";
    right: 20px;
    bottom: 0;
    font: normal normal normal 27px/45px FontAwesome;
    color: #999;
}

.fromstap-1 {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 0 0 20px;
    margin: 0 0 20px;
}

    .fromstap-1:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

.manage-from .social-link input {
    width: 70%;
    float: left;
    border-left: none;
}

.social-link label {
    width: 30%;
    float: left;
    border-right: 1px solid rgba(0,0,0,0.1);
    line-height: 45px;
    font-weight: normal;
    background: #eee;
    padding: 0 0 0 15px;
    margin: 0px;
    text-align: left;
}

.manage-from .form-group input[type="submit"] {
    width: auto;
    background: #252322;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px 30px;
    color: #fff;
    transition: all 0.5s;
    float: none;
    display: inline-block;
}

    .manage-from .form-group input[type="submit"]:hover {
        background: #006cb5;
        transition: all 0.5s;
    }

.manage-from .form-group textarea {
    float: left;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 0 0;
    border-radius: 0px;
    height: 125px;
    line-height: 24px;
    padding: 0 12px;
}

.preview-content .preview-img {
    float: left;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 15px;
    box-sizing: border-box;
}

.preview-content .profile-pic {
    width: 100%;
    float: left;
    background: #f2f3f5;
    padding: 0;
    font-size: 170px;
    text-align: center;
    color: #999;
}

.preview-content .form-group label {
    width: 100%;
    float: left;
    font-weight: normal;
    text-align: left;
}

.preview-content .upload-profile input[type="file"] {
    width: 100%;
    float: left;
}

.preview-content .inputfile-6 {
    display: none !important;
}

    .preview-content .inputfile-6 + label {
        border: 1px solid rgba(0,0,0,0.1);
        border-right: 0;
    }

        .preview-content .inputfile-6 + label span {
            width: 80%;
            line-height: 44px;
            display: inline-block;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding: 0 15px;
            font-size: 0;
            vertical-align: top;
            background: #f2f3f5;
        }

        .preview-content .inputfile-6 + label strong {
            border: 1px solid #006cb5;
            height: 44px;
            border-radius: 0;
            padding: 0;
            font-weight: 600;
            cursor: pointer;
            color: #006cb5;
            font-size: 14px;
            line-height: 44px;
            text-align: center;
            float: right;
            width: 20%;
        }

.account-content .form-group label {
    width: 100%;
    float: left;
    text-align: left;
    font-weight: 600;
    margin: 15px 0 8px;
}

.email-account-text {
    width: 100%;
    float: left;
    border: 1px solid rgba(0,0,0,0.1);
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
    text-align: left;
    letter-spacing: 0.2px;
}

.iocn-penal {
    width: auto;
    float: right;
    position: absolute;
    right: 4px;
    bottom: 4px;
    background: #eee;
    padding: 10px 16px;
    cursor: pointer;
}

.payment-list {
    width: 100%;
    float: left;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 20px 20px 0 20px;
}

.payment-card .form-group label {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 0px;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: left;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .payment-card .form-group label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 17px;
    width: 17px;
}

/* When the checkbox is checked, add a blue background */
.payment-card .form-group label input:checked ~ .checkmark {
    background-color: #2196F3;
    border-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.payment-card .form-group label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.payment-card .form-group label .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.notification-content .form-group {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 12px;
}

    .notification-content .form-group:hover {
        background: #eee;
    }

.client-content .client-list {
    float: left;
    width: 100%;
}

    .client-content .client-list a {
        float: right;
        padding: 0px 30px;
        color: #fff;
        background: #252322;
        font-size: 14px;
        height: 44px;
        line-height: 44px;
        transition: all 0.5s;
        margin: 20px 0 0px;
        font-weight: 700;
        letter-spacing: 0.7px;
    }

        .client-content .client-list a:hover {
            background: #006cb5;
            transition: all 0.5s;
        }

    .client-content .client-list p {
        float: left;
        width: 100%;
        margin: 20px 0 0 0;
        background: #eee;
        padding: 19px 20px;
        font-size: 15px;
    }

.close-account {
    float: left;
    width: 100%;
}

    .close-account h4 {
        margin: 15px 0 8px 0px;
        font-weight: 400;
        font-size: 17px;
    }

    .close-account p {
        float: left;
        width: 100%;
        margin: 0 0 10px 0;
        font-size: 15px;
    }

    .close-account ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .close-account ul li a {
            float: left;
            border: 2px solid rgba(0,0,0,0.1);
            padding: 10px 20px;
            margin: 10px 0 0 0;
            font-weight: 600;
            font-size: 16px;
        }

            .close-account ul li a:hover {
                border: 2px solid #006cb5;
                color: #006cb5;
            }

.close-account-content {
    min-height: 280px;
}

.profile-user-bg {
    width: 100%;
    float: left;
}

.user-avatar1 {
    height: 170px;
    width: 170px;
    margin: 15px auto 5px;
    border: 1px solid rgba(0,0,0,0.1);
    float: none;
    border-radius: 50%;
}

.user-detail {
    width: 100%;
    display: table;
    height: 100%;
    text-align: center;
}

.user-pro {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    font-weight: 400;
    color: #999;
    font-size: 37px;
}

.profile-user-bg h3 {
    font-size: 15px;
    text-align: center;
    margin: 0 0 10px 0;
    color: #333;
    float: left;
    width: 100%;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.login_header .cart-iocn a > span {
    position: absolute;
    top: -6px;
    right: -3px;
    background: #ff0000;
    color: #fff;
    width: 18px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    font-size: 12px;
}

.no-cart-content {
    width: 100%;
    float: left;
}

.car-content {
    float: left;
    width: 100%;
}

    .car-content ul {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .car-content ul li {
            float: left;
            width: 100%;
            margin: 0 0 20px 0px;
            border-bottom: 1px solid rgba(0,0,0,0.1);
            padding: 0 0 15px 0px;
        }

            .car-content ul li:last-child {
                border-bottom: none;
            }

            .car-content ul li a {
                float: left;
                width: 100%;
            }

.car-img {
    float: left;
    width: 25%;
    position: relative;
}

.car-detail {
    float: right;
    width: 75%;
    padding: 0 0 0 10px;
    text-align: left;
}

    .car-detail h6 {
        margin: 0 0 10px 0px;
        float: left;
        color: #888;
        line-height: 17px;
        font-weight: 600;
    }

    .car-detail p {
        font-weight: 400;
        color: #888;
        font-size: 12px;
        line-height: 16px;
    }

.car-price {
    float: left;
    width: 100%;
}

    .car-price span {
        color: #ff0000;
        font-size: 17px;
        padding: 0 18px 10px;
        float: left;
        line-height: 19px;
        position: relative;
    }

        .car-price span:after {
            position: absolute;
            content: "";
            left: 0;
            width: 10px;
            height: 20px;
            border: 1px solid #ff0000;
            top: 0;
        }

        .car-price span:nth-child(2) {
            font-weight: normal;
            color: #888;
            text-decoration: line-through;
        }

            .car-price span:nth-child(2):after {
                border-color: #888;
            }

.btn-head-cart {
    width: 100%;
    float: right;
}

    .btn-head-cart input {
        width: auto;
        float: left;
        line-height: 25px;
        font-size: 13px;
        border: 1px solid #888;
        text-align: center;
        padding: 0 20px;
        background: transparent;
    }

        .btn-head-cart input:hover {
            border-color: #337ab7;
        }

.courses-add h6 {
    font-size: 14px;
}

.course-pross-bg {
    float: left;
    width: 100%;
}

    .course-pross-bg .progress {
        margin: 0;
        background: #0866b1;
        height: 4px;
    }

.courses-add .car-img .play-iocn-course {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    background: rgba(0,0,0,0.5);
    bottom: 0;
    line-height: 44px;
    font-size: 20px;
    opacity: 0;
}

.car-content ul li a:hover .play-iocn-course {
    opacity: 1;
}

.check-filter {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    line-height: 22px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    width: 100%;
    float: left;
}

    .check-filter input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 2px;
    left: 6px;
    height: 19px;
    width: 19px;
    background-color: transparent;
    border: 1px solid #cacbcc;
}

.radio-box .checkmark {
    border-radius: 50%;
}

.radio-box .check-filter .checkmark:after {
    background: #fff;
    width: 8px;
    height: 8px;
    left: 4.2px;
    top: 4.5px;
    border: none;
    transform: rotate(0deg);
    border-radius: 50%;
}

.check-filter:hover input ~ .checkmark {
    border-color: #252322;
}

.check-filter input:checked ~ .checkmark {
    background-color: #252322;
    border: 1px solid #252322;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-filter input:checked ~ .checkmark:after {
    display: block;
}

.check-filter .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-box h3 {
    float: left;
    margin: 0;
    width: 100%;
    font-size: 19px;
    color: #333;
    font-weight: 600;
}

.filter-checkbox {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}

.more-see-topis, .more-see-lan {
    float: left;
    width: auto;
    cursor: pointer;
    font-size: 15px;
    color: #006cb5;
    font-weight: 500;
    padding: 0 0 0 10px;
    line-height: 26px;
}

    .more-see-topis .fa, .more-see-lan .fa {
        line-height: 30px;
        margin: 0 5px 0 0;
        float: left;
    }

.reating-tooggle {
    width: 100%;
    float: left;
    display: none;
}

    .reating-tooggle .container {
        position: relative;
    }

    .reating-tooggle .filter-checkbox {
        position: absolute;
        left: 0px;
    }

    .reating-tooggle .filter-checkbox {
        position: absolute;
        left: 0px;
        width: 210px;
        margin: 0;
        float: left;
        background: #fff;
        box-shadow: 1px 2px 9px #ccc;
        padding: 0px;
        box-sizing: border-box;
        z-index: 1;
    }

.duration-list .filter-box {
    width: 100%;
    float: left;
    margin: 0;
}

.duration-list {
    position: absolute;
    background: #fff;
    float: left;
    width: 190px;
    top: 70px;
    padding: 0px 10px 10px;
    z-index: 1;
}

    .duration-list:after {
        top: -13px;
        right: 0;
        bottom: auto;
        left: 14px;
        display: block;
        border: none;
        font: normal normal normal 30px/30px FontAwesome;
        width: 0;
        content: "\f0de";
        text-shadow: 0 -1px 16px rgba(20,23,28,.25);
        color: #fff;
        position: absolute;
    }

.filter-product-bg {
    width: 100%;
    float: left;
}

.filter-product {
    float: left;
    width: 100%;
}

    .filter-product ul {
        padding: 0;
        margin: 0;
        list-style: none;
        width: 73%;
        float: left;
        margin: 26px 0 0 0px;
    }

        .filter-product ul li {
            float: left;
            width: 100%;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }

            .filter-product ul li a {
                float: left;
                width: 100%;
                padding: 20px 0 20px 0;
            }

                .filter-product ul li a:hover {
                    background: #f5f5f5;
                }

.filter-pro-img {
    width: 20%;
    float: left;
}

.filter-pro-detail {
    width: 70%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

.fliter-pro-info {
    width: 70%;
    float: left;
    margin: 10px 0 0 0px;
}

    .fliter-pro-info h4 {
        margin: 0px;
        padding: 0px;
        font-size: 17px;
        color: #000;
        font-weight: 600;
        float: left;
        width: 100%;
    }

.list-view {
    float: left;
    width: 100%;
    margin: 8px 0px 6px;
}

.list-view-new {
    float: left;
    width: auto;
    padding: 3px 10px;
    background: #000;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

    .list-view-new:after {
        position: absolute;
        content: "";
        right: -10px;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #000;
        border-top: 9px solid transparent;
        top: 0px;
    }

.list-view span {
    margin: 0 0 0 12px;
    font-size: 14px;
    color: #000;
    float: left;
    width: auto;
}

.fliter-pro-info p {
    color: #000;
    font-size: 14px;
    float: left;
    width: 100%;
    line-height: 24px;
    margin: 0;
}

.filter-reat {
    float: right;
    width: 105px;
    max-width: 100%;
}

.original-Price {
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

.course-old-price-text {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #686f7a;
    text-decoration: line-through;
    font-family: 'Open Sans', sans-serif;
}

.rate-filter {
    font-size: 14px;
    color: #686f7a;
    font-family: 'Open Sans', sans-serif;
    float: left;
    width: 100%;
}

.filter-sidebar-notice {
    width: 25%;
    float: right;
}

.notice-list {
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(0,0,0,0.1);
    margin: 26px 0 0 0;
}

    .notice-list h3 {
        float: left;
        width: 100%;
        margin: 0 0 10px 0px;
        font-size: 18px;
        color: #333;
        font-weight: 600;
    }

    .notice-list p {
        float: left;
        font-size: 14px;
        color: #333;
        font-weight: normal;
        width: 100%;
        line-height: 21px;
    }

    .notice-list > a {
        color: #006cb5;
        font-weight: 700;
        font-size: 14px;
    }

/*courses rating page*/
.course-dashboard-banner-bg {
    width: 100%;
    float: left;
    background: #29303b;
    padding: 20px 0px;
}

.course-dashboard-banner {
    width: 100%;
    float: left;
}

.course-dashboard-vid {
    width: 30%;
    float: left;
    position: relative;
}

    .course-dashboard-vid img {
        width: 100%;
    }

    .course-dashboard-vid .play-iocn-course {
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        background: rgba(0,0,0,0.4);
        text-align: center;
        font-size: 50px;
        opacity: 0;
        color: #eee;
        bottom: 0;
        padding: 81px 0 0 0;
    }

    .course-dashboard-vid:hover .play-iocn-course {
        opacity: 1;
    }

.course-dashboard-info-list {
    width: 68%;
    float: right;
}

.course-dashboard-info {
    width: 100%;
    float: left;
}

    .course-dashboard-info h3 {
        margin: 0;
        padding: 20px 0 0 0px;
        float: left;
        width: 100%;
        font-size: 20px;
        color: #000;
        font-weight: normal;
    }

.rating-dashboard {
    width: 100%;
    float: left;
    margin: 15px 0 0px;
}

    .rating-dashboard a {
        color: #f4c150;
        font-size: 17px;
    }

        .rating-dashboard a span {
            color: #000;
            font-size: 15px;
        }

.dashboard-progress-bar {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.dashboard-progress-bar-lft {
    float: left;
    width: 85%;
}

.dashboard-progress-bar .progress {
    background: ##006cb5;
    width: 100%;
    float: left;
}

.dashboard-progress-bar .progress-bar {
    background: #006cb5;
}

.dashboard-progress-message {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 15px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

    .dashboard-progress-message a {
        color: #000;
        margin: 0 0px 0 10px;
        font-weight: 600;
    }

.dashboard-progress-bar-rgt {
    width: 12%;
    float: right;
    text-align: center;
}

    .dashboard-progress-bar-rgt .dashboard-progress-message {
        font-size: 24px;
        margin: -11px 0 3px 0px;
    }

        .dashboard-progress-bar-rgt .dashboard-progress-message.trophy-star-comeplact {
            margin: -37px 0 3px 0px;
            display: none;
        }

.dashboard-tab-coontent {
    width: 100%;
    float: left;
    background: #f2f3f5;
}

.dashboard-tab-list {
    float: left;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 10px 0px 0px;
}

    .dashboard-tab-list .nav-tabs {
        border: none;
    }

        .dashboard-tab-list .nav-tabs > li {
            margin: 0 25px 0 0px;
        }

            .dashboard-tab-list .nav-tabs > li > a {
                font-size: 16px;
                color: #000;
                font-family: 'Open Sans', sans-serif;
                padding: 15px;
                position: relative;
            }

                .dashboard-tab-list .nav-tabs > li > a:after {
                    position: absolute;
                    content: "";
                    bottom: 0px;
                    border-bottom: 4px solid #006cb5;
                    width: 100%;
                    left: 0px;
                    opacity: 0;
                }

                .dashboard-tab-list .nav-tabs > li > a:hover {
                    background: none;
                }

                    .dashboard-tab-list .nav-tabs > li > a:hover:after, .dashboard-tab-list .nav-tabs > li.active > a:after {
                        opacity: 1;
                    }

            .dashboard-tab-list .nav-tabs > li.active > a, .dashboard-tab-list .nav-tabs > li > a {
                border: none;
            }

.course-search-info {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.course-search-info-lft {
    width: 25%;
    float: left;
}

    .course-search-info-lft .form-group {
        margin: 0;
        float: left;
        width: 80%;
    }

    .course-search-info-lft button {
        width: 20%;
        float: left;
        border-radius: 0;
        height: 45px;
        padding: 0 10px;
        font-size: 17px;
        background: #006cb5;
    }

        .course-search-info-lft button:hover, .course-search-info-lft button:focus {
            background: #006cb5;
        }

    .course-search-info-lft .form-group input {
        border-radius: 0;
        border: none;
        height: 45px;
        padding: 0 10px;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
    }

        .course-search-info-lft .form-group input:focus {
            box-shadow: 0 0 0;
            border: none;
        }

.card-accordion:nth-child(2n+1) {
}

.qa-content-list .tab-content:nth-child(2n+1) {
    background: #cdd0d8;
}

.qa-content-list > a, .ask-question > button {
    width: auto;
    float: right;
    line-height: 40px;
    height: 40px;
    padding: 0 18px;
    font-size: 14px;
    color: #fff;
    border: none;
    background: #006cb5;
    border-radius: 0px;
    transition: all 0.5s;
    outline: none;
    margin: 20px 0 0 0;
}

.ask-question button {
    margin: 15px 0 0 0px;
}

.ask-question {
    float: left;
    width: 100%;
    background: #fff;
    margin: 15px 0 0 0;
    padding: 20px;
}

    .ask-question h4 {
        margin: 0;
        padding: 0;
        width: 100%;
        float: left;
        font-size: 16px;
        color: #333;
    }

.ask-input {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}

    .ask-input input {
        width: 100%;
        float: left;
        height: 40px;
        line-height: 40px;
        padding: 0px 15px;
        color: #333;
        border: 1px solid rgba(0,0,0,0.3);
        font-size: 15px;
    }

.questions__filters {
    float: left;
    width: 100%;
}

.filters__order {
    width: 100%;
    float: left;
    margin: 10px 0px 0px;
}

.filter-select {
    width: 25%;
    float: left;
    position: relative;
}

    .filter-select select {
        width: 100%;
        float: left;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        border: 1px solid rgba(0,0,0,0.4);
        font-size: 13px;
    }

    .filter-select:after {
        position: absolute;
        right: 15px;
        content: "\f107";
        font: normal normal normal 25px FontAwesome;
        line-height: 40px;
        color: #333;
    }

.qa-filter-check {
    float: right;
    width: auto;
}

    .qa-filter-check .check-filter {
        width: auto;
        margin: 6px 8px 0;
    }

.filters__order-list {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    background: #fff;
}

    .filters__order-list ul {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .filters__order-list ul li {
            width: 100%;
            float: left;
        }

            .filters__order-list ul li a {
                float: left;
                width: 100%;
            }

.showResponses {
    float: left;
    width: 5%;
    text-align: center;
    font-size: 12px;
    margin: 10px 0 0 0;
    color: #000;
}

.showResponses-detail {
    width: 89%;
    float: left;
    padding: 0 15px;
}

    .showResponses-detail p {
        width: 100%;
        padding: 0px;
        line-height: 26px;
        font-size: 14px;
    }

    .showResponses-detail h6 {
        float: left;
        font-size: 15px;
        font-weight: 600;
        margin: 12px 0 5px 0;
        padding: 0px;
    }

.showResponses span {
    width: 100%;
    float: left;
}

.questions-more {
    width: 100%;
    float: left;
    text-align: center;
}

    .questions-more a {
        float: none;
        display: inline-block;
        padding: 8px 30px;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        background: #006cb5;
        margin: 30px 0px;
    }

.announcements-content-list {
    float: left;
    width: 100%;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    background: #fff;
}

.announcements-content {
    width: 100%;
    float: left;
}

.announcements-head {
    float: left;
    width: 100%;
}

.auther-img {
    float: left;
    width: auto;
    margin: 9px 0 0 0;
}

    .auther-img img {
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: 50%;
    }

.announcements-instructor {
    width: 92%;
    float: left;
    padding: 0 0 0 15px;
}

    .announcements-instructor h4 {
        font-size: 18px;
        margin: 5px 0 9px 0px;
        float: left;
        width: 100%;
    }

        .announcements-instructor h4 a {
            color: #000;
        }

    .announcements-instructor p {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 14px;
        color: #333;
    }

.announcements-detail {
    width: 100%;
    float: left;
    padding: 0 100px 0 0px;
}

    .announcements-detail > h4 {
        float: left;
        width: 100%;
        margin: 22px 0 11px 0;
        color: #333;
        font-size: 19px;
    }

    .announcements-detail > p {
        float: left;
        width: 100%;
        font-size: 15px;
        line-height: 25px;
        margin: 0 0 10px 0px;
        padding: 0px;
    }

.bookmarks-dashboard {
    float: left;
    width: 100%;
    background: #fff;
    margin: 20px 0 0px;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}

.bookmarks-head {
    float: left;
    width: 100%;
    padding: 10px 20px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background: #eee;
}

    .bookmarks-head h2 {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 18px;
        color: #333;
        font-weight: 600;
    }

    .bookmarks-head h3 {
        font-size: 18px;
        color: #333;
        margin: 10px 0 7px 0px;
        padding: 0px;
        float: left;
        width: 100%;
        font-weight: 600;
    }

.bookmarks-vid-detail {
    float: left;
    width: 100%;
    padding: 11px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

    .bookmarks-vid-detail h5 {
        font-size: 15px;
        color: #555;
        font-weight: 400;
        float: left;
        width: 100%;
        margin: 0px;
    }

        .bookmarks-vid-detail h5 span {
            padding: 0 10px 0 0px;
        }
/*.bookmarks-vid-detail ul {float: left;width: 100%;padding: 0px;margin: 10px 0 0 0px;}
.bookmarks-vid-detail ul li{margin:0 0 7px;}
.bookmarks-vid-detail ul li{float: left;width: 100%;list-style: none;}
.bookmarks-vid-detail ul li a{color:#333;font-size:20px;font-family: 'Open Sans', sans-serif;   }*/
.ask-question {
    float: left;
    width: 100%;
    background: #fff;
    margin: 15px 0 0 0;
    padding: 20px;
}

    .ask-question h4 {
        margin: 0;
        padding: 0;
        width: 100%;
        float: left;
        font-size: 16px;
        color: #333;
    }

.ask-input {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}

    .ask-input input {
        width: 100%;
        float: left;
        height: 40px;
        line-height: 40px;
        padding: 0px 15px;
        color: #333;
        border: 1px solid rgba(0,0,0,0.3);
        font-size: 15px;
    }

    .ask-input textarea {
        width: 100%;
        float: left;
        height: 125px;
        line-height: 25px;
        padding: 0px 15px;
        color: #333;
        border: 1px solid rgba(0,0,0,0.3);
        font-size: 15px;
    }

.course-comment {
    background: #e4e3e3;
    padding: 20px 0 0;
}

    .course-comment .recent-questions {
        padding: 0 0 16px 50px;
        border-bottom: none;
    }

.showResponses-detail h6 span {
    font-weight: normal;
    margin: 0 0 0 10px;
}

.question-accordion {
    margin: 0;
}

.qa-content-list .tab-content {
    background: #fff;
}

    .qa-content-list .tab-content:nth-child(2n+1) {
        background: #cdd0d8;
    }

.course-search-info-lft .form-group input::-webkit-input-placeholder {
    /* Chrome */
    color: inherit;
    opacity: 1;
}

.course-search-info-lft .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
}

.course-search-info-lft .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: 1;
}

.course-search-info-lft .form-group input:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: inherit;
    opacity: 1;
}

.sub-content {
    float: left;
    width: 100%;
    padding: 0 0 0 30px;
    border-top: 1px solid rgba(0,0,0,0.2);
}

    .sub-content h3 {
        font-size: 17px;
        display: inline-block;
        color: #333;
        width: 92%;
        font-family: 'Open Sans', sans-serif;
        margin: 20px 0px;
    }

.course-search-info-rgt {
    float: right;
    width: auto;
}

    .course-search-info-rgt ul {
        float: left;
        width: auto;
        padding: 15px 0 0 0px;
        margin: 0;
    }

        .course-search-info-rgt ul li {
            float: left;
            list-style: none;
            width: auto;
            margin-right: 30px;
        }

            .course-search-info-rgt ul li:last-child {
                margin-right: 0px;
            }

            .course-search-info-rgt ul li a {
                font-size: 16px;
                float: left;
                color: #000;
            }

                .course-search-info-rgt ul li a:hover {
                    color: #006cb5;
                }

.bd-example {
    float: left;
    width: 100%;
    padding: 20px;
    background: #d4d6da;
}

.card-accordion {
    background: #fff;
    padding: 15px 15px;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

.card-header {
    position: relative;
}

    .card-header span {
        float: right;
        font-size: 15px;
        width: auto;
        position: absolute;
        top: 0px;
        right: 0px;
        font-family: 'Open Sans', sans-serif;
        margin-right: 10px;
    }

    .card-header h3 {
        margin: 0 0 11px;
        font-size: 17px;
        font-family: 'Open Sans', sans-serif;
        color: #333;
        display: inline-block;
        width: 100%;
    }

.sub-content > a > span {
    float: right;
    margin: 22px 30px 0 0;
    font-size: 20px;
}

.sub-content > a[aria-expanded="true"] > span {
    transform: rotate(90deg);
}

.card-header h4 {
    margin: 20px 0 5px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #000;
}

.card-block {
    float: left;
    width: 100%;
}

.card-block {
    float: left;
    width: 100%;
}

    .card-block ul {
        float: left;
        width: 100%;
        padding: 0;
        list-style: none;
        margin: 0px;
    }

        .card-block ul li {
            float: left;
            width: 100%;
        }

            .card-block ul li a {
                float: left;
                width: 100%;
                padding: 15px 0 0px;
                border-top: 1px solid rgba(0,0,0,0.1);
                margin: 15px 0 0 0px;
            }

.Introductory-courses {
    float: left;
    width: 100%;
}

.according-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 0px;
    float: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.introductory-courses > span {
    color: #000;
    font-size: 15px;
    padding: 0 10px;
    line-height: 27px;
    float: left;
}

.introductory-courses > small {
    color: #000;
    font-size: 15px;
    line-height: 27px;
    width: 85%;
    float: left;
}

.according-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.according-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.according-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.according-checkbox input:checked ~ .checkmark {
    background-color: #006cb5;
}
/* Create the checkmark/indicator (hidden when not checked) */
.according-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.according-checkbox input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.according-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.course-overview-content {
    width: 100%;
    float: left;
}

    .course-overview-content h3 {
        float: left;
        width: 100%;
        margin: 30px 0px 20px;
        padding: 0 0 0 12px;
        font-size: 20px;
        color: #333;
    }

.recent-box-list {
    float: left;
    width: 100%;
    padding: 0 0 40px 0;
}

.recent-box {
    width: 48%;
    float: left;
    margin: 0 12px;
}

.recent-box-detail {
    float: left;
    width: 100%;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    background: #fff;
}

    .recent-box-detail h4 {
        color: #505763;
        background: #f5f5f5;
        padding: 10px 11px;
        margin: 0;
        border-bottom: 1px solid #ddd;
    }

.recent-questions {
    float: left;
    width: 100%;
    padding: 15px 0 10px 15px;
}

    .recent-questions > span, .recent-questions > span img {
        width: 50px;
        height: 50px;
        float: left;
        border: 1px solid rgba(0,0,0,0.1);
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
    }

    .recent-questions p {
        float: left;
        width: 90%;
        font-size: 16px;
        line-height: 50px;
        padding: 0 15px;
    }

        .recent-questions p a {
            color: #000;
        }

.recent-btn {
    width: 100%;
    float: left;
    background: #f5f5f5;
    padding: 10px 11px;
    border-bottom: 1px solid #ddd;
}

    .recent-btn a {
        width: auto;
        float: left;
        color: #006cb5;
        font-size: 15px;
    }

.overview-courses {
    width: 100%;
    float: left;
    padding: 22px 12px 22px 12px;
    border-top: 1px solid rgba(0,0,0,0.14);
}

    .overview-courses h4 {
        font-size: 20px;
        margin: 0px 0 15px 0;
        float: left;
        width: 100%;
    }

    .overview-courses p {
        font-size: 15px;
        float: left;
        margin: 0px;
        color: #333;
        width: 100%;
        font-family: 'Open Sans', sans-serif;
    }

.introduction-list {
    float: left;
    width: 100%;
    margin: 35px 0 0 0px;
}

    .introduction-list ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0 0 0 20px;
    }

        .introduction-list ul li {
            float: left;
            width: 100%;
            font-size: 15px;
            line-height: 22px;
            color: #333;
            margin: 0 0 12px 0;
        }

.instructor-info {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #666;
}

    .instructor-info span img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 50%;
        margin: 0 13px 0 0;
    }

.qa-content-list {
    float: left;
    width: 100%;
}

.qa-search-bar {
    float: right;
    width: 32%;
}

    .qa-search-bar .form-group {
        float: left;
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0px;
        box-shadow: 0 0 0;
        border-radius: 0;
    }

        .qa-search-bar .form-group input {
            float: left;
            width: 100%;
            height: 40px;
            line-height: 40px;
            padding: 0px 10px;
            box-shadow: 0 0 0;
            border-radius: 0;
        }

    .qa-search-bar span {
        padding: 0 21px;
        float: left;
        width: auto;
        line-height: 40px;
        font-size: 14px;
    }

    .qa-search-bar button {
        width: auto;
        float: right;
        line-height: 40px;
        height: 40px;
        padding: 0 18px;
        font-size: 14px;
        color: #fff;
        border: none;
        background: #006cb5;
        border-radius: 0px;
    }

.accordion-content .course-accordion {
    height: auto;
    border: none;
}

.showResponses-detail {
    width: 89%;
    float: left;
    padding: 0 15px;
}

.showResponses {
    float: left;
    width: 5%;
    text-align: center;
    font-size: 12px;
    margin: 10px 0 0 0;
    color: #000;
}

.showResponses-detail p {
    width: 100%;
    padding: 0px;
    line-height: 26px;
    font-size: 14px;
}

.showResponses-detail h6 {
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin: 12px 0 5px 0;
    padding: 0px;
}

.showResponses span {
    width: 100%;
    float: left;
}

.filter-select {
    width: 25%;
    float: left;
    position: relative;
}

    .filter-select select {
        width: 100%;
        float: left;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        border: 1px solid rgba(0,0,0,0.4);
        font-size: 13px;
    }

    .filter-select:after {
        position: absolute;
        right: 15px;
        content: "\f107";
        font: normal normal normal 25px FontAwesome;
        line-height: 40px;
        color: #333;
    }
/*User Profile*/
/*profile page*/
.profile-bg {
    width: 100%;
    float: left;
}

.login-bar {
    width: 100%;
    float: left;
    background: #006cb5;
    padding: 20px 0px;
}

.login-time {
    width: auto;
    float: right;
}

    .login-time ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .login-time ul li {
            float: left;
            width: auto;
            font-size: 15px;
            color: #fff;
            border-right: 1px solid rgba(255,255,255,0.5);
            padding: 0px 20px;
            font-family: 'Open Sans', sans-serif;
            text-transform: capitalize;
        }

            .login-time ul li:last-child {
                border-right: none;
            }

            .login-time ul li a {
                color: #fff;
            }

                .login-time ul li a span {
                    margin-right: 10px;
                }

.user-profile-content {
    width: 100%;
    float: left;
}

.user-profile-left {
    width: 30%;
    float: left;
    background: #3c5363;
    padding: 20px 0 48px 0px;
}

.profile-img-top {
    width: 100%;
    float: left;
    padding: 0px 15px;
}

.user-img {
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 29px;
    color: #4a4747;
}

.img-user {
    width: auto;
    float: left;
}

.user-text {
    width: 70%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0 0 15px;
}

    .user-text h4 {
        font-size: 20px;
        color: #fff;
        line-height: 27px;
        margin: 0px;
    }

        .user-text h4 span {
            float: right;
            font-size: 11px;
            padding: 4px 10px 0 0px;
            color: #24cc63;
        }

.user-profile-left ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 30px 0 0 0px;
    background: #718898;
}

    .user-profile-left ul li {
        list-style: none;
        float: left;
        width: 100%;
        line-height: 45px;
        padding: 0 0 0 45px;
        border-bottom: 1px solid rgba(255,255,255,0.5);
        transition: all 0.5s;
    }

        .user-profile-left ul li:hover, .user-profile-left ul li:focus, .user-profile-left ul li.act {
            background: #006cb5;
            transition: all 0.5s;
            border-color: rgba(255,255,255,0.2);
        }

        .user-profile-left ul li:last-child {
            border-bottom: none;
        }

        .user-profile-left ul li a {
            color: #fff;
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
        }

.user-profile-right {
    width: 70%;
    float: left;
    background: #f3f3f3;
}

.information-head {
    width: 100%;
    float: left;
}

.information-from-head h2 {
    margin: 0 0 5px 0px;
    padding: 0px;
    font-size: 26px;
    color: #404040;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.information-from-head p {
    color: #404040;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    line-height: 24px;
}

.profile-detail-content {
    width: 100%;
    float: left;
    padding: 23px 15px 45px 33px;
    box-sizing: border-box;
}

.profile-info {
    width: 100%;
    float: left;
}

.information-from {
    float: left;
    width: 100%;
    background: #fff;
    padding: 28px;
    margin: 28px 0 0;
}

    .information-from ul {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .information-from ul li {
            list-style: none;
            float: left;
            width: 100%;
            font-size: 13px;
            color: #006cb5;
            font-weight: 600;
            border: 1px solid rgba(0,0,0,0.1);
            padding: 15px;
            margin: 0 0 15px;
        }

            .information-from ul li:nth-last-child(2n+2) {
                background: #eee;
            }

            .information-from ul li a {
                float: left;
                width: auto;
                color: #000;
                font-weight: normal;
                margin: 0 0 10px 0px;
                line-height: 24px;
                font-size: 14px;
            }

.not-all-btn {
    width: 100%;
    float: left;
    text-align: center;
}

    .not-all-btn a {
        background: #3c5363;
        padding: 10px 20px;
        color: #fff;
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 600;
        letter-spacing: 0.5px;
        transition: all 0.5s;
        margin: 0;
        display: inline-block;
    }

        .not-all-btn a:hover {
            background: #006cb5;
            transition: all 0.5s;
        }

.information-from label {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    line-height: 28px;
}

.information-from input, .information-from select {
    border-radius: 0;
    border: 1px solid #4a4747;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #000;
    box-shadow: 0 0 0;
    background: transparent;
    width: 100%;
    position: relative;
}

.information-from textarea {
    border-radius: 0;
    border: 1px solid #4a4747;
    height: 131px;
    line-height: 30px;
    padding: 0 15px;
    color: #000;
    box-shadow: 0 0 0;
    background: transparent;
    width: 100%;
    position: relative;
}

.information-input-half {
    width: 48.8%;
    margin: 0px 11px 15px 0px;
    float: left;
}

.information-input {
    width: 100%;
    float: left;
}

.information-input-half:last-child {
    margin: 0px;
}

.information-select {
    position: relative;
}

    .information-select:after {
        position: absolute;
        content: "\f107";
        right: 15px;
        font: normal normal normal 19px FontAwesome;
        line-height: 40px;
        top: 28px;
    }

.text-muted {
    color: #4a4747;
    font-size: 14px;
    line-height: 30px;
}

.information-from button {
    border-radius: 0px;
    line-height: 30px;
    background: #006cb5;
    padding: 0px 20px;
    color: #fff;
    outline: none;
}

    .information-from button:hover, .information-from button:focus {
        outline: none;
        color: #fff;
        background: #252322;
    }

.profile-info-rgt {
    width: 30%;
    float: right;
}

.profile-edit {
    width: 100%;
    float: left;
}

    .profile-edit h3 {
        float: left;
        width: 100%;
        margin: 0;
        font-size: 16px;
        color: #4a4747;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        padding: 10px 10px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
    }

.potos-change {
    width: 100%;
    float: left;
    padding: 20px 0px;
    text-align: center;
}

.img-change-middle {
    width: auto;
    float: none;
    display: inline-block;
}

.img-change {
    height: 125px;
    width: 125px;
    display: table-cell;
    background: #eee;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    font-size: 54px;
    color: #4a4747;
}

.img-change-middle h5 {
    font-size: 16px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.box-input label {
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}

.password-account input {
    margin: 0 0 10px 0;
}

/*rating page start*/
.section-rating-list {
    float: left;
    width: 100%;
    padding: 30px 0px;
}

.rating-list {
    float: left;
    width: 100%;
}

.rating-coontent {
    width: 100%;
    float: left;
}

    .rating-coontent h3 {
        float: left;
        width: 100%;
        margin: 0 0 25px 0px;
        padding: 0;
        font-size: 23px;
        font-weight: 600;
        text-transform: capitalize;
        color: #3593d2;
    }

.rating-list .my-courses-box {
    width: 25%;
}

    .rating-list .my-courses-box ul li {
        width: 100%;
        margin: 0;
    }

        .rating-list .my-courses-box ul li a {
            padding: 0px;
        }

.teb-content .rating-list ul li a:after {
    display: none;
}

.start-rating-rgt {
    float: right;
    width: auto;
    margin: 10px 0 0 0px;
}

.stap-2-rating {
    float: left;
    width: 100%;
}

    .stap-2-rating h3 {
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
        font-size: 17px;
        color: #333;
        line-height: 30px;
    }

    .stap-2-rating textarea {
        width: 100%;
        float: left;
        border: 1px solid rgba(0,0,0,0.2);
        height: 125px;
        margin: 0px 0 20px;
        padding: 10px 15px;
    }

.finish-rating {
    float: left;
    width: 100%;
}

    .finish-rating button {
        float: left;
        border: none;
        padding: 0 20px;
        line-height: 33px;
        background: #252322;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
    }

        .finish-rating button:hover, .finish-rating button:focus {
            background: #337ab7;
        }

/* Ratings widget */
/*.rate * {
    color: #686f7a;
}

.rate {
    float: left;
    width: auto;
}
    .rate > input {
        display: none;
    }
    .rate > label {
        float: right;
        width: auto;
    }
        .rate > label:before {
            float: left;
            font-size: 20px;
            margin: 0 4px;
            cursor: pointer;
            font-family: FontAwesome;
            content: "\f005";
        }

    .rate .half:before {
        content: "\f089 "; 
        position: absolute;
        padding-right: 0;
    }
    .rate input:checked ~ label, 
    .rate label:hover, .rate label:hover ~ label {
        color: #f4c150;
    }*/

/*.review-star-bg .rate label:hover, .review-star-bg .rate label:hover ~ label {
    color: #686f7a;
}
.rate input:checked + .rate label:hover, .rate input:checked ~ .rate label:hover,
.rate input:checked ~ .rate label:hover ~ .rate label, 
.rate label:hover ~ .rate input:checked ~ .rate label {
    color: #f4c150;
}*/

/* Course Ratings widget */
.Courserate * {
    color: #686f7a;
}

.Courserate {
    float: left;
    width: auto;
}
    /* Hide radio */
    .Courserate > input {
        display: none;
    }
    /* Order correctly by floating highest to the right */
    .Courserate > label {
        float: right;
        width: auto;
    }
        /* The star of the show */
        .Courserate > label:before {
            float: left;
            font-size: 16px;
            margin: 0 2px;
            cursor: pointer;
            font-family: FontAwesome;
            content: "\f005";
        }

    /* Half star trick */
    .Courserate .half:before {
        content: "\f089 "; /* half star no outline */
        position: absolute;
        padding-right: 0;
    }
    /* Click + hover color */
    .Courserate input:checked ~ label, /* color current and previous stars on checked */
    .Courserate label:hover, .Courserate label:hover ~ label {
        color: #ffc700;
    }
        /* color previous stars on hover */

        /* Hover highlights */
        .Courserate input:checked + .Courserate label:hover, .Courserate input:checked ~ .Courserate label:hover, /* highlight current and previous stars */
        .Courserate input:checked ~ .Courserate label:hover ~ .Courserate label, /* highlight previous selected stars for new rating */
        .Courserate label:hover ~ .Courserate input:checked ~ .Courserate label /* highlight previous selected stars */ {
            color: #23527C;
        }

/*my course page*/
.my-courses-sub-head {
    float: left;
    width: 104%;
    background: #2d2927;
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin: 15px 0 -6px -5px;
    padding: 13px 0px;
    text-align: center;
}

.my-courses-box ul li:hover .my-courses-sub-head {
    border-top: 1px solid #aeabab;
    color: #000;
    background: transparent;
    margin: 15px 0 -7px -5px;
}

.my-courses-head {
    width: 100%;
    float: left;
    background: #3c5363;
    padding: 10px;
}

    .my-courses-head .banner-text {
        width: 100%;
        display: inherit;
    }

        .my-courses-head .banner-text h1, .my-courses-head .banner-text h2 {
            color: #fff;
            text-transform: capitalize;
        }

        .my-courses-head .banner-text h1 {
            font-size: 28px;
        }

.banner-text h2 {
    font-size: 18px;
}

.my-courses-bg {
    float: left;
    width: 100%;
    margin: 0px 0px 25px 0px;
}

.my-course {
    float: left;
    width: 100%;
}

.courses-filter-bg {
    width: 100%;
    float: left;
    background: #f6f6f7;
    padding: 20px 0px;
}

.courses-filter {
    width: 100%;
    float: left;
}

.courses-filter-lft {
    float: left;
    width: auto;
    margin: 2px 0 0 0;
}

.courses-filter-box {
    width: auto;
    float: left;
    margin: 0 20px 0 0;
}

    .courses-filter-box label {
        width: auto;
        float: left;
        padding: 0 10px 0 0px;
        color: #000;
        font-weight: normal;
        font-size: 15px;
        line-height: 30px;
    }

.courses-filter-selet {
    width: auto;
    float: left;
    position: relative;
}

    .courses-filter-selet select {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0px 25px 0 10px;
        line-height: 30px;
        border: 1px solid #252322;
    }

    .courses-filter-selet:after {
        position: absolute;
        content: "\f107";
        right: 7px;
        top: 0px;
        font-family: FontAwesome;
        color: #000;
        font-size: 22px;
        line-height: 30px;
    }

.courses-filter-lft ul {
    float: left;
    width: auto;
    margin: 0;
}

    .courses-filter-lft ul li {
        list-style: none;
        width: auto;
        float: left;
        transition: all 0.5s;
    }

        .courses-filter-lft ul li a {
            color: #000;
            font-size: 15px;
            font-family: 'Open Sans', sans-serif;
            line-height: 30px;
        }

.courses-filter-rgt {
    float: right;
    width: 25%;
}

    .courses-filter-rgt .learninput input[type="text"] {
        background: transparent;
        color: #000;
        border-radius: 0px;
        border: 1px solid #252322;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        padding: 0 0 0 10px;
    }

    .courses-filter-rgt .learninput input[type="submit"] {
        background-image: url(../images/search.png);
        top: 7px;
        background-size: 14px;
    }

.courses-filter-content {
    width: 100%;
    float: left;
    margin: 50px 0 20px 0px;
}

.my-courses-box {
    width: 100%;
    float: left;
}

    .my-courses-box ul {
        padding: 0;
        margin: 0;
        width: 100%;
        float: left;
    }

        .my-courses-box ul li {
            width: 23%;
            float: left;
            list-style: none;
            border: 1px solid #aeabab;
            padding: 5px;
            background: #e6e4e4;
            transition: all 0.5s;
            margin: 0px 11px 20px;
        }

#owl-demo .item .my-courses-box ul li {
    width: 92%;
    text-align: left;
    min-height: 359px;
}

#owl-demo .item .rating-text {
    margin: 7px 0 0 0;
}

#owl-demo .item .btn-enroll {
    margin: 0 0 0 10px;
    width: 105px;
}

    #owl-demo .item .btn-enroll input[type="button"] {
        margin: 3px 0 0 0;
        width: 100%;
        padding: 0;
    }

.my-courses-box ul li a {
    float: left;
    width: 100%;
}

.filter-img {
    float: left;
    width: 100%;
    position: relative;
}

/*.filter-price {
    position: absolute;
    top: 9px;
    left: 0;
    border-top: 27px solid #2276b8;
    border-right: 17px solid transparent;
    color: #fff;
    line-height: 17px;
    padding: 0 9px;
    font-size: 12px;
    background-repeat: no-repeat;
    font-family: 'Open Sans', sans-serif;
    width: auto;
}*/

/*.filter-course {
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.65);
    width: 100%;
    height: 100%;
    text-align: center;
    right: 0;
    vertical-align: middle;
    padding: 55px 0;
    color: #fff;
    font-size: 50px;
    opacity: 0;
}*/

.my-courses-box ul li:hover .filter-course {
    opacity: 1;
    transition: all 0.5s;
}

.fix-price {
    float: left;
    margin: -21px 0 0 0;
    width: 100%;
}

.btn-enroll {
    float: left;
    width: auto;
}

    .btn-enroll input[type="button"] {
        background: none;
        padding: 0 15px;
        line-height: 26px;
        border: 1px solid #337ab7;
        color: #000;
        font-weight: 600;
        margin: 3px 0 0 31px;
        font-size: 12px;
        letter-spacing: 0.5px;
    }

.my-courses-box ul li a:hover .btn-enroll input[type="button"] {
    background: #337ab7;
    color: #fff;
}

.filter-img img {
    width: 100%;
    object-fit: cover;
}

.filter-dit h3 {
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    color: #2276b8;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    min-height: 50px;
}

.filter-dit p {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    font-size: 14px;
    min-height: 300px;
}

.progress-courses .progress {
    height: 5px;
    margin-bottom: 7px;
    background-color: #fff;
    border-radius: 0px;
}

.progress-courses .progress-bar {
    background: #2276b8;
}

.start-filter {
    float: left;
    width: auto;
    line-height: 30px;
}

.rating-text {
    float: right;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    color: #333;
}

.my-courses-box ul li:hover {
    background: transparent;
    transition: all 0.5s;
    box-shadow: 2px 5px 7px #ccc;
}

.progress-courses {
    float: left;
    width: 100%;
}

/*my Wishlist*/
.wishlist-coontent .rating-courses {
    float: left;
    width: 100%;
    padding: 2px 0px;
}

.wishlist-coontent .start-filter {
    line-height: 28px;
}

.wishlist-coontent .rating-text {
    line-height: 12px;
    margin: 7px 0 0 0px;
}

.wishlist-coontent .start-filter small {
    font-weight: bold;
    color: #333;
    font-size: 100%;
    margin: -2px 0 0 10px;
    float: right;
}

/*institute page*/
.institute-bg {
    float: left;
    width: 100%;
    margin: 30px 0px;
}

.institute {
    float: left;
    width: 100%;
}

    .institute ul {
        padding: 0px;
        margin: 0px;
        width: 100%;
        float: left;
        list-style: none;
    }

        .institute ul li {
            float: left;
            width: 31%;
            margin: 0px 10px 15px;
            border: 1px solid rgba(0,0,0,0.2);
            padding: 10px;
            box-sizing: border-box;
            transition: all 0.5s;
        }

            .institute ul li:hover, .institute ul li:focus {
                box-shadow: 2px 2px 5px #ccc;
                transition: all 0.5s;
            }

            .institute ul li a {
                float: left;
                width: 100%;
            }

.institute-img {
    float: left;
    width: 15%;
    font-size: 60px;
    color: #006cb5;
    margin: 0 30px 0 0px;
    box-sizing: border-box;
}

.institute-detail {
    float: left;
    width: 75%;
}

    .institute-detail h4 {
        margin: 0 0 10px;
        padding: 0;
        float: left;
        width: 100%;
        font-size: 18px;
        color: #333;
        font-family: 'Open Sans', sans-serif;
    }

    .institute-detail p {
        float: left;
        width: 100%;
        margin: 0 0 5px 0;
        font-size: 14px;
        padding: 0;
        color: #333;
        font-family: 'Open Sans', sans-serif;
    }

.rating-ins {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #f4c150;
}

    .rating-ins span {
        color: #333;
    }

.institute h2 {
    font-size: 25px;
    text-transform: capitalize;
    margin: 0 0 20px 10px;
}

/*faq page*/
.faq-content-list {
    float: left;
    width: 100%;
    margin: 30px 0px;
}

    .faq-content-list .panel-title a {
        font-family: 'Open Sans', sans-serif;
        display: inline-block;
        padding: 0;
        width: 100%;
    }

    .faq-content-list .panel > a {
        font-size: 15px;
        color: #333;
        font-family: 'Open Sans', sans-serif;
        line-height: 25px;
    }

    .faq-content-list .panel-body h5 {
        margin: 0 0 12px 0;
    }

        .faq-content-list .panel-body h5 span {
            font-family: 'Open Sans', sans-serif;
            display: inline-block;
            font-size: 12px;
            font-weight: normal;
            text-transform: uppercase;
            padding: 0 10px;
            line-height: 21px;
        }

    .faq-content-list .panel-body p {
        color: #333;
        font-size: 15px;
        line-height: 26px;
        width: 100%;
        float: left;
    }

    .faq-content-list .panel-default > .panel-heading {
        background: #cdd0d8;
        margin: 20px 0 0 0;
        transition: all 0.5s;
    }

    .faq-content-list .panel-body {
        padding: 20px 20px 10px 20px;
        background: #eee;
        box-sizing: border-box;
    }

    .faq-content-list .panel-default > .panel-heading[aria-expanded="true"] span {
        transform: rotate(90deg);
    }

    .faq-content-list .panel-default > .panel-heading:hover {
        background: #006cb5;
        transition: all 0.5s;
    }

        .faq-content-list .panel-default > .panel-heading:hover a, .faq-content-list .panel-default > .panel-heading:hover a span {
            color: #fff;
        }

/*popup vidoes player*/
.play-vid {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.2);
    z-index: 99;
}

.vidoes-content-popup {
    width: 100%;
    height: 100%;
    text-align: center;
}

.content-vid {
    display: table;
    width: 100%;
    height: 100%;
}

.vid-img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.vid-youtube {
    float: none;
    width: 65%;
    background: #000;
    padding: 15px;
    position: relative;
    display: inline-block;
    border-radius: 15px;
}

    .vid-youtube iframe {
        width: 100%;
        height: 610px;
        float: left;
    }

.link-btn-vid {
    float: right;
    width: auto; /*background: rgba(0,0,0,0.5);*/
    transition: all 0.5s;
    text-align: right;
    padding: 15px 0 0 0px;
    position: relative;
}

.plyr--video {
    margin: 0px !important;
}

.link-btn-vid li {
    float: left;
    width: auto;
    display: inline-block;
}

.link-btn-vid a {
    color: #fff;
    font-size: 20px;
    padding: 6px 10px 0;
    display: inline-block;
}

.bookmark-input-bg {
    width: auto;
    float: left;
    bottom: -54px;
    position: absolute;
    right: 0;
    background: #fff;
    display: none;
}

.bookmark-input {
    padding: 5px;
    background: rgba(0,0,0,0.5);
    position: relative;
    float: left;
    width: 230px;
    max-width: 100%;
}

    .bookmark-input input {
        width: 100%;
        height: 30px;
        line-height: 30px;
        padding: 0px 10px;
        color: #fff;
        font-size: 15px;
        border: 1px solid #fff;
        background: transparent;
    }

.vid-head {
    float: left;
    width: auto;
    margin: 15px 0 0;
    font-size: 16px;
    color: #fff;
}

.vid-puss-list {
    width: 269px;
    float: none;
    display: inline-block;
    background: #000;
    margin: 0 0 0 10px;
    vertical-align: top;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
    border-radius: 15px 15px 0 0px;
    overflow: auto; /*height:72vh;*/
}

    .vid-puss-list ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        max-height: 692px;
    }

        .vid-puss-list ul li {
            list-style: none;
            float: left;
            padding: 10px;
            border-top: 1px dashed rgba(255,255,255,0.5);
            text-align: left;
            width: 100%;
        }

            .vid-puss-list ul li a {
                color: #fff;
                text-transform: capitalize;
                font-size: 15px;
                cursor: pointer;
            }

    .vid-puss-list h3 {
        font-size: 20px;
        float: left;
        width: 100%;
        margin: 13px 0;
        text-align: left;
        color: #fff;
    }

    .vid-puss-list ul li a span {
        padding: 0 8px 0 0px;
    }
/*.bookmark-input:before {position: absolute; content: "";height: auto;border-right: 14px solid rgba(0,0,0,0.5);border-bottom: 14px solid transparent;right: -7px;transform: rotate(404deg);top: 11px;}*/
.rating-ins fieldset, .rating-dashboard fieldset, .rating-courses fieldset {
    pointer-events: none;
}

.rat-review-courses {
    width: 24%;
    float: none;
    text-align: left;
    display: inline-block;
}

.rat-review-courses-left {
    float: left;
    width: auto;
}

.rat-review-courses-box {
    width: 70px;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #006cb5;
    color: #006cb5;
    font-size: 30px;
}

.rat-review-courses-right {
    float: left;
    width: 60%;
    margin: 4px 0 0 11px;
}

    /*.rat-review-courses-right .rate > label:before {
        font-size: 15px;
    }*/

    .rat-review-courses-right h3 {
        padding: 10px 10px 0 0;
        width: auto;
        margin: 10px 0 0 0;
        font-size: 17px;
        position: relative;
    }

        .rat-review-courses-right h3::before {
            position: absolute;
            top: 0px;
            content: "";
            width: 50px;
            border-top: 2px solid #333;
            left: 0px;
        }

    /*.rat-review-courses-right .rate {
        padding: 0px;
    }*/

    .rat-review-courses-right a {
        font-size: 23px;
        font-weight: 600;
        color: #686f7a;
        font-family: 'Open Sans', sans-serif;
        display: inline-block;
        width: 100%;
        margin-left: 10px;
    }

.vid-rating-view {
    margin: -4px 0 0 11px;
}

.blockchin-tech-box {
    padding: 15px 0;
    text-align: center;
    background: #fff;
    margin: 15px 0 39px;
}

/*popup main*/
.popup-middle-bg {
    position: fixed;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    height: 100%;
    width: 100%;
}

.popup-middle {
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
}

.popup-middle-ctn {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.popup-content-list {
    width: 96%;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    background: none;
    max-width: 100%;
}

.popup-content-box {
    width: 20%;
    display: inline-block;
    background: #FFF;
    margin: 0px 15px 15px;
    border-radius: 10px;
    vertical-align: top;
}

.popup-img-top {
    width: 100%;
    float: left;
}

    .popup-img-top img {
        border-radius: 10px 10px 0 0;
    }

.popup-middle-bg button.close, .popup-middle-bg button.close:hover, .popup-middle-bg button.close:focus {
    position: absolute;
    right: 46.5%;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    bottom: -40px;
    font-family: 'Open Sans', sans-serif;
    background: #1852a0;
    padding: 0px 40px;
    border-radius: 5px;
    height: 36px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

.popup-middle-text {
    display: inline-block;
    width: 100%;
    min-height: 240px;
    margin: 30px 0 0 0;
    padding: 0 10px 20px;
    text-align: center;
}

.subscript-btn, .subscript-btn:hover, .subscript-btn:focus {
    display: inline-block;
    padding: 0 40px;
    line-height: 36px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    background: #1852a0;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-radius: 5px;
    margin: 23px 0 0;
}

.popup-middle-text p {
    color: #6f7984;
    font-size: 16px;
    margin: 15px 0 0 0;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}
/*====================================================================================Add New Design CSS ====================================================================================*/
.welcomewrapper {
    width: 100%;
    float: left;
    text-align: center;
}

.welcomebox {
    display: inline-block;
    vertical-align: top;
    padding: 50px 0 60px;
    text-align: left;
}

.welcomevideo {
    float: left;
    width: 48%;
    padding: 0 30px 0 0;
}

.welcomecontent {
    /* float: left;
   padding: 30px 0 0 34px;*/
    width: 47%;
    float: right;
}

    .welcomecontent h2 {
        font-family: Georgia;
        color: #242321;
        font-size: 48px;
        font-weight: bold;
        margin: 0 0 18px;
    }

        .welcomecontent h2 span {
            display: block;
            color: #006CB6;
        }

    .welcomecontent p {
        color: #242321;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        margin: 0;
    }

        .welcomecontent p span {
            display: block;
        }

    .welcomecontent h3 {
        color: #006CB6;
        font-size: 16px;
        line-height: normal;
        font-weight: 700;
        margin: 20px 0 25px;
    }

.slider {
    width: 100%;
    float: left;
    clear: both;
    padding: 30px 0 0px;
    background-color: #F0F4F9;
}

    .slider i {
        padding-right: 5%;
    }

    .slider img {
        padding-bottom: 3%;
    }

.toptitle {
    color: #242321;
    font-size: 48px;
    line-height: normal;
    font-weight: bold;
    margin: 20px 0 40px;
    font-family: Georgia;
    text-align: center;
}

    .toptitle span {
        color: #006CB6;
    }

.newswrapper {
    width: 100%;
    float: left;
    clear: both;
    padding: 35px 0 40px;
}

.newscontent {
    float: left;
    width: 47%;
}

    .newscontent h2 {
        font-family: Georgia;
        color: #242321;
        font-size: 48px;
        font-weight: bold;
        margin: 0 0 18px;
    }

        .newscontent h2 span {
            color: #006CB6;
        }

.newscontentbox {
    background-color: #fff;
    width: 95%;
    float: left;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    padding: 15px 20px;
    border-radius: 5px;
    position: relative;
    margin: 0 0 15px 5px;
}

    .newscontentbox p {
        color: #212529;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        margin: 0;
    }

    .newscontentbox h3 {
        color: #006CB6;
        font-size: 18px;
        line-height: normal;
        font-weight: 600;
        margin: 0 0 10px;
    }

    .newscontentbox p span {
        display: block;
    }

.newsdate {
    color: #242321;
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
    position: absolute;
    left: auto;
    top: 10px;
    right: 15px;
}

.categorycontent {
    float: left;
    width: 100%;
    /* padding: 8px 0 0;*/
}

.box {
    display: inline-block;
    width: 100%;
    max-width: 173px;
    min-height: 159px;
    text-align: center;
}

    .box p {
        color: black;
        padding: 5px;
        text-align: center;
    }

.shad {
    height: 100px;
    width: 100px;
    margin: auto;
    padding: 5px;
}

    .shad:hover {
        border: 3px solid #006cb6;
        border-radius: 5%;
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    }

    .shad:after {
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    }

.effect {
    border-radius: 5%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    background: transparent;
}

    .effect :hover {
        border-radius: 5%;
        box-shadow: 0 0px 0px rgba(0,0,0,0.0);
        background: transparent;
    }

.courcewrapper {
    width: 100%;
    float: left;
    clear: both;
    padding: 30px 0 55px;
    background-color: #F0F4F9;
}

.pagewrap .courcewrapper .container {
    max-width: 1230px;
}


.pagewrap .container {
    width: 100%;
    max-width: 1200px;
    position: relative;
}

.coursecontent {
    /*width: 106%;*/
    width: 100%;
    float: left;
    clear: both;
}


.coursebox {
    background-color: white;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    text-align: left;
    width: 100%;
    max-width: 275px;
    min-height: 396px;
    margin: 0 9px 28px;
    box-shadow: 0 2px 4px 2px rgba(0,0,0,.1);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.courseoverlay {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;  
       
}
    /*.curoverlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}*/

    .courseoverlay .curoverlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        width: 0;
        height: 100%;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        background:rgba(0, 0, 0, 0.7);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db195e', endColorstr='#942474',GradientType=0 );
        z-index: 1;
    }

.curoverlay p {
    color: #f9a300;
    text-align: center;
    top: 50%;
    position: relative;
    font-size:30px;
}

.courseoverlay:hover .curoverlay {
    /*-webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;*/
    width: 100%;
    /*opacity: 1;*/
}


.courseimage {
    width: 100%;
    float: left;
    clear: both;
}

.filter-price {
    position: absolute;
    border-top: 27px solid #2276b8;
    border-right: 17px solid transparent;
    color: #fff;
    line-height: 17px;
    padding: 0 10px;
    font-size: 12px;
    background-repeat: no-repeat;
    font-family: 'Open Sans', sans-serif;
    width: auto;
    margin-top: -160px;
}

.coursedetails {
    width: 100%;
    float: left;
    clear: both;
    padding: 10px 15px 18px;
}

    .coursedetails h3 {
        color: #006CB6;
        font-size: 17px;
        font-weight: 700;
        margin: 0 0 7px;
        line-height: 24px;
        min-height: 48px;
    }

        .coursedetails h3 span {
            display: block;
        }

    .coursedetails p {
        color: #757575;
        font-size: 13px;
        font-weight: 400;
        margin: 0 0 31px;
        text-align: center;
    }

.filter-course {
    padding: 4px 8px;
    font-size: 13px;
    letter-spacing: 1.5px;
    background-color: #e8f0fc;
    color: #000;
    font-weight: 500;
    margin-right: 8px;
    max-width: 274px;
    margin-right: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    text-align: left;
}

.reviewbox {
    clear: both;
    padding: 0 0 10px;
}

    .reviewbox span {
        color: #757575;
        font-size: 14px;
        font-weight: 400;
        /*display: inline-block;*/
        vertical-align: middle;
    }

    .reviewbox i {
        display: inline-block;
        vertical-align: middle;
        margin-left: 2px;
    }

.rate {
    float: left;
    /* height: 25px;*/
    padding: 0 10px;
}

    .rate:not(:checked) > input {
        position: absolute;
        top: -9999px;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 15px;
        color: #ccc;
    }

        .rate:not(:checked) > label:before {
            content: '★ ';
        }

    .rate > input:checked ~ label {
        color: #ffc700;
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #deb217;
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #c59b08;
    }

  /*.enrollwrap {
    float: left;
    width: 100%;
    padding: 15px;  
}*/

.enrollbtn {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #006CB6;
    padding: 12px 10px 0 30px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    max-width: 183px;
    min-height: 44px;
}

    .enrollbtn:hover, .enrollbtn:focus {
        background: #F9A300;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        color: #fff;
    }

.enrollicon {
    float: left;
    margin: 0 0 0 12px;
    cursor: pointer;
}

    

               





/*.large-font {
    font-size: xxx-large;
}*/

/*.top-20 {
    position: relative;
    top: -2vh;
    height: 42px;
}*/

/*ion-icon.active {
    .large-font;

{
    font-size: xxx-large;
}

.top-20 {
    position: relative;
    top: -2vh;
    height: 42px;
}

ion-icon.active {
    animation: like 0.5s 1;
    fill: red;
    stroke: none;
}

ion-icon {
    fill: transparent;
    stroke: #3e3f40;
    stroke-width: 15;
    transition: all 0.5s;
}*/


@-webkit-keyframes like {
    0% {
        transform: scale(1);
    }

    90% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.1);
    }
}

@media only screen and (max-width: 1629px) {
    .sliderwrap .carousel-control.left {
        left: 10px;
    }

    .sliderwrap .carousel-control.right {
        right: 10px;
    }

    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -50px;
    }

    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -50px;
    }

    .slider-img img {
        min-height: 500px;
    }

    .courses-list-slider .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -45px;
    }
    /*search box*/
    .search-inline {
        width: 30%;
    }
}

@media only screen and (max-width: 1349px) {
    .sliderwrap .carousel-control {
        height: 40px;
        top: auto;
        left: 47% !important;
        width: 40px;
        line-height: 34px;
        font-size: 26px;
        bottom: 15px;
        border: 2px solid #2c2f33;
    }

        .sliderwrap .carousel-control.right {
            margin: 0 0 0 50px;
        }

    .popularcourse {
        padding: 0 0 30px;
    }

    .owl-theme .owl-controls .owl-buttons > div {
        height: 40px;
        top: auto !important;
        left: 47% !important;
        bottom: -10px;
    }

    .owl-theme .owl-controls .owl-buttons .owl-next {
        margin: 0 0 0 50px;
    }

    .courses-deetail-bg {
        width: 99%;
    }

    .owl-carousel .owl-item {
        float: none;
        display: inline-block;
        text-align: center;
    }

    .slider-courses-coontent-bg .populartitle {
        padding: 0 0 0 15px;
        font-size: 20px;
    }

    .slider-courses-coontent-bg .owl-theme .owl-controls .owl-buttons > div {
        bottom: -48px;
    }

    .courses-list-pagnation .pagination-login ul li {
        margin: 80px 7px 30px;
    }



    .course-search-info {
        padding: 20px 15px;
    }

    .bd-example {
        float: none;
        width: 98%;
        margin: 0 auto;
    }

    .course-dashboard-banner {
        padding: 0 15px;
    }
    /*search box*/
    .search-inline {
        width: 34%;
    }
}

@media only screen and (max-width: 1229px) {
    .login-details ul li {
        padding: 0 15px;
    }

    .pagination-login ul li {
        padding: 0px;
    }

    .sitelogo {
        width: 18%;
        padding: 24px 0 0 0;
    }

    .headerigth {
        width: 82%;
    }

    .categorynav {
        padding: 46px 0 0 28px;
    }

    .headermenu {
        padding: 34px 0 0 20px;
    }

        .headermenu .navbar-inverse .navbar-nav > li {
            margin-left: 18px;
        }

    .signupwraper {
        margin: 26px 0 0;
    }

    .headerwrapper {
        min-height: 90px;
    }

    .langdrp {
        bottom: -44px;
    }

    .sliderwrap .carousel-caption img {
        width: 390px;
    }

    .slideleft {
        top: 70px;
        max-width: 540px;
        padding: 0 34px 30px 30px;
    }

    .contopbox {
        float: none !important;
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px 10px;
    }

        .contopbox h2 {
            font-size: 20px;
        }

    .contopbox {
        font-size: 15px;
        background-size: 50px !important;
        padding-left: 64px;
    }

        .contopbox.contopbox03 {
            padding-top: 12px;
        }

    .welcomeleft h1 {
        font-size: 28px;
        letter-spacing: normal;
        margin: 16px 0 9px;
    }

        .welcomeleft h1 span, .welcomeleft h1 i {
            font-size: 38px;
        }

    .welcomeleft p {
        font-size: 15px;
        line-height: 20px;
    }

    .slideleft p {
        color: #333333;
        font-size: 17px;
        line-height: 23px;
        font-weight: 400;
        margin: 0;
        padding: 5px 0 20px 0;
    }

    .slideleft h3 {
        font-size: 32px;
        margin: 20px 0 0;
        padding: 0;
    }

        .slideleft h3:before {
            left: -30px;
        }

    .learninput input[type="text"] {
        font-size: 16px;
        height: 50px;
        padding: 0 0 0 15px;
    }

    .readmore a {
        font-size: 14px;
        padding: 10px 30px;
    }

    .readmore {
        padding: 0;
    }

    .populartitle {
        font-size: 22px;
    }

    a.viewcources {
        font-size: 15px;
    }

    .filterby {
        padding: 0 15px 0 0;
    }

        .filterby select {
            background-position: 95% 14px;
            font-size: 13px;
            height: 38px;
            width: 240px;
            padding-left: 6px;
        }

    .filterbywrap {
        padding: 50px 0 0;
    }

    .sliderwrap .item {
        min-height: 430px;
    }

    .servicetopbox {
        padding: 20px 50px;
    }

        .servicetopbox:before {
            left: 0;
        }

        .servicetopbox span {
            font-size: 30px;
            padding: 0 0 5px;
        }

        .servicetopbox p {
            font-size: 14px;
        }

    .servicetopwrap {
        padding: 20px 0;
    }

    .courseboxwrap {
        padding: 40px 0 15px;
    }
    /*.coursebox {
            margin: 0 0 20px;
        }*/
    /*.coursebox h2 {
                padding: 0 0 0 16px;
                font-size: 16px;
            }*/
    .tstmnlcntinn p {
        font-size: 14px;
        line-height: 20px;
    }

    .tstmnlcntinn p {
        font-size: 14px;
        line-height: 20px;
    }

    .testimnlframe {
        padding: 20px 10px 10px 20px;
    }

    .tstmnlimg {
        width: 82px;
    }

    .newsboxtitle {
        font-size: 20px;
    }

    .footerabout {
        width: 44%;
        padding: 23px 10px 15px 20px;
    }

    .footermenu {
        width: 56%;
        padding: 0 10px;
    }

    .footerabout p {
        font-size: 15px;
        line-height: 21px;
    }

        .footerabout p:before {
            left: -20px;
        }

    .footermenu ul li a {
        font-size: 14px;
    }

    .footermenu ul li {
        padding: 0 5px;
    }

    .copyright {
        padding: 11px 0 10px 130px;
        background-size: 120px;
    }

        .copyright p {
            font-size: 14px;
            padding: 6px 0 5px 10px;
        }

    .footersocial {
        padding: 0 20px;
    }

    .footermenu p {
        font-size: 14px;
        margin: 20px 0 0;
    }

    .footersocial ul li {
        padding: 0 0 0 6px;
    }

    .footermenu ul {
        padding: 50px 0 20px;
    }

    .sliderwrap .carousel-caption img {
        width: 430px;
    }
    /*courses details page*/
    .banner-details h2 {
        font-size: 23px;
    }

    .banner-details h5 {
        margin: 2px 0 0 0;
    }

    .what-will-content ul li {
        font-size: 14px;
        margin: 0 0 12px 0px;
        line-height: 20px;
    }

        .what-will-content ul li span {
            margin: 0 7px 5px 0px;
            float: left;
        }

    .about-courses .review-star-bg {
        width: 21%;
    }

    .average-progress-bar .progress {
        width: 264px;
    }

    .average-content-right {
        width: 62%;
    }

    .average-content-left {
        padding: 0 23px 0 0px;
    }

    .content-left-about {
        width: 211px;
    }

    .review-detail-content {
        margin: 39px 0 0 0;
    }

    .rating-average-bg {
        padding: 10px 0 0 38px;
    }

    .review-detial {
        width: 62%;
    }

    .students-courses-content .head-courses h3 {
        padding: 20px 0 0 0;
        font-size: 15px;
    }

    .students-courses-box {
        width: 31%;
        margin: 20px 15px 0 0px;
    }

        .students-courses-box ul li:nth-child(2) {
            margin: 0 20px;
        }

        .students-courses-box ul li {
            font-size: 12px;
        }

            .students-courses-box ul li span {
                font-size: 12px;
                margin: 0 6px 0 0px;
            }

        .students-courses-box h2 {
            min-height: 58px;
        }

    .Frequently-list h5 {
        font-size: 13px;
    }

    .Frequently-list h4 {
        padding: 0 0 0 8px;
        font-size: 12px;
    }

    .Frequently-list .review-star {
        font-size: 12px;
    }
    /*login deatial*/
    .login-details .review-detial {
        width: 44%;
    }

    .review-detial p {
        font-size: 14px;
    }

    .login-details .review-star-bg h3 {
        font-size: 17px;
    }

        .login-details .review-star-bg h3::after {
            font-size: 17px;
        }

    .login-details .review-star-bg h4 {
        font-size: 16px;
    }

    .login-details .review-star {
        font-size: 14px;
    }

    .login-details .review-star-bg p {
        font-size: 13px;
    }

    .pagination-login ul li {
        margin: 20px 4px;
    }

        .pagination-login ul li a {
            font-size: 15px;
        }

    .slider-img img {
        min-height: 432px;
    }

    .banner-details, .banner_img img {
        height: 115px;
        object-fit: cover;
        width: 100%;
    }

    .filter-content-bg {
        padding: 25px 15px;
    }

    .filter-product {
        padding: 0 15px;
    }
    /*profile page*/
    .instructor-bg {
        width: auto;
        margin: 0 18px 0 0;
    }

    .edit-profile-bg {
        text-align: center;
    }

        .edit-profile-bg .bhoechie-tab-container {
            float: none;
            width: 97%;
            display: inline-block;
        }

    .list-group-item {
        text-align: left;
        font-size: 13px;
    }

    .login_header .headermenu {
        padding: 34px 0 15px 0;
        float: right;
    }

    .login_header .categorynav {
        padding: 46px 0 0 28px;
    }

    .user-avatar1 {
        width: 90px;
        height: 90px;
    }

    .edit-profile-bg .bhoechie-tab {
        text-align: left;
    }

    .social-link label {
        padding: 0 0 0 8px;
        font-size: 13px;
    }

    .manage-from {
        width: 88%;
    }

    .client-content .client-list a {
        line-height: 34px;
        height: 34px;
        padding: 0px 20px;
    }

    .profile-user-name {
        width: 46%;
    }

    .profile-user-bg h3 {
        font-size: 12px;
    }

    .email-account-text, .manage-from .form-group input, .manage-from .form-group select {
        font-size: 13px;
    }

    .close-account ul li a {
        font-size: 14px;
    }
    /*courses reating*/
    .dashboard-progress-bar {
        margin: 37px 0 0 0;
    }

    .introductory-courses > small {
        width: 86%;
    }

    .course-search-info-lft .form-group input {
        height: 40px;
    }

    .course-search-info-lft button {
        font-size: 15px;
        height: 40px;
    }

    .card-header h4 {
        font-size: 16px;
        margin: 15px 0 5px;
    }

    .course-search-info-rgt ul li a {
        font-size: 14px;
    }

    .recent-box {
        margin: 0 9px;
    }

    .recent-questions p {
        width: 85%;
        font-size: 15px;
        line-height: 23px;
        padding: 8px 15px 0;
    }

    .qa-search-bar .form-group {
        width: 75%;
    }

    .filters__order {
        padding: 0 15px;
    }

    .recent-questions {
        padding: 15px 15px 10px 15px;
        box-sizing: border-box;
    }
    /* star rating page */
    .star-rating {
        width: 70%;
    }
    /*my courses */
    .my-courses-box {
        text-align: center;
    }

        .my-courses-box ul {
            display: inline-block;
            width: 90%;
            float: none;
        }

            .my-courses-box ul li {
                text-align: left;
                margin: 0px 11px 22px;
                width: 30%;
            }

    .vid-youtube iframe {
        height: 340px;
    }
    /*search head*/
    .search-inline {
        top: 70px;
        width: 42%;
    }
    /*27-04-22 new css*/
    .welcomebox {
        padding: 20px 15px 20px;
    }

    .welcomevideo {
        width: 40%;
    }

    .welcomecontent {
        width: 60%;
        padding: 20px 0 0 34px;
    }

        .welcomecontent h2 {
            font-size: 40px;
        }

        .welcomecontent p {
            font-size: 14px;
            line-height: 22px;
        }

        .welcomecontent h3 {
            font-size: 15px;
            margin: 10px 0 15px;
        }

    .toptitle {
        font-size: 40px;
        margin: 20px 0 37px;
    }

    .newswrapper {
        padding: 70px 15px 30px;
    }

    .newscontent h2 {
        font-size: 45px;
    }

    .newscontentbox h3 {
        font-size: 16px;
    }

    .newscontentbox p {
        font-size: 14px;
        line-height: 20px;
    }

    .courcewrapper {
        padding: 0 0 50px;
    }



    .filter-course {
        max-width: 300px;
    }
    /*27-04-22 new css*/
}

@media only screen and (max-width:1207px) {
    .login_header .headermenu {
        padding: 0px 0 15px 0;
        float: right;
    }
}

@media only screen and (max-width: 991px) {
    .headerigth {
        /*width: 235%;*/
        width: 100%;
        float: left;
    }

    .sitelogo {
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }

        .sitelogo a {
            width: 200px;
            float: none;
            display: inline-block;
        }

    .categorynav {
        padding: 20px 0 0;
    }

    .headermenu {
        padding: 7px 0 0 15px;
    }

    .signupwraper {
        margin: 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 15px;
    }

    .langdrp {
        bottom: -40px;
    }

    .welcomeleft h1 {
        font-size: 26px;
    }

        .welcomeleft h1 span, .welcomeleft h1 i {
            font-size: 36px;
        }

    .welcomeleft p {
        font-size: 14px;
        line-height: 18px;
    }

    .populartitle {
        font-size: 22px;
        width: 100%;
        text-align: center;
    }

    .filterbywrap {
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }

    .servicetopbox {
        padding: 20px 30px;
    }
    /*.coursebox {
            margin: 0 0 10px;
        }*/
    /*.coursebox h2 {
                font-size: 13px;
                padding: 0 0 0 6px;
                height: 60px;
            }*/
    /*.coursebox span img {
                max-width: 33px;
            }*/
    /*.coursebox span {
                height: 60px;
                width: 60px;
            }*/
    .custname {
        font-size: 13px;
        line-height: 20px;
    }

    .footermenu ul li {
        padding: 0 5px 5px;
    }

    .footermenu ul {
        padding: 40px 0 10px;
    }

    .footerabout p {
        font-size: 14px;
        line-height: 20px;
    }

    .copyright, .footersocial, .poweredby {
        display: inline-block;
        float: none;
        margin: 0;
        vertical-align: middle;
    }

    .copyright {
        padding: 11px 10px 10px 130px;
    }

    .poweredby {
        padding: 10px;
    }

    .testimnlswrap {
        padding: 45px 20px 0 0;
    }
    /*.newsbox {
            padding: 20px 14px 10px 20px;
        }*/
    .newsboxcont p {
        font-size: 12px;
        line-height: 16px;
    }

    .tstmnlimg {
        width: 70px;
    }

    .testimonialbox h3 {
        font-size: 20px;
        margin: 0 0 14px;
        padding: 0 0 0 45px;
    }

    .tstmnlcntinn p {
        font-size: 13px;
        line-height: 18px;
    }

    .testimnlswrap {
        padding: 40px 20px 0 0;
    }

    .sitelogo a {
        width: 190px;
    }
    /*courses-detail-page*/
    .preview-courses-right {
        width: 100%;
    }

    .head-courses h3 {
        padding: 0 0 15px 0;
        font-size: 15px;
    }

    .preview-courses-left {
        width: 43%;
        margin: 0 0 20px 0;
    }

    .review-detial h5 {
        font-size: 14px;
    }

    .review-detial p, .description-courses p {
        font-size: 14px;
    }

    .requirement-content h4 {
        font-size: 15px;
    }

    .requirement-content ul {
        padding: 15px 0 0 55px;
    }

    .accordion-content {
        margin: 0 0 18px 0px;
    }

    .requirement-content ul li {
        margin: 0 0 8px 0px;
        font-size: 15px;
    }

        .requirement-content ul li span {
            font-size: 14px;
        }
    /*login details*/
    .review-img {
        margin: 0 15px 0 0;
    }

    .login-details .review-detial {
        width: 42%;
    }

    .login-details .review-star-bg h3 {
        margin: 20px 0 0 0;
    }

    .slider-courses-coontent-bg .populartitle {
        text-align: left;
    }

    .coursecart button {
        padding: 0 47px;
    }
    /*profile page*/
    .login_header .categorynav {
        padding: 43px 0 0 100px;
    }

    .edit-profile-bg .bhoechie-tab {
        width: 75%;
    }

    .edit-profile-bg .bhoechie-tab-menu {
        width: 25%;
    }

    .manage-from {
        width: 96%;
        margin: 0 auto;
        float: none;
    }

    .courses-list .courses-list-slider {
        text-align: center;
    }

    .filter-sidebar-notice {
        width: 100%;
    }

    .filter-product ul {
        width: 100%;
    }

    .courses-list .slider-courses-coontent-bg .populartitle {
        text-align: center;
        padding: 0px;
    }

    .profile-user-name {
        width: 100%;
    }

    .profile-user-bg h3 {
        font-size: 13px;
        margin: 0 0 10px 0px;
    }

    .user-avatar1 {
        float: none;
        margin: 15px auto 15px;
    }

    .manage-from .form-group > label {
        width: 100%;
        text-align: left;
        padding: 0 0 0 10px;
        line-height: 30px;
    }

    .manage-from .form-group {
        margin: 15px 0 0 0;
    }

        .manage-from .form-group .manage-input {
            width: 100%;
        }

        .manage-from .form-group input, .manage-from .form-group select {
            height: 40px;
            line-height: 40px;
        }

            .manage-from .form-group input[type="submit"] {
                margin: 0 0 20px 0px;
            }
    /*courses rating page*/
    .course-dashboard-info h3 {
        font-size: 21px;
        padding: 10px 0 0 0px;
    }

    .dashboard-progress-bar {
        margin: 19px 0 0 0;
    }

    .course-search-info-lft {
        width: 33%;
    }

    .introductory-courses > small {
        width: 80%;
    }

    .recent-box {
        width: 47%;
        margin: 0 10px;
    }

    .recent-questions p {
        width: 84%;
    }

    .course-overview-content .overview-courses:nth-child(6) h4 {
        margin: 20px 0 15px 0;
    }

    .overview-courses h4 {
        font-size: 19px;
    }

    .introduction-list {
        margin: 15px 0 0 0px;
    }

    .qa-search-bar .form-group {
        width: 67%;
    }

    .showResponses-detail {
        width: 84%;
    }

    .showResponses {
        width: 68px;
    }

    .announcements-detail {
        padding: 0 28px 0 0px;
    }

    .instructor-info span img {
        width: 60px;
        height: 60px;
    }

    .instructor-info {
        font-size: 15px;
        margin: 15px 0 0 0;
    }

    .course-dashboard-vid .play-iocn-course {
        padding: 37px 0 0 0;
    }
    /*star rating page*/
    .star-rating {
        width: 90%;
    }

    .rating-coontent h3 {
        font-size: 21px;
        line-height: 30px;
        margin: 0 0 15px 0px;
    }

    .star-content h6 {
        line-height: 22px;
        font-size: 17px;
    }
    /*profile page new*/
    .information-from-head h2 {
        font-size: 19px;
    }

    .information-from-head p {
        font-size: 14px;
    }

    .information-from input, .information-from select {
        height: 35px;
        line-height: 35px;
    }

    .information-input-half {
        margin: 0px 9px 15px 0px;
    }

    .information-from {
        margin: 20px 0 0;
    }

    .text-muted {
        font-size: 12px;
    }

    .img-change {
        height: 105px;
        width: 105px;
    }

    .img-change-middle h5 {
        font-size: 14px;
    }

    .box-input label {
        font-size: 13px;
    }

    .user-profile-left ul li {
        line-height: 35px;
        padding: 0 0 0 35px;
    }

        .user-profile-left ul li a {
            font-size: 14px;
        }
    /*my courses*/
    .courses-filter-box {
        width: 31%;
        margin: 0 8px;
    }

    .courses-filter-lft {
        width: 100%;
    }

    .courses-filter-selet {
        width: 100%;
    }

    .courses-filter-box label {
        height: 30px;
    }

    .courses-filter-lft ul {
        display: none;
    }

    .courses-filter-rgt {
        width: 97%;
        margin: 13px 13px;
    }

    .my-courses-box ul {
        width: 100%;
    }

    .filter-dit h3 {
        font-size: 15px;
    }

    .courses-filter-content {
        margin: 30px 0 0 0px;
    }

    .vid-puss-list {
        width: 219px;
    }

    .introductory-courses > small {
        width: 73%;
    }

    .rat-review-courses-box {
        font-size: 19px;
        height: 50px;
        width: 50px;
    }
    /*.rat-review-courses-right .rate > label:before {
            margin: 0 3px;
        }*/
    .rat-review-courses-right a {
        font-size: 17px;
    }

    .rat-review-courses-right h3 {
        padding: 10px 0 0 0px;
        font-size: 14px;
        margin: 2px 0 0 0px;
    }
    /*.rat-review-courses-right .rate > label {
            margin: 3px 0 0;
        }*/
    /*search box*/
    .search-head {
        margin: 3px 20px 0 0px;
    }

    .search-inline {
        top: 121px;
        width: 50%;
    }
    /*27-04-22 new css*/
    /*.welcomebox {
            padding: 50px 15px 30px;
        }*/
    .welcomebox {
        padding: 10px 5px 10px;
    }

    .welcomevideo {
        width: 100%;
        padding: 0;
    }

    .videoplay {
        width: 100%;
        left: 0;
        right: 0;
        cursor: pointer;
        height: 250px;
        margin-top: 0;
    }

    .welcomecontent {
        width: 100%;
        padding: 20px 0 10px;
        text-align: left;
    }

        .welcomecontent h2 {
            font-size: 34px;
            margin: 0 0 12px;
        }

        .welcomecontent p {
            font-size: 12px;
            line-height: 20px;
        }

        .welcomecontent h2 span {
            display: inline;
        }

    .toptitle {
        font-size: 34px;
        margin: 20px 0 30px;
    }

    .newswrapper {
        padding: 50px 15px 0;
    }

    .newscontent h2 {
        font-size: 40px;
    }

    .courcewrapper {
        padding: 0 0 40px;
    }

    .coursebox {
        max-width: 350px;
        min-height: 410px;
        margin: 40px 5px 15px;
    }

    .footertop {
        min-height: 10px;
    }

    .sliderwrap .item {
        min-height: 10px;
    }

    .slider-img img {
        min-height: 10px;
    }

    .box {
        max-width: 155px;
        min-height: 155px;
    }
    /*27-04-22 new css*/
}

@media only screen and (max-width: 895px) {
    .login_header .categorynav {
        padding: 10px 0 0 100px;
    }
}

@media (min-width: 768px) {
    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

@media only screen and (max-width: 767px) {

    .sitelogo {
        padding: 20px 0 14px;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #dcdcdc;
    }

    .sliderwrap .carousel-caption {
        display: none;
    }


    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #dfdfdf;
        padding: 2px 0;
        text-align: center;
        display: block;
    }

    .headermenu .dropdown-submenu > a.dropdown-toggle {
        color: #fdd600 !important;
    }

    .headermenu .dropdown-menu > li > a {
        padding: 3px !important;
    }

    .dropdown-submenu > a:after {
        display: inline-block !important;
        margin: 0 !important;
        right: 0px;
        line-height: 17px;
        position: relative;
        border-color: #fdd600 transparent transparent transparent !important;
        border-width: 4px !important;
    }

    .welcomeleft {
        width: 100%;
        float: left;
        padding: 0 0 20px;
    }

    .welcomeright {
        width: 100%;
        float: right;
        background: url("../images/videobanner.jpg") no-repeat center top;
        min-height: 300px;
        position: relative;
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
    }

    .welcomeright {
        width: 100%;
        float: left;
        background-size: cover;
    }

    .servicetopbox {
        padding: 20px;
    }

    .testimnlswrap {
        padding: 30px 0 0;
        width: 100%;
        margin: 0 0 30px;
    }
    /*.coursebox {
            margin: 0 0 18px;
        }*/
    /*.newsbox {
            width: 100%;
            float: left;
        }*/
    /*.footerabout {
        width: 168%;
    }*/

    .footermenu {
        width: 100%;
        padding: 0 0 20px;
    }

        .footermenu ul {
            padding: 20px 0 10px;
        }

        .footermenu p {
            margin: 18px 0 0;
        }

    .itsfree {
        width: 120px;
    }

    .categorynav .dropdown-menu {
        background-color: #fff !important;
    }

    .categorynav a.categorytitle {
        bottom: 60px;
    }

    .categorynav {
        padding: 60px 0 0;
        position: absolute;
        left: 0;
        top: 78px;
        left: 15px;
    }

    .headerwrapper {
        min-height: 130px;
    }

    .headerigth {
        margin: 0 0 -40px;
    }

    .langdrp {
        bottom: -93px;
    }
    /* leftmenu start */
    .headermenu {
        position: absolute;
        width: auto;
        top: 0;
        left: 0;
    }

        .headermenu .navbar-inverse .navbar-nav > li {
            margin-left: 0;
        }

        .headermenu .fixedbtn {
            position: absolute;
            top: -40px;
            left: 0;
            z-index: 1030;
        }

    .fixedbtn.topfixedicon {
        position: fixed !important;
        top: 0;
        left: 0;
    }

    .menufixed .navbar-toggle {
        background-color: #5f5f5f;
        border-color: #9f9f9f;
        margin: 7px;
        padding: 6px;
        position: relative;
        top: 0;
        z-index: 99999;
    }

        .menufixed .navbar-toggle .icon-bar {
            background: #fff;
        }

    .headermenu .navbar-inverse .navbar-nav {
        margin: 0;
        float: left;
        width: 100%;
    }

    .headermenu .navbar-inverse .navbar-toggle:focus,
    .headermenu .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }

    .headermenu .navbar-inverse .navbar-toggle {
        border-color: transparent;
        margin: 0 10px 0 0;
    }

    .headermenu .navbar-inverse .container-fluid {
        padding: 0 15px;
        text-align: center;
        background: #3e3e3e;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 12px;
        padding: 3px 10px;
        color: #3e3e3e;
        margin-bottom: 1px;
    }

    .menufixed .navbar-toggle .icon-bar {
        background: #fff;
    }

    .headermenu .navbar-inverse {
        background-color: rgba(247,244,244,0.95);
        box-shadow: 0 0 5px #B0B0B0;
    }

        .headermenu .navbar-inverse .navbar-nav > .active > a, .headermenu .navbar-inverse .navbar-nav > .active > a:focus, .headermenu .navbar-inverse .navbar-nav > .active > a:hover, .headermenu .navbar-inverse .navbar-nav > li > a:hover {
            background: transparent;
            color: #1852a0;
            border: none;
        }

        .headermenu .navbar-inverse .navbar-collapse {
            border: none !important;
        }

    .headermenu .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }

        .headermenu .side-collapse-container.out {
            left: 200px;
        }

    .headermenu .side-collapse {
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        position: fixed;
        overflow: hidden;
        transition: width .4s;
        padding-top: 80px;
        z-index: 9999;
    }

        .headermenu .side-collapse.in {
            width: 0;
        }

    .sliderwrap .carousel-control {
        position: absolute;
        text-align: center;
    }

    .carousel-fade .carousel-inner .item {
        display: none;
    }

    .carousel-fade .carousel-inner .active {
        display: block;
    }
    /* leftmenu end */
    /*login style*/
    .login-popup .modal-header {
        padding: 15px 15px 9px 14px;
    }

    .login-popup .modal-title {
        font-size: 13px;
    }

    .login-popup .close {
        font-size: 26px;
    }

    .follow-us-iocn ul li a {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

        .follow-us-iocn ul li a span {
            font-size: 17px;
        }

            .follow-us-iocn ul li a span img {
                font-size: 17px;
            }

    .follow-us-iocn ul li.google-btn a {
        margin-bottom: 19px;
    }

    .login-from input {
        height: 40px;
        font-size: 13px;
        padding: 6px 5px 7px 35px;
    }

    .login-from .email::before {
        top: 12px;
        font-size: 14px;
        left: 11px;
    }

    .login-from .password::before {
        font-size: 18px;
        left: 11px;
        top: 9px;
    }

    .login-from .full-name::before {
        top: 12px;
        font-size: 14px;
    }

    .submit-btn input {
        font-size: 14px;
    }

    .forgot-content h4 {
        font-size: 13px;
        padding: 12px 0;
    }

    .forgot-content p {
        width: 280px;
        font-size: 12px;
    }
    /*courses details page*/
    .review-star {
        font-size: 12px;
        margin: 0 6px 0 0px;
    }

    .review-detial p, .description-courses p {
        font-size: 13px;
    }

    .about-courses .review-star {
        margin: 12px 16px 0 0;
        display: inline-block;
        float: none;
        width: auto;
    }

    .about-courses .review-detial {
        width: 79%;
    }

    .about-courses .review-star-bg {
        text-align: center;
        width: 100%;
    }

    .content-left-about {
        width: 191px;
    }

    .rating-average-bg {
        padding: 10px 0 0 13px;
    }

    .students-courses-box {
        width: 47%;
        margin: 20px 17px 0 0px;
    }

    .preview-courses-right {
        margin: 0 0 32px 0px;
    }

    .banner-details h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .banner-details h5 {
        margin: 0;
        font-size: 11px;
    }
    /*login page*/
    .login-details .review-detial {
        width: 80%;
    }
    /*loogin then page*/
    .login_courses .populartitle {
        margin: 25px 0 12px;
    }

    .login_courses .filterbywrap {
        padding: 0 0 15px;
    }

    .event_left_text {
        width: 70%;
    }

        .event_left_text h4 {
            font-size: 16px;
        }

    .slider-courses-coontent-bg .populartitle {
        margin: 60px 0 12px;
    }

    .courses-list-slider .owl-theme .owl-controls .owl-buttons > div {
        left: 44% !important;
    }
    /*profile page*/
    .login_header .headerigth {
        width: 100%;
        margin: 0;
    }

    .login_header .categorynav {
        padding: 60px 0 0;
    }

    .login_header .headermenu {
        padding: 23px 0 0 15px;
    }

        .login_header .headermenu .navbar-inverse .navbar-nav > li {
            margin-left: 0;
        }

    .edit-profile-bg .bhoechie-tab-menu {
        width: 100%;
    }

    .edit-profile-bg .bhoechie-tab {
        width: 100%;
    }

    .social-link label {
        width: 35%;
    }

    .manage-from .social-link input {
        width: 65%;
    }

    .manage-from .form-group input[type="submit"] {
        height: 38px;
        line-height: 38px;
    }

    .close-account-content {
        min-height: auto;
    }

    .filter-pro-detail {
        width: 80%;
    }

    .list-view span {
        font-size: 13px;
    }

    .fliter-pro-info p {
        font-size: 13px;
        line-height: 20px;
    }

    .filter-box {
        width: 33%;
    }
    /*courses rating page*/
    .course-dashboard-info h3 {
        font-size: 17px;
    }

    .course-dashboard-vid .play-iocn-course {
        font-size: 35px;
        padding: 30px 0 0;
    }
    /*.rating-dashboard{margin: 10px 0 0px;}*/
    .dashboard-progress-bar {
        margin: 10px 0 0 0;
    }

        .dashboard-progress-bar .progress {
            height: 10px !important;
        }

    .dashboard-progress-message {
        font-size: 13px;
    }

    .dashboard-tab-list .nav-tabs > li > a {
        font-size: 14px;
        padding: 12px;
    }

    .recent-box-list {
        float: none;
        margin: 0 auto;
        width: 97%;
    }

    .recent-box {
        width: 100%;
        margin: 0 0 30px;
    }

    .overview-courses p {
        line-height: 23px;
        font-size: 13px;
    }

    .qa-search-bar .form-group {
        width: 59%;
    }

    .course-overview-content h3 {
        font-size: 17px;
    }

    .filter-select {
        width: 100%;
    }

    .showResponses-detail {
        width: 80%;
    }

        .showResponses-detail p {
            padding: 0px;
        }

    .overview-courses h4, .recent-box-detail h4 {
        font-size: 16px;
    }

    .bookmarks-head h3 {
        font-size: 16px;
    }

    .bookmarks-head h2 {
        font-size: 14px;
    }

    .card-header h3 {
        font-size: 14px;
    }

    .card-header h4 {
        font-size: 15px;
    }

    .course-search-info-lft .form-group input {
        font-size: 13px;
    }
    /*star rating page*/
    .rating-list .my-courses-box {
        width: 45%;
    }
    /*profile page new*/
    .user-profile-left {
        height: auto !important;
        padding: 0px;
        width: 100%;
    }

        .user-profile-left ul {
            margin: 0px;
        }

    .user-profile-right {
        width: 100%;
    }

    .profile-detail-content {
        height: auto !important;
    }
    /*my courses*/
    .courses-filter-box {
        width: 30%;
    }

    .my-courses-box ul li {
        width: 46%;
    }

    .become-text {
        display: none;
    }

        .become-text.login-user {
            display: block;
            margin: -41px 0 0 0px;
        }

    .login_header .sitelogo {
        width: 100%;
    }

    .sliderwrap .item {
        min-height: auto;
    }

    /*.slider-img img {
        min-height: 400px;
    }*/
    /*vidoes player popup*/
    .vid-youtube {
        width: 95%;
    }

    .introductory-courses > small {
        width: 67%;
    }

    .vid-puss-list {
        margin: 10px 0 0;
        width: 95%;
    }

    .play-vid {
        overflow: auto;
    }

    .rat-review-courses {
        margin: 0 0 22px;
        width: 48%;
    }

    .dashboard-progress-bar-rgt .dashboard-progress-message.trophy-star-comeplact {
        margin: -38px 0 3px 0px;
    }

    .rat-review-courses-right h3 {
        font-size: 15px;
    }
    /*search box*/
    .search-inline {
        top: 119px;
        width: 85%;
    }
    /*27-04-22 new css*/
    /*.welcomevideo, .welcomecontent {
        width: 160%;
    }*/

    .toptitle {
        font-size: 28px;
        margin: 0 0 20px;
    }

    .newscontent h2 {
        font-size: 34px;
    }

    .courcewrapper {
        padding: 30px 0 30px;
        text-align: center;
    }
    /*27-04-22 new css*/
}

@media only screen and (max-width: 639px) {
    .slideleft {
        top: 0;
        max-width: 100%;
        padding: 0 24px 20px 20px;
        border-radius: 10px;
        position: relative;
        margin: 20px 0;
    }

        .slideleft h3 {
            font-size: 28px;
        }

            .slideleft h3:before {
                left: -20px;
            }

    .itsfree {
        width: 90px;
    }

    .slideleft p {
        font-size: 15px;
        line-height: 21px;
        padding: 5px 0 14px 0;
    }

    .learninput input[type="text"] {
        font-size: 14px;
        height: 45px;
        padding: 0 0 0 14px;
    }

    .learninput input[type="submit"] {
        top: 10px;
        right: 19px;
        height: 22px;
        width: 22px;
    }

    .populartitle {
        font-size: 18px;
    }

    .filterby {
        padding: 0 0 10px;
        width: 100%;
    }

    .coursecont p {
        font-size: 15px;
        line-height: 22px;
    }

    .sliderwrap .carousel-control, .owl-theme .owl-controls .owl-buttons > div {
        left: 42% !important;
    }

    .servicetopbox {
        padding: 20px;
        width: 48%;
    }

        .servicetopbox:before {
            display: none;
        }

    .copyright p {
        font-size: 13px;
        text-align: left;
    }

    .footersocial {
        padding: 0;
        border: none;
    }
    /*login style*/
    .login-content {
        text-align: left;
        float: left;
        width: 100%;
    }
    /*courses detail page*/
    .banner_img img {
        min-height: 90px;
        object-fit: cover;
    }

    .what-will-content ul li {
        font-size: 13px;
    }

    .teb-content ul li {
        margin: 0 25px 0 0px;
    }

        .teb-content ul li a {
            font-size: 13px;
        }

    .review-box {
        position: relative;
    }

    .featured-content .review-star-bg, .review-detail-content .review-star-bg {
        position: absolute;
        right: 0;
    }

    .accordion-content .panel-body p {
        font-size: 13px;
        line-height: 23px;
    }

    .review-detial {
        width: 73%;
    }

    .requirement-content ul li {
        margin: 0 0 8px 0px;
    }

    .about-courses .review-detial {
        width: 100%;
    }

    .content-left-about {
        width: 270px;
    }

    .average-content-left {
        width: 58%;
        margin: 0 auto;
        padding: 0;
        float: none;
    }

    .average-content-right {
        width: 80%;
        margin: 0 auto;
        float: none;
    }

    .students-courses-content {
        text-align: center;
    }

    .course-img img {
        width: 100%;
    }

    .students-courses-box {
        float: none;
        display: inline-block;
        width: 75%;
        margin: 20px 0px 0 0px;
    }

    .preview-courses-left {
        width: 100%;
    }

    .students-courses-btn {
        text-align: center;
    }

    .students-courses-content .head-courses h3 {
        text-align: center;
    }

    .students-courses-box h2 {
        min-height: auto;
    }

    .students-courses-detail {
        min-height: auto;
    }

    .about-courses .review-star {
        margin: 12px 13px 0 0;
    }

    .review-detial {
        margin: 20px 0 0 0;
        width: 100%;
    }

    .login-details .review-detial {
        width: 68%;
    }

        .login-details .review-detial h5 {
            margin: 0;
        }

    .realproject-courses {
        padding: 0 0 0 15px;
    }

    .event_left_text_btn .readmore a {
        padding: 8px 19px;
    }

    .get_team_text p {
        width: 94%;
    }

    .owl-theme .owl-controls .owl-buttons .owl-prev {
        margin-left: -10px;
    }

    .sliderwrap .item {
        min-height: 10px;
    }

    .slider-courses-coontent-bg .populartitle {
        text-align: center;
    }

    .slider-courses-coontent-bg:nth-child(1) .populartitle {
        margin: 30px 0 7px;
    }
    /*profile page*/
    .login_header .categorynav {
        padding: 60px 0 0;
    }

    .instructor-bg {
        display: none;
    }

    .social-link label {
        padding: 0 0 0 8px;
        line-height: 36px;
    }

    .manage-from .form-group input, .manage-from .form-group select, .select-box::after {
        line-height: 36px;
        height: 36px;
    }

    .manage-from .Headline span {
        line-height: 29px;
        font-size: 13px;
        padding: 0 10px;
    }

    .fliter-pro-info {
        width: 100%;
        margin: 0px;
    }

    .filter-reat {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .filter-box {
        width: 100%;
    }
    /*courses rating*/
    .course-dashboard-vid img {
        min-height: 111px;
        object-fit: cover;
    }

    .dashboard-tab-list .nav-tabs > li {
        width: 100%;
    }

        .dashboard-tab-list .nav-tabs > li > a:after {
            border-bottom: 2px solid #006cb5;
        }

    .course-search-info-lft {
        width: 100%;
    }

        .course-search-info-lft .form-group {
            width: 88%;
        }

        .course-search-info-lft button {
            width: 12%;
        }

    .introductory-courses > small {
        width: 64%;
        font-size: 13px;
    }

    .according-checkbox .checkmark {
        height: 20px;
        width: 20px;
    }

        .according-checkbox .checkmark:after {
            left: 6px;
            height: 12px;
            width: 8px;
            top: 2px;
        }

    .qa-search-bar .form-group {
        margin: 0;
        width: 100%;
    }

    .qa-search-bar {
        text-align: center;
        padding: 15px 6px;
        margin: 10px 0px;
    }

        .qa-search-bar span {
            text-align: center;
            line-height: 30px;
            padding: 0;
            width: 100%;
        }

        .qa-search-bar button {
            line-height: 35px;
            font-size: 13px;
            height: 35px;
            float: none;
            display: inline-block;
        }

    .showResponses-detail {
        width: 72%;
    }

    .recent-questions p {
        font-size: 13px;
        line-height: 20px;
    }

    .announcements-instructor {
        width: 90%;
    }

    .announcements-detail > h4 {
        line-height: 26px;
        font-size: 17px;
    }

    .announcements-detail {
        padding: 0px;
    }
    /*star rating page*/
    .rating-list .my-courses-box {
        margin: 0 auto;
        width: 60%;
        float: none;
    }
    /*profile pane new*/
    .profile-detail-content {
        padding: 15px;
    }

    .information-input-half, .information-input-half:last-child {
        width: 100%;
        margin: 0 0 10px 0px;
    }
    /*my courses*/
    .courses-filter-box {
        width: 100%;
        margin: 0 0 10px;
    }

    .courses-filter-rgt {
        margin: 8px 0 0 0;
        width: 100%;
    }

    .my-courses-box ul li {
        width: 65%;
        float: none;
        display: inline-block;
        margin: 0 0 15px;
    }

    .courses-filter-box label {
        height: auto;
    }
    /*.filter-course {
            padding: 84px 0;
        }*/
    .sub-content {
        padding: 0;
    }

    .introductory-courses > small {
        width: 56%;
    }

    .dashboard-progress-bar-rgt .dashboard-progress-message {
        margin: -16px 0 3px 0px;
    }

        .dashboard-progress-bar-rgt .dashboard-progress-message.trophy-star-comeplact {
            margin: -38px 0 3px 0px;
        }

    .sub-content h3 {
        font-size: 13px;
        width: 80%;
    }

    /*.slider-img img {
        min-height: 130px;
    }*/

    .slideleft {
        margin: 25px 0 70px;
        padding: 0 10% 20px 20px;
    }

    .sliderwrap .carousel-control.right, .sliderwrap .carousel-control.left {
        color: #000;
    }

    .popup-content-box {
        margin: 0px 0px 15px;
        width: 100%;
    }

    .newscontent {
        float: left;
        width: 100%;
    }

    .newscontent {
        margin-left: 0 !important;
    }

    .footerabout {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .courseboxwrap .col-xs-6 {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .sitelogo a {
        width: 140px;
    }

    .headerwrapper {
        min-height: 10px;
        width: 100%;
        /* width: 160%; */
        padding: 0 0 15px;
    }



    /*.categorynav {
        width: 85%;
        top: 118px;
        left: 0;
        right: 0;
        margin: 0 60px;
        display: table;
    }*/
    .categorynav {
        width: 100%;
        top: 5px;
        left: 0;
        right: 0;
        margin: 0;
        display: inline-block;
        padding: 0;
        vertical-align: middle;
        position: relative;
        max-width: 200px;
    }

        .categorynav a.categorytitle {
            bottom: 0;
        }

    .slideleft {
        top: 0px;
        max-width: 100%;
        padding: 0 26px 20px 15px;
        border-radius: 10px;
    }

        .slideleft h3 {
            font-size: 18px;
        }

    .itsfree {
        width: 70px;
    }

    .slideleft p {
        font-size: 14px;
        line-height: 18px;
        padding: 5px 0 14px 0;
    }

    .learninput input[type="text"] {
        font-size: 12px;
        height: 40px;
        padding: 0 0 0 10px;
    }

    .contopbox {
        margin: 0;
    }

        .contopbox h2 {
            font-size: 16px;
        }

    .contopbox {
        font-size: 12px;
    }


    .videoplay {
        height: 350px;
    }

    .welcomecontent {
        float: left;
    }

    .coursecontent {
        width: 100%;
    }


    .courcewrapper {
        /*width: 160%;*/
        width: 100%;
    }

    .newscontent {
        /*width: 160%;*/
        width: 100%;
        padding-top: 40px;
    }

    .welcomeleft h1 {
        font-size: 20px;
    }

        .welcomeleft h1 span, .welcomeleft h1 i {
            font-size: 26px;
        }

    .welcomeleft p {
        font-size: 13px;
    }

    .readmore a {
        font-size: 13px;
        padding: 10px 20px;
    }

    .populartitle {
        font-size: 13px;
    }

    .filterby span {
        padding: 0 0 5px;
    }

    .slider {
        /*width: 160%;*/
        width: 100%;
    }

    .footertop {
        width: 100%;
    }

    .footerbottom {
        width: 100%;
    }

    .slider-img {
        width: 100%;
    }

    .sliderwrap .carousel-control, .owl-theme .owl-controls .owl-buttons > div {
        left: 50% !important;
    }

    .servicetopbox span {
        font-size: 24px;
    }

    .servicetopbox p {
        font-size: 12px;
    }

    .servicetopbox {
        padding: 10px;
    }

    .courseboxwrap {
        padding: 25px 0 10px;
    }

    .testimnlframe {
        padding: 20px 0 10px 10px;
    }

    .custname {
        font-size: 11px;
        line-height: 15px;
    }

        .custname i {
            padding: 0 5px;
        }

    /*.newsbox marquee {
        height: 170px;
    }*/
    .copyright p {
        font-size: 12px;
        text-align: left;
    }

    .copyright {
        padding: 0 10px 10px 100px;
        background-size: 90px;
        background-position: left 11px;
    }

    .footermenu p {
        font-size: 13px;
    }

    .headerigth {
        margin: 0;
        text-align: center;
    }

    .signupwraper {
        display: inline-block;
        float: none;
    }

    .sitelogo {
        padding: 20px 0 16px;
        width: 100%;
    }

    .poweredby img {
        max-width: 100px;
        margin: 6px 0 0;
    }

    .categy-detail {
        margin: 10px 0px;
    }
    /*courses detail page */
    .what-will-content ul li span {
        margin: 0 7px 22px 0px;
    }

    .teb-content ul li {
        width: 100%;
        margin: 0px;
    }

        .teb-content ul li a {
            padding: 10px 0px;
            border-bottom: 1px solid #b2b2b2;
            width: 100%;
        }

        .teb-content ul li:last-child a {
            border-bottom: 1px solid #b2b2b2;
        }

    .teb-content .nav-tabs {
        padding: 0;
        border: none;
    }

    .requirement-content h4 {
        margin: 0;
    }

    .requirement-content ul li span {
        font-size: 13px;
        margin: 0;
    }

    .realproject-courses {
        padding: 0px;
    }

    .requirement-content ul {
        padding: 15px 0 0 17px;
    }

    .featured-content .review-star-bg, .review-detail-content .review-star-bg {
        position: relative;
        left: 0;
        float: left;
        top: 7px;
    }

    .review-img {
        width: 100%;
    }
    /*.review-img img{width: 100%;}*/
    .accordion-content .panel-heading .panel-title a {
        font-size: 13px;
        line-height: 35px;
    }

    .accordion-content .panel-heading {
        height: 35px;
    }

    .accordion-content .panel-body {
        padding: 0 10px;
    }

    .average-content-right {
        width: 100%;
        margin: 15px 0 0;
        overflow: scroll;
    }

    .about-courses .review-star {
        margin: 12px 1px 0 0;
    }

    .average-content-left {
        width: 100%;
    }

    .content-left-about {
        width: 300px;
    }

    .average-progress-bar {
        width: 353px;
    }

    .rating-average-bg {
        padding: 10px 0 0 0;
    }

    .review-detail-content {
        margin: 20px 0 0 0;
    }

    .students-courses-box {
        width: 100%;
    }

    /*login page*/
    .login-details .review-detial {
        width: 100%;
    }

    .login-details .review-star-bg {
        text-align: left;
        width: 100%;
        margin: 0px;
    }

        .login-details .review-star-bg h3::after {
            right: 0px;
        }

        .login-details .review-star-bg h4 {
            margin: 5px 0;
        }

        .login-details .review-star-bg p {
            width: 100%;
            float: left;
            margin: 5px 0 0;
        }

    /*.slider-img img {
        min-height: 142px;
    }*/

    .sliderwrap .carousel-control {
        width: 30px;
        height: 30px;
        line-height: 24px;
        font-size: 24px;
    }

        .sliderwrap .carousel-control.right {
            margin: 0 0 0 40px;
        }

    .welcomeright {
        min-height: 190px;
    }

    .slider-courses-coontent-bg .populartitle {
        padding: 0px;
        font-size: 16px;
    }

    .courses-list-slider .owl-theme .owl-controls .owl-buttons > div {
        left: 37% !important;
    }

    .testimonialbox h3 {
        margin: 0px;
    }

    .testimonialbox {
        height: auto;
    }

    .accordion-content .panel > a {
        font-size: 13px;
        line-height: 37px;
        padding: 0 15px;
    }

    .panel-group .panel a span {
        font-size: 18px;
    }

    .coupon-content ul {
        padding: 0px;
    }

    .teb-content ul li a, .teb-content ul li:last-child a {
        border-bottom: none;
    }

    .head-courses h3 {
        font-size: 18px;
    }

    .headerwrapper.login_header {
        min-height: 120px;
    }

    .login_header .categorynav {
        padding: 11px;
    }

    .login_header .headermenu {
        padding: 16px 0 0 15px;
    }

    .close-account p {
        line-height: 23px;
        font-size: 14px;
    }

    .payment-card .form-group label {
        font-size: 13px;
        line-height: 21px;
    }

    .social-link label {
        width: 100%;
        line-height: 28px;
        background: none;
    }

    .manage-from .social-link input {
        width: 100%;
    }

    .profile-teb-head h3 {
        font-size: 19px;
    }

    .profile-teb-head {
        padding: 0 0 10px 0px;
    }

    .manage-from .form-group {
        margin: 0 0 10px 0;
    }

    .close-account ul li a {
        padding: 8px 15px;
        font-size: 14px;
    }

    .preview-content .inputfile-6 + label strong {
        width: 45%;
        line-height: 34px;
        height: 35px;
    }

    .client-content .client-list a {
        height: 34px;
        line-height: 34px;
        font-weight: 600;
    }

    .filter-head > ul > li > a {
        font-size: 13px;
        padding: 6px 11px;
        margin: 0px 5px 0 0px;
    }

    .filter-head ul {
        margin: 20px 0 0 0;
    }

    .filter-pro-img {
        width: 100%;
        text-align: center;
    }

    .filter-pro-detail {
        margin: 15px 0 0;
        width: 100%;
    }

    .fliter-pro-info h4 {
        font-size: 15px;
    }

    .list-view span {
        margin: 0 0 8px 19px;
    }

    .notice-list h3 {
        font-size: 17px;
    }

    .courses-list-pagnation .pagination-login ul li {
        margin: 30px 7px 30px;
    }

    .categorynav a.categorytitle, .categorynav {
        float: none;
    }

    .navbar-nav .open > .dropdown-menu {
        position: absolute;
        top: 47px;
    }

    .dropdown.dropdown-submenu {
        width: 240px;
        margin: 0 auto;
    }

    .duration-list {
        right: 0;
        top: 47px;
    }

    .slider-courses-coontent-bg .populartitle {
        margin: 16px 0 12px;
    }

    .reating-tooggle .filter-checkbox {
        padding: 0px;
    }

    .duration-list:after {
        right: 37px;
        left: auto;
    }

    .course-dashboard-vid {
        width: 100%;
    }

        .course-dashboard-vid img {
            height: 187px;
        }

        .course-dashboard-vid .play-iocn-course {
            padding: 70px 0 0;
        }

    .course-dashboard-info-list {
        width: 100%;
    }

    .recent-questions {
        padding: 10px 10px 5px 10px;
    }

    .overview-courses h4 {
        line-height: 22px;
        font-size: 15px;
    }

    .recent-questions p {
        width: 100%;
    }

    .course-search-info {
        padding: 20px 10px;
    }

    .course-dashboard-banner-bg {
        padding: 15px 0px 0;
    }

    .card-accordion {
        padding: 10px 10px;
        margin: 0 0 10px 0px;
    }

    .overview-courses {
        padding: 15px 10px 15px 10px;
    }

    .course-search-info-rgt ul li a {
        font-size: 13px;
    }

    .introductory-courses > span {
        padding: 0 5px;
        font-size: 12px;
        line-height: 20px;
    }

    .course-search-info-rgt ul li {
        margin-right: 13px;
    }

    .showResponses-detail {
        padding: 0px;
        width: 100%;
    }

    .showResponses {
        margin: 0 0 5px 0;
        width: 100%;
    }

        .showResponses span {
            width: auto;
            margin: 0px 10px;
        }

    .announcements-instructor {
        width: 100%;
        padding: 10px 0 0;
    }

    .announcements-detail > p {
        font-size: 13px;
    }

    .introductory-courses > small {
        line-height: 20px;
    }

    .qa-filter-check .check-filter {
        width: 100%;
        margin: 6px 0 0 0px;
    }

    .qa-search-bar .form-group input, .filter-select select {
        height: 35px;
        line-height: 35px;
    }

    .bookmarks-head {
        padding: 10px;
    }

    .bookmarks-vid-detail {
        padding: 10px;
    }

    .bookmark-info p {
        font-size: 14px;
    }

    .become-text.login-user {
        margin: -31px -16px 0 0px;
    }

    /*star rating page*/
    .rating-list .my-courses-box {
        width: 100%;
    }

    .stap-2-rating h3 {
        line-height: 22px;
        font-size: 15px;
    }

    .section-rating-list {
        padding: 20px 0px;
    }

    .rating-coontent h3 {
        margin: 0 0 15px 0px;
    }

    /*profile page new*/
    .information-from {
        padding: 14px;
    }

    /*my courses*/
    .my-courses-box ul li {
        width: 100%;
        float: none;
        display: inline-block;
        margin: 0 0 15px 0px;
    }

    /*.filter-course {
        padding: 53px 0;
    }*/

    .institute ul li {
        width: 100%;
        margin: 0px 0px 15px;
    }

    .institute-detail h4 {
        font-size: 16px;
    }

    .institute-img {
        font-size: 46px;
        margin: 10px 30px 0 0px;
    }

    .question-review {
        padding: 10px;
        margin: 15px 0 0;
    }

    .vid-youtube {
        padding: 5px;
    }

        .vid-youtube iframe {
            height: 180px;
        }

    .link-btn-vid a {
        font-size: 17px;
    }

    .institute-detail {
        width: 73%;
    }

    .bookmark-input input {
        font-size: 14px;
        line-height: 25px;
        height: 25px;
    }

    .bookmark-input {
        width: 180px;
    }

    .bd-example {
        width: 100%;
        padding: 0;
    }

    .vid-head {
        padding: 0 0 0 10px;
    }

    .popup-content-list {
        max-width: 96%;
        width: 96%;
    }

    .rat-review-courses {
        width: 100%;
        padding: 0 0 0 15px;
    }

    .blockchin-tech-box {
        padding: 15px 0 0;
        margin: 15px 0 15px;
    }

    .dashboard-progress-bar-rgt .dashboard-progress-message.trophy-star-comeplact {
        margin: -15px 0 3px 0px;
    }

    .message-show p {
        margin: 0px 2px 0 0;
        font-size: 12px;
    }

        .message-show p span {
            font-size: 15px;
            margin: 0 6px 0 0;
            padding: 0 8px;
        }

    .ask-question h4 {
        font-size: 14px;
        line-height: 22px;
    }

    .qa-search-bar {
        margin: 0;
        width: 100%;
    }

    #notfound2 {
        margin: 20px 0px !important;
    }

    .my-courses-head .banner-text h1 .my-courses-head .banner-text h1 {
        font-size: 21px;
    }

    .my-courses-head .banner-text h2 {
        margin: 10px 0;
        font-size: 16px;
    }

    .Courserate > label:before {
        font-size: 13px;
    }

    .courseslider .owl-carousel .owl-item, .owl-carousel .item {
        padding: 22px 0 13px;
    }

    /*search box*/
    .login-search {
        float: left;
        width: 100%;
        position: relative;
    }

    .search-inline {
        top: 60px;
        width: 95%;
        z-index: 999;
        height: 35px;
        background: #fff;
        right: 2.5%;
    }

    .search-head {
        float: right;
        margin: -42px 0px 0 0;
        height: 35px;
    }

    .search-inline .form-control {
        font-size: 14px;
    }

    .search-inline .search-close {
        line-height: 35px;
    }



    /*27-04-22 new css*/
    .welcomecontent {
        padding: 20px 0 0 15px;
    }

        .welcomecontent h2 {
            font-size: 23px;
            margin: 0 0 10px;
        }

    .newswrapper {
        padding: 28px 15px 0;
    }

    .newscontent h2 {
        font-size: 26px;
    }

    .newscontentbox {
        padding: 23px 10px 15px;
    }

    .coursebox {
        max-width: 325px;
        min-height: 10px;
    }

    .coursedetails h3 {
        font-size: 18px;
        line-height: normal;
    }

    .coursedetails p {
        margin: 0 0 20px;
    }


    .coursedetails p {
        font-size: 13px;
    }

    .enrollbtn {
        max-width: 234px;
    }
}

@media only screen and (max-width: 430px) {

    .appstorebg img {
        width: 45%;
    }

    
}



 @media only screen and (max-width: 760px) {
                .menulink {
                    width: 49% !important;
                    height: auto !important;
                    display: inline-block;
                    vertical-align: middle;
                    text-align: left;
                    float: none;
                }

                .menulink_active {
                    width: 49% !important;
                    height: auto !important;
                    display: inline-block;
                    vertical-align: middle;
                    text-align: left;
                    float: none;
                }

                    .menulink_active center {
                        text-align: left;
                    }

                .menulink center {
                    text-align: left;
                }
            }

            @media only screen and (max-width: 639px) {
                .menulink {
                    width: 49% !important;
                    height: auto !important;
                    display: inline-block;
                    vertical-align: middle;
                    text-align: left;
                    float: none;
                }

                .menulink_active {
                    width: 49% !important;
                    height: auto !important;
                    display: inline-block;
                    vertical-align: middle;
                    text-align: left;
                    float: none;
                }

                    .menulink_active center {
                        text-align: left;
                    }

                .menulink center {
                    text-align: left;
                }
            }

            @media only screen and (max-width: 479px) {
                .col-sm-1 {
                    width: 100%;
                }

                .lblclass {
                    font-size: 13px!important;
                }

                .menulink_active center {
                    text-align: left;
                }

                .menulink center {
                    text-align: left;
                }
            }