
/*  typography */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&display=swap");
body {
  line-height: 1.7;
  font-family: "Nunito Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #555;
  font-size: 15px;
}

p {
  font-weight: 400;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
  font-family: "Nunito Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #333;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 23px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 15px;
}

h6, .h6 {
  font-size: 13px;
}

/* Button style */
.btn {
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 50px;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
}
.btn:hover, .btn:active, .btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn-primary {
  background: #4FD675;
  color: #fff;
  border-color: #4FD675;
}
.btn-primary:active, .btn-primary:hover, .btn-primary.focus, .btn-primary.active {
  background: #4FD675 !important;
  border-color: #4FD675 !important;
}

.btn-outline-primary {
  background: transparent;
  color: #4FD675;
  border-color: #4FD675;
}
.btn-outline-primary:active, .btn-outline-primary:hover, .btn-outline-primary.focus, .btn-outline-primary.active {
  background: #4FD675 !important;
  border-color: #4FD675 !important;
  color: #fff;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #2ec458;
  color: #fff;
}

::selection {
  background: #2ec458;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}
a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover {
  color: #4FD675;
}

.slick-slide {
  outline: 0;
}

hr {
  margin: 40px 0;
}

.shadow, .promotion, .logo-list li, .widget, .card, .navbar .dropdown-menu {
  box-shadow: 0px 25px 65px rgba(0, 0, 0, 0.05) !important;
}

.mark,
mark {
  padding: 0;
  background-color: transparent;
  border-bottom: 3px solid #4FD675;
  color: #4FD675;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-sm {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-title {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 0.06em;
}
.section-title::before {
  position: absolute;
  left: 0;
  bottom: -8px;
  content: "";
  height: 2px;
  width: 60px;
  background-color: #4FD675;
}

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

.border-primary {
  border-color: #EBEBEB !important;
}

.circle-list {
  list-style: none;
  padding-left: 0;
}
.circle-list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.circle-list li:last-child {
  margin-bottom: 0;
}
.circle-list li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border: 1px solid #4FD675;
  left: 0;
  top: 7px;
  border-radius: 50px;
}

/* badge */
.badge {
  border-radius: 0;
  position: absolute;
  width: 150px;
  transform: rotate(45deg);
  right: -45px;
  top: 20px;
  text-transform: uppercase;
}
.badge-primary {
  background-color: #4FD675;
}

/* overlay */
.overlay {
  position: relative;
}
.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

.bg-primary {
  background: #4FD675 !important;
}

.text-primary {
  color: #4FD675 !important;
}

.text-default {
  color: #555 !important;
}

.border-default {
  border-color: #EBEBEB !important;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

.st0 {
  fill: #4FD675;
}

.sidebar-home {
  margin-top: 47px;
}
@media (max-width: 991px) {
  .sidebar-home {
    margin-top: 0;
  }
}

.sidebar-inner {
  margin-top: 65px;
}
@media (max-width: 991px) {
  .sidebar-inner {
    margin-top: 0;
  }
}

.navigation {
  border-bottom: 1px solid #EBEBEB;
  transition: 0.2s ease;
  padding: 10px 0;
}
.navigation.nav-bg {
  background-color: #fff;
}
@media (max-width: 991px) {
  .navigation {
    background-color: #fff;
  }
}

.nav-item {
  margin: 0;
}
.nav-item .nav-link {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}

.navbar-white .navbar-nav .nav-link {
  color: #333;
}
.navbar-white .navbar-nav .nav-link:hover {
  color: #4FD675;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px;
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px;
  }
}

.navbar {
  padding: 0;
}
.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.navbar .dropdown i {
  font-size: 12px;
}
.navbar .dropdown-menu {
  padding: 20px 15px;
  border: 0;
  top: calc(100% - 10px);
  left: 15px;
  border-radius: 5px;
  background: #fff;
  transition: 0.2s ease;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  min-width: 17rem;

}
@media (max-width: 991px) {
  .navbar .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    text-align: inherit;
  }
}
.navbar .dropdown-menu.show {
  visibility: hidden;
}
@media (max-width: 991px) {
  .navbar .dropdown-menu.show {
    visibility: visible;
    display: block;
  }
}
.navbar .dropdown-item {
  position: relative;
  color: #333;
  transition: 0.2s ease;
  font-size: inherit;
  padding: 8px 10px;
  border-radius: inherit;
}
.navbar .dropdown-item:hover {
  color: #4FD675 !important;
  background-color: #F9F9F9;
}

