﻿

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');
.social_media {left: 0px;margin-top: 300px;position: fixed;z-index: 9999;width: 55px;}

body {
    width: 100%;
    height: 100%;
    font-family: 'Lato',sans-serif;
    font-weight: 300;
    color: #666;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

/*h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #9cb97a;
}*/


h1 {
    font-family: "Guardian Sans Cy Web";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 40px;
    line-height: 60px;
    color: #9cb97a;
}

h2 {
    font-family: "Guardian Sans Cy Web";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 40px;
    line-height: 50px;
    color: #58595b
}

h3 {
    font-family: "Guardian Text Sans Cy Web";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 25px;
    line-height: 35px;
    color: #58595b
}

h4 {
    font-family: "Guardian Sans Cy Web";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 25px;
    line-height: 35px;
    color: #58595b
}

p,ul,ol {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 30px; 

}


a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    a:hover,
    a:focus {
        text-decoration: none;
        color: #176e61;
    }

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
}



.navbar-brand {
    height: 40px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 1em;
}

 

    .navbar-brand:focus {
        outline: 0;
    }

.nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}


.navbar-custom ul.nav li a {
    font-size: 12px;
    letter-spacing: 1px;
    color: #444;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-custom.top-nav-collapse ul.nav li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {
    border-radius: 0;
}

    .navbar-custom ul.nav ul.dropdown-menu li {
        border-bottom: 1px solid #f5f5f5;
    }

        .navbar-custom ul.nav ul.dropdown-menu li:last-child {
            border-bottom: none;
        }

        .navbar-custom ul.nav ul.dropdown-menu li a {
            padding: 10px 20px;
        }

            .navbar-custom ul.nav ul.dropdown-menu li a:hover {
                background: #fefefe;
            }

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
    color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

    .navbar-custom .nav li a:hover,
    .navbar-custom .nav li a:focus,
    .navbar-custom .nav li.active {
        outline: 0;
        background-color: rgba(255,255,255,.2);
    }

    .navbar-custom .nav li a:hover,
    .navbar-custom .nav li a:focus,
    .navbar-custom .nav li.active {
        outline: 0;
        background-color: rgba(255,255,255,.2);
    }

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

    .navbar-toggle:focus,
    .navbar-toggle:active {
        outline: 0;
    }



/* misc */
hr {
    margin-top: 10px;
}

/* margins */
.marginbot-50 {
    margin-bottom: 50px !important;
}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 116px;
    padding-bottom: 116px;
    display: block;
    position: relative;
    z-index: 120;
}
.mid-section {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
    position: relative;
    z-index: 120;
}
.section-heading h2 {
    font-size: 40px;
}

.section-heading i {
    margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
    background: #fff;
}

.bg-gray {
    background: #f8f8f8;
}
.bg-dark {
    background: #575757;
}

.bg-blue {
    background: #18AFD3;
}
.bg-orange {
    background: #f57e57;
}
/*.bg-light-blue {
    background: #82d8ec;
}*/
.bg-black {
    background: #4c6575;
}
.white {
    color:white;
}

h3 {
    color: #82d8ec;
}
/* --- section color var --- */

.text-light {
    color: #fff;
}




/* ===========================
--- Intro
============================ */

.intro {
    width: 100%;
    position: relative;
    background: url(../images/beach1.jpeg) no-repeat top center;
    background-size: cover;
    height: auto;
    min-height: 400px;
}

#intro.intro {
    padding: 3% 0 0 0;
}



.intro .slogan h1{

    color: #346756;
  
    text-shadow: -1px 0 1px #000;
}
.intro .slogan h3 {
    color: #ffffff;
    text-shadow: -1px 0 1px #000;
}


/*testimonial*/
#testimonial {
    width: 100%;
    position: relative;
    
    background-size: cover;
    height: auto;
    min-height: 500px;
    color:#fff;
}

.footer {
   color:white;
  font-size:20px;
}
/* ===========================
--- About
============================ */


#about{
    color:white;
}
.avatar {
    margin-bottom: 20px;
}


