.button-hover {
  opacity: 1;
	transition: 0.2s;
}
.button-hover:hover {
	opacity: 0.7;
	transition: 0.2s;
}
* {
  padding: 0;
  margin: 0;
}
.logoImg{
  width: 60px;
  height: 60px;
}
.black-color {
  color: #151515;
}
.text-black {
  color: #000 ;
}

.black-color:hover {
  color: #151515;
}

.green-color {
  color: #3db588 !important;
}

.green-color:hover {
  color: #3db588;
}
.bg-home-page {
  background-image: url("../img/Booking-Img-Cilinc.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
.bg-home-page::before {
  position: absolute;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.3;
  z-index: -1;
}
.join-button button {
  color: #fff;
  background: #3db588;
  border: 2px solid #3db588;
  padding: 5px 60px;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 5px;
}
@media (max-width: 591px) {
  .two-icon-and-text h4 {
    font-size: 13px;
  }
}
.box-home-page {
  z-index: 1111;
  transform: translateY(-105px);
  border-radius: 20px;
}
.contact-reservation {
  border-bottom: 2px solid grey;
  margin-bottom: 20px;
}

.contact-doctor-dropdown {
  width: 720px !important;
}
@media (max-width: 992px) {
  .contact-doctor-dropdown {
    width: 500px !important;
  }
}
@media (max-width: 767px) {
  .contact-doctor-dropdown {
    width: 400px !important;
  }
}
@media (max-width: 570px) {
  .contact-doctor-dropdown {
    width: 300px !important;
  }
}
@media (max-width: 450px) {
  .contact-doctor-dropdown {
    width: 250px !important;
  }
}
.button-cong button {
  color: #fff;
  background: #3db588;
  border: 2px solid #3db588;
  padding: 5px 20px;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 5px;
}
.img-two {
  position: relative;
}
.img-two img {
  position: absolute;
  top: -250px;
  width: 300px;
  right: -10%;
}
@media (max-width: 778px) {
  .img-two img {
    width: 250px;
    right: 18%;
    top: -150px;
  }
}
.contner-in-home-bottom {
  padding-top: 50px;
}
.three-card-img .card-head img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-top: -60px;
}
.card-stat span {
  font-size: 12px;
  color: #f7ef40;
}
.card-title {
  font-size: 12px;
}
.start-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 18px -5px #000000;
}
@media (max-width: 767px) {
  .three-card-img .card-head img {
    margin-top: -20px;
    width: 50px;
    height: 50px;
  }
}
.arrow-not-acitve button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  padding: 5px;
  color: #8b8b8b;
  border: 1px solid #8b8b8b;
}
.arrow-acive button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  padding: 5px;
  color: #ffffff;
  background: #3db588;
  border: 1px solid #3db588;
}

.contact-div{
  position: absolute;
  top: 20px;
  right: 50px;
}
.userImg{
  width: 60px;
  height: 60px !important;
  border-radius: 50%;
}

.flag-icon {
  width: 30px;
 
}

.dropdown-item img {
  width: 30px;
}
#languageDropdown img {
  width: 30px;
}
.icons a {
  font-size: 40px;
}