@import url("icofonts.css");
@import url("icons.css");
@font-face {
    font-family:myfont;
    src: url(../font/1.woff2);
}
@font-face {
    font-family:headings;
    src: url(../font/popins1.woff2);
}

ul,
ol {
    margin: 0px;
    list-style: none;
}

*,
*:before,
*:after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

a,
img {
    border: 0px;
    outline: 0px;
    text-decoration: none;
    vertical-align: middle;
}

p {
    display: block;
    margin-bottom: 15px;
}

html,
body {
    -webkit-overflow-scrolling: touch;
}

body {
    font-size: 16px;
    color: #222;
    line-height: 1.4;
    overflow-x: hidden;
    font-weight: 400;
    font-family: 'myfont';
    position: relative;

}

input,
select,
textarea {
    font-family: 'Cuprum', sans-serif;
    outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    /*font-family: 'Titillium Web', sans-serif;*/
}

.fullbody {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding: 0px;
}
.bg-blue{
    background-color: #36a0d2;
}

.container {
    position: relative;
    max-width: 1200px;
    min-width: 240px;
    margin: 0px auto;
    padding:0px;
}

.header {
    background: #fff;
    -webkit-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}

.logo {
    float: left;
    padding: 15px 0;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.logo img {
    height: 28px;
    float: left;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.top_cnt {
    float: right;
    width: 20%;
}

.top_cnt ul {
    float: right;
    margin-top: 15px;
}

.top_cnt ul li {
    float: left;
    margin-left: 20px;
}

.top_cnt ul li a {
    float: left;
    color: #333;
    font-size: 18px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.top_cnt ul li a.fb {
    color: #3b5998;
}
.top_cnt ul li a.tw {
    color: #4d98ee;
}
.top_cnt ul li a.lin {
    color: #366fb1;
}
.top_cnt ul li a.gp {
    color: #dc3a39;
}

.top_cnt ul.icon_cnt li a {
    color: #ffffff;
    font-size: 20px;
}

.top_cnt ul.icon_cnt li:first-child a {
    line-height: 1;
    font-size: 22px;
}

.top_cnt ul li a:hover,
.top_cnt ul.icon_cnt li a:hover {
    color: #0d723b;
}

.menu_bar {
    background: #fff;
    height: 40px;
}
.mclose , .micon {
    display: none;
}

/*.homebanner {*/
.homebanner {
    /*background-color: #0168b6;*/
    position: relative;
    overflow: hidden;
    background-image: url('../images/home_banner.jpg');
    height: 58vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-start{
   position: absolute;
    top: 109px;
}
.banner-heading{
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
       font-family: 'headings';

} 

.banner-sub-heading{
   font-size: 22px;
    color: #eee;
        margin: 10px 0px 25px;
}

.btn-join{

        padding: 7px 27px;
    background: #33a1d2;
    border-radius: 20px;
    color: #eee;
    border: 2px solid #eee;

}



.course_detail{
    text-align: center;
    padding: 27px 0px 35px;
    position: relative;
}
.section-heading{
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section-heading a{
    color: #fefefe;
    font-size: 21px;
    font-weight: 500;
        background: linear-gradient(-45deg, #a13d74 0, #655b86 100%);
       /* background: linear-gradient(-66deg, #765382 0, #327697 39%);*/
    padding: 10px 40px;
    border-radius: 50px;
}
.course-box:after{
    position: absolute;
    content: '';
    height: 100%;
    top: 0px;
    /* left: inherit; */
    right: -96%;
    border-left: 1px dotted #c5ced5;
    width: 100%;

}
.courseimg{
        display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 85px;
  /*  background-size: 92px 2839px;*/
     background-image: url(../images/1.png);

}

.coursenum {
    color: #ffb756;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}
.course-detail{
    color: #fefefe;
    font-weight: 500;
    font-size: 19px;
}
.main-heading{
    text-align: center;
    font-size: 25px;
    margin-bottom: 40px;
}

.text-blue{
    color: #319ad3;
}
.ptb-60{
    padding: 60px 0px;
    background: #fff;
}

.fvl-productBox {
   /* border: 1px solid #dde2d7;*/
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1); 
}



.fvl-productBox .fvl-productImage img {
    width: 100%;
}
.slick-slide img {
    display: block;
}
.fvl-productBox .fvl-productDescription {
    padding: 16px;
    color: #29303b;
}
.fvl-u-marginBottom10 {
    margin-bottom: 10px;
}
.fvl-productBox .fvl-productDescription span {
    color: #afafaf;
        font-size: 12px;
}
.fvl-productBox .fvl-productMeta {
    text-align: center;
    font-weight: 600;
    line-height: 25px;
    color: #2d2d2d;
    border-top: 1px solid #dde2d7;
}
.fvl-u-displayTableVertical {
    height: 100%;
}

.fvl-u-displayTable, .fvl-u-displayTableVertical {
    display: table;
    width: 100%;
}
.fvl-productBox .fvl-productMeta .fvl-u-displayTableCell:last-child {
    border: none;
}
.fvl-productBox .fvl-productMeta .fvl-u-displayTableCell {
    padding: 12px 19px;
    border-right: 1px solid #dde2d7;
    font-size: 12px;
}
.fvl-u-displayTableVertical .fvl-u-displayTableCell {
    vertical-align: middle;
}
.fvl-u-displayTableCell {
    display: table-cell;
}
.starrr {
    display: inline-block;
}
.starrr i {
        font-size: 14px;
    padding: 0 1px;
    cursor: pointer;
   /* color: #2d2d2d;*/
   color: orange;
}
.fvl-productBox .fvl-productMeta a {
    color: #2d2d2d;
    display: block;
}
.fvl-u-textLineThrough {
    text-decoration: line-through;
}

.fvl-u-colorMotive {
    color: #36a0d2;
}
.bg-dark{
    /*background: #f7faf1;*/
    background-color: #f2f3f5;
}
.border-btm{
        border-bottom: 1px solid #eee;
}
.panel:before {
    box-shadow: 0 0 1px 1px rgba(20,23,28,0.1), 0 3px 1px 0 rgba(20,23,28,0.1);
    opacity: 1;
}

.panel:before, .panel:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .2s ease;
    pointer-events: none;
}
.category {
    text-align: center;
        border-radius: 50px;
    border-color: #ddd;
        margin: 15px 6px;
        box-shadow: 0 0 1px 1px rgba(20,23,28,0.1), 0 3px 1px 0 rgba(20,23,28,0.1);
}
.category:hover{
    box-shadow: 0 2px 8px 2px rgba(20,23,28,0.15);
    background-color: #37a1d3;
    color: #fff;
    transition: .2s ease;
}
.category:hover .category-body .category_text{
    color: #fff;
}
.category-body {
        padding: 15px 6px;
   
}
.category_text{
     color: #14171C;
          font-size: 17px;
}



.ptb-30 {
    padding-bottom: 4px;
    padding-top: 15px;
}
.Professor_img{
    width: 175px;
    margin: 0px auto;
}
.radius-bx {
    border-radius: 100%;
    /* -webkit-border-radius: 100%; */
    -moz-border-radius: 100%;
}
.prl-0{
 padding-right:0px;
    padding-left: 0px;
}
.pr-0{
    padding-right:0px;
    
}
.ads-home{
    border-top: 1px solid #eee;
  /*  border-bottom: 1px solid #eee;*/
    padding-top: 10px;
    padding-bottom: 10px;
}
.shadow-hover {
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease,-webkit-box-shadow .3s ease;
}
.shadow-box {
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1), 0 2px 6px rgba(0,0,0,.03);
    box-shadow: 0 0 1px rgba(0,0,0,.1), 0 2px 6px rgba(0,0,0,.03);
}
.border-0 {
    border: 0!important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.card-img-top{
    width: 100%;
}
.text-white{
    color: #fafafa;
}
.regular {
    font-weight: 400!important;
}
.card-title {
    margin-bottom: .75rem;
}
.shadow-hover:hover {
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,.15)!important;
    box-shadow: 0 1px 15px rgba(0,0,0,.15)!important;
}
.post-title a{
    color: #ffb756;
}
.post-slide{
    padding-bottom: 10px;
    margin: 0 35px;
    position:relative;
    text-align: center;
    padding: 6px 20px 11px 20px;
    background-color: #fafafa;
    border-radius: 3px;
}
.post-date img{
    border-radius: 50%;
    margin: 0px auto;
    width: 70px;
}
.post-title{
        color: #d99031;
    font-size: 16px;
}
.post-date .designation{
    font-size: 10px;
    color: #222;
    opacity: 0.8;
    font-style: italic;
}
.owl-controls .owl-buttons{
    margin-top:20px;
    position:relative;
}
.owl-controls .owl-prev {
    position: absolute;
    left: -30px;
    bottom: 167px;
    padding: 8px 17px;
    background: #bc2e6a;
    transition: background 0.50s ease;
}
.owl-controls .owl-next{
    position: absolute;
        right: -30px;
    bottom: 167px;
    padding:8px 17px;
    background:#bc2e6a;
    transition:background 0.50s ease;
}
.owl-controls .owl-prev:after,
.owl-controls .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #d3d3d3;
    font-size:16px;
}
.owl-controls .owl-next:after{
    content:"\f105";
}
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover{
    background: #e74c3c;
}


.scrollup {
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    border: 5px solid #f5821f;
    color: #fff;
    font-size: 20px;
    display: none;
    background: #0d723b;
}
.scrollup:before {
    position: absolute;
    width: 45px;
    top: -10px;
    left: -10px;
    height: 45px;
    content: '';
    border-radius: 50%;
    border: 5px solid #0075bc;
}
.card-title a{
    color: #319ad3
}

.coursesimg {
        cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 84%;
    height: 80px;
    background-image: url(../images/1.png);
}
.ptb-15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.pl-0{
    padding-left: 0px;
}
.medium-heading{
    text-align: left;
}
.page-content{
line-height: 26px;
} 
footer{
    color: #fff;
    font-weight: 500;
    font-family: "myfont";
}
.ptb-10{
    padding :10px 0px;
}
.footer-icons li{
    display:inline; cursor: pointer;
}
.social-icons {
    display: inline-block;
    vertical-align: top;
    width: 11%;
    height: 37px;
    background-image: url(../images/1.png);
}
.copyright{
    padding: 10px 0px;
    margin:0px;
}
.payment-icons{
     display: inline-block;
    vertical-align: top;
    width: 20%;
    height: 37px;
    background-image: url(../images/1.png);
}
.payment-icons li{
    display: inline;
}
.course_last:after{
content: none;
display: none;
}

.header .container,
.header .container-fluid {
    display: flex;
    align-items: center
}

.header-left,
.header-center,
.header-right {
    display: flex;
    align-items: center;
}

.header-right {
    margin-left: auto;
}

.header-center {
    margin-left: auto;
    margin-right: auto
}

.header-top {
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: .025rem;
    color: #999999;
    background-color: #ececec;
    padding-top: .4rem;
    padding-bottom: .4rem
}

.header-top a {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: inherit
}

.welcome-msg {
    display: none;
    margin: .3rem 2rem .3rem 0;
    text-transform: uppercase;
    position: relative
}

.welcome-msg::after {
    content: '';
    position: absolute;
    right: -14px;
    top: 50%;
    height: 11px;
    border-right: 1px solid;
    margin-top: -5.5px;
    opacity: .8
}

.header-middle {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.logo {
    display: block
}

.logo img {
    display: block;
    max-width: 100%;
    height: auto;
}



.header-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 20;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding-top: .4rem;
    padding-bottom: .4rem;
    border: 1px solid #ccc;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .25s
}

.header-right .header-menu {
    left: auto;
    right: 0
}

.header-dropdown:hover>.header-menu {
    visibility: visible;
    opacity: 1
}

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

.header-menu ul li {
    margin: 0;
    position: relative
}

.header-menu ul a {
    padding: 2px 9px;
    display: flex;
    align-items: center;
    white-space: nowrap
}

.header-menu a {
    color: inherit
}

.header-menu a:hover,
.header-menu a:focus {
    color: #fff;
    background-color: #ccc
}

.header .btn-remove::before {
    display: none
}

.header-dropdowns .header-dropdown+.header-dropdown,
.header-dropdowns .header-dropdown+.dropdown {
    margin-left: 29px
}

.header-dropdowns .header-dropdown+.header-dropdown::before,
.header-dropdowns .header-dropdown+.dropdown::before {
    content: '';
    position: absolute;
    left: -14px;
    top: 50%;
    height: 11px;
    border-right: 1px solid;
    margin-top: -5.5px;
    opacity: .8
}


.header-search {
    position: relative;
    margin: 0;
    font-size: 0;
    line-height: 1;
    padding: 0;
    border: 0
}

.header-search .header-search-wrapper {
    display: none;
    align-items: stretch;
    overflow: visible;
    border: 1px solid #dbe0e2;
    border-radius: 2px;
    position: relative;
    width: 100%;
    min-width: 250px;
    background-color: #fff
}

.header-search .header-search-wrapper::after {
    display: block;
    clear: both;
    content: ''
}

.header-search .header-search-wrapper.show {
    display: flex
}

.header-search form {
    margin: 0
}

.header-search .select-custom {
    flex: 0 0 142px;
    margin: 0
}

.header-search .select-custom::after {
    right: 1.1rem;
    color: #8d8d8d;
    font-size: 1.4rem
}

.header-search .form-control,
.header-search select {
    height: 38px;
    background-color: #fff;
}

.header-search .form-control {
    flex: 1 1 auto;
    padding: 4px 22px;
    color: #8d8d8d;
    width: 100%;
    margin: 0;
    line-height: 20px;
    border-radius: 20px 0 0 20px;
    box-shadow: none;
    border: 0
}

.header-search .form-control::-webkit-input-placeholder {
    color: #8d8d8d
}

.header-search .form-control::-moz-placeholder {
    color: #8d8d8d
}

.header-search .form-control:-ms-input-placeholder {
    color: #8d8d8d
}

.header-search .form-control::-ms-input-placeholder {
    color: #8d8d8d
}

.header-search .form-control::placeholder {
    color: #8d8d8d
}


.header-search .search-toggle {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    min-width: 2.5rem;
    padding: 1rem 0;
    font-weight: 700;
    color: #08c;
    text-align: center
}

.header-search .search-toggle i {
    display: inline-block;
    margin-bottom: 2px
}

.header-search .btn {
    flex: 0 0 50px;
    max-width: 50px;
    min-width: 0;
    height: 39px;
    color: #6066698a;
    background-color: transparent;
    font-weight: 400;
    font-size: 19px;
    line-height: 1;
    border: 0;
    border-left: 1px solid #dbe0e2;
    padding: 0 3px 0 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 0 20px 20px 0;
}

.header-search .btn i::before {
    margin: 0
}

.header-search .btn:hover,
.header-search .btn:focus {
    color: #08c;
    background-color: transparent
}

.header-contact {
    position: relative;
    color: #606669;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 1.4;
    padding-right: 16px;
    margin-right: 13px;
        cursor: pointer;
}
.header-contact a{
    font-size: 15px;
    color: #fefefe;
}
/*.header-contact::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 22%;
    display: block;
    width: 1px;
    height: 18px;
    margin-top: -21.5px;
    background-color: #efefef;
}*/

.header-contact span {
    display: block;
    color: #787d7f;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase
}



.header-contact a:hover,
.header-contact a:focus {
    color: #08c;
    text-decoration: none
}

.header-bottom .container,
.header-bottom .container-fluid {
    position: relative
}

.header-bottom .logo,
.header-bottom .cart-dropdown {
    display: none
}

.header-bottom .logo {
    margin-right: 2.5rem
}

.header-bottom .logo img {
    width: auto;
    max-height: 32px
}

.header-bottom .cart-dropdown {
    order: 2;
    margin-left: auto
}

.header-bottom .cart-dropdown .dropdown-toggle {
    padding-right: 1.6rem
}

.header-bottom .cart-dropdown .dropdown-toggle::before {
    font-size: 2.6rem
}

.header-bottom .cart-dropdown .dropdown-toggle .cart-count {
    right: .9rem
}

.header-bottom .cart-dropdown .dropdownmenu-wrapper::before {
    right: 15px
}

.header-bottom .cart-dropdown .dropdownmenu-wrapper::after {
    right: 16px
}

.mobile-menu-toggler {
    border: 0;
    background: transparent;
    color: #eee;
    /*padding: 1rem .5rem;*/
        font-size: 23px;
    line-height: 1;
    display: none;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    cursor: pointer
}


.header-search form {
    margin: 0;
}
.mobile-menu-toggler i::before {
    margin: 0
}





.fa-shopping-cart{
    color: #fafafa;
}
.sigin-img{
    width: 30px;
    border-radius: 50%;
    border: 2px solid #fafafa;
}


.mobile_menu
{
    width:100%;
    height:100%;
    background:#fff;
    overflow-y: auto;
    z-index:9999999;
    position:fixed;
    display:block;
    left:-260px;
    top:0px;
    transition:ease all .5s;
    /*border-right:2px solid #2259da;*/
}
.mslidemenu_close
{
    width:100%;
    float:left;
    padding: 8px;
    cursor:pointer;
    color:#fff;
    text-transform:uppercase;
    font-size:18px;
    background:#36a0d2;
}
.mslidemenu_close i
{
    float:right;
}
.mobile_menu_wrapper
{
    width:100%;
    float:left;
    /*border-bottom:1px solid #ccc;*/
    padding:10px 15px;
}
.mobile_welcome h4
{
    font-size:18px;
    color: #222;
    margin-bottom:5px;
    
}
.mobile_welcome p
{
    font-size:14px;
    color: #222;
    margin-bottom:0px;
    
}
.mobilecategories
{
    font-size:18px;
    color: #373333;
    padding:10px;
    width:100%;
    float:left;
    font-weight:500;
    text-transform:uppercase;
    margin-bottom:0px;
    padding-bottom:0px;
}
ul.parent {
    list-style: none;
    width: 100%;
    float: left;
    margin-top:0px;
    padding-left: 0px;
}
ul.parent li{
    width: 100%;
    float: left;
    position: relative;
}
ul.parent li a{
    display: inline;
    width: 100%;
    height:100%;
    outline:none;
    display:table;
    border-bottom:1px solid #f0f0f0;
    padding:12px 12px; 
    color: #333745;
    font-size: 13px;
    text-decoration: none;
    text-transform:uppercase;
    font-weight: bold;;
}

ul.parent li span{
    float: right;
    color: #333745;
    font-size:20px;
    font-weight:bold;
    margin-top:0px;
    padding:0px;
    line-height:0px;
}
ul.parent li a:hover, .hpl_cats ul.parent li a:hover span {
    text-decoration: none;
    color: #78144a;
}
ul.parent ul {
        padding-left: 0px;
    padding-right: 0px;
    list-style: none;
    display:none;
    background-color: #f1f1f1;
}
ul.parent ul li{
    background-color: #f1f1f1;
    position:relative;
}
ul.parent ul ul li{
    background-color: #fff;
}
ul.parent ul li:last-child{
    border-bottom: 0px dotted #ccc;
}
.menul li a span
{
    position:relative;
    float:right;
}
.menul li a span:before {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 18px;
    content: '\f105';
    font-family: "FontAwesome";
    transition: all .5s;
}
.menul li.open a span:before {
    content: '\f107';
    transition: all .5s;
}
.mmenu_but {
    width: auto;
    color: #fafafa;
    float: left;
    cursor: pointer;
    display: none;
    transition: all 0.3s ease 0s;
}


 .nt_pop_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    /*background: rgba(0,0,0,0.6);*/
    background-color: rgba(0,0,0,.83);
    overflow-y: auto;
    display: none;
}
.nt_pop_bx {
      position: relative;
    display: table;
    margin: 2px auto;
    width: 36%;
    padding: 30px;
}
.nt_pop_x {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 22px;
    cursor: pointer;
}

/***********************************************FILTERPAGE***************************************/

.page__header-breadcrumbs {
    margin-bottom: 12px;
}
.breadcrumb {
    background-color: transparent;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
        padding: 13px 0 0px 10px;
    /*padding: 14px 0;*/
}

.breadcrumb a, .breadcrumb a:hover {
    text-decoration: none;
}
.breadcrumb a {
    color: #8a9499;
    transition: color .15s;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 11px;
}
.breadcrumb-item+.breadcrumb-item:before {
    padding-right: 11px;
    color: #8a9499;
    opacity: .5;
}

.block {
        margin-bottom: 25px;
}

.widget--card {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .02), 0 1px 4px #cfdee5;
}
.widget {
    margin-bottom: 20px;
}
.widget--card .widget__title {
    padding: 20px 20px 0;
}
h4.decor-header {
    font-family: inherit;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-transform: none;
    padding-bottom: 5px;
}
.decor-header {
    position: relative;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0;
}

h4.decor-header:after {
    width: 35px;
}

.widget--card .widget__body {
    padding: 20px;
}
.widget-categories {
    font-size: 14px;
    line-height: 18px;
}
.widget-categories__list {
    list-style: none;
    padding: 0;
    margin: 0 -20px;
}
.widget-categories__item {
    position: relative;
}
.widget-categories__item:before {
    left: 22px;
    top: 12px;
    display: block;
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #505659;
}
.widget-categories__arrow {
    position: relative;
    float: right;
    height: 28px;
    width: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #000;
    opacity: .5;
    fill: currentColor;
    padding: 0;
    margin-right: 2px;
}
.widget-categories__arrow svg {
    transition: transform .2s;
    position: absolute;
    left: calc(50% - 2px);
    top: calc(50% - 4px);
}
.widget-categories a, .widget-categories a:hover {
    color: inherit;
    text-decoration: none;
}
.widget-categories__link {
    display: block;
    margin: 0 20px 0 35px;
    padding: 5px 0;
}
.widget-categories__sublist {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height .2s, opacity .2s;
}
.widget-categories__sublist .widget-categories__list {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 0;
    margin: 6px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.widget-categories__item {
    position: relative;
}
.widget-categories__sublist .widget-categories__link {
    margin-left: 45px;
}
.widget-categories a, .widget-categories a:hover {
    color: inherit;
    text-decoration: none;
}
.widget-categories__link {
    display: block;
    margin: 0 20px 0 35px;
    padding: 5px 0;
}
.widget-categories__counter {
    font-size: .85714em;
    color: #b3b3b3;
}
h4.decor-header:after {
    width: 35px;
}
.decor-header:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #36a0d2;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.widget-filters__filter {
    margin: 0 -20px;
    border-top: 1px solid #ebebeb;
}
.widget-filters__filter-name {
    font-size: 14px;
    font-weight: 600;
    padding: 11px 20px 4px;
}
.widget-filters__filter-content {
    padding: 6px 0 22px;
    margin: 0 20px;
}
.filter-price {
    margin-top: 12px;
}
.noUi-target {
    height: 14px;
}

.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}
.noUi-base {
    padding-top: 5px;
}
.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}
.noUi-connects {
    background-color: #e5e5e5;
    border-radius: 2px;
    height: 4px;
}
.noUi-connects {
    overflow: hidden;
    z-index: 0;
}
.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}
.noUi-connect {
    border-radius: 2px;
    background: #36a0d2;
}
.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform-origin: 0 0;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0;
}
.noUi-horizontal .noUi-origin {
    height: 0;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -6px;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto;
}
.noUi-horizontal .noUi-handle {
    top: 0;
}
.noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: #505659;
    box-shadow: 0 0 0 0 rgba(80, 86, 89, 0);
    transition: box-shadow .2s;
}
.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}
.noUi-handle {
    position: absolute;
}
.noUi-horizontal .noUi-handle:after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    margin: 4px;
    border-radius: 3px;
    background-color: #e5e5e5;
    transition: transform .2s;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0;
}
.noUi-horizontal .noUi-origin {
    height: 0;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -6px;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto;
}
.noUi-horizontal .noUi-handle {
    top: 0;
}
.noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: #426386;
    box-shadow: 0 0 0 0 rgba(80, 86, 89, 0);
    transition: box-shadow .2s;
}
.noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    left: -17px;
    top: 2px;
}
.noUi-handle {
    position: absolute;
}

