*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

:focus,
:active {
  outline: none !important;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold.eot#iefix") format("embedded-opentype"),
    url("../fonts/MyriadPro-Bold.woff2") format("woff2"),
    url("../fonts/MyriadPro-Bold.woff") format("woff"),
    url("../fonts/MyriadPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot#iefix") format("embedded-opentype"),
    url("../fonts/MyriadPro-Regular.woff2") format("woff2"),
    url("../fonts/MyriadPro-Regular.woff") format("woff"),
    url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --Primary: #061c4b;
  --color1: #0b89d8;
  --white: #ffffff;
  --black: #000000;

  --primary-font: "Myriad Pro";
  --h1: normal normal 700 63px/60px var(--primary-font);
  --h2: normal normal 700 45px/40px var(--primary-font);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
  outline: none;
  scroll-behavior: smooth;
}

body {
  color: var(--Primary);
  font-family: var(--primary-font) !important;
  font-weight: 400;
  font-size: 19px;
  background-color: var(--white);
  line-height: 22px;
}

body.active_menu {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
  display: block;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

a,
a:hover,
a:focus,
button,
button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

a {
  text-decoration: none;
  display: inline-block;
  color: var(--Primary);
}

table {
  border-collapse: collapse;
  width: 100%;
}

::selection {
  background: rgba(127, 131, 51, 0.2);
}

::-moz-selection {
  background: rgba(127, 131, 51, 0.2);
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.no-wrap {
  flex-wrap: nowrap;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.justify-around {
  justify-content: space-around;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

.direction-column {
  flex-direction: column;
  -ms-flex-direction: column;
}

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

.text-end {
  text-align: end;
}

.text-uppercase {
  text-transform: uppercase;
}

.container {
  max-width: 1282px;
  width: 100%;
  padding: 0 47px;
  margin: 0 auto;
}

.h1,
h1 {
  font: var(--h1);
}

.h2,
h2 {
  font: var(--h2) !important;
}

@media (hover: hover) {
  .b_main_opation p:hover {
    opacity: 1;
  }
}

section.benefits_sec,
section.case-studies,
section.testimonials {
  padding: 62px 0 100px;
  position: relative;
  overflow: hidden;
}

section.benefits_sec,
section.testimonials {
  background: linear-gradient(140deg, #2c0d5a, #058fe2);
  color: var(--white);
}

section.benefits_sec::before,
section.testimonials::before {
  content: "";
  background: url("../image/bg_img.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 733px;
  position: absolute;
  bottom: -10%;
  background-position-x: right;
  pointer-events: none;
}

.tagline-text,
.main_title p {
  text-transform: uppercase;
  letter-spacing: 3px;
  font: normal normal 600 14px/20px var(--primary-font) !important;
  text-align: center;
}

span.tagline-text {
  font-weight: 800 !important;
  letter-spacing: 1px;
}

.main_title h2 {
  text-align: center;
  letter-spacing: -2px;
}

.main_title p {
  padding: 0 0 35px;
}

.b_main_opation p {
  letter-spacing: -1px;
  color: #11244f;
  font: normal normal 700 19px/20px var(--primary-font) !important;
  opacity: 0.502;
  position: relative;
  display: inline;
  cursor: pointer;
}

.b_main_opation.swiper-slide-thumb-active p,
.b_main_opation.active p {
  opacity: 1;
}

.b_main_opation p:after {
  content: "";
  width: 100%;
  height: 7px;
  background-color: #00beef;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  margin-top: 1px;
  position: absolute;
  left: 0;
  bottom: -12px;
}

.b_main_opation.swiper-slide-thumb-active p:after,
.b_main_opation.active p:after {
  opacity: 1;
}

.main_benefits_opation .swiper-button-next::after,
.main_benefits_opation .swiper-button-prev::after {
  content: "";
  background: url(../image/arrow.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.main_benefits_opation .swiper-button-prev::after {
  transform: scale(-1);
}

.main_benefits_opation .swiper-button-prev {
  left: 24px;
}

.main_benefits_opation .swiper-button-next {
  right: 24px;
}

.benefits_opation {
  position: relative;
}

.main_benefits_opation {
  position: relative;
  border-radius: 36px;
  background-color: #ffffff;
  padding: 0px 100px;
  margin: 80px 0;
}

.sub_opation {
  max-width: 195px;
  width: 100%;
  margin: auto;
  padding: 20px 0px 26px;
}

.b_left_img {
  max-width: 45.1%;
  width: 100%;
  border-radius: 45px;
  overflow: hidden;
}

.b_left_img_inner {
  position: relative;
  padding-bottom: 90%;
}

.b_left_img img {
  position: absolute;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.benefits_sec_saas .b_left_img img {
  object-fit: contain;
}

.b_right_contect {
  flex: 1;
  margin: 0 50px 0 65px;
}

h3 {
  margin-bottom: 30px;
  letter-spacing: -1px;
  font: normal normal 700 31px/37px var(--primary-font) !important;
  text-align: left;
}

.b_right_contect ul li::before {
  content: "";
  background: url(../image/check-mark.svg);
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  min-width: 36px;
}

.b_right_contect ul li {
  display: flex;
  align-items: flex-start;
}

.b_right_contect ul li strong {
  display: contents;
}

.b_right_contect ul li:not(:last-child) {
  margin-bottom: 20px;
}

.b_right_contect ul li p {
  font-family: var(--primary-font) !important;
  padding-left: 13px;
  flex: 1;
  color: var(--white);
  text-align: left;
}

.benefits_info {
  width: 100%;
}

section.reviewsection.case-studies {
  width: 100%;
  background-color: #edfafe;
  padding: 60px 0 60px;
}

section.reviewsection.case-studies::before {
  display: none;
}

.hbspt-form .hs-richtext h2 {
  margin-bottom: 15px;
}

.hbspt-form .hs-richtext h2 strong {
  font-size: 18px;
  color: #061c4b;
  font-weight: bold;
  background: no-repeat;
  -webkit-text-fill-color: unset;
}

.hbspt-form span {
  color: #3baf03 !important;
}

/*==== Responsive css ===*/
@media only screen and (max-width: 1440px) {}

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

@media only screen and (max-width: 1280px) {
  .sub_opation {
    max-width: 210px;
  }
}

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

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

@media only screen and (max-width: 991px) {
  .benefits_sec {
    padding: 67px 0 87px;
  }

  .main_title p {
    padding: 0 0 33px;
  }

  h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .b_right_contect ul li p {
    font-size: 18px;
    line-height: 20px;
  }

  .main_benefits_opation {
    padding: 0px 60px;
    margin: 46px 0 50px;
  }

  .sub_opation {
    padding: 18px 0px 22px;
  }

  .b_left_img {
    max-width: 100%;
  }

  .b_right_contect {
    flex: 1;
    margin: 37px 0 0;
  }
}

@media only screen and (min-width: 768px) {

  .main_benefits_opation:after,
  .main_benefits_opation::before {
    content: "";
    width: 2px;
    height: 52px;
    background: #ecf2fa;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .main_benefits_opation:after {
    right: 60px;
  }

  .main_benefits_opation::before {
    left: 60px;
  }
}

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

  .main_benefits_opation .swiper-button-next,
  .main_benefits_opation .swiper-button-prev {
    display: none;
  }

  .b_main_opation {
    max-width: calc(50% - 45px);
    width: 100%;
    text-align: center;
    margin: 12.5px 22.5px;
  }

  .benefits_opation .swiper-wrapper {
    flex-wrap: wrap;
  }

  .b_main_info {
    display: none;
  }

  .b_main_info.active {
    display: block;
    animation: aenimation_zoom 0.3s alternate ease-in;
  }

  .benefits_sec::before {
    left: 46px;
  }

  .b_right_contect ul li:not(:last-child) {
    margin-bottom: 30px;
  }

  .lp-hero .b_right_contect ul li:not(:last-child) {
    margin-bottom: 24px;
  }

  .main_benefits_opation {
    padding: 18px 22px 18px;
  }

  .sub_opation {
    padding: 0;
  }

  .b_main_opation p {
    display: inline-block;
  }

  @keyframes aenimation_zoom {
    0% {
      transform: scale(0.9);
    }

    100% {
      transform: scale(1);
    }
  }
}

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

@media only screen and (max-width: 480px) {
  .container {
    padding: 0 15px;
  }

  .main_benefits_opation {
    padding: 16px 16px 14px;
  }

  .b_main_opation {
    max-width: calc(50% - 20px);
    margin: 12.5px 10px;
  }

  .main_title h2 {
    padding: 0px 0 0;
  }

  .main_title p {
    padding: 0 0 18px;
  }

  section.benefits_sec,
  section.case-studies,
  section.testimonials {
    padding: 50px 0 50px !important;
  }
}

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

/* ====== Custom ServiceChannel styles ====== */

html>body {
  scroll-behavior: smooth;
}

body footer {
  display: none;
}

.btn.btn--color-light-blue.hover-dark {
  font-weight: 600;
  padding: 0.3rem 1.3rem;
  border-color: #ec8213;
  border-radius: 10px;
  background: #ec8213;
}

.btn.btn--color-light-blue.hover-dark span {
  font-size: 1rem;
}

.btn.btn--color-light-blue.hover-dark:hover {
  background: rgb(236 130 19 / 80%);
  color: #fff;
}

.small-container {
  max-width: 1200px;
}

.flex-row,
.responsive-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

hr {
  margin-bottom: 2.4em;
  border-bottom: none;
  border-top: #ebebeb 1px solid;
}

span.muted {
  color: #999;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-2 {
  gap: 2rem;
}

.gap-4 {
  gap: 4rem;
}

.gap-5 {
  gap: 5rem;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

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

.columns>* {
  margin: 3rem 0;
  padding: 2rem;
}

.logo {
  width: 11rem;
}

header.header.js-header {
  padding: 1.2rem 0;
}

.page-id-58243 .header__inner-custom {
  display: none;
}

/* Hero */
section.lp-hero {
  padding-top: 40px;
}

.lp-hero h1 {
  margin-top: 3rem;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 5px;
}

.main .lp-hero h1 {
  margin-top: 0;
}

.lp-hero .left-column p {
  font-size: 20px;
  margin-bottom: 1.5rem;
}

.lp-hero .phone-content {
  position: relative;
  /* width: 360px;
    height: 690px; */
  width: 315px;
  height: 100%;
}

.lp-hero .phone-content .absolute-inner {
  position: absolute;
  left: 0;
  top: 295px;
  height: 235px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.lp-hero .phone-content .b_right_contect {
  margin: 0px 20px;
  padding: 0 20px;
  flex: 0;
}

.lp-hero .responsive-logos {
  margin: 3rem;
}

.lp-hero .responsive-logos img {
  max-height: 48px;
}

.lp-hero .b_right_contect ul li p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -1px;
}

/* Case Studies */
section.case-studies {
  padding-bottom: 90px;
}

section.case-studies::before {
  content: "";
  background: url(../image/case-study-bg.png);
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 32px;
  left: 35px;
}

.case-studies .video-placeholder {
  height: 430px;
  background: gray;
  border-radius: 45px;
  color: white;
  align-items: center;
  display: flex;
  justify-content: center;
}

.case-studies .left-column {
  min-width: 49%;
}

.case-studies .two-col-stats>* {
  display: flex;
  align-items: center;
}

.case-studies .value {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 5rem;
  padding-right: 2rem;
  border-right: 6px solid #00bff0;
  margin-right: 1.2rem;
}

.case-studies .description {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3rem;
  text-transform: uppercase;
}

.case-studies .trusted-businesses .responsive-logos img {
  max-height: 60px;
  max-width: 95px;
}

/* Testimonials */
section.testimonials {
  padding-bottom: 3rem;
}

.testimonials .card {
  height: 100%;
  max-width: 379px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background: white;
  color: black;
  border-radius: 20px;
  padding: 1.8rem 2.4rem;
}

.testimonials .columns>*>* {
  height: 100%;
}

.testimonials .blue-stars {
  margin-bottom: 0.4rem;
}

.testimonials .blue-stars svg {
  width: 100px;
}

.testimonials .blue-stars svg>polygon {
  fill: #00bff0 !important;
}

.testimonials .card p {
  font-size: 21px;
  line-height: 34px;
}

.testimonials .author,
.testimonials .author-title {
  font-size: 14px;
  line-height: 14px;
}

.testimonials .author-title {
  margin-bottom: 1.5rem;
}

.testimonials .client-logo {
  height: 62px;
}

/* Footer Custom */
section.footer-custom {
  padding: 4rem 0;
}

@media only screen and (min-width: 801px) {
  .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  span.tagline-text {
    text-wrap: nowrap;
  }

  .header .mast-tag {
    display: inline-block;
    margin-right: 1.8rem;
    line-height: 100%;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 800;
  }

  .header .mast-lp-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px 5px;
    position: relative;
  }

  .lp-hero {
    color: #061c4b;
    background: url("../image/hero_desk_bg_new.png") no-repeat 54% -10%,
      linear-gradient(185deg, rgb(235, 242, 250) 18%, rgb(255, 255, 255) 59%);
    background-size: 40%;
    position: relative;
    background-position: right 37% top 0;
  }

  .testimonials .author,
  .testimonials .author-title {
    font-size: 14px;
    line-height: 14px;
    text-wrap: nowrap;
  }
}

@media only screen and (max-width: 800px) {
  .responsive-flex {
    flex-direction: column;
  }

  .lp-hero .responsive-flex {
    gap: 2.5rem;
  }

  .mast-tag {
    display: none;
  }

  .mast-lp-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
    position: relative;
  }

  .lp-hero {
    background: url("../image/herobg-crop-mobi-1%20%281%29.png") no-repeat left bottom,
      linear-gradient(185deg, rgb(235, 242, 250) 18%, rgb(255, 255, 255) 59%);
  }

  section.footer-custom span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  .lp-hero h1 {
    margin-top: 0;
  }
}

/* 03-07-2024 css start here  */
.facillity_wp {
  background: #edfafe;
  padding: 15px 0;
  cursor: pointer;
}

.facillity_inner svg {
  width: 22px;
  height: auto;
}

.facillity_inner span {
  margin: 0 20px;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}

.hs-form-private .hs-form-field {
  padding: 0 5px;
  margin: 10px 0;
}

.hs-form-private .hs-form-field input,
.hs-form-private .hs-form-field select {
  width: 100%;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #66a3c2;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1;
  height: 40px;
  color: #33475b;
  font-family: var(--primary-font);
}

.hs-form-private .hs-form-field select {
  margin: 0 0 7px 0;
  color: #bfbfbf;
  background-image: url("../image/select-Down.png");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 12px;
}

.hs-form-private .hs-form-field select option:checked {
  color: #000 !important;
}

.hs-form-private .hs-form-field select:focus,
.hs-form-private .hs-form-field select:valid {
  color: #000 !important;
}

.hs-form-private .hs-form-field input::-webkit-input-placeholder {
  color: #bfbfbf;
  font-family: var(--primary-font);
}

.hs-form-private .hs-form-field input::-moz-placeholder {
  color: #bfbfbf;
  font-family: var(--primary-font);
}

.hs-form-private .hs-form-field input:-ms-input-placeholder {
  color: #bfbfbf;
  font-family: var(--primary-font);
}

.hs-form-private .hs-form-field input:-moz-placeholder {
  color: #bfbfbf;
  font-family: var(--primary-font);
}

.lp-hero .hs-form-private fieldset.form-columns-2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 7px;
}

.hs-form-private .hs-form-field .input {
  margin: 0 !important;
  width: 100%;
  display: block;
}

.hs-dependent-field {
  flex: 1;
}

.hs-form-private .hs-dependent-field .hs-form-field {
  width: 100% !important;
}

.lp-hero .left-column fieldset {
  max-width: 480px;
}

.lp-hero .left-column .hs-richtext p {
  font-size: 10px;
  line-height: 14px;
  margin: 0 0 15px 0;
}

.lp-hero .left-column .hs-richtext p a {
  color: #687afb;
  text-decoration: underline;
}

.hs-form-private .hs-form-field.hs_recaptcha {
  padding: 0;
  margin-bottom: 30px;
}

.hs_submit .actions .hs-button {
  font-weight: 600;
  padding: 15px 20px;
  border-color: transparent;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 12px;
  background-color: #ec8213;
  max-width: 250px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.hs_submit .actions .hs-button:hover {
  background: rgb(236 130 19 / 80%);
}

.lp-hero .hs-form-private .hs-error-msg {
  color: red;
  margin: 7px 0;
  display: block;
  line-height: 1;
  font-size: 14px;
}

.lp-hero .responsive-flex {
  margin-bottom: 40px !important;
}

.lp-hero .left-column fieldset.form-columns-0 {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .lp-hero .left-column {
    position: relative;
    left: 95px;
  }
}

@media only screen and (min-width: 801px) {
  .lp-hero .left-column {
    width: 50%;
    max-width: 570px;
  }

  .lp-hero .responsive-flex {
    justify-content: space-between;
    gap: 125px;
  }

  .lp-hero .right-column {
    flex: 1;
    position: relative;
  }
}

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

  .lp-hero .hs-form-private fieldset.form-columns-2,
  .lp-hero .hs-form-private fieldset {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .main .lp-hero h1 {
    font-size: 50px;
    line-height: 1;
  }

  .lp-hero .hs-form-private .hs-form-field {
    width: 100% !important;
    padding: 0;
  }

  .hs-form-private .hs-form-field input {
    width: 100% !important;
  }

  .hs-form-private .hs-form-field select {
    width: 100% !important;
    margin-bottom: 7px;
  }

  .lp-hero .hs-form-private fieldset.form-columns-2,
  .lp-hero .hs-form-private fieldset {
    margin: 0;
  }

  .lp-hero .hs-form-private .hs-error-msg {
    margin: 0 0 7px 0;
  }

  .facillity_inner span {
    font-size: 16px;
    margin: 0 10px;
  }

  .facillity_inner svg {
    width: 15px;
  }
}

/* 03-07-2024 css end here  */

/*New Hero section simple*/
.new-lp-hero-simple {
  padding: 76px 0;
  background: linear-gradient(180deg,
      rgb(235, 242, 250) 18%,
      rgb(255, 255, 255) 59%);
}

.new-lp-hero-simple .btn {
  padding: 13px 44px 13px !important;
}

.new-lp-hero-simple .btn span {
  font-size: 22px !important;
  letter-spacing: -0.5px;
  line-height: 19px;
  color: #ffffff;
  font-weight: bold;
}

.new-lp-hero-simple h1 {
  font-size: 46px;
  line-height: 53px;
  margin-bottom: 30px;
  color: #001b40;
  letter-spacing: -2px;
}

.new-lp-hero-simple h1 span {
  color: #1bc1ed;
}

.new-lp-hero-simple .left-column {
  width: 43%;
}

.new-lp-hero-simple .right-column {
  width: 47.3%;
}

.new-lp-hero-simple .left-column p {
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 30px;
  letter-spacing: -1px;
}

.new-lp-hero-simple .right_side_img {
  border-radius: 60px;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}

.new-lp-hero-simple .right_side_img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .new-lp-hero-simple {
    padding: 65px 0;
  }

  .new-lp-hero-simple h1 {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 20px;
  }

  .new-lp-hero-simple .left-column p {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 22px;
    letter-spacing: -0.5px;
  }

  .new-lp-hero-simple .left-column,
  .new-lp-hero-simple .right-column {
    width: 100%;
  }

  .new-lp-hero-simple .responsive-flex {
    flex-wrap: wrap;
    gap: 3rem;
  }

  .new-lp-hero-simple .right_side_img {
    border-radius: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .new-lp-hero-simple h1 {
    font-size: 40px;
  }

  /* .new-lp-hero-simple .left-column  p {
            font-size: 18px;
        } */
  .new-lp-hero-simple .btn span {
    font-size: 18px !important;
  }

  .new-lp-hero-simple .btn {
    padding: 13px 35px 13px !important;
  }

  .new-lp-hero-simple .right_side_img {
    border-radius: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .new-lp-hero-simple h1 {
    font-size: 34px;
  }
}

/*New Hero section*/

.new-lp-hero {
  color: #061c4b;
  background: url(../image/SC-Growth-Landing_Hero_4.png) no-repeat,
    linear-gradient(180deg, rgb(235, 242, 250) 18%, rgb(255, 255, 255) 59%);
  background-size: contain;
  position: relative;
  background-position: top left;
  padding: 60px 0 1px;
}

.simple-img-no-sl.new-lp-hero {
  background: linear-gradient(180deg,
      rgb(235, 242, 250) 18%,
      rgb(255, 255, 255) 59%);
}

.sub_point_inner {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg,
      rgba(30, 26, 89, 1) 0%,
      rgba(15, 49, 116, 1) 40%,
      rgba(3, 67, 138, 1) 100%);
  border-radius: 50px;
  padding: 20px;
  color: #ffffff;
  max-width: 298px;
  filter: drop-shadow(-1.732px 1px 3.5px rgba(25, 21, 25, 0.53));
}

.sub_point_inner p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.5px;
  font-family: var(--primary-font) !important;
  padding-left: 13px;
  flex: 1;
}

.sub_point_inner img {
  width: 26px;
}

.new-lp-hero h1,
.new-lp-hero-3 h1 {
  font-size: 46px;
  line-height: 53px;
  margin-bottom: 37px;
  color: #001b40;
}

.new-lp-hero-3 h1 {
  margin-bottom: 10px;
}

.new-lp-hero-3 h1.big_size {
  font-size: 70px;
  line-height: 72px;
}

.sub_point {
  margin-bottom: 63px;
}

.new-lp-hero .right-column p {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 28px;
  color: #001b40;
}

.lp_left_contect {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.sub_point:not(:nth-child(2)) {
  transform: translateX(-70px);
}

.new-lp-hero .left-column {
  width: 62%;
  /* max-width: 570px; */
}

.simple-img-no-sl.new-lp-hero .left-column {
  width: 50%;
}

.new-lp-hero .right-column {
  flex: 1;
  position: relative;
}

.new-lp-hero .responsive-flex {
  justify-content: space-between;
  gap: 90px;
}

.new-lp-hero .hs-richtext p {
  font-size: 10px;
  line-height: 14px;
  margin: 0 0 15px 0;
}

.new-lp-hero .hs-richtext p a {
  color: #687afb;
  text-decoration: underline;
}

.right-column fieldset.form-columns-2 .hs-form-field {
  width: 100% !important;
  margin-bottom: 7px;
}

.new-lp-hero .hs-form-private fieldset.form-columns-2,
.new-lp-hero-3 .hs-form-private fieldset.form-columns-2 {
  margin: 0 -5px;
}

.new-lp-hero fieldset.form-columns-0 {
  display: none;
}

.new-lp-hero fieldset.form-columns-2 .input select option {
  color: #000000;
}

/*-- new lp page 3 start --*/
.new-lp-hero-3 h1 {
  color: white;
  text-align: center;
}

.submitted-message.hs-form-8ddb9211-e58c-41e8-b305-d19d0e09b6f5 {
  max-width: 85%;
}

.submitted-message.hs-form-8ddb9211-e58c-41e8-b305-d19d0e09b6f5 p:nth-child(2) {
  margin-top: 15px;
}

.new-lp-hero-3 h3 {
  font: normal normal 600 30px / 37px var(--primary-font) !important;
  text-align: center;
}

.new-lp-hero-3 {
  padding: 65px 0 0;
  background: linear-gradient(130deg,
      rgb(6, 28, 76) 39%,
      rgb(18, 154, 237) 100%);
  background-image: url(../image/bg-lp-3.png) !important;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
}

.new-lp-hero-3 .hbspt-form .hs-richtext h2 strong {
  color: white;
  text-transform: capitalize;
  line-height: 42px;
}

.new-lp-hero-3 .left-column {
  width: 58%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}

.new-lp-hero-3 .right-column {
  flex: 1;
  padding-bottom: 20px;
}

/*.new-lp-hero-3 .legal-consent-container {
  display: none;
}*/

.real_results_sec {
  padding: 100px 0;
}

.real_results_sec .main_title {
  margin-bottom: 37px;
}

.new-lp-hero-3 .right-column .hbspt-form .hs-richtext h2 {
  line-height: 0 !important;
}

.sub_real_results h3 {
  position: relative;
  font-size: 70px !important;
  letter-spacing: -3px;
  line-height: 1 !important;
  margin-bottom: 22px;
}

.sub_real_results p {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Myriad Pro";
}

.sub_real_results h3:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #00b9eb;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -36px;
}

.sub_real_results {
  border-radius: 24px;
  filter: drop-shadow(4px 0px 17.5px rgba(23, 20, 24, 0.15));
  background-color: #ffffff;
  margin: 0 22px;
  padding: 56px 44px 44px 80px;
  width: calc(33.33% - 44px);
  border-left: 24px solid #00b9eb;
}

.main_real_results {
  margin: 0 -22px;
}

/*Updated-15-4-2025-*/
.design-2 .sub_real_results h3:before {
  content: none;
}

.design-2 .sub_real_results h3 {
  color: #00b9eb;
  font-size: 23px !important;
  letter-spacing: -1px;
  line-height: 27px !important;
  text-align: center;
  font-weight: 600 !important;
}

.design-2 .sub_real_results {
  padding: 56px 20px 44px;
  border: none;
  filter: none;
  text-align: center;
}

.design-2 .sub_real_results .real_results_img img {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
  object-fit: scale-down;
}

.design-2 .real_results_img {
  margin-bottom: 22px;
}

.design-2 .sub_real_results p {
  font-weight: 400;
}

/*Updated-15-4-2025-*/

.section-list-brand-mf.all_com_list {
  padding: 66px 0 64px;
}

.section-list-brand-mf .section__head h2 {
  font-size: 32px !important;
  text-align: center;
  margin-bottom: 50px;
}

.section-list-brand-mf .section__head {
  margin-bottom: 40px;
}

.section-list-brand-mf {
  padding: 66px 0 77px;
  margin: 0;
}

.section-list-brand-mf .btn_schedule {
  width: 100%;
  cursor: auto;
  margin-top: 40px;
}

.section-list-brand-mf .btn_schedule a {
  font-weight: 600;
  padding: 15px 20px;
  border-color: transparent;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 12px;
  background-color: #ec8213;
  max-width: 250px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.service_channel_managed {
  margin-bottom: 88px;
}

.sc_managed_wpr {
  border-radius: 80px;
  background-color: #e6eff9;
  padding: 108px 108px 87px;
}

.b-compare__row {
  display: flex;
}

.b-compare__cell:not(:first-child) {
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 29px;
  color: #001b42;
  font-weight: bold;
  font-family: "Myriad Pro";
  padding-inline: 35px;
}

.b-compare__cell:first-child {
  width: 19%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 155px;
  min-width: 132px;
}

.b-compare__cell {
  min-height: 66px;
  border-bottom: 1px solid #b7b7b7c9;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  width: 100%;
}

.b-compare__cell p {
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 17px;
  color: #001b42;
  font-weight: bold;
  font-family: "Myriad Pro";
  text-align: center;
}

.b-compare__row:last-child .b-compare__cell {
  border: 0;
}

.b-compare__row:last-child .b-compare__cell:first-child {
  border-radius: 0 0 45px 45px;
  padding: 20px 20px 32px;
}

.b-compare__row:last-child {
  display: flex;
  align-items: flex-start;
}

.b-compare__row:first-child .b-compare__cell:first-child {
  border-radius: 45px 45px 0 0;
  padding: 25px;
}

.all_com_list .list-brands img {
  max-height: 4rem;
  max-width: 7.5rem;
  min-width: 6rem;
}

.service_channel_managed .main_title h2 {
  line-height: 1.1 !important;
}

/*-- new lp page 3 end --*/

/*-- calculate business impact page start --*/
.cal_business_banner {
  padding: 70px 0 152px;
  background: linear-gradient(130deg,
      rgb(6, 28, 76) 39%,
      rgb(18, 154, 237) 100%);
  background-image: url(../image/cal_business_banner.png) !important;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cal_business_banner .left-column {
  width: 71%;
  border-radius: 45px;
  overflow: hidden;
  height: 100%;
  display: flex;
  margin-right: 34px;
  filter: drop-shadow(0px 6px 9px rgba(23, 14, 32, 0.36));
  flex-direction: column;
  background: white;
}

.cal_business_banner .right-column {
  flex: 1;
}

.cal_business_banner .sub_title {
  background: #33bff0;
  padding: 18px 0;
  color: white;
}

.cal_business_banner h1 {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 45px;
  color: #061c4b;
  font-weight: bold;
  text-align: center;
  max-width: 566px;
  margin: 0 auto 36px;
}

.cal_business_banner .top_title {
  margin: 42px 0 0;
}

.cal_business_banner .top_title P {
  font-size: 18px !important;
  letter-spacing: 0px;
  line-height: 22px !important;
  color: #040404;
  text-transform: math-auto;
}

.cal-phone-content {
  border-radius: 45px;
  filter: drop-shadow(0px 6px 9px rgba(23, 14, 32, 0.36));
  background-color: #ffffff;
  overflow: hidden;
  padding: 10px;
}

.what_learn_num {
  background: #33bff0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: white;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 24px;
  color: #ffffff;
  font-weight: bold;
}

.what_learn_sub:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #d1d3d7;
  display: block;
  top: 19px;
  position: absolute;
  z-index: -1;
}

.what_learn_step {
  padding: 0 33px;
}

.what_learn_sub {
  position: relative;
  padding: 0 0 26px;
}

.what_learn_sub p {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 17px;
  color: #061c4b;
  text-align: center;
}

.what_learn_img {
  position: relative;
  padding-bottom: 64%;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
}

.what_learn_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
}

.cal-phone-content h3 {
  text-align: center;
  margin: 40px 0 20px;
}

.sub_real_results .block__content h3 {
  font-size: 20px !important;
  letter-spacing: -1px;
  line-height: 24px !important;
  color: #061c4d;
  margin: 22px 0;
}

.sub_real_results .block__content p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 17px;
  color: #061c4b;
  font-weight: 400;
}

.sub_real_results .block__content h3:before {
  content: none;
}

.benefits_facilities {
  padding: 92px 0 80px;
}

.benefits_facilities .sub_real_results {
  margin: 0 13px;
  padding: 56px 80px 44px 48px;
  width: calc(33.33% - 26px);
}

.benefits_facilities .main_real_results {
  margin: 0 -13px;
}

.benefits_facilities .main_title {
  margin-bottom: 80px;
}

.impact_of_facilities.resesrve_your_spot {
  padding: 48px 0 0px;
  background: linear-gradient(130deg,
      rgb(6, 28, 76) 39%,
      rgb(18, 154, 237) 100%);
  background-image: url(../image/impact_of_facilities_bg.jpg) !important;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
}

.resesrve_spot_wpr h2 {
  letter-spacing: -1px;
  line-height: 1.1 !important;
}

.resesrve_your_spot {
  padding: 100px 0 0px;
  color: #ffffff;
}

.impact_of_facilities .resesrve_spot_wpr {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}

.impact_of_facilities .resesrve_your_right {
  max-width: 533px;
  width: 100%;
  margin: auto 0 auto 63px;
  text-align: center;
}

.impact_of_facilities .resesrve_your_right p {
  margin: 20px 0;
}

.resesrve_left_inner {
  position: relative;
  padding-bottom: 88%;
  margin: 0;
}

.resesrve_left_inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
}

.resesrve_your_left {
  flex: 1;
}

.resesrve_your_right .btn {
  padding: 14px 44px !important;
  margin-bottom: 20px;
}

.resesrve_your_right .btn span {
  font-size: 22px !important;
  letter-spacing: -0.5px;
  line-height: 19px;
  color: #ffffff;
  font-weight: bold;
}

.cal_banner_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
}

.cal_banner_img {
  position: relative;
  padding-bottom: 36%;
  min-height: 300px;
}

.right-column .hs-error-msg, .right-column .hs-error-msgs .hs-main-font-element, .lw_banner_col_right .hs-error-msgs .hs-main-font-element {
  font-size: 14px;
  color: #f50959;
  width: 100%;
  display: block;
  text-align: left;
}

.new_faq_sec h2.wp-block-heading {
  font-size: 40px !important;
  line-height: 1 !important;
}

.new_faq_sec .accordion-main .accordion__head h3 {
  font-size: 20px !important;
  line-height: 24px !important;
  letter-spacing: normal;
}

.new_faq_sec .accordion-main p {
  font-size: 16px !important;
  line-height: 22px !important;
}

.new_faq_sec .btn--size-normal span {
  font-size: 16px !important;
  line-height: 20px !important;
  margin-left: 10px;
}

.new_faq_sec .accordion-main .accordion__group {
  padding: 30px 0;
}

.new_faq_sec .accordion-main .accordion__head {
  padding-right: 24px;
}

.new_faq_sec a.btn--size-normal {
  padding: 7px 10px;
}

.new_faq_sec .section-accordion.flush-top {
  padding-top: 0 !important;
  border-top: none;
}

.new_faq_sec .accordion-main .accordion__group:first-child {
  padding-top: 0;
}

.new_faq_sec.wp-block-group.full-width-tint-group {
  padding: 90px 0;
  max-width: 100%;
}

.new_faq_sec .section__accordion.aos-init.aos-animate {
  padding: 0px 15px 30px !important;
}

.new_faq_sec .accordion-main .active .accordion__body {
  padding-top: 16px;
  max-height: 999.9rem;
  opacity: 1;
  visibility: visible;
}

.new_faq_sec .shell.shell--small.shell--flex {
  padding: 0 15px;
}

.new_faq_sec .btn>i.fa-question {
  width: 13px;
  font-size: 7px;
}

.new_faq_sec .btn>i.fa-question:after {
  height: 13px;
  width: 13px;
}

.new_faq_sec .btn.btn--color-blue-white:hover>i.fa-question:after {
  border: 0.1rem solid #fff;
}

/*-- calculate business impact page end --*/

/*--- growth-healthcare page start ---*/
.new-lp-hero.simple-img-no-sl .hero_banner img {
  width: 90%;
}

/*--- growth-healthcare page end ---*/

@media only screen and (min-width: 1441px) {
  .new-lp-hero .left-column {
    width: 60%;
  }
}

@media only screen and (max-width: 1160px) {
  .new-lp-hero .responsive-flex {
    flex-wrap: wrap;
    gap: 40px;
  }

  .new-lp-hero .left-column {
    width: calc(100% + 94px);
  }

  .new-lp-hero {
    color: #061c4b;
    background: linear-gradient(180deg,
        rgb(235, 242, 250) 18%,
        rgb(255, 255, 255) 59%);
    position: relative;
    padding: 0;
  }

  .new-lp-hero .left-column {
    background-image: url(../image/SC-Growth-Landing_Hero_4.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 -47px;
    padding: 60px 47px;
  }

  .simple-img-no-sl.new-lp-hero .left-column {
    width: calc(50% + 94px);
    background-image: none;
    padding-top: 0;
  }

  .simple-img-no-sl.new-lp-hero .wp-block-heading.only_desk {
    padding-top: 30px;
  }

  .new-lp-hero .right-column {
    width: 100%;
  }

  .main_real_results {
    margin: 0 -16px;
  }

  .sub_real_results {
    margin: 0 16px;
    padding: 40px 40px 40px 60px;
    width: calc(33.33% - 32px);
  }

  .sub_real_results h3 {
    font-size: 50px !important;
    margin-bottom: 8px;
  }

  .sc_managed_wpr {
    border-radius: 60px;
    padding: 80px;
  }

  .b-compare__cell:not(:first-child) {
    font-size: 24px;
  }

  .impact_of_facilities.resesrve_your_spot {
    padding: 80px 0 0px;
  }

  .impact_of_facilities .resesrve_your_right {
    margin: 60px 0;
  }

  .cal_business_banner .left-column {
    margin-right: 20px;
  }

  /*Updated-15-4-2025-*/
  .design-2 .sub_real_results {
    padding: 20px 10px;
  }

  /*Updated-15-4-2025-*/
}

@media only screen and (min-width: 992px) {
  .new-lp-hero-3 .only_mob {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .new-lp-hero h1 {
    font-size: 42px;
    line-height: 1;
  }

  .sub_point {
    margin-bottom: 40px;
  }

  .sub_point_inner {
    padding: 10px 20px;
  }

  .new-lp-hero h1 br {
    display: none;
  }

  .new-lp-hero .left-column {
    padding: 40px 47px;
  }

  .new-lp-hero .right-column .phone-content>p {
    font-size: 20px;
    margin-bottom: 0.5rem;
    line-height: 22px;
  }

  .new-lp-hero-3 .only_desk {
    display: none;
  }

  .new-lp-hero-3 .responsive-flex,
  .cal_business_banner .responsive-flex {
    flex-wrap: wrap;
    gap: 40px;
  }

  .new-lp-hero-3 .responsive-flex {
    flex-direction: column;
  }

  .new-lp-hero-3 .right-column,
  .cal_business_banner .left-column {
    width: 100%;
  }

  .new-lp-hero-3 .left-column {
    width: 100%;
    order: 2;
  }

  .new-lp-hero-3 fieldset.form-columns-2 {
    max-width: 100%;
  }

  .new-lp-hero-3 .left-column img {
    margin: auto;
  }

  .new-lp-hero-3 h1 {
    font-size: 42px;
    line-height: 1;
    margin: 0 !important;
  }

  .new-lp-hero-3 {
    padding: 40px 0 0;
  }

  .new-lp-hero-3 .right-column .hbspt-form .hs-richtext h2 {
    padding: 0 5px;
  }

  .new-lp-hero-3 .right-column {
    padding-bottom: 0px;
  }

  .new-lp-hero-3 .hs-form-private fieldset.form-columns-2 {
    margin: 0;
  }

  .new-lp-hero-3 .hs_submit .actions .hs-button {
    margin: 0 5px;
  }

  .real_results_sec {
    padding: 50px 0;
  }

  .sub_real_results {
    margin: 16px;
    padding: 30px 40px 30px 60px;
    width: calc(50% - 32px);
  }

  .main_real_results {
    justify-content: center;
  }

  .real_results_sec .main_title h2,
  .benefits_sec .main_title h2,
  .service_channel_managed .main_title h2,
  .resesrve_spot_wpr h2 {
    font-size: 40px !important;
    line-height: 1.1 !important;
  }

  .section-list-brand-mf .section__head h2 {
    margin-bottom: 40px;
  }

  .sc_managed_wpr {
    border-radius: 40px;
    padding: 40px;
  }

  .b-compare__cell:not(:first-child) {
    font-size: 22px;
  }

  .sc_managed_wpr .main_title {
    margin-bottom: 30px !important;
  }

  .section-list-brand-mf .btn_schedule {
    margin-top: 20px;
  }

  .real_results_sec .main_title {
    margin-bottom: 26px;
  }

  .service_channel_managed {
    margin-bottom: 50px;
  }

  .section-list-brand-mf.all_com_list {
    padding: 50px 0;
  }

  .cal_business_banner {
    padding: 40px 0;
  }

  .cal_business_banner .left-column {
    margin: 0;
  }

  .cal_business_banner .top_title {
    margin: 30px 0 0;
  }

  .cal_business_banner h1 {
    margin: 0 auto 26px;
    padding: 0 20px;
  }

  .cal_business_banner .sub_title {
    padding: 12px 0;
  }

  .benefits_facilities .sub_real_results {
    margin: 16px;
    padding: 30px 40px 30px;
    width: calc(50% - 32px);
  }

  .impact_of_facilities .resesrve_spot_wpr {
    gap: 30px;
  }

  .impact_of_facilities .resesrve_your_left {
    flex: 100%;
    order: 2;
  }

  .impact_of_facilities .resesrve_your_right {
    max-width: 100%;
    margin: 0 auto;
  }

  .impact_of_facilities.resesrve_your_spot {
    padding: 50px 0 0px;
  }

  .impact_of_facilities .resesrve_left_inner {
    padding-bottom: 50%;
    min-height: 300px;
  }

  .resesrve_your_right .btn span {
    font-size: 20px !important;
  }

  .new_faq_sec h2.wp-block-heading {
    font-size: 32px !important;
    line-height: 1 !important;
  }

  .simple-img-no-sl.new-lp-hero .left-column {
    width: calc(100% + 94px);
    background-image: none;
  }

  .new-lp-hero-3 h3 {
    font: normal normal 600 26px / 30px var(--primary-font) !important;
  }

  .submitted-message.hs-form-8ddb9211-e58c-41e8-b305-d19d0e09b6f5 {
    max-width: 70%;
    margin: 0px auto;
    text-align: center;
  }
}

@media only screen and (min-width: 850px) {
  .new-lp-hero.simple-img-no-sl .left-column {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .simple-img-no-sl.new-lp-hero .left-column {
    width: calc(100% + 94px);
    background-image: none;
  }
}

@media only screen and (min-width: 641px) {
  .new-lp-hero .only_mobile {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .new-lp-hero .only_desk {
    display: none;
  }

  .new-lp-hero h1,
  .new-lp-hero-3 h1,
  .cal_business_banner h1 {
    font-size: 40px;
    margin: 30px 0 15px;
  }

  .sub_point:not(:nth-child(2)) {
    transform: translateX(0px);
  }

  .new-lp-hero .left-column {
    background-position: 30%;
    order: 2;
  }

  .sub_point_inner p {
    font-size: 16px;
    line-height: 1.2;
  }

  .new-lp-hero .right-column {
    order: 1;
  }

  .new-lp-hero .left-column {
    min-height: 520px;
    background: url(../image/Layer-45.png) no-repeat,
      linear-gradient(180deg, rgb(235, 242, 250) 18%, rgb(255, 255, 255) 59%);
    background-size: cover;
    position: relative;
    margin-bottom: 26px;
  }

  .simple-img-no-sl.new-lp-hero .left-column {
    min-height: auto;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .new-lp-hero.simple-img-no-sl .hero_banner img {
    width: 100%;
  }

  .new-lp-hero-3 .hs-error-msgs li {
    text-align: left;
  }

  .lp_left_contect {
    align-items: center;
  }

  .lp-absolute-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 48%);
  }

  .sub_point_inner {
    padding: 20px;
    max-width: 281px;
  }

  .sub_point {
    margin-bottom: 24px;
  }

  .main_real_results {
    margin: 0 -10px;
  }

  .sub_real_results,
  .benefits_facilities .sub_real_results {
    margin: 10px;
    width: calc(100% - 20px);
  }

  .sub_real_results h3 {
    font-size: 42px !important;
    margin-bottom: 6px;
  }

  .real_results_sec .main_title h2,
  .benefits_sec .main_title h2,
  .service_channel_managed .main_title h2,
  .resesrve_spot_wpr h2 {
    font-size: 36px !important;
    line-height: 1.1 !important;
  }

  .section-list-brand-mf .btn_schedule a {
    padding: 14px 35px 14px !important;
    margin-top: 20px;
  }

  .b-compare__cell:not(:first-child) {
    font-size: 20px;
    padding-inline: 20px;
  }

  .b-compare__row:first-child .b-compare__cell:first-child {
    border-radius: 25px 25px 0 0;
    padding: 18px 10px;
  }

  .b-compare__row:last-child .b-compare__cell:first-child {
    border-radius: 0 0 25px 25px;
    padding: 20px 10px 28px;
  }

  .sc_managed_wpr {
    border-radius: 40px;
    padding: 40px 24px;
  }

  .submitted-message.hs-form-8ddb9211-e58c-41e8-b305-d19d0e09b6f5 {
    max-width: 85%;
  }
}

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

  .new-lp-hero h1,
  .new-lp-hero-3 h1,
  .cal_business_banner h1 {
    font-size: 34px;
  }
}

/*Event Template*/

.meet_service_wpr {
  display: flex;
  flex-wrap: wrap;
}

.meet_service_left_inn h6 {
  font-size: 16px;
  line-height: 29px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.meet_service_left_inn h1 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 48px;
  line-height: 53px;
  max-width: 480px;
}

.meet_service_left {
  background-image: url(../image/bg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 630px;
}

.meet_service_left_inn ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.meet_service_left_inn li {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 33.33%;
  padding: 0 5px;
}

.meet_service_left_inn li img {
  width: 100%;
  max-width: 30px;
  max-height: 30px;
  object-fit: scale-down;
}

.meet_service_left_inn {
  max-width: 643px;
  margin: 0 0 0 auto;
  padding: 70px 40px 40px;
  color: #fff;
  width: 100%;
}

.meet_service_right_inn {
  padding: 70px 40px 40px;
  width: 100%;
  max-width: 643px;
}

.meet_service_form {
  max-width: 420px;
  margin: 0 auto;
}

.meet_service_left_inn li span {
  display: block;
  flex: 1;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding-left: 10px;
}

.meet_service_left_inn li:first-child {
  max-width: 206px;
}

.meet_service_left_inn li:nth-child(2) {
  max-width: 180px;
}

.meet_service_right_inn img {
  max-width: 530px;
  margin-top: 50px;
  width: 100%;
}

.meet_service_left_inn p {
  font-size: 17px;
  line-height: 24px;
  margin-top: 24px;
}

.meet_service_left_inn li:last-child {
  max-width: 160px;
}

#connex_page .meet_service_left_inn li:first-child,
#connex_page .meet_service_left_inn li:last-child {
  max-width: 180px;
}

#connex_page .meet_service_left_inn li:nth-child(2) {
  max-width: 220px;
}

.meet_service_right {
  background-image: url(../image/box_layer_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  display: flex;
  justify-content: flex-start;
}

.service_right-heading h3 {
  font-size: 39px;
  line-height: 42px;
  font-weight: bold;
  max-width: 450px;
  margin: 0 auto 15px;
  text-align: center;
}

.service_right-heading p {
  font-size: 16px;
  line-height: 29px;
}

.service_right-heading {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  color: #061c4b;
}

.small_img_bg,
.full_rounded_img {
  position: absolute;
}

.small_img_bg img,
.full_rounded_img img,
.rfma_img_wpr img {
  height: 100%;
  width: 100%;
}

.rfma_img_wpr p {
  font-size: 15px;
  margin-top: 5px;
  color: #999;
}

.small_img_bg img,
.full_rounded_img img {
  display: block;
  filter: drop-shadow(0 0 40px #0009);
}

.small_img_bg {
  max-width: min(246px, 35%);
  top: -13%;
  right: -6%;
}

.full_rounded_img {
  max-width: min(260px, 59%);
  right: 7%;
  bottom: -11%;
  transform: rotate(45deg);
}

.meet_service_form fieldset .hs-richtext p {
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  margin: 20px 0;
}

.meet_service_form fieldset label.hs-error-msg {
  color: #ff0000;
  font-size: 16px;
}

.meet_service_form .hs_error_rollup label.hs-main-font-element {
  margin-bottom: 10px;
  display: block;
  color: #ff0000;
  text-align: center;
}

.meet_service_form .actions {
  text-align: center;
}

.rfma_section {
  padding: 40px 0;
  background-image: url(../image/bkg_gradient.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.rfma_title h5 {
  font-size: 26px;
  line-height: 41px;
  color: #061c4b;
  font-weight: bold;
  margin: 10px 0 0;
}

.rfma_title img {
  max-width: 300px;
  display: block;
  margin: auto;
  width: 100%;
}

.rfma_title {
  max-width: 697px;
  margin: 0 auto;
  text-align: center;
}

.rfma_wpr {
  max-width: 1072px;
  margin: 0 auto 100px;
}

#connex_page .rfma_wpr {
  margin-bottom: 60px;
}

.rfma_img_wpr {
  height: 100%;
  width: 100%;
  max-width: 800px;
  margin: 20px auto 35px auto;
}

.rfma_info p {
  font-size: 17px;
  line-height: 24px;
  color: #061c4b;
  max-width: 550px;
  margin: 0 auto;
}

.rfma_info {
  max-width: 699px;
  margin: 0 auto;
  text-align: center;
}

.description-inner-cols {
  max-width: 800px;
  margin: 0 auto;
}

.description-inner-row {
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}

.description-inner-cols p {
  font-size: 17px;
  line-height: 24px;
  color: #061c4b;
  margin-bottom: 24px;
}

.description-inner-row>div {
  flex: 1;
}

.description-inner-row ul {
  padding-left: 16px;
}

.description-inner-row ul li {
  list-style: disc;
  font-size: 17px;
}

.description-rows .facilities_btn_wpr {
  margin: 50px 0 0;
}

.meet_service_block {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.meet_service_space {
  display: none;
}

@media only screen and (min-width: 851px) and (max-width: 1366px) {
  .meet_service_left_inn h1 {
    font-size: 3.4vw;
    line-height: 3.4vw;
  }

  .meet_service_left_inn h6 {
    font-size: 1.4vw;
    line-height: 1.4vw;
  }

  .meet_service_left_inn li span {
    font-size: 1.2vw;
    line-height: 1.6;
  }
}

@media only screen and (min-width: 851px) and (max-width: 1080px) {
  .service_right-heading h3 {
    font-size: 3.6vw;
    line-height: 3.6vw;
  }
}

@media only screen and (max-width: 850px) {
  .meet_service_right {
    width: 100%;
    order: 1;
    justify-content: center;
  }

  .meet_service_left {
    width: 100%;
    order: 2;
    overflow: unset;
    flex-direction: column;
    background-image: none;
    height: 100%;
    min-height: unset;
  }

  .meet_service_left_inn {
    padding: 70px 40px 150px;
    margin: 0 auto;
  }

  .meet_service_right_inn {
    padding: 40px;
  }

  .meet_service_block {
    background-image: url(../image/bg_img.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .small_img_bg {
    max-width: 160px;
    top: -50px;
    right: -45px;
    transform: rotate(45deg);
  }

  .full_rounded_img {
    max-width: 180px;
    bottom: 0;
    transform: rotate(5deg);
  }

  .meet_service_space {
    display: block;
    height: 63px;
    width: 100%;
  }

  .rfma_section {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .rfma_img_wpr p {
    display: none;
  }

  .description-inner-row {
    row-gap: 24px;
    flex-direction: column;
  }

  #connex_page .rfma_wpr {
    margin-bottom: 20px;
  }

  .description-rows .facilities_btn_wpr {
    margin: 40px 0 0;
  }
}

@media only screen and (max-width: 640px) {
  .meet_service_section .meet_service_left_inn li {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
    align-items: center;
  }

  .meet_service_left_inn ul {
    margin: 0;
  }

  .meet_service_section .meet_service_left_inn li:not(:last-child) {
    margin-bottom: 20px;
  }

  .meet_service_left_inn h1 {
    margin-bottom: 32px;
    font-size: 8.7vw;
    line-height: 1.1;
  }

  .meet_service_left_inn h6 {
    font-size: 3vw;
    line-height: 1.4;
  }

  .rfma_title img {
    max-width: 61%;
  }

  .rfma_title {
    max-width: 427px;
  }

  .rfma_wpr {
    margin: 0 auto 50px;
  }

  .rfma_title h5 {
    line-height: 1.1;
    font-size: clamp(28px, 7vw, 36px);
    margin: 15px 0 0 0;
  }

  .rfma_info p {
    font-size: 19px;
    line-height: 1.3;
  }

  .service_right-heading h3 {
    font-size: clamp(25px, 7vw, 37px);
    line-height: 1.3;
  }

  .meet_service_right_inn {
    padding: 40px 15px;
  }

  .meet_service_left_inn {
    padding: 70px 25px;
    margin: 0 auto;
  }

  .small_img_bg {
    max-width: 140px;
    top: -40px;
    right: -40px;
  }

  .full_rounded_img {
    max-width: 120px;
  }
}

/***Landing Page - Restaurant Growth***/
.restaurant_bg_img {
  padding: 50px 0 80px;
  background-image: url("../image/restaurant_hero_new.png");
  color: #fff;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

.restaurant_wpr {
  margin: 0 -20px;
}

.restaurant_wpr,
.restaurant_info_wpr {
  display: flex;
  flex-wrap: wrap;
}

.restaurant_left {
  width: 56%;
  padding: 0 20px;
}

.restaurant_right {
  width: 44%;
  padding: 0 20px;
}

.restaurant_right_inn>#form h3 {
  color: var(--Primary);
  text-align: center;
  margin-bottom: 15px;
}

.restaurant_right_inn>#form p,
.meet_service_form .legal-consent-container p {
  color: #000;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
  margin: 15px 0;
}

.restaurant_right_inn>#form .hs-error-msg {
  color: red;
  font-size: 14px;
}

.restaurant_right_inn>#form .hs-form-private .hs-form-field {
  margin: 10px 0;
}

.restaurant_right_inn>#form p a,
#connex_page form p a {
  color: #66a3c2;
  text-decoration: underline;
}

.restaurant_right_inn>#form input[type="submit"] {
  max-width: 100%;
}

.restaurant_heading {
  max-width: 560px;
}

.restaurant_heading h5 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
}

.restaurant_heading h1 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0;
}

.restaurant_info {
  margin: 50px 0 0 0;
}

.restaurant_info_img {
  width: 100%;
  max-width: 240px;
  transform: rotate(-8deg);
}

.restaurant_info_text {
  flex: 1;
  padding-left: 50px;
}

.restaurant_info_text h6 {
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.restaurant_info_text li span {
  max-width: 16px;
  width: 100%;
  display: inline-block;
  height: 16px;
  margin: 3px 10px 0 0;
}

.restaurant_info_text li {
  display: flex;
}

.restaurant_info_text li {
  display: flex;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 1.1;
  font-weight: 400;
}

.restaurant_info_text li:not(:last-child) {
  margin-bottom: 19px;
}

.restaurant_facilities {
  padding: 70px 0 40px;
  overflow: hidden;
  position: relative;
}

.restaurant_facilities::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc((100% - 1282px) / 2 + 32px);
  background-color: var(--white);
  z-index: 1;
  pointer-events: none;
}

.restaurant_facilities::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc((100% - 1282px) / 2 + 32px);
  background: linear-gradient(90deg,
      var(--white) 40%,
      rgba(255, 255, 255, 0.3) 100%);
  z-index: 2;
  pointer-events: none;
}

.facilities_title {
  margin-bottom: 50px;
}

.facilities_title h3 {
  text-align: center;
}

.facilities_slider_main .facilities_arrow::after {
  display: none;
}

.facilities_slider_main {
  position: relative;
  padding-bottom: 40px;
}

.facilities_slider_main .facilities_arrow {
  height: 53px;
  width: 53px;
  border-radius: 50%;
  filter: drop-shadow(0 0 7px rgba(38, 33, 34, 0.51));
  background-color: #ffffff;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.facilities_slider_main .facilities_arrow.swiper-button-next {
  scale: -1;
  right: 0;
  left: auto;
  transform: translateY(calc(-50% + 53px));
}

.facilities_slider {
  overflow: visible;
}

.facilities_slider .slide-counter {
  text-align: center;
  font-size: 16px;
  margin: 15px 0 0;
  text-align: center;
}

.facilities_slider_main .facilities_progressbar {
  width: calc(100% - 53px);
  left: 26px;
  top: calc(100% - 8px);
  height: 8px;
  border-radius: 6px;
  background-color: #00000033;
}

.facilities_slider_main .facilities_progressbar .swiper-pagination-progressbar-fill {
  border-radius: 6px;
  background-color: #00000033;
}

.facilities_slide {
  position: relative;
  width: 100%;
  padding-top: 130%;
}

.facilities_slide a {
  display: flex;
}

.facilities_slide img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.facilities_btn_wpr {
  text-align: center;
  margin: 40px 0 0 0;
}

.facilities_btn {
  line-height: 37px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 10px;
  background-color: #ec831c;
  padding: 4px 35px;
  font-size: 18px;
  text-transform: capitalize;
}

.restaurant_logo_section {
  padding: 40px 0 80px;
}

.restaurant_logo_wpr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.restaurant__logo_img {
  width: 14.28%;
  display: flex;
  justify-content: center;
}

.restaurant__logo_img img {
  max-height: 75px;
  max-width: 97px;
  object-fit: scale-down;
  min-height: 42px;
  width: 100%;
}

.restaurant_logo_title h4 {
  text-align: center;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.restaurant_logo_title {
  margin-bottom: 40px;
}

.restaurant_qrs .restaurant_bg_img {
  padding: 50px 0;
}

.restaurant_qrs_wpr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.qrs_left_img {
  max-width: 224px;
  width: 100%;
  transform: rotate(-10deg);
}

.restaurant_qrs_left {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}

.restaurant_qrs_right {
  width: 60%;
  padding-left: 75px;
  margin-top: 40px;
}

.restaurant_qrs .container {
  max-width: 1120px;
}

.restaurant_qrs_right h3 {
  margin-bottom: 10px;
}

.restaurant_qrs_right p {
  font-size: 20px;
}

.restaurant_btn-qrs_wpr {
  margin-top: 30px;
}

.restaurant_right_inn>#form {
  max-width: 420px;
  width: 100%;
  background: #fff;
  padding: 27px 50px;
  border-radius: 22px;
  margin: auto;
}

/*----------------- Platform CSS Start -----------------*/
.main-platform-section {
  margin: 55px 0;
}

.main-platform-inner .title {
  text-align: center;
  font: normal normal 800 42px/1.2 var(--primary-font) !important;
  margin-bottom: 60px;
}

.platform-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 14px;
}

.platform-col {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.platform-col .platform-col-img {
  width: 35px;
  height: 35px;
}

.platform-col img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.platform-col .platform-col-content {
  flex: 1;
}

.platform-col .platform-col-content p {
  font: normal normal 400 20px/22px var(--primary-font);
  max-width: 470px;
}

.main-platform-section .container {
  max-width: 1192px;
}

.new-lp-hero-offer .responsive-flex .btn {
  display: none;
}

.new-lp-hero-offer {
  background-image: url(../image/lp-hero-offer-desk.png) !important;
}

/*----------------- Platform CSS End -----------------*/
/*----------------- New Footer CSS Start -----------------*/

.landing-footer-section {
  display: block;
  padding: 42px 0;
}

.landing-footer-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.landing-footer-left {
  width: 100%;
  max-width: 402px;
}

.landing-footer-right {
  flex: 1;
}

.footer-right-inner ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: flex-end;
}

.site-logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.site-logo .site-logo-link {
  display: flex;
  width: 100%;
  max-width: 210px;
  margin-bottom: 20px;
}

.landing-copy {
  margin-bottom: 40px;
}

.landing-copy p {
  font: normal normal 400 10px/1 var(--primary-font);
}

.landing-copy-link p {
  font: normal normal 400 10px / 1 var(--primary-font);
  color: #666666;
}

.landing-copy-link a {
  transition: all 0.3s ease;
}

.landing-copy-link a:hover {
  color: var(--Primary);
  text-decoration: underline;
}

.footer-right-inner ul li {
  display: flex;
  /* width: 100%;
  max-width: 70px; */
}

.landing-footer-section .container,
.testimonials_offer_template .container, .header .container {
  max-width: 1362px;
}

/*----------------- New Footer CSS End -----------------*/
/*----------------- Wordpress CSS Start -----------------*/
.lw_banner_col_left .banner_img img {
  object-position: right;
}

.logo_offer_template {
  padding: 65px 0 !important;
}

.testimonials_offer_template {
  background: #061c4c !important;
  padding: 65px 0 !important;
}

.testimonials_offer_template:before,
.testimonials_offer_template .main_title p:empty {
  display: none;
}

.logo_offer_template {
  background: #e5edf9;
}

.new-lp-hero-offer .right-column .form_above_text {
  color: #00BFF0;
  font-size: 23px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-transform: unset;
  /* -webkit-text-stroke: 1px #000; */
  margin-bottom: 8px;
  text-align: left;
}

.new-lp-hero-offer .right-column .hbspt-form .hs-richtext h2 {
  margin-bottom: 6px;
}

.new-lp-hero-offer h3 {
  font: normal normal 400 22px/24px var(--primary-font) !important;
  max-width: 478px;
  margin-bottom: 30px;
}

body .header+* {
  margin-top: 79px;
}

.new-lp-hero-offer .responsive-flex .wp-block-heading {
  text-shadow: 0px 0px 28.77px #00000099;
  font-size: 48px;
  line-height: 1;
}

.new-lp-hero-mob {
  display: none;
}

.landing-footer-left .site-logo {
  max-width: 210px;
  margin-bottom: 20px;
}

.header__logo-custom .logo {
  width: 100%;
  max-width: 210px;
}

.header__logo-custom .logo span {
  width: 100%;
  height: 100%;
}

.header__logo-custom .logo img {
  position: relative;
}

.new-lp-hero-offer .legal-consent-container {
  display: block;
}

.new-lp-hero-3 .legal-consent-container p {
  font-size: 10px;
  line-height: 14px;
  margin: 15px 0;
}

.new-lp-hero-3 .legal-consent-container a {
  text-decoration: underline;
}

.new-lp-hero-offer .hs-form-private .hs-form-field select {
  margin: 0;
}

.footer-right-inner ul li:nth-child(5), .footer-right-inner ul li:nth-child(6) {
  padding-top: 13px;
}

.new-lp-hero-offer .responsive-flex .wp-block-heading span {
  font-size: 16px;
  margin: 0 0 0 5px;
  vertical-align: super;
}

/*----------------- Wordpress CSS End -----------------*/

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

  .restaurant_facilities::after,
  .restaurant_facilities::before {
    display: none;
  }

  .facilities_slider {
    overflow: hidden;
  }
}

@media only screen and (max-width: 1180px) {
  .restaurant_info_img {
    max-width: 35%;
  }

  .restaurant_info_text {
    flex: 1;
    padding-left: 20px;
  }

  .footer-right-inner ul {
    gap: 20px;
  }

  .footer-right-inner ul li {
    width: 100%;
    max-width: 70px;
  }

  .new-lp-hero-offer .left-column {
    width: 47%;
  }

  .new-lp-hero-offer .only_mob {
    margin: 30px auto;
  }
}

@media (max-width: 991px) {
  .landing-footer-left {
    width: 100%;
    max-width: 290px;
  }


  .new-lp-hero-offer .left-column {
    width: 100%;
  }

  .platform-form .hs_submit .actions .hs-button {
    margin: 0 auto;
    display: block;
  }

  .platform-form fieldset {
    max-width: 100% !important;
    text-align: center;
  }

  .new-lp-hero-mob {
    display: block;
  }
}

@media only screen and (max-width: 850px) {
  .restaurant_left {
    width: 100%;
  }

  .restaurant_right {
    width: 100%;
  }

  .restaurant_wpr {
    row-gap: 50px;
  }

  .facilities_slider {
    margin: 0 20px;
  }

  .facilities_slider_main .facilities_arrow {
    height: 40px;
    width: 40px;
  }

  .facilities_slider_main .facilities_arrow.swiper-button-next {
    transform: translateY(calc(-50% + 40px));
  }

  .restaurant__logo_img {
    width: 25%;
    padding: 0 10px;
  }

  .restaurant_logo_wpr {
    row-gap: 20px;
    justify-content: center;
  }

  .facilities_slider::after {
    display: none;
  }

  .restaurant_right_inn>#form {
    max-width: 100%;
  }

  .restaurant_info_text {
    padding-left: 35px;
  }
}

