/* HomePage Start */
.main-index .hero_section {
    padding: 2rem 0px;
    padding-bottom: 6rem;
    background-color: var(--color-darkBlue);
    display: none;
  }
  .main-index .banner_title {
    font-size: 45px;
    font-family: var(--font-noto);
  }
  .main-index .semi_title {
    font-size: 17px;
    color: var(--color-white);
    background-color: var(--color-green);
    display: inline-flex;
    padding: 5px 15px;
    border-radius: 5px;
  }
  .main-index .hero_section2 {
    /* margin-top: -4.5rem; */
    position: relative;
    z-index: 1;
  }
  .main-index .hero_section2_img {
    height: 380px;
    object-fit: cover;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .main-index .bg_common {
    background-color: #f3f3f3;
  }
  .main-index .hero_section2_img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .main-index .hero_section2_img {
    position: relative;
  }
  .main-index .hero_section2_img::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to right,
      rgba(14, 34, 62, 1),
      rgba(14, 34, 62, 0.2)
    );
    border-radius: 0px;
  }
  .main-index .hero_section_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    width: 100%;
    margin: auto;
  }
  .main-index .banner_title_semi {
    font-size: 34px;
    font-family: var(--font-noto);
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 16px !important;
  }
  .main-index .appointment_btn {
    background-color: var(--color-green) !important;
    gap: 5px;
  }
  .main-index .appointment_btn i {
    font-size: 22px;
  }
  .main-index .form_main {
    background-color: #efefef;
    border-radius: 5px;
  }
  .main-index .form_holder_input select {
    border-radius: 3px;
    padding: 11px 10px;
  }
  .main-index .form_title {
    background-color: var(--color-green);
    color: var(--color-white);
    padding: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
  }
  .main-index .form_holder_input select:focus {
    box-shadow: none;
  }
  .main-index .form_holder_input label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .main-index .form_holder_input label img {
    height: 25px;
    width: auto;
  }
  .main-index .test_price_btn {
    background-color: rgb(223, 41, 5);
    border: none;
    color: var(--color-white);
    width: 100%;
    padding: 14px;
    border-radius: 5px;
    font-weight: 500;
  }
  /*Ser*/
  .main-index .ser_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
  .main-index .read_more_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-white);
    background-color: var(--color-darkBlue);
    padding: 10px 12px;
    margin-top: 5px;
    border-radius: 3px;
    font-weight: 500;
  }
  .main-index .read_more_btn i {
    width: 30px;
    height: 30px;
    background-color: var(--color-green);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
  }
  .main-index .ser_title {
    font-size: 20px;
    font-weight: 600;
  }
  .main-index .ser_img img {
    height: 300px;
    object-fit: cover;
  }
  .main-index .ser_content{
    width: 85%;
    padding: 15px;
    margin-top: -6rem;
    position: relative;
    background-color: white;
    margin-left: auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .main-index .startin_cont {
    font-weight: 600;
    font-size: 15px;
  }
  .main-index .pack_ul li {
    margin: 5px 0px;
  }
  /*Package*/
  .main-index .pack_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
  .main-index .pack_header_title {
    font-weight: 600;
    font-family: var(--font-noto);
    font-size: 22px;
  }
  
  .main-index .tabs_pack {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .main-index .pack_ul li {
    font-size: 15px;
  }
  .main-index .pack_ul li i {
    color: var(--color-green);
    margin-right: 5px;
  }
  .main-index .tabs_pack a {
    background-color: rgba(9, 147, 137, 0.1);
    color: var(--color-darkBlue);
    display: flex;
    border-radius: 50px;
    font-size: 14px;
    padding: 7px 14px;
    border: 1px solid rgba(9, 147, 137, 0.7);
  }
  .main-index .pack_container {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: var(--color-white);
    padding: 20px;
    border-radius: 5px;
    /* background-color: rgba(9, 147, 137, 0.1); */
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
  }
  .main-index .pack_container::after {
    content: "";
    position: absolute;
    top: -2rem;
    right: -3rem;
    width: 150px;
    height: 150px;
    border: 20px solid var(--color-green);
    border-radius: 50%;
    opacity: 0.2;
  }
  .main-index .pack_container:nth-child(even) {
    top: 25px;
    position: relative;
  }
  .main-index .read_btn_pack a {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-darkBlue);
    color: var(--color-white);
    padding: 13px;
    border-radius: 3px;
  }
  .main-index .cat_title {
    font-size: 19px;
    font-family: var(--font-noto);
    font-weight: 600;
  }
  .main-index .cat_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 25px;
  }
  .main-index .cat_container {
    background-color: rgba(9, 147, 137, 0.1);
    padding-top: 15px;
    text-align: center;
    border-radius: 5px;
  }
  .main-index .know_btn {
    background-color: var(--color-darkBlue);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    font-size: 15px;
    border-radius: 0px 0px 5px 5px;
  }
  .main-index .starting_cat {
    font-weight: 600;
    font-size: 15px;
  }
  .main-index .cat_img {
    background-color: var(--color-white);
    display: inline-flex;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 5px;
  }
  .main-index .cat_img img {
    height: 50px;
    width: auto;
  }
  /**/
  .main-index .hos_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
  .main-index .hos_container img {
    border-radius: 5px;
  }
  .main-index .hos_container {
    position: relative;
  }
  .main-index .host_content {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color-white);
    /* border-top: 4px solid var(--color-green); */
    width: 70%;
    text-align: center;
    padding: 12px 13px;
    border-radius: 5px;
  }
  .main-index .host_content p {
    font-size: 24px;
  }
  /**/
  .main-index .doc_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px;
  }
  .main-index .doc_img img {
    height: 290px;
    object-fit: cover;
    border-radius: 20px;
  }
  .main-index .rat_doc i {
    font-size: 14px;
    color: rgb(225, 162, 3);
  }
  .main-index .rat_doc {
    font-size: 14px;
  }
  .main-index .doc_content {
    background-color: var(--color-white);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 90%;
    margin: auto !important;
    margin-top: -6rem !important;
    padding: 14px;
    border-radius: 20px;
  }
  .main-index .doc_content_main {
    width: 100%;
  }
  .main-index .doc_content {
    margin: 10px 0px;
  }
  /*Process*/
  .main-index .process_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
  .main-index .process_container {
    text-align: center;
  }
  .main-index .pro_img {
    margin-bottom: 5px;
  }
  .main-index .pro_img img {
    height: 65px;
    width: auto;
  }
  .main-index .bg_common2 {
    background-color: var(--color-darkBlue);
  }
  .main-index .num_title {
    font-family: var(--font-noto);
    font-size: 25px;
    margin-top: -5px;
  }
  .main-index .num_grid {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
  }
  .main-index .num_container {
    text-align: center;
  }
  .main-index .num_cont {
    font-size: 55px;
    font-weight: 700;
  }
  .main-index .pro_title_num {
    font-weight: 700;
    font-size: 36px;
  }
  .main-index .pro_para {
    font-size: 16px;
    margin-bottom: -5px;
  }
  .main-index .process_container {
    background-color: #fdfdfd;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.7);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    padding: 15px 10px;
  }
  .main-index .pro_content_1 {
    gap: 14px;
    text-align: start;
  }
  .main-index .pro_num {
    background-color: rgb(2, 224, 172);
    color: var(--color-darkBlue);
    padding: 10px 20px;
    clip-path: polygon(
      0 0,
      0% 20%,
      0 50%,
      0% 80%,
      0 100%,
      49% 90%,
      100% 100%,
      100% 80%,
      100% 53%,
      100% 20%,
      100% 0,
      44% 0
    );
    margin-top: -20px;
    text-align: center;
  }
  .main-index .pro_title_1 {
    font-family: var(--font-noto);
    font-size: 20px;
    font-weight: 700;
  }
  .main-index .title_icon img {
    height: 25px;
    width: auto;
    margin-top: -4px;
    margin-bottom: 5px;
  }
  .main-index .doc_title {
    font-size: 20px;
  }
  /*Parmacy*/
  .main-index .par_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .main-index .hero_offer {
    background-color: var(--color-darkBlue);
    border-top: 2px solid var(--color-white);
    color: var(--color-white);
    padding: 4px 18px;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
  }
  .main-index .hero_offer p {
    font-weight: 600;
    font-family: var(--font-noto);
    font-size: 22px;
  }
  .main-index .award_icon img {
    height: 73px;
    width: auto;
  }
  /*Cate*/
  .main-index .cate_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
  .main-index .cate_img img {
    border-radius: 5px;
    height: 250px;
    object-fit: cover;
  }
  .main-index .cate_cont {
    position: absolute;
    bottom: 15px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color-green);
    color: var(--color-white);
    padding: 10px 15px;
    border-radius: 5px;
  }
  .main-index .cate_title {
    font-weight: 600;
    font-size: 23px;
  }
  .main-index .hos_btn {
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-index .hos_btn i {
    font-size: 20px;
  }
  .main-index .cate_title span {
    background-color: var(--color-darkBlue);
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 18px;
  }
  .main-index .doc-slider {
    padding-bottom: 10px;
  }
  /*Main*/
  .main-index .main-health-scans .main_grid {
    display: grid;
    grid-template-columns: 21% 21% 21% 21%;
    grid-gap: 5rem 60px;
    margin-bottom: 3rem;
  }
  
  .main-index .main_img img {
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  }
  .main-index .main_title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    font-family: var(--font-noto);
  }
  .main-index .main_img img {
    height: 290px;
    object-fit: cover;
  }
  
  .main-index .main_title {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    font-family: var(--font-noto);
    background-color: var(--color-darkBlue);
    color: var(--color-white);
    width: 100%;
    padding: 15px 20px;
    border-radius: 0px 0px 5px 5px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 0px;
    min-height: 90px;
  }
  .main-index .main_title img {
    height: 20px !important;
    width: auto;
  }
  .main-index .main_img img {
    height: 270px;
    object-fit: cover;
  }
  .main-index .main_content {
    /* position: absolute;
      top: 4.3rem;
      left: 2rem; */
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background-color: #f6f6f6;
    z-index: -1;
    border-radius: 10px;
    padding: 0px;
    /* border-right: 3px solid var(--color-darkBlue);
      border-top: 1px solid var(--color-darkBlue); */
  }
  .main-index .main-health-scans .main_grid {
    display: grid;
    grid-template-columns: 21% 21% 21% 21%;
    grid-gap: 5rem 3rem;
    margin-bottom: 3rem;
  }
  
  .main-index .main_img img {
    border-radius: 10px 10px 0px 0px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  }
  .main-index .main_container {
    /*box-shadow: 5px 5px 5px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    z-index: 1;
    position: relative;
  }
  .main-index .main_container::before {
    content: "";
    position: absolute;
    bottom: -1.5rem;
    left: 1.5rem;
    border-radius: 25px;
    width: 100%;
    height: 85%;
    background-color: white;
    z-index: -1;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  }
  .main-index .main_title {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    font-family: var(--font-noto);
    background-color: var(--color-darkBlue);
    color: var(--color-white);
    width: 100%;
    padding: 15px 20px;
    border-radius: 0px 0px 5px 5px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .main-index .main_title img {
    height: 20px !important;
    width: auto;
  }
  .main-index .main_icon_cust {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    border-radius: 50%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-darkBlue);
    z-index: 5;
  }
  .main-index .main_icon_cust::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    background-color: rgba(25, 44, 71, 0.6);
    z-index: -1;
  
    border-radius: 50%;
  }
  .main-index .main_icon_cust img {
    height: 65px;
    width: auto;
    box-shadow: none;
  }
  .main-index .main_content {
    /* position: absolute;
      top: 4.3rem;
      left: 2rem; */
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background-color: #f6f6f6;
    z-index: -1;
    border-radius: 10px;
    padding: 0px;
    /* border-right: 3px solid var(--color-darkBlue);
      border-top: 1px solid var(--color-darkBlue); */
  }
  .main-index .special_app {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
  /* .sp_img img{
      border-radius: 3px;
      height: 250px;
      object-fit: cover;
  } */
  .main-index .special_container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-index .sp_img {
    z-index: 1;
  }
  .main-index .sp_img img {
    border-radius: 3px;
    height: 270px;
    width: 270px;
    border-radius: 50%;
    object-fit: cover;
  }
  .main-index .sp_img::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
  }
  .main-index .sp_content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 93%;
    padding: 14px 10px;
    border: 2px solid var(--color-white);
    background-color: white;
    /* border-radius: 3px; */
    color: black;
    text-align: center;
    /* box-shadow: 1px 1px 5px rgba(0,0,0,0.6); */
    border-left: none;
    border-right: none;
    border-bottom: none;
    z-index: 1;
  }
  .main-index .sp_content p {
    font-family: var(--font-noto);
    font-size: 19px;
    text-transform: capitalize;
  }
  .main-index .sp_content img {
    height: 17px;
    width: auto;
  }
  
  .main-index .our-specialist {
    margin-top: 40px;
  }
  .main-index .sp_img img {
    border-radius: 20px;
    object-position: center;
    height: clamp(10rem, 100vw, 12rem);
  }
  .main-index .sp_content img {
    display: none;
  }
  .main-index .sp_img::after {
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.69);
  }
  .main-index .sp_content {
    background: transparent;
    border: 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .main-index .ser_img {
    margin: 15px;
    padding: 15px;
    box-shadow: 0 5px 10px 1px #e8e7e7 !important;
    border-radius: 20px;
  }
  .main-index .ser_img img {
    border-radius: 20px;
  }
  .main-index .ser_content {
    width: 100%;
    position: relative !important;
    max-width: 250px;
    margin: -90px auto 10px;
    border-radius: 20px;
    padding: 20px;
  }
  
  .main-index .sp_content p {
    font-size: 1.5rem;
  }
  @media screen and (max-width: 1024px) {
    .main-index .main-health-scans .main_grid{
      grid-gap: 5rem 3rem;
    }
    .main-index .process_grid {
      display: grid;
      grid-template-columns: 33% 33% 33%;
      grid-gap: 5px;
  }
  }
  @media screen and (max-width: 425px) {
    .main-index .ser-container {
      display: none;
    }
    .main-index .ser-slider-m {
      display: block;
    }
    .main-index .ser_img {
      margin: 20px;
      padding: 20px;
      box-shadow: 0 5px 10px 1px #e8e7e7 !important;
      border-radius: 20px;
    }
    .main-index .ser_img img {
      border-radius: 20px;
    }
    .main-index .ser_content {
      width: 100%;
      position: relative !important;
      max-width: 300px;
      margin: -90px auto 0;
      border-radius: 20px;
      padding: 20px;
    }
    .main-index .doc_img img {
      height: 290px;
      object-fit: cover;
      border-radius: 20px;
      
    }
    .main-index .host_content p {
      font-size: 16px;
    }
  }
  
/* HomePage End */

/* Custom Start */
.main-index .hover-zoom:hover img {
    transform: scale(1.1);
  }
  .main-index .container-fluid {
    padding: 0px !important;
  }
  .main-index .hover-zoom:hover .hover-box {
    transform: translate(0, 25%);
  }
  .main-index .hover-zoom:hover .arrow {
    transform: translate(100%, -50%);
  }
  .main-index .arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: transform 0.5s ease-in-out;
  }
  .main-index .transition-transform {
    transition: transform 0.7s;
  }
  .main-index .banner_title_semi {
    font-family: jost;
    text-transform: uppercase;
    font-size: 28px !important;
  }
  
  .main-index .btn-1 {
    background: darken($red, 1.5%);
    font-weight: 100;
  
    svg {
      height: 45px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
    }
  
    rect {
      fill: none;
      stroke: #fff;
      stroke-width: 2;
      stroke-dasharray: 422, 0;
      transition: all 0.35s linear;
    }
  }
  
  .main-index .btn-1:hover {
    background: rgba($red, 0);
    font-weight: 900;
    letter-spacing: 1px;
  
    rect {
      stroke-width: 5;
      stroke-dasharray: 15, 310;
      stroke-dashoffset: 48;
      transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    }
  }
  .main-index .main_img:hover .img-overlay {
    transform: translate(-50%, -50%) !important;
  }
  
  .main-index .main_container:hover .main-img img {
    filter: blur(5px);
  }
  
  .main-index .img-overlay {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, 200%);
    transition: transform 0.3s ease;
    opacity: 0;
  }
  
  .main-index .main_img:hover .img-overlay {
    opacity: 1;
  }
  .main-index .main_img {
    overflow: hidden;
    box-shadow: 4px 5px 10px 0px rgb(0 0 0 / 0.4) !important;
    border-radius: 25px;
  }
  
  .main-index .transition-transform {
    transition: transform 0.6s;
  }
  
  .main-index .transform {
    transform: scale(1);
  }
  
  .main-index .transform:hover {
    transform: scale(1.05);
  }
  
  .main-index .ser_container:hover .ser_content {
    transform: translateY(5%) translateX(-10%) !important;
    transition: transform 0.6s;
  }
  .main-index .ser-slider {
    padding-bottom: 100px;
  }
  .main-index .counter-item {
    text-align: center;
    margin: 10px;
  }
  
  .main-index .counter-item h2 {
    font-size: 36px;
    margin: 0;
  }
  
  .main-index .counter-item .count {
    font-size: 48px;
  }
  
  .main-index .counter-item .plus-sign1,
  .plus-sign3 {
    color: #a3a1fb;
  }
  .main-index .counter-item .plus-sign2 {
    color: rgb(94 226 160);
  }
  .main-index .counter-item .plus-sign4 {
    color: rgb(254 193 99);
  }
  
  .main-index .counter-item p {
    font-size: 18px;
    margin: 5px 0 0;
  }
  header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 5;
  }
  .main-index .hero_section2 {
    position: relative !important;
    z-index: 1 !important;
  }
  
  .main-index .logo_img {
    position: relative;
    float: left;
    margin-top: -10px;
    z-index: 1;
    border-radius: 0 0 4px 4px;
    transition: all 0.3s;
    background: #0e223e !important;
  }
  .main-index .sticky-header .logo-inner {
    background: url(../imgs/icon.webp) no-repeat !important;
    width: 95px !important;
    height: 85px !important;
    background-position: center !important;
    margin-top: 14px;
    background-size: 65px !important;
    box-shadow: none;
  }
  .main-index .logo-inner {
    background: url(../imgs/final-logo.webp) no-repeat;
    width: 208px;
    height: 100px;
    background-position: center;
    transition: all 0.3s;
    background-size: 208px;
    margin-top: 7px;
  }
  .main-index .mobile-dropdown {
    display: none;
  }
  .main-index .form_main {
    display: block;
  }
  /* .mobile-button {
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
  } */
  .main-index .top-search {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0px;
    padding-bottom: 5px;
  }
  
  .main-index .select-container {
    width: 50%;
  }
  
  .main-index .select-field {
    margin-top: 4px;
    margin-bottom: 12px;
    width: 100%;
    padding: 7px 16px;
    border: 1px solid #d1d5db;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  
  .main-index .select-field:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.5);
  }
  
  .main-index .submit-button {
    width: 100%;
    background-color: #099389;
    padding: 8px 0;
    border-radius: 4px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: all 0.2s;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
  }
  
  .main-index .submit-button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 0;
    width: 0;
    border-radius: 4px;
    background-color: #fff;
    transition: all 0.3s ease-out;
    opacity: 0;
  }
  
  .main-index .submit-button:hover::before {
    height: 160px;
    width: 100%;
    opacity: 0;
  }
  
  .main-index .submit-button:hover {
    color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  }
  .main-index .bg_common2 {
    background: linear-gradient(
      184.78deg,
      #0f223e 7.64%,
      #02e0ac 120.07%
    ) !important;
  }
  
  a,
  a:hover {
    text-decoration: none;
  }
  
  .main-index .header {
    height: 100vh;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #fff;
  }
  
  .main-index .butn:link,
  .main-index .butn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #0e223e;
    padding: 1rem 2.5rem;
    width: 100%;
    border-radius: 4px;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
  }
  
  .main-index .butn::before {
    background: #fff;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 50px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .main-index .butn::after {
    background: #fff;
    content: "";
    height: 20rem;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 8rem;
  }
  .main-index .butn__new::before {
    left: -50%;
  }
  
  .main-index .butn__new::after {
    left: -100%;
  }
  
  .main-index .butn:hover,
  .main-index .butn:active {
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
  }
  
  .main-index .butn__new:hover::before {
    left: 120%;
    opacity: 0.5s;
  }
  
  .main-index .butn__new:hover::after {
    left: 200%;
    opacity: 0.6;
  }
  .main-index .butn span {
    z-index: 20;
  }
  
  .main-index .main-advert-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .main-index .advert-button {
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #ec4899, #f59e0b);
    border-radius: 9999px;
    padding-left: 1rem; /* equivalent to px-4 */
    padding-right: 1rem;
    padding-top: 0.5rem; /* equivalent to py-2 */
    padding-bottom: 0.5rem;
    gap: 10px;
  }
  .main-index .advert-content {
    margin-right: 2.5rem;
  }
  .main-index .advert-content span {
    font-size: 1.5rem;
    line-height: 2rem;
    color: white;
    font-weight: 500;
  }
  .main-index .advert-icon img {
    width: 32px;
  }
  .main-index .advert-button-name {
    color: white;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .main-index .our-specialist-main {
    display: flex;
    flex-wrap: wrap;
  }
  .main-index .special_app {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-index .main-advert-bar-color {
    background: linear-gradient(184.78deg, #0f223e 7.64%, #02e0ac 120.07%);
  }
  
  .main-index .main-mobile-section {
    display: none;
  }
  
  /* here start first section mobile version code*/
  
  .main-index .custom-card {
    max-width: 20rem;
  
    overflow: hidden;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    background-color: white;
    transition: all 0.3s ease;
    padding: 5px;
    box-shadow: 3px 3px 3px 0px rgb(0 0 0 / 0.4) !important;
    margin-bottom: 20px;
    border-radius: 4px;
  }
  .main-index .custom-card:hover {
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15); /* Adjust to the same as hover:shadow-xl */
    background-color: #f7fafc; /* Adjust to the same as hover:bg-gray-100 */
    transform: scale(1.05); /* Adjust to the same as hover:scale-105 */
  }
  
  .main-index .custom-card-image-wrapper {
    position: relative;
  }
  
  .main-index .custom-card-image {
    width: 100%;
    height: auto;
    padding-bottom: 0.25rem; /* Adjust to the same as pb-1 */
    transition: transform 0.3s ease; /* Adjust to the same as transition duration-300 */
  }
  
  .main-index .custom-card-image-wrapper:hover .custom-card-image {
    transform: scale(1.05); /* Adjust to the same as hover:scale-105 */
  }
  
  .main-index .custom-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.3s ease; /* Adjust to the same as transition duration-300 */
  }
  
  .main-index .custom-card-image-wrapper:hover .custom-card-overlay {
    opacity: 1;
    transform: scale(1); /* Adjust to the same as hover:scale-100 */
  }
  
  .main-index .custom-card-overlay-content {
    padding: 1.5rem; /* Adjust to the same as px-6 py-4 */
    background-color: #0f223e;
  }
  
  .main-index .custom-card-overlay-text {
    font-size: 1rem; /* Adjust to the same as text-base */
    color: white;
    font-weight: 600; /* Adjust to the same as font-semibold */
  }
  
  .main-index .custom-card-content {
    padding: 1.5rem; /* Adjust to the same as px-6 py-4 */
    background-color: #0f223e;
  }
  
  .main-index .custom-card-title {
    font-size: 1.25rem; /* Adjust to the same as text-xl */
    color: white;
    font-weight: bold;
    margin-bottom: 0.5rem; /* Adjust to the same as mb-2 */
  }
  .main-index .main-web-section {
    display: block;
  }
 
  .main-index .mobile-burger-menu{
    display: none;
  }
  
  @media screen and (max-width: 1024px) {
    .main-index .main-listing {
      padding-top: 60px !important;
    }
  }
  @media screen and (max-width: 992px) {
    .main-index .mobile-burger-menu{
      display: block;
    }
  }
  
  @media screen and (max-width: 425px) {
    .main-index .sp_content {
      font-size: 1rem;
    }
    
    /* .doc_img {
      width: 100%;
      max-width: 400px;
  } */
  .main-index .sp_content p {
      font-size: 1rem;
    }
    .main-index .sp_img img {
      width: 100%;
    }
    .main-index .sp_img {
      flex: 0 0 100%;
    }
    .main-index .main-mobile-section {
      display: block;
      position: relative;
      background-color: #f3f3f3;
    }
    .main-index .main-web-section {
      display: none;
    }
    .main-index .card {
      width: 300px;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      background-color: #fff;
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .main-index .card img {
      width: 100%;
    }
    .main-index .card-content {
      padding: 20px;
    }
    .main-index .card-title {
      font-size: 18px;
      font-weight: bold;
      margin: 0;
    }
    .main-index .card-action {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-top: 15px;
    }
    .main-index .card-action button {
      background-color: #4caf50;
      border: none;
      color: white;
      padding: 10px 20px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      margin: 4px 2px;
      cursor: pointer;
      border-radius: 5px;
      transition: background-color 0.3s, transform 0.3s;
    }
    .main-index .card:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    }
    .main-index .card-action button:hover {
      background-color: #45a049;
    }
    .main-index .card-action button:active {
      transform: scale(0.95);
    }
    .main-index .menu_btn {
      margin-right: 10px;
    }
    .main-index .special_app {
      display: grid !important;
      grid-template-columns: calc(50% - 5px) calc(50% - 5px) !important;
      column-gap: 10px;
      row-gap: 10px;
      padding: 0px !important;
      margin: 0px !important;
    }
    .main-index .row {
      padding: 0px !important;
    }
    .main-index .sp_img img {
      width: 100%;
    }
    .main-index .home-book-btn {
      display: none !important;
    }
    .main-index .swiper-wrapper .swiper-slide {
      margin-right: 5px !important;
    }
    .main-index .container-fluid {
      padding: 0px !important;
    }
    .main-index .hero_section2_img {
      height: 250px;
    }
    .main-index .mobile-dropdown {
      display: block;
      position: relative;
      margin-top: -60px;
      z-index: 1;
      background-color: #099389 !important;
      padding: 10px 30px;
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 5px;
      border-radius: 3px;
    }
    .main-index .below-process {
      margin-top: 20px !important;
      padding-top: 30px !important;
    }
    .main-index .form_main {
      display: none;
    }
    .main-index .process_grid {
      grid-template-columns: 47% 47% !important;
    }
    .main-index .num_grid {
      grid-template-columns: 50% 50%;
      grid-gap: 15px 10px;
    }
    .main-index .counter-item h2 {
      font-size: 30px;
    }
    .main-index .counter-item .count {
      font-size: 30px;
    }
    .main-index .counter-item p {
      font-size: 14px;
    }
    .main-index .logo-inner {
      background: url(../imgs/final-logo.webp) no-repeat;
      width: 150px;
      height: 70px;
      background-position: center;
      transition: all 0.3s;
      background-size: 150px;
      margin-top: 7px;
    }
    .main-index .sticky-header .logo-inner {
      background: url(../imgs/final-logo.webp) no-repeat !important;
      width: 150px !important;
      height: 70px !important;
      background-position: center;
      transition: all 0.3s;
      background-size: 150px !important;
      margin-top: 7px;
    }
    .main-index .select-container {
      color: black;
      width: 100%;
    }
    .main-index .select-container1 {
      width: 100%;
    }
    .main-index .right-arrow {
      width: 20px;
    }
    .main-index .main-advert-bar {
      display: block;
    }
    .main-index .advert-content span {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
    .main-index .advert-button {
      width: 70%;
      margin-top: 10px;
    }
    .main-index .sub-top-search {
      display: flex;
      width: 100%;
      justify-content: center;
      gap: 10px;
      margin-top: 5px;
      align-items: center;
      margin-bottom: 5px;
    }
    .main-index .top-search {
      display: block;
      padding: 0px;
    }
    .main-index .submit-button {
      border-radius: 50%;
      padding: 4px 0px;
      background-color: #0e223e;
    }
  
    .main-index .right-arrow {
      width: 40px;
      padding: 4px 13px;
    }
    .main-index .location-mobile {
      width: 15px;
    }
    .main-index .select-wrapper {
      position: relative;
      display: inline-block;
      width: 100%;
    }
  
    .main-index .select-field {
      width: 100%;
      padding: 10px 30px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: url(../imgs/location-dot-solid.svg) no-repeat 10px center,
        url(../imgs/caret-down-solid.svg) no-repeat right 10px center;
      background-size: 16px 16px;
      background-color: white !important;
      border-radius: 20px;
      box-shadow: -4px -4px 3px rgba(0, 0, 0, 0.3);
      margin-top: 10px;
    }
  
    .main-index .select-field option[disabled][selected] {
      display: none; /* Hide the placeholder option in the dropdown list */
    }
    .main-index .search-container {
      width: 100%;
    }
    .main-index  input[type="text"] {
      width: 100%;
      padding: 10px 15px;
      font-size: 12px;
      border-radius: 20px;
      border: none;
      outline: none;
      /* padding-left: 15px; */
      box-shadow: -4px -4px 3px rgba(0, 0, 0, 0.3);
    }
    .main-index .main_img img {
      height: 130px !important;
      width: 100%;
    }
    .main-index .main_title {
      width: 100%;
      font-size: 12px;
      background-color: white;
      color: #0e223e;
      min-height: 65px;
      border-radius: 0px;
      padding: 5px 5px !important;
    }
    .main-index .main-health-scans .main_grid {
      grid-template-columns: 32% 32% 32%;
      grid-gap: 8px;
      row-gap: 15px !important;
      margin: 0 10px;
    }
    .main-index .main_icon_cust img {
      height: 50px !important;
      width: 50px;
    }
    .main-index .img-overlay {
      top: 20% !important;
      left: 25% !important;
      transform: none;
      transition: none;
      opacity: 1;
    }
    .main-index .custom-card-title1 {
      font-size: 14px;
      color: white;
      font-weight: bold;
      margin-bottom: 0.5rem;
      text-align: center;
    }
    .main-index .custom-card-content1 {
      padding: 5px;
      background-color: #0f223e;
    }
    .main-index .swiper-pagination {
      bottom: -10px !important;
      left: 0;
      width: 100%;
    }
    .main-index .mobile-section-title {
      text-align: center;
      padding-top: 1.5rem;
    }
    .main-index .main_img:hover .img-overlay {
      transform: none !important;
    }
    .main-index .main_img{
      border-radius: 0px!important;
      box-shadow: none !important;
    }
    .main-index .main_icon_cust::after {
      width: 70px;
      height: 70px;
    }
    .main-index .main_icon_cust img {
      height: 30px !important;
      width: 31px;
    }
    .main-index .main_icon_cust {
      width: 50px;
      height: 50px;
    }
    .main-index .main_container {
      border-radius: 0px;
      box-shadow: 3px 3px 3px 0px rgb(0 0 0 / 0.4) !important;
    }
    .main-index .main-img img {
      border-radius: 0px;
    }
    .main-index .sub-mobile-button {
      width: 35px;
      height: 35px;
      background-color: #0e223e;
      border-radius: 50%;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .main-index .sub-mobile-button svg {
      width: 12px;
      height: 12px;
    }
    .main-index .mobile-section-title {
      padding-top: 10px;
    }
    .main-index .common_title-process {
      margin-bottom: 10px;
      padding: 10px 0;
      font-size: 26px;
      font-family: var(--font-noto);
  
      font-weight: 700;
      color: var(--color-darkBlue);
    }
    .main-index .below-process {
      margin-top: -1px !important;
      padding-top: 20px !important;
    }
    .main-index .swiper-pagination {
      bottom: -25px !important;
    }
    .main-index .swiper-pagination-bullet-active {
      opacity: 1;
      background: #099389;
    }
    .main-index .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
    }
    .main-index .main_icon_cust::after {
      width: 85px;
      height: 85px;
    }
    .main-index .main_icon_cust img {
      height: 50px !important;
      width: 45px;
    }
    .main-index .main_icon_cust {
      width: 65px;
      height: 65px;
    }
    .main-index .img-overlay {
      top: 20%;
      left: 20%;
    }
    .main-index .swiper-pagination{
      z-index: 2;
    }
    .main-index .footer{
      padding: 0px 12px;
    }
  }
  
  @media screen and (max-width: 375px) {
    .main-index .main_img img {
      height: 125px !important;
    }
  
    .main-index .below-process {
      margin-top: -1px !important;
      padding-top: 50px !important;
    }
    .main-index .swiper-pagination {
      bottom: -10px !important;
    }
    .main-index .mobile-section-title {
      padding-top: 10px;
    }
    .main-index .common_title {
      margin-bottom: 10px;
    }
    .main-index .main_title {
      width: 110px;
      font-size: 10px;
      padding: 5px 5px !important;
      min-height: 50px;
      border-radius: 0px;
    }
  
    .main-index .main-health-scans .main_grid {
      grid-gap: 5px;
    }
    .main-index .main_icon_cust img {
      height: 50px !important;
      width: 50px;
    }
    .main-index .img-overlay {
      top: 15%;
      left: 20%;
      transform: none;
      transition: none;
      opacity: 1;
    }
    .main-index .img-overlay {
      top: 20% !important;
      left: 20%!important;
    }
    .main-index .main_icon_cust::after {
      width: 85px;
      height: 85px;
    }
    .main-index .main_icon_cust img {
      height: 50px !important;
      width: 45px;
    }
    .main-index .main_icon_cust {
      width: 65px;
      height: 65px;
    }
    .main-index .main_container {
      border-radius: 0px;
    }
  
    .main-index .main-img img {
      border-radius: 0px;
    }
    .main-index .container-fluid {
      padding: 0px !important;
    }
  }
  
  @media screen and (max-width: 320px) {
    .main-index .main_img img {
      height: 105px !important;
    }
    .main-index .main-health-scans .main_grid {
      grid-template-columns: 32% 32% 32%;
      grid-gap: 5px;
  }
   
  .main-index .main_icon_cust img {
    height: 45px !important;
    width: 45px;
  }
  .main-index .main_icon_cust {
    width: 60px;
    height: 60px;
  }
  .main-index .main_icon_cust::after {
      width: 75px;
      height: 75px;
    }
    .main-index .custom-card-title1 {
      font-size: 10px;
      margin-bottom: 0px;
    }
    .main-index .swiper-pagination {
      bottom: -10px !important;
      background-color: #f3f3f3;
    }
    .main-index .img-overlay {
      top: 11% !important;
      left: 20% !important;
  }
  .main-index .main_container {
      border-radius: 0px;
    }
    .main-index .main_title {
      font-size: 10px;
      min-height: 40px;
      border-radius: 0px;
  }
  .main-index .main-img img {
      border-radius: 0px;
    }
    .main-index .banner_title_semi {
      font-size: 20px;
    }
    .main-index .mobile-section-title {
      padding-top: 10px;
    }
    .main-index .custom-card {
      margin-bottom: 15px;
    }
    .main-index .common_title {
      margin-bottom: 10px !important;
    }
    .main-index .below-process {
      margin-top: 10px !important;
      padding-top: 30px !important;
    }
    .main-index .pro_content_2 {
      gap: 0px;
    }
    .main-index .process_grid {
      grid-template-columns: 46% 46% !important;
  }
  .main-index .process-section{
    padding: 0 12px;
  }
  .main-index .pro_num {
      background-color: rgb(2, 224, 172);
      color: var(--color-darkBlue);
      padding: 5px 10px;
      clip-path: polygon(
        0 0,
        0% 20%,
        0 50%,
        0% 80%,
        0 100%,
        49% 90%,
        100% 100%,
        100% 80%,
        100% 53%,
        100% 20%,
        100% 0,
        44% 0
      );
      margin-top: -32px;
      text-align: center;
    }
    .main-index  .container-fluid {
      padding: 0px !important;
    }
    .main-index .main-hospital-sec {
      margin-bottom: 1.5rem;
    }
  }
  
/* Custom End */

/* About Us Start */
  .main-about-us .aboutus-image{
    width: 40%;
  }
  .main-about-us .after-banner {
    padding: 30px 0px;
  }
  .main-about-us .main-aboutus{
    display: flex;
    gap: 30px
  }
  .main-about-us .aboutus-content{
    width: 60%;
  }
  .main-about-us .aboutus-img{
    padding: 5px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
  }
  .main-about-us .banner-img{
    margin-top: 100px;
  }
  @media screen and (max-width: 768px) {
    .main-about-us .main-aboutus{
        display: block;
        justify-content: center;
        gap: 30px
      }
      .main-about-us .aboutus-image{
        width: 100%;
    }
    .main-about-us .aboutus-content{
        width: 100%;
        margin-top: 20px;
      }
  }
  @media screen and (max-width: 575px) {
    .main-about-us .main-aboutus{
        padding: 0px 20px
    }
    .main-about-us .after-banner{
       padding: 20px 20px;
    }
  }
/* About Us End */

/* Blog Details Start */
.main-blog-details .blog-card-image img{
    height: 100%;
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
}
.main-blog-details .blog-details-text h1 {
    font-size: 40px;
    font-weight: bold;
}
.main-blog-details .blog-details-text h2 {
    font-size: 35px;
    font-weight: bold;
}
.main-blog-details .blog-details-text h3 {
    font-size: 30px;
    font-weight: bold;
}
.main-blog-details .blog-details-text h4 {
    font-size: 25px;
    font-weight: bold;
}
.main-blog-details .blog-details-text h5 {
    font-size: 20px;
    font-weight: bold;
}
.main-blog-details .blog-details-text h6 {
    font-size: 16px;
    font-weight: bold;
}
.main-blog-details .blog-detailstext{
    display: flex;
    padding-right: 20px;
}

.main-blog-details .blog-detailstext i{
    color: rgb(15, 15, 14);
    font-size: 30px;
    border-right: 3px solid black;
    height: 60px;
    text-align: center;
    padding-right: 22px;
    padding-top: 10px;
    margin-right: 12px;
}
.main-blog-details .blog-details-text {
    margin: -70px 30px 0;
    background: #fff;
    z-index: 2;
    position: relative;
    padding: 22px 20px 0;
    border-radius: 15px;
}
.main-blog-details .blog-details-text p {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 18px;
    margin-top: 20px;
}
.main-blog-details .post-share-option {
    position: relative;
    display: flex;
    background: #ebf7f6;
    padding: 30px;
    margin: 25px 0 91px;
    border-radius: 10px;
    justify-content: space-between;
}

.main-blog-details ul.social-links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.main-blog-details .post-share-option:after {
    display: none;
}
.main-blog-details .fab::before{
    color: #099389;
    font-size: 25px;
}
.main-blog-details .post-share-option h4 {
    margin-bottom: 0;
}
.main-blog-details .comment {
    display: grid;
    grid-template-columns: 7% 80%;
    gap: 20px;
    margin-bottom: 40px;
    margin-top: 25px;
}

figure.thumb-box img {box-shadow: 2px 1px 4px 1px #099389;border-radius: 100%;}

.main-blog-details .group-title {
    margin-bottom: 30px;
}

.main-blog-details a.reply-btn {
    color: #099389;
    font-weight: bold;
}
.main-blog-details .review-section {
    width: 100%;
    margin: 50px auto;
    background: #eaf7f8;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .main-blog-details .review-section h2 {
    text-align: left;
  }
  .main-blog-details .image-comment img{
    width: 150px;
    border-radius: 50% !important;
  }
  .main-blog-details .comment1, .thank-you {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
  
  }
  .main-blog-details .main-comment-image{
    display: flex;
  }

.main-blog-details .stars {
    display: flex;
    justify-content: flex-start;
}

.main-blog-details .stars input {
    display: none;
}

.main-blog-details .stars label {
    font-size: 24px;
    color: #ccc;
    cursor: pointer;
}

.main-blog-details .stars input:checked ~ label,
.main-blog-details .stars input:checked ~ label ~ label {
    color: #ccc;
}

.main-blog-details .stars input:checked + label,
.main-blog-details .stars input:checked + label ~ label {
    color: gold;
}

.main-blog-details .stars input:not(:checked) + label:hover,
.main-blog-details .stars input:not(:checked) + label:hover ~ label {
    color: gold;
}

.main-blog-details .static span {
    font-size: 24px;
    color: gold;
}

.main-blog-details .review-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-blog-details .review-form input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.main-blog-details .review-form button {
    padding: 10px;
    background: #009688;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.main-blog-details .review-form button:hover {
    background: #00796b;
}

.main-blog-details .thank-you {
    background: #b2dfdb;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .main-blog-details .blog-details-text {
        margin: -70px 15px 0;
        padding: 10px 17px;
    }
    .main-blog-details .blog-details-text p {
        line-height: 1.5;
        font-size: 15px;
    }
    .main-blog-details .blog-details-text h2 {
        font-size: 18px;
    }
    .main-blog-details .blog-details-text h3 {
        font-size: 20px;
    }
    .main-blog-details .blog-details-text p {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .main-blog-details .post-share-option {
        padding: 12px;
        margin: 2px 0 40px;
        align-items: center;

    }
    .main-blog-details .post-share-option h4 {
        font-size: 18px;
    }   

    .main-blog-details figure.thumb-box {
        max-width: 95px;
        margin: 0 auto;
    }
    .main-blog-details .comment {
        grid-template-columns: 15% 80%;
    }
}
/* Blog Details End */
/* Blog Listing Start */
.main-blog-listing .blog-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    
}
.main-blog-listing .blog-card-image{
  transition: transform 0.6s;
  transform: scale(1);
}
.main-blog-listing .blog-card-image:hover{
    transform: scale(1.1);
}

.main-blog-listing .after-banner {
    padding: 30px 0px;
  }
.main-blog-listing .blog-card img {
    width: 100%;
    height: auto;
}

.main-blog-listing .blog-content {
    padding: 15px;
}

.main-blog-listing .blog-content h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.main-blog-listing .blog-content h3 {
    font-size: 1em;
    color: #555;
    margin-bottom: 15px;
}

.main-blog-listing .blog-content p {
    font-size: 0.9em;
    line-height: 1.5;
}
.main-blog-listing .main-btn{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.main-blog-listing :active,
.main-blog-listing :hover,
.main-blog-listing :focus {
  outline: 0 !important;
  outline-offset: 0;
}
.main-blog-listing ::before,
.main-blog-listing ::after {
  position: absolute;
  content: "";
}

.main-blog-listing .btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.main-blog-listing .btn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;

  transition: 0.3s;
}

.main-blog-listing .btn.hover-border-4::before,
.main-blog-listing .btn.hover-border-4::after {
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}
.main-blog-listing .btn.hover-border-4::before {
  bottom: 0;
  left: -1px;
  border-top: 1px solid rgb(28, 31, 30);
  border-left: 1px solid rgb(28, 31, 30);
}
.main-blog-listing .btn.hover-border-4::after {
  top: 0;
  right: 0;
  border-bottom: 1px solid rgb(28, 31, 30);
  border-right: 1px solid rgb(28, 31, 30);
}
.main-blog-listing .btn.hover-border-4:hover::before,
.main-blog-listing .btn.hover-border-4:hover::after {
  width: 100%;
  height: 99%;
  opacity: 1;
  transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
}
.main-blog-listing .btn-3 span {
  background-color: #39cabb;
  padding: 9px 28px;
}
.main-blog-listing .banner-img{
    padding-top: 50px;
}
@media (max-width: 1024) {
  .main-blog-listing .banner-img{
        padding-top: 125px;
    }
}
@media (max-width: 768px) {
  .main-blog-listing .blog-card {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .main-blog-listing .banner-img{
        padding-top: 70px !important;
    }
}


@media (max-width: 575px) {
  .main-blog-listing .blog-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .main-blog-listing .main-blog-card{
        padding: 0 15px !important;
    }
    .main-blog-listing .after-banner{
        padding: 20px 15px !important;
    }
}
/* Blog Listing End */

/* Cart Page Start */
.main-cart-page .grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    grid-template-rows: 100%;
    gap: 24px;
  }
  
  .main-cart-page .cart-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background-color: white;
    height: 100%;
  }
  
  .main-cart-page .cart-header {
    display: flex;
    justify-content: space-between;
  }
  
  .main-cart-page .saved-for-later {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  
  .main-cart-page .heart-icon {
    width: 24px;
    height: 24px;
    fill: #099389;
  }
  
  .main-cart-page .cart-item {
    display: flex;
    gap: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e7eb;
  }
  
  .main-cart-page .item-image {
    width: 30%;
  }
  
  .main-cart-page .item-details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 70%;
  }
  
  .main-cart-page .item-header {
    display: flex;
    justify-content: space-between;
  }
  
  .main-cart-page .item-title {
    font-size: 14px;
    color: #374151;
    width: 80%;
  }
  
  .main-cart-page .trash-icon {
    width: 15px;
    height: 15px;
    fill: #6b7280;
  }
  
  .main-cart-page .item-subtitle {
    font-size: 12px;
    color: #6b7280;
  }
  
  .main-cart-page .item-info {
    font-size: 12px;
    color: #6b7280;
  }
  
  .main-cart-page .item-pricing {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .main-cart-page .line-through {
    text-decoration: line-through;
    font-size: 12px;
    color: #9ca3af;
  }
  
  .main-cart-page .discount {
    font-size: 12px;
    color: #099389;
  }
  
  .main-cart-page .quantity-selector {
    display: flex;
    align-items: center;
  }
  
  .main-cart-page .quantity-selector select {
    padding-left: 32px;
    padding-right: 8px;
    height: 24px;
    font-size: 12px;
    background-color: #f3f4f6;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none" width="12" height="12" stroke="#374151" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 8 10 12 14 8"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
  }
  
  .main-cart-page .price-summary {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
  }
  
  .main-cart-page .discount-applied {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
  }
  
  .main-cart-page .discount-applied svg {
    width: 24px;
    height: 24px;
    fill: #099389;
  }
  
  .main-cart-page .discount-applied span {
    font-size: 14px;
    color: #374151;
  }
  
  .main-cart-page .price-details {
    font-size: 14px;
    color: #374151;
    margin-bottom: 16px;
  }
  .main-cart-page .price-details span {
    font-size: 20px;
    font-weight: 700;
  }
  
  .main-cart-page .price-breakdown {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .main-cart-page .price-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #374151;
  }
  
  .main-cart-page .total-price {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 16px;
    color: #111827;
    margin-top: 16px;
  }
  
  .main-cart-page .savings {
    font-size: 14px;
    color: #099389;
    margin-top: 8px;
  }
  
  .main-cart-page .checkout-button {
    width: 100%;
    padding: 12px;
    background-color: #099389;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 10px;
  }
  
  .main-cart-page .checkout-button:hover {
    background-color: #d25c1a;
  }
  
  .main-cart-page .checkout-button:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(243, 111, 34, 0.3);
  }
  
  .main-cart-page .checkout-button:disabled {
    background-color: #f3f4f6;
    color: #9ca3af;
    cursor: not-allowed;
  }
  .main-cart-page .discount-banner span {
    font-size: 12px;
  }
  .main-cart-page .discount-banner {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 18px;
    background: linear-gradient(
      90.19deg,
      #d9f0e5 3.48%,
      #deecfc 103.06%
    ) !important;
    padding: 5px 12px;
    border-radius: 5px;
  }
  .main-cart-page .card-box {
    border: 1px solid #e5e7eb;
    margin-top: 20px;
    padding: 20px 25px;
    background-color: white;
  }
  .main-cart-page .main-cart-box {
    margin-top: -160px;
    position: relative;
    z-index: 1;
  }
  .main-cart-page .cart-banner {
    position: relative;
  }
  @media screen and (max-width: 991px) {
    .main-cart-page .grid {
      grid-template-rows: 100%;
    }
  }
  
  @media screen and (max-width: 778px) {
    .main-cart-page .grid {
      display: block;
    }
    .main-cart-page .cart-summary {
      margin-top: 20px;
    }
  }
  
  @media screen and (max-width: 575px) {
    .main-cart-page .main-cart-box {
      padding: 0px 15px;
    }
  }
  
  @media screen and (max-width: 425px) {
    .main-cart-page .item-image {
      width: 100%;
      height: 100px;
      display: flex;
      justify-content: flex-start;
    }
    .main-cart-page .item-image img {
      width: 40%;
    }
    .main-cart-page .cart-item {
      display: block;
    }
    .main-cart-page .item-details {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 383px) {
    .main-cart-page .saved-for-later span {
          font-size: 12px;
    }
    .main-cart-page .saved-for-later {
      padding-top: 5px;
    }
    .main-cart-page .cart-header{
      display: block;
      justify-content: flex-end
    }
    .main-cart-page .your-cart span{
      font-size: 22px;
    }
  }
  
/* Cart Page End */

/* Category Start */

  .main-category a {
    text-decoration: none;
  }
  .main-category .flex {
    display: flex;
  }
  .main-category .jutyfy_between {
    justify-content: space-between;
  }
  .main-category .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .main-category .checkout_page {
    display: flex;
    height: 100%;
  }
  .main-category .w-75 {
    padding: 20px;
    border-right: 1px solid #ccc;
    width: 66%;
  }
  .main-category .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main-category .logo {
    display: flex;
    align-items: center;
  }
  .main-category .logo img {
    width: 150px;
  }
  .main-category .logo span {
    font-weight: 600;
  }
  .main-category .login {
    width: 32%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .main-category .login a {
    color: black;
    font-size: 14px;
  }
  .main-category .login .account {
    color: black;
    font-size: 14px;
    margin-right: 5px;
  }
  
  .main-category .login .btn {
    padding: 10px 30px;
    border: 2px solid black;
  }
  
  .main-category .shipping {
    font-size: 16px;
    padding: 14px 0;
    background: rgb(223, 222, 221);
    margin-top: 10px;
  }
  .main-category .shipping span {
    padding-left: 10px;
  }
  .main-category .ship_add {
    display: flex;
    align-items: center;
    margin: 20px 0;
  }
  .main-category .ship_add span {
    margin-right: 10px;
  }
  .main-category .ship_add i {
    padding: 6px 8px;
    background: black;
    color: white;
    border-radius: 50%;
    font-size: 8px;
    text-align: center;
  }
  .main-category .shipping-form {
    width: 100%;
    margin: 0 auto;
  }
  
  .main-category .form-group {
    margin-bottom: 15px;
  }
  .main-category .form-group-exist {
    margin-bottom: 15px;
  }
  
  .main-category .form-row {
    display: flex;
    justify-content: space-between;
  }
  
  .main-category .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .main-category .form-group-exist label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
  
  .form-group input,
  .main-category .form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
  }
  .form-group-exist input,
  .main-category .form-group-exist select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
  }
  
  .main-category .form-group span {
    color: red;
  }
  .main-category .form-group-exist span {
    color: red;
  }
  
  .main-category .form-row .form-group {
    flex: 0 0 48%;
  }
  .main-category .form-row .form-group-exist {
    flex: 0 0 100%;
  }
  .main-category .postal-code-group {
    flex: 0 0 50%;
  }
  .main-category .shipping_method {
    margin-top: 40px;
  }
  .main-category .ship_method {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .main-category .ship_method span {
    margin-right: 15px;
    font-weight: 600;
  }
  .main-category .ship_method i {
    padding: 6px 8px;
    background: black;
    color: white;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
  }
  /* svg{
      width: 20px;
      padding: 4px 6px;
      background-color: black;
      border-radius: 50%; 
  }
  .tow_round span{
      width: 20px;
      padding: 4px 6px;
      background-color: black;
      border-radius: 50%; 
      color: white;
  } */
  
  .main-category .gift_options {
    margin-top: 40px;
  }
  
  .main-category .gift_options span {
    font-weight: 600;
    margin-bottom: 15px;
    /* margin-top: 20px; */
  }
  
  .main-category .form-control {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    margin-bottom: 20px;
    padding-left: 0px !important;
  }
  .main-category .gift_card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    border: 1px solid #ccc;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    padding: 20px;
    flex-direction: column;
    margin: 0 auto;
  }
  .main-category .gift_card i {
    font-size: 50px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .main-category .gift_card p {
    width: 100%;
    text-align: center;
  }
  .main-category .account {
    text-decoration: underline;
  }
  .main-category .billing {
    margin-top: 20px !important;
  }
  
  .main-category .horizontal-line {
    width: 100%;
    height: 1px;
    background-color: black; /* You can change the color as needed */
    border: none;
    margin-bottom: 40px;
    padding: 0; /* Adjust padding if needed */
  }
  .main-category .countinue_btn a {
    padding: 15px 70px;
    background: black;
    color: white;
  }
  .main-category .countinue_btn {
    display: flex;
    justify-content: end;
    margin-bottom: 70px;
  }
  .main-category .payment {
    margin-bottom: 40px;
  }
  
  .main-category .payment-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: rgb(223, 222, 221);
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
  }
  
  .main-category .payment-text {
    font-weight: bold;
  }
  
  .main-category .payment-options {
    display: flex;
    gap: 10px;
    margin-right: 10px;
  }
  .main-category .contact_information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
    /* margin-bottom: 20px !important; */
    /* margin-bottom: 20px !important; */
    background: rgb(223, 222, 221);
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
  }
  
  /* --------------------------------------------w-34--------------------------------------------------- */
  .main-category .order_summary {
    max-height: max-content;
  }
  .main-category .summary {
    position: static;
    -webkit-position: sticky;
  }
  .main-category .sum-head {
    font-size: 18px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: end;
  }
  .main-category .w-34 {
    width: 34%;
    padding: 20px;
  }
  
  .main-category .billing {
    margin-top: 60px;
  }
  .main-category .subtotal {
    margin-bottom: 10px;
    font-weight: bolder;
    font-size: 16px;
  }
  
  .main-category .horizontal-line-34 {
    width: 100%;
    height: 1px;
    background-color: black; /* You can change the color as needed */
    border: none;
    margin-top: 18px;
    margin-bottom: 15px;
    padding: 0; /* Adjust padding if needed */
  }
  
  .main-category .total {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .main-category .discount_btn a {
    width: 100%;
    padding: 15px 30px;
    border: 2px solid black;
    font-size: 14px;
    display: flex;
    justify-content: center;
    color: black;
    font-weight: bolder;
  }
  
  .main-category .beg_sum-head {
    max-height: max-content;
    margin-top: 20px !important;
  }
  
  .main-category .beg_sum-head {
    display: flex;
    align-items: center;
  }
  .main-category .beg_sum-head i {
    padding: 6px 8px;
    background: black;
    color: white;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
  }
  .main-category .beg_sum-head .tow_round {
    padding-left: 10px;
  }
  .main-category .Arrives_days {
    margin-top: 10px;
  }
  .main-category .text-underline {
    text-decoration: underline;
    cursor: pointer;
  }
  
  .main-category .Arrives_days span {
    color: green;
  }
  .main-category .w-30 {
    width: 30%;
  }
  .main-category .w-50 {
    width: 50%;
  }
  .main-category .my_order {
    gap: 10px;
  }
  .main-category .my_order img {
    width: 100%;
  }
  .main-category .w-30 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background: grey;
  }
  .main-category .my_order {
    margin-top: 30px;
    height: max-content;
  }
  .main-category .Product_dt .price {
    text-decoration: line-through;
    padding-right: px;
  }
  .main-category .Product_dt .red_text {
    color: red;
    text-decoration: none !important;
    padding-right: px;
  }
  
  .main-category .w-70 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .main-category .w-70 .Product_dt {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    padding: 10px 10px;
    gap: 5px;
  }
  .main-category .edit {
    display: flex;
    gap: 15px;
    text-decoration: underline;
    cursor: pointer;
    padding-top: 20px;
  }
  
  .main-category .w-70 .edit {
    padding: 10px;
    width: 150px;
    display: flex;
    justify-content: space-between;
    font-weight: bolder;
    color: rgb(77, 74, 74);
  }
  .main-category .privacy_tearms {
    margin-top: 40px;
    align-items: center;
  }
  
  .main-category .privacy_tearms a {
    color: black;
    text-decoration: underline;
  }
  .main-category .privacy_tearms .privacy {
    border-right: 2px solid black;
    padding: 0 10px;
  }
  .main-category .privacy_tearms .terms {
    padding-left: 10px;
  }
  
  .main-category .privacy_tearms i {
    padding: 8px 10px;
    background: black;
    color: white;
    border-radius: 50%;
    font-size: 8px;
    text-align: center;
  }
  
  .main-category .conditions {
    padding-left: 10px;
  }
  .main-category .form-control {
    border: none !important ;
  }
  .main-category .main-checkout {
    display: flex;
  }
  .main-category .right-side-bar-m {
    display: none;
  }
  .main-category .right-side-bar-f {
    display: block;
  }
  .main-category .gift-label {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 16px;
  }
  .main-category .Product_dt .title {
    font-size: 14px !important;
  }
  .main-category .Quntity{
    padding-top: 10px
  }
  .main-category .Product_dt {
    line-height: 25px;
  }
  .main-category .Product_dt .size {
    font-size: 12px !important;
  }
  .main-category .Product_dt .color {
    font-size: 14px !important;
  }
  .Product_dt .full-price .price,
  .main-category .red_text {
    font-size: 12px !important;
  }
  .main-category .sticky-header {
    position: fixed;
    left: 0;
    right: 0;
  }
  
  .main-category .logo_img {
    position: relative;
    float: left;
    margin-top: -10px;
    z-index: 1;
    background-color: #cd3232;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 1px 15px 2px rgba(100, 100, 100, 0.49);
    transition: all 0.3s;
  }
  
  
  @media screen and (max-width: 375px) {
    .main-category .logo span {
      display: flex !important;
      font-size: 18px !important;
    }
  }
  
  @media screen and (max-width: 768px) {
    .main-category .main-checkout {
      display: block;
      width: 100%;
      padding: 15px;
    }
    .main-category .right-side-bar-m {
      display: block;
    }
    .main-category .right-side-bar-f {
      display: none;
    }
    .main-category .gift_options {
      margin-top: 20px;
    }
    .main-category .gift_card {
      margin-top: 20px !important;
    }
    .main-category .edit {
      display: flex;
      gap: 15px;
      margin-top: 10px;
    }
    .main-category .Product_dt .title {
      font-size: 12px !important;
    }
    .main-category .Product_dt {
      line-height: 25px;
    }
    .main-category .my_order {
      margin-top: 30px;
    }
    .main-category .Product_dt .size {
      font-size: 14px !important;
    }
    .main-category .Product_dt .color {
      font-size: 14px !important;
    }
    .Product_dt .full-price .price,
    .main-category .red_text {
      font-size: 14px !important;
    }
    .main-category .w-75 {
      width: 100% !important;
      border-right: none;
      padding: 0px;
    }
    .main-category .w-34 {
      width: 100% !important;
    }
    .main-category .horizontal-line {
      margin-bottom: 20px !important;
    }
    .main-category .shipping_method {
      margin-top: 20px !important;
    }
    .main-category .login .btn {
      padding: 5px 15px !important;
      border: 2px solid black;
    }
  
    .main-category .logo span {
      display: flex;
      font-size: 25px !important;
    }
    .main-category .login {
      width: 50% !important;
      font-size: 12px;
    }
    .main-category .login .btn {
      padding: 10px 20px;
      border: 2px solid black;
    }
  
    .main-category .login a {
      font-size: 10px;
    }
    .main-category span {
      font-size: 12px !important;
    }
    .main-category .gift_card i {
      font-size: 30px !important;
      background: transparent;
      color: black;
    }
    .main-category .billing {
      margin-top: 10px;
    }
    .main-category .countinue_btn {
      margin-bottom: 0px;
    }
    .main-category .form-group {
      font-size: 12px !important;
    }
    .main-category .form-group select {
      font-size: 14px !important;
    }
    .main-category .gift_card p {
      font-size: 12px !important;
    }
    .main-category .payment-options .gift {
      display: none;
    }
    .main-category .payment {
      margin-bottom: 0px;
    }
    .main-category .sum-head {
      height: 30px;
    }
    .main-category .order_summary {
      margin-bottom: 0px;
    }
    .main-category .countinue_btn a {
      padding: 15px 20px;
      font-size: 12px !important;
    }
    .main-category .privacy_tearms a {
      font-size: 12px !important;
    }
    .main-category .privacy_tearms i {
      padding: 6px 7px;
      background: black;
      color: white;
      border-radius: 50%;
      font-size: 6px;
      text-align: center;
    }
    .main-category .gift_options label {
      font-size: 12px !important;
    }
    .main-category i {
      padding: 4px 6px !important;
      background: black;
      color: white;
      border-radius: 50%;
      font-size: 6px !important;
      text-align: center;
    }
  }
  
  @media screen and (max-width: 991.98px) {
    .main-category .main-checkout {
      padding: 15px;
    }
  
    .main-category .w-34 {
      padding: 10px;
    }
    .main-category .login {
      width: 50%;
      font-size: 14px;
    }
  
    .main-category .logo img {
      width: 100px;
    }
    .main-category span {
      font-size: 14px;
    }
    .main-category .gift_card i {
      font-size: 40px;
    }
  
    .main-category .form-group {
      font-size: 14px;
    }
    .main-category .form-group select {
      font-size: 14px;
    }
    .main-category .gift_card p {
      font-size: 14px;
    }
    .main-category .countinue_btn a {
      padding: 15px 50px;
      font-size: 14px;
    }
    .main-category .order_summary .sum-head span {
      font-size: 16px !important;
    }
    .main-category .Product_dt span {
      font-size: 12px;
    }
    .main-category .edit span {
      font-size: 12px;
    }
    .main-category .discount_btn a {
      width: 100%;
      padding: 15px 10px;
      font-size: 12px;
    }
    .main-category .privacy_tearms a {
      font-size: 10px;
    }
    .main-category .privacy_tearms i {
      padding: 6px 7px;
      background: black;
      color: white;
      border-radius: 50%;
      font-size: 6px;
      text-align: center;
    }
  }
  @media screen and (max-width: 1199.98px) {
    .main-category .login {
      width: 40%;
      font-size: 14px;
    }
    .main-category .discount_btn a {
      padding: 15px 10px;
    }
    .main-category .privacy_tearms a {
      font-size: 14px;
    }
    .main-category .privacy_tearms i {
      padding: 6px 7px;
      background: black;
      color: white;
      border-radius: 50%;
      font-size: 6px;
      text-align: center;
    }
  }
  

