/* font-family: "Josefin Sans", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

/* font-family: "Poppins", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: "Jost", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: "Inter", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* font-family: "Geologica", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght,CRSV@100..900,0&display=swap');

:root {
  --White: #FFFFFF;
  --Black: #000000;
  --Black1: #333333;
  --Red: #9F1924;
  --Light-Blue: #73D1DD;
  --Grey: #FFFFFF99;
  --Dark-Grey: #515151;
  /* font */
  --font-Josefin: "Josefin Sans", sans-serif;
  --font-Poppins: "Poppins", sans-serif;
  --font-Jost: "Jost", sans-serif;
  --font-Inter: "Inter", sans-serif;
  --font-Geologica: "Geologica", sans-serif;
}

html {
  scroll-behavior: inherit !important;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: var(--White);
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-Poppins);
  color: var(--Black);
}

body:not(.wp-admin):not(.login) {
  background-color: var(--Black1);
  color: var(--White);
}

body.wp-admin {
  background: #fff !important;
  color: #000 !important;
}

body.wp-admin * {
  color: inherit !important;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

ol,
ul {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

p {
  font-family: var(--font-Poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0;
  color: var(--White);
}

p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-Josefin);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--White);
  margin-top: 0;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 56px;
}

h2,
.h2 {
  font-size: 40px;
}

h3,
.h3 {
  font-size: 32px;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 32px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 25px;
}

h2 span,
.h2 span {
  color: var(--Light-Blue);
}

::placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

::placeholder {
  color: #000;
  opacity: 1;
}

img {
  height: auto;
  max-width: 100%;
}

button:focus {
  outline: none;
}

textarea {
  resize: none;
}

a {
  transition: all 0.33s linear;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: var(--Black1);
}

body {
  overflow-x: hidden;
}

/* button */
.red-btn,
.blue-btn,
.gform_button {
  padding: 15px 27px;
  min-width: auto;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
  color: #FFFFFF;
  font-family: var(--font-Jost);
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow 0.33s linear;
}

.red-btn::before,
.blue-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: var(--White);
  opacity: 0;
  transition: opacity 0.33s linear;
  z-index: 0;
}

/* .red-btn::before{

} */
.red-btn::after,
.blue-btn::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 14px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.33s linear;
}

.red-btn span,
.blue-btn span {
  position: relative;
  z-index: 1;
}

