/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Medical clinic          ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

1 imported styles
2 flaticon reset styles
3 .top-bar styles
4 .header styles
5 .mainmenu-area styles
6 .rev_slider_wrapper styles
7 .call-to-action styles
8 .single-specialize styles
9 .full-sec styles
10 .offer-wrapper styles
11 .single-service-home styles
12 .faq-home styles
13 .fact-counter-wrapper styles
14 .single-team-member styles
15 .testimonials-wrapper styles
16 .single-blog-post styles
17 .footer-call-to-action styles
18 .footer styles
19 .footer-bottom styles
20 contact form validation styles
21 .home-appointment-form styles
22 select menu item styles
23 date picker styles
24 .inner-header styles
25 .about-content styles
26 .single-award styles
27 .contact-content styles
28 .appointment-content styles
29 .page-navigation styles
30 .side-bar-widget styles

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

/* 1 imported styles */

@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,900,800italic,900italic);

@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(hover.css);
@import url(jquery.fancybox.css);
@import url(jquery.bxslider.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(animate.min.css);
@import url(../fonts/flaticon/flaticon.css);

@import url(../revolution/css/settings.css);

@import url(../js/jquery-ui-1.11.4/jquery-ui.css);



body {
    font-family: sans-serif;
    font-size: 14px;
    color: #9C9C9C;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}

a, a:hover, a:active {
    text-decoration: none;
}

    a:hover, a:focus, a:visited {
        text-decoration: none;
        outline: none;
    }

/*.fa-facebook:hover {
    border-radius: 50%;
    box-shadow: 0px 0px 12px 5px #0e6aad;
}
.fa-instagram:hover {
    box-shadow: 0px 0px 12px 5px #da1b4b;
    border-radius: 20%;
}*/

img {
    min-width: 40%;
}

p {
    color: #666666;
    font-weight: 300;
    line-height: 23.5px;
    margin: 0 0 15px;
}

.p0 {
    padding: 0 !important;
}

.thm-btn {
    background: #0e6aad;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 5px;
    border: 2px solid transparent;
    transition: all .3s ease;
	margin-top: 18px;
	
}

    .thm-btn:hover,
    .thm-btn.inverse {
        background-color: #fff;
        border-color: #0e6aad;
        color: #0e6aad;
    }

        .thm-btn.inverse:hover {
            background: #0e6aad;
            border-color: #0e6aad;
            color: #fff;
        }

.thm-btn1 {
    background: #0e6aad;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 17px;
    border: 2px solid transparent;
    transition: all .3s ease;
    top: 97px;
}

    .thm-btn1:hover,
    .thm-btn1.inverse {
        background-color: #fff;
        border-color: #0e6aad;
        color: #0e6aad;
    }

        .thm-btn1.inverse:hover {
            background: #0e6aad;
            border-color: #0e6aad;
            color: #fff;
        }

.sec-pdd-bot-80 {
    padding-bottom: 80px;
}

.sec-pdd-90 {
    padding: 80px 0;
}

.sec-pdd-bot-90 {
    padding-bottom: 90px;
}

.sec-pdd-top-90 {
    padding-top: 90px;
}

.sec-pdd-90-85 {
    padding: 46px 0 55px;
}

.sec-pdd-90-68 {
    padding: 90px 0 68px;
}

.sec-pdd-90-80 {
    padding: 90px 0 80px;
}

.sec-pdd-90-45 {
    padding: 90px 0 45px;
}

.sec-pdd-bot-85 {
    padding-bottom: 85px;
}

.item-margin-top {
    margin-top: 50px;
}

.item-margin-top-40 {
    margin-top: 40px;
}

.sec-title {
    margin-bottom: 4px;
}

    .sec-title h2 {
        color: #202a30;
        font-size: 32px;
        font-weight: bold;
        margin: 0 0 0px;
        /* text-transform: capitalize; */
        line-height: 3;
        /* padding-top: 41px; */
    }

    .sec-title p {
        font-size: 16px;
        color: #747474;
        margin: 0;
        margin-bottom: 20px;
    }

    .sec-title span.decor {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 2px solid #E6E6E6;
        background: #fff;
        display: inline-block;
        position: relative;
        z-index: 1;
    }

    .sec-title span.inner {
        width: 6px;
        height: 6px;
        background: #EAEAEA;
        border-radius: 50%;
        display: block;
        margin: auto;
        margin-top: 3px;
    }

    .sec-title span.decor:before,
    .sec-title span.decor:after {
        content: '';
        position: absolute;
        top: 5px;
        width: 50px;
        height: 2px;
        background: #E6E6E6;
        z-index: -1;
    }

    .sec-title span.decor:before {
        left: 14px;
    }

    .sec-title span.decor:after {
        right: 14px;
    }

    .sec-title.text-left span.decor {
        margin-left: 50px;
    }

    .sec-title.style-two span.decor {
        border-color: #0e6aad;
    }

        .sec-title.style-two span.decor .inner {
            background: #0e6aad;
        }

        .sec-title.style-two span.decor:after {
            right: -94px;
        }

        .sec-title.style-two span.decor:before,
        .sec-title.style-two span.decor:after {
            background: #DCDCDC;
        }

    .sec-title.colored span.decor {
        border-color: #337ab7;
    }

        .sec-title.colored span.decor span.inner {
            background: #337ab7;
        }

        .sec-title.colored span.decor:before,
        .sec-title.colored span.decor:after {
            background: #337ab7;
        }

.three-item-carousel .owl-dot.active {
    display: none;
}

.no-bg {
    background: none !important;
}

/*slider*/
.slider {
    width: 100%;
    float: left;
    overflow-x: hidden;
}

/*silder-end*/
/* 2 flaticon reset styles */

.enquiry {
    display: none;
}

.menu-container {
    width: 1200px;
    max-width: 95%;
    margin: 0 auto;
    float: none;
}

    .menu-container .logo {
        width: 120px;
        float: left;
    }

        .menu-container .logo a {
            display: block;
        }

            .menu-container .logo a img {
                width: 100%;
            }

.pull-right {
    float: right;
}
/*****Testimonial*******/

.container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.insideContent {
    height: auto;
    width: 100%;
    margin: 11px auto;
    text-align: center;
    color: #333;
}

.galleryGrid {
    border: 0 none;
    display: table;
    margin: 21px auto 0;
    width: 1000px;
}

.gallerylist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.gallerygrid {
    background-color: #fff;
    display: inline-block;
    padding-bottom: 50px;
    width: 100%;
}

.gallerylist li {
    border: 1px solid #4ab7f6;
    box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.9);
    float: left;
    margin: 1.5%;
    padding: 2px;
    position: relative;
    width: 30.333%;
}

    .gallerylist li img {
        width: 100%;
        display: block;
    }



.masking {
    background: rgba(15, 137, 209, 0.68);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 500000;
}

.gallerylist li a.info {
    background: #3E4095;
    color: #fff;
    display: inline-block;
    left: 59px;
    padding: 7px 14px;
    position: relative;
    text-decoration: none;
}

.gallerylist li a.info {
    transform: translateY(82px);
    transition: all 0.2s linear 0s;
}






.mediagrid {
    border: 0 none;
    display: table;
    margin: 21px auto 0;
    width: 1000px;
}

/*****Testimonial-end*******/

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin: 0;
}

.enquiry {
    display: none;
}

/* 3 .top-bar styles */

.top-bar {
    border-bottom: 1px solid #EAEAEA;
    background: #0e6aad;
	display: none;
}

    .top-bar .left-text p {
        font-size: 12px;
        color: #f3f3f3;
        margin: 0;
        line-height: 48px;
    }

        .top-bar .left-text p span {
            color: #fff;
        }

.social-icons ul,
.social-icons ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

    .social-icons ul li:first-child a {
        border-left: 1px solid #EAEAEA;
    }

    .social-icons ul li a {
        display: inline-block;
        font-size: 15px;
        color: #A4A4A4;
        border-right: 1px solid #EAEAEA;
        line-height: 48px;
        text-align: center;
        padding: 6px 16px;
        margin-left: -5px;
        transition: all .3s ease;
    }

        .social-icons ul li a:hover {
            color: #fff;
            background: #0e6aad;
        }


/* 4 .header styles */
.header {
    padding: 0px 0;
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
}

.single-header-info {
    float: right;
    padding-left: 35px;
}

    .single-header-info .icon-box,
    .single-header-info .content {
        display: table-cell;
        vertical-align: middle;
    }

.header-right-info {
    padding-top: 70px;
}

.single-header-info .icon-box .inner-box {
    border: 1px solid #e1e1e1;
    height: 46px;
    margin-right: 15px;
    text-align: center;
    width: 46px;
}

    .single-header-info .icon-box .inner-box i::before {
        color: #0e6aad;
        font-size: 26px;
        line-height: 42px;
        text-align: center;
    }

.single-header-info .content h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #2B2B2B;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    margin: 0;
    margin-bottom: 5px;
}

.single-header-info .content p {
    font-size: 13px;
    margin: 0;
    color: #272727;
}

    .single-header-info .content p b {
        color: #272727;
        font-size: 15px;
        font-weight: 400;
    }

.single-header-info .thm-btn {
    /*margin: 7px 0;*/
}


/* 5 .mainmenu-area styles */

.mainmenu-area {
    background: #fff;
    /* border-bottom: 4px solid #2AAFAE; */
    width: calc(100% - 150px);
    float: left;
    /* margin: 24px 0; */
    margin-top: 24px;
}

    .mainmenu-area.stricky-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
    }

.navigation .nav-footer {
    display: none;
}

.navigation .nav-header > ul {
    padding: 0;
    margin: 0;
}

    .navigation .nav-header > ul > li {
        display: inline-block;
        position: relative;
        margin: 23px 15px;
    }

        .navigation .nav-header > ul > li:first-child > a {
            padding-left: 0;
        }

        .navigation .nav-header > ul > li > a {
            display: block;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            color: #333;
            /*padding: 23px 15px;*/
            /*transition: all .3s ease;*/
            margin-left: 14px;
        }
/*.active {
    border-bottom: 2px solid #0e6aad;
}*/
.navigation .nav-header > ul > li:hover > a {
    border-bottom: 2px solid #0e6aad;
}

        .navigation .nav-header > ul > li:hover > ul {
            opacity: 1;
            visibility: visible;
        }

        .navigation .nav-header > ul > li > ul {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 999;
            background: #fff;
            width: 258px;
            margin: 0;
            padding: 0;
            opacity: 0;
            visibility: hidden;
            box-shadow: 2px 0 11px -3px rgba(0,0,0,.2);
            transition: all .5s ease;
            margin-left: 87px;
        }

            .navigation .nav-header > ul > li > ul > li {
                display: block;
                position: relative;
            }

                .navigation .nav-header > ul > li > ul > li:last-child > a {
                    border-bottom: 0;
                }

                .navigation .nav-header > ul > li > ul > li > a {
                    display: block;
                    font-size: 14px;
                    font-weight: 500;
                    text-transform: capitalize;
                    color: #2B2B2B;
                    padding: 8px 19px;
                    border-bottom: 1px solid #E9E9E9;
                    transition: all .3s ease;
                }

                .navigation .nav-header > ul > li > ul > li:hover > a {
                    background: #0f65a2;
                    color: #fff;
                    border-color: 0;
                }

                .navigation .nav-header > ul > li > ul > li:hover > ul {
                    opacity: 1;
                    visibility: visible;
                }

                .navigation .nav-header > ul > li > ul > li > ul {
                    position: absolute;
                    top: 0;
                    left: 100%;
                    width: 240px;
                    margin: 0;
                    padding: 0;
                    opacity: 0;
                    visibility: hidden;
                    z-index: 999;
                    background: #fff;
                    box-shadow: 2px 0 11px -3px rgba(0,0,0,.2);
                    transition: all .5s ease;
                }

                    .navigation .nav-header > ul > li > ul > li > ul > li {
                        display: block;
                        position: relative;
                    }

                        .navigation .nav-header > ul > li > ul > li > ul > li:last-child > a {
                            border-bottom: 0;
                        }

                        .navigation .nav-header > ul > li > ul > li > ul > li > a {
                            display: block;
                            font-size: 14px;
                            font-weight: 500;
                            text-transform: capitalize;
                            color: #2B2B2B;
                            padding: 8px 19px;
                            border-bottom: 1px solid #E9E9E9;
                            transition: all .3s ease;
                        }

                        .navigation .nav-header > ul > li > ul > li > ul > li:hover > a {
                            background: #0e6aad;
                            color: #fff;
                            border-color: 0;
                        }

