@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;500;600;700;800&display=swap');
@import url(swapper.css);
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Montserrat';

  font-weight: 600;
}


.news__title{
  font-family: "Montserrat";
  font-size: 25px;
  color: #313131;
  font-weight: 400n !important;

}

.main{
  display: flex;
  align-items: center;
  gap: 20px;

}

.news__page-img{
  width: 100% ;
}
.img-news{
  width: 50% !important;
  margin:  0 auto;
}

.news-bak{
  background-color:  #e9f4ff;;
  margin-top: 50px !important;
  padding: 40px 20px !important;
}

.news__text{
  font-size: 18px;
  color: #424141;
  font-weight: 300;
  margin-top: 20px !important;
}

.event-day{
  background-color:rgb(31, 60, 136);
  width: 120px;
  padding: 5px 10px ;
  border-radius: 9px;
  text-align: center;
  color: white;

}

.j{
  position: relative;
}

.departments-img{
  width: 100%;
}
.departments-img img{
  width: 70%;
  margin-top: 100px;
  }

  .spiska{
    color: #576777;
    font-size: 22px;
    margin-top: 80px;
  }


  .info__text{
    font-size: 22px;
    margin-top: 20px;
    color: #576777;
  }

.img-slide img{
  width: 400px !important;
}
.department__item:hover .department__title{
  color: white;
}

a {
  text-decoration: none;
  color: #000;
}

.icons-font {

  font-size: 170px;
  color: #1F3C88;
}

.call {
  font-size: 140px !important;
  margin-top: 75px;

}

.title {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 49px;
  color: #000000;
  border-bottom: 4px solid #1F3C88;
  margin-top:50px;
}

.new-title {
  line-height: 1.1;
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: #1f3c88;
}
@media(max-width:840px){
  .new-title{
    line-height: 1;
    font-size: 24px;
  }
}

.container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 15px;
}


/****************************************
          HEADER
****************************************/
.burger__appointment {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  padding: 12px 19px;
  color: #FFFFFF;
  position: absolute;
  top: 171px;
  left: 25px;
}

