/*-------------------------------------
  Template Name: Medipath .
  Template URI: http://webtend.net/
  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.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;
}
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;
}
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #696b71;
    font-size: 14px;
    line-height: 1.8;
}
section{
    overflow: hidden;
}
.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: #05707d69;
    opacity: 0.8;
}
.section-padding{
    padding: 45px 0px;
}
/*.medipath-title{
    margin-bottom: 60px;
}*/
.medipath-title h2{
    font-weight: 600;
    text-transform: uppercase;
    color: #05707d;
}
.medipath-title p{
    padding: 0 24%;
}
.medipath-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 250px;
    text-align: center;
    border: 2px solid #ec392e;
    display: block;
    color: #ec392e;
    height: 50px;
    line-height: 27px;
    position: relative;
    overflow: hidden;
    background: transparent;
    transition: .3s;
}
.medipath-btn:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ec392e;
    opacity: .8;
    top: -100%;
    left: 0;
    z-index: -1;
    transition: .3s;
}
.medipath-btn:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #05707d;
    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;
    margin-bottom: 238px;
}
/*---------------------------------
  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;
}
.cp-spinner{
    width:48px;
    height:48px;
    display:inline-block;
    box-sizing:border-box;
    position:relative;
}
.cp-bubble{
    border-radius:50%;
    width:24px;
    height:24px;
    display:inline-block;
    box-sizing:border-box;
    background:#448AFF;
    animation:cp-bubble-animate 1s linear infinite;
}
.cp-bubble:before{
    border-radius:50%;content:" ";
    width:24px;
    height:24px;
    display:inline-block;
    box-sizing:border-box;
    background-color:#448AFF;
    position:absolute;
    left:-30px;
    animation:cp-bubble-animate-before 1s ease-in-out infinite;
}
.cp-bubble:after{
    border-radius:50%;
    content:" ";
    width:24px;
    height:24px;
    display:inline-block;
    box-sizing:border-box;
    background-color:#448AFF;
    position:absolute;
    right:-30px;
    animation:cp-bubble-animate-after 1s ease-in-out infinite}@keyframes cp-bubble-animate{0%{opacity:.5;transform:scale(1) translateX(0)}25%{opacity:1;transform:scale(1.1)translateX(-15px)}50%{opacity:1;transform:scale(1.2) translateX(15px)}100%{opacity:.5;transform:scale(1) translateX(0)}}@keyframes cp-bubble-animate-before{0%{opacity:.5;transform:scale(1)}25%{transform:scale(1.1)}100%,50%{opacity:1;transform:scale(1)}}@keyframes cp-bubble-animate-after{0%,50%{opacity:.5;transform:scale(1)}50%{transform:scale(1.1)}100%,75%{opacity:1;transform:scale(1)}
}
/*---------------------------------
  End Preloader Area css
-----------------------------------*/

/*---------------------------------
  3.Start header-top section css
-----------------------------------*/
.header-top{
    padding: 3px;
    background: #17a776;
}
.header-left span{
    margin-right: 10px;
    color: #fff;
}
.header-left span i{
    margin-right: 10px;
}
.header-right{
    float: right;
    font-family: 'Raleway', sans-serif;
}
.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: 4px 12px;
    background: #f25d1b;
    color: #fffdfc;
    text-transform: uppercase;
    font-size: 11px;
    border: 1px solid #f58351;
    
}
/*---------------------------------
  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{
  width: 80%;
  color: #1ED1C7;
}
.main-menu {
    float: right;
    padding-top: 32px;
   
}
.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;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    padding: 4px 12px;
    text-transform: uppercase;
    color: #f25d1b;

}


.active, .main-menu li:hover {
   background-color: #007667;
    color: white;
    
}














.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: 1px solid  #f25d1b;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
     -webkit-transition: all 0.8s ease 0.2s;
   transition: all 0.8s ease 0.2s;
    -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 #f25d1b;
    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: #05707d;
}
.main-menu ul li ul.sub-menu li a:hover{
    color: #fff;
}
.main-menu ul ul li > a {
    font-weight: 600;
    padding: 15px 20px;
}
/*---------------------------------
  End header-area css
-----------------------------------*/

