/*--------------------------------------------------------------
>>> CSS THEME TABLE OF CONTENTS:
----------------------------------------------------------------
* Hero Slider CSS
* Schedule CSS
* Feautes CSS
* Fun Facts CSS
* Why Choose CSS
* Call to Action CSS
* Portfolio CSS
	+ Portfolio Single CSS
* Services CSS
* Testimonials CSS
* Departments CSS
* Pricing Table CSS
* Team CSS
	+ Single Team
* Blog CSS
	+ Latest Blog CSS
	+ Blog Single CSS
	+ Blog Sidebar CSS
* Clients CSS
* Appointment CSS
* Faq CSS
* Contact Us CSS
* Error 404 CSS
* Mail Success CSS
* Newsletter CSS
* Doctor Calendar CSS
* About Us CSS
* Footer CSS
--------------------------------------------------------------*/

/*===========================
	Global CSS
=============================*/
.section {
  padding: 100px 0;
}
.section-title {
  text-align: center;
  margin-bottom: 30px;
  padding: 0;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 24px;
  position: relative;
  color: #2c2d3f;
}
.section-title p {
  font-size: 15px;
  color: #888;
  margin-top: 15px;
}
.vc_column-inner {
  padding-top: 0px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vc_col-sm-3 {
    width: 50% !important;
  }
}
/*===========================
	End Global CSS
=============================*/

/*===========================
	Start Hero Area CSS
=============================*/
.slider .single-slider {
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slider .single-slider .text {
  margin-top: 120px;
}
.slider.index2 .single-slider .text {
  margin-top: 150px;
}
.slider .single-slider h1 {
  color: #2c2d3f;
  font-size: 38px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 42px;
}
.slider .single-slider h1 span {
  color: #2595ad;
}
.slider .single-slider p {
  color: #2c2d3f;
  margin-top: 27px;
  font-weight: 400;
}
.slider .single-slider .button {
  margin-top: 30px;
}
.slider .single-slider .btn {
  font-weight: 500;
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  color: #fff;
}
.slider .single-slider .btn:last-child {
  margin: 0;
}
.slider .single-slider .btn.primary {
  background: #2c2d3f;
  color: #fff;
}
.slider .single-slider .btn.primary:before {
  background: #2595ad;
}
.slider .owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -25px;
}
.slider .owl-carousel .owl-nav div {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #2595ad;
  color: #fff;
  font-size: 26px;
  position: absolute;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  border-radius: 50%;
}
.slider .owl-carousel .owl-nav div:hover {
  background: #2c2d3f;
  color: #fff;
}
.slider .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 20px;
}
.slider .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 20px;
}

/* Slider Animation */
.owl-item.active .single-slider h1 {
  animation: fadeInUp 1s both 0.6s;
}
.owl-item.active .single-slider p {
  animation: fadeInUp 1s both 1s;
}
.owl-item.active .single-slider .button {
  animation: fadeInDown 1s both 1.5s;
}
/*===========================
	End Hero Area CSS
=============================*/