.inner-top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 39px 0;
}
@media(max-width:600px){
  .inner-top-header {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}

.inner-top-header__lang {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.active-lg {
  color: #1F3C88;
}

.inner-top-header__header-phone {
  display: flex;
  align-items: center;
  gap: 5px;
}

.inner-top-header__header-phone a,
.active-lg a {
  color: #1F3C88;
}

.inner-top-header__logo_link {
  color: #1F3C88;
}

.inner-top-header__logo_link__color-white {
  color: white;
}

.inner-top-header__logo {

  display: flex;
  align-items: center;
  gap: 15px;
  width: 33%;
}
.inner-top-header__logo img{
  width: 100px;
  border-radius: 50%;
}

.appointment {
  border: 3px solid #1F3C88;
  padding: 12px 20px;
  border-radius: 6px;
  transition: 0.5s;
}

.appointment:hover {
  background-color: #1F3C88;
  color: white;
}

.bottom-header {
  background-color: #1F3C88;
  position: sticky;
  top: -1px;
  z-index: 9;
}

.inner-bottom {
  display: flex;
  align-items: center;
}





/*

.burger-icon{
  position: relative;

}
#burger-checkbox{
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  opacity: 0;
}
#burger-checkbox:checked .burger-icon{
  background-color: ;
}*/




.online-apply{
  display: none;
  justify-content: left;
  padding: 10px 8px;
}
.online-apply-link{
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  padding: 12px 19px;
  color: #FFFFFF;
  display: inline-block !important;
}
.inner-bottom nav{
  width: 100%;
}
.toggleMenu {
  display: none;
  background: #1F3C88;
  color: #fff;
  flex-direction: column;
  gap: 5px;
  width: 20px;
  margin-bottom: 20px;
}
.toggleMenu.active .arrow:first-child{
  width: 30px;
  transform: rotate(40deg) translate(0px,10px);

}.toggleMenu.active .arrow:last-child{
  transform: rotate(-40deg) translate(-1px,-10px);
  width: 30px;
}.toggleMenu.active .arrow:nth-child(2){
  transform: translateX(100%) scale(0);
}
.arrow{
  background-color: #eee;
  width: 100%;
  height: 2px;
  transition: 0.4s;
}
.menu {
  list-style: none;
  *zoom: 1;
  background: #1F3C88;
  display: flex;

}
.menu:before,
.menu:after {
  content: "";
  display: table;
}
.menu:after {
  clear: both;
}
.menu ul {
  list-style: none;
  width: auto;
}
.menu a {
  padding: 25px 14px;
  color:#fff;

}
.menu li {
  position: relative;
}
.menu > li {
  border-top: 1px solid #3a59a5;
  flex-grow: 1;
}
.menu > li > .parent {
  background-image: url("http://mike.php5.sk/public/menu/downArrow.png");
  background-repeat: no-repeat;
  background-position: right;
}
.menu > li > a {
  display: block;
  font-size: 18px;
}
.menu li ul {
  position: absolute;
  left: -9999px;
  width: 30em;
}
.menu > li.hover > ul {
  left: 0;
}
.menu li li.hover > ul {
  left: 100%;
  top: 0;
}
.menu li li a {
  display: block;
  background: #132654;
  position: relative;
  z-index: 100;
  color: #eee;
  border-top: 1px solid #111;
  font-size: 20px;
  transition: 0.4s;
  padding: 21px 15px;
}
.menu li li a:hover{
  transform: translateX(2px);
  background: #18316b;
}
.menu li li li a {
  background:#333;
  border-top: 1px solid #222;
}
.menu li li li li a {
  background:#444;
  border-top: 1px solid #333;
}
.menu li li li li li a {
  background:#555;
  border-top: 1px solid #444;
}

.level1{
  padding: 0 10px 10px;
}
@media screen and (max-width: 1360px){
  .menu a{
      padding: 18px 14px;
  }
  .menu > li > a{
      font-size: 18px;
  }
}
@media(max-width:1100px){
  .menu > li > a{
      font-size: 16px;
  }
}
@media screen and (max-width: 1020px) {
  .menu > li{
    flex-grow: 0;
  }
  .menu{
    height: 100vh;
    overflow-y: scroll;
  }
  .menu li li a{
    padding: 20px 15px;
    font-size: 19px;
  }
  .menu > li > a{
      font-size: 20px;
  }
  .menu li ul{
      width: auto;
  }
  .online-apply{
      display: flex;
  }
  .active {
      display: block;
  }
  .menu {
      flex-direction: column;
  }
  .menu > li > .parent {
      background-position: 95% 50%;
  }
  .menu li li .parent {
      background-image: url("http://mike.php5.sk/public/menu/downArrow.png");
      background-repeat: no-repeat;
      background-position: 95% 50%;
  }
  .menu ul {
      display: block;
  }
  .menu > li.hover > ul , .menu li li.hover > ul {
      position: static;
  }

}






/****************************************
          END HEADER
****************************************/
.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
}

.modal {
  width: 72%;
  position: fixed;
  background-color: #fff;
  z-index: 999;
  height: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}

.modal-overlay:target {
  opacity: 1;
  pointer-events: auto;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75;
}

.modal__wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.modal__img-part {
  width: 50%;
}

.modal__img {
  width: 100%;
  height: 800px;

}

.modal__content {
  width: 50%;
  padding: 50px 30px;
}

.modal__close {
  display: flex;
  justify-content: flex-end;

}

.fa-xmark {
  font-size: 40px;
  color: #000;
  cursor: pointer;
  transition: 0.5s;
}

.fa-xmark:hover {
  transform: rotate(180deg);
}

.modal__title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
  color: #393939;

}

.modal__subtitle {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 37px;
  line-height: 45px;
  color: #393939;
  margin: 44px 0 100px;
}

.modal__link-bl {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

.modal__link {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #1F3C88;
  padding: 31px 68px;
  border: 4px solid #1F3C88;
  border-radius: 330px;
  text-align: center;
  transition: 0.5s;
}

.modal__link:hover {
  background-color: #1F3C88;
  color: #fff;
}






.slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

.slides {
  width: 500%;
  display: flex;
}

.slides input {
  display: none;
}

.slide {
  width: 20%;
  transition: 2s;
  z-index: -1;
}

.slide img {
  width: 100%;
  height: 100vh;
}

/*css for manual slide navigation*/

.navigation-manual {
  position: absolute;
  width: 100%;
  margin-top: -40px;
  display: flex;
  justify-content: center;
}

.navigation-manual label,
.navigation-auto div {
  border-radius: 10px;
}

.manual-btn {
  border: 2px solid #40D3DC;
  padding: 5px;
  cursor: pointer;
  transition: 1s;
  z-index: 5;
}

.manual-btn:not(:last-child) {
  margin-right: 40px;
}

.manual-btn:hover {
  background: #40D3DC;
}

#radio1:checked~.first {
  margin-left: 0;
}

