body {
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  width: 100%;
  background: #fff;
  line-height: 1.6;
}

a {
  color: #B7DC63;
  text-decoration-skip-ink: none;
}
a:hover {
  text-decoration: none;
  color: #333333;
}

ol, ul {
  padding-left: 23px;
}

h1 {
  line-height: 70px;
  font-size: 70px;
  font-weight: 900;
}

h2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 400;
}

h3 {
  font-size: 30px;
  font-weight: normal;
}
h3.sm {
  font-size: 34px;
}

h4 {
  font-size: 26px;
  font-weight: 800;
}

h5 {
  font-size: 22px;
}

section {
  margin: 0 0 120px;
  position: relative;
}

.description strong,
.title strong {
  position: relative;
  font-weight: 400;
}
.description strong:before,
.title strong:before {
  content: "";
  height: 70%;
  width: 20px;
  background: #DFFF95;
  position: absolute;
  z-index: -1;
}
.description .button-simple,
.title .button-simple {
  margin-left: 30px;
  position: relative;
  top: -5px;
}

.clearfix {
  display: block;
  clear: both;
}

section.banner-checkout {
  padding-top: 0px;
}

h1.price {
  font-weight: 800;
  font-size: 45px;
}
h1.price sup {
  font-size: 22px;
}
h1.price small {
  font-size: 50%;
  font-weight: 300;
}

.post-preloader {
  font-size: 30px;
  transition: all ease 0.5s;
}
.post-preloader.is-loading {
  color: #B7DC63;
}

nav.pagination-holder {
  position: relative;
}
nav.pagination-holder a.page-btn {
  padding: 10px 0;
  position: absolute;
  display: inline-block;
  text-decoration: none;
  top: 0;
}
nav.pagination-holder a.page-btn.page-btn-prev {
  left: 0;
}
nav.pagination-holder a.page-btn.page-btn-next {
  right: 0;
}

.pagination {
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination .page-item .page-link {
  opacity: 1;
  color: #333333;
  background: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 5px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all ease 0.2s;
  text-decoration: none;
}
.pagination .page-item .page-link:focus {
  color: #333333;
  background: #fff;
  outline: none;
  box-shadow: none;
}
.pagination .page-item .page-link.current, .pagination .page-item .page-link:hover {
  box-shadow: none;
  opacity: 1;
  color: #B7DC63;
  background: #fff;
}

.title {
  margin-bottom: 15px;
}
.title.invert {
  color: #fff;
}

.description {
  line-height: 1.6;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 15px;
}

.button-holder .button-custom {
  margin-right: 15px;
}
.button-holder .button-custom:last-child {
  margin-right: 0;
}

.menu-open .button-menu .hamburger {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu-open .button-menu .hamburger .bar:nth-child(1),
.menu-open .button-menu .hamburger .bar:nth-child(4) {
  opacity: 0;
}
.menu-open .button-menu .hamburger .bar:nth-child(2) {
  transform: rotate(45deg);
}
.menu-open .button-menu .hamburger .bar:nth-child(3) {
  transform: rotate(-45deg);
}

.button-menu {
  background: #333333;
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  top: 0px;
  margin-bottom: 0px;
  margin-left: -10px;
  z-index: 999;
  transition: all ease 0.5s;
}
.button-menu .hamburger {
  display: block;
  cursor: pointer;
  color: #333333;
  transform: rotate(0deg);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button-menu .hamburger .bar {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-in-out;
}

body.menu-open .hamburger svg path {
  stroke: #fff;
}
body.menu-open .hamburger svg path#top,
body.menu-open .hamburger svg path#bottom {
  stroke-dashoffset: -650px;
}
body.menu-open .hamburger svg path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}

.app-links a {
  display: inline-block;
  max-width: 170px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  transition: all ease 0.2s;
  position: relative;
  overflow: hidden;
}
.app-links a:before {
  content: "";
  left: 0;
  top: -20px;
  height: 15px;
  width: 15px;
  background: #DFFF95;
  position: absolute;
  transition: all 0.3s ease;
}
.app-links a:hover:before {
  height: 100%;
  top: calc(100% - 15px);
}
.app-links a:last-child {
  margin-right: 0;
}

.social-links {
  position: relative;
}
.social-links a {
  color: #333333;
  margin-right: 7px;
  text-align: center;
  display: inline-block;
  font-size: 26px;
  transition: color ease 0.2s;
}
.social-links a:hover {
  color: #B7DC63;
}
.social-links a i {
  position: relative;
  z-index: 2;
}

.menu {
  padding: 34px 0 0;
}
.menu ul {
  margin: 0;
  padding: 0;
}
.menu li {
  list-style: none;
}
.menu li a {
  text-decoration: none;
  color: #333333;
  text-transform: uppercase;
}
.menu > ul > li {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.menu > ul > li.current-menu-item > a {
  color: #000;
}
.menu > ul > li.current-menu-item > a:before {
  width: 100%;
}
.menu > ul > li.current-menu-item > a:after {
  width: 20px;
}
.menu > ul > li.has-children > a:after {
  content: "\f107";
  font-family: "fontAwesome", sans-serif;
  margin-left: 10px;
  margin-right: 10px;
}
.menu > ul > li.has-children:hover > a {
  color: #B7DC63;
}
.menu > ul > li.has-children:hover > ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.menu > ul > li.has-children:hover > ul li {
  transform: translateX(0);
}
.menu > ul > li a {
  overflow: hidden;
  font-weight: 500;
  position: relative;
  transition: all ease 0.3s;
}
.menu > ul > li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 0px;
  transition: all ease 0.3s;
  vertical-align: middle;
  z-index: -1;
  background: #F8F9FB;
}
.menu > ul > li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 0px;
  transition: all ease 0.3s;
  vertical-align: middle;
  z-index: -1;
  background: #DFFF95;
}

aside.sidebar-menu {
  position: fixed;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  max-width: 240px;
  background: #fff;
  z-index: 99;
  padding: 27px 0;
  box-shadow: 10px 10px 100px rgba(0, 0, 0, 0.05);
}
aside.sidebar-menu .button-phone {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 15px;
}
aside.sidebar-menu .logo-holder {
  margin-bottom: 80px;
  padding: 0 27px;
}
aside.sidebar-menu .logo-holder .logo {
  display: inline-block;
}
aside.sidebar-menu .menu-holder .menu li {
  margin-bottom: 0;
}
aside.sidebar-menu .menu-holder .menu li a {
  display: block;
  padding: 11px 30px;
}
aside.sidebar-menu .menu-holder .menu li a:hover {
  padding-left: 35px;
}
aside.sidebar-menu .social-links {
  margin-top: 20px;
  padding: 0 30px;
}
aside.sidebar-menu .menu-sec {
  margin-top: 35px;
  border-top: 1px solid #ddd;
}
aside.sidebar-menu .menu-sec .menu li a {
  padding: 11px 30px;
  text-transform: none;
}

