html[theme='dark-mode'] {
   filter: invert(1) hue-rotate(180deg);
}
html {
  /* overflow-y: scroll; */
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
::-ms-reveal {
  display: none;
}
.dark-mode {
  filter: invert(1) hue-rotate(180deg);
}
.invert {
  filter: invert(1) hue-rotate(180deg);
}
input {
  font-family: "Poppins";
}
input::selection {
  background-color: #f67f00;
  color: #fff;
}
progress::-webkit-progress-value {
  color: #000;
  background: #000;
}
input[type='checkbox'] {
  filter: hue-rotate(150deg);
}
input[type='text'], input[type='password'], input[type='email'], select {
  appearance: none;
  -webkit-appearance: none;
}
button {
  border: 0;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-size: 13px;
  line-height: 1.7;
  font-family: Helvetica, arial, sans-serif;
  margin: 0;
  background-color: #F5F5F5;
  letter-spacing: .2px;
  scroll-behavior: smooth;
}
nav {
  width: 100%;
  height: 80px;
  top: 0;
  /* background-color: rgba(0, 0, 0, 0.1); */
  background-color: #fff;
  text-align: right;
  line-height: 80px;
  font-size: 12px;
  /*box-shadow: 0 2px 16px rgba(0, 0, 0, .2);*/
  z-index: 100;
  position: fixed;
  transition: .3s ease-in-out
}
nav .col-1 {
  margin-top: 10px;
}
nav .col-2 img {
  width: auto;
  height: 70px;
  transition: .3s ease-in-out;
  background-color: #fff;
  margin-top: 5px;
  /* margin-top: -60px; */
  /*box-shadow: 0 2px 6px rgba(0, 0, 0, .3)*/
}
.nav-img {
  position: fixed;
  top: 0;
  left: 0;
  /* margin-left: 30px; */
  margin-top: 10px;
  z-index: 13;
  width: 150px;
  height: auto;
  transition: .3s ease-in-out;
  background-color: #fff;
  /* margin-top: -60px; */
  /*box-shadow: 0 2px 6px rgba(0, 0, 0, .3)*/
}
nav a {
  color: #000;
  padding: 20px 15px;
  font-size: 13px;
  /*font-weight: bold;*/
  /* text-transform: uppercase */
}
nav a[href="signup"] {
  background-color: #f67f00;
  color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
}
nav a[name="get-started"] {
  background-color: #f67f00;
  border: .5px solid #f67f00;
  padding: 10px 15px;
  margin-left: 30px;
  color: #fff;
  border-radius: 6px;
}
nav a:hover {
  background-color: #000;
  color: #fff;
}
nav a:last-child:hover {
  background-color: #ee810d;
  /* color: unset; */
}
* {
  outline: 0;
}
/* Align images with text perfectly */
.aligned {
  display: flex;
  align-items: center;
}
.w-100 {
  width: 100%;
}
.force-w-100 {
  width: 100% !important;
  margin-left: 0 !important;
}
.force-last {
  background-color: #fff!important;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
  color: #fff!important;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%!important;
  border: .5px solid #f67f00;
  background-color: #f67f00!important;
  padding: 0!important
}
.prompt {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #001a33!important;
  margin-top: 60px;
  z-index: 3;
  padding: 10px 30px!important;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
  background-color: #fff;
  line-height: 1.3;
  animation: fadeIn .3s linear;
  display: none
}
.nav-cluster {
  display: inline-block;
  position: relative;
  z-index: 30
}
.nav-cluster a:first-child {
  position: relative
}
.nav-cluster-elements {
  display: none
}
.ir-sub {
  display: none;
}
.nav-cluster:hover .nav-cluster-elements {
  box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
  transition: .3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  line-height: 60px;
  margin-top: 60px;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  animation: cluster-animation 0.3s linear;
}
.nav-cluster-elements a:first-of-type:hover + .ir-sub, .ir-sub:hover {
  box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
  transition: .3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 60px;
  /*margin-top: 60px;*/
  margin-left: 100%;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  animation: cluster-animation 0.3s linear;
}
@keyframes cluster-animation {
  from {
    clip-path: inset(0% 0% 100% 0%);
    opacity: 0;
  }
  to {
    clip-path: inset(0% 0% 0% 0%);
    opacity: 1;
  }
}
.nav-cluster .nav-cluster-elements a {
  display: inline-block;
  color: #111;
  font-size: 13px;
  line-height: 50px;
  margin-top: 0;
  padding: 0!important;
  width: 100%;
  height: 50px
}
.nav-cluster .nav-cluster-elements a:last-child {
  /*background-color: #fff;*/
  /*color: #fff;*/
  box-shadow: unset;
  border-radius: unset
}
.nav-cluster .nav-cluster-elements a:hover {
  background-color: #f67f00;
  color: #fff
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: unset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-block-start: unset;
  margin-block-end: unset;
  margin-inline-start: unset;
  margin-inline-end: unset;
  -o-appearance: none;
  font-size: initial;
  display: inline-block
}
.naved {
  position: fixed;
  height: 70px;
  line-height: 70px;
  background-color: #000;
  background-size: cover;
  background-position: 120% 0px;
  /* box-shadow: 8px 8px 26px rgba(0, 0, 0, .08); */
}
.naved a {
  color: #fff;
}
.naved span.open-menu, .naved span.open-menu:before {
  border-bottom: 4px solid #f67f00 !important;
}
.naved .col-1 img {
  /* width: 80px; */
  transition: .3s ease-in-out;
  /* margin-top: -10px; */
  /* width: 100px; */
}
.naved span {
  color: #f67f00
}
.naved-white {
  position: fixed;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  background-size: cover;
  background-position: 120% 0px;
  box-shadow: 8px 8px 26px rgba(0, 0, 0, .08);
}
.naved-white a {
  color: #111;
}
.naved-pink {
  position: fixed;
  height: 80px;
  line-height: 80px;
  background-color: #021720;
  background-size: cover;
  background-position: 120% 0px;
  box-shadow: 8px 8px 26px rgba(0, 0, 0, .08);
}
.naved-pink a {
  color: #fff;
}
.naved-pink a[href="signup"] {
  background-color: #fff !important;
  color: #000 !important;
}

a {
  text-decoration: none;
  transition: .3s ease-in-out
}
:focus {
  outline: 0
}
@media (min-width:900px) {
::-webkit-scrollbar {
	width: 6px;
    background-color: #fff
  }
  ::-webkit-scrollbar-Thumb {
      background-color: #f67f00 !important;
      border-radius: 5px
  }
  ::-moz-scrollbar {
      width: 10px;
      background-color: #fff
  }
  ::-moz-scrollbar-Thumb {
      background-color: #f67f00 !important;
      border-radius: 4px
  }
  .lg-no-scroll {
      overflow: hidden
  }
  .mobile-only {
      display: none
  }
  .hidden-lg {
      display: none !important
  }
  .col-1 {
      width: calc(100% / 12 * 1);
      position: relative;
      float: left
  }
  .col-2 {
      width: calc(100% / 12 * 2);
      position: relative;
      float: left
  }
  .col-20sp {
    width: calc(100% / 10 * 2);
    position: relative;
    float: left
  }
  .col-3 {
      width: calc(100% / 12 * 3);
      position: relative;
      float: left
  }
  .col-4 {
      width: calc(100% / 12 * 4);
      position: relative;
      float: left
  }
  .col-5 {
      width: calc(100% / 12 * 5);
      position: relative;
      float: left
  }
  .col-6 {
      width: calc(100% / 12 * 6);
      position: relative;
      float: left
  }
  .col-7 {
      width: calc(100% / 12 * 7);
      position: relative;
      float: left
  }
  .col-8 {
      width: calc(100% / 12 * 8);
      position: relative;
      float: left
  }
  .col-9 {
      width: calc(100% / 12 * 9);
      position: relative;
      float: left
  }
  .col-10 {
      width: calc(100% / 12 * 10);
      position: relative;
      float: left
  }
  .col-11 {
      width: calc(100% / 12 * 11);
      position: relative;
      float: left
  }
  .col-12 {
      width: calc(100% / 12 * 12);
      position: relative;
      float: left
  }
  .lg-container {
    width: 92%;
    position: relative;
    float: left;
    margin-left: 4%
  }
  .lg-container-96 {
    width: 96%;
    position: relative;
    float: left;
    margin-left: 2%
  }
  .down-1 {
      margin-top: 1%
  }
  .down-2 {
      margin-top: 2%
  }
  .down-3 {
      margin-top: 3%
  }
  .down-4 {
      margin-top: 4%
  }
  .down-5 {
      margin-top: 5%
  }
  .down-7 {
      margin-top: 7%
  }
  .down-9 {
    margin-top: 9%
  }
  .down-10 {
      margin-top: 10%
  }
  .down-12 {
      margin-top: 12%
  }
  .down-15 {
      margin-top: 15%
  }
  .down-20 {
      margin-top: 20%
  }
  .down-23 {
      margin-top: 23%
  }
  .down-25 {
      margin-top: 25%
  }
  .down-30 {
      margin-top: 30%
  }
  .down-35 {
      margin-top: 35%
  }
  .down-40 {
      margin-top: 40%
  }
  .down-50 {
      margin-top: 50%
  }
  .down-70 {
      margin-top: 70%
  }
  .down-90 {
      margin-top: 90%
  }
  .off-1 {
      margin-left: 8.33%
  }
  .off-2 {
      margin-left: 16.667%
  }
  .off-3 {
      margin-left: 25%
  }
  .off-4 {
      margin-left: 33.33%
  }
  .off-5 {
      margin-left: 41.67%
  }
  .off-6 {
      margin-left: 50%
  }
  .off-7 {
      margin-left: 58.33%
  }
  .off-8 {
      margin-left: 66.67%
  }
  .off-9 {
      margin-left: calc(100% / 12 * 9)
  }
  .off-10 {
      margin-left: 83.3%
  }
  .lg-bottom-100 {
    padding-bottom: 200px !important;
  }
  .bottom-padded {
      padding-bottom: 100px
  }
  .bottom-padded-medium {
      padding-bottom: 50px
  }
  .bottom-padded-light {
      padding-bottom: 30px
  }
  .fl-right-lg {
      float: right
  }
  .slide-out-lg {
      transition: .3s ease-in-out;
      width: 0
  }
  .fake-container {
      width: 96%;
      position: relative;
      float: left
  }
  .fake-container-two {
      width: 96%;
      margin-left: 4%;
      position: relative;
      float: left
  }
  .lg-vh-100 {
      height: 100vh
  }
  .lg-sticky {
      position: sticky;
      top: 80px
  }
  .lg-sticky-no-top {
    position: sticky;
  }
  .lg-magic {
    height: 100vh;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, .06);
    border-radius: 3px;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
  }
  .nav-social-container {
    margin-left: 20% !important;
  }
  .my-feed-dp {
    margin-top: 13.5px !important;
  }
  .post-body {
    max-height: 400px;
  }
  .lg-top-30 {
    margin-top: 30px !important;
  }
  .lg-card-100 {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media (min-width:760px) and (max-width:899px) {
    ::-webkit-scrollbar {
      width: 6px;
      background-color: #fff
    }
    ::-webkit-scrollbar-Thumb {
      background-color: #222;
      border-radius: 5px
    }
    .hidden-md {
      display: none
    }
    .md-1 {
      width: calc(100% / 12 * 1);
      position: relative;
      float: left
    }
    .md-2 {
      width: calc(100% / 12 * 2);
      position: relative;
      float: left
    }
    .md-3 {
      width: calc(100% / 12 * 3);
      position: relative;
      float: left
    }
    .md-4 {
      width: calc(100% / 12 * 4);
      position: relative;
      float: left
    }
    .md-5 {
      width: calc(100% / 12 * 5);
      position: relative;
      float: left
    }
    .md-6 {
      width: calc(100% / 12 * 6);
      position: relative;
      float: left
    }
    .md-7 {
      width: calc(100% / 12 * 7);
      position: relative;
      float: left
    }
    .md-8 {
      width: calc(100% / 12 * 8);
      position: relative;
      float: left
    }
    .md-9 {
      width: calc(100% / 12 * 9);
      position: relative;
      float: left
    }
    .md-10 {
      width: calc(100% / 12 * 10);
      position: relative;
      float: left
    }
    .md-11 {
      width: calc(100% / 12 * 11);
      position: relative;
      float: left
    }
    .md-12 {
      width: calc(100% / 12 * 12);
      position: relative;
      float: left
    }
    .md-container {
      width: 92%;
      position: relative;
      float: left;
      margin-left: 4%;
    }
    .md-off-1 {
      margin-left: 8.33%
    }
    .md-off-2 {
      margin-left: 16.667%
    }
    .md-off-3 {
      margin-left: 25%
    }
    .md-off-4 {
      margin-left: 33.33%
    }
    .md-off-5 {
      margin-left: 41.67%
    }
    .md-off-6 {
      margin-left: 50%
    }
    .md-off-8 {
      margin-left: 66.67%
    }
    .md-down-1 {
      margin-top: 1%
    }
    .md-down-2 {
      margin-top: 2%
    }
    .md-down-3 {
      margin-top: 3%
    }
    .md-down-4 {
      margin-top: 4%
    }
    .md-down-5 {
      margin-top: 5%
    }
    .md-down-8 {
      margin-top: 8%
    }
    .md-down-10 {
      margin-top: 10%
    }
    .md-down-12 {
      margin-top: 12%
    }
    .md-down-15 {
      margin-top: 15%
    }
    .md-down-20 {
      margin-top: 20%
    }
    .md-down-30 {
      margin-top: 30%
    }
    .md-down-40 {
      margin-top: 40%
    }
    .md-down-50 {
      margin-top: 50%
    }
    .md-down-55 {
      margin-top: 55%
    }
    .md-down-80 {
      margin-top: 80%
    }
    .md-down-100 {
      margin-top: 100%
    }
    .md-bottom-padded {
      padding-bottom: 100px
    }
    .md-bottom-100 {
      padding-bottom: 100px !important;
    }
    .md-bottom-padded-medium {
      padding-bottom: 50px
    }
    .md-bottom-padded-light {
      padding-bottom: 30px
    }
    .md-inline {
      display: inline-block!important
    }
    .md-centered {
      text-align: center
    }
    .md-right {
      text-align: right
    }
    .md-left {
      text-align: left!important
    }
    .md-px50 {
      font-size: 50px!important
    }
    .md-px40 {
      font-size: 40px!important
    }
    .md-px30 {
      font-size: 30px!important
    }
    .md-px20 {
      font-size: 20px!important
    }
    .md-px15 {
      font-size: 15px!important
    }
    .md-px10 {
      font-size: 10px!important
    }
    a {
      cursor: default
    }
    .img-container {
      height: 350px!important
    }
    .img-container-tall {
      height: 450px !important;
    }
    .md-closed {
      margin-left: -100%
    }
    .md-opened {
      margin-left: 0
    }
    .name-mobile {
      display: inline-block;
      /* margin-left: 70px */
    }
    .user-id {
      left: 0;
      margin-left: 70px
    }
    table {
      font-size: 11px!important
    }
    .fake-container {
      width: 96%;
      position: relative;
      float: left
    }
    .fake-container-two {
      width: 96%;
      margin-left: 4%;
      position: relative;
      float: left
    }
    .card-container-inner {
      width: 2100%!important
    }
    .card-container-profile-inner {
      width: 200%!important
    }
    .card-container .tab-6 {
      width: calc(30vw - 5px) !important;
    }
    .blog-cards {
      width: 45vw!important;
      position: relative;
      float: left
    }
    .lg-magic {
      height: 100vh;
      box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
      border-radius: 3px;
      background: linear-gradient(to right, rgba(0, 172, 230, .7), rgba(0, 172, 230, .4)), url(../images/y.jpg);
      background-size: cover;
      background-position: center
    }
    .md-mother {
      width: 100%!important;
      position: relative;
      float: left;
      margin-left: 0!important
    }
    .card-profile-video-container {
      height: 250px!important
    }
    .profile-video-play-overlay {
      position: absolute;
      width: 100%;
      height: 250px!important;
      z-index: 2;
      background-color: rgba(0, 0, 0, .5);
      top: 0;
      text-align: center
    }
    .profile-video-play-overlay span {
      font-size: 80px!important;
      color: rgba(255, 255, 255, .6);
      width: 200px!important;
      height: 200px!important;
      display: inline-block;
      border-radius: 50%;
      margin-top: 20px;
      line-height: 200px!important;
      background-color: rgba(255, 255, 255, .2);
      border: .5px solid rgba(255, 255, 255, .2)
    }
    .bg-landing {
      background-attachment: scroll !important;
      /* background-position: center !important; */
    }
    .new-nav-opened {
      width: 100% !important;
      margin-left: 0 !important;
    }
    .new-nav-opened a:first-child {
      margin-top: 200px !important;
    }
    .nav-social-container {
      margin-left: 20% !important;
    }
    .bg-two {
      background-size: cover!important;
      background-attachment: scroll !important;
      height: 350px !important;
      background-position: 60% !important;
    }
    .xs-product-review {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      overflow-y: scroll;
      z-index: 4;
      /* background-color: rgba(0, 0, 0, .8); */
      animation: fadeIn-bottom .5s forwards !important;
      display: none;
    }

    /* Leave it as xs please */
    .xs-fade-in-bottom {
      animation: fadeIn-bottom .5s forwards !important
    }
    .xs-white {
      color: #fff !important;
    }
    .xs-no-top {
      margin-top: 0px !important;
    }
    .xs-no-top-border {
      border-top: none !important;
    }
    .xs-top-border {
      border-top: .5px solid #eee;
    }
    .xs-no-bg-color {
      background-color: rgba(0, 0, 0, .0) !important;
    }
    .xs-no-curves {
      border-radius: 0px !important;
    }
    .xs-no-float {
      float: none !important;
    }

    /* Thank you */

    .ios-transluscent-bar span {
      display: inline-block;
      width: 120px;
      height: 5px;
      border-radius: 3px;
      background-color: rgba(0, 0, 0, .5);
      transition: .3s ease-in-out;
    }
    .ios-transluscent-bar span:hover {
      width: 150px;
      background-color: rgba(0, 0, 0, .2);
    }
    .feed-tiny-icons {
      width: 12px !important;
      height: 12px !important;
    }
    .bottom-navigation {
      width: 50% !important;
      margin-left: 25% !important;
    }
    .bottom-navigation  a.active{
      width: calc(90/100 * (10vw - 2px)) !important;
      height: calc(90/100 * (10vw - 24px)) !important;
    }
    .more-header-options {
      width: 40% !important;
      margin-left: 57% !important;
      margin-top: 91px;
    }
    .love-comment {
      margin-right: 80px !important;
    }
    .parental-control-notification {
      margin-right: 90px !important;
    }

    .md-card-100 {
      width: 100% !important;
      margin-left: 0 !important;
    }
}
@media (max-width:759px) {
    ::-webkit-scrollbar {
      width: 1px;
      background-color: rgba(0, 0, 0, 0) !important;
    }
    ::-webkit-scrollbar-Thumb {
      background-color: rgba(0, 0, 0, .2) !important;
      border-radius: 2px
    }
    .hidden-xs {
      display: none
    }
    .xs-1 {
      width:calc(100% / 12 * 1);
      position: relative;
      float: left
    }
    .xs-2 {
      width: calc(100% / 12 * 2);
      position: relative;
      float: left
    }
    .xs-3 {
      width: calc(100% / 12 * 3);
      position: relative;
      float: left
    }
    .xs-4 {
      width: calc(100% / 12 * 4);
      position: relative;
      float: left
    }
    .xs-5 {
      width: calc(100% / 12 * 5);
      position: relative;
      float: left
    }
    .xs-6 {
      width: calc(100% / 12 * 6);
      position: relative;
      float: left
    }
    .xs-7 {
      width: calc(100% / 12 * 7);
      position: relative;
      float: left
    }
    .xs-8 {
      width: calc(100% / 12 * 8);
      position: relative;
      float: left
    }
    .xs-9 {
      width: calc(100% / 12 * 9);
      position: relative;
      float: left
    }
    .xs-10 {
      width: calc(100% / 12 * 10);
      position: relative;
      float: left
    }
    .xs-11 {
      width: calc(100% / 12 * 11);
      position: relative;
      float: left
    }
    .xs-12 {
      width: calc(100% / 12 * 12);
      position: relative;
      float: left
    }
    .xs-24 {
      width: calc(200% / 12 * 12);
      position: relative;
      float: left
    }
    .xs-scroll-x {
      overflow-x: scroll;
    }
    .xs-container {
      width: 92%;
      position: relative;
      float: left;
      margin-left: 4%
    }
    .xs-mother {
      width: 100%!important;
      position: relative;
      float: left;
      margin-left: 0!important
    }
    .xs-off-1 {
      margin-left: 8.33%
    }
    .xs-off-2 {
      margin-left: 16.667%
    }
    .xs-off-3 {
      margin-left: 25%
    }
    .xs-off-4 {
      margin-left: 33.33%
    }
    .xs-off-5 {
      margin-left: 41.67%
    }
    .xs-off-6 {
      margin-left: 50%
    }
    .xs-down-2 {
      margin-top: 2%
    }
    .xs-down-3 {
      margin-top: 3%
    }
    .xs-down-4 {
      margin-top: 4%
    }
    .xs-down-5 {
      margin-top: 5%
    }
    .xs-down-8 {
      margin-top: 8%
    }
    .xs-off-8 {
      margin-left: 66.67%
    }
    .xs-down-10 {
      margin-top: 10%
    }
    .xs-down-15 {
      margin-top: 15%
    }
    .xs-down-20 {
      margin-top: 20%
    }
    .xs-down-30 {
      margin-top: 30%
    }
    .xs-down-40 {
      margin-top: 40%
    }
    .xs-down-50 {
      margin-top: 50%
    }
    .xs-down-55 {
      margin-top: 55%
    }
    .xs-down-70 {
      margin-top: 70%
    }
    .xs-down-80 {
      margin-top: 80%
    }
    .xs-down-90 {
      margin-top: 90%
    }
    .xs-down-100 {
      margin-top: 100%
    }
    .xs-down-120 {
      margin-top: 120%
    }
    .xs-down-150 {
      margin-top: 150%
    }
    .xs-bottom-300 {
      padding-bottom: 300px !important
    }
    .xs-bottom-200 {
      padding-bottom: 200px !important
    }
    .xs-bottom-100 {
      padding-bottom: 100px !important
    }
    .xs-bottom-70 {
      padding-bottom: 70px !important
    }
    .xs-bottom-50 {
      padding-bottom: 50px !important
    }
    .xs-bottom-30 {
      padding-bottom: 30px !important;
    }
    .xs-bottom-10 {
      padding-bottom: 10px !important;
    }
    .xs-inline {
      display: inline-block!important
    }
    .xs-centered {
      text-align: center
    }
    .xs-right {
      text-align: right
    }
    .xs-left {
      text-align: left!important
    }
    .xs-bold {
      font-weight: bold !important;
    }
    .xs-500 {
      font-weight: 500 !important;
    }
    .xs-px40 {
      font-size: 40px!important
    }
    .xs-px30 {
      font-size: 30px!important
    }
    .xs-px25 {
      font-size: 25px!important
    }
    .xs-px20 {
      font-size: 20px!important
    }
    .xs-px14 {
      font-size: 14px!important
    }
    .xs-px13 {
      font-size: 13px!important
    }
    .xs-px15 {
      font-size: 15px!important
    }
    .xs-px12 {
      font-size: 12px!important
    }
    .xs-px11 {
      font-size: 11px!important
    }
    .xs-px10 {
      font-size: 10px!important
    }
    .xs-px8 {
      font-size: 8px!important
    }
    a {
      cursor: default
    }
    .bg-landing {
      /* height: 7s00px!important; */
      padding-bottom: 50px !important;
      background-attachment: scroll !important;
      /* background-position: 72% !important; */
    }
    .img-container-tall {
      height: 350px !important;
    }
    .lh-110 {
      line-height: 60px !important;
    }
    .pull-up {
      margin-top: 0!important
    }
    .xs-pull-up-100 {
      margin-top: -100px !important;
    }
    .xs-pull-up-200 {
      margin-top: -300px !important;
    }
    .xs-push-11 {
      margin-left: 20px !important;
    }
    .xs-up-10 {
      margin-top: -10px !important;
    }
    .bg-two {
      background-size: cover!important;
      background-attachment: scroll !important;
      /* height: 350px !important; */
      background-position: 60% !important;
    }
    .bg-three {
      background-size: cover !important;
      /*background-repeat: repeat !important;*/
    }
    .img-container-home {
      height: 270px!important;
    }
    .xs-closed {
      margin-left: -100%
    }
    .xs-opened {
      margin-left: 0
    }
    .xs-fixed {
      position: fixed !important;
    }
    .xs-fixed.material-card {
      margin-top: 0 !important;
      box-shadow: 8px 8px 26px rgb(0, 0, 0, .08);
    }
    /* #p-39 {
      margin-top: 39% !important;
    } */
    .name-mobile {
      display: inline-block;
      /* margin-left: 70px */
    }
    .user-id {
      left: 0;
      margin-left: 70px
    }
    table {
      font-size: 11px!important;
      overflow: scroll!important;
      display: table!important
    }
    table th {
      padding: 0 10px
    }
    .card-container-inner {
      width: 2100%!important
    }
    .card-container-profile-inner {
      width: 300%!important
    }
    .blog-cards {
      width: 90vw!important;
      position: relative;
      float: left
    }
    .card-video-img-container {
      height: 250px!important
    }
    .card-profile-video-container {
      height: 200px!important
    }
    .video-play-overlay {
      height: 250px!important
    }
    .video-play-overlay span {
      font-size: 60px!important;
      width: 200px!important;
      height: 200px!important;
      display: inline-block;
      display: inline-block;
      margin-top: 20px;
      line-height: 200px!important
    }
    .profile-video-play-overlay {
      position: absolute;
      width: 100%;
      height: 250px!important;
      z-index: 2;
      background-color: rgba(0, 0, 0, .5);
      top: 0;
      text-align: center
    }
    .profile-video-play-overlay span {
      font-size: 80px!important;
      color: rgba(255, 255, 255, .6);
      width: 200px!important;
      height: 200px!important;
      display: inline-block;
      border-radius: 50%;
      margin-top: 20px;
      line-height: 200px!important;
      background-color: rgba(255, 255, 255, .2);
      border: .5px solid rgba(255, 255, 255, .2)
    }
    .modal-play-overlay {
      position: absolute;
      width: 100%;
      height: 200px!important;
      z-index: 2;
      background-color: rgba(0, 0, 0, .5);
      top: 0;
      text-align: center
    }
    .modal-play-overlay span {
      font-size: 60px!important;
      color: rgba(255, 255, 255, .6);
      width: 180px!important;
      height: 180px!important;
      display: inline-block;
      border-radius: 50%;
      line-height: 180px!important;
      background-color: rgba(255, 255, 255, .2);
      border: .5px solid rgba(255, 255, 255, .2)
    }
    .xs-video-magic {
      position: fixed!important;
      width: 100vw!important;
      z-index: 5!important;
      left: 0!important;
      top: 0;
      margin-top: 60px
    }
    .lg-magic {
      height: 100px;
      box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
      border-radius: 3px;
      background: linear-gradient(to right, rgba(0, 172, 230, .7), rgba(0, 172, 230, .4)), url(../images/befittinglife5.jpg);
      background-size: contain;
      background-repeat: no-repeat;
      /*background-position: center;*/
      background-position: left !important;
    }
    .no-ward {
      z-index: 10 !important;
      height: 50vh !important;
    }
    .no-ward img {
      margin-left: 0 !important;
    }
    .scarf-21 {
      width: 100% !important;
    }
    .img-container {
      height: 450px!important;
    }
    .new-nav-opened {
      width: 100% !important;
      margin-left: 0 !important;
    }
    .new-nav-opened a {
      margin-left: 0 !important;
      font-size: 17px !important;
    }
    .new-nav-opened a:first-child:not(.nav-social) {
      margin-top: 100px !important;
    }
    .new-nav-opened .nav-social-container a {
      font-size: 13px !important;
    }
    input[type='range'] {
      width: 60% !important;
    }
    .form-slider-value {
      width: 38% !important;
      margin-left: 20px !important;
    }
    .xs-chat-box {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 10;
    }
    .chats {
      height: 70vh !important;
      margin-bottom: 300px;
    }
    .actual-chat-container {
      width: 100% !important;
      margin-left: 0 !important;
      margin-top: 0 !important;
      height: 100vh !important;
    }
    .post-body {
      max-height: 500px;
    }
    .arrow-right, .arrow-left {
      margin-top: 30vh !important;
    }
    .material-card.bg-white.xs-12 {
      width: 100% !important;
      margin-left: 0 !important;
    }
    .post-options {
      width: 80% !important;
      margin-right: 10px !important;
    }
    .naved {
      background-size: 200% !important;
      background-repeat: no-repeat;
      background-color: #fff;
    }
    .dp-container img {
      width: 100px !important;
      height: 100px !important;
    }
    .cover-photo-container {
      height: 250px !important;
      margin-top: -20px !important;
      background-size: cover !important;
      background-attachment: scroll !important;
    }
    .message-banner {
      width: 100% !important;
      margin-left: 0% !important;
    }
    #form-super-container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: #000;
      z-index: 113;
    }
    nav .col-1 img {
      /* width: 100% !important; */
      /* height: 60px !important; */
      margin-left: 6px;
    }
    .xs-product-review {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      overflow-y: scroll;
      z-index: 4;
      /* background-color: rgba(0, 0, 0, .8); */
      animation: fadeIn-bottom .5s forwards !important;
      display: none;
    }
    .xs-fade-in-bottom {
      animation: fadeIn-bottom .5s forwards !important
    }
    .xs-white {
      color: #fff !important;
    }
    .xs-no-top {
      margin-top: 0px !important;
    }
    .xs-no-top-border {
      border-top: none !important;
    }
    .xs-top-border {
      border-top: .5px solid #eee;
    }
    .xs-no-bg-color {
      background-color: rgba(0, 0, 0, .0) !important;
    }
    .xs-no-curves {
      border-radius: 0px !important;
    }
    .ios-transluscent-bar span {
      display: inline-block;
      width: 120px;
      height: 5px;
      border-radius: 3px;
      background-color: rgba(0, 0, 0, .5);
      transition: .3s ease-in-out;
    }
    .ios-transluscent-bar span:hover {
      width: 150px;
      background-color: rgba(0, 0, 0, .2);
    }
    .xs-lh-30 {
      line-height: 30px !important
    }
    .xs-dark-text {
      color: #222 !important;
    }
    .xs-faded {
      color: #555 !important;
    }
    .comment-block {
      margin-left: 20px !important;
      width: 80% !important;
    }
    .home-map {
      width: 100% !important;
      margin-left: 0 !important;
    }
    .xs-message-container {
      position: fixed;
      width: 98%;
      margin-left: 1%;
      height: 70px;
      background-color: #fff;
      bottom: 0;
      left: 0;
      padding-bottom: 30px;
    }
    .xs-message-container .message-container{
      margin-top: 15px !important;
    }
    .chat-icons {
      width: 15px !important;
      height: 15px !important;
      margin-left: 13px !important;
    }
    .chat-dp-lg {
      width: 40px !important;
      height: 40px !important;
    }
    .chat-name-lg, .active-status {
      margin-left: 60px !important;
    }
    .active-status {
      margin-top: 30px !important;
    }
    .active-status:after {
      margin-left: 75px !important;
      margin-top: 4px !important;
    }
    .xs-no-float {
      float: none !important;
    }
    .talent-img-container {
      height: 250px !important;
    }
    .caret-img-left {
      margin-top: 40% !important;
      margin-left: -20px !important;
    }
    .caret-img-right {
      margin-top: 40% !important;
      margin-right: -20px !important;
    }
    .event-options-full {
      margin-left: -35px !important;
    }
    .feed-tiny-icons {
      width: 12px !important;
      height: 12px !important;
    }
    .btn-slim-no-font-size {
      height: 40px !important;
      line-height: 40px !important;
    }
    .product-notification-heart {
      margin-right: 0px !important;
    }
    .xs-6 .btn-tiny-long {
      height: 30px !important;
      line-height: 30px !important;
    }
    .love-comment {
      margin-right: -7px !important;
    }
    .product-text-input, .product-textarea-input {
      margin-bottom: 20px !important;
    }
    .notification-popup {
      top: 0 !important;
      width: 100% !important;
      margin-right: 0 !important;
      border-radius: 0 !important;
      margin-bottom: 0 !important;
    }
    .btn-absolute-2 {
      margin-top: -10px !important;
    }
    .mobile-profile-action {
      /* float: left !important; */
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 120px;
      margin-left: 10px;
    }
    .card-container .tab-6 {
      width: calc(40vw - 5px) !important;
    }
    .parental-control-notification {
      margin-right: 20px !important;
    }
    .like-type-image-display {
      margin-left: -44px !important;
    }
    .xs-card-100 {
      width: 100% !important;
      margin-left: 0 !important;
    }
}

/* New classes - push things down in px */
.top-5 {
  margin-top: 5px !important;
}
.top-7 {
  margin-top: 7px !important;
}
.top-10 {
  margin-top: 10px !important;
}
.top-15 {
  margin-top: 15px !important;
}
.top-20 {
  margin-top: 20px !important;
}
.top-30 {
  margin-top: 30px !important;
}
.top-50 {
  margin-top: 50px !important;
}
.top-150 {
  margin-top: 150px !important;
}

/* Padding*/
.padded-10 {
  padding: 10px;
}

/* New classes - pull things up in px */
.up-0 {
  margin-top: 0px !important;
}
.up-3 {
  margin-top: -3px !important;
}
.up-5 {
  margin-top: -5px !important;
}
.up-10 {
  margin-top: -10px !important;
}
.up-15 {
  margin-top: -15px !important;
}
.up-20 {
  margin-top: -20px !important;
}
.up-25 {
  margin-top: -25px !important;
}
.up-30 {
  margin-top: -30px !important;
}
.up-50 {
  margin-top: -50px !important;
}

/* Pull to the left */
.pull-10 {
  margin-right: 4px;
}
/* Push things sideways */
.push-2 {
  margin-left: 2px;
}
.push-5 {
  margin-left: 5px;
}
.push-10 {
  margin-left: 10px;
}
.push-20 {
  margin-left: 20px;
}
.push-30 {
  margin-left: 30px;
}
.right-10 {
  margin-right: 10px;
}
.left-aligned {
    text-align: left
}
.left {
    text-align: left
}
.centered {
    text-align: center
}
.right-aligned {
    text-align: right
}
.right {
    text-align: right
}
.justified {
    text-align: justify
}
.fl-right {
    float: right
}
.fl-left {
    float: left
}
.inline {
    display: inline;
}
.inline-block {
    display: inline-block;
}
.indented {
  text-indent: 10px;
}
.slight-push {
  margin-left: 10px;
}
.push-right {
  margin-right: 10px;
}
.block {
    display: block
}
.box-shadowed {
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}
.no-shadow {
  box-shadow: none !important;
}
.bottom-shadowed {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .1)
}
.box-shadowed-light {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08)
}
.white {
    color: #fff
}
.whitish {
    color: #f1f1f1
}
.dark-text {
    color: #222
}
.more-faded {
  color: #888
}
.a-bit-faded {
  color: #696969
}
.very-faded {
  color: #aaa
}
.faded {
    color: #222
}
.color-code-1 {
    color: #f67f00
}
.bg-color-code-1 {
    background-color: #f67f00
}
.red {
  color: #FF2500
}
.bg-red {
  background-color: #FF2500
}
.bg-color-code-1-faded {
  background-color: #FF7C4C
}
.color-code-2 {
    color: #F1657F;
}
.bg-color-code-2 {
    background-color: #F1657F;
    /*background: linear-gradient(to right, #f67f00, #f67f00);*/
}
.color-code-21 {
    color: #C22B78;
}
.bg-color-code-21 {
    background-color: #C22B78;
}
.border-color-code-21 {
    border: 0.5px solid #C22B78;
}
.color-code-22 {
    color: #3C93FE;
}
.bg-color-code-22 {
    background-color: #3C93FE;
}
/*Good evening Sir
Okay Sir
Thank you Sir
Good evening Sir
I've added the name from Bro Ayotunde Sir
Thank you Sir
*/.border-color-code-22 {
    border: 0.5px solid #3C93FE;
}
.color-code-23 {
    color: #AB2600;
}
.bg-color-code-23 {
    background-color: #AB2600;
}
.border-color-code-23 {
    border: 0.5px solid #AB2600;
}
.color-code-3 {
    color: #03314A;
}
.bg-color-code-3 {
    background-color: #03314A;
}
.color-code-4 {
    color: #0E2A47;
}
.bg-color-code-4 {
    background-color: #0E2A47;
}
/*Mostly found in teacher dashboard*/
.color-code-5 {
    color: #4F84CF;
}
.bg-color-code-5 {
    background-color: #4F84CF;
}
.color-code-6 {
    color: #e7b3b3;
}
.bg-color-code-6 {
    background-color: #e7b3b3;
}
.color-code-7 {
    color: #feb062;
}
.bg-color-code-7 {
    background-color: #feb062;
}
.color-code-8 {
    color: #fc85ae;
}
.bg-color-code-8 {
    background-color: #fc85ae;
}
.color-code-9 {
    color: #001a33;
}
.bg-color-code-9 {
    background-color: #001a33;
}
.border-color-code-9 {
    border: 0.5px solid #001a33;
}
.color-code-10 {
    color: #f67f00;
}
.bg-color-code-10 {
    background-color: #f67f00;
}
.color-code-11 {
  color: #021720;
}
.bg-color-code-11 {
  background-color: #021720;
}
.t-shadowed {
    text-shadow: 0 2px 2px #333
}
.bg-rating {
    background: linear-gradient(to left, #fff, #f7f7f7)
}
.bg-white {
    background-color: #fff
}
.bg-whitish {
    background-color: #f1f1f1
}
.bg-off-white {
  background-color: #F9F9F9
}
.bg-body-whitish {
  background-color: #D0D0D0 !important;
}

.bg-dark {
    background-color: #111
}
.bg-black {
    background-color: #000
}
.bg-black-forced {
    background-color: #000 !important
}
.bg-darkish {
    background-color: rgba(0, 0, 0, .3)
}
.bg-plat {
    background-color: #996
}
.bg-play {
    background: linear-gradient(to right, #f67f00, #fff)
}
.lh-inherit {
  line-height: inherit;
}
.lh-20 {
    line-height: 20px
}
.lh-30 {
    line-height: 30px
}
.lh-38 {
    line-height: 38px
}
.lh-40 {
    line-height: 40px
}
.lh-110 {
    line-height: 110px
}
.lh-1 {
  line-height: 1;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-5 {
  line-height: 1.5;
}

.parallax, .parallaxes {
  transition: .3s ease-in-out;
}
.inherit-line-height {
  line-height: inherit;
}

/* For larger texts , 125% */
.lh-120p {
  line-height: 120%;
}

.px8 {
    font-size: 8px
}
.px9 {
  font-size: 9px
}
.px10 {
    font-size: 10px
}
.px11 {
    font-size: 11px
}
.px12 {
    font-size: 12px
}
.px14 {
    font-size: 14px
}
.px15 {
  font-size: 15px
}
.px16 {
    font-size: 16px
}
.px17 {
    font-size: 17px
}
.px20 {
    font-size: 20px
}
.px22 {
    font-size: 22px
}
.px25 {
    font-size: 25px
}
.px30 {
    font-size: 30px
}
.px40 {
    font-size: 40px
}
.px50 {
    font-size: 50px
}
.px55 {
    font-size: 55px
}
.px60 {
  font-size: 60px
}
.px70 {
  font-size: 70px
}
.px80 {
    font-size: 80px
}
.px100 {
    font-size: 100px
}
.px150 {
    font-size: 150px
}
.px155 {
    font-size: 155px
}
.px200 {
    font-size: 200px
}
.bold {
    font-weight: 700
}
.not-bold {
    font-weight: lighter
}
.italics {
    font-style: italic
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalise {
  text-transform: capitalize;
}
.dark-underlay {
    width: 100%;
    height: 600px;
    background-color: #222
}
.bg-landing {
    width: 100%;
    position: relative;
    float: left;
    padding-bottom: 30px;
    /* height: 700px; */
    /* background: radial-gradient(circle farthest-side at 80% 90%, #F2AF95 20%, #F9D5BB, #EFEBE4 60%, #ECECEB, #E9F0F6); */
    background-size: cover;
    background-image: url(../images/gradient.webp);
    background-size: cover;
    transition: .5s ease-in-out;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.home-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 930px;
  margin-top: -100px;
  margin-left: 25%;
  /* overflow: hidden; */
}
.home-map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: opacity(.2);
}
.blur-scarf {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0);
}
.bg-home {
    width: 100%;
    height: 600px;
    background-image: url(../images/mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: 50%;
    /*animation: slideshow-blue 36s linear infinite*/
}
.bg-pay {
    width: 100%;
    height: 400px;
    background: linear-gradient(to left, rgba(0, 172, 230, .3) 20%, rgba(0, 0, 0, .8)), url(../images/befittinglife5.jpg);
    background-size: cover;
    background-repeat: no-repeat
}
@keyframes slideshow-blue {
    0% {
      background: linear-gradient(to left, rgba(0, 72, 230, 0) 40%, rgba(0, 0, 0, 0)), url(../images/law11.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    20% {
      background: linear-gradient(to left, rgba(0, 172, 230, 0) 40%, rgba(0, 0, 0, 0)), url(../images/law12.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    23% {
      opacity: 0
    }
    25% {
      opacity: 1;
      background: linear-gradient(to left, rgba(0, 172, 230, 0) 40%, rgba(0, 0, 0, 0)), url(../images/law12.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    45% {
      background: linear-gradient(to left, rgba(0, 172, 230, 0) 40%, rgba(0, 0, 0, 0)), url(../images/law12.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    48% {
      opacity: 0
    }
    50% {
      background: linear-gradient(to left, rgba(0, 172, 230, 0) 40%, rgba(0, 0, 0, 0)), url(../images/law12.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    70% {
      background: linear-gradient(to left, rgba(0, 172, 230, 0) 40%, rgba(0, 0, 0, 0)), url(../images/law12.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    73% {
      opacity: 0
    }
    75% {
      background: linear-gradient(to left, rgba(0, 172, 230, 0) 40%, rgba(0, 0, 0, 0)), url(../images/law12.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    95% {
      background: linear-gradient(to left, rgba(0, 172, 230, 0) 40%, rgba(0, 0, 0, 0)), url(../images/law12.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    98% {
      opacity: 0
    }
    100% {
      background: linear-gradient(to left, rgba(0, 172, 230, 0) 40%, rgba(0, 0, 0, 0)), url(../images/law12.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
}
.bg-two {
    width: 100%;
    height: 650px;
    /*margin-left: 2%;*/
    background-image: url(../images/confidence-12.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: -20% -20px;
    position: relative;
    float: left
}
.bg-two-underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #F36983, #E0546E);
  content: "";
  z-index: -1;
}
.bg-three {
    width: 100%;
    /*height: 70vh;*/
    padding-bottom: 100px;
    /*background-image: url(../images/ylf2.jpg);*/
    background: linear-gradient(to right, rgba(21, 131, 102, .7), rgba(101, 166, 23, .9)), url(../images/hcdnetwork-1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
    float: left
}
.dark-scarf {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}
.code-1-scarf {
    width: 100%;
    height: 100.5%;
    background-color: rgba(8, 60, 99, .6)
  }
  .code-3-scarf {
    width: 100%;
    /*height: 100%;*/
    /*padding-bottom: 100px;*/
    height: inherit;
    background-color: rgba(184, 31, 176, .6)
  }
  .scarf-22 {
    width: 40%;
    height: 100%;
    /*margin-left: 40%;*/
    background-color: rgba(0, 0, 0, 1);
    position: relative;
    float: left;
  }
  .scarf-21 {
    width: 60%;
    height: 100%;
    /*margin-left: 40%;*/
    background-color: rgba(0, 0, 0, 1);
    /* background-color: #000; */
    /*background-color: rgba(0, 0, 0, .8);*/
    position: relative;
    float: left;
}
.black-code-1-scarf {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, .6), rgba(0, 172, 230, .3))
}
.white-scarf {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6)
}
.absolute-white-scarf {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 700;
    background-color: rgba(255, 255, 255, .6)
}
.absolute-code-1-scarf {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    z-index: 600
}
.absolute-new-ride {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10
}
.img-container {
    width: 100%;
    height: 500px;
    overflow: hidden
}
.img-container-tall {
  width: 100%;
  height: 700px;
  overflow: hidden;
  border-radius: 20px;
}
.img-container-tallish {
  width: 100%;
  height: 620px;
  overflow: hidden;
}
.img-container-h1 {
  width: 50%;
  height: 600px;
  position: relative;
  float: left;
  overflow: hidden
}
.img-container-h2 {
  width: 50%;
  height: 300px;
  object-position: 50% 50%;
  position: relative;
  float: left;
  overflow: hidden
}
.img-container-h3 {
  width: 50%;
  height: 300px;
  object-position: 50% 50%;
  position: relative;
  float: left;
  overflow: hidden
}
.img-container-h1 img, .img-container-h2 img, .img-container-h3 img {
  width: 95%;
  height: 95%;
  margin-left: 5%;
  object-fit: cover;
  border-radius: 10px;
}
.img-container-h1 img {
  height: 97.5%;
}
.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.svg-tiny {
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  /* background-color: #f67f00; */
  box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.08);
}
.svg-tiny img {
  width: 50%;
  height: 50%;
  margin-top: 25%;
  object-fit: cover;
}

.sign-container {
    width: 60%;
    position: relative;
    float: left;
    height: 50px;
    overflow: hidden
}
.sign-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) contrast(3) brightness(4);
}
.img-testimonial-container {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block
}
.img-testimonial-container img {
    height: 100%;
    object-fit: contain
}
.product-img-container {
    width: 100%;
    height: 170px;
    text-align: center;
    overflow: hidden;
}
.product-img-container img, .product-img-container-full img, .product-img-container-sm img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
    object-position: 0px 0px;
    transition: .3s ease-in-out;
}
.product-img-container-full {
  width: 100%;
  height: 500px;
  text-align: center;
  overflow: hidden;
}
.product-img-container-sm {
  width: 90%;
  margin-left: 5%;
  height: 120px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  transition: .3s ease-in-out;
  border-radius: 3px;
}
.product-img-container-sm img:hover {
  width: 105% !important;
  margin-left: -2.5%;
}
.frame-container {
    width: 100%;
    height: 400px;
    overflow: hidden
}
.frame-container iframe {
    width: 100%;
    height: 350px;
    border: none;
    box-shadow: 0 0 16px rgba(0, 0, 0, .3);
    border-radius: 3px;
    background-color: #eee
}
.footer-logo-container {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -30px;
    margin-left: 10px;
    background-color: #eee;
    overflow: hidden
}
.footer-logo-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*transform: scale(.8)*/
}
.footer-logo-sm {
  width: 100px;
  height: 100px;
  object-fit: contain;
  /*transform: scale(.8)*/
}
.card-news-img-container {
    width: 100%;
    height: 170px;
    overflow: hidden;
    background-color: #fff
}
.card-news-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tiny-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
  z-index: 3;
  background-color: #fff;
  margin-top: -60px;
}
.bg-footer {
  /* background-image: url(../images/Sprinkle.svg); */
  background-attachment: fixed;
}
.footer-overlay {
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  text-align: right;
  overflow: hidden;
}
.footer-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  color: #fff;
}
.footer-content {
  position: relative;
  float: left;
  top: 0;
  width: 100%;
  /*height: auto;*/
  padding-bottom: 30px;
  z-index: 2;
  color: #fff;
  background-position: center;
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url(../images/map.png); */
  background-size: cover;
  overflow: hidden;
}
.hidden {
    display: none
}
.btn-tiny {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 3px;
    transition: .3s ease-in-out
}
.btn-tiny-long {
  display: inline-block;
  position: relative;
  width: calc(100% - 60px);
  height: 35px;
  line-height: 35px;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  transition: .3s ease-in-out
}
.btn-tiny-long.w100 {
  width: 100%;
}
.btn-slim, .btn-same-line {
  display: inline-block;
  padding: 5px 15px;
  font-size: 12px;
  border-radius: 3px;
  transition: .3s ease-in-out
}
.btn-slim-no-font-size {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 96%;
  margin-left: 2%;
  border-radius: 3px;
  transition: .3s ease-in-out
}
.btn-slim-no-font-size i {
  line-height: inherit;
}
.btn-sm {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 30px;
  font-size: 12px;
  border-radius: 3px;
  transition: .3s ease-in-out;
}
.btn-tiny-beside {
  display: inline-block;
  padding: 5px 20px;
  margin-top: -5px;
  font-size: 12px;
  border-radius: 3px;
  transition: .3s ease-in-out;
  cursor: pointer;
}
.btn-curved {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 40px;
    transition: .3s ease-in-out;
    margin-top: 10px
}
.btn-mobile {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    /*border-radius: 3px;*/
    transition: .3s ease-in-out
}
.btn-sharp {
    border: 0;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 30px;
    transition: .3s ease-in-out
}
.btn-sharp-sm {
    display: inline-block;
    padding: 10px 20px;
    border: 0;
    font-size: 12px;
    transition: .3s ease-in-out;
    margin-top: 10px;
    cursor: pointer
}
.btn-absolute {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 35px;
    width: 80px;
    border: 0;
    font-size: 12px;
    transition: .3s ease-in-out;
    line-height: 35px;
    border-radius: 6px;
    margin-top: 11px;
    text-align: center;
    cursor: pointer
}
.btn-absolute-2 {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 10px 30px;
    border: 0;
    font-size: 12px;
    transition: .3s ease-in-out;
    border-radius: 6px;
    margin-top: 11px;
    text-align: center;
    cursor: pointer;
    margin-top: 80px;
    margin-right: 30px;
}
.btn-apply {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 0px;
  border-radius: 3px;
  cursor: pointer;
}
.btn-apply-lg {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  padding: 20px 0px;
  font-size: 20px;
  border-radius: 3px;
  cursor: pointer;
}
.btn-card {
    display: inline-block;
    padding: 10px 30px;
    border: 0;
    border-radius: 30px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
    font-size: 12px;
    transition: .3s ease-in-out;
    margin-top: 10px;
    cursor: pointer
}
/*Still being tested*/
.btn-ard:hover {
  animation: btn-transition 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes btn-transition {
  from {
    clip-path: circle(0%);
  }
  to {
    clip-path: circle(100%);
  }
}
.btn-magic, .btn-magic-2, .btn-download {
  display: inline-block;
  margin-top: 10px;
  width: auto;
  height: auto;
  padding: 10px 20px;
  border: unset;
  border-radius: 30px;
  box-shadow: 8px 8px 26px rgba(0, 0, 0, 0.08);
  position: relative;
  font-size: 12px;
}
.btn-magic:after, .btn-magic-2:after, .btn-download:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "More About Us";
  background-color: #f67f00;
  display: inline-block;
  /*margin-top: 10px;*/
  padding: 10px 20px;
  color: #fff;
  border: unset;
  border-radius: 30px;
  box-shadow: 8px 8px 26px rgba(0, 0, 0, 0.08);
  font-size: 12px;
  /*clip-path: inset(50% 50% 50% 0%);*/
  clip-path: circle(0%);
  transition: 0.3s ease-in-out;
  z-index: 10;
}
.btn-magic-2:after {
  content: "Visit Website" !important; 
}
.btn-download:after {
  content: "Download" !important; 
}
/*.btn-magic-2:hover*/
.btn-magic:hover:after, .btn-magic-2:hover:after, .btn-download:hover:after {
  clip-path: circle(100%);
  /*clip-path: inset(0% 0% 0% 0%);*/
}
.btn-verify {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border: 0;
    font-size: 10px;
    transition: .3s ease-in-out
}
.btn-sub {
    display: inline-block;
    border: 0;
    padding: 8px 30px;
    border-radius: 3px;
    font-size: 13px;
    margin-top: 10px
}
.btn-pay {
    display: inline-block;
    border: 0;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    font-size: 16px;
    margin-top: 10px
}
.btn-sub-sm {
    display: inline-block;
    border: 0;
    width: 30px;
    height: 25px;
    border-radius: 3px;
    font-size: 10px
}
.btn-ref {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 20px;
    border-radius: 3px;
    font-size: 11px
}
.border-color-code-1 {
    border: 1px solid #f67f00
}
.border-color-code-2 {
    border: 1px solid #F1657F;
}
.border-color-code-3 {
    border: 1px solid #333
}
.white-bordered {
    border: 1px solid #fff
}
.faded-bordered {
    border: 1px solid #f7f7f7
}
.dark-bordered {
  border: 1px solid #333
}
.color-to-code-1:hover {
    color: #f67f00
}
.to-color-code-1:hover {
    background-color: #f67f00;
    color: #fff
}
.to-color-code-11:hover {
    background-color: #132542;
    color: #fff
}
.to-color-code-2:hover {
    background-color: #F1657F;
    color: #fff
}
.to-deeper-color-code-2:hover {
    background-color: #6D0000;
    color: #fff
}
.to-white:hover {
    color: #f67f00;
    background-color: #fff
}
.absolute {
    position: absolute
}
.relative {
    position: relative !important
}
.fixed {
    position: fixed !important;
}
.static {
    position: static
}
.sticky {
    position: sticky
}
@keyframes bg-zoom {
    from {
      background-size: 160%
    }
    to {
      background-size: 100%
    }
}
.container {
  width: 92%;
  position: relative;
  float: left;
  margin-left: 4%
}
.container-88 {
  width: 88%;
  position: relative;
  float: left;
  margin-left: 6%
}
.container-96 {
  width: 96%;
  position: relative;
  float: left;
  margin-left: 2%
}
.container-98 {
  width: 98%;
  position: relative;
  float: left;
  margin-left: 1%
}
.mother {
  width: 100%;
  position: relative;
  float: left
}
.z-0 {
  z-index: 0 !important;
}
.z-2 {
  z-index: 2
}
.z-4 {
  z-index: 4
}
.z-5 {
  z-index: 5
}
.z-6 {
  z-index: 6
}
.z-21 {
  z-index: 21
}
.z-21-forced {
  z-index: 21 !important
}
.z-1000 {
  z-index: 700
}
.z-3001 {
  z-index: 3001;
}
.full-screen-wait-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  background-size: 10% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, .95);
  z-index: 3001;
  overflow-x: hidden
}
.wait-modal-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  animation: ov-pulse 1s linear infinite;
}
@keyframes ov-pulse {
  from {
    width: 70px;
    height: 70px;
  }
  50% {
    width: 80px;
    height: 80px;
  }
  to {
    width: 70px;
    height: 70px;
  }
}
.full-screen-wait-modal-top {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, .7);
  z-index: 4200;
  overflow-x: hidden
}
.full-screen-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, .7);
  z-index: 3000;
  overflow-x: hidden;
  transition: .3s ease-in-out;
  top: 0
}
.tap-to-close-modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, .87);
  /* z-index: 2; */
  overflow-x: hidden;
  overflow-y: scroll;
  transition: .3s ease-in-out;
  top: 0;
  cursor: pointer;
  animation: fadeIn .4s linear;
}
#slide-edit-profile {
  z-index: 5;
  width: 100%;
  position: relative;
}
.tap-to-close-modal-content {
  position: absolute !important;
  min-width: 100px;
  top: 0;
  left: 0;
  z-index: 3010;
  transition: .3s ease-in-out;
  animation: fadeIn .4s linear;
}
.tap-to-close-modal-whitish {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, .7);
  z-index: 3000;
  overflow-x: hidden;
  transition: .3s ease-in-out;
  top: 0
}
.tap-to-close-modal-transparent {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.08);
  z-index: 3000;
  overflow-x: hidden;
  transition: .3s ease-in-out;
  top: 0
}
.full-screen-modal.bg-white {
  background-color: #fff;
}
.full-screen-modal-trans {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, .6);
  z-index: 3000;
  overflow-x: hidden;
  transition: .3s ease-in-out;
  top: 0
}
.fake-overlay {
  width: 100%;
  height: 100%;
  /*z-index: 30;*/
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
  overflow: scroll
}
.social-icons {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 12px;
  background-color: #111;
  color: #fff;
  line-height: 35px;
  margin-top: 10px;
  margin-left: 5px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
  text-align: center;
  text-indent: 0;
  position: relative;
  z-index: 11;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.social-icons:after {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  content: "";
  background-color: #000;
  display: inline-block;
  color: #fff;
  border: unset;
  box-shadow: 8px 8px 26px rgba(0, 0, 0, 0.08);
  font-size: 12px;
  /*clip-path: inset(50% 50% 50% 0%);*/
  clip-path: circle(0%);
  transition: 0.5s ease-in-out;
  z-index: -10;
  /* border: .5px solid #f67f00; */
  /* border-bottom: .5px solid #f67f00; */
  /* border-radius: 10px; */
  /*opacity: 0.5;*/
}
.social-icons:hover:after {
  clip-path: circle(100%);
  /*clip-path: inset(0% 0% 0% 0%);*/
}
.social-icons:hover {
  color: #fff;
}
.icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #f7f7f7;
  color: #03314A;
  line-height: 30px;
  /* margin-top: 15px; */
  margin-left: 10px;
  /* border: .5px solid #03314A; */
  border-radius: 5px;
  text-align: center;
  text-indent: 0;
  cursor: pointer;
  transition: .3s ease-in-out;
}
.w-50 {
  width: 50px !important;
}
.icon:hover {
  color: #f7f7f7;
  background-color: #03314A;
}
.mobile-nav {
  width: 100%;
  height: 100vh;
  line-height: 60px;
  background-color: #fff;
  text-align: left;
  position: fixed;
  z-index: 300;
  transition: .7s ease-in-out;
  overflow: scroll;
}
.mobile-nav img {
  width: auto;
  height: 60px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 90px;
  object-fit: contain;
}
.mobile-nav a {
  display: inline-block;
  width: 100%;
  height: 60px;
  font-size: 15px;
  /*background-color: inherit;*/
  color: #f67f00;
  text-indent: 20px;
  transition: .6s ease-in-out;
  margin-left: 0
}
.mobile-nav a:last-child[href="javascript:void(0)"] {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  width: unset;
  text-indent: unset;
  padding: 0 20px
}
.mobile-nav a:first-child[href="pricing"] {
  width: 100%!important;
  margin-top: 100px
}
.mobile-nav a[href="signup"] {
  background-color: #000;
  display: inline-block;
  width: 100%!important;
  /* padding: 10px; */
  color: #fff;
}
.mobile-nav.responsive {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
  position: fixed;
  background-color: #fff;
  overflow: hidden;
}
.mobile-nav.responsive a:not(:last-child) {
  margin-left: -200%;
  display: block;
  z-index: 0
}
.mobile-nav.responsive a:last-child {
  display: inline-block;
  margin-left: 0;
  opacity: 1
}
.mobile-nav.responsive a:first-child {
  line-height: inherit;
  text-indent: 10px;
  margin-top: 0
}
.mobile-cluster {
  position: relative;
  font-size: 14px;
}
.mobile-cluster:hover .mobile-cluster-elements {
  display: inline-block;
}
.mobile-cluster-elements, .m-ir-sub {
  width: 100%;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  font-size: 12px;
  background-color: #eee;
  display: none;
  animation: cluster-animation 0.3s linear;
}
.m-ir-sub {
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  font-size: 12px;
  /*margin-top: 300px;*/
  background-color: #eee;
  display: none;
  animation: cluster-animation 0.3s linear;
}
.m-ir-sub a:first-child {
  margin-top: 200px;
}
.blinker {
  animation: blinker 3s linear infinite;
}
@keyframes blinker {
  from {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes cluster-animation {
  from {
    clip-path: inset(0% 0% 100% 0%);
    opacity: 0;
  }
  to {
    clip-path: inset(0% 0% 0% 0%);
    opacity: 1;
  }
}
a.m-link {
  display: inline-block!important;
  position: absolute!important;
  top: 0!important;
  right: 0!important;
  padding: 10px;
  color: #f67f00;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #fafafa
}
.trans-in {
  animation: trans-in .4s linear
}
@keyframes trans-in {
    from {
      opacity: 0;
      transform: scale(.2)
    }
    to {
      opacity: 1;
      transform: perspective(800px) rotate3d(0, 1, 0, 0deg)
    }
}
.trans-out {
    animation: trans-out .4s linear
}
@keyframes trans-out {
    from {
      opacity: 1
    }
    to {
      opacity: 0;
      transform: scale(.2)
    }
}
.curved {
    border-radius: 30px
}
.curved-sm {
  border-radius: 10px;
}
.curved-5 {
  border-radius: 5px !important;
}
.curved-8 {
  border-radius: 8px !important;
}
.curved-10 {
  border-radius: 10px !important;
}
.curved-12 {
  border-radius: 12px !important;
}
.curved-15 {
  border-radius: 15px !important;
}
.curved-16 {
  border-radius: 16px !important;
}
.curved-20 {
  border-radius: 20px !important;
}
.circled {
  border-radius: 50%;
}
.no-curves {
  border-radius: 0px !important;
}
.no-bottom-curves {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.uncurved {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  margin-left: 15vw;
}
.uncurved-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  margin-left: 0vw;
}
/* #curver, #curver2 {
  transition: .5s ease-in-out;
  border-radius: 0px 0px 50% 50%;
  width: 150%;
  margin-left: -15%;
} */
.edge-curved-slightly {
    border-radius: 4px;
    animation: fadeIn .3s ease-in-out;
}
.m-bottom-50 {
    margin-bottom: 50px
}
.bottom-10 {
    padding-bottom: 10px
}
.bottom-5 {
    padding-bottom: 5px
}
.bottom-15 {
  padding-bottom: 15px
}
.bottom-20 {
  padding-bottom: 20px
}
.bottom-30 {
    padding-bottom: 30px
}
.bottom-50 {
    padding-bottom: 50px
}
.bottom-100 {
    padding-bottom: 100px
}
.bottom-200 {
    padding-bottom: 200px
}
.delayed-animation-p-5 {
  animation-delay: .5s !important;
}
.delayed-animation-1 {
  animation-delay: 1s !important;
}
.delayed-animation-2 {
  animation-delay: 2s !important;
}
.fadeIn {
    animation: fadeIn .3s forwards
}
.fadeOut {
  animation: fadeOut 0.5s forwards !important;
}
.fadeIn-top {
    animation: fadeIn-top .3s linear
}
.fadeOut-bottom {
    animation: fadeOut-bottom .3s linear
}
@keyframes fadeIn {
    from {
      opacity: 0
    }
    to {
      opacity: 1
    }
}
@keyframes fadeOut {
    from {
      opacity: 1
    }
    to {
      opacity: 0
    }
}
@keyframes fadeIn-top {
    from {
      margin-top: -500px;
      opacity: 0
    }
    to {
      margin-top: 0;
      opacity: 1
    }
}
@keyframes fadeIn-bottom {
  from {
    margin-top: 500px;
    opacity: 0
  }
  to {
    margin-top: 0;
    opacity: 1
  }
}
@keyframes fadeInLeft {
    from {
      margin-left: -100px;
      opacity: 0
    }
    to {
      margin-left: 0;
      opacity: 1
    }
}
@keyframes fadeInRight {
    from {
      margin-left: 100px;
      opacity: 0
    }
    to {
      margin-right: 0;
      opacity: 1
    }
}
@keyframes fadeOut-bottom {
    from {
      margin-top: 0;
      opacity: 1
    }
    to {
      margin-top: 500px;
      opacity: 0
    }
}
@keyframes text-fade-in-bottom {
  from {
    margin-top: 30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
::selection {
    background-color: inherit;
    color: inherit;
}
.selectable::selection {
  background-color: #f67f00;
  color: #fff;
}
.LI-badge-container.horizontal.light {
    background-color: #fff
}
.ov-bounce {
    display: inline-block;
    animation: 2s bounce linear infinite
}
@keyframes bounce {
    from {
      margin-top: 5px
    }
    50% {
      margin-top: 25px
    }
    to {
      margin-top: 5px
    }
}
.swipe-notification {
    position: absolute;
    right: 30px;
    bottom: 100px;
    color: #f67f00;
    z-index: 3
}
.card-container {
    width: 92%;
    overflow-x: scroll;
    position: relative;
    float: left;
    margin-left: 4%;
    /* padding-bottom: 20px; */
    background-color: #fafafa
}
.card-container::-webkit-scrollbar, .xs-scroll-x::-webkit-scrollbar, .md-scroll-x::-webkit-scrollbar, .lg-scroll-x::-webkit-scrollbar {
    width: 0px;
    background-color: rgba(0, 0, 0, 0) !important;
}
.card-container::-webkit-scrollbar-Thumb, .xs-scroll-x::-webkit-scrollbar-Thumb, .md-scroll-x::-webkit-scrollbar-Thumb, .lg-scroll-x::-webkit-scrollbar-Thumb {
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 2px
}
.card-container.profile::-webkit-scrollbar {
  width: 0px;
  background-color: rgba(255, 255, 255, 1) !important;
}
.card-container.profile::-webkit-scrollbar-Thumb {
  background-color: rgba(255, 255, 255, 1) !important;
  border-radius: 2px
}
.card-container-inner {
    width: 200%!important
}
.card-container-profile-inner {
    width: 120%
}
.blog-img-container {
    width: 100%;
    height: 150px;
    overflow: hidden
}
.blog-img-container img {
    min-width: 100%;
    height: 100%;
    object-fit: cover
}
.blog-cards {
    width: 25vw;
    position: relative;
    float: left
}
.more-card {
    display: inline-block;
    margin-top: 150px;
    width: 150px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: relative;
    /* float: left; */
}
.more-card-inner {
    width: 92%;
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
    border-radius: 10px;
    color: #fff;
    position: relative;
    float: left;
    margin-left: 4%
}
.card {
    display: block;
    width: 96%;
    margin-left: 2%;
    margin-top: 5%;
    position: relative;
    float: left;
    height: 330px;
    border-radius: 0;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}
.card-link {
    position: absolute;
    bottom: 0;
    margin-left: 4%;
    margin-bottom: 20px
}
.cat-links {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: .5px solid #eee;
    font-size: 12px;
    overflow-x: scroll;
    color: #333
}
.cat-card {
    width: 94%;
    margin-left: 3%;
    margin-top: 5%;
    position: relative;
    float: left;
    height: 150px;
    border-radius: 10px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .3)
}
.testimonial-card {
    width: 94%;
    margin-left: 3%;
    margin-top: 5%;
    position: relative;
    float: left;
    height: 200px;
    border-radius: 0;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}
.padded-card {
    width: 92%;
    margin-left: 4%;
    margin-top: 10px;
    position: relative;
    float: left;
    /*background-color: #fff;*/
    padding-bottom: 15px;
    box-shadow: 8px 8px 26px rgba(0, 0, 0, .08);
    border-radius: 10px;
    transition: .3s ease-in-out;
  }
  .material-card {
    width: 92%;
    padding-bottom: 15px;
    /* overflow-y: hidden; */
    margin-left: 4%;
    margin-top: 10px;
    position: relative;
    float: left;
    /*background-color: #fff;*/
    /*padding-bottom: 15px;*/
    /* box-shadow: 8px 8px 26px rgba(0, 0, 0, .08); */
    border-radius: 3px;
    transition: .3s ease-in-out;
}
.material-card.card-96 {
  width: 96%;
  margin-left: 2%;
}
.news-content {
  width: 100%;
  height: 150px;
  overflow-y: scroll;
}
.lawyer-card {
    width: 92%;
    height: 350px;
    overflow-y: scroll;
    margin-left: 4%;
    margin-top: 10px;
    position: relative;
    float: left;
    background-color: #fff;
    /*padding-bottom: 15px;*/
    box-shadow: 8px 8px 26px rgba(0, 0, 0, .08);
    border-radius: 3px;
    /*text-align: center;*/
}
.bg-yellow {
  background: linear-gradient(to bottom left, #f67f00, #f9c639);
  border-radius: 10px;
}
.bg-red {
  background: linear-gradient(to bottom left, #ff304f, #ff0026);
  border-radius: 10px;
}
.bg-brown {
  background: linear-gradient(to bottom left, #086972, #07585f);
  border-radius: 10px;
}
.bg-brownie {
  background: linear-gradient(to bottom left, #85203b, #67192e);
  border-radius: 10px;
}
.settings-card {
    width: 92%;
    margin-left: 4%;
    margin-top: 5%;
    position: relative;
    float: left;
    background-color: #fff;
    padding-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}
.card-100 {
  width: 100% !important;
  margin-left: 0 !important;
}
.card-home-img-container {
    display: inline-block;
    width: 100%;
    height: 150px;
    /*border-radius: 50%;*/
    align-self: center;
    overflow: hidden;
    /*background-color: #fff;*/
    /*box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);*/
}
.card-home-img-container img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.card-profile-img-container {
    width: 100%;
    height: 100px;
    overflow: hidden
}
.card-profile-img-container img {
    width: 100%;
    height: 100%;
}
.card-video-img-container {
    width: 100%;
    height: 350px;
    overflow: hidden;
    background-color: #222
}
.card-video-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-profile-video-container {
    width: 100%;
    height: 350px;
    /*min-height: 200px;*/
    overflow: hidden;
    background-color: #fff;
}
.card-profile-video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.side-img-container {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}
.side-img-container img {
    width: auto;
    height: 100%;
    transform: scale(1.3)
}
.card-lecturer-img-container {
    width: 100%;
    height: 300px;
    overflow: hidden
}
.card-lecturer-img-container img {
    width: 100%;
    height: 100%;
}
.profile-img-container-admin {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-top: 10px
}
.profile-img-container-admin img {
    width: auto;
    height: 100%;
    margin-left: -15%
}
.img-container-home {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}
.img-container-home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-container-home-tall {
    width: 100%;
    height: 700px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}
.img-container-home-tall img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mobile-img-container {
    width: 100%;
    height: 350px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10% 50%;
    /* border-bottom: 3px solid #F1657F; */
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}
.mobile-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 10% 50%;
    border-top: 10px solid #F1657F;
}
.card-head {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    text-indent: 10px;
    border-radius: 10px 10px 0 0
}
.card-item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-bottom: .5px solid #eee;
    color: #333
}
.card-content span:nth-child(odd) {
    background-color: #f6f6f6;
    color: #f67f00
}
.rate-container {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f1f1f1;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    z-index: 5;
    margin-top: -20px
}
.price {
    right: 0
}
.img-upload {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 10px
}
::placeholder {
  color: #555;
}
.home-form ::placeholder {
  color: #fff;
}
.white-placeholder::placeholder {
  color: #fff;
}
.home-form .form-text-input {
  border: 0.5px solid #fff;
  color: #fff !important;
}
.form-text-input {
  width: 100%;
  height: 50px;
  border-radius: 15px;
  border: .5px solid #fafafa;
  text-indent: 10px;
  font-size: 13px;
  color: #555;
  background-color: #f7f6f6;
  margin-bottom: 10px;
  text-indent: 10px;
}
.form-textarea-input {
    width: 98%;
    min-height: 60px;
    max-height: 120px;
    border-radius: 10px;
    border: 0;
    /* border: .5px solid #f1f1f1; */
    text-indent: 6px;
    color: #222;
    margin-bottom: 10px;
    margin-top: 10px;
    /* background-color: rgba(0, 0, 0, 0); */
    background-color: #F7F6F6;
    resize: unset;
    padding-top: 10px;
    transition: .3s ease-in-out;
}
.form-text-input.negative-vibes, .form-textarea-input.negative-vibes, .negative-vibes {
  outline: 1px solid #ff0026;
}
.plain-input {
  width: 98%;
  min-height: 50px;
  max-height: 100px;
  border-radius: 3px;
  border: 0;
  text-indent: 6px;
  color: #111;
  margin-top: 10px;
  /* background-color: rgba(0, 0, 0, 0); */
  /* resize: unset; */
  padding-top: 10px;
  transition: .3s ease-in-out;
}
.curved-text-input {
  width: 100%;
  height: 44px;
  border-radius: 24px;
  border: .5px solid #f5f5f5;
  text-indent: 10px;
  font-size: 13px;
  color: #555;
  background-color: #fff;
  margin-bottom: 10px;
  text-indent: 10px;
}
.curved-textarea-input {
  width: 99%;
  height: 100px;
  columns: 10;
  border-radius: 24px;
  border: .5px solid #f5f5f5;
  text-indent: 10px;
  font-size: 13px;
  color: #555;
  background-color: #fff;
  margin-bottom: 10px;
  text-indent: 10px;
  resize: unset;
  padding-top: 10px;
}
.form-search-input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: .5px solid #fafafa;
    text-indent: 10px;
    padding-right: 60px;
    padding-left: 5px;
    font-size: 14px;
    color: #555;
    background-color: #f7f6f6;
    margin-bottom: 10px;
    text-indent: 10px;
}
.no-padding-right {
  padding-right: 0 !important;
}
.form-search-input-mobile {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: .5px solid #fafafa;
  text-indent: 10px;
  padding-right: 60px;
  padding-left: 5px;
  font-size: 14px;
  color: #555;
  background-color: #f7f6f6;
  margin-bottom: 23px;
  text-indent: 45px;
}
.form-comment-input {
  width: calc(90% - 10px);
  height: 40px;
  margin-left: 10px;
  border-radius: 5px;
  border: .5px solid #fafafa;
  padding: 10px;
  font-size: 13px;
  color: #555;
  background-color: #f7f6f6;
}
.form-comment-input::-webkit-scrollbar {
  width: 0px;
}
.form-comment-input::placeholder {
  color: #555;
}
.search-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 47px;
    border: 0;
    font-size: 16px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    line-height: 45px;
    margin-top: 1.5px;
    cursor: pointer;
    color: #555;
    background-color: rgba(0, 0, 0, 0.04);
}
.search-button-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 47px;
  border: 0;
  font-size: 16px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  line-height: 45px;
  margin-top: 10px;
  cursor: pointer;
  color: #555;
  background-color: rgba(0, 0, 0, 0);
}

/* SMS */
.form-text-search-input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: .5px solid #fafafa;
  text-indent: 10px;
  font-size: 14px;
  color: #555;
  background-color: #f7f6f6;
  margin-bottom: 10px;
  text-indent: 40px;
}
.form-chat-search-input {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: .5px solid #fafafa;
  text-indent: 20px;
  font-size: 14px;
  color: #555;
  background-color: #f7f6f6;
  margin-bottom: 10px;
  text-indent: 40px;
}
.search-text-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 45px;
  border: 0;
  font-size: 15px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 45px;
  margin-top: -2px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
.search-text-button img {
  width: 60%;
  height: auto;
  margin-left: 20%;
}

.search-button-mobile {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 32px;
    border: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 32px;
    cursor: pointer;
}
.filter-button {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 80px;
  width: 100px;
  height: 35px;
  border: 0;
  /*border-top-right-radius: 3px;*/
  /*border-bottom-right-radius: 3px;*/
  line-height: 35px;
  background-color: #111;
  color: #fff;
  cursor: pointer;
}
.filter-button-mobile {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 40px;
  width: 60px;
  height: 35px;
  border: 0;
  /*border-top-right-radius: 3px;*/
  /*border-bottom-right-radius: 3px;*/
  line-height: 35px;
  background-color: #111;
  color: #fff;
  cursor: pointer;
}
.form-select-input {
    width: 100%;
    height: 30px;
    border-radius: 3px;
    border: 0;
    border-bottom: .5px solid #eee;
    text-indent: 6px;
    color: #555;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0);
}
.form-select-input.white {
  color: #fff;
}
.form-select-input option {
  background-color: #111;
}
.form-select-input option:hover {
  background-color: #fff;
}
.form-select-input-color-code-1 {
    width: 100%;
    height: 35px;
    border-radius: 3px;
    border: .5px solid #fff;
    text-indent: 6px;
    color: #555;
    background-color: #f67f00;
    color: #fff!important
}
.form-select-input-multiple {
    width: 100%;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
    border: .5px solid #ccc;
    text-indent: 6px;
    color: #555;
    margin-bottom: 10px
}
.form-select-input-multiple option {
    background-color: #fff!important;
    height: 30px!important;
    line-height: 30px!important;
    text-indent: 5px!important;
    margin-top: 3px;
    border-radius: 3px
}
.form-select-input-multiple option:selected {
    background-color: #f67f00!important;
    color: #fff!important
}
.h-38 {
    height: 38px
}
.h-200 {
  height: 200px;
}
.h-260 {
  height: 260px;
}
.h-350 {
    height: 350px
}
.h-500 {
    height: 500px
}
.heighted {
    height: 350px
}
.heighted-half {
    height: 280px
}
.heighted-half-two {
    height: 150px
}
.padding-5 {
    padding: 5px
}
.padding-10 {
  padding: 10px
}
.padding-5-10 {
  padding: 5px 10px
}
.btc-container {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -120px
}
.dollar-container {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -120px
}
.eth-container {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 40px
}
.doge-container {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 40px
}
.btc {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    animation: rotate 4s linear infinite;
    animation-delay: 1.5s
}
.dollar {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    animation: rotate-inverse 3s linear infinite;
    animation-delay: 2s
}
.eth {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    animation: rotate 4s linear infinite;
    animation-delay: 2s
}
.doge {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    animation: rotate-inverse 3s linear infinite;
    animation-delay: 1.5s
}
.rt1 {
    animation: rotate 5s linear infinite;
    animation-delay: 2s;
    display: inline-block
}
.rt2 {
    animation: rotate-inverse 6s linear infinite;
    animation-delay: 2s;
    display: inline-block
}
.rt3 {
    animation: rotate 5.2s linear infinite;
    animation-delay: 2s;
    display: inline-block
}
.rt4 {
    animation: rotate-inverse 4s linear infinite;
    animation-delay: 2.3s;
    display: inline-block
}
@keyframes rotate {
    from {
      transform: 0;
      margin: 0
    }
    25% {
      margin-top: -30px;
      margin-left: 100px
    }
    50% {
      margin-top: 0;
      margin-left: 150px
    }
    75% {
      margin: 0
    }
}
@keyframes rotate-inverse {
    from {
      transform: 0;
      margin: 0
    }
    25% {
      margin-top: -30px;
      margin-left: -100px
    }
    50% {
      margin-top: 0;
      margin-left: -150px
    }
    75% {
      margin: 0
    }
}
.system-prompt {
  position: fixed;
  top: 85% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1029;
  padding: 5px 12px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 12px;
  color: #fff;
  font-size: 10px;
  display: none;
}
.message-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 29%;
    margin-left: 70%;
    height: 40px;
    margin-top: 7%;
    line-height: 40px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    border-radius: 4px;
    background-color: #4CAF50;
    color: #fff;
    /* text-align: center; */
    animation: .3s fadeIn linear;
    display: none;
    z-index: 4201;
    font-family: 'Poppins';
}
.message-banner span:first-child {
  margin-left: 30px;
  margin-top: 6px;
  margin-right: 10px;
}
.slide-in:hover {
    animation: slide-in 2s
}
.top-bar.admin {
    background-color: #f7f7f7;
}
.top-bar {
    height: 50px;
    line-height: 50px;
    text-indent: 10px;
    position: fixed;
    z-index: 3;
    width: inherit
}
.a-side-bar {
    height: 100vh;
    position: fixed;
    background-color: #f7f7f7;
    /*background: linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 172, 230, .7)), url(../images/befittinglife5.jpg);*/
    z-index: 3;
    border-top-right-radius: 3px;
    overflow-y: scroll;
    width: 50px;
    transition: .2s ease-in-out
}