#radio2:checked~.first {
  margin-left: -20%;
}

#radio3:checked~.first {
  margin-left: -40%;
}

#radio4:checked~.first {
  margin-left: -60%;
}

/*css for automatic navigation*/

.navigation-auto {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  bottom: -225px;
}

.navigation-auto div {
  border: 2px solid #40D3DC;
  padding: 5px;
  transition: 1s;
}

.navigation-auto div:not(:last-child) {
  margin-right: 40px;
}

#radio1:checked~.navigation-auto .auto-btn1 {
  background: #40D3DC;
}

#radio2:checked~.navigation-auto .auto-btn2 {
  background: #40D3DC;
}

#radio3:checked~.navigation-auto .auto-btn3 {
  background: #40D3DC;
}

#radio4:checked~.navigation-auto .auto-btn4 {
  background: #40D3DC;
}

.gray-bg {
  background-color: #F5F5F5
}

/*   BEDS */

.line-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 0 30px;
}
.line-box__left{
  width: 100px;
  height: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;


}
.line-box__right {
  width: 100px;
  height: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;

}
.line-box__middle{
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #1F3C88;
}
.line-box__line{
  width: 50%;
  height: 2px;
  background-color: #1F3C88;

}
.line-box__icon{
  font-size: 30px;
  color: crimson;
}
.home-demo {
}
.beds__item {
  background-color: #1F3C88;
  display: flex;
  padding: 35px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.beds__item i{
  font-size: 45px;
  color: #fff;
}
.beds__counter {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}

.bed__name {
  color: #fff;
  font-size: 18px;
}

/*   END BEDS  */

/****************************************
         START  NEWS
****************************************/
.news {
  padding: 0 0 100px;
}

.news__wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding-top: 50px;
}

.news__card {
  flex: 0 1 350px;
  flex-direction: column;
  background-color: #f5f8fb;

}

.news__img-bl {
  position: relative;
}

.news__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  z-index: 1;
  opacity: 0;
  background-color: #1f3d8869;
  transition: 0.5s;
}

.news__card:hover .news__overlay {
  opacity: 1;
}

.news__date {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 12px 10px;
  background-color: #1F3C88;
  color: #fff;
  transition: 0.5s;
}

.news__card:hover .news__date {
  opacity: 0;
}

.news__month {}

.news__year {}

.news__link {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1F3C88;
}

.nav__span {
  position: relative;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
}

.news__card:hover .nav__span {
  opacity: 1;
}

/* TOP AND BOTTOM LINE */
.nav__span::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #1f3c88;
  opacity: 1;
  transition: 0.5s;
}

.nav__span::after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: -20%;
  width: 0%;
  height: 2px;
  background-color: #1f3c88;
  opacity: 1;

  transition: 0.5s;
}

/* TOP AND BOTTOM LINE END */
.news__card:hover .nav__span::before,
.news__card:hover .nav__span::after {
  width: 120%;
}

.news__card:hover .nav__span span::before,
.news__card:hover .nav__span span::after {
  height: 120%;
}

/* LEFT AND RIGHT LINE */
.nav__span span::before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 2px;
  height: 0%;
  background-color: #1F3C88;
  transition: 0.5s;
}

.nav__span span::after {
  position: absolute;
  content: '';
  display: block;
  right: 0;
  top: -20%;
  width: 2px;
  height: 0%;
  background-color: #1F3C88;
  transition: 0.5s;

}

/* LEFT AND RIGHT LINE END */


.news__img {
  width: 100%;
  height: 250px;
  object-fit: cover;

}

.news__content {
  padding: 25px 30px 30px;
}

.news__text {
  margin: 0px 0px 17px;
  font-weight: bold;
  line-height: 24px;
}

.news__more {
  padding: 10px 21px;
  border: 1px solid #888;
  color: #888;
  font-size: 13px;
  transition: 0.5s;
  display: inline-block;
}

.news__card:hover .news__more {
  background-color: #1F3C88;
  color: #fff;
  border-color: #1F3C88;
}