.red-btn {
  min-width: 129px;
  background: linear-gradient(180deg, #9F1924 0%, #C9222F 100%);
  box-shadow: 0px 8px 10px -6px #9F19244D, 0px 20px 25px -5px #9F19244D;
}

.red-btn::after {
  background: linear-gradient(180deg, #9F1924 0%, #C9222F 100%);
}

.red-btn:hover {
  box-shadow: 0px 8px 10px -6px #9F19244D, 0px 20px 25px -5px #9F19244D;
}

.blue-btn {
  min-width: 163px;
  background: linear-gradient(180deg, #09BFDF 0%, #73D1DD 100%);
  box-shadow: 0px 8px 10px -6px #1FA2BE4D, 0px 20px 25px -5px #1FA2BE4D;
  color: var(--Black1);
  transition: all 0.33s linear;
}

.blue-btn::after {
  background: linear-gradient(180deg, #09BFDF 0%, #73D1DD 100%);
}

.blue-btn:hover {
  box-shadow: 0px 8px 10px -6px #1FA2BE4D, 0px 20px 25px -5px #1FA2BE4D;
  color: var(--Black1);
}

.red-btn:hover::before,
.blue-btn:hover::before {
  opacity: 1;
}

.red-btn:hover::after,
.blue-btn:hover::after {
  opacity: 1;
}

/* button end */

/* Header */
.lines-button {
  border-radius: 0.57143rem;
  cursor: pointer;
  padding: 16px 0px;
  position: absolute;
  right: 16px;
  top: 0;
  transition: all 0.3s ease;
  z-index: 99;
  display: none;
}

.lines-button:hover {
  opacity: 1;
}

.lines {
  /* background: #fff; */
  background: linear-gradient(180deg, #09BFDF 0%, #73D1DD 100%);
  border-radius: 0.28571rem;
  display: inline-block;
  height: 2px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 40px;
}

.lines:before,
.lines:after {
  /* background: #fff; */
  background: linear-gradient(180deg, #09BFDF 0%, #73D1DD 100%);
  border-radius: 0.28571rem;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  transform-origin: 0.28571rem center 0;
  transition: all 0.3s ease 0s;
  width: 40px;
}

.lines:before {
  top: 8px;
}

.lines:after {
  top: -8px;
}

.lines-button:hover .lines:before {
  top: 8px;
}

.lines-button:hover .lines:after {
  top: -8px;
}

.lines-button.x2.meanclose .lines:before,
.lines-button.x2.meanclose .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
}

.lines-button.minus.close .lines:before,
.lines-button.minus.close .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
}

.main_menu {
  float: left;
  position: relative;
  text-align: center;
  z-index: 500;
  transition: all 0.3s ease 0s;
}

.main_menu ul {
  padding: 0px;
  margin: 0px;
}

.main_menu>ul>li {
  float: left;
  list-style: outside none none;
  margin-left: 0px;
  position: relative;
  transition: all 0.33s linear;
}

.main_menu>ul>li>a {
  display: block;
  text-decoration: none;
  margin-bottom: 0px;
  position: relative;
  color: var(--White) !important;
  font-style: normal;
  text-transform: capitalize;
  font-family: var(--font-Poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  padding: 5px 8px;
  border-radius: 14px;
  /* transition: all 0.33s linear; */
  transition: all 0.33s ease-in-out;
}

.main_menu>ul>li.menu-item-has-children>a {
  padding-right: 20px !important;
}

.main_menu>ul>li>ul li a {
  padding: 10px 15px;
  color: var(--Black);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}

.main_menu>ul>li>a:hover {
  text-decoration: none;
}

.main_menu>ul>li>a.last {
  border: none;
}

.main_menu>ul>li:hover>a {
  text-decoration: none;
  color: #1a1a1a;
  position: relative;
  z-index: 99;
}

.main_menu>ul>li:hover>a .sub {
  color: #000;
}

.main_menu>ul>li.current_page_item>a {
  text-decoration: none;
  color: #fff;
  border-color: #fff;
}

.main_menu>ul>li.current-menu-parent>a,
.main_menu>ul>li.current-menu-ancestor>a,
.main_menu>ul>li.current-menu-item>a {
  color: #0093bb;
}

.main_menu>ul>li.current_page_item>li.current_page_item>a,
.main_menu>ul>li.current-menu-ancestor>ul>li.current-menu-parent>a,
.main_menu>ul>li>ul>li>ul>li.current-menu-item>a {
  background: #0093bb;
  color: #fff;
}

.main_menu>ul>li.current-product_cat-ancestor>li.current-product_cat-ancestor>a,
.main_menu>ul>li.current-product_cat-ancestor>ul>li.current-product_cat-ancestor>a,
.main_menu>ul>li>ul>li>ul>li.current-product_cat-ancestor>a {
  color: #fff;
}

.main_menu>ul>li.current-product_cat-ancestor>a {
  color: #fff;
  background: #0093bb;
}

.main_menu>ul>li>ul>li.current-menu-item>a {
  color: #000000;
  background: var(--Pink);
}

.main_menu ul>li:hover>a,
.main_menu>ul>li.current-menu-item>a {
  transition: all 0.3s linear;
  color: #fff;
}

/* submenus */
.main_menu ul ul {
  top: 100%;
  background: var(--Light-Blue);
  pointer-events: none;
  z-index: 1000;
  min-width: 135px;
  width: auto;
  border-radius: 2px;
  position: absolute;
  padding: 0px;
  margin: 0px;
  visibility: hidden;
  display: block;
  text-align: left;
  opacity: 0;
  -webkit-transition: all 0.03s ease;
  -moz-transition: all 0.03s ease;
  -ms-transition: all 0.03s ease;
  -o-transition: all 0.03s ease;
  transition: all 0.03s ease;
  border: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 2px 20px 0px #8b8b8b40;
}

.main_menu ul ul li {
  display: block;
  position: relative;
}

.main_menu ul ul li a {
  padding: 24px 34px;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main_menu ul ul a:hover {
  text-decoration: none;
}

.main_menu li:hover>ul {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  pointer-events: auto;
}

.main_menu>ul>li>ul>li:first-child,
.main_menu>ul>li>ul>li:first-child li:first-child {
  border-top: 0px;
}

.main_menu ul ul ul {
  padding-top: 0px;
  left: 100%;
  top: 0px;
}

.main_menu ul ul li:first-child>ul {
  top: 0px;
  border-top: 0px;
  overflow-y: auto;
}

.main_menu>select,
a.meanmenu-reveal {
  display: none;
}

.mean-bar {
  float: left;
  position: relative;
  width: 100%;
  z-index: 99;
}

a.meanmenu-reveal {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: 700;
  display: none !important;
}

a.meanmenu-reveal span {
  display: block;
}

.mean-nav {
  background: #fff;
  float: left;
  position: absolute;
  top: 29px;
  width: 100%;
}

.mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

body .main_menu ul>li>a:hover,
body .main_menu ul>li:hover>a,
.main_menu>ul>li.current-menu-item>a {
  color: var(--Black);
}

.main_menu>ul>li.current-menu-item>a {
  color: var(--White) !important;
  /* background-color: var(--Light-Blue); */
}

body .main_menu ul>li:hover>a {
  /* color: var(--Black1) !important; */
  /* background: linear-gradient(180deg, #09BFDF 0%, #73D1DD 100%); */
  /* box-shadow: 0px 8px 10px -6px #1FA2BE4D; */
  /* box-shadow: 0px 20px 25px -5px #1FA2BE4D; */
  color: var(--Light-Blue) !important;
  border-radius: 14px;
}

header .main_menu ul.navbar-nav>li:hover>a,
header .main_menu ul.navbar-nav>li>a:hover {
  color: var(--Black) !important;
}

.main_menu>ul>li>ul>li:hover a {
  background: var(--Light-Blue) !important;
  color: var(--White) !important;
  border-radius: 0px;
}

.mean-nav ul li a {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 155.556%;
  min-height: 80px;
  display: grid;
  align-items: center;
  text-transform: capitalize;
}

.mean-nav ul li li a {
  width: 100%;
  padding: 8px 25px;
  opacity: 1;
  text-shadow: none !important;
  visibility: visible;
  letter-spacing: 0.54px;
}

.mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-nav ul li li li a {
  padding: 7px 30px;
  width: 100%;
}

.mean-nav ul li li li li a {
  width: 60%;
  padding: 14px 20%;
}

.mean-nav ul li li li li li a {
  width: 50%;
  padding: 14px 25%;
}

.mean-nav ul li a.mean-expand {
  width: 76px;
  height: 39px;
  border: none !important;
  padding: 6px 5px 3px 5px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: transparent;
  box-shadow: none;
  font-size: 0 !important;
  transition: all 0.5s ease;
  box-shadow: none;
}

.mean-nav>ul>li.current-menu-item>ul>li.current-menu-item>a {
  background: #ff0b2c;
  color: #1a1a1a;
}

.main_menu>ul>li.menu-item-has-children>a {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
}

/* .main_menu > ul > li.menu-item-has-children > a::after {
  background-image: url("../images/down-green.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 8px;
  height: 100%;
  transition: all 0.5s ease;
  border: none;
  margin: 0;
  position: absolute;
  background-size: contain;
  top: 0;
  right: 11px;
} */
.main_menu>ul>li.menu-item-has-children>a::after {
  background-image: url("../images/down-arrow-nav.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 8px;
  height: 100%;
  transition: all 0.5s ease;
  border: none;
  margin: 0;
  position: absolute;
  background-size: contain;
  top: 0;
  right: 7px;
  color: var(--White);
}

.main_menu>ul>li.current-menu-item>a:after {
  background-image: url("../images/down-green.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
}

.main_menu>ul>li.menu-item-has-children:hover>a:after {
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}

.main_menu>ul>li.current-menu-item>a::after {
  filter: brightness(0) invert(1);
}

.mean-nav ul li a.mean-expand.mean-clicked {
  transform: rotate(180deg);
}

header .logo img {
  max-width: 210px;
  width: 100%;
  object-fit: contain;
  transition: all 0.3s linear;
}

header {
  position: fixed;
  transition: all 0.33s linear;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: var(--Black1);
  box-shadow: 0px 11px 31px 0px #30303017;
}

header .top-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  /* padding: 18px 0 51px !important; */
  padding: 18px 0 20px !important;
  gap: 3px;
  padding: 0;
  transition: all 0.3s linear;
  margin-top: -22px;
}

header .middle-wrp .main_menu>ul {
  display: flex;
  gap: 0;
}

.main_menu ul li.menu-item-has-children.active>a.dropdown-toggle::after {
  background-image: url("../images/down-arrow-nav.svg") !important;
  filter: none !important;
}

.main_menu ul li.menu-item-has-children:hover>a.dropdown-toggle::after {
  background-image: url("../images/down-arrow-nav-black.svg") !important;
  transform: rotate(180deg) !important;
  filter: none !important;

  filter: brightness(0) saturate(100%) invert(84%) sepia(18%) saturate(635%) hue-rotate(142deg) brightness(93%) contrast(90%) !important;


}

.logged-in #main__header {
  top: 32px;
}

/* Header end */
/* Footer */
footer {
  position: relative;
  padding: 16px 0 33px;
  border-bottom: 7px solid #73D1DD;
}

footer .footer-row {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 15px;
}

footer .footer-row .left-wrp {
  flex: 0 0 28.548%;
  max-width: 28.548%;
  width: 100%;
}

footer .footer-row .left-wrp .col-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

footer .f-location a,
footer .f-location p {
  font-family: var(--font-Poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: var(--White);
}

footer .f-location p {
  font-weight: 300;
}

footer .footer-row .right-wrp {
  flex: 0 0 56.411%;
  max-width: 56.411%;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  flex-wrap: wrap;
}

footer .f-logo {
  max-width: 240px;
  margin-inline: auto;
  margin-bottom: 18px;
}

footer .f-logo img {
  object-fit: contain;
  width: 100%;
}

footer .f-map {
  width: 100%;
  height: 100%;
  margin-bottom: 18px;
  border-radius: 4px;
  overflow: hidden;
}

footer .f-map p {
  margin-bottom: 0;
}

footer .f-map img {
  width: 100%;
  height: 133px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.col-in h6,.col-in h6 a {
  font-family: var(--font-Poppins);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--Light-Blue);
  margin-bottom: 16px;
}

.col-in ul li a {
  font-family: var(--font-Poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0;
  color: var(--White);
  margin-bottom: 16px;
  display: block;
  text-decoration: underline;
}

.col-in ul li:last-child a {
  margin-bottom: 0;
}

footer .footer-row .right-wrp .col-in:last-child ul li a {
  text-decoration: unset;
}

.col-in ul li a {
  color: inherit;
}

.col-in ul li a:hover,
footer .f-location a:hover {
  color: var(--Light-Blue);
}

footer .footer-row2 {
  border-top: 0.5px solid #73D1DD;
  padding-top: 29px;
  margin-top: 29px;
}

footer .footer-row2 .footer-row2-wrp {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

footer .footer-row2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
  flex-wrap: wrap;
}

footer .footer-row2 .footer-row2-wrp a,
footer .footer-row2 ul li,
footer .footer-row2 ul li p {
  font-family: var(--font-Poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: var(--White);
  margin: 0;
}

footer .footer-row2 .footer-row2-wrp>a:hover,
footer .footer-row2 ul li a:hover {
  color: var(--Light-Blue);
}

footer .footer-row2 ul li a {
  text-decoration: underline;
  color: inherit;
}

footer ul.f-social-list {
  display: flex;
  justify-content: center;
  grid-column-gap: 13px;
}

footer .f-social-list a {
  position: relative;
  width: 19.96px;
  height: 16.31px;
  display: block;
  transition: 0.3s ease;
  text-decoration: unset;
}

footer .footer-row2 ul.f-social-list li a:hover {
  color: unset;
}

footer .f-social-list a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  visibility: visible;
}

footer .f-social-list a img.hover {
  display: block;
  opacity: 0;
  z-index: 2;
  visibility: visible;
  transition: 0.3s ease;
}

footer .f-social-list a:hover img.hover {
  opacity: 1;
  visibility: visible;
}

/* Footer End */
/* slider slick start */
.slick-slider .slick-next,
.slick-slider .slick-prev {
  opacity: 1;
  z-index: 9;
}

/* .slick-slider .slick-next,
.slick-slider .slick-prev {
  background-image: url(../images/slider-prev-red.svg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 24px !important;
  width: 24px;
  height: 24px;
  transition: all 0.3s linear;
} */
.slick-slider .slick-next,
.slick-slider .slick-prev {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 4px;
  background: var(--Light-Blue);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  padding: 0;
}

.slick-slider .slick-next {
  right: 0;
}

.slick-slider .slick-prev {
  left: 0;
}

.slick-slider .slick-next {
  transform: rotateY(-180deg) translate(0, -50%);
  right: 0;
}

.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
  display: none;
}

.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url('../images/slider-prev-white.svg') no-repeat center center;
  background-size: contain;
  opacity: 1;
}

.slick-dots li {
  width: 16px;
  height: 4px;
  margin: 0 4px;
  transition: all 0.3s linear;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  padding: 0;
  border-radius: 31295930px;
  transition: all 0.3s linear;
  font-size: 0;
}

.slick-dots li button::before {
  display: none;
}

.slick-dots li.slick-active {
  width: 32px;
}

.slick-dots li.slick-active button {
  background: #40C3F7;
}

/* slider slick end */

.gform_wrapper.gravity-theme .gfield--input-type-address .ginput_container_address .gf_clear {
  display: none;
}

.gform_wrapper.gravity-theme .gform_fields,
.gform_wrapper.gravity-theme .gfield--input-type-address .ginput_container_address {
  grid-row-gap: 30px !important;
  grid-column-gap: 21px !important;
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield textarea {
  background-color: #fff;
  color: #828282;
  border: 2px solid transparent;
  border-radius: 2px;
  padding: 11.5px 21px !important;
  box-shadow: none;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 140% !important;
  letter-spacing: 0;
  transition: all 0.33s ease;
}

.gform_wrapper.gravity-theme .gfield input:focus,
.gform_wrapper.gravity-theme .gfield select:focus,
.gform_wrapper.gravity-theme .gfield textarea:focus {
  outline: none;
  border-color: var(--Purple);
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none !important;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
  height: 172px !important;
  display: block;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 6px;
  color: var(--White);
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-left: 5px;
  text-align: left;
  color: var(--Purple) !important;
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  font-size: 12px !important;
  line-height: 1.2 !important;
}

.ginput_recaptcha div {
  z-index: 999999 !important;
}

.gform_wrapper.gravity-theme .gfield_label .gfield_required_text,
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_required_legend,
.gfield--type-captcha label,
.instruction,
.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none !important;
}

.gform_wrapper.gravity-theme .gfield select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url(../images/select-down.svg);
  background-repeat: no-repeat;
  background-position: center right 29px;
  background-size: 10px;
}

.gform_wrapper.gravity-theme .gfield select:has(option:first-child:checked) {
  color: #828282;
}

.gform_wrapper.gravity-theme div#field_1_8 {
  margin-top: -6px;
}

.gform_wrapper.gravity-theme div#field_3_14 {
  margin-top: -12px;
}

.gform_wrapper.gravity-theme .gfield input#input_3_14,
.gform_wrapper.gravity-theme .gfield input#input_1_8 {
  padding: 8.5px 21px !important;
  background-image: url(../images/upload-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: left 20px center !important;
  background-size: 12px !important;
  padding-left: 41px !important;
  text-transform: capitalize;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
  background-image: url(../images/date-icon.svg);
  background-repeat: no-repeat;
  background-position: center right 29px;
  background-size: 16px;
}

.gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
  margin: 44px auto 0 !important;
  padding: 0 !important;
  position: relative;
  align-items: center;
  overflow: hidden;
  max-width: 224px;
  height: 44px;
}

.gform_wrapper.gravity-theme .gform_footer::after {
  position: absolute;
  content: "";
  inset: 3px;
  border: 1.5px solid var(--Purple);
  border-radius: 32px;
  transition: all 0.3s linear;
  pointer-events: none;
}

.gform_wrapper.gravity-theme .gform_footer .gform_button {
  border: none;
  margin-bottom: 0;
  background-color: var(--Green);
  color: var(--White);
  min-width: 100%;
  min-height: 100% !important;
  line-height: 20px !important;
}

.gform_wrapper.gravity-theme .gform-loader,
.gform_ajax_spinner {
  position: absolute !important;
  top: 0 !important;
  right: 15px !important;
  bottom: 0 !important;
  margin: auto !important;
}

.gravity-theme .gform_confirmation_message {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: var(--Black1);
}

.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

/* Modal  */
.modal-dialog {
  max-width: 1063px;
  width: 100%;
  z-index: 999999;
}

.modal-dialog .modal-content {
  border: none;
  background: var(--Green);
}

.modal-dialog .modal-body {
  padding: 0px 0px;
}

.modal-dialog .close-btn {
  position: absolute;
  top: 19px;
  right: 20px;
  border: none;
  background-color: transparent;
  background: none;
  width: 20px;
  height: 20px;
  padding: 0;
  opacity: 1;
}

.modal-dialog .close-btn:focus {
  box-shadow: none;
}

.modal-dialog .close-btn::before {
  content: "";
  background: url(../images/modal-close-icon.svg) no-repeat center;
  background-size: 17px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-dialog .close-btn span {
  display: none;
}

body.modal-open header {
  z-index: 999 !important;
}

/* model end */
/* pagination start */
.pagination {
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 31px;
}

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.pagination ul li a,
.pagination ul li span {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 5px 13px;
  display: block;
  color: var(--Purple);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.pagination ul li.active span {
  color: var(--Black1);
}

.pagination ul li.next-arrow a,
.pagination ul li.prev-arrow a {
  background: #FFFFFFB2;
  border: 1.5px solid var(--Purple);
  border-radius: 5px;
  padding: 11px 13px;
}

.pagination ul li.next-arrow a img,
.pagination ul li.prev-arrow a img {
  object-fit: contain;
  transition: all 0.3s linear;
}

.pagination ul li.next-arrow a img {
  transform: rotateY(180deg);
}

.pagination ul li.next-arrow a:hover,
.pagination ul li.prev-arrow a:hover {
  background-color: var(--Pink);
  border-color: var(--Pink);
}

.pagination ul li.next-arrow a:hover img,
.pagination ul li.prev-arrow a:hover img {
  filter: brightness(0) invert(1);
}

/* pagination end */
/* blog-single icon */
.meta_social_btns {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}

.meta_social_btns a {
  position: relative;
  width: 23.71px;
  height: 18.54px;
  display: block;
  transition: 0.3s ease;
}

.meta_social_btns a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  visibility: visible;
  object-fit: contain;
  object-position: center;
}

.meta_social_btns a img.hover {
  display: block;
  opacity: 0;
  z-index: 2;
  visibility: visible;
  transition: 0.3s ease;
}

.meta_social_btns a:hover img.hover {
  opacity: 1;
  visibility: visible;
}

.meta_social_btns a .copy-to-clipboard {
  position: absolute;
  left: 30px;
  top: 0;
  min-width: 110px;
  font-size: 14px;
  margin-left: 10px;
  line-height: 20px;
  color: var(--Black);
  text-align: left;
}

/* blog-single icon end */

.main_menu ul li ul {
  /* overflow-y: auto; */
  max-height: 75vh;
}

.main_menu ul li ul::-webkit-scrollbar {
  width: 12px;
}

.main_menu ul li ul::-webkit-scrollbar-track {
  background: transparent;
}

.main_menu ul li ul::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 6px;
  border: 2px solid #f0f0f0;
}

#wpadminbar {
  z-index: 99999999;
}

/*home page start*/
.content {
  padding-top: 124px;
}

/* page not found start */
/* .page-not-found {
  padding: 173px 0 206px;
  background: url(../images/404.png) no-repeat;
  background-position: top 99.31px center;
  background-size: contain;
}
.page-not-found h1 {
  margin-bottom: 16px;
}
.page-not-found p {
  max-width: 866px;
  margin: 0 auto 16px;
}
.page-not-found ul {
  display: grid;
  column-gap: 46px;
  max-width: 762px;
  margin: 0 auto;
  grid-template-columns: max-content max-content max-content;
  justify-content: space-around;
  text-align: left;
}
.page-not-found ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0;
  color: var(--Pink);
  position: relative;
  text-decoration: underline;
  transition: all 0.33s linear;
}
.page-not-found ul li a:hover {
    color: var(--Green);
} */
.cta:not(:has(.fullwidth-img)) .cta-wrp {
  margin-top: 0;
}

/* page not found end */
/* privacy and terms start */
.cms-cnt {
  padding: 71px 0 77px;
}

.cms-cnt h1 {
  text-align: center;
  margin-bottom: 38px;
}

.cms-cnt .cnt-wrp p,
.cms-cnt .cnt-wrp ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0;
  color: var(--Black);
}

.cms-cnt .cnt-wrp p {
  margin-bottom: 25px;
}

.cms-cnt .cnt-wrp p:last-child {
  margin-bottom: 0;
}

.cms-cnt .cnt-wrp ul {
  padding-left: 30px;
  margin-bottom: 25px;
}

.cms-cnt .cnt-wrp ul li {
  list-style: disc;
}

.cms-cnt .cnt-wrp p a,
.cms-cnt .cnt-wrp ul li a {
  color: var(--Black);
  text-decoration: underline;
}

.cms-cnt .cnt-wrp p a:hover,
.cms-cnt .cnt-wrp ul li a:hover {
  color: var(--Green);
}

/* privacy and terms end */

/* header css */
#main__header .top-banner .top-banner-wrp {
  background: linear-gradient(180deg, #9F1924 0%, #C9222F 100%);
  border-radius: 0px 0px 8px 8px;
  padding: 14.5px 10px 14.5px 14px;
  /* width: 44.3%; */
  max-width: 566px;
  margin-left: auto;
}

#main__header .top-banner .top-banner-wrp span {
  font-family: var(--font-Poppins);
  color: var(--White);
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
}

#main__header .top-banner .top-banner-wrp span+span::before {
  content: " | ";
  margin: 0 15px;
}

#main__header .top-header .left-wrp {
  margin-top: -36px;
}

#main__header .middle-wrp {
  margin-bottom: 11px;
}

#main__header .top-header .right-wrp .btn-container {
  display: flex;
  gap: 16px;
}

#main__header .top-header .right-wrp .btn-container .blue-btn {
  padding: 15.5px 19.5px;
}

