* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Cairo', sans-serif !important;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.9) 75%), url(../img/278.png);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

ul {
  margin-bottom: 0;
  list-style-type: none;
}

/* End Loading */

.loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 99999;
  background: #961332;
  align-items: center;
  justify-content: center;
}

.loading li {
  list-style: none;
  width: 6px;
  height: 20px;
  background: #fff;
  margin: 0 4px;
  animation: pulsar .7s infinite alternate;
}

@keyframes pulsar {
  0% {
    transform: scaleY(1);
  }
  25% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(1);
  }
  75% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(3);
  }
}

.loading li:nth-child(1) {
  animation-delay: .1s;
}

.loading li:nth-child(1) {
  animation-delay: .1s;
}

.loading li:nth-child(2) {
  animation-delay: .2s;
}

.loading li:nth-child(3) {
  animation-delay: .3s;
}

.loading li:nth-child(4) {
  animation-delay: .4s;
}

.loading li:nth-child(5) {
  animation-delay: .5s;
}

.loading li:nth-child(6) {
  animation-delay: .6s;
}

/* End Loading */

textarea {
  resize: none;
}

body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #961332;
  outline: 1px solid #333;
}

.form-control, img {
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.form-control {
  height: 40px;
  font-size: 15px;
  border-radius: 0!important;
  border: 1px solid #ccc;
}

.form-control:focus {
  outline: 0;
  box-shadow: unset;
  border-color: #961332;
}

.bg-dark {
  background-color: rgba(17, 17, 17, 0.9) !important;
}

.section {
  padding: 50px 0 25px;
}

.section-title {
  display: flex;
  align-items: center;
}

.section-title h2 {
  color: #333;
  margin-top: 15px;
  letter-spacing: 2px;
  margin: 0;
  text-align: center;
}

.section-title img {
  margin-right: 15px;
}

.section-title span {
  height: 3px;
  width: 35px;
  border-radius: 50px;
  background-color: #961332;
  display: inline-block;
  position: relative;
}

.section-title span.line-1, .section-title span.line-3 {
  background-color: #333;
}

.social-icon {
  justify-content: center;
  margin-top: 20px;
}

.social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  color: #FFF;
  display: inline-block;
  margin: 0 5px;
}

.social-icon a i {
  margin: 0;
}

.facebook {
  background-color: #3B5998;
}

.twitter {
  background-color: #55ACEE;
}

.linkedin {
  background-color: #007BB5;
}

.google {
  background-color: #DD4B39;
}

.none-border-bottom {
  border-bottom: 0!important;
}

.bg {
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
}

.white_layout {
  background-color: #FFF;
  padding: 25px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.13);
  margin-bottom: 30px;
}

.border-red {
  border-top: 5px solid #961332;
}

.border-green {
  border-top: 5px solid #01C853;
}

.border-orange {
  border-top: 5px solid #FF6D00;
}

.page-title {
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.8) 0%, rgba(51, 51, 51, 0.9) 75%), url(../img/slider/1.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #FFF;
  text-align: center;
  padding: 35px 0;
}

.page-title h1 {
  font-weight: bold;
}

i {
  margin-right: 5px;
}

p {
  font-size: 14px;
  line-height: 150%;
  color: #333;
}

h2 {
  color: #961332;
  font-weight: bold;
  text-transform: uppercase;
}

img {
  max-width: 100%;
}

.text-muted {
  color: #111111 !important;
}

.white-color {
  color: #fff !important;
}

.defualt-color {
  color: #961332;
}