/*Elements*/

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}


    .btn-circle:hover,
    .btn-circle:focus {
        outline: 0;
        color: #fff;
        background: rgba(255,255,255,.1);
    }

   
.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}



.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

/*Custom Css (14-11-2017)*/

header address {
    text-align: center;
    /* font-family: museo-sans,sans-serif; */
    color: #231f20;
    font-size: 19px;
    letter-spacing: .022em;
}
header address, header address:before {
    position: relative;
    display: inline-block;
}
header .doctors {
    font-size: 24px;
    font-weight: 700;
    display: block;
    line-height: 30px;
}
header address:before {
    content: "";
    background: url(../images/location.png) no-repeat;
    height: 28px;
    width: 17px;
    top: 43px;
    left: -5px;
    float: left;
}
.header-info{
    padding:15px 0;
}
ul.social-icons{
    list-style:none;
    text-align:right;
}
ul.social-icons li{
    display:inline-block;
    padding:0 5px;
    font-size:20px;
}
.navbar {
    background: #466573 !important;
    border-radius: 0

}
.nav.navbar-nav {
    background: none;
}
.navbar-custom ul.nav li a {
    font-size: 15px;
    color: #fff;
}
header a[href^=tel] {
    text-align: right;
    display: block;
    color: #231f20;
    margin-bottom: 12px;
    font-weight: 700;
    font-family: museo-sans,sans-serif;
    position: relative;
    margin-left: -12px;
    font-size: 28px;
    float: right;
    margin-top: 10px;
}
header a[href^=tel]:before {
    content: "";
    display: inline-block;
    margin-right: 12px;
        background: url("../images/phone-icn.png") no-repeat;
    width: 22px;
    height: 22px;
    position: relative;
    top: 3px;
}
.navbar-brand {
    float: none;
    height: auto;
    line-height: normal;
    display: block;
    padding: 0;
    text-align: center;
    margin-top: 0;
}
    .navbar-brand h1 {
        font-size: 29px;
        line-height: 40px;
        float: none;
        margin: 0;
    }
    .navbar-brand > img {
        display: inline-block;
    }
.navbar-custom ul.nav ul.dropdown-menu li a {
    color: #444;
}
.button {
    display: inline-block;
    max-width: 256px;
    font-family: museo-sans,sans-serif;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 20px;
    color: #fff;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    border-radius: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.34);
}
.red-btn {
    background: #f15052;
}
.button:hover, .button:focus{
    color: #fff;
}

.dropdown-contact {
    position: absolute;
    padding: 15px;
    width: 350px;
    top: 42px;
    right: 0;
    display: none;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    z-index: 999;
}
.error {
    font-weight: normal;
    color: #f15052;
}
#about {
    background: none;
    color: #666;
    padding: 55px 0;
}
#testimonial {
    color: #666;
}
#team {
    background: #18afd3;
    color: #fff;
    padding: 50px 0 0 0;
}
    #team a {
        color: #fff;
    }
.footer-section {
    border-top: 6px solid #238275;
    position: relative;
    background: #71d2c4;
    padding: 45px 0 20px 0;
}
    .footer-section ul.social-icons {
        padding: 0;
        text-align: center;
        margin-top: 11px;
    }
    .footer-section ul.social-icons li a{
        color:#fff;
    }
.background-parallax {
    background: url(/images/lighthouse1.jpg) no-repeat center;
    background-position: 50%;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}
    
.team h5 {
    font-size: 19px;
    color : black;
}
.team p.subtitle{
    line-height:normal;

}
#about p.lead {
    font-weight: normal;
    font-size: 18px;
}
h1.docname {
    font-size: 24px;
}
.copy {
    padding: 10px 0;
    background: #409076;
    font-size: 17px;
    color:#fff;
}
    .copy a{
        color:#fff;
    }
    .copy p {
        margin: 0;
    }
.text-center.footer-logos {
    margin-bottom: 60px;
}
    .text-center.footer-logos img {
        height: 70px;
        padding: 0 20px;
        vertical-align: middle;
        display: inline-block;
    }
