body {
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	color: #999999;
	font-size: 300;
	font-size: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #222222;
}
a, a:hover, a:focus, a:active{
    outline: none;
}

.section-padding{
	padding: 60px 0px;
}

h2 {
    line-height: 20px;
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
hr.botm-line {
    height: 3px;
    width: 60px;
    background: #ffb737;
    position: relative;
    border: 0;
    margin: 20px 0 20px 0;
}


#banner{
	background: url('../img/1920%20x%201080.jpg') no-repeat fixed;
	background-size: cover;
	min-height: 650px;
	position: relative;
}

.banner-info{
	padding-top: 190px;
}
.banner-logo img{
	display: inline-block;
}
.banner-text{
	color: #fff;
}
.banner-text h1{
    font-size: 70px;
    font-weight: bold;
    font-family: 'Dancing Script', cursive;
	/*text-transform: uppercase;*/
	padding-bottom:15px;
}

#desc{
    font-size: 22px;
}

.btn-appoint,.btn-success, .btn-appoint:hover, .btn-appoint:focus{
	margin-top: 30px;
	padding: 10px 20px;
	font-size: 15px;
	background-color: #2f566f;
    /*background-color: rgba(12, 184, 182, 0.91);*/
	border-radius: 0px;
	color: #fff;
}

.overlay-detail a i {
    text-align: center;
    position: absolute;
    bottom: 25px;
    font-size: 38px;
    color: #fff;
    margin: 0 auto;
}
.text-primary i{
    padding-top: 8px;
    display: inline-block;
}

/***************************************
contact us
***************************************/
.space {
    margin-top: 40px;
}
.btn-form, .btn-form:hover, .btn-form:focus {
    background-color: #1e3c50;
    color: #fff;
    border-radius: 0px;
    padding: 10px 20px;
}
.br-radius-zero {
    border-radius: 0px;
}
.form-control{
	height: 40px;
}

.btn{
    background-color: #2f566f;
}

#map{
    margin-bottom: -4px;
}

#leftaddress{
    
}

#addleft{
    line-height: 26px;
}

.footer {
  padding: 10px;
  color: white;
  position:relative;
  bottom: 0;
  width: 100%;
  height: auto; /* Set the fixed height of the footer here */
  line-height: 12px; /* Vertically center the text there */
  background-color: #2f566f;
}

.footer a{
    color: white;
}

@media (min-width: 551px) and (max-width: 980px){
    
    .footer{
        font-size: 8px;
        
    }
    
}

@media (min-width: 220px) and (max-width: 551px){
   .testi-info{
        margin-bottom: 20px;
    }
    .marb20{
        margin-top: 30px;
    }
    h2{
        font-size: 24px;
        line-height: 1.2;
    }
    .section-title{
        margin-bottom: 30px;
    }
    .medi-info {
    border: 0px;
    border-bottom: 1px solid #fff;
    }
    .service-info{
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .caption h3 {
            font-size: 14px;
    }
    .caption p{
            font-size: 12px;
            padding-bottom: 5px;
    }
    .caption ul li a i{
            font-size: 14px;
    }
    #desc{
            padding: 5px;
            font-size: 18px;
    }
    
    .footer{
        font-size: 10px;
        overflow:hidden;
    }
    
    
    
    .banner-text h1{
           font-size: 36px;
           font-family: 'Dancing Script', cursive;
    }
    
}
