/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background-color: #ffffff !important;
}

a {
  color: #ca294d;
}

a:hover {
  color: #093863;
  text-decoration: none;
}

@media (max-width: 3000px) {
  .text-xl{font-size: 1.25rem !important; font-weight: 500; line-height: 1.2;}
  .text-media{font-size: 1.25rem !important; font-weight: 500; line-height: 1.2;}
  .caption-img{top: -135px !important;}
}

@media (max-width: 1199px) {
  .text-lg{font-size: 1.25rem !important; font-weight: 500; line-height: 1.2;}
  .text-media{font-size: 1.25rem !important; font-weight: 500; line-height: 1.2;}
  .caption-img{top: -135px !important;}
}

@media (max-width: 991px) {
  .text-md{font-size: 1rem !important; font-weight: 500; line-height: 1.2;}
  .text-media{font-size: 1rem !important; font-weight: 500; line-height: 1.2;}
  .text-heading{font-size: 1.46rem !important; font-weight: 500; line-height: 1.2;}
  .caption-img{top: -75px !important;}
}

@media (max-width: 767px) {
  .text-sm{font-size: 1rem !important; font-weight: 500; line-height: 1.2;}
  .text-media{font-size: 1rem !important; font-weight: 500; line-height: 1.2;}
  .text-heading{font-size: 1.35rem !important; font-weight: 500; line-height: 1.2;}
  .caption-img{top: -65px !important;}
  .news-box{min-height: 237px !important;}
}

@media (max-width: 575px) {
  .text-xs{font-size: 1rem !important; font-weight: 500; line-height: 1.2;}
  .text-media{font-size: 1rem !important; font-weight: 500; line-height: 1.2;}
  .text-heading{font-size: 1.1rem !important; font-weight: 600; line-height: 1.2;}
  .caption-img{top: -45px !important;}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fcfc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h3 {
  color: #093763;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
}

.section-title h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 70px;
  height: 5px;
  background: #d24c6a;
  bottom: 0;
  left: calc(50% - 35px);
  border-radius: 8px 0px 8px 0px;
}

.section-title p {
  margin-bottom: 0;
  color: #313131;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 5px 0;
  background-color: #ebf0f8;
  margin-top: 127px !important;
}

