﻿@charset "UTF-8";


body {
    padding: 0px;
    margin: 0px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; /* Chrome, Safari */
    text-rendering: optimizeLegibility; /* Firefox */
    font-weight: 400;
    color: #032237;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

h2 {
    font-weight: 700;
    font-size: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    word-break: break-word;
    line-height: 1.4;
    margin: 0;
    font-family: Poppins, sans-serif;
}

p {
    word-break: break-word;
    margin: 0;
}

button,
input,
optgroup,
select,
textarea {
    font-family: Poppins, sans-serif;
}

    button:focus {
        outline: none !important;
    }

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a, a:hover {
    text-decoration: none;
}



/* header */

.top-header {
    background: #032237;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 8px 0;
}

.top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .top-inner > div {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #fff;
    }

        .top-inner > div p {
            margin: 0;
            font-weight: 600;
        }

        .top-inner > div i {
            color: #2bbad0;
            margin-right: 10px;
        }

    .top-inner .call-us a {
        color: #fff;
        font-weight: 600;
    }

    .top-inner .timing p span {
        color: #2bbad0;
        padding: 0 10px;
    }



header {
    z-index: 999;
    width: 100%;
    padding: 0px 0;
    background: #ffffff;
    transition: all 0.2s ease-in-out 0.2s;
    -webkit-box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
    box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
}

    header.fixed {
        -webkit-box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
        -moz-box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
        box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
        position: fixed;
    }

    header .logo {
        display: block;
    }

        header .logo img {
            max-width: 168px;
            margin: 0;
        }

.NavBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .mainNav {
    display: flex;
    align-items: center;
}

    header .mainNav li {
        display: block;
        list-style-type: none;
        font-size: 16px;
        padding: 20px 10px;
        position: relative;
    }

        header .mainNav li a {
            color: #032237;
            text-decoration: none;
            font-weight: 600;
            display: flex;
            width: 100%;
            align-items: center;
        }

            header .mainNav li a:hover {
                color: #2bbad0;
            }

        header .mainNav li .subMenu {
            -webkit-transition: all 0.6s;
            -moz-transition: all 0.6s;
            -ms-transition: all 0.6s;
            -o-transition: all 0.6s;
            transition: all 0.6s;
            max-height: 0;
            display: block;
            overflow: hidden;
            padding: 0;
            opacity: 0;
            position: absolute;
            background: #ffffff;
            min-width: 230px;
            border: 1px solid #eee;
            top: 100%;
        }

            header .mainNav li .subMenu li {
                width: 100%;
                display: inline-block;
                padding: 0;
            }

                header .mainNav li .subMenu li a {
                    padding: 8px 15px;
                }

                    header .mainNav li .subMenu li a:hover {
                        background: #2bbad0;
                        color: #ffffff;
                    }

        header .mainNav li:hover .subMenu {
            max-height: 400px;
            opacity: 1;
            min-width: 230px;
            top: 100%;
            overflow-y: auto;
        }

        header .mainNav li.active a {
            color: #2bbad0;
        }

        header .mainNav li:last-child .subMenu {
            right: 0;
        }

header .header-top-left .menu-toggle {
    display: none;
}

header .mainNav li.mobile-top {
    display: none;
}

header span.submenu-icon {
    display: none;
}



/******header end********/


.main-banner {
    background: url(../images/banner.jpg) no-repeat !important;
    min-height: 450px !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
}

    .main-banner h1 {
        text-transform: uppercase;
        color: #fff;
        margin: 0 0 30px;
        font-size: 42px;
    }

.btn {
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 30px;
}

.btn-primary {
    background: #2bbad0;
    border-color: #2bbad0;
    color: #fff;
}

    .btn-primary:hover {
        background: #032237;
        border-color: #032237;
    }

    .btn-primary:focus, .btn-primary:active {
        background: #032237 !important;
        box-shadow: none !IMPORTANT;
        border-color: #032237 !important;
    }

.ContentSection {
    padding: 50px 0;
}

.srishti-content h2 {
    color: #032237;
    margin: 0 0 10px;
}

.srishti-content span {
    font-weight: 600;
    color: #2bbad0;
}

.srishti-content p {
    font-weight: 500;
    margin: 20px 0 0;
}

.OurSpeciality {
    background: #eff3ff;
}

    .OurSpeciality h2 {
        margin-bottom: 20px;
    }

.OurSpecialityBlock {
    display: flex;
    background: #032237;
    border-radius: 10px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 200px;
    padding: 15px;
    margin-top: 30px;
    transition: all 0.5s;
}

    .OurSpecialityBlock img {
        max-width: 80px;
        display: block;
        margin: 0 auto 20px;
    }

    .OurSpecialityBlock h5 {
        color: #fff;
        font-size: 16px;
    }

    .OurSpecialityBlock:hover, .OurSpecialityBlock.active {
        background: #29bcd0;
    }

.OurDoctors h2 {
    margin-bottom: 20px;
}

.OurDoctorsBlock {
    background: #fafbf6;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    margin-top: 30px;
}

    .OurDoctorsBlock img {
        max-height: 310px;
        width: 100%;
    }

    .OurDoctorsBlock .DoctorDesc {
        background: #29bcd0;
        color: #fff;
        text-align: center;
        padding: 12px 10px;
    }

        .OurDoctorsBlock .DoctorDesc h4 {
            font-size: 18px;
        }

    .OurDoctorsBlock .DSocialIcon {
        position: absolute;
        background: rgba(41,188,208,0.4);
        width: 100%;
        height: 0;
        top: auto;
        left: 0;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        bottom: 70px;
        padding-bottom: 0;
        transition: all 0.5s;
        opacity: 0;
    }

        .OurDoctorsBlock .DSocialIcon a {
            background: #fff;
            color: #032237;
            width: 26px;
            height: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin: 0 3px;
            font-size: 15px;
        }

            .OurDoctorsBlock .DSocialIcon a:hover {
                background: #032237;
                color: #fff;
            }

    .OurDoctorsBlock:hover .DSocialIcon {
        height: calc(100% - 70px);
        padding-bottom: 30px;
        opacity: 1;
    }

.WhatSays {
    background: #eff3ff;
}

    .WhatSays h2 {
        margin-bottom: 50px;
    }

.WhatSaysBlock {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}

    .WhatSaysBlock .top h5 {
        font-weight: 700;
        font-size: 20px;
    }

    .WhatSaysBlock .top span {
        color: #29bcd0;
        display: block;
        font-weight: 600;
        margin: 5px 0 0;
    }

    .WhatSaysBlock .top img {
        width: auto;
        position: absolute;
        right: 30px;
        top: 25px;
        max-width: 45px;
    }

    .WhatSaysBlock p {
        font-style: italic;
        font-weight: 500;
        margin: 20px 0 0;
        line-height: 24px;
    }

.WhatSays .owl-carousel .owl-nav {
    text-align: center;
    margin: 50px 0 0;
}

    .WhatSays .owl-carousel .owl-nav button {
        background: #29bcd0;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        color: #fff;
        font-size: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 10px;
        text-indent: -9999px;
    }

        .WhatSays .owl-carousel .owl-nav button:hover {
            background: #032237;
        }

        .WhatSays .owl-carousel .owl-nav button.owl-next {
            content: "/f104";
            font: normal normal normal 26px/1 FontAwesome;
            text-indent: 0;
            line-height: normal;
        }

        .WhatSays .owl-carousel .owl-nav button.owl-prev {
            content: "/f105";
            font: normal normal normal 26px/1 FontAwesome;
            text-indent: 0;
            line-height: normal;
        }

.videos {
    background: #fff;
}

.ArticleBlock {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

    .ArticleBlock > img {
        min-height: 150px;
        max-height: 150px;
        object-fit: cover;
    }

    .ArticleBlock .ArticleItem {
        padding: 20px;
    }

        .ArticleBlock .ArticleItem h4 {
            font-size: 16px;
            font-weight: 600;
            min-height: 45px;
            overflow: hidden;
            max-height: 45px;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            white-space: normal;
        }

        .ArticleBlock .ArticleItem .date {
            margin: 10px 0;
            font-size: 13px;
            font-weight: 500;
            opacity: 0.8;
            color: #666;
        }

        .ArticleBlock .ArticleItem .article-detail {
            color: #032237;
            margin-bottom: 10px;
            overflow: hidden;
            max-height: 65px;
            -webkit-line-clamp: 3;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            white-space: normal;
            font-weight: 500;
        }

        .ArticleBlock .ArticleItem a {
            color: #29bcd0;
            font-weight: 500;
        }

.MapSec iframe {
    width: 100%;
    height: 300px;
}

.Footer {
    background: #032237;
    color: #fff;
    padding: 40px 0 0;
}

    .Footer .footer-logo img {
        max-width: 200px;
    }

    .Footer .footer-menu h5 {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 20px;
    }

    .Footer .footer-menu ul li a, .Footer .footer-menu a {
        color: #fff;
        margin: 2px 0;
        display: inline-block;
    }

        .Footer .footer-menu ul li a:hover, .Footer .footer-menu a:hover {
            color: #29bcd0;
        }

    .Footer .footer-menu p {
        margin: 5px 0;
    }

.copyright {
    text-align: center;
    padding: 15px;
    margin: 50px 0 0;
    border-top: 1px solid #29bcd0;
    font-size: 12px;
    font-weight: 500;
}

    .copyright a {
        color: #fff;
    }

        .copyright a:hover {
            color: #29bcd0;
        }


.sticky-need-help {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -308px;
    z-index: 100;
    transition: all .5s
}

    .sticky-need-help.open {
        right: 0
    }

    .sticky-need-help .sticky-btn {
        background: #29bcd0;
        color: #fff;
        padding: 0;
        border-radius: 0;
        max-width: 73px;
        cursor: pointer;
        position: relative;
        box-shadow: 0 0 7px rgba(0,0,0,0.5)
    }

        .sticky-need-help .sticky-btn .img {
            max-width: 73px;
            margin-top: -32px;
            background: #0157e0;
            border-radius: 100%;
            position: relative;
            z-index: 1;
            padding: 4px;
            box-shadow: 0 -3px 3px rgba(0,0,0,0.5)
        }

            .sticky-need-help .sticky-btn .img img {
                width: 65px;
                border-radius: 50%;
                height: 65px
            }

        .sticky-need-help .sticky-btn .text {
            transform: rotate(-90deg);
            margin-top: 25px;
            transform-origin: 100% 100%
        }

            .sticky-need-help .sticky-btn .text span {
                line-height: 1;
                background-color: #29bcd0;
                border: 0;
                font-weight: 600;
                white-space: nowrap;
                outline: none;
                font-size: 24px;
                padding: 24px 9px;
                display: inline-block;
                letter-spacing: .2px
            }

.sticky-side-area {
    background: #29bcd0;
    display: flex;
    max-width: 462px;
}

.sticky-side-sec {
    padding: 25px 31px 25px 20px;
    background: #fff;
    border: 2px solid #29bcd0;
    position: relative;
    border-left: none;
    color: #032237;
}

    .sticky-side-sec .close-btn {
        text-align: right;
        position: absolute;
        right: 5px;
        top: -32px;
        display: block;
    }

        .sticky-side-sec .close-btn button {
            background-color: #032237;
            color: #fff;
            border: 0;
            border-radius: 100%;
            outline: none;
            font-size: 10px;
            width: 25px;
            height: 25px;
            padding: 0;
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

            .sticky-side-sec .close-btn button span {
                font-size: 14px;
                font-weight: normal;
            }

    .sticky-side-sec .text-content {
        min-height: 130px;
    }

        .sticky-side-sec .text-content h5 {
            margin: 0 0 15px !important;
            font-size: 20px !important;
        }

        .sticky-side-sec .text-content ul li a {
            color: #032237;
            font-size: 16px;
            display: flex;
            align-items: center;
        }

            .sticky-side-sec .text-content ul li a:hover {
                color: #29bcd0;
            }

            .sticky-side-sec .text-content ul li a span {
                margin-right: 12px;
                color: #29bcd0;
            }

        .sticky-side-sec .text-content ul li {
            margin-bottom: 12px;
        }

            .sticky-side-sec .text-content ul li:last-child {
                margin-bottom: 0;
            }

        .sticky-side-sec .text-content ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

/*********************************Responsive Css*************************************/


@media (max-width:991px) {
    header .header-top-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

        header .header-top-left .menu-toggle {
            display: block;
            background: none;
            width: 36px;
            height: 26px;
            margin: 0;
            color: #2bbad0;
        }

    header ul.mainNav li.mobile-top {
        display: block;
        padding: 20px;
        position: sticky;
        top: 0;
        z-index: 1;
        background: #fff;
    }

        header ul.mainNav li.mobile-top .m-top-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }

            header ul.mainNav li.mobile-top .m-top-inner a.close {
                float: none;
                width: auto;
                opacity: 1;
                text-shadow: none;
                color: #2bbad0;
            }

    header ul.mainNav {
        float: none;
        width: 100%;
        display: block;
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 99;
        max-height: 100vh;
        overflow: auto;
        min-height: 100vh;
        left: -100%;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -moz-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
        -o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
        -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
        transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    }

        header ul.mainNav.active {
            left: 0;
        }

        header ul.mainNav li {
            font-size: 16px;
            display: block;
            padding: 15px 20px;
        }

    header .mainNav > li > a i.material-icons {
        display: none;
    }

    header span.submenu-icon {
        display: block;
        height: 24px;
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
        z-index: 1;
    }

    header ul.mainNav ul.subMenu {
        position: relative;
        transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition-duration: 0.4s;
        transition-duration: 0.2s;
        display: none;
        overflow: visible;
        opacity: 1;
        max-height: inherit;
        border: none;
        margin-top: 10px;
    }

    .main-banner {
        min-height: 350px !important;
    }

    .top-inner > div {
        font-size: 12px;
    }
}


@media (max-width:767px) {
    .main-banner {
        min-height: 280px !important;
    }

        .main-banner h1 {
            font-size: 32px;
        }

    .footer-logo {
        margin-bottom: 20px;
    }

    .WhatSays h2 {
        margin-bottom: 30px;
    }

    h2 {
        font-size: 26px;
    }

    .ContentSection {
        padding: 30px 0;
    }

    .top-inner {
        display: block;
        text-align: center;
    }

        .top-inner > div {
            justify-content: center;
        }

            .top-inner > div i {
                margin-right: 5px;
                font-size: 16px;
            }

        .top-inner .timing p span {
            display: block;
            height: 0;
            opacity: 0;
        }

    header .logo img {
        max-width: 120px;
        margin: 0;
    }
    .sticky-need-help {
        display: none;
    }
}