.btn-parent {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.btn-success {
  background-color: #333;
  color: #fff;
  width: auto;
  padding: 8px 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  border: none;
  border-bottom: 4px solid #961332;
  min-width: 170px;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus, .btn-success.focus, .btn-success:focus {
  box-shadow: unset;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
  background-color: #961332;
  border-color: #961332;
}

.btn-success:hover {
  background-color: #222;
  color: #fff!important;
  border-color: #961332;
}

.btn-black:hover {
  background-color: #961332;
  color: #fff;
}

.btn-defulat i {
  color: #fff;
  margin-left: 10px;
}

.btn-defulat:hover {
  background-color: #111111;
  color: #fff;
  border-radius: 50px;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.border-right {
  border-right: 3px solid #eee;
}

.border-top {
  border-top: 3px solid #eee;
}

.border-bottom {
  border-bottom: 3px solid #eee;
}

.bold {
  font-weight: bold;
}

img {
  max-width: 100%;
}

a, .owl-theme .owl-dots .owl-dot span {
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

a:hover {
  text-decoration: none;
}

.owl-theme .owl-dots .owl-dot span .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #333;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 30px;
  background: #961332;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  outline: none;
}

/* bootstrap */

.card {
  border-radius: 0;
  margin-bottom: 30px;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(43, 43, 43, 0.7);
  /* box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.63); */
  color: #ffffff;
  font-weight: bold;
  font-size: 25px;
  border-radius: 0!important;
}

.cb-icon {
  font-size: 40px;
  color: #961332;
}

.page-item.disabled .page-link {
  background-color: #333;
  border-color: #333333;
  color: #7b7b7b;
}

.page-link {
  color: #fefefe;
  background-color: #333;
  border: 1px solid #505050;
}

.page-item.active .page-link {
  background-color: #961332;
  border-color: #961332;
}

.page-link:hover {
  background-color: #961332;
  border-color: #961332;
  color: #FFF;
}

.page-link:focus {
  box-shadow: none;
}

.sticky {
  position: sticky;
  top: 20px;
}

/* start header */

header {
  background-color: #961332;
  padding: 10px 0;
}

header .row {
  align-items: center;
}

header .header-box {
  color: #FFF;
  font-size: 13px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

header .logo {
  text-align: center;
  display: block;
  margin: 20px;
}

header .logo img {
  width: 200px;
}

header .header-box .h-icon {
  margin-left: 0;
  flex-basis: 10%;
  margin-left: 3%;
}

header .header-box .h-icon i {
  font-size: 20px;
  margin: 0;
}

header .header-box span {
  flex-basis: 87%;
}

header .header-box a {
  color: #FFF;
}

header .social-media {
  display: flex;
  flex-direction: row;
}

header ul li a {
  font-size: 22px;
  opacity: 1;
  background-color: #FFF;
  color: #000;
  margin: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header ul li a:hover {
  border-radius: 50px;
}

.social-media i {
  margin: 0;
}

.facebook {
  background-color: #3b5998;
  color: #FFF;
}

.twitter {
  background-color: #00acee;
  color: #FFF;
}

.instagram {
  background-color: #F74638;
  color: #FFF;
}

.youtube {
  background-color: #c4302b;
  color: #FFF;
}

.whatsapp {
  background-color: #4dc247;
  color: #FFF;
}

.social-icon {
  justify-content: center;
  margin-top: 20px;
}

.social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  color: #FFF;
  display: inline-block;
  margin: 0 5px;
}

.social-icon a i {
  margin: 0;
}

.facebook {
  background-color: #3B5998;
  color: #FFF;
}

.twitter {
  background-color: #55ACEE;
  color: #FFF;
}

.linkedin {
  background-color: #007BB5;
  color: #FFF;
}

.google {
  background-color: #DD4B39;
  color: #FFF;
}

/* End Header */

/* Start Navbar */

.navbar {
  padding: 0;
  background-color: #333;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.63);
}

.navbar .container {
  position: relative;
}

.navbar a {
  color: #FFF;
}

.navbar .dropdown-menu {
  background-color: #333;
  border: none;
}

.navbar .collapse {
  justify-content: space-between;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

.navbar-expand-lg .navbar-nav .dropdown {
  margin-left: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-size: 14px;
}

.navbar-expand-lg .navbar-nav .nav-link a {
  padding: 15px 15px;
  display: inherit;
  font-size: 12px;
}

.navbar-expand-lg .navbar-nav .nav-link a:hover {
  background: #961332;
  text-decoration: none;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
  background: #961332;
}

.logohead {
  position: absolute;
  right: 0;
  top: 0;
}

.logohead img {
  width: 120px;
}

.dropdown-item {
  font-size: 14px;
}

.form-inline {
  margin-left: 10px;
}

.form-search {
  min-width: 320px;
  margin-left: 25px;
}

.form-search .form-control {
  border: none;
  height: 35px;
  border-radius: 50px;
}

.book-appointment .fa-close {
  position: absolute;
  right: 0;
  top: 0;
  color: #FFF;
  font-size: 25px;
  width: 30px;
  height: 30px;
  line-height: 49px;
  cursor: pointer;
}

/* Start Main Slider */

.main-slider {
  position: relative;
}

.main-slider img {
  height: 600px;
  width: 100%!important;
  object-fit: cover;
}

.main-slider .owl-theme .owl-nav {
  position: absolute;
  bottom: 10px;
  left: 50%;
}

.main-slider .owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  color: #961332;
}

.main-slider .owl-theme .owl-nav [class*=owl-] i {
  font-size: 55px;
  color: #FFF;
}

.main-slider .item {
  /* background-color: #961332; */
  position: relative;
}

.main-slider .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.48) 0%, rgba(51, 51, 51, 0.42) 75%);
}

.main-slider .item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/about/bottom-home.png);
  background-size: cover;
  height: 65%;
  background-repeat: no-repeat;
}

