html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Figtree", sans-serif;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
}

* {
  box-sizing: border-box;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
textarea,
button,
select {
  outline: 0 !important;
}

button {
  cursor: pointer;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

textarea {
  resize: none;
}

h1,
.h1 {
  font-size: 88px;
  color: #000000;
  margin: 0;
  padding: 0;
  line-height: 0.94;
  font-family: "Figtree", sans-serif;
  font-weight: 100;
}
@media (max-width: 1440px) {
  h1,
  .h1 {
    font-size: 78px;
  }
}
@media (max-width: 1366px) {
  h1,
  .h1 {
    font-size: 57px;
  }
}
@media (max-width: 992px) {
  h1,
  .h1 {
    font-size: 47px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 46px;
  }
}

h2,
.h2 {
  font-size: 70px;
  color: #000000;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
}
@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 31px;
    line-height: 1;
  }
}

h3,
.h3 {
  font-size: 50px;
  color: #000000;
  margin: 0;
  padding: 0;
  line-height: 1.03;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
}
@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: 42px;
  }
}
@media (max-width: 992px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-size: 25px;
  color: #000000;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
}
@media (max-width: 1200px) {
  h4,
  .h4 {
    font-size: 21px;
  }
}
@media (max-width: 992px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-size: 20px;
  color: #000000;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}
@media (max-width: 1200px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}

p {
  margin: 0 0 15px 0;
}
p:empty {
  display: none;
}

.text-p p {
  font-size: 18px;
  line-height: 1.4;
}

.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  padding: 11px 49px;
  color: #fff !important;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  border-radius: 999px;
  text-align: center;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border: 0;
}
@media (max-width: 1200px) {
  .btn,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    padding: 8px 25px;
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .btn,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .btn,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    font-size: 20px;
  }
}

.skyBlueBtn {
  background-color: #41b8ff;
  color: #fff !important;
}
.skyBlueBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
}

.orangeBtn {
  background-color: #ff5c24;
  color: #fff !important;
  border: 0;
}
.orangeBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
}

.blueBtn {
  background-color: #18184d;
  color: #fff !important;
  border: 0;
}
.blueBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
}

.whiteBtn {
  background-color: #fff;
  color: #000000 !important;
  border: 0;
}
.whiteBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
}

.darkBlueBtn {
  background-color: #18184d;
  color: #fff !important;
  border: 0;
}
.darkBlueBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
}

.greenBtn {
  background-color: #25d366;
  color: #fff !important;
  border: 0;
}
.greenBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
}

.greenColor {
  background-color: #25d366;
}

.orangeColor {
  background-color: #ff5c24;
}

.blueColor {
  background-color: #18184d;
}

.skyBlueColor {
  background-color: #41b8ff;
}

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 0 96px;
  }
}
.container {
  width: 100%;
  padding: 0 96px;
}
@media (max-width: 1440px) {
  .container {
    padding: 0 45px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 30px;
  }
}

.mainContent {
  min-height: 300px;
}

.slick-list {
  overflow: hidden;
}

.slick-slide {
  display: inline-block;
  vertical-align: top;
}

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

.desktopDisplay {
  display: block;
}
@media (max-width: 767px) {
  .desktopDisplay {
    display: none;
  }
}

.mobileDisplay {
  display: none;
}
@media (max-width: 767px) {
  .mobileDisplay {
    display: block;
  }
}

.error404 .error-404 {
  color: #000000;
  position: relative;
  margin: 0px 0 0 0;
}
.error404 .error-404 .title {
  color: #18184d;
  font-size: 190px;
  line-height: 1;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}
.error404 .error-404 .title span {
  color: #ff5c24;
}
@media (max-width: 767px) {
  .error404 .error-404 .title {
    font-size: 130px;
    margin-bottom: 30px;
  }
}
.error404 .error-404 .subTitle {
  color: #000000;
  font-size: 26px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .error404 .error-404 .subTitle {
    font-size: 22px;
  }
}
.error404 .error-404 .notFoundInner {
  text-align: center;
  padding: 95px 0 95px;
}
@media (min-width: 992px) {
  .error404 .error-404 .notFoundInner h1 {
    margin-bottom: 30px;
  }
  .error404 .error-404 .notFoundInner .btn {
    margin-top: 20px;
    padding: 12px 35px;
  }
}
@media (max-width: 992px) {
  .error404 .error-404 .notFoundInner {
    padding: 100px 0 100px;
  }
}

