@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
/*animation element*/
img.flag {
   margin-left: 5px;
    border-radius: 2px;
    height: 16px;
    margin-top: -4px;
    width: 22px;
    object-fit: cover;
box-shadow: 1px 4px 14px 0px #c7c7c78c;
}
.animation-element {
  position: relative;
  float: left;
}
.animation-container {
  position: relative;
} 
h1{
  font-size: 30px !important;
    font-family: 'Nunito',sans-serif !important;
    font-weight: bold !important;
    color: #323232 !important;
}
/*bounce up animation for the subject*/
.bounce-up li {
  opacity: 0;
  -moz-transition: all 1200ms ease-out;
  -webkit-transition: all 1200ms ease-out;
  -o-transition: all 1200ms ease-out;
  transition: all 1200ms ease-out;
  transition-delay: 500ms;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view li {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*bounce up animation for the subject*/
.bouncecontainer-up h2,
.bouncecontainer-up > div,
.bouncecontainer-up > ul {
  opacity: 0;
  -moz-transition: all 1000ms ease-out;
  -webkit-transition: all 1000ms ease-out;
  -o-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
  transition-delay: 500ms;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bouncecontainer-up.in-view h2,
.bouncecontainer-up.in-view > div,
.bouncecontainer-up.in-view > ul {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}



body, html {
  height: 100%;
  font-family: 'Nunito',sans-serif !important;
  font-size: 14px;
  overflow-x: hidden;
}
::placeholder {
  font-family: 'Nunito',sans-serif !important;
  color: #A1A1A1;
}
::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px white;
  background-color: white;
}

::-webkit-scrollbar
{
  width:5px;
  background-color: white;
}
::-webkit-scrollbar-thumb
{
  background-color: #ff3d00;
}
h2{
  font-size: 30px !important;
  font-family: 'Nunito',sans-serif !important;
  font-weight: bold !important;
  color: #323232 !important;
}
p{
  font-size: 16px;
  font-family: 'Nunito',sans-serif !important;
  font-weight: 500;
  color:#323232;
}
h3, h4, h5, h6, span,label{
  font-family: 'Nunito',sans-serif !important;
  color: #323235;
}
nav.navbar {
  width: 100%;
}
nav.navbar ul li {
  display: inline-block !important;
  margin: 0px 5px;
  line-height: 80px;
}
nav.navbar ul {
  padding: 0px 5px;
  width: fit-content;
  margin: auto;
}
nav.navbar ul li a {
  color: #323232;
  font-family: 'Nunito',sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 5px;
}
.logo a {
  line-height: 80px;
}
nav.center-menu ul {
  float: left;
  text-align: start;
  margin: 0px;
  padding: 0px;
}

nav.center-menu ul li {
  margin: 0px  5px;
}
nav.navbar {
  padding: 0px;
  margin:0px;
}
nav.navbar ul li a:hover{
  text-decoration: none;
  color: #FF3D00;
}
.dropdown-toggle::after {
  color: #FF3D00;
  top: 5px;
}
.dropdown-menu {
  min-width: unset !important;
  width: 100%;
}
nav.navbar ul li.dropdown a {
    font-weight: normal;
    font-size: 14px;
}
nav.navbar ul li.dropdown  a {
  padding: 0px 10px;
  line-height: 80px;
}
ul.droplanquage li {
    float: left;
    line-height: 30px !important;
    margin: 0px !important;
}
li.nav-item.dropdown.lang > a {
    text-transform: uppercase;
}
ul.droplanquage li.active {
    display: none !important;
}
header.header {
  z-index: 3;
  position: absolute;
  box-shadow: 0px 10px 20px 0px #c7c7c78c;
  width: 100%;
  top: 0;
  background: white;
}
a.main-button, button.main-button {
  border: none;
  background: #FF3D00;
  padding: 10px 30px !important;
  font-weight: bold !important;
  color: white !important;
  border-radius: 20px;
  cursor: pointer;
}
section.main-category {
  display: block;
  position: relative;
  background: #F6F6F6;
  z-index: 1;
  margin-top: 80px;
  float: left;
  padding: 60px 0px;
  width: 100%;
}
ul.home-category-list {
  list-style: none;
  display: block;
  float: left;
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0px;
}

ul.home-category-list > li> ul.sub-category-list {
  display:none;
}

.left-category-area {
  display: block;
}

ul.home-category-list li {
  transition: .8s;
  display: inline-block;
  width: calc(50% - 20px);
  float: left;
  background: white;
  border-radius: 10px;
  padding: 25px 30px;
  margin: 0px 20px 20px 0px;
  cursor: pointer;
  box-shadow: 1px 1px 20px 0px #c7c7c78c;
}
a.cat-title img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

ul.home-category-list li a span {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  font-family: 'Nunito',sans-serif !important;
}
ul.home-category-list li a {
  display: -webkit-flex;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center !important;
  -webkit-justify-content: center;
  justify-content: center !important;
  height: 30px;
  float: left;
}
.right-video-area img {
  width: 100%;
  border-radius: 10px;
}
.right-video-area {
    display: block;
    float: right;
    width: 50%;
    position: relative;
}
.right-video-area>ul{
  list-style: none;
}
.left-category-area {
  display: block;
  float: left;
  width: 50%;
}
li.has-sub.hovered a span {
  color: white !important;
}
li.has-sub.hovered a img {
  filter: brightness(0) invert(1);
}
li.has-sub.hovered {
  transform: scale(1.08);
  z-index: 1;
  border: none;
}
section.main-category .container {
  position: relative;
}

.clicked-category {
  height: 0px;
  position: absolute;
  background: white;
  width: 0px;
  box-shadow: 0px 10px 20px 0px #c7c7c78c;
  z-index: 5;
  border-radius: 10px;
}
.clicked-category ul {
  list-style: none;
  padding:0px;
  margin:0px;
}
.clicked-category.active{
  padding:40px;
}
.clicked-category ul {
  margin-top: 20px;
  list-style: none;
  display: block;
  float: left;
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0px;
}
.clicked-category ul li {
  transition: .8s;
  background: #F6F6F6;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 10px 20px;
  cursor: pointer;
  box-shadow: 1px 1px 20px 0px #c7c7c78c;
  width: calc(20% - 20px);
  display: inline-block;
  float: left;
  margin: 20px 10px;
}
ul.home-category-list li a.category-close {
  display: none !important;
}
.clicked-category.active a.category-close {
  z-index: 4;
  position: absolute;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  transition: 0.5s;
  transform: rotateZ(0deg);
}
 
.clicked-category.active a.category-close:hover {
       color: #ff3d00;
       transition: 0.5s;
       transform: rotateZ(90deg);
       -webkit-transform: rotateZ(90deg);
      -moz-transform: rotateZ(90deg);
}
a.category-close {
  display: none;
  cursor: pointer;
}

.clicked-category.active .category-close {
  display: block;
}
a.cat-title span {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  font-family: 'Nunito',sans-serif !important;
  color: #323232 !important;
}
.clicked-category a.cat-title{
  margin:20px;
}
li.sub a span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: 'Nunito',sans-serif !important;
}

li.sub a img {
  max-width: 20px;
  height: auto;
  margin-right: 10px;
}
li.sub a {
  display: -webkit-flex;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: start !important;
  height: 30px;
  line-height: 30px;
  float: left;
  width: 100%;
}
.clicked-category ul li:hover {
  background: white;
  border: 1px solid white;
}
.right-video-area a.video-button {
  width: 60px;
  height: 60px;
  background: url(../img/play.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 270px;
  top: 160px;
  z-index: 3;
}
a.video-title {
  position: absolute;
  color: white !important;
  top: 20px;
  width: 100%;
  left: 20px;
  font-size: 18px;
  font-family: 'Nunito',sans-serif !important;
  font-weight: 500;
  z-index: 3;
}
.right-video-area:after {
  /*position: absolute;
  width: 100%;
   float: right; 
  height: 100%;
  background: #05050530;
  content: "";
  left: 0px;
  top:0px;
  z-index: 2;
  border-radius: 5px;*/
}
section.how-work, section.goals, section.counter, section.partners {
  text-align: center;
  display: block;
  position: relative;
  background: white;
  z-index: 1;
  float: left;
  padding: 40px 0px;
  width: 100%;
}

h2.section-title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 25px !important;
}
.how-work-img, .how-work-tab {
  width: 50%;
  float: left;
}
.how-work-tab .tab-pane  ul li:before {
  content: counter(list) "";
  counter-increment: list;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin-right: 4px;
  background: #FEE1D8;
  border-radius: 50%;
  line-height: 40px;
  font-weight: 700;
  font-size: 22px;
  color: #FF3D00;
  text-align: center;
  font-family: 'Nunito',sans-serif !important;
}
.tab-pane  ul {
  counter-reset: list 0;
  text-align: start;
}
.tab-pane  ul li{
  list-style-type: none;
  position: relative;
  margin: 25px 0;
  line-height: 25px;
  padding-left: 30px;
  font-family: Gotham;
  font-size: 18px;
  color: #464646;
}
.tab-pane ul li h4 {
  font-family: 'Nunito',sans-serif !important;
  font-weight: bold !important;
  color: #323232 !important;
}
.tab-pane ul li p {
  color:#5E584C;
  font-family: 'Nunito',sans-serif !important;
}
.nav-tabs .nav-link.active {
  border-bottom: 4px solid #FF3D00!important;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  font-family: 'Nunito',sans-serif !important;font-weight: bold !important;color: #323232 !important;font-size: 22px;}

  .nav-tabs {
    border: unset !important;
    margin-left: 50px;
  }
  .how-work-img img{
    width: 100%;
    padding: 20px;
  }
  .nav-tabs .nav-link {
    font-family: 'Nunito',sans-serif !important;
    font-weight: 500 !important;
    color: #323232 !important;
    font-size: 22px;
  }
  .nav-tabs .nav-link:hover{
    border-top: unset;
    border-left: unset;
    border-right: unset;
  }
  section.top-courses, .top-tutors, section.top-commnents, section.footer-top {
    display: block;
    position: relative;
    background: #F6F6F6;
    z-index: 1;
    float: left;
    padding: 40px 0px;
    width: 100%;
  }
  ul.top-courses-list {
    list-style: none;
  }

  ul.top-courses-list li .img-part {
    height: 130px;
    position: relative;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }

  ul.top-courses-list li .img-part .course-cover {
    height: 130px;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }

  ul.top-courses-list li {
    width: calc(25% - 30px);
    margin: 20px 15px;
    float: left;
    min-height: 350px;
  }
  ul.top-courses-list li .info-part {
    padding: 40px 20px 10px;
    background: white;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    min-height: 220px;
  }

  ul.top-courses-list li .img-part .tutor {
    position: absolute;
    left: 10px;
    bottom: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
  }

  ul.top-courses-list li .info-part h5 {
    font-size: 18px !important;
    font-family: 'Nunito',sans-serif !important;
    font-weight: bold !important;
    color: #323232 !important;
  }

  ul.top-courses-list li .info-part h5 a {
    color: #323232 !important;
  }
  .stars {
    width: 100%;
    display: block;
    float: left;
  }

  .stars span {
    width: 15px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
    margin: 1px 1px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  }

  .stars span.shine {
    background: url(../img/star.svg);
  }
  .stars span.dark {
    background: url(../img/star-l.svg);
  }
  .stars p {
    margin-bottom: 0px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
    line-height: 15px;
  }

p {}
  .stars a.count {
    color: #5E584C;
    font-family: 'Nunito',sans-serif !important;
    margin-left: 5px;
    font-size: 16px;
  }

  .course-price span {
    font-size: 18px;
    color: #323232;
    font-weight: bold;
    margin-top:10px;
  }
  button.slick-prev.slick-arrow {
    border: none;
    position: absolute;
    left: -20px;
    top: 170px;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
  }
  div#details ul.info-list {
    list-style: none;
    padding: 0px;
}

div#details ul.info-list li span {
    font-weight: bold;
}

  button.slick-next.slick-arrow {
    border: none;
    position: absolute;
    right: -50px;
    top: 170px;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
  }

  button.slick-arrow:focus {
    border: none;
    box-shadow: none;
    outline: none;
  }
  button.slick-arrow {
    font-size: 30px;
    color: #ff3d00;
    line-height: 30px;
    cursor: pointer;
  }
  .slick-slide:focus {
    border: none;
    outline: none;
  }
  ul.goals-list {
    list-style: none;
    text-align: center;
  }

  ul.goals-list li {
    margin: 15px;
    width: calc(25% - 30px);
    float: left;
    display: inline-block;
    border: 1px solid #B4B4B4;
    padding: 30px 10px;
    height: 250px;
    border-radius: 10px;
  }

  ul.goals-list li img {
    margin-bottom: 15px; 
    max-width:40px;
  }
  ul.top-tutors-list {
    list-style: none;
    padding: 0px;
  }

  ul.top-tutors-list li {
    width: calc(33% - 30px);
    margin: 0px 15px;
    float: left;
    background: white;
    padding: 20px;
  }
  .head-tutuor {
    width: 100%;
    display: block;
  }

  .head-tutuor img {
   float: left;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    max-width: 20%;
  }

  .head-tutuor > div {
    display: inline-block;
    padding: 10px 20px;
    width: 80%;
    float: left;
  }

  .head-tutuor > div h5 {
    font-size: 18px;
    font-family: 'Nunito',sans-serif !important;
    font-weight: bold !important;
    color: #323232 !important;
  }

  .head-tutuor > div > p {
    font-size: 14px;
  }

  ul.top-tutors-list .info-part span {
    width: 100%;
    display: block;
    float: left;
    font-size: 16px;
    font-family: 'Nunito',sans-serif !important;
  }

  ul.top-tutors-list .info-part span strong {
    margin-left: 5px;
  }

  ul.top-tutors-list .info-part span.tutor-about {
    color: #874CD3;
    font-weight: bold;
    margin: 15px 0px 0px;
    box-shadow: none;
    padding: unset;
  }
  ul.top-tutors-list .info-part span strong a {
      color: #323235;
  }
  ul.top-tutors-list .info-part a.main-button {
    margin-top: 10px;
    float: left;
  }
  ul.top-tutors-list .info-part p {
    float: left;
    font-size: 14px;
  }
  ul.top-tutors-list .slick-slide {
    opacity: .5;
    transform: scale(0.85);
    z-index: 10;
  }

  ul.top-tutors-list .slick-active {
    opacity: 1;
    transform: scale(1);
    z-index: 10;
  }

  ul.top-tutors-list .slick-track {
    left: -400px /* half of the centered slide and padding */
  }
  ul.counter-list {
    list-style: none;
    padding: 0px;
  }

  ul.counter-list li {
    text-align: center;
    width: 25%;
    float: left;
  }

  ul.counter-list li span {
    color: #FF3D00;
    font-family: 'Nunito',sans-serif !important;
    font-size: 72px;
    font-weight: 600;
  }

  ul.counter-list li p {
    font-family: 'Nunito',sans-serif !important;
    color: #323232 !important;
    font-size: 36px;
  }
  ul.top-commnents-list {
    list-style: none;
    padding: 0px;
  }
  .comment-left {
    display: -webkit-flex;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center !important;
    -webkit-justify-content: center;
    justify-content: center !important;
    height: 416px;
    display: inline-block;
    width: 33%;
    float: left;
  }

  .comment-right {
    display: inline-block;
    float: left;
    width: 67%;
  }

  ul.top-commnents-list li {
    background-image: url(../img/quote.png);
    background-repeat: no-repeat;
    background-color: white;
    background-size: 130px;
    background-position: 0px -60px;
    border-radius: 10px;
    float: left;
    padding: 20px;
    margin: 0px 10px;
    width: calc(50% - 20px);
  }

  ul.top-commnents-list li p {
    margin: 100px 0px 30px;
  }
  ul.top-commnents-list .slick-next {
    top: unset;
    background: no-repeat;
    bottom: -70px;
    right: 30px;
    position: absolute;
  }

  ul.top-commnents-list .slick-prev {
    top: unset;
    background: no-repeat;
    bottom: -70px;
    right: 70px;
    position: absolute;
    left: unset;
  }
  ul.partners-list {
    list-style: none;
    padding: 0px;
  }

  ul.partners-list li {
    vertical-align: middle;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center; 
    float: left;
    width: 20%;
    margin: 0px 20px;
  }
  section.footer-top .footer--column-menu {
    float: left;
    width: 25%;
    display: inline-block;
  }

  section.footer-top .footer--column-menu h4 {
    font-size: 22px;
    font-family: 'Nunito',sans-serif !important;
    font-weight: bold !important;
    color: #323232 !important;
  }

  section.footer-top .footer--column-menu ul {
    margin-top: 20px;
    list-style: none;
    padding: 0px;
  }

  section.footer-top .footer--column-menu ul li a {
    font-family: 'Nunito',sans-serif !important;
    color: #323232 !important;
    font-size: 16px;
    line-height: 30px;
  }
  section.footer-top .footer--column-menu ul li a:hover{
    color: #FF3D00 !important;
  }
  a:hover {
    text-decoration: none !important;
  }
  button:focus, a.main-button:focus{
    outline: 0px !important;;
    border:0px !important;;
    box-shadow: none !important;;
  }
  .subscribe-form {
    position: relative;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 20px;
    display: block;
  }

  .subscribe-form form {
    width: fit-content;
    margin: 0 auto;
    position: relative;
  }

  .subscribe-form form .main-button {
    position: absolute;
    right: 0px;
    top: 0px;
  }

  .form-group.subscribe input {
    padding: 8px 20px;
    width: 400px;
    border-radius: 20px;
    border: 1px solid #E5D8D8;
    font-size: 16px;
    font-family: 'Nunito',sans-serif !important;
  }

  .form-group.subscribe label {
    font-family: 'Nunito',sans-serif !important;
    color: #323232 !important;
    font-size: 20px;
    line-height: 40px;
    width: fit-content;
    margin-right: 20px;
    margin-bottom: 0px;
    display: inline-block;
  }

  .form-group.subscribe input:focus {
    outline: none;
    border: 1px solid #E5D8D8;
    box-shadow: none;
  }
  section.footer-top {
    padding-bottom: 30px !important;
    transition: width ease-in-out 500ms;
  }
  footer {
    padding: 50px 0px 0px;
    width: 100%;
    float: left;
    background: #ff3d00;
    transition: width ease-in-out 500ms;
  }
  footer .footer--column-menu {
    padding: 10px 15px;
    width: 25%;
    float: left;
  }

  footer .footer--column-menu p {
    color: #FFC7B7;
  }

  footer .footer--column-menu ul.social-list {
    list-style: none;
    padding: 0px;
  }

  footer .footer--column-menu ul.social-list li {
    display: inline-block;
    margin: 5px 20px 5px 0px;
  }

  footer .footer--column-menu ul.social-list li i {
    color: white;
    font-size: 20px;
  }
  a.footer-logo img {
    margin-bottom: 20px;
    width: 180px;
  }
  footer .footer--column-menu h4 {
    color: white;
  }

  .footer--column-menu ul {
    list-style: none;
    padding: 0px;
  }

  .footer--column-menu ul li a {
    color: white;
    font-family: 'Nunito',sans-serif !important;
    font-size: 16px;
    line-height: 30px;
  }
  .copywrite-area {
    width: 100%;
    display: block;
    float: left;
    border-top: 1px solid #FFFFFF;
    padding-top: 20px;
  }

  .copy-left {
    width: 50%;
    float: inherit;
    line-height: 45px;
  }

  .copy-left p {
    color: white;
    font-size: 14px;
  }

  .copy-right {
    width: 50%;
    text-align: end;
    float: right;
    padding-right: 20px;
  }
  .copy-right ul li > a#navbarDropdownMenuLink {
    padding: 0px;
}

  .copy-right ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }

  .copy-right ul li {
    display: inline-block;
    padding: 0px 10px 0px 10px;
    border-right: 2px solid white;
  }

  .copy-right ul li a {
    color: white;
    font-family: 'Nunito',sans-serif !important;
    font-size: 14px;
  }

  .copy-right ul li:last-child {
    border-right: none;
  }
  section.about-cover {
    background: url(../img/about-cover-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    margin-top: 80px;
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */

  }

  section.about-cover h1 {
    line-height: 500px;
    color:white!important;
    font-size: 55px !important;
    font-family: 'Nunito',sans-serif !important;
    font-weight: bold !important;
    z-index: 2;
    position: relative;
  }
  section.about-cover:before {
    width: 100%;
    height: 100%;
    left: 0px;
    content: "";
    position: absolute;
    background: #00000038;
    z-index: 1;
  }
  section.about-info {
    display: block;
    position: relative;
    z-index: 1;
    float: left;
    padding: 80px 0px;
    padding-top: 20px!important;
    width: 100%;
    background: white !important;
  }
  .left-part, .right-part {
    width: 50%;
    float: left;
    display: block;
    padding: 20px;
  }

  .left-part img, .right-part img {
    width: 100%;
    border-radius: 40px;
  }

  about-info p {
    font-size: 16px !important;
  }

  .left-part p, .right-part p {
    font-size: 16px;
    line-height: 24px;
  }
  .about-video img {
    width: 100%;
  }

  .about-video {
    width: 100%;
    float: left;
    display: block;
    position: relative;
  }
  .about-video a.video-button {
    width: 60px;
    height: 60px;
    background: url(../img/play.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 570px;
    top: 300px;
    z-index: 3;
  }
  section.tutor-cover {
    background: url(../img/tutor-cover.jpg);
    background-size: cover;
    background-repeat: no-repeat;
        background-position: bottom;
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    margin-top: 80px;
    padding: 200px 0px;
  }
  section.tutor-cover:before {
    width: 100%;
    height: 100%;
    left: 0px;
    content: "";
    position: absolute;
    background: #0000005e;
    z-index: 1;
    top: 0px;
  }
  section.tutor-cover h1 {
    line-height: 70px;
    color: white !important;
    font-size: 55px !important;
    font-family: 'Nunito',sans-serif !important;
    font-weight: 500;
    z-index: 2;
    position: relative;
        margin-left: -15px;
    max-width: 60%;
    text-align: start;
  }

  section.tutor-cover h1 span {
    display: block;
    font-weight: bold;
    color: white;
  }
  section.tutor-info {
    display: block;
    position: relative;
    z-index: 2;
    float: left;
    padding: 80px 0px;
    padding-top: 10px!important;
    width: 100%;
    background: white !important;
  }

  section.tutor-info .tutor-step {
    margin: 10px 0px;
    padding: 20px;
    width: 100%;
    display: block;
    float: left;
  }

  section.tutor-info .tutor-step div {
    width: 33%;
    float: left;
  }

  section.tutor-info .tutor-step .second-column {
    padding: 0px 20px 0px 30px;
  }

  .first-column h3 {
    margin-bottom: 30px;
    text-align: left;
    font-size: 32px !important;
    font-family: 'Nunito',sans-serif !important;
    font-weight: bold !important;
    color: #323232 !important;
    position: relative;
  }

  section.tutor-info .tutor-step .second-column h4 {
    margin-bottom: 20px;
    text-align: left;
    font-size: 20px !important;
    font-family: 'Nunito',sans-serif !important;
    font-weight: bold !important;
    color: #323232 !important;
  }

  section.tutor-info .tutor-step .second-column p {
    font-size: 16px;
  }
  .steps {
    width: 100%;
    display: block;
    float: left;
    position: relative;
  }

  .steps:before {
    width: 1px;
    height: 340px;
    position: absolute;
    content: "";
    background: #323232;
    left: calc(33% - 2px);
    top: 40px;
  }

  .first-column h3:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: red;
    right: 0px;
    top: 10px;
  }
  .faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
  }

  .faq .card {
    border: none;
    background: none;
  }

  .faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .faq .card .card-header:hover {
    padding-left: 10px;
  }
  .faq .card .card-header .faq-title {
    font-size: 16px;
    font-family: 'Nunito',sans-serif !important;
    font-weight: 500;
    color: #323232;
    width: 100%;
    text-align: left;
    padding: 20px 30px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border: 1px solid #B4B4B4;
    border-radius: 5px;
  }

  .faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #FF3D00;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
  }

  .faq .card .card-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
  }