.a-side-bar .side-bar-item {
    color: #fff!important
}
.a-side-bar .side-bar-item span {
  display: none;
}
.a-side-bar .side-bar-item i {
    color: #555!important
}
.a-side-bar .side-bar-item-switch {
    background-color: #EE5124!important;
    color: #333!important
}
.a-side-bar .side-bar-top {
    background-color: rgba(0, 0, 0, .1)!important
}
.t-side-bar {
    height: 100vh;
    position: fixed;
    background-color: #f67f00;
    /*background: linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 172, 230, .7)), url(../images/befittinglife5.jpg);*/
    z-index: 3;
    border-top-right-radius: 3px;
    overflow-y: scroll;
    transition: .1s ease-in-out
}
.t-side-bar .side-bar-item {
    color: #fff!important
}
.t-side-bar .side-bar-item:hover {
    background-color: #222;
    color: #e7b3b3!important
}
.t-side-bar .side-bar-item i {
    color: #e7b3b3!important
}
.t-side-bar .side-bar-item-switch {
    background-color: #e7b3b3!important;
    color: #333!important
}
.t-side-bar .side-bar-top {
    background-color: rgba(0, 0, 0, .1)!important
}
.p-side-bar {
    height: 100vh;
    position: fixed;
    /*background: #001a33;*/
    background: #f6f6ff;
    z-index: 5;
    border-top-right-radius: 3px;
    overflow-y: scroll;
    transition: .1s ease-in-out
}
.p-side-bar .side-bar-item {
    color: #111!important
}
.p-side-bar .side-bar-item:hover {
    background-color: #001a33;
    color: #fff!important
}
.p-side-bar .side-bar-item:hover i {
  color: #fff !important;
}
.p-side-bar .side-bar-item i {
  color: #001a33!important;
  transition: .2s ease-in-out;
}
.p-side-bar .side-bar-item-switch {
    background-color: #001a33!important;
    color: #f67f00!important
}
.p-side-bar .side-bar-top {
    background: #f7f7f7;
}
.profile-img-container-sm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-top: 3px solid #f67f00;
  border-bottom: 3px solid #f67f00;
  border-right: 3px solid #f67f00;
  border-left: 3px solid #fff;
  overflow: hidden;
  margin: 5px;
  margin-top: 20px;
  background-color: #fff;
}
.profile-img-container-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.side-bar {
    height: 100vh;
    position: fixed;
    background-color: #333;
    z-index: 4;
    border-top-right-radius: 3px;
    transition: .1s ease-in-out
}
.side-bar-top {
    width: 100%;
    height: 230px;
    line-height: 60px;
    background-color: #f8f8f8;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .3)
}
.side-bar-item {
    height: 50px;
    line-height: 50px;
    text-indent: 15px;
    color: #333;
    font-size: 13px;
    transition: .3s ease-in-out;
    border-radius: 3px;
    /*text-transform: uppercase*/
}
.side-bar-item:hover {
    background-color: #222;
    color: #f67f00
}
.side-bar-item i {
    margin-left: -20px;
    padding-right: 10px
}
.side-bar-item-switch {
    height: 50px;
    line-height: 50px;
    text-indent: 15px;
    color: #ddd;
    font-size: 13px;
    background-color: #111;
    transition: .3s ease-in-out;
    border-radius: 3px
}
.side-bar-item-switch:hover {
    background-color: #fff;
    color: #f67f00
}
.side-bar-item-switch i {
    margin-left: -20px;
    padding-right: 10px
}
.tap-close {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    content: "";
    z-index: 4;
    display: none
}
.admin-side-bar {
    height: 100vh;
    position: fixed;
    background-color: #fff;
    z-index: 33;
    border-top-right-radius: 3px;
    overflow-y: scroll;
    transition: .1s ease-in-out
}
.admin-side-bar-top {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2)
}
.admin-side-bar-item {
    height: 50px;
    line-height: 50px;
    text-indent: 15px;
    color: #f67f00;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    transition: .3s ease-in-out;
    border-radius: 3px
}
.admin-side-bar-item:hover {
    background-color: #f67f00;
    color: #fff
}
.link-container:hover .side-bar-item-min {
    display: block;
    animation: fadeIn .5s linear
}
.side-bar-item-min {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    background-color: rgba(0, 0, 0, .4);
    border-bottom: 1px transparent;
    transition: all .3s;
    color: #f67f00;
    text-indent: 15px;
    display: none
}
.side-bar-item-min:hover {
    color: #eee
}
.profile-footer {
    width: 100%;
    height: 6vh;
    line-height: 6vh;
    position: fixed;
    margin-top: 94vh;
    background-color: #333;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    border-top: 2px solid #eee;
    z-index: 50
}
.admin-profile-footer {
    width: 100%;
    height: 6vh;
    line-height: 6vh;
    position: fixed;
    margin-top: 94vh;
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    border-top: 2px solid #eee;
    z-index: 50
}
.profile-img-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    overflow: hidden;
    margin: 5px;
    background-color: #fff
}
.profile-img-container img {
    width: 100%;
    height: auto
}
.profile-pic-container {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    border: 10px solid #f5f5f5;
    box-shadow: 0 -4px 2px rgba(0, 0, 0, .2)
}
.school-logo-container {
  width: 120px;
  height: 120px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 8px 8px 26px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: inline-block;
}
.school-logo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab-school-name {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 130px;
  /*margin-top: 40px;*/
}
.profile-pic {
    width: auto;
    height: 100%;
    transform: scale(1.1);
    margin-left: 10%
}
#main-window {
    transition: .2s ease-in-out;
  background-color: #f7f7f7;
}
.icon-mobile {
    position: relative;
    float: right;
    padding-left: 20px;
    font-size: 15px;
    color: #fff
}
.a-icon-mobile {
    position: relative;
    float: right;
    padding-left: 20px;
    font-size: 15px;
    color: #f67f00
}
.profile-item {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #aaa;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
    color: #333;
    text-indent: 6px;
    margin-top: 5px;
    transition: .3s ease-in-out;
    cursor: pointer
}
.pointer {
    cursor: pointer
}
.profile-item:hover {
    color: #fff;
    background-color: #333
}
.currency-container {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 37px;
    height: 37px;
    background-color: #f1f1f1;
    border-radius: 3px;
    color: #333;
    line-height: 37px;
    text-align: center;
    font-size: 10px
}
.table-container {
    width: 100%;
    overflow-x: auto;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
    border: 2px solid #f8f8f8;
    border-radius: 4px;
    /*max-height: 300px;*/
    overflow-y: scroll
}
.table-container::-webkit-scrollbar {
    background-color: #fff;
    width: 2px!important;
    color: #f9f9f9
}
.table-container::-webkit-scrollbar-Thumb {
    background-color: #fff !important;
    width: 2px!important;
    border-radius: 4px
}
table {
    width: 100%;
    position: relative;
    float: left;
    display: table;
    object-fit: cover;
    border-collapse: collapse;
    border-spacing: 0;
    color: #555;
    font-family: helvetica, arial, sans-serif;
    background-color: unset;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
    animation: fadeIn 0.5s ease-in-out;
}
td,
th {
    border: .5px solid transparent;
    height: 40px;
    font-size: 12px;
    transition: all .3s;
    white-space: nowrap;
    padding: 0 10px
}
th {
    background-color: #001a33;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
th[colspan] {
  border: 0.5px solid #222;
}
tr:nth-child(even) td {
    background-color: #eee;
    color: #666
}
tr:nth-child(odd) td {
    background-color: #f9f9f9;
    color: #f67f00
}
td {
    text-align: center;
    line-height: 45px;
}
#terminal td {
  text-align: left;
}
tr td:hover {
    background: #f67f00;
    color: #fff
}
table.px10 td, table.px10 td th {
  font-size: 11px;
  padding: 0px 5px;
  height: 35px; 
}
.profile-card {
    width: 90%;
    position: relative;
    /* float: left; */
    height: 100px;
    background-color: #fff;
    text-align: center;
    margin-left: 5%;
    line-height: 100px;
    margin-top: 20px;
    display: inline-block;
    box-shadow: 0 2px 16px rgba(200, 200, 200, .4);
    transition: .3s ease-in-out
}
.profile-card:hover {
    box-shadow: 0 4px 32px rgba(200, 200, 200, .4)
}
.profile-card-lg {
    width: 90%;
    position: relative;
    /* float: left; */
    height: 200px;
    background-color: #fff;
    text-align: center;
    margin-left: 5%;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    box-shadow: 0 2px 32px rgba(200, 200, 200, .3);
    transition: .3s ease-in-out
}
.profile-card-lg:hover {
    box-shadow: 0 4px 32px rgba(200, 200, 200, .4)
}
.cover-btn {
    width: 300px;
    height: 50px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    text-align: center;
    margin-left: -100px
}
.down-50vh {
    margin-top: 50vh
}
.wallet-addr {
    background-color: #eee;
    color: #f67f00;
    padding: 10px;
    border-radius: 3px;
    font-size: 11px
}
.transparent {
    opacity: 0
}
.smoothen-transitions {
  transition: .5s ease-in-out;
}
.down-7px {
    margin-top: 7px
}
.down-18px {
    margin-top: 18px
}
.down-23px {
    margin-top: 23px
}
.down-30px {
  margin-top: 30px
}
.down-31px {
  margin-top: 31px
}
.down-51px {
  margin-top: 51px
}
#overlay {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    content: "";
    z-index: 3;
    background-color: rgba(0, 0, 0, 0)
}
#err {
    display: none;
    animation: fadeIn-top .3s linear
}
.block-head {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-top: 10px
}
.block-head span {
    padding-left: 10px
}
.block-body {
    width: 100%;
    position: relative;
    float: left;
    background-color: #eee;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-bottom: 50px
}
.white-card {
    width: 90%;
    position: relative;
    /* float: left; */
    height: 200px;
    background-color: #fff;
    margin-left: 5%;
    margin-top: 20px;
    display: inline-block;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1)
}
.pull-up {
    margin-top: -50px
}
.slant-one {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 400px;
    background-color: #f67f00;
    margin-left: 60%;
    margin-top: 200px;
    transform: skew(-80deg)
}
.slant-two {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 400px;
    border-left: 10px solid #f67f00;
    border-top: 3px solid #f67f00;
    margin-left: 60%;
    margin-top: 200px;
    transform: skew(-80deg) rotate3d(1, 0, 0, 70deg)
}
#test-1, #test-2, #test-3, #test-4, #zestify-1, #zestify-2, #zestify-3, #zestify-4, #zestify-5, #zestify-6, #zestify-7, #yestify-1, #yestify-2, #yestify-3, #yestify-4, #yestify-5, #yestify-6, #yestify-7  {
    display: none;
    animation: testify 9s linear infinite
}
@keyframes testify {
    from {
      opacity: 0
    }
    5% {
      opacity: 1
    }
    95% {
      opacity: 1
    }
    100% {
      opacity: 0
    }
}
.fadeAndZoom9  {
    display: none;
    animation: fadeAndZoom 8s linear infinite
}
@keyframes fadeAndZoom {
    from {
      opacity: 0
    }
    5% {
      opacity: 1
    }
    95% {
      opacity: 1
    }
    100% {
      opacity: 0
    }
}
.talent-zoom-transition  {
    display: none;
    animation: talent-zoom-transition 16s linear infinite
}
@keyframes talent-zoom-transition {
    from {
      transform: scale(1.0)
    }
    5% {
      transform: scale(1.05)
    }
    45% {
      transform: scale(1.2)
    }
    100% {
      transform: scale(1.5)
    }
}
.tooltip-icon {
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 8px;
    border-radius: 50%;
    line-height: 15px;
    margin-left: 10px;
    margin-bottom: 2px;
    border: .5px solid #555;
    cursor: help
}
.tool-tip {
    position: fixed;
    z-index: 1000;
    content: "";
    padding: 20px 30px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    margin-top: 20vh;
    margin-left: 20vw;
    color: #f67f00;
    display: none;
    max-width: 40vh
}
.tool-tip span {
    display: block
}
.tool-tip a {
    padding: 5px 12px;
    background-color: #fff;
    border: .5px solid #f67f00;
    color: #f67f00;
    display: inline-block;
    font-size: 10px;
    margin-top: 10px
}
.tooltip-new {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1029;
  padding: 2px 12px;
  background-color: #555;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  display: none;
}
.user-id {
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 14px
}
.ride-price {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f67f00;
    color: #fff;
    padding: 8px 15px;
    border-bottom-left-radius: 30px;
    font-size: 15px
}
.ride-price-below {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 30px;
    background-color: #f67f00;
    height: 40px;
    min-width: 40px
}
.ride-price-below-two {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 38px;
    border-top-right-radius: 30px;
    background-color: #fff;
    height: 40px;
    min-width: 80px
}
.rating {
    color: #aaa;
    cursor: pointer;
    transition: .3s ease-in-out
}
.rating:hover {
    color: #f67f00;
    font-size: 15px
}
.rating-desc {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 20px;
    font-size: 40px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px;
    text-align: right
}
.ov-bottom-play {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-color: #f67f00;
    width: 100px;
    height: 41px;
    border-top-left-radius: 41px;
    border-bottom-right-radius: 10px
}
.ov-bottom-play-two {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-color: #f67f00;
    width: 68px;
    height: 100px;
    margin-top: -40px;
    border-bottom-right-radius: 10px
}
.ov-bottom-play-three {
    position: absolute;
    content: "";
    bottom: 40px;
    right: 0;
    background-color: #fff;
    width: 140px;
    height: 70px;
    margin-top: -40px;
    border-bottom-right-radius: 70px
}
.fund-withdraw {
    position: fixed;
    top: 0;
    left: calc(50vw - 80px);
    z-index: 1003;
    animation: fadeIn .3s linear
}
.cancel-friend-input {
    color: #888;
    font-size: 12px;
    display: none;
    top: 10px;
    left: -15px;
    position: absolute;
    animation: fadeIn linear
}
.mylivechat_collapsed {
    background-color: #f67f00!important
}
.mylivechat_expanded_text {
    background-color: #f67f00!important
}
.mylivechat_prechat_submit_button {
    background-color: #f67f00!important
}
.adminned th {
    background-color: #333!important
}
.adminned tr:nth-child(odd) td {
    background-color: #f67f00!important;
    color: #fff!important
}
.adminned tr:nth-child(even) td {
    color: #f67f00!important;
    background-color: #fff!important
}
.adminned tr td:hover {
    background: #333!important;
    color: #fff
}
.pre {
    white-space: pre-wrap
}
.name {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 45px;
    margin-top: 80px
}
.play-overlay {
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    text-align: center
}
.play-overlay span {
    font-size: 40px;
    color: rgba(255, 255, 255, .6);
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    line-height: 80px;
    background-color: rgba(255, 255, 255, .2);
    border: .5px solid rgba(255, 255, 255, .2)
}
.profile-play-overlay {
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    text-align: center
}
.profile-play-overlay span {
    font-size: 50px;
    color: rgba(255, 255, 255, .6);
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    line-height: 80px;
    background-color: rgba(255, 255, 255, .2);
    border: .5px solid rgba(255, 255, 255, .2)
}
.video-play-overlay {
    position: absolute;
    width: 100%;
    height: 350px;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    text-align: center
}
.video-play-overlay span {
    font-size: 80px;
    color: rgba(255, 255, 255, .6);
    width: 300px;
    height: 300px;
    display: inline-block;
    border-radius: 50%;
    line-height: 300px;
    background-color: rgba(255, 255, 255, .2);
    border: .5px solid rgba(255, 255, 255, .2)
}
.profile-video-play-overlay {
    position: absolute;
    width: 100%;
    height: 400px;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    text-align: center;
    margin-top: 10px;  
}
.profile-video-play-overlay span {
    font-size: 80px;
    color: rgba(255, 255, 255, .6);
    width: 350px;
    height: 350px;
    display: inline-block;
    border-radius: 50%;
    line-height: 350px;
    background-color: rgba(255, 255, 255, .2);
    border: .5px solid rgba(255, 255, 255, .2)
}
.modal-play-overlay {
    position: absolute;
    width: 100%;
    height: 300px;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    text-align: center
}
.modal-play-overlay span {
    font-size: 80px;
    color: rgba(255, 255, 255, .6);
    width: 250px;
    height: 250px;
    display: inline-block;
    border-radius: 50%;
    line-height: 250px;
    background-color: rgba(255, 255, 255, .2);
    border: .5px solid rgba(255, 255, 255, .2)
}
.side-video-play-overlay {
    position: absolute;
    width: 100%;
    height: 50px;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    text-align: center
}
.side-video-play-overlay span {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    margin-top: 5px;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    line-height: 40px;
    background-color: rgba(255, 255, 255, .2);
    border: .5px solid rgba(255, 255, 255, .2)
}
.viewer {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 46px;
  height: 46.5px;
  /* background-color: #f67f00; */
  top: 0;
  right: 0;
  /* margin-right: 9%; */
  margin-top: 6px;
  line-height: 46.5px;
  color: #aaa;
  cursor: pointer;
}
.viewer-sm {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 46px;
  height: 46.5px;
  /* background-color: #f67f00; */
  top: 0;
  right: 0;
  margin-right: 9%;
  margin-top: 6px;
  line-height: 46.5px;
  color: #aaa;
  cursor: pointer;
}
.view-course {
    padding: 10px 30px 10px 0
}
.iconic {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 300px;
    z-index: 0
}
.iconic img {
    width: 100%;
    height: auto;
    filter: opacity(.1);
    transform: rotate3d(0, 1, 0, 180deg)
}
.tiny {
    width: 60px;
    height: 60px;
    margin-right: 10px
}
.img-section {
    width: 50px;
    height: 50px;
    position: relative;
    float: left
}
.data-section {
    width: 90%;
    height: 50px;
    position: relative;
    float: left;
    margin-left: 60px;
    position: absolute;
    margin-top: 5px;
    top: 0;
    left: 0;
    /* overflow: scroll */
}
.data-section::-webkit-scrollbar {
    background-color: #fff;
    color: #fff
}
.data-section::-webkit-scrollbar-Thumb {
    background-color: #fff
}
.no-scroll {
    overflow: hidden
}
.scroll {
    overflow: scroll;
}
.scroll-x {
  overflow-x: scroll;
}
.scroll-y {
  overflow-y: scroll;
}
.side-courses {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 2%;
    border-bottom: .5px solid #f9f9f9;
    border-top: .5px solid #f9f9f9
}
.step-play {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin-left: 30%;
    opacity: .7
}
.card-contact {
    width: 94%;
    position: relative;
    float: left;
    margin-left: 3%;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}
