/* elements css */
* {
  font-family: Nunito;
  color: #3e4144;
}

.full-bg {
  margin-left: -11.5px;
  margin-right: -11.5px;
}

.mb-4-5 {
  margin-bottom: 36px !important;
}
.mt-4-5 {
  margin-top: 36px !important;
}

h1 {
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal; }
  @media (max-width: 1139px) {
    h1 {
      font-size: 25px;
    }
  }
  @media (max-width: 576px) and (min-width: 450px) {
    h1 {
      letter-spacing: -.2px;
    }
  } 

h3 {
  font-size: 36px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
}

h4 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
}

h5 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal; }
  @media (max-width: 1139px) {
    h5 {
      font-size: 20px; 
    } 
  }

h5.more-less {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
}

h6.sm {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 6px;
}

p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  margin-bottom: 0;
}

p.normal-line {
  line-height: normal;
}

.kw-primary {
  color: #39c3d0;
}
.kw-soft {
  color: #a7a6a6;
}

.btn-primary {
  font-weight: bold;
  background-color: #39c3d0;
  border:none;
  padding: 15px 36px;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #21aebb;
}
.btn-primary:focus {
  background-color: #2199a5;
  box-shadow: none;
}
.btn-primary:not(.disabled):active {
  background-color:#138590 !important;
  box-shadow: none !important;
}

.btn-white {
  padding: 15px 36px;
  border-radius: 5px;
  border: solid 1px #39c3d0;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #39c3d0;
}
.btn-white:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  background-color: #39c3d0;
  color: #fff;
}
.btn-white:focus {
  box-shadow: none;
}
.btn-white:active {
  background-color: #2199a5;
}

button.strech {
  border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  width: 217px;
  height: 50px; }
  @media (max-width: 991px) and (min-width: 374px) {
    button.strech {
      width: 335px; } }

button.w-full {
  border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  width: 217px;
  height: 50px; }
  @media (max-width: 800px) and (min-width: 374px) {
    button.w-full {
      width: 100%; } }


