@import url(bootstrap.min.css);@import url(owl.carousel.css);@import url(magnific-popup.css);@import url(font-awesome.min.css);@import url(medilife-icons.css);* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto",sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    color: #081f3e;
    font-weight: 700;
}

p {
    color: #57595c;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
}

a {
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    color: #007bff;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover,a:focus {
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    text-decoration: none;
    color: #d3a11c;
}

img {
    vertical-align: middle;
    border-style: none;
    height: auto;
    max-width: 100%;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    .bg-img {
        background-position:center bottom;
    }
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}



#scrollUp:hover {
    background-color: #081f3e;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    #scrollUp {
        right:25px;
        height: 50px;
        width: 50px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        right:20px;
        height: 50px;
        width: 50px;
        line-height: 46px;
    }
}

.section-padding-100 {
    padding: 100px 0;
}

.section-padding-50 {
    padding: 50px 0;
}

.section-padding-50-0 {
    padding: 50px 0 0 0;
}

.section-padding-100-70 {
    padding: 100px 0 70px;
}

.section-padding-100-50 {
    padding: 100px 0 50px;
}

.section-padding-100-0 {
    padding: 100px 0 0;
}

.section-padding-0-100 {
    padding: 0 0 100px;
}

.section-padding-100-20 {
    padding: 100px 0 20px 0;
}

