.transition3, .wrap-name, .devo-more a::after, .contact-toolbar ul li a, .social-toolbar ul li img, .menu-box ul li a, .devo-box, .devo-box .bg-img, .devo-box .box-h, .devo-box .box-p, .devo-box .devo-more a, .devo-box .info-list li, .gallery-box .img-box .overlay-img, .contact-box .box .box-h a, .social-list ul li a, .copyright-box .copyright-p a, .breadcrumbs-list ul li a, .video-box .img-box::after, .video-box .img-box::before, .blog-details-list ul li a {
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}

.parag {
  font-weight: normal;
  font-size: 15px;
  color: #808080;
}
html[dir="ltr"] .parag {
  font-family: "Quicksand", sans-serif;
}
html[dir="rtl"] .parag {
  font-family: "Almarai", sans-serif;
}

.heading {
  font-size: 19px;
  color: #212121;
  font-weight: bold;
}
html[dir="ltr"] .heading {
  font-family: "Quicksand", sans-serif;
}
html[dir="rtl"] .heading {
  font-family: "Almarai", sans-serif;
}

.pd-70 {
  padding: 70px 0;
}
@media (max-width: 992px) {
  .pd-70 {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .pd-70 {
    padding: 50px 0;
  }
}

.pd-70-40 {
  padding: 70px 0 40px;
}
@media (max-width: 992px) {
  .pd-70-40 {
    padding: 60px 0 30px;
  }
}
@media (max-width: 767px) {
  .pd-70-40 {
    padding: 50px 0 20px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .mb-70 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-70 {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .mt-70 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .mt-70 {
    margin-top: 50px;
  }
}

.pt-70 {
  padding-top: 70px;
}
@media (max-width: 992px) {
  .pt-70 {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .pt-70 {
    padding-top: 50px;
  }
}

.devo-ul ul {
  margin: unset;
  padding: unset;
  list-style: none;
}

.devo-wrap {
  margin: unset;
}

.wrap-center {
  text-align: center;
}

.wrap-name {
  color: #FFFFFF;
  background-color: #4E35DB;
  border-radius: 24px;
  padding: 12px 22px;
  min-width: 150px;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: 0px 0px 29px 2px rgba(103, 46, 115, 0.15);
}
html[dir="ltr"] .wrap-name {
  font-family: "Quicksand", sans-serif;
}
html[dir="rtl"] .wrap-name {
  font-family: "Almarai", sans-serif;
}
.wrap-name:hover {
  background-color: #F6F3F7;
  color: #4E35DB;
  text-decoration: unset;
  box-shadow: unset;
}
.wrap-name:focus {
  outline: unset;
}

.wrap-name.mini-btn {
  font-size: 15px;
  padding: 10px;
  min-width: 130px;
}

.wrap-name.plus-btn {
  position: relative;
}
html[dir="ltr"] .wrap-name.plus-btn {
  padding-left: 60px;
}
html[dir="rtl"] .wrap-name.plus-btn {
  padding-right: 60px;
}
.wrap-name.plus-btn span {
  position: absolute;
  height: 35px;
  width: 35px;
  top: 4px;
  background-color: #F6F3F7;
  border-radius: 50%;
  border: 1px solid #F6F3F7;
  display: flex;
  align-items: center;
  justify-content: center;
}
html[dir="ltr"] .wrap-name.plus-btn span {
  left: 6px;
}
html[dir="rtl"] .wrap-name.plus-btn span {
  right: 6px;
}
.wrap-name.plus-btn span img {
  display: inline-block;
}
.wrap-name.plus-btn:hover span {
  border-color: #4E35DB;
}

.devo-medium {
  font-weight: 500;
}

button.wrap-name {
  padding: 8px 22px;
  cursor: pointer;
  border: unset;
}
button.wrap-name:focus {
  outline: unset;
}

.btn-white {
  color: #4E35DB;
  background-color: #F6F3F7;
}
.btn-white:hover {
  background-color: #4E35DB;
  color: #F6F3F7;
}

.btn-center {
  text-align: center;
  margin-top: 10px;
}

.devo-more a {
  color: #4E35DB;
  position: relative;
  display: inline-block;
}
html[dir="ltr"] .devo-more a {
  padding-right: 26px;
}
html[dir="rtl"] .devo-more a {
  padding-left: 26px;
}
.devo-more a::after {
  position: absolute;
  top: 5px;
  opacity: 0;
  visibility: hidden;
  width: 18px;
  height: 12px;
  content: '';
  background-image: url(../img/right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
html[dir="ltr"] .devo-more a::after {
  right: 25px;
}
html[dir="rtl"] .devo-more a::after {
  left: 25px;
}
.devo-more a:hover {
  text-decoration: unset;
}
.devo-more a:hover::after {
  opacity: 1;
  visibility: visible;
}
html[dir="ltr"] .devo-more a:hover::after {
  right: 0;
}
html[dir="rtl"] .devo-more a:hover::after {
  left: 0;
}

.arrow-white.devo-more a::after {
  background-image: url(../img/right-white.svg);
}

.gray-section {
  background-color: #FAF8FA;
}

html[dir="ltr"] .open-menu {
  left: 0 !important;
}
html[dir="rtl"] .open-menu {
  right: 0 !important;
}

.devo-hidden {
  overflow: hidden !important;
}

.after-img1 {
  position: relative;
}
.after-img1::after {
  position: absolute;
  top: -11px;
  left: 0;
  width: 72px;
  height: 140px;
  content: '';
  background-image: url(../img/after1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  transform: rotateZ(45deg);
  z-index: -1;
}

.after-img2 {
  position: relative;
}
.after-img2::before {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 40px;
  height: 55px;
  content: '';
  background-image: url(../img/after2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.feature-section.after-img1::after {
  top: -80px;
}

.devo-slider.slick-slider {
  margin-bottom: 30px;
  margin-top: -25px;
}
.devo-slider.slick-slider .slick-track {
  display: flex !important;
}
html[dir="ltr"] .devo-slider.slick-slider .slick-track {
  margin-left: unset;
}
html[dir="rtl"] .devo-slider.slick-slider .slick-track {
  margin-right: unset;
}
.devo-slider.slick-slider .slick-slide {
  height: inherit !important;
}
.devo-slider.slick-slider .slick-slide > div {
  height: 100%;
}
.devo-slider.slick-slider .devo-item {
  width: calc(100% - 50px) !important;
  margin: 25px;
  height: calc(100% - 50px);
}
.devo-slider.slick-slider .box-slider {
  height: 100%;
  margin: unset;
}

.devo-toolbar {
  padding: 15px 0;
  background-color: #F6F3F7;
}

.contact-toolbar ul li {
  display: inline-block;
}
html[dir="ltr"] .contact-toolbar ul li {
  margin-right: 15px;
}
html[dir="rtl"] .contact-toolbar ul li {
  margin-left: 15px;
}
.contact-toolbar ul li a {
  color: #212121;
}
.contact-toolbar ul li {
  font-weight: 500;
  font-size: 13px;
  color: #212121;
}
html[dir="ltr"] .contact-toolbar ul li {
  font-family: "Quicksand", sans-serif;
}
html[dir="rtl"] .contact-toolbar ul li  {
  font-family: "Almarai", sans-serif;
}
.contact-toolbar ul li img {
  height: 16px;
}
html[dir="ltr"] .contact-toolbar ul li  img {
  margin-right: 5px;
}
html[dir="rtl"] .contact-toolbar ul li img {
  margin-left: 5px;
}
.contact-toolbar ul li a:hover {
  color: #4E35DB;
  text-decoration: unset;
}
html[dir="ltr"] .contact-toolbar ul li:last-of-type {
  margin-right: 0;
}
html[dir="rtl"] .contact-toolbar ul li:last-of-type {
  margin-left: 0;
}

html[dir="ltr"] .social-toolbar {
  text-align: right;
}
html[dir="rtl"] .social-toolbar {
  text-align: left;
}
.social-toolbar ul li {
  display: inline-block;
}
html[dir="ltr"] .social-toolbar ul li {
  margin-right: 15px;
}
html[dir="rtl"] .social-toolbar ul li {
  margin-left: 15px;
}
.social-toolbar ul li img {
  height: 16px;
}
.social-toolbar ul li img:hover {
  opacity: .5;
}
html[dir="ltr"] .social-toolbar ul li:last-of-type {
  margin-right: 0;
}
html[dir="rtl"] .social-toolbar ul li:last-of-type {
  margin-left: 0;
}

@media (max-width: 992px) {
  .devo-toolbar {
    display: none;
  }
}
.devo-menu {
  padding: 25px 0;
}
.logo-box img {
    max-height: 80px !important;
    width: auto;
}
@media (max-width:991px) {
  .logo-box img {
    max-height:66x !important;
    width: auto;
}
}
.menu-box ul {
  margin: unset;
  padding: unset;
  list-style: none;
}
.menu-box ul li {
  display: inline-block;
}
html[dir="ltr"] .menu-box ul li {
  margin-right: 25px;
}
html[dir="rtl"] .menu-box ul li {
  margin-left: 25px;
}
.menu-box ul li a {
  font-weight: 500;
  font-size: 17px;
  color: #212121;
}
html[dir="ltr"] .menu-box ul li a {
  font-family: "Quicksand", sans-serif;
}
html[dir="rtl"] .menu-box ul li a {
  font-family: "Almarai", sans-serif;
}
.menu-box ul li a:hover {
  color: #4E35DB;
  text-decoration: unset;
}
html[dir="ltr"] .menu-box ul li:last-of-type {
  margin-right: 0;
}
html[dir="rtl"] .menu-box ul li:last-of-type {
  margin-left: 0;
}

html[dir="ltr"] .header-btn {
  text-align: right;
}
html[dir="rtl"] .header-btn {
  text-align: left;
}

.bar-box,
.menu-mob {
  display: none;
}

@media (max-width: 992px) {
  .md-order1 {
    order: 1;
  }

  .md-order2 {
    order: 2;
  }

  .md-order3 {
    order: 3;
  }

  .overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 33, 33, 0.3);
    z-index: 888;
    display: none;
  }

  .main-menu,
  .header-btn {
    display: none;
  }

  .bar-box {
    display: block;
  }
  html[dir="ltr"] .bar-box {
    text-align: right;
  }
  html[dir="rtl"] .bar-box {
    text-align: left;
  }
  .bar-box i {
    color: #212121;
    font-size: 25px;
    cursor: pointer;
  }

  .menu-mob {
    display: block;
    position: fixed;
    z-index: 99999;
    background-color: #4E35DB;
    top: 0;
    width: 250px;
    height: 100%;
    padding: 40px 30px 25px;
    box-shadow: -7px 0px 16px 2px rgba(33, 33, 33, 0.13);
    transition: all .5s ease-in-out;
    overflow: auto;
  }
  html[dir="ltr"] .menu-mob {
    left: -400px;
  }
  html[dir="rtl"] .menu-mob {
    right: -400px;
  }
  .menu-mob .devo-exit {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    top: 18px;
    cursor: pointer;
  }
  html[dir="ltr"] .menu-mob .devo-exit {
    right: 23px;
  }
  html[dir="rtl"] .menu-mob .devo-exit {
    left: 23px;
  }
  .menu-mob .menu-box,
  .menu-mob .contact-toolbar {
    margin-bottom: 20px;
  }
  .menu-mob .menu-box ul li, .menu-mob .contact-toolbar ul li {
    display: block;
    margin-bottom: 7px;
  }
  html[dir="ltr"] .menu-mob .menu-box ul li,
  html[dir="ltr"] .menu-mob .contact-toolbar ul li {
    margin-right: unset;
  }
  html[dir="rtl"] .menu-mob .menu-box ul li, html[dir="rtl"] .menu-mob .contact-toolbar ul li {
    margin-left: unset;
  }
  .menu-mob .menu-box ul li a, .menu-mob .contact-toolbar ul li a , .menu-mob .contact-toolbar ul li {
    color: #FFFFFF;
    font-size: 16px;
  }
  .menu-mob .contact-toolbar ul li img {
    background: #FFFFFF;
    border: 3px solid #FFFFFF;
    width: 15px;
    height: auto;
    border-radius: 3px;
  }
  .menu-mob .social-toolbar {
    margin-bottom: 30px;
  }
  html[dir="ltr"] .menu-mob .social-toolbar {
    text-align: left;
  }
  html[dir="rtl"] .menu-mob .social-toolbar {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .sm-order1 {
    order: 1;
  }

  .sm-order2 {
    order: 2;
  }

  .sm-order3 {
    order: 3;
  }
}
.intro-slider .devo-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 1;
  padding: 90px 0;
}
.intro-slider .devo-item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(90deg, rgba(103, 46, 115, 0.45), rgba(103, 46, 115, 0));
  z-index: -1;
}
.intro-slider .slick-dots {
  bottom: 20px;
  display: none !important;
}
.intro-slider .slick-dots li button::before {
  background-color: #FFFFFF;
}

.intro-text .intro-hint {
  font-size: 21px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.intro-text .intro-heading {
  font-size: 60px;
  color: #FFFFFF;
  margin-bottom: 10px;
  max-width: 479px;
}
.intro-text .intro-p {
  font-size: 17px;
  color: #FFFFFF;
  margin-bottom: 35px;
  font-weight: 500;
}
.intro-text .intro-btn {
  display: flex;
  flex-wrap: wrap;
}
.intro-text .intro-btn .devo-wrap {
  box-shadow: unset;
}
html[dir="ltr"] .intro-text .intro-btn .devo-wrap {
  margin-right: 20px;
}
html[dir="rtl"] .intro-text .intro-btn .devo-wrap {
  margin-left: 20px;
}
html[dir="ltr"] .intro-text .intro-btn .devo-wrap:last-of-type {
  margin-right: unset;
}
html[dir="rtl"] .intro-text .intro-btn .devo-wrap:last-of-type {
  margin-left: unset;
}

.arrow-next, .arrow-prev {
  z-index: 9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 21px;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #4E35DB;
}
.arrow-next img, .arrow-prev img {
  height: 12px;
}

html[dir="ltr"] .arrow-prev {
  left: 20px;
}
html[dir="rtl"] .arrow-prev {
  right: 20px;
}

html[dir="ltr"] .arrow-next {
  right: 20px;
}
html[dir="rtl"] .arrow-next {
  left: 20px;
}

@media (max-width: 1200px) {
  .arrow-next,
  .arrow-prev {
    width: 40px;
    height: 25px;
    line-height: 21px;
  }

  html[dir="ltr"] .arrow-prev {
    left: 15px;
  }
  html[dir="rtl"] .arrow-prev {
    right: 15px;
  }

  html[dir="ltr"] .arrow-next {
    right: 15px;
  }
  html[dir="rtl"] .arrow-next {
    left: 15px;
  }
}
@media (max-width: 992px) {
  .intro-text .intro-heading {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .intro-text .intro-heading {
    font-size: 38px;
  }
  .intro-text .intro-btn .devo-wrap {
    margin-bottom: 10px;
  }
  .intro-text .intro-btn .devo-wrap:last-of-type {
    margin-bottom: 0;
  }

  .intro-slider .devo-item {
    padding: 70px 0;
    background-position: center center;
  }
  .intro-slider .slick-dots {
    display: block !important;
  }
  .intro-slider .arrow-next,
  .intro-slider .arrow-prev {
    display: none !important;
  }
}
.main-header {
  text-align: center;
  margin-bottom: 50px;
}
.main-header .header-h {
  font-size: 35px;
  position: relative;
  margin-bottom: 15px;
}
.main-header .header-h::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 94px;
  height: 26px;
  content: '';
 /* background-image: url(../img/love.svg);*/
  background-repeat: no-repeat;
  background-size: contain;
}
.main-header .header-p {
  max-width: 550px;
  margin: auto;
}

.main-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.devo-box {
  flex-grow: 1;
  z-index: 1;
  border-radius: 20px;
  box-shadow: 0px 0px 25px 2px rgba(103, 46, 115, 0.11);
  padding: 25px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
}
.devo-box .img-box {
  margin-bottom: 25px;
}
.devo-box .bg-img {
  border-radius: 20px;
  width: 85px;
  height: 85px;
  text-align: center;
  line-height: 80px;
  background-color: #F0EBF1;
}
.devo-box .bg-img img {
  width: 35px;
  height: 35px;
  display: inline-block;
}
.devo-box .box-h {
  margin-bottom: 20px;
}
.devo-box .box-p {
  margin-bottom: 25px;
}
.devo-box .devo-more,
.devo-box .book-p {
  margin: unset;
}
.devo-box .info-list {
  margin: 0;
  margin-bottom: 25px;
}
.devo-box .info-list li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
}
html[dir="ltr"] .devo-box .info-list li {
  margin-right: 15px;
}
html[dir="rtl"] .devo-box .info-list li {
  margin-left: 15px;
}
html[dir="ltr"] .devo-box .info-list li img {
  margin-right: 5px;
}
html[dir="rtl"] .devo-box .info-list li img {
  margin-left: 5px;
}
.devo-box:hover {
  background-color: #4E35DB;
}
.devo-box:hover .bg-img {
  background-color: #F0EBF1;
}
.devo-box:hover .box-h, .devo-box:hover a {
  color: #FFFFFF !important;
}
.devo-box:hover .box-p, .devo-box:hover li {
  color: #D6D6D6;
}
.devo-box:hover .wrap-name {
  background-color: #F0EBF1;
  color: #4E35DB !important;
  text-decoration: unset;
  box-shadow: unset;
}

.services-slider {
  margin-top: -25px;
}
.services-slider .devo-item {
  width: calc(100% - 50px) !important;
  margin: 25px;
}
.services-slider .box-slider {
  margin: unset;
}

@media (max-width: 767px) {
  .main-header .header-h {
    font-size: 28px;
  }

  .devo-box {
    padding: 20px !important;
  }
}
.devo-box.sec-box {
  display: flex;
  align-items: center;
  padding: 20px 25px;
}
.devo-box.sec-box .img-box {
  margin-bottom: 0;
}
html[dir="ltr"] .devo-box.sec-box .img-box {
  margin-right: 25px;
}
html[dir="rtl"] .devo-box.sec-box .img-box {
  margin-left: 25px;
}
.devo-box.sec-box .bg-img {
  width: 70px;
  height: 70px;
  line-height: 66px;
}
.devo-box.sec-box .bg-img img {
  width: 30px;
  height: 30px;
}
.devo-box.sec-box .box-h {
  margin-bottom: 10px;
}
.devo-box.sec-box .box-p {
  margin-bottom: 20px;
}
html[dir="ltr"] .devo-box.sec-box .book-p {
  text-align: right;
}
html[dir="rtl"] .devo-box.sec-box .book-p {
  text-align: left;
}
.devo-box.sec-box .book-p a {
  color: #4E35DB;
  text-decoration: underline;
}

.radius-img {
  border-radius: 80px;
  position: relative;
  display: inline-block;
}
.radius-img img {
  border-radius: 80px;
}

.department-img {
  position: relative;
  padding: 30px;
  display: inline-block;
}
html[dir="ltr"] .department-img {
  border-bottom-left-radius: 0;
}
html[dir="rtl"] .department-img {
  border-bottom-right-radius: 0;
}
html[dir="ltr"] .department-img img {
  border-bottom-left-radius: 0;
}
html[dir="rtl"] .department-img img {
  border-bottom-right-radius: 0;
}
.department-img::after, .department-img::before {
  position: absolute;
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 0px 29px 2px rgba(103, 46, 115, 0.15);
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
}
.department-img::after {
  top: 0;
  content: url(../img/blood.svg);
}
html[dir="ltr"] .department-img::after {
  left: 0;
}
html[dir="rtl"] .department-img::after {
  right: 0;
}
.department-img::before {
  bottom: 0;
  content: url(../img/blood.svg);
}
html[dir="ltr"] .department-img::before {
  right: 60px;
}
html[dir="rtl"] .department-img::before {
  left: 60px;
}

@media (max-width: 992px) {
  .radius-img {
    margin-bottom: 35px;
  }
  .radius-img img {
    max-height: 400px;
  }

  .main-img {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .radius-img img {
    max-height: 350px;
  }

  .devo-box.sec-box {
    display: block;
  }
  .devo-box.sec-box .img-box {
    margin-bottom: 25px;
  }
}
html[dir="ltr"] .devo-right-radius {
  border-bottom-right-radius: 0;
  padding-right: 30px;
}
html[dir="rtl"] .devo-right-radius {
  border-bottom-left-radius: 0;
  padding-left: 30px;
}
html[dir="ltr"] .devo-right-radius img {
  border-bottom-right-radius: 0;
}
html[dir="rtl"] .devo-right-radius img {
  border-bottom-left-radius: 0;
}
.devo-right-radius::after {
  position: absolute;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 0px 29px 2px rgba(103, 46, 115, 0.15);
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  top: 70px;
  line-height: 53px;
}
html[dir="ltr"] .devo-right-radius::after {
  right: 0;
}
html[dir="rtl"] .devo-right-radius::after {
  left: 0;
}

.faq-img::after {
  content: url(../img/qa.svg);
}

.faq-box {
  border-radius: 16px;
  background-color: #FFFFFF;
  padding: 25px;
  margin-bottom: 20px;
}
.faq-box .faq-h {
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}
html[dir="ltr"] .faq-box .faq-h {
  padding-right: 45px;
}
html[dir="rtl"] .faq-box .faq-h {
  padding-left: 45px;
}
.faq-box .faq-h::after {
  position: absolute;
  content: url(../img/plus-gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -6px;
  width: 33px;
  height: 33px;
  line-height: 34px;
  border-radius: 10px;
  text-align: center;
  background-color: #F0EBF1;
}
html[dir="ltr"] .faq-box .faq-h::after {
  right: 0;
}
html[dir="rtl"] .faq-box .faq-h::after {
  left: 0;
}
.faq-box .faq-h[aria-expanded="true"] {
  margin-bottom: 15px;
}
.faq-box .faq-h[aria-expanded="true"]::after {
  content: url(../img/minus-gray.svg);
  line-height: 22px;
}
html[dir="ltr"] .faq-box .box-content {
  padding-right: 45px;
}
html[dir="rtl"] .faq-box .box-content {
  padding-left: 45px;
}
.faq-box .faq-p {
  margin-bottom: 0;
}

.doctor-slider.devo-slider.slick-slider .devo-item {
  margin: 25px 25px 10px;
  height: calc(100% - 35px);
}

.doctor-box {
  margin-bottom: 30px;
}
.doctor-box .img-box {
  margin-bottom: 20px;
}
.doctor-box .img-box img {
  border-radius: 32px;
  border: 5px solid #FFFFFF;
  box-shadow: 0px 0px 25px 2px rgba(103, 46, 115, 0.11);
}
.doctor-box .box-h {
  margin-bottom: 15px;
}
.doctor-box .devo-more {
  margin: 0;
}

.main-team-slider {
  position: relative;
}
.main-team-slider .team-list ul {
  margin: unset;
  padding: unset;
  list-style: none;
}
.main-team-slider .team-list ul li {
  position: absolute;
}
.main-team-slider .team-list ul li img {
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  opacity: .7;
}
.main-team-slider .team-list ul li:nth-child(1) {
  top: 40px;
  left: 55px;
}
.main-team-slider .team-list ul li:nth-child(1) img {
  width: 50px;
  height: 50px;
}
.main-team-slider .team-list ul li:nth-child(2) {
  bottom: 0;
  left: 30%;
}
.main-team-slider .team-list ul li:nth-child(2) img {
  width: 30px;
  height: 30px;
}
.main-team-slider .team-list ul li:nth-child(3) {
  bottom: 50px;
  left: 50%;
}
.main-team-slider .team-list ul li:nth-child(3) img {
  width: 30px;
  height: 30px;
}
.main-team-slider .team-list ul li:nth-child(4) {
  bottom: 0;
  right: 30%;
}
.main-team-slider .team-list ul li:nth-child(4) img {
  width: 50px;
  height: 50px;
}
.main-team-slider .team-list ul li:nth-child(5) {
  top: 40px;
  right: 55px;
}
.main-team-slider .team-list ul li:nth-child(5) img {
  width: 60px;
  height: 60px;
}

.team-slider {
  position: relative;
  padding: 50px 0 100px;
  z-index: 1;
}
.team-slider::after {
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../img/map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
}

.team-slider-box {
  border-radius: 32px;
  background-color: #FFFFFF;
  padding: 20px;
  box-shadow: 0px 0px 29px 2px rgba(103, 46, 115, 0.15);
  width: calc(50% - 80px) !important;
  margin: 40px auto;
}
.team-slider-box .member-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
html[dir="ltr"] .team-slider-box .member-box .member-img {
  margin-right: 10px;
}
html[dir="rtl"] .team-slider-box .member-box .member-img {
  margin-left: 10px;
}
.team-slider-box .member-box .member-img img {
  border-radius: 50%;
  width: 75px;
  height: 75px;
}
.team-slider-box .member-box .member-name {
  margin-bottom: 7px;
}
.team-slider-box .member-box .member-job {
  margin-bottom: 0;
  font-size: 13px;
  color: #4E35DB;
}

.slick-dots li {
  width: 9px;
  height: 9px;
}
.slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
  position: relative;
}
.slick-dots li button::before {
  content: ' ';
  width: 9px;
  height: 9px;
  background-color: #D0D0D0;
  border-radius: 50px;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-dots li.slick-active {
  width: 44px;
}
.slick-dots li.slick-active button {
  width: 44px;
  border-radius: 100px;
}
.slick-dots li.slick-active button::before {
  width: 44px;
  background-color: #4E35DB;
  opacity: 1;
}

@media (max-width: 1200px) {
  .team-slider-box {
    width: calc(60% - 80px) !important;
  }
}
@media (max-width: 992px) {
  .team-slider-box {
    width: calc(80% - 80px) !important;
  }

  .team-slider {
    padding: 30px 0 60px;
  }

  .main-team-slider .team-list ul li:nth-child(1) {
    left: 0;
  }
  .main-team-slider .team-list ul li:nth-child(2) {
    left: 18%;
  }
  .main-team-slider .team-list ul li:nth-child(4) {
    right: 18%;
  }
  .main-team-slider .team-list ul li:nth-child(5) {
    right: 0;
  }
}
@media (max-width: 767px) {
  .team-slider-box {
    width: calc(100% - 60px) !important;
  }

  .team-slider {
    padding: 0;
  }

  .main-team-slider .team-list {
    display: none;
  }
}
.gallery-content {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}
.gallery-content::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  height: 300px;
  border-radius: 32px;
  background-color: #F0EBF1;
  content: '';
  z-index: -1;
}

.gallery-box {
  margin-bottom: 30px;
}
.gallery-box .img-box {
  position: relative;
  cursor: pointer;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0px 0px 29px 2px rgba(103, 46, 115, 0.15);
  display: inline-block;
}
.gallery-box .img-box img {
  border-radius: 32px;
}
.gallery-box .img-box .overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(103, 46, 115, 0.7);
  opacity: 0;
  visibility: hidden;
}
.gallery-box .img-box .overlay-img .box {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.gallery-box .img-box .overlay-img .box .mini-img {
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  margin: 0 8px;
}
.gallery-box .img-box .overlay-img .box img {
  width: 16px;
  height: 16px;
}
.gallery-box a:focus {
  outline: unset;
}
.gallery-box:hover .overlay-img {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .gallery-content {
    padding-top: 0;
  }
  .gallery-content::after {
    display: none;
  }

  .gallery-box .img-box .overlay-img {
    padding: 10px;
  }
  .gallery-box .img-box .overlay-img .box .mini-img {
    margin: 0 4px;
    border: unset;
    width: auto;
    height: auto;
    line-height: unset;
  }
}
.news-box {
  flex-grow: 1;
  margin-bottom: 30px;
  border-radius: 32px;
  padding: 8px;
  box-shadow: 0px 0px 25px 2px rgba(103, 46, 115, 0.11);
  background-color: #FFFFFF;
}
.news-box .img-box img {
  border-radius: 30px;
  width: 100%;
  height: auto;
}
.news-box .txt-box {
  padding: 25px 15px 15px;
}
.news-box .devo-more {
  margin: unset;
}
.news-box .date-p {
  margin: unset;
  font-size: 13px;
}
html[dir="ltr"] .news-box .date-p {
  text-align: right;
}
html[dir="rtl"] .news-box .date-p {
  text-align: left;
}

.form-header {
  font-size: 35px;
  margin-bottom: 40px;
}

.form-group {
  margin-bottom: 30px;
}

.devo-input {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  padding: 0 20px;
  font-weight: normal;
  font-size: 15px;
  color: #808080;
  border: unset;
  box-shadow: 0px 0px 29px 2px rgba(103, 46, 115, 0.15);
}
html[dir="ltr"] .devo-input {
  font-family: "Quicksand", sans-serif;
}
html[dir="rtl"] .devo-input {
  font-family: "Almarai", sans-serif;
}
.devo-input:focus {
  outline: unset;
  border: 1px solid rgba(103, 46, 115, 0.5);
}

.devo-textarea {
  padding-top: 15px;
  height: 150px;
  resize: unset;
}

.contact-form {
  max-width: 450px;
}

.iframe-box {
  position: relative;
}
html[dir="ltr"] .iframe-box {
  padding-right: 30px;
}
html[dir="rtl"] .iframe-box {
  padding-left: 30px;
}
.iframe-box iframe {
  width: 100%;
  height: 500px;
  box-shadow: 0px 0px 29px 2px rgba(103, 46, 115, 0.15);
}
.iframe-box::after {
  position: absolute;
  width: 70px;
  line-height: 66px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 0px 29px 2px rgba(103, 46, 115, 0.15);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  top: 75px;
  content: url(../img/phone-after.svg);
}
html[dir="ltr"] .iframe-box::after {
  right: 0;
}
html[dir="rtl"] .iframe-box::after {
  left: 0;
}

@media (max-width: 992px) {
  .contact-form {
    max-width: 100%;
  }
}
.contact-footer-section {
  margin-bottom: -100px;
  z-index: 1;
  position: relative;
}

.contact-box {
  padding: 30px 20px;
  background-color: #FFFFFF;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 0px 0px 29px 2px rgba(103, 46, 115, 0.15);
}
.contact-box .box {
  position: relative;
  width: calc(100% / 3);
  padding: 0 30px;
  text-align: center;
}
.contact-box .box img {
  width: 25px;
  height: 25px;
  margin-bottom: 20px;
}
.contact-box .box .box-p {
  font-size: 17px;
  margin-bottom: 3px;
}
.contact-box .box .box-h {
  margin-bottom: 0;
}
.contact-box .box .box-h a {
  color: #212121;
}
.contact-box .box .box-h a:hover {
  color: #4E35DB;
  text-decoration: unset;
}
.contact-box .box::after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  content: '';
  background: rgba(128, 128, 128, 0.25);
}
html[dir="ltr"] .contact-box .box::after {
  right: 0;
}
html[dir="rtl"] .contact-box .box::after {
  left: 0;
}
.contact-box .box:last-of-type::after {
  display: none;
}

@media (max-width: 992px) {
  .contact-box {
    padding: 20px 10px;
  }
  .contact-box .box {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .contact-footer-section {
    margin-bottom: 70px;
  }

  .contact-box {
    display: block;
  }
  .contact-box .box {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.1);
  }
  .contact-box .box::after {
    display: none;
  }
  .contact-box .box:last-of-type {
    border-bottom: unset;
  }
}
.devo-footer {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.devo-footer::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4E35DB;
  z-index: -1;
  opacity: .9;
}
.footer-content {
  padding: 190px 0 70px;
}

.footer-box .logo-box {
  margin-bottom: 25px;
}
.footer-box .footer-p {
  color: #D6D6D6;
  margin-bottom: 35px;
}
.footer-box .contact-h {
  color: #FFFFFF;
  font-size: 17px;
  margin-bottom: 20px;
}

.social-footer ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 29px;
  border-radius: 8px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.16);
}
html[dir="ltr"] .social-footer ul li {
  margin-right: 8px;
}
html[dir="rtl"] .social-footer ul li {
  margin-left: 8px;
}
html[dir="ltr"] .social-footer ul li:last-of-type {
  margin-right: 0;
}
html[dir="rtl"] .social-footer ul li:last-of-type {
  margin-left: 0;
}
.social-footer ul li a {
  display: block;
}
.social-footer ul li img {
  width: 15px;
  height: 15px;
}

.social-list .footer-heading {
  color: #FFFFFF;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
.social-list .footer-heading::after {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 2px;
  content: '';
  background-color: #FFFFFF;
  border-radius: 100px;
}
html[dir="ltr"] .social-list .footer-heading::after {
  left: 0;
}
html[dir="rtl"] .social-list .footer-heading::after {
  right: 0;
}
.social-list ul li {
  margin-bottom: 8px;
}
.social-list ul li a {
  font-weight: 500;
  font-size: 15px;
  color: #D6D6D6;
}
html[dir="ltr"] .social-list ul li a {
  font-family: "Quicksand", sans-serif;
}
html[dir="rtl"] .social-list ul li a {
  font-family: "Almarai", sans-serif;
}
.social-list ul li a:hover {
  color: #FFFFFF;
  text-decoration: unset;
}

.copyright-box {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 20px 0;
}
.copyright-box .copyright-p {
  margin: unset;
  color: #FFFFFF;
}
.copyright-box .copyright-p a {
  color: #FFFFFF;
}
.copyright-box .copyright-p a:hover {
  color: #D6D6D6;
  text-decoration: unset;
}

@media (max-width: 992px) {
  .footer-content {
    padding: 190px 0 30px;
  }

  .footer-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer-content {
    padding: 70px 0 30px;
  }
}
.inner-box {
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 30px;
  z-index: 1;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.inner-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4E35DB;
  z-index: -1;
  opacity: .9;
}
.inner-box .inner-h {
  color: #FFFFFF;
  font-size: 25px;
  margin-bottom: 10px;
}

.breadcrumbs-list ul li {
  display: inline-block;
  position: relative;
}
html[dir="ltr"] .breadcrumbs-list ul li {
  margin-right: 20px;
}
html[dir="rtl"] .breadcrumbs-list ul li {
  margin-left: 20px;
}
.breadcrumbs-list ul li a {
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
}
html[dir="ltr"] .breadcrumbs-list ul li a {
  font-family: "Quicksand", sans-serif;
}
html[dir="rtl"] .breadcrumbs-list ul li a {
  font-family: "Almarai", sans-serif;
}
.breadcrumbs-list ul li a:hover {
  text-decoration: unset;
  color: #212121;
}
.breadcrumbs-list ul li::after {
  position: absolute;
  top: 0px;
  font-size: 15px;
  color: #FFFFFF;
  content: '/';
}
html[dir="ltr"] .breadcrumbs-list ul li::after {
  right: -15px;
}
html[dir="rtl"] .breadcrumbs-list ul li::after {
  left: -15px;
}
html[dir="ltr"] .breadcrumbs-list ul li:last-of-type {
  margin-right: 0;
}
html[dir="rtl"] .breadcrumbs-list ul li:last-of-type {
  margin-left: 0;
}
.breadcrumbs-list ul li:last-of-type::after {
  display: none;
}

.last-section {
  margin-bottom: -132px;
  padding: 70px 0 200px;
}

.video-box a {
  cursor: pointer;
}
.video-box .img-box {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.video-box .img-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(103, 46, 115, 0.25);
  content: '';
}
.video-box .img-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: #4E35DB;
  content: '\f04b';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  line-height: 80px;
  font-size: 30px;
  z-index: 2;
}
html[dir="ltr"] .video-box .img-box::before {
  padding-left: 7px;
}
html[dir="rtl"] .video-box .img-box::before {
  padding-right: 7px;
}
.video-box .img-box:hover::after {
  background-color: rgba(103, 46, 115, 0.5);
}
.video-box .img-box:hover::before {
  transform: translate(-50%, -50%) scale(0.9);
}

@media (max-width: 992px) {
  .last-section {
    margin-bottom: -103px;
    padding: 60px 0 160px;
  }
}
@media (max-width: 767px) {
  .last-section {
    margin-bottom: 0;
    padding: 50px 0;
  }

  .video-box .img-box::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
  html[dir="ltr"] .video-box .img-box::before {
    padding-left: 4px;
  }
  html[dir="rtl"] .video-box .img-box::before {
    padding-right: 4px;
  }
}
.quotation-img::after {
  content: url(../img/tag.svg);
}

.lg-parag {
  font-size: 35px;
  margin-bottom: 25px;
}

.circle-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.circle-text .box-h {
  max-width: 300px;
}
.circle-text .sec-box-h {
  max-width: 335px;
}
.circle-text .box-p {
  max-width: 400px;
}
.circle-text .reg-p {
  margin-bottom: 25px;
}
.circle-text::after {
  position: absolute;
  width: 400px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/circle.svg);
  top: 0;
  content: '';
  z-index: -1;
}
html[dir="ltr"] .circle-text::after {
  right: 0;
}
html[dir="rtl"] .circle-text::after {
  left: 0;
}

.form-box .form-h {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .quotation-img {
    margin-bottom: 35px;
  }

  .circle-text .box-p {
    max-width: 540px;
  }
  .circle-text::after {
    width: 300px;
    height: 300px;
    top: -30px;
  }
}
@media (max-width: 767px) {
  .lg-parag {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .circle-text::after {
    width: 200px;
    height: 200px;
    top: 0;
  }
}
.dream-img::after {
  content: url(../img/job-search.svg);
}

html[dir="ltr"] .devo-left-radius {
  border-bottom-left-radius: 0;
  padding-left: 30px;
}
html[dir="rtl"] .devo-left-radius {
  border-bottom-right-radius: 0;
  padding-right: 30px;
}
html[dir="ltr"] .devo-left-radius img {
  border-bottom-left-radius: 0;
}
html[dir="rtl"] .devo-left-radius img {
  border-bottom-right-radius: 0;
}
.devo-left-radius::after {
  position: absolute;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 0px 29px 2px rgba(103, 46, 115, 0.15);
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  top: 70px;
  line-height: 53px;
}
html[dir="ltr"] .devo-left-radius::after {
  left: 0;
}
html[dir="rtl"] .devo-left-radius::after {
  right: 0;
}

.history-img::after {
  content: url(../img/hospital.svg);
}

.history-text .box-p {
  margin-bottom: 20px;
}

.list-feature {
  display: flex;
  flex-wrap: wrap;
  margin: unset;
  justify-content: space-between;
}
.list-feature .feature-li {
  font-size: 17px;
  margin-bottom: 15px;
  color: #212121;
  position: relative;
  width: 49%;
}
html[dir="ltr"] .list-feature .feature-li {
  padding-left: 35px;
}
html[dir="rtl"] .list-feature .feature-li {
  padding-right: 35px;
}
.list-feature .feature-li::after {
  position: absolute;
  top: 4px;
  width: 20px;
  height: 20px;
  content: '';
  background-image: url(../img/correct.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
html[dir="ltr"] .list-feature .feature-li::after {
  left: 0;
}
html[dir="rtl"] .list-feature .feature-li::after {
  right: 0;
}

.mission-box .box-h {
  line-height: 28px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .mission-section .circle-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .list-feature .feature-li {
    width: 100%;
  }
}
.product-img {
  margin-bottom: 30px;
  text-align: center;
}
.product-img img {
  border-radius: 32px;
}

.product-heading {
  margin: 20px 0 40px;
}

.section-box {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(128, 128, 128, 0.25);
}
.section-box .section-h {
  margin-bottom: 25px;
}
.section-box .devo-slider.slick-slider {
  margin-top: -10px;
}

.blog-details-list ul li {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  color: #212121;
}
html[dir="ltr"] .blog-details-list ul li {
  font-family: "Quicksand", sans-serif;
  margin-right: 30px;
}
html[dir="rtl"] .blog-details-list ul li {
  font-family: "Almarai", sans-serif;
  margin-left: 30px;
}
.blog-details-list ul li a ,
.blog-details-list ul li span {
  color: #808080;
  font-size: 17px;
  position: relative;
}
html[dir="ltr"] .blog-details-list ul li a {
  padding-right: 7px;
}
html[dir="rtl"] .blog-details-list ul li a {
  padding-left: 7px;
}
.blog-details-list ul li a:hover {
  color: #4E35DB;
  text-decoration: unset;
}
.blog-details-list ul li a::after {
  position: absolute;
  top: 0;
  content: ',';
}
html[dir="ltr"] .blog-details-list ul li a::after {
  right: 0;
}
html[dir="rtl"] .blog-details-list ul li a::after {
  left: 0;
}
html[dir="ltr"] .blog-details-list ul li a:last-of-type {
  padding-right: 0;
}
html[dir="rtl"] .blog-details-list ul li a:last-of-type {
  padding-left: 0;
}
.blog-details-list ul li a:last-of-type::after {
  display: none;
}

.section-box .news-slider {
  margin-bottom: 55px;
}

.distinguish-img::after {
  content: url(../img/eyes.svg);
}

.img-shadow {
  box-shadow: 0px 0px 29px 2px rgba(103, 46, 115, 0.15);
}

.agreement-box {
  margin-bottom: 90px;
}
.agreement-box:last-of-type {
  margin-bottom: 0;
}
html[dir="ltr"] .agreement-box:nth-child(odd) .main-img {
  text-align: right;
}
html[dir="rtl"] .agreement-box:nth-child(odd) .main-img {
  text-align: left;
}

.agreement-img {
  padding: 0;
}

.agreement1-img {
  position: relative;
}
.agreement1-img::before {
  position: absolute;
  bottom: -289px;
  background-image: url(../img/after-img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 431px;
  height: 412px;
  content: '';
  transform: rotate(17deg);
  z-index: -1;
}
html[dir="ltr"] .agreement1-img::before {
  left: -410px;
}
html[dir="rtl"] .agreement1-img::before {
  right: -410px;
}

.agreement2-img {
  position: relative;
}
.agreement2-img::before {
  position: absolute;
  bottom: -309px;
  background-image: url(../img/after-img2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 431px;
  height: 412px;
  content: '';
  transform: rotate(-22deg);
  z-index: -1;
}
html[dir="ltr"] .agreement2-img::before {
  right: -389px;
}
html[dir="rtl"] .agreement2-img::before {
  left: -389px;
}

.agreement-text .box-h {
  max-width: 335px;
}
.agreement-text .box-p {
  max-width: 500px;
}

@media (max-width: 992px) {
  .agreement1-img::before, .agreement2-img::before {
    display: none;
  }

  .agreement-box .main-img {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .agreement-box {
    margin-bottom: 60px;
  }
  .agreement-box .main-img {
    text-align: center !important;
  }
}
.awards-box {
  flex-grow: 1;
  border-radius: 20px;
  box-shadow: 0px 0px 25px 2px rgba(103, 46, 115, 0.11);
  border: 5px solid #FFFFFF;
  padding: 20px;
  margin-bottom: 30px;
}
.awards-box .img-box {
  margin-bottom: 20px;
}
.awards-box .bg-img {
  border-radius: 20px;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 60px;
  background-color: #FFFFFF;
}
.awards-box .bg-img img {
  width: 35px;
  height: 35px;
  display: inline-block;
}
.awards-box .box-h {
  margin-bottom: 0;
  color: #FFFFFF;
  line-height: 25px;
}

.devo-purple {
  background-color: #4E35DB;
}

.devo-yellow {
  background-color: #ECBD67;
}

.devo-red {
  background-color: #D36675;
}

.devo-orange {
  background-color: #F89655;
}

.partner-box {
  width: 130px;
  height: 130px;
  background-color: #FAF8FA;
  border: 1px solid rgba(128, 128, 128, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.partner-box img {
  display: inline-block;
  max-height: 100px;
  max-width: 100px;
}

.partner-slider.devo-slider.slick-slider .devo-item {
  width: calc(100% - 20px) !important;
  margin: 25px 10px;
}

/*# sourceMappingURL=style.css.map */
.about-pro {
  padding: 90px 0;
  background: #f9fbfd;
  font-family: Arial, sans-serif;
}

/* Header */
.title{
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #17103f;
  margin-bottom: 16px;
}

.section-header {
  max-width: 700px;
  margin: 0 auto 60px;
}

.section-header .title {
  font-size: 36px;
  font-weight: 700;
  color: #1e2a3a;
  margin-bottom: 15px;
}

.section-header p {
  color: #6b7c93;
  line-height: 1.7;
}

/* Image */
.about-image {
  position: relative;
}

.about-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}
@media (max-width:991px) {
  .about-image img {
 margin-bottom: 16px;
}
}
/* Frame effect */
.about-image::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  border: 3px solid #4E35DB;
  left: -15px;
  top: 20px;
  border-radius: 16px;
  z-index: -1;
}

/* Content */
.about-content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #1e2a3a;
  margin-bottom: 20px;
}

.about-content p {
  color: #6b7c93;
  line-height: 1.8;
  margin-bottom: 25px;
}

/* Features */
.about-features .feature {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.feature .icon {
  width: 28px;
  height: 28px;
  background: #4E35DB;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 12px;
  font-size: 14px;
}

.feature p {
  margin: 0;
  font-weight: 500;
  color: #1e2a3a;
}

.offer-box{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background:#fff;
  border:4px solid;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:30px;
  position:relative;
}

@media (max-width:991px) {
  .offer-box{
  width: 150px;
  height: 150px;
  padding:16px;
}
.offer-box:not(:first-child){
  margin-left:-16px !important; 
}

}
@media (max-width:767px) {
  .offer-box{
  width: 132px;
  height: 132px;
  padding:8px;
}
.box-title{
  font-size: 14px;
}
.offer-box:not(:first-child){
  margin-left:0px !important
}

}
.offer-box:not(:first-child){
  margin-left:-30px;
}

.offer-box:nth-child(1){
  border-color: #05AEEF;
}

.offer-box:nth-child(2){
  border-color: #90CE4F;
}

.offer-box:nth-child(3){
  border-color: #FFBE00;
}

.offer-box:nth-child(4){
  border-color: #6E339D;
}

.offer-box:nth-child(5){
  border-color: #7D7D7D;
}

.offer-box .box-title{
font-weight: 600;
}

 .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      border-radius: 16px;
      display: block;
      width: 100%;
      height:calc( 100% - 2px);
      object-fit: cover;
     box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    }
    .about-content  .heading{
      font-size:28px ;
    }
    .mySwiper {
    padding-bottom: 64px;
}

.mySwiper .swiper-pagination {
    bottom: 10px;
}
.swiper-pagination-bullet{
  width: 12px;
  height: 12px;
}
.swiper-pagination-bullet-active {
    background: #4E35DB;
}
.timeline {
  position: relative;
  width: 100%;
 margin-inline-start: 18px;
}

/* الخط الرأسي */
.timeline::before {
  content: "";
  position: absolute;
  inset-inline-start: 0px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #4E35DB;
}

/* كل عنصر */
.timeline-item {
  position: relative;
  margin-bottom: 18px;
  width: calc(100% - 18px );
}

/* الدواير */
.circle {
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #4E35DB;
  border-radius: 50%;
  z-index: 2;
}

/* المستطيل */
.content {
  background: #4E35DB;
  color: white;
  padding: 6px 24px;
  border-radius: 3px;
  font-size: 15px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}


.hr-operations {
  padding: 30px 0px 0px ;
  font-family: Arial, sans-serif;
  color: #0c0c0c;
}

.hr-operations .container {
  max-width: 1100px;
  margin: auto;
}

/* العنوان الرئيسي */
.page-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}

/* البوكس */
.service-box {
  margin-bottom: 35px;
  padding: 25px 30px;
  background: rgba(255, 255, 255, 0.08);
  border-left: 5px solid #4E35DB;
  border-radius: 8px;
  backdrop-filter: blur(6px);
  transition: 0.3s;
}

.service-box:hover {
  transform: translateX(6px);
  background: rgba(255, 255, 255, 0.15);
}

/* عنوان الليست */
.service-box h3 {
  color: #4E35DB;
  margin-bottom: 15px;
  font-size: 20px;
}

/* الليست */
.service-box ul {
  list-style: none;
  padding: 0;
}

.service-box ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  line-height: 1.6;
}

/* bullet custom */
.service-box ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #4E35DB;
  font-weight: bold;
}

/* الملاحظة */
.note {
  margin-top: 30px;
  font-size: 14px;
  opacity: 0.9;
}
.heading{
    font-size:16px;
}
.excerpt{
    display:inline;
}
.excerpt p{
    margin: 0;
}

.toggle-more{
    display:inline;
    margin-left:5px;
    cursor:pointer;
    font-weight:600;
}
.more-btn{
color: #FFFFFF;
    background-color: #4E35DB;
    border-radius: 24px;
    padding: 12px 22px;
    min-width: 150px;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    box-shadow: 0px 0px 29px 2px rgba(103, 46, 115, 0.15);
}
.more-btn:hover{
    background-color: #F6F3F7;
    color: #4E35DB;
    text-decoration: unset;
    box-shadow: unset;
}