@charset "UTF-8";
:root {
  --color-black: hsl(218, 13%, 12%);
  --color-para: hsl(213, 19%, 30%);
  --color-grey-100: hsl(213, 70%, 97%);
  --color-grey-400: hsl(210, 20%, 69%);
  --color-grey-500: hsl(215, 20%, 50%);
  --color-grey-600: hsl(213, 19%, 30%);
  --color-grey-300: hsl(213, 19%, 30%);
  --color-white: hsl(0, 0%, 100%);
  --theme-Primary-color: hsl(24, 88%, 53%, 100%);
  --theme-Primary-green: hsl(171, 100%, 25%, 100%);
  --light-teal: hsl(162, 100%, 95%, 100%);
  --color-green-light: hsl(162, 100%, 95, 100%);
  --theme-Primary-color-100: hsl(346, 100%, 98%);
  --theme-Primary-color-300: hsl(17, 82%, 93%);
  --theme-Primary-color-200: hsl(24, 100%, 96%);
  --boxshadow-Primary: 0px 12px 40px -12px rgba(255, 0, 0, 1);
  --boxshadow-secondary: 0px 16px 40px -20px rgba(255, 0, 0, 1);
  --boxshadow-200: 0px 12px 32px -16px rgba(195, 35, 0, 100);
  --body-bg: hsl(0, 0%, 92%);
  --text: #2b3044;
  --line: hsl(204, 97%, 55%);
  --linewhite: hsl(0, 0%, 100%);
  --linewhite-active: hsl(0, 0%, 100%);
  --line-active: #1ea5fc;
  --boxshadow-dark: 0px 32px 40px -16px rgba(112, 147, 196, 0.16);
  --boxshadow-dark600: 0px 32px 40px -16px rgba(0, 0, 0, 0.671);
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
}

body {
  font-family: "gilroy-regular" !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-black);
  background: #f3f5f7 !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

p,
h1,
h2,
h3,
h4,
h5,
ul {
  margin: 0;
  padding: 0;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer !important;
  border: none;
  outline: none;
  background: none;
  text-decoration: none !important;
}

img {
  overflow: clip;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.TgasGroup {
  display: flex;
  gap: 10px;
  position: absolute;
}
.TgasGroup .updateTag {
  padding: 6px 8px;
  background: #f1731e;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #e8511c !important;
}

.livedemoPage {
  background: url(../webp/kimp-webheader-bg.webp) !important;
  min-height: 100vh;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.livedemoPage .livedemoPageContent {
  border-radius: 16px;
  overflow: hidden;
}
.livedemoPage .livedemoPageContent #loading {
  background: #fff;
  padding: 48px;
}
.livedemoPage .livedemoPageContent #loading .loaderGif {
  width: 300px;
  height: 100px !important;
  margin: 0 auto;
}
.livedemoPage .livedemoPageContent #loading h2 {
  color: #1b1e23;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 57px; /* 142.5% */
}
.livedemoPage .livedemoPageContent #content {
  padding-top: 60px;
}
.livedemoPage .livedemoPageContent #content h2 {
  color: #fff;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 140% */
  margin-bottom: 10px;
  text-align: center;
  margin-top: 60px;
}
.livedemoPage .livedemoPageContent #content p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.OGcBAyJGBej5Gnyi9hGA {
  display: none !important;
}

.page-template-template-personalized-demo .header,
.page-template-template-personalized-demo #showButton {
  display: none !important;
}

.page-template-page-templatestemplate-personalized-shedule-php .readyDemowrap,
.page-template-page-templatestemplate-personalized-shedule-php #showButton {
  display: none !important;
}

.select-dropdown,
.select-dropdown * {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  min-height: 64px !important;
  border-radius: 8px !important;
}

.select-dropdown {
  position: relative;
  background-color: #f2f5f8 !important;
  border-radius: 4px;
  width: 100%;
}

.select-dropdown select {
  font-size: 1rem;
  font-weight: normal;
  max-width: 100%;
  padding: 8px 24px 8px 10px;
  border: none;
  box-shadow: none !important;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-dropdown select:active,
.select-dropdown select:focus {
  outline: none;
  box-shadow: none;
}

.select-dropdown:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-top: 5px solid #aaa;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

#industry {
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}

.cost-calulator-steps {
  display: flex;
  margin: 0 auto;
  padding: 38px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-bottom: 60px !important;
}
.cost-calulator-steps .step-number {
  width: 38px;
  height: 38px;
  min-width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #dfe4ea;
  border-radius: 38px;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 18px auto;
}
.cost-calulator-steps .step1::after {
  border-radius: 5px 0 0 5px !important;
}
.cost-calulator-steps .step4::after {
  border-radius: 0 5px 5px 0 !important;
}
.cost-calulator-steps .stepstyle {
  position: relative;
  min-width: 144px;
  padding: 0 16px;
}
.cost-calulator-steps::after {
  background: #d9e0e8;
  width: calc(100% - 74px);
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 38px;
  overflow: hidden;
}
.cost-calulator-steps .step-text {
  font-size: 18px;
  color: #3f4c5c;
  font-weight: 500;
}
.cost-calulator-steps .stepstyle {
  position: relative;
}
.cost-calulator-steps .stepstyle.active-step {
  position: relative;
}
.cost-calulator-steps .stepstyle.active-step::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background: #f1731e;
  margin: 0 auto;
  bottom: -22px;
  z-index: 9;
}
.cost-calulator-steps .stepstyle.active-step .step-number {
  border-color: #f1731e !important;
  background: #f1731e !important;
  color: #fff !important;
}
.cost-calulator-steps .stepstyle.active-step .step-text {
  color: #1b1e23 !important;
  font-weight: 600 !important;
}

.freelnace-card {
  display: flex;
  flex-direction: column;
  gap: 0 !important;
}
.freelnace-card h4 {
  color: #1b1e23;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  padding-bottom: 20px;
}
.freelnace-card p {
  color: #3f4c5c;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 30px;
}

.calculator-form h2 {
  color: #1b1e23;
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.calculator-form p {
  font-size: 18px;
  font-weight: 500;
  color: #3f4c5c;
  margin-bottom: 34px;
}
.calculator-form .choose-country-tag {
  background: #eef3fa;
  padding: 8px !important;
  width: -moz-fit-content;
  width: fit-content;
  display: flex !important;
  align-items: center;
  border-radius: 8px;
}
.calculator-form .choose-country-tag .country-flag {
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.calculator-form .choose-country-tag .country-flag img {
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.calculator-form .choose-country-tag .client-country {
  color: #3f4c5c;
  font-size: 16px;
  font-weight: 500;
}
.calculator-form .field-data label {
  color: #1b1e23;
  font-size: 16px;
  font-weight: 500 !important;
  padding-bottom: 8px;
}

.comparison-data-wrapper {
  flex-direction: column;
}
.comparison-data-wrapper .comparison-data {
  background: #fff !important;
  border-radius: 16px !important;
}
.comparison-data-wrapper .comparison-data h2 {
  font-size: 32px;
  color: #1b1e23 !important;
  padding-bottom: 10px !important;
  margin-bottom: 0 !important;
}

#requirements-wrap input {
  background: #f2f5f8 !important;
}
#requirements-wrap input:focus, #requirements-wrap input:active {
  border: none !important;
  box-sizing: none !important;
  outline: none !important;
}
#requirements-wrap select {
  outline: none;
  background-repeat: no-repeat !important;
  background-position: 94% center !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  border-radius: 8px;
  padding: 0 15px;
  width: 100%;
  background: #f2f5f8 url(../svg/arrow-down.svg) !important;
  border: 0;
  color: var(--color-black);
  background-repeat: no-repeat !important;
  background-position: 97% 27px !important;
}

.cost-content-wrap {
  display: flex;
  gap: 22px;
}
.cost-content-wrap .cost-country-select {
  flex: 0 0 85%;
  border: 1px solid #677c99;
  border-radius: 8px;
  background: #f2f5f8;
  padding-left: 57px;
  padding-right: 20px;
  background: url(../svg/calculatorsearch.svg) no-repeat;
  background-repeat: no-repeat;
  background-position: 13px 16px;
  color: #04100e;
  font-size: 18px;
  font-weight: 500;
}
.cost-content-wrap .cost-country-select::-moz-placeholder {
  color: #677c99;
  font-size: 18px;
  font-weight: 500;
}
.cost-content-wrap .cost-country-select::placeholder {
  color: #677c99;
  font-size: 18px;
  font-weight: 500;
}
.cost-content-wrap .cost-country-select:focus, .cost-content-wrap .cost-country-select:active {
  outline: none;
  border: 1px solid #677c99;
  box-shadow: none;
}
.cost-content-wrap .orange_btn {
  flex: 0 0 auto;
  min-width: 124px;
}

.cost-country-choose {
  box-shadow: 0px 5px 15px -8px rgba(42, 42, 43, 0.1);
  padding: 12px !important;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #d9e0e8 !important;
  margin-top: 10px !important;
}
.cost-country-choose .ui-menu-item .ui-menu-item-wrapper {
  padding: 10px 11px !important;
}
.cost-country-choose .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #f3f5f7;
  border: 1px solid #f3f5f7;
  border-radius: 6px;
  font-weight: 600 !important;
  color: #363636 !important;
}

