  #preloader {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-color: #fff;
      z-index: 999999;
      transition: 0.3s ease opacity;
      text-align: center;
      width: 100%;
      height: 100%
  }

  #preloader:before,
  #preloader:after {
      content: "";
      width: 80px;
      height: 80px;
      border: 3px solid #7abddb;
      display: block;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      opacity: 0;
      transform: translate(-50%, -50%);
      animation-name: LoaderCicle;
      animation-duration: 2s;
      animation-iteration-count: infinite;
      animation-timing-function: linear
  }

  #preloader:after {
      animation-delay: 1s
  }

  @keyframes LoaderCicle {
      0% {
          width: 0;
          height: 0;
          opacity: 0
      }
      10% {
          width: 10px;
          height: 10px;
          opacity: 1
      }
      80% {
          width: 60px;
          height: 60px;
          opacity: 0.1
      }
      100% {
          width: 70px;
          height: 70px;
          opacity: 0
      }
  }

  a:hover,
  a:active {
      color: #7abddb;
      text-decoration: none
  }

  .bg-primary {
      background-color: #a8c452 !important
  }

  .bg-secondary {
      background-color: #0a3484 !important
  }

  .bg-primary-90 {
      background: rgba(0, 188, 209, 0.9)
  }

  .bg-dark-blue {
      background: #F49110

  }

  .bg-light-blue {
      background: #F49110

  }

  .bg-primary-80 {
      background: rgba(0, 188, 209, 0.8)
  }

  .theme-overlay[data-overlay-dark]:before {
      background: #7abddb
  }

  .left-overlay[data-overlay-dark]:before {
      background: rgba(0, 0, 0, 0.76);
      background: linear-gradient(-90deg, transparent, #000 65%)
  }

  .common-block {
      padding: 35px;
      border: 1px solid rgba(0, 0, 0, 0.09);
      border-radius: 4px
  }

  .text-primary {
      color: #a8c452 !important
  }

  .text-secondary {
      color: #0a3484 !important
  }

  .text-primary-hover:hover {
      color: #a8c452 !important
  }

  .text-white-hover:hover {
      color: #fff !important
  }

  .shadow-primary {
      -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2)
  }

  .bd-example>.btn,
  .bd-example>.btn-group,
  .bd-example>.butn {
      margin: .25rem .125rem
  }

  .line-through {
      text-decoration: line-through
  }

  .primary-hover:hover {
      color: #a8c452 !important
  }

  .cursor-pointer {
      cursor: pointer
  }

  .height-100vh {
      height: 100vh
  }

  /*@media screen and (min-width: 1200px) {*/
  /*    .container {*/
  /*        max-width: 1170px*/
  /*    }*/
  /*}*/

  /*@media screen and (min-width: 1400px) {*/
  /*    .container {*/
  /*        max-width: 1320px*/
  /*    }*/
  /*}*/

  /*@media screen and (max-width: 991px) {*/
  /*    .mfp-container {*/
  /*        padding-left: 15px;*/
  /*        padding-right: 15px*/
  /*    }*/
  /*}*/

  /*@media screen and (max-width: 479px) {*/
  /*    .xs-width-145px {*/
  /*        width: 145px;*/
  /*        position: relative;*/
  /*        top: 4px;*/
  /*        margin-right: 0*/
  /*    }*/
  /*}*/

  .dept-category li {
      border-color: #eaeaea;
      padding-left: 40px !important
  }

  .dept-category li.active a {
      color: #7abddb;
      font-weight: bold
  }

  .dept-category li.active:before {
      color: #7abddb
  }

  .dept-category.list-style-5 li:before {
      left: 15px;
      margin-top: 1px;
      font-size: 14px
  }

  .list-style-5.no-list-style li {
      padding-left: 10px;
      padding-right: 10px
  }

  .list-style-5.no-list-style li:before {
      content: none
  }

  .list-style-none li {
      list-style: none
  }

  .list-style-1 li {
      padding: 5px 0
  }

  @media screen and (max-width: 991px) {
      .categories .collapse-sm:after {
          font-family: Font Awesome\ 5 Free;
          content: "\f105";
          float: right;
          margin-top: 1px
      }
      .categories .collapse-sm.current:after {
          font-family: Font Awesome\ 5 Free;
          content: "\f107";
          float: right
      }
      .categories .dept-category {
          display: none
      }
  }

  .scroll-to-top {
      font-size: 20px;
      text-align: center;
      color: #fff;
      text-decoration: none;
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: none;
      border-radius: 50%;
      background: #000;
      border: 1px solid #2a2a2a;
      width: 35px;
      height: 35px;
      line-height: 30px;
      z-index: 9999;
      outline: 0;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all 0.3s ease
  }

  .scroll-to-top i {
      color: #fff
  }

  .scroll-to-top:hover {
      color: #1e2022;
      background: #fff
  }

  .scroll-to-top:hover i {
      color: #1e2022
  }

  .scroll-to-top:visited {
      background: #000;
      color: #1e2022;
      text-decoration: none
  }

  .butn {
      background: #7abddb;
      cursor: pointer;
      font-weight: 600;
      color: #fff;
      letter-spacing: 1px;
      font-size: 14px;
      line-height: 20px;
      padding: 16px 32px;
      border-radius: 3px;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      -webkit-transition: all linear 300ms;
      transition: all linear 300ms;
      border: none;
      text-align: center
  }

  .butn:hover,
  .butn:active {
      color: #fff;
      background: #1e2022
  }

  a.butn:hover,
  a.butn:active,
  a.butn:focus {
      color: #fff;
      background: #1e2022
  }

  .butn:focus {
      color: #fff
  }

  .butn.white {
      background: #fff;
      color: #7abddb
  }

  .butn.white:hover {
      color: #fff;
      background: #1e2022
  }

  a.butn.white:hover,
  a.butn.white:active,
  a.butn.white:focus {
      color: #fff;
      background: #1e2022
  }

  .butn.dark {
      color: #fff;
      background: #1e2022
  }

  .butn.dark:hover,
  .butn.dark:active,
  .butn.dark:focus {
      color: #fff;
      background: #7abddb
  }

  .butn.white-hover:hover,
  .butn.white-hover:active,
  .butn.white-hover:focus {
      color: #7abddb;
      background: #fff
  }

  .butn.small {
      letter-spacing: 1px;
      font-size: 12px;
      line-height: 20px;
      padding: 8px 20px;
      white-space: nowrap
  }

  .butn.md {
      letter-spacing: 1px;
      font-size: 13px;
      line-height: 20px;
      padding: 12px 24px
  }

  .butn.transparent {
      background: none;
      border: 1px solid #dee2e6;
      color: #1e2022
  }

  .butn.transparent:hover {
      background: #7abddb;
      border: 1px solid #7abddb;
      color: #fff
  }

  .butn.appointment {
      background: #f15b5a;
      color: #fff;
      padding: 12px 14px !important;
      font-size: 14px
  }

  @media screen and (max-width: 991px) {
      .butn {
          padding: 14px 28px;
          font-size: 13px
      }
      .butn.appointment {
          padding: 7px 5px 7px 5px !important;
          background: none;
          color: #f15b5a
      }
      .butn.appointment:hover {
          color: #7abddb;
          background: none
      }
  }

  @media screen and (max-width: 767px) {
      .butn {
          padding: 12px 24px
      }
      .xs-letter-spacing-2 {
          letter-spacing: 2px
      }
  }

  #top-bar {
      display: block;
      position: relative;
      z-index: 999;
      padding: 7px 0
  }

  .top-bar-info {
      display: inline-block;
      vertical-align: middle
  }

  .top-bar-info li i {
      font-size: 16px;
      color: #7abddb;
      margin-right: 8px;
      margin-top: 0;
      display: inline-block;
      vertical-align: text-bottom
  }

  .top-bar-info ul {
      margin-bottom: 0
  }

  .top-bar-info li {
      font-weight: 500;
      list-style-type: none;
      font-size: 13px;
      border-color: rgba(225, 225, 225, 0.6) !important;
      padding: 0 15px 0 0;
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 0
  }

  .top-bar-info li:last-child {
      padding-right: 0;
      margin-right: 0
  }

  .top-social-icon {
      padding: 0;
      float: right;
      margin: 0
  }

  .top-social-icon li {
      font-size: 14px;
      list-style-type: none;
      float: left;
      text-align: center;
      margin: 0;
      padding: 0 7px
  }

  .top-social-icon li:last-child {
      padding-right: 0
  }

  .top-social-icon li:last-child a {
      padding-right: 0
  }

  .top-social-icon li a {
      color: #fff;
      line-height: 28px;
      -moz-transition-duration: .3s;
      -ms-transition-duration: .3s;
      -webkit-transition-duration: .3s;
      -o-transition-duration: .3s;
      transition-duration: .3s;
      padding: 0 3px
  }

  @media screen and (max-width: 575px) {
      .top-bar-info li {
          border-right: none !important;
          margin-right: 0
      }
  }

  .header-icon {
      border: 1px solid #7abddb;
      border-radius: 50%;
      min-height: 50px;
      min-width: 50px;
      line-height: 2;
      font-size: 24px;
      text-align: center;
      display: inline-block
  }

  .header-icon i {
      vertical-align: sub
  }

  .header-icon2 {
      border: none;
      background: rgba(0, 188, 209, 0.1);
      color: #7abddb;
      border-radius: 50%;
      height: 50px;
      width: 50px;
      text-align: center;
      font-size: 22px;
      line-height: 50px
  }

  .header-icon3 {
      border: 1px solid #fff;
      background: #fff;
      color: #7abddb;
      border-radius: 50%;
      min-height: 50px;
      min-width: 50px;
      line-height: 2;
      font-size: 24px;
      text-align: center;
      display: inline-block
  }

  .navbar-nav li.current>a {
      color: #7abddb
  }

  .navbar-nav li.current>a,
  .navbar-nav li.active>a {
      color: #ffffff;
      background: #F49110;
      border-radius: 0px 16px 0px 19px;
  }

  .navbar>ul>li.current>a:after {
      border-color: transparent #7abddb #7abddb transparent
  }

  .menu_area-light .navbar-nav li.current>a,
  .menu_area-light .navbar-nav li.active>a {
      color: #7abddb
  }

  .menu_area-light .navbar>ul>li.current>a:after {
      border-color: transparent #7abddb #7abddb transparent
  }

  .menu_area-light.scrollHeader .navbar-nav li.current>a {
      color: #7abddb
  }

  .menu_area-light.scrollHeader .navbar-nav li.current>a:hover {
      color: #7abddb
  }

  .menu_area-light.scrollHeader .navbar-nav li.active>a {
      color: #7abddb
  }

  .menu_area-light.scrollHeader .navbar>ul>li.current>a:after {
      border-color: transparent #7abddb #7abddb transparent
  }

  .header-style3 .navbar-nav li.current>a {
      color: #7abddb
  }

  .header-style3 .navbar>ul>li.current>a:after {
      border-color: transparent #7abddb #7abddb transparent
  }

  .header-style3.scrollHeader .navbar-nav li.current>a {
      color: #7abddb
  }

  .header-style3.scrollHeader .navbar-nav li.current>a:hover {
      color: #7abddb
  }

  .header-style3.scrollHeader .navbar>ul>li.current>a:after {
      border-color: transparent #7abddb #7abddb transparent
  }

  @media screen and (min-width: 992px) {
      .header-style3 .navbar ul ul li.active>a {
          color: #7abddb
      }
      .menu_area-light .navbar-nav li.current>a,
      .menu_area-light .navbar-nav li.active>a {
          color: #7abddb
      }
      .menu_area-light .navbar ul ul li.active>a {
          color: #7abddb
      }
      .menu_area-light .navbar>ul>li.current>a:after {
          border-color: transparent #7abddb #7abddb transparent
      }
      .menu_area-light .navbar-nav>li.has-sub>a:hover {
          color: #7abddb
      }
      .menu_area-light .navbar>ul>li.has-sub>a:after {
          border-color: transparent #fff #fff transparent
      }
      .menu_area-light .navbar>ul>li.has-sub>a:hover:after {
          border-color: transparent #7abddb #7abddb transparent
      }
      .menu_area-light .navbar-nav li.has-sub a:hover {
          color: #7abddb
      }
      .menu_area-light .navbar>ul>li.current>a:after {
          border-color: transparent #7abddb #7abddb transparent
      }
      .menu_area-light.scrollHeader .navbar-nav>li>a {
          color: #fff
      }
      .menu_area-light.scrollHeader .navbar-nav>li.has-sub>a:hover {
          color: #7abddb
      }
      .menu_area-light.scrollHeader .navbar>ul>li.has-sub>a:after {
          border-color: transparent #fff #fff transparent
      }
      .menu_area-light.scrollHeader .navbar>ul>li.has-sub>a:hover:after {
          border-color: transparent #7abddb #7abddb transparent
      }
      .menu_area-light.scrollHeader .navbar-nav li.current>a {
          color: #7abddb
      }
      .menu_area-light.scrollHeader .navbar-nav li.current>a:hover {
          color: #7abddb
      }
      .menu_area-light.scrollHeader .navbar>ul>li.current>a:after {
          border-color: transparent #7abddb #7abddb transparent
      }
      .menu_area-light .attr-nav>ul>li>a {
          color: #fff
      }
  }

  @media screen and (max-width: 991px) {
      .navbar ul ul li.active>a {
          color: #7abddb
      }
      .navbar-nav li.active>a {
          opacity: 1;
          color: #7abddb
      }
  }

  @media screen and (max-width: 1399px) {
      .header-custom .navbar-default .butn.appointment {
          background: transparent;
          color: #f15b5a;
          padding: 0 !important
      }
      .header-custom .navbar-default .butn.appointment i {
          vertical-align: top !important;
          margin-right: 0 !important
      }
  }

  @media screen and (max-width: 1199px) {
      .header-custom .navbar-nav>li {
          margin-left: 2px
      }
      .header-custom .attr-nav>ul>li>a {
          padding: 19px 8px
      }
      .header-custom .navbar-brand img {
          max-height: 36px
      }
  }

  @media screen and (max-width: 991px) {
      .header-custom .navbar-toggler {
          top: 16px
      }
      .header-custom .attr-nav {
          margin-top: 0
      }
      .header-custom .navbar-default .butn.appointment {
          padding: 7px 5px 7px 5px !important
      }
      .header-custom .attr-nav>ul>li>a {
          padding: 0
      }
      .header-custom .navbar-nav {
          top: 70px
      }
  }

  @media screen and (max-width: 479px) {
      .header-custom .navbar-nav {
          top: 68px
      }
  }

  .header-custom-fill #top-bar {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25)
  }

  @media screen and (max-width: 991px) {
      .header-custom-fill .navbar-toggler {
          background: #fff
      }
      .header-custom-fill .navbar-toggler:after {
          border-top: 2px solid #1e2022;
          border-bottom: 2px solid #1e2022
      }
      .header-custom-fill .navbar-toggler:before {
          background: #1e2022
      }
      .header-custom-fill .navbar-toggler.menu-opened:after {
          background: #1e2022;
          border: transparent
      }
      .header-custom-fill .navbar-toggler.menu-opened:before {
          background: #1e2022
      }
      .header-custom-fill .attr-nav>ul>li>a {
          color: #fff
      }
      .header-custom-fill .badge.bg-primary {
          color: #7abddb;
          background: #fff !important
      }
      .header-custom-fill .top-search {
          position: absolute;
          width: 100%;
          left: 0;
          top: 120px
      }
  }

  @media screen and (max-width: 767px) {
      .header-custom-fill .top-search {
          top: 78px
      }
  }

  @media screen and (max-width: 479px) {
      .header-custom-fill .top-search {
          top: 68px
      }
  }

  .onepage-nav {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      background: #fff;
      z-index: 99;
      min-height: 70px;
      padding: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1)
  }

  .onepage-nav .logo {
      padding: 10px 0;
      width: 70%;
      text-align: left;
  }

  .prl-nme-hed {
      width: 20%;
  }

  .onepage-nav .logo img {
      width: 22%;
  }

  .onepage-nav.nav-scroll {
      background: #fff;
      box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
      position: fixed;
      top: -100px;
      left: 0;
      width: 100%;
      transition: transform .5s;
      transform: translateY(100px);
      z-index: 99
  }

  .header .social-links a {
      display: inline-block;
      margin: 0 12px;
      font-size: 18px
  }

  .header .social-links a:hover {
      opacity: 0.85
  }

  .header .social-links:last-child {
      margin-right: 0
  }

  .navbar .navbar-nav .nav-link.active {
      color: #00baee
  }

  .navbar.nav-scroll .navbar-nav .nav-link:hover,
  .navbar.nav-scroll .navbar-nav .nav-link.active {
      color: #00baee
  }

  @media screen and (max-width: 1499px) {
      .onepage-nav>.container {
          padding-right: 5.5rem
      }
  }

  @media screen and (max-width: 1399px) {
      .onepage-nav>.container {
          padding-right: 1rem
      }
  }

  @media screen and (max-width: 1299px) {
      .onepage-nav>.container {
          padding-right: 3.5rem
      }
  }

  @media screen and (max-width: 991px) {
      .onepage-nav {
          padding-left: calc(var(--bs-gutter-x)/ 2);
          padding-right: calc(var(--bs-gutter-x)/ 2);
          --bs-gutter-x: 1.5rem;
          width: 100%;
          background: #fff
      }
      .onepage-nav .logo {
          width: 210px
      }
      .onepage-nav>.container {
          padding: 10px 0;
          position: relative
      }
      .onepage-nav .navbar-nav {
          top: 0;
          position: relative;
          background: #e96177a1;
          display: block
      }
      .onepage-nav .navbar-nav li {
          border-top: 1px solid rgba(255, 255, 255, 0.1);
          float: none
      }
      .onepage-nav .navbar-nav>li>a {
          color: #fff
      }
      .onepage-nav .navbar-toggler {
          top: 50%;
          transform: translateY(-50%);
      }
      .onepage-nav .navbar-nav .nav-link {
          padding: 12px 15px
      }
      .onepage-nav .logo {
          padding: 6px 0
      }
  }

  .side-menu {
      width: 30%;
      position: fixed;
      right: 0;
      top: 0;
      background: #1e2022;
      z-index: 99999;
      height: 100%;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      -webkit-transition: -webkit-transform .5s ease;
      transition: -webkit-transform .5s ease;
      -o-transition: -o-transform .5s ease;
      transition: transform .5s ease;
      transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
      transition: transform .5s ease, -webkit-transform .5s ease;
      overflow: hidden
  }

  .side-menu.left {
      left: 0;
      right: auto;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0)
  }

  .side-menu.black {
      background: #232323
  }

  .side-menu.side-menu-active,
  .side-menu.before-side {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  .side-menu .navbar-brand {
      margin: 0 0 2.5rem 0
  }

  #close_sidebar {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
      -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
      transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
      display: none;
      z-index: 9999;
      opacity: 0.4
  }

  .side-menu .btn-close {
      height: 33px;
      width: 33px;
      display: inline-block;
      text-align: center;
      position: absolute;
      top: 30px;
      right: 15px;
      cursor: pointer;
      background: none;
      opacity: 1
  }

  .side-menu.before-side .btn-close {
      display: none
  }

  .side-menu .btn-close:before,
  .side-menu .btn-close:after {
      position: absolute;
      left: 16px;
      content: ' ';
      height: 24px;
      width: 2px;
      background: #fff;
      top: 5px
  }

  .side-menu .btn-close:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg)
  }

  .side-menu .btn-close:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg)
  }

  .sidemenu_btn {
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
      width: 36px;
      padding: 6px;
      margin-right: 1rem;
      position: absolute;
      right: 100px;
      top: 22px;
      z-index: 99
  }

  .sidemenu_btn.left {
      left: 15px;
      right: auto
  }

  .sidemenu_btn>span {
      height: 2px;
      width: 100%;
      background: #1e2022;
      display: block
  }

  .sidemenu_btn>span:nth-child(2) {
      margin: 4px 0
  }

  .nav-scroll .sidemenu_btn>span {
      background: #232323
  }

  .bg-black.nav-scroll .sidemenu_btn>span {
      background: #fff
  }

  .bg-white .sidemenu_btn>span,
  .bg-white.nav-scroll .sidemenu_btn>span {
      background: #232323
  }

  .side-menu .inner-wrapper {
      padding: 3.5rem 5rem;
      height: 100%;
      position: relative;
      overflow-y: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: left;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }

  .side-menu .side-nav {
      margin-bottom: 30px;
      display: block
  }

  .side-nav .navbar-nav .nav-item {
      display: block;
      margin: 10px 0;
      padding: 0 !important;
      opacity: 0;
      -webkit-transition: all 0.8s ease 500ms;
      -o-transition: all 0.8s ease 500ms;
      transition: all 0.8s ease 500ms;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      -o-transform: translateY(30px);
      transform: translateY(30px)
  }

  .side-nav .navbar-nav .nav-item:first-child {
      -webkit-transition-delay: .1s;
      -o-transition-delay: .1s;
      transition-delay: .1s
  }

  .side-nav .navbar-nav .nav-item:nth-child(2) {
      -webkit-transition-delay: .2s;
      -o-transition-delay: .2s;
      transition-delay: .2s
  }

  .side-nav .navbar-nav .nav-item:nth-child(3) {
      -webkit-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s
  }

  .side-nav .navbar-nav .nav-item:nth-child(4) {
      -webkit-transition-delay: .4s;
      -o-transition-delay: .4s;
      transition-delay: .4s
  }

  .side-nav .navbar-nav .nav-item:nth-child(5) {
      -webkit-transition-delay: .5s;
      -o-transition-delay: .5s;
      transition-delay: .5s
  }

  .side-nav .navbar-nav .nav-item:nth-child(6) {
      -webkit-transition-delay: .6s;
      -o-transition-delay: .6s;
      transition-delay: .6s
  }

  .side-nav .navbar-nav .nav-item:nth-child(7) {
      -webkit-transition-delay: .7s;
      -o-transition-delay: .7s;
      transition-delay: .7s
  }

  .side-nav .navbar-nav .nav-item:nth-child(8) {
      -webkit-transition-delay: .8s;
      -o-transition-delay: .8s;
      transition-delay: .8s
  }

  .side-nav .navbar-nav .nav-item:nth-child(9) {
      -webkit-transition-delay: .9s;
      -o-transition-delay: .9s;
      transition-delay: .9s
  }

  .side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      opacity: 1
  }

  .side-nav .navbar-nav .nav-link {
      display: inline-table;
      color: #fff;
      padding: 2px 0 3px 0 !important;
      font-size: 1.5rem;
      font-weight: 300;
      line-height: normal;
      position: relative;
      -webkit-border-radius: 0;
      border-radius: 0
  }

  .side-nav .navbar-nav .nav-link:after {
      content: "";
      position: absolute;
      background: #fff;
      display: inline-block;
      width: 0;
      height: 1px;
      bottom: 0;
      left: 0;
      overflow: hidden;
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
      transition: all 0.5s cubic-bezier(0, 0, 0.2, 1)
  }

  .side-nav .navbar-nav .nav-link:hover:after,
  .side-nav .navbar-nav .nav-link:focus:after {
      width: 100%
  }

  .side-nav .navbar-nav .nav-link.active {
      background: transparent
  }

  .side-nav .navbar-nav .nav-link.active:after {
      width: 100%
  }

  .side-menu .social-links a {
      color: #fff
  }

  .side-menu .social-links a:hover {
      opacity: 0.65
  }

  @media screen and (max-width: 1399px) {
      .sidemenu_btn {
          margin-right: 0
      }
  }

  .main-slider {
      height: 900px
  }

  .main-slider * {
      height: 100%
  }

  .slider-fade .owl-theme .owl-nav {
      margin-top: 0;
      height: auto;
      line-height: 40px
  }

  .slider-fade .owl-theme .owl-dots .owl-dot span {
      background: rgba(255, 255, 255, 0.85)
  }

  .slider-fade .owl-nav .owl-next {
      position: absolute;
      right: 15px;
      top: 47%;
      background: #fff !important;
      opacity: 1;
      border-radius: 0;
      line-height: 32px
  }

  .slider-fade .owl-nav .owl-next:hover {
      opacity: 0.65
  }

  .slider-fade .owl-nav .owl-next span {
      color: #1e2022
  }

  .slider-fade .owl-nav .owl-prev {
      position: absolute;
      left: 15px;
      top: 47%;
      background: #fff !important;
      opacity: 1;
      border-radius: 0;
      line-height: 32px
  }

  .slider-fade .owl-nav .owl-prev:hover {
      opacity: 0.65
  }

  .slider-fade .owl-nav .owl-prev span {
      color: #1e2022
  }

  .owl-carousel .caption .overflow-hidden {
      display: inline-block
  }

  .owl-carousel .caption h3 {
      font-weight: 200;
      animation-delay: 0.5s;
      position: relative;
      display: inline-block
  }

  .owl-carousel .caption h1 {
      margin: 10px 0;
      font-size: 80px;
      font-weight: 600;
      text-transform: uppercase;
      animation-delay: 0.8s
  }

  .owl-carousel .caption p {
      font-size: 18px;
      color: #eee;
      word-spacing: 2px;
      animation-delay: 1.2s
  }

  .owl-carousel .caption span {
      display: inline-block;
      padding: .2em 0
  }

  .owl-carousel .caption .butn {
      animation-delay: 1.4s
  }

  .owl-carousel .caption .butn i {
      position: relative;
      top: 1px;
      z-index: 9
  }

  .owl-carousel .caption .butn span {
      padding: 0
  }

  .slider-fade .owl-item {
      position: relative
  }

  .slider-fade .item {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: center center
  }

  .slider-fade .item .caption {
      width: 100%;
      z-index: 9;
      height: auto
  }

  .slider-fade .owl-theme .owl-dots {
      position: absolute;
      bottom: 3vh;
      width: 100%;
      left: 0;
      height: auto
  }

  @media only screen and (max-width: 1600px) {
      .main-slider {
          height: 700px
      }
  }

  @media only screen and (max-width: 1400px) {
      .main-slider {
          height: 650px
      }
  }

  @media only screen and (max-width: 1199px) {
      .main-slider {
          height: 600px
      }
      .slider-fade .owl-nav .owl-next {
          top: 45%
      }
      .slider-fade .owl-nav .owl-prev {
          top: 45%
      }
      .owl-carousel .caption h1 {
          font-size: 66px
      }
  }

  @media only screen and (max-width: 991px) {
      .main-slider {
          height: 575px
      }
      .slider-fade .owl-theme .owl-nav {
          margin-top: 0
      }
      .owl-carousel .caption h1 {
          font-size: 48px
      }
      .owl-carousel .caption p {
          font-size: 16px
      }
  }

  @media only screen and (max-width: 767px) {
      .main-slider {
          height: 550px
      }
      .owl-carousel .caption h1 {
          font-size: 42px;
          margin-top: 5px
      }
      .owl-carousel .caption h3 {
          letter-spacing: 1px
      }
  }

  @media only screen and (max-width: 575px) {
      .main-slider {
          height: 480px
      }
      .owl-carousel .caption h1 {
          font-size: 34px
      }
  }

  @media only screen and (max-width: 480px) {
      .main-slider {
          height: 420px
      }
      .owl-carousel .caption h1 {
          font-size: 28px;
          margin-top: 5px
      }
  }

  .slider-fade3 .owl-stage-outer {
      height: 100%
  }

  .slider-fade3 .owl-item {
      height: 100vh;
      position: relative
  }

  .slider-fade3 .text-center h1 {
      margin-left: auto;
      margin-right: auto
  }

  .slider-fade3 .text-right h1 {
      margin-right: 0;
      margin-left: auto
  }

  .slider-fade3 .item {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: center center
  }

  .slider-fade3 .item .caption {
      width: 100%;
      z-index: 9
  }

  .slider-fade3 .owl-carousel .caption .overflow-hidden {
      display: inline-block;
      margin-top: -15rem
  }

  .slider-fade3 .owl-carousel .caption h3 {
      font-weight: 200;
      animation-delay: 0.5s;
      display: inline-block;
      position: relative
  }

  .slider-fade3 .owl-carousel .caption h3:before {
      content: "";
      width: 50px;
      height: 1px;
      background: #7abddb;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px
  }

  .slider-fade3 .owl-carousel .caption h1 {
      animation-delay: 0.8s;
      font-size: 4rem;
      text-transform: none;
      font-weight: 700
  }

  .slider-fade3 .owl-carousel .caption p {
      color: #eee;
      word-spacing: 2px;
      animation-delay: 1.2s;
      margin-bottom: 30px
  }

  .slider-fade3 .owl-carousel .caption span {
      display: inline-block
  }

  .slider-fade3 .owl-carousel .caption .butn {
      animation-delay: 1.4s
  }

  .slider-fade3 .owl-theme .owl-dots {
      position: absolute;
      bottom: 5vh;
      width: 100%;
      left: 0
  }

  .slider-fade3 .owl-theme .owl-dots .owl-dot span {
      background: #ffffff
  }

  .slider-fade3 .owl-theme .owl-dots .owl-dot:hover span,
  .slider-fade3 .owl-theme .owl-dots .owl-dot.active span {
      background: #7abddb
  }

  .slider-fade3 .owl-theme .owl-nav {
      margin-top: -15rem
  }

  .slider-fade3 .owl-theme .owl-nav [class*='owl-'] {
      position: absolute;
      right: inherit;
      top: 0;
      bottom: 0;
      width: 60px;
      height: 60px;
      border: none;
      background: rgba(255, 255, 255, 0.5) !important;
      border-radius: 60px;
      line-height: 65px;
      transition-duration: 500ms;
      left: 5vh;
      text-align: center;
      margin: auto;
      opacity: 0.3
  }

  .slider-fade3 .owl-theme .owl-nav .owl-next {
      top: 0;
      bottom: 0;
      left: inherit;
      right: 5vh
  }

  .slider-fade3 .owl-theme .owl-nav .owl-next:hover {
      opacity: 1;
      background: #a8c452 !important
  }

  .slider-fade3 .owl-theme .owl-nav .owl-prev:hover {
      opacity: 1;
      background: #a8c452 !important
  }

  .slider-fade3 .owl-nav i,
  .slider-fade3 .owl-nav span {
      font-weight: 600;
      color: #fff;
      transition-duration: 500ms;
      font-size: 20px
  }

  .slider-fade3 .owl-nav .owl-next:hover i,
  .slider-fade3 .owl-nav .owl-prev:hover i {
      color: #fff
  }

  @media screen and (max-width: 1199px) {
      .slider-fade3 .owl-carousel .caption h1 {
          font-size: 3.5rem
      }
  }

  @media screen and (max-width: 991px) {
      .slider-fade3 .owl-carousel .caption .overflow-hidden {
          margin-top: -10rem
      }
      .slider-fade3 .owl-carousel .caption h1 {
          font-size: 3rem
      }
  }

  @media screen and (max-width: 767px) {
      .slider-fade3 .owl-carousel .caption .overflow-hidden {
          margin-top: -6rem
      }
      .slider-fade3 .owl-carousel .caption h1 {
          font-size: 2.6rem
      }
      .slider-fade3 .owl-carousel .caption h3 {
          font-size: 1rem
      }
  }

  @media screen and (max-width: 575px) {
      .slider-fade3 .owl-carousel .caption h1 {
          font-size: 2rem
      }
  }

  @media screen and (max-width: 479px) {
      .slider-fade3 .owl-carousel .caption h1 {
          font-size: 1.8rem
      }
  }

  .slider-fade-shop {
      background: #f4f5f9
  }

  .slider-fade-shop .caption p {
      animation-delay: 0.5s
  }

  .slider-fade-shop .caption h1 {
      animation-delay: 0.8s
  }

  .slider-fade-shop .caption .subheading {
      animation-delay: 1.2s
  }

  .slider-fade-shop .owl-carousel,
  .slider-fade-shop .owl-stage-outer,
  .slider-fade-shop .owl-stage {
      height: 100%
  }

  .slider-fade-shop .owl-item {
      height: 100%;
      position: relative
  }

  .slider-fade-shop .item {
      padding: 10% 0
  }

  .slider-fade-shop .item .caption {
      width: 100%;
      z-index: 9
  }

  .slider-fade-shop .owl-carousel .caption h1 {
      text-transform: inherit;
      font-weight: 600;
      letter-spacing: -1.5px;
      margin: 0;
      font-size: 72px
  }

  .slider-fade-shop .owl-carousel .caption p {
      color: inherit;
      font-size: 16px;
      letter-spacing: 0.5px;
      font-weight: 600;
      margin-bottom: 0
  }

  .slider-fade-shop .subheading {
      font-weight: 500;
      font-size: 48px;
      line-height: normal;
      margin-bottom: 20px
  }

  .slider-fade-shop .subheading strong {
      color: #7abddb
  }

  .slider-fade-shop .owl-theme .owl-nav {
      margin: 0
  }

  .slider-fade-shop .owl-theme .owl-nav [class*='owl-'] {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      font-size: 18px;
      color: rgba(0, 0, 0, 0.25);
      box-shadow: none;
      background: rgba(0, 0, 0, 0.1) !important;
      line-height: 45px;
      width: 55px;
      height: 55px;
      border-radius: 0
  }

  .slider-fade-shop .owl-theme .owl-nav [class*='owl-']:hover {
      background: #a8c452 !important;
      color: #fff
  }

  .slider-fade-shop .owl-theme .owl-nav .owl-prev {
      left: 30px
  }

  .slider-fade-shop .owl-theme .owl-nav .owl-next {
      right: 30px
  }

  .slider-fade-shop .owl-nav.disabled+.owl-dots {
      margin-top: -45px !important;
      margin-bottom: 15px;
      position: relative;
      z-index: 9
  }

  .slider-fade-shop .owl-dots {
      margin-top: 30px
  }

  .slider-fade-shop .owl-dots .custom-dot {
      margin-top: 0
  }

  .slider-fade-shop .owl-dots .custom-dot span {
      background: rgba(0, 0, 0, 0.09)
  }

  .slider-fade-shop .owl-dots .custom-dot.active span,
  .slider-fade-shop .owl-dots .custom-dot:hover span {
      background-color: #7abddb
  }

  @media screen and (max-width: 1199px) {
      .slider-fade-shop .owl-carousel .caption h1 {
          font-size: 64px
      }
      .slider-fade-shop .subheading {
          font-size: 42px
      }
  }

  @media screen and (max-width: 991px) {
      .slider-fade-shop .item {
          padding: 12% 0
      }
      .slider-fade-shop .owl-carousel .caption h1 {
          font-size: 48px;
          margin-bottom: 5px
      }
      .slider-fade-shop .subheading {
          font-size: 34px
      }
  }

  @media screen and (max-width: 767px) {
      .slider-fade-shop .owl-carousel .caption h1 {
          font-size: 42px
      }
      .slider-fade-shop .subheading {
          font-size: 30px
      }
  }

  @media screen and (max-width: 575px) {
      .slider-fade-shop .item {
          padding: 15% 0
      }
      .slider-fade-shop .owl-carousel .caption h1 {
          font-size: 38px
      }
      .slider-fade-shop .subheading {
          font-size: 28px
      }
  }

  .page-title-section {
      padding: 125px 0 125px;
      text-align: center
  }

  .page-title-section h1 {
      font-size: 40px;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: 1;
      color: #fff;
      margin-bottom: 0
  }

  .page-title-section ul {
      margin-bottom: 0;
      margin-top: 15px;
      text-align: center;
      padding-left: 0
  }

  .page-title-section ul li {
      display: inline-block
  }

  .page-title-section ul li:last-child a {
      color: #fff;
      font-weight: 600
  }

  .page-title-section ul li:after {
      content: '\f105';
      font-weight: 700;
      vertical-align: middle;
      color: #fff;
      font-family: Font Awesome\ 5 Free;
      padding: 0 5px 0 10px
  }

  .page-title-section ul li:last-child:after {
      content: none
  }

  .page-title-section ul li a {
      color: #fff;
      font-size: 14px;
      font-weight: 500
  }

  .page-title-section .active a,
  .page-title-section li.active:last-child a {
      color: #fff
  }

  @media screen and (max-width: 1199px) {
      .page-title-section {
          padding: 85px 0
      }
      .page-title-section h1 {
          font-size: 36px;
          line-height: 42px
      }
  }

  @media screen and (max-width: 991px) {
      .page-title-section {
          padding: 70px 0
      }
      .page-title-section h1 {
          font-size: 30px;
          line-height: 40px
      }
      .page-title-section ul {
          margin-top: 10px
      }
      .page-title-section ul li a {
          font-size: 13px
      }
  }

  @media screen and (max-width: 767px) {
      .page-title-section {
          padding: 60px 0
      }
      .page-title-section h1 {
          font-size: 28px;
          line-height: 36px
      }
      .page-title-section ul {
          margin-top: 5px
      }
  }

  .feature-box-01 .icon-circle {
      border: 2px solid #02bdd1;
      border-radius: 50%;
      min-height: 75px;
      text-align: center;
      min-width: 75px;
      display: inline-block
  }

  .feature-box-01 .icon-circle img {
      margin-top: 0.7rem
  }

  @media screen and (max-width: 991px) {
      .feature-box-01 .icon-circle {
          min-width: 60px;
          min-height: 60px;
          border-width: 1px
      }
      .feature-box-01 .icon-circle img {
          margin-top: 0.5rem;
          max-width: 40px
      }
  }

  .feature-box-02 {
      margin-top: -90px
  }

  @media screen and (max-width: 1400px) {
      .feature-box-02 {
          margin-top: -70px
      }
  }

  @media screen and (max-width: 991px) {
      .feature-box-02 {
          margin-top: 0
      }
  }

  @media screen and (max-width: 767px) {
      .feature-box-02 {
          margin-top: 0
      }
      .feature-box-02 h4 {
          letter-spacing: 2px
      }
  }

  .feature-box-03 {
      margin-top: -90px
  }

  @media screen and (max-width: 1399px) {
      .feature-box-03 {
          margin-top: -70px
      }
  }

  @media screen and (max-width: 991px) {
      .feature-box-03 {
          margin-top: 0
      }
  }

  @media screen and (max-width: 767px) {
      .feature-box-03 {
          margin-top: 0
      }
      .feature-box-03 h4 {
          letter-spacing: 2px
      }
  }

  .card-style1 {
      box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
      background: #fff;
      height: 100%
  }

  .card-style1 .card-img {
      position: relative;
      overflow: hidden
  }

  .card-style1 .card-img:hover img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%)
  }

  .card-style1 .card-img img {
      width: 100%;
      -webkit-filter: none;
      filter: none;
      transition: 0.3s
  }

  .card-style1 .card-body {
      padding: 30px;
      text-align: left
  }

  .card-style1 .card-body .tag {
      font-size: 12px;
      margin-bottom: 5px;
      letter-spacing: 1px
  }

  .card-style1 .card-body .read-more {
      margin-top: 20px;
      font-weight: 600
  }

  .card-style1 .card-body .read-more:hover {
      text-decoration: underline
  }

  .card-style1 .card-body p {
      line-height: 24px
  }

  @media screen and (max-width: 991px) {
      .card-style1 .card-body {
          padding: 20px 25px
      }
      .card-style1 .card-body p {
          margin-bottom: 10px
      }
  }

  .card-style2 {
      box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
      background: #fff;
      height: 100%
  }

  .card-style2 .card-img {
      position: relative;
      overflow: hidden
  }

  .card-style2 .card-img:hover img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%)
  }

  .card-style2 .card-img img {
      width: 100%;
      -webkit-filter: none;
      filter: none;
      transition: 0.3s
  }

  .card-style2 .card-body {
      padding: 20px;
      text-align: left
  }

  .card-style2 .card-body p {
      line-height: 24px
  }

  .card-style2 .card-body h5 {
      line-height: normal;
      text-transform: inherit
  }

  .card-style3 .card-img {
      position: relative
  }

  .card-style3 .card-img img {
      border-top-right-radius: 10px;
      border-top-left-radius: 10px
  }

  .card-style3 .card-img .icon {
      position: absolute;
      display: inline-block;
      height: 70px;
      width: 70px;
      background: #fff;
      text-align: center;
      line-height: 70px;
      left: 30px;
      font-size: 22px;
      color: #7abddb;
      border-radius: 50%;
      -webkit-box-shadow: 0px 10px 20px 0 #e1245433;
      box-shadow: 0px 10px 20px 0 rgba(0, 188, 209, 0.2);
      bottom: -35px
  }

  .card-style3 .card-body h3 a:hover {
      color: #a8c452 !important
  }

  .card-style4 {
      box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
      border-radius: 10px;
      height: 100%
  }

  .card-style4 .card-body h3 a:hover {
      color: #a8c452 !important
  }

  .card-style4 .card-img {
      border-top-right-radius: 10px;
      border-top-left-radius: 10px
  }

  .card-style5 {
      height: 100%
  }

  .card-style5:hover {
      box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
      transition: all 300ms ease-in-out
  }

  .card-style6 {
      box-shadow: 0 0 18px rgba(0, 0, 0, 0.06)
  }

  .card-style7 {
      position: relative
  }

  .card-style7:before {
      position: absolute;
      top: -25px;
      right: -25px;
      border-radius: 50%;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.1);
      width: 100px;
      height: 100px;
      z-index: 99;
      content: ""
  }

  .card-style7 .icon {
      font-size: 32px;
      color: #fff;
      position: absolute;
      right: 17px;
      top: 17px
  }

  .card-style7 .form-control {
      background-color: rgba(225, 225, 225, 0.3);
      border: 1px solid transparent;
      color: #fff
  }

  .card-style7 .form-control::-webkit-input-placeholder,
  .card-style7 .form-control::-moz-placeholder,
  .card-style7 .form-control:-ms-input-placeholder,
  .card-style7 .form-control::-ms-input-placeholder,
  .card-style7 .form-control::placeholder {
      color: #fff;
      opacity: 1
  }

  .card-style8 .card-img {
      position: relative;
      overflow: hidden
  }

  .card-style8 .card-img:before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: #000;
      opacity: .5;
      border-radius: 0.25rem
  }

  .card-style8 .card-body {
      position: absolute;
      bottom: 10px;
      left: 10px
  }

  .card-style9 {
      box-shadow: 0 0 18px rgba(0, 0, 0, 0.06)
  }

  .card-style9 .card-body {
      position: relative
  }

  .card-style9 .card-label a {
      position: absolute;
      background: #7abddb;
      color: #fff;
      border-radius: 30px;
      top: -15px;
      padding: 3px 20px;
      font-size: 14px
  }

  #external-events {
      float: left;
      width: 150px;
      padding: 0 10px;
      text-align: left
  }

  #external-events h4 {
      font-size: 16px;
      margin-top: 0;
      padding-top: 1em
  }

  .external-event {
      margin: 10px 0;
      padding: 2px 4px;
      background: #3366CC;
      color: #fff;
      font-size: .85em;
      cursor: pointer
  }

  #external-events p {
      margin: 1.5em 0;
      font-size: 11px;
      color: #666
  }

  #external-events p input {
      margin: 0;
      vertical-align: middle
  }

  #calendar {
      width: 100%;
      background-color: #FFFFFF;
      border-radius: 6px;
      box-shadow: 0 1px 2px #C3C3C3
  }

  @media screen and (max-width: 767px) {
      .fc-header .fc-header-left {
          float: left;
          width: 100%;
          display: block;
          text-align: center
      }
      .fc-header .fc-header-center {
          float: left;
          width: 100%;
          display: block;
          padding-top: 0
      }
      .fc-header .fc-header-right {
          float: left;
          width: 100%;
          display: block;
          text-align: center;
          padding-top: 0
      }
      .fc-week .fc-day>div .fc-day-number {
          padding: 2px 6px;
          min-width: 30px
      }
  }

  .counter-box {
      position: relative;
      text-align: center
  }

  .counter-box h3,
  .counter-box h4 {
      display: inline-block;
      font-weight: 600
  }

  .counter-box h3:after {
      content: '+'
  }

  .counter-box h4 {
      font-size: 28px;
      line-height: normal;
      margin: 0
  }

  .counter-box h4:after {
      content: '+'
  }

  .counter-box h3 {
      font-size: 45px
  }

  @media screen and (max-width: 767px) {
      .counter-box .icon img {
          width: 50px;
          height: auto
      }
      .counter-box p:before {
          margin: 0;
          position: absolute;
          top: 45px
      }
      .counter-box p:after {
          margin: 0;
          left: 14px;
          right: 0;
          top: 45px
      }
      .counter-box.black p:after {
          margin: 0;
          left: 14px;
          right: 0;
          top: 45px
      }
      .counter-box h4 {
          font-size: 22px
      }
  }

  .story-video {
      height: 100%
  }

  .embed-responsive {
      position: relative;
      display: block;
      height: 0;
      padding: 0;
      overflow: hidden
  }

  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0
  }

  .embed-responsive-16by9 {
      padding-bottom: 56.25%
  }

  .embed-responsive-4by3 {
      padding-bottom: 75%
  }

  .fullscreen-bg {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: hidden;
      z-index: -100
  }

  .fullscreen-bg__video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%
  }

  @media (min-aspect-ratio: 16 / 9) {
      .fullscreen-bg__video {
          height: 300%;
          top: -100%
      }
  }

  @media (max-aspect-ratio: 16 / 9) {
      .fullscreen-bg__video {
          width: 300%;
          left: -100%
      }
  }

  .video_btn {
      position: relative;
      height: 80px;
      width: 80px;
      background: #7abddb;
      text-align: center;
      display: inline-block;
      line-height: 80px;
      color: #fff;
      border-radius: 50%;
      transition-duration: 0s;
      -ms-transition-duration: 0s;
      -moz-transition-duration: 0s;
      -webkit-transition-duration: 0s;
      -o-transition-duration: 0s
  }

  .video_btn:hover i,
  .video_btn:focus i {
      color: #fff
  }

  .video_btn:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      height: 80px;
      width: 80px;
      border: 2px solid #fff;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      opacity: .3;
      animation: pulse-border 1500ms ease-out infinite
  }

  .video_btn:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      height: 95px;
      width: 95px;
      border: 2px solid #fff;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      opacity: .3;
      animation: pulse-border 1500ms ease-out infinite
  }

  .video_btn.small {
      width: 50px;
      height: 50px;
      line-height: 50px
  }

  .video_btn.small:after {
      height: 50px;
      width: 50px
  }

  .video_btn.small:before {
      height: 65px;
      width: 65px
  }

  @keyframes pulse-border {
      0% {
          transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
          opacity: 1
      }
      100% {
          transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
          opacity: 0
      }
  }

  @media screen and (max-width: 1199px) {
      .video_btn {
          height: 75px;
          width: 75px;
          line-height: 75px
      }
      .video_btn:after {
          height: 75px;
          width: 75px
      }
      .video_btn:before {
          height: 90px;
          width: 90px
      }
  }

  @media screen and (max-width: 991px) {
      .video_btn {
          height: 70px;
          width: 70px;
          line-height: 70px
      }
      .video_btn:after {
          height: 70px;
          width: 70px
      }
      .video_btn:before {
          height: 85px;
          width: 85px
      }
      @keyframes pulse-border {
          0% {
              transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
          }
          100% {
              transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2)
          }
      }
  }

  @media screen and (max-width: 767px) {
      .video_btn {
          height: 60px;
          width: 60px;
          line-height: 60px
      }
      .video_btn:after {
          height: 60px;
          width: 60px
      }
      .video_btn:before {
          height: 75px;
          width: 75px
      }
  }

  .video-style1:before {
      position: absolute;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      content: "";
      background-image: url(../img/bg/bg-pattern.png);
      background-repeat: repeat;
      background-position: bottom
  }

  #testmonials-carousel .owl-dots .owl-dot.active span {
      background: #7abddb;
      border-color: #7abddb
  }

  #testmonials-carousel .owl-dots .owl-dot span {
      border: 1px solid #eee
  }

  #testmonials-carousel .owl-dots .owl-dot span:hover {
      background: #7abddb;
      border-color: #7abddb
  }

  .testimonial-style1 p {
      font-style: italic;
      letter-spacing: 1px;
      font-size: 24px;
      width: 80%;
      line-height: 45px
  }

  .testimonial-style1 .testmonial-text {
      padding: 0 25px 0 25px;
      background: #fff;
      border-radius: 4px;
      width: 100%;
      margin: 0 auto
  }

  @media screen and (max-width: 1199px) {
      .testimonial-style1 p {
          font-size: 22px;
          line-height: 40px
      }
  }

  @media screen and (max-width: 991px) {
      .testimonial-style1 .testmonial-text {
          padding: 0;
          max-width: none
      }
      .testimonial-style1 p {
          width: 100%
      }
  }

  @media screen and (max-width: 767px) {
      .testimonial-style1 p {
          font-size: 19px;
          line-height: 35px
      }
  }

  .testimonial-style2 .owl-dots .owl-dot.active span {
      background: #fff
  }

  .testimonial-style2 .owl-dots .owl-dot span {
      background: rgba(225, 225, 225, 0.5)
  }

  .testimonial-style2 .owl-dots .owl-dot span:hover {
      background: #fff;
      border-color: #7abddb
  }

  .testimonial-style3 {
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.11);
      margin-bottom: -70px;
      position: relative;
      z-index: 9
  }

  .testmonial-single {
      text-align: center;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s
  }

  .testmonial-single h4 {
      color: #7abddb;
      font-weight: 600
  }

  .testmonial-single h6 {
      font-weight: 500
  }

  .testmonial-single span i,
  .testmonial-single .rating {
      color: #7abddb
  }

  .owl-carousel .testmonial-box img {
      width: auto;
      max-height: 120px;
      display: inline-block
  }

  .owl-theme .owl-nav.disabled {
      margin-top: 40px !important
  }

  .owl-theme .owl-dots {
      margin-top: 40px !important
  }

  .owl-theme .owl-dots .owl-dot span {
      background: rgba(0, 0, 0, 0.15)
  }

  .owl-theme .owl-dots .owl-dot:hover span,
  .owl-theme .owl-dots .owl-dot.active span {
      background: #7abddb
  }

  .owl-carousel .owl-item img {
      display: inline-block;
      width: auto
  }

  .dots-white.owl-theme .owl-dots .owl-dot span {
      background: rgba(255, 255, 255, 0.5)
  }

  .dots-white.owl-theme .owl-dots .owl-dot:hover span,
  .dots-white.owl-theme .owl-dots .owl-dot.active span {
      background: #fff
  }

  .custom-dot {
      display: inline-block;
      z-index: 1;
      margin-top: 30px
  }

  .custom-dot span {
      width: 12px;
      height: 12px;
      margin: 5px;
      background: none;
      cursor: pointer;
      display: block;
      border: 1px solid #d5d5d5;
      -webkit-backface-visibility: visible;
      border-radius: 30px;
      transition-duration: .3s;
      -webkit-transition-duration: .3s
  }

  .custom-dot span:hover {
      background: #d5d5d5;
      -webkit-backface-visibility: visible;
      border-radius: 30px
  }

  .custom-dot.active span {
      width: 12px;
      height: 12px;
      background: #7abddb;
      border-color: #7abddb;
      -webkit-transition-duration: .3s;
      transition-duration: .3s
  }

  .owl-nav i {
      color: #1e2022;
      font-size: 18px;
      padding-top: 6px
  }

  .owl-nav .owl-next {
      color: #7abddb;
      font-size: 43px;
      text-align: center;
      width: 40px;
      height: 40px;
      background: #fff !important
  }

  /* .owl-nav .owl-prev {      color: #7abddb;      font-size: 43px;      text-align: center;      width: 40px;      height: 40px;      background: #fff !important;      left: 0;      -webkit-transition: all .4s ease 0s;      transition: all .4s ease 0s;      -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);      -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);      box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1) */

  .owl-nav .owl-prev {
      color: #7abddb;
      font-size: 43px;
      text-align: center;
      width: 60px;
      height: 60px;
      background: #f76376 !important;
      left: 0;
      -webkit-transition: all .4s ease 0s;
      transition: all .4s ease 0s;
      -webkit-box-shadow: 0 5px 28px 0 rgb(50 50 50 / 10%);
      -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
      box-shadow: 0 5px 28px 0 rgb(50 50 50 / 10%);
      outline: none;
  }

  .owl-nav .owl-next {
      text-align: center;
      width: 60px;
      height: 60px;
      background: #f76376 !important;
      outline: none;
      -webkit-transition: all .4s ease 0s;
      transition: all .4s ease 0s;
      -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
      -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
      box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1)
  }

  .owl-theme .owl-nav {
      margin-top: 50px
  }

  .owl-theme .owl-nav [class*='owl-'] {
      color: #6f6f6f;
      line-height: 30px;
      border-radius: 0
  }

  .owl-theme .owl-nav [class*='owl-']:hover {
      color: #1e2022
  }

  .owl-thumbs {
      z-index: 9;
      position: relative
  }

  .owl-thumbs button {
      border: none
  }

  .owl-thumbs button .title {
      transition: 0.5s;
      opacity: 0;
      text-align: center;
      visibility: hidden;
      margin: 20px -100px 0
  }

  .owl-thumbs button.active .title {
      opacity: 1;
      visibility: visible
  }

  .owl-thumbs button img {
      opacity: .5
  }

  .owl-thumbs button.active img {
      opacity: 1
  }

  @media screen and (max-width: 991px) {
      .owl-theme .owl-nav {
          margin-top: 30px
      }
  }

  @media screen and (max-width: 991px) {
      .custom-dot {
          margin-top: 20px
      }
  }

  .team-style .team-description {
      background: rgba(0, 188, 209, 0.65);
      bottom: 0;
      left: 0;
      opacity: 0;
      padding: 15px;
      position: absolute;
      right: 0;
      top: 0;
      transition: all 200ms ease-in-out 0s;
      z-index: 9
  }

  .team-style .social-links {
      color: #fff;
      opacity: 0;
      transform: translateY(15px);
      transition: transform 300ms ease-in-out 0s, opacity 150ms ease-in 0s
  }

  .team-style .about-me {
      color: #fff;
      opacity: 0;
      transform: translateY(15px);
      transition: transform 300ms ease-in-out 0s, opacity 150ms ease-in 0s;
      color: #f7f7f7;
      display: inline-block;
      position: relative
  }

  .team-style .social-links a:hover {
      opacity: 0.65
  }

  .team-style .team-description-wrapper {
      display: table;
      height: 100%;
      position: relative;
      width: 100%
  }

  .team-style .team-description-content {
      display: table-cell;
      vertical-align: middle
  }

  .team-style .team-member-img {
      display: block;
      overflow: hidden;
      position: relative;
      border: 10px solid #f5f5f5
  }

  .team-style:hover .team-member-img {
      border: 10px solid rgba(0, 188, 209, 0.8)
  }

  .team-style .bg-cover {
      background-color: rgba(255, 66, 41, 0);
      display: none;
      height: 100%;
      opacity: 1;
      position: absolute;
      top: 0;
      transform: scale(2);
      transition: all 200ms ease-in-out 0s;
      width: 100%;
      z-index: 1
  }

  .team-style .team-member-img>img {
      transition: all 0.2s ease 0s
  }

  .team-style:hover .bg-cover {
      background-color: rgba(0, 188, 209, 0.65);
      display: block
  }

  .team-style:hover .social-links {
      opacity: 1;
      transform: translateY(0px);
      transition-delay: 100ms, 100ms
  }

  .team-style:hover .about-me {
      opacity: 1;
      transform: translateY(0px);
      transition-delay: 200ms, 200ms
  }

  .team-style:hover .team-member-img>img {
      filter: blur(4px) grayscale(4%)
  }

  .team-style:hover .team-description {
      opacity: 1
  }

  .team-style1 {
      position: relative
  }

  .team-style1 .team-inner {
      overflow: hidden;
      position: relative
  }

  .team-style1 .team-inner:before {
      content: '';
      background: linear-gradient(to bottom, rgba(4, 62, 76, 0) 0%, #7abddb 100%);
      width: 100%;
      height: 100%;
      opacity: 0;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 2;
      transition-property: top, opacity;
      transition-duration: 0.3s;
      border-radius: 0.25rem
  }

  .team-style1 .team-inner .team-img {
      position: relative;
      overflow: hidden
  }

  .team-style1 .team-content {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 3;
      padding: 30px;
      padding-bottom: 19px;
      transition-duration: 0.3s;
      color: #fff
  }

  .team-style1 .team-inner .team-content .team-title,
  .team-style1 .team-inner .team-content .team-sub-title,
  .team-style1 .team-inner .team-content .team-icons {
      display: block;
      position: relative;
      top: 100px;
      transition-duration: 0.3s;
      transition-property: top, opacity;
      transition-delay: 0s;
      opacity: 0;
      text-align: left
  }

  .team-style1:hover .team-inner:before {
      opacity: 1;
      top: 0
  }

  .team-style1:hover .team-inner .team-content .team-title,
  .team-style1:hover .team-inner .team-content .team-sub-title,
  .team-style1:hover .team-inner .team-content .team-icons {
      opacity: 1;
      top: 0
  }

  .team-style2 .team-text {
      margin: -3rem 20px 0 20px;
      box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
      text-align: center
  }

  .team-style2 .team-social li {
      display: inline-block
  }

  .team-style2 .team-social li a {
      display: inline-block;
      height: 40px;
      width: 40px;
      line-height: 40px;
      background: #eeeeee;
      font-size: 15px;
      transition: 0.3s;
      color: #1e2022;
      border-radius: 50%;
      margin: 0 3px
  }

  .team-style2 .team-social li a:hover {
      background: #7abddb;
      color: #fff
  }

  .portfolio {
      overflow: hidden
  }

  .portfolio .filtering span {
      margin-right: 20px;
      color: #333;
      letter-spacing: 1px;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      cursor: pointer;
      border-bottom: 1px solid transparent
  }

  .portfolio .filtering span:last-child {
      margin: 0
  }

  .portfolio .filtering .active {
      border-color: #7abddb;
      color: #7abddb
  }

  .portfolio .items {
      margin-top: 20px
  }

  .portfolio .item-img {
      position: relative;
      overflow: hidden
  }

  .portfolio .item-img img {
      width: 100%
  }

  .portfolio .item-img:hover .item-img-overlay {
      opacity: 1;
      transform: translateY(0)
  }

  .portfolio .item-img:hover h6 {
      transform: translateY(0)
  }

  .portfolio .item-img h6 {
      font-weight: 600;
      position: relative;
      font-size: 16px;
      margin-bottom: 0;
      transform: translateY(-15px);
      transition: all 0.5s
  }

  .portfolio .item-img p {
      margin-bottom: 8px
  }

  .portfolio .item-img .fa {
      background: #7abddb;
      border: 1px solid #7abddb;
      border-radius: 50%;
      color: #fff;
      display: inline-block;
      height: 30px;
      line-height: 28px;
      width: 30px;
      transition: all 0.5s
  }

  .portfolio .item-img .fa:hover {
      background: #fff;
      color: #7abddb
  }

  .portfolio .item-img-overlay {
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      background: rgba(255, 255, 255, 0.95);
      color: #1e2022;
      opacity: 0;
      transition: all 0.5s;
      z-index: 2;
      transform: translateY(10px)
  }

  @media screen and (max-width: 767px) {
      .filtering span {
          margin-right: 15px
      }
  }

  .portfolio-style2 {
      position: relative;
      cursor: pointer
  }

  .portfolio-style2 .item-img-overlay {
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      background: rgba(255, 255, 255, 0.9);
      color: #232323;
      opacity: 0;
      transition: all 0.5s;
      z-index: 2;
      transform: translateY(10px);
      text-align: center
  }

  .portfolio-style2:hover .item-img-overlay {
      opacity: 1;
      transform: translateY(0)
  }

  .portfolio-style2 .item-img-overlay i {
      background: #7abddb;
      border: 1px solid #7abddb;
      border-radius: 50%;
      color: #fff;
      display: inline-block;
      height: 45px;
      line-height: 2.1;
      width: 45px;
      transition: all 0.5s;
      font-size: 20px
  }

  .portfolio-style2 .item-img-overlay i:hover {
      background: #fff;
      color: #7abddb
  }

  .process-style1 {
      background-image: url(../img/bg/process-line.png);
      background-repeat: no-repeat;
      background-position: center top
  }

  .process-block .process-img {
      position: relative
  }

  .process-block .process-img .count-size {
      position: absolute;
      left: 64px;
      top: 0
  }

  .process-block .process-img .number {
      width: 40px;
      height: 40px;
      position: relative;
      display: inline-block;
      text-align: center;
      line-height: 40px;
      background: #7abddb;
      color: #fff;
      border-radius: 50%
  }

  .process-block .process-img .number:before {
      width: 57px;
      height: 57px;
      opacity: 0.2
  }

  .process-block .process-img .number:after {
      width: 69px;
      height: 69px;
      opacity: 0.09
  }

  .process-block .process-img .number:before,
  .process-block .process-img .number:after {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      content: '';
      border-radius: 50%;
      background-color: #7abddb
  }

  .process-block:hover .process-img .number:before,
  .process-block:hover .process-img .number:after {
      background-color: #002345;
      webkit-animation: circle-2 1.05s infinite;
      -moz-animation: circle-2 1.05s infinite;
      -ms-animation: circle-2 1.05s infinite;
      -o-animation: circle-2 1.05s infinite;
      animation: circle-2 1.05s infinite
  }

  @-webkit-keyframes circle-2 {
      100% {
          width: 200%;
          height: 200%;
          opacity: 0
      }
  }

  @keyframes circle-2 {
      100% {
          width: 200%;
          height: 200%;
          opacity: 0
      }
  }

  .animate {
      -webkit-animation: moveHorizontal 1s ease forwards;
      animation: moveHorizontal 1s ease forwards
  }

  @media screen and (max-width: 1199px) {
      .process-block .process-img .count-size {
          left: 24px
      }
  }

  @media screen and (max-width: 991px) {
      .process-style1 {
          background-image: none
      }
      .process-block .process-img .count-size {
          left: 23%
      }
  }

  @media screen and (max-width: 575px) {
      .process-block .process-img .count-size {
          left: 33%
      }
  }

  .accordion-style .card {
      background: transparent;
      box-shadow: none;
      margin-top: 0 !important;
      border: none
  }

  .accordion-style .card-header {
      border: 0px;
      padding: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      background: none
  }

  .accordion-style .btn-link {
      background: #0db2c6 !important;
      color: #6f6f6f;
      position: relative;
      border: none;
      display: block;
      width: 100%;
      text-align: left;
      white-space: normal;
      border-radius: 50px;
      padding: 15px 50px 15px 20px;
      text-decoration: none;
      color: #fff;
      box-shadow: none
  }

  .accordion-style .btn-link:hover {
      border: none;
      text-decoration: none;
      background: #0db2c6 !important
  }

  .accordion-style .btn-link.collapsed {
      box-shadow: none;
      background: #efefef !important;
      color: #6f6f6f
  }

  .accordion-style .btn-link.collapsed:after {
      background: #fff;
      border-radius: 50%;
      font-family: Font Awesome\ 5 Free;
      content: '\f0da';
      font-weight: 700;
      right: 15px;
      left: inherit;
      font-size: 18px;
      line-height: 24px;
      height: 25px;
      transform: none;
      width: 25px;
      top: 15px;
      text-align: center;
      padding-left: 0;
      letter-spacing: -1px
  }

  .accordion-style .btn-link:after {
      background: #fff;
      border-radius: 50%;
      font-family: Font Awesome\ 5 Free;
      content: '\f0d7';
      font-weight: 700;
      right: 15px;
      left: inherit;
      font-size: 18px;
      height: 25px;
      line-height: 24px;
      transform: none;
      width: 25px;
      top: 15px;
      position: absolute;
      color: #7abddb;
      text-align: center;
      padding-left: 2px;
      letter-spacing: 2px
  }

  .accordion-style .card-body {
      padding: 20px;
      line-height: 24px;
      text-align: left
  }

  @media screen and (max-width: 767px) {
      .accordion-style .btn-link {
          font-size: 14px;
          padding: 12px 45px 12px 15px
      }
      .accordion-style .btn-link:after,
      .accordion-style .btn-link.collapsed:after {
          top: 10px
      }
  }

  .accordion-style2 .card {
      background: transparent;
      box-shadow: none;
      margin-top: 0 !important;
      border: none
  }

  .accordion-style2 .card-header {
      border: 0px;
      padding: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      background: none
  }

  .accordion-style2 .btn-link {
      background: #ededed !important;
      box-shadow: none;
      color: #232323;
      font-size: 14px;
      line-height: 20px;
      position: relative;
      border: none;
      display: block;
      width: 100%;
      text-align: left;
      white-space: normal;
      border-radius: 0;
      padding: 15px 30px 15px 15px;
      text-decoration: none
  }

  .accordion-style2 .btn-link:hover {
      background: #ededed !important;
      border: none;
      text-decoration: none
  }

  .accordion-style2 .btn-link.collapsed:after {
      background: none;
      content: "+";
      right: 15px;
      left: inherit;
      font-size: 20px;
      height: auto;
      transform: none;
      width: auto;
      top: 15px
  }

  .accordion-style2 .btn-link:after {
      background: none;
      content: "-";
      right: 14px;
      left: inherit;
      font-size: 20px;
      height: auto;
      transform: none;
      width: auto;
      top: 15px;
      position: absolute;
      color: #232323
  }

  .accordion-style2 .card-body {
      padding: 10px 15px;
      text-align: left;
      border: 1px solid #eee;
      border-top: none
  }

  .accordion-style3 {
      position: relative;
      z-index: 99
  }

  .accordion-style3 .card {
      background: transparent;
      box-shadow: none;
      margin-bottom: 15px;
      margin-top: 0 !important;
      border: none
  }

  .accordion-style3 .card:last-child {
      margin-bottom: 0
  }

  .accordion-style3 .card-header {
      border: 0;
      background: none;
      padding: 0;
      border-bottom: none
  }

  .accordion-style3 .btn-link {
      border-bottom: none;
      color: #ffffff;
      background: #7abddb;
      position: relative;
      display: block;
      border: 1px solid #7abddb;
      font-weight: 500;
      width: 100%;
      border-radius: 0.25rem;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      text-align: left;
      white-space: normal;
      box-shadow: none;
      padding: 20px 50px 20px 20px;
      text-decoration: none;
      font-size: 16px
  }

  .accordion-style3 .btn-link:hover {
      text-decoration: none
  }

  .accordion-style3 .btn-link.collapsed {
      background: #ffffff;
      color: #282b2d;
      border: 1px solid #ededed;
      border-radius: 0.25rem
  }

  .accordion-style3 .btn-link.collapsed:after {
      background: none;
      border: 1px solid #7abddb;
      border-radius: 0.25rem;
      content: "+";
      right: 20px;
      left: inherit;
      font-size: 20px;
      color: #7abddb;
      line-height: 24px;
      height: 26px;
      transform: none;
      width: 26px;
      top: 20px;
      text-align: center;
      padding-left: 1px
  }

  .accordion-style3 .btn-link:after {
      background: none;
      border: 1px solid #ffffff;
      border-radius: 0.25rem;
      content: "-";
      right: 20px;
      left: inherit;
      font-size: 20px;
      height: 26px;
      line-height: 24px;
      transform: none;
      width: 26px;
      top: 20px;
      position: absolute;
      color: #ffffff;
      text-align: center;
      padding-left: 2px
  }

  .accordion-style3 .card-body {
      border-top: none;
      border-left: 1px solid #ededed;
      border-right: 1px solid #ededed;
      border-bottom: 1px solid #ededed;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem
  }

  @media screen and (max-width: 1199px) {
      .accordion-style3 .btn-link {
          padding: 15px 50px 15px 15px
      }
      .accordion-style3 .btn-link:after {
          top: 14px;
          right: 15px;
          height: 24px;
          line-height: 22px;
          width: 24px;
          font-size: 18px
      }
      .accordion-style3 .btn-link.collapsed:after {
          top: 15px;
          right: 15px;
          height: 24px;
          line-height: 22px;
          width: 24px;
          font-size: 18px
      }
  }

  @media screen and (max-width: 767px) {
      .accordion-style3 .card {
          margin-bottom: 10px
      }
  }

  ul.resp-tabs-list {
      margin: 0px;
      padding: 0px
  }

  .resp-tabs-list li {
      font-weight: 600;
      font-size: 14px;
      display: inline-block;
      padding: 13px 15px;
      margin: 0 4px 0 0;
      list-style: none;
      cursor: pointer
  }

  .resp-tabs-list li:last-child {
      margin-right: 0
  }

  .resp-tabs-list li i {
      font-size: 20px;
      padding-right: 5px;
      vertical-align: text-bottom
  }

  .resp-tabs-container {
      padding: 0px;
      background-color: #fff;
      clear: left
  }

  .resp-tab-content {
      display: none;
      padding: 20px
  }

  .resp-tabs-list li.resp-tab-active {
      border: 1px solid #7abddb;
      border-bottom: none;
      border-color: #a8c452 !important;
      margin-bottom: -1px;
      padding: 12px 14px 14px 14px;
      border-top: 4px solid #a8c452 !important;
      border-bottom: 0px #fff solid;
      border-bottom: none;
      background-color: #fff;
      color: #7abddb
  }

  .resp-content-active,
  .resp-accordion-active {
      display: block
  }

  .resp-tab-content {
      border: 1px solid #c1c1c1;
      border-top-color: #c1c1c1;
      float: left;
      width: 100%
  }

  h2.resp-accordion {
      cursor: pointer;
      display: none;
      font-size: 14px;
      border: 1px solid #c1c1c1;
      border-top: 0px solid #c1c1c1;
      margin: 0px;
      padding: 14px 15px;
      float: left;
      width: 100%
  }

  h2.resp-tab-active {
      border-bottom: 0px solid #c1c1c1 !important;
      background-color: #a8c452 !important;
      color: #fff
  }

  h2.resp-tab-title:last-child {
      border-bottom: 12px solid #c1c1c1 !important;
      background: blue
  }

  .resp-vtabs ul.resp-tabs-list {
      float: left;
      width: 30%
  }

  .resp-vtabs .resp-tabs-list li {
      display: block;
      padding: 15px 15px !important;
      margin: 0 0 4px;
      cursor: pointer;
      float: none
  }

  .resp-vtabs .resp-tabs-container {
      padding: 0px;
      background-color: #fff;
      border: 1px solid #a8c452 !important;
      float: left;
      width: 70%;
      min-height: 250px;
      clear: none
  }

  .resp-vtabs .resp-tab-content {
      border: none;
      word-wrap: break-word
  }

  .resp-vtabs li.resp-tab-active {
      position: relative;
      z-index: 1;
      margin-right: -1px !important;
      padding: 14px 15px 15px 11px !important;
      border-top: 1px solid;
      border: 1px solid #a8c452 !important;
      border-left: 4px solid #a8c452 !important;
      margin-bottom: 4px !important;
      border-right: 1px #FFF solid !important
  }

  .resp-arrow {
      border-color: transparent #1e2022 #1e2022 transparent;
      border-style: solid;
      border-width: 0 1px 1px 0;
      float: right;
      display: block;
      height: 8px;
      transform: rotate(45deg);
      width: 8px;
      margin-top: 4px
  }

  h2.resp-tab-active span.resp-arrow {
      border-color: #fff transparent transparent #fff;
      border-style: solid;
      border-width: 1px 0 0 1px;
      float: right;
      display: block;
      height: 8px;
      transform: rotate(45deg);
      width: 8px;
      margin-top: 7px
  }

  .resp-easy-accordion h2.resp-accordion {
      display: block
  }

  .resp-easy-accordion .resp-tab-content {
      border: 1px solid #c1c1c1
  }

  .resp-easy-accordion .resp-tab-content:last-child {
      border-bottom: 1px solid #c1c1c1
  }

  .resp-jfit {
      width: 100%;
      margin: 0px
  }

  .resp-tab-content-active {
      display: block;
      border-color: #a8c452 !important
  }

  h2.resp-accordion:first-child {
      border-top: 1px solid #c1c1c1
  }

  h2.resp-accordion.resp-tab-active {
      border-color: #a8c452 !important
  }

  @media only screen and (min-width: 992px) {
      .tab-style1 ul.resp-tabs-list {
          text-align: center;
          border: 1px solid #e6e6e6;
          border-width: 0 0 1px 0
      }
      .tab-style1 ul.resp-tabs-list li:last-child {
          margin-right: 0
      }
      .tab-style1 ul.resp-tabs-list li.resp-tab-active {
          border-bottom-color: #7abddb;
          color: #7abddb
      }
      .tab-style1 .resp-tab-content {
          border: none;
          padding: 30px 20px
      }
      .tab-style1 .resp-tabs-list .tab-box {
          display: inline-block;
          vertical-align: middle;
          text-align: left;
          margin-top: 8px
      }
      .tab-style1 .resp-tabs-list li.resp-tab-active h6 {
          color: #7abddb
      }
      .tab-style1 .resp-tabs-list .tab-box h6 {
          margin: 0;
          font-weight: 600;
          font-size: 16px;
          color: #6f6f6f;
          line-height: 12px
      }
      .tab-style1 .resp-tabs-list .tab-box span {
          text-transform: lowercase;
          font-size: 12px
      }
      .tab-style1 .resp-tabs-list li {
          font-size: 18px;
          border-bottom: 2px solid transparent !important;
          margin: 0;
          background: none !important;
          padding: 0 35px 15px 35px;
          text-transform: uppercase
      }
      .tab-style1 .resp-tabs-list li.resp-tab-active {
          border-width: 0 0 2px 0 !important;
          border-color: #a8c452 !important
      }
      .tab-style1 ul.resp-tabs-list i {
          margin-right: 15px;
          border: 1px solid #d5d5d5;
          border-radius: 70px;
          width: 70px;
          height: 70px;
          line-height: 68px;
          font-size: 30px;
          padding: 0;
          vertical-align: middle
      }
      .tab-style1 ul.resp-tabs-list li.resp-tab-active i {
          background: #7abddb;
          border-color: #7abddb;
          color: #fff
      }
  }

  @media only screen and (max-width: 991px) {
      .tab-style1 .resp-tab-content {
          padding: 20px
      }
      .tab-style1 .resp-tabs-list li {
          padding: 0 15px 15px 15px
      }
      ul.resp-tabs-list {
          display: none
      }
      h2.resp-accordion {
          display: block
      }
      h2.resp-accordion i {
          margin-right: 8px;
          font-size: 18px
      }
      .resp-vtabs .resp-tab-content {
          border: 1px solid #C1C1C1
      }
      .resp-vtabs .resp-tabs-container {
          border: none !important;
          float: none;
          width: 100%;
          min-height: 100px;
          clear: none
      }
      .resp-accordion-closed {
          display: none !important
      }
      .resp-vtabs .resp-tab-content:last-child {
          border-bottom: 1px solid #c1c1c1 !important
      }
      .resp-tab-content {
          background-color: #fff
      }
      .tab-style1 .tab-box {
          display: inline-block;
          vertical-align: top
      }
      .tab-style1 h2.resp-accordion i {
          margin-right: 15px;
          margin-top: 2px
      }
      .tab-style1 .tab-box h6 {
          margin-bottom: 2px;
          font-size: 14px
      }
      .tab-style1 .tab-box span {
          font-size: 12px
      }
      .tab-style1 .resp-tab-active h6 {
          color: #fff
      }
  }

  .tab-style2 .resp-tabs-list {
      margin: 0px;
      padding: 0px;
      width: 100%;
      border-top: none;
      text-align: center
  }

  .tab-style2 .resp-tabs-list li {
      font-weight: 600;
      font-size: 14px;
      list-style: none;
      cursor: pointer;
      margin-right: 15px;
      padding: 0;
      border: 1px solid #f3f3f3;
      border-radius: 5px
  }

  .tab-style2 .resp-tabs-list li:last-child {
      margin-right: 0
  }

  .tab-style2 .resp-tabs-list li i {
      font-size: 28px;
      margin-bottom: 0;
      color: #7abddb;
      display: inline-block;
      vertical-align: middle;
      padding-right: 10px
  }

  .tab-style2 .resp-tabs-container {
      padding: 0px;
      background-color: #fff;
      clear: left
  }

  .tab-style2 .resp-tab-content {
      display: none;
      padding: 60px 0 0 0
  }

  .tab-style2 .resp-tabs-list li.resp-tab-active {
      border: 1px solid #a8c452 !important;
      margin-bottom: 0;
      margin-top: 0;
      padding: 0;
      background-color: #7abddb;
      color: #fff
  }

  .tab-style2 .resp-tabs-list li.resp-tab-active i {
      color: #fff
  }

  .tab-style2 .resp-content-active,
  .tab-style2 .resp-accordion-active {
      display: block
  }

  .tab-style2 .resp-tab-content {
      border: 1px solid #c1c1c1;
      border-top-color: #c1c1c1;
      float: none;
      width: 100%
  }

  .tab-style2 h2.resp-accordion {
      cursor: pointer;
      font-size: 14px;
      border: 1px solid #c1c1c1;
      border-top: 0px solid #c1c1c1;
      margin: 0px;
      padding: 14px 15px;
      float: left;
      width: 100%
  }

  .tab-style2 h2.resp-tab-active {
      border-bottom: 0px solid #c1c1c1 !important;
      background-color: #a8c452 !important;
      color: #fff
  }

  .tab-style2 h2.resp-tab-title:last-child {
      border-bottom: 12px solid #c1c1c1 !important;
      background: blue
  }

  .tab-style2 .tab-box {
      font-size: 13px;
      margin-right: 0;
      padding: 15px 0;
      width: 200px;
      border-radius: 5px;
      text-align: center
  }

  .tab-style2 h2.resp-accordion i {
      margin-right: 15px;
      vertical-align: middle
  }

  .tab-style2 .tab-box h6 {
      margin-bottom: 0;
      display: inline-block;
      vertical-align: middle
  }

  .tab-style2 .tab-box span {
      font-size: 12px
  }

  .tab-style2 .resp-tab-active h6 {
      color: #fff
  }

  .tab-style2 .resp-arrow {
      border-color: transparent #232323 #232323 transparent;
      border-style: solid;
      border-width: 0 1px 1px 0;
      float: right;
      display: block;
      height: 8px;
      transform: rotate(45deg);
      width: 8px;
      margin-top: 4px
  }

  .tab-style2 h2.resp-tab-active span.resp-arrow {
      border-color: #fff transparent transparent #fff;
      border-style: solid;
      border-width: 1px 0 0 1px;
      float: right;
      display: block;
      height: 8px;
      transform: rotate(45deg);
      width: 8px;
      margin-top: 7px
  }

  .tab-style2 .resp-tab-content-active {
      display: block;
      border: none
  }

  @media only screen and (max-width: 991px) {
      .tab-style2 .resp-tab-content {
          padding: 20px
      }
      .tab-style2 .resp-tab-content-active {
          border: 1px solid #7abddb
      }
      .tab-style2 h2.resp-accordion:first-child {
          border-top: 1px solid #c1c1c1
      }
      .tab-style2 .tab-box {
          padding: 0px 0;
          width: auto;
          text-align: left
      }
      .tab-style2 h2.resp-tab-active span.resp-arrow {
          margin-top: 8px
      }
      .tab-style2 h2.resp-accordion {
          float: none
      }
  }

  .tab-style3 ul.resp-tabs-list {
      background: #999999;
      display: inline-block;
      padding: 3px;
      border-radius: 5px
  }

  .tab-style3 .resp-tabs-list li {
      position: relative;
      font-size: 13px;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 600;
      display: inline-block;
      list-style: none;
      cursor: pointer;
      min-width: auto;
      color: #fff;
      margin-right: 0;
      border-radius: 5px;
      padding: 5px 15px
  }

  .tab-style3 .resp-tabs-list li.resp-tab-active {
      margin-bottom: -1px;
      color: #fff;
      padding: 5px 15px;
      background-color: #7abddb;
      border: none !important
  }

  @media screen and (min-width: 992px) {
      .tab-style3 ul.resp-tabs-list {
          text-align: center
      }
      .tab-style3 ul.resp-tabs-list.text-left {
          padding-left: 15px
      }
      .tab-style3 ul.resp-tabs-list li:last-child {
          margin-right: 0
      }
      .tab-style3 .resp-tab-content {
          margin-top: 25px;
          border: none;
          padding: 0
      }
  }

  @media screen and (max-width: 991px) {
      .tab-style3 ul.resp-tabs-list {
          display: none
      }
      .tab-style3 h2.resp-accordion {
          display: block
      }
      .tab-style3 h2.resp-accordion i {
          margin-right: 8px;
          font-size: 18px
      }
      .tab-style3 .resp-accordion-closed {
          display: none !important
      }
      .tab-style3 .resp-tab-content {
          background-color: #fff
      }
  }

  .single-plan {
      position: relative;
      z-index: 99;
      border: 1px solid #efefef;
      background: #fff;
      -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
      -moz-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
      -ms-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
      -o-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
      box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05)
  }

  .single-plan .head-plan {
      background: #7abddb
  }

  .single-plan .head-plan h4 {
      padding: 20px;
      margin: 0;
      color: #fff;
      font-weight: 600;
      font-size: 20px
  }

  .body-plan .price-plan {
      padding: 32px 0 43px;
      position: relative;
      background: #f7f7f7;
      font-weight: bold;
      border-bottom: 1px solid #eaeaea
  }

  .body-plan .price-plan h3 {
      margin: 0;
      z-index: 11;
      position: relative;
      font-weight: bold;
      color: #6f6f6f
  }

  .body-plan .price-plan h3 sup {
      font-size: 18px;
      top: -15px;
      font-weight: bold;
      margin-right: 2px
  }

  .body-plan .price-plan span {
      text-transform: uppercase;
      font-size: 12px;
      z-index: 11;
      position: relative
  }

  .feat-plan {
      margin: 56px 0 33px
  }

  .feat-plan ul {
      list-style: none;
      padding: 0;
      margin: 0
  }

  .feat-plan ul li {
      margin-bottom: 15px;
      border-bottom: 1px solid #efefef;
      padding-bottom: 15px
  }

  .feat-plan ul li:last-child {
      margin: 0
  }

  .price-plan i {
      color: #fff;
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 20px;
      border-radius: 50%;
      position: absolute;
      bottom: -24px;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 99;
      background: #7abddb
  }

  .footer-plan {
      padding: 0 0 30px
  }

  .price .item {
      padding: 0 0 30px 0;
      background: #f9f9f9;
      border-radius: 5px;
      transition: all .3s
  }

  .price .item:hover {
      box-shadow: 0px 5px 40px 0px rgba(148, 146, 245, 0.2)
  }

  .price .type {
      padding: 15px 0;
      background: #1e2022
  }

  .price .type h4 {
      font-size: 25px;
      color: #fff;
      margin-bottom: 0
  }

  .price .value {
      padding: 30px 0 15px 0;
      position: relative
  }

  .price .value h3 {
      display: inline-block;
      padding-right: 10px;
      font-size: 50px;
      font-weight: 700;
      position: relative;
      margin-bottom: 0
  }

  .price .value h3 span {
      font-size: 14px;
      position: absolute;
      top: 5px;
      right: 0
  }

  .price .value .per {
      font-size: 13px;
      color: #7abddb
  }

  .price .features li {
      margin: 15px 0
  }

  .price .order {
      padding-top: 15px;
      position: relative
  }

  .price .active {
      box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1)
  }

  .price .active .type {
      background: #7abddb
  }

  @media screen and (max-width: 1199px) {
      .price .item {
          padding: 0 0 30px 0
      }
      .price .type {
          padding: 12px 0
      }
      .price .type h4 {
          font-size: 22px
      }
      .price .value {
          padding: 25px 0 10px 0
      }
      .price .value h3 {
          font-size: 36px
      }
      .price .value h3 span {
          font-size: 13px
      }
      .price .features li {
          margin: 12px 0
      }
      .price .order {
          padding-top: 15px
      }
  }

  @media screen and (max-width: 991px) {
      .price .item {
          padding: 0 0 25px 0
      }
      .price .type {
          padding: 10px 0
      }
      .price .type h4 {
          font-size: 20px
      }
      .price .value {
          padding: 20px 0 10px 0
      }
      .price .value h3 {
          font-size: 30px
      }
      .price .value h3 span {
          font-size: 12px
      }
      .price .features li {
          margin: 10px 0
      }
      .price .order {
          padding-top: 12px
      }
  }

  .about-style1 .about-image {
      position: relative
  }

  .about-style1 .about-image .box {
      position: absolute;
      right: -7px;
      top: 53%;
      -webkit-transform: translateY(-60%);
      transform: translateY(-60%);
      background-color: #7abddb;
      color: #ffffff;
      width: 130px;
      padding: 15px;
      border-radius: 10px;
      height: 130px
  }

  .about-style1 .about-image .box p {
      color: #ffffff;
      line-height: initial;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 0
  }

  .about-style1 .about-image .box span {
      display: inline-block;
      font-size: 40px
  }

  .about-style1 .about-image .box span:after {
      content: "+"
  }

  .about-pic {
      position: absolute;
      left: 0;
      bottom: 0
  }

  @media screen and (max-width: 767px) {
      .about-style1 .about-image .box {
          right: -22px
      }
  }

  @media screen and (max-width: 575px) {
      .about-style1 .about-image .box {
          right: -9px
      }
  }

  .page-container .title {
      font-size: 250px;
      line-height: 1;
      margin-bottom: 0
  }

  @media screen and (max-width: 1199px) {
      .page-container .title {
          font-size: 200px
      }
  }

  @media screen and (max-width: 991px) {
      .page-container .title {
          font-size: 125px
      }
  }

  @media screen and (max-width: 767px) {
      .page-container .title {
          font-size: 75px
      }
  }

  .coming-soon .social-links li {
      display: inline-block;
      font-size: 22px;
      margin-right: 30px
  }

  .coming-soon .social-links li:last-child {
      margin-right: 0
  }

  .coming-soon .social-links li a {
      color: #fff
  }

  .coming-soon .social-links li a:hover {
      color: rgba(255, 255, 255, 0.65)
  }

  @media screen and (max-width: 767px) {
      .coming-soon .social-links li {
          margin-right: 15px;
          font-size: 16px
      }
  }

  .product-block {
      transition: all .3s ease 0s;
      position: relative
  }

  .product-block .product-cart {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999
  }

  .product-block .product-cart a {
      width: 35px;
      height: 35px;
      justify-content: center;
      align-items: center;
      display: flex;
      color: white !important;
      margin-top: 0 !important;
      border-radius: 50% !important;
      visibility: hidden;
      margin-right: 10px;
      transition: all 0.3s;
      opacity: 0;
      cursor: pointer;
      background-color: #7abddb
  }

  .product-block .product-cart a:last-child {
      margin-right: 0
  }

  .product-block .product-cart .cart:before {
      content: '\f07a';
      font-weight: 700;
      font-size: 13px;
      font-family: Font Awesome\ 5 Free
  }

  .product-block .product-cart .pluse:before {
      content: '\f067';
      font-weight: 700;
      font-size: 13px;
      font-family: Font Awesome\ 5 Free
  }

  .product-block .product-cart .heart:before {
      content: '\f004';
      font-weight: 700;
      font-size: 13px;
      font-family: Font Awesome\ 5 Free
  }

  .product-block .lable {
      position: absolute;
      padding: 5px 10px;
      border-radius: 5px;
      text-transform: uppercase;
      font-size: 11px;
      color: #fff;
      right: 8px;
      top: 8px;
      line-height: 1;
      text-align: center
  }

  .product-block:hover .product-cart a {
      transform: translateY(-30px);
      visibility: visible;
      opacity: 1
  }

  .product-left .ratings {
      font-size: 12px
  }

  .widget-product-calculate {
      border: 1px solid #ededed;
      padding: 30px
  }

  .widget-product-calculate .list-item ul li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 16px;
      font-weight: 500;
      color: #282b2d;
      border-bottom: 1px solid #ededed;
      padding-bottom: 15px;
      margin-bottom: 15px
  }

  @media screen and (max-width: 1199px) {
      .widget-product-calculate {
          padding: 25px
      }
  }

  @media screen and (max-width: 767px) {
      .widget-product-calculate .list-item ul li {
          font-size: 15px
      }
  }

  .product-rating {
      line-height: 22px
  }

  .product-rating i {
      color: #fc0;
      display: inline-block;
      margin-right: 2px;
      font-size: 14px
  }

  @media screen and (max-width: 1199px) {
      .product-rating {
          margin-bottom: 5px;
          font-size: 15px
      }
  }

  @media screen and (max-width: 767px) {
      .product-rating i {
          font-size: 13px
      }
  }

  @media screen and (max-width: 575px) {
      .media.product-review {
          display: table
      }
      .media.product-review .media-body {
          display: inline-block;
          width: 100%;
          margin-top: 15px
      }
  }

  .shop-cart-table {
      width: 100%;
      overflow-x: auto
  }

  .shop-cart-table .shop-cart td {
      line-height: 26px;
      vertical-align: middle;
      padding: 16px 8px
  }

  .shop-cart-table .shop-cart tbody tr:last-child td {
      border-bottom: none
  }

  .shop-cart-table a {
      color: #282b2d
  }

  .table.cart-sub-total {
      border-color: transparent;
      vertical-align: middle;
      padding: 10px 30px
  }

  .table.cart-sub-total td,
  .table.cart-sub-total th {
      border-color: transparent;
      vertical-align: middle;
      padding: 10px 30px
  }

  .table.cart-sub-total td {
      padding-right: 0
  }

  .shop-cart-table input[type="text"] {
      height: 35px;
      border: 1px solid #ced4da;
      border-radius: .25rem;
      text-align: center;
      width: 50px;
      margin: 0
  }

  .countdown.shop li {
      border-right: none;
      display: inline-block;
      padding: 8px 15px;
      margin-right: 3px;
      text-align: center;
      border-radius: 0.25rem;
      background: #7abddb;
      color: #fff
  }

  .countdown.shop li:last-child {
      padding-right: 15px;
      margin-right: 0
  }

  .countdown.shop li span {
      font-size: 24px;
      font-weight: 700;
      line-height: normal;
      position: relative
  }

  @media screen and (max-width: 575px) {
      .countdown.shop li {
          padding: 8px 10px
      }
      .countdown.shop li:last-child {
          padding-right: 10px
      }
  }

  .search-form_input {
      color: #7abddb
  }

  .search-frame h4 a:hover {
      color: #7abddb
  }

  .search-frame .search_list .match {
      color: #7abddb
  }

  .search-frame .search_list li:before {
      color: #7abddb
  }

  .search-frame .search_list li+li {
      border-top: 3px solid #7abddb
  }

  .search-frame .search {
      color: #7abddb
  }

  @media screen and (max-width: 991px) {
      .custom-search {
          position: absolute;
          width: 100%;
          left: 0;
          top: 77px
      }
  }

  @media screen and (max-width: 767px) {
      .custom-search {
          top: 78px
      }
  }

  @media screen and (max-width: 479px) {
      .custom-search {
          top: 68px
      }
  }

  .block-title {
      padding: 12px 25px;
      color: #ffffff;
      text-transform: capitalize;
      background: #7abddb;
      margin: 0px;
      font-size: 16px;
      line-height: 25px;
      font-weight: 500;
      letter-spacing: .4px
  }

  .block-content {
      padding: 20px;
      background: #FFFFFF;
      border: 1px solid #e6e6e6
  }

  .block-content .tags {
      margin-top: -5px
  }

  .block-content .tags a {
      border: 1px solid #eeeeee;
      padding: 10px;
      display: inline-block;
      line-height: 20px;
      margin: 5px 0;
      background-color: #f5f5f5;
      font-weight: 600
  }

  @media screen and (max-width: 1199px) {
      .block-content {
          padding: 15px
      }
  }

  @media screen and (max-width: 991px) {
      .block-content {
          padding: 20px
      }
      .block-content .tags a {
          margin-bottom: 0
      }
  }

  .get-appointment .appiontment-img {
      margin-top: -70px
  }

  .counter-style1 {
      margin-top: -120px;
      border-radius: 10px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
      z-index: 1;
      position: relative
  }

  @media screen and (max-width: 991px) {
      .counter-style1 {
          margin-top: -40px
      }
  }

  .readmore {
      font-size: 14px;
      color: #333333;
      font-weight: 700;
      text-transform: uppercase;
      transition: 0.3s;
      display: inline-block;
      position: relative
  }

  .readmore:before {
      position: absolute;
      content: "";
      background: #333333;
      height: 2px;
      width: 100%;
      bottom: -3px;
      transition: 0.3s;
      left: 0
  }

  .readmore:after {
      position: absolute;
      content: "";
      background: #7abddb;
      height: 2px;
      width: 0;
      bottom: -3px;
      transition: 0.3s;
      left: 0
  }

  .readmore:hover {
      color: #7abddb
  }

  .readmore:hover:after {
      width: 100%
  }

  .dept-category.list-style1 li:before {
      left: 15px;
      margin-top: 1px;
      font-size: 14px
  }

  .animated-icon1 {
      position: absolute;
      left: 46%;
      bottom: 5%
  }

  .animated-icon2 {
      position: absolute;
      right: 10%;
      top: 12%
  }

  .animated-icon3 {
      position: absolute;
      left: 5%;
      top: 14%
  }

  .rotate-me {
      animation-name: rotateme;
      animation-duration: 24s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      -webkit-animation-name: rotateme;
      -webkit-animation-duration: 24s;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      -moz-animation-name: rotateme;
      -moz-animation-duration: 24s;
      -moz-animation-iteration-count: infinite;
      -moz-animation-timing-function: linear;
      -ms-animation-name: rotateme;
      -ms-animation-duration: 24s;
      -ms-animation-iteration-count: infinite;
      -ms-animation-timing-function: linear;
      -o-animation-name: rotateme;
      -o-animation-duration: 24s;
      -o-animation-iteration-count: infinite;
      -o-animation-timing-function: linear
  }

  @keyframes rotateme {
      from {
          transform: rotate(0deg)
      }
      to {
          transform: rotate(360deg)
      }
  }

  @-webkit-keyframes rotateme {
      from {
          -webkit-transform: rotate(0deg)
      }
      to {
          -webkit-transform: rotate(360deg)
      }
  }

  @-moz-keyframes rotateme {
      from {
          -moz-transform: rotate(0deg)
      }
      to {
          -moz-transform: rotate(360deg)
      }
  }

  @-o-keyframes rotateme {
      from {
          -o-transform: rotate(0deg)
      }
      to {
          -o-transform: rotate(360deg)
      }
  }

  .icon-gallery {
      margin-top: -35px
  }

  .icon-gallery .d-table {
      margin-top: 35px
  }

  .icon-gallery .d-table-cell {
      width: 125px;
      height: 125px;
      text-align: center;
      margin-bottom: 25px;
      border: 1px solid rgba(0, 0, 0, 0.075);
      vertical-align: middle;
      font-size: 14px;
      transition: all 0.2s ease-in-out;
      padding: 10px;
      background: #fff
  }

  .icon-gallery i {
      display: block;
      margin-bottom: 15px;
      font-size: 28px;
      color: #7abddb
  }

  @media screen and (max-width: 575px) {
      .icon-gallery {
          margin-top: -25px
      }
      .icon-gallery .d-table {
          margin-top: 25px
      }
  }

  .lg-backdrop {
      z-index: 99999
  }

  .lg-outer {
      z-index: 999999
  }

  .lg-outer .lg-thumb-item.active,
  .lg-outer .lg-thumb-item:hover {
      border-color: #7abddb
  }

  .lg-progress-bar .lg-progress {
      background-color: #7abddb
  }

  .lg-backdrop.in {
      opacity: 0.85
  }

  .datetimepicker td,
  .datetimepicker th {
      padding: 5px;
      font-size: 14px
  }

  ul.countdown {
      padding: 0;
      margin: 0
  }

  ul.countdown li {
      border-right: 1px solid #c5c5c5;
      display: inline-block;
      padding: 0 30px;
      text-align: center
  }

  ul.countdown li:last-child {
      border: medium none;
      padding-right: 0
  }

  ul.countdown li span {
      font-size: 36px;
      font-weight: 700;
      line-height: normal;
      position: relative
  }

  ul.countdown li span::before {
      content: "";
      height: 1px;
      position: absolute;
      width: 100%
  }

  ul.countdown li p.timeRefDays,
  ul.countdown li p.timeRefHours,
  ul.countdown li p.timeRefMinutes,
  ul.countdown li p.timeRefSeconds {
      font-size: 12px;
      font-weight: 500;
      margin: 0;
      padding: 0;
      text-transform: uppercase
  }

  @media screen and (max-width: 767px) {
      ul.countdown {
          margin-top: -25px
      }
      ul.countdown li {
          padding: 0 8px;
          border-right: none;
          width: 48%;
          margin-top: 25px
      }
      .social-links li {
          margin-right: 15px
      }
      ul.countdown li span {
          font-size: 28px
      }
  }

  .element-listing {
      border: 1px solid rgba(0, 0, 0, 0.09);
      border-radius: 4px
  }

  .element-listing h2 {
      background-color: #7abddb;
      color: #fff;
      text-align: center;
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.5px;
      padding: 15px 0;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px
  }

  .element-listing li {
      border-bottom: 1px solid #ececec
  }

  .element-listing li:last-child {
      border-bottom: none
  }

  .element-listing li.active {
      border-bottom: 1px solid #7abddb
  }

  .element-listing li.active a {
      color: #7abddb
  }

  .element-listing li.active a:after {
      content: none
  }

  .element-listing li a {
      display: block;
      border-left: 4px solid transparent;
      font-size: 15px;
      font-weight: 600;
      padding: 14px 10px 14px 20px
  }

  @media screen and (max-width: 767px) {
      .element-listing li a {
          font-size: 14px;
          padding: 12px 10px 12px 16px
      }
  }

  .list-style1 {
      list-style: none;
      margin: 0;
      padding: 0
  }

  .list-style1 li {
      position: relative;
      padding: 0 0 10px 25px;
      margin: 0 0 10px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1)
  }

  .list-style1 li:before {
      content: "\f192";
      position: absolute;
      top: 0;
      left: 0;
      font-family: Font Awesome\ 5 Free;
      color: #c0c0c0
  }

  .list-style1 li:first-child {
      padding-top: 10px
  }

  .list-style1 li:first-child:before {
      top: 11px
  }

  .list-style1 li:last-child {
      border-bottom: 0;
      margin-bottom: 0
  }

  .list-style1.list-style-color li {
      border-color: rgba(255, 255, 255, 0.15)
  }

  .list-style1.list-style-color li:before {
      color: #232323
  }

  .list-style2 {
      list-style: none;
      margin: 0;
      padding: 0
  }

  .list-style2 li {
      position: relative;
      padding: 0 0 0px 30px;
      margin: 0 0 15px 0
  }

  .list-style2 li:before {
      content: "\f058";
      position: absolute;
      top: 2px;
      left: 0;
      font-family: Font Awesome\ 5 Free;
      font-weight: 700;
      color: #7abddb
  }

  .list-style2 li:last-child {
      margin-bottom: 0
  }

  .list-style3 li {
      display: flex;
      justify-content: space-between;
      margin-bottom: 1.2rem;
      font-size: 15px
  }

  .list-style3 li i {
      margin-top: 5px
  }

  .list-style3 li:last-child {
      margin-bottom: 0
  }

  .list-style4 {
      padding-left: 0
  }

  .list-style4 li {
      margin-bottom: 20px
  }

  .list-style4 li i {
      min-width: 40px;
      min-height: 40px;
      line-height: 40px;
      margin-right: 15px;
      color: #7abddb;
      background-color: #fff;
      text-align: center;
      border-radius: 50%;
      box-shadow: 0px 8px 25px 0px rgba(9, 95, 254, 0.18)
  }

  .list-style4 li:last-child {
      margin-bottom: 0
  }

  .list-style5 li {
      display: inline-block;
      padding-right: 20px;
      margin-right: 10px;
      position: relative;
      font-size: 14px;
      font-weight: 700
  }

  .list-style5 li:after {
      width: 5px;
      height: 5px;
      position: absolute;
      border-radius: 50%;
      content: "";
      top: 10px;
      right: 0;
      background: #7abddb
  }

  .list-style5 li:last-child {
      margin-right: 0;
      padding-right: 0
  }

  .list-style5 li:last-child:after {
      content: none
  }

  .list-style6 {
      list-style: none;
      margin: 0;
      padding: 0
  }

  .list-style6 li {
      position: relative;
      padding: 8px 0;
      font-size: 15px;
      margin: 0 0 4px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1)
  }

  .list-style6 li span {
      margin-bottom: 2px
  }

  .list-style6 li p {
      margin-bottom: 0
  }

  .list-style6 li:last-child {
      border-bottom: none
  }

  .list-style6 li:before {
      content: ""
  }

  .list-style1.no-list-style li {
      padding-left: 10px;
      padding-right: 10px
  }

  .list-style1.no-list-style li:before {
      content: none
  }

  .block-style1 .item {
      box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
      background: #fff;
      height: 100%
  }

  .block-style1 .item .post-img {
      position: relative;
      overflow: hidden
  }

  .block-style1 .item .post-img:hover img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%)
  }

  .block-style1 .item .post-img img {
      width: 100%;
      -webkit-filter: none;
      filter: none;
      transition: 0.3s
  }

  .block-style1 .item .content {
      padding: 30px;
      text-align: left
  }

  .block-style1 .item .content .tag {
      font-size: 12px;
      margin-bottom: 5px;
      letter-spacing: 1px
  }

  .block-style1 .item .content .read-more {
      margin-top: 20px;
      font-weight: 600
  }

  .block-style1 .item .content .read-more:hover {
      text-decoration: underline
  }

  .block-style1 .item .content p {
      line-height: 24px
  }

  .block-style1 .item .content h5 {
      font-size: 16px;
      line-height: normal;
      text-transform: inherit
  }

  @media screen and (max-width: 991px) {
      .block-style1 .item .content {
          padding: 20px 25px
      }
      .block-style1 .item .content p {
          margin-bottom: 10px
      }
      .block-style1 .item .content h5 {
          font-size: 15px
      }
  }

  .block-style2 .item {
      box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
      background: #fff;
      height: 100%
  }

  .block-style2 .item .block-img {
      position: relative;
      overflow: hidden
  }

  .block-style2 .item .block-img:hover img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%)
  }

  .block-style2 .item .block-img img {
      width: 100%;
      -webkit-filter: none;
      filter: none;
      transition: 0.3s
  }

  .block-style2 .item .content {
      padding: 20px;
      text-align: left
  }

  .block-style2 .item .content p {
      line-height: 24px
  }

  .block-style2 .item .content h5 {
      line-height: normal;
      text-transform: inherit
  }

  .blog-list-simple {
      margin: 0 0 30px 0;
      padding-bottom: 30px
  }

  .blog-list-simple:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0
  }

  .blog-list-simple-text>span {
      color: #7abddb;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 1px
  }

  .blog-list-simple-text p {
      border-top: 1px solid #ececec;
      font-size: 15px;
      font-weight: 400;
      line-height: 170%;
      margin-bottom: 0;
      padding: 15px 0
  }

  .blog-list-simple-text .meta {
      margin: 0 0 5px 0
  }

  .blog-list-simple-text li {
      display: inline-block;
      font-size: 12px;
      color: #777;
      margin: 5px
  }

  .blog-list-simple-text h4 {
      color: #1e2022;
      font-size: 20px;
      font-weight: 500;
      margin: 5px 0;
      line-height: normal
  }

  .blog-list-simple-text ul {
      margin: 10px 0
  }

  .blog-list-simple-text ul li {
      color: #999;
      font-size: 14px;
      font-weight: 500;
      padding: 3px 0
  }

  .blog-list-simple-text ul li i {
      color: #7abddb;
      margin-right: 5px;
      font-size: 14px
  }

  .blogs .post {
      margin-bottom: 50px
  }

  .blogs .post .content {
      padding: 30px;
      background: #fafafa
  }

  .blogs .post .content .post-title h5 {
      line-height: normal;
      font-weight: 500;
      margin-bottom: 0
  }

  .blogs .post .content .post-title h5 a {
      color: #1e2022
  }

  .blogs .post .content .post-title h5 a:hover {
      color: #7abddb
  }

  .blogs .post .content .meta {
      margin-bottom: 15px
  }

  .blogs .post .content .meta li {
      display: inline-block;
      margin: 5px
  }

  .blogs .post .content .special {
      padding: 15px;
      margin: 30px 0;
      border-left: 2px solid #111;
      background: #f7f7f7
  }

  .blogs .post .content .btn {
      border-color: #6f6f6f;
      color: #6f6f6f;
      min-width: auto;
      padding: 6px 20px;
      font-size: 12px
  }

  .blogs .post .content .btn:hover {
      color: #fff;
      border-color: #7abddb
  }

  .blogs .post .share-post {
      margin-top: 30px;
      padding-top: 20px;
      border-top: 1px dashed #ddd;
      text-align: left
  }

  .blogs .post .share-post span {
      font-weight: 700
  }

  .blogs .post .share-post ul {
      float: right
  }

  .blogs .post .share-post ul li {
      display: inline-block;
      margin: 0 0 0 12px
  }

  .blogs .post .post-img img {
      width: 100%
  }

  .blogs .comments-area .comment-box {
      padding-bottom: 30px;
      margin-bottom: 50px;
      border-bottom: 1px solid #eee
  }

  .blogs .comments-area .comment-box:nth-child(odd) {
      margin-left: 80px
  }

  .blogs .comments-area .comment-box:last-child {
      margin-bottom: 30px
  }

  .blogs .comment-box .author-thumb {
      width: 80px;
      float: left
  }

  .blogs .comment-box .comment-info {
      margin-left: 100px
  }

  .blogs .comment-box .comment-info h6 {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 10px
  }

  .blogs .comment-box .comment-info .reply {
      margin-top: 10px;
      font-weight: 600
  }

  .blogs .comment-box .comment-info .reply i {
      padding-right: 5px;
      font-size: 12px
  }

  .custom-pagination {
      border-radius: 0;
      padding: 0;
      margin: 0
  }

  .custom-pagination ul {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      margin: 0 auto;
      padding: 0
  }

  .custom-pagination li {
      display: inline
  }

  .custom-pagination a {
      float: left;
      padding: 0 18px;
      line-height: 40px;
      text-decoration: none;
      border: 1px solid #dbdbdb;
      border-left-width: 0;
      background: #fff
  }

  .custom-pagination a:hover {
      background-color: #1e2022;
      color: #fff
  }

  .custom-pagination .active a {
      background-color: #f7f7f7;
      color: #999;
      cursor: default
  }

  .custom-pagination .disabled span {
      color: #999;
      background-color: transparent;
      cursor: default
  }

  .custom-pagination .disabled a {
      color: #999;
      background-color: transparent;
      cursor: default
  }

  .custom-pagination .disabled a:hover {
      color: #999;
      background-color: transparent;
      cursor: default
  }

  .custom-pagination li:first-child a {
      border-left-width: 1px
  }

  .blockquote {
      background: #f1f1f1;
      border-left: 4px solid #7abddb;
      font-size: 16px;
      font-weight: 500;
      margin: 25px 0;
      padding: 20px 30px 30px
  }

  .blockquote p {
      font-size: 15px;
      font-weight: 500;
      line-height: 190%;
      color: #1e2022;
      letter-spacing: .5px
  }

  .blockquote h4 {
      font-size: 20px;
      font-weight: 400;
      color: #1e2022;
      letter-spacing: .5px
  }

  .blog-sidebar .widget {
      padding: 30px;
      border: 2px solid #eeeeee;
      margin-bottom: 30px
  }

  .blog-sidebar .widget:last-child {
      margin-bottom: 0
  }

  .blog-side-list li {
      margin-bottom: 10px;
      font-size: 15px
  }

  .blog-side-list li:last-child {
      margin-bottom: 0px
  }

  .blog-side-list li span {
      float: right
  }

  .blog-side-list li a:after {
      content: none
  }

  .side-bar .widget {
      margin-bottom: 30px
  }

  .side-bar .widget:last-child {
      margin-bottom: 0
  }

  .side-bar .widget .widget-title h6 {
      position: relative;
      padding-bottom: 5px;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1px;
      margin-bottom: 20px
  }

  .side-bar .widget .widget-title h6:after {
      content: '';
      width: 30px;
      height: 1px;
      background: #7abddb;
      position: absolute;
      bottom: 0;
      left: 0
  }

  .side-bar .widget li {
      position: relative;
      padding: 0 0 0 12px;
      margin: 0 0 9px 0;
      color: #6f6f6f
  }

  .side-bar .widget li:last-child {
      margin: 0
  }

  .side-bar .widget li:after {
      content: "";
      width: 5px;
      height: 1px;
      background-color: #6f6f6f;
      position: absolute;
      top: 12px;
      left: 0
  }

  .side-bar .widget .social-listing {
      margin-bottom: 0
  }

  .side-bar .widget .social-listing li {
      list-style: none;
      display: inline-block
  }

  .side-bar .widget .social-listing li:after {
      background: none
  }

  .side-bar .widget .social-listing li:first-child {
      padding-left: 0
  }

  .side-bar .search form input {
      width: calc(100% - 50px);
      height: 50px;
      padding: 0 10px;
      margin: 0;
      border: 1px solid #d1d1d1;
      background: #f7f7f7
  }

  .side-bar .search form button {
      width: 50px;
      height: 50px;
      line-height: 50px;
      color: #fff;
      border: 0;
      float: right;
      border-radius: 0;
      padding: 0
  }

  .side-bar .search form button:hover:before {
      border-radius: 0;
      padding: 0
  }

  @media screen and (max-width: 767px) {
      .blog-list-simple {
          margin-bottom: 20px;
          padding-bottom: 20px
      }
  }

  .social-icon-style li {
      display: inline-block;
      margin-right: 5px
  }

  .social-icon-style li:last-child {
      margin-right: 0
  }

  .social-icon-style li a {
      font-size: 14px;
      border: 1px solid rgba(255, 255, 255, 0.65);
      width: 35px;
      height: 35px;
      border-radius: 35px;
      line-height: 35px;
      display: inline-block;
      text-align: center;
      color: #fff
  }

  .social-icon-style li a:hover {
      color: #fff;
      background: #7abddb;
      border: 1px solid #7abddb
  }

  @media screen and (max-width: 767px) {
      .social-icon-style li a {
          width: 30px;
          height: 30px;
          border-radius: 30px;
          line-height: 30px
      }
  }

  .social-icon-style1 li {
      display: inline-block;
      margin-right: 5px
  }

  .social-icon-style1 li:last-child {
      margin-right: 0
  }

  .social-icon-style1 li a {
      font-size: 14px;
      border: 1px solid #eeeeee;
      background: #eee;
      width: 35px;
      color: #1e2022;
      height: 35px;
      border-radius: 35px;
      line-height: 35px;
      display: inline-block;
      text-align: center
  }

  .social-icon-style1 li a:hover {
      color: #fff;
      background: #7abddb;
      border: 1px solid #7abddb
  }

  .social-icon-style2 li {
      display: inline-block;
      margin-right: 5px
  }

  .social-icon-style2 li:last-child {
      margin-right: 0
  }

  .social-icon-style2 li a {
      font-size: 16px;
      color: #7abddb;
      display: inline-block;
      text-align: center
  }

  .appointment-popup {
      padding: 50px 20px 20px 20px;
      max-width: 700px;
      margin: 40px auto;
      position: relative
  }

  .appointment-popup .mfp-close {
      background: #7abddb;
      color: #fff;
      opacity: 1;
      top: 0
  }

  .popover {
      z-index: 999999
  }

  .custom-file {
      position: relative;
      display: inline-block;
      width: 100%;
      height: calc(1.5em + .75rem + 2px);
      margin-bottom: 0
  }

  .custom-file-input {
      position: relative;
      z-index: 2;
      width: 100%;
      height: calc(1.5em + .75rem + 2px);
      margin: 0;
      opacity: 0
  }

  .custom-file-label {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1;
      height: calc(1.5em + .75rem + 2px);
      padding: .375rem .75rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      border: 1px solid #ced4da;
      border-radius: .25rem
  }

  .custom-file-input:lang(en)~.custom-file-label::after {
      content: "Browse"
  }

  .custom-file-label::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      display: block;
      height: calc(1.5em + .75rem);
      padding: .375rem .75rem;
      line-height: 1.5;
      color: #495057;
      content: "Browse";
      background-color: #e9ecef;
      border-left: inherit;
      border-radius: 0 .25rem .25rem 0
  }

  .map {
      height: 400px;
      width: 100%;
      vertical-align: top;
      border: 0
  }

  .form-group {
      margin-bottom: 1rem
  }

  .form-group label {
      margin-bottom: .5rem
  }

  .form-control:focus {
      border-color: #7abddb
  }

  .form-check-input:checked {
      border-color: #7abddb;
      background-color: #7abddb
  }

  .quform-input {
      position: relative
  }

  .quform-input .quform-errors-wrap {
      position: absolute;
      right: 8px;
      top: 0;
      line-height: normal;
      z-index: 1
  }

  .quform-element>label {
      font-weight: normal;
      padding-bottom: 5px;
      margin-bottom: 0;
      color: #6a747b;
      font-size: 14px
  }

  .quform-element>label .quform-required {
      color: #cc0101;
      font-size: 10px
  }

  .quform-inner input {
      width: 100%
  }

  .quform-elements .quform-element textarea {
      margin-bottom: 0;
      padding: 8px 15px;
      vertical-align: top
  }

  .quform-elements .quform-element select {
      margin-bottom: 0;
      padding: 8px 35px 8px 15px
  }

  .quform-errors {
      padding: 0;
      margin: 0;
      line-height: normal
  }

  .quform-errors>.quform-error {
      padding: 0;
      background: none;
      border: none;
      float: none;
      color: #f5543f;
      font-size: 11px;
      line-height: normal;
      letter-spacing: normal
  }

  .quform-outer-no-js .quform-error {
      padding: 0;
      background: none;
      border: none;
      float: none;
      color: #f5543f;
      font-size: 11px;
      line-height: normal;
      letter-spacing: normal
  }

  .quform-outer-no-js .quform-success-message {
      padding: 0.75rem 1.25rem 0.75rem 3rem
  }

  .quform-has-error input,
  .quform-has-error textarea,
  .quform-has-error select,
  .quform-has-error input[type=file],
  .quform-has-error .custom-file-label {
      border-color: #f5543f
  }

  .quform-success-message {
      padding: 0.75rem 1.25rem 0.75rem 3rem
  }

  .quform-submit-inner {
      float: none
  }

  .quform-loading-wrap {
      float: none
  }

  .quform-loading-wrap .quform-loading {
      display: inline-block
  }

  .light-validation .quform-errors>.quform-error {
      color: #fff
  }

  .newsletter-footer .quform-elements {
      position: relative
  }

  .newsletter-footer .quform-submit-inner {
      position: absolute;
      right: 10px;
      top: 1px;
      width: auto
  }

  .newsletter-footer .quform-loading-wrap {
      margin-top: 15px;
      margin-bottom: 0;
      margin-left: 0
  }

  .newsletter-footer input {
      border: 1px solid rgba(255, 255, 255, 0.1);
      height: 50px;
      padding: 0.5rem 4rem 0.5rem 1.5rem
  }

  .newsletter-footer .quform-has-error input {
      border-color: #f5543f
  }

  .newsletter-rounded .quform-has-error textarea,
  .newsletter-rounded .quform-has-error select {
      border-color: #f5543f
  }

  .newsletter-footer .quform-input .quform-errors-wrap {
      right: 15px
  }

  .newsletter-footer i {
      font-size: 1.5rem;
      line-height: 2rem
  }

  .footer-area {
      background: #f5f5f5
  }

  .footer-top {
      margin-bottom: -70px;
      position: relative;
      z-index: 9
  }

  .footer-map {
      height: 250px;
      width: 100%;
      vertical-align: top;
      border: 0
  }

  .footer-list-style {
      margin-bottom: 0
  }

  .footer-list-style li {
      display: inline-block;
      margin-right: 10px;
      padding: 2px 0
  }

  .footer-list-style li a {
      vertical-align: middle
  }

  .footer-list-style li span {
      vertical-align: baseline;
      font-size: 16px;
      line-height: normal;
      display: inline-block;
      margin-right: 6px
  }

  .footer-list-style li:last-child {
      margin-right: 0
  }

  footer p {
      margin-bottom: 0
  }

  footer h3 {
      font-size: 18px;
      margin-bottom: 30px;
      line-height: 1;
      position: relative
  }

  footer h3:after {
      content: '';
      display: block;
      width: 36px;
      height: 3px;
      background: #7abddb;
      margin-top: 12px
  }

  .footer-bar {
      float: left;
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
      background: #1e2022;
      color: #fff
  }

  .footer-bar span {
      color: #7abddb;
      font-size: 15px;
      font-weight: 400
  }

  @media screen and (max-width: 767px) {
      footer h3 {
          letter-spacing: 2px
      }
      footer h3:after {
          margin-top: 10px
      }
      footer .list-style-1 li {
          padding: 0 0 5px 0
      }
      footer .list-style-1 li:last-child {
          padding: 0
      }
  }

  .footer-list {
      margin: 0;
      padding: 0
  }

  .footer-list li {
      list-style-type: none;
      color: #232323;
      padding: 6px 0
  }

  .footer-list li:first-child {
      padding-top: 0
  }

  .footer-list li:last-child {
      padding-bottom: 0
  }

  .footer-list li a {
      font-size: 15px;
      font-weight: 400
  }

  .footer-list li a:before {
      content: '\f105';
      font-weight: 700;
      vertical-align: middle;
      font-family: Font Awesome\ 5 Free;
      padding-right: 8px;
      display: inline-block;
      margin-top: -1px;
      -webkit-transition-duration: .3s;
      -moz-transition-duration: .3s;
      -o-transition-duration: .3s;
      transition-duration: .3s
  }

  .footer-list li a:hover {
      color: #7abddb
  }

  .footer-list li a:hover:before {
      color: #7abddb
  }

  @media screen and (max-width: 767px) {
      .footer-list li a {
          font-size: 14px
      }
  }

  .footer-style2 h3:before,
  .footer-style2 h3:after {
      content: none
  }

  .footer-style2 .contact-block {
      columns: 2;
      column-gap: 0;
      text-align: right
  }

  .footer-style2 .footer-social-icon li {
      display: inline-block;
      margin-right: 10px
  }

  .footer-style2 .footer-social-icon li:last-child {
      margin-right: 0
  }

  .footer-style2 .footer-social-icon li a {
      color: #7abddb
  }

  .footer-style3 h3:before,
  .footer-style3 h3:after {
      content: none
  }

  pre[class*="language-"] {
      max-height: 45vh;
      height: 100%;
      margin: 35px 0 15px 0;
      padding-top: 0
  }

  .html-code {
      background-color: #fbfbfb;
      position: relative;
      box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
      padding: 30px;
      border-radius: 5px;
      border: 1px solid #ededed
  }

  .html-code:before {
      color: rgba(0, 188, 209, 0.25);
      content: "•••";
      font-size: 30px;
      left: 24px;
      letter-spacing: 4px;
      line-height: 12px;
      position: absolute;
      top: 24px
  }

  .copy-element {
      position: absolute;
      top: -50px;
      right: 100px;
      opacity: 0;
      width: auto;
      padding: 0;
      transition: opacity 0.3s ease-in-out
  }

  .source-element {
      position: absolute;
      top: -50px;
      right: 15px;
      opacity: 0;
      width: auto;
      padding: 0;
      transition: opacity 0.3s ease-in-out
  }

  .html-code .copy-element {
      top: 15px;
      right: 30px
  }

  .html-code:hover .copy-element,
  .html-code:hover .source-element {
      opacity: 1
  }

  .box-hover:hover .copy-element,
  .box-hover:hover .source-element {
      opacity: 1
  }

  .copy-element>a,
  .source-element>a {
      border-radius: 0.25rem;
      background: #dde1e6;
      color: #777 !important;
      display: inline-block;
      padding: 5px 15px;
      font-size: 14px;
      text-transform: capitalize;
      cursor: pointer !important;
      font-weight: 600
  }

  .copy-element>a:hover,
  .source-element>a:hover {
      background: #7abddb;
      color: #fff !important
  }

  .copy-clipboard {
      cursor: pointer;
      padding: 5px 15px
  }

  .white-popup-block {
      background-color: #fbfbfb;
      position: relative;
      max-width: 650px;
      box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
      padding: 60px 30px 30px 30px;
      border-radius: 5px;
      margin: 40px auto;
      border: 1px solid #ededed
  }

  .white-popup-block.popup-copy.mfp-hide {
      display: block !important;
      height: 0;
      position: absolute;
      z-index: -1;
      padding: 0;
      opacity: 0;
      margin: 0
  }

  .white-popup-block:before {
      color: rgba(0, 188, 209, 0.25);
      content: "•••";
      font-size: 30px;
      left: 24px;
      letter-spacing: 4px;
      line-height: 12px;
      position: absolute;
      top: 24px
  }

  .white-popup-block:hover .copy-element {
      opacity: 1
  }

  .white-popup-block .copy-element {
      top: 45px;
      right: 30px
  }

  .box-hover {
      position: relative
  }

  .box-hover .container {
      position: relative
  }

  .mrg-tp {
      margin-top: 0px;
  }

  .pstn-teath-sysbls ul li {
      display: inline;
  }

  .pstn-teath-sysbls ul li a {
      cursor: pointer;
      position: relative;
  }

  .pstn-teath-sysbls {
      position: relative;
  }

  .pstn-teath-sysbls ul li {
      background: none !important;
      z-index: 0;
  }

  .pstn-teath-sysbls ul li input {
      display: none;
  }

  .pstn-teath-sysbls ul li input:checked {
      display: block;
      opacity: 0;
  }

  table thead {
      background: #a8c452;
      color: #fff;
  }

  table thead tr th {
      font-size: 20px;
  }

  table tbody tr:hover {
      background: #3333330d;
  }

  .mrg-tp-125 {
      margin-top: -30px;
  }

  table tbody tr td {
      text-transform: capitalize;
      text-align: left;
  }

  table tbody tr td a {
      color: #f00;
  }

  table tbody tr td.bld-hed {
      font-weight: 600;
  }

  .pstn-teath-sysbls ul li:first-child {
      position: absolute;
      bottom: 61.5%;
      left: 13.8%;
      height: 22px;
      width: 22px;
      padding: 3px;
      background: #decd00;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:first-child input[type="checkbox"]:checked+span {
      background: url(../../assets/img/1teath.png) left top no-repeat;
      height: 60px;
      width: 75px;
      background-size: 74px;
  }

  .pstn-teath-sysbls ul li:first-child .tooltipflip-content {}

  .pstn-teath-sysbls ul li:nth-child(2) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/2teath.png) left top no-repeat;
      background-size: 78px;
      height: 60px;
      width: 80px;
  }

  .pstn-teath-sysbls ul li:nth-child(2) {
      position: absolute;
      bottom: 65.6%;
      left: 14.6%;
      height: 22px;
      width: 22px;
      padding: 3px;
      background: #d14d00;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(3) {
      position: absolute;
      bottom: 70.6%;
      left: 17.4%;
      height: 22px;
      width: 22px;
      padding: 3px;
      background: #7abddb;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(3) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/3teath.png) left top no-repeat;
      background-size: 78px;
      height: 74px;
      width: 80px;
  }

  .pstn-teath-sysbls ul li:nth-child(4) {
      position: absolute;
      bottom: 76%;
      left: 21.7%;
      height: 17px;
      width: 22px;
      padding: 3px;
      background: #950bb8;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(4) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/4teath.png) left top no-repeat;
      background-size: 73px;
      height: 63px;
      width: 71px;
  }

  .pstn-teath-sysbls ul li:nth-child(5) {
      position: absolute;
      bottom: 79.4%;
      left: 25%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #00d12d;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(5) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/5teath.png) left top no-repeat;
      background-size: 73px;
      height: 59px;
      width: 71px;
  }

  .pstn-teath-sysbls ul li:nth-child(6) {
      position: absolute;
      bottom: 85%;
      left: 31%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #0f1010;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(6) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/6teath.png) left top no-repeat;
      background-size: 55px;
      height: 71px;
      width: 52px;
  }

  .pstn-teath-sysbls ul li:nth-child(7) {
      position: absolute;
      bottom: 88%;
      left: 39%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #d10000;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(7) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/7teath.png) left top no-repeat;
      background-size: 55px;
      height: 71px;
      width: 52px;
  }

  .pstn-teath-sysbls ul li:nth-child(8) {
      position: absolute;
      bottom: 90.9%;
      left: 47.2%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #de4cb8;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(8) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/8teath.png) left top no-repeat;
      height: 66px;
      width: 73px;
      background-size: 74px;
  }

  .pstn-teath-sysbls ul li:nth-child(9) {
      position: absolute;
      bottom: 92%;
      left: 58%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #bad100;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(9) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/9teath.png) left top no-repeat;
      height: 66px;
      width: 73px;
      background-size: 74px;
  }

  .pstn-teath-sysbls ul li:nth-child(10) {
      position: absolute;
      bottom: 90%;
      left: 69%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #0023d1;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(10) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/10teath.png) left top no-repeat;
      height: 66px;
      width: 73px;
      background-size: 44px;
  }

  .pstn-teath-sysbls ul li:nth-child(11) {
      position: absolute;
      bottom: 88.6%;
      left: 71.8%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #00d11a;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(11) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/11teath.png) left top no-repeat;
      height: 66px;
      width: 52px;
      background-size: 51px;
  }

  .pstn-teath-sysbls ul li:nth-child(12) {
      position: absolute;
      bottom: 83.6%;
      left: 72%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #5b6f71;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(12) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/12teath.png) left top no-repeat;
      height: 58px;
      width: 67px;
      background-size: 66px;
  }

  .pstn-teath-sysbls ul li:nth-child(13) {
      position: absolute;
      bottom: 80%;
      left: 74%;
      height: 16px;
      width: 22px;
      padding: 3px;
      background: #7abddb;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(13) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/13teath.png) left top no-repeat;
      height: 49px;
      width: 60px;
      background-size: 62px;
  }

  .pstn-teath-sysbls ul li:nth-child(14) {
      position: absolute;
      bottom: 75.9%;
      left: 73.1%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #1f3538;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(14) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/14teath.png) left top no-repeat;
      height: 69px;
      width: 73px;
      background-size: 69px;
  }

  .pstn-teath-sysbls ul li:nth-child(15) {
      position: absolute;
      bottom: 69.8%;
      left: 73%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #de62a1;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(15) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/15teath.png) left top no-repeat;
      height: 52px;
      width: 73px;
      background-size: 64px;
  }

  .pstn-teath-sysbls ul li:nth-child(16) {
      position: absolute;
      bottom: 66.5%;
      left: 72.2%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #0bb509;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(16) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/16teath.png) left top no-repeat;
      height: 52px;
      width: 65px;
      background-size: 65px;
  }

  .pstn-teath-sysbls ul li:nth-child(17) {
      position: absolute;
      bottom: 55.2%;
      left: 72%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #decd00;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(17) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/17teath.png) left top no-repeat;
      height: 52px;
      width: 73px;
      background-size: 64px;
  }

  .pstn-teath-sysbls ul li:nth-child(18) {
      position: absolute;
      bottom: 50.5%;
      left: 75%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #00de78;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(18) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/18teath.png) left top no-repeat;
      height: 49px;
      width: 69px;
      background-size: 70px;
  }

  .pstn-teath-sysbls ul li:nth-child(19) {
      position: absolute;
      bottom: 45.5%;
      left: 78.2%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #ef4c0d;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(19) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/19teath.png) left top no-repeat;
      height: 57px;
      width: 66px;
      background-size: 64px;
  }

  .pstn-teath-sysbls ul li:nth-child(20) {
      position: absolute;
      bottom: 40.5%;
      left: 80%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #ef4c0d;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(20) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/20teath.png) left top no-repeat;
      height: 45px;
      width: 66px;
      background-size: 54px;
  }

  .pstn-teath-sysbls ul li:nth-child(21) {
      position: absolute;
      bottom: 38.1%;
      left: 80%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #ef4c0d;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(21) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/21teath.png) left top no-repeat;
      height: 56px;
      width: 66px;
      background-size: 55px;
  }

  .pstn-teath-sysbls ul li:nth-child(22) {
      position: absolute;
      bottom: 35%;
      left: 80.3%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #7abddb;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(22) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/22teath.png) left top no-repeat;
      height: 61px;
      width: 34px;
      background-size: 32px;
  }

  .pstn-teath-sysbls ul li:nth-child(23) {
      position: absolute;
      bottom: 32.8%;
      left: 75.3%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #7abddb;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(23) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/23teath.png) left top no-repeat;
      height: 60px;
      width: 34px;
      background-size: 36px;
  }

  .pstn-teath-sysbls ul li:nth-child(24) {
      position: absolute;
      bottom: 30.9%;
      left: 69.1%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #7abddb;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(24) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/24teath.png) left top no-repeat;
      height: 60px;
      width: 39px;
      background-size: 42px;
  }

  .pstn-teath-sysbls ul li:nth-child(25) {
      position: absolute;
      bottom: 30%;
      left: 61.5%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #7abddb;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(25) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/25teath.png) left top no-repeat;
      height: 50px;
      width: 45px;
      background-size: 45px;
  }

  .pstn-teath-sysbls ul li:nth-child(26) {
      position: absolute;
      bottom: 30.5%;
      left: 54%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #7abddb;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(26) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/26teath.png) left top no-repeat;
      height: 59px;
      width: 45px;
      background-size: 44px;
  }

  .pstn-teath-sysbls ul li:nth-child(27) {
      position: absolute;
      bottom: 31.4%;
      left: 46.4%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #7abddb;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(27) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/27teath.png) left top no-repeat;
      height: 60px;
      width: 50px;
  }

  .pstn-teath-sysbls ul li:nth-child(28) {
      position: absolute;
      bottom: 33%;
      left: 39.5%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #7abddb;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(28) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/28teath.png) left top no-repeat;
      height: 60px;
      width: 45px;
      background-size: 47px;
  }

  .pstn-teath-sysbls ul li:nth-child(29) {
      position: absolute;
      bottom: 35.7%;
      left: 33%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #7abddb;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(29) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/29teath.png) left top no-repeat;
      height: 60px;
      width: 60px;
      background-size: 61px;
  }

  .pstn-teath-sysbls ul li:nth-child(30) {
      position: absolute;
      bottom: 40%;
      left: 24.7%;
      height: 24px;
      width: 22px;
      padding: 3px;
      background: #7abddb;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(30) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/30teath.png) left top no-repeat;
      height: 63px;
      width: 77px;
      background-size: 75px;
  }

  .pstn-teath-sysbls ul li:nth-child(31) {
      position: relative;
      bottom: 369px;
      left: 14.3%;
      height: 0px;
      width: 22px;
      padding: 3px;
      background: #7abddb;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(31) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/31teath.png) left top no-repeat;
      height: 63px;
      width: 77px;
      background-size: 75px;
  }

  .pstn-teath-sysbls ul li:nth-child(32) {
      position: absolute;
      bottom: 51.5%;
      left: 15.1%;
      height: 0px;
      width: 22px;
      padding: 3px;
      background: #7abddb;
      border-radius: 10px;
  }

  .pstn-teath-sysbls ul li:nth-child(32) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/32teath.png) left top no-repeat;
      height: 62px;
      width: 76px;
      background-size: 77px;
  }

  .sec-teath-32 .list-style4 li {
      margin-bottom: 20px;
      background: #fff;
      border-radius: 20px 20px 20px 20px;
      border: 1px solid #8686862b;
  }

  .sec-teath-32 .list-style4 li:hover {
      box-shadow: 0px 7px 8px 0px rgb(123 123 123 / 12%);
      cursor: pointer;
  }

  .sec-teath-32 .list-style4 li img {
      box-shadow: 0px 4px 2px 0px rgb(123 123 123 / 18%);
      background: #a8c452;
      border-radius: 40px;
      padding: 8px;
      margin-right: 12px;
  }

  .card-style7 .img-loc {
      position: absolute;
      right: 17px;
      top: 17px;
      width: 10%;
  }

  input[type="checkbox"]+span {
      display: inline-block;
      width: 19px;
      height: 19px;
      padding-top: 5px;
      vertical-align: middle;
      cursor: pointer;
      display: none;
  }

  input[type="checkbox"]:checked+span {
      background: (url(../../assets/img/1teath.png) left top no-repeat) left top no-repeat;
      display: block !important;
  }

  .btn-serch {
      padding: 0px !important;
  }

  .btn-serch input {
      background: #a8c452;
      border: none;
      height: 68px;
      width: 100%;
      color: #fff;
      font-size: 21px;
      border-radius: 0;
  }

  table.tbl-ndx thead tr th {
      font-size: 13px;
      padding: 7px 7px;
  }

  .carousel-control.left {
      background-image: none !important;
  }

  .carousel-control.right {
      background-image: none !important;
  }

  .pstn-teath-sysbls ul li a label {
      display: inline-block;
      height: 20px;
  }

  .sidemenu_btn {
      display: none !important;
  }

  .onepage-nav .logo img {
      width: auto;
  }

  table.tb-wdt tbody tr td.bld-hed {
      font-weight: 600;
      width: 185px;
  }

  table.tb-wdt tbody tr td {
      word-break: break-word;
  }

  @-webkit-keyframes blinker {
      from {
          opacity: 1.0;
      }
      to {
          opacity: 0.0;
      }
  }

  .blink {
      color: #f00;
      text-decoration: blink;
      -webkit-animation-name: blinker;
      -webkit-animation-duration: 0.6s;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: ease-in-out;
      -webkit-animation-direction: alternate;
  }

  .drop {
      position: relative;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }

  .drop.open {
      z-index: 100;
  }

  .drop.open .drop-screen {
      z-index: 100;
      display: block;
  }

  .drop.open .drop-options {
      z-index: 200;
      max-height: 200px;
  }

  .drop.open .drop-display {
      z-index: 200;
      border-color: #465;
  }

  .drop select {
      display: none;
  }

  .drop .drop-screen {
      position: fixed;
      width: 100%;
      height: 100%;
      background: #000;
      top: 0px;
      left: 0px;
      opacity: 0;
      display: none;
      z-index: 1;
  }

  .link {
      text-align: center;
      margin: 20px 0px;
      color: #8CACD7;
  }

  .drop .drop-display {
      position: relative;
      padding: 0px 20px 5px 5px;
      border: 4px solid #444;
      width: 100%;
      background: #FFF;
      z-index: 1;
      margin: 0px;
      font-size: 16px;
      min-height: 58px;
  }

  .drop .drop-display:hover:after {
      opacity: 0.75;
  }

  .drop .drop-display:after {
      font-family: 'Material Icons';
      content: "\e5c6";
      position: absolute;
      right: 10px;
      top: 12px;
      font-size: 24px;
      color: #444;
  }

  .drop .drop-display .item {
      position: relative;
      display: inline-block;
      border: 2px solid #333;
      margin: 5px 5px -4px 0px;
      padding: 0px 25px 0px 10px;
      overflow: hidden;
      height: 40px;
      line-height: 36px;
  }

  .drop .drop-display .item .btnclose {
      color: #444;
      position: absolute;
      font-size: 16px;
      right: 5px;
      top: 10px;
      cursor: pointer;
  }

  .drop .drop-display .item .btnclose:hover {
      opacity: 0.75;
  }

  .drop .drop-display .item.remove {
      -webkit-animation: removeSelected 0.2s, hide 1s infinite;
      animation: removeSelected 0.2s, hide 1s infinite;
      -webkit-animation-delay: 0s, 0.2s;
      animation-delay: 0s, 0.2s;
  }

  .drop .drop-display .item.add {
      -webkit-animation: addSelected 0.2s;
      animation: addSelected 0.2s;
  }

  .drop .drop-display .item.hide {
      display: none;
  }

  .drop .drop-options {
      background: #444;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
      position: absolute;
      width: 100%;
      max-height: 0px;
      overflow-y: auto;
      transition: all 0.25s linear;
      z-index: 1;
  }

  .drop .drop-options a {
      display: block;
      height: 40px;
      line-height: 40px;
      padding: 0px 20px;
      color: white;
      position: relative;
      max-height: 40px;
      transition: all 1s;
      overflow: hidden;
  }

  .drop .drop-options a:hover {
      background: #465;
      cursor: pointer;
  }

  .drop .drop-options a.remove {
      -webkit-animation: removeOption 0.2s;
      animation: removeOption 0.2s;
      max-height: 0px;
  }

  .drop .drop-options a.add {
      -webkit-animation: addOption 0.2s;
      animation: addOption 0.2s;
  }

  .drop .drop-options a.hide {
      display: none;
  }

  @-webkit-keyframes pop {
      from {
          -webkit-transform: scale(0);
          transform: scale(0);
      }
      to {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
  }

  @keyframes pop {
      from {
          -webkit-transform: scale(0);
          transform: scale(0);
      }
      to {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
  }

  @-webkit-keyframes removeOption {
      from {
          max-height: 40px;
      }
      to {
          max-height: 0px;
      }
  }

  @keyframes removeOption {
      from {
          max-height: 40px;
      }
      to {
          max-height: 0px;
      }
  }

  @-webkit-keyframes addOption {
      from {
          max-height: 0px;
      }
      to {
          max-height: 40px;
      }
  }

  @keyframes addOption {
      from {
          max-height: 0px;
      }
      to {
          max-height: 40px;
      }
  }

  @-webkit-keyframes removeSelected {
      from {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
      to {
          -webkit-transform: scale(0);
          transform: scale(0);
      }
  }

  @keyframes removeSelected {
      from {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
      to {
          -webkit-transform: scale(0);
          transform: scale(0);
      }
  }

  @-webkit-keyframes addSelected {
      from {
          -webkit-transform: scale(0);
          transform: scale(0);
      }
      to {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
  }

  @keyframes addSelected {
      from {
          -webkit-transform: scale(0);
          transform: scale(0);
      }
      to {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
  }

  @-webkit-keyframes hide {
      from,
      to {
          max-height: 0px;
          max-width: 0px;
          padding: 0px;
          margin: 0px;
          border-width: 0px;
      }
  }

  @keyframes hide {
      from,
      to {
          max-height: 0px;
          max-width: 0px;
          padding: 0px;
          margin: 0px;
          border-width: 0px;
      }
  }

  /*----------------Child Tooth------------------*/

  .child-psnt ul li:first-child input[type="checkbox"]:checked+span {
      background: url(../../assets/img/child/child1.png) left top no-repeat;
      height: 60px;
      width: 75px;
      background-size: 68px;
  }

  .child-psnt ul li:first-child {
      bottom: 71.3%;
      left: 4.7%;
  }

  .child-psnt ul li:nth-child(2) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/child/child2.png) left top no-repeat;
      background-size: 66px;
      height: 60px;
      width: 63px;
  }

  .child-psnt ul li:nth-child(2) {
      bottom: 79.4%;
      left: 8.6%;
  }

  .child-psnt ul li:nth-child(3) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/child/child3.png) left top no-repeat;
      background-size: 60px;
      height: 74px;
      width: 80px;
  }

  .child-psnt ul li:nth-child(3) {
      bottom: 84.7%;
      left: 14.2%;
  }

  .child-psnt ul li:nth-child(4) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/child/child4.png) left top no-repeat;
      background-size: 63px;
      height: 63px;
      width: 63px;
  }

  .child-psnt ul li:nth-child(4) {
      bottom: 89.9%;
      left: 20%;
  }

  .child-psnt ul li:nth-child(5) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/child/child5.png) left top no-repeat;
      background-size: 67px;
      height: 59px;
      width: 71px;
  }

  .child-psnt ul li:nth-child(5) {
      bottom: 92.1%;
      left: 28.6%;
  }

  .child-psnt ul li:nth-child(6) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/child/child6.png) left top no-repeat;
      background-size: 68px;
      height: 71px;
      width: 62px;
  }

  .child-psnt ul li:nth-child(6) {
      bottom: 92%;
      left: 39%;
  }

  .child-psnt ul li:nth-child(7) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/child/child7.png) left top no-repeat;
      background-size: 61px;
      height: 71px;
      width: 52px;
  }

  .child-psnt ul li:nth-child(7) {
      bottom: 88.6%;
      left: 48.7%;
  }

  .child-psnt ul li:nth-child(8) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/child/child8.png) left top no-repeat;
      height: 52px;
      width: 52px;
      background-size: 58px;
  }

  .child-psnt ul li:nth-child(8) {
      bottom: 84%;
      left: 55%;
  }

  .child-psnt ul li:nth-child(9) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/child/child9.png) left top no-repeat;
      height: 66px;
      width: 73px;
      background-size: 62px;
  }

  .child-psnt ul li:nth-child(9) {
      bottom: 79%;
      left: 60%;
  }

  .child-psnt ul li:nth-child(10) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/child/child10.png) left top no-repeat;
      height: 66px;
      width: 73px;
      background-size: 71px;
  }

  .child-psnt ul li:nth-child(10) {
      bottom: 71.5%;
      left: 63%;
  }

  .child-psnt ul li:nth-child(11) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/child/child11.png) left top no-repeat;
      height: 58px;
      width: 66px;
      background-size: 67px;
  }

  .child-psnt ul li:nth-child(11) {
      bottom: 49%;
      left: 62.6%;
  }

  .child-psnt ul li:nth-child(12) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/child/child12.png) left top no-repeat;
      height: 58px;
      width: 67px;
      background-size: 68px;
  }

  .child-psnt ul li:nth-child(12) {
      bottom: 41.8%;
      left: 59%;
  }

  .child-psnt ul li:nth-child(13) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/child/child13.png) left top no-repeat;
      height: 56px;
      width: 60px;
      background-size: 62px;
  }

  .child-psnt ul li:nth-child(13) {
      bottom: 36.2%;
      left: 54%;
  }

  .child-psnt ul li:nth-child(14) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/child/child14.png) left top no-repeat;
      height: 55px;
      width: 53px;
      background-size: 61px;
  }

  .child-psnt ul li:nth-child(14) {
      bottom: 30.7%;
      left: 46.9%;
  }

  .child-psnt ul li:nth-child(15) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/child/child15.png) left top no-repeat;
      height: 52px;
      width: 49px;
      background-size: 56px;
  }

  .child-psnt ul li:nth-child(15) {
      bottom: 28%;
      left: 39%;
  }

  .child-psnt ul li:nth-child(16) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/child/child16.png) left top no-repeat;
      height: 52px;
      width: 65px;
      background-size: 54px;
  }

  .child-psnt ul li:nth-child(16) {
      bottom: 27.9%;
      left: 30.8%;
  }

  .child-psnt ul li:nth-child(17) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/child/child17.png) left top no-repeat;
      height: 54px;
      width: 53px;
      background-size: 61px;
  }

  .child-psnt ul li:nth-child(17) {
      bottom: 30.8%;
      left: 22%;
  }

  .child-psnt ul li:nth-child(18) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/child/child18.png) left top no-repeat;
      height: 59px;
      width: 54px;
      background-size: 64px;
  }

  .child-psnt ul li:nth-child(18) {
      bottom: 35.3%;
      left: 14.9%;
  }

  .child-psnt ul li:nth-child(19) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/child/child19.png) left top no-repeat;
      height: 58px;
      width: 60px;
      background-size: 67px;
  }

  .child-psnt ul li:nth-child(19) {
      bottom: 41.5%;
      left: 9.2%;
  }

  .child-psnt ul li:nth-child(20) input[type="checkbox"]:checked+span {
      background: url(../../assets/img/child/child20.png) left top no-repeat;
      height: 62px;
      width: 65px;
      background-size: 69px;
  }

  .child-psnt ul li:nth-child(20) {
      bottom: 49.5%;
      left: 5%;
  }
  