/*=============================
	Start Schedule CSS
===============================*/
.schedule {
  background: #fff;
  margin: 0;
  padding: 0;
  height: 230px;
}
.schedule-inner {
  position: relative;
  transform: translateY(-50%);
  z-index: 9;
  margin-bottom: -140px;
  padding-top: 16px;
  padding-bottom: 32px;
}
.single-schedule {
  position: relative;
  text-align: left;
  z-index: 3;
  border-radius: 5px;
  background: #2595ad;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-schedule .inner {
  overflow: hidden;
  position: relative;
  padding: 30px;
  z-index: 2;
}
.single-schedule:before {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 90%;
  background: #2595ad;
  opacity: 0;
  filter: blur(10px);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-schedule:hover:before {
  opacity: 0.8;
}
.single-schedule:hover {
  transform: translateY(-5px);
}
.single-schedule .icon {
  position: absolute;
  width: 100px;
  height: 100px;
  /* font-size: 110px; */
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
  visibility: visible;
  opacity: 0.9;
  right: 0px;
  bottom: 0px;
}
.single-schedule span {
  display: block;
  color: #fff;
}
.single-schedule h4 {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  color: #fff;
  margin-top: 13px;
}
.single-schedule p {
  color: #fff;
  margin-top: 22px;
}
.single-schedule a {
  color: #fff !important;
  margin-top: 25px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.single-schedule a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single-schedule a:hover:before {
  width: 100%;
  width: 100%;
}
.single-schedule a i {
  margin-left: 10px;
}
.single-schedule .time-sidual {
  overflow: hidden;
  margin-top: 17px;
}
.single-schedule .time-sidual li {
  display: block;
  color: #fff;
  width: 100%;
  margin-bottom: 3px;
}
.single-schedule .time-sidual li:last-child {
  margin: 0;
}
.single-schedule .time-sidual li span {
  display: inline-block;
  float: right;
}
.single-schedule .day-head .time {
  font-weight: 400;
  float: right;
}
/*=============================
	End Schedule CSS
===============================*/

/*=============================
	Start Feautes CSS
===============================*/
.Feautes {
  padding-top: 0;
}
.single-feature {
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}
.single-feature::before {
  position: absolute;
  content: "";
  right: -53px;
  top: 50px;
  width: 80px;
  border-bottom: 3px dotted #2595ad;
}
.single-feature.disable:before {
  display: none;
}
.single-feature.last::before {
  display: none;
}
.single-feature .signle-icon {
  position: relative;
  height: 100px;
  width: 100px;
  border: 1px solid #dddddd;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  overflow: hidden;
}
.single-feature .signle-icon img {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 20px;
  height: 60px;
  width: 60px;
}
.single-feature .signle-icon img:hover {
  margin-left: -40px;
  top: 10px;
  height: 80px;
  width: 80px;
}
.single-feature .signle-icon {
  margin: 0 auto;
}
.single-feature:hover .signle-icon i {
  background: #2595ad;
  color: #fff;
  border-color: transparent;
}
.single-feature h3 {
  padding-top: 10px;
  color: #2c2d3f;
  font-weight: 400;
  font-size: 18px;
}
.single-feature p {
  margin-top: 20px;
}
/*=============================
	End Feautes CSS
===============================*/

/*=======================
	Start Fun Facts CSS
=========================*/
.fun-facts {
  position: relative;
}
.fun-facts.section {
  padding: 120px 0;
}
.fun-facts {
  background: url("../image/index-num-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.fun-facts .single-fun {
  position: relative;
  z-index: 333;
}
.fun-facts .single-fun i {
  position: absolute;
  left: 0;
  font-size: 62px;
  color: #fff;
  height: 70px;
  width: 70px;
  line-height: 67px;
  font-size: 28px;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 2px solid #fff;
  border-radius: 0px;
  top: 50%;
  margin-top: -35px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
}
.fun-facts .single-fun:hover i {
  color: #2595ad;
  background: #fff;
  border-color: transparent;
}
.fun-facts .single-fun .content {
  padding-left: 95px;
}
.fun-facts .single-fun span {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  position: relative;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s eas;
  display: block;
  margin-bottom: 7px;
}
.fun-facts .single-fun p {
  color: #fff;
  font-size: 15px;
}
/*===================
	End Fun Facts
=====================*/

/*===================
	Why choose CSS
=====================*/
.small-list h3 {
  font-size: 24px;
  font-weight: 600;
  color: #2c2d3f;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
.small-list h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #2595ad;
}
.small-list p {
  margin-bottom: 35px;
}
.small-list .list {
  margin-top: 30px;
}
.small-list .list li {
  color: #868686;
  margin-bottom: 12px;
  width: 50%;
  display: inline-block;
}
.small-list .list li:last-child {
  margin-bottom: 0px;
}
.small-list .list li i {
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  background: #2595ad;
  color: #fff;
  font-size: 14px;
  border-radius: 100%;
  padding-left: 2px;
  margin-right: 16px;
}
/* Start Faq CSS */
.video-play {
  height: 100%;
  width: 100%;
  position: relative;
}
.video-play .video {
  color: #fff;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  font-size: 21px;
  background: #2595ad;
  padding-left: 4px;
}
.video-play .video:hover {
  transform: scale(1.1);
}
.video-play .video-image .waves-block .waves {
  position: absolute;
  width: 200px;
  height: 200px;
  background: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -100px;
}
.video-play .waves-block .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.video-play .waves-block .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.video-play .waves-block .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
/*=======================
	End Why choose CSS
=========================*/

/*===============================
	Start Call to action CSS
=================================*/
.call-action {
  background-image: url("http://demo.wpthemesgrid.com/wp/mediplus/wp-content/plugins/mediplus-toolkit/assets/css/img/call-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}
.call-action .content {
  text-align: center;
  padding: 100px 265px;
  z-index: 30;
  position: relative;
}
.call-action .content h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 46px;
}
.call-action .content p {
  color: #fff;
  margin: 30px 0px;
  font-size: 15px;
}
.call-action .content .btn {
  margin-right: 20px;
  font-weight: 500;
  border: 1px solid transparent;
  color: #2595ad;
  background: #fff;
}
.call-action .content .btn:last-child {
  margin: 0;
}
.call-action .content .btn:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.call-action .content .btn:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.call-action .content .btn.second {
  background: transparent;
  border: ;
  border-color: #fff;
  color: #fff;
}
.call-action .content .btn.second:hover {
  background: #fff;
  border-color: transparent;
  color: #2595ad;
}
.call-action .content .btn.second:before {
  background: #fff;
}
/*===============================
	Start Call to action CSS
=================================*/

/*==========================
	Start Portfolio CSS
============================*/
.single-pf {
  position: relative;
}
.single-pf img {
  height: 100%;
  width: 100%;
}
.single-pf:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #2595ad;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.single-pf:hover:before {
  opacity: 0.7;
  visibility: visible;
}
.single-pf .btn {
  color: #2595ad;
  z-index: 3;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 48px;
  width: 150px;
  text-align: center;
  line-height: 48px;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  margin-left: -75px;
  margin-top: -24px;
  border-radius: 4px;
}
.single-pf .btn::before {
  background: #2c2d3f;
}
.single-pf:hover .btn {
  opacity: 1;
  visibility: visible;
}
.single-pf .btn:hover {
  color: #fff;
}
.portfolio .owl-nav {
  display: none;
}
.pf-details {
  padding: 100px 0;
}
/* Slider Nav */
.pf-details .image-slider .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -25px;
}
.pf-details .image-slider .owl-carousel .owl-nav div {
  height: 50px;
  width: 50px;
  line-height: 45px;
  background: #fff;
  color: #2595ad;
  position: absolute;
  margin: 0;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0px 0px 10px #0000001a;
}
.pf-details .image-slider .owl-carousel .owl-nav div:hover {
  color: #fff;
  background: #2595ad;
}
.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 20px;
}
.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 20px;
}
.pf-details .image-slider {
  border-radius: 8px 8px 0 0;
}
.pf-details .image-slider img {
  height: 100%;
  width: 100%;
}
.pf-details .pf-menu {
  background: #2595ad;
  display: block;
  padding: 20px;
  text-align: center;
  border-radius: 0;
  border: none;
  margin: 0;
  margin-top: -1px;
}
.pf-details .pf-menu ul li {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-right: 30px;
}
.pf-details .pf-menu ul li:last-child {
  margin: 0;
}
.pf-details .pf-menu ul li span {
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}
.pf-details .body-text .single-content {
  margin-top: 30px;
}
.pf-details .body-text h1 {
  font-size: 30px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
.pf-details .body-text p {
  margin-bottom: 20px;
}
.pf-details .body-text p:last-child {
  margin: 0;
}
.pf-details .body-text .share {
  margin-top: 40px;
}
.pf-details .body-text .share h4 {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}
.pf-details .body-text .share ul {
  display: inline-block;
  margin-left: 12px;
}
.pf-details .body-text .share ul li {
  display: inline-block;
  margin-right: 10px;
}
.pf-details .body-text .share ul li:last-child {
  margin-right: 0;
}
.pf-details .body-text .share ul li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #c8c8c8;
  color: #757575;
  display: block;
  border-radius: 50%;
}
.pf-details .body-text .share ul li a:hover {
  color: #fff;
  border-color: transparent;
  background: #2595ad;
}
/*==========================
	End Portfolio CSS
============================*/