.mainmenu-area .search-box {
    width: 280px;
    height: 66px;
    background: #2D373F;
    padding: 0 25px;
}

    .mainmenu-area .search-box input {
        background-color: transparent;
        border: none;
        outline: none;
        color: #DAD9D9;
        font-size: 13px;
        line-height: 65px;
        width: calc(100%-31px);
    }

    .mainmenu-area .search-box button {
        background-color: transparent;
        border: none;
        outline: none;
        font-size: 15px;
        line-height: 65px;
        color: #DAD9D9;
    }


/* 6 .rev_slider_wrapper styles */

.rev_slider_wrapper .thm-banner-h1 {
    font-size: 55px;
    font-weight: 300;
    color: #fff;
    font-family: 'Raleway';
    text-transform: uppercase;
}

.rev_slider_wrapper .thm-banner-h3 {
    background: #000;
    font-size: 30px;
    font-weight: 700;
    color: #2AAFAE;
    padding: 5px 10px;
    font-family: 'Raleway';
    text-transform: capitalize;
}

.rev_slider_wrapper .thm-banner-p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins';
    line-height: 27px;
}

.rev_slider_wrapper .thm-banner-h1.small {
    font-weight: 900;
    font-size: 30px;
}

.rev_slider_wrapper .thm-banner-h1.heavy {
    font-weight: 900;
}

.rev_slider_wrapper .thm-btn {
    transition: all .3s ease !important;
}

.rev_slider_wrapper .thm-banner-h1.blue-bg {
    color: #fff;
    font-size: 28px;
    line-height: 55px;
    padding: 0 10px;
    font-weight: 900;
}

.rev_slider_wrapper .thm-banner-h1.black-bg {
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    padding: 0 10px;
}


/* 7 .call-to-action styles */

.call-to-action .container-fluid {
    padding: 0;
}

.call-to-action-corner {
    /*width: 35%;*/
    position: relative;
    /*float: left;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

    .call-to-action-corner::before {
        background: rgba(15, 101, 162, 0.9) none repeat scroll 0 0;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.call-to-action-center {
    /*width: 30%;*/
    position: relative;
    /*float: left;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

    .call-to-action-center::before {
        background: rgba(15, 101, 162, 0.9) none repeat scroll 0 0;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.single-call-to-action {
    position: relative;
    text-align: center;
    min-height: 250px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .single-call-to-action .icon-box,
    .single-call-to-action .content-box {
        display: inline-block;
        vertical-align: top;
    }

    .single-call-to-action .icon-box {
        width: 50px;
        position: relative;
        /*bottom: 15px;*/
    }

        .single-call-to-action .icon-box i.flaticon-clock {
            bottom: 20px;
            position: relative;
        }

        .single-call-to-action .icon-box i.flaticon-medical {
            position: relative;
            bottom: 25px;
        }

        .single-call-to-action .icon-box i.flaticon-coins {
            position: relative;
            bottom: 15px;
        }

        .single-call-to-action .icon-box i:before {
            font-size: 50px;
            color: #fff;
        }

    .single-call-to-action .content-box {
        width: 65%;
        text-align: left;
        padding-left: 15px;
    }

        .single-call-to-action .content-box h3 {
            font-size: 24px;
            text-transform: uppercase;
            color: #fff;
            font-weight: normal;
            margin: 0;
            margin-bottom: 15px;
        }

        .single-call-to-action .content-box p {
            font-size: 13px;
            color: #fff;
            line-height: 24px;
        }

        .single-call-to-action .content-box ul {
            margin: 0;
            padding: 0;
        }

            .single-call-to-action .content-box ul li {
                list-style: none;
                display: block;
                color: #fff;
                font-size: 13px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

        .single-call-to-action .content-box .thm-btn.inverse {
            border-color: #fff;
            background-color: transparent;
            padding: 7px 22px;
            color: #fff;
        }

            .single-call-to-action .content-box .thm-btn.inverse:hover {
                background: #fff;
                color: #0f518e;
            }

.call-to-action.boxed .single-call-to-action .content-box {
    width: 70%;
}

/* 8 .single-specialize styles */

.single-specialize .content {
    padding: 20px 10px;
    background-color: #f7f7f7;
}

.single-specialize:hover .icon-box {
    border-color: #2AAFAE;
}

.single-specialize .icon-box {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #fff;
    line-height: 118px;
    color: #2AAFAE;
    margin-bottom: 20px;
    transition: all .3s ease;
}

    .single-specialize .icon-box i:before {
        font-size: 60px;
    }

.single-specialize .image-box {
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

    .single-specialize .image-box img {
        transition: all 0.4s ease-in-out;
    }

.single-specialize:hover .image-box img {
    transform: scale(1.1);
}

.single-specialize h3 {
    color: #202a30;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.single-specialize p {
    color: #9c9c9c;
    font-size: 14px;
    line-height: 26px;
}

.single-specialize a.thm-btn {
    font-size: 12px;
    padding: 7px 21px;
}

.col-4 .single-specialize {
    padding: 0;
    padding-right: 20px;
}

    .col-4 .single-specialize .icon-box {
        height: 75px;
        line-height: 73px;
        margin-left: 0;
        margin-right: 0;
        width: 75px;
    }

        .col-4 .single-specialize .icon-box i:before {
            font-size: 40px;
        }

/* 9 .full-sec styles */

.full-sec {
    background: #FBFCFC;
}

    .full-sec .sec-title {
        margin: 0;
        margin-bottom: 30px;
    }

    .full-sec .full-image {
        max-width: none;
        margin-right: -15px;
    }

    .full-sec h3 {
        color: #0e6aad;
        font-family: "Poppins",sans-serif;
        font-weight: 600;
        line-height: 28px;
        text-transform: capitalize;
        font-size: 20px;
    }

    .full-sec h4 {
        color: #0e6aad;
        font-family: "Poppins",sans-serif;
        font-weight: 600;
        line-height: 24px;
        text-transform: capitalize;
        font-size: 17px;
    }

    .full-sec h5 {
        color: #0e6aad;
        font-weight: 400;
        font-family: "Poppins",sans-serif;
        text-transform: capitalize;
        font-size: 14px;
    }

    .full-sec ul {
        list-style-type: square;
        color: #333;
        padding-left: 20px;
    }

        .full-sec ul li {
            margin-bottom: 5px;
        }

    .full-sec table {
        border-collapse: collapse;
        border: 1px solid #000;
    }

        .full-sec table tr {
            border: 1px solid #000;
        }

            .full-sec table tr th, .full-sec table tr td {
                border: 1px solid #000;
                padding: 10px;
            }

            .full-sec table tr th {
                color: #0e6aad;
                font-family: "Poppins",sans-serif;
                text-transform: capitalize;
                font-size: 16px;
            }

            .full-sec table tr td {
                color: #333;
            }

    .full-sec p {
        color: #525252;
        line-height: 20px;
        margin-bottom: -5px;
        text-align: justify;
        font-weight: 400;
        padding-bottom: 6px;
    }

    .full-sec .full-sec-content a {
        margin-top: 30px;
    }

    .full-sec .full-sec-content {
        padding-top: 70px;
        padding-left: 70px;
    }

    .full-sec .thm-btn {
        padding: 7px 21px;
        font-size: 12px;
        border-color: #D3D3D3;
        color: #202A30;
        background-color: transparent;
    }

        .full-sec .thm-btn:hover {
            background: #0e6aad;
            border-color: #0e6aad;
            color: #fff;
        }

.new-container {
    width: 1200px;
    max-width: 95%;
    margin: auto;
}

section {
    width: 100%;
    float: left;
}

.new-60 {
    width: 60% !important;
}

.new-40 {
    width: 40%;
}

.florence-elevation img {
    max-width: 500px !important;
}

@media (max-width: 1200px) {
.new-60 {
    width: 100% !important;
}

.new-40 {
    width: 100%;
}
}

.custom-img {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.img-col-3 {
    width: 31.333%;
    margin: 0 1%;
    float: left;
}

    .img-col-3 img {
        width: 100%;
    }

.img-col-1 {
    width: auto;
    max-width: 100%;
    float: left;
}

    .img-col-1 img {
        width: 100%;
    }

/* 10 .offer-wrapper styles */

.offer-wrapper {
    position: relative;
}

    .offer-wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 50%;
        height: 100%;
        background: url(../img/offer/1.jpg) 0 0 no-repeat;
        opacity: .9;
    }

    .offer-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        width: 50%;
        height: 100%;
        background: url(../img/offer/2.jpg) 0 0 no-repeat;
        opacity: .9;
    }

    .offer-wrapper .has-overlay::before {
        background: #2AAFAE none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.9;
        position: absolute;
        top: 0;
        width: 50%;
    }

    .offer-wrapper .has-overlay:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background: #2aafae;
        opacity: .9;
    }

.single-offer {
    color: #fff;
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
    z-index: 9;
    text-align: center;
}

    .single-offer h3 {
        font-size: 30px;
        text-transform: capitalize;
        margin: 0;
        margin-bottom: 15px;
    }

        .single-offer h3 span {
            font-size: 16px;
        }

    .single-offer .thm-btn {
        padding: 10px 27px;
        color: #fff;
        border-color: #fff;
        background-color: transparent;
    }

        .single-offer .thm-btn:hover {
            background: #fff;
            border-color: #fff;
            color: #2AAFAE;
        }

    .single-offer p {
        font-size: 14px;
        line-height: 26px;
        margin: 0 0 30px;
        color: #000;
    }

    .single-offer a {
        color: #fff;
    }

        .single-offer a:hover {
            color: #262F36;
        }

    .single-offer.left {
        padding-right: 70px;
        text-align: center;
    }

    .single-offer.right {
        padding-left: 70px;
    }


/* 11 .single-service-home styles */

.single-service-home .icon-box,
.single-service-home .content {
    display: table-cell;
    vertical-align: top;
}

.single-service-home .inner-box {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #2aafae;
    height: 70px;
    line-height: 68px;
    margin-right: 27px;
    position: relative;
    text-align: center;
    transition: all 0.6s ease 0s;
    width: 70px;
}

.single-service-home:hover .inner-box {
    background: #fff;
    border-color: #2AAFAE;
    color: #2AAFAE;
}

.single-service-home .inner-box i:before {
    font-size: 35px;
}

.single-service-home .content h3 {
    font-size: 24px;
    text-transform: capitalize;
    color: #202A30;
    font-weight: 500;
    margin: 0;
    line-height: 24px;
    margin-bottom: 15px;
}

.single-service-home .content a {
    color: #2AAFAE;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    transition: all .3s ease;
}

.single-service-home:hover .content a {
    color: #5E2A30;
}

.style a {
    color: #2AAFAE;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    transition: all .3s ease;
}

.style:hover a {
    color: #5E2A30;
}

.style-two .single-service-home .inner-box {
    border-radius: 50%;
}

    .style-two .single-service-home .inner-box:before {
        display: none;
    }





.company .nav li a {
    border: 1px solid #e9e9e9;
    border-radius: 0;
    color: #323232;
    font-family: "Raleway",sans-serif;
    font-size: 22px;
    font-weight: 500;
    padding: 32px;
}

    .company .nav li a:focus, .company .nav li.active a {
        background: #2aafae url("../img/arrow-up.png") no-repeat scroll center 101.5%;
        border-color: transparent;
        color: #fff;
        outline: medium none;
        font-weight: 700;
    }