.csSelectDropdown button.dropdown-toggle {
  background: transparent !important;
  padding: 0 !important;
  color: #1b1e23;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  outline: none !important;
}
.csSelectDropdown button.dropdown-toggle .isax {
  color: #1b1e23 !important;
  font-size: 14px;
  font-weight: 600 !important;
}
.csSelectDropdown button.dropdown-toggle::after {
  display: none !important;
}
.csSelectDropdown button.dropdown-toggle:focus, .csSelectDropdown button.dropdown-toggle:active {
  box-shadow: none !important;
  outline: none !important;
}
.csSelectDropdown .dropdown-menu {
  min-width: 200px;
  padding: 12px;
  background: #fff;
  border: 1px solid #d9e0e8;
  box-shadow: 0px 5px 15px -8px rgba(42, 42, 43, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.csSelectDropdown .dropdown-menu h4 {
  font-size: 12px;
  color: #677c99;
  padding-bottom: 10px;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.csSelectDropdown .dropdown-menu li {
  margin-bottom: 14px !important;
  display: flex;
  align-items: center;
}
.csSelectDropdown .dropdown-menu li:last-child {
  margin-bottom: 0 !important;
}
.csSelectDropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #2d363f;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
}
.csSelectDropdown .dropdown-menu .dropdown-item:hover {
  background: #f2f5f8;
}
.csSelectDropdown .Dropinputstyle {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border: 1px solid #d0d5dd;
  min-height: 35px;
  background: url(../svg/calculatorsearch.svg) no-repeat;
  border-radius: 6px !important;
  padding: 7px 10px !important;
  background-position: 96%;
  background-size: 20px;
  color: #667085;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 18px;
}
.csSelectDropdown .Dropinputstyle::-moz-placeholder {
  color: #667085;
  font-size: 14px;
  font-weight: 500;
}
.csSelectDropdown .Dropinputstyle::placeholder {
  color: #667085;
  font-size: 14px;
  font-weight: 500;
}
.csSelectDropdown .Dropinputstyle:focus, .csSelectDropdown .Dropinputstyle:active {
  box-shadow: none !important;
  outline: none !important;
}
.csSelectDropdown .country-list-after-step {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.csSelectDropdown .country-list-after-step .flagIcon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 20px;
  overflow: hidden;
  background: #00806c;
  display: inline-block;
}
.csSelectDropdown .country-list-after-step::-webkit-scrollbar {
  width: 5px;
  background: #f2f5f8;
  border-radius: 5px;
}
.csSelectDropdown .country-list-after-step::-webkit-scrollbar-thumb {
  background: #d0d5dd;
  border-radius: 5;
}
.csSelectDropdown .country-list-after-step::-webkit-scrollbar-thumb:hover {
  background: #d0d5dd;
}
.csSelectDropdown .country-list-after-step::-webkit-scrollbar-track {
  background: #f2f5f8;
  border-radius: 5px;
}

.slide-btn {
  position: fixed;
  left: 0;
  top: 300px;
  background: #64bc26;
  padding: 12px 20px 12px 20px;
  line-height: normal;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer !important;
  display: flex;
  gap: 10px;
  z-index: -1;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 2.16px;
  transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: left top;
  display: none;
}
@media (max-width: 768px) {
  .slide-btn {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    background: #64bc26;
    padding: 9px 10px;
    line-height: normal;
    border-radius: 6px 6px 0 0;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.5px;
    transform: rotate(0deg) translate(0, 0);
    transform-origin: left top;
    z-index: 999;
  }
}
.slide-btn.highlight {
  z-index: 999;
}
.slide-btn span.dot {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  z-index: 1;
  left: 0px;
  top: 0px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
.slide-btn span.dot:after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(79, 150, 28, 0.6);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: live 2s ease-in-out infinite;
  z-index: -1;
}

.fscrollBoxflot {
  display: none !important;
}

.pop-up-form-right {
  position: fixed;
  left: 0%;
  top: 285px;
  display: none;
  z-index: 99999998;
}

.readyDemowrap {
  position: relative;
  min-width: 268px;
  max-width: 268px;
  border-radius: 13px;
  position: fixed;
  bottom: 100px;
  left: 32px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #00806c;
  background: url(../png/kimp_calling_bg.png) no-repeat;
  background-size: cover;
  animation: bottomToTop 0.5s linear;
  animation-fill-mode: forwards;
  opacity: 1;
  transition: all 0.5s ease;
  z-index: 999;
}
.readyDemowrap.smooth-hide {
  animation: bottomToBottom 0.5s linear;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: translateY(0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.readyDemowrap.fscrollBox {
  animation: bottomToBottom 0.5s linear;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: translateY(0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.readyDemowrap.myClass {
  animation: bottomToBottom 0.5s linear;
  animation-fill-mode: forwards;
  opacity: 0;
}
.readyDemowrap #closeButton {
  border: 0;
  background: transparent;
  position: absolute;
  top: 10px;
  left: 88%;
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  transform: rotate(0deg);
  z-index: 99 !important;
}
.readyDemowrap .kimp_calling {
  position: relative;
  margin-top: -50px;
}
.readyDemowrap .content h4 {
  color: #fff;
  margin: 0;
  letter-spacing: -0.18px;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 3px;
}
.readyDemowrap .content h3 {
  color: #fff;
  margin: 0;
  font-size: 22px;
  line-height: normal;
  letter-spacing: -0.22px;
  font-weight: 800;
  padding-bottom: 16px;
}
.readyDemowrap .content .liveBtn {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.68);
  padding: 5px 6px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
}
.readyDemowrap .content .liveBtn .liveBtnArrow {
  min-width: 64px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1731e;
  border-radius: 24px;
}
.readyDemowrap .content .liveBtn ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.readyDemowrap .content .liveBtn ul li {
  list-style: none;
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 28px;
  margin-left: -10px;
}
.readyDemowrap .content .liveBtn ul li:first-child {
  margin: 0 !important;
}

.calendlyIframe iframe {
  margin-top: -55px !important;
}

.livedemo {
  position: absolute;
  color: #64bc26;
  font-size: 12px;
  border-radius: 14px;
  font-weight: 600;
  background: #fff;
  padding: 6px 10px;
  line-height: normal;
  top: 15px;
  left: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.livedemo .dot {
  display: inline-block;
  position: relative;
  top: calc(50% - 5px);
  background-color: #64bc26;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  z-index: 1;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
.livedemo .dot:after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(100, 188, 38, 0.6);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: live 2s ease-in-out infinite;
  z-index: -1;
}
.livedemo.innerpage {
  position: relative !important;
  display: flex;
  height: 26px;
  background: #e5fffc;
  padding: 0 10px;
  top: auto;
  left: auto;
  align-items: center;
  justify-content: center;
}
.livedemo.innerpage .dot {
  top: 1px !important;
}

.personalized-chekbox {
  display: flex;
  margin-bottom: 16px;
}
.personalized-chekbox label {
  color: #677c99 !important;
  font-size: 18px;
  font-weight: 500;
  margin-left: 12px;
}
.personalized-chekbox label a {
  color: #677c99;
  font-size: 18px;
  text-decoration: underline !important;
}

.formnote {
  border-radius: 4px;
  background: #f5f7fa;
  padding: 8px;
  color: #a0b0c0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 40px;
  display: block !important;
}

@keyframes live {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(3.5, 3.5);
    background-color: rgba(255, 0, 0, 0);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes bottomToTop {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bottomToBottom {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
#checkout_testimonial .slick-prev,
#checkout_testimonial .slick-next {
  z-index: 99;
}

.planbox .checkbox-wrapper {
  width: 100%;
}

.woocommerce-checkout-review-order .form-row.place-order {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#checkout_testimonial .slick-prev::before {
  display: none;
}

#checkout_testimonial .slick-next::before {
  display: none;
}

.ubermenu-submenu-drop {
  border-bottom: 2px solid rgba(137, 255, 0, 0.11) !important;
}

.ubermenu-submenu-drop.ubermenu-submenu-type-flyout {
  border-bottom: 0px !important;
}

.main-banner-paralex {
  position: relative;
  width: 100%;
  background: var(--theme-Primary-color);
  overflow: hidden;
}
.main-banner-paralex .charater-img {
  width: 100%;
}
.main-banner-paralex img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-banner-paralex img#character {
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-banner-paralex img#rocket {
  width: 250px;
  height: 306px;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(50%, 70%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-banner-paralex img#plat3 {
  width: 183px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(-14%, 125px);
  z-index: 0;
}
.main-banner-paralex img#plat2 {
  width: 223px;
  height: 241px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(374%, 54%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.main-banner-paralex img#plat1 {
  width: 150px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(66%, -70%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.careers-banner {
  position: relative;
}
.careers-banner.comparison-banner .banner-img {
  max-width: 1000px;
}
.careers-banner .banner-img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 800px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.careers-banner .banner-img.canva-charter {
  max-width: 910px;
  right: 150px;
  bottom: 50px;
}
@media (max-width: 1680px) {
  .careers-banner .banner-img.canva-charter {
    max-width: 800px;
    right: 100px;
    bottom: 94px;
  }
}
@media (max-width: 1400px) {
  .careers-banner .banner-img.canva-charter {
    max-width: 750px;
    right: 40px;
  }
}
@media (max-width: 1280px) {
  .careers-banner .banner-img.canva-charter {
    max-width: 700px;
    right: 0;
    bottom: 94px;
  }
}
@media (max-width: 1084px) {
  .careers-banner .banner-img.canva-charter {
    max-width: 580px;
  }
}
@media (max-width: 991px) {
  .careers-banner .banner-img.canva-charter {
    bottom: auto !important;
  }
}
.careers-banner .banner-img img {
  width: 90%;
}
.careers-banner .banner-img.pric-bn-ch {
  bottom: 12%;
}
.careers-banner .banner-img.testimonials-charter {
  max-width: 1000px;
}

#bannertext .orange_btn:hover {
  box-shadow: 0px 12px 32px -16px #c32300 !important;
}

.newClass {
  background: #04100e !important;
}
.newClass .brand {
  display: none;
}
.newClass .header .menu > .active-menu-white a.submenu-active {
  color: var(--theme-Primary-color) !important;
  font-weight: 500;
}

.brand-onscrol {
  display: none;
}

.newClass .header {
  background: none !important;
  padding: 0 !important;
}

/*header*/
.nav-up {
  top: -150px !important;
}

.discount_wrapper,
.discount_wrapper_all {
  display: none;
}

.header .menu > .active-menu-white a.submenu-active {
  color: var(--color-white) !important;
}

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-kimp-menu ul.wpmm-mega-wrapper {
  text-align: center;
}

.casestudy_menu_wrapper {
  padding: 24px !important;
  background: #09201c;
  border-radius: 8px;
  margin-left: 10px;
  box-sizing: border-box;
}
.casestudy_menu_wrapper .cs_wrap {
  display: flex;
}
.casestudy_menu_wrapper .cs_wrap .content {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0 0 8px 16px;
}
.casestudy_menu_wrapper .cs_wrap .content p {
  color: #a0b0c0;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  margin: 8px 0 8px 0;
}
.casestudy_menu_wrapper .cs_wrap .content .link {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.casestudy_menu_wrapper .cs_wrap img {
  width: 100px;
  border-radius: 8px;
}
.casestudy_menu_wrapper h2 {
  color: #dfe4ea;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 0 8px;
}
.casestudy_menu_wrapper .sub_text {
  color: #a0b0c0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
}
.casestudy_menu_wrapper i {
  background: #081a1b;
  color: #f1f6fc;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_header {
  width: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 991;
}
.main_header .ubermenu-submenu .ubermenu-target::before {
  display: none !important;
}
.main_header .ubermenu-submenu .sample_img_link a {
  padding: 0 !important;
  margin-left: 10px !important;
}
.main_header .ubermenu-submenu .sample_img_link a img {
  margin: 0 !important;
}
.main_header .ubermenu-submenu.ubermenu-submenu-type-flyout {
  margin: 0 !important;
  max-width: 280px;
  width: 100%;
  background: #04100e !important;
  border-radius: 12px;
  box-shadow: none;
  box-shadow: var(--shadow-medium) !important;
  padding: 9px !important;
  border-radius: 16px;
}
.main_header .custom-colum-kimp .ubermenu-submenu {
  margin: 0 !important;
  padding: 0 !important;
  border-top: 0 solid #fff !important;
}
.main_header .custom-colum-kimp .ubermenu-submenu .ubermenu-target:hover .ubermenu-icon {
  background: #081a1b;
  color: #fff;
}
.main_header .custom-colum-kimp .ubermenu-submenu .ubermenu-target:hover .dashicons {
  background: #081a1b;
  color: #fff;
}
.main_header .custom-colum-kimp .ubermenu-submenu .ubermenu-target-description {
  color: #a0b0c0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-style: normal !important;
  font-family: "gilroy-regular" !important;
  padding-top: 8px;
}
.main_header .custom-colum-kimp .ubermenu-submenu .ubermenu-target-title {
  color: #dfe4ea;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  margin: 0;
  font-family: "gilroy-regular" !important;
  padding: 0px !important;
}
.main_header .custom-colum-kimp .ubermenu-submenu .ubermenu-target-title .menu-item-description {
  display: none !important;
}
.main_header .custom-colum-kimp .ubermenu-submenu .ubermenu-target-with-image {
  border-radius: 12px;
}
.main_header .custom-colum-kimp .ubermenu-submenu .ubermenu-target-with-image .ubermenu-target-title {
  padding: 0 0 0 10px !important;
}
.main_header .custom-colum-kimp .ubermenu-submenu .ubermenu-target-with-image img {
  border-radius: 12px;
  overflow: hidden;
}
.main_header .custom-colum-kimp .ubermenu-submenu li {
  margin: 0 !important;
  padding: 0 !important;
}
.main_header .custom-colum-kimp .ubermenu-submenu li a.ubermenu-target {
  padding: 24px;
}
.main_header .custom-colum-kimp .ubermenu-submenu li a.ubermenu-target .ubermenu-icon,
.main_header .custom-colum-kimp .ubermenu-submenu li a.ubermenu-target svg {
  background: #eef4fc;
  border-radius: 8px;
  margin-right: 10px;
  float: left;
  width: 32px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
}
.main_header .ubermenu-submenu {
  background: #04100e !important;
  padding: 30px 5vw !important;
}
.main_header .ubermenu-submenu .ubermenu-row {
  clear: both;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.main_header .ubermenu-submenu li {
  margin-right: 0 !important;
}
.main_header .ubermenu-submenu li a:hover {
  background: #0b2823 !important;
}
.main_header .ubermenu-submenu li a:hover .ubermenu-target-description {
  color: #dfe4ea;
}
.main_header .ubermenu-submenu li a:hover .ubermenu-target-title {
  color: #f1f6fc;
}
.main_header .left_logo_box {
  float: left !important;
  background: none !important;
  text-align: left;
}
.main_header .left_logo_box.ubermenu-current-menu-item .ubermenu-target {
  background: transparent !important;
}
.main_header .left_logo_box .ubermenu-target {
  padding: 0;
  border-radius: 0 !important;
}
.main_header .left_logo_box .ubermenu-target img {
  margin: 0;
  padding: 0;
}
.main_header .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target {
  padding-right: 32px !important;
}
.main_header .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target .ubermenu-sub-indicator {
  right: 15px !important;
  margin-top: -8px !important;
}
.main_header .ubermenu-nav {
  text-align: center;
  padding: 24px 40px !important;
}
.main_header .ubermenu-nav li {
  margin-right: 10px;
  border-radius: 8px !important;
}
.main_header .ubermenu-nav li.custom-colum-kimp .service_menu_box a.ubermenu-target {
  background: transparent !important;
}
.main_header .ubermenu-nav li.custom-colum-kimp .service_menu_box a.ubermenu-target:hover {
  background: #0b2823 !important;
}
.main_header .ubermenu-nav .ubermenu-target {
  color: #fff;
  font-weight: 600 !important;
  font-size: 17px !important;
  line-height: 21px !important;
  border-radius: 8px;
  position: relative;
}
.main_header .ubermenu-nav .ubermenu-target::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 24px;
  border-radius: 8px;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: 0 auto;
  background: #f1731d;
  display: none;
}
.main_header .ubermenu-nav .ubermenu-target:hover {
  color: #fff;
  font-weight: 900 !important;
}
.main_header .ubermenu-nav .ubermenu-target:hover::before {
  display: block;
}
.main_header .service_menu .wp-mega-sub-menu .service_menu_box {
  border-radius: 8px !important;
  background: #f6fafd;
  font-family: "gilroy-regular" !important;
}
.main_header .service_menu .wp-mega-sub-menu .service_menu_box a.wp-mega-menu-link {
  padding: 24px !important;
  font-family: "gilroy-regular" !important;
}
.main_header .service_menu .wp-mega-sub-menu .service_menu_box a.wp-mega-menu-link::before {
  display: none;
}
.main_header .service_menu .wp-mega-sub-menu .service_menu_box a.wp-mega-menu-link:hover {
  background: #fff;
  border-radius: 8px !important;
}
.main_header .service_menu .wp-mega-sub-menu .service_menu_box a.wp-mega-menu-link:hover .wpmm-mega-menu-href-title {
  font-weight: 700;
  color: #f1731e !important;
}
.main_header .sft-btn {
  background: var(--theme-Primary-color) !important;
  border-radius: 8px;
  color: var(--color-white) !important;
  font-weight: 700;
  position: relative;
  transition: all 0.7s ease-in-out;
  margin-right: 0 !important;
}
.main_header .sft-btn a {
  color: var(--color-white) !important;
  background: var(--theme-Primary-color) !important;
}
.main_header .sft-btn:hover {
  background: var(--theme-Primary-color) !important;
  transition: all 0.7s ease-in-out;
  box-shadow: var(--boxshadow-200);
}
.main_header .header {
  background: transparent;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_header .header .kimp-main_menu {
  width: 100%;
  background: transparent;
}
.main_header .header .kimp-main_menu.inverse {
  background: #04100e;
}
.main_header .header .kimp-main_menu.inverse .left_logo_box .ubermenu-content-block {
  display: none;
}
.main_header .header .kimp-main_menu.inverse .left_logo_box .ubermenu-image {
  display: block;
}
.main_header .header .kimp-main_menu .mobilemenu {
  display: none;
}

.bg-orange {
  background: var(--theme-orange-bg);
}

.rounded-24 {
  border-radius: 24px;
}

.offer-top-bar {
  background: var(--theme-Primary-green);
  padding: 12px 0;
  color: var(--color-white);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-top-bar .icon {
  min-width: 27px;
  height: 27px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-right: 10px;
}
.offer-top-bar a {
  margin-left: 12px;
  font-weight: 700;
  color: var(--color-white);
  position: relative;
}
.offer-top-bar a::after {
  position: absolute;
  content: "";
  width: 88%;
  height: 1px;
  background: var(--color-white);
  right: 0;
  bottom: 0;
}

.sec-spacing {
  padding: 6.25em 0 0 0;
}

.section_titile {
  text-align: center;
}
.section_titile h2 {
  color: var(--color-black);
  font-size: 2.5em;
  line-height: 50px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 16px 0;
}
.section_titile p {
  color: var(--color-para);
  font-size: 1.25em;
  line-height: 32px;
  font-weight: 500;
}
.section_titile span {
  color: var(--theme-Primary-color);
  font-weight: 700;
}

.playbtn {
  border-radius: 56px;
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0 rgba(128, 63, 63, 0.027);
  animation: pulse-red 2s infinite;
  padding: 0 !important;
}
.playbtn img {
  width: 33px;
  height: 33px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 17px;
  transform: scale(1);
}

.main-banner {
  position: relative;
  box-sizing: border-box;
}
.main-banner .playbtn {
  border-radius: 56px;
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0 rgba(128, 63, 63, 0.027);
  animation: pulse-red 2s infinite;
  padding: 0 !important;
}
.main-banner .playbtn img {
  width: 33px;
  height: 33px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 17px;
  transform: scale(1);
}
.main-banner .playbtn_text {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  color: #fff;
}
.main-banner img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-banner .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 670px;
  width: 100%;
  z-index: 99;
  margin-top: 4.5vh;
}
.main-banner .banner-content .orange_btn {
  min-width: 213px;
}
.main-banner .banner-content h1 {
  color: var(--color-white);
  font-weight: 700;
  font-size: 75px;
  line-height: 88px;
}
.main-banner .banner-content h6 {
  color: #dfe4ea;
  font-size: 24px;
  line-height: 40px;
  padding: 10px 1.8em 0 0;
}
.main-banner .banner-content .btn-grup {
  margin: 15px 0 20px 0;
  display: flex;
  gap: 18px;
}
.main-banner .banner-content .features_note {
  display: flex;
  padding: 16px 0 0 0;
  gap: 18px;
  position: relative;
  overflow: hidden;
}
.main-banner .banner-content .features_note li {
  color: #ffffff;
  font-size: 14px;
  position: relative;
  font-family: "gilroy-regular" !important;
}
.main-banner .banner-content .features_note li:last-child::after {
  display: none;
}
.main-banner .banner-content .features_note li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background: #fce8e0;
  right: 0;
  right: -10px;
  bottom: 5px;
}

.blur_btn {
  background: linear-gradient(285.54deg, rgba(255, 255, 255, 0.2) -42.65%, rgba(255, 255, 255, 0) 38.13%), linear-gradient(101.6deg, rgba(255, 255, 255, 0.24) -30.1%, rgba(255, 255, 255, 0) 80.05%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 8px;
  color: var(--color-white);
  font-weight: 600;
  line-height: 20px;
  padding: 20px 32px;
  min-height: 60px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.blur_btn span {
  color: #fff;
  position: relative;
  z-index: 2;
}
.blur_btn::after {
  content: "";
  position: absolute;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
     border-image: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
  border-radius: 8px;
  border-image-slice: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.nav-scroller-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 50px 0 0;
  min-height: 43px;
}

.nav-scroller {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  font-size: 0;
  padding-bottom: 20px;
  margin-bottom: -35px;
}

.nav-scroller-content {
  position: relative;
  display: flex;
  justify-content: space-around;
  float: left;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
  transition: transform 0.4s ease-in-out;
}

.no-transition {
  transition: none;
}

.nav-scroller-item {
  display: block;
  font-size: 1rem;
  text-transform: capitalize;
  text-align: center;
  padding: 0.5rem 18px;
  font-weight: 600;
  color: #677c99;
  position: relative;
  margin-right: 1.5vw;
}
.nav-scroller-item:hover {
  color: #3f4c5c;
}
.nav-scroller-item.active {
  color: #f1731e;
  position: relative;
  font-weight: 700;
}
.nav-scroller-item.active::after {
  width: 18px;
  height: 3px;
  background: var(--theme-Primary-color);
  border-radius: 8px;
  position: absolute;
  content: "";
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.nav-scroller-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 1.25rem;
  transition: opacity 0.3s;
  background: #f1f6fc !important;
  border-radius: 8px !important;
  width: 40px !important;
  height: 40px !important;
  color: #677c99 !important;
  border: 0 !important;
  margin: 0;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
}
.nav-scroller-btn:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
}
.nav-scroller-btn:hover {
  background: var(--theme-Primary-color) !important;
  color: #fff !important;
}
.nav-scroller-btn:hover i {
  color: #fff !important;
}
.nav-scroller-btn i {
  color: #677c99 !important;
}

.nav-scroller-btn:not(.active) {
  opacity: 0;
  pointer-events: none;
}

.nav-scroller-btn--left {
  left: 0;
}

.nav-scroller-btn--right {
  right: 0;
}

.orange_btn {
  background: var(--theme-Primary-color);
  color: var(--color-white);
  border-radius: 8px;
  font-weight: 600;
  line-height: 20px;
  padding: 20px 32px;
  min-height: 69px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
}
.orange_btn:hover {
  box-shadow: var(--boxshadow-200);
}
.orange_btn span {
  color: #fff;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}

.lightorange_btn {
  background: #feede1;
  color: var(--theme-Primary-color);
  border-radius: 8px;
  font-weight: 600;
  line-height: 20px;
  padding: 20px 32px;
  min-height: 69px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
}
.lightorange_btn:hover {
  box-shadow: var(--boxshadow-200);
}
.lightorange_btn span {
  color: #fff;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-Primary-color);
}

.border_btn {
  color: var(--color-black);
  border: 1px solid var(--color-grey-500);
  border-radius: 8px;
  font-weight: 600;
  line-height: 20px;
  padding: 20px 32px;
  min-height: 60px;
  min-width: 180px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
.border_btn:hover {
  border: 1px solid var(--theme-Primary-color);
  color: var(--theme-Primary-color);
}
.border_btn span {
  color: #fff;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand_section .client_list {
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 32px;
  margin-top: 40px;
}
.brand_section .client_list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 30px;
}
.brand_section .client_list ul li {
  flex: 0 0 17.33%;
  max-width: 17.33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand_section .trustpilot_reviw {
  background: var(--color-white);
  border-radius: 16px;
  padding: 0px 24px;
  min-height: 147px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
}
.brand_section .trustpilot_reviw .count_nmbr_box {
  gap: 20px;
  align-items: center;
}
.brand_section .trustpilot_reviw .review_count {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 75px;
  width: 100%;
}
.brand_section .trustpilot_reviw .review_count h6 {
  color: var(--color-black);
  font-size: 32px;
  line-height: 34px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  width: 100%;
  min-width: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: 0;
}
.brand_section .trustpilot_reviw .review_count span {
  color: var(--color-para);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.brand_section .trustpilot_reviw .review_count .material-symbols-rounded {
  font-size: 32px;
  color: #febe10;
}
.brand_section .trustpilot_reviw .rate_count {
  text-align: left;
}
.brand_section .trustpilot_reviw .rate_count h6 {
  color: var(--color-black);
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.brand_section .trustpilot_reviw .rate_count span {
  color: var(--color-para);
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
}
.brand_section .trustpilot_reviw .rate_count .material-icons-outlined {
  font-size: 24px;
  color: #febe10;
}
.brand_section .google_review {
  margin: 0;
}

.pricing_section .price_box_rap {
  margin-top: 40px;
  transition: all 0.5s ease-in-out;
}
.pricing_section .price_box_rap .price_inner_box {
  padding: 16px;
  background: var(--color-white);
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.pricing_section .price_box_rap .price_inner_box:hover {
  box-shadow: 0px 32px 40px -16px rgba(112, 147, 196, 0.16);
}
.pricing_section .price_box_rap .price_inner_box:hover .offer_price {
  color: var(--theme-Primary-green) !important;
}
.pricing_section .price_box_rap .price_inner_box:hover .learn_btn {
  background: var(--theme-Primary-color);
  box-shadow: var(--boxshadow-secondary);
  color: var(--color-white);
  border: 1px solid transparent !important;
}
.pricing_section .price_box_rap .price_inner_box .package_box {
  padding: 30px 0 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 12px;
}
.pricing_section .price_box_rap .price_inner_box .package_box .mobile_price_price {
  display: flex;
  flex-direction: column;
}
.pricing_section .price_box_rap .price_inner_box .package_box h5 {
  color: var(--color-black);
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  padding: 16px 0;
  width: 100%;
  border-radius: 12px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-transform: capitalize;
}
.pricing_section .price_box_rap .price_inner_box .package_box .price {
  color: var(--color-grey-400);
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  text-decoration-line: line-through;
  margin: 0;
  padding: 0 0 7px 0;
  transition: all 0.5s ease-in-out;
}
.pricing_section .price_box_rap .price_inner_box .package_box .price.kimp_org_price {
  color: var(--theme-Primary-green);
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  padding: 0 0 7px 0;
  transition: all 0.5s ease-in-out;
}
.pricing_section .price_box_rap .price_inner_box .package_box .offer_price {
  color: var(--theme-Primary-green);
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  padding: 0 0 7px 0;
  transition: all 0.5s ease-in-out;
}
.pricing_section .price_box_rap .price_inner_box .package_box h6.short_text {
  margin: 0;
  padding: 0;
  color: var(--color-black);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.pricing_section .price_box_rap .price_inner_box .package_box h6.short_text.onmobile {
  display: none;
}
.pricing_section .price_box_rap .price_inner_box .package_smalldetail {
  padding: 32px 16px 18px 16px;
  width: 100%;
  text-align: center;
}
.pricing_section .price_box_rap .price_inner_box .package_smalldetail p {
  color: var(--color-para);
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
  margin: 0;
  padding: 0 0 32px 0;
  min-height: 104px;
}
.pricing_section .price_box_rap .price_inner_box .package_smalldetail p b {
  font-weight: 700;
  font-size: 16px;
}
.pricing_section .price_box_rap .learn_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
  max-width: 200px;
  min-height: 60px;
  border-radius: 8px;
  border: 1px solid var(--color-grey-500);
  width: 100%;
  margin: 0 auto 24px auto;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.pricing_section .price_box_rap .learn_btn:hover {
  background: var(--theme-Primary-color);
  box-shadow: var(--boxshadow-secondary);
  border: 1px solid transparent !important;
  color: var(--color-white);
}
.pricing_section .price_box_rap .learn_btn:hover ~ .package_smalldetail {
  display: none;
}

.price_inner_box.learn_btn:hover > .package_smalldetail {
  background: #000 !important;
}

.price_inner_box:hover + a.learn_btn {
  background: #000 !important;
}

.usd_txt {
  color: var(--color-grey-500);
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  display: block;
}

.perks_section .perks_wrapper {
  margin-top: 40px;
}
.perks_section .perks_wrapper .row > div {
  margin-bottom: 30px;
}
.perks_section .perks_wrapper .perk-small-box {
  width: 100%;
  background: var(--color-white);
  border-radius: 24px;
  margin: 0 auto 0 auto;
  padding: 30px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  position: relative;
}
.perks_section .perks_wrapper .perk-small-box .perk-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--theme-Primary-color-200);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #f1731d;
}
.perks_section .perks_wrapper .perk-small-box .perk-icon img {
  width: 24px;
}
.perks_section .perks_wrapper .perk-small-box h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: var(--color-black);
  margin: 0;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.perks_section .perks_wrapper .perk-small-box p {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  padding-right: 0.5em;
  color: var(--color-para);
  min-height: 126px;
  padding-top: 30px;
}
.perks_section .orange_btn {
  min-width: 220px;
}
.perks_section .orange_btn span {
  min-height: 69px;
}

.howtowork_section .steps_wrapper {
  margin-top: 40px;
  background: #fff;
  border-radius: 16px;
  padding: 50px;
}
.howtowork_section .steps_wrapper .buttonbox {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 30px auto 0 auto;
  justify-content: center;
}
.howtowork_section .steps_wrapper .buttonbox .orange_btn {
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.howtowork_section .steps_wrapper .buttonbox .orange_btn .playicon {
  display: flex;
  align-content: center;
  justify-content: center;
  line-height: 26px;
  border-radius: 26px;
  background: url(../svg/play_circle.svg) no-repeat;
  width: 26px;
  height: 26px;
  font-size: 16px;
}
.howtowork_section .steps_wrapper .buttonbox .orange_btn .isax {
  display: flex;
  align-content: center;
  justify-content: center;
  line-height: 26px;
  border-radius: 6px;
  color: #f1721e;
  background: var(--theme-Primary-color-200);
  width: 26px;
  height: 26px;
  font-size: 16px;
}
.howtowork_section .steps_wrapper .mobile_tab_btn {
  display: none;
}
.howtowork_section .steps_wrapper ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  width: 100%;
}
.howtowork_section .steps_wrapper ul.tabs li {
  background: none;
  color: var(--color-grey-500);
  display: inline-block;
  padding: 0 0 16px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  position: relative;
}
.howtowork_section .steps_wrapper ul.tabs li:hover {
  color: var(--color-grey-600);
  font-weight: 600;
}
.howtowork_section .steps_wrapper ul.tabs li.current {
  background: transparent;
  color: var(--theme-Primary-color);
  position: relative;
}
.howtowork_section .steps_wrapper ul.tabs .selector1 {
  height: 3px;
  width: 20px !important;
  display: inline-block;
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  z-index: 1;
  border-radius: 16px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: var(--theme-Primary-color);
  box-shadow: var(--boxshadow-200);
  left: 60px;
}
.howtowork_section .steps_wrapper .tab-content {
  display: none;
  background: transparent;
  padding: 30px 0 0 0;
}
.howtowork_section .steps_wrapper .tab-content h3 {
  display: none;
}
.howtowork_section .steps_wrapper .tab-content.current {
  display: inherit;
}
.howtowork_section .howork_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.howtowork_section .howork_content h2 {
  color: var(--color-black);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 24px 0;
}
.howtowork_section .howork_content p {
  color: var(--color-para);
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  padding-right: 1.5rem;
}

.clientsay_section .buttonbox {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clientsay_section .buttonbox::after {
  position: absolute;
  content: "";
  width: 76px;
  height: 110px;
  background: url(../svg/testmo_quote.svg) no-repeat;
  right: 30px;
  background-size: 70px;
  bottom: -75px;
}
.clientsay_section .testmobtn {
  max-width: 247px;
  width: 100%;
  margin: 40px auto 0 auto;
  text-align: center;
  position: relative;
}
.clientsay_section .testmobtn span {
  min-height: 69px;
}
.clientsay_section .clientsay_wapper {
  margin-top: 40px;
  background: #fff url(../webp/testimonial-bg.webp) no-repeat center bottom;
  background-size: contain;
  border-radius: 16px;
  padding: 50px 50px 280px 50px;
  position: relative;
  overflow: hidden;
}
.clientsay_section .clientsay_wapper::before {
  position: absolute;
  content: "";
  background: #7093c3;
  opacity: 0.1;
  filter: blur(300.5px);
  width: 60%;
  height: 300px;
  top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
}
.clientsay_section .clientsay_wapper .testmo_innerbox {
  background: var(--color-white);
  padding: 24px;
  margin-bottom: 20px;
  border-radius: 16px;
  z-index: 99;
  position: relative;
}
.clientsay_section .clientsay_wapper .testmo_innerbox .client_detail {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clientsay_section .clientsay_wapper .testmo_innerbox .client_detail .clientdetail_inner {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
  margin-left: 15px;
}
.clientsay_section .clientsay_wapper .testmo_innerbox .client_detail .clientdetail_inner h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-black);
  margin: 0;
  padding: 0 0 4px 0;
}
.clientsay_section .clientsay_wapper .testmo_innerbox .client_detail .clientdetail_inner p {
  font-weight: 5500;
  font-size: 14px;
  line-height: 18px;
  color: #677c99;
  margin: 0;
  padding: 0;
}
.clientsay_section .clientsay_wapper .testmo_innerbox .client_detail .clientdetail_inner .start_icon {
  margin-top: 20px;
}
.clientsay_section .clientsay_wapper .testmo_innerbox .clientsyas {
  position: relative;
  padding: 25px 0 0 0;
}
.clientsay_section .clientsay_wapper .testmo_innerbox .clientsyas p {
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  color: var(--color-para);
  min-height: 130px;
}

.whatwedo-section .whatwedo_tab h2 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  border-radius: 8px;
  max-width: 250px;
  margin: 0 auto 0 auto;
}
.whatwedo-section .whatwedo_tab h2 span {
  margin-right: 10px;
}
.whatwedo-section .whatwedo_tab .theme-tab-big {
  max-width: 460px;
  margin: 0 auto;
  background: #fff;
  padding: 15px;
  border-radius: 24px;
  border: 0 !important;
  position: relative;
}
.whatwedo-section .whatwedo_tab .theme-tab-big .nav-link {
  width: 50%;
  font-size: 32px;
  font-weight: 700;
  color: var(--theme-Primary-color);
  border-radius: 16px;
  padding: 18px 15px;
  border: none !important;
  position: relative;
  z-index: 2;
}
.whatwedo-section .whatwedo_tab .theme-tab-big .nav-link:hover {
  border: none !important;
}
.whatwedo-section .whatwedo_tab .theme-tab-big .nav-link.active {
  background: transparent;
  border: 0 !important;
  font-size: 32px;
  font-weight: 800;
  color: var(--color-white);
  opacity: 1;
}
.whatwedo-section .whatwedo_tab .orange_btn {
  display: block;
  text-align: center;
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.whatwedo-section .whatwedo_tab .orange_btn span {
  font-size: 18px;
  font-weight: 600;
  line-height: 69px;
}
.whatwedo-section .whatwedo_tab .note-whatwedo {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: var(--color-black);
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
  margin: 2em 0;
  position: relative !important;
}
.whatwedo-section .whatwedo_tab .note-whatwedo a {
  transition: margin 0.25s;
  position: relative !important;
  text-decoration: none;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #1ea5fc;
  padding: 0 10px;
  font-weight: 600;
}
.whatwedo-section .whatwedo_tab .note-whatwedo a svg {
  width: 107px;
  height: 62px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 16px) translateZ(0);
  fill: none;
  stroke: var(--stroke, var(--line));
  stroke-linecap: round;
  stroke-width: 1px;
  stroke-dasharray: var(--offset, 69px) 278px;
  stroke-dashoffset: 361px;
  transition: stroke 0.25s ease var(--stroke-delay, 0s), stroke-dasharray 0.35s;
}
.whatwedo-section .whatwedo_tab .note-whatwedo a:hover {
  --spacing: 4px;
  --stroke: var(--line-active);
  --stroke-delay: 0.1s;
  --offset: 180px;
}
.whatwedo-section .whatwedo_tab ul.listlastchid li {
  color: var(--color-para);
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 32px;
  position: relative;
  padding-left: 40px;
}
.whatwedo-section .whatwedo_tab ul.listlastchid li::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../svg/list-tick.svg) no-repeat;
  background-position: center center;
  left: 0;
  top: 3px;
}
@media (max-width: 1366px) {
  .whatwedo-section .whatwedo_tab ul.listlastchid li {
    font-size: 16px;
  }
}
.whatwedo-section .whatwedo_tab .whatwedontdo-wrapper {
  padding: 38px 0 0 0;
  text-align: center;
}
.whatwedo-section .whatwedo_tab .whatwedontdo-wrapper ul.dontdo_list {
  max-width: 100% !important;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.whatwedo-section .whatwedo_tab .whatwedontdo-wrapper ul.dontdo_list li {
  margin: 0;
  padding: 0 0 0 30px;
  color: var(--color-para);
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
}
.whatwedo-section .whatwedo_tab .whatwedontdo-wrapper ul.dontdo_list li::before {
  background: url(../svg/red-close-icon.svg) no-repeat;
  background-position: center center !important;
  left: 10px;
  top: 12px;
  width: 10px;
  height: 4px;
  position: absolute;
  content: "";
}
.whatwedo-section .whatwedo_tab .whatwedontdo-wrapper ul.dontdo_list li:last-child {
  margin-bottom: 0;
}
.whatwedo-section .whatwedo_tab .whatwedontdo-wrapper h2 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  border-radius: 8px;
  max-width: 300px;
  margin: 0 auto 40px auto;
}
.whatwedo-section .whatwedo_tab .whatwedontdo-wrapper h2 span {
  margin-right: 10px;
}
.whatwedo-section .list-of-whatwedo {
  padding: 40px 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 992px) {
  .whatwedo-section .list-of-whatwedo {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .whatwedo-section .list-of-whatwedo {
    grid-template-columns: repeat(1, 1fr);
  }
}
.whatwedo-section .list-of-whatwedo .btn-link {
  margin: 2em auto 0 auto;
  max-width: 275px;
  width: 100%;
}
.whatwedo-section .list-of-whatwedo .fullwidth {
  max-width: 100%;
}
.whatwedo-section .list-of-whatwedo ul {
  display: flex;
  flex-direction: column;
  max-width: 280px;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.whatwedo-section .list-of-whatwedo ul li {
  color: var(--color-para);
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 32px;
  position: relative;
  padding-left: 40px;
}
.whatwedo-section .list-of-whatwedo ul li::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../svg/list-tick.svg) no-repeat;
  background-position: center center;
  left: 0;
  top: 3px;
}
.whatwedo-section .list-of-whatwedo ul li:last-child {
  margin-bottom: 0;
}

.blog-section .blog_slider_wrapper {
  margin-top: 40px;
  padding: 0 5em;
}
.blog-section .blog_slider_wrapper .slick-list {
  overflow: initial;
}
.blog-section .blog_slider_wrapper .slick-list::-webkit-scrollbar {
  display: none;
}
.blog-section .blog_slider_wrapper .blog_slider {
  padding-bottom: 80px;
}
.blog-section .blog_slider_wrapper .blog_slider .slick-dots {
  bottom: 0;
}
.blog-section .blog_slider_wrapper .blog_slider .slick-dots li button:before {
  content: "" !important;
  width: 24px !important;
  height: 4px !important;
  background: #dfe4ea !important;
  border-radius: 10px !important;
  opacity: 1 !important;
}
.blog-section .blog_slider_wrapper .blog_slider .slick-dots li.slick-active button:before {
  background: var(--theme-Primary-color) !important;
  border-radius: 10px !important;
}
.blog-section .blog_slider_wrapper .home_blog_box {
  background: #fff;
  padding: 15px;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
}
.blog-section .blog_slider_wrapper .home_blog_box .blog_img_thump img {
  border-radius: 12px;
}
.blog-section .blog_slider_wrapper .home_blog_box:hover {
  box-shadow: 0px 32px 40px -16px rgba(112, 147, 196, 0.16);
}
.blog-section .blog_slider_wrapper .home_blog_box .blog_short_discrip a.titile {
  color: var(--color-black);
  line-height: 32px;
  font-size: 20px;
  font-weight: 700;
  display: block;
  min-height: auto;
  margin-top: 24px;
  padding-bottom: 24px;
}
.blog-section .blog_slider_wrapper .home_blog_box .blog_short_discrip a.more_link {
  display: flex;
  align-items: center;
  color: var(--theme-Primary-color);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  background: none;
  transition: all 0.5s ease-in-out;
}
.blog-section .blog_slider_wrapper .home_blog_box .blog_short_discrip a.more_link:hover {
  color: #ca4a17;
}
.blog-section .blog_slider_wrapper .home_blog_box .blog_short_discrip a.more_link:hover .material-icons-outlined {
  transform: translateX(3px);
}

.cta_section .cta_wrapper {
  background-color: var(--theme-Primary-green);
  background-image: url(../webp/catsec-bg-new.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  border-radius: 16px;
  background-size: cover;
}
.cta_section .cta_wrapper .cta_content {
  margin: 80px 5.375em;
  box-sizing: border-box;
  max-width: 400px;
  width: 100%;
}
.cta_section .cta_wrapper .cta_content h3 {
  color: var(--color-white);
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 24px 0;
}
.cta_section .cta_wrapper .cta_content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #e5fff7;
  margin: 0;
  padding: 0 0 24px 0;
}
.cta_section .cta_wrapper .cta_content .orange_btn.sft_btn {
  background: var(--theme-Primary-color) !important;
  min-width: 228px;
}
.cta_section .cta_wrapper .cta_content .orange_btn.sft_btn span {
  color: var(--color-white) !important;
  min-height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta_section .cta_wrapper .cta_content .orange_btn.sft_btn:hover span {
  color: var(--color-white) !important;
}
.cta_section .monkey_withflag {
  position: relative;
  height: 100%;
}
.cta_section .monkey_withflag img {
  position: absolute;
  bottom: 0;
  width: 66%;
}

/* the slides */
.slick-slider {
  overflow: hidden;
}

/* the parent */
.slick-list {
  margin: 0 -9px;
}

/* item */
.slick-slide {
  padding: 0 9px;
}

.material-icons-outlined {
  transition: all 0.5s ease-in-out;
}

.video_testmo_section {
  background: #1b1e23;
  padding: 5.625em 0 !important;
  margin-top: 6.25em;
  background-size: contain !important;
}
.video_testmo_section .youtube_channel_content {
  max-width: 600px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 16px;
  position: relative;
}
.video_testmo_section .youtube_channel_content a.apopup_tag {
  position: relative;
}
.video_testmo_section .youtube_channel_content a.apopup_tag .playbtn {
  position: absolute;
  bottom: 15px;
  left: 24px;
  width: 50px;
  height: 50px;
}
.video_testmo_section .youtube_channel_content a.apopup_tag .playbtn img {
  margin: 9px;
}
.video_testmo_section .youtube_channel_content img {
  border-radius: 16px;
}
.video_testmo_section .youtube_channel_content h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: var(--color-white);
  margin: 0;
  padding: 0 0 24px;
}
.video_testmo_section .youtube_channel_content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #dfe4ea;
  margin: 0;
  padding: 0 0 32px 0;
}
.video_testmo_section .youtube_channel_content .youtube_icon {
  width: 40px;
  height: 28px;
  display: inline-block;
  background: url(../svg/youtube_icon.svg) no-repeat;
  margin-right: 15px;
}
.video_testmo_section .youtube_channel_content .youtube_link {
  display: flex;
  align-items: center;
  background: #000;
  max-width: 340px;
  width: 100%;
  border-radius: 12px;
  color: var(--color-white);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 32px;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
}
.video_testmo_section .youtube_channel_content .youtube_link:hover {
  background: var(--theme-Primary-color);
}
.video_testmo_section .youtube_channel_content .youtube_link:hover .youtube_icon {
  box-shadow: var(--boxshadow-secondary);
}
.video_testmo_section .video_testmo_slider_wrapper {
  position: relative;
}
.video_testmo_section .video_testmo_slider_wrapper .slick-slider {
  padding-bottom: 0px !important;
}
.video_testmo_section .video_testmo_slider_wrapper .slick-dots {
  bottom: 0;
  text-align: left;
  width: 50%;
  right: -48px;
  bottom: 20px !important;
}
.video_testmo_section .video_testmo_slider_wrapper .slick-dots li {
  width: auto !important;
}
.video_testmo_section .video_testmo_slider_wrapper .slick-dots button {
  width: auto;
}
.video_testmo_section .video_testmo_slider_wrapper .slick-dots li button:before {
  content: "" !important;
  width: 12px !important;
  height: 5px !important;
  background: #3f4c5c !important;
  border-radius: 10px !important;
  opacity: 1 !important;
}
.video_testmo_section .video_testmo_slider_wrapper .slick-dots li.slick-active button:before {
  background: var(--theme-Primary-color) !important;
  border-radius: 10px !important;
  box-shadow: 0px 4px 10px 2px #ff3c00;
}
.video_testmo_section .video_testmo_slider {
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(-30px);
          backdrop-filter: blur(-30px);
  padding: 48px;
  border-radius: 16px;
  color: #fff;
  position: relative;
}
.video_testmo_section .video_testmo_slider::after {
  width: 64px;
  height: 64px;
  position: absolute;
  content: "";
  background: url(../svg/qoute_blueicon.svg) no-repeat;
  top: 12px;
}
.video_testmo_section .video_testmo_slider .inner_box p {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: var(--color-white);
  min-height: 195px;
}
.video_testmo_section .video_testmo_slider .client_detail {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-Primary-color);
}
.video_testmo_section .video_testmo_slider .client_detail h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-Primary-color);
}
.video_testmo_section .video_testmo_slider .client_detail h3 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #dfe4ea;
  display: block;
}
.video_testmo_section .video_testmo_slider .client_detail span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #dfe4ea;
  display: block;
  margin-top: 6px;
}
.video_testmo_section .video_testmo_slider .client_detail h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #dfe4ea;
}
.video_testmo_section .video_testmo_slider .client_detail::after {
  width: 30px;
  height: 23px;
  position: absolute;
  content: "";
  right: 15px;
  bottom: 0;
  background: url(../svg/qouteblue_smallicon.svg) no-repeat;
}

.casestudy_section .casestudy_wrapper {
  margin-top: 40px;
}
.casestudy_section .casestudy_wrapper .case_img img {
  border-radius: 12px;
}
.casestudy_section .casestudy_wrapper .case_slider {
  background: var(--color-white);
  padding: 32px 23px;
  border-radius: 16px;
  overflow: visible;
}
.casestudy_section .casestudy_wrapper .case_slider .slick-dots {
  bottom: -50px;
}
.casestudy_section .casestudy_wrapper .case_slider .slick-dots li button:before {
  content: "" !important;
  width: 24px !important;
  height: 4px !important;
  background: #dfe4ea !important;
  border-radius: 10px !important;
  opacity: 1 !important;
}
.casestudy_section .casestudy_wrapper .case_slider .slick-dots li.slick-active button:before {
  background: var(--theme-Primary-color) !important;
  border-radius: 10px !important;
}
.casestudy_section .casestudy_wrapper .casestudy_content {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.casestudy_section .casestudy_wrapper .casestudy_content .logos {
  margin-bottom: 24px;
  width: 120px;
}
.casestudy_section .casestudy_wrapper .casestudy_content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: var(--color-black);
  padding: 0 0 16px 0;
  margin: 0;
}
.casestudy_section .casestudy_wrapper .casestudy_content p {
  color: var(--color-para);
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  flex-grow: 1;
}
.casestudy_section .casestudy_wrapper .casestudy_content .client_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.casestudy_section .casestudy_wrapper .casestudy_content .client_detail h3 {
  color: var(--color-black);
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 4px;
}
.casestudy_section .casestudy_wrapper .casestudy_content .client_detail h3 span {
  display: block;
  color: #677c99;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}
.casestudy_section .casestudy_wrapper .casestudy_content .client_detail h6 {
  color: #677c99;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.cat2_bookcall_section {
  padding-top: 130px;
}
.cat2_bookcall_section .cat2_wrraper {
  border-radius: 24px;
  background: var(--theme-Primary-green) url(../webp/book-a-call-bg.webp);
  background-size: cover;
}
.cat2_bookcall_section .cat2_wrraper .cta2_monkey {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}
.cat2_bookcall_section .cat2_wrraper .cta2_monkey img {
  position: absolute;
  bottom: 0;
}
.cat2_bookcall_section .cat2_wrraper .cat_content {
  padding: 3.75em;
}
.cat2_bookcall_section .cat2_wrraper .cat_content .orange_btn {
  min-width: 200px;
}
.cat2_bookcall_section .cat2_wrraper .cat_content h3 {
  color: var(--color-white);
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  margin: 0;
  padding: 0 0 16px 0;
}
.cat2_bookcall_section .cat2_wrraper .cat_content h3 span {
  color: var(--theme-Primary-color);
}
.cat2_bookcall_section .cat2_wrraper .cat_content p {
  color: var(--light-teal);
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 20px;
}
.cat2_bookcall_section .cat2_wrraper .cat_content .rangeicon {
  margin-left: 15px;
}

.address-footer {
  position: relative;
  padding-left: 20px;
  color: #3f4c5c;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
}
.address-footer::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../svg/footer-locationicon-black.svg) no-repeat !important;
  left: 0;
  bottom: 0;
  top: 2px !important;
}

.support_section {
  padding: 4.375em 0;
  margin-top: 6.25em;
  background: var(--theme-Primary-green) url(../webp/support-bg.webp) bottom center;
  background-size: cover;
}
.support_section .support_wrapper {
  text-align: center;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.support_section .support_wrapper h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: var(--color-white);
  padding-bottom: 16px;
}
.support_section .support_wrapper p {
  color: var(--color-white);
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 40px;
}
.support_section .support_wrapper p a {
  color: #80ead6;
  font-weight: 600;
  text-decoration: underline !important;
}
.support_section .support_wrapper p a:hover {
  color: #fff !important;
}
.support_section .support_wrapper .orange_btn.sft_btn {
  background: var(--theme-Primary-color);
  min-width: 228px !important;
}
.support_section .support_wrapper .orange_btn.sft_btn span {
  color: var(--color-white);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 69px;
}
.support_section .support_wrapper .orange_btn.sft_btn:hover span {
  color: var(--color-white) !important;
}

.affliate_howtowork_section .steps_wrapper {
  margin-top: 40px;
}
.affliate_howtowork_section .steps_wrapper .step_inner_box {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.affliate_howtowork_section .steps_wrapper .step_inner_box h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: var(--color-black);
  padding: 25px 0 16px 0;
  text-align: center;
}
.affliate_howtowork_section .steps_wrapper .step_inner_box p {
  color: var(--color-para);
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.affliate_howtowork_section .buttonbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.affliate_howtowork_section .buttonbox .orange_btn {
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-section .faq_wrapper {
  margin-top: 40px;
}
.faq-section .faq_wrapper .orange_btn {
  min-width: 228px;
}
.faq-section .faq_wrapper .faq {
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
}
.faq-section .faq_wrapper .faq .faqitem {
  margin-bottom: 20px;
}
.faq-section .faq_wrapper .faq .faqitem .header {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: 1px solid #fff;
}
.faq-section .faq_wrapper .faq .faqitem .header .material-icons-outlined::after {
  display: none !important;
}
.faq-section .faq_wrapper .faq .faqitem .header .material-icons-outlined::before {
  display: none !important;
}
.faq-section .faq_wrapper .faq .faqitem .header h4 {
  margin: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: var(--color-black);
}
.faq-section .faq_wrapper .faq .faqitem .header .fa-minus {
  display: none;
}
.faq-section .faq_wrapper .faq .faqitem.jquery-accordion-active {
  border-radius: 12px;
  border: 1px solid #ffebeb;
  background: #fff;
}
.faq-section .faq_wrapper .faq .faqitem.jquery-accordion-active .fa-minus {
  display: block;
}
.faq-section .faq_wrapper .faq .faqitem.jquery-accordion-active .header {
  border: 0;
  border-radius: 12px 12px 0 0;
}
.faq-section .faq_wrapper .faq .faqitem.jquery-accordion-active .content {
  height: auto !important;
}
.faq-section .faq_wrapper .faq .faqitem.jquery-accordion-active .fa-plus {
  display: none;
}
.faq-section .faq_wrapper .faq .faqitem .content {
  padding: 0 30px 30px 30px;
  display: none;
  height: 0 !important;
}
.faq-section .faq_wrapper .faq .faqitem .content p, .faq-section .faq_wrapper .faq .faqitem .content .intercom-interblocks-paragraph {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #3f4c5c;
  padding-bottom: 20px;
  margin: 0;
}
.faq-section .faq_wrapper .faq .faqitem .content b {
  font-size: 15px;
}
.faq-section .faq_wrapper .faq .faqitem .content .secondary_list {
  margin: 0;
  padding: 0;
}
.faq-section .faq_wrapper .faq .faqitem .content .secondary_list li {
  color: var(--color-para);
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 40px;
}
.faq-section .faq_wrapper .faq .faqitem .content .secondary_list li::before {
  display: none;
}
.faq-section .faq_wrapper .faq .faqitem .content .secondary_list li::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../svg/list-tick.svg) no-repeat;
  background-position: center center;
  left: 0;
  top: 3px;
}
.faq-section .faq_wrapper .faq .faqitem .content ul {
  display: flex;
  flex-direction: column;
  padding: 15px 0 15px 0;
}
.faq-section .faq_wrapper .faq .faqitem .content ul li {
  font-size: 18px;
  font-weight: 500;
  color: #495057;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.faq-section .faq_wrapper .faq .faqitem .content ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #1b1e23;
  left: 0;
  top: 10px;
}

.gform_required_legend {
  display: none;
}

.indiv-faq {
  margin: 0 10px 0 0px;
  padding: 0;
}
.indiv-faq a {
  color: #1ea5fc;
  font-size: 14px;
  font-weight: 600;
}

.inner_workbox {
  padding-bottom: 20px;
}

.logo_imgwork {
  margin-bottom: 20px;
}

.ourwork_homepage {
  max-width: 1140px;
  width: 100%;
  margin: 40px auto 0 auto;
}
.ourwork_homepage .owl-carousel {
  width: 100% !important;
}
.ourwork_homepage .owl-carousel .owl-dots {
  display: none !important;
}
.ourwork_homepage .owl-carousel .owl-nav {
  display: none !important;
}
.ourwork_homepage .workimgbox {
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
.ourwork_homepage .workimgbox img {
  width: 100%;
}

.news_letter_section {
  background: url(../webp/news-letter-bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 6.25em;
}
.news_letter_section .newsletter_wrapper .news_letter_content {
  padding: 0 5.813em 4.85em 0;
}
.news_letter_section .newsletter_wrapper .news_letter_content h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: var(--color-white);
  padding-bottom: 40px;
}
.news_letter_section .newsletter_wrapper .news_letter_content .form_box {
  max-width: 580px;
  position: relative;
}
.news_letter_section .newsletter_wrapper .news_letter_content .form_box .input_box {
  position: relative;
  background: var(--color-white);
  width: 100%;
  padding-left: 26px;
  padding-right: 180px;
  min-height: 80px;
  border-radius: 12px;
  border: none;
  outline: none !important;
  font-size: 16px;
  color: var(--color-black);
}
.news_letter_section .newsletter_wrapper .news_letter_content .form_box .input_box::-moz-placeholder {
  color: #a0b0c0;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}
.news_letter_section .newsletter_wrapper .news_letter_content .form_box .input_box::placeholder {
  color: #a0b0c0;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}
.news_letter_section .newsletter_wrapper .news_letter_content .form_box .send_btn {
  position: absolute;
  min-height: 70px;
  top: 5px;
  right: 5px;
  border-radius: 12px;
  padding: 0 20px;
  background: var(--theme-Primary-color);
  color: var(--color-white);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.5s ease-in-out;
}
.news_letter_section .newsletter_wrapper .news_letter_content .form_box .send_btn:hover {
  box-shadow: var(--boxshadow-200);
}
.news_letter_section .newsletter_wrapper .flymonkey_img {
  position: relative;
}
.news_letter_section .newsletter_wrapper .flymonkey_img img {
  position: absolute;
  top: -190px;
  right: -35px;
  width: 90%;
}

.header_sticky_blog {
  margin-top: 44px;
}

.blog_sticky_bar {
  background: var(--theme-Primary-color);
  padding: 10px;
  text-align: center;
  top: 0 !important;
  position: fixed;
  width: 100%;
  z-index: 99;
  color: #fff;
  font-weight: 500;
}
.blog_sticky_bar a {
  color: #fff !important;
  font-weight: 700;
}

.hidebar {
  opacity: 0;
}

.close_btn_blog {
  position: absolute;
  right: 10px;
  border: 0;
  color: #fff;
  font-size: 24px;
  top: 7px;
}

.blog_sticky_bar p {
  margin: 0;
  padding: 0;
}

.blog_sticky_bar a {
  color: #000;
  text-decoration: underline !important;
  font-weight: bold;
}

.blog_detail_section.blog_detail_section-gap {
  padding-top: 154px !important;
}

.blog_detail_section {
  padding-top: 194px !important;
}
.blog_detail_section #ki_single_post_navigation {
  justify-content: space-between;
  margin-top: 30px;
}
.blog_detail_section #ki_single_post_navigation #ki_single_post_prev a,
.blog_detail_section #ki_single_post_navigation #ki_single_post_next a {
  border: 1px solid #677c99;
  border-radius: 8px;
  padding: 24px;
  color: #1b1e23 !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 186px;
  width: 100%;
  gap: 8px;
  transition: all 0.5s ease-in-out;
}
.blog_detail_section #ki_single_post_navigation #ki_single_post_prev a i,
.blog_detail_section #ki_single_post_navigation #ki_single_post_next a i {
  line-height: 21px;
}
.blog_detail_section #ki_single_post_navigation #ki_single_post_prev a:hover,
.blog_detail_section #ki_single_post_navigation #ki_single_post_next a:hover {
  background: #f1731e;
  box-shadow: 0px 12px 32px -16px #c32300;
  border-radius: 8px;
  border: 1px solid #f1731e;
  color: #fff !important;
}
.blog_detail_section .ki_post_date_share {
  flex-direction: column;
  margin-top: 30px;
}
.blog_detail_section .ki_post_date_share span {
  color: #3f4c5c;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  padding: 0 0 8px 0;
}
.blog_detail_section .ki_post_date_share p.post-date {
  color: #1b1e23;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.blog_detail_section h1 {
  color: #1b1e23;
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 24px 0;
}
.blog_detail_section p {
  color: #3f4c5c;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
  padding: 0 0 15px 0;
}
.blog_detail_section h4 {
  color: #1b1e23;
  font-size: 32px;
  line-height: 44px;
  margin: 0;
  padding: 24px 0;
  font-weight: 700;
}
.blog_detail_section h5 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #1b1e23;
}
.blog_detail_section a {
  color: #1ea5fc;
  font-size: 18px;
}
.blog_detail_section figcaption {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  margin: 15px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  width: 100%;
}
.blog_detail_section ul, .blog_detail_section ol {
  margin: 30px 0;
  padding: 0;
}
.blog_detail_section ul li, .blog_detail_section ol li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
  color: #3f4c5c;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
.blog_detail_section ul li::after, .blog_detail_section ol li::after {
  font-family: "iconsax" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  content: "\e936";
  left: 0;
  top: 5px;
  color: var(--theme-Primary-color);
}
.blog_detail_section ul li a, .blog_detail_section ol li a {
  color: #1ea5fc;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
}
.blog_detail_section ul li a:hover, .blog_detail_section ol li a:hover {
  font-weight: 600;
}
.blog_detail_section ul ul, .blog_detail_section ol ul {
  margin: 10px 0;
}
.blog_detail_section ul ul li, .blog_detail_section ol ul li {
  margin: 0;
  position: relative;
}
.blog_detail_section ul ul li::after, .blog_detail_section ol ul li::after {
  top: 8px;
}
.blog_detail_section ul ul li a, .blog_detail_section ol ul li a {
  color: #1ea5fc;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 8px 0;
  display: block;
}
.blog_detail_section ul ul li a:hover, .blog_detail_section ol ul li a:hover {
  font-weight: 600;
}

.privacy_section h1 {
  color: var(--color-black);
  font-size: 2.5em;
  line-height: 50px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 16px 0;
}
.privacy_section p {
  color: #3f4c5c;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  padding-right: 2rem;
}
.privacy_section a {
  color: #1ea5fc;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
}

.related_post {
  padding: 40px 0;
}
.related_post h3 {
  color: #1b1e23 !important;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 24px 0;
}
.related_post .ki_post_thumb {
  height: 300px;
  width: 100%;
  border-radius: 12px;
}
.related_post .related_post_titile {
  background: #fff;
  margin: -62px 25px 0 25px;
  padding: 32px 24px;
  border-radius: 12px;
}
.related_post .related_post_titile .the_title_post {
  color: #1b1e23;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  min-height: 90px;
  display: block;
}
.related_post .related_post_titile .footer-blog-list-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.related_post .related_post_titile .footer-blog-list-box .ki_blog_post_date {
  color: #3f4c5c;
  /* color: #000; */
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  gap: 7px;
}
.related_post .related_post_titile .footer-blog-list-box .ki_post_read_more_wrapper a {
  color: #f1731e;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  gap: 8px;
}

.casestudy-section .casestudy_sm_box {
  background: #fff;
  padding: 16px 16px 32px 16px;
  display: block;
  border-radius: 12px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.casestudy-section .casestudy_sm_box:hover {
  box-shadow: 0px 24px 32px -16px rgba(112, 147, 196, 0.24);
}
.casestudy-section .casestudy_sm_box img {
  border-radius: 16px;
}
.casestudy-section .casestudy_sm_box .logo {
  padding: 24px 0 16px 0;
  display: flex;
}
.casestudy-section .casestudy_sm_box .logo img {
  border-radius: 0;
}
.casestudy-section .casestudy_sm_box h3 {
  color: var(--color-black);
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  min-height: 100px;
}
.casestudy-section .casestudy_sm_box .view_more {
  color: var(--theme-Primary-color);
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  display: flex;
  transition: all 0.7s ease-in-out;
}
.casestudy-section .casestudy_sm_box .view_more:hover .material-icons-outlined {
  margin-left: 15px;
}
.casestudy-section .casestudy_sm_box .view_more .material-icons-outlined {
  margin-left: 10px;
}

/* Preloader */
.ctn-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme-Primary-color); /* No se identa por orden alfabetico para que no lo sobre-escriba */
  height: 7em;
  margin: 0 auto 3.5em auto;
  width: 7em;
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  font-size: 25px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #ffffff;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
  display: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
  display: none !important;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Efecto de fade en la animación de cargando */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

/* Animación del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
/* Animación de las letras cargando del preloader */
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {
  /* Preloader */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Montserrat", sans-serif;
  }
}
@media screen and (max-width: 500px) {
  /* Prelaoder */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 5em;
    width: 5em;
  }
  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em;
  }
}
#plat4new,
#platnew1 {
  animation: mover 4s infinite alternate;
}

#plat5new,
#plat3new {
  animation: mover1 4s infinite alternate;
}

@keyframes animate {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 64, 0.7), 0 0 0 0 rgba(255, 0, 64, 0.7);
  }
  40% {
    box-shadow: 0 0 0 20px rgba(255, 0, 64, 0), 0 0 0 0 rgba(255, 0, 64, 0.7);
  }
  80% {
    box-shadow: 0 0 0 20px rgba(255, 0, 64, 0), 0 0 0 30px rgba(255, 0, 64, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 64, 0), 0 0 0 30px rgba(255, 0, 64, 0);
  }
}
@keyframes animate1 {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 128, 144, 0.7), 0 0 0 0 rgba(0, 128, 144, 0.7);
  }
  40% {
    box-shadow: 0 0 0 20px rgba(0, 128, 144, 0), 0 0 0 0 rgba(0, 128, 144, 0.7);
  }
  80% {
    box-shadow: 0 0 0 20px rgba(255, 0, 64, 0), 0 0 0 30px rgba(255, 0, 64, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 64, 0), 0 0 0 30px rgba(255, 0, 64, 0);
  }
}
@keyframes animate2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 195, 32, 0.7), 0 0 0 0 rgba(255, 195, 32, 0.7);
  }
  40% {
    box-shadow: 0 0 0 20px rgba(255, 195, 32, 0), 0 0 0 0 rgba(255, 195, 32, 0.7);
  }
  80% {
    box-shadow: 0 0 0 20px rgba(255, 0, 64, 0), 0 0 0 30px rgba(255, 0, 64, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 64, 0), 0 0 0 30px rgba(255, 0, 64, 0);
  }
}
@keyframes changeBackgroundColor {
  0% {
    background-color: #ffc320;
  }
  50% {
    background-color: #f67476;
  }
  100% {
    background-color: var(--theme-orange-bg);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 146, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 166, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 151, 82, 0);
  }
}
/*inner banner*/
.text-left-innerbanner::after {
  display: none !important;
}
.text-left-innerbanner::before {
  display: none !important;
}

