.button-hover {
  opacity: 1;
	transition: 0.2s;
}
.button-hover:hover {
	opacity: 0.7;
	transition: 0.2s;
}
.z-index-button {
  z-index: 1;
}
.z-index-button:hover {
  z-index: -1;
}
body{
  background-color: #E4F1EC;
}
.text-green{
  color: rgba(61, 181, 136, 1);
}
.text-black{
  color: #000 !important;
}
.profile-first-section{
    background-color: #F4FBF8;
    border-radius: 0 0 100px 100px;
    z-index: 1;
}
.upload img {
  width: 120px;
  height: 120px;
  display: flex;
  border-radius: 50%;
  border: 1px solid rgba(61, 181, 136, 1);
}
.upload input {
  display: none;
}
.upload label {
  cursor: pointer;
  background: rgba(61, 181, 136, 1);
  color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 5px;
  padding: 5px 7px;
}


/* mohamed adel */
* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
}

.black-color {
  color: #151515;
}

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

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

.green-color:hover {
  color: #3db588;
}

/*log in page*/
.login-page {
  background-image: url("../img/LoginLogo.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.three-buttons a {
  color: #fff;
  background: #3db588;
  border: 2px solid #3db588;
  border-radius: 40px 0px 40px 0px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  width: 80% !important;
  font-size: 20px;
}

.three-buttons a:hover {
  color: #fff;
}

/*log in page*/

/*start-signin-and-login-page*/
.start-signin-and-login {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-sign-and-log img {
  width: 500px;
  height: 500px;
  border: 10px solid #3db588;
  border-radius: 50%;
  overflow-x: hidden;
  position: relative;
  left: -33%;
  top: 30px;
  margin: auto;
  display: flex;
  transform: scale(1.5);
}

@media (max-width: 991px) {
  .img-sign-and-log img {
    width: 200px;
    height: 200px;
    border: 10px solid #3db588 !important;
    border-radius: 50%;
    position: relative;
    left: 0%;
    top: 75px;
    top: 0;
    transform: scale(1.5);
  }
}

.log-and-sign-button .active {
  background: #EAF7F2 !important;
  color: #3db588;
  padding: 9px 25px;
  border-radius: 20px;
  font-size: 15px;
  box-shadow: -1px 5px 11px -3px #000000;
}

.log-and-sign-button .not-active {
  background: #eaf7f2;
  color: #959595;
  padding: 9px 25px;
  font-size: 15px;
  border-radius: 20px;
}

@media (max-width: 450px) {

  .log-and-sign-button .active,
  .log-and-sign-button .not-active {
    padding: 9px 15px !important;
    font-size: 12px !important;
  }
}

.input-forms p {
  font-size: 13px;
}

.inputs-logs input {
  outline: none;
  background: #f6f7f9;
  border: 2px solid #f6f7f9;
  padding: 3px;
  padding-left: 25px;
  border-radius: 15px;
  width: 100%;
}

.spec select {
  outline: none;
  background: #f6f7f9;
  border: 2px solid #f6f7f9;
  padding: 3px;
  border-radius: 15px;
  padding-left: 20px;
  width: 100%;
}

@media (max-width: 615px) {

  .spec select,
  .inputs-logs input {
    width: 100% !important;
  }
}

.spec span {
  position: absolute;
  right: 47.7%;
  color: #3db588;
  font-size: 14px;
  margin-top: 5px;
}

.inputs-logs input::placeholder {
  color: #151515;
}

.myname span,
.email span,
.phone span,
.icon-lock {
  position: absolute;
  right: 47.7%;
  color: #3db588;
  font-size: 14px;
  margin-top: 5px;
}

@media (max-width: 990px) {

  .myname span,
  .email span,
  .phone span,
  .spec span,
  .icon-lock {
    left: 3% !important;
  }
}

.icon-eye {
  position: absolute;
  right: 1.6%;
  margin-top: 5px;
  color: #959595;
  font-size: 14px;
  cursor: pointer;
}

.forget a {
  font-size: 13px;
  text-transform: capitalize;
}

.signin-button button {
  color: #eaf7f2;
  background: #3db588;
  padding: 5px;
  border-radius: 15px;
  border: 2px solid #3db588;
}
.frame-bttom-signin img {
  margin-top: -110px;
  position: absolute;
  right: 0;
}
.frame-bttom-log-in img {
  position: absolute;
  right: 0;
  margin-top: -130px;
}
/*start-signin-and-login-page*/

/* forgetpassword page */
.frame-top-forget img {
  position: absolute;
  left: 0;
}

.frame-bttom-fogrget img {
  position: absolute;
  right: 0;
  margin-top: -250px;
}

@media (max-width: 991px) {

  .frame-top-forget img,
  .frame-bttom-fogrget img {
    width: 100px;
    height: 100px;
  }

  .frame-bttom-fogrget img {
    margin-top: -100px;
  }
}

.sec-forgett {
  min-height: 100vh;
}

.forget-content {
  background: #f6f7f9;
  padding: 30px;
  border-radius: 4px;
  box-shadow: -1 0 0 10px #000000;
}

.forget-inputs input {
  outline: none;
  background: #f6f7f9;
  border: 2px solid #f6f7f9;
  padding: 3px;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  padding-left: 25px;
}

.forget-inputs span {
  position: absolute;
  right: 61.8%;
  color: #3db588;
  font-size: 14px;
  margin-top: 22px;
}

.forget-inputs {
  position: relative;
}

.forget-inputs span {
  position: absolute;
  left: 0;
  transform: translateX(-40%);
  color: #3db588;
  font-size: 14px;
  margin-top: 22px;
}

@media (max-width: 992px) {
  .forget-inputs span {
    left: -2% !important;
  }
}

@media (max-width: 768px) {
  .forget-inputs span {
    font-size: 11px;
    right: 40%;
  }
}

@media (max-width: 576px) {
  .forget-inputs span {
    left: -4% !important;
  }
}

.forget-inputs input::placeholder {
  color: #151515;
}

.send button {
  color: #fff;
  background: #3db588;
  border: 2px solid #3db588;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 15px;
  width: 100% !important;
  font-size: 20px;
}

/* forgetpassword page */
/* send code page */

.flex-content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}

.four-inputs-code input {
  width: 50px;
  height: 50px;
  text-align: center;
  outline: none;
  background: #efefef;
  border: 2px solid #efefef;
  border-radius: 4px;
  transition: 0.5s;
  color: #3db588;
  text-align: center;
}

.four-inputs-code input:hover {
  border: 2px solid #3db588;
}

.dont-save a {
  color: #959595;
  background-color: #efefef;
  display: inline-block;
  padding: 5px;
  width: 90%;
  font-size: 12px;
  cursor: not-allowed;
}

.cursor-hand {
  cursor: pointer !important;
}

.dont-save a:hover {
  color: #959595;
}

@media (max-width: 450px) {
  .title-content h5 {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .dont-save a {
    width: 80%;
  }
}

.arrow-button a {
  background: #3db588;
  color: #eaf7f2;
  border: 2px solid #3db588;
  padding: 5px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.arrow-button a:hover {
  background: #3db588;
  color: #eaf7f2;
  border: 2px solid #3db588;
}

.next-buttons a {
  color: rgba(0, 0, 0, 0.5);
  background-color: #f6f6f6;
  border: 2px solid #f6f6f6;
  padding: 5px;
  border-radius: 23px;
  cursor: not-allowed;
}

.next-buttons a:hover {
  color: rgba(0, 0, 0, 0.5);
  background-color: #f6f6f6;
  border: 2px solid #f6f6f6;
}

.sendcode-color {
  color: #f6f6f6 !important;
  background: #3db588 !important;
}

.green-button {
  color: #fff !important;
  background: #3db588 !important;
  cursor: pointer !important;
}

/* send code page */

/* forget password page */

.new-password-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}
.box-input{
  width: 50%;
}
.box-input input {
  width: 100%;
  display: inline-block;
  border: 1px solid #8b8b8b;
  outline: none;
  border-radius: 5px;
  padding: 5px;
}

.send-button button {
  color: #fff;
  background: #3db588;
  border: 2px solid #3db588;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 5px;
  width: 50% !important;
}

@media (max-width: 991px) {
  .input-pas input {
    width: 100% !important;
  }

  .send-button button {
    width: 100% !important;
  }
  .box-input{
    width: 100%;
  }
}
/* booking-page */
.bg {
  background-image:url("../img/bookingimg.jpeg") ;
  background-position:center ;
  background-size:cover ;
  background-repeat: no-repeat;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.bg::before {
  position: absolute;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: .3;
  z-index: -1;
}
.icon-booking img {
  display: flex;
  margin: auto;
}
.icon-booking p {
  font-size: 30px;
}
.flex-four-cont button {
  border: none;
  background: none;
}
.button-ico-print img {
  width: 36px;
  height: 36px;
}
.location button {
  border: none;
  background: none; 
}
@media (max-width:450px) {
  .booking-history  {
    display: flex;
    justify-content: space-between;
  }
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.show-poup {
  display: none;
  position: fixed;
  bottom: 15%;
  width: 60%;
  left: 20%;
  border-radius: 30px !important;
  z-index: 1000;
  padding: 20px;
}
@media (max-width:500px) {
  .show-poup {
    left: 40%;
  }
}
.button-show button {
  color: #fff;
  background: #3db588;
  border: 2px solid #3db588;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 5px;
}
/* booking-page */

/* our services-page */
.bg-2 {
  background-image:url("../img/doc-hand.jpeg") ;
  background-position:center ;
  background-size:cover ;
  background-repeat: no-repeat;
  background-position-y: -63px;
  min-height: 60vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-2 h2 {
  position: absolute;
  bottom: 60px;
  color: #fff;
}
/* our services-page */

/* contact us page */
.contact-inputs input {
  width: 80%;
  border: 1px solid #000000;
  outline: none;
  border-radius: 5px;
  padding: 15px;
}
.contact-inputs button {
  color: #fff;
  background: #3db588;
  border: 2px solid #3db588;
  padding: 15px;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 5px;
  width: 20%;
  position: relative;
  right: 20px;
}
/* contact us page */