/*---------------------------------
    5.Start banner-area  css
-----------------------------------*/
.banner-area{
    background:url("../img/sliders-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: #05707d;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    transition: .5s;
}
.hero-button .hero-btn:hover{
    background: #ec392e;
}
/*---------------------------------
  End Banner-area  css
-----------------------------------*/

/*---------------------------------
  6.Start slider-area  css
-----------------------------------*/
.slider-area{
    overflow: hidden;
}
.single-slider-1{
    background:url("../img/sliders-2.jpg")no-repeat center;
    background-size: cover;
    position: relative;
    text-align: center;
    color: #fff;
}
.single-slider-2{
    background:url("../img/sliders-3.jpg")no-repeat center;
    background-size: cover;
    position: relative;
    text-align: center;
    color: #fff;
}
.single-slider-3{
    background:url("../img/sliders-4.jpg")no-repeat center;
    background-size: cover;
    position: relative;
    text-align: center;
    color: #fff;
}

    .single-slider-4{
    background:url("../img/sliders-5.jpg")no-repeat center;
    background-size: cover;
    position: relative;
    text-align: center;
    color: #fff;
}

.single-slider-5{
    background:url("../img/sliders-6.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.4;
}
.responsive .slick-prev {
    left: 40px;
    z-index: 1;
}
.responsive .slick-prev::before {
    content: "\f104";
    font-family: 'FontAwesome';
    color: #fff !important;
    background: #1ED1C7; 
    font-size: 36px;
    cursor: pointer;
    padding: 3px 15px; 
    font-weight: bold; 
}
.responsive .slick-next {
    right: 40px;
}
.responsive .slick-next::before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #fff !important;
    background: #1ED1C7; 
    font-size: 36px;
    cursor: pointer;
    padding: 3px 15px;
    font-weight: bold;
}
.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: #067f71;
    padding: 30px;
}
.t-service-2 {
    background: #f26222;
    padding: 30px;
}