/*  @media only screen and (max-width: 600px) {*/
/*    .pstn-teath-sysbls ul li:first-child input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/1teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(2) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/2teath.png) left top no-repeat;*/
/*        height: 9.5vw;*/
/*        width: 9.5vw;*/
/*        background-size: 9.8vw;*/
/*    }*/
/*    .pstn-teath-sysbls ul li:nth-child(2) {*/
/*    position: absolute;*/
/*    bottom: 66.6%;*/
/*    left: 14.4%;*/
/*    height: 22px;*/
/*    width: 22px;*/
/*    padding: 3px;*/
/*    background: #7abddb;*/
/*    border-radius: 10px;*/
/*}*/

/*    .pstn-teath-sysbls ul li:nth-child(3) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/3teath.png) left top no-repeat;*/
/*        height: 9.5vw;*/
/*        width: 10vw;*/
/*        background-size: 9.9vw;*/
/*    }*/
/*    .pstn-teath-sysbls ul li:nth-child(3) {*/
/*    position: absolute;*/
/*    bottom: 71.6%;*/
/*    left: 17.4%;*/
/*    height: 22px;*/
/*    width: 22px;*/
/*    padding: 3px;*/
/*    background: #7abddb;*/
/*    border-radius: 10px;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(4) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/4teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(5) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/5teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(6) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/6teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(7) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/7teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(8) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/8teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(9) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/9teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(10) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/10teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(11) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/11teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(12) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/12teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(13) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/13teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(14) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/14teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(15) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/15teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(16) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/16teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(17) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/17teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(18) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/18teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(19) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/19teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(20) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/20teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(21) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/21teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/
/*    .pstn-teath-sysbls ul li:nth-child(21) {*/
/*    position: absolute;*/
/*    bottom: 40.1%;*/
/*    left: 80.5%;*/
/*    height: 24px;*/
/*    width: 22px;*/
/*    padding: 3px;*/
/*    background: #ef4c0d;*/
/*    border-radius: 10px;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(22) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/22teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(23) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/23teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(24) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/24teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(25) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/25teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(26) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/26teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(27) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/27teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(28) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/28teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(29) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/29teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(30) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/30teath.png) left top no-repeat;*/
/*            height: 9.5vw;*/
/*            width: 10.5vw;*/
/*            background-size: 10.2vw;*/
/*    }*/
    
