.container.container2{
    max-width: 1148px;
}
.section-padding {
  padding: 40px 0;
}
.section-bottom {
  padding-bottom: 40px;
}
.custom-breadcrumb{
    margin-bottom:40px;
}
.only-breadcrumb {
    margin-bottom:0 !important;
}


.marginLeftMy{
    margin-left:calc(10% - 20px);
}
.custom-breadcrumb a {
  display: flex;
  height: 3em;
  color: white;
  width: 140px;
  align-items: center;
  justify-content: center;
  background-color: var(--default);
  border-radius: 3px;
  letter-spacing: 1px;
  transition: all 0.2s linear;
  cursor: pointer;
  border: none;
}

.custom-breadcrumb a > i {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 20px;
  transition: all 0.4s ease-in;
}

.custom-breadcrumb a:hover > i {
  font-size: 1.2em;
  transform: translateX(-5px);
}

.custom-breadcrumb a:hover {
  box-shadow: 9px 9px 33px #d1d1d1, -9px -9px 33px #ffffff;
  transform: translateY(-2px);
}

.custom-category-head figure img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  object-position: left;
}
.custom-category-head figure {
  margin-bottom: 40px;
}
.custom-category-head article h1 {
  font-size: 25px;
  margin-bottom:30px;
  font-weight: bold;
  color: var(--default);
}
.custom-category-head article.feedback_title h1 {
    margin:0;
}
.custom-category-head article  .pharagraph {
  font-size: 14px;
  line-height: 1.3;
  text-align: justify;
  hyphens: auto;
  color: var(--default);
}
.static-center-head article h1{
    text-align:center;
}
.static-center-head article p{
    text-align:center;
    font-size: 16px;
    color: var(--black);
    opacity: .9;
    word-spacing: 5px;
}
.static-center-head article .pharagraph{
    text-align:center;
}
@media screen and (min-width: 992px) {
  .custom-category-head figure img {
    height: 400px;
  }
  .custom-category-head article h1 {
    font-size: 35px;
  }
  .custom-category-head article div.pharagraph {
    font-size: 16px;
  }
}
button{
    background:transparent;
    cursor:pointer;
    border:none;
}
.short-faq-title{
    height: 50px;
    margin-bottom:20px;
    display: flex;
    align-items: center;
    outline: none;
    justify-content: space-between;
    color: var(--white);
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    line-height: 48px;
    border-radius: 10px;
    user-select:none;
    border: 1px solid var(--default);
    padding: 0 20px;
    position: relative;
    background: var(--default);
}
@media screen and (min-width: 768px) {
    .short-faq-title{
        max-width:1200px;
    }
}
/*hero section*/

.hero_one_card {
  position: relative;
  display: flex;
  align-items: center;
   height: 60vh;
}
.hero_one_card img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  object-fit:cover;  
    height:100%;
      object-position:right;
}

.hero_one_card::before {
  content: "";
  position: absolute;
  z-index:2;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--linear-gradient-2);
}
.hero_one_card article {
  max-width: 100%;
  display: flex;
  align-items: center;
  position:relative;
  z-index:3;
  flex-direction: column;
  justify-content: center;
  text-align:center;
  row-gap: 15px;
}
.hero_one_card article h2 {
  font-size: 26px;
  color: var(--white);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1;
}
.hero_one_card article h2 b{
    display:block;
    font-weight:600;
}
.hero_one_card article h3 {
  color: var(--white);
  width: 100%;
  line-height: 1.2;
}
.hero_one_card article h5{
    font-size: 20px;
    width: 100%;
    font-style: italic;
    color: var(--white);
    line-height: 1;
    margin-bottom: 20px;
}
.hero_one_card article a {
  font-size: 16px;
  color: var(--white);
  opacity: 0.6;
}
.heroSwiper_buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: fit-content;
}
.heroSwiper_buttons button {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--btn);
  border-radius: 5px;
  cursor: pointer;
  border: none;
  color: var(--icon-color);
  transition: 0.3sease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index:2;
}
.heroSwiper_buttons button:first-child {
  left: 20px;
}
.heroSwiper_buttons button:last-child {
  right: 20px;
}
.heroSwiper_buttons button:hover {
  color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: var(--green);
}
.custom_swiper_pagination{
    position:absolute;
    bottom:20px !important;
    
}
 .custom_swiper_pagination span{
    background-color: #fff;
    width: 10px;
    height: 10px;
}
@media screen and (min-width: 768px) {
    .hero_one_card article h2{
        font-size:32px;
    }
  .hero_one_card::before {
    background: linear-gradient(
      90deg,
      rgb(100, 52, 109) 1%,
      rgba(100, 52, 109, 0.875) 40%,
      rgba(100, 52, 109, 0) 66%
    );
  }
}

