/***************************************************************************************************************
||||||||||||||||||||||||||||       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: 'Poppins', sans-serif;
    font-size: 14px;
    color: #9C9C9C;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

a, a:hover, a:active {
    text-decoration: none;
}

    a:hover, a:focus, a:visited {
        text-decoration: none;
        outline: none;
    }

img {
    width: 100%;
}

.logo-img {
    padding-top: 0px;
    width: 293px;
}


p {
    color: #666666;
    font-weight: 300;
    line-height: 23.5px;
    margin: 0 0 15px;
    text-align: justify;
}

.p0 {
    padding: 0 !important;
}

.thm-btn {
    background: #784869;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 20px;
    border: 2px solid transparent;
    transition: all .3s ease;
}

    .thm-btn:hover,
    .thm-btn.inverse {
        background-color: #fff;
        border-color: #784869;
        color: #784869;
    }

        .thm-btn.inverse:hover {
            background: #2AAFAE;
            border-color: #2AAFAE;
            color: #fff;
        }

.sec-pdd-bot-80 {
    padding-bottom: 80px;
}

.sec-pdd-90 {
    padding: 41px 0;
}

.sec-pdd-bot-90 {
    padding-bottom: 90px;
}

.sec-pdd-top-90 {
    padding-top: 90px;
}

.sec-pdd-90-85 {
    padding: 29px 0 60px;
}

.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: 63px;
}

    .sec-title h2 {
        color: #202a30;
        font-size: 32px;
        font-weight: bold;
        margin: 0 0 20px;
        text-transform: capitalize;
        /*line-height: 2;*/
    }

    .sec-title p {
        font-size: 16px;
        color: #747474;
        margin: 0;
        margin-bottom: 20px;
    }

    .sec-title p1 {
        font-size: 16px;
        color: #747474;
        margin: 0;
        margin-bottom: 20px;
        margin-top: 18px;
    }

    .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: #784869;
    }

        .sec-title.style-two span.decor .inner {
            background: #784869;
        }

        .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: #784869;
    }

        .sec-title.colored span.decor span.inner {
            background: #784869;
        }

        .sec-title.colored span.decor:before,
        .sec-title.colored span.decor:after {
            background: #784869;
        }

.three-item-carousel .owl-dot.active {
    display: none;
}

.no-bg {
    background: none !important;
}


/* 2 flaticon reset styles */

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin: 0;
}



/* 3 .top-bar styles */

/*.top-bar {border-bottom: 1px solid #EAEAEA;}*/

.top-bar .left-text p {
    font-size: 13px;
    color: #B6B6B6;
    margin: 0;
    line-height: 48px;
}

    .top-bar .left-text p span {
        color: #383838;
    }

.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: 0 16px;
        margin-left: -5px;
        transition: all .3s ease;
    }

        .social-icons ul li a:hover {
            color: #fff;
            background: #2AAFAE;
        }


/* 4 .header styles */
.header {
    padding: 13px 0;
}

.single-header-info {
    float: left;
    padding-left: 35px;
}

    .single-header-info .icon-box,
    .single-header-info .content {
        display: table-cell;
        vertical-align: middle;
    }

.header-right-info {
    padding-top: 19px;
}

.single-header-info .icon-box .inner-box {
    /*border: 1px solid #e1e1e1;*/
    height: 51px;
    /*margin-right: 15px;*/
    text-align: center;
    width: 60px;
}

    .single-header-info .icon-box .inner-box i::before {
        color: #784869;
        font-size: 40px;
        line-height: 42px;
        text-align: center;
        font-weight: 600;
    }

.single-header-info .content h3 {
    font-size: 17px;
    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 #636466;
}

    .mainmenu-area.stricky-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 500;
    }

.navigation .nav-footer {
    display: none;
}