/*    .pstn-teath-sysbls ul li:nth-child(30) {*/
/*    position: absolute;*/
/*    bottom: 42.7%;*/
/*    left: 24.9%;*/
/*    height: 24px;*/
/*    width: 22px;*/
/*    padding: 3px;*/
/*    background: #7abddb;*/
/*    border-radius: 10px;*/
/*    }*/
    

/*    .pstn-teath-sysbls ul li:nth-child(31) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/31teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/

/*    .pstn-teath-sysbls ul li:nth-child(32) input[type="checkbox"]:checked+span {*/
/*        background: url(../../assets/img/32teath.png) left top no-repeat;*/
/*        height: 6.5vw;*/
/*        width: 6.5vw;*/
/*        background-size: 6.5vw;*/
/*    }*/


/*}*/

@media only screen and (min-width: 768px) and (max-width:992px) {
    
    .pstn-teath-sysbls ul li:first-child input[type="checkbox"]:checked+span {
        background: url(../../assets/img/1teath.png) left top no-repeat;
        height: 60px;
    width: 76px;
    background-size: 76px;
    }

    .pstn-teath-sysbls ul li:nth-child(2) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/2teath.png) left top no-repeat;
        height: 60px;
    width: 75px;
    background-size: 77px;
    }
    .pstn-teath-sysbls ul li:nth-child(2) {
    position: absolute;
    bottom: 65.3%;
    left: 14.7%;
    height: 22px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}

    .pstn-teath-sysbls ul li:nth-child(3) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/3teath.png) left top no-repeat;
        height: 77px;
    width: 85px;
    background-size: 85px;
    }
    .pstn-teath-sysbls ul li:nth-child(3) {
    position: absolute;
    bottom: 70.9%;
    left: 16.6%;
    height: 22px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
    }

    .pstn-teath-sysbls ul li:nth-child(4) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/4teath.png) left top no-repeat;
        height: 60px;
    width: 70px;
    background-size: 72px;
    }

    .pstn-teath-sysbls ul li:nth-child(5) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/5teath.png) left top no-repeat;
        height: 70px;
    width: 75px;
    background-size: 74px;
    }

    .pstn-teath-sysbls ul li:nth-child(6) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/6teath.png) left top no-repeat;
        height: 72px;
        width: 55px;
            background-size: 56px;
    }

    .pstn-teath-sysbls ul li:nth-child(7) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/7teath.png) left top no-repeat;
        height: 65px;
        width: 55px;
        background-size: 55px;
    }

    .pstn-teath-sysbls ul li:nth-child(8) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/8teath.png) left top no-repeat;
        height: 75px;
        width: 75px;
        background-size: 75px;
    }
    /*.pstn-teath-sysbls ul li:nth-child(8) input[type="checkbox"]:checked+span {*/
    /*    background: url(../../assets/img/8teath.png) left top no-repeat;*/
    /*    height: 7.5vw;*/
    /*    width: 7.5vw;*/
    /*    background-size: 7.5vw;*/
    /*}*/

    .pstn-teath-sysbls ul li:nth-child(9) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/9teath.png) left top no-repeat;
        height: 70px;
        width: 73px;
        background-size: 72px;
    }

    .pstn-teath-sysbls ul li:nth-child(10) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/10teath.png) left top no-repeat;
            height: 55px;
    width: 45px;
    background-size: 45px;
    }
    /*.pstn-teath-sysbls ul li:nth-child(9) input[type="checkbox"]:checked+span {*/
    /*    background: url(../../assets/img/9teath.png) left top no-repeat;*/
    /*    height: 9.5vw;*/
    /*    width: 8.5vw;*/
    /*    background-size: 7.4vw;*/
        
    /*}*/

    .pstn-teath-sysbls ul li:nth-child(11) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/11teath.png) left top no-repeat;
            height: 67px;
    width: 50px;
    background-size: 55px;
    }

    .pstn-teath-sysbls ul li:nth-child(12) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/12teath.png) left top no-repeat;
        height: 60px;
    width: 65px;
    background-size: 66px;
    }

    .pstn-teath-sysbls ul li:nth-child(13) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/13teath.png) left top no-repeat;
        height: 65px;
    width: 65px;
    background-size: 65px;
    }

    .pstn-teath-sysbls ul li:nth-child(14) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/14teath.png) left top no-repeat;
       height: 74px;
    width: 73px;
    background-size: 73px;
    }

    .pstn-teath-sysbls ul li:nth-child(15) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/15teath.png) left top no-repeat;
    height: 65px;
    width: 67px;
    background-size: 67px;
    }

    .pstn-teath-sysbls ul li:nth-child(16) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/16teath.png) left top no-repeat;
        height: 60px;
    width: 66px;
    background-size: 67px;
    }

    .pstn-teath-sysbls ul li:nth-child(17) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/17teath.png) left top no-repeat;
            height: 55px;
    width: 70px;
    background-size: 70px;
    }

    .pstn-teath-sysbls ul li:nth-child(18) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/18teath.png) left top no-repeat;
        height: 54px;
    width: 70px;
    background-size: 70px;
    }

    .pstn-teath-sysbls ul li:nth-child(19) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/19teath.png) left top no-repeat;
        height: 58px;
    width: 66px;
    background-size: 67px;
    }

    .pstn-teath-sysbls ul li:nth-child(20) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/20teath.png) left top no-repeat;
        height: 50px;
    width: 57px;
    background-size: 62px;
    }
    .pstn-teath-sysbls ul li:nth-child(20) {
    position: absolute;
    bottom: 39.9%;
    left: 80%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #ef4c0d;
    border-radius: 10px;
    }


    .pstn-teath-sysbls ul li:nth-child(21) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/21teath.png) left top no-repeat;
        height: 55px;
    width: 54px;
    background-size: 54px;
    }
    .pstn-teath-sysbls ul li:nth-child(21) {
    position: absolute;
    bottom: 37.5%;
    left: 80.5%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #ef4c0d;
    border-radius: 10px;
    }

    .pstn-teath-sysbls ul li:nth-child(22) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/22teath.png) left top no-repeat;
            height: 65px;
    width: 36px;
    background-size: 36px;
    }

    .pstn-teath-sysbls ul li:nth-child(23) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/23teath.png) left top no-repeat;
        height: 60px;
    width: 37px;
    background-size: 37px;
    }

    .pstn-teath-sysbls ul li:nth-child(24) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/24teath.png) left top no-repeat;
        height: 54px;
    width: 42px;
    background-size: 42px;
    }

    .pstn-teath-sysbls ul li:nth-child(25) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/25teath.png) left top no-repeat;
        height: 50px;
    width: 47px;
    background-size: 47px;
    }

    .pstn-teath-sysbls ul li:nth-child(26) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/26teath.png) left top no-repeat;
        height: 60px;
    width: 46px;
    background-size: 46px;
    }

    .pstn-teath-sysbls ul li:nth-child(27) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/27teath.png) left top no-repeat;
        height: 62px;
    width: 48px;
    background-size: 50px;
    }

    .pstn-teath-sysbls ul li:nth-child(28) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/28teath.png) left top no-repeat;
        height: 55px;
    width: 50px;
    background-size: 50px;
    }

    .pstn-teath-sysbls ul li:nth-child(29) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/29teath.png) left top no-repeat;
        height: 62px;
    width: 62px;
    background-size: 62px;
    }

    .pstn-teath-sysbls ul li:nth-child(30) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/30teath.png) left top no-repeat;
            height: 75px;
    width: 75px;
    background-size: 75px;
    }
    
    .pstn-teath-sysbls ul li:nth-child(30) {
    position: absolute;
    bottom: 39.7%;
    left: 25.2%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
    }
    

    .pstn-teath-sysbls ul li:nth-child(31) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/31teath.png) left top no-repeat;
        height: 70px;
    width: 75px;
    background-size: 73px;
    }
    .pstn-teath-sysbls ul li:nth-child(31) {
    position: relative;
    bottom: 370px;
    left: 15.1%;
    height: 0px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}

    .pstn-teath-sysbls ul li:nth-child(32) input[type="checkbox"]:checked+span {
        background: url(../../assets/img/32teath.png) left top no-repeat;
        height: 60px;
    width: 81px;
    background-size: 80px;
    }


}