.faq .card .card-body p, .faq .card .card-body li{
    font-size: 16px;
    margin-bottom: 0px;
    font-family: 'Nunito',sans-serif !important;
    font-weight: 500;
    color: #323232;
  }

  @media (max-width: 991px) {
    .faq {
      margin-bottom: 30px;
    }
    .faq .card .card-header .faq-title {
      line-height: 20px;
      margin-top: 10px;
      font-size: 16px !important;
      padding: 10px 20px;
    }
  }
  section.tutor-faq{
    display: block;
    position: relative;
    z-index: 2;
    float: left;
    padding: 80px 0;
    width: 100%;
    background: white !important;
  }
  section.policy-info{
    display: block;
    position: relative;
    z-index: 2;
    float: left;
    padding: 20px 0 80px 0;
    width: 100%;
    background: white !important;
  }

  .faq-area {
    display: block;
    width: 60%;
    margin: 0 auto;
  }

  section.tutor-faq h3,section.policy-info h3 {
    margin: 30px 0px;
    text-align: left;
    font-size: 20px !important;
    font-family: 'Nunito',sans-serif !important;
    font-weight: bold !important;
    color: #323232 !important;
  }
  .faq .card .card-header:hover h5 {
    color: white;
    background: #ff3d00;
  }
  .faq .card .card-header h5[aria-expanded="true"] {
    color: white;
    background: #ff3d00
  }
  .faq .card .card-header h5[aria-expanded="true"] span.badge {
    background: white;
  }
  .faq .card .card-header:hover h5 span.badge {
    background: white;
  }
  .collapse.show {
    z-index: 3;
    margin-bottom: 10px;
    background: #F6F6F6;
  }
  section.tutor-bottom {
    display: block;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    background: #F6F6F6!important;
  }

  section.tutor-bottom > div > div {
    width: 33%;
    display: block;
    float: left;
  }

  .tutor-bottom-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }


  .tutor-bottom-start {
    padding: 40px;
    text-align: center;
  }

  .tutor-bottom-start h3 {
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 36px !important;
  }

  section.tutor-bottom .main-button {
    float: unset;
    font-size: 18px;
    margin-top: 10px;
  }

  .tutor-bottom-start h3 span {
    color: #FF3D00;
  }

  section.tutor-bottom p {
    font-size: 22px;
    margin-bottom: 25px;
  }
  section.blog-top {
    display: block;
    position: relative;
    background: white;
    z-index: 1;
    float: left;
    padding: 30px 0px;
    width: 100%;
    margin-top: 80px;
  }

  ul.top-blog {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0px;
  }

  ul.top-blog li > div {
    width: 50%;
    float: left;
    padding: 20px;
  }

  ul.top-blog li > div img {
    width: 100%;
    height: 480px;
    object-fit: cover;
  }

  ul.top-blog li div.title-part {
    padding: 100px 30px 30px;
  }
  ul.top-blog li div.title-part h5 {
    font-size: 18px;
    font-family: 'Nunito',sans-serif !important;
    font-weight: bold !important;
    color: #323232 !important;
  }

  ul.top-blog li div.title-part h3 a {
    font-size: 50px;
    line-height: 70px;
    font-family: 'Nunito',sans-serif !important;
    font-weight: bold !important;
    color: #323232 !important;
  }
  ul.top-blog button.slick-prev.slick-arrow {
    position: absolute;
    top: 400px;
    left: 620px;
    z-index: 3;
    background: none;
  }

  ul.top-blog button.slick-next.slick-arrow {
    position: absolute;
    top: 400px;
    right: 450px;
    background: none;
  }
  section.blog-area {
    text-align: center;
    display: block;
    position: relative;
    background: white;
    z-index: 1;
    float: left;
    padding: 20px 0px 50px;
    width: 100%;
  }
  .blog-list-area {
    width: 70%;
    float: left;
    display: block;
    position: relative;
  }

  .blog-list-area .blog-item {
    width: calc(50% - 20px);
    padding: 20px;
    margin: 10px;
    float: left;
  }

  .blog-list-area .blog-item .item-img img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    height: 200px;
    object-fit: cover;
  }

  .blog-list-area .blog-item  .item-info {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #B4B4B4;
    text-align: left;
    padding: 20px;
    height: 270px;
  }

  .blog-list-area .blog-item ul.blog-details {
    list-style: none;
    padding: 0px;
  }

  .blog-list-area .blog-item ul.blog-details li {
    display: inline-block;
    padding: 0px 20px 0px 0px;
  }
  .blog-list-area .item-info .autor {width: 100%;float: left;}

  .blog-list-area .item-info .autor img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin-right: 20px;
  }

  .blog-list-area .item-info .autor p {
    font-size: 12px !important;
  }

  .blog-list-area .item-info .autor h5 {
    font-size: 16px;
    font-family: 'Nunito',sans-serif !important;
    color: #323232;
    font-weight: bold;
  }

  .blog-list-area .blog-item .item-info h3 a {
    font-size: 16px;
    width: 100%;
    font-family: 'Nunito',sans-serif !important;
    color: #323232;
    font-weight: bold;
  }

  .autor-d {
    display: inline-block;
  }
  .blog-list-area .blog-item .item-info p {
    color: #5E584C;
    font-size: 16px;
  }

  .blog-list-area .blog-item ul.blog-details li img {
    margin-right: 10px;
  }

  .blog-list-area .blog-item ul.blog-details li:last-child {
    float: right;
  }
  ul.pagination {
    width: 100%;
    font-family: 'Nunito',sans-serif !important;
    color: #323232;
    float: left;
  }

  ul.pagination li {
    margin: 0px 20px;
  }

  ul.pagination li a {
    color: #5E584C;
    font-size: 16px;
    line-height: 50px;
  }

  ul.pagination li.active a {
    color: #ff3d00;
  }
  ul.pagination li:hover a {
    color: #ff3d00;
  }
  .form-group.search-area input {
    padding: 10px 20px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #B4B4B4;
    font-size: 16px;
    font-family: 'Nunito',sans-serif !important;
  }

  .blog-sidebar {
    width: 30%;
    float: right;
    display: block;
    position: relative;
    padding: 0px 20px 0px 60px;
  }

  .form-group.search-area img {
    position: absolute;
    right: 20px;
    top: 10px;
    height: 22px;
  }
  .form-group.search-area {
    margin-top: 30px;
    float: left;
    position: relative;
    width: 100%;
  }

  .form-group input:focus{
    outline: none;
    border: 1px solid #B4B4B4;
    box-shadow: none;
  }
  .sidebar-menu.category h4 {
    font-family: 'Nunito',sans-serif !important;
    color: #ff3d00;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #B4B4B4;
    padding-bottom: 10px;
  }

  .sidebar-menu.category {
    text-align: start;
    margin: 20px 0px;
  }

  .sidebar-menu.category ul {
    list-style: none;
    padding: 0px;
  }

  .sidebar-menu.category ul li a {
    font-size: 16px;
    font-family: 'Nunito',sans-serif !important;
    color: #323232;
    font-weight: 500;
    line-height: 30px;
  }

  .sidebar-menu.category ul li a:hover {
    color:#ff3d00;
  }
  .sidebar-menu.speacial-blog h4 {
    font-family: 'Nunito',sans-serif !important;
    color: #ff3d00;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #B4B4B4;
    padding-bottom: 10px;
  }

  .sidebar-menu.speacial-blog {
    text-align: left;
    position: relative;
    float: left;
    width: 100%;
  }

  .sidebar-menu.speacial-blog ul {
    width: 100%;
    list-style: none;
    padding: 0px;
  }

  .sidebar-menu.speacial-blog ul.special-blog-list li {
    width: 100%;
    float: left;
    margin: 20px 0px;
  }

  ul.special-blog-list li .info-part {
    width: 70%;
    float: left;
    position: relative;
    display: inline-block;
  }

  ul.special-blog-list li .img-part {
    width: 30%;
    float: left;
  }

  ul.special-blog-list li .img-part img {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }

  ul.special-blog-list li .info-part h5 {
    font-weight: bold;
    line-height: 25px;
    font-size: 16px;
  }

  ul.special-blog-list li .info-part p, ul.special-blog-list li .info-part span {
    font-size: 13px;
    margin-bottom: 0px;
  }
  ul.special-blog-list li .info-part a.special-count {
    position: absolute;
    bottom: 0px;
    right: 40px;
  }
  .sidebar-menu.authors {
    text-align: start;
    margin: 20px 0px;
  }

  .sidebar-menu.authors h4 {
    font-family: 'Nunito',sans-serif !important;
    color: #ff3d00;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #B4B4B4;
    padding-bottom: 10px;
  }

  .sidebar-menu.authors ul {
    list-style: none;
    padding: 0px;
  }

  .sidebar-menu.authors ul li a {
    font-size: 16px;
    font-family: 'Nunito',sans-serif !important;
    color: #323232;
    font-weight: 500;
    line-height: 30px;
  }

  .sidebar-menu.authors ul li a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
  }

  .sidebar-menu.authors ul li a:hover {
    color: #ff3d00;
  }
  .sidebar-menu.authors {
    text-align: start;
    margin: 20px 0px;
  }

  .sidebar-menu.authors h4 {
    font-family: 'Nunito',sans-serif !important;
    color: #ff3d00;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #B4B4B4;
    padding-bottom: 10px;
  }

  .sidebar-menu.authors ul {
    list-style: none;
    padding: 0px;
  }

  .sidebar-menu.authors ul li a {
    font-size: 16px;
    font-family: 'Nunito',sans-serif !important;
    color: #323232;
    font-weight: 500;
    line-height: 30px;
  }

  .sidebar-menu.authors ul li a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
  }

  .sidebar-menu.authors ul li a:hover {
    color: #ff3d00;
  }
  .sidebar-menu.authors ul li {
    margin: 20px 0px;
  }
  .sidebar-menu.susbcribe-category select {
    font-family: 'Nunito',sans-serif !important;
    color: #ff3d00;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    float: left;
    width: fit-content;
    height: 50px;
    line-height: 50px;
    border: none;
    position: relative;
  }
  .sidebar-menu.susbcribe-category {
    border-top: 1px solid #B4B4B4;
    padding-top: 20px;
    text-align: start;
  }
  .sidebar-menu.susbcribe-category select:focus {
    outline: none;
    border: none;
    box-shadow: none;
  }
  .sidebar-menu.susbcribe-category select option{
    color: #323232;
  }
  .sidebar-menu.susbcribe-category button.subs-button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    width: 50px;
    border-radius: 10px;
    border: 0px;
    background: #ff3d00;
  }
  .sidebar-menu.susbcribe-category button.subs-button img{
    position: relative;
    filter: brightness(0) invert(1);
    right: 5px;
    top: 0px;
    height: 31px;
  }
  .blog-inner-area {
    width: 67%;
    min-height: 50px;
    float: left;
    padding: 20px;
    display: block;
    position: relative;
  }
  section.single-blog-top {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: block;
    background-position: center center !important;
    position: relative;
    background: white;
    z-index: 2;
    float: left;
    width: 100%;
    margin-top: 80px;
  }

  section.single-blog-top ul.blog-breadcrumb li {
    color: white;
    font-size: 16px;
    float: left;
    font-family: 'Nunito',sans-serif !important;
    position: relative;
    display: inline-block;
    margin: 0px 25px 0px 0px;
  }

  section.single-blog-top ul.blog-breadcrumb li a {
    color: white;
    font-family: 'Nunito',sans-serif !important
    font-size: 16px;
  }
  section.single-blog-top ul.blog-breadcrumb {
    list-style: none;
    width: 100%;
    float: left;
    padding: 0px;
    margin-top: 30px;
    z-index: 3;
    position: relative;
  }

  section.single-blog-top ul.blog-breadcrumb li:after {
    position: absolute;
    content: ">";
    right: -16px;
    width: 10px;
    font-size: 16px;
    top: 0px;
    height: 10px;
    color: white;
  }

  section.single-blog-top ul.blog-breadcrumb li:last-child:after {
    display: none;
  }
  section.single-blog-top h1 {
    text-transform: inherit;
    font-family: 'Nunito',sans-serif !important;
    color: white !important;
    font-size: 35px;
    font-weight: bold;
    width: 70%;
    margin-top: 100px;
    float: left;
    position: relative;
    z-index: 3;
  }
  section.single-blog-top ul.single-blog-stat {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0px;
    position: relative;
    z-index: 3;
  }

  section.single-blog-top ul.single-blog-stat li {
    display: inline-block;
    float: left;
    position: relative;
    margin: 20px 30px 20px 0px;
    color: white;
    line-height: 50px;
    font-size: 18px;
    vertical-align: middle;
  }
  section.single-blog-top:after {
    position: absolute;
    width: 100%;
    float: right;
    height: 100%;
    background: #05050530;
    content: "";
    left: 0px;
    z-index: 2;
  }
  section.single-blog-top ul.single-blog-stat li.s-author img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    position: relative;
    border-radius: 50%;
    object-fit: cover;
  }

  section.single-blog-top ul.single-blog-stat li a {
    color: white;
    line-height: 50px;
    font-size: 18px;
  }
  section.single-blog-top ul.single-blog-stat li img {
    height: 22px;
    margin-right: 10px;
  }
  .blog-inner-area {}

    .blog-inner-area .blog-inner-text {
      text-align: start;
      width: 100%;
      float: left;
    }

    .blog-inner-area .blog-inner-text img {
      max-width: 100%;
    }

    .blog-inner-area .blog-inner-text h2 {
      font-size: 24px !important;
    }

    .blog-inner-area .blog-inner-text p {
      font-size: 16px;
    }
    .single-blog-comments {
      width: 100%;
      float: left;
      text-align: start;
    }

    .single-blog-comments h4 {
      font-weight: bold;
      color: #323232;
      margin: 20px 0px;
    }

    .single-blog-comments .comment-area {
      width: 100%;
      float: left;
      margin-top: 20px;
      padding: 20px;
      border: 2px solid #B4B4B4;
    }
    .blog-bottom-area {
      width: 100%;
      display: block;
      float: left;
      position: relative;
    }

    .blog-bottom-area ul.share-blog {
      text-align: start;
      padding: inherit;
      list-style: none;
      float: left;
    }

    .blog-bottom-area ul.share-blog li {
      width: fit-content;
      display: inline-block;
      margin: 10px 20px 10px 0px;
    }

    .blog-bottom-area ul.share-blog li img {
      margin-right: 10px;
    }
    .blog-bottom-area ul.share-blog li i {
      font-size: 16px;
      color: #323232;
    }
    .like.blog {
      width: fit-content;
      float: right;
    }

    .like.blog button, .like.blog a,.like.blog p, .like.blog form {
      width: fit-content;
      display: inline-block;
      margin: 10px 0px 10px 30px;
      background:none;
      
    }
    .like.blog button, .like.blog a {
    cursor: pointer;
    border: none;
    box-shadow: none;
    outline: none;
}
    .like.blog button:focus{
       border: none;
    box-shadow: none;
    outline: none; 
    }
    .blog-related {
      border-top: 1px solid #B4B4B4;
      display: block;
      width: 100% !important;
      float: left !important;
      margin: 30px 0px;
      padding-top: 50px;
    }
    .blog-related.blog-list-area .blog-item {
      width: calc(33% - 20px);
    }
    section.tutor-list-top {
      width: 100%;
      display: block;
      float: left;
      background: #f6f6f6;
      margin-top: 80px;
    }
    section.tutor-list-top h2.section-title {
    margin-top: 30px;
    margin-bottom: 10px;
}
    .tutor-filter-area {
      width: 100%;
      display: block;
      float: left;
      margin: 10px 0px 0px;
    }
    .tutor-filter-area .tutpor-filter {
      width: 100%;
      float: left;
      height: fit-content;
      background: white;
      border-radius: 20px;
    }
.tutor-filter-area .tutpor-filter .filter button{
  height: 20px !important;
}
    .tutor-filter-area .tutpor-filter .filter {
      border: 1px solid #B4B4B4;
      padding: 10px 20px 0px;
      width: 25%;
      height: 60px;
      z-index: 2;
      float: left;
      display: inline-block;
    }
