/*
    Theme Name: Multi-teema
    Version: 1
    Description: Teema
    Author: KotisivuX
*/

:root {  
  --higlight-color: #012f6e;
  --hover-color: #4952a0;
  --button-color: #272727;
  --light-text-color: #4d4d4d;
  --title-color-one: #343434;
  --title-color-two: #343434;
  --title-color-third: #3f3f3f;
  --bg-color:#6a5dcf;
  --header: #f2f0ee;
  --menu-color: #343434;
  --font-raleway: 'Inter',sans-serif;
  --swiper-pagination-color: #786095;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-navigation-color: rgb(127, 132, 170);
  --swiper-pagination-fraction-color: var(--title-color-one);
}
.site-width {
  max-width: 2200px !important;
  width: calc(100% - 22%) !important;
}

html {
    margin:0 !important;
  scroll-behavior: smooth !important;
    color: #3f3f3f;
    box-sizing: border-box;
}

h2{
  font-size: 48px;
  font-weight: 500;
  color: #343434;
}
.heading-h h2 {
  letter-spacing: -1px;
}
h3 {
  font-size: 24px;
  font-weight: 600;
  color: #343434;
  line-height: 1.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}
* {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a:focus,a:visited,a:active {
  outline: none;
  box-shadow: none;
}
body {
    text-align: left;
    margin: 0;
    background-color: #f5f2f0;
    min-height: 101vh;
    position: relative;
    font-family: 'Inter',sans-serif;
    font-weight: 300;
}

/* dm-sans-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('css/fonts/dm-sans-v14-latin-regular.woff2') format('woff2'); 
}


/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(css/fonts/Inter.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

a {
    color: var(--title-color-one);
    text-decoration: none;
}

h1 {
  text-align: center;
  color: var(--title-color-one);
  margin: 12px 0 24px 0;
  font-size: 60px;
  line-height: 1.2;
  font-family: var(--font-raleway);
  font-weight: 600;
}
.hero-first h1 {
  letter-spacing: -2px;
}

img {
    display: block;
    margin: 0;
    transform: translateZ(0);
    image-rendering: -webkit-optimize-contrast;
    text-indent:-9999px;
    color: transparent;
}
#header {
  height: 76px;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.logged-in #header {
  margin-top: 32px;
}
.inner_header {
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  position: relative;
  padding: 0px 64px;
  max-width: calc(78% + 128px);
}

.header-logo {
    position: absolute;
    left: 64px;
}

.header-logo a img {
  max-width: 148px;
  height: auto;
  max-height: 38px;
  width: auto;
  transition: 0.5s;
}
.white-logo {
  display: none;
}
.top-link-bar {
  display: flex;
  height: 32px;
  justify-content: end;
  gap: 22px;
  padding: 0 20px;
  background-color: #2e2e2e;
}
.action-wrapper {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  top: 32px;
  display: flex;
  z-index: 999;
  width: 243px;
  background-color: #fff;
  border-radius: 6px;
  font-size: 14px;
  right: 154px;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
.action-right {
  background-color: var(--header);
  padding: 12px;
  border-radius: 6px;
}
.log-out-btn {
  color: red;
}
.action-item-right {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 24px;
}
.action-right .action-item {
  display: flex;
  padding: 12px;
  gap: 0 20px;
  border-radius: 8px;
}
.action-right .action-item a {
  color: var(--light-text-color);
  padding: 5px 8px;
  border-radius: 6px;
  font-size: 12px;
}
.action-right .action-item a:hover {
  background-color: #dee2ff;
}
.action-item-right a {
  min-width: 90px;
  padding: 4px 20px;
}
.action-wrapper.action-second {
  top: 44px;
  width: unset;
}
.action-item-right a:hover {
  background-color: #fff;
  border-radius: 8px;
}
.action-second .action-left {
  width: 208px;
}
.support-link:hover ~ .action-second, .action-second:hover, .action-right:hover {
  opacity: 1;
  visibility: visible;
}
.openlogin, .myacc {
  line-height: 36px;
  color: #fff !important;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  width: 98px;
  position: relative;
}
.openlogin::after {
  border: solid var(--menu-color);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  left: 53px;
  transition: 0.3s;
  z-index: 0;
  opacity: 0;
}
.openlogin:hover::after {
  left: 58px;
  opacity: 1;
}
.log-in-second, .open-menu {
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 12px 12px 11px;
  border-radius: 10px;
  color: var(--menu-color);
  font-weight: 400;
}
.log-in-second:hover {
  text-decoration: underline;
}
.log-in-second.active {
  border-radius: 3px;
}
.trial {
  font-size: 16px;
  padding: 10px 8px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  background-color: var(--button-color);
  color: #fff;
  z-index: 2;
  transition: 0s;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  background-image: linear-gradient(#000,#292929);
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0,0,0,.31),inset 0 2px 1px rgba(255,255,255,.5) !important;
}
.page-template-create-trial .trial {
  opacity: 0.5;
}
.trial img {
  filter: invert(65%) sepia(15%) saturate(2072%) hue-rotate(92deg) brightness(101%) contrast(83%);
  transition: 0.3s;
}
.trial:hover img, .trial.active:hover img {
  transition: 0.5s;
  filter: invert(97%) sepia(10%) saturate(6956%) hue-rotate(314deg) brightness(108%) contrast(108%);
}
.trial.bottom-second:hover img {
  transition: 0.5s;
  transform: translate(2px, -2px);
}
.trial.bottom-second:hover {
    text-decoration: underline;
}
.trial.active {
  padding: 9px 8px;
}
.trial:hover {
  text-decoration: underline;
}
.trial.active .zzz {
  stroke: #fff;
}
.username-header {
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 13px;
  line-height: 32px;
  margin-left: 20px;
}
.logged-in .openlogin {
  display: none;
}
.active-sticky {
  position: absolute;
  top: 15px;
  width: 100%;
  height: 50px;
}
.logged-in .active-sticky {
  top: 81px;
}
#header.header-sticky {
  background-color: var(--header);
  top: 0px;
  position: fixed !important;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  height: 40px;
  margin-top: 0;
  z-index: 101;
}
.header-logo.fixed-logo img {
  max-height: 20px;
  background-color: transparent !important;
}
.inner_header-active {
  height: 40px;
}
.button-wrapper {
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: center;
}
.text-align-center {
  text-align: center !important;
}
.header-menu {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  z-index: 4;
}
.primary-navigation {
  position: relative;
}
.primary-navigation.hide-mobile {
    width: 100%;
}

.menu-navigation-container {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 28px;
  align-items: center;
}
.menu-item {
  list-style-type: none;
  display: inline-block;
  font-size: 18px;
}
.menu-item a {
  line-height: 36px;
}
.menu-navigation-container .active.menu-item a {
  border-bottom: 1px solid #3e28b5;
}
.menu-navigation-container .menu-item a {
  font-size: 15px;
  line-height: 28px;
  color: var(--menu-color);
  padding: 0 0 1px 0;
  font-weight: 400;
}
.menu-navigation-container .menu-item a:hover {
  border-bottom: 1px solid #3e28b5;
}
.sub-menu li a {
  line-height: 28px !important;
  text-align: left !important;
  font-size: 13px !important;
  color: var(--menu-color) !important;
  width: 100%;
  display: inline-block;
  padding: 10px 16px !important;
}
.open-menu {
  position: relative;
  padding: 0 10px 0 0;
  cursor: pointer;
}
.menu-navigation-container .menu-item.open-menu:hover a:hover {
  border-bottom: unset;
}
.open-menu::after {
  border: solid var(--menu-color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 6px;
  right: -2px;
  transition: 0.4s;
  z-index: 0;
}
.open-menu:hover:after, .hidden-menu:hover .open-menu:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.hidden-items {
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 48px;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(-20deg);
  transition: transform 0.5s ease;
  display: flex;
  gap: 12px 20px;
  flex-wrap: wrap;
  padding: 28px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border: 1px solid #e5e7eb;
  z-index: 3;
}
.inner_header-active .hidden-items {
  top: 43px;
}
.hidden-items::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  height: 14px;
  background-color: transparent;
  border-top: 38px solid transparent;
}
.open-menu:hover + .hidden-items, .hidden-items:hover, .hidden-items:hover::before {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0deg);
}
.hidden-item {
  width: calc(50% - 10px);
  display: flex;
  gap: 8px;
  padding: 12px;
}
.item-icon {
  filter: invert(65%) sepia(15%) saturate(2072%) hue-rotate(92deg) brightness(101%) contrast(83%);
}
.hidden-item:hover {
  background-color: #f7f7f7;
}
.hidden-item h3 {
  font-weight: 500;
  font-size: 15px;
  margin: 4px 0 -4px;
  color: var(--menu-color);
}
.hidden-item p {
  font-size: 14px;
  color: var(--light-text-color);
}
.top-menu li a {
  font-size: 15px !important;
}
.sub-menu li a:hover, .menu-item-has-children a:hover {
  background-color: #F0F3FF !important;
}
.home .home-item a, .page-template-presentation .presentation-item a, .page-template-themes .themes-item a, .page-template-pricing .pricing-item a, .page-template-appointment .appointment-item a, .page-template-faq .ukk-item a {
  color: var(--bg-color);
  display: inline-block;
}
.menu-navigation-container {
    display: flex;
  justify-content: center;
}
.header-right {
  position: absolute;
  right: 64px;
  width: 846px;
  display: flex;
  justify-content: end;
}
.header-right-inner {
  display: flex;
  gap: 8px;
  align-items: center;
}
.logged-in .header-right-inner {
  gap: 34px;
}
.support-link {
  height: 28px;
  width: 54px;
  border-radius: 50%;
  padding: 4px;
  margin: 0;
  position: absolute;
  right: 212px;
  top: -135px;
  cursor: pointer;
  height: 50px;
  transition: 0s;
  display: none;
  z-index: 122;
}
.logged-in .support-link {
  display: block;
}
.support-link.active {
  top: 6px;
  transition: 0.5s;
}
.support-link img {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}
.menu > .menu-item-488:hover a {
  color: #000 !important;
}
.sub-menu > .menu-item:hover a {
  border-radius: unset !important;
}
.menu-item-has-children a:hover {
  background-color: unset !important;
}
.action-container:after {
  border: solid var(--menu-color);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 14px;
  right: 0px;
  transition: 0.3s;
  z-index: 0;
}
.action-container:hover:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.action-container:after:hover {
  visibility: visible;
  top: 0px;
}
#menu-item-custom:after {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 14px;
  right: -1px;
  transition: 0.3s;
  z-index: 0;
}
#menu-item-custom:hover:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#menu-item-custom:after:hover {
  visibility: visible;
  top: 0px;
}
.menu-item-has-children:hover > .sub-menu, #menu-item-custom:hover > .sub-menu {
  visibility: visible;
  top: 0px;
  opacity: 1;
}
.sub-menu:hover {
  visibility: visible;
  top: 0px;
  opacity: 1;
}
.sub-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  background-color: #fff;
  visibility: hidden;
  transition: 0.1s;
  top: 20px;
  background-clip: padding-box;
  padding: 0px;
  margin-top: 28px;
  left: -87px;
  opacity: 0;
  width: 244px;
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
  border-bottom: 1px solid #f5f5f5;
  z-index: 100;
}
#menu-item-custom .sub-menu {
  left: -94px;
  width: 156px;
  margin-top: 31px;
}
.menu-item.menu-item-log-out a {
  color: red !important;
}
.menu-item.menu-item-log-out:hover a {
  color: red !important;
}
.sub-menu .menu-item {
  text-transform: none;
  border-bottom: 1px solid #f3f3f3;
  margin: 0 !important;
}
.sub-menu .menu-item:last-child {
  border-bottom: unset;
}
.menu-item-has-children, #menu-item-custom {
  position: relative;
  margin-right: 0 !important;
  padding: 0 10px 0 0;
  margin: 0;
}
.menu-item-has-children a, #menu-item-custom a {
  font-size: 12px;
  color: var(--light-text-color);
}
#menu-item-custom {
  display: none;
}
.logged-in #menu-item-custom {
  display: block;
  margin-right: 38px !important;
}
.hero-wrapper {
    position: relative;
    display: flex;
    min-height: calc(100vh - 292px);
}
#top-section {
  padding-bottom: 0px;
  padding-top: 118px;
  max-width: 1500px;
}
.main-section {
  margin: 0 auto;
  max-width: 1200px;
  padding: 96px 0;
  text-align: center;
 scroll-margin: -34px;
}
.read {
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
  color: var(--light-text-color);
  overflow-wrap: break-word;
}
.service-description.read {
  font-size: 18px;
}
.main-div {
  padding-top: 128px;
}
#top-element {
  margin: 0 auto;
  max-width: 100%;
}
.home #top-element {
  padding-bottom: 0;
  padding-bottom: 120px;
  overflow: hidden;
}
.hero-featured-image {
  max-width: 1478px;
  margin: 42px auto -11px;
  position: relative;
  min-height: auto;
  background-color: #f9f9f9;
}
#hero-swiper {
  border-radius: 24px;
}
#hero-swiper .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 12px !important;
}
.hero-bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-bg-image img {
  height: 100%;
}
.hero-bg-image img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  /*transform: perspective(1200px) rotateX(18deg);*/
}
#hero-swiper .swiper-slide img {
  height: auto;
  width: 100%;
}
.hero-featured-image.active img {
  transform: perspective(1200px) rotateX(0deg);
}
.modal {
  display: none; 
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  backdrop-filter: blur(3px);
  background-color: #00000099;
  justify-content: center;
  align-items: center;
}
.close {
  color: transparent;
}
.modal-content {
  margin: 15% auto;
  width: 70%;
}
.modal-content video {
  max-width: 100%;
  border-radius: 8px;
}
.doodle-one {
  position: absolute;
  top: -107px;
  right: -93px;
  height: 100px;
  width: 100px;
  filter: invert(89%) sepia(88%) saturate(549%) hue-rotate(318deg) brightness(104%) contrast(101%);
}
.featured-content {
  display: flex;
  gap: 20px;
  margin: 120px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.featured-content-item {
  width: calc(50% - 20px);
  background-color: #fff;
  padding: 46px;
  border-radius: 12px;
}
.featured-image-icon {
  margin-bottom: 24px;
  width: 48px;
}
.featured-content-item h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 6px;
}
.featured-content-item p {
  font-size: 18px;
  line-height: 1.5;
}
.featured-content-item p span {
  font-weight: 500;
}
.featured-info-container {
  margin-top: 32px;
  padding-left: 12px;
}
.featured-info {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
  display: flex;
  gap: 12px;
  text-align: left;
}
.featured-icon {
  background-color: #cee1e2;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 20px;
  min-width: 20px;
}
.editor-feature {
  display: flex;
  gap: 112px;
  margin: 64px 0 96px;
}
.editor-feature.editor-second {
  flex-direction: row-reverse;
}
.editor-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.editor-description p {
  line-height: 1.6;
  font-size: 18px;
}
.editor-description, .editor-image {
  width: 50%;
}
.editor-image img {
  width: 100%;
  border-radius: 6px;
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0 0 1px hsla(0, 0%, 0%, 0.05), 0 0.3px 0.4px hsla(0, 0%, 0%, 0.02), 0 0.9px 1.5px hsla(0, 0%, 0%, 0.045), 0 3.5px 6px hsla(0, 0%, 0%, 0.09);
}
.sector-container {
  margin: 42px 0 96px;
}
.sector-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.sector-item {
  width: calc(20% - 12px);
  text-align: left;
  background-color: #fff;
  padding: 22px 22px 0 22px;
  box-shadow: 2px 2px 50px 8px rgba(182, 182, 182, .12);
}
.sector-item img {
  width: 36px;
  height: 36px;
}
.sector-item h4 {
  font-size: 16px;
  font-weight: 600;
}
.features-wrapper h3 {
  font-size: 26px;
  font-weight: 600;
  width: 100%;
}
.features-wrapper {
  padding: 56px 135px 74px;
  width: 100%;
  max-width: 1478px;
  background: #fff;
  margin: 0 auto 96px;
  border-radius: 24px;
}
.features-wrapper > p {
  line-height: 1.6;
  font-weight: 400;
  font-size: 18px;
}
.features-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 52px 84px;
  margin: 0 auto;
}
.features-heading {
  display: flex;
  align-items: center;
  gap: 4px;
}
.features-heading img {
  width: 42px;
  height: auto;
  filter: invert(95%) sepia(31%) saturate(264%) hue-rotate(156deg) brightness(92%) contrast(92%);
}
.features-heading h4 {
  margin: 15px 0;
  font-size: 18px;
  font-weight: 600;
}
.features-content-item p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
.video-section {
  padding: 56px 135px 60px;
  width: 100%;
  max-width: 1478px;
  background: #fff;
  margin: 0 auto 96px;
  border-radius: 24px;
}
.video-section h2 {
  color: #343434;
}
.video-section p {
  font-size: 16px;
  line-height: 1.8;
  margin: 16px 0 0;
  color: #343434;
}
.video-section > p {
  line-height: 1.6;
  font-weight: 400;
  font-size: 18px;
  color: #343434;
}
.website-creation-wrapper {
  display: flex;
  gap: 32px;
  margin: 46px 0 96px;
}
.phase {
  flex: 1;
}
.phase-top {
  background-color: rgb(75, 147, 79);
  color: #fff;
  font-size: 15px;
  padding: 6px;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-weight: 700;
}
.phase h3 {
  font-size: 18px;
  font-weight: 600;
}
.heading-wrapper a {
  color: #664729;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 500;
}
.video-wrapper {
  display: flex;
  gap: 42px;
  margin-top: 84px;
}
.video-text-content {
  width: 40%;
}
#video-swiper .swiper-wrapper {
  display: block !important;
}
#video-swiper .swiper-wrapper .swiper-slide {
  width: auto;
}
.video-video-content {
  width: 60%;
}
#video-item-two, #video-item-three {
  display: none; 
}
.video-text-item {
  cursor: pointer;
  padding: 28px;
  margin-bottom: 0px;
  box-shadow: rgba(16, 24, 40, 0.15) 0px 4px 8px -4px;
}
.video-text-item:hover {
  transition: 0.3s;
}
.video-item {
  position: sticky;
  top: 56px;
  display: none;
}
.video-text-item.active {
  background-color: #f6f6f6;
}
.video-text-item:hover h3 {
  text-decoration: underline;
}
.video-text-item h3 {
  margin: 0;
  font-size: 20px;
}
.video-item video {
  width: 100%;
  border-radius: 6px;
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075),
            0 0 0 1px hsla(0, 0%, 0%, 0.05),
            0 0.3px 0.4px hsla(0, 0%, 0%, 0.02),
            0 0.9px 1.5px hsla(0, 0%, 0%, 0.045),
            0 3.5px 6px hsla(0, 0%, 0%, 0.09);
}
.video-features {
  margin: 128px auto 44px;
}
.video-container {
  display: none;
}
.swiper-pagination-thumbs {
  text-align: center;
}
.swiper-pagination-thumbs .swiper-pagination-bullet {
  background-color: #fff;
}
.video-container video {
  width: 100%;
  border-radius: 10px;
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0 0 1px hsla(0, 0%, 0%, 0.05), 0 0.3px 0.4px hsla(0, 0%, 0%, 0.02), 0 0.9px 1.5px hsla(0, 0%, 0%, 0.045), 0 3.5px 6px hsla(0, 0%, 0%, 0.09);
}
.video-thumbs-wrapper .swiper-slide {
  cursor: pointer;
  padding: 20px;
  margin-bottom: 8px;
  border-radius: 10px;
  border: 1px solid #dcdcdcab;
  background-color: #fff;
}
.video-thumbs-wrapper .swiper-slide-active {
background-color: #f2f0ee;
  border: 1px solid #949494ab;
}
.video-thumbs-wrapper .swiper-slide h3 {
  font-size: 18px;
  font-weight: 500;
  color: #343434;
}
.video-thumbs-wrapper .swiper-slide p {
  font-size: 16px;
  line-height: 1.8;
  margin: 16px 0 0;
  color: #343434;
}
#video-slider {
  overflow: hidden;
  max-width: 720px;
  margin: 0 auto;
}
#video-slider video {
  width: 100%;
}
#video-thumbs-slider {
  overflow: hidden;
  max-width: 1500px;
  margin: 26px auto 0;
}
.features-heading span {
  padding: 6px;
  margin-right: 6px;
  background-image: url(/wp-content/themes/multi-teema/images/icon-true.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  content: "";
  background-size: 14px;
  left: 0px;
  top: 1px;
  background-position: center;
  background-color: #cee1e2;
  position: relative;
}
#made-with {
  background-color: #161320;
  width: 100%;
  max-width: 100%;
  padding: 84px 0;
}
#made-with .swiper-pagination-bullet-active {
  background: #52c748;
}
.made-with-des {
  width: 100% !important;
  margin: 40px auto 0;
  max-width: 768px;
  text-wrap: balance;
  color: #fff;
}
.heading-h.made-with-heading {
  margin: 0 auto;
}
.heading-h.made-with-heading h2 {
  color: #fff;
}
#examples-swiper {
  margin-top: 46px;
}
#examples-swiper .swiper-slide img {
  width: 100%;
  border-radius: 20px;
}
#examples-swiper .swiper-wrapper {
  padding-bottom: 80px;
}
.examples-buttons {
  z-index: 10;
  display: flex;
  gap: 20px;
  justify-content: right;
  position: relative;
  margin-right: 64px;
}
#examples-swiper .swiper-button-disabled {
  opacity: 0.5;
}
.examples-buttons img {
  filter: invert(65%) sepia(15%) saturate(2072%) hue-rotate(92deg) brightness(101%) contrast(83%);
}
.example-theme-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.25s;
  color: #fff;
  justify-content: right;
  opacity: 0.5;
  position: absolute;
  right: 12px;
  top: 9px;
  z-index: 9;
  background-color: #202220;
  padding: 3px 7px;
  border-radius: 4px;
}
.example-slide:hover .example-theme-link {
  opacity: 1;
}
#next-button, #prev-button {
  cursor: pointer;
}
.example-theme-link:hover {
  opacity: 1;
}
.example-theme-link:hover {
  text-decoration: underline;
}
.example-theme-link img {
  width: 13px !important;
  filter: invert(64%) sepia(16%) saturate(5862%) hue-rotate(13deg) brightness(97%) contrast(101%);
  border-radius: unset !important;
}
.heading-wrapper {
  display: flex;
  align-items: center;
  gap: 46px;
}
.heading-icon-wrapper {
  gap: 4px;
  align-items: center;
  background-color: rgb(75, 147, 79);
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 7px;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}
.heading-icon-wrapper img {
  width: 14px;
  height: 14px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(35deg) brightness(111%) contrast(101%);
  display: none;
}
.heading-h h2 {
  margin-top: 16px;
}
.heading-h {
  width: 50%;
}
.heading-wrapper p {
  line-height: 1.6;
  font-size: 18px;
  width: 50%;
}
#service-overview {
  padding: 84px 135px;
  width: 100%;
  max-width: 100%;
  background: #fff;
  margin: 0 auto;
}
#service-overview .heading-h {
  width: 100%;
}
.service-overview-des {
  width: 100% !important;
  margin: 36px auto 0;
  max-width: 1028px;
  text-wrap: balance;
}
#service-overview h2 {
  text-wrap: balance;
  margin: 20px auto 0;
}
.service-overview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-top: 46px;
}
.service-overview-container.site-width {
  margin: 64px auto;
}
.main-section.news-section-front {
  padding: 52px 135px !important;
}
.service-overview-feature {
  background-color: #fafafa;
  width: calc(33.333% - 24px);
  border-radius: 24px;
  padding: 30px;
  text-align: left;
}
.service-overview-feature img {
  width: 64px;
  height: 64px;
}
.service-feature-content h3 {
  margin: 32px 0 16px;
  font-size: 18px;
  font-weight: 600;
}
.service-feature-content p {
  color: #71717a;
  font-size: 16px;
  line-height: 1.8;
}
.service-feature-content p a {
  color: #664729;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 500;
}
.service-overview-features {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 10px 32px;
  flex-wrap: wrap;
}
.service-overview-features .featured-info {
  width: calc(25% - 24px);
  flex: unset;
}
.main-title {
  text-align: left;
  margin: 0;
  font-family: var(--font-raleway);
  font-size: 60px;
  line-height: 64px;
  color: var(--title-color-one);
}
.main-title span {
  color: #776ccf;
}
.home .main-title-description {
  max-width: 1173px !important;
  font-size: 18px !important;
}
.main-title-description {
  max-width: 1060px;
  text-wrap: balance;
}
.hero-action {
  display: flex;
  gap: 22px;
  align-items: center;
}
.scroll-themes {
  font-size: 17px;
  background-color: var(--button-color);
  padding: 13px 13px;
  color: #fff;
  display: flex;
  gap: 6px;
  align-items: center;
  font-weight: 400;
  background-image: linear-gradient(#000,#292929);
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0,0,0,.31),inset 0 2px 1px rgba(255,255,255,.5) !important;
}
.scroll-themes:hover {
  text-decoration: underline;
}
.video-button {
  display: flex;
  font-size: 17px;
  align-items: center;
  gap: 4px;
  padding: 13px 14px;
  font-weight: 400;
  color: var(--title-color-one);
  background-color: #fff;
  background-image: linear-gradient(#fff,#f7f7f7);
  border: 1px solid #ededed;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0,0,0,.31),inset 0 2px 1px rgba(255,255,255,.5) !important;
}
.video-button:hover {
  text-decoration: underline;
}
.video-button img {
  filter: invert(24%) sepia(0%) saturate(1126%) hue-rotate(169deg) brightness(99%) contrast(89%);
}
.scroll-themes img {
  filter: invert(65%) sepia(15%) saturate(2072%) hue-rotate(92deg) brightness(101%) contrast(83%);
}
.scroll-themes:hover img {
  filter: invert(97%) sepia(10%) saturate(6956%) hue-rotate(314deg) brightness(108%) contrast(108%);
  transition: 0.5s;
}
.service-description {
  text-align: left;
  margin: 0px auto 44px;
}
.hero-right {
    width: 50%;
    padding-left: 42px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
  transform: translateX(78px);
}
.hero-right img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.hero-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.second-title {
  text-align: center;
  max-width: 1096px;
  margin: 16px auto 32px;
  letter-spacing: -1.1px;
}
.pricing-page-section .second-title {
  text-align: left;
  max-width: unset;
}
.element-five.create-img {
  border: unset;
}
#reviews {
  padding: 56px 135px 60px;
  width: 100%;
  max-width: 1478px;
  background: #fff;
  margin: 0 auto 96px;
  border-radius: 24px;
}
.heading-wrapper.heading-center {
  flex-direction: column;
}
.heading-wrapper.heading-center .heading-h {
  width: 100%;
}
.heading-wrapper.heading-center .heading-icon-wrapper {
  background-color: #fff;
  color: #272727;
}
.heading-wrapper.heading-center .heading-icon-wrapper img {
  filter: invert(0%) sepia(100%) saturate(7441%) hue-rotate(283deg) brightness(111%) contrast(113%);
}
#reviews .heading-wrapper p {
  width: 100%;
  margin-top: -26px;
}
#reviews-swiper {
  overflow: hidden;
}
.reviews-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 46px;
}
.review-item {
  background-color: #f5f2f0;
  border-radius: 8px;
  padding: 32px;
  width: calc(33.33% - 16px) !important;
  box-sizing: border-box;
  height: auto !important;
}
.review-top {
  display: flex;
  gap: 14px;
  text-align: left;
  align-items: center;
}
.review-top img {
  border-radius: 50%;
}
.review-user h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: -1px;
}
.review-user p {
  margin: 6px 0 0;
  font-size: 16px;
}
.review-content p {
  text-align: left;
  line-height: 1.6;
  font-weight: 400;
  font-size: 18px;
}
#reviews .swiper-pagination-bullet {
  background-color: #897958 !important;
}
#video-instruction {
  background-color: #fff;
  border-radius: 24px 24px 0 0;
  padding: 56px 135px 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.sdff.site-width {
  background-color: #222b33;
  border-radius: 24px 24px 0 0;
  padding: 56px 135px 0;
  width: 100%;
  max-width: 1478px;
  margin: 0 auto;
}
#video-instruction h2 {
  color: #fff;
  margin-bottom: 16px;
}
#video-instruction .heading-wrapper p {
  width: 100%;
  color: #fff;
}
.instruction {
  margin-top: 46px;
  position: relative;
  display: block;
}
.instruction > img {
  width: 100%;
  height: auto;
  border-radius: 12px 12px 0 0;
  margin: 0 auto;
  max-width: 74%;
}
.instruction-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.instruction-play {
  background-color: #000;
  padding: 14px 12px;
  border-radius: 50%;
  cursor: pointer;
}
.instruction-play:hover img {
  transform: scale(1.1);
}
.instruction-content img {
  filter: invert(100%) sepia(77%) saturate(0%) hue-rotate(252deg) brightness(109%) contrast(101%);
  transition: transform 0.3s ease;
  margin-left: 4px;
  width: 48px;
  height: auto;
}
.site-label-wrapper {
  display: flex;
  justify-content: center;
  gap: 33px;
}
.site-label {
  display: inline-flex;
  gap: 4px;
  justify-content: center;
  background-color: #fff;
  align-items: center;
  padding: 4px 7px;
  border-radius: 11px;
}
.home .site-label img {
  width: 14px;
  height: 14px;
}
.site-label img {
  width: 18px;
  height: 18px;
  filter: invert(65%) sepia(15%) saturate(2072%) hue-rotate(92deg) brightness(101%) contrast(83%);
}
.site-label span {
  font-size: 13px;
  color: #4c4243;
  font-weight: 400;
}
.second-title.heading-one {
  font-size: 24px;
}
.front-page-news {
  font-size: 26px;
  font-weight: 500;
  text-align: left;
  margin: 64px 0 0;
}
.front-news {
  display: flex;
  gap: 32px;
  margin: 36px auto 32px;
  flex-wrap: wrap;
}
.front-page-news.front-page-blog {
  display: none;
}
.front-news.front-blog {
  display: none;
}
.front-news-item {
  width: calc(33.33% - 22px);
}
.front-news-item:hover img {
  opacity: 0.8;
}
.home .post-date {
  font-size: 16px !important;
  margin: 0;
  text-align: left;
  margin: 18px 0 -10px;
}
.front-news-item h3 {
  font-size: 18px;
  line-height: 1.5;
  color: var(--title-color-one);
  text-align: left;
}
.front-news-item img {
  margin: 0 auto;
  background-color: #f5f2f0;
  border-radius: 6px;
  max-width: 100%;
  width: 100%;
  height: 238px;
  object-fit: cover;
  transition: 0.3s;
}
.booking-container {
  margin: 0 auto;
}
.editor-feature.editor-second.editor-third {
  margin: 96px 0;
}
.booking-p {
  line-height: 1.6;
  font-size: 18px;
  margin-bottom: 34px;
}
.booking-images-front {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 64px 76px;
  justify-content: center;
}
.booking-front {
  display: flex;
  gap: 20px;
  width: auto;
  align-items: center;
  border-radius: 12px;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
.booking-front h4 {
  display: none;
}
.booking-name {
  text-align: center;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #42526E;
}
.booking-front img {
  width: 82px;
  height: auto;
  margin: 0 auto;
}
.numbers-section {
  padding-top: 0;
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 0 auto;
  max-width: 1200px;
}
.number-item {
  display: inline-block;
  flex: 1;
  border: 1px solid #d5d9ff;
  border-radius: 8px;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  text-align: center;
  background-color: #fff;
}
.office {
  max-width: 1200px;
  height: 540px;
  width: 100%;
  margin: 114px auto;
  border-radius: 40px;
  position: relative;
  border: 1px solid #d5d9ff;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.office::before {
  background-image: url("/wp-content/uploads/2023/08/pexels-tranmautritam-326513.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}
.office-item {
  position: absolute;
  left: 83px;
  background-color: #fff;
  border-radius: 20px;
  padding: 45px;
  max-width: 644px;
  top: 50%;
  transform: translateY(-50%);
}
.office-item span {
  font-size: 16px;
  color: var(--light-text-color);
}
.office-item h3 {
  margin-top: 0;
}
.vision-wrapper {
  max-width: 1018px;
  margin: 0 auto;
}
.vision-item {
  padding: 22px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 54px;
  box-shadow: 0 2px 6px rgba(39, 57, 147, .06);
}
.vision-item h3, .number-item h3 {
  font-weight: 500;
  font-size: 18px;
  margin: 16px 0;
  font-family: var(--font-raleway);
}
.vision-item p, .number-item p {
  font-size: 16px;
  line-height: 24px;
  color: var(--title-color-one);
}
.service-description.dd {
  text-align: center;
  color: var(--light-text-color);
  line-height: 1.6;
  font-weight: 400;
}
.contact-section {
  padding: 96px 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
  background: #f9f6f4;
}
.made-with-top {
  display: flex;
  max-width: 1200px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.made-with-top .second-title {
  margin-left: 0;
}
.second-title.with-star {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 8px 0 0;
}
.title-wrap {
  text-align: left;
}
.button-wrapper.theme-button {
  display: none;
}
.link-wrap {
  position: absolute;
  right: 26px;
  bottom: 20px;
  z-index: 3;
  display: none;
}
.home .link-wrap {
  bottom: 85px;
  right: 36px;
}
.order-page-link {
  background-color: #fff;
  color: #515151;
  padding: 9px 0;
  position: relative;
  border-radius: 6px;
  font-weight: 500;
  font-size: 18px;
  width: 110px;
  text-align: center;
}
.link-wrap img {
  width: 16px;
  filter: invert(85%) sepia(7%) saturate(0%) hue-rotate(302deg) brightness(87%) contrast(87%);
}
.link-wrap:hover img {
  filter: invert(37%) sepia(14%) saturate(2230%) hue-rotate(196deg) brightness(103%) contrast(86%);
}
.websites-container {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.reviews.main-section {
  padding: 2px 0 0;
}
.page-template-order-page #pricing {
  padding: 18px 0 0;
}
.pricing-wrapper {
  width: 100%;
  padding: 40px;
  position: relative;
  background-color: #fff;
  text-align: left;
  border: 1px solid #0000001a;
}
.pricing-wrapper.pricing-wrapper-pro {
  background-color: #cee1e2;
}
.pricing-wrapper.pricing-wrapper-pro .check-mark::before {
  background-color: #fff;
}
.page-template-admin-pricing .pricing-wrapper.current-plan-one {
  display: none;
}
.page-template-admin-pricing .pricing-wrapper {
  max-width: 468px;
}
.level-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.level-wrapper img {
  width: 30px;
  height: auto;
  filter: invert(28%) sepia(0%) saturate(228%) hue-rotate(236deg) brightness(95%) contrast(80%);
}
.level {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  color: var(--title-color-one);
  text-align: left;
}
.flex-wrapper-pricing {
  display: flex;
  margin: 32px auto 64px;
  justify-content: center;
  gap: 24px;
  max-width: 1400px;
}
.page-template-order-page .flex-wrapper-pricing {
  margin: 0 auto;
}
.pricing-item.first-item.title-price-1 {
  margin: 8px 0;
}
.pricing-item.first-item {
  color: #3f3f3f;
  font-size: 14px;
  height: 18px;
  justify-content: left;
  gap: 5px;
  align-items: baseline;
  margin-top: 8px;
  border-bottom: 1px dashed #0003;
  padding-bottom: 40px;
}
.title-price-1 {
  font-weight: 500;
}
.pricing-h2 {
  margin-top: 128px;
}
.pricing-item.second-item {
  font-size: 34px;
  line-height: 38px;
  margin: 16px 0 0px 0;
  color: #3f3f3f;
  text-align: left;
  border-top: 1px dashed #0003;
  padding-top: 20px;
  font-weight: 400;
}
.pricing-item.second-item span {
  margin-right: 12px;
}
.total-price, .price-icon {
  font-weight: 500 !important;
  font-size: 14px !important;
}
.pricing-tab-features {
  color: var(--light-text-color);
  margin: 28px auto 0;
}
.pricing-tab {
  font-size: 16px;
  margin: 14px 0;
  padding-left: 26px;
  position: relative;
  display: flex;
  text-align: left;
  font-weight: 400;
  color: #3b5261;
  align-items: first baseline;
}
.pricing-tab .popup-target {
  position: absolute;
  right: 0;
  top: 1px;
}
.check-mark {
  width: 100%;
  line-height: 20px;
  padding-right: 20px;
}
.negative-check-mark {
  line-height: 20px;
  width: 100%;
  color: #949494;
}
.domain-price {
  font-size: 11px;
  margin-left: 7px;
  line-height: 22px;
}
.center-tab {
  text-align: center;
  padding: 0;
}
.pricing-tag {
  overflow: hidden;
  width: 100%;
  height: 112px;
  position: absolute;
  top: 0px;
  right: 0;
  display: none;
}
.pricing-tag span {
  background-color: #f34b7e;
  color: #fff;
  position: absolute;
  top: 28px;
  line-height: 28px;
  border-radius: 8px;
  right: -55px;
  padding: 0 60px;
  font-size: 11px;
  font-family: var(--font-raleway);
  text-transform: uppercase;
  font-weight: 500;
  transform: rotate(45deg) translateZ(0px);
}
.page-template-create-trial .check-mark:before, .page-template-update-order-medium .check-mark:before, .page-template-update-orderpro .check-mark:before {
  background-image: url(/wp-content/themes/multi-teema/images/icon-true.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  content: "";
  background-size: 16px;
  position: absolute;
  left: 4px;
  top: 3px;
  border: unset;
}
.page-template-update-order-medium .negative-check-mark:before {
  background-image: url(/wp-content/themes/multi-teema/images/no-icon.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  content: "";
  background-size: 16px;
  position: absolute;
  left: 4px;
  top: 3px;
  border: unset;
}
.check-mark::before {
  background-image: url(/wp-content/themes/multi-teema/images/icon-true.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  content: "";
  background-size: 14px;
  position: absolute;
  left: 0px;
  top: 1px;
  background-position: center;
  background-color: #cee1e2;
}
.negative-check-mark::before {
  background-image: url(/wp-content/themes/multi-teema/images/no-entry.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  content: "";
  background-size: 18px;
  position: absolute;
  left: 0px;
  top: 1px;
  border-radius: 50%;
  background-position: center;
  filter: invert(81%) sepia(11%) saturate(169%) hue-rotate(183deg) brightness(94%) contrast(89%);
}
.bullet::before {
  margin-right: 0px;
  width: 8px;
  height: 8px;
  display: inline-block;
  content: "";
  position: absolute;
  left: 12px;
  background-color: #737373;
  border-radius: 50%;
  top: 10px;
}
.order-now {
  color: #191919;
  margin: 32px auto 0;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 6px;
  width: 164px;
  justify-content: center;
  border-radius: 57.1px;
  border: 1px solid #dadada;
  background-color: #fff;
}
.order-now:hover {
  text-decoration: underline;
}
.page-template-pricing .order-now {
  top: 130px;
}
.order-now img {
  filter: invert(65%) sepia(15%) saturate(2072%) hue-rotate(92deg) brightness(101%) contrast(83%);
}
.page-template-pricing .pricing-wrapper-medium .order-now, .page-template-pricing .pricing-wrapper-pro .order-now {
  display: none;
}
.swich-toggle-price {
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.5;
  display: none;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 5px 7px;
  border-radius: 22px;
  background-color: #f5f2f0;
  color: var(--title-color-one);
}
.swich-toggle-price.active {
  opacity: 1;
}
.pricing-toggle-switch {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 6px;
  margin-right: 6px;
}

.pricing-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.pricing-toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: 0.4s;
}

.pricing-toggle-slider:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  left: 0px;
  bottom: 0px;
  background-color: #176ae5;
  transition: 0.4s;
}

.pricing-toggle-switch input:checked + .pricing-toggle-slider {
  background-color: white;
}

.pricing-toggle-switch input:checked + .pricing-toggle-slider:before {
  background-color: #2196F3;
  transform: translateX(6px);
}

.pricing-toggle-slider.round {
  border-radius: 12px;
}

.pricing-toggle-slider.round:before {
  border-radius: 50%;
}
.contact-p {
  font-size: 14px;
  margin: 6px 0 35px 0;
  display: inline-block;
  color: var(--light-text-color);
}
ul {
  padding-left: 18px;
}
li {
  font-size: 18px;
  font-weight: 300;
  color: var(--light-text-color);
  margin-bottom: 4px;
  line-height: 1.5;
}
.service-container {
  margin: 0 auto;
  background-color: #fff;
  padding: 38px;
  border: 1px solid #0000001a;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
.top-table th {
  padding: 16px 0;
  padding-left: 0px;
  color: var(--title-color-one);
  font-size: 18px;
  font-weight: 600;
}
th {
  color: #575757;
  font-size: 15px;
  font-weight: 500;
}
th, td {
  text-align: center;
  padding: 12px 16px;
}
td:first-child {
  border-left: unset;
  font-size: 14px;
  font-weight: 600;
}
th:first-child, td:first-child {
  text-align: left;
}
th:first-child {
  width: 28%;
  padding-left: 16px;
  font-weight: 600;
}
.top-table th:first-child {
  background-color: #fff;
  color: var(--title-color-one);
}
td {
  font-size: 15px;
  color: var(--light-text-color);
  max-width: 120px !important;
}
tr:nth-child(2n) {
  background-color: rgb(250, 250, 249);
}
.popup-target-service-options {
  text-align: left;
}
.service-yes, .service-no {
  position: relative;
  margin: 0;
}
.service-yes::before {
  background-image: url(/wp-content/themes/multi-teema/images/icon-true.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  content: "";
  background-size: 14px;
  display: inline-block;
  background-position: center;
  background-color: #cee1e2;
}
.service-no:before {
  background-image: url(/wp-content/themes/multi-teema/images/negative-mark.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  content: "";
  background-size: 18px;
  display: inline-block;
  background-position: center;
  filter: invert(17%) sepia(100%) saturate(6706%) hue-rotate(4deg) brightness(99%) contrast(117%);
}
#start-trial {
  margin: 0 auto;
  padding: 62px 94px;
  background-color: #1f2c34;
  margin-bottom: -325px;
  position: relative;
  width: 100% !important;
  max-width: 100%;
}
#start-trial .second-title {
  max-width: unset;
  color: #fff;
  font-size: 36px;
}
#start-trial .service-description.dd {
  font-size: 18px;
  color: #343434;
  text-wrap: balance;
  font-weight: 300;
  color: #fff;
  max-width: 1200px;
}
.trial-buttons {
  display: flex;
  gap: 32px;
  margin-top: 32px;
  justify-content: center;
}
.trial.bottom-trial {
  border: unset;
  padding: 16px 24px;
  font-size: 18px;
}
.theme {
  background-color: #252f2e;
  border-radius: 24px;
  max-width: 1478px;
  margin: 42px auto;
  padding: 32px 0 96px;
  color: #fff;
}
.theme .swiper-wrapper {
  padding-bottom: 62px;
}
.theme-image-wrapper {
  padding: 48px 0 0;
}
.theme-image-wrapper:nth-of-type(2n) {
  flex-direction: row;
  padding-right: 135px;
  padding-left: unset;
  padding-left: 64px;
}
.theme-image-wrapper {
  display: flex;
  gap: 64px;
  align-items: center;
  padding-left: 135px;
  flex-direction: row-reverse;
  padding-right: unset;
  padding-right: 64px;
}
.theme-swiper {
  width: 60%;
}
.df {
  width: 40%;
  margin-top: -64px;
}
.df h3 {
  font-size: 38px;
  font-weight: 500;
  color: #fff;
}
.df p {
  line-height: 1.6;
  font-weight: 400;
  font-size: 18px;
}
.theme .heading-wrapper {
  padding: 32px 135px 0;
  justify-content: space-between;
}
.theme h2 {
  margin: 0;
  color: #fff;
}
.theme h2 span {
  color: #d29e00;
}
.theme .heading-h p {
  margin: 0 0 0 8px;
  font-size: 13px;
}
.theme .heading-h p span {
  font-weight: 700;
}
.theme-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.25s;
  color: #fff;
}
.theme-link img {
  filter: invert(64%) sepia(16%) saturate(5862%) hue-rotate(13deg) brightness(97%) contrast(101%);
}
.theme-link:hover {
  text-decoration: underline;
}
.theme-image-wrapper img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.tree {
  width: calc(33.333% - 30px);
  text-align: left;
}
.page-template-features .tree {
  width: calc(33.333% - 22px);
  padding: 32px;
  text-align: left;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 16.83486px 15.71254px 0px rgba(0, 0, 0, 0.025);
}
.tree img {
  filter: invert(37%) sepia(14%) saturate(2230%) hue-rotate(196deg) brightness(103%) contrast(86%);
}
.tree p {
  font-weight: 500;
  font-size: 18px;
  color: var(--title-color-one);
}
.tree span {
  font-size: 18px;
  color: var(--light-text-color);
  line-height: 1.6;
}
#faq {
  padding-top: 84px;
}
.faq-head {
  margin: 0 auto;
}
.faq-head h2 {
  margin: 15px 0 auto;
}
.faq-container {
  margin: 36px auto 0;
}
.faq-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: -1px;
  border-radius: 0px;
  background-color: #fff;
  border: 1px solid #0000001a;
}
.toggle {
  text-align: left;
  display: block;
  cursor: pointer;
  padding: 26px 58px 26px 32px;
  width: 100%;
  font-size: 18px;
  color: rgb(2, 20, 13);
  font-family: var(--font-raleway);
  font-weight: 400;
  background-color: #fff;
  border-radius: 8px;
}
.content {
    display: grid;
    grid-template-rows: 0fr;
    transition: 500ms;
    overflow: hidden;
  text-align: left;
}
.content .inside {
  min-height: 0;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
.inside p {
  padding: 0 38px 0 32px;
  margin-top: 0px;
  font-size: 18px;
  line-height: 1.5;
  color: var(--light-text-color);
}
.inside p:last-child {
  margin-bottom: 26px;
}
.content.expanded {
    grid-template-rows: 1fr;
}
.accordion-trigger {
  position: absolute;
  height: 18px;
  width: 18px;
  right: 38px;
  top: 29px;
  background-color: #000;
  border-radius: 50%;
}
.accordion-trigger::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 2px;
  height: 6px;
  transform: translate(-2px, 0) rotate(-45deg);
  transition: 500ms;
  top: 6px;
  left: 8px;
}
.accordion-trigger::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 2px;
  height: 6px;
  transform: translate(2px, 0) rotate(45deg);
  transition: 500ms;
  top: 6px;
  left: 8px;
}
.accordion-trigger.active::before {
  transform: translate(-2px, 0) rotate(45deg);
}
.accordion-trigger.active::after {
  transform: translate(2px, 0) rotate(-45deg);
}
.lower-footer {
  display: flex;
  justify-content: center;
  padding: 0 32px;
  margin: 0 auto;
}
#footer {
  text-align: center;
  font-size: 18px;
  background-color: #1a1f24;
}
.home #footer, .page-template-pricing #footer, .page-template-themes #footer, .page-template-faq #footer  {
  padding-top: 330px;
}
#footer, .copyright {
  z-index: 98;
}
.inner-footer {
  padding: 48px 0 8px;
}
.footer-div {
  width: 25%;
  text-align: left;
}
.footer-div a:hover {
  color: var(--bg-color);
  text-decoration: underline;
}
.footer-title {
  font-weight: 500;
  margin: 0 0 24px 0;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.footer-two a {
  margin-bottom: 16px;
  font-size: 16px;
  width: 100%;
  display: inline-block;
  color: #95a1ac;
}
.footer-logo {
  position: absolute;
  left: 0;
}
.footer-logo img {
  width: 106px;
  margin: 10px;
  height: auto;
}
.footer-social-links {
  display: flex;
  margin-top: 25px;
  margin-left: 44px;
  position: absolute;
  right: 10px;
  gap: 22px;
}
.footer-social-links a img {
  width: 20px;
  height: 20px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(262deg) brightness(104%) contrast(104%);
}
.copyright {
  text-align: center;
  font-size: 14px;
  line-height: 75px;
  background-color: #1a1f24;
  color: #95a1ac;
  padding-top: 24px;
}
.inner-copy {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  border-top: 1px solid #262d34;
  align-items: center;
}
.inner-copy span {
  margin-left: 7px;
}
.page-created-wrapper {
  padding: 12px 0 92px 0;
}
.page-created .read {
  font-size: 16px;
}
#calculation-3 .forminator-label {
  font-size: 16px !important;
  line-height: 1.5;
}
.forminator-radio .forminator-radio-bullet::before {
  background-color: #5B5B5B !important;
}
.forminator-radio input:checked + .forminator-radio-bullet {
  border-color: #5B5B5B !important;
  background-color: #fff !important;
}
.forminator-radio .forminator-radio-bullet {
  background-color: #fff !important;
}
#html-1 .forminator-label, #html-2 .forminator-label, #html-3 .forminator-label, #html-4 .forminator-label {
  font-size: 16px !important;
  text-align: left;
  color: #1B1B1B !important;
  font-weight: 600 !important;
}
#html-1 p {
  text-align: left;
}
#radio-1 .forminator-radio-label, #radio-2 .forminator-radio-label, #radio-3 .forminator-radio-label {
  font-size: 16px;
  color: var(--title-color-one);
  font-weight: 300;
}
#forminator-module-571 .forminator-button-submit {
  color: #fff;
  font-family: 'Roboto',sans-serif;
}
.step-two .cancel-description {
  text-align: left;
}
.page-template-cancel-subscription .success-page-h1 {
  color: red;
}
.page-template-cancel-subscription .step-two .steps-iconfour {
  width: 32px;
}
.page-created.cancel-div {
  text-align: center;
  border: unset;
  border: 1px solid red;
  border-bottom: unset;
  border-radius: 0;
  padding-bottom: 0 !important;
}
.page-created.cancel-div img {
  width: 36px;
}
.forminator-suffix {
  font-weight: 300 !important;
}
#forminator-module-571 {
  text-align: left;
}
.title-3 {
  font-size: 20px;
  font-weight: 500;
}
.page-created a, .not-logged-in-message a {
  background-color: var(--button-color);
  padding: 10px 20px;
  color: #fff;
  border-radius: 4px;
  margin: 34px auto 24px;
  display: inline-block;
  letter-spacing: 1.3px;
  font-weight: 500;
  font-size: 18px;
}
.page-created a:hover {
  background-color: var(--hover-color);
}
.cancel-not-logged {
  text-align: center;
  padding: 20px 0;
  background-color: #fff;
  max-width: 480px;
  margin: 32px auto 0;
  font-size: 16px;
}
.openlogin-cancel {
  color: #fff;
  background-color: var(--button-color);
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 4px;
}
.forminator-ui#forminator-module-227.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
  border: 1px solid #e6e6e6;
  border: 1px solid #c2c2c2 !important;
  background-color: #fff;
}
#forminator-module-571 .forminator-button {
  background-color: #d71010 !important;
  margin-top: 18px;
}
.forminator-input:hover, .forminator-input:active, .forminator-input, .forminator-textarea {
  border-color: #e2e2e2 !important;
  background-color: #fff !important;
  border-radius: 5px !important;
  color: #313132 !important;
  font-weight: 300 !important;
  padding: 8px !important;
}
.select2-selection__rendered {
  border-radius: 5px 0 0 5px;
  border-color: #e2e2e2 !important;
  background-color: #fff !important;
  font-weight: 300 !important;
}
.forminator-ui#forminator-module-134.forminator-design--default .forminator-checkbox input:checked + .forminator-checkbox-box, .forminator-select-dropdown-container--open .forminator-custom-form-134.forminator-dropdown--default .forminator-checkbox input:checked + .forminator-checkbox-box {
  border-color: #e2e2e2 !important;
  background-color: #FFF !important;
}
.forminator-checkbox .forminator-checkbox-box {
  border-color: #e2e2e2 !important;
  background-color: #FFF !important;
  color: #3E4649 !important;
}
.forminator-button-submit {
  background-color: var(--button-color) !important;
  margin: 20px 0 24px 0 !important;
  padding: 10px 30px !important;
}
.forminator-field {
  position: relative;
}
.forminator-button.forminator-button-submit {
  font-weight: 500 !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  width: auto !important;
  padding: 12px 48px !important;
  margin: -10px auto 18px !important;
}
.page-template-create-trial .forminator-button.forminator-button-submit {
  margin: 12px auto 18px !important;
}
#text-3 .forminator-field .forminator-input {
  padding-left: 149px;
  color: var(--light-text-color) !important;
}
#text-3 .forminator-field .forminator-description:before {
  content: "https://kotisivux.fi/";
  position: absolute;
  top: 20px;
  font-size: 16px;
  color: var(--light-text-color);
  left: 0px;
  line-height: 41px;
  padding: 0 12px;
}
#forminator-field-text-3_639f2412d409e {
  padding-left: 132px;
}
.page-template-update-order #text-3 .forminator-field .forminator-input {
  padding-left: 10px;
}
.forminator-response-message.forminator-success {
  background-color: transparent !important;
}
.forminator-response-message p {
  margin: 24px 0 !important;
}
.forminator-response-message p:first-child {
  margin-top: 0 !important;
}
.forminator-response-message p:last-child {
  margin-bottom: 0 !important;
}
.forminator-success {
  box-shadow: unset !important;
}
#html-1 {
  font-size: 16px;
  line-height: 1.5;
  color: var(--light-text-color) !important;
}
.form-titles, .form-titles-first {
  margin-bottom: -12px;
}
.secondary-title-form {
  margin-bottom: -22px !important;
}
.forminator-input.forminator-input-with-prefix {
  padding: 0 !important;
}
.form-titles-first .forminator-label {
  display: inline-block !important;
  font-weight: 500 !important;
  margin-top: 28px !important;
  color: #1B1B1B !important;
  font-size: 20px !important;
}
.page-template-create-trial .form-titles-first .forminator-label {
  margin-top: 8px !important;
}
.forminator-label {
  font-weight: 400 !important;
  font-size: 13px !important;
}
.form-titles .forminator-label {
  display: inline-block !important;
  font-weight: 600 !important;
  margin-top: 32px !important;
  color: #1B1B1B !important;
  font-size: 16px !important;
}
.form-calc .forminator-input {
  border: unset !important;
  background-color: transparent !important;
}
.forminator-label {
  color: #4f4f4f !important
}
.form-calc .forminator-suffix {
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: arial, verdana !important;
  color: #4f4f4f !important;
}
#calculation-9 {
  margin-top: 16px;
}
#calculation-11 .forminator-label, #calculation-10 .forminator-label, #calculation-1 .forminator-label, #calculation-2 .forminator-label {
  color: #1B1B1B !important;
  font-weight: 600 !important;
}
.secondary-title-form .forminator-label {
  color: #4f4f4f !important;
  font-weight: 500 !important;
  margin-top: 0 !important;
  font-size: 16px !important;
  font-family: arial, verdana !important;
}
.form-calc .forminator-label {
  font-weight: 500 !important;
  font-size: 16px !important;
  padding: 9px;
  padding-left: 0;
}
.second-total {
  border-top: 1px solid #e2e2e2;
  margin-top: 10px;
  margin-bottom: -40px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.calc-total .forminator-label {
  font-weight: 600 !important;
  font-size: 33px !important;
  padding: 9px;
    padding-left: 9px;
  color: #181818 !important;
  padding-left: 0;
  font-family: var(--font-raleway) !important;
}
.form-calc .forminator-field {
  display: flex;
  width: 100%;
}
.font-right-form {
  text-align: right;
}
.forminator-calculation {
  font-size: 15px !important;
  width: 72px !important;
  text-align: right;
  font-weight: 500 !important;
  font-family: arial, verdana !important;
  color: #181818 !important;
  width: 100% !important;
  padding: 0 !important;
  -webkit-text-fill-color: #181818 !important;
    opacity: 1;
}
.calc-total .forminator-calculation {
  font-weight: 600 !important;
  font-size: 33px !important;
  padding: 9px;
  color: rgb(75, 147, 79) !important;
  padding-left: 0;
  font-family: arial, verdana !important;
  -webkit-text-fill-color: rgb(75, 147, 79) !important;
    opacity: 1;
}
.calc-total .forminator-suffix {
 font-weight: 600 !important;
  font-size: 33px !important;
  color: rgb(75, 147, 79) !important;
  font-family: arial, verdana !important;
}
.calc-total2 .forminator-label, .calc-total2 .forminator-calculation, .calc-total2 .forminator-suffix {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.calc-total2 .forminator-field .forminator-input {
  max-width: 200px !important;
  margin-left: auto !important;
  order: 2;
}
.form-calc {
  display: flex;
  margin-bottom: -30px;
}
.forminator-suffix {
  margin-left: 4px !important;
}
.form-bold-margin {
  margin-bottom: -44px;
  margin-top: 4px;
}
.top-margin-form {
  margin-top: -10px;
}
.total-tax-div {
  border-top: 1px solid #e2e2e2;
  padding-top: 4px !important;
}
#calculation-2 {
  margin-bottom: -40px !important;
}
#html-25 p {
  color: #181818 !important;
  font-weight: 500 !important;
  margin-top: 0 !important;
  font-size: 16px !important;
  font-family: arial, verdana !important;
}
#calculation-12 .forminator-input, #calculation-8 .forminator-input {
  background-color: transparent !important;
  border: unset;
}
#html-12 p, #html-16 p {
  color: #181818 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  font-family: arial, verdana !important;
  margin-top: 11px !important;
  margin-bottom: 0 !important;
}
#calculation-12 .secondary-title-form .forminator-label, #calculation-12 .forminator-calculation, #calculation-12 .forminator-suffix, #calculation-8 .secondary-title-form .forminator-label, #calculation-8 .forminator-calculation, #calculation-8 .forminator-suffix {
  color: #181818 !important;
  font-weight: 500 !important;
  margin-top: 0 !important;
  font-size: 16px !important;
  font-family: arial, verdana !important;
}
.highlight-price .forminator-field .forminator-label {
  width: 100% !important;
  text-align: right !important;
  color: #5865ad !important;
  font-weight: 500 !important;
  font-size: 33px !important;
  font-family: arial, verdana !important;
  padding-right: 0 !important;
}
.calc-total .forminator-field .forminator-input {
  max-width: 200px !important;
  margin-left: auto !important;
  order: 2;
}
.trial-page-margin {
  margin-top: -28px;
}
.forminator-ui#forminator-module-1247.forminator-design--default .forminator-radio input:checked ~ .forminator-radio-image {
  background-color: transparent !important;
}
.forminator-ui#forminator-module-1247.forminator-design--default .forminator-radio .forminator-radio-image {
  border-color: transparent !important;
  background-color: transparent !important;
}
.forminator-ui.forminator-custom-form[data-design="default"] .forminator-radio .forminator-radio-image span {
  width: 119px !important;
  height: 19px !important;
}
.forminator-ui.forminator-custom-form[data-design="default"] .forminator-radio:not(.forminator-radio-inline).forminator-has_image.forminator-has_bullet .forminator-radio-label {
  font-size: 0 !important;
}
.hide-medium-plan {
  display: none;
}
body.admin-bar > .forminator-select.forminator-select-dropdown-container--open {
  margin-top: 0px !important;
}
.forminator-checkbox-label, .select2-selection__rendered {
  color: #262626 !important;
  font-weight: 300;
  font-size: 16px;
}
.page-template-create-trial .forminator-checkbox-label {
  font-size: 13px !important;
}
.review-page-wrapper h1 {
  text-align: center;
}
.select2-selection.select2-selection--single {
  border-radius: 5px;
}
.forminator-all-group-copies.forminator-repeater-field {
  box-shadow: unset !important;
  background-color: transparent !important;
  padding: 0 !important;
}
#group-4, #group-2, #group-3, #group-1 {
  margin-bottom: -22px;
}
#group-4 *, #group-2 *, #group-3 *, #group-1 * {
  color: #262626 !important;
  font-weight: 500 !important;
  margin-top: 0 !important;
  font-size: 15px !important;
  font-family: arial, verdana !important;
}
#group-4 .forminator-row, #group-2 .forminator-row, #group-3 .forminator-row, #group-1 .forminator-row  {
  display: flex;
}
#group-4 #html-12, #group-3 #html-9, #group-2 #html-10, #group-1 #html-6 {
  width: 60%;
  margin-bottom: 0;
}
#group-4 #calculation-12, #group-3 #html-8, #group-2 #html-11, #group-1 #html-7 {
  width: 40%;
  text-align: right;
  margin-bottom: 0;
}
#group-4 #html-12 p {
  font-size: 15px !important;
  margin: 0 !important;
}
#group-4 #calculation-12 .forminator-suffix, #group-4 #calculation-12 .forminator-calculation {
  font-size: 15px !important;
  margin: 0 !important;
}
#group-4 #calculation-12 .forminator-suffix {
  margin-left: 4px !important;
}
#calculation-10, #calculation-1 {
  margin-bottom: -24px;
}
#calculation-10 .forminator-field, #calculation-1 .forminator-field {
  width: 100%;
  display: flex;
  border-top: 1px solid #e3e3e3;
  padding-top: 12px;
  margin-top: 8px;
}
#calculation-10 .forminator-field .forminator-label, #calculation-11 .forminator-field .forminator-label, #calculation-1 .forminator-field .forminator-label, #calculation-2 .forminator-field .forminator-label {
  font-weight: 600 !important;
  color: #1B1B1B !important;
  font-size: 16px !important;
}
#calculation-10 .forminator-field .forminator-input.forminator-input-with-prefix, #calculation-11 .forminator-field .forminator-input.forminator-input-with-prefix, #calculation-1 .forminator-field .forminator-input.forminator-input-with-prefix, #calculation-2 .forminator-field .forminator-input.forminator-input-with-prefix, #calculation-3 .forminator-field .forminator-input.forminator-input-with-prefix  {
  border: unset;
}
#calculation-11, #calculation-2 {
  margin-bottom: -22px;
}
#calculation-11 .forminator-field, #calculation-2 .forminator-field {
  width: 100%;
  display: flex;
  padding-top: 0;
  margin-top: 0;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 12px;
}
#calculation-3 {
  margin-top: 24px;
  margin-bottom: -24px;
}
#calculation-3 .forminator-field {
  padding-bottom: 12px;
}
#calculation-3 .forminator-label {
  width: 65%;
}
#calculation-3 .forminator-input-with-prefix {
  width: 65%;
}
#calculation-3 .forminator-field {
  width: 100%;
  display: flex;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 12px;
}
.page-template-contact .forminator-row.forminator-row-last {
  margin-top: -38px;
}
@media only screen and (max-width: 781px) {
#html-4, #html-5 {
  display: inline-block;
  width: 50%;
}
.trial-dashed {
  margin: 36px 0 0 0;
}
#group-4, #group-2, #group-3, #group-1 {
  margin-bottom: -12px;
}
#calculation-3 {
  margin-top: 58px;
}
}
@media only screen and (max-width: 1000px) {
  .forminator-button.forminator-button-submit {
    margin: 20px auto 18px !important;
  }
}

