@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jacques+Francois+Shadow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Gowun+Dodum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap');
* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
.navbar-nav{
    padding: 10px 0px;
}
.navbar-nav a {
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Forum", serif;
    font-weight: 600;
    color: #353535;
    border-bottom: 1px solid transparent;
}
.nav-endd{
    background-color: #000;
}
.navbar-toggler{
    border: none;
  }
  .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background-image: url('../img/bars-staggered-solid\ \(5\).svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #000000;
    border-bottom: 1px solid white;
    font-weight: 600;
  }
  .navbar-nav .nav-link:hover{
      transform: scale(1.03);
  }
  .img-logoo{
    display: none;
  }
 .img-logo22 img{
    width: 50px !important;
 }
  .line-inff{
    border-bottom: 1px solid rgba(0, 0, 0, 0.068) !important;
    background-color: #BD2754;
}
.line-inff .icons-header{
border: #ffffff7e 1px solid;
border-radius: 50%;
padding: 5px 10px;
margin-right: 10px;
color: white;
}
.line-inff  p{
    color: white !important;
}
.img-logo22 img {
  width: 120px!important;
}

:root {
    /* Background Color */
    --primary-color: #212122b9;
    --secondary-color: #a3a190;
    --bg-color: #f4f4f4;
    --bg-white: #fff;
    --bg-black: #000;

    /* Text Style */
    --one: "Barlow Condensed", sans-serif;
    --primary-font: 'Poppins', sans-serif;
    --secondary-font: 'Oswald', sans-serif;
    --tertiary-font: 'Cinzel', serif;
    --fourth: 'Cormorant Garamond', serif;
    --five: 'Outfit', sans-serif;
    --six: 'Satisfy', cursive;
    --seven: "Playfair Display", serif;
    --eight:"Jost", sans-serif;
    --nine: "Forum", serif;
    --ten: 'Gupter', serif;
    --eleven: 'Marcellus', serif;
    --primary-text: #212122b9;
    --secondary-text: #201f1f;
    --text-white: #fff;
    --text-black: rgb(79, 79, 79);
    --text-gray: #e4e4e4;
}


.btn2 {
    display: inline-block;
    padding: 15px 35px !important;
    border:none;
    background-color: #63B5CD;
    color: #fffffffa !important;
    font-size: 17px !important;
    font-weight: 400;
    text-transform:uppercase !important;
    letter-spacing: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
  }
  
  .btn2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.11);
    transform: skewX(-30deg);
    filter: blur(15px); 
    transition: left 0.3s ease-in-out;
    pointer-events: none;
  }
  
  .btn2:hover {
    transform: scale(1.001);
  }
  
  .btn2:hover:before {
    left: 100%;
  }

  h1 {
    font-size: 2.75rem;
    font-weight: 200;
    color: var(--text-white);
    text-transform:capitalize;
    font-family: "Gowun Dodum", sans-serif;
}

h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: var( --primary-text);
    text-transform: capitalize;
    font-family:"Forum", serif;
    color: white;
}

h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-text);
    font-family: var(--secondary-font);
}

h3 span {
    font-size: 25px;
    font-weight: 400;
}
h4{
    color: #625859;
    font-size: 20px;
}

h5 {
    font-size: 1.5rem;
    line-height: 1;
    color: var(--secondary-text);
    margin-bottom: .9375rem;
    margin-top: .9375rem;
    font-weight: 600;
    font-family: var(--secondary-font);
}

h6 {
    color: var(--text-white);
    font-weight: 500;
    font-family: var(--secondary-font);
}
p{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.701);
    font-weight: 500;
}

  section {
    padding: 120px 0 !important;
    position: relative;
}