/*=========================
	Srart service CSS
===========================*/
.single-service {
  position: relative;
  padding-left: 70px;
}
.single-service i {
  font-size: 45px;
  color: #2595ad;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single-service h4 {
  text-transform: capitalize;
  margin-bottom: 25px;
  color: #2c2d3f;
}
.single-service h4 a {
  color: #2c2d3f;
  font-size: 20px;
  font-weight: 600;
}
.single-service h4 a:hover {
  color: #2595ad;
}
.single-service p {
  color: #868686;
}
/*-- Service Details --*/
.services-details-img {
  margin-bottom: 50px;
}

.services-details-img img {
  width: 100%;
  margin-bottom: 30px;
}
.service-details-area h2 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 16px;
  margin-top: 20px;
}
.service-details-area P {
  margin-bottom: 20px;
}
.service-details-area .wp-block-quote {
  font-size: 15px;
  color: #4a6f8a;
  background-color: #2595ad;
  padding: 30px 46px;
  line-height: 26px;
  position: relative;
  margin-bottom: 20px;
  color: #fff;
  border-color: transparent;
  margin: 0 30px;
  border-radius: 15px;
}
.service-details-area .wp-block-quote p {
  color: #fff;
}
.service-details-inner-left {
  background-image: url("http://demo.wpthemesgrid.com/wp/mediplus/wp-content/plugins/mediplus-toolkit/assets/css/img/signup-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.service-details-inner-left img {
  display: none;
}
.service-details-inner {
  margin-left: auto;
  margin-right: auto;
}
.service-details-inner h2 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
  border-left: 3px solid #2595ad;
  padding-left: 15px;
}
.service-details-inner p {
  margin-bottom: 15px;
}
.service-details-inner p:last-child {
  margin-bottom: 0;
}
/*=========================
	End service CSS
===========================*/