.navigation .nav-header > ul {
    padding: 0;
    margin: 0;
}

    .navigation .nav-header > ul > li {
        display: inline-block;
        position: relative;
    }

        .navigation .nav-header > ul > li:first-child > a {
            padding-left: 15px;
            margin-top: 24px;
            margin-top: 0px;
        }

        .navigation .nav-header > ul > li > a {
            display: block;
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            color: #383531;
            padding: 22px 5px;
            transition: all .3s ease;
            border-bottom: 3px solid transparent;
            margin-top: 30px;
        }

        .navigation .nav-header > ul > li:hover > a {
            /*color: #784869;*/
            border-color: #784869;
        }

        .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: 240px;
            margin: 0;
            padding: 0;
            opacity: 0;
            visibility: hidden;
            box-shadow: 2px 0 11px -3px rgba(0,0,0,.2);
            transition: all .5s ease;
        }

            .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: 7px 19px;
                    border-bottom: 1px solid #E9E9E9;
                    transition: all .3s ease;
                }

                .navigation .nav-header > ul > li > ul > li:hover > a {
                    background: #784869;
                    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: 14px 19px;
                            border-bottom: 1px solid #E9E9E9;
                            transition: all .3s ease;
                        }

                        .navigation .nav-header > ul > li > ul > li > ul > li:hover > a {
                            background: #784869;
                            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;
    border: 1px solid #fff;
}

    .call-to-action-corner::before {
        background: rgba(120, 72, 105, 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;
    border: 1px solid #fff;
}

    .call-to-action-center::before {
        background: rgba(120, 72, 105, 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 p1 {
            font-size: 20px;
            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: 14px;
                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;
                line-height: 30px;
            }

        .single-call-to-action .content-box .thm-btn.inverse {
            border-color: #fff;
            background-color: transparent;
            padding: 7px 22px;
            color: #fff;
            font-size: 20px;
            margin-top: 10px;
        }

            .single-call-to-action .content-box .thm-btn.inverse:hover {
                background: #fff;
                color: #784869;
            }

.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;
    padding: 20px 0;
}

    .full-sec .sec-title {
        margin: 0;
        margin-bottom: 30px;
    }

    .full-sec .full-image {
        max-width: none;
        margin-right: -15px;
    }

    .full-sec h3 {
        color: #784869;
        font-family: "Poppins",sans-serif;
        font-weight: 300;
        line-height: 29px;
        text-transform: capitalize;
        font-size: 20px;
    }

    .full-sec p {
        color: #6c6b6b;
        line-height: 26px;
        margin-bottom: 17px;
        text-align: justify;
    }

    .full-sec .full-sec-content a {
        margin-top: 13px;
    }

    .full-sec .full-sec-content {
        padding-top: 30px;
        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: #784869;
            border-color: #784869;
            color: #fff;
        }


/* 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: #784869 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: #784869;
        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: #784869;
        }

    .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: #784869;
    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: #784869;
    color: #784869;
}

.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: #fff;
    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: #2AAFAE;
    }

    .faq-home .accrodion.active .accrodion-title h4 span.inner {
        background: #2AAFAE;
    }

    .faq-home .accrodion .accrodion-content {
        padding-left: 40px;
    }

        .faq-home .accrodion .accrodion-content p {
            margin-bottom: 21px;
            font-size: 14px;
            color: #9C9C9C;
            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;*/
        width: 100%;
    }


/* 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;
    margin-top: 23px;
}

    .fact-counter-wrapper:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: #cacaca;
        opacity: .95;
    }

    .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 35px;
}

    .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;
                margin: 23px 0 50px;
                float: left;
            }

            .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: #784869;
        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 #784869;
        }

.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(120,72,105, .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: #784869;
                    border: 1px solid #fff;
                    line-height: 10px;
                    font-size: 18px;
                    border-radius: 50%;
                    transition: all .3s ease;
                }

                    .single-team-member .img-box .overlay .box .content ul li a:hover {
                        background: #784869;
                        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: #784869;
    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: #784869;
        border-color: #784869;
        color: #fff;
    }

.team-carousel .owl-controls {
    position: absolute;
    top: -60px;
    right: 0;
    display: none;
}
/*.owl-theme .owl-nav {
	margin: 0;
}
.owl-theme .owl-nav [class*=owl-] {
	background: #784869;
	color: #fff;
	width: 45px;
	height: 45px;
	border: 2px solid #784869;
	font-size: 22px;
	line-height: 43px;
	padding: 7px;
	margin: 0;
	border-radius: 0;
	margin-left: 15px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #fff;
	color: #784869;
}
.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: #636466;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
}

    .footer-widget ul li {
        list-style: none;
    }

.footer-widget .contact {
    margin-top: -18px;
}

    .footer-widget .contact li {
        font-size: 13px;
        color: #C9C9C9;
        margin-bottom: 18px;
    }

        .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: #784869;
                border-color: #784869;
            }

.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: 35px;
}

    .footer-widget.quick-links ul li a {
        font-size: 14px;
        color: #C9C9C9;
        line-height: 38px;
        transition: all .3s ease;
    }

        .footer-widget.quick-links ul li a:hover {
            color: #784869;
        }

.footer-widget.latest-post {
    margin-top: 35px;
    margin-left: 30px;
}

    .footer-widget.latest-post ul {
        margin-top: 42px;
    }

        .footer-widget.latest-post ul li {
            margin-bottom: 20px;
        }

            .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: 13px;
                line-height: 20px;
                transition: all .3s ease;
            }

                .footer-widget.latest-post ul li a:hover {
                    color: #784869;
                }

            .footer-widget.latest-post ul li span {
                color: #fff;
                font-size: 13px;
                display: block;
            }

.footer-widget.contact-widget {
    margin-top: 35px;
}

    .footer-widget.contact-widget input,
    .footer-widget.contact-widget textarea {
        width: 80%;
        height: 50px;
        background: #878889;
        color: #fff;
        font-size: 13px;
        margin-bottom: 10px;
        border: none;
        outline: none;
        padding: 0 20px;
    }

    .footer-widget.contact-widget textarea {
        height: 69px;
        padding-top: 15px;
        margin-bottom: 5px;
    }

    .footer-widget.contact-widget button {
        width: 100%;
        height: 50px;
        background: #784869;
        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: #784869;
        }

/* 19 .footer-bottom styles */

.footer-bottom {
    background: #383838;
    border-top: 1px solid #383838;
    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: #BDBDBD;
    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: #2AAFAE;
        border-bottom: 1px solid #2AAFAE;
        border-top: 1px solid #2AAFAE;
    }

/* 23 date picker styles */

.ui-datepicker-header {
    background: #2AAFAE;
    border-color: #2AAFAE;
    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: #2AAFAE;
    color: #fff;
}

/* 24 .inner-header styles */

.inner-header {
    /*padding-top: 60px;
	padding-bottom: 30px;
	position: relative;
	background: url(../img/resources/inner-header-bg4.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;*/
    position: relative;
    width: 100%;
    /*float: left;*/
}

    .inner-header img {
        width: 100%;
    }

    /*.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: #784869;
        }

        .breadcumb li span {
            color: #222E35;
        }



/* 25 .about-content styles */
/*header3*/
.inner-header1 {
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
    background: url(../img/resources/inner-header-bg1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

    .inner-header1:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        opacity: .85;
    }

    .inner-header1 .sec-title {
        position: relative;
        margin-bottom: 0;
    }

        .inner-header1 .sec-title span.decor:before,
        .inner-header1 .sec-title span.decor:after {
            background: #DADADA;
        }

        .inner-header1 .sec-title h2 {
            color: #000000;
            font-size: 40px;
            text-transform: uppercase;
            line-height: 58px;
            margin: 0;
        }

.breadcumb1 {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

    .breadcumb1 li {
        display: inline-block;
    }

        .breadcumb1 li a,
        .breadcumb1 li i,
        .breadcumb1 li span {
            display: block;
            font-size: 15px;
        }

        .breadcumb1 li a {
            color: #784869;
        }

        .breadcumb1 li span {
            color: #222E35;
        }


/*header3-end*/

/*header5*/
.inner-header4 {
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
    background: url(../img/resources/inner-header-bg2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

    .inner-header4:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        opacity: .85;
    }

    .inner-header4 .sec-title {
        position: relative;
        margin-bottom: 0;
    }

        .inner-header4 .sec-title span.decor:before,
        .inner-header4 .sec-title span.decor:after {
            background: #DADADA;
        }

        .inner-header4 .sec-title h2 {
            color: #000000;
            font-size: 40px;
            text-transform: uppercase;
            line-height: 58px;
            margin: 0;
        }

.breadcumb4 {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

    .breadcumb4 li {
        display: inline-block;
    }

        .breadcumb4 li a,
        .breadcumb4 li i,
        .breadcumb4 li span {
            display: block;
            font-size: 15px;
        }

        .breadcumb4 li a {
            color: #784869;
        }

        .breadcumb4 li span {
            color: #222E35;
        }

/*header5-end*/

/*header6*/
.inner-header5 {
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
    background: url(../img/resources/inner-header-bg6.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

    .inner-header5:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        opacity: .85;
    }

    .inner-header5 .sec-title {
        position: relative;
        margin-bottom: 0;
    }

        .inner-header5 .sec-title span.decor:before,
        .inner-header5 .sec-title span.decor:after {
            background: #DADADA;
        }

        .inner-header5 .sec-title h2 {
            color: #000000;
            font-size: 40px;
            text-transform: uppercase;
            line-height: 58px;
            margin: 0;
        }

.breadcumb5 {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

    .breadcumb5 li {
        display: inline-block;
    }

        .breadcumb5 li a,
        .breadcumb5 li i,
        .breadcumb5 li span {
            display: block;
            font-size: 15px;
        }

        .breadcumb5 li a {
            color: #784869;
        }

        .breadcumb5 li span {
            color: #222E35;
        }

/*header6-end*/



/*header4*/
.inner-header3 {
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
    background: url(../img/resources/inner-header-bg3.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

    .inner-header3:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        opacity: .85;
    }

    .inner-header3 .sec-title {
        position: relative;
        margin-bottom: 0;
    }

        .inner-header3 .sec-title span.decor:before,
        .inner-header3 .sec-title span.decor:after {
            background: #DADADA;
        }

        .inner-header3 .sec-title h2 {
            color: #000000;
            font-size: 40px;
            text-transform: uppercase;
            line-height: 58px;
            margin: 0;
        }

.breadcumb3 {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

    .breadcumb3 li {
        display: inline-block;
    }

        .breadcumb3 li a,
        .breadcumb3 li i,
        .breadcumb3 li span {
            display: block;
            font-size: 15px;
        }

        .breadcumb3 li a {
            color: #784869;
        }

        .breadcumb3 li span {
            color: #222E35;
        }


/*header4-end*/





/*header2*/

.inner-header2 {
    padding-top: 60px;
    padding-bottom: 80px;
    position: relative;
    background: url(../img/resources/faqs-bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

    .inner-header2:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        opacity: .85;
    }

    .inner-header2 .sec-title {
        position: relative;
        margin-bottom: 0;
    }

        .inner-header2 .sec-title span.decor:before,
        .inner-header2 .sec-title span.decor:after {
            background: #DADADA;
        }

        .inner-header2 .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: #784869;
        }

        .breadcumb li span {
            color: #222E35;
        }

/*header2-end*/

.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: 30px;
    border: 1px solid #F0F0F0;
    outline: none;
    padding-left: 20px;
    line-height: 58px;
    margin-bottom: 20px;
}

.contact-content .contact-form textarea {
    height: 100px;
}

.contact-content .contact-form button {
    width: 120px;
    height: 45px;
    background: #784869;
    font-size: 13px;
    font-family: 'Raleway';
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    outline: none;
    color: #fff;
}

.contact-content .contact-info {
    padding: 0;
}

    .contact-content .contact-info li {
        list-style: none;
        margin-bottom: 23px;
    }

        .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: 70px;
                height: 70px;
                background: #784869;
                border-radius: 50%;
                text-align: center;
                line-height: 70px;
                color: #fff;
                font-size: 30px;
                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%;
}

.contact_map_sec img {
    width: 100%;
}

/* 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: #BDBDBD;
        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;
        }


/* 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;
    }

/*-- social-icons --*/
ul.top-links li {
    margin-right: 10px;
    display: inline-block;
    margin-top: 0.4em;
}

ul.top-links {
    float: right !important;
    margin-right: 4em;
}

ul.top-links {
    float: right !important;
    margin-right: 0em;
    /*position: fixed;*/
    z-index: 999;
    /* right: 68px;
    top: 0%;*/
    margin-top: 13px;
}

    ul.top-links li a i.fa {
        color: #f53753;
        color: #fff;
        font-size: 15px;
        /*background: #fff;*/
        padding: 0.7em 0;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        line-height: 10px;
        text-align: center;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        margin-right: 5px;
        border: 2px solid #fff;
    }

        ul.top-links li a i.fa:hover {
            color: #46aefe;
        }

/*-- //social-icons --*/
/*get-in-touch*/
.book_gettouch_sec {
    background: #ebeaea;
    padding: 30px 0px 40px;
}

/*** get touch sec start ***/
.get_touch_sec {
    padding-bottom: 0px;
    margin-top: -100px;
}

.get_touch_circle {
    text-align: center;
    padding-bottom: 30px;
}

    .get_touch_circle ul li {
        display: inline-block;
        vertical-align: top;
        width: 218px;
        height: 218px;
        background: #fff;
        border-radius: 50%;
        border: 3px solid transparent;
        position: relative;
        background: #fff;
    }

        .get_touch_circle ul li a {
            display: block;
            height: 100%;
            width: 100%;
            color: #887f70;
        }

        .get_touch_circle ul li.active, .get_touch_circle ul li:hover {
            border-color: #ffef03 !important;
        }

        .get_touch_circle ul li:nth-child(2) {
            margin-left: 62px;
        }

        .get_touch_circle ul li a::after {
            background-image: url("../images/sircle_shadow.png");
            background-repeat: no-repeat;
            bottom: -70px;
            content: "";
            height: 120px;
            left: -15px;
            margin: 0 auto;
            position: absolute;
            right: 0;
            width: 236px;
            z-index: -1;
        }

        .get_touch_circle ul li a i {
            display: block;
            font-size: 44px;
            line-height: 48px;
            margin-top: 25px;
        }

        .get_touch_circle ul li a span {
            position: relative;
            display: block;
            font-size: 20px;
            color: #383531;
            font-weight: 700;
            margin-top: 20px;
            padding-top: 20px;
        }

            .get_touch_circle ul li a span:after {
                width: 24px;
                height: 4px;
                background: #ffef03;
                position: absolute;
                left: 0px;
                right: 0px;
                margin: 0 auto;
                top: -2px;
                content: "";
                border-radius: 4px;
            }

.get_touch_content {
    text-align: center;
}

    .get_touch_content h2 {
        font-size: 40px;
        font-weight: 500;
    }

.btn_yellow {
    display: inline-block;
    width: 326px;
    height: 80px;
    border-radius: 50px;
    background: #784869;
    color: #fff;
    max-width: 100%;
    border-bottom: 3px solid #784869;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 23px 0px;
    margin-top: 25px;
}

    .btn_yellow:hover {
        background: #784869;
        color: #fff;
        border-bottom: 3px solid #784869;
    }

/** everything straight section start ***/

/*making-booking*/
.make_booking_sec .head_cmn h4 {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
}

.make_booking_sec .head_cmn p {
    font-size: 28px;
    color: #fff;
    line-height: 30px;
    padding-bottom: 15px;
    padding-top: 5px;
}

.make_booking_sec {
    position: relative;
}

    .make_booking_sec > img {
        width: 100%;
    }

.make_booking_cap {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    transform: translate(0,-50%);
}

/*making-booking-end*/

/*** dental service sec start ****/
.circle_img_commen {
    height: 290px;
    width: 290px;
    margin: 0 auto;
    position: relative;
}

    .circle_img_commen::after {
        background-image: url("../images/shadow_big.png");
        background-repeat: no-repeat;
        bottom: -63px;
        content: "";
        height: 105px;
        left: -10px;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 320px;
    }

.shadow_circle_img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 3px solid transparent;
}

    .shadow_circle_img img {
        position: relative;
        /*border-radius: 50%;*/
        z-index: 2;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

.circle_commen_list li:hover .shadow_circle_img {
    border: 3px solid #ffef03;
}

    .circle_commen_list li:hover .shadow_circle_img img {
        transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
    }

.circle_commen_list {
    margin-top: 50px;
}

    .circle_commen_list li {
        display: inline-block;
        margin-right: 2.5%;
        vertical-align: top;
        width: 31%;
    }

        .circle_commen_list li:nth-child(3n) {
            margin-right: 0px;
        }

        .circle_commen_list li figcaption h4 {
            font-size: 24px;
            font-weight: 500;
            padding-top: 57px;
            padding-bottom: 10px;
            min-height: 115px;
        }

        .circle_commen_list li figcaption a {
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 700;
            margin-top: 25px;
            color: #000;
            display: inline-block;
        }

.home.page-template-default .circle_commen_list li figcaption p {
    min-height: 104px;
}

.circle_commen_list li figcaption a:hover {
    color: #333;
}

.view_all_service {
    padding-top: 50px;
}

    .view_all_service a {
        width: 290px;
        height: 53px;
        background: #887f70;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        display: inline-block;
        /*color: #383531;*/
        text-transform: uppercase;
        padding: 15px;
        border-radius: 30px;
    }

        .view_all_service a:hover {
            color: #383531;
            background: #ffef03;
        }


/*** about page css start ****/
.iner_bnr_head h1 {
    font-size: 60px;
    font-weight: 500;
}

.iner_bnr_head p {
    font-size: 22px;
    line-height: 30px;
    color: #ffef03;
}

.meat_team_sec {
    background: #ebeaea;
}

.circle_commen_list li figcaption p.team_mem_work {
    font-weight: 700;
    text-transform: uppercase;
    color: #887f70;
}

.meat_team_sec .circle_commen_list li figcaption h4 {
    padding-bottom: 8px;
}

.circle_commen_list .read_mem_bio a {
    display: block;
    height: 42px;
    background: #887f70;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding: 10px 15px;
    position: relative;
}

    .circle_commen_list .read_mem_bio a:after {
        bottom: 100%;
        right: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #887f70;
        border-width: 30px 0px 0px 350px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.meat_team_sec .circle_commen_list li:hover .read_mem_bio a {
    color: #ffef03;
}

    .meat_team_sec .circle_commen_list li:hover .read_mem_bio a:after {
        border-width: 30px 0px 20px 350px;
    }

.circle_commen_list .read_mem_bio a i {
    padding-right: 7px;
}

.member_bio_more {
    text-align: left;
    padding: 20px 0 0;
    display: none;
}

    .member_bio_more p {
        margin-bottom: 15px;
    }

.meat_team_sec .circle_commen_list li {
    margin-bottom: 80px;
}

.meat_team_sec.sec_padd {
    padding-bottom: 0px;
}

.read_mem_bio.change_icon i.fa-plus:before {
    content: "\f068";
}


#readmore {
    text-decoration: none;
    background-color: #f6961b;
    color: #fffbf8;
    padding: 11px 26px;
}


.button {
    text-decoration: none;
    background-color: #f06539;
    color: #fffbf8;
    padding: 11px 26px;
    margin-top: 25px;
    float: left;
    border-radius: 30px;
}

    .button:hover {
        background-color: transparent;
        color: #f06539;
        border: 1px solid #f06539;
        -webkit-transition: 0.5s all;
        transition: 0.5s all;
        -moz-transition: 0.5s all;
    }

.button1 {
    text-decoration: none;
    background-color: #f06539;
    color: #fffbf8;
    padding: 11px 11px;
    /*margin-top: 25px;*/
    float: left;
    border-radius: 30px;
}

    .button1:hover {
        background-color: transparent;
        color: #fff;
        border: 1px solid #fff;
        -webkit-transition: 0.5s all;
        transition: 0.5s all;
        -moz-transition: 0.5s all;
    }

.contact_text {
    float: left;
    margin: 2% 1%;
    /* margin-right: 83px; */
    /* margin-top: 5px; */
    width: 48%;
    padding: 0px;
}

    .contact_text p {
        padding: 0;
        font-size: 18px;
    }

.heading {
    width: 64%;
    margin: 0px auto;
    padding-top: 53px;
}

.heading_txt {
    margin-top: 0px;
    margin-bottom: 17px;
    padding-top: 5px;
    font-size: 35px;
    text-align: center;
}

.heading1 {
    background-color: #979596;
    height: 3px;
    width: 281px;
    margin: -5px auto;
}

.heading2 {
    height: 3px;
    margin: 14px auto;
    margin-bottom: 22px;
    background-color: #f5941f;
    width: 97px;
}

.click_here {
    color: #fff;
    display: none;
    font-size: 17px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(52,152,219,0.5);
}

    .click_here span {
        padding: 50% 29%;
        display: block;
    }

.box {
    color: black;
    display: none;
    font-size: 22px;
    position: absolute;
    margin: 5%;
    width: 90%;
    height: 90%;
    border: solid 2px white;
}

/*---------------fancy box---------------*/
/*.f_box 
{
    background: #f7941d;
    color: #ffffff;
}
.fan_box_text
{
    width: 70%;
    margin: 0 17%;
    float: left;
    padding: 0px;
}
.fan_box_text p{
    padding: 0 1px;
    font-size: 15px;
    width: 98%;
    text-align: justify;
}
.fan_heading1 
{
    background-color: #979596;
    height: 3px;
    width: 281px;
    margin: -5px auto;
}
.fan_heading2 
{
    height: 3px;
    margin: 14px auto;
    margin-bottom: 22px;
    background-color: #f5941f;
    width: 97px;
}
.fan_content_heading 
{
    color: #f69425;
	padding:0;
	font-size:20px;
    }*/

/*****************fancybox********************/
.f_box {
    background: #f7941d;
    color: #ffffff;
}

.fan_box_text {
    width: 64%;
    margin: 0 %;
    float: right;
    padding: 0px;
    margin-left: 5%;
    margin-right: 1%;
}

    .fan_box_text p {
        padding: 0 1px;
        font-size: 15px;
        width: 94%;
        text-align: justify;
        float: left;
    }

.fan_box_img {
    width: 14%;
    margin: 0 %;
    float: left;
    padding: 0px;
    margin-left: 5%;
    margin-right: 2%;
}

    .fan_box_img image {
        padding: 0 1px;
        font-size: 15px;
        width: 94%;
        text-align: justify;
        float: left;
    }

.fan_heading1 {
    background-color: #979596;
    height: 3px;
    width: 281px;
    margin: -5px auto;
}

.fan_heading2 {
    height: 3px;
    margin: 14px auto;
    margin-bottom: 22px;
    background-color: #784869;
    width: 97px;
}

.fan_content_heading {
    color: #f69425;
    padding: 0;
    font-size: 20px;
}

.data {
    display: none;
    width: 1000px;
}
/*images-effect*/
.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;
        background: url(../img/resources/image-holder-bg.png) 0 0 no-repeat;
    }

    .florence-elevation:before {
        content: ' ';
        position: absolute;
        top: 8px;
        left: 8px;
        right: 8px;
        bottom: 8px;
        background: url(../img/resources/image-holder-bg.png) 0 0 no-repeat;
        background-size: 100% 100%;
    }


    .florence-elevation img {
        width: 100%;
        float: left;
        transition: all 2s ease 0s;
    }

/*images-effect-end*/

/*********************contact******************************/

.contactbg {
    background-color: #faf8f5;
    float: left;
    /*height: 598px;*/
    /*margin-bottom: 12px;*/
    margin-top: 0;
    position: relative;
    width: 100%;
    z-index: 0;
}

.contact-details {
    display: inline-block;
    /*margin-bottom: 55px;*/
    margin-top: -60px;
    width: 100%;
    position: relative;
}

    .contact-details:before {
        border-left: 20px solid transparent;
        left: -20px;
    }

    .contact-details:after {
        border-right: 20px solid transparent;
        right: -13px;
    }

    .contact-details:before, .contact-details:after {
        border-bottom: 60px solid #0072b5;
        content: "";
        position: absolute;
        top: 0;
    }

    .contact-details .detail-box {
        background-color: #33a9ee;
        float: left;
        height: 88px;
        padding: 30px 15px 30px 73px;
        position: relative;
        width: 24.333%;
    }

        .contact-details .detail-box a {
            color: #fff;
        }

        .contact-details .detail-box .icon {
            background-color: #2098df;
            border-bottom: 1px solid #2098df;
            height: 61px;
            left: 0;
            line-height: 60px;
            position: absolute;
            text-align: center;
            width: 56px;
        }

            .contact-details .detail-box .icon img {
                position: relative;
                top: 18px;
            }

        .contact-details .detail-box h4 {
            font-size: 13px;
            font-weight: 900;
            letter-spacing: 1px;
            margin: 0 0 10px;
            text-transform: uppercase;
            color: #fff;
        }

        .contact-details .detail-box p {
            color: #fff;
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 0;
            margin-top: 0;
        }

        .contact-details .detail-box.phone-div {
            background-color: #2098df;
        }

            .contact-details .detail-box.phone-div .icon {
                background-color: #0f89d1;
            }

        .contact-details .detail-box.mail-div {
            background-color: #0f89d1;
        }

            .contact-details .detail-box.mail-div .icon {
                background-color: #0779bc;
            }

.contact-text {
    width: 100%;
    float: left;
}

    .contact-text .text-box {
        float: left;
        position: relative;
        width: 100%;
    }


.contactdiv {
    border: 0 none;
    display: table;
    margin: 21px auto 0;
    width: 95%;
}

    .contactdiv .contactleft {
        float: left;
        margin-top: 0px;
        width: 34%;
    }

    .contactdiv .contactleft1 {
        /*background-color: #f7f7f7;*/
        float: left;
        margin-left: 11px;
        /*margin-top: -92px;*/
        width: 32%;
    }

    .contactdiv .contactright {
        width: 32%;
        float: right;
        /*margin-top: -54px;*/
    }

.contact-map {
    width: 100%;
    margin: 0 auto;
    padding: 22px 49px 36px;
}

.address {
    width: 85%;
    /*margin-left: 13px;*/
    margin-bottom: 11px;
    margin-top: 66px;
}

.card {
    padding-bottom: 30px;
}

.c1 {
    background: rgba(0, 0, 0, 0) url("../img/resources/c1.png") no-repeat scroll 5px 15px;
}

.c2 {
    background: rgba(0, 0, 0, 0) url("../img/resources/c2.png") no-repeat scroll 5px 12px;
}

.c3 {
    background: rgba(0, 0, 0, 0) url("../img/resources/c3.png") no-repeat scroll 4px 15px;
}


.contact-line a {
    color: #368ccc;
    text-decoration: none;
}

.contact-line {
    border-bottom: 1px dotted #464646;
    color: #464646;
    display: block;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 400;
    padding-left: 31px;
    /*margin-top: 5px;*/
    font-size: 14px;
    line-height: 20px;
    padding-top: 13px;
}

.contact_heading {
    font-size: 43px;
    font-weight: 400;
    /*float: right;*/
    color: #504f4f;
    line-height: 45px;
    text-align: center;
    /*margin-top:32px;*/
}


.headline22 h1 {
    color: #221f20;
    display: inline-block;
    float: left;
    font-size: 30px;
    font-weight: 400;
    margin: 35px 0 13px;
    text-align: left;
    width: 100%;
}



.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;
}

.btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 34px;
    border-radius: 5px;
    letter-spacing: 1px;
    padding: 0 15px;
    background: #784869;
    /*background: -moz-linear-gradient(30deg,#70c5fe 0%,#0a76be 100%);
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#00a49d),color-stop(100%,#00a49d));
    background: -webkit-linear-gradient(30deg,#70c5fe 0%,#00a49d 100%);
    background: -o-linear-gradient(30deg,#00a49d 0%,#00a49d 100%);
    background: -ms-linear-gradient(30deg,#00a49d 0%,#00a49d 100%);
    background: linear-gradient(30deg,#70c5fe 0%,#00a49d 100%);
    border: none;
    width: 40%;
    margin: 0 0%;
    -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 {
        background-color: #fff;
        border-color: #784869;
        color: #784869;
        /* background: -moz-linear-gradient(30deg,#0a76be 0%,#00a49d 100%);
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#00a49d),color-stop(100%,#00a49d));
    background: -webkit-linear-gradient(30deg,#00a49d 0%,#00a49d 100%);
    background: -o-linear-gradient(30deg,#00a49d 0%,#00a49d 100%);
    background: -ms-linear-gradient(30deg,#00a49d 0%,#00a49d 100%);
    background: linear-gradient(30deg,#00a49d 0%,#00a49d 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: #00a49d;
        padding: 8px;
        display: block;
        width: 94%;
        margin-bottom: 10px;
        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 #00a49d;
    border: 1px solid -moz-linear-gradient(30deg,#00a49d 0%,#00a49d 100%);
    border: 1px solid -webkit-gradient(linear,left bottom,right top,color-stop(0%,#00a49d),color-stop(100%,#70c5fe));
    border: 1px solid -webkit-linear-gradient(30deg,#00a49d 0%,#00a49d 100%);
    border: 1px solid -o-linear-gradient(30deg,#00a49d 0%,#00a49d 100%);
    border: 1px solid -ms-linear-gradient(30deg,#00a49d 0%,#00a49d 100%);
    border: 1px solid linear-gradient(30deg,#00a49d 0%,#00a49d 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: #00a49d;
    padding: 8px;
    display: block;
    width: 94%;
    margin-bottom: 26px;
    outline: none;
    -webkit-appearance: none;
    resize: none;
    font-size: 13px;
}


    .enquirenow table textarea:focus {
        border: 1px solid #00a49d;
        border: 1px solid -moz-linear-gradient(30deg,#00a49d 0%,#00a49d 100%);
        border: 1px solid -webkit-gradient(linear,left bottom,right top,color-stop(0%,#00a49d),color-stop(100%,#00a49d));
        border: 1px solid -webkit-linear-gradient(30deg,#00a49d 0%,#00a49d 100%);
        border: 1px solid -o-linear-gradient(30deg,#00a49d 0%,#00a49d 100%);
        border: 1px solid -ms-linear-gradient(30deg,#00a49d 0%,#00a49d 100%);
        border: 1px solid linear-gradient(30deg,#00a49d 0%,#00a49d 100%);
    }


.headline22 {
    width: 100%;
    margin: 0 auto;
    display: table;
    float: left;
    position: relative;
}

/*list*/
ul.list {
    list-style-type: square;
    margin: 0;
    padding: 0;
}
/*list-end*/


.gettouch {
    /*border-bottom: 1px dotted #464646;*/
    color: #464646;
    display: block;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: 400;
    /*padding-left: 31px;*/
    /*margin-top: 5px;*/
    font-size: 14px;
    line-height: 18px;
    padding-top: 0px;
    margin-top: -13px;
    text-align: justify;
}

.btn5 {
    background-color: #aa5f93;
    border: none;
    color: white;
    padding: 0px 8px;
    font-size: 16px;
    cursor: pointer;
    font-size: 18px;
    margin-left: 41px;
    float: left;
    margin-top: 107px;
}

    /* Darker background on mouse-over */
    .btn5:hover {
        background-color: #784869;
    }

/*--//responsive-design---*/

.enqurycontent {
    position: fixed;
    right: 0;
    top: 140px;
    height: 231px;
    z-index: 500;
    background-image: url('../img/resources/enquiry-right-bg.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50px;
    width: 50px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    font-family: 'Poppins', sans-serif;
}

.enqurydivmain {
    background: #000;
    width: 300px;
    position: fixed;
    top: 152px;
    right: 51px;
    padding: 35px;
    z-index: 500;
}

    .enqurydivmain h3 {
        color: #fff;
    }

.enquiryformdata {
    width: 100%;
    float: left;
}

.enqurydivmain p {
    font-size: 14px;
    color: #cccccc;
    margin: 0 0 10px 0;
}

.btn6 {
    background: #784869;
    color: #fff;
    padding: 0 15px;
    line-height: 30px;
    border: 1px solid transparent;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: all 1s;
    transition: all 1s;
    font-family: 'Poppins', sans-serif;
}

    .btn6:hover {
        border: 1px solid #784869;
        color: #fff;
        background: #333;
        -webkit-transition: all 1s;
        transition: all 1s;
    }

.enquiryformdata::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

.enquiryformdata::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

.enquiryformdata:-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

.enquiryformdata:-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

.enquiryformdata table {
    margin-bottom: 0px;
    width: 100%;
    font-family: museosanscyrl100;
    font-size: 17px;
    padding: 0;
}

    .enquiryformdata table td {
        vertical-align: top;
        float: left;
        width: 100%;
        color: #231f20;
        padding: 0;
        line-height: normal;
        vertical-align: auto;
        border: none;
    }

    .enquiryformdata table input[type="text"] {
        background: #000;
        border: 1px solid #fff;
        color: #fff;
        padding: 8px;
        font-size: 15px;
        display: block;
        width: 100%;
        margin-bottom: 5px;
        outline: none;
        -webkit-appearance: none;
        font-family: museosanscyrl100;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        font-family: 'Poppins', sans-serif;
    }

        .enquiryformdata table input[type="text"]:focus {
            border: 1px solid #dbdbdb;
            transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
        }

    .enquiryformdata table textarea {
        background: #000;
        border: 1px solid #fff;
        color: #fff;
        padding: 8px;
        font-size: 15px;
        display: block;
        width: 100%;
        margin-bottom: 5px;
        outline: none;
        -webkit-appearance: none;
        font-family: museosanscyrl100;
        resize: none;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        font-family: 'Poppins', sans-serif;
    }

        .enquiryformdata table textarea:focus {
            border: 1px solid #dbdbdb;
            transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
        }

.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;
}

.enquiryformdata-close {
    font-size: 18px;
    color: #fff;
    background-image: url('../img/resources/close-icon.PNG');
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}

.displaynone {
    display: none;
}

.displayblock {
    display: block;
}

.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;
}


/*box*/
.brochure_box {
    position: relative;
}

    .brochure_box a {
        background: #784869;
        color: #fff;
        display: block;
        font-size: 14px;
        padding: 40px 10px 40px 65px;
        position: relative;
        width: 200px;
        height: 130px;
        margin-left: 10px;
    }

        .brochure_box a i {
            left: 22px;
            position: absolute;
            top: 41px;
            font-size: 36px;
        }

        .brochure_box a span {
            color: #fff;
            /*font-weight: 500;*/
            padding-top: 3px;
            display: block;
        }

        .brochure_box a:hover {
            background-color: #777676;
        }


.call_icon {
    display: none;
}

    .call_icon > a {
        color: #8a8172;
        font-size: 30px;
    }

/*box-end*/

/*footer*/
.footer-left {
    width: 24%;
    float: left;
}

.footer-right {
    width: 24%;
    float: right;
}
/*footer-end*/


.new-div {
    width: 100%;
    float: left;
    margin-top: -39px;
}

.item {
    width: 25%;
    float: left;
    padding: 12px;
}


/*  #toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 6%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../img/resources/move-up.png") no-repeat 0px 0px;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-o-transform: scale(0.85);
	-ms-transform: scale(0.85);
    transform: scale(0.85);
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
	 z-index: 1261;
}
#toTop:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(1);
	
}*/



/*-------------footer end-----------*/
/*-------------back to top----------*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    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------*/

.contact-textarea {
    /*margin-top: 11em;*/
}

    .contact-textarea input[type="text"] {
        width: 80%;
        height: 50px;
        background: #878889;
        color: #fff;
        font-size: 13px;
        margin-bottom: 10px;
        border: none;
        outline: none;
        padding: 0 20px;
    }

    .contact-textarea textarea {
        width: 100%;
        height: 50px;
        background: #878889;
        color: #fff;
        font-size: 13px;
        margin-bottom: 10px;
        border: none;
        outline: none;
        padding: 0 20px;
    }

    .contact-textarea input[type="submit"], .contact-textarea input[type="reset"], .contact-textarea input[type="button"] {
        width: 80%;
        height: 50px;
        background: #784869;
        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-textarea input[type="reset"] {
    margin: 0 0 0 .5em;
   
    background:#4f4f4f;
}
.contact-textarea input[type="button"]:hover {
	background:#fdba04;
}
.contact-textarea input[type="reset"]:hover {
	background:#fdba04;
}*/
/*--//contact--*/


.flex-caption {
    width: 512px;
    /* padding: 2%;*/
    left: 33px;
    /*bottom: 0;*/
    /*background: rgba(0,0,0,.5);*/
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 36px;
    /* line-height: 18px;*/
    position: absolute;
    top: 100px;
    font-family: 'Poppins', sans-serif;
    /*font-weight: 400;*/
    text-transform: capitalize;
}


.footer-inside {
    width: 100%;
    margin: 0 0px auto;
}

.download {
    background: #aa5f93;
    width: 538px;
    height: 41px;
    float: left;
}


.mainmenu {
    display: block;
}

.toggle img {
    width: 34px !important;
}