footer{
   background-color: #63B5CD;
   background: url('../img/Healthcare-BG-stage-1.jpg') #1d1d1db9;
    background-position: center 10%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  a.footer-link{
    color: white;
    font-weight: 300;
  }
  .footer-link:hover{
    color:  #A9D1DB;
  }
  .payment{
    display: flex;
  }
  .socials{
    display: flex;
    color: white;
  }
  .footer-links{
    display: flex;
  font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
  }
  .footer-title{
      font-family: 'Courier New', Courier, monospace;
      color: white;
  }
  .socials a{
    text-decoration: none !important;
    color: white;
  }
  .socials a:hover h4 {
    color:  #A9D1DB;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  .copyright{
    display: flex;
  justify-content: right;
  text-align: right ;
  align-items: end ;
  }

  @media(max-width:1000px){
    .footer-links {
      display: flex;
      font-family: Jost, sans-serif;
      font-size: 18px;
      padding: 0px 30px 0px 30px;
      flex-wrap: wrap;
      align-content: center;
      justify-content: space-evenly;
      align-items: baseline;
  }
    
    .socials a{
      text-decoration: none !important;
      color: white;
    }
    .socials a:hover h4 {
      color:  #A9D1DB;
    }
    hr {
      display: block;
      height: 1px;
      border: 0;
      border-top: 1px solid #ccc;
      margin: 1em 0;
      padding: 0;
    }
    .copyright{
      display: flex;
    justify-content: right;
    text-align: right ;
    align-items: end ;
    }
  }
  .navbar .dropdown-menu .dropdown-item {
       margin-left: 0 !important;
  }
  .navbar .dropdown-menu .dropdown-item:hover {
    margin-left: 0 !important;
    color: white;
    background-color: #BD2754;
}
.banner_wrapper {
    height: 78vh;
    position: relative;
    overflow: hidden;
}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}

.banner_wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner_wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.829);
    opacity: 0.5;
    z-index: 0;
}

.banner_wrapper .swiper .slide-caption {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content:space-between;
    color: white;
}
.banner_wrapper .banner-text{
    position: relative;
    left: 20%;
    margin: auto !important;
    flex: 0 0 auto;
    
}
.banner_wrapper .banner-img{
    position: relative;
    margin: auto !important;
    left: 10%;
    flex: 0 0 auto;
    
}
.banner_wrapper .swiper h1 {
    font-size: 120px;
    font-family: 'Marcellus', serif;
    text-shadow: #000 3px 3px;
    /* margin: 30px 0; */
}
.banner_wrapper .swiper p{
  color: white !important;
}
.banner_wrapper .swiper h6 {
    font-size: 1.7rem;
}

.banner_wrapper .swiper-pagination-bullet {
    background-color: #CDA45E !important;
}

.swiper-slide {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    animation: zoomInOut 5s ease-in-out infinite;
    transition-duration: 0.5s; 
}
.swiper-pagination .swiper-pagination-bullet{
    color: #CDA45E !important;
    background-color: #CDA45E;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    margin: 0px;
}
.with-svg-item.svg-right-side {
    left: auto;
    right: 0;
    margin-top: -4.5rem;
    margin-right: -3rem;
}
.with-svg-item {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin-top: 2rem;
}
.line-inff{
    border-bottom: 1px solid rgba(255, 255, 255, 0.158);
}
.line-inff p{
    font-size: 15px;
}
.line-inff .icons-header:hover{
    background-color: #ffffff;
}
.line-inff .icons-header:hover i{
    color: #63B5CD;
}
.line-inff .justify-content-end i{
font-size: 20px;
vertical-align: auto !important;
text-align: center;
}



.carousel-1{
    background: url('../img/doctor-stethoscope-scaled.jpg')rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 80vh;
}

.carousel-2{
    background: url('../img/shutterstock_1463056853-1655186053-1655365166.jpg')rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 80vh;
}
.carousel-3{
    background: url('../img/0001.jpeg')rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 80vh;
}

#carousel-home{
    background: rgb(255,255,255);
    padding: 0px!important;
}

  .carousel-caption{
    bottom: 35%;
  }


.about-1 {
  position: relative; 
  color: rgb(43, 43, 43); 
  padding: 20px;
  z-index: 1; 
}

.about-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/img/Screenshotbg.png') bottom/cover; 
  opacity: 1.2; 
  z-index: -1; 
}

