/*
Theme Name: telegram-mh
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
h1,
h2,
h3,
h4,
h5,
h6 {
  transition: 0.5s;
}
.home-box-dk {
  padding-top: 200px!important;
}
.home-box-dk h1 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
}
.home-box-dk p {
  margin-bottom: 30px;
}
a.button.primary,
.btn {
  font-weight: 600;
  font-size: 14px;
  border: none;
  padding: 10px 40px;
  position: relative;
  border-radius: 4px;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 30px;
  font-size: 15px;
}
a.button.primary:after,
.btn:after,
a.button.primary:before,
.btn:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #c679e3;
  z-index: -1;
}
a.button.primary:after,
.btn:after {
  left: 0;
  border-radius: 4px 0 0 4px;
}
a.button.primary:before,
.btn:before {
  right: 0;
  border-radius: 0 4px 4px 0;
}
a.button.primary:hover:after,
.btn:hover:after,
a.button.primary:hover:before,
.btn:hover:before {
  width: 50%;
}
.bt1 {
  color: #fff;
  background-color: #19a545!important;
  box-shadow: 0 13px 27px 0 #19a54540;
}
.bt1:hover {
  color: #fff;
  background: #0e314c!important;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 13px 27px 0 #c679e340;
}
.bt1:hover:after,
.bt1:hover:before {
  width: 50%;
}
.bt2 {
  color: #212529;
  background-color: #fff!important;
  box-shadow: 0 13px 27px 0 #19a54540;
}
.bt2:hover {
  color: #fff;
  background: #0e314c;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 13px 27px 0 #c679e340;
}
.bt2:hover:after,
.bt2:hover:before {
  width: 50%;
}
#order {
  background: #fff;
  box-shadow: 0 2px 48px 0 #00000014;
  padding: 15px 30px 20px 30px;
  border-radius: 5px;
}
#order h3 {
  font-size: 1.75rem;
}
#order .form-group {
  margin-bottom: 18px;
}
#order label {
  color: #0e314c;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
#order .form-control {
  display: block;
  width: 100%;
  appearance: none;
  font-weight: 400;
  line-height: 1.5;
  height: 45px;
  padding: 10px;
  padding-left: 15px;
  font-size: 14px;
  color: #0e314c;
  border: 1px solid #eee;
  border-radius: 0;
  background: #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: none!important;
}
#order .form-control:focus {
  color: #212529;
  outline: 0;
  background: #fff;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-color: #19a545;
}
#order .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: #0000;
}
#order .btn {
  color: #fff;
  background-color: #19a545;
  box-shadow: 0 13px 27px 0 #19a54540;
  width: 100%;
  margin-top: 30px;
}
#order .btn:hover {
  color: #fff;
  background: #0e314c;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 13px 27px 0 #c679e340;
}
#order .btn:hover:after,
#order .btn:hover:before {
  width: 50%;
}
#order .form-select {
  height: 45px;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  color: #0e314c;
  border: 1px solid #eee;
  border-radius: 0;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.lightbox-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: .3rem;
  outline: 0;
}
.lightbox-content .nf-form-title {
  text-align: center;
  font-size: 22px;
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.lightbox-content input[type=button] {
  font-weight: 600;
  font-size: 14px;
  border: none;
  padding: 10px 40px;
  position: relative;
  border-radius: 4px;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 30px;
  font-size: 15px;
  width: 100%!important;
  color: #fff!important;
  background-color: #19a545!important;
  box-shadow: 0 13px 27px 0 #19a54540;
}
.lightbox-content input[type=button]:after,
.lightbox-content input[type=button]:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #c679e3!important;
  z-index: -1;
}
.lightbox-content input[type=button]:after {
  left: 0;
  border-radius: 4px 0 0 4px;
}
.lightbox-content input[type=button]:before {
  right: 0;
  border-radius: 0 4px 4px 0;
}
.lightbox-content input[type=button]:hover {
  color: #fff!important;
  background: #0e314c!important;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 13px 27px 0 #c679e340!important;
}
.lightbox-content input[type=button]:hover:after,
.lightbox-content input[type=button]:hover:before {
  width: 50%!important;
}
.lightbox-content form {
  margin-bottom: -10px;
}
.tieu-chi .col-inner {
  margin-top: 10px;
  border: 1px dashed #cdf1d8;
  padding: 30px 20px;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #4845e01a;
  box-shadow: 0 0 10px #4845e01a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  min-height: 380px;
}
.tieu-chi .col-inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tieu-chi .col-inner:hover {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  border-color: #0000;
  color: #fff;
}
.tieu-chi .col-inner:hover h2,
.tieu-chi .col-inner:hover h3,
.tieu-chi .col-inner:hover h4 {
  color: #fff;
}
.tieu-chi .col-inner:hover:before {
  opacity: 1;
  visibility: visible;
}
.tieu-chi .col-inner:hover .icon-1 p {
  background: #fff!important;
}
.tieu-chi .col-inner .icon-1 p {
  background: #cdf1d8;
  color: #19a545;
  padding: 15px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  transition: 0.5s;
}
.tieu-chi svg {
  color: #19a545;
}
.tieu-chi .col:nth-child(2) .col-inner {
  border-color: #f78acb;
}
.tieu-chi .col:nth-child(2) svg {
  color: #f78acb;
}
.tieu-chi .col:nth-child(2) .icon-1 p {
  background: #f78acb4d;
}
.tieu-chi .col:nth-child(3) .col-inner {
  border-color: #c679e3;
}
.tieu-chi .col:nth-child(3) svg {
  color: #c679e3;
}
.tieu-chi .col:nth-child(3) .icon-1 p {
  background: #edc3fc;
}
.tieu-chi .col:nth-child(4) .col-inner {
  border-color: #eb6b3d;
}
.tieu-chi .col:nth-child(4) svg {
  color: #eb6b3d;
}
.tieu-chi .col:nth-child(4) .icon-1 p {
  background: #eb6b3d4d;
}
.tieu-chi .col:nth-child(5) .col-inner {
  border-color: #f78acb;
}
.tieu-chi .col:nth-child(5) svg {
  color: #f78acb;
}
.tieu-chi .col:nth-child(5) .icon-1 p {
  background: #f78acb4d;
}
.is-divider {
  height: 5px;
  width: 90px;
  background: #cdf1d8;
  position: relative;
  border-radius: 30px;
  margin-top: 10px!important;
  max-width: 90px;
}
.is-divider:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #19a545;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}
@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}
.section-title-container {
  margin-bottom: 0;
}
.section-title-container b {
  background: transparent;
}
.section-title-container .section-title {
  border: 0;
  margin-bottom: 0;
}
.section-title-container .section-title span {
  margin: 0;
  text-transform: none;
  border: 0;
}
.box-dv {
  background: #fff;
  transition: all 0.5s;
  margin-bottom: 30px;
  position: relative;
  border-radius: 6px 6px 0 0;
}
.box-dv:before,
.box-dv:after {
  content: '';
  position: absolute;
  width: 0;
  height: 4px;
  background: #19a545;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.box-dv:before {
  left: 0;
}
.box-dv:after {
  right: 0;
}
.box-dv .col-inner {
  display: flex!important;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.box-dv .col-inner p {
  margin-bottom: 0;
}
.box-dv:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 2px 48px 0 #00000014;
}
.box-dv:hover:after,
.box-dv:hover:before {
  opacity: 1;
  visibility: visible;
  width: 50%;
}
.box-dv:hover .services-preview .icon-2 p {
  background: #19a545;
  color: #fff;
}
.services-title-box {
  border-radius: 6px;
  background-repeat: repeat-x;
  background-image: linear-gradient(90deg, #47f48f, #0dcf77);
}
.services-title-box .col-inner {
  padding: 20px;
}
.services-title-box p {
  font-size: 25px;
  padding: 10px;
  color: #fff;
  text-align: center;
  background-color: #ffffff26;
  text-transform: uppercase;
}
.services-preview {
  text-align: center;
  background-color: #f9f9fc;
}
.services-preview .col-inner {
  padding: 20px;
}
.services-preview p {
  font-size: 25px;
}
.services-preview .icon-2 p {
  background: #cdf1d8;
  color: #19a545;
  padding: 15px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  transition: 0.5s;
  margin: 0 auto 20px auto;
  line-height: 25px;
}
.services-price .nav-vertical {
  width: 50%;
  display: flex!important;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 10px 15px;
}
.services-price .nav-vertical li {
  border: 0;
}
.services-price .nav-vertical li a {
  font-size: 18px;
  background-color: #f0f0f5;
  margin: 15px 0;
  border: none;
  padding: 10px;
  border-radius: 10px;
  color: #3f3d59;
  box-shadow: 0 3px 13px #00000014;
  text-transform: none;
  font-weight: normal;
  text-align: center;
  width: 100%;
  display: inline-block;
  line-height: 25px;
}
.services-price .nav-vertical li.active a,
.services-price .nav-vertical li:hover a {
  background-color: #deeffF !important;
  color: #2c94f2 !important;
}
.services-price h4 {
  font-size: 25px;
  text-align: center;
  text-transform: none;
}
.services-price .tab-panels {
  border-left: 2px dashed #cacdcf;
  display: flex!important;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 15px 15px 0 15px;
}
.services-price .button {
  box-shadow: none!important;
}
.services-price .button:hover {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.b2 .services-title-box {
  background-image: linear-gradient(90deg, #ffd194, #d1913c) !important;
}
.b2 .services-preview .icon-2 p {
  background-color: #f1cf9f;
}
.b2:hover .services-preview .icon-2 p {
  background-color: #BF8620 ;
}
.b2:before,
.b2:after {
  background: #b9833d;
}
.b3 .services-title-box {
  background-image: linear-gradient(90deg, #00d2ff, #928dab) !important;
}
.b3 .services-preview .icon-2 p {
  background-color: #6dcfe6;
}
.b3:hover .services-preview .icon-2 p {
  background-color: #6dcfe6 ;
}
.b3:before,
.b3:after {
  background: #897ec0;
}
.b4 .services-title-box {
  background-image: linear-gradient(90deg, #ffc371, #ff5f6d) !important;
}
.b4 .services-preview .icon-2 p {
  background-color: #ee9fa6;
}
.b4:hover .services-preview .icon-2 p {
  background-color: #ee6772 ;
}
.b4:before,
.b4:after {
  background: #d4545e;
}
.shape1 {
  position: absolute;
  top: 20%;
  z-index: -1;
  left: 30px;
  -webkit-animation: rotate3d 4s linear infinite;
  animation: rotate3d 4s linear infinite;
  opacity: .4;
}
.shape2 {
  position: absolute;
  z-index: -1;
  top: 60%;
  left: 15%;
}
.shape3 {
  position: absolute;
  left: 25%;
  bottom: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 15s infinite linear;
  animation: animationFramesOne 15s infinite linear;
}
.shape4 {
  position: absolute;
  right: 25%;
  bottom: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}
.shape5 {
  position: absolute;
  right: 5%;
  top: 10%;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
  opacity: .2;
}
.shape6 {
  position: absolute;
  z-index: -1;
  top: 40%;
  right: 10%;
}
.shape7 {
  position: absolute;
  left: 25%;
  top: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}
.shape8 {
  position: absolute;
  z-index: -1;
  top: 15%;
  right: 10%;
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
.map {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: -1;
  bottom: 0;
  opacity: .7;
}
#footer {
  background-color: #f7fafd;
  color: #6084a4;
  overflow: hidden;
}
#footer p {
  line-height: 35px;
}
#footer section {
  padding-bottom: 0!important;
}
#footer .footer-primary {
  border-top: 1px solid #d8ebfd;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 10px;
}
#footer .absolute-footer {
  background-color: #0000;
}
#footer .copyright-footer {
  color: #6084a4;
}
#footer .section-title {
  margin-bottom: 20px;
}
#footer .ux-menu-link__link {
  transition: all 0.5s;
  color: #6084a4;
  min-height: auto;
}
#footer .ux-menu-link__link:hover {
  color: #19a545;
  padding-left: 7px;
}
#footer ul.footer-contact-info {
  list-style: none;
}
#footer ul.footer-contact-info li {
  position: relative;
  color: #6084a4;
  margin-bottom: 8px;
  padding-left: 25px;
  margin-left: 0;
}
#footer ul.footer-contact-info li svg {
  position: absolute;
  left: 0;
  width: 15px;
  top: 0;
}
.tabbed-content.faq .tab-panels {
  border-left: 0;
}
.tabbed-content.faq .tab-panels .accordion-item {
  margin-bottom: 20px;
}
.tabbed-content.faq .tab-panels .accordion-title {
  border: 1px solid #ddd;
  padding-left: 15px;
  border-radius: 6px;
}
.tabbed-content.faq .tab-panels .accordion .toggle {
  right: 0;
  left: auto;
}
.tabbed-content.faq ul.nav {
  width: 20%;
}
.tabbed-content.faq ul.nav li {
  border-top: 0;
  border: 1px dashed #cdf1d8;
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #4845e01a;
  box-shadow: 0 0 10px #4845e01a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-color: #eb6b3d4d;
  margin-bottom: 20px;
}
.tabbed-content.faq ul.nav li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tabbed-content.faq ul.nav li:hover {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  border-color: #0000;
}
.tabbed-content.faq ul.nav li:hover:before {
  opacity: 1;
  visibility: visible;
}
.tabbed-content.faq ul.nav li.active {
  border-color: #0000;
}
.tabbed-content.faq ul.nav li.active:before {
  opacity: 1;
  visibility: visible;
}
.box-1 {
  position: relative;
  z-index: 1;
  display: block;
  padding: 15px 12px;
  color: #6084a4;
  font-weight: 500;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 #00000014;
  box-shadow: 0 2px 48px 0 #00000014;
  margin-top: 20px;
  font-size: 14px;
}
.box-1 p {
  margin: 0;
}
.box-1:before {
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box-1 i {
  margin-right: 8px;
  color: #19a545;
  width: 18px;
}
.box-1:hover {
  color: #fff;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.box-1:hover:before {
  opacity: 1;
  visibility: visible;
}
.box-1:hover i {
  color: #fff;
}
.box-cl h3 {
  color: #19a545;
  font-size: 32px;
  margin-bottom: 7px;
}
.button-lh,
.header-button-2 .button {
  background: #c679e3!important;
  box-shadow: 0 13px 27px 0 #c679e340!important;
  margin-bottom: 0;
  border-radius: 6px!important;
  color: #fff;
  overflow: hidden!important;
}
.button-lh:hover,
.header-button-2 .button:hover {
  box-shadow: 0 13px 27px 0 #19a54540!important;
}
.button-lh:hover:before,
.header-button-2 .button:hover:before,
.button-lh:hover:after,
.header-button-2 .button:hover:after {
  background: #19a545!important;
  width: 50%;
}
.bt3 {
  background: #19a545!important;
  box-shadow: 0 13px 27px 0 #c679e340!important;
  margin-bottom: 0;
}
.bt3:hover {
  box-shadow: 0 13px 27px 0 #19a54540!important;
}
.bt3:hover:before,
.bt3:hover:after {
  background: #c679e3!important;
  width: 60%;
}
.box-lh {
  padding: 10px 0;
  border: 1px dashed #ebebeb;
  border-radius: 6px;
}
.box-lh .col {
  padding-bottom: 0;
}
.list-dv .col-inner {
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 20px 0 #0000000f;
  border-radius: 5px;
  padding-bottom: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list-dv .col-inner:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.list-dv .col-inner:hover .title-dv:after {
  opacity: 1;
  visibility: visible;
}
.list-dv .col-inner .price-dv p {
  font-size: 14px;
  font-weight: 500;
  color: #19a545;
}
.list-dv .col-inner .price-dv b {
  color: #19a545;
  font-size: 30px;
  font-weight: 600;
}
.list-dv .col-inner .title-dv {
  background: #fff;
  position: relative;
  padding: 20px 20px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
  z-index: 1;
  background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  color: #fff;
}
.list-dv .col-inner .title-dv h3 {
  color: #fff;
  font-weight: normal;
  margin-bottom: 0;
}
.list-dv .col-inner .title-dv:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.list-dv .col-inner ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
}
.list-dv .col-inner ul li {
  color: #6084a4;
  text-decoration: none;
  margin-left: 0;
}
.bg3 {
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.logo a {
  text-transform: none;
  font-weight: normal;
  font-size: 25px;
}
.header-button-1 .button {
  background: #0000!important;
  border: 2px dashed #cdf1d8!important;
  padding: 8px 25px!important;
  margin-right: 0;
  box-shadow: none;
  border-radius: 6px!important;
  color: #333;
  overflow: hidden;
}
.header-button-1 .button:before,
.header-button-1 .button:after {
  background: #19a545;
}
.header-button-1 .button:hover {
  color: #fff;
  border-color: #19a545!important;
}
.header:not(.transparent) .header-nav-main.nav > li > a {
  font-weight: normal;
}
.header-main .nav > li > a {
  font-weight: normal;
  color: #4a6f8a;
}
.header-main .nav > li > a:hover {
  color: #19a545;
}
.header-nav li:first-child a.nav-top-link {
  color: #19a545!important;
}
.header-language-dropdown .image-icon {
  margin-left: 5px;
  margin-top: -5px;
}
.header-language-dropdown .nav-dropdown {
  min-width: 150px;
  padding: 0;
}
.header-language-dropdown .nav-dropdown .icon-image {
  top: -2px;
}
.wcpa_radio label{
  outline:none!important;
  background: transparent!important;
  //border:1px solid #333!important;
  padding: 5px 20px!important;
}
.wcpa_radio.wcpa_selected label{
  outline:none!important;
  background: #19a545!important;
  border:1px solid #19a545!important;
  color: #fff!important;
}
.wcpa_checkbox{
  display: inline-block;
  margin: 3px;
}
.wcpa_checkbox .wcpa_checkbox_custom{
  display: none!important;
}
.wcpa_wrap .wcpa_check_ui_button .wcpa_checkbox label{
  padding: 8px 12px;
  background-color: rgba(255,255,255,.9);
    border: 2px solid rgba(139,139,139,.3);
        border-radius: 25px;
}
.box-gt .wcpa_field{
  display: flex;
  gap: 10px;
}
.box-gt .wcpa_field .wcpa_radio:first-child label:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    margin-left: 5px;
    content: "\f222";
}
.box-gt .wcpa_field .wcpa_radio:last-child label:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    margin-left: 5px;
    content: "\f221";
}
.box-tc .wcpa_field{
      gap: 3px;
}
.box-tc .wcpa_option_price{
  display: none;
}
.wcpa_wrap .wcpa_check_ui_button .wcpa_checkbox label:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    width: 20px;
    text-align: center;
    padding: 2px;
    margin-left: -2px;
    margin-right: 3px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}
.wcpa_wrap .wcpa_check_ui_button .wcpa_checkbox.wcpa_selected label {
    border: 2px solid #0cc145;
    background-color: #19a545;
    color: #fff;
    transition: all .2s;
}
.wcpa_wrap .wcpa_check_ui_button .wcpa_checkbox.wcpa_selected label:before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}
label.wcpa_field_label {
    font-weight: 500!important;
    font-size: 16px!important;
    color: #333!important;
}
.wcpa_type_content{
  text-align: center;
}
.wcpa_type_content label.wcpa_field_label {
    font-weight: bold!important;
    font-size: 18px!important;
    color: #19a545!important;
}
.wcpa_wrap .wcpa_field_wrap {
    margin: 0 0 25px;
}
.wcpa_section_body {
    background-color: #fff;
    padding: 40px 40px 20px!important;
    box-shadow: 0 2px 10px #7d7d7d6e;
    border-radius: 10px;
}
.wcpa_price_summary {
    max-width: 400px;
    background-color: #fff;
    padding: 20px 20px 5px;
    box-shadow: 0 2px 10px #7d7d7d6e;
    border-radius: 10px;
    float: right;
}
span.wcpa_price_outer {
    color: red;
}
.wcpa_wrap{
  display: inline-block;
  width: 100%;
}
.single-product .quantity.buttons_added{
  display: none;
}
button.single_add_to_cart_button.button.alt {
    float: right;
    width: 400px;
    border-radius: 10px;
    height: 50px;
    font-weight: 500;
    font-size: 18px;
}
.post-item .is-divider{
  display: none;
}
.post-item  .box-image {
  border-radius: 10px;
  overflow: hidden;
}
.post-item .post-title a{
  font-size: 18px;
  margin-bottom: 10px;
}
.post-item .from_the_blog_excerpt{
  font-size: 15px;
}
.form-row-first, .form-row-last {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
#customer_details input, #customer_details textarea{
  border-radius: 5px;

}
.cart_item .product-name a, .order_item .product-name a{
  font-size: 18px;
  font-weight: 500;
}
.wcpa_cart_meta_item-value{
      color: #007d05;
}
button#place_order {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
}
span.amount {
    color: red;
}
.wc-item-meta li{
  font-size: 15px;
  padding: 5px 0;
}
.wc-item-meta li p{
  margin-top: 0;
  color: #007d05;
  margin-bottom: 0;
  
}
.wc-item-meta li span{
  color: #007d05;
}
.woocommerce-order-details, .woocommerce-customer-details {
    padding: 20px 20px 10px!important;
    border-radius: 10px;
    margin: 30px 0;
    background-color: rgba(0,0,0,.02);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.2), 0 1px 0 rgba(0,0,0,.07), inset 0 0 0 1px rgba(0,0,0,.05);
}
.wpcf7 input.wpcf7-text{
  height: 45px;
  box-shadow: none;
  border-radius: 5px;
}
select.wpcf7-form-control.wpcf7-select{
  height: 45px;
  box-shadow: none;
  border-radius: 5px;
}
.wpcf7 .col{
  padding-bottom: 5px;
}
.wpcf7 label{
  font-size: 16px;
}
.wpcf7 .wpcf7-not-valid-tip{
  display: none;
}
textarea.wpcf7-form-control.wpcf7-textarea{
    box-shadow: none;
  border-radius: 5px;
}
.wpcf7-spinner{
  display: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-weight: 600;
    font-size: 14px;
    border: none;
    padding: 10px 40px;
    position: relative;
    border-radius: 4px;
    z-index: 1;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 30px;
    font-size: 15px;
    margin-right: 0;
}




@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .home-box-dk {
    padding-top: 100px!important;
  }
  .home-box-dk h1 {
    font-size: 28px;
  }
  .tieu-chi .col-inner {
    min-height: auto;
  }
  .services-price .nav-vertical {
    width: 100%;
  }
  .services-price .tab-panels {
    border-top: 2px dashed #cacdcf;
    border-left: 0;
  }
  .box-dv {
    padding: 20px 15px;
  }
  .tabbed-content.faq ul.nav {
    width: 100%;
  }
  .tabbed-content.faq ul.nav li {
    padding: 5px 20px;
  }
  .tabbed-content.faq ul.nav li a {
    font-size: 15px;
  }
  .tabbed-content.faq .tab-panels .accordion-title {
    font-size: 15px;
  }
}