@media only screen and (min-width: 375px) and (max-width: 576px){
    
    .pstn-teath-sysbls{
        width: 320px; !important
    }
    
.pstn-teath-sysbls ul li:nth-child(7) input[type="checkbox"]:checked+span {
    background-size: 8.4vw;
    height: 39px;
    width: 30px;
    }
    
    .pstn-teath-sysbls ul li:nth-child(7) {
    bottom: 89%;
    }

}

@media only screen and (min-width: 576px) and (max-width:768px) {
    
    .pstn-teath-sysbls ul li:nth-child(8) {
    position: absolute;
    bottom: 91.2%;
    left: 47.9%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #de4cb8;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(8) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/8teath.png) left top no-repeat;
    height: 68px;
    width: 75px;
    background-size: 49px;
}

.pstn-teath-sysbls ul li:nth-child(9) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/9teath.png) left top no-repeat;
    height: 66px;
    width: 73px;
    background-size: 47px;
}
.pstn-teath-sysbls ul li:nth-child(9) {
    position: absolute;
    bottom: 92%;
    left: 58.6%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #bad100;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(7) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/7teath.png) left top no-repeat;
    background-size: 40px;
    height: 71px;
    width: 52px;
}
.pstn-teath-sysbls ul li:nth-child(7) {
    position: absolute;
    bottom: 89%;
}
.pstn-teath-sysbls ul li:nth-child(6) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/6teath.png) left top no-repeat;
    background-size: 42px;
    height: 71px;
    width: 52px;
}
.pstn-teath-sysbls ul li:nth-child(6) {
    position: absolute;
    bottom: 86%;
    left: 31%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #0f1010;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(5) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/5teath.png) left top no-repeat;
    background-size: 58px;
    height: 59px;
    width: 71px;
}
.pstn-teath-sysbls ul li:nth-child(5) {
    position: absolute;
    bottom: 81.4%;
    left: 25%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #00d12d;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(4) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/4teath.png) left top no-repeat;
    background-size: 50px;
    height: 63px;
    width: 71px;
}
.pstn-teath-sysbls ul li:nth-child(4) {
    position: absolute;
    bottom: 79%;
    left: 21.7%;
    height: 17px;
    width: 22px;
    padding: 3px;
    background: #950bb8;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(3) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/3teath.png) left top no-repeat;
    background-size: 55px;
    height: 74px;
    width: 80px;
}
.pstn-teath-sysbls ul li:nth-child(3) {
    position: absolute;
    bottom: 73.9%;
    left: 17.4%;
    height: 22px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(2) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/2teath.png) left top no-repeat;
    background-size: 54px;
    height: 60px;
    width: 80px;
}
.pstn-teath-sysbls ul li:nth-child(2) {
    position: absolute;
    bottom: 69.6%;
    left: 14.6%;
    height: 22px;
    width: 22px;
    padding: 3px;
    background: #d14d00;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:first-child input[type="checkbox"]:checked+span {
    background: url(../../assets/img/1teath.png) left top no-repeat;
    height: 60px;
    width: 75px;
    background-size: 52px;
}
.pstn-teath-sysbls ul li:first-child {
    position: absolute;
    bottom: 66.1%;
    left: 13.8%;
    height: 22px;
    width: 22px;
    padding: 3px;
    background: #decd00;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(10) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/10teath.png) left top no-repeat;
    height: 66px;
    width: 73px;
    background-size: 38px;
}
.pstn-teath-sysbls ul li:nth-child(10) {
    position: absolute;
    bottom: 91%;
    left: 68%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #0023d1;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(11) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/11teath.png) left top no-repeat;
    height: 66px;
    width: 52px;
    background-size: 38px;
}
.pstn-teath-sysbls ul li:nth-child(11) {
    position: absolute;
    bottom: 89.6%;
    left: 71.8%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #00d11a;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(12) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/12teath.png) left top no-repeat;
    height: 58px;
    width: 67px;
    background-size: 50px;
}
.pstn-teath-sysbls ul li:nth-child(12) {
    position: absolute;
    bottom: 85.6%;
    left: 72%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #5b6f71;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(13) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/13teath.png) left top no-repeat;
    height: 49px;
    width: 60px;
    background-size: 50px;
}
.pstn-teath-sysbls ul li:nth-child(13) {
    position: absolute;
    bottom: 82.5%;
    left: 74%;
    height: 16px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(14) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/14teath.png) left top no-repeat;
    height: 69px;
    width: 73px;
    background-size: 53px;
}
.pstn-teath-sysbls ul li:nth-child(14) {
    position: absolute;
    bottom: 78.5%;
    left: 73.1%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #1f3538;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(15) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/15teath.png) left top no-repeat;
    height: 52px;
    width: 73px;
    background-size: 45px;
}
.pstn-teath-sysbls ul li:nth-child(15) {
    position: absolute;
    bottom: 72.8%;
    left: 73%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #de62a1;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(16) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/16teath.png) left top no-repeat;
    height: 52px;
    width: 65px;
    background-size: 50px;
}
.pstn-teath-sysbls ul li:nth-child(16) {
    position: absolute;
    bottom: 70.5%;
    left: 72.2%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #0bb509;
    border-radius: 10px;
}

