

@font-face {
    font-family: "Outfit";
    src: url("../fonts/Outfit-Medium.eot");
    src: url("../fonts/Outfit-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Outfit-Medium.woff2") format("woff2"), url("../fonts/Outfit-Medium.woff") format("woff"), url("../fonts/Outfit-Medium.ttf") format("truetype"), url("../fonts/Outfit-Medium.svg#Urbanist-Thin") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium.eot");
    src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.svg#Urbanist-Thin") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.eot");
    src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Urbanist-Thin") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-SemiBold.eot");
    src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg#Urbanist-Thin") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
      font-family: 'Archivo Condensed';
      src: url('../fonts/ArchivoCondensed-Regular.eot');
      src: url('../fonts/ArchivoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
          url('../fonts/ArchivoCondensed-Regular.woff2') format('woff2'),
          url('../fonts/ArchivoCondensed-Regular.woff') format('woff'),
          url('../fonts/ArchivoCondensed-Regular.ttf') format('truetype'),
          url('../fonts/ArchivoCondensed-Regular.svg#ArchivoCondensed-Regular') format('svg');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Roboto SemiCondensed';
      src: url('../fonts/RobotoSemiCondensed-Regular.eot');
      src: url('../fonts/RobotoSemiCondensed-Regular.eot?#iefix') format('embedded-opentype'),
          url('../fonts/RobotoSemiCondensed-Regular.woff2') format('woff2'),
          url('../fonts/RobotoSemiCondensed-Regular.woff') format('woff'),
          url('../fonts/RobotoSemiCondensed-Regular.ttf') format('truetype'),
          url('../fonts/RobotoSemiCondensed-Regular.svg#RobotoSemiCondensed-Regular') format('svg');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Public Sans';
      src: url('../fonts/PublicSans-Regular.eot');
      src: url('../fonts/PublicSans-Regular.eot?#iefix') format('embedded-opentype'),
          url('../fonts/PublicSans-Regular.woff2') format('woff2'),
          url('../fonts/PublicSans-Regular.woff') format('woff'),
          url('../fonts/PublicSans-Regular.ttf') format('truetype'),
          url('../fonts/PublicSans-Regular.svg#PublicSans-Regular') format('svg');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Roboto Slab';
      src: url('../fonts/RobotoSlab-SemiBold.eot');
      src: url('../fonts/RobotoSlab-SemiBold.eot?#iefix') format('embedded-opentype'),
          url('../fonts/RobotoSlab-SemiBold.woff2') format('woff2'),
          url('../fonts/RobotoSlab-SemiBold.woff') format('woff'),
          url('../fonts/RobotoSlab-SemiBold.ttf') format('truetype'),
          url('../fonts/RobotoSlab-SemiBold.svg#RobotoSlab-SemiBold') format('svg');
      font-weight: 600;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Roboto Slab';
      src: url('../fonts/RobotoSlab-Medium.eot');
      src: url('../fonts/RobotoSlab-Medium.eot?#iefix') format('embedded-opentype'),
          url('../fonts/RobotoSlab-Medium.woff2') format('woff2'),
          url('../fonts/RobotoSlab-Medium.woff') format('woff'),
          url('../fonts/RobotoSlab-Medium.ttf') format('truetype'),
          url('../fonts/RobotoSlab-Medium.svg#RobotoSlab-Medium') format('svg');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Roboto Slab';
      src: url('../fonts/RobotoSlab-Regular.eot');
      src: url('../fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
          url('../fonts/RobotoSlab-Regular.woff2') format('woff2'),
          url('../fonts/RobotoSlab-Regular.woff') format('woff'),
          url('../fonts/RobotoSlab-Regular.ttf') format('truetype'),
          url('../fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular') format('svg');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
  }



  *:-moz-full-screen,
  *:-webkit-full-screen,
  *:fullscreen *:-ms-fullscreen {
    overflow: auto !important;
  }

  body {
    font-size: 16px;
    color: #222;
    font-family: Outfit;
  }

  a:hover {
    color: none !important;
  }

  ol, ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0;
  }

  a {
    outline: 0;
    transition: all 0.5s;
    color: #222222;
    letter-spacing: 0.36px;
  }

  a:link,
  a:visited {
    text-decoration: none;
  }

  a:hover,
  a:focus,
  a:active {
    outline: none !important;
    text-decoration: none;
  }

  ul li {
    list-style: none;
    font-family: "Outfit";
    font-weight: 400;
    /*position: relative;*/
  }

  ul {
    padding-left: 0px;
  }
  @keyframes hvr-ripple-out {
    100% {
      top: -12px;
      right: -10px;
      bottom: -12px;
      left: -12px;
      opacity: 0;
    }
  }
  @keyframes ripple {
    from {
      opacity: 1;
      transform: scale(0);
    }
    to {
      opacity: 0;
      transform: scale(2);
    }
  }
  .less {
    color: #fff;
    border: none;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
    background: #ED2E31;
    display: inline-block;
    padding: 15px 20px;
    font-family: "outfit";
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    /* letter-spacing: 0.04em; */
    text-align: center;
    text-transform: uppercase;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    border: 1px solid #ED2E31;
  }
  .less::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
  }
  .less:hover {
    color: #1A1A1A;
    transition: all 0.4s ease-in-out;
  }
  .less:hover::before {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
  }
  @media screen and (max-width: 1200px) {
    .less {
      font-size: 13px;
      padding: 15px 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .less {
      font-size: 15px;
      padding: 10px 20px;
    }
  }

  .less1 {
    color: #fff;
    border: none;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
    background: #0A5B67;
    display: inline-block;
    padding: 15px 20px;
    font-family: "outfit";
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    border: 1px solid #0A5B67;
  }
  .less1::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
  }
  .less1:hover {
    color: #222222;
    transition: all 0.4s ease-in-out;
  }
  .less1:hover::before {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
  }
  @media screen and (max-width: 1200px) {
    .less1 {
      font-size: 16px;
      padding: 15px 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .less1 {
      font-size: 15px;
      padding: 10px 20px;
    }
  }

  .less3 {
    color: #0A5B67;
    border: none;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
    background: #fff;
    display: inline-block;
    padding: 15px 20px;
    font-family: "outfit";
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    border: 1px solid #0A5B67;
  }
  .less3::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0A5B67;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
  }
  .less3:hover {
    color: #fff;
    transition: all 0.4s ease-in-out;
    border: 1px solid #fff;
  }
  .less3:hover::before {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
  }


  .less2 {
    color: #299CAD;
    border: none;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
    background: transparent;
    display: inline-block;
    padding: 15px 20px;
    font-family: "outfit";
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    border: 1px solid #299CAD;
  }
  .less2::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #299CAD;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
  }
  .less2:hover {
    color: #fff;
    transition: all 0.4s ease-in-out;
  }
  .less2:hover::before {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
  }
  @media screen and (max-width: 1200px) {
    .less2 {
      font-size: 16px;
      padding: 15px 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .less2 {
      font-size: 15px;
      padding: 10px 20px;
    }
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Roboto Slab;
    font-weight: 400;
    /* font-weight: 600; */
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 0.02em;
    color: #299CAD;
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  @media screen and (max-width: 1400px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 45px;
      line-height: 50px;
    }
  }
  @media screen and (max-width: 1200px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 40px;
      line-height: 45px;
    }
  }
  @media screen and (max-width: 991px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 35px;
      line-height: 40px;
    }
  }
  @media screen and (max-width: 767px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 30px;
      line-height: 35px;
    }
  }
  @media screen and (max-width: 575px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 25px;
      line-height: 30px;
    }
  }

  h1 + strong,
  h2 + strong,
  h3 + strong,
  h4 + strong,
  h5 + strong,
  h6 + strong {
    font-family: DM Serif Display;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 35px;
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #222222;
  }
  @media screen and (max-width: 767px) {
    h1 + strong,
    h2 + strong,
    h3 + strong,
    h4 + strong,
    h5 + strong,
    h6 + strong {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 5px;
    }
  }
  @media screen and (max-width: 575px) {
    h1 + strong,
    h2 + strong,
    h3 + strong,
    h4 + strong,
    h5 + strong,
    h6 + strong {
      font-size: 18px;
      line-height: 25px;
    }
  }

  p {
    font-family: "poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #222222;
  }
  @media screen and (max-width: 1400px) {
    p {
      line-height: 26px;
    }
  }
  @media screen and (max-width: 991px) {
    p {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 767px) {
    p {
      font-size: 14px;
      line-height: 22px;
    }
  }

  .pads {
    padding: 80px 0;
  }
  @media screen and (max-width: 1200px) {
    .pads {
      padding: 70px 0;
    }
  }
  @media screen and (max-width: 991px) {
    .pads {
      padding: 60px 0;
    }
  }
  @media screen and (max-width: 767px) {
    .pads {
      padding: 50px 0;
    }
  }
  @media screen and (max-width: 767px) {
    .pads {
      padding: 40px 0;
    }
  }



  .ttl {
    text-transform: lowercase !important;
  }

  .text-justi p {
    text-align: justify;
  }

  header {
    /*position: absolute;*/
    width: 100%;
    left: 0;
    top: 10px;
    z-index: 2;
    background: #299CAD;
  }
  header .header .top {
    background: #044D18;
    padding-block: 15px;
  }
  header .header .top .social {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header .top .social ul {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  header .header .top .social ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  header .header .top .social ul li a,
  header .header .top .social ul li p {
    font-family: Outfit;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #fff;
    display: block;
    transition: 0.2s;
  }
  header .header .top .social ul li a i {
    margin-right: 5px;
  }
  header .header .top .social ul li a + a {
    padding-left: 10px;
    border-left: 2px solid #fff;
    margin-left: 10px;
  }
  header .header .top .social ul li p {
    margin-bottom: 0;
  }
  header .header .header_in {
    padding-block: 18px;
  }
  header .header .header_in .logo a {
    display: block;
  }
  header .header .header_in .ryt .menus {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
  }
  header .header .header_in .ryt .menus .menu ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 40px;
  }
  header .header .header_in .ryt .menus .menu ul li a {
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #1A1A1A;
    display: block;
    text-transform: uppercase;
    transition: 0.2s;
  }
  header .header .header_in .ryt .menus .menu ul li .sub_menu {
    position: absolute;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
    padding-top: 20px;
    z-index: 2;
    /*min-width: 205px;*/
  }
  header .header .header_in .ryt .menus .menu ul li .sub_menu ul {
    display: block;
    background: #07329e;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #299cad;
  }
  header .header .header_in .ryt .menus .menu ul li.active::after{}
  /* header .header .header_in .ryt .menus .menu ul li{position: relative;} */
  header .header .header_in .ryt .menus .menu ul li .sub_menu ul li a {
    padding: 10px 15px;
    background: #fff;
    color: #222222;
    background: #fff;
  }
  header .header .header_in .ryt .menus .menu ul li .sub_menu ul li a:hover {
    background: #299cad;
    color: #fff;
  }
  header .header .header_in .ryt .menus .menu ul li:hover a, header .header .header_in .ryt .menus .menu ul li.active a {
    color: #1A1A1A;
    transition: 0.2s;
  }
  header .header .header_in .ryt .menus .menu ul li:hover .sub_menu, header .header .header_in .ryt .menus .menu ul li.active .sub_menu {
    opacity: 1;
    visibility: visible;
  }
  .top_book{float: right;}
  header .header .header_in .ryt .menus .top_book a {
    text-transform: capitalize;
  }
  header .header .header_in .ryt .menus .top_book a i {
    display: none;
  }
  @media screen and (max-width: 1400px) {
    header .header .header_in .ryt .menus .top_book a {
      padding: 10px 11.5px;
      border-radius: 5px;
      font-size: 25px;
    }
    header .header .header_in .ryt .menus .top_book a span {
      display: none;
    }
    header .header .header_in .ryt .menus .top_book a i {
      display: block;
      color: #fff;
    }
    header .header .header_in .ryt .menus .top_book a::before {
      background: #fff;
      border-radius: 5px;
    }
  }

  .banner {
    /* background: url(../images/banner_bg.webp) no-repeat; */
    background-size: cover;
    position: relative;
  }
  .banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
  }
  .banner .item .banner-slide.banner-slide-one{background-image: url(../images/banner-1.webp);}
  .banner .item .banner-slide.banner-slide-two{background-image: url(../images/banner-2.webp);}
  .banner .item .banner-slide.banner-slide-three{background-image: url(../images/banner-3.webp);}
  .banner .item .banner-slide.banner-slide-four{background-image: url(../images/banner-4.webp);}
  .banner .item .banner-slide{
      /* background-image: url(../images/slider-bg.webp); */
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding: 420px 0 200px 0;
  }
  .banner .item {
    align-items: center;
    /* padding: 100px 0px 0px 0px; */
  }
  @media screen and (max-width: 991px) {
    .banner .item .ban-txt {
      text-align: center;
    }
  }
  .banner .item .ban-txt span {
    font-family: "Poppins";
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 10px;
    background: #044D18;
    border-radius: 50px;
    padding: 15px 40px;
    text-align: center;
  }
  @media screen and (max-width: 1200px) {
    .banner .item .ban-txt span {
      font-size: 17px;
      line-height: 20px;
    }
  }
  @media screen and (max-width: 991px) {
    .banner .item .ban-txt span {
      font-size: 23px;
      line-height: 27px;
      text-align: center;
    }
  }
  @media screen and (max-width: 767px) {
    .banner .item .ban-txt span {
      font-size: 14px;
      line-height: 18px;
      padding: 15px 20px;
      margin-bottom: 10px;
    }
  }
  .banner .item .ban-txt strong {
    font-family: "DM Serif Display";
    font-weight: 800;
    font-size: 55px;
    line-height: 60px;
    letter-spacing: 0.02em;
    display: block;
    color: #044D18;
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  @media screen and (max-width: 1400px) {
    .banner .item .ban-txt strong {
      font-size: 45px;
      line-height: 50px;
    }
  }
  @media screen and (max-width: 1200px) {
    .banner .item .ban-txt strong {
      font-size: 40px;
      line-height: 45px;
    }
  }
  @media screen and (max-width: 991px) {
    .banner .item .ban-txt strong {
      font-size: 35px;
      line-height: 40px;
      text-align: center;
    }
  }
  @media screen and (max-width: 767px) {
    .banner .item .ban-txt strong {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 10px;
    }
  }
  @media screen and (max-width: 575px) {
    .banner .item .ban-txt strong {
      font-size: 27px;
      line-height: 30px;
    }
  }
  .banner .item .ban-txt p {
    font-family: "outfit";
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #222;
    margin-bottom: 30px;
  }
  .banner .item .ban-txt p b {
    text-transform: uppercase;
  }
  @media screen and (max-width: 1200px) {
    .banner .item .ban-txt p {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 991px) {
    .banner .item .ban-txt p {
      text-align: center;
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .banner .item .ban-txt p {
      font-size: 17px;
      line-height: 25px;
    }
  }
  .banner .item .ban-txt p::first-letter {
    text-transform: uppercase;
  }
  .banner .item .ban-txt a {
    display: inline-block;
    font-family: "poppins";
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
    background: #044D18;
    border: 1px solid #044D18;
    padding: 10px 20px;
    border-radius: 50px;
  }
  .banner .item .ban-txt a.ask2 {
    background: transparent;
    color: #062f65;
    text-transform: capitalize;
    margin-right: 0;
    border: 1px solid #062f65;
  }
  .banner .item .ban-txt a.ask2:hover {
    color: #fff;
    background: #044D18;
    border: 1px solid #044D18;
  }
  .banner .item .ban-txt a:hover {
    background: transparent;
    color: #044D18;
    border: 1px solid #044D18;
  }
  @media screen and (max-width: 767px) {
    .banner .item .ban-txt a {
      padding: 8px 20px;
      font-size: 16px;
      display: block;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto 15px !important;
    }
  }
  .banner .item .ban-img img {
    max-height: 500px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  .banner .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner .owl-nav button {
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    transition: 0.2s;
    border: 1px solid #ED2E31 !important;
    background: transparent !important;
    border-radius: 100%;
  }
  .banner .owl-nav button span {
    display: none;
  }
  .banner .owl-nav button::before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: fontawesome;
    right: 0;
    transition: 0.2s;
    top: 0;
    color: #ED2E31;
    font-size: 16px;
  }
  .banner .owl-nav button.owl-next {
    right: 20px;
  }
  .banner .owl-nav button.owl-next::before {
    content: "\f178";
  }
  .banner .owl-nav button.owl-prev {
    left: 15px;
  }
  .banner .owl-nav button.owl-prev::before {
    content: "\f177";
  }
  .banner .owl-nav button:hover {
    transition: 0.2s;
  }
  .banner .owl-nav button:hover::before {
    background: #ED2E31;
    color: #fff;
    transition: 0.2s;
  }

  .treatment .treat_caros {
    position: relative;
  }
  .treatment .treat_caros .items {
  }
  .treatment .treat_caros .items a {
    display: block;
    position: relative;
  }
  .treatment .treat_caros .items a h3 {
    font-family: "poppins";
    font-weight: 500;
    font-size: 23px;
    display: block;
    line-height: 25px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #222;
  }
  .treatment .treat_in{position: relative;}
  .treatment .treat_in strong{font-family: "Poppins";
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #044D18;
    display: block;
    text-transform: capitalize;
    margin-bottom: 3px;}
  /* .treatment .treat_in h2{font-family: "DM Serif Display";
    font-weight: 500;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.02em;
    color: #044D18;
    text-transform: capitalize;
    margin-bottom: 10px;} */


  @media screen and (max-width: 1200px) {
    .treatment .treat_caros .items a h3 {
      font-size: 21px;
    }
  }
  .treatment .treat_caros .items a .img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .treatment .treat_caros .items .img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .treatment .treat_caros .items a .img img {
    width: 100%;
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.5s ease-in;
  }
  .treatment .treat_caros .items a p {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .treatment .treat_caros .items a:after {
    content: "";
    position: relative;
    display: block;
    background: url(../images/black_arrow.png) no-repeat center;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px dashed #222;
    transition: 0.5s;
  }
  .treatment .treat_caros .items:hover a .img img {
    transition: 0.5s;
    transform: scale(1.2);
    transition: 0.5s ease-in;
  }
  .treatment .treat_caros .items:hover a:after {
    background: #044D18 url(../images/white_arrow.png) no-repeat center;
    transition: 0.5s;
    border-color: #ED1C24;
  }
  @media screen and (max-width: 1200px) {
    .treatment .treat_caros .owl-nav {
      display: flex;
      align-items: center;
      gap: 10px;
      justify-content: center;
      margin-top: 25px;
    }
  }
  .treatment .treat_caros .owl-nav button {
    transform: translateY(50%);
    width: 45px;
    height: 45px;
    margin: 0 5px;
    overflow: hidden;
    transition: 0.2s;
    border: 1px solid #044D18 !important;
    background: transparent !important;
    border-radius: 100%;
    bottom: 0;
    position: absolute;
  }
  .treatment{position: relative;}
  .treatment .treat_caros .owl-nav{position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;}
  .treatment .treat_caros .owl-nav button span {
    display: none;
  }
  .treatment .treat_caros .owl-nav button::before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    left: 0;
    transition: 0.2s;
    top: 0;
    color: #044D18;
    font-size: 23px;
  }
  .treatment .treat_caros .owl-nav button.owl-next {
    right: -60px !important;
  }
  .treatment .treat_caros .owl-nav button.owl-next::before {
    content: "\f061";

  }
  .treatment .treat_caros .owl-nav button.owl-prev {
    left: -60px !important;
  }
  .treatment .treat_caros .owl-nav button.owl-prev::before {
    content: "\f060";
  }
  .treatment .treat_caros .owl-nav button:hover {
    transition: 0.2s;
    background: #044D18 !important;
    border: 1px solid #044D18 !important;
  }
  .treatment .treat_caros .owl-nav button:hover::before {
    color: #fff;
    transition: 0.2s;
  }
  @media screen and (max-width: 1200px) {
    .treatment .treat_caros .owl-nav button {
      position: relative;
      transform: unset;
    }

  }
  .treatment .treat_caros .owl-stage .owl-item .items {

  }
  .treatment.treatment1.treatment2 .treat_caros .owl-nav button:hover:before{
    color: #fff; transition:0.2s;
  }
  .treatment.treatment1.treatment2 .treat_caros .owl-nav button:hover {
    transition:0.2s;
    background:#044D18 !important;
    color: #fff;
    border:1px dashed #044D18 !important;
  }
  .treatment.treatment1 .treat_caros .owl-nav button:hover {
    transition:
  0.2s;
    background:#fff !important;
     border:
  1px dashed #fff !important;
  }
  .treatment.treatment1.treatment2 .treat_caros .owl-nav button::before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    left: 0;
    transition:0.2s;
    top: 0;
    color: #044D18;
    font-size: 23px;
  }
  .treatment.treatment1 .treat_caros .owl-nav button:hover::before{color: #222 !important;}
  .treatment.treatment1 .treat_caros .owl-nav button::before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    left: 0;
    transition:0.2s;
    top: 0;
    color: #fff;
    font-size: 23px;
  }
  .treatment.treatment1.treatment2 .treat_caros .owl-nav button {
    transform: translateY(50%);
    width: 45px;
    height: 45px;
    margin:0 5px;
    overflow:hidden;
    transition:0.2s;
    border:1px dashed #044D18 !important;
    background: transparent !important;
    border-radius:100%;
    bottom: 0;
  }
  .treatment.treatment1 .treat_caros .owl-nav button {
    transform: translateY(50%);
    width: 45px;
    height: 45px;
    margin:0 5px;
    overflow:hidden;
    transition:0.2s;
    border:1px dashed #fff !important;
    background: transparent !important;
    border-radius:100%;bottom: 0;
  }
  .treatment .treat_caros .owl-stage .owl-item:nth-child(even) {
  }
  .treatment.treatment1 .treat_caros .owl-stage .owl-item:nth-child(even) {
    margin-top: 0px;
  }
  .banner .owl-dots{
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
    }

  .banner button span {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #044D18;
    display: block;
    margin: 5px;
  }
  .banner .owl-dots button.active span::after{
     position: absolute;content: "";background-color: #044D18;width: 25px;height: 3px;top: 50%;transform: translateY(-50%);
  }
  .banner .owl-dots button.active span {
    background: #044D18;position: relative;
  }
  .banner{position: relative;}
  .treatment .treat_caros .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 25px;

  }
  .treatment .treat_caros .owl-dots button span {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: rgba(13, 64, 28, 0.2);
    display: block;
    margin: 5px;
    /* border: 1px solid #044D18; */
  }
  .treatment .treat_caros .owl-dots button.active span {
    background: #044D18;width: 18px;height: 18px;
  }
  .treatment.testi {
    background: #f6f6f6;
  }
  .treatment.testi .treat_caros .items strong {
    margin-bottom: 5px;
  }
  .treatment.testi .treat_caros .items i {
    font-family: DM Serif Display;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: block;
  }
  .treatment.testi .treat_caros .items .box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .treatment.testi .treat_caros .items .box p {
    -webkit-line-clamp: 7;
    text-align: justify;
  }
  .treatment.video .treat_caros .items .item_in {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  .treatment.video .treat_caros .items .item_in img {
    width: 100%;
    -o-object-fit: cover;
  object-fit: cover;
    min-height: 270px;
  }
  .treatment.video .treat_caros .items .item_in a.plays.video-btn {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
    border: 2px solid #ED1C24;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ED1C24;
  }
  .treatment.video .treat_caros .items .item_in a.plays.video-btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: 100%;
    z-index: 1;
    animation: ripple 1.5s ease-out infinite;
    animation-delay: 0.2s;
    opacity: 0;
    visibility: hidden;
    background: #ED1C24;
    left: 0;
    top: 0;
  }
  .treatment.video .treat_caros .items .item_in a.plays.video-btn i {
    z-index: 2;
    position: relative;
  }
  .treatment.video .treat_caros .items p {
    margin-bottom: 0;
    margin-top: 15px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: Public Sans;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: 400;
  }
  .treatment.video .treat_caros .items:hover .item_in a.plays.video-btn:after {
    opacity: 1;
    visibility: visible;
  }

  .hiring {
    background: #062f65;
    padding: 50px 10px;
  }
  .hiring .row div {
    margin: 15px 0;
    width: 20%;
    padding-left: 20px;
    border-left: 1px solid #044D18;
  }
  @media screen and (max-width: 991px) {
    .hiring .row div {
      width: 50%;
    }
  }
  @media screen and (max-width: 575px) {
    .hiring .row div {
      width: 100%;
    }
  }
  .hiring strong {
    font-family: DM Serif Display;
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    font-style: italic;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    display: inline-flex;
  }
  @media screen and (max-width: 1200px) {
    .hiring strong {
      font-size: 55px;
      line-height: 50px;
    }
  }
  @media screen and (max-width: 991px) {
    .hiring strong {
      font-size: 50px;
      line-height: 55px;
    }
  }
  @media screen and (max-width: 767px) {
    .hiring strong {
      font-size: 45px;
      line-height: 50px;
    }
  }
  @media screen and (max-width: 575px) {
    .hiring strong {
      font-size: 40px;
      line-height: 45px;
      text-align: center;
    }
  }
  .hiring strong:after {
    content: "+";
    display: inline-block;
  }


  .hiring .hire-text:after{
    content: "K+";
    display: inline-block;
  }
  .hiring strong.cnt {
    padding-right: 25px;
  }
  .hiring p {
    font-family: DM Serif Display;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
  }
  .about {
    background: #fff;
    position: relative;
  }
  .about::before {
    /* content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/abt_lft_pg.png) no-repeat; */
  }
  .about::after {
    /* content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 200px;
    width: 400px;
    background: url(../images/abt_ryt_pg.png) no-repeat;
    background-size: cover; */
  }
  .about .about_in {
    position: relative;
    z-index: 1;
  }
  .about .about_in .cnt span {
    font-family: "outfit";
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #ED2E31;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  .about .about_in .cnt b {
    font-family: "poppins";
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
    display: block;
    color: #044D18;
    text-transform: capitalize;
    margin-bottom: 15px;
  }
  .about .about_in .cnt p {
    text-align: justify;
  }
  .about .about_in .cnt ul {
    /* display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap; */
  }
   .why-list li{margin-bottom: 10px;}
  .about.canva {
    background: #fff;
  }
  .about.canva .about_in .cnt b,
  .about.canva .about_in .cnt h6 {
    all: unset;
    font-family: Outfit;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: #044D18;
    display: block;
    margin-bottom: 10px;
  }
  @media screen and (max-width: 1200px) {
    .about.canva .about_in .cnt b,
    .about.canva .about_in .cnt h6 {
      font-size: 30px;
      line-height: 40px;
    }
  }
  @media screen and (max-width: 767px) {
    .about.canva .about_in .cnt b,
    .about.canva .about_in .cnt h6 {
      font-size: 25px;
      line-height: 30px;
    }
  }
  .about.canva .about_in .cnt b {
    text-transform: uppercase;
  }
  .about.canva .about_in .cnt.text-center p {
    -moz-text-align-last: center;
         text-align-last: center;
  }
  .about.canva .about_in .canva_box .box {
    border: 1px solid #dbdbff;
    padding: 10px;
    border-radius: 10px;
    background: #f8f8ff;
    height: 100%;
  }
  .about.canva .about_in .canva_box .box img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about.canva .about_in .canva_box .box p {
    margin: 10px 0;
    text-align: justify;
  }
  .about.canva .about_in .canva_box .box:hover {
    background: #fff;
  }
  .about.abt_dr {
    background: #fff;
  }
  .about.achiv .about_in .cnt ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #222222;
    text-align: justify;
  }
  @media screen and (max-width: 1400px) {
    .about.achiv .about_in .cnt ul li {
      line-height: 24px;
    }
  }
  @media screen and (max-width: 991px) {
    .about.achiv .about_in .cnt ul li {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 767px) {
    .about.achiv .about_in .cnt ul li {
      font-size: 15px;
      line-height: 22px;
    }
  }
  .about.achiv .about_in .cnt ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #044D18;
    width: 8px;
    height: 8px;
    border-radius: 100%;
  }

  @media screen and (max-width: 767px) {
    .radio .radio_in .ryt strong {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 5px;
    }
    .location .locat_in .lft_sec .lft ul li::after{display: none;}
    .location .locat_in .tab-content .tab-pane .posi a h3{font-size: 18px !important;line-height: 20px !important;}
  }
  @media screen and (max-width: 575px) {
    .radio .radio_in .ryt strong {
      font-size: 20px;
      line-height: 25px;
    }
  }

  .location .locat_in .lft_sec .lft {
    max-width: 650px;
    margin-left: auto;
  }
  .location .locat_in .lft_sec .lft ul {
    margin-top: 40px;
    background: #fff;
    padding: 20px 20px;
    border-radius: 20px;

  }
  .location .locat_in .lft_sec .lft ul li{position: relative;margin-bottom: 5px;}
  .location .locat_in .lft_sec .lft ul li::after{position: absolute;content: "\f061";color: #fff;right: 15px;top: 9px;font-family: fontawesome;font-size: 24px;}
  .location .locat_in .lft_sec .lft ul li a {
    font-family: "poppins";
    font-weight: 500;
    font-size: 18px;
    display: block;
    line-height: 22px;
    padding: 15px;
    text-transform: capitalize;
    color: #222222;
  }
  .location .locat_in .lft_sec .lft ul li a.active, .location .locat_in .lft_sec .lft ul li a:hover {
    color: #fff;
    transition: 0.5s;
    background-size: 20px;
    background: #044D18;
    border-radius: 12px;
  }
  .location .locat_in .tab-content .tab-pane {
    position: relative;
  }
  .location .locat_in .tab-content .tab-pane .img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .location .locat_in .tab-content .tab-pane .posi {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
  }
  .location .locat_in .tab-content .tab-pane .posi a {
    display: block;
    position: relative;
  }
  .location .locat_in .tab-content .tab-pane .posi a h3 {
    font-family: "poppins";font-family: 500;font-size: 24px;line-height: 26px;color: #044D18;margin-bottom: 3px;
  }
  .location .locat_in .tab-content .tab-pane .posi a p {
    margin: 6px 65px 0px 0px;
  }
  .location .locat_in .tab-content .tab-pane .posi a:after {
    content: "\f061";
    position: absolute;
    display: block;
    font-family: fontawesome;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 100%;
    border: 1px solid  #222;
    transition: 0.5s;
    right: 5px;
    top: 25px;
  }
  .location .locat_in .tab-content .tab-pane .posi a:hover:after {
    border-color: #044D18;
    color: #fff;
    background: #044D18;
  }



  @media screen and (max-width: 1400px) {

  }
  @media screen and (max-width: 991px) {

  }
  @media screen and (max-width: 767px) {

  }



  footer {
    position: relative;
  }
  footer .foot_menu .foot_menu1 {
    position: relative;
  }
  footer .foot_menu .foot_menu1 .foot_top {
    padding: 50px 0;
  }
  footer .foot_menu .foot_menu1 .foot_top .logo img {
    margin-bottom: 20px;
    max-width: 150px;
  }
  footer .foot_menu .foot_menu1 .foot_top .logo .soc_link ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .foot_menu .foot_menu1 .foot_top .logo .soc_link ul li {
    margin-right: 10px;
  }
  footer .foot_menu .foot_menu1 .foot_top .logo .soc_link ul li:last-child {
    margin-right: 0;
  }
  footer .foot_menu .foot_menu1 .foot_top .logo .soc_link ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #05322c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ed932f;
    font-size: 19px;
    border: 1px solid #ed932f;
  }
  footer .foot_menu .foot_menu1 .foot_top .logo .soc_link ul li a:hover {
    background: #ed932f;
    transition: 0.2s;
    color: #05322c;
    border: unset;
  }
  footer .foot_menu .foot_menu1 .foot_top .f-link .flist {
    /* display: flex; */
    align-items: flex-start;
    gap: 20px;
  }
  footer .foot_menu .foot_menu1 .foot_top .f-link strong {
    font-family: Roboto Slab;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    color: #ED2E31;
    display: block;
    margin-bottom: 15px;
    margin-top: 60px;
  }
  footer .foot_menu .foot_menu1 .foot_top .f-link .split {
    display: flex;
  }
  footer .foot_menu .foot_menu1 .foot_top .f-link .split ul:first-of-type {
    margin-right: 10px;
  }
  footer .foot_menu .foot_menu1 .foot_top .f-link ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    font-family: poppins;
    color: #fff;
    font-size: 15px;line-height: 18px;
  }
  footer .foot_menu .foot_menu1 .foot_top .f-link ul li:last-child {
    margin-bottom: 0;
  }
  footer .foot_menu .foot_menu1 .foot_top .f-link ul li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 10px;
    transition: 0.2s;
    color: #ED2E31;
  }
  footer .foot_menu .foot_menu1 .foot_top .f-link ul li a {
    font-family: "poppins";
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    text-transform: capitalize;

  }
  /* footer .foot_menu .foot_menu1 .foot_top .f-link ul li:hover a {
    color: #fff;
    transition: 0.2s;
  } */
  /* footer .foot_menu .foot_menu1 .foot_top .f-link ul li:hover::before {
    color: #fff;
    transition: 0.2s;
  } */
  @media screen and (max-width: 991px) {
    footer .foot_menu .foot_menu1 .foot_top .f-link ul + ul {
      margin-top: 10px;
    }
  }
  footer .foot_menu .foot_menu1 .foot_mid {
    padding: 25px 0;
    border-block: 1px solid #ED2E31;
  }
  footer .foot_menu .foot_menu1 .foot_mid .lft ul {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  footer .foot_menu .foot_menu1 .foot_mid .lft ul li a {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px dashed #044D18;
    transition: 0.5s;
    color: #044D18;
    background: #fff;
    font-size: 23px;
  }
  footer .foot_menu .foot_menu1 .foot_mid .lft ul li a:hover {
    background: #044D18;
    transition: 0.2s;
    color: #fff;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul {
    display: flex;
    gap: 15px;
    justify-content: end;
    align-items: flex-start;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li {
    min-width: -moz-fit-content;
    min-width: fit-content;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    text-align: left;
    padding: 5px 10px 5px 5px;
    gap: 10px;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    transition: all 0.4s ease-in-out;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li span img {
    width: 25px;
    transition: all 0.4s ease-in-out;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li strong {
    font-family: DM Serif Display;
    font-weight: 400;
    font-style: italic;
    font-size: 17px;
    display: block;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li p {
    margin-bottom: 0;
    color: #222;
    font-family: DM Serif Display;
    font-weight: 600;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li:hover a {
    color: #fff;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li:hover a span {
    background: #fff;
    transition: all 0.4s ease-in-out;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li:hover a span img {
    filter: invert(1);
    transition: all 0.4s ease-in-out;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li:hover a p {
    color: #fff;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less1 span {
    background: #044D18;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less1 a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less1:hover p,
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less1:hover a {
    color: #fff;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less1:hover span {
    background: #fff;
    transition: all 0.4s ease-in-out;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less1:hover span img {
    filter: brightness(0.1);
    transition: all 0.4s ease-in-out;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less {
    border: 1px solid #044D18;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less p, footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less a {
    color: #fff;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less:hover p,
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less:hover a {
    color: #222;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less:hover span {
    background: #044D18;
    transition: all 0.4s ease-in-out;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.less:hover span img {
    filter: brightness(0.1);
    transition: all 0.4s ease-in-out;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.cmn p {
    font-family: DM Serif Display;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    color: #044D18;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.cmn a {
    padding: 5px 20px;
  }
  footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.cmn a img {
    height: 35px;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 120px;
  }
  footer .cpy_ryt {
    padding: 15px 0;
    background: #042F35;
  }
  footer .cpy_ryt .cpy_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .cpy_ryt p {
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
  }
  footer .cpy_ryt p a {
    color: #044D18;
    color: #fff;
  }
  footer .cpy_ryt p a:hover {
    text-decoration: underline;
  }

  .fixd {
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 2;
  }
  .fixd ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 10px;
  }
  .fixd ul li {
    position: relative;
    padding-right: 10px;
  }
  .fixd ul li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #044D18;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 15px;
    border: 1px solid #044D18;
  }
  .fixd ul li a:hover {
    background: #044D18;
    transition: 0.2s;
    color: #fff;
  }
  .fixd ul li:after {
    content: "";
    width: 15px;
    height: 8px;
    right: -1px;
    background: #044D18;
    display: block;
    position: absolute;
    top: 15px;
    z-index: -1;
  }
  .fixd .course {
    writing-mode: vertical-lr;
    white-space: pre-line;
    margin-left: -15px;
  }
  .fixd .course a {
    padding: 10px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #044D18;
    writing-mode: sideways-lr;
    text-transform: capitalize;
  }
  .fixd .course a::before {
    border-radius: 10px 0 0 10px;
  }
  .about-right.about-unset p{height: unset;}
  .about-right .para-scroll.para-scroll1{height: 80px;}
  .about-right .para-scroll{height: 155px;overflow-y: auto;scrollbar-width: thin;margin-bottom: 25px;}
  .banner-box span{font-family: "DM Serif Display";
    font-style: italic;
    font-size: 28px;
    line-height: 33px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #222;
    text-transform: capitalize;
    display: block;
    margin-bottom: 10px;}
    .banner-box{text-align: center;}
  .banner-box strong{font-family: "DM Serif Display";font-weight: 800;font-size: 40px;line-height: 60px;
    letter-spacing: 0.02em;display: block;color: #044D18;text-transform: uppercase;margin-bottom: 10px;}
  .banner-common{padding: 150px 0 50px 0;}
  .about-right{background: #FFF6F6;border-radius: 10px;padding: 20px 20px;}
  .about-right h1{font-family: "DM Serif Display";
    font-weight: 500;
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0.02em;
    color: #044D18;
    text-transform: capitalize;
    margin-bottom: 10px;}
  .about-right h2{font-family: "DM Serif Display";
    font-weight: 500;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #044D18;
    text-transform: capitalize;
    margin-bottom: 10px;}
    .about-right h3{font-family: "DM Serif Display";
      font-weight: 500;
      font-weight: 600;
      font-size: 34px;
      line-height: 40px;
      letter-spacing: 0.02em;
      color: #044D18;
      text-transform: capitalize;
      margin-bottom: 10px;}
  .about-right strong{font-family: "DM Serif Display";font-weight: 400;font-style: italic;
      font-size: 30px; line-height: 35px;
      display: block;
      margin-bottom: 10px;
      text-transform: capitalize;
      color: #222222;
    }
    .about-right b{font-family: "DM Serif Display";
      font-size: 18px;
      font-weight: 600;
      line-height: 30px;
      letter-spacing: 0.02em;
      display: block;
      color: #222;
      text-transform: capitalize;
      margin-bottom: 15px;}
  .location-section{background: #FFF6F6;}
  .heading-text h2{font-family: "Roboto Slab";
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0.02em;
    color: #299CAD;
    text-transform: capitalize;
    margin-bottom: 10px;}
    .heading-text{margin-bottom: 40px;}
  .gratitude-box{border-radius: 10px;padding: 35px 25px;background: #F6F6F6;}
  .gratitude-sec p{margin-top: 20px;}
  .gratitude-sec strong{font-family: "DM Serif Display";font-weight: 600;color: #222222;margin-bottom: 10px;font-size: 20px;display: inline-block;line-height: 24px;}
  .heading-text1 h2{font-family: "DM Serif Display";
    /* font-weight: 500; */
    font-weight: 600;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 0.02em;
    color: #044D18;
    text-transform: capitalize;
    margin-bottom: 10px;}
    .heading-text1 strong{font-family: "DM Serif Display";font-weight: 400;font-style: italic;
      font-size: 30px;line-height: 35px;display: block;margin-bottom: 10px;text-transform: capitalize;
      color: #222222;}
  .cardio-service-box h3{font-family: "DM Serif Display";font-weight: 600;font-size: 23px;display: block;
    line-height: 25px;letter-spacing: 0.02em;text-transform: capitalize;margin-bottom: 15px;color: #222;}
  .cardio-service-box p{margin-top: 20px;}
  .heading-text1{margin-bottom: 40px;}
  .cardio-service-box{padding: 15px 50px 20px 20px;border-left: 1px solid #044D18;}
  .lft.lft-service h2{font-family: "DM Serif Display"; /* font-weight: 500; */ font-weight: 600;
    font-size: 45px;line-height: 55px;letter-spacing: 0.02em;color: #044D18;text-transform: capitalize;margin-bottom: 10px;}
  .lft.lft-service strong{font-family: "DM Serif Display";font-weight: 400;font-style: italic;
    font-size: 30px;line-height: 35px; display: block;margin-bottom: 10px;text-transform: capitalize;
    color: #222222;}
  .bg-rose{background: #FFF6F6;}
  .location .locat_in .tab-content .tab-pane .posi{width: unset;left: 0;}
  /* .accordion-section .accordion .accordion-item button.collapsed {color: #222222;background:#fff;border:1px solid #E31E25;border-radius: 10px;} */
  .accordion-section .accordion .accordion-item button{
    font-family: 'outfit';font-weight: 500;font-size: 20px;line-height: 25px;color: #1A1A1A;
    text-transform: capitalize;background:#044D18;box-shadow: unset;
    overflow:hidden;border-radius:10px 10px 0 0;color: #fff;
  }
  .accordion-section .accordion .accordion-item{border: 1px transparent;}
  /* .accordion-section .accordion .accordion-item .accordion-button::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 12px solid #fff;
    border-bottom: 10px solid transparent;
    background: unset;
    transform: rotate(90deg);
    position: absolute;
    right: 25px;
  } */
  .accordion-section .accordion .accordion-item .accordion-collapse .accordion-body {
    text-align: left;padding:10px 20px 10px;background: #044D18;
  }
  /* .accordion-section .accordion .accordion-item .accordion-button.collapsed::after {
    border-top: 10px solid transparent;
    border-left: 12px solid #E31E25;
    border-bottom: 10px solid transparent;
    background: unset;
    transform: rotate(0);
  } */
  .accordion-section .accordion .accordion-item .accordion-collapse {
    border:none;border-top-width: 1px;border-top-style: solid;
      border-top-color: rgb(0, 122, 67);border-top:unset;border-radius:0 0 20px 20px;}
  .vision-list li {
        font-family: 'Poppins';
        font-weight: 500;
        color: #222222;
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
        position: relative;
        list-style-type: disc;
        margin-left: 16px;
        /* padding-left: 28px; */
      }
      .accordion-section .accordion .accordion-item + .accordion-item {
        margin-top: 20px;

      }
    .heading-text2{margin-bottom: 40px;}
  .heading-text2 h2, .heading-text2 h1{color: #fff;font-family: DM Serif Display;font-weight: 700;font-size: 44px;line-height: 48px;text-align: center;}
  .see-doctor{background: #062F65;}
  .heading-text2 strong, .heading-text2 h1, .heading-text2 p{color: #fff; text-align: center;}


  .treatment.treatment1 .treat_caros .items a::after{display: none;}
  .treatment.treatment1 .treat_caros .items a p{display: unset;}
  .heading-text3{margin-bottom: 40px; text-align: center;}
  .heading-text3 strong{font-family: "DM Serif Display";font-weight: 400;font-style: italic;font-size: 30px;line-height: 35px;display: block;margin-bottom: 10px;text-transform: capitalize;color: #222222;
  }
  .heading-text3 h2{font-family: "DM Serif Display";font-weight: 600;font-size: 34px;line-height: 36px;
    letter-spacing: 0.02em;color: #044D18;text-transform: capitalize;margin-bottom: 10px;}
  .treat-list-box{background: #FFF6F6;border-radius: 10px;padding: 15px;margin-bottom: 20px;min-height: 183px;}
  .treat-list-box h3{font-family: "DM Serif Display";font-weight: 600;font-size: 18px;line-height: 18px;color: #222222;}
  .gallery .gall_in .gall_block {border-radius:10px;overflow:hidden;background:#044D18; position: relative;height: 100%;}
  .gallery .gall_in .gall_block a {display: block;}
  .gallery .gall_in .gall_block .img {position: relative;z-index: 1;}
  .gallery .gall_in .gall_block .content.phot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:10px;
    align-items: center;
  }
  .gallery .gall_in .gall_block .content {
    position: relative;
    z-index: 2;
    padding:20px 10px 10px;
  }
  .gallery .gall_in .gall_block a span.view_all {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 5;
    background:#fff;
    text-transform: capitalize;
    border-radius:30px;
    padding:10px 30px;
    text-align: center;
    font-family: "poppins";
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    color: #0A5B67;
    opacity: 0;
    visibility: hidden;
    transition:0.5s;
    text-transform: capitalize;
  }

  .gallery .gall_in .gall_block:hover a::after {
    opacity: 0.8;
    visibility: visible;
    bottom: 0;
    transition:0.5s;
    height: 100%;

  }
  .gallery .gall_in .gall_block.gall-bg a::after {
    background: none;
  }
  .gallery .gall_in .gall_block a::after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: collapse;
    transition:0.5s;
    z-index: 1;
    background:
  linear-gradient(180deg, #299CAD -0.7%, #299CAD 64.61%);
  }
  .gallery .gall_in .gall_block .img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 270px;
  }
  .gallery .gall_in .gall_block .content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: "poppins";
    padding-right: 10px;
    margin-bottom: 0;
    transition:0.2s;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 0.02em;
  }
  .gallery .gall_in .gall_block .content b {
    text-transform: capitalize;
    font-family: "poppins";
    font-weight: 500;
    color: #fff;
  }
  .gallery .gall_in .gall_block:hover a::after {
    opacity: 0.8;
    visibility: visible;
    bottom: 0;
    transition:0.5s;
    height: 100%;
  }
  .gallery .gall_in .gall_block:hover span.view_all {
    top: 50%;
    transition:0.5s;
    opacity: 1;
    visibility: visible;
  }
  .gallery.gall_Details .gall_in .gall_block {
    background:unset;
    height: unset;
    border:
  unset;
  }
  .gallery.gall_Details .gall_in .gall_block {
    border:1px solid #E2FBFF;
    border-radius:10px;
    background:#E2FBFF;
  }
  .gallery .gall_in .gall_block {
    border-radius:10px;
    overflow:hidden;
    background:#299CAD;
    position: relative;
    height: 100%;
  }
  .gallery.gall_Details .gall_in .gall_block .img a.fancybox {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 50%;
    top: 50%;
    visibility: hidden;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 20px;
    color: #fff;
    transition:0.5s;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#000;
    border-radius:100%;
  }
  .gallery.gall_Details .gall_in .gall_block:hover .img a.fancybox {
    transition:0.5s;
    opacity: 1;
    visibility: visible;
    top: 50%;
    left: 50%;
  }
  .gallery.gall_Details .gall_in .gall_block:hover .img::after {
    opacity: 0.8;
    visibility: visible;
    top: 0;
    height: 100%;
    transition:0.5s;}
  .multi-box.multi-box1{min-height: 155px;}
  .nini-box.nini-box1{background: #021C40;}
  .bg-blue{background: #062F65;}
  .gallery.gall_Details .gall_in .gall_block .img::after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 0;
    background:
  linear-gradient(180deg, #299CAD -0.7%, #299CAD 64.61%);
    opacity: 0;
    visibility: hidden;
    transition:0.5s;}
  .blog-box:hover a::after {
    background:
  #044D18 url(../images/white_arrow.png) no-repeat center;
    transition:0.5s;
    border-color:#044D18;
  }
  .blog-box a::after {
    content: "";
    position: absolute;
    display: block;
    background:url(../images/black_arrow.png) no-repeat center;
    width: 50px;
    height: 50px;
    display: flex;
    left: 20px;
    bottom: 20px;
    align-items: center;
    justify-content: center;
    border-radius:100%;border:1px dashed #222;
    transition:0.5s;}
  .blog-box{background: #fff;border: 10px;position: sticky;border-radius: 10px;margin-bottom: 20px;top: 0;margin-top: 40px;}
  .blog-box .blog-img img{height: 250px; border-top-right-radius: 10px;border-top-left-radius: 10px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;margin-bottom: 15px;}
    .blog-box h1, .blog-box h2, .blog-box h3, .blog-box h4, .blog-box h5, .blog-box h6{font-family: "DM Serif Display";font-size: 22px;color: #222222;line-height: 26px;margin-bottom: 15px;font-weight: 600;}
  .blogs-section{background: #F6F6F6;}
  .blog-content{padding: 20px 20px 20px 20px;}
  .blog-content.blog-content1{padding: 20px;}
  .blog-content.blog-content1 p{margin-bottom: 0;display: -webkit-box; text-overflow: ellipsis; overflow: hidden;-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
  .blog-left-box h2{font-size: 24px;line-height: 18px;color: #222222; margin-bottom: 20px;font-family: "DM Serif Display";font-weight: 600;}
  .blog-left{height: 145px;}
  .blog-left-box{margin-bottom: 20px;}
  .blog-left img{width: 100%;height: 100%;object-fit: cover;transition: 1s linear;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}
  .related-blog{border-radius: 10px;margin-bottom: 20px;background: #fff;height: 145px;}
  .related-blog .blog-right h3{font-size: 15px;color: #222;line-height: 18px;display: -webkit-box;
    text-overflow: ellipsis;overflow:hidden;-webkit-line-clamp: 2;-webkit-box-orient:vertical;
    text-transform: capitalize;}
  .related-blog .blog-right{padding: 10px 10px 10px 0;}
  .related-blog .blog-right p{font-size: 15px;display: -webkit-box;text-overflow: ellipsis;overflow:
  hidden; -webkit-line-clamp: 2;-webkit-box-orient:vertical;text-transform: capitalize;margin-bottom: 3px;}
  .related-blog .blog-right span {color: #044D18;text-transform: capitalize;font-size: 15px;font-family: "DM Serif Display";font-weight: 500;}
    .testi.videos_pg .testi_blk .video_caros .items {height: 100%;}
    .testi .testi_blk .video_caros .items {background:#fff;border-radius: 10px; overflow:hidden;}
  /* .testi.videos_pg{background: #F6F6F6;} */
  .testi.videos_pg .testi_blk .video_caros .items p {
    display: unset;text-overflow: unset;overflow:unset;-webkit-box-orient:unset;
    -webkit-line-clamp: unset;display: block;height: auto;}
  .testi .testi_blk .video_caros .items p {
    font-family: "public sans";font-size: 16px;font-weight: 400;line-height: 20px;letter-spacing: 0.02em;
    color: #222;margin-bottom: 0;display: -webkit-box;text-overflow: ellipsis;overflow:hidden;
    -webkit-box-orient:vertical;-webkit-line-clamp: 3;height: 70px;padding:15px 15px 0;margin-bottom: 10px;}
  .testi .testi_blk .video_caros .items .item_in {position: relative;}
  .testi .testi_blk .video_caros .items .item_in img{width: 100%;
   height: 270px;object-fit: cover;}
  .testi .testi_blk .video_caros .items .item_in .plays {
    position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);
    width: 55px;height: 55px;background:#fff;border-radius:50%;border:2px solid #ED1C24;
    display: flex;align-items: center;justify-content: center;font-size: 23px;color: #ED1C24;
  }
  .testi .testi_blk .video_caros .items .item_in .plays::after {
    content: "";position: absolute;width: 100%;height: 100%;background-color: inherit;border-radius:
  100%;z-index: 1;animation:ripple 1.5s ease-out infinite;animation-delay: 0s;animation-delay: 0.2s;
    opacity: 0;visibility: hidden;background:#ED1C24;left: 0;top: 0;}
  .testi .testi_blk .video_caros .items:hover .item_in .plays::after {opacity: 1;visibility: visible;}
  /* .written-section{background: #F6F6F6;} */
  .testi-review-box{text-align: center;padding: 20px;margin-bottom: 20px;border-radius: 10px;background: #FFF5F5;}
  .testi-review-box strong{font-family: "poppins";font-size: 18px;line-height: 20px;color: #222;font-weight: 600;}
  .testi-review-box span{font-size: 18px;line-height: 20px;color: #222;font-weight: 500;}
  .testi-review-box p{font-family: "public Sans";font-size: 18px;line-height: 24px;  color: #222; font-weight: 400;word-wrap: break-word;}
  .testi-review-box h3{font-family: "public Sans";font-size: 18px;line-height: 24px;color: #222;  font-weight: 400;}
  .ex_patient {display: flex;align-items: center;}
    .ex_patient label {display: flex;align-items: center;margin-right: 15px;margin-bottom: 0;cursor: pointer;}
    .ex_patient label p{margin-bottom: 0;}

  /* .bg-gray{background: #f6f6f6;} */
  .bg-red{background: #fff6f6;}
  .header-text{font-family: "DM Serif Display";font-weight: 500;font-size: 38px;line-height: 34px;margin-bottom: 30px;text-align: center;}
  .cnt h2{font-family: "Roboto Slab"; /* font-weight: 500; */
    font-weight: 600;font-size: 32px;line-height: 38px;letter-spacing: 0.02em; color: #299CAD;
    text-transform: capitalize;margin-bottom: 3px;}
    .cnt h3{font-family: "DM Serif Display";font-weight: 600;font-size: 20px;line-height: 26px;color: #222222;}
    .cnt h1{font-family: "Roboto Slab"; /* font-weight: 500; */
    font-weight: 600;font-size: 32px;line-height: 38px;letter-spacing: 0.02em; color: #299CAD;
    text-transform: capitalize;margin-bottom: 7px;}
    .cnt h3{font-family: "DM Serif Display";font-weight: 600;font-size: 20px;line-height: 26px;color: #222222;}
  .multi-box{background: #F6F6F6;border-radius: 10px;border: 1px solid #062F65;padding: 10px;text-align: center;margin-top: 35px;min-height: 213px;}
  .nini-box h3{font-family: "DM Serif Display";font-size: 16px;line-height: 20px;color: #fff;margin-bottom: 0;}
  .nini-box{background: #062F65;padding: 15px;border-radius: 10px;margin-top: -45px;margin-bottom: 15px;}
  .multi-serve{background: #fff;border-radius: 10px;padding: 20px;margin-top: 30px;}
  .treatment .treat_caros .items h3 {
    font-family: "DM Serif Display";font-weight: 600;font-size: 23px;
    display: block;line-height: 25px;letter-spacing: 0.02em;text-transform: capitalize;
    margin-bottom: 15px;color: #222;}
  .modules-box{background: #fff;padding: 10px;border-radius: 10px;text-align: center;margin-bottom: 20px;}
  .modules-box p{margin: 0;font-family: "DM Serif Display";font-weight: 600;font-size: 20px;color: #222;line-height: 24px;}
  .failure-box-content{background: #FFF6F6;border-radius: 10px;padding:30px 20px;text-align: center;margin-bottom: 30px;min-height: 465px;}
  .failure-box h3{font-family: "DM Serif Display";font-weight: 500;color: #044D18;font-size: 34px;line-height: 40px;}
  .service-blue{background: #062F65;}
  .treatment .treat_caros .items.items2{border: none;background: #fff;padding: 20px !important;border-radius: 10px;}
  .treatment .treat_caros .items h2{font-family: "DM Serif Display";font-weight: 600;color: #222;font-size: 22px;line-height: 26px;margin-bottom: 10px;display: inline-block;}
  /* .about_in .img{margin-bottom: -10px;} */
  .gratitude-sec{margin-bottom: 20px;}
  .list-style li{font-family: "poppins";font-weight: 500;font-size: 16px;color: #222;display: block;margin-bottom: 15px;list-style: disc;padding-left: 15px;position: relative;line-height: 20px;}
  .list-style{display: block !important;}
  .list-style li::after{content: "";width: 5px;height: 5px;background:#000;
    border-radius:100%;position: absolute; top: 10px;  transform: rotate(135deg); left: 0;
    transition:0.5s;}
   .treatment .treat_in .ryt{text-align: end;}
    .treat .treat_in .lft.list-tab .nav {padding: 20px 0px;border-radius:20px;display: flex;
      justify-content: space-between;}
    .treat .treat_in .lft.list-tab ul li {
      margin:0 8px 0px 0;}
    .treat .treat_in .lft.list-tab ul li a.active, .treat .treat_in .lft.list-tab ul li a:hover {
        background:#044D18;color: #fff;}
  .treat .treat_in .lft ul li a {font-family: "DM Serif Display";
        font-weight: 600;font-size: 18px;line-height: 24px;text-transform: capitalize;
        display: inline-block;border-radius:10px;padding:5px 15px;color: #222;transition:0.5s;
        background:#F8FAFF;padding:10px 20px;margin-bottom: 15px;}

  .ryt.tab-content{}
  .ryt.tab-content .special-services{text-align: center;}
  .ryt.tab-content .special-services h3{font-family: "DM Serif Display";font-weight: 600;font-size: 24px;line-height: 26px;color: #222;margin-bottom: 10px;}
  .ryt.tab-content .special-services h4{font-family: "DM Serif Display";font-weight: 600;font-size: 18px;line-height: 26px;color: #222;margin-bottom: 10px;}


  .location-relative{position: relative;}
  .location-img{position: absolute;top: 50%;transform: translateY(-50%);}
  .map-content .mum ul li {display: flex;align-items: center;gap:10px;}
  .map-content .mum ul li p{margin-bottom: 0;}
  .map-content .mum ul li i {position: relative;display: block;width: 45px;height: 45px;min-width: 45px;display: flex;align-items: center;justify-content: center;border-radius:100%;border:1px dashed #044D18;transition:0.5s;color: #044D18;}
  .map-box{background: #fff;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
  .map-content{padding: 10px;}
  .monitor-box{background: #044D18;padding: 20px;border-radius: 10px;text-align: center;margin-bottom: 20px;min-height: 263px;}
  .monitor-box h3{font-family: "DM Serif Display";font-weight: 600;font-size: 24px;line-height: 26px;color: #fff;margin-bottom: 10px;}
  .monitor-box p{color: #fff;}
  .monitor-box .img img{width: 15%;}
  .why-choose-box{padding: 20px;border-radius: 10px;background: #fff;text-align: center;margin-bottom: 20px;}
  .why-choose-box h3{font-size: 24px;line-height: 26px;margin-bottom: 10px;}
  .about-bg{background:#FFF6F6;border-radius:10px;}
  .table-box h3{font-family: "DM Serif Display";font-weight: 500;font-size: 30px;line-height: 36px;color: #fff;margin-bottom: 20px;}
  .treat-list-box.treat-length{min-height: unset;}
  .max-list li{font-family: "DM Serif Display";font-weight: 400;font-size: 16px;line-height: 27px;  letter-spacing: 0.02em;color: #222222;margin-bottom: 10px;list-style: disc;}
  .max-box{padding: 30px 60px;}

  /*new css*/
  .menu-call ul li i{width: 35px;height: 35px;min-width: 35px;display: flex;
    align-items: center;justify-content: center;border-radius: 100%;transition: 0.5s;
    color: #ED2E31;background: #fff;font-size: 18px;position: absolute;left: -4px;top: -8px;}
  .menu-call ul li span{font-weight: 400;}
  .menu-call ul li a{color: #fff;}
  .menu-call ul li{display: inline-block;margin-right: 13px;position: relative;padding-left: 40px;font-family: "poppins"; font-weight: 400;font-size: 15px;line-height: 18px;color: #fff;}
  .menu-call ul{margin: 0;padding: 0;}
  .menu-call ul li .icon-img{position: absolute;left: 0;top: 5px;}
  .menu-call ul li .icon-img img{width: 30px;}
  .menu-call{float: inline-end;}
  .bg-menu{background: #fff;padding: 26px 0;}
  .menu-media ul{display: flex;align-items: center;gap: 20px;justify-content: end;}
   .menu-media ul li a{position: relative;display: block;width: 35px;height: 35px;min-width: 35px;
    display: flex;align-items: center;justify-content: center;border-radius: 100%;transition: 0.5s;
    color: #ED2E31;background: #fff;font-size: 18px;}
    .experience-section .hire-bg{background: #044D18;border-radius: 6px;padding: 30px 25px;position: relative;margin-top: -60px;}
    .experience-section .hire-box {position: relative;padding-left: 75px;}
    .experience-section .hire-box .hire-img{position: absolute;left: 0;top: -5px;}
    .experience-section .hire-box .hire-img img{width: 60px;}
  .experience-section .hire-box h3{color: #fff;font-family: "poppins";font-weight: 400;font-size: 18px;line-height: 23px;}
  .location .locat_in .lft_sec .lft h2{  font-family: "Poppins";font-weight: 600;font-size: 25px;
    line-height: 30px;letter-spacing: 0.02em;color: #044D18;display: block;text-transform: uppercase;
    margin-bottom: 3px;}
  .location .locat_in .lft_sec .lft strong{
    font-family: "DM Serif Display";font-weight: 500;font-weight: 600;font-size: 32px;
    line-height: 48px;letter-spacing: 0.02em;color: #044D18;text-transform: capitalize;
    margin-bottom: 10px;font-style: normal;}
  .choose-count ul li{margin-bottom: 0px;position: relative;padding-left: 60px;}
  .choose-count ul li h3{font-family: "poppins";font-weight: 600;font-size: 18px;line-height: 20px;color: #222222;margin-bottom: 8px;}
  .choose-count ul li span{width: 45px;height: 45px;border-radius: 50px;border: 1px solid #044D18;font-size: 20px !important;display: flex !important;align-items: center;justify-content: center; color: #044D18 !important;position: absolute;left: 0;top: 0px;background: #fff;}
  .choose-count ul{position: relative;}
  .choose-count ul::after{content: "";width: 3px;height: 425px;background: #044D18;position: absolute;left: 20px;z-index: -1;}
  .choose-count.choose-count2 ul::after{content: "";width: 3px;height: 450px;background: #044D18;position: absolute;left: 20px;z-index: -1;}
  .choose-quality .choose-icon-box h3{font-family: "DM Serif Display";font-weight: 500;
    font-weight: 600;font-size: 16px;line-height: 18px;letter-spacing: 0.02em;color: #222;
    text-transform: capitalize;margin-top: 10px;}
    .choose-quality .choose-icon-box img{width: 50px;}
  .about .cnt strong{font-family: "poppins";font-style: unset;font-size: 18px;line-height: 24px;color: #222;margin-bottom: 3px;}
  .bg-blue-color{background: #044D18;}
  /* .treatment.testi-written .treat_in h2{color: #fff;} */
  .treatment.testi-written .treat_caros .items .test-box .quite-left{position: absolute;left: 30px;bottom: 30px;}
  .treatment.testi-written .treat_caros .items .test-box .quite-right{position: absolute;right: 30px;top: 30px;}
  .treatment.testi-written .treat_caros .items .test-box{background: #FFF5F5;padding: 50px 100px;border-radius: 20px; text-align: center;position: relative;min-height:355px;}
  .treatment.testi-written .treat_caros .items .test-box p{font-family: "Public Sans";font-weight: 400;color: #222;font-size: 18px;line-height: 26px;margin-bottom: 20px;margin-top: 20px;display: -webkit-box; text-overflow: ellipsis; overflow: hidden;-webkit-box-orient: vertical;
    -webkit-line-clamp: 4;font-size: 18px;line-height: 28px;color: #222;font-weight: 400;}
  /* .treatment.testi-written .treat_caros .items .test-box p{color: #222;font-family: "poppins";} */
  .treatment.testi-written .treat_caros .items .test-box strong{color: #222222;font-size: 20px;font-family: "poppins";font-weight: 600;}
  .treatment.testi-written .treat_caros .items .test-box strong span{font-weight: 500;font-size: 18px;}
  .treatment.testi-written .treat_caros .items .test-box img{width: 80px;margin: 0 auto;}
  .blog-content-box .blog-img{overflow: hidden;position: relative;}
  .blog-content-box .blog-img img{object-fit: cover;width: 100%;height: 240px;}
  .blog-content-box .blog-img.blog-img1 img{height: 240px;}
  .blog-content-box{background: #E2FBFF;}
  .blog-content-box .blog-content h3{font-size: 18px !important;font-family: "poppins" !important;font-weight: 500;line-height: 24px;color: #222;margin-bottom: 10px;display: -webkit-box !important; text-overflow: ellipsis; overflow: hidden;-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;min-height: 50px;}
  .blog-content p{font-family: "Public Sans";font-size: 16px;line-height: 22px;color: #222;display: -webkit-box; text-overflow: ellipsis; overflow: hidden;-webkit-box-orient: vertical;font-weight: 400;
    -webkit-line-clamp: 3;}
  .blog-content strong{color: #ED2E31;font-size: 16px;display: inline-block;font-weight: 400;margin-top: 20px;border-bottom: 2px solid #ED2E31;}
  /* .blog-content-box{margin-bottom: 20px;} */
  .blog-content-box a::after{display: none !important;}
  .blog-content.blog-content1 h3{font-size: 18px !important;font-family: "poppins" !important;font-weight: 500;line-height: 24px;color: #222;margin-bottom: 10px;display: -webkit-box; text-overflow: ellipsis; overflow: hidden;-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;min-height: 50px;}
  /* .treatment.treatment-slide .treat_caros .owl-nav {position: absolute;top: 0;top: -100px;right: 150px;} */
  footer .foot_menu{background: #042F35;}
  footer .foot_menu .footer-media li{display: inline-block !important; margin: 0 5px !important;padding: 0 !important;}
  .footer-media li a i{color: #fff;font-size: 19px;width: 35px;height: 35px;border-radius: 50px;line-height: 30px;background: #ED2E31;display: flex;align-items: center;justify-content: center;}
  .footer-media li::before{display: none;}
  /* footer .foot_menu .footer-media{text-align: center;} */
  .footer-logo img{width: 160px;}
  .footer-logo{text-align: center;}
  .footer-media{margin-top: 20px;}
  .foot_mid ul{display: flex;justify-content: space-around;}
  .foot_mid ul li{display: flex;align-items: center;color: #fff;position: relative;padding-left: 60px;}
  .foot_mid ul li i{color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: #ED2E31;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 13px;
    top: 10px;}

  .foot_mid ul li a{color: #fff;font-size: 15px;font-family: "poppins";font-weight: 400;margin: 0 4px;}
  .foot_mid ul li p{color: #fff;margin: 0;font-size: 14px;font-family: "poppins";font-weight: 400;}
  .logo2{display: none;}
  /* .bread_crumb {background-size: cover;position: relative;}
  .bread_crumb img {width: 100%;-o-object-fit: cover;object-fit: cover;height: 150px;} */
  /* .bread_crumb .bread_cnt {position: absolute;left: 0;top: 50%;width: 100%;transform: translateY(-50%);
    z-index: 1;} */
  .bread_crumb .bread_in p {font-family: "Roboto Slab";font-weight: 600;font-size: 38px;line-height: 40px;letter-spacing: 0.02em;color: #299CAD;text-transform: capitalize; margin-bottom: 0;text-align: center;}
  .bread_end{padding: 20px;border-radius: 10px;background: #fff; max-width: 275px;float: right;}
  .bread_end p{font-size: 13px; line-height: 16px; color: #222;font-family: "Outfit";font-weight: 700;margin-bottom: 4px;}
  .bread_end span{color: #222;font-family: "Outfit";font-weight: 500;font-size: 14px;}
  .contact-info{background: #044D18;border-radius: 10px;padding: 55px 20px 20px 20px;height: 100%;align-content: center;position: relative;}
  .contact-info .cont-img img{width: 30px;}
  .contact-info i{position: absolute;width: 70px;height: 70px;line-height: 70px;border-radius: 50px;background: #fff;color: #044D18;font-size: 26px;display: flex;align-items: center;justify-content: center;top: -25%;left: 50%;transform: translateX(-50%);border: 1px solid #044D18;}
  .contact-info span{font-family: "Outfit";font-weight: 400;font-size: 16px;
  line-height: 20px;text-transform: capitalize; display: block;
  }
  .contact-info p, .contact-info a{font-family: "poppins";font-weight: 500;font-size: 16px;line-height: 20px;margin-bottom: 0; text-align: center;color: #fff;display: block;}
  .contact-info{position: relative;}
  .contact-info .cont-img{position: absolute;left: 15px; top: 27px;}
  .contact_form h2{font-family: "Poppins";font-weight: 400;font-size: 24px;
  line-height: 26px;text-transform: capitalize;color: #FFFFFF;
  }
  .contact_form{background: #EEFDFF;border-radius: 10px;padding: 20px;}
  .contact_form label {display: block;margin-bottom: 15px;color: #fff;}
  .contact_form label p {margin-bottom: 10px;text-transform: capitalize;color: #222;margin-bottom: 0;}
  .contact_form label img {width: -moz-fit-content;width: fit-content;height: 40px;-o-object-fit: contain;object-fit: contain;margin-bottom: 13px;}

  .form-select option{font-family: "Poppins";font-weight: 400;color: #222;font-size: 14px;}
  .contact_form .form-select:focus{box-shadow: none;}
  .contact_form .form-select{border: 1px solid #93DFEA ;
    padding: 10px;
    line-height: 28px;
    width: 100%;
    border-radius: 5px;
    font-family: "poppins";
    height: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.2px;
    color: #1a1a1a;}
    /* background: #fff;} */
  .contact_form input.form-select::placeholder {
    color: #222; /* Example: grey */
  }
  .contact_form textarea.form-select::placeholder {
    color: #222; /* Example: grey */
  }
  .contact-section .heading-text h2{font-size: 34px;}
  .contact_form .form-control{box-shadow: none;background: #fff;border: 1px solid #93DFEA !important;border: none;border-radius: 10px;color: #222;font-family: "Poppins";font-weight: 500;
  font-size: 14px;line-height: 16px;text-transform: capitalize;padding: 10px;height: 50px;}
  .contact_form input.form-control::placeholder {
    color: #222; /* Example: grey */
  }
  .contact_form textarea.form-control::placeholder {
    color: #222; /* Example: grey */
  }
  .contact-info a:hover{color: #fff;}
  .blog-content-box .blog-img.blog-img-dt img{height: auto;
    max-height: 550px;width: 100%;object-fit: cover;}
  .blog-content.blog-content-dt{padding: 20px;}
  .blog-content-dt h1, .blog-content-dt h2, .blog-content-dt h3, .blog-content-dt h4, .blog-content-dt h5, .blog-content-dt h6  {font-size: 22px !important;font-family: "poppins" !important;
    font-weight: 500;line-height: 24px;color: #222222;-webkit-line-clamp: unset;}
  .blog-content-box .blog-content.blog-content-dt h3{font-size: 22px !important;font-weight: 500;}
  .blog-content-dt ul li, .blog-content-dt ol li{position: relative;
    font-family: "public Sans";font-weight: 400;font-size: 16px;line-height: 20px;letter-spacing: 0.2px;
    color: #222;padding-left: 15px;margin-bottom: 10px;list-style: none;}
  .blog-content-dt ul li::before, .blog-content-dt ol li::before{content: "";
    position: absolute;left: 0;top: 6px;background: #222222;width: 7px;height: 7px;border-radius: 10px;}
  .blog-content.blog-content-dt p{-webkit-line-clamp: unset;}
  /* .menu-call ul li a:hover{color: #ED2E31;} */
  .treatment.video .treat_caros .items .awar-box p{-webkit-line-clamp: unset;}
  .contact_page .contact_in .contact_form label {display: block;margin-bottom: 20px;}
  .contact_form .ex_patient {
    display: flex;align-items: center;}
  .contact_form .ex_patient label {display: flex;align-items: center;margin-right: 15px;margin-bottom: 0;cursor: pointer;}
  .contact_page .contact_in .contact_form label p {
    font-family: "poppins";font-weight: 400;font-size: 16px;line-height: 25px;letter-spacing: 0.2px;
    color: #1a1a1a;margin-bottom: 10px;text-transform: capitalize;}
  .contact_form .ex_patient input[type="radio"] {
    cursor: pointer;width: 20px;height: 20px;border-radius: 50px;margin-left: 10px;min-width: 20px;
    -webkit-appearance: none;-moz-appearance: none;appearance: none;position: relative;background: #fff;overflow: hidden;border: 1px solid #042F35;
  }

  .contact_form .ex_patient input[type="radio"]::after {
    content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%; opacity: 0;
    visibility: collapse;background: #042F35;padding: 0;}
  .contact_form .ex_patient input[type="radio"]:checked::after {
    opacity: 1; visibility: visible;
  }
  .g-review{background: #fff;padding: 25px;border-radius: 20px;}
  .g-review-lft h2{font-family: Poppins;font-weight: 600;font-size: 28px;line-height: 30px;
  text-transform: capitalize;}
  .g-revier-rst img{width: 300px;}
  .g-revier-rst{text-align: end;}
  .appoint {
    background: #fff url(../images/green-bg.png) no-repeat;
    background-size: cover;
    padding: 70px 50px;
    position: relative;
    z-index: 1;
    background-position: center;
  }
  .text-center {
    text-align: center !important;
  }
  .appoint h6 {
    margin-bottom: 10px;
    color: #fff;
    display: block;
    text-align: center;
    width: auto;
    font-size: 40px;
    position: relative;
    /* padding-bottom: 20px; */
    margin-bottom: 10px;
  }
  .appoint h6::after{
    /* content: "";
    width: 110px;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); */
  }
  .appoint strong {
    margin-bottom: 8px;
    color: #fff;
    display: block;
    text-align: center;
    width: auto;
     font-weight: 400;
    font-size: 24px;
    margin-bottom: 40px;
    font-family: Outfit;
    font-weight: 400;
  }
  .service-region{background: #044D18;border-radius: 20px;padding: 50px;}
  .service-foot-img{margin-bottom: -230px;}
  .service-section{padding-bottom: 260px;}
  .why-box{background: #F3F3F3;border: 1px solid #CCCCCC;padding: 20px;border-radius: 20px;text-align: center;height: 100%;align-content: center;}
  .why-box h3{font-size: 20px;line-height: 24px;color: #222222;}
  .why-box p{margin-bottom: 0;}
  .bg-grey{background-color: #F3F3F3;}
  .why-box.why-box1{min-height: 405px;}
  .choose-count.choose-count2.monitor-count ul:after{height: 515px;}
  .choose-count.choose-count2.cornory-list ul::after{height: 850px;}
  .choose-count.choose-count2.angioplasty-line ul::after{height: 300px;}
  .insurance-box{background: #fff;border-radius: 20px;padding: 20px;margin-bottom: 20px;}
  .text-fixed{overflow-y: auto;scrollbar-width: thin;}
  .Specialist-content h1{font-family: "DM Serif Display";font-weight: 600;font-size: 34px;
    line-height: 36px;letter-spacing: 0.02em;color: #044D18;text-transform: capitalize;margin-bottom: 10px;}
  .Specialist-content h2{font-family: "DM Serif Display";font-weight: 600;font-size: 34px;
    line-height: 36px;letter-spacing: 0.02em;color: #044D18;text-transform: capitalize;margin-bottom: 10px;}
  .Specialist-content{padding: 20px;border-radius: 20px;border: 1px solid #F5BEC0;}

  /* back to top */

  #button {
    display: inline-block;
    background-color: #2D9EAE;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  a{text-decoration: none;}
  .logo2 a{z-index: 999;position: relative;display: inline-block;}


  /* Asthma css */

  .bg-green{background: #044D18;}
  .client-box span{color: #fff;font-size: 50px;line-height: 52px;}
  .client-box p{color: #fff;font-size: 18px;line-height: 22px;font-family: outfit;font-weight: 300;margin-bottom: 0;}
  .blog-content-box .blog-img a.plays.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
    border: 2px solid #ED1C24;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ED1C24;
  }
  .blog-content-box .blog-img a.plays.video-btn i {
    z-index: 2;
    position: relative;
    font-size: 20px;
  }
   .blog-content-box .blog-img a.plays.video-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: 100%;
    z-index: 1;
    animation: ripple 1.5s ease-out infinite;
      animation-delay: 0s;
    animation-delay: 0.2s;
    opacity: 0;
    visibility: hidden;
    background: #ED1C24;
    left: 0;
    top: 0;
  }
  .blog-content-box:hover .blog-img a.plays.video-btn::before {
    opacity: 1;
    visibility: visible;
  }

  /* welcome */

  .welcome-box .welcome-video a.plays.video-btn {
    position: relative;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
    border: 2px solid #ED1C24;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ED1C24;
    display: inline-block;
     display: flex;
    align-items: center;
    justify-content: center;
  }
  .welcome-box .welcome-video a.plays.video-btn i {
    z-index: 2;
    position: relative;
    font-size: 20px;

  }
   .welcome-box .welcome-video a.plays.video-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: 100%;
    z-index: 1;
    animation: ripple 1.5s ease-out infinite;
      animation-delay: 0s;
    animation-delay: 0.2s;
    opacity: 0;
    visibility: hidden;
    background: #ED1C24;
    left: 0;
    top: 0;
  }
  .welcome-box:hover .welcome-video a.plays.video-btn::before {
    opacity: 1;
    visibility: visible;
  }
  .welcome-video{text-align: center;margin-top: 5px;display: flex;justify-content: center;}
  .welcome-section{background-image: url(../images/welcome-bg.png);background-repeat: no-repeat;background-position: center;background-size: cover;padding: 200px 0;}
  .vision-box{border-radius: 10px;padding: 20px;background: #EDFFF2;}
  .vision-box h3{font-family: Outfit;font-weight: 500;font-size: 24px;line-height: 37px;
  text-transform: capitalize;color: #1A1A1A;}
  .vision-box p{margin-bottom: 0;}
  .why-list li {
    font-size: 20px;
    color: #222;
    line-height: 26px;
    position: relative;
    padding-left: 25px;
  }
  .why-list li::before{
    position: absolute;
    left: 0;
    top: 1px;
    transition: 0.2s;
    color: #044D18;
    font-size: 18px;
    content: "\f061";
     font-family: "Font Awesome 6 Free";
     font-weight: 900;
  }
  .treatment .treat_caros .items a h6{font-family: Outfit;font-weight: 400;font-size: 16px;color:#303030;line-height: 20px;}
  /* .blog-content:hover strong{background: #fff;color: #044D18;} */
  .contact-bottom ul li::before{display: none;}
  .contact-bottom ul li{position: relative;padding-left: 40px !important;margin-bottom: 30px !important;}
  .contact-bottom ul li i{position: absolute;left: 0;top: 0px;width: 30px;height: 30px;border-radius: 50px;line-height: 30px;background: #EDFFF2;color: #044D18;display: flex;align-items: center;justify-content: center;}
  .contact-bottom ul li p{color: #fff;}
  .border-top{border-color: #042F35 !important;}
  .footer-logo p{color: #fff;margin-top: 10px;font-family: Archivo;}
  .plastic-box{border-radius: 20px;background: #EDFFF2;text-align: center;height: 100%;}
  .plastic-box .Plastic-content p{margin-bottom: 0;font-family: Outfit;font-weight: 500;font-size: 20px;text-align: center;line-height: 26px;}
  .plastic-box .Plastic-content{padding: 10px;}
  /* .map-section{background: #EDFFF2;margin-top: 80px;} */
  /* .contact-left{margin-top: -150px;} */
  .department-backlist{background: #EDFFF2;padding: 30px;border-radius: 20px;}
  .depart-left{background: #fff;border-radius: 20px;padding: 20px 20px;height: 100%;}
  .depart-left ul li{position: relative;padding-left: 15px;margin-bottom: 15px;font-size: 18px;line-height: 22px;}
  .depart-left ul li i{left: 0;top: 10px;font-size: 6px;margin-right: 5px;
    vertical-align: middle;margin-left: -10px;}
  .depart-head h3{font-family: DM Serif Display;font-weight: 400;
  font-size: 28px;line-height: 32px;text-align: center;text-transform: capitalize;
  }
  .depart-head{text-align: center;}
  .depart-two ul li{text-align: center;}
  .about-text{
    background-image: url(../images/welcome-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0;
  }
  .Plastic-content.plastic-two{position: relative;}
  .Plastic-content.plastic-two p{text-align: start !important;display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;width: 330px;}
  .Plastic-content.plastic-two span{font-family: Outfit;
  font-weight: 500;font-style: Medium;font-size: 14px;text-align: center;text-align: start !important;display: block;}
  .Plastic-content.plastic-two i{position: absolute;right: 15px;top: 50%;transform: translateY(-50%);color: #044D18;font-size: 36px;}
  .menu-head{display: flex; align-items: center;justify-content: space-between;}
  .logo-position{position: absolute;top: 0;z-index: 999;}

  /* asthma css */

  .banner-slide .ban-text strong{font-family: Roboto Slab;font-weight: 400;font-size: 45px;
  line-height: 48px;text-align: center;text-transform: capitalize;color: #ED2E31;margin-bottom: 30px;display: inline-block;}
  .banner-slide .ban-text{text-align: center;}
  .banner-slide .ban-text p{font-family: Poppins;font-weight: 400;font-size: 26px;line-height: 30px;
  text-align: center;color: #fff;}
  .manage-detail-box{background: #196974;padding: 20px;height: 100%;}
  .manage-detail-box h3{font-size: 22px;line-height: 24px;color: #fff;margin-bottom: 15px;font-family: Roboto Slab;font-weight: 500;}
  .manage-detail-box p{color: #fff;margin-bottom: 0;}
  .manage-detail-box p span{min-width: 120px;display: inline-block;}
  .manage-detail-box:hover{background: #299CAD;}
  .time-section{margin-top: -70px;position: relative;z-index: 999;}
  .about-bottom-img{padding-top: 65px;}
  .heading-text span{font-family: "poppins";
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #ED2E31;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 3px;}
  .special-slider-box{border-right: 8px solid#ED2E31;position: relative;}
  .special-slider-box .owl-nav{background: #ED2E31;width: 70px;height: 70px;border-radius: 50px;display: flex;align-items: center;justify-content: center;position: relative;position: absolute;
    top: 50%;right: -40px;transform: translateY(-50%);}
  .special-slider-box .owl-nav button span{display: none;}
  .special-slider-box .owl-nav button{width: 25px;
    height: 40px;}
  .special-slider-box .owl-nav button.owl-prev::before {
    position: absolute;
     content: "\f0d9";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: fontawesome;
    right: 13px;
    transition: 0.2s;
    top: 0;
    color: #fff;
    font-size: 34px;
    z-index: 999;
  }
  .special-slider-box .owl-nav button.owl-next::before {
    position: absolute;
     content: "\f0da";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: fontawesome;
    right: -12px;
    transition: 0.2s;
    top: 0;
    color: #fff;
    font-size: 34px;
    z-index: 999;
  }
  .our-special-right{background: #E2FBFF;padding: 30px 30px 30px 50px;height: 100%;}
  .our-special-right h2{font-weight: 600;}
  .our-special-right .treatment-service h4{font-size: 28px;line-height: 30px;font-weight: 500;margin-bottom: 20px;}
  .our-special-right .treatment-service .service-list{background: #fff;padding: 12px 40px 12px 10px;position: relative;height: 100%;}
  .our-special-right .treatment-service .service-list span{font-family: Poppins;font-weight: 500;font-size: 16px;line-height: 18px;color: #222222;display: inline-block;}
  .our-special-right .treatment-service .service-list i{color: #222222;position: absolute;font-size: 26px;right: 20px;top: 22px;}
  .our-special-right .treatment-service .service-list:hover span, .our-special-right .treatment-service .service-list:hover i{color: #fff;}
  .our-special-right .treatment-service .service-list:hover{background: #ED2E31;}
  .our-special-right h3{font-size: 33px;line-height: 36px;font-weight: 600;}
  .doctor-info-box{background: #FFF5F5;height: 100%;}
  .doctor-info-box .doctor-info-detial h3{font-family: Poppins;font-weight: 600;font-size: 26px;
  line-height: 28px;text-transform: capitalize;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;height: unset;}
  .doctor-info-box .doctor-info-detial strong{font-family: Poppins;font-weight: 500;font-style: Medium;font-size: 18px;line-height: 20px;text-transform: capitalize;color: #222222;}
  .doctor-info-box .doctor-info-detial span{font-family: Poppins;font-weight: 500;font-style: Medium;font-size: 20px;line-height: 22px;text-transform: uppercase;color: #222222;margin-bottom: 15px;display: inline-block;}
  .doctor-info-box .doctor-info-detial{padding: 20px 20px 20px 0;height: 100%;position: relative;}
  .doctor-info-box .doctor-info-detial .profile-btn{position: absolute;left: 0px;bottom: 20px;}
  .doctor-info-box .doctor-info-detial p{ display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
  .count-box{padding: 30px 35px;background: #ED2E31;}
  .why-section{background: #E2FBFF;}
  .why-left {display: flex;align-items: center;justify-content: center;height: 100%;padding: 70px 0;}
  .why-left .why-inner {margin-left: auto;padding-left: 30px;}
  .why-right img {width: 100%;height: 100%;object-fit: cover;}
  .treatment .treat_caros .owl-nav button{display: none;}
  .aware-section .treat_caros .owl-dots {display: flex;align-items: center;justify-content: center;  margin-top: 25px;margin-bottom: 25px;}
  .aware-section .treat_caros .owl-dots button.active span {
    background: #044D18;
    width: 18px;
    height: 18px;
  }
  .aware-section .treat_caros .owl-dots button span {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: rgba(13, 64, 28, 0.2);
    display: block;
    margin: 5px;
    /* border: 1px solid #044D18; */
  }
  .asthma-section{background-image: url(../images/asthma-bg.webp);background-repeat: no-repeat;background-position: center;background-size: cover;}
  .asthma-section .heading-text h2{color: #fff;}
  .asthma-section .heading-text p{font-size: 20px;font-weight: 500;color: #fff;text-transform: capitalize;}
  .asthma-service-box {
    background: linear-gradient(#299CAD, #299CAD) padding-box,
                linear-gradient(231.71deg, #09DFFF 0%, #449FAD 50%, #09DFFF 100%) border-box;
    border: 2px solid transparent;
    border-radius: 20px;
    padding: 20px; height: 100%;
  }
  .asthma-service-box h3{font-family: Roboto Slab;font-weight: 600;font-style: SemiBold;
  font-size: 20px;line-height: 24px;color: #fff;margin-top: 10px;}
  .asthma-service-box p{font-weight: 400;font-style: Regular;font-size: 16px;line-height: 20px;
  leading-trim: CAP_HEIGHT;color: #fff;margin-bottom: 0;}

  .accordion-section .accordion .accordion-item button.collapsed {color: #222222;background:#E2FBFF;border-radius: 10px;}
  .accordion-section .accordion .accordion-item button{
    font-family: 'poppins';font-weight: 500;font-size: 18px;line-height: 25px;color: #1A1A1A;
    text-transform: capitalize;background:#299CAD;box-shadow: unset;
    overflow:hidden;border-radius:10px 10px 0 0;color: #fff;padding: 15px 60px 15px 15px;
  }
  .accordion-section .accordion .accordion-item{border: 1px transparent;}
  .accordion-section .accordion .accordion-item .accordion-button::after {
    content: "-";
    width: 0;
    /* height: 0; */
    background: unset;
    position: absolute;
    right: 45px;
    font-size: 36px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }
  .accordion-section .accordion .accordion-item .accordion-collapse .accordion-body {
    text-align: left;padding:10px 20px 10px;background: #299CAD;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;color: #fff;font-size: 17px;
  }
  .accordion-section .accordion .accordion-item .accordion-collapse .accordion-body p{color: #fff;}
  .accordion-section .accordion .accordion-item .accordion-button.collapsed::after {
   content: "+";color: #00240A;
  }
  .accordion-section .accordion .accordion-item .accordion-collapse {
    border:none;border-top-width: 1px;border-top-style: solid;
      border-top-color: rgb(0, 122, 67);border-top:unset;border-radius:0 0 20px 20px;}
  .vision-list li {
        /* font-family: 'lato'; */
        font-weight: 600;
        color: #222;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
        position: relative;
        /* padding-left: 28px; */
      }
      .accordion-section .accordion .accordion-item + .accordion-item {
        margin-top: 20px;

      }
  .special-slider-box img{height: 594px;width: 100%;object-fit: cover;}
  .accordion-box{padding: 0 0 145px 0;}
  .bread_crumb{padding: 50px 0;background: #FFF5F5;}
  .contact_page .contact_in .c_top ul li .bg_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #299CAD;
    border-radius: 5px;
    padding: 30px;
    height: 100%;
  }
  .contact_page .contact_in .c_top ul li .bg_cont i {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    font-size: 30px;
  }
  .contact_page .contact_in .c_top ul li .bg_cont p, .contact_page .contact_in .c_top ul li .bg_cont a {text-align: center;color: #fff;font-family: "poppins";font-weight: 400;}
  .treatment-top-box{background: #EEFDFF;padding: 30px;border: 1px solid #93DFEA;}
  .treat-heading h1, .treat-heading h2{font-family: Roboto Slab;font-weight: 500;font-style: Medium;font-size: 30px;leading-trim: CAP_HEIGHT;line-height: 34px;letter-spacing: 2%;text-transform: capitalize;color: #ED2E31;}
  .vision-list.vision-list-two li{font-weight: 400;}
  .service-light-box{height: 100%;background: #FFF5F5;padding: 20px;text-align: center;}
  .service-light-box p{margin-bottom: 0;font-size: 17px;line-height: 20px;font-weight: 500;}
  .treatment-services-section{background-image: url(../images/service-bg.webp);background-repeat: no-repeat;background-position: center;background-size: cover;}
  .service-list-box{background: #fff;height: 100%;}
  .service-list-title{padding: 20px;}
  .service-list-title h3{font-family: Poppins;font-weight: 500;font-style: Medium;font-size: 18px;
  leading-trim: CAP_HEIGHT;line-height: 22px;text-align: center;text-align: center;color: #222222;margin-bottom: 0;}
  .support-box {
    background: #299CAD;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    height: 100%;
    border: 2px solid transparent; /* transparent border */
    background: linear-gradient(#299CAD, #299CAD) padding-box, linear-gradient(231.71deg, #09DFFF 0%, #449FAD 50%, #09DFFF 100%) border-box;
    border: 2px solid transparent;
  }

  .support-box h3{font-family: Roboto Slab;font-weight: 600;font-style: SemiBold;font-size: 18px;line-height: 22px;text-align: center;color: #fff;margin-bottom: 0;margin-top: 20px;}
  .service-light-box.service-light-box-two{height: unset;margin-bottom: 20px;}
  .service-light-box.service-light-box-two:last-child{margin-bottom: 0;}
  .treatment-services-medication{background-image: url(../images/service-medication-img.webp);background-repeat: no-repeat;background-position: center;background-size: cover;}
  .screening-section .service-list-box{background: #E2FBFF;}
  .doctor-detial-box{padding: 20px;background: #EEFDFF;border: 1px solid #93DFEA;}
  .doctor-detial-lft{position: sticky;top: 0;}
  .doctor-detial-rgt h1{font-family: Roboto Slab;font-weight: 500;
  font-style: Medium;font-size: 28px;leading-trim: CAP_HEIGHT;line-height: 30px;
  text-transform: capitalize;color: #ED2E31;}
  .doctor-detial-rgt h2{font-family: Roboto Slab;font-weight: 500;
  font-style: Medium;font-size: 28px;leading-trim: CAP_HEIGHT;line-height: 30px;
  text-transform: capitalize;color: #299CAD;}
  .doctor-detial-rgt span{font-family: Poppins;font-weight: 600;font-style: Italic;font-size: 20px;
  leading-trim: CAP_HEIGHT;line-height: 26px;letter-spacing: 2%;text-transform: capitalize;color: #1A1A1A;display: inline-block;margin-bottom: 10px;}
  .doctor-detial-rgt{background: #FFFFFF;border-radius: 10px;padding: 20px;}
  .doctor-detial-rgt h3{font-family: Poppins;font-weight: 500;font-style: Medium;font-size: 22px;
  leading-trim: CAP_HEIGHT;line-height: 28px;letter-spacing: 2%;text-transform: capitalize;color: #ED2E31;}
  .treat-heading span{font-family: Roboto Slab;font-weight: 500;font-style: Medium;
  font-size: 26px;leading-trim: CAP_HEIGHT;line-height: 28px;letter-spacing: 2%;text-align: center;
  text-transform: capitalize;color: #222222;}
  .manual-therapy-section{background-image: url(../images/manual-bg.webp);background-repeat: no-repeat;background-position: center;background-size: cover;}
 .specality-section .owl-nav{position: absolute;top: 50%;transform: translateY(-50%);display: flex;width: 100%;justify-content: space-between;padding-left: 10px;
  padding-right: 10px;}
.specality-section .owl-nav button.owl-prev {left: -65px;}
.specality-section .owl-nav button.owl-next {left: 65px;}
.specality-section .owl-nav button.owl-next::before {content: "\f178";}
.specality-section .owl-nav button.owl-next::before {content: "\f178";}
.specality-section .owl-nav button::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: fontawesome;
  right: 0;
  transition: 0.2s;
  top: 0;
  color: #ED2E31;
  font-size: 16px;
}
.specality-section .owl-nav button.owl-prev::before {content: "\f177";}
.specality-section .owl-nav button.owl-next {left: 65px;}
.specality-section .owl-nav span{display: none;}
.specality-section .owl-nav button {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  transition: 0.2s;
  border: 1px solid #ED2E31 !important;
  background: transparent !important;
  border-radius: 100%;
}
.specality-section .owl-nav button:hover::before {
  background: #ED2E31;
  color: #fff;
  transition: 0.2s;
}
.service-list-box .img img{width: 100%;}
.blog-content.blog-content-dt strong{margin-top: 0;}

/* oct04 */

.treatment-about-section{background: #299CAD;}
.service-list-box.service-list-box-two{position: relative;overflow: hidden;}
.treatment-content{background: #EEFDFF;  bottom: 0;  left: 0;  width: 100%;  height: 0;  padding: 25px;  position: absolute;  opacity: 0;  visibility: hidden;  transition: 0.5s ease-in-out;
  display: flex;flex-direction: column;align-items: center;justify-content: center;}
.treatment-content p{text-align: center;display: -webkit-box;-webkit-line-clamp: 4;
  -webkit-box-orient: vertical;overflow: hidden;}
.service-list-box.service-list-box-two:hover .treatment-content{height: 100%;
  transition: 0.5s ease-in-out;
  opacity: 1;
  visibility: visible;}
.map-left-content p{text-align: center;font-size: 20px;}
.live-section .heading-text{margin-bottom: 0 !important;font-size: 30px;line-height: 34px;}
.live-section .heading-text h2{margin-bottom: 0 !important;font-size: 35px;line-height: 43px;}

.treatment-center-img{padding: 30px 0;}
.treatment-top-box.teratment-box-red{background: #FFF5F5;border: 1px solid #FFCCCC;}
.float{
	position:fixed;
	width: 50px;
	height:50px;
	bottom:35px;
	left:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:9999;
    Display:flex;
    align-items: Center;
   justify-content: center;
}







  /* responsive */


  @media screen and (max-width: 1920px) {

  .special-slider-box img {
    height: 566px;
    width: 100%;
    object-fit: cover;
  }
  .our-special-right p{font-size: 15px;}
  /* .why-left .why-inner{padding-left: 200px;} */
  .why-left{padding: 0;}
  .why-right img{height: 640px;}


  }

  @media screen and (max-width: 1440px) {
    .welcome-section{padding: 300px 0;}
  .special-slider-box img {
    height: 564px;
    width: 100%;
    object-fit: cover;
  }
  /* .why-left .why-inner{padding-left: 200px;} */
  /* .why-left .why-inner{padding-left: 300px;} */
.our-special-right p{font-size: 15px;}

  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px){



 .our-special-right p {
    font-size: 16px;
  }
  .top_book a{font-size: 12px;}
  .menu-call ul li{font-size: 13px;margin-right: 9px;}
    header .header .header_in .ryt .menus .menu ul {
      gap: 20px;
    }
  .our-special-right .treatment-service .service-list{padding: 5px 40px 5px 8px;}
  .our-special-right .treatment-service .service-list span{font-size: 13px;display: inline-block;line-height: 20px;}
  .special-slider-box img {
    height: 552px;
    width: 100%;
    object-fit: cover;
  }
  .our-special-right .treatment-service .service-list i {
    color: #222222;
    position: absolute;
    font-size: 26px;
    right: 20px;
    top: 15px;
  }
  .doctor-info-box .doctor-info-detial h3{font-size: 22px;}
  .profile-btn a{font-size: 12px;padding: 10px 15px;}
  .doctor-info-box .doctor-info-detial .profile-btn {
    position: absolute;
    left: 0px;
    bottom: 11px;
  }
  .doctor-info-box .doctor-info-detial span{margin-bottom: 5px;}
  .foot_mid ul li p br{display: none;}
  .vision-list li{font-size: 16px;line-height: 18px;}
  .why-left{padding: 15px 0;}

  footer .foot_menu .foot_menu1 .foot_top .f-link ul li{font-size: 15px;}






  }




  @media only screen and (min-width: 992px) and (max-width: 1199px){




.banner-slide .ban-text p {font-family: Poppins;font-weight: 400;font-size: 22px;line-height: 26px;}
.banner-slide .ban-text strong{font-size: 48px;line-height: 54px;}
.footer-media li a i{width: 33px;height: 33px;}
.specality-section .owl-nav button.owl-prev{left: 0;}
.specality-section .owl-nav button.owl-next{left: 0;}
.specality-section .owl-nav{position: unset;transform: unset;justify-content: center;margin-top: 25px;gap: 25px}
.contact_page .contact_in .c_top ul li .bg_cont p, .contact_page .contact_in .c_top ul li .bg_cont a {font-size: 13px;line-height: 18px;}
  
.our-special-right p {font-size: 13px;}
  .treat-heading h1, .treat-heading h2{font-size: 26px;line-height: 30px;}
  .foot_mid ul li i{left: 18px;
    top: 0px;}
  .accordion-section .accordion .accordion-item .accordion-collapse .accordion-body{font-size: 15px;}
  footer .foot_menu .foot_menu1 .foot_top .f-link ul li{font-size: 11px;}
  .banner .owl-nav button.owl-prev {
      left: 25px;
    }
  .banner .owl-nav button.owl-next {right: 10px;}
  .accordion-box{padding: 0 0 115px 0;}
  .accordion-section .accordion .accordion-item button{font-size: 15px;line-height: 16px;}
  .vision-list li{font-size: 14px;line-height: 16px;}
  .why-left{padding: 15px 0;}
  .client-box span {
    color: #fff;
    font-size: 40px;
    line-height: 44px;
  }
  .doctor-info-detial p{font-size: 14px;line-height: 16px;}
  .doctor-info-box .doctor-info-detial strong{font-size: 14px;line-height: 16px;}
  .doctor-info-box .doctor-info-detial .profile-btn {
    position: absolute;
    left: 0px;
    bottom: 10px;
  }
  .profile-btn a{font-size: 11px;
      padding: 7px 10px;}
  .doctor-info-box .doctor-info-detial span{font-size: 16px;margin-bottom: 0;line-height: 18px;}
  .doctor-info-box .doctor-info-detial h3{font-size: 18px;line-height: 20px;height: unset;}
  .special-slider-box img {
    height: 760px;
    width: 100%;
    object-fit: cover;
  }
  .our-special-right .treatment-service .service-list span{font-size: 12px;line-height: 15px;}
    header .header .header_in .ryt .menus .menu ul li a {font-size: 11px;}

  .logo-position img{width: 140px;}
   .top_book a{
      font-size: 11px;
      padding: 9px 13px;
    }
  .menu-media ul{gap: 10px;}
  .menu-media ul li a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: 0.5s;
    color: #ED2E31;
    background: #fff;
    font-size: 15px;
  }
  .menu-call ul li i {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: 0.5s;
    color: #ED2E31;
    background: #fff;
    font-size: 15px;
    position: absolute;
    left: -4px;
    top: -5px;
  }
  .menu-call ul li{margin-left: 5px;}

  .contact-info{padding: 55px 5px 5px 5px;}
  .contact-info p, .contact-info a{font-size: 13px;
    line-height: 16px;}
  .Plastic-content.plastic-two p{text-align: start;display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;width: 230px;}
  .welcome-section{padding: 200px 0;}

  .choose-count.choose-count2.angioplasty-line ul::after {height: 365px;}
  .choose-count.choose-count2.count-mobile ul:after{height: 560px;}
  .choose-count.choose-count2.cornory-list ul::after {height: 965px;}
  .choose-count ul::after {height: 500px;}
  .g-revier-rst{text-align: center;}
  .g-revier-rst a{margin-top: 8px;margin-left: 0;}
  .choose-count.choose-count2.monitor-count ul::after {height: 570px;}
  .choose-count.choose-count2 ul::after {height: 510px;}
   footer .cpy_ryt p{font-size: 13px;}
  .blog-content-box .blog-img.blog-img1 img {
    height: 265px;}
   .choose-count.choose-count2.count-lowview ul:after{height: 580px;}
  .location .locat_in .lft_sec .lft strong{font-size: 34px;line-height: 38px;}
  .cnt h2{font-size: 34px;line-height: 38px;}
  .cnt h1{font-size: 34px;line-height: 38px;}
  .treatment .treat_in h2{font-size: 34px;line-height: 38px;}
  footer .foot_menu .foot_menu1 .foot_top .f-link ul li a{font-size: 11px;}
  .foot_mid ul li p{font-size: 12px;line-height: 16px;}
  .foot_mid ul li p br{display: none;}
  .foot_mid ul li a{gap: 7px;}
  .foot_mid ul li a{font-size: 12px;}
  .footer-logo img{width: 130px;}
  .location .locat_in .lft_sec .lft ul li::after {display: none;}
   .menu-call ul li{padding-left: 30px;margin-right: 3px;font-size: 11px;}
    header .header .header_in .ryt .menus .menu ul li a {
      font-size: 12px;
    }
    header .header .header_in .ryt .menus .menu ul {
      gap: 9px;
    }
    .travel .box .text {
      padding: 40px;
    }
    .location .locat_in .lft_sec .lft ul li a {
      font-size: 14px;
      line-height: 16px;
    }
    .treatment .treat_caros .owl-stage .owl-item .items {
      /* padding-right: 20px; */
    }

    footer .foot_menu .foot_menu1 .foot_mid .lft ul, footer .foot_menu .foot_menu1 .foot_mid .ryt ul {
      gap: 5px;
    }
    footer .foot_menu .foot_menu1 .foot_mid .ryt ul li.cmn p {
      font-size: 17px;
    }
  }



  @media screen and (max-width: 991px) {




.logo2 a{z-index: 9999;position: relative;display: inline-block;}

.about .about_in span br{display: none;}
.live-section .heading-text h2{font-size: 28px;line-height: 32px;margin-bottom: 0 !important;}
.heading-text h2{font-size:33px;line-height:36px;}
.specality-section .owl-nav button.owl-prev{left: 0;}
.specality-section .owl-nav button.owl-next{left: 0;}
.specality-section .owl-nav{position: unset;transform: unset;justify-content: center;margin-top: 25px;gap: 25px}
.img-tab img{display:none;}
.service-list-box .img img{width: 100%;}
.contact_page .contact_in .c_top ul li .bg_cont p, .contact_page .contact_in .c_top ul li .bg_cont a{font-size: 14px;}
  .doctor-detial-rgt span{font-size: 18px;line-height: 20px;}
  .doctor-detial-rgt span{margin-bottom: 20px;}
  .doctor-detial-rgt h3{font-size: 19px;line-height: 20px;}
  .doctor-detial-rgt h2{font-size: 24px;line-height: 26px;}
  .doctor-detial-rgt h1{font-size: 24px;line-height: 26px;}
  .support-box h3{font-size: 18px;line-height: 23px;}
  .our-special-right .treatment-service .service-list i{top: 11px;}
  .asthma-section .heading-text p br{display: none;}
  .asthma-section .heading-text p{font-size: 18px;line-height: 26px;}
  .why-left{padding: 40px 0;}
  .foot_mid ul li {margin-bottom: 30px;}
  .foot_mid ul li i{top: -6px;}
  footer .foot_menu .foot_menu1 .foot_top .f-link strong{margin-top: 0;}
  .asthma-service-box img{width: 70px;}
  .special-slider-box .owl-nav button.owl-next::before{font-size: 30px;}
  .special-slider-box .owl-nav button.owl-prev::before{font-size: 30px;}
  .special-slider-box .owl-nav{width: 55px;height: 55px;right: -33px;display: none;}
  .treatment.testi-written .treat_caros .items .test-box {
    background: #FFF5F5;
    padding: 75px 60px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    min-height: 400px;
  }
  .treatment .treat_caros .owl-dots{margin-top: 0;}
  .doctor-info-box .doctor-info-detial p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;line-height: 18px;
  }
    .doctor-info-box .doctor-info-detial span {
      font-size: 16px;
      margin-bottom: 10px;
      line-height: 18px;
    }
  .manage-detail-box p span {min-width: 115px;display: inline-block;}
  .banner .item .banner-slide{padding: 270px 0 200px 0;}
    .banner .owl-nav{display: none;}
   .banner-slide .ban-text strong {
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 42px;
    line-height: 46px;
    text-align: center;
    text-transform: capitalize;
    color: #ED2E31;
    margin-bottom: 10px;}
  .contact-info{margin-bottom: 30px;height: 120px;}
  .why-list.mt-3{margin-top: 20px !important;}
  .banner .owl-nav button.owl-next{right: -30px;}
  .banner .owl-nav button.owl-prev{left: -30px;}
  .treatment .treat_caros .owl-nav{justify-content: center;}
  .bg-menu {background: #fff;padding: 4px 0;}
  .choose-count.choose-count2.angioplasty-line ul::after {height: 295px;}
  .choose-count.choose-count2.count-mobile.count-tab ul::after{height: 470px;}
  .choose-count.choose-count2.count-lowview ul::after {height: 440px;}
  .choose-count.choose-count2.monitor-count ul::after {height: 505px;}
  .choose-count.choose-count2 ul::after {height: 445px;}
  .choose-count.choose-count2.count-mobile ul::after {height: 605px;}
  .appoint h6{font-size: 30px;}
  .choose-count.choose-count2.cornory-list ul::after {
    height: 780px;
  }
  .g-review-lft h2{text-align: center;margin-bottom: 20px;}
  .g-revier-rst{text-align: center;}
    .choose-count ul::after{height: 390px;}
    .about-right{padding: 20px;}
    .location-img img{width: 330px;}

    .treat .treat_in .lft ul li a{width: 100%;}
    .treat .treat_in .lft.list-tab ul li{width: 80%;display: block;text-align: center;margin: 0 auto;}
    .failure-box-content{min-height: unset;}
    .multi-box{margin-bottom: 20px;min-height: unset;}
    .contact-section .heading-text h2{font-size: 30px;line-height: 36px;}
    .about-right strong{font-size: 24px;line-height: 26px;}
    .heading-text1 strong{font-size: 24px;line-height: 26px;}
    .cnt h2{font-size: 30px;line-height: 36px;}
     .cnt h1{font-size: 30px;line-height: 36px;}
    .lft.lft-service strong{font-size: 24px;line-height: 26px;}
    .lft.lft-service h2{font-size: 30px;line-height: 36px;}
    .gratitude-sec{margin-bottom: 20px;}
    .header-text{font-size: 30px;line-height: 36px;}
    .about-right h2{font-size: 30px;line-height: 36px;}
    .about-right h1{font-size: 30px;line-height: 36px;}
    .heading-text1 h2{font-size: 30px;line-height: 36px;}
    .blog-box{margin-top: 0;}
    .testi-review-box h1{font-size: 22px;line-height: 18px;}
    .location .locat_in .lft_sec .lft ul li a{font-size: 16px;}
    .heading-text3 h2{font-size: 26px;line-height: 30px;}
    .heading-text1 h1{font-size: 32px;line-height: 26px;}
    .cardio-service-box{margin-bottom: 40px;}
    .about-left{margin: 20px 0;align-items: center;text-align: center;}
    header .header .header_in .ryt .menus .mean-bar {
      border: none;
      top: 11px;
      position: static;
    }
    header .header .header_in .ryt .menus .mean-bar .meanmenu-reveal {
      height: auto;
      line-height: 25px;
      background: #ED2E31;
      padding: 10px 7.5px;
      border-radius: 5px;
      color: #fff;
    }
    header .header .header_in .ryt .menus .mean-bar .meanmenu-reveal span {
      background: #fff;
      border-radius: 5px;
    }
    header .header .header_in .ryt .menus .top_book {
      position: absolute;
      right: 55px;
      top: 0;

    }
    header .header .header_in .ryt .menus {
      align-items: flex-start;
      flex-direction: column-reverse;
      position: relative;
      position: absolute;
      right: 0;
      top: 25px;
      left: 30px;
    }
    header .header .header_in .ryt .menus .mobile-menu {
      position: static;
      width: -moz-fit-content;
      width: fit-content;
    }
    header .header .header_in .ryt .menus .mean-bar ul li a {
      font-family: "poppins";
      font-weight: 500;
    }
    header .header .header_in {
      position: relative;
    }
    .treatment .treat_caros .items {
      /* padding-bottom: 30px; */
      /* padding-top: 25px; */
    }
    .treatment .treat_caros .items a:after {
      width: 45px;
      height: 45px;
    }
    .travel .box .text {
      margin-left: 0;
      padding: 20px;
    }
    footer .foot_menu .foot_menu1 .foot_mid .lft ul {
      justify-content: center;
    }
    footer .foot_menu .foot_menu1 .foot_top .f-link .flist {
      display: none;margin-bottom: 15px;}
    footer .foot_menu .foot_menu1 .foot_top .f-link strong {
      margin-bottom: 0;
      padding-block: 10px;
      font-size: 20px;
      position: relative;
      cursor: pointer;
    }
    .foot_menu1 .foot_top .f-link strong::before {
      content: "";
      border-width: 0 3px 3px 0;
      padding: 3px;
      position: absolute;
      right: 10px;
      bottom: 20px;
      border-color: #ed2e31;
      border-style: solid;
      transition: 0.3s;
      text-align: center;
      transform: rotate(45deg);
    }
    .foot_menu1 .foot_top .f-link .flist {display: none;}
    .foot_menu1 .foot_top .f-link strong.tog::before {transform: rotate(-135deg);}
    .foot_menu1 .foot_top .f-link {border-bottom: 1px solid #ED2E31;padding: 0;}
    footer .foot_menu .foot_menu1 .foot_top {
      padding: 30px 0 0;margin: 0;}
    footer .foot_menu .foot_menu1 .foot_mid {
      padding: 20px 0;border-block: none;}
    footer .foot_menu .foot_menu1 .foot_mid .ryt ul {flex-wrap: wrap;justify-content: center;gap: 10px;
    }
    footer .cpy_ryt .cpy_in {flex-direction: column;gap: 10px;text-align: center;}
    .location .locat_in .lft_sec .lft {max-width: 100%;}
    .travel .box {margin-top: 35px;}

  /* new css */

  .logo2{display: block;}
  .logo{display: none;}
  .menu-media{display: none;}
  .menu-call{display: none;}
  .top_book {float: right; position: absolute;right: 55px;top: 33px;z-index: 9;}
  header .header .header_in .ryt .menus .mean-bar {position: absolute;top: 5px;right: 20px;}
  .logo2 img{width: 95px;}
  .top_book a{font-size: 14px; padding: 10px 15px;}
  header .header .header_in{padding: unset;}
  .experience-section .hire-box{margin: 15px 0;}
  .experience-section .hire-bg{padding: 15px 25px;}
  .location .locat_in .lft_sec .lft strong{font-size: 34px;line-height: 36px;}
  .treatment .treat_in h2{font-size: 33px;line-height: 36px;}
  .treatment .treat_caros .owl-nav {position: absolute;top: 0;top: -87px;right: 125px;}
  .treatment .treat_caros .owl-nav{position: unset;}
  .treatment.treatment-slide .treat_caros .owl-nav{position: unset;}
  .blog-content{padding: 20px;}
  .foot_mid ul{display: block;}
  .foot_mid ul li{margin-bottom: 25px;}
  .contact-left{margin-bottom: 20px;}
  footer .foot_menu .foot_menu1 .foot_top .f-link ul li a {
      font-size: 14px;
    }
  footer .foot_menu .foot_menu1 .foot_top .f-link ul li {font-size: 14px;}
.special-slider-box{border: none;}




























  }
  
  @media screen and (max-width: 767px) {


.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:30px;
	left:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:26px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
  }

.live-section .heading-text h2{font-size: 18px;line-height: 22px;margin-bottom: 0 !important;}
.map-left-content p{text-align: center;font-size: 14px;}
.doctor-detial-lft{text-align: center;}
.logo2 a {
  z-index: 99999;
  position: relative;
  display: inline-block;
}
.banner-slide .ban-text p br{display:none;}
.specality-section .owl-nav button.owl-prev{left: 0;}
.specality-section .owl-nav button.owl-next{left: 0;}
.specality-section .owl-nav{position: unset;transform: unset;justify-content: center;margin-top: 25px;gap: 25px}
.blog-content.blog-content1 h3{min-height: unset;}
.heading-text h2{font-size: 24px;line-height: 30px;}
.banner-slide .ban-text strong{font-size: 20px;line-height: 24px;}
 .contact_page .contact_in .c_top ul li .bg_cont p, .contact_page .contact_in .c_top ul li .bg_cont a {
    font-size: 13px;line-height: 18px;
  }
  .our-special-right .treatment-service .service-list span{font-size: 14px;}
  .special-slider-box img{height: unset;}
  .doctor-detial-rgt h3 {font-size: 16px;line-height: 18px;}
  .doctor-detial-rgt span {font-size: 16px;line-height: 18px;}
  .doctor-detial-rgt h2 {font-size: 20px;line-height: 22px;}
  .doctor-detial-rgt h1 {font-size: 20px;line-height: 22px;}
  .service-list-title h3{font-size: 14px;line-height: 16px;}
  .service-light-box p{font-size: 14px;line-height: 16px;}
  .treat-heading h1, .treat-heading h2{font-size: 20px;line-height: 22px;}
  .asthma-section .heading-text p {font-size: 16px;line-height: 26px;}
  .why-right img{height: unset;}
  footer .foot_menu .foot_menu1 .foot_top .f-link ul li a {
      font-size: 14px;}
    footer .foot_menu .foot_menu1 .foot_top .f-link ul li a {
      font-size: 14px;
    }
  .why-left .why-inner {margin-left: auto;padding-left: 10px;}
   .why-left {padding: 35px 0;}
  .heading-text span{font-size: 16px;line-height: 20px;}
  .treatment.testi-written .treat_caros .items .test-box {
      background: #FFF5F5;padding: 72px 20px;border-radius: 20px;text-align: center;position: relative;}
  .doctor-lft-img{text-align: center;padding: 15px;}
  .doctor-info-box .doctor-info-detial .profile-btn{position: unset;}
    .doctor-info-box .doctor-info-detial h3 {
      font-size: 20px;
      line-height: 22px;
      height: unset;
    }
  .doctor-info-box .doctor-info-detial{padding: 20px;}
  .our-special-right {
    background: #E2FBFF;
    padding: 30px 30px 30px 30px;
  }
  .special-slider-box .owl-nav{display: none;}
  .manage-detail-box h3{font-size: 20px;}
   .banner .item .banner-slide {padding: 180px 0 145px 0;}
  .banner-slide .ban-text p {font-family: Poppins;font-weight: 400;font-size: 12px;margin-bottom:5px;
    line-height: 16px;}
  .top_book {float: right;position: absolute;right: 65px;top: 23px;z-index: 99999;}
  .logo2 img {width: 65px;}
  .testi-review-box strong{font-size: 18px;}
  .testi-review-box h3{font-size: 16px;}
  .heading-text{margin-bottom: 20px !important;}
  .plastic-box .Plastic-content p {
    margin-bottom: 0;
    font-family: Outfit;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
  }
  .contact-info i{width: 55px;height: 55px;font-size: 18px;}
  .contact-info{height: auto;margin-bottom: 30px;}
  .map-section{margin-top: 0;}
  .contact-left{margin-top: 0;}
  .banner .owl-nav{display: none;}
  .bg-menu{background: #fff;padding: 8px 0;}
  .text-fixed{height: auto;}
   .choose-count.choose-count2.count-mobile ul::after {
      height: 560px;
    }
  .choose-count.choose-count2.choose-mobile ul::after{height: 500px;}
  .choose-count.choose-count2.angioplasty-line ul::after {height: 390px;}
  .choose-count.choose-count2.cornory-list ul::after {height: 1025px;}
  .choose-count.choose-count2.monitor-count ul::after {height: 600px;}
  .g-revier-rst img{width: 230px;}
  .g-revier-rst a{margin-top: 10px;margin-left: 0 !important;}
  .g-revier-rst{text-align: center;}
   .g-review-lft h2{font-size: 18px;line-height: 20px;}
  .Specialist-content h2, .Specialist-content h1{font-size: 22px;
    line-height: 26px;}
  .accordion-section .accordion .accordion-item .accordion-button::after {right: 40px;font-size: 30px;}
  .accordion-box {
      padding: 0px 0 30px 0;
    }
  .appoint strong{font-size: 14px;line-height: 18px;margin-bottom: 10px;}
  .appoint h6{font-size: 20px;line-height: 24px;}
  .choose-count.choose-count2 ul::after {height: 605px;}
  .appoint{padding: 45px 15px;}
  .why-box h3{font-size: 16px;line-height: 20px;}
  .heading-text2 h2, .heading-text2 h1{font-size: 20px;line-height: 24px;}
    .service-region{padding: 20px;}
    .foot_mid ul li p br{display: none;}
    header .header .header_in .ryt .menus {align-items: flex-start;flex-direction: column-reverse;
      position: relative;position: absolute;right: 0;top: 25px;left: 30px;}
    .max-box{padding: 20px 30px;}
    .about-left{margin: 20px;}
    .why-choose-box h3{font-size: 20px;line-height: 24px;}
    .monitor-box h3{font-size: 20px;line-height: 24px;}
    .location-img img{width: 100%;margin-bottom: 20px;}
    .location-img{position: unset;transform: unset;}

    .ryt.tab-content .special-services h3{font-size: 20px;}
    .treat .treat_in .lft ul li{display: block;width: 100%;}
    .treat .treat_in .lft ul li a{width: 100%;text-align: center;}
    .failure-box-content{min-height: unset;}
    .failure-box h3{font-size: 24px;line-height: 30px;}
    .modules-box p{font-size: 14px;line-height: 20px;}
    .multi-box{min-height: unset;}
    .header-text{font-size: 22px;margin-bottom: 10px;}
    .location .locat_in .tab-content .tab-pane .posi a img {
      width: 55%;-o-object-fit: cover;object-fit: cover;}
    .blog-left-box h2{font-size: 20px;}
    .blog-box{margin-top: 0;}
    .testi-review-box h1{font-size: 18px;line-height: 18px;}
    .blog-box h1{font-size: 18px;line-height: 20px;}
    .treat-list-box h3{font-size: 16px;line-height: 24px;}
    .vision-list li{font-size: 14px;line-height: 20px;}
    .lft-service h6{font-size: 22px;line-height: 18px;}
    .lft.lft-service strong{font-size: 18px;line-height: 24px;}
    .heading-text1 h1 {font-size: 18px;line-height: 24px;}

    .treatment .treat_caros .owl-stage .owl-item:nth-child(2n) {}
    .treatment.treatment1 .treat_caros .owl-stage .owl-item:nth-child(2n) {margin-top: 0px;}
    .cnt h2{font-size: 24px;line-height: 26px;}
    .cnt h1{font-size: 24px;line-height: 26px;}
    .about .about_in .cnt span{font-size: 18px;line-height: 26px;}
    .heading-text3 strong{font-size: 18px;line-height: 26px;}
    .heading-text3 h2{font-size: 24px;line-height: 26px;}
    .location .locat_in .lft_sec .lft ul{margin-top: 20px;}
    .lft.lft-service h2{font-size: 24px;line-height: 16px;}
    .gratitude-sec{margin-bottom: 20px;}
    .contact-section .heading-text h2{font-size: 24px;line-height: 26px;}
    .heading-text1 strong{font-size: 18px;}
    .heading-text1 h2{font-size: 24px;line-height: 28px;}
    .heading-text1{margin-bottom: 20px;}
    .heading-text h1{font-size: 22px;line-height: 30px;}
    .banner-box strong{font-size: 24px;line-height: 20px;}
    .about-right h3{font-size: 20px;margin-bottom: 8px;line-height: 26px;}
    .about-right h2{font-size: 20px;margin-bottom: 8px;line-height: 26px;}
    .about-right h1{font-size: 20px;margin-bottom: 8px;line-height: 26px;}
    .multi-box.multi-box1{min-height: unset;}
    .about-right strong{font-size: 18px;}

    .location .locat_in .tab-content .tab-pane .posi {
      width: unset;padding: 15px;bottom: -30px;}
    .location .locat_in .tab-content .tab-pane .posi p{font-size: 16px;
      line-height: 20px;}
    .location .locat_in .tab-content .tab-pane .posi a:after {
      width: 45px;height: 45px;top: 15px;}
    .radio .radio_in .lft .img_sec ul {
      flex-direction: column;
    }
    .accordion-section .accordion .accordion-item button{font-size: 14px;}

    /* new css  */
   .treatment.testi-written .treat_caros .items .test-box img {
    width: 50px;
    margin: 0 auto;}

    .why-list li{font-size: 18px;line-height: 20px;}
  .logo2{display: block;}
  .logo{display: none;}
  .menu-media{display: none;}
  header .header .header_in .ryt .menus .mean-bar{position: absolute;top: -5px;right: 20px;z-index: 9999;}
  .menu-call{display: none;}
    .top_book a {font-size: 9px;padding: 10px 11px;}
  /* .top_book{display: none;} */
  header .header .header_in{padding: 0;}
  .banner .item .ban-txt.ps-5{padding-left: 0 !important;}
  .experience-section .hire-box h3{font-size: 16px;line-height: 20px;}
  .experience-section .hire-box .hire-img img{width: 45px;}
  .experience-section .hire-box{padding-left: 55px; margin: 5px 0;}
  .experience-section .hire-bg{padding: 15px 25px;}
  .location .locat_in .lft_sec .lft strong{font-size: 28px;line-height: 30px;}
  .choose-count ul li h3{font-size: 16px;}
  .choose-count ul::after {height: 465px;}
  .choose-quality .choose-icon-box h3{font-size: 14px;}
  .choose-icon-box{margin-bottom: 20px;text-align: center;}
  .treatment .treat_in h2{font-size: 24px;line-height: 26px;}
  .treatment .treat_in .ryt{text-align: start;}
  .treatment .treat_caros .owl-nav{position: unset;margin-top: 5px;justify-content: center;}
  .treatment .treat_caros .owl-nav button.owl-prev{left: 0 !important;}
  .treatment .treat_caros .owl-nav button.owl-next{right: 0 !important;}
  .treatment.treatment-slide .treat_caros .owl-nav{position: unset;}
  .foot_mid ul{display: block;}
  .foot_mid ul li{margin-bottom: 25px;padding-left: 53px;}
  /* .less3{padding: 08px 20px;} */
  .banner .owl-dots{display: none;}
  .treatment .treat_in{margin-bottom: 10px;}
  .bread_end {padding: 10px;border-radius: 10px;background: #fff;  max-width: 275px;
    float: unset;}
  .bread_crumb{padding: 30px 0;background: #FFF5F5;}
  .bread_crumb .bread_in p{font-size: 24px;line-height: 28px;margin-bottom: 5px;}
  .contact_form h2{font-size: 20px;line-height: 24px;}
  .mt-space{margin-top: 8px;}
    .foot_mid ul li a {
      font-size: 12px;display: contents;
    }
  .blog-content strong{font-size: 14px;}
  .about-bottom-img {
    padding-top: 20px;
  }
  .our-special-right h3 {font-size: 20px;line-height: 24px;font-weight: 600;}
  .our-special-right .treatment-service h4 {font-size: 22px;line-height: 24px}
  .client-box span {color: #fff;font-size: 30px;line-height: 35px;}
    .treatment .treat_caros .owl-dots {margin-top: 20px;margin-bottom: 5px;}
  .aware-section .treat_caros .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 5px;
  }
  .asthma-service-box p{font-size: 14px;}
  #button{width: 45px;height: 45px;}
  .about .about_in .img{text-align: center;}
  }