@media (max-width: 991px) {
  .breadcrumbs {
    margin-top: 95px !important;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

/* .breadcrumbs ol li + li {
  padding-left: 10px;
} */

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 6px;
  padding-left: 4px;
  color: #093763c7;
  content: "\eac6";
  font-family: IcoFont;
  font-weight: 600;
}
.breadcrumbs ol li{font-weight: 600;}
.breadcrumbs .container div ol li a{color: #ca294d !important; font-weight: 600;}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
.red-id-btn{
  padding: 0.52rem 2rem;
  background: #ca294d;
  border-radius: 4px;
  display: inline-block;
  transition: 0.5s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 900;
}
.red-id-btn:hover{
  background: #093863;
}

.blu-id-btn{
  padding: 0.52rem 2rem;
  background: #093863;
  border: 0px;
  border-radius: 4px;
  display: inline-block;
  transition: 0.5s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 900;
}
.blu-id-btn:hover{
  background: #ca294d;
}
a{color: #ca294d;}
a:hover{color: #093863;}

/*--------------------------------------------------------------
# Pagination and step-links
--------------------------------------------------------------*/
.step-links{background-color: #fff; border-radius: 2px !important;}

.red-pagination-btn{
  background: #d24c6a;
  border-radius: 2px;
  display: inline-block;
  transition: 0.5s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: #ffffff !important;
}
.red-pagination-btn:hover{
  background: #093863;
}

.blu-pagination-btn{
  background: #093863;
  border-radius: 2px;
  display: inline-block;
  transition: 0.5s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: #ffffff !important;
}
.blu-pagination-btn:hover{
  background: #d24c6a;
}

@media (max-width: 3000px) {
  .pagination-btn{padding: 6px 10px !important; border-radius: 2px !important; font-size: 1rem !important; font-weight: 400 !important;}
  .current-text{font-weight: 600; color: #093863;}
}

@media (max-width: 438px) {
  .pagination-btn{padding: 4px 3px !important; border-radius: 2px !important; font-size: 0.9rem !important; font-weight: 600 !important;}
  .current-text{font-size: 0.9rem !important; font-weight: 800; color: #093863;}
}

@media (max-width: 390px) {
  .pagination-btn{padding: 6px 3px !important; border-radius: 2px !important; font-size: 0.85rem !important; font-weight: 600 !important;}
  .current-text{font-size: 0.85rem !important; font-weight: 800; color: #093863;}
}

@media (max-width: 350px) {
  .pagination-btn{padding: 6px 3px !important; border-radius: 2px !important; font-size: 0.7rem !important; font-weight: 600 !important;}
  .current-text{font-size: 0.7rem !important; font-weight: 800; color: #093863;}
}

/*--------------------------------------------------------------
# Modal Share Social Links
--------------------------------------------------------------*/
.modal-share-social-links .modal-body .share-social-links .social-links div{display: inline !important;}
.modal-share-social-links .modal-header .modal-title-share-social-links{color: #093863;}
.modal-share-social-links .modal-body .share-social-links .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #093863;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
                          
.modal-share-social-links .modal-body .share-social-links .social-links a:hover {
  background: #d24c6a;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Modal Share Social Links
--------------------------------------------------------------*/
.modal-share-social-links .modal-body .share-social-links .social-links div{display: inline !important;}
.modal-share-social-links .modal-header .modal-title-share-social-links{color: #093863;}
.modal-share-social-links .modal-body .share-social-links .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #093863;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
                          
.modal-share-social-links .modal-body .share-social-links .social-links a:hover {
  background: #d24c6a;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Survey Blk
--------------------------------------------------------------*/
.survey-blk {
  position: fixed;
  left: -1px;
  top: 72%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  max-width: 460px;
  width: 100%;
  padding-right: 15px;
}

.survey-blk.hide-survey {
  -webkit-transform: translateY(-50%) translateX(-100%);
  -moz-transform: translateY(-50%) translateX(-100%);
  -ms-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
  left: 60px;
}

.survey-content{
  background: #fff;
    width: -moz-calc(100% - 45px);
    width: calc(100% - 45px);
    float: left;
    padding: 35px 25px 25px 42px;
    position: relative;
    box-shadow: 0 2px 14px 0 rgb(0 0 0 / 20%);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.survey-icon-close {
  display: inline-block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 20px;
  left: 15px;
  cursor: pointer;
}

.survey-icon-close:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #535d64;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  display: inline-block;
  position: absolute;
  top: 0;
}

.survey-icon-close:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #535d64;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 3px;
}

.survey-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #535d64;
  line-height: 24px;
}

.survey-blk-btn{
  background-color: #093863;
  color: #FFFFFF;
  width: 45px;
  height: 160px;
  position: relative;
  float: right;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.survey-blk-btn:hover{
  background-color: #d24c6a;
}

.survey-title::after{
  content: attr(data-title);
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #fff;
    display: inline-block;
    bottom: 0;
    width: 160px;
    height: 45px;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform-style: preserve-3D;
    -moz-transform-style: preserve-3D;
    transform-style: preserve-3D;
    left: 45px;
    font-size: 18px;
    line-height: 45px;
}

@media (max-width: 768px){
  .survey-blk.hide-survey {left: 54px;}
  .survey-title {width: 40px; height: 100px;}
  .survey-title::after{width: 100px; height: 40px; line-height: 29px; font-weight: 400 !important;}
  .survey-content {width: -moz-calc(100% - 40px); width: calc(100% - 40px);}
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  left: 15px;
  bottom: 15px;
  z-index: 999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background: #093863;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #d24c6a;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #093863;
  color: #FFFFFF;
  height: 55px;
  font-size: 16px !important;
  font-weight: 600 !important;
  transition: all 0.6s;
  z-index: 1021 !important;
}

#topbar i {
  padding-right: 6px;
}

#topbar.topbar-scrolled {
  top: -66px;
}

@media(max-width: 991px) {
  #topbar {
    height: 33px !important;
    z-index: 1020 !important;
  }
  #topbar.topbar-scrolled {
    top: -33px !important;
  } 
}

.d-lg-xl-topbar .a-item{font-size: 13px !important; color: #ffffffee !important;}
.d-lg-xl-topbar .a-item:hover{color: #ffffff !important;}
.d-lg-xl-topbar .dropdown .dropdown-menu a{color: #636465f6 !important; font-size: 13px !important; font-weight: 600 !important;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #FFFFFF;
  transition: all 0.6s;
  z-index: 997;
  padding: 15px 0;
  top: 55px;
  border-top: #f4f4f4 1px solid;
  border-bottom: #e0e0e0fa 1px solid;
}

@media (max-width: 991px) {
  #header {
    padding: 10px 0;
    top: 33px !important;
  }
}

#header.header-scrolled {
  top: 0 !important;
}

#header .logo {
  font-size: 0px !important;
  margin: 0;
  height: 40px !important;
  padding: 0;
  line-height: 40px;
}


#header .logo img {
  max-height: 40px;
  max-width: 220px;
}

@media(max-width: 992px) {
  
  #header .logo img {
    max-height: 32px !important;
    max-width: 206px !important;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0px 0px 0px 0px;
  list-style: none;
  direction: rtl;
  text-align: right;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #535d64;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 600 !important;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize !important;
}


.nav-menu a:hover, .nav-menu li:hover > a {
  color: #e7205f !important;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 15px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 0.93;
  top: auto;
  visibility: visible;
}

.nav-menu .drop-down ul a {
  padding: 5px 0px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: none;
  color: #093763fa;
}

.nav-menu .drop-down .ul-drop-down::before {
  content: "\eaba";
  font-family: IcoFont;
  top: -7px;
  right: 0px;
  position: absolute;

}

/* Header Button */
.header-btn {
  background: #ca294d;
  padding: 8px 8px;
  border-radius: 4px;
  white-space: normal;
  transition: 0.3s;
  color: #d24c6a;
  font-size: 0.8rem;
  font-weight: 700;
  color: #FFFFFF;
  display: inline-block;
}

.header-btn:hover {
  color: #093863;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  z-index: 9998;
  border: 0;
  background: none;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 34px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right !important;
}

.mobile-nav-toggle i {
  color: rgba(85, 85, 85, 0.836)!important;
}

.mobile-nav {
  width: 300px;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 9999;
  background: #fff;
  transform: translate(300px,0);
  transition: all .5s ease;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  padding: 5px 0;
  direction: rtl;
  text-align: right;
}
.mobile-nav .ul-menu{overflow-y: auto; height: 80% !important;}

@media(max-height: 460px) {
  .mobile-nav .ul-menu{height: 70% !important;}

}

@media(max-height: 290px) {
  .mobile-nav .ul-menu{height: 60% !important;}

}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #093763d2;
  padding: 10px 6px;
  font-weight: 500;
  outline: none;
  transition: all .6s ease;
}

.mobile-nav .li-main{min-height: 45px !important; max-height: 44px !important; overflow: hidden; border-bottom: #ddd 1px solid; margin-left: 20px !important; margin-right: 20px !important; transition: all 1.9s ease;}

.mobile-nav ul .sub-ul-menu{margin: 15px 25px 0px 25px !important; padding-bottom: 15px !important;}

.mobile-nav ul .sub-ul-menu li a{padding: 5px 0px 5px 0px !important;}

.mobile-nav .ul-menu .active.li-main{max-height: 2000px !important;}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #ca294d;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\efc2";
  font-size: 0.93rem !important;
  font-family: IcoFont;
  padding-right: 10px;
  position: absolute;
  left: 5px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\ef9a";
  font-weight: bolder;
  font-size: 1.23rem !important;
}

.mobile-nav .drop-down .ul-drop-down{padding-left: 10px; padding-right: 10px;}
.mobile-nav .drop-down ul li a{
  padding: 5px 0px;
  font-size: 0.9rem !important;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  right: 0;
  position: fixed;
  background: rgba(0,0,0,.5);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 15px 10px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(77, 76, 110, 0.384) !important;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: '';
  position: absolute;
  background: #d9f1f2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #093863;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin: 0px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #093863;
  transition: all 0.3s ease-in-out;
  padding: 0px;
  
  border-radius: 6px;
}

.featured-services .title {
  font-weight: 700;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
}


.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .link a, .featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .link a:hover{text-decoration: underline;}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #3fbbc0;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Counts or Statistical Section
--------------------------------------------------------------*/

.statistical-item i{
  font-size: 40px;
  color: #093863;
  display: block;
  margin-bottom: 20px;
}

.statistical-item .statistical-container-num-and-unit .statistical-number{
  font-size: 2rem;
  line-height: 24px;
  font-weight: 700;
  color: #d24c6a;
}

.statistical-item .statistical-container-num-and-unit .statistical-measurement-unit{font-size: 12px; margin-right: 3px;}

.statistical-item .statistical-name{
  padding: 15px 0 0 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #093763e7 !important;
  line-height: 24px !important;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 5px 0 10px 60px;
  color: #d24c6a;
}
.ar-body .features .icon-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 5px 60px 10px 0px;
  color: #d24c6a;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #d24c6a;
}
.ar-body .features .icon-box i {
  font-size: 48px;
  float: right;
  color: #d24c6a;
}

.features .icon-box p {
  font-size: 15px;
  color: #093863;
  margin-left: 60px;
}
.ar-body .features .icon-box p {
  font-size: 15px;
  color: #093863;
  margin-left: 0px;
  margin-right: 60px;

}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: flex;
  justify-content: center;
}

.services .icon i {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #3fbbc0;
  font-size: 40px;
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon-box:hover .icon i {
  box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #3fbbc0;
}

.services .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #0d1c47;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br + br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input, .appointment .php-email-form textarea, .appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus, .appointment .php-email-form textarea:focus, .appointment .php-email-form select:focus {
  border-color: #3fbbc0;
}

.appointment .php-email-form input, .appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type="submit"] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type="submit"]:hover {
  background: #52c2c6;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
}

.departments .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.departments .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.departments .nav-link:hover h4 {
  color: #0d1c47;
}

.departments .nav-link.active {
  background: #f7fcfc;
  border-color: #0d1c47;
}

.departments .nav-link.active h4 {
  color: #0d1c47;
}

.departments .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

.departments .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 0 15px 15px 0;
}

