.chooseus-section {
    padding-bottom: 55px;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.chooseus-text {
    margin-bottom: 40px;
}

.chooseus-text .section-title {
    margin-bottom: 24px;
}

.section-title h4,
.section-title h5,
.section-title h6 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 20px;
}

.chooseus-features .cf-item {
    width: calc(50% - 40px);
    float: left;
    margin-right: 40px;
    margin-bottom: 35px;
    overflow: hidden;
}

.chooseus-features .cf-item .cf-pic {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.chooseus-features .cf-item .cf-text {
    overflow: hidden;
}

.chooseus-features .cf-item .cf-text h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
}

.chooseus-features .cf-item .cf-text p {
    margin-bottom: 0;
    color: #ffffff;
    opacity: 0.7;
}

.chooseus-text .section-title h4 {
    color: #ffffff;
}

.section-title h4,
.section-title h5,
.section-title h6 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 20px;
}

.chooseus-text p {
    color: #ffffff;
    opacity: 0.7;
}

.section-title h4:after,
.section-title h5:after,
.section-title h6:after {
    position: absolute;
    left: 0;
    top: -9px;
    width: 5px;
    height: 46px;
    background: #00C89E;
    content: "";
}

@media only screen and (max-width: 600px) {
    .chooseus-features .cf-item {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .physicianList ul li {
        display: inline-block;
        float: left;
        width: 100%;
        margin-right: 23px;
        margin-bottom: 0px;
    }
}

* {
	box-sizing: border-box;
}

.container .gallery a img {
	float: left;
	width: 25%;
	height: auto;
	border: 2px solid #fff;
	-webkit-transition: -webkit-transform .15s ease;
	-moz-transition: -moz-transform .15s ease;
	-o-transition: -o-transform .15s ease;
	-ms-transition: -ms-transform .15s ease;
	transition: transform .15s ease;
	position: relative;
}

.clear {
	clear: both;
}

a {
	color: #009688;
	text-decoration: none;
}

a:hover {
	color: #01695f;
	text-decoration: none;
}

.listingimage {
    width: 350px;
    height: 400px;
}
@media only screen and (max-width: 769px) {
	.listingimage{
		width: 100%;
	}
}