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

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/
ul.endoscopy li {
    list-style: disc;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
    margin-top: 5px;
}
ul.endoscopy {
    margin: 0px;
    padding: 0 0 0 18px;
}
ul.endoscopy li ul {
    margin-left: 20px;
}
.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}
#owl-demo4 .post.item {
    text-align: center;
    box-shadow: 1px 3px 7px 4px #f1f1f1;
    padding-right: 0;
    min-height: 360px;
    margin: 0 15px 30px 15px;
}
#owl-demo4 .post.item .detail h6 {
    color: #000 !important;
    font-size: 20px;
    line-height: 34px;
}
#owl-demo4 .post.item .detail {
    margin-top: 10px;
}
.diplay{
	display: flex;
	align-items: center;
}
.useful-links.fdoctore p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 5px;
    clear: both;
    float: left;
}
.service-sec.servicesOffered {
    background: #8ad8be;
    padding: 20px 10px;
    border-radius: 4px;
    min-height: 150px;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    box-shadow: inset 1px 2px 20px 6px #6fc4a8;
    border: 2px solid #46a183;
	transition: 0.5s;
	position: relative;
	bottom:0;
}
.service-sec.servicesOffered h5 {
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
}
.service-sec.servicesOffered:hover{
    background: #6fc4a8;
    padding: 20px 10px;
    border-radius: 4px;
    min-height: 150px;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    box-shadow: inset 1px 2px 20px 6px #8ad8be;
    border: 2px solid #46a183;
	bottom:10px;
}
.services-one .service-sec .icon {
    margin-right: 10px;
}
.dark-testi{
	position: relative;
}
.dark-testi:before{
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