.tutor-filter-area .tutpor-filter .filter-first {
  border-radius: 20px 0px 0px 20px;
}
.tutor-filter-area .tutpor-filter .filter-last {
  border-radius: 0px 20px 20px 0px;
}

    .filter h4 {
      color: #5E584C;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
    }

    .filter .dropdown.bootstrap-select {
      width: 100% !important;
      background: white !important;
    }

    .filter .dropdown.bootstrap-select:focus {
      border: none !important;
      box-shadow: none !important;
      outline: none !important;
    }
    button.btn.dropdown-toggle.btn-light {
      background: white !important;
      border: none !important;
      padding: 0px;
      height: 30px;
    }

    button.btn.dropdown-toggle.btn-light:focus,.btn-light:hover {
      border: none !important;
      outline: none !important;
      box-sizing: none !important;
    }
    .bootstrap-select .dropdown-toggle .filter-option {
      font-size: 12px;
      font-weight: bold;
      font-family: 'Nunito',sans-serif !important;
      color: #323232;
    }
    .bootstrap-select .dropdown-menu li {
      color: #323232;
      font-family: 'Nunito',sans-serif !important;
      font-size: 16px;
      font-weight: 600;
      padding: 0px 10px;
    }


    .dropdown-item.active, .dropdown-item:active, .dropdown-item:active  a span {
      background-color: white !important;
      color: #ff3d00 !important;
    }

    .bootstrap-select .dropdown-menu li.active span {
      color: #ff3d00 !important;
      font-family: 'Nunito',sans-serif !important;
      font-size: 16px;
      font-weight: 600;
    }

    .bootstrap-select .dropdown-menu.inner {
      width: 100% !important;
    }

    .bootstrap-select .dropdown-menu li a:focus {
      outline: none;
      border: none;
      box-shadow: none;
    }

    .bootstrap-select .dropdown-menu li a:hover span {
      color:#ff3d00;
    }
    a.price-filter {
      font-size: 14px;
      font-weight: bold;
      font-family: 'Nunito',sans-serif !important;
      color: #323232;
      position: relative;
      width: 100%;
      float: left;
    }
    a.price-filter:after {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 0.255em;
      vertical-align: 0.255em;
      content: "";
      border-top: 0.3em solid;
      border-right: 0.3em solid transparent;
      border-bottom: 0;
      border-left: 0.3em solid transparent;
      color: #ff3d00;
    }

    a.price-filter:focus {
      border: none;
      background: none;
      outline: none;
      box-shadow: none;
    }
    div#collapseExample,div#collapseExample2,div#collapseExample3 {
      border-radius: 10px;
      width: calc(100% + 40px);
      left: -20px;
      top: 14px;
      float: left;
      z-index: 3;
      position: relative;
      box-shadow: 1px 0px 20px 0px #c7c7c78c;
    }
    .bootstrap-select .dropdown-toggle .filter-option {
      padding: 0px;
    }
    .ui-slider .ui-slider-range {
      background: #FF3D00;
      position: absolute;
      z-index: 1;
      font-size: .7em;
      display: block;
      border: 0;
      background-position: 0 0;
    }
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active,.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active
    {  border: 1px solid #FF3D00 !important;
      background: #f6f6f6;
      font-weight: normal;
      border-radius: 50%;
      color:unset;
      outline:none;

    }


    .ui-state-default:focus, .ui-widget-content .ui-state-default:focus {
      border: 1px solid #FF3D00 !important;
      background: #f6f6f6;
      font-weight: normal;
      border-radius: 50%;
      color:unset;
      outline:none;

    }

    .ui-slider-horizontal {
      height: 8px !important;
    }

    .ui-widget.ui-widget-content {
      border-radius: 20px;
      background: #B2B2B2;
    }
    .filter .card input {
      font-size: 18px;
      font-weight: bold !important;
      font-family: 'Nunito',sans-serif !important;
      color: #323232 !important;
      position: relative;
      width: 100%;
      float: left;
    }

    .ui-state-default:focus, .ui-widget-content .ui-state-default:focus {
      border: 1px solid #FF3D00 !important;
      background: #f6f6f6;
      font-weight: normal;
      border-radius: 50%;
      color:unset;
      outline:none;
    }
    .bootstrap-select .dropdown-menu {
      width: calc(100% + 40px);
      left: -20px !important;
      top: 10px !important;
      min-width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    .filter .card input:focus {
      border: none;
      outline: none;
      box-shadow: none;
    }

    a.price-filter:hover {
      color: #323232;
    }
    div#collapseExample2 > div > p {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .hour-box {
      width: 100%;
      float: left;
      position: relative;
      display: block;
      margin-bottom: 10px;
    }

    .hour-box label {
      padding: 6px 5px 0px;
      text-align: center;
      margin: 0px;
      width: 25%;
      height:100px;
      float: left;
      display: inline-block;
      border: 1px solid #B4B4B4;
    }


    .hour-box input[type="checkbox"] {
      display: none;
    }
    .hour-box label img {
      width: 16px;
      height: 16px;
      margin-bottom: 2px;
    }

    .hour-box label p {
      font-size: 12px;
      font-weight: bold;
    }

    .hour-box label span {
      display: block;
      font-size: 7px;
      color: #5E584C;
    }
    .hour-box label img {
      width: 16px;
      height: 16px;
      margin-bottom: 2px;
    }

    .hour-box label p {
      margin-bottom: 6px;
      font-size: 12px;
      font-weight: bold;
    }

    .hour-box label span {
      display: block;
      font-size: 7px;
      color: #5E584C;
    }

    .hour-box input[type="checkbox"]:checked + label,.day-box input[type="checkbox"]:checked + label {
      border-color: #FF3D00;
      background-color: #eee;
    }



    .hour-box input[type="checkbox"]:checked + label img {
      transform: scale(0.9);
      /* box-shadow: 0 0 5px #333; */
      z-index: -1;
    }
    .day-box {
      width: 100%;
      float: left;
      position: relative;
      display: block;
      margin-bottom: 10px;
    }

    .day-box input[type="checkbox"] {
      display: none;
    }

    .day-box label {
      padding: 5px;
      text-align: center;
      margin: 0px;
      width: 14%;
      font-size: 10px;
      float: left;
      display: inline-block;
      border: 1px solid #B4B4B4;
    }

    .bottom-filters {
      width: 100%;
      float: left;
      margin: 20px 0px 0px;
    }

    .bottom-filters .dropdown.bootstrap-select {
      margin: 0px 30px 0px 0px;
    }
    .bottom-filters .dropdown-toggle::after {
      margin-right:-20px;
    }
    section.tutor-list {
      display: block;
      position: relative;
      background: #F6F6F6;
      z-index: 1;
      float: left;
      padding: 10px 0px 30px;
      width: 100%;
    }

    section.tutor-list h2 {
      width: 70%;
      margin: 0 auto;
    }
    .change-list {
      position: relative;
      width: 240px;
      margin: 30px auto;
      text-align: center;
    }

    .change-list a.main-button.active {
      border: none;
      background: #FF3D00;
      padding: 10px 40px !important;
      font-weight: bold !important;
      color: white !important;
      border-radius: 20px;
      cursor: pointer;
      z-index: 3;
    }

    .change-list a.main-button {
      border: none;
      background: white;
      box-shadow: 0px 7px 20px 0px #c7c7c78c;
      padding: 10px 40px !important;
      font-weight: bold !important;
      color: #323232 !important;
      border-radius: 20px;
      cursor: pointer;
      z-index: 2;
    }


    .change-list a.main-button:first-child {
      position: absolute;
      left: 0px;
    }

    .change-list a.main-button:last-child {
      position: absolute;
      right: 0px;
    }
    .list-area {
      width: 100%;
      margin-top: 50px;
      float: left;
      display: block;
      position: relative;
    }

    .list-area .tutor-item {
      width: calc(33% - 40px);
      float: left;
      margin: 20px;
      background: white;
      border-radius: 10px;
      padding: 30px 20px;
      box-shadow: 0px 7px 20px 0px #c7c7c78c;
      min-height:520px;
    }

    .list-area .tutor-item .tutor-title-area {
      width: 100%;
      position: relative;
      float: left;
    }

    .list-area .tutor-item .tutor-title-area a.tutor-like {
      position: absolute;
      right: 0px;
      top: -10px;
    }

    .list-area .tutor-item .tutor-title-area a.tutor-like img {
      height: 15px;
    }
    .tutor-title-area > img {
      width: 85px;
      height: 85px;
      border-radius: 50%;
      object-fit: cover;
      display: inline-block;
      float: left;
      margin-right: 10px;
    }

    .list-area .tutor-item .tutor-title-area .t-title {
      width: calc(100% - 95px);
      display: inline-block;
      float: left;
      height: 85px;
      padding: 20px 0px 20px 10px;
    }

    .list-area .tutor-item .tutor-title-area .t-title h4 {
      font-family: 'Nunito',sans-serif !important;
      font-size: 18px;
      color: #323235;
      font-weight: bold;
    }

    .list-area .tutor-item .tutor-title-area .t-title p {
      font-size: 15px;
      margin-bottom: 0px;
      line-height: 20px;
    }
    .list-area .tutor-item .tutor-info-area {
      width: 100%;
      float: left;
      position: relative;
      display: block;
      padding: 10px 0px;
    }

    .list-area .tutor-item .tutor-info-area .like {
      width: 100%;
      float: left;
      margin: 10px 0px;
    }

    .list-area .tutor-item .tutor-info-area .like .stars {
      width: fit-content;
      float: left;
      display: inline-block;
    }

    .list-area .tutor-item .tutor-info-area .like p {
      width: fit-content;
      font-size: 16px;
      float: right;
      display: inline-block;
    }

    .list-area .tutor-item .tutor-info-area .like p span {
      font-weight: bold;
    }
    .list-area .tutor-item .tutor-info-area .short-info {
      width: 100%;
      float: left;
    }

    .list-area .tutor-item .tutor-info-area .short-info span {
      font-size: 14px;
      font-weight: bold;
      margin: 10px 0;
    }

    .list-area .tutor-item .tutor-info-area .short-info p {
        min-height: 125px;
      font-size: 14px;
      margin: 10px 0;
    }

    .list-area .tutor-item .tutor-info-area .button-area {
      width: 100%;
      float: left;
      text-align: center;
    }

    .list-area .tutor-item .tutor-info-area .button-area a {
      position: relative;
      font-size: 16px;
      width: 100%;
      margin: 10px auto 0px;
      display: block;
    }
    a.main-button.white {
      background: white;
      border: 1px solid #FF3D00;
      color: #323232 !important;
    }
    ul.pagination .list-area {
      width: fit-content;
      margin: 0 auto;
    }

    .list-area ul.pagination {
      float: unset;
      width: fit-content !important;
      margin: 40px auto 20px;
    }

    section.tutor-bottom-category {
      text-align: center;
      display: block;
      position: relative;
      background: white;
      z-index: 1;
      float: left;
      padding: 80px 0px;
      width: 100%;
    }
    .text-part {
      text-align: start;
    }

    .text-part .main-button {
      float: left;
      margin-top: 20px;
    }
    section.tutor-bottom-category h2.section-title {
      width: 100%;
      float: left;
      margin: 20px;
    }
    section.tutor-bottom-category .text-part {
      width: 100%;
      float: left;
    }

    section.tutor-bottom-category .category-tags {
      width: 100%;
      float: left;
      text-align: center;
    }

    section.tutor-bottom-category .category-tags a {
      border: 1px solid #B4B4B4;
      background: white;
      padding: 10px 30px !important;
      color: #323232 !important;
      border-radius: 10px;
      margin: 10px 20px;
      cursor: pointer;
      line-height: 60px;
      font-size: 16px;
    }

    section.tutor-bottom-category .category-tags a:hover {
      border-color: #FF3D00;
      color:#FF3D00 !important;
    }
    section.single-tutor-top {
      display: block;
      position: relative;
      background: white;
      background-image: -webkit-linear-gradient(90deg, #F6F6F6 50%, white 50%);
      min-height: 1100px;
      z-index: 1;
      float: left;
      padding: 30px 0px;
      width: 100%;
      margin-top: 80px;
    }

  

      section.single-tutor-top ul.tutor-breadcrumb,
      section.profile-area ul.tutor-breadcrumb  {
        list-style: none;
        padding: 0px;
        width: 100%;
        float: left;
      }

      section.single-tutor-top ul.tutor-breadcrumb li a,
      section.profile-area ul.tutor-breadcrumb li a {
        font-size: 16px;
        color: #323232;
      }

      section.single-tutor-top ul.tutor-breadcrumb li,
      section.profile-area ul.tutor-breadcrumb li  {
        display: inline-block;
        position: relative;
        margin: 0px 25px 0px 0px;
        font-weight: bold;
        float: left;
      }
      section.single-tutor-top ul.tutor-breadcrumb li:after,
      section.profile-area ul.tutor-breadcrumb li:after{
        position: absolute;
        content: ">";
        right: -16px;
        width: 10px;
        font-size: 16px;
        top: 0px;
        height: 10px;
        color: #323232;
      }

      section.single-tutor-top ul.tutor-breadcrumb li:last-child,
      section.profile-area ul.tutor-breadcrumb li:last-child {
        font-size: 16px;
        color: #323232;
        font-weight: lighter;
      }

      section.single-tutor-top ul.tutor-breadcrumb li:last-child:after,
      section.profile-area ul.tutor-breadcrumb li:last-child:after {
        display: none;
      }
      .single-tutor-left {
        padding: 20px;
        float: left;
        width: 60%;
        display: block;
        position: relative;
        margin-left: 5%;
      }

      .single-tutor-left .tutor-personal {
        width: 100%;
        float: left;
      }

      .single-tutor-left .tutor-personal> img {
        width: 25%;
        height: 170px;
        object-fit: cover;
        display: inline;
        float: left;
      }

      .single-tutor-left .tutor-personal {
        width: 100%;
        float: left;
        padding-left: 5px;
        display: inline-block;
      }
      .single-tutor-left .tutor-personal .ing-area {
        width: 75%;
        padding: 20px 20px 0px;
        float: left;
        display: inline-block;
      }

      .single-tutor-left .tutor-personal ul {
        list-style: none;
        padding: 0px;
      }

      .single-tutor-left .tutor-personal ul li img {
        width: 20px;
        margin-right: 10px;
      }

      .single-tutor-left .tutor-personal ul li {
        margin: 10px 0px;
        color: #323232 !important;
      }

      .single-tutor-left .tutor-personal ul li a {
        color: #323232 !important;
        font-size: 14px;
      }

      .single-tutor-left .tutor-personal .ing-area h2 {
        font-size: 20px !important;
      }
     .single-tutor-left .tutor-personal .ing-area h2 a, .single-tutor-course .info-area .detail-part h4 a{
         color: #323232!important;
     }
      .single-tutor-left .tutor-personal .ing-area h5 {
        font-size: 16px;
        font-weight: 400;
      }

      nav.navbar.tutor-menu li a.active {
        border-bottom: 2px solid  #ff3d00;
      }
      nav.navbar.tutor-menu li a {
        font-size: 16px;
        padding: 0px;
        font-weight: 600;
      }

      nav.navbar.tutor-menu {
        float: left;
        width: 100%;
        padding-left: 5px;
      }

      nav.navbar.tutor-menu ul {
        width: 100%;
        padding: 0px;
      }

      nav.navbar.tutor-menu ul li {
        margin: 0px 20px 0px 0px;
        line-height: 50px;
      }
      .single-tutor-right {
        padding: 20px;
        float: left;
        right: 0px;
        width: 32%;
        display: block;
      }

      .single-tutor-right .tutor-side {
         float: left;
         background: white;
         width: 100%; 
      }

      .single-tutor-right .tutor-side .tutor-video > img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border-radius: 20px;
      }

      .single-tutor-right .tutor-side .tutor-video {
        float: left;
        position: relative;
        width: 100%;
      }

      .single-tutor-right .tutor-side .tutor-video > a {
        position: absolute;
        left: calc(50% - 22px);
        top: calc(50% - 22px);
      }
      .tutor-about h3 {
        font-size: 16px !important;
        margin-bottom: 15px;
        font-weight: 600;
        border-bottom: 1px solid #dee2e6 ;
        padding-bottom: 5px;
      }

      .tutor-about p {
        font-size: 14px;
      }
      .tutor-about a.about-button {
        color: #323232;
        font-family: 'Nunito',sans-serif !important;
        font-size: 15px;
        font-weight: 400;
        padding: 0px;
        border-bottom: 2px solid #ff3d00;
        cursor:pointer;
      }

      .tutor-about {
        margin: 0px 0px 10px;
        width: 100%;
        padding: 20px;
        background: white;
        border-radius: 15px;
        float: left;
        box-shadow: 0px 10px 20px 0px #c7c7c78c;
      }
      .tutor-details .stars {
        width: 100%;
        float: left;
        padding: 0px 20px;
        height: 30px;
      }

      .tutor-details .stars p {
        font-size: 16px;
        line-height: 15px;
        font-weight: bold;
        margin-bottom: 0px;
        margin-right: 10px;
        padding: 0px;
        margin-left: 0px;
      }

      .tutor-details .stars span.review {
        font-size: 16px;
        width: fit-content;
        display: inline-block;
        height: unset;
        line-height: 30px;
        color: #5E584C;
        padding: 0px;
        margin: 0px 20px;
      }
      .tutor-details {
        float: left;
        width: 100%;
        margin-top: 10px;
      }

      .tutor-details .stars span {
        line-height: 30px;
      }
      .tutor-details .tutor-price {
        width: 100%;
        padding: 5px 20px;
        float: left;
      }

      .tutor-details .tutor-price span {
        font-size: 16px;
      }
      .tutor-details .button-area {
        text-align: center;
        width: 100%;
        float: left;
        display: block;
        padding: 0px 20px;
      }

      .tutor-details .button-area a {
        float: left;
        position: relative;
        width: 100%;
        margin: 10px 0 0;
        display: block;
      }
      .tutor-edu-info {
        width: 100%;
        float: left;
        padding: 10px 20px 0px;
      }

      .tutor-edu-info ul.info-list {
        padding: 0px;
        list-style: none;
      }
      .tutor-edu-info ul.info-list li a {
        margin: 10px 0px;
        color: #323232 !important;
        font-size: 14px;
        position: relative;
        width: 100%;
      }

      .tutor-edu-info ul.info-list li a img {
        width: 20px;
        margin-right: 10px;
      }

      .tutor-edu-info ul.info-list li{
        margin: 6px 0px;
      }
      .tutor-edu-info ul.info-list li a[data-title]:hover:after {
        content: attr(data-title);
        position: absolute;
        background: #F9F9F9;
        font-size: 12px;
        padding: 20px;
        border-radius:10px;
        box-shadow: 0px 10px 20px 0px #c7c7c78c;
        top: 0%;
        float: left;
        left: -300px;
        width: 250px;
        height: auto;
      }
      div#upcoming, div#resume, div#schedule {
        background: white;
        width: 100%;
        padding: 20px;
        border-radius: 15px;
        float: left;
        box-shadow: 0px 10px 20px 0px #c7c7c78c;
        margin: 10px 0px;
      }

      div#upcoming h3, .tutor-resume h3 , div#schedule h3{
        font-size: 16px;
        margin-bottom: 15px;
        font-weight: 600;
        border-bottom: 1px solid #dee2e6 ;
        padding-bottom: 5px;
      }
div#schedule .note {
    background: #F6F7F7;
    padding: 10px 20px;
    border-radius: 5px;
}

div#schedule .note img {
    margin-right: 5px;
    height: 20px;
}

div#schedule .note label {
    margin: 0px;
    font-size: 13px;
    color: #5E584C;
}
.schedule-head {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.schedule-head .schedule-controller, .schedule-head .schedule-time-zone {
    width: 50%;
    float: left;
}

.schedule-head .schedule-controller a.schedule-controller-prev,.schedule-head .schedule-controller a.schedule-controller-next {
    padding: 8px 12px;
    border: 1px solid #B4B4B4;
    width: fit-content;
    float: left;
    cursor: pointer;
}

.schedule-head .schedule-controller p {
    float: left;
    font-size: 14px;
    line-height: 45px;
    margin-left: 20px;
}

.schedule-head .schedule-controller a.schedule-controller-prev img, .schedule-head .schedule-controller a.schedule-controller-next img {
    width: 6px;
}

.schedule-head .schedule-controller a.schedule-controller-prev {
    border-radius: 4px 0px 0px 4px;
}

.schedule-head .schedule-controller a.schedule-controller-next {
    border-radius: 0px 4px 4px 0px;
}
.schedule-time-zone .dropdown.bootstrap-select {
    border: 1px solid #B4B4B4;
    padding: 4px 8px;
    border-radius: 5px;
    width: 100% !important;
}

.schedule-time-zone .filter-option-inner-inner {
    line-height: 30px;
}
      .single-tutor-course {
        width: 100%;
        float: left;
        display: block;
        position: relative;
      }

      .single-tutor-course .img-area {
        width: 33%;
        float: left;
        display: inline-flex;
        align-items: center;
      }


      .single-tutor-course .img-area p {
        font-size: 18px !important;
        font-weight: bold;
        width: 25%;
        float: left;
        text-align: center;
      }

      .single-tutor-course .info-area {
        width: 67%;
        float: left;
        padding: 10px;
      }

      .single-tutor-course .info-area .detail-part {
        width: 60%;
        float: left;
        padding-right: 30px;
      }

      .single-tutor-course .info-area .button-area {
        width: 40%;
        float: left;
        display: block;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 0px;
      }

      .single-tutor-course .info-area .button-area a {
        width: 100%;
        display: block;
        margin: 10px 0px;
      }

      .single-tutor-course .info-area .detail-part h4 {
        font-size: 18px;
        font-weight: 600;
      }

      .single-tutor-course .info-area .detail-part p {
        font-size: 16px;
        color: #5E584C;
      }

      .single-tutor-course .info-area .detail-part .price {
        font-size: 18px;
        font-weight: bold;
        margin: 0px 5px;
      }

      .single-tutor-course .info-area .detail-part .old-price {
        font-size: 12px !important;
        position: relative !important;
      }

      .single-tutor-course .info-area .detail-part .old-price:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: red;
        top: 8px;
        left:0px;
      }
      .single-tutor-course .img-area img {
        width: 75%;
        float: left;
        max-height: 150px;
        object-fit: cover;
      }
      .l-more-button {
        width: 100%;
        float: left;
        text-align: center;
        padding: 20px;
      }
      .tutor-resume .nav-tabs .nav-link, .tutor-subject .nav-tabs .nav-link {
        font-size: 14px;
        padding: 10px 0px 2px;
        font-weight: 400 !important;
        margin: 0px 30px 0px 0px;
      }

      div#resume ul.nav, div#subject ul.nav {
        float: left;
        padding-bottom: 0px !important;
        margin: 0px !important;
        list-style: none;
        counter-reset: none;
        line-height: 20px;
        width: fit-content;
      }
      div#resume ul li:before {
        display: none;
      }

      div#resume ul li, div#subject ul li {
        padding: 0px;
      }
      div#resume .tab-pane ul li {
        width: 100%;
        float: left;
        margin: 10px 0px 0px;
        display: flex;
      }

      div#resume .tab-pane ul li span {
        width: 25%;
        float: left;
        padding: 10px;
        color: #5E584C;
        font-size: 14px;
        align-items: center;
      }

      div#resume .tab-pane ul li div.info {
        width: 75%;
        float: left;
        padding: 10px;
      }

      div#resume .tab-pane ul li div.info h4,div#resume .tab-pane ul li div.info p {
        font-size: 14px;
      }


      div#resume .tab-content, div#resume .tab-content >div, div#resume .tab-content ul {
        width: 100%;
        float: left;
        padding: 0px;
        opacity: 1;
        line-break: auto;
        left: 0;
        height: auto;
      }
      div#resume .nav .nav-link.active, div#subject .nav .nav-link.active {border-bottom: 2px solid #FF3D00!important;}
      .tutor-prefered {
        width: 100%;
        background: white;
        padding: 20px;
        border-radius: 15px;
        float: left;
        box-shadow: 0px 10px 20px 0px #c7c7c78c;
        margin: 10px 0px;
      }

     .half {
        width: 50%;
        float: left;
      }

      .tutor-prefered .half ul {
        list-style: none;
        padding: 0px;
      }

      .tutor-prefered .half ul li {
        font-family: 'Nunito',sans-serif !important;
        margin: 5px 0px;
      }

      .tutor-prefered .half h4 {
        font-size: 16px; 
        font-weight: 600;
        border-bottom: 1px solid #dee2e6 ;
        padding-bottom: 5px;
      }

      .tutor-prefered .half ul li {
        font-size: 14px;
      }
      div#subject, div#reviews {
        width: 100%;
        background: white;
        padding: 20px;
        border-radius: 15px;
        float: left;
        box-shadow: 0px 10px 20px 0px #c7c7c78c;
        margin: 10px 0px;
      }
      div#subject h3 {
        font-size: 16px;
        margin-bottom: 0px;
        margin-right: 30px;
        font-weight: 600;
        padding-bottom: 0px;
        float: left;
        line-height: 40px;
      }
      div#subject .tab-content{
        padding:20px 0px;
        width:100%;
        float:left;
        opacity: 1;
        line-break: auto;
        left: 0;
        height: auto;
      }
      div#subject .tab-content h4 {
        font-size: 14px;
        font-weight: bold;
      }

      div#subject .tab-content p {
        font-size: 14px;
        width: 100%;
        float: left;
        display: block;
      }
      section.single-tutor-midlle {
        display: block;
        position: relative;
        background: #F6F6F6;
        z-index: 1;
        float: left;
        padding: 0px;
        width: 100%;
        margin-top: -350px;
      }
      div#reviews .stars {
        width: 40%;
        float: left;
        padding: 0px 20px;
        height: 30px;
      }

    /*div#reviews .reviews-list:last-child {*/
    /*    border: none;*/
    /*}*/
      div#reviews .reviews-list {
        width: 100%;
        position: relative;
        display: block;
        float: left;
        padding: 20px 0px 0px;
        margin-top: 0px;
        border-top: 1px solid #dee2e6 ;
      }

      div#reviews .reviews-list .img-part {
        text-align: end;
        width: 10%;
        float: left;
        display: inline-block;
      }

      div#reviews .reviews-list .review-pars {
        float: left;
        padding: 10px 20px;
        width: 90%;
        position: relative;
      }

      div#reviews .reviews-list .img-part img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
      }

      div#reviews .reviews-list .review-pars .stars {
        width: fit-content;
        position: absolute;
        right: 0px;
        top: 0px;
      }

      div#reviews .reviews-list .review-pars h4 {
        font-size: 14px;
        font-weight: 600;
      }

      div#reviews .reviews-list .review-pars span {
        font-size: 12px;
        color: #5E584C;
      }

      div#reviews .reviews-list .review-pars s p {
        width: 16px;
      }

      div#reviews .reviews-list .review-pars p {
        margin-top: 10px;
        font-size: 15px;
        margin-bottom: 0px;
      }
      .courses-carusels {
        width: 100%;
        float: left;
        margin: 60px 0px 0px;
      }

      .courses-carusels h3 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 30px;
      }

      .courses-carusels:first-child {
        margin-top: 50px;
      }
      section.top-categories {
        text-align: start;
        display: block;
        position: relative;
        background: white;
        z-index: 1;
        float: left;
        padding: 80px 0px;
        width: 100%;
      }

      section.top-categories ul {
        list-style: none;
        padding: 0px;
        width: 100%;
        float: left;
      }

      section.top-categories ul li {
        width: calc(33% - 20px);
        float: left;
        border-radius: 10px;
        margin: 10px;
        position: relative;
      }

      section.top-categories ul li h4 {
        color: white;
        position: absolute;
        bottom: 30px;
        left: 30px;
        z-index: 2;
        font-size: 24px;
        font-weight: bold;
      }

      section.top-categories ul li:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: -webkit-linear-gradient(90deg, #000000c9 20%, #6363631a 80%);
        z-index: 1;
        top: 0px;
        border-radius: 10px;
        left: 0px;
      }
      section.top-categories ul li img {
        width: 100%;
        object-fit: cover;
      }
      section.course-page {
        padding-top: 10px;
        margin-top: 0px;
        min-height: 600px;
        padding-bottom: 10px;
      }

      section.course-page .single-tutor-left {
        padding-top: 0px;
      }
      .course-page .tutor-personal {
        background: white;
        margin: 40px 0px 0px;
        padding: 10px !important;
        border-radius: 15px;
        box-shadow: 0px 10px 20px 0px #c7c7c78c;
      }
      .course-page .tutor-personal h3 {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: bold;
      }
      section.course-page .single-tutor-right {
        padding-top: 80px;
      }
      .course-page .tutor-personal span.price {
        width: fit-content;
        float: left;
        display: inline-block;
      }

      .course-page .tutor-personal div.stars {
        width: fit-content;
        float: left;
        margin-right: 10px;
      }
      .course-page .tutor-personal  .ing-area {
        padding: 0px 20px;
      }
      div#syllabus {
        width: 100%;
        background: white;
        padding: 20px;
        border-radius: 15px;
        float: left;
        box-shadow: 0px 10px 20px 0px #c7c7c78c;
        margin: 0px 0px 20px 0px;
      }

      div#syllabus h3 {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: bold;
      }
      section.course-middle {
        margin-top: 0px;
      }
      .single-tutor-course .week-area {
        width: 15%;
        float: left;
        display: inline-block;
      }

      .courses-syllabus .single-tutor-course .info-area {
        width: 85%;
        float: left;
        display: block;
      }
      .courses-syllabus .single-tutor-course .course-syllabus__info-area {
        width: 100%;
        display: block;
        padding: 0 0 10px;
      }