/* search */
.search-bar {
  position: relative;
  background-color: #F9F9F9;
}
.search-bar input {
  background-color: transparent;
  border: 1px solid #EBEBEB;
  height: 40px;
  padding-left: 15px;
  position: relative;
  border-radius: 5px;
  z-index: 1;
}
.search-bar input:focus {
  border-color: #4FD675;
  outline: 0;
}
.search-bar input::-moz-placeholder {
  font-size: 90%;
}
.search-bar input::placeholder {
  font-size: 90%;
}
@media (max-width: 991px) {
  .search-bar input {
    width: 110px;
    padding-left: 30px;
  }
  /*.search-bar input:focus {*/
  /*  padding-left: 10px;*/
  /*  width: 200px;*/
  /*  position: absolute;*/
  /*  top: 50%;*/
  /*  transform: translateY(-50%);*/
  /*  height: 50px;*/
  /*  right: 0;*/
  /*  background-color: #F9F9F9;*/
  /*}*/
}
.search-bar::before {
  position: absolute;
  font-family: "themify";
  content: "\e610";
  font-size: 15px;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.banner {
  background-image: url(../images/backgrounds/banner-bg.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 120px 0 100px;
}
.banner .container {
  position: relative;
  z-index: 1;
}
.banner-shape-1 {
  position: absolute;
  left: 20%;
  top: 25%;
}
.banner-shape-1 .path {
  fill: #4FD675;
}
.banner-shape-2 {
  position: absolute;
  right: 20%;
  top: 25%;
}
.banner-shape-2 .path {
  fill: #4FD675;
}
.banner-shape-3 {
  position: absolute;
  right: 25%;
  bottom: 15%;
}
.banner-shape-3 .path {
  fill: #4FD675;
}
.banner-border {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  stroke: #4FD675;
}

.header {
  background-image: url(../images/backgrounds/header-bg.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 120px 0 150px;
}
.header .container {
  position: relative;
  z-index: 1;
}
.header-shape-1 {
  position: absolute;
  left: 20%;
  top: 25%;
}
.header-shape-1 .path {
  fill: #4FD675;
}
.header-shape-2 {
  position: absolute;
  right: 20%;
  top: 25%;
}
.header-shape-2 .path {
  fill: #4FD675;
}
.header-shape-3 {
  position: absolute;
  right: 25%;
  bottom: 15%;
}
.header-shape-3 .path {
  fill: #4FD675;
}
.header-border {
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  stroke: #4FD675;
}

.author {
  position: relative;
  padding: 120px 0 150px;
}
.author-shape-1 {
  position: absolute;
  left: 15%;
  top: 25%;
}
.author-shape-1 .path {
  fill: #4FD675;
}
.author-shape-2 {
  position: absolute;
  right: 15%;
  top: 25%;
}
.author-shape-2 .path {
  fill: #4FD675;
}
.author-shape-3 {
  position: absolute;
  right: 20%;
  bottom: 15%;
}
.author-shape-3 .path {
  fill: #4FD675;
}
.author-border {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  stroke: #4FD675;
  z-index: -1;
}

.wave {
  position: relative;
}
.wave-bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: -2;
}
@media (max-width: 991px) {
  .wave-bg {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.wave-shape-1 {
  position: absolute;
  right: 10%;
  top: 25%;
  z-index: -1;
}
.wave-shape-1 .path {
  fill: #4FD675;
}
.wave-shape-2 {
  position: absolute;
  left: 10%;
  top: 15%;
  z-index: -1;
}
.wave-shape-2 .path {
  fill: #4FD675;
}
.wave-shape-3 {
  position: absolute;
  left: 5%;
  bottom: 20%;
  z-index: -1;
}
.wave-shape-3 .path {
  fill: #4FD675;
}
.wave-shape-4 {
  position: absolute;
  right: 10%;
  bottom: 15%;
  z-index: -1;
}
.wave-shape-4 .path {
  fill: #4FD675;
}

.author-card {
  padding: 0 30px;
  border-right: 1px solid #EBEBEB;
  margin: 50px 0;
}
@media (max-width: 575px) {
  .author-card {
    border-right: 0;
  }
}
.author-card .social-icons a {
  color: #c4c4c4;
  font-size: 20px;
}
.author .social-icons a {
  color: #c4c4c4;
  font-size: 20px;
  display: block;
}
.author-image {
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px;
  border: 5px solid transparent;
  box-shadow: 0 0 0 2px #4FD675;
}
@media (max-width: 1200px) {
  .author-image {
    height: 150px;
    width: 150px;
  }
}

.post-count {
  color: #777;
  display: block;
  margin-bottom: 20px;
}

.card {
  border: 0;
  background-color: #fff;
  transition: 0.2s ease;
}
.card-body {
  padding: 10px 0 15px;
}
.card-img-sm {
  height: 85px;
  border-radius: 0.25rem;
}
.card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  color: #777;
  margin-bottom: 0;
}
.card-meta li {
  margin-bottom: 10px;
}
.card-meta li:not(:last-child) {
  padding-right: 8px;
}
.card-meta i {
  color: #dddddd;
  margin-right: 5px;
}
.card-meta-author {
  color: inherit;
}
.card-meta-author img {
  height: 20px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 5px;
  border-radius: 50%;
}
.card-meta-author:hover {
  color: #4FD675;
}
.card-meta-tag {
  margin-bottom: 0;
}
.card-meta-tag li {
  border: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
}
.card-meta-tag li a {
  padding: 0px 8px;
  border-radius: 30px;
  border: 1px solid #EBEBEB;
  color: #555;
  display: inline-block;
}
.card-meta-tag li a:hover {
  background-color: #4FD675;
  border-color: #4FD675;
  color: #fff;
}

.post-title {
  color: #333;
  font-weight: 700;
}
.post-title:hover {
  color: #4FD675;
}

.social-icons {
  margin-bottom: 0;
}
.social-icons li {
  color: #777;
  font-size: 14px;
}
.social-icons li a {
  display: block;
  color: inherit;
  padding: 5px;
}
.social-icons li a:hover {
  color: #4FD675;
}

.post-slider {
  overflow: hidden;
}
.post-slider:hover .prevArrow {
  left: 10px;
}
.post-slider:hover .nextArrow {
  right: 10px;
}

.slider-sm .slick-arrow {
  height: 35px;
  width: 35px;
  line-height: 35px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: rgba(79, 214, 117, 0.5);
  color: #fff;
  border: 0;
}
@media (max-width: 575px) {
  .slick-arrow {
    display: none;
  }
}
.slick-arrow:focus {
  outline: 0;
}
.slick-arrow:hover {
  background: #4FD675;
}

.prevArrow {
  left: -60px;
}

.nextArrow {
  right: -60px;
}

.pagination .page-item .page-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: transparent;
  text-align: center;
  padding: 0;
  margin-right: 10px;
  border: 1px solid #4FD675;
  color: #4FD675;
}
.pagination .page-item .page-link:hover {
  background: #4FD675;
  color: #fff;
  border-color: #4FD675;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 50%;
}
.pagination .page-item.active .page-link {
  background: #4FD675;
  color: #fff;
  border-color: #4FD675;
}

.author-block {
  border-top: 1px solid #EBEBEB;
}
.author-block:nth-child(1) {
  border-top-color: transparent;
}
.author-block:nth-child(2) {
  border-top-color: transparent;
}
@media (max-width: 575px) {
  .author-block:nth-child(2) {
    border-top-color: #EBEBEB;
  }
}
.author-block:nth-child(3) {
  border-top-color: transparent;
}
@media (max-width: 991px) {
  .author-block:nth-child(3) {
    border-top-color: #EBEBEB;
  }
}
.author-block:nth-child(3n+3) .author-card {
  border-right-color: transparent;
}
@media (max-width: 991px) {
  .author-block:nth-child(3n+3) .author-card {
    border-right-color: #EBEBEB;
  }
}
@media (max-width: 991px) {
  .author-block:nth-child(2n+2) .author-card {
    border-right-color: transparent;
  }
}

.content * {
  word-break: break-word;
  overflow-wrap: break-word;
}
.content img {
  max-width: 100%;
}
.content a {
  color: #333;
}
.content a:hover {
  color: #4FD675;
}
.content ol,
.content ul {
  padding-left: 20px;
}
.content ol li,
.content ul li {
  margin-bottom: 10px;
}
.content ul {
  padding-left: 0;
  margin-bottom: 20px;
  list-style-type: none;
}
.content ul li {
  padding-left: 20px;
  position: relative;
}
.content ul li::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #4FD675;
  left: 3px;
  top: 8px;
}
.content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #EBEBEB;
}
.content table td,
.content table th {
  padding: 0.75rem;
  vertical-align: top;
  margin-bottom: 0;
}
.content tr:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
.content th {
  font-weight: 500;
}
.content thead {
  background: #F9F9F9;
  margin-bottom: 0;
}
.content thead tr {
  border-bottom: 1px solid #EBEBEB;
}
.content tbody {
  background: white;
  margin-bottom: 0;
}
.content .notices {
  margin: 2rem 0;
  position: relative;
  overflow: hidden;
}
.content .notices p {
  padding: 10px;
  margin-bottom: 0;
  background-color: #fff !important;
}
.content .notices p::before {
  position: absolute;
  top: 2px;
  color: #fff;
  font-family: "themify";
  font-weight: 900;
  content: "\e717";
  left: 10px;
}
.content .notices.note p {
  border-top: 30px solid #6ab0de;
  background: #F9F9F9;
}
.content .notices.note p::after {
  content: "Note";
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem;
}
.content .notices.tip p {
  border-top: 30px solid #78C578;
  background: #F9F9F9;
}
.content .notices.tip p::after {
  content: "Tip";
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem;
}
.content .notices.info p {
  border-top: 30px solid #F0B37E;
  background: #F9F9F9;
}
.content .notices.info p::after {
  content: "Info";
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem;
}
.content .notices.warning p {
  border-top: 30px solid #E06F6C;
  background: #F9F9F9;
}
.content .notices.warning p::after {
  content: "Warning";
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem;
}
.content blockquote {
  font-size: 20px !important;
  color: #555;
  padding: 20px 40px;
  border-left: 2px solid #4FD675;
  margin: 40px 0;
  font-weight: bold;
  background: #fff;
}
.content blockquote p {
  margin-bottom: 0 !important;
}
.content pre {
  display: block;
  padding: 9.5px;
  margin: 10px 0px 10px;
  white-space: pre-wrap;
}
.content code {
  margin-bottom: 0 !important;
  font-size: 100%;
}