.pstn-teath-sysbls ul li:nth-child(31) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/31teath.png) left top no-repeat;
    height: 63px;
    width: 77px;
    background-size: 55px;
}
.pstn-teath-sysbls ul li:nth-child(31) {
    position: relative;
    bottom: 369px;
    left: 8.3%;
    height: 0px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(32) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/32teath.png) left top no-repeat;
    height: 62px;
    width: 76px;
    background-size: 57px;
}
.pstn-teath-sysbls ul li:nth-child(32) {
    position: absolute;
    bottom: 53.5%;
    left: 19.1%;
    height: 0px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(30) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/30teath.png) left top no-repeat;
    height: 63px;
    width: 77px;
    background-size: 55px;
}
.pstn-teath-sysbls ul li:nth-child(30) {
    position: absolute;
    bottom: 47%;
    left: 24.7%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(29) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/29teath.png) left top no-repeat;
    height: 60px;
    width: 60px;
    background-size: 43px;
}
.pstn-teath-sysbls ul li:nth-child(29) {
    position: absolute;
    bottom: 43.5%;
    left: 33%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(28) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/28teath.png) left top no-repeat;
    height: 60px;
    width: 45px;
    background-size: 38px;
}
.pstn-teath-sysbls ul li:nth-child(28) {
    position: absolute;
    bottom: 41.5%;
    left: 39.5%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(27) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/27teath.png) left top no-repeat;
    height: 60px;
    width: 50px;
    background-size: 33px;
}
.pstn-teath-sysbls ul li:nth-child(27) {
    position: absolute;
    bottom: 39.4%;
    left: 46.4%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(26) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/26teath.png) left top no-repeat;
    height: 59px;
    width: 45px;
    background-size: 34px;
}
.pstn-teath-sysbls ul li:nth-child(26) {
    position: absolute;
    bottom: 38.5%;
    left: 54%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(25) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/25teath.png) left top no-repeat;
    height: 50px;
    width: 45px;
    background-size: 33px;
}
.pstn-teath-sysbls ul li:nth-child(25) {
    position: absolute;
    bottom: 38.6%;
    left: 61.5%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(24) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/24teath.png) left top no-repeat;
    height: 60px;
    width: 39px;
    background-size: 30px;
}
.pstn-teath-sysbls ul li:nth-child(24) {
    position: absolute;
    bottom: 38.9%;
    left: 69.1%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(17) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/17teath.png) left top no-repeat;
    height: 52px;
    width: 73px;
    background-size: 50px;
}
.pstn-teath-sysbls ul li:nth-child(17) {
    position: absolute;
    bottom: 60.5%;
    left: 72%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #decd00;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(18) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/18teath.png) left top no-repeat;
    height: 49px;
    width: 69px;
    background-size: 50px;
}
.pstn-teath-sysbls ul li:nth-child(18) {
    position: absolute;
    bottom: 56.5%;
    left: 75%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #00de78;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(19) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/19teath.png) left top no-repeat;
    height: 57px;
    width: 66px;
    background-size: 45px;
}
.pstn-teath-sysbls ul li:nth-child(19) {
    position: absolute;
    bottom: 51.9%;
    left: 78.2%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #ef4c0d;
    border-radius: 10px;
}