.t-service-3 {
    background: #098073;
    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 h3{
    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: #ffffff;
    color: #222;
}
/*---------------------------------
    End Service-top section css
-----------------------------------*/

/*------------------------------
   8.Start about section css
------------------------------*/
.medipath-details .medipath-Welcome h2{
    font-weight: 600;
    margin-bottom: 15px;
    color: #05707d;
}
.medipath-details .medipath-Welcome h5{
    margin-bottom: 10px;
    color: #ec392e;
}
.about-qoute{
    margin-top: 20px;
}
.about-qoute p{
    font-style: italic;
    margin-bottom: 30px;
}
.about-qoute span{
    color: #       ;
    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;
}
.counticon h3{
    color: #fff;
    letter-spacing: 2px;
}
.counticon i{
    font-size: 50px;
    color: #ffffff;
    font-weight: 700;
}
/*------------------------------
  End counter section css
-------------------------------*/

/*------------------------------
  10.Start service section css
-------------------------------*/
.service-area{
/*    text-align: center;
    padding: 30px;
    transition: .5s;
    margin-bottom: 40px;*/

    text-align: center;
    padding: 25px ;
    transition: .5s;
    margin-bottom: 40px;

}
.service-area:hover {
/*    background-color: #05707d;*/
    color: #fff;
    
   
}
.service-area:hover h4{
    color: #fff!important;
}
.service-area:hover .single-service-icon i{
/*    background-color: #fff;*/
    color: #fff;
}
.service-area h4{
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
.service-area p{
    margin-bottom: 0px;
}
.single-service-icon{
    /*margin-bottom: 20px;*/
    margin-bottom: 10px;
}
.single-service-icon i{
    padding-top: 20px;
    font-size: 32px;
    width: 70px;
    height:70px;
    color: #fff;
/*
    
    background: #ec392e;
    border-radius: 50%;
*/
    text-align: center;
    padding-left: 3px;
    transition: .5s;
}
.single-service-icon i:hover{
    color: #fff;
    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;
    position: relative;
}
.m-title h2, .m-title p{
    color: #fff;
}
.d-tab{
    margin-bottom: 30px;
}
.d-tab .nav-tabs {
    border-bottom: none;
}
.d-tab .nav-tabs li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}
.d-tab .nav-tabs > li > a {
    font-family: 'Raleway', sans-serif;
    margin-right: 5px;
    border-radius: 0;
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.d-tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a: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-padding{
    padding: 40px 20px 55px;
    text-align: left;
}
.tab-details h3{
    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;
    margin-top: 92px;
}
.test-b{
    margin-bottom: 40px;
}
.testimonial-area{
    background: #fff;
    padding: 40px;
    overflow: hidden;
}
.testimonial-text{
    margin-bottom: 30px;
}
.testimonial-details {
    border-top: 1px solid #ccc;
}
.testimonial-img{
    position: relative;
    margin-top: 20px;
   width: 18%;.
}
.testimonial-img img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: relative;
}
.testimonial-info {
    position: absolute;
    left: 30%;
    bottom: 50px;
}
.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: #ccc;
    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 p{
    margin-bottom: 20px;
}
/*--------------------------------
  End blog section css
--------------------------------*/

/*--------------------------------
  15.start widget section css
--------------------------------*/
.widget-area{
/*    background: #1B2021;*/
    margin-top: -44px;
}
.f-widget-title h4{
    color: #fff;
    margin-bottom: 20px;
}
.about-us p{
    margin-top: 15px;
    color: #fff;
}
.about-social h5{
    text-transform: uppercase;
    color: #8f8585;
    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: #05707d;
    text-align: center;
    line-height: 40px;
    transition: .5s;
}
.about-social ul li a:hover{
    background: #ec392e;
}
.categories li {
    list-style: none;
    margin-bottom: 11px;
}
.categories li i{
    margin-right: 10px;
}
.categories li a{
    color: #fff;
}
.news-letter p{
    color: #fff;
    margin-bottom: 30px;
}
.subcribe .form-control{
    position: relative;
}
.subcribe .medipath-btn {
    position: absolute;
    width: 60px;
    border-radius: 0;
    background: #05707d;
    color: #fff;
    height: 48px;
    bottom: 16px;
    right: 15px;
}
.subcribe .medipath-btn:hover{
    z-index: 337;
}
/*--------------------------------
  End widget section css
--------------------------------*/

/*--------------------------------
  16.start footer section css
--------------------------------*/
.footer-area{
    background: #17a776;
}
.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: #f26222;
}
#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: 150px;
    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;
}


/*--------------------------------
  End medipath-banner section css
--------------------------------*/

/*--------------------------------
  19.Start service-details.html css
--------------------------------*/
.service-nav{
    margin-bottom: 40px;
}
.service-nav h2{
    font-weight: bold;
}
.service-nav .nav{
    margin-top: 20px;
}
.service-nav .nav li {
    border-bottom: 2px solid #05707d;
}
.service-nav .nav li a{
    padding: 12px 0px;
    font-size: 18px;
    font-weight: 500;
}
.service-nav .nav li a:hover{
    background-color: #ec392e;
    color: #fff;
    padding-left: 30px;
    transition: .6s;
}
.service-nav .nav 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 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: 12px;
}
.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: #05707d;
    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: #ec392e;
    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: #ec392e ;
    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-btext h2{
    color: #05707d; 
}

.single-btext h3{
    color: #05707d; 
}