@media screen and (min-width: 992px) {
  .hero_one_card {
       height: calc(100vh - 270px); 
  }
  .hero_one_card img {
      object-position:top;
}
  .hero_one_card[data-title="Tam Avtomat Labaratoriya"]{
    object-position:top;
}
  .hero_one_card article {
    max-width: 80%;
  }
  .hero_one_card article {
    align-items: flex-start;
    text-align:start;
  }
  .hero_one_card article h2 {
    font-size: 40px;
  }
  .hero_one_card article h5{
      font-size:28px;
  }
  
}

/*hero section*/


/* hero section two */
.hero_section_two {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.online_register_card_main,
.etabib_cards_main {
  color: white;
}
.departmenst_cards_main {
  color: #438954 !important;
}
.hero_main_cards {
  height: 200px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: white;
}
.hero_main_cards a {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 4;
  height: 100%;
  display: block;
}
.hero_main_cards .card-category-lay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero_main_cards .card-category-lay_green {
  background: #0a501bb5;
}
.hero_main_cards .card-category-lay_white {
  background: rgb(255 255 255 / 70%);
}
.hero_main_cards img.card_image {
  position: absolute;
  inset: 0;
  object-fit:cover;
  width: 100%;
  height: 100%;
}
.hero_main_cards h2 {
  font-size: 20px;
  position: relative;
  z-index: 3;
  color: currentColor;

  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bolder;
}
.hero_main_cards img.e-tabib {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  z-index: 3;
  height: fit-content;
}
.hero_main_cards h3 {
  color: currentColor;
  position: relative;
  z-index: 3;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media screen and (min-width: 768px) {
  .hero_section_two {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
  }

  .hero_section_two > *:nth-child(1) {
    grid-column: 1 / 2;
  }

  .hero_section_two > *:nth-child(2) {
    grid-column: 2 / 3;
  }

  .hero_section_two > *:nth-child(3) {
    grid-column: 1 / 3;
  }
}
@media screen and (min-width: 992px) {
  .hero_section_two {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero_section_two > *:nth-child(3) {
    grid-column: 3 / 3;
  }
  .hero_main_cards h2 {
    font-size: 22px;
  }
}
/*hero section two end*/
/* doctors full short */
.faq_wrapper {
  max-width: 1200px;
}
.faq_wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.faq_accordion .faq_title {
  min-height: 50px;
  display: flex;
  align-items: center;
  outline:none;
  justify-content: space-between;
  color: var(--white);
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  line-height: 48px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid var(--default);
  padding: 0 20px;
  position: relative;
  background: var(--default);
}
.faq_title.active:after{
        content: '-';
        font-weight:400;
        font-size:30px;
        position:absolute;
        right:20px;
        top: -3px;
}
.faq_title:after{
    content: '+';
      font-weight:400;
    top: 0;
        font-size:30px;
        position:absolute;
        right:20px;
}

.doctors_short_wrapper {
    padding:20px 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.doctors-card-short {
  background-color: #414141;
  display: block;
  filter: grayscale(1);
  position: relative;
  padding: 10px;
  border-radius: 15px;
  transition: 0.3s ease-in;
}
.doctors-card-short a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.doctors-card-short:hover {
  background-color: var(--default);
  transition: 0.3s ease-out;
  filter: unset;
}

.doctors-card-short .doctors_figure {
  border-radius: 15px;
}

.doctors-card-short .doctors_figure img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: auto;
  aspect-ratio: 131 / 110;
  border-radius: 15px;
}

.doctors-card-short .doctors_information {
  padding: 10px 0;
}
.doctors-card-short h6 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin:10px 0;
    color: var(--white);
    text-align: center;
}
.doctors-card-short .doctors_information h4 {
  font-size: 16px;
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;

  /* Multiline text truncation */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limits to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  height: auto; /* Ensure it adapts to text */
}

.doctors-card-short p {
  text-align: center;
  color: var(--white);
  font-size: 14px;
}
.doctors-card-short p:not(:last-child) {
  margin-bottom: 5px;
}


/* doctors full */
.doctor-full-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  row-gap: 20px;
}
.doctor-full-header article {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.doctor-full-header article p {
  font-size: 18px;
  font-weight: bold;
  color: #747474;
  margin-bottom: 5px;
}
.doctor-full-header article h1 {
  font-size: 30px;
  letter-spacing: 1;
  font-weight: bold;
  color: var(--default);
}
.doctor-full-header time {
  padding: 20px;
  color: var(--white);
  background: var(--default);
  font-size: 18px;
  font-weight: bold;
  border-radius: 20px;
  width: 100%;
  text-align: center;
}

/* doctors detail */
.doctor-details {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.doctor-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.doctor-full-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
  background-color: var(--default);
  padding: 10px 10px 20px 10px;
  border-radius: 15px;
}
.doctor-full-card img {
  border-radius: 15px;
  width: 100%; 
  max-width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 10px;
  height: auto;
  margin: 0 auto;
}
.doctor-full-card article {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.doctor-full-card article h2 {
  font-size: 18px;
  color: var(--white);
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.doctor-full-card article h3 {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: var(--white);
  text-align: center;
}
.doctor-full-card article h5 {
  text-align: center;
  color: var(--white);
  font-size: 14px;
}

.doctor-appointment a {
  padding: 10px;
  min-height: 30px;
  color: var(--white);
  width: 100%;
  font-size: 16px;
  border: none;
  display: block;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3sease-in-out;
  background-image: linear-gradient(315deg, #378b29 0%, #74d680 74%);
  border-radius: 5px;
}
.doctor-contact {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.doctor-contact ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.doctor-contact ul li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.doctor-contact ul li svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--default);
}
.doctor-contact ul li article {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.doctor-contact ul li article a {
  display: block;
  font-size: 14px;
  color: var(--black);
  line-height: 1.2;
  transition: 0.3s ease-in-out;
}
.doctor-contact ul li article address span {
  font-size: 14px;
  color: var(--black);
  line-height: 1.2;
  transition: 0.3s ease-in-out;
  display: block;
}

.doctor-bio {
  padding: 0 10px;
  font-size: 16px;
  text-align: justify;
  line-height: 1.5;
  color: var(--default);
  height: 100%;
  overflow-y: auto;
}
.doctor-bio ul li::before,
.doctor-bio ol li::before {
  content: "+";
  color: var(--default);
  font-size: 20px;
  margin-right: 5px;
}


/*doctors full*/
@media screen and (min-width: 576px) {
  .doctor-full-header time{
    width: fit-content;
  }
}

@media screen and (min-width: 768px) {
  .doctors_short_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .faq_wrapper {
    max-width: 1122px;
  }
    .doctors_full_content{
     grid-template-columns:5fr 7fr;
}
 .doctor-details {
    grid-template-columns: 5fr 7fr;
  }
}
@media screen and (min-width: 992px) {
  .doctors_short_wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .doctors_full_content{
     grid-template-columns:3fr 9fr;
}
  .our_doctors .doctor-details {
    grid-template-columns: 340px 1fr;
  }
  .doctor-details.guest-doctor {
      grid-template-columns: 340px 1fr;
  } 
  .doctor-details.nonguest-doctor {
      grid-template-columns: 285px 1fr !important;
  } 

  .doctor-bio{
    max-height: 500px;
  }
  .doctor-full-card img {
      height: 340px;
      width: 100%;
}
.guest-doctor-card.doctor-full-card img{
    /*width: 265px;*/
   
}
.nonguest-doctor .guest-doctor-card.doctor-full-card img{
    /*width: 265px;*/
    height: 270px;
}
.doctors-card-short .doctors_figure img{
    height:340px;
}
}

 /*doctors end*/
 
 
 
 
/* servces */
.services_wrapper,.services_short_wrapper {
      display: grid;
      gap: 20px;
      grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px;
}
.services-inside-link{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color:gray;
    transition: .3s ease-in-out;
}

.services-inside-link i{
    font-size:24px;
}
.services-inside-link:hover{
 color:var(--default);
}
.services_card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 280px;
  transition: 0.3s ease-in-out;
  filter: grayscale(1);
}
.services_card a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  inset: 0;
}

.services_card:hover {
  filter: unset;
}

.services_card:hover .services_card_title {
  background: var(--default);
}

.services_card figure {
  height: 100%;
  width: 100%;
}

.services_card figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.services_card .services_card_title {
  position: absolute;
  padding: 10px 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: #414141;
  justify-content: center;
  width: 100%;
  transition: 0.3s ease-in-out;
  height: 60px;
}

.services_card .services_card_title h4 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--white);
}

@media screen and (min-width: 576px) {
  .services_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .services_wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .services-inside-link{
      font-size:20px;
  }
}


/*guest*/
.guest_doctor_wrapper{
    display:grid;
    gap:20px;
      grid-template-columns: repeat(1, 1fr);
}
 
@media screen and (min-width: 576px) {
  .guest_doctor_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .guest_doctor_wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .guest_doctor_wrapper {
    max-width: 1200px;  
    grid-template-columns: repeat(4, 1fr);
  }
  .guest_doctor_wrapper .doctors-card-short .doctors_figure img{
      HEIGHT: 270px;
  }
  
}
/*@media screen and (min-width: 1200px) {*/
/*  .guest_doctor_wrapper {*/
/*    grid-template-columns: repeat(5, 1fr);*/
/*  }*/
/*}*/


/*equipments*/
.equipments_head{
    max-width:100%;
    text-align:center;
    margin:0 auto;
}
.equipments_head article div.pharagraph{
     text-align:center;
}
.equipments_wrapper,.equipments_short_wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
.equipment_card {
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 20px;
  position:relative;
  overflow:hidden;
  background: #c8c8c8;
  padding: 20px;
  filter: grayscale(1);
  transition: 0.3s ease-in-out;
}

.equipment_card:hover {
  filter: unset;
}

.equipment_card h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #64346d;
}
.equipment_card a {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  display: block;
  height: 100%;
}
.equipment_card figure {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.equipment_card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*equipments short*/

.medical_equipment_post_card {
    padding: 12px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    border: 1px solid #f4f4f4;
    border-radius: 30px;
    background:#f4f4f4;
}

.medical_equipment_post_card-image {
    width: 100%;
    height: 220px;
    aspect-ratio: 1/1;
    border-radius: 15px;
    overflow: hidden;
}

.medical_equipment_post_card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.medical_equipment_post_card-content {
    width: 100%;
    padding: 0;
}

.medical_equipment_post_card-content h3 {
    font-size: 20px;
    font-weight: bold;
    color: #64346D;
    margin-bottom: 10px;
}

.medical_equipment_post_card-content p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    overflow: hidden;
    height: auto;
    text-overflow: ellipsis;
    line-height: 1.3;
    font-size: 14px;
    color: #64346D;
}

 

 
@media screen and (min-width: 576px) {
  .equipments_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
    .medical_equipment_post_card-image {
        width: 100%;
    }

    .medical_equipment_post_card {
        padding: 20px;
    }
}
@media screen and (min-width: 768px) {
  .equipments_wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .equipments_head{
     max-width: 800px;
    margin:0 auto;
}
   .medical_equipment_content{
    max-width:800px;
} 
   .medical_equipment_post_card-image {
        height: 250px;
        width: 400px;
    }

    .medical_equipment_post_card-content {
        width: calc(100% - 420px);
    }

    .medical_equipment_post_card-content p {
        font-size: 16px;
    }
}
@media screen and (min-width: 992px) {
  .equipments_wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
   
}

