@font-face {
  font-family: 'CircularStd-Medium';
  src: url('../font/CircularStd-Medium.eot?#iefix') format('embedded-opentype'),  url('../font/CircularStd-Medium.woff') format('woff'), url('../font/CircularStd-Medium.ttf')  format('truetype'), url('../font/CircularStd-Medium.svg#CircularStd-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('../font/Gotham-Book.eot?#iefix') format('embedded-opentype'),  url('../font/Gotham-Book.otf')  format('opentype'),
	     url('../font/Gotham-Book.woff') format('woff'), url('../font/Gotham-Book.ttf')  format('truetype'), url('../font/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
  	font-family: 'Gotham-Book';
}
	
.logo-section{
	background: #f0f0f0;
}
	
.heading h2{
	color: #434343;
    font-size: 20px;
    font-family: 'Gotham-Book';
    font-weight: 600;
}

.physician-box{
	float:left;
	width: 140px;
}

.physician-box img{
	width:150px;
}

ul.name{
	display: inline-block;
	width: 70%;
	float: left;
	padding-left: 20px;
}	

ul.name li{ 	
	list-style-type: none;
    font-size: 18px;
    color: #077d9e;
    font-weight: 600;
}

ul.name li.location{ 	
	color:#9e9e9e;
	font-weight:100;
	font-size: 14px;
}

ul.skills{
    float: left;
    width: 80%;
    padding-left: 20px;
}

ul.skills li{
    color: #434343;
    font-size: 14px;
    list-style-type: none;
    width: 50%;
    float: left;
    margin-left: 0%;
    margin-bottom: 15px;
}

.offer{
    background: #fff8ef;
    border-left: 3px solid #f7941e;
    border-right: 3px solid #f7941e;
    border-radius: 10px;
    border-top: 1px solid #fde3c3;
    border-bottom: 1px solid #fde3c3;
    padding-top: 10px;
    padding-bottom: 10px;
}

.offer p{
    color: #077d9e;
    font-weight: 600;
    margin-bottom: 0;
	    font-size: 14px;
}

.offer span{
	color: #434343;
    font-weight: 600;
}

.offer h2{
    font-weight: bolder;
    color: #077d9e;
    margin-bottom: 0;
    font-size: 27px;
}

.cta a{
	background: #f7941e;
    color: #fff;
    padding: 10px 0;
    font-size: 15px;
    display: block;
    border-radius: 7px;
}

.cta a:hover{
	background: #077d9e;
	text-decoration:none;
}

.border-bottom{
	margin-bottom: 30px;
	padding-bottom: 25px;
    border-bottom: 1px solid #f1f1f1 !important;
}

.orange-border{
	border-bottom:5px solid #f7941e;
}

.blue-border{
	border-bottom:5px solid #077d9e;
}	

@media only screen and (max-width:991px){
.logo img{
	    margin: auto;
    display: block;
}
}	
	
@media only screen and (max-width:768px){	
ul.skills {
    width: 100%;
	padding-top: 20px;
    padding-left: 0;
}

ul.skills li {
    width: 100%;
}
ul.name {
    width: 65%;
}
}	
	
@media only screen and (max-width:640px){	
.physician-box {
    width: 30%;
}
ul.name {
    float: left;
    width: 70%;
	    margin-top: 5%;
}
.mob-row{
/*	    padding-left: 20px;
    padding-right: 20px;*/
	}
}
	
@media only screen and (max-width:575px){
.offer p {
    font-size: 17px;
}
	}		