.inner-page-banner {
  background-color: #00806c !important;
  position: relative;
  min-height: 700px;
  height: calc(60vh - 200px) !important;
  align-items: center;
  display: flex;
}
.inner-page-banner::after {
  position: absolute;
  content: "";
  max-width: 666px;
  width: 100%;
  height: 293px;
  background: url(../svg/inner_banner_after.svg) no-repeat;
  left: 0;
  bottom: 0;
}
.inner-page-banner::before {
  position: absolute;
  content: "";
  max-width: 666px;
  width: 100%;
  height: 293px;
  background: url(../svg/inner_banner_before.svg) no-repeat;
  right: 0;
  bottom: 0;
}
.inner-page-banner .innerheader_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
  max-width: 800px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 250px);
}
.inner-page-banner .innerheader_content a.link_text {
  color: var(--theme-Primary-color);
  font-weight: 700;
}
.inner-page-banner .innerheader_content h2 {
  color: var(--color-white);
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  margin: 0;
  padding: 0 0 24px 0;
}
.inner-page-banner .innerheader_content h2 span {
  color: var(--theme-Primary-color);
  font-family: "gilroy-bolditalic";
  padding-left: 5px;
  font-weight: 700;
}
.inner-page-banner .innerheader_content p {
  color: var(--color-grey-100);
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  width: 100%;
  max-width: 800px;
  margin: 0;
  padding: 0 0 32px 0;
}
.inner-page-banner .innerheader_content .btn_group_banner {
  display: flex;
  gap: 32px;
}
.inner-page-banner .innerheader_content .btn_group_banner .orange_btn {
  min-width: 213px;
}
.inner-page-banner .innerheader_content .btn_group_banner .lightorange_btn {
  min-width: 195px;
}
.inner-page-banner .innerheader_content .features_note {
  display: flex;
  position: relative;
  margin-top: 40px;
  gap: 36px;
  padding: 0 !important;
}
.inner-page-banner .innerheader_content .features_note li {
  color: #fff;
  position: relative;
  font-size: 14px;
  line-height: 17px;
}
.inner-page-banner .innerheader_content .features_note li:last-child::before {
  display: none;
}
.inner-page-banner .innerheader_content .features_note li::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 17px;
  background: #fff;
  opacity: 0.5;
  right: -20px;
}
.inner-page-banner .left_side_content {
  max-width: 750px;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  position: relative;
  z-index: 9;
  margin-top: 4vw;
}
.inner-page-banner .left_side_content a.link_text {
  color: var(--theme-Primary-color);
  font-weight: 700;
}
.inner-page-banner .left_side_content h2 {
  color: var(--color-white);
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  margin: 0;
  padding: 0 0 24px 0;
}
.inner-page-banner .left_side_content h2 span {
  color: var(--theme-Primary-color);
  font-family: "gilroy-bolditalic";
  padding-left: 5px;
  font-weight: 700;
}
.inner-page-banner .left_side_content p {
  color: var(--color-grey-100);
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  width: 100%;
  max-width: 600px;
  width: 100%;
  margin: 0;
  padding: 0 0 32px 0;
}
.inner-page-banner .left_side_content .btn_group_banner {
  display: flex;
  gap: 32px;
}
.inner-page-banner .left_side_content .btn_group_banner .orange_btn {
  min-width: 213px;
}
.inner-page-banner .left_side_content .btn_group_banner .lightorange_btn {
  min-width: 195px;
}
.inner-page-banner .left_side_content .features_note {
  display: flex;
  position: relative;
  margin-top: 40px;
  gap: 36px;
  padding: 0;
}
.inner-page-banner .left_side_content .features_note li {
  color: #fff;
  position: relative;
  font-size: 14px;
  line-height: 17px;
}
.inner-page-banner .left_side_content .features_note li:last-child::before {
  display: none;
}
.inner-page-banner .left_side_content .features_note li::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 17px;
  background: #fff;
  opacity: 0.5;
  right: -20px;
}

.header.inner-header {
  background: #00806c;
  position: relative;
}
.header.inner-header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
}

.trustpilot_section .trustpilot_innerwrap {
  background: var(--theme-Primary-green) url(../webp/trustpilot-bg.webp) no-repeat center center;
  background-size: cover;
  border-radius: 16px;
  padding: 80px;
}
.trustpilot_section .trustpilot_innerwrap .kimpwith_star {
  position: relative;
  display: none;
}
.trustpilot_section .trustpilot_innerwrap .kimpwith_star img {
  position: absolute;
  top: 0;
  margin-top: -159px;
  width: 100%;
  right: 10px;
}
.trustpilot_section .trustpilot_innerwrap .trustpilotSays img {
  margin-bottom: 30px;
}
.trustpilot_section .trustpilot_innerwrap .trustpilotSays h4 {
  color: var(--color-white);
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 20px;
  margin: 0;
}
.trustpilot_section .trustpilot_innerwrap .trustpilotSays p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #f1f6fc;
  margin: 0;
  padding: 0;
}
.trustpilot_section .trustpilot_innerwrap .trustpilotSays .client_name {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: var(--color-white);
  margin: 0;
  padding: 40px 0 0 0;
  display: flex;
  height: auto !important;
  z-index: 9 !important;
  background: none !important;
  height: auto !important;
  width: auto !important;
}

.teamincludes_section .teamincludes_wrap {
  background: var(--theme-Primary-green);
  border-radius: 16px;
  position: relative;
  background: url(../webp/experienced-designer-bg.webp) no-repeat center;
  background-size: cover;
}
.teamincludes_section .teamincludes_wrap .ed-img {
  position: absolute;
  bottom: 0;
  width: 50%;
  right: 0;
}
.teamincludes_section .teamincludes_wrap .content-area {
  padding: 80px 2vw 80px 80px;
}
.teamincludes_section .teamincludes_wrap .content-area h2 {
  color: var(--color-white);
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 16px 0;
}
.teamincludes_section .teamincludes_wrap .content-area p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #f1f6fc;
  margin: 0;
  padding: 0;
}

.graphicprojects-section .grid_projects {
  margin: 40px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.graphicprojects-section .footer_btn_grp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
}
.graphicprojects-section .footer_btn_grp .orange_btn {
  min-width: 330px;
}
.graphicprojects-section .footer_btn_grp .orange_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 69px !important;
}

.price_feature .price_feature_inner {
  background: url(../webp/price_featuresbg.webp) no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 80px;
  position: relative;
}
.price_feature .price_feature_inner::after {
  position: absolute;
  content: "";
  min-width: 960px;
  height: 747px;
  background: url(../png/kimp_riding.png) no-repeat;
  background-size: 100%;
  right: -40px;
  top: 45%;
  transform: translate(-4%, -50%);
}
.price_feature .price_feature_inner .price_feature_list {
  background: var(--color-white);
  padding: 60px;
  border-radius: 16px;
}
.price_feature .price_feature_inner .price_feature_list .pf_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price_feature .price_feature_inner .price_feature_list .pf_header h2 {
  color: var(--color-black);
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
}
.price_feature .price_feature_inner .price_feature_list .pf_header .price {
  font-size: 40px;
  line-height: 56px;
  color: var(--theme-Primary-color);
  font-weight: 700;
}
.price_feature .price_feature_inner .price_feature_list .pf_header .price span {
  display: block;
  color: var(--theme-Primary-green);
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.price_feature .price_feature_inner .price_feature_list .pf_footer {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.price_feature .price_feature_inner .price_feature_list .pf_footer span.smallnote {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  padding-top: 30px;
  color: #677c99;
}
.price_feature .price_feature_inner .price_feature_list .pf_footer .orange_btn {
  min-width: 230px;
}
.price_feature .price_feature_inner .price_feature_list .pf_footer .orange_btn span {
  min-height: 69px;
}
.price_feature .price_feature_inner .price_feature_list ul {
  padding: 0;
  margin: 40px 0 0 0;
}
.price_feature .price_feature_inner .price_feature_list ul li {
  font-size: 18px;
  line-height: 32px;
  color: var(--color-grey-600);
  font-weight: 700;
  margin-bottom: 40px;
  padding-left: 30px;
  position: relative;
}
.price_feature .price_feature_inner .price_feature_list ul li::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../svg/list-tick.svg) no-repeat;
  background-position: center center;
  left: 0;
  top: 3px;
}
.price_feature .price_feature_inner .price_feature_list ul li:last-child {
  margin-bottom: 0;
}

.service_video_sec .our_video_serv_list {
  display: none;
}
.service_video_sec .orange_btn {
  min-width: 260px;
  margin-top: 40px;
}
.service_video_sec .orange_btn span {
  min-height: 69px;
}
.service_video_sec .motion_video_box {
  background: var(--color-white);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 20px;
}
.service_video_sec .motion_video_box .vid_url {
  cursor: pointer;
}
.service_video_sec .motion_video_box h3 {
  color: var(--color-black);
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  margin: 0;
  padding: 30px 0 16px 0;
}
.service_video_sec .motion_video_box p {
  color: var(--color-para);
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  min-height: 130px;
}
.service_video_sec .motion_video_box .video-js {
  width: 100%;
  height: 280px;
  border-radius: 12px;
  background-color: transparent !important;
}
.service_video_sec .motion_video_box .video-js .vjs-tech {
  border-radius: 12px;
}
.service_video_sec .motion_video_box .vjs-poster {
  width: 100%;
  background-size: cover;
  border-radius: 12px;
}

.vedio_service_sec #slider {
  margin-top: 2vh;
}

.pricepage_f_section .price_withlist_wrap {
  background: #fff;
  padding: 16px 16px 40px 16px;
  border-radius: 16px;
  position: relative;
  margin-top: 30px;
  position: relative;
}
.pricepage_f_section .price_withlist_wrap .strip {
  border-radius: 4px;
  background: var(--theme-Primary-green);
  color: var(--color-white);
  position: absolute;
  right: 30px;
  top: -15px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  font-weight: 600;
  padding: 10px 14px;
}
.pricepage_f_section .price_withlist_wrap .ki_pricing_price_features {
  padding: 32px 0 0 35px;
  margin-left: 20px;
  min-height: 1030px;
}
.pricepage_f_section .price_withlist_wrap .ki_pricing_price_features li {
  margin-bottom: 24px;
  color: var(--color-grey-600);
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  position: relative;
}
.pricepage_f_section .price_withlist_wrap .ki_pricing_price_features li::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../svg/list-tick.svg) no-repeat;
  background-position: center center;
  left: -35px;
  top: 3px;
}
.pricepage_f_section .price_withlist_wrap .price_fot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pricepage_f_section .price_withlist_wrap .price_fot .border_btn {
  min-width: 205px !important;
}
.pricepage_f_section .price_withlist_wrap .price_fot .border_btn:hover {
  background: var(--theme-Primary-color) !important;
  color: #fff !important;
  box-shadow: var(--boxshadow-secondary);
}
.pricepage_f_section .price_withlist_wrap .price_fot .note {
  color: var(--color-grey-500);
  margin-top: 24px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}
.pricepage_f_section .price_withlist_wrap .price_box {
  background: #f7f9fd;
  border-radius: 12px;
  padding: 48px 29px 20px 29px;
}
.pricepage_f_section .price_withlist_wrap .price_box h3 {
  color: var(--color-black);
  font-size: 36px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 24px 0;
}
.pricepage_f_section .price_withlist_wrap .price_box .offerpric {
  font-size: 48px;
  line-height: 59px;
  font-weight: 700;
  color: var(--theme-Primary-green);
  display: flex;
  align-items: center;
}
.pricepage_f_section .price_withlist_wrap .price_box .offerpric span.oldprice {
  text-decoration-line: line-through;
  color: #a0b0c0;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  padding-left: 16px;
}
.pricepage_f_section .price_withlist_wrap .price_box span.price_note {
  color: var(--color-black);
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}
.pricepage_f_section .price_withlist_wrap .price_box p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--color-grey-600);
  margin: 0;
  padding: 24px 0 0 0;
  min-height: 109px;
}

.compare_trust .kimpwith_star img {
  width: 90% !important;
}

#slidorion1 {
  width: 100%; /* Set to slidorion width. Is equal to #slider + #accordion width */
  height: auto; /* Set to slidorion height. Is equal to #slider and #accordion height */
  position: relative;
}

#slider {
  width: 100%; /* Set to slider width */
  height: 510px; /* Set to slider height */
  position: relative;
  float: left;
  overflow: hidden; /* Hides the animations */
}
#slider .img {
  padding: 0 !important;
}

.slider-image {
  position: relative;
}
.slider-image img {
  padding: 30px 0 !important;
}

.compare_letter_box .flymonkey_img img {
  position: absolute;
  top: -50px !important;
  width: 75%;
}
.compare_letter_box .newsletter_wrapper {
  background-image: url(../png/compare_cta_bg.png) !important;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.compare_letter_box .news_letter_content .orange_btn {
  min-width: 220px;
  margin-top: 20px;
}
.compare_letter_box .news_letter_content .orange_btn span {
  min-height: 69px;
}
.compare_letter_box .news_letter_content h2 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 600 !important;
  margin: 0 !important;
  padding: 0 0 8px 0 !important;
}
.compare_letter_box .news_letter_content h2 b {
  font-weight: 700 !important;
}
.compare_letter_box .news_letter_content p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: var(--color-white);
}

.testimonials_page .orange_btn {
  max-width: 250px;
  width: 100%;
  margin: 40px auto;
}
.testimonials_page .orange_btn span {
  min-height: 69px;
}
.testimonials_page .inner_testmo_box {
  margin-top: 20px;
  background: #fff;
  padding: 24px;
  border-radius: 16px;
}
.testimonials_page .inner_testmo_box img {
  border-radius: 16px;
}
.testimonials_page .inner_testmo_box p {
  color: var(--color-black);
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
.testimonials_page .inner_testmo_box .vedio_user_detail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  text-align: center;
}
.testimonials_page .inner_testmo_box .vedio_user_detail h3 {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: var(--color-black);
  margin: 0;
  padding: 0;
}
.testimonials_page .inner_testmo_box .vedio_user_detail p {
  text-align: center;
  margin: 0;
  padding: 0;
  color: #3f4c5c;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.testimonials_page .inner_testmo_box .user_detail {
  margin-top: 15px;
}
.testimonials_page .inner_testmo_box .user_detail h3 {
  font-size: 16px;
  line-height: 20px;
  color: var(--color-black);
  font-weight: 700;
  margin: 0;
  padding: 0 0 0 0;
}
.testimonials_page .inner_testmo_box .user_detail p {
  color: #677c99;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  margin: 0;
}
.testimonials_page .inner_testmo_box .user_detail .user_pic {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--theme-Primary-green);
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
}

.casestudy-section-full .casestudy_innerbox {
  padding: 35px;
  background: #fff;
  border-radius: 16px;
  margin-top: 45px;
  position: relative;
}
.casestudy-section-full .casestudy_innerbox::before {
  background-image: url(../svg/testimonial_curve_teal.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 160px;
  position: absolute;
  content: "";
  height: 100%;
  width: 160px;
  border-radius: 16px;
  left: 0;
  top: 0;
}
.casestudy-section-full .casestudy_innerbox .thump_img {
  position: relative;
  z-index: 9;
}
.casestudy-section-full .casestudy_innerbox .thump_img img {
  border-radius: 12px;
}
.casestudy-section-full .casestudy_innerbox .casestudy_content {
  padding: 0 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.casestudy-section-full .casestudy_innerbox .casestudy_content .user_detail {
  margin-bottom: 24px;
}
.casestudy-section-full .casestudy_innerbox .casestudy_content .user_detail h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: var(--color-black);
}
.casestudy-section-full .casestudy_innerbox .casestudy_content .user_detail p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #677c99;
  margin: 0;
  padding: 5px 0 0 0;
}
.casestudy-section-full .casestudy_innerbox .casestudy_content .logo img {
  width: 180px;
}
.casestudy-section-full .casestudy_innerbox .casestudy_content h2 {
  color: var(--color-black);
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  padding: 24px 0 24px 0;
  margin: 0;
}
.casestudy-section-full .casestudy_innerbox .casestudy_content p {
  color: var(--color-grey-600);
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 24px 0;
}

.trustpilot_slider_section .trustpilot_slider_innerbox {
  background: #fff url(../webp/trustpilot_theme_banner.webp) no-repeat bottom center;
  padding: 80px;
  border-radius: 16px;
  position: relative;
  background-size: contain;
}
.trustpilot_slider_section .trustpilot_slider_innerbox .trustpilot_contant {
  position: relative;
  z-index: 22;
  padding: 0 1.5rem;
  height: 100%;
}
.trustpilot_slider_section .trustpilot_slider_innerbox .trustpilot_contant .logo {
  padding: 0 0 16px 0;
}
.trustpilot_slider_section .trustpilot_slider_innerbox .trustpilot_contant h2 {
  font-size: 40px;
  line-height: 56px;
  color: var(--color-black);
  font-weight: 700;
  padding: 0 0 16px 0;
  margin: 0;
}
.trustpilot_slider_section .trustpilot_slider_innerbox .trustpilot_contant p {
  font-size: 20px;
  line-height: 32px;
  color: #3f4c5c;
  padding-bottom: 20px;
  font-weight: 500;
}
.trustpilot_slider_section .trustpilot_slider_innerbox::after {
  position: absolute;
  content: "";
  background: url(../svg/trustpilot_blur_bg.svg) no-repeat;
  min-height: 800px;
  width: 100%;
  background-size: 82%;
  left: 0;
  top: 0;
  z-index: 0;
  background-position: -9rem -20rem;
}
.trustpilot_slider_section .trustpilot_slider_innerbox .trustpilotimonial_box {
  background: #fff;
  padding: 32px;
  z-index: 22;
  border-radius: 12px;
  position: relative;
  margin-bottom: 20px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.trustpilot_slider_section .trustpilot_slider_innerbox .trustpilotimonial_box .header {
  justify-content: space-between;
  align-items: center;
}
.trustpilot_slider_section .trustpilot_slider_innerbox .trustpilotimonial_box h4 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  color: var(--color-black);
  margin: 0;
  padding: 0 0 16px 0;
}
.trustpilot_slider_section .trustpilot_slider_innerbox .trustpilotimonial_box p {
  color: #3f4c5c;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.trustpilot_slider_section .trustpilot_slider_innerbox .trustpilotimonial_box h6 {
  margin-top: 24px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: var(--color-black);
}
.trustpilot_slider_section .trustpilot_slider_innerbox .trustpilotimonial_box h6 span {
  color: #677c99;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.kimpfly_sec {
  position: relative;
}
.kimpfly_sec .monkey_withflag {
  position: relative;
  height: 100%;
  margin-top: -50px;
}
.kimpfly_sec .monkey_withflag img {
  width: 90%;
}

.agencies_graphic_service .service_content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 96%;
  padding: 0 3vw;
}
.agencies_graphic_service .service_content .orange_btn {
  max-width: 320px;
  width: 100%;
}
.agencies_graphic_service .service_content h2 {
  color: var(--color-black);
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 24px 0;
}
.agencies_graphic_service .service_content p {
  color: #3f4c5c;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 20px 0;
}
.agencies_graphic_service .service_content ul {
  margin: 0;
  padding: 0 0 0 30px;
}
.agencies_graphic_service .service_content ul li {
  margin-bottom: 20px;
  color: var(--color-black);
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  position: relative;
}
.agencies_graphic_service .service_content ul li:last-child {
  margin-bottom: 24px;
}
.agencies_graphic_service .service_content ul li::before {
  background: url(../svg/list-tick.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  left: -30px;
  top: 8px;
}
.agencies_graphic_service .service_imgs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.agencies_graphic_service .service_imgs ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.agencies_graphic_service .service_imgs ul li {
  display: flex;
  max-width: 48%;
  flex: 0 0 50%;
  border-radius: 12px;
}
.agencies_graphic_service .service_imgs ul li img {
  width: 100%;
  border-radius: 12px;
}

.case-study-header .header {
  background: var(--theme-Primary-green);
}

.portfolio_slider_wrapper .orange_btn {
  min-width: 176px;
  margin-top: 30px;
}
.portfolio_slider_wrapper .orange_btn span {
  min-height: 69px;
}

.portfolio_slider {
  padding-top: 40px;
  padding-bottom: 40px;
}
.portfolio_slider .slick-dots {
  bottom: 0;
  display: none !important;
}
.portfolio_slider .portfolio_box {
  position: relative;
}
.portfolio_slider .portfolio_box .cat {
  position: absolute;
  background: #fff;
  box-shadow: 0px 8px 16px -10px rgba(63, 76, 92, 0.32);
  border-radius: 8px;
  bottom: 25px;
  left: 25px;
  padding: 8px 14px;
  border-radius: 8px;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 700;
}
.portfolio_slider .portfolio_box img {
  border-radius: 16px;
}

.entrepr_video_section .video_testmo_img {
  border-radius: 16px;
  padding: 16px;
  background: #fff;
  cursor: pointer;
  position: relative;
}
.entrepr_video_section .video_testmo_img img.thumimg {
  width: 100%;
  border-radius: 12px;
}
.entrepr_video_section .video_testmo_img .playbtn {
  position: absolute;
  bottom: 25px;
  left: 40px;
  width: 50px;
  height: 50px;
}
@media (max-width: 680px) {
  .entrepr_video_section .video_testmo_img .playbtn {
    bottom: 10px;
    left: 30px;
  }
}
@media (max-width: 500px) {
  .entrepr_video_section .video_testmo_img .playbtn {
    bottom: 6px;
    left: 20px;
  }
}
.entrepr_video_section .video_testmo_img .playbtn img {
  margin: 9px;
}
@media (max-width: 768px) {
  .entrepr_video_section .video_testmo_img .playbtn img {
    margin: 7px !important;
  }
}
.entrepr_video_section .video_testmo_content {
  padding: 0 1.5rem;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.entrepr_video_section .video_testmo_content h2 {
  color: var(--color-black);
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
}
.entrepr_video_section .video_testmo_content p {
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
  font-weight: 500;
  color: #3f4c5c;
  margin: 0;
}
.entrepr_video_section .video_testmo_content .user_detail {
  margin-top: 24px;
}
.entrepr_video_section .video_testmo_content .user_detail h3 {
  color: var(--color-black);
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.entrepr_video_section .video_testmo_content .user_detail h6 {
  color: #3f4c5c;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.casestudy_inner_page_wrapper {
  margin-top: 70px !important;
}
.casestudy_inner_page_wrapper .cs_kimp_solving_sec .contant {
  padding-left: 4vw;
}
.casestudy_inner_page_wrapper .cs_kimp_solving_sec .contant h2 {
  color: #1b1e23;
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 30px 0;
}
.casestudy_inner_page_wrapper .cs_kimp_solving_sec .contant p {
  color: #3f4c5c;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}
.casestudy_inner_page_wrapper .cs_kimp_solving_sec .contant p.says {
  color: var(--color-black);
  font-style: italic;
}
.casestudy_inner_page_wrapper .case-study-help .cs_help_content {
  padding: 80px 100px;
  background: #fff;
  border-radius: 16px;
}
.casestudy_inner_page_wrapper .case-study-help .cs_help_content .images-wrapper {
  width: 80%;
  margin: 0 auto;
  display: flex;
}
.casestudy_inner_page_wrapper .case-study-help .cs_help_content .images-wrapper ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}
.casestudy_inner_page_wrapper .case-study-help .cs_help_content .images-wrapper ul li {
  padding: 0;
  margin: 0;
  background: #f1f6fc;
  border-radius: 16px;
  padding: 8px;
}
.casestudy_inner_page_wrapper .case-study-help .cs_help_content .images-wrapper ul li::before {
  display: none;
}
.casestudy_inner_page_wrapper .case-study-help .cs_help_content .slick-prev {
  z-index: 999;
  left: 15px;
  width: 30px;
  height: 30px;
  background: transparent !important;
  color: var(--color-black);
  border: 1px solid #677c99 !important;
  transition: none !important;
}
.casestudy_inner_page_wrapper .case-study-help .cs_help_content .slick-prev:hover {
  background: var(--theme-Primary-color) !important;
  color: #fff;
  border: 0 !important;
}
.casestudy_inner_page_wrapper .case-study-help .cs_help_content .slick-next {
  z-index: 999;
  right: 15px;
  width: 30px;
  height: 30px;
  background: transparent !important;
  color: var(--color-black);
  border: 1px solid #677c99 !important;
  transition: none !important;
}
.casestudy_inner_page_wrapper .case-study-help .cs_help_content .slick-next:hover {
  background: var(--theme-Primary-color) !important;
  color: #fff;
  border: 0 !important;
}
.casestudy_inner_page_wrapper .case-study-help .cs_help_content .slider_case_img {
  padding: 8px;
  border-radius: 16px;
  background: #f1f6fc;
}
.casestudy_inner_page_wrapper .case-study-help .cs_help_content .slider_case_img img {
  width: 100%;
}
.casestudy_inner_page_wrapper .case-study-help .cs_help_content ul {
  margin: 0;
  padding: 0;
}
.casestudy_inner_page_wrapper .case-study-help .cs_help_content ul li {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #3f4c5c;
  padding: 0 0 32px 40px;
  margin: 0;
  position: relative;
}
.casestudy_inner_page_wrapper .case-study-help .cs_help_content ul li::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../svg/list-tick.svg) no-repeat;
  left: 0px;
  top: 8px;
}
.casestudy_inner_page_wrapper .case-study-help .cs_help_content h2 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: var(--color-black);
  margin: 0;
  padding: 0 0 40px 0;
}
.casestudy_inner_page_wrapper .case-study-help .cs_help_content h2 span {
  color: var(--theme-Primary-green);
}
.casestudy_inner_page_wrapper .case-study-help .cs_help_content h5 {
  color: #3f4c5c;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding-right: 1vw;
  padding-bottom: 35px;
}
.casestudy_inner_page_wrapper .section_banner {
  padding: 40px 0 0 0;
}
.casestudy_inner_page_wrapper .section_banner img {
  border-radius: 16px;
  margin-bottom: 40px;
}
.casestudy_inner_page_wrapper .section_banner p {
  color: var(--color-black);
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  font-style: italic;
}
.casestudy_inner_page_wrapper .section_banner .case_user_detail {
  margin-top: 20px;
}
.casestudy_inner_page_wrapper .section_banner .case_user_detail h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 7px 0;
  color: var(--color-black);
}
.casestudy_inner_page_wrapper .section_banner .case_user_detail h6 {
  color: #3f4c5c;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}
.casestudy_inner_page_wrapper .case-study-what-type .img-box {
  padding: 8px;
  background: #fff;
  border-radius: 16px;
}
.casestudy_inner_page_wrapper .case-study-what-type .img-box img {
  border-radius: 12px;
}
.casestudy_inner_page_wrapper .case-study-what-type .contant {
  padding-right: 1.5rem;
}
.casestudy_inner_page_wrapper .case-study-what-type .contant h2 {
  color: var(--color-black);
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  padding: 0 0 30px 0;
  margin: 0;
}
.casestudy_inner_page_wrapper .case-study-what-type .contant h2 span {
  color: var(--theme-Primary-color);
}
.casestudy_inner_page_wrapper .case-study-what-type .contant p {
  color: #3f4c5c;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  padding-right: 2rem;
}
.casestudy_inner_page_wrapper .case-study-logo-sec .contant {
  padding-left: 4vw;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.about_total_section .total_count_innerbox {
  padding: 5rem 5rem 12rem 5rem;
  background: url(../webp/about-count-bg.webp) no-repeat;
  background-size: cover;
  border-radius: 16px;
  position: relative;
  background-position: center center;
}
.about_total_section .total_count_innerbox::after {
  position: absolute;
  content: "";
  max-width: 650px;
  width: 100%;
  height: 400px;
  background: url(../webp/kimp-flying.webp) no-repeat;
  background-size: 100%;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about_total_section .total_count_innerbox .count_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.about_total_section .total_count_innerbox .count_list .cout_box {
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 270px;
  width: 100%;
}
.about_total_section .total_count_innerbox .count_list .cout_box p {
  color: #f1f6fc;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}
.about_total_section .total_count_innerbox .count_list .cout_box h3 {
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.about_total_section .total_count_innerbox .count_list .cout_box h3 span {
  color: var(--theme-Primary-color);
  position: absolute;
  top: -12px;
  font-size: 50px;
  line-height: 72px;
  right: -30px;
}
.about_total_section .total_count_innerbox h2 {
  text-align: center;
  font-size: 64px;
  line-height: 72px;
  color: var(--color-white);
  font-weight: 700;
  margin: 0;
  padding: 0 0 16px 0;
}
.about_total_section .total_count_innerbox p {
  color: #dfe4ea;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.about_ourstoty_section .stroy_content {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.about_ourstoty_section .stroy_content h2 {
  color: var(--color-black);
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 24px 0;
}
.about_ourstoty_section .stroy_content p {
  color: #3f4c5c;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.about_rateing {
  padding: 32px;
  border-radius: 16px;
  background: #fff url(../svg/about_star_icon.svg) no-repeat;
  background-position: -34px 12px;
  background-size: contain;
  margin-top: 40px;
}
.about_rateing.about_support {
  background-image: url(../svg/about_headset_icon.svg);
  background-repeat: no-repeat;
}
.about_rateing.about_t_design {
  background-image: url(../svg/about_brush_icon.svg);
  background-repeat: no-repeat;
}
.about_rateing.about_t_design .plus_icon {
  color: var(--theme-Primary-color);
}
.about_rateing h3 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: var(--color-black);
  margin: 0;
  padding: 0;
  text-align: right;
}
.about_rateing h3 .material-icons-outlined {
  color: #fdba00;
  margin: 0;
}
.about_rateing p {
  color: #3f4c5c;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
  text-align: right;
}

.checkout-qa-page .kimp-questionnaire {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  margin: 0 !important;
}
.checkout-qa-page .kimp-questionnaire .ginput_container {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.checkout-qa-page .kimp-questionnaire .ginput_container .theme-input-types {
  display: flex;
}
.checkout-qa-page .kimp-questionnaire .ginput_container .theme-input-types label {
  cursor: pointer;
  font-weight: 500;
}
.checkout-qa-page .kimp-questionnaire .form-group {
  margin-bottom: 32px;
}
.checkout-qa-page .kimp-questionnaire .form-group label {
  color: #1b1e23;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}
.checkout-qa-page .kimp-questionnaire #country_select {
  background: #f2f5f8;
  border: 0;
  max-width: 380px;
  width: 100%;
  padding: 0 20px;
  min-height: 53px;
  line-height: 53px;
  border-radius: 8px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  position: relative;
  background-image: url(../svg/arrow-down.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 94% center !important;
  transform: background-image rotate(-90deg);
  outline: none;
}
.checkout-qa-page .kimp-questionnaire h6 {
  font-weight: 700;
  color: #1b1e23;
  margin: 0;
  line-height: 30px;
  font-size: 26px;
  padding: 0 0 10px 0;
}
.checkout-qa-page .kimp-questionnaire p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 0 0 15px 0;
  color: #3f4c5c;
  font-weight: 500;
}
.checkout-qa-page .kimp-questionnaire p b {
  font-weight: 600;
  color: #000;
}
.checkout-qa-page .theme-input input[type=text] {
  border-radius: 8px;
  padding: 0 15px;
  width: 100%;
  max-width: 550px;
  background-color: #e8edf2 !important;
  border: 0;
  outline: none;
  box-shadow: none;
  min-height: 64px;
  color: var(--color-black);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
.checkout-qa-page .theme-input .textarea {
  border-radius: 8px;
  padding: 0 15px;
  width: 100%;
  max-width: 550px;
  background-color: #e8edf2 !important;
  border: 0;
  outline: none;
  box-shadow: none;
  min-height: 64px;
  color: var(--color-black);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
  max-height: 128px !important;
  resize: none;
  padding-top: 15px;
}
.checkout-qa-page .gform_button {
  max-width: 250px;
  width: 100%;
  margin: 0;
  background: var(--theme-Primary-color);
  color: var(--color-white);
  border-radius: 8px;
  font-weight: 600;
  line-height: 20px;
  padding: 20px 32px;
  min-height: 69px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  border: 0;
}
.checkout-qa-page .gform_button:hover {
  box-shadow: var(--boxshadow-200);
}
.checkout-qa-page .ginput_container_radio .gfield_radio {
  display: flex;
  gap: 25px;
}
.checkout-qa-page .ginput_container_radio .gfield_radio li {
  margin: 0 !important;
}
.checkout-qa-page .ginput_container_checkbox .gfield_checkbox {
  display: flex;
  gap: 25px;
}
.checkout-qa-page .ginput_container_checkbox .gfield_checkbox li {
  margin: 0 !important;
}
.checkout-qa-page .gform_legacy_markup_wrapper ul {
  margin: 0;
  padding: 0;
}
.checkout-qa-page .gform_legacy_markup_wrapper ul li {
  margin-bottom: 40px;
}
.checkout-qa-page .gform_legacy_markup_wrapper ul .address_country select {
  max-width: 360px;
  width: 100%;
  background-color: #e8edf2 !important;
}
.checkout-qa-page .gform_legacy_markup_wrapper .gfield_label {
  color: #1b1e23;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  padding: 0 0 10px 0;
}
.checkout-qa-page .woocommerce-contact-us-header h6 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #1b1e23;
  margin: 0;
  padding: 0 0 20px 0;
}
.checkout-qa-page .woocommerce-contact-us-header p {
  color: #3f4c5c;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}
.checkout-qa-page .woocommerce-contact-us-header p b {
  font-weight: 600;
  color: #000;
}

.user_experiance_sec .slick-dots {
  bottom: 35px;
  left: 85px;
  width: auto;
}
.user_experiance_sec .slick-dots li {
  margin: 0 8px 0 0;
  padding: 5px;
  width: 15px;
}
.user_experiance_sec .slick-dots li.slick-active button::before {
  color: #e46a19;
  opacity: 1;
  background: #e46a19;
  box-shadow: 0px 4px 10px 2px #ff3c00;
}
.user_experiance_sec .slick-dots li button {
  margin: 0;
  padding: 0;
  height: auto;
}
.user_experiance_sec .slick-dots li button::before {
  color: #fff;
  width: 16px;
  min-width: 16px;
  opacity: 1;
  height: 3px;
  border-radius: 3px;
  content: "";
  padding: 0 10px 0 0;
  background: #fff;
}
.user_experiance_sec .user_exp_inner {
  background: url(../webp/g-experience-bg.webp) no-repeat;
  background-size: cover;
  padding: 5rem;
  border-radius: 16px;
}
.user_experiance_sec .user_exp_inner .slick-list {
  max-width: 630px;
  width: 100%;
}
.user_experiance_sec .user_exp_inner .content {
  max-width: 600px;
  width: 100%;
}
.user_experiance_sec .user_exp_inner .content h2 {
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  padding: 0 0 24px 0;
  color: var(--color-white);
  font-weight: 700;
}
.user_experiance_sec .user_exp_inner .content p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #f1f6fc;
}
.user_experiance_sec .user_exp_inner .content .user_detail {
  margin-top: 40px;
}
.user_experiance_sec .user_exp_inner .content .user_detail h4 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.user_experiance_sec .user_exp_inner .content .user_detail p {
  color: #f1f6fc;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.ki_boac_heading {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  max-width: 800px;
  width: 100%;
  margin: 70px auto 0 auto;
}
.ki_boac_heading h1 {
  text-align: center;
  color: #212529;
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 24px 0;
}
.ki_boac_heading p {
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.about_value_section .perks_wrapper .perk-small-box p {
  min-height: 90px;
}

.about_page_news_sec .newsletter_wrapper .flymonkey_img img {
  position: absolute;
  top: -10em;
  right: -25%;
  width: 100%;
}
.about_page_news_sec .newsletter_wrapper .news_letter_content h2 {
  padding-bottom: 24px;
}
.about_page_news_sec .newsletter_wrapper .news_letter_content p {
  color: #f1f6fc;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  padding-right: 4rem;
}
.about_page_news_sec .btn_group {
  display: flex;
  gap: 15px;
  margin-top: 32px;
}
.about_page_news_sec .btn_group .lightorange_btn {
  max-width: 220px;
  width: 100%;
}
.about_page_news_sec .btn_group .lightorange_btn span {
  min-height: 69px;
}
.about_page_news_sec .btn_group .orange_btn {
  max-width: 220px;
  width: 100%;
}
.about_page_news_sec .btn_group .orange_btn span {
  min-height: 69px;
}

.aboutcountry_slider .slick-arrow {
  z-index: 99;
  transition: all 0 ease-in-out !important;
}
.aboutcountry_slider .slick-arrow::before {
  display: none;
}
.aboutcountry_slider .slick-prev {
  left: 40px;
  color: #fff;
  transition: all 0 ease-in-out !important;
}
.aboutcountry_slider .slick-prev:hover {
  border-color: #e46a19 !important;
  color: #e46a19;
}
.aboutcountry_slider .slick-prev:focus {
  border-color: #e46a19 !important;
  color: #e46a19;
}
.aboutcountry_slider .slick-next {
  right: 40px;
  color: #fff;
  transition: all 0 ease-in-out !important;
}
.aboutcountry_slider .slick-next:hover {
  border-color: #e46a19 !important;
  color: #e46a19;
}
.aboutcountry_slider .slick-next:focus {
  border-color: #e46a19 !important;
  color: #e46a19;
}

.cares_section .cares_inner_box {
  background: #fff;
  border-radius: 16px;
  padding: 10px;
  margin-top: 30px;
}
.cares_section .cares_inner_box h3 {
  padding: 32px 0 24px 10px;
  font-size: 22px;
  line-height: 27px;
  color: var(--color-black);
  font-weight: 700;
  margin: 0;
}
.cares_section .cares_inner_box p {
  color: #3f4c5c;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  padding-left: 10px;
}
.cares_section .cares_inner_box img {
  border-radius: 12px;
}

#accordion {
  max-width: 573px; /* Set to accordion width */
  width: 100%;
  position: relative;
  z-index: 90;
  float: left;
  top: 32px !important;
}

.kimptips-section .kimptips_video_box {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}
.kimptips-section .kimptips_video_box:hover img {
  transform: scale(1.1);
}
.kimptips-section .kimptips_video_box img {
  transition: transform 0.8s ease;
}
.kimptips-section .kimptips_video_box .video_name_duration {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 24px;
  border: 1px solid #dfe4ea;
  border-top: 0;
  border-radius: 0px 0px 16px 16px;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.kimptips-section .kimptips_video_box .video_name_duration .duration {
  display: flex;
  align-items: center;
}
.kimptips-section .kimptips_video_box .video_name_duration .duration p {
  margin: 0;
  color: #677c99;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.kimptips-section .kimptips_video_box .video_name_duration .duration .material-icons-outlined {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-right: 6px;
  color: #677c99;
  position: relative;
  top: -1px;
}
.kimptips-section .kimptips_video_box .video_name_duration h3 {
  color: #1b1e23;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  margin: 0;
  padding: 0 15px 0 0;
}

.kimpbrand-section .logobox {
  position: relative;
  padding: 8px;
  background: #fff;
  border-radius: 16px;
  min-height: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.kimpbrand-section .logo_download_btn {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 99;
}
.kimpbrand-section .whitecolorlogo {
  background: var(--theme-Primary-green);
  width: 100%;
  min-height: 168px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kescribing_kimp {
  padding-right: 10px !important;
  padding-top: 50px !important;
  padding-bottom: 70px !important;
}
.kescribing_kimp .kimpwith_star img {
  width: 100% !important;
  margin-top: -100px !important;
}
.kescribing_kimp h2 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: var(--color-white);
  margin: 0;
  padding: 0 0 40px 0;
}
.kescribing_kimp h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: var(--color-white);
  margin: 0;
  padding: 0 0 15px 0;
}

.gobig_banana_sec .moreprel_list {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.gobig_banana_sec .moreprel_list a {
  color: #1ea5fc;
  font-weight: 600;
  text-decoration: underline;
}

.worktab li a {
  padding: 0 !important;
}
.worktab li a.active {
  color: var(--theme-Primary-color) !important;
  font-weight: 700 !important;
}

.page-template-template-woo-myaccount footer {
  position: relative;
  width: 100%;
  bottom: 0;
}
.page-template-template-woo-myaccount .copayright {
  background: #fff;
}

.single-allfaq .header_sticky_blog {
  margin-top: 0;
}

.aff_content_wrapper {
  margin-top: 10rem;
}
.aff_content_wrapper #affwp-promotion-method {
  background: #f2f5f8;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
  min-height: 64px;
  border: 0;
  resize: none;
  outline: none;
}
.aff_content_wrapper .aff_login_input_wrapper a {
  color: #000;
  position: relative;
  top: 3px;
}
.aff_content_wrapper .affwp-form {
  background: #fff;
  border-radius: 16px;
  padding: 3rem;
}
.aff_content_wrapper .affwp-form .aff_login_input_wrapper {
  margin-bottom: 25px;
}
.aff_content_wrapper .affwp-form .aff_login_input_wrapper .button {
  background: var(--theme-Primary-color) !important;
  border-radius: 8px;
  color: var(--color-white);
  font-weight: 700;
  position: relative;
  min-width: 175px;
  min-height: 60px;
  border: 0;
  transition: all 0.7s ease-in-out;
}
.aff_content_wrapper .affwp-form .aff_login_input_wrapper .button:hover {
  box-shadow: var(--boxshadow-200);
}
.aff_content_wrapper .affwp-form label {
  color: #1b1e23;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.aff_content_wrapper .affwp-form input[type=text],
.aff_content_wrapper .affwp-form input[type=password],
.aff_content_wrapper .affwp-form input[type=email] {
  background: #f2f5f8;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
  min-height: 64px;
  border: 0;
  outline: none;
}
.aff_content_wrapper .affwp-form legend {
  color: #1b1e23;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.page-template-page-templatestemplate-affliate_login-php .header_sticky_blog {
  margin-top: 0;
}

.page-template-template-contact .footermain,
.page-template-template-affnew .footermain,
.page-template-template-design_category .footermain,
.page-template-template-testimonital .footermain,
.page-template-template-our-portfolio .footermain,
.page-template-template-common .footermain,
.page-template-template-presskit .footermain {
  margin-top: 0 !important;
}

.page-template-template-confirm-checkout .footer-two {
  margin-top: 0 !important;
}

.ki_faq_search {
  position: relative;
}
.ki_faq_search .search-faq {
  position: absolute;
  right: 8px;
  top: 8px;
}

#ki_sg_flow_main .leftside {
  width: 50%;
  flex: 0 0 50%;
  height: calc(100vh - 0px);
  background: url(../webp/checkout-confirmation.webp) no-repeat;
  background-position: left bottom;
  background-size: cover;
  position: relative;
}
#ki_sg_flow_main .leftside img.kimpcharacter {
  position: absolute;
  left: 63%;
  bottom: 0;
  transform: translate(-50%, 0%);
  min-width: 100%;
  width: 100%;
}
#ki_sg_flow_main .rightside {
  width: 50%;
  flex: 0 0 50%;
}
#ki_sg_flow_main .rightside .content {
  max-width: 580;
  width: 100%;
}
#ki_sg_flow_main .rightside .content h3 {
  color: #212529;
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
}
#ki_sg_flow_main .rightside .content p {
  color: #3f4c5c;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.about_countrys_sec .slick-slide {
  padding: 0;
}
.about_countrys_sec.about_countrys_sec-mobile {
  display: none;
}
.about_countrys_sec.about_countrys_sec-mobile .country_wrap {
  padding: 0;
}
.about_countrys_sec.about_countrys_sec-mobile .country_wrap .country_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about_countrys_sec.about_countrys_sec-mobile .country_wrap .country_content h3 {
  font-size: 26px;
  line-height: 31px;
  color: #1b1e23;
}
.about_countrys_sec.about_countrys_sec-mobile .country_wrap .country_content p {
  color: #3f4c5c;
}
.about_countrys_sec.about_countrys_sec-mobile .img_box {
  width: 100%;
  height: 100%;
  background-size: 115% !important;
  min-height: 210px;
  border-radius: 12px;
  background-position: center center !important;
}
.about_countrys_sec .country_wrap {
  background-size: cover !important;
  padding: 110px 0;
  background-position: 35% 0 !important;
}
.about_countrys_sec .country_wrap .country_content h3 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  margin: 0;
  padding: 0 0 16px 0;
}
.about_countrys_sec .country_wrap .country_content p {
  color: #e6fff7;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  max-width: 525px;
  width: 100%;
}

