/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 2.0.1703069993
Updated: 2023-12-20 10:59:53

*/

@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700&family=Raleway:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --blue: #0995b5;
  --met_blue: #6aa4c5;
  --light_blue: #b2ecf9;
  --white: #ffffff;
  --red: #FC2659;
  --black: #000000;
}

body,
ul {
    font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  color: var(--black);
}

body.page-template {
  background-color: var(--white);
}

.blue-text {
  color: #0B4F76 !important;
}

.w-h-16 {
  width: 16px !important;
  height: 16px !important;
}
.site-content {
  width: 100%;
  height: 100%;
}

a.color-font {
    color: #0B4F76;
    text-decoration: none !important;
    cursor: unset;
}

/* header css */
header {
  margin: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 99;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
header .menu-header-menu-container {
  width: 100%;
}
header .navbar {
  position: relative;
  z-index: 3;
  padding-top: 0;
  padding-bottom: 0;
}
header .navbar .collapse .navbar-brand,
.site-content .site-main {
  padding-top: 0;
  padding-bottom: 0;
}
header .navbar-nav .nav-item {
  margin-right: 40px;
}
header .navbar-nav .nav-item .nav-link {
  text-align: center;
    font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  color: var(--black);
}
header.header_blue .navbar-nav .nav-item .nav-link {
  color: var(--white);
  font-weight: 500;
}
header .navbar-nav .nav-item,
header .navbar-nav .nav-item .nav-link.active,
header .navbar-nav .nav-item.current-menu-item .nav-link {
  position: relative;
  display: inline-block;
}
header .navbar-nav .nav-item .nav-link:hover::after,
header .navbar-nav .nav-item .nav-link.active::after,
header .navbar-nav .nav-item.current-menu-item .nav-link::after {
  content: "";
  position: absolute;
  background: var(--black);
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  width: calc(
    100% - var(--bs-navbar-nav-link-padding-x) -
      var(--bs-navbar-nav-link-padding-x)
  );
  margin: 0 auto;
  text-decoration: underline;
}
header.header_blue .navbar-nav .nav-item .nav-link:hover::after,
header.header_blue .navbar-nav .nav-item .nav-link.active::after,
header.header_blue .navbar-nav .nav-item.current-menu-item .nav-link::after {
  height: 1px;
  background: var(--white);
}
header .navbar .container .btn.btn-outline-light {
    font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: var(--blue) !important;
  border: 1px solid var(--blue);
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header.header_blue .navbar .container .btn.btn-outline-light {
  font-weight: 600;
  color: var(--white) !important;
  border: 1px solid var(--white);
}
header .navbar .container .btn.btn-outline-light:hover {
  background: var(--red) !important;
  color: var(--white) !important;
  border: 1px solid var(--white);
}
header .navbar .container .btn.btn-outline-light i.fa-regular.fa-user {
  margin-right: 10px;
}
header .navbar .container .navbar-toggler {
  background: transparent;
  border: none;
  color: var(--white);
  box-shadow: none;
}
header .navbar .container .navbar-toggler:hover {
  color: var(--black);
}
header .navbar .container .navbar-toggler-icon {
  background-image: none;
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: unset;
}
header .header-box {
  width: 100% !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header .header-box .link-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
header .header-box .link-box ul {
  width: 100%;
  display: flex;
  flex-direction: row;
}
header .header-box .link-box a.aap {
  margin-left: 20px;
}
header .header-box .language-select-box {
  margin-right: 55px;
}
header .header-box .language-select-box i,
header .mobile-header-box .language-select-box i {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header.header_blue .header-box .language-select-box i,
header.header_blue .mobile-header-box .language-select-box i {
  color: var(--white);
}
header .header-box .language-select-box .gt-current-lang,
header .mobile-header-box .language-select-box .gt-current-lang {
  display: flex;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 0 5px;
  justify-content: center;
  align-items: flex-end;
}
header.header_blue .header-box .language-select-box .gt-current-lang,
header.header_blue .mobile-header-box .language-select-box .gt-current-lang {
  font-weight: 500;
  color: white;
}
header .header-box .language-select-box .gt_float_switcher,
header .header-box .language-select-box .gt_float_switcher .gt-selected,
header .mobile-header-box .language-select-box .gt_float_switcher,
header .mobile-header-box .language-select-box .gt_float_switcher .gt-selected {
  background-color: transparent;
  background: transparent;
  box-shadow: unset;
}
header .header-box .language-select-box .gt_float_switcher .gt_options,
header .mobile-header-box .language-select-box .gt_float_switcher .gt_options {
  position: absolute;
}
header .header-box .language-select-box .gt_options a,
header .header-box .language-select-box .gt_options a:hover,
header .mobile-header-box .language-select-box .gt_options a,
header .mobile-header-box .language-select-box .gt_options a:hover {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: var(--black);
  background: transparent;
  padding: 5px 5px;
}
header.header_blue .header-box .language-select-box .gt_options a,
header.header_blue .header-box .language-select-box .gt_options a:hover,
header.header_blue .mobile-header-box .language-select-box .gt_options a,
header.header_blue .mobile-header-box .language-select-box .gt_options a:hover {
  color: var(--white);
}
header
  .header-box
  .language-select-box
  .gt_float_switcher
  .gt-selected
  .gt_float_switcher-arrow,
header
  .mobile-header-box
  .language-select-box
  .gt_float_switcher
  .gt-selected
  .gt_float_switcher-arrow,
header .mobile-header-box .language-select-box .gt-current-lang span,
header.header_blue
  .mobile-header-box
  .language-select-box
  .gt-current-lang
  span {
  display: none;
}
header .header-box .language-select-box .gt_float_switcher img {
  width: 16px;
  height: 16px;
}

header .mobile-header-box .language-select-box {
  margin-right: 10px;
}
header .mobile-header-box .language-select-box .gt_float_switcher img {
  width: 24px;
  height: 24px;
  margin: 0;
}
header .mobile-header-box .language-select-box .gt-selected,
header.header_blue .mobile-header-box .language-select-box .gt-selected {
  z-index: unset !important;
}
header .mobile-header-box .language-select-box .gt_options a {
  visibility: hidden;
}
header
  .mobile-header-box
  .language-select-box
  .gt_float_switcher
  .gt_options
  a
  img {
  visibility: visible;
}

.header-box .navbar-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.header-box .navbar-brand img {
  max-width: 159px;
}

header.header_blue .site-tagline-header {
  color: var(--white);
  font-size: 14px;
  font-weight: normal;
}
header .site-tagline-header {
  color: var(--black);
  font-size: 14px;
  font-weight: normal;
}

.site-tagline-footer {
  color: var(--black);
  font-size: 14px;
  font-weight: normal;
}

.slideMenu .site-tagline-header {
  color: var(--black);
  font-size: 14px;
  font-weight: normal;
}

.slide-menu-header .navbar-brand p {
  color: var(--black);
}
.footer-container .logo-container a {
  text-decoration: none !important;
}

@media (max-width: 991.5px) {
  .site-tagline-header {
    color: var(--white);
    font-size: 14px;
    font-weight: normal;
  }
  .site-tagline-footer {
    color: var(--black);
    font-size: 14px;
    font-weight: normal;
  }
  .mobile-logo-box .navbar-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-container .logo-container a {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-decoration: none;
  }
}
@media (max-width: 575px) {
  .mobile-logo-box .navbar-brand .site-tagline-header {
    font-size: 10px;
  }
}

/* mobile view css */
header .mobile-header-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-height: 90px;
  min-height: 90px;
  background-color: var(--white);
  padding: 0 20px;
}
header.header_blue .mobile-header-box {
  background-color: var(--met_blue);
}

header .mobile-header-box .mobile-logo-box {
  max-width: 134px;
}
header .mobile-header-box .mobile-logo-box a,
header .mobile-header-box .mobile-logo-box a img {
  width: 100%;
  height: 100%;
}
header .mobile-header-box .mobile-menu-icon i,
header .mobile-header-box .mobile-login-box i {
  font-size: 24px;
  color: var(--black);
  cursor: pointer;
}
header.header_blue .mobile-header-box .mobile-menu-icon i,
header.header_blue .mobile-header-box .mobile-login-box i {
  color: var(--white);
}
#slideMenu {
  position: fixed;
  top: -100%; /* Initially off-screen */
  left: 0;
  width: 100%;
  height: auto;
  background-color: var(--white);
  transition: top 0.8s ease;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0px 2px 15px #b4a8a8;
}
#slideMenu .slide-menu-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#slideMenu .slide-menu-header a {
  max-width: 127px;
}
#slideMenu .slide-menu-header a img {
  width: 100%;
}
#slideMenu .slide-menu-header i {
  font-size: 25px;
  cursor: pointer;
}
#slideMenu .slide-menu-content {
  padding-top: 20px;
}
#slideMenu .slide-menu-content .nav-item {
  margin-right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#slideMenu .slide-menu-content .nav-item:last-child {
  border-bottom: none;
}
#slideMenu .slide-menu-content .nav-item a {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--black);
  text-align: left;
  padding: 15px 0;
}
#slideMenu .slide-menu-content .nav-item.current-menu-item a {
  /* color: var(--black) !important; */
  color: var(--blue) !important;
  font-weight: 700;
}
#slideMenu .slide-menu-content .nav-item.current-menu-item a::after,
#slideMenu .slide-menu-content .nav-item .nav-link:hover::after {
  position: unset;
  background: transparent;
  bottom: unset !important;
  left: unset !important;
  text-decoration: none !important;
}
header .navbar-nav .nav-item,
header .navbar-nav .nav-item .nav-link.active,
header .navbar-nav .nav-item.current-menu-item .nav-link {
  position: relative;
  display: inline-block;
}
header .navbar-nav .nav-item .nav-link:hover::after,
header .navbar-nav .nav-item .nav-link.active::after,
header .navbar-nav .nav-item.current-menu-item .nav-link::after {
  content: "";
  position: absolute;
  background: var(--black);
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  width: calc(
    100% - var(--bs-navbar-nav-link-padding-x) -
      var(--bs-navbar-nav-link-padding-x)
  );
  margin: 0 auto;
  text-decoration: underline;
}
header.header_blue .navbar-nav .nav-item .nav-link:hover::after,
header.header_blue .navbar-nav .nav-item .nav-link.active::after,
header.header_blue .navbar-nav .nav-item.current-menu-item .nav-link::after {
  height: 1px;
  background: var(--white);
}

