@font-face {
  font-family: NeoSansArabic;
  src: local("../fonts/NeoSansArabic"), local("../fonts/NeoSansArabic"), url(../fonts/NeoSansArabic.ttf); }
@font-face {
  font-family: "Droid_Bold";
  src: url("../fonts/ArbFONTS-DroidKufi-Bold.ttf"); }
@font-face {
  font-family: "Droid_Regular";
  src: url("../fonts/ArbFONTS-DroidKufi-Regular.ttf"); }
@font-face {
  font-family: "Droid";
  src: url("../fonts/ArbFONTS-Droid Arabic Kufi.ttf"); }
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word; }

body {
  color: #373a3c;
  line-height: 1.3;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Tajawal', sans-serif;
  text-align: right;
  overflow-x: hidden !important;
  background-image: url(../images/bg-pattern.png);
  background-repeat: repeat; }

h4, h6 {
  line-height: 1.5; }

h1, h2, h3, h5 {
  font-weight: bold;
  line-height: 1.5; }

p, .text {
  font-family: 'NeoSansArabic', 'Cairo', sans-serif;
  font-size: 16px;
  color: #6e6e6e;
  line-height: 30px;
  margin: 0; }

img {
  width: 100%;
  height: auto; }

ul {
  margin-bottom: 0; }

span, a, a:hover {
  display: inline-block;
  text-decoration: none !important;
  color: inherit; }

a:focus, a:hover {
  color: inherit;
  outline: none; }

.section-padding {
  padding: 80px 0; }

.clear-fix {
  clear: both; }

.bg-gray {
  background: #f8f8f8; }
  .bg-gray .section-head {
    z-index: 2;
    position: relative; }
    .bg-gray .section-head h4 span {
      background: #f8f8f8; }

.o-hidden {
  overflow: hidden; }

.ontop {
  position: relative;
  z-index: 4; }

.position-re {
  position: relative; }

.full-width {
  width: 100% !important; }

.lg-line-height {
  line-height: 1.5; }

.bg-img {
  background-size: cover;
  background-repeat: no-repeat; }

.bg-fixed {
  background-attachment: fixed; }

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.overlay-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url(../images/overlay-pattern.png);
  background-repeat: repeat;
  background-position: top left;
  opacity: .5; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
  display: inline-block; }

.owl-theme .owl-dots {
  text-align: center; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(200, 200, 200, 0.4); }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #048a7b; }

.owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  color: #555;
  font-size: 18px;
  margin: 0 15px; }
  .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #048a7b; }