.courses-syllabus .single-tutor-course .course-syllabus__info-area .course-video-list .course-video-list__item{
  border: 1px solid rgba(0,0,0,0.45);
}
.courses-syllabus .single-tutor-course .course-syllabus__info-area .course-video-list .course-video-list__item .course-video-list__item-header{
  padding: 1rem;
  background-color: rgba(222,222,222,0.5);
  border-bottom: 1px solid rgba(0,0,0,0.45);
}
.courses-syllabus .single-tutor-course .course-syllabus__info-area .course-video-list .course-video-list__item .course-video-list__item-content {
  background-color: white;
  width: 100%;
  align-items: center;
}
.courses-syllabus .single-tutor-course .course-syllabus__info-area .course-video-list .course-video-list__item .list-item-header__hours{
  display: flex;
  align-items: center;
  flex-direction: row;
}
.courses-syllabus .single-tutor-course .course-syllabus__info-area .course-video-list .course-video-list__item .course-video-list__item-content  .list-item-content__video-item{
  padding: 1rem;
  align-items: center;
}
.courses-syllabus .single-tutor-course .course-syllabus__info-area .course-video-list .course-video-list__item .course-video-list__item-content  .list-item-content__video-item:hover{
  background-color: rgba(155,155,155,0.3);
}

.course-preview-video-list:hover,
.video-preview__active{
  background-color: rgba(155,155,155,0.3);
}
.courses-syllabus .single-tutor-course .course-syllabus__info-area .course-video-list .course-video-list__item .course-video-list__item-header h4{
  margin: 0!important;
  font-size: 16px!important;
  font-weight: 600;
}
.courses-syllabus .single-tutor-course .course-syllabus__info-area .course-video-list .course-video-list__item .course-video-list__item-header .list-item__leftside{
  flex: 70%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.courses-syllabus .single-tutor-course .course-syllabus__info-area .course-video-list .course-video-list__item .course-video-list__item-header .list-item__rightside{
  justify-content: flex-end;
  flex: 30%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.course-video-list__item .course-video-list__item-header .list-item__leftside .list-item-header__icon{

}
.course-video-list__item .course-video-list__item-header .list-item__leftside .list-item-header__icon img{
  width: 25px;
  height: 20px;
  margin-right: 0.5rem;
}
.course-video-list__item .course-video-list__item-header .list-item__rightside .list-item-header__lessons{
  margin-right: 1rem;
}
.course-video-list__item .course-video-list__item-header .list-item__rightside span{
  font-size: 16px!important;
}
.course-video-list__item .course-video-list__item-content  .list-item-content__video-item .list-item-content__title {
  flex: 70%;
}
.course-video-list__item .course-video-list__item-content  .list-item-content__video-item .list-item-content__button{
  flex: 10%;
  margin-right: 1rem;
}
.course-video-list__item .course-video-list__item-content  .list-item-content__video-item .list-item-content__hour{
  flex: 10%;
}
.course-video-list__item .course-video-list__item-content  .list-item-content__video-item .list-item-content__icon{
  margin-left: 3px;
  margin-right: 12px;
}
.course-video-list__item .course-video-list__item-content  .list-item-content__video-item .list-item-content__button .preview-button {
  /*padding: 0.25rem 1rem!important;*/
  padding: 0 1rem!important;
  border-radius: 7px;
}
.courses-syllabus .single-tutor-course .info-areap {
        font-size: 16px;
      }

      .week-area p {
        font-size: 16px;
        color: #FF3D00;
      }

      .week-area {
        padding: 20px 0px;
        text-align: center;
      }

      .week-area span {
        font-size: 36px;
        font-weight: bold;
        color: #FF3D00;
      }

      .courses-syllabus .single-tutor-course .info-area a {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0px;
        float: left;
      }

      .courses-syllabus .single-tutor-course .info-area h4 {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        float: left;
      }
      div#faq {
        width: 100%;
        background: white;
        padding: 20px;
        border-radius: 15px;
        float: left;
        box-shadow: 0px 10px 20px 0px #c7c7c78c;
        margin: 20px 0px;
      }

      div#faq h3 {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: bold;
      }
      section.single-blog-top.sngl-cr h1 {
        text-transform: capitalize;
        color: white !important;
      }
      span.review {
        width: fit-content;
      }
      section.main-register {
        width: 100%;
        float: left;
        z-index: 4;
        margin-top: 80px;
        position: relative;
      }
      .wizard {
        width: 100%;
        
      }
      .wizard-inner {
        width: 100%;
        background: #5E584C;
        float: left;
      }
      .wizard-inner ul li {
        margin: 10px 50px 10px 0px;
        display: inline-block;
      }
      .wizard-inner ul.tabs li a {
        color: #ACA699;
      }
      .wizard-inner ul li a {
        font-size: 16px;
        line-height: 30px;
      }
      .wizard-inner ul.tabs li a span.round-tab {
        padding: 7px 13px;
        color: #ACA699;
        position: relative;
      }
      .wizard-inner ul.tabs li.active a span.round-tab {
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        border-radius: 50%;
        background: #fff;
        z-index: 2;
        position: absolute;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        border: 1px solid #ddd;
        color: #ACA699;
        padding: 0px
      }
      .wizard-inner ul li.active a {
        width: 30px;
        height: 30px;
        margin: 20px auto;
        border-radius: 100%;
        padding: 0;
        background-color: transparent;
        position: relative;
        top: 0;
        font-size: 16px;
      }
      .wizard ul.tabs {
        padding:  0px;
        list-style: none;
        width: 1200px;
        padding: 0px 15px;
        margin: 0 auto;
      }
      .wizard-inner ul.tabs li a i {
        margin-left: 50px;
      }
      .wizard-inner ul.tabs li.disabled a span.round-tab {
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        border-radius: 50%;
        background: #5e584c;
        z-index: 2;
        position: absolute;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        border: 1px solid #ddd;
        color: white;
        padding: 0px;
      }
      .wizard-inner ul li.disabled a {
        width: 30px;
        height: 30px;
        margin: 20px auto;
        border-radius: 100%;
        padding: 0;
        background-color: transparent;
        position: relative;
        top: 0;
        font-size: 16px;
      }
      .wizard-inner ul.tabs li a span.round-tab {
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        border-radius: 50%;
        background: green;
        z-index: 2;
        position: absolute;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        border: 1px solid #ddd;
        color: white;
        padding: 0px;
      }
      .wizard-inner ul li a {
        width: 30px;
        height: 30px;
        margin: 20px auto;
        border-radius: 100%;
        padding: 0;
        background-color: transparent;
        position: relative;
        top: 0;
        font-size: 16px;
      }
      .wizard-inner div.tab-pane {
        width: 80%;
        margin: 0 auto;
        float: left;
      }

      .wizard .tab-contente {
        width: 1200px;
      }

      .wizard .tab-content {
        width: 1200px;
        margin: 20px auto;
      }

      .wizard .tab-content .tab-pane {
        width: 60%;
        margin: 10px 20% 30px;
        padding: 20px;
        float: left;
        text-align: start;
        background: white;
        border-radius: 15px;
        box-shadow: 0px 10px 20px 0px #c7c7c78c;
      }

      .wizard .tab-content .tab-pane h3 {
        float: left;
        width: 100%;
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: bold;
      }
      .form-group label {
        font-size: 14px;
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
        width: 100%;
      }

      .form-group input {
        padding: 8px 20px;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #E5D8D8;
        font-size: 16px;
        font-family: 'Nunito',sans-serif !important;
      }
      .register .tab-pane#step1 form, .register .tab-pane#step2 form, .register .tab-pane#step3 form {
        width: 80%;
      }
      .row.d-flex.justify-content-center {
        width: 100%;
        margin: 0px;
      }
      .register .form-group input[type="text"]:focus, .profile-editarea .form-group input[type="text"]:focus {
        border-color: #ff3d00;
      }
      .register .filter-option, .profile-editarea  .filter-option {
        border-radius: 5px ;
        border: 1px solid #E5D8D8;
      }

      .register button.btn.dropdown-toggle.btn-light, .profile-editarea button.btn.dropdown-toggle.btn-light {
        padding: 8px 20px;
        min-height:42px;
        height: auto;
        font-size: 16px;
        font-family: 'Nunito',sans-serif !important;
      }

      .register .dropdown.bootstrap-select, .profile-editarea .dropdown.bootstrap-select {
        width: 100% !important;
      }
      .register .form-group.half, .profile-editarea .form-group.half,.linputlanguage-list .form-group {
        width: 50% !important;
        float: left !important;
        padding: 10px 20px 10px 0px;
      }

      .register .form-group, .profile-editarea .form-group {
        float: left;
        width: 100%;
        padding-right: 10px;
      }
      .register a.add-lang, .profile-editarea a.add-lang {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        color: #FF3D00 !important;
        font-size: 14px;
        cursor: pointer;
      }
      .register button.btn.dropdown-toggle.btn-light .filter-option-inner-inner,
      .profile-editarea  button.btn.dropdown-toggle.btn-light .filter-option-inner-inner {
        color: #A1A1A1;
        font-weight: 400;
      }
      .wizard .tab-content .tab-pane form {
        float: left;
      }
      .form-group.quarter {
        width: 55%;
        float: left;
        display: block;
      }
    .form-group.quarter .field-userpersonal-currency_id{
        width: 40% !important;
        float: left;
        margin-left: 11px;
        position: relative;
        display: inline-block;
      }
     .form-group.quarter .field-userpersonal-hourly_rate {
        width: 30% !important;
        float: left;
        position: relative;
        display: inline-block;
      }
      .register .bootstrap-select .dropdown-menu li a, .profile-editarea  .bootstrap-select .dropdown-menu li a {
        padding: 5px 6px;
      }

      .register .bootstrap-select .dropdown-menu li, .profile-editarea .bootstrap-select .dropdown-menu li {
        margin: 0px;
      }

      .register .bootstrap-select .dropdown-menu, .profile-editarea .bootstrap-select .dropdown-menu {
        width: 100% !important;
        margin-left: 20px;
      }
      ul.list-inline.pull-right {
        float: left;
        width: 100%;
        list-style: none;
        padding: 0px;
      }
      .check-notification {
        width: 100%;
        float: left;
      }

      .check-notification > label img {
        margin-right: 10px;
        height: 20px;
      }

      .check-notification > label {
        font-size: 14px;
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
        width: 100%;
      }

      .check-notification p {
        font-size: 14px;
        padding-left: 27px;
      }
      div#register-notification li {
        display: inline-block;
        padding: 0px 30px;
        list-style: none;
        width: fit-content;
        float: left;
      }

      div#register-notification li input[type="checkbox"]+label {
        background: url(../img/check.png) no-repeat left center;
        padding-left: 21px;
        margin-left: 0px;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
      }
      div#register-notification li input[type="checkbox"]:checked+label {
        background: url(../img/checked.png) no-repeat left center;
        padding-left: 21px;
        margin-left: 0px;
      }
      div#register-notification li input[type="checkbox"] {
        display: none;
      }
      
      ul.list-inline.pull-right li {
        padding: 0px;
        margin: 0px;
      }

      ul.list-inline.pull-right li button {
        font-size: 16px;
        font-family: 'Nunito',sans-serif !important
      }
      .form-group textarea {
        padding: 8px 20px;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #E5D8D8;
        font-size: 16px;
        font-family: 'Nunito',sans-serif !important;
      }

      .form-group span.input-note {
        font-size: 14px;
        color: #8D8C8C;
        margin: 0px;
        width: 100%;
        float: left;
      }
      .form-group.social:first-child {
        margin-top: 10px;
        margin-bottom: 0px;
      }

      .form-group.social i {
        position: absolute;
        left: 10px;
        font-size: 24px;
        line-height: 42px;
        bottom: -4px;
      }

      .form-group.social {
        position: relative;
      }

      .form-group.social i.fab.fa-facebook-square {
        color: #4167b2;
      }

      .form-group.social i.fab.fa-linkedin {
        color: #0077b4;
      }

      .form-group.social input {
        padding-left: 50px;
        width:300px;
      }
      .form-group.social input::placeholder {
        font-family: 'Nunito',sans-serif !important;
        color: black;
      }
      .form-group.field-file-8 input, .form-group.field-file-7 input {
        display: none;
      }

      .form-group.field-file-7 label span {
        background: #52A3F9;
        width: 200px;
        text-align: center;
        color: white;
        border: 1px solid #52A3F9;
        font-family: 'Nunito',sans-serif !important
        padding: 10px 30px !important;
        font-weight: bold !important;
        border-radius: 20px;
        cursor: pointer;
        margin-top: 10px;
        float: left;
      }

      .form-group.field-file-8 label span {
        background: white;
        width: 200px;
        text-align: center;
        color: #323235;
        font-family: 'Nunito',sans-serif !important
        border: 1px solid #52A3F9;
        padding: 10px 30px !important;
        font-weight: bold !important;
        border-radius: 20px;
        cursor: pointer;
        margin-right: 10px;
        float: left;
      }

      .form-group.field-file-8 label,.form-group.field-file-r label {
        /* float: left; */
        /* display: flex; */
        align-items: center;
        margin: 10px 0px;
        color: #8D8C8C;
      }
      ul.list-inline.pull-right li {
        display: inline-block;
        margin: 10px 20px 10px 0px;
      }

      ul.list-inline.pull-right li button.white {
        background: white;
        color: #323235 !important;
        border: 1px solid #FF3D00;
      }
      .croppie-container .cr-boundary {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        z-index: 1;
        width: 100%;
        height: 470px !important;
      }
      .demo-wrap.upload-demo.ready .upload-demo-wrap{
        display:block !important;
      }

      .demo-wrap.upload-demo .upload-demo-wrap {
        display:none !important;
        position: relative;
        width: 100%;
        float: left;
        display: block;
      }
      .demo-wrap.upload-demo label span {
        background: #52A3F9;
        width: 200px;
        text-align: center;
        color: white;
        border: 1px solid #52A3F9;
        font-family: 'Nunito',sans-serif !important;
        padding: 10px 30px !important;
        font-weight: bold !important;
        border-radius: 20px;
        margin-right: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        float: left; 
      }

      .demo-wrap.upload-demo .actions input {
        display: none;
      }

      .demo-wrap.upload-demo label {
        float: left;
        width: 90%;
        display: flex;
        align-items: center;
        margin: 10px 0px;
        color: #8D8C8C;
      }

      .upload-msg {
        width: 100%;
        border: 1px solid #8D8C8C;
        height: 470px;
        display: -webkit-flex;
        display: flex !important;
        -webkit-align-items: center;
        align-items: center !important;
        -webkit-justify-content: center;
        justify-content: center !important;
      }

      .demo-wrap.upload-demo .actions {
        width: 100%;
        float: left;
      }

      .register .tab-pane#step3 form {
        width: 55%;
      }
      button.no-uploaded {opacity: 0.2;border: 1px solid #B4B4B4;color: black !important;background: #F6F6F6;}
      .demo-wrap.upload-demo.ready .upload-msg {
        display: none !important;
      }
      .rotate-area {
        position: absolute;
        right: 10px;
        bottom: 15px;
      }

      .croppie-container .cr-slider-wrap {
        margin: 15px 10px 15px 0px!important;
      }

      .rotate-area a {
        display: inline-flex;
        align-items: center;
        padding: 9px;
        margin: 0px 5px;
        background: url(../img/ellipse.png);
        background-repeat: no-repeat;
        background-size:contain;
        border-radius: 50%;
      }

      .rotate-area a img {
        width: 14px;
        height: 14px;
        margin: 0px;
        padding: 0px;
      }
      .register .form-right, .profile-editarea  .form-right  {
        width: 45%;
        float: right;
        padding: 20px;
      }

      .form-group.upload.photo label {
       font-size: 16px;
       color: #323232 !important;
       font-weight: 400;
   }



      .register .form-right h4, .profile-editarea .form-right h4 {
        float: left;
        width: 100%;
        font-size: 18px;
        margin-bottom: 20px;
        font-family: 'Nunito',sans-serif !important;
        font-weight: bold;
      }

      .register .form-right .sample-images, .profile-editarea .form-right .sample-images {
        width: 100%;
        float: left;
        margin: 0px 0px 15px;
      }

      .register .form-right .sample-images img, .profile-editarea .form-right .sample-images img  {margin: 0px 5px;width: calc(33% - 15px);}

      .register .form-right ul,   .profile-editarea .form-right ul, form.video ul {
        line-height: normal;
        padding: 0px;
        float: left;
        list-style: none;
        width: 100%;
      }

      .register .form-right ul li, .profile-editarea .form-right ul li, form.video ul li {
        font-weight: normal;
        color: #323235;
        font-size: 14px;
        padding-left: 30px;
        margin: 2px 0px;
        position: relative;
        font-family: 'Nunito',sans-serif !important;
      }

      .register .form-right ul li:before, .profile-editarea .form-right ul li:before, form.video ul li:before{
        position: absolute;
        content: "";
        width: 20px;
        top: 5px;
        left: 0;
        height: 20px;
        background: url(../img/tick.png);
        background-repeat: no-repeat;
        background-size: contain;
      }
      form.availability{
        display: none;
      }
      .set-timeout {
        width: 100%;
        float: left;
        display: block;
      }

      .set-timeout h4 {float: left;width: 100%;font-size: 18px;color: #323235;font-weight: bold;}

      .set-timeout a {
        width: 100%;
        float: left;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: bold;
        color: #323235;
      }

      .set-timeout a img {
        margin-right: 10px;
      }
      button.main-button.white {
        background: white;
        color: #323235 !important;
        border: 1px solid #FF3D00;
        margin-right: 10px;
      }
      .form-group.days input[type="checkbox"] {
        display: none;
      }

      .form-group.days input[type="checkbox"] + label {
        background: url(../img/check.png) no-repeat left center;
        padding-left: 21px;
        margin-left: 0px;
        font-size: 16;
        font-weight: bold;
        cursor: pointer;
      }
      .form-group.days  input[type="checkbox"]:checked+label {
        background: url(../img/checked.png) no-repeat left center;
        padding-left: 21px;
        margin-left: 0px;
      }
      .from-to {
        width: 80%;
        float: left;
        display: none;
      }

      .from-to .form-group {
        width: 30%;
        float: left;
        display: inline-block;
      }
      .from-to p, .from-to span {
        width: fit-content !important;
        float: left !important;
        margin: 5px 15px 5px 5px;
        padding: 0px;
      }
      .from-to span.plus {
        cursor: pointer;
        width: 20px !important;
        height: 20px;
        margin: 10px;
        background: url(../img/plus.png);
        background-size: contain;
        background-repeat: no-repeat;
      }
      .from-to span.minus {
        cursor: pointer;
        width: 20px !important;
        height: 20px;
        margin: 10px;
        background: url(../img/recycle.png);
        background-size: contain;
        background-repeat: no-repeat;
      }
      .from-to select {
        padding: 8px 20px;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #E5D8D8;
        font-size: 16px;
        font-family: 'Nunito',sans-serif !important;
        height: fit-content !important;
      }

      .from-to select:focus {
        outline: none;
        border-color: #ff3d00;
      }
      form.video {
        width: 55% !important;
        position: relative;
        height: fit-content;
      }

      form.video ul.list-inline.pull-right {
        margin-bottom:0px;
      }
      .form-right h6 {
        font-size: 14px;
      }
      .register .form-right a, .profile-editarea  .form-right a, form.video a{
        color: #323235;
      }

      .register .form-right a:hover, .profile-editarea .form-right a:hover, form.video a:hover{color: #323235;text-decoration: none;}

      .register .form-right a img, .profile-editarear .form-right a img, form.video a img{
        max-width: 15px;
        margin-right: 10px;
      }
      .form-group span.video-note {
        font-size: 14px;
        width: 100%;
        color: #DE0F0F;
        display: block;
        float: left;
      }

      .form-group span.video-note img {
        max-width: 25px;
        margin-right: 10px;
      }
      .field-file-9 input,.field-file-10 input {
        display: none;
      }

      label.cv-file span.title-span9 {
        padding: 10px;
        background: #52A3F9;
        width: 200px;
        display: block;
        text-align: center;
        color: white;
        border: 1px solid #52A3F9;
        font-family: 'Nunito',sans-serif !important
        padding: 10px 30px !important;
        font-weight: bold !important;
        border-radius: 20px;
        margin-right: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        float: left;
      }
      form.video h5 {
        margin-top: 50px;
        font-size: 14px;
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
        width: 100%;
        float: left;
      }
      form.video ul.list-inline.pull-right {
        position: relative;
        bottom: 0;
      }
      form.confirm-identitiy h4, div#step7 h4 {
        float: left;
        width: 100%;
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: bold;
      }

      .confirm-note {
        width: 100%;
        float: left;
        padding: 20px;
        border-radius: 10px;
        background: #FFE8E1;
        margin-bottom: 20px;
      }

      .confirm-note a {
        float: left;
        font-size: 16px;
        font-weight: bold;
        width: 100%;
      }

      .confirm-note a img {
        margin-right: 10px;
      }

      .confirm-note p {
        font-size: 14px;
        padding: 10px 10px 0px 30px;
      }
      form.confirm-identitiy .deep-note {
        float: left;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 20px;
      }

      form.confirm-identitiy .deep-note a {
        font-size: 16px;
        font-weight: bold;
        width: 100%;
        float: left;
      }

      form.confirm-identitiy .deep-note a img {
        margin-right: 10px;
      }

      form.confirm-identitiy .deep-note p {
        font-size: 14px;
        padding: 10px 10px 0px 30px;
      }
      .c-after{
        display: none;
      }
      .modal-content .modal-header img {
        width: fit-content;
        margin: 0 auto;
      }

      .modal-content .modal-header {
        padding-bottom: 0px;
        border: none;
        width: 100%;
        text-align: center;
        display: block;
        float: left;
        margin-bottom: 0px;
      }

      .modal-content .modal-body {
        display: block;
        float: left;
        padding: 20px 40px 0px;
        width: 100%;
      }

      .modal-content .modal-body h5 {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
      }

      .modal-content .modal-body p {
        font-size: 16px;
      }

      .modal-content .modal-body button.main-button {
        background: #FF3D00 !Important;
        width: 100%;
        text-align: center;
        opacity: 1;
      }
      .modal-header .close span {
        font-size: 40px;
        position: absolute;
        right: 20px;
        z-index: 4;
        color: #323235; 
        padding: 0;
        margin: 0; 
      }
      button.close span:hover {
       color: #ff3d00;
       transition: 0.5s;
       transform: rotateZ(90deg);
       -webkit-transform: rotateZ(90deg);
      -moz-transform: rotateZ(90deg);
}
button.close span { 
       transition: 0.5s;
       transform: rotateZ(0deg);
}
      a.facebook-login {
        float: left;
        border: none;
        background: #3B5998;
        padding: 10px 10px !important;
        font-weight: bold !important;
        color: white !important;
        border-radius: 20px;
        cursor: pointer;
      }
      .social-login a {
        width: calc(50% - 20px);
        margin: 10px;
        font-size: 14px;
        text-align: center;
      }
      .social-login {
        width: 100%;
        display: block;
        float: left;
      }

      a.google-login {
        float: left;
        border: 1px solid #8D8C8C;
        background: white;
        padding: 10px 10px !important;
        font-weight: bold !important;
        color: #323232  !important;
        border-radius: 20px;
        cursor: pointer;
        margin-bottom: 10px;
      }

      .social-login a img {
        margin-right: 5px;
      }
      .social-login span {
        color: #888787;
        text-align: center;
        width: 100%;
        font-size: 14px;
        float: left;
        margin: 10px auto;
      }
      .form-group.field-register-Notifications > div {
        width: 50%;
        padding-left: 27px;
        margin-bottom:0px;
       }
      .form-group.field-email-checkbox input[type="checkbox"],
      .form-group.field-sms-checkbox input[type="checkbox"],
      .form-group.field-userloginform-rememberme input[type="checkbox"],
      .form-group.field-agreement-checkbox input[type="checkbox"],
      .form-group.field-remember-checkbox input,
      .form-group.field-agreement-tutor input,
      .form-group.field-RegisterMonday input,
      .form-group.field-Registertuesday input,
      .form-group.field-Registerwendsday input,
      .form-group.field-Registerthursday input,
      .form-group.field-Registerfriday input,
      .form-group.field-Registersaturday input,
      .form-group.field-Registersunday input,
      .form-group.field-video_course input[type="checkbox"],
      .form-group.field-live_session input[type="checkbox"]{
        display: none;
      }
      .form-group.field-email-checkbox label.control-label,
      .form-group.field-sms-checkbox label.control-label,
      .form-group.field-video_course label.control-label,
      .form-group.field-live_session label.control-label,
      .form-group.field-agreement-checkbox label.control-label,
      .form-group.field-remember-checkbox label.control-label,
      .form-group.field-agreement-tutor label.control-label,
      .form-group.field-RegisterMonday label.control-label,
      .form-group.field-Registertuesday label.control-label,
      .form-group.field-Registerwendsday label.control-label,
      .form-group.field-Registerthursday label.control-label,
      .form-group.field-Registerfriday label.control-label,
      .form-group.field-Registersaturday label.control-label,
      .form-group.field-Registersunday label.control-label{
        background: url(../img/check.png) no-repeat left center;
        padding-left: 21px;
        margin-left: 0px;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        color: #323232;
      }
       .form-group.field-email-checkbox label.checked-label,
       .form-group.field-sms-checkbox label.checked-label,
       .form-group.field-video_course label.checked-label,
       .form-group.field-live_session label.checked-label,
       .form-group.field-agreement-checkbox label.checked-label,
       .form-group.field-remember-checkbox label.checked-label,
       .form-group.field-agreement-tutor label.checked-label,
       .form-group.field-RegisterMonday label.checked-label,
       .form-group.field-Registertuesday label.checked-label,
       .form-group.field-Registerwendsday label.checked-label,
       .form-group.field-Registerthursday label.checked-label,
       .form-group.field-Registerfriday label.checked-label,
       .form-group.field-Registersaturday label.checked-label,
       .form-group.field-Registersunday label.checked-label{
        background: url(../img/checked.png) no-repeat left center;
        padding-left: 21px;
        margin-left: 0px;
      } 
      .form-group.field-userloginform-rememberme input[type="checkbox"] + label  {
        background: url(../img/check.png) no-repeat left center;
        padding-left: 21px;
        margin-left: 0px;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        color: #323232;
      }
      .form-group.field-userloginform-rememberme input[type="checkbox"]:checked + label {
        background: url(../img/checked.png) no-repeat left center;
        padding-left: 21px;
        margin-left: 0px;
      }
      .form-group.field-userloginform-rememberme {
        float: left;
        width: 50%;
        margin: 10px auto;
      }
     .form-group .help-block {
       color: #ff3d00;
       width: 100%;
       font-weight: bold;
       float:left;
   }
      a.forgot-pass {
        width: 50%;
        float: right;
        color: #323232;
        text-align: end;
        margin: 0px  auto 10px;
        cursor: pointer;
      }
      .model-footer {
        width: 100%;
        float: left;
        background: #ECEBEB;
        padding: 20px;
        text-align: center;
      }

      .model-footer a.modal-footer-button {
        width: calc(50% - 20px);
        margin: 10px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: #323232;
        float: left;
        border: 1px solid #FF3D00;
        padding: 10px 10px !important;
        border-radius: 20px;
        cursor: pointer;
        font-family: 'Nunito',sans-serif !important;
      }
      
      span.login-note {
        display: none;
        width: 100%;
        float: left;
        margin: 20px 0px 0px;
      }
      span.login-note p{
        float: left;
        width: calc(100% - 60px);
        color: #DE0F0F;
        display: inline-block;
      }
      span.login-note img {
        display: inline-flex;
        float: left;
        margin-right: 10px;
        max-width: 30px;
        object-fit: contain;
        margin-top: 10px;
      }
      .how-work-tab .tab-content ul li {
        padding-left: 50px;
      }
      a.back-footer.to-login {
        width: 100%;
        float: left;
        line-height: 20px;
        margin: 20px 0px;
        font-size: 16px;
        cursor: pointer;
      }

      a.back-footer.to-login img {
        margin-right: 5px;
      }
      .form-group.agreement label a {
        font-size: 14px;
        color: #ff3d00;
      }
      .model-footer p {
        float: left;
        width: 60%;
        padding: 20px;
        margin-bottom: 0px;
      }

      .model-footer a.student-login,.model-footer a.tutor-login{
        width: fit-content;
        float: unset;
        padding: 10px 20px !important;
      }
      section.profile-area {
        display: block;
        position: relative;
        background: #F6F6F6;
        z-index: 1;
        margin-top: 80px;
        float: left;
        padding: 20px 0px;
        width: 100%;
      }
      .book-lesson-area {
        width: 100%;
        display: block;
        float: left;
        padding: 20px 25%;
      }

      .book-lesson {
        width: 100%;
        margin: 0 auto;
        background-color: white;
        padding: 20px;
        border-radius: 10px;
        float: left;
        box-shadow: 0px 10px 20px 0px #c7c7c78c;
      }


      .book-lesson .tutor-area {
        width: 100%;
        float: left;
        padding: 10px 0px 0px;
        border-bottom: 1px solid #B4B4B4;
      }

      .book-lesson .tutor-area > img {
        float: left;
        margin: 10px 10px 10px 0px;
      }

      .book-lesson .tutor-area img .ing-area h2 {
        font-size: 20px;
      }

      .book-lesson .tutor-area .ing-area {
        float: left;
        margin: 10px;
      }

      .book-lesson .tutor-area .ing-area h2 {
        font-size: 20px !important;
      }

      .book-lesson .tutor-area .ing-area a {
        font-size: 14px;
      }

      .book-lesson .tutor-area .ing-area a img {
        margin-right: 5px;
      }
      .book-lesson .tutor-area .stars {
        margin: 10px 0px;
      }
      .book-lesson .date-time {
        width: 100%;
        float: left;
        padding: 20px 0px;
        border-bottom: 1px solid #B4B4B4;
      }

      .book-lesson .date-time span {
        width: 100%;
        float: left;
        margin: 5px 0px;
      }

      .book-lesson .date-time .title, .book-lesson .date-time .timezone, .book-lesson .service-details span.title {
        color: #8D8C8C;
        font-size: 14px;
        font-weight: bold;
      }

      .book-lesson .date-time span.date {
        color: #323235;
        font-size: 16px;
        font-weight: bold;
      }
      .book-lesson .service-details {
        width: 100%;
        float: left;
        padding: 20px 0px;
        border-bottom: 1px solid #B4B4B4;
      }

      .book-lesson .service-details .left-area, .book-lesson .service-total .left-area {
        width: 75%;
        float: left;
        display: block;
      }

      .book-lesson .service-details .left-area span {
        display: block;
        width: 100%;
      }

      .book-lesson .service-details .right-area,.book-lesson .service-details .right-area {
        width: 25%;
        float: right;
        display: block;
      }

      .book-lesson .service-details .right-area span {
        width: 100%;
        display: block;
      }

      .book-lesson .service-details span.detail {
        font-size: 16px;
        color: #323235;
        font-weight: bold;
        margin: 10px 0px;
      }
      .book-lesson .service-details span.detail.success {
        color: #22B53E;
      }
      .book-lesson .stars p,.book-lesson .stars span {
        font-size: 18px;
        line-height: 14px;
        margin-bottom:0px;
      }
      .book-lesson .service-total {
        width: 100%;
        float: left;
        padding: 20px 0px;
      }

      .book-lesson .service-total span.detail {
        font-size: 18px;
        color: #323235;
        font-weight: bold;
        margin: 10px 0px;
      }
      .pay-book-area.confirm-note {
        background: no-repeat;
        margin-top: 30px;
      }

      .pay-book-area.confirm-note a.main-button {
        float: left;
      }
      a.dropdown-item.sign-out {
        background: #DE0F0F;
        border-radius: 20px;
        width: 80%;
        color: white;
        line-height: 30px !important;
        text-align: center;
        margin: auto;
        padding: 0px 20px !important;
      }
      a.dropdown-item.sign-out:hover{
        color:white;
      }
      section.success {
        width: 100%;
        float: left;
        margin-top: 80px;
      }

      section.success .success-message {
        text-align: center;
        width: 100%;
        float: left;
        padding: 0 20%;
        margin: 50px 0px;
      }

      section.success .success-message h2 {
        font-size: 32px;
        margin: 20px;
      }

      section.success .success-message p {
        font-size: 20px;
        padding: 10px 15%;
      }
      .success-message img {
        height: 40vh;
      }
      section.my-profile {
        padding: 30px 0px;
        display: block;
        width: 100%;
        margin-top: 80px;
        float: left;
        background: #F6F6F6;
        position: relative;
      }

      section.my-profile .profile-left {
        width: 25%;
        float: left;
        padding: 20px;
      }

      section.my-profile .profile-left ul.profile-menu {
        background: white;
        list-style: none;
        padding: 0px;
        width: 100%;
        border-radius: 10px;
        box-shadow: 0px 10px 20px 0px #c7c7c78c;
      }

      section.my-profile .profile-left ul.profile-menu li a {
        color: #323232;
        line-height: 30px;
        font-size: 16px;
      }

      section.my-profile .profile-left ul.profile-menu li a:hover {
        color: #ff3d00;
        font-weight: bold;
      }
      section.my-profile .profile-left ul.profile-menu li a.active {
        color: #ff3d00;
        font-weight: bold;
      }

      section.my-profile .profile-left ul.profile-menu li {
        padding: 10px 20px;
        border-bottom: 1px solid #E1DEFB;
      }
      section.my-profile .profile-right {
        width: 75%;
        float: left;
        margin-top: 20px;
        padding: 20px;
        background: white;
        list-style: none;
        border-radius: 10px;
        box-shadow: 0px 10px 20px 0px #c7c7c78c;
      }
      section.my-profile .profile-right .profile-image {
        width: 150px;
        position: relative;
      }
      section.my-profile .profile-right .profile-image {
        width: 100%;
        position: relative;
      }
      .profile-image.upload-profile-img form {
        width: 80px;
        float: left;
        position: relative;
      }
      .profile-image.upload-profile-img form img {
        border-radius: 50%;
        width: 80px;
        height: 80px;
        object-fit: cover;
      }
      label.change-profile {
        display: block;
        width: 25px;
        cursor: pointer;
        border-radius: 50%;
        height: 25px;
        background-color: #ff3d00;
        position: absolute;
        bottom: -10px;
        right: 5px;
        -webkit-transition: 0.1s ease-in-out;
        -moz-transition: 0.1s ease-in-out;
        -ms-transition: 0.1s ease-in-out;
        -o-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
      }
      .progressBar {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        color: #fff;
        padding: 25px 0px;
        text-align: center;
      }
      form#image_upload_form input {
        display: none;
      }
      .change-profile:before {
        content: "";
        background-image: url(../img/edit.png);
        filter: brightness(0) invert(1);
        width: 20px;
        background-size: 14px;
        height: 20px;
        background-position: 2px 1px;
        background-repeat: no-repeat;
        position: absolute;
        margin: auto;
        left: 4px;
        top: 4px;
      }
      section.my-profile .profile-right .profile-image h2 {
        width: fit-content;
        float: left;
        line-height: 80px;
        margin-left: 10px;
      }
      section.my-profile .profile-right .profile-editarea {
        width: 100%;
        float: left;
        padding: 20px 0px;
      }

      section.my-profile .profile-right .profile-editarea h3 {
        font-weight: bold;
        font-size: 22px;
      }

      section.my-profile .profile-right .profile-editarea p {
        font-size: 14px;
      }
      section.my-profile .profile-right .profile-editarea form {
        width: 71%;
        float: left;
      }

      section.my-profile .profile-right .profile-editarea form input {
        position: relative;
      }

      section.my-profile .profile-right .profile-editarea form .form-group {
        position: relative;
      }

      section.my-profile .profile-right .profile-editarea form .form-group span.edit-form {
        width: 25px;
        height: 25px;
        cursor: pointer;
        right: 10px;
        background-image: url(../img/edit.png);
        background-size: 20px;
        background-position: 2px 1px;
        background-repeat: no-repeat;
        position: absolute;
        margin: auto;
        top: 40px;
      }
      .social-login.profile-edit {
        width: 70%;
        float: left;
        margin-top: 20px;
      }
      .social-login.profile-edit a {
        background: none;
        color: #323232 !important;
        width: 150px;
        border: 1px solid #B2B2B2;
        border-radius: 5px;
        margin: 10px 20px 10px 0px;
      }
      .social-login.profile-edit a.facebook-login img {
        padding: 5px 5px 5px 10px;
        border-radius: 2px;
        background: #3B5998;
      }
      .social-login.profile-edit a.google-login img {
        padding: 4px 7.5px;
      }
      a.delete-profile {
        float: left;
        margin-left: 25%;
        margin-top: 20px;
        font-size: 18px;
        font-weight: bold;
        color: #DE0F0F;
      }
      a.delete-profile:hover{
        color: #DE0F0F;
      }
      a.delete-profile img {
        filter: invert(24%) sepia(95%) saturate(3170%) hue-rotate(348deg) brightness(82%) contrast(116%);
        margin-right: 2px;
      }
      .profile-right h3 {
    font-weight: bold;
    font-size: 24px;
    float: left;
}
table.requests-list {
    width: 100%;
    float: left;
    margin-top: 10px;
    border-top: 1px solid #E1DEFB;
}
table.requests-list thead th p {
    color: #8D8C8C;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
}

table.requests-list tbody tr td.tutor a{
    position: relative;
    display: -webkit-flex;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center !important;
    -webkit-justify-content: center;
    justify-content: center !important;
}

table.requests-list tbody tr td.message {
    width: 40%;
}

table.requests-list tbody tr td.date {
    width: 20%;
}
table.requests-list tbody tr td.tutor img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    float: left;
    margin-left: 40px;
}