.second-main {
  min-height: calc(100vh - 236px);
  padding: 128px 0 0;
}
#make-website-top {
  z-index: 10;
  position: relative;
  padding: 0 20px;
  margin: 0 auto -24px;
  text-wrap: balance;
}
#make-website-top h1 {
  font-weight: 700;
  font-size: 32px;
  color: #4a4a4a;
  letter-spacing: 0px;
  max-width: 680px;
  margin: 12px auto 20px;
  line-height: 1.3;
}
.page-template-create-trial-2 .pop-wrap {
  padding: 42px;
  min-height: unset;
  max-width: 474px;
}
.page-template-create-trial-2 .registration-wrapper p {
  font-size: 16px;
  line-height: 1.8;
  margin: 16px 0 0;
  color: #343434;
}
.registration-last-p {
  font-weight: 500;
  text-align: center;
  margin-top: 24px !important;
}
.trial-h2 {
  margin: 0;
}
.trial-h2 .username-header {
  font-size: 20px;
  font-weight: 500;
  position: unset;
  color: var(--title-color-one);
  margin-left: unset;
}
.trial-button-wrapper {
  display: flex;
  justify-content: center;
}
.trial-page-button {
  background-color: var(--button-color);
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-weight: 400;
  padding: 12px 48px;
  border-radius: 6px;
  margin-top: 28px;
}
.trial-page-button:hover {
  text-decoration: underline;
}
#html-25 h1 {
  font-size: 36px;
  margin-bottom: -14px;
  text-align: left;
}
.trial-h1-wrapper > p {
  color: #3D3D3D;
  font-size: 15px;
  font-weight: 400;
  margin: -10px 0 0;
}
.trial-h1-wrapper > p a {
  color: #664729;
  font-weight: 600;
}
.page-template-create-trial-step-two .second-main, .page-template-create-trial-step-three .second-main, .page-template-create-trial-step-four .second-main {
  margin-bottom: 96px;
}
.steps {
  display: flex;
  gap: 74px;
  justify-content: center;
  display: none;
}
.steps span {
  font-size: 11px;
  color: var(--light-text-color);
  padding-bottom: 6px;
  border-bottom: 1px solid #dbdbdb;
}
.steps .make-website-active {
  border-bottom: 2px solid #6e64ba;
  color: #6e64ba;
}
.steps .make-website-actived {
  color: #6e64ba;
  position: relative;
  padding-left: 20px;
  border-bottom: 3px solid #6e64ba;
}
.step-two-div {
  margin-bottom: 98px !important;
  padding: 0;
}
.pop-wrap-two {
  width: 100%;
  padding: 14px 32px 36px 32px;
  margin: 0 auto;
  background-color: #fff;
  max-width: 894px;
  border: 1px solid #d5d9ff;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  border-radius: 8px;
}
.step-two img {
  width: 100px;
  margin: 0 auto -18px;
}
.step-two .steps-iconfour {
  width: 38px;
  margin: 0;
}
.page-template-create-trial-step-three .step-two .steps-iconfour {
  filter: invert(24%) sepia(71%) saturate(4423%) hue-rotate(136deg) brightness(100%) contrast(89%);
  width: 78px;
  margin: 0 auto;
}
.page-template-order-updated .success-page-h1 {
  font-size: 42px;
}
.page-template-order-updated .second-main {
  padding: 64px 0 0;
}
.page-template-order-updated .step-two .steps-iconfour {
  width: 82px;
  margin: 0;
  filter: invert(24%) sepia(71%) saturate(4423%) hue-rotate(136deg) brightness(100%) contrast(89%);
}
.page-template-order-updated .succes-page-wrapper h1 {
  font-size: 42px;
  margin: 0 0 12px;
}
.page-template-order-updated .succes-page-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-direction: column;
}
.page-template-order-updated .pop-wrap {
  padding: 32px 56px;
  min-height: unset;
  text-align: center;
  margin: 32px auto 64px;
 backdrop-filter: blur(52px);
  background-color: transparent;
}
.success-page-h1 {
  font-family: var(--font-raleway);
  text-align: center;
  font-size: 34px;
  color: #6e64ba;
  margin: 0;
}
.succes-page-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.steps-h1-tr {
  max-width: 890px;
  margin: 0 auto;
}
.step-two .steps-three-img {
  margin: 12px auto 0;
}
.steps-h1 {
  margin-top: 0;
}
.step-two h2 {
  font-family: var(--font-raleway);
  text-align: center;
  font-size: 34px;
  color: var(--title-color-two);
}
.step-two p {
  text-align: left;
  color: var(--light-text-color);
  font-size: 18px;
  line-height: 26px;
}
.step-two-link {
  font-size: 20px;
  background-color: var(--button-color);
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 500;
  color: #fff;
  border: 2px solid var(--button-color);
  margin: 24px 0 0 0;
  display: inline-block;
}
#make-website {
  display: flex;
  padding: 0;
  margin: 62px auto 24px;
  max-width: 1300px;
  align-items: flex-start;
  gap: 20px;
  flex-direction: row-reverse;
  justify-content: center;
  position: relative;
}
.trial-h1-wrapper h1, .steps-h1 {
  font-size: 38px;
}
.make-website-left {
  width: 300px;
  padding: 4px 18px;
  z-index: 1;
  position: absolute;
  right: -17px;
}
.pop-wrap.pro-wrap {
  padding: 0px 56px 0px 56px;
}
.make-website-title {
font-weight: 500;
  text-align: left;
  margin: 0 auto 4px;
  font-size: 18px;
  font-family: var(--font-raleway);
  color: var(--title-color-one);
  padding: 4px 15px 4px 5px;
  border-radius: 20px;
  float: left;
}
.make-website-content .pricing-tab {
  font-size: 15px;
  margin: 4px 0 10px;
  color: var(--title-color-one);
  line-height: 22px;
  padding-left: 30px;
}
.top-title {
  font-weight: 500;
  color: var(--title-color-one);
  font-size: 34px;
  margin: 0;
  font-family: var(--font-raleway);
}
.pop-wrap {
  width: 100%;
  text-align: left;
  padding: 14px 42px 0px 42px;
  margin: 0 auto;
  background-color: #fff;
  min-height: 700px;
  max-width: 802px;
  border-radius: 0px;
  border: 1px solid #0000001a;
}
.page-template-create-trial #html-7 {
  margin-top: 6px;
  margin-bottom: 20px;
}
.page-template-create-trial #html-7 .forminator-label {
  font-size: 15px !important;
  font-weight: 600 !important;
}
.page-template-create-trial #text-1, .page-template-create-trial #html-8, .page-template-create-trial #text-3, .page-template-create-trial #text-2 {
  display: none;
}
#forminator-module-181 > :nth-child(6), #forminator-module-181 > :nth-child(7), #forminator-module-181 > :nth-child(8), #forminator-module-181 > :nth-child(9) {
  margin: 0;
}
.page-template-create-trial-step-two .header-menu, .page-template-create-trial-step-three .header-menu, .page-template-order-updated .header-menu {
  display: none;
}
.page-template-update-page-trial .header-menu, .page-template-create-trial .header-menu, .page-template-create-medium .header-menu, .page-template-create-pro .header-menu, .page-template-update-order-medium .header-menu, .page-template-update-orderpro .header-menu {
  display: none;
}
.page-template-update-page-trial .site-label-wrapper, .page-template-create-trial .site-label-wrapper, .page-template-create-trial-step-three .site-label-wrapper, .page-template-create-trial-step-two .site-label-wrapper, .page-template-create-medium .site-label-wrapper, .page-template-create-pro .site-label-wrapper, .page-template-update-order-medium .site-label-wrapper, .page-template-update-orderpro .site-label-wrapper, .page-template-order-updated .pop-wrap {
  margin-top: 0;
}
.page-template-create-trial-step-two .pop-wrap, .page-template-create-trial-step-three .pop-wrap {
  min-height: unset;
  padding: 32px 56px 52px 56px;
  text-align: center;
}
.page-template-create-trial-step-two .succes-page-wrapper, .page-template-create-trial-step-three .succes-page-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  flex-direction: column;
}
.page-template-create-trial .pop-wrap {
  min-height: unset;
}
.page-template-create-trial .pop-wrap {
  max-width: 474px;
}
.page-template-create-trial #make-website {
  max-width: 1080px;
}
.popuptitlewrap {
  text-align: center;
  margin: 40px 0;
}
.forminator-row-last .forminator-field {
  text-align: center;
}
.testing-wrapper {
  display: flex;
}
.order-now.testing-button {
  max-width: 283px;
  text-align: center;
  width: 100%;
  position: unset;
  display: inline-block;
  margin: 0px auto 32px;
}
.summary {
  margin: 38px auto 96px;
  max-width: 816px;
  padding: 0 20px;
}
.summary-wrapper {
  max-width: 814px;
}
.summary p {
  font-weight: 500;
  font-size: 16px;
}
.terms {
  margin: 164px auto 64px;
  max-width: 462px;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
  font-size: 12px;
  color: var(--light-text-color);
  padding: 0 24px;
}
.popup-target {
  cursor: pointer;
  margin-left: 4px;
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.page-template-update-orderpro .popup-target, .page-template-update-order-medium .popup-target, .page-template-create-trial .popup-target, .page-template-create-medium .popup-target, .page-template-create-pro .popup-target {
  display: none;
}
.popup {
  position: absolute;
  left: 32px;
  display: none;
  width: 282px;
  border-radius: 8px;
  z-index: 3;
  color: #fff;
  line-height: 1.5;
  padding: 20px;
  border: 1px solid #000;
  font-size: 16px !important;
  font-weight: 300;
  top: calc(50% - 3px);
  transform: translateY(-50%);
  word-break: break-word;
  text-transform: none;
  background: linear-gradient(0deg, #27253c, #0a0b31), linear-gradient(88deg, #242332 -0.34%, #161b3b 99.66%);
  color: #fff;
}
.popup:before {
  content: "";
  position: absolute;
  left: -11px;
  transform: translateX(-50%);
  border-width: 5px 6px 0;
  border-style: solid;
  border-color: #2a2727 transparent transparent transparent;
  z-index: 100;
  opacity: 1;
  transition: opacity .15s ease-in-out;
    transition-delay: 0s;
  transition-delay: 0s;
  cursor: default;
  white-space: normal;
  rotate: 90deg;
  top: 50%;
  transform: translateY(-50%);
}
.popup-left {
  left: -294px;
  top: calc(50% - 3px);
  transform: translateY(-50%);
}
.popup-left:before {
  right: -12px;
  rotate: -90deg;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
}
.popup-target img {
  width: 18px;
  height: 18px;
  transition: 0.2s;
  opacity: 0.6;
}
.forminator-checkbox-label a {
  color: #664729;
  font-weight: 600;
}
.floating-div {
  position: fixed;
  max-width: 145px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08);
  bottom: 32px;
  right: 32px;
  border-radius: 8px;
  padding: 15px 10px;
  z-index: 999;
}
.floating-div p {
  font-size: 10px;
  line-height: 1.5;
  margin: 0 0 10px 0;
  text-align: center;
}
.floating-help:hover {
  text-decoration: underline;
}
.service-link {
  text-align: center;
  margin: 0 !important;
}
.floating-help {
  background-color: #222;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 6px;
  color: #fff;
}
.basic-top-section {
  margin: 130px auto 0;
  position: relative;
  padding: 0;
  text-align: center;
}
.basic-top-section h1 {
  color: var(--title-color-one);
  margin: 0;
}
.basic-top-section p {
  margin: 15px auto;
}
.toggle-price-btn {
  text-align: center;
  margin: 64px auto 16px;
  font-size: 13px;
  color: var(--light-text-color);
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  max-width: 1200px;
  accent-color: #505050;
}
.pricing-yearly {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  left: 224px;
  font-size: 12px;
}
.pricing-yearly span {
  font-weight: 500;
  font-size: 16px;
  color: var(--title-color-one);
}
.pricing-yearly img {
  transform: scaleX(-1);
  width: 48px;
  height: auto;
  margin-top: 5px;
}
.tax-toggle {
  position: absolute;
  right: 0px;
}
.tax-toggle label {
  cursor: pointer;
}
.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 22px;
  vertical-align: middle;
  margin: 0 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #fff;
  border-radius: 12px;
  font-size: 0;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider.round {
  border-radius: 34px;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}
input:checked + .slider::before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.slider.round::before {
  border-radius: 50%;
}
.slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: #444;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider {
  cursor: pointer;
}
.toggle-price-span {
  width: 120px;
  display: inline-block;
  font-size: 13px;
  color: var(--light-text-color);
}
.left-toggle {
  text-align: right;
}
.right-toggle {
  text-align: left;
}
.hide-this {
  display: none;
}
#trial-top {
  z-index: 98;
  position: relative;
  padding: 0;
}
#trial-top h1 {
  color: var(--title-color-one);
}
#trial-top p {
  margin: 15px auto;
}
.main-section.presentation-features {
  max-width: 100%;
  background-color: #f2f2f7;
}
.main-section.presentation-features.analytics-section {
  max-width: 100%;
  padding: 96px 62px;
  background: #fff;
}
.analytics-section .tabs-image {
  background-color: #344655;
}
.tabs-wrapper-second.second-element {
  margin: 64px 0 96px;
}
.tre-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.tre {
  width: calc(25% - 15px);
  border-radius: 8px;
  padding: 32px 22px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e3e3e8;
  box-shadow: 0 2px 26px rgba(62, 76, 91, .06);
}
.tre img {
  width: 52px;
  height: auto;
  border-radius: 10px;
  padding: 4px;
  filter: invert(37%) sepia(14%) saturate(2230%) hue-rotate(196deg) brightness(103%) contrast(86%);
}
.tre p {
  font-weight: 500;
  font-size: 15px;
  color: var(--title-color-one);
  margin: 16px 0;
  font-family: var(--font-raleway);
}
.tre span {
  font-size: 16px;
  color: var(--light-text-color);
  line-height: 1.6;
}
.service-description.dd.read.margin12 {
  text-align: left;
  max-width: 100%;
  margin: 96px 0 0;
  font-size: 20px;
}
.service-description.dd.read {
  font-size: 18px;
}
.booking-elements {
  max-width: 1200px;
  margin: 96px auto 0;
  background-color: #fff;
  padding: 12px 42px;
  border: 1px solid #e2e6e8;
}
.booking-element {
  display: flex;
  align-items: center;
  font-size: 20px;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
  line-height: 26px;
  padding: 16px 0;
  gap: 32px;
}
.booking-element:last-child {
  border: unset;
}
.booking-element h3 {
  width: 40%;
  font-size: 16px;
  color: var(--title-color-one);
  font-weight: 500;
}
.booking-element p {
  width: 60%;
}
.analytics-first {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.order-section {
  margin-bottom: 140px;
}
.analytics-image {
  transform: scale(0.7);
  opacity: 0;
  transition: 0.4s all ease;
  cursor: unset;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.analytic-price {
  max-width: 776px;
  background-color: #0a253f;
  border-radius: 12px;
  margin: 128px auto;
  padding: 64px 24px;
  color: #fff;
}
.analytic-price p {
  font-size: 40px;
  font-weight: 500;
  margin-top: 0px;
}
.contact-buttons {
  width: 100%;
  max-width: 100%;
  background: #f9f6f4;
}
.page-template-page-created .hero-animation-element {
  background-color: unset;
}
.page-template-pricing #pricing, .page-template-update-page-trial #pricing, .page-template-update-page-medium #pricing {
  background-color: transparent;
  border: unset;
  padding: 0;
}
.page-template-update-order-medium .second-main, .page-template-update-orderpro .second-main {
  min-height: unset;
  padding: 128px 0 0;
}
.pricing-section {
  margin-top: 68px;
}
.pricing-page-section {
  padding: 0;
  margin: 96px auto;
}
.pricing-page-section .second-title {
  font-size: 42px;
  text-align: center;
}
.last-pricing-page-section {
  margin-bottom: 0;
  padding-bottom: 12px !important;
}
.tax-p {
  max-width: 100%;
  text-align: center;
  line-height: 20px;
  font-family: var(--font-raleway);
  font-weight: 500;
  font-size: 16px;
  color: var(--light-text-color);
  margin-bottom: 44px;
}
.page-template-faq #faq {
  border-top: unset;
  max-width: 1200px;
  padding: 0;
  margin-bottom: 128px;
  border-bottom: unset;
}
.page-template-faq .faq-description {
  max-width: 730px;
}
.page-template-faq .faq-wtapper .second-title {
  margin: 94px 0 24px 0;
  font-size: 36px;
  font-weight: 500;
  word-break: break-all;
  max-width: 100%;
  text-align: left;
}
.page-template-faq .faq-container {
  margin: 24px auto 0;
}
.page-template-faq .my-tabcontent-3 {
  scroll-margin: 56px;
}
.logout-message {
  position: absolute;
  top: 5px;
  text-align: center;
  color: #505050;
  font-size: 12px;
  line-height: 24px;
  width: 162px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}