.col-img {
  position: relative;
}
.col-img .icon-fond{
  position: absolute;
  top: 70%;
  left: -5%;
  width: auto;
  height: auto;
  background: url('../img/healthcare-1.png') no-repeat center center;
  background-size: cover;
  padding: 30px;
  background-color: #cda45ed6;
  z-index: 2;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;;
}
.img-1 img{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.history {
  position: relative; 
  color: white; 
  padding: 20px;
  z-index: 1; 
}

.history::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/img/tild3665-3931-4864-b536-363661663631__medicine-doctor-stet.jpg') center/cover; 
  opacity: 0.3; 
  z-index: -1; 
}
.history .text-h{
  position: relative;
  padding: 50px 40px;
  background-color: #5f788a;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 500ms;
}
.history .text-h::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/img/bbbbbbbbb-removebg-preview.png') center/cover; 
  opacity: 0.1; 
  z-index: -0.8; 
}
.history .text-h:hover {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  transform: scale(1.04);
  transition: all 500ms;
}
.history .text-h p{
  color: rgba(255, 255, 255, 0.76);
  font-weight: 400 !important;
}
.history .text-h h1{
  font-weight: 600;
  font-size: 25px;
}

/* Marquee */
.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100px;
  overflow: hidden;
  font-size: 120px;
  font-weight: bold;
  margin-top: -60px;

}
.marquee .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 140s linear infinite
}
.marquee .content {
  opacity: 0.05;
  line-height: 1.2
}
@keyframes marquee {
  from {
      transform: translateX(0)
  }
  to {
      transform: translateX(-30%)
  }
}


/* Section Facilitiez */
.facilities-sec {
  position: relative; 
  color: rgb(43, 43, 43); 
  padding: 20px;
  z-index: 1; 
}