.code-tabs {
  border: 1px solid #EBEBEB;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
}
.code-tabs .nav-tabs {
  margin-bottom: 0;
}
.code-tabs .nav-tabs .nav-item {
  padding-left: 0;
  border-right: 1px solid #EBEBEB;
}
.code-tabs .nav-tabs .nav-item .nav-link {
  text-decoration: none;
  font-weight: 500;
  border: 0;
}
.code-tabs .nav-tabs .nav-item::before {
  display: none;
}
.code-tabs .nav-tabs .nav-item.active {
  background: #4FD675;
}
.code-tabs .nav-tabs .nav-item.active .nav-link {
  color: #fff;
}
.code-tabs .tab-content {
  padding: 20px 15px;
}

.collapse-wrapper {
  background-color: #fff;
}

.form-group {
  margin-bottom: 30px;
}
.form-group label {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.form-group .form-control {
  border-color: #EBEBEB;
  border: 1px solid transparent;
  background-color: #F9F9F9;
  height: 50px;
}
.form-group .form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #4FD675;
}
.form-group textarea.form-control {
  height: 120px;
}

.widget {
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 5px;
  border-top: 6px solid #4FD675;
  background-color: #fff;
}
.widget-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #333;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.06em;
}
.widget-search {
  position: relative;
}
.widget-search input {
  border: 1px solid transparent;
  width: 100%;
  height: 40px;
  border-radius: 50px;
  background-color: #F9F9F9;
  padding-left: 20px;
  transition: 0.2s ease;
}
.widget-search input:focus {
  border-color: #4FD675;
  outline: 0;
}
.widget-search input::-moz-placeholder {
  font-size: 90%;
}
.widget-search input::placeholder {
  font-size: 90%;
}
.widget-search i {
  color: #333;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 12px;
}
.widget-about {
  text-align: center;
}
.widget-about img {
  height: 170px;
  width: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px;
  border: 5px solid transparent;
  box-shadow: 0 0 0 2px #4FD675;
}
@media (max-width: 1200px) {
  .widget-about img {
    height: 150px;
    width: 150px;
  }
}
.widget-author .media {
  position: relative;
  padding: 15px 0;
}
.widget-author .media img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.widget-author .media:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
.widget-categories a {
  position: relative;
  padding-left: 15px;
}
.widget-categories a::before {
  position: absolute;
  content: "#";
  color: #4FD675;
  left: 0;
  top: 0;
}
.widget-list li {
  padding: 7px 0;
}
.widget-list li:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
.widget-list li a {
  color: #333;
}
.widget-list li a:hover {
  color: #4FD675;
}
.widget-list-inline li {
  margin-bottom: 10px;
}
.widget-list-inline li a {
  padding: 2px 15px;
  border: 1px solid #4FD675;
  border-radius: 30px;
  display: block;
  color: #555;
}
.widget-list-inline li a:hover {
  border-color: #4FD675;
  background: #4FD675;
  color: #fff;
}
.widget-card {
  position: relative;
  padding: 15px 0;
}
.widget-card:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
.widget-social {
  display: flex;
  justify-content: space-around;
}
.widget-social a {
  padding: 10px;
  font-size: 20px;
  color: #777;
}
.widget-social a:hover {
  color: #4FD675;
}

