@font-face {
  font-family: "cairo";
  src: url(../fonts/cairo-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: "cairo";
  src: url(../fonts/cairo-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "cairo";
  src: url(../fonts/cairo-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "cairo";
  src: url(../fonts/cairo-ExtraLight.ttf);
  font-weight: 200;
}
@font-face {
  font-family: "cairo";
  src: url(../fonts/cairo-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "cairo";
  src: url(../fonts/cairo-Medium.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "cairo";
  src: url(../fonts/cairo-Regular.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "cairo";
  src: url(../fonts/cairo-SemiBold.ttf);
  font-weight: 600;
}
body {
  padding: 0px;
  margin: 0px;
  font-family: "cairo";
  overflow-x: hidden;
  /* background-color: #f1f1f1; */
  direction: rtl;
}
* {
  box-sizing: border-box;
}
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
a {
  text-decoration: none;
}
.con-img-website-logo img {
  width: 200px;
}
header {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
}
.con-side-left-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.ul-top-header-links {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  height: 100%;
}
.modal-dialog {
  max-width: 700px;
}
.book-now-button-header {
  padding: 5px 30px;
  background-color: #0099a8;
  color: white;
  font-size: 15px;
  font-weight: 700;
  margin-right: 20px;
  border-radius: 50px;
}
.ul-top-header-links li a {
  font-size: 15px;
  font-weight: 800;
  color: #0099a8;
}
.ul-top-header-links li {
  margin: 0px 20px;
}
header .row {
  justify-content: space-between;
}
.con-img-website-banner img {
  max-height: 370px;
  filter: grayscale(1);
}
.form-filtring {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #25a7b5;
  padding: 20px;
  border-radius: 5px;
  margin: 40px 0px 20px;
}

.con-filtring-box {
  display: flex;
  /* flex-direction: column; */
  width: 40%;
  align-items: center;
  justify-content: center;
}
.con-filtring-box select {
  width: 80%;
  /* margin-top: 10px; */
  text-align: center;
  height: 35px;
  background-color: white;
  color: #515151;
  border-radius: 50px;
  padding: 0px 10px;

  border: none;
  outline: none;
}
.con-filtring-box label {
  font-size: 15px;
  font-weight: 700;
  color: white;
}
.con-filtring-box label i {
  margin-left: 10px;
  font-size: 20px;
}
.con-contact-fixed-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  box-shadow: -1px 1px 20px rgba(0, 153, 168, 0.15);
  border-radius: 50px;
  font-size: 20px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  left: 10px;
  z-index: 10000;
}
.con-contact-fixed-box i {
  font-size: 20px;
  color: white;
  background-color: #515151;
  margin-bottom: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-contact-fixed-box img {
  width: 35px;
}

/** start contact not fixed**/

.con-contact-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  box-shadow: -1px 1px 20px rgba(0, 153, 168, 0.15);
  border-radius: 50px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  left: 10px;
  z-index: 10000;
}
.con-contact-box i {
  font-size: 20px;
  color: white;
  background-color: #515151;
  margin-bottom: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-contact-box img {
  width: 35px;
}

/** end contact not fixed **/
.aplly-filtr-buttom {
  background-color: rgb(238, 172, 67);
  color: #515151;
  font-size: 15px;
  font-weight: 700;
  border: none;
  outline: none;
  padding: 8px 20px;
  border-radius: 10px;
  width: 10%;
}
.box-doctor-card img {
  width: 100%;
  max-height: 350px;
}
.box-doctor-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 1px 20px rgba(0, 153, 168, 0.15);
  background-color: white;
  margin-bottom: 40px;
}
.doctor-name {
  font-size: 15px;
  font-weight: 800;
  color: #515151;
  margin: 10px 0px 10px 0px;
}
.doctor-specialties {
  font-size: 15px;
  font-weight: 600;
  color: #737576 !important;
}
.con-card-doctor-img {
  max-height: 260px;
  overflow: hidden;
}
.con-doctor-name {
  display: flex;
  align-items: center;
}
.con-doctor-name i {
  font-size: 20px;
  color: #0099a8;
  margin-left: 10px;
}
.con-card-content {
  padding: 10px;
}
.con-location-doctor {
  display: flex;
  align-items: center;
}
.con-location-doctor i {
  margin-left: 10px;
  font-size: 20px;
  color: #0099a8;
}
.card-seprator {
  background-color: #dee2e6;
}
.book-now-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  background-color: rgb(238, 172, 67);
  border-radius: 10px;
  color: #515151;
  font-size: 16px;
  font-weight: 800;
  padding: 8px;
  text-align: center;
  margin: 10px auto;
}
.con-navigation-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.con-navigation-bar span {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 15px;
  color: #515151;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
.con-navigation-bar span.active {
  border: 2px solid #0099a8;
  color: #0099a8;
}
.con-navigation-bar i {
  font-size: 20px;
  color: #a6a6a6;
  margin-right: 10px;
}
.con-logo-insurance-companies {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
  filter: grayscale(1);
  overflow: hidden;
}
.con-logo-insurance-companies img {
  height: 100%;
}
.con-logo-insurance-companies:hover {
  filter: grayscale(0);
}
.health-insurance-companies .owl-stage-outer {
  padding: 10px 0px;
}
footer {
  background-color: #0099a8;
  color: white;
  padding: 10px;
}
.con-img-logo-fottor {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.con-img-logo-fottor img {
  width: 200px;
}
.con-icon-social {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.con-icon-social i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
}
.main-con-to-call-us-number {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.main-con-to-call-us-number-1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.con-work-time-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-call-us-number i {
  font-size: 40px;
  margin-right: 10px;
}
.con-call-us-number span {
  font-size: 40px;
  font-weight: 700;
}
.con-work-time-section i {
  font-size: 15px;
  margin-left: 10px;
}
.con-work-time-section span {
  font-size: 15px;
  font-weight: 600;
}
.con-location-to-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
}
.con-location-to-map i {
  font-size: 40px;
  margin-bottom: 10px;
}
.con-location-to-map span {
  font-size: 20px;
  font-weight: 600;
}
.con-location-adress {
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-location-adress i {
  font-size: 15px;
  margin-left: 10px;
}
.con-location-adress span {
  font-size: 15px;
  font-weight: 700;
}
.con-home-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.con-home-header h1 {
  font-size: 25px;
  position: relative;
  font-weight: 800;
  color: #515151;
}
.con-home-header h1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translatex(-120%);
  width: 100px;
  height: 5px;
  border-radius: 50px;
  background-color: #0099a8;
}
.con-home-header h1::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translatex(120%);
  width: 100px;
  height: 5px;
  border-radius: 50px;
  background-color: #0099a8;
}
.con-location-box-1 {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.con-location-box-1 i {
  font-size: 20px;
  margin-left: 10px;
  color: #515151;
}
.con-location-box-1 span {
  color: #515151;
  font-size: 15px;
  font-weight: 600;
}
.doctor-about-location {
  color: #0099a8;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.doctor-about-specialty {
  font-size: 17px;
  color: #0099a8;
  font-weight: 600;
  margin-bottom: 30px;
}
.doctor-about-location > span {
  font-size: 17px;
  font-weight: 700;
  color: #0099a8;
  margin-left: 20px;
}
.doctor-about-name {
  font-size: 17px;
  color: #515151;
  font-weight: 800;
  margin-bottom: 20px;
}
.con-doctor-about {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
}
.con-doctor-about-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-doctor-about-img img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 5px solid white;
  box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
}
.main-con-date-icon-date {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 50px 0px;
}
.con-date-icon-date {
  position: relative;
  background-color: white;
  padding: 20px 10px 10px;
  border-radius: 50px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
}
.con-date-icon-date span {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  color: #515151;
}
.con-date-icon-date i {
  font-size: 15px;
  width: 30px;
  height: 30px;
  background-color: #0099a8;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.con-book-location-time {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
}

.con-book-location-time p {
  font-size: 17px;
  font-weight: 700;
  color: #515151;
  margin-bottom: 10px;
}
.con-book-location-time span {
  font-size: 17px;
  font-weight: 700;
  color: #737576;
}
#book-1,
#book-2,
#book-3 {
  display: none;
}
#book-1:checked ~ label {
  background-color: #0099a8;
  color: white;
}
#book-2:checked ~ label {
  background-color: #0099a8;
  color: white;
}
#book-3:checked ~ label {
  background-color: #0099a8;
  color: white;
}
#book-1:checked ~ label p {
  color: white;
}
#book-2:checked ~ label p {
  color: white;
}
#book-3:checked ~ label p {
  color: white;
}
#book-1:checked ~ label span {
  color: white;
}
#book-2:checked ~ label span {
  color: white;
}
#book-3:checked ~ label span {
  color: white;
}
.con-date-selectet {
  padding: 10px;
  background-color: #0099a8;
  color: #515151;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.con-date-selectet i {
  font-size: 20px;
  margin-left: 20px;
}
.con-date-selectet p {
  font-size: 17px;
  font-weight: 700;
  margin-left: 20px;
  margin-bottom: 0px;
}
.con-card-doctor-book-1 img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-left: 20px;
}
.p-name {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #515151;
}