element.style {
}
.pstn-teath-sysbls ul li:nth-child(20) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/20teath.png) left top no-repeat;
    height: 45px;
    width: 66px;
    background-size: 45px;
}
.pstn-teath-sysbls ul li:nth-child(20) {
    position: absolute;
    bottom: 47.9%;
    left: 79%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #ef4c0d;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(21) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/21teath.png) left top no-repeat;
    height: 56px;
    width: 66px;
    background-size: 45px;
}
.pstn-teath-sysbls ul li:nth-child(21) {
    position: absolute;
    bottom: 45.1%;
    left: 80%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #ef4c0d;
    border-radius: 10px;
}.pstn-teath-sysbls ul li:nth-child(22) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/22teath.png) left top no-repeat;
    height: 61px;
    width: 34px;
    background-size: 22px;
}
.pstn-teath-sysbls ul li:nth-child(22) {
    position: absolute;
    bottom: 42%;
    left: 81.1%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(23) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/23teath.png) left top no-repeat;
    height: 60px;
    width: 34px;
    background-size: 24px;
}
.pstn-teath-sysbls ul li:nth-child(23) {
    position: absolute;
    bottom: 40.8%;
    left: 75.3%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
}

@media only screen and (min-width: 992px) and (max-width:1200px) {

.pstn-teath-sysbls ul li:nth-child(8) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/8teath.png) left top no-repeat;
    height: 66px;
    width: 73px;
    background-size: 49px;
}
.pstn-teath-sysbls ul li:nth-child(8) {
    position: absolute;
    bottom: 91.5%;
    left: 47.2%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #de4cb8;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(9) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/9teath.png) left top no-repeat;
    height: 66px;
    width: 73px;
    background-size: 45px;
}
.pstn-teath-sysbls ul li:nth-child(9) {
    position: absolute;
    bottom: 92%;
    left: 58.5%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #bad100;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(10) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/10teath.png) left top no-repeat;
    height: 66px;
    width: 73px;
    background-size: 34px;
}
.pstn-teath-sysbls ul li:nth-child(10) {
    position: absolute;
    bottom: 91%;
    left: 68%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #0023d1;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(11) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/11teath.png) left top no-repeat;
    height: 66px;
    width: 52px;
    background-size: 36px;
}
.pstn-teath-sysbls ul li:nth-child(11) {
    position: absolute;
    bottom: 89.9%;
    left: 71.8%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #00d11a;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(12) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/12teath.png) left top no-repeat;
    height: 58px;
    width: 67px;
    background-size: 50px;
}
.pstn-teath-sysbls ul li:nth-child(12) {
    position: absolute;
    bottom: 85.7%;
    left: 71%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #5b6f71;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(13) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/13teath.png) left top no-repeat;
    height: 49px;
    width: 60px;
    background-size: 48px;
}
.pstn-teath-sysbls ul li:nth-child(13) {
    position: absolute;
    bottom: 83%;
    left: 73%;
    height: 16px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(14) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/14teath.png) left top no-repeat;
    height: 69px;
    width: 73px;
    background-size: 50px;
}
.pstn-teath-sysbls ul li:nth-child(14) {
    position: absolute;
    bottom: 78.9%;
    left: 73.1%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #1f3538;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(15) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/15teath.png) left top no-repeat;
    height: 52px;
    width: 73px;
    background-size: 47px;
}
.pstn-teath-sysbls ul li:nth-child(15) {
    position: absolute;
    bottom: 73.8%;
    left: 73%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #de62a1;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(16) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/16teath.png) left top no-repeat;
    height: 52px;
    width: 65px;
    background-size: 50px;
}
.pstn-teath-sysbls ul li:nth-child(16) {
    position: absolute;
    bottom: 70.9%;
    left: 72.2%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #0bb509;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(7) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/7teath.png) left top no-repeat;
    background-size: 40px;
    height: 71px;
    width: 52px;
}
.pstn-teath-sysbls ul li:nth-child(7) {
    position: absolute;
    bottom: 89.5%;
    left: 39%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #d10000;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(6) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/6teath.png) left top no-repeat;
    background-size: 40px;
    height: 71px;
    width: 52px;
}
.pstn-teath-sysbls ul li:nth-child(6) {
    position: absolute;
    bottom: 86.5%;
    left: 31%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #0f1010;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(5) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/5teath.png) left top no-repeat;
    background-size: 51px;
    height: 59px;
    width: 71px;
}
.pstn-teath-sysbls ul li:nth-child(5) {
    position: absolute;
    bottom: 81.4%;
    left: 25%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #00d12d;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(4) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/4teath.png) left top no-repeat;
    background-size: 50px;
    height: 63px;
    width: 71px;
}
.pstn-teath-sysbls ul li:nth-child(4) {
    position: absolute;
    bottom: 79%;
    left: 21.7%;
    height: 17px;
    width: 22px;
    padding: 3px;
    background: #950bb8;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(3) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/3teath.png) left top no-repeat;
    background-size: 53px;
    height: 74px;
    width: 80px;
}
.pstn-teath-sysbls ul li:nth-child(3) {
    position: absolute;
    bottom: 74.4%;
    left: 17.4%;
    height: 22px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(2) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/2teath.png) left top no-repeat;
    background-size: 54px;
    height: 60px;
    width: 80px;
}
.pstn-teath-sysbls ul li:nth-child(2) {
    position: absolute;
    bottom: 69.6%;
    left: 14.6%;
    height: 22px;
    width: 22px;
    padding: 3px;
    background: #d14d00;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:first-child input[type="checkbox"]:checked+span {
    background: url(../../assets/img/1teath.png) left top no-repeat;
    height: 60px;
    width: 75px;
    background-size: 49px;
}
.pstn-teath-sysbls ul li:first-child {
    position: absolute;
    bottom: 65.9%;
    left: 13.8%;
    height: 22px;
    width: 22px;
    padding: 3px;
    background: #decd00;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(31) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/31teath.png) left top no-repeat;
    height: 63px;
    width: 77px;
    background-size: 50px;
}
.pstn-teath-sysbls ul li:nth-child(31) {
    position: relative;
    bottom: 363px;
    left: 8.3%;
    height: 0px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(32) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/32teath.png) left top no-repeat;
    height: 62px;
    width: 76px;
    background-size: 58px;
}
.pstn-teath-sysbls ul li:nth-child(32) {
    position: absolute;
    bottom: 54.5%;
    left: 19.1%;
    height: 0px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(30) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/30teath.png) left top no-repeat;
    height: 63px;
    width: 77px;
    background-size: 55px;
}
.pstn-teath-sysbls ul li:nth-child(30) {
    position: absolute;
    bottom: 47.5%;
    left: 24.7%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(29) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/29teath.png) left top no-repeat;
    height: 60px;
    width: 60px;
    background-size: 41px;
}
.pstn-teath-sysbls ul li:nth-child(29) {
    position: absolute;
    bottom: 43.7%;
    left: 33%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(28) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/28teath.png) left top no-repeat;
    height: 60px;
    width: 45px;
    background-size: 37px;
}
.pstn-teath-sysbls ul li:nth-child(28) {
    position: absolute;
    bottom: 42%;
    left: 38.5%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(27) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/27teath.png) left top no-repeat;
    height: 60px;
    width: 50px;
    background-size: 33px;
}
.pstn-teath-sysbls ul li:nth-child(27) {
    position: absolute;
    bottom: 39.9%;
    left: 46.4%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(26) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/26teath.png) left top no-repeat;
    height: 59px;
    width: 45px;
    background-size: 30px;
}
.pstn-teath-sysbls ul li:nth-child(26) {
    position: absolute;
    bottom: 38.5%;
    left: 54%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(25) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/25teath.png) left top no-repeat;
    height: 50px;
    width: 45px;
    background-size: 32px;
}
.pstn-teath-sysbls ul li:nth-child(25) {
    position: absolute;
    bottom: 39%;
    left: 61.5%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(24) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/24teath.png) left top no-repeat;
    height: 60px;
    width: 39px;
    background-size: 30px;
}
.pstn-teath-sysbls ul li:nth-child(24) {
    position: absolute;
    bottom: 39.5%;
    left: 69.1%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(17) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/17teath.png) left top no-repeat;
    height: 52px;
    width: 73px;
    background-size: 49px;
}
.pstn-teath-sysbls ul li:nth-child(17) {
    position: absolute;
    bottom: 61.2%;
    left: 71%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #decd00;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(18) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/18teath.png) left top no-repeat;
    height: 49px;
    width: 69px;
    background-size: 50px;
}
.pstn-teath-sysbls ul li:nth-child(18) {
    position: absolute;
    bottom: 56.9%;
    left: 75%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #00de78;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(19) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/19teath.png) left top no-repeat;
    height: 57px;
    width: 66px;
    background-size: 47px;
}
.pstn-teath-sysbls ul li:nth-child(19) {
    position: absolute;
    bottom: 52.5%;
    left: 78.2%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #ef4c0d;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(20) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/20teath.png) left top no-repeat;
    height: 45px;
    width: 66px;
    background-size: 44px;
}
.pstn-teath-sysbls ul li:nth-child(20) {
    position: absolute;
    bottom: 48.1%;
    left: 79%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #ef4c0d;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(21) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/21teath.png) left top no-repeat;
    height: 56px;
    width: 66px;
    background-size: 40px;
}
.pstn-teath-sysbls ul li:nth-child(21) {
    position: absolute;
    bottom: 45.5%;
    left: 80%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #ef4c0d;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(22) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/22teath.png) left top no-repeat;
    height: 61px;
    width: 34px;
    background-size: 24px;
}
.pstn-teath-sysbls ul li:nth-child(22) {
    position: absolute;
    bottom: 43%;
    left: 80.3%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(23) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/23teath.png) left top no-repeat;
    height: 60px;
    width: 34px;
    background-size: 24px;
}
.pstn-teath-sysbls ul li:nth-child(23) {
    position: absolute;
    bottom: 40.8%;
    left: 75.3%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}

}