.company .tab-content ul li i {
    color: #233859;
    margin-right: 12px;
}

.company .tab-content ul {
    display: inline-block;
}

    .company .tab-content ul li a {
        font-family: 'Open Sans', sans-serif;
        font-size: 0.875em;
        color: #6c6c6c;
    }

.company .tab-content h3 {
    color: #242424;
    font-family: "Open Sans",sans-serif;
    font-size: 1.125em;
    font-weight: 700;
    margin-bottom: 10px;
}

.company .tab-content .list-two {
    padding-left: 86px;
}

.company .tab-content ul li {
    margin-top: 9px;
}

.nav-justified {
    margin-bottom: 50px;
}

/* 12 .faq-home styles */
.faq-home hr {
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    height: 6px;
    margin: 0;
    margin-bottom: 90px;
}

.faq-home .sec-title {
    margin: 0;
    margin-bottom: 22px;
}

.faq-home .accrodion {
    padding-bottom: 31px;
    position: relative;
    padding-right: 55px;
}

    .faq-home .accrodion:last-child {
        padding-bottom: 0;
    }

        .faq-home .accrodion:last-child:before {
            display: none;
        }

    .faq-home .accrodion.active:last-child:before {
        display: block;
    }

    .faq-home .accrodion.active:before,
    .faq-home .accrodion:before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        top: 5px;
        left: 6px;
        background: #F1F1F1;
    }

    .faq-home .accrodion .accrodion-content {
        padding-top: 21px;
    }

    .faq-home .accrodion .accrodion-title h4 {
        margin: 0;
        font-size: 20px;
        color: #202A30;
        font-weight: 600;
        cursor: pointer;
    }

        .faq-home .accrodion .accrodion-title h4 span.decor {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            border: 2px solid #F1F1F1;
            background: #fff;
            display: inline-block;
            position: relative;
            z-index: 1;
            margin-right: 20px;
        }

        .faq-home .accrodion .accrodion-title h4 span.inner {
            width: 4px;
            height: 4px;
            background: #F1F1F1;
            border-radius: 50%;
            display: block;
            margin: auto;
            margin-top: 3px;
        }

    .faq-home .accrodion.active .accrodion-title h4 span.decor {
        border-color: #0e6aad;
    }

    .faq-home .accrodion.active .accrodion-title h4 span.inner {
        background: #0e6aad;
    }

    .faq-home .accrodion .accrodion-content {
        padding-left: 40px;
    }

        .faq-home .accrodion .accrodion-content p {
            margin-bottom: 21px;
            font-size: 14px;
            color: #333;
            line-height: 26px;
        }

            .faq-home .accrodion .accrodion-content p:last-child {
                margin-bottom: 0;
            }

.faq-home .img-masonary {
    margin-left: -3px;
    margin-right: -3px;
}

    .faq-home .img-masonary .img-w1 {
        padding: 3px;
    }

        .faq-home .img-masonary .img-w1 img {
            width: 280px;
        }

    .faq-home .img-masonary .img-h1 img {
        height: 220px;
    }


/* 13 .fact-counter-wrapper styles */

.fact-counter-wrapper {
    position: relative;
    background: url(../img/resources/fact-counter-bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

    .fact-counter-wrapper:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: #337ab7;
        opacity: .90;
    }

    .fact-counter-wrapper h2 {
        font-size: 36px;
        line-height: 42px;
        color: #fff;
        margin: 0;
        margin-bottom: 27px;
    }

    .fact-counter-wrapper .thm-btn.inverse:hover {
        border-color: #fff;
        color: #fff;
    }

.single-fact {
    text-align: center;
    display: inline-block;
    padding: 0 28px;
}

    .single-fact .icon-box {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 2px solid #fff;
        color: #fff;
        text-align: center;
        line-height: 98px;
        margin-bottom: 14px;
    }

        .single-fact .icon-box i:before {
            font-size: 50px;
        }

    .single-fact span {
        font-size: 48px;
        font-weight: 500;
        color: #fff;
    }

    .single-fact p {
        margin: 0;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
    }

/*testimonial block one*/

.testimonial-block-one {
    position: relative;
}

    .testimonial-block-one .inner-box {
        position: relative;
    }

        .testimonial-block-one .inner-box .quote-icon {
            position: relative;
            color: #d7d7d7;
            font-size: 24px;
        }

        .testimonial-block-one .inner-box .text {
            position: relative;
            color: #777777;
            font-size: 14px;
            line-height: 1.8em;
        }

        .testimonial-block-one .inner-box .author-info {
            position: relative;
            padding-left: 90px;
            margin-top: 30px;
        }

            .testimonial-block-one .inner-box .author-info .author-image {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 68px;
                height: 68px;
                overflow: hidden;
                border-radius: 50%;
            }

                .testimonial-block-one .inner-box .author-info .author-image img {
                    border-radius: 50%;
                }

            .testimonial-block-one .inner-box .author-info h3 {
                position: relative;
                color: #222222;
                font-size: 16px;
                font-weight: 700;
            }

            .testimonial-block-one .inner-box .author-info .designation {
                position: relative;
                color: #777777;
                font-size: 14px;
            }

            .testimonial-block-one .inner-box .author-info .rating {
                position: relative;
                margin-top: 3px;
            }

                .testimonial-block-one .inner-box .author-info .rating .fa {
                    position: relative;
                    display: inline-block;
                    margin-right: 3px;
                    font-size: 13px;
                    color: #ffd105;
                }


/*** 

====================================================================
	Progress Levels Style
====================================================================

 ***/

.progress-levels {
    position: relative;
}

    .progress-levels .progress-box {
        margin-bottom: 10px;
        overflow: hidden;
        position: relative;
    }

.content-section .progress-levels .progress-box {
    margin-bottom: 15px;
}

.progress-levels .progress-box:last-child {
    margin-bottom: 0px;
}

.progress-levels .progress-box .box-title {
    color: #1c1c1c;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    text-transform: capitalize;
}

    .progress-levels .progress-box .box-title span {
        font-weight: 400;
    }

.content-section .progress-levels .progress-box .box-title {
    font-size: 13px;
    line-height: 30px;
}

.progress-levels .progress-box .box-title .icon {
    color: #5a5a5a;
    display: inline-block;
    font-size: 25px;
    line-height: 1em;
    padding-right: 15px;
    position: relative;
    top: 6px;
}

.content-section .progress-levels .progress-box .icon {
    top: 3px;
    font-size: 20px;
    padding-right: 10px;
}

.progress-levels .progress-box .bar {
    position: relative;
    height: 8px;
}

    .progress-levels .progress-box .bar .bar-innner {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 8px;
        border: 3px solid #f0f0f0;
        background: #f0f0f0;
    }

    .progress-levels .progress-box .bar .bar-fill {
        position: absolute;
        left: -100%;
        top: 0px;
        width: 0px;
        height: 2px;
        background: #2AAFAE;
        transition: all 2000ms ease 300ms;
    }

        .progress-levels .progress-box .bar .bar-fill:after {
            content: '';
            position: absolute;
            right: 0px;
            top: -5px;
            height: 12px;
            border-right: 2px solid #2AAFAE;
        }

.progress-levels .progress-box.animated .bar .bar-fill {
    left: 0px;
}


/* 14 .single-team-member styles */


.meet-doctors.gray-bg {
    background: #FBFCFC;
}

.meet-doctors.team-page {
    padding-bottom: 30px;
}

    .meet-doctors.team-page .single-team-member {
        margin-bottom: 60px;
    }

.single-team-member .img-box {
    margin-bottom: 10px;
    position: relative;
}

    .single-team-member .img-box .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(42,175,174, .75);
        transform: scale(0);
        transition: all .5s ease;
    }

.single-team-member:hover .img-box .overlay {
    transform: scale(1);
}

.single-team-member .img-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}

    .single-team-member .img-box .overlay .box .content {
        display: table-cell;
        vertical-align: middle;
    }

        .single-team-member .img-box .overlay .box .content ul {
            text-align: center;
            margin: 0;
            padding: 0;
        }

            .single-team-member .img-box .overlay .box .content ul li {
                display: inline-block;
                list-style: none;
            }

                .single-team-member .img-box .overlay .box .content ul li a {
                    display: inline-block;
                    width: 40px;
                    height: 40px;
                    margin-right: 8px;
                    background: #fff;
                    color: #2AAFAE;
                    border: 1px solid #fff;
                    line-height: 38px;
                    font-size: 18px;
                    border-radius: 50%;
                    transition: all .3s ease;
                }

                    .single-team-member .img-box .overlay .box .content ul li a:hover {
                        background: #2AAFAE;
                        border-color: #fff;
                        color: #fff;
                    }

.single-team-member h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
    color: #222E35;
    line-height: 25px;
    margin: 0;
    margin-bottom: 4px;
}

.single-team-member > span {
    font-size: 13px;
    color: #2AAFAE;
    text-transform: capitalize;
    display: block;
    margin-bottom: 10px;
}

.single-team-member p {
    font-size: 14px;
    color: #9C9C9C;
    line-height: 26px;
    margin: 0;
}

.single-team-member a.thm-btn {
    padding: 9px 24px;
    background: #fff;
    border-color: #E6E6E6;
    color: #222E35;
    margin-top: 13px;
}

    .single-team-member a.thm-btn:hover {
        background: #2AAFAE;
        border-color: #2AAFAE;
        color: #fff;
    }

.team-carousel .owl-controls {
    position: absolute;
    top: -115px;
    right: 0;
}

.owl-theme .owl-nav {
    margin: 0;
}

    .owl-theme .owl-nav [class*=owl-] {
        background: #2aafae;
        color: #fff;
        width: 45px;
        height: 45px;
        border: 2px solid #2aafae;
        font-size: 22px;
        line-height: 43px;
        padding: 0;
        margin: 0;
        border-radius: 0;
        margin-left: 15px;
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #fff;
            color: #2aafae;
        }

.single-team-member .icon-box {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

    .single-team-member .icon-box .content ul {
        list-style: outside none none;
        padding-left: 5px;
    }

        .single-team-member .icon-box .content ul li {
            border: 1px solid;
            margin-right: 5px;
            padding: 0;
            border-radius: 50%;
        }

            .single-team-member .icon-box .content ul li a i {
                width: 30px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                color: #2AAFAE;
            }

/* 15 .testimonials-wrapper styles */

.testimonials-wrapper {
    background: url(../img/resources/testi-bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

    .testimonials-wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        opacity: .9;
    }

    .testimonials-wrapper .container {
        position: relative;
    }

.single-testimonaials {
    text-align: center;
    background: #fff;
    padding: 0 50px;
    padding-bottom: 40px;
    margin-top: 30px;
}

    .single-testimonaials .qoute-box {
        width: 60px;
        height: 60px;
        text-align: center;
        color: #2AAFAE;
        background: #fff;
        line-height: 60px;
        -webkit-box-shadow: 0 0 7px -2px rgba(0,0,0,.2);
        box-shadow: 0 0 7px -2px rgba(0,0,0,.2);
        border-radius: 50%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        bottom: 30px;
        margin-bottom: -10px;
    }

        .single-testimonaials .qoute-box .qoute {
            font-size: 80px;
            vertical-align: bottom;
            line-height: 0;
            text-align: center;
            margin-right: 25px;
        }

    .single-testimonaials p {
        font-weight: 500;
        color: #383838;
        font-size: 15px;
        line-height: 28px;
    }

    .single-testimonaials h3 {
        font-size: 16px;
        color: #202A30;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0;
        font-family: 'Poppins', sans-serif;
        margin-top: 20px;
        margin-bottom: 6px;
    }

    .single-testimonaials span {
        font-size: 13px;
        color: #A4A4A4;
        text-transform: capitalize;
    }

.testimonaials-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #2AAFAE;
    border-radius: 50%;
}

.testimonaials-carousel .owl-dots {
    margin-top: 60px;
}

    .testimonaials-carousel .owl-dots .owl-dot:hover span,
    .testimonaials-carousel .owl-dots .owl-dot.active span {
        background: #2AAFAE;
    }



/* 16 .single-blog-post styles */


.single-blog-post .content-box {
    margin-top: 27px;
}

.single-blog-post .img-box {
    position: relative;
    display: inline-block;
}

    .single-blog-post .img-box .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(42,175,174, .75);
        transform: scale(0);
        transition: all .5s ease;
    }

