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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  scroll-behavior: smooth;
  -touch-action: none;
  -user-select: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Old version of Firefox */
  -ms-user-select: none;
  /* Internet Explorer or Edge */
  user-select: none;
}

p {
  font-weight: 300;
}

body {
  line-height: 1;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
}

input,
button,
textarea,
select {
  font: inherit;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.container,
footer .footer-wrapper,
main .believe-section .believe-wrapper,
header .header-wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.button,
main .contact-session .contact-wrapper .content-col .button-primary,
main
  .approval-section
  .approval-wrapper
  .scale-wrapper
  .content-col
  .button-primary,
main .flyer-section .flyer-content .button-primary,
main .about-section .about-col .button-primary,
main .hero-section-work .content-section .hero-btn,
main .hero-section-about .content-section .hero-btn,
main .hero-section .content-section .hero-btn,
.dropdown-menu-wrapper .button-primary,
header .header-wrapper .social-menus .button-primary {
  display: inline-block;
  font-size: 17px;
  color: #fff;
  background-color: #60a3df;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
}
.button:hover,
main .contact-session .contact-wrapper .content-col .button-primary:hover,
main
  .approval-section
  .approval-wrapper
  .scale-wrapper
  .content-col
  .button-primary:hover,
main .flyer-section .flyer-content .button-primary:hover,
main .about-section .about-col .button-primary:hover,
main .hero-section-work .content-section .hero-btn:hover,
main .hero-section-about .content-section .hero-btn:hover,
main .hero-section .content-section .hero-btn:hover,
.dropdown-menu-wrapper .button-primary:hover,
header .header-wrapper .social-menus .button-primary:hover {
  background-color: #478ac7;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  display: block; /* Optional: removes any bottom space/gap */
}

header {
  background-color: #6b72b3;
  height: 8rem;
  padding: 0 2.4375rem 0 4.5625rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
header .header-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .header-wrapper .logo {
  margin-top: 1rem;
}
header .header-wrapper .social-menus {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 1.875rem;
  padding-right: 2rem;
}
header .header-wrapper .social-menus .button-primary {
  padding: 0.5625rem 1.0625rem;
}
header .header-wrapper .social-menus .facebook-app-symbol-1-1 {
  margin-left: 1.5rem;
}
header .header-wrapper .menu-bar {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 1.25rem;
}
header .header-wrapper .menu-bar .menu {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #fff;
}
header .header-wrapper .menu-bar .menu:hover {
  color: #e0e0e0;
}
@media (max-width: 1024px) {
  header {
    padding: 0 2.4375rem 0 2rem;
  }
}
@media (max-width: 900px) {
  header {
    display: none !important;
  }
}

.mobile-header {
  padding: 0 1rem;
  background-color: #6b72b3;
  height: 80px;
}
.mobile-header .mobile-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.mobile-header .mobile-header-wrapper .hamburger {
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
}
.mobile-header .mobile-header-wrapper .hamburger .hamburger-menu {
  display: block;
}
.mobile-header .mobile-header-wrapper .hamburger .cross-menu {
  display: none;
}
@media (max-width: 900px) {
  .mobile-header {
    display: block !important;
  }
}
@media (min-width: 901px) {
  .mobile-header {
    display: none !important;
  }
}

.dropdown-menu-wrapper {
  display: none;
  background-color: #fff;
  padding: 2rem 1rem;
  display: none;
  flex-direction: column;
  gap: 1rem;
  transition: all 0.3s ease;
}
.dropdown-menu-wrapper.active {
  display: flex;
}
.dropdown-menu-wrapper .menu-mobile {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #000;
}
.dropdown-menu-wrapper .button-primary {
  padding: 0.5625rem 1.0625rem;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown-menu-wrapper .social-mobile {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.dropdown-menu-wrapper .social-mobile .button-primary-mobile {
  flex: 1;
  display: flex;
  justify-content: center;
}

main .hero-section {
  position: relative;
  height: 638px;
  background-image: url("./images/cover-1.png");
  background-size: cover;
  transition: background-image 1s ease-in-out;
  z-index: 1;
}
main .hero-section .content-section {
  padding-left: 4.5625rem;
  width: 100%;
  height: 100%;
  padding-top: 9%;
  background-color: rgba(0, 0, 0, 0.15);
}
main .hero-section .content-section .transform {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 42px;
}
main .hero-section .content-section .transform .medical {
  font-size: 40px;
  line-height: 60px;
}
main .hero-section .content-section .transform .glp {
  font-size: 40px;
  color: #60a3df;
  line-height: 60px;
}
main .hero-section .content-section .hero-btn {
  padding: 0.72rem 2.3125rem;
  background-color: #60a3df;
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  main .hero-section .content-section {
    padding-left: 4rem;
  }
}
main .hero-section .img-section {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  main .hero-section {
    height: 100vh;
    background-position: 50% 50%;
  }
  main .hero-section .content-section {
    display: flex;
    align-items: center;
    padding: 0 1rem;
  }
  main .hero-section .content-section .hero-btn {
    margin-top: 2rem;
  }
}
main .hero-section-about {
  position: relative;
  height: 638px;
  background-image: url("./images/about-us-cover.png");
  background-size: cover;
}
main .hero-section-about .content-section {
  padding-left: 4.5625rem;
  width: 100%;
  height: 100%;
  padding-top: 9%;
  background-color: rgba(0, 0, 0, 0.15);
}
main .hero-section-about .content-section .transform {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  line-height: 51px;
}
main .hero-section-about .content-section .transform .medical {
  font-size: 40px;
  line-height: 60px;
}
main .hero-section-about .content-section .transform .glp {
  font-size: 40px;
  color: #60a3df;
  line-height: 60px;
}
main .hero-section-about .content-section .transform .happier {
  display: block;
  margin-top: 1rem;
  font-size: 1.75rem;
}
main .hero-section-about .content-section .transform-width {
  width: 45%;
}
main .hero-section-about .content-section .hero-btn {
  padding: 0.72rem 2.3125rem;
  background-color: #60a3df;
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  main .hero-section-about .content-section {
    padding-left: 4rem;
  }
  main .hero-section-about .content-section .transform-width {
    width: 60%;
  }
}
@media (max-width: 768px) {
  main .hero-section-about {
    height: 100vh;
    background-position: 50% 50%;
  }
  main .hero-section-about .content-section {
    display: flex;
    align-items: center;
    padding: 0 1rem;
  }
  main .hero-section-about .content-section .transform-width {
    width: 90%;
  }
  main .hero-section-about .content-section .hero-btn {
    margin-top: 2rem;
  }
}
main .hero-section-work {
  position: relative;
  height: 638px;
  background-image: url("./images/how-it-works-cover.png");
  background-size: cover;
}
main .hero-section-work .content-section {
  padding-left: 4.5625rem;
  width: 100%;
  height: 100%;
  padding-top: 9%;
  background-color: rgba(0, 0, 0, 0.15);
}
main .hero-section-work .content-section .transform {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  line-height: 51px;
}
main .hero-section-work .content-section .transform .medical {
  font-size: 40px;
  line-height: 60px;
}
main .hero-section-work .content-section .transform .glp {
  font-size: 40px;
  color: #60a3df;
  line-height: 60px;
}
main .hero-section-work .content-section .transform .happier {
  display: block;
  margin-top: 1rem;
  font-size: 1.75rem;
}
main .hero-section-work .content-section .transform-width {
  width: 38%;
}
main .hero-section-work .content-section .hero-btn {
  padding: 0.72rem 2.3125rem;
  background-color: #60a3df;
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  main .hero-section-work .content-section {
    padding-left: 4rem;
  }
  main .hero-section-work .content-section .transform-width {
    width: 60%;
  }
}
@media (max-width: 768px) {
  main .hero-section-work {
    height: 100vh;
    background-position: 50% 50%;
  }
  main .hero-section-work .content-section {
    display: flex;
    align-items: center;
    padding: 0 1rem;
  }
  main .hero-section-work .content-section .transform-width {
    width: 90%;
  }
  main .hero-section-work .content-section .hero-btn {
    margin-top: 2rem;
  }
}
main .hero-section-contact {
  background-image: url("./images/contact-us-cover.png");
}

main .hero-section-registration {
  background-image: url("./images/registertion-cover.png");
}

main .about-section {
  max-width: 1440px;
  margin: auto;
  background-color: #fff;
  padding: 6rem 4.5625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.5rem;
}
main .about-section .about-col {
  flex: 1;
  color: #000;
}
main .about-section .about-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .about-section .about-col .about-us-title {
  font-size: 21px;
  font-weight: 500;
}
main .about-section .about-col .about-us-desc {
  margin-top: 1rem;
  font-size: 34px;
  font-weight: 500;
  line-height: 120%;
}
main .about-section .about-col .about-p {
  font-size: 19px;
  font-weight: 300;
  line-height: 28.5px;
  margin-top: 1.5rem;
}
main .about-section .about-col .button-primary {
  padding: 0.72rem 2.3125rem;
  background-color: #60a3df;
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  main .about-section {
    grid-template-columns: 1fr;
    gap: 5rem;
    padding: 6rem 4rem;
  }
}
@media (max-width: 768px) {
  main .about-section {
    padding: 6rem 1rem;
    gap: 3rem;
  }
}
main .believe-section {
  background-color: #6b72b3;
  padding: 2rem 3.125rem;
  height: 395px;
}
main .believe-section .believe-wrapper .believe-heading {
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
}
main .believe-section .believe-wrapper .desc {
  text-align: center;
  font-size: 21px;
  line-height: 31.5px;
  color: #fff;
}
main .believe-section .believe-wrapper .card-sectiion {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4rem;
  gap: 4rem;
}
main .believe-section .believe-wrapper .card-sectiion .card-col {
  max-width: 412px;
  min-height: 473px;
  flex: 1;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 2rem;
}
main .believe-section .believe-wrapper .card-sectiion .card-col .card-heading {
  margin-top: 1rem;
  font-size: 22px;
  line-height: 33px;
  color: #000;
  font-weight: 500;
}
main .believe-section .believe-wrapper .card-sectiion .card-col .card-desc {
  margin-top: 1rem;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #000;
}

main .registeration-container {
  background-color: #6a72b2;
  margin: 86px 0 25px 0;
  padding: 63px 73px 21px 63px;
}

main .register-form-container {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  border-radius: 30px; /* Optional: Adds rounded corners */
  border: 1px solid white;
}

main .register-form-title {
  color: white;
  font-size: 1.5em;
  margin-bottom: 20px;
}

main .register-form-description {
  line-height: 20px;
  color: white;
  margin-bottom: 59px;
}

#conditions-list {
  display: none;
}

#allergicToMedicationsList {
  display: none;
}

main .register-form-group {
  margin-bottom: 20px;
}

main .register-form-group label {
  display: block;
  color: white;
  margin-bottom: 5px;
}

main .register-form-group input,
.register-form-group select {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #2d2d2d;
}

main .register-form-group select {
  padding: 15px;
}

main .register-form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L6 8.293l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

main .register-form-group input::placeholder,
.register-form-group select::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

main .checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
  width: 100%;
}

main .checkbox-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Spread the checkboxes across the row */
  gap: 20px;
  width: 100%; /* Ensure the row takes full width */
}