table.requests-list tbody tr td.tutor span {
    float: left;
}

table.requests-list tbody tr td.tutor h5 {
    float: left;
    width: 100%;
    margin-left: 10px;
    margin-bottom:0px;
    font-size: 14px;
    color: #323235;
    line-height: 50px;
}
table.requests-list tbody tr td.tutor span.read {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    z-index: 2;
    position: absolute;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    padding: 0px;
    color: white;
    background: #ff3d00;
    border-radius: 50%;
    left: 10px;
}

table.requests-list tbody tr td.tutor span.unread {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    z-index: 2;
    position: absolute;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    border-width: 1px;
    border-style: solid;
    border-color: #8D8C8C;
    border-image: initial;
    padding: 0px;
    color: #8D8C8C;
    border-radius: 50%;
    left: 10px;
}

table.requests-list tbody tr td.message p {
    line-height: 50px;
    font-size: 14px;
    margin-bottom: 0px;
}

table.requests-list tbody tr td.date p,
table.requests-list tbody tr td.duration p,
table.requests-list tbody tr td.paid p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 50px;
}

table.requests-list tbody tr {
    line-height: 50px;
}

table.requests-list tbody tr:hover {
    background: #f6f6f6;
}
.request-area {
    width: 100%;
    float: left;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 10px 20px 0px #c7c7c78c;
}

.request-area .left-area {
    width: 60%;
    float: left;
}

.request-area .right-area {
    float: right;
    width: 40%;
}

.request-area h3 {
    font-weight: bold;
    font-size: 24px;
    padding: 20px;
}

.request-area .left-area .tutor-area {
    padding: 20px;
    border-top: 1px solid #E1DEFB;
}

.tutor-area {}

.request-area .left-area .tutor-area {
    width: 100%;
    float: left;
}

.request-area .left-area .tutor-area .profile {
    width: 70%;
    float: left;
    padding-right:20px;
}

.request-area .left-area .tutor-area .price-buy {
    float: left;
    width: 30%;
}

.request-area .left-area .tutor-area .profile img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    float: left;
}

.request-area .left-area .tutor-area .profile h2 {
    line-height: 80px;
    margin-left: 20px;
    float: left;
    font-size: 20px !important;
}


.request-area .left-area .tutor-area .profile .stars {
    font-size: 18px;
    height: 14px;
}

.request-area .left-area .tutor-area .price-buy span strong {
    font-size: 20px;
}

.request-area .left-area .tutor-area .price-buy span {
    font-size: 16px;
    width: 100%;
    float: left;
}

.request-area .left-area .tutor-area .price-buy a.main-button {
    float: left;
    margin-top: 10px;
}
.request-area .left-area .lesson-details {
    padding: 20px;
    width: 100%;
    float: left;
}

.request-area .left-area .lesson-details ul {
    list-style: none;
    padding: 0px;
}

.request-area .left-area .lesson-details ul li {
    margin: 10px 0px;
}

.request-area .left-area .lesson-details ul li span {
    width: fit-content;
    float: left;
    color: #8D8C8C;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
}

.request-area .left-area .lesson-details ul li a {
    color: #323235;
    font-size: 16px;
}

.request-area .left-area .lesson-details ul li a img {
    object-fit: contain;
    min-width: 15px;
    max-width: 16px;
    height: auto;
    margin-right: 10px;
}

.no-border {
    border: none !important;
}

.request-area .left-area .tutor-area .profile h4 {
    font-size: 16px;
    font-weight: bold;
}

.request-area .left-area .tutor-area .profile p {
    font-size: 14px;
}

.request-area .left-area .tutor-area .price-buy a.main-button.orange-border {
    color: #323232 !important;
    border: 1px solid #ff3d00;
    background: white;
}
div#accordion-tutor .faq-title {
    padding: 0px;
    border: none;
    font-size: 16px;
    color: #ff3d00;
    margin: 10px 0px;
}


div#accordion-tutor .faq-title span.badge-symbol {
    color: #ff3d00;
}

.request-area .faq-area {
    width: 100%;
    padding: 20px;
    border-top: 1px solid #E1DEFB;
}
div#accordion-tutor .card-header:hover {
  padding-left: 0px;
}


div#accordion-tutor .card-header .faq-title .badge {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #FF3D00;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

div#accordion-tutor  .card-body {
  padding: 0px;
  padding-left: 0px;
  padding-bottom: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  border: none;
  background: none;
}

div#accordion-tutor  .card-body p {
  font-size: 16px;
  margin-bottom: 0px;
  font-family: 'Nunito',sans-serif !important;
  font-weight: 500;
  color: #323232;
}


div#accordion-tutor .tutor-faq {
  display: block;
  position: relative;
  z-index: 2;
  float: left;
  padding: 80px 0px;
  width: 100%;
  background: white !important;
}

div#accordion-tutor .faq-area {
  display: block;
  width: 60%;
  margin: 0 auto;
}

div#accordion-tutor .tutor-faq h3 {
  margin: 30px 0px;
  text-align: left;
  font-size: 20px !important;
  font-family: 'Nunito',sans-serif !important;
  font-weight: bold !important;
  color: #323232 !important;
}
div#accordion-tutor .card-header:hover h5 {
  color: #ff3d00;
  background: inherit;
}
div#accordion-tutor .card-header h5[aria-expanded="true"] {
  color: #ff3d00;
  background: inherit
}
div#accordion-tutor .card-header h5[aria-expanded="true"] span.badge {
  background: inherit;
}
div#accordion-tutor .card-header:hover h5 span.badge {
  background: inherit;
}
div#accordion-tutor .collapse.show {
    background: none;
}
section.my-profile .profile-right .notice-area {
    width: 100%;
    float: left;
}

section.my-profile .profile-right .notice-area p {
    font-size: 16px;
    float: left;
    width: fit-content;
    margin-bottom: 0;
    line-height: 30px;
}
section.my-profile .profile-right .notice-area img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left;
    display: inline;
    object-fit: cover;
    margin: 0px 10px;
}

section.my-profile .profile-right .notice-area h5 {
    float: left;
    font-size: 16px;
    color: #323235;
    line-height: 30px;
    display: inline;
    font-weight: bold;
}