.container-qa.lost-page {
  min-height: 100vh;
  padding-top: 200px;
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
}
.container-qa.lost-page p {
  font-size: 16px;
}
.support-page-h2 {
  max-width: 1200px;
  text-align: left;
  margin: 16px auto;
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color-third);
  font-family: var(--font-raleway);
}
#support-faq {
  padding: 0 0 88px 0;
}
.customer-services-support-page {
  padding: 0;
  display: flex;
  gap: 32px 32px;
  flex-wrap: wrap;
}
.support-container {
  margin-bottom: 96px;
}
.support-container:last-child {
  margin-bottom: 0;
}
.support-container h2 {
  font-size: 24px;
  font-weight: 600;
  color: #343434;
}
.support-item.tiedotteet, .support-item.uncategorized, .support-item.video {
  display: none;
}
.support-item {
  background-color: #fff;
  padding: 20px;
  width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
}
.support-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 18px;
  margin-bottom: 18px;
}
.support-item h2 {
   font-weight: 500;
  font-size: 18px;
  position: relative;
  display: block;
  color: rgb(26, 28, 33);
  text-align: left;
  margin: 0;
  color: var(--title-color-third);
  margin-left: 14px;
}
.number-of-items {
  margin-left: auto;
  order: 2;
  color: #fff;
  background-color: #2e2e2e;
  font-size: 12px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 8px;
  text-align: center;
  font-weight: 500;
}
.support-item ul {
  padding: 0;
  margin: 0;
}
.page-template-support h2 {
  letter-spacing: 0;
  margin-bottom: 42px;
}
.support-item ul li a {
  color: var(--light-text-color);
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  position: relative;
  font-weight: 300;
  font-size: 16px;
}
.support-item ul li a:hover {
  background-color: #f7f7f7;
}
.support-item ul li a:after {
  border: solid #7761de;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  transition: 0.1s;
  margin: 0px 0 0 4px;
  top: 20px;
  right: 11px;
}
.support-item ul li {
  font-size: 16px;
  list-style: square;
  list-style-position: inside;
  list-style-type: none;
  display: flex;
}
#support {
  background-color: #fff;
  margin: 64px auto;
  padding: 56px 135px 74px;
  border-radius: 24px;
}
.support-content {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.support-content-item {
  width: calc(33.33% - 22px);
  border: 1px solid #dadada;
  padding: 32px;
  border-radius: 15px;
  transition: 0.3s;
}
.support-content-item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.support-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.support-heading h3 {
  margin: 15px 0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.support-content-item:hover h3 {
  text-decoration: underline;
}
.support-content-item p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  text-align: center;
}
.support-heading img {
  width: 62px;
  height: auto;
  filter: invert(65%) sepia(15%) saturate(2072%) hue-rotate(92deg) brightness(101%) contrast(83%);
}
.hours {
  font-size: 14px;
  margin: -18px 0 30px 0;
}
.customer-services {
  padding: 0 0 48px 0;
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 64px;
}
.single-container {
  text-align: left;
  background-color: #fff;
  padding: 56px 135px 74px;
  border-radius: 24px;
  margin: 0 auto;
}
#customer-service {
  padding-top: 0;
}
.category-wrapper {
  margin: 0 auto 64px;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
}
.support-wrap.category-wrap h2 {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  font-family: var(--font-raleway);
  color: var(--title-color-one);
  margin: 0 0 18px 14px;
}
.single-post-tag {
  text-align: center;
  color: var(--title-color-one);
  margin: 12px 0 24px 0;
  font-size: 60px;
  line-height: 1.2;
  font-family: var(--font-raleway);
  font-weight: 600;
  letter-spacing: -2px;
}
.single-post-wrapper, #customer-service-gategory {
  max-width: 100%;
  border-top: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 124px;
}
.support-breadcrumb {
  text-align: left;
  margin: 64px auto 32px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.support-breadcrumb img {
  filter: invert(55%) sepia(24%) saturate(3534%) hue-rotate(217deg) brightness(88%) contrast(99%);
  width: 12px;
  height: 12px;
  margin-top: 3px;
}
.support-breadcrumb a {
  color: #664729;
  font-weight: 600;
  padding-left: 24px;
}
.support-breadcrumb a:hover {
  text-decoration: underline;
}
.support-breadcrumb span {
  color: var(--light-text-color);
}
.support-template {
  max-width: 1200px;
  margin: 0 auto 64px;
  background-color: #fff;
  padding: 0 42px 42px;
  text-align: left;
  border: 1px solid #eaeaea;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.support-breadcrumb span, .category-name-breadcrumb {
  color: var(--light-text-color);
}
.page-template-support-admin .top-link-bar, .page-template-support-admin .active-sticky, .page-template-support-admin #header, .page-template-support-admin .support-search, .page-template-support-admin #footer, .page-template-support-admin .copyright, .page-template-support-admin .header-open-nav {
  display: none;
}
.page-template-support-admin, .page-template-support-admin #support {
  background-color: transparent;
}
.page-template-support-admin #support {
  margin: 0;
  padding: 0;
}
.page-template-support-admin .second-main {
  padding: 56px 0 0;
}
.page-template-support-admin .support-content-item {
  background-color: #fff;
}
.single-template p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--light-text-color);
  overflow-wrap: break-word;
}
.single-content ul li, .single-content ol li {
  font-size: 18px;
  line-height: 1.5;
  color: var(--light-text-color);
  font-weight: 300;
  margin-bottom: 12px;
}
b {
  font-weight: 600;
}
.single-content ol li::marker {
  font-weight: 500;
}
.single .video-wrapper {
  background-color: #f6f6f6;
  margin-top: unset;
}
.single-content h2 {
  font-weight: 600;
  margin: 68px auto 22px;
  color: var(--title-color-one);
  font-size: 32px;
}
.single-content h3 {
  margin-top: 64px;
  font-weight: 600;
}
.single-content h4 {
  font-size: 20px;
  font-weight: 500;
  color: #343434;
  margin-top: 64px;
}
.single-content a {
  color: #664729;
  font-weight: 400;
  text-decoration: underline;
  text-decoration: none;
}
.support-contact-button:hover {
  text-decoration: underline;
}
.single-template code {
  background-color: #f9f9;
  font-size: 14px;
  padding: 6px;
}
.single-template code {
  word-break: break-all;
}
.single-videos {
  background-color: #f6f6f6;
  padding: 0 0 42px;
  border-top: 42px solid #fff;
}
#single-video-swiper {
  overflow: hidden;
}
#single-video-swiper video {
  width: 100%;
  border-radius: 6px;
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0 0 1px hsla(0, 0%, 0%, 0.05), 0 0.3px 0.4px hsla(0, 0%, 0%, 0.02), 0 0.9px 1.5px hsla(0, 0%, 0%, 0.045), 0 3.5px 6px hsla(0, 0%, 0%, 0.09);
  max-width: 938px;
  background-color: #344655;
  padding: 32px;
}
#single-video-swiper .swiper-slide {
  text-align: center;
}
#single-video-thumbs {
  margin-bottom: 42px;
  margin-top: -42px;
}
#single-video-thumbs {
  max-width: 790px;
}
.thumbs {
  display: flex;
  justify-content: center;
}
.thumbs .swiper-slide {
  width: auto !important;
  border-bottom: 2px solid transparent;
  padding: 8px 18px;
  margin: 0 !important;
}
.thumbs .swiper-slide-thumb-active {
  color: #343434;
  background-color: #f6f6f6;
}
.thumbs .swiper-slide h3 {
  margin: 0;
  color: rgba(102,112,133,1);
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  cursor: pointer;
}
.thumbs .swiper-slide h3:hover {
  border-bottom: 2px solid #3e28b5;
}
.thumbs .swiper-slide-thumb-active h3 {
  color: var(--title-color-one);
  border-bottom: 2px solid #3e28b5;
}
.single .support-item {
  width: 100%;
  box-shadow: unset;
  border: none;
  padding: 0;
}
.single-content .lightbox-trigger {
  width: 300px;
  display: block;
  position: relative;
}
.single-content .lightbox-trigger::before {
  background-image: url(/wp-content/themes/multi-teema/images/zoom-in.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  content: "";
  background-size: 16px;
  position: absolute;
  right: 8px;
  top: 8px;
  background-position: center;
  z-index: 2;
  background-color: #5a5a5a40;
  transition: .4s ease;
  padding: 10px;
  border-radius: 4px;
  cursor: zoom-in;
}
.lightbox-trigger:hover::before {
  background-color: #00000040;
}
.lightbox-trigger img:hover {
  cursor: zoom-in;
}
.basicLightbox.basicLightbox--img.basicLightbox--visible {
  cursor: zoom-out;
}
.single-template h1 {
  text-align: left;
  margin: 16px 0 28px;
  font-size: 40px;
  color: var(--title-color-one);
}
.single-content strong {
  color: var(--title-color-one);
}
.form-message-logged h3 {
  font-size: 32px;
  font-weight: 500;
  color: var(--title-color-one);
  text-align: center;
}
.article-info {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0 56px;
}
.article-time {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.author-image {
  margin: 0 !important;
  cursor: unset !important;
  border: unset !important;
}
.article-info p {
  font-size: 12px;
  color: #7e7d7d;
  margin: 0;
}
.support-tag-cloud {
  padding: 32px;
  margin-top: 64px;
  background-color: #f6f6f6;
}
.support-tag-cloud h2 {
  color: var(--title-color-one);
  font-weight: 500;
  font-size: 24px;
  text-align: left;
}
.support-tag-cloud .tag-cloud-container {
  flex-direction: column;
}
.support-tag-cloud a {
  border: 1px solid #4b585233;
  margin: 0;
  padding: 8px 12px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 15px;
  transition: 0.35s;
  background-color: #fff;
}
.support-tag-cloud a:hover {
  border: 1px solid #3e28b5;
}
.support-contact {
  background-color: #f6f6f6;
  padding: 28px 42px;
  margin-top: 68px;
}
.support-contact-content h2 {
  margin-top: 0;
  font-weight: 500;
  color: var(--title-color-one);
  font-size: 24px;
}
.support-contact-button {
  background-color: #000;
  color: #fff !important;
  padding: 12px 18px;
  font-size: 16px;
  border-radius: 6px;
  margin-top: 12px;
  display: inline-block;
}
.post-template-single-step-by-step .video-wrapper {
  background-color: transparent;
  margin-top: unset;
}
.post-template-single-step-by-step .single-content h3 {
  margin-top: 0;
}
.post-template-single-step-by-step .video-text-item p {
  margin-bottom: 0;
}
.form-message-logged p {
  text-align: center;
  font-size: 20px;
  color: var(--light-text-color);
  line-height: 1.6;
}
.take-contact {
  padding: 72px 32px 32px 32px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  width: calc(33.33% - 15px);
  text-align: left;
  position: relative;
  border-radius: 6px;
  box-shadow: 2px 2px 50px 8px rgba(182, 182, 182, .12);
}
.take-contact::before {
  background-repeat: no-repeat;
  background-size: 32px auto;
  content: "";
  display: inline-block;
  position: absolute;
  left: 33px;
  top: 32px;
  height: 32px;
  width: 32px;
  filter: invert(65%) sepia(15%) saturate(2072%) hue-rotate(92deg) brightness(101%) contrast(83%);
}
.take-contact:nth-child(1):before {
  background-image: url(/wp-content/themes/multi-teema/images/message.svg);
}
.take-contact:nth-child(2):before {
  background-image: url(/wp-content/themes/multi-teema/images/support.svg);
}
.take-contact:nth-child(3):before {
  background-image: url(/wp-content/themes/multi-teema/images/bell.svg);
}
.take-contact:nth-child(4):before {
  background-image: url(/wp-content/themes/multi-teema/images/feed.svg);
}
.take-contact:nth-child(5)::before {
  background-image: url(/wp-content/themes/multi-teema/images/roadmap.svg);
}
.take-contact:nth-child(6)::before {
  background-image: url(/wp-content/themes/multi-teema/images/address.svg);
}
.take-contact:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.street-address-div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.street-address-div span {
  font-size: 14px !important;
  font-weight: 400;
}
.address-info {
  font-size: 11px;
  color: var(--light-text-color);
  margin-top: 28px;
}
.contact-p {
  position: relative;
  display: block;
  margin-bottom: 16px;
  text-align: left;
  color: var(--title-color-one);
  font-weight: 600;
  font-size: 18px;
}
.contact-p:after {
  border: solid #606060;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  transition: 0.1s;
  margin: 0px 0 0 4px;
  top: 7px;
  opacity: 0;
}
.contact-no:after {
  display: none;
}
.take-contact:hover .contact-p:after {
  margin-left: 10px;
  opacity: 1;
}
.take-contact span {
  font-size: 16px;
  color: var(--light-text-color);
}
.tag-cloud {
  padding: 32px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
}
.tag-cloud h2 {
  color: var(--title-color-one);
  font-weight: 600;
  font-size: 18px;
  text-align: left;
}
.tag-cloud-container {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 12px;
  margin-top: 32px;
  justify-content: center;
}
.tag-cloud a {
  border: 1px solid #4b585233;
  margin: 0;
  padding: 8px 12px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 15px;
  transition: 0.35s;
}
.tag-cloud a:hover {
  border: 1px solid #3e28b5;
}
.contact-page-h1 h1 {
  font-size: 48px;
  text-align: left;
}
.contact-page-h1 .service-description {
  text-align: left;
  font-size: 20px !important;
  max-width: 100% !important;
}
.contact-page {
  display: flex;
  gap: 64px;
  margin-bottom: 128px;
}
.contact-page-label {
  justify-content: flex-start;
}
.hero-first.contact-page-h1 {
  text-align: left;
  margin-top: 82px;
}
.hero-contact {
  width: 50%;
}
.contact-wrapper {
  text-align: left;
  max-width: 972px;
  margin: 64px auto 0;
  padding: 0px 32px 0 32px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  width: 50%;
  box-shadow: 0px 16.83486px 15.71254px 0px rgba(0, 0, 0, 0.025);
}
.success-contact {
  margin-top: 30px;
}
.success-contact img {
  margin-left: 0;
}
.contact-wrapper .forminator-row-last .forminator-field {
  text-align: left;
}
.service-description.dd.read.contact-div {
  text-align: left;
}
.contact-form-title .forminator-label {
  font-weight: 500 !important;
  color: var(--title-color-one) !important;
  font-size: 22px !important;
  font-family: var(--font-raleway) !important;
}
.success-contact p {
  font-size: 18px !important;
  color: var(--light-text-color) !important;
  line-height: 1.5 !important;
}
.forminator-ui#forminator-module-977.forminator-design--default .forminator-response-message.forminator-success {
  box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
}
.video-container-videos {
    position: relative;
}
.video-oo {
    width: 100%;
    height: 100%;
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 76px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  padding: 20px;
  border: 1px solid #9c79fc;
}
.news-description {
  text-align: center;
  max-width: 1133px;
  margin: 0 auto 32px;
  font-size: 18px;
  text-wrap: balance;
  color: var(--light-text-color);
  line-height: 1.6;
  font-weight: 400;
}
.news-template {
  margin: 64px 0;
}
.news-container {
  margin: 0 auto;
}
.news-content-wrapper {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-item {
  display: flex;
  gap: 24px;
  background-color: #fff;
  margin: 0 auto 20px;
  border-radius: 12px;
  padding: 16px;
}
.news-heading h2 {
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 500;
  margin: 8px 0;
  text-align: left;
}
.news-heading h2:hover {
  text-decoration: underline;
}
.news-heading-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.tag-page-header {
  text-align: center;
}
.tag-container {
  margin: 64px auto;
}
.news-tag {
  margin: 0;
}
.news-tag a {
  background-color: #4b585233;
  padding: 4px 12px;
  font-size: 12px !important;
  border-radius: 24px;
  margin: 0;
  font-weight: 500;
}
.news-tag a:hover {
  text-decoration: underline;
}
.post-date {
  font-size: 16px !important;
  margin: 0;
}
.news-content-wrapper p {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.news-releases-heading-p {
  text-align: center;
  color: var(--title-color-one);
  margin: 12px auto 24px;
  font-size: 60px;
  line-height: 1.2;
  font-family: var(--font-raleway);
  font-weight: 600;
  letter-spacing: -2px;
  max-width: 1446px;
  text-wrap: balance;
}
.news-releases-heading {
  color: var(--title-color-one);
  margin: 0px auto 24px;
  font-size: 47px;
  line-height: 1.2;
  font-family: var(--font-raleway);
  font-weight: 600;
  max-width: 920px;
  text-align: left;
}
.post-meta-info {
  display: flex;
  gap: 17px;
  max-width: 920px;
  margin: 0 auto 24px;
  align-items: baseline;
  justify-content: center;
}
.post-meta-info p {
  font-size: 18px;
  color: var(--light-text-color);
  line-height: 1.6;
  font-weight: 300;
  margin: 0;
}
.single-tags {
  display: flex;
  gap: 16px;
}
.post-meta-info a {
  color: #664729;
  font-weight: 400;
  font-size: 18px;
  text-decoration: underline;
}
.single-news-content-wrapper h2 {
  font-size: 32px;
  margin-top: 64px;
  font-weight: 600;
}
.single-news-content-wrapper h3 {
  font-size: 20px;
  margin-top: 34px;
  font-weight: 600;
}
.single-news-content-wrapper pre {
  background-color: #f9f9f9;
  padding: 18px;
}
.single-news-content-wrapper code {
  font-size: 18px;
  line-height: 1.4;
}
.single-news-content-wrapper a {
  color: #664729;
  font-weight: 400;
  text-decoration: underline;
}
.single-news-content-wrapper strong {
  color: var(--title-color-one);
  font-weight: 500;
}
.single-news-content-wrapper {
  max-width: 920px;
  margin: 0 auto;
}
.single-featured-image {
  max-width: 920px;
  margin: 0 auto 32px;
  padding: 12px;
  background-color: #f5f6f4;
  border-radius: 12px;
}
.single-featured-image img {
  border-radius: 12px;
  margin: 0 auto;
  width: 896px;
  height: auto;
  max-width: 100%;
}
.single-news-content-wrapper p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--light-text-color);
  overflow-wrap: break-word;
}
.pagination {
  display: flex;
  justify-content: center;
  margin: 42px 0 0;
  gap: 20px;
}
.pagination a:hover {
  text-decoration: underline;
}
.page-numbers.current {
  font-weight: 600;
}
.single-news-template {
  text-align: left;
  background-color: #fff;
  padding: 56px 135px 74px;
  border-radius: 24px;
  margin: 0 auto 96px;
}
.newest-articles {
  background-color: #f6f6f6;
  padding: 28px 42px;
  margin-top: 96px;
}
.newest-articles h2 {
  font-size: 24px;
}
.newest-articles .front-news {
  margin: 0;
}
.newest-articles .front-news-item img {
  background-color: #fff;
}
.newest-articles .post-date {
  margin: 18px 0 -12px;
}
.page-template-news-admin #header, .page-template-news-admin .top-link-bar, .page-template-news-admin #footer, .page-template-news-admin .copyright, .page-template-news-admin .floating-div, .page-template-news-admin .header-open-nav {
  display: none !important;
}
.page-template-news-admin .second-main {
  padding: 52px 0 0;
}
.page-template-news-admin {
  background-color: transparent !important;
}
.general-template {
  max-width: 1200px;
  margin: 0 auto 64px;
  background-color: #fff;
  padding: 0 42px 42px;
  text-align: left;
  border: 1px solid #eaeaea;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.featured-image a {
  padding: 12px;
  background-color: #f5f6f4;
  border-radius: 12px;
  width: 324px;
  display: block;
}
.featured-image img {
  border-radius: 12px;
  max-width: 300px;
}
.step-by-step-content ul {
  margin: 12px 0 -4px;
}
.single-content .step-by-step-content ul li {
  font-size: 16px;
  line-height: 1.5;
  color: var(--title-color-one);
  margin-bottom: 8px;
}
.single-content .step-by-step-content ul li:last-child {
  margin-bottom: 0;
}
.step-by-step-content ul {
  padding-left: 22px;
}
.step-by-step-content li::marker {
  color: #3e28b5; 
}
.general-template .support-breadcrumb {
  max-width: 100%;
}
.general-template h1 {
  text-align: left;
  margin: 32px 0;
  font-size: 42px;
  font-family: "Roboto", sans-serif
}
.general-template li {
  font-size: 18px;
  line-height: 1.5;
  color: var(--light-text-color);
  overflow-wrap: break-word;
  margin-bottom: 32px;
}
.general-template a, .link {
  color: #664729;
  font-weight: 700;
}
.news-top {
  font-size: 16px !important;
  margin-top: -20px;
}
.general-template p {
  font-size: 20px;
  line-height: 1.5;
  color: var(--light-text-color);
  overflow-wrap: break-word;
}
.general-template p strong {
  color: var(--title-color-one);
  font-size: 24px;
  display: block;
  margin-top: 68px;
  font-weight: 600;
}
.general-template img {
  height: auto;
  margin: 20px auto;
}
.page-template-support .faq-wtapper {
  background-color: #fff;
  border: 1px solid #d5d9ff;
  padding: 32px 94px;
}
.page-template-support .faq-wtapper {
  max-width: unset;
}
.support-wrap.category-wrap img {
  filter: invert(37%) sepia(14%) saturate(2230%) hue-rotate(196deg) brightness(103%) contrast(86%);
  width: 40px;
  height: 40px;
  margin: 0;
}
.support-wrap.category-wrap {
  padding-bottom: 0px;
}
.support-wrap.category-wrap {
  color: var(--title-color-third);
  font-family: var(--font-raleway);
}
.category-content h3, .post h2 {
  color: var(--light-text-color);
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-content: center;
  margin: 0;
}
.category-content h3 img, .post h2 img {
  margin: 0 10px 0 0;
  filter: invert(37%) sepia(14%) saturate(2230%) hue-rotate(196deg) brightness(103%) contrast(86%);
}
.category-content h2 a:hover {
  text-decoration: underline;
}
.support-url, .news-url {
  font-size: 15px;
  padding: 20px 0 20px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.search-container {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  margin: 0 auto;
  text-align: left;
}
.support-url a, .news-url a {
  color: #1179F7;
  display: flex;
  align-items: center;
  gap: 6px;
}
.support-url a path {
  fill: #DBECFF;
  stroke: #1179F7;
}
.category .support-url a:nth-child(2) {
  font-size: 15px;
  color: rgb(26, 28, 33);
  font-weight: 500;
}
.general-template.news-template a {
  color: var(--title-color-one);
  font-size: 32px;
  display: block;
  margin-top: 68px;
  font-family: var(--font-raleway);
  line-height: 1.1;
}
.support-description {
  font-size: 18px;
  max-width: 1163px;
  text-wrap: balance;
  text-align: center;
  color: var(--light-text-color);
  line-height: 1.6;
  font-weight: 400;
  margin: 0 auto 42px;
}
.support-search {
  display: flex;
  justify-content: center;
}
.search-h1 {
  text-align: center;
}
.search-container h2 a {
  color: var(--light-text-color);
  width: 100%;
  padding: 14px 22px 14px 16px;
  border-radius: 8px;
  position: relative;
  font-weight: 300;
}
.search-container h2 a:hover {
  background-color: #f4f4f4;
}
.terminology-container {
  margin: 64px auto;
}
.page-template-terminology .search-container {
  margin: 64px auto;
}
.tags-container {
  background-color: #f9f9f9;
  padding: 20px 54px 54px;
  margin-top: 64px;
}
.terminology-tag {
  background-color: #4b585233;
  padding: 4px 12px;
  font-size: 12px !important;
  border-radius: 24px;
  margin: 0;
  font-weight: 500;
}
.tags-container h2 {
  font-size: 24px;
  font-weight: 600;
  color: #343434;
  margin-bottom: 24px;
}
.tags-container p {
  font-size: 18px;
  line-height: 1.4;
}
.tags-wrapper {
  display: flex;
  gap: 16px 18px;
  margin-top: 46px;
  flex-wrap: wrap;
}
.tags-wrapper a {
  background-color: #eaeaea;
  padding: 8px 12px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 15px;
  transition: 0.35s;
}
.tags-wrapper a:hover {
  background-color: #c0c0c0;
}
.search-container h2 a:after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  transition: 0.1s;
  margin: 0px 0 0 4px;
  top: 22px;
  right: 11px;
}
#searchform label {
  font-size: 0px;
}
.search-form {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 346px;
}
#s {
  border: 1px solid #282727;
  line-height: 34px;
  border-radius: 4px;
  color: var(--light-text-color);
  padding: 0 10px;
  font-size: 15px;
  width: 100%;
}
#s:focus-visible {
  outline: 0 !important;
}
#searchsubmit {
  background-color: var(--button-color);
  color: #fff;
  border: unset;
  border-radius: 0 4px 4px 0;
  margin-left: -11px;
  line-height: 36px;
  padding: 0 20px;
  font-size: 15px;
}
.category-content h3 a {
  color: var(--light-text-color);
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  position: relative;
  font-weight: 300;
}
.category-content h3 a:after {
  border: solid #7761de;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  transition: 0.1s;
  margin: 0px 0 0 4px;
  top: 20px;
  right: 11px;
}
.category-content h3 a:hover {
  background-color: #eeeef8
}
.mobile-wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 98;
  transform: translateY(405%) translateX(0px);
  display: none;
}