.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 #067f71;
}*/
.sidebar-title h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #067f71; 

}
.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;
}
.categories{
    overflow: hidden;
    padding: 24px;
    
}
.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 {
    color: #067f71;
}
.categorie-icon li i{
    margin-right: 10px;
    color: #067f71;
    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;
    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 #05707d;
    padding: 20px;
    height: 306px;
}
.contact-us-header{
    margin-bottom: 20px;
     color: #05707d; 
}
.contact-us h2{
    margin-bottom: 20px;
}
.contact-us li{
    list-style: none;
   font-weight: 600;
    font-size: 16px;
    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: #05707d;
    font-size: 18px;
}
.contact-header{
    margin-bottom: 20px;
     color: #05707d; 
}
.form-control {
    height: 50px;
    color: #aba8a8;
    background-image: none;
    border-radius: 0px;
    border: 1px solid #05707d;
}
.confirm {
    background: #05707d;
}
.confirm .btn-danger {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 0px;
}
.confirm .btn-danger:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    transition: .6s;
}
.confirm .btn-danger:focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
#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 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-box{
    margin: 0 auto;
}
.demo-title{
    margin-bottom: 40px;
}
.demo-title h3 a{
    text-transform: uppercase;
    color: #673BB7; 
    font-weight: 600;
}
.demo-title h3 a:hover{
    color: #673BB7; 
}
.demo-box {
    background: url('../img/demo-bg.png') no-repeat center top;
    background-size: cover;
    position: relative;
    width: 400px;
    height: 330px;
}
.demo-box .demo-scroll{
    background-position: center 0;
    background-repeat: no-repeat;
    position: absolute;
    width: 85%;
    height: 212px;
    top: 18px;
    left: 0;
    background-size: cover;
    right: 0;
    margin: 0 auto;
}
.demo-box .demo-scroll{
    transition: all 5s ease-out 0s;
    -webkit-transition: all 5s ease-out 0s;
    -moz-transition: all 5s ease-out 0s;
    -ms-transition: all 5s ease-out 0s;
    -o-transition: all 5s ease-out 0s;
}
.demo-box:hover .demo-scroll{
    background-position: center 100%!important;
}

.a-testimonials {
    position: relative;
}

.a-medipath-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #cccccc82;
    opacity: 0.8;
}


.a-medipath-title {
    margin-bottom: 60px;
    
}
.a-medipath-title h2{
    color: #05707d;
}
.a-medipath-title p{
    color:#000;
}

.a-testimonial-area {
    background: #05707d;
    padding: 30px;
    overflow: hidden;
    color: #fff;
}

.cte-text{
    background: #05707d;
    color: #fff;
    height: 30px;
    padding-top: 3px;
    font-size: 14px;
    padding-left: 20px;
}
.ser-more{
    background: #05707d;
    color: #fff;
    width: 131px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #fff;
    margin-left: 78px;
}
.ser-more a{
    color: #fff;
}

.quality{
    margin-top: 40px;
}
.categories-1{
    overflow: hidden;
    padding: 24px;
	background: #fcfcfc;
    border: 1px solid #e4e4e4;
	-webkit-box-shadow: 9px 7px 31px -1px rgba(0,0,0,0.14);
-moz-box-shadow: 9px 7px 31px -1px rgba(0,0,0,0.14);
box-shadow: 9px 7px 31px -1px rgba(0,0,0,0.14);
	
}
.portfolio-single-item1 {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
   
}


.portfolio-single-item1 img {
    width: 100%;
    height: 100%;
    transition: .5s;
}
.portfolio-overlay{
    position: absolute;         
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #05707d;
    opacity: 0;
    
}
.portfolio-single-item1:hover .portfolio-overlay{
    opacity: .9;
    transition: .5s;
}

.news-more{
    background: #05707d;
    color: #fff;
    width: 131px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #fff;
   margin-top: -44px;
}
.news-more a{
    color: #fff;
}
.medipath-btn1 {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 250px;
    text-align: center;
    border: 2px solid #ec392e;
    display: block;
    color: #ec392e;
    height: 50px;
    line-height: 48px;
    position: relative;
    overflow: hidden;
    background: transparent;
    transition: .3s;
}
.medipath-btn1:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ec392e;
    opacity: .8;
    top: -100%;
    left: 0;
    z-index: -1;
    transition: .3s;
}
.medipath-btn1:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #05707d;
    top: -100%;
    left: 0;
    z-index: -1;
    transition: .3s;
    transition-delay: .2s;
}
.medipath-btn1:hover{
    color: #fff;
}
.medipath-btn1:hover:before{
    top: 0;
    border: #448AFF;
}
.medipath-btn1:hover:after{
    top: 0;
    border: #448AFF;
}