main .checkbox-row label {
  display: flex;
  align-items: center;
  font-size: 16px;
  flex: 1 1 30%; /* Allow checkboxes to be flexible and take up 30% of the width */
}

main .checkbox-row input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(1.2);
}

@media screen and (max-width: 768px) {
  .checkbox-row {
    flex-direction: column; /* Stack vertically on smaller screens */
    gap: 10px;
  }

  .checkbox-row label {
    font-size: 14px;
    max-width: 100%; /* Ensure labels take full width on mobile */
  }
}

@media screen and (max-width: 480px) {
  .checkbox-group {
    padding: 5px;
  }

  .checkbox-row label {
    font-size: 12px;
  }

  .checkbox-row input[type="checkbox"] {
    transform: scale(1.1);
  }
}

main .register-form-group input[type="checkbox"] {
  width: auto; /* Ensure checkbox size is default */
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
  transform: scale(1); /* Reset any transform applied */
}

main .submit-btn-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

main .submit-btn {
  background-color: #60a3df;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.2em;
  width: 200px;
}

main .submit-btn:hover {
  background-color: #43a3f8;
}

main .resgistration-form-logo {
  text-align: center;
  margin-top: 90px;
}

main .resgistration-form-logo img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .register-form-row {
    display: flex;
    justify-content: space-between;
  }

  .register-form-group {
    flex: 0 0 48%;
  }
}