.mobile-wrapper-loaded {
  transition: transform 0.3s ease-in-out;
}

.mobile-wrapper.mobile-active {
  transform: translateY(0px) translateX(0px);
  transition: transform 0.3s ease-in-out;
}
.mobile-menu {
  width: 100%;
  background-color: #f2f0ee;
  height: calc(100% - 83px);
  margin: 84px auto 0;
  padding: 32px 82px;
  overflow-y: auto;
}
.header-open-nav.active {
  background-color: #8b8b8b;
  border-radius: 50%;
}
.mobile-title {
  font-size: 14px;
  color: var(--title-color-one);
  text-transform: uppercase;
  letter-spacing: 3px;
}
.mobile-title:nth-of-type(2), .mobile-title:nth-of-type(3) {
  margin-top: 32px;
}
#menu-mobile {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
#menu-mobile .menu-item {
  width: 100%;
  margin-bottom: 12px;
}
#menu-mobile .menu-item a {
  display: flex;
}
#menu-mobile .menu-item a {
  display: flex;
  gap: 20px;
}
.menu-item > a img {
  height: 30px;
  width: 30px;
  filter: invert(65%) sepia(15%) saturate(2072%) hue-rotate(92deg) brightness(101%) contrast(83%);
}
.menu-item > a p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: var(--title-color-one);
  font-weight: 500;
}
.log-out-button a p {
  color: red;
}
.header-open-nav {
  width: 43px;
  height: 43px;
  cursor: pointer;
  position: fixed;
  right: 24px;
  display: block;
  background-color: unset;
  top: 23px;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
}
.header-nav-container {
  width: 23px;
  height: 16px;
  position: relative;
}
.header-open-nav:hover > .header-line{
    background-color:#383636;
}
.header-line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: .25s ease-in-out;
}
.header-second-line,.header-third-line{
    margin-top:5px;
}
.header-line.header-first-line.ham-active {
    transform: rotate(45deg);
    position: absolute;
    left: 0px;
    top: 6px;
}
.header-line.header-second-line.ham-active {
    display: none;
}
.header-line.header-third-line.ham-active {
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 6px;
    margin-top: 0;
}
.logged-out-mobile-menu {
    display: block;
}
.logged-in-mobile-menu, .log-out-button {
    display: none;
}
.logged-in .logged-in-mobile-menu, .logged-in .log-out-button {
    display: block;
}
.logged-in .logged-out-mobile-menu {
    display: none;
}
.log-out-button a {
  color: red;
}
.page-template-themes .service-description {
  margin: 0px auto 44px;
  max-width: 1062px;
  text-wrap: balance;
}
.page-template-update-page-medium .flex-wrapper-pricing-update, .page-template-update-page-trial .flex-wrapper-pricing-update {
  margin-top: 64px;
}
.current-plan-div-one {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin-left: -32px;
  margin-top: -32px;
  display: none;
}
.current-plan-div-two {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin-left: -32px;
  margin-top: -32px;
  display: none;
}
.plan-tag-one {
  position: absolute;
  font-size: 14px;
  z-index: 9;
  font-weight: 500;
  background-color: #e9e1d9;
  padding: 12px;
  border-radius: 8px;
  top: -22px;
  color: #222121;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  text-align: center;
}
.plan-tag-two {
  position: absolute;
  font-size: 14px;
  z-index: 9;
  font-weight: 500;
  background-color: #e9e1d9;
  padding: 12px;
  border-radius: 8px;
  top: -22px;
  color: #222121;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.counter-wrapper {
  display: flex;
  gap: 18px;
  font-size: 20px;
  color: var(--light-text-color);
  flex-direction: column;
  align-items: center;
}
.counter-wrapper span {
  font-size: 14px;
}
.counter {
  display: flex;
  gap: 18px;
  color: #6e64ba;
  font-weight: 500;
  font-size: 15px;
}
.trial-text-des {
  margin: 0px;
  max-width: 886px;
  text-align: center;
  line-height: 1.5;
  color: var(--light-text-color);
  line-height: 1.6;
  font-size: 20px;
}
.counter-ended {
  text-align: center;
  color: var(--light-text-color);
  line-height: 1.6;
}
.page-template-update-page-trial .plan-tag-one, .page-template-update-page-trial .current-plan-div-one {
  display: block;
}
.page-template-update-page-medium .plan-tag-two, .page-template-update-page-medium .current-plan-div-two, .page-template-update-page-medium .current-plan-div-one {
  display: block;
}
.page-template-update-page-trial .current-plan-one .order-now {
  opacity: 0.5;
}
.page-template-update-page-medium .current-plan-one .order-now, .page-template-update-page-medium .current-plan-two .order-now {
  opacity: 0.5;
}
.page-template-features .feature-hide {
  display: none;
}
.page-template-make-review .pop-wrap {
  padding: 32px 56px 64px;
  min-height: unset;
  margin: 32px 0 64px;
}
.page-template-make-review #html-3 {
  margin-top: -18px;
}
.page-template-make-review #radio-1 {
  margin-top: 0px;
}
.page-template-make-review #html-1 {
  margin-top: -26px;
}
#signup-content {
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
}
#wpadminbar {
  display: none;
}
.page-template-admin-pricing .header-open-nav {
  display: none;
}
.page-template-admin-pricing .second-main, .page-template-admin-pricing #pricing, .page-template-admin-pricing .main-section.pricing-page-section {
  padding: 0;
}
.page-template-admin-pricing #header, .page-template-admin-pricing .top-link-bar, .page-template-admin-pricing #footer, .page-template-admin-pricing .copyright {
  display: none;
}
.page-template-admin-pricing {
  background-color: transparent;
}
.page-template-admin-pricing .main-section {
  padding-bottom: 0;
}
.page-template-admin-pricing #pricing, .page-template-admin-pricing .pricing-page-section {
  max-width: 100% !important;
  width: 100% !important;
}
.page-template-update-page-medium {
  padding-top: 0;
  background-color: transparent;
}
.page-template-update-page-medium .top-link-bar,
.page-template-update-page-medium #header,
.page-template-update-page-medium #footer,
.page-template-update-page-medium .copyright,
.page-template-update-page-medium .floating-div {
  display: none;
}
.page-template-update-page-medium {
  min-height: 63vh;
}
.page-template-update-page-medium .second-main {
  padding-top: 0;
}
.page-template-update-page-medium .header-open-nav {
  display: none;
}
.page-template-update-page-medium #make-website {
  padding: 0 !important;
}
.page-template-update-orderpro {
  padding-top: 0;
  background-color: transparent;
}
.page-template-update-orderpro .top-link-bar, .page-template-update-orderpro #header, .page-template-update-orderpro #footer, .page-template-update-orderpro .copyright, .page-template-update-orderpro .floating-div {
  display: none;
}
.page-template-update-orderpro {
  min-height: 63vh;
}
.page-template-update-orderpro .second-main {
  padding-top: 0;
}
.page-template-update-orderpro .header-open-nav {
  display: none;
}
.page-template-update-orderpro #make-website {
  padding: 0 !important;
}
.page-template-admin-pricing .current-plan-div-one, .page-template-admin-pricing .plan-tag-one {
  display: block;
}
.page-template-admin-pricing .flex-wrapper-pricing {
  margin: 64px auto 64px;
}
.roadmap {
  margin: 64px auto;
}
.progress-main h2 {
  color: #725fce;
  text-align: center;
  font-weight: 600;
}
.progress-main .roadmap-item h3 {
  color: #725fce;
}
.planned h2 {
  color: #1fa0ff;
  text-align: center;
  font-weight: 600;
}
.planned .roadmap-item h3 {
  color: #1fa0ff;
}
.ready h2 {
  color: rgb(75, 147, 79);
  text-align: center;
  font-weight: 600;
}
.ready .roadmap-item h3 {
  color: rgb(75, 147, 79);
}
.roadmap-container {
  border-radius: 24px;
  margin-bottom: 98px;
}
.roadmap-item {
  margin-bottom: 42px;
  background-color: #fff;
  padding: 48px;
}
.roadmap-progress-tag {
  color: #845adf;
  background-color: #f2eefc;
  display: inline;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 4px;
}
.roadmap-planned-tag {
  color: #1fa0ff;
  background-color: #e5f4ff;
  display: inline;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 4px;
}
.roadmap-ready-tag {
  color: rgb(75, 147, 79);
  background-color: rgb(213, 228, 214);
  display: inline;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 4px;
}
.roadmap-item h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 12px;
}
.roadmap-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color-one);
}
.roadmap-item p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--light-text-color);
}
.roadmap-item li {
  font-weight: 300;
}
.roadmap-progress {
  margin-top: 32px;
}
.roadmap-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.roadmap-top h4, .roadmap-top p {
  font-size: 14px;
  font-weight: 400;
  color: #41913e;
}
.item-bar {
  width: 100%;
  background-color: #e9e9e9;
  position: relative;
  height: 28px;
  border-radius: 6px;
  margin-top: 8px;
}
.progress {
  height: 28px;
  background-color: #588d65;
  border-radius: 6px 0 0 6px;
  position: relative;
}
.progress span {
  position: absolute;
  right: -14px;
  top: -21px;
  font-size: 12px;
  font-weight: 700;
}
@media only screen and (max-width: 1700px) {
.site-width {
  width: calc(100% - 10%) !important;
}
.inner_header {
  padding: 0 32px;
  max-width: 90%;
}
.header-logo {
  left: 0;
}
.header-right {
  right: 0;
}
.sector-item {
  width: calc(25% - 11px);
}
}