.single-blog-post:hover .img-box .overlay {
    transform: scale(1);
}

.single-blog-post .img-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}

    .single-blog-post .img-box .overlay .box .content {
        display: table-cell;
        vertical-align: middle;
    }

        .single-blog-post .img-box .overlay .box .content ul {
            text-align: center;
            margin: 0;
            padding: 0;
        }

            .single-blog-post .img-box .overlay .box .content ul li {
                display: inline-block;
                list-style: none;
            }

                .single-blog-post .img-box .overlay .box .content ul li a {
                    display: inline-block;
                    width: 40px;
                    height: 40px;
                    margin-right: 8px;
                    background: #fff;
                    color: #2AAFAE;
                    border: 1px solid #fff;
                    line-height: 38px;
                    font-size: 18px;
                    border-radius: 50%;
                    transition: all .3s ease;
                }

                    .single-blog-post .img-box .overlay .box .content ul li a:hover {
                        background: #2AAFAE;
                        border-color: #fff;
                        color: #fff;
                    }

.single-blog-post .content-box .date-box,
.single-blog-post .content-box .content {
    display: table-cell;
    vertical-align: top;
}

.single-blog-post .content-box .date-box {
    padding-right: 25px;
}

    .single-blog-post .content-box .date-box .inner {
        width: 65px;
        text-align: center;
    }

        .single-blog-post .content-box .date-box .inner .date {
            background: #2aafae;
            padding: 15px 0;
        }

            .single-blog-post .content-box .date-box .inner .date b {
                display: block;
                font-size: 24px;
                font-weight: 500;
                color: #fff;
                line-height: 20px;
            }

        .single-blog-post .content-box .date-box .inner .date {
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 500;
            color: #fff;
            line-height: 20px;
        }

    .single-blog-post .content-box .date-box .comment {
        font-size: 20px;
        color: #202A30;
        line-height: 17px;
        font-weight: 500;
        padding: 16px 0;
        border: 1px solid #E6E6E6;
        border-top: 0px;
    }

        .single-blog-post .content-box .date-box .comment i:before {
            color: #374045;
            font-size: 16px;
        }

.single-blog-post .content-box .content h3 {
    font-size: 20px;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 12px;
}

.single-blog-post .content-box .content p {
    font-size: 14px;
    color: #9C9C9C;
    line-height: 26px;
}

.single-blog-post .content-box .content span {
    color: #222222;
    font-size: 13px;
}

    .single-blog-post .content-box .content span a {
        color: #2aafae;
    }

.single-blog-post .share {
    margin: 0;
    padding: 0;
}

    .single-blog-post .share li {
        display: inline;
        list-style: none;
    }

        .single-blog-post .share li a,
        .single-blog-post .share li span {
            display: inline-block;
            color: #D5DADD;
            font-size: 16px;
            margin-right: 10px;
        }

            .single-blog-post .share li a:hover {
                color: #2aafae;
            }

        .single-blog-post .share li span {
            color: #222222;
            font-size: 12px;
            text-transform: capitalize;
        }

.single-blog-post .bottom-box {
    margin-top: 35px;
}

.blog-page .single-blog-post,
.blog-details .admin-info,
.blog-details .comment-box {
    padding-bottom: 50px;
    margin-bottom: 60px;
    border-bottom: 1px solid #F1F1F1;
}

    .blog-details .admin-info .img-box,
    .blog-details .admin-info .content {
        display: table-cell;
        vertical-align: top;
    }

    .blog-details .admin-info .inner-box {
        width: 100px;
    }

    .blog-details .admin-info .content {
        padding-left: 45px;
    }

        .blog-details .admin-info .content h3 {
            font-size: 18px;
            font-weight: bold;
            line-height: 22px;
            margin: 0;
            margin-bottom: 10px;
            text-transform: capitalize;
            color: #222E35;
        }

    .blog-details .admin-info .social {
        padding: 0;
        margin: 0;
    }

        .blog-details .admin-info .social li {
            display: inline-block;
            list-style: none;
        }

            .blog-details .admin-info .social li a {
                font-size: 16px;
                margin-right: 7px;
                color: #D5DADD;
            }


    .blog-details .comment-box .title {
        margin-bottom: 50px;
    }

        .blog-details .comment-box .title h2 {
            font-size: 32px;
            text-transform: capitalize;
            color: #272727;
            font-weight: bold;
            margin: 0;
            line-height: 25px;
        }

    .blog-details .comment-box .single-comment-box {
        margin-bottom: 34px;
    }

        .blog-details .comment-box .single-comment-box:last-child {
            margin-bottom: 0;
        }

        .blog-details .comment-box .single-comment-box .img-box,
        .blog-details .comment-box .single-comment-box .content-box {
            display: table-cell;
            vertical-align: top;
        }

            .blog-details .comment-box .single-comment-box .img-box .inner-box {
                width: 70px;
                margin-right: 30px;
            }

            .blog-details .comment-box .single-comment-box .content-box h3 {
                color: #272727;
                font-size: 16px;
                text-transform: capitalize;
                font-weight: bold;
                line-height: 20px;
                margin: 0;
            }

            .blog-details .comment-box .single-comment-box .content-box span {
                color: #272727;
                display: inline-block;
                font-weight: 500;
            }

            .blog-details .comment-box .single-comment-box .content-box p {
                color: #9C9C9C;
                line-height: 26px;
            }

            .blog-details .comment-box .single-comment-box .content-box a.reply {
                font-size: 13px;
                font-weight: bold;
                font-family: 'Raleway';
                text-transform: uppercase;
                color: #262F36;
            }

            .blog-details .comment-box .single-comment-box .content-box .meta-box {
                margin-bottom: 15px;
                margin-top: 8px;
            }

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-table {
    background-color: #f7f7f7;
    position: relative;
}

    .pricing-table .thumb img {
        max-width: 100%;
    }

    .pricing-table .pricing-header {
        position: relative;
        text-align: center;
    }

        .pricing-table .pricing-header .package-price {
            background-color: rgba(42, 175, 174, 0.85);
            border: 10px solid rgba(255, 255, 255, 0.25);
            color: #fff;
            display: inline-block;
            font-size: 30px;
            font-weight: 600;
            left: 40px;
            margin: 0 auto 0 -40px;
            padding: 0 10px;
            position: absolute;
            top: 0;
        }

    .pricing-table.active .pricing-header .package-price {
        background-color: rgba(0, 163, 200, 1.0);
    }

    .pricing-table .pricing-header .package-price span {
        font-size: 16px;
    }

    .pricing-table .pricing-title {
        background-color: #1c1c1c;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        padding: 12px 0;
        text-align: center;
        text-transform: uppercase;
    }

    .pricing-table .pricing-feature {
        text-align: center;
    }

        .pricing-table .pricing-feature li {
            background-color: #f1f1f1;
            padding: 15px 0;
            text-transform: uppercase;
        }

            .pricing-table .pricing-feature li:nth-child(2n+1) {
                background-color: #f7f7f7;
            }

    .pricing-table a {
        border-radius: 0;
        padding: 15px 0;
    }


/* Pricing Style Two */

.pricing-style2 .pricing-table .pricing-title {
    background-color: #2AAFAE;
}

.pricing-style2 .pricing-table .pricing-btn span {
    font-size: 28px;
    font-weight: 600;
}

.pricing-style2 .pricing-btn a {
    padding: 17px 45px;
}

.pricing-style2 .pricing-btn span {
    border-radius: 0;
    padding: 6px 64px;
}

.error-section {
    padding: 0 0 46px;
    position: relative;
    text-align: center;
}

    .error-section .image {
        position: relative;
        line-height: 1em;
        margin-bottom: 10px;
    }

        .error-section .image img {
            display: inline-block;
            max-width: 100%;
        }

        .error-section .image h1 {
            color: #2aafae;
            font-size: 250px;
            font-weight: 700;
            line-height: 1;
            margin-bottom: 50px;
            text-shadow: 8px 12px 9px #222;
        }

    .error-section h3 {
        position: relative;
        font-size: 40px;
        color: #222222;
        font-weight: 700;
        margin-top: 15px;
        text-transform: uppercase;
    }

    .error-section .text {
        position: relative;
        font-size: 14px;
        color: #777777;
        max-width: 765px;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 40px;
    }

.search-website {
    position: relative;
    max-width: 920px;
    margin: 0 auto 40px;
}

    .search-website .form-group {
        position: relative;
        margin-bottom: 0px;
        text-align: left;
    }

        .search-website .form-group input[type="text"],
        .search-website .form-group input[type="search"],
        .search-website .form-group textarea {
            position: relative;
            display: block;
            width: 100%;
            line-height: 28px;
            padding: 10px 15px;
            background: #ffffff;
            border: 2px solid #e6e6e6;
            height: 50px;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .search-website .form-group button {
            position: absolute;
            right: 0px;
            top: 0px;
            display: block;
            width: 190px;
            height: 50px;
            text-align: center;
            margin: 0px;
            padding: 11px 30px;
            line-height: 26px;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 700;
            color: #172745;
            font-family: 'Source Sans Pro', sans-serif;
            transition: all 0.4s ease-in-out;
        }

            .search-website .form-group button:hover,
            .search-website .form-group input:focus + button {
                background: #fff;
                color: #2AAFAE;
            }



/* 17 .footer-call-to-action styles */

.footer-call-to-action {
    background: #2AAFAE;
    padding: 55px 0;
}

    .footer-call-to-action h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 600;
        margin: 0;
        line-height: 23px;
        margin-bottom: 16px;
    }

    .footer-call-to-action p {
        font-size: 16px;
        color: #D5E0EE;
        margin: 0;
        line-height: 25px;
    }

    .footer-call-to-action a.thm-btn {
        padding: 14px 24px;
        color: #202A30;
        margin: 7px 0;
    }

        .footer-call-to-action a.thm-btn.inverse:hover {
            color: #fff;
            border-color: #fff;
        }




/* 18 .footer styles */

.footer {
    background: #262F36;
    width: 100%;
    float: left;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
}

    .footer-widget ul li {
        list-style: none;
        margin-bottom: 8px;
    }

.footer-widget .contact {
    margin-top: 0px;
}

    .footer-widget .contact li {
        font-size: 14px;
        color: #C9C9C9;
        margin-bottom: 22px;
        line-height: 28px;
        margin-top: 3px;
    }

        .footer-widget .contact li i,
        .footer-widget .contact li span {
            display: table-cell;
            /*vertical-align: middle;*/
        }

        .footer-widget .contact li i {
            font-size: 16px;
            color: #FFFFFF;
            width: 18px;
            text-align: center;
            padding-right: 18px;
        }

.footer-widget.about-widget img {
    margin-bottom: 15px;
}

.footer-widget.about-widget p {
    color: #C9C9C9;
    font-size: 13px;
    line-height: 27px;
    margin: 0;
}

.footer-widget .social {
    margin-top: 30px;
}

    .footer-widget .social li {
        display: inline-block;
    }

        .footer-widget .social li a {
            display: inline-block;
            width: 30px;
            height: 30px;
            color: #CACFD3;
            border: 1px solid #CACFD3;
            line-height: 28px;
            text-align: center;
            font-size: 15px;
            border-radius: 50%;
            margin-right: 3px;
            transition: all .3s ease;
        }

            .footer-widget .social li a:hover {
                background: #2AAFAE;
                border-color: #2AAFAE;
            }