.medipath-btnapp {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 120px;
    text-align: center;
    border: 2px solid #ec392e;
    display: block;
    color: #ec392e;
    height: 38px;
    line-height: 35px;
    position: relative;
    overflow: hidden;
    background: transparent;
    transition: .3s;
    margin-left: 13px;
}
.medipath-btnapp:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ec392e;
    opacity: .8;
    top: -100%;
    left: 0;
    z-index: -1;
    transition: .3s;
}
.medipath-btnapp:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #05707d;
    top: -100%;
    left: 0;
    z-index: -1;
    transition: .3s;
    transition-delay: .2s;
}
.medipath-btnapp:hover{
    color: #fff;
}
.medipath-btnapp:hover:before{
    top: 0;
    border: #448AFF;
}
.medipath-btnapp:hover:after{
    top: 0;
    border: #448AFF;
}

h1{
  text-align:center;
  padding: 20px;
}
/* Slider */



.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.client-slider{
    margin-bottom: 70px;
    margin-top: 10px;
   
}
.client-slider h1{
    color: #05707d;
}

.client-border{
    border: 1px solid #ccc;
    margin-right: 17px;
}
.client-text{
    text-align: center;
    margin-bottom: 30px;
}


.project-height{
    margin-bottom: 10px;
}

.left{
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 314px;
    border: 1px solid #ec392e;
    display: block;
    color: #333;
    height: 59px;
    line-height: 27px;
    position: relative;
    overflow: hidden;
    background: transparent;
    transition: .3s;
    text-align: left;
    padding-left: 20px;
}

.top-nav{
    color: #fff;
    margin-right: 8px;
    font-size: 12px;
    border: 1px solid #f58351;
    padding: 4px;
}

.footer{
    width: 100%;
    margin-bottom: -391px;
}
.footer img{
    width: 100%;
}


.medipath-overlay1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #17a776;
    opacity: 0.8;
}
.about-geo{
    margin-left: -15px;
}
.about-icon{
    margin-right: 10px;
    font-size: 18px;
    float: left;
    color: #ec392e;
}
.about-icon1{
    margin-right: 10px;
    font-size: 18px;
    float: left;
}

.about-icon1 i{
    margin-left: -16px;
    color: #ec392e;
}

.det-img{
    margin-bottom: -52px;
    margin-top: -39px;
}
.service {
    width: 100%;
    margin-bottom: -328px;
}
.service img{
    width: 100%;
}
.service p{
    color: #fff;
}

.blog-details p{
    color: #000;
}


.medipath-btnp {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 250px;
    text-align: center;
    border: 1px solid #f26121;
    height: 50px;
    line-height: 27px;
    position: relative;
    overflow: hidden;
    background: transparent;
    transition: .3s;
    margin-top: 9px;
    color: #007262;
}

.medipath-btnp:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .8;
    top: -100%;
    left: 0;
    z-index: -1;
    transition: .3s;
}
.medipath-btnp:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    z-index: -1;
    transition: .3s;
    transition-delay: .2s;
}

.sve-underline{
    text-decoration: underline;
    -webkit-text-decoration-color:#f58351; /* Safari */    
    text-decoration-color: #f58351;
    color: #05707d;
}


.medipath-Welcome p{
    text-align: justify;
}
.about-geo p{
    text-align: justify;
}
.testimonial-text p{
    text-align: justify;
}
.testimonial-text li{
    text-align: justify;
}
.about-qoute p{
    text-align: justify;
}

.service-details-area p{
     text-align: justify;
}




.left-client {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 314px;
    border: 1px solid #ec392e;
    display: block;
    color: #333;
    height: 59px;
    line-height: 27px;
    position: relative;
    overflow: hidden;
    background: #05707d;
    transition: .3s;
    text-align: left;
    padding-left: 20px;
    color: #fff;
}