@media only screen and (max-width: 1500px) {
#top-section {
  max-width: 1200px;
}
.header-menu {
  width: unset;
  max-width: unset;
}
.featured-content {
  padding: 0;
}
.floating-div {
  display: none;
}
}

@media only screen and (max-width: 1300px) {
:root {
  --menu-color: #fff;
}
.site-width {
  max-width: 100% !important;
  width: 100% !important;
}
.header-logo {
  left: 24px;
}
.header-right {
  right: 78px;
}
.menu-navigation-container .active.menu-item a, .menu-navigation-container .menu-item a:hover {
  border-bottom: 1px solid #fff;
}
.features-wrapper, #faq {
  padding: 56px 32px 74px;
  border-radius: 0;
}
.video-section {
  padding: 56px 0 74px;
  border-radius: 0;
}
#service-overview {
  padding: 56px 32px 74px;
  border-radius: 0;
}
.main-section.news-section-front {
  padding: 52px 32px !important;
}
.video-section .heading-wrapper, #video-slider, .features-content.video-features, .website-creation-wrapper {
  padding: 0 32px;
}
.phase h3 {
  color: #fff;
}
.heading-wrapper a {
  color: #00fc3f;
}
.video-features {
  margin: 78px auto 0;
}
#video-instruction {
  padding: 56px 32px 0;
  border-radius: 0;
}
#reviews {
  padding: 56px 32px 60px;
}
.features-wrapper, .video-section, #reviews, #video-instruction, #service-overview {
  margin: 0 auto;
}
.instruction > img {
  max-width: 100%;
}
.video-section {
  background-color: #000;
}
#made-with {
  margin-bottom: 0;
}
.video-section .heading-icon-wrapper {
  background-color: #424040;
}
.video-section .heading-h h2, .video-section .heading-wrapper p {
  color: #fff;
}
.video-container {
  margin-top: 32px;
}
.video-item {
  top: 128px;
}
#reviews {
  background: #f2f0ee;
}
#reviews h2, #reviews .heading-wrapper p {
  color: var(--title-color-one);
}
#header {
  height: 90px;
  margin-top: 0;
  background-color: #282828;
  border-bottom: 1px solid #282828;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
}
#header.header-sticky {
  background-color: #282828;
  top: unset;
  position: fixed;
  height: 90px;
  margin-top: 0;
  z-index: 101;
}
.inner_header {
  max-width: 100%;
}
.trial.active, .trial {
  color: #fff;
  font-size: 16px;
  padding: 11px 12px;
}
.doodle-one {
  right: -38px;
}
.mobile-wrapper {
  display: block;
  position: fixed;
  transform: translateY(-105%) translateX(0px);
}
.home .header-logo a img {
  background-color: unset;
}
.white-logo {
  display: block;
}
.dark-logo {
  display: none;
}
.header-logo.fixed-logo img {
  max-height: 200px;
}
.inner_header {
  height: 90px;
}
.log-in-second {
  font-size: 14px;
  line-height: 28px;
  color: var(--menu-color);
  padding: 0 0 1px 0;
  font-weight: 500;
}
.menu-navigation-container {
  gap: 24px;
}
.active-sticky, .logged-in .active-sticky {
  top: -56px;
}
.support-link.active {
  top: -287px;
}
#start-trial {
  border-radius: 0;
}
.trial.active {
  border-radius: 10px;
  color: #fff;
  padding: 11px 12px;
}
.header-open-nav {
  display: flex;
}
.top-link-bar {
  display: none;
}
.header-right-inner {
  gap: 32px;
}
.logged-in #header {
  margin-top: 0;
}
.hidden-menu {
  display: none;
}
#top-section {
  padding-top: 154px;
}
.main-section {
 scroll-margin: -14px;
}
.scroll-themes {
  margin-right: 0;
}
.hero-wrapper {
  min-height: unset;
}
.left-column {
  gap: 16px;
}
.main-section {
  padding: 84px 32px;
}
#top-element {
    padding: 0 32px;
}
.page-template-features #top-element {
  padding-bottom: 96px;
}
.home #top-element {
  padding: 0 32px 74px;
}
.video-wrapper {
  margin-top: 20px;
  padding: 0 32px;
  gap: 32px;
}
.single .video-wrapper {
  padding: 0;
}
.single .video-text-item.active, .single .video-text-item.active:hover {
  background-color: #f6f6f6;
  border-left: 3px solid rgb(75, 147, 79);
  border-radius: 0;
}
.single .video-text-item h3 {
  color: var(--title-color-one);
}
.single .video-container {
  width: calc(100% + 52px);
  margin-left: -26px;
}
.single .video-thumbs-wrapper .swiper-slide-active, .single .video-thumbs-wrapper .swiper-slide {
  background-color: #f6f6f6;
  border: unset;
}
.single .video-thumbs-wrapper .swiper-slide h3 {
  color: var(--title-color-one);
}
.single-news-template {
  padding: 20px 96px 74px;
  border-radius: 0;
}
.newest-articles {
  margin-top: 0;
}
.video-text-item.active, .video-text-item.active:hover {
  background-color: #252525;
  border-left: unset;
}
.video-text-item h3 {
  color: #fff;
}
.video-text-item {
  border: unset;
  border-radius: 6px;
  padding: 20px;
}
.video-text-item:hover {
  background-color: unset;
}
#video-slider {
  max-width: unset;
}
.video-container {
  gap: 82px;
}
.video-thumbs-wrapper .swiper-slide-active, .video-thumbs-wrapper .swiper-slide {
  background-color: #252525;
  border: unset;
}
.video-thumbs-wrapper .swiper-slide h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: -12px;
}
.video-thumbs-wrapper .swiper-slide p {
  color: #fff;
  opacity: 0.55;
}
.features-heading span {
  background-color: #fff;
  color: #2d2c2c;
}
.video-section h4 {
  color: #fff;
}
.video-section p {
  color: #fff;
  opacity: 0.75;
  margin-top: 4px;
}
.video-o {
  border: unset;
}
.hero-wrapper {
  justify-content: center;
  flex-flow: row wrap-reverse;
}
.main-title {
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.service-description {
  text-align: center;
}
.hero-left {
  width: 100%;
  padding: 0;
}
.hero-right {
  padding: 0;
  width: 100%;
  transform: translateX(0px);
  margin-bottom: 52px;
}
.hero-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 14px;
}
.flex-wrapper-pricing {
  width: 100%;
  gap: 24px;
}
.inner-footer {
  padding: 48px 42px 18px;
}
.lower-footer {
  padding: 0;
}
.footer-logo {
  left: 20px;
}
#support {
  padding: 32px 32px 64px;
  border-radius: 0;
  margin-bottom: 0;
}
.page-template-support h2 {
  margin-bottom: 26px;
}
.support-container:last-child {
  margin-bottom: 0;
}
.page-template-support #faq {
  padding: 0 62px 80px;
}
.support-url, .news-url {
  margin-left: -20px;
  width: calc(100% + 40px);
}
.support-breadcrumb a {
  padding-left: 0px;
}
.single-container, .single-news-container {
  padding: 32px 32px 64px;
  border-radius: 0;
}
.single-news-container {
  margin-bottom: 0;
}
.news-container {
  padding: 0 32px;
}
.page-template-create-pro #header.header-sticky, .page-template-create-medium #header.header-sticky, .page-template-create-trial #header.header-sticky {
  display: block !important;
}
.bb {
  display: none;
}
.zzz {
  display: none;
}
.main-section {
  scroll-margin: 28px;
}
#faq {
  scroll-margin: -24px;
}
#service-package {
  margin: 62px 20px 146px;
}
.page-template-support .faq-wtapper {
  padding: 32px 20px;
}
.page-template-faq #faq {
  padding: 0 32px;
}
.page-template-pricing #pricing, .main-section.pricing-page-section, .page-template-update-page-trial .flex-wrapper-pricing-update {
  padding: 0 32px;
}
#presentaion {
  padding: 0 20px;
}
.pricing-page-section {
  margin: 96px auto;
}
.last-pricing-page-section {
  margin-bottom: 0;
}
.level {
  text-align: center;
}
.pricing-yearly {
  left: 16px;
}
.page-template-analytics #presentaion {
  padding: 0;
}
.feature {
  width: calc(50% - 30px);
}
.page-template-faq .my-tabcontent-3 {
  scroll-margin: 106px;
}
.main-section.single-post-wrapper, #customer-service-gategory {
  padding: 0px 32px 1px 32px;
  margin-bottom: 0;
}
.main-section.step-two-div {
  padding: 0;
}
.flex-wrapper-pricing {
  gap: 6px;
}
.make-website-left {
  display: none;
}
.support-breadcrumb {
  padding: 0 26px;
}
.single-post-wrapper {
  padding-bottom: 0;
}
.search-container {
  margin: 0 auto 64px;
}
.page-template-general-template .second-main {
  padding: 86px 0 0;
}
.roadmap {
  padding: 0 32px;
}
}