.quote {
  background-color: #fff;
  border: 1px solid #EBEBEB;
  display: flex;
  padding: 20px;
  margin-bottom: 20px;
}
.quote i {
  font-size: 24px;
  color: #4FD675;
  margin-right: 10px;
}
.quote p {
  font-style: italic;
}
.quote-by {
  color: #4FD675;
}

.instagram-post img {
  height: 160px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.error {
  padding: 130px 0;
}
.error-shape-1 {
  position: absolute;
  right: 20%;
  top: 15%;
  z-index: -1;
}
.error-shape-1 .path {
  fill: #4FD675;
}
.error-shape-2 {
  position: absolute;
  right: 10%;
  top: 50%;
  z-index: -1;
}
.error-shape-2 .path {
  fill: #4FD675;
}
.error-shape-3 {
  position: absolute;
  right: 30%;
  bottom: 15%;
  z-index: -1;
}
.error-shape-3 .path {
  fill: #4FD675;
}

.footer {
  padding: 120px 0 50px;
  background-image: url(../images/backgrounds/footer-bg.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.footer-list a {
  display: block;
  color: #333;
  padding: 5px;
}
.footer-list a:hover {
  color: #4FD675;
}
.footer-border {
  position: absolute;
  top: -20px;
  width: 100%;
}

.image-wrapper {
  position: relative;
  border-radius: 5px;
}
.image-wrapper img {
  border-radius: inherit;
}
.image-wrapper::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #F9F9F9;
  left: -15px;
  top: -15px;
  z-index: -1;
  border-radius: inherit;
}
.image-wrapper::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid #4FD675;
  left: 15px;
  top: 15px;
  border-radius: inherit;
}

.logo-list li {
  height: 70px;
  padding: 0 30px;
  text-align: center;
  line-height: 70px;
  margin-bottom: 20px;
}
.logo-list li img {
  height: 25px;
}

.video-wrapper {
  position: relative;
}
.video-wrapper .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.play-btn {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 55px;
  font-size: 20px;
  color: #fff;
  background-color: #4FD675;
  text-align: center;
  box-shadow: 0 0 0 5px rgba(79, 214, 117, 0.7);
  transition: 0.2s ease-out;
}
.play-btn:hover {
  color: #fff;
  box-shadow: 0 0 0 10px rgba(79, 214, 117, 0.7);
}

.mission-name {
  height: 150px;
  width: 150px;
  color: #fff;
  background-color: #4FD675;
  line-height: 150px;
  border-radius: 50%;
  text-align: center;
  margin: auto;
}

.promotion {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.promotion-content {
  position: absolute;
  padding: 30px;
  height: 100%;
  width: 100%;
  background-color: rgba(24, 24, 24, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  left: 0;
  top: 0;
}
.promotion-content h5 {
  font-size: 32px;
}

.pricing-wrapper {
  padding: 30px 10px;
  padding-bottom: 0;
}

.pricing-item {
  margin-bottom: 20px;
}
.pricing-item .card {
  border-right: 1px solid #ddd;
  margin: 0 10px;
  padding: 20px 15px;
}
@media (max-width: 991px) {
  .pricing-item .card {
    border: 0;
  }
}
.pricing-item .card .price {
  margin-bottom: 30px;
}
.pricing-item .card .price h2 {
  margin-bottom: 0;
}
.pricing-item .card .price span {
  line-height: 1;
  margin-left: 10px;
}
.pricing-item:last-child .card {
  border: 0;
}

.nav-pills-icon .nav-link {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #333;
  border: 2px solid transparent;
}
.nav-pills-icon .nav-link.active {
  color: #4FD675;
  background-color: transparent;
  border-color: #4FD675;
}

.book-cover {
  background-color: #F9F9F9;
}
.book-cover img {
  max-width: 175px;
  margin: 40px 0;
}

.shadow-none {
  box-shadow: none !important;
}
/*# sourceMappingURL=style.css.map */
@charset "UTF-8";
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}
table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: 30px;
}
table.dataTable > thead .sorting,
table.dataTable > thead .sorting_asc,
table.dataTable > thead .sorting_desc,
table.dataTable > thead .sorting_asc_disabled,
table.dataTable > thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
  right: 1em;
  content: "↑";
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "↓";
}
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:after {
  opacity: 1;
}
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable {
  border-right-width: 0;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}