header#main__header a:focus-visible {
  /* border-bottom: 2px solid var(--Light-Blue);
  border-radius: 0 !important; */
  /* border-radius: 10px !important; */
  /* outline: none;
  box-shadow: inset 0 -2px 0 var(--Light-Blue);
  border-radius: 0 !important; */
  /* outline: 2px solid var(--Light-Blue);
  outline-offset: 2px; */
}

header#main__header a:focus-visible {
  outline: 2px solid var(--Light-Blue);
  outline-offset: 2px;
  transition: all 0.3s ease-in-out;

}

header#main__header a:hover:focus-visible {
  outline: none;
  transition: all 0.3s ease-in-out;
}


/* Home Page */
/* hero-home */
.hero-home {
  position: relative;
  padding: 23px 0px;
}

.hero-home .col-md-12 {
  display: flex;
  position: relative;
  z-index: 2;
}

.hero-home .col-md-12 {
  width: 100%;
}

.hero-home .left-col {
  width: 52%;
}

.hero-home .right-col {
  width: 48%;
}

.hero-home .left-col p {
  margin-bottom: 20px;
}

.hero-home .left-col p a {
  color: var(--White);
}

.hero-home .left-col p a::after {
  content: "";
  position: absolute;
  background-image: url(../images/reviews-arrow.svg);
  height: 11px;
  width: 7px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 11px;
  margin-top: 8px;
}

.hero-home .left-col p a img {
  margin-right: 7px;
}

.hero-home .left-col h1 {
  margin-bottom: 20px;
  max-width: 546px;
}

.hero-home .left-col h1 span {
  display: block;
  color: var(--Light-Blue);
}

.hero-home .cta-btns {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}

.hero-home .cta-btns .red-btn {
  min-width: auto;
  padding: 15.5px 28.5px;
}

.hero-home .cta-btns .blue-btn {
  min-width: auto;
  padding: 15.5px 48px;
}

.hero-home .features-list {
  display: flex;
  align-items: center;
  gap: 33px;
}

.hero-home .features-list .feature {
  display: flex;
  gap: 11px;
  align-items: center;
}

.hero-home .features-list .feature img {
  width: 25px;
  height: 25px;
}

.hero-home .features-list .feature p {
  margin-bottom: 0px;
  line-height: 13.51px;
  font-family: var(--font-Inter);
  font-size: 12.96px;
  font-weight: 700;
}

.hero-home .right-col .img-wrp.desktop {
  position: absolute;
  top: -75px;
  width: 710px;
  right: calc((-100vw + 100%) / 2);
}

/* what-we-offer */
.what-we-offer {
  position: relative;
  padding: 120px 0px;
}

.what-we-offer::before {
  content: '';
  position: absolute;
  top: -350px;
  left: 0;
  width: 100%;
  height: 1019px;
  mask-image: url('../images/what-we-offer-top.svg');
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(180deg, #287F8A 0%, #73CFDB 100%);
  z-index: -1;
}

.what-we-offer::after {
  content: '';
  position: absolute;
  bottom: -300px;
  left: 0;
  width: 100%;
  height: 639px;
  mask-image: url('../images/what-we-offer-bottom.svg');
  mask-position: bottom center;
  mask-repeat: no-repeat;
  mask-size: 100%;
  background: linear-gradient(0deg, #287F8A 0%, #73CFDB 100%);
  z-index: -1;
}

.what-we-offer.services-we-offer .what-we-offer-wrp::before {
  content: none !important;
}

.what-we-offer .what-we-offer-wrp h6 {
  line-height: 100%;
  text-align: center;
  margin-bottom: 7px;
  font-weight: 500;
  font-family: var(--font-Poppins);
  text-align: center;
}

.what-we-offer .what-we-offer-wrp h2 {
  margin-bottom: 3px;
  text-align: center;
}

.what-we-offer .what-we-offer-wrp p:nth-of-type(1) {
  margin-bottom: 48px;
  line-height: 180%;
  font-size: 16px;
  text-align: center;
}

.what-we-offer .what-we-offer-wrp .services {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 29px;
  max-width: 100%;
  margin-inline: auto;
}

.what-we-offer .what-we-offer-wrp .services .service {
  width: calc((100% - (32px * 2))/3);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #FFFFFF 0%, #D3F8FF 81.73%, #97F1FC 100%);
  text-align: center;
  box-shadow: 0px 25px 50px -12px #00000033;
  border-radius: 24px;
  padding: 33px 33px 33px 33px;
  border-top: 1px solid #FFFFFF0D
}

.what-we-offer .what-we-offer-wrp .services .service .icon {
  background: var(--Light-Blue);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.what-we-offer .what-we-offer-wrp .services .service h6 {
  color: var(--Dark-Grey);
  margin-bottom: 12px;
  font-family: var(--font-Josefin);
  font-weight: 700;
}

.what-we-offer .what-we-offer-wrp .services .service p {
  color: var(--Dark-Grey);
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px;
  margin-bottom: 0px;
}

/* why-us */
.why-choose {
  padding: 200px 0 160px;
  position: relative;
}

.why-choose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  mask-image: url('../images/why-bg-top.svg');
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: 100%;
  background: linear-gradient(180deg, #287F8A 0%, #73CFDB 100%);
}

.why-choose::after {
  content: '';
  position: absolute;
  /* bottom: 0; */
  top: 48%;
  left: 0;
  width: 100%;
  height: 50%;
  mask-image: url('../images/why-bg-bottom.svg');
  mask-position: bottom center;
  mask-repeat: no-repeat;
  mask-size: 100%;
  background: linear-gradient(0deg, #287F8A 0%, #73CFDB 100%);
}

.why-choose .why-choose-wrp {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.why-choose .why-choose-wrp h2 {
  text-align: center;
  margin-bottom: 40px;
}

.why-choose .why-choose-wrp .wc-features {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 25px;
  max-width: 1024px;
  margin-inline: auto;
}

.why-choose .wc-features .wc-feature {
  width: calc((100% - (24px * 2))/3);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--White);
  text-align: center;
  box-shadow: 0px 25px 50px -12px #00000033;
  border-radius: 24px;
  padding: 29px;
}

.why-choose .wc-features .wc-feature h6 {
  color: var(--Dark-Grey);
  margin-bottom: 7px;
}

.why-choose .wc-features .wc-feature p {
  color: var(--Dark-Grey);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

.why-choose .wc-features .wc-feature .feature-icon {
  background: #73D1DD;
  border-radius: 16px;
  padding: 18px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.why-choose .wc-features .wc-feature .feature-icon img {
  object-fit: contain;
  display: block;
  width: 32px;
  height: 28px;
}

.why-choose .wc-cta {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}

.why-choose .wc-cta a.red-btn {
  min-width: 181px;
}

/* About Section */
.coupons {
  padding: 50px 0 70px;
}

.coupons .coupons-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coupons .coupons-wrp .left-col {
  flex: 0 0 53.63%;
  max-width: 53.63%;
}

.coupons .coupons-wrp .right-col {
  max-width: 42.443%;
  flex: 0 0 42.443%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.coupons .coupons-wrp .item {
  background: linear-gradient(180deg, rgba(159, 25, 36, 0.8) 0%, rgba(201, 34, 47, 0.8) 100%);
  padding: 117px 64px 61px;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 10px;
  position: relative;
}

.coupons .coupons-wrp .item::before {
  content: '';
  position: absolute;
  width: 240px;
  height: 240px;
  background: var(--White);
  border-radius: 50%;
  opacity: 0.1;
  right: -80px;
  top: -28px;
}

.coupons .coupons-wrp .item::after {
  content: '';
  position: absolute;
  width: 160px;
  height: 160px;
  background: var(--White);
  border-radius: 50%;
  opacity: 0.1;
  left: -75px;
  bottom: -26px;
}

.coupons .coupons-wrp .item-content h2 {
  margin-bottom: 20px;
}

.coupons .coupons-wrp .item-content p.terms {
  font-size: 18px;
  margin-bottom: 28px;
}

.coupons .coupons-wrp .item-content p.expiry {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 45px;
}

.coupons .coupons-wrp .item-content a.blue-btn {
  min-width: 241px;
}

.coupons .slick-track {
  display: flex;
}

.coupons .coupons-wrp .item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.coupons .slick-slider .slick-next,
.coupons .slick-slider .slick-prev {
  background: var(--White);
}

.coupons .slick-slider .slick-prev::before,
.coupons .slick-slider .slick-next::before {
  background: url('../images/slider-prev-blue.svg') no-repeat center center;
  background-size: contain;
}

.coupons .slick-dots li.slick-active {
  width: 25px;
}

.coupons .slick-dots li {
  width: 25px;
  height: 5px;
}

.coupons .coupons-wrp .right-col h2 {
  margin-bottom: 19px;
}

.coupons .coupons-wrp .right-col h2 span {
  display: block;
}

.coupons .coupons-wrp .right-col .cta-btn {
  margin-top: 36px;
}

.coupons .coupons-wrp .right-col .cta-btn a.red-btn {
  min-width: 251px;
}

.coupons .slick-dots {
  bottom: -52px;
}

/* Review Section */
.reviews {
  padding: 110px 0 7px;
  position: relative;
}

.reviews .reviews-wrp {
  position: relative;
}

.reviews .reviews-wrp::before {
  content: '';
  position: absolute;
  top: -110px;
  left: 0;
  width: 160px;
  height: 160px;
  background: url('../images/review-red-quote.svg') no-repeat center;
  background-size: contain;
}

.reviews .reviews-wrp::after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 128px;
  height: 128px;
  background: url('../images/review-blue-quote.svg') no-repeat center;
  background-size: contain;
}

.reviews .slick-list {
  padding-left: 84px;
}

.reviews .slick-track {
  display: flex;
}

.reviews .slick-slider .slick-prev {
  left: -10px;
}

.reviews .slick-slider .slick-dots {
  bottom: -50px;
}

.reviews .reviews-top {
  text-align: center;
  margin-bottom: 94px;
}

.reviews .item {
  border: 1px solid #0E93C4;
  margin: 0 11px;
  background: var(--White);
  border-radius: 8px;
  overflow: hidden;
  height: auto;
}

.reviews .item .item-content {
  border-top: 4px solid #0E93C4;
  border-bottom: 4px solid #0E93C4;
  padding: 67px 24px 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.reviews .item .item-content p {
  font-family: var(--font-Inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  letter-spacing: -0.15px;
  color: #004164;
  margin-bottom: 0;
}

.reviews .item .item-content .rating-img {
  margin-top: 24px;
  margin-bottom: 60px;
}

.reviews .item .item-content .rating-img img {
  object-fit: contain;
  display: block;
}

.reviews .item .item-content .review-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
}

.reviews .item .item-content .review-footer h6 {
  font-family: var(--font-Geologica);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #004164;
  margin-bottom: 0;
}

.reviews .cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 111px;
}

.reviews .cta-btn a.blue-btn {
  min-width: 241px;
}

/* CTA Section */
.cta-section {
  padding: 175px 0 60px;
  position: relative;
}

.cta-section::before {
  content: '';
  position: absolute;
  /* top: 0; */
  top: 0.53%;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: url('../images/cta-bg.svg');
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: 100%;
  /* background: linear-gradient(0deg, #287F8A 0%, #73CFDB 100%); */
  background: linear-gradient(180deg, #287F8A 0%, #73CFDB 100%);
}

.cta-section .cta-wrp {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.cta-section .cta-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 40.945%;
  max-width: 40.945%;
}

.cta-section .cta-left h2 {
  margin-bottom: 17px;
}

.cta-section .cta-left a.red-btn {
  min-width: 181px;
}

.cta-section .cta-right {
  flex: 0 0 48.756%;
  max-width: 48.756%;
}

.cta-section .cta-right .img-wrp {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.cta-section .cta-right .img-wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.cta-section .blue-btn {
  background: var(--White);
}

/* Home Page End */

/* about-us */

.about-us {
  position: relative;
  padding: 5px 0px 55px 0px;
}

.about-us .col-md-12 {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.about-us .col-md-12 .left-col {
  width: 100%;
  flex: 0 0 45.432%;
  max-width: 45.432%;
}

.about-us .col-md-12 .left-col .about-image {
  max-width: 477px;
}

.about-us .col-md-12 .left-col .about-image img {
  border-radius: 16px;
}

.about-us .col-md-12 .right-col {
  width: 100%;
  margin-bottom: -85px;
  flex: 0 0 52.916%;
  max-width: 52.916%;
}

.about-us .col-md-12 .right-col h6 {
  font-family: var(--font-Poppins);
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 13px;
}

.about-us .col-md-12 .right-col h2 span {
  background: linear-gradient(180deg, #73D1DD 0%, #A8E6F0 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.about-us .col-md-12 .right-col p {
  color: #FFFFFF99;
}

.about-us .col-md-12 .right-col p:nth-child(5) {
  margin-bottom: 26px;
}

.about-us .col-md-12 .right-col .stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 29px;
}

.about-us .col-md-12 .right-col .stats .stat-item {
  padding: 17px 33px 28px 33px;
  background: #FFFFFF0D;
  border-top: 1px solid #FFFFFF1A;
  border-radius: 14px;
  width: calc((100% - (16px * 2))/3);
}

.about-us .col-md-12 .right-col .stats .stat-item .stat-icon {
  width: 20px;
  margin: 0 auto 8px auto;
}

.about-us .col-md-12 .right-col .stats .stat-item h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 4px;
  text-align: center;
}

.about-us .col-md-12 .right-col .stats .stat-item p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  text-align: center;
}

.about-us .col-md-12 .right-col .cta-btns {
  display: flex;
  gap: 16px;
}

.about-us .col-md-12 .right-col .cta-btns .red-btn {
  min-width: auto;
  padding: 15.5px 28.5px;
}

.about-us .col-md-12 .right-col .cta-btns .blue-btn {
  min-width: auto;
  padding: 15.5px 48px;
}

.about-us .col-md-12 .left-col .about-image {
  position: relative;
  display: inline-block;
  padding: 20px;
}

.about-us .col-md-12 .left-col .about-image img {
  border-radius: 20px;
  display: block;
  width: 100%;
}

.about-us .col-md-12 .left-col .about-image::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -3px;
  width: 96px;
  height: 96px;
  border-style: solid;
  border-color: var(--Dark-Grey);
  border-width: 4px 0px 0px 4px;
  border-top-left-radius: 16px;
  z-index: 1;
}

.about-us .col-md-12 .left-col .about-image::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 96px;
  height: 96px;
  border-style: solid;
  border-color: #73D1DD;
  border-width: 0px 4px 4px 0px;
  border-bottom-right-radius: 16px;
  z-index: 1;
}

.cta-section .cta-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  gap: 20px;
}

.cta-section .cta-btns .blue-btn {
  min-width: 226px;
}

.what-we-offer .what-we-offer-wrp,
.coupons .coupons-wrp,
.about-us .col-md-12 {
  position: relative;
  z-index: 2;
}

.financing-option {
  padding: 50px 0 90px;
  position: relative;
}

.financing-option .col-md-12 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.financing-option .col-md-12 .left-col {
  width: 100%;
  flex: 0 0 51.922%;
  max-width: 51.922%;
}

.financing-option .left-col .img-wrp {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 42px;
}

.financing-option .left-col .img-wrp img {
  object-fit: contain;
  display: block;
}

.financing-option .left-col h6 {
  font-family: var(--font-Poppins);
  font-weight: 500;
  margin-bottom: 11px;
}

.financing-option .left-col h2 {
  margin-bottom: 15px;
}

.financing-option .left-col p {
  color: #FFFFFF99;
  margin-bottom: 0;
}

.financing-option .financing-features-wrp {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 23px;
}

.financing-option .financing-features-wrp .feature {
  border: 1px solid #FFFFFF1A;
  background: #FFFFFF0D;
  border-radius: 15px;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.financing-option .feature .icon-wrp {
  background: linear-gradient(180deg, #9F1924 0%, #C9222F 100%);
  border-radius: 14px;
  overflow: hidden;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 48px;
}

.financing-option .feature .icon-wrp img {
  object-fit: contain;
  display: block;
}

.financing-option .feature h4 {
  margin-bottom: 4px;
}

.financing-option .feature p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
}

.financing-option .cta-btns {
  margin-top: 41px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.financing-option .cta-btns .red-btn {
  min-width: 181px;
}

.financing-option .cta-btns .blue-btn {
  min-width: 226px;
}

.financing-option .col-md-12 .right-col {
  width: 100%;
  flex: 0 0 43.553%;
  max-width: 43.553%;
}

.financing-option .right-col .financing-img {
  position: relative;
  display: inline-block;
  padding: 20px;
}

.financing-option .right-col .financing-img img {
  border-radius: 20px;
  display: block;
  width: 100%;
}

.financing-option .right-col .financing-img::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -3px;
  width: 96px;
  height: 96px;
  border-style: solid;
  border-color: var(--Dark-Grey);
  border-width: 4px 0px 0px 4px;
  border-top-left-radius: 16px;
  z-index: 1;
}

.financing-option .right-col .financing-img::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 96px;
  height: 96px;
  border-style: solid;
  border-color: #73D1DD;
  border-width: 0px 4px 4px 0px;
  border-bottom-right-radius: 16px;
  z-index: 1;
}

/* 11/05/26 start */
.breadcrumb {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  gap: 10px;
  align-items: center;
}

.breadcrumb * {
  color: var(--White);
}

.inner-hero {
  position: relative;
  padding: 40px 0 75px;
  display: flex;
  align-items: flex-end;
  min-height: 340px;
}

.inner-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0) 143.55%);
  z-index: 1;
}

.inner-hero .bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.inner-hero .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.inner-hero .cnt-wrp {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  margin-top: 42px;
}

.inner-hero .cnt-wrp h1 {
  margin-bottom: 0;
}

.inner-hero .cnt-wrp h6 {
  font-family: var(--font-Poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0;
}

.inner-hero .cnt-wrp .cta-btns,
.page-not-found .cnt-wrp .cta-btns {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
  margin-top: 6px;
  margin-bottom: 40px;
}

.inner-hero .features-list,
.page-not-found .features-list {
  display: flex;
  column-gap: 34px;
  row-gap: 20px;
  margin-bottom: 28px;
}

.inner-hero .features-list .feature,
.page-not-found .features-list .feature {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 130px;
}

.inner-hero .features-list .feature img,
.page-not-found .features-list .feature img {
  max-width: 25px;
  width: 100%;
  flex-shrink: 0;
}

.inner-hero .features-list .feature p,
.page-not-found .features-list .feature p {
  margin-bottom: 0;
  font-family: var(--font-Inter);
  font-weight: 700;
  font-size: 12.96px;
  line-height: 108%;
  letter-spacing: 0;
}

.review>p {
  margin-bottom: 0;
}

.review a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--White);
  width: fit-content;
  position: relative;
}