.testimonials .slick-slider {
  padding-right: 100px;
  padding-bottom: 0;
  overflow: visible !important;
}
@media (max-width: 1200px) {
  .testimonials .slick-slider {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .testimonials .slick-slider {
    padding-right: 0;
    overflow: visible !important;
  }
}

.testimonials .slick-list {
  padding-right: 20%;
  overflow: hidden !important;
  padding-bottom: 30px;
}
@media (max-width: 1680px) {
  .testimonials .slick-list {
    padding-right: 0;
    overflow: hidden !important;
    padding-bottom: 30px;
  }
}
@media (max-width: 1440px) {
  .testimonials .slick-list {
    padding-right: 5%;
  }
}
@media (max-width: 1366px) {
  .testimonials .slick-list {
    padding-right: 14%;
  }
}
@media (max-width: 1200px) {
  .testimonials .slick-list {
    padding-right: 0;
    overflow: hidden !important;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .testimonials .slick-list {
    padding-right: 0;
    overflow: hidden !important;
    padding-bottom: 30px;
  }
}

.testimonials .testimonials-slider {
  padding-right: 0;
}

.boilerGrid .slick-slide,
.testimonials .slick-slide {
  margin: 0 8px;
}

.slick-slider .slick-track {
  height: 100%;
}

.slick-arrow {
  position: absolute;
  bottom: -60px;
  font-size: 0;
  background-color: transparent;
  background-position: center;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  box-shadow: none;
  width: 45px;
  height: 45px;
  padding: 0;
  margin: 0;
}
.slick-arrow.slick-prev {
  left: calc(50% - 50px);
  background-image: url("../images/icons/arrow-left.svg");
}
.slick-arrow.slick-next {
  right: calc(50% - 50px);
  background-image: url("../images/icons/arrow-right.svg");
}

.customDropdown {
  position: relative;
}

.cd-options {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  max-height: 250px;
  overflow-y: auto;
  display: none;
}

.cd-options.open {
  display: block;
}

header.site-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
  background: #fff;
}
header.site-header.sticky {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header .ticker {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
header .ticker .ticker-track {
  display: inline-flex;
  gap: 40px;
  padding: 0 0;
  color: #fff;
  font-weight: 600;
  animation: scroll 35s linear infinite;
}
header .ticker .ticker-track span {
  white-space: nowrap;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  header .ticker .ticker-track span {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  header .ticker .ticker-track span {
    font-size: 16px;
  }
}
header .ticker .ticker-track span .dot {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
header .ticker .ticker-track span .dot::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  z-index: 99;
  background: white;
  top: 7px;
  left: 16px;
}
header {
  /* Infinite animation */
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
header .no-scroll .ticker-track {
  animation: none;
  justify-content: center;
  width: 100%;
}
header ul {
  list-style: none;
  margin: 0;
}
header .site-branding {
  padding: 13px 0;
}
@media (max-width: 767px) {
  header .site-branding {
    padding: 8px 0;
    min-height: 84px;
    display: flex;
    align-items: center;
  }
}
header .site-branding .container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 144px;
  width: 100%;
}
@media (max-width: 1680px) {
  header .site-branding .container {
    gap: 70px;
  }
}
@media (max-width: 1440px) {
  header .site-branding .container {
    gap: 50px;
  }
}
@media (max-width: 1366px) {
  header .site-branding .container {
    gap: 25px;
    justify-content: space-between;
  }
}
@media (max-width: 1200px) {
  header .site-branding .container {
    gap: 0px;
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  header .site-branding .container {
    gap: 0px;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  header .site-branding .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  header .site-branding .container .logo {
    order: 2;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  header .site-branding .container .logo {
    width: 100%;
    max-width: 116px;
  }
}
@media (max-width: 1023px) {
  header .site-branding .container .navigation {
    order: 3;
    width: 87px;
  }
}
@media (max-width: 767px) {
  header .site-branding .container .navigation {
    width: 78px;
  }
}
header .site-branding .container .navigation .main-navigation .menu-close, header .site-branding .container .navigation .main-navigation .mobile-menu, header .site-branding .container .navigation .main-navigation .menuFooter {
  display: none;
}
header .site-branding .container .navigation .main-navigation .mobile-menu {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  text-transform: uppercase;
  color: #ff5c24;
  font-family: "Figtree", sans-serif;
  padding-bottom: 12px;
  margin-bottom: 32px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
}
header .site-branding .container .navigation .main-navigation .nav-menu {
  display: flex;
  justify-content: start;
  gap: 116px;
  align-items: start;
}
@media (max-width: 1680px) {
  header .site-branding .container .navigation .main-navigation .nav-menu {
    gap: 30px;
  }
}
@media (max-width: 1440px) {
  header .site-branding .container .navigation .main-navigation .nav-menu {
    gap: 30px;
  }
}
@media (max-width: 1366px) {
  header .site-branding .container .navigation .main-navigation .nav-menu {
    gap: 45px;
  }
}
@media (max-width: 1200px) {
  header .site-branding .container .navigation .main-navigation .nav-menu {
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  header .site-branding .container .navigation .main-navigation .nav-menu {
    display: block;
  }
}
header .site-branding .container .navigation .main-navigation .nav-menu .menu-item a {
  color: #18184d;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 1440px) {
  header .site-branding .container .navigation .main-navigation .nav-menu .menu-item a {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  header .site-branding .container .navigation .main-navigation .nav-menu .menu-item a {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 1023px) {
  header .site-branding .container .navigation .main-navigation .menu-wrapper {
    position: fixed;
    top: 127px;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #F5F5F5;
    padding: 40px 40px;
    box-shadow: none;
    z-index: 99;
    gap: 0px;
    display: flex;
    align-items: start;
    flex-direction: column;
    transition: all 0.3s ease;
    overflow-y: auto;
    padding-bottom: 305px;
  }
  header .site-branding .container .navigation .main-navigation .menu-wrapper .mobile-menu, header .site-branding .container .navigation .main-navigation .menu-wrapper .menuFooter {
    display: block;
  }
  header .site-branding .container .navigation .main-navigation .menu-wrapper .menuFooter {
    margin-top: auto;
  }
  header .site-branding .container .navigation .main-navigation .menu-wrapper .menuFooter .btn {
    font-size: 20px;
    font-weight: 900;
    padding: 12px 49px;
  }
  header .site-branding .container .navigation .main-navigation .menu-wrapper .menuFooter .trusted-section {
    padding: 40px 0 15px 0;
    border-top: 1px solid rgba(112, 112, 112, 0.3);
    margin-top: 40px;
  }
  header .site-branding .container .navigation .main-navigation .menu-wrapper .menuFooter .trusted-section .h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: rgba(24, 24, 77, 0.6);
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  header .site-branding .container .navigation .main-navigation .menu-wrapper .menuFooter .trusted-section .flexLogos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
  header .site-branding .container .navigation .main-navigation .menu-wrapper .menuFooter .trusted-section .flexLogos .logoLink img {
    max-height: 40px;
    mix-blend-mode: darken;
    object-fit: contain;
  }
  header .site-branding .container .navigation .main-navigation .menu-wrapper .menuFooter .trusted-section .flexLogos .logoLink:last-child img {
    mix-blend-mode: normal;
  }
  header .site-branding .container .navigation .main-navigation .menu-wrapper > div {
    width: 100%;
  }
}
header .site-branding .container .navigation .main-navigation.toggled .menu-toggle {
  background-image: url("../images/close-icon.svg");
  background-size: 15px 15px;
}
header .site-branding .container .navigation .main-navigation.toggled .menu-wrapper {
  right: 0;
}
header .site-branding .container .navigation .main-navigation.toggled .menu-close {
  display: block;
  position: absolute;
  right: 30px;
  z-index: 99;
  top: 22px;
  background-color: transparent;
  font-size: 0;
  border: 0;
  box-shadow: none;
  background-image: url("../images/close-icon.svg");
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
header .site-branding .container .navigation .main-navigation .menu-toggle {
  display: none;
}
@media (max-width: 1023px) {
  header .site-branding .container .navigation .main-navigation .menu-toggle {
    background-color: #41b8ff;
    font-size: 0;
    background-image: url("../images/menu-lines.svg");
    background-position: center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: none;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  header .site-branding .container .navigation .main-navigation .menu-toggle {
    width: 38px;
    height: 38px;
    background-size: 20px 20px;
  }
}
header .site-branding .container .action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 31px;
  margin-left: auto;
}
@media (max-width: 1680px) {
  header .site-branding .container .action {
    gap: 25px;
  }
}
@media (max-width: 1366px) {
  header .site-branding .container .action {
    gap: 25px;
  }
}
@media (max-width: 1200px) {
  header .site-branding .container .action {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  header .site-branding .container .action {
    order: 1;
    gap: 15px;
    margin-left: 0;
  }
}
header .site-branding .container .action a img {
  transition: all 0.3s ease;
}
@media (max-width: 1366px) {
  header .site-branding .container .action a img {
    max-width: 42px;
  }
}
@media (max-width: 1200px) {
  header .site-branding .container .action a img {
    max-width: 42px;
  }
}
@media (max-width: 1023px) {
  header .site-branding .container .action a img {
    max-width: 36px;
  }
}
@media (max-width: 767px) {
  header .site-branding .container .action a img {
    max-width: 32px;
  }
}
header .site-branding .container .action a img:hover {
  transform: translateY(-5px);
}
@media (max-width: 1366px) {
  header .site-branding .container .action .skyBlueBtn {
    padding: 10px 30px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  header .site-branding .container .action .skyBlueBtn {
    padding: 10px 28px;
    font-size: 17px;
  }
}
@media (max-width: 1023px) {
  header .site-branding .container .action .skyBlueBtn {
    display: none;
  }
}
header .site-branding .container .action .contact-btn {
  background-color: #41b8ff;
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  text-align: center;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
@media (max-width: 1366px) {
  header .site-branding .container .action .contact-btn {
    padding: 10px 20px;
  }
}
header .site-branding .container .action .contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
}

.topHeader {
  background: #ff5c24;
  padding: 8px 0;
}
.topHeader li {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.site-footer {
  background: white;
  padding: 105px 0 50px 0;
}
@media (max-width: 992px) {
  .site-footer {
    padding: 35px 0 75px 0;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding: 50px 0;
  }
}
.site-footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  align-items: end;
  grid-template-columns: 1fr 2fr;
  gap: 220px;
}
@media (max-width: 1680px) {
  .site-info {
    gap: 50px;
  }
}
@media (max-width: 1366px) {
  .site-info {
    grid-template-columns: 0.8fr 2fr;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .site-info {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1200px) {
  .site-info .footerLeft {
    order: 1;
  }
}
@media (max-width: 1023px) {
  .site-info .footerLeft {
    order: 2;
  }
}
@media (max-width: 767px) {
  .site-info .footerLeft {
    order: 3;
  }
}
@media (max-width: 992px) {
  .site-info .footerLeft .footerLogo {
    margin-bottom: 0;
  }
}
.site-info .footerLeft .footerLogo img {
  width: 100%;
  max-width: 280px;
  margin: 0px 0 0 0;
  transition: all 0.3s ease;
}
.site-info .footerLeft .footerLogo img:hover {
  transform: translateY(-5px);
}
@media (max-width: 1366px) {
  .site-info .footerLeft .footerLogo img {
    max-width: 245px;
  }
}
@media (max-width: 1200px) {
  .site-info .footerLeft .footerLogo img {
    max-width: 180px;
  }
}
@media (max-width: 992px) {
  .site-info .footerLeft .footerLogo img {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .site-info .footerLeft .footerLogo img {
    margin-top: 0;
    max-width: 200px;
    margin-bottom: 0px;
  }
}
.site-info .footerLeft .footerLogo .footerTagImg img {
  max-width: 174px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .site-info .footerLeft .footerLogo .footerTagImg img {
    max-width: 144px;
    margin-left: 4px;
    margin-bottom: 25px;
  }
}
.site-info .footerRight {
  display: grid;
  grid-template-columns: 33% 24% 35%;
  gap: 40px;
  margin: 0 0 0 0;
}
@media (max-width: 1680px) {
  .site-info .footerRight {
    grid-template-columns: 1.4fr 0.9fr 1fr;
  }
}
@media (max-width: 1440px) {
  .site-info .footerRight {
    grid-template-columns: 1.4fr 0.9fr 1fr;
  }
}
@media (max-width: 1366px) {
  .site-info .footerRight {
    grid-template-columns: 1.4fr 0.9fr 1fr;
  }
}
@media (max-width: 1200px) {
  .site-info .footerRight {
    order: 2;
    gap: 22px;
  }
}
@media (max-width: 992px) {
  .site-info .footerRight {
    grid-template-columns: auto;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .site-info .footerRight {
    margin: 0px;
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .site-info .footerRight {
    margin: 0px;
    gap: 20px;
  }
}
.site-info .footerRight .title {
  margin-bottom: 30px;
  font-weight: bold;
  color: #ff5c24;
}
@media (max-width: 767px) {
  .site-info .footerRight .title {
    margin-bottom: 15px;
    font-size: 25px;
  }
}
.site-info .footerRight ul {
  margin: 0;
  padding: 0;
}
.site-info .footerRight ul li {
  list-style-type: none;
  margin: 0 0 15px 0;
}
.site-info .footerRight ul li a {
  font-weight: 500;
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 1200px) {
  .site-info .footerRight ul li a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .site-info .footerRight ul li a {
    font-size: 20px;
  }
}
.site-info .footerRight ul li a b {
  position: relative;
  z-index: 1;
  pointer-events: none;
  color: #18184d;
  font-weight: 500;
}
.site-info .footerRight ul li a {
  color: #18184d;
}
.site-info .footerRight ul li a:hover {
  color: #ff5c24;
}
.site-info .footerRight .business-hours .timing p,
.site-info .footerRight .business-hours .address p {
  color: #18184d;
  font-weight: 400;
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 1200px) {
  .site-info .footerRight .business-hours .timing p,
  .site-info .footerRight .business-hours .address p {
    font-size: 18px;
  }
}
.site-info .footerRight .contact-block .title {
  margin-bottom: 30px;
  font-weight: bold;
  color: #ff5c24;
}
@media (max-width: 767px) {
  .site-info .footerRight .contact-block .title {
    margin-bottom: 15px;
  }
}
.site-info .footerRight .contact-block .title.contact-title .contact-link {
  display: flex;
  align-items: center;
  justify-content: start;
  text-decoration: none;
  color: #ff5c24;
  gap: 30px;
}
.site-info .footerRight .contact-block .title.contact-title .contact-link .arrow-icon {
  width: 28px;
  height: 28px;
}
.site-info .footerRight .contact-block .title.contact-title .contact-link:hover {
  opacity: 0.8;
}
.site-info .footerRight .contact-block .contact-item {
  margin-bottom: 15px;
  color: #18184d;
}
.site-info .footerRight .contact-block .contact-item a {
  color: #18184d;
  text-decoration: underline;
}
.site-info .footerRight .contact-block .contact-item a:hover {
  color: #ff5c24;
}
.site-info .footerRight .contact-block .contact-item p {
  color: #18184d;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 26px;
  line-height: 1.4;
}
.site-info .footerRight .contact-block .social-icons {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 10px;
}
.site-info .footerRight .contact-block .social-icons .icon {
  width: 40px;
  height: 40px;
  background: #ff5c24;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.site-info .footerRight .contact-block .social-icons .icon:hover {
  transform: translateY(-5px);
}
.site-info .footerRight .contact-block .social-icons a {
  transition: all 0.3s ease;
}
.site-info .footerRight .contact-block .social-icons a:hover {
  transform: translateY(-5px);
}

.mainBannerSection {
  padding: 0 0;
  position: relative;
}
.mainBannerSection .mainBannerVideo {
  position: relative;
  overflow: hidden;
}
.mainBannerSection .mainBannerVideo video,
.mainBannerSection .mainBannerVideo iframe, .mainBannerSection .mainBannerVideo img {
  width: 100%;
  height: calc(100vh - 133px);
  position: unset;
  object-fit: cover;
  display: block;
}
@media (max-width: 992px) {
  .mainBannerSection .mainBannerVideo video,
  .mainBannerSection .mainBannerVideo iframe, .mainBannerSection .mainBannerVideo img {
    height: calc(100vh - 122px);
  }
}
.mainBannerSection .mainBannerVideo iframe {
  transform: scale(1.6);
}
@media (max-width: 767px) {
  .mainBannerSection .mainBannerVideo iframe {
    transform: scale(3.4);
  }
}
.mainBannerSection .mainBannerVideo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
@media (max-width: 640px) {
  .mainBannerSection .mainBannerVideo::after {
    background: rgba(0, 0, 0, 0.74);
  }
}
.mainBannerSection .bannerBlock .bannerContent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 95px;
  padding-bottom: 89px;
}
@media (max-width: 1440px) {
  .mainBannerSection .bannerBlock .bannerContent {
    padding-left: 60px;
  }
}
@media (max-width: 1200px) {
  .mainBannerSection .bannerBlock .bannerContent {
    padding-left: 40px;
  }
}
@media (max-width: 1023px) {
  .mainBannerSection .bannerBlock .bannerContent {
    flex-direction: column;
    padding-left: 30px;
    padding-bottom: 45px;
    justify-content: flex-end;
    align-items: start;
    left: 0;
    padding-right: 30px;
  }
}
@media (max-width: 640px) {
  .mainBannerSection .bannerBlock .bannerContent {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 430px) {
  .mainBannerSection .bannerBlock .bannerContent {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 375px) {
  .mainBannerSection .bannerBlock .bannerContent {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mainBannerSection .bannerBlock .bannerContent .flexLeft {
  width: 50%;
  max-width: 740px;
}
@media (max-width: 1440px) {
  .mainBannerSection .bannerBlock .bannerContent .flexLeft {
    max-width: 564px;
  }
}
@media (max-width: 1366px) {
  .mainBannerSection .bannerBlock .bannerContent .flexLeft {
    width: 45%;
    max-width: 740px;
  }
}
@media (max-width: 1023px) {
  .mainBannerSection .bannerBlock .bannerContent .flexLeft {
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 992px) {
  .mainBannerSection .bannerBlock .bannerContent .flexLeft {
    width: 100%;
    max-width: 90%;
  }
}
@media (max-width: 640px) {
  .mainBannerSection .bannerBlock .bannerContent .flexLeft {
    max-width: 100%;
  }
}
.mainBannerSection .bannerBlock .bannerContent .flexLeft h1 {
  color: white;
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  font-size: 88px;
  line-height: 115%;
}
@media (max-width: 1440px) {
  .mainBannerSection .bannerBlock .bannerContent .flexLeft h1 {
    font-size: 60px;
    line-height: 115%;
  }
}
@media (max-width: 1023px) {
  .mainBannerSection .bannerBlock .bannerContent .flexLeft h1 {
    font-size: 55px;
    line-height: 115%;
  }
}
@media (max-width: 1200px) {
  .mainBannerSection .bannerBlock .bannerContent .flexLeft h1 {
    font-size: 55px;
    line-height: 115%;
  }
}
@media (max-width: 992px) {
  .mainBannerSection .bannerBlock .bannerContent .flexLeft h1 {
    font-size: 61px;
    line-height: 115%;
  }
}
@media (max-width: 767px) {
  .mainBannerSection .bannerBlock .bannerContent .flexLeft h1 {
    font-size: 50px;
    line-height: 115%;
  }
}
@media (max-width: 640px) {
  .mainBannerSection .bannerBlock .bannerContent .flexLeft h1 {
    font-size: 50px;
    line-height: 115%;
  }
}
@media (max-width: 430px) {
  .mainBannerSection .bannerBlock .bannerContent .flexLeft h1 {
    font-size: 41px;
    line-height: 120%;
  }
}
.mainBannerSection .bannerBlock .bannerContent .flexLeft h1 .subLabel,
.mainBannerSection .bannerBlock .bannerContent .flexLeft h1 span {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 14px;
  display: block;
  color: white;
}
@media (max-width: 1023px) {
  .mainBannerSection .bannerBlock .bannerContent .flexLeft h1 .subLabel,
  .mainBannerSection .bannerBlock .bannerContent .flexLeft h1 span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .mainBannerSection .bannerBlock .bannerContent .flexLeft h1 .subLabel,
  .mainBannerSection .bannerBlock .bannerContent .flexLeft h1 span {
    margin-bottom: 8px;
  }
}
@media (max-width: 430px) {
  .mainBannerSection .bannerBlock .bannerContent .flexLeft h1 .subLabel,
  .mainBannerSection .bannerBlock .bannerContent .flexLeft h1 span {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.mainBannerSection .bannerBlock .bannerContent .flexLeft p {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 40px;
  margin: 15px 0 0 0;
  line-height: normal;
  color: #ff5c24;
}
@media (max-width: 1440px) {
  .mainBannerSection .bannerBlock .bannerContent .flexLeft p {
    font-size: 30px;
    line-height: 115%;
  }
}
@media (max-width: 1023px) {
  .mainBannerSection .bannerBlock .bannerContent .flexLeft p {
    font-size: 25px;
    line-height: 30px;
    margin: 15px 0 15px 0;
  }
}
@media (max-width: 1200px) {
  .mainBannerSection .bannerBlock .bannerContent .flexLeft p {
    font-size: 25px;
    line-height: 30px;
    margin: 15px 0 15px 0;
  }
}
@media (max-width: 767px) {
  .mainBannerSection .bannerBlock .bannerContent .flexLeft p {
    font-size: 22px;
    line-height: 30px;
    margin: 15px 0 10px 0;
    font-weight: 500;
  }
}
@media (max-width: 640px) {
  .mainBannerSection .bannerBlock .bannerContent .flexLeft p {
    font-size: 25px;
    line-height: 30px;
    margin: 15px 0 10px 0;
  }
}
@media (max-width: 430px) {
  .mainBannerSection .bannerBlock .bannerContent .flexLeft p {
    margin: 10px 0 10px 0;
  }
}
.mainBannerSection .bannerBlock .bannerContent .flexRight {
  width: 50%;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 1023px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight {
    width: 100%;
    max-width: 85%;
  }
}
@media (max-width: 992px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight {
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
  }
}
.mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox {
  background-color: #fff;
  border: 5px solid #ff5c24;
  border-radius: 15px;
  padding: 28px 50px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  width: max-content;
}
@media (max-width: 1440px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox {
    padding: 18px 30px;
  }
}
@media (max-width: 1366px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox {
    padding: 18px 20px;
  }
}
@media (max-width: 1023px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox {
    padding: 18px 30px;
  }
}
@media (max-width: 992px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox {
    padding: 20px 33px;
  }
}
@media (max-width: 767px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox {
    padding: 20px 20px;
  }
}
@media (max-width: 640px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox {
    padding: 20px 10px;
  }
}
@media (max-width: 430px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox {
    padding: 5px 12px 8px 12px;
    gap: 8px;
  }
}
.mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .titleRight {
  color: #18184d;
  font-size: 27px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  margin-right: 12px;
  text-transform: capitalize;
}
@media (max-width: 1440px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .titleRight {
    font-size: 22px;
    margin-right: 10px;
  }
}
@media (max-width: 1366px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .titleRight {
    font-size: 20px;
    font-weight: 700;
  }
}
@media (max-width: 1023px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .titleRight {
    font-size: 21px;
    font-weight: 700;
  }
}
@media (max-width: 992px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .titleRight {
    font-size: 21px;
    margin-right: 0px;
  }
}
@media (max-width: 430px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .titleRight {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .titleRight {
    font-size: 16px;
  }
}
.mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .serviceList {
  display: flex;
  align-items: center;
  gap: 0;
}
.mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .select-wrapper {
  position: relative;
  display: inline-block;
  width: 240px;
}
@media (max-width: 1366px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .select-wrapper {
    width: 190px;
  }
}
@media (max-width: 1023px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .select-wrapper {
    width: 180px;
  }
}
@media (max-width: 1023px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .select-wrapper {
    width: 210px;
  }
}
@media (max-width: 430px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .select-wrapper {
    width: 165px;
  }
}
@media (max-width: 375px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .select-wrapper {
    width: 154px;
  }
}
@media (max-width: 992px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .select-wrapper::before {
    content: "";
    position: absolute;
    right: auto;
    top: unset;
    bottom: 0;
    pointer-events: none;
    border-bottom: 1px solid #707070;
    width: 82%;
    height: auto;
  }
}
.mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .select-wrapper::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url("../images/dropdown-arrow.svg");
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
}
@media (max-width: 1023px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .select-wrapper::after {
    right: 0;
  }
}
.mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .select-wrapper select {
  width: 100%;
  padding: 6px 10px 6px 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #707070;
  color: #18184d;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-weight: 800;
  border-radius: 0;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .select-wrapper select {
    font-size: 20px;
    font-weight: 700;
  }
}
@media (max-width: 1023px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .select-wrapper select {
    font-size: 21px;
    font-weight: 700;
    padding: 6px 32px 6px 6px;
  }
}
@media (max-width: 992px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .select-wrapper select {
    border-bottom: 0;
    padding: 6px 33px 6px 8px;
  }
}
@media (max-width: 430px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .select-wrapper select {
    font-size: 18px;
    padding: 6px 33px 6px 3px;
  }
}
@media (max-width: 375px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .select-wrapper select {
    font-size: 16px;
    padding: 6px 33px 6px 3px;
  }
}
.mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .select-wrapper select option {
  font-size: 23px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .select-wrapper select option {
    font-size: 21px;
    font-weight: 700;
  }
}
@media (max-width: 430px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .select-wrapper select option {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .select-wrapper select option {
    font-size: 16px;
  }
}
.mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown {
  position: relative;
  min-width: 274px;
  width: 274px;
}
@media (max-width: 767px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown {
    width: 210px;
  }
}
@media (max-width: 640px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown {
    width: 210px;
    min-width: unset;
  }
}
@media (max-width: 430px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown {
    width: 154px;
    min-width: unset;
  }
}
.mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown.small {
  min-width: 145px;
}
@media (max-width: 640px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown.small {
    width: 100%;
    min-width: unset;
  }
}
.mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown .cd-trigger {
  width: 100%;
  padding: 12px 44px 12px 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #707070;
  color: #18184d !important;
  font-family: "Figtree", sans-serif;
  font-size: 27px;
  font-weight: 700;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  box-shadow: none;
  text-align: left;
}
@media (max-width: 1440px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown .cd-trigger {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown .cd-trigger {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown .cd-trigger {
    font-size: 21px;
  }
}
@media (max-width: 640px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown .cd-trigger {
    font-size: 21px;
    padding: 10px 17px 10px 6px;
    height: auto;
    font-weight: 700;
  }
}
@media (max-width: 430px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown .cd-trigger {
    font-size: 16px;
    padding: 10px 17px 10px 6px;
    height: auto;
  }
}
.mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown .cd-trigger::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 22px;
  height: 22px;
  background: url("../images/dropdown-arrow.svg") no-repeat center;
  background-size: 22px auto;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown .cd-trigger::after {
    right: 0;
  }
}
@media (max-width: 640px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown .cd-trigger::after {
    background-size: 14px auto;
  }
}
.mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown .cd-trigger.active {
  border-radius: 22px 22px 0 0;
}
.mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown .cd-options {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  border-radius: 0 0 0 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown .cd-options li {
  padding: 12px 20px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  color: #18184d;
  transition: background 0.4s ease;
}
.mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown .cd-options li:hover {
  background: rgba(0, 0, 0, 0.05);
}
@media (max-width: 640px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown .cd-options li {
    font-size: 16px;
  }
}
.mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown .cd-options.open {
  max-height: 300px;
}
@media (max-width: 767px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .customDropdown .cd-options.open {
    max-height: fit-content;
  }
}
.mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .orangeBtn {
  height: 48px;
  margin-left: 14px;
  padding-right: 45px;
  font-size: 22px;
  font-weight: bold;
  display: block;
}
@media (max-width: 1366px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .orangeBtn {
    margin-left: 0;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .orangeBtn {
    padding-right: 45px;
    padding-left: 45px;
    display: block;
    margin-left: 14px;
  }
}
@media (max-width: 767px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .orangeBtn {
    display: none;
  }
}
.mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .orangeBtn.SearchBtn {
  display: none;
}
@media (max-width: 1200px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .orangeBtn.SearchBtn {
    display: none;
  }
}
@media (max-width: 1023px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .orangeBtn.SearchBtn {
    display: none;
  }
}
@media (max-width: 992px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .orangeBtn.SearchBtn {
    display: none;
  }
}
@media (max-width: 767px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .orangeBtn.SearchBtn {
    height: 32px;
    display: block;
    margin-left: 0;
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 430px) {
  .mainBannerSection .bannerBlock .bannerContent .flexRight .rightSelectBox .orangeBtn.SearchBtn {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.main_Middle_wrapper {
  padding: 45px 0 60px 0;
  background-color: #f5f5f5;
  margin-top: -7px;
}
@media (max-width: 992px) {
  .main_Middle_wrapper {
    padding-bottom: 40px;
  }
}
.main_Middle_wrapper .trusted-section {
  padding: 0;
  text-align: center;
  max-width: 694px;
  margin: 20px auto 0 auto;
}
.main_Middle_wrapper .trusted-section h3,
.main_Middle_wrapper .trusted-section .h3 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: rgba(24, 24, 77, 0.62);
  margin-bottom: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .main_Middle_wrapper .trusted-section h3,
  .main_Middle_wrapper .trusted-section .h3 {
    font-size: 16px;
  }
}
.main_Middle_wrapper .trusted-section .flexLogos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .main_Middle_wrapper .trusted-section .flexLogos {
    flex-wrap: nowrap;
    gap: 10px;
  }
}
.main_Middle_wrapper .trusted-section .flexLogos .logoLink {
  display: block;
  width: 100%;
  cursor: pointer;
}
.main_Middle_wrapper .trusted-section .flexLogos .logoLink img {
  max-width: 230px;
  margin: 0 auto;
  transition: all 0.3s ease;
  mix-blend-mode: darken;
  max-height: 84px;
  object-fit: contain;
  width: 100%;
}
.main_Middle_wrapper .trusted-section .flexLogos .logoLink img:hover {
  transform: translateY(-4px);
}
@media (max-width: 640px) {
  .main_Middle_wrapper .trusted-section .flexLogos .logoLink img {
    max-width: 140px;
    max-height: 56px;
  }
}
@media (max-width: 430px) {
  .main_Middle_wrapper .trusted-section .flexLogos .logoLink img {
    max-width: 140px;
    max-height: 56px;
  }
}
.main_Middle_wrapper .trusted-section .flexLogos .logoLink:last-child img {
  mix-blend-mode: normal;
}

.feature-section {
  padding: 100px 0 80px 0;
}
@media (max-width: 767px) {
  .feature-section {
    padding: 70px 0 8px 0;
  }
}
.feature-section .featureContent {
  margin: 0 0 70px 0;
}
@media (max-width: 1440px) {
  .feature-section .featureContent {
    margin: 0 0px 50px 0;
  }
}
.feature-section .featureContent h4,
.feature-section .featureContent .h4 {
  color: #18184d;
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 115%;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0;
}
@media (max-width: 1440px) {
  .feature-section .featureContent h4,
  .feature-section .featureContent .h4 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .feature-section .featureContent h4,
  .feature-section .featureContent .h4 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .feature-section .featureContent h4,
  .feature-section .featureContent .h4 {
    font-size: 35px;
    text-align: center;
    max-width: 310px;
    margin: 0 auto;
  }
}
.feature-section .featureContent h4 span,
.feature-section .featureContent .h4 span {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
  display: block;
  color: #ff5c24;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
@media (max-width: 1440px) {
  .feature-section .featureContent h4 span,
  .feature-section .featureContent .h4 span {
    font-size: 18px;
  }
}
@media (max-width: 430px) {
  .feature-section .featureContent h4 span,
  .feature-section .featureContent .h4 span {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.feature-section .flexCards {
  max-width: 92%;
  margin: 0 auto;
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (max-width: 1680px) {
  .feature-section .flexCards {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .feature-section .flexCards {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .feature-section .flexCards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 88%;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .feature-section .flexCards {
    max-width: 95%;
  }
}
.feature-section .flexCards .card {
  background: #ff5c24;
  color: #fff;
  text-align: center;
  padding: 55px 30px 0px;
  border-radius: 10px;
  position: relative;
  flex: 1;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .feature-section .flexCards .card {
    padding: 45px 22px 0px;
  }
}
@media (max-width: 1200px) {
  .feature-section .flexCards .card {
    padding: 30px 22px 22px;
  }
}
@media (max-width: 767px) {
  .feature-section .flexCards .card {
    padding: 25px 6px 0px;
    min-height: 210px;
  }
}
.feature-section .flexCards .card:hover {
  transform: translateY(-6px);
}
.feature-section .flexCards .card h3, .feature-section .flexCards .card .title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
  color: white;
  font-family: "Figtree", sans-serif;
  line-height: 1.15;
}
@media (max-width: 1680px) {
  .feature-section .flexCards .card h3, .feature-section .flexCards .card .title {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .feature-section .flexCards .card h3, .feature-section .flexCards .card .title {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .feature-section .flexCards .card h3, .feature-section .flexCards .card .title {
    font-size: 22px;
    margin-bottom: 55px;
  }
}
@media (max-width: 992px) {
  .feature-section .flexCards .card h3, .feature-section .flexCards .card .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .feature-section .flexCards .card h3, .feature-section .flexCards .card .title {
    margin-bottom: 12px;
  }
}
.feature-section .flexCards .card h3 a, .feature-section .flexCards .card .title a {
  color: #fff !important;
}
.feature-section .flexCards .card h3 a:after, .feature-section .flexCards .card .title a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.feature-section .flexCards .card .desc p {
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 1200px) {
  .feature-section .flexCards .card .desc p {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .feature-section .flexCards .card .desc p {
    font-size: 17px;
  }
}
.feature-section .flexCards .card .icon {
  position: static;
  top: -50px;
  left: 0;
  transform: translateX(0%);
  width: 100%;
  height: auto;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  max-width: 206px;
  margin: auto auto -28px auto;
}
@media (max-width: 1440px) {
  .feature-section .flexCards .card .icon {
    max-width: 160px;
  }
}
@media (max-width: 1200px) {
  .feature-section .flexCards .card .icon {
    max-width: 105px;
  }
}
@media (max-width: 992px) {
  .feature-section .flexCards .card .icon {
    margin-bottom: -40px;
  }
}
@media (max-width: 767px) {
  .feature-section .flexCards .card .icon {
    margin-bottom: -14px;
  }
}
.feature-section .flexCards .card:nth-child(3) .icon {
  margin-right: 0;
}
.feature-section .flexCards .card:nth-child(4) .icon {
  margin-left: -55px;
  max-width: 360px;
  width: 100%;
  position: relative;
  top: auto;
  bottom: -8px;
}
@media (max-width: 992px) {
  .feature-section .flexCards .card:nth-child(4) .icon {
    margin-left: -35px;
    bottom: 0;
  }
}

.services-section {
  padding: 110px 0 100px;
  display: block;
  margin-top: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .services-section {
    padding-top: 60px;
  }
}
.services-section .container {
  max-width: 91%;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .services-section .container {
    max-width: 100%;
  }
}
@media (max-width: 1440px) {
  .services-section .container {
    padding: 0 50px;
  }
}
@media (max-width: 1200px) {
  .services-section .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .services-section .container {
    padding: 0 0px 0 30px;
  }
}
.services-section .container .serviceContent {
  margin: 0;
}
@media (max-width: 767px) {
  .services-section .container .serviceContent {
    margin: 0;
    padding-right: 30px;
  }
}
.services-section .container .serviceContent h4,
.services-section .container .serviceContent .h4 {
  color: #18184d;
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 115%;
}
@media (max-width: 1440px) {
  .services-section .container .serviceContent h4,
  .services-section .container .serviceContent .h4 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .services-section .container .serviceContent h4,
  .services-section .container .serviceContent .h4 {
    font-size: 35px;
    text-align: center;
    text-transform: capitalize;
  }
}
.services-section .container .serviceContent h4 span,
.services-section .container .serviceContent .h4 span {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
  display: block;
  color: #ff5c24;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .services-section .container .serviceContent h4 span,
  .services-section .container .serviceContent .h4 span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .services-section .container .serviceContent h4 span,
  .services-section .container .serviceContent .h4 span {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media (max-width: 430px) {
  .services-section .container .serviceContent h4 span,
  .services-section .container .serviceContent .h4 span {
    font-size: 16px;
  }
}
.services-section .container .middleContent {
  background-color: #41b8ff;
  padding: 25px 25px;
  border-radius: 15px;
  margin-top: 43px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .services-section .container .middleContent {
    display: block;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .services-section .container .middleContent {
    margin-top: 18px;
  }
}
.services-section .container .middleContent .leftImage {
  margin: 0;
  position: relative;
  width: 41%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .services-section .container .middleContent .leftImage {
    width: 38%;
  }
}
@media (max-width: 1200px) {
  .services-section .container .middleContent .leftImage {
    width: 38%;
  }
}
@media (max-width: 1023px) {
  .services-section .container .middleContent .leftImage {
    display: none;
  }
}
.services-section .container .middleContent .leftImage .coverBgImage {
  display: block;
  padding-bottom: 58%;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .services-section .container .middleContent .leftImage .coverBgImage {
    padding-bottom: 90%;
  }
}
.services-section .container .middleContent .leftImage .coverBgImage img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
.services-section .container .middleContent .leftImage .coverBgImage img:hover {
  transform: scale(1.05);
}
.services-section .container .middleContent .rightContent {
  width: 56%;
  margin: 0;
}
@media (max-width: 1440px) {
  .services-section .container .middleContent .rightContent {
    width: 59%;
  }
}
@media (max-width: 1200px) {
  .services-section .container .middleContent .rightContent {
    width: 76%;
  }
}
@media (max-width: 1023px) {
  .services-section .container .middleContent .rightContent {
    display: block;
    width: 100%;
  }
}
.services-section .container .middleContent .rightContent .tabsWrapper {
  display: flex;
  gap: 90px;
  align-items: flex-start;
}
@media (max-width: 1440px) {
  .services-section .container .middleContent .rightContent .tabsWrapper {
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  .services-section .container .middleContent .rightContent .tabsWrapper {
    gap: 24px;
  }
}
@media (max-width: 1023px) {
  .services-section .container .middleContent .rightContent .tabsWrapper {
    display: block;
  }
}
.services-section .container .middleContent .rightContent .tabsNav {
  width: 40%;
}
@media (max-width: 1023px) {
  .services-section .container .middleContent .rightContent .tabsNav {
    display: none;
  }
}
.services-section .container .middleContent .rightContent .tabsNav .tabItem {
  color: #fff;
  font-size: 25px;
  margin-bottom: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  transition: all 0.3s ease;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .services-section .container .middleContent .rightContent .tabsNav .tabItem {
    font-size: 20px;
    margin-bottom: 26px;
  }
}
@media (max-width: 1023px) {
  .services-section .container .middleContent .rightContent .tabsNav .tabItem {
    margin-bottom: 0;
    white-space: nowrap;
  }
}
.services-section .container .middleContent .rightContent .tabsNav .tabItem .icon {
  width: 18px;
  height: 18px;
  position: relative;
  opacity: 0;
  transform: translateX(-6px) scale(1);
  transition: all 0.3s ease;
}
.services-section .container .middleContent .rightContent .tabsNav .tabItem .icon::before, .services-section .container .middleContent .rightContent .tabsNav .tabItem .icon::after {
  content: "";
  position: absolute;
  background: #fff;
  transition: all 0.3s ease;
}
.services-section .container .middleContent .rightContent .tabsNav .tabItem .icon::before {
  width: 18px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.services-section .container .middleContent .rightContent .tabsNav .tabItem .icon::after {
  width: 2px;
  height: 18px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.services-section .container .middleContent .rightContent .tabsNav .tabItem.active {
  font-weight: bold;
  transform: translateX(28px) scale(1);
}
.services-section .container .middleContent .rightContent .tabsNav .tabItem.active .icon {
  opacity: 1;
  transform: translateX(0) scale(1);
}
.services-section .container .middleContent .rightContent .tabsContent {
  width: 360px;
  color: #fff;
  margin: 0 0;
}
@media (max-width: 1023px) {
  .services-section .container .middleContent .rightContent .tabsContent {
    width: 100%;
  }
}
.services-section .container .middleContent .rightContent .tabsContent .mainTitle h5 {
  display: none;
}
@media (max-width: 1023px) {
  .services-section .container .middleContent .rightContent .tabsContent .mainTitle h5 {
    display: block;
    color: #fff;
    font-size: 24px;
    margin-bottom: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
    transition: all 0.3s ease;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .services-section .container .middleContent .rightContent .tabsContent .mainTitle h5 {
    margin-bottom: 36px;
    font-size: 25px;
  }
}
.services-section .container .middleContent .rightContent .tabsContent .contentItem {
  opacity: 0;
  transform: translateY(10px);
  position: absolute;
  transition: all 0.4s ease;
  width: 360px;
  z-index: 2;
}
@media (max-width: 1023px) {
  .services-section .container .middleContent .rightContent .tabsContent .contentItem {
    position: relative !important;
    opacity: 1 !important;
    transform: none !important;
    width: 100%;
    background-color: #41b8ff;
    padding: 25px 25px;
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .services-section .container .middleContent .rightContent .tabsContent .contentItem {
    padding: 55px 20px;
  }
}
.services-section .container .middleContent .rightContent .tabsContent .contentItem.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
}
.services-section .container .middleContent .rightContent .tabsContent .contentItem p {
  font-size: 18px;
  line-height: 28px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .services-section .container .middleContent .rightContent .tabsContent .contentItem p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .services-section .container .middleContent .rightContent .tabsContent .contentItem p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .services-section .container .middleContent .rightContent .tabsContent .contentItem p + p:last-child {
    margin-bottom: 0;
  }
}
.services-section .container .middleContent .rightContent .tabsContent .contentItem .blueBtn {
  display: block;
  margin-top: 20px;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 25px;
  position: relative;
  z-index: 5;
  width: fit-content;
}
@media (max-width: 1023px) {
  .services-section .container .middleContent .rightContent .tabsContent .contentItem .blueBtn {
    display: block;
    margin: 0 auto;
  }
}
.services-section .container .middleContent .rightContent .tabsContent .slick-list {
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .services-section .container .middleContent .rightContent .tabsContent .slick-list {
    padding-right: 5%;
  }
}
.services-section .container .middleContent .rightContent .tabsContent .slick-list .slick-slide {
  margin: 0 8px;
}
@media (max-width: 767px) {
  .services-section .container .middleContent .rightContent .tabsContent .slick-list .slick-slide {
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .services-section .container .middleContent .rightContent .tabsContent .slick-arrow {
    bottom: -88px;
    background-size: 40px 40px;
  }
}

.boilerSection {
  padding: 58px 0 0 0;
}
@media (max-width: 767px) {
  .boilerSection {
    padding: 90px 0 0 0;
  }
}
.boilerSection .container {
  max-width: 91%;
}
@media (max-width: 1680px) {
  .boilerSection .container {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .boilerSection .container {
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .boilerSection .container {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .boilerSection .container {
    max-width: 100%;
  }
}
.boilerSection .sectionHeader {
  text-align: center;
  margin: 0 auto 46px auto;
  max-width: 1260px;
}
@media (max-width: 1440px) {
  .boilerSection .sectionHeader {
    max-width: 940px;
  }
}
@media (max-width: 640px) {
  .boilerSection .sectionHeader {
    margin-bottom: 68px;
    padding: 0;
  }
}
.boilerSection .sectionHeader h5,
.boilerSection .sectionHeader .h2 {
  color: #18184d;
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 115%;
}
@media (max-width: 1440px) {
  .boilerSection .sectionHeader h5,
  .boilerSection .sectionHeader .h2 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .boilerSection .sectionHeader h5,
  .boilerSection .sectionHeader .h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .boilerSection .sectionHeader h5,
  .boilerSection .sectionHeader .h2 {
    font-size: 30px;
    text-align: center;
  }
}
.boilerSection .sectionHeader h5 span,
.boilerSection .sectionHeader .h2 span {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 25px;
  display: block;
  color: #ff5c24;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
@media (max-width: 1440px) {
  .boilerSection .sectionHeader h5 span,
  .boilerSection .sectionHeader .h2 span {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .boilerSection .sectionHeader h5 span,
  .boilerSection .sectionHeader .h2 span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .boilerSection .sectionHeader h5 span,
  .boilerSection .sectionHeader .h2 span {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media (max-width: 430px) {
  .boilerSection .sectionHeader h5 span,
  .boilerSection .sectionHeader .h2 span {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.boilerSection .boilerContent {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 0;
  padding-bottom: 80px;
}
.boilerSection .boilerContent p {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  color: #18184d;
}
@media (max-width: 767px) {
  .boilerSection .boilerContent p {
    font-size: 20px;
    line-height: 30px;
    max-width: 280px;
    margin: 0 auto;
  }
}
.boilerSection .boilerContent .btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .boilerSection .boilerContent .btn {
    margin-top: 30px;
    font-size: 20px;
    padding: 12px 44px;
  }
}
.boilerSection .boilerGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 130px;
}
@media (max-width: 1680px) {
  .boilerSection .boilerGrid {
    margin-bottom: 130px;
  }
}
@media (max-width: 1440px) {
  .boilerSection .boilerGrid {
    margin-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .boilerSection .boilerGrid {
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .boilerSection .boilerGrid {
    display: block;
    margin-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .boilerSection .boilerGrid {
    display: block;
    margin-bottom: 130px;
  }
}
@media (max-width: 640px) {
  .boilerSection .boilerGrid {
    display: block;
    margin-bottom: 130px;
  }
}
.boilerSection .boilerCard {
  background: #d6f0ff;
  border-radius: 13px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08);
  position: relative;
  padding: 24px;
}
@media (max-width: 1440px) {
  .boilerSection .boilerCard {
    padding: 15px 15px;
  }
}
@media (max-width: 1200px) {
  .boilerSection .boilerCard {
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .boilerSection .boilerCard {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .boilerSection .boilerCard {
    padding: 18px;
  }
}
.boilerSection .boilerCard:hover {
  transform: translateY(-6px);
}
.boilerSection .boilerCard .cardImage {
  position: relative;
  display: block;
  padding-bottom: 69%;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .boilerSection .boilerCard .cardImage {
    padding-bottom: 0%;
  }
}
.boilerSection .boilerCard .cardImage img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
@media (max-width: 1023px) {
  .boilerSection .boilerCard .cardImage img {
    position: unset;
  }
}
.boilerSection .boilerCard .cardImage img:hover {
  transform: scale(1.05);
}
.boilerSection .boilerCard .cardImage .priceTag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ff5c24;
  color: #fff;
  font-size: 18px;
  padding: 0px 9px;
  border-radius: 20px;
  font-weight: 600;
}
.boilerSection .boilerCard .cardContent {
  padding: 0 5px;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .boilerSection .boilerCard .cardContent {
    margin-top: 22px;
  }
}
.boilerSection .boilerCard .cardContent h3 {
  font-size: 24px;
  font-weight: 700;
  color: #18184d;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .boilerSection .boilerCard .cardContent h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .boilerSection .boilerCard .cardContent h3 {
    font-size: 22px;
  }
}
.boilerSection .boilerCard .cardContent p {
  font-size: 18px;
  line-height: 31px;
  color: #18184d;
  margin-bottom: 38px;
}
@media (max-width: 1440px) {
  .boilerSection .boilerCard .cardContent p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .boilerSection .boilerCard .cardContent p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 21px;
  }
}
.boilerSection .boilerCard .cardContent .cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #18184d;
  text-decoration: none;
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .boilerSection .boilerCard .cardContent .cta {
    margin: 0;
    font-size: 18px;
  }
}
.boilerSection .boilerCard .cardContent .cta .arrow {
  width: 24px;
  height: 24px;
  background: #18184d;
  border-radius: 50%;
  position: relative;
  background-color: transparent;
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-image: url("../images/blue-arrow.svg");
}
.boilerSection .slick-arrow.slick-prev {
  bottom: -90px;
  left: 0;
  background-size: 44px 44px;
}
@media (max-width: 1023px) {
  .boilerSection .slick-arrow.slick-prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .boilerSection .slick-arrow.slick-prev {
    left: 32%;
    bottom: -70px;
    background-size: 38px 36px;
  }
}
@media (max-width: 640px) {
  .boilerSection .slick-arrow.slick-prev {
    left: 32%;
  }
}
.boilerSection .slick-arrow.slick-next {
  bottom: -90px;
  left: 90px;
  background-size: 44px 44px;
  right: unset;
}
@media (max-width: 767px) {
  .boilerSection .slick-arrow.slick-next {
    right: 32%;
    left: unset;
    bottom: -70px;
    background-size: 38px 36px;
  }
}
@media (max-width: 640px) {
  .boilerSection .slick-arrow.slick-next {
    right: 32%;
  }
}
.boilerSection .slick-list {
  overflow: hidden !important;
  padding-bottom: 15px;
  padding-right: 7%;
}

.whatsApp_section {
  margin: 80px 0;
  padding: 35px 65px;
  background-color: #25d366;
  box-shadow: 8px 8px 7px rgba(0, 0, 0, 0.08);
  border-radius: 14px;
}
@media (max-width: 1680px) {
  .whatsApp_section {
    padding: 35px 35px;
    margin: 60px 0 60px 0;
  }
}
@media (max-width: 640px) {
  .whatsApp_section {
    padding: 38px 30px 24px 30px;
  }
}
.whatsApp_section .flexWrapper {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 45px;
}
@media (max-width: 1680px) {
  .whatsApp_section .flexWrapper {
    gap: 32px;
  }
}
@media (max-width: 1023px) {
  .whatsApp_section .flexWrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 22px;
  }
}
.whatsApp_section .flexWrapper .icon {
  margin: 0 0 0;
}
@media (max-width: 1023px) {
  .whatsApp_section .flexWrapper .icon {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}
.whatsApp_section .flexWrapper .icon img {
  max-width: 60px;
}
@media (max-width: 1440px) {
  .whatsApp_section .flexWrapper .icon img {
    max-width: 45px;
  }
}
@media (max-width: 1023px) {
  .whatsApp_section .flexWrapper .icon img {
    max-width: 48px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .whatsApp_section .flexWrapper .icon img {
    max-width: 40px;
  }
}
.whatsApp_section .flexWrapper .wpTitle {
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  color: white;
  max-width: 240px;
  margin: 0 0 0;
}
@media (max-width: 1680px) {
  .whatsApp_section .flexWrapper .wpTitle {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 1440px) {
  .whatsApp_section .flexWrapper .wpTitle {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1023px) {
  .whatsApp_section .flexWrapper .wpTitle {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .whatsApp_section .flexWrapper .wpTitle {
    font-size: 30px;
    line-height: 30px;
    max-width: 280px;
  }
}
.whatsApp_section .flexWrapper .desc {
  margin: 30px 0 0;
  max-width: 640px;
  margin-left: 50px;
}
@media (max-width: 1680px) {
  .whatsApp_section .flexWrapper .desc {
    margin: 10px 0 0;
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .whatsApp_section .flexWrapper .desc {
    margin: 10px 0 0;
    max-width: 50%;
  }
}
@media (max-width: 1023px) {
  .whatsApp_section .flexWrapper .desc {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .whatsApp_section .flexWrapper .desc {
    margin: 0;
    max-width: 100%;
  }
}
.whatsApp_section .flexWrapper .desc p {
  font-size: 18px;
  line-height: 1.6;
  color: white;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .whatsApp_section .flexWrapper .desc p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .whatsApp_section .flexWrapper .desc p {
    font-size: 18px;
    text-align: center;
  }
}
.whatsApp_section .flexWrapper .whiteBtn {
  margin: 35px 38px 0 auto;
  padding: 6px 30px;
  font-size: 20px;
  transition: all 0.3s ease;
}
.whatsApp_section .flexWrapper .whiteBtn:hover {
  transform: translateY(-4px);
}
@media (max-width: 1680px) {
  .whatsApp_section .flexWrapper .whiteBtn {
    margin: 10px 0 0 auto;
    padding: 12px 30px;
    font-size: 20px;
    width: 280px;
  }
}
@media (max-width: 1440px) {
  .whatsApp_section .flexWrapper .whiteBtn {
    width: 100%;
    max-width: 190px;
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .whatsApp_section .flexWrapper .whiteBtn {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .whatsApp_section .flexWrapper .whiteBtn {
    padding: 10px 30px;
    font-size: 20px;
    width: max-content;
    margin: 10px auto 10px auto;
  }
}

.testimonials {
  padding: 80px 0 230px 0;
  background: #fafafa;
}
@media (max-width: 1680px) {
  .testimonials {
    padding: 80px 0 196px 0;
  }
}
@media (max-width: 767px) {
  .testimonials {
    padding: 50px 0 50px 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .testimonials {
    padding: 50px 0 50px 0;
  }
}
.testimonials .container {
  max-width: 100%;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 180px;
}
@media (max-width: 1680px) {
  .testimonials .container {
    max-width: 100%;
    padding-left: 96px;
  }
}
@media (max-width: 1440px) {
  .testimonials .container {
    padding-left: 48px;
  }
}
@media (max-width: 1200px) {
  .testimonials .container {
    max-width: 100%;
    padding-left: 35px;
  }
}
@media (max-width: 1023px) {
  .testimonials .container {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .testimonials .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .testimonials .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.testimonials .testimonials-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
  padding-right: 186px;
}
@media (max-width: 1440px) {
  .testimonials .testimonials-header {
    padding-right: 35px;
  }
}
@media (max-width: 1200px) {
  .testimonials .testimonials-header {
    padding-right: 35px;
  }
}
@media (max-width: 992px) {
  .testimonials .testimonials-header {
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .testimonials .testimonials-header {
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .testimonials .testimonials-header {
    margin-top: 0;
  }
}
.testimonials .testimonials-header h6,
.testimonials .testimonials-header .h6 {
  color: #18184d;
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 115%;
  margin: 0;
}
@media (max-width: 1440px) {
  .testimonials .testimonials-header h6,
  .testimonials .testimonials-header .h6 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .testimonials .testimonials-header h6,
  .testimonials .testimonials-header .h6 {
    font-size: 35px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .testimonials .testimonials-header h6,
  .testimonials .testimonials-header .h6 {
    font-size: 32px;
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.testimonials .testimonials-header h6 span,
.testimonials .testimonials-header .h6 span {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 14px;
  display: block;
  color: #ff5c24;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
@media (max-width: 1440px) {
  .testimonials .testimonials-header h6 span,
  .testimonials .testimonials-header .h6 span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .testimonials .testimonials-header h6 span,
  .testimonials .testimonials-header .h6 span {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media (max-width: 430px) {
  .testimonials .testimonials-header h6 span,
  .testimonials .testimonials-header .h6 span {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.testimonials .testimonials-header .skyBlueBtn {
  padding: 10px 20px;
  min-width: 225px;
  margin-top: 40px;
  display: block;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .testimonials .testimonials-header .skyBlueBtn {
    display: none;
  }
}
.testimonials .testimonials-header .skyBlueBtn:hover {
  transform: translateY(-4px) !important;
}
.testimonials .mobileReviewBtn {
  display: none;
}
@media (max-width: 767px) {
  .testimonials .mobileReviewBtn {
    display: block;
    margin: 50px auto 0 auto;
    text-align: center;
  }
}
.testimonials .mobileReviewBtn .skyBlueBtn {
  min-width: 225px;
  margin: 60px auto 0 auto;
  padding: 13px 15px;
}
@media (max-width: 767px) {
  .testimonials .mobileReviewBtn .skyBlueBtn {
    font-size: 20px;
    font-weight: 900;
  }
}
.testimonials {
  /* CARD */
}
.testimonials .testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 50px 45px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1440px) {
  .testimonials .testimonial-card {
    padding: 45px 45px;
  }
}
@media (max-width: 1366px) {
  .testimonials .testimonial-card {
    padding: 38px 38px;
  }
}
@media (max-width: 1200px) {
  .testimonials .testimonial-card {
    padding: 35px 35px;
  }
}
@media (max-width: 767px) {
  .testimonials .testimonial-card {
    padding: 30px 35px;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .testimonials .testimonial-card {
    padding: 26px 22px;
    margin-bottom: 30px;
  }
}
.testimonials .testimonial-card .card-header {
  display: flex;
  align-items: start;
  gap: 40px;
  margin-bottom: 45px;
  position: relative;
}
@media (max-width: 1440px) {
  .testimonials .testimonial-card .card-header {
    gap: 28px;
    margin-bottom: 35px;
  }
}
@media (max-width: 1200px) {
  .testimonials .testimonial-card .card-header {
    gap: 28px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .testimonials .testimonial-card .card-header {
    gap: 30px;
    flex-direction: column;
    margin-bottom: 35px;
  }
}
@media (max-width: 640px) {
  .testimonials .testimonial-card .card-header {
    margin-bottom: 30px;
  }
}
.testimonials .testimonial-card .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .testimonials .testimonial-card .avatar {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 1023px) {
  .testimonials .testimonial-card .avatar {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .testimonials .testimonial-card .avatar {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
  }
}
.testimonials .testimonial-card .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  cursor: pointer;
}
.testimonials .testimonial-card .avatar img:hover {
  transform: scale(1.1);
}
.testimonials .testimonial-card .user-info .name {
  font-size: 25px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 2px;
  color: #ff5c24;
}
@media (max-width: 1440px) {
  .testimonials .testimonial-card .user-info .name {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .testimonials .testimonial-card .user-info .name {
    font-size: 25px;
    margin-bottom: 2px;
  }
}
.testimonials .testimonial-card .user-info .location {
  font-size: 20px;
  color: #18184d;
  margin-bottom: 0;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 1440px) {
  .testimonials .testimonial-card .user-info .location {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .testimonials .testimonial-card .user-info .location {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.testimonials .testimonial-card .user-info .rating {
  color: #ff5c24;
  font-size: 18px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .testimonials .testimonial-card .user-info .rating {
    font-size: 22px;
    position: absolute;
    top: -8px;
    z-index: 10;
    right: 0;
    margin: 0;
  }
}
.testimonials .testimonial-card .card-text {
  font-size: 18px;
  line-height: 30px;
  padding-right: 30px;
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: #18184d;
}
.testimonials .testimonial-card .card-text p {
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #18184d;
}
@media (max-width: 767px) {
  .testimonials .testimonial-card .card-text {
    padding-right: 0;
  }
}
.testimonials .slick-arrow.slick-prev {
  bottom: -90px;
  left: 0;
  background-size: 44px 44px;
  background-image: url("../images/icons/arrow-left.svg");
}
@media (max-width: 1023px) {
  .testimonials .slick-arrow.slick-prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .testimonials .slick-arrow.slick-prev {
    left: 32%;
    bottom: -70px;
  }
}
@media (max-width: 640px) {
  .testimonials .slick-arrow.slick-prev {
    background-size: 38px 35px;
  }
}
.testimonials .slick-arrow.slick-next {
  bottom: -90px;
  left: 90px;
  background-size: 44px 44px;
  right: unset;
  background-image: url("../images/icons/arrow-right.svg");
}
@media (max-width: 767px) {
  .testimonials .slick-arrow.slick-next {
    right: 32%;
    left: unset;
    bottom: -70px;
  }
}
@media (max-width: 640px) {
  .testimonials .slick-arrow.slick-next {
    background-size: 38px 35px;
  }
}

.ctaSection {
  background: #ff5c24;
  padding: 0;
  position: relative;
  margin: 0px 0 0 0;
}
.ctaSection::before, .ctaSection:after {
  content: "";
  display: block;
  background: #fafafa;
  width: 100%;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
.ctaSection:after {
  top: auto;
  bottom: 0;
  background: #fff;
}
@media (max-width: 767px) {
  .ctaSection::before {
    height: 225px;
    background: #fff;
  }
}
.ctaSection .container {
  max-width: 91%;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .ctaSection .container {
    max-width: 100%;
  }
}
.ctaSection .videoContentBlock {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 200px;
}
@media (max-width: 1680px) {
  .ctaSection .videoContentBlock {
    gap: 150px;
  }
}
@media (max-width: 1440px) {
  .ctaSection .videoContentBlock {
    gap: 100px;
  }
}
@media (max-width: 992px) {
  .ctaSection .videoContentBlock {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .ctaSection .videoContentBlock {
    grid-template-columns: 1fr;
  }
}
.ctaSection .image-ievideo {
  margin: 0;
}
.ctaSection .image-video-outer {
  width: 100%;
  max-width: 447px;
  position: relative;
  padding-bottom: 136%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .ctaSection .image-video-outer {
    padding-bottom: 130%;
    margin: 0 auto;
  }
}
.ctaSection .image-video-outer iframe, .ctaSection .image-video-outer video, .ctaSection .image-video-outer img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.ctaSection .content {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0;
  text-align: left;
  padding: 60px 0;
}
@media (max-width: 1440px) {
  .ctaSection .content {
    max-width: 610px;
  }
}
@media (max-width: 767px) {
  .ctaSection .content {
    padding-top: 30px;
  }
}
.ctaSection .content h6,
.ctaSection .content .h6 {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  font-size: 70px;
  line-height: 125%;
  margin: 10px 0 34px;
}
@media (max-width: 1440px) {
  .ctaSection .content h6,
  .ctaSection .content .h6 {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  .ctaSection .content h6,
  .ctaSection .content .h6 {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .ctaSection .content h6,
  .ctaSection .content .h6 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .ctaSection .content h6,
  .ctaSection .content .h6 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .ctaSection .content h6,
  .ctaSection .content .h6 {
    font-size: 45px;
    text-align: left;
  }
}
.ctaSection .content h6 span,
.ctaSection .content .h6 span {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1023px) {
  .ctaSection .content h6 span,
  .ctaSection .content .h6 span {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .ctaSection .content h6 span,
  .ctaSection .content .h6 span {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .ctaSection .content h6 span,
  .ctaSection .content .h6 span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .ctaSection .content h6 span,
  .ctaSection .content .h6 span {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media (max-width: 430px) {
  .ctaSection .content h6 span,
  .ctaSection .content .h6 span {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.ctaSection .content .darkBlueBtn {
  display: inline-block;
  min-width: 240px;
  padding: 13px 15px;
  transition: all 0.3s ease;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 767px) {
  .ctaSection .content .darkBlueBtn {
    margin: 0 0 30px;
  }
}
.ctaSection .content .darkBlueBtn:hover {
  transform: translateY(-4px);
}
@media (max-width: 767px) {
  .ctaSection .content .darkBlueBtn {
    margin-bottom: 30px;
    padding: 13px 15px;
    font-size: 20px;
    font-weight: 900;
  }
}
.ctaSection .floatsMainWrap {
  width: 100%;
}
.ctaSection .floatsMainWrap .floatImage {
  position: absolute;
}
.ctaSection .floatsMainWrap .floatImage .parallax-inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.ctaSection .floatsMainWrap .floatImage .parallax-inner img {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  object-fit: cover;
  will-change: transform;
  border-radius: 10px;
}
.ctaSection .floatsMainWrap .floatImage.img1 {
  top: 48px;
  left: 130px;
  width: 270px;
  height: 310px;
}
@media (max-width: 1680px) {
  .ctaSection .floatsMainWrap .floatImage.img1 {
    top: 40px;
    left: 80px;
    width: 270px;
    height: 310px;
  }
}
@media (max-width: 1440px) {
  .ctaSection .floatsMainWrap .floatImage.img1 {
    top: 45px;
    left: 45px;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1366px) {
  .ctaSection .floatsMainWrap .floatImage.img1 {
    top: 45px;
    left: 45px;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .ctaSection .floatsMainWrap .floatImage.img1 {
    top: 30px;
    left: 30px;
    width: 130px;
    height: 150px;
  }
}
.ctaSection .floatsMainWrap .floatImage.img2 {
  top: 48px;
  right: 456px;
  width: 170px;
  height: 150px;
}
@media (max-width: 1680px) {
  .ctaSection .floatsMainWrap .floatImage.img2 {
    top: 40px;
    right: 80px;
    width: 170px;
    height: 150px;
  }
}
@media (max-width: 1440px) {
  .ctaSection .floatsMainWrap .floatImage.img2 {
    top: 45px;
    right: 45px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1366px) {
  .ctaSection .floatsMainWrap .floatImage.img2 {
    top: 45px;
    right: 45px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .ctaSection .floatsMainWrap .floatImage.img2 {
    top: 35px;
    right: 30px;
    width: 80px;
    height: 80px;
  }
}
.ctaSection .floatsMainWrap .floatImage.img3 {
  bottom: 48px;
  left: 405px;
  width: 215px;
  height: 200px;
}
@media (max-width: 1680px) {
  .ctaSection .floatsMainWrap .floatImage.img3 {
    bottom: 48px;
    left: 215px;
    width: 215px;
    height: 200px;
  }
}
@media (max-width: 1440px) {
  .ctaSection .floatsMainWrap .floatImage.img3 {
    bottom: 48px;
    left: 235px;
    width: 215px;
    height: 200px;
  }
}
@media (max-width: 1366px) {
  .ctaSection .floatsMainWrap .floatImage.img3 {
    bottom: 48px;
    left: 235px;
    width: 215px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .ctaSection .floatsMainWrap .floatImage.img3 {
    bottom: 40px;
    left: 30px;
    width: 120px;
    height: 119px;
  }
}
.ctaSection .floatsMainWrap .floatImage.img4 {
  bottom: 80px;
  right: 150px;
  width: 380px;
  height: 216px;
}
@media (max-width: 1680px) {
  .ctaSection .floatsMainWrap .floatImage.img4 {
    bottom: 80px;
    right: 85px;
    width: 380px;
    height: 216px;
  }
}
@media (max-width: 1440px) {
  .ctaSection .floatsMainWrap .floatImage.img4 {
    bottom: 50px;
    right: 50px;
    width: 380px;
    height: 216px;
  }
}
@media (max-width: 1366px) {
  .ctaSection .floatsMainWrap .floatImage.img4 {
    bottom: 50px;
    right: 50px;
    width: 380px;
    height: 216px;
  }
}
@media (max-width: 767px) {
  .ctaSection .floatsMainWrap .floatImage.img4 {
    bottom: 170px;
    right: 30px;
    width: 192px;
    height: 110px;
  }
}

.innerPageBanner {
  margin-bottom: 0px;
  position: relative;
  min-height: 705px;
  display: flex;
  align-items: flex-end;
  padding: 80px 0 80px 0;
}
@media (max-width: 1440px) {
  .innerPageBanner {
    min-height: 635px;
  }
}
@media (max-width: 1023px) {
  .innerPageBanner {
    padding: 50px 0 50px 0;
  }
}
@media (max-width: 992px) {
  .innerPageBanner {
    min-height: 500px;
    height: auto;
    padding: 62px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .innerPageBanner .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.innerPageBanner .mainBannerVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.innerPageBanner .mainBannerVideo img {
  width: 100%;
  height: 100%;
  position: unset;
  object-fit: cover;
}
.innerPageBanner .mainBannerVideo video, .innerPageBanner .mainBannerVideo iframe {
  width: 100%;
  height: 100%;
  position: unset;
  object-fit: cover;
}
.innerPageBanner .mainBannerVideo iframe {
  transform: scale(1.6);
}
@media (max-width: 767px) {
  .innerPageBanner .mainBannerVideo iframe {
    transform: scale(3.4);
  }
}
.innerPageBanner .mainBannerVideo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 92, 36, 0.5);
  z-index: 1;
}
.innerPageBanner .breadcrumbs {
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .innerPageBanner .breadcrumbs {
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .innerPageBanner .breadcrumbs {
    margin-bottom: 30px;
  }
}
.innerPageBanner .breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.innerPageBanner .breadcrumbs ul li {
  position: relative;
  padding-right: 20px;
}
.innerPageBanner .breadcrumbs ul li a, .innerPageBanner .breadcrumbs ul li span {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.innerPageBanner .breadcrumbs ul li::after {
  content: ">";
  position: absolute;
  top: 2px;
  right: 5px;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.innerPageBanner .breadcrumbs ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.innerPageBanner .breadcrumbs ul li:last-child::after {
  display: none;
}
.innerPageBanner .banner-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  position: relative;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .innerPageBanner .banner-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .innerPageBanner .banner-container {
    grid-template-columns: 1fr;
  }
}
.innerPageBanner .banner-container .breadcrumbs {
  grid-column: span 2;
}
@media (max-width: 1023px) {
  .innerPageBanner .banner-container .breadcrumbs {
    grid-column: span 1;
  }
}
.innerPageBanner .bannerCaption {
  max-width: 730px;
}
.innerPageBanner .bannerCaption .title {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  font-family: "Figtree", sans-serif;
  line-height: 1.2;
}
@media (max-width: 1680px) {
  .innerPageBanner .bannerCaption .title {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .innerPageBanner .bannerCaption .title {
    font-size: 50px;
  }
  .innerPageBanner .bannerCaption .title br {
    display: none;
  }
}
.innerPageBanner .bannerCaption ul, .innerPageBanner .bannerCaption ol {
  margin-left: 0;
  padding-left: 20px;
}
.innerPageBanner .bannerCaption p, .innerPageBanner .bannerCaption li {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  font-family: "Figtree", sans-serif;
  max-width: 660px;
}
@media (max-width: 1440px) {
  .innerPageBanner .bannerCaption p, .innerPageBanner .bannerCaption li {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .innerPageBanner .bannerCaption p, .innerPageBanner .bannerCaption li {
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.innerPageBanner .bannerCaption p {
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .innerPageBanner .bannerCaption p {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .innerPageBanner .bannerCaption p {
    margin-bottom: 0px;
  }
}
.innerPageBanner .bannerCaption .btn {
  padding: 18px 62px;
}
@media (max-width: 767px) {
  .innerPageBanner .bannerCaption .btn {
    display: none;
  }
}
.innerPageBanner .bannerRight {
  margin-left: auto;
}
@media (max-width: 1023px) {
  .innerPageBanner .bannerRight {
    margin: 0;
  }
}
.innerPageBanner .flexRight {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .innerPageBanner .flexRight {
    width: 100%;
    max-width: 85%;
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .innerPageBanner .flexRight {
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
  }
}
.innerPageBanner .flexRight .rightSelectBox {
  background-color: #fff;
  border: 5px solid #ff5c24;
  border-radius: 15px;
  padding: 28px 50px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  width: max-content;
}
@media (max-width: 1440px) {
  .innerPageBanner .flexRight .rightSelectBox {
    padding: 18px 30px;
  }
}
@media (max-width: 1366px) {
  .innerPageBanner .flexRight .rightSelectBox {
    padding: 18px 20px;
  }
}
@media (max-width: 1023px) {
  .innerPageBanner .flexRight .rightSelectBox {
    padding: 18px 30px;
  }
}
@media (max-width: 992px) {
  .innerPageBanner .flexRight .rightSelectBox {
    padding: 20px 33px;
  }
}
@media (max-width: 767px) {
  .innerPageBanner .flexRight .rightSelectBox {
    padding: 20px 10px;
  }
}
@media (max-width: 430px) {
  .innerPageBanner .flexRight .rightSelectBox {
    padding: 5px 12px 8px 12px;
    gap: 8px;
  }
}
.innerPageBanner .flexRight .rightSelectBox .titleRight {
  color: #18184d;
  font-size: 27px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  margin-right: 12px;
  text-transform: capitalize;
}
@media (max-width: 1440px) {
  .innerPageBanner .flexRight .rightSelectBox .titleRight {
    font-size: 22px;
    margin-right: 10px;
  }
}
@media (max-width: 1366px) {
  .innerPageBanner .flexRight .rightSelectBox .titleRight {
    font-size: 20px;
    font-weight: 700;
  }
}
@media (max-width: 1023px) {
  .innerPageBanner .flexRight .rightSelectBox .titleRight {
    font-size: 21px;
    font-weight: 700;
  }
}
@media (max-width: 992px) {
  .innerPageBanner .flexRight .rightSelectBox .titleRight {
    font-size: 21px;
    margin-right: 0px;
  }
}
@media (max-width: 430px) {
  .innerPageBanner .flexRight .rightSelectBox .titleRight {
    font-size: 16px;
  }
}
.innerPageBanner .flexRight .rightSelectBox .serviceList {
  display: flex;
  align-items: center;
  gap: 0;
}
.innerPageBanner .flexRight .rightSelectBox .select-wrapper {
  position: relative;
  display: inline-block;
  width: 240px;
}
@media (max-width: 1366px) {
  .innerPageBanner .flexRight .rightSelectBox .select-wrapper {
    width: 190px;
  }
}
@media (max-width: 1023px) {
  .innerPageBanner .flexRight .rightSelectBox .select-wrapper {
    width: 180px;
  }
}
@media (max-width: 1023px) {
  .innerPageBanner .flexRight .rightSelectBox .select-wrapper {
    width: 210px;
  }
}
@media (max-width: 430px) {
  .innerPageBanner .flexRight .rightSelectBox .select-wrapper {
    width: 165px;
  }
}
@media (max-width: 375px) {
  .innerPageBanner .flexRight .rightSelectBox .select-wrapper {
    width: 154px;
  }
}
@media (max-width: 992px) {
  .innerPageBanner .flexRight .rightSelectBox .select-wrapper::before {
    content: "";
    position: absolute;
    right: auto;
    top: unset;
    bottom: 0;
    pointer-events: none;
    border-bottom: 1px solid #707070;
    width: 82%;
    height: auto;
  }
}
.innerPageBanner .flexRight .rightSelectBox .select-wrapper::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url("../images/dropdown-arrow.svg");
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
}
@media (max-width: 1023px) {
  .innerPageBanner .flexRight .rightSelectBox .select-wrapper::after {
    right: 0;
  }
}
.innerPageBanner .flexRight .rightSelectBox .select-wrapper select {
  width: 100%;
  padding: 6px 10px 6px 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #707070;
  color: #18184d;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-weight: 800;
  border-radius: 0;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .innerPageBanner .flexRight .rightSelectBox .select-wrapper select {
    font-size: 20px;
    font-weight: 700;
  }
}
@media (max-width: 1023px) {
  .innerPageBanner .flexRight .rightSelectBox .select-wrapper select {
    font-size: 21px;
    font-weight: 700;
    padding: 6px 32px 6px 6px;
  }
}
@media (max-width: 992px) {
  .innerPageBanner .flexRight .rightSelectBox .select-wrapper select {
    border-bottom: 0;
    padding: 6px 33px 6px 8px;
  }
}
@media (max-width: 430px) {
  .innerPageBanner .flexRight .rightSelectBox .select-wrapper select {
    font-size: 18px;
    padding: 6px 33px 6px 3px;
  }
}
@media (max-width: 375px) {
  .innerPageBanner .flexRight .rightSelectBox .select-wrapper select {
    font-size: 16px;
  }
}
.innerPageBanner .flexRight .rightSelectBox .select-wrapper select option {
  font-size: 23px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .innerPageBanner .flexRight .rightSelectBox .select-wrapper select option {
    font-size: 21px;
    font-weight: 700;
  }
}
@media (max-width: 430px) {
  .innerPageBanner .flexRight .rightSelectBox .select-wrapper select option {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .innerPageBanner .flexRight .rightSelectBox .select-wrapper select option {
    font-size: 16px;
  }
}
.innerPageBanner .flexRight .rightSelectBox .customDropdown {
  position: relative;
  min-width: 274px;
  width: 274px;
}
@media (max-width: 767px) {
  .innerPageBanner .flexRight .rightSelectBox .customDropdown {
    width: 210px;
  }
}
@media (max-width: 640px) {
  .innerPageBanner .flexRight .rightSelectBox .customDropdown {
    width: 210px;
    min-width: unset;
  }
}
@media (max-width: 430px) {
  .innerPageBanner .flexRight .rightSelectBox .customDropdown {
    width: 154px;
    min-width: unset;
  }
}
.innerPageBanner .flexRight .rightSelectBox .customDropdown.small {
  min-width: 145px;
}
@media (max-width: 640px) {
  .innerPageBanner .flexRight .rightSelectBox .customDropdown.small {
    width: 100%;
    min-width: unset;
  }
}
.innerPageBanner .flexRight .rightSelectBox .customDropdown .cd-trigger {
  width: 100%;
  padding: 12px 44px 12px 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #707070;
  color: #18184d !important;
  font-family: "Figtree", sans-serif;
  font-size: 27px;
  font-weight: 700;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  box-shadow: none;
  text-align: left;
}
@media (max-width: 1440px) {
  .innerPageBanner .flexRight .rightSelectBox .customDropdown .cd-trigger {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .innerPageBanner .flexRight .rightSelectBox .customDropdown .cd-trigger {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .innerPageBanner .flexRight .rightSelectBox .customDropdown .cd-trigger {
    font-size: 21px;
  }
}
@media (max-width: 640px) {
  .innerPageBanner .flexRight .rightSelectBox .customDropdown .cd-trigger {
    font-size: 21px;
    padding: 10px 17px 10px 6px;
    height: auto;
    font-weight: 700;
  }
}
@media (max-width: 430px) {
  .innerPageBanner .flexRight .rightSelectBox .customDropdown .cd-trigger {
    font-size: 16px;
    padding: 10px 17px 10px 6px;
    height: auto;
  }
}
.innerPageBanner .flexRight .rightSelectBox .customDropdown .cd-trigger::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 22px;
  height: 22px;
  background: url("../images/dropdown-arrow.svg") no-repeat center;
  background-size: 22px auto;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .innerPageBanner .flexRight .rightSelectBox .customDropdown .cd-trigger::after {
    right: 0;
  }
}
@media (max-width: 640px) {
  .innerPageBanner .flexRight .rightSelectBox .customDropdown .cd-trigger::after {
    background-size: 14px auto;
  }
}
.innerPageBanner .flexRight .rightSelectBox .customDropdown .cd-trigger.active {
  border-radius: 22px 22px 0 0;
}
.innerPageBanner .flexRight .rightSelectBox .customDropdown .cd-options {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  border-radius: 0 0 0 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.innerPageBanner .flexRight .rightSelectBox .customDropdown .cd-options li {
  padding: 12px 20px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  color: #18184d;
  transition: background 0.4s ease;
}
.innerPageBanner .flexRight .rightSelectBox .customDropdown .cd-options li:hover {
  background: rgba(0, 0, 0, 0.05);
}
@media (max-width: 640px) {
  .innerPageBanner .flexRight .rightSelectBox .customDropdown .cd-options li {
    font-size: 16px;
  }
}
.innerPageBanner .flexRight .rightSelectBox .customDropdown .cd-options.open {
  max-height: 300px;
}
@media (max-width: 767px) {
  .innerPageBanner .flexRight .rightSelectBox .customDropdown .cd-options.open {
    max-height: fit-content;
  }
}
.innerPageBanner .flexRight .rightSelectBox .orangeBtn {
  height: 48px;
  margin-left: 14px;
  padding-right: 45px;
  font-size: 22px;
  font-weight: bold;
  display: block;
}
@media (max-width: 1366px) {
  .innerPageBanner .flexRight .rightSelectBox .orangeBtn {
    margin-left: 0;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .innerPageBanner .flexRight .rightSelectBox .orangeBtn {
    padding-right: 45px;
    padding-left: 45px;
    display: block;
    margin-left: 14px;
  }
}
@media (max-width: 767px) {
  .innerPageBanner .flexRight .rightSelectBox .orangeBtn {
    display: none;
  }
}
.innerPageBanner .flexRight .rightSelectBox .orangeBtn.SearchBtn {
  display: none;
}
@media (max-width: 1200px) {
  .innerPageBanner .flexRight .rightSelectBox .orangeBtn.SearchBtn {
    display: none;
  }
}
@media (max-width: 1023px) {
  .innerPageBanner .flexRight .rightSelectBox .orangeBtn.SearchBtn {
    display: none;
  }
}
@media (max-width: 992px) {
  .innerPageBanner .flexRight .rightSelectBox .orangeBtn.SearchBtn {
    display: none;
  }
}
@media (max-width: 767px) {
  .innerPageBanner .flexRight .rightSelectBox .orangeBtn.SearchBtn {
    height: 32px;
    display: block;
    margin-left: 0;
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 430px) {
  .innerPageBanner .flexRight .rightSelectBox .orangeBtn.SearchBtn {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.pricesSection {
  background: #f5f5f5;
  padding-bottom: 68px;
}
@media (max-width: 767px) {
  .pricesSection {
    padding-bottom: 142px;
  }
}
.pricesSection .sectionHeader .title {
  font-size: 60px;
  font-weight: 700;
  color: #18184d;
  margin-bottom: 48px;
  font-family: "Figtree", sans-serif;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1440px) {
  .pricesSection .sectionHeader .title {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .pricesSection .sectionHeader .title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .pricesSection .sectionHeader .title {
    font-size: 35px;
    max-width: 309px;
    margin: 0 auto 22px auto;
  }
  .pricesSection .sectionHeader .title br {
    display: none;
  }
}
.pricesSection .sectionHeader .title span {
  text-transform: uppercase;
  color: #ff5c24;
  font-size: 20px;
  font-weight: 600;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .pricesSection .sectionHeader .title span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pricesSection .sectionHeader .title span {
    font-size: 16px;
  }
}
.pricesSection .fuel-switch {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0;
  justify-content: center;
  margin: 0 0 34px 0;
}
.pricesSection .fuel-switch .label {
  font-size: 18px;
  color: #4a6388;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
}
.pricesSection .fuel-switch .toggle {
  position: relative;
  width: 32px;
  height: 16px;
  display: inline-block;
}
.pricesSection .fuel-switch .toggle input {
  display: none;
}
.pricesSection .fuel-switch .toggle input:checked + .slider::before {
  transform: translateX(16px);
}
.pricesSection .fuel-switch .slider {
  position: absolute;
  inset: 0;
  background: #ff6a21;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.3s;
}
.pricesSection .fuel-switch .slider::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 2px;
  top: 2px;
  background: white;
  border-radius: 50%;
  transition: 0.3s;
}
.pricesSection .action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .pricesSection .action .btn {
    font-size: 20px;
    padding: 12px 42px;
  }
}

.pricing-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto 68px;
}
@media (max-width: 992px) {
  .pricing-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .pricing-container {
    margin-right: -30px;
    margin-bottom: 65px;
  }
  .pricing-container .slick-arrow {
    bottom: -223px;
  }
  .pricing-container .slick-arrow.slick-prev {
    left: calc(50% - 70px);
  }
  .pricing-container .slick-arrow.slick-next {
    right: calc(50% - 40px);
  }
}
.pricing-container .pricing-card {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 20px 16px 20px;
  text-align: center;
  position: relative;
}
@media (max-width: 992px) {
  .pricing-container .pricing-card {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .pricing-container .pricing-card {
    height: auto;
    max-width: 100%;
  }
}
.pricing-container .pricing-card .title {
  color: #18184d;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .pricing-container .pricing-card .title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .pricing-container .pricing-card .title {
    font-size: 29px;
  }
}
.pricing-container .pricing-card .price-box {
  background: #ff5c24;
  color: #fff;
  border-radius: 12px;
  padding: 12px 10px;
  margin-bottom: 52px;
}
@media (max-width: 1440px) {
  .pricing-container .pricing-card .price-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .pricing-container .pricing-card .price-box {
    margin-bottom: 45px;
  }
}
.pricing-container .pricing-card .price-box .old-price {
  font-size: 20px;
  text-decoration: line-through;
  font-weight: 600;
  opacity: 1;
  color: #FFCEBE;
  font-family: "Figtree", sans-serif;
}
@media (max-width: 767px) {
  .pricing-container .pricing-card .price-box .old-price {
    font-size: 16px;
  }
}
.pricing-container .pricing-card .price-box .price {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin: 4px 0;
}
@media (max-width: 1440px) {
  .pricing-container .pricing-card .price-box .price {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .pricing-container .pricing-card .price-box .price {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .pricing-container .pricing-card .price-box .price {
    font-size: 41px;
  }
}
.pricing-container .pricing-card .price-box .period {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .pricing-container .pricing-card .price-box .period {
    font-size: 15px;
  }
}
.pricing-container .pricing-card .features {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0 30px 26px 52px;
}
@media (max-width: 1366px) {
  .pricing-container .pricing-card .features {
    padding: 0 30px 26px 30px;
  }
}
@media (max-width: 1200px) {
  .pricing-container .pricing-card .features {
    padding: 0 10px 26px 10px;
  }
}
@media (max-width: 767px) {
  .pricing-container .pricing-card .features {
    padding: 0 20px 26px 20px;
  }
}
.pricing-container .pricing-card .features li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px;
  color: #18184d;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1366px) {
  .pricing-container .pricing-card .features li {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .pricing-container .pricing-card .features li {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .pricing-container .pricing-card .features li {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.pricing-container .pricing-card .features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #ff5c24 url(../images/checkmark.svg) no-repeat center center;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .pricing-container .pricing-card .features li::before {
    width: 20px;
    height: 20px;
    background-size: 12px auto;
  }
}
.pricing-container .pricing-card .badge {
  display: inline-block;
  margin-top: 14px;
  background: #4aa8f0;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
}
.pricing-container .pricing-card .btn {
  font-size: 18px;
  font-weight: 500;
  padding: 3px 22px;
}
@media (max-width: 767px) {
  .pricing-container.slick-slider .slick-list {
    padding-right: 25px;
  }
  .pricing-container.slick-slider .slick-list .pricing-card {
    margin-right: 15px;
  }
}
.pricing-container.slick-slider .slick-track {
  display: flex;
}

.howItWorksWrap {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: 36% 43%;
  align-items: flex-start;
  padding: 143px 0 60px 0;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .howItWorksWrap {
    grid-template-columns: 46% 46%;
  }
}
@media (max-width: 992px) {
  .howItWorksWrap {
    display: block;
  }
}
@media (max-width: 767px) {
  .howItWorksWrap {
    display: block;
    padding: 50px 0 30px 0;
  }
}
.howItWorksWrap .howItWorkInfo {
  margin-top: 0px;
}
.howItWorksWrap .howItWorkInfo .title {
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  color: #18184d;
  margin-bottom: 30px;
  font-family: "Figtree", sans-serif;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .howItWorksWrap .howItWorkInfo .title {
    font-size: 40px;
    margin-bottom: 22px;
  }
}
.howItWorksWrap .howItWorkInfo p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  line-height: 31px;
  color: #18184d;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .howItWorksWrap .howItWorkInfo p {
    font-size: 18px;
    margin: 0 0 30px 0;
    line-height: 30px;
  }
}

.howItWorkSlider {
  min-height: 530px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1200px) {
  .howItWorkSlider {
    min-height: 450px;
  }
}
@media (max-width: 992px) {
  .howItWorkSlider {
    min-height: 10px;
  }
}
@media (max-width: 767px) {
  .howItWorkSlider {
    margin-right: -30px;
    margin-top: 70px;
  }
}
.howItWorkSlider:after {
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgb(255, 255, 255) 100%);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .howItWorkSlider:after {
    height: 110px;
  }
}
@media (max-width: 992px) {
  .howItWorkSlider:after {
    display: none;
  }
}
.howItWorkSlider .slick-list {
  overflow: hidden;
  padding-bottom: 130px;
}
@media (max-width: 992px) {
  .howItWorkSlider .slick-list {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .howItWorkSlider .slick-list {
    padding-right: 18px;
    padding-bottom: 20px;
  }
}
.howItWorkSlider .item {
  max-width: 100%;
  width: 100%;
  padding: 0 0 64px 102px;
  margin: 0 0 40px 0;
  position: relative;
  display: block;
}
@media (max-width: 1200px) {
  .howItWorkSlider .item {
    padding: 0 0 10px 102px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 992px) {
  .howItWorkSlider .item {
    display: inline-block;
    padding: 0 0 40px 82px;
  }
}
@media (max-width: 767px) {
  .howItWorkSlider .item {
    padding: 60px 25px 0 4px;
    margin: 0;
    position: relative;
  }
}
.howItWorkSlider .item:before {
  content: "";
  width: 1px;
  background: #18184d;
  display: block;
  position: absolute;
  left: 26px;
  top: 14px;
  bottom: 30px;
}
@media (max-width: 767px) {
  .howItWorkSlider .item:before {
    height: 1px;
    width: auto;
    right: 13px;
    left: 13px;
  }
}
.howItWorkSlider .item:after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: #41b8ff;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: 17px;
}
@media (max-width: 767px) {
  .howItWorkSlider .item:after {
    top: 5px;
    left: 0px;
  }
}
.howItWorkSlider .item .title {
  text-align: left;
  font-size: 46px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 17px 0;
  color: #41b8ff;
}
@media (max-width: 992px) {
  .howItWorkSlider .item .title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .howItWorkSlider .item .title {
    font-size: 40px;
  }
}
.howItWorkSlider .item .subHeading {
  margin: 0 0 17px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Figtree", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #18184d;
}
@media (max-width: 767px) {
  .howItWorkSlider .item .subHeading {
    margin: 0 0 30px 0;
    font-size: 30px;
  }
}
.howItWorkSlider .item p {
  line-height: normal;
  max-width: 100%;
  color: #18184d;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .howItWorkSlider .item p {
    font-size: 18px;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .howItWorkSlider .item p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .howItWorkSlider .item p {
    font-size: 18px;
    line-height: 1.7;
    -webkit-line-clamp: 5;
  }
}

.globalContent {
  background: #f5f5f5;
  padding: 40px 0 130px 0;
}
.globalContent .sectionHeader .title {
  font-size: 60px;
  font-weight: 700;
  color: #18184d;
  margin-bottom: 22px;
  font-family: "Figtree", sans-serif;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1440px) {
  .globalContent .sectionHeader .title {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .globalContent .sectionHeader .title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .globalContent .sectionHeader .title {
    font-size: 40px;
    max-width: 309px;
    margin: 0 auto 22px auto;
  }
  .globalContent .sectionHeader .title br {
    display: none;
  }
}
.globalContent .sectionHeader .title span {
  text-transform: uppercase;
  color: #ff5c24;
  font-size: 20px;
  font-weight: 600;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .globalContent .sectionHeader .title span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .globalContent .sectionHeader .title span {
    font-size: 16px;
  }
}
.globalContent .sectionHeader .description {
  max-width: 840px;
  margin: 0 auto 40px;
}
.globalContent .sectionHeader ul, .globalContent .sectionHeader ol {
  margin-left: 0;
  padding-left: 20px;
}
.globalContent .sectionHeader p, .globalContent .sectionHeader li {
  text-align: center;
  font-size: 25px;
  line-height: 1.44;
  color: #18184d;
}
@media (max-width: 1440px) {
  .globalContent .sectionHeader p, .globalContent .sectionHeader li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .globalContent .sectionHeader p, .globalContent .sectionHeader li {
    font-size: 20px;
    line-height: 1.7;
  }
}
.globalContent .sectionHeader .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 767px) {
  .globalContent .sectionHeader .actions .btn {
    font-size: 20px;
  }
}

.globalContentSection {
  padding: 50px 0;
  background: #ff5c24;
  color: #fff;
}
.globalContentSection.greenColor {
  background-color: #25d366;
}
.globalContentSection.blueColor {
  background-color: #18184d;
}
.globalContentSection.skyBlueColor {
  background-color: #41b8ff;
}
@media (max-width: 767px) {
  .globalContentSection {
    padding: 40px 0;
  }
}
.globalContentSection .globalContentWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1370px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
}
@media (max-width: 1200px) {
  .globalContentSection .globalContentWrapper {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .globalContentSection .globalContentWrapper {
    grid-template-columns: 1fr;
  }
}
.globalContentSection .globalContentWrapper .leftBlock {
  max-width: 530px;
}
@media (max-width: 767px) {
  .globalContentSection .globalContentWrapper .leftBlock {
    order: 1;
  }
}
.globalContentSection .globalContentWrapper .leftBlock .kicker {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  display: block;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .globalContentSection .globalContentWrapper .leftBlock .kicker {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.globalContentSection .globalContentWrapper .leftBlock .title {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .globalContentSection .globalContentWrapper .leftBlock .title {
    font-size: 30px;
  }
}
.globalContentSection .globalContentWrapper .leftBlock .title span {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  display: block;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .globalContentSection .globalContentWrapper .leftBlock .title span {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.globalContentSection .globalContentWrapper .leftBlock p {
  line-height: 1.7;
  margin: 0 0 38px 0;
}
@media (max-width: 767px) {
  .globalContentSection .globalContentWrapper .leftBlock p {
    font-size: 18px;
    line-height: 1.6;
  }
}
.globalContentSection .globalContentWrapper .leftBlock .btn {
  min-width: 244px;
}
@media (max-width: 767px) {
  .globalContentSection .globalContentWrapper .leftBlock .btn {
    padding-top: 10px;
    padding-bottom: 12px;
  }
}
.globalContentSection .globalContentWrapper .rightBlock > div {
  max-width: 664px;
  position: relative;
  width: 100%;
}
.globalContentSection .globalContentWrapper .rightBlock .coverBg.top {
  padding-bottom: 56%;
  max-width: 494px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .globalContentSection .globalContentWrapper .rightBlock .coverBg.top {
    width: 100%;
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .globalContentSection .globalContentWrapper .rightBlock .coverBg.top {
    max-width: calc(100% - 40px);
    padding-bottom: 67%;
  }
}
.globalContentSection .globalContentWrapper .rightBlock .coverBg.right {
  max-width: 240px;
  padding-bottom: 51%;
  position: relative;
  margin-left: auto;
  margin-top: -210px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .globalContentSection .globalContentWrapper .rightBlock .coverBg.right {
    max-width: 167px;
    margin-top: -140px;
  }
}
@media (max-width: 767px) {
  .globalContentSection .globalContentWrapper .rightBlock .coverBg.right {
    max-width: 134px;
    margin-top: -90px;
  }
}
.globalContentSection .globalContentWrapper .rightBlock .coverBg img {
  border-radius: 15px;
}

.whatsAppWrapper .container {
  max-width: 91%;
}
@media (max-width: 1680px) {
  .whatsAppWrapper .container {
    max-width: 100%;
  }
}
.whatsAppWrapper + .testimonials {
  padding-bottom: 196px;
}
@media (max-width: 767px) {
  .whatsAppWrapper + .testimonials {
    padding-bottom: 50px;
  }
}

.recommendedBoilers {
  padding: 58px 0 0 0;
}
@media (max-width: 767px) {
  .recommendedBoilers {
    padding: 40px 0 0 0;
  }
}
.recommendedBoilers .container {
  max-width: 91%;
}
@media (max-width: 1680px) {
  .recommendedBoilers .container {
    max-width: 100%;
  }
}
.recommendedBoilers .sectionHeader {
  text-align: center;
  margin: 0 auto 32px auto;
  max-width: 1260px;
}
@media (max-width: 1440px) {
  .recommendedBoilers .sectionHeader {
    max-width: 940px;
  }
}
@media (max-width: 767px) {
  .recommendedBoilers .sectionHeader {
    margin-bottom: 68px;
    padding: 0;
    text-align: left;
  }
}
.recommendedBoilers .sectionHeader h5,
.recommendedBoilers .sectionHeader .h2, .recommendedBoilers .sectionHeader .title {
  color: #18184d;
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  margin-bottom: 18px;
}
@media (max-width: 1440px) {
  .recommendedBoilers .sectionHeader h5,
  .recommendedBoilers .sectionHeader .h2, .recommendedBoilers .sectionHeader .title {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .recommendedBoilers .sectionHeader h5,
  .recommendedBoilers .sectionHeader .h2, .recommendedBoilers .sectionHeader .title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .recommendedBoilers .sectionHeader h5,
  .recommendedBoilers .sectionHeader .h2, .recommendedBoilers .sectionHeader .title {
    font-size: 40px;
    text-align: left;
  }
}
.recommendedBoilers .sectionHeader h5 span,
.recommendedBoilers .sectionHeader .h2 span, .recommendedBoilers .sectionHeader .title span {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 25px;
  display: block;
  color: #ff5c24;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
@media (max-width: 1440px) {
  .recommendedBoilers .sectionHeader h5 span,
  .recommendedBoilers .sectionHeader .h2 span, .recommendedBoilers .sectionHeader .title span {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .recommendedBoilers .sectionHeader h5 span,
  .recommendedBoilers .sectionHeader .h2 span, .recommendedBoilers .sectionHeader .title span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .recommendedBoilers .sectionHeader h5 span,
  .recommendedBoilers .sectionHeader .h2 span, .recommendedBoilers .sectionHeader .title span {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media (max-width: 430px) {
  .recommendedBoilers .sectionHeader h5 span,
  .recommendedBoilers .sectionHeader .h2 span, .recommendedBoilers .sectionHeader .title span {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.recommendedBoilers .boilerContent {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 0;
  padding-bottom: 80px;
}
.recommendedBoilers .boilerContent p {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  color: #18184d;
}
@media (max-width: 767px) {
  .recommendedBoilers .boilerContent p {
    font-size: 20px;
    line-height: 30px;
    max-width: 280px;
    margin: 0 auto;
  }
}
.recommendedBoilers .boilerContent .btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .recommendedBoilers .boilerContent .btn {
    margin-top: 30px;
    font-size: 20px;
    padding: 12px 44px;
  }
}
.recommendedBoilers .boilerGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 70px;
}
@media (max-width: 1680px) {
  .recommendedBoilers .boilerGrid {
    margin-bottom: 130px;
  }
}
@media (max-width: 1440px) {
  .recommendedBoilers .boilerGrid {
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .recommendedBoilers .boilerGrid {
    display: block;
    margin-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .recommendedBoilers .boilerGrid {
    display: block;
    margin-bottom: 90px;
  }
}
@media (max-width: 640px) {
  .recommendedBoilers .boilerGrid {
    display: block;
  }
}
.recommendedBoilers .boilerCard {
  background: #d6f0ff;
  border-radius: 13px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08);
  position: relative;
  padding: 24px;
}
@media (max-width: 1440px) {
  .recommendedBoilers .boilerCard {
    padding: 15px 15px;
  }
}
@media (max-width: 1200px) {
  .recommendedBoilers .boilerCard {
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .recommendedBoilers .boilerCard {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .recommendedBoilers .boilerCard {
    padding: 18px;
  }
}
.recommendedBoilers .boilerCard:hover {
  transform: translateY(-6px);
}
.recommendedBoilers .boilerCard .cardImage {
  position: relative;
  display: block;
  padding-bottom: 134%;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .recommendedBoilers .boilerCard .cardImage {
    padding-bottom: 0%;
  }
}
.recommendedBoilers .boilerCard .cardImage img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
@media (max-width: 1023px) {
  .recommendedBoilers .boilerCard .cardImage img {
    position: unset;
  }
}
.recommendedBoilers .boilerCard .cardImage img:hover {
  transform: scale(1.05);
}
.recommendedBoilers .boilerCard .cardImage .priceTag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ff5c24;
  color: #fff;
  font-size: 18px;
  padding: 0px 9px;
  border-radius: 20px;
  font-weight: 600;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recommendedBoilers .boilerCard .cardContent {
  padding: 0 5px;
  margin-top: 16px;
}
@media (max-width: 1440px) {
  .recommendedBoilers .boilerCard .cardContent {
    margin-top: 22px;
  }
}
.recommendedBoilers .boilerCard .cardContent h3, .recommendedBoilers .boilerCard .cardContent .title {
  font-size: 25px;
  font-weight: 700;
  color: #18184d;
  margin-bottom: 15px;
  font-family: "Figtree", sans-serif;
}
@media (max-width: 1440px) {
  .recommendedBoilers .boilerCard .cardContent h3, .recommendedBoilers .boilerCard .cardContent .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .recommendedBoilers .boilerCard .cardContent h3, .recommendedBoilers .boilerCard .cardContent .title {
    font-size: 25px;
  }
}
.recommendedBoilers .boilerCard .cardContent p {
  font-size: 18px;
  line-height: 31px;
  color: #18184d;
  padding-bottom: 18px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .recommendedBoilers .boilerCard .cardContent p {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 24px;
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .recommendedBoilers .boilerCard .cardContent p {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 21px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .recommendedBoilers .boilerCard .cardContent p {
    font-size: 18px;
  }
}
.recommendedBoilers .boilerCard .cardContent .btn {
  width: 100%;
  margin-bottom: 15px;
  text-transform: none;
}
.recommendedBoilers .boilerCard .cardContent .cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #18184d;
  text-decoration: none;
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .recommendedBoilers .boilerCard .cardContent .cta {
    margin: 0;
    font-size: 18px;
  }
}
.recommendedBoilers .boilerCard .cardContent .cta .arrow {
  width: 24px;
  height: 24px;
  background: #18184d;
  border-radius: 50%;
  position: relative;
  background-color: transparent;
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-image: url("../images/blue-arrow.svg");
}
.recommendedBoilers .whatsApp_section {
  margin: 80px 0;
  padding: 35px 65px;
  background-color: #25d366;
  box-shadow: 8px 8px 7px rgba(0, 0, 0, 0.08);
  border-radius: 14px;
}
@media (max-width: 1680px) {
  .recommendedBoilers .whatsApp_section {
    padding: 35px 35px;
    margin: 60px 0 60px 0;
  }
}
@media (max-width: 640px) {
  .recommendedBoilers .whatsApp_section {
    padding: 38px 30px 24px 30px;
  }
}
.recommendedBoilers .whatsApp_section .flexWrapper {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 45px;
}
@media (max-width: 1680px) {
  .recommendedBoilers .whatsApp_section .flexWrapper {
    gap: 32px;
  }
}
@media (max-width: 1023px) {
  .recommendedBoilers .whatsApp_section .flexWrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 22px;
  }
}
.recommendedBoilers .whatsApp_section .flexWrapper .icon {
  margin: 0 0 0;
}
@media (max-width: 1023px) {
  .recommendedBoilers .whatsApp_section .flexWrapper .icon {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}
.recommendedBoilers .whatsApp_section .flexWrapper .icon img {
  max-width: 60px;
}
@media (max-width: 1440px) {
  .recommendedBoilers .whatsApp_section .flexWrapper .icon img {
    max-width: 45px;
  }
}
@media (max-width: 1023px) {
  .recommendedBoilers .whatsApp_section .flexWrapper .icon img {
    max-width: 48px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .recommendedBoilers .whatsApp_section .flexWrapper .icon img {
    max-width: 40px;
  }
}
.recommendedBoilers .whatsApp_section .flexWrapper .wpTitle {
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  color: white;
  max-width: 240px;
  margin: 0 0 0;
}
@media (max-width: 1680px) {
  .recommendedBoilers .whatsApp_section .flexWrapper .wpTitle {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 1440px) {
  .recommendedBoilers .whatsApp_section .flexWrapper .wpTitle {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1023px) {
  .recommendedBoilers .whatsApp_section .flexWrapper .wpTitle {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .recommendedBoilers .whatsApp_section .flexWrapper .wpTitle {
    font-size: 30px;
    line-height: 30px;
    max-width: 280px;
  }
}
.recommendedBoilers .whatsApp_section .flexWrapper .desc {
  margin: 30px 0 0;
  max-width: 640px;
  margin-left: 50px;
}
@media (max-width: 1680px) {
  .recommendedBoilers .whatsApp_section .flexWrapper .desc {
    margin: 10px 0 0;
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .recommendedBoilers .whatsApp_section .flexWrapper .desc {
    margin: 10px 0 0;
    max-width: 50%;
  }
}
@media (max-width: 1023px) {
  .recommendedBoilers .whatsApp_section .flexWrapper .desc {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .recommendedBoilers .whatsApp_section .flexWrapper .desc {
    margin: 0;
    max-width: 100%;
  }
}
.recommendedBoilers .whatsApp_section .flexWrapper .desc p {
  font-size: 18px;
  line-height: 1.6;
  color: white;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .recommendedBoilers .whatsApp_section .flexWrapper .desc p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .recommendedBoilers .whatsApp_section .flexWrapper .desc p {
    text-align: center;
  }
}
.recommendedBoilers .whatsApp_section .flexWrapper .whiteBtn {
  margin: 35px 38px 0 auto;
  padding: 6px 30px;
  font-size: 20px;
  transition: all 0.3s ease;
}
.recommendedBoilers .whatsApp_section .flexWrapper .whiteBtn:hover {
  transform: translateY(-4px);
}
@media (max-width: 1680px) {
  .recommendedBoilers .whatsApp_section .flexWrapper .whiteBtn {
    margin: 10px 0 0 auto;
    padding: 12px 30px;
    font-size: 20px;
    width: 280px;
  }
}
@media (max-width: 1440px) {
  .recommendedBoilers .whatsApp_section .flexWrapper .whiteBtn {
    width: 100%;
    max-width: 190px;
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .recommendedBoilers .whatsApp_section .flexWrapper .whiteBtn {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .recommendedBoilers .whatsApp_section .flexWrapper .whiteBtn {
    padding: 10px 30px;
    font-size: 20px;
    width: max-content;
    margin: 10px auto 10px auto;
  }
}
.recommendedBoilers .slick-arrow.slick-prev {
  bottom: -90px;
  left: 0;
  background-size: 44px 44px;
}
@media (max-width: 1023px) {
  .recommendedBoilers .slick-arrow.slick-prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .recommendedBoilers .slick-arrow.slick-prev {
    left: 32%;
    bottom: -70px;
    background-size: 38px 36px;
  }
}
@media (max-width: 640px) {
  .recommendedBoilers .slick-arrow.slick-prev {
    left: 32%;
  }
}
.recommendedBoilers .slick-arrow.slick-next {
  bottom: -90px;
  left: 90px;
  background-size: 44px 44px;
  right: unset;
}
@media (max-width: 767px) {
  .recommendedBoilers .slick-arrow.slick-next {
    right: 32%;
    left: unset;
    bottom: -70px;
    background-size: 38px 36px;
  }
}
@media (max-width: 640px) {
  .recommendedBoilers .slick-arrow.slick-next {
    right: 32%;
  }
}
.recommendedBoilers .slick-list {
  overflow: hidden !important;
  padding-bottom: 15px;
  padding-right: 0;
}

.page-template-tp-boiler-installations .main_Middle_wrapper, .page-template-tp-boiler-installations .globalContent {
  background: #fff;
}
.page-template-tp-boiler-installations .globalContent {
  padding: 40px 0 90px 0;
}
@media (max-width: 767px) {
  .page-template-tp-boiler-installations .globalContent {
    padding: 40px 0 40px 0;
  }
}
.page-template-tp-boiler-installations .globalContent .sectionHeader .description {
  max-width: 1010px;
}
.page-template-tp-boiler-installations .globalContentSection {
  margin: 70px 0 0px 0;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .page-template-tp-boiler-installations .globalContentSection {
    margin: 40px 0 40px 0;
  }
}
.page-template-tp-boiler-installations .innerPageBanner .banner-container {
  grid-template-columns: 1.5fr 1fr;
}
@media (max-width: 1023px) {
  .page-template-tp-boiler-installations .innerPageBanner .banner-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .page-template-tp-boiler-installations .innerPageBanner .banner-container {
    grid-template-columns: 1fr;
  }
}
.page-template-tp-boiler-installations .innerPageBanner .bannerCaption {
  max-width: 900px;
}

.heatingQualitySection {
  background: #f5f5f5;
  margin: 0;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .heatingQualitySection {
    padding: 30px 0;
  }
}
.heatingQualitySection ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px;
  max-width: 1536px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .heatingQualitySection ul {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .heatingQualitySection ul {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.heatingQualitySection ul li a {
  background: #41b8ff;
  padding: 28px 20px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.3s ease;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .heatingQualitySection ul li a {
    font-size: 22px;
    padding: 22px 20px;
  }
}
@media (max-width: 992px) {
  .heatingQualitySection ul li a {
    font-size: 16px;
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .heatingQualitySection ul li a {
    font-size: 20px;
  }
}
.heatingQualitySection ul li a:hover {
  transform: translateY(-4px);
}

.page-template-tp-heating .innerPageBanner .banner-container {
  grid-template-columns: 1.2fr 1fr;
}
@media (max-width: 1023px) {
  .page-template-tp-heating .innerPageBanner .banner-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .page-template-tp-heating .innerPageBanner .banner-container {
    grid-template-columns: 1fr;
  }
}
.page-template-tp-heating .innerPageBanner .bannerCaption {
  max-width: 900px;
}
.page-template-tp-heating .globalContent {
  background: #fff;
  padding: 70px 0 90px 0;
}
.page-template-tp-heating .globalContent .sectionHeader .title {
  margin-bottom: 40px;
}
.page-template-tp-heating .globalContent .sectionHeader .description {
  max-width: 1150px;
  margin-bottom: 60px;
}

.contactSection {
  background: #FFDED3;
  margin: 0;
  padding: 50px 0;
}
.contactSection .contactWrapper {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .contactSection .contactWrapper {
    grid-template-columns: 1fr;
  }
}
.contactSection .contactWrapper .leftBlock {
  padding: 28px 0 0 0;
}
.contactSection .contactWrapper .leftBlock .title {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  color: #18184d;
  letter-spacing: 1px;
  margin-bottom: 64px;
  font-size: 80px;
}
@media (max-width: 1440px) {
  .contactSection .contactWrapper .leftBlock .title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .contactSection .contactWrapper .leftBlock .title {
    font-size: 50px;
    margin-bottom: 64px;
    letter-spacing: 0.1px;
    line-height: 1 !important;
  }
}
.contactSection .contactWrapper .leftBlock .title span {
  text-transform: uppercase;
  font-size: 16px;
  color: #ff5c24;
  display: block;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0 0 26px 4px;
  letter-spacing: 0.6px;
}
@media (max-width: 767px) {
  .contactSection .contactWrapper .leftBlock .title span {
    margin: 0 0 20px 4px;
  }
}
.contactSection .contactWrapper .leftBlock .wpforms-container {
  padding: 0 0 0 15px;
}
@media (max-width: 1366px) {
  .contactSection .contactWrapper .leftBlock .wpforms-container {
    padding-left: 0;
  }
}
.contactSection .contactWrapper .rightBlock {
  max-width: 556px;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 1200px) {
  .contactSection .contactWrapper .rightBlock {
    max-width: 100%;
    margin-left: 0;
  }
}
.contactSection .contactWrapper .rightBlock .flexLogos {
  padding: 20px 30px;
  margin: 0 0 34px 0;
}
.contactSection .contactWrapper .rightBlock .flexLogos .label {
  display: none;
}
@media (max-width: 767px) {
  .contactSection .contactWrapper .rightBlock .flexLogos .label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    color: rgba(24, 24, 77, 0.7);
  }
}
.contactSection .contactWrapper .rightBlock .flexLogos .logos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: center;
}
.contactSection .contactWrapper .rightBlock .flexLogos .logos img {
  mix-blend-mode: darken;
  display: block;
  margin: 0 auto;
}
.contactSection .contactWrapper .rightBlock .flexLogos .logos li:last-child img {
  mix-blend-mode: normal;
}
.contactSection .contactWrapper .rightBlock .contactInfo {
  background: #fff;
  border-radius: 15px;
  padding: 50px 62px;
}
@media (max-width: 1440px) {
  .contactSection .contactWrapper .rightBlock .contactInfo {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .contactSection .contactWrapper .rightBlock .contactInfo {
    padding: 25px 18px;
  }
}
.contactSection .contactWrapper .rightBlock .contactInfo .infoBlock {
  margin: 0 0 44px 0;
}
@media (max-width: 767px) {
  .contactSection .contactWrapper .rightBlock .contactInfo .infoBlock {
    margin: 0 0 64px 0;
  }
}
.contactSection .contactWrapper .rightBlock .contactInfo .infoBlock:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .contactSection .contactWrapper .rightBlock .contactInfo .infoBlock:last-child .btn {
    padding: 11px 42px;
  }
}
.contactSection .contactWrapper .rightBlock .contactInfo .title {
  font-size: 30px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  color: #18184d;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .contactSection .contactWrapper .rightBlock .contactInfo .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .contactSection .contactWrapper .rightBlock .contactInfo .title {
    font-size: 25px;
  }
}
.contactSection .contactWrapper .rightBlock .contactInfo ul, .contactSection .contactWrapper .rightBlock .contactInfo ol {
  margin-left: 0;
  padding-left: 20px;
}
.contactSection .contactWrapper .rightBlock .contactInfo p, .contactSection .contactWrapper .rightBlock .contactInfo li {
  max-width: 360px;
  color: rgba(24, 24, 77, 0.7);
}
@media (max-width: 992px) {
  .contactSection .contactWrapper .rightBlock .contactInfo p, .contactSection .contactWrapper .rightBlock .contactInfo li {
    max-width: 100%;
  }
}
.contactSection .contactWrapper .rightBlock .contactInfo .btn {
  padding: 11px 44px;
}
@media (max-width: 1440px) {
  .contactSection .contactWrapper .rightBlock .contactInfo .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .contactSection .contactWrapper .rightBlock .contactInfo .btn {
    font-size: 16px;
    padding: 10px 12px;
  }
}

.contactWrapper .wpforms-field-label {
  font-size: 20px !important;
  color: #18184d !important;
  margin: 0 0 14px 12px !important;
  font-family: "Figtree", sans-serif !important;
}
@media (max-width: 1200px) {
  .contactWrapper .wpforms-field-label {
    font-size: 18px !important;
    margin-bottom: 8px !important;
  }
}
.contactWrapper div.wpforms-container-full .wpforms-field-label,
.contactWrapper .wp-core-ui div.wpforms-container-full .wpforms-field-label {
  font-size: 20px;
  color: #18184d;
  margin: 0 0 14px 12px;
  font-family: "Figtree", sans-serif;
}
.contactWrapper .input-field input[type=text], .contactWrapper .input-field input[type=email], .contactWrapper .input-field textarea, .contactWrapper .input-field input[type=tel] {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 10px 30px;
  height: 50px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2px;
  outline: none !important;
  color: rgba(24, 24, 77, 0.66) !important;
}
.contactWrapper .input-field input[type=text]:focus, .contactWrapper .input-field input[type=text]:focus:invalid, .contactWrapper .input-field input[type=email]:focus, .contactWrapper .input-field input[type=email]:focus:invalid, .contactWrapper .input-field textarea:focus, .contactWrapper .input-field textarea:focus:invalid, .contactWrapper .input-field input[type=tel]:focus, .contactWrapper .input-field input[type=tel]:focus:invalid {
  border: 1px solid #fff !important;
  outline: 0 !important;
  box-shadow: none;
}
.contactWrapper .input-field textarea {
  resize: none !important;
  border-radius: 10px;
  padding: 16px 30px !important;
  height: 150px !important;
}
@media (max-width: 992px) {
  .contactWrapper .input-field textarea {
    height: 288px !important;
  }
}
.contactWrapper .input-field input::-webkit-input-placeholder, .contactWrapper .input-field textarea::-webkit-input-placeholder {
  color: rgba(24, 24, 77, 0.66) !important;
}
.contactWrapper .input-field input::-moz-placeholder, .contactWrapper .input-field textarea::-moz-placeholder {
  color: rgba(24, 24, 77, 0.66) !important;
}
.contactWrapper .input-field input:-ms-input-placeholder, .contactWrapper .input-field textarea:-ms-input-placeholder {
  color: rgba(24, 24, 77, 0.66) !important;
}
.contactWrapper .input-field input:-moz-placeholder, .contactWrapper .input-field textarea:-moz-placeholder {
  color: rgba(24, 24, 77, 0.66) !important;
}
.contactWrapper div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.contactWrapper div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__placeholder {
  color: rgba(24, 24, 77, 0.66) !important;
  font-size: 18px !important;
  font-weight: 300;
  letter-spacing: 0.2px;
}
.contactWrapper div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-focused .choices__inner {
  border: 1px solid #fff !important;
  outline: 0 !important;
  box-shadow: none;
}
.contactWrapper div.wpforms-container-full .wpforms-form button[type=submit] {
  margin: 0;
  padding: 16px 46px;
  font-size: 20px;
  font-family: "Figtree", sans-serif;
  font-weight: 900;
  height: auto;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.15);
}
.contactWrapper div.wpforms-container-full .wpforms-form label.wpforms-error, .contactWrapper div.wpforms-container-full .wpforms-form em.wpforms-error {
  margin: 6px 0 0 10px;
}
.contactWrapper div.wpforms-container-full .wpforms-form label.wpforms-error::before, .contactWrapper div.wpforms-container-full .wpforms-form em.wpforms-error::before {
  display: none !important;
}
.contactWrapper div.wpforms-container .wpforms-form .choices[data-type*=select-one]:after {
  background: url(../images/down-arrow.svg) no-repeat !important;
  border: 0 !important;
  width: 30px !important;
  height: 30px !important;
  background-size: contain !important;
  background-position: center center !important;
  border: 0 !important;
  width: 20px !important;
  height: 20px !important;
  margin-top: -9.5px;
  right: 22px !important;
}
.contactWrapper div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column {
  padding: 0 18px;
}
@media (max-width: 1366px) {
  .contactWrapper div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column {
    padding: 0 10px;
  }
}
.contactWrapper div.wpforms-container .wpforms-form .wpforms-field-repeater .wpforms-layout-column {
  padding: 0 18px;
}
@media (max-width: 1366px) {
  .contactWrapper div.wpforms-container .wpforms-form .wpforms-field-repeater .wpforms-layout-column {
    padding: 0 10px;
  }
}
.contactWrapper div.wpforms-container-full .wpforms-confirmation-container-full,
.contactWrapper div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  border: 0 !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.contactWrapper div.wpforms-container-full .wpforms-confirmation-container-full p,
.contactWrapper div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
  font-size: 22px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  color: #2d822d;
}

.quoteSection {
  margin: 0;
  background: rgba(65, 184, 255, 0.1);
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .quoteSection {
    padding: 30px 0;
  }
}
@media (max-width: 1366px) {
  .quoteSection {
    padding: 30px 0;
  }
}
.quoteSection .quoteWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1200px) {
  .quoteSection .quoteWrap {
    gap: 50px;
  }
}
@media (max-width: 992px) {
  .quoteSection .quoteWrap {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.quoteSection .quoteWrap .leftBlock .imgBlock {
  max-width: 556px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 992px) {
  .quoteSection .quoteWrap .leftBlock .imgBlock {
    margin: 0 auto;
    max-width: 340px;
  }
}
.quoteSection .quoteWrap .leftBlock .imgBlock .coverBg {
  padding-bottom: 100%;
}
.quoteSection .quoteWrap .rightBlock > div {
  max-width: 610px;
}
@media (max-width: 992px) {
  .quoteSection .quoteWrap .rightBlock > div {
    margin: 0 auto;
  }
}
.quoteSection .quoteWrap .rightBlock > div .title {
  font-size: 80px;
  font-family: "Figtree", sans-serif;
  color: #18184d;
  font-weight: 700;
  margin: 0 0 34px 0;
}
@media (max-width: 1440px) {
  .quoteSection .quoteWrap .rightBlock > div .title {
    font-size: 70px;
  }
}
@media (max-width: 1366px) {
  .quoteSection .quoteWrap .rightBlock > div .title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .quoteSection .quoteWrap .rightBlock > div .title {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
.quoteSection .quoteWrap .rightBlock > div p, .quoteSection .quoteWrap .rightBlock > div li {
  color: rgba(24, 24, 77, 0.7);
}
.quoteSection .quoteWrap .rightBlock > div p {
  margin-bottom: 35px;
}
.quoteSection .quoteWrap .rightBlock > div .btn {
  box-shadow: none;
  padding-left: 42px;
  padding-right: 42px;
}
.quoteSection .quote-options > fieldset > ul {
  display: flex !important;
  justify-content: center !important;
  max-width: 1560px !important;
  gap: 0px !important;
}
.quoteSection .quote-options > fieldset > ul li {
  width: 20%;
  padding: 0 10px;
}
@media (max-width: 1200px) {
  .quoteSection .quote-options > fieldset > ul li {
    padding: 0 5px;
  }
}
@media (max-width: 992px) {
  .quoteSection .quote-options > fieldset > ul li {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .quoteSection .quote-options > fieldset > ul li {
    width: 50%;
  }
}
.quoteSection .quote-options > fieldset > ul li label {
  background: rgba(65, 184, 255, 0.4);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Figtree", sans-serif;
  border-radius: 10px;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 0px !important;
  justify-content: flex-end;
  min-height: 318px;
  position: relative;
  padding: 46px 10px 25px 10px !important;
  border: 2px solid #a8dfff !important;
  text-align: center;
  transition: all 0.3s ease;
}
@media (max-width: 1440px) {
  .quoteSection .quote-options > fieldset > ul li label {
    min-height: 288px;
    padding: 46px 20px 25px 20px !important;
  }
}
@media (max-width: 1200px) {
  .quoteSection .quote-options > fieldset > ul li label {
    min-height: 238px;
    padding: 46px 12px 25px 12px !important;
  }
}
@media (max-width: 767px) {
  .quoteSection .quote-options > fieldset > ul li label {
    min-height: 214px;
    padding: 28px 12px 25px 12px !important;
  }
}
.quoteSection .quote-options > fieldset > ul li label:hover {
  transform: translateY(-4px);
}
.quoteSection .quote-options > fieldset > ul li label br {
  display: none;
}
.quoteSection .quote-options > fieldset > ul li label input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.quoteSection .quote-options > fieldset > ul li label .wpforms-image-choices-image img {
  max-width: 208px;
  max-height: 121px;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .quoteSection .quote-options > fieldset > ul li label .wpforms-image-choices-image img {
    max-width: 178px;
    max-height: 91px;
    margin-bottom: 14px;
  }
}
@media (max-width: 1200px) {
  .quoteSection .quote-options > fieldset > ul li label .wpforms-image-choices-image img {
    max-width: 142px;
    max-height: 78px;
    margin-bottom: 14px;
  }
}
.quoteSection .quote-options > fieldset > ul li label .wpforms-image-choices-label {
  font-size: 20px !important;
  font-weight: 900;
  color: #18184d !important;
  margin: 0 !important;
  display: block !important;
  min-height: 38px;
}
@media (max-width: 1200px) {
  .quoteSection .quote-options > fieldset > ul li label .wpforms-image-choices-label {
    font-size: 18px !important;
  }
}
.quoteSection .quote-options > fieldset > ul li .wpforms-field-label-inline:has(input[type=radio]:checked) {
  border-color: #18184d !important;
}
.quoteSection .multistep-form .wpforms-field.wpforms-field-content .wpforms-field-row h4 {
  font-size: 30px;
  line-height: 28px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #18184d;
  margin: 0 0 26px 0;
}
@media (max-width: 1200px) {
  .quoteSection .multistep-form .wpforms-field.wpforms-field-content .wpforms-field-row h4 {
    font-size: 24px;
    margin: 0 0 16px 0;
  }
}
.quoteSection .multistep-form .wpforms-field.wpforms-field-content .wpforms-field-row p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  color: rgba(24, 24, 77, 0.7);
  max-width: 604px;
  margin: 0 auto 26px;
}
.quoteSection .multistep-form .wpforms-field .wpforms-image-choices {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 30px !important;
}
@media (max-width: 992px) {
  .quoteSection .multistep-form .wpforms-field .wpforms-image-choices {
    row-gap: 10px !important;
  }
}
.quoteSection .multistep-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-pagebreak {
  margin-top: 60px !important;
}
@media (max-width: 1440px) {
  .quoteSection .multistep-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-pagebreak {
    margin-top: 20px !important;
  }
}
.quoteSection .multistep-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-pagebreak > div {
  text-align: center;
}
.quoteSection .multistep-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-pagebreak > div .wpforms-page-button {
  display: inline-block;
  padding: 15px 49px;
  color: #fff !important;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  border-radius: 999px;
  text-align: center;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  background-color: #18184d;
  color: #fff !important;
  border: 0;
  min-width: 178px;
  height: auto;
  opacity: 1 !important;
}
.quoteSection .multistep-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-pagebreak > div .wpforms-page-button::after {
  display: none;
}
.quoteSection .multistep-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-pagebreak > div .wpforms-page-button:focus {
  outline: none !important;
}
.quoteSection .multistep-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-pagebreak > div .wpforms-page-button:hover {
  background: #18184d;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  .quoteSection .multistep-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-pagebreak > div .wpforms-page-button {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .quoteSection .multistep-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-pagebreak > div .wpforms-page-button {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .quoteSection .multistep-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-pagebreak > div .wpforms-page-button {
    font-size: 20px;
    min-width: 150px;
    padding: 15px 30px;
  }
}
.quoteSection .multistep-form .wpforms-submit {
  display: inline-block;
  padding: 15px 49px;
  color: #fff !important;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  border-radius: 999px;
  text-align: center;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  background-color: #18184d !important;
  color: #fff !important;
  border: 0;
  min-width: 178px;
  height: auto;
  opacity: 1 !important;
}
.quoteSection .multistep-form .wpforms-submit::after {
  display: none;
}
.quoteSection .multistep-form .wpforms-submit:focus {
  outline: none !important;
}
.quoteSection .multistep-form .wpforms-submit:hover {
  background: #18184d !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  .quoteSection .multistep-form .wpforms-submit {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .quoteSection .multistep-form .wpforms-submit {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .quoteSection .multistep-form .wpforms-submit {
    font-size: 20px;
  }
}
.quoteSection .wpforms-page:not(.formSection) .wpforms-error {
  text-align: center;
  margin-top: 25px !important;
  font-size: 20px !important;
}
.quoteSection .wpforms-page:not(.formSection) .wpforms-error:before {
  display: none !important;
}
.quoteSection .wpforms-page.formSection {
  display: grid;
  grid-template-columns: 1.44fr 1fr;
  gap: 10px;
}
@media (max-width: 1023px) {
  .quoteSection .wpforms-page.formSection {
    grid-template-columns: 1fr;
  }
}
.quoteSection .wpforms-page.formSection .wpforms-field-pagebreak {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.quoteSection .wpforms-page.formSection .wpforms-field-pagebreak .wpforms-pagebreak-left {
  text-align: left !important;
}
.quoteSection .wpforms-page.formSection div[data-field-id="49"] {
  padding-left: 115px;
  padding-top: 20px;
}
@media (max-width: 1440px) {
  .quoteSection .wpforms-page.formSection div[data-field-id="49"] {
    padding-left: 45px;
  }
}
@media (max-width: 992px) {
  .quoteSection .wpforms-page.formSection div[data-field-id="49"] {
    padding-left: 0;
  }
}
.quoteSection .wpforms-page.formSection > div:nth-child(1) > div .wpforms-layout-row {
  flex-wrap: wrap;
}
.quoteSection .wpforms-page.formSection > div:nth-child(1) > div .wpforms-layout-row:first-child {
  flex-wrap: nowrap;
}
.quoteSection .wpforms-page.formSection > div:nth-child(1) > div .wpforms-layout-row:nth-child(2) {
  flex-wrap: nowrap;
}
.quoteSection .wpforms-page.formSection > div:nth-child(1) > div .wpforms-layout-row .wpforms-layout-column.wpforms-layout-column-50 {
  width: 100%;
  flex-wrap: nowrap;
}
.quoteSection .wpforms-page.formSection > div:nth-child(1) .wpforms-field-content p {
  font-size: 20px !important;
  color: #18184d !important;
  margin: 0 0 14px 12px !important;
  font-family: "Figtree", sans-serif !important;
}
.quoteSection .wpforms-page.formSection > div .wpforms-field-row .wpforms-field-content > div {
  max-width: 100% !important;
}
.quoteSection .wpforms-page.formSection > div .wpforms-field-row p {
  max-width: 100% !important;
}
.quoteSection .wpforms-page.formSection label.wpforms-error, .quoteSection .wpforms-page.formSection em.wpforms-error {
  margin: 6px 0 0 10px;
}
.quoteSection .wpforms-page.formSection label.wpforms-error::before, .quoteSection .wpforms-page.formSection em.wpforms-error::before {
  display: none !important;
}
.quoteSection div.wpforms-container-full .wpforms-confirmation-container-full,
.quoteSection div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  border: 0 !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.quoteSection div.wpforms-container-full .wpforms-confirmation-container-full p,
.quoteSection div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
  font-size: 22px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  color: #2d822d;
}
.quoteSection .multistep-form .wpforms-form .wpforms-field-container .wpforms-page.formSection .wpforms-field.wpforms-field-pagebreak {
  margin-top: 0 !important;
}
.quoteSection .multistep-form .wpforms-form .wpforms-submit-container {
  margin-top: -95px !important;
  margin-left: 220px;
}
@media (max-width: 767px) {
  .quoteSection .multistep-form .wpforms-form .wpforms-submit-container {
    margin-left: 160px;
  }
  .quoteSection .multistep-form .wpforms-form .wpforms-submit-container .wpforms-submit {
    padding: 15px 28px;
    min-width: 148px;
  }
}/*# sourceMappingURL=main.css.map */