@media only screen and (min-width: 1200px) and (max-width:1600px) {

.pstn-teath-sysbls ul li:nth-child(8) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/8teath.png) left top no-repeat;
    height: 66px;
    width: 73px;
    background-size: 61px;
}
.pstn-teath-sysbls ul li:nth-child(9) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/9teath.png) left top no-repeat;
    height: 66px;
    width: 73px;
    background-size: 59px;
}
.pstn-teath-sysbls ul li:nth-child(10) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/10teath.png) left top no-repeat;
    height: 66px;
    width: 73px;
    background-size: 38px;
}

element.style {
}
.pstn-teath-sysbls ul li:nth-child(11) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/11teath.png) left top no-repeat;
    height: 66px;
    width: 52px;
    background-size: 42px;
}
.pstn-teath-sysbls ul li:nth-child(12) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/12teath.png) left top no-repeat;
    height: 58px;
    width: 67px;
    background-size: 54px;
}
.pstn-teath-sysbls ul li:nth-child(12) {
    position: absolute;
    bottom: 83.9%;
    left: 72%;
    height: 24px;
    width: 22px;
    padding: 3px;
    border-radius: 10px;
}

.pstn-teath-sysbls ul li:nth-child(13) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/13teath.png) left top no-repeat;
    height: 49px;
    width: 60px;
    background-size: 53px;
}
.pstn-teath-sysbls ul li:nth-child(13) {
    position: absolute;
    bottom: 80.5%;
    left: 74%;
    height: 16px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(14) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/14teath.png) left top no-repeat;
    height: 69px;
    width: 73px;
    background-size: 58px;
}
.pstn-teath-sysbls ul li:nth-child(14) {
    position: absolute;
    bottom: 76.4%;
    left: 73.5%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #1f3538;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(15) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/15teath.png) left top no-repeat;
    height: 52px;
    width: 73px;
    background-size: 57px;
}
.pstn-teath-sysbls ul li:nth-child(15) {
    position: absolute;
    bottom: 70.8%;
    left: 73%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #de62a1;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(16) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/16teath.png) left top no-repeat;
    height: 52px;
    width: 65px;
    background-size: 57px;
}
.pstn-teath-sysbls ul li:nth-child(16) {
    position: absolute;
    bottom: 67.5%;
    left: 72.2%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #0bb509;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(7) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/7teath.png) left top no-repeat;
    background-size: 45px;
    height: 71px;
    width: 52px;
}
.pstn-teath-sysbls ul li:nth-child(6) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/6teath.png) left top no-repeat;
    background-size: 46px;
    height: 71px;
    width: 52px;
}
.pstn-teath-sysbls ul li:nth-child(5) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/5teath.png) left top no-repeat;
    background-size: 60px;
    height: 59px;
    width: 71px;
}
.pstn-teath-sysbls ul li:nth-child(4) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/4teath.png) left top no-repeat;
    background-size: 57px;
    height: 63px;
    width: 71px;
}
.pstn-teath-sysbls ul li:nth-child(3) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/3teath.png) left top no-repeat;
    background-size: 64px;
    height: 74px;
    width: 80px;
}
.pstn-teath-sysbls ul li:nth-child(3) {
    position: absolute;
    bottom: 71.2%;
    left: 17.4%;
    height: 22px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(2) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/2teath.png) left top no-repeat;
    background-size: 62px;
    height: 60px;
    width: 80px;
}
.pstn-teath-sysbls ul li:nth-child(2) {
    position: absolute;
    bottom: 66.1%;
    left: 14.6%;
    height: 22px;
    width: 22px;
    padding: 3px;
    background: #d14d00;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:first-child input[type="checkbox"]:checked+span {
    background: url(../../assets/img/1teath.png) left top no-repeat;
    height: 60px;
    width: 75px;
    background-size: 62px;
}
.pstn-teath-sysbls ul li:first-child {
    position: absolute;
    bottom: 62.5%;
    left: 13.8%;
    height: 22px;
    width: 22px;
    padding: 3px;
    background: #decd00;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(31) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/31teath.png) left top no-repeat;
    height: 63px;
    width: 77px;
    background-size: 62px;
}
.pstn-teath-sysbls ul li:nth-child(31) {
    position: relative;
    bottom: 363px;
    left: 9.3%;
    height: 0px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(32) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/32teath.png) left top no-repeat;
    height: 62px;
    width: 76px;
    background-size: 70px;
}
.pstn-teath-sysbls ul li:nth-child(32) {
    position: absolute;
    bottom: 48.5%;
    left: 18.1%;
    height: 0px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(30) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/30teath.png) left top no-repeat;
    height: 63px;
    width: 77px;
    background-size: 68px;
}
.pstn-teath-sysbls ul li:nth-child(30) {
    position: absolute;
    bottom: 42%;
    left: 24.7%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(29) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/29teath.png) left top no-repeat;
    height: 60px;
    width: 60px;
    background-size: 53px;
}
.pstn-teath-sysbls ul li:nth-child(29) {
    position: absolute;
    bottom: 36.9%;
    left: 33%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(28) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/28teath.png) left top no-repeat;
    height: 60px;
    width: 45px;
    background-size: 44px;
}
.pstn-teath-sysbls ul li:nth-child(28) {
    position: absolute;
    bottom: 35%;
    left: 38.5%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(27) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/27teath.png) left top no-repeat;
    height: 60px;
    width: 50px;
    background-size: 40px;
}
.pstn-teath-sysbls ul li:nth-child(27) {
    position: absolute;
    bottom: 33.1%;
    left: 46.4%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(26) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/26teath.png) left top no-repeat;
    height: 59px;
    width: 45px;
    background-size: 37px;
}


