

html
{
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection
{
    background: #b3d4fc;
    text-shadow: none;
}

::selection
{
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video
{
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset
{
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea
{
    resize: vertical;
}

.browserupgrade
{
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden
{
    display: none !important;
}

.visuallyhidden
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus
{
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible
{
    visibility: hidden;
}

.clearfix:before,
.clearfix:after
{
    content: " ";
    display: table;
}

.clearfix:after
{
    clear: both;
}

@media only screen and (min-width: 35em)
{
/* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi)
{
/* Style adjustments for high resolution devices */
}

@media print
{
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line
    {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited
    {
        text-decoration: underline;
    }
    a[href]:after
    {
        content: " (" attr(href) ")";
    }
    abbr[title]:after
    {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after
    {
        content: "";
    }
    pre,
    blockquote
    {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead
    {
        display: table-header-group;
    }
    tr,
    img
    {
        page-break-inside: avoid;
    }
    img
    {
        max-width: 100% !important;
    }
    p,
    h2,
    h3
    {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3
    {
        page-break-after: avoid;
    }
}

/*start site style here*/

body
{
    font-family: 'Montserrat', sans-serif;
}

p,label
{
    font-family: 'PT Sans', sans-serif;
}

/*header area start*/

header.header_area
{
    background-color: #F0F0F0;
    height: 70px;
}

.top_menu li a
{
    color: #006290;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.top_menu li:hover a, .top_menu li.current a
{
    color: #02BEC0;
    background-color: rgba(0,0,0,0);
}

.input-group.top-search
{
    margin-top: 17px;
}

ul.top_menu li ul
{
    position: absolute;
    background-color: #F2F2F2;
    z-index: 3;
    width: 200px;
    list-style: none;
    padding: 0;
    margin-top: px;
    left: 0;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

ul.top_menu li.dropdown_menu:after
{
    position: absolute;
    content: "";
    border-top: 5px solid #006290;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 33%;
    right: 5px;
}

ul.top_menu li ul
{
    opacity: 0;
    visibility: hidden;
}

.top_menu li
{
    position: relative;
    border-right: 1px solid #fff;
    height: 70px;
}

ul.top_menu li:hover ul
{
    visibility: visible;
    opacity: 1;
    margin-top: 12px;
}

.top_menu li ul li
{
    height: auto;
}

ul.top_menu li ul li a
{
    padding: 8px 14px;
    display: block;
    border-bottom: 1px solid #eee;
}

ul.top_menu li ul li a:hover
{
    text-decoration: none;
    background-color: #eee;
}

.smoth_scroll li a:focus,.smoth_scroll li a:active,.smoth_scroll li a:visited
{
    background-color: rgba(0,0,0,0);
}

button.navbar-toggle
{
    z-index: 33;
    color: #ccc;
    font-size: 26px;
    margin-left: 10px;
}

.scroll_menu button.navbar-toggle
{
    margin-top: 26px;
}

.navbar-collapse.navbar-menu-collapse.collapse.in
{
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 13;
    background-color: #ddd;
    top: 70px;
}

.navbar-collapse.navbar-menu-collapse.collapse.in ul.top_menu li
{
    height: auto;
}

.navbar-collapse.navbar-scroll-collapse.collapse.in
{
    background-color: rgba(0,0,0,0.7);
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}

/*ready header area*/

/*start slider area*/

section.slider_area
{
    min-height: 600px;
    background-image: url(img/slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 center;
    position: relative;
}

section.slider_area:before
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
}

.smoth_scroll li a
{
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.for_mobile
{
    text-align: center;
    color: #fff;
    margin-top: 40px;
}

.for_mobile h2
{
    font-size: 25px;
    line-height: 34px;
}

a.navbar-brand img
{
    width: 145px;
}

.for_mobile a.btn
{
    padding: 7px 18px;
    font-size: 17px;
    color: #ddd;
    background-color: #006290;
    border: 0;
    margin-top: 13px;
}

.smoth_scroll li a:hover
{
    background-color: rgba(0,0,0,0);
    color: #006290;
}

.slider_caption h1
{
    color: #fff;
}

ul.smoth_scroll
{
    margin-top: 24px;
}

.slider_caption p
{
    color: #fff;
    letter-spacing: 0.3px;
}

.slder_form_area
{
    padding: 0 30px;
}

.slider_form
{
    background-color: #F0F0F0;
    border-radius: 30px;
    margin-bottom: 45px;
}

.slider_form h3
{
    margin-top: 0;
    color: #666;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
}

.slider_form .form-group label
{
    color: #666;
    cursor: pointer;
    font-family: 'PT Sans', sans-serif;
}

.slider_form form button
{
    background-color: #006290;
    padding: 9px 36px;
    color: #fff;
    text-transform: uppercase;
}

/*ready */

/*start small haddin section*/

section.small_hadding
{
    background-color: #db7a23;
    color: #fff;
    padding: 20px 0;
}

section.small_hadding p
{
    margin-bottom: 0;
    letter-spacing: 0.3px;
}

/*ready*/

/*start service section*/

.hadding_title.text-center
{
    color: #666;
    font-weight: 400;
}

.hadding_title.text-center h2
{
    font-weight: 400;
    letter-spacing: 0.2px;
}

.media-body.service_content p
{
    letter-spacing: 0.1px;
    color: #888;
}

section.services_area .owl-controls .owl-dots
{
    text-align: center;
}

section.services_area .owl-controls .owl-dots .owl-dot
{
    width: 8px;
    height: 8px;
    background-color: #bbb;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    border-radius: 45px;
}

/*ready*/

/*start madical lab of tab*/

.tab_menu ul
{
    border: 0;
    float: none;
}

.tab_menu ul li a
{
    border-bottom: 2px solid #F2F2F2;
    color: #888;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
    border: 0;
    background-color: #F2F2F2;
}

.tab_menu ul li
{
    float: inherit;
}

.tab_menu ul li.active a
{
    color: #006290;
    border-bottom: 2px solid #006290 !important;
    margin-bottom: 0;
    background-color: #F2F2F2;
}

.tab_menu ul li a:hover
{
    background-color: rgba(0,0,0,0);
    color: #006290;
    border-bottom: 2px solid #006290  !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

section.lab_menu_area
{
    background-color: #F2F2F2;
    color: #888;
}

.lab_left_desc h3
{
    color: #777;
    font-family: 'PT Sans', sans-serif;
}

.lab_left_desc p
{
    letter-spacing: 0.2px;
}

.lab_left_desc
{
    margin-top: 38px;
}

.lab_left_desc ul li a
{
    color: #888;
    letter-spacing: 0.3px;
    margin-top: 2px;
    display: block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.lab_left_desc ul
{
    color: #888;
}

.lab_right_image
{
    max-height: 460px;
    overflow: hidden;
}

.lab_right_image img
{
    width: 100%;
    min-height: 310px;
}

section.lab_content
{
    background-color: #F8F8F8;
}

/*ready*/

/*start resolution area*/

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

.resolve_haddin_title
{
    background-color: #00BEC1;
    text-align: center;
    box-shadow: 1px 0 10px 1px #bbb;
}

.resolve_haddin_title h3
{
    color: #fff;
}

.resolve_haddin_title .logo img
{
    width: 110px;
}

.resolve_haddin_title .logo
{
    margin-top: 38px;
}

.resolve_hadding_caption h2
{
    margin-top: 0;
    font-weight: 700;
    color: #666;
    letter-spacing: 0.3px;
}

ul.single_infos li
{
    margin-bottom: 8px;
}

ul.single_infos li p
{
    color: #999;
    margin-top: 0;
    letter-spacing: 0.2px;
}

ul.single_infos li i
{
    margin-right: 20px;
    display: inline-block;
    padding-right: 3px;
    color: #006290;
}

.subscribe_booking
{
    margin-top: 25px;
}

.subscribe_booking button
{
    text-align: center;
    background-color: #006290;
    color: #fff;
    padding: 6px 12px;
    width: 100%;
}

.subscribe_booking .form-group label
{
    cursor: pointer;
    color: #666;
    margin-left: 6px;
    margin-right: 10px;
    font-size: 16px;
}

.subscribe_booking .form-group .form-control
{
    min-width: 265px;
    margin-right: 10px;
}

section.resolotion_area .for_mobile h2
{
    color: #666;
    font-size: 22px;
}

.subscribe_booking button:hover
{
    background-color: #00BEC1;
    color: #fff;
}

.doctor_menu.owl-carousel .owl-item .item:before
{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.doctor_menu.owl-carousel .owl-item:hover .item:before,.owl-carousel.owl-rtl .owl-item .item.active:before
{
    z-index: -1;
}

.doctor_menu.owl-carousel .owl-item:focus .item:before
{
    z-index: -1;
}

.doctor_content.tab-content
{
    text-align: center;
    width: 60%;
    margin: 61px auto 50px;
    background-color: #fff;
    padding: 20px 10px;
    position: relative;
}

section.doctors_area
{
    background-color: #F8F8F8;
    padding-bottom: 60px;
}

.doctor_content.tab-content img
{
    position: relative;
    margin-top: -135px;
    width: 218px;
    min-height: 226px;
}

.doctor_content.tab-content
{
    text-align: center;
    margin: 161px auto 50px;
    background-color: #fff;
    position: relative;
}

.single_doctor_desc
{
    margin-top: 40px;
    margin-bottom: 40px;
}

.single_doctor_desc ul
{
    border-bottom: 0;
    margin-bottom: 14px;
}

.single_doctor_desc ul li a
{
    color: #999;
    font-size: 17px;
    padding: 3px 7px;
    margin-right: 21px;
    border: 0;
}

.doctor_content.tab-content h2
{
    font-weight: 700;
    color: #555;
    margin-top: 32px;
}

.doctor_content.tab-content p
{
    font-weight: 700;
    color: #bbb;
}

.single_doctor_desc .tab-content p
{
    font-weight: 400;
    color: #999;
}

.single_doctor_desc ul li a:hover, .single_doctor_desc ul li a:focus, .single_doctor_desc ul li.active a
{
    background-color: #fff !important;
    color: #006290 !important;
    border: 0;
}

.hadding_title.text-center p
{
    font-size: 16px;
    padding: 0 10px;
}

.doctor_content.tab-content a.btn
{
    color: #fff;
    background-color: #006290;
    padding: 10px 34px;
    margin-bottom: 36px;
}

.doctor_content.tab-content a.btn:hover
{
    background-color: #00BEC1;
}

.doctor_carocel_image .owl-nav div
{
    text-align: center;
    background-color: #fff;
    height: 100%;
    text-transform: capitalize;
    line-height: 12;
    position: absolute;
    top: 0;
}

.doctor_carocel_image .owl-nav div:hover
{
    opacity: .8;
}

.doctor_carocel_image .owl-nav div.owl-prev
{
    left: 0;
}

.doctor_carocel_image .owl-nav div.owl-next
{
    right: 0;
}

/*ready*/

/*video carosel area start*/

section.video_carosel_area
{
    margin-bottom: 50px;
    margin-top: 20px;
}

h2.video_logo
{
    margin-bottom: 46px;
}

section.video_carosel_area .owl-carousel .owl-item
{
    background-color: #eee;
}

section.video_carosel_area .owl-carousel .owl-item .item-video
{
    height: 100%;
}

.video-carousel .owl-dots .owl-dot
{
    width: 7px;
    height: 7px;
    background-color: #ccc;
    margin: 0 5px;
    display: inline-block;
    border-radius: 500px;
}

.video-carousel .owl-dots .owl-dot.active
{
    background-color: #006290;
}

.video-carousel .owl-controls
{
    text-align: center;
    margin-top: 30px;
}

.input-group.top-search span.input-group-btn button
{
    border-left: 1px;
    margin-left: -3px;
    background-image: url(img/search.jpg);
    background-repeat: no-repeat;
    background-position: 11px 3px;
    padding: 16px 21px;
}

.input-group.top-search span.input-group-btn button:hover
{
    background-color: #fff;
}

.input-group.top-search input.form-control
{
    box-shadow: 0 0 0 0 #fff !important;
}

.input-group.top-search input.form-control:focus
{
    box-shadow: 0 0 0 0 #fff;
}

.video-carousel .owl-controls .owl-nav div.owl-prev
{
    float: left;
}

.video-carousel .owl-controls .owl-nav div.owl-next
{
    float: right;
}

.video-carousel .owl-controls .owl-nav div
{
    display: inline-block;
}

.video_caption
{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.video_caption h3
{
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 24px;
}

.video_caption h2
{
    margin-top: 8px;
    font-weight: 700;
}

.video_caption p
{
    line-height: 22px;
    letter-spacing: 0.3px;
}

/*ready*/

/*start footer area*/

footer.footer_area ul li
{
    float: left;
    display: inline-block;
    color: #fff;
}

footer.footer_area ul
{
    padding: 0;
    list-style: none;
    margin-top: 14px;
}

.footer_brand.pull-right ul li
{
    margin-left: 30px;
}

li.left_thing
{
    margin-top: 6px;
}

footer.footer_area
{
    overflow: hidden;
    clear: both;
    background-color: #006290;
    min-height: 86px;
}

footer a, footer a:hover
{
    color: #fff;
}

.enlace_politica
{
    margin-bottom: 16px;
    margin-top: 8px;
}

#formEmail .form-group.politica_privacidad
{
    margin-left: 6px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}

#formContacto, #formEmail
{
    position: relative;
}

div.loading
{
    display: none;
    margin: 0px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

#formContacto div.loading
{
    background-color: rgba(240,240,240,0.9);
    padding: 10%;
}

#formEmail div.loading
{
    background-color: rgba(255,255,255,0.9);
    padding: 1%;
    margin-left: 6px;
}

div.loading  img
{
    width: auto;
    height: 50%;
    margin: auto;
    margin-top: 10%;
}

form .result
{
    font-size: 25px;
    position: absolute;
    top: 0px;
}

form#formEmail .form-group .input-email
{
    margin-left: 6px;
}

form#formEmail  button
{
    margin-left: 6px;
}

form .form-group input.error
{
    border: 2px solid red !important;
}

form .text-politica-privacidad
{
    display: inline;
    margin-left: 5px;
}

form label.error
{
    color: red !important;
    margin-left: 2px;
}

form .form-group.politica_privacidad label.error
{
    margin-left: 0px;
}

.lab_content.bottom
{
    padding: 45px 0px;
}

.slider_form.bottom
{
    margin: 0px;
}

.telf
{
    color: #006290;
}

.text-politica-privacidad
{
    font-size: 12px;
}