.book-appointment {
  position: absolute;
  top: 7%;
  right: 6%;
  z-index: 99;
  background-color: rgba(51, 51, 51, 0.5);
  /* box-shadow: -10px 10px 0px #fff; */
  width: 100%;
  max-width: 400px;
  padding: 20px 30px 20px;
}

.book-appointment button:hover {
  color: #961332!important;
}

.book-appointment label {
  color: #FFF;
}

.book-appointment .form-control {
  background-color: rgba(51, 51, 51, 0.92);
  border: none;
  color: #FFF;
}

.book-appointment .form-control::placeholder {
  color: #FFF;
}

.book-appointment .btn-success {
  background-color: #FFF;
  color: #961332;
}

.book-appointment h2 {
  color: #FFF;
  margin-bottom: 20px;
  font-size: 26px;
}

.book-appointment h3 {
  color: #fff;
  font-size: 20px;
}

/* Start About Section */

.about .doctor-image {
  text-align: left;
  height: 320px;
}

.about .doctor-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about .doctor-info {
  margin-top: 10px;
}

.about .doctor-info h3 {
  font-weight: bold;
}

.about .doctor-info h2 {
  font-size: 27px;
  margin-bottom: 20px;
}

/* Start Blogs */

.blogs {
  /* background: #333; */
}

.blogs .blog-img img {
  width: 100%;
  /* object-fit: cover;
  object-position: center;
  height: 250px; */
}

.blog-box {
  /* border: 1px solid rgba(150, 19, 50, 0.4); */
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09999);
  margin-bottom: 30px;
}

.blog-box:hover .post-overlay-content {
  opacity: 1;
}

.blogs .blog-img {
  position: relative;
}

.post-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  background: #0000004a;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.post-overlay-content span {
  background: #fff;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-box:hover .post-overlay-content span:nth-child(1) {
  animation: fadein .3s ease-in-out forwards;
  opacity: 1;
}

.blog-box:hover .post-overlay-content span:nth-child(2) {
  animation: fadein .4s ease-in-out forwards;
  opacity: 1;
}

.blog-box:hover .post-overlay-content span:nth-child(3) {
  animation: fadein .5s ease-in-out forwards;
  opacity: 1;
}

.blog-details {
  padding: 10px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-box:hover .blog-details {
  background-color: #fff;
}
.main-blogs .blog-details h4 {
    min-height: 100px;
    display:flex;
    align-items:center;
}
.main-blogs .blog-details p {
    min-height: 42px;
}
.blog-details h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 150%;
  color: #504c4c;
}

.blogs .blog-author-date {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 13px;
  color: #961332;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 15px;
}

/* Services */

.services {
  /* background: #f1f1f1; */
}

.services .services-box {
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 0;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09999);
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.services-box:hover {
  background: #FFF;
}