.ki_faq-detail-section {
  padding-top: 11rem;
}
.ki_faq-detail-section h2 {
  color: var(--color-black);
  font-size: 2.5em;
  line-height: 50px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 16px 0;
}
.ki_faq-detail-section p {
  color: var(--color-para);
  font-size: 1.25em;
  line-height: 32px;
  font-weight: 500;
}
.ki_faq-detail-section .secondary_list {
  margin: 0;
  padding: 0;
}
.ki_faq-detail-section .secondary_list li {
  color: var(--color-para);
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 40px;
}
.ki_faq-detail-section .secondary_list li::before {
  display: none;
}
.ki_faq-detail-section .secondary_list li::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../svg/list-tick.svg) no-repeat;
  background-position: center center;
  left: 0;
  top: 3px;
}

.continue_btn {
  min-width: 180px;
}

.contactpage-section {
  background: url("../png/contact_bg.png") no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
.contactpage-section .contact_from {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
}
.contactpage-section .contact_from .theme-input input[type=text] {
  border-radius: 8px;
  padding: 0 15px;
  width: 95%;
  background: #f2f5f8 !important;
  border: 0;
  outline: none;
  box-shadow: none;
  min-height: 64px;
  color: var(--color-black);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
.contactpage-section .contact_from .theme-input .textarea {
  border-radius: 8px;
  padding: 0 15px;
  width: 97.7%;
  background: #f2f5f8 !important;
  border: 0;
  outline: none;
  box-shadow: none;
  min-height: 64px;
  color: var(--color-black);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
  max-height: 128px !important;
  resize: none;
  padding-top: 15px;
}
.contactpage-section .contact_from .gform_button {
  max-width: 160px;
  width: 100%;
  margin: 32px 0 0 0;
  background: var(--theme-Primary-color);
  color: var(--color-white);
  border-radius: 8px;
  font-weight: 600;
  line-height: 20px;
  padding: 20px 32px;
  min-height: 69px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  border: 0;
}
.contactpage-section .contact_from .gform_button:hover {
  box-shadow: var(--boxshadow-200);
}
.contactpage-section .contact_from .gform_fields {
  display: flex;
  flex-wrap: wrap;
}
.contactpage-section .contact_from h3 {
  font-size: 24px;
  line-height: 30px;
  color: var(--color-black);
  font-weight: 700;
  margin: 0;
  padding: 0 0 40px 0;
}
.contactpage-section .contact_from label {
  color: #3f4c5c;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 8px;
  font-weight: 500;
  display: block;
}
.contactpage-section .contact_from .recaptcha {
  margin: 0 0 20px 0;
}
.contactpage-section .contact_from .orange_btn {
  max-width: 160px;
  width: 100%;
  margin: 32px 0 0 13px;
}
.contactpage-section .address_box {
  background: #fff;
  border-radius: 16px;
  padding: 0px;
  margin-bottom: 40px;
}
.contactpage-section .address_box ul {
  margin: 0;
  padding: 0;
}
.contactpage-section .address_box ul li {
  line-height: 40px;
}
.contactpage-section .address_box ul li a {
  color: #3f4c5c;
  font-size: 18px;
  font-weight: 500;
}
.contactpage-section .address_box ul li a:hover {
  color: var(--theme-Primary-color);
}
.contactpage-section .address_box h3 {
  font-size: 36px;
  line-height: 30px;
  color: var(--color-black);
  font-weight: 600;
  margin: 0;
  padding: 0 0 15px 0;
}
.contactpage-section .address_box p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #3f4c5c;
  margin: 0;
  padding: 0;
}

.career_more_perks .moreprel_list h2 {
  color: var(--color-black);
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 24px 0;
}
.career_more_perks .moreprel_list p {
  color: #3f4c5c;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 30px 0;
}
.career_more_perks .moreprel_list ul {
  margin: 0;
  padding: 0;
}
.career_more_perks .moreprel_list ul li {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: var(--color-black);
  position: relative;
  padding-left: 30px;
}
.career_more_perks .moreprel_list ul li::after {
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  background: url(../svg/list-tick.svg) no-repeat;
  left: 0;
  top: 5px;
}

.affliate_sec_two .aff_monkey-holding-a-sign {
  max-width: 555px;
  width: 100%;
  margin: 0 auto;
}
.affliate_sec_two .affliate_perk {
  display: flex;
  align-items: center;
  width: 100%;
  background: var(--color-white);
  border-radius: 24px;
  margin: 0 auto 20px auto;
  padding: 30px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  position: relative;
}
.affliate_sec_two .affliate_perk h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: var(--color-black);
  margin: 0;
  display: flex;
  align-items: center;
}
.affliate_sec_two .affliate_perk p {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  padding-right: 0;
  color: var(--color-para);
  padding-top: 17px;
}
.affliate_sec_two .affliate_perk .icon_box {
  min-width: 48px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--theme-Primary-color-200);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.affliate_sec_two .affliate_perk .icon_box img {
  width: 24px;
}

.woocommerce-MyAccount-content {
  margin-left: 300px;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message {
  background: #00806c;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline !important;
  font-size: 17px;
}

.myaccount_header {
  padding: 30px 40px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.myaccount_header .go_btn {
  background: #f1731e;
  border-radius: 8px;
  padding: 13px 32px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  transition: box-shadow 0.6s ease-in-out;
}
.myaccount_header .go_btn:hover {
  box-shadow: 0px 12px 32px -16px #c32300;
}

.client_name {
  position: relative;
  width: 460px;
  height: 545px;
  background: url(../webp/monkey-holding-a-sign.webp) no-repeat top left;
  background-size: cover;
  margin-right: 6vw;
  margin-left: auto;
  z-index: -1;
}

.client_name_content {
  width: 274px;
  height: 204px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 20px;
}
.client_name_content p {
  color: #212529;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.client_name_content h1 {
  color: #00806c;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
}

.woocommerce-MyAccount-content .card.payment-card.active-card .ac-card-action-wrapper {
  display: none;
}

/*OLD THEME css */
.stripe-icon,
.payment_method_paypal img,
.payment_method_paypal a,
#stripe-payment-data > p:first-child,
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
}

/*end old theme css */
.add_card_woo {
  margin: 0;
  background: #fff;
  padding: 32px;
  border-radius: 16px;
}
.add_card_woo .wc-stripe-elements-field {
  margin-bottom: 24px;
  box-sizing: border-box;
  border: 0;
  min-height: 53px;
  outline: none;
  width: 100%;
  background: #f2f5f8;
  border-radius: 9px !important;
  padding: 16px;
}
.add_card_woo h4 {
  color: #1b1e23;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  padding: 0 0 24px 0;
}
.add_card_woo .input-radio {
  display: none;
}
.add_card_woo label {
  display: none;
}

.renewal_order_page {
  margin: 0;
  background: #fff;
  padding: 32px;
  border-radius: 16px;
}
.renewal_order_page .light_orange_btn {
  background: #fff3eb;
  border-radius: 8px;
  color: #f1731e;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  padding: 16px 48px;
  transition: all 0.3s ease-in-out;
  outline: none;
}
.renewal_order_page .light_orange_btn:hover {
  background: var(--theme-Primary-color);
  color: #fff;
}
.renewal_order_page .table > thead tr {
  border-bottom: 1px solid #efefef;
}
.renewal_order_page .table > thead tr th {
  padding: 25px 0;
  color: #1b1e23;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  vertical-align: middle;
}
.renewal_order_page .table > tbody {
  border: 0;
  background: #fff;
}
.renewal_order_page .table > tbody tr {
  border-bottom: 1px solid #efefef;
}
.renewal_order_page .table > tbody tr:last-child {
  border: 0 !important;
}
.renewal_order_page .table > tbody tr td {
  padding: 30px 0;
  color: #1b1e23;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  border: 0 !important;
  vertical-align: middle;
}
.renewal_order_page h4.woocommerce-subscription_details_head {
  color: #1b1e23;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  padding: 0 0 24px 0;
}

.woocommerce-order-pay #wc-stripe-payment-token-new,
.woocommerce-order-pay #wc-stripe-payment-token-new::after,
.woocommerce-checkout #wc-stripe-payment-token-new,
.woocommerce-checkout #wc-stripe-payment-token-new::after {
  width: 100% !important;
  max-width: 310px;
  height: 55px;
  margin-right: 0 !important;
  margin-bottom: 10px;
  border-radius: 100px !important;
  border: 0 !important;
  opacity: 0 !important;
  margin-top: -18px !important;
}

.subscriptions_page {
  margin-bottom: 30px;
}
.subscriptions_page .price-box {
  display: flex;
  gap: 20px;
}
.subscriptions_page .price-box .month-price {
  color: #1b1e23;
  font-weight: 600;
  font-size: 18px;
  align-items: center;
  display: flex;
}
.subscriptions_page .price-box .wcs-switch-link {
  order: 3;
  background: #fff3eb;
  border-radius: 8px;
  color: #f1731e;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  padding: 16px 48px;
  transition: all 0.3s ease-in-out;
  outline: none;
}
.subscriptions_page .price-box .wcs-switch-link:hover {
  background: var(--theme-Primary-color);
  color: #fff;
}
.subscriptions_page .price-box .wc-item-meta {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.subscriptions_page .price-box .wc-item-meta li {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
.subscriptions_page .price-box .wc-item-meta li .wc-item-meta-label {
  color: #677c99;
  font-size: 14px;
}
.subscriptions_page .price-box .wc-item-meta li p {
  color: #1b1e23;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.subscriptions_page .subscriptions_details_row {
  margin: 0;
  padding: 0;
  background: #fff;
  padding: 32px;
  border-radius: 16px;
}
.subscriptions_page .subscriptions_details_row li {
  padding: 25px 0;
  border-bottom: 1px solid #dfe4ea;
}
.subscriptions_page .subscriptions_details_row li:last-child {
  border-bottom: 0;
}
.subscriptions_page .subscriptions_details_row li p.title {
  max-width: 300px;
  width: 100%;
  color: #1b1e23;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  flex: content;
  margin: 0;
  padding: 0;
  align-items: center;
  display: flex;
}
.subscriptions_page .subscriptions_details_row li p.data {
  max-width: 800px;
  width: 100%;
  color: #1b1e23;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  flex: content;
  margin: 0;
  padding: 0;
}
.subscriptions_page .subscriptions_details_row h4 {
  color: #1b1e23;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  padding: 0 0 24px 0;
}
.subscriptions_page .woocommerce_add_subscription_btn {
  background: #fff3eb;
  border-radius: 8px;
  color: #f1731e;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  min-width: 200px;
  min-height: 52px;
  line-height: 51px;
  transition: all 0.3s ease-in-out;
  outline: none;
}
.subscriptions_page .woocommerce_add_subscription_btn:hover {
  background: var(--theme-Primary-color);
  color: #fff;
}
.subscriptions_page .woocommerce_add_subscription {
  background: #fff;
  padding: 28px 32px;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
}
.subscriptions_page .woocommerce_add_subscription p {
  color: #1b1e23;
  margin: 0;
  padding: 0 2vw 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.subscriptions_page .woocommerce_add_subscription i {
  color: #00806c;
  font-size: 21px;
  margin-right: 15px;
}
.subscriptions_page .woocommerce_view_order_details_btn {
  background: #f1731e;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  padding: 0 30px;
  min-height: 51px;
  line-height: 51px;
  margin-bottom: 8px;
  outline: none;
}
.subscriptions_page .woocommerce_view_order_details_btn i {
  display: none;
}
.subscriptions_page .woocommerce_view_order_details_btn:hover {
  box-shadow: 0px 12px 32px -16px #c32300;
  color: #fff;
}
.subscriptions_page .woocommerce_view_order_resume_btn,
.subscriptions_page .woocommerce_view_order_pause_btn {
  background: #fff3eb;
  border-radius: 8px;
  color: #f1731e;
  font-weight: 600;
  font-size: 16px;
  padding: 0 30px;
  min-height: 51px;
  line-height: 51px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 8px;
  outline: none;
}
.subscriptions_page .woocommerce_view_order_resume_btn i,
.subscriptions_page .woocommerce_view_order_pause_btn i {
  display: none;
}
.subscriptions_page .woocommerce_view_order_resume_btn:hover,
.subscriptions_page .woocommerce_view_order_pause_btn:hover {
  background: var(--theme-Primary-color);
  color: #fff;
}
.subscriptions_page .woocommerce_view_order_cancel_btn {
  background: #ffeceb;
  border-radius: 8px;
  color: #fe2712;
  font-weight: 600;
  font-size: 16px;
  padding: 0 30px;
  min-height: 51px;
  line-height: 51px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 8px;
  outline: none;
}
.subscriptions_page .woocommerce_view_order_cancel_btn i {
  display: none;
}
.subscriptions_page .woocommerce_view_order_cancel_btn:hover {
  background: #fe2712;
  color: #fff;
}
.subscriptions_page h4 {
  color: #1b1e23;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  padding: 0 0 24px 0;
}
.subscriptions_page .table > tbody {
  border: 0;
  background: #fff;
}
.subscriptions_page .table > tbody tr {
  border-bottom: 1px solid #e8edf2;
}
.subscriptions_page .table > tbody tr:last-child {
  border-bottom: 0 !important;
}
.subscriptions_page .table > tbody tr td {
  border: 0;
  padding: 20px;
  vertical-align: middle;
  color: #1b1e23;
  font-weight: 500;
  font-size: 16px;
}
.subscriptions_page .table > tbody tr td:last-child {
  text-align: right;
}
.subscriptions_page .table > tbody tr p {
  margin: 0;
  padding: 0;
}
.subscriptions_page .woocommerce_account_subscriptions-header {
  background: #e8edf2;
}
.subscriptions_page .woocommerce_account_subscriptions-header tr th {
  padding: 20px;
  color: #1b1e23;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  border: 0 !important;
}
.subscriptions_page .woocommerce_account_subscriptions-header tr th:first-child {
  border-top-left-radius: 12px;
}
.subscriptions_page .woocommerce_account_subscriptions-header tr th:last-child {
  border-top-right-radius: 12px;
}

.subcancel.hide {
  display: none;
}

.upgrade_section .place-order {
  margin-top: 25px !important;
}
.upgrade_section .wc-credit-card-form {
  background: #fff !important;
  padding: 15px !important;
  margin: 30px 0 0 0 !important;
  border-radius: 16px !important;
}
.upgrade_section .wc-credit-card-form label {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #1b1e23 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.upgrade_section .wc-credit-card-form .wc-stripe-elements-field {
  background-color: #f2f5f8 !important;
  outline: 0;
  border-radius: 8px !important;
  border: 1px solid #fff !important;
}
.upgrade_section .woocommerce-checkout-payment {
  background: transparent !important;
}
.upgrade_section .woocommerce-checkout-payment .payment_method_stripe {
  background: transparent !important;
}
.upgrade_section .woocommerce-checkout-payment .payment_method_stripe label {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1b1e23;
  margin: 0 0 24px 0;
  padding: 0;
}
.upgrade_section .woocommerce-checkout-payment .payment_method_stripe .kimp-saved-cards {
  margin: 0;
  padding: 0;
  background: #f3f5f7 !important;
  padding-bottom: 25px;
}
.upgrade_section .woocommerce-checkout-payment .payment_method_stripe .kimp-saved-cards .add-new-card {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -18px 0 0 0px;
}
.upgrade_section .woocommerce-checkout-payment .payment_method_stripe .kimp-saved-cards .add-new-card-btn {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  padding: 0;
}
.upgrade_section .woocommerce-checkout-payment .payment_method_stripe .kimp-saved-cards .add-new-card-btn .add-card-box {
  width: 100% !important;
  border-radius: 8px;
}
.upgrade_section .woocommerce-checkout-payment .payment_method_stripe .kimp-saved-cards .add-new-card-btn .add-card-box p {
  width: 100%;
  min-height: 55px;
}
.upgrade_section .cost-summary {
  padding: 32px;
  border-radius: 16px;
  background: #fff;
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap;
}
.upgrade_section .cost-summary h4 {
  color: #3f4c5c;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 10px 0;
}
.upgrade_section .cost-summary .plan_total {
  color: #1b1e23;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  padding: 0;
}
.upgrade_section .header_title {
  color: #1b1e23;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  padding: 0 0 24px 15px;
}
.upgrade_section .add_new_plans {
  padding: 32px;
  border-radius: 16px;
  background: #fff;
}
.upgrade_section .add_new_plans h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1b1e23;
  margin: 0 0 24px 0;
  padding: 0;
}
.upgrade_section .add_new_plans table.shop_table {
  border: 1px solid #fff !important;
}
.upgrade_section .add_new_plans table.shop_table .subscription-price {
  color: #1b1e23;
  font-size: 16px;
  font-weight: 500;
}
.upgrade_section .add_new_plans table.shop_table thead {
  background: #e8edf2;
}
.upgrade_section .add_new_plans table.shop_table thead tr th {
  padding: 12px;
}
.upgrade_section .add_new_plans table.shop_table thead tr th:first-child {
  border-top-left-radius: 8px;
}
.upgrade_section .add_new_plans table.shop_table thead tr th:last-child {
  border-top-right-radius: 8px;
}
.upgrade_section .add_new_plans table.shop_table tbody tr {
  border-bottom: 1px solid #e8edf2 !important;
}
.upgrade_section .add_new_plans table.shop_table tbody tr th {
  padding: 12px;
  color: #1b1e23;
  font-size: 16px;
  font-weight: 500;
}
.upgrade_section .existing_subscriptions {
  padding: 32px;
  border-radius: 16px;
  background: #fff;
}
.upgrade_section .existing_subscriptions h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1b1e23;
  margin: 0 0 24px 0;
  padding: 0;
}
.upgrade_section .existing_subscriptions .inner table {
  width: 100%;
}
.upgrade_section .existing_subscriptions .inner table tr th {
  background: #e8edf2;
  padding: 12px;
}
.upgrade_section .existing_subscriptions .inner table tr th:first-child {
  border-top-left-radius: 8px;
}
.upgrade_section .existing_subscriptions .inner table tr th:last-child {
  border-top-right-radius: 8px;
}
.upgrade_section .existing_subscriptions .inner table tr td {
  padding: 12px;
  color: #1b1e23;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #e8edf2;
}

.woocommerce-subscription-details .button.view {
  display: none !important;
}

.woocommerce-order-pay .woocommerce-MyAccount-content input[type=radio]::after,
.woocommerce-checkout .woocommerce-MyAccount-content input[type=radio]::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #129482;
  display: block;
  -webkit-transition: all 0.1s ease-in;
}

.woocommerce-order-pay .woocommerce-MyAccount-content .card.add-new-card .add-card-box p,
.woocommerce-checkout .woocommerce-MyAccount-content .card.add-new-card .add-card-box p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.woocommerce-order-pay .woocommerce-MyAccount-content input[type=radio]:after,
.woocommerce-checkout .woocommerce-MyAccount-content input[type=radio]:after {
  width: 20px;
  height: 20px;
  border: 1px solid #696969 !important;
  background: transparent !important;
  cursor: pointer !important;
}

.woocommerce-order-pay .woocommerce-MyAccount-content input[type=radio]:checked:after,
.woocommerce-checkout .woocommerce-MyAccount-content input[type=radio]:checked:after {
  background: #f1731e url(../svg/active-card-icon.svg) no-repeat center !important;
  background-size: 100% !important;
  cursor: pointer;
  border-color: #f1731e !important;
}

.woocommerce-order-pay input.woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout input.woocommerce-SavedPaymentMethods-tokenInput {
  float: right;
  width: 20px !important;
  height: 20px !important;
  cursor: pointer !important;
}

.my_account_data_container {
  padding: 0 40px;
  margin-bottom: 40px;
  flex: 1;
}
.my_account_data_container .add-new-card {
  margin-top: 32px;
  max-width: 310px;
  width: 100%;
  background: transparent;
  border: 0 !important;
}
.my_account_data_container .add-new-card .add-new-card-btn {
  display: flex;
  max-width: 310px;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: var(--theme-Primary-color);
  color: var(--color-white);
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  padding: 24px 40px;
  border-radius: 13px;
  transition: box-shadow 0.5s ease-in-out;
}
.my_account_data_container .add-new-card .add-new-card-btn:hover {
  box-shadow: 0px 12px 32px -16px #c32300;
}
.my_account_data_container .add-new-card .add-new-card-btn .add-card-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-Primary-color);
  color: var(--color-white);
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}
.my_account_data_container .add-new-card .add-new-card-btn .add-card-box i {
  font-size: 20px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.my_account_data_container .add-new-card .add-new-card-btn .add-card-box p {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.my_account_data_container .card_list_wrapper,
.my_account_data_container .kimp-saved-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding-bottom: 32px;
  border-bottom: 1px solid #dfe4ea;
}
.my_account_data_container .card_list_wrapper .card.payment-card,
.my_account_data_container .kimp-saved-cards .card.payment-card {
  min-width: 424px;
  max-width: 424px;
  background: #fff;
  border: 0 !important;
  border-radius: 16px;
  padding: 32px;
  position: relative;
}
.my_account_data_container .card_list_wrapper .card.payment-card .ac-card-actions,
.my_account_data_container .kimp-saved-cards .card.payment-card .ac-card-actions {
  display: block;
  width: 135px;
  background: #ffffff;
  border: 1px solid #dfe4ea;
  box-shadow: 0px 24px 16px -16px rgba(112, 147, 196, 0.24);
  border-radius: 16px;
  position: absolute;
  right: 0;
  overflow: hidden;
  top: 24px;
  padding: 8px;
}
.my_account_data_container .card_list_wrapper .card.payment-card .ac-card-actions a,
.my_account_data_container .kimp-saved-cards .card.payment-card .ac-card-actions a {
  display: block;
  line-height: 40px;
  border-radius: 12px !important;
  min-height: 40px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #3f4c5c;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}
.my_account_data_container .card_list_wrapper .card.payment-card .ac-card-actions a:hover,
.my_account_data_container .kimp-saved-cards .card.payment-card .ac-card-actions a:hover {
  background: #f1f6fc;
  border-radius: 8px;
  color: #1b1e23;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
}
.my_account_data_container .card_list_wrapper .card.payment-card .ac-card-action-wrapper,
.my_account_data_container .kimp-saved-cards .card.payment-card .ac-card-action-wrapper {
  position: absolute;
  top: 6px;
  right: 7px;
  background: #f2f5f8;
  width: 26px;
  height: 20px;
  border-radius: 6px;
  text-align: center;
  line-height: 13px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.my_account_data_container .card_list_wrapper .card.payment-card .card-name-and-expiry-row,
.my_account_data_container .kimp-saved-cards .card.payment-card .card-name-and-expiry-row {
  justify-content: space-between;
}
.my_account_data_container .card_list_wrapper .card.payment-card .card-name-and-expiry-row .card-holder-name,
.my_account_data_container .kimp-saved-cards .card.payment-card .card-name-and-expiry-row .card-holder-name {
  margin: 0;
  padding: 0;
  color: #1b1e23;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.my_account_data_container .card_list_wrapper .card.payment-card .card-name-and-expiry-row .card-expire,
.my_account_data_container .kimp-saved-cards .card.payment-card .card-name-and-expiry-row .card-expire {
  color: #677c99;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  padding: 0;
}
.my_account_data_container .card_list_wrapper .card.payment-card .card-number-row,
.my_account_data_container .kimp-saved-cards .card.payment-card .card-number-row {
  padding: 30px 0;
  color: #677c99;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.my_account_data_container .card_list_wrapper .card.payment-card .card-number-row .dots-1,
.my_account_data_container .kimp-saved-cards .card.payment-card .card-number-row .dots-1 {
  margin-right: 10px;
}
.my_account_data_container .card_list_wrapper .card.payment-card .card-img-wrapper,
.my_account_data_container .kimp-saved-cards .card.payment-card .card-img-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.my_account_data_container .card_list_wrapper .card.payment-card .card-img-wrapper .card-img,
.my_account_data_container .kimp-saved-cards .card.payment-card .card-img-wrapper .card-img {
  height: 35px;
  width: 56px;
}
.my_account_data_container .card_list_wrapper .card.payment-card .card-img-wrapper .card-default-icon,
.my_account_data_container .kimp-saved-cards .card.payment-card .card-img-wrapper .card-default-icon {
  width: 20px !important;
  height: 20px !important;
}
.my_account_data_container .edit-account-details {
  padding-bottom: 30px;
}
.my_account_data_container .myaccount_inner_wrap {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 50px;
}
.my_account_data_container .myaccount_inner_wrap .note_text {
  color: #677c99;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.my_account_data_container .myaccount_inner_wrap .edit-account-password {
  padding-top: 40px;
  border-top: 1px solid #dfe4ea;
}
.my_account_data_container .myaccount_inner_wrap .woocommerce-form-row {
  flex-direction: column;
  display: flex;
}
.my_account_data_container .myaccount_inner_wrap .woocommerce-form-row label {
  color: #1b1e23;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: 500;
}
.my_account_data_container .myaccount_inner_wrap .woocommerce-form-row .input-text {
  background: #f2f5f8;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  border: 0;
  min-height: 53px;
}
.my_account_data_container .myaccount_inner_wrap h4 {
  color: #1b1e23;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  padding: 0 0 24px 0;
}
.my_account_data_container .user_acount_detail {
  background: #f3f5f7;
  border-radius: 16px;
}
.my_account_data_container .user_acount_detail h4 {
  color: #1b1e23;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  padding: 0 0 24px 0;
}
.my_account_data_container .user_acount_detail p {
  color: #1b1e23;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 24px 0;
}
.my_account_data_container .user_acount_detail p strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1b1e23;
}
.my_account_data_container .user_acount_detail .edit_profile {
  background: var(--theme-Primary-color) !important;
  border-radius: 8px;
  padding: 16px 48px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: white !important;
  transition: background 0.6s ease-in-out;
}
.my_account_data_container .user_acount_detail .edit_profile:hover {
  box-shadow: 0px 12px 32px -16px #c32300;
}

.edit_profile {
  background: #fff3eb !important;
  border-radius: 8px !important;
  padding: 16px 48px !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  color: #f1731e !important;
  transition: background 0.6s ease-in-out !important;
}
.edit_profile:hover {
  color: #fff !important;
  background: var(--theme-Primary-color) !important;
}

.woocommerce-edit-address .select2-search__field {
  background: #fff;
  border-radius: 4px;
  min-height: 44px;
  padding: 13px;
  border: 0 !important;
  outline: none !important;
  margin-bottom: 8px;
}
.woocommerce-edit-address .select2-dropdown {
  background-color: #f2f5f8;
  border: 1px solid #f2f5f8;
  padding: 0 10px;
}
.woocommerce-edit-address .select2-results__options .select2-results__option {
  padding: 10px;
}
.woocommerce-edit-address .select2-results__options .select2-results__option--highlighted {
  background: #fff3eb;
  color: #f1731e;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 10px;
}
.woocommerce-edit-address .select2-results__options::-webkit-scrollbar {
  width: 3px;
}
.woocommerce-edit-address .select2-results__options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}
.woocommerce-edit-address .select2-results__options::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}

.woocommerce-address-fields .input-text {
  background: #f2f5f8;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  border: 0;
  min-height: 53px;
  outline: none;
  width: 100%;
}
.woocommerce-address-fields .select2-selection {
  min-height: 56px;
  border-radius: 8px;
  padding: 0 15px;
  width: 100%;
  background: #f2f5f8 !important;
  border: 0;
  color: var(--color-black);
}
.woocommerce-address-fields .select2-selection .select2-selection__rendered {
  line-height: 56px;
}
.woocommerce-address-fields .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #7d7d7d;
}
.woocommerce-address-fields .select2-selection .select2-selection__arrow {
  right: 15px;
  height: 56px;
}
.woocommerce-address-fields .country_select,
.woocommerce-address-fields .state_select {
  min-height: 56px;
  border-radius: 8px;
  padding: 0 15px;
  width: 100%;
  background: #f2f5f8 !important;
  border: 0;
  color: var(--color-black);
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  position: relative;
  background-image: url(../svg/arrow-down.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 98% center !important;
  transform: background-image rotate(-90deg);
  outline: none;
}
.woocommerce-address-fields .country_select:focus,
.woocommerce-address-fields .state_select:focus {
  box-shadow: none !important;
  border: 0 !important;
  outline: none !important;
}

.confirm_page_from .textarea {
  background: #f2f5f8;
  border-radius: 8px;
  border: 0;
  max-height: 200px;
  width: 100%;
  height: 100%;
  padding: 16px;
  outline: none;
}
.confirm_page_from #pause-subscription,
.confirm_page_from .gform_button,
.confirm_page_from .dnt-cancel {
  background: var(--theme-Primary-color) !important;
  border-radius: 8px;
  padding: 16px 48px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: white !important;
  transition: background 0.6s ease-in-out;
  margin-right: 10px;
  border: 0 !important;
  outline: none !important;
}
.confirm_page_from #pause-subscription:hover,
.confirm_page_from .gform_button:hover,
.confirm_page_from .dnt-cancel:hover {
  box-shadow: 0px 12px 32px -16px #c32300;
}
.confirm_page_from .cancel_btn_subs {
  background: #fff3eb !important;
  border-radius: 8px !important;
  padding: 16px 48px !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  color: #f1731e !important;
  transition: background 0.6s ease-in-out !important;
}
.confirm_page_from .cancel_btn_subs:hover {
  color: #fff !important;
  background: var(--theme-Primary-color) !important;
}
.confirm_page_from .woocommerce-MyAccount-content {
  padding: 32px;
  background: #fff;
  border-radius: 16px;
}
.confirm_page_from .woocommerce-MyAccount-content .cancel-subscription-form ul li ul li {
  padding-left: 0;
}
.confirm_page_from .woocommerce-MyAccount-content .cancel-subscription-form ul li ul li::before {
  display: none;
}
.confirm_page_from .woocommerce-MyAccount-content h3,
.confirm_page_from .woocommerce-MyAccount-content h2 {
  color: #1b1e23;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  padding: 0 0 24px 0;
}
.confirm_page_from .woocommerce-MyAccount-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  padding-right: 0.5em;
  color: var(--color-para);
}
.confirm_page_from .woocommerce-MyAccount-content b {
  margin-bottom: 24px;
}
.confirm_page_from .woocommerce-MyAccount-content ul {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.confirm_page_from .woocommerce-MyAccount-content ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
  color: var(--color-para);
  position: relative;
}
.confirm_page_from .woocommerce-MyAccount-content ul li .pausecontent ul li {
  position: relative;
}
.confirm_page_from .woocommerce-MyAccount-content ul li .pausecontent ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #f1721e;
  left: 0;
  top: 15px;
}
.confirm_page_from .woocommerce-MyAccount-content ul li ul li {
  position: relative;
  padding-left: 20px;
}
.confirm_page_from .woocommerce-MyAccount-content ul li ul li.pause-reason {
  padding-left: 0 !important;
}
.confirm_page_from .woocommerce-MyAccount-content ul li ul li.pause-reason::before {
  display: none !important;
  background: #fff;
}
.confirm_page_from .woocommerce-MyAccount-content ul li ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #f1721e;
  left: 0;
  top: 15px;
}

.account_subscriptions .table-responsive {
  border-radius: 8px 8px 0 0;
}
.account_subscriptions .table-responsive .table thead {
  background: #e8edf2 !important;
}
.account_subscriptions .table-responsive .table thead tr th {
  padding: 20px !important;
}

.cancel_confirm_page_from {
  padding: 32px;
  background: #fff;
  border-radius: 16px;
}
.cancel_confirm_page_from .form-group {
  margin-bottom: 32px;
}
.cancel_confirm_page_from .form-group .theme-input-types {
  margin-bottom: 12px;
}
.cancel_confirm_page_from .form-group .theme-input-types::last-child {
  margin-bottom: 0 !important;
}
.cancel_confirm_page_from .form-group label {
  color: #1b1e23;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  padding: 0 0 15px 0;
}

.pausecontent {
  background: #fff;
  padding: 32px;
  border-radius: 16px;
}
.pausecontent h3 {
  color: #1b1e23;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  padding: 0 0 24px 0;
}
.pausecontent b {
  margin-bottom: 15px;
  display: block;
}
.pausecontent ul {
  margin: 0 0 25px 0;
  padding: 0;
  flex-direction: column;
  display: flex;
  gap: 14px;
}
.pausecontent ul li {
  position: relative;
  padding-left: 20px;
}
.pausecontent ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  min-width: 7px;
  background: var(--theme-Primary-color);
  left: 0;
  top: 9px;
  border-radius: 10px;
}

.pause-feedback-form h5 {
  color: #1b1e23;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  padding: 0 0 14px 0;
}

.pauselistLi ul li:nth-child(4)::before, .pauselistLi ul li:nth-child(5)::before, .pauselistLi ul li:nth-child(6)::before, .pauselistLi ul li:nth-child(7)::before, .pauselistLi ul li:nth-child(8)::before, .pauselistLi ul li:nth-child(9)::before {
  display: none !important;
}

li.gfield--no-description:last-child::before {
  display: none !important;
}

.pauselistLi .pausecontent li::before {
  display: none;
}

li.pause-reason {
  padding-left: 0 !important;
}
li.pause-reason::before {
  display: none !important;
  background: #fff;
}

.cancel_btn_subs {
  margin-top: 30px;
}

.pause-my-subscription #pause-subscription {
  margin-top: 30px;
}

.cancel-subscription-form ul {
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}
.cancel-subscription-form ul li {
  margin: 0;
  padding: 0;
}
.cancel-subscription-form ul li ul {
  gap: 0 !important;
  margin-bottom: 20px !important;
}
.cancel-subscription-form ul li ul li {
  margin: 0 !important;
}
.cancel-subscription-form .gfield_label {
  color: #1b1e23;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  padding: 0 0 15px 0;
}

.pauselistLi ul li:nth-child(4)::before, .pauselistLi ul li:nth-child(5)::before, .pauselistLi ul li:nth-child(6)::before, .pauselistLi ul li:nth-child(7)::before, .pauselistLi ul li:nth-child(8)::before, .pauselistLi ul li:nth-child(9)::before {
  display: none !important;
}

li.gfield--no-description:last-child::before {
  display: none !important;
}

.pauselistLi .pausecontent li::before {
  display: none;
}

li.pause-reason {
  padding-left: 0 !important;
}
li.pause-reason::before {
  display: none !important;
  background: #fff;
}

.cancel_btn_subs {
  margin-top: 30px;
}

.pause-my-subscription #pause-subscription {
  margin-top: 30px;
}