.step-form, .goog-te-combo {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #333;
    border: .5px solid #ddd;
    border-radius: 7px;
    text-indent: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    background-color: #fff;
}
.product-card-bottom {
  position: absolute;
  width: 92%;
  margin-left: 4%;
  bottom: 0;
  left: 0;
  padding-bottom: 10px;
}
.product-delete-img {
  width: 16px;
  height: 16px;
  object-fit: cover;
  margin-top: 10px;
  /* float: left; */
}
.products-sidebar-img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  /* margin-top: 5px; */
  display: inline-block;
  /* margin-left: 20%; */
}
.product-text-input {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 60px;
  color: #333;
  border: 0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .05);
  border-radius: 4px;
  text-indent: 10px;
  /* margin-bottom: 20px; */
  margin-top: 5px;
  border: .5px solid #ccc;
  background-color: #fff;
  font-weight: 500;
}
.product-textarea-input {
  display: block;
  width: 100%;
  height: 100px;
  /* line-height: 60px; */
  color: #333;
  border: 0;
  border: .5px solid #ccc;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .05);
  border-radius: 4px;
  text-indent: 10px;
  /* margin-bottom: 20px; */
  margin-top: 15px;
  background-color: #fff;
  font-weight: 500;
  resize: none;
}
.product-textarea-input::placeholder {
  color: #555;
  font-weight: 100;
  font-size: 12px;
}
.product-currency-input {
  width: 40px;
  height: 45px;
  border: 0;
  position: absolute;
  background-color: transparent;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .05);
  top: 0;
  margin-top: 5px;
  text-indent: 5px;
  border: .5px solid #ccc;
  margin-left: 0px;
}
.beside-currency-input {
  margin-left: 55px;
  width: calc(100% - 55px);
}
.product-input-label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 17px;
  margin-left: 12px;
  font-size: 13px;
  color: #666;
  pointer-events: none;
  transition: .3s ease-in-out;
}
.product-input-label.removed {
  margin-top: -11px;
  margin-left: 3px;
  color: #aaa;
  font-size: 10px;
}
.product-input-label.currency {
  margin-left: 65px;
}
.suggestions-container {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 50px;
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
  padding-bottom: 5px;
  background-color: #fff;
  box-shadow: 2px 2px 22px rgba(0, 0, 0, .03);
  z-index: 4;
  cursor: pointer;
  display: none;
}
.suggestion {
  margin-top: 10px;
}
.suggestion .line-1 {
  display: block;
  text-indent: 20px;
  font-size: 12px;
}
.suggestion .line-2 {
  display: block;
  text-indent: 20px;
  font-size: 10px;
}
.product-preview-circle-sm {
  display: block;
  width: 50px;
  height: 50px;
  margin-left: calc(50% - 25px);
  border-radius: 50%;
  object-position: center;
  object-fit: contain;
  background-color: #fff;
  overflow: hidden;
}
.step-form-lg {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #333;
  border: 2px solid #B9B9B9;
  border-radius: 7px;
  text-indent: 10px;
  margin-bottom: 20px;
  margin-top: 5px;
  background-color: #fff;
}
.step-form-sm {
  display: block;
    width: 90%;
    height: 45px;
    line-height: 45px;
    color: #333;
    border: .5px solid #eee;
    text-indent: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    background-color: #fff;
}
.score-input {
  display: block;
  width: 80%;
  height: 35px;
  line-height: 35px;
  color: #333;
  border: .5px solid #eee;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
  text-indent: 10px;
  margin-left: 10px;
  margin-top: 9px
}
.score-input-aux {
  display: block;
  text-align: center;
  width: 80%;
  height: 25px;
  line-height: 25px;
  color: #333;
  border: .5px solid #eee;
  box-shadow: 0px 2px 16px rgba(200, 200, 200, 0.1);
  text-indent: 10px;
  margin-left: 10px;
  margin-top: 9px;
  margin-bottom: 9px
}
.step-form-mobile {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #555;
    border: .5px solid #888;
    background-color: #333;
    text-indent: 10px;
    font-size: 16px;
    margin-top: 20px
}
.step-date {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #aaa;
    border: .5px solid #eee;
    text-indent: 10px;
    margin-bottom: 10px
}
.iti.iti--allow-dropdown {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #aaa;
    border: .5px solid #eee;
    margin-top: 10px;
    padding-right: 0
}
.step-text-area {
    width: 99.5%;
    height: 150px;
    border: .5px solid #ddd;
    text-indent: 10px;
    margin-top: 10px;
    color: #333;
    border-radius: 7px;
}
.step-submit {
    width: 100px;
    height: 40px;
    border-radius: 5px;
    margin-top: 10px
}
.bg-login {
    /*background: linear-gradient(to right, rgba(0, 172, 230, .7), rgba(0, 172, 230, .4)), url(../images/befittinglife6.jpg);*/
    /*background-image: url(../images/royal-palm-logo.jpg);*/
    background-position: 50%;
    background-color: #333;
}
.bg-register {
    background: linear-gradient(to top right, rgba(0, 0, 0, .5), rgba(8, 60, 99, .7)), url('../images/YAOFI Logo(Colour).png');
    /*filter: blur(2px);*/
    background-position: 50%;
    background-size: cover;
}
.home-widget {
    width: 92%;
    margin-left: 4%;
    margin-top: 10px;
    position: relative;
    float: left;
    background-color: #fff;
    height: 250px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
    border-radius: 3px;
    background-size: cover
}
.side-card-scroll {
    overflow-y: scroll!important;
    max-height: 800px
}
.side-card-scroll::-webkit-scrollbar {
    background-color: #fff;
    color: #eee;
    width: 5px
}
.side-card-scroll::-webkit-scrollbar-Thumb {
    background-color: #eee;
    border-radius: 10px
}
.cat-links::-webkit-scrollbar {
    background-color: #fff;
    color: #fff;
    width: 0
}
.cat-links::-webkit-scrollbar-Thumb {
    background-color: #fff;
    border-radius: 10px
}
iframe {
    z-index: 100
}
.reorder-list {
    display: block;
    height: 20px;
    line-height: 20px;
    font-weight: 700
}
.reorder-input {
    width: 40px;
    height: 20px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
    border: 0;
    text-indent: 10px;
    color: #555
}
.btn-underlined {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 50px 6px 0px;
  border-radius: 3px;
  font-size: 12px;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.btn-simple {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 50px 6px 10px;
  border-radius: 3px;
  font-size: 12px;
  position: relative;
}
.btn-simple:after {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 15px;
  margin-right: 20px;
  content: "";
  width: 15px;
  border-top: 2px solid #3BC2F0;
}
.btn-simple:before {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 13px;
  margin-right: 13px;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #3BC2F0;
  border-right: 2px solid #3BC2F0;
  transform: rotate(45deg);
}
.btn-controller {
    display: inline-block;
    width: 32%;
    position: relative;
    /* float: left; */
    margin-top: 2px;
    margin-left: 1%;
    border-left: 0;
    border-right: 0;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: .3s ease-in-out
}
.playing:before {
    content: "";
    color: #fff;
    z-index: 2;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #f67f00;
    border-bottom: 5px solid transparent;
    margin-left: -20px;
    margin-top: 15px;
    animation: playing 10s linear infinite
}
@keyframes playing {
    0% {
      border-left: 10px solid #f67f00
    }
    20% {
      border-left: 10px solid #3a9
    }
    40% {
      border-left: 10px solid #3a9
    }
    60% {
      border-left: 10px solid #f67f00
    }
    80% {
      border-left: 10px solid #333
    }
    100% {
      border-left: 10px solid #f67f00
    }
}
.note-container {
    position: fixed;
    background-color: #fff;
    z-index: 300;
    margin-top: 30%;
    width: 45%;
    float: left;
    margin-left: 50%;
    padding-bottom: 30px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}
.note-close {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    z-index: 3
}
.locked {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    font-size: 10px;
    margin-left: -40px;
    padding: 5px 30px;
    color: #f67f00
}
.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df
}
.StripeElement--invalid {
    border-color: #fa755a
}
.StripeElement--webkit-autofill {
    background-color: #fefde5!important
}
.underlined {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.top-bordered {
  border-top: .5px solid #eee;
}
.bottom-bordered {
  border-bottom: 1px solid #ddd;
}
.bottom-bordered-whitish {
  border-bottom: 1px solid #f4f4f4;
}
.left-bordered {
  border-left: 2px solid #f3f3f3;
  margin-left: -2px;
}
.err-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    border-radius: 4px;
    background-color: #f67f00;
    color: #fff;
    text-align: center;
    animation: .3s fadeIn linear;
    display: none
}
#loader {
    opacity: 0
}
#loader1 {
  opacity: 0
}
#loader2 {
  opacity: 0
}
.atm1 {
  width: 94%;
  position: relative;
  float: left;
  margin-left: 3%;
  border-radius: 4px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
  height: 200px;
  overflow: hidden;
  background: linear-gradient(to right, rgba(0, 0, 0, .9), rgba(0, 172, 230, .4)), url(../images/atm1.jpg);
  background-size: cover;
  background-position: center
}
.atm2 {
  width: 94%;
  position: relative;
  float: left;
  margin-left: 3%;
  border-radius: 4px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
  height: 200px;
  overflow: hidden;
  background: linear-gradient(to right, rgba(0, 0, 0, .9), rgba(0, 172, 230, .4)), url(../images/atm3.jpg);
  background-size: cover;
  background-position: center
}
.comments-block {
	width: 96%;
	position: relative;
	float: left;
	padding-bottom: 30px;
	background-color: #f9f9f9;
	border-radius: 3px;
	padding: 2%;
	border: 0.5px solid #888;
}
.comment {
	width: 98%;
	position: relative;
	float: left;
	padding: 1%;
	background-color: rgba(6,84,70, 0.7);
	border-radius: 10px;
	margin-top: 10px;
}
.comment-img-container {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
}
.comment-img-container img {
	width: auto;
	height: 100%;
	transform: scale(1.5);
}
.comment span.Salsa.white {
	font-size: 14px;
	margin-left: 10px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 70px;
	margin-top: 20px;
}
.comment div {
	color: #fff;
	font-size: 12px;
}
.btn-comment {
	width: 80px;
	height: 38px;
	border-radius: 3px;
	font-size: 12px;
	background-color: #f67f00;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	border: 0.5px solid #eee;
}
.form-text-input-short {
	width: 50%;
	height: 35px;
	border-radius: 3px;
	border: 0.5px solid #eee;
	text-indent: 6px;
	color: #555;
	margin-bottom: 10px;
}
.reg-card {
	width: 90%;
	position: relative;
	/* float: left; */
	height: 100px;
	background-color: #fff;
	text-align: center;
	margin-left: 5%;
	line-height: 100px;
	margin-top: 20px;
	border-radius: 10px;
	display: inline-block;
	box-shadow: 0px 2px 16px rgba(200, 200, 200, 0.4);
}
.module-container {
	width: 100%;
	max-height: 50vh;
	overflow: scroll;
	padding: 30px 0px;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
	background-color: #f8f8f8;
}
.linked {
  color: blue;
  text-decoration: underline !important;
}
.clip-polygon-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f67f00;
  clip-path: polygon(70% 100%, 100% 60%, 100% 100%);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.8);
  z-index: 20;
}
.clip-polygon-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #090960;
  clip-path: polygon(60% 100%, 100% 60%, 100% 100%);
  z-index: 20;
}
.clip-circle-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #507586;
  clip-path: circle(15% at 98% 5%);
}
.clip-circle-11 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #406576;
  clip-path: circle(10% at 98% 5%);
}
.clip-circle-12 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #305566;
  clip-path: circle(5% at 98% 5%);
}
.clip-circle-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  clip-path: circle(1% at 2% 5%);
  animation: circle-animation-1 40s linear infinite;
}
.clip-circle-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(#f67f00, #292980, #393990, #fff);
  clip-path: circle(5% at 14% 32%);
  animation: circle-animation-2 40s linear infinite;
  animation-delay: 3s;
}
.h-100 {
  height: 100vh;
}
.h-70 {
  height: 70vh;
}
.h-100p {
  height: 100%;
}
@keyframes circle-animation-1 {
  0% {
    margin: 0;
  }
  10% {
    margin-top: 10%;
  }
  30% {
    margin-top: 14%;
    margin-left: 2%;
  }
  50% {
    margin-top: 17%;
    margin-left: 43%;
  }
  70% {
    margin-top: 8%;
    margin-left: 60%;
  }
  93% {
    margin-top: 20%;
    margin-left: 10%;
  }
  100% {
    margin: 0;
  }
}
@keyframes circle-animation-2 {
  0% {
    margin: 0;
  }
  10% {
    margin-top: 20%;
  }
  30% {
    margin-top: 14%;
    margin-left: 10%;
  }
  70% {
    margin-top: 40%;
    margin-left: -10%;
  }
  100% {
    margin: 0;
  }
}
.plus-beside {
  position: absolute;
  top: 0;
  right: 0;
  /*margin-top: 5px;*/
  font-size: 20px;
  margin-right: 20px;
}
.color-blue { color: rgba(156, 202, 235, 1) !important;}
.color-orange { color: rgba(247, 167, 0, 1) !important;}
.color-green { color: rgba(153, 198, 109, 1) !important;}
.color-yellow { color: rgba(249, 233, 0, 1) !important;}
.absolute-view {
  position: absolute;
  border: 0.5px solid #eee;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 0;
  right: 0;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 13px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
}
.title-container {
  width: 100vw;
  position: relative;
  float: left;
  overflow-x: scroll;
}
.title-container-inner {
  width: 3000%
}
.big-model {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 30px;
  font-size: 30px;
  color: #eee;
  opacity: 0.4;
  z-index: 2;
  margin-right: 15px;
}
.top-chip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  opacity: 0.4;
  clip-path: polygon(85% 0%, 91% 10%, 97% 0%);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.8);
  z-index: 20;
  border-radius: 10px;
}
.wierd-shadow {
  /* box-shadow: 2px 2px 2px #f67f00; */
  background: linear-gradient(to top right, #fff, 60%, #f8f8f8) !important;
}
.fa-times-old {
  display: inline-block;
  content: "";
  width: 36px;
  height: 30px;
  border-bottom: 2px solid #f67f00;
  transition: 0.3s ease-in-out;
  transform: rotate(45deg);
  position: relative;
  margin-top: -40px;
}
.fa-times-old:before {
  display: inline-block;
  content: "";
  width: 30px;
  margin-right: 12px;
  height: 30px;
  border-bottom: 2px solid #f67f00;
  transition: 0.3s ease-in-out;
  position: absolute;
  transform: rotate(270deg);
  top: 0;
  right: 0;
  margin-top: 10px;
}
.fa-close {
  display: inline-block;
  content: "";
  width: 36px;
  height: 30px;
  border-bottom: 2px solid #f67f00;
  transition: 0.3s ease-in-out;
  transform: rotate(45deg);
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
}
.fa-close:before {
  display: inline-block;
  content: "";
  width: 30px;
  margin-right: 12px;
  height: 30px;
  border-bottom: 2px solid #f67f00;
  transition: 0.3s ease-in-out;
  position: absolute;
  transform: rotate(270deg);
  top: 0;
  right: 0;
  margin-top: 10px;
}
.fa-hamburger {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  border-bottom: 2px solid #f67f00;
  transition: 0.3s ease-in-out;
  /*transform: rotate(45deg);*/
  position: relative;
  margin-top: 10px;
  /* margin-left: -8px; */
}
.fa-hamburger:before {
  display: inline-block;
  content: "";
  width: 20px;
  margin-right: 10px;
  height: 30px;
  border-bottom: 2px solid #f67f00;
  transition: 0.3s ease-in-out;
  position: absolute;
  /*transform: rotate(270deg);*/
  top: 0;
  right: 0;
  margin-top: -10px;
}

/* Animated nav icons */
.fun-open {
	display: inline-block;
	content: "";
	width: 32px;
	height: 30px;
	border-bottom: 2px solid #f67f00;
	position: relative;
  margin-top: 8px;
}
.fun-open:before {
	display: inline-block;
	content: "";
	width: 20px;
	margin-right: 12px;
	height: 30px;
	border-bottom: 2px solid #f67f00;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -8px;
}
.fun-close {
	display: inline-block;
	content: "";
	width: 36px;
	height: 30px;
	border-bottom: 2px solid #f67f00;
	transform: rotate(45deg);
	position: relative;
  margin-top: 8px;
}
.fun-close:before {
	display: inline-block;
	content: "";
	width: 30px;
	margin-right: 12px;
	height: 30px;
	border-bottom: 2px solid #f67f00;
	position: absolute;
	transform: rotate(270deg);
	top: 0;
	right: 0;
	margin-top: 10px;
}
.icon-close {
	animation: icon-animate-close 0.3s linear;
}
.icon-close:before {
	animation: icon-animate-close-before 0.3s linear;
}
.icon-open {
	animation: icon-animate-open 0.3s linear;
}
.icon-open:before {
	animation: icon-animate-open-before 0.3s linear;
}
@keyframes icon-animate-close {
	from {
		display: inline-block;
		content: "";
		width: 32px;
		height: 30px;
		border-bottom: 0.5px solid #f67f00;
		transform: rotate(0deg);
		position: relative;
	}
	to {
		display: inline-block;
		content: "";
		width: 36px;
		height: 30px;
		border-bottom: 0.5px solid #f67f00;
		transform: rotate(45deg);
		position: relative;
	}
}
@keyframes icon-animate-close-before {
	from {
		display: inline-block;
		content: "";
		width: 20px;
		margin-right: 12px;
		height: 30px;
		border-bottom: 0.5px solid #f67f00;
		position: absolute;
		transform: rotate(0deg);
		top: 0;
		right: 0;
		margin-top: -8px;
	} 
	to {
		display: inline-block;
		content: "";
		width: 30px;
		margin-right: 12px;
		height: 30px;
		border-bottom: 0.5px solid #f67f00;
		position: absolute;
		transform: rotate(270deg);
		top: 0;
		right: 0;
		margin-top: 10px;
	}
}
@keyframes icon-animate-open {
	to {
		display: inline-block;
		content: "";
		width: 32px;
		height: 30px;
		border-bottom: 0.5px solid #f67f00;
		transform: rotate(0deg);
		position: relative;
	}
	from {
		display: inline-block;
		content: "";
		width: 36px;
		height: 30px;
		border-bottom: 0.5px solid #f67f00;
		transform: rotate(45deg);
		position: relative;
	}
}
@keyframes icon-animate-open-before {
	to {
		display: inline-block;
		content: "";
		width: 20px;
		margin-right: 12px;
		height: 30px;
		border-bottom: 0.5px solid #f67f00;
		transform: rotate(0deg);
		position: absolute;
		top: 0;
		right: 0;
		margin-top: -8px;
	} 
	from {
		display: inline-block;
		content: "";
		width: 30px;
		margin-right: 12px;
		height: 30px;
		border-bottom: 0.5px solid #f67f00;
		position: absolute;
		transform: rotate(270deg);
		top: 0;
		right: 0;
		margin-top: 10px;
	}
}

@media print {
  .print {
    display: block !important;
  }
  .unprint {
    display: none;
  }
  table {
    box-shadow: unset;
    display: table;
  }
  td,
  th {
      border: .5px solid #eee;
      height: 20px;
      line-height: 20px;
      font-size: 9px;
      transition: all .3s;
      white-space: nowrap;
      padding: 0;
      text-align: left;
      text-indent: 5px;
  }
  th {
    background-color: #f67f00;
  }
  .step-form-sm {
    font-size: 9px;
    height: 15px;
    line-height: 15px;
  }
  .p-down-1 {
    margin-top: 1%;
  }
  .p-down-2 {
    margin-top: 2%;
  }
  .print-6 {
    width: 50%;
    position: relative;
    float: left;
  }
}
.no-ward {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  text-align: right;
}
.no-ward img {
  width: 100%;
  height: auto;
  margin-left: 30%;
}
.canvas {
  background-color: #fff;
}
.beta {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  border-radius: 5px;
  background-color: #f5f50f;
  border: 0.5px solid #abab0e;
  color: #222;
  font-size: 7.3px;
}
.request-admission {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  /*width: 80px;*/
  /*height: 30px;*/
  padding: 10px 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  background-color: #f67f00;
  color: #fff;
  font-size: 13px;
}
.full-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-img-container {
    width: 100%;
    height: 750px;
    text-align: center;
    overflow: hidden;
}
.gallery-img-container img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: contain;
    top: 0;
    transition: 0.4s ease-in-out;
}
.events-img-container {
    width: 100%;
    height: 400px;
    text-align: center;
    overflow: hidden;
}
.events-img-container img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
}
.box-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 30px;
  width: 200px;
  height: 200px;
  background-image: url(../images/dark-world.jpg);
  background-size: cover;
  margin-right: 20px;
}
.box-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -30px;
  z-index: 2;
  width: 150px;
  height: 150px;
  background-image: url(../images/yaofi-7.jpg);
  background-size: cover;
  margin-right: 100px;
}