.products-view__options {
    margin-bottom: 14px;
}
.view-options, .view-options__layout, .view-options__layout-button {
    display: -ms-flexbox;
    display: flex;
}
.view-options {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .02), 0 1px 4px #cfdee5;
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 600;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.view-options__layout-button {
    background-color: transparent;
    border: none;
    fill: currentColor;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 28px;
    height: 28px;
    cursor: pointer;
    border-radius: 2px;
    color: #95a0a6;
}
.view-options__layout-button--active, .view-options__layout-button--active:hover {
    color: #505659;
    cursor: default;
}
.view-options__layout-button {
    background-color: transparent;
    border: none;
    fill: currentColor;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 28px;
    height: 28px;
    cursor: pointer;
    border-radius: 2px;
    color: #95a0a6;
}
.view-options__legend {
    margin-left: 20px;
}
.view-options__divider {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.view-options__control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 25px;
}
.view-options__control-label {
    margin-right: 8px;
    margin-bottom: 0;
    font-size: inherit;
}
.products-list--layout--list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -7px;
}
.products-list--layout--list .products-list__item {
       margin: 7px 7px;
}
.product-card--layout--list {
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.product-card {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .02), 0 1px 4px #cfdee5;
    padding: 15px;
    position: relative;
}
.product-card--layout--list .product-card__actions {
    display: none;
}
.product-card__actions {
    position: absolute;
    right: 0;
    top: 0;
}
.product-card__actions-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-svg-icon.btn-sm {
    width: 28px;
    height: 28px;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
.btn-svg-icon {
    width: 36px;
    height: 36px;
}
.btn-svg-icon {
    position: relative;
    padding: 0;
}
.btn-light {
    background-color: transparent;
    color: #ccc;
}
.product-card--layout--list .product-card__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 225px;
    margin-right: 20px;
}
.product-card a, .product-card a:hover {
    text-decoration: none;
}
.product-card__image img {
    width: 100%;
}