@media (max-width: 1024px) {
  main .believe-section .believe-wrapper .card-sectiion {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  main .believe-section .believe-wrapper .card-sectiion {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
  main .believe-section .believe-wrapper .card-sectiion .card-col {
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  main .believe-section {
    height: auto;
    padding: 5rem 4rem;
  }
}
@media (max-width: 768px) {
  main .believe-section {
    height: auto;
    padding: 6rem 1rem;
  }
  main .believe-section .believe-heading {
    line-height: 40px !important;
  }
}
main .flyer-section {
  padding: 0 6.125rem 6.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1400px;
  width: 100%;
  margin: auto;
  margin-top: 25%;
}
main .flyer-section .flyer-img {
  min-width: 450px;
  width: 450px;
}
main .flyer-section .flyer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 5%;
}
main .flyer-section .flyer-content {
  flex: 1;
  color: #000;
}
main .flyer-section .flyer-content .flyer-h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
}
main .flyer-section .flyer-content .flyer-p {
  font-weight: 300;
  font-size: 19px;
  margin-top: 1rem;
  line-height: 33px;
}
main .flyer-section .flyer-content .button-primary {
  padding: 0.72rem 2.3125rem;
  background-color: #60a3df;
  margin-top: 2rem;
}
@media (max-width: 1440px) {
  main .flyer-section {
    margin-top: 30%;
  }
}
@media (max-width: 1280px) {
  main .flyer-section {
    margin-top: 6rem;
    gap: 3rem;
  }
}
@media (max-width: 1024px) {
  main .flyer-section {
    padding: 0 4rem 6rem;
    margin-top: 6rem;
    gap: 4rem;
    grid-template-columns: 1fr;
  }
  main .flyer-section .flyer-img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  main .flyer-section {
    padding: 0 1rem 6rem;
  }
  main .flyer-section .flyer-img {
    min-width: 100%;
    width: 100%;
  }
}
main .testimonial-section {
  overflow-x: hidden;
  text-align: center;
  background-color: #6868b3;
  padding: 3rem 3rem;
  color: white;
}
main .testimonial-section h1 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}
main .testimonial-section p {
  font-size: 21px;
  margin-bottom: 6rem;
}
main .testimonial-section .testimonial-slider {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
main .testimonial-section .testimonial-slider .testimonial-card {
  background: white;
  color: #000;
  padding: 2rem 2rem 3rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  width: 521px;
  margin: 0 32px;
  min-height: 346px;
  max-height: 346px;
}
main .testimonial-section .testimonial-slider .testimonial-card p {
  margin: 2rem 0 0;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  main .testimonial-section .testimonial-slider .testimonial-card {
    width: 100%;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  main .testimonial-section .testimonial-slider .testimonial-card {
    padding: 2rem 1rem !important;
    min-height: 300px !important;
  }
  main .testimonial-section .testimonial-slider .testimonial-card p {
    font-size: 16px;
    margin: 1rem 0 0 !important;
  }
}
main .testimonial-section .slick-prev,
main .testimonial-section .slick-next {
  width: 64px;
  height: 64px;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
}
main .testimonial-section .slick-prev::before,
main .testimonial-section .slick-next::before {
  display: none;
}
@media (max-width: 1024px) {
  main .testimonial-section .slick-prev,
  main .testimonial-section .slick-next {
    width: 30px;
    height: 30px;
    display: none;
  }
}
main .testimonial-section .slick-prev {
  left: -60px;
  background-image: url("./images/left-icon.png");
}
@media (max-width: 768px) {
  main .testimonial-section .slick-prev {
    left: -40px;
  }
}
main .testimonial-section .slick-next {
  right: -60px;
  background-image: url("./images/right-icon.png");
}
@media (max-width: 768px) {
  main .testimonial-section .slick-next {
    right: -40px;
  }
}
@media (max-width: 768px) {
  main .testimonial-section {
    padding: 4rem 1rem 6rem !important;
  }
}
main .approval-section {
  margin-top: 2rem;
  background-color: #6b72b3;
  padding: 4rem !important;
}
main .approval-section .believe-heading {
  display: flex;
  justify-content: center;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
}
main .approval-section .desc {
  display: flex;
  justify-content: center;
  font-size: 21px;
  line-height: 31.5px;
  color: #fff;
}
main .approval-section .approval-wrapper {
  max-width: 1210px;
  width: 100%;
  margin: auto;
  padding: 1rem 2.625rem 9.375rem 5.125rem;
  background-color: #fff;
  border-radius: 1.5rem;
}
main .approval-section .approval-wrapper .scale-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.375rem;
}
main .approval-section .approval-wrapper .scale-wrapper .img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .approval-section .approval-wrapper .scale-wrapper .content-col {
  padding-top: 4rem;
}
main
  .approval-section
  .approval-wrapper
  .scale-wrapper
  .content-col
  .sub-title {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  line-height: 33px;
}
main .approval-section .approval-wrapper .scale-wrapper .content-col .title {
  font-size: 34px;
  font-weight: 500;
  color: #000;
  line-height: 51px;
}
main .approval-section .approval-wrapper .scale-wrapper .content-col .desc {
  font-weight: 300;
  margin-top: 0.5rem;
  font-size: 20px;
  color: #000;
  line-height: 30px;
}
main
  .approval-section
  .approval-wrapper
  .scale-wrapper
  .content-col
  .button-primary {
  padding: 0.72rem 2.3125rem;
  background-color: #60a3df;
  margin-top: 4rem;
}
main .approval-section .approval-wrapper .scale-wrapper .content-col .mt-16px {
  margin-top: 1rem;
}
main .approval-section .approval-wrapper .scale-wrapper .content-col .mt-64px {
  margin-top: 4rem;
}
main .approval-section .approval-wrapper .scale-wrapper .pt-0 {
  padding-top: 0 !important;
}
@media (max-width: 1024px) {
  main .approval-section .approval-wrapper .scale-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
main .approval-section .approval-flex {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  padding: 6rem 4rem;
}
@media (max-width: 1280px) {
  main .approval-section {
    padding: 4rem 4rem;
  }
  main .approval-section .approval-wrapper {
    padding: 2rem 2rem 6rem;
  }
  main .approval-section .approval-wrapper .mt-16px {
    margin-top: 0 !important;
  }
  main .approval-section .approval-wrapper .mt-64px {
    margin-top: 2rem !important;
  }
  main .approval-section .approval-wrapper .button-primary {
    margin-top: 2rem !important;
  }
}
@media (max-width: 768px) {
  main .approval-section {
    padding: 4rem 1rem !important;
  }
}
main .contact-session {
  background-color: #60a3df;
  min-height: 532px;
  background-image: url("./images/cover-2.png");
  background-size: cover;
  margin: 2rem 0;
}
main .contact-session .contact-wrapper {
  max-width: 1210px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-top: 5rem;
}
main .contact-session .contact-wrapper .content-col {
  width: 597px;
}
main .contact-session .contact-wrapper .content-col .contact-heading {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  line-height: 51px;
}
main .contact-session .contact-wrapper .content-col .desc {
  font-weight: 300;
  margin-top: 1rem;
  font-size: 27px;
  color: #fff;
  line-height: 45px;
}
main .contact-session .contact-wrapper .content-col .button-primary {
  padding: 0.72rem 2.3125rem;
  background-color: #6b72b3;
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  main .contact-session {
    padding: 4rem !important;
  }
  main .contact-session .content-col {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  main .contact-session {
    padding: 4rem 1rem 6rem !important;
  }
  main .contact-session .content-col {
    width: 100% !important;
  }
}
main .helper-section {
  background-color: #fff;
  padding: 5rem 4rem;
}
main .helper-section .heper-wrapper {
  max-width: 1048px;
  width: 100%;
  margin: auto;
  text-align: center;
}
main .helper-section .heper-wrapper .helper-h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 60px;
  color: #000;
}
main .helper-section .heper-wrapper .helper-p {
  font-size: 19px;
  margin-top: 1rem;
  line-height: 28.5px;
  color: #000;
}
@media (max-width: 768px) {
  main .helper-section {
    padding: 4rem 1rem !important;
  }
}
main .contact-form-section {
  background-color: #6b72b3;
  padding: 5rem 4rem;
  margin-bottom: 4rem;
}
main .contact-form-section .contact-form-wrapper {
  background-color: #fff;
  border-radius: 2rem;
  max-width: 1440px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
main .contact-form-section .contact-form-wrapper .contact-form-col {
  padding: 3rem 0 4rem 6rem;
}
main .contact-form-section .contact-form-wrapper .contact-form-col .form-h1 {
  font-size: 46px;
  font-weight: 600;
  color: #000;
}
main
  .contact-form-section
  .contact-form-wrapper
  .contact-form-col
  .form-h1
  span {
  color: #60a3df;
}
main .contact-form-section .contact-form-wrapper .contact-form-col .form-p {
  width: 80%;
  font-size: 19px;
  margin-top: 1rem;
  color: #000;
  line-height: 30px;
}
main
  .contact-form-section
  .contact-form-wrapper
  .contact-form-col
  .form-container {
  margin-top: 3rem;
}
main .contact-form-section .contact-form-wrapper .contact-form-col form {
  display: flex;
  flex-direction: column;
}
main .contact-form-section .contact-form-wrapper .contact-form-col .form-group {
  margin-bottom: 15px;
}
main
  .contact-form-section
  .contact-form-wrapper
  .contact-form-col
  .form-group
  input,
main
  .contact-form-section
  .contact-form-wrapper
  .contact-form-col
  .form-group
  select {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #737b7d;
  font-size: 14px;
  background: none;
  appearance: none;
  -webkit-appearance: none;
}
main
  .contact-form-section
  .contact-form-wrapper
  .contact-form-col
  .form-group
  input:focus,
main
  .contact-form-section
  .contact-form-wrapper
  .contact-form-col
  .form-group
  select:focus {
  outline: none;
  border-bottom: 1px solid #5497d1;
}
main .contact-form-section .contact-form-wrapper .contact-form-col .form-row {
  display: flex;
  justify-content: space-between;
}
main
  .contact-form-section
  .contact-form-wrapper
  .contact-form-col
  .form-row
  .form-group {
  width: 48%;
}
main
  .contact-form-section
  .contact-form-wrapper
  .contact-form-col
  .form-row
  .form-group
  input {
  width: 100%;
}
main .contact-form-section .contact-form-wrapper .contact-form-col button {
  padding: 10px;
  background-color: #6aa8e3;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
main
  .contact-form-section
  .contact-form-wrapper
  .contact-form-col
  button:hover {
  background-color: #5497d1;
}
main .contact-form-section .contact-form-wrapper .form-img {
  min-width: 550px;
  width: 550px;
}
@media (max-width: 1280px) {
  main .contact-form-section .contact-form-wrapper .form-img {
    min-width: 400px;
    width: 400px;
  }
  main .contact-form-section .contact-form-wrapper .contact-form-col {
    padding: 3rem 0 4rem 3rem;
  }
}
@media (max-width: 1280px) {
  main .contact-form-section .contact-form-wrapper {
    flex-direction: column !important;
    gap: 1rem;
  }
  main .contact-form-section .contact-form-wrapper .contact-form-col {
    padding: 4rem;
  }
  main .contact-form-section .contact-form-wrapper .form-img {
    height: 400px;
    min-width: 100%;
    width: 100%;
  }
  main .contact-form-section .contact-form-wrapper .form-img iframe {
    border-top-right-radius: 0rem !important;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
}
@media (max-width: 768px) {
  main .contact-form-section {
    padding: 4rem 1rem !important;
  }
  main .contact-form-section .contact-form-col {
    padding: 3rem 2rem 3rem !important;
  }
}

footer {
  background-color: #6b72b3;
  padding: 5rem;
}
footer .footer-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
footer .footer-wrapper .logo-desc {
  margin-top: 1rem !important;
  font-size: 19px;
  color: #fff;
  line-height: 28.5px;
}
footer .footer-wrapper .logo-desc .bliss-lifestyle1 {
  font-size: 21px;
  font-weight: 500;
  color: #60a3df !important;
  line-height: 31.5px;
}
footer .footer-wrapper .social-icons {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
footer .footer-wrapper .quick-link-col {
  display: flex;
  justify-content: center;
}
footer .footer-wrapper .quick-link-col .quick-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
footer .footer-wrapper .quick-link-col .quick-wrapper .quick-link {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}
footer .footer-wrapper .quick-link-col .quick-wrapper .quick-links {
  font-size: 22px;
  color: #fff;
  line-height: 33px;
}
footer .footer-wrapper .quick-link-col .quick-wrapper .mt-48px {
  margin-top: 2.5rem;
}
footer .footer-wrapper .contact-us-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .footer-wrapper .contact-us-col .quick-link {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}
footer .footer-wrapper .contact-us-col .quick-links {
  display: flex;
  gap: 1rem;
  font-size: 22px;
  color: #fff;
  line-height: 33px;
}
footer .footer-wrapper .contact-us-col .mt-48px {
  margin-top: 2.5rem;
}
@media (max-width: 1024px) {
  footer .footer-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  footer .footer-wrapper .quick-link-col {
    justify-content: end;
  }
  footer .footer-wrapper .contact-us-col {
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  footer .footer-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  footer .footer-wrapper .quick-link-col {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 4rem 1rem;
  }
  footer .quick-link-col {
    margin-top: 3rem !important;
  }
  footer .contact-us-col {
    margin-top: 3rem !important;
  }
}

/*# sourceMappingURL=style.css.map */