@media (max-width: 991.5px) {
  header .navbar {
    margin-top: 0px;
    padding: 10px 10px;
  }
}

/* responsive styles */
@media screen and (max-width: 991.5px) {
  .hide-in-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .hide-in-desktop {
    display: none !important;
  }
}

/* footer css */
footer.footer .upper-footer {
  background-color: #0B4F76;
  border-top: none;
  padding: 15px 0;
}
footer.footer .lower-footer {
  background-color: #063148;
}
footer.footer .lower-footer .copy-right-content {
  min-height: 50px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
}
footer.footer .lower-footer .copy-right-content,
footer.footer .lower-footer .copy-right-content p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #BDBDBD !important;
  line-height: 22px;
  margin: 0;
  text-align: center;
}
footer.footer .footer-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
footer.footer .footer-container .app-container {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer.footer .footer-container .app-container a.aap {
  display: inline-block;
  margin: 0;
  line-height: 0;
}
footer.footer .footer-container .app-container a.aap img {
  width: auto;
  height: 50px;
  display: block;
}
footer.footer .footer-container .logo-container a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer.footer .footer-container .logo-container img {
  width: auto;
  max-height: 88px;
  display: block;
}
footer.footer .footer-container .social-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
footer.footer .footer-container .social-container a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 0;
}
footer.footer .footer-container .social-container a img {
  width: auto;
  height: 24px;
  display: block;
}

.menu-container .navbar .navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.menu-container .navbar .navbar-nav .nav-item {
  margin-right: 50px;
}
.menu-container .navbar .navbar-nav .nav-item .nav-link {
    font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: var(--black) !important;
  line-height: 22px;
}
.menu-container .navbar .navbar-nav .nav-item .nav-link:hover,
.menu-container .navbar .navbar-nav .nav-item .nav-link.active,
.menu-container .navbar .navbar-nav .nav-item.current-menu-item .nav-link {
  text-decoration: underline;
}
.menu-container .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

