@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* ROOT Variable Start*/
:root {
  --primary: #5b5be1;
  --purple: #5b5be1;
  --white: #fff;
  --black: #000;
  --gray: #6c778b;
  --dark_gray: #808080;
  --red: #d32f2f;
  --neutral: #4b5162;
  --light_purple: #d0d0f6;
  --light-grayish: #fefdfd;
  --text_yellow: #ffc620;
  --gradiant_primary: linear-gradient(360deg, #ffffff -10.09%, #5b5be1 109.65%),
    linear-gradient(0deg, #5b5be1, #5b5be1);
  --gradiant_primary2: linear-gradient(
    180deg,
    #5b5be1 27.08%,
    #5b5be1 42.59%,
    #f98080 80.56%
  );
  --gutter-x: 1.5rem;
  --gutter-y: 0;
  --PrimaryAlphaPRA30: rgb(56 127 245 / 30%);
  --PrimaryAlphaPRA05: rgb(56 127 245 / 5%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto !important;
}

body {
  font-family: "Poppins", serif;
  background-color: var(--light-grayish);
  margin: 0;
  padding: 0;
  scroll-behavior: auto !important;
}

img {
  max-width: 100%;
  height: auto;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Heading Text */
p {
  font-size: 16px;
  line-height: 24px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 30px;
}

/* Text */
.text-roboto {
  font-family: "Roboto", serif;
}
.text-sm {
  font-size: 10px;
}
.text-md {
  font-size: 16px;
}
.text-lg {
  font-size: 18px;
}

/* Background Color */
.bg-yellow {
  background-color: var(--text_yellow);
}

/* Text Color */
.text-primary {
  color: var(--primary);
}
.text-gray {
  color: var(--gray);
}
.text-dark-gray {
  color: var(--dark_gray);
}

/* Background Gradiant */
.bg-gradiant-blue {
  background: var(--gradiant_primary);
}

/* Margin */
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}

/* Align */
.text-center {
  text-align: center;
}

/* Button */
.btn_neon_blue {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
  display: inline-block;
  width: max-content;
  background: linear-gradient(
    92.54deg,
    var(--primary) 0.21%,
    var(--white) 100.92%
  );
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.btn_neon_blue span {
  background-color: var(--primary);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  margin: 1px;
}
.btn_neon_blue img {
  transition: all 0.2s ease-in-out;
}
.btn_neon_blue:hover span {
  background-color: #343697;
}
.btn_neon_blue:hover img {
  transform: rotate(45deg);
}
.btn_white {
  color: var(--primary);
  font-size: 18px;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
  display: inline-block;
  width: max-content;
  background: linear-gradient(
    92.54deg,
    var(--primary) 0.21%,
    var(--white) 100.92%
  );
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.btn_white span {
  background-color: var(--white);
  padding: 13.5px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  margin: 1px;
}
.btn_white img {
  transition: all 0.2s ease-in-out;
}
.btn_white:hover img {
  transform: rotate(45deg);
}

/* Container */
.container {
  width: 100%;
  padding: 0px 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px;
}

/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
  gap: 20px 0px;
}
.row > * {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

/*Vik*/
.btn-red {
  background-color: var(--red);
  color: var(--white);
}
.btn {
  position: relative;
  display: inline-block;
  padding: 12px 34px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  border-radius: 10px;
  line-height: 1.25;
}
/*Vik*/
/*Header CSS */
.header-stripe {
  background: #ffc620;
  padding: 16px 0px;
}
.header-stripe img {
  width: 28px;
}
.header-stripe-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
/* header.header {
  position: sticky;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  padding: 0px 0px 0;
  background-color: var(--white);
  transition: all 0.5s;
} */
.header-stripe-inner p {
  margin-bottom: 0;
  font-weight: 500;
}
.header-stripe-inner p span {
  font-weight: 600;
}

header.header .navbar-brand img {
  transition: 0.3s all;
}
.header .navbar-brand {
  height: 100%;
  display: flex;
}
.Headerstricky header.header {
  /* backdrop-filter: blur(20px); */
}
.header-main {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  background-color: var(--white);
  transition: transform 0.5s ease;
}
.Headerstricky .header-main {
  top: 0px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
.header-main.hide-header {
  transform: translateY(-100%);
}
.header-btn {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header .menu-header-menu-container > ul {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 32px;
  margin: 0;
}

.header .menu-header-menu-container > ul > li > a {
  color: #6c778b;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.3s all;
}
.header .menu-header-menu-container > ul > li > a:hover {
  color: #5b5be1;
}
.header .menu-header-menu-container > ul > li {
  position: relative;
}
.header .menu-header-menu-container > ul > li.active > a {
  font-weight: 600;
  color: #5b5be1;
}
.header .menu-header-menu-container > ul .sub-menu li.current-menu-item > a {
  font-family: var(--font_NeoTech) !important;
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 48px;
}
.header .menu-header-menu-container > ul > li .sub-menu {
  background: var(--white);
  padding: 20px;
  list-style: none;
  border-radius: 3px;
  position: absolute;
  width: 240px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  top: 200%;
  visibility: hidden;
  pointer-events: none;
}
.header .menu-header-menu-container > ul > li:hover .sub-menu {
  opacity: 1;
  top: calc(100% + 8px);
  transition: all 0.25s ease-in-out;
  visibility: visible;
  pointer-events: all;
}

.header .menu-header-menu-container > ul .sub-menu li a {
  font-size: 18px;
  color: var(--black);
  transition: all 0.5s;
}
.header .menu-header-menu-container > ul .sub-menu li a:hover {
  letter-spacing: 1px;
}
.mobile-nav-toggle .menu-icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 3px;
  width: 30px;
  top: 15px;
  background-color: var(--purple);
}
.mobile-nav-toggle .menu-icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: var(--purple);
  content: "";
  top: -10px;
  right: 0;
}
.footer-col-1 {
  flex-direction: column;
  display: flex;
  gap: 20px;
}
.footer-col-1 p {
  color: rgb(255 255 255 / 60%);
  margin-bottom: 0;
}
.mobile-nav-toggle .menu-icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: var(--purple);
  content: "";
  top: 10px;
  right: 0;
}
.mobile-nav-toggle.open .menu-icon {
  transition-duration: 0.5s;
  background: transparent;
}
.mobile-nav-toggle.open .menu-icon:before {
  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
.mobile-nav-toggle.open .menu-icon:after {
  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
.mobile-nav-toggle:hover {
  cursor: pointer;
}
.mobile-nav-toggle {
  display: none;
}
/*HEader CSS End*/

/*Footer CSS*/
.cta-footer h3 {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 600;
}

.cta-footer .btn-white {
  padding: 12px 20px;
  font-weight: 500;
  transition: 0.3sease-in-out;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #5b5be1;
  box-shadow: 3px 12px 20px 0px #5b5be126;
  background-color: var(--white);
  color: #5b5be1;
  border-radius: 60px;
  line-height: 18px;
}
.cta-footer {
  text-align: center;
  margin-bottom: 40px;
}
.footer {
  background-color: var(--purple);
  color: var(--white);
  padding: 50px 0px 46px;
  background-image: url(../images/footer-shape.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.footer-menu-block h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
  font-weight: 500;
  margin-top: 0;
}
.footer-menu-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-menu-block ul li a {
  font-size: 16px;

  color: rgb(255 255 255 / 60%);
  text-decoration: none;
  list-style: none;
  line-height: 24px;
  transition: 0.3s;
}
.footer-menu-block ul li a:hover {
  color: var(--white);
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}

.footer-top .footer-col {
  max-width: 306px;
  width: 100%;
  flex: 1;
}
.footer-top .footer-col.footer-col-1 {
  max-width: 277px;
  flex: 277px;
}

.social-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
}
.footer-bottom {
  padding-top: 30px;
  justify-content: center;
  display: flex;
  font-size: 12px;
}
.footer-bottom p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}
.footer-bottom-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 6px;
}
.footer-bottom-right ul li a {
  font-family: var(--font_Montserrat_B);
  font-size: 12px;
  text-decoration: none;
  color: var(--white);
  transition: 0.3s;
}
.footer-bottom-right ul li a:hover {
  color: var(--primary);
}
.footer-bottom-right ul li:after {
  content: "•";
  padding-left: 6px;
}
.footer-bottom-right ul li:last-child:after {
  padding-left: 0;
  opacity: 0;
  display: none;
}
.footer-middle-left p {
  font-size: 12px;
  line-height: 16px;
}
.footer-middle-left a {
  color: var(--primary);
  font-family: var(--font_Montserrat_B);
}
.footer-middle {
  display: flex;
  gap: 20px;
}

.footer-middle-right {
  max-width: 220px;
}
.footer-middle {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 120px;
}

.social-list a {
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-list a:hover {
  transform: translateY(-5px);
}
/*Footer CSS End*/

/* Warning Header */
.warning_header {
  background-color: #ffc620;
  padding: 16px 0px;
}
.warning_header p {
  line-height: normal;
  font-weight: 500;
  text-align: center;
  margin: 0px;
}
.warning_header p span {
  font-weight: 700;
}

/* Hero Section */
.hero_section {
  padding: 232px 0px 60px 0px;
}
.hero_section .hero_content {
  max-width: 1052px;
  margin: 0px auto;
  text-align: center;
}
.hero_section .hero_content h1 {
  font-size: 52.44px;
  font-weight: 600;
  line-height: 63.45px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.hero_section .hero_content h1 span {
  font-size: 63.04px;
  font-weight: 800;
  line-height: 76.28px;
  background: linear-gradient(
    180deg,
    rgba(91, 91, 225, 1) 0%,
    rgba(91, 91, 225, 1) 29%,
    rgba(249, 128, 128, 1) 143%,
    rgba(249, 128, 128, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero_section .hero_content p {
  color: #00000080;
  font-size: 20px;
}
.hero_content .btn_neon_blue {
  margin-top: 30px;
  box-shadow: 0px 4px 46.1px 0px #5b5be14d;
}

/* About Section */
.about_section {
  background-color: #5b5be1;
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 60px 0px;
  margin: 60px 0px 50px;
}
/* .about_section .container{
  scale: 0.7;
} */
.about_section::before {
  content: "";
  position: absolute;
  width: 1824px;
  height: 1334px;
  border-radius: 50%;
  left: 50%;
  right: 50%;
  top: -90px;
  transform: translateX(-50%);
  background: linear-gradient(3deg, #b9b9ffa8 -67.23%, #5b5be1 98.61%);
}
.about_section .card {
  position: relative;
  z-index: 1;
  padding: 20px;
  background-color: #ffffff80;
  border-radius: 20px;
  display: inline-flex;
  text-align: left;
  height: 100%;
}
.about_section .recording_block {
  position: absolute;
  bottom: 57px;
  background-color: var(--black);
  padding: 6px 8px;
  border-radius: 8.75px;
  display: flex;
  align-items: center;
  gap: 8.75px;
  left: 0;
  transform: translateX(-50%);
  box-shadow: 2.62px 21.82px 38.57px 0px #00000040;
}
.about_section .recording_block .mic_btn {
  background-color: var(--primary);
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_section .recording_block .pause_btn {
  background-color: var(--white);
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_section .recording_block .stop_btn {
  background-color: var(--red);
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_section .recording_block p {
  font-size: 10.47px;
  color: var(--white);
  margin: 0px;
}
.about_section .recording_block span {
  font-size: 10.47px;
  color: var(--gray);
  line-height: 0;
}
.about_section .comment_card {
  position: absolute;
  bottom: 100px;
  left: 106%;
  transform: translateX(-50%);
  background-color: var(--white);
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: start;
  gap: 10px;
  width: 258px;
  box-shadow: 0px 4px 18.6px 0px #00000040;
}
.about_section .comment_card h6 {
  color: var(--primary);
  font-size: 10px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.about_section .comment_card p {
  color: var(--gray);
  font-size: 10px;
  margin: 0px;
  line-height: normal;
}

/* Partner Section */
.partner_section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 58px;
  padding: 50px 0px 46px;
}

/* Founder Section */
.founder_section {
  padding: 100px 0px 75px 0px;
  /* scale: 0.7; */
}
.founder_section h2 {
  margin-top: 0px;
  margin-bottom: 18px;
  line-height: 46px;
  text-align: center;
}
.founder_section p {
  margin-top: 0px;
  margin-bottom: 95px;
  text-align: center;
  max-width: 1025px;
  margin-left: auto;
  margin-right: auto;
}
.founder_section .card img {
  border-radius: 20px;
}
.founder_section .card .card-img {
  position: relative;
}
.founder_section .card .card-img .plus_icon {
  position: absolute;
  right: 15px;
  height: 52px;
  top: 0;
  transform: translateY(-50%);
  background-color: var(--white);
  border-radius: 10px;
}
.founder_section .card .card-img .plus_icon span {
  height: 40px;
  width: 40px;
  border-radius: 7px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.founder_section .card .card-body {
  padding: 24px 10px 10px 24px;
}
.founder_section .card .card-body p {
  margin-bottom: 0px;
  text-align: start;
}
.founder_section .card .card-body .founder_name {
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 500;
}
.founder_section .card .card-body .founder_name::before {
  content: "";
  position: absolute;
  left: -14px;
  height: 29px;
  width: 4px;
  border-radius: 1px;
  background-color: var(--primary);
}

/* Waitlist Section */
.waitlist_section {
  background-image: url(../images/waitlist_banner.png);
  background-position: left center;
  background-size: cover;
  padding: 26px 0px 10px 0;
  margin: 100px 0px 75px;
  overflow: hidden;
}
.waitlist_section .waitlist_content {
  color: var(--white);
}
.waitlist_content .small_title {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.waitlist_content h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 600;
}
.waitlist_content p {
  margin-top: 0px;
  margin-bottom: 30px;
}
.waitlist_section .side_banner {
  position: relative;
}
.waitlist_section .side_banner img {
  position: relative;
  z-index: 2;
}
.waitlist_section .side_banner::before {
  content: "";
  position: absolute;
  right: 20%;
  top: 40%;
  transform: translateY(-50%);
  height: 322px;
  width: 322px;
  background-color: var(--light_purple);
  filter: blur(200px);
  z-index: 1;
}

/* Take Care Section */
.take_care_section {
  margin: 0px 0px 36px 0px;
  padding: 68px 0px 72px 0px;
  background-color: var(--white);
  /* scale: 0.7; */
}
.take_care_section .take_care_header_section {
  text-align: center;
  margin-bottom: 130px;
}
.take_care_section .take_care_header_section h3 {
  font-size: 32px;
  margin: 0px;
}
.take_care_section .take_care_header_section h3 span {
  font-style: italic;
}
.take_care_section .take_care_header_section p {
  font-weight: 500;
  color: var(--gray);
  font-size: 18px;
  line-height: 20.7px;
  margin-top: 18px;
  margin-bottom: 0px;
}
.take_care_section .take_care_header_section .gradiant_text {
  font-style: italic;
  background: linear-gradient(360deg, #f98080 -57.18%, #5b5be1 119.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
  font-family: "Poppins", serif;
  line-height: 36px;
}
.take_care_section .tabs_container {
  position: relative;
  display: flex;
}
.take_care_section .tabs_container .tabs-left {
  width: 100%;
  max-width: 516px;
}

.take_care_section .tabs_container .tab-right {
  width: calc(100% - 516px);
}
.take_care_section .tabs_container .tab-button {
  padding: 20px 16px;
  border: 1px solid transparent;
  text-align: start;
  background-color: transparent;
  cursor: pointer;
  font-family: "Poppins", serif;
  min-height: 198px;
}
.take_care_section .tabs_container .tab-button .tab_title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  font-family: "Poppins", serif;
}
.take_care_section .tabs_container .tab-button p {
  color: var(--neutral);
  font-size: 16px;
  line-height: 25.6px;
  margin-bottom: 0;
}
.take_care_section .tabs_container .tab-button.active {
  background-color: #f6f6fd;
  border-color: var(--primary);
  border-radius: 12px;
  box-shadow: 0px 2px 6px 0px var(--PrimaryAlphaPRA30);
  box-shadow: 0px 13px 12px 0px var(--PrimaryAlphaPRA05);
  box-shadow: 0px 24px 15px 0px var(--PrimaryAlphaPRA05);
}
.take_care_section .tabs_container .tab-button.active p,
.take_care_section .tabs_container .tab-button.active .tab_title {
  color: var(--primary);
}
.take_care_section .tab-content {
  display: none;
  padding: 20px;
  animation: fadeIn 0.3s ease-in-out;
  text-align: right;
}
.take_care_section .tabs_container .tabs-left .banner_image {
  display: none;
}
.take_care_section .tab-content.active {
  display: block;
}
.take_care_section .tab_indicator {
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.take_care_section .tab_indicator span {
  height: 27px;
  width: 6px;
  border-radius: 100px;
  background-color: #5b5be14d;
  transition: all 0.3s ease-in-out;
}
.take_care_section .tab_indicator span.active {
  height: 85px;
  background-color: var(--primary);
}

#lottie::before {
  position: absolute;
  content: "";
  width: 126px;
  height: 126px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://subqdocs.ai/wp-content/uploads/2025/03/video_logo.png");
  left: 48.8%;
  top: 48.7%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

#lottie {
  position: relative;
}

/* By The Numbers Section  */
.performance_section {
  padding: 75px 0px 100px;
}
.number_section {
  background-color: var(--primary);
  color: var(--white);
  padding: 80px 23px 50px 23px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.number_section .card p {
  margin-bottom: 0;
  line-height: 18px;
  font-family: "Roboto", serif;
  max-width: 237px;
  margin: auto;
}
.number_section .number_header_section h2 {
  margin-top: 0px;
  margin-bottom: 18px;
  line-height: 46px;
  font-weight: 600;
}
.number_section .number_header_section p {
  margin-bottom: 50px;
}
.number_section .number_header_section h6 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0px;
  line-height: 20.7px;
  margin-bottom: 50px;
}
.number_section .card {
  padding: 20px 0px;
}
.number_section .card h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
}
.vector_img {
  position: absolute;
  top: -13%;
  right: -7.2%;
  height: 297px;
  width: 330px;
  opacity: 0.05;
}

/* Chart section */
#lottie {
  padding: 75px 0px;
}
#lottie svg {
  width: 100%;
}

/* What Next Section */
.what_next_section {
  padding: 105px 0px 110px;
}
.what_next_section .heading_text {
  margin: 0 auto;
  text-align: center;
}
.heading_text h2 span {
  position: relative;
}
.heading_text h2 span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url(../images/line_vector.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.what_next_section .heading_text span {
  background: linear-gradient(180.35deg, #5b5be1 -10.57%, #dd3333 259.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.what_next_section .heading_text h2 {
  font-size: 50px;
  background: linear-gradient(180.35deg, #5b5be1 -10.57%, #dd3333 259.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0px;
  margin-bottom: 0px;
}
.what_next_section .heading_text span img {
  position: absolute;
  left: 0;
  bottom: 0%;
  z-index: -1;
}

/* Testimonial Content */
.testimonial_section {
  padding: 45px 0px 0px;
  padding-bottom: 100px;
}
.testimonial_section .testimonial_header_content h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 46px;
}
.testimonial_section .testimonial_header_content p {
  margin-top: 0px;
  margin-bottom: 100px;
  font-weight: 500;
  text-align: center;
}
.testimonials_slider {
  display: flex;
  align-items: start;
  gap: 42px;
  margin-top: 68px;
}
.testimonial_image {
  position: relative;
  text-align: end;
}
.testimonial_image .testimonial_person {
  width: 350px;
  height: 350px;
  margin-left: 68px;
  object-fit: cover;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.testimonial_vector {
  position: absolute;
  top: -68px;
  z-index: -1;
}
.testimonial_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.testimonial_content h3 {
  font-size: 30px;
  font-weight: 500;
}
.testimonial_user p {
  font-weight: 400;
  font-size: 12.7px;
  line-height: 19.05px;
}
.testimonial_content p {
  margin-bottom: 88px;
  font-size: 20px;
  line-height: 33.33px;
  color: #6c778b;
  display: ruby;
}
.testimonial_content .small_text {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  line-height: 21px;
}
.testimonial_content p img {
  margin-bottom: -33px;
}
.testimonial_content div p {
  margin-bottom: 0px;
}
.custom-prev,
.custom-next {
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background-color: var(--primary);
  border: 0px;
  position: absolute;
  bottom: 34px;
  z-index: 10;
  cursor: pointer;
}
.custom-prev {
  transform: rotate(180deg);
  right: 73px;
}
.custom-next {
  right: 0;
}
.slick-disabled.slick-arrow {
  background-color: #5b5be11a;
}
.slick-disabled.slick-arrow img {
  filter: invert(40%) sepia(99%) saturate(3122%) hue-rotate(226deg)
    brightness(90%) contrast(95%);
}

/* Contact Us */
.contact_us {
  margin-top: 150px;
  display: flex;
}
.contact_us_form {
  max-width: 595px;
  padding-bottom: 20px;
}
.contact_us .contact_detail {
  position: relative;
  width: 60%;
  padding-top: 94px;
  padding-bottom: 122px;
}
.contact_us .contact_detail::before {
  content: "";
  width: 80%;
  height: 100%;
  margin-left: auto;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-top-left-radius: 100px;
  background-color: var(--text_yellow);
}
.contact_us .contact_us_banner {
  position: relative;
  width: fit-content;
  padding-bottom: 50px;
}
.contact_us .contact_us_banner img {
  /*   border: 16px solid var(--white); */
  border-radius: 16.82px;
  box-shadow: 0 0 0 16px #ffffff;
  max-width: calc(100% - 16px);
  max-height: calc(100% - 16px);
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
.contact_us .contact_us_banner::before {
  content: "";
  position: absolute;
  display: block;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background-color: #ef4444;
  bottom: 0px;
  right: -11%;
  z-index: -1;
}
.contact_us_content {
  display: flex;
  align-items: start;
  gap: 34px;
}
.contact_us .doc_detail {
  max-width: 489px;
  padding-top: 16px;
  min-width: 300px;
  flex: 1;
}
.contact_us .doc_detail p {
  color: var(--black);
}
.contact_us h6 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 0px;
  color: var(--black);
}
.contact_us .owner_detail {
  font-size: 14px;
  color: var(--black);
}

.contact_us h5 {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: var(--primary);
  margin-top: 0px;
  margin-bottom: 30px;
}
.contact_us #gform_fields_1 {
  row-gap: 20px !important;
}
.contact_us #gform_submit_button_1 {
  color: var(--white);
  font-size: 18px !important;
  font-weight: 500;
  position: relative;
  z-index: 1;
  border-radius: 10px !important;
  display: inline-block;
  width: max-content;
  border: 2px solid transparent !important;
  background-color: var(--primary) !important;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  padding: 16px 44px !important;
}
.contact_us #gform_submit_button_1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    92.54deg,
    var(--primary) 0.21%,
    var(--white) 100.92%
  );
}
label {
  font-size: 16px !important;
  color: var(--black) !important;
  margin-bottom: 10px !important;
}

input,
select {
  border: 1px solid #00000033 !important;
  background-color: var(--white) !important;
  font-size: 14px !important;
  line-height: 19px !important;
  border-radius: 10px !important;
  padding: 10px !important;
  box-shadow: none !important;
}
input:focus,
input:focus-within {
  border: 1px solid var(--primary) !important;
  outline: none !important;
}
input::placeholder {
  color: #6c778b !important;
}
/* Contact Us End */

/* Privacy Policy Start */
.privacy_policy_header {
  margin: 100px 30px 0px 30px;
  min-height: 423px;
  background-color: var(--primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.privacy_policy_header h1 {
  font-size: 52.44px;
  font-weight: 600;
  margin-bottom: 14px;
  margin-top: 0px;
}
.privacy_policy_header .updated-date {
  font-size: 20px;
}
.privacy_policy_content {
  padding: 20px 0px;
}
.privacy_policy_content h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 40px;
}
.privacy_policy_content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 12px;
}
.privacy_policy_content p {
  font-size: 16px;
  margin-bottom: 14px;
}
.privacy_policy_content ul {
  list-style: none;
  padding-left: 0px;
}
.privacy_policy_content ul li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM16.03 12.53L13.03 15.53C12.88 15.68 12.69 15.75 12.5 15.75C12.31 15.75 12.12 15.68 11.97 15.53C11.68 15.24 11.68 14.76 11.97 14.47L13.69 12.75H8.5C8.09 12.75 7.75 12.41 7.75 12C7.75 11.59 8.09 11.25 8.5 11.25H13.69L11.97 9.53C11.68 9.24 11.68 8.76 11.97 8.47C12.26 8.18 12.74 8.18 13.03 8.47L16.03 11.47C16.32 11.76 16.32 12.24 16.03 12.53Z' fill='%235B5BE1'/%3E%3C/svg%3E");
  background-size: 24px;
  background-position: left 2px;
  background-repeat: no-repeat;
  padding-left: 34px;
  margin-bottom: 14px;
}
/* Privacy Policy End */

/* Media Query */
@media (min-width: 768px) {
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .text-sm {
    font-size: 12px;
  }
  .text-md {
    font-size: 18px;
  }
  .text-lg {
    font-size: 20px;
  }
  .what_next_section .heading_text h2 {
    font-size: 50px;
  }
  .what_next_section .heading_text h2 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .what_next_section .heading_text h2 {
    font-size: 40px;
  }
  .what_next_section .heading_text {
    width: max-content;
  }
}

@media (min-width: 1024px) {
  .testimonial_section.testimonial_doctor_slider {
    padding: 75px 0px 105px;
  }
}

@media (min-width: 1480px) {
  .contact_us .container {
    padding-left: calc((100% - 1440px) / 2);
  }
}

@media (min-width: 1600px) {
  .what_next_section .heading_text h2 {
    font-size: 50px;
  }
  .contact_us .contact_detail {
    max-width: 1025px;
  }
}

@media (max-width: 1600px) {
  .about_section .comment_card {
    transform: unset;
    left: unset;
    right: 0%;
  }
  .about_section .recording_block {
    transform: translateX(-8%);
  }
  .take_care_section .tab_indicator {
    top: 90%;
    left: 50%;
    transform: rotate(90deg);
  }
}

@media (max-width: 1440px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  .hero_section {
    padding: 80px 0px;
  }
  .hero_section .hero_content h1 {
    font-size: 40px;
    line-height: normal;
  }
  .hero_section .hero_content p {
    font-size: 18px;
  }
  .hero_section .hero_content h1 span {
    font-size: 50px;
    line-height: normal;
  }
  .partner_section {
    gap: 40px;
    padding: 50px 0px;
  }
  .number_section .card h3 {
    font-size: 32px;
    line-height: normal;
  }
  .number_section .card p {
    font-size: 16px;
  }
  .number_section .number_header_section h2 {
    line-height: normal;
  }
  .number_section .number_header_section h6 {
    font-size: 16px;
  }
  .btn_neon_blue {
    font-size: 16px;
  }
  .waitlist_section {
    padding: 26px 0px 26px 0;
    margin: 50px 0px 40px;
  }
}
@media (max-width: 1024px) {
  .take_care_section .tabs_container {
    flex-direction: column;
  }
  .take_care_section .tabs_container .tabs-left {
    max-width: 100%;
  }
  .take_care_section .tabs_container .tab-right {
    display: none;
  }
  .take_care_section
    .tabs_container
    .tabs-left
    .tab-button.active
    .banner_image {
    display: block;
    margin-top: 16px;
  }
  .take_care_section .tab_indicator {
    display: none;
  }
  .take_care_section
    .tabs_container
    .tabs-left
    .tab-button.active
    .banner_image {
    display: block;
    margin-top: 16px;
  }
  .header-logo {
    z-index: 9;
  }
  .header-main {
    position: relative;
    top: 0px;
  }
  .Headerstricky .header-main {
    position: fixed;
    top: 0;
  }
  .Headerstricky .header-main:has(.menu-open) {
    background-color: var(--white);
  }
  .header-main.hide-header {
    transform: unset;
  }
  .mobile-nav-toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
  }
  .header-btn .btn {
    padding: 12px;
    font-size: 12px;
  }
  .header-stripe {
    padding: 8px 0px;
    position: relative;
    z-index: 999999;
  }
  .header-stripe-inner p {
    font-size: 12px;
    line-height: normal;
  }
  .header .menu-header-menu-container > ul {
    gap: 20px;
    flex-direction: column;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .menu-header-menu-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white);
    padding: 10px 24px;
    transition: all 0.5s ease-in-out;
    transform: translateY(100%);
    display: none;
    align-items: center;
    opacity: 0;
  }
  .header-right {
    order: 4;
    width: 100%;
  }
  .navbar-nav-wrap {
    width: 100%;
  }
  .header-btn {
    order: 2;
    margin-left: auto;
    margin-right: 10px;
  }
  .Headerstricky header.header {
    background: #eeeeee;
  }
  .header .header-inner {
    padding: 16px 0px;
    align-items: center;
  }
  .header .menu-header-menu-container > ul > li .sub-menu {
    background: rgb(255 255 255 / 20%);
    position: relative;
    visibility: visible;
    opacity: 1;
    width: 100%;
    display: none;
    transition: none !important;
    margin-top: 10px;
    padding: 15px;
  }
  .header .menu-header-menu-container > ul .sub-menu li a {
    color: var(--white);
  }
  .menu-header-menu-container.menu-open {
    transform: translateY(100%);
    opacity: 1;
    display: flex;
  }
  .mobile-nav-toggle {
    order: 3;
    position: relative;
  }
  .header .header-inner {
    flex-wrap: wrap;
  }
  .header .child-triggerm {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-top: solid 10px rgb(255 255 255);
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    right: 0;
    top: 7px;
    transition: all 0.5s;
  }
  .header .child-triggerm.active {
    transform: rotate(-180deg);
  }
  .header .menu-header-menu-container > ul > li > a {
    font-size: 22px;
    font-weight: bold;
    color: var(--purple);
  }
  .header .menu-header-menu-container > ul > li .sub-menu li {
    padding: 5px 0px;
  }
  .testimonial_content p {
    margin-bottom: 50px;
    font-size: 18px;
  }
  .testimonial_section {
    padding: 50px 0px 50px;
  }
  .testimonial_content h3 {
    font-size: 28px;
  }
  #lottie {
    padding: 50px 0px;
  }
  .performance_section {
    padding: 30px 0px 50px;
  }
  .founder_section {
    padding: 50px 0px 40px 0px;
  }
  .founder_section p {
    margin-bottom: 50px;
  }
  .what_next_section {
    padding: 70px 0px 70px;
  }
  .what_next_section .heading_text {
    margin-bottom: 100px;
  }
  .what_next_section .heading_text h2 {
    font-size: 44px;
  }
  .contact_us {
    flex-wrap: wrap;
  }
  .contact_us .contact_detail {
    width: 100%;
    padding: 50px 20px 20px 20px;
  }
  .contact_us h5 {
    font-size: 24px;
  }
  .contact_us .contact_us_form {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .contact_us {
    margin-top: 100px;
  }
  #lottie::before {
    width: 40px;
    height: 40px;
  }
  .privacy_policy_header {
    margin: 20px 20px 0px 20px;
    min-height: 300px;
  }
  .privacy_policy_header h1 {
    font-size: 40px;
  }
  .privacy_policy_content h1 {
    margin-top: 20px;
    font-size: 28px;
  }
  .privacy_policy_content h4 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  .hero_section {
    padding: 50px 0px;
  }
  .hero_section .hero_content h1 {
    font-size: 32px;
  }
  .hero_section .hero_content p {
    font-size: 16px;
  }
  .hero_section .hero_content h1 span {
    font-size: 40px;
  }
  .what_next_section .heading_text img {
    display: none;
  }
  .testimonials_slider {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .partner_section {
    gap: 20px;
    padding: 30px 0px;
  }
  .founder_section .card img {
    width: 100%;
  }
  .founder_section .card .plus_icon img {
    width: auto;
  }
  .testimonial_image {
    width: 100%;
  }
  .testimonial_image .testimonial_vector {
    width: 80px;
    height: 80px;
  }
  .testimonial_image .testimonial_person_div {
    padding-left: 30px;
  }
  .testimonial_image .testimonial_person {
    width: 100%;
    height: auto;
    margin-left: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .testimonial_content h3 {
    font-size: 20px;
  }
  .number_section .card h3 {
    font-size: 24px;
  }
  .number_section .card p {
    font-size: 14px;
  }
  .number_section .number_header_section h6 {
    font-size: 14px;
  }
  .btn_neon_blue {
    font-size: 14px;
  }
  .about_section .comment_card {
    bottom: -6%;
  }
  .what_doc_say_section .custom-next,
  .what_doc_say_section .custom-prev {
    bottom: 0px;
  }
  #lottie {
    padding: 30px 0px;
  }
  .take_care_section {
    padding: 50px 0px 20px 0px;
    margin: 30px 0px;
  }
  .take_care_section .take_care_header_section {
    margin-bottom: 70px;
  }
  .take_care_section .take_care_header_section p {
    font-size: 16px;
  }
  .performance_section {
    padding: 20px 0px 30px;
  }
  .testimonial_section {
    padding: 50px 0px 50px;
  }
  .founder_section {
    padding: 30px 0px 30px 0px;
  }
  .founder_section p {
    margin-bottom: 30px;
  }
  .what_next_section {
    padding: 50px 0px;
  }
  .what_next_section .heading_text {
    margin-bottom: 50px;
  }
  .what_next_section .heading_text h2 {
    font-size: 32px;
  }
  .heading_text h2 span::before {
    background-size: contain;
  }
  .what_doc_say_section .content_text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .col-6 {
    width: 50%;
  }
  .btn_white {
    font-size: 14px;
  }
  .btn-white span {
    padding: 10px 13px;
  }
  .btn_neon_blue span {
    padding: 10px 13px;
  }
  .number_section .card img {
    width: 60px;
    height: 60px;
  }
  .number_section .card h3 {
    font-size: 18px;
  }
  .number_section .card {
    padding: 12px 0px;
  }
  .number_section {
    padding: 40px 23px 40px 23px;
  }
  .about_section {
    padding: 40px 0px 90px 0px;
    margin: 30px 0px 25px;
  }
  .about_section .comment_card {
    left: unset;
    right: 0;
    bottom: -12%;
  }
  .hero_section {
    padding: 30px 0px;
  }
  .partner_section {
    gap: 23px;
    padding: 30px 0px;
  }
  .partner_section img {
    height: 75px;
  }
  .hero_section .hero_content h1 span {
    font-size: 32px;
  }
  .testimonial_section {
    padding: 25px 0px 25px;
  }
  .testimonial_content p {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonial_image .testimonial_vector {
    width: 50px;
    height: 50px;
    top: -30px;
  }
  .testimonial_content p {
    margin-bottom: 30px;
  }
  .take_care_section .take_care_header_section {
    margin-bottom: 40px;
  }
  .take_care_section .tabs_container .tab-button p {
    line-height: 24px;
  }
  .what_next_section {
    padding: 40px 0px;
  }
  .what_next_section .heading_text {
    margin-bottom: 0px;
  }
  .what_next_section .heading_text h2 {
    font-size: 28px;
  }
  .review_slider {
    padding-bottom: 80px;
  }
  .what_doc_say_section h2 {
    margin-bottom: 20px !important;
  }
  .what_doc_say_section .content_text {
    font-size: 16px !important;
  }
  .footer {
    padding: 40px 0px 40px;
  }
  .contact_us_content {
    flex-wrap: wrap;
  }
  .contact_us .doc_detail {
    max-width: unset;
  }
  .contact_us .contact_detail::before {
    width: 100%;
    border-top-left-radius: 30px;
  }
  .contact_us .contact_us_banner::before {
    width: 60px;
    height: 60px;
    bottom: 0px;
    right: 0%;
  }
  .contact_us .contact_us_banner {
    width: 100%;
    padding-bottom: 30px;
  }
  .contact_us .contact_us_banner img {
    width: calc(100% - 32px);
    box-shadow: 0 0 0 10px #ffffff;
    margin-left: 10px;
    margin-right: 10px;
  }
  .contact_us h5 {
    font-size: 20px;
  }
  .contact_us {
    margin-top: 30px;
  }
  .custom-prev {
    right: 50px;
  }
  .custom-prev,
  .custom-next {
    height: 40px;
    width: 40px;
    border-radius: 8px;
  }
  .vector_img {
    top: -7%;
    right: -10.2%;
    height: 100px;
    width: 100px;
  }
  .founder_section .row {
    gap: 40px 0px;
  }
  .waitlist_section {
    background-position: center bottom;
  }
  .privacy_policy_header {
    margin: 20px 20px 0px 20px;
    min-height: 200px;
    border-radius: 20px;
  }
  .privacy_policy_header h1 {
    font-size: 32px;
  }
  .privacy_policy_content h1 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 24px;
  }
  .privacy_policy_content h4 {
    font-size: 22px;
    margin-top: 12px;
  }
}

@media only screen and (max-width: 479px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 50px;
  }
  h3,
  .h3 {
    font-size: 28px;
    line-height: 36px;
  }
  header.header .navbar-brand img {
    max-width: 138px;
  }
  .header-btn .btn {
    padding: 8px;
    font-size: 10px;
    border-radius: 5px;
  }
  .header-btn {
    margin-right: 12px;
  }
  .custom-prev,
  .custom-next {
    bottom: 0px;
  }
  .testimonial_user {
    max-width: 198px;
  }
  .founder_section .card .card-img .plus_icon span {
    height: 30px;
    width: 30px;
    border-radius: 5px;
  }
  .founder_section .card .plus_icon img {
    width: 40px;
  }
  .founder_section .card .card-img .plus_icon {
    border-radius: 8px;
    height: 40px;
  }
  .testimonial_image .testimonial_person {
    height: 228px;
    object-fit: cover;
    object-position: top;
  }

  .privacy_policy_header {
    margin: 20px 20px 0px 20px;
    min-height: 200px;
    border-radius: 20px;
  }
  .privacy_policy_header h1 {
    font-size: 28px;
    margin-bottom: 6px;
    line-height: 30px;
  }
  .privacy_policy_header p {
    font-size: 16px;
  }
  .privacy_policy_content h1 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 24px;
  }
  .privacy_policy_content h4 {
    font-size: 18px;
    margin-top: 10px;
  }
  .privacy_policy_content p {
    font-size: 14px;
  }
}

/* Key Frame */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* What Doctor Say Aboout Us */
.what_doc_say_section {
  background-color: var(--white);
  padding: 19px 0px 0px 0px;
}
.review_plus_block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 46px;
}
.what_doc_say_section h2 {
  color: var(--primary);
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 40px;
}
.what_doc_say_section .doc_img {
  margin-top: auto;
}
.what_doc_say_section .doc_details {
  padding-bottom: 43px;
  max-width: 710px;
}
.what_doc_say_section .content_text {
  color: var(--gray);
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 33px;
}
.what_doc_say_section .reviewer_block {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 60px;
}
.what_doc_say_section .reviewer_block .user_img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}
.what_doc_say_section .reviewer_block .reviewer_detail p {
  color: #0f1125;
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
}
.what_doc_say_section .reviewer_block .reviewer_detail span {
  color: var(--gray);
  font-size: 12px;
  margin-bottom: 7px;
}
.what_doc_say_section .reviewer_block .reviewer_detail .review_star {
  display: flex;
  align-items: center;
  gap: 2px;
}
.what_doc_say_section .custom-prev,
.what_doc_say_section .custom-next {
  bottom: 43px;
}
.what_doc_say_section .custom-prev {
  right: 184px;
}
.what_doc_say_section .custom-next {
  right: 117px;
}
/* This is Test Comment */
.header-btn a:nth-child(1){
  background-color: var(--primary);
}