/* CheckOut End */
/* Contact Us Start */
.main-contact .class_all_input {
    border-radius: 0px;
    padding: 13px 14px;
    border-radius: 5px;
    background-color: var(--color-white);
}

.main-contact .class_all_input:focus {
    box-shadow: none;
    background-color: var(--color-white);
}

.main-contact .form_holder_main {
    margin: 0px -10px;
}

.main-contact .class_all_input label {
    margin-bottom: 3px;
    font-weight: 600;
}

.main-contact .form_main_c {
    margin: 0px 10px;
}

.main-contact .common_title2 {
    font-weight: 700;
    font-family: var(--font-noto);
}

.main-contact .sub_cont {
    margin: 0px 10px;
}

.main-contact .sub_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-darkBlue);
    color: var(--color-white);
    padding: 16px;
    border: none;
    font-weight: 600;
    border-radius: 5px;
}

.main-contact .contact_main_control {
    background-color: white;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.main-contact .contact_img img {
    width: 100%;
}

.main-contact .connect_ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #EAF7F8;
    padding: 12px;
    border: 1px solid rgba(17, 92, 159, 0.1);
    border-radius: 50px;
    /* box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1); */
    margin-top: 20px;
}

.main-contact .contact_img2 {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: white;
    border: 1px solid rgba(17, 92, 159, 0.5);
    padding: 13px;
}