.pstn-teath-sysbls ul li:nth-child(26) {
    position: absolute;
    bottom: 31.5%;
    left: 54%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(25) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/25teath.png) left top no-repeat;
    height: 50px;
    width: 45px;
    background-size: 40px;
}
.pstn-teath-sysbls ul li:nth-child(25) {
    position: absolute;
    bottom: 32%;
    left: 61.5%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(24) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/24teath.png) left top no-repeat;
    height: 60px;
    width: 39px;
    background-size: 35px;
}
.pstn-teath-sysbls ul li:nth-child(24) {
    position: absolute;
    bottom: 32.5%;
    left: 69.1%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(23) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/23teath.png) left top no-repeat;
    height: 60px;
    width: 34px;
    background-size: 30px;
}
.pstn-teath-sysbls ul li:nth-child(23) {
    position: absolute;
    bottom: 34%;
    left: 75.3%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(22) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/22teath.png) left top no-repeat;
    height: 61px;
    width: 34px;
    background-size: 25px;
}
.pstn-teath-sysbls ul li:nth-child(22) {
    position: absolute;
    bottom: 36%;
    left: 80.7%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #7abddb;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(17) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/17teath.png) left top no-repeat;
    height: 52px;
    width: 73px;
    background-size: 55px;
}
.pstn-teath-sysbls ul li:nth-child(17) {
    position: absolute;
    bottom: 56.2%;
    left: 72%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #decd00;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(18) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/18teath.png) left top no-repeat;
    height: 49px;
    width: 69px;
    background-size: 63px;
}
.pstn-teath-sysbls ul li:nth-child(18) {
    position: absolute;
    bottom: 51.5%;
    left: 75%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #00de78;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(19) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/19teath.png) left top no-repeat;
    height: 57px;
    width: 66px;
    background-size: 57px;
}
.pstn-teath-sysbls ul li:nth-child(19) {
    position: absolute;
    bottom: 46.5%;
    left: 78.2%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #ef4c0d;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(20) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/20teath.png) left top no-repeat;
    height: 45px;
    width: 66px;
    background-size: 49px;
}
.pstn-teath-sysbls ul li:nth-child(20) {
    position: absolute;
    bottom: 41.5%;
    left: 80%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #ef4c0d;
    border-radius: 10px;
}
.pstn-teath-sysbls ul li:nth-child(21) input[type="checkbox"]:checked+span {
    background: url(../../assets/img/21teath.png) left top no-repeat;
    height: 56px;
    width: 66px;
    background-size: 52px;
}
.pstn-teath-sysbls ul li:nth-child(21) {
    position: absolute;
    bottom: 39.1%;
    left: 80%;
    height: 24px;
    width: 22px;
    padding: 3px;
    background: #ef4c0d;
    border-radius: 10px;
}


}
a.logo img {
    width: 100px !important;
}