/*=============================
	Start Testimonials CSS
===============================*/
.testimonials .section-title h2 {
  color: #fff;
}
.single-testimonial {
  text-align: left;
  position: relative;
  background: #fff;
  padding: 40px 30px;
  margin: 5px;
  margin-bottom: 27px;
  margin-right: 30px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0;
  margin: 30px 20px;
}
.single-testimonial:hover {
  box-shadow: 0px 10px 10px #0000001c;
  transform: translateY(-4px);
}
.single-testimonial .img-head img {
  position: absolute;
  left: 30px;
  bottom: -33px;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  border: 1px solid #eee;
  padding: 3px;
  background: #fff;
  margin-bottom: 5px;
}
.single-testimonial p {
  color: #868686;
  font-size: 14px;
}
.single-testimonial .t-name {
  margin-top: 22px;
  color: #2c2d3f;
  font-weight: 500;
  font-size: 15px;
}
.single-testimonial .t-name span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 5px;
}
.testimonials .owl-dots {
  padding: 10px 25px;
  border-radius: 3px;
  margin-top: 30px;
}
.testimonials .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 10px;
}
.testimonials .owl-dots .owl-dot:last-child {
  margin: 0px;
}
.testimonials .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  background: #fff;
  position: relative;
}
.testimonials .owl-dots .owl-dot span:hover {
  background: #fff;
}
.testimonials .owl-dots .owl-dot.active span {
  background: #fff;
  width: 20px;
}
/*=============================
	End Testimonials CSS
===============================*/

/*=============================
	Start Pricing Table CSS
===============================*/
.single-table {
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 45px 35px 30px 35px;
}
/* Table Head */
.single-table .table-head {
  text-align: center;
}
.single-table .icon i {
  font-size: 65px;
  color: #2595ad;
}
.single-table .title {
  font-size: 21px;
  color: #2c2d3f;
  margin-top: 30px;
  margin-bottom: 15px;
}
.single-table .amount {
  font-size: 36px;
  font-weight: 600;
  color: #2595ad;
}
.single-table .amount span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #868686;
  margin-left: 8px;
}
/* Table List */
.single-table .table-list {
  padding: 10px 0;
  text-align: left;
  margin-top: 30px;
}
.single-table .table-list li {
  position: relative;
  color: #666;
  text-transform: capitalize;
  margin-bottom: 18px;
  padding-right: 32px;
}
.single-table .table-list li:last-child {
  margin-bottom: 0px;
}
.single-table .table-list li.disable i {
  background: #aaaaaa;
}
.single-table .table-list i {
  font-size: 7px;
  text-align: center;
  margin-right: 10px;
  position: absolute;
  right: 0;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  background: #2595ad;
  border-radius: 100%;
  padding-left: 1px;
}

/* Table Bottom */
.single-table .table-bottom {
  margin-top: 25px;
}
.single-table .btn {
  padding: 12px 25px;
  width: 100%;
  color: #fff;
}
.single-table .btn:hover {
  color: #fff;
}
.single-table .btn i {
  font-size: 16px;
  margin-right: 10px;
}
/*=============================
	End Pricing Table CSS
===============================*/

/*========================
	Start Clients CSS
==========================*/
.single-client img {
  width: 100%;
  cursor: pointer;
  text-align: center;
  float: none;
  padding: 0 35px;
}
/*========================
	End Clients CSS
==========================*/