.main-contact .contact_title {
    font-weight: 600;
    font-size: 20px;
    color: var(--color-darkBlue);
}

.main-contact .common_title2 {
    line-height: 40px;
}

.main-contact .contact_title2 {
    font-size: 19px;
}

.main-contact .contact_content {
    width: calc(100% - 60px);
}

.main-contact .common_content {
    background-color: var(--color-darkBlue);
    padding: 7px 10px;
    color: var(--color-white);
    font-size: 20px;
}

.main-contact .title_about {
    font-size: 26px;
    font-weight: 600;
}

.main-contact .title_about span {
    font-size: 22px;
}

.main-contact .title_about i {
    font-size: 18px;
    padding: 0px 3px;
}

.main-contact .about_img-2 img {
    border-radius: 5px;
    object-fit: cover;
}

.main-contact .about_content_1 {
    position: relative;
    margin-left: -5rem;
    background-color: var(--color-white);
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
@media screen and (max-width: 568px){
    .main-contact .contact_main_control{
        padding: 15px;
    }
    .main-contact .common_title2{
        line-height: 37px;
    }
    .main-contact .class_all_input{
        font-size: 14px;
        padding: 12px 10px;
    }
    .main-contact .form_holder_c label{
        font-size: 13px;
    }
    .main-contact .contact_img2{
        width: 53px;
        height: 53px;
    }
    .main-contact .contact_title{
        font-size: 18px;
    }
}
/* Contact Us End */

/* DashBoard Start */
.main-dashboard .after-banner {
    padding: 30px 0px;
  }
  
  .main-dashboard .active-page {
    color: #14a4af;
  }
  .main-dashboard .profile {
    box-shadow: 0 30px 20px -3px rgb(0 0 0 / 0.1),
      0 15px 10px -15px rgb(0 0 0 / 0.1);
    border-radius: 10px;
  }
  .main-dashboard .profile img {
    width: 50%;
    border-radius: 50% !important;
    margin-top: 15px;
  }
  .main-dashboard .profile p {
    font-size: 14px;
  }
  .main-dashboard .profile-name {
    font-size: 16px !important;
    font-weight: 600;
  }
  .main-dashboard .profile-date {
    padding-bottom: 20px;
    color: grey;
  }
  .main-dashboard .main-dashboard {
    padding: 0px 30px;
    display: flex;
  }
  .main-dashboard .sidebar {
    width: 20%;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 100vh;
  }
  
  .main-dashboard .profile {
    margin-bottom: 20px;
    text-align: center;
  }
  
  .main-dashboard .profile p {
    margin: 5px 0;
  }
  .main-dashboard .dashboard {
    border-top: 1px solid #ddd;
  }
  .main-dashboard .logout-nav {
    border-bottom: none !important;
  }
  .main-dashboard .nav {
    list-style-type: none;
    padding: 0;
    margin-top: 50px;
    display: block;
  }
  
  .main-dashboard .nav-item {
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    width: 100%;
  }
  
  .main-dashboard .nav-item:hover {
    background-color: #f1f1f1;
  }
  
  .main-dashboard .main-content {
    flex: 1;
    padding: 20px;
    background-color: #ffffff;
  }
  
  .main-dashboard .content-tab {
    display: none;
  }
  
  .main-dashboard .content-tab.active {
    display: block;
  }
  .main-dashboard .mobile-nav {
    display: none;
  }
  .main-dashboard .mobile-profile {
    display: none;
  }
  .main-dashboard .profile {
    display: block;
  }
  
  /* card-css */
  
  .main-dashboard .cards-container {
    display: grid;
    grid-template-columns: 47% 47% !important;
    justify-content: space-around;
    align-items: center;
    gap: 27px;
  }
  
  .main-dashboard .card {
    background-color: white;
    width: 100%;
    height: 150px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  
  .main-dashboard .card .content {
    position: relative;
    z-index: 1;
    left: 0px;
    right: 0px;
    text-align: center;
  }
  
  .main-dashboard .card h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  
  .main-dashboard .card p {
    font-size: 18px;
    color: #666;
  }
  
  .main-dashboard .card::before,
  .main-dashboard .card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0.6;
  }
  
  .main-dashboard .card::before {
    width: 120px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.7);
    top: -20px;
    left: -20px;
  }
  
  .main-dashboard .card::after {
    width: 200px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.3);
    bottom: -50px;
    right: -50px;
  }
  
  .main-dashboard .doctor-booking {
    background: linear-gradient(135deg, #b7e9e1 0%, #fff 100%);
  }
  
  .main-dashboard .lab-booking {
    background: linear-gradient(135deg, #ffcdc8 0%, #fff 100%);
  }
  
  .main-dashboard .health-package {
    background: linear-gradient(135deg, #a6e5f2 0%, #fff 100%);
  }
  .main-dashboard .medical-package {
    background: linear-gradient(135deg, #099389 0%, #fff 100%);
  }
  
  @media screen and (max-width: 800px) {
    .main-dashboard .cards-container {
      flex-direction: column;
      align-items: center;
    }
  
    .main-dashboard .card {
      width: 100%;
    }
  }
  
  /* Doctor Appointment */
  
  .main-dashboard .main-btn {
    display: flex;
    gap: 10px;
  }
  .main-dashboard .doctor-appointment {
    border: 1px solid #ddd;
    margin-top: 20px;
    padding: 33px 40px 40px;
  }
  .main-dashboard .appointment-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 33px;
  }
  
  /* animation-btn */
  .main-dashboard :active,
  .main-dashboard :hover,
  .main-dashboard :focus {
    outline: 0 !important;
    outline-offset: 0;
  }
  .main-dashboard ::before,
  .main-dashboard ::after {
    position: absolute;
    content: "";
  }
  
  .main-dashboard .btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .main-dashboard .btn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
  
    transition: 0.3s;
  }
  
  .main-dashboard .btn.hover-border-4::before,
  .main-dashboard .btn.hover-border-4::after {
    width: 0%;
    height: 0%;
    opacity: 0;
    transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
  }
  .main-dashboard .btn.hover-border-4::before {
    bottom: 0;
    left: -1px;
    border-top: 1px solid rgb(28, 31, 30);
    border-left: 1px solid rgb(28, 31, 30);
  }
  .main-dashboard .btn.hover-border-4::after {
    top: 0;
    right: 0;
    border-bottom: 1px solid rgb(28, 31, 30);
    border-right: 1px solid rgb(28, 31, 30);
  }
  .main-dashboard .btn.hover-border-4:hover::before,
  .main-dashboard .btn.hover-border-4:hover::after {
    width: 100%;
    height: 99%;
    opacity: 1;
    transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
  }
  .main-dashboard .btn-3 span {
    background-color: #39cabb;
    padding: 9px 20px;
    color: white;
  }
  
  /* table */
  
  .main-dashboard .table-container {
    overflow-x: auto;
    margin-top: 20px;
    border: 1px solid #ddd;
    display: block;
  }
  
  .main-dashboard .responsive-table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .main-dashboard .responsive-table th,
  .main-dashboard .responsive-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  
  .main-dashboard .responsive-table th {
    background-color: #f4f4f4;
  }
  
  .main-dashboard .doctor-info {
    display: flex;
    align-items: center;
  }
  
  .main-dashboard .doctor-info img {
    border-radius: 50%;
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
  
  .main-dashboard .doctor-info div {
    display: flex;
    flex-direction: column;
  }
  
  .main-dashboard .status {
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
  }
  
  .main-dashboard .status.confirm {
    background-color: #ebfbf3;
    border-radius: 20px;
    color: black;
    font-size: 14px !important;
  }
  .main-dashboard .table-status {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
  }
  
  .main-dashboard .status.cancelled {
    background-color: #f5e7e5;
    border-radius: 20px;
    color: black;
    font-size: 14px !important;
  }
  
  .main-dashboard .status.pending {
    background-color: #fff6e5;
    border-radius: 20px;
    color: black;
    font-size: 14px !important;
  }
  
  .main-dashboard .action-btn {
    padding: 3px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5px;
    color: white;
  }
  
  .main-dashboard .action-btn.print {
    background-color: #ebfaf8;
    border-radius: 20px;
    color: black;
    font-size: 14px !important;
  }
  
  .main-dashboard .action-btn.view {
    background-color: #e5f7fb;
    border-radius: 20px;
    color: black;
    font-size: 14px !important;
  }
  
  @media screen and (max-width: 600px) {
    .main-dashboard .responsive-table th,
    .main-dashboard .responsive-table td {
      padding: 10px;
    }
  }
  @media screen and (max-width: 1024px) {
    .main-dashboard .status {
      padding: 3px 7px;
    }
    .main-dashboard .status.cancelled {
      padding: 3px 7px;
    }
  }
  .main-dashboard .doctor-info img {
    width: 30px;
    height: 30px;
  }
  
  /* mobile doctor table */
  .main-dashboard .card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    width: 100%;
    max-width: 1200px;
    justify-content: center;
  }
  .main-dashboard .dcard {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 270px;
    overflow: hidden;
    text-align: center;
    display: none;
    margin: 20px;
  }
  .main-dashboard .main-btn-doctor {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
  }
  
  .main-dashboard .doctor-photo {
    width: 100%;
  }
  .main-dashboard .doctor-photo img {
    object-fit: cover;
  }
  .main-dashboard .dcard-content {
    padding: 10px;
  }
  
  .main-dashboard .doctor-name {
    margin: 10px 0;
    font-size: 24px;
    text-align: left;
  }
  
  .main-dashboard .doctor-degree,
  .main-dashboard .appointment-date,
  .main-dashboard .booking-date,
  .main-dashboard .amount,
  .main-dashboard .status {
    margin: 5px 0;
    font-size: 16px;
    text-align: left;
  }
  
  .main-dashboard .dcard-buttons {
    margin-top: 20px;
    display: flex;
  }
  
  .main-dashboard button {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
  }
  
  .main-dashboard .view-button {
    background-color: #4caf50;
    color: white;
  }
  
  .main-dashboard .view-button:hover {
    background-color: #45a049;
  }
  
  .main-dashboard .status-button {
    background-color: #2196f3;
    color: white;
  }
  
  .main-dashboard .status-button:hover {
    background-color: #0b7dda;
  }
  
  /* TAB 2 FAVORITE DOCTOR TAB */
  
  .main-dashboard .fcards-container {
    display: flex;
    gap: 20px;
    align-items: stretch;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 15px;
  }
  
  .main-dashboard .fcard {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }
  .main-dashboard .availability {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
  }
  
  .main-dashboard .image-container {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
  }
  
  .main-dashboard .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .main-dashboard .content {
    padding: 15px;
    text-align: left;
  }
  
  .main-dashboard .content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .main-dashboard .content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
  }
  
  .main-dashboard .card-content button {
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .main-dashboard .card-content button:hover {
  }
  
  .main-dashboard .pagination {
    display: flex;
    justify-content: start;
    gap: 10px;
  }
  
  .main-dashboard .pagination button {
    background-color: #39cabb;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    text-transform: uppercase;
  }
  
  .main-dashboard .pagination button:hover {
    background-color: #0056b3;
  }
  
  /* btn-hover-effect */
  
  .main-dashboard .cbtn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 1px 0px;
  }
  .main-dashboard .cbtn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
  
    transition: 0.3s;
  }
  .main-dashboard .cbtn span:hover {
    color: white !important;
  }
  
  .main-dashboard .cbtn.hover-border-4::before,
  .main-dashboard .cbtn.hover-border-4::after {
    width: 0%;
    height: 0%;
    opacity: 0;
    transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
  }
  .main-dashboard .cbtn.hover-border-4::before {
    bottom: 0;
    left: -1px;
    border-top: 1px solid rgb(28, 31, 30);
    border-left: 1px solid rgb(28, 31, 30);
  }
  .main-dashboard .cbtn.hover-border-4::after {
    top: 0;
    right: 0;
    border-bottom: 1px solid rgb(28, 31, 30);
    border-right: 1px solid rgb(28, 31, 30);
  }
  .main-dashboard .cbtn.hover-border-4:hover::before,
  .main-dashboard .cbtn.hover-border-4:hover::after {
    width: 100%;
    height: 99%;
    opacity: 1;
    transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
  }
  .main-dashboard .cbtn-3 span {
    background-color: #39cabb;
    padding: 9px 28px;
  }
  .main-dashboard .favorite-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent !important;
    border: 1px solid white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    outline: none;
    color: #e74c3c;
    padding: 0px !important;
  }
  
  .main-dashboard .favorite-btn.active .feather-heart {
    fill: #e74c3c;
  }
  
  .main-dashboard .feather-heart {
    width: 20px;
    height: 20px;
    stroke: #e74c3c;
    fill: none;
  }
  
  /* Profile-css */
  
  .main-dashboard .info-box {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .main-dashboard .details-box {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
  
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .main-dashboard .social-box {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .main-dashboard .profile-container {
    position: relative;
    margin-right: 20px;
  }
  
  .main-dashboard .profile-container img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 3px solid #007bff;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-25%, 50%);
  }
  
  .main-dashboard .profile-container button {
    position: absolute;
    left: 75px;
    top: 20px;
    background-color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .main-dashboard .profile-container svg {
    width: 20px;
    height: 20px;
    stroke: #007bff;
  }
  
  .main-dashboard .info-content {
    margin-left: 200px;
  }
  
  .main-dashboard .info-content h2 {
    margin-bottom: 10px;
  }
  
  .main-dashboard .info-content p {
    margin-bottom: 5px;
    color: #666;
  }
  
  .main-dashboard .details-box h2 {
    margin-bottom: 10px;
  }
  .main-dashboard .input-group label {
    margin-bottom: 5px;
    color: #666;
  }
  .main-dashboard .input-group {
    margin-bottom: 15px;
  }
  
  .main-dashboard .input-group label {
    display: block;
    margin-bottom: 5px;
    color: #333;
  }
  
  .main-dashboard .input-group input,
  .main-dashboard .input-group select,
  .main-dashboard .input-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .main-dashboard .input-group textarea {
    resize: vertical;
    height: 100px;
  }
  .main-dashboard .input-field {
    display: flex;
    gap: 20px;
  }
  .main-dashboard .single-input-field {
    width: 50%;
    margin-right: 20px;
  }
  
  /* track order */
  
  .main-dashboard .hh-grayBox {
    width: 100%;
  }
  
  .main-dashboard .order-tracking {
    text-align: center;
    width: 15%;
    position: relative;
    display: block;
  }
  .main-dashboard .order-tracking::before {
    content: "";
    display: block;
    height: 3px;
    width: 285% !important;
    background-color: #f7be16;
    top: 10px;
    position: absolute;
    left: -235% !important;
    z-index: 0;
  }
  .main-dashboard .order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    border: 0px solid #afafaf;
    background-color: #f7be16;
    margin: 0 auto;
    transition: transform 0.25s linear;
    -webkit-transition: transform 0.25s linear;
    z-index: 2;
  }
  .main-dashboard .order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: "";
    height: 14px;
    width: 7px;
    top: -2px;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    border: 0px solid #afafaf;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
  }
  .main-dashboard .order-tracking.completed .is-complete {
    border-color: #27aa80;
    border-width: 0px;
    background-color: #27aa80;
  }
  .main-dashboard .main-tracking-list{
    margin-top: 20px;
  }
  .main-dashboard .order-tracking.completed .is-complete:after {
    border-color: #fff;
    border-width: 0px 2px 2px 0;
    width: 7px;
    left: 7px;
    opacity: 1;
  }
  .main-dashboard .order-tracking p {
    color: #a4a4a4;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
  }
  .main-dashboard .order-tracking p span {
    font-size: 12px;
  }
  .main-dashboard .order-tracking.completed p {
    color: #000;
  }
  .main-dashboard .order-tracking::before {
    content: "";
    display: block;
    height: 3px;
    width: calc(100% - 40px);
    background-color: #f7be16;
    top: 10px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
  }
  .main-dashboard .order-tracking:first-child:before {
    display: none;
  }
  .main-dashboard .order-tracking.completed:before {
    background-color: #27aa80;
  }
  
  /* order-card */
  
  .main-dashboard .order-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin-bottom: 35px;
    padding: 20px;
  }
  .main-dashboard .pt45 {
    padding-top: 10px;
  }
  
  .main-dashboard .order-card:hover {
    transform: translateY(-10px);
  }
  .main-dashboard .order-card-image {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 10px;
  }
  .main-dashboard .order-card-image h3 {
    margin-bottom: 5px;
  }
  /* .main-order-card {
    display: grid;
    grid-template-columns: 31% 31% 31%;
    justify-content: space-between;
  } */
  .main-dashboard .order-card-image img {
    width: 10%;
    height: auto;
    object-fit: cover;
  }
  .main-dashboard .order-card img {
    width: 25%;
    border-radius: 10px;
    object-fit: cover;
  }
  .main-dashboard .main-order-image-card{
    display: flex;
    gap: 20px;
  }
  .main-dashboard .order-card-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
  }
  
  .main-dashboard .order-card-details {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
  }
  
  .main-dashboard .order-card-details h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
  }
  
  .main-dashboard .order-card-details p {
    margin: 5px 0;
    color: #666;
  }
  
  .main-dashboard .order-card-progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #999;
  }
  
  .main-dashboard .progress-bar {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #eee;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 10px;
  }
  
  .main-dashboard .progress {
    height: 100%;
    background-color: #9b59b6;
    transition: width 0.3s ease;
  }
  
  .main-dashboard .view-more {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    background-color: #9b59b6;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
  }
  
  .main-dashboard .view-more:hover {
    background-color: #8e44ad;
  }
  .main-dashboard .subtotal {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
  }
  .main-dashboard .discount {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
  }
  .main-dashboard .tax {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
  }
  .main-dashboard .total {
    display: flex;
    justify-content: space-between;
    background-color: #f1f1f1;
    padding: 20px;
  }
  .main-dashboard .order-card1 {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px;
  }
  .main-dashboard .order-card1:hover {
    transform: translateY(-10px);
  }
  .main-dashboard .payment-summery {
    font-weight: bold;
  }
  
  /* CHANGE PASSWORD */
  .main-dashboard .change-password-tab {
    border: 1px solid #e5eded;
    box-shadow: 0 30px 20px -3px rgb(0 0 0 / 0.1),
      0 15px 10px -15px rgb(0 0 0 / 0.1);
    border-radius: 10px;
  }
  .main-dashboard .tab-title {
    padding: 36px 40px;
    border-bottom: 1px solid #e5eded;
  }
  .main-dashboard .tab-content {
    padding: 35px 40px 40px;
  }
  .main-dashboard .form-group {
    margin-bottom: 15px;
    text-align: left;
    width: 50%;
  }
  
  .main-dashboard label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
  
  .main-dashboard input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  
  .main-dashboard .main-dashboard button {
    width: 100%;
    padding: 10px;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
  }
  
  .main-dashboard .main-dashboard button:hover {
    background-color: #45a049;
  }
  
  @media screen and (max-width: 1440px) {
    .main-dashboard .profile-name {
      font-size: 14px !important;
    }
    .main-dashboard .action-btn.view {
      margin-top: 5px !important;
    }
  
    .main-dashboard .profile {
      overflow: hidden;
    }
    .main-dashboard .dcard {
      display: block;
    }
    .main-dashboard .table-container {
      display: none;
    }
  }
  @media screen and (max-width: 1024px) {
    .main-dashboard .profile-name {
      font-size: 10px !important;
    }
    .main-dashboard .profile-date {
      font-size: 10px !important;
    }
    /* .main-order-card {
      grid-template-columns: 48% 48%;
    } */
  }
  @media screen and (max-width: 768px) {
    .main-dashboard .social-box {
      border-radius: 0px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      padding: 20px;
      align-items: center;
      width: 100%;
      margin-bottom: 20px;
    }
    .main-dashboard .doctor-photo {
      width: 100%;
    }
    .main-dashboard .card-grid {
      gap: 20px;
      padding: 20px 0;
    }
    .main-dashboard .dcard {
      width: 212px;
      margin: 5px;
    }
    .main-dashboard .doctor-appointment {
      border: 1px solid #ddd;
      margin-top: 20px;
      padding: 10px !important;
    }
    .main-dashboard .appointment-title {
      margin-bottom: 10px;
    }
    .main-dashboard .details-box {
      border-radius: 0px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      padding: 20px;
      align-items: center;
      width: 100%;
      margin-bottom: 20px;
    }
    .main-dashboard .info-box {
      border-radius: 0px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      padding: 20px;
      display: flex;
      align-items: center;
      width: 100%;
      margin-bottom: 20px;
    }
    .main-dashboard .mobile-nav {
      display: flex;
      overflow-y: scroll;
    }
    .main-dashboard .mobile-profile {
      display: block;
    }
    .main-dashboard .profile {
      display: none;
    }
    .main-dashboard .nav {
      display: none;
    }
    .main-dashboard .sidebar {
      display: none;
    }
    .main-dashboard .mobile-image {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-top: 20px;
    }
    .main-dashboard .dashboard {
      border: none !important;
    }
    .main-dashboard .nav-item {
      border: none !important;
    }
    .main-dashboard .nav-item:hover {
      box-shadow: inset 0 -2px #099389;
  
      background-color: ;
    }
    .main-dashboard .nav-item .active {
      box-shadow: inset 0 -2px #408bca;
      color: #408bca;
    }
    .main-dashboard .nav-item {
      font-size: 14px !important;
      padding: 5px 5px;
      text-align: center;
      flex: 0 0 140px;
    }
    .main-dashboard .mobile-content {
      text-align: center;
    }
    .main-dashboard .main-content {
      padding: 0px;
    }
    .main-dashboard .mobile-image img {
      width: 20%;
      border-radius: 50%;
    }
  
    /* .main-order-card {
      grid-template-columns: 100%;
    } */
  }
  @media screen and (max-width: 600px) {
    .main-dashboard .info-content {
      margin-left: 80px;
    }
    .main-dashboard .input-field {
      display: block;
    }
    .main-dashboard .single-input-field {
      width: 100%;
      margin-right: 20px;
    }
    .main-dashboard .profile-container button {
      position: absolute;
      left: 40px;
      top: 15px;
      background-color: white;
      border: none;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .main-dashboard .profile-container img {
      width: 100px;
      height: 100px;
    }
    .main-dashboard .info-content h2 {
      font-size: 16px;
    }
    .main-dashboard .cards-container {
      grid-template-columns: 100%;
    }
  
    .main-dashboard .doctor-appointment {
      padding: 0px;
      border-radius: 15px;
    }
    .main-dashboard .appointment-title {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 10px;
      padding: 10px;
    }
    .main-dashboard .form-group {
      width: 100%;
    }
    .main-dashboard .btn-3 span {
      padding: 9px 9px;
    }
    .main-dashboard .main-content {
      margin: 0px;
    }
    .main-dashboard .banner-image img {
      padding-top: 75px;
    }
    .main-dashboard,
    .main-dashboard .after-banner {
      padding: 0px 20px;
    }
    .main-dashboard .after-banner {
      padding: 20px 20px;
    }
    .main-dashboard .profile-name {
      font-size: 14px !important;
      padding-top: 10px;
    }
    .main-dashboard .profile-date {
      font-size: 12px !important;
      padding-top: 5px;
    }
    .main-dashboard .btn-holder {
      width: 50%;
      display: flex;
      justify-content: center;
    }
    .main-dashboard .fcard {
      width: 100% !important;
    }
    .main-dashboard .dcard {
      width: 100%;
    }
    .main-dashboard .main-btn-doctor .cbtn-holder {
      width: 50% !important;
    }
    .main-dashboard .main-btn-doctor .cbtn-holder .cbtn {
      width: 90% !important;
    }
    .main-dashboard .main-btn-doctor {
      gap: 20px;
    }
    .main-dashboard .tab-title {
      padding: 5px 10px;
      text-align: center;
    }
    .main-dashboard .tab-content {
      padding: 10px 20px;
    }
    .main-dashboard .tab-content .main-btn {
      display: block;
    }
    .main-dashboard .main-btn .cbtn-holder {
      width: 100% !important;
    }
  
    .main-dashboard .main-btn .cbtn-holder .cbtn {
      width: 100% !important;
    }
    .main-dashboard .main-btn .btn-holder .btn {
      width: 100%;
    }
    .main-dashboard .tab-title h1 {
      font-size: 20px !important;
      margin-bottom: 0px !important;
    }
  }
  @media screen and (max-width: 425px) {
    .main-dashboard .main-order-image-card{
      display: block;
    }
    .main-dashboard .order-card img {
      width: 100%;
      
  }
  .main-dashboard .order-tracking{
    width: 33.33%;
  }
  .main-dashboard .order-tracking::before{
    width: calc(100% - 40px) !important;
    left: calc(-50% + 20px) !important;
  }
  }
  @media screen and (max-width: 375px) {
    .main-dashboard .dcard {
      width: 100%;
    }
    .main-dashboard .cbtn-holder {
      width: 50%;
    }
    .main-dashboard .cbtn {
      width: 100%;
    }
    .main-dashboard .main-btn-doctor {
      gap: 20px;
    }
  
    .main-dashboard .doctor-name {
      margin: 0px 0;
      font-size: 18px;
      text-align: left;
    }
    .main-dashboard .doctor-degree {
      font-size: 16px;
    }
    .main-dashboard .appointment-date {
      font-size: 14px;
    }
    .main-dashboard .booking-date {
      font-size: 14px;
    }
    .main-dashboard .main-btn .cbtn-holder .cbtn {
      width: 100% !important;
    }
    .main-dashboard .main-btn .cbtn-holder {
      width: 100%;
    }
    .main-dashboard .cards-container {
      grid-template-columns: 44% 44% !important;
    }
  }
  
/* DashBoard End */
/* Doctor Details Start */
.main-doctor-details .main-doctor-details {
    display: flex;
    gap: 20px;
    padding-top: 30px;
  }
  .main-doctor-details .ser_banner {
    background-color: var(--color-darkBlue);
    padding: 2rem 0px;
  }
  
  .main-doctor-details .des_cont_cust {
    background-color: #9e2e58;
    position: absolute;
    right: 0px;
    top: 10px;
    color: var(--color-white);
    padding: 10px 15px;
    border-radius: 3px 0px 0px 3px;
  }
  
  .main-doctor-details .des_cont_cust p {
    font-weight: 600;
    font-family: var(--font-lora);
    font-size: 20px;
  }
  .main-doctor-details .about_img_c img {
    height: 500px;
    object-fit: cover;
  }
  
  .main-doctor-details .gal_cont {
    cursor: pointer;
    border-radius: 5px;
  }
  
  .main-doctor-details .gal_cont img {
    height: 100px;
    width: 100%;
    object-fit: cover;
  }
  .main-doctor-details .form_main {
    background-color: #eaf7f8;
  }
  .main-doctor-details .bg_b {
    background-color: #f2f9ff;
  }
  .main-doctor-details .arrow_common {
    background-color: var(--color-yellow);
    width: 40px;
    height: 40px;
    z-index: 99;
    top: initial;
    bottom: 0px !important;
    transform: initial !important;
  }
  .main-doctor-details .swiper-button-next:after,
  .main-doctor-details .swiper-rtl .swiper-button-prev:after {
    color: var(--color-black);
    font-size: 15px;
    font-weight: 700;
  }
  .main-doctor-details .swiper-button-prev:after,
  .main-doctor-details .swiper-rtl .swiper-button-next:after {
    color: var(--color-black);
    font-size: 15px;
    font-weight: 700;
  }
  .main-doctor-details .swiper-button-prev.arrow_common {
    left: initial;
    right: 60px;
  }
  .main-doctor-details .common_title2 {
    font-family: var(--font-lora);
  }
  .main-doctor-details .des_stars_cont i {
    color: rgb(247, 143, 15);
  }
  .main-doctor-details .des_stars_cont {
    margin-top: 4px;
  }
  .main-doctor-details .res_slider .des_stars_cont p {
    margin-top: 0px !important;
  }
  .main-doctor-details .price_title {
    font-weight: 600;
    font-size: 18px !important;
    font-family: var(--font-lora);
  }
  .main-doctor-details .rev_title {
    background-color: #9e2e58;
    color: var(--color-white);
    border-radius: 3px;
    padding: 6px;
    text-align: center;
    margin: 5px 0px;
    font-weight: 500;
    font-size: 16px !important;
  }
  .main-doctor-details .cont_cust h1,
  .main-doctor-details .cont_cust h2,
  .main-doctor-details .cont_cust h3,
  .main-doctor-details .cont_cust h4,
  .main-doctor-details .cont_cust h5 {
    background-color: #dff0ff;
    font-family: var(--font-lora);
    border-left: 6px solid var(--color-blue);
    padding: 9px 10px;
    border-radius: 5px;
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .main-doctor-details .cont_cust p {
    margin-top: 12px;
  }
  .main-doctor-details .cont_cust ul {
    margin-top: 26px;
  }
  .main-doctor-details .ul_tick {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  .main-doctor-details .ul_tick li {
    display: flex;
    gap: 10px;
    font-size: 17px;
    background-color: rgba(0, 182, 122, 0.1);
    padding: 10px;
    font-weight: 600;
    border-radius: 50px;
  }
  .main-doctor-details .ul_tick li p {
    margin-top: 0px;
    width: calc(100% - 27px);
  }
  .main-doctor-details .ul_tick li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f560";
    font-weight: 900;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(2, 221, 177);
    margin-left: 5px;
  }
  .main-doctor-details .cont_all .arrow_common {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-green);
  
    z-index: 9 !important;
    border-radius: 3px;
    color: black;
  }
  .main-doctor-details .cont_all .arrow_common i {
    color: white;
  }
  .main-doctor-details .cont_all .swiper-button-prev,
  .main-doctor-details .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
  }
  .main-doctor-details .cont_all .swiper-button-next,
  .main-doctor-details .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
  }
  .main-doctor-details .cont_all .swiper-button-next:after,
  .main-doctor-details .swiper-button-prev:after {
    font-size: 15px !important;
    font-weight: 600;
  }
  .main-doctor-details .book_a_now {
    background-color: var(--color-darkBlue);
    color: var(--color-white);
    display: inline-flex;
    padding: 12px 20px;
    font-weight: 500;
    border-radius: 3px;
    gap: 5px;
    width: 100%;
    margin-top: 10px;
  }
  /* .des_d_cont {
      background-color: #fbf7ef;
      border-radius: 5px;
      padding: 25px;
  } */
  .main-doctor-details .des_slider_cust {
    width: 90%;
    position: relative;
    margin: auto;
    margin-top: -4.5rem;
  }
  .main-doctor-details .book_title {
    font-family: var(--font-lora);
    font-size: 22px;
    margin-bottom: 5px;
  }
  .main-doctor-details .name_spe {
    font-size: 22px;
    font-weight: 700;
  }
  .main-doctor-details .stars_rar {
    background-color: var(--color-darkBlue);
    color: white;
    padding-right: 15px;
  }
  .main-doctor-details .call_num_sp {
    background-color: var(--color-green);
    color: var(--color-white);
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .main-doctor-details .form_holder_input input {
    border-radius: 3px;
    padding: 11px 10px;
  }
  .main-doctor-details .form_holder_input input:focus {
    box-shadow: none;
  }
  .main-doctor-details .form_main_sp input {
    font-size: 14px;
  }
  .main-doctor-details .pm p {
    margin-top: 15px;
    font-size: 15px;
  }
  .main-doctor-details .pm ul {
    padding-left: 25px;
    margin-top: 15px;
  }
  .main-doctor-details .pm ul li {
    margin: 6px 0px;
    list-style: disc;
    font-size: 15px;
  }
  .main-doctor-details .pm h2,
  .main-doctor-details .pm h3 {
    margin-top: 14px;
  }
  .main-doctor-details .accordion_cust button {
    font-weight: 500;
    font-size: 18px;
    border: none;
    border-radius: 3px !important;
    background-color: #eaf7f8;
  }
  .main-doctor-details .accordion_cust button:focus {
    box-shadow: none;
  }
  .main-doctor-details .accordion_cust .accordion-item {
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 3px !important;
  }
  .main-doctor-details .accordion-button:not(.collapsed) {
    background-color: var(--color-green);
    color: var(--color-white);
  }
  .main-doctor-details .pro-c-content2 p {
    font-size: 14px;
  }
  .main-doctor-details .pro-c-content2 .pr-title {
    font-size: 22px !important;
  }
  .main-doctor-details .tabs_d button {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px !important;
    padding: 10px 30px;
    color: var(--color-black);
  }
  
  
  
  /* review */
  .main-doctor-details .review-section {
    width: 100%;
    margin: 50px auto;
    background: #eaf7f8;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .main-doctor-details .review-section h2 {
    text-align: left;
  }
  
  .main-doctor-details .comment, .thank-you {
    
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
  
  }
  .main-doctor-details .main-comment-image{
    display: flex;
  }
  
  
  /* Side-Form-Code */
  
  .main-doctor-details .info-box {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .main-doctor-details .details-box {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
  
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .main-doctor-details .social-box {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .main-doctor-details .profile-container {
    position: relative;
    margin-right: 20px;
  }
  
  .main-doctor-details .profile-container img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 3px solid #007bff;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-25%, 50%);
  }
  
  .main-doctor-details .profile-container button {
    position: absolute;
    left: 75px;
    top: 20px;
    background-color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .main-doctor-details .profile-container svg {
    width: 20px;
    height: 20px;
    stroke: #007bff;
  }
  
  .main-doctor-details .info-content {
    margin-left: 200px;
  }
  
  .main-doctor-details .info-content h2 {
    margin-bottom: 10px;
  }
  
  .main-doctor-details .info-content p {
    margin-bottom: 5px;
    color: #666;
  }
  
  .main-doctor-details .details-box h2 {
    margin-bottom: 10px;
  }
  .main-doctor-details .input-group label {
    margin-bottom: 5px;
    color: #666;
  }
  .main-doctor-details .input-group {
    margin-bottom: 15px;
  }
  
  .main-doctor-details .input-group label {
    display: block;
    margin-bottom: 5px;
    color: #333;
  }
  
  .main-doctor-details .input-group input,
  .main-doctor-details .input-group select,
  .main-doctor-details .input-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .main-doctor-details .input-group textarea {
    resize: vertical;
    height: 100px;
  }
  .main-doctor-details .input-field {
    display: flex;
    gap: 20px;
  }
  .main-doctor-details .single-input-field {
    width: 50%;
    margin-right: 20px;
  }
  
  
  
  .main-doctor-details .image-comment img{
    width: 150px;
    border-radius: 50% !important;
  }
  .main-doctor-details .stars {
    display: flex;
    justify-content: flex-start;
  }
  
  .main-doctor-details .stars input {
    display: none;
  }
  
  .main-doctor-details .stars label {
    font-size: 24px;
    color: #ccc;
    cursor: pointer;
  }
  
  .main-doctor-details .stars input:checked ~ label,
  .main-doctor-details .stars input:checked ~ label ~ label {
    color: #ccc;
  }
  
  .main-doctor-details .stars input:checked + label,
  .main-doctor-details .stars input:checked + label ~ label {
    color: gold;
  }
  
  .main-doctor-details .stars input:not(:checked) + label:hover,
  .main-doctor-details .stars input:not(:checked) + label:hover ~ label {
    color: gold;
  }
  
  .main-doctor-details .static span {
    font-size: 24px;
    color: gold;
  }
  
  .main-doctor-details .review-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .main-doctor-details .review-form input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .main-doctor-details .review-form button {
    padding: 10px;
    background: #009688;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .main-doctor-details .review-form button:hover {
    background: #00796b;
  }
  
  .main-doctor-details .thank-you {
    background: #b2dfdb;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
  }
  
  
  /* TIme */
  
  .main-doctor-details .input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
  }
  
  .main-doctor-details .time-input {
    display: flex;
    align-items: center;
  }
  
  .main-doctor-details .time-input input[type="number"] {
    width: 25%;
    margin-right: 0.2em;
    padding: 0.5em;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
  }
  
  .main-doctor-details .time-input span {
    margin: 0 0.2em;
  }
  
  .main-doctor-details .time-input select {
    margin-left: 0.2em;
    padding: 0.5em;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  @media screen and (max-width: 1024px) {
    .main-doctor-details .nav-tabs {
      display: flex !important;
      flex-wrap: nowrap !important;
      overflow-y: scroll !important;
    }
    .main-doctor-details .main-appointment-part{
      display: flex;
      justify-content: center;
      margin-top: 30px;
    }
  }
  @media screen and (max-width: 568px) {
    .main-doctor-details .des_stars_cont i {
      display: none;
    }
    .main-doctor-details .des_stars_cont i:nth-child(1) {
      display: flex;
    }
    .main-doctor-details .call_num_sp {
      font-size: 14px;
    }
    .main-doctor-details .form_holder_input input {
      padding: 12px 9px;
    }
    .main-doctor-details .accordion_cust button {
      font-size: 16px;
    }
    .main-doctor-details .accordion_cust .accordion-body {
      font-size: 12px;
    }
    .main-doctor-details .about_img_c img {
      height: 300px;
    }
    .main-doctor-details .gal_cont img {
      height: 70px;
    }
    .main-doctor-details .des_slider_cust {
      margin-top: -2.5rem;
    }
    .main-doctor-details .margin_top {
      margin-top: 30px !important;
    }
  }
  
  @media (max-width: 768px) {
    .main-doctor-details .main-doctor-details {
      display: block;
    }
    .main-doctor-details .book_form {
      margin-top: 20px;
    }
    .main-doctor-details .sp-p {
      display: none;
    }
  
    .main-doctor-details .common_title2 {
      font-size: 20px !important;
    }
    .main-doctor-details .common_title {
      margin-bottom: 0px !important;
      margin-top: 15px !important;
    }
  }
  @media (max-width: 425px) {
    .main-doctor-details .row {
      display: block;
    }
    .main-doctor-details .doctor-details {
      width: 100%;
    }
    .main-doctor-details .doctor-image {
      width: 100%;
    }
    .main-doctor-details .pro_img_cust {
      max-width: 261px;
      margin: 0 auto;
      display: block;
    }
    .main-doctor-details .nav-tabs {
      display: flex;
      flex-wrap: nowrap;
      overflow-y: scroll;
    }
  }
  
  .main-doctor-details .course-form {
    background: #fff;
    border: 1px solid #ddd;
    width: 300px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
  }
  
  .main-doctor-details .course-preview img {
    width: 100%;
    border-radius: 8px;
  }
  
  .main-doctor-details .preview-button {
    background-color: #5c67f2;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
  }
  
  .main-doctor-details .tab-menu {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  .main-doctor-details .tab-link {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
  }
  
  .main-doctor-details .tab-link.active {
    border-bottom: 2px solid #0E223E;
    color: #0E223E;
  }
  
  .main-doctor-details .tab-content1 {
    display: none;
    margin-top: 10px;
  }
  
  .main-doctor-details .tab-content.active {
    display: block;
  }
  
  .main-doctor-details .subscribe-button {
    background-color: #0E223E;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .main-doctor-details .price {
    font-size: 24px;
    margin: 10px 0;
  }
  
  .main-doctor-details .add-to-cart {
    background: #0E223E;
    border: 1px solid #333;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    color: #fff;
  }
  
  .main-doctor-details .actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 12px;
  }
  
  .main-doctor-details .actions button {
    background: none;
    border: none;
    color: #0E223E;
    cursor: pointer;
    padding: 5px;
  }
  
  .main-doctor-details .coupon {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  
  .main-doctor-details .coupon input {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    width: 70%;
  }
  
  .main-doctor-details .coupon button {
    background-color: #0E223E;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
  }
  
/* Doctor Details End */

/* Doctor Listing Start*/
/*Add*/
.main-doctor-listing .part_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .main-doctor-listing .part_img {
    padding: 25px 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main-doctor-listing .part_img img {
    height: 40px;
    width: auto;
  }
  .main-doctor-listing .search_app {
    background-color: white;
  }
  .main-doctor-listing .hero_section2_img {
    height: 500px !important;
  }
  .main-doctor-listing .part_title {
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    background-color: var(--color-darkBlue);
    color: var(--color-white);
    border-radius: 3px;
    padding: 8px 6px;
    text-transform: uppercase;
    margin-top: 12px !important;
  }
  .main-doctor-listing .part_num {
    position: absolute;
    top: -2px;
    left: 10px;
    background-color: var(--color-darkBlue);
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.8;
  }
  .main-doctor-listing .part_img .font_13 {
    font-size: 12px;
  }
  /**/
  .main-doctor-listing .do_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 30px;
  }
  .main-doctor-listing .do_img {
    width: 120px;
    height: 120px;
    margin: auto;
    border: 2px solid var(--color-darkBlue);
    border-radius: 50%;
    padding: 8px;
  }
  .main-doctor-listing .do_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  .main-doctor-listing .do-title {
    font-weight: 600;
    font-size: 17px;
    margin-top: -3px;
  }
  .main-doctor-listing .cont_1 p {
    font-weight: 500;
    background-color: var(--color-darkBlue);
    color: var(--color-white);
    padding: 6px 8px;
    border-radius: 3px;
    font-size: 11px;
  }
  .main-doctor-listing .title_do a {
    position: relative;
    top: -7px;
    background-color: rgb(195, 224, 255);
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    color: var(--color-black);
    padding: 4px 7px;
    border-radius: 50px;
  }
  .main-doctor-listing .do_container {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 5px;
    background-color: var(--color-white);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  }
  .main-doctor-listing .do-ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .main-doctor-listing .do-ul li {
    font-size: 12px;
    text-align: center;
    background-color: aliceblue;
    font-weight: 500;
    padding: 7px 6px;
    border-radius: 3px;
    border-radius: 50px;
  }
  .main-doctor-listing .do_container::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 6px;
    background-color: var(--color-green);
    border-radius: 0px 0px 50px 50px;
  }
  .main-doctor-listing .nav_tabs_doc li {
    width: 100%;
  }
  .main-doctor-listing .nav_tabs_doc button {
    width: 100%;
    color: var(--color-black);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 10px;
    border-radius: 0px !important;
  }
  .main-doctor-listing .nav_tabs_doc button:hover {
    background-color: var(--color-darkBlue);
    color: var(--color-white);
  }
  .main-doctor-listing .status-doc span {
    width: 12px;
    height: 12px;
    background-color: rgb(0, 194, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .main-doctor-listing .status-doc {
    position: absolute;
    top: 14px;
    right: 10px;
    background-color: rgb(0, 194, 0, 0.1);
    padding: 5px 10px;
    border-radius: 50px;
    font-weight: 600;
    color: rgb(0, 113, 0);
  }
  .main-doctor-listing .book_btn-do {
    width: 80%;
    margin: auto;
    border-radius: 50px;
    margin-bottom: -30px;
  }
  .main-doctor-listing .cate_banner {
    padding-top: 320px;
  }
  
  /* additional image */
  .main-doctor-listing .nav-link{
    background-image: black !important;
  }
  
  @media screen and (max-width: 1024px) {
    .main-doctor-listing .hero_section_content {
      padding: 0px 10px;
    }
    .main-doctor-listing .do_grid {
      grid-gap: 50px 10px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .main-doctor-listing .do_grid {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 50px 30px;
    }
    .main-doctor-listing .hero_section_content {
      padding: 0px 25px;
    }
    .main-doctor-listing .common_title_cust {
      font-size: 30px;
    }
    .main-doctor-listing .doctor-banner-content {
      width: 66.66%;
    }
    .main-doctor-listing .search_btn img {
      height: 25px !important;
    }
    .main-doctor-listing .search_btn {
      padding: 5px !important;
    }
    .main-doctor-listing .search_app {
      margn-top: 0px !important;
    }
    
  }
  @media screen and (max-width: 425px) {
    .main-doctor-listing .do_grid {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 50px 30px;
      margin: 0 12px;
    }
    .main-doctor-listing .hero_section_content {
      justify-content: center;
    }
    .main-doctor-listing .doctor-banner-content {
      width: 100%;
    }
    .main-doctor-listing .common_title_cust {
      font-size: 24px;
    }
    .main-doctor-listing .doctor-banner-content h5 {
      font-size: 18px;
    }
    .main-doctor-listing .search_app {
      padding: 4px 10px !important;
    }
    .main-doctor-listing .search_btn {
      padding: 1px 3px !important;
    }
    .main-doctor-listing .search_btn img {
      height: 20px !important;
    }
    .main-doctor-listing .doctor-banner-content p {
      font-size: 12px;
    }
    .main-doctor-listing .hero_section2_img {
      height: 350px !important;
    }
    
  }
  @media screen and (max-width: 375px) {
    .main-doctor-listing .status-doc {
      position: absolute;
      top: 7px;
    }
    .main-doctor-listing .status-doc span{
      font-size: 8px !important;
      width: 10px;
      height: 10px;
    }
    .main-doctor-listing .do-ul li{
      font-size: 11px;
    }
  }
  @media screen and (max-width: 320px) {
    .main-doctor-listing .do_grid {
      grid-gap: 50px 0px !important;
      margin: 0 12px !important;
    }
    .main-doctor-listing .do_container {
      padding: 6px;
    }
    .main-doctor-listing .status-doc {
      position: absolute;
      top: 7px;
      right: 10px;
      background-color: rgb(0, 194, 0, 0.1);
      padding: 0px 5px;
      border-radius: 50px;
      font-weight: 600;
      color: rgb(0, 113, 0);
    }
    .main-doctor-listing .status-doc span {
      width: 8px;
      height: 8px;
      
  }
  }
  .main-doctor-listing .nav-pills .nav-link.active{
    background-color: #0E223E !important;
  }
  .main-doctor-listing .nav-pills .nav-link{
    background-color: #0E223E !important;
    color: white;
    margin-top: 5px;
  }
  
/* Doctor Listing End */

/* Doctors Start */
/*Add*/
.part_grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.part_img{
    padding: 25px 18px;
    border: 1px solid rgba(0,0,0,0.1);
}
.part_img img{
    height: 40px;
    width: auto;
}
.part_title{
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    background-color: var(--color-darkBlue);
    color: var(--color-white);
    border-radius: 3px;
    padding: 8px 6px;
    text-transform: uppercase;
    margin-top: 12px !important;
}
.part_num{
    position: absolute;
    top: -2px;
    left: 10px;
    background-color: var(--color-darkBlue);
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.8;
}
.part_img .font_13{
    font-size: 12px;
}
/**/
.do_grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 50px 30px;
}
.do_img{
    width: 120px;
    height: 120px;
    margin: auto;
    border: 2px solid var(--color-darkBlue);
    border-radius: 50%;
    padding: 8px;
}
.do_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.do-title{
    font-weight: 600;
    font-size: 17px;
    margin-top: -3px;
}
.cont_1 p{
    font-weight: 500;
    background-color: var(--color-darkBlue);
    color: var(--color-white);
    padding: 6px 8px;
    border-radius: 3px;
    font-size: 11px;
}
.title_do a{
    position: relative;
    top: -7px;
    background-color: rgb(195, 224, 255);
    border: 1px solid rgba(0,0,0,0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    color: var(--color-black);
    padding: 4px 7px;
    border-radius: 50px;
}
.do_container{
    border: 1px solid rgba(0,0,0,0.2);
    padding: 15px;
    border-radius: 5px;
    background-color: var(--color-white);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
.do-ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}
.do-ul li{
    font-size: 12px;
    text-align: center;
    background-color: aliceblue;
    font-weight: 500;
    padding: 7px 6px;
    border-radius: 3px;
    border-radius: 50px;
}
.do_container::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 6px;
    background-color: var(--color-green);
    border-radius: 0px 0px 50px 50px;
}
.nav_tabs_doc li{
    width: 100%;
}
.nav_tabs_doc button{
    width: 100%;
    color: var(--color-black);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 10px;
    border-radius: 0px !important;
}
.nav_tabs_doc button:hover{
    background-color: var(--color-darkBlue);
    color: var(--color-white);
}
.status-doc span{
    width: 12px;
    height: 12px;
    background-color: rgb(0, 194, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.status-doc{
    position: absolute;
    top: 14px;
    right: 10px;
    background-color: rgb(0, 194, 0,0.1);
    padding: 5px 10px;
    border-radius: 50px;
    font-weight: 600;
    color: rgb(0, 113, 0);
}
.book_btn-do{
    width: 80%;
    margin: auto;
    border-radius: 50px;
    margin-bottom: -30px;
}


/* Doctors End */

/* Isurance Start */

.main-insurance .main-insurance-form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
}

.main-insurance .container {
    display: flex;
    width: 900px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.main-insurance .left-side {
    width: 40%;
    background-color: #e0f7fa;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-image: url(https://i.pinimg.com/originals/f3/09/ef/f309ef40857396937e7caa7eb55509d9.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.main-insurance .left-side h1 {
    color: #0E223E;
}

.main-insurance .left-side p {
    color: #00796b;
    margin: 10px 0;
}

.main-insurance .left-side a {
    color: #00796b;
    text-decoration: none;
}

.main-insurance .left-side img {
    margin-top: 20px;
    max-width: 100%;
}

.main-insurance .right-side {
    width: 60%;
    background-color: #fff;
    padding: 40px;
}

.main-insurance .form-container {
    position: relative;
}

.main-insurance .progress-bar {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    width: 75%;
    margin: 0 auto 20px;
}

.main-insurance .step {
    width: 30px;
    height: 30px;
    background-color: #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: background-color 0.3s, color 0.3s;
}

.main-insurance .step.active {
    background-color: #00796b;
    color: #fff;
}

.main-insurance .line {
    flex: 1;
    height: 2px;
    background-color: #ccc;
    margin: 0 10px;
    position: relative;
    top: 0px;
    z-index: 0;
    transition: background-color 0.3s;
}
.main-insurance .form-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.main-insurance .form-content.active {
    display: block;
    opacity: 1;
}
.main-insurance .form-content h3{
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.main-insurance .form-group {
    margin-bottom: 20px;
}

.main-insurance .form-group label {
    display: block;
    margin-bottom: 5px;
    color: #555;
}

.main-insurance .form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.main-insurance .tags {
    display: flex;
    gap: 10px;
}

.main-insurance .tag {
    background-color: #e0f7fa;
    color: #00796b;
    padding: 5px 10px;
    border-radius: 5px;
}

.main-insurance .form-buttons {
    display: flex;
    justify-content: space-between;
}

.main-insurance .previous-btn, .next-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.main-insurance .previous-btn {
    background-color: #fff;
    border: 1px solid #00796b;
    color: #00796b;
}

.main-insurance .next-btn {
    background-color: #00796b;
    color: #fff;
}
.main-insurance .progress-bar .step, .progress-bar .line {
    transition: background-color 0.3s ease, width 0.3s ease;
}

.main-insurance .step {
    width: 30px;
    height: 30px;
    background-color: #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.main-insurance .step.active {
    background-color: #00796b;
    color: #fff;
}

.main-insurance .line {
    flex: 1;
    height: 2px;
    background-color: #ccc;
    margin: 0 10px;
    position: relative;
    top: 0px;
    z-index: 0;
}


.main-insurance .line.active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    background-color: #00796b;
    animation: load 3s normal forwards;
}

@keyframes load {
    0% { width: 0; }
    100% { width: 100%; }
  }
  .main-insurance .box {
    position: relative;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.main-insurance .image-container {
    position: relative;
}

.main-insurance .image {
    width: 100%;
    height: auto;
    padding: 5px;
}

.main-insurance .checkbox {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none; /* Hide the default checkbox appearance */
}

.main-insurance .checkbox-label {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.main-insurance .checkbox:checked + .checkbox-label {
    background-color: #4caf50;
    border-color: #4caf50;
}

.main-insurance .image-name {
    padding: 5px;
}
.main-insurance .insurance-family {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: space-between;
}
.main-insurance .left-side .content {
    text-align: center;
    position: relative;
    top: 12px;
}
@media (max-width: 768px) {
    .main-insurance .container{
        display:block;
        width: auto       
    }
    .main-insurance .main-insurance-form{
         margin: 0px 20px;
    }
    .main-insurance .left-side{
        display:none
    }
    .main-insurance .right-side{
        width: 100%;
        margin-top: 20px;
    }
    .main-insurance .after-banner-path {
        margin: 10px 30px;
    }
    .main-insurance .checkbox-label{
        width: 10px;
    height: 10px;
    }
    .main-insurance input[type="text"]{
        box-shadow: none;
    }
}
@media (max-width: 375px) {
  .main-insurance .insurance-family{
        grid-template-columns: 100%;
    }
}

/* Insurance End */

/* Health Scan Start */
body {
    background: #fff;
    font-family: "Lato", sans-serif;
  }
  .main-health-scan .r-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
  }
  .main-health-scan .r-city {
    width: 90%;
    appearance: none;
    border-bottom: 2px solid #30c6d0;
    color: #2c2c2c;
    text-align: left;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px 0 10px 20px;
    font-size: 20px;
  }
  .main-health-scan .btn-orange-new {
    background: #dcdcdc;
    margin: 20px auto !important;
    display: block;
    width: 120px;
    margin: auto;
    color: #171717;
    border-radius: 4px;
    padding: 4px 0px;
  }
  .main-health-scan .btn-orange-new:hover {
    background: #00a0a8;
    color: #fff;
  }
  .main-health-scan header {
    background: #fff;
    padding: 0;
    font-family: "Lato", sans-serif;
    box-shadow: 0px 3px 4px #eaeaea;
  }
  .main-health-scan .top_head_navi {
    background: #fff;
    box-shadow: none;
    padding: 0px !important;
    border-top: 1px solid #e5e5e5;
  }
  .main-health-scan .nav_section {
    margin: 0px;
    padding: 0px;
  }
  .main-health-scan .header-main .navbar {
    height: 42px;
  }
  
  .main-health-scan #addRadioLeadForm .form-group {
    margin: 1px 20px;
  }
  .main-health-scan .btm-appointment {
    margin-top: 15px;
    margin: 10px 22px;
    width: 200px;
    display: inline-block;
  }
  .main-health-scan .btm-appointment a {
    box-shadow: 0 0 20px #efefef;
    height: 40px;
    font-family: "Lato", sans-serif;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 30px;
    background: #f16948;
    padding: 10px 30px;
    color: #fff;
    display: block;
    text-align: center;
  }
  .main-health-scan .btm-appointment a:hover {
    text-decoration: none;
    background: #555;
    transition: 0.3s;
  }
  .main-health-scan .btm-call {
    font-size: 20px;
    margin-top: 15px;
    line-height: 26px;
    text-align: right;
    margin-right: 40px;
    float: right;
  }
  .main-health-scan .btm-call span {
    display: block;
  }
  .main-health-scan .tests-carousel .owl-item {
    background: #fff;
  }
  .main-health-scan .btm-call span a {
    text-decoration: none;
    font-weight: 600;
    color: #00a0a8;
  }
  .main-health-scan .btm-call span a:hover {
    color: #333;
  }
  .main-health-scan .btm-call span b {
    font-weight: 600;
    color: #00a0a8;
  }
  .main-health-scan .banner_br {
    padding: 3% 4%;
    background-size: cover;
    background: url(https://www.myhfhc.org/wp-content/themes/myhfhc/images/sub-page-content-header-bg-whoweare.jpg)
        center top no-repeat !important;
    position: relative;
  }
  .main-health-scan .m-fold {
    display: inline-block;
  }
  .main-health-scan .tagline p {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
  }
  .main-health-scan #addRadioLeadForm {
    padding: 15px 0px;
  }
  .main-health-scan .tagline ul {
    margin: 65px 0 0 0;
    padding: 0;
    list-style: none;
    float: left;
  }
  .main-health-scan .tagline li {
    float: left;
    width: 49%;
    margin-bottom: 40px;
  }
  .main-health-scan .tagline li span {
    float: left;
    margin-right: 10px;
  }
  .main-health-scan .tagline li span img {
    width: 70px;
    height: 70px;
  }
  .main-health-scan .tagline li p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
  }
  .main-health-scan .price {
    font-size: 30px;
    color: #fcbe57;
    clear: both;
    width: 100%;
    font-weight: 600;
  }
  .main-health-scan .price span {
    color: #fff;
    font-size: 22px;
    text-decoration: line-through;
    font-weight: 400;
  }
  
  .main-health-scan .btm-more {
    font-size: 22px;
    float: left;
    color: #fff;
    background: #f16948;
    transition: 0.3s;
    padding: 13px 60px;
    border-radius: 40px;
    font-weight: 600;
  }
  .main-health-scan .btm-more:hover {
    color: #fff;
    background: #555;
    text-decoration: none;
    transition: 0.3s;
  }
  .main-health-scan .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 15;
    width: 8%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
  }
  .main-health-scan .carousel-indicators .active {
    width: 36px;
    height: 12px;
    margin: 0;
    background-color: #fff;
  }
  .main-health-scan .carousel-indicators li {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(255 255 255 / 51%);
    border-radius: 10px;
    border: none;
  }
  .main-health-scan .banner-form {
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    position: absolute;
    right: 5%;
    top: 40px;
    width: 400px;
    border-radius: 11px;
    padding: 10px 20px;
    background: #f7f7f7;
    text-align: center;
  }
  .main-health-scan .banner-form h3 {
    text-align: center;
    margin: 10px 0;
    font-size: 33px;
    font-weight: 500;
  }
  .main-health-scan .banner-form input[type="text"] {
    outline: none;
    width: 100%;
    padding: 14px 10px 14px 60px;
    font-size: 18px;
    margin: 0 0 15px 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
  }
  .main-health-scan .banner-form input[type="tel"] {
    outline: none;
    width: 100%;
    padding: 14px 10px 14px 60px;
    font-size: 18px;
    margin: 0 0 15px 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
  }
  .main-health-scan .banner-form select {
    color: #666;
    appearance: none;
    text-transform: capitalize;
    outline: none;
    width: 100%;
    padding: 14px 10px 14px 60px;
    font-size: 18px;
    margin: 0 0 15px 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
  }
  .main-health-scan .banner-form select option {
    font-size: 14px;
    text-transform: capitalize;
  }
  .main-health-scan .banner-form input[type="submit"] {
    outline: none;
    width: 100%;
    padding: 0 10px;
    line-height: 55px;
    font-size: 26px;
    font-weight: 600;
    background: #f16948;
    margin: 15px 0 25px 0;
    border-radius: 60px;
    color: #fff;
    border: none;
  }
  .main-health-scan .icon1 {
    background-image: url(https://cdn1.healthians.com/img/radiology/user.svg);
    background-repeat: no-repeat;
    background-position: 15px;
  }
  .main-health-scan .icon2 {
    background-image: url(https://cdn2.healthians.com/img/radiology/mobile.svg);
    background-repeat: no-repeat;
    background-position: 15px;
  }
  .main-health-scan .icon3 {
    background-image: url(https://cdn3.healthians.com/img/radiology/city.svg);
    background-repeat: no-repeat;
    background-position: 15px;
  }
  .main-health-scan .av-test {
    text-align: center;
    padding: 3% 3% 5% 3%;
  }
  .main-health-scan .av-test h1 {
    font-size: 30px;
    font-weight: 600;
    color: #00a0a8;
    margin: 10px 0 30px 0;
    padding: 0;
  }
  .main-health-scan .av-test ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .main-health-scan .av-test li {
    display: inline-block;
    width: 100%;
  }
  .main-health-scan .av-test h4 {
    font-size: 18px;
    color: #00a0a8;
    margin: 0;
    padding: 0;
  }
  .main-health-scan .av-test p {
    font-size: 14px;
    margin: 2px 0;
    color: #393939;
  }
  
  .main-health-scan .item {
    display: flex;
  }
  /*home page breadcrumb*/
  .main-health-scan .breadcrumbs {
    text-align: left;
    margin: 20px 0px;
  }
  .main-health-scan .breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #e9e9e9;
  }
  .main-health-scan .breadcrumbs ul li {
    list-style: none;
    display: inline;
    font-size: 13px;
    color: #000;
    text-transform: capitalize;
  }
  .main-health-scan .breadcrumbs ul li + li:before {
    content: ">";
    padding: 5px;
  }
  .main-health-scan .breadcrumbs ul li a {
    text-decoration: none;
    color: #000;
  } /* remove underlines from links */
  .main-health-scan .breadcrumbs ul li a:hover {
    text-decoration: none;
  } /* show underline on mouseover */
  .main-health-scan .breadcrumbs ul li a {
    background: none;
  }
  .main-health-scan .breadcumbs-active a {
    color: #00a0a8 !important;
  }
  /*home page Breadcrumb*/
  
  .main-health-scan .av-test .owl-carousel .owl-item img {
    width: 60px;
    margin: 20px auto 10px auto;
  }
  .main-health-scan .mid-section .owl-nav {
    margin: 20px 0px;
  }
  .main-health-scan .av-test .owl-nav .owl-prev {
    background: #00a0a8 !important;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    margin: 10px 6px;
  }
  .main-health-scan .av-test .owl-nav .owl-prev span {
    font-size: 24px;
    color: #fff;
  }
  .main-health-scan .av-test .owl-nav .owl-prev:hover {
    background: #007278 !important;
  }
  .main-health-scan .av-test .owl-nav .owl-next {
    background: #00a0a8 !important;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    margin: 10px 6px;
  }
  .main-health-scan .av-test .owl-nav .owl-next span {
    font-size: 24px;
    color: #fff;
  }
  .main-health-scan .av-test .owl-nav .owl-next:hover {
    background: #007278 !important;
  }
  
  .main-health-scan .av-test li img {
    margin: 20px 0;
  }
  .main-health-scan .service-section {
    padding: 0;
    margin-top: 30px;
    text-align: center;
  }
  .main-health-scan .service-section h3 {
    text-align: center;
    border-radius: 70px;
    background: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    color: #00a0a8;
    margin: auto;
    padding: 10px 3%;
    border: 1px solid #00a0a8;
  }
  .main-health-scan .line {
    height: 1px;
    width: 100%;
    background: #18a0a8;
    width: 100%;
    position: absolute;
    margin-top: -30px;
    z-index: -1;
  }
  .main-health-scan .service-s {
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    border-radius: 12px;
    background: #fff;
    margin: 1% 0;
    padding: 0;
    text-align: center;
  }
  .main-health-scan .service-s img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #00a0a8;
  }
  .main-health-scan .service-s a {
    text-decoration: none;
    color: #000;
  }
  .main-health-scan .service-s h2 {
    font-weight: 600;
    color: #393939;
    font-size: 20px;
    margin: 10px 0 0 0;
    padding: 0;
  }
  .main-health-scan .service-s h4 {
    font-weight: 600;
    color: #393939;
    font-size: 28px;
    margin: 30px 0 0 0;
    padding: 0;
  }
  .main-health-scan .service-s h5 {
    font-weight: 600;
    color: #00a0a8;
    font-size: 24px;
  }
  
  .main-health-scan .service-s h5 span {
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;
  }
  .main-health-scan .service-s p {
    font-size: 13px;
    color: #393939;
    font-weight: 500;
    margin: 20px 0 10px 0;
    padding: 0 12%;
    min-height: 170px;
  }
  .main-health-scan .mid-section {
    width: 95%;
    margin: 70px auto auto auto;
  }
  .main-health-scan .mid-section .owl-nav {
    margin: 20px 0px;
  }
  .main-health-scan .mid-section .owl-nav .owl-prev {
    background: #00a0a8 !important;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    margin: 10px 6px;
  }
  .main-health-scan .mid-section .owl-nav .owl-prev span {
    font-size: 24px;
    color: #fff;
  }
  .main-health-scan .mid-section .owl-nav .owl-prev:hover {
    background: #007278 !important;
  }
  .main-health-scan .mid-section .owl-nav .owl-next {
    background: #00a0a8 !important;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    margin: 10px 6px;
  }
  .main-health-scan .mid-section .owl-nav .owl-next span {
    font-size: 24px;
    color: #fff;
  }
  .main-health-scan .mid-section .owl-nav .owl-next:hover {
    background: #007278 !important;
  }
  .main-health-scan .feature {
    margin-top: 10px;
  }
  .main-health-scan .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  
  /**/
  .main-health-scan .accordion_container {
    width: 92%;
    margin: 0px auto;
  }
  .main-health-scan .accordion_head {
    background-color: #fff;
    position: relative;
    color: #333;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    cursor: pointer;
    font-family: "Lato";
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 8px 16px;
    font-weight: 500;
    text-align: left;
  }
  .main-health-scan .accordion_body {
    background: #fff;
    font-family: "Lato";
    text-align: left;
    display: block;
  }
  .main-health-scan .accordion_body ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
    list-style: none;
    padding-bottom: 20px;
  }
  .main-health-scan .accordion_body ul li {
    font-family: "Lato";
    line-height: 21px;
    font-size: 15px;
  }
  .main-health-scan .accordion_body ul li b {
    font-family: "Lato";
    line-height: 18px;
    font-size: 15px;
  }
  .main-health-scan .accordion_body ul li p {
    font-family: "Lato";
    line-height: 18px;
    font-size: 15px;
  }
  .main-health-scan .accordion_body p {
    padding: 10px 10px 20px 10px;
    font-family: "Lato";
    margin: 0px;
    line-height: 22px;
    color: #333;
    font-size: 15px;
  }
  .main-health-scan .plusminus {
    float: right;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  
  .main-health-scan .cost_content {
    width: auto;
    margin: 25px 12px;
    display: block;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
  }
  .main-health-scan .cost_content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 25px;
    border-radius: 4px 0 0px 4px;
    margin: 0px;
    width: 100%;
    text-align: left;
    float: left;
  }
  
  .main-health-scan .cost_content .costList {
    margin: 15px 16px;
  }
  .main-health-scan .cost_content .costList ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
  }
  .main-health-scan .cost_content .costList ul li {
    display: inline-block;
    float: left;
    vertical-align: top;
    margin-right: 0;
    margin-left: 1%;
    margin-bottom: 1%;
  }
  .main-health-scan .cost_content .costList ul li a {
    border: 1px solid #eaeaea;
    border-radius: 30px;
    font-weight: 400;
    padding: 6px 14px;
    text-align: center;
    color: #333;
    display: block;
  }
  .main-health-scan .cost_content .costList ul li a:hover {
    background: #00a0a8;
    color: #fff;
    text-decoration: none;
    border: 1px solid #00a0a8;
  }
  /**/
  
  /*******************************
  * ACCORDION WITH TOGGLE ICONS
  * Does not work properly if "in" is added after "collapse".
  *******************************/
  .main-health-scan .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #eee;
  }
  .main-health-scan .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #fafafa;
    border-color: #eee;
  }
  .main-health-scan #accordion {
    max-width: 90%;
    margin: auto;
  }
  .main-health-scan .panel-title {
    font-size: 14px;
  }
  .main-health-scan .panel-title > a {
    display: block;
    padding: 15px;
    text-align: left;
    text-decoration: none;
  }
  
  .main-health-scan .more-less {
    float: right;
    color: #212121;
  }
  .main-health-scan .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eee;
  }
  .main-health-scan .panel-default > .panel-heading + .panel-collapse > .panel-body {
    text-align: left;
  }
  
  .main-health-scan .demo {
    padding-top: 60px;
    padding-bottom: 110px;
  }
  
  .main-health-scan .modal-header .close {
    margin-top: -23px;
  }
  .main-health-scan .feature h6 {
    display: block;
    width: 180px;
    top: 22px;
    position: relative;
    font-weight: 600;
    border-radius: 70px;
    font-size: 15px;
    color: #fff;
    padding: 10px;
    margin: -48px auto 10px auto;
    background: #f16948;
  }
  .main-health-scan .feature ul {
    min-height: 155px;
    border-radius: 0 0 12px 12px;
    margin: 0px 0px 0px 0px;
    padding: 22px 10px 10px 10px;
    background: #ebf7f8;
    border-top: 1px solid #f16948;
  }
  .main-health-scan .main-card-service {
    width: 100%;
    display: flex;
    gap: 30px;
  }
  .main-health-scan .sub-card-service {
    width: 100%;
  }
  .main-health-scan .feature li {
    list-style-image: url(https://cdn2.healthians.com/img/radiology/arrow.png);
    margin-left: 30px;
    text-align: left;
    padding: 7px 0;
    font-size: 14px;
  }
  .main-health-scan .whl-t {
    margin: 4% auto 2% auto;
    width: 80%;
  }
  .main-health-scan .whl-section {
    padding: 3% 0 1% 0;
    text-align: center;
  }
  .main-health-scan .whl-section h3 {
    text-align: center;
    border-radius: 70px;
    background: #fff;
    display: inline-block;
    font-size: 38px;
    font-weight: 600;
    color: #00a0a8;
    margin: auto;
    padding: 10px 3%;
    border: 1px solid #00a0a8;
  }
  .main-health-scan .whl-line {
    height: 1px;
    width: 100%;
    background: #18a0a8;
    width: 100%;
    position: absolute;
    margin-top: -30px;
    z-index: -1;
  }
  .main-health-scan .whl {
    text-align: center;
    margin-bottom: 15%;
  }
  .main-health-scan .whl h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    min-height: 100px;
  }
  .main-health-scan .whl img {
    margin: 20px 0;
  }
  .main-health-scan .appointment-section {
    padding: 2% 0 1% 0;
    text-align: center;
  }
  .main-health-scan .appointment-section h3 {
    text-align: center;
    border-radius: 70px;
    background: #fff;
    display: inline-block;
    font-size: 38px;
    font-weight: 600;
    color: #00a0a8;
    margin: auto;
    padding: 10px 3%;
    border: 1px solid #00a0a8;
  }
  .main-health-scan .appointment-section ul {
    margin: 4% auto;
    width: 100%;
    padding: 0;
  }
  .main-health-scan .appointment-section li {
    display: inline-block;
    width: 22%;
  }
  .main-health-scan .appointment-section li p {
    font-size: 18px;
    color: #393939;
    width: 290px;
    font-weight: 500;
    padding: 0;
    margin: 20px auto auto auto;
  }
  .main-health-scan .appointment-section li span {
    width: 20px;
    font-size: 22px;
    margin-left: -20px;
    display: inline-block;
    color: #393939;
    font-weight: 800;
    font-style: italic;
    text-align: center;
  }
  .main-health-scan .appointment-section li span b {
    border-radius: 40px;
    display: inline-block;
    background: #00a0a8;
    width: 12px;
    height: 12px;
  }
  .main-health-scan .appointment-section li img {
  }
  .main-health-scan .appointment-section .bg-line {
    width: 100%;
    position: absolute;
    z-index: -1;
    margin-top: 54px;
  }
  .main-health-scan .appointment-section .bg-line span {
    width: 74%;
    display: block;
    height: 4px;
    background: #00a0a8;
    margin: auto;
  }
  .main-health-scan .mobile-v {
    display: none;
  }
  .main-health-scan .m-appointment {
    display: none;
  }
  .main-health-scan .social i {
    transition: 0.9s;
    border: 2px solid #fff;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    height: 38px;
    width: 38px;
    color: #fff;
    border-radius: 50px;
  }
  .main-health-scan .social a {
    margin: 0 5px;
  }
  .main-health-scan .social i:hover {
    background: #006065;
    color: #fff;
    transition: 0.3s;
    border: 2px solid #ffae41;
  }
  
  .main-health-scan .bottomsticky {
    background: #098187;
    box-shadow: 0px 2px 18px #a3a3a3;
    width: 100%;
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0px;
  }
  .main-health-scan .talktoexpert {
    font-size: 18px;
    color: #fff;
    text-align: right;
    text-transform: none;
    margin-top: 2px;
    margin-bottom: 0px;
  }
  .main-health-scan .midnumberpopup {
    max-width: 450px;
    margin-top: 2px;
  }
  .main-health-scan .btm-link {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    color: #fff;
    border-top: 1px solid rgb(255 255 255 / 12%);
    margin-top: 20px;
    padding: 10px 0;
    text-align: center;
  }
  .main-health-scan .btm-link a {
    color: #fff;
  }
  .main-health-scan .btm-link span {
    color: #fff;
    display: inline-block;
    margin: 0 20px;
  }
  .main-health-scan .mainformpanel .form-group select {
    padding-left: 58px;
  }
  .main-health-scan #exampleModal {
    width: 100%;
    z-index: 99999;
  }
  .main-health-scan #exampleModal {
    top: 80px;
  }
  .main-health-scan .minimal {
    height: 41px;
    display: block;
    width: 100%;
    padding: 6px 38px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s,
      -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background: url(https://www.healthians.com/img/suppliment/city_id.jpg) #fff
      no-repeat 17px 14px !important;
  }
  
  .main-health-scan .callbackftr {
    background: #f16948;
    border: 1px solid #f16948;
  }
  .main-health-scan .modal-open .modal {
    overflow: hidden;
  }
  .main-health-scan .modal-header .modal-title {
    font-size: 18px;
  }
  .main-health-scan .mainformpanel {
    padding: 10px 20px 0px 20px;
    z-index: 1;
  }
  .main-health-scan .mainformpanel .form-group label {
    text-align: left;
    display: block;
    font-weight: normal;
    font-size: 15px;
    font-weight: 400;
    color: #585757;
    margin-bottom: 0px;
    display: none;
  }
  .main-health-scan .mainformpanel .form-group label.error {
    font-size: 10px;
  }
  .main-health-scan .mainformpanel .form-group .form-control {
    font-size: 14px;
    color: #535353;
    height: 42px;
    outline: none;
    padding-left: 50px;
  }
  .main-health-scan .mainformpanel .form-group .form-control::hover {
    border: 1px solid #00a0a8;
  }
  .main-health-scan .mainformpanel .form-group select {
    padding: 0.375rem 0.75rem;
    height: 42px !important;
  }
  .main-health-scan .bookappoint {
    border-radius: 30px;
    background-color: #ed6b4a;
    padding: 10px 26px;
    display: block;
    width: 90%;
    color: #fff;
    margin: 15px 20px;
    font-size: 15px;
    border: none;
  }
  .main-health-scan .bookappoint:hover {
    background-color: #e65632;
  }
  .main-health-scan .detailhead .main-content {
    float: left;
    width: 680px;
    margin-left: 0px;
    height: 100%;
    padding: 0px;
    text-align: center;
  }
  .main-health-scan .detailhead .fullwidth {
    float: left;
    clear: both;
    margin-bottom: 40px;
    width: 100%;
    padding: 40px;
    text-align: center;
    height: 300px;
  }
  .main-health-scan .detailhead .fullwidth.two {
    margin-bottom: 0;
    margin-top: 40px;
  }
  .main-health-scan .pl_cl10 {
    padding-left: 15px !important;
  }
  
  .main-health-scan .bgftr1 {
    background: #fff;
    padding: 15px 0px;
  }
  
  .main-health-scan .care li:last-child .spacer {
    display: none;
  }
  .main-health-scan .care h5 {
    font-weight: 500;
    margin: 15px 20px 5px 0px;
    font-size: 14px;
    display: block;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 0px;
  }
  .main-health-scan .care h5 a {
    color: #2d2d2d;
  }
  
  .main-health-scan .care h6 {
    font-weight: 500;
    margin: 15px 20px 5px 0px;
    font-size: 14px;
    display: block;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 0px;
  }
  .main-health-scan .care h6 a {
    color: #2d2d2d;
  }
  
  .main-health-scan .centernearby {
    text-align: center;
    margin-bottom: 20px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
  .main-health-scan .centernearby h3 {
    text-align: center;
    border-radius: 70px;
    background: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    color: #00a0a8;
    margin: auto;
    padding: 6px 2%;
    border: 1px solid #00a0a8;
  }
  .main-health-scan .centernearby .listavlcity {
    margin: 30px auto;
    max-width: 1170px;
  }
  .main-health-scan .centernearby .listavlcity ul {
    margin: 0px 3px;
    padding: 0px;
    list-style: none;
  }
  .main-health-scan .centernearby .listavlcity ul li {
    width: 18.6%;
    margin: 5px;
    padding: 0px;
    border-radius: 4px;
    box-shadow: 0px 2px 3px #eaeaea;
    float: left;
    overflow: hidden;
    background: url(https://helma.healthians.com/stationery/mailer-assets/6375f41fae781.png)
      no-repeat center left #fff;
    padding: 14px 8px 14px 74px;
    text-align: left;
  }
  .main-health-scan .centernearby .listavlcity ul li a {
    font-weight: 400;
    color: #333;
    font-size: 13px;
    text-align: left;
    text-decoration: none;
    display: block;
  }
  .main-health-scan .centernearby .listavlcity ul li:hover {
    background: url(https://helma.healthians.com/stationery/mailer-assets/6375f41fae781.png)
      no-repeat center left #fef7df;
  }
  .main-health-scan .care h3 {
    font-size: 18px;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    text-align: left;
    color: #000;
  }
  .main-health-scan .care ul {
    margin: 0px 0px 10px 0px;
    padding: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
  .main-health-scan .care li {
    padding: 0px;
    margin: 0;
    list-style: none;
    list-style-position: inside;
    font-size: 12px;
    display: inline-block;
  }
  .main-health-scan .care li a {
    color: #000;
    line-height: 17px;
    font-family: "Lato", sans-serif;
  }
  .main-health-scan .care li a:hover {
    color: #18a0a8;
  }
  .main-health-scan .slide {
    width: 40% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-health-scan .scan-image-1{
  
      width: 300px;
      height: 300px;
      object-fit: cover;
  
  }
  .main-health-scan .scan-image-2{
  
      width: 250px;
      height: 250px;
      object-fit: cover;
      margin-left: -53px;
  
  }
  .main-health-scan .slide img {
    border-radius: 50%;
  }
  .main-health-scan .webdiscount img {
    max-width: 320px;
  }
  .main-health-scan .scan-title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .main-health-scan .scan-title h6 {
    font-size: 24px;
  }
  .main-health-scan .main-test-price img {
    width: 50px;
    display: flex;
    justify-content: center;
  }
  .main-health-scan .test-name {
    font-size: 18px;
    color: #00a0a8;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .main-health-scan .test-price {
    font-size: 14px;
    margin: 2px 0;
    color: #393939;
    text-align: center;
  }
  .main-health-scan .test-button a {
    padding: 5px 20px;
    background-color: #dcdcdc;
    margin: 20px 0px;
    color: black;
  }
  .main-health-scan .test-button a:hover {
    padding: 5px 20px;
    background-color: #099389;
    margin: 20px 0px;
    color: white;
  }
  .main-health-scan .test-button {
    margin: 20px 0px;
    text-align: center;
  }
  .main-health-scan .main-test-image {
    display: flex !important;
    justify-content: center !important;
  }
  .main-health-scan .service-s {
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    border-radius: 12px;
    background: #fff;
    margin: 1% 0;
    padding: 0;
    text-align: center;
  }
  .main-health-scan .service-s a {
    text-decoration: none;
    color: #000;
  }
  .main-health-scan .service-s h2 {
    font-weight: 600;
    color: #393939;
    font-size: 20px;
    margin: 10px 0 0 0;
    padding: 0;
  }
  
  .main-health-scan .service-s h5 span {
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;
  }
  .main-health-scan .service-s h5 {
    font-weight: 600;
    color: #00a0a8;
    font-size: 24px;
  }
  .main-health-scan .service-s p {
    font-size: 13px;
    color: #393939;
    font-weight: 500;
    margin: 20px 0 10px 0;
    padding: 0 12%;
    min-height: 170px;
  }
  .main-health-scan .feature {
    margin-top: 10px;
  }
  .main-health-scan .feature h6 {
    display: block;
    width: 180px;
    top: 22px;
    position: relative;
    font-weight: 600;
    border-radius: 70px;
    font-size: 15px;
    color: #fff;
    padding: 10px;
    margin: -48px auto 10px auto;
    background: #f16948;
  }
  .main-health-scan .feature h6 {
    display: block;
    width: 180px;
    top: 22px;
    position: relative;
    font-weight: 600;
    border-radius: 70px;
    font-size: 15px;
    color: #fff;
    padding: 10px;
    margin: -48px auto 10px auto;
    background: #f16948;
  }
  .main-health-scan .feature li {
    list-style-image: url(https://cdn2.healthians.com/img/radiology/arrow.png);
    margin-left: 30px;
    text-align: left;
    padding: 7px 0;
    font-size: 14px;
  }
  
  .main-health-scan .main-card-location {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
  }
  
  .main-health-scan .card-location {
    display: flex;
    align-items: center;
    justify-content: space-around;
  
    color: black;
    width: 200px;
    height: 50px;
    border-radius: 5px;
  
    transition: background-color 0.3s;
  }
  
  .main-health-scan .card:hover {
    background-color: #00796b;
  }
  .main-health-scan .location-icon {
    padding: 12px 20px;
    background: linear-gradient(
      184.78deg,
      #0f223e 7.64%,
      #02e0ac 120.07%
    ) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .main-health-scan .text {
    font-size: 12px;
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: left;
    background: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 15px;
  }
  .main-health-scan .icon {
    color: #fff;
  }
  
  /* know-cost */
  
  .main-health-scan .know-cost-main {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 100%;
    margin-top: 20px;
  }
  
  .main-health-scan .know-cost-main h2 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
  }
  
  .main-health-scan .know-card {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .main-health-scan .card-link {
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #e0e0e0;
    color: #333333;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    font-size: 14px;
  }
  
  .main-health-scan .card-link:hover {
    background-color: #00796b;
    color: #ffffff;
  }
  
  .main-health-scan .card-link:active {
    background-color: #004d40;
    color: #ffffff;
  }
  /* Book appointment */
  
  .main-health-scan .steps-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
    position: relative;
  }
  
  .main-health-scan .steps-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #099389;
    z-index: -1;
  }
  
  .main-health-scan .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: white;
    padding: 10px;
    z-index: 1;
  }
  .main-health-scan .icon {
    color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .main-health-scan .icon img {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 65px;
  }
  
  .main-health-scan .step .icon img {
    width: 50px;
    height: 50px;
  }
  .main-health-scan .book-text {
    font-size: 12px;
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: left;
    background: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .main-health-scan .our-service-card-title {
    border-bottom: 0px;
  }
  
  .main-health-scan .step .book-text {
    max-width: 150px;
  }
  
  /* why healthiens scan */
  
  .main-health-scan .features-container {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .main-health-scan .feature {
    text-align: center;
    background-color: trasparent;
    padding: 20px;
    border-radius: 10px;
  }
  
  .main-health-scan .feature img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  
  .main-health-scan .feature p {
    font-size: 16px;
    color: #333;
  }
  
  
  /*#########################*/
  @media only screen and (max-width: 1666px) {
    .logo {
    }
    .main-health-scan .logo img {
      width: 70%;
      height: auto;
    }
    .main-health-scan .btm-call {
      font-size: 15px;
    }
    .main-health-scan .r-city {
      font-size: 15px;
    }
    .main-health-scan .btm-appointment a {
      font-size: 14px;
    }
    .main-health-scan .av-test h2 {
      font-size: 30px;
      font-weight: 600;
      color: #00a0a8;
      margin: 10px 0 20px 0;
      padding: 0;
    }
    .main-health-scan .av-test li h4 {
      font-size: 15px;
      color: #00a0a8;
      margin: 0;
      padding: 0;
    }
    .main-health-scan .av-test li p {
      font-size: 13px;
      margin: 6px 0;
      color: #393939;
    }
    .main-health-scan .service-section h3 {
      text-align: center;
      border-radius: 70px;
      background: #fff;
      display: inline-block;
      font-size: 30px;
      font-weight: 600;
      color: #00a0a8;
      margin: auto;
      padding: 6px 2%;
      border: 1px solid #00a0a8;
    }
    .main-health-scan .service-s h4 {
      font-weight: 600;
      color: #393939;
      font-size: 20px;
      margin: 20px 0 0 0;
      padding: 0;
    }
    .main-health-scan .service-s h5 {
      font-weight: 600;
      color: #00a0a8;
      font-size: 15px;
    }
    .main-health-scan .service-s h5 span {
      font-size: 13px;
      font-weight: 400;
      text-decoration: line-through;
    }
    .main-health-scan .service-s p {
      font-size: 12px;
      color: #393939;
      font-weight: 500;
      margin: 10px 0 10px 0;
      padding: 0 6%;
      min-height: 170px;
    }
    .main-health-scan .feature h6 {
      display: block;
      width: 135px;
      position: relative;
      font-weight: 600;
      border-radius: 70px;
      font-size: 12px;
      color: #fff;
      padding: 7px;
      margin: -46px auto 10px auto;
      background: #f16948;
    }
    .main-health-scan .feature li {
      margin-left: 30px;
      padding: 5px 0;
      font-size: 12px;
    }
    .main-health-scan .whl-section h3 {
      text-align: center;
      border-radius: 70px;
      background: #fff;
      display: inline-block;
      font-size: 30px;
      font-weight: 600;
      color: #00a0a8;
      margin: auto;
      padding: 6px 2%;
      border: 1px solid #00a0a8;
    }
    .main-health-scan .whl h4 {
      font-size: 16px;
      line-height: 22px;
      font-weight: 600;
    }
    .main-health-scan .whl {
      text-align: center;
      margin-bottom: 10%;
    }
    .main-health-scan .whl-t {
      margin: 4% auto auto auto;
      width: 95%;
    }
    .main-health-scan .av-test {
      text-align: center;
      padding: 3% 1% 5% 1%;
    }
    .main-health-scan .tagline p {
      color: #fff;
      font-size: 28px;
      font-weight: 600;
      line-height: 32px;
    }
    .main-health-scan .tagline li span img {
      width: 40px;
      height: 40px;
    }
    .main-health-scan .tagline li p {
      color: #000;
      font-size: 13px;
      font-weight: 400;
      line-height: 17px;
      min-height: 60px;
      margin: 0;
      padding: 0;
    }
    .main-health-scan .slide img {
      width: 80%;
      height: auto;
    }
    .main-health-scan .banner_br {
      padding: 3% 4%;
      background: url(https://www.myhfhc.org/wp-content/themes/myhfhc/images/sub-page-content-header-bg-whoweare.jpg)
        center top no-repeat !important;
      background-size: cover;
    }
    .main-health-scan .tagline li {
      float: left;
      width: 49%;
      margin-bottom: 25px;
    }
    .main-health-scan .btm-more {
      font-size: 14px;
      float: left;
      color: #fff;
      background: #f16948;
      transition: 0.3s;
      padding: 11px 50px;
      border-radius: 40px;
      font-weight: 500;
    }
    .main-health-scan .carousel-indicators {
      width: 11%;
    }
    .main-health-scan .tagline ul {
      margin: 40px 0 0 0;
    }
    .main-health-scan .banner-form {
      box-shadow: 0 0 20px rgb(0 0 0 / 15%);
      position: absolute;
      right: 2%;
      top: 93px;
      width: 324px;
      border-radius: 11px;
      padding: 10px 20px;
      background: #f7f7f7;
      text-align: center;
    }
    .main-health-scan .banner-form h3 {
      text-align: center;
      margin: 20px 0;
      font-size: 24px;
      font-weight: 500;
    }
    .main-health-scan .banner-form input[type="text"] {
      outline: none;
      width: 100%;
      padding: 10px 10px 10px 60px;
      font-size: 14px;
      margin: 0 0 15px 0;
      border: 1px solid #e2e2e2;
      border-radius: 5px;
    }
    .main-health-scan .banner-form input[type="tel"] {
      outline: none;
      width: 100%;
      padding: 10px 10px 10px 60px;
      font-size: 14px;
      margin: 0 0 15px 0;
      border: 1px solid #e2e2e2;
      border-radius: 5px;
    }
    .main-health-scan .banner-form select {
      color: #666;
      appearance: none;
      text-transform: capitalize;
      outline: none;
      width: 100%;
      padding: 10px 10px 10px 60px;
      font-size: 14px;
      margin: 0 0 15px 0;
      border: 1px solid #e2e2e2;
      border-radius: 5px;
    }
    .main-health-scan .banner-form input[type="submit"] {
      outline: none;
      width: 100%;
      padding: 0 10px;
      line-height: 45px;
      font-size: 14px;
      font-weight: 500;
      background: #f16948;
      margin: 0px 0 10px 0;
      border-radius: 60px;
      color: #fff;
      border: none;
    }
    .main-health-scan .appointment-section li p {
      font-size: 15px;
      color: #393939;
      width: 250px;
      font-weight: 500;
      padding: 0;
      margin: 20px auto auto auto;
    }
  }
  
  /*#########################*/
  @media only screen and (max-width: 1600px) {
    
    .main-health-scan .callbackftr {
      font-size: 14px !important;
    }
    .main-health-scan .logo img {
      width: 75%;
      height: auto;
    }
    .main-health-scan .btm-call {
      font-size: 15px;
      line-height: 21px;
      display: inline-block;
      text-align: right;
      vertical-align: top;
    }
    .main-health-scan .r-city {
      font-size: 15px;
    }
    .main-health-scan .btm-appointment a {
      font-size: 14px;
      padding: 10px 30px;
    }
    .main-health-scan .av-test h2 {
      font-size: 30px;
      font-weight: 600;
      color: #00a0a8;
      margin: 10px 0 20px 0;
      padding: 0;
    }
    .main-health-scan .av-test li h4 {
      font-size: 15px;
      color: #00a0a8;
      margin: 0;
      padding: 0;
    }
    .main-health-scan .av-test li p {
      font-size: 13px;
      margin: 6px 0;
      color: #393939;
    }
    .main-health-scan .service-section h3 {
      text-align: center;
      border-radius: 70px;
      background: #fff;
      display: inline-block;
      font-size: 30px;
      font-weight: 600;
      color: #00a0a8;
      margin: auto;
      padding: 6px 2%;
      border: 1px solid #00a0a8;
    }
  
    .main-health-scan .service-s h4 {
      font-weight: 600;
      color: #393939;
      font-size: 20px;
      margin: 20px 0 0 0;
      padding: 0;
    }
    .main-health-scan .service-s h5 {
      font-weight: 600;
      color: #00a0a8;
      font-size: 15px;
    }
    .main-health-scan .service-s h5 span {
      font-size: 13px;
      font-weight: 400;
      text-decoration: line-through;
    }
    .main-health-scan .service-s p {
      font-size: 12px;
      color: #393939;
      font-weight: 500;
      margin: 10px 0 20px 0;
      padding: 0 6%;
      min-height: 120px;
    }
    .main-health-scan .feature h6 {
      display: block;
      width: 135px;
      position: relative;
      font-weight: 600;
      border-radius: 70px;
      font-size: 12px;
      color: #fff;
      padding: 7px;
      margin: -46px auto 10px auto;
      background: #f16948;
    }
    .main-health-scan .feature li {
      margin-left: 30px;
      padding: 5px 0;
      font-size: 12px;
    }
    .main-health-scan .whl-section h3 {
      text-align: center;
      border-radius: 70px;
      background: #fff;
      display: inline-block;
      font-size: 30px;
      font-weight: 600;
      color: #00a0a8;
      margin: auto;
      padding: 6px 2%;
      border: 1px solid #00a0a8;
    }
    .main-health-scan .whl h4 {
      font-size: 16px;
      line-height: 22px;
      font-weight: 600;
    }
    .main-health-scan .whl {
      text-align: center;
      margin-bottom: 10%;
    }
    .main-health-scan .whl-t {
      margin: 4% auto 2% auto;
      width: 95%;
    }
    .main-health-scan .av-test {
      text-align: center;
      padding: 3% 1% 5% 1%;
    }
    .main-health-scan .tagline p {
      color: #fff;
      font-size: 28px;
      font-weight: 600;
      line-height: 32px;
    }
    .main-health-scan .tagline li span img {
      width: 40px;
      height: 40px;
    }
    .main-health-scan .tagline li p {
      color: #000;
      font-size: 13px;
      font-weight: 400;
      line-height: 17px;
      min-height: 60px;
      margin: 0;
      padding: 0;
    }
    .main-health-scan .slide img {
      width: 80%;
      height: auto;
    }
    .main-health-scan .banner_br {
      padding: 3% 4%;
      background: url(https://www.myhfhc.org/wp-content/themes/myhfhc/images/sub-page-content-header-bg-whoweare.jpg)
        center top no-repeat !important;
    }
    .main-health-scan .tagline li {
      float: left;
      width: 49%;
      margin-bottom: 25px;
    }
    .main-health-scan .btm-more {
      font-size: 14px;
      float: left;
      color: #fff;
      background: #f16948;
      transition: 0.3s;
      padding: 11px 50px;
      border-radius: 40px;
      font-weight: 500;
    }
    .main-health-scan .carousel-indicators {
      width: 11%;
    }
    .main-health-scan .tagline ul {
      margin: 40px 0 0 0;
    }
    .main-health-scan .banner-form {
      box-shadow: 0 0 20px rgb(0 0 0 / 15%);
      position: absolute;
      right: 2%;
      top: 93px;
      width: 324px;
      border-radius: 11px;
      padding: 10px 20px;
      background: #f7f7f7;
      text-align: center;
    }
    .main-health-scan .banner-form h3 {
      text-align: center;
      margin: 25px 0;
      font-size: 24px;
      font-weight: 500;
    }
    .main-health-scan .banner-form input[type="text"] {
      outline: none;
      width: 100%;
      padding: 10px 10px 10px 60px;
      font-size: 14px;
      margin: 0 0 15px 0;
      border: 1px solid #e2e2e2;
      border-radius: 5px;
    }
    .main-health-scan .banner-form input[type="tel"] {
      outline: none;
      width: 100%;
      padding: 10px 10px 10px 60px;
      font-size: 14px;
      margin: 0 0 15px 0;
      border: 1px solid #e2e2e2;
      border-radius: 5px;
    }
    .main-health-scan .banner-form select {
      color: #666;
      appearance: none;
      text-transform: capitalize;
      outline: none;
      width: 100%;
      padding: 10px 10px 10px 60px;
      font-size: 14px;
      margin: 0 0 15px 0;
      border: 1px solid #e2e2e2;
      border-radius: 5px;
    }
    .main-health-scan .banner-form input[type="submit"] {
      outline: none;
      width: 100%;
      padding: 0 10px;
      line-height: 45px;
      font-size: 14px;
      font-weight: 500;
      background: #f16948;
      margin: 0px 0 10px 0;
      border-radius: 60px;
      color: #fff;
      border: none;
    }
    .main-health-scan .appointment-section .bg-line span {
      width: 1205px;
      display: block;
      height: 4px;
      background: #00a0a8;
      margin: auto;
    }
    .main-health-scan .r-header {
      padding-top: 10px;
      padding-bottom: 10px;
      background: #fff;
    }
    .main-health-scan .appointment-section h3 {
      text-align: center;
      border-radius: 70px;
      background: #fff;
      display: inline-block;
      font-size: 30px;
      font-weight: 600;
      color: #00a0a8;
      margin: auto;
      padding: 6px 2% 6px 2%;
      border: 1px solid #00a0a8;
    }
    .main-health-scan .appointment-section .bg-line span {
      width: 77%;
      display: block;
      height: 4px;
      background: #00a0a8;
      margin: auto;
    }
  }
  @media only screen and (max-width: 1400px) {
    .main-health-scan img.scan-image-2 {
      margin-left: -77px;
      width: 200px;
      height: 200px;
  }
  .main-health-scan .slide{
    width: 35% !important;
  }
  }
  /* Media Query for Tablets Ipads portrait mode */
  @media (min-width: 668px) and (max-width: 1200px) {
    .main-health-scan .care li {
      width: 25% !important;
      font-size: 14px;
      font-weight: 500;
    }
    .main-health-scan .tagline{
      width: 25% !important;
    }
    .main-health-scan .tagline li{
      display: contents;
    }
    .main-health-scan .slide {
      width: 39% !important;
    }
    .main-health-scan .slide img {
    width: 75%;
    height: auto;
    }
    .main-health-scan .img.scan-image-2{
    margin-left: -77px;
    width: 200px;
    height: 200px;
    }
  }
  /*#########################*/
  @media only screen and (max-width: 1024px) {
    .main-health-scan .logo img {
      width: 100%;
      height: auto;
    }
    .main-health-scan .btm-call {
      font-size: 15px;
    }
    .main-health-scan .r-city {
      font-size: 15px;
    }
    .main-health-scan .btm-appointment a {
      font-size: 14px;
    }
    .main-health-scan .btm-appointment {
      float: left;
      margin-top: 4px;
    }
    .main-health-scan .av-test h2 {
      font-size: 30px;
      font-weight: 600;
      color: #00a0a8;
      margin: 10px 0 20px 0;
      padding: 0;
    }
    .main-health-scan .av-test li h4 {
      font-size: 15px;
      color: #00a0a8;
      margin: 0;
      padding: 0;
    }
    .main-health-scan .av-test li p {
      font-size: 13px;
      margin: 6px 0;
      color: #393939;
    }
    .main-health-scan .service-section h3 {
      text-align: center;
      border-radius: 70px;
      background: #fff;
      display: inline-block;
      font-size: 30px;
      font-weight: 600;
      color: #00a0a8;
      margin: auto;
      padding: 6px 2%;
      border: 1px solid #00a0a8;
    }
    .main-health-scan .service-s h4 {
      font-weight: 600;
      color: #393939;
      font-size: 20px;
      margin: 20px 0 0 0;
      padding: 0;
    }
    .main-health-scan .service-s h5 {
      font-weight: 600;
      color: #00a0a8;
      font-size: 15px;
    }
    .main-health-scan .service-s h5 span {
      font-size: 13px;
      font-weight: 400;
      text-decoration: line-through;
    }
    .main-health-scan .service-s p {
      font-size: 12px;
      color: #393939;
      font-weight: 500;
      margin: 10px 0 10px 0;
      padding: 0 6%;
      min-height: 120px;
    }
    .main-health-scan .feature h6 {
      display: block;
      width: 135px;
      top: 57px;
      position: relative;
      font-weight: 600;
      border-radius: 70px;
      font-size: 12px;
      color: #fff;
      padding: 7px;
      margin: -46px auto 10px auto;
      background: #f16948;
    }
    .main-health-scan .feature li {
      margin-left: 30px;
      padding: 5px 0;
      font-size: 12px;
    }
    .main-health-scan .whl-section h3 {
      text-align: center;
      border-radius: 70px;
      background: #fff;
      display: inline-block;
      font-size: 30px;
      font-weight: 600;
      color: #00a0a8;
      margin: auto;
      padding: 6px 2%;
      border: 1px solid #00a0a8;
    }
    .main-health-scan .whl h4 {
      font-size: 16px;
      line-height: 22px;
      font-weight: 600;
      min-height: 80px;
    }
    .main-health-scan .whl {
      text-align: center;
      margin-bottom: 10%;
    }
    .main-health-scan .whl-t {
      margin: 4% auto auto auto;
      width: 100%;
    }
    .main-health-scan .av-test {
      text-align: center;
      padding: 3% 1% 5% 1%;
    }
    .main-health-scan .btm-appointment {
      float: left;
      margin-top: 4px;
    }
    .main-health-scan .tagline li span img {
      width: 35px;
      height: 35px;
      margin-bottom: 35px;
    }
    .main-health-scan .tagline li p {
      color: #000;
      font-size: 13px;
      font-weight: 400;
      line-height: 17px;
      min-height: 60px;
      margin: 0;
      padding: 0;
    }
    .main-health-scan .slide img {
      width: 86%;
      height: auto;
    }
    .main-health-scan .banner_br {
      padding: 3% 4%;
      background: url(https://www.myhfhc.org/wp-content/themes/myhfhc/images/sub-page-content-header-bg-whoweare.jpg)
        center top no-repeat !important;
    }
    .main-health-scan .tagline li {
      float: left;
      width: 49%;
      margin-bottom: 25px;
    }
    .main-health-scan .btm-more {
      font-size: 14px;
      float: left;
      color: #fff;
      background: #f16948;
      transition: 0.3s;
      padding: 11px 50px;
      border-radius: 40px;
      font-weight: 500;
    }
    .main-health-scan .carousel-indicators {
      width: auto;
    }
    .main-health-scan .tagline ul {
      margin: 40px 0 0 0;
    }
    .main-health-scan .banner-form {
      box-shadow: 0 0 20px rgb(0 0 0 / 15%);
      position: absolute;
      right: 2%;
      top: 93px;
      width: 259px;
      border-radius: 11px;
      padding: 10px 10px;
      background: #f7f7f7;
      text-align: center;
    }
    .main-health-scan .banner-form h3 {
      text-align: center;
      margin: 10px 0;
      font-size: 20px;
      font-weight: 500;
    }
    .main-health-scan .banner-form input[type="text"] {
      outline: none;
      width: 100%;
      padding: 10px 10px 10px 60px;
      font-size: 14px;
      margin: 0 0 10px 0;
      border: 1px solid #e2e2e2;
      border-radius: 5px;
    }
    .main-health-scan .banner-form input[type="tel"] {
      outline: none;
      width: 100%;
      padding: 10px 10px 10px 60px;
      font-size: 14px;
      margin: 0 0 10px 0;
      border: 1px solid #e2e2e2;
      border-radius: 5px;
    }
    .main-health-scan .banner-form select {
      color: #666;
      appearance: none;
      text-transform: capitalize;
      outline: none;
      width: 100%;
      padding: 10px 10px 10px 60px;
      font-size: 14px;
      margin: 0 0 10px 0;
      border: 1px solid #e2e2e2;
      border-radius: 5px;
    }
    .main-health-scan .banner-form input[type="submit"] {
      outline: none;
      width: 100%;
      padding: 0 10px;
      line-height: 45px;
      font-size: 14px;
      font-weight: 500;
      background: #f16948;
      margin: 0px 0 10px 0;
      border-radius: 60px;
      color: #fff;
      border: none;
    }
    .main-health-scan .tagline {
      padding: 0;
    }
    .main-health-scan .tagline p {
      color: #fff;
      font-size: 25px;
      font-weight: 600;
      line-height: 27px;
    }
    .main-health-scan .price {
      font-size: 20px;
      color: #fcbe57;
      clear: both;
      width: 100%;
      font-weight: 600;
    }
    .main-health-scan .price span {
      color: #fff;
      font-size: 16px;
      text-decoration: line-through;
      font-weight: 400;
    }
    .main-health-scan .slide {
      padding-bottom: 76px;
    }
    .main-health-scan .av-test li {
      display: inline-block;
      width: 24%;
    }
    .main-health-scan .pad-mode {
      width: 50%;
      margin-bottom: 5%;
    }
    .main-health-scan .feature ul {
      min-height: 125px;
      border-radius: 0 0 12px 12px;
      margin: 0px 0px 0px 0px;
      padding: 30px 30px 20px 30px;
      background: #ebf7f8;
      border-top: 1px solid #f16948;
    }
    .main-health-scan .line {
      height: 1px;
      background: #18a0a8;
      width: 100%;
      position: absolute;
      margin-top: -23px;
      z-index: -1;
    }
    .main-health-scan .whl-line {
      height: 1px;
      width: 100%;
      background: #18a0a8;
      width: 100%;
      position: absolute;
      margin-top: -23px;
      z-index: -1;
    }
    .main-health-scan .appointment-section h3 {
      font-size: 30px;
      padding: 6px 3%;
    }
    .main-health-scan .appointment-section .bg-line span {
      width: 83%;
      display: block;
      height: 4px;
      background: #00a0a8;
      margin: auto;
    }
    .main-health-scan .appointment-section li p {
      font-size: 13px;
      color: #393939;
      width: auto;
      font-weight: 500;
      padding: 0;
      margin: 20px auto auto auto;
    }
    .main-health-scan .care li {
      width: 32% !important;
      font-size: 14px;
      font-weight: 500;
    }
    .main-health-scan footer {
      clear: both;
    }
    .main-health-scan input[type="text"]{
      box-shadow: none !important;
    }
    .main-health-scan .banner-form {
    position: relative;
    width: 100%;
    float: left;
    left: 0;
    top: 0;
    margin-top: 15px;
    }
    .main-health-scan .item {
      display: block !important;
    }
  }
  /*#########################*/
  @media (max-width: 768px) {
    .main-health-scan .steps-container {
      flex-direction: column;
    }
  
    .main-health-scan .steps-container::before {
      top: auto;
      left: 50%;
      width: 2px;
      height: 100%;
    }
  
    .main-health-scan .step {
      margin-bottom: 20px;
      flex-direction: row;
    }
  
    .main-health-scan .step .text {
      max-width: none;
      text-align: left;
      margin-left: 10px;
    }
    
    .main-health-scan .centernearby .listavlcity ul {
      margin: 0px;
    }
    .main-health-scan .centernearby .listavlcity ul li {
      width: 100%;
      background-size: 45px;
      padding: 9px 8px 9px 60px;
      margin: 5px;
      background-position: 0px;
    }
    .main-health-scan .talktoexpert {
      margin: 0px;
      padding: 0px;
      text-align: center;
    }
    .main-health-scan .items-list {
      max-width: 100%;
      padding: 0;
    }
    .main-health-scan .logo_new {
      margin: 15px 0px;
    }
    .main-health-scan .logo_new a img {
      max-width: 100%;
    }
    .main-health-scan .mob-appointment span img {
      width: 32px;
    }
    .main-health-scan .logo {
      width: 130px;
      padding: 0px 0;
    }
    .main-health-scan .av-test h1 {
      font-size: 24px;
    }
    .main-health-scan .spacer {
      display: none;
    }
    .main-health-scan  body {
      overflow-x: hidden;
    }
    .main-health-scan #navbarTogglerDemo03 {
      padding-left: 0px;
    }
    .main-health-scan .mid-section .owl-nav {
      margin: 0px;
    }
    .main-health-scan .mid-section .owl-nav .owl-prev {
      margin: 0px 6px;
    }
    .main-health-scan .mid-section .owl-nav .owl-next {
      margin: 0px 6px;
    }
    .main-health-scan .item__title:after {
      top: 12px;
    }
    .main-health-scan #accordion {
      max-width: 100%;
      margin: auto;
    }
    .main-health-scan .item__content {
      padding: 1rem;
    }
    .main-health-scan .r-header {
      background: #fff;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 5px;
      padding-right: 5px;
    }
    .main-health-scan #exampleModal .modal-dialog {
      max-width: 350px;
    }
    .main-health-scan .btm-call {
      display: none;
    }
    .main-health-scan .m-fold {
      width: auto;
      padding: 0;
      float: left;
    }
    .main-health-scan .header-bar {
      right: 5px;
      top: 20px;
    }
    .main-health-scan .r-city {
      padding: 5px 0;
      font-weight: 700;
      font-size: 11px;
      appearance: auto;
      background: #fff;
      border-bottom: 1px solid #30c6d0;
      width: 114px;
      margin-top: 10px;
    }
  
    .main-health-scan #navbarTogglerDemo03 .navbar-nav {
      margin: 10px 0px;
      padding-left: 0px;
    }
    .main-health-scan #navbarTogglerDemo03 .navbar-nav .dmenu {
      padding: 8px 0px;
    }
  
    .main-health-scan .m-appointment {
      float: right;
      width: 145px;
      clear: both;
      font-size: 11px;
    }
    .main-health-scan .m-appointment span {
      float: left;
      margin: 10px 12px;
      display: block;
    }
    .main-health-scan .m-appointment span img {
      width: 30px;
    }
    .main-health-scan .m-appointment a {
      color: #000;
      text-decoration: none;
      font-weight: 700;
      line-height: 17px;
    }
    .main-health-scan .m-appointment a b {
      color: #00a0a8;
      font-size: 14px;
    }
    .main-health-scan .banner_br {
      float: left;
      width: 100%;
      padding: 3% 4%;
      background: url(https://www.myhfhc.org/wp-content/themes/myhfhc/images/sub-page-content-header-bg-whoweare.jpg)
        center top no-repeat !important;
    }
    .main-health-scan .slide {
      float: right;
      padding: 0;
    }
    .main-health-scan .slide img {
      width: 100%;
      height: auto;
    }
    .main-health-scan .pad-mode {
      width: 100%;
      margin-bottom: 10%;
    }
    .main-health-scan .feature ul {
      min-height: auto;
      border-radius: 0 0 12px 12px;
      margin: 45px 0px 0px 0px;
      padding: 30px 10px 20px 10px;
    }
    .main-health-scan .service-s h5 {
      font-size: 18px;
    }
    .main-health-scan .service-s h5 span {
      font-size: 14px;
    }
    .main-health-scan .av-test li {
      display: inline-block;
      width: 48%;
    }
    .main-health-scan .av-test li h4 {
      font-weight: 600;
    }
    .main-health-scan .whl h4 {
      font-size: 13px;
      line-height: 18px;
      font-weight: 600;
      min-height: auto;
      height: 55px;
    }
    .main-health-scan .whl-line {
      height: 1px;
      background: #18a0a8;
      width: 100%;
      position: absolute;
      margin-top: -16px;
      z-index: -1;
    }
    .main-health-scan .whl-section h3 {
      text-align: center;
      border-radius: 70px;
      background: #fff;
      display: inline-block;
      font-size: 20px;
      font-weight: 600;
      color: #00a0a8;
      margin: auto;
      padding: 6px 6%;
      border: 1px solid #00a0a8;
    }
    .main-health-scan .m-w {
      width: 50%;
      float: left;
      text-align: center;
      padding: 0;
    }
    .main-health-scan .m-w img {
      height: auto;
      width: 80%;
      margin: 0;
    }
    .main-health-scan .whl {
      padding: 0;
      margin: 20% 0 10% 0;
    }
    .main-health-scan .appointment-section h3 {
      font-size: 18px;
      padding: 6px 7%;
    }
    .main-health-scan .service-section h3 {
      font-size: 22px;
      padding: 6px 4%;
    }
    .main-health-scan .line {
      margin-top: -15px;
    }
    .main-health-scan .mid-section {
      width: 100%;
      margin: 40px auto auto auto;
    }
    .main-health-scan .service-section {
      padding: 0;
      text-align: center;
      margin-top: 30px;
    }
    .main-health-scan .av-test h2 {
      font-size: 26px;
    }
    .main-health-scan .appointment-section li {
      display: block;
      width: 65%;
      margin: auto;
      text-align: left;
      padding-bottom: 15%;
      border-left: 4px solid #00a0a8;
      padding-left: 6%;
    }
    .main-health-scan .appointment-section li span {
      margin: -10px 0 0 0;
      width: auto;
      position: absolute;
      left: 37px;
    }
    .main-health-scan .appointment-section .bg-line {
      display: none;
    }
    .main-health-scan .appointment-section li img {
      width: 76px;
    }
    .main-health-scan .appointment-section li p {
      font-size: 18px;
      color: #393939;
      width: auto;
      font-weight: 500;
      padding: 0;
      margin: 20px auto auto auto;
    }
    .main-health-scan .appointment-section ul {
      margin: 15% auto 4% auto;
      width: 100%;
      padding: 0;
    }
    .main-health-scan .appointment-section li span b {
      border-radius: 40px;
      display: block;
      background: #00a0a8;
      width: 12px;
      height: 12px;
      position: absolute;
      margin: -26px 0 0 25px;
    }
    .main-health-scan .service-s p {
      font-size: 12px;
      color: #393939;
      font-weight: 500;
      margin: 10px 0 10px 0;
      padding: 0 6%;
      min-height: auto;
    }
    .main-health-scan .tagline {
      width: 100%;
    }
  
    .main-health-scan .tagline p {
      font-size: 22px;
      font-weight: 600;
      line-height: 25px;
      width: 100%;
      text-align: center;
      margin: auto;
    }
    .main-health-scan .price {
      font-size: 14px;
      color: #fcbe57;
      clear: both;
      width: 100%;
      text-align: center;
      font-weight: 600;
    }
    .main-health-scan .price span {
      color: #fff;
      font-size: 12px;
    }
  
    .main-health-scan .tagline li p {
      color: #000;
      font-size: 10px;
      font-weight: 400;
      line-height: 17px;
      min-height: 60px;
      margin: 0;
      padding: 0;
    }
    .main-health-scan .btm-more {
      display: none;
    }
    .main-health-scan .tagline ul {
      display: none;
    }
    .main-health-scan .slide {
      width: 100%;
      margin: auto;
      text-align: center;
    }
    .main-health-scan .slide img {
      width: 70%;
      text-align: center;
    }
    .main-health-scan .carousel-inner > .item > a > img,
    .main-health-scan .carousel-inner > .item > img,
    .main-health-scan .img-responsive,
    .main-health-scan .thumbnail a > img,
    .main-health-scan .thumbnail > img {
      display: block;
      max-width: 70%;
      margin: 0px auto 15px auto;
      height: auto;
    }
  
    .main-health-scan .social {
      text-align: center;
      margin-top: 30px;
    }
    .main-health-scan #txtSearch {
      padding: 10px 15px;
      font-size: 13px;
    }
    .main-health-scan .social a {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    
    .main-health-scan .mobile-v {
      width: 100%;
      margin: 10px 0 10px 0;
      padding: 0;
      float: left;
      display: block;
    }
    .main-health-scan .mobile-v ul {
      width: 100%;
      float: left;
      margin: 0;
      padding: 0;
    }
    .main-health-scan .mobile-v li {
      width: 50%;
      height: 40px;
      float: left;
      text-align: left;
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .main-health-scan .mobile-v li p {
      font-size: 12px;
      font-weight: 400;
    }
    .main-health-scan .mobile-v li span {
      width: 30px;
      height: 30px;
      margin-right: 5px;
      float: left;
      margin-bottom: 30px;
    }
    .main-health-scan .mobile-v li span img {
      width: 100%;
      height: auto;
      float: left;
    }
    .main-health-scan .carousel-indicators {
      display: none;
    }
  
    .main-health-scan .care li {
      width: 100% !important;
      font-size: 12px;
      font-weight: 400;
      padding: 6px 0px;
    }
  }
  @media (max-width: 425px) {
    .main-health-scan .card-location {
      width: 100%;
    }
    .main-health-scan .text {
      width: 100%;
    }
    .main-health-scan .know-card {
      justify-content: center;
      display: flex;
    }
    .main-health-scan .book-text {
      min-height: 70px;
    }
    .main-health-scan .features-container {
      grid-template-columns: 100%;
    }
  }
  
/* Health Scan End  */

/* Hospital Start */
.main-hospital .hcard {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    margin: 20px;
    transition: transform 0.2s;
    display: flex;
    gap: 30px;
  }
  
  .main-hospital .hcard:hover {
    transform: translateY(-10px);
  }
  
  .main-hospital .card-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    background-color: #fff;
    padding: 8px;
    text-align: center;
    min-height: 350px;
  }
  .main-hospital .hcard-image {
    width: 30%;
  }
  
  .main-hospital .hcard-content {
    padding: 20px;
    width: 70%;
  }
  
  .main-hospital .hcard-title {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  
  .main-hospital .hcard-subtitle {
    color: #888;
    font-size: 1em;
    margin-bottom: 15px;
  }
  
  .main-hospital .hcard-description {
    font-size: 0.9em;
    margin-bottom: 15px;
  }
  
  .main-hospital .hcard-description .advanced-treatments {
    color: #007bff;
    text-decoration: none;
  }
  
  .main-hospital .hcard-description .advanced-treatments:hover {
    text-decoration: underline;
  }
  
  .main-hospital .hcard-info {
    font-size: 0.9em;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
  }
  
  .main-hospital .hcard-info .rating {
    color: black;
    font-weight: 600;
  }
  
  .main-hospital .hcard-info .availability {
    color: #28a745;
  }
  .main-hospital .address svg {
    width: 10px;
  }
  .main-hospital .address {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .hcard-address,
  .main-hospital .hcard-distance {
    font-size: 0.8em;
    color: #666;
  }
  .main-hospital .main-address {
    margin-bottom: 15px;
  }
  .main-hospital .hcard-buttons {
    display: flex;
    justify-content: space-between;
  }
  
  .main-hospital .btn {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9em;
  }
  
  .main-hospital .direction-btn {
    background-color: #007bff;
    color: #fff;
  }
  
  .main-hospital .view-doctor-btn {
    background-color: #28a745;
    color: #fff;
  }
  
  /* Button Animation */
  
  .main-hospital .main-btn-doctor {
    display: flex;
    gap: 20px;
    margin-top: 10px;
  }
  .main-hospital .cbtn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 1px 0px;
  }
  .main-hospital .cbtn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
  
    transition: 0.3s;
  }
  .main-hospital .cbtn span:hover {
    color: white !important;
  }
  .main-hospital :active,
  .main-hospital :hover,
  .main-hospital :focus {
    outline: 0 !important;
    outline-offset: 0;
  }
  .main-hospital ::before,
  .main-hospital ::after {
    position: absolute;
    content: "";
  }
  .main-hospital .btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .main-hospital .btn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
  
    transition: 0.3s;
  }
  .main-hospital .btn.hover-border-4::before {
    bottom: 0;
    left: -1px;
    border-top: 1px solid rgb(28, 31, 30);
    border-left: 1px solid rgb(28, 31, 30);
  }
  .main-hospital .btn.hover-border-4::after {
    top: 0;
    right: 0;
    border-bottom: 1px solid rgb(28, 31, 30);
    border-right: 1px solid rgb(28, 31, 30);
  }
  .main-hospital .btn.hover-border-4:hover::before,
  .main-hospital .btn.hover-border-4:hover::after {
    width: 100%;
    height: 99%;
    opacity: 1;
    transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
  }
  .main-hospital .btn-3 span {
    background-color: #39cabb;
    padding: 9px 28px;
  }
  
  .main-hospital .cbtn.hover-border-4::before,
  .main-hospital .cbtn.hover-border-4::after {
    width: 0%;
    height: 0%;
    opacity: 0;
    transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
  }
  .main-hospital .cbtn.hover-border-4::before {
    bottom: 0;
    left: -1px;
    border-top: 1px solid rgb(28, 31, 30);
    border-left: 1px solid rgb(28, 31, 30);
  }
  .main-hospital .cbtn.hover-border-4::after {
    top: 0;
    right: 0;
    border-bottom: 1px solid rgb(28, 31, 30);
    border-right: 1px solid rgb(28, 31, 30);
  }
  .main-hospital .cbtn.hover-border-4:hover::before,
  .main-hospital .cbtn.hover-border-4:hover::after {
    width: 100%;
    height: 99%;
    opacity: 1;
    transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
  }
  .main-hospital .cbtn-3 span {
    background-color: #39cabb;
    padding: 9px 28px;
  }
  
  @media (max-width: 768px) {
    .main-hospital .hcard {
      max-width: 100%;
      margin: 0px;
      margin-top: 20px;
    }
    .main-hospital .banner-img{
      padding-top: 40px;
    }
    .main-hospital .hcard{
      display: block;
    }
    .main-hospital .hcard-image{
      width: 100%;
      display: flex;
      justify-content: center;
    }
    .main-hospital .card-img{
      width: 70%;
    }
    .main-hospital .hcard-content{
      width: 100%;
    }
    .main-hospital .container, .container-fluid{
      padding: 15px;
    }
  }
  @media (max-width: 425px) {
    .main-hospital .card-img{
          min-height: 280px;
      }
  }
  @media (max-width: 320px) {
    .main-hospital .card-img{
          min-height: 200px;
      }
  }
  
/* Hospital End */

/* How its Work Start */
.main-how-its-work .how-it-works {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  
  .main-how-its-work .after-banner {
    padding: 30px 0px;
  }
  .main-how-its-work .title-how-its-work span {
    font-size: 22px;
  
    font-weight: 700;
  }
  .main-how-its-work .title-how-its-work {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main-how-its-work .how-it-works h1 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
  }
  
  .main-how-its-work .content-how-its-work {
    padding-bottom: 10px;
  }
  
  .main-how-its-work .step {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .main-how-its-work .step:nth-child(even) .content {
    order: -1;
  }
  
  .main-how-its-work .step .image {
    flex: 1;
    text-align: center;
  }
  .main-how-its-work .step img {
    transition: transform 0.3s ease;
    box-shadow: 4px 5px 10px 0px rgb(0 0 0 / 0.4);
  }
  .main-how-its-work .step image:hover img {
    transform: scale(1.5);
  }
  
  .main-how-its-work .step .content {
    flex: 2;
    padding: 0 20px;
  }
  
  .main-how-its-work .step .content h2 {
    color: #333;
    margin-bottom: 10px;
  }
  
  .main-how-its-work .step .content p {
    color: #666;
    line-height: 1.6;
  }
  
  /* Responsive design */
  @media (max-width: 768px) {
    .main-how-its-work .step {
      flex-direction: column;
      text-align: center;
    }
  
    .main-how-its-work .step:nth-child(even) .content {
      order: 0;
    }
  
    .main-how-its-work .step .image,
    .main-how-its-work .step .content {
      flex: none;
      width: 100%;
      padding: 0;
    }
  
    .main-how-its-work .step img {
      width: 50%;
      height: auto;
      margin: 0 auto 20px;
    }
  
    .main-how-its-work .step .content {
      text-align: center;
      padding: 0 20px;
    }
  }
  
/* How its Work End */

/* Labs Start */
.main-lab .filter-section {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
  }
  .main-lab .after-banner {
    padding: 30px 0px;
  }
  .main-lab #category-input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    flex: 1;
  }
  
  .main-lab #search-button {
    padding: 10px 20px;
    border: 1px solid #007bff;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .main-lab #search-button:hover {
    background-color: #0056b3;
  }
  
  
  
  .main-lab .blog-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    width: 100%;
    margin: 10px;
  }
  
  .main-lab .blog-card .left {
    flex: 1;
  }
  
  .main-lab .blog-card .left img {
    width: 100%;
    height: auto;
  }
  
  .main-lab .blog-card .right {
    flex: 2;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .main-lab .blog-card h2 {
    font-size: 1.5em;
  }
  
  .main-lab .blog-card .content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .main-lab .blog-card .more-text {
    display: none;
  }
  
  .main-lab .read-more {
    color: #007bff;
    cursor: pointer;
    text-decoration: none;
    align-self: flex-start;
  }
  
  .main-lab .read-more:hover {
    text-decoration: underline;
  }
  
  .main-lab :active,
  .main-lab :hover,
  .main-lab :focus {
    outline: 0 !important;
    outline-offset: 0;
  }
  .main-lab ::before,
  .main-lab ::after {
    position: absolute;
    content: "";
  }
  
  .main-lab .btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .main-lab .btn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
  
    transition: 0.3s;
  }
  
  .main-lab .btn.hover-border-4::before,
  .main-lab .btn.hover-border-4::after {
    width: 0%;
    height: 0%;
    opacity: 0;
    transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
  }
  .main-lab .btn.hover-border-4::before {
    bottom: 0;
    left: -1px;
    border-top: 1px solid rgb(28, 31, 30);
    border-left: 1px solid rgb(28, 31, 30);
  }
  .main-lab .btn.hover-border-4::after {
    top: 0;
    right: 0;
    border-bottom: 1px solid rgb(28, 31, 30);
    border-right: 1px solid rgb(28, 31, 30);
  }
  .main-lab .btn.hover-border-4:hover::before,
  .main-lab .btn.hover-border-4:hover::after {
    width: 100%;
    height: 99%;
    opacity: 1;
    transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
  }
  .main-lab .btn-3 span {
    background-color: #39cabb;
    padding: 9px 10px;
  }
  .main-lab .banner-img {
    margin-top: 100px;
  }
  @media (max-width: 1024px) {
    .main-lab .banner-img {
      margin-top: 140px;
    }
  }
  @media (max-width: 768px) {
    .main-lab .banner-img {
      margin-top: 100px;
    }
  }
  @media (max-width: 768px) {
    .main-lab .blog-card {
      width: 100%;
      flex-direction: column;
    }
  
    .main-lab .blog-card .left {
      flex: none;
    }
  
    .main-lab .blog-card .right {
      flex: none;
      padding: 10px;
    }
  }
  @media (max-width: 575px) {
    .main-lab .filter-section {
      padding: 0 10px;
    }
    .main-lab .after-banner {
      padding: 20px 10px;
    }
  }
  @media (max-width: 360px) {
    .main-lab .filter-section {
      display: block;
    }
    .main-lab #category-input {
      display: flex;
      justify-content: center;
      width: 100%;
    }
    .main-lab .main-btn {
      display: flex;
      justify-content: left;
      padding-top: 15px;
    }
  }
  
/* Labs End */

/* LabListing Start */
.main-lablisting .after-banner {
    padding: 30px 0px;
  }
  .main-lablisting .discount-svg {
    width: 19px;
    height: 19px;
  }
  .main-lablisting .main-body {
    background-color: #fff;
  }
  .main-lablisting .main-discount {
    display: flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(
      90deg,
      rgba(255, 238, 213, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    margin: 8px 0px 10px 0px;
    padding: 5px;
  }
  .main-lablisting .main-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #232323;
    padding-top: 25px;
  }
  .main-lablisting .main-discount span {
    font-size: 18px;
  }
  .main-lablisting .main-content {
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 1.4375rem;
    color: #173731;
    width: 100%;
  }
  
  .main-lablisting .main-lab-listing-collection {
    display: flex;
    gap: 10px;
  }
  .main-lablisting .lab-listing-partition-line {
    border-right: 1px solid;
    padding-right: 5px;
  }
  
  /* first section listing page */
  
  .main-lablisting .listings {
    overflow: hidden;
    max-height: 500px; /* Adjust according to your need */
    transition: max-height 0.5s ease-in-out; /* Smooth transition */
  }
  
  .main-lablisting .listing {
    box-shadow: 0px 3px 9px rgba(178, 178, 178, 0.2);
    margin: 10px 10px 20px;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    background-color: white;
    gap: 10px;
  }
  
  .main-lablisting .listing img {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
  
  .main-lablisting .info {
    flex: 1;
  }
  
  .main-lablisting .info h3 {
    font-size: 16px;
  }
  
  .main-lablisting .info p {
    font-size: 10px;
  }
  
  .main-lablisting .lab-machine-image {
    background-color: #fffaf3;
  }
  .main-lablisting .price-label {
    font-weight: 600;
  }
  .main-lablisting .price {
    font-size: 1.12rem;
    line-height: 1.5;
    color: #252525;
    margin: 0 10px;
  }
  .main-lablisting .price span {
    display: block;
  }
  .main-lablisting .book-btn {
    margin: 0px !important;
    background: #00a0a8;
    border-radius: 5px;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.31rem;
    color: #fff !important;
    text-decoration: none !important;
    padding: 8px 10px;
    width: max-content;
    text-align: center;
    border: none;
    height: 38px;
  }
  
  .main-lablisting .book-btn:hover {
    background-color: #00a0a8;
  }
  
  .main-lablisting #toggle-btn {
    text-decoration: none;
    background: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: none;
    border-radius: 8px;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif !important;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #2c3232;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
  }
  
  .main-lablisting #toggle-btn:hover {
    background-color: #fff;
  }
  /* Section-2 */
  
  .main-lablisting .main-content {
    padding-top: 10px;
  }
  .main-lablisting .main-card {
    display: flex;
    align-items: center;
    margin: 10px 0px 10px 15px;
    background: #fff;
    box-shadow: 0 6px 11px rgba(178, 178, 178, 0.16);
    border-radius: 5px;
    width: 50%;
  }
  .main-lablisting .card-image {
    width: 80px;
    background-color: #e1f0ff;
    display: flex;
    justify-content: center;
    padding: 10px;
  }
  .main-lablisting .card-image img {
    width: 50px;
    height: 50px;
  }
  .main-lablisting .Healthian-cards-first {
    display: flex;
  }
  .main-lablisting .Healthian-cards-second {
    display: flex;
  }
  .main-lablisting .card-content {
    padding: 3px 20px;
  }
  .main-lablisting .card-content span {
    font-size: 14px;
  }
  .main-lablisting .Healthian-cards {
    width: 100%;
  }
  .main-lablisting .consultation-section {
    box-shadow: 0px 3px 9px rgba(178, 178, 178, 0.2);
    margin: 25px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    border: 1px solid #eaeaea;
  }
  
  .main-lablisting .consultation-section img {
    width: 60px;
    height: 60px;
    padding: 5px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .main-lablisting .info span {
    font-size: 14px;
  }
  .main-lablisting .info table {
    width: 100%;
    border-collapse: collapse;
  }
  .main-lablisting .info th,
  .main-lablisting .info td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
  }
  .main-lablisting .info th {
    background-color: #f2f2f2;
  }
  .main-lablisting .product-list {
    margin-top: 20px;
  }
  .main-lablisting .consultation-section .book-btn {
    border-radius: 0px;
    padding: 15px;
  }
  
  .main-lablisting .main-content {
    padding-top: 10px;
  }
  .main-lablisting .main-Benifits-card {
    display: flex;
    align-items: center;
    margin: 10px 0px 10px 15px;
    border-radius: 5px;
    width: 50%;
  }
  .main-lablisting .Benifits-cards {
    display: flex;
  }
  
  .main-lablisting .Benifits-cards {
    width: 100%;
    margin: 10px 0px;
  }
  .main-lablisting .card-Benifits-image {
    width: 80px;
  
    display: flex;
    justify-content: center;
    padding: 10px;
  }
  .main-lablisting .card-Benifits-image img {
    width: 50px;
    height: 50px;
  }
  
  .main-lablisting .card-Benifits-content {
    padding: 0 10px;
  }
  
  /* POPUP */
  
  #popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
  }
  
  .popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px; /* Adjusted to fit the content */
    width: 100%;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    max-height: 90vh; /* Make sure the popup is never taller than the viewport */
    overflow-y: auto; /* Enable scrolling if content is too tall */
  }
  
  .popup-content h2 {
    text-align: start;
    margin-bottom: 0px;
    background-color: #00a0a8;
    padding: 10px 10px;
    color: white;
  }
  
  .popup-content p {
    text-align: center;
    margin-bottom: 0px; /* Adjusted for better spacing */
    background-color: #00a0a8;
    padding-bottom: 10px;
    color: white;
    font-size: 12px;
  }
  .popup-content span {
    text-align: start;
    margin-bottom: 0px; /* Adjusted for better spacing */
    background-color: #00a0a8;
    padding: 0px 10px;
    color: white;
    font-size: 12px;
  }
  .address {
    display: flex;
    width: 100%;
    background-color: #00a0a8;
    justify-content: felx-start;
  }
  
  .popup-content table {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    border-collapse: collapse;
    overflow-x: auto; /* Enable horizontal scrolling if table is too wide */
  }
  .MRP {
    display: flex;
    justify-content: space-between;
  }
  .popup-content form button {
  }
  .popup-button-appointment {
    width: 100%;
  }
  .popup-content table th,
  .popup-content table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
  }
  .payable-details {
    display: flex;
    flex-direction: column;
  }
  
  .payable-details > div {
    margin-bottom: 4px;
  }
  
  .payable-details > div:last-child {
    font-weight: bold;
  }
  .popup-content form {
    display: flex;
    flex-direction: column;
  }
  
  .popup-content form input,
  .popup-content form select,
  .popup-content form button {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
  }
  
  .popup-content form button {
    background-color: #00a0a8;
    color: #fff;
    border: none;
  }
  
  .popup-content form button:hover {
    background-color: #007c7d;
  }
  
  .popup-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  
  .popup-footer .close-btn,
  .popup-footer .save-btn {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .popup-footer .save-btn {
    background-color: #00a0a8;
    color: #fff;
  }
  
  .popup-footer .close-btn:hover,
  .popup-footer .save-btn:hover {
    background-color: #ddd;
  }
  .field-1 {
    display: flex;
    gap: 10px;
  }
  input[type="text"] {
    box-shadow: none !important;
  }
  
  /* Media Query */
  @media screen and (max-width: 768px) {
  }
  @media screen and (max-width: 425px) {
    .main-lablisting .Benifits-cards {
      display: block;
      width: 100%;
    }
    .main-lablisting .Benifits {
      width: 100%;
    }
    .main-lablisting .main-Benifits-card {
      width: 100%;
    }
  
    .main-lablisting .Healthian-cards-first {
      display: block;
    }
    .main-lablisting .main-card {
      width: 100%;
      margin: 10px 0px 10px 0px;
    }
    .main-lablisting .Healthian-cards-second {
      display: block;
    }
    .main-lablisting .listing {
      display: block;
      width: 100%;
    }
    .main-lablisting .info h3 {
      padding-top: 10px;
      margin-bottom: 0px !important;
    }
    .main-lablisting .price {
      margin-top: 10px;
    }
    .main-lablisting .book-btn {
      margin-top: 10px !important;
    }
  }
  
  .main-lablisting .distance-destination{
    margin-top: 10px;
  }
  .main-lablisting .main-table-price{
    margin-top: 10px;
  }
  
  
/* LabListing End */
 /* Our Package start */
 .main-our-packeges .tabs {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.main-our-packeges .tab-button {
    background: #f0f0f0;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
}

.main-our-packeges .tab-button.active {
    background: #099389;
    color: white;
}

.main-our-packeges .tab-button:hover {
    background: #ddd;
}

.main-our-packeges .tab-content {
    display: none;
    padding: 20px;
}

.main-our-packeges .tab-content.active {
    display: block;
}

.section-packages,
.main-our-packeges .section-other-content {
    padding: 2.5rem 0;
}

.main-our-packeges .container-packages {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1rem;
}

.main-our-packeges .header-packages {
    padding-bottom: 2.5rem;
    text-align: center;
    animation: show_up 1s forwards;
}

.main-our-packeges .title-packages {
    font-size: 1.875rem;
    font-weight: 600;
    color: #0F223E;
}

.main-our-packeges .subtitle-packages {
    padding-top: 1.25rem;
    font-size: 1rem;
    width: 50%;
    margin: 0 auto;
}

.main-our-packeges .cards-packages {
    display: flex;
    justify-content: space-between;
    animation: show_up 1s forwards;
}

.main-our-packeges .card-free,
.main-our-packeges .card-basic,
.main-our-packeges .card-pro {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 30%;
    padding: 2rem;
    text-align: center;
}

.main-our-packeges .card-basic {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    position: relative;
}

.main-our-packeges .card-basic-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background: linear-gradient(to right, #099389, #0E223E);
}

.main-our-packeges .card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.main-our-packeges .card-divider {
    border-top: 1px solid #e2e8f0;
    margin-bottom: 1rem;
}

.main-our-packeges .card-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
    height: 15rem;
}

.main-our-packeges .card-list-item {
    padding: 0.5rem 0;
}

.main-our-packeges .card-price {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.main-our-packeges .card-button {
    background: linear-gradient(to right, #099389, #0E223E);
    color: white;
    font-weight: 700;
    padding: 0.75rem 1.25rem;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    width: 80%;
    transition: background 0.3s ease;
}

.main-our-packeges .card-button:hover {
    background: linear-gradient(to right, #099389, #0E223E)
}

@keyframes show_up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
 /* Our Package End */

 /* PopUp Start */
 .search-bar-container {
    position: relative;
  }
  
  .search-bar {
    position: relative;
    cursor: pointer;
    width: 100%;
  }
  
  .search-bar input {
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
  }
  
  .popup-overlay {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent background */
    z-index: 999; /* ensure it overlays everything */
    display: none;
    justify-content: center;
    align-items: center;
  }
  
  .popup-heading {
    border-bottom: 1px solid #444;
    padding: 15px 0;
  }
  /* Popup Container */
  .popup {
    background-color: #303030;
    padding: 20px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
    width: 33%;
    height: 75%;
    color: #fff;
    overflow-y: auto;
  }
  .custom-checkbox:checked + label {
    color: red;
  }
  .popup label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
    text-transform: uppercase;
    cursor: pointer;
  }
  /* Checkbox Styling */
  .custom-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  
  /* Custom Checkmark Design */
  
  .checkmark {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    /* border: 2px solid #ccc; */
    border-radius: 4px;
    margin-right: 10px;
    /* display: none; */
    width: 100%;
  }
  .popup{
    background-color: #fff !important;
  }
  .popup-heading{
    color: #000 !important;
  }
  .checkmark{
    color: #000 !important;
  }
  input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 20px;
    border: none;
    outline: none;
    /* padding-left: 15px; */
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.3);
  }
  .custom-checkbox:checked + .checkmark::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 6px;
  height: 12px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  }
  
  /* Checked Checkmark Style */
  
  
  .search-bar-container {
    margin-bottom: 20px;
  }
  
  .custom-checkbox:checked + .checkmark {
    color: red;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .search-bar5 {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    outline: none;
    font-size: 14px;
  }
  
  #not-found-message {
    color: red;
    font-weight: bold;
  }
  
  @media (max-width: 700px) {
    .popup {
      width: 80%;
    }
  }
  @media (max-width: 425px) {
    .popup{
      background-color: #fff !important;
    }
    .popup-heading{
      color: #000 !important;
    }
    .checkmark{
      color: #000 !important;
      font-size: 14px;
    }
    input[type="text"] {
      width: 100%;
      padding: 10px 15px;
      font-size: 12px;
      border-radius: 20px;
      border: none;
      outline: none;
      /* padding-left: 15px; */
      box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.3);
  }
  .custom-checkbox:checked + .checkmark::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 6px;
    height: 12px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  }
  
 /* PopUp End */

 /* Product Details Start */
 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .container {
    width: 1200px;
    margin: auto;
  }
  
  .main-product-details .product-page {
    display: flex;
    /* max-width: 1200px; */
    
    background-color: #fff;
    gap: 30px;
  }
  .main-product-details.w-75 {
    width: 70%;
    /* display: flex; */
  }
  
  .main-product-details .flex {
    display: flex;
  }
  
  .main-product-details .product-images {
    width: 250px;
  }
  
  .main-product-details .slider {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .main-product-details .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .main-product-details .slide {
    min-width: 100%;
    max-width: 100%;
  }
  
  .prev,
  .main-product-details .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  
    border: none;
    padding: 3px;
    cursor: pointer;
  }
  
  .main-product-details .prev {
    left: 10px;
  }
  
  .main-product-details .next {
    right: 10px;
  }
  
  .main-product-details .thumbnails {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }
  
  .main-product-details .thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  
  .main-product-details .product-details {
    flex: 1;
    padding: 20px;
  }
  
  .main-product-details .product-details h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .main-product-details a {
    text-decoration: none;
  }
  .main-product-details .store_link a {
    margin-bottom: 10px;
    color: #27908b;
    font-size: 14px;
  }
  
  .main-product-details .ratings {
    display: flex;
    align-items: center;
    margin-bottom: px;
  }
  .main-product-details .ratings .stars {
    font-size: 25px;
  }
  
  .main-product-details .stars {
    color: #ffa500;
  }
  
  .main-product-details .reviews {
    margin-left: 5px;
    margin-top: 5px;
    color: #666;
    font-size: 14px;
  }
  
  .main-product-details .price {
    display: flex;
    align-items: baseline;
    font-size: 20px;
    justify-content: space-between;
  }
  
  .main-product-details .current-price {
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
  }
  
  .main-product-details .original-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 10px;
    font-size: 14px;
  }
  .main-product-details .taxes {
    font-size: 10px;
    margin-bottom: 10px;
  }
  
  .main-product-details .discount {
    color: #e60000;
    font-weight: bold;
    font-size: 10px;
  }
  
  .main-product-details .delivery {
    font-size: 12px;
    margin-bottom: 10px;
    color: #666;
  }
  
  .main-product-details .variant {
    margin-bottom: 20px;
  }
  
  .main-product-details .variant h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .main-product-details .variant p {
    font-size: 14px;
    font-weight: bolder;
  }
  
  .main-product-details .flavours,
  .main-product-details .pack-size {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  
  .flavours button,
  .main-product-details .pack-size button {
    padding: 10px 20px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    cursor: pointer;
    border-radius: 5px;
  }
  
  .main-product-details .flavours button.active,
  .main-product-details .pack-size button.active {
    border-color: #10847e;
    background-color: #f2fff8;
  }
  
  .main-product-details .flavours button:hover,
  .main-product-details .pack-size button:hover {
    background-color: #f2fff8;
  }
  
  .main-product-details .add-to-cart {
    padding: 15px 30px;
    background-color: #27908b;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
  }
  .main-product-details .product-details-box {
    gap: 30px;
  }
  .main-product-details .with-careplan img {
    width: 70px;
    height: 18px;
  }
  .main-product-details .location-icon svg {
    position: absolute;
    width: 15px;
    top: 25%;
    left: 10px;
    align-items: center;
  }
  .main-product-details .quantity select {
    width: 50% !important;
  }
  .main-product-details .quantity-info {
    width: 50% !important;
  }
  
  /* ---------------------------------------------cart-box-start----------------------------------------------------- */
  
  .main-product-details .cart_box {
    width: 25%;
    height: 25%;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    top: 15%;
    position: sticky;
    left: 100%;
  }
  .main-product-details .cart {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .main-product-details .cart p {
    margin: 0 0 10px;
    font-size: 16px;
    color: #666;
    text-align: start;
  }
  
  .main-product-details .view-cart {
    width: 100%;
    padding: 10px;
    background-color: #959595;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
  }
  
  .main-product-details .offers {
    border: 1px solid #e0e0e0;
    padding: 10px;
  }
  
  .main-product-details .offers h3 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  
  .main-product-details .offer {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .main-product-details .offer:last-child {
    margin-bottom: 0;
  }
  
  .main-product-details .offer-icon_10 {
    width: 40px;
    height: 30px;
    text-align: center;
    background: #10847e;
    font-size: 12px;
    padding: 5px;
    color: white;
    font-weight: 600;
  }
  .main-product-details .offer-icon {
    width: 40px;
    height: 30px;
    text-align: center;
    font-size: 25px;
  }
  .main-product-details .offer-details {
    margin-left: 10px;
  }
  
  .main-product-details .offer-details p {
    margin: 0;
    font-size: 14px;
    color: #333;
  }
  .main-product-details .icon-bg {
    padding: 0px 3px !important;
  }
  /* ---------------------------------------------cart-box-end----------------------------------------------------- */
  .main-product-details .product_head {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .main-product-details .swiper-container {
    width: 100%;
    padding: 20px 0;
  }
  .main-product-details .main-product-detail .swiper-slide {
    width: 20%;
    height: 340px;
  }
  .main-product-details .main-product-detail .swiper-wrapper {
    display: flex;
  }
  .main-product-details .main-product-detail .swiper-slide {
    background: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    padding: 10px;
    text-align: start;
    
    
  }
  .main-product-details .main-product-details .swiper-slide img {
    border: 1px solid #ddd;
    width: 100%;
    padding: 10px;
  }
  .main-product-details .product-img {
    height: 150px;
    object-fit: contain;
  }
  .main-product-details .product-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
  }
  .main-product-details .product-details {
    font-size: 14px;
    color: #777;
    margin-top: 10px;
    padding: 0;
  }
  .main-product-details .product-price {
    font-size: 16px;
    font-weight: bold;
    color: #000;
  }
  .main-product-details .product-mrp {
    font-size: 14px;
    color: #888;
    text-decoration: line-through;
    /* margin-right: 5px; */
    margin-top: 10px;
  }
  .main-product-details .product-discount {
    font-size: 14px;
    color: #f00;
    margin-top: 15px;
  }
  .main-product-details .product-discount b {
    color: black;
    font-size: 16px;
  }
  .main-product-details .add-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border: 1px solid #28a745;
    color: #10847e;
    border-radius: 4px;
    text-decoration: none;
    transition: transform 0.5s ease-in-out;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .main-product-details .add-btn:hover {
    background: #10847e;
    color: #fff;
  }
  .main-product-details .cart_box-1 {
    display: none !important;
  }
  .main-product-details .card {
    display: block !important;
  }
  .main-product-details .product-details-box .product-images {
    width: 50%;
  }
  .main-product-details .product-details-box .product-details {
    width: 50%;
  }
  
  
  
  
  /* Styles for the slider container */
  .main-product-details .slider-container {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  
  /* Styles for the main slider */
  .main-product-details .slider {
      position: relative;
      max-width: 100%;
      overflow: hidden;
  }
  
  .main-product-details .slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
  }
  
  .main-product-details .slide {
      width: 100%;
      height: auto;
  }
  
  /* Styles for navigation buttons */
  .main-product-details .prev, .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.3);
      color: white;
      border: none;
      padding: 10px;
      cursor: pointer;
      font-size: 1.5rem;
  }
  
  .main-product-details .prev {
      left: 0;
  }
  
  .main-product-details .next {
      right: 0;
  }
  
  /* Styles for thumbnails */
  .main-product-details .thumbnails {
      display: flex;
      justify-content: center;
      margin-top: 10px;
  }
  
  .main-product-details .thumbnail {
      width: 50px;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      margin: 0 5px;
  }
  
  .main-product-details .thumbnail:hover {
      transform: scale(1.1);
  }
  .main-product-details .main-health-checkup .swiper-slide.swiper-slide{
      height: auto !important;
  }
  .main-product-details .main-pharmacy .swiper-slide.swiper-slide{
    height: 160px !important;
}
  
  
  /* CARD */
  
  .main-product-details .card {
    width: 25%;
    height: 25%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    top: 20% !important;
    position: sticky;
    left: 100%;
  }
  .main-product-details .cart_box-1 {
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
    }
    .main-product-details .card-header {
      border-top-left-radius: 8px !important;
      border-top-right-radius: 8px !important;
  }   
  
  .main-product-details .card-header {
    background-color: #099389;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding: 0.75rem;
  }
  
  .main-product-details .header-content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .main-product-details .icon-bg {
    background-color: white;
    padding: 0.25rem;
    border-radius: 50%;
  }
  
  .main-product-details .info-text {
    font-size: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: "Noto Sans", sans-serif;
  }
  
  .main-product-details .card-body {
    padding: 1rem;
  }
  
  .main-product-details .price-discount {
    margin-bottom: 1rem;
  }
  
  .main-product-details .price-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 0.5rem;
  }
  
  .main-product-details .price-option input {
    width: 0.75rem;
    height: 0.75rem;
    background-color: #f3f3f3;
    border: 1px solid #d1d5db;
  }
  
  .main-product-details .price-info {
    font-size: 1rem;
    color: #0e223e;
    font-weight: bold;
    margin-bottom: 0.25rem;
  }
  
  .main-product-details .line-through {
    text-decoration: line-through;
    font-size: 0.75rem;
    padding-left: 0.25rem;
    color: #9ca3af;
    border-right: 1px solid #0e223e;
    padding-right: 0.5rem;
  }
  
  .main-product-details .discount {
    font-size: 0.875rem;
    color: #099389;
    padding-left: 0.25rem;
  }
  
  .main-product-details .free-shipping {
    font-size: 0.75rem;
    color: #9ca3af;
    border-right: 1px solid #0e223e;
    padding-right: 0.5rem;
  }
  
  .main-product-details .with-careplan {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-left: 1.25rem;
    border-bottom: 1px solid #d1d5db;
    padding-bottom: 0.5rem;
    font-size: 0.75rem;
  }
  
  .main-product-details .tax-info {
    color: #4b5563;
    font-size: 0.75rem;
    padding-top: 0.5rem;
  }
  
  .main-product-details .coupon-info {
    border-bottom: 1px solid #d1d5db;
    padding-bottom: 0.5rem;
    font-size: 0.75rem;
    color: #4b5563;
  }
  
  .main-product-details .zipcode {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #d1d5db;
    padding-bottom: 0.5rem;
    position: relative;
  }
  
  .main-product-details .zipcode input {
    width: 100%;
    padding: 0.5rem 0.75rem 0.5rem 2.5rem;
    border: 1px solid #d1d5db;
    border-radius: 0.25rem;
    color: #374151;
  }
  
  .main-product-details .change-zipcode {
    position: absolute;
    right: 0.5rem;
    font-size: 0.75rem;
    font-family: "Noto Sans", sans-serif;
    display: flex;
    align-items: center;
    bottom: 40%;
  }
  
  .main-product-details .change-zipcode a {
    color: #0e223e;
    text-decoration: underline;
  }
  
  .main-product-details .delivery-info {
    display: flex;
    justify-content: space-between;
    font-family: "Noto Sans", sans-serif;
    border-bottom: 1px solid #d1d5db;
    padding-bottom: 0.5rem;
  }
  
  .main-product-details .delivery-by {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-left: 0.75rem;
  }
  
  .main-product-details .icon {
    width: 0.875rem;
    fill: #099389;
  }
  
  .main-product-details .delivery-by span {
    font-size: 0.625rem;
    color: #71716e;
  }
  
  .main-product-details .see-next-step {
    font-size: 0.875rem;
    font-weight: 600;
  }
  
  .main-product-details .quantity {
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    align-items: center;
  }
  
  .main-product-details .quantity select {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 0.25rem;
  }
  
  .main-product-details .quantity-info {
    font-size: 0.875rem;
    font-weight: 600;
    font-family: "Noto Sans", sans-serif;
  }
  
  .main-product-details .add-to-cart {
    background-color: #099389;
    font-family: "Noto Sans", sans-serif;
    width: 100%;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 0.375rem;
  }
  
  
  /* -------------------------------------------------discreption-start--------------------------------------------------- */
  .main-product-details .Description h3 {
    font-size: 18px;
    font-weight: 700;
    color: #4f585e;
    padding-top: 25px;
  }
  .main-product-details .Description .para-2{
      padding-top: 20px;
  }
  
  .main-product-details .Description p {
    font-size: 14px;
    line-height: 1.3;
  }
  /* -------------------------------------------------discreption-end--------------------------------------------------- */
  
  /* Responsive */
  @media screen and (max-width: 992px) {
    .main-product-details .product-details-box {
      display: block;
    }
    .main-product-details .product-page .w-75 {
      width: 60% !important;
    }
    .main-product-details .cart_box {
      width: 40%;
    }
    .main-product-details .product-images {
      width: auto;
    }
    .main-product-details .product-page {
      margin-top: 0px !important;
    }
  }
  @media screen and (max-width: 1024px) {
    .main-product-details .product-details-box {
      display: block;
    }
    .main-product-details .product-images {
      width: 100% !important;
    }
    .main-product-details .product-details {
      width: 100% !important;
    }
    .main-product-details .card {
      width: 33.33% !important;
    }
    .main-product-details .product-page .w-75 {
      width: 66.66% !important;
    }
    .main-product-details .thumbnails{
      gap: 20px !important;
    }
    .main-product-details .thumbnails .thumbnail{
      width: 60px !important;
      height: 60px !important;
    }
  }
  @media screen and (max-width: 768px) {
    .main-product-details .card {
      display: none !important;
      width: 25%;
      height: 25%;
      background-color: #fff;
      padding: 20px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      top: 15%;
      position: sticky;
      left: 100%;
    }
    .main-product-details .cart_box-1 {
      display: block !important;
    }
    .main-product-details .product-page .w-75 {
      width: 100% !important;
    }
  }
  
  @media screen and (max-width: 575px) {
    .main-product-details .product-page .w-75 {
      width: 100% !important;
    }
  
    .main-product-details .product-page .flex {
      display: block;
    }
    .main-product-details .product-images {
      width: auto;
    }
    .main-product-details .thumbnails .thumbnail {
      width: 50px !important;
      height: 50px !important;
    }
    .main-product-details .thumbnails {
      gap: 25px;
    }
  }
  @media screen and (max-width: 375px) {
    .main-product-details .thumbnails .thumbnail {
          width: 35px !important;
          height: 35px !important;
        }
  }
  @media screen and (max-width: 320px) {
    .main-product-details .thumbnails .thumbnail {
          width: 30px !important;
          height: 30px !important;
        }
  }
  
 /* Product Details End */

 /* Product Listing Start */
 