.news__more-bl {
  padding-top: 50px;
  width: 100%;
  display: flex;justify-content: center;
}
.news__more-link {
  color: #1F3C88;
}
.news__more-link i{
  transition: 0.5s;
}
.news__more-bl>div:hover .news__more-link::after{
  width: 100%;
}
.news__more-link::after{
  content: '';
  transition: 0.5s;
  display: block;
  width: 0%;
  height: 3px;
  border-radius: 10px;
  background-color: #002a9d;
}
/****************************************
         END  NEWS
****************************************/
/****************************************
         START  HISTORY
****************************************/
.history {
  background: url(../img/main/help.png) no-repeat right / contain;
}.p-r{
  position: relative;
  padding: 68px 0 82px;
  z-index: 2;

}
.history-bl{
  width: 68.6667%;
}
.history_shape {
  position: absolute;
  width: 86%;
  height: 100%;
  background-color: #1f3d88;
  transform: skew(-28deg);
  top: 0;
  left: -17%;
  z-index: -1;
}
@media(max-width:1240px){
  .history_shape{
    left: 0;
    transform: skew(0);
    width: 100%;
  }
  .history-bl{
    width: 100%;
    margin: 0 auto;
  }
}
@media(max-width:500px){
  .history__menu{
    gap: 10px;
  }
  .history__list{
    flex: 1 1 100% !important;

    gap: 12px;
  }
  .in-title{
    font-size: 24px !important;
  }
  .history__text{
    font-size: 16px;
  }
  .news__more-bl{
    padding-top: 24px !important;
  }
}
.in-title {
  font-size: 30px;
  margin: 0px 0px 4px;
  color: #ffffff;
  text-transform: uppercase;
}

.history__text {
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 1.1px;
  margin: 0px 0px 27px;
  font-family: sans-serif;
  font-weight: 400;
  margin-top: 20px;

}

.history__menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.history__list {
  flex: 0 1 50%;
  display: flex;
  gap: 20px;
  align-items: center;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 1.1px;
}
.histor__list-text{
    font-size: 14px;
    font-weight: 500;
    font-family: sans-serif;
}
.history__list i{
  font-size: 24px;
  background-color: brown;
  padding: 10px;
}

.history__link {
  display: inline-block;
  background-color: brown;
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
  transition: 0.5s;
  border: 2px solid transparent;
}
.history__link:hover{
  background-color: transparent;
  color: brown;
  border-color: brown;
}

/****************************************
         END  HISTORY
****************************************/


/****************************************
         START  DOCTOR
****************************************/
.doctor {
  padding: 70px 0;
}
.home-demo {
}
.doctor__item {
  position: relative;
}
.doctor__hd-bl {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  text-align: center;
  background-color: #1F3C88;
  width: 100%;
  transition: 0.5s;
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}
.doctor__item:hover .doctor__hd-bl{
    background-color: #265DF2;
}
.doctor__name {
  color: #fff;
}
.doctor__post{
  color: crimson;
  margin-top: 10px;
  text-transform: capitalize;
}


.admin .personal__card{
  width: 30%;
}

.admin .personal__img{
  height: 100% ;
  padding: 0;
  transform: scale(1.001);
}
.admin .personal__info{
  margin-top: 0;
}
.admin {
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
  gap: 20px;
}
.admin__item {
  flex:0 1  400px;
  position: relative;
  display: flex;

}
.admin .img-slide{
  width: 100%;
}

@media (max-width:800px) {
    .admin{
      justify-content: space-between;
    }
    .admin .personal__card{
      width: 48%;
    }

}
@media (max-width:530px) {
    .admin{
      justify-content: center;
    }
    .admin .personal__card{
      width: 90%;
    }
}
/****************************************
         END  DOCTOR
****************************************/



.owl-carousel .owl-item img{
  max-width: 617px;
}

/****************************************
         START  FILTER
****************************************/
.filter__input[type="radio"] {
  display:none;
}
.filter-index label {
width:23%;
text-align:center;
background:#ffffff;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
color:#222222;
padding:0.5%;
margin:0.5%;
margin-bottom:30px;
cursor:pointer;
}
.filter__input[type="radio"][id="blue"]:checked + label {
background:#6666ff;
}
.filter__input[type="radio"][id="blue"]:checked ~ .red, .filter__input[type="radio"][id="blue"]:checked ~ .green {
width:0;
height:0;
padding:0;
margin:0;
opacity:0;
}
.filter__input[type="radio"][id="red"]:checked + label {
background:#ff4466;
}
.filter__input[type="radio"][id="red"]:checked ~ .blue, .filter__input[type="radio"][id="red"]:checked ~ .green {
width:0;
height:0;
padding:0;
margin:0;
opacity:0;
}
.df{
  display: flex;
  flex-wrap: wrap;
}
.filter__input[type="radio"][id="green"]:checked + label {
background:#66dd99;
}
.filter__input[type="radio"][id="green"]:checked ~ .blue, .filter__input[type="radio"][id="green"]:checked ~ .red {
width:0;
height:0;
padding:0;
margin:0;
opacity:0;
}
.tile img{
  width: 100%;
  height: 100%;
}
.tile {
width:23%;

transition:all 1s;
margin:0.5%;
padding:0.5%;
}
.green {
background:#66dd99;
}
.blue {
background:#6666ff;
}
.red {
background:#ff4466;
}
/****************************************
         END  FILTER
****************************************/



