/* fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;500;600;700;800&display=swap");
/* 
    General Stuff
*/
html {
  scroll-behavior: smooth;
  font-size: 18px;
}

*,
::before,
::after {
  margin: 0;
  box-sizing: border-box;
}
.Leo {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 80px;
}

body {
  line-height: 1.3;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: var(--clr-prm);
  background-color: var(--text-white);
}
body.ov-hidden {
  overflow: hidden;
}
/* 
Typograpy Stuff
*/

h1,
h2,
h3 {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  outline: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}
/* 
  Reuseable Stuff
*/

:root {
  --clr-black: #000;
  --clr-white: #fff;
  --clr-prm: #302f31;
  --clr-sec: #036992;
  --clr-lightgrey: #cecece;
  --clr-lightgrey-bg: #fafafa;
  --clr-lightgrey-bg2: #ebebeb;
  --clr-darkgrey: #909090;
  --clr-darkgrey2: #969696;
  --clr-darkgrey3: #585858;
  --clr-lightblue-bg: #33b5e5;
  --clr-f-links: #79d2f5;

  --h-title-lg: 1.4rem;
  --title-sm: 0rem;
  --title-md: 0rem;
}
/* width */
body::-webkit-scrollbar {
  width: 0.56rem;
}

/* Track */
body::-webkit-scrollbar-track {
  box-shadow: 0 0 0.6rem rgba(255, 255, 255, 1);
  border-radius: 2rem;
  background: #e9e7e7;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: rgba(3, 105, 146, 0.5);
  border-radius: 2rem;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: rgba(3, 105, 146, 1);
}
.btn {
  outline: none;
  font-size: 1rem;
  display: inline-block;
  width: 9rem;
  padding: 0.9em 0;
  text-align: center;
  border: 0.15em solid var(--clr-prm);
  font-weight: 400;
  cursor: pointer;
  border-radius: 0.3rem;
  transition: all 0.3s linear;
  text-transform: uppercase;
}
.btn.btn_border {
  background: var(--clr-white);
  color: var(--clr-prm);
  font-weight: 700;
}
.btn.btn_border:hover,
.btn.btn_border:focus {
  background: var(--clr-prm);
  color: var(--clr-white);
  font-weight: 500;
}

