* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
}
a {
  text-decoration: none;
}
ul {
  padding: 0;
  list-style: none;
}
.container {
  margin: auto;
  width: min(90%, 70.5rem);
}
.section {
  padding: 3rem 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.split {
  display: flex;
  flex-direction: column;
}

.split.reverse {
  flex-direction: column-reverse;
}

.header_warapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site_branding {
  max-width: 100px;
}

.site_branding img {
  width: 100%;
}

.main-navigation #primary-menu {
  display: none;
  width: 100%;
  padding: 25px 12px;
}

.main-navigation {
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.main-navigation.active {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  opacity: 1;
  transition: 0.3s ease-in-out;
  top: 48px;
  /* border-top-left-radius: 25px;
  max-height: 80vh;f
  height: 80vh; */
}

.main-navigation.active #primary-menu {
  display: block;
  padding: 25px 12px;
}

.nav_wrap.active {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #00000036;
  left: 0;
  top: 60px;
}
.hamburger {
  cursor: pointer;
  z-index: 999;
}

.hamburger div {
  height: 3px;
  width: 28px;
  margin: 0 0 8px;
  border-radius: 100px;
  background: #000;
}

.hamburger div:nth-child(3) {
  margin: 0;
}

.hamburger > * {
  transition: 0.3s ease-in-out;
}

.toggle .bar_3 {
  transform: rotate(45deg) translate(-5px, -5px);
}

.toggle .bar_1 {
  transform: rotate(-45deg) translate(-8px, 5px);
}

.hamburger.toggle > div {
  /* background: #000 !important; */
  margin: 6px 0px;
}

.toggle .bar_2 {
  opacity: 0;
}