/*====================
	Start Team CSS
======================*/
.team .section-title {
  position: relative;
  z-index: 100;
}
.team .section-title h2 {
  color: #fff;
}
.team .section-title p {
  color: #fff;
}
.single-team {
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 30px;
  text-align: center;
  box-shadow: 0px 0px 10px #00000021;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 500;
  transform: perspective(300px) rotateX(0deg) rotateY(0deg) !important;
}
.single-team .t-head {
  position: relative;
  overflow: hidden;
}
.single-team .t-head::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  content: "";
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-team:hover .t-head::before {
  /* visibility: visible;
  opacity: 0.5; */
}
.single-team .t-head img {
  width: 100%;
  position: relative;
}
.single-team .t-icon a {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 46px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  font-weight: 400;
  text-align: center;
  color: #fff;
  border-radius: 0;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  margin: -23px 0 0 -75px;
  font-size: 15px;
  background: #2889e4;
  font-size: 13px;
  line-height: 46px;
  padding: 0;
  border-radius: 4px;
}
.single-team .t-icon a:before {
  background: #2c2d3f;
}
.single-team:hover .t-icon a {
  /* -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible; */
}
.single-team .t-bottom {
  text-align: center;
  position: relative;
  padding: 0 20px;
  padding: 25px 20px;
}
.single-team .t-bottom p {
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 4px;
}
.single-team .t-bottom h2 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  color: #2c2d3f;
}
.single-team .t-bottom h2 a:hover {
  color: #2595ad;
}
/*-- Doctor Details --*/
.doctor-details-area {
  padding: 100px 0;
}
.doctor-details-left {
  -webkit-box-shadow: 0px 0px 10px 0px #ddd;
  box-shadow: 0px 0px 10px 0px #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.doctor-details-item img {
  width: 100%;
  border-radius: 0;
}
.doctor-details-item .doctor-details-contact {
  padding: 50px;
}
.doctor-details-item .doctor-details-contact h3 {
  font-weight: 600;
  font-size: 20px;
  color: #2c2d3f;
  margin-bottom: 30px;
}
.doctor-details-item .doctor-details-contact .basic-info {
  margin: 0;
  padding: 0;
}
.doctor-details-item .doctor-details-contact .basic-info li {
  list-style-type: none;
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #2c2d3f;
  margin-bottom: 10px;
}
.doctor-details-item .doctor-details-contact .basic-info li:last-child {
  margin-bottom: 0;
}
.doctor-details-item .doctor-details-contact .basic-info li i {
  display: inline-block;
  color: #2595ad;
  margin-right: 8px;
  font-size: 16px;
  position: relative;
  top: 1px;
}
.doctor-details-area .doctor-details-left .social {
  margin-top: 25px;
}
.doctor-details-area .doctor-details-left .social li {
  display: inline-block;
  margin-right: 10px;
}
.doctor-details-area .doctor-details-left .social li:last-child {
  margin-right: 0px;
}
.doctor-details-area .doctor-details-left .social li a {
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #c8c8c8;
  text-align: center;
  padding: 0;
  border-radius: 4px;
  display: block;
  color: #757575;
  font-size: 16px;
}
.doctor-details-area .doctor-details-left .social li a:hover {
  color: #fff;
  background: #2595ad;
  border-color: transparent;
}
.doctor-details-item .doctor-details-work h3 {
  font-weight: 600;
  font-size: 20px;
  color: #2c2d3f;
  margin-top: 30px;
}
.doctor-details-item .doctor-details-work .time-sidual {
}
.doctor-details-item .doctor-details-work .time-sidual {
  overflow: hidden;
}
.doctor-details-item .doctor-details-work .time-sidual li {
  display: block;
  color: #2c2d3f;
  width: 100%;
  margin-bottom: 10px;
}
.doctor-details-item .doctor-details-work .time-sidual li span {
  display: inline-block;
  float: right;
}
.doctor-details-item .doctor-details-work .day-head .time {
  font-weight: 400;
  float: right;
}

.doctor-details-right {
  padding-left: 60px;
  padding-top: 0px;
}
.doctor-details-biography h3 {
  font-weight: 600;
  font-size: 24px;
  color: #2595ad;
  margin-bottom: 25px;
  margin-top: 25px;
}
.doctor-details-biography p {
  margin-bottom: 0;
}
.doctor-details-biography ul {
  margin: 0;
  padding: 0;
}
.doctor-details-biography ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}
.doctor-details-biography ul li:last-child {
  margin-bottom: 0;
}
.doctor-details-item .doctor-name .name {
  font-size: 30px;
  font-weight: 600;
}
.doctor-details-item .doctor-name .deg {
  font-size: 22px;
  margin: 10px 0 5px 0;
}
.doctor-details-item .doctor-name .degree {
  font-size: 16px;
}
/*====================
	End Doctor CSS
======================*/