section.my-profile .profile-right .notice-area .balance {
    width: 20%;
    float: right;
}
section.my-profile .profile-right .notice-area .notice-message {
    float: left;
    width: 80%;
}
section.my-profile .profile-right .notice-area .balance span {
    width: 100%;
    font-weight: bold;
    text-align: center;
    color: #8D8C8C;
}

section.my-profile .profile-right .notice-area .balance p {
    font-size: 20px;
    font-weight: bold;
}
table.requests-list.lessons tbody tr td.tutor img {
    margin-left: 0px;
}
table.requests-list tbody tr td.actions a.cancel-button {
    color: #DE0F0F;
    font-size: 14px;
    margin: 0px 5px;
    cursor: pointer;
}

table.requests-list tbody tr td.actions a.cancel-button img {
    width: 12px;
}

table.requests-list tbody tr td.actions button.main-button {
    font-size: 14px !important;
    line-height: 30px;
    padding: 7px 20px !important;
    margin: 0px 10px;
}
table.requests-list tbody tr td.actions {
    float: right;
}
table.requests-list.lessons th.actions-th {
    float: right;
}
table.requests-list tbody tr td.paid,
table.requests-list tbody tr td.duration {
    width: 10%;
}
table.requests-list tbody tr td.rate {
    float: left;
}

table.requests-list tbody tr td.rate a {
    color: #FF3D00;
    font-size: 14px;
    margin: 0px 5px;
    cursor: pointer;
}

table.requests-list tbody tr td.rate a img {
    height: 14px;
    filter: invert(27%) sepia(93%) saturate(2163%) hue-rotate(1deg) brightness(100%) contrast(110%);
}

table.requests-list tbody tr td.rate a:hover {
    color: #FF3D00;
}
.modal-content .modal-body .stars {
    text-align: center;
}

div#rate p {
    text-align: center;
}
.profile-editarea h3,.profile-editarea p {
    float: left;
    width: 100%;
}

a.add-course {
    border: none;
    float: left;
    background: #52A3F9;
    padding: 10px 20px !important;
    font-weight: bold !important;
    color: white !important;
    border-radius: 30px;
    cursor: pointer;
    width: 100%;
    /*text-align: center;*/
    font-size: 18px;
    margin-bottom: 14px;
}
.profile-editarea .form-group.social span.edit-form {
    top: 10px !important;
}

.profile-editarea .form-group.social input {
    width: 350px;
    padding-right: 40px !important;
}

.profile-editarea .form-group.social {
    width: 350px !important;
     padding: 0px;
}
.form-group label span.uploaded-file {
    background: none;
    border: none;
    color: #8d8c8c;
    text-align: start;
    width: 200px;
    font-family: 'Nunito',sans-serif !important;
    padding: 10px 30px !important;
    font-weight: bold !important;
    border-radius: 20px;
    cursor: pointer;
    margin-right: 10px;
    float: left;
}
.profile-editarea form.availability {
    display: block;
}
.profile-editarea .stars p, .profile-editarea .stars span.review {
    margin: 3px 10px;
    font-size: 16px !important;
    width: fit-content;
    line-height: 15px;
}


section.my-profile .profile-right .profile-editarea div#reviews {
    box-shadow: none;
    margin: 0px;
    padding: 0px;
}
table.requests-list.reports-table tr .course img, table.requests-list.reports-table tr .students img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    float: left;
}
table.requests-list.reports-table tr .course h5,table.requests-list.reports-table tr .students h5 {
    float: left;
    width: 200px;
    margin-left: 10px;
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 0px;
    color: #323235;
}
table.reposrt-table thead th p {
    color: #323235;
}

.reports-table thead th p {
    color: #323232 !important;
}

table.requests-list.reports-table {
    border: none;
}

table.requests-list.reports-table tbody tr {
    border-top: 1px solid #B4B4B4;
}

table.requests-list.reports-table tr  p {
    font-size: 14px;
}
.profile-editarea form .form-group.quarter {
    width: 50%;
}
.calendar {
    width: 50%;
}

.form-group.duration {
    width: 30%;
}

.clicked-category ul li:hover {
    border: 1px solid #E5E5E5;
}
ul.goals-list li h5 {
    font-weight: bold;
}
.success-msg span {
    color: #ff3d00;
    font-weight: bold;
    font-size: 20px;
}

.success-msg {
    color: #ff3d00;
    font-weight: bold;
    font-size: 20px;
}
ul.special-blog-list li .info-part a {
    color: #323235;
}
ul.special-blog-list li .info-part a:hover {
    color: #323235;
}
.form-group .help-block {
    width: 100%;
    font-weight: bold;
    color: #f51919;
}
.form-group.signup-msg .help-blok {
    color: red;
    text-align: center;
    margin: 10px 0px;
    font-weight: bold;
}
.form-group.signup-msg h2 {
    text-align: center;
    font-size: 20px !important;
}
.form-group.signup-msg p{
    color: #ff3d00;
    font-weight:bold;
}
.form-group.signup-msg h4{
    text-align: start;
    margin-top:20px;
    font-weight:bold;
    color: #ff3d00;
    font-size: 20px !important;
}
.form-group.signup-msg h2 span {
   color: #ff3d00;
}
.form-group.has-error input {
    border-color: #ff3d00;
}

.form-group.has-success input {
    border-color: green;
}
nav.navbar.right-menu a#navbarDropdownMenuLink img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}
span.select2 li {
    padding: 0px;
    margin: 5px;
}
.payment-result{
    width:100%;
    float:left;
    margin-top:80px;
padding:170px 80px 80px;
background:#fff;
display:block;
text-align:center;
font-family:'Nunito',sans-serif !important;
color:#000;height:fit-content}
.payment-icon{width:80px;height:80px;background:url(/frontend/web/img/result/success.png) no-repeat center;background-size:100%;margin:auto;margin-bottom:20px}
.payment-icon.failed{background:url(/frontend/web/img/result/failed.png) no-repeat center !important;background-size:100% !important}
.payment-result h3{font-size:36px}
.payment-result a{padding:12px 21px;background:#ff3d00;border-radius:7px;color:#fff;font-family:'Nunito',sans-serif !important;font-size:17px;margin-top:20px;display:inline-block;text-decoration:none;transition:.2s;-webkit-transition:.2s;-moz-transition:.2s;-ms-transition:.2s;-o-transition:.2s}
.payment-result a:hover,
.payment-result a:focus{background:#ff3d00;color:white}
.container-fluid {
    padding: 0px;
}
ul.partners-list li img {
    margin: 0 auto;
    max-width: 70%;
    max-height: 50px;
}
.fourth{
    float: left;
    width: 25%;    
}
.hasDatepicker {
    float: left;
    width: 100%;
    padding-right: 10px;
}

.hasDatepicker label {
    font-size: 14px;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
}

.hasDatepicker input {
    padding: 8px 20px;
}
.lity-content > div > p {
     background: white;
    padding: 20px;
    width: 70%;
    margin: auto;
    text-align: center;
    border-radius:20px;
}
.info a img {
    width: 20px;
    margin-right: 10px;
    float: left;
}

div#resume .tab-pane ul li div.info a h4 {
    line-height: 28px;
}
.tutor-resume h3 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-right: 30px;
    font-weight: 600;
    padding-bottom: 0px;
    float: left;
    border: none;
    line-height: 40px;
}

div#resume .tab-content, div#subject .tab-content {
    border-top: 1px solid #dee2e6 !important;
    margin-top: 10px;
}
.filter select {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Nunito',sans-serif !important;
    color: #323232;
    position: relative;
    width: 100%;
    float: left;
    border: none;
}
.filter select:focus{
    outline:none;
    border:none;
    box-shadow:none;
}
a.main-button.white.clear {
    float: right;
}
form#category-tutors button {
    float: right;
}
.bottom-filters .dropdown div {
    background: #f6f6f6 !important;
}
.add-video-course__editarea .add-course{
  width: 100%!important;
}
.tutor-subject-list {
    margin: 10px 0px 20px;
}
.tutor-subject-list .table th:first-child{
  width: 75%;
}
.tutor-subject-list .tutor-subject-list__chapter .chapter-header span{
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  margin-right: 0.5rem;
}
.tutor-subject-list .tutor-subject-list__chapter .chapter-content{
  width: 100%;
}
.chapter-content .loading-gif{
  width: 20px;
}
.tutor-subject-list .tutor-subject-list__chapter .form-group{
  margin: 0;
}
.tutor-subject-list .tutor-subject-list__chapter .chapter-header .chapter-title__text{
  font-size: 16px!important;
  display: flex;
}
.tutor-subject-list .tutor-subject-list__chapter .chapter-content .lesson-title__text{
  font-size: 16px!important;
  display: flex;
  width: 100%;
  align-items: center;
}
.tutor-subject-list .tutor-subject-list__chapter .title-icon .fa-pencil-alt,
.tutor-subject-list .tutor-subject-list__chapter .title-icon .fa-trash-alt
{
  cursor: pointer;
  transition: all ease-in-out 300ms;
}
.tutor-subject-list .tutor-subject-list__chapter .title-icon .fa-pencil-alt:hover,
.tutor-subject-list .tutor-subject-list__chapter .title-icon .fa-trash-alt:hover
{
  color: #FF3D00;
  font-size: 16px;
}
.tutor-subject-list .tutor-subject-list__chapter .chapter-header{
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.chapter-del-icon i{
  transition: all ease-in-out 500ms;
  cursor: pointer;
}
.chapter-del-icon i:hover{
  color: #FF3D00;
  transform: rotate(90deg);
}

.chapter-del-icon {
  position: absolute;
  right: -15px;
  /*top: -15px;*/
  font-size: 22px !important;
  width: 40px;
  background: white;
  height: 42px;
  text-align: center;
  line-height: 42px;
  /*border: 1px solid black;*/
  border: 1px solid rgba(200,200,200,1);;
  border-radius: 5px 0 0 5px;
  border-right: none;
}
.lesson-item__content label{
  text-align: left;
}
.tutor-subject-list .tutor-subject-list__chapter {
  /*background-color: rgba(233,233,233,0.3);*/
  /*border: 1px solid black;*/
    background-color: rgba(233,233,233,0.25);
    border: 1px solid rgba(200,200,200,1);
    box-shadow: 0px 10px 20px 0px #c7c7c78c;
    border-radius:10px;
    padding:2rem 1rem;
    overflow: hidden;
  position: relative;
}
.tutor-subject-list .tutor-subject-list__chapter .form-group{
  padding:0;
}
.chapter-content__lessons-list .add-lesson-btn:hover{
  border: 1px solid #FF3D00;
  background-color: #FF3D00;
}
.chapter-content__lessons-list .add-lesson-btn{
  width: 100%;
  border: 1px dashed rgb(0,0,0);
  padding: 5px 0!important;
  background: white;
  border-radius: 5px;
  color: rgb(0,0,0);
}
.chapter-content__lessons-list .chapter-lessons-item{
  width: 100%;
  background-color: white;
  /*border: 1px solid rgba(0,0,0,0.2);*/
  border: 1px solid rgba(200,200,200,1);;
  border-radius: 5px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  position: relative;
}
.chapter-content__lessons-list .chapter-lessons-item .lesson-item__header span{
  margin-right: 0.5rem;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.chapter-content__lessons-list .chapter-lessons-item .lesson-item__header .form-group{
  flex: 100%;
  padding-right: 0;
}
.chapter-content__lessons-list .chapter-lessons-item .lesson-item__header .header-icons i{
  transition: ease-in-out all 0.5s;
}
.chapter-content__lessons-list .chapter-lessons-item .lesson-item__header .header-icons{
  font-size: 25px;
  height: 100%;
  width: 50px;
  text-align: center;
}
.chapter-content__lessons-list .chapter-lessons-item .lesson-item__header .header-icons:hover{
  cursor: pointer;
  color: #FF3D00;
  transition: all ease-in-out 0.3s;
}
.chapter-content__lessons-list .chapter-lessons-item .lesson-item__header{
  padding: 1rem;
  display: flex;
  align-items: center;
}
.chapter-content__lessons-list{
  flex: 100%;
}
.chapter-content__lessons-list .chapter-lessons-item  .lesson-item__content .file-details__header {
  margin-bottom: 2rem;
}
.chapter-content__lessons-list .chapter-lessons-item  .lesson-item__content .file-details__header laber{
  overflow: hidden;
}
.chapter-content__lessons-list .chapter-lessons-item  .lesson-item__content .fa-trash-alt{
  cursor: pointer;
}
.chapter-content__lessons-list .chapter-lessons-item  .lesson-item__content .fa-trash-alt:hover{
  color: #FF3D00;
  transition: all ease-in-out 0.3s;
}
.chapter-content__lessons-list .chapter-lessons-item  .lesson-item__content{
  padding: 1rem;
  display: none;
  border-top: 1px solid rgba(0,0,0,0.4);
}
.chapter-content__lessons-list .chapter-lessons-item  .lesson-item__content .lesson-video-upload-area,
.chapter-content__lessons-list .chapter-lessons-item  .lesson-item__content .upload-file-details__area{
  border-bottom: 1px solid rgba(0,0,0,1)!important;
  padding-bottom: 2rem!important;
  margin-bottom: 2rem!important;
}
.upload-file-details__area .file-details__footer{
  margin-top: 1rem;
  align-items: center;
}
.upload-file-details__area .file-details__footer .files-action-buttons{
  justify-content: flex-end;
}
.lesson-description-area .form-group{
  float: unset;
}
.video-course-upload__btn{
  background-color: transparent;
  border: 1px solid rgba(0,0,0,0.2)!important;
  padding: 0.5rem 1rem!important;
  margin-bottom: 1rem;
  width: 170px;
  text-align: left!important;
}
.lesson-item__header .video-course-upload__btn {
  margin: 0 0.5rem 0 0;
  width: unset;
  height: 42px;
  line-height: 2;
}
.lesson-description-area .description-text__area .description-content p:hover{
  border: 1px solid rgba(0,0,0,0.15);
  cursor: pointer;
}
.lesson-description-area .description-action-buttons{
  justify-content: flex-end;
  margin-top: 1rem;
}
.tutor-subject-list__chapter h3{
  float: unset;
  margin-bottom: 1rem;
  font-size: 18px!important;
}
.tutor-subject-list__chapter p{
  float: unset;
  font-size: unset;
}

.full-width{
    width:100%;
}

/* Loading animation */
.loading-animation-behind {
  display: block;
  position: relative;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.04), 0px 12px 34px rgba(0, 0, 0, 0.14),
    0px 0px 34px 4px rgba(0, 0, 0, 0.18);
}
.loading-animation {
  display: block;
  position: relative;
  top: -68px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top: 3px solid #ff3d00;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  background: #ffffff;
}

.loading-animation::before,
.loading-animation::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 3px solid transparent;
}
.loading-animation::before {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-top-color: #ff3d00;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3.5s linear infinite;
}
.loading-animation::after {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-top-color: #ff3d00;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.75s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#circle {
  background: hsl(14deg 100% 50%);
  margin-top: -68px;
  border-radius: 50%;
  position: absolute;
  width: 15px;
  height: 15px;
  box-shadow: 0px 4px 17px hsl(283 53% 32% / 0.15),
    0px 12px 34px hsl(283 53% 32% / 0.14),
    0px 0px 34px 4px hsl(283 53% 32% / 0.18);
}

 
.centerAndFillEverything {
  width: 100vw;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  position: fixed;
  z-index: 100000000;
  background: #ffffff75;
}
.form-group span.delete {
    background: none;
    width: fit-content;
    color: #323235;
    border: none;
    cursor: pointer;
    float: left;
    padding: 10px;
    display: none;
}
.navbar .lang .dropdown-menu, .navbar .currency .dropdown-menu {
    border: none;
    box-shadow: 0px 15px 22px 0px #c7c7c78c;
}
.navbar  .profile-menu .dropdown-menu {
    width: 170px;
    border: none;
    box-shadow: 0px 15px 22px 0px #c7c7c78c;
}
.navbar .profile-menu .dropdown-menu a {
    padding: 0px 20px !important;
        line-height: 30px;
}
.navbar .currency .dropdown-menu a  {
    padding: 0px 10px !important;
        line-height: 25px;
        font-size:14px;
}
 .navbar .lang .dropdown-menu a {
    padding: 0px 11px !important;
        line-height: 25px;
        font-size:14px;
}
li.nav-item.dropdown.lang,li.nav-item.dropdown.currency {
    margin: -5px;
}
.intl-tel-input .country-list .country {
    margin: 0px !important;
}

.intl-tel-input .country-list .divider {
    margin: 0px;
}
.book-lesson .tutor-area > img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}
div#studentorder-payment_method label {
    line-height: 12px;
    margin-bottom: 10px;
}

div#studentorder-payment_method label input {
    float: left;
    width: fit-content;
    display: inline;
    margin-right: 10px;
}
div#reviews .post-review {
    width: 30%;
    float: right;
    text-align: right;
}

div#reviews .post-review a {
    padding: 5px 10px;
    border: 1px solid #ff3d00;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    margin-bottom: 10px;
}
ul.stars input {
    display: none;
}

ul.stars {
    list-style: none;
    padding: 0;
    display: block;
    margin: 0 auto !important;
}

ul.stars li {
    display: inline-block;
}
div#tutor-review .modal-body,div#lesson-review .modal-body {
    text-align: center;
}
.rating  label { 
  float:right;
  display: inline-block;
  width: fit-content;
  margin: 5px;
}
.rating  label svg path { 
  fill: #a7a7a7;
}

.rating   label:before {
  margin: 5px;
  font-size: 2em; 
  display: inline-block;
}

.rating   input {
  display: none;
}
#reviews-rate:not(:checked) label:hover svg path,
#reviews-rate:not(:checked)  label:hover ~ label svg path{
  fill: #ff8000;
}
#reviews-rate input:checked ~ label  svg path{
  fill: #ff8000;
}

#reviews-rate > input:checked + label:hover svg path,
#reviews-rate > input:checked ~ label:hover svg path,
#reviews-rate > label:hover ~ input:checked ~ label svg path,
#reviews-rate > input:checked  ~ label:hover ~ label svg path{
  fill: #ff8000;
}
div#reviews-rate {
    margin: 0 auto;
    width: fit-content;
}
button.main-button.rate {
    width: fit-content !important;
}
nav.navbar.center-menu {
    margin-left: 10px;
}

button.partner-control.slick-arrow {
    width: auto;
    height: auto;
    top: 10px;
}
button.partner-control.slick-prev{
    left: -40px;
}
button.partner-control.slick-next{
    right:-30px
}
ul.partners-list li a {
    text-align: center;
    display: block;
    width: 100%;
}

ul.partners-list li a:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
.reset-body {
    text-align: center;
    max-width: 300px;
    margin: 120px auto 50px;
}

.reset-body h5 {
    font-size: 22px;
    font-family: 'Nunito',sans-serif !important;
    font-weight: bold !important;
    color: #323232 !important;
}
form#system-login {
    width: fit-content;
    float: left;
}

.profile-right.message-area .tutor-message img {
    float: left;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
}

.profile-right.message-area .tutor-message h3 {
    line-height: 50px;
}
.profile-right.message-area .messages {
    height: 50vh;
    overflow-y: scroll;
    width: 100%;
    float: left;
    padding: 20px;
    border-top: 1px solid  #E1DEFB;
    margin-top: 20px;
}

.left-message .message {
    max-width: 70%;
    float: left;
    background: #f6f6f6;
    border-radius: 0px 10px 10px 10px;}

.right-message .message {
    max-width: 70%;
    float: right;
    background: #ff3d00;
    border-radius: 10px 10px 0px 10px;
 
}

.message {
    padding: 10px;
    margin: 10px;
}

.message p {
    margin-bottom: 0px;
}
.right-message .message p{
       color: white;
} 
.message-width {
    width: 100%;
    float: left;
}
.right-message .message span {
    float: right;
    margin: 5px 0px 0px;
    color: #f4f4f4;
    font-size: 10px;
}
.left-message .message span {
    float: left;
    margin: 5px 0px 0px;
    color: #323232;
    font-size: 10px;
}
.message-form {
    float: left;
    width: 100%;
}

.message-form .form-group {
    width: calc(100% - 200px);
    float: left;
}

.message-form button.main-button {
    width: 190px !important;
    float: right;
    border-radius: 5px;
}
.profile-left form#system-login {
    margin-top: 20px;
}
.course-availability {
    width: 100%;
    float: left;
    display:none;
}
.card-body img {
    max-width: 100%;
    margin: 20px auto;
}

.card-body table {
    margin: auto;
}

.card-body table td {
    border: 1px solid;
    text-align: center;
}
ul.pagination li.disabled {
    opacity: 0.4;
}
.pagi {
    float: left;
    width: 100%;
}
div#message {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999999;
}
.form-group.field-remember-checkbox {
    margin-bottom: 0px;
}

form#userlogin .main-button {
    margin-bottom: 10px;
}
header.sticky.header.register-header {
    z-index: 5;
    box-shadow: none;
}
a.delete-image {
    position: absolute;
    top: 60px;
    left: 90px;
}

a.delete-image img {
    filter: invert(24%) sepia(95%) saturate(3170%) hue-rotate(348deg) brightness(82%) contrast(116%);
}
p {
    overflow: hidden;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
}
.wizard .tab-content .tab-pane p {
    float: left;
    margin-bottom:0px;
    font-size:14px;
}
form h4 {
    font-size: 18px;
}
.tutor-edu-list {
    float: left;
    margin: 10px 0px;
}
.form-group.signup-msg {
    margin: 10px;
    font-size: 18px;
    font-weight: bold;
    color: red;
    text-align: center;
}
.message-area {
    padding: 8px 20px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #E5D8D8;
    font-size: 16px;
    font-family: 'Nunito',sans-serif !important;
}

.message-area textarea {
    border: none;
    padding: 10px 0px;
}

.message-area textarea:focus {
    outline: none;
    border: none;
}
.message-area span {
    float: left;
}
div#send-message .modal-body button{
    margin: 10px auto 20px;
}
div#send-message .modal-body {text-align: center;}
a.main-button.orange-border {
    padding: 10px 20px !important;
}
.form-group.required.has-error select {
    border-color: red;
}
.book-lesson a.main-button {
    float: left;
    text-align: center;
    margin: 20px 0px;
    display: block;
}

.form-group.field-studentorder-payment_method {
    float: left;
    width: 100%;
}
.buy-hours-total {
    width: 100%;
    float: left;
    margin: 10px;
}

.buy-hours-total span {
    font-weight: bold;
    font-size: 18px;
}
a.dropdown-item.crrncy.active {
    display: none;
}
a.dropdown-item.crrncy {
    cursor: pointer;
}
.courses-syllabus .single-tutor-course .info-area p {
    float: left;
}
div#details ul.info-list li img {
    object-fit: contain;
    min-width: 15px;
    max-width: 16px;
    height: auto;
    margin-right: 10px;
}
.currency-card.py-2.px-3.rounded.shadow {
    border-radius: 10px !important;
    background: #ff3d00;
    color: white;
    font-size: 30px;
    font-family: 'Nunito',sans-serif !important;
    font-weight: 600;
}