@media (max-width: 767px) {
  .platform-row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .main-platform-inner .title {
    font-size: 32px !important;
    margin-bottom: 40px;
  }

  .landing-footer-left {
    max-width: 100%;
    text-align: center;
    order: 2;
  }

  .site-logo .site-logo-link {
    margin: 0 auto 20px auto;
  }

  .landing-footer-right {
    flex: unset;
    order: 1;
    width: 100%;
  }

  .footer-right-inner ul {
    justify-content: center;
    align-items: center;
  }

  .footer-right-inner ul li {
    max-width: 60px;
    padding: 0 !important;
  }

  .logo_offer_template {
    padding: 42px 0 !important;
  }

  .main-platform-section {
    margin: 44px 0;
  }

  .new-lp-hero-offer {
    background-image: none !important;
    padding: 0;
    margin-bottom: 44px;
  }

  .new-lp-hero-offer .only_mob {
    margin: 0 auto 30px auto;
  }

  .new-lp-hero-offer .left-column {
    display: none;
  }

  .new-lp-hero-offer .responsive-flex {
    gap: 0;
  }

  .new-lp-hero-offer .responsive-flex .btn {
    width: fit-content;
    margin: 0 auto;
    font-size: 27px !important;
    padding: 14px 34px;
    display: block;
  }

  .new-lp-hero-offer .responsive-flex .wp-block-heading {
    margin: 0 auto 30px auto !important;
    font-size: 64px;
    text-shadow: 0px 0px 28.77px #00000099;
  }

  .platform-form {
    display: block;
    background-color: #e5edf9;
    text-align: center;
    margin: 40px 0 0 0;
    padding: 60px !important;
    border-radius: 40px;
  }

  .platform-form .hs-richtext p {
    font-size: 10px;
    line-height: 1;
    max-width: 418px;
    margin: 0 auto 30px;
  }

  .platform-form .hs-richtext h2 strong {
    font-size: 39px !important;
    color: #061c4b !important;
  }

  .new-lp-hero-offer .container {
    padding: 0;
  }

  .new-lp-hero-mob {
    background-image: url(../image/lp-hero-offer-mob.png) !important;
    padding: 40px 47px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .new-lp-hero-offer .right-column {
    padding: 0 47px;
  }

  .landing-footer-left .site-logo {
    margin: 0 auto 20px auto;
  }

  .new-lp-hero-offer .legal-consent-container p {
    color: #001b40;
    line-height: 14px;
  }

  .right-column .submitted-message {
    color: #001b40;
  }

  .new-lp-hero-offer .right-column .form_above_text {
    text-align: center;
  }

  .new-lp-hero-offer .legal-consent-container a {
    color: #687afb;
  }
}

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

  .restaurant_hero .container,
  .restaurant_facilities .container,
  .restaurant_logo_section .container,
  .restaurant_qrs .container {
    padding: 0 20px;
  }

  .restaurant_info_img {
    max-width: 60%;
    margin: auto;
  }

  .restaurant_info_text {
    flex: 1 0 100%;
    padding: 30px 0 0;
  }

  .restaurant_bg_img,
  .restaurant_facilities {
    padding: 40px 0;
  }

  .restaurant_logo_section {
    padding: 0 0 40px;
  }

  .restaurant_heading h5 {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .restaurant_heading h1 {
    font-size: clamp(24px, 6vw, 32px);
    line-height: 1.3;
  }

  .restaurant_info,
  .facilities_btn_wpr {
    margin: 30px 0 0 0;
  }

  .facilities_title {
    margin-bottom: 30px;
  }

  .restaurant_qrs_left {
    width: 100%;
    justify-content: center;
  }

  .restaurant_qrs_right {
    width: 100%;
    padding: 0;
  }

  .restaurant__logo_img {
    width: 33.33%;
  }

  .restaurant_logo_wpr {
    row-gap: 30px;
  }

  .restaurant_right_inn>#form h3 {
    font-size: clamp(24px, 6vw, 32px) !important;
  }

  .restaurant_right_inn>#form {
    padding: 27px;
  }

  .platform-col {
    gap: 14px;
  }

  .platform-col .platform-col-img {
    width: 28px;
    height: 28px;
  }

  .platform-col .platform-col-content p {
    font-size: 16px;
    line-height: 1.2;
  }

  .landing-copy {
    margin-bottom: 20px;
  }

  .new-lp-hero-offer .responsive-flex .wp-block-heading {
    font-size: 40px;
  }

  .platform-form {
    padding: 22px !important;
    border-radius: 14px;
  }

  .footer-right-inner ul {
    gap: 14px;
  }

  .footer-right-inner ul li {
    max-width: 50px;
  }

  .platform-form fieldset .hs-form-field {
    margin-bottom: 0;
  }

  .platform-form .hs-richtext p {
    margin: 20px auto 30px;
  }

  .platform-form .hs-richtext h2 strong {
    font-size: 26px !important;
    line-height: 1.2 !important;
  }

  .platform-form .hs_submit .actions .hs-button {
    padding: 12px 20px;
  }

  .new-lp-hero-offer .responsive-flex .btn {
    padding: 12px 34px;
  }

  .testimonials_offer_template .main_title .text-white {
    font-size: 42px !important;
    letter-spacing: normal;
  }

  .header__logo-custom .logo, .landing-footer-left .site-logo {
    max-width: 160px;
  }

  .header__inner-custom .btn.btn--color-light-blue.hover-dark {
    padding: 8px 12px;
    font-size: 16px;
  }

  .header__inner-custom .btn.btn--color-light-blue.hover-dark span {
    font-size: unset;
  }
}

@media (max-width: 480px) {
  .new-lp-hero-offer .right-column {
    padding: 0 15px;
  }

  .new-lp-hero-mob {
    padding: 40px 15px;
  }
}

@media (max-width: 340px) {
  .header__inner-custom .btn.btn--color-light-blue.hover-dark {
    padding: 6px 10px;
    font-size: 14px;
  }
}