@media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}

.departments .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3fbbc0;
}

.departments .tab-pane p {
  color: #777777;
}

.departments .tab-pane p:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -55px 40px 0 0;
  position: relative;
  z-index: 2;
  border: 6px solid #ffffff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 45px 5px 0px;
  color: #093863;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #d24c6a;
  margin: 0 45px 0 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #b2e4e6;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -10px;
  top: 10px;
  position: relative;
  color: #093863;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -10px;
  position: relative;
  color: #093863;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #f6f6f6;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background-color: #d24c69c2 !important;
}

.testimonials .owl-dot.active {
  background-color: #093863 !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}

.doctors .member .member-img {
  position: relative;
  overflow: hidden;
}

.doctors .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.doctors .member .social a {
  transition: color 0.3s;
  color: #555555;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.doctors .member .social a:hover {
  color: #3fbbc0;
}

.doctors .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.doctors .member .member-info {
  padding: 25px 15px;
}

.doctors .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #555555;
}

.doctors .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.doctors .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.doctors .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .owl-nav, .gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.gallery .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background-color: #d24c69c2 !important;
}

.gallery .owl-dot.active {
  background-color: #093863 !important;
}

.gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

.gallery .gallery-carousel .center {
  border: solid 6px #093863;
  border-radius: 4px;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}