/* Flex and Grid */
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  
  /* Utility Classes */
  .md\\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  
  .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
  .md\\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  
  .w-full {
    width: 100%;
  }
  
  .p-4 {
    padding: 1rem;
  }
  
  .mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  
  .rounded-xl {
    border-radius: 0.75rem;
  }
  
  .shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
      0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  
  /* Sidebar Styles */
  .bg-white {
    background-color: #ffffff;
  }
  
  .text-xl {
    font-size: 1.25rem;
  }
  
  .font-semibold {
    font-weight: 600;
  }
  
  .mb-4 {
    margin-bottom: 1rem;
  }
  
  .sticky {
    position: sticky;
  }
  
  .top-4 {
    top: 1rem;
  }
  
  /* Button and Input Styles */
  button {
    cursor: pointer;
  }
  
  input,
  select {
    outline: none;
  }
  
  input[type="text"] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 0.375rem;
  }
  
  select {
    width: 100%;
    padding: 0.5rem;
    border-radius: 0.375rem;
  }
  
  /* Product Card Styles */
  .max-w-sm {
    max-width: 20rem;
  }
  
  .bg-white {
    background-color: #ffffff;
  }
  
  .border {
    border: 1px solid #e2e8f0;
  }
  
  .rounded-lg {
    border-radius: 0.5rem;
  }
  
  .shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
      0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  
  .hover-zoom img {
    transition: transform 0.3s;
  }
  
  .hover-zoom:hover img {
    transform: scale(1.05);
  }
  
  .p-4 {
    padding: 1rem;
  }
  
  .text-lg {
    font-size: 1.125rem;
  }
  
  .font-semibold {
    font-weight: 600;
  }
  
  .mb-2 {
    margin-bottom: 0.5rem;
  }
  
  .text-gray-500 {
    color: #6b7280;
  }
  
  .line-through {
    text-decoration: line-through;
  }
  
  .relative {
    position: relative;
  }
  
  .absolute {
    position: absolute;
  }
  
  .text-red-600 {
    color: #dc2626;
  }
  
  .text-xs {
    font-size: 0.75rem;
  }
  
  .font-bold {
    font-weight: 700;
  }
  
  .text-gray-800 {
    color: #1f2937;
  }
  
  .text-2xl {
    font-size: 1.5rem;
  }
  
  /* SVG Styles */
  svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .side-filter {
    width: 25%;
  }
  .main-product-listing {
    display: flex;
    justify-content: space-between;
    
  }
  .popularity {
    margin-right: 10px;
  }
  .listing-card {
    height: 330px;
    flex: 1;
  }
  .multiline-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main-product-listing-section {
    margin-top: 60px;
  }
  .main-product-listing-section .grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .side-filter .accordion_cust .accordion-item {
    margin-top: 0px;
    border: none !important;
  }
  .side-filter .accordion-button {
    padding: 10px 10px !important;
  }
  .side-filter .accordion_cust button {
    background-color: white;
    border-radius: 0px !important;
    font-size: 16px;
  }
  .side-filter .accordion-button:not(.collapsed) {
    color: black;
  }
  .side-filter .side-dropdown {
    border-bottom: 1px solid #afafaf;
  }
  .side-filter .side-dropdown {
    border-bottom: 1px solid #afafaf;
  }
  
  .slider-listing-card {
    /* background-color: #afafaf; */
    padding: 0px 20px;
  }
  
  /* slider-card */
  
  .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .card img {
    padding: 0px 10px;
  }
  
  .card-img-top {
    max-height: 150px;
    object-fit: cover;
  }
  
  .card-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-align: left;
  }
  
  .rating .fa {
    color: #ffc107;
  }
  .rating {
    display: flex;
  }
  .rating .fa-star {
    margin-right: 0.25rem;
  }
  
  .rating .fa-star.checked {
    color: #ffc107;
  }
  .card-body {
    padding: 10px 8px;
  }
  .card-text {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    text-align: left;
  }
  .card-text span {
    font-weight: 600;
  }
  .card-text-price {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    text-align: left;
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  
  .price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
  }
  
  .original-price {
    font-size: 1rem;
    color: #999;
    text-decoration: line-through;
    margin-left: 0.5rem;
  }
  .top-left-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  
  .badge {
    padding: 8px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 1px;
  }
  
  .badge-discount {
    background-color: red;
  }
  
  .badge-new {
    background-color: #b9b952;
  }
  .filter-toggle {
    display: none;
    text-align: center;
    background-color: white;
    padding: 6px 8px;
  
    margin: 0 10px;
  }
  .close-btn {
    display: none;
  }
  .accordion-body{
    display: grid;
  }
  
  
  /* responsive */
  
  @media screen and (max-width: 1200px) {
    .hospi-slider{
      padding: 0px 12px;
    }
  }
  
  
  @media screen and (max-width: 991px) {
    .main-product-listing {
      flex-wrap: wrap;
    }
    .filter-toggle {
      display: block;
    }
    
    .side-filter {
      padding: 50px 25px;
      display: none;
      position: fixed;
      z-index: 1;
      bottom: 0;
      top: 0;
      background: #0E223E;
      left: 0;
      width: 50%;
      z-index: 2;
    }
    .card-text-price .price {
      font-size: 16px;
    }
    .card-text-price .original-price {
      font-size: 14px;
    }
    .card-text {
      font-size: 14px;
    }
    .card-title {
      font-size: 16px;
    }
    .close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      background: none;
      border: none;
      font-size: 24px;
      cursor: pointer;
      display: block;
      z-index: 1;
      padding: 0 10px;
      background-color: #0E223E;
      color: white;
      border-radius: 5px;
    }
    .fa-filter:before{
      color: #0E223E;
    }
    .accordion-body{
      display: grid;
      background-color: #0E223E
    }
    .accordion-button{
      background-color: #0E223E !important;
      color: white !important;
    }
    .accordion-button::after{
      background-color: white;
      color: white;
    }
    .check-box{
      color: white;
    }
  
    .close-btn:hover {
      color: red; /* Change color on hover if desired */
    }
  }
  @media screen and (max-width: 768px) {
    .container{
      max-width: 100%;
    }
  }
  @media screen and (max-width: 858px) {
    .check-box {
      font-size: 12px;
    }
    .main-product-listing-section .grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (max-width: 500px) {
    .card-text-price .price {
      font-size: 16px;
    }
    .card-text-price .original-price {
      font-size: 14px;
    }
    .card-text {
      font-size: 14px;
    }
    .card-title {
      font-size: 16px;
    }
  
    .main-product-listing-section .grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 425px) {
    .main-product-listing {
      display: block;
    }
    .side-filter {
      display: none;
    }
    .filter-toggle {
      display: block;
      width: 10%;
    }
    .filter-icon {
      padding: 5px 6px !important;
    }
    .grid{
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 320px) {
    .side-filter .accordion_cust button{
      font-size: 14px;
    }
    .side-filter .accordion-button{
      padding: 10px 0 !important;
    }
    .grid{
      grid-template-columns: repeat(1, 1fr);
    }
  }
    
 /* Product Listing End */