/*New Nav*/
.blur-underlay {
  position: fixed;
  width: 50%;
  height: 100vh;
  content: "";
  top: 0;
  left: 0;
  z-index: 340;
  filter: blur(7px);
  filter: brightness(20px);
  font-size: 109px;
  background-color: rgba(0, 0, 0, .08);
}
.new-nav-opened {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 340;
  background-size: cover;
  background-color: #fff;
  /* background-color: rgba(255, 255, 255, 0.98); */
  width: 100%;
  /* margin-left: 50%; */
  height: 100%;
  /*transition-duration: 0.7s;*/
  display: none;
  animation: fadeIn .5s linear;
  animation-fill-mode: forwards;
}
.new-nav-opened img {
  width: 150px;
  height: 150px;
  position: fixed;
  top: 0;
  margin-left: calc(50% - 75px);
  text-align: center;
  opacity: 0;
  animation: fadeIn 0.8s forwards;
  animation-delay: 2.8s;
}
.new-nav-opened a {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-left: 20%;
  /*text-align: right;*/
  padding: 20px 20px;
  transition: 0.3s ease-in-out;
  z-index: 10;
}
.new-nav-opened a:first-child {
  margin-top: 70px;
  animation: 0.9s fadeIn forwards;
}
.new-nav-opened a:not(:first-child) {
  opacity: 0;
  animation: 0.9s text-fade-in-bottom forwards;
  animation-delay: 0.4s;
}
.nav-social-container {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 20px;
}
.nav-social-container a {
  display: inline-block;
  font-size: 13px;
  color: #f67f00;
  font-weight: lighter;
  padding: 10px 30px;
  opacity: 0;
  animation-delay: 1.2s !important;
  margin-left: 0%;
}
.nav-social-container a:nth-child(3), .nav-social-container a:nth-child(4) {
  color: #666;
}
.open-menu {
  display: inline-block;
  content: "";
  width: 42px;
  height: 35px;
  border-bottom: 4px solid #f67f00;
  position: relative;
}
.open-menu:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  border-bottom: 4px solid #f67f00;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -8px;
}
.close-menu {
  display: inline-block;
  content: "";
  width: 42px;
  height: 35px;
  border-bottom: 4px solid #f67f00;
  position: fixed;
  top: 0;
  right: 0;
  transform: rotate(220deg);
  margin: 30px;
  cursor: pointer;
  z-index: 3;
}
.close-menu:before {
  display: inline-block;
  content: "";
  width: 42px;
  height: 30px;
  border-bottom: 4px solid #f67f00;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-right: 10px;
  transform: rotate(-90deg);
  cursor: pointer;
}
.house-showcase {
  width: 92%;
  position: relative;
  float: left;
  margin-left: 4%;
  height: 450px;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  margin-top: 40px;
}
.house-showcase .house-img-container {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.house-showcase.property {
  height: 450px;
}

/*Similar structure, shorter for news*/
.house-showcase .news-img-container {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.house-showcase div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s ease-in-out;
}
.house-showcase img:hover {
  transform: scale(1.1);
}
.type-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8;
  width: 80px;
  height: 50px;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.scroller {
  transition: 0.5s ease-in-out;
}


/*Range Css*/
/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type='range'] {
    /*overflow: hidden;*/
    /*overflow-y: auto;*/
    width: 75%;
    height: 5px;
    appearance: none;
    -webkit-appearance: none;
    background-color: #eee;
  }
  
  input[type='range']::-webkit-slider-runnable-track {
    height: 30px;
    -webkit-appearance: none;
    color: #f67f00;
    margin-top: -1px;
  }
  
  input[type='range']::-webkit-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    height: 10px;
    z-index: 3;
    cursor: ew-resize;
    border-radius: 50%;
    margin-top: 10px;
    background: #f67f00;
    /*box-shadow: 1000px 0 0 100px #f67f00;*/
  }

}
/** FF*/
input[type="range"]::-moz-range-progress {
  background-color: #f67f00; 
}
input[type="range"]::-moz-range-track {  
  background-color: #f67f00;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: #f67f00; 
}
input[type="range"]::-ms-fill-upper {  
  background-color: #f67f00;
}


