/* CUSTOM CSS */
/* GERNAL CSS */
body,
html {
  font-family: "Poppins", serif;
  overflow-x: clip;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

@font-face {
  font-family: "Golden Plains - Demo";
  src: url("../font/GoldenPlains.woff2") format("woff2"),
    url("../font/GoldenPlains.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

img {
  height: auto;
  max-width: 100%;
}

video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

input,
textarea,
select {
  width: 100%;
}

input[type="checkbox"] {
  height: auto;
  width: auto;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
p {
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  margin-bottom: 0px;
}

:root {
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-16: 16px;
  --fs-30: 30px;
  --fs-40: 40px;
  --fs-26: 26px;
  --fs-60: 60px;
  --fs-50: 50px;
  --fs-170: 170px;
  --fs-100: 100px;
  --lh-24: 24px;
  --lh-170: 185px;
  --lh-100: 115px;
  --lh-63: 63px;
  --lh-40: 40px;
  --lh-75: 75px;
  --lh-56: 56px;
  --lh-38: 38px;
  --lh-30: 30px;

  /* --lh-56: 56px; */
}
/* GERNAL CSS */

/* header css start */
.mt {
  margin-top: 105px;
}
.tooglemenu {
  display: none;
  transition: 0.3s ease-in;
}
.grid-main-header-here {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.navlist {
  display: flex;
  gap: 30px;
  align-items: center;
}
li.menu-item-has-children {
  position: relative;
}
ul.sub-menu {
  position: absolute;
  display: none;
  width: 245px;
  left: -15px;
  padding-top: 40px;
}
.custome-header {
  padding: 26px 0px;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
}
ul.navlist > li a {
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-24); /* 133.333% */
  transition: 0.3s ease-in;
  position: relative;
}
li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
li.menu-item-has-children > .sub-menu li {
  background-color: #fff;
  width: 100%;
  padding: 12px 15px;
}
li.menu-item-has-children > .sub-menu li a {
  color: var(--Black, #000);
}
li.menu-item-has-children > .sub-menu li.menu-item-has-children > .sub-menu {
  top: 0;
  left: 100%;
  padding-top: 0px;
}
ul.navlist li {
  position: relative;
}
ul.navlist li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: 0.3s ease-in;
  background: #89c4ef;
}

ul.navlist li.current-menu-item a::after {
  width: 100%;
}
ul.navlist li .sub-menu li a::after {
  display: none;
}
ul.navlist li .sub-menu li {
  border-bottom: 0.5px solid #c4c4c4;
}
ul.navlist li .sub-menu li:last-child {
  border-bottom: none;
}
ul.navlist li:hover a::after {
  width: 100%;
}
ul.navlist .sub-menu li:hover a::after {
  display: none;
}

header.custome-header.active ul.navlist ul.sub-menu > li:hover a {
  color: #2c95d1;
}
header.custome-header {
  transition: 0.3s ease-in;
}
header.custome-header.active {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
header.custome-header.active ul.navlist > li a {
  color: #1f6087;
}
.logo-main a {
  position: relative;
  width: 154px;
  height: 53px;
  display: block;
}
.logo-main a img {
  position: absolute;
  transition: 0.3s ease-in;
}
.logo-main a img.actual {
  opacity: 0;
}
header.custome-header.active .logo-main a img.default {
  opacity: 0;
}
header.custome-header.active a img.actual {
  opacity: 1;
}
header.custome-header.active .tooglemenu {
  filter: invert(0);
}
/* header css end */

/* hero section */

.hero {
  height: 932px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 5;
}
.hero-video {
  height: 100%;
  width: 100%;
}
.main-conent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  padding-bottom: 80px;
  transition: 0.3s ease-in;
}
.main-conent .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  transition: 0.3s ease-in;
}

.icon {
  position: absolute;
  right: 70px;
  transform: translateY(-50%);
  top: 50%;
}
.icon ul li {
  margin-bottom: 15px;
}
.icon ul li:last-child {
  margin-bottom: 0px;
}
.fs-170 {
  color: #fff;
  font-family: "Playfair Display";
  font-size: var(--fs-170);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-170); /* 100% */
}

.bottom-conent ul {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 50px;
}
.bottom-conent ul li {
  padding: 0px 20px;
  color: #fff;
  font-family: Poppins;
  font-size: var(--fs-30);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 0.7px solid #fff;
}
.bottom-conent ul li:first-child {
  border-left: none;
}
.bottom-conent .fs-170 {
  text-align: center;
}
.c-btn {
  padding: 13px 32px;
  border-radius: 100px;
  background: var(--Blue-5, #2c95d1);
  color: var(--White, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 500;
  display: block;
  width: fit-content;
  line-height: var(--lh-24); /* 133.333% */
  transition: 0.3s ease-in;
}
.c-btn:hover {
  color: var(--Logo-Color, #1f6087);
  background-color: #fff;
}
.bottom-conent .c-btn {
  margin: 0 auto;
}
.hero.active .main-conent {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.hero .bottom-conent {
  position: static;
}

.hero.active .main-conent .container {
  justify-content: center;
  align-items: flex-end;
  animation: animate 0.5s ease-in;
}
@keyframes animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* hero section */

/* insta section */
.insta {
  /* background-color: #2c95d1; */
  padding-top: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #e0f5ff;
}

.insta-post a {
  position: relative;
  width: 274px;
  height: 274px;
  display: block;
}
.insta-post .like-share {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000ad;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  opacity: 0;
  transition: 0.3s ease-in;
}
.likes {
  display: flex;
  align-items: center;
  gap: 2px;
}
.insta-post a:hover .like-share {
  opacity: 1;
}
.likes span {
  color: #fff;
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-24); /* 120% */
}
.main-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
  position: relative;
}
.icon-news-latter ul {
  display: flex;
  gap: 15px;
}
.fs-100 {
  font-size: var(--fs-100);
  font-weight: 400;
  line-height: var(--lh-100); /* 40% */
}
.main-title .fs-100 {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Playfair Display";
}

.data-banner {
  max-width: fit-content;
  width: 100%;
  margin-left: auto;
}

.main-title .fs-100 {
  font-style: italic;
}
.icon-news-latter {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.flow {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Playfair Display";
  font-size: var(--fs-100);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-100); /* 40% */
  width: fit-content;
  margin: 0 auto;
  display: block;
}
.flow:hover {
  color: #fff;
}
.insta-post {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 50px;
}
.fs-40 {
  font-size: var(--fs-40);
  font-style: normal;
  font-weight: 600;
  line-height: var(--lh-63); /* 157.5% */
}
.news-later .fs-40 {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Playfair Display";
}
.news-later .input-data {
  padding: 50px 0px 118px 0px;
}
.input-field {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
.input-field input[type="submit"] {
  max-width: 223px;
  color: var(--White, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 500;
  line-height: var(--lh-24); /* 133.333% */
  border: none;
  background-color: transparent;
  padding: 13px 0px;
  border-radius: 100px;
  border: 1px solid var(--White, #fff);
  background: rgba(194, 235, 255, 0);
  cursor: pointer;
  transition: 0.3s ease-in;
}
.input-field input[type="submit"]:hover {
  background-color: #fff;
  color: var(--Blue-5, #2c95d1);
}
.input-field input {
  background: var(--White, #fff);
  color: var(--Black, #000);
  font-family: Poppins;
  max-width: 254px;
  width: 100%;
  font-size: var(--fs-16);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-24); /* 150% */
  padding: 12px 15px;
  border: none;
  outline: none;
}
.input-field input::placeholder {
  color: #000;
}
/* insta section end */

/* footer css start */
.custom-footer {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #e0f5ff;
}
.copyright {
  background: var(--Blue-5, #2c95d1);
  padding: 18px 0px;
}

.copyright p {
  color: #fff;
  text-align: center;
}
.copyright p a:hover,
.copyright p a {
  color: #fff;
}
.copyright p {
  padding-bottom: 0px;
}

.footer-content {
  display: flex;
  max-width: 1100px;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
}
.footer-logo {
  max-width: 376px;
  width: 100%;
}
.footer-links {
  max-width: 136px;
  width: 100%;
}
.footer-links h3 {
  color: var(--Black, #000);
  font-family: Poppins;
  font-size: var(--fs-16);
  font-style: normal;
  font-weight: 600;
  line-height: var(--lh-24);
  margin-bottom: 15px;
  /* 137.5% */
}
.footer-links ul li {
  margin-bottom: 8px;
}
.footer-links ul li a span,
.footer-links ul li a {
  color: var(--Black, #000);
  font-family: Poppins;
  font-size: var(--fs-16);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-24); /* 112.5% */
}
.footer-links ul li:last-child {
  margin-bottom: 0px;
}
.footer-logo img {
  margin-bottom: 9px;
  display: block;
}
.footer-logo p {
  font-size: var(--fs-16);
  line-height: var(--lh-24);
  padding-bottom: 0px;
}
.footer-logo b {
  color: var(--Black, #000);
  font-family: Poppins;
  font-size: var(--fs-16);
  font-style: normal;
  margin-top: 22px;
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: var(--lh-24); /* 137.5% */
}
.footer-logo a {
  color: var(--Black, #000);
  font-family: Poppins;
  font-size: var(--fs-16);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-24);
  display: block;
  margin-bottom: 5px;
  /* 112.5% */
}
.footer-links ul li a {
  display: flex;
  gap: 15px;
  align-items: center;
}
.footer-links ul li span.img {
  width: 20px;
  height: 20px;
}
/* footer css end */

/* blog inner */

.inner-banner {
  min-height: 828px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}
.dr-zoe {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* .inner-banner .fs-100 {
  text-align: right;
  padding-right: 130px;
} */

/* blog grid css start */
.load-more-data {
  width: fit-content;
  margin: 0 auto;
}
.blog-grid {
  background: lightgray -915px 0px / 195.312% 124.264% no-repeat;
  background-color: #eff9fe;
  padding: 80px 0px;
  padding-bottom: 180px;
}
.full-grid {
  display: flex;
  gap: 133px;
}
.blog-filter {
  max-width: 350px;
  width: 100%;
}
.fs-30 {
  margin-bottom: 9px;

  font-size: var(--fs-30);
  font-style: normal;
  font-weight: 500;
  line-height: var(--lh-40); /* 86.667% */
  text-transform: uppercase;
}
.blog-filter .fs-30 {
  color: #000;
  font-family: Poppins;
}
.fs-60 {
  font-size: var(--fs-60);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-75); /* 57.143% */
}
.blog-filter .fs-60 {
  color: #1f6087;
  text-align: left;
  font-family: "Playfair Display";
  margin-bottom: 40px;
}
.search-blog-data {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding-right: 20px;
}
.search-blog-data input {
  border: none;
  padding: 13px 10px;
  color: rgba(0, 0, 0, 0.7);
}
.search-blog-data input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.search-blog-data img {
  cursor: pointer;
}
.search-blog-data {
  margin-bottom: 40px;
  max-width: 305px;
  border-radius: 5px;
}
.blog-filter .category .fs-30 {
  color: var(--Logo-Color, #1f6087);
  margin-bottom: 20px;
}
.category ul li {
  padding: 10px 0px;
  max-width: 270px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
.category ul li a {
  color: #000;
  font-family: Poppins;
  font-size: var(--fs-16);
  font-style: normal;
  font-weight: 300;
}
.category ul li:last-child {
  border-bottom: none;
}

.choose-category {
  margin-top: 70px;
  max-width: 305px;
  border-radius: 5px;
}
.choose-category select {
  padding: 13px 10px;
  border-radius: 5px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-repeat: no-repeat;
  background-position: 90% center;
  cursor: pointer;
}
.blog-grid-start {
  display: flex;
  gap: 75px;
  flex-wrap: wrap;
}
.blog-content-data {
  max-width: 400px;
  width: 100%;
}
.blog-content-data:nth-child(even) {
  max-width: 510px;
}
.blogtitles h3 {
  color: var(--Logo-Color, #1f6087);
  font-family: "Playfair Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  padding: 10px 0px;
}
.blogtitles p {
  color: #000;
}

.blog-grid-start a:nth-child(even) .blog-content-data {
  max-width: 504px;
  width: 100%;
}
.inner-banner.right .data-banner {
  padding-right: 130px;
}
.load-more-data a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-right: 250px;
  margin-top: 90px;
}
.load-more-data a span {
  color: var(--Logo-Color, #1f6087);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 125% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
/* blog grid css end */

/* single blog page start */

.single-blog-data {
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 97px;
  padding-bottom: 80px;
}
.single-blog-conent-data {
  max-width: 1217px;
  width: 100%;
  margin: 0 auto;
}
.single-blog-conent-data .fs-60 {
  color: var(--Logo-Color, #1f6087);
  font-family: "Playfair Display";
  margin-top: 15px;
  margin-bottom: 10px;
}
.single-blog-conent-data .bold {
  color: var(--Black, #000);
  font-weight: 500;
}
.single-blog-conent-data p {
  max-width: 956px;
  font-weight: 300;
}
p.time {
  font-weight: 500;
  padding-bottom: 19px;
}
.single-blog-grid {
  display: flex;
  padding-top: 85px;
  gap: 75px;
  align-items: flex-start;
}

.author-of-blog {
  max-width: 288px;
  width: 100%;
  background-size: cover;
  padding: 40px 30px 55px 30px;
}
.author-of-blog img {
  display: block;
  margin: 0 auto;
  margin-bottom: 22px;
  border-radius: 50%;
}
.author-of-blog h3 {
  color: #000;
  font-family: "Playfair Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 125% */
  text-align: center;
  margin-bottom: 10px;
}
.author-of-blog p {
  max-width: 230px;
  margin: 0 auto;
  text-align: center;
}
.author-of-blog .c-btn {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  margin: 0 auto;
  margin-top: 36px;
}

.author-of-blog .c-btn:hover {
  background: #2c95d1;
  color: #fff;
  border: 1px solid #2c95d1;
}
.single-blogfull-coent .fs-40 {
  color: var(--Logo-Color, #1f6087);
  font-family: "Playfair Display";
  margin-bottom: 25px;
}
.single-blogfull-coent .relationships .fs-40 {
  text-align: center;
}
.single-blogfull-coent p {
  padding-bottom: 15px;
}
.relationships {
  background: #c2ebff;
  padding: 60px 77px;
  margin: 50px 0px;
}
.relationships img {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
.relationships .fs-40 {
  font-family: "Playfair Display";
  font-weight: 400;
  margin-bottom: 15px;
}
.relationships p {
  max-width: 685px;
  margin: 0 auto;
  text-align: center;
}
.relationships .new-blod {
  max-width: 434px;
  width: 100%;
  margin: 0 auto;
}
.new-blod b {
  font-weight: 500;
}

.relationships .input-data {
  display: flex;
  gap: 14px;
}
.sav-data input,
.resources .input-data input,
.relationships .input-data input {
  color: var(--Black, #000);
  text-align: center;
  font-family: Poppins;
  font-size: var(--fs-16);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-24); /* 150% */
  padding: 12px 20px;
  border: 1px solid var(--Black, #000);
  background: var(--White, #fff);
  outline: none;
}
.relationships .input-data input {
  text-align: left;
}
.relationships .input-data input::placeholder {
  color: #000;
}
.sav-data input {
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid var(--Black, #000);
  background: var(--White, #fff);
  margin-top: 20px;
  color: var(--Black, #000);
  font-size: var(--fs-18);
  font-weight: 500;
  transition: 0.3s ease-in;
  cursor: pointer;
}
.sav-data input:hover {
  border-radius: 100px;
  border: 1px solid var(--Blue-5, #2c95d1);
  background: var(--Blue-5, #2c95d1);
  color: #fff;
}

.relatives-blog-data {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 85px 0px;
}
.relatives-blog-data .fs-60 {
  color: var(--Logo-Color, #1f6087);
  font-family: "Playfair Display";
}
.relatives-blog-data .blog-grid-start {
  padding-top: 57px;
  justify-content: space-between;
}
.relatives-blog-data .blog-grid-start a:nth-child(even) .blog-content-data,
.relatives-blog-data .blog-grid-start .blog-content-data {
  max-width: 470px;
}
.relatives-blog-data .blog-grid-start .blog-thumbnail-img {
  max-width: 470px;
  height: 470px;
}
.relatives-blog-data .blog-grid-start .blog-thumbnail-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contact-sec.blog {
  padding-top: 95px;
  padding-bottom: 67px;
}

.tem-condtion-data {
  margin-bottom: 40px;
}

.tem-condtion-data label {
  display: flex;
  align-items: center;
  gap: 15px;
}

.tem-condtion-data label span {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 185.714% */
}

/* home page css start */

/* resources section start  */
.resources {
  padding: 115px 0px;
  position: relative;
}
.top-vector {
  position: absolute;
  top: 15px;
  left: 0;
}
.bottom-vector {
  position: absolute;
  bottom: 0;
  right: 0;
}
.resources-content {
  display: flex;
  align-items: center;
  gap: 100px;
  justify-content: center;
}
.content-of-resources {
  max-width: 863px;
  width: 100%;
}
.content-of-resources .fs-40 {
  font-family: "Playfair Display";
  color: var(--Logo-Color, #1f6087);
  text-align: center;
  line-height: var(--lh-63);
  font-weight: 400;
  margin-bottom: 20px;
}
.content-of-resources p {
  text-align: center;
  max-width: 807px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.content-of-resources p b {
  font-weight: 500;
}
.resources .relastion-ship-from {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}
.resources .input-data {
  display: flex;
  gap: 15px;
  margin: 0 auto;
  margin-top: 13px;
}
.resources .input-data input {
  text-align: left;
}
.resources .input-data input::placeholder {
  color: #000;
}
/* resources section end  */

/* dr zoe section start */
.zoe-content {
  display: flex;
  gap: 108px;
  align-items: center;
  justify-content: center;
}
.zoe-main-content {
  max-width: 670px;
  width: 100%;
}
.zoe-main-content .fs-30 {
  color: var(--Black, #000);
  font-weight: 500;
}
.zoe-main-content .fs-90 {
  color: var(--Logo-Color, #1f6087);
  font-family: "Playfair Display";
  font-size: var(--fs-90);
  line-height: 100px;
}
.zoe-main-content .title {
  color: var(--Black, #000);
  font-family: Poppins;
  font-size: var(--fs-20);
  margin-top: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: var(--lh-30); /* 130% */
  margin-top: 15px;
  display: block;
}
.zoe-main-content b {
  font-weight: 500;
}
.bottom-links {
  display: flex;
  gap: 30px;
  padding-top: 25px;
}
.bottom-links a {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  padding: 12px 25px;
}
.bottom-links a:hover {
  color: var(--Blue-5, #2c95d1);
  border: 1px solid #fff;
}
.dr-zoe-data {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.zoe-img {
  margin-top: -65px;
}
/* dr zoe section end */

/* zoe brand section start */
.brand-patners {
  padding-top: 70px;
  padding-bottom: 90px;
  background: var(--Blue-5, #2c95d1);
  margin-top: -8px;
  position: relative;
}

.main-title-flow .fs-40 {
  color: var(--Blue-2, #addbfb);
  font-family: "Playfair Display";
  text-align: center;
}
.all-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 59px;
  row-gap: 30px;
  padding-top: 67px;
  align-items: center;
  max-width: 1250px;
  margin: 0 auto;
}

/* brnad section start */

.quiz-sectio {
  padding-top: 115px;
  padding-bottom: 96px;
}
.quiz-sectio {
  background-color: #e0f5ff;
  background-repeat: no-repeat;
  background-position: top;
}

.quiz-video {
  max-width: 1125px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 631px;
}
.main-play-btn {
  position: absolute;
  top: 50%;
  max-width: 787px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.main-play-btn img {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  margin-bottom: 47px;
  transition: 0.3s ease-in;
}
.main-play-btn .fs-50 {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Playfair Display";
  font-size: var(--fs-50);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-56); /* 114.286% */
}
.main-play-btn h3 {
  color: var(--White, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 500;
  line-height: var(--lh-24); /* 133.333% */
  margin-top: 40px;
}
.main-title-quiz .fs-60 {
  color: var(--Logo-Color, #1f6087);
  text-align: center;
  font-family: "Playfair Display";
  max-width: 821px;
  width: 100%;
  margin: 0 auto;
  margin-top: 97px;
}

.fs-50 {
  color: var(--Black, #000);
  text-align: center;
  font-family: Poppins;
  font-size: var(--fs-50);
  font-style: normal;
  font-weight: 600;
  line-height: var(--lh-56); /* 104.082% */
}
.main-title-quiz .fs-50 {
  margin-top: 20px;
}
.quiz {
  display: flex;
  margin-top: 105px;
  gap: 58px;
  justify-content: center;
}
.quiz-start {
  border-radius: 50px 0px;
  border: 2px solid var(--Blue-5, #2c95d1);
  background: rgba(44, 149, 209, 0);
  padding: 35px 33px 48px 40px;
  max-width: 360px;
  width: 100%;
}
.quiz-start p {
  max-width: 288px;
  width: 100%;
  min-height: 55px;
}
.quiz-start .c-btn {
  margin-top: 20px;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.quiz-start .c-btn:hover {
  color: #fff;
  border: 1px solid var(--Blue-5, #2c95d1);
  background-color: var(--Blue-5, #2c95d1);
}
.quiz-start h3 {
  color: var(--Black, #000);
  font-family: "Playfair Display";
  text-transform: none;
  margin-bottom: 12px;
}

/* quiz section end */

/* podcast section start */

.podcats {
  background: var(--Blue-2, #addbfb);
  position: relative;
}
.video-section {
  height: 912px;
  width: 100%;
  position: relative;
}
.video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pod-cast-phone {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* margin-top: -110px; */
  transform: translateY(-110px);
}
.podcast-conent {
  max-width: 730px;
  width: 100%;
  background-color: #fff;
  padding: 33px 45px 53px 45px;
  border-radius: 20px;
  border: 2px solid rgba(44, 149, 209, 0.5);
  background: #fff;
}
.fs-20 {
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 500;
  line-height: var(--lh-24); /* 130% */
}
.podcast-conent .fs-20 {
  color: var(--Black, #000);
  font-family: Poppins;
  text-align: center;
  margin-bottom: 20px;
}
.podcast-conent .fs-40 {
  color: var(--Logo-Color, #1f6087);
  text-align: center;
  font-family: "Playfair Display";
  margin-bottom: 20px;
}
.podcast-conent p {
  text-align: center;
  font-size: var(--fs-16);
  /* line-height: 25px; */
}

.podcast-conent span {
  display: block;
  width: fit-content;
  margin: 20px auto;
  color: var(--Black, #000);
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: italic;
  font-weight: 500;
  line-height: var(--lh-24); /* 144.444% */
}

.listen-on {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}

.podcast-img {
  margin-top: -35px;
  position: relative;
  margin-right: -35px;
}
.zoe-logo {
  position: absolute;
  top: 130px;
  left: 0;
}
.podcast-title-data {
  padding-top: 64px;
  padding-bottom: 75px;
  background-color: #fff;
}
.podcast-title-data .fs-50 {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  color: var(--Logo-Color, #1f6087);
  text-align: center;
  font-family: "Playfair Display";
  margin-bottom: 27px;
}

.podcast-title-data span {
  color: var(--Logo-Color, #1f6087);
  text-align: center;
  font-family: Poppins;
  font-size: var(--fs-20);
  width: fit-content;
  margin: 0 auto;
  display: block;
}
.pod-cast-list {
  max-width: 730px;
  margin-left: auto;
  margin-right: 145px;
}
.podcast-links {
  padding-bottom: 95px;
  padding-top: 50px;
  margin-top: -110px;
}

.pod-cast-list .latest-apisode {
  color: var(--Black, #000);
  font-family: Poppins;
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 500;
  line-height: var(--lh-24);
  margin-bottom: 30px;
  /* 130% */
}
.pod-cast-list ul li span {
  color: var(--Blue-5, #2c95d1);
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 500;
  line-height: var(--lh-24);
  margin-bottom: 7px;
  display: block;
  width: fit-content;
  /* 133.333% */
}

.podcast-title {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.pod-cast-list .fs-26 {
  color: var(--Black, #000);
  font-family: "Playfair Display";
  font-size: var(--fs-26);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-38); /* 146.154% */
  max-width: 647px;
  width: 100%;
}
.pod-cast-list li {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #000;
}
.pod-cast-list li:first-child {
  padding-top: 0px;
}

.c-btn.all {
  margin-top: 55px;
  color: var(--Black, #000);
  border: 1px solid #000;
  background-color: transparent;
}
.c-btn.all:hover {
  background-color: #2c95d1;
  border: 1px solid #2c95d1;
  color: #fff;
}
.resources-img {
  position: relative;
}

/* answer and questions */
.question-answer {
  padding: 102px 0px;
}

.question-answer-data {
  position: relative;
  height: 645px;
}
.question-answer-data img {
  height: 100%;
  width: 100%;
}
.question-answer-data img.obset-zero {
  position: absolute;
  inset: 0;
  max-width: initial;
  width: auto;
}
.bottom-conent,
.question-title {
  position: absolute;
}

.bottom-conent {
  bottom: 24px;
  left: 104px;
}
.bottom-conent .fs-40 {
  color: #fff;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
}
.fs-114 {
  font-size: 114px;
  font-style: normal;
  font-weight: 400;
  line-height: 108px; /* 94.737% */
}

.question-title {
  width: 100%;
  max-width: 573px;
  top: 30px;
  left: 25px;
}

.question-title .fs-114 {
  color: #fff;
  text-align: center;
  font-family: "Golden Plains - Demo";
}

/* section end */

.amazone {
  padding: 53px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.amazone-order-data {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 25px;
}
.amazone-order {
  max-width: 777px;
  width: 100%;
  gap: 24px;
  padding: 85px 120px;
}
.amazone-product-img {
  padding: 80px;
  max-width: 777px;
  width: 100%;
  background-color: #fff;
}
.amazone-order .fs-40 {
  color: var(--Logo-Color, #1f6087);
  text-align: center;
  font-family: "Playfair Display";
  line-height: 55px;
  margin-bottom: 30px;
}
.amazone-order .fs-30 {
  color: #000;

  text-align: center;
  font-family: Poppins;
  margin-bottom: 12px;
}

.amazone-order p {
  color: var(--Black, #000);
  text-align: center;
  font-family: Poppins;
  font-size: var(--fs-16);
  font-style: normal;
  line-height: var(--lh-24); /* 150% */
  padding-bottom: 0px;
}

.amazone-order .bold {
  font-weight: 600;
  margin-bottom: 30px;
}
.fs-22 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 136.364% */
  text-transform: uppercase;
  margin: 30px 0px;
}
.amazone-logo a {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

/* latest post section end */

.latest-post {
  padding-top: 70px;
  padding-bottom: 135px;
  background-repeat: no-repeat;
  background-size: cover;
}
.all-posts {
  display: flex;
  justify-content: center;
}
.main-post-slider {
  max-width: 840px;
  width: 100%;
}
.main-title-post .fs-30 {
  margin-bottom: 22px;
}

.main-title-post .fs-70 {
  margin-bottom: 40px;
}
.blog-titles-data {
  padding: 110px 0px 116px 206px;
  background-color: #fff;
  position: relative;
}
.blog-titles-data::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  background-color: #fff;
  top: 0;
  right: -50%;
}
.blog-titles-data ul {
  max-width: 415px;
}
.blog-titles-data ul li {
  padding: 43px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.blog-titles-data ul li:last-child {
  border-bottom: 0px;
  padding-bottom: 80px;
}
.blog-titles-data .c-btn {
  margin-top: 15px;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 13px 57px;
}
.blog-titles-data .c-btn:hover {
  background-color: var(--Blue-5, #2c95d1);
  color: #fff;
  border-color: #2c95d1;
}
.fs-18 {
  color: var(--Blue-5, #2c95d1);
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-24); /* 133.333% */
}
.blog-titles-data .fs-18 {
  margin-bottom: 10px;
}
.fs-25 {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 140% */
}
.blog-titles-data .fs-25 {
  margin-bottom: 20px;
  color: var(--Black, #000);
  font-family: "Playfair Display";
}
.blog-titles-data p {
  color: #000;
  padding-bottom: 0px;
}
.blog-imgs {
  margin-top: 25px;
  margin-right: -85px;
}

.main-title-flow .fs-50 {
  color: var(--Blue-2, #addbfb);
  text-align: center;
  font-family: "Playfair Display";
}

/* about us banner css start */

.hero.inner-banner.left .main-conent {
  position: static;
  padding: 0px;
}
.hero.inner-banner.left {
  height: 825px;
  background-size: cover;
}

.hero.inner-banner.left .bottom-conent {
  max-width: 722px;
  width: 100%;
}
.about-section-content {
  padding: 75px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-about-content .fs-40 {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Playfair Display";
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 0px;
}
.main-about-content .title {
  color: var(--Logo-Color, #1f6087);
  text-align: center;
  font-family: Poppins;
  font-size: var(--fs-20);
  padding-bottom: 0px;
}

/* about us banner css end */

/* about us zoe*/

.dr-zoe-about-us {
  padding-top: 155px;
  padding-bottom: 198px;
  background-position: bottom;
  /* background-color: red; */
  position: relative;
  z-index: 99;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-us-content {
  display: flex;
  gap: 100px;
  align-items: flex-start;
}
.zoe-conent {
  max-width: 672px;
}
.fs-90 {
  font-size: var(--fs-90);
  font-style: normal;
  font-weight: 700;
  line-height: var(--lh-100); /* 106.667% */
}

.zoe-conent .fs-90 {
  color: var(--Logo-Color, #1f6087);
  font-family: "Playfair Display";
  margin-bottom: 12px;
  margin-top: 55px;
}

.zoe-conent .bold {
  color: var(--Black, #000);
  font-family: "Playfair Display";
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 600;
  line-height: var(--lh-30);
}
.zoe-conent .bold {
  margin-bottom: 25px;
  padding-bottom: 0px;
}
.zoe-img-about {
  position: relative;
  padding-top: 58px;
  padding-left: 58px;
  z-index: 1;
}
.zoe-img-about::after {
  position: absolute;
  content: "";
  background-color: #d7e9e9;
  width: calc(100% - 98px);
  height: calc(100% - 58px);
  top: 0;
  left: 0;
  z-index: -1;
}
.zoe-conent p {
  padding-bottom: 5px;
}

.fact-about {
  display: flex;
  gap: 88px;
  align-items: flex-start;
}
.fun-fact-about {
  padding-bottom: 55px;
  padding-top: 183px;
  margin-top: -100px;
}
.fact-about-content {
  max-width: 706px;
  width: 100%;
}
.fact-about-content .fs-60 {
  color: var(--Logo-Color, #1f6087);
  text-align: left;
  font-family: "Playfair Display";
  margin-bottom: 67px;
}

.fact-about-content .fs-25 {
  color: var(--Blue-5, #2c95d1);
  leading-trim: both;
  text-edge: cap;
  font-family: "Playfair Display";
  padding-bottom: 25px;
}
.fact-about-content p {
  padding-bottom: 0px;
}
.fact-about-content li {
  padding-bottom: 30px;
  padding-top: 26px;
}
.fact-about-content li {
  border-bottom: 1px solid #000;
}
.fact-about-content li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.fact-about-content li:first-child {
  padding-top: 0px;
}
.universal-input input {
  cursor: pointer;
}
/* about us zoe end*/

.dr-zoe-about-us.about-us-section {
  padding: 132px 0px;
}
.dr-zoe-about-us.about-us-section .about-us-content {
  gap: 75px;
}

.dr-zoe-about-us.about-us-section .fs-50 {
  color: var(--Logo-Color, #1f6087);
  text-align: left;
  leading-trim: both;

  text-edge: cap;
  font-family: "Playfair Display";
  margin-bottom: 60px;
}
.dr-zoe-about-us.about-us-section .zoe-conent {
  max-width: 906px;
  width: 100%;
}

.extensive-section.about-us .extensive-box {
  max-width: 1120px;
  width: 100%;
}

.extensive-section.about-us .extensive-box p {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;

  line-height: 40px;
}

.extensive-section.about-us .extensive-box p span,
.extensive-section.about-us .extensive-box p a {
  color: var(--Logo-Color, #1f6087);
  font-weight: 600;
  font-weight: 600;
}

/* page end */

/* podcast css start */

.blog-grid.podcast {
  padding: 100px 0px;
}
.blog-grid.podcast .full-grid {
  flex-direction: column;
  gap: 60px;
}

.blog-grid.podcast .full-grid .fs-60 {
  color: var(--Logo-Color, #1f6087);
  font-family: "Playfair Display";
}
.blog-grid.podcast .full-grid .load-more-data a {
  margin: 0px auto;
  margin-top: 100px;
}
.blog-grid.podcast .blog-content-data,
.blog-grid.podcast .blog-grid-start a:nth-child(even) .blog-content-data {
  max-width: 488px;
}
.blog-grid.podcast .blog-grid-start {
  gap: 55px;
}
.blog-grid.podcast .blog-thumbnail-img {
  width: 100%;
  height: 465px;
}
.blog-grid.podcast .blog-thumbnail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-grid.podcast .blogtitles {
  background-color: #fff;
  padding: 24px 36px;
}
.blog-grid.podcast .blogtitles h3 {
  padding: 0px;
  padding-bottom: 12px;
  color: var(--Blue-5, #2c95d1);
  font-family: Poppins;
  font-size: var(--fs-20);
  line-height: 26px;
  font-weight: 500;
}
.blog-grid.podcast .blogtitles p {
  padding-bottom: 0px;
  min-height: 90px;
}
.podcast-data {
  position: absolute;
  max-width: 840px;

  display: flex;
  align-items: center;
  left: 160px;
  top: 156px;
  border-radius: 11px;
  height: 552px;
  top: 50%;
  transform: translateY(-50%);
}
.pod-cast-data {
  width: 100%;
  max-width: 280px;
  padding-left: 20px;
  padding-top: 17px;
  padding-right: 20px;
  border-radius: 11px 0px 0px 11px;
  background: #f8f8fa;
  padding-bottom: 27px;
}
.pod-cast-list-data {
  width: 558px;
  width: 100%;
  border-radius: 0px 11px 11px 0px;
  background: #ebebed;
  padding-top: 63px;
  padding-bottom: 47px;
  padding-left: 20px;
  padding-right: 20px;
}

.pod-cast-list-data ul li span {
  color: #b2b2b6;
  font-family: "Playfair Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px; /* 141.667% */
  letter-spacing: 0.48px;
  margin-bottom: 4px;
  display: block;
}
.pod-cast-list-data ul li p {
  color: #86868b;
  font-family: "Playfair Display";

  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
}
.pod-cast-list-data ul li {
  border-bottom: 1px solid #e1e1e3;
  padding-top: 10px;
}
.pod-cast-list-data ul li:first-child {
  padding-top: 0px;
}
a.see-more {
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 5;
}
a.see-more span {
  color: #7224d8;
  /* font-family: "Playfair Display"; */
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 700;
  line-height: var(--lh-30); /* 188.235% */
}
.pod-cast-data .logo {
  padding-bottom: 20px;
}
.pod-cast-img {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
  height: 238px;
  width: 238px;
  border-radius: 7px;
  margin-bottom: 20px;
}
.pod-cast-img img {
  width: 100%;
  height: 100%;
}
.fs-17 {
  color: #86868b;
  /* font-family: "SF Pro Display"; */
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 129.412% */
  margin-bottom: 7px;
}
.main-title-pod-cast span {
  color: #b2b2b6;
  leading-trim: both;
  text-edge: cap;
  /* font-family: "SF Pro Display"; */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 129.412% */
}
.main-title-pod-cast-data {
  display: flex;
  gap: 18px;
  align-items: center;
}
.pod-cast-content p {
  color: #b2b2b6;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  margin-top: 15px;
  margin-bottom: 20px;
  padding-bottom: 0px;
}
.pod-cast-content p a {
  color: #7224d8;
}
.latest-episode {
  display: flex;
  gap: 10px;
  border-radius: 6px;
  background: #7224d8;
  padding: 16px 50px;
}
.latest-episode span {
  color: #fff;
  /* font-family: "SF Pro Display"; */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 188.235% */
}

/* podcast css end */

/* pod cast inner banner */

.pod-cast-hero-section {
  padding-top: 45px;
  padding-bottom: 127px;
}


.pod-cast-header-data .fs-50 {
  color: var(--Logo-Color, #1f6087);
  font-family: "Playfair Display";
  font-weight: 700;
  text-align: left;
  margin-bottom: 5px;
}

.main-flow .continues-flow{
  color: var(--Blue-3, #89C4EF);
font-family: "Cormorant Garamond";
font-size: 130px;
font-style: normal;
font-weight: 600;
text-wrap: nowrap;

line-height: normal;
}
.pod-cast-header-data p{
  /* margin-top: 20px; */
  max-width: 930px;
  padding-bottom: 0px;
  width: 100%;
 
}

.pod-cast-header-data .suscribe h3{
margin-top: 30px;
text-align: left;
margin-bottom: 20px;
color: var(--Black, #000);
font-family: Poppins;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 127.273% */
}
.pod-cast-header-data  .listen-on{
justify-content: flex-start;
}

.pod-cast-header{
  position: relative;
}
.vector{
  position: absolute;
  z-index: -1;
}
.pod-cast-img-banner {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.relative-data{
  position: relative;
  z-index: 99;
}
.main-flow{
  overflow: hidden;
}
.pod-cast-header-data{
  padding-top: 110px;
}



.main-flow .continues-flow {
  white-space: nowrap;
  animation: marquee 10s linear infinite ;
}

.single-blog-img{
  max-width: 100%;
  height: 689px;
}
.single-blog-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pod-cast-list-data ul {
  height: 382px;
  overflow-y: auto;
}
.blog-grid.podcast .blog-thumbnail-img{
  transition: 0.3s ease-in;
  background-color: #fff;
}

.blog-grid.podcast .blog-content-data:hover .blog-thumbnail-img{
padding: 15px;
}
@keyframes marquee {
  from {
      transform: translateX(0%);
  }
  to {
      transform: translateX(-50%);
  }
}


