/*-------------------------------------
  Template Name: Medipath 
  Template URI: http://ryetheme.com/
  Description: Health and Medical Care HTML Template.
  Medipath is a fully responsive Bootstrap HTML5 template designed for Medical, Clinic,Doctor, Health, Healthcare, Hospital And Medical care website. 
  Author: WebTend
  Author URI: //webtend.net/
  Version: 1.0
---------------------------------------
  CSS INDEX
=======================================
1.Theme Default CSS (body, link color, overlay etc).
2.Preloader css
3.Header top area css
4.Header area css
5.Banner section css
6.Slider section css
7.service-top section css
8.About section css
9.countdown-area section css
10.service section css
11.Department section css
12.Team section css
13.Testimonials section css
14.blog section css 
15.Footer Widget css
16.Footer area css
17.Scroll top css
18.medipath banner section css
19.service-details.html css
20.gallery.html css
21.404.html css
22.single-blog.html css
23.contact.html css
24.Doctor-details.html css
25.Faq.html css
26.Testimonial.html css
27.Service.html css
28.Index.html css
---------------------------------------*/

/*---------------------------------
  1.Start Theme Default css
-----------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Raleway:400,500,600,700');
*{
    margin:0;
    padding: 0;
}
a{
    text-decoration:none;
}
a:hover,
a:focus{
    text-decoration: none;
}
ul{
    margin-bottom: 0;
    padding-left: 0;
}
li{
    list-style: none;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Raleway', sans-serif;
    margin-top: 7px;
    margin-bottom: 7px;
    text-transform: capitalize;
}
p{
    font-size: 15px;
    margin: 0;
    text-align: justify;
}
button{
    cursor: pointer;
}
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #696b71;
    font-size: 14px;
    line-height: 1.8;
}
section{
    overflow: hidden;
}
.form-group{
    position: relative;
}
.form-control:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.overlay{
    width:100%;
    height:100%;
    background: #448AFF;
    opacity: 0.9;
    overflow: hidden;
}
.medipath-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #6d4f21;
    opacity: 0.8;
}
.section-padding{
    padding: 20px 0px;
}

.medipath-title{
    margin-bottom: 60px;
}
.medipath-title h2{
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}
.medipath-title p{
  padding: 0 10%;
}
.medipath-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 150px;
    text-align: center;
    border: 2px solid #448aff;
    display: block;
    color: #1ed1c7;
    height: 35px;
    line-height: 33px;
    position: relative;
    overflow: hidden;
    background: transparent;
    transition: .3s;
}
.medipath-btn:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #1ED1C7;
    opacity: .8;
    top: -100%;
    left: 0;
    z-index: -1;
    transition: .3s;
}
.medipath-btn:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #448AFF;
    top: -100%;
    left: 0;
    z-index: -1;
    transition: .3s;
    transition-delay: .2s;
}
.medipath-btn:hover{
    color: #fff;
}
.medipath-btn:hover:before{
    top: 0;
    border: #448AFF;
}
.medipath-btn:hover:after{
    top: 0;
    border: #448AFF;
}
.no-padding{
    padding-right: 0px;
    padding-left: 0px;
}
/*---------------------------------
  End Theme Default css
-----------------------------------*/