.review a:after {
  content: "";
  width: 6px;
  height: 10px;
  background: url('../images/wh-link-arrow.svg') no-repeat center;
  display: block;
}

/* 404 page */
.page-not-found .cnt-wrp {
  padding: 25px 0 60px;
}

.page-not-found .error-img {
  max-width: 673px;
  width: 100%;
  display: flex;
  margin: 0 auto;
}

.page-not-found h1 {
  font-size: 100px;
  line-height: 180%;
  font-family: var(--font-Poppins);
  text-align: center;
  font-weight: 500;
}

.page-not-found .cnt-wrp .cta-btns,
.page-not-found .cnt-wrp .features-list,
.page-not-found .cnt-wrp .review p {
  justify-content: center;
  display: flex;
}


@media screen and (max-width:1199px) {
  .inner-hero .cnt-wrp {
    margin-top: 30px;
  }

  .page-not-found h1 {
    font-size: 80px;
  }

  .page-not-found .cnt-wrp {
    padding: 25px 0 40px;
  }
}

@media screen and (max-width:991px) {
  .inner-hero {
    padding: 30px 0 60px;
  }

  .page-not-found h1 {
    font-size: 60px;
  }
}

@media screen and (max-width:767px) {
  .breadcrumb {
    margin-bottom: 18px;
  }

  .inner-hero {
    padding: 25px 0 125px;
  }

  .inner-hero .cnt-wrp {
    margin-top: 18px;
  }

  .inner-hero .cnt-wrp h1 {
    margin-bottom: 13px;
  }

  .inner-hero .cnt-wrp h6 {
    margin-bottom: 40px;
  }

  .inner-hero .cnt-wrp .cta-btns,
  .page-not-found .cnt-wrp .cta-btns {
    row-gap: 30px;
    margin-bottom: 36px;
  }

  .inner-hero .features-list .feature img,
  .page-not-found .features-list .feature img {
    max-width: 24px;
  }

  .inner-hero .features-list .feature,
  .page-not-found .features-list .feature {
    gap: 8px;
    max-width: 125px;
  }

  .inner-hero .features-list,
  .page-not-found .features-list {
    row-gap: 20px;
    column-gap: 15px;
    margin-bottom: 32px;
  }

  .inner-hero .features-list .feature p,
  .page-not-found .features-list .feature p {
    font-size: 11px;
  }

  .page-not-found .cnt-wrp {
    padding: 25px 0;
  }

  .page-not-found .error-img {
    margin-top: 50px;
  }

  .page-not-found h1 {
    line-height: 110%;
    margin-top: 36px;
    margin-bottom: 40px;
  }
}

/* 11/05/26 end */

/* 12/05/26 start */
section.service-areas {
  padding: 60px 0 70px;
  position: relative;
}

section.service-areas .service-area-wrp {
  display: grid;
  grid-template-columns: 430px auto;
  column-gap: 60px;
  row-gap: 60px;
}

section.service-areas .service-areas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  margin-top: 20px;
}

section.service-areas .service-areas .service-area a {
  font-family: var(--font-Josefin);
  font-weight: 700;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: 0;
  border-bottom: 1px solid #ffffff;
  /* box-shadow: 0px 25px 50px -12px #00000033; */
  padding: 10px 0;
  color: #ffffff;
  display: block;
}

section.service-areas .cta-btn {
  margin-top: 30px;
  text-align: center;
}

section.service-areas .right-wrp>div {
  width: 100%;
  height: 100%;
}

section.service-areas .right-wrp img {
  max-width: 690px;
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}

section.service-areas::before {
  content: '';
  position: absolute;
  /* top: -236px; */
  top: -29.1%;
  left: 0;
  width: 100%;
  /* height: 454px; */
  height: 56%;
  mask-image: url('../images/service-areas-top.svg');
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(180deg, #287F8A 0%, #73CFDB 119.82%);
  z-index: -1;
}

section.service-areas::after {
  content: '';
  position: absolute;
  /* bottom: -405px; */
  /* top: 215px; */
  top: 26.6%;
  left: 0;
  width: 100%;
  /* height: 1000px; */
  height: 124%;
  mask-image: url('../images/service-areas-bottom.svg');
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(0deg, #287F8A 15.98%, #66C0CC 84.82%);
  z-index: -1;
}

.reviews.has-background {
  padding-top: 200px;
}

.reviews.has-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 584px; */
  height: 69.8%;
  mask-image: url('../images/reviews-has-background-top.svg');
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: #333333;
  z-index: -1;
}

.trust-badges {
  padding: 70px 0 60px;
}

.our-specials {
  padding: 45px 0 100px;
  position: relative;
}

.our-specials::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 770px; */
  height: 29.3%;
  mask-image: url('../images/our-specials-top.svg');
  mask-position: bottom center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(0deg, #287F8A 0%, #73CFDB 97.01%);
  z-index: -1;
}

.our-specials .os-wrp .os-top-wrp {
  max-width: 845px;
  margin: 0 auto;
  margin-bottom: 110px;
  text-align: center;
}

.our-specials .os-wrp .os-top-wrp h2 {
  margin-bottom: 17px;
}

.our-specials .os-wrp .os-top-wrp p:not(:last-child) {
  margin-bottom: 24px;
}

.our-specials .os-wrp .specials-wrp,
.service-offers .specials-wrp {
  display: flex;
  row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.our-specials .os-wrp .specials-wrp {
  margin: 0 -15px;
}

.our-specials .os-wrp .specials-wrp .specials,
.service-offers .specials-wrp .specials {
  position: relative;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(159, 25, 36, 0.8) 0%, rgba(201, 34, 47, 0.8) 100%);
  padding: 15px;
  overflow: hidden;
  width: 100%;
}

.our-specials .os-wrp .specials-wrp .specials {
  width: calc((100% - (2 * 45px)) / 3);
  margin: 0 15px;
}

.our-specials .os-wrp .specials-wrp .specials:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
  width: calc(50% - 30px);
}

.our-specials .os-wrp .specials-wrp .specials::before,
.service-offers .specials-wrp .specials::before {
  content: '';
  position: absolute;
  width: 174px;
  height: 174px;
  background: var(--White);
  border-radius: 50%;
  opacity: 0.1;
  right: -46px;
  top: 0;
  z-index: 0;
}

.our-specials .os-wrp .specials-wrp .specials::after,
.service-offers .specials-wrp .specials::after {
  content: '';
  position: absolute;
  width: 116px;
  height: 130px;
  background: var(--White);
  border-radius: 50%;
  opacity: 0.1;
  left: -45px;
  bottom: 35px;
  z-index: 0;
}