.footer-widget h3.title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    color: #FEF9F9;
    margin: 0;
    margin-bottom: 24px;
}

.footer-widget.quick-links {
    margin-top: 32px;
}

    .footer-widget.quick-links ul li a {
        font-size: 14px;
        color: #C9C9C9;
        line-height: 25px;
        transition: all .3s ease;
    }

        .footer-widget.quick-links ul li a:hover {
            color: #0e6aad;
        }

.footer-widget.latest-post {
    margin-top: 13px;
}

    .footer-widget.latest-post ul {
        margin-top: 80px;
    }

        .footer-widget.latest-post ul li {
            margin-bottom: 8px;
        }

            .footer-widget.latest-post ul li span.border {
                display: table-cell;
                vertical-align: top;
            }

                .footer-widget.latest-post ul li span.border:before {
                    content: ' ';
                    width: 10px;
                    height: 2px;
                    background: #FFFFFF;
                    display: block;
                }

            .footer-widget.latest-post ul li .content {
                padding-left: 18px;
                display: table-cell;
                vertical-align: top;
                position: relative;
                top: -8px;
            }

            .footer-widget.latest-post ul li a {
                display: block;
                color: #C9C9C9;
                font-size: 14px;
                line-height: 25px;
                transition: all .3s ease;
            }

                .footer-widget.latest-post ul li a:hover {
                    color: #0e6aad;
                }

            .footer-widget.latest-post ul li span {
                color: #576673;
                font-size: 13px;
                display: block;
            }

.footer-widget.contact-widget {
    margin-top: 35px;
}

    .footer-widget.contact-widget input,
    .footer-widget.contact-widget textarea {
        width: 100%;
        height: 50px;
        background: #2C353C;
        color: #C9C9C9;
        font-size: 13px;
        margin-bottom: 10px;
        border: none;
        outline: none;
        padding: 0 20px;
    }

    .footer-widget.contact-widget textarea {
        height: 100px;
        padding-top: 15px;
        margin-bottom: 5px;
    }

    .footer-widget.contact-widget button {
        width: 80%;
        height: 50px;
        background: #0e6aad;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        border: none;
        outline: none;
        padding: 0;
        line-height: 50px;
        font-weight: bold;
        transition: all .3s ease;
    }

        .footer-widget.contact-widget button:hover {
            background: #fff;
            color: #0e6aad;
        }

/* 19 .footer-bottom styles */

.footer-bottom {
    background: #262F36;
    border-top: 1px solid #2D373F;
    padding: 22px 0;
}

    .footer-bottom p {
        margin: 0;
        font-size: 13px;
        color: #fff;
    }

    .footer-bottom a {
        color: #2AAFAE;
    }


/* 20 contact form validation styles */

.contact-form label.error {
    display: none !important;
}

.contact-form input.error,
.contact-form textarea.error {
    background: rgba(255,0,0,.2) !important;
}


/* 21 .home-appointment-form styles */