/*---------------------------------
  2.Start Preloader Area css
-----------------------------------*/
.preloader-area {
    position: fixed;
    background: #fff;
    z-index: 11000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.spinner {
    margin: auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -20px;
    top: 50%;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  to {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  to {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
}
.hearbeat i{
    font-size: 52px;
    color: #1ED1C7;
}
/*---------------------------------
  End Preloader Area css
-----------------------------------*/

/*---------------------------------
  3.Start header-top section css
-----------------------------------*/
.header-top{
    padding: 10px;
    background: #1ED1C7;
}
.header-left span{
    margin-right: 10px;
    color: #fff;
}
.header-left span i{
    margin-right: 10px;
}
.header-right{
    float: right;
}
.header-right ul li{
    display: inline-block;
}
.header-right ul li i{
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
}
.header-right ul li .a-link{
    padding: 13px 20px;
    background: #fff;
    color: #1ED1C7;
    text-transform: uppercase;
    font-size: 16px;
}
/*---------------------------------
  End header-top section css
-----------------------------------*/

/*---------------------------------
  4.Start header-area css
-----------------------------------*/
header{
    width: 100%;
    z-index: 337;
    background: #fff;
}
header.sticky {
    position: fixed;
    top: 0;
}
.sticky .main-menu-area{
    padding: 5px;
    transition: .5s;
    box-shadow: 0 0 7px #ccc;
}
.sticky .main-menu ul li .sub-menu{
    margin-top: 17px;
}
/* main-menu */
.main-menu-area{
  padding: 10px;
}
.logo img{

  color: #1ED1C7;
}
.main-menu {
    float: right;
}
.main-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.main-menu li {
    float: none;
    position: relative;
    display: inline-block;
}
.main-menu li a{
    font-family: 'Raleway', sans-serif;
    color: #1ed1c7;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    padding: 20px 15px;
    text-transform: uppercase;
}
.main-menu ul li ul.sub-menu li:last-child {
    border-bottom: none;
}
.main-menu ul li ul.sub-menu {
    background: #fff none repeat scroll 0 0;
    border-width: 0 1px 1px;
    margin-top: 26px;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100px;
    visibility: hidden;
    width: 195px;
    z-index: 9999;
    border-top: 4px solid #cb3928;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform-origin: top;
    transform-origin: top;
}
.main-menu li:hover > .sub-menu {
    opacity: 1;
    top: 75%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.main-menu ul li ul.sub-menu li {
    float: none;
    display: block;
    border-bottom: 1px solid #cb3928 ;
    padding-bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.main-menu ul li ul.sub-menu li a{
    color: #1ED1C7;
}
.main-menu ul li ul.sub-menu li:last-child {
    border-bottom: none;
}
.main-menu ul li ul.sub-menu li:hover {
    background: #1ed1c7;
}
.main-menu ul li ul.sub-menu li a:hover{
    color: #fff;
}
.main-menu ul ul li > a {
    font-weight: 600;
    padding: 5px 20px;
    text-transform: capitalize;
}
/*---------------------------------
  End header-area css
-----------------------------------*/

/*---------------------------------
    5.Start banner-area  css
-----------------------------------*/
.banner-area{
    background:url("../img/slider-1.jpg")no-repeat center;
    background-size: cover;
    position: relative;
}
.hero-area{
    padding-top:170px;
    padding-bottom: 150px;
    color:#fff;
    position: relative;
}
.hero-text span{
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.hero-text h1 {
    text-transform: uppercase;
    font-size: 44px;
    margin-bottom: 20px;
    font-weight: 700;
}
.hero-text p{
    padding:0 27%;
    margin-bottom: 40px;
}
.hero-button .hero-btn{
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 15px 20px;
    background: #448AFF;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    transition: .5s;
}
.hero-button .hero-btn:hover{
    background: #1ED1C7;
}
/*---------------------------------
  End Banner-area  css
-----------------------------------*/

/*---------------------------------
  6.Start slider-area  css
-----------------------------------*/
.slider-area{
    overflow: hidden;
}
.single-slider-1{
    background:url("../img/slider-1.jpg")no-repeat center;
    background-size: cover;
    position: relative;
    text-align: center;
    color: #fff;
}
.single-slider-2{
    background:url("../img/slider-2.jpg")no-repeat center;
    background-size: cover;
    position: relative;
    text-align: center;
    color: #fff;
}
.single-slider-3{
    background:url("../img/slider-1.jpg")no-repeat center;
    background-size: cover;
    position: relative;
    text-align: center;
    color: #fff;
}
.slider-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
}
.responsive .slick-prev {
    left: 40px;
    z-index: 1;
}
.responsive .slick-prev::before {
    display: block;
    font-family: 'Font Awesome 5 Free';
    content: '\f104';
    color: #673BB7 !important;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
    background: #fff;
    width: 45px;
    height: 45px;
    line-height:45px;
}
.responsive .slick-next {
    right: 40px;
}
.responsive .slick-next::before {
    display: block;
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    color: #673BB7 !important;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
    background: #fff;
    width: 45px;
    height: 45px;
    line-height:45px;
}
.responsive .slick-prev,
.responsive .slick-next {
    width: 45px;
    height: 45px;
}
.responsive .slick-dots{
    bottom: 40px;
}
.responsive .slick-dots li button::before {
    width: 15px;
    height: 15px;
    content: '';
    background: #fff;
    border-radius: 10px;
    margin-top: 0px;
}

/*---------------------------------
  End slider-area  css
-----------------------------------*/

/*---------------------------------
    7.Start Service-top section css
-----------------------------------*/
.t-service-1 {
    background: #673BB7;
    padding: 30px;
}
.t-service-2 {
    background: #1ED1C7;
    padding: 30px;
}
.t-service-3 {
    background: #448AFF;
    padding: 30px;
}
.t-service-icon{
    margin-top: 15px;
    position: relative;
    margin-bottom: 15px;
}
.t-service-icon i{
    color: #fff;
    font-size: 28px;
}
.t-service-details{
    position: relative;
}
.t-service-details h4{
    margin-bottom: 15px;
    color: #fff;
}
.t-service-details p{
    color: #fff;
    margin-bottom: 15px;
}
.t-service-details a{
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 600;
    background: #222;
    transition: .5s;
}
.t-service-details a:hover{
    background: #1ED1C7;
    color: #222;
}
/*---------------------------------
    End Service-top section css
-----------------------------------*/

/*------------------------------
   8.Start about section css
------------------------------*/
.medipath-details .medipath-Welcome h2{
    font-weight: 600;
   /* margin-bottom: 15px;*/
}
.medipath-details .medipath-Welcome h5{
    margin-bottom: 10px;
    color: #448AFF;
}
.about-qoute{
    margin-top: 20px;
}
.about-qoute p{
    font-style: italic;
    
}
.about-qoute span{
    color: #673BB7;
    font-style: normal;
    font-weight: 500;
}
/*------------------------------
  End about section css
------------------------------*/

/*------------------------------
  9.Start counter section css
------------------------------*/
.countdown-area{
    background: url("../img/counter-bg.jpg")no-repeat center fixed;
    background-size: cover;
    position: relative;
}
.countdown {
    margin-bottom: 60px;
    text-align: center;
    margin-top: 60px;
}
.counticon h1{
    color: #fff;
    margin: 20px 0;
}
.counticon h5{
    color: #fff;
}
.counticon i{
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
}
/*------------------------------
  End counter section css
-------------------------------*/

/*------------------------------
  10.Start service section css
-------------------------------*/
.service-area1{
    text-align: center;
    padding: 30px;
    transition: .5s;
    border: 1px solid #448AFF;
    margin-bottom: 10px;
    
}
.service-area{
    text-align: center;
    padding: 30px;
    transition: .5s;
    border: 1px solid #448AFF;
    margin-bottom: 10px;
    
}
.service-area:hover {
   
    color: #fff;
}
.service-area:hover h4{
    color: #fff!important;
}
.service-area:hover .single-service-icon i{
    background-color: #fff;
    color: #1ED1C7;
}
.service-area h5{
    text-transform: uppercase;
    color: #1ED1C7;
    font-weight: 600;
}
.service-area p{
    margin-bottom: 0px;
}
.single-service-icon{
    margin-bottom: 20px;
}
.single-service-icon i{
    padding-top: 20px;
    font-size: 32px;
    width: 70px;
    height:70px;
    color: #fff;
    background: #673BB7;
    border-radius: 50%;
    text-align: center;
    padding-left: 3px;
    transition: .5s;
}
.single-service-icon i:hover{
    color: #448AFF;
    transition: .3s;
}
/*------------------------------
    End service section css
-------------------------------*/

/*--------------------------------
    11.Start Department section css
----------------------------------*/
.department{
    /*background: url(../img/department-bg.jpg)no-repeat center fixed;*/
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.m-title h2, .m-title p{
    color: #fff;
}
.d-tab{
    margin-bottom: 30px;
    position: relative;
}
.d-tab .nav-tabs {
    border-bottom: none;
}
.d-tab .nav-tabs .nav-item {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}
.d-tab .nav-tabs .nav-item .nav-link{
    font-family: 'Raleway', sans-serif;
    margin-right: 5px;
    border-radius: 0;
    border: none;
    background-color:  #113549;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.d-tab .nav-tabs .nav-item.show .nav-link, 
.d-tab .nav-tabs .nav-link.active,
.d-tab .nav-tabs .nav-link.active:focus,
.d-tab .nav-tabs .nav-item.show .nav-link:hover {
    margin-right: 5px;
    color: #111;
    cursor: default;
    background-color: #1ED1C7;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.tab-bg{
    background: #fff;
    position: relative;
}
.tab-details {
    padding: 15px 10px;
    text-align: left;
}
.tab-details h4{
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.tab-details p{
    margin-bottom: 15px;
}
.tab-details .medipath-btn{
    margin-top: 20px;
}
.tab-details .medipath-btn:hover{
    z-index: 337;
}
/*--------------------------------
    End Department section css
----------------------------------*/

/*------------------------------
  12.Start Team section css
-------------------------------*/
.team-area{
    margin-bottom: 60px;
}
.team-social li {
    display: inline-block;
}
.team-social a {
    background: #673BB7;
}
.team-social a {
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    margin-right: 5px;
    transition: .5s;
}
.team-social a:hover {
    background: #fff;
    color: #222;
}
.team-social > ul {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 26%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 45%;
    visibility: hidden;
    z-index: -1;
}
.team-member:hover .team-social > ul {
    visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
}
.team-member img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 100%;
}
.team-member:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.team-member {
    position: relative;
    overflow: hidden
}
.team-social {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(23, 23, 23, 0.8) none repeat scroll 0 0;
    min-height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: perspective(700px) rotateX(90deg);
    transform: perspective(700px) rotateX(90deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 100%;
}
.team-member:hover .team-social {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: #448AFF;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: perspective(700px) rotateX(0deg);
    transform: perspective(700px) rotateX(0deg);
    visibility: visible;
}
.team-caption {
    border: 1px solid #448AFF;
    padding: 15px;
    border-top: 0;
}    
/*-------------------------------
  End Team section css
-------------------------------*/

/*-------------------------------
  13.Start testimonial section css
-------------------------------*/
.testimonials {
    position: relative;
}
.test-b{
    margin-bottom: 40px;
}
.testimonial-area{
    background: #fff;
    padding: 40px;
    overflow: hidden;
    margin: 15px;
}
.testimonial-text{
    margin-bottom: 30px;
}
.testimonial-details {
    position: relative;
    border-top: 1px solid #ccc;
}
.testimonial-img{
    position: relative;
    margin-top: 20px;
}
.testimonial-img img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: relative;
}
.testimonial-info {
    position: absolute;
    left: 30%;
    bottom: 10px;
}
.testimonial-info h4{
    position: relative;
    font-size: 17px;
    color: #232323;
    font-weight: 700;
    margin-bottom: 9px;
    margin-top: 22px;
}
.testimonial-slider .slick-dots li button::before {
    width: 25px;
    height: 6px;
    content: '';
    background: #fff;
    border-radius: 10px;
    border:1px solid #fff;
    margin-top: 10px;
}
.testimonial-slider .slick-dots {
    bottom: -40px;
}
/*-------------------------------
  End testimonial section css
--------------------------------*/

/*-------------------------------
  14.Start blog section css
--------------------------------*/
.blog-area{
    margin-bottom: 80px;
}
.blog-area:hover .blog-item img{
    transform: scale(1.1) rotate(-3deg);
}
.blog-item{
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
}
.blog-item img{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.blog-details {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
}
.blog-details h3{
    color: #448AFF;
    font-size: 36px;
}
.blog-details h5 a{
    color: #448AFF;
}
.blog-details h5 a:hover{
    color: #448AFF;
}
.blog-details p{
    margin-bottom: 20px;
}
/*--------------------------------
  End blog section css
--------------------------------*/

/*--------------------------------
  15.start widget section css
--------------------------------*/
.widget-area{
    background: #1ed1c7;
}
.f-widget-title h4{
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.about-us p{
    margin-top: 15px;
    color: #fff;
}
.about-social h5{
    text-transform: uppercase;
    color: #cb3927;
    margin-top: 20px;
    margin-bottom: 15px;
}
.about-social ul li{
    display: inline-block;
    margin-right: 10px;
}
.about-social ul li a{
    display: block;
    color: #fff;
    height: 40px;
    width: 40px;
    background: #448AFF;
    text-align: center;
    line-height: 40px;
    transition: .5s;
}
.about-social ul li a:hover{
    background: #1ED1C7;
}
.categories li {
    list-style: none;
    margin-bottom: 11px;
}
.categories li i{
    margin-right: 10px;
}
.categories li a{
    color: #fff;
}
.categories1 li {
    list-style: none;
    margin-bottom: 11px;
}
.categories1 li i{
    margin-right: 10px;
}
.categories1 li a{
    color: #696b71;
}
.news-letter p{
    color: #fff;
    margin-bottom: 30px;
}
.subcribe .form-control{
    position: relative;
}
.subcribe .medipath-btn {
    position: absolute;
    width: 60px;
    border-radius: 0;
    background: #448AFF;
    color: #fff;
    height: 48px;
    bottom: 1px;
    right: 1px;
}
.subcribe .medipath-btn:hover{
    z-index: 337;
}
/*--------------------------------
  End widget section css
--------------------------------*/

/*--------------------------------
  16.start footer section css
--------------------------------*/
.footer-area{
    background: #28292b;
}
.footer-text{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}
/*--------------------------------
  End footer section css
--------------------------------*/

/*--------------------------------
    17.Scroll top css
--------------------------------*/
#scroll-up {
    position: fixed;
    z-index: 337;
    bottom: 10px;
    right: 10px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    display: none;
    background: #0d75ba;
}
#scroll-up:hover{
    background: #444;
}
/*--------------------------------
    Scroll top css
--------------------------------*/

/*--------------------------------
  18.Start medipath-banner section css
--------------------------------*/
.medipath-banner{
    position: relative;
}
.medipath-banner-header{
    margin-bottom: 50px;
    margin-top: 50px;
    color: #fff;
    text-align: center;
}
.medipath-banner-header .breadcrumb{
    background: transparent;
    padding: 0px;
}
.medipath-banner-header .breadcrumb li a{
    color: #fff;
    text-transform: uppercase;
}
.medipath-banner-header .breadcrumb > .active {
    color: #fff;
    text-transform: capitalize;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: "/";
}
/*--------------------------------
  End medipath-banner section css
--------------------------------*/

/*--------------------------------
  19.Start service-details.html css
--------------------------------*/
.service-nav{
    margin-bottom: 40px;
}
.service-nav h2{
    font-weight: bold;
}
.service-nav ul{
    padding-left: 0;
    margin-top: 20px;
}
.service-nav ul li {
   line-height: 40px;
   background: #448AFF;
   border-bottom: 1px solid #fff;
}
.service-nav ul li a{
    display: block;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    transition: all .5s ease-in;
}
.service-nav ul li a:hover{
    color: #fff;
    padding-left: 20px;
    transition: all .5s ease-out;
}
.service-nav ul li a i {
    margin-right: 18px;
    font-size: 22px;
}
.service-details-area h2{
    font-weight: bold;
}
.service-details-area img{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.open-hour{
    background: #448AFF;
    padding: 15px;
}
.open-hour h4{
    color: #fff;
}
.open-hour ul{
    padding-left: 0;
}
.open-hour ul li{
    line-height: 30px;
    position: relative;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
    margin-bottom: 14px;
}
.open-hour ul li a{
    position: relative;
    font-size: 14px;
    color: #fff;
}
.open-hour ul li a span {
    position: relative;
    float: right;
}
/*--------------------------------
  End service-details.html css
--------------------------------*/

/*--------------------------------
  20.Start gallery.html css
--------------------------------*/
.portfolio-button{
    margin-bottom: 40px;
}
.portfolio-button .medipath-btn{
    display: inline-block;
    margin-right: 10px;
}
.padding{
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.portfolio-single-item {
    position: relative;
    overflow: hidden;
}
.portfolio-single-item img {
    width: 100%;
    height: 100%;
    transition: .5s;
}
.portfolio-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #673BB7;
    opacity: 0;
}
.portfolio-single-item:hover .portfolio-overlay{
    opacity: .9;
    transition: .5s;
}
.portfolio-overlay .zoom{
    position: absolute;
    top: 43%;
    left: -50%;
    text-align: center;
    transition: .5s
}
.portfolio-overlay:hover .zoom{
    left: 37%;
}
.portfolio-overlay .zoom a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #673BB7;
    font-size: 22px
}
.portfolio-overlay .link{
    position: absolute;
    top: 43%;
    right: -50%;
    text-align: center;
    transition: .5s
}
.portfolio-overlay:hover .link{
    right: 37%;
}
.portfolio-overlay .link a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #673BB7;
    font-size: 22px
}
/*--------------------------------
  End gallery.html css
--------------------------------*/

/*------------------------------
    21.Start 404.html css
--------------------------------*/
.error-area{
    background: url(../img/erro-bg.jpg)no-repeat center fixed;
    background-size: cover;
    position: relative;
}
.error-text{
    padding-top: 150px;
    padding-bottom: 150px;
    color: #fff;
}
.error-text h1{
    font-size: 88px;
}
.error-text p{
    margin-bottom: 40px;
}
.error-text .yourhome-btn{
    text-transform: capitalize;
}
.error-text .hero-btn{
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 15px 20px;
    background: #448AFF;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    transition: .5s;
}
.error-text .hero-btn:hover{
    background: #1ED1C7;
}
/*------------------------------
    Start 404.html css
--------------------------------*/

/*--------------------------------
  22.Start single-blog.html css
--------------------------------*/
.single-btext{
    margin-top: 25px;
    margin-bottom: 25px;
}
.single-post-share{
    margin-bottom: 40px;
}
.single-post-share h4{
    margin-bottom: 15px;
}
.single-post-share li{
    display: inline-block;
    margin-right: 10px;
}
.single-post-share li i {
    color: #fff;
    width: 30px;
    height: 30px;
    background: #0D75BA;
    border-radius: 30px;
    padding: 7px;
    text-align: center;
    font-size: 16px;
}
.single-post-share li i:hover{
    background: #222;
    color: #fff;
    transition: .5s;
}
.single-comment {
    border-bottom: 2px solid #0D75BA;
    overflow: hidden;
    padding: 20px 0px;
}
.single-comment:nth-child(2n+1){
    padding-left: 100px;
}
.single-comment:last-child{
    border:none;
}
.comment-area h2{
    margin-bottom: 30px;
}
.comment-img {
    float: left;
}
.comment-img img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.comment-details{
    margin-left: 130px;
}
.comment-details li{
    display: inline-block;
    margin-right: 10px;
}
.comment-details p{
    color: #8f8f8f;
}
.comment-details li i{
    margin-right: 10px;
}
.reply-button{
    float: right;
}
.reply-button i{
    color: #448AFF;
    font-weight: 600;
}
.comment-form h4{
    margin-bottom: 30px;
}
.search-box{
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}
.search-box .medipath-btn {
    position: absolute;
    width: 60px;
    border-radius: 0;
    background: #448AFF;
    color: #fff;
    height: 48px;
    bottom: 1px;
    right: 0px;
}
.search-box .medipath-btn:hover{
    z-index: 337;
}
.sidebar-title {
    border-bottom: 1px solid #448AFF;
}
.sidebar-title h4 {
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 600;
}
.recent-post{
    overflow: hidden;
}
.blog-post img{
    width: 100%;
}
.main-recent-post {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.recent-post-img{
    float: left;
}
.recent-post-img img{
    width: 100px;
}
.recent-post-details{
    float: left;
    margin-left: 22px;
    margin-top: 0px;
}
.recent-post-details a h5{
    color: #448AFF;
}
.recent-post-details a h6{
    color: #919191;
}
.categories{
    overflow: hidden;
}
.categories-list{
    margin-top: 20px;
    margin-bottom: 20px;
}
ul.categorie-icon {
    color: #666;
    font-size: 16px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.categorie-icon li {
    position: relative;
    color: #448AFF;
    margin-bottom: 10px;
}
.categorie-icon li a{
    color: #448AFF;
}
.categorie-icon li a i{
    margin-right: 10px;
    color: #448AFF;
    margin-bottom: 10px;
}
.meta-list{
    margin-top: 20px;
}
.meta-tag h2{
    margin-bottom: 20px;
}
.meta-tag a {
    padding: 5px 15px;
    margin-right: 15px;
    color: #448AFF;
    border: 1px solid #448AFF;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 500;
    transition: .5s;
}
.meta-tag a:hover{
    background: #448AFF;
    color: #fff;
}
/*------------------------------
  End single-blog.html css
--------------------------------*/

/*--------------------------------
  23.Start contact.html css
--------------------------------*/
.contact-us {
    border: 2px solid #448AFF;
    padding: 20px; 
}
.contact-us-header{
    margin-bottom: 20px;
}
.contact-us h2{
    margin-bottom: 20px;
}
.contact-us li{
    list-style: none;
    border-bottom: 2px solid #448AFF;
    margin-bottom: 20px;
}
.contact-us li:last-child{
    list-style: none;
    border-bottom: 0px;
    margin-bottom: 20px;
}
.contact-us li i{
    margin-right: 20px;
    margin-bottom: 20px;
    color: #448AFF;
    font-size: 18px;
}
.contact-header{
    margin-bottom: 20px;
}
.form-control {
    height: 50px;
    color: #aba8a8;
    background-image: none;
    border-radius: 0px;
    border: 1px solid #448AFF;
}
.confirm .btn-danger {
    background: #448AFF;
    color: #fff;
    border: none;
    font-size: 18px;
    width: 100%;
    height: 50px;
    border-radius: 0px;
}
.confirm .btn-danger:focus {
    color: #fff;
    background: #448AFF;
}
#mycalendar2{
    z-index: 337;
    overflow: hidden;
    margin-top: -290px;
}
.monthly-header {
    text-align: center;
    background: #448AFF;
}
.monthly-day, .monthly-day-blank{
    text-align: center;
}
.monthly-day-pick.monthly-today .monthly-day-number {
    margin: 0px;
    border-radius: 0;
    height: 45px;
    width: 50px;
    background: #448AFF;
}
/*--------------------------------
  End contact.html css
--------------------------------*/

/*--------------------------------
    24.Start Doctor-details.html
--------------------------------*/
.doctor-img img{
    width: 100%;
}
.doctor-info-area{
    margin-top: 30px;
}
.doctor-name h4{
    font-weight: bold;
    color: #323232;
}
.doctor-list{
    margin-top: 20px;
    margin-bottom: 20px;
}
.doctor-list ul li{
    line-height: 40px;
    font-size: 18px;
}
.doctor-list ul li span{
    margin-left: 10px;
}
.doctor-social ul li{
    display: inline-block;
}
.doctor-social ul li a{
    font-size: 18px;
    color: #323232;
    margin-right: 10px;
}
.doctor-social ul li a:hover{
    color: #448AFF;
}
.doctor-intro {
    margin-bottom: 80px;
}
.doctor-intro h3{
    font-weight: 700;
    color: #323232;
}
.doctor-career h3{
    font-weight: 700;
    color: #323232;
}
.doctor-career p{
    padding-top: 20px;
}
.releted-doctor{
    margin-top: 50px;
}
.releted-title{
    margin-bottom: 40px;
}
.releted-title h3{
    font-weight: 700;
    color: #323232;
}
/*--------------------------------
    End Doctor-details.html
--------------------------------*/


/*--------------------------------
      25. Start Faq.html
--------------------------------*/
.f-bottom {
    margin-bottom: 15px;
    border-radius: 0;
}
.card-header:first-child {
    border-radius: 0;
}
.card{
    border-color: #e1e1e1;
}
.card-header {
    padding: 5px 10px;
    margin-bottom: 0;
    background-color: #e1e1e1;
    border-bottom: none;
}
.card-header h5 .btn{
    color: #323232;
    text-decoration: none;
    font-weight: 600;
    text-align: left;
}
.faq-area .card .card-header h5 a {
    display: block;
    padding: 5px;
}
.faq-area .card .card-header h5 a i.fas {
    float: right;
    font-size: 150%;
    line-height: 15px;
    display: none;
    color: #448AFF;
}
.faq-area .card .card-header h5 a[aria-expanded="true"] i.fas.fa-angle-up{
    display: block;
}
.faq-area .card .card-header h5 a[aria-expanded="false"] i.fas.fa-angle-down {
    display: block;
}
/*--------------------------------
       End Faq.html
--------------------------------*/

/*--------------------------------
     26.  Start Testimonial.html
--------------------------------*/
.testimonial-2{
    background: #f0f0f0;
    position: relative;
}
.testimonial-area-2{
    background: #fff;
    padding: 40px;
    overflow: hidden;
    margin: 15px;
}
.testimonial-text-2{
    margin-bottom: 30px;
}
.testimonial-details-2{
    position: relative;
    border-top: 1px solid #ccc;
}
.testimonial-details-2 .testimonial-img{
    position: relative;
    margin-top: 20px;
}
.testimonial-details-2  .testimonial-img img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: relative;
}
.testimonial-details-2 .testimonial-info {
    position: absolute;
    left: 45%;
    bottom: 10px;
}
.testimonial-details-2 .testimonial-info h4{
    position: relative;
    font-size: 17px;
    color: #232323;
    font-weight: 700;
    margin-bottom: 9px;
    margin-top: 22px;
}
.regular-2 .slick-dots li button::before {
    width: 25px;
    height: 10px;
    content: '';
    background: #673BB7;
    margin-top: 0px;
    border-radius: 0px;
}
/*--------------------------------
       End Testimonial.html
--------------------------------*/

/*--------------------------------
     27.  Start service-2.html
--------------------------------*/
.service-box{
    text-align: center;
    padding: 30px;
    background: #FAFAFA;
    margin-bottom: 40px;
    transition: all .5s;
}
.service-box:hover .service-icon i{
    background: #673BB7;
    color: #fff;
    transition: all .5s ease-in;
}
.service-icon i{
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 32px;
    color: #673BB7;
    background: #fff;
    border: 1px solid #673BB7;
    border-radius: 50%;
    transition: all .5s ease-out;
}
.service-info h5{
    text-transform: uppercase;
    color: #1ED1C7;
    font-weight: 600;
    margin: 15px 0;
}
/*--------------------------------
       End service-2.html
--------------------------------*/

/*--------------------------------
  28.Start Index.html css
--------------------------------*/
.index-banner{
    background: url(../img/index-banner.jpg) no-repeat center fixed;
    background-size: cover;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}
.medimath-header h2,
.medimath-header p{
    color: #fff;
}
.demo-text{
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.demo-text h4{
    font-weight: 600;
    color: #232232;
}
.select-demo{
    overflow: hidden;
    margin-bottom: 60px;
    box-shadow: 0 0 20px #e1e1e1;
    transition: all .5s;
}
.select-demo:hover{
    box-shadow: 0 0 60px #e1e1e1;
}
.demo-feature-box{
    text-align: center;
    padding: 25px;
    -webkit-box-shadow: 0 0 20px #e1e1e1;
    -moz-box-shadow: 0 0 20px #e1e1e1;
    box-shadow: 0 0 20px #e1e1e1;
    transition: all .5s ease-out;
}
.demo-feature-box:hover{
    -webkit-box-shadow: 0 0 40px #e1e1e1;
    -moz-box-shadow: 0 0 40px #e1e1e1;
    box-shadow: 0 0 40px #e1e1e1;
    transform: translateY(-10px);
    transition: all .5s ease-in;
}
.demo-icon i{
    font-size: 32px;
    color: #1ED1C7;
}
.demo-feature-text{
    margin-top: 20px;
}
.demo-feature-text h5{
    font-weight: 600;
    color: #232322;
}
.m-feature-title{
    margin-bottom: 50px;
}
.m-feature-title h3{
    font-weight: 700;
    text-transform: capitalize;
}
.m-feature-box{
    overflow: hidden;
    margin-bottom: 60px;
}
.m-feature-icon{
    overflow: hidden;
    float: left;
    clear: both;
}
.m-feature-icon i{
    font-size: 42px;
    margin-right: 30px;
    color: #1ED1C7;
}
.m-feature-info{
    overflow: hidden;
}
.m-feature-info h4{
    margin-top: 0;
}
/*--------------------------------
  End Index.html css
--------------------------------