.arrow-right {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  margin-top: calc(50vh - 25px);
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 50px !important;
  cursor: pointer;
}
.arrow-left {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  margin-top: calc(50vh - 25px);
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 50px !important;
  cursor: pointer;
}
.arrow-left i, .arrow-right i {
  display: inline-block;
  line-height: 50px;
}

/*#723315
#08171e
#e94a47
27176F*/
/*#eecd80*/
/*#5d2017



/* New chunks */
.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(230,235,239,var(--tw-bg-opacity));
}

.header {
  width: 100%;
  height: 90px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  background-color: #fff;

}
.header .col-3 img {
  width: 60px;
  height: 60px;
  margin-top: 20px;
  margin-left: 20px;
}
.header .xs-2 img {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  margin-left: 10px !important;
  margin-top: 55px !important;
}
/* .header-icons {
  color: #555;
  width: 30px;
  text-align: center;
  font-size: 25px;
  display: inline-block;
  margin-top: 10px;
  margin-left: 50px;
  cursor: pointer;
} */
.header-icons {
  color: #555;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 25px;
  display: inline-block;
  margin-top: 10px;
  margin-left: calc(100% / 15);
  cursor: pointer;
}
.header-name {
  color: #555;
  font-size: 16px;
  display: inline-block;
  position: relative;
  line-height: 40px;
  margin-top: -20px;
  /* line-height: 100px; */
  margin-left: 10px;
}
.header-name.color-code-1 {
  color: #f67f00;
}
.header-donate {
  color: #333;
  font-size: 16px;
  display: inline-block;
  position: relative;
  margin-top: 5px;
  margin-left: 20px;
}
.header-img-container {
  width: 30px;
  position: relative;
  float: left;
  height: 30px;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 50%;
  image-rendering: crisp-edges;
}
.header-text-beside-image {
  /* display: inline-block; */
  position: relative;
  float: left;
  left: 0;
  top: 0;
  margin-top: 20px;
}
.world-icon-container {
  display: inline-block;
  margin-top: 10px;
}
.header-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* margin-top: 8px; */
}
.header-world-icon {
  position: absolute;
  color: #555;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 20px;
  display: inline;
  margin-top: 19px;
  margin-left: 20px;
  cursor: pointer;
}
.header-options-icon {
  position: absolute;
  color: #555;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 20px;
  display: inline;
  margin-top: 19px;
  margin-left: 70px;
  cursor: pointer;
}
.add-group {
  padding: 12px 26px;
  border-radius: 30px;
  background-color: #f67f00;
  font-size: 14px;
  color: #fff;
}
.group-item {
  display: block;
  line-height: 20px;
  color: #666;
  font-size: 14px;
  padding: 10px;
}
.group-item.color-code-1 {
  color: #f67f00;
}
.vibe-category {
  padding: 6px 20px;
  display: inline-block;
  border-radius: 12px;
  background-color: #ccddff;
  margin: 5px;
  white-space: nowrap;
}
.add-group i {
  display: inline-block;
  margin-right: 15px;
}
.chat-list-container {
  width: 94%;
  position: relative;
  float: left;
  margin-left: 3%;
  background-color: #fff;
  border-radius: 4px;
  border-bottom: 30px;
  padding-bottom: 30px;
  transition: .3s ease-in-out;
}
.star-container {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 50%;
  margin-top: 40px;
  /* float: right; */
  text-align: center;
  color: #fff;
  margin-left: 3px;
  background-color: #f67f00;
}