/* Data Tables */

pre{
  padding: 10px 20px;
}

.article_list .post-slider{
  max-height: 100px;
}
.article_list .post-title{
  max-height: 88px;
  display: block;
  overflow: hidden;
}

.search_block {
  position: absolute;
  background: #f4f4f4;
  min-width: 300px;
  z-index: 999;
}
.search_block .search_row {
  padding: 2px 20px;
  text-align: left;
  line-height: 1.5em;
  font-style: italic;
  color: #3d47ec;
  cursor: pointer;
  text-decoration: underline;
}
.search_block .search_row:nth-child(2n) {
  background: #eeeeee;
}
.search_block .search_row:hover {
  background: #e3e3e3;
}
.overflownone{
  /*overflow: inherit;*/
}

.element_table .empty_option{
  display: none;
}

.fl-right{
  float: right;
}

.loading{
height: 200px;
  height: 200px;
  text-align: center;
  font-size: 2em;
  padding: 2% 5%;
  line-height: 1em;
  opacity: 0.5;
}
.loading span{
  text-align: center;
  font-size: 0.5em;
  display: block;
}

.underline{
  text-decoration: underline;
}
.relative{
  position: relative;
}
.compare_table .likes{
  position: absolute;
  right: 20px;
  cursor: pointer;
}