.facilities-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/img/3333.webp') center/cover; 
  opacity: 1.51; 
  background-attachment: fixed;
  background-blend-mode: lighten;
  transition: all 3s;
  z-index: -1; 
}
.facilities-sec .fac-box {
  position: relative;
  padding: 20px 30px;
  display: flex !important;
  background-color: rgba(255, 255, 255, 0.288);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.facilities-sec .fac-box .fc-icon{
  position: relative;
  justify-content: start;
}
.facilities-sec .fac-box .fc-text{
  position: relative;
  justify-content:center;
  border-bottom: #BD2754 4px solid;
  border-right: #BD2754 4px solid;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  padding: 40px 0px 20px 20px;
  border-top-left-radius: 30px;
  background-color: white;
}
.facilities-sec .fac-box .fc-icon i{
  background-color: #BD2754;
  color: white;
  font-size: 30px;
  padding: 20px;
  border-radius: 50%;
  
}
.facilities-sec .fc-text h1{
  color: #000000c9;
  font-size: 20px;
  font-weight: 500;
}
.facilities-sec .fc-text p{
  color: #000000c9;
  font-size: 14px;
  font-weight: 400;
}


.Slogan{
  background: url('../img/1613306470_54-p-sinii-meditsinskii-fon-74.jpg') rgba(0, 0, 0, 0.521);
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
  padding: 150px 0 !important;
}


/* Testimonials */
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #324B5B;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #ffffffa9;
  box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
  text-align: center;
  padding: 0px;
      margin-bottom:40px;
  opacity: .35;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 400px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  margin: 0 auto 0px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #324B5B;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #324B5B;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

.title-head{
  padding: 90px 0px !important;
  margin: 0 !important;
  color: white;
  font-size:70px;
  font-style: italic;
  letter-spacing: 6px;
  font-weight: 300 !important;
  font-family: "Forum", serif;
}
.Services-head{
  background: url('../img/0001.jpeg')rgba(0, 0, 0, 0.425);
  background-position: center 130%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
}
.Notifications-head{
  background: url('../img/616968f02991a714012638.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 130%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
}

.Contact-head{
  background: url('../img/34534.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 130%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
}

.sec-contact{
  position: relative;
  overflow: hidden;
}
.sec-contact .icons-con i{
border:#BD2754 1px solid;
color: #BD2754;
padding: 30px;
font-size: 20px;
border-radius: 50%;
}
.sec-contact .icons-con i:hover{
  border:#BD2754 1px solid;
  background-color: #BD2754;
  color: white;
  padding: 30px;
  font-size: 20px;
  border-radius: 50%;
  }
.sec-contact .text-con h3{
color: #000000d3 !important;
font-size: 22px;
}
.sec-contact .text-con p{
  color: #000000bb !important;
  font-size: 18px;
}











@media (max-width: 1399px){
  .navbar-nav a {
      margin-left: 10px;
      margin-right: 10px;
      text-decoration: none;
      padding: 10px;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-family: "Forum", serif;
      font-weight: 600;
      color: #353535;
      border-bottom: 1px solid transparent;
  }
}
@media (max-width: 1199px){
  .navbar-nav a {
      margin-left: 8px;
      margin-right: 8px;
      text-decoration: none;
      padding: 10px 0px;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-family: "Forum", serif;
      font-weight: 600;
      color: #353535;
      border-bottom: 1px solid transparent;
  }
  .navbar .nav-item{
      margin: auto 0px !important;
  }
  .navbar .nav-item .icons-header {
      margin-right: 3px !important;
      vertical-align:auto !important;
  }
  .line-inff .icons-header{
      border: #0202027e 1px solid;
      border-radius: 100%;
      padding: 10px 10px;
      margin-right: 3px;
      font-size: 15px;
      }
      .line-inff p{
          font-size: 12px !important;
      }
      .about-1 .display-1{
        font-size: 50px !important;
      }
}

@media (max-width: 991px){
  .img-logoo{
      display: block !important;
     
  }
  .img-logoo img{
    width: 100px;
  }
  .img-logo22{
      display: none;
  }
  .navbar .container-fluid{
     padding:0 8%  !important;
  }
  .line-inff {
      padding: 8px 0px !important;
  }
  .facilities-sec .fac-box .fc-text{
    position: relative;
    justify-content:center;
    border-bottom: #BD2754 4px solid;
    border-right: #BD2754 4px solid;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    padding: 40px  20px 20px;
    border-top-left-radius: 30px;
    background-color: white;
  }
}


@media (max-width:800px){
  .line-inff .justify-content-start {
      display: none !important;
  }
  .line-inff .d-flex{
    display: block;
  }
  .line-inff .justify-content-end {
    justify-content: start !important;
}
}

@media (max-width: 575px){

  
    .carousel-item .carousel-caption p{
      font-size: 14px !important;
      margin-bottom: 0 !important;
    }
    .carousel-links{
      margin-top:  0 !important;
    }
}


@media (max-width: 430px){
  .carousel-links i{
      display: none;
  }
  .carousel-links button{
      margin-left: 0 !important;
      margin-right: 15px;
      justify-content: start !important;
  }
  .container-fluid{
      width: 100% !important;
  }
  
 
.carousel-1{
  background: url('../img/doctor-stethoscope-scaled.jpg')rgba(0, 0, 0, 0.459);
  background-size: cover;
  background-position: center right 30%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 80vh;
}

.Slogan{
  background: url('../img/1613306470_54-p-sinii-meditsinskii-fon-74.jpg') rgba(0, 0, 0, 0.521);
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: none;
  padding: 150px 0 !important;
}
.facilities-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/img/3333.webp') center/cover; 
  opacity: 1.51; 
  background-attachment: none;
  background-blend-mode: lighten;
  transition: all 3s;
  z-index: -1; 
}
.title-head{
  padding: 90px 0px !important;
  margin: 0 !important;
  color: white;
  font-size:50px;
  font-style: italic;
  letter-spacing: 6px;
  font-weight: 300 !important;
  font-family: "Forum", serif;
}
.Services-head{
  background: url('../img/0001.jpeg')rgba(0, 0, 0, 0.425);
  background-position: center 130%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: none;
}
.Notifications-head{
  background: url('../img/616968f02991a714012638.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 130%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: none;
}

.Contact-head{
  background: url('../img/34534.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 130%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: none;
}
.navbar .dropdown-menu .dropdown-item {
  margin:auto !important;
  text-align: center !important;
}

    }
  

    @media (max-width: 500px){
  .btn-wc button {
    display: none !important;
  }
    }


     /* animation */
.fadeinleft {
  opacity:0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}
.fadeinright{
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}
.fadeindown{
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}
.fadeinup{
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}
.fade-in{
  opacity:0;
  transition: all 1.3s ease-in;
}
.active-left,.active,.active-right,.active-down,.active-up{
  opacity:1;
  transform: translateX(0);
  transform: translateY(0);
}
.fadein{
opacity: 0;
}