/*--------------------------------------------------------------
# dpartments-page
--------------------------------------------------------------*/
.ar-dpartments-page{font-family: Arial, Helvetica, sans-serif !important;}
.en-dpartments-page .brif-paragraph{font-weight: 500;}
.dpartments-page .departments .card .card-header{border-top: solid 6px #093863; color:#444444; font-weight: 500;}
.dpartments-page .departments .card .card-body .faq-list a{color: #d24c6a !important; font-size: 0.98rem; font-weight: 700 !important;}
.dpartments-page .departments .card .card-body .faq-list a:hover {color: #093863 !important;}
.dpartments-page .departments .card .card-body .faq-list a .mor-link{display: none;}
.dpartments-page .departments .card .card-body .faq-list .collapsed .mor-link{display: inline;}
.dpartments-page .departments .card .card-body .faq-list .collapsed .less-link{display: none;}
.dpartments-page .departments .card .card-body .dep-details{white-space: pre-wrap !important;}
.dpartments-page .departments .card .card-footer .red-id-btn{font-weight: 500 !important; font-size: 0.9rem;}
.ar-dpartments-page .departments .card .card-footer .red-id-btn{font-weight: 700 !important; font-size: 0.9rem;}
.dpartments-page .departments .card .card-footer .red-id-btn i{color: #093863; background-color: #d24c6a;}
@media (max-width: 1600px) {
  /* .en-dpartments-page .departments .card .card-body .brif-paragraph{height: 100px; overflow: hidden;}
  .ar-dpartments-page .departments .card .card-body .brif-paragraph{height: 120px; overflow: hidden;} */
}
@media (max-width: 1200px) {
  /* .en-dpartments-page .departments .card .card-body .brif-paragraph{height: 120px; overflow: hidden;}
  .ar-dpartments-page .departments .card .card-body .brif-paragraph{height: 170px; overflow: hidden;} */
}
@media (max-width: 991px) {
  /* .en-dpartments-page .departments .card .card-body .brif-paragraph{height: auto;}
  .ar-dpartments-page .departments .card .card-body .brif-paragraph{height: auto;} */
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #3fbbc0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #3fbbc0;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #3fbbc0;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #65c9cd;
}

.pricing .featured h3 {
  color: #fff;
  background: #3fbbc0;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #3fbbc0;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  padding: 0 0 20px 25px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #3fbbc0;
  font-size: 18px;
  font-weight: 500;
}

.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}

.faq .faq-list p {
  margin-bottom: 20px;
  font-size: 15px;
}

.faq .faq-list a.collapse {
  color: #3fbbc0;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #3fbbc0;
}

.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 10px #d24c6a58;
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #093863;
  border-radius: 6px;
  padding: 8px;
  border: 2px dotted #d24c6a;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.ar-body .contact .row .col-lg-6 .row .col-md-12 .info-box p{direction: rtl !important;}
.ar-body .contact .row .col-lg-6 .row .col-md-6 .info-box p{direction: ltr !important;}

.contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #0d1c47;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #2a4486;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #0d1c47;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #093863;
  border: 0px !important;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #d24c6a;
  border-top: solid 4px #093863;
  border-bottom: solid 4px #093863;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #cccccc59;
  padding: 5px 0 5px 0;
  color: #555555;
  font-size: 14px;
}

#footer .footer-top {
  background: #f6f6f6;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer-info .logo-footer{
  max-height: 40px;
}

.footer-info .logo-footer img{
  max-width: 205px;
  max-height: 40px;
  margin-right: auto;
  margin-left: auto;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #093863;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #d24c6a;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
  color: #093863 !important;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #3fbbc0;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #555555;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #063dd6;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #1a3170;
  border-radius: 4px;
  direction: rtl;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 85px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #093863;
  color: #ffffff;
  transition: 0.3s;
  border-radius: 4px 0px 0px 4px;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #d24c6a;
}

#footer .support-browsers div{color: rgb(78, 78, 78);}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  
}

#footer .credits a{color: #1b6fbe !important;}


/*--------------------------------------------------------------
# AR FONT
--------------------------------------------------------------*/
.ar-body h1, .ar-body h3, .ar-body h4, .ar-body h5, .ar-body h6{font-family: 'PNU Bold' !important; word-spacing: 1px;}
.ar-body .section-title h2, .ar-body .section-title p, p{font-family: 'PNU Regular'}
.ar-body a, .ar-body div, .ar-body .breadcrumbs li, .ar-body .breadcrumbs li a, .ar-body .breadcrumbs h2{font-family: "PNU Regular" !important;} 
.ar-body .modal-share-social-links .social-links a{font-family: "boxicons" !important;}
.ar-body .en, .ar-body .en a{font-family: "Roboto", sans-serif !important;}
.ar-body .font-logo{font-family: 'amine mod bold' !important;}
.en-font{font-family: "Roboto", sans-serif !important;}
.ar-body .ar-font{font-family: "PNU Regular" !important;}
.ar-body .ar-font-bold{font-family: "PNU Bold" !important;}
.pry{white-space: pre-wrap !important;}
.color-red{color: #d24c6a !important;}