.medipath-btnmore {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 138px;
    text-align: center;
    border: 1px solid #ec392e;
    display: block;
    color: #f7f6f6;
    height: 48px;
    line-height: 48px;
    position: relative;
    overflow: hidden;
    background: transparent;
    transition: .3s;
    /*margin-left: 69px;*/
    margin: 0 auto;
}
.medipath-btnmore:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ec392e;
    opacity: .8;
    top: -100%;
    left: 0;
    z-index: -1;
    transition: .3s;
}
.medipath-btnmore:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #05707d;
    top: -100%;
    left: 0;
    z-index: -1;
    transition: .3s;
    transition-delay: .2s;
}
.medipath-btnmore:hover{
    color: #ec392e;
}
.medipath-btnmore:hover:before{
    top: 0;
    border: #448AFF;
}
.medipath-btnmore:hover:after{
    top: 0;
    border: #448AFF;
}







/*--------------------------------
  End Index.html css
--------------------------------*/
.icon-download
{
margin-right: 10px;
color: #067f71;
margin-bottom: 10px;
}


.medipath-titles
{
    font-weight: 600;
    text-transform: uppercase;
    color: #05707d;
}




.Certificates-text
{
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 25px;
}



.categories-2{
    overflow: hidden;
    padding: 24px;
background: #fcfcfc;
    border: 1px solid #e4e4e4;
	-webkit-box-shadow: 9px 7px 31px -1px rgba(0,0,0,0.14);
-moz-box-shadow: 9px 7px 31px -1px rgba(0,0,0,0.14);
box-shadow: 9px 7px 31px -1px rgba(0,0,0,0.14);
    margin-top: 25px;
}



ul.categories-icon {
    color: #666;
    font-size: 16px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    padding-top: 14px;
}

.categories-icon li {
    color: #f26222;
}
.categories-icon li {
    position: relative;
    color: #f26222;
    margin-bottom: 10px;
}

.categories-icon li {
    position: relative;
    color: #f26222;
    margin-bottom: 10px;
}


.categories-icon li i {
    margin-right: 10px;
    color: #f26222;
    margin-bottom: 10px;
}

.categories-icon li i a{
    color: #f26222 !important;
}


.categories-2 h3{
    
    color: #de591e;
	
}


.categories-1 h3::before
{
    position: absolute;
    width: 90px;
    height: 2px;
    background-color: #067f71;
    content: '';
    margin-top: 35px;
}



.categories-2 h3::before
{
    position: absolute;
    width: 90px;
    height: 2px;
    background-color: #e4591e;
    content: '';
    margin-top: 35px;
}


.medipath-title{
    padding-bottom: 40px;
}



















.services-nav{
    margin-bottom: 40px;
}
.services-nav h2{
    font-weight: bold;
}
.services-nav .nav{
    margin-top: 20px;
}
.services-nav .nav li {
    border-bottom: 0.5px solid #ccc;
}
.services-nav .nav li a{
    padding: 12px 0px;
    font-size: 18px;
}
.services-nav .nav li a:hover{
    background-color: #ec392e;
    color: #fff;
    padding-left: 30px;
    transition: .6s;
}
.services-nav .nav li a i {
    margin-right: 18px;
    font-size: 22px;
	color: #f26222;
}

.services-nav .nav li a i:hover{
	color: #fff !important;
}


.service-details-area h2{
    font-weight: bold;
}
.service-details-area img{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}




/****************
*****************/


.quality-policy-container p{

    font-weight: 400;
    color: #393939;
}


.q-span
{

    font-weight: 400;
    color: #000;
}

.points-cont p{

    padding-bottom: 12.5px;
    text-align: justify;
    color: #3d3d3d;
    font-weight: 600;
}


.points-cont p i{
    
    font-size: 10px;
    color: #f2622299;
}



/**************
  slider 2 inner 
***************/
.cont-underline h3,h2  {

     padding-bottom: 10px;

}

.cont-underline p
{
    padding-bottom: 13px;
}


.page-sub-hed{
    text-transform:capitalize;
}


/********************
   Extra styles for about page 
*********************/


.about-icon-box
{
    float: left;
    margin: 2px 15px 0 0;
}


.about-icon-text{
    float: left;
    font-style: normal; 
    font-weight: 400; 
    margin: 0; 
    width: 95%;
}