.button-simple {
  font-weight: 600;
  font-size: 22px;
  text-decoration: none;
}
.button-simple .text {
  color: #B7DC63;
  line-height: 1;
  position: relative;
  background-image: linear-gradient(to right, #B7DC63 0%, #B7DC63 100%);
  background-size: 100% 1px;
  background-position: 0 85%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.button-simple svg {
  margin-left: 5px;
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.3s ease;
}
.button-simple:hover .text {
  color: #333333;
  background-size: 0% 1px;
}
.button-simple:hover svg {
  opacity: 1;
  transform: translateX(0px);
}

.button-custom {
  display: inline-block;
  text-decoration: none;
  outline: none;
  border: none;
  min-width: 180px;
  border-radius: 0px;
  font-size: 18px;
  padding: 15px 20px;
  text-align: center;
  vertical-align: top;
  font-weight: 700;
  line-height: 1.2;
  transition: all ease 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button-custom.button-submit {
  height: 60px;
}
.button-custom.button-submit input {
  font-weight: 700;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  border: none;
  outline: none;
  background: transparent;
}
.button-custom:focus {
  outline: none;
}
.button-custom.button-custom-main {
  background: #B7DC63;
  color: #333333;
  overflow: hidden;
}
.button-custom.button-custom-main:before {
  height: 180%;
  transition: all ease 0.2s;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #DFFF95;
}
.button-custom.button-custom-main:hover {
  color: #000;
}
.button-custom.button-custom-main:hover:before {
  width: 50%;
  -webkit-animation: hoverBtn 0.5s linear 1;
  -moz-animation: hoverBtn 0.5s linear 1;
  -ms-animation: hoverBtn 0.5s linear 1;
  animation: hoverBtn 0.5s linear 1;
}
.button-custom.button-custom-sec {
  color: #fff;
  background: #DFFF95;
}
.button-custom.button-custom-sec:hover {
  color: #fff;
  background: #B7DC63;
}
.button-custom.button-custom-light {
  color: #333333;
  background: transparent;
  border: 2px solid #B7DC63;
}
.button-custom.button-custom-light:before {
  height: 180%;
  transition: all ease 0.2s;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #fff;
}
.button-custom.button-custom-light.button-custom-lg {
  padding: 18px 20px 17px;
}
.button-custom.button-custom-light:before {
  height: 180%;
  transition: all ease 0.2s;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #fff;
}
.button-custom.button-custom-light:hover {
  background: transparent;
  border-color: #B7DC63;
  color: #000;
}
.button-custom.button-custom-light:hover:before {
  width: 50%;
  -webkit-animation: hoverBtn 0.5s linear 1;
  -moz-animation: hoverBtn 0.5s linear 1;
  -ms-animation: hoverBtn 0.5s linear 1;
  animation: hoverBtn 0.5s linear 1;
}
.button-custom.button-custom-xl {
  font-size: 26px;
  min-width: 275px;
  padding: 24px 20px;
}
.button-custom.button-custom-lg {
  font-size: 18px;
  min-width: 190px;
  padding: 20px 20px 19px;
}
.button-custom.button-custom-sm {
  font-size: 15px;
  padding: 10px 15px;
  min-width: 80px;
}

@keyframes hoverBtn {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
.button-forgot {
  color: #333333;
  text-decoration: none;
}
.button-forgot:hover svg path {
  fill: #b7dc63;
}
.button-forgot:hover .text {
  background-size: 0% 1px;
}
.button-forgot .text {
  line-height: 1;
  position: relative;
  background-image: linear-gradient(to right, #333333 0%, #333333 100%);
  background-size: 100% 1px;
  background-position: 0 85%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.button-link {
  color: #B7DC63;
  text-decoration: underline;
  font-weight: 600;
}
.button-link:hover {
  color: #333333;
  text-decoration: underline;
}

.theme-color {
  color: #B7DC63;
}

.image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  transition: all ease 0.5s;
}

.slick-arrow {
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: #fff;
  width: 55px;
  height: 55px;
  border-radius: 2px;
  text-align: center;
  line-height: 65px;
  border: 1px solid #B7DC63;
  z-index: 2;
  color: #B7DC63;
}
.slick-arrow:hover {
  color: #fff;
  border-color: #B7DC63;
  background-color: #B7DC63;
}
.slick-arrow:before {
  content: none !important;
}
.slick-arrow i {
  font-size: 18px;
}

.slick-dots {
  bottom: -60px;
}
.slick-dots li {
  margin: 0 8px;
  padding: 0;
  color: #fff;
  background-color: transparent;
  height: 12px;
  width: 12px;
  border-radius: 0px;
  transition: all ease 0.5s;
}
.slick-dots li button {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-indent: -9999999px;
  color: #fff;
  font-size: 20px;
  border-radius: 0px;
  padding: 0;
  width: 12px;
  height: 12px;
  transition: all ease 0.5s;
  border: 1px solid #B7DC63;
  background: #fff;
}
.slick-dots li button:before {
  content: none;
}
.slick-dots li.slick-active {
  background-color: transparent;
  color: transparent;
}
.slick-dots li.slick-active button {
  border-color: #B7DC63;
  background-color: #B7DC63;
}

.icon-phone {
  vertical-align: middle;
  display: inline-block;
  height: 25px;
  width: 25px;
  background-image: url("../images/icons/icon-phone.svg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.error .icon-calendar {
  background-image: url("../images/icons/icon-calendar-error.svg");
}

.icon-calendar {
  vertical-align: middle;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("../images/icons/icon-calendar.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.error .icon-clock {
  background-image: url("../images/icons/icon-clock-error.svg");
}

.icon-clock {
  vertical-align: middle;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("../images/icons/icon-clock.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-check-box {
  vertical-align: middle;
  display: inline-block;
  height: 35px;
  width: 35px;
  background-image: url("../images/icons/icon-check-box.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-star {
  vertical-align: middle;
  display: inline-block;
  height: 25px;
  width: 25px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.icon-star.active {
  background-image: url("../images/icons/icon-star-active.svg");
}
.icon-star.off {
  background-image: url("../images/icons/icon-star-off.svg");
}

.checklist-custom ul {
  padding: 0;
}
.checklist-custom ul li {
  list-style: none;
  position: relative;
  padding-bottom: 5px;
  padding-left: 40px;
}
.checklist-custom ul li:before {
  position: absolute;
  left: 0;
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 35px;
  width: 35px;
  margin-right: 5px;
  background-image: url("../images/icons/icon-check-box.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.button-phone {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
}
.button-phone.invert {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.button-phone.invert:hover {
  color: #fff;
}
.button-phone:hover {
  color: #333333;
}

.featured-label {
  font-size: 28px;
  margin-bottom: 15px;
  position: relative;
}

main.main-content {
  min-height: 400px;
  overflow-x: hidden;
}

header.main-header {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px 0;
}
header.main-header .logo {
  display: inline-block;
  margin-top: -10px;
  max-width: 186px;
}
header.main-header .button-holder .button-phone {
  margin-right: 30px;
  font-size: 24px;
}

section.banner {
  position: relative;
  min-height: 600px;
}
section.banner.banner-gradient {
  background: linear-gradient(90deg, #F4F6F8 20.31%, #FFFFFF 100%);
}
section.banner.banner-form-map .button-phone {
  margin-top: 30px;
  position: absolute;
  z-index: 20;
}
section.banner.banner-search .image-holder {
  margin-bottom: -150px;
}
section.banner.banner-search .content-holder {
  margin-bottom: 80px;
}
section.banner .login-form {
  max-width: 450px;
}
section.banner .content-holder {
  padding-top: 150px;
  position: relative;
  z-index: 2;
}
section.banner .content-holder .description {
  margin-bottom: 25px;
  line-height: 1;
  font-size: 40px;
}
section.banner .content-holder .title {
  margin-right: -15px;
}
section.banner .content-holder .title span {
  display: inline-block;
  padding: 5px;
  background: #DFFF95;
}
section.banner .button-holder {
  margin-top: 30px;
  transition: all ease 1s;
  opacity: 0;
  transform: translateX(-25px);
  transition-delay: 0.2s;
}
section.banner .date {
  display: inline-block;
  padding: 5px 8px;
  background: #DFFF95;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
  transition: all ease 1s;
  opacity: 0;
  transform: translateX(-25px);
}
section.banner .title {
  transition: all ease 1s;
  opacity: 0;
  transform: translateX(-25px);
}
section.banner .info {
  transition: all ease 1s;
  opacity: 0;
  transform: translateX(-25px);
}
section.banner .description {
  transition: all ease 1s;
  opacity: 0;
  transform: translateX(-25px);
}
section.banner .description a {
  font-size: 80%;
  color: #333333;
  background-image: linear-gradient(to right, #ddd 0%, #ddd 100%);
  background-size: 100% 1px;
  background-position: 0 85%;
  transition: all ease 0.3s;
  background-repeat: no-repeat;
  line-height: 1;
}
section.banner .description a strong {
  line-height: 1;
}
section.banner .description a strong:before {
  height: 85%;
}
section.banner .description a:hover {
  color: #B7DC63;
  background-image: linear-gradient(to right, #B7DC63 0%, #B7DC63 100%);
}
section.banner .image-holder {
  margin-right: -80px;
  margin-bottom: 0;
  position: relative;
}
section.banner .image-holder img {
  border-radius: 0px 0px 25px 25px;
}
section.banner .image-holder .banner-svg {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}
section.banner.animate .date,
section.banner.animate .title,
section.banner.animate .info,
section.banner.animate .description {
  opacity: 1;
  transform: translateX(0);
}
section.banner.animate .button-holder {
  opacity: 1;
  transform: translateX(0);
}
section.banner.animate .map-holder .map {
  opacity: 1;
}
section.banner.animate .map-holder .loader-map {
  opacity: 0;
}
section.banner .form {
  margin-top: 50px;
  z-index: 2;
  position: relative;
}
section.banner .form.form-pick-up {
  margin-top: 0;
}
section.banner .map-holder {
  margin-right: -80px;
  margin-left: -80px;
  min-width: 800px;
  position: relative;
  overflow: hidden;
  border-radius: 0px 0px 25px 25px;
  background: #AADAFF;
}
section.banner .map-holder .button-map {
  position: absolute;
  margin-top: 30px;
  right: 80px;
}
section.banner .map-holder .loader-map {
  z-index: 9;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 1;
  transition: all ease 1s;
  transition-delay: 2s;
}
section.banner .map-holder .map {
  max-height: 740px;
  overflow: hidden;
  border-radius: 0px 0px 25px 25px;
  position: relative;
  opacity: 0;
  transition: all ease 1s;
  transition-delay: 2s;
}
section.banner .map-holder iframe {
  margin-top: -140px;
  margin-bottom: -10px;
  padding: 0;
  border: none;
  height: 880px;
  width: 100%;
  background: #AADAFF;
  border-radius: 0px 0px 25px 25px;
}
section.banner .map-holder .map-view {
  z-index: 3;
  position: absolute;
  bottom: 16px;
  right: 16px;
  height: 29px;
  width: 29px;
  background: #fff;
  text-align: center;
  line-height: 33px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  color: #999;
  font-size: 18px;
  border-radius: 2px 2px 0 0;
  transition: all ease 0.3s;
  cursor: pointer;
}
section.banner .map-holder .map-view:hover {
  background: #B7DC63;
  color: #333333;
}

.loader-map {
  width: 30px;
  height: 60px;
  position: absolute;
  margin: 0 auto;
}
.loader-map:before, .loader-map:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.loader-map:before {
  width: 36px;
  height: 36px;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  border-bottom-right-radius: 0;
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 8px, #333333 9px);
  background: radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 8px, #333333 9px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation-name: mapPin;
  animation-name: mapPin;
}
.loader-map:after {
  width: 10px;
  height: 2px;
  opacity: 0.8;
  top: 100%;
  left: calc(50% - 6px);
  background: #333333;
  -webkit-animation-name: mapPinShadow;
  animation-name: mapPinShadow;
}
@keyframes mapPin {
  50% {
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
  }
}
@-webkit-keyframes mapPinShadow {
  50% {
    -webkit-transform: scaleX(3);
    transform: scaleX(3);
    opacity: 0.2;
  }
}
@keyframes mapPinShadow {
  50% {
    -webkit-transform: scaleX(3);
    transform: scaleX(3);
    opacity: 0.2;
  }
}

section.info-section .content-holder h2 {
  font-weight: 400;
}

section.image-section {
  position: relative;
}
section.image-section .wrapper {
  position: absolute;
  bottom: 0;
  height: calc(100% - 350px);
  width: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  background: #FFF6ED;
}
section.image-section .image-holder {
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: -130px;
}
section.image-section .image-holder img {
  border-radius: 2px;
}
section.image-section .content-holder {
  min-height: 320px;
  position: relative;
  z-index: 2;
  border-radius: 0px 25px 0px 0px;
  padding: 30px 30px 30px 0;
  background: #FFF6ED;
  max-width: 1050px;
}
section.image-section .content-holder .box {
  padding-left: 35px;
  position: relative;
  margin-bottom: 5px;
}
section.image-section .content-holder .box a {
  color: #333333;
}
section.image-section .content-holder .box .box-icon {
  position: absolute;
  left: 0;
}

blockquote {
  font-style: italic;
  padding: 40px 40px 30px 60px;
  margin: 30px 0;
  border-radius: 15px;
  position: relative;
  font-weight: 400;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
blockquote:before {
  content: "\f10e";
  font-family: "fontAwesome";
  position: absolute;
  top: 0px;
  left: -15px;
  color: #fff;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 0 50px 0 0;
  text-align: left;
  padding-left: 8px;
  padding-top: 5px;
  line-height: 50px;
  background: #DFFF95;
  font-size: 22px;
  z-index: 2;
}
blockquote:after {
  transition: all ease 1s;
  position: absolute;
  right: -15px;
  bottom: -12px;
  content: "";
  height: 45px;
  width: 45px;
  border-radius: 0 0 100px 0;
  background: #DFFF95;
}

section.partners {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}
section.partners .boxes {
  margin-top: 20px;
}
section.partners .boxes .box {
  display: inline-block;
  vertical-align: middle;
}
section.partners .boxes .box img {
  max-width: 200px;
}
section.partners .slick-dotted.slick-slider {
  padding-bottom: 60px;
  margin-bottom: 0;
}
section.partners .slick-dots {
  bottom: 0px;
}

section.boxes-section .image-holder {
  float: right;
}
section.boxes-section .boxes {
  margin-top: 30px;
}
section.boxes-section .boxes .pattern-holder {
  max-width: 200px;
}
section.boxes-section .boxes .box {
  text-decoration: none;
  display: block;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
  color: #333333;
  position: relative;
  margin-bottom: 30px;
  transition: all ease 0.5s;
  min-height: 180px;
}
section.boxes-section .boxes .box.box-sm {
  min-height: 133px;
}
section.boxes-section .boxes .box.box-sm .box-image-holder {
  width: 133px;
}
section.boxes-section .boxes .box.box-sm .box-title {
  font-size: 30px;
  margin-bottom: 0;
}
section.boxes-section .boxes .box.box-sm .box-content-holder {
  width: calc(100% - 180px);
  padding: 30px 0 30px 30px;
}
section.boxes-section .boxes .box:hover {
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.15);
}
section.boxes-section .boxes .box:hover .box-image-holder .image {
  transform: scale(1.05);
}
section.boxes-section .boxes .box .box-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
section.boxes-section .boxes .box .box-text {
  font-size: 16px;
  margin-bottom: 10px;
}
section.boxes-section .boxes .box .box-image-holder {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 180px;
  transition: all ease 0.5s;
  border-radius: 180px 0 0 0;
  overflow: hidden;
}
section.boxes-section .boxes .box .box-image-holder .image {
  transition: all ease 0.5s;
}
section.boxes-section .boxes .box .box-content-holder {
  width: calc(100% - 180px);
  padding: 25px 15px 20px 30px;
}

section.projects .boxes {
  margin-top: 20px;
}
section.projects .boxes .box {
  display: block;
  margin-bottom: 60px;
  max-width: 100%;
  color: #333333;
  transition: all ease 0.5s;
  text-decoration: none;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
section.projects .boxes .box:hover .image-holder img {
  border-radius: 0 0 350px 0;
}
section.projects .boxes .box .image-holder {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin-bottom: 15px;
  background: #fff;
  transition: all ease 0.5s;
}
section.projects .boxes .box .image-holder img.img-shape {
  transition: all ease 0.5s;
}
section.projects .boxes .box .content-holder {
  padding: 20px 30px;
}
section.projects .boxes .box .content-holder .title {
  margin-bottom: 15px;
  transition: all ease 0.5s;
}
section.projects .boxes .box .content-holder .button-link {
  margin-top: 20px;
}

section.map-section {
  height: 560px;
  width: 100%;
  position: relative;
}

.sidebar {
  margin-bottom: 60px;
  padding-left: 15px;
}
.sidebar .posts {
  margin-top: 0;
}

section.newsletter {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
section.newsletter .title {
  margin-top: 25px;
  font-weight: 300;
}
section.newsletter .form {
  width: 100%;
  margin-top: 0;
}
section.newsletter .form-field {
  position: relative;
  margin: 0;
}
section.newsletter .form-control {
  height: 60px;
}
section.newsletter .button-custom {
  padding: 20px 20px 19px;
}

.tags a {
  font-size: 18px;
  text-decoration: none;
}

.sidebar-testimonials {
  background: #F6F9FA;
  border-radius: 15px;
  padding: 40px;
}
.sidebar-testimonials .info {
  font-weight: 500;
  font-size: 15px;
  margin-top: 20px;
}
.sidebar-testimonials .title {
  font-size: 13px;
}
.sidebar-testimonials .slick-dots {
  bottom: -20px;
}

section.testimonials {
  margin-top: 150px;
  position: relative;
}
section.testimonials .info {
  font-style: italic;
}
section.testimonials .slick-dots {
  text-align: left;
  bottom: 0px;
  left: -76%;
}
section.testimonials .title strong {
  font-weight: 700;
}
section.testimonials .box .title {
  margin-bottom: 0;
}

section.page {
  min-height: 600px;
  background: linear-gradient(90deg, #F4F6F8 20.31%, #FFFFFF 100%);
  padding: 150px 0 50px;
}

.accordion strong {
  font-weight: 600;
  color: #333333;
}
.accordion h3 small {
  font-size: 14px;
  font-style: italic;
  color: #333333;
  font-weight: 500;
}
.accordion .panel-default {
  background: #fff;
  margin-bottom: 0px;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  border-bottom: 1px solid #E3EAF1;
}
.accordion .panel-default > .panel-heading {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.accordion .panel-default > .panel-heading .panel-title {
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}
.accordion .panel-default > .panel-heading .panel-title a {
  color: #333333;
  padding: 20px 40px 20px 0;
  display: block;
  position: relative;
}
.accordion .panel-default > .panel-heading .panel-title a i {
  color: #FFB400;
  padding-right: 5px;
  position: absolute;
  left: 0;
}
.accordion .panel-default .content {
  padding: 0 30px 10px 0;
}
.accordion .panel-group {
  margin-bottom: 0;
}
.accordion .panel-heading a .arrow {
  display: block;
  width: 16px;
  position: absolute;
  right: 20px;
  top: 35px;
  transition: all ease 0.5s;
}
.accordion .panel-heading a[aria-expanded=true] {
  color: #B7DC63 !important;
}
.accordion .panel-heading a[aria-expanded=true] .arrow:before {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 16px;
  background: #B7DC63;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.accordion .panel-heading a[aria-expanded=true] .arrow:after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 16px;
  background: #B7DC63;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.accordion .panel-heading a[aria-expanded=false] .arrow:before {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 16px;
  background: #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  transform: rotate(180deg);
}
.accordion .panel-heading a[aria-expanded=false] .arrow:after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 16px;
  background: #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  transform: rotate(90deg);
}

ul.errors {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 5px 0 25px;
  list-style: none;
}
ul.errors li {
  color: #f59898;
  font-size: 14px;
}

.grecaptcha-badge {
  bottom: inherit;
  top: 16px;
  z-index: 999;
}

.form {
  margin: 40px 0 0;
}
.form.form-pick-up .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-weight: 400;
}
.form.form-pick-up .form-2 .form-field .form-field-icon {
  padding-right: 0px;
}
.form.form-pick-up .wrapper {
  padding-left: 10px;
  background: #fff;
  border-radius: 2px 0px 0px 2px;
}
.form.form-pick-up .form-bottom {
  margin-top: 30px;
}
.form.form-pick-up .holder {
  padding: 15px 15px 5px;
}
.form.form-pick-up .holder:not(.border-none):after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 1px;
  border-right: 1px solid #E3EAF1;
}
.form.form-pick-up .button-custom {
  width: 100%;
  position: relative;
  right: -2px;
  margin-bottom: -1px;
}
.form.form-pick-up .form-field {
  margin-bottom: 0px;
}
.form.form-pick-up .form-field .form-control::-webkit-input-placeholder { /* Edge */
  font-weight: 200;
}
.form.form-pick-up .form-field .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: 200;
}
.form.form-pick-up .form-field .form-control::placeholder {
  font-weight: 200;
}
.form.form-pick-up .form-field label.error {
  left: -12px;
  top: 11px;
  font-size: 12px;
}
.form.form-pick-up .form-field .form-control.error {
  border-color: transparent;
  border-bottom: 2px solid red;
}
.form.form-pick-up .form-field .form-field-icon {
  padding-right: 15px;
}
.form.form-pick-up .form-field.error .form-field-icon label.error {
  top: 11px;
}
.form.form-pick-up .form-field.error .form-icon {
  color: #ff0000;
}
.form.form-pick-up .form-field.error label.error {
  left: -12px;
  top: 22px;
  font-size: 12px;
}
.form.form-pick-up .form-field.error .form-control.error {
  border-color: transparent;
  border-bottom: 2px solid red;
}
.form.form-pick-up .form-field.error .bootstrap-select .dropdown-toggle {
  border-color: transparent;
  border-bottom: 2px solid red;
}
.form.form-pick-up .form-label {
  display: block;
  margin-bottom: 0px;
}
.form .g-recaptcha {
  position: relative;
}
.form .form-field {
  position: relative;
}
.form .form-row {
  padding: 10px 0;
  font-size: 16px;
}
.form .form-row .form-checkbox {
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 0;
  padding-left: 0;
  width: 30px;
}
.form .form-row h5 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  top: 5px;
}
.form .form-row h4 {
  font-size: 22px;
  margin-bottom: 0;
}
.form .form-title {
  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
}
.form .form-title i {
  font-size: 16px;
  color: #B7DC63;
}
.form .form-title:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  border-bottom: 1px solid #CACACA;
  left: 0;
  top: 12px;
}
.form .form-title span {
  padding-right: 15px;
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
}
.form label.error {
  display: block;
  color: #ff0000;
  margin-top: 2px;
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  left: 0px;
}
.form label.form-label {
  color: #1A191A;
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 1;
}
.form .control-label,
.form .label-placeholder {
  position: absolute;
  color: #8A8A8A;
  font-size: 18px;
  font-weight: 400;
  pointer-events: none;
  line-height: 21px;
  left: 14px;
  top: 15px;
  z-index: 2;
  transition: all ease 0.2s;
}
.form .js-ldw-name span {
  position: relative;
  top: 2px;
}
.form .help-block {
  color: #f00;
  margin-top: 5px;
  font-size: 13px;
}
.form .form-checkbox {
  margin-bottom: 40px;
  position: relative;
  padding-left: 45px;
}
.form .form-checkbox.invert input[type=checkbox] ~ .checkmark {
  background-color: #fff;
  border: 1px solid #fff;
}
.form .form-checkbox.invert input[type=checkbox] ~ .checkmark:after {
  border: solid rgb(255, 255, 255);
  border-width: 0 3px 3px 0;
}
.form .form-checkbox label.error {
  color: rgb(255, 0, 0);
  font-size: 12px;
  display: block;
  font-weight: 500;
  position: relative;
  border: none;
}
.form .form-checkbox label {
  cursor: pointer;
  line-height: 28px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #333333;
  border-radius: 0;
}
.form .form-checkbox input[type=checkbox] {
  height: 30px;
  width: 30px;
  opacity: 0;
  z-index: 2;
  left: 0;
  top: 0;
  margin: 0;
  position: absolute;
  cursor: pointer;
}
.form .form-checkbox input[type=checkbox] ~ .checkmark {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #F5F7F9;
  border: 1px solid #999;
  border-radius: 0px;
  transition: all ease 0.2s;
}
.form .form-checkbox input[type=checkbox] ~ .checkmark:after {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.15s;
  left: 10px;
  top: 2px;
  width: 9px;
  height: 18px;
  border: solid #333333;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}
.form .form-checkbox input[type=checkbox]:hover input ~ .checkmark {
  border-color: #d2d2d2;
}
.form .form-checkbox input[type=checkbox]:checked ~ .checkmark {
  background-color: #B7DC63;
  border-color: #B7DC63;
}
.form .form-checkbox input[type=checkbox]:checked ~ .checkmark:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.form .form-group,
.form .form-field {
  margin-bottom: 30px;
}
.form .form-group.active .control-label,
.form .form-group.active .label-placeholder,
.form .form-field.active .control-label,
.form .form-field.active .label-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  transform: translateY(-35px);
}
.form .form-group.active .form-control,
.form .form-field.active .form-control {
  box-shadow: none;
}
.form .form-field-icon {
  position: relative;
}
.form .form-field-icon .form-control.invert {
  padding-left: 25px;
  padding-right: 0;
}
.form .form-icon {
  position: absolute;
  left: 0;
  top: 3px;
  pointer-events: none;
}
.form textarea.form-control {
  height: 100px;
}
.form .form-control {
  font-size: 18px;
  height: 50px;
  border-radius: 0px;
  background: #F5F7F9;
  border: 1px solid #F5F7F9;
  color: #333333;
}
.form .form-control.invert {
  height: 44px;
  padding-left: 0;
  background: transparent;
  border-color: transparent;
}
.form .form-control.error {
  border-color: #f59898;
}
.form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form .form-control:-webkit-autofill, .form .form-control:-webkit-autofill, .form .form-control:-webkit-autofill {
  -webkit-text-fill-color: #333333;
  background-color: rgba(34, 43, 53, 0) !important;
  -webkit-box-shadow: 0 0 0px 1000px rgba(34, 43, 53, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  border-color: #E3EAF1;
  width: 250px;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.05);
}
.bootstrap-datetimepicker-widget .timepicker table td {
  padding: 0;
}
.bootstrap-datetimepicker-widget table thead > tr > th {
  font-family: "Mukta", sans-serif;
  background: #ffffff;
  padding: 5px 0;
  font-size: 16px;
  color: #333333;
}
.bootstrap-datetimepicker-widget table thead > tr > th.prev {
  color: #B7DC63;
}
.bootstrap-datetimepicker-widget table thead > tr > th.next {
  color: #B7DC63;
}
.bootstrap-datetimepicker-widget table thead > tr > th.disabled {
  color: rgba(119, 119, 119, 0.3019607843);
}
.bootstrap-datetimepicker-widget table td {
  font-weight: 600;
  font-family: "Mukta", sans-serif;
  padding: 5px 0;
  font-size: 16px;
}
.bootstrap-datetimepicker-widget table td.active {
  background-color: #DFFF95;
  color: #333333;
  font-weight: 600;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #DFFF95;
  color: #333333;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget .btn-primary {
  color: #333333;
  background-color: #DFFF95;
  border-color: #DFFF95;
  font-weight: 600;
  padding: 10px !important;
}
.bootstrap-datetimepicker-widget .btn-primary:not(:disabled):not(.disabled):active, .bootstrap-datetimepicker-widget .btn-primary:active, .bootstrap-datetimepicker-widget .btn-primary:focus {
  color: #333333;
  background-color: #DFFF95;
  border-color: #DFFF95;
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .btn {
  color: #333333;
}

.bootstrap-select .dropdown-toggle::after {
  top: 2px;
  position: relative;
}
.bootstrap-select.error > .dropdown-toggle {
  border-color: #f59898;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select.dropup .dropdown-menu {
  border-radius: 6px 6px 0 0;
}
.bootstrap-select.invert .dropdown-menu {
  left: -15px !important;
}
.bootstrap-select.show .dropdown-toggle:after {
  color: #B7DC63;
}
.bootstrap-select .dropdown-menu {
  padding: 0;
  font-size: 18px;
  color: #333333;
  background-color: #fff;
  border: none;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 6px 6px;
}
.bootstrap-select .dropdown-menu ul {
  max-height: 400px;
  overflow: auto;
}
.bootstrap-select .dropdown-menu .dropdown-item {
  padding: 10px 12px;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  transition: all ease 0.2s;
}
.bootstrap-select .dropdown-menu .dropdown-item span {
  position: relative;
  z-index: 1;
}
.bootstrap-select .dropdown-menu .dropdown-item:focus {
  outline: none;
}
.bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #fff;
  color: #B7DC63;
}
.bootstrap-select .dropdown-menu .dropdown-item:hover {
  background: #B7DC63;
  color: #333333;
}
.bootstrap-select .dropdown-menu li {
  margin-bottom: 0;
}
.bootstrap-select .dropdown-toggle .filter-option:focus {
  outline: none;
}
.bootstrap-select > .dropdown-toggle {
  font-weight: 400;
  color: #333333;
  font-size: 18px;
  background: #F5F7F9;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 11px 0.75rem 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.bootstrap-select > .dropdown-toggle .filter-option-inner {
  padding-right: 20px;
}
.bootstrap-select > .dropdown-toggle:focus {
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.bootstrap-select.invert {
  border: none;
  margin-left: -2px;
}
.bootstrap-select.invert > .dropdown-toggle.bs-placeholder,
.bootstrap-select.invert > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select.invert > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select.invert > .dropdown-toggle.bs-placeholder:hover {
  color: #333333;
}
.bootstrap-select.invert > .dropdown-toggle {
  padding: 7px 0;
  color: #333333;
  background: transparent;
}
.bootstrap-select.invert > .dropdown-toggle:focus {
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.bootstrap-select > .dropdown-toggle .filter-option-inner:focus,
.bootstrap-select > .dropdown-toggle .filter-option-inner-inner:focus {
  outline: none;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #333333;
}
.bootstrap-select.invert .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select.invert .btn-light:not(:disabled):not(.disabled):active, .bootstrap-select.invert.show > .btn-light.dropdown-toggle {
  color: #333333;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  border-color: transparent;
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active, .bootstrap-select.show > .btn-light.dropdown-toggle {
  color: #333333;
  box-shadow: none;
  outline: none;
  background-color: #F5F7F9;
  border-color: #F5F7F9;
}
.bootstrap-select .dropdown-toggle:focus {
  box-shadow: none !important;
  outline: none !important;
  outline-offset: 0;
}

.error .bootstrap-select .dropdown-toggle {
  border-color: #f59898;
}

.posts {
  margin-top: 20px;
  width: 100%;
}
.posts .post-lazy-load {
  opacity: 0;
  transition: all ease 0.5s;
}
.posts .post-lazy-load.active {
  opacity: 1;
}
.posts .post-row {
  color: #333333;
  margin-bottom: 40px;
  position: relative;
  display: block;
  padding-left: 210px;
  width: 100%;
}
.posts .post-row.post-row-sm {
  padding-left: 130px;
}
.posts .post-row.post-row-sm .content-holder {
  padding: 5px 15px 5px 20px;
  min-height: 130px;
}
.posts .post-row.post-row-sm .image-holder:before, .posts .post-row.post-row-sm .image-holder:after {
  width: 10px;
}
.posts .post-row:hover .title span {
  background-size: 0% 1px;
}
.posts .post-row:hover .image-holder:before {
  height: 70%;
}
.posts .post-row:hover .image-holder:after {
  height: 30%;
}
.posts .post-row:hover .image-holder img {
  transform: scale(1.1);
}
.posts .post-row .image-holder {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  border-radius: 2px;
}
.posts .post-row .image-holder:before, .posts .post-row .image-holder:after {
  content: "";
  height: 0;
  width: 13px;
  background: #DFFF95;
  position: absolute;
  z-index: 2;
  transition: all 0.3s ease;
}
.posts .post-row .image-holder:before {
  left: 0;
  top: 0;
}
.posts .post-row .image-holder:after {
  right: 0;
  bottom: 0;
}
.posts .post-row .image-holder img {
  transform: scale(1);
  transition: all 0.3s ease;
}
.posts .post-row .content-holder {
  min-height: 210px;
  padding: 15px 15px 15px 25px;
  line-height: 1.4;
}
.posts .post-row .date {
  background: transparent;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
.posts .post-row .date:before {
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 26px;
  width: 8px;
  background: #DFFF95;
  position: absolute;
  transition: all 0.3s ease;
}
.posts .post-row .title {
  font-weight: 400;
}
.posts .post-row .title span {
  background-image: linear-gradient(to right, #333333 0%, #333333 100%);
  background-size: 100% 1px;
  background-position: 0 85%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.posts .post {
  display: block;
  max-width: 440px;
  height: 445px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.posts .post:before {
  content: "";
  right: 0;
  top: 0;
  height: 0;
  width: 18px;
  background: #DFFF95;
  position: absolute;
  z-index: 2;
  transition: all 0.3s ease;
}
.posts .post:focus {
  outline: none;
}
.posts .post:hover:before {
  height: 60%;
}
.posts .post:hover .image {
  transform: scale(1.1);
}
.posts .post:hover .content-holder:before {
  height: 100%;
}
.posts .post:hover .content-holder .title span {
  background-size: 0% 1px;
}
.posts .post .image {
  position: absolute;
  border-radius: 2px;
  transition: all ease 0.3s;
}
.posts .post .image:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.posts .post .content-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 20px 20px 40px;
}
.posts .post .content-holder:before {
  content: "";
  left: 0;
  top: 0;
  height: 28px;
  width: 18px;
  background: #DFFF95;
  position: absolute;
  transition: all 0.3s ease;
}
.posts .post .content-holder .title {
  font-size: 24px;
  font-weight: 600;
}
.posts .post .content-holder .title span {
  background-image: linear-gradient(to right, #fff 0%, #fff 100%);
  background-size: 100% 1px;
  background-position: 0 85%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.posts .post .content-holder .date {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
}

section.latest-posts {
  overflow: hidden;
}
section.latest-posts.recent-posts {
  background: #F3F5F7;
  padding: 100px 0;
}
section.latest-posts .slider {
  width: 100%;
  opacity: 0;
  transition: all ease 0.5s;
}
section.latest-posts .slider.initialized {
  opacity: 1;
}
section.latest-posts .slider .slick-arrow {
  top: -80px;
}
section.latest-posts .slider .slick-arrow.slick-prev {
  right: 80px;
  left: inherit;
}
section.latest-posts .slider .slick-arrow.slick-next {
  right: 15px;
}

section.mobile-section {
  position: relative;
}
section.mobile-section .container {
  position: relative;
}
section.mobile-section .image-holder {
  margin-top: -30px;
}
section.mobile-section .columns {
  margin-top: 50px;
}
section.mobile-section .column .title {
  min-height: 60px;
  max-width: 230px;
}
section.mobile-section .line-wave {
  position: absolute;
  top: 18%;
  z-index: 2;
  right: 2%;
  pointer-events: none;
  max-width: 1100px;
  width: 100%;
}
section.mobile-section .line-wave svg {
  width: 100%;
}
section.mobile-section .line-wave.animate .line-dots span {
  opacity: 1;
  transform: scale(1);
}
section.mobile-section .line-wave .line-dots {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
section.mobile-section .line-wave .line-dots span {
  opacity: 0;
  transition: all ease 0.5s;
  position: absolute;
  height: 23px;
  width: 23px;
  transform: scale(0);
  background: #B7DC63;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
section.mobile-section .line-wave .line-dots span:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: #B7DC63;
}
section.mobile-section .line-wave .line-dots span:after {
  content: "";
  z-index: -1;
  position: absolute;
  display: block;
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  border: 1px solid #B7DC63;
  border-radius: 50%;
  top: -5px;
  left: -5px;
  background: #fff;
}
section.mobile-section .line-wave .line-dots span:nth-child(1) {
  transition: all ease 0.3s;
  top: 55%;
  right: -4px;
  height: 13px;
  width: 13px;
}
section.mobile-section .line-wave .line-dots span:nth-child(2) {
  top: 51%;
  right: 26%;
  transition-delay: 0.3s;
}
section.mobile-section .line-wave .line-dots span:nth-child(3) {
  top: 48%;
  right: 53%;
  transition-delay: 0.8s;
}
section.mobile-section .line-wave .line-dots span:nth-child(4) {
  top: -5%;
  left: -4px;
  z-index: 1;
  transition-delay: 1.8s;
}

section.intro-section {
  position: relative;
}
section.intro-section .content-holder {
  max-width: 900px;
}

aside.banner-box {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: -30px;
}
aside.banner-box .button-custom {
  border: 3px solid #FFFFFF;
  border-radius: 2px;
  margin-right: 30px;
}
aside.banner-box .price {
  margin-bottom: 0;
}
aside.banner-box .banner-content-holder {
  position: relative;
  width: 100%;
  max-width: 360px;
  min-height: 340px;
  padding: 42px 32px;
  background: linear-gradient(0deg, #B7DC63 -12.17%, #DFFF95 62.48%);
  border-radius: 2px 2px 25px 25px;
  margin-bottom: 85px;
}
aside.banner-box .banner-image-holder {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
}
aside.banner-box .title {
  font-weight: 600;
}

.convergine-wrapper {
  width: 240px;
  margin: 0px auto 0;
  float: right;
  display: table;
}
.convergine-wrapper .left-block {
  width: 200px;
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.convergine-wrapper .left-block a {
  color: #333333;
  font-size: 14px;
  text-transform: none;
  line-height: 18px;
  display: block;
  text-decoration: none;
}
.convergine-wrapper .left-block a:hover {
  color: #B7DC63;
}
.convergine-wrapper .right-block a {
  margin-top: 0px;
  display: block;
  position: relative;
}

footer.main-footer {
  padding-bottom: 0px;
}
footer.main-footer .footer-menu {
  padding-top: 50px;
  border-top: 1px solid #ddd;
  margin-bottom: 30px;
}
footer.main-footer .footer-menu .menu {
  padding: 0;
}
footer.main-footer .footer-menu .menu li {
  margin-right: 50px;
  display: inline-block;
}
footer.main-footer .footer-menu .menu li a {
  text-transform: none;
  background-image: linear-gradient(to right, #333333 0%, #333333 100%);
  background-size: 100% 1px;
  background-position: 0 85%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
footer.main-footer .footer-menu .menu li a:before {
  content: none;
}
footer.main-footer .footer-bottom .info {
  font-size: 14px;
  padding-bottom: 20px;
}
footer.main-footer .footer-bottom .info a {
  color: #333333;
}
footer.main-footer .footer-bottom .info a:hover {
  color: #B7DC63;
}

section.checkout {
  min-height: 590px;
}
section.checkout .form-pick-up .wrapper {
  background: #F5F7F9;
}
section.checkout .form {
  margin-top: 0;
}
section.checkout .form .title {
  margin-bottom: 0px;
}
section.checkout .form-table {
  max-width: 890px;
}
section.checkout h3.title {
  font-weight: 600;
}

.order-summary {
  position: relative;
  padding: 20px;
  background: #F8F9FB;
  max-width: 410px;
  float: right;
}
.order-summary .title {
  margin-bottom: 0px;
}
.order-summary .price {
  font-size: 20px;
}
.order-summary .order-link {
  font-weight: 700;
}
.order-summary .form {
  margin-top: 0;
}
.order-summary .form-row {
  padding: 15px 0;
  line-height: 1.8;
  border-top: 1px dashed #E3EAF1;
}
.order-summary .form-row.active {
  background: #F2F2F3;
  border-top: none;
  padding: 20px 15px 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}

.panel.current {
  border: 1px dotted #000;
}
.panel.current .button-custom.button-custom-main {
  background: #DFFF95;
}

.checkout-steps {
  position: relative;
  margin: 20px 0 40px;
}
.checkout-steps ul {
  margin: 0;
  padding: 0;
}
.checkout-steps ul li {
  list-style: none;
  width: 20%;
  float: left;
  cursor: not-allowed;
}
.checkout-steps ul li.checked {
  cursor: pointer;
}
.checkout-steps ul li.checked a {
  pointer-events: all;
  background-color: #B7DC63;
}
.checkout-steps ul li.checked a:hover {
  background-color: #B7DC63;
}
.checkout-steps ul li.active {
  cursor: pointer;
}
.checkout-steps ul li.active a {
  color: #333333;
  background-color: #DFFF95;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.checkout-steps ul li.active a:hover {
  background-color: #DFFF95;
}
.checkout-steps ul li.active a:after {
  content: "";
  position: absolute;
  right: -9px;
  top: calc(50% - 10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #DFFF95;
}
.checkout-steps ul li a {
  position: relative;
  pointer-events: none;
  width: calc(100% - 12px);
  font-size: 18px;
  text-align: center;
  color: #333333;
  font-weight: 700;
  padding: 20px 30px;
  display: block;
  border: 1px solid #E3EAF1;
  border-radius: 2px;
}
.checkout-steps ul li a:hover {
  background-color: #F8FAFB;
}

section.post-content {
  padding-top: 100px;
  position: relative;
  z-index: 10;
}
section.post-content .wrapper {
  height: 600px;
  width: 100%;
  background: #F4F6F8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section.post-content article {
  max-width: 900px;
}
section.post-content .date {
  display: inline-block;
  padding: 5px 8px;
  background: #DFFF95;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
  transition: all ease 1s;
}
section.post-content .holder {
  max-width: calc(100% - 150px);
  background: #FFFFFF;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.05);
  border-radius: 0 20px 20px 20px;
  padding: 100px 130px;
}

nav.truck {
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  width: 50px;
  right: 10px;
  bottom: -200px;
}
nav.truck.active {
  transition: 0.8s all linear;
  bottom: 2%;
}
nav.truck.truck-run {
  bottom: 100%;
  transition: 1s;
}
nav.truck.truck-run .truck-lights {
  opacity: 1;
}
nav.truck.truck-run .truck-body-shadow {
  opacity: 0.2;
}
nav.truck:hover {
  animation: upDown 2s linear 0s infinite;
}
nav.truck:hover .truck-lights {
  opacity: 1;
  animation: blinkLights 0.5s ease 0s infinite;
}
nav.truck:hover .truck-body-shadow {
  opacity: 0.2;
  animation: blinkShadow 0.5s ease 0s infinite;
}
nav.truck .truck-body {
  transition: 0.2s all ease;
}
nav.truck .truck-body-shadow {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.2s all ease;
  filter: drop-shadow(0 -3px 10px rgb(0, 0, 0));
}
nav.truck .truck-lights {
  z-index: 3;
  position: absolute;
  top: -12px;
  left: -1px;
  transition: 0.2s;
  opacity: 0;
}
@keyframes blinkLights {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinkShadow {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

.car {
  margin: 0 auto;
  position: relative;
  width: 240px;
  animation: moving 10s linear -2s infinite;
}
.car:before {
  content: "";
  display: block;
  animation: carmove 3.1s infinite linear;
  background: url("../images/car-animation.png") center/cover;
  padding-top: 45.25%;
}
.car .weel {
  animation: wheel 10s infinite -2s linear;
  background: url("../images/car-wheel.png") center/cover;
  position: absolute;
  bottom: 0.8%;
  width: 14.15%;
}
.car .weel:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.car .weel.weel1 {
  left: 14.5%;
}
.car .weel.weel2 {
  right: 10%;
}
@keyframes moving {
  0% {
    right: -80em;
    animation-timing-function: ease-out;
  }
  35% {
    right: 0;
  }
  36%, 56% {
    right: 0;
    animation-timing-function: ease-in;
  }
  100% {
    right: 120%;
  }
}
@keyframes wheel {
  0% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(-920deg);
  }
  36%, 56% {
    transform: rotate(-920deg);
  }
  100% {
    transform: rotate(-1440deg);
  }
}
@keyframes carmove {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(1px);
  }
  29% {
    transform: translateY(2px);
  }
  33% {
    transform: translateY(3px);
  }
  47% {
    transform: translateY(0px);
  }
  58% {
    transform: translateY(1px);
  }
  62% {
    transform: translateY(2px);
  }
  66% {
    transform: translateY(3px);
  }
  75% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0px);
  }
}

section.tabs-section .card .card-header {
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 2px;
}
section.tabs-section .card .card-header .card-title {
  margin: 0;
}
section.tabs-section .card .card-header .card-title a {
  display: block;
  color: #333333;
  padding: 15px 40px 15px 0;
  position: relative;
}
section.tabs-section .card .card-header .card-title a .arrow {
  display: block;
  width: 16px;
  position: absolute;
  right: 0px;
  top: 25px;
  transition: all ease 0.5s;
}
section.tabs-section .card .card-header .card-title a[aria-expanded=true] {
  color: #B7DC63 !important;
}
section.tabs-section .card .card-header .card-title a[aria-expanded=true] .arrow:before {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 16px;
  background: #B7DC63;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
section.tabs-section .card .card-header .card-title a[aria-expanded=true] .arrow:after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 16px;
  background: #B7DC63;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
section.tabs-section .card .card-header .card-title a[aria-expanded=false] .arrow:before {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 16px;
  background: #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  transform: rotate(180deg);
}
section.tabs-section .card .card-header .card-title a[aria-expanded=false] .arrow:after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 16px;
  background: #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  transform: rotate(90deg);
}
section.tabs-section ul.nav-tabs {
  margin-top: 30px;
  display: flex;
  align-content: space-between;
  border: none;
}
section.tabs-section ul.nav-tabs li.nav-item {
  margin-bottom: 0;
  padding-bottom: 6px;
  margin-right: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.tabs-section ul.nav-tabs li.nav-item a.nav-link {
  color: #333333;
  display: block;
  text-align: center;
  border: 1px solid #E3EAF1;
  border-radius: 2px;
  position: relative;
  padding: 0.5rem 2.7rem;
}
section.tabs-section ul.nav-tabs li.nav-item a.nav-link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  border-width: 8px 7px 0 7px;
  border-color: #333333 transparent transparent transparent;
}
section.tabs-section ul.nav-tabs li.nav-item a.nav-link.active {
  background: #333333;
  border-color: #333333;
  color: #B7DC63;
  font-weight: 700;
}
section.tabs-section ul.nav-tabs li.nav-item a.nav-link.active:after {
  opacity: 1;
}
section.tabs-section .card {
  border: none;
  padding: 0;
}
section.tabs-section .content-holder {
  padding: 80px 0;
  max-width: 350px;
}
section.tabs-section .content-holder h4 {
  margin-bottom: 30px;
}
section.tabs-section .content-holder .title {
  font-weight: 400;
  margin-bottom: 20px;
}
section.tabs-section .button-holder {
  margin-top: 50px;
}
section.tabs-section .image-holder {
  margin-top: 110px;
  position: relative;
  margin-left: -80px;
}
section.tabs-section .image-holder .box {
  text-align: center;
  position: absolute;
  right: 0;
  top: -80px;
  width: 262px;
  height: 262px;
  box-sizing: border-box;
}
section.tabs-section .image-holder .box .box-body {
  border-radius: 50%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  background: #B7DC63;
  border: 5px solid #FFFFFF;
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transition-delay: 0.1s;
  transform-style: preserve-3d;
  transform: rotateY(180deg);
}
section.tabs-section .image-holder .box:hover {
  transition-delay: 0s;
}
section.tabs-section .image-holder .box:hover .box-body {
  transform: rotateY(180deg) !important;
}
section.tabs-section .image-holder .box .box-label {
  text-align: left;
  margin-left: 20px;
}
section.tabs-section .image-holder .box .price {
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
section.tabs-section .image-holder .box .box-text {
  font-size: 16px;
}
section.tabs-section .image-holder .box .box-front,
section.tabs-section .image-holder .box .box-back {
  padding: 50px 30px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
}
section.tabs-section .image-holder .box .box-back {
  border-radius: 50%;
  background: #F8F8F8;
  padding: 100px 30px;
  transform: rotateY(180deg);
}
section.tabs-section .tab-pane.show .box .box-body {
  transform: rotateY(0deg);
}

section.full-banner {
  position: relative;
}
section.full-banner .holder {
  overflow: hidden;
  position: relative;
}
section.full-banner .image {
  border-radius: 2px;
}
section.full-banner .content-holder {
  padding: 80px 60px;
  min-height: 600px;
  position: relative;
  z-index: 1;
}
section.full-banner .content-holder h1 {
  font-weight: 400;
  font-size: 150px;
  margin-bottom: 50px;
}
section.full-banner h3 {
  line-height: 1;
}
section.full-banner .title .link {
  position: relative;
  color: #333333;
}
section.full-banner .title .link:hover {
  color: #000;
}
section.full-banner .title .link:hover:before {
  width: 50%;
  -webkit-animation: hoverBtn 0.5s linear 1;
  -moz-animation: hoverBtn 0.5s linear 1;
  -ms-animation: hoverBtn 0.5s linear 1;
  animation: hoverBtn 0.5s linear 1;
}
section.full-banner .title .link:before {
  content: "";
  top: 0;
  height: 100%;
  width: 18px;
  left: -5px;
  z-index: -1;
  background: #DFFF95;
  position: absolute;
  transition: all 0.3s ease;
}
section.full-banner .car {
  position: absolute;
  bottom: 0;
  z-index: 2;
  animation-play-state: paused;
}
section.full-banner.animate .car {
  animation-play-state: running;
}

section.testimonials {
  padding-top: 50px;
}
section.testimonials .stars {
  margin-bottom: 15px;
  margin-top: 15px;
}
section.testimonials .stars .icon-star {
  margin-right: 5px;
}
section.testimonials .boxes.testimonials-slider .box {
  margin-bottom: 0px;
}
section.testimonials .boxes .box {
  margin-bottom: 80px;
}
section.testimonials .boxes .box .text {
  max-width: 1150px;
  font-weight: 300;
  margin-bottom: 20px;
}
section.testimonials .boxes .box .text p {
  margin-bottom: 0;
}
section.testimonials .boxes .box .author {
  font-weight: 600;
}
section.testimonials .boxes .box .date {
  color: #333333;
  font-size: 18px;
}
section.testimonials .slider .slick-arrow {
  bottom: -81px;
  top: auto;
}
section.testimonials .slider .slick-arrow.slick-prev {
  left: 0px;
}
section.testimonials .slider .slick-arrow.slick-next {
  left: 65px;
}

section.contact .boxes .box {
  padding-left: 35px;
  position: relative;
  margin-bottom: 5px;
}
section.contact .boxes .box .box-icon {
  position: absolute;
  left: 0;
}
section.contact .boxes .box a {
  color: #333333;
}

.custom-table {
  position: relative;
}
.custom-table .thead {
  padding: 20px 65px 20px 20px;
}
.custom-table .tbody .panel .panel-heading {
  cursor: pointer;
  border-top: 1px solid #E3EAF1;
  border-bottom: 1px solid #E3EAF1;
  padding: 20px 65px 20px 20px;
  position: relative;
  background: #F2F2F3;
  transition: all ease 0.5s;
}
.custom-table .tbody .panel .panel-heading.collapsed {
  background: #fff;
}
.custom-table .tbody .panel .panel-heading.featured {
  /*.theme-color{
      color:orange;
  }
  .button-custom.button-custom-main{
      background-color: orange;
  }
  .button-custom.button-custom-main::before,
  .button-custom.button-custom-main::before{
      background-color: #d5ae64;
  }*/
  /*border:2px solid #b7dc63;*/
}
.custom-table .tbody .panel .panel-heading[aria-expanded=false] .arrow:after {
  content: "\f107";
  font-family: "fontAwesome";
}
.custom-table .tbody .panel .panel-heading[aria-expanded=true] .arrow:after {
  content: "\f106";
  font-family: "fontAwesome";
}
.custom-table .tbody .panel .panel-heading .arrow {
  position: absolute;
  z-index: 2;
  font-size: 26px;
  right: 20px;
  top: 30px;
}
.custom-table .tbody .panel .panel-collapse {
  background: #F2F2F3;
}

.product {
  font-size: 23px;
}
.product .product-overview {
  position: relative;
  padding-top: 10px;
  padding-left: 115px;
}
.product .product-overview .product-image {
  position: absolute;
  left: 0;
  width: 100px;
  margin-right: 10px;
}
.product .product-overview .product-title {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.2;
}
.product .product-price {
  font-size: 24px;
  padding-top: 5px;
  line-height: 1.4;
}
.product .product-price .label {
  font-size: 16px;
}
.product .product-price .price {
  font-weight: 800;
}
.product .product-info {
  padding-top: 10px;
}
.product .product-details {
  padding: 30px 25px;
  font-size: 18px;
}
.product .product-details span {
  display: block;
  text-align: center;
}
.product .product-details span:last-child {
  margin-right: 0;
}

.mobile-submit {
  display: none;
}

.payment-cards {
  text-align: right;
  padding-top: 6px;
}
.payment-cards svg {
  height: 26px;
}

.featured-label {
  background-color: orange;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
}

/*# sourceMappingURL=style.css.map */