@media only screen and (max-width: 1200px) {
  #reviews {
    position: relative;
    padding: 56px 0 74px;
    border-radius: 0;
  }
  .reviews-wrapper {
    flex-wrap: unset;
    gap: unset;
  }
  .review-item {
    width: calc(100% - 64px) !important;
    margin: 0 32px 32px;
  }
}
@media only screen and (max-width: 1080px) {
.menu-item.home {
  display: none;
}
.inner_header {
  justify-content: start;
}
.header-logo a img {
  max-width: 124px;
}
.header-menu {
  margin-left: 164px;
}
.header-logo {
    margin: 0;
    height: 90px;
    display: flex;
    align-items: center;
    z-index: 2;
}
.header-logo a img {
    max-height: 100px;
}
.log-in-second, .menu-navigation-container .menu-item a, .open-menu {
  font-size: 12px;
}
.sector-item {
  width: calc(33.333% - 10px);
}
.featured-content {
  margin: 64px auto 0;
}
.service-overview-feature {
  width: calc(50% - 18px);
}
.service-overview-features .featured-info {
  width: calc(33.33% - 24px);
}
.side-by-side {
  flex-direction: column;
}
.side-by-side-left {
  width: 100%;
  padding-right: 0;
}
.video-container {
  gap: 64px;
}
.video-left .read {
  text-align: left;
}
.booking-name {
  font-weight: 500;
}
.second-title.margin-bottom-32 {
  margin-bottom: 34px;
}
.my-tabcontent {
  margin: 64px auto;
}
.analytics-container {
  margin-top: 0px;
}
.analytics-container:nth-child(2) {
  margin-top: 64px;
}
.second-element .tabs-left {
  padding: 0;
}
.booking-first {
  margin: 40px auto 20px;
}
.title-custom-margin {
  margin-bottom: -28px;
}
.second-element .tabs-right {
  padding: 0;
}
.single-news-template {
  padding: 20px 0 0;
  margin-bottom: 0;
}
.booking-images-container {
  margin: 32px 0 0;
}
.booking-second {
  flex-direction: column-reverse;
}
.presentation-img, .tabs-image img {
  max-width: 548px;
}
.tabs-wrapper.second-element {
  flex-direction: column;
}
.pricing-tab-features {
  padding: 0;
}
.order-process-list {
  width: calc(33.333% - 22px);
  padding: 0;
}
.order-page-link {
  display: none;
}
.demo-link::after {
  content: none;
}
.product-images:hover > .link-wrap {
  background-color: transparent;
}
.demo-link {
  background-color: transparent;
  color: transparent;
  padding: 0;
  width: 100%;
  height: 100%;
}
.sdff.site-width {
  padding: 56px 64px 0;
}
#make-website {
  flex-direction: column;
  padding: 0 62px;
  margin: 32px auto 24px;
}
.page-template-create-pro .make-website-content, .page-template-create-medium .make-website-content, .page-template-create-trial .make-website-content   {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.page-template-create-pro .check-mark, .page-template-create-medium .check-mark, .page-template-create-trial .check-mark {
  width: 30%;
}
.page-template-create-pro .popup, .page-template-create-medium .popup, .page-template-create-trial .popup {
  right: 24px;
  left: unset;
}
.summary-wrapper {
  max-width: 100%;
}
.page-template-features .hide-title-tablet {
  font-size: 25px !important;
  margin: 64px 0 32px 0;
}
#why-choose-us h2 {
  margin-bottom: 32px;
}
.main-section.presentation-features {
  flex-direction: column;
}
.tree {
  width: 100%;
}
.hide-this-1080 {
  display: none;
}
.tree, .page-template-features .tree {
  width: 100%;
}
.front-news {
  gap: 18px;
}
.front-news-item {
  width: calc(33.33% - 12px);
}
.single-template h1, .news-releases-heading {
  font-size: 28px;
  line-height: 40px;
}
.news-releases-heading {
  margin: 0px auto -16px;
}
.single-featured-image {
  margin: 0 auto 24px;
}
.single-content h2 {
  font-size: 24px;
}
.single-video-buttons {
  gap: 6px;
}
.single-play, .single-full-screen {
  padding: 12px 6px;
  font-size: 15px;
  min-width: 140px;
  padding-left: 37px;
}
.single-play.not-playing::before, .single-full-screen::before, .single-play.playing::before, .single-play.paused::before {
  left: 8px;
}
.single .support-url {
  width: 274px;
}
.single .support-item h3 {
  font-size: 15px;
}
.single .support-item img {
  width: 20px;
  height: 20px;
}
.single .support-item ul li {
  font-size: 14px;
}
.order-process, .tre-wrapper {
  gap: 32px;
}
.tre {
  width: calc(50% - 16px);
}
.booking-wrapper {
  gap: 20px;
}
.booking-item {
  width: calc(50% - 10px);
}
.booking-item {
  padding: 16px 22px;
}
#contact {
  flex-direction: column;
  gap: 0px;
  padding-top: 32px;
}
.contact-left, .contact-wrapper {
  width: 100%;
}
.contact-wrapper {
  margin-top: -64px;
}
.contact-left h1 {
  margin-top: 0px;
}
.ro-container {
  flex-direction: column;
}
.ro-item {
  width: 100%;
}
.contact-page {
  flex-direction: column;
  gap: 92px;
}
.hero-contact {
  width: 100%;
}
.hero-first.contact-page-h1 {
  margin-top: 0;
}
.product-specs {
  width: calc(50% - 16px);
}
.support-content-item {
  width: calc(50% - 16px);
}
.single-videos {
  padding: 0px 24px 24px;
}
#single-video-thumbs {
  margin-bottom: 20px;
  margin-top: -36px;
}
#single-video-swiper video {
  background-color: transparent;
  padding: 0px;
}
.thumbs .swiper-slide h3 {
  font-size: 12px;
}
}