.owl-carousel .owl-nav .owl-prev {
  position: relative; }
  .owl-carousel .owl-nav .owl-prev::after {
    content: '/';
    position: absolute;
    left: -20px;
    top: 0;
    color: #888; }

.stylebar {
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .stylebar::-webkit-scrollbar {
    width: 5px; }
  .stylebar::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .stylebar::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px; }
  .stylebar::-webkit-scrollbar-thumb:hover {
    background: #888; }

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  padding: 12px 35px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 30px;
  text-align: center;
  transition: all .4s; }
  .butn span {
    transition: all .4s; }
  .butn.icon {
    padding: 12px 25px; }
    .butn.icon i {
      margin-left: 10px;
      padding-left: 10px;
      border-left: 1px solid transparent; }
  .butn.online {
    color: #048a7b; }

.butn-bg {
  background: #048a7b;
  border-color: #048a7b; }
  .butn-bg:hover {
    background: #70c7ef;
    border-color: #70c7ef; }
  .butn-bg.icon i {
    color: #fff;
    border-left-color: rgba(200, 200, 200, 0.4); }
  .butn-bg span {
    color: #fff; }

.butn-bg.light {
  background: #fff;
  border-color: #fff; }
  .butn-bg.light:hover {
    background: #70c7ef;
    border-color: #70c7ef; }
    .butn-bg.light:hover span {
      color: #fff; }
  .butn-bg.light span {
    color: #048a7b; }

.butn-gray {
  background: #f5f5f5; }
  .butn-gray:hover {
    background: #048a7b;
    border-color: #048a7b; }
    .butn-gray:hover span {
      color: #fff; }
  .butn-gray.icon i {
    border-left-color: rgba(0, 0, 0, 0.2); }

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start Navbar ]
-----------------------------------------------------------------*/
.nav-top {
  padding: 15px 0;
  background: #fff;
  position: relative;
  z-index: 9; }
  .nav-top.bord {
    border-bottom: 2px solid #048a7b; }
  .nav-top .mnav .logo {
    width: 100px;
    line-height: 50px;
    margin-left: 15px; }
  .nav-top .mnav ul {
    margin: 0; }
    .nav-top .mnav ul .nvmenu {
      float: right;
      line-height: 50px;
      margin-left: 30px;
      position: relative; }
      .nav-top .mnav ul .nvmenu:hover .menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px); }
      .nav-top .mnav ul .nvmenu .menu {
        position: absolute;
        width: 180px;
        right: -10px;
        top: 52px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(30px);
        transition: all .3s;
        z-index: 99;
        border-top: 2px solid #048a7b;}
        .nav-top .mnav ul .nvmenu .menu li {
          margin: 0;
          width: 100%;
          color: #555;
          background: #fff;
          padding: 0;
          font-size: 12px;
          border-bottom: 1px solid #F7F9FC;
          line-height: 1; }
          .nav-top .mnav ul .nvmenu .menu li:first-of-type {
            margin-top: 17px;
            border-top: 2px solid #048a7b; }
          .nav-top .mnav ul .nvmenu .menu li:hover {
            background: #F7F9FC; }
            .nav-top .mnav ul .nvmenu .menu li:hover a {
              padding-right: 25px;
              color: #048a7b; }
          .nav-top .mnav ul .nvmenu .menu li a {
            display: block;
            padding: 14px 20px;
            transition: all .2s; }
      .nav-top .mnav ul .nvmenu:last-of-type {
        margin-left: 0; }
    .nav-top .mnav ul .sub-butn a {
      line-height: 1;
      background: #FF6251;
      border-color: #FF6251; }
      .nav-top .mnav ul .sub-butn a:hover {
        background: #048a7b;
        border-color: #048a7b; }
  .nav-top .left {
    text-align: left; }
    .nav-top .left ul {
      margin: 0; }
      .nav-top .left ul .profile-img {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-right: 10px; }
        .nav-top .left ul .profile-img img {
          border-radius: 50%;
          object-fit: cover;
          object-position: top center; }
      .nav-top .left ul .nav-user {
        float: left;
        color: #6e6e6e;
        margin-right: 30px;
        line-height: 50px;
        position: relative; }
        .nav-top .left ul .nav-user:hover .menu {
          opacity: 1;
          visibility: visible; }
        .nav-top .left ul .nav-user .icon {
          font-size: 20px; }
        .nav-top .left ul .nav-user .menu {
          text-align: right;
          position: absolute;
          width: 180px;
          left: -10px;
          top: 70px;
          opacity: 0;
          visibility: hidden;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          transition: all .4s;
          z-index: 99;}
          .nav-top .left ul .nav-user .menu li {
            margin: 0;
            width: 100%;
            color: #555;
            background: #fff;
            padding: 0;
            font-size: 12px;
            border-bottom: 1px solid #F7F9FC;
            line-height: 1; }
            .nav-top .left ul .nav-user .menu li:hover {
              background: #F7F9FC; }
              .nav-top .left ul .nav-user .menu li:hover a {
                padding-right: 25px;
                color: #048a7b; }
            .nav-top .left ul .nav-user .menu li a {
              display: block;
              padding: 14px 20px;
              transition: all .2s; }
              .nav-top .left ul .nav-user .menu li a i {
                transform: rotate(180deg);
                margin-right: 10px;
                opacity: .7; }
          .nav-top .left ul .nav-user .menu.schedule {
            width: 340px;
            left: -40px;
            padding: 30px 20px;
            background: #fff; }
            .nav-top .left ul .nav-user .menu.schedule .items {
              border-bottom: 3px solid #048a7b;
              padding-bottom: 15px;
              margin-bottom: 15px; }
              .nav-top .left ul .nav-user .menu.schedule .items:last-of-type {
                border: none;
                padding-bottom: 0;
                margin-bottom: 0; }
            .nav-top .left ul .nav-user .menu.schedule a {
              line-height: 1; }
            .nav-top .left ul .nav-user .menu.schedule .half {
              display: inline-block;
              font-size: 12px;
              color: #999;
              width: 48%; }
              .nav-top .left ul .nav-user .menu.schedule .half.left {
                text-align: left; }
            .nav-top .left ul .nav-user .menu.schedule .butn {
              margin-top: 20px;
              width: 100%;
              background: #f1f1f1;
              padding: 15px;
              border: transparent; }
              .nav-top .left ul .nav-user .menu.schedule .butn span {
                color: #048a7b; }
            .nav-top .left ul .nav-user .menu.schedule .btn {
              color: #048a7b; }
              
              .nav-top .left ul .nav-user .fa-bell{
                  color: #048a7b;
              }
              
              .nav-top .left ul .nav-user .badge_nav{
                  background-color: red;
              }
              
              /*-----------------------*/
              .nav-top .col-lg-8 ,.nav-top .mnav ul .nvmenu.mnhg{
                  position: inherit;
              }
              
              .nav-top .mnav ul .nvmenu.mnhg .menu{
                  top: 65px;
                  right: 0;
                  width: 100%;
                  background-color: #fff;
              }

.nav-mobile {
  background: #fff;
  position: relative;
  z-index: 99999;
  display: none; }
  .nav-mobile.bord {
    border-bottom: 2px solid #048a7b; }
  .nav-mobile .mnav {
    padding: 20px 0;
    position: relative; }
    .nav-mobile .mnav .logo {
      width: 120px;
      margin-left: 30px; }
    .nav-mobile .mnav ul {
      margin: 0;
      display: block; }
      .nav-mobile .mnav ul li {
        display: inline-block;
        float: right; }
      .nav-mobile .mnav ul .sub-butn a {
        line-height: 1;
        background: #FF6251;
        border-color: #FF6251; }
        .nav-mobile .mnav ul .sub-butn a:hover {
          background: #048a7b;
          border-color: #048a7b; }
      .nav-mobile .mnav ul .profile-img {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-left: 50px;
        display: inline-block;
        float: left; }
        .nav-mobile .mnav ul .profile-img img {
          border-radius: 50%;
          object-fit: cover;
          object-position: top center; }
  .nav-mobile .menu-button {
    position: absolute;
    left: 0;
    top: 30px;
    font-size: 30px;
    color: #048a7b;
    cursor: pointer; }
  .nav-mobile .side-menu {
    width: 280px;
    padding: 40px 20px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(200, 200, 200, 0.3);
    position: fixed;
    left: -300px;
    top: 0;
    height: 100vh;
    overflow: auto;
    transition: all .5s; }
    .nav-mobile .side-menu.active {
      left: 0; }
    .nav-mobile .side-menu .menu-close {
      position: absolute;
      left: 20px;
      top: 20px;
      font-size: 30px;
      color: #048a7b;
      cursor: pointer; }
    .nav-mobile .side-menu .nvmenu > a {
      font-weight: 700; }
    .nav-mobile .side-menu .nvmenu .menu {
      position: relative;
      margin: 15px 0 30px;
      z-index: 99;
      border-top: 2px solid #048a7b; }
      .nav-mobile .side-menu .nvmenu .menu li {
        margin: 0;
        width: 100%;
        color: #555;
        padding: 0;
        font-size: 12px;
        line-height: 1; }
        .nav-mobile .side-menu .nvmenu .menu li:hover {
          background: #F7F9FC; }
          .nav-mobile .side-menu .nvmenu .menu li:hover a {
            padding-right: 25px;
            color: #048a7b; }
        .nav-mobile .side-menu .nvmenu .menu li a {
          display: block;
          padding: 14px 20px;
          transition: all .2s; }
    .nav-mobile .side-menu .user-area {
      margin-top: 30px;
      border-top: 2px solid #eee; }
    .nav-mobile .side-menu .nav-user {
      color: #6e6e6e;
      position: relative;
      margin-top: 20px; }
      .nav-mobile .side-menu .nav-user .icon {
        font-size: 20px; }
      .nav-mobile .side-menu .nav-user .menu {
        display: block;
        position: relative;
        margin-top: 15px;
        transition: all .4s;
        z-index: 99; }
        .nav-mobile .side-menu .nav-user .menu li {
          margin: 0;
          color: #555;
          padding: 0;
          font-size: 12px; }
          .nav-mobile .side-menu .nav-user .menu li:hover {
            background: #F7F9FC; }
            .nav-mobile .side-menu .nav-user .menu li:hover a {
              padding-right: 25px;
              color: #048a7b; }
          .nav-mobile .side-menu .nav-user .menu li a {
            display: block;
            padding: 14px 20px;
            transition: all .2s; }
            .nav-mobile .side-menu .nav-user .menu li a i {
              transform: rotate(180deg);
              margin-right: 10px;
              opacity: .7; }
        .nav-mobile .side-menu .nav-user .menu.schedule {
          padding: 30px 20px;
          background: #f8f8f8; }
          .nav-mobile .side-menu .nav-user .menu.schedule a {
            line-height: 1; }
          .nav-mobile .side-menu .nav-user .menu.schedule .half {
            display: inline-block;
            font-size: 12px;
            color: #999; }
            .nav-mobile .side-menu .nav-user .menu.schedule .half.left {
              float: left; }
          .nav-mobile .side-menu .nav-user .menu.schedule .butn {
            margin-top: 20px;
            width: 100%;
            background: #048a7b;
            padding: 15px;
            border: transparent; }
            .nav-mobile .side-menu .nav-user .menu.schedule .butn span {
              color: #fff; }

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start Header ]
-----------------------------------------------------------------*/
.header {
  overflow: hidden;
  height: 80vh; }
  .header .owl-item {
    height: 80vh;
    position: relative; }
  .header .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .header .item:before {
      background: linear-gradient(#21293e, #21293e); }
    .header .item .caption {
      z-index: 9; }
      .header .item .caption .ohid {
        overflow: hidden; }
      .header .item .caption h1 {
        color: #fff;
        font-size: 65px;
        font-weight: 600;
        line-height: 1.4;
        animation-delay: .3s; }
      .header .item .caption p {
        color: #ddd !important;
        font-size: 14px;
        font-weight: 300;
        animation-delay: .8s; }
      .header .item .caption .counter {
        font-size: 50px;
        font-weight: 500;
        padding: 30px 0;
        direction: ltr; }
        .header .item .caption .counter span {
          font-weight: 700; }
      .header .item .caption .butn {
        margin: 0 5px;
        animation-delay: 1.5s; }
  .header .owl-carousel:hover .owl-nav .owl-next, .header .owl-carousel:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible; }
  .header .owl-carousel .owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%; }
    .header .owl-carousel .owl-nav .owl-next {
      float: right; }
    .header .owl-carousel .owl-nav .owl-prev {
      float: left; }
  .header .owl-carousel .owl-nav .owl-next, .header .owl-carousel .owl-nav .owl-prev {
    margin: 0;
    width: 50px;
    height: 50px;
    line-height: 45px;
    border-radius: 50%;
    background: rgba(52, 184, 192, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all .7s; }
    .header .owl-carousel .owl-nav .owl-next .icon, .header .owl-carousel .owl-nav .owl-prev .icon {
      color: #fff;
      font-size: 14px;
      line-height: 0; }
    .header .owl-carousel .owl-nav .owl-next:hover, .header .owl-carousel .owl-nav .owl-prev:hover {
      background: #048a7b; }

.pages {
  height: auto;
  padding: 50px 0; }
  .pages .box {
    padding: 40px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(200, 200, 200, 0.2); }
    .pages .box .bord {
      border-right: 1px solid #eee; }
  .pages .statistics {
    padding: 20px;
    border-radius: 10px;
    text-align: center; }
    .pages .statistics h2 {
      font-size: 60px;
      font-weight: 300;
      color: #048a7b;
      margin-bottom: 15px; }
      .pages .statistics h2 i {
        font-size: 14px;
        font-weight: 500;
        font-style: normal; }
  .pages .head-block {
    text-align: center; }
    .pages .head-block h4 {
      font-weight: 600;
      margin-bottom: 10px; }
    .pages .head-block p a {
      color: #048a7b; }

.min-header {
  height: 60vh; }
  .min-header .container {
    position: relative;
    z-index: 9; }
  .min-header form .form-group {
    position: relative;
    overflow: hidden; }
  .min-header form input {
    width: 100%;
    padding: 15px 30px;
    border: 0;
    border-radius: 30px; }
  .min-header form button {
    position: absolute;
    top: -1px;
    left: 0;
    border: 0;
    background: #f8f8f8;
    border-radius: 30px 0 0 30px;
    padding: 15px; }
    .min-header form button .icon {
      color: #111; }

.gray-header {
  height: auto;
  padding: 60px 0;
  background: #f8f8f8; }
  .gray-header .path a {
    color: #048a7b; }
  .gray-header .path span {
    margin: 0 20px; }
  .gray-header form .form-group {
    position: relative;
    overflow: hidden; }
  .gray-header form input {
    width: 100%;
    padding: 15px 30px;
    border: 0;
    background: #f1f1f1;
    border-radius: 30px; }
  .gray-header form button {
    position: absolute;
    top: -1px;
    left: 0;
    border: 0;
    background: #ddd;
    border-radius: 30px 0 0 30px;
    padding: 15px; }
    .gray-header form button .icon {
      color: #048a7b; }

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start instant-search ]
-----------------------------------------------------------------*/
.instant-search {
  padding: 30px 0;
  background: #fff; }
  .instant-search .find-tutor {
    margin-bottom: 30px;
    overflow: hidden; }
    .instant-search .find-tutor ul {
      margin: 0; }
      .instant-search .find-tutor ul li {
        display: inline-block;
        float: right;
        margin-left: 15px; }
        .instant-search .find-tutor ul li:last-of-type {
          margin-left: 0; }
        .instant-search .find-tutor ul li .butn {
          padding: 10px 20px; }
          .instant-search .find-tutor ul li .butn span {
            font-size: 12px; }
          .instant-search .find-tutor ul li .butn.icon i {
            margin-left: 10px;
            padding-left: 10px;
            border-left: 1px solid rgba(0, 0, 0, 0.1); }
        .instant-search .find-tutor ul li .current {
          background: #048a7b; }
          .instant-search .find-tutor ul li .current span, .instant-search .find-tutor ul li .current i {
            color: #fff; }
          .instant-search .find-tutor ul li .current.icon i {
            margin-left: 10px;
            padding-left: 10px;
            border-left: 1px solid rgba(200, 200, 200, 0.5); }
  .instant-search .search-tags {
    display: block; }
    .instant-search .search-tags .selected {
      margin: 0; }
      .instant-search .search-tags .selected > li {
        display: inline-block;
        float: right;
        margin-left: 15px; }
        .instant-search .search-tags .selected > li:last-of-type {
          margin-left: 0; }
    .instant-search .search-tags .ms-options-wrap > button:focus, .instant-search .search-tags .ms-options-wrap > button {
      width: auto;
      display: inline-block;
      padding: 10px 20px 10px 40px;
      border: 1px solid #eee;
      border-radius: 10px;
      text-align: right;
      outline: none; }
    .instant-search .search-tags .ms-options-wrap > .ms-options {
      border: 0;
      padding: 10px 10px 20px;
      width: auto;
      min-width: 200px;
      min-height: 0 !important;
      max-height: 300px !important;
      left: 100%;
      box-shadow: 0px 5px 15px rgba(200, 200, 200, 0.4);
      transform: translate(-100%); }
    .instant-search .search-tags .ms-options-wrap {
      position: relative; }
    .instant-search .search-tags .ms-options-wrap > .ms-options {
      top: 40px; }
    .instant-search .search-tags .ms-options-wrap > button:after {
      right: calc(100% - 20px);
      top: 55%;
      border: 4px solid rgba(0, 0, 0, 0);
      border-top-color: #999; }
    .instant-search .search-tags .ms-options-wrap > .ms-options > ul label {
      padding-left: 35px; }
    .instant-search .search-tags .ms-options-wrap > .ms-options > ul li.selected label {
      background: transparent; }
    .instant-search .search-tags .ms-options-wrap > .ms-options > ul label {
      font-weight: 500;
      color: #999;
      cursor: pointer;
      margin-top: 15px; }
      .instant-search .search-tags .ms-options-wrap > .ms-options > ul label:hover {
        border-color: transparent; }
    .instant-search .search-tags .ms-selectall.global {
      color: #048a7b; }
  .instant-search .search-form {
    position: relative; }
    .instant-search .search-form input {
      width: 100%;
      padding: 10px;
      border: 1px solid #eee;
      font-size: 13px; }
    .instant-search .search-form button {
      display: inline-block;
      background: transparent;
      border: 0;
      padding: 1px;
      position: absolute;
      top: 0;
      left: 10px;
      height: 100%;
      font-size: 20px;
      opacity: .7;
      outline: none !important; }

/* ----------------------------------------------------------------
     [ End instant-search ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start tutors ]
-----------------------------------------------------------------*/
.tutors.tab-content {
  display: none !important; }
.tutors.tab-content.current {
  display: block !important; }
.tutors .custom-padding {
  padding: 0 10px;
  margin-bottom: 20px; }
.tutors .item {
  padding: 20px 0;
  background: #fff;
  border-radius: 5px;
  height: 100%;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  position: relative; }
  .tutors .item .fav {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #999; }
    .tutors .item .fav:after {
      content: "\f122";
      font-family: Flaticon;
      font-size: 20px;
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer;
      transition: all .3s;
      opacity: 1;
      visibility: visible; }
    .tutors .item .fav:before {
      content: "\f13a";
      font-family: Flaticon;
      font-size: 20px;
      position: absolute;
      top: 0;
      left: 0;
      color: #FF6251;
      cursor: pointer;
      transition: all .3s;
      transform: scale(1.5, 1.5);
      opacity: 0;
      visibility: hidden; }
    .tutors .item .fav:hover {
      color: #FF6251; }
    .tutors .item .fav.active:after {
      transform: scale(0.5, 0.5);
      opacity: 0;
      visibility: hidden; }
    .tutors .item .fav.active:before {
      transform: scale(1, 1);
      opacity: 1;
      visibility: visible; }
  .tutors .item .about-tutors {
    overflow: hidden;
    padding: 0 15px; }
    .tutors .item .about-tutors .tutor-img {
      width: 110px;
      height: 110px;
      float: right;
      position: relative; }
      .tutors .item .about-tutors .tutor-img:after {
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid #fff;
        background: transparent;
        position: absolute;
        bottom: -4px;
        right: -4px; }
      .tutors .item .about-tutors .tutor-img.online:after {
        background: #adff2f; }
      .tutors .item .about-tutors .tutor-img.offline:after {
        background: #e71a1a; }
      .tutors .item .about-tutors .tutor-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
        border-radius: 5px; }
    .tutors .item .about-tutors .cont {
      margin-right: 130px; }
      .tutors .item .about-tutors .cont .name {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 7px; }
      .tutors .item .about-tutors .cont .rate {
        margin-bottom: 10px;
        overflow: hidden; }
        .tutors .item .about-tutors .cont .rate ul {
          margin: 0; }
          .tutors .item .about-tutors .cont .rate ul li {
            overflow: hidden;
            display: inline-block;
            margin-left: 5px;
            line-height: 1; }
            .tutors .item .about-tutors .cont .rate ul li:last-of-type {
              margin-left: 0; }
            .tutors .item .about-tutors .cont .rate ul li .icon {
              font-size: 8px;
              color: #f6ba01;
              float: right;
              margin-left: 3px; }
            .tutors .item .about-tutors .cont .rate ul li .rate-numb {
              font-size: 10px;
              font-weight: bold;
              color: #999; }
      .tutors .item .about-tutors .cont .country {
        margin-bottom: 10px; }
        .tutors .item .about-tutors .cont .country .flag {
          width: 30px;
          margin-left: 5px; }
        .tutors .item .about-tutors .cont .country .country-name {
          font-size: 12px;
          color: #999; }
      .tutors .item .about-tutors .cont .activate span {
        padding: 5px;
        border-radius: 2px;
        background: #fafafa;
        color: #888;
        font-size: 10px;
        margin-left: 5px;
        cursor: default; }
        .tutors .item .about-tutors .cont .activate span:last-of-type {
          margin-left: 0; }
        .tutors .item .about-tutors .cont .activate span i {
          color: #70c7ef;
          margin-left: 5px; }
  .tutors .item .text {
    padding: 0 15px;
    font-size: 12px;
    color: #999;
    margin-top: 15px; }
  .tutors .item .call {
    padding: 0 15px;
    margin-top: 20px;
    text-align: left; }
    .tutors .item .call .butn {
      padding: 7px 15px; }
      .tutors .item .call .butn span {
        font-size: 11px; }

/* ----------------------------------------------------------------
     [ End tutors ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start session ]
-----------------------------------------------------------------*/
.session .row {
  margin-left: -30px;
  margin-right: -30px; }
.session .presence, .session .activity {
  padding: 40px;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(200, 200, 200, 0.15); }
.session .presence {
  min-height: 85vh; }
  .session .presence .tab-content {
    display: none !important; }
  .session .presence .tab-content.current {
    display: block !important; }
  .session .presence .butn {
    width: 100%;
    border-radius: 5px;
    text-align: center; }
    .session .presence .butn:hover {
      background: #111;
      border-color: transparent; }
  .session .presence .title {
    padding-bottom: 15px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee; }
  .session .presence ul {
    margin-top: 40px; }
    .session .presence ul li {
      display: inline-block;
      margin-left: 5px;
      padding: 10px;
      border-radius: 4px;
      background: #f8f8f8;
      border: 1px solid #f1f1f1;
      cursor: pointer; }
      .session .presence ul li.current {
        background: #048a7b;
        border: 1px solid #048a7b;
        color: #fff; }
.session .activity {
  height: 85vh;
  overflow: auto; }
  .session .activity h5 {
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee; }
  .session .activity .item {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee; }
    .session .activity .item:last-of-type {
      border: 0;
      padding-bottom: 0; }
  .session .activity ul {
    margin: 0;
    position: relative; }
  .session .activity li {
    display: inline-block;
    float: right; }
  .session .activity .tutor-img {
    min-width: 220px;
    overflow: hidden; }
    .session .activity .tutor-img .img {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      overflow: hidden;
      float: right; }
      .session .activity .tutor-img .img img {
        object-fit: cover;
        object-position: center; }
    .session .activity .tutor-img .name {
      display: inline-block;
      line-height: 70px;
      font-size: 15px;
      font-weight: 600;
      margin-right: 15px; }
  .session .activity .date {
    margin-left: 40px; }
    .session .activity .date p {
      font-size: 13px;
      line-height: 70px; }
  .session .activity .duration span {
    line-height: 70px;
    font-size: 13px;
    color: #048a7b; }
  .session .activity .video {
    float: left;
    padding-top: 13px;
    margin-left: 40px; }
    .session .activity .video .butn:hover {
      background: #111;
      border-color: transparent; }
  .session .activity .drop {
    position: absolute;
    left: 0;
    top: 30px; }
    .session .activity .drop .icon {
      transform: rotate(90deg);
      font-size: 12px;
      cursor: pointer; }
    .session .activity .drop .drop-down {
      position: absolute;
      top: 20px;
      left: 0;
      min-width: 180px;
      padding: 15px;
      border-radius: 4px;
      background: #fff;
      box-shadow: 0px 10px 30px rgba(200, 200, 200, 0.3);
      z-index: 999;
      opacity: 0;
      visibility: hidden;
      transition: all .2s; }
      .session .activity .drop .drop-down.active {
        opacity: 1;
        visibility: visible; }
      .session .activity .drop .drop-down li {
        margin: 15px 0;
        font-size: 13px;
        line-height: 1;
        float: none; }
        .session .activity .drop .drop-down li:hover {
          color: #048a7b; }
        .session .activity .drop .drop-down li span {
          margin-left: 10px; }

/* ----------------------------------------------------------------
     [ End session ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start session ]
-----------------------------------------------------------------*/
.blocks .row {
  margin-left: -30px;
  margin-right: -30px; }
.blocks .tab-nav, .blocks .tab-cont {
  padding: 40px;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(200, 200, 200, 0.15); }
.blocks .tab-nav {
  padding: 0; }
  .blocks .tab-nav .tabs li {
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    padding: 35px 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    z-index: 3; }
    .blocks .tab-nav .tabs li:hover {
      color: #048a7b; }
      .blocks .tab-nav .tabs li:hover .icon {
        transform: rotate(0deg); }
    .blocks .tab-nav .tabs li .icon {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 40px;
      color: #999;
      transform: rotate(10deg);
      opacity: .3;
      transition: .2s;
      z-index: -1; }
  .blocks .tab-nav .butn {
    width: 100%;
    border-radius: 5px;
    padding: 30px 15px;
    text-align: center; }
    .blocks .tab-nav .butn:hover {
      background: #111;
      border-color: transparent; }
.blocks .tab-cont {
  min-height: 80vh;
  overflow: auto; }
  .blocks .tab-cont h5 {
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee; }
.blocks .tab-content {
  display: none; }
.blocks .tab-content.current {
  display: inherit; }
.blocks .profile-info .tutor-img {
  position: relative;
  width: 120px;
  height: 120px; }
  .blocks .profile-info .tutor-img .img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: auto;
    border-radius: 50%; }
  .blocks .profile-info .tutor-img input[type='file'] {
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer; }
  .blocks .profile-info .tutor-img .icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #048a7b;
    border-radius: 50%;
    color: #fff;
    cursor: pointer; }
.blocks .profile-info .tutor-info {
  margin-top: 40px;
  margin-bottom: 30px; }
  .blocks .profile-info .tutor-info .form-group {
    margin-bottom: 40px; }
    .blocks .profile-info .tutor-info .form-group label {
      margin-bottom: 10px;
      padding-right: 10px; }
    .blocks .profile-info .tutor-info .form-group input {
      width: 100%;
      font-size: 13px;
      padding: 12px 20px;
      border: 1px solid #eee;
      border-radius: 30px; }
  .blocks .profile-info .tutor-info button {
    outline: none !important; }
    .blocks .profile-info .tutor-info button.saver {
      background: #333 !important;
      border-color: #333 !important; }
  .blocks .profile-info .tutor-info .aselect {
    position: relative;
    max-width: 100%; }
  .blocks .profile-info .tutor-info .select-selected {
    border-radius: 30px;
    background: transparent;
    border: 1px solid #eee !important; }
  .blocks .profile-info .tutor-info .aselect select {
    display: none; }
  .blocks .profile-info .tutor-info .select-selected:after {
    position: absolute;
    content: "";
    top: 20px;
    left: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #444 transparent transparent transparent; }
  .blocks .profile-info .tutor-info .select-selected.select-arrow-active:after {
    border-color: transparent transparent #444 transparent;
    top: 7px; }
  .blocks .profile-info .tutor-info .select-items div, .blocks .profile-info .tutor-info .select-selected {
    font-size: 13px;
    color: #646d8d;
    padding: 12px 20px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none; }
  .blocks .profile-info .tutor-info .select-items {
    position: absolute;
    background-color: #048a7b;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0px 5px 10px rgba(200, 200, 200, 0.3);
    max-height: 200px;
    overflow: auto; }
    .blocks .profile-info .tutor-info .select-items > div {
      background: #fff; }
      .blocks .profile-info .tutor-info .select-items > div:hover {
        color: #fff !important; }
  .blocks .profile-info .tutor-info .select-hide {
    display: none; }
  .blocks .profile-info .tutor-info .select-items div:hover, .blocks .profile-info .tutor-info .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1); }
.blocks .schedule li {
  padding: 15px;
  border-bottom: 1px solid #f7f7f7;
  display: block;
  width: 100%; }
  .blocks .schedule li > div {
    display: inline-block; }
  .blocks .schedule li .lesson {
    min-width: 30%; }
    .blocks .schedule li .lesson h6 {
      font-weight: 600; }
  .blocks .schedule li .student {
    width: 140px; }
  .blocks .schedule li .date p {
    font-size: 13px; }
    .blocks .schedule li .date p span {
      color: #048a7b;
      margin-right: 10px; }
  .blocks .schedule li .status {
    float: left; }
.blocks .addsch .addpick .ui-widget.ui-widget-content {
  border: 0; }
.blocks .addsch .addpick thead {
  border: 0; }
.blocks .addsch .addtime {
  border: 1px solid #f7f7f7;
  padding: 30px;
  margin-top: 40px;
  display: none; }
  .blocks .addsch .addtime ul {
    overflow: hidden;
    margin: 10px 0; }
  .blocks .addsch .addtime li {
    width: 60px;
    float: right;
    margin: 10px 15px; }
  .blocks .addsch .addtime .butn {
    cursor: pointer; }
  .blocks .addsch .addtime .styled-checkbox {
    position: absolute;
    opacity: 0;
    left: 0; }
    .blocks .addsch .addtime .styled-checkbox + label {
      position: relative;
      cursor: pointer;
      padding: 0;
      display: block;
      width: 100%;
      font-weight: 400; }
      .blocks .addsch .addtime .styled-checkbox + label:before {
        position: absolute;
        left: 0;
        top: 2px; }
    .blocks .addsch .addtime .styled-checkbox + label:before {
      content: '';
      margin-right: 5px;
      display: inline-block;
      width: 12px;
      height: 12px;
      background: #f1f1f1;
      border: 1px solid #eee;
      border-radius: 50%; }
    .blocks .addsch .addtime .styled-checkbox:hover + label:before {
      background: #048a7b; }
    .blocks .addsch .addtime .styled-checkbox:focus + label:before {
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
    .blocks .addsch .addtime .styled-checkbox:checked + label:before {
      background: #048a7b; }
.blocks .addsch .atin {
  padding: 12px;
  text-align: center;
  border-radius: 30px;
  background: #f5f5f5;
  cursor: default; }

/* ----------------------------------------------------------------
     [ End session ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start courses ]
-----------------------------------------------------------------*/
.courses {
  padding: 50px 0; }
  .courses .item {
    padding: 40px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(200, 200, 200, 0.15);
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: all .3s; }
    .courses .item:hover {
      box-shadow: 0px 10px 30px rgba(200, 200, 200, 0.3);
      transform: translate(-10px); }
    .courses .item .img {
      width: 150px;
      display: inline-block;
      float: right; }
    .courses .item .cont {
      margin-right: 180px;
      min-height: 150px;
      padding-left: 70px; }
      .courses .item .cont h6 {
        margin-bottom: 10px;
        font-weight: bold; }
      .courses .item .cont p {
        font-size: 14px; }
    .courses .item .go {
      position: absolute;
      left: 30px;
      top: calc(50% - 35px); }
      .courses .item .go .icon {
        transform: rotateY(180deg);
        font-size: 35px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 50%; }
        .courses .item .go .icon:hover {
          background: #048a7b;
          color: #fff; }

.course {
  padding: 50px 0;
  background: #fff; }
  .course .course-name .img {
    width: 180px;
    margin: 0 auto 15px; }
  .course .course-name h6 {
    font-weight: bold;
    font-size: 20px; }
  .course .course-name .butn {
    width: 100%;
    padding: 15px;
    border-radius: 4px;
    margin: 20px 0; }
  .course .course-name h5 {
    font-size: 16px;
    margin-bottom: 10px; }
  .course .course-name p {
    font-size: 14px; }
  .course #accordion {
    text-align: left; }
    .course #accordion .card {
      border: 0;
      border-radius: 0;
      margin-bottom: 30px; }
      .course #accordion .card .card-header {
        background: #f8f8f8;
        border: 0;
        padding: 0; }
        .course #accordion .card .card-header a {
          width: 100%;
          padding: 12px 22px 12px 12px;
          font-size: 16px;
          font-weight: 700;
          position: relative; }
          .course #accordion .card .card-header a:after {
            content: "\f068";
            font-family: "Font Awesome 5 Free";
            font-weight: 700;
            position: absolute;
            right: 10px;
            top: 0;
            padding: 10px; }
          .course #accordion .card .card-header a.collapsed:after {
            content: "\f067"; }
      .course #accordion .card .card-body li {
        margin-top: 15px;
        font-size: 15px;
        padding-left: 50px;
        position: relative;
        transition: all .3s; }
        .course #accordion .card .card-body li:after {
          content: '';
          width: 20px;
          height: 20px;
          position: absolute;
          left: 15px;
          top: 0;
          border: 2px solid #eee;
          border-radius: 50%;
          cursor: pointer; }
        .course #accordion .card .card-body li:hover:after {
          border-color: #048a7b; }
        .course #accordion .card .card-body li.active:after {
          border-color: #048a7b; }
        .course #accordion .card .card-body li.active:before {
          content: '';
          width: 10px;
          height: 10px;
          position: absolute;
          left: 20px;
          top: 5px;
          background: #048a7b;
          border-radius: 50%;
          cursor: pointer; }

/* ----------------------------------------------------------------
     [ End courses ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Start subscribe ]
-----------------------------------------------------------------*/
.subscribe {
  padding: 50px 0; }
  .subscribe .box {
    padding: 40px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(200, 200, 200, 0.15); }
  .subscribe .item {
    text-align: center; }
    .subscribe .item h5 {
      margin-bottom: 30px;
      position: relative;
      display: inline-block;
      padding: 10px 50px;
      line-height: 1; }
      .subscribe .item h5 span {
        background: #fff;
        position: relative;
        z-index: 2; }
      .subscribe .item h5:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/dots.png);
        background-repeat: repeat; }
    .subscribe .item ul {
      margin: 0;
      text-align: right; }
    .subscribe .item li {
      margin-bottom: 20px; }
      .subscribe .item li.active a {
        border-color: #048a7b; }
      .subscribe .item li a {
        padding: 15px 20px;
        font-size: 16px;
        font-weight: 500;
        border: 1px solid #eee;
        border-radius: 5px;
        width: 100%;
        display: block; }
      .subscribe .item li .icon {
        color: #048a7b;
        font-size: 30px;
        margin-left: 30px;
        font-weight: 400; }
      .subscribe .item li .price {
        float: left;
        font-size: 14px;
        color: #048a7b;
        position: relative; }
        .subscribe .item li .price em {
          text-align: center;
          font-size: 10px;
          font-style: normal;
          color: #e71a1a;
          position: absolute;
          left: 0;
          bottom: -22px;
          opacity: .8; }
      .subscribe .item li .right {
        display: inline-block; }
        .subscribe .item li .right div {
          font-size: 10px;
          color: #999;
          margin-top: 7px; }
  .subscribe .total-section {
    margin-top: 50px; }
    .subscribe .total-section .text-center p {
      font-size: 13px;
      margin-top: 5px; }
    .subscribe .total-section ul {
      margin-top: 20px; }
      .subscribe .total-section ul li {
        margin: 15px 0; }
        .subscribe .total-section ul li span {
          float: left;
          font-size: 13px; }
      .subscribe .total-section ul .discount {
        font-size: 11px;
        color: #e71a1a; }
        .subscribe .total-section ul .discount span {
          font-size: 10px; }
      .subscribe .total-section ul .total {
        padding-top: 20px;
        color: #048a7b;
        font-size: 16px;
        font-weight: 600;
        border-top: 2px solid #ccc; }
    .subscribe .total-section .call-action {
      margin-top: 40px;
      text-align: center; }
      .subscribe .total-section .call-action .butn {
        width: 100%;
        padding: 18px;
        border-radius: 4px;
        color: #fff; }
        .subscribe .total-section .call-action .butn span {
          font-size: 16px;
          font-weight: 600; }
        .subscribe .total-section .call-action .butn i {
          float: left; }
        .subscribe .total-section .call-action .butn:hover {
          background: #111;
          border-color: transparent; }
      .subscribe .total-section .call-action p {
        font-size: 13px;
        margin-top: 5px;
        color: #999; }

/* ----------------------------------------------------------------
     [ End subscribe ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Start Profile ]
-----------------------------------------------------------------*/
.payment {
  padding: 50px 0; }
  .payment .box {
    padding: 40px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(200, 200, 200, 0.15); }
  .payment .title {
    margin-bottom: 30px; }
    .payment .title i {
      margin-left: 5px; }
    .payment .title img {
      width: 150px; }
  .payment form .form-group {
    position: relative; }
    .payment form .form-group .icon {
      position: absolute;
      left: 0;
      top: 0;
      padding: 10px 0; }
  .payment form input {
    text-align: left;
    padding: 10px 0 10px 30px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #eee; }
    .payment form input[name="CVV"] {
      padding-left: 0; }
  .payment .pay-info h6 {
    margin-bottom: 10px;
    font-size: 16px; }
  .payment .pay-info p {
    font-size: 13px;
    margin-bottom: 20px; }
  .payment .pay-info h5 {
    color: #048a7b; }
  .payment .pay-info .butn {
    margin-top: 30px; }

/* ----------------------------------------------------------------
     [ End subscribe ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Start faq ]
-----------------------------------------------------------------*/
.faq {
  padding: 50px 0 20px; }
  .faq .item {
    padding: 30px 20px 10px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(200, 200, 200, 0.15); }
    .faq .item h5 {
      color: #048a7b;
      font-size: 17px;
      margin-bottom: 30px;
      position: relative;
      z-index: 3; }
      .faq .item h5:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-image: url(../images/dots.png);
        background-repeat: repeat;
        z-index: -1; }
      .faq .item h5 span {
        background: #fff;
        padding-left: 20px; }
      .faq .item h5 i {
        font-size: 12px;
        padding-left: 5px;
        top: -2px;
        position: relative; }
    .faq .item li {
      margin-bottom: 15px;
      color: #777;
      font-size: 13px;
      line-height: 1.7; }
      .faq .item li:hover {
        color: #048a7b; }
        .faq .item li:hover a {
          text-decoration: underline !important; }

.faq-d {
  padding: 80px 0; }
  .faq-d .item {
    padding: 50px 30px 30px; }
  .faq-d .details h4 {
    margin-bottom: 20px; }
  .faq-d .details p {
    font-size: 13px;
    margin-bottom: 15px; }
  .faq-d .details .vote {
    text-align: center;
    margin-top: 40px; }
    .faq-d .details .vote .inline {
      padding: 40px 40px 0;
      display: inline-block;
      border-top: 1px solid #eee; }
    .faq-d .details .vote h6 {
      margin-bottom: 15px;
      font-size: 16px; }
    .faq-d .details .vote .butn {
      padding: 12px 30px;
      border: 1px solid #eee;
      background: #f5f5f5;
      border-radius: 5px;
      margin: 0 10px; }
      .faq-d .details .vote .butn:hover {
        background: #048a7b; }
        .faq-d .details .vote .butn:hover span {
          color: #fff; }
      .faq-d .details .vote .butn.no:hover {
        background: #FF6251; }
      .faq-d .details .vote .butn i {
        margin-left: 10px; }

/* ----------------------------------------------------------------
     [ End faq ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Start Profile ]
-----------------------------------------------------------------*/
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  max-width: 500px !important; }

.lity-iframe-container {
  height: 95vh !important;
  max-height: 100vh !important; }

.profile {
  background: #fff;
  padding: 30px; }
  .profile .tutors .item {
    padding: 0;
    border-radius: 0;
    height: auto;
    box-shadow: none; }
    .profile .tutors .item .fav {
      position: relative;
      top: 0;
      left: 0;
      width: 35px;
      height: 35px;
      color: #979797; }
      .profile .tutors .item .fav:after {
        content: "\f122";
        font-family: Flaticon;
        font-size: 35px;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        transition: all .3s;
        opacity: 1;
        visibility: visible; }
      .profile .tutors .item .fav:before {
        content: "\f13a";
        font-family: Flaticon;
        font-size: 35px;
        position: absolute;
        top: 0;
        left: 0;
        color: #FF6251;
        cursor: pointer;
        transition: all .3s;
        transform: scale(1.5, 1.5);
        opacity: 0;
        visibility: hidden; }
      .profile .tutors .item .fav:hover {
        color: #FF6251; }
      .profile .tutors .item .fav.active:after {
        transform: scale(0.5, 0.5);
        opacity: 0;
        visibility: hidden; }
      .profile .tutors .item .fav.active:before {
        transform: scale(1, 1);
        opacity: 1;
        visibility: visible; }
    .profile .tutors .item .about-tutors {
      padding: 0; }
      .profile .tutors .item .about-tutors .tutor-img:after {
        bottom: 10px;
        right: 10px; }
      .profile .tutors .item .about-tutors .tutor-img img {
        border-radius: 50%; }
    .profile .tutors .item .call {
      padding: 0;
      margin-top: 20px;
      text-align: center; }
      .profile .tutors .item .call ul {
        margin: 0; }
        .profile .tutors .item .call ul li {
          margin: 0 10px;
          display: inline-block;
          width: auto; }
          .profile .tutors .item .call ul li .icon {
            font-size: 35px;
            color: #979797; }
      .profile .tutors .item .call .butn {
        margin-top: 15px;
        padding: 10px 15px;
        width: 100%;
        display: block; }
  .profile .datepicker-main .showdate {
    width: 100%;
    padding: 30px;
    border: 2px solid #f5f5f5;
    display: none; }
    .profile .datepicker-main .showdate .butn-back {
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 600; }
      .profile .datepicker-main .showdate .butn-back span {
        cursor: pointer; }
      .profile .datepicker-main .showdate .butn-back i {
        font-size: 10px;
        margin-right: 7px; }
    .profile .datepicker-main .showdate h6 {
      text-align: center;
      font-size: 17px;
      margin-bottom: 30px;
      word-spacing: 2px; }
      .profile .datepicker-main .showdate h6 .icon {
        margin: 0 10px;
        font-size: 11px;
        cursor: pointer; }
    .profile .datepicker-main .showdate .item {
      display: none;
      margin-bottom: 40px; }
      .profile .datepicker-main .showdate .item.active {
        display: block !important; }
    .profile .datepicker-main .showdate ul {
      width: 250px;
      margin: auto; }
      .profile .datepicker-main .showdate ul li {
        margin: 15px 0;
        overflow: hidden; }
        .profile .datepicker-main .showdate ul li span {
          text-align: center;
          margin-right: 40px;
          padding: 8px 14px;
          border-radius: 2px;
          font-size: 12px;
          cursor: pointer;
          float: left; }
        .profile .datepicker-main .showdate ul li .done {
          background: #f5f5f5; }
        .profile .datepicker-main .showdate ul li .yet {
          background: #048a7b;
          color: #fff; }
    .profile .datepicker-main .showdate .butn-all {
      text-align: center;
      margin-top: 10px;
      font-weight: 600; }
      .profile .datepicker-main .showdate .butn-all span {
        cursor: pointer; }
      .profile .datepicker-main .showdate .butn-all i {
        font-size: 10px;
        margin-right: 7px; }

.profile-register {
  padding: 50px; }
  .profile-register .box {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 10px 30px rgba(200, 200, 200, 0.15); }
  .profile-register .tutor-register .tutor-img {
    position: relative;
    width: 220px;
    height: 220px;
    margin: auto; }
    .profile-register .tutor-register .tutor-img .img {
      width: 220px;
      height: 220px;
      overflow: hidden;
      margin: auto;
      border-radius: 50%; }
    .profile-register .tutor-register .tutor-img input[type='file'] {
      opacity: 0;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50px;
      height: 50px;
      cursor: pointer; }
    .profile-register .tutor-register .tutor-img .icon {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: #048a7b;
      border-radius: 50%;
      color: #fff;
      font-size: 22px;
      cursor: pointer; }
  .profile-register .tutor-register h6 {
    margin-top: 15px;
    font-size: 16px; }
  .profile-register .tutor-register p {
    font-size: 11px;
    opacity: .8; }
  .profile-register .tutor-register .tutor-info {
    margin-top: 40px;
    margin-bottom: 30px; }
    .profile-register .tutor-register .tutor-info .form-group {
      margin-bottom: 15px; }
      .profile-register .tutor-register .tutor-info .form-group label {
        margin-bottom: 10px;
        padding-right: 10px; }
      .profile-register .tutor-register .tutor-info .form-group input {
        width: 100%;
        font-size: 13px;
        padding: 12px 20px;
        border: 1px solid #eee;
        border-radius: 30px; }
    .profile-register .tutor-register .tutor-info .aselect {
      position: relative;
      max-width: 100%; }
    .profile-register .tutor-register .tutor-info .select-selected {
      border-radius: 30px;
      background: transparent;
      border: 1px solid #eee !important; }
    .profile-register .tutor-register .tutor-info .aselect select {
      display: none; }
    .profile-register .tutor-register .tutor-info .select-selected:after {
      position: absolute;
      content: "";
      top: 20px;
      left: 10px;
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-color: #444 transparent transparent transparent; }
    .profile-register .tutor-register .tutor-info .select-selected.select-arrow-active:after {
      border-color: transparent transparent #444 transparent;
      top: 7px; }
    .profile-register .tutor-register .tutor-info .select-items div, .profile-register .tutor-register .tutor-info .select-selected {
      font-size: 13px;
      color: #646d8d;
      padding: 12px 20px;
      border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
      cursor: pointer;
      user-select: none; }
    .profile-register .tutor-register .tutor-info .select-items {
      position: absolute;
      background-color: #048a7b;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 99;
      box-shadow: 0px 5px 10px rgba(200, 200, 200, 0.3);
      max-height: 200px;
      overflow: auto; }
      .profile-register .tutor-register .tutor-info .select-items > div {
        background: #fff; }
        .profile-register .tutor-register .tutor-info .select-items > div:hover {
          color: #fff !important; }
    .profile-register .tutor-register .tutor-info .select-hide {
      display: none; }
    .profile-register .tutor-register .tutor-info .select-items div:hover, .profile-register .tutor-register .tutor-info .same-as-selected {
      background-color: rgba(0, 0, 0, 0.1); }
  .profile-register .resume-register {
    margin-top: 50px; }
    .profile-register .resume-register h5 {
      margin-bottom: 30px;
      font-weight: 800;
      color: #111; }
    .profile-register .resume-register .content {
      margin-bottom: 40px; }
      .profile-register .resume-register .content h6 {
        font-weight: 500;
        margin-bottom: 15px;
        display: inline-block; }
        .profile-register .resume-register .content h6 .icon {
          color: #048a7b;
          margin-left: 8px;
          font-size: 14px; }
      .profile-register .resume-register .content textarea {
        border: 1px solid #eee;
        background: transparent;
        padding: 15px;
        min-height: 140px;
        width: 100%; }
      .profile-register .resume-register .content button {
        margin-top: 30px; }
    .profile-register .resume-register .aselect {
      position: relative; }
    .profile-register .resume-register .aselect select {
      display: none; }
    .profile-register .resume-register .select-items div, .profile-register .resume-register .select-selected {
      background: #f5f5f5; }
    .profile-register .resume-register .select-selected {
      border-radius: 30px; }
    .profile-register .resume-register .select-selected:after {
      position: absolute;
      content: "";
      top: 20px;
      left: 10px;
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-color: #444 transparent transparent transparent; }
    .profile-register .resume-register .select-selected.select-arrow-active:after {
      border-color: transparent transparent #444 transparent;
      top: 7px; }
    .profile-register .resume-register .select-items div, .profile-register .resume-register .select-selected {
      font-size: 13px;
      color: #646d8d;
      padding: 12px 20px;
      border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
      cursor: pointer;
      user-select: none; }
    .profile-register .resume-register .select-items {
      position: absolute;
      background-color: #048a7b;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 99;
      box-shadow: 0px 5px 10px rgba(200, 200, 200, 0.3);
      max-height: 200px;
      overflow: auto; }
      .profile-register .resume-register .select-items > div {
        background: #fff; }
        .profile-register .resume-register .select-items > div:hover {
          color: #fff !important; }
    .profile-register .resume-register .select-hide {
      display: none; }
    .profile-register .resume-register .select-items div:hover, .profile-register .resume-register .same-as-selected {
      background-color: rgba(0, 0, 0, 0.1); }

.login {
  padding: 50px; }
  .login .box {
    background: #fff;
    box-shadow: 0px 10px 30px rgba(200, 200, 200, 0.15); }
  .login .bg-img {
    background-position: center center; }
  .login .form {
    padding: 80px 40px;
    text-align: center; }
    .login .form h5 {
      margin-bottom: 30px; }
    .login .form form input {
      width: 100%;
      background: transparent;
      padding: 15px;
      border: 1px solid #f5f5f5;
      border-radius: 30px; }
    .login .form form .links {
      color: #999;
      margin: 30px 0;
      text-align: right; }
      .login .form form .links .register span {
        color: #048a7b;
        margin-right: 5px;
        text-decoration: underline !important; }
      .login .form form .links .forget {
        float: left; }
    .login .form .social {
      margin-top: 40px; }
      .login .form .social .or {
        position: relative;
        z-index: 3; }
        .login .form .social .or:after {
          content: '';
          width: 100%;
          height: 1px;
          background: #f5f5f5;
          position: absolute;
          top: 50%;
          left: 0;
          z-index: -1; }
        .login .form .social .or span {
          padding: 0 10px;
          background: #fff; }
      .login .form .social h6 {
        font-size: 14px;
        margin: 20px 0 30px; }
      .login .form .social .social-icon a {
        padding: 12px 20px;
        border: 1px solid #f5f5f5;
        border-radius: 30px;
        margin: 0 10px; }
        .login .form .social .social-icon a i {
          margin-right: 20px; }
        .login .form .social .social-icon a.facebook:hover {
          background: #3b5998;
          border-color: #3b5998;
          color: #fff; }
          .login .form .social .social-icon a.facebook:hover i {
            color: #fff; }
        .login .form .social .social-icon a.facebook i {
          color: #3b5998; }
        .login .form .social .social-icon a.google:hover {
          background: #ea4335;
          border-color: #ea4335;
          color: #fff; }
          .login .form .social .social-icon a.google:hover i {
            color: #fff; }
        .login .form .social .social-icon a.google i {
          color: #ea4335; }

/* ----------------------------------------------------------------
     [ End Profile ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 15 Start datepicker ]
-----------------------------------------------------------------*/
.ui-widget {
  font-family: 'Tajawal', sans-serif; }

.ui-widget.ui-widget-content {
  width: 100%; }

.ui-state-default, .ui-widget-content .ui-state-default {
  background: transparent;
  border: 0;
  padding: 10px; }

.ui-widget.ui-widget-content {
  border-color: #eee; }

.ui-widget-header {
  background: #f5f5f5;
  border: 0;
  padding: 8px !important;
  border-radius: 30px; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 9px; }

thead {
  border-bottom: 1px solid #f5f5f5; }

.ui-datepicker th {
  padding: 12px; }

tbody {
  padding: 10px; }

.ui-state-default {
  text-align: center !important;
  color: #888 !important; }

.ui-state-hover {
  background: #70c7ef !important;
  color: #fff !important; }

.ui-state-default.ui-state-active {
  background: #70c7ef !important;
  color: #fff !important; }

.ui-datepicker-today .ui-state-highlight {
  color: #fff !important;
  background: #048a7b !important; }

/* ----------------------------------------------------------------
     [ End datepicker ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start video-intro ]
-----------------------------------------------------------------*/
video {
  text-align: center;
  margin: 30px auto 0; }

/* ----------------------------------------------------------------
     [ End video-intro ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start resume ]
-----------------------------------------------------------------*/
.resume {
  margin-top: 50px; }
  .resume h5 {
    margin-bottom: 30px;
    font-weight: 800;
    color: #111; }
  .resume .content {
    margin-bottom: 40px; }
    .resume .content h6 {
      font-weight: 500;
      margin-bottom: 15px; }
      .resume .content h6 .icon {
        color: #048a7b;
        margin-left: 8px;
        font-size: 14px; }
    .resume .content .tag {
      display: inline-block;
      padding: 10px 20px;
      border-radius: 30px;
      background: #f5f5f5;
      margin-left: 5px;
      font-size: 13px;
      cursor: default; }
    .resume .content p {
      font-size: 14px; }

/* ----------------------------------------------------------------
     [ End resume ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ Start contact ]
-----------------------------------------------------------------*/
.contact .cont-info, .contact .cont-form {
  padding: 40px;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(200, 200, 200, 0.15); }
  .contact .cont-info h5, .contact .cont-form h5 {
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative; }
    .contact .cont-info h5:after, .contact .cont-form h5:after {
      content: '';
      width: 40px;
      height: 1px;
      background: #048a7b;
      position: absolute;
      bottom: 0;
      right: 0; }
.contact .cont-info li {
  margin-bottom: 30px; }
  .contact .cont-info li:last-of-type {
    margin-bottom: 0; }
  .contact .cont-info li .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    font-size: 22px;
    color: #048a7b;
    margin-left: 15px; }
.contact .cont-form input, .contact .cont-form textarea {
  padding: 15px;
  width: 100%;
  border: 1px solid #f5f5f5;
  margin-bottom: 15px; }
.contact .cont-form textarea {
  height: 140px; }
.contact .cont-form .aselect {
  position: relative;
  margin-bottom: 15px; }
.contact .cont-form .aselect select {
  display: none; }
.contact .cont-form .select-selected {
  padding: 15px;
  border: 1px solid #f5f5f5 !important; }
.contact .cont-form .select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  left: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #444 transparent transparent transparent; }
.contact .cont-form .select-selected.select-arrow-active:after {
  border-color: transparent transparent #444 transparent;
  top: 7px; }
.contact .cont-form .select-items div, .contact .cont-form .select-selected {
  cursor: pointer;
  user-select: none; }
.contact .cont-form .select-items div {
  padding: 12px 20px;
  color: #646d8d; }
.contact .cont-form .select-items {
  position: absolute;
  background-color: #048a7b;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0px 5px 10px rgba(200, 200, 200, 0.3);
  max-height: 200px;
  overflow: auto; }
  .contact .cont-form .select-items > div {
    background: #fff; }
    .contact .cont-form .select-items > div:hover {
      color: #fff !important; }
.contact .cont-form .select-hide {
  display: none; }
.contact .cont-form .select-items div:hover, .contact .cont-form .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

/* ----------------------------------------------------------------
     [ End contact ]
-----------------------------------------------------------------*/
.chatting {
  padding: 50px; }
  .chatting .box {
    background: #fff;
    box-shadow: 0px 10px 30px rgba(200, 200, 200, 0.15);
    overflow: hidden; }
  .chatting .ohide {
    overflow: hidden; }
  .chatting .chat-box {
    height: 80vh;
    overflow: hidden;
    padding: 50px 30px 30px;
    box-shadow: -15px 0px 40px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 3; }
    .chatting .chat-box .stylebar {
      max-height: calc(80vh - 150px);
      overflow: auto;
      padding-left: 10px; }
    .chatting .chat-box .out, .chatting .chat-box .in {
      width: 100%;
      margin-bottom: 15px;
      overflow: hidden; }
      .chatting .chat-box .out .img, .chatting .chat-box .in .img {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        overflow: hidden; }
      .chatting .chat-box .out .text, .chatting .chat-box .in .text {
        display: inline-block;
        max-width: 75%;
        padding: 5px 40px;
        font-size: 13px; }
      .chatting .chat-box .out span, .chatting .chat-box .in span {
        display: block;
        width: 100%;
        font-size: 11px;
        color: #999;
        margin-top: 8px; }
    .chatting .chat-box .in {
      float: left;
      overflow: hidden; }
      .chatting .chat-box .in .img {
        float: left; }
      .chatting .chat-box .in .text {
        float: left;
        margin-left: 15px;
        background: #F7F9FC;
        border-radius: 0px 40px 40px 60px; }
      .chatting .chat-box .in .date {
        text-align: left;
        padding-left: 80px; }
    .chatting .chat-box .out .img {
      float: right; }
    .chatting .chat-box .out .text {
      margin-right: 15px;
      background: #048a7b;
      color: #fff;
      border-radius: 40px 0px 60px 40px; }
    .chatting .chat-box .out span {
      margin-right: 80px; }
    .chatting .chat-box .form {
      margin-top: 15px; }
      .chatting .chat-box .form input {
        padding: 12px;
        border: 1px solid #f5f5f5;
        border-radius: 30px;
        background: transparent;
        width: calc(100% - 55px); }
      .chatting .chat-box .form button {
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        font-size: 17px;
        background: #048a7b;
        border: 1px solid #048a7b;
        border-radius: 50%;
        color: #fff;
        cursor: pointer;
        outline: none !important;
        margin-right: 5px; }
  .chatting .messages {
    height: 80vh;
    overflow: hidden;
    background: #fbfbfb;
    padding: 50px 30px; }
    .chatting .messages .stylebar {
      max-height: calc(80vh - 160px);
      overflow: auto;
      padding-left: 10px; }
    .chatting .messages .search {
      margin-bottom: 30px; }
      .chatting .messages .search .form-group {
        position: relative; }
      .chatting .messages .search input {
        width: 100%;
        padding: 10px;
        border: 0;
        border-radius: 30px;
        background: #F3F6FB; }
      .chatting .messages .search button {
        padding: 10px;
        border: 0;
        background: transparent;
        cursor: pointer;
        outline: none;
        position: absolute;
        left: 5px;
        top: 2px; }
    .chatting .messages .block {
      overflow: hidden; }
      .chatting .messages .block .item {
        padding: 15px;
        overflow: hidden; }
        .chatting .messages .block .item a {
          display: block;
          width: 100%; }
        .chatting .messages .block .item:hover {
          background: #F3F6FB; }
        .chatting .messages .block .item .img {
          width: 50px;
          height: 50px;
          float: right;
          position: relative; }
          .chatting .messages .block .item .img:after {
            content: '';
            width: 8px;
            height: 8px;
            border-radius: 50%;
            position: absolute;
            bottom: 0;
            right: 0; }
          .chatting .messages .block .item .img .oimg {
            border-radius: 50%;
            overflow: hidden; }
          .chatting .messages .block .item .img.online:after {
            background: #94e31b; }
          .chatting .messages .block .item .img.offline:after {
            background: #f75454; }
        .chatting .messages .block .item .cont {
          margin-right: 70px; }
          .chatting .messages .block .item .cont h6 {
            font-size: 15px;
            font-weight: 500; }
          .chatting .messages .block .item .cont p {
            font-size: 13px;
            opacity: .7; }
        .chatting .messages .block .item .info {
          float: left;
          text-align: center;
          position: relative;
          margin-top: -30px; }
          .chatting .messages .block .item .info .date {
            display: block;
            font-size: 12px;
            margin-bottom: 2px;
            opacity: .7; }
          .chatting .messages .block .item .info .inlist {
            width: 18px;
            height: 18px;
            line-height: 18px;
            text-align: center;
            font-size: 12px;
            border-radius: 50%;
            background: #F3F6FB; }

/* ----------------------------------------------------------------
     [ Start Footer ]
-----------------------------------------------------------------*/
footer {
  padding: 30px 0;
  border-top: 1px solid #eee; }
  footer .copy p {
    font-size: 12px; }
  footer .social-icon {
    text-align: center; }
    footer .social-icon a {
      width: 30px;
      height: 30px;
      line-height: 30px;
      border: 1px solid #ddd;
      border-radius: 50%;
      margin: 0 4px; }
      footer .social-icon a:hover {
        background: #048a7b;
        border-color: #048a7b;
        color: #fff; }
  footer .links {
    text-align: left; }
    footer .links a {
      margin-right: 20px;
      font-size: 12px; }
      footer .links a:first-of-type {
        margin-right: 0; }

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ Start manag-course ]
-----------------------------------------------------------------*/
.cont-manag {
  padding: 50px 0; }
  .cont-manag .box {
    padding: 40px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(200, 200, 200, 0.15);
    height: 90vh; }
    .cont-manag .box h5 {
      margin-bottom: 10px; }
    .cont-manag .box .text {
      width: 80%; }

.manag-course {
  padding: 50px 0 10px; }
  .manag-course .box {
    padding: 40px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(200, 200, 200, 0.15);
    margin-bottom: 40px; }
    .manag-course .box h5 {
      margin-bottom: 10px; }
    .manag-course .box .text {
      font-size: 15px;
      color: #999; }
  .manag-course .detal h6 {
    margin-bottom: 10px; }
  .manag-course .detal .text {
    margin: 10px 0; }

/* ----------------------------------------------------------------
     [ End manag-course ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ 16 Responsive ]
-----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
@media screen and (max-width: 991px) {
  .instant-search .search-form {
    margin-top: 20px; }

  .pages .statistics h2 {
    font-size: 50px; }

  .pages .statistics h5 {
    font-size: 18px;
    line-height: 2; }

  .session .presence {
    min-height: auto;
    margin-bottom: 50px; }

  .session .presence, .session .activity {
    padding: 40px 20px; }

  footer {
    text-align: center; }
    footer .social-icon {
      margin: 20px 0; }
    footer .links {
      text-align: center; }

  .nav-top .mnav ul .nvmenu {
    margin-left: 10px; }
    .nav-top .mnav ul .nvmenu:last-of-type {
      margin-left: 0; }

  .nav-top .left ul .nav-user {
    margin-right: 15px; }
    .nav-top .left ul .nav-user:last-of-type {
      margin-right: 0; }
      .nav-top .col-lg-8 ,.nav-top .mnav ul .nvmenu.mnhg{
                  position: relative;
              }
    
}
@media screen and (max-width: 767px) {
  .pages .box .bord {
    border-right: 0;
    border-top: 1px solid #eee; }

  .session .activity .video {
    float: none; }

  .nav-top {
    display: none; }

  .nav-mobile {
    display: block; }

  .subscribe .item, .blocks .tab-nav, .contact .cont-info {
    margin-bottom: 50px; }

  .login .bg-img {
    display: none; } }

/*# sourceMappingURL=style.css.map */