@media (max-width: 991.5px) {
  footer.footer .upper-footer {
    padding: 15px 0;
  }
 
  .menu-container .navbar .navbar-nav {
    flex-direction: column;
  }
  .menu-container .navbar .navbar-nav .nav-item {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  footer.footer .upper-footer {
    padding: 24px 0;
  }
}

/* hero section style */
.hero-section {
  margin: 0 !important;
  margin-top: -30px !important;
  padding-top: 280px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding-bottom: 160px;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 1;
}
.hero-section .hero-box {
  position: relative;
  z-index: 3;
}
.hero-section .hero-banner-content .banner-sub-heading {
    font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
  color: var(--white) !important;
}
.hero-section .hero-banner-content .banner-heading {
  font-family: "Poppins", sans-serif;
    font-size: 64px;
    line-height: 76.8px;
    font-style: normal;
    font-weight: 700;
    color: var(--white) !important;
    margin: 15px auto 30px;
    position: relative; 
    max-width: 940px;
    text-align: center;
    text-transform: capitalize;
}
.hero-section .hero-banner-content .banner-heading::before {
  /* content: ""; */
  background: url("./images/quote.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 84px;
  height: 63px;
  position: absolute;
  top: -20px;
  right: 0;
}
.hero-section .hero-banner-content .banner-heading::after {
  /* content: ""; */
  background: url("./images/Underline.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 110px;
  height: 15px;
  bottom: -5px;
  left: 34%;
}
.hero-banner-content {
  text-align: center;
}
.hero-section .hero-banner-content .banner-description {
  margin-bottom: 46px;
}
.hero-section .hero-banner-content .banner-description p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-style: normal;
  font-weight: 400;
  color: var(--white) !important;
  max-width: 700px;
  margin: auto;
  text-align: center;
}
.hero-section .hero-banner-content .hero-banner-button {
  background-color: #0B4F76 !important;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: var(--white);
  text-decoration: none;
  border: 2px solid #0B4F76;
  border-radius: 16px;
  padding: 18px 26px;
  display: inline-block;
    margin: auto;
}
.hero-section .hero-banner-content .hero-banner-button:hover {
  border: 2px solid var(--white);
}
.hero-section .hero-banner-content .hero-banner-button:hover {
  background-color: transparent !important;
}
.hero-section .hero-banner-image img {
  max-width: 100% !important;
}

@media screen and (max-width: 991.5px) {
  .banner-img-col {
    order: 1;
    margin-bottom: 50px;
  }
  .banner-content-col {
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .banner-img-col {
    order: 1;
    margin: 30px 0 50px;
  }
  .hero-section {
    padding-top: 137px;
    padding-bottom: 50px;
  }
  .hero-section .hero-banner-content .banner-sub-heading {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-section .hero-banner-content .banner-heading {
    font-size: 45px;
    line-height: 60px;
  }
  .hero-section .hero-banner-content .banner-description p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  footer.footer .footer-container {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    gap: 28px;
  }
  footer.footer .footer-container .app-container {
    width: 100%;
    justify-content: center;
  }
  footer.footer .footer-container .logo-container {
    width: 100%;
    text-align: center;
  }
  footer.footer .footer-container .logo-container img {
    margin: 0 auto;
    width: auto;
    max-width: 180px;
  }
  footer.footer .footer-container .logo-container a {
    align-items: center;
    padding-right: 0;
    justify-content: center;
  }
  footer.footer .footer-container .social-container {
    width: 100%;
    justify-content: center;
    gap: 16px;
  }
  footer.footer .footer-container .social-container a {
    margin: 0;
  }
  footer.footer .footer-container .app-container a.aap {
    margin: 0 8px;
  }
  .header-box .navbar-brand img {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .hero-section .hero-banner-content .banner-sub-heading {
    font-size: 12px;
    line-height: 18px;
  }
  .hero-section .hero-banner-content .banner-heading {
    font-size: 34px;
    line-height: 40px;
  }
  .hero-section .hero-banner-content .banner-description p {
    font-size: 14px;
    line-height: 21px;
  }
  .hero-section .hero-banner-content .banner-heading::before {
    width: 40px;
    height: 30px;
    top: -15px;
  }
  .hero-section .hero-banner-content .banner-heading::after {
    width: 73px;
    height: 10px;
    bottom: -8px;
    left: 30%;
  }
  .hero-section .hero-banner-content .hero-banner-button {
    padding: 14px 31px;
    font-size: 16px;
    line-height: 18px;
  }
  header .header-box .link-box img {
    width: 80px;
  }
  footer.footer .lower-footer .copy-right-content,
  footer.footer .lower-footer .copy-right-content p {
    text-align: center;
    font-size: 12px;
  }
}

/* feature section style */
.feature-section {
  margin-top: 0;
}
.feature-section .feature-box {
  margin: 100px 0;
}
.feature-section .single-feature-box {
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.feature-section .single-feature-box .feature-image {
  max-width: 140px;
  max-height: 140px;
}
.feature-section .single-feature-box .feature-image img {
  width: 100%;
  height: 100%;
}
.feature-section .single-feature-box .feature-content {
  text-align: center;
}
.feature-section .single-feature-box .feature-content .feature-heading {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 120%;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333333;
}
.feature-section .single-feature-box .feature-content .feature-desc p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 170%;
  font-style: normal;
  font-weight: 400;
  color: #333333;
}

@media screen and (max-width: 992px) {
  .feature-section {
    margin-bottom: 0;
  }
  .feature-section .single-feature-box .feature-content .feature-heading {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .feature-section .single-feature-box {
    max-width: unset;
    margin-bottom: 40px;
  }
  .feature-section .feature-box {
    margin: 60px 0 20px;
  }
}

@media screen and (max-width: 575.5px) {
  .feature-section .single-feature-box .feature-content .feature-desc p {
    font-size: 14px;
    line-height: 21px;
  }

  .feature-section .single-feature-box {
    max-width: unset;
    margin-bottom: 20px;
  }
  .feature-section .feature-box {
    margin: 30px 0 30px;
  }
}

/* Discover section style */
.discover-section {
  margin-top: 0;
  margin-bottom: 0;
}
.discover-section .discover-box {
  margin: 50px 0 100px;
}
.discover-section .discover-box .discover-content-col {
  display: flex;
  align-items: center;
}
.discover-section .discover-box .discover-image-col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.discover-section .discover-box .discover-image-box {
  text-align: center;
}
.discover-section .discover-content-box .discover-sub-heading {
    font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
  color: #0B4F76;
  margin-bottom: 10px;
}
.discover-section .discover-content-box .discover-heading {
  display: inline;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  line-height: 120%;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 20px;
}
.discover-section .discover-content-box .discover-heading::after {
  /* content: ""; */
  background: url("./images/blue-line.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 15px;
  position: absolute;
  bottom: -14px;
  right: 0;
}
.discover-section .discover-content-box .discover-heading span {
  color: var(--red);
  position: relative;
}
.discover-section .discover-content-box .discover-heading span::before {
  content: "";
  background: url("./images/red-quote.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  right: 0;
}
.discover-section .discover-content-box .discover-desc p {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 38px;
  font-style: normal;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
}
.discover-list-content {
  margin-top: 30px;
}
ul.ul-list {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 212%;
  padding-left: 20px;
  color: #333333;
  list-style-type: none;
  position: relative;
}
ul.ul-list li {
  position: relative;
  padding-left: 20px;
}
ul.ul-list li::before {
  content: "";
  background: url("./images/liarrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 10px;
  position: absolute;
  top: 32%;
  left: -15px;
}
.discover-section .discover-box .discover-image-box:after {
    content: "";
    position: absolute;
    background: url(https://websitetestingbox.com/fishingadvisor/wp-content/uploads/2024/12/logo-gif.gif);
    background-repeat: no-repeat;
    background-size: contain;
    width: 270px;
    height: auto;
    left: 17%;
    bottom: 0;
    top: 33%;
    right: 0;
}

@media screen and (min-width: 768px) and (max-width: 991.5px) {
.footer-container .logo-container img {
    width: 200px;
}
}

@media screen and (min-width: 991.5px) and (max-width: 1398.99px) {
  .discover-section .discover-box .discover-image-box:after{
    width: 190px;
    top: 35%;
}
}

@media screen and (max-width: 1023.98px) {
.hero-section:after{
  display: none;
}
}
@media screen and (max-width: 991.5px) {
  .discover-section .discover-box {
    margin: 20px 0 50px;
  }
  .discover-section .discover-box .discover-image-box {
    text-align: center;
    margin-top: 20px;
  }
  .discover-section .discover-content-box .discover-sub-heading {
    font-size: 16px;
    line-height: 24px;
  }
  .discover-section .discover-content-box .discover-heading {
    font-size: 42px;
    line-height: 50px;
  }
  .discover-section .discover-content-box .discover-desc p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .discover-section .discover-box .discover-image-box:after{
    width: 140px;
    top: 35%;
  }
}
@media screen and (max-width: 575.5px) {
    .hero-section:after{
    height: 100px !important;
    bottom: -30px !important;
  }
  .discover-section .discover-content-box .discover-sub-heading {
    font-size: 12px;
    line-height: 18px;
  }
  .discover-section .discover-content-box .discover-heading {
    font-size: 34px;
    line-height: 41px;
  }
  .discover-section .discover-content-box .discover-heading::after {
    width: 73px;
    height: 10px;
    bottom: -14px;
    right: 0;
  }
  .discover-section .discover-content-box .discover-heading span::before {
    width: 20px;
    height: 20px;
    top: -5px;
    right: 0;
  }
  .discover-section .discover-content-box .discover-desc p {
    font-size: 14px;
    line-height: 21px;
  }
  ul.ul-list {
    font-size: 14px;
    line-height: 25px;
  }
}

/* find match section */
.find-match-section {
  margin-top: 0;
  margin-bottom: 50px;
  position: relative;
/*  background: url("https://websitetestingbox.com/fishingadvisor/wp-content/uploads/2024/11/Rectangle-1897-1.png");*/
  background: #f3f3f3;
}
/*.find-match-section::after {
  content: "";
  position: absolute;
  background: url("https://websitetestingbox.com/fishingadvisor/wp-content/uploads/2024/01/find-match-cloud.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 50%;
  width: 100%;
  height: 160px;
  bottom: 0;
  left: -12px;
  background-position: right bottom;
}*/
.find-match-section .find-match-box .find-match-content-col {
  display: flex;
  align-items: center;
}
.find-match-section
  .find-match-box
  .find-match-image-col
  .find-match-image-box {
  position: relative;

}
.find-match-section
  .find-match-box
  .find-match-image-col
  .find-match-image-box
  img {
  margin-top: 16px;
}
.find-match-section .find-match-content-box {
  max-width: 85%;
}
.find-match-section .find-match-content-box .find-match-sub-heading {
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
  color: #0B4F76;
  margin-bottom: 10px;
}
.find-match-section .find-match-content-box .find-match-heading {
  font-family: "Poppins", sans-serif;
  display: inline;
  position: relative;
  font-size: 50px;
  line-height: 120%;
  font-weight: 700;
  text-transform: capitalize;
  color: #333333;
}
.find-match-section .find-match-content-box .find-match-heading::after {
  /* content: ""; */
  background: url("./images/blue-line.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 15px;
  position: absolute;
  bottom: -14px;
  right: 25px;
}
.find-match-section .find-match-content-box .find-match-heading span {
  color: var(--red);
  position: relative;
}
.find-match-section .find-match-content-box .find-match-heading span::before {
  content: "";
  background: url("./images/red-quote.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -20px;
}
.find-match-section .find-match-content-box .find-match-desc p {
    font-size: 18px;
    line-height: 170%;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #333333;
}

@media screen and (max-width: 1024px) {
  .find-match-section .find-match-content-box {
    max-width: 95%;
  }
}

@media screen and (max-width: 991.5px) {
  .find-match-section {
    margin-bottom: 30px;
  }
  .find-match-section
    .find-match-box
    .find-match-image-col
    .find-match-image-box {
    position: relative;
    left: 0;
  }
  .find-match-section .find-match-box {
    max-width: 720px;
    margin: 0 auto;
  }
  .find-match-section .find-match-content-box {
    max-width: 100%;
  }
  .find-match-section::after {
    background-size: cover;
    max-width: 100%;
    width: 100%;
    height: 160px;
    bottom: 0;
    left: 0;
    background-position: top center;
  }
  .find-match-section
    .find-match-box
    .find-match-image-col
    .find-match-image-box {
    text-align: center;
  }
  .find-match-section .find-match-box .find-match-image-col {
    order: 2;
  }
  .find-match-section .find-match-box .find-match-content-col {
    order: 1;
    margin-top: 30px;
  }
  .find-match-section .find-match-content-box .find-match-sub-heading {
    font-size: 16px;
    line-height: 24px;
  }
  .find-match-section .find-match-content-box .find-match-heading {
    font-size: 42px;
    line-height: 50px;
  }
  .find-match-section .find-match-content-box .find-match-desc p {
    font-size: 18px;
    line-height: 24px;
  }
  .logo-container {
    margin: 15px 0px;
}
}
@media screen and (max-width: 768px) {
  .find-match-section .find-match-box {
    max-width: 540px;
    margin: 0 auto;
  }
  .find-match-section .find-match-content-box .find-match-heading::after {
    width: 73px;
    height: 10px;
    bottom: -10px;
    right: 25px;
  }
  .find-match-section .find-match-content-box .find-match-heading span::before {
    width: 20px;
    height: 20px;
    top: -10px;
    right: -20px;
  }
}
@media screen and (max-width: 575.5px) {
  .find-match-section::after {
    height: 100px;
    background-position: right bottom;
  }
  .find-match-section .find-match-content-box .find-match-sub-heading {
    font-size: 12px;
    line-height: 18px;
  }
  .find-match-section .find-match-content-box .find-match-heading {
    font-size: 34px;
    line-height: 41px;
  }
  .find-match-section .find-match-content-box .find-match-desc p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
  }
  footer.footer .lower-footer .copy-right-content,
  footer.footer .lower-footer .copy-right-content p {
    text-align: center;
  }
  header .header-box .link-box a.aap {
    margin-left: 10px;
  }
}

/* match await section style */
.match-await-section {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #f3f3f3;
  position: relative;
}
.match-await-section::after {
  content: "";
    position: absolute;
    background: url(https://websitetestingbox.com/fishingadvisor/wp-content/uploads/2024/12/Cloud.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 190px;
    bottom: 0px;
    background-position: top, bottom;
}
.hero-section:after {
    content: "";
    position: absolute;
    background: url(https://websitetestingbox.com/fishingadvisor/wp-content/uploads/2024/12/banner_cloud.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 315px;
    bottom: 0px;
    background-position: top, bottom;
    z-index: 999;
}
.match-await-section
  .match-await-box
  .match-await-image-col
  .match-await-image-box {
  position: relative;
  /* left: -112px; */
}
.match-await-section
  .match-await-box
  .match-await-image-col
  .match-await-image-box
  img {
  margin-top: 30px;
}
.match-await-section .match-await-content-box {
  max-width: 85%;
  margin-top: 80px;
}
.match-await-section .match-await-content-box .perfect-sub-heading{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 150%;
    font-style: italic;
    font-weight: 500;
    color: #0B4F76;
    margin-bottom: 10px;
}
.match-await-section .match-await-content-box .match-await-heading {
  font-family: "Poppins", sans-serif;
  display: inline;
  position: relative;
  font-size: 50px;
  line-height: 120%;
  font-weight: 700;
  text-transform: capitalize;
  color: #333333;
}
.match-await-section .match-await-content-box .match-await-heading::after {
  /* content: ""; */
  background: url("./images/blue-line.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 15px;
  position: absolute;
  bottom: -14px;
  right: 25px;
}
.match-await-section .match-await-content-box .match-await-heading span {
  color: var(--red);
  position: relative;
}
.match-await-section
  .match-await-content-box
  .match-await-heading
  span::before {
  content: "";
  background: url("./images/red-quote.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -20px;
}
.match-await-section .match-await-content-box .match-await-desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0;
}
.match-await-section .match-await-content-box .match-await-desc p {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 170%;
  font-weight: 500;
  color: #333333;
}
.match-await-section .match-await-achievement-content .achievement-number {
    font-size: 50px;
    line-height: 65px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.match-await-section .match-await-achievement-content .achievement-desc {
  max-width: 150px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

@media only screen and (max-width: 1400px) {
  .match-await-section::after {
    height: 119px;
  }
}
@media screen and (max-width: 1270px) {
  .match-await-section .match-await-content-box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .match-await-section::after {
    width: 100%;
    height: 150px;
    background-position: right bottom;
  }
  .match-await-section .match-await-content-box {
    margin-top: 50px;
  }

  .match-await-section .match-await-content-box .match-await-heading {
    font-size: 42px;
    line-height: 50px;
  }
  .match-await-section .match-await-content-box .match-await-desc p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin: 20px 0 20px;
  }
  .match-await-section .match-await-achievement-content .achievement-number {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
  }
  .match-await-section .match-await-achievement-content .achievement-desc {
    max-width: 150px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}
@media screen and (max-width: 1024px) {
  .match-await-section .match-await-content-box {
    max-width: 95%;
  }
}
@media screen and (max-width: 991.5px) {
  .match-await-section {
    margin-bottom: 30px;
  }
  .match-await-section::after {
    background-size: cover;
  }
  .match-await-section
    .match-await-box
    .match-await-image-col
    .match-await-image-box {
    position: relative;
    left: 0;
  }
  .match-await-section .match-await-box {
    max-width: 720px;
    margin: 0 auto;
  }
  .match-await-section .match-await-content-box {
    max-width: 100%;
    margin-top: 0;
  }
  .match-await-section
    .match-await-box
    .match-await-image-col
    .match-await-image-box
    img {
    margin-top: 0;
  }
  .match-await-section .match-await-box .match-await-image-col {
    margin-top: 0;
  }
  .match-await-section
    .match-await-box
    .match-await-image-col
    .match-await-image-box {
    text-align: center;
  }
  .match-await-section .match-await-box .match-await-image-col {
    order: 2;
  }
  .match-await-section .match-await-box .match-await-content-col {
    order: 1;
    margin-top: 40px;
  }
  .match-await-section .match-await-achievement-content .achievement-desc {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .match-await-section .match-await-box {
    max-width: 540px;
    margin: 0 auto;
  }
  .match-await-section .match-await-content-box .match-await-heading::after {
    width: 73px;
    height: 10px;
    bottom: -3px;
    right: 25px;
  }
  .match-await-section
    .match-await-content-box
    .match-await-heading
    span::before {
    width: 20px;
    height: 20px;
    top: -10px;
    right: -20px;
  }
}
@media screen and (max-width: 575.5px) {
  .match-await-section::after {
    height: 100px;
    background-position: right bottom;
  }
  .match-await-section .match-await-content-box .match-await-heading {
    font-size: 34px;
    line-height: 41px;
  }
  .match-await-section .match-await-content-box .match-await-desc p {
    font-size: 14px;
    line-height: 21px;
  }
}

/* download app section */

.download-app-section {
  display: none;
  margin-top: 50px;
  margin-bottom: 70px !important;
}
.download-app-section .download-app-box .download-app-heading {
  display: inline-block;
  position: relative;
  font-size: 50px;
  line-height: 130%;
  font-weight: 700;
  color: #0B4F76;
}
.download-app-section .download-app-box .download-app-heading span {
  color: var(--red);
  position: relative;
}
.download-app-section .download-app-box .download-app-heading span::before {
  content: "";
  background: url("./images/red-quote.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: -20px;
}
.download-app-section .download-app-box .download-btn-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* align-items: center; */
  margin: 30px 0 0px;
}
.download-app-section .download-app-box .download-btn-container .google-btn {
  max-width: 186px;
  margin-right: 20px;
}
.download-app-section .download-app-box .download-btn-container .apple-btn {
  max-width: 165px;
  text-decoration: none;
  cursor: pointer;
}
.download-app-section .download-app-box .download-btn-container .apple-btn p {
  color: var(--red);
}
.download-app-section .download-app-box .download-btn-container .google-btn img,
.download-app-section .download-app-box .download-btn-container .apple-btn img {
  max-width: 100%;
}

@media screen and (max-width: 767.5px) {
  .download-app-section .download-app-box .download-app-heading span::before {
    width: 30px;
    height: 30px;
    top: unset;
    bottom: 35px;
    right: 10px;
  }
}
@media screen and (max-width: 575.5px) {
  .download-app-section .download-app-box .download-btn-container {
    margin: 20px 0 20px;
  }
  .download-app-section .download-app-box .download-app-heading span::before {
    width: 30px;
    height: 30px;
    top: unset;
    bottom: 22px;
    right: -20px;
  }
  .download-app-section .download-app-box .download-app-heading {
    font-size: 34px;
    line-height: 44px;
  }
  .download-app-section .download-app-box .download-btn-container .google-btn {
    max-width: 160px;
  }
  .download-app-section .download-app-box .download-btn-container .apple-btn {
    max-width: 144px;
  }
}
@media screen and (max-width: 469.5px) {
  .download-app-section .download-app-box .download-app-heading {
    width: 270px;
  }
  .download-app-section .download-app-box .download-app-heading span::before {
    width: 20px;
    height: 20px;
    top: unset;
    bottom: 20px;
    right: 7px;
  }
}

/* testimonial section style */

.testimonial-section {
    margin-top: 0;
    margin-bottom: 0px !important;
    width: 100%;
    background: #0B4F76;
}
.testimonial-section .testimonial-image-col .testimonial-image-box {
  max-width: 1010px;
  margin: 0 auto;
}
.testimonial-section .testimonial-image-col .testimonial-image-box img {
  width: 100%;
}
.testimonial-section .ctm-mt--80 {
  margin-top: 0px;
}
.testimonial-section .testimonial-slider-box .testimonial-heading {
  padding: 50px 0 30px;
}
.testimonial-section .testimonial-slider-box .testimonial-heading h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: var(--white);
}
.testimonial-section .testimonial-slider-col .testimonial-slider-box {  
  /* background-image: url("https://websitetestingbox.com/fishingadvisor/wp-content/uploads/2024/01/bg.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 30px;
/*  box-shadow: 0px 10px 20px 0px rgba(216, 18, 60, 0.3);
  background: rgba(252, 38, 89, 1);*/
}

.testimonial-section .testimonial-content .item {
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 10px;
  color: var(--white);
  padding: 30px;
}
.testimonial-section .testimonial-content .item .disc p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  margin-top: 15px;
  color: #000000;
}
.testimonial-section .testimonial-content .item .customer-details {
  display: flex;
  flex-direction: row;
}
.testimonial-section
  .testimonial-content
  .item
  .customer-details
  .cutomer-image-box {
  width: 60px;
  height: 60px;
  border-radius: 82px;
  background-color: gray;
}
.testimonial-section
  .testimonial-content
  .item
  .customer-details
  .customer-name-box {
  margin-left: 20px;
}
.testimonial-section .testimonial-content .item .customer-details .name {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #000000;
}
.testimonial-section .star.d-flex img {
  margin-right: 3px;
}
.owl-carousel .owl-item .item {
  max-width: 407px;
}
.owl-carousel .owl-nav {
  margin: 40px 0 50px;
}
.owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 50% !important;
}
.owl-carousel .owl-nav button span {
  font-size: 35px;
  color: #0B4F76;
}

.app-container a.aap {
  display: inline-block;
  margin-right: 20px;
}
footer.footer .footer-container .app-container a.aap {
  margin-right: 0;
}

@media screen and (max-width: 991.5px) {
  .testimonial-section {
    margin-bottom: 50px !important;
    padding-top: 30px;
  }
  .testimonial-section .ctm-mt--80 {
    margin-top: -80px;
  }
  .testimonial-section .testimonial-slider-box .testimonial-heading h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .testimonial-section .testimonial-slider-col .testimonial-slider-box {
    border-radius: 25px;
  }
}
@media screen and (max-width: 768px) {
  .testimonial-section .ctm-mt--80 {
    margin-top: -40px;
  }
}
@media screen and (max-width: 575.5px) {
  .testimonial-section {
    margin-top: 0;
    margin-bottom: 30px !important;
  }
  .testimonial-section .testimonial-slider-box .testimonial-heading {
    padding: 20px 0 20px;
  }
  .testimonial-section
    .testimonial-content
    .item
    .customer-details
    .cutomer-image-box {
    width: 40px;
    height: 40px;
    border-radius: 82px;
    background-color: gray;
  }
  .testimonial-section .testimonial-slider-box .testimonial-content {
    margin-left: 20px;
  }
  .testimonial-section .testimonial-content .item {
    padding: 10px;
  }
  .testimonial-section .testimonial-content .item .disc p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
  }
  .testimonial-section
    .testimonial-content
    .item
    .customer-details
    .customer-name-box {
    margin-left: 10px;
  }
  .testimonial-section .testimonial-slider-box .testimonial-heading h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .testimonial-section .testimonial-content .item .customer-details .name {
    font-size: 14px;
  }
  .owl-carousel .owl-item .item {
    max-width: 295px;
  }
  .owl-carousel .owl-nav {
    margin: 15px 0 20px;
  }
  .owl-carousel .owl-nav button {
    width: 30px;
    height: 30px;
  }
  .owl-carousel .owl-nav button span {
    font-size: 26px;
  }
}
@media screen and (max-width: 425px) {
  .testimonial-section .ctm-mt--80 {
    margin-top: -30px;
  }
}

/* about page styles */

/* how its works seciton */

.bg-light-pink {
  background-color: #fdeff1;
}
.how-it-works-left-img-section {
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 0;
}
.how-it-works-left-img-section .content-col {
  display: flex;
  align-items: center;
}
.how-it-works-left-img-section .image-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-it-works-left-img-section .image-col .image-box {
  text-align: center;
}
.how-it-works-left-img-section .content-box .content-sub-heading {
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
  color: var(--red);
  margin-bottom: 10px;
}
.how-it-works-left-img-section .content-box .content-heading {
  display: inline;
  position: relative;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}
.how-it-works-left-img-section .content-box .content-heading::after {
  content: "";
  background: url("./images/blue-line.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 15px;
  position: absolute;
  bottom: -14px;
  right: 0;
}
.how-it-works-left-img-section .content-box .content-heading span {
  color: var(--red);
  position: relative;
}
.how-it-works-left-img-section .content-box .content-heading span::before {
  content: "";
  background: url("./images/red-quote.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  right: 0;
}
.how-it-works-left-img-section .content-box .list-content {
  margin-top: 55px;
}

@media screen and (max-width: 991.5px) {
  .how-it-works-left-img-section {
    padding: 30px 0;
  }
  .how-it-works-left-img-section .image-col {
    order: 2;
    margin-top: 30px;
  }
  .how-it-works-left-img-section .content-col {
    order: 1;
  }
  .how-it-works-left-img-section .content-box .content-sub-heading {
    font-size: 16px;
    line-height: 24px;
  }
  .how-it-works-left-img-section .content-box .content-heading {
    font-size: 42px;
    line-height: 50px;
  }
  .how-it-works-left-img-section .content-box .list-content {
    margin-top: 30px;
  }
}

@media screen and (max-width: 575.5px) {
  .how-it-works-left-img-section .image-col {
    order: 2;
    margin-top: 10px;
  }
  .how-it-works-left-img-section .content-box .content-sub-heading {
    font-size: 12px;
    line-height: 18px;
  }
  .how-it-works-left-img-section .content-box .content-heading {
    font-size: 34px;
    line-height: 41px;
  }
  .how-it-works-left-img-section .content-box .content-heading::after {
    width: 73px;
    height: 10px;
    bottom: -14px;
    right: 0;
  }
  .how-it-works-left-img-section .content-box .content-heading span::before {
    width: 20px;
    height: 20px;
    top: -5px;
    right: 0;
  }
}

/* why feel d love seciton */
.why-feel-d-love-section {
  margin: 30px 0 80px;
}
.why-feel-d-love-section .why-feel-d-love-heading {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.why-feel-d-love-section h2 {
  display: inline;
  position: relative;
  font-size: 50px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
}
.why-feel-d-love-section h2 span {
  color: var(--red);
  position: relative;
}
.why-feel-d-love-section h2 span::before {
  content: "";
  background: url("./images/red-quote.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -25px;
}
.why-feel-d-love-section h3.why-feel-d-love-sub-heading {
  position: relative;
  font-size: 35px;
    font-family: "Poppins", sans-serif;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 60px;
}
.why-feel-d-love-section h3.why-feel-d-love-sub-heading::after {
  content: '⬇';
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  font-size: 60px;
}

.why-feel-d-love-section .why-feel-d-love-box {
  background: #ecf9f8;
  border-radius: 30px;
  padding: 50px 0;
}
.why-feel-d-love-section .row .achievement-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.why-feel-d-love-section .row .achievement-col .achievement-icon {
  max-width: 80px;
  max-height: 80px;
}
.why-feel-d-love-section .row .achievement-col .achievement-heading {
  color: var(--blue);
  font-family: "Poppins", sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 91px;
  margin: 30px 0 10px;
}
.why-feel-d-love-section .row .achievement-col .achievement-content {
  max-width: 185px;
  text-align: center;
}
.why-feel-d-love-section .row .achievement-col .achievement-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

@media screen and (max-width: 991.5px) {
  .why-feel-d-love-section {
    margin: 0 0 30px;
  }
  .why-feel-d-love-section .why-feel-d-love-heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767.5px) {
  .why-feel-d-love-section h2 span::before {
    width: 30px;
    height: 30px;
    top: unset;
    bottom: 45px;
    right: -10px;
  }
  .why-feel-d-love-section .why-feel-d-love-box {
    padding: 30px 0;
  }
  .why-feel-d-love-section .row .achievement-col {
    margin-bottom: 20px;
  }
  .why-feel-d-love-section .row .achievement-col:last-child {
    margin-bottom: 0;
  }
  .why-feel-d-love-section .row .achievement-col .achievement-heading {
    margin: 20px 0 10px;
  }
  .why-feel-d-love-section .row .achievement-col .achievement-content {
    max-width: unset;
    text-align: center;
  }
}
@media screen and (max-width: 575.5px) {
  .why-feel-d-love-section h3.why-feel-d-love-sub-heading {
    font-size: 28px;
  }
  .why-feel-d-love-section h2 span::before {
    width: 30px;
    height: 30px;
    top: unset;
    bottom: 30px;
    right: -25px;
  }
  .why-feel-d-love-section h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .why-feel-d-love-section .why-feel-d-love-box {
    padding: 30px 0;
  }
  .why-feel-d-love-section .row .achievement-col {
    margin-bottom: 20px;
  }
  .why-feel-d-love-section .row .achievement-col:last-child {
    margin-bottom: 0;
  }
  .why-feel-d-love-section .row .achievement-col .achievement-heading {
    font-size: 34px;
    line-height: 44px;
    margin: 20px 0 10px;
  }
  .why-feel-d-love-section .row .achievement-col .achievement-content {
    max-width: unset;
    text-align: center;
  }
  .why-feel-d-love-section .row .achievement-col .achievement-content p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 469.5px) {
  .why-feel-d-love-heading {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .why-feel-d-love-section h2 span::before {
    width: 20px;
    height: 20px;
    top: unset;
    bottom: 32px;
    right: -17px;
  }
}

/* about hero section style */
.about-hero-section {
  margin-top: 0;
  margin-bottom: 0;
  padding: 160px 0 80px;
}
.about-hero-section .content-col {
  display: flex;
  align-items: center;
}
.about-hero-section .image-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-hero-section .image-col .image-box {
  text-align: center;
}
.about-hero-section .content-box .content-sub-heading {
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 10px;
}
.about-hero-section .content-box .content-heading {
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
}
.about-hero-section .content-box .content-heading::before {
  content: "";
  background: url("./images/banner-red-quote.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 84px;
  height: 63px;
  position: absolute;
  top: -15px;
  right: -60px;
}
.about-hero-section .content-box .content-heading span {
  color: var(--red);
  position: relative;
}
.about-hero-section .content-box .content-heading span::after {
  content: "";
  background: url("./images/blue-line.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 15px;
  position: absolute;
  bottom: -14px;
  left: 25px;
}
.about-hero-section .content-box .content-desc {
  margin-top: 46px;
}
.about-hero-section .content-box .content-desc p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

@media screen and (max-width: 991.5px) {
  .about-hero-section {
    padding: 100px 0 30px;
  }
  .about-hero-section .image-col {
    order: 2;
    margin-top: 30px;
  }
  .about-hero-section .content-col {
    order: 1;
  }
  .about-hero-section .content-box .content-sub-heading {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767.5px) {
  .about-hero-section .content-box .content-heading {
    font-size: 45px;
    line-height: 60px;
  }
  .about-hero-section .content-box .content-desc p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575.5px) {
  .about-hero-section .content-box .content-sub-heading {
    font-size: 12px;
    line-height: 18px;
  }
  .about-hero-section .content-box .content-heading {
    font-size: 34px;
    line-height: 40px;
  }
  .about-hero-section .content-box .content-heading::before {
    content: "";
    background: url("./images/banner-red-quote.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 30px;
    position: absolute;
    top: -8px;
    right: -27px;
  }
  .about-hero-section .content-box .content-heading span::after {
    content: "";
    background: url("./images/blue-line.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 73px;
    height: 10px;
    position: absolute;
    bottom: -14px;
    left: 4px;
  }
  .about-hero-section .content-box .content-desc p {
    font-size: 14px;
    line-height: 21px;
  }
}

/* contact page css */
.contact_banner_section {
  margin-top: 160px;
  margin-bottom: 50px !important;
}
.contact_banner_section .info-col .info-col-box {
  max-width: 80%;
}
.contact_banner_section .info-col h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}
.contact_banner_section .info-col .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 10px 0 50px;
}
.contact_banner_section .contact-card {
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  padding: 14px 20px;
}
.contact_banner_section .contact-card .contact-card-content {
  margin-bottom: 10px;
}
.contact_banner_section .contact-card .contact-card-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.contact_banner_section .contact-card .contact-card-location-box,
.contact_banner_section .contact-card .contact-card-phone-box,
.contact_banner_section .contact-card .contact-card-map-link-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  /* margin-bottom: 10px; */
}
.contact_banner_section .contact-card .contact-card-location-box img {
  max-width: 14px;
  max-height: 18px;
  margin-right: 15px;
}
.contact_banner_section .contact-card .contact-card-phone-box img {
  max-width: 18px;
  max-height: 18px;
  margin-right: 15px;
}
.contact_banner_section .contact-card .contact-card-map-link-box i {
  max-width: 12px;
  max-height: 10px;
  margin-left: 15px;
  margin-bottom: 3px;
}
.contact_banner_section .contact-card .contact-card-location-box,
.contact_banner_section .contact-card .contact-card-phone-box {
  text-decoration: none;
}
.contact_banner_section .contact-card .contact-card-location-box:hover,
.contact_banner_section .contact-card .contact-card-phone-box:hover {
  font-weight: 500;
}
.contact_banner_section .contact-card .contact-card-location-box a,
.contact_banner_section .contact-card .contact-card-phone-box a {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.contact_banner_section .contact-card .contact-card-map-link-box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.contact_banner_section .contact-card .contact-card-map-link-box {
  color: var(--red);
  text-decoration: none;
}
.contact_banner_section .contact-card .contact-card-map-link-box:hover {
  color: #0d6efd;
  font-weight: 500;
}
.contact_banner_section .form-col-box {
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  padding: 30px;
}
.contact_banner_section .form-col-box h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
}
.contact_banner_section .form-col-box form {
  margin-top: 30px;
}
.contact_banner_section .form-col-box form label {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}
.contact_banner_section .form-col-box form input::placeholder,
.contact_banner_section .form-col-box form textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.contact_banner_section .form-col-box form input,
.contact_banner_section .form-col-box form textarea {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  margin: 8px 0 0;
}
.contact_banner_section .form-col-box form textarea {
  padding: 10px;
}
.contact_banner_section .form-col-box form .submit_button {
  width: 100%;
    background-color: var(--red) !important;
  color: var(--white) !important;
}
.contact_banner_section .form-col-box form .submit_button:hover {
  background-color: #35b3d0 !important;
}

@media screen and (max-width: 1024px) {
  .contact_banner_section .info-col .info-col-box {
    max-width: 100%;
  }
}
@media screen and (max-width: 991.5px) {
  .contact_banner_section {
    margin-top: 80px;
    margin-bottom: 30px !important;
  }
  .contact_banner_section .info-col .info-col-box {
    max-width: unset;
    margin-bottom: 20px;
  }
  .contact_banner_section .info-col .desc {
    margin: 10px 0 20px;
  }
  .contact_banner_section .form-col-box form label {
    display: flex;
    flex-direction: column;
  }
  .contact_banner_section .form-col-box form input {
    width: 100%;
  }
}

@media screen and (max-width: 767.5px) {
  .contact_banner_section .form-col-box {
    padding: 20px;
  }
  .contact_banner_section .form-col-box form {
    margin-top: 20px;
  }
  .contact_banner_section .info-col h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .contact_banner_section .info-col .desc {
    font-size: 14px;
    line-height: 21px;
  }
  .contact_banner_section .contact-card .contact-card-content p {
    font-size: 12px;
    line-height: 20px;
  }
  .contact_banner_section .form-col-box h2 {
    font-size: 20px;
    line-height: 44px;
    text-align: center;
  }
}

aside {
  display: none !important;
}

/* Terms and conditions page style */

.terms-conditions-section {
  margin-bottom: 90px !important;
  margin-top: 165px !important;
}

.terms-conditions-section .terms-conditions-box h2 {
  font-size: 32px;
  color: #525252;
  font-weight: 500;
  line-height: 1.1;
    font-family: "Poppins", sans-serif;
  margin-top: 50px;
  margin-bottom: 20px;
}
.terms-conditions-section .terms-conditions-box ul {
  padding-top: 5px;
}

@media screen and (max-width: 575px) {
  .terms-conditions-section {
    margin-bottom: 75px !important;
    margin-top: 125px !important;
  }
	header .header-box .link-box a:last-child img {
		width: 88px;
	}
}

/* subscription plan list page */

.subscription_banner_section {
  margin-top: 160px;
  margin-bottom: 50px !important;
}
.subscription_banner_section .image-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.page-template-privacy-policy .terms-conditions-box p {
    margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  .subscription_banner_section {
    margin-top: 80px;
    margin-bottom: 50px !important;
  }
  .subscription_banner_section .image-container {
    display: none !important;
  }
}

.subscription_banner_section .subscription_list_container {
  width: 100%;
}
.subscription_list_container .subscription_list_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.subscription_list_container .subscription_list_box .single_subscription_box {
  width: 47%;
  background-color: #f3f3f3;
  padding: 20px 0;
  border-radius: 10px;
  margin-bottom: 25px;
  text-align: center;
}
.subscription_list_container .subscription_list_box .single_subscription_box p.duration {
    font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  color: #939393;
  margin: 24px 0 8px;
}
.subscription_list_container
  .subscription_list_box
  .single_subscription_box
  h3.price {
    font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  color: #939393;
}

.subscription_list_container .purchase_subscription_btn_box, .subscription_list_container .subscription_free_trial_button {
  margin: 10px 0 0;
}
.subscription_list_container .purchase_subscription_btn_box a {
  display: block;
  width: 100%;
  height: auto;
  padding: 13px 30px;
  color: #ffffff;
  background-color: #35b3d0;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;

    font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
}
.subscription_list_container .subscription_free_trial_button a {
  display: block;
  width: 100%;
  height: auto;
  padding: 13px 30px;
  color: #35b3d0;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #35b3d0;

    font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
}
.subscription_list_container .purchase_subscription_btn_box a:hover {
  background-color: var(--red);
}
.subscription_list_container .subscription_free_trial_button a:hover {
  color: #ffffff;
  background-color: var(--red);
  border: 1px solid var(--red);
}

.subscription_button_seprator_text {
  display: block;
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.match-await-desc ul {
    margin: 20px 0px 15px;
}
p.download_app_heading_description {
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
}

/* popular destinations section */
.popular-destinations-section {
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 0 70px;
  background: var(--white);
}
.popular-destinations-section .popular-destinations-heading {
  margin-bottom: 40px;
}
.popular-destinations-section .popular-destinations-title {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  line-height: 130%;
  font-weight: 600;
  color: #333333;
  margin: 0 auto;
  max-width: 660px;
  text-align: center;
}
.popular-destinations-section .popular-destinations-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}
.popular-destinations-section .single-destination-card {
  position: relative;
  width: 100%;
  max-width: 305px;
  max-height: 394px;
  aspect-ratio: 305 / 394;
  height: auto;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
}
.popular-destinations-section .destination-card-bg,
.popular-destinations-section .destination-card-overlay {
  position: absolute;
  inset: 0;
}
.popular-destinations-section .destination-card-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.popular-destinations-section .destination-card-overlay {
  z-index: 1;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.popular-destinations-section .destination-name {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 100%;
  font-weight: 600;
  color: var(--white) !important;
  margin: 0;
}
.popular-destinations-section .destination-experiences-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.popular-destinations-section .destination-experiences-list li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--white) !important;
  padding-left: 16px;
  margin-bottom: 2px;
}
.popular-destinations-section .destination-experiences-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--white);
}
@media screen and (max-width: 991.98px) {
  .popular-destinations-section .popular-destinations-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .popular-destinations-section .popular-destinations-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767.98px) {
  .popular-destinations-section {
    padding: 40px 0 50px;
    margin-bottom: 60px;
  }
  .popular-destinations-section .popular-destinations-heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 425px) {
  .popular-destinations-section .popular-destinations-cards {
    grid-template-columns: minmax(0, 1fr);
  }
  .popular-destinations-section .popular-destinations-title {
    font-size: 28px;
    line-height: 36px;
  }
  .popular-destinations-section .destination-name {
    font-size: 22px;
    line-height: 28px;
  }
  .popular-destinations-section .destination-experiences-list li {
    font-size: 14px;
    line-height: 24px;
  }
}

/* travelers love section */
.travelers-love-section {
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 0;
  background: #ECF7FD;
}
.travelers-love-section .travelers-love-box {
  margin: 0;
}
.travelers-love-section .travelers-love-visual {
  width: 100%;
}
.travelers-love-section .travelers-love-visual-card {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  background: linear-gradient(180deg, #39ADE4 0%, #E4F5FF 121.71%);
  border-radius: 18px;
  padding: 36px 28px 0;
  text-align: center;
}
.travelers-love-section .travelers-love-visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 22px 22px;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
}
.travelers-love-section .travelers-love-visual-title {
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 1;
  font-size: 42px;
  line-height: 100%;
  font-weight: 600;
  color: var(--white);
  margin: 0 0 26px;
}
.travelers-love-section .travelers-love-visual-image {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -36px;
}
.travelers-love-section .travelers-love-visual-image img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
}
.travelers-love-section .travelers-love-content {
  max-width: 560px;
}
.travelers-love-section .travelers-love-heading {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  line-height: 140%;
  font-weight: 600;
  color: #333333;
  margin: 0 0 12px;
}
.travelers-love-section .travelers-love-desc,
.travelers-love-section .travelers-love-desc p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin: 0 0 42px;
}
.travelers-love-section .travelers-love-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 40px;
}
.travelers-love-section .travelers-love-feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.travelers-love-section .travelers-love-feature-icon {
  width: 52px;
  height: 52px;
  background: #0B4F76;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  flex-shrink: 0;
}
.travelers-love-section .travelers-love-feature-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.travelers-love-section .travelers-love-feature-title {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 110%;
  font-weight: 600;
  color: #333333;
  margin: 0 0 6px;
}
.travelers-love-section .travelers-love-feature-desc {
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  margin: 0;
  max-width: 260px;
}
@media screen and (max-width: 991.98px) {
  .travelers-love-section {
    padding: 60px 0;
  }
  .travelers-love-section .travelers-love-visual-col {
    margin-bottom: 40px;
  }
  .travelers-love-section .travelers-love-visual-card {
    min-height: 400px;
  }
  .travelers-love-section .travelers-love-heading {
    font-size: 34px;
    line-height: 44px;
  }
  .travelers-love-section .travelers-love-content {
    max-width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .travelers-love-section {
    padding: 50px 0;
  }
  .travelers-love-section .travelers-love-visual-card {
    min-height: 360px;
    padding: 28px 22px 0;
  }
  .travelers-love-section .travelers-love-visual-title {
    font-size: 26px;
    line-height: 32px;
  }
  .travelers-love-section .travelers-love-visual-image img {
    max-width: 260px;
  }
}
@media screen and (max-width: 425px) {
  .travelers-love-section .travelers-love-features {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .travelers-love-section .travelers-love-heading {
    font-size: 28px;
    line-height: 36px;
  }
  .travelers-love-section .travelers-love-feature-desc {
    max-width: 100%;
  }
}

/* key benefits section */
.key-benefits-section {
  padding: 80px 0;
  margin: 0;
  background: #ECF7FD;
}
.key-benefits-section .key-benefits-row {
  --bs-gutter-x: 72px;
}
.key-benefits-section .key-benefits-content {
  max-width: 520px;
  padding-right: 12px;
}
.key-benefits-section .key-benefits-image-col {
  padding-left: 12px;
}
.key-benefits-section .key-benefits-heading {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  line-height: 140%;
  font-weight: 600;
  color: #333333;
  margin: 0 0 12px;
}
.key-benefits-section .key-benefits-intro,
.key-benefits-section .key-benefits-intro p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin: 0 0 30px;
}
.key-benefits-section .key-benefits-accordion {
  border-top: 1px solid #E0E0E0;
}
.key-benefits-section .kb-accordion-item {
  border-bottom: 1px solid #E0E0E0;
}
.key-benefits-section .kb-accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  border: 0;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left;
  cursor: pointer;
  color: inherit;
}
.key-benefits-section .kb-accordion-trigger:hover,
.key-benefits-section .kb-accordion-trigger:focus {
  background: transparent !important;
  box-shadow: none !important;
  outline: none;
}
.key-benefits-section .kb-accordion-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #333333;
}
.key-benefits-section .kb-accordion-item.is-active .kb-accordion-title {
  color: #0B4F76;
}
.key-benefits-section .kb-accordion-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.key-benefits-section .kb-accordion-icon::before,
.key-benefits-section .kb-accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #1a1a1a;
  transform: translate(-50%, -50%);
}
.key-benefits-section .kb-accordion-icon::before {
  width: 14px;
  height: 2px;
}
.key-benefits-section .kb-accordion-icon::after {
  width: 2px;
  height: 14px;
  transition: opacity 0.2s ease;
}
.key-benefits-section .kb-accordion-item.is-active .kb-accordion-icon::after {
  opacity: 0;
}
.key-benefits-section .kb-accordion-panel {
  display: none;
  padding: 0 0 22px;
}
.key-benefits-section .kb-accordion-item.is-active .kb-accordion-panel {
  display: block;
}
.key-benefits-section .kb-accordion-panel p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  margin: 0;
  max-width: 460px;
}
.key-benefits-section .key-benefits-image-box {
  border-radius: 20px;
  overflow: hidden;
}
.key-benefits-section .key-benefits-image-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
@media screen and (max-width: 991.98px) {
  .key-benefits-section {
    padding: 60px 0;
  }
  .key-benefits-section .key-benefits-row {
    --bs-gutter-x: 24px;
  }
  .key-benefits-section .key-benefits-content {
    max-width: 100%;
    padding-right: 0;
  }
  .key-benefits-section .key-benefits-image-col {
    padding-left: 0;
  }
  .key-benefits-section .key-benefits-content-col {
    margin-bottom: 30px;
  }
  .key-benefits-section .key-benefits-heading {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (max-width: 425px) {
  .key-benefits-section .key-benefits-heading {
    font-size: 28px;
    line-height: 36px;
  }
  .key-benefits-section .kb-accordion-title {
    font-size: 16px;
    line-height: 24px;
  }
}

/* home hero section */
.home-hero-section {
  position: relative;
  margin: 0;
  --site-header-height: 80px;
  padding: calc(72px + var(--site-header-height)) 0 0;
  background-color: #1a2a32;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}
.home-hero-section .home-hero-heading,
.home-hero-section .home-hero-description,
.home-hero-section .home-hero-description p,
.home-hero-section .home-hero-badge-text,
.home-hero-section .home-hero-store-btn,
.home-hero-section .home-hero-partner-text {
  font-family: "Poppins", sans-serif;
}
.home-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 20, 28, 0.82) 0%, rgba(8, 20, 28, 0.55) 55%, rgba(8, 20, 28, 0.35) 100%);
  z-index: 1;
}
.home-hero-section .container {
  position: relative;
  z-index: 2;
}
.home-hero-section .home-hero-row {
  align-items: flex-end;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .home-hero-section .home-hero-row {
    --bs-gutter-x: 48px;
    --bs-gutter-y: 0;
  }
  .home-hero-section .home-hero-content-col,
  .home-hero-section .home-hero-visual-col {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .home-hero-section .home-hero-content-col {
    align-self: center;
    padding-bottom: 80px;
    padding-right: 24px;
  }
  .home-hero-section .home-hero-visual-col {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }
  .home-hero-section .home-hero-visual {
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .home-hero-section .home-hero-phone-image {
    width: auto;
    max-width: 100%;
    max-height: 679px;
    height: auto;
    display: block;
    margin: 0;
    object-fit: contain;
    object-position: bottom right;
  }
}
.home-hero-section .home-hero-content-col {
  align-self: center;
  padding-bottom: 80px;
}
.home-hero-section .home-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #00000033;
  border: 1px solid #FFFFFF4D;
  border-radius: 999px;
  padding: 10px 16px 10px 10px;
  margin-bottom: 20px;

}
.home-hero-section .home-hero-badge-avatars {
  display: inline-flex;
  align-items: center;
}
.home-hero-section .home-hero-badge-avatar {
  display: inline-flex;
  width: 32px;
  height: 32px;
  margin-left: -10px;
}
.home-hero-section .home-hero-badge-avatar:first-child {
  margin-left: 0;
}
.home-hero-section .home-hero-badge-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-hero-section .home-hero-badge-text {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--white);
  white-space: nowrap;
}
.home-hero-section .home-hero-heading {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  line-height: 80px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--white) !important;
  margin: 0 0 16px;
  text-transform: none;
}
.home-hero-section .home-hero-heading .home-hero-highlight,
.home-hero-section .home-hero-heading span.home-hero-highlight {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #39ADE4 !important;
}
.home-hero-section .home-hero-description,
.home-hero-section .home-hero-description p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 170%;
  font-weight: 400;
  letter-spacing: 0;
  color: #FFFFFF !important;
  margin: 0 0 30px;
}
.home-hero-section .home-hero-store-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.home-hero-section .home-hero-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: #333333 !important;
  text-decoration: none;
  border-radius: 14px;
  padding: 15px 22px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home-hero-section .home-hero-store-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  color: #1a1a1a !important;
}
.home-hero-section .home-hero-store-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}
.home-hero-section .home-hero-visual-col {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
}
.home-hero-section .home-hero-visual {
  position: relative;
  width: 100%;
  margin: 0 0 0 auto;
}
.home-hero-section .home-hero-partner-badge {
  position: absolute;
  top: 8%;
  left: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  max-width: 215px;
  background: var(--white);
  border-radius: 8px;
  padding: 9px 11px;
  border: 1px solid #0B4F76;
}
.home-hero-section .home-hero-partner-text {
  display: block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 0;
  color: #0B4F76;
}
.home-hero-section .home-hero-partner-text-before,
.home-hero-section .home-hero-partner-text-after {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.home-hero-section .home-hero-partner-logo {
  width: 61px;
  height: 15px;
  object-fit: contain;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
.home-hero-section .home-hero-phone-image {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 991.98px) {
  .home-hero-section {
    padding: calc(56px + var(--site-header-height)) 0 64px;
  }
  .home-hero-section .home-hero-row {
    align-items: center;
    --bs-gutter-y: 1.5rem;
  }
  .home-hero-section .home-hero-content-col,
  .home-hero-section .home-hero-visual-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .home-hero-section .home-hero-content-col {
    max-width: 100%;
    text-align: center;
    padding-bottom: 0;
  }
  .home-hero-section .home-hero-badge {
    margin-left: auto;
    margin-right: auto;
  }
  .home-hero-section .home-hero-heading {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 0;
  }
  .home-hero-section .home-hero-store-buttons {
    justify-content: center;
  }
  .home-hero-section .home-hero-visual-col {
    justify-content: center;
    align-items: center;
  }
  .home-hero-section .home-hero-visual {
    max-width: 420px;
    margin: 24px auto 0;
  }
  .home-hero-section .home-hero-phone-image {
    margin: 0 auto;
  }
  .home-hero-section .home-hero-partner-badge {
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 220px;
  }
}
@media screen and (max-width: 575.98px) {
  .home-hero-section {
    padding: calc(40px + var(--site-header-height)) 0 48px;
  }
  .home-hero-section .home-hero-badge {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 20px;
    white-space: normal;
  }
  .home-hero-section .home-hero-badge-text {
    white-space: normal;
    text-align: center;
  }
  .home-hero-section .home-hero-heading {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    letter-spacing: 0;
  }
  .home-hero-section .home-hero-store-buttons {
    flex-direction: column;
    width: 100%;
  }
  .home-hero-section .home-hero-store-btn {
    width: 100%;
    justify-content: center;
  }
  .home-hero-section .home-hero-partner-badge {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto 16px;
    max-width: 100%;
  }
}

/* mobile app download section */
.mobile-app-download-section {
  margin: 0;
  padding: 80px 0;
  background: #ffffff;
}
.mobile-app-download-section .mobile-app-download-card {
  position: relative;
  overflow: hidden;
  background-color: #4aabde;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.14) 1.2px, transparent 1.2px);
  background-size: 22px 22px;
  background-position: center;
  background-repeat: repeat;
  border: 1px solid #0B4F76;
  border-radius: 30px;
  padding: 20px 48px;
}
.mobile-app-download-section .mobile-app-download-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 55%);
  pointer-events: none;
}
.mobile-app-download-section .mobile-app-download-row {
  position: relative;
  z-index: 1;
}
.mobile-app-download-section .mobile-app-download-content-col {
  max-width: 520px;
}
.mobile-app-download-section .mobile-app-download-sub-heading {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  font-style: italic;
  color: var(--white);
  margin: 0 0 12px;
}
.mobile-app-download-section .mobile-app-download-heading {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  line-height: 150%;
  font-weight: 700;
  color: var(--white) !important;
  margin: 0 0 8px;
  text-transform: none;
}
.mobile-app-download-section .mobile-app-download-description,
.mobile-app-download-section .mobile-app-download-description p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--white) !important;
  margin: 0 0 28px;
}
.mobile-app-download-section .mobile-app-download-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.mobile-app-download-section .mobile-app-download-btn {
  display: inline-block;
  line-height: 0;
  background: none;
  border: none;
  padding: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.mobile-app-download-section a.mobile-app-download-btn {
  text-decoration: none;
}
.mobile-app-download-section .mobile-app-download-btn:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}
.mobile-app-download-section .mobile-app-download-btn img {
  width: auto;
  height: 50px;
  max-width: 169px;
  display: block;
}
.mobile-app-download-section .mobile-app-download-visual-col {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.mobile-app-download-section .mobile-app-download-phones {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  margin: 0 0 0 auto;
  object-fit: contain;
}
@media screen and (min-width: 992px) {
  .mobile-app-download-section .mobile-app-download-row {
    --bs-gutter-x: 40px;
  }
  .mobile-app-download-section .mobile-app-download-visual-col {
    padding-right: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .mobile-app-download-section {
    padding: 60px 0;
  }
  .mobile-app-download-section .mobile-app-download-card {
    padding: 40px 28px;
  }
  .mobile-app-download-section .mobile-app-download-content-col {
    max-width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }
  .mobile-app-download-section .mobile-app-download-heading {
    font-size: 34px;
    line-height: 44px;
  }
  .mobile-app-download-section .mobile-app-download-buttons {
    justify-content: center;
  }
  .mobile-app-download-section .mobile-app-download-visual-col {
    justify-content: center;
    align-items: center;
  }
  .mobile-app-download-section .mobile-app-download-phones {
    margin: 0 auto;
    max-width: 420px;
  }
}
@media screen and (max-width: 575.98px) {
  .mobile-app-download-section {
    padding: 48px 0;
  }
  .mobile-app-download-section .mobile-app-download-card {
    padding: 32px 20px;
    border-radius: 30px;
  }
  .mobile-app-download-section .mobile-app-download-heading {
    font-size: 28px;
    line-height: 36px;
  }
  .mobile-app-download-section .mobile-app-download-buttons {
    flex-direction: column;
    width: 100%;
  }
  .mobile-app-download-section .mobile-app-download-btn {
    width: auto;
    max-width: none;
  }
  .mobile-app-download-section .mobile-app-download-btn img {
    width: auto;
    height: 50px;
    max-width: 169px;
  }
}