@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

html,body {
  direction: rtl;
  font-family: "Almarai", sans-serif;
  overflow-x: hidden;
}
.bg-body-tertiary {
  background-color: #e3f0ff !important;
}

.navbar-nav .nav-link {
  font-weight: 400;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
}

.home-hero {
  background-image: url("../images/bacj-hero.jpeg");
  height: 242px;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}
.home-hero .layer-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
}
.home-hero .content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.home-hero .content p {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}
.our-services {
  margin: 60px 0;
  overflow: hidden;
}
.our-services p {
  width: 786px;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.8em;
}

.all-services-boxes {
  margin: 60px 0;
}
.all-services-boxes .box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  height: 304px;
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
  transition: all ease 0.3s;
}
.all-services-boxes .box .icon {
  width: 100px;
  height: 100px;
  background-color: #e1ecf9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.all-services-boxes .box .icon img {
  width: 56px;
  height: 56px;
}
.all-services-boxes .box .content p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  width: 290px;
  text-align: center;
}
.all-services-boxes .box:hover {
  transform: translateY(-10px);
}
.footer-dr {
  background-color: #eef6ff;
  padding: 100px 0;
}
.footer-dr .logo-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-dr .logo-footer img {
  width: 76px;
  height: 45px;
}
.footer-dr .navbar-nav {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 60px;
}
.footer-dr .social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 30px 0;
}
.footer-dr .social-media a {
  color: #0a142f !important;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 5px 10px;
  transition: all .4s ease;
}
.footer-dr .social-media a:hover{
      background-color: white;
}
.footer-dr .copy-right {
  display: flex;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
}
.footer-dr .copy-right p{
  margin:0;
}
.footer-dr .copy-right p a{
  
text-decoration: none;
  
color: #072452;
  
font-weight: 600;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-mobile {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #ffff;
  z-index: 9;
  width: 80%;
  margin: auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
  transition: all 0.3s ease;
  transform: translateY(-100%);
}
.navbar-mobile.show {
  transform: translateY(10%);
}
.navbar-mobile .close {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #000;
  text-align: center;
  cursor: pointer;
}
.navbar-mobile .menue {
  width: 75%;
  margin: auto;
}
.navbar-mobile .menue ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.navbar-mobile .menue ul li {
  width: 100%;
}
.navbar-mobile .menue ul li a {
  text-decoration: none;
  color: #1d6bc6;
  width: 100%;
  background-color: #e3f0ff;
  display: block;
  text-align: center;
  padding: 10px;
}
.read-more {
  background-color: #1d6bc6;
  padding: 15px 32px 15px 32px;
  width: fit-content;
  display: flex;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
}
.read-more a {
  color: #fff !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

/* Start Page Contact Us */
.title-sec {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 30px;
}
.content-time-work {
  background-color: #fbfbfb;
  padding: 25px;
  border-radius: 20px;
  margin-bottom: 30px;
  display: flex;
  height: auto;
  /* align-items: center; */
  justify-content: space-between;
}
.content-time-work .box-time-work {
  width: 50%;
}
.content-time-work .box-time-work ul {
  padding: 0;
  margin: 0;
}

.content-time-work .box-time-work ul.dayes li {
  color: #143e5d;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 30px 0;
}
.content-time-work .box-time-work ul.dayes.phone li {
  color: #1e1e1e;
}
.content-time-work .box-time-work ul.dayes li span.text-danger {
  font-weight: 600;
  margin-bottom: 0;
}
.content-time-work .box-time-work ul:first-of-type li span {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  margin: 0 10px;
}

.pa {
  font-size: 20px;
  font-weight: 400;
  margin: 30px 0 !important;
}
.content-time-work .box-time-work ul:first-of-type li i {
  font-size: 20px;
}
.content-time-work .box-img {
  width: 489px;
  height: 554px;
}
.content-time-work .box-img.sec-2 {
  height: 746px !important;
}
.content-time-work .box-img img {
  width: 100%;
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
}
.color-darkbloue {
  color: #143e5d !important;
}
.color-green {
  color: #1faf38 !important;
}

/* Map Css */
.mapouter {
  position: relative;
  text-align: right;
  width: 1194px;
  height: 630px;
}
.gmap_canvas {
  border-radius: 10px;
  overflow: hidden;
  background: none !important;
  width: 1194px;
  height: 630px;
}
.gmap_iframe {
  width: 1194px !important;
  height: 630px !important;
}
/* Start Page About Us */

.about-doc-hero {
  background-image: url("../images/dr-mohamed.png");
  height: 490px;
  margin: 60px 0 0;
  background-repeat: no-repeat;
  width: 1194px;
  background-size: cover;
  background-position-y: top;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 0 50px;
}

.about-doc-hero .content .title {
  color: #143e5d;
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 30px;
}
.about-doc-hero .content .desc {
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 400;
  width: 365px;
  line-height: 30.6px;
}
.desc-doc {
  width: 786px;
  text-align: center;
  margin: 40px auto;
}
.desc-doc p {
  margin: 0;
  line-height: 24px;
  color: #7d7d7d;
  font-size: 16px;
  font-weight: 400;
}
.our-doctor {
  margin-top: 100px;
}

.our-doctor .content-our-cod .title {
  color: #143e5d;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 50px;
}
.our-doctor .content-our-cod ul {
  margin: 0;
  padding: 0;
}
.our-doctor .content-our-cod ul li {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 34px;
  color: #121212;
  font-weight: 400;
}
.our-doctor .content-our-cod.font-sm ul li {
  font-size: 14px !important;
}
.details-doctor {
  padding: 0px 0;
}
.details-doctor .content-doc-details {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.details-doctor .content-doc-details h3.title {
  color: #000;
  font-size: 16px;
}
.details-doctor .content-doc-details {
  position: relative;
}
.details-doctor .content-doc-details h4 {
  color: #1d6bc6;
  font-weight: 700;
  font-size: 28px;
}
.details-doctor .content-doc-details p {
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  /* width: 70%; */
}
.details-doctor .content-doc-details span {
  font-size: 16px;
  color: #323232;
}
.title-sctions {
  margin: 0 0 40px;
}
.our-doc-details2 .content-our-details2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.our-doc-details2 .content-our-details2 .title {
  color: #004597;
  font-size: 24px;
  font-weight: 800;
  margin: 10px 0;
}
.our-doc-details2 .content-our-details2 p {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
}
.our-doc-details2 .content-our-details2 ul {
  padding: 0;
  margin: 0;
}
.our-doc-details2 .content-our-details2 ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 170%;
  color: #7d7d7d;
  margin: 10px 0;
  width: 69%;
}

.our-doc-details2 .content-our-details2 .svg-right {
  position: relative;
  right: -45px;
  bottom: 15px;
}
.our-doc-details2 .content-our-details2 .svg-left {
  position: relative;
  left: 70px;
  bottom: 190px;
  display: flex;
  justify-content: end;
}

.content-time-work.sec-2 {
  background-color: transparent;
  position: relative;
}
.content-time-work.sec-2 .box-time-work {
  background-color: #fbfbfb;
  padding: 30px;
  border-radius: 20px;
}

.content-time-work.sec-2 .box-img {
  height: auto !important;
}
.content-time-work.sec-2 .title-sec {
  font-size: 20px !important;
}
.content-time-work.sec-2 .box-time-work ul.dayes.phone li {
  font-size: 18px !important;
}
.content-time-work.sec-2 .babay-images {
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: -60px;
  left: -40px;
}
.content-time-work.sec-2 .babay-images img {
  width: 100%;
}
.content-time-work.sec-2 .box-time-work ul.dayes li {
  margin: 20px 0;
  font-size: 15px !important;
}
.title-sctions.mob {
  display: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #ffffff;
  background-color: #143e5d;
  border-radius: 5px;
}
.navbar-expand-lg .navbar-nav {
  gap: 20px;
}

.footer-dr ul {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 60px;
  margin: 30px 0;
  list-style: none;
}


/* Start Media Query */
@media (max-width: 1180px) {
  .mapouter {
    width: 530px !important;
    height: 300px !important;
    margin: auto;
  }
  .gmap_canvas {
    width: 530px !important;
    height: 300px !important;
    margin: auto;
  }
  .gmap_iframe {
    width: 530px !important;
    height: 300px !important;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .our-services p {
    width: auto;
  }
  .footer-dr ul {
    gap: 20px;
  }

  .mapouter {
    width: 327px !important;
    height: 172px !important;
    margin: auto;
  }
  .gmap_canvas {
    width: 327px !important;
    height: 172px !important;
    margin: auto;
  }
  .gmap_iframe {
    width: 327px !important;
    height: 172px !important;
    margin: auto;
  }
  .content-time-work.sec-2 {
    flex-direction: column;
  }
  .content-time-work.sec-2.col-rev,
  .content-time-work {
    flex-direction: column-reverse;
  }
  .content-time-work.sec-2 .box-img,
  .content-time-work .box-img {
    width: 295px !important;
    height: 205px !important;
    margin-bottom: 30px;
  }
  .content-time-work .box-time-work {
    width: 100%;
  }
  .content-time-work.sec-2 .title-sec,
  .content-time-work .box-time-work ul:first-of-type li span,
  .title-sec {
    font-size: 15px !important;
    text-align: center;
  }
  .pa {
    font-size: 14px;
  }
  .content-time-work .box-time-work ul.dayes li {
    font-size: 18px !important;
  }
  .content-time-work .box-time-work ul.dayes li span.text-danger {
    font-size: 16px !important;
  }

  .about-doc-hero {
    width: 95%;
    padding: 10px;
    height: 210px;
  }
  .desc-doc {
    width: 95%;
  }
  .our-doctor {
    margin-top: 50px !important;
  }
  .our-doctor .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .our-doctor:last-of-type .row {
    display: flex;
    flex-direction: column !important;
  }

  .our-doc-details2 .row {
    display: flex;
    flex-direction: column-reverse !important;
  }
  .our-doctor .content-our-cod .title {
    margin: 16px 0 !important;
  }
  .our-doctor .content-our-cod ul li {
    font-size: 14px !important;
    margin-bottom: 10px;
  }
  .content-our-cod {
    padding: 30px 15px;
  }
  .about-doc-hero .content .title {
    font-size: 16px !important;
    padding-bottom: 5px !important;
  }
  .about-doc-hero .content .desc {
    font-size: 12px !important;
    width: 80%;
    line-height: 22px;
    color: #000;
  }
  .title-sctions.desktop {
    display: none;
  }
  .title-sctions.mob {
    display: block;
    margin: 15px 0;
  }
  .content-time-work.sec-2 .babay-images {
    left: 0px;
    bottom: -10px;
  }
  .our-doc-details2 .content-our-details2,
  .details-doctor .content-doc-details {
    text-align: center;
  }
  .our-doc-details2 .content-our-details2 ul li {
    width: 100%;
  }
  .all-services-boxes .box {
    width: 95%;
    margin: 20px auto;
  }

  .about-doc-hero .content{
    position:relative;
    top: 50px
  }
}