#phone-fixed {
    position: fixed;
    right: -108px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    z-index: 999;
    padding: 10px 50px;
    margin: 0;
    background: rgba(51,190,171,.75);
    box-shadow: 0 0 10px rgba(0,0,0,.23);
}
    #phone-fixed a[href^=tel] {
        font-size: 27px;
        letter-spacing: .015em;
        color: #fff;
        font-weight: 700;
    }
.book-now span {
    top: -4px;
    position: relative;
    right: 8px;
}
.bg-light-blue.emergency {
    background: url('../images/dental-care.jpg') 0 0 no-repeat;
    padding:116px 0;
}
.bg-light-blue {
    background: url('../images/bokah.png') 0 0 no-repeat;
    padding: 116px 0;
    color: white;
}
.bg-light-blue.emergency h1 {
    color: #063c49;
}

.padding-v-50{
    padding:50px 0; 
}
.image-left{
    float:left;
    margin-right:25px;
}
.image-right{
    float:right;
    margin-left:25px;
}




.emergency-form .checkbox, .emergency-form .radio {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    width: auto;
    max-width: inherit;
}
.emergency-form .checkbox input[type=checkbox], .emergency-form .radio input[type=radio] {
    position: inherit;
    margin-top: 0;
    margin-left: 0;
}
.check-rad-parent label {
    font-weight: normal;
    margin-right: 10px !important;
    display: inline-block;
}
.check-rad-parent {
    display: block;
    padding-top: 8px;
}
.emergency-form {
    margin-top:20px;
}.emergency-form .row {
    padding-bottom: 10px;
}
.home-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.lead {
    font-size: 17px;
}
#lightboxGallery a img {
    width: 33.3%;
    float: left;
    margin: 0;
    vertical-align: top;
    padding: 3px;
}
.home-section {
    z-index: inherit;
}
.inline-block{
    display:inline-block;
}
.m-b-20{
    margin-bottom:20px;
}
h3.team-head {
    color: #063c49;
    margin-bottom: 10px;
    font-size: 16px;
}
.date {
    font-size: 12px;
    font-weight: normal;
}
.p-r-0{
    padding-right:0;
}
/* Media queries */
@media(min-width:767px) {
    .navbar {
        /*padding: 20px 0;*/
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
        .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }

    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }


    .intro-text {
        font-size: 25px;
    }
}
@media(max-width:992px) {
    .container{
        width:98%;
    }
    #phone-fixed{
        display:none;
    }
    .navbar-brand{
        text-align:left;
    }
    .text-center.footer-logos img {
        height: 39px;
        padding: 0 10px;
    }
    .text-center.footer-logos {
        margin-bottom: 30px;
    }
}
@media (max-width:768px) {

    .team.boxed-grey {
        margin-bottom: 30px;
    }

    .boxed-grey {
        margin-bottom: 30px;
    }
}
@media (max-width:767px) {
    .text-center.footer-logos img {
        height: 49px;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    #lightboxGallery a img {
        width: 50%;
    }
    .float-none-xs{
        float:none !important;
    }
    .text-center-xs{
        text-align:center !important;
    }
    .m-t-15-xs{
        margin-top:15px;
    }
    .dropdown-contact {
        width: 100%;
        text-align: left;
    }
    .date.pull-right {
        float: left !important;
        width: 100%;
    }
}
@media (max-width:480px) {

    .navbar-custom .nav.navbar-nav {
        background-color: rgba(255,255,255,.4);
    }

    .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;
    }

    .tp-banner-container {
        padding-top: 40px;
    }

    .page-scroll a.btn-circle {
        width: 40px;
        height: 40px;
        margin-top: 10px;
        padding: 7px 0;
        border: 2px solid #fff;
        border-radius: 50%;
        font-size: 20px;
    }
    .image-left, .image-right {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

.emergency_form {
  background-color:beige;
}

.whyus {
    padding: 15px;
    color: black;
    background-color: #A3DFE0;
    opacity : 0.6;
}

.whyus li {
    margin: 0.6em 0;
    font-weight: 500;
}
 .whyus ul {
        margin: 0.6em 0;
        font-weight: 700;
    }

 .team h5 {
    font-size: 12px;
    letter-spacing: 1px;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
}

 .p-15 {
     padding:15px;
 }