.privacy-list li {
  list-style-type: disc;
  text-align: left;
}

.policy-contr h3 {
  text-align: left;
}

.mn-title-sec {
  padding: 80px 0px;
}
.mn-title-sec h1 {
  padding: 0px 100px;
  padding-bottom: 10px;
}

.mn-contr {
  border: 1px solid #012636;
  text-align: center;
  padding: 20px;
  min-height: 200px;
}
.mn-contr h2 {
  color: #0E5782;
}

.about-section {
  padding: 80px 0px;
  padding-bottom: 0px;
}
.about-section h2 {
  color: #0E5782;
}

.view-more-contr {
  background: #FFFFFF;
  box-shadow: 13px 10px 28px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  width: 200px;
  display: grid;
  position: absolute;
  right: 70px;
  bottom: -30px;
  padding: 25px;
}
.view-more-contr img {
  padding-right: 0;
  max-width: 125px;
  margin: auto;
}

.abt-img-sec img {
  width: 100%;
  padding-right: 100px;
}

.view-cn {
  border: 1px solid #012636;
  border-radius: 3px;
  height: 35px;
  line-height: 32px;
  width: 130px;
  margin: auto;
  margin-top: 20px;
}

.bg-color {
  background: #F5F6F7;
}

.insight-contr {
  padding-bottom: 60px;
  padding-top: 80px;
}

.service-cn {
  margin-top: 30px;
}

.s-icon {
  position: absolute;
  right: 20px;
  bottom: 80px;
  max-width: 100px;
}

.service {
  margin-bottom: 50px;
}
.service h2 {
  margin-top: 40px;
}
.service img {
  border-radius: 12px;
  width: 100%;
}
.service p {
  height: 54px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service:hover .overlay {
  opacity: 1;
}

.service-main-contr {
  padding-top: 80px;
  padding-bottom: 50px;
}

.view-all {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #0E5782;
}
.view-all svg {
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.offer-cn {
  padding-right: 100px;
  margin-bottom: 20px;
}

.cloud-section {
  padding-bottom: 60px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(31, 143, 209, 0.68);
  border-radius: 12px;
  opacity: 0;
  transition: 0.5s;
  color: #fff;
}
.overlay img {
  width: 85px !important;
  height: 85px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #fff;
  margin: auto;
}
.overlay h2 {
  margin-top: 15px;
}
.overlay h3 {
  font-size: 18px;
}

.get-contr {
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  box-shadow: 3px 4px 6px rgba(2, 59, 84, 0.31);
  border-radius: 50px;
  height: 43px;
  display: inline-block;
  line-height: 40px;
  padding: 0px 20px;
  margin-top: 15px;
}
.get-contr svg {
  margin-left: 15px;
  transition: 0.5s;
}
.get-contr:hover svg {
  margin-left: 30px;
}

.doctors-section {
  background: #F5F6F7;
  padding-top: 45px;
  padding-bottom: 45px;
}
.doctors-section h2 {
  color: #0E5782;
}

.doctors-contr {
  margin-top: 60px;
}
.doctors-contr h2 {
  color: #012636;
  margin-top: 15px;
  margin-bottom: 5px;
}
.doctors-contr img {
  border-radius: 10px;
}
.doctors-contr .item:hover .meet-doctor {
  display: block !important;
}

.meet-doctor {
  display: none !important;
  position: absolute;
  bottom: 125px;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  transition: 0.5s;
}
.meet-doctor:hover {
  color: #fff;
}

.best-service {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.best-service h2 {
  float: left;
  margin-right: 20px;
}

.why-choose {
  background: #F5F6F7;
}

.choose-contr {
  position: relative;
  background: #004066;
  color: #fff;
  height: 550px;
  margin-top: 110px !important;
}
.choose-contr ul {
  margin-top: 30px;
  float: left;
  width: 100%;
}
.choose-contr ul li {
  float: left;
  width: 50%;
  position: relative;
  padding-left: 35px;
  margin: 8px 0px;
}
.choose-contr ul li::before {
  content: "";
  position: absolute;
  background-image: url(/images/li-icon.svg?0106a3dd9af7de389d1de81dc0ded8cd);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  left: 0;
}

.play-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -63px;
}

.video-left {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 250px;
  max-width: 100%;
  padding-right: 100px;
}

.video-thumb {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.appointment-btn {
  background: #00577D;
  border: 2px solid #00577D;
  box-shadow: 3px 4px 11px rgba(2, 59, 84, 0.41);
  border-radius: 49px;
  color: #fff;
  height: 40px;
  display: inline-block;
  line-height: 35px;
  padding: 0px 25px;
  margin-top: 20px;
}
.appointment-btn:hover {
  color: #fff;
}
.appointment-btn:hover svg {
  margin-left: 20px;
}

a.appointment-btn svg {
  margin-left: 15px;
  transition: 0.5s;
}

#exampleModal .modal-body {
  padding: 0;
}
#exampleModal .modal-header {
  padding: 0;
  border: none;
}
#exampleModal .modal-content {
  border-radius: 0;
  background-color: transparent;
  border: none;
}
#exampleModal button.btn-close {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  z-index: 1;
}

html:lang(ar) body .policy-contr h3 {
  text-align: right;
}
html:lang(ar) body ul.privacy-list li {
  padding-left: 0;
  padding-right: 35px;
  text-align: right;
}
html:lang(ar) body ul.privacy-list li::before {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}

@media (max-width: 767px) {
  .mn-title-sec h1 {
    padding: 0px 15px;
  }
}