.chat-container {
  width: 100%;
  position: relative;
  float: left;
  background-color: #fff;
  border-radius: 24px;
  height: 60px;
  margin-top: 20px;
  cursor: pointer;
  transition: .3s ease-in-out;
}
.chat-container.active-chat {
  background-color: #eee;
}
.chat-dp {
  width: 40px;
  position: relative;
  height: 40px;
  margin-top: 10.5px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: 10px;
}
.chat-name {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 60px;
  margin-top: 10px;
  font-size: 13px;
}
.smiley-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  padding-bottom: 20px;
  margin-bottom: 50px;
  z-index: 2;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #fff;
}
.smiley-container-wrapper {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 70vh;
  /* padding-bottom: 20px; */
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}
.smiley {
  font-size: 15px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  z-index: 3;
  cursor: pointer;
}
.product-chat-name {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 60px;
  font-weight: bold;
  margin-top: 15px;
  font-size: 13px;
}
.chat-snippet {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 60px;
  margin-top: 30px;
  color: #555;
  font-size: 12px;
  font-weight: 100;
}
.chat-time {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 13px;
  color: #aaa;
}
.chat-unread-count {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 10px;
  margin-top: 30px;
  font-size: 13px;
  color: #fff;
  background-color: #f67f00;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
}
.chat-star {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 10px;
  margin-top: 30px;
  font-size: 13px;
  color: #aaa;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
}
.chat-starred {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 10px;
  margin-top: 30px;
  font-size: 13px;
  color: #4CAF50;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
}

.actual-chat-container {
  width: 94%;
  position: relative;
  float: left;
  margin-left: 3%;
  background-color: #fff;
  border-radius: 4px;
  border-bottom: 30px;
  padding-bottom: 30px;
}
.chats {
  height: 54vh;
  overflow-x: hidden;
  transition: .3s ease-in-out;
}
.chats::-webkit-scrollbar-Thumb {
  background-color: #aaa !important;
  border-radius: 2px
}
.chat-dp-lg {
  width: 52px;
  position: relative;
  height: 52px;
  margin-top: 10px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: 10px;
}
.chat-name-lg {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 80px;
  margin-top: 10px;
  font-size: 13px;
}
.active-status {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 80px;
  margin-top: 40px;
  color: #555;
  font-size: 12px;
  font-weight: 100;
}
/* No longer needed */
/* .active-status:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #4CAF50;
  top: 0;
  margin-top: 3px;
  left: 0;
  margin-left: 80px;
} */
.chat-icons {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  object-fit: cover;
  margin-left: 24px;
  cursor: pointer;
}

.chat-dp-sm {
  width: 30px;
  position: relative;
  float: left;
  height: 30px;
  margin-top: 10px;
  border-radius: 3px;
  object-fit: cover;
  margin-left: 10px;
}

.chat-container-sender {
  width: 80%;
  position: relative;
  float: left;
  border-radius: 3px;
  margin-top: 15px;
  transition: .3s ease-in-out;
  padding-bottom: 30px;
}