.p-specialty {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #737576;
}
.con-card-doctor-book-1 {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
  padding: 20px;
}
.con-inputs-form input {
  background-color: #d7d7d7;
  color: #515151;
  font-size: 15px;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 50px;
  padding: 10px 20px;
}
.con-inputs-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.con-input-form input {
  width: 100%;
  background-color: #d7d7d7;
  color: #515151;
  font-size: 15px;
  border: none;
  outline: none;
  border-radius: 50px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.con-select-form select {
  width: 100%;
  background-color: #d7d7d7;
  color: #515151;
  font-size: 15px;
  border: none;
  outline: none;
  border-radius: 50px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.con-date-form input {
  width: 100%;
  background-color: #d7d7d7;
  color: #515151;
  font-size: 15px;
  border: none;
  outline: none;
  border-radius: 50px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.con-form-content label {
  color: #0099a8;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 800;
}
.form-header {
  font-size: 25px;
  background-color: rgb(238, 172, 67);
  text-align: center;
  color: #515151;
  font-weight: 800;
  padding: 10px;
  margin-bottom: 0px;
}
.con-form-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
  margin-bottom: 30px;
}
.con-book-or-cancel-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.con-book-or-cancel-buttons button {
  font-size: 15px;
  color: white;
  background-color: #0099a8;
  padding: 5px;
  width: 30%;
  font-weight: 700;
  border: none;
  outline: none;
  border-radius: 50px;
}
.con-book-or-cancel-buttons a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 30%;
  display: block;
  padding: 5px;
  background-color: #515151;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .con-side-left-header {
    /*display: none;*/
  }
  .ul-top-header-links{
      display: none;
  }
  header {
    position: relative;
    background-color: white;
    padding: 10px;
  }
  .form-filtring {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .con-filtring-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .con-filtring-box label i {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .aplly-filtr-buttom {
    width: 90%;
  }
  .con-home-header h1::before {
    width: 50px;
  }
  .con-home-header h1::after {
    width: 50px;
  }
  .con-home-header h1 {
    font-size: 20px;
  }
  .main-con-to-call-us-number {
    margin-bottom: 20px;
  }
  .main-con-to-call-us-number-1 {
    margin-bottom: 20px;
  }
  .con-work-time-section {
    margin-bottom: 30px;
  }
  .con-icon-social {
    margin-bottom: 40px;
  }
  .doctor-about-location {
    flex-direction: column;
  }
  .con-doctor-about-img {
    margin-bottom: 20px;
  }
  .con-book-location-time {
    width: 100%;
  }
  .con-date-icon-date {
    width: 100%;
    text-align: center;
  }
  .con-inputs-form {
    flex-direction: column;
  }
  .con-inputs-form input {
    margin-bottom: 10px;
    width: 100%;
  }
  .con-card-doctor-book-1 {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .con-card-doctor-book-1 img {
    margin-bottom: 20px;
  }
  .row-rev {
    flex-direction: column-reverse;
  }
}
