﻿* {
    padding: 0;
    margin: 0;
    cursor: url('../images/cursor.png'), default;
}

body {
    font-family: 'Nunito', sans-serif;
    cursor: url('../images/cursor.png'), default;
    background: #EBEAEA;
}

a {
    text-decoration: none;
    cursor: url('../images/hover-cursor.png'), pointer;
}

    a img {
        cursor: url('../images/hover-cursor.png'), pointer;
    }

.wait_back {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    z-index: 100000000000000;
    display: none;
}

.wait {
    position: fixed;
    z-index: 1000;
    margin: auto;
    top: 48%;
    left: 40%;
    font-size: 40px;
    color: #fff;
    z-index: 1000000000000000;
}

#go-top {
    display: none;
    font-size: 30px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    /*border: 2px solid #333;*/
    border-radius: 5px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    cursor: url('../images/hover-cursor.png'), pointer;
    z-index: 10000;
}

    #go-top img {
        width: 100%;
    }


.header {
    width: 100%;
    float: left;
    background: #fff;
}

.container {
    width: 1170px;
    max-width: 98%;
    margin: auto;
}

.logo {
    min-width: 110px;
    width: 12%;
    margin: 2px 0 0;
    float: left;
}

    .logo a {
        display: block;
        width: 100%;
        max-width: 110px;
    }

        .logo a img {
            width: 100%;
            max-width: 115px;
            margin-bottom: -21px;
        }