@media only screen and (max-width: 900px) {
h2 {
  font-size: 34px;
}
.inner_header {
padding: 0 20px;
}
.header-logo {
  left: 20px;
}
.header-right {
  right: 64px;
}
.header-open-nav {
  right: 16px;
}
.main-section {
  padding: 84px 26px;
}
.website-creation-wrapper {
  margin: 46px 0 46px;
}
.features-wrapper, #faq {
  padding: 56px 26px 74px;
}
.video-container {
  display: block;
}
.video-wrapper {
  display: none;
}
.video-section .heading-wrapper, #video-slider, .features-content.video-features, .website-creation-wrapper {
  padding: 0 26px;
}
#video-instruction {
  padding: 56px 26px 0;
  border-radius: 0;
}
.home #top-element {
  padding: 0 26px 74px;
}
#top-element {
    padding: 0 26px;
}
#support {
  padding: 32px 26px 64px;
}
.single-container, .single-news-container {
  padding: 32px 26px 64px;
}
.news-container {
  padding: 0 26px;
}
.features-content {
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 42px;
}
.video-features {
  margin: 64px auto 0;
}
#start-trial {
  padding: 32px 26px 54px;
}
.page-template-pricing #pricing, .main-section.pricing-page-section, .page-template-update-page-trial .flex-wrapper-pricing-update {
  padding: 0 26px;
}
#make-website {
  padding: 0 26px;
}
.features-apointment {
  padding: 0 26px;
}
.features-contact-buttons {
  padding: 0;
}
#service-overview {
  padding: 56px 26px 74px;
}
.main-section.presentation-features.analytics-section {
  padding: 96px 26px;
}
.summary {
  padding: 0 62px;
}
.second-title {
  flex-direction: column;
}
.second-title.with-star {
  align-items: baseline;
  flex-direction: column;
}
.made-with-top {
  align-items: end;
}
.my-tablinks, .my-tablinks-2, .my-tablinks-3 {
  margin: 42px 6px 0 6px;
}
.pricing-yearly, .toggle-price-wrapper {
  display: none;
}
.toggle-price-btn {
  margin: 64px auto -16px;
}
.tax-toggle {
  position: unset;
}
.swich-toggle-price {
  display: flex;
}
.flex-wrapper-pricing {
  flex-wrap: wrap;
  gap: 32px;
  flex-direction: column;
  box-shadow: unset;
  align-content: center;
}
.pricing-wrapper {
  width: 100%;
  max-width: 410px;
}
.page-template-support #faq {
  padding: 0 20px 80px;
}
#service-package {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 62px 0 146px 20px;
}
.pricing-tag {
  right: unset;
  left: -55px;
  transform: rotate(-45deg) translateZ(0px);
}
.top-table {
  position: unset;
}
tr {
  position: relative;
}
th {
  font-size: 13px;
}
th:first-child {
  width: 34%;
}
.level-table {
  gap: 2px;
}
.single .support-url {
  width: 100%;
  margin-bottom: 32px;
}
.popup-target {
  position: static;
}
.popup-left::before {
  right: unset;
}
.pricing-tab .popup-left::before {
  right: -12px;
}
.popup-top {
  top: unset;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}