.currency-card.py-2.px-3.rounded.shadow p {
    color: white;
    font-size: 20px;
}
.stick {
    position: fixed;
    top: 20px;
    z-index: 10; 
}
.profile-left > .main-button {
    float: left;
    margin-top: 20px;
}
input#coppy-link {
    padding: 8px 20px;
    border-radius: 20px;
    border: 1px solid #E5D8D8;
    font-size: 16px;
    font-family: 'Nunito',sans-serif !important;
    background: white;
}

.form-group.coppy {
    width: 100%;
    float: left; 
    display: inline;
}
.coppy-area {
    width: 100%;
    float: left;
    padding: 0px;
    position: relative;
    margin-top: 20px;
}

button.coppy-button.main-button {
    position: absolute;
    right: 0;
}
.done{
  background: green !Important;
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
form.photoo {
    width: 100% !important;
}
 

.demo-wrap.upload-demo.photo2 .upload-msg {
    width: 200px;
    height: 200px;
    text-align: center;
    margin: 0 auto;
}
.demo-wrap.upload-demo.ready.photo2 .croppie-container .cr-slider-wrap {
    width: 350px;
    margin: 15px auto !important;
    text-align: center;
}
.demo-wrap.upload-demo.photo2 {
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
}

.tips-head h4 {
    float: left;
    width: 80%;
    font-size: 14px !important; 
    margin-bottom: 10px;
    font-weight: bold;
}

.tips-head p.yes {
    float: right !important;
    color: #22B53E;
    text-transform: uppercase;
    font-weight: 900;
}
.tips-head p.no {
    float: right !important;
    color: #FF3D00;
    text-transform: uppercase;
    font-weight: 900;
}

.sample-images ul {
    padding: 0px;
    width: 100%;
    float: left;
    margin: 10px 0px 20px;
}

.sample-images ul li {
    margin: 0px;
    text-align:  center;
    list-style: none;
    width: 16.6%;
    display: inline-block;
    float: left;
    padding: 0px 5px;
}

.sample-images ul li img {
    width: 90%;
    margin: 10px auto 5px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #22B53E;
}

.sample-images ul li p {
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
}
.tips-head p.yes span {
    margin: 5px;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 3px;
    color: #22B53E;
    border: 1px solid #22B53E;
    border-radius: 50%;
}
.tips-head p.no span {
    margin: 5px;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 3px;
    color: #FF3D00;
    border: 1px solid #FF3D00;
    border-radius: 50%;
}
.sample-images.not ul li img {
    width: 90%;
    margin: 10px auto 5px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #FF3D00;
}

img.message-m {
    max-height: 20px;
}
 
a.message-icon {
    position: relative;
    cursor: pointer;
    color: white !important;
}

a.message-icon span.message-count {
    position: absolute;
    font-size: 10px;
    padding: 3px 5px;
    background: #ff3d00;
    height: fit-content;
    width: fit-content;
    color: white !important;
    border-radius: 50%;
    top: -5px;
    right: -2px;
    line-height: 10px;
}

li.message-icon-area .dropdown-box {
    padding: 15px 0px;
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
    top: 200px;
    width: 400px;
    max-height: 450px;
    overflow-y: scroll;
    right: 50px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    box-shadow: 0px 2px 3px 0px rgb(72 72 72 / 15%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
li.message-icon-area:hover  .dropdown-box {
  top:85px;
  opacity:1;
  visibility:visible;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}
li.message-icon-area .dropdown-box h5 {
    font-size: 20px !important;
    font-family: 'Nunito',sans-serif !important;
    font-weight: bold !important;
    color: #323232 !important;
    text-align: center;
}
li.message-icon-area .dropdown-box p.no-message {
    text-align: center;
    line-height: 25px;
}
li.message-icon-area .dropdown-box  ul li div.single-m img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    float: left;
}

li.message-icon-area .dropdown-box ul {
    padding: 0px;
    list-style: none;
    float: left;
    width: 100%;
}

li.message-icon-area .dropdown-box ul li {
    padding: 10px 20px;
    float: left;
    margin: 0px;
    display: block !important;
    width: 100%;
    margin: 0px auto;
    height: 70px;
}

li.message-icon-area .dropdown-box ul li div {
    float: left;
    width: 100%;
}

li.message-icon-area .dropdown-box ul li div.list-message {
    width: 60%;
    float: left;
    padding: 5px 5px 5px 10px;
}

li.message-icon-area .dropdown-box ul li div.list-message h6 {
    line-height: 20px;
}

li.message-icon-area .dropdown-box ul li div.list-message p {
    float: left;
    line-height: 20px;
    font-size: 14px;
}
li.message-icon-area .dropdown-box ul li.unread-list {
    background: #ff3d001c;
}

li.message-icon-area .dropdown-box ul li.unread-list p {
    color: #ff3d00;
}
li.message-icon-area .dropdown-box ul li div.list-message h6 {
    font-size: 16px !important;
    font-family: 'Nunito',sans-serif !important;
    font-weight: 600!important;
    color: #323232 !important;
}

li.message-icon-area .dropdown-box ul li div.m-date {
    position: relative;
    width: calc(40% - 50px);
    float: right;
    text-align: end;
}
li.message-icon-area .dropdown-box ul li div > a {
    width: 100%;
    float: left;
    line-height: 70px;
}
li.message-icon-area .dropdown-box ul li div.m-date span.m-date {
    width: 100%;
    font-size: 10px;
}

li.message-icon-area .dropdown-box ul li div.m-date span.unread {
    position: absolute;
    width: 7px;
    height: 7px;
    right: 0px;
    top: 10px;
    background: red;
    border-radius: 50%;
}
div#course-error .modal-body {
    padding: 30px 40px;
    text-align: center;
}

div#course-error .modal-body h5 {
    margin-bottom: 30px;
    color: #ff3d00;
}

div#course-error .modal-body a i {
    font-size: 16px;
}
.form-group.days-area,.form-group.days-area div {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.right-message .message p a {
    color: white;
    font-style: italic;
    font-weight: normal;
}
.right-message .message p a:hover{
    color: #323232;
}
.message p a {
    color: #323232;
    font-style: italic;
    font-weight: normal;
}
.message p a:hover{
color:#ff3d00
}
span.currency.old_price,.tutor-price strong.old_price {
    text-decoration: line-through;
    font-size: 14px;
    margin-right: 10px;
}

span.currency.new,.tutor-price strong.new {
    color: #ff3d00;
    font-size: 20px;
}
ul.home-slider{
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.slick-slide-display-none{
  display: none;
}
ul.home-slider li img {
    width: 100%;
}

ul.home-slider ul.slick-dots button, ul.home-list ul.slick-dots button {
    display: none;
}
ul.home-slider ul.slick-dots  li, ul.home-list ul.slick-dots  li {
    position: relative;
    width: 10px;
    padding: 0px;
    height: 10px;
    min-height:10px;
    display: inline-block;
    margin: 0px 10px;
    cursor: pointer;
}

ul.home-slider ul.slick-dots , ul.home-list ul.slick-dots {
    width: fit-content;
    margin: 10px auto 0px; 
    padding: 0px;
}
ul.home-slider ul.slick-dots li:before,ul.home-list ul.slick-dots li:before {
    line-height: 20px;
    position: absolute;
    top: 0;
    border-radius: 50%;
    left: 0;
    width: 10px;
    height: 10px;   
    content: "";
    text-align: center;
    opacity: .25;
    background: #ff3d00;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 

ul.home-slider ul.slick-dots li.slick-active:before, ul.home-list ul.slick-dots li.slick-active:before {
    opacity: .75;
    color: #ff3d00;
}
ul.home-slider ul.slick-dots button, ul.home-list ul.slick-dots button {
    visibility: hidden;
}
.requests-list tr.unread-list {
    background: #ff3d001c;
}
.unread-list span.unread {
    border-color: #ff3d00 !important;
    color: #ff3d00 !important;
}
/* Sub Menu */
ul.submenu {
    z-index: 9999;
    opacity: 1;
    list-style: none;
    margin-left: -20px;
    margin-top: 5px;
    padding-right:20px;
}

ul.submenu li a {
    color: #323232 !important;
    font-family: 'Nunito',sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 5px;
}
ul.submenu li a span {
    float: right;
    color: #323232 !important;
}
ul.submenu li:hover > a, ul.submenu li:hover > a span{
    color:#FF3D00 !Important;
}
ul.submenu {
    opacity: 1;
    visibility: visible;
}
li.submenu-link:after{
  display: inline-block;
  margin-top: 7px;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-left: 0.35em solid;
  border-top: 0.35em solid transparent;
  border-right: 0;
  border-bottom: 0.35em solid transparent;
  color: #ff3d00;
  float: right;
}
ul.submenu ul.sub-menu{
    padding: 20px;
    list-style: none;
    width: 200px;
    top: 200px;
    left: 250px;
    background: #fff;
    display: none;
    position: absolute;
    border-radius: 0.25rem;
    border:1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 1px 0px 20px 0px #c7c7c78c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.submenu > li:hover > .sub-menu {
  top: 0px !important;
  display: block;
}
.category-filter > ul.submenu {
    opacity: 1;
    visibility: visible;
}
a.has-sub{
  font-weight: bold;
  text-decoration: none;
  color: #323232;
}
a.has-sub:hover,a.has-sub:active{
  color: #323232;
}

a.has-sub:after{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #ff3d00;
}
ul.button-list {
    list-style: none;
    width: fit-content;
    margin: auto;
}

ul.button-list li.button-list-li.white {
    margin: 0px -15px;
    display: inline-block;
}

ul.button-list li.button-list-li.white a {
    border: none;
    background: #fff;
    box-shadow: 0 7px 20px 0 #c7c7c78c;
    padding: 10px 40px!important;
    font-weight: 700!important;
    color: #323232!important;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

ul.button-list li.button-list-li.white.active a, ul.button-list li.button-list-li.white:hover >a {
    z-index: 3 !important;
    background: #FF3D00 !important;
    color: white !important;
}
 
ul.blog-details .blog-bottom-area {
    visibility: hidden;
    border: 1px solid #B4B4B4;
    width: 260px;
    background: white;
    left: -70px;
    border-radius: 5px;
    position: absolute; 
    margin-left: 20px;
}

ul.blog-details .blog-bottom-area li {
    padding: 0px 10px 0px 0px !important;
}

ul.blog-details .blog-bottom-area ul {padding: 0px 0px 0px 20px;}

li.share-blog:hover .blog-bottom-area {
    visibility: visible;
} 
li.share-blog {
    position: relative;
}

.button-list-area {
  float:left;
    width: 100%;
    text-align: center;
    margin: 20px auto;
}

#search-overlay {
    display: none;
}

.block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    margin: 0;
    z-index: 999;
    min-height: 100vh;
}

.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

.centered {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
}

#search-box {
    position: relative;
    width: 100%;
    margin: 0;
}

#search-form {
    /* height: 4em; */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: transparent;
    overflow: hidden;
}

#search-text {
    font-size: 16px;
    color: #ddd;
    border-width: 0;
    background: #fff;
}

#search-box input[type="text"] {
    width: 90%;
    padding: 10px 40px;
    color: #333;
    outline: none;
    line-height: 24px;
    border-radius: 20px 0 0 20px;
}

#search-button {
    position: absolute;
    top: 0;
    right: 0;
    /* width: 100px; */
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    border-width: 0;
    background-color: #ff3d00;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    padding: 10px 30px;
}

#close-btn {
    position: fixed;
    top: 25px;
    right: 25px;
}

#close-btn:hover {
    cursor: pointer;
}

section.search-list {
    padding-top: 50px;
    margin-top: 80px;
}
a.search-dropdown {
    cursor: pointer;
}

select.review-select {
    padding: 5px 10px;
    float: right;
    border: 1px solid #ff3d00;
    border-radius:5px;
}
a.main-button.white.load-more, a.main-button.white.load-review {
    padding: 5px 10px !important;
}
#faq h5.faq-title, #faq .faq .card .card-body {
    padding: 15px;
}
.like.review {
    width: 100%;
    float: left;
    padding-left: 12%;
}

.like.review, .like.review p {
    float: left;
}

.like.review button {
    border: none;
    background: none;
    margin-left: 10px;
    line-height: 10px;
    cursor:pointer;
}
.like.review button svg path {
    fill: #5e584c;
}
.like.review p {
    color:#5e584c;
}
.like.review button span{
 color:#5e584c;
}
.like.review button.liked span{
color:#ff3d00;
}
.like.review button.liked svg path {
    fill: #ff3d00;
}
section.tutor-list.search-list .section-title {
    float: left;
    width: 100%;
    display: block;
    margin:20px 0px;
}
section.tutor-list.search-list .list-area {
    margin-top: 0px;
}
section.tutor-list.search-list .faq-area {
    width: 100%;
    float: left;
    margin: 20px auto !important;
   padding:0px 40px;
}
.mobile a.search-dropdown {
    float: right;
    line-height: 40px;
}
section.top-commnents {
    padding-bottom: 80px;
}
.hideButton{
  display:none;
}
.long-schedule {
    height: 400px;
    overflow: hidden;
}

#upload-file{
  position: absolute;
  align-items: center;
  padding: 2px;
  top: 3px;
  color: rgba(0,0,0,0.55)!important;
  text-align: center;
  margin-left:-55px;
  min-height: 40px;
  border-radius: 50px;
  font-size: 20px;
  color:black;
  transform: rotate(-90deg);
}
#upload-file:hover{
  cursor: pointer;
  color: #ff3d00;
}
#write-message .emojionearea-inline{
  height: 44px!important;
}
.field-requestmessage-message > #requestmessage-message{
  padding-right: 40px!important;
}
.upload-file-type{
  font-size: 30px!important;
}
.upload-file-type:hover{

}
.icons {
  position: relative;
  display: flex;
  margin: 0 2.3rem 0 0;
  padding-left: 30px;
}
.right-message  p  a:hover{
  color: white!important;
  text-decoration: none;
}
 .icons i {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  font-size: 25px!important;
}
.icons .icon-default {
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition:opacity 0.3s, transform 0.3s;
  -moz-transition:opacity 0.3s, transform 0.3s;
  -ms-transition:opacity 0.3s, transform 0.3s;
  -o-transition:opacity 0.3s, transform 0.3s;

}
.icons .icon-hover {
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition: opacity 0.3s, transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s;
  -ms-transition: opacity 0.3s, transform 0.3s;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  opacity: 0;
}
.icons:hover{
  color: #fff!important;
}
.icons:hover .icon-hover {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  opacity: 1;
}
.icons:hover .icon-default {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  opacity: 0;
}
.upload-file-content{
  background: #f1f1f1;
  border-radius: 150px;
  min-height: 150px;
  max-width: 150px;
  color: #606060!important;
  align-items: center;
  justify-content: center;
  padding-top: 35px;
  margin: auto;
  margin-bottom: 10px;
}
.dropzone{
  margin-bottom: 40px;
  border-radius: 5px!important;
}

