.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

.carousel-item-next, .active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev, .active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover, .carousel-control-next:focus, .carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

@media (min-width: 576px) {
  .carousel {
    position: relative;
    padding-top: 170px;
  }
}

.welcome-section {
  text-align: center;
  padding: 60px 0;
}

#welcome {
  max-width: 1000px;
  font-size: 16px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .welcome-section h1 {
    font-weight: normal;
    margin-bottom: 30px;
  }
}

.welcome-para {
  padding-top: 15px;
}

#check-col-1 {
  width: 50px;
  color: #00c2ff;
}

#check-col-2 {
  width: 50px;
  color: #00c2ff;
}

.row {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 300px) {
  #logo {
    width: 110px;
  }
}

#contactus-address {
  padding-top: 20px;
  padding-bottom: 20px;
}

#contactus-address-icon {
  width: 30px;
  color: #00c2ff;
}

#contactus-phone-icon {
  width: 30px;
  color: #00c2ff;
}

#contactus-email-icon {
  width: 30px;
  color: #00c2ff;
}

#contactus-icon {
  width: 10px;
  color: #00c2ff;
  padding-right: 20px;
}

#request-icon {
  width: 30px;
  color: #00c2ff;
}

#icon {
  color: #00c2ff;
}

#book-now {
  /*font: bold 11px Arial;*/
  /*text-decoration: none;*/
  background-color: #ff6b00;
  /*color: #f9f9f9;*/
  /*padding: 2px 6px 2px 6px;*/
  /*border-top: 4px solid #ff6b00;*/
  /*border-right: 1px solid #ff6b00;*/
  /*border-bottom: 1px solid #ff6b00;*/
  /*border-left: 1px solid #ff6b00;*/
}

#booknow-text {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#button-text {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#map {
  width: 500px;
  padding-bottom: 20px;
}

#legend-title {
  padding-bottom: 15px;
}

#contactus-title {
  padding-left: 12px;
}

@media (min-width: 576px) {
  #logo {
    width: 170px;
  }
}

@media (min-width: 1200px) {
  #footer-logo {
    width: 150px;
    padding-bottom: 20px;
  }
}

#footer-icon {
  color: #000000;
  padding-right: 5px;
}

#footer-line {
  padding-bottom: 5px;
}

@media (min-width: 300px) {
  #footer-logo {
    width: 100px;
    padding-bottom: 20px;
  }
}

@media (min-width: 300px) {
  .welcome-section h1 {
    font-weight: normal;
    margin-bottom: 10px;
  }
}

.h1 #c-title {
  text-shadow: 2px 2px 5px gray;
  color: #fff;
}

@media (min-width: 992px) {
  #c-title {
    color: #2caee2;
    text-shadow: 0 0 10px rgba(0,0,0,.7);
    font-size: 70px;
    /*padding-left: 50px;*/
  }
}

#c-text {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0,0,0,.7);
  font-size: 50px;
  /*padding-left: 50px;*/
}

@media (min-width: 1200px) {
  .carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 300px;
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .carousel-caption-right {
    position: absolute;
    right: 10%;
    bottom: 300px;
    left: 18%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: right;
  }
}

.btn-toolbar {
  padding-top: 10px;
}

.Locate-us-button {
  /*color: #2caee2;*/
}

#carousel-buttons {
  padding-right: 20px;
}

#b1 {
  background-color: #ff6b00;
}

#carousel-button-bookonline {
  background-color: #ff6b00;
}

.icon {
}

.icon-doctor {
  background-image: url('../Images/icon/doctor.png');
  background-position: center center;
  height: 34px;
  width: 34px;
}