.popup-top::before {
  left: calc(50% - 10px);
  rotate: 0deg;
  top: unset;
  transform: unset;
  bottom: -6px;
}
.swiper-tab {
  font-size: 12px;
  margin: 32px 0px 0;
  padding: 10px 8px;
}
.tabs-wrapper {
  flex-direction: column;
  padding: 0;
  width: 100%;
  gap: 8px;
}
.my-tabcontent:nth-child(2n) .tabs-wrapper {
  flex-direction: column;
}
.my-tabcontent:last-child {
  margin-bottom: 20px;
}
.link-wrap {
  display: none;
}
.news-item {
  flex-direction: column;
}
.featured-image a {
  width: 100%;
  max-width: 600px;
}
.featured-image img {
  width: 100%;
  height: auto;
}
.roadmap {
  padding: 0 26px;
}
}

@media only screen and (max-width: 768px) {
.header-menu {
  display: none;
}
.log-in-second {
  display: none;
}
.main-title {
  font-size: 44px;
  line-height: unset;
}
#hero-swiper {
  padding-bottom: 24px;
}
.button-wrapper.theme-button {
  display: inline-block;
  margin-top: 32px;
}
.hero-right img {
  max-width: 100%;
}
.editor-feature, .editor-feature.editor-second {
  flex-direction: column;
}
.editor-feature {
  gap: 20px;
  margin-top: 24px;
}
.editor-feature.editor-second {
  margin: 48px 0 96px;
}
.editor-description, .editor-image {
  width: 100%;
}
.featured-content-item {
  width: 100%;
}
.create-img {
  margin: 0 auto;
}
.video-container {
  flex-direction: column;
  gap: 20px;
}
.video-left .read {
  text-align: center;
}
.video-o {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.video-left {
  padding-right: unset;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#start-button {
  margin: 0 auto 32px;
}
.booking-images-front {
  gap: 32px 64px;
}
.front-news {
  flex-direction: column;
}
.front-news-item {
  width: 100%;
}
.made-with-top {
  flex-direction: column;
  align-items: center;
}
.second-title.with-star {
  width: 100%;
  align-items: center;
  margin: 0 0 32px 0;
  gap: 6px;
}
.left-column {
  flex-wrap: wrap;
}
.how-wrapper {
  width: 100%;
}
.how-it-works {
  margin: 94px 0 0;
}
.faq-container {
  margin: 12px auto 0;
}
.how-it-div {
  margin-top: 42px;
}
.inner-content {
  width: 100%;
  text-align: center;
  margin: 0 auto 24px;
  max-width: 500px;
}
.inner-content img {
  width: 50px;
  margin: 0 auto 32px;
  height: auto;
}
.presentation-img, .tabs-image img {
  width: 100%;
}
.booking-images-big img {
  box-sizing: border-box;
}
.inner-footer {
  padding: 0;
}
.service-overview-features .featured-info {
  width: calc(50% - 24px);
}
.join .second-title {
  font-size: 28px;
}
.copyright {
  padding-top: 0;
}
.lower-footer {
  flex-direction: column;
  justify-content: center;
  gap: 34px;
  padding-top: 32px;
}
.inner-copy {
  border-top: unset;
}
.footer-two a {
  font-size: 20px;
}
.cookieSettings img {
  margin: 0px auto;
}
.footer-div {
  width: 100%;
  text-align: center;
}
.inner-copy {
  padding: 32px 0 48px;
}
.footer-social-links {
  margin-top: unset;
  margin-left: unset;
  right: unset;
  left: 50%;
  transform: translate(-50%, 0);
}
.footer-logo {
  margin-top: unset;
  margin-left: unset;
  left: unset;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 4px;
}
#menu-mobile .menu-item {
  width: 100%;
}
.feature p {
  width: 34px;
  background-size: 20px;
  height: 34px;
}
.take-contact {
  width: 100%;
}
.contact-wrapper {
  padding: 12px 26px 22px;
}
.page-template-contact .forminator-success {
  padding: 0 !important;
}
.page-template-create-pro .check-mark, .page-template-create-medium .check-mark, .page-template-create-trial .check-mark {
  width: 46%;
}
.my-tablinks-3 {
  flex: 0 0 auto;
}
th {
  font-size: 14px;
}
.support-page-top {
  margin: 0 auto 56px;
}
.steps {
  display: none;
}
#make-website-top {
  margin: 0;
}
.steps-h1 {
  margin-top: 34px;
}
.pop-wrap-two {
  width: calc(100% - 40px);
  padding: 14px 20px 36px 20px;
}
.order-process-list, .inner-content {
  width: 100%;
}
.order-process-list {
  text-align: center;
  margin-bottom: 64px;
}
.order-process-list:nth-child(3) {
  margin-bottom: 0px;
}
.process-img {
  margin: 0 auto 24px;
}
.order-process-list img:nth-child(2) {
  margin: 0 auto;
}
.trial-buttons {
  flex-direction: column;
  align-items: center;
}
.trial.bottom-trial, .trial.bottom-second {
  min-width: 204px;
  justify-content: center;
}
.pricing-page-section .second-title {
  font-size: 28px;
}
}

@media only screen and (max-width: 720px) {
h1 {
  font-size: 48px;
}
h2, .heading-h h2 {
  font-size: 42px;
}
.single-post-tag, .news-releases-heading-p {
  font-size: 38px;
}
.menu-item.features {
  display: none;
}
.booking-elements {
  margin: 0px auto 96px;
}
.booking-img:nth-child(2) {
  display: none;
}
.booking-arrow {
  display: none;
}
.booking-element {
  flex-direction: column;
  gap: 0px;
}
.booking-element h3, .booking-element p {
  width: 100%;
}
.themes-wrap {
  width: calc(50% - 12px);
}
.features-wrapper {
  padding: 56px 0 46px;
}
.heading-wrapper {
  flex-direction: column;
  gap: 0px;
}
.heading-h h2 {
  margin-bottom: 6px;
}
#reviews .heading-h h2 {
  margin-bottom: 42px;
}
.heading-h, .heading-wrapper p {
  width: 100%;
}
.features-wrapper .heading-wrapper, .features-wrapper .features-content, .booking-wrapper p, .booking-images-front {
  padding: 0 52px;
}
.features-wrapper h3, .editor-description p, .editor-image {
  padding: 0 52px;
}
.sector-wrapper {
  display: flex;
  flex-wrap: unset;
  width: 100%;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.sector-wrapper::-webkit-scrollbar {
  display: none;
}
.sector-item {
  margin: 10px;
  flex-direction: row;
  scroll-behavior: smooth;
  scroll-snap-align: center;
  width: 100%;
  padding: 22px 22px 0;
  box-shadow: unset;
  background-color: #f2f0ee;
  margin: 0;
}
.sector-item:first-child {
  margin-left: 52px
}
.sector-item:last-child {
  margin-right: 52px;
}
.support-content-item {
  padding: 12px 22px 22px 22px;
}
.thumbs {
  justify-content: unset;
}
}

@media only screen and (max-width: 580px) {
.trial.active, .trial {
  padding: 5px 11px;
  font-size: 14px;
}
.header-logo a img, .header-logo.fixed-logo img {
  max-height: 42px;
}
.header-open-nav {
  right: 12px;
}
.header-right-inner {
  gap: 20px;
}
.hero-second {
  margin: 24px auto 0;
}
.home .hero-wrapper-second {
  margin-bottom: 20px;
}
#start-button {
  display: none;
}
.main-div, .second-main {
  padding-top: 98px;
}
.main-title {
  font-size: 36px;
  line-height: unset;
}
.service-description.dd.read.main-title-description {
  font-size: 18px !important;
}
#hero-swiper {
  border-radius: 6px;
}
.featured-content {
  margin: 64px auto 0;
}
.featured-content-item {
  padding: 26px;
}
.video-button {
  display: none;
}
.main-title-description {
  margin-bottom: 32px;
}
.themes-wrap {
  width: 100%;
}
.home .link-wrap {
  right: 44px;
  bottom: 82px;
}
.hero-right {
  margin-bottom: 28px;
}
#header.header-sticky, .inner_header, #header {
  height: 50px;
}
.header-logo {
  left: 14px;
}
.header-logo a img, .header-logo.fixed-logo img {
  max-height: 50px;
}
.main-section {
  padding: 62px 20px;
}
.service-overview-container {
  gap: 20px;
}
.service-overview-features .featured-info {
  width: 100%;
}
.service-overview-features {
  padding-left: 24px;
}
.service-overview-container.site-width {
  margin: 46px auto 32px;
}
.service-overview-feature {
  width: 100%;
}
#made-with {
  padding: 52px 0;
}
.made-with-top {
  padding: 64px 20px 0;
}
.sdff.site-width {
  padding: 52px 32px 0;
}
.websites-list {
  margin: 14px auto 0;
}
.home #top-element {
  padding: 0 20px 32px;
}
#top-element {
    padding: 0 20px;
}
#faq {
  padding: 56px 20px 74px;
}
.features-wrapper .heading-wrapper, .features-wrapper .features-content, .booking-wrapper p, .booking-images-front {
  padding: 0 20px;
}
.video-section .heading-wrapper, #video-slider, .features-content.video-features, .website-creation-wrapper {
  padding: 0 20px;
}
.website-creation-wrapper {
  flex-direction: column;
}
#video-instruction {
  padding: 0 20px 0;
}
.features-wrapper h3, .editor-description p, .editor-image {
  padding: 0 20px;
}
.sector-item:first-child {
  margin-left: 20px;
}
.sector-item:last-child {
  margin-right: 20px;
}
#examples-swiper .swiper-wrapper {
  padding-bottom: 32px;
}
.examples-buttons {
  margin-right: 18px;
}
.features-content {
  grid-template-columns: repeat(1, minmax(160px, 1fr));
  gap: 26px;
}
.editor-feature {
  margin: 20px 0 48px;
}
.editor-feature.editor-second {
  margin: 48px 0 46px;
}
.editor-feature.editor-second.editor-third {
  margin: 46px 0;
}
#service-overview {
  padding: 32px 20px 32px;
}
.review-item {
  width: calc(100% - 52px) !important;
  margin: 0 26px 32px;
}
.main-section.presentation-features.analytics-section {
  padding: 32px 20px;
}
.features-apointment {
  padding: 0 20px;
}
.features-contact-buttons {
  padding: 0;
}
.home .features-apointment-inner {
  padding: 0 20px;
}
#top-section {
  padding-top: 78px;
}
#make-website-top h1 {
  font-weight: 500;
  font-size: 9vw;
  line-height: normal;
}
.second-title {
  font-size: 36px;
}
#start-trial .second-title {
  font-size: 26px;
  margin-bottom: 14px;
}
.page-template-features #top-element {
    padding-bottom: 8px;
  }
.video-left .read {
  font-size: 18px;
}
.booking {
  width: 45%;
}
.booking-front {
  width: 100px;
}
.booking-name {
  font-size: 13px !important;
}
.button-wrapper {
  flex-direction: column;
  gap: 18px;
}
.page-template-themes .product-images {
  width: 100%;
}
.feature p {
  width: 25px;
  background-size: 13px;
  height: 25px;
}
.my-tablinks, .my-tablinks-2, .my-tablinks-3 {
  margin: 4px 10px 0;
  font-size: 10px;
}
#reviews .heading-wrapper {
  padding: 0 26px;
}
.floating-div {
  display: none;
}
.tre {
  width: 100%;
}
.header-open-nav {
  top: 5px;
}
.toggle-price-span {
  width: 108px;
  font-size: 10px;
}
.contact-wrap {
  display: none;
}
.mobile-menu {
  height: calc(100% - 40px);
  margin: 40px auto 0;
  padding: 20px 2px 20px 48px;
}
.product-images {
  max-width: 100%;
  background-color: #fff;
  box-shadow: unset;
}
.websites-list {
   gap: 10px;
}
.main-section.news-section-front {
  padding: 32px 20px !important;
}
.themes-wrap {
  width: calc(50% - 5px);
}
.pop-wrap, .pop-wrap.pro-wrap {
  padding: 22px 24px 0px 24px;
}
.page-template-create-trial-step-two .pop-wrap, .page-template-create-trial-step-three .pop-wrap {
  padding: 32px;
}
#html-16 p, #calculation-12 .forminator-calculation, #calculation-8 .forminator-calculation, #calculation-8 .forminator-suffix, .secondary-title-form .forminator-label, #calculation-12 .forminator-suffix, #html-12 p {
  font-size: 13px !important;
}
.calc-total .forminator-calculation, .calc-total .forminator-label, .calc-total .forminator-suffix {
  font-size: 22px !important;
}
.page-template-create-pro .check-mark, .page-template-create-medium .check-mark, .page-template-create-trial .check-mark {
  width: 100%;
}
.forminator-button.forminator-button-submit {
  font-size: 13px !important;
}
.main-section {
  scroll-margin: -20px;
}
#faq {
  scroll-margin: -56px;
}
#faq .made-with-top {
  padding: 0;
}
.home .tabs-faq {
  padding: 0;
}
.tabs-faq {
  margin: 0px auto 0;
}
.my-tablinks-3 {
  font-size: 13px;
  font-weight: 500;
}
.level {
  font-size: 26px;
}
.my-tabcontent {
  margin-top: 34px;
  padding: 0;
}
.booking {
  height: 134px;
}
.booking img {
  width: 88px;
  height: 88px;
}
.how-it-works {
  margin: 68px 0 0;
}
.level-table img {
  width: 13px;
}
.read {
  font-size: 16px;
}
.service-description.dd.read.main-title-description {
  font-size: 16px !important;
}
.service-description.read, .service-description.dd.read, #start-trial .service-description.dd {
  font-size: 18px;
}
.hero-left .service-description.read {
  font-size: 20px;
  margin-bottom: 20px;
}
#make-website {
  padding: 0 24px;
}
.summary {
  padding: 0 34px;
}
.booking-images {
  justify-content: center;
}
.testimonial {
  transform: scale(1) !important;
}
.general-template {
  padding: 0 20px 20px;
  margin: -16px 0 16px;
}
.page-template-general-template .second-main {
  padding: 56px 0 0;
}
.page-template-faq #faq {
  padding: 0 20px;
}
.page-template-pricing #pricing, .main-section.pricing-page-section, .page-template-update-page-trial .flex-wrapper-pricing-update {
  padding: 0 20px;
}
.service-container {
  padding: 4px;
  border-radius: 10px;
}
th {
  font-size: 9px;
}
th, td {
  padding: 8px;
}
th:first-child {
  width: 28%;
  font-size: 10px;
}
.top-table th {
  font-size: 12px;
  padding: 8px 0 8px 9px;
}
td:first-child, td {
  font-size: 11px;
}
td:first-child {
  text-transform: none;
}
tr .popup-target img {
  width: 12px;
  height: 12px;
  background-size: 12px;
}
tr .popup-target {
  height: 12px;
  width: 12px;
}
.service-yes::before, .service-no::before {
  width: 12px;
  height: 12px;
  background-size: 12px;
}
#support {
  padding: 18px 20px 64px;
}
.single .video-container {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.single-container, .single-news-container {
  padding: 18px 20px 42px;
  border-radius: 0;
}
.news-container {
  padding: 0 20px;
}
.post-meta-info a, .post-meta-info p {
  font-size: 14px;
}
.single-news-content-wrapper h2 {
  font-size: 22px;
  margin-top: 32px;
}
.news-content-wrapper {
  margin-top: 0px;
}
.support-description {
  font-size: 16px;
}
.support-content-item {
  width: 100%;
}
.main-section.single-post-wrapper {
  padding: 0px 16px 1px 16px;
}
.support-url, .news-url, .category .support-url a:nth-child(2) {
  font-size: 11px;
}
.single .second-main {
  padding-top: 34px;
}
.single-play, .single-full-screen {
  padding: 12px 6px;
  font-size: 12px;
  min-width: 112px;
  padding-left: 37px;
}
ul, ol {
  padding: 0 0 0 22px;
}
.single-play.not-playing::before, .single-full-screen::before, .single-play.playing::before, .single-play.paused::before {
  top: -2px;
}
.support-page-top h1, .single-support-page-title {
  flex-direction: column;
  padding: 0 20px;
}
.page-template-support .second-main, .single .second-main, .category .second-main, .search-results .second-main {
  padding: 98px 0 0;
}
#customer-service-gategory {
  padding: 0px 16px 1px 16px;
  margin-bottom: 0;
}
.swiper-tab {
  font-size: 9px;
  padding: 10px 4px;
}
#contact {
  padding-top: 0px;
}
.contact-left h1 {
  font-size: 34px;
}
.toggle {
  padding: 20px 42px 20px 20px;
  font-size: 16px;
}
.accordion-trigger {
  right: 16px;
  top: 22px;
}
.inside p {
  font-size: 16px;
  padding: 0 20px 0 20px;
}
.tabs-wrapper {
  margin: 0 20px;
  width: calc(100% - 40px);
}
.news-template ul li h2 a, .general-template h1 {
  font-size: 32px;
  line-height: 1.1;
}
.general-template p strong {
  font-size: 32px;
}
.support-container {
  margin: 0px auto 64px;
}
.support-breadcrumb {
  margin: 28px auto 16px;
  padding: 0 20px;
  font-size: 10px;
}
.search-results .support-breadcrumb {
  padding: 0;
}
.page-template-faq .faq-wtapper .second-title {
  margin: 64px 0 -8px 0;
  font-size: 24px;
}
.page-template-order-updated .pop-wrap {
  padding: 32px 26px;
}
.success-contact {
  margin-top: 0px;
}
.single-videos {
  padding: 0;
  background-color: transparent;
}
#single-video-swiper video {
  border-radius: 0px;
}
#single-video-thumbs {
  margin-bottom: 0px;
}
.support-contact {
  padding: 28px;
}
.newest-articles {
  padding: 20px;
  margin-top: 0;
}
li {
  font-size: 16px;
}
.roadmap {
  padding: 0 20px;
}
.roadmap-item {
  padding: 24px;
}
.tags-container {
  padding: 20px 26px 54px;
}
.support-tag-cloud {
  padding: 6px 18px;
}
}

@media only screen and (max-width: 480px) {
h1 {
  font-size: 36px;
}
.single-post-tag, .news-releases-heading-p {
  font-size: 30px;
}
h2, .heading-h h2 {
  font-size: 36px;
}
.site-label span {
  font-size: 11px;
}
.hero-action {
  gap: 18px;
}
.doodle-one {
  top: -52px;
  right: -16px;
  height: 50px;
  width: 50px;
}
.image-slider {
  margin: 18px auto 0;
}
.hero-action {
  gap: 16px;
}
.swiper-tab {
  font-size: 8px;
  padding: 10px 4px;
}
}

@media only screen and (max-width: 400px) {

}

@media only screen and (max-width: 340px) {
h1 {
  font-size: 34px;
}
ul, ol {
  padding: 0;
  list-style-position: inside;
}
}