.product-card__category {
    font-size: 12px;
    line-height: 14px;
}
.product-card__category a {
    color: #36a0d2;
    transition: color .15s;
}
.product-card--layout--list .product-card__name {
        margin-top: 5px;
    font-size: 17px;
    line-height: 16px;
    font-weight: unset;
}
.product-card__name {
    margin-top: 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}

.product-card__name a {
    color: inherit;
    transition: color .15s;
}


.product-card--layout--list .product-card__rating {
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 14px;
    color: #b2b2b2;
}
.rating__body {
    display: -ms-flexbox;
    display: flex;
}
.product-card--layout--list .product-card__description {
    margin-top: 16px;
    font-size: 13px;
    line-height: 20px;
    color: #7e888c;
}

.product-card__prices-list {
    opacity: 1;
    transition: opacity .2s;
}
.product-card--layout--list .product-card__price {
    margin-top: 14px;
    font-size: 16px;
}
.product-card__price {
    font-size: 15px;
    font-weight: 700;
    margin-top: 14px;
    padding-bottom: 4px;
    color: #333;
}
.product-card--layout--list .product-card__buttons {
    margin-top: 22px;
}
.product-card--layout--list .product-card__buttons-list {
    display: -ms-flexbox;
    display: flex;
}
.products-view__pagination {
    margin-top: 40px;
        text-align: center;
}
.pagination {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
.page-link {
    color: #333;
    fill: currentColor;
    border-radius: 18px;
    border: 2px solid transparent;
    background-color: transparent;
    margin: 0;
    padding: 8px 10px;
    min-width: 36px;
    height: 36px;
    line-height: 1;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 18px;
}
.page-item.disabled .page-link {
    color: #95a0a6;
    background-color: transparent;
    border-color: transparent;
}
.page-item.disabled .page-link {
    color: #95a0a6;
    background-color: transparent;
    border-color: transparent;
}
.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.filter-list__name{
        color: #222;
    font-weight: 100;
    font-size: 15px;
}
.checked {
  color: orange;
}
.unchecked{
        color: #dedede;
}
.clr-pink{
    color: #e50086;
    font-weight: inherit;
}
.rating__body i{
    padding-left: 8px;
    font-size: 14px;
    cursor: pointer;
}
.rating__body i:hover{
    color: #36a0d2;
}
.product-price_detail>li{
 display: inline-block;
        font-size: 16px;
    color: #7e888c;  
}
.product-price_detail > li+li:before {
    content: "|";
    padding: 0 5px;
    color: #7e888c;
}
.linethrough{
    text-decoration:line-through;
        margin-right: 10px;
}
.product-price_detail{
        margin-top: 7px;
}
.rating-course{
    padding-left: 20px;
        margin-top: 6px;
}

.pagination > li > a{
    margin-left: 8px;
}
.filter-price__title{
     
    padding-top: 20px;
}






.ac-container{

    margin: 10px auto 30px auto;
    text-align: left;
    height: auto;
}
.ac-container label{
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    padding: 0px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 33px;
    font-size: 19px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
        0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
    background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #c6e1ec;
    color: #3d7489;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
}
.ac-container input:checked + label:hover:after{
}
.ac-container input{
    display: none;
}
.ac-container article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
    font-style: italic;
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
    height: 180px;
}
.ac-container input:checked ~ article.ac-medium{
    height: 220px;
}
.ac-container input:checked ~ article.ac-large{
    height: 270px;
}