/* equipment */


/*insuarance*/
.insuarance_section .row{
    row-gap:20px;
    justify-content:center;
}
.insuarance_top{
    margin-bottom:20px;
}
.insuarance_static{
    max-width:100%;
    margin:0 auto 40px;
}
.insuarance_static article h1{
    text-align:center;
    
}
.insuarance_static article .insuarance_description{
    text-align:center !important;
}
.insuarance_bottom{
    display:grid;
    gap:20px;
    align-items:center;
  grid-template-columns: repeat(1, 1fr);
}
.insuarance_logo,.icbari-logo{
   width: fit-content;
   display:flex;
   align-items:center;
   height: 100%;
   margin: 0 auto;
   position:relative;
 
}
.insuarance_logo a,.icbari-logo a{
    position:absolute;
    inset:0;
    display:block;
    width:100%;
    height:100%;
    z-index:2;
}
.insuarance_logo  img ,.icbari-logo img{
    width: 100%;
    max-width:200px;
     height:auto;
}
 .insurance-title h3{
  font-size:24px;
    line-height:1.2;
  color:var(--ownBlue);
  font-weight: 800;
}
.insurance-title h3 span{
    font-weight:400;
}
.insurance-title h3 br{
    display:none;
}

.insurance-etebib-logo{
    height:auto;
    width:fit-content;
    float:unset;
}
.insurance-etebib-logo img{
    max-width:200px;
    height:100%;
    width:100%;
}
@media screen and (min-width:992px){
 
.insuarance_static{
    max-width:800px;
}
}