.dropzone:hover{
  border-color:#ff3d00!important; ;
}
#uploadFileBtn3{
  max-width: 200px;
  margin: auto!important;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px!important;
}
.upload-file-btn-area{
  display: flex;
  align-items: center;
  justify-content: center;
}
#uploadFileBtn3{
  display: none;
}
.accepted-files{
  position: absolute;
  bottom: 45px;
  font-size: 14px!important;
}
.dz-remove{
  position: absolute;
  top: -18px;
  right: -10px;
  font-size: 30px!important;
  z-index: 200;
  color: orangered;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.dz-remove:hover{
  transform: rotate(90deg);
  color: red;
}
.dropzone .dz-preview .dz-progress{
  margin-top: 30px!important;
}

.breadcrumbs {
  padding: 8px 0px;
  margin-bottom: 40px;
  list-style: none;
  width: 100%;
}
.breadcrumbs > li {
  display: inline-block;
}
.breadcrumbs > li > a{
  font-size: 16px;
  color: #323232;
  font-weight: bold;
  text-decoration: none;
}
.breadcrumbs > li + li:before {
  padding: 0 5px;
  color: #323232;
  content: ">";
  font-weight: bold;
  font-size: 16px;
}
.breadcrumbs > .active > a{
  font-weight: normal!important;
  cursor: default;
  color: #666!important;
}
.breadcrumb-area{
  width: 100%;
  height: auto;
}
.isDisabled {
  color: currentColor;
  text-decoration: none;
}

/* emojioen area*/
.emojionearea .emojionearea-button{
  opacity: 1!important;
  width: 25px!important;
  height: 25px!important;
  z-index: 2!important;
  color: black!important;
  top: 10px!important;
  transform: scale(1.2);
}
.emojionearea .emojionearea-editor{
  height: 44px!important;
  padding: 8px 0px 8px 20px!important;
  font-size: 16px!important;
  margin-right: 40px!important;
  line-height: 28px!important;
}
/* emojioen area end*/
 
.calendar__info-area{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.calendar__info-area p{
  display: flex;
  flex-direction: row;
  align-items: center;
  vertical-align: middle;
  margin-right:20px ;
}
.calendar__info-area span{
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  display: flex;
  margin-bottom: 2px;
}
.calendar-info__group{
  background-color: green;
}
.calendar-info__live{
  background-color: #3788d8;
}
.btn-disabled{
  cursor: default!important;
  background-color:rgba(0,0,0,0.4) !important;
}

.tutor-course-button{
  cursor: pointer;
  border: unset!important;
}
.course-details-area #myCoursesTab .active{
  border-bottom: 2px solid #FF3D00!important;
}
#myCoursesTab .active{
  border-bottom: 4px solid #FF3D00!important;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  font-family: 'Nunito',sans-serif !important;
  font-weight: bold !important;
  color: #323232 !important;
  font-size: 22px;
}
#myCoursesTab .tutor-course-button:hover{
  border: unset;
}
/*#courseHistory{*/
/*  max-width: unset;*/
/*  margin: 30px;*/
/*}*/
.history-table{
  overflow: scroll;
  display: none;
}
.profile-editarea > .full{
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
/*Video course Vimeo*/
.video-course-main{
  margin-top: 80px;
  height: auto;
  position: relative;
}
.video-course-main .player-area{
  position: relative;
  padding: 0;
  width: 100%;
  display: block;
  background: black;
}
.video-course-main .course-content-area{
  width: 100%;
  background: white;
  position: relative;
  transition: width ease-in-out 500ms;
}
.video-course-main .course-content-area h3{
  font-size:20px!important;
}
.video-course-main .player-area .player-area-video{
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%;
  transition: width ease-in-out 500ms;
}
.video-course-main .player-area .player-area-video .course-sidebar__show{
  padding: 10px;
  border: 1px solid #ffffff;
  color: white;
  background: transparent;
  z-index: 2;
  position: absolute;
  top: 40px;
  right: -170px;
  font-size: 18px;
  min-width: 210px;
  text-align: left;
  vertical-align: center;
  justify-content: center;
  transition: transform ease-in-out 200ms ;
}
.video-course-main .player-area .player-area-video .course-sidebar__next-video{
  padding:15px 10px;
  border: 1px solid #ffffff;
  border-right: 0;
  color: white;
  background: transparent;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: -5px;
  margin: auto;
  font-size: 18px;
  text-align: center;
  vertical-align: center;
  justify-content: center;
  transform: translateY(-50%);
}
.video-course-main .player-area .player-area-video .course-sidebar__previous-video{
  padding:15px 10px;
  border: 1px solid #ffffff;
  border-left: 0;
  color: white;
  background: transparent;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: -5px;
  margin: auto;
  font-size: 18px;
  text-align: center;
  vertical-align: center;
  justify-content: center;
  transform: translateY(-50%);
}
.video-course-main .player-area .player-area-video .course-sidebar__show span{
  color: white;
  margin-left: 5px;
  z-index: 10;
}
.video-course-main .player-area .player-area-video .course-sidebar__show:hover{
  transform: translateX(-170px);
  cursor: pointer;
}
.video-course-main .player-area .player-area-video .course-sidebar__previous-video:hover{
  background:rgba(170,170,170,.5);
  cursor: pointer;
}
.video-course-main .player-area .player-area-video .course-sidebar__next-video:hover{
  background:rgba(170,170,170,.5);
  cursor: pointer;
}
.video-course-main .course-sidebar-column{
  width: 25%;
  position: fixed;
  opacity: 1;
  right: -25%;
  top: 80px;
  height: calc(100vh - 125px);
  z-index: 2;
  transition: transform ease-in-out 500ms;
}
.video-course-main .course-sidebar-column .course-sidebar__content{
  position: absolute;
  background: white;
  width: 100%;
  height: 100%;
}
.video-course-main .course-sidebar-column .course-sidebar__content .course-sidebar__header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border: 1px solid #d1d7dc;
  border-right:0;
  background-color: #fff;
}
.video-course-main .course-sidebar-column .course-sidebar__lessons{
  padding: 0;
  background: #f7f9fa;
  height: 100%;
  overflow-y:scroll ;
  cursor: pointer;
}
.video-course-main .course-sidebar-column .course-sidebar__lessons ul{
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
}
.video-course-main .course-sidebar-column .course-sidebar__lessons .course-sidebar__video-lessons{
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.course-sidebar__lessons ul .course-sidebar__lessons-title{
  flex-wrap: wrap;
  flex-direction: column;
  background: #f7f9fa;
  /*padding: 1rem;*/
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #1c1d1f!important;
  text-align: left;
  white-space: normal;
  width: 100%;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02rem;
  font-size: 1.6rem;
  border-bottom: 1px solid #d1d7dc;
  cursor: pointer;
}
.course-sidebar__lessons ul .course-sidebar__lessons-title .course-lessons__link-item{
  padding: 16px!important;

}
.course-sidebar__lessons ul .course-sidebar__lessons-title .course-video-lessons__list-item{
  padding-top: 0!important;
}
.course-sidebar__lessons ul .course-sidebar__lessons-title .course-lessons__link{
  flex: 1;
  min-width: 1px;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
}
.course-sidebar__lessons ul .course-sidebar__lessons-title .course-lessons__link i{
  transition: all ease-in-out 300ms;

}
.course-lessons__link h3{
  border: none!important;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02rem;
  font-size: 16px!important;
  display: block!important;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin: 0;
}
.course-lessons__link .course-lessons__header{
  width: 100%;
}
.course-lessons__link .course-lessons__header h3{
  font-size: 16px!important;
}
.course-lessons__link .course-lessons__progress{
  margin-top: 0.4rem;
  font-weight: 400;
  font-size: 1rem;
}
.course-sidebar__header h2{
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02rem;
  font-size: 16px!important;
  margin: 0;
}
.course-lessons__link .course-lessons__angle-down{
  cursor: pointer;
  margin-left: 0.4rem;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.no-shadow{
  box-shadow: unset!important;
  -moz-box-shadow: unset!important;
  -o-box-shadow: unset!important;
  -webkit-box-shadow: unset!important;
}
.course-sidebar__show-animation{
  transform: translateX(-100%);
}
.video-course__width-animation{
  width: 75.3%!important;
}
.video-player__height-animation{
  height: 450px;
}
.course-videoplayer{
  height: 550px;
  padding: 0;
  margin: auto;
  right: 0;
  top: 0;
  left: 0;
  position: relative;
  transition: height ease-in-out 500ms;
  overflow: hidden;
}
.course-videoplayer iframe{
  position:absolute;
  top:0;
  left:0;
  right:0;
  width:100%;
  height:100%;
  margin: auto;
}
.course-content-area .course-tutor-area .profile-image{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.course-tutor-area{
  padding-top: 10px;
  padding-bottom:10px ;
  justify-items: center;
  align-items: center;
  vertical-align: center;
  background: #e7e9ea;
  border-bottom: 0.1rem solid rgba(222,222,222,.5)!important;
  box-shadow: 1px 4px 14px 0px #c7c7c78c;
}
.course-info__header{
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.course-tutor-area .info-header__leftside,
.course-tutor-area .info-header__rigthside
{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.course-tutor-area .media-body{
  padding-right: 20px;
  margin-right: 20px;
  /*border-right: 1px solid black;*/
  flex: 1;
}
.course-tutor-area .course-share-area{
  justify-content: flex-end;
  margin-left: auto;
}
.course-tutor-area .media-body a{
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  color:#303840!important;
  margin-left: 10px;
}
.course-tutor-area .media-body p{
  color: rgba(48,56,64,.5)!important;
  font-size: 14px!important;
}
.course-tutor-area .course-tutor-link{
  text-decoration: none;
}
.course-tutor-area .course-total-hour{
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color:#303840;
}
.course-tutor-area .course-total-hour i{
  margin-left: 1.5rem;
  margin-right: 0.5rem;
  rgba(48,56,64,.5)!important;
  opacity:0.7;
  vertical-align:middle;

  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-display: block;
}
.course-video-lessons__content{
  display: block;
}
.course-video-lessons__content ul{
  padding: 0;
}
.course-video-lessons__content li{
  padding: 8px 0;
  width: 100%;
  gap: 1.6rem;
  align-items: flex-start;
}
.course-video-lessons__content .course-video-lessons__header {
  justify-content: space-between;
  flex: 1;
  gap: 0.8rem;
}
.upload-video-details__area table td{
  vertical-align: middle!important;
}
.uploaded-video__success{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  border-top:1px solid rgba(0,0,0,0.1);
  padding: 1rem;
  flex-wrap: nowrap;
  overflow: hidden;
}
.uploaded-video__success .success-left{
  display: flex;
  flex: 0.4;
  justify-content: flex-start;
}
.uploaded-video__success .success-right{
  justify-content: flex-end;
  display: flex;
  flex: 1;
}
.uploaded-video__success .success-right i{
  margin: auto;
  font-size: 20px;
}
.uploaded-video__iframe-area{
  justify-content: flex-start;
  width: 266px;
  vertical-align: middle;
}
.uploaded-video__title{
  font-weight: 700;
  justify-content: flex-start;
  flex: 0.9;
}
.file-table tr{
  align-items: center;
  vertical-align: middle;
}
.uploaded-video__duration{
  justify-content: flex-end;
  width: 80px;
  font-size: 1rem!important;
}
.uploaded-video__times{
  display: flex;
  justify-content: space-between;

}
.uploaded-video__date{
  margin-right: 20px;
}
.optimize-area{
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.uploaded-video__details-area{
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 20px 0;
}
.chapter-lessons-item .progress-bar{
  background-color: #FF3D00!important;
}
.course-video-lessons__content .course-video-lessons__header span{
  font-size: 15px;
  font-weight: 400;
}
.course-video-lessons__content .course-video-lessons__header .course-video-lessons__hour{
  font-size: 13px;
  font-weight: 400;
}
.course-video-lessons__content .course-video-lessons__header .course-video-lessons__files i{
  font-size: 13px;
  margin-right: 5px;
}
.course-video-lessons__content .course-video-lessons__header .course-video-lessons__files{
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-end;
  border: 1px solid #303;
  padding: 4px 10px;
  align-items: center;
  vertical-align: middle;
  position: relative;
  display: flex;
}
.course-video-lessons__content .course-video-lessons__header .course-video-lessons__file-area{
  position: relative;
}
.download-area__control{
  overflow: hidden;
  width: 230px;
}
.course-video-lessons__content .course-video-lessons__header .course-video-lessons__file-area .file-download-area .file-area__item{
  font-size: 13px;
  overflow: hidden;
  margin: 5px 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.course-video-lessons__content .course-video-lessons__header .course-video-lessons__file-area .file-download-area .file-area__item a:hover{
  color: #0b93d5;
}
.course-video-lessons__content .course-video-lessons__header .course-video-lessons__file-area .file-download-area .file-area__item a{
  text-decoration: none;
  color: black;
}
.course-video-lessons__content .course-video-lessons__header .course-video-lessons__file-area .file-download-area{
  position: absolute;
  top: 100%;
  right: 0;
  width: 250px;
  min-height: 50px;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 10px 20px 0px #c7c7c78c;
  z-index: 2;
  padding: 10px;
  align-items: flex-start;
  flex-direction: column;
  display: none;
  border: 1px solid rgba(0,0,0,0.2);
  overflow: hidden;
}
#courseDetailsSyllabusList{
  border-top: 1px solid #d1d7dc;
}
.lessons-file__active{
  background: white;
}
.course-video-lessons__content .course-video-lessons__header .course-video-lessons__files:hover{
  background: white;
}
.display-show{
  display: flex!important;
}
.display-hidden{
  display: none!important;
}
.rotate-animation{
  transform: rotate(-180deg);
  transition: all ease-in-out 0.5s;
}
.course-video-lessons__checkbox{
  height: 16px;
  width: 16px;
  margin-top: 7px;
} 

.course-video-lessos__content-item{
  padding: 8px 16px!important;
}
.course-video-lessos__content-item:hover{
  background:rgba(170,170,170,.5);
}
.course-video-lessons__content .item-active{
  background:rgba(170,170,170,.5);
}
.course-video-lessons__selected{
  background:rgba(170,170,170,.5);
}
.flex-full-width{
  flex:1;
  gap: 0.8rem;
  justify-content: space-between;
}
.course-details-area h3{
  font-weight: 700;
  border-bottom: 1px solid #ff3d00;
  padding-bottom: 10px;
}
.course-details-area .course__details-list li{
  display: flex;
}
.course-details-area .course-details-about p,
.course-details-area .course-lesson-about p{
  padding: 20px 50px;
  text-align: justify;
  /*font-size: 15px;*/
}
.course-details-area .course-details-about .course-details-about__description,
.course-details-area .course-lesson-about .course-details-about__description{
  width: 100%;
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 10px 20px 0px #c7c7c78c;
  margin: 0px 0px 20px 0px;
}
.course-details-area .course-syllabus__video-lesson{
  padding: 0!important;
  overflow: hidden;
  margin: auto;
  width: 70%;
}
.course-details-area .course-details-header {
  flex: 100%;
  justify-content: space-between;
  font-size: 16px;
}
.course-details-area .course-details-header .main-about__left {
  flex: 1;
  padding: 20px;
}
.course-details-area .course-details-header .main-about__right {
  flex: 1;
  padding: 20px;

}
.course-details-area .course-details-header p{
  padding: 20px 50px;
  text-align: justify;
  /*font-size: 15px;*/
}
.course-details-area .course-details-header ul li {
  align-items: center;
  vertical-align: middle;
}
.course-details-area .course-details-header ul{
  list-style: none;
}
.course-details-area .course-details-header img{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.course-details-area .course-details-reviews-area .tutor-reviews .course-reviews__top .stars,
.course-details-area .course-details-reviews-area .tutor-reviews .course-reviews__top .post-review,
.course-details-area .course-details-reviews-area .tutor-reviews .course-reviews__top .review-select{
  width: unset!important;
}
.course-details-area .course-details-reviews-area .tutor-reviews .course-reviews__top{
  justify-content: space-between;
  align-items: center;
}
.course-details-area .course-details-reviews-area .tutor-reviews .reviews-list{
  display: flex!important;
}
.review-list__content-area{
  display: flex;
  flex-direction: column;
  flex: 1;
}
.review-list__content-area .like{
  padding-left: unset!important;
}
.review-list__content-area .review-pars{
  padding: 10px 0!important;
}
.review-list__content-area .review-pars h4{
font-weight: 700!important;
}
.course-content-area .nav-item {
  padding: 0.5rem 1rem 0;
}
.course-content-area .nav-item a{
  font-size: 15px!important;
  padding: 0!important;
}
.course-details-area .course-details-reviews-area .tutor-reviews .img-part{
  text-align: center!important;
}
.course-details-area .course-details-reviews-area *{
  float: unset!important;
}

.course-details-area .course-syllabus__table-area{
  width: 100%;
  background: white;
  border-radius: 15px;
  box-shadow: 0px 10px 20px 0px #c7c7c78c;
  margin: 0px 0px 20px 0px;
  padding: 20px 50px;
}
.course-details-area .course-details-tutor{
  width: 100%;
  background: white;
  border-radius: 15px;
  box-shadow: 0px 10px 20px 0px #c7c7c78c;
  margin: 0px 0px 20px 0px;
  padding: 20px 50px;
}
.course-details-area .course-details-tutor img {
  width: 200px;
  height: 170px;
  object-fit: cover;
  display: inline;
  flex: 25%;
}
.course-details-area .course-details-tutor .course-details-tutor__info-area {
  padding:0 20px;
  flex: 75%;
  display: inline-block;
}
.course-details-area .course-details-tutor .course-details-tutor__info-area h2{
  font-size: 20px !important;
}
.course-details-area .course-details-tutor .course-details-tutor__info-area h5{
  font-size: 16px;
  font-weight: 400;
}
.course-details-area .course-details-tutor .course-details-tutor__info-area ul{
  list-style: none;
  padding: 0px;
}
.course-details-area .course-details-tutor .course-details-tutor__info-area ul li a{
  color: #323232 !important;
  font-size: 14px;
}
.course-details-area .course-details-tutor .course-details-tutor__info-area ul li img{
  width: 20px!important;
  height: unset!important;
  margin-right: 10px;
  object-fit: cover;
}
.course-details-area .course-details-tutor .course-details-tutor__info-area ul li{
  margin: 10px 0px;
  color: #323232 !important;
}
.course-details-area .course-details-tutor .course-details-tutor__info-area a{
  color: black;
  text-decoration: none;
}
.course-details-area .course-details-header h2{
  margin-bottom:20px ;
  text-transform: capitalize;
}
.course-total-hour span{
  font-size: 18px;
  font-weight: 700;
}
share-course__modal-dialog{
  max-width: unset;
  width: 50%;
}
#shareCourse{
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
}
#shareCourse .modal-dialog{
  /*max-width: unset;*/
}
#shareCourse .modal-dialog h5{
  text-align: left;
}
#shareCourse .modal-dialog .coppy-area {
  float: unset;
  margin-top: 0;
}
#shareCourse .modal-dialog .coppy-area input{
  border-radius: 20px;
}
#shareCourse .social-links{
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
#shareCourse .social-links a{
  transition: transform ease-in-out 500ms;
  font-size:40px;
}
#shareCourse .social-links a:hover{
  transform: scale(1.2);
}
#shareCourse .social-links .fa-facebook{
  color:#1877f2;
}
#shareCourse .social-links .fa-twitter{
  color:#1da1f2;
}
#shareCourse .social-links .fa-linkedin{
  color:#0077b5;
}
#shareCourse .social-links .fa-whatsapp{
  color:#075e54;
}

.no-margin{
  margin: 0px!important;
}
.student-my-courses{
  align-items: center;
}
.student-my-courses .student-my-courses__img img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.student-my-courses .student-my-courses__img{
  padding-right: 10px;
  margin-bottom: 1rem;
}
.student-my-courses .student-my-courses__details{
  margin-bottom: 1rem;
}
.student-my-courses .progress{
  margin-bottom: 1rem;
}
.student-my-courses .course-tutor{
  opacity: 0.8;
}
.student-my-courses h1{
  font-size: 22px!important;
}
.student-my-courses .course-divider{
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  height: 1px;
  background: #efefef;
}
.student-my-courses .progress{
  height: 0.5rem!important;
}
.student-my-courses .progress-bar{
  background-color: #ff3d00;
}
.student-my-courses .progress-bar-completed{
  background-color: #28a745!important;
}
.student-my-courses .student-my-courses__course-footer{
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.student-my-courses .student-my-courses__course-footer .buttons-area{
  display: flex;
}
.student-my-courses .student-my-courses__course-footer a{
  text-align: center;
  vertical-align: middle;
}
.student-my-courses .student-my-courses__course-footer span{
  text-align: center;
  vertical-align: middle;
  color: black;
  font-weight: bold;
  letter-spacing: 0.6px;
  opacity: 0.77;

}
.student-my-courses .student-my-courses__course-footer a i:before{
  padding-top: 6px;
}
.student-my-courses .student-my-courses__btn{
  background-color:#ff3d00 ;
  color: white;
  padding: 5px 20px;
  border-radius: 4px;
  font-weight: bold;
  letter-spacing: 0.6px;
}
.course-completed{
  background-color: #28a745!important;
}
#coursePreviewArea .modal-dialog {
  max-width: 850px;
  /*max-width: unset;*/
}

#coursePreviewArea .course-preview-video-list{
  width: 100%;
  cursor: pointer;
}
#coursePreviewArea .course-preview-video-list:last-child{
  margin-bottom: 21px;
}

#coursePreviewArea .course-preview-video-list .video-list__content{
  display: flex;
  flex: 1;
}
#coursePreviewArea .course-preview-video-list .video-list__content .video-list__list-item{
  width: 100%;
  display: flex;
  flex:1;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
#coursePreviewArea .course-preview-video-list .video-list__content .video-list__list-item .video-list__item-span{
  flex-direction: row;
  display: flex;
  align-items: center;
}
#uploaded-video__body {
  position: relative;
}
#coursePreviewArea .course-preview-video-list .video-list__cover-img img{
  height: 84px;
  object-fit: contain;
  width: 100%;
}
#coursePreviewArea .course-preview-video-list .video-list__cover-img{
  flex: 15%;
  height: 84px!important;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#coursePreviewArea .course-preview-video-list .video-list__item-title{
  flex: 75%;
}
#coursePreviewArea .course-preview-video-list .video-list__cover-img iframe{
  width: 100%;
  height: 84px!important;
}
#coursePreviewArea .course-videoplayer{
  background-color: black;
  margin-bottom: 3rem;
  overflow: hidden;
}
#coursePreviewArea .course-videoplayer iframe{
  width: 100%;
}
#coursePreviewArea .video-list__iframe-area iframe{
  display: none;
  opacity: 0;
}

.progress-wrp {
  border: 1px solid #0099CC;
  padding: 1px;
  position: relative;
  height: 30px;
  border-radius: 3px;
  margin: 10px;
  text-align: left;
  background: #fff;
  box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}

.progress-wrp .progress-bar {
  height: 100%;
  border-radius: 3px;
  background-color: #f39ac7;
  width: 0;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}

.progress-wrp .status {
  top: 3px;
  left: 50%;
  position: absolute;
  display: inline-block;
  color: #000000;
}
.link-disabled{
  cursor: default!important;
  opacity: 0.5;
}
#overlay{
  align-items: center;
  text-align: center;
  vertical-align: middle;
   position: fixed; /* Sit on top of the page content */
   display: none; /* Hidden by default */
   /*display: block; !* Hidden by default *!*/
   width: 100%; /* Full width (cover the whole page) */
   height: 100%; /* Full height (cover the whole page) */
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(0,0,0,0.5); /* Black background with opacity */
   z-index: 200; /* Specify a stack order in case you're using a different order for other elements */
 }
#overlay .overlay-text-area{
  margin: auto;
}
#overlay .overlay-text-area .modal-body img{
  width: 200px;
  height: 200px;
}
.overlay__chapter-laoding,
.overlay__lesson-laoding{
  display: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  background: rgba(0,0,0,0.3);
  overflow: hidden;
  position: absolute;
  z-index:2;
  border-radius: 5px;
  left: 0;
  top: 0;
  /*left: -1rem;*/
  /*top: -2rem;*/
}
.video__delete-icon{
  width: 50px;
  text-align: center;
}
.overlay__chapter-laoding img{
  width: 100px;
  height: 100px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.overlay__lesson-laoding img{
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.file-loading img{
  width: 30px;
  height: 30px;
}
.file-loading .progress{
  background-color: #aaa;
}
.course-file__download-link{
  text-decoration: none;
  color: black;
}
.course-lessons iframe{
  /*width: 150px!important;*/
  /*height: 84px!important;*/
  width: 256px!important;
  height: 144px!important;
}
.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

/*loading progress bar*/
.loading-progress-bar{
  position: absolute;
  z-index: 2;
  width: 90%;
  height: 100%;
  margin: auto;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.5);
  left: 0;
  right: 0;
  opacity: 0;
  display: none;
  flex-direction: column;
}
.circular{
  height:100px;
  width: 100px;
  position: relative;
  }
.circular .inner{
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  margin: -40px 0 0 -40px;
  background: black;
  border-radius: 100%;
}
.circular .number{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  z-index:10;
  font-size:18px;
  font-weight:500;
  color:white;
}
.circular .bar{
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,0.2);
  -webkit-border-radius: 100%;
  clip: rect(0px, 100px, 100px, 50px);
}
.circle .bar .progress{
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  clip: rect(0px, 50px, 100px, 0px);
  background: #FF3D00;
}
.circle .left .progress{
  z-index:1;
  animation: left 2s linear both;
}
@keyframes left{
  100%{
    transform: rotate(180deg);
  }
}
.circle .right {
  transform: rotate(180deg);
  z-index:3;
}
.circle .right .progress{
  animation: right 2s linear both;
  animation-delay:2s;
}
@keyframes right{
  100%{
    transform: rotate(180deg);
  }
}
/*loading progress bar end*/


/*progress circle*/
.course-total-hour .percent:hover + .progress-details{
  display: flex;
}
.course-total-hour .card
{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:50%;
  text-align:center;
  /*overflow:hidden;*/
  transition:0.5s;
  background: transparent;
  border:none ;
}
.course-total-hour .percent
{
  position:relative;
  width:70px;
  height:70px;
  border-radius:50%;
  overflow: unset;
  transform: rotate(-90deg);
}
.course-total-hour .box .progress-details{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 80%);
  background-color: white;
  border-radius: 5px;
  padding:10px  30px;
  box-shadow: 1px 4px 14px 0px #c7c7c78c;
  flex-direction: row;
  display: none;
  white-space: nowrap;
  text-align: center;
  justify-content: center;
  /*transform: translateX(-25%);*/
}
.course-total-hour .box .arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
  box-shadow: 1px 4px 14px 0px #c7c7c78c;

}
.course-total-hour .box .progress-details::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid white;
  top:-10px;
  position: absolute;

}
.course-total-hour .percent .num
{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:50%;
}
.course-total-hour .percent .num img
{
  width: 20px;
  height: 25px;
  margin: 0!important;
  transform: rotate(90deg);
}

.course-total-hour .text
{
  position:relative;
  color:#777;
  margin-top:20px;
  font-weight:700;
  font-size:18px;
  letter-spacing:1px;
  text-transform:uppercase;
  transition:0.5s;
}
.course-total-hour svg
{
  position:relative;
  width: 100%;
  height: 100%;
}
.course-total-hour svg circle
{
  width:100%;
  height:100%;
  fill:none;
  stroke:rgba(0,0,0,0.13);
  stroke-width:2;
  stroke-linecap:round;
  transform:translate(5px,5px);
}
.course-total-hour svg circle:nth-child(2)
{
  stroke-dasharray:220;
  stroke-dashoffset:220;
}
.course-total-hour .card svg circle:nth-child(2)
{
  stroke-dashoffset:calc(220 - (125 * 10) / 100);
  stroke:#FF3D00;
}

/*
*/


/*progress circle end*/

/*event page content*/
.lecture-content-area ul{
  margin: 0!important;
}
.lecture-content-area strong,
.lecture-content-area .nav-link{
  font-size: 1rem!important;
}
.lecture-content-area .nav-link{
  background-color: transparent!important;
}
.lecture-content-area button:hover{
  cursor: pointer;
}
.lecture-content-area button{
  border: 0 !important;
}
.lecture-content-area .nav-item{
  margin-bottom: 5px!important;
  margin-right: 0.5rem!important;
}
.lecture-content-area .nav-link{
  padding:0!important;
}
.lecture-content-area .nav-item .active{
  border-bottom:1px solid #FF3D00!important;
  font-weight: 600!important;
}
.lecture-content-area .lecture-iframe-area{
  background: black;
  width: 100%;
  align-items: center;
}
.lecture-content-area #video iframe{
  width: 100%;
  height: 360px;
}
.lecture-content-area #video .iframe__link iframe{
  display: none;
  opacity: 0;
}
.lecture-content-area #video .iframe__link img{
  width: 120px!important;
  height: 64px!important;
  object-fit: cover;
}
.lecture-content-area #video .iframe__cover-img{
  padding: 5px 10px!important;
  width: 120px;
}
.lecture-content-area #video .event__title-area{
  font-size: 18px;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  height: 100%;
  overflow: hidden;
}
.lecture-content-area #video .event__title-area span{
  font-size: 13px!important;
  font-weight:400;
  width: 100%;
  margin-left: 2px;
}
.lecture-content-area #video .video__duration{
  font-size: 15px;
  text-align: end;
}
.lecture-content-area #video .video__time{
  display: flex;
  justify-content: space-between;
}

#video .table tr{
  align-items: center;
}
#video .table td{
  vertical-align: middle;
}
#video .video-recording__content .video-recording__iframe-area iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
#video .video-recording__content .video-recording__iframe-area{
  padding:56.25% 0 0 0;
  position:relative;
  display: none;
  background-color: black;
}

#video .table .video-list__item:hover{
  background-color: lightgrey;
  cursor: pointer;
}
#video .table .item-active{
  background-color: lightgrey;
}


/*event page content end*/

#createFirstVideoCourse{
  display: none; 
}
.empty-img-area{
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
  text-align:center;
}
.no-data-text{
  opacity:0.7;
  float:unset!important;
}
.my-courses__empty{
  width:50%;
}