.btn.btn_bg {
  background: var(--clr-prm);
  color: var(--clr-white);
  font-weight: 500;
}
.btn.btn_bg:hover,
.btn.btn_bg:focus,
.treatment_offers_btns:hover {
  background-color: var(--clr-white);
  color: var(--clr-prm);
  font-weight: 700;
}
.btn:hover,
.btn:focus {
  outline: none;
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.v-center {
  align-items: center;
}
.h_title {
  font-size: var(--h-title-lg);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.h_title_bold {
  font-weight: 700;
}
/* ----- container ------------------------------------------------------- */
.containers-lg {
 /* width: min(1400px, 100%);*/
  margin: auto;
}
.containers {
  width: min(1140px, 97%);
  margin: auto;
}
.containers-sm {
  width: min(900px, 90%);
  margin: auto;
}
/* Only For Desktop */
@media (min-width: 768px) {
  /* faq */
  .ques_catogoris_tabs_text,
  .faq_menu_btn,
  .ques_catogoris_title_btn {
    display: none;
  }
  .faq_body_content {
    display: flex;
  }
  .faq_body_content aside {
    width: 29%;
    padding: 0.6em 3em 0.6em 0;
  }
  .faq_body_content aside .ques_catogoris li {
    color: var(--clr-darkgrey2) !important;
    position: relative;
    padding: 0.4em 0 0.4em 0.8em;
  }

  .faq_body_content aside .ques_catogoris li::after {
    left: 0%;
  }
  .faq_body_content aside .ques_catogoris li::before {
    width: 0%;
    transition: width 0.3s ease;
  }

  .faq_body_content aside .ques_catogoris li.active-menu::after,
  .faq_body_content aside .ques_catogoris li.active-menu::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
  }
  .faq_body_content aside .ques_catogoris li.active-menu::before {
    background-color: #f1f1f1;
    width: 100%;
    left: 0;
    transition: width 0.3s ease;
  }

  .faq_body_content aside .ques_catogoris li.active-menu::after {
    border: solid transparent;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #f1f1f1;
    border-width: 0.9em;
    left: 100%;
  }
  .faq_body_content .faq_content {
    width: 70%;
    padding: 0.3em 3em 1em !important;
  }
  .faq_body_content .faq_content .content {
    position: relative;
    /* ======= */
    display: none;
  }
  .faq_body_content .faq_content .content::before {
    content: "";
    position: absolute;
    border-right: 0.02em solid var(--clr-lightgrey);
    left: -3rem;
    height: 100%;
  }
}
@media (min-width: 992px) {
}
/* Responsive Tab*/
@media (max-width: 992px) {
  html {
    font-size: 16px;
  }
  .containers {
    width: min(960px, 90%);
  }
  /* header */
  header .main_nav .logo .logo_img {
    width: 20vw !important;
  }
  .h_how_it_works_main .h_how_it_works_cards .h_how_it_works_cards_body {
    min-height: 16.5rem !important;
  }

  /* ---- Terms & Conditions --------------------------------------------------------------*/
  .privacy_policy .aprivacy_policy_body,
  .aboutus .aboutus_body,
  .trm_cndts .trm_cndts_body {
    width: min(800px, 80%);
  }
  .sidebar {
    width: 250px !important;
  }

  .dropbtn {
    font-size: 14px !important;
  }
  .dropbtn i {
    margin: 0 5px 0 5px !important;
  }
  .pt {
    display: none !important;
  }
}

/* Responsive Mobile */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  .containers {
    width: min(720px, 90%);
  }
  /* header */
  header .main_nav .logo .logo_img {
    width: 18vw !important;
  }
  /* treatment offers */
  .treatment_offers_main {
    grid-template-columns: repeat(3, 32%) !important;
  }
  .treatment_offers_main .treatment_offers_cards:nth-child(n + 4) {
    margin-top: 3rem;
  }
  .h_how_it_works_main .h_how_it_works_cards .h_how_it_works_cards_body {
    min-height: 20.5rem !important;
  }

  /* faq */
  /* ----  --------------------------------------------------------------*/
  .faq_menu_btn {
    margin-top: 1rem;
  }
  .ques_catogoris {
    position: fixed;
    padding: 1em 0;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: var(--clr-sec);
    z-index: 1000;
    transition: left 0.3s ease-in-out;
  }
  .ques_catogoris.active {
    left: 0%;
  }
  .ques_catogoris_title_btn {
    display: flex;
    justify-content: space-between;
    padding: 1.5em 2em !important;
    cursor: text !important;
  }
  .ques_catogoris_title_btn span {
    font-size: 1.2rem;
    text-transform: uppercase;
  }
  .ques_catogoris_title_btn button {
    font-size: 1.5rem;
    padding: 0;
    background-color: transparent;
    color: var(--clr-white);
    border: none;
    outline: none;
    cursor: pointer;
  }
  .faq_body_content aside .ques_catogoris li {
    padding: 0.8em 2em;
  }
  .faq_body_content aside .ques_catogoris .active-menu {
    background-color: var(--clr-prm);
  }
  .faq_body_content aside .ques_catogoris .ques_catogoris_tabs:hover {
    background-color: var(--clr-prm);
  }
  /* ---- Terms & Conditions --------------------------------------------------------------*/
  .privacy_policy .privacy_policy_body,
  .aboutus .aboutus_body,
  .trm_cndts .trm_cndts_body {
    width: min(700px, 85%);
  }
  /* ---- Contact Us --------------------------------------------------------------*/
  .contact_us .contact_us_banner {
    padding: 10em 0;
  }
  .contact_us .contact_us_banner h1 {
    font-size: 3rem;
  }
  .contact_us .contact_us_content .contact_row {
    flex-direction: column;
  }
  .contact_us .contact_us_content .contact_row input + input {
    margin-left: 0rem;
  }
  .contact_us_content .contact_us_submut_btn_clearfix button {
    padding: 1em 0 !important;
  }
  /* calculation table ------------------------------------------------------------- */

  .calculation-main {
    flex-wrap: wrap;
  }

  .pas-same p {
    line-height: 20px !important;
  }
  .pas-same {
    width: 100% !important;
    height: 150px !important;
    padding: 5px 10px !important;
    margin: 5px 5px 5px 5px;
    text-align: center;
  }
  /* footer */
  footer .h_footer_link {
    font-size: 0.7rem !important;
  }

  .sidebar {
    width: 220px !important;
  }

  .dropbtn {
    font-size: 14px !important;
  }
  .dropbtn i {
    margin: 0 5px 0 5px !important;
  }
  .pt {
    display: none !important;
  }
}
/* Responsive Small Mobile */
@media (max-width: 576px) {
  html {
    font-size: 10.1px !important;
  }
  .btn {
    font-size: 0.8rem !important;
    width: 8rem !important;
    padding: 0.6em 0 !important;
  }
  .containers {
    width: min(540px, 90%);
  }
  /* header */
  header .main_nav .header_nav_links {
    font-size: 0.72rem !important;
  }
  header .main_nav .logo .logo_img {
    width: 18vw !important;
  }

  /* convenient */
  .convenient .main_convenient {
    align-items: center !important;
    flex-direction: column;
  }
  .convenient_collapse {
    width: 83% !important;
    padding: 0 0 2.2em 0 !important;
  }
  .convenient_content {
    width: 83% !important;
  }
  /* treatment offers */
  .treatment_offers_main {
    grid-template-columns: repeat(2, 45%) !important;
  }
  .treatment_offers_main .treatment_offers_cards:nth-child(n + 3) {
    margin-top: 3rem;
  }
  /* how it works */
  .h_how_it_works_main {
    flex-direction: column;
    align-items: center;
  }
  .h_how_it_works_cards {
    width: 80% !important;
  }
  .h_how_it_works_main .h_how_it_works_cards .h_how_it_works_cards_body {
    min-height: 10.5rem !important;
  }
  .h_how_it_works_cards + .h_how_it_works_cards {
    margin-top: 2rem;
  }

  /* ---- Terms & Conditions --------------------------------------------------------------*/
  .privacy_policy .privacy_policy_body,
  .aboutus .aboutus_body,
  .trm_cndts .trm_cndts_body {
    width: min(500px, 85%);
  }

  .sidebar {
    width: 150px !important;
  }

  .sidebar a {
    padding: 14px 10px !important;
  }
  .dropbtn {
    padding: 10px 0px !important;
    font-size: 10px !important;
  }
  .dropbtn i {
    margin: 0 5px 0 2px !important;
  }
  .pt {
    display: none !important;
  }
  .sidebar .closebtn {
    font-size: 24px !important;
  }
  .sidebar1 i {
    font-size: 15px !important;
    margin: 0px !important;
  }
  .sidebar1 li {
    margin: 0px 0 !important;
    text-align: center;
  }
  .sidebar1 li {
    margin: 15px 8px !important;
  }
  .side-nav-div2 i {
    margin: 0 10px !important;
  }
  .side-nav-div3 i {
    margin: 0 20px !important;
  }
  .sidebar1 {
    width: 40px !important;
  }
  .side-nav-div2 i {
    margin: 0 0px !important;
  }
  .side-nav-div3 i {
    margin: 0 10px !important;
  }
  .sidebar .side-nav-div2 i {
    margin: 0px 5px 0 0px !important;
  }
}