.winner_td{
  background: #deffde;
}

.compare_table tbody tr[id^='smartphone_option_']:hover{
  background: #ebebeb;
}

.region_dif{
  color: #9a9a9a;
  font-size: 12px;
  text-align: right;
  float: right;
  font-style: italic;
}
.tr_fixed{
  background: white;
  z-index: 999;
}
.tr_fixed input{
  background-color: white!important;
}

#search-query{
}
#search_result{
  position: absolute;
  background: white;
  z-index: 999;
  width: 200px;
  top: 40px;
}
#search_result a{
  display: block;
  padding: 0px;
  cursor: pointer;
  width: 100%;
  font-size: 0.8em;
  font-style: italic;
  text-decoration: underline;
  border: 1px solid #e7e7e7;
}
#search_result a:nth-child(2n) {
  background: #f8f8f8;
}
#search_result a:hover {
  background: #f5f4f4;
}
#search_result img{
  height: 30px;
  margin: 0 5px 0 0;
  display: inline-block;
}

.element_table .btn.btn-primary{
  font-size: 0.6em;
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer;
  margin: 10px 0 0 0;
  background: #3e6ff3;
  color: #fff;
  border-color: #606fbc;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  h1, .h1 {
    font-size: 22px;
  }
}

.totop{
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: red;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(135deg, #98e8f51c, #a0c6ed30);
  border-radius: 3px;
  display: none;
}

.carou{
  padding: 0 5px;
}
.carou_back{
  display: inline-block;
  width: 100%;
  height: 340px;
  background-repeat: no-repeat;
  background-position: center;
}
.carou_back img{
  opacity: 0;
}
.carou.detail .carou_back img{
  opacity: 0;
  height: 100%;
}
.no-gutters{
  padding: 0;
}
.carou.detail .carou_back{
  display: inline-block;
  width: 100%;
  min-height: 900px;
  background-repeat: no-repeat;
  background-position: center;
}

.slick-dotted.slick-slider {
  margin-bottom: 2% !important;
}
.slick-dots li button:before{
  text-shadow: 0px 0px 5px #f9f9f9;
}

.tags_block .round{
  border-radius: 90%;
  width: 80px;
  height: 81px;
  position: relative;
  display: inline-block;
  font-size: 3em;
  cursor: pointer;
  overflow: hidden;
}
.tags_block .underround{
  border: 2px solid white;
  border-radius: 90%;
  height: 78px;
  background-position: center;
  background-size: cover;
}
.tags_block .tag_name{
  margin: 0 0 10px;
}
.tags_block .tag_item{
  display: inline-block;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .carou_back{
    height: 115px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .carou.detail .carou_back{
    min-height: 490px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .main_list_title{
    margin: -6px 10px 8px!important;
    display: block;
    line-height: 14px!important;
    font-size: 0.7em!important;
  }
  .video_detail {
    width: 90%;
    margin: 0 auto;
  }

  .sections_block .item{
    font-size: 1em!important;
  }


  .btn_back{
    display: inline-block!important;
  }

  .i_date{
    display: none;
  }

  .tags_block .tag_name{
    display: none;
  }

  .tags_block .round {
    border-radius: 90%;
    width: 61px;
    height: 63px;
    position: relative;
    display: inline-block;
    font-size: 1.5em;
    cursor: pointer;
    overflow: hidden;
  }
  .tags_block .underround {
    background-color: #ff1d58;
    border: 1px solid white;
    border-radius: 90%;
    height: 59px;
  }

  .sections_block .item{
    padding: 10px 10px 20px!important;
  }
}


.main_list_title{
  margin: -10px 10px 28px;
  display: block;
  color: #454545;
}
.carou.detail .slick-dots {
  position: absolute;
  bottom: -25px;

}

.playblock{
  background-image: url('/tpl/images/play.png');
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
}
.video_detail {
  width: 100%;
  margin: 0 auto;
}

.i_count{
  position: absolute;
  z-index: 99;
  color: white;
  top: 6px;
  left: 12px;
  font-size: 12px;
}
.i_count svg{
  position: relative;
  top: -2px;
}
.i_date{
  position: absolute;
  z-index: 99;
  color: white;
  top: 6px;
  right: 12px;
  font-size: 12px;
}
.i_date svg{
  position: relative;
  top: -2px;
  left: -3px;
}

.i_favorite{
  position: absolute;
  z-index: 99;
  color: white;
  top: 6px;
  left: 60px;
  font-size: 10px;
}
.i_infinity{
  position: absolute;
  z-index: 99;
  color: white;
  top: 6px;
  left: 100px;
  font-size: 10px;
}

.sections_block{
  border-top: 1px solid #d2d2d2;
  text-align: center;
}
.sections_block .item{
  font-size: 1.5em;
  color: #3b3b3b;
  padding: 10px 30px 20px;
  display: inline-block;
}
.sections_block .item.active,.sections_block .item:hover{
  border-top: 3px solid #555555;
  font-weight: bolder;
}

.bread .list-inline-item{
  display: inline;
}

.btn_back{
  display: none;
  color: #858585;
  padding: 10px;
}

.photo img{
  border-radius: 200px;
  height: 200px;
  width: 200px;
}

.date_icon svg{
  margin: 0 5px 0 0;
  position: relative;
  top: -2px;
}
.this_year p{
  font-size: 1.5em;
  font-weight: 900;
  border-left: 4px solid #c2c2c2;
  padding: 0 0 0 20px;
  position: relative;
  left: 25px;
}
.tags_block span{
  background: silver;
  color: white;
  padding: 1px 9px;
  margin: 0 10px 0 0;
  border-radius: 6px;
  font-size: 0.8em;
  display: inline-block;
  cursor: pointer;
}
.tags_block span.unselected{
  border: 1px solid #8d8d8d;
  background: none;
  color: #7d7d7d;
}
.select_year{
  text-align: center !important;
  padding: 10px 0 0 0;
  cursor: pointer;
}
.this_year{
  cursor: pointer;
}
.year_item_block{
  text-align: center;
}
.year_item{
  text-align: center;
  display: inline-block;
  border: 1px solid #dddddd;
  color: #2b2b2b;
  font-weight: 500;
  margin: 0 10px 10px;
  padding: 4px 10px;
  border-radius: 4px;
}
.year_item.current_year{
  font-weight: 900;
}

.title_row a{
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  left: 30%;
  color: #858585;
}
.title_row h1{
  text-align: center;
}
.title_row .col-1{
  position: relative;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-content {
  background: #222222;
}

/* HTML: <div class="loader"></div> */
.loader {
  height: 4px;
  width: 200px;
  --c:no-repeat linear-gradient(#6100ee 0 0);
  background: var(--c),var(--c),#d7b8fc;
  background-size: 60% 100%;
  animation: l16 3s infinite;
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  border-radius: 2px;
}
@keyframes l16 {
  0%   {background-position:-150% 0,-150% 0}
  66%  {background-position: 250% 0,-150% 0}
  100% {background-position: 250% 0, 250% 0}
}

.dash-block{
  display: flex;
  justify-content: space-between;
  margin: 0px 0 15px;
}
.dash-block .dash{
  background: #9f9f9f;
  height: 5px;
  opacity: 0.6;
  border-radius: 2px;

}
.dash-block .dash span{
  content:'';
  background: #ffffff;
  width: 0;
  height: 5px;
  display: block;
  border-radius: 2px;
}
.tag_header  {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
}
.tag_header .tag_i  {
  width: 50px;
  height: 50px;
  background-size: cover;
  border-radius: 50px;
  background-color: #b59393;
  background-position: center;
}
.tag_header > *  {
  align-self: center;

}
.tag_title{
  display: flex;
  justify-content: space-between;
  width: 50%;
}
.tag_item_title{
  width: 75%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  top: 1px;
}
.tag_date{
  font-size: 0.7em;
}

#historyModalFullscreen .slick-dots{
  display: none!important;
}

.tag_btn_left{
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 99;
}
.tag_btn_right{
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  z-index: 99;
}

.get_map_detail:hover{
  cursor: pointer;
  text-decoration: underline;
}
.get_favorite:hover{
  cursor: pointer;
  text-decoration: underline;
}
.get_infinity:hover{
  cursor: pointer;
  text-decoration: underline;
}
.get_search:hover{
  cursor: pointer;
  text-decoration: underline;
}

.navbar-toggler-icon {
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5"/%3E%3C/svg%3E');
  background-size: contain;
}

#headerslider .slick-dots{
  margin: 40px 0px;
  left: 0;
}
#headerslider .photo img{
  text-align: center;
  display: inline-block;
}
#headerslider .slick-dots li {
   /*width: 0px!important;*/
  width: auto !important;
}


.video-preview-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  background: #000;
  cursor: pointer;
}

