.textbg1 {
  background: url(../image/l8/textbg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.highlight {
  color: #22b00f;
  font-weight: bold;
  font-size: 30px;
}

.image-radius {
  border-radius: 10%;
}

.nav-pills .nav-link {
  color: #555;
}

.coincontainer {
  margin: 0 auto;
  width: 300px;
}
.coinlabel {
	padding: 10px;
	font-size: 18px;
	color: #111;
}
.copy-text {
	position: relative;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	display: flex;
}
.copy-text input.text {
	padding: 10px;
	font-size: 18px;
	color: #555;
	border: none;
	outline: none;
}
.copy-text button {
	padding: 10px;
	background: #22b00f;
	color: #fff;
	font-size: 18px;
	border: none;
	outline: none;
	border-radius: 10px;
	cursor: pointer;
}

.copy-text button:active {
	background: #809ce2;
}
.copy-text button::before {
	content: "Copied";
	position: absolute;
	top: -45px;
	right: 0px;
	background: #5c81dc;
	padding: 8px 10px;
	border-radius: 20px;
	font-size: 15px;
	display: none;
}
.copy-text button::after {
	content: "";
	position: absolute;
	top: -20px;
	right: 25px;
	width: 10px;
	height: 10px;
	background: #5c81dc;
	transform: rotate(45deg);
	display: none;
}
.copy-text.active button::before,
.copy-text.active button::after {
	display: block;
}

.coinaddress {
  font-size: 26px;
}

@media (max-width: 876px) {
  .coinaddress {
    font-size: 12px;
  }
}

@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #353D46;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}


.wrapper-nav {
  position:relative;
  margin:0 auto;
  overflow:hidden;
  padding:5px;
  height:50px;
}

.list {
  position:absolute;
  left:0px;
  top:0px;
  min-width:3500px;
  margin-top:0px;
}

.list li{
  display:table-cell;
  position:relative;
  text-align:center;
  cursor:grab;
  cursor:-webkit-grab;
  color:#efefef;
  vertical-align:middle;
}

.scroller {
text-align:center;
cursor:pointer;
display:none;
padding:7px;
padding-top:13px;
white-space:no-wrap;
vertical-align:middle;
background-color:#fff;
}

.customer-img img {
  width: 40px;
  height: 40px;
  min-height: 40px!important;
  max-height: 40px!important;
}

.linkHeading {
  font-size: 26px;
  font-family: system-ui;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: #353d46;
  cursor: pointer;
}

.frontHeading {
  font-size: 38px;
  font-family: system-ui;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: #353d46;
}

.mainHeading {
  font-size: 38px;
  line-height: 54px;
  font-family: system-ui;
  color: #1f1f1f;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -2.52632px;
  margin-bottom: 35px;
}



.textbg2 {
  background: url(../image/l8/textbg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.textbg3 {
  background: url(../image/l8/textbg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.textbg4 {
  background: url(../image/l8/textbg4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}


.fa-heart {
  color: #e74c3c !important;
}

.slick-slide img {
  max-height: 230px;
}

body {
  display: block !important;
}

.intro-img-1 {
  padding-top: 15px;
}

.offer {
  color: #e74c3c !important;
  font-weight: bold;
}

.infoContainer {
  margin-top: -30px;
}

.infoContainerTemplate1 {
  margin-top: -60px;
}

.payout-mobile-container {
  text-align: center;
}

.payout-mobile {
  max-height: 540px;
}

.award-item {
  text-align: center;
}

.capterra {
  margin-top: 53px;
}

.capterra,
.software-suggest {
  width: 180px;
}

.customer-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.booking-page-heading {
  font-family: system-ui;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  color: #fff;
  padding-bottom: 10px;
}

.main-page {
  padding-bottom: 80px;
}

.start-for-free,
.contact-button-holder {
  padding-top: 40px;
}

.container-light {
  background-color: #faf8fd;
  padding-top: 20px;
  padding-bottom: 20px;
}

.counter{
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  background: #faf8fd;
  text-align: center;
  width: 190px;
  padding: 25px 30px 10px;
  margin: 0 auto;
  border-radius: 30px 0 ;
  box-shadow: 10px 10px 0 rgba(0,0,0,0.05);
  position: relative;
  z-index: 1;
}
.counter:before{
  content: "";
  background: #2980b9;
  border-radius: 15px 0 30px 0;
  box-shadow: inset 0 4px 8px rgba(0,0,0,0.15);
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 27px;
  z-index: -1;
}
.counter .counter-icon{
  font-size: 35px;
  margin: 0 0 10px;
  transform: rotateX(0deg);
  transition: all 0.3s ease 0s;
}
.counter:hover .counter-icon{
  transform: rotateX(360deg);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.counter h3{
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
.counter .counter-value{
  color: #666;
  background: #fff;
  font-size: 33px;
  font-weight: 600;
  text-align: right;
  line-height: 60px;
  width: 90%;
  height: 50px;
  padding: 0 15px;
  margin: 0 0 0 -20px;
  display: block;
}

.slick-slide img {
  max-height: 230px;
  min-height: 200px;
  background: #26334F;
}

.counter.wisteria:before{ background-color: #8e44ad; }
.counter.gray:before{ background-color: #636e72; }
.counter.pinkish:before{ background-color: #ff7675; }
@media screen and (max-width:990px){
  .counter{ margin-bottom: 40px; }
}

@media (min-width: 320px) and (max-width: 992px) {

  .slick-slide img {
    max-height: 230px;
    min-height: 130px;
    background: #26334F;
  }
  
  .frontHeading {
    font-size: 24px;
    font-family: system-ui;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #353d46;
  }
  
  .mainHeading {
    font-size: 38px;
    line-height: 54px;
    font-family: system-ui;
    color: #1f1f1f;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -2.52632px;
    margin-bottom: 35px;
  }

  .mapDropdown {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100% !important;
    max-width: 100% !important;
  }
  .booking-page-heading {
    font-family: system-ui;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    padding-bottom: 20px;
  }
  .contact-button-holder {
    text-align: center;
  }
  .bookButtonHolder {
    width: 100%;
  }
  .openingHours {
    width: 100% !important;
  }
  .site-menu-main .sub-menu.megamenu {
    border: 0;
  }
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    color: var(--color-headings);
    border-top: 1px solid var(--border-color-3);
    padding-left: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
  .site-menu-main .sub-menu.megamenu [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .site-menu-main .sub-menu.megamenu [class*="row-"] {
    margin-left: 0;
    margin-right: 0;
  }

  .content-area-l-11-4 .content {
    padding-top: 0px;
  }
  .textbg4 { 
    padding-top: 60px;
  }
  .testimonial-area-l-11 {
    padding-top: 0px!important;
  }
  .testimonial-area-l-11 .section-heading-5 {
    padding-bottom: 3px!important; 
  }
  .content-section-v11-10 {
    margin-top: -40px;
  }
}

.service-heading {
  font-family: system-ui;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 56px;
  letter-spacing: -0.3px;
  color: #fff;
}

.search {
  width: 100%;
  position: relative;
}

.search:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  content: "\f002";
  line-height: 60px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 32px;
  background: #24c299;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: always;
}

.searchText {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: system-ui;
  width: 100%;
  border: 5px solid #24c299;
  padding: 5px;
  height: 60px;
  border-radius: 5px;
  outline: none;
}

.searchButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  opacity: 0;
  cursor: pointer;
}

.bookButtonHolder {
  width: 60%;
  position: relative;
  background: #24c299;
  margin: 0 auto;
}

.position-relative {
  position: relative !important;
}

.openingHours {
  width: 70%;
}

.bookButtonHolder:hover {
  position: relative;
  background: #20b48d;
}

.bookButton {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: system-ui;
  width: 100%;
  border: 5px solid #24c299;
  padding: 5px;
  height: 60px;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  line-height: 40px;
}

.dayName {
  float: left;
}

.time {
  text-align: right;
}

.dayName {
  float: left;
}

body[data-theme="dark"],
.dark-bg,
.dark-mode-content {
  --bg: #19191b;
  --bg-2: #19191b;
  --color-headings: $white;
  --color-texts: rgba(255, 255, 255, 0.7);
  --color-texts-2: rgba(255, 255, 255, 1);
  --color-texts-3: rgba(255, 255, 255, 0.7);
  --border-color: rgba(255, 255, 255, 0.08);
  --border-color-2: rgba(255, 255, 255, 0.7);
}

body[data-theme="light"],
.light-bg,
.light-mode-content {
  --bg: $white;
  --bg-2: #f8f9fc;
  --color-headings: #25373f;
  --color-texts: rgba(37, 55, 63, 0.7);
  --color-texts-2: #3b4656;
  --color-texts-3: rgba(38, 39, 41, 0.7);
  --border-color: rgba(128, 138, 142, 0.2);
  --border-color-2: rgba(37, 55, 63, 0.1);
}

body {
  --bg: $white;
  --bg-2: #f8f9fc;
  --color-headings: #25373f;
  --color-texts: rgba(37, 55, 63, 0.7);
  --color-texts-2: #3b4656;
  --color-texts-3: rgba(38, 39, 41, 0.7);
  --border-color: rgba(128, 138, 142, 0.2);
  --border-color-2: rgba(37, 55, 63, 0.1);
}

p {
  color: var(--color-texts);
}

.logo-light,
.logo-dark {
  width: 187px !important;
}

.default-logo,
.default-shape {
  display: block;
}

.logo-light,
.light-shape {
  display: none;
}

.logo-dark,
.dark-shape {
  display: none;
}

.logo-light.default-logo {
  display: block;
}

.logo-dark.default-logo {
  display: block;
}

body[data-theme="dark"] .logo-dark,
body[data-theme="dark"] .dark-shape,
.dark-mode-content .logo-dark,
.dark-mode-content .dark-shape {
  display: block;
}

body[data-theme="dark"] .logo-light,
.dark-mode-content .logo-light {
  display: none;
}

body[data-theme="dark"] .logo-light.default-logo,
.dark-mode-content .logo-light.default-logo {
  display: none;
}

body[data-theme="dark"] .light-shape,
.dark-mode-content .light-shape {
  display: none;
}

body[data-theme="dark"] .light-shape.default-shape,
.dark-mode-content .light-shape.default-shape {
  display: none;
}

body[data-theme="dark"] .light-mode-content .logo-light,
body[data-theme="dark"] .light-mode-content .light-shape,
.dark-mode-content .light-mode-content .logo-light,
.dark-mode-content .light-mode-content .light-shape {
  display: block;
}

body[data-theme="dark"] .light-mode-content .logo-dark,
.dark-mode-content .light-mode-content .logo-dark {
  display: none;
}

body[data-theme="dark"] .light-mode-content .logo-dark.default-logo,
.dark-mode-content .light-mode-content .logo-dark.default-logo {
  display: none;
}

body[data-theme="dark"] .light-mode-content .dark-shape,
.dark-mode-content .light-mode-content .dark-shape {
  display: none;
}

body[data-theme="dark"] .light-mode-content .dark-shape.default-shape,
.dark-mode-content .light-mode-content .dark-shape.default-shape {
  display: none;
}

body[data-theme="light"] .logo-light,
body[data-theme="light"] .light-shape,
.light-mode-content .logo-light,
.light-mode-content .light-shape {
  display: block;
}

body[data-theme="light"] .logo-dark,
.light-mode-content .logo-dark {
  display: none;
}

body[data-theme="light"] .logo-dark.default-logo,
.light-mode-content .logo-dark.default-logo {
  display: none;
}

body[data-theme="light"] .dark-shape,
.light-mode-content .dark-shape {
  display: none;
}

body[data-theme="light"] .dark-shape.default-shape,
.light-mode-content .dark-shape.default-shape {
  display: none;
}

body[data-theme="light"] .dark-mode-content .logo-dark,
body[data-theme="light"] .dark-mode-content .dark-shape,
.light-mode-content .dark-mode-content .logo-dark,
.light-mode-content .dark-mode-content .dark-shape {
  display: block;
}

body[data-theme="light"] .dark-mode-content .logo-light,
.light-mode-content .dark-mode-content .logo-light {
  display: none;
}

body[data-theme="light"] .dark-mode-content .logo-light.default-logo,
.light-mode-content .dark-mode-content .logo-light.default-logo {
  display: none;
}

body[data-theme="light"] .dark-mode-content .light-shape,
.light-mode-content .dark-mode-content .light-shape {
  display: none;
}

body[data-theme="light"] .dark-mode-content .light-shape.default-shape,
.light-mode-content .dark-mode-content .light-shape.default-shape {
  display: none;
}

.bg-default {
  background: var(--bg);
}

.bg-default-1 {
  background: var(--bg);
}

.bg-default-2 {
  background: var(--bg-2);
}

.bg-default-3 {
  background: var(--bg-3);
}

.bg-default-4 {
  background: var(--bg-4);
}

.bg-default-5 {
  background: var(--bg-5);
}

.bg-default-6 {
  background: var(--bg-6);
}

.text-default-color {
  color: var(--color-texts);
}

.text-default-color-2 {
  color: var(--color-texts-2);
}

.heading-default-color {
  color: var(--color-headings);
}

.border-default-color {
  border-color: var(--border-color);
}

.border-default-color-2 {
  border-color: var(--border-color-2) !important;
}

/*Preloader css*/
div#loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#loading img {
  z-index: 9999;
}

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: #ffffff !important;
}

.preloader img {
  width: 200px;
}

/*Header Css StaRT*/
.site-navbar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
}

@media (min-width: 576px) {
  .site-navbar {
    padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .site-navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}

.site-navbar .menu-block-wrapper {
  flex-grow: 1;
  align-items: center;
}

@media (min-width: 992px) {
  .site-navbar .menu-block-wrapper {
    display: flex !important;
    flex-basis: auto;
  }
}

.site-header-ab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.site-header-fixed:not(.mobile-sticky-enable) {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 992px) {
  .site-header-fixed:not(.mobile-sticky-enable) {
    position: fixed !important;
    transition: 0.4s;
  }
  .site-header-fixed:not(.mobile-sticky-enable).scrolling {
    transform: translateY(-100%);
    transition: 0.4s;
  }
  .site-header-fixed:not(.mobile-sticky-enable).reveal-header {
    transform: translateY(0%);
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 1343d46;
  }
}

.site-header-fixed.mobile-sticky-enable {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed !important;
  transition: 0.4s;
}

.site-header-fixed.mobile-sticky-enable.scrolling {
  transform: translateY(-100%);
  transition: 0.4s;
}

.site-header-fixed.mobile-sticky-enable.reveal-header {
  transform: translateY(0%);
  box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
  z-index: 9999;
}

.site-header-m-center .container {
  position: relative;
}

.site-header-m-center .menu-block-wrapper {
  position: static;
}

@media (min-width: 992px) {
  .site-header-m-center .menu-block {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .site-header-m-left .container-fluid .sub-menu.megamenu {
    left: 0%;
    transform: translateX(0%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header-m-left
    .container-fluid
    .nav-item.has-megamenu:hover
    > .sub-menu {
    transform: translateX(0%) translateY(-10px);
    left: 0%;
    margin-left: 20px;
  }
}

.site-header-m-left .menu-block .site-menu-main {
  justify-content: flex-start;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .site-header-m-left .menu-block {
    width: 100%;
  }
}

.site-header-m-right .menu-block-wrapper {
  position: static;
}

.site-header-m-right .menu-block {
  margin-left: auto;
}

@media (min-width: 992px) {
  .site-header-m-right > .container-fluid .sub-menu.megamenu {
    left: 100%;
    transform: translateX(-100%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header-m-right
    > .container-fluid
    .nav-item.has-megamenu:hover
    > .sub-menu {
    transform: translateX(-100%) translateY(-10px);
    left: 100%;
    margin-left: -20px;
  }
}

@media (min-width: 768px) {
  .container-fluid .site-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .container-fluid .site-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 480px) {
  .header-btns {
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .header-btns {
    margin-right: 0;
  }
}

.top-contact-menu-wraper .header-btn {
  order: 3;
}

.top-contact-menu-wraper .mobile-menu-trigger {
  order: 4;
}

@media (min-width: 992px) {
  .top-contact-menu-wraper .nav-link-item {
    color: #fff !important;
  }
  .top-contact-menu-wraper .site-menu-main .nav-link-item {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .top-contact-menu-wraper .navbar {
    flex-wrap: wrap;
    padding: 30px 0px 0px 0px;
  }
  .top-contact-menu-wraper .brand-logo {
    min-width: 50%;
    order: 1;
    padding-bottom: 30px;
  }
  .top-contact-menu-wraper .header-btn {
    order: 4;
  }
  .top-contact-menu-wraper .menu-block-wrapper {
    min-width: calc(100% - 256px);
    order: 3;
    background: #343d46;
    border-radius: 0px 0px 0px 5px;
  }
  .top-contact-menu-wraper .top-contact-block {
    order: 2;
    min-width: 50%;
    display: flex !important;
    justify-content: flex-end;
    padding-bottom: 8px;
  }
  .top-contact-menu-wraper .menu-block {
    margin-left: initial;
  }
}

.top-contact-block ul {
  display: flex;
  align-items: center;
}

.top-contact-block ul li {
  display: inline-flex;
  align-items: center;
}

.top-contact-block span {
  height: 30px;
  width: 1px;
  background: rgba(29, 36, 58, 0.12);
  margin: 0px 35px;
}

.top-contact-block img {
  margin-right: 12px;
}

.top-contact-block a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  color: #343d46;
}

@media (min-width: 992px) {
  .row-lg {
    display: flex;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.site-menu-main {
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .site-menu-main {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
  }
}

.site-menu-main li {
  list-style: none;
}

.site-menu-main ul {
  list-style: none;
  margin-left: 0;
}

.site-menu-main a {
  text-decoration: none;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.site-menu-main .nav-item {
  display: inherit;
}

.site-menu-main .nav-link-item {
  color: #343d46;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  position: relative;
}

@media (min-width: 992px) {
  .site-menu-main .nav-link-item {
    padding-top: 35px !important;
    padding-bottom: 33px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.dark-mode-content .nav-link-item {
  color: #fff;
}

.site-menu-main .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #fff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 0px;
  transition: opacity 0.5s ease, top 0.5s ease, margin-top 0.5s ease,
    background-color 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu {
    top: 100%;
    min-width: 227px;
    max-width: 227px;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu .sub-menu {
    top: 0 !important;
    left: 100%;
  }
}

.site-menu-main .sub-menu--item {
  color: var(--color-headings);
  font-size: 15px;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 992px) {
  .site-menu-main .sub-menu--item {
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item {
    color: #343d46;
  }
}

.site-menu-main .sub-menu--item > a {
  color: inherit;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item > a {
    transition: 0.4s;
  }
}

.site-menu-main .sub-menu--item:hover > a {
  color: #343d46;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    background-color: #fff;
  }
}

.site-menu-main .sub-menu.megamenu .dropdown-image-block {
  max-height: 336px;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    padding: 30px;
    min-width: 925px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    will-change: transform;
    top: 100%;
    box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
    border: 1px solid #e7e9ed;
    border-radius: 8px;
    visibility: hidden;
    z-index: -99;
    opacity: 0;
    pointer-events: none;
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-center {
    transform: translateX(-50%) translateY(1px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-right {
    right: 0%;
    transform: translateX(0%) translateY(10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-left {
    left: 0%;
    transform: translateX(0%) translateY(10px);
  }
}

@media (min-width: 1200px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1100px;
  }
}

@media (min-width: 1600px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1300px;
  }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
}

.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.4s;
  color: #343d46;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    padding-left: 0px;
    padding-right: 10px;
  }
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
    color: #343d46 !important;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:not(.has-megamenu) {
    position: relative;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:hover > .sub-menu {
    top: 100%;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
    z-index: 99;
    pointer-events: visible;
    border-radius: 0px 0px 15px 15px;
    border-top: 3px solid #343d46;
  }
}

.site-menu-main > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.site-menu-main > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media (max-width: 991px) {
  .site-header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .site-header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #343d46;
    width: 24px;
    position: relative;
  }
  .reveal-header .mobile-menu-trigger span {
    background-color: #fff !important;
  }
  .site-header .mobile-menu-trigger span:before,
  .site-header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #343d46;
  }
  .reveal-header .mobile-menu-trigger span:before,
  .reveal-header .mobile-menu-trigger span:after {
    background-color: #fff !important;
  }
  .dark-mode-content .mobile-menu-trigger span {
    background-color: #fff;
  }
  .dark-mode-content .mobile-menu-trigger span:before,
  .dark-mode-content .mobile-menu-trigger span:after {
    background-color: #fff;
  }
  .site-header .mobile-menu-trigger span:before {
    top: -6px;
  }
  .site-header .mobile-menu-trigger span:after {
    top: 6px;
  }
  .site-header .item-right {
    align-items: center;
  }
  .site-header .menu-block {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .site-header .menu-block.active {
    transform: translate(0%);
  }
  .site-menu-main > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .site-menu-main > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .site-menu-main > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .site-header .menu-block .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: -webkit-sticky;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .site-header .menu-block .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #343d46;
    font-size: 16px;
    display: none;
  }
  .site-header .menu-block .mobile-menu-head.active .go-back {
    display: block;
  }
  .site-header .menu-block .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #343d46;
    visibility: hidden;
  }
  .site-header .menu-block .mobile-menu-head.active .current-menu-title {
    visibility: visible;
  }
  .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #343d46;
    font-size: 25px;
  }
  .site-header .menu-block .site-menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .site-menu-main > li .sub-menu.mega-menu,
  .site-menu-main > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .site-menu-main > li .sub-menu.active {
    display: block;
  }
  .site-menu-main > li .sub-menu > ul > li > a,
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

/*Custom Css for menu*/
@media (min-width: 992px) {
  .has-megamenu ul {
    margin-left: auto;
  }
  .site-menu-main a {
    display: flex;
    align-items: center;
  }
  .site-menu-main i {
    margin-left: 15px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .site-header-m-center .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header-m-center .menu-block-wrapper {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
  }
}

.nav-item-has-children a {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .reveal-header li.nav-item-has-children:hover > .sub-menu {
    top: 100%;
  }
  .reveal-header li.nav-item-has-children:hover > .megamenu {
    top: 112%;
  }
}

.menu-block.active .nav-link-item {
  color: #343d46 !important;
}

@media (min-width: 480px) {
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

ul.site-menu-main .nav-item i {
  transition: all 0.4s ease-in-out;
}

ul.site-menu-main .nav-item:hover i {
  transform: rotate(-180deg);
}

li.sub-menu--item.nav-item-has-children:hover i {
  transform: rotate(-180deg) !important;
}

li.sub-menu--item.nav-item-has-children i {
  transform: rotate(-90deg) !important;
  transition: all 0.4s ease-in-out;
}

.single-dropdown-block h3 {
  opacity: 0.5;
  color: #343d46;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.1px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: none;
}

@media (min-width: 992px) {
  .single-dropdown-block h3 {
    display: block;
  }
}

.reveal-header {
  background: #fff !important;
}

.reveal-header .nav-link-item {
  color: #343d46 !important;
}

.reveal-header .btn {
  color: #353d46;
}

.reveal-header .signin {
  color: #fff !important;
}

.reveal-header .btn:hover {
  color: #353d46 !important;
}

.reveal-header .for-professionals:hover {
  color: #fff !important;
}

.sticky-menu-bg.reveal-header {
  background: #343d46 !important;
}

.sticky-menu-bg.reveal-header .nav-link-item {
  color: #fff !important;
}

.landing-2-menu .navbar {
  border-bottom: 1px solid rgba(29, 36, 58, 0.12);
}

.landing-2-menu.reveal-header .sign-in-btn {
  color: #343d46 !important;
}

.landing-5-menu.reveal-header .l5-header-btn .btn {
  color: #343d46 !important;
}

.landing-6-menu.reveal-header .l6-header-btn .btn {
  color: #343d46 !important;
}

.landing-6-menu.reveal-header .l6-header-btn .btn:hover {
  color: #fff !important;
}

.mega-menu-image {
  padding-right: 30px;
}

.mega-menu-image img {
  border-radius: 5px;
}

.btn {
  position: relative;
  z-index: 5;
  border-radius: 6px;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  min-width: 130px;
  line-height: 28px;
  letter-spacing: -0.53px;
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.btn:hover {
  color: #fff !important;
}

.btn:focus {
  box-shadow: 0;
}

.btn.focus {
  box-shadow: 0;
}

.btn.btn-medium {
  min-width: 160px;
  height: 48px;
  line-height: 36px;
}

.btn.btn--lg {
  min-width: 181px;
  height: 61px;
}

.btn.btn-xl {
  min-width: 180px;
  height: 60px;
  border-radius: 5px;
}

.btn.btn--xxl {
  min-width: 194px;
  height: 60px;
  border-radius: 5px;
}

.btn.with-icon i {
  margin-left: -5px;
  margin-right: 3px;
  font-size: 16px;
  margin-top: 2px;
}

.btn--reset {
  background: transparent;
  border: 0;
}

.btn--link {
  color: #343d46;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 88px;
  letter-spacing: 1.63px;
  line-height: normal;
  height: 22px;
  padding: 0;
  border-radius: 0;
  border-bottom: 2px solid #343d46;
  padding: 0px 0px 15px 0px !important;
  margin-top: 40px;
}

.btn--link:hover {
  color: #343d46 !important;
}

.landing-1-menu .header-btn-l1 .btn {
  min-width: 129px;
  height: 45px;
  box-shadow: 0 16px 36px rgba(241, 139, 98, 0.3);
  border-radius: 15px;
  background-color: #ff7139;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  margin-left: 15px;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .landing-1-menu .header-btn-l1 .btn {
    margin-right: 0px;
  }
}

.l4-header-btn .btn {
  text-transform: uppercase;
  background: #ffcd28;
  min-width: 165px;
  height: 60px;
  border-radius: 0;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 4px;
  color: #343d46;
}

.l5-header-btn .btn {
  border-radius: 0;
  font-weight: 600;
  font-size: 15px;
  color: #343d46;
}

.l6-header-btn .btn {
  min-width: 131px;
  height: 40px;
  border: 1px solid rgba(29, 36, 58, 0.4);
  border-radius: 15px;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  color: #343d46;
}

.l7-header-btn .btn {
  background: #343d46;
  min-width: 131px;
  height: 40px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-left: 15px;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .l7-header-btn .btn {
    margin-right: 0px;
  }
}

.l8-header-btn .btn {
  background: #20bfa9;
  min-width: 210px;
  height: 50px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  margin-left: 15px;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .l8-header-btn .btn {
    margin-right: 0px;
  }
}

.l9-header-btn .btn {
  background: #2d947a;
  min-width: 256px;
  height: 60px;
  border-radius: 0px;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
}

@media (min-width: 992px) {
  .l9-header-btn .btn {
    border-radius: 0px 0px 5px 0px;
  }
}

.check-input-control {
  margin-bottom: 20px;
}

.check-input-control input:checked ~ .checkbox {
  background: #343d46 !important;
  border-color: #343d46;
}

.check-input-control input:checked ~ .checkbox::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
}

.check-input-control .checkbox {
  position: relative;
  line-height: 1;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border-radius: 50%;
  background: #9ea1ab;
  display: inline-block;
  cursor: pointer;
}

.check-input-control .checkbox-2 {
  border-radius: 5px;
  border: 1px solid #b5b5b5;
  background: #fff;
}

/*Checkout page radio button*/
.gr-radio-input input:checked ~ label .round-indicator {
  border: 1px solid #473bf0;
  background: #fff;
}

.gr-radio-input input:checked ~ label .round-indicator:after {
  opacity: 1;
}

.gr-radio-input input:checked ~ label .round-indicator {
  border: 1px solid #343d46;
  background: #fff;
}

.gr-radio-input input:checked ~ label .round-indicator:after {
  opacity: 1;
}

.round-indicator {
  position: relative;
  display: inline-block;
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border-radius: 500px;
}

.round-indicator:after {
  content: "";
  background-color: #473bf0;
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  border-radius: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}

/*Checkout page radio button*/
.form-control::-moz-placeholder {
  color: #343d46;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #343d46;
  opacity: 1;
}
.form-control::placeholder {
  color: #343d46;
  opacity: 1;
}

.form-control:focus {
  box-shadow: none !important;
}

/*Section heading style-1*/
.section__heading h2 {
  color: #343d46;
  font-size: 34px;
  font-weight: 600;
  font-style: normal;

  line-height: 44px;
  margin-bottom: 25px;
}

@media (min-width: 480px) {
  .section__heading h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .section__heading h2 {
    font-size: 48px;
    line-height: 58px;
  }
}

.section__heading p {
  opacity: 0.7;
  color: #343d46;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  margin-bottom: 0;
}

/*Section heading style-2*/
.section__heading-2 h2 {
  color: #343d46;
  font-size: 34px !important;
  font-weight: 600;
  font-style: normal;

  line-height: 42px;
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .section__heading-2 h2 {
    font-size: 38px !important;
    line-height: 45px;
  }
}

@media (min-width: 768px) {
  .section__heading-2 h2 {
    font-size: 48px;
    line-height: 55px;
  }
}

@media (min-width: 992px) {
  .section__heading-2 h2 {
    font-size: 60px !important;
    line-height: 66px;
  }
}

.section__heading-2 p {
  opacity: 0.8;
  color: #343d46;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  margin-bottom: 0;
}

/*Section heading style-3*/
.section__heading-3 h2 {
  color: #343d46;
  font-size: 34px !important;
  font-weight: 600;
  font-style: normal;

  line-height: 42px;
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .section__heading-3 h2 {
    font-size: 38px !important;
    line-height: 45px;
  }
}

@media (min-width: 768px) {
  .section__heading-3 h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.section__heading-3 p {
  opacity: 0.7;
  color: #343d46;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 0;
}

/*Section heading style-4*/
.section-heading-4 h2 {
  font-family: system-ui;
  color: #1f1f1f;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -3px;
  line-height: 44px;
  margin-bottom: 35px;
}

@media (min-width: 480px) {
  .section-heading-4 h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .section-heading-4 h2 {
    font-size: 48px;
    line-height: 60px;
  }
}

.section-heading-4 p {
  font-family: system-ui;
  color: #333333;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4px;
  line-height: 36px;
  margin-bottom: 0;
}

/*Col heading style*/
.iconHeading {
  padding-right: 10px;
}

.base-col h2,
.iconHeading {
  font-family: system-ui;
  color: #1f1f1f;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 44px;
  margin-bottom: 5px;
}

@media (min-width: 480px) {
  .base-col h2,
  .iconHeading {
    font-size: 32px;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .base-col h2,
  .iconHeading {
    font-size: 34px;
    line-height: 64px;
  }
}

.base-col p {
  font-family: system-ui;
  color: #333333;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4px;
  line-height: 36px;
  margin-bottom: 0;
}

/*Section heading style-5*/
.section-heading-5 h2 {
  font-family: system-ui;
  color: #1f1f1f;
  font-size: 34px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -2.52632px;
  line-height: 44px;
  margin-bottom: 35px;
}

@media (min-width: 480px) {
  .section-heading-5 h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .section-heading-5 h2 {
    font-size: 38px;
    line-height: 54px;
  }
}

.section-heading-5 p {
  font-family: system-ui;
  color: #333333;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4px;
  line-height: 36px;
  margin-bottom: 0;
}

/*Section heading style-6*/
.section-heading-6 h2 {
  font-family: Work Sans;
  color: #1f1f1f;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -2.53px;
  line-height: 44px;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .section-heading-6 h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .section-heading-6 h2 {
    font-size: 48px;
    line-height: 56px;
  }
}

.section-heading-6 p {
  font-family: system-ui;
  color: #333333;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4px;
  line-height: 36px;
  margin-bottom: 0;
}

/*Section heading style-7*/
.section-heading-7 h2 {
  font-family: system-ui;
  color: #1f1f1f;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -5px;
  line-height: 38px;
  margin-bottom: 35px;
}

@media (min-width: 480px) {
  .section-heading-7 h2 {
    font-size: 38px;
    line-height: 42px;
  }
}

@media (min-width: 768px) {
  .section-heading-7 h2 {
    font-size: 48px;
    line-height: 52px;
  }
}

@media (min-width: 992px) {
  .section-heading-7 h2 {
    font-size: 60px;
    line-height: 64px;
  }
}

.section-heading-7 p {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: #666666;
  margin-bottom: 0;
}

/*Section heading style-8*/
.section-heading-8 h2 {
  font-family: Rubik;
  color: #1f1f1f;
  font-size: 34px;
  font-weight: 400;
  font-style: normal;

  line-height: 46px;
  margin-bottom: 35px;
}

@media (min-width: 480px) {
  .section-heading-8 h2 {
    font-size: 38px;
    line-height: 52px;
  }
}

@media (min-width: 768px) {
  .section-heading-8 h2 {
    letter-spacing: -3px;
    font-size: 48px;
    line-height: 62px;
  }
}

@media (min-width: 992px) {
  .section-heading-8 h2 {
    letter-spacing: -5px;
    font-size: 60px;
    line-height: 74px;
  }
}

.section-heading-8 p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: #666666;
  margin-bottom: 0;
}

/*Section heading style-9*/
.section-heading-v1 h2 {
  font-family: system-ui;
  color: #1f1f1f;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -2.52632px;
  line-height: 40px;
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .section-heading-v1 h2 {
    font-size: 38px;
    line-height: 46px;
  }
}

@media (min-width: 768px) {
  .section-heading-v1 h2 {
    font-size: 48px;
    line-height: 56px;
  }
}

.section-heading-v1 p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #e4e4e4;
  margin-bottom: 0;
}

/*Section heading style-10*/
.section-heading-v2 h2 {
  font-family: system-ui;
  color: #343d46;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.345px;
  line-height: 44px;
  margin-bottom: 25px;
}

@media (min-width: 480px) {
  .section-heading-v2 h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .section-heading-v2 h2 {
    font-size: 46px;
    line-height: 56px;
  }
}

.section-heading-v2 p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #323232;
  margin-bottom: 0;
}

/*Section heading style-11*/
.section-heading-v3 h2 {
  font-family: system-ui;
  color: #343d46;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.3px;
  line-height: 46px;
  margin-bottom: 25px;
}

@media (min-width: 480px) {
  .section-heading-v3 h2 {
    font-size: 38px;
    line-height: 50px;
  }
}

.section-heading-v3 p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #323232;
  margin-bottom: 0;
}

/*Section heading style-12*/
.section-heading-v4 h6 {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #5029de;
  margin-bottom: 15px;
}

.section-heading-v4 h2 {
  font-family: system-ui;
  color: #343d46;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.3px;
  line-height: 46px;
  margin-bottom: 25px;
}

@media (min-width: 480px) {
  .section-heading-v4 h2 {
    font-size: 38px;
    line-height: 50px;
  }
}

.section-heading-v4 p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #535659;
  margin-bottom: 0;
}

/*Section heading style-13*/
.section-heading-v5 h2 {
  font-family: system-ui;
  color: #2f4b6e;
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .section-heading-v5 h2 {
    font-size: 42px;
    line-height: 52px;
  }
}

.section-heading-v5 p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: #2f4b6e;
  margin-bottom: 0;
}

/*Section heading style-14*/
.section-heading-v6 h2 {
  color: #343d46;
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;

  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .section-heading-v6 h2 {
    font-size: 38px;
    line-height: 44px;
  }
}

@media (min-width: 768px) {
  .section-heading-v6 h2 {
    font-size: 48px;
    line-height: 54px;
  }
}

@media (min-width: 992px) {
  .section-heading-v6 h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.section-heading-v6 p {
  font-size: 21px;
  line-height: 32px;
  color: #343d46;
  opacity: 0.7;
  margin-bottom: 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
   Hero Area-L-17

        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.landing-17-menu .site-menu-main .nav-link-item {
  font-family: system-ui;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4px;
}

.landing-17-menu .site-menu-main .nav-link-item i {
  color: #fff;
}

.landing-17-menu .site-menu-main .sub-menu--item {
  font-family: system-ui;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4px;
}

.landing-17-menu .menu-block.active .nav-link-item i {
  color: #343d46;
}

.landing-17-menu.reveal-header .sign-in-btn {
  color: #fff !important;
}

.landing-17-menu.reveal-header .nav-link-item {
  color: #fff !important;
}

.landing-17-menu.reveal-header {
  background: #ffffff !important;
  box-shadow: 0 12px 34px -11px rgb(65 62 101 / 10%);
}

.hero-area-l .service-heading {
  font-family: system-ui;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  padding-bottom: 30px;
  letter-spacing: -0.3px;
  color: #fff;
}

.hero-area-l:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, #152649 0%, #5d6068 100%);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.8;
}

@media (min-width: 480px) {
  .hero-area-l {
    padding-top: 130px;
  }
  .hero-area-l .service-heading {
    font-family: system-ui;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 30px;
    letter-spacing: -0.3px;
    color: #fff;
  }
}

@media (min-width: 768px) {
  .hero-area-l {
    padding-top: 150px;
    padding-bottom: 75px;
  }
  .hero-area-l .service-heading {
    font-family: system-ui;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    padding-bottom: 30px;
    letter-spacing: -0.3px;
    color: #fff;
  }
}

@media (min-width: 992px) {
  .hero-area-l {
    padding-top: 155px;
    padding-bottom: 0;
  }

  .hero-area-l .hero-area-image {
    margin-bottom: -180px;
  }
}

.hero-area-l .content {
  padding-top: 5px;
}

@media (min-width: 992px) {
  .hero-area-l .content {
    padding-top: 0;
    padding-bottom: 90px;
  }
}

.hero-area-l .content h1 {
  font-family: system-ui;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 46px;
  letter-spacing: -0.3px;
  color: #fff;
}

.rotate {
  font-family: system-ui !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 26px !important;
  letter-spacing: -0.3px !important;
  color: #fff !important;
}

@media (min-width: 576px) {
  .hero-area-l .content h1 {
    font-size: 30px;
    line-height: 52px;
  }
  .rotate {
    font-size: 30px !important;
  }
  .service-heading {
    font-size: 26px;
    line-height: 52px;
  }
}

@media (min-width: 768px) {
  .hero-area-l .content h1 {
    font-size: 36px;
    line-height: 60px;
  }
  .rotate {
    font-size: 36px !important;
  }
  .service-heading {
    font-size: 30px;
    line-height: 62px;
  }
}

.hero-area-l .content p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  margin: 5px 0px 30px 0px;
}

.hero-area-l .content span {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #dbe4f1;
  display: block;
  margin-top: 10px;
}

.hero-area-l .content .btn {
  background: #24c299;
  border-radius: 3px;
  min-width: 227px;
  height: 50px;
  font-family: system-ui;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}

.hero-area-l .content .btn:hover {
  color: #c7c7c7 !important;
}

.hero-area-l .hero-area-image img {
  box-shadow: 0px 22px 74px rgba(20, 21, 24, 0.1845);
  border-radius: 5px;
}

@media (min-width: 992px) {
  .hero-area-l .hero-area-image {
    margin-bottom: -180px;
  }
}

.hero-area-v1 {
  background: url(../image/l8/cover_bg_desktop.jpg);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-top: 107px;
  padding-bottom: 60px;
  z-index: 5;
}

@media (min-width: 100px) and (max-width: 760px) {
  .hero-area-v1 {
    background: url(../image/l8/cover_bg_mobile_1.jpg);
  }
}

.hero-area-v1:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, #152649 0%, #4f525c 100%);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

@media (min-width: 480px) {
  .hero-area-v1 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .hero-area-v1 {
    padding-top: 150px;
    padding-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .hero-area-v1 {
    padding-top: 155px;
    padding-bottom: 0;
  }
}

.hero-area-v1 .content {
  padding-top: 5px;
}

@media (min-width: 992px) {
  .hero-area-v1 .content {
    padding-top: 0;
    padding-bottom: 90px;
  }
}

.hero-area-v1 .content h1 {
  font-family: system-ui;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 46px;
  letter-spacing: -0.3px;
  color: #fff;
}

@media (min-width: 576px) {
  .hero-area-v1 .content h1 {
    font-size: 40px;
    line-height: 52px;
  }
  .service-heading {
    font-size: 26px;
    line-height: 52px;
  }
}

@media (min-width: 768px) {
  .hero-area-v1 .content h1 {
    font-size: 46px;
    line-height: 60px;
  }
  .service-heading {
    font-size: 30px;
    line-height: 62px;
  }
}

.hero-area-v1 .content p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  margin: 5px 0px 30px 0px;
}

.hero-area-v1 .content span {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #dbe4f1;
  display: block;
  margin-top: 10px;
}

.hero-area-v1 .content .btn {
  background: #24c299;
  border-radius: 3px;
  min-width: 227px;
  height: 50px;
  font-family: system-ui;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}

.hero-area-v1 .content .btn:hover {
  color: #c7c7c7 !important;
}

.hero-area-v1 .hero-area-image img {
  box-shadow: 0px 22px 74px rgba(20, 21, 24, 0.1845);
  border-radius: 5px;
}

@media (min-width: 992px) {
  .hero-area-v1 .hero-area-image {
    margin-bottom: -180px;
  }
}

.intro-area-l-11 {
  
  height: 100%;
  width: 100%;

  padding-top: 107px;
  padding-bottom: 60px;
  z-index: -1;
}

.intro-area-l-11:before {
  position: absolute;
  background: url(../image/l8/world_map.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  width: 100%;
  /* background: linear-gradient(-45deg, #152649 0%, #4f525c 100%); */
  top: 40px;
  left: 0;
  z-index: -1;
  opacity: 0.1;
}

.babypepe {
  border-radius: 20%!important;
}


.hero-section-v50 {
  background: url(../image/l8/pepe/cover2.png);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-top: 107px;
  padding-bottom: 60px;
  z-index: 5;
}

.hero-section-v17 {
  background: url(../image/l8/cover_bg_desktop_large.jpg);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-top: 107px;
  padding-bottom: 60px;
  z-index: 5;
}

.hero-section-v17:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  /* background: linear-gradient(-45deg, #152649 0%, #4f525c 100%); */
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.8;
}

.hero-section-v50:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  /* background: linear-gradient(-45deg, #152649 0%, #4f525c 100%); */
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.8;
}

@media (min-width: 100px) and (max-width: 760px) {
  .hero-section-v17 {
    background: url(../image/l8/cover_bg_desktop_large.jpg);
  }
}

@media (min-width: 100px) and (max-width: 760px) {
  .hero-section-v50 {
    background: url(../image/l8/pepe/cover2.png);
  }
}

@media (min-width: 480px) {
  .hero-section-v17 {
    padding-top: 130px;
  }
  .hero-section-v50 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .hero-section-v17 {
    padding-top: 150px;
    padding-bottom: 75px;
  }

  .hero-section-v50 {
    padding-top: 150px;
    padding-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .hero-section-v17 {
    padding-top: 155px;
    padding-bottom: 0;
  }
  .hero-section-v50 {
    padding-top: 155px;
    padding-bottom: 0;
  }
}

.hero-section-v17 .content {
  padding-top: 45px;
}

.hero-section-v50 .content {
  padding-top: 45px;
}

@media (min-width: 992px) {
  .hero-section-v17 .content {
    padding-top: 0;
    padding-bottom: 90px;
  }
  .hero-section-v50 .content {
    padding-top: 0;
    padding-bottom: 90px;
  }
}

.hero-section-v17 .content h1 {
  font-family: system-ui;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.3px;
  color: #353d46;
}

.hero-section-v50 .content h1 {
  font-family: system-ui;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.3px;
  color: #353d46;
}

.rotate {
  font-family: system-ui !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  letter-spacing: -0.3px !important;
  color: #353d46 !important;
}

@media (min-width: 576px) {
  .hero-section-v17 .content h1 {
    font-size: 30px;
  }
  .hero-section-v50 .content h1 {
    font-size: 30px;
  }
  .rotate {
    font-size: 30px !important;
  }
  .service-heading {
    font-size: 26px;
    line-height: 52px;
  }
}

@media (min-width: 768px) {
  .hero-section-v17 .content h1 {
    font-size: 36px;
  }
  .hero-section-v50 .content h1 {
    font-size: 36px;
  }
  .rotate {
    font-size: 36px !important;
    line-height: 60px !important;
  }
  .service-heading {
    font-size: 30px;
    line-height: 62px;
  }
}

@media (max-width: 767px) {
  .hero-section-v17 .content h1 {
    font-size: 24px !important;
  }
  .hero-section-v50 .content h1 {
    font-size: 24px !important;
  }
  .rotate {
    font-size: 24px !important;
  }
  .service-heading {
    font-size: 30px;
    line-height: 62px;
  }
  .hero-section-v17 .content p {
    font-size: 18px !important;
  }
  .hero-section-v50 .content p {
    font-size: 18px !important;
  }
}

.hero-section-v17 .content p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #353d46;
  margin: 5px 0px 30px 0px;
}

.hero-section-v50 .content p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #353d46;
  margin: 5px 0px 30px 0px;
}

.hero-section-v17 .content .btn {
  background: #353d46;
  border-radius: 3px;
  min-width: 227px;
  height: 50px;
  font-family: system-ui;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}

.hero-section-v50 .content .btn {
  background: #353d46;
  border-radius: 3px;
  min-width: 227px;
  height: 50px;
  font-family: system-ui;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}

.hero-section-v17 .content .btn:hover {
  color: #ebe8e8 !important;
}

.hero-section-v50 .content .btn:hover {
  color: #ebe8e8 !important;
}


.marketplacebtn, .read-more {
  background: #21C19A;
  border-radius: 3px;
  min-width: 227px;
  height: 50px;
  font-family: system-ui;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}

.marketplacebtn:hover {
  color: #fff !important;
  background: #1ba885;
}


.hero-section-v17 .hero-area-image img {
  box-shadow: 0px 22px 74px rgba(20, 21, 24, 0.1845);
  border-radius: 5px;
}

.hero-section-v50 .hero-area-image img {
  /* box-shadow: 0px 22px 74px rgba(20, 21, 24, 0.1845); */
  border-radius: 5px;
}

@media (min-width: 992px) {
  .hero-section-v17 .hero-area-image {
    margin-bottom: -180px;
  }
}

.header-button-v17 .sign-in-btn {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #353d46;
  min-width: initial;
  padding: 0;
  margin-right: 20px;
}

.header-button-v17 .start-trail-btn {
  font-family: system-ui;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;

  color: #ffffff;
  min-width: 143px;
  height: 45px;
  background: #24c299;
  box-sizing: border-box;
  border-radius: 3px;
  margin-left: 15px;
}

.header-button-v17 .for-professionals {
  font-family: system-ui;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;

  color: #ffffff;
  min-width: 143px;
  height: 45px;
  background: #24c299;
  box-sizing: border-box;
  border-radius: 3px;
  margin-left: 15px;
  border: 1px solid #fff;
}

.header-button-v17 .for-professionals:hover {
  font-family: system-ui;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;

  color: #ffffff;
  min-width: 143px;
  height: 45px;
  background: #1ba17e;
  box-sizing: border-box;
  border-radius: 3px;
  margin-left: 15px;
  border: 1px solid #fff;
}

.previewButton {
  margin-top: 16px;
  font-family: system-ui;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;

  color: #ffffff;
  min-width: 143px;
  height: 45px;
  background: #24c299;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #fff;
}

.previewButton:hover {
  font-family: system-ui;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;

  color: #ffffff;
  min-width: 143px;
  height: 45px;
  background: #1ba17e;
  box-sizing: border-box;
  border-radius: 3px;
  margin-left: 15px;
  border: 1px solid #fff;
}

.header-button-v17 .signup {
  font-family: system-ui;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;

  color: #353d46;
  min-width: 43px;
  height: 45px;
  background: transparent;
  box-sizing: border-box;
  border-radius: 3px;
  margin-left: 25px;
}

.header-button-v17 .signup:hover {
  color: #353d46 !important;
}

@media (min-width: 992px) and (max-width: 1992px) {
  .content-section-v11-1 {
    padding-top: 55px !important;
  }

  .intro-area-l-11,
  .intro-area-l-13 {
    padding-bottom: 55px !important;
  }

  .content-area-l-11-3,
  .content-area-l-11-4 {
    padding-bottom: 55px !important;
  }
}

@media (min-width: 400px) and (max-width: 992px) {
  .previewButton {
    margin-top: 16px;
  }

  .intro-area-l-11,
  .intro-area-l-13 {
    padding-bottom: 5px !important;
  }

  .content-area-l-11-3 {
    padding-bottom: 5px !important;
  }

  .header-button-v17 .start-trail-btn {
    font-family: system-ui;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;

    color: #ffffff;
    min-width: 90px;
    height: 40px;
    background: #24c299;
    box-sizing: border-box;
    border-radius: 3px;
    margin-left: 10px;
  }

  .header-button-v17 .for-professionals {
    display: none;
  }

  .header-button-v17 .signup {
    font-family: system-ui;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 19px;
    text-align: center;

    color: #353d46;
    min-width: 90px;
    height: 40px;
    background: transparent;
    box-sizing: border-box;
    border-radius: 3px;
    margin-left: 20px;
  }

  .logo-light,
  .logo-dark {
    width: 147px !important;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
             Feature Area-L-17
          <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.main-features-v17 {
  padding-top: 60px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .main-features-v17 {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .main-features-v17 {
    padding-top: 110px;
    padding-bottom: 105px;
    margin-top: 180px;
  }
}

.main-features-v17 .main-features-v17-items {
  margin-bottom: -30px;
}

.main-features-v17 .main-features-v17-items .col-lg-4 {
  margin-bottom: 30px;
}

.main-features-v17 .main-features-v17-items .single-features {
  padding: 0px 30px;
}

@media (min-width: 992px) {
  .main-features-v17 .main-features-v17-items .single-features {
    padding: 0px 20px;
  }
}

@media (min-width: 1200px) {
  .main-features-v17 .main-features-v17-items .single-features {
    padding: 0px 35px;
  }
}

.main-features-v17 .main-features-v17-items .single-features .circle-dot-1 i {
  font-size: 10px;
  color: #fc5c65;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: rgba(252, 92, 101, 0.06);
  margin-bottom: 35px;
}

.main-features-v17 .main-features-v17-items .single-features .circle-dot-2 i {
  font-size: 10px;
  color: #24c299;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: rgba(80, 163, 227, 0.06);
  margin-bottom: 35px;
}

.main-features-v17 .main-features-v17-items .single-features .circle-dot-3 i {
  font-size: 10px;
  color: #a665fb;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: rgba(166, 101, 251, 0.06);
  margin-bottom: 35px;
}

.main-features-v17 .main-features-v17-items .single-features h4 {
  font-family: system-ui;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  color: #343d46;
  margin-bottom: 25px;
}

.main-features-v17 .main-features-v17-items .single-features p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  color: #323232;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .main-features-v17
    .main-features-v17-items
    .single-features.single-border:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 50%;
    height: 111px;
    transform: translateY(-50%);
    width: 1px;
    background: #e8e8ea;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
            Content Area 1-L-17
          <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.content-section-v17 {
  background: #f8fbfe;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .content-section-v17 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .content-section-v17 {
    padding-top: 130px;
    padding-bottom: 240px;
  }
}

.content-section-v17 .content-img .image-2 {
  position: absolute;
  top: 30%;
  right: 8%;
  display: none;
}

@media (min-width: 480px) {
  .content-section-v17 .content-img .image-2 {
    display: block;
  }
}

.content-section-v17 .content-img img {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.103346);
  border-radius: 5px;
  width: 100%;
}

@media (min-width: 480px) {
  .content-section-v17 .content-img img {
    width: initial;
  }
}

.content-section-v17 .content {
  padding-top: 45px;
}

@media (min-width: 480px) {
  .content-section-v17 .content {
    margin-top: 105px;
  }
}

@media (min-width: 992px) {
  .content-section-v17 .content {
    margin-top: 0;
    padding-top: 0;
  }
}

.content-section-v17 .content .btn {
  min-width: 227px;
  height: 50px;
  background: rgba(80, 227, 194, 0.14);
  mix-blend-mode: normal;
  border-radius: 3px;
  font-family: system-ui;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  margin-top: 40px;
}

.content-section-v17 .content .btn:hover {
  color: #ececec !important;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
            Content Area 2-L-17
          <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.content-section-v17-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .content-section-v17-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .content-section-v17-2 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.content-section-v17-2 .content-img .image-2 {
  position: absolute;
  top: 17%;
  right: -3%;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.343d461) -23.88%,
    #ffffff 100%
  );
  display: none;
}

@media (min-width: 480px) {
  .content-section-v17-2 .content-img .image-2 {
    display: block;
  }
}

.content-section-v17-2 .content-img img {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.103346);
  border-radius: 5px;
  width: 100%;
}

@media (min-width: 480px) {
  .content-section-v17-2 .content-img img {
    width: initial;
  }
}

.content-section-v17-2 .content {
  padding-top: 45px;
}

@media (min-width: 992px) {
  .content-section-v17-2 .content {
    padding-top: 0;
  }
}

.content-section-v17-2 .content .btn {
  min-width: 227px;
  height: 50px;
  background: rgba(80, 227, 194, 0.14);
  mix-blend-mode: normal;
  border-radius: 3px;
  font-family: system-ui;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  margin-top: 40px;
}

.content-section-v17-2 .content .btn:hover {
  color: #ececec !important;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
            Video Area-L-17
          <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.video-section-v17 {
  position: relative;
  background: url(../image/l8/video-bg-1.jpg);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 40px;
  z-index: 1;
}

.video-section-v17 h1 {
  color: #ffffff;
}

.video-section-v17:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, #152649 0%, #4f525c 100%);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}

@media (min-width: 768px) {
  .video-section-v17 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .video-section-v17 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.video-section-v17 .video-content a i {
  display: inline-block!important;
  background: #fff;
  width: 96px;
  height: 96px;
  line-height: 96px;
  border-radius: 50%;
  text-align: center;
  color: #24c299;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .video-section-v17 .video-content a i {
    margin-bottom: 55px;
  }
}

.video-section-v17 .video-content h2 {
  font-family: system-ui;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 50px;
  letter-spacing: -0.3px;
  color: #ffffff;
  margin-bottom: 20px;
}

.video-section-v17 .video-content p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  text-align: left;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
            Video Area-L-17
          <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.video-section-v18 {
  position: relative;
  background: url(../image/l8/cleaning-company.jpg);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 40px;
  z-index: 1;
}

.video-section-v18 h1 {
  color: #ffffff;
}

.video-section-v18:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, #152649 0%, #4f525c 100%);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}

@media (min-width: 768px) {
  .video-section-v18 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .video-section-v18 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.video-section-v18 .video-content a i {
  background: #fff;
  width: 96px;
  height: 96px;
  line-height: 96px;
  border-radius: 50%;
  text-align: center;
  color: #24c299;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .video-section-v18 .video-content a i {
    margin-bottom: 55px;
  }
}

.video-section-v18 .video-content h2 {
  font-family: system-ui;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 50px;
  letter-spacing: -0.3px;
  color: #ffffff;
  margin-bottom: 20px;
}

.video-section-v18 .video-content p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  text-align: left;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
            Pricing Area-L-17
          <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.pricing-section-v17 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .pricing-section-v17 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .pricing-section-v17 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.pricing-section-v17 .content {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .pricing-section-v17 .content {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .pricing-section-v17 .content {
    margin-bottom: 60px;
  }
}

.pricing-section-v17 .single-price {
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 42px 54px rgba(0, 0, 0, 0.0939481);
  border-radius: 6px;
}

.pricing-section-v17 .toggle-btn {
  margin-bottom: 40px;
}

.pricing-section-v17 .single-price {
  padding: 30px 45px 15px 45px;
}

.pricing-section-v17 .single-price .price-top span {
  font-family: system-ui;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 0.433333px;
  text-transform: uppercase;
  color: #878b90;
  display: inline-block;
  margin-bottom: 30px;
}

.pricing-section-v17 .single-price .main-price span {
  font-family: system-ui;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -1.2px;
  color: #343d46;
  display: inline-block;
  margin-right: 8px;
}

.pricing-section-v17 .single-price .main-price h2 {
  font-family: system-ui;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: -0.3px;
  color: #343d46;
  margin-top: -8px;
}

.pricing-section-v17 .single-price .main-price h2 span {
  font-family: system-ui;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: -0.3px;
  color: #343d46;
  display: inline-block;
  margin-left: 5px;
}

.pricing-section-v17 .single-price .main-price p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: -0.4px;
  color: #323232;
}

.pricing-section-v17 .single-price .price-body {
  margin-top: 25px;
}

.pricing-section-v17 .single-price .price-body ul li {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.45px;
  color: #343d46;
  margin-bottom: 8px;
}

.pricing-section-v17 .single-price .price-body ul li i {
  margin-right: 10px;
}

.pricing-section-v17 .single-price .price-body .del {
  color: #8e8e8e;
}

.pricing-section-v17 .single-price .price-body del {
  color: #8e8e8e;
}

.pricing-section-v17 .single-price .price-btn .btn {
  min-width: 227px;
  height: 50px;
  background: #24c299;
  border-radius: 3px;
  font-family: system-ui;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  margin-top: 22px;
}

.pricing-section-v17 .single-price .price-btn p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #666666;
  margin-top: 10px;
}

.pricing-section-v17
  [data-pricing-dynamic][data-value-active="yearly"]
  .dynamic-value:before {
  display: inline-block;
  content: attr(data-yearly);
}

.pricing-section-v17
  [data-pricing-dynamic][data-value-active="yearly"]
  [data-pricing-trigger] {
  background: #343d46;
}

.pricing-section-v17
  [data-pricing-dynamic][data-value-active="yearly"]
  [data-pricing-trigger]
  span {
  left: calc(100% - 24px);
}

.pricing-section-v17
  [data-pricing-dynamic][data-value-active="yearly"]
  .btn-toggle-2[data-pricing-trigger] {
  background: #343d46;
}

.pricing-section-v17
  [data-pricing-dynamic][data-value-active="yearly"]
  .btn-toggle-2[data-pricing-trigger]
  span {
  left: calc(100% - 52%);
}

.pricing-section-v17
  [data-pricing-dynamic][data-value-active="yearly"]
  .btn-toggle-2[data-pricing-trigger].active:before {
  color: #0f3d33 !important;
}

.pricing-section-v17
  [data-pricing-dynamic][data-value-active="yearly"]
  .btn-toggle-2[data-pricing-trigger].active:after {
  color: #0f3d33 !important;
}

.pricing-section-v17
  [data-pricing-dynamic][data-value-active="monthly"]
  .dynamic-value:before {
  display: inline-block;
  content: attr(data-monthly);
}

.pricing-section-v17 .btn-toggle-2[data-pricing-trigger].active:before {
  color: #0f3d33 !important;
}

.pricing-section-v17 .btn-toggle-2[data-pricing-trigger].active:after {
  color: #0f3d33 !important;
}

.pricing-section-v17 .dynamic-value:before {
  display: inline-block;
  content: attr(data-active);
}

.pricing-section-v17 .static-value:before {
  display: inline-block;
  content: attr(data-active);
}

.pricing-section-v17 .btn-toggle {
  width: 48px;
  height: 24px;
  border-radius: 17px;
  background-color: #f8f8f8 !important;
  position: relative;
  margin: 0 15px;
}

.pricing-section-v17 .btn-toggle span {
  width: 16px;
  height: 16px;
  background-color: #0f3d33;
  position: absolute;
  left: 5px;
  top: 4px;
  transition: 0.4s;
  border-radius: 500px;
  pointer-events: none;
}

.pricing-section-v17 .btn-toggle-2 {
  width: 220px;
  height: 42px;
  border-radius: 30px;
  background-color: #fff !important;
  border: 1px solid #e5e5e5 !important;
  position: relative;
  margin: 0 15px;
  z-index: 1;
}

.pricing-section-v17 .btn-toggle-2:before {
  font-family: system-ui;
  position: absolute;
  content: "Monthly";
  width: 46%;
  font-size: 12px;
  letter-spacing: -0.3px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0f3d33;
  height: 34px;
  background: transparent;
  left: 9px;
  top: 4px;
  line-height: 34px;
}

.pricing-section-v17 .btn-toggle-2:after {
  font-family: system-ui;
  position: absolute;
  content: "Yearly";
  width: 46%;
  font-size: 12px;
  letter-spacing: -0.3px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0f3d33;
  height: 34px;
  background: transparent;
  right: 9px;
  top: 4px;
  line-height: 34px;
}

.pricing-section-v17 .btn-toggle-2 .round {
  width: 50%;
  /* left: 0 !important; */
  height: 34px;
  top: 3px;
  left: 4px;
  background: #24c299;
  display: block;
  z-index: -1;
}

.pricing-section-v17 .btn-toggle-2 span {
  display: none;
}

.pricing-section-v17 .btn-toggle[data-value-active="yearly"] {
  background-color: #0f3d33 !important;
}

.pricing-section-v17 .btn-toggle[data-value-active="yearly"] span {
  left: calc(100% - 25px) !important;
}

.pricing-section-v17 .btn-toggle-square {
  height: 65px;
  display: inline-flex;
  position: relative;
  z-index: 1;
  padding: 5px;
  align-items: center;
}

.pricing-section-v17 .btn-toggle-square.bg-whisper-3:hover,
.pricing-section-v17 .btn-toggle-square.bg-whisper-3:focus {
  background: #0f3d33 !important;
}

.pricing-section-v17 .btn-toggle-square span {
  min-width: 160px;
  min-height: 50px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f3d33;
}

.pricing-section-v17 .btn-toggle-square span:first-child {
  border-radius: 10px 0 0 10px;
}

.pricing-section-v17 .btn-toggle-square span:nth-child(2) {
  border-radius: 0px 10px 10px 0;
}

.pricing-section-v17 .btn-toggle-square span.active {
  color: #fff;
  background: #0f3d33;
}

.pricing-section-v17 .popular-pricing {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .pricing-section-v17 .popular-pricing {
    margin-top: 0;
  }
}

.pricing-section-v17 .popular-pricing:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 4px;
  border-radius: 6px;
}

.pricing-section-v17 .popular-pricing.popular-pricing-3:before {
  height: 3px;
  top: -3px;
  background: #24c299;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
            Brand Area-L-17
          <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.comp-section-v17 {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .comp-section-v17 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .comp-section-v17 {
    padding-bottom: 130px;
  }
}

.comp-section-v17 .content p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #878b90;
  margin-bottom: 45px;
}

.comp-section-v17-items {
  margin: 0px -20px -45px -20px;
}

.comp-section-v17-items .single-brand {
  margin: 0px 20px 45px 20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
            Co sec-v-17
          <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.co-section-v17 {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .co-section-v17 {
    padding-bottom: 80px;
  }
}

.co-section-v17 h2 {
  font-family: system-ui;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 50px;
  letter-spacing: -0.221053px;
  color: #343d46;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .co-section-v17 h2 {
    margin-bottom: 0;
  }
}

.co-section-v17 .btn {
  background: #24c299;
  border-radius: 3px;
  min-width: 227px;
  height: 50px;
  font-family: system-ui;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}

.intro-area-l-12 .container .btn {
  background: #24c299;
  border-radius: 3px;
  min-width: 227px;
  height: 50px;
  font-family: system-ui;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}

.contact-us {
  background: #24c299;
  border-radius: 3px;
  min-width: 227px;
  height: 50px;
  font-family: system-ui;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
            Footer Area
          <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.footer-section-v17 {
  background: linear-gradient(-45deg, #152649 0%, #4f525c 100%);
  padding-top: 60px;
  padding-bottom: 35px;
}

@media (min-width: 768px) {
  .footer-section-v17 {
    padding-top: 45px;
  }
}

@media (min-width: 992px) {
  .footer-section-v17 {
    padding-top: 45px;
  }
}

.footer-section-v17 .footer-section-v17-items {
  margin-bottom: -30px;
}

.footer-section-v17 .footer-section-v17-items .col {
  margin-bottom: 30px;
}

.footer-section-v17 .footer-shape {
  position: absolute;
  top: -12px;
  left: 0;
  width: 102%;
}

@media (min-width: 480px) {
  .footer-section-v17 .footer-shape {
    top: -9px;
  }
}

@media (min-width: 992px) {
  .footer-section-v17 .footer-shape {
    top: -17px;
  }
}

@media (min-width: 1200px) {
  .footer-section-v17 .footer-shape {
    top: -30px;
  }
}

.footer-section-v17 .footer-shape img {
  width: 100%;
}

.footer-section-v17 .footer-widget p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  color: #dbe4f1;
  mix-blend-mode: normal;
  opacity: 0.7;
  margin-bottom: 30px;
}

.footer-section-v17 .footer-widget ul {
  margin-bottom: -12px;
}

.footer-section-v17 .footer-widget ul li {
  margin-bottom: 12px;
}

.footer-section-v17 .footer-widget ul li a {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 30px;
  color: #f8fbfe;
}

.cr-section-v17 {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .cr-section-v17 {
    margin-top: 70px;
  }
}

@media (min-width: 992px) {
  .cr-section-v17 {
    margin-top: 100px;
  }
}

.cr-section-v17 .copyright p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #dbe4f1;
  margin-bottom: 0;
}

.cr-section-v17 .footer-menu {
  margin: 20px 0px 30px 0px;
}

@media (min-width: 768px) {
  .cr-section-v17 .footer-menu {
    margin: 0;
  }
}

.cr-section-v17 .footer-menu ul {
  margin: 0px -10px -15px -10px;
}

.cr-section-v17 .footer-menu ul li {
  margin: 0px 10px 15px 10px;
}

.cr-section-v17 .footer-menu ul li a {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #dbe4f1;
}

.cr-section-v17 .social-icons ul {
  margin: 0px -8px 0px -8px;
}

.cr-section-v17 .social-icons ul li {
  margin: 0px 8px 0px 8px;
}

.cr-section-v17 .social-icons ul li i {
  font-size: 20px;
  color: #fff;
}

.copyright-area-l-18 {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .copyright-area-l-18 {
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .copyright-area-l-18 {
    margin-top: 0px;
  }
}

.copyright-area-l-18 .copyright p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #dbe4f1;
  margin-bottom: 0;
}

.copyright-area-l-18 .footer-menu {
  margin: 20px 0px 30px 0px;
}

@media (min-width: 768px) {
  .copyright-area-l-18 .footer-menu {
    margin: 0;
  }
}

.copyright-area-l-18 .footer-menu ul {
  margin: 0px -10px -15px -10px;
}

.copyright-area-l-18 .footer-menu ul li {
  margin: 0px 10px 15px 10px;
}

.copyright-area-l-18 .footer-menu ul li a {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #dbe4f1;
}

.copyright-area-l-18 .social-icons ul {
  margin: 0px -8px 0px -8px;
}

.copyright-area-l-18 .social-icons ul li {
  margin: 0px 8px 0px 8px;
}

.copyright-area-l-18 .social-icons ul li i {
  font-size: 20px;
  color: #fff;
}

/* ---------------------------------
-------> THEME CUSTOM STYLES 
---------------------------------
*/
.background-property {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.focus-reset:focus {
  box-shadow: none;
  outline: none;
}

.z-index-1 {
  z-index: 1;
}

@media (min-width: 1600px) {
  .off-right-xxl-1 {
    margin-right: 80px;
  }
}

@media (min-width: 480px) {
  .d-xs-flex {
    display: flex;
  }
}

@media (min-width: 480px) {
  .text-xs-start {
    text-align: start !important;
  }
}

@media (min-width: 480px) {
  .text-xs-center {
    text-align: center;
  }
}

.btn-style-01:before {
  width: 0%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 0px;
  background: #343d46;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
}

.btn-style-01:hover {
  background: none !important;
  box-shadow: none !important;
}

.btn-style-01:hover:before {
  box-shadow: 0px;
  color: #fff;
  opacity: 1;
  width: 100%;
}

/*Button Hover style 02*/
.btn-style-02:before {
  width: 0%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 20px;
  background: #343d46;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
}

.btn-style-02:hover {
  background: none !important;
  box-shadow: none !important;
}

.btn-style-02:hover:before {
  box-shadow: 0px;
  color: #fff;
  opacity: 1;
  width: 100%;
}

/*Button Hover style 03*/
.btn-style-03:before {
  width: 0%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 10px;
  background: #343d46;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
}

.btn-style-03:hover {
  background: none !important;
  box-shadow: none !important;
}

.btn-style-03:hover:before {
  box-shadow: 0px;
  color: #fff;
  opacity: 1;
  width: 100%;
}

/*Button Hover style 04*/

.btn-style-04:before {
  width: 0%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 0px;
  background: #343d46;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
}

.btn-style-04:hover {
  background: none !important;
  box-shadow: none !important;
}

.btn-style-04:hover:before {
  box-shadow: 0px;
  color: #fff;
  opacity: 1;
  width: 100%;
}

/*Button Hover style 05*/
.btn-style-05:before {
  width: 0%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 3px;
  background: #343d46;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
}

.btn-style-05:hover {
  background: none !important;
  box-shadow: none !important;
}

.btn-style-05:hover:before {
  box-shadow: 0px;
  color: #fff;
  opacity: 1;
  width: 100%;
}

/*Button Hover style 06*/
.btn-style-06 a span {
  transition: all 0.4s ease-in-out;
}

.btn-style-06 a:hover span {
  display: inline-block;
  margin-left: 5px;
}

/*Button Hover style 07*/
.btn-style-07:before {
  width: 0%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 3px;
  background: #2d947a;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
}

.btn-style-07:hover {
  background: none !important;
  box-shadow: none !important;
}

.btn-style-07:hover:before {
  box-shadow: 0px;
  color: #fff;
  opacity: 1;
  width: 100%;
}

img.vertical-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

img.horizontal-move {
  -webkit-animation: route 2s infinite alternate;
  animation: route 2s infinite alternate;
}

@-webkit-keyframes route {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}

@keyframes route {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}

img.spin {
  animation: rotate 15s linear infinite;
  -webkit-animation: rotate 15s linear infinite;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

.swing {
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform-origin: 100% 0%;
}

@-webkit-keyframes swing {
  0% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(-60deg);
  }
  100% {
    transform: rotate(30deg);
  }
}

@keyframes swing {
  0% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(-60deg);
  }
  100% {
    transform: rotate(30deg);
  }
}

.swing-2 {
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform-origin: 100% 0%;
}

@keyframes swing {
  0% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(-40deg);
  }
  100% {
    transform: rotate(20deg);
  }
}

/*Image Hover style 01*/
.image-hover-style-01 {
  border-radius: 10px;
}

.image-hover-style-01 img {
  transition: all 0.4s ease-in-out;
}

.image-hover-style-01 img:hover {
  transform: scale(1.2);
  transition: all 1s ease-out;
  filter: brightness(0.7);
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
Content Area-1 base
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.content-area-main-b {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mapsContainer {
  width: 100%;
  padding-right: 8px;
}

.businessDescriptionContainer {
  padding-bottom: 10px;
}

.openingHoursContainer {
  width: 100%;
}

.content-area-main-b .address {
  padding-bottom: 10px;
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -1.4px;
  color: #343d46;
}

.content-area-main-b ul {
  margin-top: 50px;
  margin-bottom: -20px;
}

.content-area-main-b ul li {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -1.4px;
  color: #343d46;
  margin-bottom: 20px;
}

.content-area-main-b ul li i {
  color: #24c299;
  margin-right: 20px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .content-area-main-b {
    padding-top: 10px;
  }
}

@media (min-width: 992px) {
  .content-area-main-b {
    padding-top: 25px;
  }
}

.content-area-main-b .content {
  padding-top: 25px;
}

@media (min-width: 992px) {
  .content-area-main-b .content {
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .content-area-main-b .content {
    padding-right: 55px;
  }
}

@media (min-width: 1600px) {
  .content-area-main-b .content {
    padding-right: 50px;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
Content Area-1 L-11-1
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.content-section-v11-1 {
  padding-top: 30px;
}

.mapDropdown {
  padding-top: 12px;
  padding-bottom: 12px;
  max-width: 400px;
}

.mapsContainer {
  width: 100%;
}

.content-section-v11-1 .address {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -1.4px;
  color: #343d46;
}

.content-section-v11-1 ul {
  margin-top: 50px;
  margin-bottom: -20px;
}

.content-section-v11-1 ul li {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -1.4px;
  color: #343d46;
  margin-bottom: 20px;
}

.content-section-v11-1 ul li i {
  color: #24c299;
  margin-right: 20px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .content-section-v11-1 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .content-section-v11-1 {
    padding-top: 130px;
  }
}

.content-section-v11-1 .content {
  padding-top: 45px;
}

@media (min-width: 992px) {
  .content-section-v11-1 .content {
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .content-section-v11-1 .content {
    padding-right: 55px;
  }
}

@media (min-width: 1600px) {
  .content-section-v11-1 .content {
    padding-right: 50px;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Content Area-1 L-11-2
                <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.content-section-v12-1 {
  padding-top: 50px;
  padding-bottom: 42px;
}

@media (min-width: 768px) {
  .content-section-v12-1 {
    padding-top: 70px;
    padding-bottom: 62px;
  }
}

@media (min-width: 992px) {
  .content-section-v12-1 {
    padding-top: 95px;
    padding-bottom: 80px;
  }
  .standout{
    margin-top: -125px;
  }
}

.content-section-v12-1 .section-heading-5 h2 {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .content-section-v12-1 .section-heading-5 h2 {
    margin-bottom: 60px;
  }
}

.content-section-v12-1 .content {
  padding-top: 45px;
}

@media (min-width: 992px) {
  .content-section-v12-1 .content {
    padding-top: 0;
  }
}

.content-section-v12-1 .content h5 {
  font-family: "Gothic A1";
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #343d46;
}

.content-section-v12-1 .content p {
  font-family: system-ui;
  color: #333333;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4px;
  line-height: 36px;
  margin-bottom: 0;
}

.content-section-v12-1 .content .content-l-11-3-card {
  border: 1px solid #e5e5e5 !important;
  border-radius: 5px;
  padding: 20px 35px 20px 35px;
  margin-bottom: 15px;
  align-items: end;
}

.content-section-v12-1 .content .content-l-11-3-card svg {
  margin-right: 25px;
}

.content-section-v12-1 .content .content-l-11-3-card img {
  margin-right: 25px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Content Area-1 L-11-2
                <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.content-section-v13-1 {
  padding-top: 10px;
  padding-bottom: 42px;
}

@media (min-width: 768px) {
  .content-section-v13-1 {
    padding-top: 10px;
    padding-bottom: 62px;
  }
}

@media (min-width: 992px) {
  .content-section-v13-1 {
    padding-top: 5px;
    padding-bottom: 110px;
  }
}

.content-section-v13-1 .section-heading-5 h2 {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .content-section-v13-1 .section-heading-5 h2 {
    margin-bottom: 60px;
  }
}

.content-section-v13-1 .content {
  padding-top: 45px;
}

@media (min-width: 992px) {
  .content-section-v13-1 .content {
    padding-top: 0;
  }
}

.content-section-v13-1 .content h5 {
  font-family: "Gothic A1";
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #343d46;
}

.content-section-v13-1 .content p {
  font-family: system-ui;
  color: #333333;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4px;
  line-height: 36px;
  margin-bottom: 0;
}

.content-section-v13-1 .content .content-l-11-3-card {
  border: 1px solid #e5e5e5 !important;
  border-radius: 5px;
  padding: 20px 35px 20px 35px;
  margin-bottom: 15px;
  align-items: end;
}

.content-section-v13-1 .content .content-l-11-3-card svg {
  margin-right: 25px;
}

.content-section-v13-1 .content .content-l-11-3-card img {
  margin-right: 25px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Content Area-1 L-11-2
                <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.content-section-v11-10 {
  padding-top: 0px;
}

@media (min-width: 768px) {
  .content-section-v11-10 {
    padding-top: 10px;
  }
}

@media (min-width: 992px) {
  .content-section-v11-10 {
    padding-top: 5px;
  }
}

.content-section-v11-10 .section-heading-5 h2 {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .content-section-v11-10 .section-heading-5 h2 {
    margin-bottom: 60px;
  }
}

.content-section-v11-10 .content {
  padding-top: 45px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .content-section-v11-10 .content {
    padding-top: 0;
  }
}

.content-section-v11-10 .content h5 {
  font-family: "Gothic A1";
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #343d46;
}

.content-section-v11-10 .content p {
  font-family: system-ui;
  color: #333333;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4px;
  line-height: 36px;
  margin-bottom: 0;
}

.content-section-v11-10 .content .content-l-11-3-card {
  border: 1px solid #e5e5e5 !important;
  border-radius: 5px;
  padding: 20px 35px 20px 35px;
  margin-bottom: 15px;
  align-items: end;
}

.content-section-v11-10 .content .content-l-11-3-card svg {
  margin-right: 25px;
}

.content-section-v11-10 .content .content-l-11-3-card img {
  margin-right: 5px;
}

.contact-img {
  float: right;
  width: 100%;
}

@media (min-width: 1400px) {
  .contact-img {
    width: 600px !important;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
  Content Area-L-11 3
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.content-area-l-11-3 {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .content-area-l-11-3 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .content-area-l-11-3 {
    padding-bottom: 130px;
  }
}

.content-area-l-11-3 .content {
  padding-top: 45px;
}

@media (min-width: 992px) {
  .content-area-l-11-3 .content {
    padding-top: 0;
  }
}

.content-area-l-11-3 ul {
  margin-top: 50px;
  margin-bottom: -20px;
}

.content-area-l-11-3 ul li {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -1.4px;
  color: #343d46;
  margin-bottom: 20px;
}

.content-area-l-11-3 ul li i {
  color: #24c299;
  margin-right: 20px;
  font-size: 18px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
  Content Area-L-11 4
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.content-area-l-11-4 {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .content-area-l-11-4 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .content-area-l-11-4 {
    padding-bottom: 130px;
  }
}

.content-area-l-11-4 .content {
  padding-top: 45px;
}

@media (min-width: 992px) {
  .content-area-l-11-4 .content {
    padding-top: 0;
  }
}

.content-area-l-11-4 ul {
  margin-top: 50px;
  margin-bottom: -20px;
}

.content-area-l-11-4 ul li {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -1.4px;
  color: #343d46;
  margin-bottom: 20px;
}

.content-area-l-11-4 ul li i {
  color: #24c299;
  margin-right: 20px;
  font-size: 18px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
  Feature Area-L-11 1
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.feature-l-11 {
  background: #343d46;
  padding-top: 55px;
  padding-bottom: 40px;
}

.feature-l-14 {
  background: #343d46;
  padding-top: 15px;
  padding-bottom: 15px;
}

.feature-l-15 {
  background: #343d46;
  padding-top: 65px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .feature-l-11 {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .feature-l-11 {
    padding-top: 145px;
    padding-bottom: 110px;
  }
}

.feature-l-11 .section-heading-5 {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .feature-l-11 .section-heading-5 {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .feature-l-11 .section-heading-5 {
    padding-bottom: 80px;
  }
}

.feature-l-11 .section-heading-5 h2 {
  color: #fff;
}

.feature-l-11 .section-heading-5 p {
  color: rgba(255, 255, 255, 0.9);
}

.feature-l-11-items {
  margin-bottom: -37px;
}

.feature-l-11-items .col-md-6 {
  margin-bottom: 37px;
}

.feature-l-11-items .icon-box {
  margin-right: 25px;
}

.feature-l-11-items .icon-box i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #24c299;
  border-radius: 5px;
  color: #fff;
  font-size: 30px;
}

@media (min-width: 1600px) {
  .feature-l-11-items .content-body {
    padding-right: 60px;
  }
}

.feature-l-11-items .content-body h5 {
  font-family: system-ui;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;

  color: #ffffff;
}

.feature-l-11-items .content-body p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #bbc6d2;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
  Intro Area-L-11 1
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.intro-area-l-11 {
  padding-top: 75px;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .intro-area-l-11 {
    padding-top: 75px;
    padding-bottom: 95px;
  }
}

@media (min-width: 992px) {
  .intro-area-l-11 {
    padding-top: 225px;
    padding-bottom: 0px;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
  Intro Area-L-12 1
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.intro-area-l-12 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .intro-area-l-12 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .intro-area-l-12 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
  Intro Area-L-13 1
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.intro-area-l-13 {
  padding-top: 25px;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .intro-area-l-13 {
    padding-top: 25px;
    padding-bottom: 95px;
  }
}

@media (min-width: 992px) {
  .intro-area-l-13 {
    padding-top: 25px;
    padding-bottom: 0px;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
  Search Area-L-11 1
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.search-area-l-11 {
  width: 100%;
  padding-top: 60px;
  padding-right: 15px;
  padding-left: 15px;
  display: none;
  z-index: 1 !important;
}

.search-area-l-11 h3 {
  font-size: 26px;
  color: #343d46;
  font-weight: 700;
  text-align: left;
  padding-bottom: 30px;
  padding-left: 30px;
}

.searchResults,
.noSearchResults {
  text-align: center;
  padding-bottom: 30px;
  margin: 0 auto;
}

.searching {
  display: none;
  text-align: left;
  padding-bottom: 30px;
  padding-left: 30px;
}
#searchCol {
  padding-bottom: 30px;
}

.searchCard {
  cursor: pointer;
  margin: 0px auto;
  z-index: 1 !important;
}

.searchCard {
  transition: transform 0.5s;
}
.searchCard::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  content: "";
  opacity: 0;
  z-index: -1;
}
.searchCard:hover,
.searchCard:focus {
  transform: scale3d(1.006, 1.006, 1);
}
.searchCard:hover::after,
.searchCard:focus::after {
  opacity: 1;
}

.customersCard {
  cursor: pointer;
  margin: 0px auto;
  z-index: 1 !important;
  border: 1px solid rgb(170, 170, 170) !important;
  transition: transform 0.5s;
  height: 380px !important;
}

.customersCard::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
  content: "";
  opacity: 0;
  z-index: -1;
}
.customersCard:hover,
.customersCard:focus {
  transform: scale3d(1.006, 1.006, 1);
}
.customersCard:hover::after,
.customersCard:focus::after {
  opacity: 1;
}

.customersCard .card-title {
  font-size: 15px;
}

.customersCard .card-text {
  font-size: 12px;
}

.templatesCard {
  cursor: pointer;
  margin: 0px auto;
  z-index: 1 !important;
  border: 1px solid rgb(170, 170, 170) !important;
  transition: transform 0.5s;
  height: 320px !important;
}

.templatesCard::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
  content: "";
  opacity: 0;
  z-index: -1;
}
.templatesCard:hover,
.templatesCard:focus {
  transform: scale3d(1.006, 1.006, 1);
}
.templatesCard:hover::after,
.templatesCard:focus::after {
  opacity: 1;
}

.templatesCard .card-title {
  font-size: 15px;
}

.templatesCard .card-text {
  font-size: 12px;
}

@media (min-width: 200px) and (max-width: 1200px) {
  .search-area-l-11 h3 {
    font-size: 24px;
    color: #343d46;
    font-weight: 700;
    padding-left: 0px;
    text-align: left;
  }
}

@media (min-width: 200px) and (max-width: 482px) {
  .previewButton {
    margin-top: 16px;
    margin-left: 0px !important;
  }

  .header-button-v17 .for-professionals {
    display: none !important;
  }

  .customersCard {
    width: auto !important;
    height: 290px !important;
  }
  .customersCard .average_rating {
    flex: 0 0 100%;
    zoom: 80%;
  }

  .customersCard .rating_count {
    display: none;
  }

  .customersCard .card-text {
    display: none;
  }

  .customersCard .card-title {
    font-size: 13px;
  }

  .templatesCard {
    width: auto !important;
    height: 240px !important;
  }

  .templatesCard .average_rating {
    flex: 0 0 100%;
    zoom: 80%;
  }

  .templatesCard .card-title {
    font-size: 13px;
  }
}

@media (min-width: 120px) and (max-width: 700px) {
  .search-area-l-11 h3 {
    font-size: 20px;
    color: #343d46;
    font-weight: 700;
    padding-left: 0px;
    text-align: left;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
  Category Area-L-11 1
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.category-area-l-11 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 1 !important;
}

.category-area-l-11 h3 {
  font-size: 26px;
  color: #343d46;
  font-weight: 700;
  text-align: left;
  padding-bottom: 30px;
  padding-left: 30px;
}

.category-area-l-11 .single-slide {
  text-decoration: none !important;
}

.category-name {
  font-size: 16px;
  color: #343d46;
  font-weight: 400;
  text-align: center;
  display: block;
  padding-top: 10px;
}

.category-slider-l-11 .l-11-slide-btn {
  cursor: pointer;
}

.category-slider-l-11 .l-11-slide-btn.slick-prev {
  position: absolute;
  top: 44%;
  left: 0%;
  z-index: 999 !important;
}

.category-slider-l-11 .l-11-slide-btn.slick-next {
  position: absolute;
  top: 44%;
  right: 0%;
  z-index: 999 !important;
}

.card-holder {
  width: 160px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.category-card {
  padding: 5px;
  z-index: 1 !important;
}

.category-card {
  transition: transform 0.5s;
}

.category-card:hover,
.category-card:focus {
  transform: scale3d(1.006, 1.006, 1);
}
.category-card:hover::after,
.category-card:focus::after {
  opacity: 1;
}

.category-slider-l-11 .category-card img {
  margin: 0 auto;
  padding-top: 2px;
  width: 160px;
  height: 160px;
  z-index: 1 !important;
}

@media (min-width: 120px) and (max-width: 592px) {
  .category-slider-l-11 .category-card img {
    width: 130px;
    height: 130px;
  }
  .card-holder {
    width: 130px;
  }
}

@media (min-width: 700px) and (max-width: 1200px) {
  .category-area-l-11 h3 {
    font-size: 24px;
    color: #343d46;
    font-weight: 700;
    padding-left: 0px;
    text-align: left;
  }
}

@media (min-width: 120px) and (max-width: 700px) {
  .category-area-l-11 h3 {
    font-size: 20px;
    color: #343d46;
    font-weight: 700;
    padding-left: 0px;
    text-align: left;
  }
}

.category-slider-l-11 .category-card {
  cursor: pointer;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
  Testimonial Area-L-11 1
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.testimonial-area-l-11 {
  padding-top: 25px;
  padding-bottom: 10px;
}



.testimonial-area-l-11 .section-heading-5 {
  padding-bottom: 40px;
}


.testimonial-slider-l-11 {
  padding: 0px 50px;
}

.testimonial-slider-l-11 .l-11-slide-btn {
  cursor: pointer;
}

.testimonial-slider-l-11 .l-11-slide-btn.slick-prev {
  position: absolute;
  top: 50%;
  left: 0%;
}

.testimonial-slider-l-11 .l-11-slide-btn.slick-next {
  position: absolute;
  top: 50%;
  right: 0;
}

@media (min-width: 992px) {
  .testimonial-slider-l-11 .testimonial-card {
    padding: 0px 41px;
  }
}

@media (min-width: 1600px) {
  .testimonial-slider-l-11 .testimonial-card {
    padding: 0px 50px;
  }
}

.testimonial-slider-l-11 .testimonial-card p {
  font-family: system-ui;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.4px;
  color: #333333;
}

.testimonial-slider-l-11 .testimonial-card .user-details {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .testimonial-slider-l-11 .testimonial-card .user-details {
    margin-top: 60px;
  }
}

.testimonial-slider-l-11 .testimonial-card .user-details img {
  margin-right: 22px;
}

.testimonial-slider-l-11 .testimonial-card .user-details h5 {
  font-family: system-ui;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  color: #343d46;
}

.testimonial-slider-l-11 .testimonial-card .user-details span {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: -0.642857px;
  color: #666666;
}

.customers-slider-l-11 {
  padding: 0px 50px;
}

.customers-slider-l-11 .l-11-slide-btn {
  cursor: pointer;
}

.customers-slider-l-11 .l-11-slide-btn.slick-prev {
  position: absolute;
  top: 50%;
  left: 0%;
}

.customers-slider-l-11 .l-11-slide-btn.slick-next {
  position: absolute;
  top: 50%;
  right: 0;
}

.templates-slider-l-11 {
  padding: 30px 50px;
}

.templates-slider-l-11 .l-11-slide-btn {
  cursor: pointer;
}

.templates-slider-l-11 .l-11-slide-btn.slick-prev {
  position: absolute;
  top: 50%;
  left: 0%;
}

.templates-slider-l-11 .l-11-slide-btn.slick-next {
  position: absolute;
  top: 50%;
  right: 0;
}

@media (min-width: 992px) {
  .customers-slider-l-11 .customers-card {
    padding: 0px 41px;
  }
}

@media (min-width: 1600px) {
  .customers-slider-l-11 .customers-card {
    padding: 0px 50px;
  }
}

.customers-slider-l-11 .customers-card p {
  font-family: system-ui;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.4px;
  color: #333333;
}

.customers-slider-l-11 .customers-card .user-details {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .customers-slider-l-11 .customers-card .user-details {
    margin-top: 60px;
  }
}

.customers-slider-l-11 .customers-card .user-details img {
  margin-right: 22px;
}

.customers-slider-l-11 .customers-card .user-details h5 {
  font-family: system-ui;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  color: #343d46;
}

.customers-slider-l-11 .customers-card .user-details span {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: -0.642857px;
  color: #666666;
}

.apps-btn {
  margin: 0px -6px -10px -6px;
}

.apps-btn a {
  margin: 0px 6px 10px 6px;
  display: inline-block;
}

.apps-btn img {
  width: 200px;
  height: 60px;
}

.social-links-container {
  width: 150px;
  margin: 0 auto;
  padding-bottom: 20px;
  display: flex;
}
.social-links-container > div {
  flex: 1; /*grow*/
}
.socialLink > a {
  color: #fff !important;
}
.socialLink > a > i {
  font-size: 25px;
  color: #fff;
}

.rating_container_page {
  padding-bottom: 20px;
  display: none;
}

.user-rating {
  padding-bottom: 8px;
}

.reviewDate {
  font-size: 12px;
  color: #545555;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.average_rating_page,
.average_rating_user {
  display: inline-flex;
}

.rating_count_page {
  font-size: 20px;
  color: #fff;
  padding-left: 8px;
  display: inline-flex;
  position: relative;
  top: 4px;
}

.rating_container {
  padding-bottom: 14px;
  display: flex;
}

.average_rating {
  flex: 0 0 76%;
}

.rating_count {
  font-size: 14px;
  position: relative;
  top: 8px;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%;
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888);
}

.servicesSection,
.gallerySection,
.reviewsSection {
  padding-top: 35px !important;
}

.gallerySection {
  padding-bottom: 50px;
}

.servicesContainer,
.reviewsContainer {
  width: 100%;
  padding: 0px;
}

.card {
  background: #fff;
  margin-bottom: 30px;
  transition: 0.5s;
  border: 0;
  border-radius: 0.1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  box-shadow: none;
  cursor: pointer;
}
.card .body {
  font-size: 14px;
  color: #424242;
  padding: 20px;
  font-weight: 400;
}
.service-page .service-header {
  position: relative;
}

.list-group-item.active {
  background-color: #343d46 !important;
  border-color: #343d46 !important;
}

.viewMoreReviews {
  text-decoration: none;
  font-size: 18px;
  padding: 13px;
  font-weight: bold;
  float: right;
  cursor: pointer;
  color: #343d46;
}

.service-image img,
.review-image img {
  border-radius: 50% !important;
  width: 65px;
  height: 65px;
  border: 3px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

@media (min-width: 320px) and (max-width: 570px) {
  .service-image,
  .review-image {
    padding-bottom: 20px;
  }
  .gallerySection {
    margin-top: -34px;
  }
  .service-image,
  .review-image {
    padding-bottom: 20px;
  }
  h4 {
    font-size: 15px;
  }
  .packagePrice {
    font-size: 14px;
    top: 1px !important;
  }
}

.service-page .service-header .social-icon a {
  margin: 0 5px;
}

.service-page .service-sub-header {
  min-height: 60px;
  width: 100%;
}

.service-page .service-sub-header ul.box-list {
  display: inline-table;
  table-layout: fixed;
  width: 100%;
  background: #eee;
}

.service-page .service-sub-header ul.box-list li {
  border-right: 1px solid #e0e0e0;
  display: table-cell;
  list-style: none;
}

.service-page .service-sub-header ul.box-list li:last-child {
  border-right: none;
}

.service-page .service-sub-header ul.box-list li a {
  display: block;
  padding: 15px 0;
  color: #424242;
}

/*  hwbook tab */
div.hwbook-tab-container {
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 20px;
  margin-left: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.hwbook-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.hwbook-tab-menu div.list-group {
  margin-bottom: 0;
}
div.hwbook-tab-menu div.list-group > a {
  margin-bottom: 0;
  color: inherit;
  text-decoration: none;
}
div.hwbook-tab-menu div.list-group > a,
div.hwbook-tab-menu div.list-group > a .glyphicon,
div.hwbook-tab-menu div.list-group > a .fa {
  color: #343d46;
}
div.hwbook-tab-menu div.list-group > a:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.hwbook-tab-menu div.list-group > a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.hwbook-tab-menu div.list-group > a.active,
div.hwbook-tab-menu div.list-group > a.active .glyphicon,
div.hwbook-tab-menu div.list-group > a.active .fa {
  background-color: #343d46;
  color: #ffffff;
}
div.hwbook-tab-menu div.list-group > a.active:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #343d46;
}

div.hwbook-tab-content {
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 10px;
  padding-top: 10px;
}

div.hwbook-tab div.hwbook-tab-content:not(.active) {
  display: none;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer {
  display: block;
}

.thumb {
  margin-top: 15px;
  margin-bottom: 15px;
}

.btn-secondary {
  color: #fff;
  background-color: #24c299 !important;
}

.packagePrice {
  float: right;
  font-weight: bold;
  position: relative;
  top: 5px;
  color: #404850;
}

#image-gallery-image {
  width: 100%;
}

.cardBody:hover {
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 108px 167px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.15);
}

.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front,
.rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;

  -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
  -o-transform: rotateY(180deg) translate3d(0, 0, 0);
  transform: rotateY(180deg) translate3d(0, 0, 0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
  -o-transform: rotateX(180deg) translate3d(0, 0, 0);
  transform: rotateX(180deg) translate3d(0, 0, 0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}
/*# sourceMappingURL=maps/main.css.map */