.our-specials .os-wrp .specials-wrp .specials .specials-in,
.service-offers .specials-wrp .specials .specials-in {
  border: 1px dashed var(--White);
  border-radius: 8px;
  padding: 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.our-specials .os-wrp .specials-wrp .specials .specials-in h2,
.service-offers .specials-wrp .specials .specials-in h2 {
  margin-bottom: 20px;
}

.our-specials .os-wrp .specials-wrp .specials .specials-in img,
.service-offers .specials-wrp .specials .specials-in img {
  max-width: 143px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.our-specials .os-wrp .specials-wrp .specials .specials-in p,
.service-offers .specials-wrp .specials .specials-in p {
  font-weight: 500;
  font-size: 16px;
  line-height: 132%;
  margin-bottom: 20px;
}

.our-specials .os-wrp .specials-wrp .specials .specials-in .blue-btn,
.service-offers .specials-wrp .specials .specials-in .blue-btn {
  width: fit-content;
  margin: 0 auto;
  margin-top: auto;
}

/* 12/05/26 end */

/* 13/05/26 start */
/* contact us page  */
.content-with-form {
  position: relative;
}

.content-with-form::before {
  content: '';
  position: absolute;
  top: -27.34%;
  left: 0;
  width: 100%;
  height: 83.2%;
  mask-image: url('../images/content-with-form-top.svg');
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(180deg, #287F8A 6%, #73CFDB 71.22%);
  z-index: -1;
}

.content-with-form::after {
  content: '';
  position: absolute;
  top: 55.70%;
  left: 0;
  width: 100%;
  height: 111.26%;
  mask-image: url('../images/content-with-form-bottom.svg');
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(0deg, #287F8A 9.13%, #73CFDB 101.06%);
  z-index: -1;
}

.content-with-form {
  padding-top: 58px;
  padding-bottom: 60px;
}

.content-with-form .gform-theme--foundation .gfield:has(.gsection_title) {
  border: none;
  padding: 0;
}

.content-with-form .cwf-wrp {
  display: flex;
  background: #fff;
  padding: 30px 30px 40px;
  border-radius: 12px;
  box-shadow: 0px 25px 50px -12px #00000033;
  gap: 28px;
}

.content-with-form .form-wrp h2 {
  margin-bottom: 20px;
  color: var(--Dark-Grey);
}

.content-with-form .form-wrp .personal-info h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 0;
  color: var(--Dark-Grey);
}

.content-with-form .cnt-wrp h4 {
  background: linear-gradient(180deg, #09bfdf 0%, #73d1dd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content-with-form .form-wrp,
.content-with-form .cnt-wrp {
  width: 50%;
}

.content-with-form .cnt-wrp .img-wrp img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  max-height: 294px;
  height: 100%;
  object-fit: cover;
}

.content-with-form .gform_wrapper input,
.content-with-form .gform_wrapper select,
.content-with-form .gform_wrapper textarea {
  border-radius: 12px;
  border: 1px solid #51515166;
}

.content-with-form .gfield_label {
  font-family: var(--font-Poppins) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 180% !important;
  letter-spacing: 0 !important;
  color: var(--Dark-Grey) !important;
  margin-bottom: 6px !important;
}

.content-with-form .ginput_container input {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 150% !important;
  letter-spacing: 0 !important;
  color: var(--Dark-Grey) !important;
  /* border: 1px solid #51515166 !important; */
  border: 1px solid rgba(81, 81, 81, 0.6) !important;
  outline: none !important;
  border-radius: 12px !important;
}

.content-with-form .ginput_container input::placeholder {
  /* color: #51515166 !important; */
  /* color: #51515199 !important; */
  color: rgba(81, 81, 81, 0.6) !important;
}

.content-with-form .gform-theme--framework .gfield--type-choice .gfield_checkbox {
  display: flex !important;
  gap: 15px;
  flex-direction: row !important;
  flex-wrap: wrap !important;
}

.content-with-form .gform-theme--framework .gfield--type-choice .gfield_checkbox .gchoice {
  width: fit-content;
  align-items: center;
}

.content-with-form .gform-theme--framework .gfield--type-choice .gfield_checkbox input {
  border-radius: 4px !important;
}

.content-with-form .gform-theme--framework .gfield--type-choice .gfield_checkbox label {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 150% !important;
  letter-spacing: 0 !important;
  color: var(--Dark-Grey) !important;
  margin-left: 10px !important;
}

.content-with-form .cwf-wrp .cnt-wrp p,
.content-with-form .cwf-wrp .cnt-wrp p a {
  font-size: 18px !important;
  line-height: 150% !important;
  letter-spacing: 0 !important;
  color: var(--Dark-Grey) !important;
}

.content-with-form .cwf-wrp .cnt-wrp .holiday-hours p a[href^="tel:"] {
  background: linear-gradient(180deg, #9F1924 0%, #C9222F 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.content-with-form .cwf-wrp .cnt-wrp .holiday-hours p a[href^="tel:"] {
  position: relative !important;
  padding-right: 35px;
}

.content-with-form .cwf-wrp .cnt-wrp .holiday-hours p a[href^="tel:"]::after {
  content: "";
  background-image: url("../images/call-now-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 100%;
  transition: all 0.5s ease;
  position: absolute;
  background-size: contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.content-with-form .social-list {
  display: flex;
  gap: 15px;
  padding: 0;
  margin: 46px 0 0;
}

.content-with-form .social-list li,
.content-with-form .social-list img {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-with-form .gform-theme--foundation .gform_fields {
  row-gap: 0;
}

.content-with-form .gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) {
  margin-bottom: 20px;
}

.content-with-form .gform-theme--foundation fieldset {
  margin-top: 10px;
  margin-bottom: 30px !important;
}

.content-with-form .gform-theme--foundation .gform_footer {
  margin-top: 20px !important;
}

.content-with-form .gform-theme--foundation .gform_footer input[type="submit"] {
  padding: 15px 27px !important;
  min-width: auto !important;
  min-height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  overflow: visible !important;
  color: #FFFFFF !important;
  font-family: var(--font-Jost) !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 23px !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  border-radius: 14px !important;
  border: none !important;
  cursor: pointer !important;
  text-decoration: none !important;
  min-width: 129px !important;
  background: linear-gradient(180deg, #9F1924 0%, #C9222F 100%) !important;
  box-shadow: 0px 8px 10px -6px #9F19244D, 0px 20px 25px -5px #9F19244D !important;
  border: 1px solid #9F1924 !important;
}

.content-with-form .gform-theme--foundation .gform_footer input[type="submit"]:hover {
  text-decoration: none;
  color: var(--Black1) !important;
  box-shadow: 0px 8px 10px -6px #9F19244D, 0px 20px 25px -5px #9F19244D !important;
  background: var(--White) !important;
}

.content-with-form .gform-theme--foundation .gform_footer input[type="submit"]::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 14px !important;
  background: var(--White) !important;
  opacity: 0 !important;
  transition: opacity 0.33s linear !important;
  z-index: 0 !important;
}

.content-with-form .gform-theme--foundation .gform_footer input[type="submit"]:hover::before {
  opacity: 1 !important;
}

.content-with-form .gform-theme--foundation .gform_footer input[type="submit"]::after {
  content: '' !important;
  position: absolute !important;
  inset: -1px !important;
  border-radius: 14px !important;
  z-index: -1 !important;
  opacity: 0 !important;
  transition: opacity 0.33s linear;
  background: linear-gradient(180deg, #9F1924 0%, #C9222F 100%) !important;
}

.content-with-form .gform-theme--foundation .gform_footer input[type="submit"]:hover::after {
  opacity: 1;
}

.content-with-form .ginput_container select {
  outline: none !important;
}

.payment-methods {
  padding-bottom: 50px;
}

.payment-methods .h4 {
  margin-bottom: 20px;
  text-align: center;
}

.payment-methods .payment-wrp {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* about-team-sec start */
.about-team-sec {
  position: relative;
}

.about-team-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: url('../images/about-team-sec-top.svg');
  mask-position: bottom center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(0deg, #287F8A 0%, #73CFDB 81.15%);
  z-index: -1;
}

.about-team-sec {
  padding: 43px 0 260px;
}

.about-team-sec .heading-wrp h2 {
  max-width: 845px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 31px;
}

.about-team-sec .about-team-wrp {
  display: flex;
  gap: 40px;
  align-items: center;
}

.about-team-sec .img-wrp {
  width: 100%;
  max-width: 510px;
  padding: 20px;
  position: relative;
}

.about-team-sec .img-wrp::before,
.about-team-sec .img-wrp::after {
  content: '';
  position: absolute;
  width: 96px;
  height: 96px;
  display: block;
  background-image: url('../images/about-team-sec-img-top.svg');
}

.about-team-sec .img-wrp::before {
  top: 0;
  left: 0;
}

.about-team-sec .img-wrp::after {
  bottom: 0;
  right: 0;
  background-image: url('../images/about-team-sec-img-bottom.svg');
}

.about-team-sec .img-wrp img {
  border-radius: 16px;
  box-shadow: 0px 25px 50px -12px #00000066;
}

.about-team-sec .content-wrp {
  width: 100%;
}

.about-team-sec .content-wrp p {
  margin-bottom: 30px;
}

.about-team-sec .content-wrp p:last-child {
  margin-bottom: 0;
}

.about-team-sec .content-wrp p span {
  color: #333333;
}

/* about-team-sec end */


/* our-team-sec start*/
.our-team-sec {
  padding: 10px 0;
}

.our-team-sec .heading-wrp h2 {
  text-align: center;
  margin-bottom: 40px;
}

.our-team-sec .our-team-wrp .team-card .team-img {
  width: 100%;
  display: block;
}

.our-team-sec .our-team-wrp .team-card .team-img img {
  border-radius: 24px;
}

.our-team-sec .our-team-wrp {
  display: flex;
  gap: 40px;
  row-gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.our-team-sec .team-card {
  width: calc((100% - (3 * 40px)) / 4);
  flex-direction: column;
  display: flex;
  height: 100%;
  max-width: 260px;
}

.our-team-sec .our-team-wrp .content-wrp {
  margin-top: 26px;
  flex-direction: column;
  display: flex;
  height: 100%;
}

.our-team-sec .our-team-wrp .content-wrp h4 {
  line-height: 105%;
  margin-bottom: 7px;
}

.our-team-sec .our-team-wrp .content-wrp p {
  line-height: 22.75px;
  line-height: 142%;
  margin-bottom: 0;
  margin-top: auto;
}

/* our-team-sec end*/

/* company-info-sec start  */
.company-info-sec {
  position: relative;
  padding: 217px 0 223px;
}

.company-info-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 41%;
  mask-image: url('../images/company-info-sec-top.svg');
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(180deg, #287F8A 0%, #73CFDB 164.09%);
  z-index: -1;
}

.company-info-sec::after {
  content: '';
  position: absolute;
  top: 38.5%;
  left: 0;
  width: 100%;
  height: 59.5%;
  mask-image: url('../images/company-info-sec-bottom.svg');
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(0deg, #287F8A 0%, #73CFDB 165.58%);
  z-index: -1;
}

.company-info-sec .heading-wrp {
  max-width: 1005px;
  margin: 0 auto;
  margin-bottom: 43px;
  text-align: center;
}

.company-info-sec .info-cards-wrp {
  max-width: 675px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  text-align: center;
}

.company-info-sec .info-cards-wrp .info-card {
  background: linear-gradient(180deg, #09BFDF 0%, #73D1DD 100%);
  border-radius: 24px;
  box-shadow: 0px 25px 50px -12px #00000033;
  padding: 20px 20px 15px;
  width: 100%;
}

.company-info-sec .info-cards-wrp .info-card h4 {
  font-size: 18px;
  line-height: 135%;
  color: #232222;
  margin-bottom: 7px;
}

.company-info-sec .info-cards-wrp .info-card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 162%;
  color: #232222;
  margin-bottom: 0;
}

/* company-info-sec end */

/* service-info-sec start  */
.service-info-sec {
  padding-bottom: 110px;
}

.service-info-sec .si-section:not(:last-child) {
  margin-bottom: 60px;
}

.service-info-sec .si-section .heading-wrp {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.service-info-sec .si-section .heading-wrp img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
}

.service-info-sec .si-section .heading-wrp h2 {
  color: #6AC5D1;
  margin-bottom: 0;
}

.service-info-sec .si-section .si-items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
}

.service-info-sec .si-section .si-items .si-item {
  border-radius: 14px;
  background: #FFFFFF0D;
  border: 1px solid #FFFFFF1A;
  padding: 10px 20px;
  height: fit-content;
  position: relative;
  overflow: hidden;
}

.service-info-sec .si-section .si-items .si-item h4,
.service-info-sec .si-section .si-items .si-item a {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 180%;
  font-weight: 700;
}

.service-info-sec .si-section .si-items .si-item.has-bg {
  background: linear-gradient(180deg, #09BFDF 0%, #73D1DD 100%);
}

.service-info-sec .si-section .si-items .si-item.has-bg h4,
.service-info-sec .si-section .si-items .si-item.has-bg a {
  color: #232222;
}

.service-info-sec .si-section .si-items .si-item.has-bg a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.service-info-sec .si-section .si-items .si-item ul {
  padding-left: 20px;
}

.service-info-sec .si-section .si-items .si-item ul li {
  list-style: disc;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
}

/* service-info-sec end */

/* faq-sec start  */
.faq-sec {
  position: relative;
  padding: 60px 0 90px;
}

.faq-sec::before {
  content: '';
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 143%;
  mask-image: url('../images/faq-sec-top.svg');
  mask-position: bottom center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: #FFFFFF;
  z-index: -1;
}

.faq-sec .faq_wrp .faqs .faq {
  padding: 0 30px 0;
  /* box-shadow: 0px 25px 50px -12px #00000033; */
  margin-bottom: 11px;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
}

.faq-sec .faq_wrp .faqs .faq.active {
  background: linear-gradient(180deg, #09BFDF 0%, #73D1DD 100%);
  box-shadow: 0px 25px 50px -12px #00000033;
}

.faq-sec .faq_wrp .faqs .faq h4 {
  margin-bottom: 0;
  line-height: 105%;
  color: #232222;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #0000004D;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.faq-sec .faq_wrp .faqs .faq.active h4 {
  border: none;
  padding-bottom: 0;
}

.faq-sec .faq_wrp .faqs .faq h4::before {
  content: '';
  position: absolute;
  top: 25px;
  right: 0;
  width: 22px;
  height: 22px;
  background-image: url('../images/faq-plus-icon.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.faq-sec .faq_wrp .faqs .faq.active h4::before {
  background-image: url('../images/faq-minus-icon.svg');
}

.faq-sec .faq_wrp .faqs .faq p {
  color: #232222;
  margin-top: 7px;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.faq-sec .faq_wrp .faqs .faq:last-child {
  margin-bottom: 0;
}

/* faq-sec end */


/* membership-info start  */
.membership-info {
  position: relative;
  padding: 45px 0 211px;
}

.membership-info::before {
  content: '';
  position: absolute;
  top: -24.5%;
  left: 0;
  width: 100%;
  height: 57%;
  mask-image: url('../images/membership-info-top.svg');
  mask-position: bottom center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(180deg, #287F8A 0%, #73CFDB 119.82%);
  z-index: -1;
}

.membership-info::after {
  content: '';
  position: absolute;
  top: 32%;
  left: 0;
  width: 100%;
  height: 68.9%;
  mask-image: url('../images/membership-info-bottom.svg');
  mask-position: bottom center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(0deg, #287F8A 0%, #73CFDB 121.09%);
  z-index: -1;
}

.membership-info .heading-wrp h2 {
  max-width: 845px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 31px;
}

.membership-info .membership-wrp {
  display: flex;
  gap: 60px;
}

.membership-info .membership-wrp .left-wrp,
.membership-info .membership-wrp .right-wrap {
  width: 50%;
}

.membership-info .membership-wrp .right-wrap .membership-box {
  display: none;
}

.membership-info .membership-wrp .left-wrp p,
.membership-info .membership-wrp .right-wrap p {
  margin-bottom: 20px;
  color: var(--White);
}

.membership-info .membership-wrp .membership-box {
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(159, 25, 36, 0.8) 0%, rgba(201, 34, 47, 0.8) 100%);
  padding: 35px 30px;
  position: relative;
  overflow-x: clip;
  text-align: center;
}

.membership-info .membership-wrp .membership-box:before {
  content: '';
  position: absolute;
  width: 174px;
  height: 174px;
  background: var(--White);
  border-radius: 50%;
  opacity: 0.1;
  right: -76px;
  top: 0;
  z-index: 0;
}

.membership-info .membership-wrp .membership-box::after {
  content: '';
  position: absolute;
  width: 116px;
  height: 130px;
  background: var(--White);
  border-radius: 50%;
  opacity: 0.1;
  left: -45px;
  bottom: 20px;
  z-index: 0;
}

.membership-info .membership-wrp .membership-box .box-content p {
  font-family: var(--font-Josefin);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: var(--White)
}

.membership-info .membership-wrp .membership-box .box-content p a {
  text-decoration: underline;
  color: var(--White);
  margin-right: 8px;
}

.membership-info .membership-wrp .membership-box .badge-img {
  position: absolute;
  right: 15px;
  bottom: -30px;
  max-width: 93px;
  width: 100%;
}

.membership-info .membership-wrp .membership-box .badge-img img {
  width: 100%;
}

.membership-info .membership-benefits .benefit-item {
  display: flex;
  padding: 10px 20px;
  gap: 10px;
  background: var(--White);
  border-radius: 24px;
  margin-bottom: 15px;
}

.membership-info .membership-benefits .benefit-item:last-child {
  margin-bottom: 0;
}

.membership-info .membership-benefits .benefit-item .benefit-icon {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
}

.membership-info .membership-benefits .benefit-item .benefit-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.membership-info .membership-benefits .benefit-item h4 {
  color: var(--Dark-Grey);
  font-size: 18px;
  line-height: 138%;
  margin-bottom: 0;
  text-align: start;
}

/* membership-info end  */

/* about-plumbing-section start  */
.about-plumbing-section {
  padding: 14px 0 47px;
}

.about-plumbing-section .heading-wrp h2 {
  max-width: 845px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
}

.about-plumbing-section .about-plumbing-wrp {
  display: flex;
  align-items: center;
  gap: 90px;
}

.about-plumbing-section .about-plumbing-wrp .left-wrp {
  width: 43.5%;
}

.about-plumbing-section .about-plumbing-wrp .left-wrp .img-wrp {
  padding: 20px;
  position: relative;
}

.about-plumbing-section .about-plumbing-wrp .left-wrp .img-wrp::before,
.about-plumbing-section .about-plumbing-wrp .left-wrp .img-wrp::after {
  content: '';
  position: absolute;
  width: 96px;
  height: 96px;
  display: block;
  background-image: url('../images/about-team-sec-img-top.svg');
}

.about-plumbing-section .about-plumbing-wrp .left-wrp .img-wrp::before {
  top: 0;
  left: 0;
}

.about-plumbing-section .about-plumbing-wrp .left-wrp .img-wrp::after {
  bottom: 0;
  right: 0;
  background-image: url('../images/about-team-sec-img-bottom.svg');
}

.about-plumbing-section .about-plumbing-wrp .left-wrp .img-wrp img {
  border-radius: 16px;
  box-shadow: 0px 0px 0px 1px #FFFFFF1A;
  object-fit: cover;
}

.about-plumbing-section .about-plumbing-wrp .right-wrp {
  /* width: 56.5%; */
  width: calc(100% - 43.5% - 90px);
}

.about-plumbing-section .about-plumbing-wrp .right-wrp .content-wrp p {
  margin-bottom: 20px;
}

.about-plumbing-section .about-plumbing-wrp .right-wrp .content-wrp p:last-child {
  margin-bottom: 0;
}

.about-plumbing-section .about-plumbing-wrp .right-wrp .content-wrp p a {
  color: var(--White);
  text-decoration: underline;
}

/* about-plumbing-section end */

/* plumbing-cta-section start  */
.plumbing-cta-section {
  padding: 47px 0 88px;
}

.plumbing-cta-section .plumbing-cta-wrp {
  max-width: 930px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(159, 25, 36, 0.8) 0%, rgba(201, 34, 47, 0.8) 100%);
  border-radius: 12px;
  padding: 35px 30px;
  text-align: center;
}

.plumbing-cta-section .plumbing-cta-wrp h4 {
  margin-bottom: 20px;
  text-decoration: underline;
}

.plumbing-cta-section .plumbing-cta-wrp .content-wrp p {
  margin-bottom: 20px;
  line-height: 155%;
}

.plumbing-cta-section .plumbing-cta-wrp .content-wrp p a {
  color: var(--White);
}

/* plumbing-cta-section end  */

/* services-tabs-offer-sec start  */
.services-tabs-offer-sec {
  padding: 40px 0 45px;
  position: relative;
  text-align: center;
}

.services-tabs-offer-sec::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 218%;
  mask-image: url('../images/services-tabs-offer-sec-top.svg');
  mask-position: bottom center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(180deg, #287F8A 2.09%, #73CFDB 40.03%);
  z-index: -1;
}

body:not(.home) .what-we-offer.services-we-offer::after {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  /* height: 112.6%; */
  height: 130%;
  mask-image: url('../images/services-we-offer-bottom.svg');
  mask-position: bottom center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(0deg, #287F8A 4.03%, #73CFDB 53.12%);
  z-index: -1;
}

/* .what-we-offer.services-we-offer{padding-top: 0;} */
body:not(.home) .what-we-offer.services-we-offer {
  padding-top: 0;
  padding-bottom: 45px;
}

body:not(.home) .what-we-offer.services-we-offer::before {
  display: none;
}

.services-tabs-offer-sec .heading-wrp {
  max-width: 820px;
  margin: 0 auto;
  margin-bottom: 24px;
}

/* .services-tabs-offer-sec .heading-wrp h2 {
  margin-bottom: 3px;
} */

/* .services-tabs-offer-sec .tabs-wrp {
  max-width: 1008px;
  margin: 0 auto;
} */

.services-tabs-offer-sec .tabs-wrp .services-tabs-btns {
  background: #343434;
  /* padding: 30px 36px 32px; */
  border-radius: 10px;
  /* gap: 40px; */
  display: flex;
  /* align-items: end; */
  margin-bottom: 35px;
  /* min-height: 110px; */
  overflow: hidden;
}

.services-tabs-offer-sec .tabs-wrp .services-tabs-btns button.services-tab-btn {
  border: none;
  outline: none !important;
  padding: 0;
  background: transparent;
  /* color: rgba(255, 255, 255, 0.4); */
  color: var(--White);
  font-family: var(--font-Josefin);
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: 24px;
  display: flex;
  gap: 15px;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.services-tabs-offer-sec .tabs-wrp .services-tabs-btns button.services-tab-btn img {
  max-width: 32px;
  max-height: 32px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.services-tabs-offer-sec .tabs-wrp .services-tabs-btns button.services-tab-btn:not(.active):after {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: rgba(255, 255, 255, 0.2);
}

.services-tabs-offer-sec .tabs-wrp button.services-tab-btn.active {
  background: #C1212D;
  box-shadow: 0px 20px 25px -5px #1FA2BE4D;
}

/* .services-tabs-offer-sec .tabs-wrp button.services-tab-btn.active {
  font-size: 24px;
  line-height: 100%;
  color: var(--White);
} */

/* .services-tabs-offer-sec .tabs-wrp button.services-tab-btn.active:after {
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(180deg, #9F1924 0%, #C9222F 100%);
  background-size: 100% 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  transition: all 0.3s ease-in-out;
} */

.services-tabs-offer-sec .tabs-wrp .services-tabs-content {
  padding: 0 40px;
}

.services-tabs-offer-sec .tabs-wrp .services-tabs-content p {
  margin-bottom: 20px;
}

.services-tabs-offer-sec .tabs-wrp .services-tabs-content p:last-child {
  margin-bottom: 0;
}

.services-tabs-offer-sec .tabs-wrp .services-tabs-content p a,
.services-tabs-offer-sec .tabs-wrp .services-tabs-content p span {
  /* color: #343434; */
  color: #004164;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.services-tabs-offer-sec .tabs-wrp .services-tabs-content p a:hover {
  color: #C1212D;
}

/* services-tabs-offer-sec end  */


/* service-offers start */
.service-offers {
  padding-bottom: 90px;
}

.service-offers .specials-wrp {
  column-gap: 30px;
}

.service-offers .specials-wrp .specials {
  width: calc((100% - (1 * 30px)) / 2);
}

.service-offers .specials-wrp .specials .specials-in {
  padding: 20px 15px;
}

/* service-offers end*/

/* 13/05/26 end */

/* reviews style start */
.testimonials-sec {
  padding: 60px 0 70px;
  position: relative;
}

.testimonials-sec::before {
  content: '';
  position: absolute;
  /* top: -236px; */
  top: -22%;
  left: 0;
  width: 100%;
  height: 454px;
  height: 68%;
  mask-image: url('../images/reviews-bg-up.svg');
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(180deg, #287F8A 4.52%, #73CFDB 86.45%);
  z-index: -1;
}

.testimonials-sec::after {
  content: '';
  position: absolute;
  /* bottom: -405px;
    top: 215px; */
  top: 38%;
  left: 0;
  width: 100%;
  height: 1000px;
  height: 90%;
  mask-image: url('../images/reviews-bg-up-down.svg');
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(0deg, #287F8A 1.92%, #73CFDB 77.09%);
  z-index: -1;
}

.testimonials-sec .reviews-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 43px;

}

.testimonials-sec .reviews-top .rating-stars img {
  margin-top: -5px;
}

.testimonials-sec .reviews-top h4 {
  margin-bottom: 0;
}

.testimonials-sec .reviews-top .left-wrp h2 {
  margin-bottom: 0px;
}

.testimonials-sec .reviews-top p,
.testimonials-sec .reviews-top h5 {
  margin-bottom: 0;
}

.testimonials-sec .reviews-top .middle-wrp .rating-stars p a {
  color: var(--White);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonials-sec .heading-wrp h3 {
  text-align: center;
  margin-bottom: 32px;
}

.testimonials-sec .testimonials-wrp {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;

}

.testimonials-sec .testimonials-wrp .testimonials-card {
  width: calc((100% - 60px) / 3);
  background: var(--White);
  border-radius: 12px;
  color: var(--Dark-Grey);
  padding: 30px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  align-items: stretch;
  box-shadow: 0px 25px 50px -12px #00000033;
}



.testimonials-sec .testimonials-wrp .testimonials-card .top-wrap {
  display: flex;
  gap: 24px;
  align-items: center;
}

.testimonials-sec .testimonials-wrp .testimonials-card .top-wrap h4 {
  color: var(--Dark-Grey);
  margin-bottom: 0;
}

.testimonials-sec .testimonials-wrp .testimonials-card .top-wrap img {
  height: 30px;
  width: 30px;
}

.testimonials-sec .testimonials-wrp .testimonials-card span.review-date,
.testimonials-sec .testimonials-wrp .testimonials-card p,
.testimonials-sec .testimonials-wrp .testimonials-card .review-stars {
  padding-left: 38px;
}

.testimonials-sec .testimonials-wrp .testimonials-card p {
  color: var(--Dark-Grey);
  margin-bottom: 6px;
}

.testimonials-sec .testimonials-load-more {
  text-align: center;
  margin-top: 64px;
}



.testimonials-sec .testimonials-wrp .testimonials-card .left-wrp img {
  width: 30px;
  height: 30px;
  display: block;
}

.testimonials-sec .testimonials-wrp .testimonials-card .right-wrp {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.testimonials-sec .testimonials-wrp .testimonials-card .right-wrp h4 {
  color: var(--Dark-Grey);
  margin-bottom: 6px;
}

.testimonials-sec .testimonials-wrp .testimonials-card .review-stars {
  margin-bottom: 6px;
  max-width: 118px;
}

.testimonials-sec .testimonials-wrp .testimonials-card .review-stars img {
  display: block;
}

.testimonials-sec .testimonials-wrp .testimonials-card p {
  color: var(--Dark-Grey);
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 150%;
}

.testimonials-sec .testimonials-wrp .testimonials-card span.review-date {
  display: block;
  margin-top: auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0%;
}

.testimonials-sec .testimonials-wrp .testimonials-card span.review-date,
.testimonials-sec .testimonials-wrp .testimonials-card p,
.testimonials-sec .testimonials-wrp .testimonials-card .review-stars {
  padding-left: 0px;
}

/* reviews style end*/


/* blog-list-sec start  */
.blog-list-sec {
  padding: 79px 0 80px 0;
  position: relative;
}

.blog-list-sec::before {
  content: '';
  position: absolute;
  top: -18%;
  left: 0;
  width: 100%;
  height: 140%;
  mask-image: url('../images/blog-list-sec-top.svg');
  mask-position: bottom center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(180deg, #287F8A 3%, #73CFDB 35.7%);
  z-index: -1;
}

.blog-list-sec .blog-lists,
.post-list-sec .latest-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.blog-list-sec .blog-lists .post-wrp,
.post-list-sec .latest-posts-wrapper .single-post-box {
  width: calc((100% - 60px) / 3);
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 25px 50px -12px #00000033;
  overflow: hidden;
}

.blog-list-sec .blog-lists .post-wrp .cnt-wrp,
.post-list-sec .latest-posts-wrapper .single-post-box .post-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-list-sec .blog-lists .post-wrp .img-wrp img,
.post-list-sec .latest-posts-wrapper .single-post-box .post-image img {
  width: 100%;
  display: block;
  object-fit: cover;
  min-height: 200px;
}

.blog-list-sec .blog-lists .post-wrp .cnt-wrp .cnt-text h3,
.blog-list-sec .blog-lists .post-wrp .cnt-wrp .cnt-text h3 a,
.post-list-sec .latest-posts-wrapper .single-post-box .post-content h3 {
  font-size: 24px;
  line-height: 103%;
  letter-spacing: 0;
  color: #515151;
}

.blog-list-sec .blog-lists .post-wrp .cnt-wrp p,
.post-list-sec .latest-posts-wrapper .single-post-box .post-content p {
  color: #515151;
  line-height: 150%;
}

.blog-list-sec .blog-lists .post-wrp .cnt-wrp .btn-wrp a,
.post-list-sec .latest-posts-wrapper .single-post-box .post-content a {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  color: #515151;
}

.blog-list-sec .blog-lists .post-wrp .cnt-wrp .btn-wrp {
  margin-top: auto;
}

/* blog-list-sec end  */

.single-blog {
  padding: 45px 0 10px;
  position: relative;
}

.single-blog::before {
  content: '';
  position: absolute;
  top: -9%;
  left: 0;
  width: 100%;
  height: 16%;
  mask-image: url('../images/single-blog-top.svg');
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(180deg, #287F8A 7.61%, #73CFDB 145.69%);
  z-index: 0;
}

.single-blog::after {
  content: '';
  position: absolute;
  top: 6%;
  left: 0;
  width: 100%;
  height: 12%;
  mask-image: url('../images/single-blog-bottom.svg');
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(0deg, #287F8A 0%, #73CFDB 149.49%);
  z-index: 0;
}

.single-blog .container {
  position: relative;
  z-index: 2;
}

.single-blog,
.blog-navigation {
  background: #fff;
  overflow: hidden;
}

.single-blog .post-featured-img {
  margin-top: 18px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 43%;
  min-height: 280px;
}

.single-blog .post-featured-img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.single-blog .post-cnt-wrp .post-cnt {
  padding-top: 20px;
}

.single-blog .post-cnt-wrp .post-cnt p {
  color: #515151;
  margin-bottom: 20px;
}

.single-blog .post-cnt-wrp .post-cnt p a {
  color: #515151;
  text-decoration: underline;
}

.single-blog .post-cnt-wrp .post-cnt h4 {
  color: #515151;
}

.blog-navigation {
  padding-bottom: 35px;
  position: relative;
}

.blog-navigation .blog-navigation-wrp {
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
}

.blog-navigation .blog-navigation-wrp .prev-post {
  position: relative;
}

.blog-navigation .blog-navigation-wrp .prev-post:has(a)::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #515151;
  border-left: 2px solid #515151;
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  left: -12px;
}

.blog-navigation .blog-navigation-wrp .next-post {
  position: relative;
}

.blog-navigation .blog-navigation-wrp .next-post:has(a)::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #515151;
  border-right: 2px solid #515151;
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  right: -12px;
}

.blog-navigation .blog-navigation-wrp .next-post span,
.blog-navigation .blog-navigation-wrp .prev-post span {
  color: #515151;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}

.post-list-sec {
  position: relative;
  padding-top: 160px;
  background: #ffffff;
  padding-bottom: 80px;
}

.post-list-sec .container {
  position: relative;
  z-index: 2;
}

.post-list-sec h2 {
  text-align: center;
  margin-bottom: 32px;
}

.post-list-sec .latest-posts-wrapper .single-post-box .post-content a {
  margin-top: auto;
}

.post-list-sec .latest-posts-wrapper .single-post-box .post-content a img {
  max-width: 18px;
}

.post-list-sec .btn-wrp {
  padding-top: 30px;
  text-align: center;
}


.post-list-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  mask-image: url('../images/post-list-sec-top.svg');
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(180deg, #287F8A 0%, #73CFDB 75.33%);
  z-index: 0;
}

.post-list-sec::after {
  content: '';
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  height: 60%;
  mask-image: url('../images/post-list-sec-bottom.svg');
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(0deg, #287F8A 0%, #73CFDB 75.33%);
  z-index: 0;
}

section.post-list-sec+.reviews.has-background {
  z-index: 2;
}

/* career page start */

.career-openings {
  padding: 59px 0px 0px;
}

.career-openings .opening-wrp {
  padding-bottom: 40px;
  border-bottom: 1px solid #FFFFFF66;
}

.career-openings .career-job .top-wrp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}

.career-openings .career-job .top-wrp h2 {
  margin-bottom: 0px;
}

.career-openings .content-wrp {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.career-openings .content-wrp .subtitle {
  width: 180px;
  flex-shrink: 0;
}

.career-openings .content-wrp .subtitle p {
  font-family: var(--font-Josefin);
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0px;
}

.career-openings .content-wrp .description {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.career-openings .content-wrp .description p {
  margin-bottom: 30px;
}

.career-openings .content-wrp .description ul {
  padding-left: 20px;
}

.career-openings .content-wrp .description li {
  list-style: disc;
}

.career-openings .content-wrp .description li:not(:last-child) {
  margin-bottom: 8px;
}

.career-form {
  padding: 41px 0px 0px;
}

.career-form .form-wrp {
  padding-bottom: 61px;
  border-bottom: 1px solid #FFFFFF66;
}

.career-form .form-wrp .form-heading {
  font-family: var(--font-Josefin);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  color: var(--White);
}

.career-form .gform_wrapper.gravity-theme .gsection {
  border-bottom: none;
  padding: 0px;
}

.career-form .form-wrp .form-shortcode .gsection_title {
  font-family: var(--font-Poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 0px;
}

.career-form .gform_wrapper.gravity-theme .gform_fields,
.career-form .gform_wrapper.gravity-theme .gfield--input-type-address .ginput_container_address {
  grid-row-gap: 6px !important;
  grid-column-gap: 20px !important;
}

.career-form .gform_wrapper.gravity-theme .gfield_label {
  font-family: var(--font-Poppins);
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 6px;
  padding: 0;
  color: var(--White);
}

.career-form .gform_wrapper.gravity-theme .gfield_required {
  color: #FFFFFF;
}

.career-form .gform_wrapper.gravity-theme .gfield input,
.career-form .gform_wrapper.gravity-theme .gfield select,
.career-form .gform_wrapper.gravity-theme .gfield textarea {
  background-color: transparent;
  color: #FFFFFF66;
  border: 1px solid #FFFFFF66;
  border-radius: 12px;
  padding: 10px 15px !important;
  box-shadow: none;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 140% !important;
  letter-spacing: 0;
  transition: all 0.33s ease;
  width: 100%;
}

.career-form .gform_wrapper.gravity-theme .gfield input:focus,
.career-form .gform_wrapper.gravity-theme .gfield select:focus,
.career-form .gform_wrapper.gravity-theme .gfield textarea:focus {
  outline: none;
  border-color: var(--Light-Blue);
  box-shadow: 0 0 20px 10px rgba(31, 162, 190, 0.3);
}

.career-form .gform_wrapper.gravity-theme .gfield input::placeholder,
.career-form .gform_wrapper.gravity-theme .gfield textarea::placeholder {
  color: #FFFFFF66;
  opacity: 1;
}

.career-form .gform_wrapper.gravity-theme .gfield select {
  background-position: center right 17px;
  background-size: 13px;
}

.career-form .gform_wrapper.gravity-theme .gfield.gfield--width-half {
  position: relative;
}

.career-form .gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {
  display: none;
}

.career-form .gform_wrapper.gravity-theme .ginput_container_date input {
  background-position: center right 15px;
  background-size: 19px;
}

.career-form .career-form .form-wrp .form-shortcode .gsection:not(:first-child) .gsection_title {
  margin-bottom: 6px;
  margin-top: 30px;
}

.career-form .gform_wrapper.gravity-theme fieldset {
  margin-top: 30px;
}

.career-form .work-experience-heading>.gfield_repeater_wrapper>.gfield_repeater_container>.gfield_label {
  font-family: var(--font-Poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 6px;
}

.career-form .work-experience-heading .gfield_repeater_item {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px 12px;
}

.career-form .work-experience-heading .gfield_repeater_cell:has(.we-company) {
  grid-column: span 6;
}

.career-form .work-experience-heading .gfield_repeater_cell:has(.we-location) {
  grid-column: span 6;
}

.career-form .work-experience-heading .gfield_repeater_cell:has(.we-from),
.career-form .work-experience-heading .gfield_repeater_cell:has(.we-to) {
  grid-column: span 3;
}

.career-form .work-experience-heading .gfield_repeater_cell:has(.we-position) {
  grid-column: span 6;
}

.career-form .work-experience-heading .gfield_repeater_cell:has(.we-description),
.career-form .work-experience-heading .gfield_repeater_cell:has(.we-reason),
.career-form .work-experience-heading .gfield_repeater_buttons {
  grid-column: 1 / -1;
}

.career-form .work-experience-heading .gfield,
.career-form .work-experience-heading .ginput_container,
.career-form .work-experience-heading input,
.career-form .work-experience-heading textarea {
  width: 100% !important;
}

.career-form .work-experience-heading textarea {
  min-height: 47px !important;
  height: 38px !important;
  resize: vertical;
}

.career-form .work-experience-heading .gfield_label {
  display: block;
  margin-bottom: 6px;
}

.career-form .work-experience-heading .ginput_container_date {
  position: relative;
}

.career-form .work-experience-heading .ginput_container_date input {
  padding-right: 35px !important;
}

.career-form .work-experience-heading .ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 16px;
}

.career-form .gform_wrapper.gravity-theme .gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
  margin-top: 0px;
  padding-top: 0px;
}

.career-form .gform_wrapper.gravity-theme .gfield_repeater_cell {
  margin-top: 0px;

}

.career-form .gform_wrapper.gravity-theme .gfield_repeater_buttons {
  padding-top: 10px;
}

.career-form .gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text,
.career-form .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text {
  background: transparent;
  border: 1px solid #FFFFFF66;
  border-radius: 12px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  height: 47px;
  margin-bottom: 0px;
  margin-right: 20px;
  min-width: 254px;
  transition: all .3s cubic-bezier(.67, .17, .4, .83);
}

.career-form #field_2_1007 .ginput_container_fileupload {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.career-form #field_2_1007 input[type="file"] {
  width: auto;
  color: #fff;
  border: none;
  padding: 2px !important;
}

.career-form #field_2_1007 input[type=file]:focus {
  border-color: none;
  box-shadow: none;
}

.career-form #field_2_1007 input[type="file"]::file-selector-button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  padding: 10px 14px;
  color: #fff;
  cursor: pointer;
  margin-right: 14px;
}

.career-form #field_2_1008 .gfield-choice-input {
  width: 20px;
  height: 20px;
  accent-color: transparent;
  cursor: pointer;
  margin-right: 10px;
}

.career-form .gform_wrapper.gravity-theme .gfield_checkbox label {
  font-family: var(--font-Poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}

.career-form .gform_wrapper.gravity-theme .gform_footer {
  justify-content: flex-start;
  margin: 50px 0 0 !important;
  padding: 0 !important;
  position: relative;
  align-items: center;
  overflow: hidden;
  max-width: 181px;
  height: 54px;
}

.career-form .gform_wrapper.gravity-theme .gform_footer .gform_button {
  border: none;
  margin-bottom: 0;
  background: linear-gradient(180deg, #9F1924 0%, #C9222F 100%);
  color: var(--White);
  min-width: 181px;
  min-height: 54px !important;
  line-height: 20px !important;
  transition: all 0.33s linear;
  padding: 15px 19px;
}

.career-form .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
  background: #FFFFFF;
  color: var(--Black1);
  border: 1px solid var(--Red);
}

.career-form .gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text,
.career-form .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text {
  transition: all 0.55s linear;
}

.career-form .gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text:hover,
.career-form .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text:hover {
  background: linear-gradient(180deg, #9F1924 0%, #C9222F 100%);
  color: var(--White);
}

.career-form .gravity-theme .gform_confirmation_message {
  text-align: start;
  font-size: 18px;
  font-weight: 500;
  color: var(--White);
}

.career-form .gform_wrapper.gravity-theme .gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
  border-bottom: 2px solid #FFFFFF66;
}

.career-form .gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-left: 5px;
  text-align: left;
  color: var(--Red) !important;
}

.career-form #input_2_9 option {
  background: var(--Red);
  color: #FFFFFF;
}

.career-openings+.reviews {
  padding: 173px 0 7px;
}

/* career page end*/

/* contact css start */
.content-with-form .gform_wrapper.gravity-theme .gform_fields,
.content-with-form .gform_wrapper.gravity-theme .gfield--input-type-address .ginput_container_address {
  grid-row-gap: 20px !important;
  grid-column-gap: 20px !important;
}

.content-with-form .gform_wrapper.gravity-theme .gsection {
  border-bottom: none;
  padding: 0;
}

.content-with-form .gform_wrapper.gravity-theme .gfield input.large:focus,
.content-with-form .gform_wrapper.gravity-theme .gfield select.large:focus {
  border: 1px solid var(--Light-Blue);
  box-shadow: 0 0 20px 10px rgba(31, 162, 190, 0.3);
  border: 1px solid #515151 !important;
}

.content-with-form .gform_wrapper.gravity-theme .gfield-choice-input+label {
  margin-bottom: 0;
  max-width: calc(100% - 13px);
  vertical-align: middle;
  color: var(--Black1);
}

.content-with-form .gform_wrapper.gravity-theme .gfield.gf_list_4col .gfield_checkbox,
.content-with-form .gform_wrapper.gravity-theme .gfield.gf_list_4col .gfield_radio {
  grid-column-gap: 15px;
  row-gap: 10px;
}

.content-with-form .gform_wrapper.gravity-theme .gfield input,
.content-with-form .gform_wrapper.gravity-theme .gfield select,
.content-with-form .gform_wrapper.gravity-theme .gfield textarea {
  background-color: #fff;
  color: #515151;
  border: 1px solid #51515166;
  border-radius: 12px;
  padding: 10px 15px !important;
  box-shadow: none;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 150% !important;
  letter-spacing: 0;
  transition: all 0.33s ease;
}

.content-with-form .gform_wrapper.gravity-theme .gfield select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url(../images/select-down-black.svg) !important;
  background-repeat: no-repeat;
  background-position: center right 17px;
  background-size: 13px;
}

.content-with-form .gform_wrapper.gravity-theme .gform_footer {
  justify-content: start;
  margin: 44px 0 0 !important;
  padding: 0 !important;
  position: relative;
  align-items: center;
  overflow: hidden;
  max-width: 181px;
  height: 54px;
}

.content-with-form .gform_wrapper.gravity-theme .gform_footer .gform_button {
  border: none;
  margin-bottom: 0;
  background: linear-gradient(180deg, #9F1924 0%, #C9222F 100%);
  border: 1px transparent;
  color: var(--White);
  min-width: 100%;
  min-height: 100% !important;
  line-height: 20px !important;
  transition: all 0.33s linear;
}

.content-with-form .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
  background: var(--White);
  color: var(--Black1);
  border: 1px solid var(--Red);
}

.content-with-form .gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-left: 5px;
  text-align: left;
  color: var(--Red) !important;
}

/* contact css end*/

/* our-specials single-coupon section*/
.our-specials.single-coupon::before {
  display: none;
}

.our-specials.single-coupon .os-wrp .os-top-wrp {
  max-width: 100%;
  margin-bottom: 48px;
  text-align: center;
}

.our-specials.single-coupon .os-wrp .os-top-wrp h2 {
  margin-bottom: 20px;
}

.our-specials.single-coupon .os-wrp .specials-wrp .specials {
  width: 100%;
  margin: 0;
}

.our-specials.single-coupon .os-wrp .specials-wrp {
  margin: 0 0px;
}

.our-specials.single-coupon .os-wrp .specials-wrp .specials .specials-in p {
  margin-bottom: 30px;
}

/* service-faq style start */
.service-faq {
  padding: 10px 0px 90px;
  position: relative;
}

.service-faq .service-faq-wrp {}

.service-faq .service-faq-wrp .heading-wrp {
  margin-bottom: 30px;
  text-align: center;
}

.service-faq .faq_wrp .faqs .faq {
  padding: 0 30px 0;
  margin-bottom: 11px;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
}

.service-faq .faq_wrp .faqs .faq h4 {
  margin-bottom: 0;
  line-height: 105%;
  color: var(--White);
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #FFFFFF4D;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.service-faq .faq_wrp .faqs .faq p {
  color: #232222;
  margin-top: 7px;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.service-faq .faq_wrp .faqs .faq.active {
  background: var(--White);
  box-shadow: 0px 25px 50px -12px #00000033;
}

.service-faq .faq_wrp .faqs .faq.active h4 {
  color: var(--Dark-Grey);
  padding-bottom: 0px;
}

.service-faq .faq_wrp .faqs .faq h4::before {
  content: '';
  position: absolute;
  top: 25px;
  right: 0;
  width: 22px;
  height: 22px;
  background-image: url('../images/faq-plus-icon-white.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.service-faq .faq_wrp .faqs .faq.active h4::before {
  background-image: url('../images/faq-minus-icon.svg');
}

/* service-faq style end */
/* installation-sec start */
.installation-sec {
  padding: 53px 0 284px;
  position: relative;
}

.installation-sec::before {
  content: '';
  position: absolute;
  top: -24.5%;
  left: 0;
  width: 100%;
  height: 57%;
  mask-image: url('../images/membership-info-top.svg');
  mask-position: bottom center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(180deg, #287F8A 0%, #73CFDB 119.82%);
  z-index: -1;
}

.installation-sec::after {
  content: '';
  position: absolute;
  top: 32%;
  left: 0;
  width: 100%;
  height: 68.9%;
  mask-image: url('../images/membership-info-bottom.svg');
  mask-position: bottom center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(0deg, #287F8A 0%, #73CFDB 121.09%);
  z-index: -1;
}

.installation-sec .service-points {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 15px;
}

.installation-sec .service-points .service-point {
  width: calc((100% - 30px) / 2);
  background: #fff;
  border-radius: 24px;
  display: flex;
  gap: 10px;
  padding: 10px 20px 10px;
  align-items: start;
}

.installation-sec .service-points .service-point img {
  max-width: 22px;
}

.installation-sec .service-points .service-point span {
  color: #515151;
  font-weight: 700;
  font-size: 18px;
  line-height: 24.75px;
  letter-spacing: 0;
  font-family: var(--font-Josefin);
}

.installation-sec .installation-cta {
  margin-top: 50px;
  background: linear-gradient(180deg, rgba(159, 25, 36, 0.8) 0%, rgba(201, 34, 47, 0.8) 100%);
  display: flex;
  gap: 56px;
  padding: 35px 32px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.installation-sec .installation-cta::before {
  content: '';
  position: absolute;
  width: 174px;
  height: 174px;
  background: var(--White);
  border-radius: 50%;
  opacity: 0.1;
  right: -60px;
  top: -60px;
  z-index: 0;
}

.installation-sec .installation-cta::after {
  content: '';
  position: absolute;
  width: 116px;
  height: 100px;
  background: var(--White);
  border-radius: 50%;
  opacity: 0.1;
  left: -45px;
  bottom: 35px;
  z-index: 0;
}

.installation-sec .installation-cta p {
  font-family: var(--font-Josefin);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 0;
}

.installation-sec .installation-cta p a {
  color: #ffffff;
  text-decoration: underline;
}

.installation-sec .installation-cta .btn-wrp {
  margin: auto 0;
}

.installation-sec .installation-cta .btn-wrp .blue-btn {
  padding: 15.5px 80.5px;
  min-width: 241px;
}

.installation-matters-sec {
  padding-bottom: 85px;
}

.installation-matters-sec .heading-wrp {
  text-align: center;
  max-width: 810px;
  margin: 0 auto 20px auto;
}

.installation-matters-sec .img-wrp {
  text-align: center;
  position: relative;
  max-width: 810px;
  margin: 0 auto;
  padding: 20px;
}

.installation-matters-sec .img-wrp img {
  max-width: 770px;
  width: 100%;
  border-radius: 16px;
  min-height: 220px;
}

.installation-matters-sec .img-wrp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 96px;
  border-style: solid;
  border-color: var(--Dark-Grey);
  border-width: 4px 0px 0px 4px;
  border-top-left-radius: 16px;
  z-index: 1;
}

.installation-matters-sec .img-wrp::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 96px;
  height: 96px;
  border-style: solid;
  border-color: #73D1DD;
  border-width: 0px 4px 4px 0px;
  border-bottom-right-radius: 16px;
  z-index: 1;
}

.installation-matters-sec .points-wrp {
  display: flex;
  gap: 20px;
  width: calc((100% - 30px) / 2);
  border-bottom: 1px solid #FFFFFF4D;
  padding-bottom: 15px;
  align-items: start;
}

.installation-matters-sec .installation-points {
  max-width: 810px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 auto;
  padding-bottom: 43px;
}

.installation-matters-sec .points-wrp img {
  max-width: 22px;
  width: 100%;
  display: block;
}

.installation-matters-sec .points-wrp p {
  font-weight: 700;
  font-size: 18px;
  line-height: 24.75px;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: var(--font-Josefin);
}

.installation-matters-sec .content-wrp {
  text-align: center;
  padding-top: 50px;
}

.installation-matters-sec .installation-cta,
.company-benefits-cta {
  max-width: 810px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(180deg, rgba(159, 25, 36, 0.8) 0%, rgba(201, 34, 47, 0.8) 100%);
  padding: 35px 30px;
  border-radius: 12px;
}

/* installation-sec end */

.company-benefits-sec {
  /* padding-top: 265px; */
  padding-top: 185px;
  padding-bottom: 259px;
  position: relative;
}

.company-benefits-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  mask-image: url('../images/company-benefits-bg-up.svg');
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(180deg, #287F8A 0%, #73CFDB 65.72%);
  z-index: -1;
}

.company-benefits-sec::after {
  content: '';
  position: absolute;
  top: 49%;
  left: 0;
  width: 100%;
  height: 50%;
  mask-image: url('../images/company-benefits-bg-down.svg');
  mask-position: bottom center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(0deg, #287F8A 0%, #73CFDB 67.99%);
  z-index: -1;
}

.company-benefits-sec .heading-wrp {
  text-align: center;
}

.company-benefits-sec .content-wrp {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.company-benefits-sec .benefits-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 15px;
}

.company-benefits-sec .benefits-list .benefit-item {
  width: calc((100% - 60px) / 2);
  background: #fff;
  border-radius: 24px;
  display: flex;
  gap: 10px;
  padding: 10px 20px 10px;
  align-items: start;
  box-shadow: 0px 25px 50px -12px #00000033;
}

.company-benefits-sec .benefits-list .benefit-item span {
  color: #515151;
  font-weight: 700;
  font-size: 18px;
  line-height: 24.75px;
  letter-spacing: 0;
  font-family: var(--font-Josefin);
}

.company-benefits-sec .benefits-list .benefit-item img {
  max-width: 22px;
}

.company-benefits-sec .bottom-text-wrp {
  text-align: center;
  padding-bottom: 51px;
  padding-top: 32px;
  max-width: 928px;
  margin: 0 auto;
}

.company-benefits-sec .bottom-text-wrp p {
  margin-bottom: 0;
}

.company-benefits-sec .company-benefits-cta {
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(180deg, rgba(159, 25, 36, 0.8) 0%, rgba(201, 34, 47, 0.8) 100%);
  padding: 35px 30px;
  border-radius: 12px;
}

.company-benefits-sec .company-benefits-cta h4 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-decoration: underline;
}

/* .installation-style-two start  */
.installation-sec.installation-style-two .container {
  max-width: 952px;
}

.installation-sec.installation-style-two .heading-wrp {
  text-align: center;
}

/* .installation-style-two end  */

/* .installation-matters-style-two start  */

.installation-matters-style-two .main-cnt-wrp {
  display: flex;
  gap: 90px;
  margin-bottom: 70px;
}

.installation-matters-style-two .heading-wrp {
  max-width: 750px;
  margin: 0 auto 40px auto;
}

.installation-matters-style-two .main-cnt-wrp .img-wrp {
  width: 100%;
  max-width: 510px;
  padding: 20px;
  position: relative;
}

.installation-matters-style-two .main-cnt-wrp .img-wrp img {
  height: 100%;
  object-fit: cover;
}

.installation-matters-style-two .main-cnt-wrp .right-cnt {
  width: 100%;
}

.installation-matters-style-two .points-wrp {
  width: 100%;
}

.installation-matters-style-two .content-wrp {
  text-align: start;
  margin-bottom: 36px;
  padding-top: 0;
}

.installation-matters-style-two .installation-points {
  gap: 20px;
  padding-bottom: 0;
}

/* .installation-matters-style-two end  */
/* service-content start */
.service-content {
  padding: 35px 0 55px;
}

.service-content .heading-wrp {
  margin-bottom: 32px;
}

.service-content .content-wrp p {
  margin-bottom: 30px;
}

.service-content .content-wrp img {
  margin: 10px 0 20px;
  border-radius: 12px;
  min-height: 190px;
  object-fit: cover;
}

/* service-content end  */

.menu-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
  row-gap: 60px;
  margin-top: 50px;
}