.home-appointment-form {
    background-image: url("../img/call-to-action/bg-1.jpg");
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 9999;
    padding: 90px 0;
}

    .home-appointment-form .heading {
        display: inline-block;
        background: #fff;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

        .home-appointment-form .heading h3 {
            margin: 0;
            color: #262F36;
            font-size: 24px;
            text-transform: capitalize;
            line-height: 60px;
            padding: 0 35px;
            font-weight: 600;
        }

    .home-appointment-form .form-grp {
        background: #fff;
        padding: 35px 30px;
    }

        .home-appointment-form .form-grp .single-form {
            margin-right: 20px;
            float: left;
        }

            .home-appointment-form .form-grp .single-form:last-child {
                margin-right: 0;
            }

            .home-appointment-form .form-grp .single-form input {
                width: 222px;
                height: 55px;
                border: 1px solid #EDF0F3;
                padding-left: 22px;
                outline: none;
            }

            .home-appointment-form .form-grp .single-form button {
                width: 152px;
                height: 55px;
                background: #2AAFAE;
                border: none;
                outline: none;
                color: #fff;
                font-family: 'Raleway', sans-serif;
                font-size: 14px;
                text-transform: uppercase;
            }

        .home-appointment-form .form-grp .select-input-wrapper {
            width: 222px;
        }

        .home-appointment-form .form-grp .select-input + .ui-selectmenu-button {
            border-radius: 0;
            width: 100% !important;
            background: none;
            border: none;
            font-weight: normal;
            border: 1px solid #EDF0F3;
            height: 55px;
            outline: none;
        }

        .home-appointment-form .form-grp .select-input + .ui-state-default .ui-icon {
            background-image: url(../img/resources/select-menu-bg.png);
            background-position: 0 0;
            margin: -3px;
            right: 15px;
        }

        .home-appointment-form .form-grp .select-input + .ui-selectmenu-button span.ui-selectmenu-text {
            padding: 0;
            margin: 0;
            font-size: 14px;
            font-family: 'Poppins', sans-serif;
            font-weight: normal;
            color: #BDBDBD;
            border-radius: 0px;
            height: 55px;
            outline: none;
            line-height: 55px;
            padding-left: 20px;
        }

    .home-appointment-form.doctor-profile {
        margin-top: 0;
        padding-bottom: 60px;
        padding-top: 0;
    }

        .home-appointment-form.doctor-profile .heading h3 {
            line-height: 35px;
        }

        .home-appointment-form.doctor-profile hr {
            border-top: 1px solid #F1F1F1;
            border-bottom: 1px solid #F1F1F1;
            height: 6px;
            margin: 0;
            margin-bottom: 60px;
        }

        .home-appointment-form.doctor-profile .form-grp .single-form input,
        .home-appointment-form.doctor-profile .form-grp .select-input + .ui-selectmenu-button span.ui-selectmenu-text {
            background: #EFEFEF;
        }


/* 22 select menu item styles */


.ui-selectmenu-menu {
    z-index: 999999;
}

.ui-widget-content {
    background: none;
    border: none;
    background: #fff;
    border-bottom: 0;
}

.ui-menu .ui-menu-item {
    padding: 0;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #EDF0F3;
    padding-left: 15px;
    font-family: 'Poppins';
    font-weight: normal;
    color: #979798;
    font-size: 14px;
}

    .ui-menu .ui-menu-item.ui-state-focus,
    .ui-menu .ui-menu-item:hover {
        font-weight: normal;
        font-size: 14px;
        color: #fff;
        background: #0e6aad;
        border-bottom: 1px solid #0e6aad;
        border-top: 1px solid #0e6aad;
    }


/* 23 date picker styles */

.ui-datepicker-header {
    background: #0e6aad;
    border-color: #0e6aad;
    border-radius: 0;
}

.ui-datepicker .ui-state-default {
    font-size: 14px;
    background: none;
    font-weight: normal;
    border: 1px solid #EDF0F3;
    padding: 7px;
    font-family: 'Poppins';
}

.ui-datepicker .ui-state-highlight {
    background: #0e6aad;
    color: #fff;
}


/* 24 .inner-header styles */

.inner-header {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header1 {
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header2 {
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header3 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg3.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header4 {
    /*padding-top: 60px;
	padding-bottom: 80px;*/
    position: relative;
    background: url(../img/resources/inner-header-bg4.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header5 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg5.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header6 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg6.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header7 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg7.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


.inner-header8 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg8.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header9 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg9.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header10 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg10.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header11 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg11.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header12 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg12.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header13 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg13.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header14 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg14.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header15 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg15.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header16 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg16.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header16 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg17.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header17 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg18.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header18 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg19.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header19 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg20.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header20 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg21.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header21 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg22.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header22 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg23.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header23 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg24.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header24 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg25.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header25 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url(../img/resources/inner-header-bg26.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.inner-header26 {
    margin-top: 110px;
    padding-top: 32px;
    padding-bottom: 11px;
    position: relative;
    background: url('../img/services/Keniaimages/bannerimg/Services-Banner.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: .85;
}

.inner-header .sec-title {
    position: relative;
    margin-bottom: 0;
}

    .inner-header .sec-title span.decor:before,
    .inner-header .sec-title span.decor:after {
        background: #DADADA;
    }

    .inner-header .sec-title h2 {
        color: #000000;
        font-size: 40px;
        text-transform: uppercase;
        line-height: 58px;
        margin: 0;
    }

.breadcumb {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

    .breadcumb li {
        display: inline-block;
    }

        .breadcumb li a,
        .breadcumb li i,
        .breadcumb li span {
            display: block;
            font-size: 15px;
        }

        .breadcumb li a {
            color: #0e6aad;
        }

        .breadcumb li span {
            color: #222E35;
        }

/* 25 .about-content styles */

.about-content.full-sec {
    background: #fff;
}

    .about-content.full-sec .full-sec-content {
        padding-top: 0;
        padding: 0;
    }


/* 26 .single-award styles */

.awards-wrapper {
    margin-left: -13.5px;
    margin-right: -13.5px;
    margin-bottom: 20px;
    margin-top: 25px;
}

.single-award {
    width: 25%;
    float: left;
    padding: 0 13.5px;
}

    .single-award .inner {
        border: 1px solid;
        color: #2aafae;
        padding: 25px 0 10px;
        text-align: center;
    }

        .single-award .inner i {
            font-size: 40px;
            margin-bottom: 15px;
        }

            .single-award .inner i:before {
                font-size: 40px;
            }

        .single-award .inner p {
            font-size: 12px;
            font-weight: 800;
            text-transform: uppercase;
        }

        .single-award .inner span.block {
            display: block;
            line-height: 15px;
        }

        .single-award .inner span.number {
            font-size: 36px;
            font-weight: bold;
            display: block;
            margin-top: -3px;
        }

.doctor-profile ul.infos {
    margin: 0;
    padding: 0;
    margin-top: 11px;
}

    .doctor-profile ul.infos li {
        list-style: none;
        line-height: 35px;
    }

        .doctor-profile ul.infos li span {
            display: table-cell;
            vertical-align: middle;
        }

            .doctor-profile ul.infos li span:first-child {
                text-transform: uppercase;
                color: #222E35;
                font-size: 13px;
                font-weight: 600;
            }

            .doctor-profile ul.infos li span:last-child {
                padding-left: 40px;
                color: #9C9C9C;
            }

.doctor-profile ul.social {
    padding: 0;
    margin-top: 15px;
}

    .doctor-profile ul.social li {
        display: inline-block;
    }

        .doctor-profile ul.social li a {
            display: block;
            width: 35px;
            height: 35px;
            border-radius: 5px;
            background: #3B3B3B;
            color: #FFFFFF;
            text-align: center;
            line-height: 35px;
            transition: all .3s ease;
        }

        .doctor-profile ul.social li:hover a {
            background: #2AAFAE;
        }


/* 27 .contact-content styles */

.contact-content #contact-page-google-map {
    height: 400px;
    width: 100%;
    margin-bottom: 63px;
}

.contact-content h2 {
    color: #23282A;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    margin-bottom: 35px;
}

.contact-content .contact-form textarea,
.contact-content .contact-form input {
    width: 100%;
    height: 60px;
    border: 1px solid #F0F0F0;
    outline: none;
    padding-left: 20px;
    line-height: 58px;
    margin-bottom: 20px;
}

.button4 {
    width: 50%;
    height: 60px;
    border: 1px solid #F0F0F0;
    outline: none;
    padding-left: 20px;
    line-height: 58px;
    margin-bottom: 20px;
}

.contact-content .contact-form textarea {
    height: 221px;
}

.contact-content .contact-form input[type="button"] {
    width: 159px;
    height: 46px;
    background: #0e6aad;
    font-size: 13px;
    font-family: 'Raleway';
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    outline: none;
    color: #fff;
    text-align: center;
    height: auto;
    padding: 0;
}

.contact-textarea input[type="submit"], .contact-textarea input[type="reset"], .contact-textarea input[type="button"] {
    width: 100%;
    height: 50px;
    background: #0e6aad;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border: none;
    outline: none;
    padding: 0;
    line-height: 50px;
    font-weight: bold;
    transition: all .3s ease;
}

.contact-content .contact-info {
    padding: 0;
}

    .contact-content .contact-info li {
        list-style: none;
        margin-bottom: 15px;
    }

        .contact-content .contact-info li .icon-box,
        .contact-content .contact-info li .content-box {
            display: table-cell;
            vertical-align: top;
        }

            .contact-content .contact-info li .icon-box .inner {
                width: 50px;
                height: 50px;
                background: #0e6aad;
                border-radius: 50%;
                text-align: center;
                line-height: 62px;
                color: #fff;
                font-size: 21px;
                margin-right: 25px;
            }

            .contact-content .contact-info li .content-box h4 {
                margin: 0;
                font-size: 14px;
                text-transform: uppercase;
                color: #000000;
                font-weight: bold;
                margin-bottom: 10px;
            }

            .contact-content .contact-info li .content-box p {
                color: #9C9C9C;
                line-height: 26px;
            }

.contact-content .gm-err-icon img {
    min-width: 0%;
}

/* 28 .appointment-content styles */

.appointment-content {
}

    .appointment-content .select-input-wrapper {
        width: 100%;
    }

    .appointment-content .select-input + .ui-selectmenu-button {
        border-radius: 0;
        width: 100% !important;
        background: none;
        border: none;
        font-weight: normal;
        border: 1px solid #EDF0F3;
        height: 60px;
        outline: none;
    }

    .appointment-content .select-input + .ui-state-default .ui-icon {
        background-image: url(../img/resources/select-menu-bg.png);
        background-position: 0 0;
        margin: -3px;
        right: 15px;
    }

    .appointment-content .select-input + .ui-selectmenu-button span.ui-selectmenu-text {
        padding: 0;
        margin: 0;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        font-weight: normal;
        color: #616062;
        border-radius: 0px;
        height: 60px;
        outline: none;
        line-height: 55px;
        padding-left: 20px;
    }

    .appointment-content .half-wrapper {
        margin-left: -10px;
        margin-right: -10px;
    }

    .appointment-content.contact-content .contact-form textarea {
        height: 221px;
    }

    .appointment-content .half {
        margin-top: 15px;
        padding: 0 10px !important;
    }

    .appointment-content .title-box {
        margin-bottom: 50px;
        margin-top: 50px;
    }

        .appointment-content .title-box span {
            font-size: 18px;
            color: #7C7C7C;
            text-transform: capitalize;
            font-family: 'Raleway';
            font-weight: 500;
        }

        .appointment-content .title-box p {
            line-height: 26px;
            color: #9C9C9C;
        }

        .appointment-content .title-box h3 {
            margin: 0;
            color: #262F36;
            font-size: 24px;
            text-transform: capitalize;
            line-height: 35px;
            font-weight: 600;
            margin-bottom: 10px;
        }

.error1 {
    color: Red;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    padding: 0 10px;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: MuseoSansCyrl300;
    font-weight: bold;
}

/* 29 .page-navigation styles */

.page-navigation {
    padding: 0px;
}

    .page-navigation li {
        display: inline-block;
        list-style: none;
    }

        .page-navigation li a,
        .page-navigation li span {
            border: 2px solid #F1F1F1;
            color: #D1D1D1;
            font-size: 16px;
            padding: 3px 13px;
            transition: all .3s ease;
            margin-right: 5px;
        }

            .page-navigation li a:hover,
            .page-navigation li span {
                background: #2AAFAE;
                border-color: #2AAFAE;
                color: #fff;
            }


/* 30 .side-bar-widget styles */

.pull-right .side-bar-widget {
    margin-left: 20px;
}

.single-sidebar-widget {
    margin-bottom: 38px;
}

    .single-sidebar-widget.search input {
        width: calc(100% - 66px);
        height: 55px;
        border: 1px solid #F1F1F1;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        outline: none;
        background: #fff;
        padding-left: 20px;
    }

    .single-sidebar-widget.search button {
        width: 66px;
        height: 55px;
        border: 1px solid #2AAFAE;
        background: #2AAFAE;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        padding: 0;
        line-height: 53px;
        text-align: center;
        outline: none;
        font-size: 17px;
        color: #fff;
        margin-left: -5px;
    }

    .single-sidebar-widget .title {
        font-size: 24px;
        font-weight: 600;
        color: #3F3E3E;
        text-transform: capitalize;
        margin: 0;
    }

    .single-sidebar-widget.category .title {
        margin-bottom: 11px;
    }

    .single-sidebar-widget.category ul {
        margin: 0;
        padding: 0;
    }

        .single-sidebar-widget.category ul li {
            list-style: none;
        }

            .single-sidebar-widget.category ul li a {
                color: #9C9C9C;
                line-height: 45px;
                position: relative;
                padding-left: 26px;
                transition: all .3s ease;
            }

                .single-sidebar-widget.category ul li a:hover {
                    color: #2AAFAE;
                }

                .single-sidebar-widget.category ul li a:before {
                    content: '';
                    width: 10px;
                    height: 2px;
                    display: block;
                    background: #E3E3E3;
                    position: absolute;
                    top: 10px;
                    left: 0;
                }

    .single-sidebar-widget.archive .title {
        margin-bottom: 11px;
    }

    .single-sidebar-widget.archive ul {
        margin: 0;
        padding: 0;
    }

        .single-sidebar-widget.archive ul li {
            list-style: none;
        }

            .single-sidebar-widget.archive ul li a {
                color: #9C9C9C;
                line-height: 45px;
                position: relative;
                padding-left: 26px;
                tranistion: all .3s ease;
            }

                .single-sidebar-widget.archive ul li a:hover {
                    color: #2AAFAE;
                }

                .single-sidebar-widget.archive ul li a:before {
                    content: '';
                    width: 10px;
                    height: 2px;
                    display: block;
                    background: #E3E3E3;
                    position: absolute;
                    top: 10px;
                    left: 0;
                }

    .single-sidebar-widget.popular-post ul {
        margin: 0;
        padding: 0;
        margin-top: 25px;
    }

        .single-sidebar-widget.popular-post ul li {
            list-style: none;
            padding-bottom: 25px;
            margin-bottom: 25px;
            border-bottom: 1px solid #F5F5F5;
        }

            .single-sidebar-widget.popular-post ul li:last-child {
                padding-bottom: 0;
                margin-bottom: 0;
                border-bottom: 0;
            }

            .single-sidebar-widget.popular-post ul li .img-box,
            .single-sidebar-widget.popular-post ul li .content-box {
                display: table-cell;
                vertical-align: middle;
            }

                .single-sidebar-widget.popular-post ul li .img-box .inner-box {
                    width: 70px;
                    margin-right: 25px;
                }

                .single-sidebar-widget.popular-post ul li .img-box img {
                    width: 70px;
                }

                .single-sidebar-widget.popular-post ul li .content-box h4 {
                    font-size: 14px;
                    color: #9C9C9C;
                    line-height: 26px;
                    margin: 0;
                    transition: all .3s ease;
                }

                    .single-sidebar-widget.popular-post ul li .content-box h4:hover {
                        color: #2AAFAE;
                    }

                .single-sidebar-widget.popular-post ul li .content-box span {
                    color: #2AAFAE;
                    font-size: 14px;
                    display: inline-block;
                    line-height: 26px;
                }

    .single-sidebar-widget.tags ul {
        padding: 0;
        margin-top: 30px;
    }

        .single-sidebar-widget.tags ul li {
            display: inline-block;
            list-style: none;
            margin-right: 3px;
            margin-bottom: 12px;
        }

            .single-sidebar-widget.tags ul li a {
                display: inline-block;
                border: 1px solid #F1F1F1;
                font-size: 14px;
                border-radius: 30px;
                color: #BABABA;
                padding: 5px 23px;
                transition: all .3s ease;
            }

                .single-sidebar-widget.tags ul li a:hover {
                    background: #2AAFAE;
                    border-color: #2AAFAE;
                    color: #fff;
                }



#single_Service .service_sideber {
}

    #single_Service .service_sideber .services_lis {
        border: 1px solid #f4f4f4;
        border-bottom: 0px solid;
    }

        #single_Service .service_sideber .services_lis ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            #single_Service .service_sideber .services_lis ul li {
                border-bottom: 1px solid #f4f4f4;
                line-height: 60px;
            }


                #single_Service .service_sideber .services_lis ul li i {
                    color: #2AAFAE;
                    font-size: 18px;
                    font-weight: normal;
                    padding-left: 10px;
                    padding-right: 20px;
                }

                #single_Service .service_sideber .services_lis ul li a {
                    text-decoration: none;
                    overflow: hidden;
                    display: block;
                    color: #262f36;
                    font-size: 14px;
                    font-family: 'Poppins';
                    font-weight: 400;
                    padding-left: 20px;
                }

                    #single_Service .service_sideber .services_lis ul li.active a,
                    #single_Service .service_sideber .services_lis ul li a:hover {
                        background: #2AAFAE;
                        color: #fff;
                        transition: all ease-in 300ms;
                        -webkit-transition: all ease-in 300ms;
                        -moz-transition: all ease-in 300ms;
                    }

                        #single_Service .service_sideber .services_lis ul li.active a i,
                        #single_Service .service_sideber .services_lis ul li a:hover i {
                            color: #fff;
                        }


    #single_Service .service_sideber .appointment_side_form {
        border: 1px solid #f4f4f4;
        border-top: 0px solid;
        margin-top: 40px;
    }

        #single_Service .service_sideber .appointment_side_form h2 {
            font-family: 'Raleway';
            font-size: 20px;
            font-weight: 600;
            color: #fff;
            text-align: center;
            background: #2AAFAE;
            height: 55px;
            padding-top: 15px;
        }

        #single_Service .service_sideber .appointment_side_form .side_form {
            padding: 20px 20px;
        }

            #single_Service .service_sideber .appointment_side_form .side_form input {
                font-family: 'Raleway';
                font-size: 14px;
                color: #b7b3b3;
                background: #efefef;
                width: 100%;
                height: 45px;
                border: 0px solid;
                padding-left: 20px;
                margin-bottom: 10px;
            }

            #single_Service .service_sideber .appointment_side_form .side_form .select-input + .ui-selectmenu-button span.ui-selectmenu-text {
                background: #efefef;
                height: 45px;
                line-height: 43px;
            }

            #single_Service .service_sideber .appointment_side_form .side_form .select-input + .ui-selectmenu-button {
                height: 45px;
            }

            #single_Service .service_sideber .appointment_side_form .side_form .appoin_button {
                font-family: 'Raleway';
                font-size: 13px;
                font-weight: 600;
                color: #fff;
                text-align: center;
                background: #2AAFAE;
                width: 100%;
                height: 45px;
                border: 0px solid;
                margin-top: 5px;
            }

    #single_Service .service_sideber .question_Box {
        margin-top: 40px;
    }

        #single_Service .service_sideber .question_Box h2 {
            font-family: 'Raleway';
            font-size: 20px;
            color: #404040;
            font-weight: 600;
        }

        #single_Service .service_sideber .question_Box .qustion_list {
            margin-bottom: 30px;
            padding-top: 20px;
        }

            #single_Service .service_sideber .question_Box .qustion_list ul {
                margin: 0;
                padding: 0;
                list-style: none;
            }

                #single_Service .service_sideber .question_Box .qustion_list ul li {
                    padding: 10px 0 20px 0;
                }

                    #single_Service .service_sideber .question_Box .qustion_list ul li i {
                        color: #2AAFAE;
                        float: left;
                    }

                    #single_Service .service_sideber .question_Box .qustion_list ul li a {
                        text-decoration: none;
                        color: #8e979f;
                        float: left;
                        padding-left: 15px;
                    }

.question_Box hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

#single_Service .service_mainconetent .about_box h2 {
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 500;
    color: #202a30;
}