@media only screen and (min-width: 768px) and (max-width:1200px) {
    .section-padding-100-20 {
        padding:80px 0 20px 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-100-20 {
        padding:60px 0 20px 0;
    }
}

.btn {
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.btn:hover,.btn:focus {
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.medilife-btn {
    display: inline-block;
    color: #fff;
    background-color: #006cff;
    height: 45px;
    padding: 0 55px 0 30px;
    line-height: 42px;
    font-size: 15px;
    min-width: 140px;
    border-radius: 0;
    font-weight: 700;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.medilife-btn span {
    width: 40px;
    height: 45px;
    background-color: #081f3e;
    display: inline-block;
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.medilife-btn:hover,.medilife-btn:focus {
    background-color: #081f3e;
    color: #fff;
}

.medilife-btn:hover span,.medilife-btn:focus span {
    color: #fff;
    background-color: #006cff;
}

.medilife-btn.btn-2 {
    background-color: #081f3e;
    color: #fff;
}

.medilife-btn.btn-2 span {
    color: #fff;
    background-color: #006cff;
}

.medilife-btn.btn-2:hover,.medilife-btn.btn-2:focus {
    background-color: #006cff;
    color: #fff;
}

.medilife-btn.btn-2:hover span,.medilife-btn.btn-2:focus span {
    color: #fff;
    background-color: #081f3e;
}

.medilife-btn.btn-3 {
    background-color: #fff;
    color: #081f3e;
    border: 2px solid;
    border-color: #006cff;
}

.medilife-btn.btn-3 span {
    top: -2px;
    right: -2px;
}

.medilife-btn.btn-4 {
    background-color: #fff;
    color: #081f3e;
    border: 2px solid;
    border-color: #006cff;
}

.medilife-btn.btn-4 span {
    background-color: #006cff;
    top: -2px;
    right: -2px;
}

.medilife-btn.btn-5 {
    background-color: #fff;
    color: #081f3e;
    border: 2px solid;
    border-color: #eb2536;
}

.medilife-btn.btn-5 span {
    background-color: #eb2536;
    top: -2px;
    right: -2px;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #006cff;
    opacity: 0.85;
    content: '';
}

.bg-overlay-pink {
    position: relative;
    z-index: 1;
}

.bg-overlay-pink::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0707b;
    opacity: 0.85;
    content: '';
}

.bg-overlay-black {
    position: relative;
    z-index: 1;
}

.bg-overlay-black::after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.85;
    content: '';
}

.bg-overlay-white {
    position: relative;
    z-index: 1;
}

.bg-overlay-white::after {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(230,241,255,0.5);
    content: '';
}

.bg-gray {
    background-color: #f5f7f9;
}

.header-area {
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: auto;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.top-header-area {
    position: relative;
    z-index: 1;
    height: 45px;
    background-color: #013673;
}

.top-header-area a {
    font-size: 16px;
    color: #b5b5b5;
    font-weight: normal;
}

.top-header-area p {
    font-size: 16px;
    margin-bottom: 0;
    color: #b5b5b5;
}

.top-header-area p span {
    color: #f5b015;
}

@media only screen and (max-width: 767px) {
    .top-header-area {
        height:auto;
        padding: 15px 0;
    }
}

.main-header-area {
    width: 100%;
    height: 110px;
    position: relative;
    z-index: 1;
    background-color: rgba(0,108,255,0.5);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .main-header-area {
        height:80px;
    }
}

@media only screen and (max-width: 767px) {
    .main-header-area {
        height:70px;
    }
}

.is-sticky .main-header-area {
    width: 100%;
    z-index: 10000 !important;
    height: 80px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
    background-color: #013673;
}

@media only screen and (max-width: 767px) {
    .is-sticky .main-header-area {
        height:70px;
    }
}

.header-area .main-menu .nav-link {
    font-size: 15px;
    text-transform: capitalize;
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
    margin: 0 1px;
}

.header-area .main-menu .nav-link:hover {
    background-color: #006cff;
}

.header-area .main-menu .nav-link:focus {
    background-color: #006cff;
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .header-area .main-menu .nav-link {
        padding:10px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .header-area .main-menu .nav-link {
        padding:10px 30px;
        margin: 1px 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .main-menu .nav-link {
        padding:10px 30px;
        margin: 1px 0;
    }
}

.header-area .main-menu .nav-item.active .nav-link {
    background-color: #006cff;
}

.dropdown-menu.show {
    border: none;
    padding: 15px 0;
    box-shadow: 0 5px 40px rgba(0,0,0,0.15);
    margin-top: 15px;
}

.dropdown-item {
    font-size: 15px;
    font-weight: 550;
    color: #5f5f5f;
    text-transform: uppercase;
}

.dropdown-item:hover {
    color: #fff;
    background-color: #006cff;
}

.dropdown-item:focus {
    color: #006cff;
    background-color: #f5f7f9;
}

.navbar {
    padding: 0;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .navbar-toggler {
        margin:20px 0;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-toggler {
        margin:15px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    #medilifeMenu {
        width:100%;
        background-color: #013673;
        box-shadow: 0 3px 15px rgba(0,0,0,0.15);
        padding: 30px 15px;
        border-radius: 0 0 6px 6px;
        margin-top: -2px;
        border-radius: 0;
    }
}

@media only screen and (max-width: 767px) {
    #medilifeMenu {
        width:100%;
        background-color: #013673;
        box-shadow: 0 3px 15px rgba(0,0,0,0.15);
        padding: 20px 10px;
        border-radius: 0 0 6px 6px;
        margin-top: -2px;
        border-radius: 0;
    }
}

.single-hero-slide {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 900px;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .single-hero-slide {
        height:700px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slide {
        height:700px;
    }
}

.hero-slides-content h2 {
    color: #081f3e;
    font-size: 60px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-slides-content h2 {
        font-size:40px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slides-content h2 {
        font-size:24px;
    }
}

.hero-slides-content h5 {
    color: #081f3e;
    font-size: 22px;
    font-weight: 600;
}

.hero-area .owl-prev,.hero-area .owl-next {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 55%;
    line-height: 70px;
    text-align: center;
    color: #fff;
    left: 70px;
    margin-top: -35px;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #081f3e;
    font-size: 15px;
}

.hero-area .owl-prev:hover,.hero-area .owl-next:hover {
    background-color: #006cff;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-area .owl-prev,.hero-area .owl-next {
        left:30px;
        width: 50px;
        height: 50px;
        margin-top: -25px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .owl-prev,.hero-area .owl-next {
        left:15px;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        line-height: 40px;
    }
}

.hero-area .owl-next {
    left: auto;
    right: 70px;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-area .owl-next {
        right:30px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .owl-next {
        right:15px;
    }
}

.hero-area:hover .owl-prev,.hero-area:hover .owl-next {
    opacity: 1;
}

.hero-area .owl-dots {
    width: 1110px;
    position: absolute;
    bottom: 110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .hero-area .owl-dots {
        width:920px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-area .owl-dots {
        width:680px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .owl-dots {
        width:85%;
    }
}

.hero-area .owl-dot {
    display: inline-block;
    width: 36px;
    height: 4px;
    background-color: #cacaca;
    margin-right: 8px;
}

.hero-area .owl-dot.active {
    background-color: #006cff;
}

.medilife-book-an-appoinment-area {
    position: relative;
    z-index: 1;
    margin-top: -65px;
}

.medilife-book-an-appoinment-area .appointment-form-content {
    color: #fff;
    background-color: #081f3e;
}

.medilife-book-an-appoinment-area .appointment-form-content p {
    color: #ddd;
}

.medilife-book-an-appoinment-area .medilife-appointment-form {
    padding: 60px 50px;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .medilife-book-an-appoinment-area .medilife-appointment-form {
        padding:40px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .medilife-book-an-appoinment-area .medilife-appointment-form {
        padding:30px;
    }
}

.medilife-book-an-appoinment-area .medilife-contact-info {
    padding: 30px;
    background-color: #006cff;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .medilife-book-an-appoinment-area .medilife-contact-info {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 0;
    }
}

.single-contact-info img {
    margin-bottom: 15px;
}

.single-contact-info p,.single-contact-info a {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .medica-about-content {
        margin-bottom:100px;
    }
}

@media only screen and (max-width: 767px) {
    .medica-about-content {
        margin-bottom:100px;
    }
}

.medica-about-content h2 {
    font-size: 44px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .medica-about-content h2 {
        font-size:30px;
    }
}

.single-service-area {
    margin-bottom: 80px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-service-area .service-icon {
    width: 64px;
    height: 64px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    margin-right: 30px;
    text-align: center;
    line-height: 64px;
    font-size: 36px;
    background-color: #cacaca;
    border-radius: 50%;
    color: #fff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-service-area .service-content {
    margin-top: 15px;
}

.single-service-area .service-content h5 {
    font-size: 22px;
    margin-bottom: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-service-area .service-content h5 span {
    color: #d3a11c;
}

.single-service-area .service-content p {
    margin-bottom: 0;
}

.single-service-area:hover .service-icon {
    background-color: #006cff;
}

.single-service-area:hover .service-content h5 {
    color: #006cff;
}

.features-content h2 {
    font-size: 48px;
    margin-bottom: 30px;
}

.features-content {
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .features-content {
        margin-bottom:40px;
    }
}

@media only screen and (max-width: 767px) {
    .features-content {
        margin-bottom:20px;
    }

    .features-content h2 {
        font-size: 32px;
    }
}

.medilife-emergency-area {
    background-color: #006cff;
}

.medilife-emergency-area .emergency-content i {
    font-size: 130px;
    color: #fff;
    display: block;
    margin-bottom: 50px;
}

.medilife-emergency-area .emergency-content h2 {
    font-size: 44px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .medilife-emergency-area .emergency-content h2 {
        font-size:30px;
    }
}

@media only screen and (max-width: 767px) {
    .medilife-emergency-area .emergency-content h2 {
        font-size:24px;
    }
}

.medilife-emergency-area .emergency-content h3 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .medilife-emergency-area .emergency-content h3 {
        font-size:40px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .medilife-emergency-area .emergency-content h3 {
        font-size:30px;
    }
}

@media only screen and (max-width: 767px) {
    .medilife-emergency-area .emergency-content h3 {
        font-size:24px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .medilife-emergency-area .emergency-content {
        margin-bottom:100px;
    }
}

@media only screen and (max-width: 767px) {
    .medilife-emergency-area .emergency-content {
        margin-bottom:100px;
    }
}

.medilife-emergency-area .single-emergency-helpline h5 {
    color: #fff;
    margin-bottom: 20px;
}

.medilife-emergency-area .single-emergency-helpline p {
    color: #fff;
    margin-bottom: 0;
}

.footer-area {
    background-color: #020f20;
    padding-left: 45px;
    padding-right: 45px;
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .footer-area {
        padding-left:30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .footer-area {
        padding-left:15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area {
        padding-left:0;
        padding-right: 0;
    }
}

.footer-widget-area .footer-logo {
    margin-bottom: 50px;
}

.footer-widget-area p {
    color: #fff;
    margin-bottom: 0;
}

.footer-widget-area .widget-title h6 {
    font-size: 18px;
    color: #006cff;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.footer-widget-area .widget-single-blog-post {
    margin-bottom: 15px;
}

.footer-widget-area .widget-single-blog-post .widget-post-thumbnail {
    width: 70px;
    height: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 30px;
}

.footer-widget-area .widget-single-blog-post .widget-post-content a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}

.footer-widget-area .widget-single-blog-post .widget-post-content p {
    font-size: 12px;
}

.copywrite-text p {
    color: rgba(255,255,255,0.35);
    margin-top: 50px;
}

.copywrite-text p a {
    color: rgba(255,255,255,0.35);
}

.breadcumb-area {
    width: 100%;
    height: 540px;
    position: relative;
    z-index: 1;
    padding-top: 150px;
}

.breadcumb-area .breadcumb-title {
    font-size: 60px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .breadcumb-area {
        height:450px;
    }

    .breadcumb-area .breadcumb-title {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcumb-area {
        height:350px;
        padding-top: 120px;
    }

    .breadcumb-area .breadcumb-title {
        font-size: 30px;
    }

    .breadcumb-area h4 {
        font-size: 18px;
    }
}

.breadcumb-area::after {
    background-color: rgba(230,241,255,0.75);
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.video-box {
    position: relative;
    z-index: 1;
}

.video-box .play-btn {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
}

.video-box .play-btn a {
    margin-bottom: 30px;
    display: block;
    font-size: 26px;
}

@media only screen and (max-width: 767px) {
    .video-box .play-btn a {
        margin-bottom:15px;
    }
}

.video-box .play-btn h6 {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .video-content {
        margin-top:100px;
    }
}

@media only screen and (max-width: 767px) {
    .video-content {
        margin-top:100px;
    }
}

.video-content h2 {
    font-size: 44px;
    color: #fff;
    margin-bottom: 50px;
}

.video-content h4 {
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .video-content h2 {
        font-size:24px;
    }
}

@media only screen and (max-width: 767px) {
    .video-content h2 {
        font-size:24px;
    }
}

.video-content p {
    color: #fff;
    margin-bottom: 0;
}

.singleServiceArea {
    position: relative;
    z-index: 1;
    width: 33.3333333%;
    display: inline-block;
    float: left;
    padding: 70px 40px 100px;
}

.singleServiceArea:first-child {
    background-color: #006cff;
}

.singleServiceArea:last-child {
    background-color: #081f3e;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .singleServiceArea {
        padding:50px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .singleServiceArea {
        padding:50px 20px;
        width: 100%;
    }
}

.singleServiceArea .singleServiceIcon {
    margin-right: 20px;
}

.singleServiceArea .singleServiceIcon i {
    color: #fff;
    font-size: 80px;
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .singleServiceArea .singleServiceIcon i {
        font-size:60px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .singleServiceArea .singleServiceIcon i {
        font-size:30px;
    }
}

@media only screen and (max-width: 767px) {
    .singleServiceArea .singleServiceIcon i {
        font-size:30px;
    }
}

.singleServiceArea .singleServiceText {
    padding-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .singleServiceArea .singleServiceText {
        padding-top:0;
    }
}

@media only screen and (max-width: 767px) {
    .singleServiceArea .singleServiceText {
        padding-top:0;
    }
}

.singleServiceArea .singleServiceText h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .singleServiceArea .singleServiceText h2 {
        font-size:30px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .singleServiceArea .singleServiceText h2 {
        font-size:24px;
    }
}

@media only screen and (max-width: 767px) {
    .singleServiceArea .singleServiceText h2 {
        font-size:24px;
    }
}

.singleServiceArea .singleServiceText p {
    color: #fff;
}

.single-benefits-area {
    position: relative;
    z-index: 1;
}

.single-benefits-area .single-benefits-title {
    margin-bottom: 20px;
}

.single-benefits-area .single-benefits-title i {
    font-size: 50px;
    color: #006cff;
}

.single-benefits-area .single-benefits-title h5 {
    font-size: 22px;
    margin: 0 15px;
}

.medilife-cta-area {
    position: relative;
    z-index: 1;
    background-color: #006cff;
    padding: 30px 0;
}

.medilife-cta-area .cta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.medilife-cta-area .cta-content a {
    color: #fff;
}

.medilife-cta-area .cta-content i {
    color: #fff;
    font-size: 50px;
    margin-right: 30px;
    display: inline-block;
}

.medilife-cta-area .cta-content h2 {
    margin-bottom: 0;
    font-size: 36px;
    margin-right: 30px;
    color: #081f3e;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .medilife-cta-area .cta-content h2 {
        font-size:20px;
    }
}

@media only screen and (max-width: 767px) {
    .medilife-cta-area .cta-content h2 {
        font-size:20px;
        margin: 15px 0;
    }
}

.medilife-cta-area .cta-content h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 44px;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .medilife-cta-area .cta-content h3 {
        font-size:30px;
    }
}

@media only screen and (max-width: 767px) {
    .medilife-cta-area .cta-content h3 {
        font-size:30px;
    }
}

@media only screen and (max-width: 767px) {
    .medilife-cta-area .cta-content {
        display:block;
    }
}

.single-blog-area {
    position: relative;
    z-index: 1;
}

.single-blog-area .blog-post-thumbnail {
    position: relative;
    z-index: 1;
}

.single-blog-area .blog-post-thumbnail .post-date a {
    min-width: 100px;
    height: 35px;
    background-color: #006cff;
    display: block;
    color: #fff;
    line-height: 35px;
    text-align: center;
    position: absolute;
    font-size: 15px;
    font-weight: 400;
    top: 20px;
    left: 20px;
    z-index: 3;
}

.single-blog-area .post-content {
    position: relative;
    z-index: 1;
    padding: 40px 20px;
    white-space: normal !important;
    word-break: break-all !important;
    word-wrap: break-word !important;
}

.single-blog-area .post-content p {
    margin-top: 12px;
}

.single-blog-area .post-content .post-author {
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 5;
    border-radius: 50%;
    top: -29px;
    left: 20px;
}

.single-blog-area .post-content .post-author a {
    border-radius: 50%;
}

.single-blog-area .post-content .post-author a img {
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}

.single-blog-area .post-content .headline {
    font-size: 22px;
    margin-bottom: 15px;
    color: #081f3e;
    display: block;
}

.single-blog-area .post-content .comments {
    font-size: 14px;
    color: #57595c;
    text-decoration: underline;
    font-weight: 300;
}

.medilife-catagories-card ul li a {
    display: block;
    padding: 8px;
    color: #57595c;
    font-size: 14px;
    font-weight: 400;
}

.medilife-catagories-card ul li a:hover,.medilife-catagories-card ul li a:focus {
    color: #006cff;
}

.medilife-emergency-card {
    padding: 50px 30px;
}

.medilife-emergency-card i {
    font-size: 70px;
    display: block;
    margin-bottom: 50px;
    color: #fff;
}

.medilife-emergency-card h2 {
    font-size: 28px;
}

.medilife-emergency-card h3,.medilife-emergency-card a {
    font-size: 34px;
    color: #fff;
    margin-bottom: 0;
}

.contact-card {
    padding: 50px 20px;
}

.contact-card i {
    font-size: 42px;
}

.contact-card h2 {
    font-size: 32px;
}

.contact-card h3,.contact-card a {
    font-size: 36px;
    color: #fff;
}

.contact-card h4 {
    font-size: 20px;
    color: #fff;
    margin: 30px 0;
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .medilife-emergency-card h2 {
        font-size:28px;
    }

    .medilife-emergency-card h3,.medilife-emergency-card a {
        font-size: 32px;
    }

    .contact-card h2 {
        font-size: 28px;
    }

    .contact-card h3,.contact-card a {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .medilife-emergency-card h2 {
        font-size:24px;
    }

    .medilife-emergency-card h3,.medilife-emergency-card a {
        font-size: 28px;
    }

    .contact-card h2 {
        font-size: 24px;
    }

    .contact-card h3,.contact-card a {
        font-size: 28px;
    }
}

.post-meta {
    margin-bottom: 30px;
}

.post-meta a {
    font-size: 15px;
    color: #57595c;
    font-weight: 400;
}

.single-contact {
    margin-bottom: 20px;
}

.single-contact .contact-icon i {
    color: #006cff;
    font-size: 20px;
}

.single-contact .contact-meta p {
    margin-bottom: 0;
}

.single-accordion.panel {
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px;
}

.single-accordion:last-of-type {
    margin-bottom: 0;
}

.single-accordion h6 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.single-accordion h6 a {
    background-color: #1d1d1d;
    border-radius: 0;
    color: #fff;
    display: block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}

.single-accordion h6 a span {
    font-size: 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 24px;
}

.single-accordion h6 a span.accor-open {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h6 a.collapsed {
    background-color: #006cff;
    color: #fff;
}

.single-accordion h6 a.collapsed span.accor-close {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h6 a.collapsed span.accor-open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
}

.single-accordion .accordion-content span {
    background: #fafafa;
    border: 1px solid #eee;
    padding: 50px 0 0 10px;
    margin-bottom: 10px;
    display: block;
    height: 120px;
}

.single-accordion .accordion-content img {
    margin: -30px 40px 0px 20px !important;
    float: left;
    border-radius: 50%;
    border: #f5b015 4px solid;
    box-shadow: 4px 2px 4px #aaa;
}

.single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0;
}

.single-cool-fact-area {
    text-align: center;
}

.single-cool-fact-area i {
    font-size: 100px;
    color: #006cff;
    margin-bottom: 30px;
    display: block;
}

.single-cool-fact-area h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.single-cool-fact-area h6 {
    font-size: 22px;
    margin-bottom: 20px;
}

.single-cool-fact-area p {
    margin-bottom: 0;
}

.golden {
    color: #d3a11c;
}

.yellow {
    color: #f5b015;
}

.darkbule {
    color: #081f3e;
}

.blue {
    color: #013673;
}

.gray1 {
    color: #999;
}

.lightblue {
    color: #006cff;
}

.gmap iframe {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0px !important;
}

#KBStatic {
    margin: 0px auto;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 0px;
    overflow: visible;
    clear: both;
    position: fixed;
    z-index: 1000;
    _position: absolute;
}

#KBStatic .callus {
    width: 70px;
    height: 70px;
    background-color: #333;
    border-radius: 0 70px 0 0;
    float: left;
}

#KBStatic .callus p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 32px;
    margin-left: -18px;
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}



#KBStatic2 {
    margin: 0px auto;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 0px;
    overflow: visible;
    clear: both;
    position: fixed;
    z-index: 1000;
    _position: absolute;
}

#KBStatic2 .callus {
    width: 70px;
    height: 70px;
    background-color: #333;
    border-radius:70px 0  0 0;
    float: right;
}

#KBStatic2 .callus p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 32px;
    margin-left: -10px;
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}


.single-gallery-item {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-gallery-item::after {
    background-color: rgba(0,108,255,0.75);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    content: '';
    opacity: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-gallery-item:hover::after {
    opacity: 1;
}

.single-gallery-item .view-more-btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 9;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-gallery-item .view-more-btn a {
    background-color: transparent;
    font-size: 16px;
    color: #fff;
    display: block;
    box-shadow: none;
    font-weight: 700;
    opacity: 0;
}

.single-gallery-item:hover .view-more-btn a {
    opacity: 1;
}

.single-gallery-item2 {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    padding: 2px;
}

.single-gallery-item2::after {
    background-color: rgba(1,54,105,0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    content: '';
    opacity: 0;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.single-gallery-item2:hover::after {
    opacity: 1;
}

.single-gallery-item2 .product-case-name {
    position: absolute;
    top: 8%;
    left: 10%;
    z-index: 9;
}

.single-gallery-item2 .product-case-name a {
    background-color: transparent;
    font-size: 20px;
    color: #000;
    box-shadow: none;
    font-weight: bold;
}

.single-gallery-item2:hover .product-case-name a {
    color: #fff;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.single-gallery-item2 .product-case-info {
    position: absolute;
    color: #fff;
    top: 40%;
    left: 10%;
    width: 80%;
    z-index: 9;
    opacity: 0;
}

.single-gallery-item2:hover .product-case-info {
    opacity: 1;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.single-gallery-item2 p {
    position: absolute;
    bottom: 7%;
    left: 10%;
    z-index: 9;
    opacity: 0;
}

.single-gallery-item2:hover p {
    opacity: 1;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

#keywords {
    visibility: hidden;
    display: none;
}