.cancel-subscription-form ul {
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}
.cancel-subscription-form ul li {
  margin: 0;
  padding: 0;
}
.cancel-subscription-form ul li ul {
  gap: 0 !important;
  margin-bottom: 20px !important;
}
.cancel-subscription-form ul li ul li {
  margin: 0 !important;
}
.cancel-subscription-form .gfield_label {
  color: #1b1e23;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  padding: 0 0 15px 0;
}

.dashboard_menu {
  position: fixed;
  max-width: 300px;
  width: 100%;
  height: 100%;
  top: 0;
  border: 0;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 32px;
  box-sizing: border-box;
  z-index: 99;
}
.dashboard_menu select {
  display: none;
}
.dashboard_menu .my_account_logo {
  margin: 0 auto 30px auto;
}
.dashboard_menu .woocommerce-MyAccount-navigation {
  width: 100%;
}
.dashboard_menu .MyAccount-navigation {
  width: 100%;
}
.dashboard_menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.dashboard_menu ul li {
  min-width: 100%;
}
.dashboard_menu ul#menu-account-new .menu-item.current_page_item {
  position: relative;
}
.dashboard_menu ul#menu-account-new .menu-item.current_page_item::after {
  position: absolute;
  content: "";
  width: 3px;
  background: var(--theme-Primary-color);
  right: -32px;
  top: 0;
  bottom: 0;
}
.dashboard_menu ul#menu-account-new .menu-item.current_page_item a {
  color: var(--theme-Primary-color);
  font-weight: 600;
}
.dashboard_menu ul#menu-account-new .menu-item.current_page_item a::before {
  color: var(--theme-Primary-color);
}
.dashboard_menu ul#menu-account-menu-new .menu-item.current_page_item {
  position: relative;
}
.dashboard_menu ul#menu-account-menu-new .menu-item.current_page_item::after {
  position: absolute;
  content: "";
  width: 3px;
  background: var(--theme-Primary-color);
  right: -32px;
  top: 0;
  bottom: 0;
}
.dashboard_menu ul#menu-account-menu-new .menu-item.current_page_item a {
  color: var(--theme-Primary-color);
  font-weight: 600;
}
.dashboard_menu ul#menu-account-menu-new .menu-item.current_page_item a::before {
  color: var(--theme-Primary-color);
}
.dashboard_menu .woocommerce-MyAccount-navigation-link.is-active {
  position: relative;
}
.dashboard_menu .woocommerce-MyAccount-navigation-link.is-active::after {
  position: absolute;
  content: "";
  width: 3px;
  background: var(--theme-Primary-color);
  right: -32px;
  top: 0;
  bottom: 0;
}
.dashboard_menu .woocommerce-MyAccount-navigation-link.is-active a {
  color: var(--theme-Primary-color);
  font-weight: 600;
}
.dashboard_menu .woocommerce-MyAccount-navigation-link.is-active a::before {
  color: var(--theme-Primary-color);
}
.dashboard_menu .menu-item a {
  position: relative;
  color: #677c99;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  line-height: 33px;
  padding-left: 40px;
  display: flex;
  align-items: center;
}
.dashboard_menu .menu-item a:hover {
  color: #1b1e23;
  font-weight: 600;
}
.dashboard_menu .menu-item a:hover::before {
  color: #1b1e23;
}
.dashboard_menu .menu-item a::before {
  font-family: "iconsax" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0;
  right: 0;
  top: 0;
  font-size: 30px;
  color: #677c99;
  width: 30px;
}
.dashboard_menu .woocommerce-MyAccount-navigation-link a {
  position: relative;
  color: #677c99;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  line-height: 33px;
  padding-left: 40px;
  display: flex;
  align-items: center;
}
.dashboard_menu .woocommerce-MyAccount-navigation-link a:hover {
  color: #1b1e23;
  font-weight: 600;
}
.dashboard_menu .woocommerce-MyAccount-navigation-link a:hover::before {
  color: #1b1e23;
}
.dashboard_menu .woocommerce-MyAccount-navigation-link a::before {
  font-family: "iconsax" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0;
  right: 0;
  top: 0;
  font-size: 30px;
  color: #677c99;
  width: 30px;
}
.dashboard_menu .woocommerce-MyAccount-navigation-link--dashboard a::before {
  position: absolute;
  content: "\ec5a";
  top: -3px;
}
.dashboard_menu .woocommerce-MyAccount-navigation-link--subscriptions a::before {
  top: -3px;
  position: absolute;
  content: "\ec34";
}
.dashboard_menu .woocommerce-MyAccount-navigation-link--edit-address a::before {
  top: 2px;
  position: absolute;
  content: "\e95e";
}
.dashboard_menu .woocommerce-MyAccount-navigation-link--payment-methods a::before {
  position: absolute;
  content: "\eb30";
}
.dashboard_menu .woocommerce-MyAccount-navigation-link--customer-logout a::before {
  position: absolute;
  content: "\eae9";
}
.dashboard_menu .navigation-link--dashboard a::before {
  position: absolute;
  content: "\ec5a";
  top: -3px;
}
.dashboard_menu .navigation-link--subscriptions a::before {
  top: 0px;
  position: absolute;
  content: "\ec34";
}
.dashboard_menu .navigation-link--edit-address a::before {
  top: 2px;
  position: absolute;
  content: "\e95e";
}
.dashboard_menu .navigation-link--payment-methods a::before {
  position: absolute;
  content: "\eb30";
  top: 2px;
}
.dashboard_menu .navigation-link--customer-logout a::before {
  position: absolute;
  content: "\eae9";
  top: 2px;
}

.woocommerce-account .woocommerce-MyAccount-navigation select {
  display: none;
}

.calendly-inline-widget {
  height: 700px !important;
}
.calendly-inline-widget h1 {
  color: var(--color-black);
}

.jobtitile_quicksec .section_titile {
  margin-bottom: 40px;
}
.jobtitile_quicksec .jobtitle_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.jobtitile_quicksec .jobtitle_list ul li {
  flex: 1;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 20px;
  display: flex;
}
.jobtitile_quicksec .jobtitle_list ul li a {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 30px;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.3s ease-in;
  text-align: center;
}
.jobtitile_quicksec .jobtitle_list ul li a:hover {
  color: var(--color-white);
  background: var(--theme-Primary-color);
  box-shadow: 0px 12px 32px -16px #c32300;
}

.career_teaminclude_sec .content-area {
  padding-top: 50px !important;
  padding-bottom: 57px !important;
}
.career_teaminclude_sec .content-area h2 {
  padding-bottom: 40px !important;
}
.career_teaminclude_sec .content-area .orange_btn {
  min-width: 200px;
}
.career_teaminclude_sec .content-area .orange_btn span {
  min-height: 69px;
}

.login_page {
  display: flex;
}
.login_page .leftside {
  width: 50%;
  flex: 0 0 50%;
  height: calc(100vh - 0px);
  background: url(../webp/login-bg.webp) no-repeat;
  background-position: left bottom;
  background-size: cover;
  position: relative;
}
.login_page .leftside img.kimpcharacter {
  position: absolute;
  bottom: 0px;
  right: -80px;
}
.login_page .rightside {
  width: 50%;
  flex: 0 0 50%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 5vw;
  box-sizing: border-box;
}
.login_page .login_form_box {
  max-width: 50vw;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 48px;
}
.login_page .login_form_box label {
  color: var(--color-black);
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 8px 0;
  display: block;
}
.login_page .login_form_box h2 {
  margin: 0;
  padding: 0 0 8px 0;
  color: var(--color-black);
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}
.login_page .login_form_box p {
  color: var(--color-grey-500);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 40px 0;
}

#accordion .header {
  color: var(--color-grey-600) !important;
  border: 1px solid #e8edf2;
  border-radius: 10px;
  background: #eceff4 !important;
  border: none;
}

#accordion .header a {
  background: none;
  color: var(--color-grey-600) !important;
  padding: 25.6px 32px;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: block;
  position: relative;
}
#accordion .header a::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../svg/plusminus_icon.svg) no-repeat;
  right: 32px;
}

.input_box {
  border-radius: 8px;
  padding: 0 15px;
  width: 100%;
  background: #f2f5f8 !important;
  border: 0;
  outline: none;
  box-shadow: none;
  min-height: 64px;
  color: var(--color-black);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
.input_box.textare_box {
  min-height: 128px;
  resize: none;
  padding-top: 15px;
}
.input_box:focus {
  border: 1px solid #677c99;
  box-sizing: border-box;
}

.forgotpass {
  color: var(--color-black);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  transition: color 0.8s ease-in-out;
  margin-top: 20px;
  display: flex;
}
.forgotpass:hover {
  color: var(--theme-Primary-color);
}

.longEnough {
  max-height: 220px;
  width: 350px;
  overflow: auto;
}

.formbtn_footer {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.formbtn_footer .orange_btn {
  min-width: 190px;
}
.formbtn_footer .have_account {
  text-align: right;
  color: var(--color-black);
  font-weight: 500;
  font-size: 14px;
}
.formbtn_footer .have_account a {
  color: var(--theme-Primary-color);
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-left: 5px;
}
.formbtn_footer .have_account a:hover {
  text-decoration: underline !important;
}

.calndy_sec {
  margin: 40px auto 0 auto;
}
.calndy_sec img {
  width: 100%;
}

.design_cat_section .search_dc_input h3 {
  color: #1b1e23;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 16px 0;
}
.design_cat_section .search_dc_input .input_serchbox {
  width: 100%;
  padding: 16px;
  min-height: 16px;
  border: 0;
  background: #e8edf2;
  border-radius: 8px;
  outline: none;
}
.design_cat_section .search_dc_input .input_serchbox::-moz-placeholder {
  color: #677c99;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
.design_cat_section .search_dc_input .input_serchbox::placeholder {
  color: #677c99;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
.design_cat_section .graphic_cat_wrap {
  padding-top: 40px;
}
.design_cat_section .graphic_cat_wrap h2 {
  font-size: 32px;
  line-height: 40px;
  color: var(--color-black);
  font-weight: 700;
  margin: 0;
  padding: 0 0 32px 0;
}
.design_cat_section .graphic_cat_wrap .design_cat_inner_box {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
  position: relative;
  margin-bottom: 20px;
}
.design_cat_section .graphic_cat_wrap .design_cat_inner_box h4 {
  color: var(--color-black);
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 24px 0;
}
.design_cat_section .graphic_cat_wrap .design_cat_inner_box h4 span {
  color: #fe2712;
  font-size: 24px;
  font-weight: 700;
}
.design_cat_section .graphic_cat_wrap .design_cat_inner_box ul {
  margin: 0;
  padding: 0;
}
.design_cat_section .graphic_cat_wrap .design_cat_inner_box ul li {
  color: var(--color-grey-600);
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
}
.design_cat_section .graphic_cat_wrap .design_cat_inner_box .english_letter {
  position: absolute;
  z-index: 99;
  color: #dfe4ea;
  font-size: 80px;
  line-height: 99px;
  font-weight: 700;
  right: 30px;
  top: 10px;
  text-transform: uppercase;
}

.tips_cover_pic {
  height: 330px;
  overflow: hidden;
  display: block;
}

.small_tooltip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 2px;
  width: 17px;
  height: 17px;
  background: url(../svg/tooltip_icons.svg) no-repeat;
}
.small_tooltip:hover {
  background-position: 0px -18px;
}

.resgistation_page_header {
  background: transparent;
  padding: 24px 9px;
}

.checkbox {
  position: relative;
}
.checkbox .offer_strip {
  position: absolute;
  background: var(--theme-Primary-green);
  z-index: 99;
  color: #fff;
  font-weight: 700;
  right: 10px;
  top: -10px;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 12px;
}

.checkbox-group {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox-group > * {
  outline: none;
  box-shadow: none;
}

.checkbox-group-legend {
  font-size: 1.5rem;
  font-weight: 700;
  color: #9c9c9c;
  text-align: center;
  line-height: 1.125;
  margin-bottom: 1.25rem;
}

.checkbox-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  outline: none !important;
}
.checkbox-input:checked + .checkbox-tile {
  box-shadow: 0px 24px 32px -16px rgba(112, 147, 196, 0.24) !important;
  border-radius: 16px;
  color: #2260ff;
  outline: none;
  box-shadow: none;
}
.checkbox-input:checked + .checkbox-tile .border_btn_choose {
  background: #f1731e;
  border-color: #f1731e;
  box-shadow: 0px 12px 32px -16px #c32300;
  border-radius: 8px;
  color: #fff;
  font-size: 0 !important;
  position: relative;
}
.checkbox-input:checked + .checkbox-tile .border_btn_choose::after {
  position: absolute;
  content: "Chosen Plan";
  font-size: 18px;
  left: 0;
  right: 0;
}
.checkbox-input:checked + .checkbox-tile:before {
  transform: scale(1);
  opacity: 1;
  display: none;
}
.checkbox-input:checked + .checkbox-tile .checkbox-icon,
.checkbox-input:checked + .checkbox-tile .checkbox-label {
  color: #3e4a68;
}
.checkbox-input:focus + .checkbox-tile {
  border-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.checkbox-input:focus + .checkbox-tile:before {
  transform: scale(1);
  opacity: 0;
}

.total_box {
  display: none;
}

.total_box.active {
  display: block;
}

.setting-up {
  display: none;
}

.setting-up.active {
  margin-bottom: 0;
  text-align: center;
  color: #111;
  padding: 5px;
  display: block;
  font-weight: bold;
  margin-top: 0;
  font-size: 18px;
}

.setting-up-image {
  display: none;
}

.setting-up-image.active {
  display: block;
  margin-top: 0;
}

.setting-up-image.active img {
  width: 120px;
  margin: 0 auto;
}

.checkbox-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  width: 100%;
  padding: 45px 35px;
  width: 100%;
  min-height: 7rem;
  border-radius: 0.5rem;
  border: 2px solid #ffffff;
  background-color: #fff;
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
  border-radius: 16px;
  outline: none !important;
}
.checkbox-tile .kimp_package_price .kimp_price {
  display: flex;
  flex-direction: column;
}
.checkbox-tile h3 {
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
  color: var(--color-black);
  padding: 0 0 24px 0;
  text-transform: uppercase;
}
.checkbox-tile .old-price {
  color: #a0b0c0;
  text-align: center;
  text-decoration-line: line-through;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 8px 0;
}
.checkbox-tile .offer-price {
  color: #00806c;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  font-weight: 700;
  padding: 0 0 6px 0;
  margin: 0;
}
.checkbox-tile .offer_note {
  color: #1b1e23;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  margin-bottom: 24px;
}
.checkbox-tile .offer_note.onmobile {
  display: none;
}
.checkbox-tile p {
  color: #3f4c5c;
  margin: 0;
  text-align: center;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
}
.checkbox-tile .border_btn_choose {
  margin-top: 32px;
  border: 1px solid #677c99;
  border-radius: 8px;
  color: #1b1e23;
  min-width: 217px;
  text-align: center;
  padding: 24px 56px;
  color: #1b1e23;
  font-size: 18px !important;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
.checkbox-tile .doler_text {
  color: #677c99;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}
.checkbox-tile:before {
  content: "";
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #ffffff;
  background-color: #fff;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: none;
}
.checkbox-tile:hover {
  border-color: #ffffff;
  box-shadow: 0px 24px 32px -16px rgba(112, 147, 196, 0.24);
}
.checkbox-tile:hover:before {
  transform: scale(1);
  opacity: 1;
}

.total_bill_sec {
  background: #fff;
  margin-top: 25px;
  border-radius: 16px;
  padding: 32px;
}
.total_bill_sec .orange_btn {
  margin: 0 !important;
}

.checkbox-icon {
  transition: 0.375s ease;
  color: #494949;
}
.checkbox-icon svg {
  width: 3rem;
  height: 3rem;
}

.checkbox-label {
  color: #707070;
  transition: 0.375s ease;
  text-align: center;
}

.upgrading-subscription .actions,
.upgrading-subscription #customer_details,
.upgrading-subscription #order_review_heading {
  display: none;
}

.receipt_inner_wrapper h3 {
  color: #3f4c5c;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 9px 0;
  display: flex;
  flex-direction: column;
}
.receipt_inner_wrapper h3 span.price_about {
  color: #1b1e23;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
.receipt_inner_wrapper h2 {
  color: var(--color-black);
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding: 0 0 20px 0;
}
.receipt_inner_wrapper ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 80px;
}
.receipt_inner_wrapper ul li,
.receipt_inner_wrapper ul .price_about {
  display: flex;
  flex-direction: column;
  position: relative;
  color: var(--color-black);
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.receipt_inner_wrapper ul li span,
.receipt_inner_wrapper ul .price_about span {
  color: var(--color-grey-600);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 8px 0;
}
.receipt_inner_wrapper ul li:last-child::after,
.receipt_inner_wrapper ul .price_about:last-child::after {
  display: none;
}
.receipt_inner_wrapper ul li::after,
.receipt_inner_wrapper ul .price_about::after {
  width: 1px;
  height: 30px;
  background: #dfe4ea;
  position: absolute;
  content: "";
  right: -40px;
  top: 9px;
}

.gfield_visibility_hidden {
  display: none !important;
}

.signup-step-3 .weoffer_content article {
  margin-bottom: 20px;
}
.signup-step-3 .weoffer_content article h6 {
  margin-bottom: 14px;
  line-height: 30px;
  color: var(--color-black);
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
.signup-step-3 .weoffer_content article span.num {
  font-size: 18px;
  font-weight: 600;
  width: 30px;
  height: 30px;
  line-height: 33px;
  background: var(--theme-Primary-color);
  border-radius: 30px;
  text-align: center;
  color: #fff;
  margin-right: 11px;
}

#input_2_12_strength_indicator {
  display: none;
}

.register-page .ginput_container_password {
  display: flex;
}
.register-page .ginput_container_password #input_2_12_1_container {
  width: 48%;
  margin-right: 15px;
}
.register-page .ginput_container_password #input_2_12_2_container {
  width: 50%;
}
.register-page .orange_btn,
.register-page .gform_next_button,
.register-page .gform_button {
  min-width: 160px;
  background: var(--theme-Primary-color);
  color: var(--color-white);
  border-radius: 8px;
  line-height: 20px;
  padding: 20px 32px;
  min-height: 69px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  border: 0;
}
.register-page .orange_btn:hover,
.register-page .gform_next_button:hover,
.register-page .gform_button:hover {
  box-shadow: var(--boxshadow-200);
}
.register-page .gform_page_footer {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.register-page .gform_previous_button {
  color: var(--color-black);
  max-width: 200px;
  min-height: 60px;
  border-radius: 8px;
  border: 1px solid var(--color-grey-500) !important;
  width: 100%;
  font-weight: 600;
  transition: all 0.5s ease-in-out !important;
  cursor: pointer !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background: transparent !important;
}
.register-page .gform_previous_button:hover {
  background: var(--theme-Primary-color) !important;
  box-shadow: var(--boxshadow-secondary) !important;
  border: 1px solid transparent !important;
  color: var(--color-white) !important;
}
.register-page .gform_previous_button span {
  color: #fff;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-Primary-color);
}
.register-page .register-form {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
}
.register-page .register-form .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.register-page .register-form .address_country select {
  min-height: 64px;
  line-height: 64px;
  border-radius: 8px;
  padding: 0 15px;
  width: 100%;
  background: #f2f5f8 !important;
  border: 0;
  color: var(--color-black);
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  position: relative;
  background-image: url(../svg/arrow-down.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 94% center !important;
  transform: background-image rotate(-90deg);
  outline: none;
}
.register-page .register-form .address_country select:focus {
  box-shadow: none !important;
  border: 0 !important;
  outline: none !important;
}
.register-page .register-form .theme-input {
  max-width: 48%;
  width: 100%;
}
.register-page .register-form .theme-input.full-w {
  max-width: 100% !important;
  width: 100% !important;
}
.register-page .register-form .theme-input input {
  border-radius: 8px;
  padding: 0 15px;
  width: 100%;
  background: #f2f5f8 !important;
  border: 0;
  outline: none;
  box-shadow: none;
  min-height: 64px;
  color: var(--color-black);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
.register-page .register-form .from_heading {
  width: 100%;
}
.register-page .register-form .select2-container {
  width: 100% !important;
}
.register-page .register-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 15px 0 0 0 !important;
}
.register-page .register-form .select2-container--default .select2-selection--single {
  box-shadow: none;
  min-height: 64px;
  color: var(--color-black);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  border-radius: 8px;
  padding: 0 15px;
  width: 100% !important;
  background: #f2f5f8 !important;
  border: 0;
  outline: none;
}
.register-page .register-form label,
.register-page .register-form .gfield_label {
  color: #3f4c5c;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 8px;
  font-weight: 500;
  display: block;
  margin: 0;
}
.register-page .register-form h3 {
  font-size: 24px;
  line-height: 30px;
  color: var(--color-black);
  padding: 0 0 30px 0;
  font-weight: 700;
}
.register-page .weoffer_content a.howtowork_popup {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  color: var(--color-black);
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin-top: 24px;
  display: inline-flex;
  max-width: 320px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  background-image: url(../svg/arrow_icon.svg);
  background-repeat: no-repeat;
  background-position: 94% center;
}
.register-page .weoffer_content a.howtowork_popup:hover {
  box-shadow: 0px 24px 32px -16px rgba(112, 147, 196, 0.24);
}
.register-page .weoffer_content h2 {
  color: var(--color-black);
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 24px 0;
}
.register-page .weoffer_content p {
  color: #3f4c5c;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 30px 0;
}
.register-page .weoffer_content ul {
  margin: 0;
  padding: 0;
}
.register-page .weoffer_content ul li {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: var(--color-black);
  position: relative;
  padding-left: 30px;
}
.register-page .weoffer_content ul li::after {
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  background: url(../svg/list-tick.svg) no-repeat;
  left: 0;
  top: 5px;
}

.address_country select {
  min-height: 64px;
  line-height: 64px;
  border-radius: 8px;
  padding: 0 15px;
  width: 100%;
  background: #f2f5f8 !important;
  border: 0;
  color: var(--color-black);
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  position: relative;
  background-image: url(../svg/arrow-down.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 94% center !important;
  transform: background-image rotate(-90deg);
  outline: none;
}
.address_country select:focus {
  box-shadow: none !important;
  border: 0 !important;
  outline: none !important;
}

.kimp-theme-modal .modal-body {
  max-height: 600px;
  overflow: auto;
  padding: 30px 0px 40px 40px;
}
.kimp-theme-modal .modal-body .list_group {
  margin: 24px 0;
}
.kimp-theme-modal .modal-body .list_group h6 {
  color: #3f4c5c;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
}
.kimp-theme-modal .modal-body .list_group ul {
  margin: 25px 0;
  padding: 0;
}
.kimp-theme-modal .modal-body .list_group ul li {
  position: relative;
  color: #3f4c5c;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 10px;
}
.kimp-theme-modal .modal-body .list_group ul li::after {
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  background: url(../svg/list-tick.svg) no-repeat;
  left: 0;
  top: 10px;
}
.kimp-theme-modal .modal-body .list_group h4 {
  font-size: 18px;
  line-height: 32px;
  color: var(--color-black);
  font-weight: 700;
}
.kimp-theme-modal .modal-body h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: var(--color-black);
}
.kimp-theme-modal .modal-body p {
  color: #3f4c5c;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
.kimp-theme-modal .modal-header {
  border-bottom: 0;
  padding: 40px 40px 0 40px;
}
.kimp-theme-modal .modal-title {
  color: var(--color-black);
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.kimp-theme-modal .modal-content {
  border-radius: 16px;
  border: 0 !important;
}
.kimp-theme-modal .btn-close {
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: url(../png/close_btn.png) no-repeat;
  opacity: 1;
}
.kimp-theme-modal .btn-close:hover {
  background: url(../png/close_btn.png) no-repeat;
  background-position: 0 -40px;
  opacity: 1;
}

#accordion .header a:hover {
  background: #ededed;
  cursor: pointer;
  border-radius: 10px;
  background: #fff;
  color: #00806c !important;
}

#accordion .header a.active {
  border-bottom: none;
  background-color: white !important;
  color: #00806c !important;
  padding-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
}
#accordion .header a.active::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../svg/plusminus_icon.svg) no-repeat;
  background-position: 0 -20px;
  right: 32px;
}

#accordion .bottomgap-24 {
  display: block;
  height: 17px;
  width: 100%;
}

#accordion .content {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
  padding: 15px 32px 0 32px;
  border: none;
  background: var(--color-white);
  color: var(--color-grey-600);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 16px 32px -16px rgba(112, 147, 196, 0.24);
  overflow: auto;
}

.inner_header .header {
  background: linear-gradient(285.41deg, rgba(0, 0, 0, 0.64) -42.55%, rgba(0, 0, 0, 0) 83.11%), linear-gradient(99.84deg, rgba(0, 0, 0, 0.32) -0.82%, rgba(0, 0, 0, 0) 92.68%);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
  padding: 7px 2em !important;
}

.ki_faq-section .ki_faq_sidemenu {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
  position: sticky;
  top: 30px;
}
.ki_faq-section .ki_faq_sidemenu h4 {
  color: #1b1e23;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 16px 0;
}
.ki_faq-section .ki_faq_sidemenu ul.faq_cat_list {
  margin: 0;
  padding: 0;
}
.ki_faq-section .ki_faq_sidemenu ul.faq_cat_list li {
  margin: 0 0 10px 0;
}
.ki_faq-section .ki_faq_sidemenu ul.faq_cat_list li.active a {
  color: var(--theme-Primary-color);
  font-weight: 700;
}
.ki_faq-section .ki_faq_sidemenu ul.faq_cat_list li a {
  color: #3f4c5c;
  font-size: 16px;
  line-height: 40px;
  transition: all color 0.5s ease-in-out;
}
.ki_faq-section .ki_faq_sidemenu ul.faq_cat_list li a:hover {
  color: #1b1e23;
  font-weight: 600;
}
.ki_faq-section .faq_maion_wrapper {
  padding-left: 0;
}
.ki_faq-section .faq_maion_wrapper .faq_wrapper {
  margin-top: 30px;
}
.ki_faq-section .faq_maion_wrapper .faq {
  width: 100%;
  margin-top: 0;
}
.ki_faq-section .faq_maion_wrapper .ki_faq_desk_search {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.ki_faq-section .faq_maion_wrapper .ki_faq_desk_search .search-term {
  width: 100%;
  position: relative;
  background: #e8edf2;
  border-radius: 8px;
  border: 0;
  padding: 15px;
  outline: none;
}
.ki_faq-section .faq_maion_wrapper .ki_faq_desk_search .search-faq {
  position: absolute;
  right: 7px;
  top: 7px;
  transition: all 0.5s ease-in-out;
}
.ki_faq-section .faq_maion_wrapper .ki_faq_desk_search .search-faq:hover {
  filter: drop-shadow(0px 10px 8px rgba(0, 0, 0, 0.07));
}

.register-page .rstep {
  display: none;
}

.register-page .rstep1 {
  display: block;
}

.partial_entry_warning {
  display: none;
}

.theme-tooltip {
  cursor: pointer;
  position: relative;
  top: 1px;
}
.theme-tooltip i {
  font-size: 16px;
  color: #a0b0c0;
  cursor: pointer;
}
.theme-tooltip:hover i {
  color: #1ea5fc !important;
}

/*theme_checkbox*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .theme-input-types input[type=checkbox],
  .theme-input-types input[type=radio] {
    --active: #f4dbca;
    --active-inner: #f1731e;
    /* --focus: 2px rgba(39, 94, 254, .3); */
    --border: #677c99;
    --border-hover: #f1731e;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .theme-input-types input[type=checkbox]:after,
  .theme-input-types input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  .theme-input-types input[type=checkbox]:checked,
  .theme-input-types input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  .theme-input-types input[type=checkbox]:checked + label,
  .theme-input-types input[type=radio]:checked + label {
    font-weight: 700;
  }
  .theme-input-types input[type=checkbox]:disabled,
  .theme-input-types input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  .theme-input-types input[type=checkbox]:disabled:checked,
  .theme-input-types input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .theme-input-types input[type=checkbox]:disabled + label,
  .theme-input-types input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  .theme-input-types input[type=checkbox]:hover:not(:checked):not(:disabled),
  .theme-input-types input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .theme-input-types input[type=checkbox]:focus,
  .theme-input-types input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .theme-input-types input[type=checkbox]:not(.switch),
  .theme-input-types input[type=radio]:not(.switch) {
    width: 21px;
    min-width: 21px;
  }
  .theme-input-types input[type=checkbox]:not(.switch):after,
  .theme-input-types input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  .theme-input-types input[type=checkbox]:not(.switch):checked,
  .theme-input-types input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  .theme-input-types input[type=checkbox] + label,
  .theme-input-types input[type=radio] + label {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #1b1e23;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
    padding: 0;
  }
  .theme-input-types input[type=checkbox]:not(.switch) {
    border-radius: 5px;
  }
  .theme-input-types input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  .theme-input-types input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  .theme-input-types input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  .theme-input-types input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  .theme-input-types input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  .theme-input-types input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
  .theme-input-types input[type=radio] {
    border-radius: 50%;
  }
  .theme-input-types input[type=radio]:after {
    /* width: 19px;
      height: 19px;
      border-radius: 50%;
      background: var(--active-inner);
      opacity: 0;
      transform: scale(var(--s, 0.7)); */
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 50deg));
  }
  .theme-input-types input[type=radio]:checked {
    --s: 0.5;
  }
}
/*END theme checkbox*/
.bloglist_section .ki_post_article_box {
  margin-bottom: 48px;
}
.bloglist_section .ki_post_article_box .ki_blog_post_date {
  color: #677c99;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  padding: 0 0 24px 0;
}
.bloglist_section .ki_post_article_box .ki_blog_post_date i {
  font-size: 18px;
  color: #677c99;
  position: relative;
  top: 2px;
  margin-right: 9px;
}
.bloglist_section .ki_post_article_box .footer-blog-list-box {
  display: flex;
  flex-direction: column;
}
.bloglist_section .ki_post_article_box .ki_post_read_more_wrapper a {
  color: #f1731e;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 15px 0 10px 0;
}
.bloglist_section .ki_post_article_box .ki_post_read_more_wrapper a i {
  position: relative;
  top: 2px;
}
.bloglist_section .ki_post_article_box .ki_post_read_more_wrapper a:hover {
  color: #e46a19;
}
.bloglist_section .ki_post_article_box .ki_post_thumb {
  height: 260px;
  width: 100%;
  border-radius: 12px;
}
.bloglist_section .ki_post_article_box .ki_blog_post_meta_wrapper {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  margin-top: -30px;
  margin-left: 20px;
  margin-right: 20px;
  box-sizing: border-box;
}
.bloglist_section .ki_post_article_box .ki_blog_post_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #1b1e23;
  min-height: 80px;
}
.bloglist_section .ki_post_article_box .ki_blog_post_title a {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #1b1e23;
}
.bloglist_section .filter_wrapper {
  background: var(--color-white);
  padding: 20px;
  border-radius: 16px;
  position: relative;
  margin-bottom: 40px;
}
.bloglist_section .filter_wrapper .blog_cat_list {
  padding-top: 8px;
}
.bloglist_section .filter_wrapper .blog_list_search {
  position: relative;
}
.bloglist_section .filter_wrapper .blog_list_search .input_serach {
  width: 100%;
  position: relative;
  background: #e8edf2;
  border-radius: 8px;
  border: 0;
  padding: 15px;
  outline: none;
}
.bloglist_section .filter_wrapper .blog_list_search .input_serach::-moz-placeholder {
  color: #677c99;
}
.bloglist_section .filter_wrapper .blog_list_search .input_serach::placeholder {
  color: #677c99;
}
.bloglist_section .filter_wrapper .blog_list_search .serach_icon_btn {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #fff;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-id-744 .woocommerce-notices-wrapper {
  display: none;
}

.signup-step-checkout #customer_details,
.woocommerce-terms-and-conditions-wrapper {
  display: none;
}

.stripe-icon,
.payment_method_paypal img,
.payment_method_paypal a,
#stripe-payment-data > p:first-child,
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
}

.page-template-template-trial-checkout .woocommerce-checkout .woocommerce-SavedPaymentMethods {
  display: none;
}

.page-id-744 .wc_payment_method.payment_method_paypal {
  display: none;
}

.page-id-744 .wc_payment_method.payment_method_stripe #payment_method_stripe {
  visibility: hidden;
  font-size: 0px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}

.woocommerce-checkout #payment {
  background: #fff;
  border-radius: 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #fff;
}

.__PrivateStripeElement {
  height: 60px;
}

#stripe-card-element,
#stripe-exp-element,
#stripe-cvc-element {
  height: 60px;
  font-size: 16px;
  padding-left: 25px;
  display: block;
  width: 100%;
  padding: 21px;
}

.place-order {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 !important;
}
.place-order #place_order {
  background: var(--theme-Primary-color);
  color: var(--color-white);
  border-radius: 8px;
  font-weight: 600;
  line-height: 20px;
  padding: 20px 32px;
  min-height: 69px;
  min-width: 200px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}
.place-order #place_order:hover {
  box-shadow: var(--boxshadow-200);
}

.checkout_section .checkout_box {
  background: #ffffff;
  border-radius: 16px;
  margin-top: 32px;
  padding: 40px;
}
.checkout_section .checkout_box .wc-payment-form .form-row {
  padding: 0 !important;
}
.checkout_section .checkout_box .wc-payment-form .form-row .wc-stripe-elements-field {
  outline: none;
  box-shadow: none;
  border: 0 !important;
  background: #f2f5f8;
  border-radius: 8px;
  min-height: 60px;
}
.checkout_section .checkout_box .wc-payment-form .form-row label {
  color: #1b1e23;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.checkout_section .checkout_box .payment_method_stripe > label {
  color: #1b1e23;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.checkout_section .total_to_pay {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
}
.checkout_section .total_to_pay .total_cost {
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}
.checkout_section .total_to_pay .total_cost h6 {
  color: #3f4c5c;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-right: 5px;
  margin-bottom: 0;
}
.checkout_section .total_to_pay .total_cost span {
  color: #1b1e23;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
.checkout_section .total_to_pay h2 {
  color: #1b1e23;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 30px 0;
}
.checkout_section .left_checkout_box {
  padding-right: 1.5vw;
}
.checkout_section .left_checkout_box h2 {
  color: #1b1e23;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 40px 0;
}
.checkout_section .left_checkout_box p {
  color: #1b1e23;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
  padding: 0 0 40px 0;
}
.checkout_section .left_checkout_box .ssl_cert {
  background: #ffffff;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}
.checkout_section .left_checkout_box .ssl_cert p {
  color: #1b1e23;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  padding: 0 0 0 14px;
  margin: 0;
}
.checkout_section .left_checkout_box .ssl_cert .ki_woo_ssl_lock {
  width: 96px;
  height: 96px;
  background: #f0fffd;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #00806c;
}

.checkout_testimonial {
  background: #ffffff;
  border-radius: 8px;
  padding: 32px;
}
.checkout_testimonial .slick-arrow:hover,
.checkout_testimonial .slick-arrow :focus {
  border-color: #f1731e !important;
  color: #f1731e !important;
}
.checkout_testimonial .slick-prev {
  top: auto;
  bottom: 25px;
  color: #a0b0c0 !important;
  border-color: #a0b0c0 !important;
  width: 30px;
  height: 30px;
  left: auto !important;
  right: 60px;
}
.checkout_testimonial .slick-next {
  top: auto;
  bottom: 25px;
  color: #a0b0c0 !important;
  border-color: #a0b0c0 !important;
  width: 30px;
  height: 30px;
  right: 20px;
}
.checkout_testimonial .checkout_testi_customer_logo {
  display: flex;
  align-items: center;
}
.checkout_testimonial .checkout_testi_customer_info {
  margin-left: 10px;
}
.checkout_testimonial .checkout_testi_customer_info h5 {
  margin: 0;
  padding: 0;
  color: #1b1e23;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
.checkout_testimonial .checkout_testi_customer_info p {
  color: #677c99;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  font-style: normal;
}
.checkout_testimonial h4 {
  color: #1b1e23;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 24px 0;
}
.checkout_testimonial p.checkout_testi_body {
  color: #3f4c5c;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  font-style: italic;
  min-height: 210px;
}

.gform_validation_errors .validation_error {
  color: #cc3e3e;
}

.validation_message {
  color: #cc3e3e;
}

.gform_ajax_spinner {
  width: 40px;
  height: 40px;
}
.gform_ajax_spinner img {
  width: 100%;
}

#load_more {
  display: none;
}

.graphic_serv_sec .accordion {
  max-width: 500px;
  width: 100%;
  margin: 20px auto 0 auto;
  display: none;
}
.graphic_serv_sec .accordion .accordion-item {
  border: 0 !important;
  margin-bottom: 25px;
  border-radius: 12px;
  outline: none;
}
.graphic_serv_sec .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.graphic_serv_sec .accordion .accordion-item .accordion-body {
  padding: 0px 20px 20px 20px !important;
}
.graphic_serv_sec .accordion .accordion-item .accordion-body img {
  box-sizing: border-box;
}
.graphic_serv_sec .accordion .accordion-item .accordion-body p {
  color: #3f4c5c;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  padding: 0 10px 10px 10px;
  margin: 0;
}
.graphic_serv_sec .accordion .accordion-item .accordion-button {
  color: #1b1e23;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  outline: none;
  padding: 24px 30px;
  border: 0 !important;
  border-radius: 12px !important;
}
.graphic_serv_sec .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: none;
  border: 0 !important;
}
.graphic_serv_sec .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: #fff;
  color: #00806c;
  border: 0 !important;
  box-shadow: none !important;
}

.weoffer_content.onmobile {
  display: none !important;
}

#checkboxes .planbox {
  margin-top: 40px;
}

#ki_sg_flow_main.checkout_confirmation .leftside .kimpcharacter {
  min-width: 90%;
  width: 95%;
  left: 63%;
  bottom: 20%;
}

.active-onmobile {
  display: none;
}

.howork_img img {
  border-radius: 6px !important;
}

.page-template-template-privacy .header_sticky_blog {
  margin-top: 0 !important;
}
.page-template-template-privacy .footermain {
  margin-top: 50px;
}

.left_logo_box .ubermenu-target:hover {
  background: transparent !important;
}

.forgot-password-top-text {
  color: var(--color-grey-500);
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 40px 0;
}

ul.woocommerce_error {
  margin: 0;
  padding: 0;
}

.upgrading-subscription .woocommerce-message,
.upgrading-subscription .woocommerce-info {
  display: none;
}

.woocommerce-checkout #payment.cpm-payment-wrapper {
  background: transparent !important;
}

.woocommerce-checkout #payment.cpm-payment-wrapper label {
  color: #1b1e23;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  padding: 0 0 24px 0;
}