.chat-container-sender.white-bg .chat-text-1 {
  background-color: #fff;
}

.chat-text-1 {
  max-width: calc(100% - 70px);
  position: relative;
  float: left;
  line-break: anywhere;
  white-space: pre-wrap;
  top: 0;
  left: 0;
  margin-left: 5px;
  margin-top: 10px;
  font-size: 12px;
  padding: 10px 10px;
  line-height: 1.5;
  font-weight: 100;
  border-radius: 10px;
  background-color: #eee;
}

.chat-container-receiver {
  width: 80%;
  position: relative;
  float: right;
  border-radius: 3px;
  /* height: 60px; */
  margin-top: 15px;
  transition: .3s ease-in-out;
  text-align: right;
  padding-bottom: 30px;
}
.chat-container-receiver .chat-dp-sm {
  float: right;
}
.chat-container-receiver .chat-timing {
  right: 0 !important;
  left: unset !important;
  margin-right: 40px !important;
  /* margin-bottom: 28px; */
}
.chat-text-2 {
  max-width: calc(100% - 70px);
  position: relative;
  float: right;
  line-break: anywhere;
  white-space: pre-wrap;
  top: 0;
  right: 0;
  margin-top: 10px;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 100;
  border-radius: 10px;
  /* background-color: #f67f00; */
  background-color: #f2dbd2;
  color: #000;
  text-align: left;
}
.chat-timing {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
  width: 100px;
  margin-left: 50px;
  /* margin-right: 50px; */
  font-size: 10px;
  color: #aaa;
}
.message-container {
  margin-top: 30px;
}
.product-message {
  margin-top: 10px !important;
  cursor: pointer;
}
.chat-container-sender.product-message:before {
  position: absolute;
  top: -0px;
  left: 50px;
  content: "";
  width: 30px;
  height: 5px;
  background-color: #f67f00;
}
.chat-container-receiver.product-message:before {
  position: absolute;
  top: -10px;
  right: 50px;
  content: "";
  width: 30px;
  height: 5px;
  background-color: #f67f00;
}
.product-message .chat-text-1, .product-url-message .chat-text-1, .product-message .chat-text-2, .product-url-message .chat-text-2 {
  background-color: #ffee99 !important;
  color: #111 !important;
}
.product-url-message {
  cursor: pointer;
  margin-top: -10px !important;
}
.chat-container-sender.product-url-message:before {
  position: absolute;
  bottom: 38px;
  left: 50px;
  content: "";
  width: 30px;
  height: 5px;
  background-color: #f67f00;
}
.chat-container-receiver.product-url-message:before {
  position: absolute;
  bottom: 3px;
  right: 50px;
  content: "";
  width: 30px;
  height: 5px;
  background-color: #f67f00;
}
.product-url-message .chat-text-1 {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.message-input {
  width: 100%;
  height: 80px;
  border-radius: 5px;
  border: .5px solid #fafafa;
  padding: 10px 30px 10px 20px;
  font-size: 14px;
  color: #555;
  background-color: #f7f6f6;
  margin-bottom: 10px;
}
.message-input::-webkit-scrollbar {
  width: 0px;
}
.attach-file {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 45px;
  border: 0;
  font-size: 17px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 45px;
  margin-top: -2px;
  cursor: pointer;
  color: #bbb;
  background-color: rgba(0, 0, 0, 0);
}
.attach-smiley {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 45px;
  border: 0;
  font-size: 16px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 45px;
  margin-top: -2px;
  margin-right: 30px;
  cursor: pointer;
  color: #aaa;
  background-color: rgba(0, 0, 0, 0);
}

.feed-gallery {
  width: 100%;
  height: 400px;
  content: "";
  overflow: hidden;
  border-radius: 8px;
}
.feed-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chat-gallery {
  width: 100%;
  height: calc(100vh - 70px);
  content: "";
  overflow: hidden;
}
.chat-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.3);
  animation: scaleDown 8s linear;
}
.chat-gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, .1);
}

.go-back-mobile {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 25px;
  margin-top: 10px;
}

.bottom-navigation {
	width: 92%;
  margin-left: 4%;
	position: fixed;
	bottom: 0;
  margin-bottom: 20px;
  border-radius: 20px;
  
  /* was 8 till just recently */
	z-index: 5;

	height: 50px;
	background-color: #fff;
	box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.1);
	text-align: center;
  transition: .3s ease-in-out;
	/*line-height: 50px;*/
}
.bottom-navigation a {
	color: #888;
	font-size: 15px;
	display: inline-block;
	text-align: center;
	width: 19%;
	position: relative;
	/* float: left; */
	padding: 10px 0px;
  transition: .3s ease-in-out;
}
.bottom-navigation a.active {
  color: #f67f00;
  margin-top: -30px;
  background-color: #fff;
  border-radius: 50%;
  /* box-shadow: 0px 2px 16px rgba(0, 0, 0, .08); */
  border: 1px solid rgba(200, 200, 200, .1);
  width: calc(90/100 * (20vw - 2px));
  height: calc(90/100 * (20vw - 24px));
  font-size: 17px;
}
.bottom-navigation a span {
	display: none;
	display: inline-block;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;
	margin-bottom: -7px;
	font-size: 10px;
}
.bottom-navigation a img {
  width: 25%;
  height: auto;
  text-align: center;
  object-fit: contain;
}
.bottom-navigation a.active img {
  margin-bottom: 7px;
  width: 30%;
}
.bottom-navigation a.active span {
  margin-bottom: 15px;
  font-size: 11px;
}
.bottom-navigation a.active i {
  margin-top: 10px;
}

.current {
  color: #fff;
  position: relative;

  /* filter: invert(31%) sepia(59%) saturate(5178%) hue-rotate(7deg) brightness(109%) contrast(102%); */
}
.current:after {
  position: absolute;
  bottom: 0;
  margin-bottom: -25px;
  margin-left: 6px;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #f67f00;
}
.chat-search-padding {
  padding: 10px 0px;
}


.force-next-indent {
  margin-right: 5px;
}
.v-slash-spaced {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}


/* Feed */
.feed-tiny-icons {
  width: 16px;
  height: 16px;
  object-fit: cover;
  overflow: hidden;
}
.feed-post-options-image {
  width: 16px;
  height: 16px;
  object-fit: cover;
  overflow: hidden;
}
.my-feed-dp {
  width: 40px;
  position: relative;
  height: 40px;
  /* margin-top: 13.5px; */
  border-radius: 50%;
  object-fit: cover;
  /* margin-left: 10px; */
}
.feed-dp {
  width: 35px;
  position: relative;
  height: 35px;
  margin-top: 13.5px;
  border-radius: 50%;
  object-fit: cover;
  /* margin-left: 10px; */
}
.feed-name {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 50px;
  margin-top: 10px;
  font-size: 13px;
}
.feed-snippet {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 50px;
  margin-top: 30px;
  color: #555;
  font-size: 12px;
  font-weight: 100;
}
.feed-options {
  position: absolute;
  top: 0;
  right: 0;
  /* margin-right: 30px; */
  /* margin-top: 30px; */
  color: #444;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  padding: 0px 0px 20px 0px;
}
.feed-action-container{
  width: 100%;
  position: relative;
  float: left;
  border-top: .5px solid #eee;
  border-bottom: .5px solid #eee;
  padding: 10px 0px;
}

.ghost {
  pointer-events: none;
}

.love-comment {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -35px;
  margin-right: -50px;
  color: #ccc;
  cursor: pointer;
}
.comment-block {
	width: 60%;
	position: relative;
	float: left;
	padding: 10px;
	background-color: #f9f9f9;
	padding: 10p;
  margin-left: -10px;
  /* margin-top: 15px; */
  border-radius: 20px;
  animation: fadeIn .3s linear;
}

.my-comment-dp {
  width: 30px;
  position: relative;
  height: 30px;
  margin-top: 7.5px;
  border-radius: 50%; 
  object-fit: cover;
  /* margin-left: 10px; */
}

.share-post-underlay {
  position: absolute;
  width: 200vw;
  height: 200vh;
  margin-left: -50vw;
  margin-top: -50vw;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  z-index: 2;
  display: none;
}
.share-post-options {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 41px;
  margin-right: 10px;
  z-index: 3;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, .04);
  border-radius: 12px;
  width: 200px;
  padding-bottom: 10px;
  /* height: 40px; */
  /* line-height: 60px; */
  padding: 10px;
  background-color: #fff;
}
.post-share-icon {
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, .04);
  display: inline-block;
  /* margin-left: 10px; */
  background-color: #fff;
}
.post-share-icon i, .post-share-icon img {
  display: inline-block;
  line-height: 40px;
}
.post-comment-img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  overflow: hidden;
  cursor: pointer;
}
.more-header-options {
  width: 20%;
  margin-left: 77%;
  margin-top: 91px;
}

/* Follow */
.follow-dp {
  width: 50px;
  position: relative;
  height: 50px;
  margin-top: 13.5px;
  border-radius: 4px;
  object-fit: cover;
  /* margin-left: 10px; */
}
.follow-dp-sm {
  width: 45px;
  position: relative;
  height: 45px;
  margin-top: 13.5px;
  border-radius: 50%;
  object-fit: cover;
  border: 0.5px solid #f67f00;
  /* margin-left: 10px; */
}
.follow-name {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 60px;
  margin-top: 30px;
  font-size: 14px;
}
.follow-name-sm {
  position: absolute;
  top: 0;
  left: 0;
  /* margin-left: 60px; */
  margin-top: 60px;
  font-size: 11px;
}
.follow-snippet {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 60px;
  margin-top: 50px;
  color: #555;
  font-size: 12px;
  font-weight: 100;
}
.follow-action-container{
  width: 100%;
  position: relative;
  float: left;
  border-top: .5px solid #eee;
  /* border-bottom: .5px solid #eee; */
  padding: 10px 0px;
}

/* Birthdays */
.birthday-icon {
  width: 40px;
  position: relative;
  height: 40px;
  margin-top: 13.5px;
  object-fit: cover;
  /* margin-left: 10px; */
}

/* Icons - generic */
.icon-sm-1 {
  width: 20px;
  position: relative;
  height: 20px;
  display: inline;
  /* margin-top: 13.5px; */
  object-fit: cover;
  float: left;
  /* margin-left: 10px; */
}

/* Ads */
.ad-avatar {
  width: 100%;
  position: relative;
  height: 100px;
  margin-top: 13.5px;
  object-fit: cover;
  border-radius: 10px;
  border: 0;
  object-position: 0px 0px;
  /* margin-left: 10px; */
}

/* Friend requests */
.request-avatar {
  width: 100%;
  position: relative;
  height: 160px;
  object-fit: cover;
  border-radius: 4px;
  border: 0;
  /* margin-left: 10px; */
}
.search-result-avatar-wrapper {
  width: 70px;
  position: relative;
  float: left;
}
.search-result-bio-wrapper {
  width: calc(100% - 80px);
  position: relative;
  float: left;
}
.search-result-avatar {
  width: 64px;
  position: relative;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
  border: 0;
  /* margin-left: 10px; */
}

.material-cancel {
  font-size: 17px;
  color: #fff;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #aaa;
  border-radius: 50%;
  cursor: pointer;
}

.material-cancel-absolute {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  font-size: 17px;
  color: #fff;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #aaa;
  margin: 20px;
  border-radius: 50%;
  cursor: pointer;
}

.material-check-sm {
  font-size: 17px;
  color: #4CAF50;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.material-check-sm .ov-check {
  border-color: #4CAF50 !important;
}

/* New */
.ov-x {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #fff;
  transition: 0.3s ease-in-out;
  transform: rotate(45deg);
  position: relative;
  margin-left: 10px;
  margin-bottom: 5px;
}
.ov-x:before {
  display: inline-block;
  content: "";
  width: 15px;
  margin-right: 8px;
  height: 15px;
  border-bottom: 2px solid #fff;
  transition: 0.3s ease-in-out;
  position: absolute;
  transform: rotate(270deg);
  top: 0;
  right: 0;
  margin-top: 8px;
  margin-left: 20px;
}

.ov-caret {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #555;
  transition: 0.3s ease-in-out;
  transform: rotate(45deg);
  position: relative;
  margin-left: 11px;
  margin-top: 4px;
}
.ov-caret:before {
  display: inline-block;
  content: "";
  width: 10px;
  margin-right: 8px;
  height: 10px;
  border-bottom: 2px solid #555;
  transition: 0.3s ease-in-out;
  position: absolute;
  transform: rotate(270deg);
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-right: -0.2px;
}

.ov-check {
  display: inline-block;
  content: "";
  width: 4px;
  height: 9px;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
  transition: 0.3s ease-in-out;
  transform: rotate(45deg);
  position: relative;
  margin-left: 1px;
  margin-top: 6px;
}


/* Signup form */
.err-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 14;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.drag-img-container {
  width: calc(100%);
  position: relative;
  float: left;
  height: 150px;
  background-color: #eee;
  text-align: center;
  transition: .3s ease-in-out;
  cursor: pointer;
}
.drag-img-container.highlight {
  background-color: #aaa;
}
#drag-gallery {
  margin-top: 10px;
  width: calc( 100% + 5px);
}
#drag-gallery img, #drag-gallery video, #video-drag-gallery video {
  width: calc( 100% - 0px);
  height: 250px;
  /* max-height: 650px; */
  object-fit: cover;
  margin-bottom: 10px;
  /* margin-right: 10px; */
  vertical-align: middle;
}
 #drag-gallery video, #video-drag-gallery video {
  height: 350px;
  /* max-height: 350px; */
  object-fit: contain !important;
 }
.preview-container {
  width: 100%;
  position: relative;
  float: left;
}
progress {
  width: calc( 100% - 10px);
}
progress:after {
  background-color: #f67f00;
}

.progress-container {
  position: relative;
  width: 100%;
  display: inline-block;
  background: #f7f7f7;
  height: 10px;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 10px;
}
.progress-container-after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 75%;
  background: #4CAF50;
}
.progress-container progress {
  opacity: 0;
  width: unset;
}

/* Post images */
.post-img-container-1, .post-img-container-2, .post-img-container-3, .post-img-container-4, .post-img-container-5 {
  width: 50%;
  position: relative;
  float: left;
  height: 200px;
  /* border-radius: 5px; */
  overflow: hidden;
  cursor: pointer;
  display: none;
}
.post-img-container-1 img, .post-img-container-2 img, .post-img-container-3 img, .post-img-container-4 img, .post-img-container-5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-video-prompt {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 13px;
  padding: 10px;
  background-color: rgba(255, 69, 0, 0.7);
  color: #fff;
  display: inline-block;
}
.vibe-post-video-container {
  width: 100%;
  position: relative;
  float: left;
  height: 350px;
  cursor: pointer;
}
.vibe-post-video-container video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* One image */
.one .post-img-container-1 {
  width: 100% !important;
  height: 350px !important;
  display: block;
}
.one .post-img-container-1 img {
  object-fit: contain;
}

/* Two images */
.two .post-img-container-1 {
  width: calc( 50% - 5px) !important;
  margin-right: 3px;
  /* margin-left: 2px; */
  margin-bottom: 5px;
  height: 250px !important;
  display: block;
}
.two .post-img-container-2 {
  width: calc( 50% - 2px) !important;
  /* margin-right: 2px; */
  margin-left: 3px;
  margin-bottom: 5px;
  height: 250px !important;
  display: block;
}
.two .post-img-container-1 img, .two .post-img-container-2 img {
  object-fit: contain;
}

/* Three images */
.three .post-img-container-1 {
  width: calc( 50% - 5px) !important;
  margin-right: 5px;
  /* margin-left: 5px; */
  margin-bottom: 5px;
  height: 305px !important;
  display: block;
}
.three .post-img-container-2 {
  width: calc( 50% - 3px) !important;
  /* margin-right: 5px; */
  margin-left: 3px;
  margin-bottom: 5px;
  height: 150px !important;
  display: block;
}
.three .post-img-container-3 {
  width: calc( 50% - 3px) !important;
  /* margin-right: 5px; */
  margin-left: 3px;
  margin-bottom: 5px;
  height: 150px !important;
  display: block;
}

/* Four images */
.four .post-img-container-1 {
  width: calc( 50% - 10px) !important;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  height: 150px !important;
  display: block;
}
.four .post-img-container-2 {
  width: calc( 50% - 10px) !important;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  height: 150px !important;
  display: block;
}
.four .post-img-container-3 {
  width: calc( 50% - 10px) !important;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  height: 150px !important;
  display: block;
}
.four .post-img-container-4 {
  width: calc( 50% - 10px) !important;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  height: 150px !important;
  display: block;
}

/* Five images */
.five .post-img-container-1 {
  width: calc( 50% - 3px) !important;
  margin-right: 3px;
  /* margin-left: 5px; */
  margin-bottom: 5px;
  height: 150px !important;
  display: block;
}
.five .post-img-container-2 {
  width: calc( 50% - 3px) !important;
  /* margin-right: 5px; */
  margin-left: 3px;
  margin-bottom: 5px;
  height: 150px !important;
  display: block;
}
.five .post-img-container-3 {
  width: calc( 33.3% - 6px) !important;
  margin-right: 3px;
  /* margin-left: 4px; */
  margin-bottom: 5px;
  height: 150px !important;
  display: block;
}
.five .post-img-container-4 {
  width: calc( 33.3% - 6px) !important;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 5px;
  height: 150px !important;
  display: block;
}
.five .post-img-container-5 {
  width: calc( 33.3% - 4px) !important;
  /* margin-right: 4px; */
  margin-left: 3px;
  margin-bottom: 5px;
  height: 150px !important;
  display: block;
}

.post-body {
  display: inline-block;
  position: relative;
  width: 100%;
  /* max-height: 200px; */
  /* height: 100%; */
  padding-bottom: 10px;
  transition: .3s ease-in-out;
  overflow-y: scroll;
  word-wrap: break-word;
}


/* .post-body:after {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 13px;
  content: "...Read More";
  color: #f67f00;
  cursor: pointer;
} */

.read-more {
  font-size: 13px;
  content: "...Read More";
  color: #f67f00;
  cursor: pointer;
}

.post-img-full {
  width: 100%;
  height: 550px;
  overflow: hidden;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  /* display: none; */
}
.post-img-full img, .post-img-full video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: .3s ease-in-out;
}

.floater {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 40px;
  margin-right: 20px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  z-index: 10;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, .08);
  border-radius: 50%;
  text-align: center !important;
  background-color: #fff;
}
.floater.bg-black {
  background-color: #111;
}
.floater.bg-black .fun-close, .floater.bg-black .fun-close:before {
  border-bottom: 3px solid #fff !important;
}


.floating-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  background-color: rgba(255, 255, 255, .97);
  text-align: right;
  display: none;
  transition: .3s ease-in-out;
}
.floating-menu a {
  display: block;
  /* padding-right: 20px; */
  width: 90%;
  height: 60px;
  line-height: 60px;
  /* text-indent: 10px; */
  color: #000;
  font-size: 17px;
}
.floating-menu a:first-child {
  margin-top: 100px;
}


/* New mobile full nav */
.floating-menu-new {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  border-bottom-right-radius: 200px;
  background-color: rgba(255, 255, 255, .97);
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: right;
  display: nne;
  transition: .3s ease-in-out;
}
.floating-menu-newer {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  background-color: #ede8e2;
  /* background-image: url(../images/mobile-nav-underlay.png); */
  background-attachment: fixed;
  background-position: 0px -10px;
  background-size: 100%;
  display: none;
  transition: .3s ease-in-out;
  animation: zoomOut 300s linear infinite;
  animation-delay: .5s;
}
@keyframes zoomOut {
  from {
    background-size: 100%;
  }
  50% {
    background-size: 190%;
  }
  to {
    background-size: 100%;
  }
}

@keyframes scaleDown {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}

.menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/mobile-nav-overlay.png); */
  background-attachment: fixed;
  background-position: 0;
  background-size: cover;
  transition: .3s ease-in-out;
}
.menu-overlay a:last-child {
  margin-bottom: 100px;
}
.nav-menu-container {
  width: 92%;
  margin-left: 4%;
  position: relative;
  float: left;
  margin-top: 65px;
  height: calc( 100vh - 65px );
  /* overflow-y: scroll; */
  overflow-x: hidden;
  clip-path: inset(0% 0% 100% 0%);
  animation: cluster-animation .6s forwards;
  animation-delay: .3s;
}
.menu-overlay img {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 20px;
  margin-left: 10px;
  width: 45px;
  height: 45px;
  object-fit: cover;
}
.nav-menu-container a, .nav-menu-container span {
  display: block;
  width: 50%;
  position: relative;
  float: left;
  height: 60px;
  line-height: 60px;
  color: #000;
  /* font-weight: bold; */
  font-size: 15px;
}
.nav-menu-container span {
  font-weight: bold;
  font-size: 17px;
  color: #f67f00;
  width: 100%;
  margin-top: 20px;
}
span.more {
  border-top: .5px solid #eee;
}

.nav-menu-container::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.nav-menu-container::-webkit-scrollbar-Thumb {
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 2px
}
.mobile-nav-search-trigger {
  position: fixed;
  display: inline-block;
  top: 0;
  right: 0;
  margin-top: 20px;
  margin-right: 20px;
  z-index: 2;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 17px;
  background-color: rgba(255, 255, 255, .8);
  color: #111;
  text-align: center;

  opacity: 0;
  animation: fadeIn .5s forwards;
  animation-delay: 1s;
}
.mobile-nav-search-trigger i {
  line-height: 45px;
  display: inline-block;
}

.opened {
  display: block;
}

.liked {
  color: #f67f00;
}