.hero_section {
  background-image: url("assets/img/hero_banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.hero_heading {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
.hero_heading_strong {
  font-size: 30px;
  font-weight: 700;
}
.hero_heading_br {
  display: none;
}
/* ======================vaccine============= */
.vaccine_content {
  margin-bottom: 30px;
}
.vaccine_content p {
  font-size: 16px;
}
.vaccine_content_highlight {
  font-weight: 700;
}
.vaccine_img {
  text-align: center;
}
.vaccine_img img {
  max-width: 80%;
}
.patient_image_wrap {
  margin: 0 auto;
  max-width: 500px;
}
.patient_image_wrap img {
  width: 100%;
}
/* =========explain========== */
.white_box_left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 15px;
}
.blue_box_right {
  background: #0035cf;
  padding: 20px 20px;
  color: #fff;
}
.white_box_right{
    background: #fff;
  padding: 20px 20px;
  color: #000;
}
.explains_why_features_item {
  display: flex;
  margin-bottom: 40px;
}
.explains_why_features_item:last-child {
  margin-bottom: 0;
}
.explains_why_features_item_icon {
  width: 50px;
  min-width: 50px;
  margin-right: 15px;
}
.explains_why_features_item_icon img {
  max-width: 100%;
}
.explains_why_features_item_content {
  font-size: 12px;
  letter-spacing: 0.6px;
}
.section_title {
  font-size: 35px;
}
.section_title strong {
  font-weight: 800;
}

.covid_feature_item {
  display: flex;
  margin-bottom: 15px;
}
.covid_feature_item_icon {
  width: 50px;
  min-width: 50px;
  margin-right: 15px;
}
.covid_feature_item_icon img {
  max-width: 100%;
}
.covid_feature_item_content {
  font-size: 12px;
  letter-spacing: 0.6px;
}
.blue_box_content_img {
  max-width: 170px;
  margin: 0 auto 20px auto;
}
.blue_box_content_img img {
  max-width: 100%;
}
.blue_box_content p {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 20px;
  letter-spacing: 0.6px;
}
.white_box_left_img_box {
  margin-bottom: 30px;
}
.blue_section_title {
  font-size: 35px;
  margin-bottom: 20px;
}
.drug_inhale_split_img {
  max-width: 80%;
  margin: 0 auto;
}
.drug_inhale_split_img img {
  max-width: 100%;
}
.drug_inhale_split_title {
  font-size: 20px;
  margin-bottom: 15px;
}
.drug_inhale_split_content_box p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
}
.target_section {
  background: #0135cf;
  background-size: cover;
  color: #fff;
}
.target_section_wrapper p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
}
.crucial_section {
  background-image: url("assets/img/inhaler_banner.png");
  background-size: cover;
  color: #fff;
}
.crucial_section_wrapper p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.6px;
}
.crucial_section_img {
  max-width: 70%;
  margin: 0 auto 15px auto;
}
.crucial_section_img img {
  max-width: 100%;
}
.founder_box {
  padding: 20px 20px;
}
.founder_name {
  font-size: 18px;
  margin-bottom: 10px;
}
.founder_sub {
  font-size: 13px;
  color: #9d9d9d;
  display: flex;
  margin-bottom: 15px;
  line-height: 20px;
}
.founder_right_features_wrap {
  padding-left: 20px;
}
.founder_right_features_item {
  margin-bottom: 10px;
  list-style: disc;
  font-size: 12px;
  letter-spacing: 0.6px;
}
.founder_section {
  padding-bottom: 0;
}
.target_section_img {
  width: 50%;
  margin-left: auto;
  margin-bottom: 30px;
}
.target_section_img img {
  max-width: 100%;
}
.header_flag_wrap {
  display: flex;
  gap: 2px;
  align-items: center;
}
.footer_contact_sec {
  background: #0035cf;
  padding: 100px 0;
}
.footer_contact_head {
  color: #fff;
  font-size: 35px;
  margin-bottom: 30px;
  text-align: left;
}
.footer_contact_mails_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
    flex-direction: column;
        align-items: flex-start;
}
.footer_contact_mails_wrap a {
      color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_contact_mails_wrap img {
    width: 20px;
    margin-right: 10px;
    margin-top: 3px;
}

@media only screen and (min-width: 40em) {
  /* header */
  .header_warapper.white_color {
    height: 99px;
  }

  .header_warapper {
    height: 99px;
  }

  .site_branding {
    max-width: 200px;
    max-height: 100%;
    overflow: hidden;
    height: 100%;
  }

  .site_branding img,
  .site_branding a {
    width: 100%;
    max-height: 100%;
  }

  .main-navigation {
    opacity: 1;
  }

  .main-navigation #primary-menu {
    display: flex;
    align-items: center;
    padding: 0 10px;
  }

  .header_right_wrap .hamburger {
    display: none;
  }

  nav ul#primary-menu li.menu-item {
    /* padding-top: 50px; */
    /* padding-top: 15px;
    padding-bottom: 15px; */
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
  }

  #primary-menu .menu-item.menu-item-has-children::after {
    right: 0;
    top: unset;
    bottom: 35px;
  }

  nav ul#primary-menu li.menu-item:hover {
    background-color: var(--clr-FCC11E);
  }

  nav #primary-menu li a {
    padding: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    transition: 0.3s ease-in-out;
    font-weight: 600;
  }
  nav #primary-menu li a:hover {
    color: #0035cf;
  }
  #primary-menu .menu-item.menu-item-has-children:hover > .sub-menu li a {
    padding: 6px 10px !important;
  }

  #primary-menu .menu-item.menu-item-has-children:hover > .sub-menu {
    left: 0;
    display: block;
    position: absolute;
    opacity: 1;
    top: 99px;
    min-width: 20rem;
    background: #fff;
    padding: 10px;
  }

  nav #primary-menu .menu-item .sub-menu li.menu-item {
    padding: 10px 0;
  }

  .nav_wrap,
  .main-navigation,
  .menu-menu-1-container,
  .main-navigation #primary-menu {
    height: 100%;
  }
  .header_right_wrap {
    display: none;
  }
  /* ==== */
  .split {
    flex-direction: row;
    align-items: center;
  }

  .split > * {
    flex-basis: 100%;
  }

  .split > * + * {
    margin-left: 3em;
  }
  .blue_box_right {
    padding-right: 10%;
  }
  .white_box_right{
      padding-right: 10%;
  }
  .vaccine_img {
    padding-left: 10%;
  }
  .white_box_left {
    padding-left: 10%;
  }
  .container {
    margin: auto;
    width: unset;
    padding-left: 10%;
    padding-right: 10%;
  }
  .hero_section {
    padding: 220px 0;
  }
  .hero_heading_br {
    display: block;
  }
  .hero_heading {
    font-size: 40px;
  }
  .blue_box_right {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 3%;
    margin-left: 0;
  }
  .white_box_right{
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 3%;
    margin-left: 0;
  }
  .covid_feature_box {
    margin-left: 0;
  }
  .container .white_box_left {
    padding-left: inherit;
  }
  .bed_section {
    padding-bottom: 0;
  }
  .pathway_section {
    padding: 0;
  }
  .pathway_section_2 {
    padding: 0;
  }
  .white_box_left_img_box {
    max-width: 70%;
  }
  .drug_inhale_split {
    display: flex;
    align-items: center;
  }
  .drug_inhale_split_content_box {
    width: 80%;
  }
  .drug_inhale_split_title {
    font-size: 24px;
  }
  .target_section {
    padding: 80px 0 50px 0;
  }
  .target_section_wrapper p {
    line-height: 25px;
    text-align: justify;
  }
  .crucial_section_wrapper {
    max-width: 50%;
  }
  .crucial_section_img {
    margin: 0 0 15px 0;
  }
  .founder_section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .founder_right_features_item {
    font-size: 14px;
  }
  .founder_box {
    padding-left: 10%;
  }
  .vaccine_content p {
    font-size: 22px;
  }
  .founder_name {
    font-size: 24px;
  }
  .blue_box_content p {
    font-size: 14px;
    line-height: 24px;
  }
  .covid_feature_item_icon {
    width: 70px;
    min-width: 70px;
  }
  .covid_feature_item_content {
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 22px;
  }
  .drug_inhale_split_content_box p {
    font-size: 15px;
    line-height: 22px;
  }
  .explains_why_features_item_content {
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 22px;
  }
  .founder_right_features_item:last-child {
    margin-bottom: 0;
  }
  .target_section_img {
    width: fit-content;
  }
  .footer_contact_sec {
    padding: 190px 0;
  }
  .footer_contact_head {
    font-size: 45px;
  }
  .footer_contact_mails_wrap a {
    padding: 10px 15px;
  }
  .footer_contact_mails_wrap {
    gap: 0;
  }
}
