@media (min-width: 992px) {
  .hero_details {
    margin-top: 60px;
  }
}
@media (max-width: 1440px) {
  .hero_details h1 {
    font-size: 60px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .hero_details h1 {
    font-size: 50px;
    margin-bottom: 32px;
  }
  .highlighted-features-section h4 {
    font-size: 40px;
  }
  .hero_section {
    padding: 60px 0;
  }
  .why_medipal_section {
    padding: 20px;
  }
  .why_medipal_section .why_medipal_inner {
    padding: 40px 0;
  }
  .why_medipal_top h2 {
    font-size: 44px;
  }
  .why_medipal_top {
    margin-bottom: 50px;
  }
  .why_medipal_block h6 {
    font-size: 18px;
  }
  .why_medipal_block {
    font-size: 16px;
  }
  .better_outcomes_section {
    padding: 40px 0;
  }
  .better_sec {
    margin-bottom: 70px;
  }
  .better_outcomes_section h2 {
    font-size: 40px;
  }
  .better_outcomes_details p {
    font-size: 18px;
  }
  .get_in_touch_section {
    padding: 40px 0;
  }
  .get_in_touch_top h2 {
    font-size: 40px;
  }
  .get_in_touch_form input,
  .get_in_touch_form textarea,
  .get_in_touch_top p,
  .submit_btn {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
  header {
    background: #fafafa;
  }
  .navbar-brand img {
    max-width: 132px;
  }
  .navbar-collapse {
    padding: 0px 32px 0;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    height: calc(100vh - 72px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 10;
  }
  .navbar-nav li a.nav-link {
    padding: 10px 12px;
    background-color: #eeeeee;
    border-radius: 8px;
    font-size: 18px;
    color: #000;
    transition: all 0.3s ease;
  }
  .navbar-collapse .navbar-nav li a.nav-link.active,
  .navbar-collapse .navbar-nav li a.nav-link:hover {
    background-color: #ab0535;
    color: #fff;
  }
  .navbar-nav li:not(:last-child) {
    margin-bottom: 24px;
  }
  .navbar-toggler {
    outline: none;
    position: relative;
    padding: 0px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ab0535;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 14px;
  }

  .navbar-toggler::before,
  .navbar-toggler::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #fff;
    top: 8px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 10px;
    transition: all 0.5s ease;
  }
  .navbar-toggler::after {
    top: auto;
    bottom: 8px;
  }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .navbar-toggler span {
    background-color: #fff;
    width: 14px;
    height: 2px;
    display: block;
    border-radius: 10px;
    transition: all 0.5s ease;
  }
  .navbar-toggler[aria-expanded="true"]::before {
    top: 14px;
    right: 0;
    transform: rotate(-45deg);
  }
  .navbar-toggler[aria-expanded="true"]::after {
    top: auto;
    bottom: 14px;
    right: 0;
    transform: rotate(45deg);
  }
  .navbar-toggler[aria-expanded="true"] span {
    opacity: 0;
  }
  .lang_selection > img {
    display: none;
  }
  .navbar-collapse .navbar-nav li {
    margin-right: 0 !important;
  }
  .navbar-collapse .navbar-nav li a.nav-link {
    min-width: 153px;
  }
  .hero_details {
    margin-bottom: 50px;
  }
  .hero_details h1 br {
    display: none;
  }
  .hero_image {
    text-align: center;
  }
  .hero_section {
    padding: 64px 0 40px;
  }
  .highlighted-features-section h4 {
    font-size: 30px;
  }
  .better_outcomes_img {
    text-align: center;
    margin: 0 0 40px;
  }
  .empowerd_sec .better_outcomes_img {
    text-align: center;
  }
  .better_sec {
    flex-direction: column-reverse;
  }
  .better_outcomes_section h2 {
    font-size: 36px;
  }
  .top_ftr {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .navbar-collapse {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hero_details h1 {
    font-size: 36px;
  }
  .hero_details {
    margin-bottom: 40px;
  }
  .highlighted-features-section {
    background: transparent;
    padding: 0;
  }
  .highlighted-features-section h4 {
    font-size: 32px;
    background: var(--secondary-color);
    padding: 24px;
    margin-bottom: 32px;
    text-align: center;
    border-radius: 12px;
  }
  .hero_section {
    padding-bottom: 24px;
  }
  .why_medipal_section {
    padding: 40px 0;
  }
  .why_medipal_section .why_medipal_inner {
    padding: 0;
    background: transparent;
  }
  .why_medipal_top h2 {
    font-size: 32px;
  }
  .why_medipal_top p {
    font-size: 16px;
    line-height: 1.3;
  }
  .why_medipal_top {
    margin-bottom: 40px;
  }
  .why_medipal_block {
    margin-bottom: 16px;
  }
  .why_medipal_block {
    padding: 22px 24px;
  }
  .better_outcomes_section h2 {
    font-size: 32px;
  }
  .better_outcomes_details p {
    font-size: 16px;
  }
  .better_outcomes_section .quote {
    padding: 20px 16px;
  }
  .better_outcomes_section .quote p {
    letter-spacing: 0px;
  }
  .get_in_touch_top h2 {
    font-size: 32px;
    line-height: 2;
  }
  .get_in_touch_form input,
  .get_in_touch_form textarea,
  .get_in_touch_top p,
  .submit_btn {
    font-size: 16px;
  }
  .get_in_touch_top {
    margin-bottom: 0;
  }
  .get_in_touch_top p {
    margin-bottom: 40px;
  }
  .top_ftr {
    margin-bottom: 55px;
  }
  .top_ftr address {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .hero_details p {
    font-size: 16px;
  }
  .ftr_links h6 {
    font-weight: bold;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 12px;
  }
}
