body {
    font: 400 15px/1.8 Lato, sans-serif;
    color: #777;
  }
  h3, h4 {
    margin: 10px 0 30px 0;
    letter-spacing: 10px;      
    font-size: 20px;
    color: #111;
  }
  .container {
    padding: 60px 25px;
  }
  .person {
    border: 10px solid transparent;
    border-color: #cf0768;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    /* opacity: 0.7; */
  }
  .person:hover {
    border-color: #f08dbd;
  }
  .carousel-inner img {
    /* -webkit-filter: grayscale(90%); */
    /* filter: grayscale(90%); */ /* make all photos black and white */ 
    width: 100%; /* Set width to 100% */
    margin: auto;
  }
  .carousel-caption{
    background-color: #000000;
  }
  .carousel-caption h3 {
    color: #fff !important;
  }
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
  }
  .bg-1 {
    background: #2d2d30;
    color: #bdbdbd;
  }
  .bg-1 h3 {color: #fff;}
  .bg-1 p {font-style: italic;}
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail p {
    margin-top: 15px;
    color: #555;
  }
  .btn {
    padding: 10px 20px;
    background-color: #cf0768;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
  }
  .btn:hover, .btn:focus {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
  }
  .modal-header, h4, .close {
    background-color: #333;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
  }
  .modal-header, .modal-body {
    padding: 40px 50px;
  }
  .nav-tabs li a {
    color: #777;
  }
  #googleMap {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }  
  .navbar {
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
    background-color: #2d2d30;
    border: 0;
    font-size: 11px !important;
    letter-spacing: 4px;
    opacity: 0.9;
    min-height: 90px;
  }
  .navbar-default .navbar-nav > .active > a {
    background-color: transparent;
  }
  .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
  }
  .navbar li a, .navbar .navbar-brand { 
    color: #ffffff !important;
    margin-top: -15px;
  }
  .navbar-nav li a{
    font-size: 14px;
    margin-top: 20px;
  }
  .navbar-nav li a:hover {
    color: #cf0768 !important;
  }
  .navbar-nav li.active a {
    color: #ce0869 !important;
    /* background-color: #29292c !important; */
    font-weight: bold;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }
  .open .dropdown-toggle {
    color: #fff;
    background-color: #555 !important;
  }
  .dropdown-menu li a {
    color: #000 !important;
  }
  .dropdown-menu li a:hover {
    background-color: none !important;
    color:#000 !important;
  }
  footer {
    background-color: #2d2d30;
    color: #f5f5f5;
    padding: 32px;
  }
  footer a {
    color: #f5f5f5;
  }
  footer a:hover {
    color: #777;
    text-decoration: none;
  }  
  .form-control {
    border-radius: 0;
  }
  textarea {
    resize: none;
  }

  /* Nav */
  .navbar-brand img{
    width: 142px;
  }

  /* Carosal */
  .carousel-text {
    position: absolute; 
    top: 40%; 
    left: 35%; 
    transform: translate(-50%, -50%); 
    color: #fff; 
    text-align: center; 
    z-index: 10; 
    padding: 20px 20px; 
    background-color: rgba(0, 0, 0, 0.5); 
    border-radius: 10px; 
    width: 400px;
}

.carousel-text h1{
  font-size: 40px;
}

/* Contacts */
#contact{
  background-color: #fafafa;
}
.glyphicon{
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
}
.c-details{
  margin-bottom: 30px;
}
#appointments{
  border: 1px solid #cf0768;
  border-radius: 25px;
}
#appointments:hover{
  border: 1px solid #ffffff;
  color:#f1f1f1
}

.image-fade img {
  display: block;
  width: 100%; 
  height: auto; 
  border-radius: 10px; 
}

#about{
  padding-top: 90px;
}
.about-right span{
  color:#cf0769;
  font-weight: bold;
}
#services{
  padding-top: 30px;
  background-color: #fafafa;
}
.service-text{
  font-size: 25px;
}
.service-item h3{
  text-transform: uppercase;
}
.service-title{
  text-transform: uppercase;
}

.more-btn{
  margin-top: 70px;
}

.more-btn a{
  border: 2px solid #252525;
  border-radius: 30px;
  padding: 10px;
  font-size: 25px;
  color: #ffffff;
  text-decoration: none;
  background-color: #cf0768;
  padding-left: 15px;
  padding-right: 15px;
}

.more-btn a:hover{
  border: 2px solid #cf0768;
  color: #252525;
  background-color: #ffffff;
}

#book a{
  background-color: #777 !important;
}

#book a:hover{
  background-color: transparent !important;
}

/* .bottom-line{
  border-bottom: 3px solid #cf0768;
} */
.bottom-line {
  position: relative; 
  text-align: center;
  margin-bottom: 60px; 
}

.bottom-line::after {
  content: ""; 
  position: absolute; 
  bottom: 0; 
  left: 50%; 
  transform: translateX(-50%); 
  width: 20px; 
  height: 2px;
  background-color: #cf0768; 
}
.star-mark{
  color:red;
}

.price-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 25px;
}

/* testimonials */
#testimonials{
  padding-top: 30px;
}
.card{
  border:none;
  background-color: #fafafa;
  padding: 10px;
}
.user-content p{
  margin-top:5px;
  font-size:12px;
}
.ratings i{
  color:#cf0768;
  margin-bottom: 35px;
}
.t-name{
  color: #cf0768;
  font-weight: bold;
}
.chat{
  margin-bottom: 75px;
}

.up-arrow {
  position: fixed; 
  bottom: 20px;    
  right: 20px;     
  z-index: 1000;   
  background-color: #cf0768; 
  color: white;             
  padding: 10px 10px;       
  border-radius: 50%;       
  text-decoration: none;    
  /* display: flex;            
  align-items: center;
  justify-content: center; */
  font-size: 18px;          
}

.up-arrow:hover {
  background-color: #555; 
  text-decoration: none;    
  color: #fff;              
}

/* Social */
.social{
  font-size: 30px;
  padding-left: 24px;
}

/* Preloader */
.preloader{
  position: fixed;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
}
.middle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.bar {
  width: 10px;
  height: 70px;
  background: #fff;
  display: inline-block;
  transform-origin: bottom center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  /*   box-shadow:5px 10px 20px inset rgba(255,23,25.2); */
  animation: loader 1.2s linear infinite;
}
.bar1 {
  animation-delay: 0.1s;
}
.bar2 {
  animation-delay: 0.2s;
}
.bar3 {
  animation-delay: 0.3s;
}
.bar4 {
  animation-delay: 0.4s;
}
.bar5 {
  animation-delay: 0.5s;
}
.bar6 {
  animation-delay: 0.6s;
}
.bar7 {
  animation-delay: 0.7s;
}
.bar8 {
  animation-delay: 0.8s;
}

@keyframes loader {
  0% {
    transform: scaleY(0.1);
    background: #cf0768;
  }
  50% {
    transform: scaleY(1);
    background: #434242;
  }
  100% {
    transform: scaleY(0.1);
    background: transparent;
  }
}

@media (max-width: 768px) {
    .carousel-text {
        font-size: 16px; 
        padding: 8px 8px; 
        top: 60%; 
        left: 50%;
        width: 300px;
    }
    .carousel-text h1{
      font-size: 30px;
    }
}
@media (max-width: 1190px) {
  .navbar {
    min-height: 70px;
  }
  .navbar-brand img{
    width: 120px;
  }
  .navbar-nav li a{
    font-size: 12px;
    margin-top: 10px;
  }
}

  
  