/****************************************
         START  TABS
****************************************/

/****************************************
         END  TABS
****************************************/





/* uzb gerb */
.uzb-gerb {
  display: flex;
  justify-content: space-around;
  padding: 112px 0;
  gap: 52px;
}

.uzb-gerb>div {
  display: flex;
  align-items: center;
  gap: 13px;
}

.text1>p {
  font-size: 25px;
  color: #000000;
}

.text2>h2 {
  font-size: 45px;
  color: #4B85DE;
}

.text2>p {
  font-size: 18px;
  color: #606060;
  margin-top: 19px;
}

/* operation */
.operation {
  height: 100vh;
  background: url(../img/main/Mask\ group.png) no-repeat;
}

.operation-titles {
  font-size: 40px;
  font-weight: 600;
  padding-top: 120px;
}

.titles-line {
  width: 636px;
  height: 3px;
  background-color: #1F3C88;
}

.operation-tables {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 105px;
}

.operation_inner-tables {
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  width: 31.333%;
  padding: 12px 22px 34px;
  background-color: #EFF1F4;
}

.group1>h3 {
  font-size: 18px;
  color: #1F3C88;
  margin-bottom: 18px;
  margin-top: 15px;
}

.group1 {
  font-size: 13px;
  color: #3C3C3C;
  line-height: 16px;
}

.works-day {
  color: #3C3C3C;
  margin-top: 4px;
  font-size: 13px;
  margin-top: 15px;
}

.works-oclock {
  margin-top: 19px;
}

.works-oclock2 {
  margin-top: 10px;
}

/* contact */



.contact-title {
  padding-top: 74px;
}

.contact-title>h3 {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
}




.contact-title>p {
  font-size: 28px;
  font-weight: 500;
  color: #464646;
  margin: 43px 0 76px;
}

.contact {
  display: flex;
  gap: 5%;
}

.contact-forms {
  width: 50%;
}

.contact-forms>input {
  padding: 15px;
  border-radius: 6px;
  border: 0;
  margin-top: 15px;
  width: 100%;
  outline: none;
}

.contact-forms>select {
  width: 100%;
  padding: 15px;
  border-radius: 6px;
  margin-top: 15px;
  outline: none;
  border: 0;

}

.contact-texterea {
  width: 50%;
  margin-top: 15px;
}

.contact-texterea>textarea {
  width: 100%;
  padding: 15px;
  border-radius: 6px;
  outline: none;
  border: 0;
  resize: none;
}

.contact-btn {
  width: 250px;
  border: 2px solid #1F3C88;
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 12px 0;
  cursor: pointer;
  color: #1F3C88;
  transition: 0.5s;
  display: block;
  margin: 100px auto;
}

.contact-btn:hover {
  background-color: #1F3C88;
  color: white;
}


.back-image {
  width: 100%;
  height: 80vh;
  background-image: url(../img/main/Group\ 7.jpg);
}

.back-hirurg {
  width: 100%;
  height: 80vh;
  background-image: url(../img/main/unsplash_nMyM7fxpokE.png);
}

.container-text {
  height: 100%;
  display: flex;
  justify-content: center;

  flex-direction: column;



}

.lang-active {
  border-bottom: 2px solid #1F3C88;
}


.container-text h1 {
  font-size: 65px;
  margin-bottom: 20px;
  color: white;
}

.container-text p {
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
  color: white;
}

.container-text a {
  padding: 15px 49px;
  width: 216px;
  margin-top: 50px;
  border-radius: 10px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  background: white;
  color: black
}

.department-text h1 {
  font-size: 50px;
  color: #000;
}

.department-text p {
  font-size: 23px;
  margin-top: 20px;
  background: rgba(210, 210, 210, 0.7);
  border-radius: 20px 0px;
  padding: 24px 34px;
  color: #000;
  font-weight: 400;
}