.woocommerce-checkout #payment.cpm-payment-wrapper .woocommerce-SavedPaymentMethods {
  padding: 0 !important;
  background: transparent !important;
  border-bottom: 0px;
}

.woocommerce-checkout #payment.cpm-payment-wrapper div.payment_box {
  background: transparent !important;
}

.woocommerce-checkout #payment.cpm-payment-wrapper .add-new-card {
  align-items: center;
  justify-content: center;
  margin: 0;
}

.woocommerce-checkout #payment.cpm-payment-wrapper .form-row {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-checkout #payment.cpm-payment-wrapper .cpm-btn {
  background: var(--theme-Primary-color);
  color: var(--color-white);
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  padding: 18px 20px;
  border-radius: 13px;
  display: flex;
  max-width: 310px;
  width: 100%;
  align-items: center;
  justify-content: center;
  float: left !important;
  transition: box-shadow 0.5s ease-in-out;
}
.woocommerce-checkout #payment.cpm-payment-wrapper .cpm-btn:hover {
  box-shadow: 0px 12px 32px -16px #c32300;
}

.cpt-card {
  background: #fff;
  padding: 32px !important;
  border-radius: 16px;
  margin-bottom: 30px;
}
.cpt-card .change-payment-table {
  border-bottom: 1px solid #dfe4ea;
}
.cpt-card .item-data-name, .cpt-card .item-data-quantity, .cpt-card .item-data-total, .cpt-card .item-total-summary-label {
  color: #1b1e23;
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  padding: 15px 0;
}
.cpt-card .item-total-summary-label {
  font-weight: 400;
}
.cpt-card .heading {
  color: #1b1e23;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 24px 0;
}

.woocommerce-notices-wrapper > .woocommerce-error {
  background: #e22901;
  text-align: center;
  color: #fff;
  padding: 15px;
  margin: 0;
  font-weight: 500;
}

.woocommerce-payment-methods .woocommerce-info {
  text-align: center;
  color: #1b1e23;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  padding: 20px 0;
}
.woocommerce-payment-methods .woocommerce-info a {
  color: #00806c;
}

.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  background: #e8edf2;
  border: 0;
  padding: 8px;
  outline: none;
}

.affwp-errors,
.affwp-notice {
  background: #f1721e;
  border: 0;
  color: #fff;
  line-height: 16px;
  padding: 15px;
  border-radius: 8px;
  margin: 0 auto 20px auto;
  width: 100% !important;
  box-sizing: border-box;
  font-weight: 600;
}

#aff_account .container-fluid {
  padding: 0;
}
#aff_account #affwp-affiliate-dashboard-order-details p {
  font-weight: 500;
  color: #1b1e23;
  padding: 10px 0;
  font-weight: 600;
}
#aff_account #affwp-affiliate-dashboard-direct-links .button {
  transition: all 0.4s ease-in-out;
  max-width: 230px;
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  border: 0;
  color: #f1731e;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  background: #fff3eb;
  outline: none;
  cursor: pointer;
}
#aff_account #affwp-affiliate-dashboard-direct-links .button:hover {
  background: #f1721e;
  color: #fff;
}
#aff_account #affwp-affiliate-dashboard-direct-links p.affwp-direct-link-tracking-note {
  color: #1b1e23;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
#aff_account #affwp-affiliate-dashboard-direct-links .affwp-dlt-add-url {
  color: #f1731e;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}
#aff_account #affwp-affiliate-dashboard-profile h5 {
  padding: 0 0 8px 0;
  margin: 15px 0 0 0;
  line-height: 25px;
  color: #1b1e23;
  font-weight: 700;
}
#aff_account #affwp-affiliate-dashboard-profile .affwp-save-profile-wrap .button {
  transition: all 0.4s ease-in-out;
  max-width: 230px;
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  border: 0;
  color: #f1731e;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  background: #fff3eb;
  outline: none;
  cursor: pointer;
}
#aff_account #affwp-affiliate-dashboard-profile .affwp-save-profile-wrap .button:hover {
  background: #f1721e;
  color: #fff;
}
#aff_account .aff_banner_download_container {
  padding: 24px;
  background: #fff;
  margin-bottom: 24px;
  background: #f2f5f8;
  border-radius: 8px;
}
#aff_account .aff_banner_download_container .aff_banner_head {
  justify-content: space-between;
  margin-bottom: 20px;
}
#aff_account .aff_banner_download_container .aff_banner_head h4 {
  font-size: 17px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #1b1e23 !important;
}
#aff_account .aff_banner_download_container .aff_banner_head a {
  max-width: 180px;
  width: 100%;
  background: #f1731d;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  margin: 0;
  padding: 12px 20px;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
#aff_account .aff_banner_download_container .aff_banner_head a:hover {
  box-shadow: var(--boxshadow-200);
}
#aff_account .aff_content_wrapper #affwp-affiliate-dashboard {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
#aff_account .aff_content_wrapper #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
  display: flex;
  flex-direction: column;
}
#aff_account .aff_content_wrapper #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
  margin-bottom: 15px;
}
#aff_account .aff_content_wrapper #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a {
  color: #f1731e;
  font-weight: 600;
  font-size: 17px;
}
#aff_account .aff_content_wrapper #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
  display: block;
  color: #677c99;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  padding: 8px 0;
}
#aff_account .aff_content_wrapper #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a:hover {
  color: #1b1e23;
}
#aff_account .aff_content_wrapper #affwp-affiliate-dashboard .affiliate-navigation {
  width: 100%;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #fff;
  border-right: 1px solid #f3f5f7;
}
#aff_account .aff_content_wrapper #affwp-affiliate-dashboard #affwp_affiliate_content_area {
  width: 100%;
  padding: 24px;
  background: #fff;
}
#aff_account .aff_content_wrapper #affwp-affiliate-dashboard #affwp_affiliate_content_area .affwp-form {
  padding: 0 !important;
}
#aff_account .aff_content_wrapper #affwp-affiliate-dashboard #affwp_affiliate_content_area .affwp_url_generator_head h5 {
  padding: 0;
  margin: 15px 0 0 0;
  line-height: 25px;
  color: #1b1e23;
  font-weight: 700;
}
#aff_account .aff_content_wrapper #affwp-affiliate-dashboard #affwp_affiliate_content_area .affwp_url_generator_head p {
  color: #1b1e23;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
#aff_account .aff_content_wrapper #affwp-affiliate-dashboard #affwp_affiliate_content_area table.affwp-table .affwp-table-no-data {
  border: 0 !important;
}
#aff_account .aff_content_wrapper #affwp-affiliate-dashboard #affwp_affiliate_content_area table.affwp-table td {
  color: #1b1e23;
  padding: 0.8em 1em;
  max-width: 100%;
  border-bottom: 1px solid #e8edf2;
  font-weight: 500;
}
#aff_account .aff_content_wrapper #affwp-affiliate-dashboard #affwp_affiliate_content_area table.affwp-table th {
  background: #e8edf2;
  font-weight: 700;
  padding: 10px;
  font-size: 16px;
  color: #1b1e23;
  border: 0;
}
#aff_account .aff_content_wrapper #affwp-affiliate-dashboard #affwp_affiliate_content_area table.affwp-table th:first-child {
  border-top-left-radius: 8px;
}
#aff_account .aff_content_wrapper #affwp-affiliate-dashboard #affwp_affiliate_content_area table.affwp-table th:last-child {
  border-top-right-radius: 8px;
}
#aff_account .aff_content_wrapper #affwp-affiliate-dashboard #affwp_affiliate_content_area .affwp-referral-url-submit-wrap .button {
  transition: all 0.4s ease-in-out;
  max-width: 200px;
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  border: 0;
  color: #f1731e;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  background: #fff3eb;
  outline: none;
  cursor: pointer;
}
#aff_account .aff_content_wrapper #affwp-affiliate-dashboard #affwp_affiliate_content_area .affwp-referral-url-submit-wrap .button:hover {
  background: #f1721e;
  color: #fff;
}
#aff_account .aff_content_wrapper #affwp-affiliate-dashboard #affwp_affiliate_content_area .affwp_dashboard_url_content p {
  color: #1b1e23;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  padding: 0 0 4px 0;
}
#aff_account .aff_content_wrapper #affwp-affiliate-dashboard #affwp_affiliate_content_area .affwp_dashboard_url_content strong {
  color: #1b1e23;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 24px 0;
  display: block;
}
#aff_account .aff_content_wrapper #affwp-affiliate-dashboard #affwp_affiliate_content_area .affwp-tab-content h4 {
  color: #1b1e23;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  padding: 0 0 24px 0;
}

nav.affiliate-navigation select {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: #069482 url(../arrow-white.html) no-repeat right 10px center;
  background-size: 10px;
  color: #ffffff;
  padding: 0 20px;
  border: none;
  outline: none;
  font-size: 15px;
}

#k_wfh_wrapper {
  background: #00806c;
  text-align: center;
  padding: 15px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  min-height: 56px;
}
#k_wfh_wrapper .k_wfh_title {
  margin-bottom: 0 !important;
}
#k_wfh_wrapper .k_wfh_yellow_txt {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
#k_wfh_wrapper .k_wfh_yellow_txt a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline !important;
}
#k_wfh_wrapper .k_wfh_yellow_txt a:hover {
  color: #f1721e;
}
#k_wfh_wrapper .close-discount {
  position: absolute;
  right: 20px;
  z-index: 99;
  bottom: 0;
  top: 15px;
  font-size: 23px;
  color: #fff;
  cursor: pointer;
}

.page-template-template-front .main_header.active-discount {
  margin-top: 0;
}
.page-template-template-front #k_wfh_wrapper {
  position: inherit !important;
  bottom: 0;
  top: inherit;
}

.ubermenu-submenu .ubermenu-target-title {
  display: flex !important;
  align-items: center;
}

.ubermenu-target-title .dashicons {
  background: #0b2823;
  border-radius: 8px;
  margin-right: 0px;
  float: left;
  width: 32px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
}

.error404 {
  background: url(../webp/404-bg.webp) no-repeat !important;
  height: 100vh;
  background-size: cover !important;
}
.error404 #page_404 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error404 .page_404_content {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 150px;
}
.error404 .page_404_content h1 {
  font-weight: 800;
  font-size: 14vw;
  color: #fff;
  line-height: 9vw;
}
.error404 .page_404_content h2 {
  font-weight: 600;
  font-size: 7vw;
  color: #fff;
}
.error404 .page_404_content p {
  color: #f1f6fc;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
@media (min-width: 992px) {
  .error404 .page_404_content p {
    font-size: 24px;
    line-height: 32px;
    padding: 0 15px 24px 15px;
  }
}
.error404 .page_404_content a {
  color: #f1731e;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 992px) {
  .error404 .page_404_content a {
    font-size: 24px;
    line-height: 32px;
  }
}
.error404 .page_404_content h6 {
  color: #dfe4ea;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .error404 .page_404_content h6 {
    font-size: 14px;
    line-height: 32px;
    text-align: center;
  }
}
.error404 .page_404_content h6 a {
  color: #dfe4ea !important;
  font-size: 14px;
  font-weight: 500;
}
.error404 .moon-img {
  position: absolute;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.error404 .main_header, .error404 #ki_foo_copyright {
  display: none !important;
}

.antrepreneur_li .ubermenu-target .ubermenu-target-description span {
  display: none !important;
}

#show-less,
#show-more {
  display: none;
}

#affwp-register-form {
  order: 2;
  float: left;
  width: 49%;
}

#affwp-login-form {
  order: 3;
  float: right;
  width: 49%;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
}

.affwp-errors,
.affwp-notice {
  order: 1;
}

.table_wraper {
  padding-bottom: 80px;
}
.table_wraper h2 {
  font-size: 40px;
  text-align: center;
  color: #000;
}
.table_wraper table {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  border-collapse: collapse;
}

.table_wraper tr:nth-of-type(odd) {
  background: #fff;
}

.table_wraper th:nth-child(1) {
  border-left: none !important;
}

.table_wraper td,
.table_wraper th {
  padding: 20px 10px;
  /* border: 1px solid #ccc; */
  text-align: center;
  font-size: 18px;
  color: #000;
}

.table_wraper th {
  background: #ffcf53;
  color: #000;
  font-weight: 600;
  text-align: center !important;
}

.table_wraper th {
  border-left: 1px solid #cc9c20;
}

.table_wraper tr:nth-of-type(odd) {
  background: #fff;
}

.table_wraper td:nth-child(1) {
  border-left: none !important;
}

.table_wraper td:nth-child(1) {
  padding-left: 25px !important;
  font-weight: 600 !important;
  color: #000;
  text-align: left !important;
}

.table_wraper td {
  border-left: 1px solid #eee;
}

.total_cost td {
  color: #019482 !important;
  font-weight: 600 !important;
}

.table_wraper td:nth-child(1) {
  padding-left: 25px !important;
  font-weight: 600 !important;
  color: #000;
  text-align: left !important;
}

.learn_link {
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}
.learn_link:hover {
  color: #fff;
}

.saveme_page .section_titile {
  padding: 30px 0;
}
.saveme_page .section_titile:first-child {
  padding-top: 0 !important;
}

.page-template-template-save-more .footermain {
  margin-top: 70px !important;
}

.page-template-template-save-more .nav-up {
  top: 0 !important;
}

.confirm-upgrade .form-box {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  margin-top: 8px;
}
.confirm-upgrade .form-box .gfield_consent_label {
  color: #3f4c5c;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin-top: -3px;
}
.confirm-upgrade .form-box .gfield_required_asterisk {
  color: #1b1e23;
}
.confirm-upgrade .form-box .gform_button {
  min-width: 175px;
  min-height: 65px;
  border: 0;
  border-radius: 8px;
  background: #f1721e;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.confirm-upgrade .form-box .gform_button:hover {
  box-shadow: var(--boxshadow-200);
}
.confirm-upgrade .form-box .selectbox .gfield_select {
  width: 100%;
  padding: 0 15px;
  border: 0;
  min-height: 64px;
  line-height: 64px;
  outline: none !important;
  background: #f2f5f8;
  border-radius: 8px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  position: relative;
  background-image: url(../svg/arrow-down.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 98% center !important;
  transform: background-image rotate(-90deg);
  outline: none;
}
.confirm-upgrade .form-box .styled-checkbox .ginput_container {
  display: flex;
  align-items: flex-start;
  line-height: 20px;
  gap: 10px;
}
.confirm-upgrade .form-box .styled-checkbox .ginput_container input[type=checkbox] {
  position: relative;
  top: 4px;
}
.confirm-upgrade .form-box input[type=text] {
  width: 100%;
  padding: 10px 15px;
  min-height: 64px;
  border: 0;
  background: #f2f5f8;
  border-radius: 8px;
  outline: none;
}
.confirm-upgrade .form-box label {
  color: #1b1e23;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: block;
  margin: 0;
  padding: 0 0 5px 0;
}
.confirm-upgrade .form-box h2 {
  color: #1b1e23;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  margin: 0;
  padding: 0 0 24px 0;
}
.confirm-upgrade .form-box ul {
  margin: 0;
  padding: 0;
}
.confirm-upgrade .form-box ul li {
  margin-bottom: 30px !important;
}

.theme-savemore-table {
  border-radius: 8px;
  width: 85% !important;
  margin: 0 auto;
}
.theme-savemore-table .total_tr td {
  color: #089583 !important;
}
.theme-savemore-table thead tr {
  background: #e8edf2;
  border-bottom: 0;
}
.theme-savemore-table thead tr th {
  border: 0;
  padding: 24px;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 700;
  color: var(--color-black);
  min-height: 70px;
  min-width: 150px;
}
@media (min-width: 992px) {
  .theme-savemore-table thead tr th {
    font-size: 20px;
  }
}
.theme-savemore-table thead tr th:first-child {
  border-radius: 8px 0 0 0;
}
.theme-savemore-table thead tr th:last-child {
  border-radius: 0 8px 0 0;
}
.theme-savemore-table tbody {
  border-top: 0 !important;
}
.theme-savemore-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.theme-savemore-table tbody tr:last-child td {
  border-bottom: 0;
}
.theme-savemore-table tbody tr td {
  padding: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #1b1e23;
}
.theme-savemore-table tbody tr td:first-child {
  text-align: left;
  color: var(--color-black);
  font-size: 17px;
  line-height: 32px;
  font-weight: 600;
}

.saveme_page .video_testmo_slider .inner_box p {
  min-height: 165px !important;
}
.saveme_page .learn_btn {
  width: 205px !important;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.saveme_page .learn_btn span {
  line-height: 69px;
}
.saveme_page .row_box {
  padding-top: 70px;
}

.save_price_box {
  background: #fff;
  border-radius: 12px;
  padding: 32px 20px;
  margin: 40px 0 40px 0;
}
@media (max-width: 992px) {
  .save_price_box {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
.save_price_box h3 {
  margin: 0;
  padding: 0 0 24px 0;
  color: #1b1e23;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.save_price_box .more_total_price {
  background: #f0fffd;
  border-radius: 12px;
  padding: 16px;
  margin-top: 10px;
}
.save_price_box .more_total_price h6 {
  color: #1b1e23;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  padding: 0 0 8px 0;
  text-align: left;
}
.save_price_box .more_total_price h2 {
  color: #00806c;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: left;
}
@media (max-width: 1500px) {
  .save_price_box .more_total_price h6 {
    font-size: 14px;
  }
  .save_price_box .more_total_price h2 {
    font-size: 35px;
  }
}
.save_price_box .moreprice_inner_wrap {
  display: grid;
  gap: 10px;
}
@media (min-width: 320px) {
  .save_price_box .moreprice_inner_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 450px) {
  .save_price_box .moreprice_inner_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 900px) {
  .save_price_box .moreprice_inner_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.save_price_box .moreprice_inner_wrap .card {
  border: 0;
  border-radius: 12px;
  background: #f1f6fc;
  padding: 16px;
}
.save_price_box .moreprice_inner_wrap .card h6 {
  color: #1b1e23;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  margin: 0;
  padding: 0 0 8px 0;
}
@media (max-width: 1500px) {
  .save_price_box .moreprice_inner_wrap .card h6 {
    font-size: 13px;
    line-height: 16px;
  }
}
.save_price_box .moreprice_inner_wrap .card h2 {
  color: #677c99;
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
}
@media (max-width: 1500px) {
  .save_price_box .moreprice_inner_wrap .card h2 {
    font-size: 16px;
  }
}
.save_price_box .moreprice_inner_wrap .card .green {
  color: #64bc26;
}

.confirm-upgrade.video_testmo_section .video_testmo_slider_wrapper .slick-dots {
  width: auto !important;
  right: inherit !important;
  left: 49px;
  bottom: 40px !important;
}
.confirm-upgrade .youtube_channel_content {
  margin-bottom: 20px;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}

.ki_faq-detail-section ul {
  margin: 0;
  padding: 0;
}
.ki_faq-detail-section ul li {
  font-size: 18px;
  font-weight: 500;
  color: #495057;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.ki_faq-detail-section ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #1b1e23;
  left: 0;
  top: 10px;
}

.ginput_container_consent .gfield_required_asterisk {
  display: none;
}

.page-template-page-templatestemplate-register-php .newClass,
.page-template-template-register .newClass,
.woocommerce-page .newClass {
  background: transparent !important;
}

/*CANVA PAGE */
.canvaTestmo_slider .slick-list {
  padding-bottom: 70px !important;
}
.canvaTestmo_slider .slick-prev {
  left: 10px;
  bottom: -25px;
  top: auto;
  z-index: 99;
  color: #a0b0c0 !important;
  border: 2px solid #a0b0c0 !important;
  transition: 0s;
}
.canvaTestmo_slider .slick-prev:hover {
  color: #f1731e !important;
  border: 2px solid #f1731e !important;
}
.canvaTestmo_slider .slick-next {
  left: 75px;
  bottom: -25px;
  top: auto;
  z-index: 99;
  color: #a0b0c0 !important;
  border: 2px solid #a0b0c0 !important;
  transition: 0s;
}
.canvaTestmo_slider .slick-next:hover {
  color: #f1731e !important;
  border: 2px solid #f1731e !important;
}

.work_canvaslider img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.theme-tab-kimp .theme-tab-big {
  position: relative;
  border: 0;
  width: 100%;
  max-width: 440px;
  margin: 40px auto 0 auto;
  background: #fff;
  padding: 15px;
  border-radius: 24px;
}
.theme-tab-kimp .theme-tab-big a {
  height: 54px;
  max-width: 200px;
  width: 100%;
  position: relative;
  z-index: 99;
  color: #04100e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700 !important;
  font-size: 18px;
  color: #04100e;
}
.theme-tab-kimp .theme-tab-big a.regular-active {
  color: #fff;
  font-size: 18px;
}
.theme-tab-kimp .theme-tab-big a.regular-active .selector {
  display: block;
  transform: translateX(0);
}
.theme-tab-kimp .theme-tab-big a.canava-active {
  color: #fff;
  font-size: 18px;
}
.theme-tab-kimp .theme-tab-big a.canava-active .selector {
  display: block;
  transform: translateX(0%);
  right: 0;
  top: 0;
}
.theme-tab-kimp .theme-tab-big .selector {
  position: absolute;
  display: flex;
  height: 54px;
  width: 200px;
  background-color: #f1731e;
  z-index: -1;
  border-radius: 100px;
  transition: transform 0.5s ease-in-out;
  border-radius: 16px;
  top: 0;
  left: 0;
  display: none;
}

.canvaPage .section_titile h2 {
  padding-bottom: 10px !important;
}
.canvaPage .videoSamples_section {
  background: #fff;
  padding: 80px 0;
  margin-top: 120px;
}
.canvaPage .videoSamples_section .motion_video_box {
  padding: 0;
}
.canvaPage .videoSamples_section .motion_video_box .vid_url {
  border-radius: 12px;
  overflow: hidden;
}
.canvaPage .videoSamples_section .motion_video_box .video-js {
  width: 100%;
  height: 280px;
  border-radius: 12px;
  background-color: transparent !important;
}
.canvaPage .whatwedo-section .whatwedo_tab .theme-tab-big {
  max-width: 920px;
}
.canvaPage .whatwedo-section .whatwedo_tab .theme-tab-big .selector {
  min-height: 70px;
  height: auto;
  bottom: 18px;
}
.canvaPage .whatwedo-section .whatwedo_tab .theme-tab-big .nav-link {
  font-size: 24px;
  color: #1b1e23;
}
.canvaPage .whatwedo-section .whatwedo_tab .theme-tab-big .nav-link.active {
  color: #fff;
}
.canvaPage .support_section {
  background: none !important;
  padding: 0 !important;
}
.canvaPage .support_section .support_wrapper {
  background: url(../webp/supportcanvabg.webp);
  padding: 80px 46px;
  border-radius: 12px;
  background-size: cover;
}
.canvaPage .support_section .support_wrapper .orange_btn.sft_btn {
  padding: 0 30px;
}
.canvaPage .pricepage_f_section .price_withlist_wrap .ki_pricing_price_features {
  min-height: 850px;
}
.canvaPage .addcanva_banner_section {
  background: url(../webp/addbannerbg.webp);
  padding: 70px 0;
  margin: 6.25em 0 0 0;
  position: relative;
}
@media (max-width: 1084px) {
  .canvaPage .addcanva_banner_section::after {
    display: none;
  }
}
.canvaPage .addcanva_banner_section::after {
  background: url(../webp/canvaadbanner.webp);
  position: absolute;
  content: "";
  right: 0;
  max-width: 726px;
  right: 4%;
  top: -44px;
  top: -65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 17px;
  bottom: 0;
  width: 100%;
}
.canvaPage .addcanva_banner_section .addBannerContent {
  position: relative;
}
@media (max-width: 1084px) {
  .canvaPage .addcanva_banner_section .addBannerContent {
    text-align: center;
  }
}
.canvaPage .addcanva_banner_section .addBannerContent h2 {
  margin: 0;
  padding: 0 0 20px 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  color: #fff;
  position: relative;
  z-index: 9;
}
.canvaPage .addcanva_banner_section .addBannerContent p {
  font-weight: 700;
  font-size: 28px;
  line-height: 39px;
  color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 1084px) {
  .canvaPage .addcanva_banner_section .addBannerContent h2 {
    font-size: 2rem;
    padding: 0;
  }
  .canvaPage .addcanva_banner_section .addBannerContent p {
    font-size: 22px;
  }
}
.canvaPage .canvaTestmo_section {
  margin: 6.25em 0 0 0;
  padding: 0;
  position: relative;
  min-height: 608px;
  background: url(../webp/canvatestmobg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
.canvaPage .canvaTestmo_section::before {
  position: absolute;
  content: "";
  width: 40vw;
  background: #f3f5f7;
  z-index: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 10vw;
}
@media (max-width: 1084px) {
  .canvaPage .canvaTestmo_section::before {
    height: auto;
    left: 30px;
    top: 30px;
    bottom: 30px;
    right: 30px;
    width: auto;
    border-radius: 12px;
    height: 100%;
  }
}
.canvaPage .canvaTestmo_section .testmoslider {
  position: absolute;
  width: 67%;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1084px) {
  .canvaPage .canvaTestmo_section .testmoslider {
    position: inherit;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .canvaPage .canvaTestmo_section .testmoslider {
    width: 100%;
    max-width: 380px;
  }
}
.canvaPage .canvaTestmo_section .canvaTestmo_slider .slick-list {
  padding-left: 0 !important;
}
.canvaPage .canvaTestmo_section .canvaTestmo {
  box-sizing: border-box;
}
@media (max-width: 1084px) {
  .canvaPage .canvaTestmo_section .canvaTestmo {
    flex-direction: column;
    margin: 0 auto !important;
  }
}
.canvaPage .canvaTestmo_section .canvaTestmo .titileBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-right: 0;
  position: relative;
  padding-left: 0;
  background: #f3f5f7;
}
.canvaPage .canvaTestmo_section .canvaTestmo .titileBox::before {
  position: absolute;
  content: "";
  background: #f3f5f7;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 30px;
  left: -30px;
}
.canvaPage .canvaTestmo_section .canvaTestmo .titileBox h2 {
  color: #1b1e23;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  margin: 0;
  padding: 0 0 24px 0;
}
.canvaPage .canvaTestmo_section .canvaTestmo .titileBox p {
  color: #3f4c5c;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
  padding: 0 12px 0 0;
}
@media (max-width: 1366px) {
  .canvaPage .canvaTestmo_section .canvaTestmo .titileBox h2 {
    font-size: 2rem;
    padding: 0 0 10px 0;
  }
  .canvaPage .canvaTestmo_section .canvaTestmo .titileBox p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1084px) {
  .canvaPage .canvaTestmo_section .canvaTestmo .titileBox {
    height: auto;
    background: none;
    margin: 30px 30px 0 30px;
    text-align: center;
    padding: 24px;
  }
  .canvaPage .canvaTestmo_section .canvaTestmo .titileBox::before {
    display: none;
  }
}
.canvaPage .canvaTestmo_section .canvaTestmo .canvaSlideinner {
  padding: 40px;
  background: #fff;
  border-radius: 16px;
  min-height: 392px;
  display: flex !important;
  flex-direction: column;
}
.canvaPage .canvaTestmo_section .canvaTestmo .canvaSlideinner p {
  color: #1b1e23;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 40px;
  flex: 1 1 auto;
  display: flex;
}
.canvaPage .canvaTestmo_section .canvaTestmo .canvaSlideinner .userDeatila {
  margin-top: auto;
  display: flex;
  gap: 12px;
}
.canvaPage .canvaTestmo_section .canvaTestmo .canvaSlideinner .userDeatila .userImg {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 48px;
  background: #069482;
}
.canvaPage .canvaTestmo_section .canvaTestmo .canvaSlideinner .userDeatila h3 {
  color: #1b1e23;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.canvaPage .canvaTestmo_section .canvaTestmo .canvaSlideinner .userDeatila p {
  color: #677c99;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin: 0 !important;
  padding: 0;
}
@media (max-width: 1366px) {
  .canvaPage .canvaTestmo_section .canvaTestmo .canvaSlideinner p {
    font-size: 16px;
    line-height: 26px;
  }
}

.page-template-template-canva .footermain {
  margin-top: 80px;
}

.cat2_bookcall_360 .bookacall360 {
  border-radius: 24px;
  background: var(--theme-Primary-green) url(../webp/kimp360-bookacall-bg.webp) no-repeat;
  background-size: cover;
}
.cat2_bookcall_360 .bookacall360 .cat_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 3rem;
}
.cat2_bookcall_360 .bookacall360 .cat_content .orange_btn {
  padding: 0 52px;
}
.cat2_bookcall_360 .bookacall360 .cat_content h3 {
  color: var(--color-white);
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  margin: 0;
  padding: 0 0 16px 0;
}
.cat2_bookcall_360 .bookacall360 .cat_content p {
  color: var(--light-teal);
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .cat2_bookcall_360 .bookacall360 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 40px 30px 0 30px;
  }
  .cat2_bookcall_360 .bookacall360 .cat_content {
    padding-right: 0 !important;
  }
  .cat2_bookcall_360 .bookacall360 > .row {
    flex-direction: column-reverse !important;
  }
  .cat2_bookcall_360 .mob-center {
    justify-content: center;
  }
}
.subscriptions_includes .clientsay_wapper {
  padding-top: 64px;
  margin-top: 0 !important;
  background: #fff url(../webp/subscriptions-includesbg.webp) no-repeat center bottom;
  background-size: 100%;
}
@media (max-width: 608px) {
  .subscriptions_includes .clientsay_wapper {
    background-size: 100% !important;
    padding: 16px 16px 180px 16px !important;
  }
}
.subscriptions_includes .clientsay_wapper .includes_wrap {
  padding: 26px;
  background: #fff;
  position: relative;
  z-index: 99;
  border-radius: 16px;
  margin-bottom: 30px;
}
.subscriptions_includes .clientsay_wapper .includes_wrap h2 {
  color: var(--color-black);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}
.subscriptions_includes .clientsay_wapper .includes_wrap p {
  line-height: 32px;
  font-size: 17px;
  color: #3f4c5c;
  font-weight: 500;
}
.subscriptions_includes .clientsay_wapper .includes_wrap .icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 8px;
  margin: 0 0 24px 0;
  background: var(--theme-Primary-color-200);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-Primary-color);
  font-size: 23px;
}
.subscriptions_includes .clientsay_wapper .includes_wrap .icon1 {
  margin: 0 0 24px 0;
}
.subscriptions_includes .section_titile {
  margin-bottom: 40px;
}
.subscriptions_includes .section_titile h2 {
  margin: 0;
  padding: 0;
}

.blog-sec-360 .orange_btn {
  margin-top: 48px;
  padding: 0 50px;
}
.blog-sec-360 .section_titile {
  margin-bottom: 40px;
}
.blog-sec-360 .cat360blog-box {
  border-radius: 16px;
  background: #fff;
  padding: 16px;
  margin-bottom: 24px;
}
.blog-sec-360 .cat360blog-box .blog-deatil {
  padding: 32px 8px 18px 8px;
}
.blog-sec-360 .cat360blog-box .blog-deatil .date {
  color: var(--color-grey-500);
  font-size: 16px;
  font-weight: 500;
}
.blog-sec-360 .cat360blog-box .blog-deatil .post_titile {
  padding: 20px 0 0px 0;
  min-height: 50px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--color-black);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.blog-sec-360 .cat360blog-box .blog-deatil .post_titile a {
  color: var(--color-black);
}
.blog-sec-360 .cat360blog-box .blog-deatil p {
  color: #3f4c5c;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
}
.blog-sec-360 .cat360blog-box .blog-deatil .blog-mor-btn {
  font-weight: 600;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-Primary-color);
  margin-top: 24px;
}
.blog-sec-360 .cat360blog-box .blog-deatil .blog-mor-btn .isax {
  transform: rotate(-45deg);
}
.blog-sec-360 .cat360blog-box .blogimg {
  height: 420px;
  border-radius: 12px;
}
.blog-sec-360 .cat360blog-box .blogimg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.trustpilot_section .user_exp_inner {
  padding: 0 !important;
  background-image: none !important;
}
.trustpilot_section .tetmo360 .user_detail {
  margin-top: 24px;
  display: block;
}
.trustpilot_section .tetmo360 .slick-dots {
  position: relative;
  bottom: 0 !important;
  left: 0 !important;
  text-align: left !important;
}

#k_wfh_wrapper .k_wfh_yellow_txt a:hover {
  color: #ffffff;
}

#menu-account-menu-new .menu-item.current_page_item {
  position: relative;
}
#menu-account-menu-new .menu-item.current_page_item::after {
  position: absolute;
  content: "";
  width: 3px;
  background: var(--theme-Primary-color);
  right: -32px;
  top: 0;
  bottom: 0;
}
#menu-account-menu-new .menu-item.current_page_item a {
  color: var(--theme-Primary-color);
  font-weight: 600;
}
#menu-account-menu-new .menu-item.current_page_item a::before {
  color: var(--theme-Primary-color);
}