/*==========================
	Start Appointment CSS
============================*/
.appointment-form {
}
.appointment-form .title {
  margin-bottom: 30px;
}
.appointment-form h3 {
  font-size: 25px;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.appointment-form p {
}
.appointment .form {
  margin-top: 30px;
}
.appointment-form .form-group {
}
.appointment-form .form-group input {
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
  text-transform: capitalize;
  padding: 0px 18px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  border-radius: 4px;
}
.appointment-form .form-group select {
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
  padding: 0 15px;
  font-weight: 400;
  color: #555555a8;
}
.appointment-form .form-group textarea {
  width: 100%;
  height: 100px;
  font-weight: normal;
  padding: 18px;
  border: 1px solid #eee;
  text-transform: capitalize;
  resize: none;
  border-radius: 4px;
}
.appointment-form .form-group .nice-select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  text-transform: capitalize;
  padding: 0px 18px;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  font-weight: 400;
}
.appointment-form .form-group .nice-select::after {
  right: 20px;
  color: #757575;
}
.appointment-form .form-group .list {
  border-radius: 4px;
}
.appointment-form .form-group .list li {
  color: #757575;
  border-radius: 0;
}
.appointment-form .form-group .list li.selected {
  color: #757575;
  font-weight: 400;
}
.appointment-form .form-group .list li:hover {
  color: #fff;
  background: #2595ad;
}
.appointment-form .appointment-image {
}
.appointment.single-page .button .btn {
  width: 100%;
}
.appointment-form .button .btn {
  font-weight: 500;
}
.appointment-form .button .btn:hover {
  color: #fff;
}
.appointment-form .form p {
  margin-top: 10px;
  color: #868686;
}
.appointment-form.inner {
  padding: 40px;
  box-shadow: 0px 0px 10px #00000024;
  border-radius: 5px;
}
.working-hour {
  background: #2595ad;
  padding: 40px;
  box-shadow: 0px 0px 10px #00000024;
  border-radius: 5px;
}
.working-hour h3 {
  font-size: 25px;
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.working-hour .time-schedule {
  margin-top: 15px;
}
.working-hour .time-schedule {
  overflow: hidden;
}
.working-hour .time-schedule li {
  display: block;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}
.working-hour .time-schedule li i {
  margin-right: 10px;
}
.working-hour .time-schedule li span {
  display: inline-block;
  float: right;
}
.working-hour .day-head .time {
  font-weight: 400;
  float: right;
}
.appoinment-main .wpb_single_image {
  margin: 0;
}
/*==========================
	End Appointment CSS
============================*/

/*=====================
   Start Faq CSS
=======================*/
.faq-head {
  margin-bottom: 30px;
}
.faq-head h2 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 25px;
}
.faq-wrap {
  margin-bottom: 50px;
}
.faq-wrap:last-child {
  margin-bottom: 30px;
}
.accordion {
  padding-left: 0;
  margin: 0;
  padding: 0;
}
.accordion p {
  font-size: 15px;
  display: none;
  padding: 20px 45px 15px 20px;
  margin-bottom: 0;
}
.accordion a {
  font-size: 16px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 400;
  padding: 15px 50px 15px 18px;
  border-radius: 0;
  background: #fff;
  color: #333;
  border: 1px solid #eee;
}
.accordion a:hover {
  color: #fff !important;
  background: #2595ad;
}
.accordion a:after {
  position: absolute;
  right: 20px;
  content: "+";
  top: 16px;
  color: #232323;
  font-size: 25px;
  font-weight: 700;
}
.accordion a:hover:after {
  color: #fff !important;
}
.accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
}
.accordion li:first-child {
  border-top: 0;
}
.accordion li:last-child {
  margin-bottom: 0;
}
.accordion li a.active {
  color: #ffffff;
  background-color: #2595ad;
  border: 1px solid #2595ad;
}
.accordion li a.active:after {
  content: "-";
  font-size: 25px;
  color: #ffffff;
}
/*=====================
   End Faq CSS
=======================*/

