
@import url('https://fonts.googleapis.com/css?family=Yeseva+One');
@font-face {
    font-family: 'bpicons';
    src:url('assets/fonts/bpicons/bpicons.eot');
    src:url('assets/fonts/bpicons/bpicons.eot%3F') format('embedded-opentype'),
        url('assets/fonts/bpicons/bpicons.woff') format('woff'),
        url('assets/fonts/bpicons/bpicons.ttf') format('truetype'),
        url('assets/fonts/bpicons/bpicons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
} /* Made with http://icomoon.io/ */

@font-face {
    font-family: 'fontawesome';
    src:url('assets/fonts/fontawesome/fontawesome.eot');
    src:url('assets/fonts/fontawesome/fontawesome.eot') format('embedded-opentype'),
        url('assets/fonts/fontawesome/fontawesome.woff') format('woff'),
        url('assets/fonts/fontawesome/fontawesome.ttf') format('truetype'),
        url('assets/fonts/fontawesome/fontawesome.svg%3F-e43dk9') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon:before,
.icon:after {
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #74c7ff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.title-gallery{
    margin-top: 60px
}

    /*.bp-icon-next:after {
        content: "\e000";
    }
    .bp-icon-drop:after {
        content: "\e001";
    }
    .bp-icon-archive:after {
        content: "\e002";
    }
    .bp-icon-about:after {
        content: "\e003";
    }
    .bp-icon-prev:after {
        content: "\e004";
    }

    span.nav-prev:before {
        content: "\e601";
    }

    span.nav-next:before  {
        content: "\e600";
    }

    span.nav-close:before {
        content: "\e602";
    }*/

/* ================= General ==================== */

body{
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: #999;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;

}

html {
    font-family: 'Lato', sans-serif !important;
}

html,
body {
    width: 100%;
    height: 100%;
}


/* Link style
/* ------------------------------ */
a {
    color: #ed145b;
}
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #fff;
    outline: none;
    text-decoration: none;
}


/* Transition elements
/* ------------------------------ */
a,
.navbar a,
.form-control {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}


/* ================ Typography ================== */

h1, h2, h3, h4, h5, h6{
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 700;
    color: #212121;
    margin: 0 0 15px;
}

h1 {
    font-size: 35px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

img { 
    margin: 0; 
}

p {
    margin: 0 0 0px;
    line-height: 26px;
    color: #585858;
    font-size: 18px;
    text-align: justify;
    margin: 20px 0
}

hr {
    margin: 0;
}

/* Button Style
/* ------------------------------ */
.btn {
    height: 50px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 2px;
    background-color: #0564a4;
    border: 0;
}

.btn:hover{
    background-color: #4FBAC6;
    color: #fff;
}



.btn.focus, 
.btn:focus, 
.btn:hover {
    color: #fff;
}
.btn:focus,
button:focus {
    outline: none !important;
}


.alert {
    padding: 10px 15px;
    border: 0;
}
.alert .close {
    margin-top: -2px;
    margin-right: 0px
}

/* ================= Global Classes ==================== */


/*margin top*/
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-100 {
    margin-top: 100px;
}

/*margin bottom*/
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-80 {
    margin-bottom: 80px;
}

/*margin right*/
.mr-10 {
    margin-right: 10px;
}
.mr-20 {
    margin-right: 20px;
}

/*margin left*/
.ml-10 {
    margin-left: 10px;
}
.ml-20 {
    margin-left: 20px;
}



/*padding-top*/
.pdt-10 {
    padding-top: 10px;
}
.pdt-20 {
    padding-top: 20px;
}
.pdt-30 {
    padding-top: 30px;
}
.pdt-40 {
    padding-top: 40px;
}
.pdt-50 {
    padding-top: 50px;
}
.pdt-70 {
    padding-top: 70px;
}
.pdt-90 {
    padding-top: 90px;
}
.pdt-100 {
    padding-top: 100px;
}




/*padding-bottom*/
.pdb-10{
    padding-bottom: 10px;
}
.pdb-20 {
    padding-bottom: 20px;
}
.pdb-30 {
    padding-bottom: 30px;
}
.pdb-40 {
    padding-bottom: 40px;
}
.pdb-50 {
    padding-bottom: 50px;
}
.pdb-60 {
    padding-bottom: 60px;
}
.pdb-70 {
    padding-bottom: 70px;
}
.pdb-80 {
    padding-bottom: 80px;
}
.pdb-90 {
    padding-bottom: 90px;
}
.pdb-100 {
    padding-bottom: 100px;
}


/*padding top bottom*/
.ptb-30 {
    padding: 30px 0;
}
.ptb-50 {
    padding: 50px 0;
}
.ptb-70 {
    padding: 70px 0;
}
.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.ptb-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}
.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.ptb-150 {
    padding: 150px 0;
}
.ptb-190 {
    padding: 190px 0;
}

/*Verticle Aligne Middle for equel height*/
.valign-wrapper {
    display: table;
    width: 100%;
}
.valign-cell {
    display: table-cell;
    vertical-align: middle;
}

/*input style*/
.form-control{
    min-height: 50px;
    background-color: #f3f6f7;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
}
.form-control:focus{
    box-shadow: none;
    border-color: #4FBAC6 !important;
}

.section-wapper{
    margin-bottom: 60px;
}

/*flacticon
-----------------------*/
[class^="flaticon-"]:before, 
[class*=" flaticon-"]:before, 
[class^="flaticon-"]:after, 
[class*=" flaticon-"]:after{
    margin-left: 0;
}
.container-fluid.no-gutter,
.no-gutter > [class*='col-']{
    padding-left: 0;
    padding-right: 0;
}



/*
page title style
---------------------*/
.page-title{
    background-color: #f4f7f7;
    display: none;
}
.page-title h2{
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 0px;
}
.page-title .breadcrumb{
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.breadcrumb li a,
.breadcrumb li{
    color: #999;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
.breadcrumb li a:hover{
    color: #4FBAC6 !important;
}
.breadcrumb li.active{
    color: #4FBAC6 !important;
}
.section-title {
    font-weight: 600;
    font-size: 35px;/*
    font-family: 'Yeseva One', cursive !important;
*/}
.section-sub{
    width: 60%;
}
.text-center .section-sub {
    margin: 0 auto;
}
@media screen and ( max-width: 1199px ){
    .section-sub{
        width: 80%;
    }
}
@media screen and ( max-width: 991px ){
    .section-sub{
        width: 100%;
    }
}


/*
topbar style
------------------------------------------------------------------------------------*/
.topbar {
    min-height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e6e6e6;
}
.top-bar-cta {
    margin: 0;
    display: inline-block;
}
.top-bar-cta li a {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #212121;
    font-size: 14px;
    display: block;
}
.top-bar-cta li a:hover{
    color: #4FBAC6 !important;
}
.top-bar-cta li a i {
    color: #4FBAC6 !important;
    margin-right: 10px;
    font-size: 20px;
}

.social-top {
    margin: 0;
    float: right;
}
.social-top li {
    padding-right: 0;
    padding-left: 1px;
}
.social-top li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    display: block;
}
.social-top li a:hover{
    opacity: .7;
}
.social-top .topbar-appertment-btn {
    margin-left: 5px;
}
.social-top .topbar-appertment-btn a {
    width: 100%;
    padding: 0px 10px;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 13px;
    background-color: #4FBAC6 !important;
    letter-spacing: 1px;
}
.social-top .topbar-appertment-btn a:hover{
    background-color: #137da5;
}

@media screen and ( max-width: 605px ){
    .top-bar-cta{
        display: block;
        text-align: center;
        margin-top: 6px;
    }
    .social-top{
        float: none;
        text-align: center;
        margin-top: 10px;
    }
    .topbar{
        line-height: 0;
        min-height: 90px;
    }
    .top-bar-cta li{
        padding: 0;
        margin: 0;
    }
    .top-bar-cta li a{
        line-height: 28px;
    }
}
@media screen and ( max-width: 366px ){
    .topbar{
        min-height: 120px;
    }
}


/*
header menu style
-------------------------------------------------------------------------------*/
.is-sticky{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.header-sticky{
    width: 100%;
    position: fixed;
    transition: all .4s;
}
.main-navigation{
    width: 100%;
    height: 100px;
    z-index: 1;
    position: absolute;
    background-color: #0564a4;
}
.logo-brand{
    float: left;
    cursor: pointer;
    margin: 23px 0px 0 0;
    line-height: 100px;
}
.logo-brand img{
    float: left;
}
.menu-border>li a{
    position: relative;
}
.menu-border>li>a:before {
    content: "";
    position: absolute;
    background-color: transparent;
    width: 1px;
    height: 0;
    right: 50%;
    top: 0;
    margin-right: -1px;
    transition: all .3s ease-in-out;
}
.menu-border>li:hover>a:before,
.menu-border>li.active>a:before,
.menu-border>li>a:hover:before {
    background-color: white !important;
    height: 30px;
}

.menu-border>li.active>a{
    color: white !important;
}
.menuzord {
    padding: 0 !important;
}
.menuzord-menu > li> a{
    display: block;
    color: #74c7ff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 46px;
}
.menuzord-menu > li > a:hover{
    color: white !important;   
}

/*dropdown style
-------------------*/
.menuzord-menu ul.dropdown li.active>a,
.menuzord-menu ul.dropdown li a:hover{
    background-color: #4FBAC6 !important;
    color: #fff;
}
.menuzord-menu > li > .megamenu ul li.active a,,
.menuzord-menu ul.dropdown li a:hover,
.menuzord-menu ul.dropdown li.active>a{
    color: #fff;
}

.menuzord-menu ul.dropdown li a{
    background: #fff;
    color: #999;
    font-size: 16px;
    font-family: 'Ubuntu';
    transition: all .3s ease-in-out;
}
.menuzord-menu ul.dropdown, 
.menuzord-menu ul.dropdown li ul.dropdown,
.menuzord-menu > li > .megamenu{
    box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -webkit-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -moz-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -ms-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -o-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
}
.menuzord-menu > li > .megamenu{
    padding: 20px 15px;
}
.menuzord-menu > li > .megamenu ul li a{
    display: block;
    padding: 7px 10px 7px 10px;
    border-radius: 3px;
    transition: all .3s ease-in-out;
}
.menuzord-menu > li > .megamenu ul li.active a,
.menuzord-menu > li > .megamenu ul li a:hover{
    background-color: #74c7ff !important;
    color: #fff;
}
.megamenu-row ul li h2 {
    text-transform: capitalize;
    font-size: 16px;
    color: #212121;
    margin-bottom: 12px;
    margin-left: 10px;
}

.menuzord-menu > li > .megamenu ul li a{
    color: #999;
    font-size: 16px;
    font-family: 'Ubuntu';
    transition: all .3s ease-in-out;
}
.menuzord .showhide {
    width: 30px;
    height: 46px;
    padding: 12px 0 0;
    display: none;
    float: right;
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}
@media (max-width: 991px) and (min-width: 768px){
    .main-navigation .container {
        width: 100%;
    }
    .logo-brand{
        margin-top: 30px;
        margin-right: 10px;
    }
    .logo-brand img{
        width: 140px;
    }
    .menuzord-menu > li > a{
        padding: 26px 8px;
    }
    
}
@media screen and ( max-width: 768px ){
    .main-navigation,
    .sticky-wrapper{
        height: 70px;
    }

    .menuzord-responsive .logo-brand {
        margin: 5px 0 0;
        line-height: inherit;
    }
    .menuzord-responsive .showhide {
        margin: 0;
    }
    .menuzord .showhide{
        padding: 20px 0px;
    }
    .menuzord-responsive .menuzord-menu.scrollable{
        background-color: #fff;
    }
    .menu-border>li>a:before{
        width: 15px;
        height: 1px !important;
        left: 0;
        top: 50%;
        margin-top: -1px;
    }
    .menuzord-responsive .menuzord-menu .megamenu li a{
        border-bottom: none;
    }
    .menuzord-responsive .menuzord-menu > li > a{
        padding: 0px 20px;
    }
    .menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown, .menuzord-menu > li > .megamenu{
        box-shadow: none;
    }
    .logo-brand {
        width: 50%;
    }
    .logo-brand img {
        width: 270px;
    }
}

@media screen and ( max-width: 420px ){ 
    .logo-brand {
        width: 80%;
    }
    .logo-brand img {
        width: 100%;
    }
}
    
/*slider style
---------------------------------------------------------------------------------*/
/*.rev-btn a{
    font-family: 'Ubuntu' !important;
    font-weight: 500;
    border-radius: 4px;
}
*/
@media screen and ( max-width: 768px ){
    .rev-subheading{
        text-align: center;
    }
}

/*medical open time style
---------------------------------------------------------------------------------*/
.medical-open-section {
    background-color: #f4f7f7;
}

.medical-open-time-wrapper {
    text-align: center;
    background-color: #fff;
    padding: 40px 30px 37px 30px;
    border-radius: 6px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.medical-open-time-wrapper:hover{
    box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -webkit-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -moz-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -ms-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -o-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
}

.medical-open-time-wrapper h3 {
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 400;
}

.medical-open-time-header h4 {
    color: #999;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.medical-open-time-header span {
    color: #212121;
    font-weight: 700;
    font-size: 19px;
}

.medical-open-time-header {
    padding-bottom: 30px;
}

.medical-open-time-border {
    position: relative; 
    margin-bottom: 30px; 
}
.medical-open-time-border:before{
    content: "";
    position: absolute;
    background-color: #4FBAC6 !important;
    width: 100px;
    height: 1px;
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
}

/*speciality section style
----------------------------------------------------------------------------------*/
.speciality-section{
    border-bottom: 1px solid #ece9e9;
}
.speciality-doc-info {
    padding-right: 150px;
}
.speciality-doc-info .icon img{
    width: 50px;
}
.ie9 .speciality-doc-info .icon img,
.ie10 .speciality-doc-info .icon img,
.ie11 .speciality-doc-info .icon img{
    height: 40px;
}
.speciality-doc-info .des p{
    width: 80%;
}

@media screen and ( max-width: 1199px ){
    .speciality-doc-info{
        padding-right: 100px;
    }
    .speciality-doc-info .des p{
        width: 100%;
    }
    .speciality-section{
        padding-top: 60px !important;
    }

}
@media screen and ( max-width: 999px ){
    .speciality-doc-info{
        padding: 50px;
    }
    .speciality-img img{
        text-align: center;
    }
}
@media screen and ( max-width: 768px ){
    .speciality-doc-info{
        padding: 15px;
    }
}


/*appointment section with bg 
----------------------------------------------------------------------------------*/
.appointment-section-bg{
    position: relative;
    background-color: #f2f4f8;
}
.appointment-section-bg:before{
    content: "";
    position: absolute;
    background: url(assets/img/appointment-bg-img-1.png);
    top: -32px;
    right: 0;
    width: 60%;
    height: 104%;
}
.appointment-section-bg.appointment-section-v2-bg:before{
    content: none; 
}
.appointment-section-bg .tab-wrapper .nav>li>a{
    padding: 2px 18px;
}
@media screen and ( max-width: 1199px ){
    .appointment-section-v2-bg .tab-wrapper{
        margin-bottom: 30px;
    }
}
@media screen and ( max-width: 598px ){
    .appointment-section-bg .tab-wrapper .nav>li>a{
        padding: 2px 16px;
        margin-bottom: 6px;
    }
}


/*
featured box style
----------------------------------------------------------------------------------*/
.featured-item .icon i[class^="flaticon-"]:before, 
.featured-item .icon i[class*=" flaticon-"]:before, 
.featured-item .icon i[class^="flaticon-"]:after, 
.featured-item .icon i[class*=" flaticon-"]:after{
    font-size: 65px;
    line-height: 70px;
    color: #212121;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.featured-item.icon-left{
    display: table;
}
.featured-item.icon-left .icon{
    display: table-cell;
    vertical-align: top;
}
.featured-item .des{
    margin-left: 15px;
}
.featured-item .des .des-title{
    font-size: 19px;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.featured-item .des p{
    margin: 0;
}
.featured-item:hover .icon i:before{
    color: #4FBAC6 !important;
}

/*featured icon center style
----------------------------------*/
.featured-item.text-center .icon{
    margin-bottom: 30px;
}

/*legal center page
-----------------------------------------------------------------------------------*/
.legal-center-wrapper {
    background-color: #f2f4f8;
    padding: 35px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.legal-center-wrapper:hover{
    box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -webkit-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -moz-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -ms-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -o-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
}

.legal-center-wrapper .des {
    margin-left: 0;
}

.legal-center-wrapper .icon {
    margin-bottom: 15px;
}
.legal-center-wrapper .des p{
    margin-bottom: 10px;
}
.legal-center-wrapper .des a{
    font-family: 'Ubuntu';
    font-size: 12px;
    font-weight: 700;
    color: #212121;
    text-transform: uppercase;
}
.legal-center-wrapper .des a:hover{
    color: #4FBAC6 !important;
}

/*
Appointment form style
-----------------------------------------------------------------------------------*/
.tab-section {
    background-color: rgba(244, 247, 247, 0.4);
}

.tab-wrapper {
    background-color: #fff;
    padding: 30px;
    border-radius: 6px;
}
.tab-wrapper h3{
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 15px;
}
.tab-wrapper .navbar{
    margin-bottom: 10px;
}
.tab-wrapper .nav>li{
    margin-right: 15px;
    position: relative;
}
.tab-wrapper .nav>li:last-child{
    margin-right: 0;
}

.tab-wrapper .nav>li:before{
    position: absolute;
    content: "";
    background-color: #d5d5d5;
    width: 17px;
    height: 1px;
    right: -17px;
    top: 50%;
}
.tab-wrapper .nav>li:last-child:before{
    content: none;
}
.tab-wrapper .nav>li>a{
    display: block;
    border-radius: 20px;
    background-color: #e5e7e7;
    color: #898989;
    font-family: 'Ubuntu';
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    padding: 2px 30px;
}
.tab-wrapper .nav>li.active>a,
.tab-wrapper .nav>li>a:hover,
.tab-wrapper .nav>li.active>a:hover{
    color: #fff !important;
    background-color: #4FBAC6 !important;
    border-color: #4FBAC6 !important;
}
.tab-wrapper .pager .previous a{
    background-color: #03275d;
}
.tab-wrapper .pager li>a{
    background-color: #4FBAC6 !important;
    color: #fff !important;
    border-radius: 4px;
    padding: 10px 30px;
    border: none;
}
.tab-wrapper .pager li>a:hover{
    color: #fff !important;
}
.tab-wrapper .pager .disabled>a{
    display: none;
}
.form-desc{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #b1b1b1;
    text-transform: capitalize;
}
.appointment-form-wrapper input{
    border-radius: 4px;
}
.appointment-form-wrapper select option{

}
.active-tab a{
    display: none;
}
.active-tab{
    background-color: #4FBAC6 !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50px;
}
@media screen and ( max-width: 598px ){
    .tab-wrapper .nav>li>a{
        margin-bottom: 6px;
    }
}

/*
appointment time style
-----------------------*/
.appointment-time ul li a {
    background-color: #f3f6f7;
    display: block;
    width: 90px;
    height: 40px;
    line-height: 39px;
    border: 1px solid #00e963;
    margin: 5px 0px;
    text-align: center;
    border-radius: 3px;
    color: #b1b1b1;
    font-size: 15px;
}
.booking-time{
    background-color: #00e963 !important;
    color: #fff !important;
}
.booked-time{
    background-color: red !important;
    border-color: red !important;
    color: #fff !important;
}

.appointment-problem-desc textarea{
    min-height: 210px;
}


/*
appointment payment style
--------------------------*/
.checkbox{
  color:#999;
  font-size:16px;
  position:relative;
}
.checkbox label{
  position:relative;
   padding-left:20px;
   color: #212121;
}
.checkbox label:before{
    background:#12B555;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 15px;
  border-radius:4px;
}
.checkbox label:after{
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    height: 9px;
    left: 6px;
    position: absolute;
    top: 10px;
    width: 4px;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.checkbox input[type="checkbox"]{
   cursor: pointer; 
  position:absolute;
  width:100%;
  height:100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
/*.checkbox input[type="checkbox"]:hover + label:after{ 
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   border-color:#999;
}*/
.appointment-payment-wrapper .checkbox input[type="checkbox"]:hover + label:after{ 
   border-color:#fff;
}
.checkbox input[type="checkbox"]:checked + label:after,  .checkbox input[type="checkbox"]:checked + label:before{
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.checkbox input[type="checkbox"]:checked + label:before{
  background:#999;
}
.checkbox input[type="checkbox"]:checked + label{
  color:#999;
}

.appointment-payment-wrapper span {
    color: #b1b1b1;
    font-size: 15px;
    font-family: 'Lato';
}

.accept-card-wrapper {
    margin-top: 20px;
    margin-bottom: 40px;
}

.accept-card-wrapper span {
    font-family: 'Ubuntu';
    color: #999;
}

.accept-card-wrapper ul {
    margin-top: 10px;
    margin-bottom: 0;
}
.appointment-done-wrapper h3 {
    width: 68%;
    margin: 0 auto;
    line-height: 40px;
    font-family: 'Lato' !important;
    font-weight: 300;
    font-size: 25px;
}

.appointment-done-wrapper {
    margin: 40px 0px;
}



/*
according style
---------------------------------------------------------------------------------*/
.according-section{
    background-color: #f4f7f7;
}
.panel-according .panel-default{
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 5px;
    box-shadow: none;
    -webkit-box-shadow: 0;
}
.panel-according .panel-title a{
    overflow: hidden;
}
.panel-according .panel-default .panel-heading{
    background-color: #4fbac6;
    padding: 0;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 
                0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.panel-according .panel-default .panel-heading .panel-title{
    position: relative;
    font-size: 16px;
}
.panel-according .panel-default .panel-heading .panel-title a,
.panel-according .panel-default .panel-heading .panel-title a:hover,
.panel-according .panel-default .panel-heading .panel-title a:focus
.panel-according .panel-default .panel-heading .panel-title a:active{
    /*background-color: rgba(229, 230, 230, 0.65);*/
    color: #2c333d;
}
.panel-according .panel-default .panel-heading .panel-title .collapsed{
    background-color: #fff;
    padding: 20px;
}
.panel-according .panel-default .panel-heading .panel-title a.collapsed:after{
    line-height: 50px;
}
.panel-according .panel-default .panel-heading .panel-title a:hover{
    /*background-color: rgba(229, 230, 230, 0.65);*/
    border-color: #f4f7f7;
}
.panel-according .panel-default .panel-heading .panel-title a{
    padding: 20px 20px;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.panel-according>.panel-default>.panel-heading+.panel-collapse>.panel-body,
.panel-according>.panel-group .panel-heading+.panel-collapse>.panel-body{
    padding: 20px;
    border-top: none;
}
.according-icon .panel .panel-heading a:after{
    font-family: 'FontAwesome';
    font-size: 20px;
    width: 50px;
    height: 99%;
    line-height: 67px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.plus-icon .panel .panel-heading a:after{
    content: "\f146";
    color: #4FBAC6 !important;
}
.plus-icon .panel .panel-heading a.collapsed:after{
    content: "\f0fe";
    color: #4FBAC6 !important;
}
.angle-icon .panel .panel-heading a:after{
    content: "\f107";
    color: #4FBAC6 !important;
}
.angle-icon .panel .panel-heading a.collapsed:after{
    content: "\f105";
    color: #4FBAC6 !important;
}

/*
testimonial style
----------------------------------------------------------------------------------*/

.testimonial-wrapper:hover {
    border-bottom-color: #508cb3 !important;
}
.testimonial-wrapper .content p {
    color: #999;
    line-height: 26px;
    margin-bottom: 25px;
}

.testimonial-meta h3 {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: capitalize;

}

.testimonial-meta span {
    font-size: 14px;
}


/*
department style
----------------------------------------------------------------------------------*/
.department-wrapper
.department-body{
    border: 2px solid rgba(236, 235, 235, 0.6);
    border-top: none;
    padding: 20px 10px 20px 20px;
    border-bottom-width: 6px;
    border-radius: 0px 0px 10px 10px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.department-wrapper:hover .department-body{
    border-bottom-color: #4FBAC6 !important;
}
.department-media{
    overflow: hidden;
}
.department-media img{
    width: 100%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.department-wrapper:hover .department-media img{
    transform: scale(1.1) rotate(-1deg);
    -webkit-transform: scale(1.1) rotate(-1deg);
    -moz-transform: scale(1.1) rotate(-1deg);
    -ms-transform: scale(1.1) rotate(-1deg);
    -o-transform: scale(1.1) rotate(-1deg);
}
.department-body .department-title{
    font-size: 20px;
    font-weight: 300;
}
.department-body .department-title a{
    color: #212121;
}
.department-body .department-title a:hover{
    color: #4FBAC6 !important;
}
.department-content p{
    line-height: 26px;
    margin-bottom: 0;
}
.department-content a{
    text-transform: uppercase;
    font-size: 13px;
    color: #212121;
    font-weight: 700;
}
.department-content a:hover{
    color: #4FBAC6 !important;
}

/*department details style
---------------------------------------------------------------------------------------------*/
.department-button-wrapper ul li .dep-btn{
    width: 100%;
    text-align: left;
    padding: 18px 0px 15px 20px;
    color: #212121;
    font-family: 'Ubuntu';
    font-weight: 500;
    background-color: #f4f7f7;
    height: 60px;
}

.department-button-wrapper ul li .dep-btn:hover,
.department-button-wrapper ul li .active{
    background-color: #4FBAC6 !important;
    color: #fff !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.department-button-wrapper ul li{
    margin-bottom: 3px;
}

/*department price style
---------------------------*/
.dep-price-wrapper{
    background-color: #f4f7f7;
    padding: 40px 0px 20px 40px;
    border-radius: 5px;
}

.dep-price-list li{
    width: 46%;
    border-bottom: 1px solid #e5e5e5;
    margin-right: 25px;
    color: #999;
    margin-bottom: 17px;
    padding-bottom: 12px;
}
.dep-price-list li span{
    float: right;
    padding: 2px 10px;
    background-color: #4FBAC6 !important;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
}
@media screen and ( max-width: 758px ){
    .dep-price-list li{
        width: 100%;
        margin-right: 0;
    }
    .dep-price-wrapper{
        padding-right: 20px;
    }
}
@media screen and ( max-width: 450px ){
    .dep-price-wrapper{
        padding: 30px 10px;
    }
}


/*
gallery section style
----------------------------------------------------------------------------------------------*/
.gallery-thumb .carousel-control.left,
.gallery-thumb .carousel-control.right{
    background-image: none;
    opacity: 1;
}
.gallery-thumb .carousel-control.right{
    background-image: none;
}
.gallery-thumb .carousel-control.left{
   background-image: none; 
}
.gallery-thumb .carousel-control{
    text-shadow: none;
    background-color: transparent;
    top: 50%;
    margin-top: -25px;
}
.gallery-thumb .carousel-control:hover{
    color: #fff;
}
.gallery-thumb .carousel-control{
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border-radius: 50px;
}
.gallery-thumb .carousel-control:hover{
    background-color: #4FBAC6 !important;
}
.gallery-thumb .carousel-control span{
    color: #4FBAC6 !important;
    font-size: 18px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.gallery-thumb .carousel-control:hover span{
    color: #fff;
}
.carousel-control .fontawesome{
    font-family: FontAwesome;
}
.gallery-thumb .carousel-control.left{
    left: 20px;
}
.gallery-thumb .carousel-control.right{
    right: 20px;
}
.ie9 .right.carousel-control,
.ie9 .left.carousel-control{
    filter: none;
    
}


/*
appointment section
-------------------------------------------------------------------------------------*/
.appointment-section {
    background-color: #4FBAC6 !important;
}

.appointment-content h2 {
    color: #fff;
    font-weight: 300;
    font-size: 35px;
}

.appointment-content span {
    color: #fff;
}

.appointment-section .make-appointment a {
    background-color: #0bace8;
    text-transform: uppercase;
    font-family: 'Ubuntu';
    font-weight: 500;
    font-size: 15px;
}

.make-appointment {
    margin-top: 30px;
}
.make-appointment a:hover {
    background-color: #14688e;
}

/*doc appointment section
----------------------------------------------------------------------------------*/
.doc-appointment-section {
    background-color: #f4f7f7;
}

.doc-appointment-section .tab-wrapper {
    box-shadow: 0px 0px 72px 6px rgba(138, 137, 137, 0.12);
}
.doc-appointment-section .tab-wrapper .nav>li>a{
    padding: 2px 18px;
}
.doc-appointment-section .tab-wrapper .nav>li:last-child{
    margin-right: 0px;
}

/*booking wrapper
----------------------------*/
.booking-wrapper span {
    font-size: 15px;
    font-weight: 300;
}

.booking-wrapper h3, .booking-wrapper h3 span {
    font-size: 35px;
    font-weight: 300;
    text-transform: capitalize;
}

.booking-wrapper h3 span {
    display: block;
}

.booking-wrapper h3 {
    margin-bottom: 40px;
}

.booking-wrapper p {
    width: 90%;
}

.booking-wrapper p:last-child {
    margin-bottom: 0;
}

@media screen and ( max-width: 1199px ){
    .doc-appointment-section .tab-wrapper .nav>li>a{
        padding: 2px 16px;
    }
    .booking-wrapper h3, .booking-wrapper h3 span{
        font-size: 29px;
    }
    .booking-wrapper p{
        width: 100%;
    }
}
@media screen and ( max-width: 991px ){
    .booking-wrapper {
        height: auto !important;
        padding-bottom: 70px;
    }
}

/*
support us setion
---------------------------------------------------------------------------------*/
.support-section{
    background-color: #f4f7f7;
}
.support-wrapper a img{
    width: 100%;
    border: 1px solid transparent;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    background: white;
    padding: 3em
}
.support-wrapper a img:hover{
    border-color: #4FBAC6 !important;
}

/*
blog page style
----------------------------------------------------------------------------------*/
/*blog section
------------------------------------------------------------------------------------*/
.blog-grid-section .blog-content {
    border: 2px solid rgba(236, 235, 235, 0.6);
    border-top: none;
    padding: 10px 10px 20px 20px;
    border-bottom-width: 6px;
    border-radius: 0px 0px 10px 10px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.post-wrapper:hover .blog-content{
    border-bottom-color: #4FBAC6 !important;
}
.blog-grid-section .entry-meta {
    margin-top: 0 !important;
}
.blog-grid-section .entry-meta li{
    line-height: 20px;
}
.blog-grid-section .entry-title a{
    font-size: 20px;
}
.blog-grid-section .entry-content p {
    margin-bottom: 0;
}

.post-wrapper {
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.post-wrapper:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.post-thumbnail img{
    width: 100%;
}
.entry-header .entry-meta li a {
    color: #212121;
    font-size: 11px;
    text-transform: uppercase;
}
.entry-header .entry-meta li a span{
    color: #999;
}
.entry-header .entry-meta .entry-date a{
    color: #afaeae;
}
.entry-header .entry-meta {
    margin-top: 20px;
    margin-bottom: 0;
}
.entry-header .entry-title {
    font-size: 25px;
    font-weight: 300;
}
.entry-header .entry-title a {
    color: #212121;
}
.entry-header .entry-title a:hover{
    color: #4FBAC6 !important;
}

.post-comments a {
    position: relative;
    line-height: 15px;
    font-size: 13px;
    color: #fff;
} 
.featured-wrapper {
    position: relative;
}

.post-comments {
    position: absolute;
    right: 20px;
    bottom: -20px;
    background-color: #4FBAC6 !important;
    padding: 30px 10px 2px 10px;
    display: block;
}


/*pagination style
--------------------------------------------------------------------------------------------------*/
.page-pagination{
    margin-top: 50px;
}
.page-pagination .pagination li a{
    color: #26547c;
    padding: 8px 14px;
    margin: 0px 5px;
    border-color: #dadada;
    background-color: #f4f4f4;
    border-radius: 3px;
}
.page-pagination .pagination li .pagination-prev{
    color: #b4b4b4;
}
.page-pagination .pagination li .pagination-next{
    color: #212121;
}
.pagination li .active-page{
    background-color: #4FBAC6 !important !important;
    color: #fff !important;
    border-color: #4FBAC6 !important !important;
}
.page-pagination .pagination li a:hover{
    background-color: #4FBAC6 !important;
    border-color: #4FBAC6 !important;
    color: #fff !important;
}
.page-pagination .pagination li a.pagination-prev span{
    padding-right: 5px;
    font-size: 16px;
}
.page-pagination .pagination li a.pagination-next span{
    padding-left: 5px;
    font-size: 16px;
}



/*
widget social link style
-----------------------------------*/
.widget-social-link ul{
    margin-bottom: 0px;
}
.widget-social-link ul li{
    padding: 0px 2px;
}
.widget-social-link ul li a i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    border-radius: 3px;
    color: #fff;
}
.widget-social-link ul li a i{
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.facebook{
    background-color: #3b5998;
}
.twitter{
    background-color: #1da1f2;
}
.google-plus{
    background-color: #ea4335;
}
.linkedin{
    background-color: #0077b5;
}
.youtube{
    background-color: #cd201f;
}
.vimeo{
    background-color: #1ab7ea;
}
.pinterest{
    background-color: #bd081c;
}
.reddit-alien{
    background-color: #ff4500;
}
.envelope{
    background-color: #a2a2a2;
}
.instagram{
    background-color: #fd1d1d;
}

/*
widget-newsletter
------------------------------*/

.subscribe-form {
    position: relative;
}
.subscribe-form button {
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 15px;
    height: 50px;
}
.subscribe-form button i {
    color: #4FBAC6 !important;
    font-size: 20px;
}
.subscribe-form p{
    margin-bottom: 10px;
}

.subscription-success {
    color: #62b563;
    margin-top: 10px;
}


/*
populer post style
---------------------------*/
.widget_tt_popular_post .media{
    margin: 0 0 15px;
}
.widget_tt_popular_post .media .media-left{

}
.widget_tt_popular_post .media .media-left img{
    width: 70px;
    height: 70px;
}

.widget_tt_popular_post .entry-meta ul li {
    font-size: 10px;
    text-transform: uppercase;
    color: #afaeae;
    line-height: 15px;
}

.widget_tt_popular_post .media-body h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
}

.widget_tt_popular_post .entry-meta ul {
    margin-bottom: 0;
}

.widget_tt_popular_post .media-body h3 a {
    color: #212121;
}
.widget_tt_popular_post .media-body h3 a:hover{
    color: #4FBAC6 !important;
}

/*
single post style
----------------------------------------------------------------------------------*/
.single-post .post-wrapper{
    border-bottom: none;
    padding-bottom: 0;
}

/*share button style*/

/*
post share icon style
----------------------------------*/
.post-share{
    padding-left: 6px;
}
.post-share ul li a{
    padding: 7px 20px 7px 20px;
    border-radius: 3px;
    display: inline-block;
}
.post-share ul li{
    padding: 0px 2px;
}
.post-share ul li:first-child{
    padding-left: 0;
}
.post-share ul li:last-child{
    padding-right: 0;
}
.post-share ul li a.btn{
    line-height: 33px;
}
.post-share ul li a span {
    margin-left: 15px;
    padding-right: 20px;
}
.post-share ul li a:hover{
    background-color: #17678c;
}
@media screen and ( max-width: 1199px ){
    .post-share ul li a span{
        margin-left: 13px;
    }
}
@media screen and ( max-width: 768px ){
    .post-share ul li a{
        margin-bottom: 8px;
    }
}

/*
single post navigation
--------------------------------*/
.single-post-navigation {
    text-align: center;
}
.single-post-navigation .previous a, 
.single-post-navigation .next a {
    display: block;
    padding: 10px 14px;
    border-radius: 3px;
    background-color: transparent;
    color: #999;
    border: 1px solid #dadada;
}
.single-post-navigation a i {
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
}
.single-post-navigation .previous a:hover, 
.single-post-navigation .next a:hover {
    background-color: #4FBAC6 !important;
    border-collapse: #4FBAC6 !important;
    color: #fff;
}
.single-post-navigation a:hover i {
    opacity: 1;
    visibility: visible;
}
.single-post-navigation .previous a:hover i {
    padding-right: 10px;
}
.single-post-navigation .next a:hover i{
    padding-left: 10px;
}


/*post author style
----------------------------------*/
.post-author-wrapper {
    padding: 40px;
    display: table;
    border: 1px solid #ececec;
}
.post-author-img {
    display: table-cell;
    vertical-align: middle;
}
.post-author-content{
    margin-left: 20px;
}
.post-author-content h3{
    margin-bottom: 10px;
}
.post-author-content h3 a {
    color: #242424;
    font-size: 20px;
    font-family: 'Ubuntu', serif;
    font-weight: 600;
}
.post-author-content p{
    margin-bottom: 15px;
}
.post-author-social-link{
    margin-bottom: 0px;
    margin-left: 17px;
}
.post-author-social-link li{
    padding: 0px 2px;
}
.post-author-social-link li a i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    border-radius: 3px;
    color: #fff;
}

/*related post
-------------------------*/
.related-post-wrapper .entry-title {
    font-size: 20px;
    margin-top: 25px;
}
.related-post-wrapper .entry-content p{
    padding-right: 15px;
}
.related-post-wrapper .post-wrapper .post-thumbnail{
    overflow: hidden;
}
.related-post-wrapper .post-wrapper .post-thumbnail img{
    width: 100%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.related-post-wrapper .post-wrapper:hover .post-thumbnail img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/*comments wrapper
----------------------------------*/
.comment-wrapper .comment-tab .nav-tabs{
    border-bottom-color: #eaeaea;
}
.comment-wrapper .comment-tab ul li{
    margin-bottom: 0;
    position: relative;
}
.comment-wrapper .comment-tab ul li:before{
    content: "";
    position: absolute;
    background-color: #eaeaea;
    width: 1px;
    height: 20px;
    right: 0;
    top: 50%;
    margin-top: -10px;
}
.comment-wrapper .comment-tab ul li:last-child:before{
    background-color: transparent;
}
.comment-tab .nav-tabs>li.active>a, 
.comment-tab .nav-tabs>li.active>a:focus, 
.comment-tab .nav-tabs>li.active>a:hover{
    border-top: none;
    border-left: 0;
    border-right: none;
    border-bottom: 2px solid #4FBAC6 !important;
    color: #4FBAC6 !important;
}
.comment-tab .nav>li>a:focus, 
.comment-tab .nav>li>a:hover{
    background-color: #fff;
    color: #4FBAC6 !important;
    border-bottom-color: #4FBAC6 !important;
}
.comment-tab .nav-tabs>li>a{
    color: #212121;
    border-top: none;
    border-left: 0;
    border-right: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Ubuntu';
    font-weight: 500;
    font-size: 15px;
    padding: 15px 20px;
}
.comment-list .media .media-left{
    padding-right: 20px;
}
.comment-list .media .media-left img{
    border-radius: 5px;
}
.comment-info .comment-author{
    display: inline-block;
}
.comment-info .comment-author h5{
    font-weight: 500;
    font-size: 16px;
    color: #212121;
    line-height: 22px;
    float: left;
    margin-right: 10px;
}
.comment-author .rating-input{
    padding-bottom: 10px;
}
.comment-reply-btn{
    float: right;
}
.comment-info span{
    font-size: 12px;
    font-style: italic;
    color: #999;
    margin-right: 20px;
}
.comment-info .comment-reply-link {
    font-size: 12px;
    color: #999;
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
}
.comment-info .comment-reply-link:hover{
    background-color: #4FBAC6 !important;
    color: #fff;
    border-color: #4FBAC6 !important;
}
.comment-list .media-body p{
    font-size: 15px;
    line-height: 23px;
}

.comment-wrapper ul.children{
    margin-left: 20px;
}
.comment-list .comment-author .media{
    padding: 20px 20px 15px;
    margin-top: 15px;
    background-color: #f4f4f4;
}
.comment-wrapper .comment-list li{
    margin-bottom: 40px;
}
.comment-wrapper .comment-list li:last-child{
    margin-bottom: 0;
}
.comment-wrapper .comment-respond-title:after{
    width: 148px;
}
.comment-wrapper .comment-respond-alert p{
    font-size: 15px;
    font-style: italic;
    margin-bottom: 0;
}
.comment-wrapper .comment-respond-alert span.required{
    color: #4FBAC6 !important;
}
.comment-form .form-control{
    background-color: #f4f4f4;
    
}
.comment-form .form-control:[type='text'],
.comment-form .form-control:[type="email"],
.comment-form .form-control:[type="password"]{
    color: #b8b8b8;
}
.comment-form button.comment-submit-btn {
    border-radius: 5px;
    padding: 12px 40px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
.comment-form button.comment-submit-btn:hover{
    background-color: #1697c7;
}
.comment-form textarea.comment {
    padding: 20px;
    max-height: 150px;
    resize: none;
}
@media screen and ( max-width: 991px ){
    .comment-wrapper ul.children{
        margin-left: 0;
    }
}
@media screen and ( max-width: 561px ){
    .comment-reply-btn{
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .comment-info .comment-author h5{
        margin-bottom: 0;
    }
    .comment-author .rating-input{
        padding-bottom: 0;
    }
}

/*TT Animate CSS*/
.tt-animate i {
    text-align         : center;
    overflow           : hidden;
    -webkit-transition : all 0.5s;
    -moz-transition    : all 0.5s;
    transition         : all 0.5s;
}

.tt-animate i::before {
    speak                       : none;
    display                     : block;
    -webkit-font-smoothing      : subpixel-antialiased !important;
    -webkit-backface-visibility : hidden;
    -moz-backface-visibility    : hidden;
    -ms-backface-visibility     : hidden;
}


/*Left To Right*/
.tt-animate.ltr i:hover::before {
    -webkit-animation : LeftToRight 0.3s forwards;
    -moz-animation    : LeftToRight 0.3s forwards;
    animation         : LeftToRight 0.3s forwards;
}

.tt-animate.ltr i:before {
    -webkit-animation : RightToLeft 0.3s forwards;
    -moz-animation    : RightToLeft 0.3s forwards;
    animation         : RightToLeft 0.3s forwards;
}


/*Right To Left*/
.tt-animate.btt i:hover::before {
    -webkit-animation : BottomToTop 0.3s forwards;
    -moz-animation    : BottomToTop 0.3s forwards;
    animation         : BottomToTop 0.3s forwards;
}

.tt-animate.btt i:before {
    -webkit-animation : TopToBottom 0.3s forwards;
    -moz-animation    : TopToBottom 0.3s forwards;
    animation         : TopToBottom 0.3s forwards;
}


/*---------------------------------------------------------
KEY FRAME 
-----------------------------------------------------------*/

/* Left to Right key frame*/

@-webkit-keyframes LeftToRight {
    49% {
        -webkit-transform : translate(100%);
    }
    50% {
        opacity           : 0;
        -webkit-transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}

@-moz-keyframes LeftToRight {
    49% {
        -moz-transform : translate(100%);
    }
    50% {
        opacity        : 0;
        -moz-transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}

@keyframes LeftToRight {
    49% {
        transform : translate(100%);
    }
    50% {
        opacity   : 0;
        transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}

/* Right to Left key frame*/

@-webkit-keyframes RightToLeft {

    49% {
        -webkit-transform : translate(100%);
    }
    50% {
        opacity           : 0;
        -webkit-transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }

}

@-moz-keyframes RightToLeft {
    49% {
        -webkit-transform : translate(-100%);
    }
    50% {
        opacity           : 0;
        -webkit-transform : translate(100%);
    }
    51% {
        opacity : 1;
    }
}

@keyframes RightToLeft {
    49% {
        -webkit-transform : translate(100%);
    }
    50% {
        opacity           : 0;
        -webkit-transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}

/* Bottom to Top key frame*/

@-webkit-keyframes BottomToTop {
    49% {
        -webkit-transform : translateY(-100%);
        }
    50% {
        opacity           : 0;
        -webkit-transform : translateY(100%);
        }
    51% {
        opacity : 1;
        }
    }

@-moz-keyframes BottomToTop {
    49% {
        -moz-transform : translateY(-100%);
        }
    50% {
        opacity        : 0;
        -moz-transform : translateY(100%);
        }
    51% {
        opacity : 1;
        }
    }

@keyframes BottomToTop {
    49% {
        transform : translateY(-100%);
    }
    50% {
        opacity   : 0;
        transform : translateY(100%);
    }
    51% {
        opacity : 1;
    }
}


/* Top to Bottom key frame*/
@-webkit-keyframes TopToBottom {
    49% {
        -webkit-transform : translateY(-100%);
        }
    50% {
        opacity           : 0;
        -webkit-transform : translateY(100%);
        }
    51% {
        opacity : 1;
        }
    }

@-moz-keyframes TopToBottom {
    49% {
        -moz-transform : translateY(-100%);
        }
    50% {
        opacity        : 0;
        -moz-transform : translateY(100%);
        }
    51% {
        opacity : 1;
        }
    }

@keyframes TopToBottom {
    49% {
        transform : translateY(-100%);
    }
    50% {
        opacity   : 0;
        transform : translateY(100%);
    }
    51% {
        opacity : 1;
    }
}

/*doctors section style
-----------------------------------*/
.doctor-media img{
    width: 100%;
}
.doctor-body{
    border: 2px solid rgba(236, 235, 235, 0.6);
    border-top: none;
    padding: 20px 10px 20px 20px;
    border-bottom-width: 6px;
    border-radius: 0px 0px 10px 10px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.doctor-wrapper:hover .doctor-body{
    border-bottom-color: #4FBAC6 !important;
}
.doctor-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}
.doctor-title a{
    color: #212121;
}
.doctor-title a:hover{
    color: #4FBAC6 !important;
}

.doctor-content span {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
}
.doctor-media {
    position: relative;
}

.doctor-time p {
    background: #18AFD3 none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    visibility: hidden;
}

.doctor-wrapper:hover .doctor-time p{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;  
}


/*doctor details
-------------------------------------------------------------------------------------*/

/*doctor slider background images
-------------------------------------*/
.richard .doctor-slider-section{
    background: url(http://drplataginecologia.com/assets/img/doctors/slider-img/doctor-personal-hero-1.jpg) no-repeat center center / cover;
}
.doctor-slider-section{
    background: url(assets/img/doctors/slider-img/doctor-personal-hero-8.jpg) no-repeat center center / cover;
}
.jonathan .doctor-slider-section{
    background: url(http://drplataginecologia.com/assets/img/doctors/slider-img/doctor-personal-hero-7.jpg) no-repeat center center / cover;
}
.abigaile .doctor-slider-section{
    background: url(http://drplataginecologia.com/assets/img/doctors/slider-img/doctor-personal-hero-2.jpg) no-repeat center center / cover;
}
.lelepons .doctor-slider-section{
    background: url(http://drplataginecologia.com/assets/img/doctors/slider-img/doctor-personal-hero-11.jpg) no-repeat center center / cover;
}
.amy .doctor-slider-section{
    background: url(http://drplataginecologia.com/assets/img/doctors/slider-img/doctor-personal-hero-10.jpg) no-repeat center center / cover;
}
.michael .doctor-slider-section{
    background: url(http://drplataginecologia.com/assets/img/doctors/slider-img/doctor-personal-hero-7.jpg) no-repeat center center / cover;
}
.jeferry .doctor-slider-section{
    background: url(http://drplataginecologia.com/assets/img/doctors/slider-img/doctor-personal-hero-5.jpg) no-repeat center center / cover;
}
.faruq .doctor-slider-section{
    background: url(http://drplataginecologia.com/assets/img/doctors/slider-img/doctor-personal-hero-6.jpg) no-repeat center center / cover;
}
.faruq .doctor-slider-section{
    background: url(http://drplataginecologia.com/assets/img/doctors/slider-img/doctor-personal-hero-6.jpg) no-repeat center center / cover;
}
.nazibul .doctor-slider-section{
    background: url(http://drplataginecologia.com/assets/img/doctors/slider-img/doctor-personal-hero-4.jpg) no-repeat center center / cover;
}
.nayon .doctor-slider-section{
    background: url(http://drplataginecologia.com/assets/img/doctors/slider-img/doctor-personal-hero-1.jpg) no-repeat center center / cover;
}
.shirin .doctor-slider-section{
    background: url(http://drplataginecologia.com/assets/img/doctors/slider-img/doctor-personal-hero-2.jpg) no-repeat center center / cover;
}


.doctor-slider-wrapper{
    padding: 16em 0px;
}
.doctor-slider-header .doc-intro {
    background-color: #4FBAC6;
    color: #fff;
    padding: 6px 10px;
    font-family: 'Ubuntu';
    font-size: 18px;
    font-weight: 300;
    position: relative;
}
.doctor-slider-header .doc-intro:after{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 5px;
    width: 0;
    height: 0;
    border-top: 20px solid #4FBAC6;
    border-left: 20px solid transparent;
}
.doctor-slider-header .doc-name{
    margin-top: 15px;
    font-size: 45px;
    margin-bottom: 0px;
}
.doctor-slider-header .doc-name span {
    font-weight: 300;
}
.doctor-slider-header .doc-department {
    font-family: 'Ubuntu';
    font-size: 20px;
    font-weight: 300;
    color: #212121;
    width: 42%;
    background: #004A7C;
    color: white;
    padding: 1em;
    text-align: justify;
}
.doctor-slider-wrapper .doctor-content p {
    font-size: 17px;
    line-height: 28px;
    width: 50%;
}
.appointment-btn a{
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 4px;
}
.appointment-btn a:hover{
    background-color: #337ab7;
}
@media screen and ( max-width: 991px ){
    .doctor-slider-wrapper .doctor-content p{
        width: 70%;
    }
}
@media screen and ( max-width: 558px ){
    .doctor-slider-wrapper .doctor-content p{
        width: 90%;
    }
}

/*doc introduction section
-------------------------------------------------------------------------------------*/
.doc-intro-section{
    background-color: #f4f7f7;
}
.doc-job-info{
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 35px;
    background-color: #fff;
}
.doc-job-info li{
    margin-bottom: 5px;
    display: table;
}
.doc-job-info li:last-child{
    margin: 0;
}
.doc-job-info li strong{
    color: #212121;
    width: 120px;
    display: table-cell;
}
.doc-job-info li span{
    display: table-cell;
}

.doc-intro span {
    font-size: 15px;
    text-transform: uppercase;
}

.doc-intro h2 {
    font-size: 35px;
    margin-bottom: 30px;
}
.doc-intro p:last-child{
    margin-bottom: 0;
}


/*experience section style
-------------------------------------------------------------------------------------*/
.experience-item .icon {
    margin-bottom: 20px;
}
.experience-item img{
    width: 55px;
}
.experience-item .des-title{
    font-size: 19px;
    text-transform: capitalize;
}
.experience-item .des p{
    margin: 0;
}

/*appointment slider style
------------------------------------------------------------------------------------*/
.appointment-slider-section{
    background-image: url(assets/img/appointment-slider-img-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
}
.appointment-slider-section .tab-wrapper{
    border-radius: 5px;
}
.appointment-slider-section .tab-wrapper .nav>li>a{
    padding: 2px 18px;
}

/*appointment according
--------------------------------*/


/*stuff page style
-------------------------------------------------------------------------------------*/
.stuff-image img{
    width: 100%;
}

.stuff-body{
    border: 2px solid rgba(236, 235, 235, 0.6);
    border-top: none;
    padding: 20px 10px 20px 20px;
    border-bottom-width: 6px;
    border-radius: 0px 0px 10px 10px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.stuff-wrapper:hover .stuff-body{
    border-bottom-color: #4FBAC6 !important;
}
.stuff-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}
.stuff-title a{
    color: #212121;
}
.stuff-wrapper:hover .stuff-title a{
    color: #4FBAC6 !important;
}

.stuff-content span {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
}

/*terms & Conditons style
----------------------------------------------------------------------------------*/
.terms-conditions-section{
    
}
.privacy-content .policy-number{
    font-size: 25px;
    font-family: 'Ubuntu', serif;
    font-weight: 400;
    color: #212121;
    float: left;
    margin-right: 20px;
    margin-bottom: 45px;
}


/*contact page style
---------------------------------------------------------------------------------*/
.contact-form-wrapper {
    box-shadow: inset 0 0 0px 0px rgba(162, 162, 162, 0), 0 0px 20px 5px rgba(185, 185, 185, 0.34);
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    padding-top: 5px;
    overflow: hidden;
}
.contact-section .section-title,
.contact-section .section-sub{
    margin-left: 15px;
}
.contact-form-wrapper .form-group{
    margin: 0;
}
.contact-form-wrapper .message-form {
    background-color: #fff;
    min-height: 190px;
    border-bottom: 1px solid #e9e9e9;
    resize: none;
    padding-top: 15px;
    padding-left: 15px;
}
.contact-form-wrapper .message-form.form-control:focus{
    border-color: transparent;
    border-bottom-color: #e9e9e9;
}
::-webkit-input-placeholder { 
  color: #dad7d7 !important;
}
::-moz-placeholder { 
  color: #dad7d7 !important;
}
:-ms-input-placeholder { 
  color: #dad7d7 !important;
}
:-moz-placeholder {
  color: #dad7d7 !important;
}

.message-submit-btn {
    position: absolute;
    right: 20px;
    bottom: 34%;
    margin-top: -60px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
}


.contact-form-list{
    margin: 0;
}
.contact-form-list li{
    padding: 0;
    border-right: 1px solid #e9e9e9;
}

.contact-form-list .form-control {
    background-color: #fff;
    width: 181px;
    margin: 0;
    height: 60px;
}

.contact-form-list li:last-child {
    border-right: none;
}
.contact-form-list .form-control:focus {
    border-color: transparent;
}
.contact-info-wrapper ul li {
    width: 32%;
}
.contact-info h3 {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.contact-address address h3{
   font-size: 16px;
   margin-bottom: 0;
   text-transform: uppercase; 
}
.height-400{
    height: 400px;
}



/*Time Table style
----------------------------------------------------------------------------------*/

.timetable-filter{
    margin: 0;
    padding: 0;
    border: none;
}
.timetable-filter li a{
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    color: #666;
    background-color: #eee;
    transition: all .3s ease-in-out;
    margin: 0;
    line-height: 26px;
    border: none;
    border-radius: 4px;
}
.timetable-filter li{
    margin-right: 5px;
    float: none;
    display: inline-block;
    margin-bottom: 0px;
}
.timetable-filter li:last-child{
    margin-right: 0;
}
.timetable-filter li.active,
.timetable-filter li.active a{
    background-color: #4FBAC6 !important !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px;
}
.timetable-filter li a:hover{
    background-color: #4FBAC6 !important;
    color: #fff !important;  
}


.timetable-day-list{
    background-color: #fafafa;
}
.timetable-day-list th:first-child{
    padding: 20px 40px;
}
.timetable-hours{
    background-color: #f4f3f3;
    color: #212121;
    font-size: 14px;
}
.timetable-day-list th{
    padding: 20px 51px;
    color: #212121;
    text-transform: uppercase;
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>td{
    border-bottom-width: 0;
    border: 1px solid #eaeaea;
}
.doc-timetable-wrapper {
    position: relative;
}
.timetable-info .doc-time-info{
    margin: 8px 0px;
    border-left: 5px solid transparent;
    font-size: 15px;
}
.timetable-info .doc-time-info > span{
    padding: 8px 10px;
    display: block;
}
.timetable-info .doc-time-info strong{
    color: #212121;
    font-family: 'Ubuntu';
    font-weight: 500;
}
.rev-heading{
    color: #4d4f53;
}
.rev-subheading{
    color: #666 !important;
}
.rev-heading span{
    color: rgb(5, 100, 164) !important;
}
.rev-btn a{
    color: #fff;
}
.doc-time-info-one{
    background-color: rgba(0, 186, 250, 0.12);
    border-color: #009cff !important;
}
.doc-time-info-two{
    background-color: rgba(221, 245, 220, 0.50);
    border-color: #08d003 !important;
}
.doc-time-info-three{
    background-color: rgba(168, 0, 255, 0.12);
    border-color: #a800ff !important;
}
.doc-time-info-four{
    background-color: rgba(255, 96, 0, 0.12);
    border-color: #ff6000 !important;
}
.doc-time-info-five{
    background-color: rgba(1, 9, 65, 0.12);
    border-color: #010941 !important;
}
.doc-time-info-five{
    background-color: rgba(1, 9, 65, 0.12);
    border-color: #010941 !important;
}
.doc-time-info-six{
    background-color: rgba(152, 152, 152, 0.12);
    border-color: #989898 !important;
}
.table-bordered>tbody>tr>td.b0{
    border: none !important;
}

.doc-timetable-wrapper:hover .doc-time-hover-info{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible; 
    z-index: 999;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.doc-time-hover-info {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -130px;
    background-color: #21232b;
    padding: 25px;
    border-radius: 10px;
    width: 265px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    visibility: hidden;
}

.doc-time-hover-info span {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.doc-time-hover-info h3 {
    font-size: 20px;
}

.doc-time-hover-info h3 a {
    color: #fff;
    font-weight: 500;
}

.doc-time-hover-info p {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 10px;
}

.doc-time-hover-info p span {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 300;
}

/*404 page style
--------------------------------------------------------------------------------*/


.error-info h1{
    color: #fff;
    font-size: 130px;
    line-height: 130px;
    font-weight: 700;
    text-shadow: 5px 5px 0 #dadada, -1px -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada;
}

.ie9 .error-info h1,
.ie9 .error-wrapper-alt h1{
    color: #999;
}

.error-sub {
    display: block;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
}

.error-info a {
    padding: 10px 40px;
    text-transform: uppercase;
}

.error-info a:hover{
    background-color: #147cab;
}



/*
footer style
----------------------------------------------------------------------------------*/
.footer{
    border-top: 1px solid #ece9e9;
}

.footer-top{
    border-bottom: 1px solid #ece9e9;
}
.widget .widget-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}
.meta-widget ul li a {
    display: block;
    color: #999;
}
.meta-widget ul li {
    width: 170px;
}
.meta-widget ul li a:hover {
    color: #4FBAC6 !important;
}

/*footer call to action style
-------------------------------*/
.footer-call-to-action{
    border-bottom: 1px solid #f2f4f8;
}
.footer-call-element{
    display: table;
}
.footer-call-icon {
    display: table-cell;
    vertical-align: middle;
}
.footer-call-icon img {
    width: 60px;
}
.ie9 .footer-call-icon img,
.ie10 .footer-call-icon img,
.ie11 .footer-call-icon img{
    height: 50px;
}
.footer-call-desc {
    margin-left: 15px;
}
.footer-call-desc span {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 3px;
}
.footer-call-desc h4 {
    font-weight: 700;
    font-size: 23px;
}
.copyright p{
    margin: 0;
    font-size: 14px;
}
.copyright p a{
    color: #4FBAC6 !important;
    font-weight: 700;
}

/*---------------------------------*/

/* The Modal (background) */
.payment-popup-wrapper {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content/Box */
.advance-card-option {
    background-color: #fff;
    margin: 15% auto; 
    padding: 25px;
    width: 23%;
    border-radius: 4px;

    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}


/* The Close Button */
.close {
    color: #010228;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -35px;
    margin-right: -33px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    line-height: 28px;
    opacity: 1;
    box-shadow: none;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}


/*------------------*/
.advance-card-option .panel{
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.advance-card-option .panel-body{
    padding: 0;
}
.advance-card-option .card-date{
    padding-right: 5px;
}
/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}
.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}
.credit-card-box label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box .payment-errors {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}

.logo-brand img {
    float: left;
    width: 86%;
    margin-top: 9px;
}

@media screen and ( max-width: 1199px ){
    .advance-card-option{
        width: 35%;
    }
}
@media screen and ( max-width: 991px ){
    .advance-card-option{
        width: 45%;
    }
}
@media screen and ( max-width: 768px ){
    .advance-card-option{
        width: 65%;
    }
}
@media screen and ( max-width: 490px ){
    .advance-card-option{
        width: 80%;
    }
    .logo-brand img {
        width: 100%;
        margin-top: 19px;
    }
    .banner-incon{
        margin-top: 15px !important;
        text-align: center;
    }
    .banner-inter{
        margin-top: 60px !important;
        text-align: center;
    }
    .tp-caption {
        text-align: center;
    }

    .menuzord.changeHeader .logo2 {
        display: initial;
        transition: all .4s;
        width: 100%;
    }
    .img-doctor-footer{
        width: 100%
    }
    .tp-caption{
        font-size: 25px !important;/*
        width: 100%;
        left: 10px;*/
    }
    .first-slide{
        font-size: 25px !important;
    }
    .menuzord-responsive .logo-brand {
        margin: 5px 0 0;
        line-height: inherit;
        width: 71%;
    }

}


/* =-=-=-=-=-=-= Preloader =-=-=-=-=-=-= */
#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(assets/img/preloder.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}

/*.tp-caption{
    line-height: 40px !important;
}
.banner-mod{
    margin-top: -30px !important
}*/

.post-operation-pro-geni{
    text-transform: uppercase;
    background-color: #0564a4;
    color: white;
    padding: 1em;
    text-align: center;
}

.algunos-mod{
    margin: 2em 0 1em 0 ;
}

.recomendaciones-info h2{
    position: relative;
    padding-bottom: .7em;
}

.recomendaciones-info h2:after{
    width: 50px;
    content: "";
    position: absolute;
    height: 5px;
    background-color: #74c7ff;
    left: 0;
    bottom: 0;
    border-radius: 100px;
}

.title-inter{
    font-size: 30px;
    border-bottom: 2px solid rgb(5, 100, 164);
    padding: .5em 0;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.panel-according a{
    color: white !important;
}
.recomendaciones-info {
    text-align: justify;
    margin-top: 50px;
}
.agenda-cita{
    margin-left: 15px;
}
.especialidades-footer p{
    margin: 0
}
.footer-top p{
    font-size: 16px;
    text-align: left;
}
.header-sticky.changeHeader{
    background-color: #4FBAC6;
    transition: all .4s;
}
.testimonial-wrapper {
    border: 2px solid rgba(236, 235, 235, 0.6);
    padding: 25px 20px 15px 20px;
    border-bottom-width: 6px;
    border-radius: 5px 5px 10px 10px;
    transition: all .3s ease-in-out;
    background-color: #5192bc;
    color: white !important;
    height: 420px
}

.testimonial-wrapper p{
    color: white !important;
}

.testimonial-wrapper h3{
    color: white !important;
}

.tp-mask-wrap{
    overflow: visible !important;
    height: 100px !important;
}

.tp-caption{
    line-height: 45px !important;
}

/*br{
    content: " ";
    line-height: 30px !important;

}*/


.grid-gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.grid-gallery figure {
    margin: 0;
}

.grid-gallery figure img {
    display: block;
    width: 100%;
}

.grid-gallery figcaption h3 {
    margin: 0;
    padding: 0 0 0.5em;
}

.grid-gallery figcaption p {
    margin: 0;
}

/* Grid style */
.grid-wrap {
    max-width: 69em;
    margin: 0 auto;
    padding: 0 1em 1.875em;
}

.grid {
    margin: 0 auto;
}

.grid li {
    width: 25%;
    float: left;
    cursor: pointer;
}

.grid figure {
    padding: 15px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.grid li:hover figure {
    opacity: 0.7;
}

.grid figcaption {
    background: #e4e4e4;
    padding: 25px;
}

/* Slideshow style */
.slideshow {
    position: fixed;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.slideshow-open .slideshow {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.slideshow ul {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0,0,150px);
    transform: translate3d(0,0,150px);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.slideshow ul.animatable li {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.slideshow-open .slideshow ul {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slideshow li {
    width: 700px;
    height: 637px;
    position: absolute;
    top: 47%;
    left: 50%;
    margin: -280px 0 0 -330px;
    visibility: hidden;
}

.slideshow li.show {
    visibility: visible;
}

.slideshow li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.slideshow li.current:after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
}

.slideshow figure {
    width: 100%;
    height: 100%;
    background: #fff;
    border: 50px solid #fff;
    overflow: hidden;
}

.slideshow figcaption {
    padding-bottom: 20px;
}

.slideshow figcaption h3 {
    font-weight: 500;
    font-size: 200%;
    margin-top: 15px;
}

/* Navigation */
.slideshow nav span {
    position: fixed;
    z-index: 1000;
    color: #59656c;
    text-align: center;
    padding: 3%;
    cursor: pointer;
    font-size: 2.2em;
}

.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slideshow nav span.nav-next {
    right: 0;
}

.slideshow nav span.nav-close {
    top: 0;
    right: 0;
    padding: 0.5em 1em;
    color: #31373a;
}

.icon:before,
.icon:after {
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*span.nav-prev:before {
    content: "\e601";
}

span.nav-next:before  {
    content: "\e600";
}

span.nav-close:before {
    content: "\e602";
}*/

/* Info on arrow key navigation */
.info-keys {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 60px;
    font-size: 8px;
    padding-top: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}

.info-keys:before,
.info-keys:after {
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
}

.info-keys:before {
    left: 10px;
    content: "\e603";
}

.info-keys:after {
    right: 10px;
    content: "\e604";
}

/* Example media queries (reduce number of columns and change slideshow layout) */
.logo-brand {
    float: left;
    cursor: pointer;
    margin: 23px 0px 0 0;
    line-height: 100px;
    width: 45%;
}

.dc-p{
    font-family: 'Ubuntu';
    font-size: 29px;
    font-weight: bold;
    text-align: left;
    color: #212121;
    width: 42%;
    margin-left: -11px;
    line-height: 42px;
    background: #004A7C;
    color: white;
    padding: 1em;
}

.img-mod-clinic{
    padding: 2em !important;
}

.dc-p2{
    width: 42%;
    margin-left: -12px;
}

input::placeholder {
  color: gray !important;
}


textarea::placeholder {
  color: gray !important;
}

.contact-info a{
    color: black;
    transition: all .3s;
    font-weight: bold;
    position: relative;
    height: 50px
}

.contact-info a:after{
    content: "";
    position: absolute;
    width: 54%;
    height: 3px;
    background-color: #0564a4;
    color: black;
    transition: all .3s;
    font-weight: bold;
    top: 28px;
    left: 0;
    border-radius: 100px;
}
.contact-info a:hover:after{
    content: "";
    position: absolute;
    width: 14%;
    height: 3px;
    background-color: #0564a4;
    color: black;
    transition: all .3s;
    font-weight: bold;
    top: 28px;
    left: 0;
    border-radius: 100px;
}


.contact-info a:hover{
    color: #0564a4;
    transition: all .3s;
}

.footer-mod li{
    border-bottom: 1px solid #e6e6e6
}
@media screen and (max-width: 60em) {
    /* responsive columns; see "Element sizing" on http://masonry.desandro.com/options.html */
    .grid li {
        width: 33.3%;
    }

    .slideshow li {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0;
    }

    .slideshow li figure img {
        width: auto;
        margin: 0 auto;
        max-width: 100%;
        margin-top: 63%;
    }

    .img-top{
        margin-top: 40% !important;
    }

    .slideshow nav span,
    .slideshow nav span.nav-close {
        font-size: 1.8em;
        padding: 0.3em;
    }

    .info-keys {
        display: none;
    }

    .slideshow figure {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        border: 50px solid rgba(0, 0, 0, 0.5);
        overflow: hidden;
    }

    .slideshow figcaption h3 {
        display: none;    
    }

}

@media screen and (max-width: 35em) {
    .grid li {
        width: 50%;
    }
}

@media screen and (max-width: 24em) {
    .grid li {
        width: 100%;
    }
}

.agenda-cita{
    position: relative;
}

.agenda-cita h2:after {
    width: 50px;
    content: "";
    position: absolute;
    height: 5px;
    background-color: #68d8e4;
    left: 0;
    bottom: 0;
    top: 55px;
    left: 15px;
    border-radius: 100px;
}
.doc-slide-2{
    display: none;
}

.tp-mask-wrap{
    margin-top: 88px
}

.especialidades-footer{
    position: relative;
}

.doc-slide-mod{
    margin-bottom: 6em;
}
   

.title-algunos {
    margin: 2em 0 1em 0;
    color: #0564a4;
}

.rev-btn{
    background-color:  rgb(5, 100, 164) !important;
}

.back-prolap{
    background: url(assets/img/slider-img/hero-5.jpg) no-repeat center center / cover;
    background-position: center -30px;
}
.back-vagina{
    background: url(assets/img/slider-img/hero-6.jpg) no-repeat center center / cover;
    background-position: center -30px;
}
.back-incon{
    background: url(assets/img/slider-img/hero-2.jpg) no-repeat center center / cover;
}
.back-laparco{
    background: url(assets/img/slider-img/hero-3.jpg) no-repeat center center / cover;
}


@media screen and (max-width: 1440px) {
        .logo-brand {
        float: left;
        cursor: pointer;
        margin: 23px 0px 0 0;
        line-height: 100px;
        width: 45%;
    }
}
@media screen and (max-widht: 1024) and (max-height: 1370px) {
    .tp-bgimg{
        background-position: -933px center !important;
    }
} 
@media screen and (max-width: 1024px) {     
    .doctor-slider-section {
        background: url(assets/img/doctors/slider-img/doctor-personal-hero-8.jpg) no-repeat center center / cover;
        background-position: -944px -1px;
    }
    .back-prolap {
        background: url(assets/img/slider-img/hero-5.jpg) no-repeat center center / cover;
        background-position: -542px -25px;
    }
    .back-incon {
        background: url(assets/img/slider-img/hero-2.jpg) no-repeat center center / cover;
        background-position: -867px -30px;
    }
    .back-laparco {
        background: url(assets/img/slider-img/hero-3.jpg) no-repeat center center / cover;
        background-position: -600px;
    }
    .tp-bgimg{
        background-position: -693px center !important;
    }
}
@media screen and (max-width: 830px) {
    .logo-brand{
        float: left;
        cursor: pointer;
        margin: 30px 0px 0 0;
        line-height: 100px;
        width: 40%;
    }
    .tp-bgimg{
        background-position: -553px center !important;
    }
}
@media screen and (max-width: 780px) {
    .tp-bgimg.defaultimg {
            background-position: 75% center !important;
            opacity: .3 !important;
        }

    .tp-caption{
        text-align: center;/*
        margin-top: 250px;*/
    }
    .menu-border>li.active>a {
        color: #0564a4 !important;
    }
    .menuzord-menu li .indicator {
        margin-left: 3px;
        display: initial; 
    }
    .slideshow li figure img {
        width: auto;
        margin: 0 auto;
        max-width: 100%;
        margin-top: 11%;
    }
    .img-top {
        margin-top: -13% !important;
    }
    .doctor-slider-section {
        background: url(assets/img/doctors/slider-img/doctor-personal-hero-8.jpg) no-repeat center center / cover;
        background-position: -1203px -1px;
    }

    .back-prolap {
        background: url(assets/img/slider-img/hero-5.jpg) no-repeat center center / cover;
        background-position: -732px -30px;
    }
    .back-vagina {
        background: url(assets/img/slider-img/hero-6.jpg) no-repeat center center / cover;
        background-position: -732px -30px;
    }
    .back-incon {
        background: url(assets/img/slider-img/hero-2.jpg) no-repeat center center / cover;
        background-position: -867px -30px;
    }
    .back-laparco {
        background: url(assets/img/slider-img/hero-3.jpg) no-repeat center center / cover;
        background-position: -730px;
    }
}

@media screen and (max-width: 440px) {
    .tp-bgimg.defaultimg {
        background-position: 75% center !important;
        opacity: .3 !important;
    }
    .menuzord-menu li .indicator {
        margin-left: 3px;
        display: initial; 
    }
    .justin .doctor-slider-section {
        background-position: 73% center;
        position: relative;
    }
    .doc-slide-2{
        display: block;
    }
    .doc-slide-1{
        display: none;
    }
    .doctor-slider-section {
        background: url(assets/img/doctors/slider-img/doctor-personal-hero-8-m.jpg) no-repeat center center / cover;
    }
    header.doctor-slider-header {
        position: relative;
        top: 14em;
        margin-bottom: 57px;
    }
    .tp-mask-wrap{
        margin-top: 88px
    }
    .doctor-slider-header .doc-department {
        font-family: 'Ubuntu';
        font-size: 18px;
        text-align: justify;
        letter-spacing: -1px;
        background: #004A7C;
        color: white;
        width: 100%;
        padding: 1em;
    }
    .pro-geni-mob {
        text-transform: uppercase;
        background-color: #0564a4;
        color: white;
        padding: .5em 0em;
        margin-left: -13px;
        position: relative;
        overflow: hidden;
        left: 7px;
    }
    .menu-border>li.active>a {
        color: #0564a4 !important;
    }
        .menuzord-menu > li > a:hover {
        color: #0564a4 !important;
    }
    .dsw-mod{
        padding: 8em 0px;
    }
    .dct-mod{
        top: 13.5em !important;
        text-align: center;
        font-weight: bold;
    }
    .dct-mod p{
        text-align: center;
        font-weight: bold !important;
    }
    .doctor-slider-wrapper{
        padding: 8em 0px;
    }
    .back-prolap{
        background: url(assets/img/slider-img/hero-5.jpg);
        background-position: 87% 5%;
        background-repeat: no-repeat;
    }
    .back-incon{
        background: url(assets/img/slider-img/hero-2.jpg);
        background-position: 82% 6%;
        background-repeat: no-repeat;
    }
    .back-laparco{
        background: url(assets/img/slider-img/hero-3.jpg);
        background-position: 73% 6%;
        background-repeat: no-repeat;
    }

}


