/*END CANVA PAGE*/
@media (max-width: 1430px) {
  .main_header .custom-colum-kimp .ubermenu-submenu .ubermenu-target-description {
    min-height: 75px !important;
  }
  .tips_cover_pic {
    height: auto !important;
  }
}
@media (max-width: 1366px) {
  .inner-banner-360 {
    min-height: 440px !important;
  }
  .video_testmo_section .video_testmo_slider .inner_box p {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .renewal_order_page .table > tbody tr td {
    font-size: 16px !important;
  }
  .about_page_news_sec .newsletter_wrapper .news_letter_content p,
  .casestudy-section .casestudy_sm_box .view_more {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .user_experiance_sec .user_exp_inner .content h2 {
    font-size: 32px;
  }
  .user_experiance_sec .user_exp_inner .content p {
    font-size: 16px;
    line-height: 24px;
  }
  .lightorange_btn span {
    font-size: 16px !important;
  }
  .checkout-qa-page .woocommerce-contact-us-header h6 {
    line-height: 30px;
    font-size: 26px;
    padding: 0 0 10px 0;
  }
  .checkout-qa-page .woocommerce-contact-us-header p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding: 0 0 15px 0;
  }
  #ki_sg_flow_main.checkout_confirmation .rightside .content h3 {
    font-size: 2rem;
    line-height: 45px;
    margin: 0;
    padding: 0 0 15px 0;
  }
  #ki_sg_flow_main.checkout_confirmation .rightside .content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 15px 0;
  }
  #ki_sg_flow_main.checkout_confirmation .rightside .continue_btn {
    min-width: 180px;
  }
  .checkout_testi_customer_wrapper .checkout_testi_customer_info p {
    margin: 0 !important;
    padding: 0 !important;
  }
  .checkout_section .checkout_box .payment_method_stripe > label {
    font-size: 22px !important;
    line-height: 28px !important;
    padding: 0 0 20px 0 !important;
  }
  .checkout_section .total_to_pay h2 {
    font-size: 22px !important;
    line-height: 28px !important;
    padding: 0 0 20px 0 !important;
  }
  .checkout_section .left_checkout_box .checkout_testimonial h4 {
    font-size: 22px;
    line-height: 28px;
    padding: 0 0 15px 0;
  }
  .checkout_section .left_checkout_box .checkout_testimonial p.checkout_testi_body {
    font-size: 16px;
    line-height: 28px;
  }
  .checkout_section .left_checkout_box p {
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 30px 0;
  }
  .checkout_section .left_checkout_box .ssl_cert .ki_woo_ssl_lock {
    width: 60px;
    height: 60px;
  }
  .checkout_section .left_checkout_box .ssl_cert p {
    font-size: 18px;
    line-height: 28px;
  }
  .checkout_section .left_checkout_box h2 {
    font-size: 2rem;
  }
  .checkbox-tile h3 {
    padding: 0 0 11px 0;
    font-size: 24px;
  }
  .checkbox-tile .offer-price {
    font-size: 40px;
  }
  .checkbox-tile p {
    font-size: 16px;
    line-height: 26px;
  }
  .checkbox-tile .border_btn_choose {
    min-height: 60px;
    line-height: 60px;
    padding: 0;
  }
  .register-page .gform_previous_button {
    min-width: 140px;
  }
  .register-page .gform_button {
    min-height: 60px;
  }
  .register-page .weoffer_content article {
    margin: 20px 0 0px 0;
  }
  .register-page .weoffer_content article p {
    font-size: 16px;
    margin: 0;
    padding: 0;
  }
  .register-page .weoffer_content article h6 {
    margin-bottom: 9px;
  }
  .register-page .weoffer_content article h6 span {
    font-size: 18px;
  }
  .register-page .weoffer_content article h6 span.num {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px !important;
  }
  .register-page .weoffer_content a.howtowork_popup {
    font-size: 18px;
    background-position: 91% center;
  }
  .register-page .weoffer_content h2 {
    font-size: 2rem;
    line-height: 40px;
    padding: 0 0 15px 0;
  }
  .register-page .weoffer_content p {
    font-size: 18px;
    line-height: 24px;
  }
  .login_page .login_form_box .forgotpass {
    font-size: 16px;
  }
  .login_page .login_form_box .formbtn_footer {
    margin-top: 0;
  }
  .login_page .login_form_box .formbtn_footer .orange_btn {
    min-width: 150px;
    min-height: 60px;
  }
  .login_page .login_form_box h2 {
    font-size: 2rem;
    line-height: 32px;
  }
  .login_page .login_form_box p {
    font-size: 16px;
    margin: 0;
    padding: 0 0 20px 0;
  }
  .cares_section .cares_inner_box h3 {
    font-size: 18px;
    padding: 20px 0 15px 10px;
  }
  .cares_section .cares_inner_box p {
    font-size: 16px;
    line-height: 28px;
  }
  .about_countrys_sec .country_wrap {
    background-position: 30% 0 !important;
  }
  .about_countrys_sec .country_wrap .country_content h3 {
    font-size: 32px;
  }
  .about_countrys_sec .country_wrap .country_content p {
    font-size: 16px;
    line-height: 24px;
  }
  .about_ourstoty_section .stroy_content p {
    line-height: 28px;
    font-weight: 500;
    font-size: 16px;
  }
  .about_ourstoty_section .stroy_content h2 {
    font-size: 2rem;
    line-height: 35px;
  }
  .about_rateing h3 {
    font-size: 38px;
  }
  .about_total_section .total_count_innerbox {
    padding: 3.5rem 3rem 9rem 3rem;
  }
  .about_total_section .total_count_innerbox::after {
    max-width: 600px;
    width: 100%;
    height: 360px;
  }
  .about_total_section .total_count_innerbox .count_list .cout_box h3 {
    font-size: 38px;
    line-height: 47px;
  }
  .about_total_section .total_count_innerbox .count_list .cout_box p {
    font-size: 16px;
    margin: 0;
    padding: 0;
  }
  .about_total_section .total_count_innerbox h2 {
    font-size: 38px;
    line-height: 38px;
  }
  .about_total_section .total_count_innerbox p {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
  }
  .blog_detail_section h1 {
    font-size: 2rem;
    padding: 0;
    margin-bottom: 1vw;
    line-height: 35px;
  }
  .blog_detail_section p {
    font-size: 16px;
  }
  .blog_detail_section h4 {
    font-size: 24px;
    line-height: 30px;
    padding: 15px 0;
  }
  .blog_detail_section h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .blog_detail_section h6 {
    line-height: 28px;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .blog_detail_section ul li a {
    font-size: 16px;
  }
  .entrepr_video_section .video_testmo_content .user_detail h3 {
    font-size: 20px;
  }
  .entrepr_video_section .video_testmo_content h2 {
    font-size: 2rem;
    line-height: 45px;
  }
  .entrepr_video_section .video_testmo_content p {
    font-size: 18px;
    line-height: 28px;
  }
  .agencies_graphic_service .service_content h2 {
    font-size: 2rem;
    line-height: 36px;
  }
  .agencies_graphic_service .service_content p {
    font-size: 18px;
    line-height: 28px;
  }
  .trustpilot_slider_section .trustpilot_slider_innerbox .trustpilot_contant h2 {
    font-size: 2rem;
    line-height: 45px;
  }
  .trustpilot_slider_section .trustpilot_slider_innerbox .trustpilot_contant p {
    font-size: 18px;
    line-height: 28px;
  }
  .casestudy-section-full .casestudy_innerbox .thump_img {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .casestudy-section-full .casestudy_innerbox .casestudy_content h2 {
    font-size: 22px;
    line-height: 30px;
    padding: 20px 0 20px 0;
  }
  .casestudy-section-full .casestudy_innerbox .casestudy_content p {
    font-size: 16px;
    line-height: 26px;
  }
  .casestudy_inner_page_wrapper .cs_kimp_solving_sec .contant h2 {
    font-size: 2rem;
    line-height: 40px;
  }
  .casestudy_inner_page_wrapper .cs_kimp_solving_sec .contant p {
    font-size: 16px;
    line-height: 28px;
  }
  .casestudy_inner_page_wrapper .case-study-help .cs_help_content {
    padding: 50px 50px 80px 50px;
  }
  .casestudy_inner_page_wrapper .case-study-help .cs_help_content h2 {
    font-size: 2rem;
    padding: 0 0 30px 0;
    line-height: 40px;
  }
  .casestudy_inner_page_wrapper .case-study-help .cs_help_content h5 {
    font-size: 20px;
    line-height: 20px;
  }
  .casestudy_inner_page_wrapper .case-study-help .cs_help_content ul li {
    font-size: 16px;
    line-height: 28px;
  }
  .casestudy_inner_page_wrapper .case-study-what-type .contant h2 {
    font-size: 2rem;
    line-height: 40px;
  }
  .casestudy_inner_page_wrapper .case-study-what-type .contant p {
    font-size: 16px;
    line-height: 28px;
  }
  .casestudy-section .casestudy_sm_box h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .testimonials_page .inner_testmo_box p {
    font-size: 16px;
    line-height: 27px;
  }
  .testimonials_page .inner_testmo_box img {
    width: 100%;
  }
  .testimonials_page .inner_testmo_box .vedio_user_detail h3 {
    font-size: 16px;
  }
  #ki_testi_wrapper {
    padding: 5rem 0 !important;
  }
  .our_work_sec {
    padding: 5rem 0;
  }
  .footermain .footer_link ul li a {
    font-size: 16px !important;
  }
  .pricepage_f_section .price_withlist_wrap .ki_pricing_price_features li {
    font-size: 16px;
  }
  .pricepage_f_section .price_withlist_wrap .price_box {
    padding-top: 30px;
  }
  .pricepage_f_section .price_withlist_wrap .price_box h3 {
    font-size: 27px;
    padding: 0 0 15px 0;
  }
  .pricepage_f_section .price_withlist_wrap .price_box p {
    font-size: 16px;
  }
  .pricepage_f_section .price_withlist_wrap .price_box .offerpric {
    font-size: 28px;
  }
  .main_header .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target {
    padding-right: 30px !important;
  }
  .main_header .ubermenu-nav {
    padding: 24px 20px !important;
  }
  .main_header .ubermenu-nav .left_logo_box .ubermenu-target {
    padding: 0 !important;
  }
  .main_header .ubermenu-nav .ubermenu-target {
    padding: 12px 14px !important;
    font-size: 16px !important;
  }
  .careers-banner.comparison-banner .banner-img {
    max-width: 650px !important;
  }
  .careers-banner.testimonials-banner {
    min-height: 390px !important;
  }
  .careers-banner.testimonials-banner .testimonials-charter {
    max-width: 780px !important;
    bottom: 0 !important;
  }
  .careers-banner .banner-img {
    max-width: 650px !important;
    width: 100%;
  }
  .careers-banner .banner-img.career-charter {
    max-width: 580px;
  }
  .teamincludes_section .teamincludes_wrap .content-area .orange_btn {
    min-width: 175px;
  }
  .teamincludes_section .teamincludes_wrap .content-area .orange_btn span {
    min-height: 65px;
    font-weight: 700 !important;
  }
  .teamincludes_section .teamincludes_wrap .content-area h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .teamincludes_section .teamincludes_wrap .content-area p {
    font-size: 18px;
    line-height: 27px;
  }
  .trustpilot_section .trustpilot_innerwrap .trustpilotSays h4 {
    font-size: 18px;
  }
  .trustpilot_section .trustpilot_innerwrap .trustpilotSays p {
    font-size: 15px;
    line-height: 25px;
  }
  .trustpilot_section .trustpilot_innerwrap .trustpilotSays .client_name {
    font-size: 16px;
    padding: 18px 0 0 0;
  }
  .trustpilot_section .trustpilot_innerwrap .trustpilotSays img {
    width: 150px;
  }
  .inner-page-banner .left_side_content {
    margin-left: 4.5vw;
    max-width: 453px;
    width: 100%;
  }
  .inner-page-banner .left_side_content .btn_group_banner .orange_btn {
    min-width: 175px;
    min-height: 52px;
  }
  .inner-page-banner .left_side_content h2 {
    font-size: 38px;
    line-height: 47px;
  }
  .inner-page-banner .left_side_content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .clientsay_wapper {
    background-position: 0px bottom !important;
  }
  .banner-content .banner-content {
    width: 100%;
    max-width: 550px;
  }
  .banner-content .banner-content h1 {
    font-size: 60px;
    line-height: 68px;
  }
  .banner-content .banner-content h6 {
    font-size: 20px;
  }
  .inner-page-banner::after,
  .inner-page-banner::before {
    max-width: 450px;
    width: 100%;
    background-size: 100%;
    background-position: bottom;
    bottom: 0;
  }
  .main-banner .banner-content {
    max-width: 540px;
  }
  .main-banner .banner-content h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .main-banner .banner-content h6 {
    font-size: 18px;
    line-height: 26px;
  }
  .main-banner .banner-content .orange_btn {
    min-width: 167px;
    min-height: 50px;
  }
  .main-banner .banner-content .orange_btn span {
    font-size: 16px !important;
  }
  .main-banner .banner-content .playbtn_text {
    font-size: 18px;
  }
  .section_titile h2 {
    font-size: 2rem;
    padding: 0;
    margin-bottom: 1vw;
    line-height: 35px;
  }
  .section_titile p {
    font-size: 1.125em;
  }
  #accordion .header a {
    font-size: 16px;
  }
  #accordion .content {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
  }
  .slider-image img {
    padding: 50px 0 0 0 !important;
  }
  .sec-spacing {
    padding: 5rem 0 0 0;
  }
  .trustpilot_section .trustpilot_innerwrap {
    padding: 50px;
  }
  .price_inner_box h5 {
    font-size: 24px !important;
  }
  .package_smalldetail p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .career_more_perks .moreprel_list h2 {
    font-size: 2em;
    line-height: 35px;
  }
  .career_more_perks .moreprel_list p {
    font-size: 1.125em;
  }
  .perks_section .perks_wrapper .perk-small-box h3 {
    font-size: 18px;
  }
  .perks_section .perks_wrapper .perk-small-box p {
    font-size: 16px;
    line-height: 26px;
    min-height: auto !important;
    padding-top: 20px;
  }
  .perks_section .perks_wrapper .perk-small-box .perk-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .perks_section .perks_wrapper .perk-small-box .perk-icon img {
    width: 20px;
  }
  .affliate_howtowork_section .steps_wrapper .step_inner_box h2 {
    font-size: 22px;
    margin: 0;
  }
  .affliate_howtowork_section .steps_wrapper .step_inner_box p {
    font-size: 18px;
  }
  .affliate_sec_two .affliate_perk h3 {
    font-size: 18px;
    margin: 0;
    padding: 0 0 8px 0;
  }
  .affliate_sec_two .affliate_perk p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
  }
  .howtowork_section .howork_content h2 {
    font-size: 22px;
    padding-bottom: 24px;
    line-height: 13px;
  }
  .howtowork_section .howork_content p {
    font-size: 15px;
    line-height: 22px;
  }
  .clientsay_section .clientsay_wapper {
    background-position: 0px bottom;
  }
  .clientsay_section .orange_btn {
    max-width: 200px;
  }
  .clientsay_section .orange_btn span {
    font-size: 16px;
  }
  .clientsay_section .clientsyas p {
    font-size: 15px !important;
    line-height: 25px !important;
  }
  .theme-tab-big .selector {
    height: 72px;
  }
  .theme-tab-big .nav-link {
    font-size: 24px !important;
  }
  .whatwedo-section .list-of-whatwedo .note-whatwedo {
    font-size: 16px;
    line-height: 28px;
  }
  .whatwedo-section .list-of-whatwedo .note-whatwedo a {
    font-size: 16px;
  }
  .whatwedo-section .list-of-whatwedo ul li {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .whatwedo-section .list-of-whatwedo ul li:last-child {
    margin: 0 !important;
  }
  .news_letter_section .newsletter_wrapper .news_letter_content h2 {
    font-size: 30px;
    line-height: 38px;
    padding: 0 0 24px 0;
    margin: 0;
  }
  .faq-section .faq_wrapper .faq .faqitem .header h4 {
    font-size: 18px;
  }
  .support_section .support_wrapper h2 {
    font-size: 2rem;
  }
  .orange_btn span {
    font-size: 16px !important;
    font-weight: 600;
  }
  .blog-section .blog_slider_wrapper .home_blog_box .blog_short_discrip a.titile {
    font-size: 18px;
    line-height: 30px;
  }
  .casestudy_section .casestudy_wrapper .casestudy_content h2,
  .cat2_bookcall_section .cat2_wrraper .cat_content h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .casestudy_section .casestudy_wrapper .casestudy_content p {
    font-size: 15px;
    line-height: 22px;
  }
  .cta_section .cta_wrapper .cta_content h3 {
    padding: 0 7rem 24px 0px;
    font-size: 22px;
    line-height: 35px;
  }
  .cta_section .cta_wrapper .cta_content p,
  .cat2_bookcall_section .cat2_wrraper .cat_content p {
    font-size: 18px;
    line-height: 27px;
  }
  .cat2_bookcall_section .cat2_wrraper .cat_content p {
    padding-bottom: 0;
  }
  .price_feature .price_feature_inner::after {
    right: -2.8%;
    min-width: 824px;
  }
  .price_feature .price_feature_inner .price_feature_list {
    padding: 40px;
  }
  .price_feature .price_feature_inner .price_feature_list ul li {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .price_feature .price_feature_inner .price_feature_list .pf_header h2 {
    line-height: 31px;
    font-weight: 700;
    font-size: 24px;
  }
  .price_feature .price_feature_inner .price_feature_list .pf_header .price {
    font-size: 32px;
    line-height: 38px;
  }
  .price_feature .price_feature_inner .price_feature_list .pf_header .price span {
    font-size: 18px;
    line-height: 21px;
  }
  .inner-page-banner {
    min-height: 550px !important;
  }
  .inner-page-banner.tips-banner {
    min-height: 460px !important;
  }
  .inner-page-banner.testimonials-banner {
    min-height: 450px !important;
  }
  .inner-page-banner.inner-banner-360 {
    min-height: 450px !important;
  }
  .inner-page-banner.case-banner {
    min-height: 450px !important;
  }
  .inner-page-banner.price-banner {
    min-height: 360px !important;
  }
  .inner-page-banner.design-cat-banner {
    min-height: 370px !important;
  }
  .inner-page-banner.bookacall-banner {
    min-height: 480px !important;
  }
  .inner-page-banner.contact-banner {
    min-height: 450px !important;
  }
  .inner-page-banner.about-banner {
    min-height: 440px !important;
  }
  .inner-page-banner.barnd-a-banner {
    min-height: 470px !important;
  }
  .inner-page-banner.agencies-banner {
    min-height: 550px !important;
  }
  .brand_section .trustpilot_reviw {
    min-height: 120px;
    gap: 20px;
  }
  .brand_section .trustpilot_reviw .review_count h6,
  .brand_section .trustpilot_reviw .rate_count h6 {
    font-size: 26px;
    font-weight: 700;
  }
  .brand_section .trustpilot_reviw .tr_logop img {
    width: 90px !important;
  }
  .main_header .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target .ubermenu-sub-indicator {
    right: 10px !important;
    margin-top: -7px !important;
  }
}
.toggle {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  padding: 7px 10px;
  margin: 0px auto 0px 24px;
  display: none;
  background: #e8edf2;
  position: relative;
  z-index: 999;
}

.toggle.on {
  background: #ffeceb;
}

.toggle.on div {
  background: #fe2712;
}

.toggle div {
  width: 100%;
  height: 2px;
  background: #3f4c5c;
  margin: 6.5px 0;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 3px;
}

.toggle .two {
  width: 80%;
}

.toggle.on .one {
  transform: rotate(45deg) translate(5px, 5px);
}

.toggle.on .two {
  opacity: 0;
  width: 100%;
}

.toggle.on .three {
  transform: rotate(-45deg) translate(7px, -7px);
}

.logo_myacc_page {
  display: none;
}

.ubermenu-responsive .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target .ubermenu-target-title {
  font-weight: 800 !important;
  color: #fff;
  position: relative;
}

.ubermenu-responsive .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-targe {
  position: relative;
}

.ubermenu-responsive .ubermenu-item-level-0.left_logo_box > .ubermenu-target::before {
  display: none !important;
}

.ubermenu-responsive .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 24px;
  border-radius: 8px;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: 0 auto;
  background: #f1731d;
  display: block;
}

.ubermenu-responsive .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
  position: relative;
}

.ubermenu-responsive .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 15px;
  border-radius: 8px;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: 0 auto;
  background: #f1731d;
  display: block;
}

.ubermenu-responsive .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target .ubermenu-target-title {
  font-weight: 800;
  color: #fff;
}

.ubermenu ul .ubermenu-item-level-0.ubermenu-current_page_item.left_logo_box a {
  background: transparent !important;
}

.main_header .ubermenu-nav .ubermenu-target {
  font-family: "gilroy-regular" !important;
}

@media (max-width: 1199px) {
  .perks_section .perks_wrapper .perk-small-box {
    padding: 24px;
  }
  .perks_section .perks_wrapper .perk-small-box p {
    padding-right: 0 !important;
  }
  .inner-page-banner .left_side_content .btn_group_banner .lightorange_btn {
    min-height: 52px;
  }
  .main_header .ubermenu-nav .ubermenu-target {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .about_countrys_sec .country_wrap {
    background-position: 20% 0 !important;
  }
  .main-banner .banner-content {
    margin-left: 15px;
  }
  .main_header .header .navbar {
    padding: 0;
  }
  .footermain .footer_link ul li a {
    font-size: 16px !important;
    line-height: 34px !important;
  }
  .main_header .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target {
    padding-right: 20px !important;
  }
}
@media (max-width: 1084px) {
  .blog_detail_section {
    padding-top: 154px !important;
  }
  .blog_detail_section.blog_detail_section-gap {
    padding-top: 114px !important;
  }
  .ubermenu-responsive .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target::before,
  .ubermenu-responsive .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target::before {
    display: none !important;
  }
  .ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
    padding: 10px 24px !important;
  }
  .casestudy_menu_wrapper {
    width: 87%;
    margin: 0 auto;
  }
  .ubermenu-submenu .ubermenu-target-with-image .ubermenu-target-title {
    padding-left: 10px !important;
  }
  .perks_section .perks_wrapper .perk-small-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-self: stretch;
  }
  .trustpilot_section {
    padding: 2.5rem 0 0 0;
  }
  .faq-section .faq_wrapper .faq .faqitem .header h4 {
    font-size: 18px;
  }
  .price_feature .price_feature_inner::after {
    right: -35px !important;
    min-width: 800px;
  }
  .about_page_news_sec .newsletter_wrapper .news_letter_content {
    padding: 0 0 4.85em 0;
  }
  .about_page_news_sec .newsletter_wrapper .news_letter_content p {
    padding-right: 0;
  }
  .user_experiance_sec .user_exp_inner {
    padding: 3rem;
    background-position: center center;
  }
  .my_account_data_container {
    margin-top: 1rem;
    padding: 0 22px;
  }
  .menu_overlay_account {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .logo_myacc_page {
    display: block;
  }
  .toggle {
    display: block;
  }
  .myaccount_header {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
  }
  .woocommerce-MyAccount-content {
    margin: 0 !important;
  }
  #menu {
    display: none;
  }
  .about_total_section .total_count_innerbox {
    padding: 3.5rem 3rem 7rem 3rem;
  }
  .about_total_section .total_count_innerbox::after {
    max-width: 500px;
    width: 100%;
    height: 310px;
  }
  .agencies_graphic_service .service_content {
    padding: 0 2vw 0 0;
  }
  .agencies_graphic_service .service_imgs ul li {
    max-width: 46%;
  }
  .casestudy-section .casestudy_sm_box h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .our_work_sec {
    padding: 3rem 0 3rem 0 !important;
  }
  .main_header .ubermenu-nav li.custom-colum-kimp .service_menu_box a.ubermenu-target {
    background: transparent !important;
  }
  .newClass .mobilemenu {
    display: none !important;
  }
  .newClass .kimp-main_menu .ubermenu-responsive-toggle {
    color: #fff;
  }
  .newClass .brand-onscrol img {
    width: 80px;
  }
  .news_letter_section .newsletter_wrapper .flymonkey_img img {
    right: 0% !important;
    top: -40px;
  }
  .ubermenu-submenu {
    background: #04100e !important;
    box-shadow: none !important;
    margin-top: 5px !important;
    padding: 20px 0 0 0px !important;
  }
  .ubermenu-submenu li {
    width: 100% !important;
  }
  .ubermenu-submenu li ul.ubermenu-submenu {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .ubermenu-submenu .custom-colum-kimp {
    width: 100%;
    min-width: 100%;
  }
  .ubermenu-submenu .custom-colum-kimp .ubermenu-target .ubermenu-icon {
    width: 32px;
    height: 32px;
    background: #eef4fc;
    border-radius: 8px;
    text-align: center;
    line-height: 32px;
  }
  .ubermenu-submenu .custom-colum-kimp .ubermenu-target .ubermenu-target-description {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding-top: 4px;
    color: #fff;
  }
  .ubermenu-submenu .custom-colum-kimp .ubermenu-target .menu-item-description {
    display: none !important;
  }
  .ubermenu-submenu .custom-colum-kimp .service_menu_box {
    width: 50% !important;
    min-width: 50% !important;
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
  }
  .ubermenu-submenu .custom-colum-kimp .service_menu_box .ubermenu-target-with-image img.ubermenu-image {
    border-radius: 8px !important;
  }
  .ubermenu-submenu .custom-colum-kimp .service_menu_box .ubermenu-target {
    padding: 16px;
  }
  .ubermenu-responsive {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 10px;
  }
  .ubermenu-responsive .ubermenu-mobile-close-button {
    color: #fff !important;
    background: #00806c !important;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    z-index: 0;
  }
  .ubermenu-responsive .float-end {
    float: none !important;
  }
  .ubermenu-responsive .ubermenu-nav {
    text-align: left;
    padding: 0 15px 15px 15px !important;
  }
  .ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-target {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 21px !important;
    border-radius: 8px;
  }
  .ubermenu-responsive .ubermenu-nav .left_logo_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ubermenu-responsive .ubermenu-nav .sample_img_link {
    display: none !important;
  }
  .header .kimp-main_menu {
    min-height: 70px;
    background: transparent !important;
  }
  .header .kimp-main_menu .ubermenu-responsive-toggle {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(285.54deg, rgba(255, 255, 255, 0.2) -42.65%, rgba(255, 255, 255, 0) 38.13%), linear-gradient(101.6deg, rgba(255, 255, 255, 0.24) -30.1%, rgba(255, 255, 255, 0) 80.05%);
    -webkit-backdrop-filter: blur(1.5px);
            backdrop-filter: blur(1.5px);
    padding: 0 !important;
    min-height: 48px;
    margin-top: 10px;
    margin-right: 15px;
    position: relative;
    z-index: 999;
    color: #fff;
  }
  .header .kimp-main_menu .ubermenu-responsive-toggle::after {
    content: "";
    position: absolute;
    border: 1px solid transparent;
    -o-border-image: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
       border-image: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    border-radius: 8px !important;
    border-image-slice: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .header .kimp-main_menu .mobilemenu {
    display: block !important;
    position: absolute;
    left: 15px;
    top: 20px;
  }
  .inner-page-banner {
    min-height: 530px !important;
    padding-top: 40px;
    margin: 0;
  }
  .inner-page-banner.tips-banner {
    min-height: 460px !important;
  }
  .careers-banner .banner-img img {
    width: 88% !important;
  }
  .steps_wrapper {
    position: relative;
  }
  .steps_wrapper .tabheader_wrap {
    position: absolute;
    right: 50px;
  }
  .steps_wrapper .tabheader_wrap .prev,
  .steps_wrapper .tabheader_wrap .next {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    background: #edeff0;
    border-radius: 40px;
  }
  .steps_wrapper .tabheader_wrap .prev:hover,
  .steps_wrapper .tabheader_wrap .next:hover {
    background: var(--theme-Primary-color);
    color: #fff;
  }
  .steps_wrapper .tab-content {
    padding: 0 !important;
  }
  .steps_wrapper .tab-content h3 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #f1731e;
    border-radius: 40px;
    display: block !important;
    padding-right: 25px;
    line-height: #1b1e23;
    line-height: 31px;
  }
  .steps_wrapper .mobile_tab_btn {
    display: flex !important;
    gap: 10px;
  }
  .steps_wrapper ul.tabs {
    display: none !important;
  }
  .header .menu > .menu-item > a,
  .last-menu li.text-link a,
  .box-link a {
    font-size: 0.9rem !important;
  }
  .header .wrapper {
    gap: 0 !important;
    justify-content: space-between !important;
  }
  .header .wrapper .burger {
    margin-left: auto !important;
  }
  .navigation .last-menu.dnone-mob {
    display: none !important;
  }
}
.dropdown_worklink {
  background-image: url("../svg/arrow-down.svg") !important;
  background-size: 15px !important;
  background-position: 94% center !important;
  background-repeat: no-repeat !important;
  outline: none !important;
}
.dropdown_worklink:focus {
  box-shadow: none;
  border: 0;
  outline: none;
}