/*====================================
	Departments
======================================*/
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
  border-bottom: 1px solid #ddd;
  position: relative;
  background: #fff;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  padding: 0;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li {
  margin-right: 20px;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li:last-child {
  margin: 0;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li a {
  padding: 20px 30px;
  display: block;
  color: #353535;
  position: relative;
  background: transparent;
  border: none;
  text-align: center;
  border-bottom: 2px solid transparent;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_active a {
  border-bottom-color: #2595ad !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li a .vc_tta-title-text {
  display: block;
  padding-top: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #868686;
}
.wpb-js-composer div.vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child),
.wpb-js-composer .vc_tta.vc_general .vc_tta-title-text:not(:empty) ~ * {
  margin-left: 0;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li a i {
  color: #868686;
  margin-right: 5px;
  transition: all 0.3s ease;
  display: block;
  font-size: 40px;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li:hover a,
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_active a {
  background: transparent;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li:hover a i,
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_active a i {
  color: #2595ad;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  border: none;
  background: transparent;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body h3 {
  display: ;
  color: #2c2d3f;
  font-weight: 600;
  font-size: 26px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background: #2c2d3f;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body .p1 {
  color: #2595ad;
  font-weight: 500;
  margin-bottom: 18px;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body ul li {
  padding-left: 25px;
  position: relative;
  line-height: 1.5em;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body ul li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  width: 16px;
  height: 16px;
  background: #2595ad;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 6px;
  margin-top: ;
  text-align: center;
  padding: 0;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body ul li:last-child {
  margin: 0;
}
/*====================================
	End Departments
======================================*/

/*====================================
	Mail Chimp Fix
======================================*/
.mc4wp-form-fields {
  display: inline-block;
}
.mail-chimp-fix div.mc4wp-form-fields input {
  background: #fff !important;
  height: 60px !important;
  border: none;
  color: #333;
  box-shadow: none;
  text-shadow: none;
  border-radius: 5px;
  padding: 0px 25px;
  font-weight: 500;
  font-size: 15px !important;
  background: #fff;
  font-weight: 400;
  width: 300px !important;
}
.mail-chimp-fix .mc4wp-form-fields {
  position: relative;
  width: 425px;
}
.mail-chimp-fix div.mc4wp-form-fields input[type="submit"] {
  transition: all 0.4s ease;
  display: inline-block;
  line-height: 60px;
  border-radius: 5px;
  margin-left: 10px;
  font-weight: 500;
  box-shadow: 0px 5px 15px rgba(188, 199, 255, 0.75);
  background: #2595ad !important;
  color: #fff;
  padding: 0 30px;
  right: 0;
  top: 0;
  width: auto !important;
  position: absolute;
  right: 0;
}
.mail-chimp-fix .mc4wp-form-fields label {
  font-size: 0px;
  margin: 0;
}
.mail-chimp-fix div.mc4wp-form-fields input[type="submit"]:hover {
  background: #2c2d3f !important;
}
/*====================================
	End Mail Chimp Fix
======================================*/

/*=========================
   Start Contact Us CSS
===========================*/
.contact-us-inner {
  box-shadow: 0px 0px 10px #00000024;
  border-radius: 5px;
  overflow: hidden;
}
.contact-us .contact-us-left {
  width: 100%;
  height: 100%;
}
.contact-us-form {
  padding: 50px 0px 0px 0;
}
.contact-us-form h2 {
  position: relative;
  font-size: 25px;
  color: #333;
  font-weight: 600;
  line-height: 27px;
  text-transform: capitalize;
  margin-bottom: 12px;
  padding-bottom: 20px;
  text-align: left;
}
.contact-us-form h2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #2595ad;
}
.contact-us-form p {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  text-align: left;
  margin-bottom: 50px;
}
.contact-us-form .form-group {
  margin-bottom: 22px;
}
.contact-us-form .form-group input {
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
  text-transform: capitalize;
  padding: 0px 18px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
}
.contact-us-form .form-group textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #eee;
  text-transform: capitalize;
  padding: 18px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
}
.contact-us-form .form-group.login-btn {
  margin: 0;
}
.contact-us-form button {
  border: none;
}
.contact-us-form .btn {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  line-height: 20px;
  width: 100%;
}
.contact-us-form .btn:hover {
  background: #2595ad;
  color: #fff;
}
.contact-us-form .checkbox {
  text-align: left;
  margin: 0;
  margin-top: 20px;
  display: inline-block;
}
.contact-us-form .checkbox label {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  position: relative;
  padding-left: 20px;
}
.contact-us-form .checkbox label:hover {
  cursor: pointer;
}
.contact-us-form .checkbox label input {
  display: none;
}
.contact-us-form .checkbox label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #2595ad;
  border-radius: 100%;
}
.contact-us-form .checkbox label::after {
  position: relative;
  content: "";
  width: 7px;
  height: 7px;
  left: -16px;
  top: -15px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  font-size: 9px;
  background: #2595ad;
  border-radius: 100%;
}
.contact-us-form .checkbox label.checked::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
/* Contact Form */
.contact-info {
  background: #2595ad;
  padding: 10px 10px;
  height: 150px;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;

display: flex;

align-items: center;

justify-content: center;
}
/* .contact-info:before {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 90%;
  background: #2595ad;
  opacity: 0;
  filter: blur(10px);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
} */
.contact-info:hover:before {
  opacity: 0.8;
}
.contact-info:hover {
  transform: translateY(-5px);
}
.contact-info i {
  font-size: 42px;
  color: #fff;
  position: absolute;
  left: 40px;
}
.contact-info .content {
  margin-left: 10px;
}
.contact-info .content h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.contact-info .content p {
  color: #fff;
  margin-top: 0px;
}
/* Google Map */
.contact-us #myMap {
  height: 100%;
  width: 100%;
}
/*=========================
   End Contact Us CSS
===========================*/

/*===============================
	Start Doctor Calendar CSS
=================================*/
.doctor-calendar-area {
  position: relative;
  z-index: 1;
}
.doctor-calendar-table {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}
.doctor-calendar-table table {
  margin-bottom: 0;
}
.doctor-calendar-table table thead tr th {
  vertical-align: middle;
  text-align: center;
  background-color: #2595ad;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  padding-top: 17px;
  padding-bottom: 15px;
}
.doctor-calendar-table table tbody tr td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #eeeeee;
  border-top: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}
.doctor-calendar-table table tbody tr td:first-child {
  border-left: none;
}
.doctor-calendar-table table tbody tr td:last-child {
  border-right: none;
}
.doctor-calendar-table table tbody tr td h3 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 600;
}
.doctor-calendar-table table tbody tr td span {
  display: block;
  color: #7d7d7d;
  font-size: 14.5px;
  margin-top: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.doctor-calendar-table table tbody tr td span.time {
  display: inline-block;
  background-color: #dff5e8;
  color: #2595ad;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 65px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 16px;
}
.doctor-calendar-table table tbody tr td:hover {
  background-color: #2595ad;
  border-color: #2595ad;
}
.doctor-calendar-table table tbody tr td:hover h3 {
  color: #ffffff;
}
.doctor-calendar-table table tbody tr td:hover span {
  color: #ffffff;
}
.doctor-calendar-table table tbody tr td:hover span.time {
  background-color: #ffffff;
  color: #2595ad;
}
.doctor-calendar-table table tbody tr:last-child td {
  border-bottom: none;
}
/*===============================
	End Doctor Calendar CSS
=================================*/

/*=========================
	Start About Us CSS
===========================*/
.about-area {
  position: relative;
  z-index: 1;
}
.about-image {
  width: 100%;
  height: 100%;
  background-image: url(http://demo.wpthemesgrid.com/wp/mediplus/wp-content/plugins/mediplus-toolkit/assets/css/img/about-img.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-image img {
  display: none;
}
.about-content {
  max-width: 555px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
}
.about-content span {
  display: block;
  margin-bottom: 5px;
  color: #2595ad;
  font-size: 17px;
}
.about-content h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 600;
}
.about-content p {
  margin-top: 10px;
  margin-bottom: 0;
}
.about-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}
.about-content ul li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
}
.about-content ul li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  background-color: #2595ad2b;
  color: #2595ad;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}