.like-heart {
  font-size: 14px;
  color: #888;
  margin-right: 5px;
}
.liker-img {
  display: inline-block;
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 50%;
  float: left;
  margin-top: -10px;
  background-color: #f8f8f8;
}
.liker-img-1 {
  margin-left: 0;
}
.liker-img-2 {
  margin-left: -5px;
}
.liker-img-3 {
  margin-left: -10px;
}
.liker-img-4 {
  margin-left: -15px;
}

.rem-likes {
  /* display: inline-block; */
  float: left;
  width: 30px;
  height: 25px;
  line-height: 25px;
  border-radius: 5px;
  background-color: #03314A;
  text-align: center;
  font-size: 8px;
  color: #fff;
  margin-top: -10px;
  margin-left: 5px;
}

.list-option-item {
  display: inline-block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 12.5px;
  font-weight: 500;
  margin-top: 10px;
}
.list-option-item span:nth-child(2) {
  /* display: inline-block; */
  float: right;
  margin-top: 3px;
  /* line-height: 35px; */
}

.post-options {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  margin-right: 20px;
  width: 50%;
  padding: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  margin-top: 40px;
  border-radius: 4px;
  cursor: pointer;
}
.post-options-underlay {
  position: absolute;
  width: 100vw;
  height: 150vh;
  z-index: 3;
  margin-left: -20vw;
  margin-top: -20vw;
  /* bottom: 0; */
  /* padding: 2000px; */
  left: 0;
  background-color: rgba(0, 0, 0, .0);
  display: none;
}
.chat-options-underlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  /* bottom: 0; */
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}
.grey-icon-container {
  width: 35px;
  position: relative;
  float: left;
  height: 35px;
  line-height: 35px;
  background-color: #babcc1;
  text-align: center;
  /* display: inline-block; */
  border-radius: 50%;
  font-size: 15px;
}
.grey-img-container {
  width: 35px;
  position: relative;
  float: left;
  height: 35px;
  line-height: 35px;
  /* background-color: #555; */
  text-align: center;
  /* display: inline-block; */
  /* border-radius: 50%; */
  font-size: 15px;
}
.text-after-grey-icon {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  margin-left: 5px;
}
.chat-options-icon-container {
  width: 32px;
  position: relative;
  float: left;
  height: 32px;
  object-fit: cover;
  line-height: 32px;
  text-align: center;
  /* display: inline-block; */
  border-radius: 3px;
  font-size: 15px;
}
.text-after-chat-options-icon {
  position: relative;
  float: left;
  width: calc(100% - 45px);
  margin-left: 9px;
  margin-top: 7px; 
}
.text-after-chat-options-icon-2 {
  position: relative;
  float: left;
  width: calc(100% - 45px);
  margin-left: 9px;
  margin-top: -2px;
}

.login-img-1, .login-img-2, .login-img-3, .login-img-4 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.login-img-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 15%;
  margin-bottom: 180px;
}
.login-img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 15%;
  margin-bottom: 180px;
}
.login-img-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 15%;
  /* margin-bottom: 180px; */
}
.login-img-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 15%;
  /* margin-bottom: 180px; */
}
.login-img-5 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: calc(50% - 50px);
  margin-bottom: 80px;
  object-fit: cover;
}


/* Video.js override */
.post-video-container {
  width: 100%;
  /* margin-left: 15%; */
  position: relative;
  float: left;
  /* height: 350px; */
  overflow: hidden;
  background-color: #000;
}
.post-video-container video {
  width: 100%;
  height: 100%;
  background-color: #000;
  object-fit: contain
}
.my-video-dimensions {
  min-height: 350px;
  width: 100%;
}
.video-js {
  width: 100%;
  height: 100%;
}
.video-js button {
  color: #fff !important;
}
.video-js .vjs-big-play-button {
  background-color: #fff !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  color: #222 !important;
}
.vjs-poster {
  background-size: cover;
  background-position: 100%;
}

.video-js .vjs-control-bar {
  background-color: #f67f00;
  background-color: rgba(255, 69, 0, 0)
}
.vjs-control-text {
  background-color: #fff !important;
  color: #222 !important;
}
.ov-dotted-beside {
  position: relative;
}
.ov-dotted-beside:after {
  position: absolute;
  content: "";
  height: 100%;
  padding-bottom: 30px;
  width: 30px;
  top: 0;
  left: 0;
  margin-left: -56px;
  border-right: 1px dashed #FFD2C2;
}

.tab-controller {
  display: inline-block;
  width: calc(20% - 5px);
  height: 45px;
  line-height: 45px;
  /* text-align: center; */
  position: relative;
  cursor: pointer;
}
.tab-2 {
  width: calc(50% - 5px);
}
.tab-controller span {
  font-size: 13px;
  font-weight: 500;
  color: #666;
}
.tab-controller.tab-2.active {
  color: #fff !important;
  /* text-align: center; */
}
.tab-controller.tab-2.active span {
  background-color: #f67f00;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  /* text-align: center; */
}
.tab-controller.active.tab-2:after {
  border-bottom: none;
}
.tab-controller.active span {
  color: #f67f00;
}
.tab-controller.active:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 70%;
  margin-bottom: -1px;
  border-bottom: 2px solid #f67f00;
}

/* Mobile tab controller */
.tab-controller-mobile {
  display: inline-block;
  width: calc(25vw - 5px);
  height: 45px;
  line-height: 45px;
  /* text-align: center; */
  position: relative;
  cursor: pointer;
}
.tab-2 {
  width: calc(50% - 5px);
}
.tab-controller-mobile span {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
.tab-controller-mobile.active span {
  color: #f67f00;
}
.tab-controller-mobile.active:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 70%;
  margin-bottom: -1px;
  border-bottom: 2px solid #f67f00;
}

.absolute-bg-underlay {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin-bottom: 8%;
  width: 100%;
  height: 200px;
  background-color: #FFD2C2;
  background-image: url(../images/bg.png);
}
.absolute-line {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  margin-top: 6%;
  margin-left: 4%;
  width: 30%;
  height: 100px;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
}
#signup-old {
  position: fixed;
  top: 0;
  right: 0;
  margin-top: 100px;
}
#about {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -70px;
}

/* Product page specifics */
.sidebar-active, .category-active {
    color: #f67f00 !important;
    font-weight: bold;
}
.product-notification-image {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  /* overflow: hidden; */
  position: relative;
}
.product-notification-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-notification-heart {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: #f67f00;
  font-size: 16px;
  margin-top: -2px;
  margin-right: -2px;
  z-index: 4;
}
.purple {
  color: #dd44dd !important;
}
.blue {
  color: #9ca2ff !important;
}
.deeper-blue {
  color: #03314A !important;
}
.yellow {
  color: #ccee00 !important;
}
.green {
  color: #4CAF50 !important;
}
.ios-transluscent-bar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  margin-top: 5px;
  z-index: 10;
}

.product-tab-controller {
  display: inline-block;
  width: calc(10% - 5px);
  height: 45px;
  line-height: 45px;
  /* text-align: center; */
  position: relative;
  cursor: pointer;
  transition: .5s ease-in-out;
}
.tab-3 {
  width: calc(33% - 5px);
}
.tab-4 {
  width: calc(25% - 5px);
}
.tab-5 {
  width: calc(20% - 5px);
}
.tab-6 {
  width: calc(16.66% - 5px);
}
.card-container .tab-6 {
  width: calc(15vw - 5px);
}
.product-tab-controller span {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
.product-tab-controller.active span {
  color: #f67f00;
}
.product-tab-controller.active:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 70%;
  margin-bottom: -1px;
  border-bottom: 2px solid #f67f00;
}

.message-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border: .5px solid #f8f8f8;
}
.message-product-name {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 60px;
  margin-top: 5px;
}
.message-product-price {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 60px;
  margin-top: 30px;
}
.product-message-sample-text {
  display: inline-block;
  margin-left: 10px;
  margin-top: 20px;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #eee;
  color: #555;
  font-size: 10px;
}
.active-tab {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
  /* transition: .1s ease-in-out; */
  color: #fff;
  border-radius: 7px;
  background-color: #f67f00;
}


/* Notifications page */
.active-notifications {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 15px;
  font-size: 12px;
  border-radius: 3px;
  /* transition: .1s ease-in-out; */
  color: #fff;
  border-radius: 7px;
  background-color: #f67f00;
}
.product-message-box {
  display: block;
  width: 100%;
  height: 100px;
  /* line-height: 60px; */
  color: #333;
  border: 0;
  padding-top: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .05);
  border-radius: 4px;
  text-indent: 10px;
  font-size: 11px;
  /* margin-bottom: 20px; */
  margin-top: 15px;
  background-color: #eee;
}
.notification-popup {
  position: fixed;
  z-index: 14;
  width: 350px;
  height: 70px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
  bottom: 0;
  right: 0;
  margin-bottom: 150px;
  margin-right: 10px;
  cursor: pointer;
}
.notification-popup-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #fff;
  margin-right: 10px;
  border-top: .5px solid #f67f00;
  border-bottom: .5px solid #f67f00;
}
.notification-count {
  content: "";
  /* width: 15px; */
  padding: 0px 5px 0px 5px;
  height: 15px;
  background-color: #f67f00;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 53px;
  border-radius: 10px;
  font-size: 9px;
  text-align: center;
  line-height: 15px;
  display: none;
}
.notification-count.mobile {
  margin-right: 5px;
  font-style: normal;
  margin-top: 22px;
}
.parental-control-notification {
  content: "";
  color: #fff !important;
  padding: 0px 5px 0px 5px;
  height: 15px;
  background-color: #f67f00;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 53px;
  border-radius: 10px;
  font-size: 9px;
  text-align: center;
  line-height: 15px;
}

.chat-count {
  content: "";
  /* width: 15px; */
  padding: 0px 5px 0px 5px;
  height: 15px;
  background-color: #f67f00;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 118px;
  border-radius: 10px;
  font-size: 9px;
  text-align: center;
  line-height: 15px;
  display: none;
}
.chat-count.mobile {
  margin-right: 10px;
  font-style: normal;
}

/* Profile page */
.profile-image-container {
  width: 140px;
  height: 140px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 8px 8px 26px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 2px solid #fc85ae;
  display: inline-block;
}
.profile-image-container img {
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
}
.profile-images-sm {
  width: 45px;
  position: relative;
  height: 45px;
  margin-top: 13.5px;
  border-radius: 50%;
  object-fit: cover;
  border: 0.5px solid #f67f00;
  /* margin-left: 10px; */
}
.cover-photo-container {
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin-top: 80px;
  background-size: cover;
  background-attachment: fixed;
  /* background-repeat: no-repeat; */
}
.dp-container {
  width: 220px;
  margin-left: 10px;
  margin-top: -70px;
  position: relative;
  float: left;
}

.dp-container img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
}

.profile-name {
  margin-top: 20px;
}
.profile-name span {
  margin-top: 20px;
}

.profile-action {
  float: right;
  margin-right: 10px;
}
.profile-edit-input {
	width: 100%;
	height: 44px;
	border-radius: 4px;
	border: 0.5px solid #eee;
	text-indent: 6px;
	color: #555;
	margin-bottom: 10px;
  font-size: 14px;
}
.profile-edit-textarea {
	width: 100%;
	height: 80px;
	border-radius: 4px;
	border: 0.5px solid #eee;
	text-indent: 6px;
  font-family: 'Poppins';
  color: #555;
  resize: unset;
	margin-bottom: 10px;
  font-size: 14px;
}
.profile-input-label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -5px;
  margin-left: 0;
  font-size: 10px;
  color: #aaa;
  pointer-events: none;
  transition: .3s ease-in-out;
}

.btn-edit-cover {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 8px 15px;
  border: 0;
  font-size: 12px;
  transition: .3s ease-in-out;
  border-radius: 3px;
  margin-top: -50px;
  margin-right: 10px;
  text-align: center;
  cursor: pointer
}
.side-tabs {
  width: 96%;
  position: relative;
  float: left;
  height: 60px;
  background-color: #fff;
  line-height: 60px;
  text-indent: 20px;
  cursor: pointer;
  transition: .3s ease-in-out;
}
.side-tabs:hover {
  background-color: #f1f1f1;
}
.side-tabs.current-tab {
  background-color: #f1f1f1;
  color: #f67f00;
}
.profile-tiny-icons {
  width: 24px;
  height: 24px;
  object-fit: cover;
  overflow: hidden;
}
.profile-tiny-icon-absolutely-right {
  /* position: absolute; */
  top: 0;
  right: 0;
  flex-direction: column-reverse;
  /* margin-top: 50%; */
  /* margin-right: 10px; */
}
.profile-tiny-icons .smaller {
  width: 20px;
  height: 20px;
}
.profile-very-tiny-icons {
  width: 20px;
  height: 20px;
  object-fit: cover;
  overflow: hidden;
}

.profile-edit-dp {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 0px 0px;
  /* border: .5px solid #f67f00; */
}
.profile-edit-cover-photo {
  width: 100%;
  height: 136px;
  object-fit: cover;
  object-position: 0px 0px;
  /* border: .5px solid #f67f00; */
}

/* Talent pool */
.talent-img-container {
  width: 100%;
  height: 350px;
  text-align: center;
  overflow: hidden;
}
.talent-img-container img, .talent-img-container-full img, .talent-img-container-sm img {
  width: 100%;
  height: 100%;
  display: inline-block;
  object-fit: contain;
  object-position: 50%;
  transition: .3s ease-in-out;
}
.talent-card-bottom {
  z-index: 2;
  margin-top: -20px;
  width: 100%;
  position: relative;
  float: left;
  bottom: 0;
  left: 0;
  padding-bottom: 10px;
  border-radius: 8px 8px 0 0;
}


/* Talent page - img containers */
/* One image */
.one .talent-post-img-container-1 {
  width: 100% !important;
  height: 350px !important;
  display: block;
  position: relative;
  float: left
}

/* Two images */
.two .talent-post-img-container-1 {
  width: calc( 50% - 5px) !important;
  margin-right: 3px;
  /* margin-left: 2px; */
  margin-bottom: 5px;
  height: 250px !important;
  display: block;
  position: relative;
  float: left
}
.two .talent-post-img-container-2 {
  width: calc( 50% - 2px) !important;
  /* margin-right: 2px; */
  margin-left: 3px;
  margin-bottom: 5px;
  height: 250px !important;
  display: block;
  position: relative;
  float: left
}

/* Three images */
.three .talent-post-img-container-1 {
  width: calc( 60% - 5px) !important;
  margin-right: 5px;
  /* margin-left: 5px; */
  margin-bottom: 5px;
  height: 305px !important;
  display: block;
  position: relative;
  float: left
}
.three .talent-post-img-container-2 {
  width: calc( 40% - 3px) !important;
  /* margin-right: 5px; */
  margin-left: 3px;
  margin-bottom: 5px;
  height: 150px !important;
  display: block;
  position: relative;
  float: left
}
.three .talent-post-img-container-3 {
  width: calc( 40% - 3px) !important;
  /* margin-right: 5px; */
  margin-left: 3px;
  margin-bottom: 5px;
  height: 150px !important;
  display: block;
  position: relative;
  float: left
}

.caret-img-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  margin-top: 30%;
  margin-left: -10px;
}
.caret-img-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  margin-top: 30%;
  margin-right: -10px;
}

.talent-thumbs-up {
  width: 14px;
  height: 14px;
  object-fit: cover;
  overflow: hidden;
  /* margin-left: -5px; */
  display: block;
  position: relative;
  float: right;
  text-align: right;
}
.talent-share {
  width: 40px;
  height: 30px;
  object-fit: cover;
  overflow: hidden;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: -10px;
  border-radius: 4px;
  display: block;
  position: relative;
  float: right;
  text-align: right;
}
.talent-vid {
  width: 30px;
  height: 30px;
  object-fit: cover;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -10px;
  border-radius: 50%;
  display: block;
  position: relative;
  float: right;
  text-align: right;
  background-color: #f67f00;
}
.talent-share-img-container {
  width: 50px;
  height: 50px;
  object-fit: cover;
  overflow: hidden;
  margin-left: 20px;
  margin-top: 10px;
  border-radius: 50%;
  position: relative;
  float: left;
  cursor: pointer;
}
.talent-video-file-picker {
  display: flex;
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  background-color: #f9f9f9;
  margin-top: 10px;
  cursor: pointer;
}
.talent-video-file-picker img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  margin-left: 15px;
  margin-top: 12px;
}
.talent-video-file-picker span:nth-child(2) {
  display: inline-block;
  color: #1a1a1a;
  font-size: 12px;
  margin-left: 10px;
}
.talent-video-file-picker span:last-child {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: #1a1a1a;
  border-radius: 4px;
  padding: 4px 10px;
  height: 20px;
  line-height: 20px;
  margin-top: 18px;
  background-color: #fff;
  font-size: 12px;
  margin-right: 10px;
  text-align: right;
}

/* Events */
.event-img-container {
  width: 100%;
  height: 150px;
  text-align: center;
  overflow: hidden;
}
.event-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-img-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-20 {
  width: 20px;
  height: 20px;
  object-fit: cover;
  overflow: hidden;
}
.img-25 {
  width: 25px;
  height: 25px;
  object-fit: cover;
  overflow: hidden;
}
.img-32 {
  width: 32px;
  height: 32px;
  object-fit: cover;
  overflow: hidden;
}
.img-35 {
  width: 35px;
  height: 35px;
  object-fit: cover;
  overflow: hidden;
}
.img-40 {
  width: 40px;
  height: 40px;
  object-fit: cover;
  overflow: hidden;
}
.img-50 {
  width: 50px;
  height: 50px;
  object-fit: cover;
  overflow: hidden;
}
.img-80p {
  width: 80%;
  height: 80%;
  object-fit: cover;
  overflow: hidden;
  margin-top: 10%;
}
.event-options {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 20px;
  margin-top: 11px;
  z-index: 2;
  width: 14px;
  height: 14px;
  object-fit: cover;
}
.event-options-full {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 150px;
  margin-bottom: -200px;
  z-index: 4;
  width: 100%;
  padding-bottom: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  background-color: #fff;
}
.event-share {
  width: 50px;
  height: 35px;
  object-fit: cover;
  overflow: hidden;
  margin-left: 10px;
  margin-top: -10px;
  border-radius: 12px;
  display: block;
  position: relative;
  float: right;
  text-align: right;
}
input[type="time" i], input[type="date" i] {
  padding: 10px;
  font-size: 14px;
}
.simple-x {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  background-color: #f67f00;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  margin-right: 2px;
  margin-top: -5px;
  cursor: pointer;
}

.to-grey {
  transition: .3s ease-in-out;
}
.to-grey:hover {
  background-color: #f3f3f3;
}


/* Send a treat */
#gifts-wrapper, #shout-out-wrapper {
  position: fixed;
  z-index: 6;
}
.gift-img-container {
  width: 90%;
  margin-left: 5%;
  margin-top: 10px;
  height: 150px;
  border-radius: 5px;
  overflow: hidden;
}
.gift-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.selected .container.curved-10 {
  /* border: .5px solid #eee; */
}
.selected .container.curved-10:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin-right: 5px;
  margin-top: 5px;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #f67f00;
}

/* Shout out */
.absolute-right-img {
  position: absolute;
  top: 0;
  right: 0;
}

/* Google translate banner */

body > .skiptranslate {
  display: none;
}
.goog-logo-link {
  display: none !important;
}
.translator img {
  display: none;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none;
}

.home-button {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 40px;
  margin-right: 20px;
  z-index: 2;
}

/* Misc */
#dummy {
  opacity: 0;
}
.like-type-container {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 20px;
  margin-top: -50px;
  width: 100px;
  text-align: center;
  padding: 10px;
  z-index: 2;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
}
.like-type-container img {
  width: 25px;
  height: 25px;
  margin-left: 5px;
  object-fit: cover;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.like-type-underlay {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* margin-top: -20vw; */
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  z-index: 2;
}
.like-type-image-display {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -65px;
  margin-top: -5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  object-fit: cover;
}
.parent-img-container {
  width: 100%;
  height: 300px;
  object-fit: cover;
  overflow: hidden;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}
.parental-monitoring {
  width: 100%;
  height: calc(100vh - 5%);
  
}

.game-container {
  width: 100%;
  height: 80vh;
  border-radius: 10px;
  border: .5px solid #f67f00;
}
.top-addendum {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 6px 20px;
  background-color: #f67f00;
  color: #fff;
  border-radius: 3px;
}
.fun-underline {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 50%;
  margin-left: 5%;
  z-index: 3;
  transform: rotate(140deg);
  width: 15% !important;
  height: auto !important;
}
.hero-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  margin-left: 10%;
  height: 70vh;
  object-fit: cover;
  margin-top: 10vh;
  filter: opacity(0.3);
  /* transform: skewX(10deg); */
}
.curve-ex{
  transition: .5s ease-in-out;
  /* border-radius: 0px 0px 50% 50%; */
  width: 130%;
  margin-left: -15%;
}
.copy-icon-absolute {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px;
  color: #F67F00;
  filter: opacity(0.6);
  z-index: 2;
}


.scale-out {
  animation: scale-out 60s linear !important;
}

/* New hero section */
@keyframes scale-out {
  from {
    transform: scale(1)
  }
  to {
    transform: scale(1.5)
  }
}
.hero-section {
  width: 90%;
  height: 750px;
  overflow: hidden;
}
.hero-section img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover;
  object-position: center;
  animation: scale-out 60s linear;
}
.nav-link {
  font-size: 14px;
  color: #fff;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-top: 18px;
  margin-left: 15px;
  text-align: center;
  background: linear-gradient(to top right, #fc5185 20%, #cd7b93);
  /* background-clip: text; */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* padding: 10px; */
  background-color: #444;
  border-radius: 50%;
}
.nav-link i {
  line-height: inherit;
}