@media (max-width: 992px) {
  .cat2_bookcall_section .cat2_wrraper .cta2_monkey img {
    position: inherit;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .inner-page-banner .left_side_content .btn_group_banner {
    gap: 20px;
  }
  .inner-page-banner .left_side_content .btn_group_banner .lightorange_btn {
    min-width: 155px;
  }
  .inner-page-banner .left_side_content .btn_group_banner .orange_btn {
    min-width: 155px;
  }
  .my_account_data_container .add-new-card .add-new-card-btn {
    max-width: 260px;
    padding: 24px;
  }
  .my_account_data_container .add-new-card .add-new-card-btn .add-card-box {
    font-size: 16px;
  }
  .my_account_data_container .card_list_wrapper .card.payment-card,
  .my_account_data_container .kimp-saved-cards .card.payment-card {
    min-width: 349px;
  }
  .add_card_woo {
    padding: 24px;
  }
  .add_card_woo h4 {
    font-size: 20px;
  }
  .my_account_data_container .myaccount_inner_wrap {
    padding: 24px;
  }
  .my_account_data_container .myaccount_inner_wrap h4 {
    font-size: 20px;
  }
  .renewal_order_page .table > tbody tr td {
    font-size: 16px !important;
  }
  .subscriptions_page .price-box .month-price {
    font-size: 16px;
  }
  .subscriptions_page .subscriptions_details_row h4 {
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 10px 0;
  }
  .subscriptions_page .subscriptions_details_row li p.title {
    font-size: 16px;
  }
  .subscriptions_page .subscriptions_details_row li p.data {
    font-size: 16px;
  }
  .subscriptions_page .woocommerce_view_order_details_btn,
  .subscriptions_page .woocommerce_view_order_resume_btn,
  .subscriptions_page .woocommerce_view_order_pause_btn,
  .subscriptions_page .woocommerce_view_order_cancel_btn {
    font-size: 14px;
    padding: 0 15px;
    min-height: 40px;
    line-height: 40px;
  }
  .checkout_section .total_to_pay .total_cost span {
    font-size: 16px !important;
  }
  .checkout_section .checkout_testimonial {
    padding: 24px 18px;
  }
  .checkout_section .checkout_testimonial .checkout_testi_customer_info h5 {
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0 0 8px 0;
  }
  .checkout_section .checkout_testimonial .checkout_testi_customer_info p {
    font-size: 14px;
    margin-right: 20px !important;
    line-height: 23px;
  }
  .checkout_section .total_to_pay {
    padding: 24px;
  }
  .checkout_section .checkout_box {
    padding: 24px;
  }
  .checkout_section .left_checkout_box .ssl_cert p {
    font-size: 16px;
    line-height: 22px;
  }
  .checkout_section .left_checkout_box h2 {
    font-size: 26px;
    padding: 0 0 8px 0;
  }
  .login_page .login_form_box {
    max-width: 600px !important;
  }
  #ki_sg_flow_main .formbtn_footer .orange_btn .ki_woo_next_arrow {
    display: none;
  }
  #ki_sg_flow_main .leftside {
    display: none;
  }
  #ki_sg_flow_main .rightside {
    width: 100%;
    flex: 0 0 100%;
  }
  .about_countrys_sec {
    display: none;
  }
  .about_countrys_sec.about_countrys_sec-mobile {
    display: block;
  }
  .about_countrys_sec .country_wrap {
    background-position: 35% 0 !important;
  }
  .entrepr_video_section .video_testmo_content p {
    font-size: 16px;
    line-height: 24px;
  }
  .agencies_graphic_service .service_content ul {
    margin: 0;
  }
  .agencies_graphic_service .service_content ul li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
  }
  .agencies_graphic_service .service_content h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0;
    padding: 0 0 10px 0;
  }
  .agencies_graphic_service .service_content p {
    font-size: 16px;
    line-height: 24px;
  }
  .casestudy_section .casestudy_wrapper {
    max-width: 612px;
    width: 100%;
    margin: 0 auto;
  }
  .casestudy_section .casestudy_wrapper .case_slider {
    padding: 20px 20px;
  }
  .casestudy_section .casestudy_wrapper .casestudy_content {
    padding: 0;
  }
  .casestudy_section .casestudy_wrapper .casestudy_content .logos {
    margin-top: 24px;
  }
  .place-order #place_order {
    min-height: 60px !important;
  }
}
@media (max-width: 991px) {
  .kescribing_kimp {
    padding: 24px !important;
  }
  .kescribing_kimp h2 {
    font-size: 25px;
    margin: 0;
    padding: 0;
  }
  #aff_account .aff_content_wrapper #affwp-affiliate-dashboard {
    flex-direction: column;
  }
  #aff_account .aff_content_wrapper #affwp-affiliate-dashboard .affiliate-navigation {
    width: 100%;
    max-width: 100%;
  }
  #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
    display: none !important;
  }
  nav.affiliate-navigation select {
    display: block !important;
  }
  .user_experiance_sec .user_exp_inner .content {
    max-width: 400px !important;
    width: 100% !important;
  }
  .careers-banner .banner-img.affiliates-banner {
    bottom: 0 !important;
  }
  .user_experiance_sec .user_exp_inner .content .user_detail {
    margin-top: 24px;
  }
  .user_experiance_sec .user_exp_inner .content h2 {
    font-size: 26px;
    line-height: 26px;
    margin: 0;
    padding: 0 0 18px 0;
  }
  .subscriptions_page .woocommerce_view_order_details_btn,
  .subscriptions_page .woocommerce_view_order_resume_btn,
  .subscriptions_page .woocommerce_view_order_pause_btn,
  .subscriptions_page .woocommerce_view_order_cancel_btn {
    font-size: 14px;
    min-height: 32px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 8px;
  }
  .subscriptions_page .woocommerce_view_order_details_btn span,
  .subscriptions_page .woocommerce_view_order_resume_btn span,
  .subscriptions_page .woocommerce_view_order_pause_btn span,
  .subscriptions_page .woocommerce_view_order_cancel_btn span {
    display: none;
  }
  .subscriptions_page .woocommerce_view_order_details_btn i,
  .subscriptions_page .woocommerce_view_order_resume_btn i,
  .subscriptions_page .woocommerce_view_order_pause_btn i,
  .subscriptions_page .woocommerce_view_order_cancel_btn i {
    display: block !important;
  }
  .subscriptions_page .change_payment_method {
    width: auto;
  }
  .checkout-qa-page .gform_legacy_markup_wrapper ul li {
    margin-bottom: 20px;
  }
  .checkout-qa-page .kimp-questionnaire {
    margin: 3rem 0 0 0 !important;
    padding: 24px !important;
  }
  .checkout-qa-page .ginput_container_radio .gfield_radio {
    gap: 20px;
    flex-direction: column;
  }
  .checkout-qa-page .ginput_container_checkbox .gfield_checkbox {
    gap: 20px;
    flex-direction: column;
  }
  .checkout_section {
    padding: 5rem 0 0 0 !important;
  }
  #checkboxes .planbox {
    margin: 25px auto;
    max-width: 450px;
  }
  .checkbox-tile {
    padding: 30px;
  }
  .checkbox-tile .border_btn_choose {
    width: 100%;
  }
  .checkbox-tile p {
    text-align: left;
  }
  .checkbox-tile .offer_note.ondesktop {
    display: none !important;
  }
  .checkbox-tile .kimp_package_price {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
  }
  .checkbox-tile .kimp_package_price .kimp_price {
    flex-direction: column-reverse;
    text-align: left;
  }
  .checkbox-tile .kimp_package_price .kimp_price .offer-price {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
  }
  .checkbox-tile .kimp_package_price .kimp_price .old-price {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
  }
  .checkbox-tile .kimp_package_price h3 {
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .checkbox-tile .kimp_package_price .offer_note {
    margin: 8px 0 0 0;
    padding: 0;
  }
  .checkbox-tile .kimp_package_price .offer_note.ondesktop {
    display: none !important;
  }
  .checkbox-tile .kimp_package_price .offer_note.onmobile {
    display: block;
  }
  .register-page {
    padding: 3rem 0 0 0 !important;
  }
  .register-page .register-form {
    padding: 32px;
  }
  .register-page .register-form .gform_page_footer .gform_next_button {
    min-height: 60px;
  }
  .register-page .register-form h3 {
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 15px 0;
    margin: 0;
  }
  .register-page .register-form .theme-input input {
    min-height: 60px;
  }
  .register-page .weoffer_content a.howtowork_popup {
    font-size: 16px;
    padding: 18px;
  }
  .register-page .weoffer_content h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .register-page .weoffer_content p {
    padding: 0 0 20px 0;
    font-size: 16px;
    line-height: 24px;
  }
  .register-page .weoffer_content ul li {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .about_rateing {
    padding: 24px;
    margin-top: 25px;
  }
  .about_rateing p {
    font-size: 16px;
  }
  .about_rateing h3 {
    font-size: 2rem;
  }
  .about_ourstoty_section {
    margin-top: 20px;
  }
  .about_ourstoty_section .stroy_content h2 {
    font-size: 26px;
    padding: 0;
    margin-bottom: 1vw;
    line-height: 35px;
  }
  .about_total_section .total_count_innerbox {
    padding: 3.5rem 3rem 5rem 3rem;
  }
  .ki_faq-section .faq_maion_wrapper .ki_faq_desk_search {
    display: none !important;
  }
  .ki_faq-section .ki_faq_sidemenu {
    display: flex;
    align-items: center;
    padding: 24px;
    justify-content: space-between;
  }
  .ki_faq-section .ki_faq_sidemenu h4 {
    margin: 0;
    padding: 0;
  }
  .ki_faq-section .ki_faq_sidemenu .faq_cat_list {
    display: none;
  }
  .ki_faq-section .ki_faq_sidemenu select.cat-items {
    display: block !important;
  }
  .ki_faq-section .ki_faq_sidemenu .dropdown_worklink {
    border: 0;
    min-height: 64px;
    padding: 10px 10px 10px 15px;
    background: #e8edf2;
    border-radius: 8px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    max-width: 230px;
    width: 100%;
  }
  .entrepr_video_section .video_testmo_content h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0;
    padding: 0 0 10px 0;
  }
  .trustpilot_slider_section .trustpilot_slider_innerbox {
    padding: 32px !important;
  }
  .trustpilot_slider_section .trustpilot_slider_innerbox .trustpilot_contant h2 {
    font-size: 2rem;
    line-height: 45px;
  }
  .trustpilot_slider_section .trustpilot_slider_innerbox .trustpilot_contant p {
    font-size: 18px;
    line-height: 28px;
  }
  .testimonials_page .inner_testmo_box img {
    width: 100%;
  }
  #ki_testi_wrapper {
    padding: 2rem 0 !important;
  }
  .our_work_sec .work_item {
    min-height: auto !important;
  }
  .our_work_sec .work_filter_nav {
    margin-bottom: 25px;
  }
  .our_work_sec .work_filter_nav .mobiledropitem {
    display: block;
  }
  .our_work_sec .work_filter_nav .filter_list_menu {
    display: none;
  }
  .pricepage_f_section .price_withlist_wrap {
    max-width: 612px;
    margin: 25px auto 0 auto;
    height: auto !important;
  }
  .price_feature .price_feature_inner .price_feature_list {
    padding: 24px;
  }
  .orange_btn {
    min-height: 60px;
  }
  .orange_btn span {
    min-height: 60px;
  }
  .cat2_bookcall_section .cat2_wrraper {
    margin-top: 20px;
  }
  .cat2_bookcall_section .cat2_wrraper .cat_content {
    margin: 0;
    padding: 40px 30px;
  }
  .cta_section .cta_wrapper .cta_content {
    padding: 40px 30px;
    margin: 0;
  }
  .cta_section .cta_wrapper .cta_content .orange_btn.sft_btn {
    min-width: 165px;
    min-height: 60px;
  }
  .cta_section .cta_wrapper .cta_content .orange_btn.sft_btn span {
    min-height: 60px;
  }
  .teamincludes_section .teamincludes_wrap .content-area {
    padding: 60px 2vw 60px 30px;
  }
  .trustpilot_section .trustpilot_innerwrap {
    padding: 50px 30px;
  }
  .price_feature .price_feature_inner::after {
    display: none !important;
  }
  .careers-banner.barnd-a-banner {
    min-height: 440px !important;
  }
  .careers-banner.agencies-banner .left_side_content h2 {
    padding-right: 0;
  }
  .careers-banner.tips-banner {
    min-height: 400px !important;
  }
  .careers-banner.faq-banner {
    min-height: 350px !important;
  }
  .careers-banner.banner.comparison-banner .banner-img {
    max-width: 465px;
  }
  .careers-banner .banner-img {
    max-width: 465px;
    right: 0 !important;
    bottom: 40px;
  }
  .careers-banner .banner-img.career-charter {
    max-width: 465px;
    bottom: 0;
  }
  .careers-banner .banner-img.work-charter-img {
    bottom: 0;
  }
  .careers-banner .banner-img.case-ch-img {
    bottom: 0;
    max-width: 600px;
  }
  .careers-banner .banner-img.abouot-ch-img {
    bottom: 0;
    max-width: 560px;
  }
  .careers-banner .banner-img.ba-ch-img {
    max-width: 450px;
  }
  .careers-banner .banner-img.agencies-ch-img {
    max-width: 500px;
    bottom: 0 !important;
  }
  .careers-banner .banner-img img {
    width: 95%;
  }
  .inner-page-banner {
    min-height: 480px !important;
    padding-top: 0px;
  }
  .inner-page-banner.comparison-banner .left_side_content h2 {
    padding-right: 0;
  }
  .inner-page-banner .left_side_content {
    padding-top: 30px;
    margin-left: 2vw;
  }
  .inner-page-banner .left_side_content h2 {
    font-size: 26px;
    line-height: 33px;
    padding-right: 2rem;
  }
  .inner-page-banner .left_side_content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    max-width: 365px;
    width: 100%;
  }
  .sec-spacing {
    padding: 3rem 0 0 0;
  }
  .perks_section .perks_wrapper {
    margin-top: 20px;
  }
  .perks_section .perks_wrapper .perk-small-box {
    padding: 24px;
  }
  .main-banner {
    background: #f3f5f7;
  }
  .main-banner .banner-content {
    justify-content: center;
    padding-top: 0;
    margin-left: 0 !important;
  }
  .main-banner .banner-content h1 {
    font-size: 33px;
    line-height: 45px;
    padding-right: 2rem;
  }
  .main-banner .banner-content h1 br {
    content: "";
  }
  .main-banner img.main_img {
    height: -webkit-fill-available;
  }
  .brand_section .client_list {
    padding: 24px;
    margin-top: 20px;
  }
  .brand_section .client_list ul {
    margin: 0;
    padding: 0;
    gap: 25px 25px;
  }
  .brand_section .client_list ul li {
    flex: 0 0 16.33%;
    max-width: 16.33%;
  }
  .section_titile h2 {
    font-size: 25px;
    padding: 0;
    margin-bottom: 1vw;
  }
  .section_titile p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
  }
  .footermain .footer_link ul li a {
    font-size: 16px;
    line-height: 34px;
  }
  .footermain .footer_frist_box p {
    padding-right: 0;
  }
  .footer-two .company_quick_contact {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .footer-two .company_quick_contact ul {
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .footer-two .yspace_logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
  }
  .brand_section .trustpilot_reviw {
    flex-direction: column;
    padding: 24px;
  }
  .brand_section .trustpilot_reviw .tr_logo {
    min-height: 63px;
  }
  .pricing_section .price_box_rap {
    margin-top: 20px;
  }
  .pricing_section .price_box_rap .learn_btn {
    max-width: 180px;
  }
  .pricing_section .price_box_rap .price_inner_box .package_box {
    padding: 10px 0 0 0;
  }
  .pricing_section .price_box_rap .price_inner_box .package_box .package_smalldetail {
    padding: 20px 0 8px 0;
  }
  .pricing_section .price_box_rap .price_inner_box .package_box .package_smalldetail p {
    padding: 0 0 20px 0;
    min-height: 90px;
  }
  .pricing_section .price_box_rap .price_inner_box .package_box h5 {
    font-size: 20px !important;
    padding: 0;
  }
  .pricing_section .price_box_rap .price_inner_box .package_box .price {
    font-size: 18px;
  }
  .pricing_section .price_box_rap .price_inner_box .package_box .offer_price {
    font-size: 28px;
    line-height: 28px;
  }
  .howtowork_section .steps_wrapper {
    margin-top: 20px;
    padding: 24px;
  }
  .howtowork_section .steps_wrapper .tab-content h3 {
    margin-bottom: 40px;
  }
  .howtowork_section .steps_wrapper .tabheader_wrap {
    right: 24px;
  }
  .footermain {
    margin-top: 40px !important;
  }
  .clientsay_section .clientsay_wapper {
    margin-top: 20px;
    padding: 24px 24px 220px 24px;
  }
  .clientsay_section .clientsay_wapper::before {
    width: 100%;
    height: 100vh;
  }
  .graphic_serv_sec #slidorion1 {
    display: none;
  }
  .graphic_serv_sec .accordion {
    display: block;
  }
  .inner-page-banner .features_note {
    display: none !important;
  }
}
@media (max-width: 878px) {
  .careers-banner .banner-img img {
    width: 82% !important;
  }
}
@media (max-width: 767px) {
  .trustpilot_slider_innerbox > .row {
    flex-direction: column-reverse;
  }
  .page-template-template-front .main_header.active-discount {
    margin-top: 0 !important;
  }
  .aff_content_wrapper .affwp-form {
    padding: 24px !important;
  }
  .aff_content_wrapper {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  #affwp-register-form {
    width: 100%;
    float: inherit;
    order: 3;
  }
  #affwp-login-form {
    width: 100%;
    float: inherit;
    order: 2;
  }
  #show-less,
  #show-more {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
  #show-less a,
  #show-more a {
    color: #fff !important;
  }
  .active-onmobile {
    display: block !important;
  }
  .news_letter_content .btn_group .orange_btn, .news_letter_content .btn_group .lightorange_btn {
    max-width: 180px;
    min-height: 57px;
    height: 57px;
  }
  .news_letter_content .btn_group .orange_btn span, .news_letter_content .btn_group .lightorange_btn span {
    min-height: 57px;
  }
  br {
    display: contents;
  }
  .lightorange_btn {
    font-size: 16px;
  }
  .lightorange_btn span {
    font-size: 16px;
  }
  .about_page_news_sec {
    height: 90.9090909091vh !important;
  }
  .cares_section .cares_inner_box {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 25px auto;
  }
  .my_account_data_container .card_list_wrapper .card.payment-card,
  .my_account_data_container .kimp-saved-cards .card.payment-card {
    min-width: 100%;
  }
  .about_countrys_sec.about_countrys_sec-mobile .img_box {
    background-size: cover !important;
    min-height: 300px;
  }
  .about_countrys_sec.about_countrys_sec-mobile .country_wrap .country_content p {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .subscriptions_page .price-box {
    flex-direction: column;
  }
  .subscriptions_page .price-box .wcs-switch-link {
    padding: 15px;
  }
  .myaccount_header .go_btn {
    padding: 13px 15px;
    font-size: 16px;
  }
  .my_account_data_container {
    margin-top: 0;
    padding: 0 20px;
  }
  .my_account_data_container .kimp-dashboard {
    display: none;
  }
  .my_account_data_container .user_acount_detail {
    padding: 24px;
    background: #fff;
    border-radius: 12px;
  }
  .my_account_data_container .user_acount_detail h4 {
    font-size: 20px;
  }
  .my_account_data_container .user_acount_detail p {
    font-size: 15px;
  }
  .my_account_data_container .user_acount_detail p strong {
    font-size: 18px;
  }
  .checkout-qa-page .woocommerce-contact-us-header h6 {
    font-size: 22px;
  }
  .checkout-qa-page .woocommerce-contact-us-header p {
    font-size: 16px;
    line-height: 24px;
  }
  .checkout_section .row {
    flex-direction: column-reverse;
  }
  .checkout_section .left_checkout_box {
    padding: 0;
    margin-top: 24px;
  }
  .register-page .register-form {
    padding: 24px;
  }
  .weoffer_content.ondesktop {
    display: none !important;
  }
  .weoffer_content.onmobile {
    display: block !important;
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    position: relative;
    margin-bottom: 24px;
  }
  .weoffer_content.onmobile .collapse_btn {
    position: relative;
  }
  .weoffer_content.onmobile .collapse_btn::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background: #f1f6fc url(../svg/arrow_icon.svg) no-repeat center center;
    border-radius: 6px;
    right: 0;
    top: 0;
    transform: rotate(-90deg);
  }
  .weoffer_content.onmobile .collapse_btn.collapsed {
    position: relative;
  }
  .weoffer_content.onmobile .collapse_btn.collapsed::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background: #f1f6fc url(../svg/arrow_icon.svg) no-repeat center center;
    border-radius: 6px;
    right: 0;
    top: 0;
    transform: rotate(90deg);
  }
  .weoffer_content.onmobile ul {
    margin-top: 24px;
  }
  .weoffer_content.onmobile a.howtowork_popup {
    background-color: #f3f5f7;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
  }
  .weoffer_content.onmobile .collapse_btn h2 {
    font-size: 20px;
    line-height: 24px;
    padding: 0 32px 9px 0;
  }
  .weoffer_content.onmobile .collapse_btn p {
    color: #677c99;
    margin: 0;
    padding: 0 32px 0 0;
  }
  .about_countrys_sec.about_countrys_sec-mobile .country_wrap .country_content {
    text-align: center;
    padding: 1.5rem;
  }
  .about_ourstoty_section .kimp_medi_img {
    display: none;
  }
  .about_total_section .total_count_innerbox {
    padding: 2.5rem 2.5rem 12rem 2.5rem;
    background: url(../webp/about-count-bg-mob.webp);
    background-size: cover;
    background-position: 80% 15%;
  }
  .about_total_section .total_count_innerbox::after {
    max-width: 450px;
    width: 100%;
    height: 300px;
  }
  .about_total_section .total_count_innerbox h2 {
    text-align: left;
    font-weight: 700;
    font-size: 2rem;
    line-height: 31px;
    margin: 0;
    padding: 0 0 16px 0;
  }
  .about_total_section .total_count_innerbox p {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
  }
  .about_total_section .total_count_innerbox .count_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 1em;
  }
  .about_total_section .total_count_innerbox .count_list .cout_box {
    align-items: flex-start;
  }
  .about_total_section .total_count_innerbox .count_list .cout_box h3 {
    margin: 0;
    padding: 0;
    font-size: 40px;
  }
  .about_total_section .total_count_innerbox .count_list .cout_box h3 span {
    top: -25px;
    font-size: 36px;
    line-height: 72px;
    right: -24px;
  }
  .about_total_section .total_count_innerbox .count_list .cout_box p {
    margin-bottom: 24px;
  }
  .related_post .related_post_titile {
    margin-bottom: 25px !important;
  }
  .bloglist_section .ki_post_article_box .ki_blog_post_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
  .entrepr_video_section .mob-row-design {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
  }
  .entrepr_video_section .mob-row-design .mt-4 {
    margin-top: 0 !important;
  }
  .entrepr_video_section .mob-row-design.mob-colum-rev {
    margin-top: 30px !important;
  }
  .entrepr_video_section .mob-row-design.mob-colum-rev .row {
    margin-top: 0 !important;
    flex-direction: column-reverse;
  }
  .entrepr_video_section .mob-row-design .video_testmo_img {
    padding: 0;
  }
  .entrepr_video_section .mob-row-design .video_testmo_content {
    padding: 1.5rem 0 0 0;
  }
  .agencies_graphic_service .service_content {
    margin-top: 10px;
  }
  .agencies_graphic_service .service_imgs ul {
    gap: 8px;
  }
  .agencies_graphic_service .service_imgs ul li {
    max-width: 49% !important;
  }
  .agencies_graphic_service.mob-colm-rev .row {
    flex-direction: column-reverse;
  }
  .trustpilot_slider_section .trustpilot_slider_innerbox {
    padding: 24px 24px 36vw 24px !important;
    overflow: hidden;
  }
  .trustpilot_slider_section .trustpilot_slider_innerbox::after {
    background: #7093c3;
    opacity: 0.14;
    filter: blur(400.5px);
    background-image: none !important;
  }
  .trustpilot_slider_section .trustpilot_slider_innerbox .trustpilot_contant {
    padding: 30px 0 0 0;
  }
  .trustpilot_slider_section .trustpilot_slider_innerbox .trustpilot_contant h2 {
    font-size: 26px;
    line-height: 35px;
  }
  .trustpilot_slider_section .trustpilot_slider_innerbox .trustpilotimonial_box {
    padding: 0;
    justify-content: flex-start;
    background: #fff;
    margin: 0 0 20px 0;
    min-height: auto;
    padding: 16px;
  }
  .casestudy-section-full .casestudy_innerbox {
    padding: 24px;
  }
  .casestudy-section-full .casestudy_innerbox .casestudy_content {
    padding: 1.5rem 0 10px 0;
  }
  .casestudy-section-full .casestudy_innerbox::before {
    display: none;
  }
  .casestudy_inner_page_wrapper .case-study-help .cs_help_content {
    padding: 32px;
  }
  .casestudy_inner_page_wrapper .case-study-help .cs_help_content h2 {
    font-size: 22px;
    padding: 0 0 10px 0;
  }
  .casestudy_inner_page_wrapper .case-study-help .cs_help_content h5 {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 10px;
  }
  .casestudy_inner_page_wrapper .cs_kimp_solving_sec .img-box {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  .casestudy_inner_page_wrapper .cs_kimp_solving_sec .contant {
    padding-left: 0;
  }
  .casestudy_inner_page_wrapper .cs_kimp_solving_sec .contant h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .casestudy_inner_page_wrapper .case-study-what-type .img-box {
    max-width: 250px;
    margin: 0 auto;
  }
  .casestudy_inner_page_wrapper .case-study-what-type .contant {
    padding: 20px 0 0 0;
  }
  .casestudy_inner_page_wrapper .case-study-what-type .row {
    flex-direction: column-reverse;
  }
  .service_video_sec .our_video_serv_list {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .service_video_sec .our_video_serv_list .motion_video_box h3 {
    margin: 0;
    padding: 24px 12px 17px 12px;
  }
  .service_video_sec .our_video_serv_list .motion_video_box p {
    color: #3f4c5c;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    padding-left: 12px;
    padding-right: 12px;
    min-height: auto;
  }
  .whatwedontdo-wrapper .dontdo_list {
    gap: 20px;
    margin: 0;
    padding: 0;
    width: 100%;
    flex-direction: column !important;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 20px;
  }
  .whatwedontdo-wrapper .dontdo_list li {
    margin-bottom: 0 !important;
  }
  .whatwedo-section .list-of-whatwedo {
    padding: 25px 0 0 0 !important;
  }
  .teamincludes_section .teamincludes_wrap {
    height: 61.5384615385vh;
    overflow: hidden;
  }
  .teamincludes_section .teamincludes_wrap .content-area {
    padding: 30px 2vw 30px 30px;
  }
  .teamincludes_section .teamincludes_wrap .ed-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .inner-page-banner {
    min-height: 450px !important;
    padding-top: 0px;
  }
  .inner-page-banner.barnd-a-banner {
    min-height: 380px !important;
  }
  .inner-page-banner.tips-banner {
    min-height: 370px !important;
  }
  .inner-page-banner .banner-img {
    max-width: 370px;
    bottom: 25% !important;
  }
  .inner-page-banner .banner-img.career-charter {
    max-width: 450px;
    bottom: 0 !important;
  }
  .inner-page-banner .banner-img.work-charter-img {
    bottom: 0 !important;
    max-width: 500px !important;
  }
  .inner-page-banner .banner-img.case-ch-img {
    bottom: 0 !important;
  }
  .inner-page-banner .banner-img.abouot-ch-img {
    bottom: 0 !important;
    max-width: 520px;
  }
  .inner-page-banner .banner-img.ba-ch-img {
    max-width: 412px;
  }
  .inner-page-banner .banner-img.agencies-ch-img {
    max-width: 400px;
    bottom: 0 !important;
  }
  .newsletter_wrapper .flymonkey_img {
    display: none !important;
  }
  .faq-section .faq_wrapper .faq {
    width: 100%;
  }
  .sec-spacing {
    padding: 3rem 0 0 0;
  }
  .news_letter_section {
    background: url(../webp/news-letter-bg-mobile.webp);
    background-size: cover;
    height: 100% !important;
    padding: 25px 0;
    margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box;
    border-radius: 12px;
    margin-top: 3em;
    position: relative;
  }
  .news_letter_section::after {
    position: absolute;
    content: "";
    max-width: 768px;
    width: 100%;
    height: calc(100vh - 170px);
    background-size: 60% !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    bottom: 0;
    background: url(../webp/news-letter-bg-mobile-character.webp);
    display: none !important;
  }
  .news_letter_section .newsletter_wrapper .news_letter_content {
    padding: 0;
  }
  .news_letter_section .newsletter_wrapper .news_letter_content .form_box .send_btn {
    min-height: 52px;
    border-radius: 8px;
    padding: 0 10px;
  }
  .news_letter_section .newsletter_wrapper .news_letter_content .form_box .input_box {
    min-height: 62px;
    padding-left: 15px;
    padding-right: 145px;
    margin: 0 !important;
  }
  .news_letter_section .newsletter_wrapper .news_letter_content h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .footermain {
    margin-top: 40px !important;
  }
  .copayright p {
    flex-direction: column-reverse;
  }
  .copayright p a {
    font-size: 14px;
    color: #3f4c5c;
    font-weight: 500;
  }
  .copayright p a:last-child::after {
    display: block;
    top: 3px;
  }
  .copayright p a::after {
    display: none;
  }
  .copayright p span.ml-10 {
    padding: 0 0 20px 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #dfe4ea;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .footer_frist_box {
    margin-bottom: 25px !important;
  }
  .footer_link {
    margin-bottom: 25px !important;
  }
  .lastfoot_linkbox {
    margin-bottom: 0px !important;
  }
  .footer-two .yspace_logo {
    margin: 25px auto;
  }
  .footer-two .company_quick_contact ul {
    flex-direction: column-reverse;
    width: 100%;
    align-items: center;
  }
  .footer-two .address-footer,
  .footer-two .email-footer,
  .footer-two .phone-footer {
    padding-top: 35px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    padding-left: 0 !important;
  }
  .footer-two .address-footer::after,
  .footer-two .email-footer::after,
  .footer-two .phone-footer::after {
    right: 0;
    margin: 0 auto;
  }
  .footer-two .phone-footer {
    padding: 35px 10px 0 10px !important;
  }
  .footer-two .email-footer {
    position: relative;
    padding: 35px 10px 0 10px !important;
  }
  .footer-two .email-footer::before {
    width: 1px;
    height: 32px;
    background: #677c99;
    position: absolute;
    content: "";
    right: -10px;
    top: 10px;
  }
  .orange_btn {
    min-height: 52px !important;
  }
  .orange_btn span {
    font-size: 16px !important;
    min-height: 57px !important;
    font-weight: 700;
  }
  .cat2_bookcall_section .cat2_wrraper .cat_content {
    padding: 1.875rem;
    text-align: center;
  }
  .cat2_bookcall_section .cat2_wrraper .cat_content .orange_btn {
    margin: 0 auto;
  }
  .cat2_bookcall_section .cat2_wrraper .cat_content h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .cat2_bookcall_section .cat2_wrraper .cat_content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .cat2_bookcall_section {
    margin-top: 2rem;
  }
  .cat2_bookcall_section .cat2_wrraper .cta2_monkey img {
    position: inherit;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .casestudy_section .section_titile p br {
    content: "";
  }
  .casestudy_section .casestudy_wrapper .casestudy_content {
    padding: 0;
  }
  .casestudy_section .casestudy_wrapper .casestudy_content .border_btn {
    width: 100%;
  }
  .casestudy_section .casestudy_wrapper .casestudy_content .client_detail {
    flex-direction: column;
    align-items: flex-start;
  }
  .casestudy_section .casestudy_wrapper .casestudy_content .client_detail h3 {
    line-height: 15px;
    margin: 0;
  }
  .casestudy_section .casestudy_wrapper .casestudy_content .client_detail h6 {
    margin-bottom: 20px;
  }
  .casestudy_section .casestudy_wrapper .casestudy_content h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
  }
  .casestudy_section .casestudy_wrapper .casestudy_content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
  }
  .casestudy_section .casestudy_wrapper .casestudy_content .logos {
    margin: 24px 0;
  }
  .blog-section .blog_slider_wrapper {
    padding: 0;
  }
  .video_testmo_section {
    margin-top: 3rem !important;
    padding: 3rem 0 !important;
  }
  .video_testmo_section .youtube_channel_content {
    max-width: 100%;
  }
  .video_testmo_section .youtube_channel_content img {
    width: 100%;
  }
  .video_testmo_section .youtube_channel_content .playbtn {
    bottom: 20px;
    left: 33px !important;
  }
  .video_testmo_section .youtube_channel_content .playbtn img {
    width: 26px !important;
    height: 26px !important;
    margin: 7px !important;
  }
  .video_testmo_section .video_testmo_slider_wrapper .slick-dots {
    display: none !important;
  }
  .video_testmo_section .video_testmo_slider {
    margin-top: 24px;
    padding: 30px 24px;
  }
  .cta_section .cta_wrapper {
    background-position: left center;
    background-size: inherit;
  }
  .cta_section .cta_wrapper .cta_content {
    margin: 0;
    padding: 32px;
    text-align: center;
    min-height: 350px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: none;
  }
  .cta_section .cta_wrapper .cta_content h3 {
    margin: 0;
    padding: 0 0 18px 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
  }
  .pricing_section .price_box_rap .learn_btn {
    max-width: 96% !important;
  }
  .pricing_section .price_box_rap .price_inner_box {
    max-width: 380px;
    width: 100%;
    margin: 0 auto 25px auto;
  }
  .pricing_section .price_box_rap .price_inner_box .package_box {
    padding: 0 10px;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
  }
  .pricing_section .price_box_rap .price_inner_box .package_box h6.short_text {
    display: none;
  }
  .pricing_section .price_box_rap .price_inner_box .package_box .mobile_price_head h5 {
    font-weight: 700;
    font-size: 24px !important;
    line-height: 29px;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: left;
    justify-content: flex-start;
  }
  .pricing_section .price_box_rap .price_inner_box .package_box .mobile_price_head h6.short_text.onmobile {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #1b1e23;
    text-align: left;
  }
  .pricing_section .price_box_rap .price_inner_box .package_box .mobile_price_price {
    display: flex;
    flex-direction: column-reverse;
  }
  .pricing_section .price_box_rap .price_inner_box .package_box .mobile_price_price .offer_price {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: left;
  }
  .pricing_section .price_box_rap .price_inner_box .package_box .mobile_price_price .price {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .pricing_section .price_box_rap .price_inner_box .package_smalldetail {
    padding: 24px 0 10px 0;
  }
  .pricing_section .price_box_rap .price_inner_box .package_smalldetail p {
    color: #3f4c5c;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 24px 0;
    min-height: auto !important;
    text-align: left !important;
  }
  .playbtn {
    width: 40px !important;
    height: 40px !important;
    border-radius: 40px;
    min-height: 40px;
    margin-top: 5px;
  }
  .playbtn img {
    width: 26px;
    height: 26px;
    margin: 7px;
  }
  .main-banner .banner-content {
    margin-left: 0 !important;
    margin-top: 10px;
  }
  .main-banner .banner-content#bannertext {
    margin-left: 0 !important;
  }
  .main-banner .banner-content .playbtn_text {
    font-weight: 700;
    font-size: 16px;
  }
  .main-banner .banner-content .orange_btn {
    min-height: 50px !important;
  }
  .main-banner .banner-content .orange_btn span {
    min-height: 50px !important;
    font-weight: 700;
    font-size: 16px;
  }
  .main-banner .banner-content .playbtn {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    min-height: 40px;
    margin-top: 5px;
  }
  .main-banner .banner-content .playbtn img {
    width: 26px;
    height: 26px;
    margin: 7px;
  }
  .main-banner .banner-content .features_note {
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .main-banner .banner-content .features_note li {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }
  .main-banner .banner-content .features_note li::after {
    bottom: 0;
  }
  .main-banner .banner-content .btn-grup {
    justify-content: flex-start;
    margin: 20px 0 20px 0;
  }
  .main-banner .banner-content h1 {
    font-size: 24px;
    line-height: 36px;
    padding-right: 10rem;
  }
  .main-banner .banner-content h6 {
    font-size: 16px;
    line-height: 26px;
    max-width: 440px;
    width: 100%;
  }
  .cta_section .cta_wrapper .cta_content {
    padding: 24px;
  }
  .inner-page-banner .left_side_content {
    margin-left: 0;
    max-width: 350px;
    width: 100%;
  }
  .price_feature .price_feature_inner {
    padding: 24px;
  }
  .cat2_bookcall_section .cat2_wrraper .cta2_monkey {
    position: relative;
  }
  .my_account_data_container .table-responsive table {
    width: 800px;
  }
  .inner-page-banner.bookacall-banner {
    min-height: 50vw !important;
    height: 10vw !important;
  }
  .faq-section .faq_wrapper .faq .faqitem .header h4 {
    font-size: 17px;
  }
  .faq-section .faq_wrapper .faq .faqitem .content p {
    font-size: 15px;
    line-height: 25px;
  }
  .faq-section .faq_wrapper .faq .faqitem .content ul li {
    font-size: 15px;
  }
}
@media (max-width: 675px) {
  .page-template-template-book_a_call .perks_section .section_titile h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 608px) {
  .user_experiance_sec .slick-dots {
    display: none !important;
  }
  .screenshoot-360 {
    margin: 40px auto;
    width: 100% !important;
  }
  .blog_sticky_bar {
    padding-right: 40px;
    min-height: 67px;
  }
  .header_sticky_blog {
    margin-top: 67px !important;
  }
  .blog_detail_section.blog_detail_section-gap {
    padding-top: 99px !important;
  }
  .agencies_graphic_service .service_content .orange_btn {
    min-width: 100% !important;
  }
  .brand_section .trustpilot_reviw .tr_logo {
    display: flex;
    align-items: center;
  }
  .teamincludes_section .teamincludes_wrap .content-area p {
    font-size: 16px !important;
  }
  .careers-banner .banner-img img {
    width: 95% !important;
  }
  .careers-banner .graphic-ch-img {
    margin-right: 0 !important;
    max-width: 480px !important;
    justify-content: flex-end !important;
    bottom: 0 !important;
  }
  .careers-banner .graphic-ch-img.mob-center-img {
    justify-content: center !important;
    margin: auto !important;
    max-width: 510px !important;
  }
  .careers-banner .graphic-ch-img.mob-center-img.agencies-ch-img {
    max-width: 380px !important;
  }
  .login_page .login_form_box {
    max-width: 100%;
    padding: 24px;
  }
  .login_page .login_form_box h2 {
    font-size: 26px;
  }
  .cat2_bookcall_section .cat2_wrraper .cat_content {
    height: 100%;
  }
  .trustpilot_section .trustpilot_innerwrap {
    background: #00806c !important;
    padding: 30px;
  }
  .trustpilot_section .trustpilot_innerwrap .trustpilotSays h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
  .trustpilot_section .trustpilot_innerwrap .trustpilotSays p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #f0fffd;
  }
  .careers-banner {
    min-height: 630px !important;
    padding-top: 100px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .careers-banner.about-banner {
    min-height: 573px !important;
  }
  .careers-banner.barnd-a-banner {
    min-height: 550px !important;
  }
  .careers-banner .banner-img {
    margin: auto;
    width: 100%;
    justify-content: center;
    max-width: 390px;
    left: 0;
    right: 0 !important;
    bottom: 0 !important;
  }
  .careers-banner .banner-img.career-charter {
    max-width: 320px !important;
    bottom: 0 !important;
  }
  .careers-banner .left_side_content {
    margin: 0 0 0 5px;
    padding: 0;
    text-align: left;
    max-width: 100%;
  }
  .careers-banner .left_side_content h2 {
    padding-right: 0;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
  }
  .careers-banner .left_side_content p {
    margin: 0;
    padding: 0 0 24px 0;
  }
  .careers-banner .left_side_content .btn_group_banner {
    margin: 0;
  }
  .main-banner-paralex {
    background: url(../webp/kimp-main-banner-mobile.webp);
    background-size: cover;
    background-position: center;
  }
  .main-banner-paralex.main-banner {
    min-height: 630px;
  }
  .main-banner-paralex .main_img {
    display: none;
  }
  .main-banner-paralex .banner-content {
    margin: 0 auto !important;
    transform: translate(0, 0);
    right: 0;
    left: 0;
    height: calc(100vh - 141px);
    padding-top: 100px;
    justify-content: flex-start;
  }
  .main-banner-paralex .banner-content .playbtn_text {
    font-weight: 700;
    font-size: 16px;
  }
  .main-banner-paralex .banner-content .orange_btn {
    min-height: 50px !important;
  }
  .main-banner-paralex .banner-content .orange_btn span {
    min-height: 50px !important;
    font-weight: 700;
    font-size: 16px;
  }
  .main-banner-paralex .banner-content .playbtn {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    min-height: 40px;
    margin-top: 5px;
  }
  .main-banner-paralex .banner-content .playbtn img {
    width: 26px;
    height: 26px;
    margin: 7px;
  }
  .main-banner-paralex .banner-content .features_note {
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .main-banner-paralex .banner-content .features_note li {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }
  .main-banner-paralex .banner-content .features_note li::after {
    bottom: 0;
  }
  .main-banner-paralex .banner-content .btn-grup {
    justify-content: center;
    margin: 30px 0 30px 0;
  }
  .main-banner-paralex .banner-content h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    padding: 0 15px 15px 15px;
    margin: 0;
  }
  .main-banner-paralex .banner-content h1 br {
    content: "";
  }
  .main-banner-paralex .banner-content h6 {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
    padding: 0 15px 0 15px !important;
  }
  .brand_section .client_list {
    padding: 24px;
  }
  .brand_section .client_list ul {
    margin: 0;
    padding: 0;
  }
  .brand_section .client_list ul li {
    flex: 0 0 25.33%;
    max-width: 25.33%;
  }
  .brand_section .trustpilot_reviw {
    padding: 24px;
    min-height: 104px;
    margin-bottom: 24px !important;
  }
  .perks_section .perks_wrapper .perk-small-box p {
    font-size: 16px;
    line-height: 26px;
    min-height: 95px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .howtowork_section .steps_wrapper {
    padding: 28px 16px;
  }
  .clientsay_section .clientsay_wapper {
    background-size: 230%;
    padding: 16px 16px 280px 16px;
  }
  .clientsay_section .clientsay_wapper::before {
    width: 100%;
    height: 142vh;
    opacity: 0.1;
    top: 10%;
  }
  .clientsay_section .clientsay_wapper .clientsyas p {
    font-size: 16px;
    font-weight: 500;
  }
  .clientsay_section .clientsay_wapper .testmo_innerbox {
    padding: 16px;
  }
  .clientsay_section .clientsay_wapper .buttonbox::after {
    display: none;
  }
  .whatwedo-section .list-of-whatwedo ul {
    max-width: 100%;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 90%;
    box-sizing: border-box;
  }
  .whatwedo-section .list-of-whatwedo ul li {
    margin-bottom: 20px;
  }
  .whatwedo-section ul.dontdo_list {
    flex-direction: column !important;
    margin-left: 20px !important;
  }
  .whatwedo-section ul.dontdo_list li {
    margin-left: 20px;
    margin-bottom: 0;
  }
  .section_titile p br {
    content: "";
  }
  .section_titile h2 br {
    content: "";
  }
  .news_letter_section {
    height: 71.4285714286vh;
  }
  .news_letter_section::after {
    height: 462px;
  }
  .support_section .support_wrapper h2 {
    font-size: 1.625rem;
  }
  .support_section .support_wrapper p br {
    content: "";
  }
  .teamincludes_section .teamincludes_wrap {
    background-position: left center;
    background-size: cover;
  }
  .teamincludes_section .teamincludes_wrap .content-area {
    padding: 24px;
    text-align: center;
  }
  .teamincludes_section .teamincludes_wrap .content-area h2 br {
    content: "";
  }
  .contactpage-section .address_box {
    padding: 24px;
  }
  .contactpage-section .address_box h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
  .contactpage-section .address_box p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
  }
  .contactpage-section .contact_from {
    padding: 24px;
  }
  .contactpage-section .contact_from h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
  .inner-page-banner.tips-banner {
    min-height: 570px !important;
  }
  .inner-page-banner.faq-banner {
    min-height: 490px !important;
  }
  .inner-page-banner.agencies-banner {
    min-height: 650px !important;
  }
  .inner-page-banner .left_side_content .btn_group_banner .lightorange_btn,
  .inner-page-banner .left_side_content .btn_group_banner .orange_btn {
    min-width: 165px;
    min-height: 60px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
  }
  .inner-page-banner .left_side_content .btn_group_banner .lightorange_btn span,
  .inner-page-banner .left_side_content .btn_group_banner .orange_btn span {
    min-height: 60px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
  }
}
.design_cat_inner_box .design-items.brand {
  width: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  flex: inherit;
  text-transform: capitalize !important;
}

@media (max-width: 575px) {
  .bloglist_section .ki_post_article_box .ki_blog_post_title {
    min-height: auto;
  }
  .bloglist_section .filter_wrapper .blog_list_search {
    margin-top: 20px;
  }
  .casestudy-section .casestudy_sm_box h3 {
    min-height: auto;
  }
  .casestudy-section .casestudy_sm_box img.thumimg {
    width: 100%;
  }
  .news_letter_section::after {
    background-size: 80% !important;
  }
  .brand_section .trustpilot_reviw {
    flex-direction: row;
  }
  .teamincludes_section .teamincludes_wrap {
    height: 61.5384615385vh;
    overflow: hidden;
  }
  .teamincludes_section .teamincludes_wrap .content-area {
    padding: 24px;
  }
  .teamincludes_section .teamincludes_wrap .ed-img {
    position: static !important;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .price_feature .price_feature_list {
    padding: 24px;
  }
  .price_feature .price_feature_list .feature_ul {
    flex-direction: column !important;
    margin: 0 !important;
    gap: 0 !important;
    margin: 20px 0 0 0 !important;
  }
  .price_feature .price_feature_list .pf_header {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .price_feature .price_feature_list .pf_header .price span {
    margin: 0;
    padding: 0 0 9px 0;
  }
  .price_feature .price_feature_list .pf_header h2 {
    margin: 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: #1b1e23;
    padding: 0 0 26px 0;
  }
  .price_feature .price_feature_list .pf_header h2 br {
    content: "";
  }
}
@media (max-width: 520px) {
  .video_testmo_section .youtube_channel_content .playbtn {
    left: 24px !important;
  }
  .inner-page-banner .left_side_content .btn_group_banner .lightorange_btn,
  .inner-page-banner .left_side_content .btn_group_banner .orange_btn {
    min-width: 140px;
    min-height: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding: 0 10px;
  }
  .inner-page-banner .left_side_content .btn_group_banner .lightorange_btn span,
  .inner-page-banner .left_side_content .btn_group_banner .orange_btn span {
    min-height: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
  }
  .subscriptions_page .woocommerce_add_subscription {
    flex-direction: column;
    align-items: flex-start;
  }
  .subscriptions_page .woocommerce_add_subscription .content-msg {
    margin-bottom: 20px;
  }
  .subscriptions_page .woocommerce_add_subscription i {
    display: none;
  }
  .my_account_data_container .user_acount_detail .edit_profile {
    width: 100% !important;
  }
  .about_total_section .total_count_innerbox {
    background-position: 65% 0;
  }
  .about_total_section .total_count_innerbox .count_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .ubermenu-submenu .custom-colum-kimp .service_menu_box {
    width: 100% !important;
    min-width: 100% !important;
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
  }
  .ki_faq-section .ki_faq_sidemenu {
    flex-direction: column;
    align-items: flex-start;
  }
  .ki_faq-section .ki_faq_sidemenu .dropdown_worklink {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .our_work_sec .work_filter_nav .mobiledropitem {
    width: 100% !important;
  }
  .register-page .register-form .theme-input {
    max-width: 100%;
    width: 100%;
  }
  .register-page .gform_page_footer .gform_next_button {
    min-width: 100%;
  }
  .myaccount_header .go_btn {
    font-size: 14px;
  }
  .toggle {
    margin: 0 0 0 8px;
  }
}
@media (max-width: 453px) {
  .blog_detail_section #ki_single_post_navigation {
    flex-direction: column;
    gap: 15px;
  }
  .related_post {
    padding-top: 0 !important;
  }
  .video_testmo_section .youtube_channel_content .playbtn {
    left: 16px !important;
    bottom: 3px !important;
  }
  #k_wfh_wrapper .k_wfh_title {
    padding-right: 30px;
  }
  .feature_list {
    flex-direction: column !important;
    gap: 0 !important;
  }
  .feature_list ul {
    margin: 20px 0 0 0 !important;
  }
  .support_section {
    padding: 3.25em 0;
    margin-top: 5.25em;
  }
  .support_section .support_wrapper h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .support_section .support_wrapper p {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 10px;
  }
  .support_section .support_wrapper .orange_btn.sft_btn {
    min-width: 180px !important;
  }
  .design_cat_section .graphic_cat_wrap h2 {
    font-size: 26px !important;
    padding: 0 0 20px 0 !important;
  }
  .design_cat_section .graphic_cat_wrap .design_cat_inner_box {
    padding: 24px;
  }
  .design_cat_section .graphic_cat_wrap .design_cat_inner_box .english_letter {
    font-size: 60px;
    line-height: 82px;
    top: 0;
  }
  .design_cat_section .graphic_cat_wrap .design_cat_inner_box ul li {
    font-size: 18px;
    line-height: 34px;
  }
  .footermain .footer_frist_box p {
    padding-right: 0 !important;
  }
  .career_more_perks .moreprel_list h2 {
    font-size: 26px !important;
  }
  .career_more_perks .moreprel_list P {
    font-size: 16px;
    line-height: 24px;
  }
  .career_more_perks .moreprel_list ul li {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .contactpage-section .contact_from h3 {
    padding-bottom: 15px;
  }
  .contactpage-section .contact_from .gform_button {
    min-height: 54px !important;
  }
  .contactpage-section .address_box ul li a {
    font-size: 16px;
  }
  .steps_wrapper .tab-content h3 {
    width: 70% !important;
  }
  .pricing_section .price_box_rap .learn_btn {
    min-height: 48px;
  }
  .main-banner .banner-content .orange_btn {
    min-width: 136px;
  }
  .register-page .gform_page_footer {
    flex-direction: column;
  }
  .register-page .gform_previous_button {
    min-width: 100%;
  }
  .login_page .login_form_box .formbtn_footer {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .login_page .login_form_box .formbtn_footer .orange_btn {
    min-width: 100%;
  }
  .about_total_section .total_count_innerbox {
    padding: 2.5rem 1.5rem 4rem 1.5rem;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
  }
  .about_total_section .total_count_innerbox::after {
    max-width: 400px;
    width: 100%;
    height: 255px;
  }
  .about_total_section .total_count_innerbox h2 {
    font-size: 26px;
    line-height: 31px;
  }
  .agencies_graphic_service .service_imgs ul li {
    max-width: 48% !important;
  }
  .news_letter_section {
    height: 83.3333333333vh;
  }
  .news_letter_section::after {
    background-size: 100% !important;
  }
  .jobtitile_quicksec .jobtitle_list ul:first-child {
    margin-bottom: 20px;
  }
  .jobtitile_quicksec .jobtitle_list ul li {
    flex: 0 0 100%;
    margin: 0;
  }
  .inner-page-banner.about-banner {
    min-height: 500px !important;
  }
}
#ki_blog_wrapper .pagination {
  display: flex;
  justify-content: center;
}
#ki_blog_wrapper .pagination .page_nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
#ki_blog_wrapper .pagination .next.page-numbers, #ki_blog_wrapper .pagination .prev.page-numbers {
  margin-left: 10px;
  background: #eeeeee;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 22px;
}
#ki_blog_wrapper .pagination .prev.page-numbers {
  margin-right: 15px !important;
  margin-left: 0 !important;
}
#ki_blog_wrapper .pagination .page-numbers {
  width: 32px;
  height: 32px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  border-radius: 4px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 30px;
  margin-right: 5px;
}
#ki_blog_wrapper .pagination .page-numbers:last-child {
  margin-right: 0 !important;
}
#ki_blog_wrapper .pagination .page-numbers.current {
  background: #f1731e;
  box-shadow: 0px -3px 21px -5px #c32300 !important;
  border-radius: 4px;
  color: #fff;
}
#ki_blog_wrapper .pagination .page-numbers:hover {
  background: #f1731e;
  box-shadow: 0px -3px 21px -5px #c32300 !important;
  border-radius: 4px;
  color: #fff;
}
#ki_blog_wrapper .pagination .page-template-template-affnew .inner-page-banner .left_side_content .btn_group_banner {
  gap: 10px !important;
}

body .main_header .bookacallk {
  display: none;
}

@media (max-width: 390px) {
  .header_sticky_blog {
    margin-top: 68px !important;
  }
}
.casestudylist .container .col-12.col-sm-6.col-md-6.col-lg-4:last-child {
  order: -1;
}

@media (min-width: 2000px) and (max-width: 8000px) {
  .main-banner {
    max-height: 900px;
  }
  .main-banner .banner-content {
    margin-top: 2.3vh;
  }
  .main-banner-paralex img#character {
    left: inherit;
    width: 48%;
    right: 0;
  }
}
.priceBookademowrap {
  background: #fff;
  padding: 32px;
  border-radius: 16px;
}/*# sourceMappingURL=kimpstyle.css.map */