.video-source,
.video-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-icon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.play-icon {
  width: 80px;
  height: 80px;
  fill: rgba(255, 255, 255, 0.8);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.7));
  transition: transform 0.2s ease;
}

.video-preview-container:hover .play-icon {
  transform: scale(1.1);
  fill: rgba(255, 255, 255, 1);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .play-icon {
    width: 60px;
    height: 60px;
  }
}

.det_desc{
  width: 100%;
  /*text-overflow: ellipsis;*/
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
  margin: 15px 0;
  text-align: center;
}
.view-toggle-btn.active {
}
.view-toggle-btn {
 padding: 0;
  border: 0;
}
.view-toggle-btn svg{
  fill: #908f8f;
}
.view-toggle-btn.active {
 padding: 0;
  border: 0;
}
.view-toggle-btn.active svg {
  fill: #505050!important;
}

.filter-card {
  background-color: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.filter-header {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.form-control::placeholder, .form-select:invalid {
  color: #6c757d;
}

.toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.toggle-label {
  font-weight: 500;
  cursor: pointer;
  color: #333;
  width: 60px;
  text-align: center;
  font-size: 16px;
}
.custom-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}
.custom-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: .4s;
  border-radius: 34px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: #0d6efd;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #fff;
}
input:checked + .slider:before {
  transform: translateX(26px);
}