.services-box .sb-img {
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.services-box:hover .sb-img {
  transform: scale(1.1);
}

.services-box .sb-img img {
  width: 125px;
  height: 125px;
}

.services-box h4 {
  font-weight: bold;
  color: #504c4c;
  margin: 20px 0 10px;
}

@keyframes fadein {
  from {
    transform: translate(0, 10px);
  }
  to {
    transform: translate(0, 0);
  }
}

/* counter-section */

.counter-section {
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.8) 0%, rgba(51, 51, 51, 0.9) 75%), url(../img/slider/1.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
}

.counter-section h2, .counter-section h3 {
  color: rgba(255, 255, 255, 0.8196078431372549);
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
.counter-section span 
{
  display: block;
  text-align: center;
}
.counter-section span h3 {
  color: rgb(220, 37, 80);
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 3px solid #FFF;
  padding-bottom: 10px;
}

.counter-section h3:first-child {
  color: rgb(220, 37, 80);
}

/* start clints says */

.our_clints_says {
  padding-bottom: 0;
}

.our_clints_says .user-data {
  text-align: left;
  position: relative;
  padding-left: 80px;
}

.our_clints_says .user-data::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/clintes/quotes-sign.png);
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  background-size: contain;
}

.user-avatar-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.our_clints_says .user-data img {
  width: 50px;
  margin: 8px 0;
  border-radius: 50%;
}

.our_clints_says .user-data h4 {
  font-weight: bold;
  color: #961332;
  margin-left: 20px;
  font-size: 18px;
}

.our_clints_says .user-data p {
  font-size: 16px;
  line-height: 200%;
}

.add-comment {
  text-align: right;
}

/* Start About Page */

.about-page img {
  margin-bottom: 30px;
}

.about-page p {
  /* font-size: 16px;
  font-weight: bold; */
  line-height: 180%;
}

.opening-hours ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #961332;
  padding: 10px 0;
  color: #961332;
}

.opening-hours ul li span {
  font-size: 14px;
}

.profile-details li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.profile-details li span:first-child {
  flex-basis: 10%;
  color: #961332;
}

.profile-details li span:last-child {
  flex-basis: 90%;
  color: #961332;
}

.work-duration {
  text-align: left;
  font-weight: bold;
}

.author-slider img {
  height: 500px;
  object-fit: cover;
  object-position: center;
  margin: 0;
}

/* End About Page */

/* book-appointment-now */