#single_Service .service_mainconetent .about_box p {
    font-size: 14px;
    color: #8e979f;
    line-height: 30px;
}

#single_Service .service_mainconetent .about_promo_box h2 {
    font-weight: 400;
    color: #2AAFAE;
    font-size: 28px;
    line-height: 40px;
    padding: 10px 0;
}

#single_Service .service_mainconetent .about_promo_box .pormo_box_details p {
    font-size: 14px;
    color: #8e979f;
    line-height: 25px;
}

#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list {
    overflow: hidden;
    padding-top: 10px;
}

    #single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list li {
        line-height: 35px;
    }

        #single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list li i {
            width: 20px;
            height: 20px;
            border-radius: 100%;
            border: 1px solid #2AAFAE;
            color: #2AAFAE;
            text-align: center;
            font-size: 16px;
        }

        #single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list li a {
            text-decoration: none;
            color: #646f79;
            font-style: 16px;
            font-weight: 600;
            padding-left: 15px;
        }

#single_Service .service_mainconetent .about_promo_box .pormo_box_details .service_table {
    overflow: hidden;
}

.about_box img {
    max-width: 100%;
}

.service_table {
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
}

    .service_table .table {
        border: 1px solid #efefef;
        margin-bottom: 0;
    }

    .service_table .thead-inverse {
        background: #efefef;
        border: 0px solid;
    }

        .service_table .thead-inverse tr th {
            font-family: 'Raleway';
            font-size: 20px;
            color: #2AAFAE;
            font-weight: 600;
            border-bottom: 0px solid !important;
        }

        .service_table .thead-inverse tbody tr td {
            color: #8e979f;
            font-weight: 500;
            font-size: 14px;
            padding-left: 15px;
        }

    .service_table tbody tr td i {
        width: 20px;
        height: 20px;
        border-radius: 100%;
        border: 1px solid #2AAFAE;
        color: #2AAFAE;
        text-align: center;
        font-size: 16px;
        padding-left: 2px;
        padding-top: 1px;
        margin-right: 10px;
    }

    .service_table .table thead > tr > th, .service_table .table tbody > tr > th, .service_table .table tfoot > tr > th, .service_table .table thead > tr > td, .service_table .table tbody > tr > td, .service_table .table tfoot > tr > td {
        padding: 15px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd;
        font-size: 14px;
        color: #8e979f;
    }

.treatments {
    width: 90%;
    margin: auto;
}

.pink {
    background: #0e6aad !important;
    padding: 0;
}

.gray {
    background: #9a9b9b !important;
    padding: 0;
}

.overlay-pink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    transition: 1s all;
    cursor: pointer;
}

    .overlay-pink:hover {
        background: #0f518e;
        opacity: 0.5;
    }

.overlay-gray {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    cursor: pointer;
    transition: 1s all;
}

    .overlay-gray:hover {
        background: #A5B2BA;
        opacity: 0.5;
    }

.about-btm-wthree {
    margin-top: 2em;
}

.col-md-3 {
    width: 25%;
    margin-top: 18px;
}


.col-md-5 {
    width: 33%;
    margin-top: 18px;
}

.service-text {
    height: 52px;
    position: relative;
    padding: 4px 0;
    text-align: center;
}

.about-w3-grids h4 {
    font-size: 20px;
    color: #fff;
}

.about-w3-grids img {
    width: 100%;
}

.img {
    vertical-align: middle;
}

.img {
    border: 0;
}


/*SERVICES*/
/*ol, ul {
    list-style: none;
}*/

.surgical-cases {
    width: 100%;
    float: left;
}

.ol, ul {
    list-style: none;
}

.surgical-cases li {
    width: 30%;
    margin: 1%;
    float: left;
    padding: 0;
    /*background-image: url(../img/resources/service.jpg);*/
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 317px;
    list-style: none;
}

    .surgical-cases li a {
        /*color: #fff !important;*/
        /*display: block;*/
        text-align: center;
        position: relative;
        line-height: 2px;
        font-size: 16px;
        color: #fff;
    }



.bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.65);
}

#f1_container {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    float: left;
}

#f1_container {
    perspective: 1000;
}

#f1_card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}

#f1_container:hover #f1_card {
    transform: rotateY(180deg);
    /*box-shadow: -5px 5px 5px #aaa;*/
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.front {
    font-size: 14px;
    padding: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 40px;
}

    .front img {
        width: 100%;
    }

.face.back {
    display: block;
    transform: rotateY(180deg);
    box-sizing: border-box;
    padding: 25px;
    color: white;
    text-align: center;
    background-color: #fff;
    width: 100%;
    position: relative;
    
    background-size: cover;
    background-position: center center;
}

    .face.back p {
        font-size: 17px;
        width: 100%;
        float: left;
        display: block;
        line-height: 21px;
        position: relative;
        color: #fff;
        top: 97px;
    }

.current-aff-outer {
    width: 100%;
    float: left;
}

.aff {
    width: 46%;
    margin: 2%;
    float: left;
    padding: 30px 0;
    background: #6E8094;
    box-shadow: 5px 5px 5px #888;
    border-radius: 10px;
    transition: 0.5s ease;
}

    .aff:hover {
        transform: scale(0.95);
        box-shadow: 10px 10px 10px #888;
    }

.aff-img {
    width: 250px;
    margin: auto;
    max-width: 96%;
}

    .aff-img img {
        width: 100%;
        padding: 2%;
        background: #fff;
        border-radius: 10px;
    }

.aff-txt {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 30px;
    color: #fff;
}

    .aff-txt span {
        font-size: 20px;
        color: #f1f1f1;
    }

.specialization-outer {
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0;
}

.specialization-left {
    width: 30%;
    float: left;
}

.slpecialization-right {
    width: 67%;
    float: left;
    margin-left: 3%;
}

.spi-img {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .spi-img img {
        width: 100%;
    }

.specialization-outer .mb-60 h4 {
    margin: 0 0 10px;
    text-align: left;
}

.specialization-outer p.sub-para {
    font-size: 1em;
    margin: 0.5em 0 0.5em 0;
    line-height: 1.5em;
    font-weight: 400;
    text-align: justify;
}

.ab-col {
    width: 48%;
    float: left;
    margin: 1%;
}

.specialization-outer ul.ab {
    padding: 0 0 0 0em !important;
    width: 100%;
    float: left;
}

    .specialization-outer ul.ab li {
        padding-left: 2em;
        margin: 0.3em 0 0.3em;
        background: url(../images/img-sp.png) no-repeat 4px 0px;
    }

        .specialization-outer ul.ab li a {
            color: #4d4d4d;
            font-weight: 400;
            line-height: 1.6em;
            font-size: 14px;
        }

.specialization-data-inner {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}


/*SERVICES-END*/

.gift-p {
    color: #fff;
    font-weight: 300;
    line-height: 35.5px;
    margin: 0 0 15px;
    font-size: 23px;
    font-weight: 400;
}

.from-content {
    width: 100%;
    float: left;
    height: 300px;
}


/*career*/
.contactdiv .contactleft1 {
    /*background-color: #f7f7f7;*/
    float: left;
    margin-left: 11px;
    margin-top: -99px;
    width: 55%;
}

.contactdiv .contactright {
    width: 34%;
    float: right;
}

.address {
    width: 85%;
    /*margin-left: 13px;*/
    margin-bottom: 11px;
}

.card {
    padding-bottom: 30px;
}

.c1 {
    background: rgba(0, 0, 0, 0) url("../image/resources/c1.png") no-repeat scroll 4px 21px;
}

.c2 {
    background: rgba(0, 0, 0, 0) url("../image/resources/c2.png") no-repeat scroll 2px 23px;
}

.c3 {
    background: rgba(0, 0, 0, 0) url("../image/resources/c3.png") no-repeat scroll 2px 23px;
}


.contact-line a {
    color: #368ccc;
    text-decoration: none;
}


.contact-line {
    border-bottom: 1px dotted #464646;
    color: #464646;
    display: block;
    padding: 20px 0px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 31px;
}

.box {
    display: none;
}

.data1 {
    display: block;
}

.data1 {
    width: 100%;
    float: left;
    display: table;
    margin: 10px 0 25px 0;
}


.enquirenow {
    width: 100%;
    float: left;
}



.error {
    color: Red;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    padding: 0 10px;
    font: 12px;
    font-weight: 400;
    display: none;
}

.mask {
    background-color: Black;
    bottom: 0;
    height: 100%;
    display: none;
    left: 0;
    opacity: 0.5;
    position: fixed;
    width: 100%;
    z-index: 1200;
}


#Ok {
    width: 50px;
    color: white;
    cursor: pointer;
    position: relative;
    z-index: 200px;
    margin: 0 auto;
    padding: 1px 15px;
    text-align: center;
    display: table;
}

#Thank {
    background-color: #fff;
    border: 2px solid #0a76be;
    border-radius: 0;
    color: #4B2F21;
    left: 461.5px;
    padding: 20px;
    position: fixed;
    top: 286.5px;
    width: 550px;
    z-index: 1300;
    display: none;
}