.nav {
    display: block;
    float: left;
    width: 70%;
    min-width: 819px;
}

    .nav ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: right;
    }

        .nav ul li {
            float: left;
            position: relative;
            display: block;
            position: relative;
        }

            .nav ul li:hover ul {
                display: block;
            }

            .nav ul li a {
                background-color: transparent;
                color: #383531;
                /* border-color: transparent; */
                padding: 38.5px 6px;
                margin: 0px 0px 0px 0px;
                /* border-bottom: 3px solid transparent; */
                line-height: 20px;
                display: block;
                transition: 0.5s all ease;
                font-size: 16px;
            }

                .nav ul li a:hover {
                    background-color: #009ADE;
                    color: #fff;
                }

            .nav ul li.active a {
                background-color: #009ADE;
                color: #fff;
            }

            .nav ul li ul {
                position: absolute;
                top: 100%;
                z-index: 1000;
                float: left;
                min-width: 176px;
                background: #fff;
                display: none;
            }

                .nav ul li ul li {
                    display: block;
                    float: none;
                    border-top: 0.5px solid rgba(0,0,0,0.4);
                }

                    .nav ul li ul li a {
                        margin: 0;
                        padding: 10px 5px;
                    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.contact {
    position: relative;
    float: right;
    width: 20%;
    /* background: #009ADE; */
    max-width: 200px;
    min-width: 200px;
    height: 100%;
}

    .contact a {
        background: #009ADE;
        color: #f1f1f1;
        display: block;
        font-size: 14px;
        padding: 10px 10px 27px 65px;
        position: relative;
        transition: 0.3s all ease-out;
    }

        .contact a:hover {
            background: #333;
        }

        .contact a img {
            left: 22px;
            position: absolute;
            top: 33px;
            width: 36px;
        }

        .contact a span {
            font-weight: 700;
            padding-top: 3px;
            display: block;
            color: #fff;
        }


.home-banner {
    width: 100%;
    float: left;
    overflow-x: hidden;
}

.flexslider {
    margin-bottom: 0 !important;
    border-top: 0 !important;
}

.swiper-container {
    width: 100%;
}

.swiper-slide img {
    width: 100%;
}

.heading {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    width: 100%;
    float: left;
}



    .heading:after {
        content: "";
        height: 3px;
        width: 205px;
        background: #009ADE;
        display: block;
        margin: 10px auto;
    }

        .heading:after:after {
            content: "";
            height: 3px;
            width: 85px;
            background: #009ADE;
            display: block;
            margin: 10px auto;
        }

.home-about-outer {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.home-about {
    width: 100%;
    float: left;
    position: relative;
}

.home-about-left {
    width: 35%;
    float: left;
    position: relative;
}

    .home-about-left img {
        width: 95%;
        margin: 2.5%;
        border-radius: 50%;
        transition: 0.3s ease-out;
    }

        .home-about-left img:hover {
            width: 100%;
            margin: 0;
            border-radius: 25%;
        }

.home-about-right {
    width: 61%;
    margin: 2%;
    float: left;
    min-height: 403px;
}

.home-degree {
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    background: #009ADE;
    color: #fff;
    padding: 10px 1%;
    width: 98%;
    float: left;
    margin: 30px 0 10px;
}


.home-about-right p {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    float: left;
    padding: 5px 0;
    text-align: justify;
    color: #4d4d4d;
}

/*.home-about-right p:nth-child(2) {
        margin-top: 20px;
        float: left;
    }*/

.read-more-about {
    float: left;
    position: absolute;
    bottom: 40px;
}

    .read-more-about a {
        display: block;
        padding: 12px 40px;
        font-size: 17px;
        color: #fff;
        background: #009ADE;
        text-transform: uppercase;
        font-weight: 600;
        transition: 0.5s ease;
    }

        .read-more-about a:hover {
            background: #333;
        }

.home-conditions-outer {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    background-image: url('../images/cardiology-doc-day-17.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    margin-bottom: 50px;
}

.filter {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}

.home-conditions-outer .heading {
    color: #fff;
    position: relative;
}

.home-condition-list {
    width: 100%;
    float: left;
    margin-top: 30px;
}

    .home-condition-list ul {
        list-style-type: none;
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }

        .home-condition-list ul li {
            width: 45%;
            margin: 1% 2.5%;
            float: left;
            position: relative;
            /* line-height: 44px; */
            text-align: center;
            /* background: #009ADE; */
        }

            .home-condition-list ul li a {
                font-size: 26px;
                color: #fff;
                transition: 0.5s ease-out;
                display: block;
                padding: 10px 0;
                background: #009ADE;
            }

                .home-condition-list ul li a:hover {
                    background: #fff;
                    color: #333;
                }

    .home-condition-list .read-more-about {
        float: none;
        position: relative;
        bottom: 0;
        display: table;
        margin: auto;
    }

.copyright {
    width: 100%;
    float: left;
    background: #f1f1f1;
    padding: 10px 0;
    color: #000;
}

.copy-left {
    float: left;
}

.copy-right {
    float: right;
}

.cas-studies-outer {
    width: 100%;
    float: left;
    padding: 50px 0;
    position: relative;
}

    .cas-studies-outer .read-more-about {
        position: relative;
        bottom: 0;
        float: none;
        display: table;
        margin: 0px auto;
    }

    .cas-studies-outer .heading {
        margin-bottom: 20px;
    }

.case-study {
    margin: 10px;
    text-align: center;
    padding: 20px 20px;
    background: #99e0ff;
    font-size: 15px;
    border: 2px solid #4d4d4d;
    line-height: 25px;
    min-height: 135px !important;
    transition: 0.5s ease;
    border-radius: 35px;
}

    .case-study span {
        font-size: 17px;
        font-weight: 800;
        margin-bottom: 10px;
        width: 100%;
        float: left;
        text-transform: uppercase;
    }

    .case-study:hover {
        border-color: #000;
        background: #f3f3f3;
    }

.case-study-slider-outer {
    width: 96%;
    float: left;
    margin: 0 2%;
}

.slick-prev:before, .slick-next:before {
    color: #333 !important;
}

.footer {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding: 30px 0;
    box-shadow: 1px -11px 16px -23px #000;
}

.footer-logo {
    width: 20%;
    float: left;
    margin: 1% 2.5%;
}

    .footer-logo img {
        width: 100%;
    }

.usefull-link-outer {
    width: 41%;
    margin: 3% 2%;
    float: left;
}

.footer-head {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

    .footer-head:after {
        content: "";
        height: 3px;
        width: 120px;
        background: #009ADE;
        display: block;
        margin: 10px 0;
    }

.useful-links {
    width: 100%;
    float: left;
    list-style-type: none;
}

    .useful-links li {
        position: relative;
        margin-left: 7%;
        width: 43%;
        float: left;
        line-height: 35px;
    }

        .useful-links li a {
            font-size: 20px;
            color: #000;
            transition: 0.3s ease;
        }

            .useful-links li a:hover {
                color: #009ADE;
            }

        .useful-links li:before {
            font-family: "FontAwesome";
            content: '\f0a4';
            font-size: 20px;
            color: #009ADE;
            position: absolute;
            left: -25px;
        }

.footer-speciality-outer {
    width: 28%;
    margin: 3% 1%;
    float: left;
}

.footer-speciality {
    width: 100%;
    float: left;
    list-style-type: none;
}

    .footer-speciality li {
        position: relative;
        width: 93%;
        margin-left: 7%;
        float: left;
        line-height: 35px;
    }

        .footer-speciality li:before {
            font-family: "FontAwesome";
            content: '\f0a4';
            font-size: 16px;
            color: #009ADE;
            position: absolute;
            left: -20px;
        }

        .footer-speciality li a {
            color: #000;
            transition: 0.3s ease;
        }

            .footer-speciality li a:hover {
                color: #009ADE;
            }

.all-case-reports-outer {
    width: 100%;
    float: left;
    padding: 80px 0;
}

.report {
    text-align: center;
    padding: 20px 0.5%;
    background: #b3e8ff;
    font-size: 17px;
    border: 2px solid #4d4d4d;
    line-height: 25px;
    min-height: 210px;
    transition: 0.5s ease;
    width: 29.98%;
    float: left;
    margin: 30px 1%;
    border-radius: 30px;
}

    .report:hover {
        background: #f2f2f2;
    }

    .report span {
        font-size: 17px;
        font-weight: 800;
        margin-bottom: 10px;
        width: 100%;
        float: left;
        text-transform: uppercase;
    }

.about-page-outer {
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 0;
}

.about-page-inner {
    width: 100%;
    float: left;
    position: relative;
}

    .about-page-inner .home-about-left {
        width: 35%;
        float: none;
        margin: 0 33.5%;
        position: relative;
    }

        .about-page-inner .home-about-left img {
            width: 100%;
            margin: 0;
            border-radius: 25%;
        }

    .about-page-inner .home-about-right {
        width: 96%;
        margin: 2%;
        float: left;
        min-height: 403px;
    }

        .about-page-inner .home-about-right p span {
            color: #000;
            font-size: 21px;
        }

.displaynone {
    display: none;
}

.home-testimonial-main {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    position: relative;
}

.home-testimonial-outer .read-more-about {
    float: none;
    position: relative;
    bottom: 0;
    display: table;
    margin: auto;
}

.home-testimonial-outer {
    width: 100%;
    float: left;
    background: #8f8a8a;
    background: #757070;
    /*margin-bottom: 50px;*/
    padding: 40px 0;
    position: relative;
    background-image: url('../images/feedback.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

    .home-testimonial-outer .filter {
        background: rgba(65, 62, 62, 0.9);
    }

    .home-testimonial-outer .heading {
        color: #f1f1f1;
        margin-bottom: 20px;
        position: relative;
    }

.home-testimonial {
    width: 800px;
    margin: auto;
    max-width: 95%;
    padding: 20px 40px;
    border: 1px solid #f1f1f1;
    position: relative;
    background: rgba(65, 62, 62, 0.1);
}

.home-quote {
    width: 50px;
    margin: 20px auto 30px;
    position: relative;
}

    .home-quote img {
        width: 100%;
    }

.home-testimonial-data {
    text-align: center;
    color: #fff;
    font-size: 20px;
    position: relative;
}

.home-testimonial-name {
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #c2fb3b;
    position: relative;
}

.testimonial-outer {
    width: 100%;
    float: left;
    padding: 80px 0;
    /*background: #757070;*/
}


    .testimonial-outer .heading {
        /*color: #f1f1f1;*/
        margin-bottom: 20px;
    }

.testimonial-inner {
    width: 100%;
    float: left;
}

.testimonial-main {
    width: 50%;
    float: left;
}

.testimonial {
    width: 90%;
    padding: 20px 3%;
    margin: 2%;
    /*border: 1px solid #f1f1f1;*/
    min-height: 281px;
    background: #757070;
    background: #009ADE;
    border-radius: 80px;
    box-shadow: 5px 5px 5px #888;
    transition: 1s ease all;
}

    .testimonial:hover {
        background: #6E8094;
    }

.quote {
    width: 50px;
    margin: 20px auto 30px;
}

    .quote img {
        width: 100%;
    }

.testimonial-data {
    text-align: center;
    color: #fff;
    font-size: 19px;
}

.testimonial-name {
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #c2fb3b;
}

.inner-banner {
    width: 100%;
    float: left;
}

    .inner-banner img {
        width: 100%;
        margin-bottom: -5px;
    }

.contact-outer {
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #fff;
}

.contact-form-outer {
    width: 55%;
    float: left;
}

    .contact-form-outer .heading {
        font-size: 25px;
    }

.contact-details {
    width: 41%;
    float: left;
    margin-top: 78px;
}
.image-add {
    width: 37%;
    float: left;
}
/*.contact-details-1 {*/
/*background-image: url('../images/address-image.jpg');*/
/*height: 340px;
    background-position: center center;
    position: relative;
}*/
.overlay-back {
    position: absolute;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.contact-form {
    width: 80%;
    float: left;
    margin: 20px 10%;
}

    .contact-form input[type="text"] {
        width: 91%;
        float: left;
        margin: 10px 2.3%;
        padding: 15px;
    }

    .contact-form textarea {
        width: 91%;
        float: left;
        margin: 10px 2.3%;
        padding: 15px 15px 40px;
        resize: none;
    }

.button {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.contact-form input[type="button"] {
    display: block;
    float: none;
    text-transform: uppercase;
    padding: 15px 30px;
    background: #55B64F;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: 0.5s ease all;
    margin: auto;
}

.address {
    width: 100%;
    float: left;
}

/*.address-img {
    width: 20%;
    float: left;
    margin: 20px 40% 10px;
}*/

.address-img img {
    width: 100%;
}

.address-text {
    width: 69%;
    float: left;
}

.address-text-1 {
    margin-top: 74px;
}

.address-img i {
    color: #000;
    font-size: 30px;
}

.address {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    position: relative;
}


.address-text p {
    font-size: 17px;
    font-weight: 800;
    color: #000;
    line-height: 27px;
}

    .address-text p a {
        color: #000;
    }

.speciality-outer {
    width: 100%;
    float: left;
    margin-top: 3em;
}

.gallery-outer {
    width: 100%;
    float: left;
    padding: 30px 0;
}

    .gallery-outer .read-more-about {
        float: none;
        position: relative;
        bottom: 0;
        display: table;
        margin: auto;
    }

.gallery-inner {
    width: 100%;
    float: left;
}

.gallery-col {
    width: 30.333%;
    margin: 1.5%;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: url('../images/hover-cursor.png'), pointer;
}

    .gallery-col a {
        display: block;
        cursor: url('../images/hover-cursor.png'), pointer;
    }

        .gallery-col a img {
            width: 100%;
            transition: 3s ease;
            cursor: url('../images/hover-cursor.png'), pointer;
            margin-bottom: -6px;
        }

        .gallery-col a:hover img {
            transform: scale(1.2);
        }

.cardiologist-outer {
    width: 100%;
    float: left;
}

.hospital {
    width: 46%;
    margin: 2%;
    float: left;
    background: #009ADE;
    padding: 30px 0;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #888;
    transition: 1s ease all;
}

    .hospital:hover {
        background: #6E8094;
    }

.hospital-img {
    width: 200px;
    margin: auto;
    max-width: 100%;
}

    .hospital-img img {
        width: 92%;
        background: #fff;
        padding: 4%;
    }

.hospital-txt {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #9cdd05;
}

    .hospital-txt span {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        color: #f1f1f1;
        margin: 5px 0 5px;
        display: block;
        float: left;
        width: 100%;
        letter-spacing: 1px;
    }

.appointment-outer {
    width: 100%;
    float: left;
    padding: 20px 0;
    /*background: #333;*/
    margin-bottom: 50px;
    margin-top: -6px;
    position: relative;
    background-image: url(../images/cardiology-doc-day-17.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

    .appointment-outer .filter {
        background: rgba(0,0,0,0.8);
    }

.appointment-calander {
    position: absolute;
    left: 24%;
    width: 50px;
    top: 3px;
}

.appointment-outer .heading {
    color: #fff;
    position: relative;
}

.appointment-form {
    width: 100%;
    float: left;
    position: relative;
}

    .appointment-form input {
        width: 29.1%;
        float: left;
        margin: 1%;
        padding: 10px 1%;
        border: 1px solid #4d4d4d;
    }

    .appointment-form select {
        width: 31.3368%;
        float: left;
        margin: 1%;
        padding: 10px 1%;
        border: 1px solid #4d4d4d;
        color: #555;
    }

    .appointment-form input[type="button"] {
        cursor: url('../images/hover-cursor.png'), pointer;
        background: orange;
        transition: 1s ease all;
        width: 31.3368%;
    }

        .appointment-form input[type="button"]:hover {
            background: #009ADE;
            color: #fff;
        }

.ui-accordion .ui-accordion-content {
    overflow: visible;
    /*padding: 2em 1em !important;*/
}

.ui-accordion .ui-accordion-header {
    text-align: left;
    padding: 1em 0.5em !important;
    color: #fff;
    text-shadow: 0px 0px;
    /*background: #fff;*/
    transition: 0.5s ease;
    background: #23B5B9 !important;
}

.ui-accordion .ui-state-active {
    color: #fff !important;
    border: 1px solid #e45753 !important;
    background: #e45753 !important;
}

.speciality {
    width: 100%;
    float: left;
}

.speciality-left {
    width: 30%;
    float: left;
}

    .speciality-left img {
        width: 100%;
    }

.speciality-right {
    width: 67%;
    float: left;
    margin-left: 3%;
}

.speciality-list {
    list-style-type: square;
}

    .speciality-list li {
        line-height: 25px;
    }

.case-study-slider .testimonial {
    padding: 20px;
    margin: 20px;
}

.txt-books-outer {
    width: 100%;
    float: left;
    position: relative;
}

.txt-books-inner {
    width: 100%;
    float: left;
}

.txt-book {
    width: 96%;
    margin: 2%;
    float: left;
    transition: 0.5s ease all;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

    .txt-book:hover {
        background: #dad8d8;
    }

.txt-book-left {
    width: 15%;
    float: left;
}

    .txt-book-left img {
        max-width: 100%;
        box-shadow: 5px 5px 10px #888;
    }

.txt-book-right {
    width: 83%;
    float: left;
    margin-left: 2%;
}

    .txt-book-right p {
        width: 100%;
        float: left;
        font-size: 30px;
        line-height: 50px;
        font-weight: 100;
        margin-top: 50px;
    }

        .txt-book-right p span {
            font-weight: 700;
        }

.guidlines-outer {
    width: 100%;
    float: left;
}

.guidlines-inner {
    width: 100%;
    float: left;
}

.guidline {
    width: 95%;
    margin: 2.5%;
    float: left;
    transition: 0.5s ease all;
    padding: 10px;
}

    .guidline a {
        color: #000;
    }

    .guidline ul {
        list-style-type: square;
        margin-left: 30px;
        font-size: 25px;
        line-height: 40px;
    }

        .guidline ul li span {
            font-weight: 600;
            font-size: 26px;
        }

    .guidline:hover {
        background: #dad8d8;
    }

.articles-outer {
    width: 100%;
    float: left;
}

.articles-inner {
    width: 95%;
    margin: 2.5%;
    float: left;
}

    .articles-inner ul {
        list-style-type: square;
        margin-left: 30px;
        font-size: 20px;
        line-height: 30px;
    }

        .articles-inner ul li {
            margin: 20px 0;
            transition: 0.5s ease all;
            padding: 5px;
        }

            .articles-inner ul li:hover {
                background: #dad8d8;
            }


.ecg-outer {
    width: 100%;
    float: left;
}

.ecg-inner {
    width: 95%;
    margin: 2.5%;
    float: left;
}

.ecg {
    width: 100%;
    float: left;
    margin: 30px 0;
    border: 1px solid rgba(0,0,0,0.5);
    transition: 0.5s ease all;
    box-shadow: 2px 3px 5px #888;
}

    .ecg:hover {
        background: #dad8d8;
    }

.ecg-txt {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    float: left;
    padding: 10px;
}

.ecg-img {
    width: 100%;
    float: left;
    padding: 10px;
}

    .ecg-img img {
        max-width: 80%;
        display: block;
        margin: 10px auto;
    }

.paper-outer {
    width: 100%;
    float: left;
}

.paper-inner {
    width: 95%;
    margin: 2.5%;
    float: left;
    font-size: 40px;
    line-height: 50px;
    padding: 10px;
    text-align: center;
}

.dissertations-outer {
    width: 100%;
    float: left;
}

.dissertations-inner {
    width: 100%;
    float: left;
}

.dissertations {
    width: 95%;
    margin: 2.5%;
    float: left;
    padding: 10px;
    transition: 0.5s ease all;
}

    .dissertations:hover {
        background: #dad8d8;
    }

    .dissertations p {
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }

.projects-outer {
    width: 100%;
    float: left;
}

.projects-inner {
    width: 100%;
    float: left;
}

    .projects-inner ul {
        list-style-type: square;
        margin-left: 30px;
        font-size: 22px;
        line-height: 30px;
        float: left;
    }

        .projects-inner ul li {
            margin: 20px 0;
            padding: 10px;
            transition: 0.5s ease all;
            text-align: justify;
        }

            .projects-inner ul li:hover {
                background: #dad8d8;
            }

.publications-outer {
    width: 100%;
    float: left;
}

.publications-inner {
    width: 100%;
    float: left;
}

.pub-col {
    width: 30.333%;
    float: left;
    margin: 1.5%;
}

    .pub-col a {
        display: block;
        padding: 40px 0;
        text-align: center;
        background: #009ADE;
        color: #fff;
        transition: 0.5s ease all;
        font-size: 20px;
    }

        .pub-col a:hover {
            background: #000;
        }


.gallery-inner .heading {
    font-size: 30px;
}

.special-cases-outer {
    width: 100%;
    float: left;
}

.special-case-inner {
    width: 100%;
    float: left;
}

.special-case {
    width: 100%;
    float: left;
    margin: 2.5% 0;
    padding: 10px 2.5%;
    box-sizing:border-box;
    /* padding: 0px; */
    transition: 0.3s ease all;
}

   /* .special-case:hover {
        box-shadow: 5px 5px 10px #888;
    }*/

.special-case-head {
    text-transform: uppercase;
    float: left;
    width: 98%;
    padding: 5px 0;
    padding-left: 2%;
    text-align: center;
    font-size: 30px;
    color: #000;
}
    .special-case-head::after {
        content: "";
        height: 3px;
        width: 70px;
        background: #009ADE;
        display: block;
        margin: 4px auto;
    }
    .underline {
        align-items: center;
        width: 400px;
        height: 5%;
        background-color: #009ADE;
    }
.special-case p {
    width: 100%;
    float: left;
    margin: 20px 0;
    text-align: justify;
    font-size: 20px;
    /*text-transform: uppercase;*/
}

.case1-img {
    width: 300px;
    max-width: 80%;
    float: left;
    margin: 20px 40px;
}

.home-about-right table {
    border-collapse: collapse;
    width: 100%;
}

    .home-about-right table tr td, .home-about-right table tr th {
        border: 1px solid rgba(0, 154, 222,0.3);
        border-collapse: collapse;
        padding: 10px 0;
        text-align: center;
    }

    .home-about-right table tr th {
        background: rgba(0, 154, 222,0.3);
        color: #000;
    }

.interventional-outer {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

    .interventional-outer p {
        font-size: 20px;
        font-weight: 600;
        width: 100%;
        float: left;
        padding: 5px 0;
        text-align: justify;
        color: #4d4d4d;
    }

    .interventional-outer ol {
        font-size: 17px;
        font-weight: 600;
        color: #4d4d4d;
        float: left;
        margin-left: 30px;
    }

.interventional-inner {
    width: 100%;
    float: left;
}

.case-home {
    width: 30%;
    float: left;
    margin: 20px 2.5%;
}

.case-home-txt {
    width: 65% !important;
    float: left !important;
    margin: 20px 0 !important;
    text-align: justify !important;
    font-size: 25px !important;
}

    .case-home-txt a {
        display: block;
        margin-top: 30px;
        color: #fff;
        background: #009ADE;
        padding: 5px 0;
        width: 180px;
        text-align: center;
        transition: 0.5s ease all;
    }

        .case-home-txt a:hover {
            background: #333;
        }

.patient-info-outer {
    width: 100%;
    float: left;
    margin: 50px 0;
}

.patient-info {
    width: 30.333%;
    margin: 0 1.5%;
    float: left;
}

    .patient-info iframe {
        width: 100%;
        height: 300px;
    }

.rotablation {
    width: 100%;
    float: left;
    margin: 50px 0;
}

    .rotablation iframe {
        display: block;
        margin: auto;
        max-width: 90%;
    }

    .rotablation video {
        width: 350px;
        margin: auto;
        display: block;
        cursor: url('../images/cursor.png'), default;
    }

.case-row {
    width: 100%;
    float: left;
    margin: 10px 0;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

    .case-row:last-child {
        border-bottom: 0;
    }

.case-half-img {
    width: 30%;
    float: left;
}

    .case-half-img .img1 {
        display: block;
        width: 95%;
        margin: 0;
        float: left;
    }

.case-half-txt {
    width: 68%;
    margin: 1%;
    float: left;
}

    .case-half-txt p {
        margin: 10px 0;
        font-size: 22px;
    }

.big {
    width: 50%;
}

.small {
    width: 48%;
    margin: 1%;
}

.img2 {
    width: 95%;
    margin: 0;
    float: left;
}

/*------------Tabs-----------------*/
.tabs {
    width: 100%;
    margin: 0;
    height: 100%;
    float: left;
}

.tab_menu {
    margin-top: 35px;
    list-style-type: none;
    width: 100%;
    float: left;
    padding: 0px;
}

    .tab_menu li {
        display: block;
        float: left;
        /* padding: 5px 0px; */
        width: 50%;
        margin: 0;
        background: #000;
    }

        .tab_menu li a {
            text-decoration: none;
            color: #fff;
            /* background-color: #a02b2d; */
            padding: 15px;
            display: block;
            text-align: center;
            /* border-left: 3px solid #a02b2d; */
            /* border-right: 3px solid #a02b2d; */
            /* border-top: 3px solid #a02b2d; */
            /* box-shadow: 5px 0px 5px #888888; */
            cursor: pointer;
            font-size: 25px;
            transition: 0.3s ease-in;
        }

            .tab_menu li a:hover {
                background-color: #fff;
                color: #04252f;
                /* font-weight: 600; */
                transition: 0.3s ease-in;
            }

.tab_content {
    width: 100%;
    height: 100%;
    float: left;
}

.tab_menu .active {
}

    .tab_menu .active a {
        background-color: #01529A;
        color: #fff;
        /* font-weight: 600; */
        transition: 0.3s ease-in;
    }

.tab_content_item {
    margin-top: 9px;
    z-index: 0;
    /* border: 2px solid #a02b2d; */
    width: 100%;
    float: left;
    /* box-shadow: 10px 10px 5px #888888; */
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    /* padding-bottom: 30px; */
    display: none;
    /*background: #0f81a3;*/
    /*color: #fff;*/
    /*background: url(../images/mid-banner.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;*/
    padding: 1em 0;
}

    .tab_content_item a {
        color: #000;
        text-decoration: none;
    }

    .tab_content_item.active {
        display: block;
    }

.patient-brochure-outer {
    width: 28.333%;
    margin: 1% 2.5%;
    float: left;
    padding: 5px 0;
    border: 1px solid #000;
    box-sizing: border-box;
    background: #cccccc;
    transition: 0.3s ease all;
    vertical-align: top;
    height: 340px;
}

    .patient-brochure-outer:hover {
        background: #EBEAEA;
    }

    .patient-brochure-outer a {
        display: block;
    }

        .patient-brochure-outer a img {
            width: 200px;
            max-width: 90%;
            display: block;
            margin: auto;
            box-shadow: 2px 2px 5px #888;
            transition: 0.5s ease all;
        }

            .patient-brochure-outer a img:hover {
                box-shadow: 2px 2px 8px #000;
                transform: scale(1.05);
            }

    .patient-brochure-outer p {
        text-align: center;
        font-size: 14px;
        padding: 10px 0;
        color: #000;
    }

.brochure-main {
    width: 100%;
    float: left;
}

/*------------Tabs end-------------*/


.full {
    width: 100%;
    float: left;
    margin: 30px 0;
}

.half {
    width: 49%;
    float: left;
    margin: 0.5%;
}

.conference-slider-outer {
    width: 60%;
    float: left;
    margin: 0 20%;
}

.covid {
    width: 100%;
    float: left;
    margin: 30px auto;
}

.covid-inner {
    width: 500px;
    max-width: 100%;
    margin: auto;
}

.covid .heading {
    font-size: 25px;
}

.covid-inner a {
    display: block;
    width: 100%;
    float: left;
}

    .covid-inner a img {
        width: 100%;
    }

/*.home-condition-list ul li:before {
                font-family: "FontAwesome";
                content: '\f0a4';
                font-size: 25px;
                color: #009ADE;
                position: absolut
    e;
                left: -34px;
            }*/

/*.flex-direction-nav a:before {
    font-family: "Font Awesome 5 Solid" !important;
    font-size: 40px !important;
    display: inline-block !important;
    content: '\f0a4' !important;
    color: rgba(0, 0, 0, 0.8) !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) !important;
}

.flex-direction-nav a.flex-next:before {
    content: '\f0a5' !important;
}*/