form input.form-control::placeholder, form textarea.form-control::placeholder {
  color: #686868;
  opacity: 0.5;
}
form input.form-control {
  height: 46px;
}
form input.form-control, form textarea.form-control{
  padding: 16px 16px 15px 16px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.form-group label {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #686868;
}

.img-full {
  width: 100%;
}

.accordion a {
  text-decoration: none;
}

/* end::elements css */

/* begin::header */
.header {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 1;
  margin: 0 auto; }
  @media (max-width: 1139px) {
    .header {
      background-color: #fff !important;
      height: auto; } }
  @media (max-width: 1139px) {
    .header.expanded {
      background-color: #39c3d0 !important; } }

.header .navbar {
  background-color: transparent !important;
  }
  @media (min-width: 1140px) {
    .header .navbar {
      height: 50px;
    }
  }
  
.logo {
  width: 124px;
}
.navbar-toggler, .navbar-toggler:focus {
  padding: 0;
  border: transparent;
}
.navbar-toggler .fa {
  color: #39c3d0 !important;
  font-size: 24px;
  transform: scaleX(1.2);
}
.header.expanded .navbar-toggler .fa {
  color: #fff !important;
}

.navbar {
  padding: 0; }
  @media (min-width: 1140px) {
    .navbar {
      height: 50px;
      background-color: transparent !important; } }

.navbar-nav {
  position: relative; }
  @media (min-width: 1140px) {
    .navbar-nav {
    padding-left: 54px; } }
  @media (max-width: 1139px) {
    .navbar-nav {
    padding-top: 44px; } }
  @media (max-width: 767px) {
    .navbar-nav {
    padding-top: 93px; } }

.navbar-nav .nav-item {
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  max-width: 140px;
  color: #686868; }
  @media (min-width: 1140px) {
    .navbar-nav .nav-item {
      text-align: center;
      padding: 15px 24px !important;} }
  @media (max-width: 1139px) {
    .navbar-nav .nav-item {
      color: #fff !important;
      padding: 12px 0 !important;} }

.navbar-nav .nav-item.active {
  color: #39c3d0 !important;
  font-weight: bold; }
  @media (max-width: 1139px) {
    .navbar-nav .nav-item.active {
      color: #fff !important;} }

.navbar-nav .nav-item.login {
  font-weight: bold; }
  @media (min-width: 1140px) {
    .navbar-nav .nav-item.login {
      color: #39c3d0;
      padding: 15px 28px 15px 36px !important; } }
  @media (max-width: 1139px) {
    .navbar-nav .nav-item.login {
      color: #fff;
      padding: 36px 0px 16px 0px !important; } }

.navbar-nav .nav-item.sign {
  border-radius: 5px;
  padding: 15px 36px !important;
  font-size: 15px;
  font-weight: bold; }
  @media (min-width: 1140px) {
    .navbar-nav .nav-item.sign {
      color: #ffffff;
      background-color: #39c3d0;
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16); } }
  @media (max-width: 1139px) {
    .header .navbar-nav .nav-item.sign {
      padding-top: 16px;
      width: 125px;
      color: #39c3d0 !important;
      background-color: #fff; } }

.message_alert {
  position: absolute;
  top: 70px;
  width: 100%;
}

.search-group {
  height: 50px;
  position: absolute;
  width: 78px;
  border: none;
  background: none;
  left: 12px;
  cursor: pointer;
  transition: width ease .5s; }
  @media (max-width: 1139px) {
    .search-group {
      top: -47px;
      left: 47%;
      transform: translateX(-50%);
      width: 335px !important; } }
  @media (max-width: 1139px) and (min-width: 768px) {
    .navbar-collapse:not(.show) .search-group {
      display: none !important; } }
  @media (max-width: 767px) {
    .search-group {
      top: 23px;
      left: 0; 
      transform: translateX(0%)} }
  @media (max-width: 374px) {
    .search-group {
      width: auto !important; } }
    
.search-group.open {
  width: 318px;
  border-radius: 6px;
  border: solid 1px #39c3d0;
  background-color: #ffffff;
}
.search-group input{
  height: 100%;
  border: none;
  display: none;
}
.search-group.open input {
  display: block;
}
.search-group.open input:focus {
  border: none;
  box-shadow: none;
}
.search-group .input-group-text {
  padding-right: 3px;
  background: none;
  border: none;
}

.navbar .sub-footer i {
  font-size: 24px;
  color: white;
}

@media (max-width: 575px) {
  .navbar .sub-footer p:last-child {
    margin-top: 147px !important;
  }
}

/* end::header */

/* start::footer */
.footer {
  padding-top: 52px;
  padding-bottom: 36px;
  background-color: #fafcfc;
}
.footer .navbar {
  margin-bottom: 20px;
  background-color: transparent !important;
}

.footer .info i {
  font-size: 24px;
  color: #39c3d0;
}
@media (max-width: 991px) and (min-width: 768px){
  .footer .navbar-nav .nav-item {
    color: #fff !important;
    padding: 12px 0 !important;
    display: none; } }

@media (max-width: 1139px) {
  .footer .navbar-nav .nav-item {
    color: #686868 !important;
    padding: 15px 24px !important; }
  .footer .navbar-nav .nav-item.active {
    color: #39c3d0 !important; } }

@media (max-width: 1139px) {
  .footer .navbar-nav .nav-item.sign {
    width: 125px;
    padding: 15px 36px !important;
    color: #fff !important;
    background-color: #39c3d0;
    display: block; } }

@media (max-width: 1139px) {
  .footer .navbar-nav .nav-item.login {
    color: #39c3d0 !important;
    padding: 15px 28px !important;
    display: block; } }
@media (max-width: 767px) {
  .footer .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
  .footer .navbar-nav .nav-item.login {
    color: #39c3d0 !important;
    padding: 39px 0 16px 0 !important;
    display: block; } }
  .footer .navbar-nav {
    padding-top: 32px;
  }
  .footer {
    padding-bottom: 38px;
    padding-top: 46px;
  }
  .footer .footer-contents {
    margin-top: 36px;
  }

@media (min-width: 768px) {
  .footer .info p:first-child {
    float: left; }
  .footer .info p:last-child {
    float: right; } }

/* end::footer */

/* media css */
@media (max-width: 991px) {
  .kw-container {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1139px) and (min-width: 992px) {
  .kw-container {
    max-width: 992px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1140px) {
  .kw-container {
    max-width: 1163px;
    padding-left: 11.5px;
    padding-right: 11.5px;
    margin: 0 auto;
  }
}

@media (min-width: 1140px) {
  .hidden-xl {
    display: none;
  }
}

@media (max-width: 1139px) {
  .hidden-lg {
    display: none;
  }
}

@media (max-width: 991px) {
  .hidden-md {
    display: none;
  }
  .show-md {
    display: block;
  }
}


/* --------- top background -------- */
.top-bg-search {
  padding-top: 80px;
  background-repeat: no-repeat;
  background-size: contain;
}

.top-bg {
  padding-top: 80px;
  background-image: url('../imgs/top-bg-xl.png');
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1139px) {
    .top-bg {
      padding-top: 70px; } }
  @media (max-width: 992px) {
    .top-bg {
      background-size: auto;
      background-image: url('../imgs/top-bg-lg.png'); } }

/* ------------end top bg --------------- */

/* start plan part */
.plan {
  background-color: #fafcfc;
  padding-top: 60px;
  padding-bottom: 108px; }
  @media (max-width: 1139px) {
    .plan {
      padding-top: 36px;
      padding-bottom: 60px; } }
  @media (max-width: 600px) {
    .plan {
      padding-bottom: 24px; } }

.plan .plan-title {
  margin-bottom: 60px;
  text-align: center; }
  @media (max-width: 1139px) {
    .plan .plan-title {
      margin-bottom: 8px;
    }
  }
.plan-container {
  position: relative;
  max-width: 364px;
  max-height: 316px;
  padding: 36px 0;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 6px 16px 0 rgba(119, 119, 119, 0.06);
  background-color: #ffffff; }
  @media (max-width: 1139px) {
    .plan-container {
      margin-left: auto;
      margin-right: auto;
      margin-top: 16px; } }
.plan-container:hover::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 6px solid #39c3d0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.plan-container .title {
  margin-bottom: 6px;
}
.plan-container .price  {
  font-size: 54px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: normal;
  color: #3e4144;
  margin-top: 36px;
  margin-bottom: 24px;
}
.plan-container .price .helper{
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #3e4144;
}
.plan .plan-info {
  margin-top: 36px;
}


/* end plan part */

/* start::carousel part */

.carousel-indicators {
  display: none; }
  @media (max-width: 991px) {
    .carousel-indicators {
      display: flex;
    }
  }

.carousel-indicators li{
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #e3edf0;
  border: 0;
}

.carousel-indicators li.active {
  background-color: #39c3d0;
}

.carousel-control-prev, .carousel-control-next {
  width: 24px;
  top: -140px; }
  @media (max-width: 991px) {
    .carousel-control-prev, .carousel-control-next {
      display: none; } }

/* end::carousel part */

/* start::accordion */
.accordion .card {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.accordion .card-header {
  position: relative;
  padding: 16px 36px;
  background: none;
  border: none;
}
.accordion .card-header > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.accordion .card-header .handler {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.accordion .card-body {
  padding: 16px 36px;
  padding-top: 0px;
  margin-top: -4px;
}

.accordion .handler.show img:first-child,
.accordion .handler img:last-child {
  display: none;
  margin-top: 3px;
}

.accordion .handler.show img:last-child,
.accordion .handler img:first-child {
  display: block;
  margin-top: 3px;
}

 /* end::accordion */

.fa-white{
  color: white;
}