.sublime {
  height: 4px;
  margin-top: 40px;
  background-color: #1F3C88;
}

.department-doctors h1 {
  font-size: 50px;
  color: #000;
}

.doctors-main {
  display: flex;
  margin-top: 20px;
  padding: 10px 20px;
  justify-content: space-between;

}

.doctors {
  width: 290px;
  border-radius: 10px;
  height: 360px;
  background-color:
    #D9D9D9;
}

.contact h1 {
  font-size: 50px;
}

.icons {
  margin-top: 200px;
}

.icons-main {
  display: flex;
  margin-top: 45px;
  justify-content: space-around;
  align-items: center;
}

.main-icons__title {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 100px;
}

.big {
  font-weight: 600 !important;
  margin-bottom: 10px;
}


.back-image-3 {
  background-image: url(../img/history-img/Rectangle\ 23\ \(2\).png);
}

.linksss {
  width: 300px !important;
  padding: 18px 49px !important;
  height: 60px;
}

.history-main {
  display: flex;
  gap: 41px;
  margin-top: 50px;

}

.history-text p {
  font-size: 23px;
  font-weight: 400;
  margin-top: 5px;
  text-align: justify;
}

.img-14 {
  margin-top: 20px;
}


.we-in-map {
  background: #EFF1F4;


}

.contact__item a {
  margin-top: 10px;
}

.we-in-map h1 {
  margin-bottom: 120px !important;
}

.contact {
  display: flex;
  padding: 50px 10px;
  justify-content: space-around;
}

.contact__item {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact__item>div {
  flex: 0 0 1;
}

.contact__name {
  font-family: 'Montserrat';
  font-style: normal;
  margin-top: 30px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}

.contact__text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  margin-top: 14px;
  line-height: 18px;

  color: #000000;
}


.slide-content {
  width: 100%;
  position: absolute;
  top: 0;
  color: white;
  background: rgba(31, 60, 136, 0.4);
  height: 100vh;
  font-size: 30px;
  display: flex;
  align-items: center;
}
.slide-content h1{
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.slide {
  position: relative;
}









.gallery {
  display: flex;
  gap:20px;
  justify-content: space-around;
}
.gallery__width{
  width: 39% !important;
}

.gallery__item {
 width: 45%;
}
.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel__slide{
  width: 100% !important;
}



/**************************************************************************


                              START FOOTER


**************************************************************************/
footer {
  background-color: #1F3C88;
  padding: 80px 0;

}
.phoone{color: #fff;}
.footer__img{
  width: 100px;
  border-radius: 50%;
}
.techno-logo{
  width: 100px;
  border-radius: 50%;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 5px;
}

.footer__flx{
  display: flex;
  align-items: center;
  color: #fff;
  width: 80%;
  gap: 20px;
  justify-content: space-between;
}
.footer-distributed{
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
  width: 40%;
}

/* The company logo */

.footer-distributed h3{
  color:  #ffffff;
  font: normal 36px 'Open Sans', cursive;
  margin: 0;
}

.footer-distributed h3 span{
  color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
  color:  #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  font-weight:400;
  text-decoration: none;
  color:  inherit;
}

.footer-distributed .footer-company-name{
  color:  #ddd;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
  width: 35%;
}

.footer-distributed .footer-center i{
  background-color: rgb(0, 42, 157);
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p{
  display: inline-block;
  color: #ffffff;
  font-weight:400;
  vertical-align: middle;
  margin:0;
}

.footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
}

.footer-distributed .footer-center p a{
  color:  lightseagreen;
  text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
  width: 20%;
}

.footer-distributed .footer-company-about{
  line-height: 20px;
  color:  #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span{
  display: block;
  color:  #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons{
  margin-top: 25px;
}

.footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color:  #33383b;
  border-radius: 2px;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

  .footer-distributed{
    font: bold 14px sans-serif;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i{
    margin-left: 0;
  }

}


.overlay{
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 0 8%;
  justify-content: center;
  background: rgba(0, 42, 157,0.6) ;
  width: 100%;
  height: 100%;
  color: #fff;
}

.overlay h1 {
  margin-bottom: 30px;
}
.overlay a{
  text-decoration: underline;
  color: #fff;

}
.overlay a:hover{
  color: rgb(128, 146, 196);
}
.overlay p{
  text-align: justify;
}





















/**************************************************************************


                              END FOOTER


**************************************************************************