/*icbari insuarance*/
.insurance-head-wrapper,.insurance-center-wrapper,.insurance-content-wrapper{
    margin-bottom:20px;
    display:grid;
    align-items:center;
    gap:20px;
    grid-template-columns: repeat(1, 1fr);
}
.insurance-content-wrapper{
    margin-bottom:0;
    align-items:flex-start;
    row-gap:0;
}
.insurance-navigation{
    display:flex;
    align-items:center;
    justify-content:center;
    max-width:100%;
    float:unset;
    width:100%;
    padding:20px;
    font-size:16px;
    font-weight:normal;
    flex-wrap:wrap;
    color:var(--white);
    text-align:center;
    text-transform:uppercase;
    background:linear-gradient(268deg, #2f8d2f 0%, #53df50 100%);
    border-radius: 27px;
    background-size:600%;
}
.insurance-navigation:hover{
    animation:unset;
}

.insurance-navigation span{
    display:block;
    font-weight:bold;
    margin-bottom:5px;
}


.insurance-additional-content{
    float:unset;
}
.insurance-content-wrapper .insurance-content {
    color:var(--ownBlue);
    font-size:16px;
    line-height:1.5;
}
.insurance-content-wrapper .insurance-content b{
    font-weight:bold;
}

.insurance-head-wrapper-left .insuarance_logo{
    margin:unset;
}

.insurance-center-wrapper_logo,.insurance-head-wrapper-right{
    display:flex;
    align-items:center;
    justify-content:flex-start;
}


 @media screen and (min-width:576px){
     .insurance-navigation{
         max-width:350px;
     }
 }
 @media screen and (min-width:768px){
    .insurance-head-wrapper,.insurance-center-wrapper{
    grid-template-columns: repeat(2, 1fr);
} 

.insurance-content-wrapper{
     grid-template-columns:6fr 6fr;
}
.insurance-head-wrapper-left{
    display:flex;
    align-items:center;
    justify-content:flex-start;
}

.insurance-center-wrapper_logo,.insurance-head-wrapper-right{
    justify-content:flex-end;
}
 }
 
 @media screen and (min-width:992px){
     .insurance-content-wrapper{
     grid-template-columns:8fr 4fr; 
}
.insurance-title h3 {
    font-size:30px;
}
.insurance-title h3 br{
    display:inline;
}

 }
 
 
 /*media section*/
 .media_wrapper{
     display:grid;
   grid-template-columns:repeat(1,1fr);
   gap:20px;
 }
 
 /*media cards*/
 .media-card{
     position:relative;
     transition:.3s ease-in-out;
 }
 .media-card:hover{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }
 .gallery_card{
    border-radius: 2px 2px 0 0;
    background: #d1d1d1;
 }
 .gallery_card a{
     position:static !important; 
    padding: 10px 20px;
    background-color: var(--default);
    font-size: 16px;
    color: var(--white);
    border: 1px solid var(--default);
    transition: .3s ease-in-out;
    display: block;
    width: fit-content !important;
    margin-top:20px;
}

 .gallery_card a:hover {
    background-color: transparent;
    color: var(--default);
}
  .media-card a{
      position:absolute;
      z-index:3;
      inset:0;
      display:inline-block;
      width:100%;
      height:100%;
  }
 .media-card figure{
     width:100%;
     height:fit-content;
     border-radius:6px;
     overflow:hidden;
 }
  .media-card figure figcaption{
      display:none;
  }
 .media-card figure img{
    width: 100%;
    height: 100%;
    max-height:220px;
    object-fit: cover;
 }
 
 .media-card .media-card-content{
 padding: 20px 15px;
}
.media-card .media-card-content h4{
    font-size: 20px;
    line-height:1.2;
    font-weight: 500;
    color: var(--default);
}
.media-card .media-card-content time{
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    color: var(--default);
}
/*media full*/
.media_full_head{
    font-size:16px;
    color:var(--default);
    line-height:1.3;
}
.media_full_head h2{
    font-size:30px;
    font-weight:bold;
    margin-bottom:20px;
}
.media_full_head {
    margin-bottom:20px;
}
.media_full_head img{
    max-width:100%;
    max-height:400px;
    width:100%;
    height:100%;
    border-radius:20px;
    margin:0 20px 20px 0;
}
.media_video_gallery_title{
    font-size:30px;
    margin-bottom:20px;
    color:var(--default);
    font-weight:bold;
}
.media_full_video{
    max-width:100%;
    margin-bottom:20px;
}
.media_full_video a{
    display:flex;
    height:300px;
    align-items:center;
    justify-content:center;
    position:relative;
    font-size:40px;
    color:white;
    border-radius:30px;
    overflow:hidden;
}
.media_full_video a img{
    width:100%;
    height:100%;
    position:absolute;
    z-index:1;
    object-fit:cover;
}
.media_full_video a:after{
    content:"";
    position:absolute;
    z-index:2;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
}
.media_full_video a i{
    position:relative;
    z-index:3;
}
.media_gallery ul{
    display:grid;
      grid-template-columns:repeat(1,1fr);
      gap:20px;
}
.media_gallery ul li{
    position:relative;
    height:250px;
    overflow:hidden;
    border-radius:20px;
    cursor:pointer;
}

.media_gallery ul li img{
    width:100%;
    object-fit:cover;
    height:100%;
}

 @media screen and (min-width:576px){
      .media_wrapper{
   grid-template-columns:repeat(2,1fr);
 }
 .media_gallery ul{
      grid-template-columns:repeat(2,1fr);
}
 }
 
 @media screen and (min-width:768px){
     .media-card figure img{
     max-height: 250px;
 }
 }
 @media screen and (min-width:992px){
      .media_wrapper{
   grid-template-columns:repeat(3,1fr);
 }
 .media_gallery ul{
    display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:20px;
}
 .media_full_head img{
    max-width:400px;
     float:left;
 }
 .media_full_video{
    max-width:600px;
}
 }
 
 /*leader*/
 .leadership-wrapper{
    display:grid;
    gap:20px;
    grid-template-columns:repeat(1,1fr);
 }
 .leadership_accordion{
     max-width:100%;
 }
 .leader-feedback{
     max-height:400px;
     padding:20px 0;
     overflow-y:auto;
     font-size:1rem;
     color:var(--default);
     line-height:1.2;
 }
 .leadership-title{
     margin-bottom:20px;
     height: 50px;
    display: flex;
    align-items: center;
    outline: none;
    justify-content: space-between;
    color: var(--white);
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    line-height: 48px;
    border-radius: 10px;
    user-select:none;
    border: 1px solid var(--default);
    padding: 0 20px;
    position: relative;
    background: var(--default);
 }
 
 @media screen and (min-width:992px){
      .leadership_accordion{
     max-width:768px;
 }
 }
 
 
 /*e-tabib*/
 .e-tabib-insurance-header{
     display:flex;
     flex-direction:column;
     row-gap:40px;
     margin-bottom:40px;
 }
.e-tabib-insurance-header .insurance-logo a img{
      max-width: 200px;
    max-height: 50px;
    height: 100%;
    object-fit: contain;
    width: 100%;
}
 .e-tabib-insurance-header h1{
    font-size: 24px;
    line-height: 1.2;
    color: var(--default);
    font-weight: 500;
    text-transform: uppercase;
 }
.e-tabib-insurance-header h1 b{
    display:inline;
    font-weight:bold;
}
 .e-tabib-insurance-content{
      height: 100%;
    font-size: 16px;
    line-height: 1.5;
    hypens: auto;
    color: var(--default);
 }
 .e-tabib-insurance-content .video_area{
     max-width:100%;
     width:100%;
     height:300px;
     float:left;
     margin:0 20px 20px 0;
     position:relative;
     display:flex;
     align-items:center;
     justify-content:center;
     border-radius:10px;
     overflow:hidden;
     transition:.3s ease-in-out;
 }
  .e-tabib-insurance-content .video_area img{
      width:100%;
      height:100%;
      position:absolute;
      z-index:1;
      object-fit:cover;
  }
    .e-tabib-insurance-content .video_area:after{
        content:"";
        position:absolute;
        z-index:1;
        inset:0;
        width:100%;
        height:100%;
        background:rgba(0,0,0,0.3);
    }
 
        .e-tabib-insurance-content .video_area  i{
            color:red;
            position:relative;
            z-index:2;
           font-size:40px;
        }
       
        
@media screen and (min-width:768px){
     .e-tabib-insurance-header h1 b{
          display:block;
     }
     .e-tabib-insurance-header h1{
    font-size: 32px;
     }
}
@media screen and (min-width:992px){
 .e-tabib-insurance-content .video_area{
              max-width:400px;
}
        }
 /*e-tabib*/
 
 
 
/*online register*/

.online-register-section {
  max-width: 100%;
  margin: 0 auto;
}

.online-register-section .row {
  row-gap: 20px;
}

.online-register-section h5 {
  font-size: 16px;
  color: gray;
  font-weight: 500;
}

.online-register-section label {
  display: block;
  width: 100%;
}

.online-register-section label input,
.online-register-section label select {
  padding: 15px;
  border: 1px solid #ddd;
  outline: none;
  width: 100%;
  border-radius: 3px;
}
.online-register-section label select {
  appearance: none;
  cursor: pointer;
}

.online-register-section label input:focus {
  border-color: var(--default);
}

input[type="radio"] {
  accent-color: var(--default);
}

.online-register-section .gender,
.online-register-section .responsible_appointment {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}

.online-register-section .gender label,
.online-register-section .responsible_appointment label {
  width: fit-content;
  display: flex;
  align-items: center;

  gap: 5px;
  justify-content: center;
}

.online-register-section input::placeholder {
  color: gray;
}

.online-register-section .upload_files {
  display: flex;
  align-items: center;
  row-gap: 10px;
  flex-wrap: wrap;
  cursor: pointer;
  position: relative;
}

.online-register-section .upload_analysis {
  justify-content: unset;
  flex-direction: column;
}

.online-register-section .upload_files p {
  font-size: 14px;
  line-height: 1.2;
  color: gray;
  width: 100%;
}

.online-register-section .upload_files input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.online-register-section .upload_files span {
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  display: block;
  background: var(--default);
  color: var(--white);
  border-radius: 2px;
  line-height: 1.5;
  font-size: 16px;
}

.online-register-section label textarea {
  width: 100%;
  padding: 10px;
  min-height: 100px;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: vertical;
  max-height: 200px;
  outline: none;
}

.online-register-section label textarea:focus {
  border-color: var(--default);
}

.online-register-section .submit-btn-register {
  width: 100%;
}

.online-register-section .submit-btn-register button {
  padding: 10px 15px;
  color: var(--white);
  border: none;
  font-size: 16px;
  background: var(--default);
  cursor: pointer;
  border-radius: 4px;
  float: unset;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .online-register-section {
    max-width: 800px;
  }
  .online-register-section .upload_files span {
    width: unset;
  }
  .online-register-section .submit-btn-register button {
    width: unset;
    float: right;
  }

  .online-register-section .upload_files p {
    font-size: 16px;
    width: unset;
  }

  .online-register-section .upload_analysis p {
    font-size: 18px;
  }
  .online-register-section .personal-image {
    justify-content: flex-end !important;
    gap: 10px;
  }
  .online-register-section .upload_files {
    justify-content: space-between;
  }

  .online-register-section .upload_analysis {
    flex-direction: unset;
    justify-content: space-between;
  }
}


/*departments*/
.departments_wrapper{
    max-width:100%;
    margin:0  auto;
    display:grid;
    gap:20px;
       grid-template-columns:repeat(1,1fr);
    
}
.our-departments-kate-link {
    font-weight: bold;
    padding: 15px;
    font-size: 34px;
    width: 100%;
    display: flex;
    position:relative;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border-radius: 30px;
    text-transform: capitalize;
    background: var(--default);
    min-height: 120px;
    height: 100%;
    transition: .3s ease-in-out;
}
.our-departments-kate-link a{
    height:100%;
    width:100%;
    position:absolute;
    inset:0;
    display:block;
}
.our-departments-kate-link.no-active {
    background: gray !important;
    filter: grayscale(.1);
    -webkit-filter: blur(1px) saturate(6);
    filter: blur(1px) saturate(1);
}
@media screen and (min-width:768px){
    .departments_wrapper{
    max-width:760px;
    grid-template-columns:repeat(2,1fr);
    margin:0  auto;
}
}


/*comments*/
.comments_input{
    margin-bottom: 20px;
}
.comments_input input{
        padding: 10px;
    border-radius: 15px;
    width: 100%;
    border: 1px solid #64346D;
    outline: none;
    background: transparent;
}
.comments_textarea textarea{
    width: 100%;
    height: 200px;
    border: 1px solid #64346D;
    outline: none;
    padding: 10px;
    resize: none;
    background: transparent;
    border-radius: 15px;
}
.comments_btn button{
    width: 100%;
    padding: 20px;
    height: 50px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #64346D;
    border: 1px solid #64346D;
    background-color: #64346D;
    color: white;
}

.comments_section{
    margin-bottom:40px;
    position:relative;
}


.patient-feedback-card {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-height: 240px;
    border: 1px solid #64346D;
    border-radius: 15px;
    padding: 10px 30px 10px 20px;
}
.patient-comment{
    display: flex;
    align-items: start;
    gap: 15px;
}
.patient-feedback-card .mass{
    position: absolute;
    top:15px;
    right: 15px;
}
.patient-feedback-card .mass input{
    display: none;
}
.patient-feedback-card .mass i{
    color: red;
}
.feedback-pens-tagged {
    margin-right: 10px;
        flex-shrink: 0;
    width: 24px;
    border-radius: 50%;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #64346D;
}
.patient_delete_popup{
    position: fixed;
    width: 100%;
    max-width: 400px;
    padding: 20px 30px;
    height: 350px;
    border-radius: 14px;
    top: 50%;
    background: #fff;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px #333;
}
.patient_delete_popup_title{
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.patient_delete_popup_title h4{
    font-size: 20px;
}
.patient_delete_popup_title i{
    color: red;
    cursor: pointer;
}
.patient_delete_popup h5{
    font-size: 18px;
    padding: 20px 0;
}
.patient_delete_popup_actions{
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.patient_delete_popup_actions button{
    padding: 10px 25px;
    border-radius: 8px;
    transition: .3s;
    border: none;
    outline: none;
    min-width: 120px;
}
.patient_delete_popup_delete{
    background: #64346D;
    color: #fff;
}
.patient_delete_popup_delete:hover{
    box-shadow: 0 0 10px #64346D;
}
.patient_delete_popup_cancel:hover{
    box-shadow: 0 0 10px #d3d3d3;
}
.feedback-pens-tagged span {
    display: block;
    width: 16px;
    margin: 0;
    height: 16px;
    border-radius: 50%;
    background-color: #64346D;
}

.patient-feedback-card-content {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    height: auto;
    font-size: 16px;
    width: calc(100% - 40px);
    line-height: 1.4;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    hyphens: auto;
    overflow-wrap: anywhere;
    color: #64346D;
}

.patientFeed-left-btn,
.patientFeed-right-btn {
    font-size: 28px;
    color: #64346D;
}

.patients-feedback-slider {
    width: 100%;
    position: relative;

}
#dlemasscomments{
    position:relative;
}
.swiper-custom-btn {
    width: 100%;
    display: flex;
    column-gap: 30px;
    align-items: center;
    justify-content: space-between;
}
.swiper-custom-btn button{
    border:none;
    width:fit-content;
    height:fit-content;
    background:transparent;
    font-size:40px;
    cursor:pointer;
    position:absolute;
    transition:.3s ease-in-out;
    top:50%;
    transform:translateY(-50%);
    opacity:0;
}
.comments_section:hover .swiper-custom-btn button{
    opacity:1;
}
.patientFeed-left-btn {
    position: static;
    left: -20px;
}

.patientFeed-right-btn {
    position: static;
    right: -20px;
}
@media only screen and (max-width: 768px) {
    .custom-category-head figure img {
        height: auto;
    }
}