@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
/* font-family: "Outfit", sans-serif;
font-family: "Lato", sans-serif; */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;

  outline: 0 !important;
}
html {
  scroll-padding-top: 150px;
  overflow-x: hidden;
}
.lilghtskycolor {
  background-color: #f2faff;
}
section#philanthropistActivities {
  scroll-padding-top: 150ox;
}
body {
  font-size: 18px;
  font-weight: 400;
  color: #464646;
  position: relative;
  font-family: "Outfit", sans-serif;
  scroll-padding-top: 150px;
}
a {
  color: inherit;
  cursor: pointer;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
.container-fluid {
  max-width: 1920px;
}
a,
button {
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 50px;
  line-height: 1.2;
  font-family: "Outfit", sans-serif;
}
h2 {
  font-size: 50px;
  line-height: 1.2;
  font-family: "Outfit", sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: "Outfit", sans-serif;
}
h6 {
  margin: 0;
  font-family: "Outfit", sans-serif;
}

p {
  line-height: 1.5;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  margin: 0;
}
img {
  max-width: 100%;
}

header,
footer {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  vertical-align: top;
  padding-top: 80px;
  padding-bottom: 80px;
}
section {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  vertical-align: top;
  padding-top: 50px;
  padding-bottom: 50px;
  /* overflow: hidden; */
}
:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}
.form-select {
  cursor: pointer;
}
.pt-150 {
  padding-top: 150px;
}
.responsive-d-block {
  display: none;
}
.shadow-container .circleBlur {
  height: 300px;
  width: 300px;
  position: absolute;
  -webkit-animation-name: color-shape-movement;
  -webkit-animation-duration: 12s;
  animation-name: color-shape-movement;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes color-shape-movement {
  0% {
    left: 0px;
    top: 0px;
  }
  25% {
    filter: brightness(0) saturate(100%) invert(86%) sepia(98%) saturate(2164%) hue-rotate(213deg) brightness(108%) contrast(104%);
    left: 500px;
    top: 0px;
  }
  50% {
    filter: brightness(0) saturate(100%) invert(86%) sepia(98%) saturate(2164%) hue-rotate(213deg) brightness(58%) contrast(104%);
    left: 500px;
    top: 300px;
  }
  75% {
    filter: brightness(0) saturate(100%) invert(86%) sepia(98%) saturate(2164%) hue-rotate(213deg) brightness(108%) contrast(104%);
    left: 0px;
    top: 500px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
.shadow-container .circleBlur2 {
  height: 300px;
  width: 300px;
  position: absolute;
  -webkit-animation-name: color-shape-movement2;
  -webkit-animation-duration: 12s;
  animation-name: color-shape-movement2;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  right: 200px;
  bottom: 50px;
}
@keyframes color-shape-movement2 {
  0% {
    right: 0px;
    bottom: 0px;
  }
  25% {
    filter: brightness(0) saturate(100%) invert(86%) sepia(98%) saturate(2164%) hue-rotate(213deg) brightness(58%) contrast(104%);
    right: 200;
    bottom: 0px;
  }
  50% {
    filter: brightness(0) saturate(100%) invert(86%) sepia(98%) saturate(2164%) hue-rotate(213deg) brightness(58%) contrast(104%);
    right: 700;
    bottom: 0px;
  }
  75% {
    filter: brightness(0) saturate(100%) invert(86%) sepia(98%) saturate(2164%) hue-rotate(213deg) brightness(108%) contrast(104%);
    right: 0;
    bottom: 300px;
  }
  100% {
    right: 0px;
    bottom: 0px;
  }
}
.shadow-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* ============================================================
                         Custom button 
=============================================================*/

.custombtn::before,
.custombtn::after {
  position: absolute;
  content: "";
  border-radius: 22px;
}
.custombtn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 22px;
  overflow: hidden;
}
.custombtn span {
  position: relative;
  display: inline-block;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 500;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 40px;
  transition: all 0.3s ease-in-out;
  border-radius: 22px;
  text-align: center;
}
.btn-1::before {
  background-color: #2a528e;
  transition: all 0.3s ease-in-out;
  border-radius: 22px;
}
.btn-1 span {
  color: #fff;
  border: 1px solid #2a528e;
  transition: 0.2s 0.1s;
  border-radius: 22px;
}
.btn-1 span:hover {
  color: #2a528e;
  transition: 0.2s 0.1s;
  border-radius: 22px;
}
.btn-2::before {
  background-color: #06bcaf;
  transition: all 0.3s ease-in-out;
  border-radius: 22px;
}
.btn-2 span {
  color: #fff;
  border: 1px solid #06bcaf;
  transition: 0.2s 0.1s;
  border-radius: 22px;
}
.btn-2 span:hover {
  color: #06bcaf;
  transition: 0.2s 0.1s;
  border-radius: 22px;
}

.custombtn.hover-filled-slide-down::before {
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.custombtn.hover-filled-slide-down:hover::before {
  height: 0%;
}

.custom-border-btn::before,
.custom-border-btn::after {
  position: absolute;
  content: "";
}
.custom-border-btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 22px;
}
.custom-border-btn span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 22px;
  text-align: center;
}

.custom-border-btn.hover-filled-slide-down::before {
  height: 0%;
  bottom: 0;
  left: 0;
  right: 0;
}
.custom-border-btn.hover-filled-slide-down:hover::before {
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.common-link-button {
  color: #f15b26;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.submitbtn {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  padding: 15px 25px;
  transition: all 0.3s ease-in-out;
  border-radius: 22px;
  text-align: center;
  color: #fff;
  border: 1px solid #06bcaf;
  background-color: #06bcaf;
}
.submitbtn:hover,
.submitbtn:focus {
  border: 1px solid #06bcaf;
  background-color: #fff;
  color: #06bcaf;
}

/* ============================================================
                         Nav area 
=============================================================*/
.header-top {
  padding-bottom: 8px;
  position: relative;
  padding-top: 8px;
  background-color: #fff;
  border-bottom: 1px solid #2a528e;
}
.social-media-area ul {
  list-style: none;
}
.social-media-area ul li {
  display: inline-block;
}
.social-media-area ul li a {
  width: 45px;
  height: 45px;
  font-size: 18px;
  border-radius: 100%;
  background-color: #06bcaf;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease-in-out;
}
.social-media-area ul li a:hover {
  transform: scale(1.1);
}
.social-media-area ul li a img {
  max-width: 18px;
  width: auto;
}
.social-media-area ul {
  justify-content: end;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.header-top-contact ul {
  list-style: none;
}
.header-top-contact ul li a {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #464646;
}
.header-bottom {
  background-color: rgba(250, 250, 250, 0.8);
}

.main-nav {
  background-color: #fff;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after,
.navbar-area .main-nav .navbar .navbar-nav .nav-item.menu-item-has-children .nav-link::after {
  border: 0;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  vertical-align: middle;
  line-height: 1;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 8px;
  left: unset;
}
.mobile-nav.mean-container .common-button {
  position: absolute;
  z-index: 999;
  float: right;
  right: 66px;
  top: 15px;
  border: 1px solid #230707;
  border-radius: 26px;
  color: #230707;
  font-weight: 700;
  padding: 12px 28px;
  text-decoration: none;
}
.mobile-nav.mean-container .common-button:hover {
  background-color: #230707;
  color: #fff;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link.active,
.navbar-area .main-nav .navbar .navbar-nav .nav-item.current-menu-item .nav-link {
  color: #2a528e;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .sub-menu {
  padding: 0;
  border-radius: 5px;
  background: #fff;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .sub-menu .nav-item {
  padding: 0;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .sub-menu .nav-item .nav-link {
  border-bottom: 0.75px solid rgba(255, 255, 255, 0.2);
  background: #175b00;
  color: #fff;
  font-size: 14px !important;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.active,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .sub-menu .nav-item .nav-link.active,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .sub-menu .nav-item .nav-link:hover {
  color: #f68222;
  background: #175b00 !important;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:last-child .nav-link,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .sub-menu .nav-item:last-child .nav-link {
  border-bottom: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-toggle::after,
.main-nav nav .navbar-nav .nav-item.menu-item-has-children .nav-link::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  font-size: 16px;
  line-height: 18px;
  border: 0;
  margin-left: 5px;
  margin-top: 3px;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-toggle::after,
.main-nav nav .navbar-nav .nav-item.menu-item-has-children:hover .nav-link::after {
  color: #2a528e;
}
.main-nav nav .navbar-nav .nav-item .dropdown-toggle.active::after,
.main-nav nav .navbar-nav .nav-item.menu-item-has-children .nav-link.active::after {
  color: #154d57;
}
.main-nav nav .navbar-nav .nav-item .dropdown-toggle::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #3ba7c2;
  transition: width 0.4s ease-in;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  z-index: 4;
}
.main-nav .mga-mnu nav .navbar-nav .nav-item.dropdown:hover .dropdown-toggle::before {
  width: 100%;
}
.header-bottom .navbar .navbar-brand {
  padding: 0;
}
.header-bottom.sticky .navbar .navbar-brand {
  margin-top: unset;
}
.header-bottom .navbar-brand img {
  width: 270px;
  transition: all 0.3s ease-in-out;
}
.header-bottom.sticky .navbar-brand img {
  width: 200px;
  transition: all 0.3s ease-in-out;
}
.header-bottom.sticky {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  top: 0;
  width: 100%;
  right: 0;
  z-index: 999;
  transition: all 0.5s ease-in-out;
  position: fixed;
}
.header-bottom .navbar {
  padding: 4px 0 !important;
  border-bottom: 0.5px solid #fff;
}
.header-bottom.sticky .navbar {
  border-bottom: 0;
}
.other-option {
  margin: 0 0 0 50px;
}
.other-option .login-icon {
  display: inline-block;
  margin-left: 20px;
}
.header-push-button {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.main-nav-top {
  z-index: 9;
  position: relative;
}
.main-nav .navbar-nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.main-nav nav .navbar-nav .nav-item {
  padding: 15px 0;
}
.main-nav .navbar-nav .nav-item a {
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 5px 0;
  margin: 0 0 0 30px !important;
  position: relative;
}

.navbar-area .main-nav .navbar .navbar-nav .sub-menu .nav-link::after {
  display: none;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link.active:before,
.navbar-area .main-nav .navbar .navbar-nav .nav-item.current-menu-item .nav-link::before {
  width: 100%;
  left: 0;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link:hover:before {
  width: 100%;
  left: 0;
}
.main-nav .navbar-nav .nav-item:hover a {
  color: #2a528e;
}

.main-nav .navbar-nav .nav-item a span {
  width: calc(100% - 22px);
  padding-left: 10px;
}
.main-nav nav .navbar-nav .nav-item .nav-link.dropdown-toggle,
.main-nav nav .navbar-nav .nav-item.menu-item-has-children .nav-link {
  position: relative;
  padding-right: 20px;
}
.main-nav nav .navbar-nav .nav-item .nav-link:first-child {
  margin-left: 0;
}
.main-nav nav .navbar-nav .nav-item .nav-link:last-child {
  margin-right: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a,
.main-nav nav .navbar-nav .nav-item .sub-menu li a {
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #fff;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a div,
.main-nav nav .navbar-nav .nav-item .sub-menu li a div {
  width: 25px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a span,
.main-nav nav .navbar-nav .nav-item .sub-menu li a span {
  width: calc(100% - 25px);
}

@keyframes animate-width-1 {
  from {
    width: 80%;
  }

  to {
    width: 100%;
  }
}

@keyframes animate-width-2 {
  from {
    width: 100%;
  }

  to {
    width: 70%;
  }
}

@keyframes animate-width-3 {
  from {
    width: 50%;
  }

  to {
    width: 80%;
  }
}

.mean-container a.meanmenu-reveal span:first-child {
  -webkit-animation-name: animate-width-1;
  animation-name: animate-width-1;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.mean-container a.meanmenu-reveal span:nth-child(2) {
  -webkit-animation-name: animate-width-2;
  animation-name: animate-width-2;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.mean-container a.meanmenu-reveal span:last-child {
  -webkit-animation-name: animate-width-3;
  animation-name: animate-width-3;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .sub-menu .nav-link::before {
  display: none;
}

/* ============================================================
                         breadcrumb 
=============================================================*/
.breadcrumb {
  padding: 15px 0 0;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.breadcrumb .breadcrumb-item {
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a {
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #b7950f;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #a199ab;
}

/* ============================================================
                         Home banner 
=============================================================*/
.home-banner {
  position: relative;
}
.home-banner-text .custombtn {
  margin-top: 50px;
}
.home-banner-text-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  height: 100%;
  display: flex;
  align-items: center;
}
.home-banner-text h1 {
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
.home-banner-text p {
  margin-bottom: 30px;
}
.opplatfrom {
  border: 1px solid #afafaf;
  border-radius: 40px;
  display: inline-block;
  padding: 10px 20px;
  margin-right: 20px;
}
.opplatfrom img {
  max-width: 180px;
  width: 100%;
}
.home-banner-img {
  position: relative;
  aspect-ratio: 19.2/10.44;
  width: 100%;
  height: auto;
}
.home-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.home-banner .owl-theme .owl-nav {
  margin: 0;
}

/* ============================================================
                         Home 
=============================================================*/
.lifestylesec {
  position: relative;
}
.lefthalf {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 400px;
}
.section-header {
  text-align: center;
}
.lifestylesec .section-header {
  margin-bottom: 60px;
}
.section-header h2 {
  color: #2a4c8b;
  margin-bottom: 5px;
}

.section-header .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 15px;
}

.section-header .line {
  width: 100px;
  height: 1px;
  background-color: #2a528e; /* Same color as the text */
}

.section-header .icon {
  width: 24px;
  aspect-ratio: 1 / 1;
}

.main-hdng p {
  color: #000;
  padding-top: 20px;
}
.lifestylecard {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s;
  height: 100%;
  border: none;
  background-color: transparent;
  padding: 20px 20px 40px;
  transition: 0.5s ease-in-out;
}
.lifestylecard:hover {
  background-color: #2a528e;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1), 0 0 20px 10px rgba(0, 0, 0, 0.05), 0 0 30px 20px rgba(0, 0, 0, 0.03), 0 0 40px 30px rgba(0, 0, 0, 0.02), 0 0 50px 40px rgba(0, 0, 0, 0.01); /* Adjust opacity and spread for softer effect */
}
.lifestylecard:hover h3,
.lifestylecard:hover p {
  color: #fff;
}

.lifestylecard:hover {
  transform: scale(1.05);
}

.lifestylecard.highlighted {
  background-color: #2a4c8b;
  color: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.lifestylecard .icon {
  background-color: #06bcaf;
  width: 139px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
}

.lifestylecard .icon img {
  max-width: 80px;
  height: auto;
  object-fit: contain;
}

.lifestylecard h3 {
  font-size: 18px;
  margin: 10px 0;
  color: #2a4c8b; /* Default color */
}
.sec2right figure {
  margin: 0 0 1rem;
  float: left;
  max-width: 407px;
  width: 100%;
  margin-right: 30px;
}
.sec2right .section-header {
  margin-bottom: 15px;
}
.sec2right .section-header h2 {
  text-align: left;
}
section.sec2 {
  position: relative;
}

.sec2right p {
  text-align: left;
  margin-bottom: 15px;
}
.sec2 .sec2right {
  position: relative;
}
.bigheart {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 470px;
  z-index: -1;
}
.sec2right ul {
  list-style: none;
  margin-bottom: 30px;
}
section.sec2.aboutsec .sec2right ul {
  display: inline-flex;
  flex-wrap: wrap;
}
section.sec2.aboutsec .sec2right ul li {
  max-width: 400px;
  width: 100%;
}
.sec2right ul li {
  color: #464646;
  padding-left: 22px;
  position: relative;
  margin: 10px 0;
}
.sec2right ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #06bcaf;
  position: absolute;
  left: 0;
  top: 8px;
}
.featuresection .featuresectionleft ul {
  list-style: none;
  margin-bottom: 20px;
}
.featuresection .featuresectionleft ul li {
  margin: 30px 0;
  position: relative;
  padding-left: 50px;
}
.featuresection .featuresectionleft ul li span {
  background-color: #06bcaf;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  width: 40px;
  height: 40px;
  justify-content: center;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: -8px;
}
section.sec2.aboutsec.cs {
  padding-bottom: 0;
}
.featuresection .featuresectionleft .section-header {
  text-align: left;
}
section.accordionarea {
  position: relative;
}
section.featuresection {
  padding-bottom: 0;
  position: relative;
}
.righthalf {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 430px;
  z-index: -1;
}
section.accordionarea .faqcontainer {
  background-color: #14315d;
  padding: 40px;
  border-radius: 84px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.faqcontainer .section-header {
  margin-bottom: 20px;
}
.faqcontainer .section-header h2 {
  text-align: left;
  color: #fff;
}
section.accordionarea .accordion-item {
  background-color: transparent;
  margin-bottom: 20px;
  border: 0.5px solid #fff !important;
  border-radius: 6px;
}
section.accordionarea .accordion-button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  color: #fff;
}
section.accordionarea .accordion-button:focus {
  box-shadow: none;
}
section.accordionarea .accordion-item:not(:first-of-type) {
  border-top-width: 1px;
}
section.accordionarea .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #fff;
}
section.accordionarea .accordion-body {
  color: #fff;
  font-weight: 400;
}
section.accordionarea .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(23%) saturate(3791%) hue-rotate(222deg) brightness(128%) contrast(107%);
}

section.accordionarea {
  padding-bottom: 120px;
}
section.sec2.aboutsec {
  position: relative;
}
.mission {
  background-image: url(/public/assets/images/misssion-bg.png);
  background-size: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center bottom;
  padding-bottom: 0;
}
.portrait {
  position: absolute;
  right: 0;
  bottom: 0;
  float: right;
  aspect-ratio: 7.64 / 8.18;
  max-width: 700px;
}
.buttoncontainer {
  display: flex;
  align-items: center;
  margin: 50px auto 400px;
  justify-content: center;
}
.buttoncontainer a {
  margin: 0 15px;
}
section.screenpaly {
  padding-top: 0;
}
.home-banner-text a.opplatfrom:hover {
  background: #06bcaf;
  border: 1px solid #06bcaf;
}
.mission .buttoncontainer a.opplatfrom:hover {
  background: #06bcaf;
  border: 1px solid #06bcaf;
}
.buttoncontainer a.opplatfrom:hover {
  background: #14315d;
  border: 1px solid #14315d;
}
.screenpaly .owl-item {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 30px 53px -36px, rgba(0, 0, 0, 0.3) 0px 30px 0px -30px;
  margin-bottom: 60px;
  border-radius: 25px;
}
.screenpaly .owl-theme .owl-dots .owl-dot.active span,
.screenpaly .owl-theme .owl-dots .owl-dot:hover span {
  background: #014bc4;
}
.screenpaly .section-header {
  margin-bottom: 50px;
}
.screenpaly .owl-theme .owl-dots .owl-dot span {
  background: #06bcaf;
}

.footertop {
  background: linear-gradient(269.83deg, #06bcaf 0.05%, #2a528e 99.78%);
  padding: 50px 0;
}
.footertop h2 {
  color: #fff;
  text-align: left;
}
.footertop p {
  color: #fff;
  text-align: left;
}
.footertop .buttoncontainer {
  margin: 0;
  justify-content: start;
}
/* ============================================================
                         Footer 
=============================================================*/

.acfooter {
  position: relative;
  padding: 70px 0 0;
  background: #14315d;
}
.acfooter h6 {
  color: #fff;
}
.footertitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.footerabout {
  padding-right: 15px;
}
.acfooter .addlink li:hover {
  padding-left: 42px;
}
.footer-social ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 15px;
}
.footer-social ul li a {
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 100%;
  background-color: #00a2ff;
  color: #fff;
  transition: 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-social ul li a:hover {
  color: #fff;
  transition: 0.5s ease-in-out;
  background-color: #f78223;
}
.footerlinks ul li a {
  position: relative;
  transition: 0.5s ease-in-out;
  padding-left: 20px;
}
.footerlinks ul li a i,
.footerlinks ul li a img {
  left: 0;
  position: absolute;
  top: 5px;
}
.footerlinks ul li a::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.footerabout p {
  line-height: 24px;
  padding: 20px 0 0px;
  font-weight: 400;
  color: #fff;
  padding-right: 150px;
}
.acfooter .custombtn:hover span {
  color: #fff;
}
.footerlinks ul {
  list-style: none;
  padding-left: 0;
}
.footerlinks ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.footerlinks ul li:hover a {
  color: #06bcaf;
}
.footerlinks ul.social li a:before {
  display: none;
}
.footerlinks ul.social li a {
  padding-left: 30px;
}
.footer-bottom {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-top: 1px solid #06bcaf;
  padding: 25px 0;
  color: #fff;
  font-size: 14px;
  margin: 50px 0 0;
}
.footer-bottom span {
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
  margin: 0 30px;
}
.acfooter .copyrights {
  position: relative;
  z-index: 2;
}
span.vrline {
  height: 10px;
  width: 1px;
  background-color: #fff;
  display: inline-block;
  margin: 0px;
}

.acfooter img.footerheart {
  position: absolute;
  opacity: 0.3;
  max-width: 200px;
  left: 10%;
}
/*^^^^^^^^^^^^^About us page^^^^^^^^^^^^^^^^*/
.inner-banner {
  background-color: #06b4b5;
  position: relative;
}
.corner-shadow {
  position: absolute;
  top: -50px;
  right: 0;
  aspect-ratio: 2.96 / 3.39;
  max-width: 220px;
  z-index: -1;
}
.inner-banner-txt ul li {
  display: inline-block;
  color: #fff;
  padding: 0 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  position: relative;
}
.inner-banner-txt ul li::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: -4px;
  top: 2px;
}
.inner-banner-txt ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-transform: capitalize;
}
.inner-banner-txt ul li a.active,
.inner-banner-txt ul li a.active:hover {
  color: rgba(255, 255, 255, 1);
  cursor: default;
}
.inner-banner-txt ul li:last-child::after {
  display: none;
}
.inner-banner-txt h1 {
  color: #fff;
  margin-top: 100px;
}
.inner-banner-txt {
  padding-top: 50px;
}
.aboutsec3 figure img {
  aspect-ratio: 5.34 / 6.75;
  max-width: 100%;
}
.aboutsec3 .aboutsec_thrigth {
  padding-left: 70px;
  display: block;
}
.aboutsec3 .aboutsec_thrigth h2 {
  color: #2a528e;
  margin-bottom: 40px;
}
/*^^^^^^^^^^^Contact Us ^^^^^^^^^^^^^^^*/
.contavTmaiin {
  position: relative;
  padding-bottom: 100px;
}
.contactCard {
  box-shadow: 0px 40px 40px #0000000d;
  border-radius: 40px;
  max-width: 1200px;
  position: relative;
  margin-top: -134px;
  padding: 40px;
}
/* .strugglright input[type=submit] {

} */
.contactCard .form-control {
  border: 1px solid #b7b7b7;
  border-radius: 33px;
  margin-bottom: 25px;
  font-size: 19px;
}

.contactCard .form-control:hover,
.contactCard .form-control:focus {
  box-shadow: 0px 40px 40px #0000000d;
  border: 1px solid #06bcaf;
}
.contactCard input[type="submit"] {
  max-width: 300px;
  border-radius: 33px !important;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^Log Inn Page^^^^^^^^^^^^^^^^*/
/* General Reset */

.loginnWrappermain {
  background-color: #f3f6ff;
  padding-bottom: 100px;
}
.loginnWrappermain .inner-banner-txt ul {
  margin-bottom: 30px;
}
.loginnWrappermain .inner-banner-txt ul li a,
.loginnWrappermain .inner-banner-txt ul li {
  color: #464646;
  opacity: 1;
}
.loginnWrappermain .inner-banner-txt ul li::after {
  color: #464646;
}
.loginnWrappermain .inner-banner-txt ul li a.active,
.loginnWrappermain .inner-banner-txt ul li a.active:hover {
  color: #2a528e;
}
.customlogcard {
  display: flex;
  border-radius: 40px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 40px 40px #0000000d;
  border: none;
  flex-direction: row;
}

.customlogcard .image-section {
  flex: 1;
  background-color: #e0e7ff;
}

.customlogcard .image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customlogcard .form-section {
  flex: 1;
  padding: 40px;
}
.customlogcard .form-section h2 {
  color: #2a528e;
  margin-bottom: 15px;
}

.customlogcard .form-section .subtext {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 50px;
}
.customlogcard .form-section form {
  display: flex;
  flex-direction: column;
}

.customlogcard .form-section form .input-group {
  position: relative;
  margin-bottom: 50px;
}

.customlogcard .form-section form .input-group .form-control {
  width: 100%;
  padding: 12px 40px;
  border: 1px solid #b7b7b7;
  border-radius: 33px !important;
  font-size: 19px;
  outline: none;
  transition: 0.3s;
}

.customlogcard .form-section form .input-group .form-control:hover,
.customlogcard .form-section form .input-group .form-control:focus {
  box-shadow: 0px 40px 40px #0000000d;
  border: 1px solid #06bcaf;
  background-color: transparent;
}

.customlogcard .input-group .icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-size: 18px;
  z-index: 3;
}
.customlogcard .input-group .toggle-password {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 25px;
  color: #888;
  transition: 0.3s;
}

.customlogcard .input-group .toggle-password:hover {
  color: #555;
}
.customlogcard .forgot-link {
  margin-bottom: 20px;
}

.customlogcard .forgot-link a {
  text-decoration: none;
  color: #2a528e;
  font-size: 19px;
  font-weight: 500;
}

.customlogcard .forgot-link a:hover {
  text-decoration: underline;
}
.customlogcard input[type="submit"] {
  max-width: 300px;
  border-radius: 33px !important;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.customlogcard .signup-link {
  margin-top: 20px;
  font-size: 19px;
}
.customlogcard .signup-link a {
  text-decoration: none;
  font-weight: 600;
  color: #06bcaf;
}
.customlogcard .signup-link a:hover {
  text-decoration: underline;
}
.customlogcard.signup .form-section form .input-group {
  margin-bottom: 35px;
}
.customlogcard .form-section .subtext a {
  color: #06bcaf;
}
.otpwrap {
  display: flex;
  gap: 0 20px;
}
.input-group.otpwrap {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.customlogcard .form-section form .input-group.otpwrap .form-control {
  text-align: center;
  width: 67px;
  border-radius: 16px !important;
  font-size: 30px;
  line-height: 1;
  color: #2a528e;
  flex: initial;
  padding: 10px 5px;
}
.customlogcard .forgot-link a.custombtn {
  max-width: 300px;
  width: 100%;
  text-transform: capitalize;
}
.customlogcard .nav-tabs .nav-link {
  background-color: #b7b7b7 !important;
  border-radius: 30px !important;
  display: inline-block;
  padding: 12px 40px;
  font-weight: 400;
  font-size: 19px;
  color: #2a528e;
}
.customlogcard .nav-tabs .nav-link:hover,
.customlogcard .nav-tabs .nav-link.active {
  background-color: #2a528e !important;
  color: #fff;
}
.customlogcard .nav-tabs {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.customlogcard .nav-tabs {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #06bcaf;
  gap: 0 20px;
}
.customlogcard .history-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #f0f0f0;
  background-color: #f3f6ff;
  margin-bottom: 15px;
  border-radius: 33px;
}
.customlogcard .item-actions {
  display: flex;
  gap: 10px;
}
.customlogcard .item-details {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.customlogcard .item-details span img {
  max-width: 15px;
  width: auto;
}
.customlogcard.profileon .subtext a {
  color: #2a528e;
  font-weight: 300;
}
.customlogcard.profileon .subtext a:hover {
  text-decoration: underline;
}
.question-list {
  list-style: none;
  padding: 0;
}
.question-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  gap: 0 20px;
}
.custom-tooltip {
  max-width: 250px;
  padding: 10px;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.9rem;
  color: #333;
  text-align: left;
}
.swal2-popup.custom-popup {
  border-radius: 50px !important;
  height: auto !important;
}
.swal2-title.custom-title {
  color: #2a528e !important;
}

.custom-tooltip strong {
  font-size: 1rem;
  color: #007bff;
}

.loader-wrapper {
  position: fixed; /* Fixed positioning to ensure it's always in the same place in the viewport */
  top: 50%; /* Vertically center */
  left: 50%; /* Horizontally center */
  transform: translate(-50%, -50%); /* Adjust the position back to center */
  z-index: 1079; /* Ensure it's above other elements */
  background-color: rgba(0, 0, 0, 0.1); /* Optional: Transparent background */
  padding: 20px; /* Optional: Padding around the loader */
  border-radius: 8px; /* Optional: Round the corners */
}
.question-text {
  border: 1px solid #b7b7b7;
  background: #fff;
  width: 100%;
  padding: 8px;
  box-shadow: 0px 40px 40px #0000000d;
  border-radius: 17px;
  color: #2a528e;
  font-size: 22px;
  height: auto;
}
.btn-yes {
  background: #2a528e;
  color: #fff;
  border: none;
}
.question-item .btn-yes:hover {
  background: #2a528e;
  color: #fff;
}
.btn-no {
  background-color: #ff0000;
  color: #fff;
  border: none;
}
.question-item .btn-no:hover {
  background-color: #ff0000;
  color: #fff;
}
.btn-not-sure {
  background-color: #a0a0a2;
  color: #fff;
  border: none;
}
.question-item .btn {
  width: 125px;
  font-size: 22px;
  padding: 15px;
  border-radius: 17px;
  height: 62.6px;
  color: #fff;
}
.question-item .btn-not-sure:hover {
  background-color: #a0a0a2;
  color: #fff;
}
.question-number {
  background-color: #06bcaf;
  width: 45px;
  display: inline-flex;
  height: 45px;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.questiontop {
  background-color: #f0e8e8;
  box-shadow: 0px 40px 40px #0000000d;
  width: max-content;
  border-radius: 29.5px;
  padding: 10px 40px;
  margin: 0 auto;
}
.questiontop span img {
  width: 16px;
}
.questiontop span {
  display: inline-flex;
  align-items: center;
}
.modal-header h3 {
  color: #2a528e;
}
button.btn-close {
  position: absolute;
  right: 17px;
  background-image: url(/assets/images/bluecross.svg);
  background-repeat: no-repeat;
  background-position: center center;
  top: 15px;
}
#preTestModal .modal-header {
  justify-content: center;
  border-bottom: none;
  padding-bottom: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/*^^^^^^^^^^Heath Assesment^^^^^^^^^^^*/
.assessment-container {
  border-radius: 40px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 40px 40px #0000000d;
  border: none;
  padding: 40px 40px 80px;
  text-align: center;
  position: relative;
}
.assessment-container .form h2 {
  font-weight: 300;
  margin-bottom: 30px;
  color: #2a528e;
}

.progress-bar {
  margin: 15px auto;
  height: 8px;
  width: 100%;
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
  max-width: 830px;
}

.progress {
  height: 100%;
  background: linear-gradient(269.83deg, #06bcaf 0.05%, #2a528e 99.78%);
  border-radius: 4px;
}
.w-10 {
  width: 10% !important;
}
.w-20 {
  width: 20% !important;
}
.w-30 {
  width: 30% !important;
}
.w-40 {
  width: 40% !important;
}
.w-50 {
  width: 50% !important;
}
.w-60 {
  width: 60% !important;
}
.w-70 {
  width: 70% !important;
}
.w-80 {
  width: 80% !important;
}
.w-90 {
  width: 90% !important;
}
.w-100 {
  width: 100% !important;
}
.sub-heading {
  margin-bottom: 80px;
  color: #464646;
}
.options {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  gap: 0 40px;
}

.option {
  width: 100px;
  height: 100px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.2s, background 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.bluebg {
  background-color: #2a528e;
}
.redbg {
  background-color: #ff0000;
}
.greybg {
  background-color: #a0a1a2;
}
.option i {
  font-size: 24px;
  margin-bottom: 5px;
}

.option span {
  font-size: 14px;
  color: #555;
}

.option:hover {
  transform: scale(1.05);
}

.option.selected {
  background: #47b2ff;
  color: #fff;
}

.option[data-answer="yes"].selected {
  background: #003d9c;
}

.option[data-answer="no"].selected {
  background: #e33d3d;
}

.option[data-answer="not-sure"].selected {
  background: #9e9e9e;
}

.next-button {
  background: #47b2ff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.next-button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.next-button:hover:not(:disabled) {
  background: #003d9c;
}

.question-tracker {
  font-size: 50px;
  line-height: 42px;
  color: #2a528e;
  font-weight: 300;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.question-tracker span {
  color: #a0a0a2;
  font-size: 30px;
}
/*===========Heart Attck===========*/
.inner-banner.heartattck-banner {
  background-color: #2a528e;
}
.heartsec1 .sec2right ul li {
  text-align: left;
}
.heartsec1 figure {
  margin: 0 0 1rem;
  padding-left: 50px;
  position: sticky;
  top: 100px;
}
.heartsec1 .sec2right h5 {
  text-align: left;
}
.heartsec1 .sec2right {
  padding-left: 50px;
}
.heartsec1 figure img {
  max-width: 680px;
  width: 100%;
}
.risksectionleft ul li {
  color: #464646;
  padding-left: 22px;
  position: relative;
  margin: 10px 0;
}
.risksectionleft ul {
  list-style: none;
  padding-left: 0;
}
.risksectionleft ul li strong {
  display: block;
}
.risksectionleft ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #06bcaf;
  position: absolute;
  left: 0;
  top: 8px;
}
.risksectionleft .section-header {
  text-align: left;
}

.risksection figure {
  margin: 0 0 1rem;
  padding-left: 50px;
  position: sticky;
  top: 100px;
}
/*result*/
.resultaccordion .accordion-item {
  margin-bottom: 20px;
  border: none;
  box-shadow: 0px 40px 40px #0000000d;
  border-radius: 40px;
}
.resultaccordion .accordion-item .accordion-button {
  border: none;
  border-radius: 40px;
  font-size: 30px;
  font-weight: 400;
  color: #2a528e;
  padding: 25px 30px;
}
.resultaccordion .accordion-button:not(.collapsed)::after {
  color: #06bcaf;
}
.resultmain .section-header {
  margin-bottom: 30px;
}
.resultaccordion .accordion-body ul li {
  color: #464646;
  padding-left: 22px;
  position: relative;
  margin: 10px 0;
}
.accordion-body ul {
  padding-left: 22px;
  position: relative;
  margin: 10px 0;
}

.accordion-body ul li:hover {
  color: #06bcaf;
}
.resultaccordion .accordion-body {
  text-align: left;
}
.resultaccordion .accordion-body ul {
  list-style: none;
  padding-left: 0;
}
.resultaccordion .accordion-body ul li strong {
  display: block;
}
.resultaccordion .accordion-body ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #06bcaf;
  position: absolute;
  left: 0;
  top: 8px;
}
.resultaccordion {
  z-index: 9;
  position: relative;
}
.resultaccordion .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: unset;
  box-shadow: none;
}
.resultaccordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.resultaccordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
/* 22-11-2024 sourav */
.assessment-container .cf:before,
.assessment-container .cf:after {
  content: " ";
  display: table;
}

.assessment-container .cf:after {
  clear: both;
}

/* .assessment-container .cf {
  *zoom: 1;
} */
/* #que-2,
#que-3,
#que-4,
#que-5,
#que-6,
#que-7,
#que-8,
#que-9,
#que-10 {
  display: none;
} */
.assessment-container .plan {
  display: flex;
  justify-content: center;
}
.assessment-container .plan-bx {
  width: 229px;
  padding: 2px 35px;
}

.assessment-container .form .plan input,
.assessment-container .form .payment-plan input,
.assessment-container .form .payment-type input {
  display: none;
}

.assessment-container .form label {
  position: relative;
  background-color: #2a528e;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 10px;
  box-shadow: 0px 20px 40px 0px #010b1a38;
}
.assessment-container .form label.yes-label {
  background-color: #2a528e;
}
.assessment-container .form label.no-label {
  background-color: #ff0000;
}
.assessment-container .form label.notsure-label {
  background-color: #a0a1a2;
}
.assessment-container .form label img {
  height: 80px;
}
.assessment-container .form label p {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

.assessment-container .form .plan input:checked + label:after,
.assessment-container form .payment-plan input:checked + label:after,
.assessment-container .form .payment-type input:checked + label:after {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  background-color: #06bcaf;
  color: #fff;
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 16px;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.assessment-container .btn-group {
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
.assessment-container .btn-group .next-button {
  background-color: #06bcaf;
  font-size: 19px;
  line-height: 24px;
  border-radius: 33px;
  padding: 20px 70px;
}
.assessment-container .btn-group .next-button:hover {
  background-color: #2a528e;
}
.assessment-container-area {
  position: relative;
}

.heart-bg {
  position: absolute;
  right: -100px;
  bottom: 150px;
  width: 150px;
  height: auto;
  aspect-ratio: 3.5/3.1;
}

.contentpagewrapper {
  text-align: left !important;
}

.contentpagewrapper h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 50px;
  color: #06b4b5;
  margin-bottom: 10px;
  margin-top: 20px;
}

.contentpagewrapper h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.contentpagewrapper p {
  margin: 10px 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.contentpagewrapper p strong,
.contentpagewrapper li strong {
  color: #2a4c8b;
}

.contentpagewrapper ul {
  width: 100%;
  margin: 10px 0;
}

.contentpagewrapper ul li {
  margin-left: 0;
  width: 100%;
  margin: 5px 0 5px 18px;
  font-size: 18px;
  line-height: 1.5;
}

.contentpagewrapper ul li::marker {
  color: #2a4c8b;
}
.loginnWrappermain_content {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.book-appointment-wrapper {
  background-color: #06bcaf;
  margin-top: 100px;
  padding: 30px;
  border-radius: 20px;
  color: #fff;
}

.book-appointment-wrapper h2 {
  color: #fff;
}

.book-appointment-wrapper ul {
  width: 100%;
}

.book-appointment-wrapper ul li {
  width: calc(50% - 8px);
  color: #fff;
  padding-left: 22px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
  vertical-align: top;
}

.book-appointment-wrapper ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 8px;
}

.book-appointment-wrapper ul li:hover {
  color: #2a4c8b;
}

.book-appointment-wrapper ul li:hover a {
  text-decoration: underline;
}

input:-internal-autofill-selected,
input:-webkit-autofill {
  background-color: transparent !important; /* Remove autofill background */
  transition: background-color 5000s ease-in-out 0s !important; /* Force smooth removal */
  color: inherit !important; /* Match the text color with the rest of your design */
}

.home-banner-extra h3 {
  font-size: 25px;
  line-height: 30px;
  color: #2a4c8b;
  margin-bottom: 15px;
}
.home-banner-extra p {
  max-width: 70%;
}
.home-banner-btn-group .opplatfrom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-banner-btn-group .opplatfrom img {
  max-width: 80%;
  max-height: 80%;
}