.book-appointment-now {
  position: fixed;
  width: 250px;
  z-index: 999;
  color: #FFF;
  right: -250px;
  text-align: center;
  top: 25%;
  /* -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); */
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.book-appointment-now:hover {
  right: 0;
}

.book-appointment-now .show-book {
  left: -24px !important;
  top: 39% !important;
  border-radius: 5px 0 0 5px!important;
  cursor: pointer;
}

.book-appointment-now .times {
  background: #2b2b2b;
  padding: 40px 15px 10px;
  text-align: center;
  border-radius: 0;
  position: relative;
  margin-top: 45px
}

.book-appointment-now .times li {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #333;
  font-size: 14px;
}

.book-appointment-now .times li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.book-appointment-now .times i {
  font-size: 35px;
  margin: 0;
}

.book-appointment-now .times .clock-icon {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #2b2b2b;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  flex-direction: column;
  font-size: 12px;
}

/* What's News Page */

.assaf-box {
  background: #961332;
  padding: 10px;
  border-radius: 0;
  position: relative;
  margin-bottom: 30px;
  /* background-image: linear-gradient(180deg, rgb(150, 19, 50) 0%, rgba(150, 19, 50, 0.73) 75%), url(../img/278.png); */
  background-image: linear-gradient(180deg, rgb(43, 43, 43) 0%, rgba(43, 43, 43, 0.87) 75%), url(../img/278.png);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.assaf-box a {
  color: #FFF;
}

.assaf-box span {
  color: #FFF;
}

.assaf-box .ab-icon {
  position: absolute;
  top: 25px;
  right: -15px;
  width: 40px;
  height: 40px;
  background: #2b2b2b;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  border-radius: 0;
}

.assaf-box .ab-icon i {
  margin: 0;
}

/* Videos */

.video-box, .photos-box, .books-box {
  background: #333;
  margin-bottom: 30px;
  padding: 5px;
  text-align: center;
  border-bottom: 5px solid #961332;
}

.video-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.video-box h5, .photos-box h5, .books-box h5 {
  color: #FFF;
  margin-top: 10px
}

.books-box a {
  padding: 5px 10px;
  margin-bottom: 15px;
  min-width: 10px;
  background-color: #fff;
  color: #961332;
}

.books-box a:hover {
  background-color: #961332;
  color: #fff!important;
}

.books-box a i {
  margin: 0;
}

.photos-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.tab-content {
  padding: 20px;
  background: #fff;
}

.media-tabs {
  justify-content: center;
  align-items: center;
  /* background: #961332; */
}

.tab-content {
  background: transparent!important;
  border: none!important;
}

.media-tabs li {
  margin: 0 5px;
}

.media-tabs .nav-link {
  color: #FFF;
  background-color: #555;
  min-width: 150px;
  text-align: center;
  padding: 0.7rem;
  border-bottom: 4px solid transparent;
}

.media-tabs .nav-link i {
  margin: 0 5px;
}

.media-tabs .nav-link.active {
  background-color: #333;
  border-bottom: 4px solid #961332;
}

/* Start Contact us */

.doctor-info li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.doctor-info li a, .doctor-info li i {
  color: #961332;
}

.doctor-info li span:first-child {
  margin-left: 2%;
  flex-basis: 5%;
  text-align: center;
}

.doctor-info li span:last-child {
  flex-basis: 93%;
}

/* Single Blogs */

.other-posts li {
  margin-bottom: 20px;
  border: 2px solid #f2f2f2;
  padding: 5px;
}

.other-posts li h6 {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  color: #333;
}

/* footer */

footer {
  color: #FFF;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.8) 0%, rgba(51, 51, 51, 0.9) 75%), url(../img/slider/1.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

footer .footer-desc p {
  color: #FFF;
  margin-top: 10px;
}

footer .footer-desc img {
  width: 250px;
}

footer .footer-box ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 11px;
  padding: 10px 0;
  flex-wrap: wrap;
}

footer .footer-box ul li {
  width: 100%;
  border: 1px solid #464545;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #333;
}

footer .footer-box ul li .f-icon {
  flex-basis: 12%;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-right: 3%;
  border-right: 1px solid #464545;
}

footer .footer-box i {
  font-size: 20px;
  margin: 0;
}

footer .footer-box span {
  font-size: 14px;
  flex-basis: 85%;
  padding: 5px;
}

footer .footer-box span a {
  color: #fff;
}

footer h2 {
  color: #f8f9fa;
  margin-bottom: 25px;
}

footer .nav-link {
  padding: 5px 0;
}

footer .nav-link a {
  color: #FFF;
}

footer .social-media {
  justify-content: center;
}

footer .social-media li {}

footer .social-media li a:hover {
  border-radius: 50px;
}

footer .social-media li a {
  /* font-size: 35px; */
  color: #FFF;
  margin-left: 10px;
}

footer .social-media li a {
  width: 50px;
  height: 50px;
  text-align: center;
  /*background: #333;*/
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-group.has-danger {
  color: #a94442;
}

.form-control-feedback {
  width: 100%;
  display: block;
  text-align: left;
  line-height: 30px;
}

.profile-section .checkbox {
  margin-bottom: 16px;
}

.profile-section .checkbox label {
  padding-right: 0;
}

.profile-content {
  padding: 30px 15px;
}

.profile-content h4 {
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.09;
  letter-spacing: normal;
  color: #000000;
}

.profile-content p {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #4a4a4a;
  margin-bottom: 15px;
}

.layout_background_white {
  background: #fff;
  box-shadow: 0 0 10px 0 #ddd;
}

@keyframes CustomFadeIn {
  100% {
    height: 100%;
    opacity: 1;
  }
}

.testmonial {
  height: 401px;
}

.testmonial img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}