.btn1 {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 34px;
    border-radius: 5px;
    letter-spacing: 1px;
    padding: 0 15px;
    background: #70c5fe;
    background: -moz-linear-gradient(30deg,#70c5fe 0%,#0a76be 100%);
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#ffd202),color-stop(100%,#ffd202));
    background: -webkit-linear-gradient(30deg,#70c5fe 0%,#0a76be 100%);
    background: -o-linear-gradient(30deg,#70c5fe 0%,#0a76be 100%);
    background: -ms-linear-gradient(30deg,#70c5fe 0%,#0a76be 100%);
    background: linear-gradient(30deg,#fec303 0%,#fec303 100%);
    border: none;
    width: 40%;
    margin: 0 30%;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    cursor: pointer;
}

    .btn1:hover {
        text-decoration: none;
        color: #fff;
        background: #0a76be;
        background: -moz-linear-gradient(30deg,#0a76be 0%,#70c5fe 100%);
        background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#ffd202),color-stop(100%,#ffd202));
        background: -webkit-linear-gradient(30deg,#0a76be 0%,#70c5fe 100%);
        background: -o-linear-gradient(30deg,#0a76be 0%,#70c5fe 100%);
        background: -ms-linear-gradient(30deg,#0a76be 0%,#70c5fe 100%);
        background: linear-gradient(30deg,#fec303 0%,#fec303 100%);
        -webkit-transition: background-color 2s ease-out;
        -moz-transition: background-color 2s ease-out;
        -o-transition: background-color 2s ease-out;
        transition: background-color 2s ease-out;
        cursor: pointer;
    }

.enquirenow table {
    margin-bottom: 15px;
    padding: 5px;
    width: 100%;
}

    .enquirenow table td {
        vertical-align: top;
    }

    .enquirenow table input[type="text"] {
        background: #FFFFFF;
        border: 1px solid #e3e3e3;
        font-family: Arial, Geneva,Helvetica, sans-serif;
        color: #333;
        padding: 8px;
        display: block;
        width: 94%;
        margin-bottom: 38px;
        outline: none;
        -webkit-appearance: none;
        font-size: 13px;
        letter-spacing: 1px;
    }

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6a6a6a;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #6a6a6a;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #6a6a6a;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #6a6a6a;
    opacity: 1;
}


.enquirenow table input[type="text"]:focus {
    border: 1px solid #0a76be;
    border: 1px solid -moz-linear-gradient(30deg,#0a76be 0%,#70c5fe 100%);
    border: 1px solid -webkit-gradient(linear,left bottom,right top,color-stop(0%,#0a76be),color-stop(100%,#70c5fe));
    border: 1px solid -webkit-linear-gradient(30deg,#0a76be 0%,#70c5fe 100%);
    border: 1px solid -o-linear-gradient(30deg,#0a76be 0%,#70c5fe 100%);
    border: 1px solid -ms-linear-gradient(30deg,#0a76be 0%,#70c5fe 100%);
    border: 1px solid linear-gradient(30deg,#0a76be 0%,#70c5fe 100%);
}




.enquirenow table select {
    width: 170px;
    margin-bottom: 10px;
    box-shadow: 0 0 3px #e3e3e3;
}

.enquirenow table textarea {
    background: #FFFFFF;
    border: 1px solid #e3e3e3;
    opacity: 0.9;
    font-family: Arial, Geneva,Helvetica, sans-serif;
    color: #333;
    padding: 17px;
    display: block;
    width: 94%;
    margin-bottom: 5px;
    outline: none;
    -webkit-appearance: none;
    resize: none;
    font-size: 13px;
}


    .enquirenow table textarea:focus {
        border: 1px solid #0a76be;
        border: 1px solid -moz-linear-gradient(30deg,#0a76be 0%,#70c5fe 100%);
        border: 1px solid -webkit-gradient(linear,left bottom,right top,color-stop(0%,#0a76be),color-stop(100%,#70c5fe));
        border: 1px solid -webkit-linear-gradient(30deg,#0a76be 0%,#70c5fe 100%);
        border: 1px solid -o-linear-gradient(30deg,#0a76be 0%,#70c5fe 100%);
        border: 1px solid -ms-linear-gradient(30deg,#0a76be 0%,#70c5fe 100%);
        border: 1px solid linear-gradient(30deg,#0a76be 0%,#70c5fe 100%);
    }


.map {
    width: 100%;
    float: left;
}

.nav1 {
    display: none;
}
/*contact-end*/

.career {
    width: 100%;
    margin: 0 auto;
    float: right;
}


    .career .img {
        width: 100%;
        margin: 0 auto;
    }


/*career-end*/

/*button*/

.btn {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 34px;
    border-radius: 5px;
    letter-spacing: 1px;
    padding: 0 15px;
    background: #70c5fe;
    background: -moz-linear-gradient(30deg,#70c5fe 0%,#0a76be 100%);
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#ffd202),color-stop(100%,#ffd202));
    background: -webkit-linear-gradient(30deg,#70c5fe 0%,#0a76be 100%);
    background: -o-linear-gradient(30deg,#70c5fe 0%,#0a76be 100%);
    background: -ms-linear-gradient(30deg,#70c5fe 0%,#0a76be 100%);
    background: linear-gradient(30deg,#0e6aad 0%,#0e6aad 100%);
    border: none;
    width: 94%;
    margin: 18px 5px;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    cursor: pointer;
}

    .btn:hover {
        text-decoration: none;
        color: #fff;
        background: #0a76be;
        background: -moz-linear-gradient(30deg,#0a76be 0%,#70c5fe 100%);
        background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#ffd202),color-stop(100%,#ffd202));
        background: -webkit-linear-gradient(30deg,#0a76be 0%,#70c5fe 100%);
        background: -o-linear-gradient(30deg,#0a76be 0%,#70c5fe 100%);
        background: -ms-linear-gradient(30deg,#0a76be 0%,#70c5fe 100%);
        background: linear-gradient(30deg,#0e6aad 0%,#0e6aad 100%);
        -webkit-transition: background-color 2s ease-out;
        -moz-transition: background-color 2s ease-out;
        -o-transition: background-color 2s ease-out;
        transition: background-color 2s ease-out;
        cursor: pointer;
    }

/*button-end*/

/*wait-back*/
.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;
}

/*wait-back-end*/

.appointment {
    width: 100%;
    float: left;
    padding-top: 15px;
}

.florence-elevation {
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
    transform: scale(1);
    transition: all 2s ease 0s;
    overflow: hidden;
}



    .florence-elevation:hover img {
        transform: scale(1.1);
        transition: all 2s ease 0s;
    }

    .florence-elevation:before {
        content: ' ';
        position: absolute;
        top: 8px;
        left: 8px;
        right: 8px;
        bottom: 8px;
        background: url(../Styles/Images/image-holder-bg.png) 0 0 no-repeat;
        background-size: 100% 100%;
    }


    .florence-elevation img {
        width: 100%;
        float: left;
        transition: all 2s ease 0s;
    }

.img_decor {
    border: 3px solid #ffffff;
    position: absolute;
    height: 95%;
    width: 95%;
    top: 2%;
    left: 2%;
}

.slider-outer {
    width: 100%;
    float: left;
}

.slider img {
    width: 100%;
}

.wrapper {
    width: 100%;
}

.home-one {
    width: 100%;
    float: left;
}

/*footer*/
.footer-left {
    width: 28%;
    float: left;
}

.footer-right {
    width: 24%;
    float: right;
}

#back-to-top img {
    width: 100%;
}

/*-------------back to top----------*/
#back-to-top {
    position: fixed;
    bottom: 15px;
    right: 24px;
    z-index: 999999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

    #back-to-top img {
        width: 100%;
    }

    #back-to-top:hover {
    }

    #back-to-top.show {
        opacity: 1;
    }

#content {
    height: 2000px;
}
/*-------------back to top end------*/

.nav1 {
    margin: 0;
    display: none;
}

/*sitemap*/

.header1 {
    margin-bottom: 4px;
}

.head_logo1 {
    width: 172px;
    display: block;
    margin: 0.8% auto;
}

    .head_logo1 img {
        width: 100%;
    }

.sitemap_heading {
    color: #025297;
    font-family: 'Raleway', sans-serif;
    width: 121px;
    margin: 12px auto;
    text-align: left;
}


.sitemap_line {
    height: 3px;
    width: 100%;
    background-color: #025297;
    margin: auto;
}

.sitemap {
    margin: 0 auto;
    list-style-type: none;
    float: none;
    width: 202px;
}

    .sitemap li {
        margin-top: 20px;
    }

        .sitemap li a {
            font-size: 20px;
            color: #444;
            font-weight: 600;
            text-decoration: none;
        }

        .sitemap li span {
            font-size: 20px;
            color: #fc0101;
            font-weight: 600;
            text-decoration: underline;
        }

        .sitemap li span1 {
            font-size: 15px;
            color: #333;
            font-weight: 400;
            text-decoration: none;
        }

.sitemap_sub {
    margin-left: 24px;
}

    .sitemap_sub li {
        margin-top: 5px;
    }

        .sitemap_sub li a {
            font-size: 14px;
            text-decoration: none;
            color: #615f5f;
        }

/*sitemap-end*/


.text1 {
    width: 1170px;
    margin: 0 auto;
}

.sitemap-element {
    margin-bottom: 20px;
}

.sitemap {
    width: 38.333%;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.alterna-title {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

    .alterna-title h3 {
        margin: 38px 0 10px;
        color: #454545;
        font-weight: normal;
        font-size: 24px;
    }

.full-line {
    background: none repeat scroll 0 0 #e1e1e1;
    height: 1px;
}

.sitemap-ul, .sitemap-ul ul {
    border-left: 2px solid #e8e8e8;
    list-style: outside none none;
    margin: 0;
    padding-left: 26px;
}

    .sitemap-ul, .sitemap-ul ul {
        border-left: 2px solid #e8e8e8;
        list-style: outside none none;
        margin: 0;
        padding-left: 26px;
    }


.position {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#workarea {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1e1a3e;
    font-family: Raleway;
}

#personal {
    color: white;
    text-decoration: none;
    position: absolute;
    bottom: 15px;
    right: 2%;
}

.spot {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.svg-wrapper {
    margin-top: 0;
    position: relative;
    width: 150px;
    /*make sure to use same height/width as in the html*/
    height: 40px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 5px;
}


#shape {
    stroke-width: 6px;
    fill: transparent;
    stroke: #009FFD;
    stroke-dasharray: 85 400;
    stroke-dashoffset: -220;
    transition: 1s all ease;
}


#text {
    margin-top: -35px;
    text-align: center;
}

    #text a {
        color: white;
        text-decoration: none;
        font-weight: 100;
        font-size: 1.1em;
    }


.svg-wrapper:hover #shape {
    stroke-dasharray: 50 0;
    stroke-width: 3px;
    stroke-dashoffset: 0;
    stroke: #06D6A0;
}

.new-email {
    width: auto;
    float: left;
    font-size: 16px;
    color: #fff;
    margin: 0 30px;
    line-height: 30px;
}

.new-call {
    width: auto;
    float: right;
    font-size: 16px;
    color: #fff;
    margin: 0 30px;
    line-height: 30px;
}

@media (max-width: 600px) {
	
	.top-bar {
    display: none;
}

.swiper-button-prev{
	display: none;
}
  
}

/*  Badal css  */


.flex-header{
    display:flex;
    align-items:center;
}

.nav-social-div {
    display: flex;
    font-size: 30px;
    
}

.nav-social-div i{
    margin-left:10px;
}


.nav-social-div-M{
    display:flex;
    margin:auto;
    justify-content:center;
    gap:20px;
}

    .nav-social-div-M a i {
        font-size: 37px;
        margin: auto;
    }


   /* services css */

.services-container {
    width: 100%;
    margin-bottom: 30px;
}

.dental-heading-inner{
    width:100%;

}
.service-title {
    color: #333;
    text-align:center;
    font-weight: 700;
}
.underline-service {
    width: 35%;
    height: 3px;
    margin: 0 auto;
    background-color: #0e6aad;
}

.row-service {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin: 30px 0;
}
.cols-lg-3 {
    width:95%;
}
.inner-card {
    display: block;
    background-color: aqua;
    width: 85%;
    height: 295px;
    margin: 0px auto;
    padding: 10px 15px;
}
.card-title {
    font-size: 24px;
    color: #5a5555;
    display: block;
    text-align: center;
    margin: 14px auto;
    white-space:nowrap;
}
.service-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px;
}

.service-inner{
    width:100%;
    margin-bottom:50px;
}
.service-block {
    background-color: #f1f1f1;
    width: 100%;
    display: block;
    position:relative;
    padding: 20px 20px;
    /*border:2px solid #888;*/
    border-radius:20px;
    transition:all 0.5s ease;
    box-shadow:2px 2px 5px 2px #f1f1f1;
}

.service-block:hover img{
    transform:scale(1.1);
    transition:all 0.5s ease;
    box-shadow:0px 0px 10px 4px #888;
    border-radius:15px;
}

/*whatsapp and AI chat*/

.handle {
    margin-bottom: 40px;
    margin-left: -23px;
}

/*+++++++++++++++++++++++++++++++ FAQ SECTION +++++++++++++++++++++++++++++++++++++*/
.ques-section {
    padding: 0px 20px 20px
}

.ques {
    max-width: 1100px;
    margin: auto;
}

.ques-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    color: black;
}

.ques-item {
    border: 1px solid #000;
    margin-bottom: 15px;
}

.ques-question {
    position: relative;
    width: 100%;
    background: #e8e8e8;
    color: #000;
    border: 1px solid #000;
    padding: 13px 43px 13px 20px;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}

/* ARROW */
.ques-arrow {
    position: absolute;
    right: 20px;
    top: 45%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
}

/* OPEN STATE */
.ques-item.active .ques-arrow {
    transform: translateY(-50%) rotate(-135deg);
}


.ques-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fff;
}

    .ques-answer p {
        padding: 20px;
        font-size: 15px;
        font-weight:500;
        color:#000;
        line-height: 1.6;
        max-height: 50px;
    }

/*+++++++++++++++++++++++++++++++++++++++ button section  prev next +++++++++++++++++++++++++++++*/
.post-nav-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 0;
    padding: 0 20px 40px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.post-next {
    margin-left: auto; /* ? MAGIC LINE */
    font-size: 15px;
    font-weight: 500;
    color: #0D69AB;
    text-decoration: none;
}

    .post-next:hover {
        color: #E66E0F;
    }
/* LINKS */
.post-prev,
.post-next {
    font-size: 18px;
    font-weight: 500;
    color: #0D69AB;
    text-decoration: none;
    white-space: nowrap;
}

    .post-prev:hover,
    .post-next:hover {
        color: #E66E0F;
    }