.course-subheading{
    line-height: 40px;
}
.bg-sky-blue{
        background: #007791;
    color:#fff;
}


    .youtube-player {
       position: relative;
    padding-bottom: 54.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #fff;
       margin: 14px 0px;
    }
    
    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }
    
    .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }
    
    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }
    
    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("//i.imgur.com/TxzC70f.png") no-repeat;
        cursor: pointer;
    }

.sidebar__title{
       padding: 3px 10px 3px 10px;
}
.font-normal{
    font-weight: 100;
        font-size: 26px;
}
.course-overview{
    padding: 10px 0px;
    min-height: 170px;
}
.course-overview h5{
      font-size: 20px;
    line-height: 40px;
}
.course-overview p{
    color: #fff!important;
    font-weight: 100;
    font-size: 15px;
    line-height: 24px;
}
.p-10{
    padding: 10px;
}
.bd-1{
    border: 2px solid #eee;
}
.class-list{
  
}
.p-0{
    padding: 0px!important;
}
.class-list li{
  border-bottom: 1px solid #d2d2d2;
    font-size: 18px;
    color: #686F7A;
}

.class-list__row{
  padding: 11px;
}
.class-list__name{
    font-size: 15px;
    line-height: 20px;
    
}
.class-list__name a{
    font-weight: 400;
}
.ads-block{
    text-align:center;

}
.ads-block div{
   margin: 30px 0px auto;
   border: 1px solid #d2d2d2;
    
}
.course_widject-height{
 max-height: 423px;
 overflow-y: auto;
}
.class-list li:hover{
    background-color: #F2F3F5;
    
    color: #222;
}
.class-list li:hover label{
    cursor: pointer;
}
/*.course_last .course-detail{
    padding: 10px 0px;
}*/
.course-short-desc-begin{
  color: #fff!important;
      font-weight: 100;
    font-size: 15px;
    line-height: 24px;
}
.Lecture-course-heading h2{
color: #686F7A;
}
.lectures_video_sec_begin{
   /* padding: 15px 24px 5px;*/
       background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .02), 0 1px 4px #cfdee5;
        float: left;
    width: 100%;
}
.Lecture-course-heading h2{
    font-size: 20px;
    line-height: 26px;
}
.p-12{
    padding: 12px;
    margin-bottom: 0px;
}
.ptb-12{
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.Lecture_deatails{
font-size: 17px;
font-weight: 600;
color: #505763;
}
.Lecture_deatails:after{
    content: "";
    display: block;
    margin-top: 4px;
    margin-bottom: 12px;
    height: 2px;
    background-color: #36a0d2;
    /* position: absolute; */
    left: 0;
    width: 123px;
    bottom: 0;
    z-index: -1;
}
.Lecture-desc{
    float: left;
    margin-right: 10px;
}
.Lecture-img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.Recomended_book{
color: #36a0d2;
font-weight: 100;
}
.prl-0{
    padding-left: 0px!important;
    padding-right: 0px!important;
}


/* COMMENTS SECTION */
.comments-section {
  padding: 40px 40px;
}

.comments-section .post-comment {
  text-align: left;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.comments-section .post-comment img {
  float: left;
  margin-right: 20px;
  width: 70px;
}



.comments-section .post-comment .post-date {
  text-align: left;
  margin-top: 8px;
  margin-bottom: 10px;
}

.comments-section .post-comment .person-name {
  line-height: 16px;
}

.comments-section .post-comment-text {
  position: relative;
  overflow: hidden;
}

.comments-section .post-comment-text .reply-text {
  color: #9c9c9c;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .7px;
  font-size: 11px;
  font-family: "Lato", sans-serif;
}

.comments-section .post-comment-text .reply-text:hover {
  color: #e67272;
}

/* LEAVE A COMMENT SECTION */
.leave-comment-sec {
  text-align: left;
}

.leave-comment-sec input {
  margin-bottom: 20px;
}

.leave-comment-sec .btn {
  padding: 14px 34px;
  margin-top: 30px;
}



.cmnt_field {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  padding: 14px 20px;
  outline: none;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: #080808;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
}

input::placeholder, textarea::placeholder {
  color: #9c9c9c;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: .5px;
}

textarea {
  height: 130px;
  resize: none;
}
.rating1 {width: 10%; background-color: #a0a6b2;}
.rating2 {width: 40%; background-color: #a0a6b2;}
.rating3 {width: 50%; background-color: #a0a6b2;}
.rating4 {width: 70%; background-color: #a0a6b2;}
.rating5 {width: 90%; background-color: #a0a6b2;}
.comments-panel{
    background: #ddd;
}
.comments{
    text-align: right;
        padding: 0px;
    color: white;
        margin-bottom: 7px;
        font-size: 10px;
}
.rating-panel{
    background: linear-gradient(-45deg, #ed145b 0, #327697 100%);
    padding: 18px 3px;
    border-radius: 4px;
    margin-left: 0px;
    color: #fff;
}
.checked{

}



/*  ==============================
        Responsive starts here
    ==============================  */

/***********************************************************************************
                            min-width
************************************************************************************/
@media screen and (min-width: 576px) {
    .welcome-msg {
        display: block
    }
}
@media screen and (min-width: 992px){
.header-search .search-toggle {
    display: none;
}
.header-search form {
    width: 450px;
}
.header-search .header-search-wrapper {
    display: flex;
}
   .dropdown-expanded>a {
        display: none
    }
    .dropdown-expanded .header-menu {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        padding: 0;
        background-color: transparent;
        border: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none
    }
    .dropdown-expanded .header-menu ul {
        display: flex;
        align-items: center
    }
    .dropdown-expanded .header-menu ul li+li {
        margin-left: 3rem
    }
    .dropdown-expanded .header-menu ul li+li:before {
        content: '';
        position: absolute;
        left: -14px;
        top: 50%;
        height: 11px;
        border-right: 1px solid;
        margin-top: -5.5px;
        opacity: .8
    }
    .dropdown-expanded .header-menu ul a {
        padding: 0
    }
    .dropdown-expanded .header-menu a {
        color: inherit
    }
    .dropdown-expanded .header-menu a:hover,
    .dropdown-expanded .header-menu a:focus {
        color: #999;
        text-decoration: underline;
        background-color: transparent
    }
    .header-search .search-toggle {
        display: none
    }
    .header-search form {
        width: 450px
    }
}
@media screen and (min-width : 768px) {
.welcome-msg {
    margin-right: 3rem
}

.product-card--layout--list .product-card__category {
    margin-top: 6px;
}
.product-card--layout--list .product-card__rating {
    position: absolute;
    top: 22px;
    right: 22px;
}
.product-card--layout--list .product-card__rating-title {
    margin-right: 10px;
}
.menu li {
    float: left;
    position: relative;
}

.menu li a {
    float: left;
    color: #222;
   /* padding: 0 20px;*/
       padding-right: 43px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 40px;
    height: 40px;
    position: relative;
 /*   transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;*/
}

.menu li a.hassub::after {
    display: inline-block;
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 6px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.menu>li:hover a.hassub::after,
.menu li a.active.hassub::after {}

.fixed_header .menu li a {
    padding: 29px 20px;
}

.menu>li:hover a, .menu>li a.active {
    color: #0192ef;
    background: #fff;
}

.menu>li:hover li a {
    color: #15151c;
    background: transparent;
}

.menu ul li a:after,
.menu ul a:after,
.menu ul>li a:after,
.menu li:last-child a:after {
    display: none;
}

.menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 210px;
    background: #fff;
    display: none;
    z-index: 9999;
    background-repeat: repeat-x;
    background-position: left top;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.menu>li:hover ul {
    display: block;
}

.menu ul li {
    width: 100%;
}

.menu ul li a {
    width: 100%;
    color: #15151c;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 400;
        padding: 10px;
    font-size: 15px;
    line-height: 1.2;
    border-bottom: 1px solid #ddd;
}

.fixed_header .menu ul li a {
    padding: 15px;
}

.menu ul li:last-child a {
    border-bottom: 0px;
}

.menu ul li a:hover {
    color: #fff;
    background: #0192ef;
}

}

/************************************************************************************
                      max-width
*************************************************************************************/
@media screen and (max-width : 1279px) {
    .container {
        max-width: 980px;
        padding: 0 15px;
    }
}
@media screen and (min-width: 1200px) {
    .header-middle .header-center {
        padding-left: 90px;
    }
}
@media (max-width: 1023px){
.mmenu_but, .mobile_menu {
    display: block!important;
}
.menu_bar{
    display: none!important;
}
}
@media screen and (max-width : 979px) {
    .container {
        max-width: 768px;
    }
    .course-box:after{
    content: none;
    display: none;
    }
}
@media screen and (max-width: 991px) {
    .header-search {
        margin-left: 5px
    }
    .header-search .header-search-wrapper {
        position: absolute;
        right: -80px;
        top: 100%;
        margin-top: .3rem;
        border-width: 5px;
        width: 450px;
        border-radius: 24px;
        z-index: 99;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.075)
    }
    .header-search .header-search-wrapper::before {
        content: '';
        display: block;
        position: absolute;
        right: 77px;
        top: -25px;
        width: 20px;
        height: 20px;
        border: 10px solid transparent;
        border-bottom-color: #dbe0e2
    }
    .cart-dropdown .dropdown-toggle::before {
        font-size: 2.6rem
    }
    .cart-dropdown .dropdownmenu-wrapper::before {
        right: 25px
    }
    .cart-dropdown .dropdownmenu-wrapper::after {
        right: 26px
    }
    .header-middle .header-right {
        margin-left: 1rem
    }
    .header-center {
        margin-left: auto;
        margin-right: 0
    }
    .header-contact {
        padding-right: 2rem;
        margin-right: 1.8rem
    }
    .header-bottom {
        display: none
    }
    .mobile-menu-toggler {
        display: flex
    }
}
@media only screen and (max-width: 990px) {
    .section-heading {
        top: 0px;
        margin: 0px auto;
}
.section-heading a {
    color: #fefefe;
    font-size: 12px!important;
    font-weight: 500;
    background: linear-gradient(-45deg, #a13d74 0, #655b86 100%);
    /* background: linear-gradient(-66deg, #765382 0, #327697 39%); */
    padding: 10px 40px;
    border-radius: 50px;
}
    .post-slide{
        margin: 0 20px;
    }
    .owl-controls .owl-buttons .owl-prev{
        left:-15px;
        padding:5px 14px;
    }
    .owl-controls .owl-buttons .owl-next{
        right: -15px;
        padding:5px 14px;
    }
}
@media screen and (max-width: 767px) {
    .product-card__rating{
        position: relative;
    }
    .product-card__rating-stars{
        position: absolute;
        right: 0px;
        top: -12px;
    }
    .header-middle {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
    
    .header-search .header-search-wrapper {
        width: 380px
    }
    .header-search .select-custom {
        flex: 0 0 132px
    }
    .header-search .btn {
        flex: 0 0 40px
    }
    .cart-dropdown .dropdown-toggle {
        padding-right: 1.5rem
    }
    .cart-dropdown .dropdown-toggle .cart-count {
        right: .9rem
    }
    .cart-dropdown .dropdown-toggle::before {
        font-size: 2.3rem
    }
    .cart-dropdown .dropdownmenu-wrapper::before {
        right: 12px
    }
    .cart-dropdown .dropdownmenu-wrapper::after {
        right: 13px
    }
    .mobile-menu-toggler {
        margin-right: 1rem
    }
    .header-middle .header-right {
        margin-left: .7rem
    }
    .container {
        max-width: 550px;
    }
    .course-box:after{
    content: none;
    display: none;
    }
    .owl-controls .owl-buttons .owl-prev{
        left:0px;
        bottom: 185px;
    }
    .owl-controls .owl-buttons .owl-next{
        right:0px;
        bottom: 185px;
    }
}
@media (max-width: 480px) {
  .comments-section .post-comment img {
    width: 60px;
    margin-right: 14px;
  }
  .text-left {
    text-align: left;
    font-size: 20px;
}
.comments-section {
    padding: 20px 10px;
}
}
@media screen and (max-width: 479px) {
    .header-middle {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
    .header-search .header-search-wrapper {
        width: 320px
    }
    .compare-dropdown {
        display: none
    }
    .banner-sub-heading {
    font-size: 14px;
}
}
@media (max-width: 459px) {
 h2 {
    font-size: 20px!important;
}
  .section-heading {
    top: 0px;
    width: 100%;
    margin: 0px auto;
}
.section-heading a {
    color: #fefefe;
    font-size: 12px!important;
    font-weight: 500;
    background: linear-gradient(-45deg, #a13d74 0, #655b86 100%);
    /* background: linear-gradient(-66deg, #765382 0, #327697 39%); */
    padding: 10px 40px;
    border-radius: 50px;
}
    .product-card--layout--list .product-card__image {
    margin-right: 0;
    margin-bottom: 20px;
    width: auto;
}
.product-card--layout--list {
    display: block;
     padding: 18px; 
}
.rating-course {
    padding-left: 0px;
    display: block;
}
}
@media (max-width: 420px) {
  .comments-section .post-comment img {
    float: none;
    margin-bottom: 20px;
  }

}
@media (max-width: 360px) {
    .header-search .header-search-wrapper {
        width: 240px
    }
    .header-search .select-custom {
        display: none
    }
    .cart-dropdown .dropdown-menu,
    .compare-dropdown .dropdown-menu {
        width: 260px
    }
    .cart-dropdown .dropdownmenu-wrapper,
    .compare-dropdown .dropdownmenu-wrapper {
        padding: 1rem 1.4rem
    }
    .dropdown-cart-action .btn {
        min-width: 100px
    }
    .dropdown{
        display: none;
    }
    .header-contact{
        padding: 0px;
        margin:0px;
        text-align: right;
        font-size: 10px;
    }
    .header-contact a{
     font-size: 10px;
    }
}

@media screen and (max-width : 359px) {
    .header-search{
        display: none;
    }
    .container {
        max-width: 320px;
    }
    .menu_bar{
        display: none;
    }
    .category {
    text-align: center;
     border-radius: 0px; 

    }
    .wt-info p{
        font-size: 10px;
    }
    .course-detail {
    font-size: 11px;
    }
    .coursenum {
    font-size: 15px;
    }
    .Professor_img {
    width: 120px;
    }
    .banner-sub-heading {
    font-size: 14px;
     }
    .social-icons {
    width: 22%;
     }
     .payment-icons {
    width: 30%;
    }
    .main-heading {
    font-size: 20px;
    }
    h2{
    font-size: 20px!important;
    }
    .course-box:after{
    content: none;
    display: none;
    }
    .section-heading {
    top: -12px;
    left: 0px;
    transform: initial;
    }
    .section-heading a {
    font-size: 12px;
    border-radius: 50px;
}   
}

@media (max-width: 350px) {
  .leave-comment-sec .btn {
    margin-top: 18px;
    padding: 10px 14px;
  }
  .loc-search-form .search-btn {
    position: absolute;
    top: 0;
    right: 0px;
    width: 40px!important;
}
}




.megamenu{
    position: absolute;
    left: 0px;
    top: 100%;
    background-color: #fff;
        width: 470px;
    z-index: 9999;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.55);
    
    transition: all 0.15s ease-in-out 0s;
    visibility: hidden;
    transform: translateY(10px);
    opacity: 0px;
}

.menu > ul > li:hover .megamenu{
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}
.megamenu ul{
    list-style: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.megamenu ul li{
    float: left;
    display: inline-block;
    width: 50%;
    margin-right: 0px;
   padding-right: 20px;
    position:relative;
}

.solutionmenu
{
     width: 210px;
}
.megamenu.solutionmenu li{
    float: left;
    width: 100%;
    padding:0px;
}
.megamenu.solutionmenu li ul{
    display:none;
}
.megamenu.solutionmenu li:hover ul{
    display:block;
     width: 250px;
     position:absolute;
     right:-250px;
     top:0px;
     background:#fff;
      -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.55);
}
.menu > ul > li {
    float: left;
    position: relative;
    display: inline-block;
    margin-right: 2px;
}
.menu > li:hover .megamenu {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}




.tab .nav-tabs{
    border-bottom: 0 none;
}
.tab .nav-tabs li{
    margin-right: 10px;
}
.tab .nav-tabs li a{
    padding: 15px 15px;
    font-size: 14px;
    color: #888;
    position: relative;
}
.tab .nav-tabs li a:hover{
    color: #fff;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover{

    color: #fff;

    transition: background 0.20s linear 0s;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li.active a:after{
    content: "";
    border: 13px solid transparent;
    border-bottom-color: #d3d3d3;
    position: absolute;
    bottom: -6px;
    left: 37%;
}
.tab .nav-tabs li.active a:after{
    border-bottom-color: #fff;
    bottom: -6px;
}
.tab .tab-content{
    font-size: 14px;
    color: #333;
    background: #fdfdfd;
    line-height: 25px;
    padding: 20px 25px;
        margin-top: 6px;
    border: 1px solid #ddd;
}
.tab .tab-content h2{
    font-size: 30px;
}




.nav-tabs > li {
       float: left;
    left: 30%;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

     background-color: transparent; 
     border: 0px; 

}
.nav-tabs > li > a {
    border: none;
}
.login-sigin input{
    height: 45px;
}
.login-sigin label{
        font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-largee{
        background-color: #0156B8;
    border-radius: 2px;
    width: 100%;
    text-align: center;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    filter: none;
    text-decoration: none;
    font-weight: 400;
    color: #FFF;
    background-color: #2A73CC;
    border: 1px solid #2A73CC;
    padding: 10px 20px;

}
/*.bg-blue{
  background-color: rgb(59, 89, 152);
}*/
.bg-red{
    background-color: rgb(221, 75, 57);
    border-color: rgb(221, 75, 57);
}
.nt_pop_x{
    color: #fff;
}
.h-row{
        margin: 0px;
    height: 1px;
    border: none;
    background-color: #e3e4e5;
}
.mg-auto{
    margin: 0px auto;
}
.profile-menu {
       background: #3b5998;
    position: absolute;
    z-index: 999;
    width: 170px;
        box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        padding-top: 10px;
}
.user-profile .profile-titile:after{
        display: inline-block;
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 6px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.profile-menu-list li{
    padding: 8px;
    border-bottom: 1px solid #eee;
}
.profile-menu-list li a{
    color: #fff!important;
}
.profile-menu-list li:hover{
    background-color: #0192ef;
    color:#fff!important;
}
.profile-menu-list li:last-child{
    border: none;
}
.user-profile  .profile-menu{
 display: none;
}
.user-profile:hover  .profile-menu{
  display: block;
}
.header-cart li{
    display: inline-block;
    color:#fff;
    padding-right: 15px;
    cursor: pointer;
}
.header-cart li a{
    background: #0192ef;
    padding: 4px 8px;
    border-radius: 20px;
}
.pop_exams ul {
    list-style: none;
    margin: 0 -10px;
}
.pop_exams li {
    width: 16.6%;
    float: left;
    padding: 10px;
}
.pop_exams li a {
    width: 100%;
    float: left;
    border-radius: 6px;
    padding: 20px 10px;
    color: #555;
    text-align: center;
    border: 1px solid #eee;
    transition: all .5s;
}
.pop_exams li img {
    max-width: 100%;
    height: 60px;
    display: table;
    margin: 5px auto;
    margin-bottom: 25px;
}
.pop_exams li h5 {
    display: block;
    color: #222;
 /*   margin-bottom: 10px;*/
    font-size: 16px;
    font-weight: 400;
}
.pop_exams li a:hover {
    border: 1px solid #017fa8;
    box-shadow: 0 2px 28px 0 #d4d7dc;
    transition: all .5s;
}

.banner_cont {
    text-align: center;
    margin-top: 20%;
    position: relative;
    z-index: 99;
    color: #fff;
    letter-spacing: 2px;
}
.banner_cont h2 {
       font-size: 40px;
    margin-bottom: 20px;
}
.banner_cont h4 {
    font-weight: 300;
    font-size: 17px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 20px;
}
.loc-search-form {
    max-width: 600px;
    height: 70px;
    margin: 0 auto;
       background: #fff;
    position: relative;
    padding: 0 26px;
}
.loc-search-form input[type=text] {
    display: block;
    width: 100%;
    height: 70px;
    padding: 4px 0 0;
    border: 0;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    outline: 0px;
    background: transparent;
    text-transform: uppercase;
}
.loc-search-form .search-btn {
    position: absolute;
    top: 0;
    right: 0px;
    width: 80px;
    height: 70px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    text-transform: uppercase;
    background: rgba(1, 146, 239, 0.74);
    border: 0;
    font-family: 'Josefin Sans', sans-serif;
    z-index: 1;
}
.loc-search-form .icon-search {
    display: none;
}
.loc-search-form .icon-search {
    position: absolute;
    margin: auto 0 auto auto;
    left: 0;
    bottom: 0;
    top: 0;
    right: 27px;
    width: 44px;
    height: 46px;
    z-index: 0;
    transition: opacity .3s;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/search1.png);
}

.banner_cont {
    margin-top: 6%;
}
.loc-search-form,
.loc-search-form input[type="text"],
.loc-search-form .search-btn {
    height: 50px;
}

.loc_search_new {
    padding: 10px 0;
    display: table;
    max-width: 600px;
    margin: 0 auto;
    /*margin-top: 15px;*/
    background: rgba(255,255,255,0.6);
    position: relative;
}
.dateLabel {
    position: relative;
    text-align: left;
}
.dateLabel label {
    display: block;
    font-weight: 500;
    color: #333;
}
.dateLabel .form-control {
    margin-bottom: 10px;
    outline: 0px;
}
.required_po{ color:#FF3300 !important; 
}

@media only screen and (max-width :768px) {

    .homebanner {
    /*background-color: #0168b6;*/
    position: relative;
    overflow: hidden;
    background-image: url('../images/mobile-slider.jpg');
    height: 350px;
    background-size: cover;
}
    .course-subheading {
    line-height: 25px;
}
 .course-details td b {
    font-size: 12px!important;
}
    .course-details td {
    padding: 0px!important;
    font-size: 16px;
   }
   .mb-p0{
        overflow: hidden!important;
        padding: 0px!important;
       }
    .vd-widget-right {
     position: relative!important; 
     right: inherit!important; 
     top: inherit!important; 
     padding-right: inherit!important; 
}
.courses-list > div {
    margin-bottom: 15px;
}
.ptb-60 {
    padding: 40px 0px;
}
.pop_exams li {
    width: 24.6%;
}
.widget__body{
        height: 300px;
    overflow: auto;
}
}


@media only screen and (max-width :767px) {
.banner1 {
    height: auto;
padding-top: 100px;
padding-bottom:50px;
}

}
.small-serch i{
    color: #fff;
        padding-top: 14px;
}

@media only screen and (max-width: 479px){

       .homebanner {
    /*background-color: #0168b6;*/
    position: relative;
    overflow: hidden;
    background-image: url('../images/mobile-slider.jpg');
    height: 240px;
    background-size: cover;
}

    .pop_exams li img {
    max-width: 100%;
    height: 40px;
    display: table;
    margin: 0px auto;
    margin-bottom: 8px;
}
    .tab .nav-tabs li{
       
        margin-bottom: 5px;
    }
    .tab .nav-tabs li a{
        padding: 20px;
        border-radius: 0;
    }
    .tab .nav-tabs li.active a:before,
    .tab .nav-tabs li.active a:after{
        border: none;
    }
    .tab .tab-content{
        margin-top: 5px;
    }
      .nt_pop_bx {

     padding: 0px; 
    }
.nav-tabs > li {
    float: left;
    left: 15%!important;
}
.nt_pop_x {
       position: relative;
    top: 1px;
    padding-right:4px;
        float: right;
}
.courses-list, .courses-list > div{
  padding: 0px;
}
.courses-list > div{
  margin-bottom: 15px;
}

.pop_exams li, .home_counter ul li {
    width: 33%!important;
}
.pop_exams li {
    padding: 3px;
}
.pop_exams li a {
    padding: 6px 10px;
}
.pop_exams li h5 {
       font-size: 13px;
         margin-bottom: 0px; 
}
.header-cart, .header-contact, .header-contact{
    display: none;
}
.serch-mobile i{
    color: #fff;
    padding-left: 10px;
}
}

.button_box2 {
    width: 320px;
    padding: 10px 15px;
}
/*-------------------------------------*/
.cf:before, .cf:after{
content:"";
display:table;
}
.cf:after{
clear:both;
}
.cf{
zoom:1;
}
/*-------------------------------------*/

.form-wrapper-2 {
    width: 291px;
    /* padding: 15px; */
    /* background: #555; */
    /* border: 1px solid #646464; */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}
.form-wrapper-2 input {
    width: 230px;
    height: 40px;
    padding: 10px 5px;
    float: left;
    font: bold 15px 'Raleway', sans-serif;
    border: 0;
    background: #eee;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.form-wrapper-2 input:focus {
outline: 0;
background: #fff;
-moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
-webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
.form-wrapper-2 input::-webkit-input-placeholder {
color: #999;
font-weight: normal;
font-style: italic;
}
.form-wrapper-2 input:-moz-placeholder {
color: #999;
font-weight: normal;
font-style: italic;
}
.form-wrapper-2 input:-ms-input-placeholder {
color: #999;
font-weight: normal;
font-style: italic;
}
.form-wrapper-2 button {
overflow: visible;
    position: relative;
    /* float: right; */
    border: 0;
    padding: 0;
    cursor: pointer;
    font-size: 5px;
    height: 40px;
    width: 61px;
    font: bold 12px/40px 'Raleway', sans-serif;
    color: #fff;
    /* text-transform: uppercase; */
    background: #9E9E9E;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}
.form-wrapper-2 button:hover{
background: #36a0d2;
}
.form-wrapper-2 button:active,
.form-wrapper-2 button:focus{
background: #36a0d2;
}
.form-wrapper-2 button:before {
content: '';
position: absolute;
border-width: 8px 8px 8px 0;
border-style: solid solid solid none;
border-color: transparent #9E9E9E transparent;
top: 12px;
left: -6px;
}
.form-wrapper-2 button:hover:before{
border-right-color: #36a0d2;
}
.form-wrapper-2 button:focus:before{
border-right-color: #c42f2f;
}
.form-wrapper-2 button::-moz-focus-inner {
border: 0;
padding: 0;
}
.sigin-register{
      

    color: #fff;
}
.mt-18{
        margin-top: 18px;
}

.sigin-login-btn ul li{
        /* float: right; */
    width: 49%;
    text-align: center;
    display: inline-block;
    padding: 8px 41px;
    background: red;
    background: #36a0d2;
    background: #36a0d2;
}


.img-fluid {
    background: url(../images/sprite1.png) ;
    width: 65px;
    background-repeat: no-repeat;
    margin: 0 auto;
    height: 75px;
} 
.sp1{
    background-position: 0px 2px;
}
.sp2{
    background-position: 0px -71px;
}
.sp3{
       background-position: 0px -142px;
}
.sp4{
          background-position: 0px -217px;
}
.sp5{
        background-position: 0px -289px;
}
.sp6{
        background-position: 0px -362px;
}
.sp7{
           background-position: 0px -432px;
}
.sp8{
               background-position: 0px -510px;
}
.sp9{
              background-position: 0px -588px;
}
.sp10{
              background-position: 0px -660px;
}
.sp11{
                  background-position: 0px -738px;
}
.sp12{
                  background-position: 0px -808px;
}
.pop_exams li h5 {
    height: 36px;
}
.bg-green{
        background: seagreen;
}
.progress {
    margin-bottom: 10px;
    margin-top: 10px;
}
.progress-status{
    color: #fff;
    margin: 0px;
}
.product-card--layout--list .product-card__category {
    margin-top: 6px;
}
.tag-list li{
    display: inline-block;
}
.tag-list li a{
    padding: 6px 20px;
    background: lightblue;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
}
/*.products-view .p-12{
    padding-bottom: 40px;
}*/
.pd-o{
    padding:0px;
    overflow: hidden;
}
.Related-Courses >div{
  margin-bottom: 10px;
}
.m-8{
        margin: 8px 0px;
}
.signup-btn{
    padding: 6px 34px;
    background: #36a0d2;
    color: #fff;
    border-radius: 2px;
}



.user-img{
    border-radius: 50%;
    border: 2px solid #ddd;
}
.profile-name{
    color: #fff!important;
    font-size: 15px;
    padding: 4px 0px;
    font-weight: 100;
}
.user-dashbord li a{
    color: #fff;
}
.user-dashbord li a span{
    padding-right: 6px;
    color: #ddd;
}
.user-dashbord li{
    padding: 10px 0px 10px 26px;
    color: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    cursor: pointer;
}
.user-dashbord li:hover{
        background-color: #387295;
            transition: 0.5s;
}
.user-profile-box{
    padding: 10px;
}
.Favourite-courses >div{
    margin-bottom: 20px;
}
#left_navbar{
        max-height: 100%;
}
.bg-white{
    background-color: #fff;
}

.btn-outline-info{
      background: #fff;
    border: 1px solid #36a0d2;
    margin: 8px 2px;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.bg-subscribed{
    background-color: #17a2b8;
    color: #fff!important;
}
.form-UpdateProfile > div{
  margin-bottom: 10px!important;
}
.btns-fvl{
    color: #fff;
    background-color: #36a0d2;
            padding: 6px 30px!important;
        cursor: pointer;
}
.progress-bar {
    background-color: #36a0d2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mt-10{
    margin-top: 10px!important;
}
.pb-13{
    padding-bottom: 13px;
}
.adbanners-vd{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    float: left;
    padding: 7px 0px;
}
.pt-20{
    padding-top: 20px;
}
.vd-widget-right{
/*   position: absolute;*/
   right: 0px;
   top: -195px;
}
.course-details td{
        
    padding:10px!important;
    padding-left: 0px !important;
    border-bottom: 1px solid #ddd;
    border-style: dashed;
    border-top: none!important;

}
.course-details td b{
  text-transform: uppercase;
      font-size: 14px;
}
.course-details td span i{
color: #ddd;
padding-right: 10px;

}
.price-exclusive{
       font-size: 26px;
    display: inline-block;
    font-weight: 600;
    color: #656565;
      padding-right: 10px;
}
.pd-r-10{
        padding-right: 10px;
}
.border-none{
    border: none!important;
}
.btn-buy-now{
      background: linear-gradient(-45deg, #ed145b 0, #327697 100%);
    padding: 16px 94px;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}
.course-updted-date{
float: right;
}
.course-updted-date p{
margin:0px;
}
.bd-dark{
        border: 1px solid #ddd;
        float: left;
        padding: 0px;
}
.icon-fav{
    border: 1px solid #d62062;
    padding: 4px;
    border-radius: 50%;
    color: #d62062;
    margin-right: 10px;
    font-family: FontAwesome;
}
.compare-list-detail li{
 padding: 8px;
    text-align: center;
    border-bottom: 1px solid #ddd !important;
   
}
.compare-list-detail li:last-child{
    border-bottom: 0px!important;
   
}
.course-boxx{
        padding: 0px;
    border-right: 1px solid #ddd;
}
.course-boxx:last-child{
      
    border-right: 0px;
}
.icon-fav:hover {
    border: 1px solid #36a0d2;
    color: #36a0d2;
    cursor: pointer;
}
.not-avilable{
      font-size: 23px;
    color: red;
    padding: 3px!important;
}
.bg-aw{
    background: antiquewhite;
}
.course-price-compare{
    font-size: 20px;
    color: #444c4f;
    font-weight: 600;
}
.course-price-box{
    padding: 20px 0px;
}
.course-price-box span{
    padding-right: 3px;
}
.offer-price{ 
    font-size: 12px;
    color: #757575; 
}
.btn-learn{
       background: linear-gradient(-45deg, #ed145b 0, #327697 100%);
        padding: 7px 35px;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}
.Coupon{
    margin-bottom: 0px;
    margin-top: 20px;
}
.Coupon-exp{
       color: mediumvioletred;
}
.courser-comaring-sec li >span{
     padding-right: 5px;
}
.courser-comaring-sec li{
      font-size: 16px;
    color: #ddd;
    padding: 8px 7px;
    border-bottom: 1px solid #ddd;
}
.pd-43{
    padding: 43px 0px;
}
.coursedetail-sec{
    border-radius: 13px;
    background: linear-gradient(-45deg, #29b0ce 0, #4e488e 100%);
}
.bg-fff{
    background-color: #fff;
   /* box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);*/
    border: 0px;
}
.course-comapre-img{
        padding: 10px 10px 10px 10px;
            margin-bottom: -4px;
            position: relative;
}
.course-comapre-img img{
    border-radius: 1px;
    border: 4px solid #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 0px 5px 0 rgba(0,0,0,.19);
}
.remove-course{
   position: absolute;
    top: 6px;
    right: 7px;
    cursor: pointer;
}
.remove-course i{
    background-color: #293134;
    color: #fff;
    padding: 3px 4px;
    border-radius: 50%;
    font-weight: normal;
    font-size: small;
}
label.filter-list__row{
    cursor: pointer;
}


.serviceBox{
    border-radius: 6px;
       
    background: #fff;
    border: 1px solid hsl(0, 0%, 82%);
    box-shadow: 5px 5px 0 hsla(0, 0%, 0%, 0.07);
    /* text-align: center; */
    position: relative;
        
}
.serviceBox-deals{
     padding: 26px 26px;
     padding-bottom: 0px;
}
.serviceBox:hover{ border: 1px solid #428ef8; }

.serviceBox:hover:before,
.serviceBox:hover:after{
    opacity: 1;
    left: 50%;
}

.serviceBox .title{
    font-size: 20px;
    font-weight: bold;
    color: #252525;
    margin: 0 0 10px 0;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .title{ opacity: 0; }
.serviceBox .description{
    font-size: 16px;
    color: #7a7a7a;
    line-height: 25px;
    margin: 0;
    transition: all 0.5s ease 0s;
}
.Cashback-offer{
    font-size: 12px;
    color: green;
    font-weight: 500;
}
.serviceBox .description{
    padding-bottom: 20px;

}
.exp-date{
       text-align: center;
    margin: 0px;
    background: linear-gradient(-45deg, #29b0ce 0, #4e488e 100%);
    padding: 9px 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.exp-date a{
     color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

.inner {
  position: relative;
  width: 150px;
  text-align: center;
    margin: 0px auto;
}

.code {
  display: block;
    width: 100%;
    text-align: right;
    background: #d6272733;
    padding: 10px 10px 8px 60px;
    color: #d62727;
    border: 1px solid #d62727;
    border-style: dashed;
}

.btnn {
  position: absolute;
  top: 0;
  left: 0;
      font-size: 12px;
  width: calc(100% - 30px);
  cursor: pointer;
  background: #d62727;
  color: #fff;
      padding: 14px 0px 12px 12px;
  transition: all .2s linear;
}

.btnn:hover {
  background: #d62727c2;
  width: calc(100% - 50px);
  transition: all .2s linear;
  color: #fff;
}

.btnn:hover:after {
  border-bottom: 30px solid #e01515c2;
  border-right: 30px solid transparent;
  right: -30px;
  transition: all .2s linear;
}

.btnn:hover:before {
      width: 30px;
        height: 12px;
    background: #e01515c2;
    transition: all .2s linear;
}

.btnn:before {
 content: '';
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 20px;
    height: 22px;
    background: #d62727;
    transition: all .2s linear;
}

.btnn:after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  border-bottom: 20px solid #b91c1c;
  border-right: 20px solid transparent;
  transition: all .2s linear;
}
.margin {
     margin: 15px 0px;
}
.coupon-users{
    padding-top: 16px;
    color: #36a0d2;
}
.deals-section >div {
    margin-bottom: 50px;
}
.course-details tbody tr td{
        min-width: 140px;
}
.expire-timer span{
    color: #d62727;
}
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}

.load_int_subjects button{
    padding: 10px;
    margin: 6px;
    background: lightseagreen;
    color: #fff;
    font-size: 15px;
}
.modal-dialog {
    left: 50%;
    right: auto;
    width: 870px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.ytp-title, .ytp-chrome-top-buttons, .ytp-pause-overlay, .ytp-youtube-button, .ytp-title-channel, .branding-img-container{
        display:none!important;
    }