@media (max-width: 380px) {
  /* header */
  header .main_nav .logo .logo_img {
    width: 16.5vw !important;
  }

  .sidebar {
    width: 120px !important;
  }
}

/* ----- Header ------------------------------------------------------- */

header {
  padding: 0.9em 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
  background: var(--clr-white);
  transition: all 0.3s;
}
header.header_shadow {
  padding: 0.4em 0;
  -webkit-box-shadow: 0px 1px 10px rgba(51, 181, 229, 0.5);
  -moz-box-shadow: 0px 1px 10px rgba(51, 181, 229, 0.5);
  box-shadow: 0px 1px 10px rgba(51, 181, 229, 0.5);
}
header .main_nav {
  display: flex;
  align-items: center;
}
header .main_nav .logo {
  margin: 0 auto;
}
header .main_nav .logo .logo_img {
  width: 23vw;
}
header .main_nav .header_nav_links {
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
header .main_nav .header_nav_links.header_nav_links_txt {
  color: var(--clr-lightgrey);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
header .main_nav .header_nav_links.header_nav_links_txt:hover,
header .main_nav .header_nav_links.header_nav_links_txt:focus {
  color: var(--clr-prm);
  font-weight: 600;
}
header .main_nav .header_nav_links + .header_nav_links {
  margin-left: 2rem;
}

/* ---- Convenient Sec ------------------------------------------------------- */
.convenient {
  padding: 3.5em 0;
  background-color: var(--clr-white);
}
.convenient .main_convenient {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.convenient_collapse {
  width: 53%;
  padding: 2.2em 0;
}
.convenient_content {
  width: 33.5%;
  background-color: var(--clr-sec);
  color: var(--clr-white);
  padding: 2.2em 2.8em;
  border-radius: 0.3rem;
}
.convenient .convenient_content_title {
  text-align: center;
  font-size: 1.45rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
}
.convenient_content ul {
  list-style: outside;
}
.convenient_content ul li {
  font-size: 0.83rem;
  font-family: 500;
}
.convenient_content ul li + li {
  margin-top: 1rem;
}

.convenient_collapse_sub_item_content {
  height: 0rem;
  transition: all 0.3s, opacity 0.1s, padding 0.1s;
  opacity: 0;
  visibility: hidden;
  color: var(--clr-lightgrey);
  font-size: 0.9rem;
  letter-spacing: 0.03em;
}
.convenient_collapse_list_items.active .convenient_collapse_sub_item_content {
  height: 14rem;
  opacity: 1;
  visibility: visible;
  padding: 1.2em 0;
}
.convenient_collapse_list_item_plus_trigger {
  position: relative;
  display: inline-block;
  border-radius: 5rem;
  width: 1.1rem;
  height: 0.15rem;
  background-color: var(--clr-lightgrey);
  cursor: pointer;
}
.convenient_collapse_list_item_plus_trigger::after {
  position: absolute;
  border-radius: 5rem;
  left: 50%;
  top: 50%;
  content: "";
  width: 95%;
  height: 100%;
  background-color: var(--clr-lightgrey);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.845, -0.27, 0.025, 1.305),
    background-color 0.4s ease;
}
.convenient_collapse_list_items.active
  .convenient_collapse_list_item_plus_trigger::after {
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 0.4s cubic-bezier(0.845, -0.27, 0.025, 1.305),
    background-color 0.4s ease;
  background-color: var(--clr-sec);
}
.convenient_collapse_list_items.active
  .convenient_collapse_list_item_plus_trigger {
  background-color: var(--clr-sec);
}
.convenient_collapse_list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 1.4rem;
}
.convenient_collapse_list_item::after {
  position: absolute;
  bottom: -1.2rem;
  width: 0%;
  height: 0.2rem;
  content: "";
  background-color: var(--clr-sec);
  transition: width 0.2s ease-in-out;
}
.convenient_collapse_list_items.active .convenient_collapse_list_item::after {
  width: 20%;
}
.convenient_collapse_list_items + .convenient_collapse_list_items {
  margin-top: 0.4rem;
}

/* ---- treatment offers --------------------------------------------------------------*/
.treatment_offers {
  padding: 3.8em 0;
  background-color: var(--clr-lightgrey-bg2);
}
.treatment_offers .containers {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.treatment_offers .h_title {
  text-align: center;
  line-height: 1.4;
}
.treatment_offers .h_title span {
  display: block;
}
.treatment_offers_main {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 22%);
  justify-content: space-between;
}
.treatment_offers_cards {
  background-color: var(--clr-white);
  padding: 1.6em 0;
  border-radius: 0.3rem;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.treatment_offers_cards:nth-child(n + 5) {
  margin-top: 3rem;
}
.treatment_offers_cards:focus,
.treatment_offers_cards:hover {
  color: var(--clr-white);
  background-color: var(--clr-sec);
}
.treatment_offers_cards:focus a,
.treatment_offers_cards:hover a,
.treatment_offers_cards:focus p,
.treatment_offers_cards:hover p {
  color: var(--clr-white);
}
.treatment_offers_cards a {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0 1.8em 1.8em 1.8em;
  color: var(--clr-prm);
}
.treatment_offers_cards a:hover,
.treatment_offers_cards a:focus {
  text-decoration: underline;
}
.treatment_offers_cards p {
  color: var(--clr-sec);
  font-size: 0.85rem;
  font-weight: 600;
  border-bottom: 0.15em solid var(--clr-sec);
  padding: 0 1.8em 0.7em 1.8em;
}

.treatment_offers_btns {
  outline: none;
  font-size: 0.8rem;
  display: inline-block;
  padding: 0.95em 2.4em;
  text-align: center;
  border: 0.15em solid var(--clr-prm);
  font-weight: 500;
  cursor: pointer;
  border-radius: 0.3rem;
  transition: all 0.3s linear;
  text-transform: uppercase;
  background-color: var(--clr-prm);
  color: var(--clr-white);
  letter-spacing: 0.05em;
  margin: 3rem auto 0 auto;
  transition: all 0.2s ease;
}
.treatment_offers_btns + .treatment_offers_btns {
  margin-left: 0.8rem;
}
.treatment_offers_btns.show_less {
  background-color: rgba(220, 53, 69, 1);
  border-color: rgba(220, 53, 69, 1);
  color: var(--clr-white);
}
.show_all_btn,
.most_common_btn {
  margin-top: 2.5rem;
  font-size: 0.7rem;
}
.show_all_btn.active,
.most_common_btn.active {
  background-color: var(--clr-white);
  color: var(--clr-prm);
  font-weight: 700;
}
.show_tiles_btn.active {
  display: none;
}
.treamentTitle {
  font-size: 0.9rem;
  margin: 2rem 0 1rem 0;
  align-self: flex-start;
}

/* calculation table ------------------------------------------------------------- */
#calculation {
  background-color: var(--clr-prm);
  color: #ffffff;
}
.calculation-main {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  /* height: 400px; */
}
.pas-same h2 {
  font-size: 45px;
}
.pas-same p {
  margin-top: 20px;
  line-height: 30px;
}
.pas-same {
  width: 33.33%;
  height: 300px;
  padding: 50px 10px;
  margin: 5px 5px 5px 5px;
  text-align: center;
}

/* ---- how it works --------------------------------------------------------------*/
.h_how_it_works {
  padding: 3.8em 0;
  background-color: var(--clr-lightblue-bg);
}
.h_how_it_works .h_title {
  color: var(--clr-white);
  text-align: center;
}
.h_how_it_works_main {
  display: flex;
  justify-content: space-between;
  margin-top: 3.5rem;
  padding: 0 1.3em;
}
.h_how_it_works_main .h_how_it_works_cards {
  width: 30.7%;
  border-radius: 0.7rem;
  background-color: var(--clr-white);
  padding: 1.6em 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.h_how_it_works_main .h_how_it_works_cards .h_how_it_works_cards_body {
  min-height: 13rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.h_how_it_works_main .h_how_it_works_cards .h_how_it_works_cards_title {
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0 1.8em 1.2em 1.8em;
  line-height: 1.4em;
}
.h_how_it_works_main .h_how_it_works_cards .h_how_it_works_cards_text {
  font-size: 0.82rem;
  color: var(--clr-darkgrey);
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 0 1.8em;
  line-height: 1.8em;
}
.h_how_it_works_main .h_how_it_works_cards .h_how_it_works_cards_step {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-top: 0.15em solid var(--clr-sec);
  padding: 1.4em 1.8em 1.4em 1.8em;
}

/* ---- footer --------------------------------------------------------------*/
footer {
  padding: 3em 0 2em 0;
  background-color: var(--clr-prm);
  color: var(--clr-white);
}
footer .h_footer_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .h_footer_link {
  font-size: 0.9rem;
  color: var(--clr-f-links);
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: color 0.3s ease-in-out;
}
footer .h_footer_link:hover,
footer .h_footer_link:focus {
  color: var(--clr-white);
}
.footer_bottom {
  padding-top: 0.2em;
}
.footer_bottom p {
  margin-top: 1rem;
  font-size: 0.6rem;
  color: var(--clr-darkgrey2);
  font-weight: 500;
  line-height: 1.4;
}
.footer_bottom p + p {
  margin-top: 0.2rem;
}

/* ----- faq ------------------------------------------------------- */
.faq {
  min-height: 85vh;
}
.aboutus__head,
.trm_cndts__head,
.privacy_policy__head,
.faq_head {
  padding: 5.5em 0 1.2em 0;
  background-color: var(--clr-lightblue-bg);
}
.aboutus_head_title,
.trm_cndts_head_title,
.privacy_policy_head_title,
.faq_head_title {
  font-size: 2.5rem;
  text-align: center;
  color: var(--clr-white);
  font-weight: 600;
}
.faq_body_content {
  padding: 0.6em 0;
}
.faq_menu_btn.btn.btn_bg {
  width: 8.2rem;
  padding: 0.7em 0;
  letter-spacing: 0.07em;
  margin-bottom: 2.6rem;
  font-size: 0.9rem;
}
.ques_catogoris_tabs_text {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
/* ----- */
.faq_body_content aside .ques_catogoris li {
  color: var(--clr-white);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq_body_content .faq_content {
  position: relative;
  padding: 0.3em 1em 1em 1em;
}

.faq_body_content .faq_content .con {
  position: absolute;
  height: 0;
  max-width: 100%;
  opacity: 0;
  transition: opacity 0s ease;
  pointer-events: none;
}
.faq_body_content .faq_content .con.active-content {
  height: 100%;
  opacity: 1;
  pointer-events: all;
  position: relative;

  transition: opacity 0.7s ease;
}
.faq_body_content .faq_content .con.active-content .content {
  display: block;
}

.faq_body_content .con .faq_qu {
  pointer-events: none;
  transition: color 0.2s ease-in-out;
}
.faq_body_content .con .faq_qu:hover,
.faq_body_content .con .faq_qu:focus {
  color: var(--clr-prm);
}

.faq_body_content .con.active-content .faq_qu {
  pointer-events: all !important;
}

.faq_qu {
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--clr-sec);
}
.faq_qu::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;

  font-size: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-left: -14px;

  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease-in-out;
}
.faq_qu_parent.active .faq_qu::before {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
.faq_qu_parent.active .faq_qu {
  color: var(--clr-prm);
}
.faq_qu_as {
  height: 0rem;
  transition: all 0.4s, opacity 0.4s;

  opacity: 0;
  visibility: hidden;
}
.faq_qu_as p {
  font-size: 0.7rem;
  color: var(--clr-darkgrey3);
  line-height: 1.6;
  font-weight: 500;
}
.faq_qu_as p:nth-last-child() {
  padding-bottom: 0.9em !important;
}
.faq_qu_as p {
  padding-top: 0.8em;
}
.faq_qu_parent.active .faq_qu_as {
  transition: all 0.4s, opacity 0.4s;
  height: 14rem;
  opacity: 1;
  visibility: visible;
}
.faq_qu_parent {
  padding: 0.7em 0;
}
.faq_qu_parent + .faq_qu_parent {
  border-top: 1px solid #f1f1f1;
}

/* ----- Privacy Policy ------------------------------------------------------- */

/* ----- Terms & Conditions ------------------------------------------------------- */
.aboutus_body,
.privacy_policy_body,
.trm_cndts_body {
  width: min(950px, 95%);
  margin: auto;
  padding-top: 3em;
  padding-bottom: 3em;
}
.aboutus .aboutus_body h2 {
  margin-bottom: 0.7rem;
}
.aboutus_body h2,
.privacy_policy_body h2,
.trm_cndts_body h2 {
  font-size: 1.67rem;
  color: var(--clr-darkgrey3);
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

.aboutus_body h3,
.privacy_policy_body h3,
.trm_cndts_body h3 {
  font-size: 1.25rem;
  color: var(--clr-darkgrey3);
  margin-top: 1.4rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.1;
}
.aboutus_body p,
.privacy_policy_body p,
.trm_cndts_body p {
  font-size: 0.8rem;
  color: var(--clr-darkgrey3);
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 0.9rem;
}
.aboutus .aboutus_body p {
  margin: 0 0 1.8rem;
}
.aboutus_body h4,
.privacy_policy_body h4,
.trm_cndts_body h4 {
  font-size: 1rem;
  color: var(--clr-darkgrey3);
  margin-top: 0.8rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.1;
}
.aboutus_body a,
.privacy_policy_body a,
.trm_cndts_body a {
  font-size: 0.75rem;
  color: var(--clr-sec);
  font-weight: 500;
}
.aboutus_body a:hover,
.aboutus_body a:focus,
.privacy_policy_body a:hover,
.privacy_policy_body a:focus,
.trm_cndts_body a:hover,
.trm_cndts_body a:focus {
  text-decoration: underline;
}
.aboutus_body ul,
.privacy_policy_body ul,
.trm_cndts_body ul {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--clr-darkgrey3);
  list-style-type: disc;
  padding-left: 2.5em;
}
.aboutus_body ul li,
.privacy_policy_body ul li,
.trm_cndts_body ul li {
  margin-bottom: 0.8rem;
}
/* ----- contact us ------------------------------------------------------- */
.contact_us_banner {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url(../img/contact\ us\ banner.jpg) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7.5em 0;
}
.contact_us_banner h1 {
  font-size: 2.6rem;
  color: var(--clr-white);
  font-weight: 500;
  text-transform: uppercase;
}
.contact_us_content {
  padding: 5em 0;
}
.contact_us_content .contact_us_title {
  font-size: 1.8rem;
  font-weight: 500;
}
.contact_us_content .contact_row {
  display: flex;
}
.contact_us_content input,
.contact_us_content textarea {
  border: 1px solid #bbb;
  width: 100%;
  padding: 0.9rem;
  color: #999;
  background-color: transparent;
  font-size: 0.9rem;
  -webkit-appearance: none;
  margin-top: 1.8rem;
  transition: color 0.3s, border-color 0.3s;
}
.contact_us_content .contact_row input + input {
  margin-left: 1.7rem;
}
.contact_us_content input:focus,
.contact_us_content textarea:focus {
  border: 1px solid var(--clr-sec);
  outline: none;
  color: #3e3e3e;
}
.contact_us_content .contact_us_submut_btn_clearfix {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1.8rem;
}
.contact_us_content .contact_us_submut_btn_clearfix p {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: var(--clr-lightgrey3);
}
.contact_us_content .contact_us_submut_btn_clearfix p .clearfix {
  width: max-content;
}
.contact_us_content .contact_us_submut_btn_clearfix p input {
  margin-top: 0;
  max-width: 3rem;
  margin-right: 1rem;
}
.contact_us_content .contact_us_submut_btn_clearfix button {
  font-size: 0.85rem;
  padding: 0.8em 0;
  width: 6.5rem;
}

/* performance dasboard Styling*/

#pd-main {
  display: flex;
  height: 100%;
}
.sidebar {
  background-color: var(--clr-prm);
  width: 400px;
  overflow: scroll;
  z-index: 9999999;
  position: absolute;
  left: -100%;
  top: 0;
  height: 100vh;
}
.section-right {
  width: 100%;
}
.sidebar1 {
  background-color: var(--clr-prm);
  width: 60px;
  z-index: 9999;
  position: sticky;
  top: 0;
  overflow: scroll;
  height: 100vh;
}
.sidebar1 i {
  color: white;
  opacity: 0.7;
  font-size: 20px;
}
.sidebar1 li {
  margin: 22px 0;
  text-align: center;
}
.side-nav-div3 {
  text-align: center;
}
.side-nav-div3 button {
  margin: 10px 0px;
}

.sidebar1 i:hover {
  font-size: 24px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
article {
  background-color: #ffffff;
}
article .test_Dr {
  width: 100%;
  color: var(--clr-sec);
}
.sidebar img {
  width: 40px;
}
.sidebar1 img {
  width: 40px;
}
.sidebar a {
  color: #ffffff;
  display: inline-block;
  padding: 18px 30px;
  width: 100%;
  opacity: 0.7;
}
.sidebar a:hover {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.side-nav-div1,
.side-nav-div2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sidebar .side-nav-div2 i {
  margin: 0 10px 0px 0px;
}
.pt {
  margin: 0 10px;
}

.flat-icon {
  margin: 0 5px 0 4px;
}

.side-nav-div1 {
  border-bottom: 1px solid gray;
}
.side-nav-div2 {
  border-bottom: 1px solid gray;
}
.s-btm {
  border-bottom: 1px solid gray;
  text-align: center;
  opacity: 1 !important;
}

.sidebar .closebtn {
  font-size: 36px;
  text-align: center;
}

.openbtn {
  font-size: 30px;
  cursor: pointer;
  background-color: var(--clr-prm);
  color: white;
  border: none;
  padding: 0 3px;
}
.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sidebar1::-webkit-scrollbar {
  display: none;
}

.sidebar1 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sidebar1 li {
  list-style: none;
}

.quick-acess {
  font-size: 15px;
  opacity: 0.5;
}
.check {
  height: 400px;
  visibility: hidden;
}

/* performance dasboard Styling end*/

/* General office visit styling  */

.banner {
  color: var(--clr-white);
  text-align: center;
  background-color: #485fce; /* temporary */
  display: inline-block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 7px;
}

.banner p {
  font-size: 20px;
  display: inline-block;
  margin: 0 0 10px;
  line-height: 31.4286px;
  font-weight: 500;
}

.banner a {
  text-decoration: underline;
  color: var(--clr-white);
  font-weight: normal;
}

.banner a:hover {
  font-weight: 600;
}

.hero {
  background-image: url(../img/primary_care.png);
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  position: relative;
  padding: 53px 0 0;
}

.hero-content {
  position: relative;
  width: 720px;
  margin-top: 5%;
  left: 60px;
}

.mob {
  display: none;
}

h1.content-h1 {
  color: var(--clr-white);
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.hero-content .content-p {
  margin-top: 60px;
  color: var(--clr-white);
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 500;
}

a.content-button {
  color: var(--clr-white);
  border: 4px solid #e20645; /* temporary color */
  background-color: #e20645; /* temporary color */
  border-radius: 40px;
  padding: 8px 60px 10px;
  font-size: 28px;
  font-weight: 700;
  margin-top: 40px;
  display: inline-block;
  text-align: center;
  min-width: 340px;
}

a.content-button:hover {
  background: transparent;
  border: 4px solid var(--clr-white);
}

p.content-p2 {
  margin-top: 50px;
  margin-bottom: 10px;
  color: var(--clr-white);
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.main-1 {
  padding: 100px 120px 100px 160px;
}

.main-1 h1 {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 56px;
  color: #030a34; /* temporary color */
  font-size: 45px;
}

h1.mainh1 {
  font-weight: 500;
}

.main-image {
  width: 50%;
}

img.mainimg {
  width: 90%;
}

.main-content {
  width: 50%;
}

a.data-a {
  text-decoration: underline;
  color: #485fce;
}

a.data-a:hover {
  font-weight: 600;
}

.data {
  display: flex;
  align-items: baseline;
  padding-bottom: 30px;
}

.data .fa {
  font-size: 10px;
}

p.datapara {
  padding-left: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #0d1233; /* temporay color */
}

.main-2 {
  background-color: #030a34;
  padding: 100px 120px 100px 160px;
}

.main-2 h1 {
  /* width: 100%; */
  margin: auto;
  text-align: center;
  color: var(--clr-white);
  font-weight: 500px !important;
  font-size: 45px;
  margin-bottom: 60px;
  /* padding-left: 30px;
    padding-right: 30px; */
}

h1.main-2-h1 {
  font-weight: 500;
}

h1.col-num {
  text-align: start;
  font-size: 90px;
}

.info-header {
  font-size: 30px;
  color: var(--clr-white);
  line-height: 1.2;
  margin-bottom: 30px;
}

.info-subheader {
  font-size: 20px;
  color: var(--clr-white);
}

.row11 {
  display: flex;
}

.col-11 {
  padding: 10px 30px 80px 0px;
  flex-basis: 50%;
}

.col-11-h1 {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-top: -20px;
}

.col-11-info {
  display: inline-block;
  /* width: calc(100%-120px) !important; */
  width: 70%;
}

.col-22 {
  flex-basis: 50%;
}

.button2 {
  text-align: center;
}

.main-3 {
  padding: 80px 15px;
  border-bottom: 1px solid var(--clr-black);
}

.main-3 h1 {
  margin: auto;
  color: #030a34; /* temporary color */
  text-align: center;
  font-size: 45px;
  margin-bottom: 60px;
}

h1.main-3-h1 {
  font-weight: 500;
}

.containers.symptoms {
  padding-left: 100px;
  padding-right: 100px;
  width: min(1340px, 97%);
}

.main-3-content {
  display: flex;
}

.col-111 {
  width: 100%;
}

.col-111.one {
  padding-right: 10px;
}

.col-111.two {
  padding-left: 10px;
  padding-right: 10px;
}

.col-111.three {
  padding-left: 10px;
}

.col-111-conditions {
  width: 100%;
}

.col-111-conditions p {
  color: #030a34; /*temporary color */
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.18px;
  line-height: 1.2;
}

.conditions-points {
  color: #030a34; /*temporary color */
  font-size: 18px;
  letter-spacing: 0.16px;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 50px;
}

.margin-li {
  margin-bottom: 20px;
}

.main-4 {
  padding: 100px 160px;
}

.main-4-h1 {
  margin: auto;
  text-align: center;
  color: #030a34; /*temporary color */
  font-size: 42px;
  margin-bottom: 60px;
  text-align: center;
}

h1.main-4-h1 {
  font-weight: 500;
}

p.main-4-p {
  font-size: 19px;
  margin-bottom: 40px;
  line-height: 1.5;
  color: #030a34; /*temporary color */
}

.main-4-row {
  display: flex;
  margin-left: 5px;
  margin-right: 5px;
}

.col1111 {
  width: 100%;
}

ul.main-4-list {
  width: 100%;
  font-size: 15px;
  color: #030a34; /* temporary color */
}

li {
  /* display: flex; */
  align-items: baseline;
}

li span {
  display: inline-block;
  padding-left: 05px;
}

.main-4-list .fa {
  color: #eb1452a6; /* temporary color */
  font-size: 15px;
}

.main-4-list li {
  position: relative;
  padding: 0 8px 15px;
}

section.main-5 {
  padding: 100px 120px 100px 160px;
}

.main-5-row {
  display: flex;
}

.main-5-image {
  width: 37%;
  display: inline-block;
  margin: auto;
  text-align: center;
  vertical-align: top;
}

.main-5-content {
  width: 62%;
  display: inline-block;
  text-align: left;
  padding-top: 15px;
  padding-left: 20px;
}

span.call {
  font-size: 44px;
  color: #030a34; /*temporary color */
  font-weight: 400;
}

img.main5img {
  width: 80%;
}

.content-5 {
  margin: 0 0 20px;
}

p.timing {
  line-height: 1.5;
  font-weight: 500;
  color: #030a34; /*temporary color */
}

p.location {
  color: #696b8d;
  font-weight: 500;
}

section.main-6 {
  background-color: #485fce; /* temporary color */
}

.main-6 {
  padding-top: 100px;
  padding-right: 160px;
  padding-left: 160px;
  padding-bottom: 55px;
}

.main-6 h1 {
  margin: auto;
  text-align: center;
  color: var(--clr-white);
  /* font-weight: 500px!important; */
  font-size: 45px;
  margin-bottom: 60px;
}

h1.main-6-h1 {
  font-weight: 500;
}

.para1 {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.8;
  color: var(--clr-white);
}

@media (max-width: 900px) {
  .main-1 {
    padding: 100px 80px 100px 80px;
  }
  .main-2 {
    padding: 100px 80px 100px 80px;
  }

  .main-4 {
    padding: 100px 80px 100px 80px;
  }

  section.main-5 {
    padding: 100px 80px 100px 80px;
  }
}

@media (max-width: 830px) {
  .hero-content {
    left: 0;
    padding-left: 60px;
  }

  .main-1 h1 {
    font-size: 40px;
  }

  p.datapara {
    font-size: 20px;
  }

  .main-2 h1 {
    font-size: 35px;
  }

  h1.col-num {
    font-size: 90px;
    text-align: start;
  }

  .main-3 h1 {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .banner {
    padding-top: 10px;
  }

  .banner p {
    font-size: 15px;
    margin: 0;
  }

  /* header{
        padding-left: 10px;
        padding-right: 10px;
    } */

  .hero {
    background-position-x: center;
    height: 350px;
  }

  section#hero-section {
    overflow: hidden;
    padding: 0;
  }

  .containers {
    width: 100%;
  }

  .hero-content {
    display: none !important;
  }

  .mob {
    display: inline-block !important;
    text-align: center;
    padding-right: 60px;
    width: 100%;
  }

  h1.content-h1 {
    font-size: 25px;
  }

  a.content-button {
    min-width: 0;
    font-size: 20px;
    padding: 15px 40px 15px;
  }

  p.content-p2 {
    font-size: 18px;
    margin-top: 20px;
  }

  .hero-content .content-p {
    font-size: 13px;
    margin-top: 20px;
  }

  .main-1 {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .row {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .main-image {
    width: 100%;
    text-align: center;
  }

  img.mainimg {
    width: 40%;
  }

  .main-content {
    width: 100%;
  }

  .main-1 h1 {
    font-size: 30px;
  }

  .row11 {
    display: inline-block;
  }

  .col-11 {
    padding: 0;
  }

  .main-2 {
    padding: 50px 80px 60px;
  }

  .main-2 h1 {
    font-size: 30px;
    margin-bottom: 60px;
  }

  h1.col-num {
    font-size: 50px;
    margin-top: 10px;
  }

  .info-header {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
  }

  .info-subheader {
    font-size: 20px;
  }

  .infoo {
    margin-bottom: 40px;
  }

  .symptoms {
    padding: 0px;
  }

  .main-3 h1 {
    font-size: 30px;
  }

  .col-111-conditions p {
    font-size: 18px;
  }

  li {
    font-size: 16px;
  }

  .containers.symptoms {
    padding-left: 0;
    padding-right: 0;
  }

  .main-4 {
    padding: 0;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-4-h1 {
    font-size: 30px;
  }

  p.main-4-p {
    font-size: 16px;
  }

  li span {
    font-size: 14px;
  }

  section.main-5 {
    padding: 100px 100px 100px;
  }

  img.main5img {
    width: 100%;
  }

  span.call {
    font-size: 25px;
  }

  p.timing {
    font-size: 20px;
  }

  .main-5-content {
    padding-top: 50px;
  }

  .main-6 {
    padding: 0;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 540px) {
  .banner p {
    font-size: 14px;
  }

  section#hero-section {
    background-position-x: right;
  }

  .hero {
    height: 380px;
  }

  .hero-content {
    width: 100%;
    margin-top: 10px;
    /* left: 40px; */
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-content .content-p {
    line-height: 1.5;
  }

  a.content-button {
    padding: 10px 40px 10px;
  }

  .main-1 h1 {
    font-size: 25px;
  }

  p.datapara {
    font-size: 19px;
  }

  img.mainimg {
    width: 60%;
  }

  .main-2 {
    padding: 30px 30px 30px 30px;
  }

  .main-2 h1 {
    font-size: 24px;
  }

  .row11 {
    transform: translateX(40deg) !important;
  }

  .info-header {
    font-size: 19px;
  }

  .info-subheader {
    font-size: 19px;
  }

  h1.col-num {
    font-size: 30px;
    margin-top: 15px;
  }

  .main-3 h1 {
    font-size: 24px;
  }

  .main-3-content {
    display: flex;
    flex-direction: column;
  }

  h1.main-4-h1 {
    font-size: 24px !important;
    font-weight: 500;
  }

  .main-4-row {
    display: flex;
    flex-direction: column;
  }

  section.main-5 {
    display: none;
  }

  h1.main-6-h1 {
    font-weight: 500;
    font-size: 24px;
  }

  .para1 {
    font-size: 16px;
  }

  /* footer{
        padding-left: 10px;
        padding-right: 10px;
    } */
}

/* General office visit styling end  */