.about-content ul li:hover i {
  background-color: #2595ad;
  color: #ffffff;
}
.about-content ul li:last-child {
  margin-bottom: 0;
}
.about-content .btn {
  margin-top: 30px;
}
/* Start Our Vision Area CSS */
.our-vision-area {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}
.single-vision-box {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  padding: 25px 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.single-vision-box .icon {
  margin-bottom: 20px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  background-color: #2595ad;
  color: #ffffff;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-vision-box h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
.single-vision-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
  margin-bottom: 0;
  height: 140px;
}
.single-vision-box::before {
  width: 0;
  height: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2595ad;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-vision-box::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border: 10px solid #ffffff;
  left: -80px;
  bottom: -80px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.15;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-vision-box:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.single-vision-box:hover::before {
  width: 100%;
}
.single-vision-box:hover .icon {
  background-color: #fff;
  color: #2595ad;
}
.single-vision-box:hover h3 {
  color: #ffffff;
}
.single-vision-box:hover p {
  color: #ffffff;
}
.single-vision-box:hover::after {
  left: -50px;
  bottom: -50px;
}
/* End Our Vision CSS */

/* Our Mission Area CSS */
.our-mission-area {
  position: relative;
  z-index: 1;
}
.our-mission-image {
  width: 100%;
  height: 100%;
  background-image: url(http://demo.wpthemesgrid.com/wp/mediplus/wp-content/plugins/mediplus-toolkit/assets/css/img/mission-img.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.our-mission-image img {
  display: none;
}
.our-mission-content {
  max-width: 555px;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 50px;
}
.our-mission-content .sub-title {
  display: block;
  margin-bottom: 5px;
  color: #2595ad;
  font-size: 17px;
}
.our-mission-content h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 600;
}
.our-mission-content p {
  margin-top: 10px;
  margin-bottom: 0;
}
.our-mission-content ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
  margin-top: 0;
}
.our-mission-content ul li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  color: #7d7d7d;
  font-size: 14.5px;
  line-height: 1.7;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
}
.our-mission-content ul li .icon {
  margin-bottom: 13px;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #2595ad;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.our-mission-content ul li span {
  display: block;
  color: #121521;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 17px;
}
.our-mission-content ul li:hover .icon {
  background-color: #2595ad;
  color: #ffffff;
  border-radius: 100%;
}
/*=========================
	End About Us CSS
===========================*/
