/**************************************************************************************
Default classes
Copyright  2019  rights reserved
**************************************************************************************/

/* ################################################ */
/* ################# Default Page ################# */
/* ################################################ */

html {
	min-height: 100%;
  	height: auto;
    font-family: 'Tajawal', sans-serif;
    scroll-behavior: smooth;
}


body {
	margin:0;
	padding:0;
	font-family: 'Tajawal', sans-serif;
	font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: #7e7e7e;
    background: #fff;
    overflow-x: hidden;
    direction: rtl;
}


br {
	line-height:18px;
}


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

div {
	margin:0;
	padding:0;
}

table {
	margin:0;
	padding:0;
}

img {
	margin:0;
	border:0;
}

p {
	margin:0;
	padding:0;
	font-size: 14px;
	color: #000
}

h1, h2, h3, h4, h5, h6 {margin:0; padding:0; color: #4f4f4f}


form {
	margin:0;
	padding:0;
}
a{ text-decoration:none; color: #1f8fbb;}
a:hover{ text-decoration:none; color: #1ccfc9;}


.clear{ clear:both}
.clear-margin{ clear:both; margin:10px 0}
.img-fit{
    object-fit: cover;
}


#navbarNav {
	justify-content: flex-end !important;
}

.white-color{ color: #fff;}

.p-0{padding: 0;}
.p-10{ padding: 10px;}
.pt-20{ padding-top: 20px}
.pt-30{ padding-top: 30px}
.pt-50{ padding-top: 50px}
.pb-50{ padding-bottom: 50px}
.pb-30{ padding-bottom: 30px}

.mr-20{ margin-left: 20px;}
.mr-10{ margin-left: 10px;}
.ml-20{ margin-right: 20px;}
.ml-10{ margin-right: 10px;}

.mt-15{ margin-top: 15px;}

.mt-20{ margin-top: 20px;}
.mt-25{ margin-top: 25px;}
.mt-30{ margin-top: 30px;}
.mt-40{ margin-top: 40px;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-40{margin-bottom: 40px;}
.mb-20{margin-bottom: 20px;}


button:active, button:focus{ outline: 0}
.flexCenter{display: flex; justify-content: center; align-items: center; width: 100%}
.flexRight{display: flex;
    justify-content: flex-end;
    align-items: center;}
.flexLeft{display: flex;
    justify-content: flex-start;
    align-items: center;}    
.flexBetween{
    display: flex;
    justify-content: space-between;
    align-items: center;
}  
.modal-header{
    border-bottom: 0;
    padding: 10px;
}  
.custom-btn{
    color: #fff !important;
    background: rgba(0,0,0,0);
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    border: 1px solid #fff;
    display: inline-block;
}
.more_button{
    color: #1f8fbb !important;
    background: #fff;
    padding: 0px 20px 0px 20px;
    border-radius: 50px;
    font-weight: 400;
    border: 1px solid #1f8fbb;
    display: inline-block;
}
.more_button:hover{
    color: #fff !important;
    background: #1f8fbb;
    display: inline-block;
}

.view-more-section{
    color: #fff !important;
    background: #333333;
    padding: 5px 30px 5px 30px;
    border-radius: 50px;
    border: 1px solid transparent;
    display: inline-block;
}

.view-more-section:hover{
    color: #1f8fbb !important;
    background: #fff;
    border: 1px solid #1f8fbb;
}
.add-to-cart{
    color: #fff !important;
    background: #1f8fbb;
    padding: 0px 20px 0px 20px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #1f8fbb;
}
.add-to-cart:hover{
    color: #1f8fbb !important;
    background: #fff;
    border: 1px solid #1f8fbb;
}

.section_title_1{
 font-weight: 300;
 margin-bottom: 40px;
}
.section_title_1 span{
    color: #1f8fbb;
    font-size: 45px;
    font-weight: 700;
    margin-left: 15px;
}
.badge{ 
    background: #1f8fbb;
    color: #fff !important;
    padding: 5px 10px 5px 10px;
    border-radius: 50px;
    font-weight:300 ;
}
.best-seller-badge{
    background: #dfbd00;
    color: #000 !important;
    padding: 0px 10px 0px 10px;
    border-radius: 50px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;}
.free-badge{
    background: #00e000;
    color: #fff !important;
    padding: 0px 10px 0px 10px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}    
.owl-dots{ margin-top: 20px; text-align: center;}
.owl-dots button{     background: #bababa !important;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    margin: 0 5px;}
.owl-dots button.active{     background: #2591bc !important;}    
.owl-nav{ display: none;}
.close{
    background: #1f8fbb !important;
    color: #fff;
    border-radius: 50px;
    opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 0px;
    font-weight: 100;
    text-align: center;
    font-size: 20px;
    padding: 0 !important;
    margin: 0px !important;
    text-shadow: none !important;
}
.mobile-header, .m-hero-cat{ display: none !important;}

.flip-box {
    background-color: transparent;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    height: 343px;
  }
  
  /* This container is needed to position the front and back side */
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 222;
  }
  
  /* Style the front side */
  .flip-box-front {
    color: black;
  }
  
  /* Style the back side */
  .flip-box-back {
    transform: rotateY(180deg);
  }

  .navbar-brand{
    margin-left: 1rem;
    margin-right: 0; 
    }
    
.hide-desk{
        display: none;
}   
.divid{
    height: 1px;
    background-color: rgba(51, 51, 51, 0.13);
    width: 100%;
    clear: both;
    margin: 20px 0;
}
/* ################################################ */
/* ############### End Default Page ############### */
/* ################################################ */


/* ############### Start site Css ############### */
.top-header{
    padding: 15px 0;
}
.switcher{font-family: 'Nunito Sans', sans-serif; color: #fff; font-weight: 700; margin-left: 15px;}
.switcher:before{
    margin-left: 5px;
    color: #fff;
    content: "";
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
    background: url(../images/uk-flag.svg) center center no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.m-switcher{
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../images/uk-flag.svg) center center no-repeat;
}
.instructor-btn{
    color: #fff;
    font-weight: 300;
}
.instructor-btn:before{
    margin-left: 5px;
    font-size: 20px;
    color: #fff;
    content: "\f11d";
    font-family: flaticon;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    vertical-align: middle;
}
.cart:before, .cart:after {
    content: '';
}
.header-button-woo .cart {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.mini-cart {
    display: inline-block;
    position: relative;
    padding: 0;
    color: #fff;
    line-height: 1;
}
.red-notf .count{
    background: red !important;
}
.user-tab{
margin-right: 20px;
}

.user-tab > a{
    color: #fff;
}
.user-tab img{
    border-radius: 80px;
    border: 3px solid #1ccfc9;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.mini-cart .count {
    position: absolute;
    top: -5px;
    font-size: 10px;
    color: #fff;
    background-color: #1ccfc9;
    line-height: 19px;
    min-width: 15px;
    padding: 0;
    overflow: hidden;
    text-align: center;
    left: -5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
}
.mini-cart i {
    font-size: 21px;
    margin: 0!important;
}

.dropdown-toggle::after {
    display: none;
   
}
.custom-drop-item .dropdown-item {
    width: 100%;
    padding: 5px 15px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-drop-item .dropdown-item:last-child{
    border-top: 1px solid #ddd;
}
.mini-cart [class*=icon]:before {
    font-size: 26px;
}
.main-header{
	 background-color: #01516e;
	background-image: url('../images/bg-slider-2.webp');
	background-position: top center;
    background-repeat: no-repeat;
	background-size: cover;
    /* height: 100vh; */
    /* height: 70vh; */
    /*background: #01516e;*/
    padding-bottom: 60px;
}
.navbar-brand img{ width: 150px; }
.megamenu > li > a {
    font-size: 16px;
    padding: 19px 12px;
    position: relative;    
	color: #fff;
    background-color: transparent;
    font-family: "Tajawal", Arial, sans-serif;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.megamenu > li {
    padding: 0;
    margin: 0;
    float: none;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.megamenu > li:last-child{
    margin-left: 0;
}
.megamenu > li:last-child > a {
    padding-left: 0 !important;
}
.megamenu > li:first-child > a {
    padding-right: 0;
}
.megamenu > li > a.dropdown-toggle {
    position: relative;
}
.megamenu > li > a.dropdown-toggle:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: 100%;
    content: "";
    margin-top: 8px;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 0;
    height: 0;
}
.megamenu > li > a > .caret:after, .user-tab .caret:after {
    content: "\f103";
    font-family: "Flaticon";
    font-size: 10px;
    line-height: normal;
    position: absolute;
    top: -2px;
    margin: 0;
    right: 0;
}
.actions-bar .dropdown-menu{
    margin: 25px 0 0 0 !important;
    padding: 0;
}
.login-signin{ margin-left: 10px;}
.login-signin a{color: #fff;}
.login-signin a i{
    margin-left: 5px;
}
.megamenu > li > a > .caret, .user-tab .caret {
    border: 0;
    position: relative;
    line-height: normal;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.dropdown-toggle{position: relative;}
.nav-link{ color: #fff;}
.search-form-popup-wrapper {
    position: relative;
    border: 0px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
	-o-border-radius: 50px;
	background-color: #fff;
	min-width: 500px;
}
.apus-search {
    border: 0;
    outline: none;
    height: 45px;
    font-size: 14px;
    color: #555555;
    background-color: transparent;
    padding-right: 30px;
	padding-left: 60px;
	border-radius: 50px;
}
.btn-search-icon {
    border: 0;
    margin: 0;
    outline: none;
    background-color: transparent;
    padding: 0 0 0 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.hero-section{
    position: relative;
}

.hero-section h1{
 color:#fff;
 font-weight: 700;
}
.hero-section p{
    color: #fff;
    font-weight: 300;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.hero-section .custom-btn:hover{
    background: #fff;
    color: #1ccfc9 !important;
}
.cat-container{
    margin-top: 40px;
}
.cat-container a{
    margin: 0 10px;
    line-height: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.cat-container span{
    margin-top: 10px;
}
.latest-release{
    padding: 60px 0;
    background: url(../images/highlighter-bkg-2.png) top left no-repeat;
} 
.latest-item p{font-size: 14px; margin: 10px 0; color: #b2b2b2;    line-height: 22px; height: 83px; overflow: hidden;}
.arrow-action i{ margin: 0 10px; cursor: pointer; font-size: 20px;}
.arrow-action i:hover{ color: #1f8fbb; font-weight: 700;}
.tabs-container{
    margin-top: 70px;
}
.custom-tab{     background: #ececec;
    border-radius: 60px;
    width: 32%;
    margin: 0px auto 50px auto;
    padding: 11px !important;}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        color: #fff;
        background-color: #1f8fbb;
        border-radius: 60px;
    }   
.nav-pills .nav-link{
    color: #1f8fbb;
        background-color: #fff;
        border-radius: 60px;
}  
.card-item{
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    background: #fff;
}
.card-item img{ border-radius: 5px 5px 0 0;}  
.card-img{
    position: relative;
}
.card-img i{position: absolute;
    left: 10px;
    top: 10px;
cursor: pointer;}
.card-img h4{
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 15px;
    color: #fff;
    background: #1f8fbb;
    padding: 4px 10px 4px 10px;
    border-radius: 50px 0 0 50px;
    }
.card-img.talks h4{
    bottom: 0;
    width: 100%;
    border-radius: 0;
}  
  
.card-title{color:#010101;padding: 10px; margin-bottom: 0;}  
.card-rating{ padding: 0 10px;}  
.card-price{ padding: 10px;}
.before-discount{
    font-size: 12px;
    color: #ddd;
    text-decoration: line-through;
}
.price{
    font-weight: 700;
}
.card-date{font-size: 12px;color: #9b9a9a;margin-bottom: 5px;}
.badges{
    margin-top: 7px;
    font-size: 11px;
}
.badges span{
    margin-left: 5px;
}
.badges a{
    margin-right: 5px;
    color: #1f8fbb;
}
.card-data{
    font-size: 10px;
    margin-top: 10px;
}
.card-data i{
    float: right;
    margin-top: -2px;
}
.card-data i:before{
    font-size: 12px;
    margin-left: 5px;
}
.card-info{
    padding: 10px 0;
}
.card-info p{
    font-size: 12px;
    line-height: 17px;
    padding: 5px 0;
    height: 55px;
    overflow: hidden;
}

.action-btns i{background: url(../images/empty-fav-flip.svg) center center no-repeat; cursor: pointer;}

.meet_our{
    padding: 60px 0 0 0;
    background: url(../images/highlighter-bkg-1.png) top right no-repeat;
}
.instructor-item h3{
font-weight: 700;
}
.instructor-item p{
    font-size: 14px;
    padding: 10px 0;
}
.instructor-item ul{
    padding: 10px 0;
}
.instructor-item ul li::before{
    content: "\f105";
    font-family: Flaticon;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    margin-left: 10px;
    float: right;
    margin-top: 5px;
}
.instructor-item ul li span{
    color: #1f8fbb;
    font-weight: 700;
}
/* .meet_our .arrow-action i{
    
    background: #d2d2d2;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
    padding: 5px 10px 4px 10px;
    
}
.meet_our .arrow-action i::before{
    font-size: 17px;
}
.meet_our .arrow-action i:hover{
    background: #adadad;
    font-weight: unset;
} */
.our_partners{
    padding: 60px 0;
    background: #f3f3f3;
}
.testimonials{
    padding: 60px 0;
    position: relative;
}
.testimonials .owl-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    top: -50px;
}
.testimonials .owl-nav button{
    font-size: 75px !important;
    color: #2591bc !important;
}
.test-item a{
padding: 10px 0;
color: #000;
font-style: italic;
display: block;
}
.test-item a span{ color:#2591bc;font-weight: 700; }
footer{padding: 50px 0 0 0;background: #303030;}
footer img{
    width: 140px;
    margin-bottom: 30px;
}
footer p{
    color: #fff;
    line-height: 17px;
}
.footer-title{
    color: #fff;
    font-weight: 300;
}
.footer-title span{
    font-weight: 700;
    font-size: 45px;
}
footer ul{
    padding: 20px 0;
    margin-right: 20px;
}
footer ul li{
    list-style: circle;
    width: 50%;
    float: right;
}
footer ul li a{
    color: #fff;
    font-size: 14px;
}
footer span{ color: #fff;}
.social{
    padding: 10px 0;
}
.social a{
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin: 0 6px;
}
.social a:hover{
    background: #39b7b5;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.social a i{
    width: 17px;
    height: 17px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}
.sign-ico{
    margin: 20px 0;
}
.social.sign-ico a{
    
    border: 0;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin: 0 6px;

}
.seprt{
    width: 100%;
    position: relative;
    text-align: center;
}
.seprt:before{
    content: "";
    width: 100%;
    position: absolute;
    top: 50%;
    height: 1px;
    background: #ddd;
    right: 0;
    left: 0;
}
.content-container{ margin-left: 15px; margin-right: 15px;}
.seprt i{
    background: #fff;
    padding: 0 30px;
    display: inline;
    z-index: 2;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
}
.social.sign-ico a:hover{
    background: #39b7b5;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.social.sign-ico a i{
    width: 20px;
    height: 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    margin-top: 3px;
}
.face-color{background: #3b5b95;}
.twitt-color{background: #22a3ee;}
.in-color{ background: #0675ae;}
.g-color{background: #e33739;}

.facebook{
    background: url(../images/facebook.svg) center center no-repeat;
}
.twitter{
    background: url(../images/twitter.svg) center center no-repeat;
}
.linkedin{
    background: url(../images/linkedin.svg) center center no-repeat;
}
.instagram{
    background: url(../images/instagram.svg) center center no-repeat;
}
.googleplus{
    background: url(../images/google-plus.svg) center center no-repeat;
}

.copywrite{
    padding: 20px;
    border-top: 1px solid #454545;
    text-align: center;
    margin-top: 50px;
}
.copywrite p{ color: #fff;}
.copywrite span{ color: #39b7b5;}
.sign-tabs .nav-pills{
    border-bottom: 1px solid #1f8fbb;
    margin-bottom: -1px;
}
.sign-tabs .nav-pills .nav-link.active, .sign-tabs .nav-pills .show>.nav-link {
    color: #1f8fbb;
    background-color: #fff;
    border-radius: 0;
    border-bottom: 2px solid #1f8fbb;
    font-weight: 700;
}
.sign-tabs .nav-pills .nav-link {
    color: #000;
    background-color: #fff;
    border-radius: 0;
    font-size: 18px;
    font-weight: 300;
    margin: 0 20px;
}
.input-item{
    border-radius: 60px !important;
    border: 1px solid #1f8fbb;
    background-size: 25px !important;
    padding-right: 45px;
}
.user-login-ico{
    background: url(../images/user-log.svg) no-repeat 9px center;
}
.password-login-ico{
    background: url(../images/password-log.svg) no-repeat 9px center;
}
.email-login-ico{
    background: url(../images/email-log.svg) no-repeat 9px center;
}
.login-form{
margin: 20px 0;
}
.login-form div{
    margin-bottom: 15px;
}


/* ############### End of Css ############## */

.loading{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #00516f;
    z-index: 999999;
}
.loader-logo{
    width: 250px;
    margin: 0 auto;
}
.loader-logo img{    width: 275px;
    display: block;
    margin: 0 auto;}
.loader {
    color: #ffffff;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  }
  @-webkit-keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @-webkit-keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  

  .notf-line{
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
  }
  .notf-line:last-child{
    border-bottom: 0;

  }
  .notf-line img{
    margin-left: 10px;
    width: 35px;
    height: 35px;
    border-radius: 90px;
  }
  .slide-menu .dropdown-menu {
      width: 310px;
      left: 0;
      right: unset;
  }
  .top-header .dropdown-menu {
    width: 310px;
    left: 0;
      right: unset;
}

.card-rating.hover-action i{
    cursor: pointer;
}

.card-rating.hover-action i:hover{
    background: url(../images/star-checked.svg) center center no-repeat !important;
}


/* START LIVECHAT */
.chat-card {
    background: #fff;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
.chat-app .people-list {
    width: 320px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 7
}

.chat-app .chat {
    margin-left: 330px;
    border-left: 1px solid #eaeaea
}

.people-list {
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.people-list .chat-list li {
    padding: 10px 15px;
    list-style: none;
    border-radius: 3px
}

.people-list .chat-list li:hover {
    background: #efefef;
    cursor: pointer
}

.people-list .chat-list li.active {
    background: #efefef
}

.people-list .chat-list li .name {
    font-size: 15px
}

.people-list .chat-list img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.people-list img {
    float: left;
    border-radius: 50%
}

.people-list .about {
    float: left;
    padding-left: 8px
}

.people-list .status {
    color: #999;
    font-size: 13px
}

.chat .chat-header {
    padding: 15px 20px;
    border-bottom: 2px solid #f4f7f6
}

.chat .chat-header img {
    float: left;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.chat .chat-header .chat-about {
    float: left;
    padding-left: 10px
}

.chat .chat-history {
    padding: 20px;
    border-bottom: 2px solid #fff
}

.chat .chat-history ul {
    padding: 0
}

.chat .chat-history ul li {
    list-style: none;
    margin-bottom: 30px
}

.chat .chat-history ul li:last-child {
    margin-bottom: 0px
}

.chat .chat-history .message-data {
    margin-bottom: 15px
}

.chat .chat-history .message-data img {
    border-radius: 40px;
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 8px;
}

.chat .chat-history .message-data-time {
    color: #434651;
    padding-left: 6px
}

.chat .chat-history .message {
    color: #444;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    position: relative
}

.chat .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .my-message {
    background: #efefef
}

.chat .chat-history .my-message:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #efefef;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .other-message {
    background: #e8f1f3;
    text-align: right
}

.chat .chat-history .other-message:after {
    border-bottom-color: #e8f1f3;
    left: 93%
}

.chat .chat-message {
    padding: 20px
}

.online,
.offline,
.me {
    margin-right: 2px;
    font-size: 8px;
    vertical-align: middle
}

.online {
    color: #86c541
}

.offline {
    color: #e47297
}

.me {
    color: #1d8ecd
}

.float-right {
    float: right
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

@media only screen and (max-width: 767px) {
    .sub-plans-desc-container{
        text-align: center;
    }
    .chat-app .people-list {
        height: 465px;
        width: 100%;
        overflow-x: auto;
        background: #fff;
        left: -400px;
        display: none
    }
    .chat-app .people-list.open {
        left: 0
    }
    .chat-app .chat {
        margin: 0
    }
    .chat-app .chat .chat-header {
        border-radius: 0.55rem 0.55rem 0 0
    }
    .chat-app .chat-history {
        height: 300px;
        overflow-x: auto
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .chat-app .chat-list {
        height: 650px;
        overflow-x: auto
    }
    .chat-app .chat-history {
        height: 600px;
        overflow-x: auto
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .chat-app .chat-list {
        height: 480px;
        overflow-x: auto
    }
    .chat-app .chat-history {
        height: calc(100vh - 350px);
        overflow-x: auto
    }
}
/* END LIVECHAT */


/* START SUBSCRIPTIONS */
.solid_btn2 {
    background: #fff;
    border-radius: 50px;
    color: #000;
    padding: 10px 35px;
    font-weight: 700;
  }
  .solid_btn:hover {
    background: #000;
    color: #fff;
  }
  .solid_btn_reverse{
    background: #000;
    color: #fff;
    padding: 10px 35px;
    font-weight: 700;
    border-radius: 50px;
  }
  .solid_btn_reverse:hover{
    background: #fff;
    color: #000;

  }

.plans {
    border-radius: 15px;
    background: url("../../business/subscriptions/images/plan-bg.svg") no-repeat center center;
    background-size: cover;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .plan-content h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
  }
  .plan-content p {
    color: #fff;
  }
  .plan-card {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    position: relative;
    width: 295px;
    margin: 0 auto;
  }
  .recommend {
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
    width: 145px;
    margin: 0 auto;
    background: #06ae00;
    padding: 5px 0;
    border-radius: 15px 15px 0 0;
    color: #fff;
    display: block;
  }
  .plan-card h3 {
    color: #fff;
    background: #000;
    padding: 20px 0;
    border-radius: 15px 15px 0 0;
    font-size: 25px;
    font-weight: 200;
    text-transform: uppercase;
  }
  .plan-card .solid_btn:hover {
    background-color: #000;
    color: #fff;
  }
  .card-footer {
    border-top: 1px solid #ddd;
    padding: 10px 15px;
  }
  
  .price p {
    color: #000;
    font-size: 24px;
    font-weight: 800;
    display: inline;
  }
  .price span {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-left: 5px;
    display: inline;
  }
  
  .discount .price p {
    color: #9b9b9b;
    font-size: 13px;
    /* text-decoration: line-through; */
  }
  
  .discount .price span {
    color: #9b9b9b;
    font-size: 9px;
    margin-left: 0;
  }
  
  .discount {
    color: #9b9b9b;
    font-size: 14px;
    text-align: left;
    font-weight: 800;
  }
/* END SUBSCRIPTIONS */

/* START HOME COUNTERS */
.home-counters img{
    height: 70px;
}
.home-counters p{
    font-weight: 900;
    color: white;
}
.home-counters span{
    font-size: 25px;
}
/* END HOME COUNTERS */