@media only screen and (min-width : 320px) {
}
@media only screen and (min-width : 480px) {
}
@media only screen and (min-width : 768px) {



}
@media only screen and (min-width : 992px) {
	


 }
@media only screen and (min-width : 1200px) {
}
@media only screen and (max-width : 1199px) {



}
@media only screen and (max-width : 991px) {




}
@media only screen and (max-width : 767px) {
 .lp-hero-section{padding: 2rem 0;}   
.lp-hero-section .row{flex-direction:column-reverse;}
.lp-hero-media{margin-bottom: 2rem;}
.whoisthisfor-slider button.slick-prev {left:0px; } 
.whoisthisfor-slider button.slick-next {right: 0px; } 
.mission-single-media iframe {height: 290px; }

.WhyPhysicians-media{margin-top: 1rem;}
.howitwork-card{margin-bottom: 2rem;}
.howitwork-tab-content-box{margin-top: 1rem;}
.howitwork-inners{position: relative; top: 0; height: auto;}
.howitwork-tab-content-box {margin-top: 1rem; position: relative; }
.WhyPhysicians-content .row{flex-direction:column-reverse;}
.lp-footer-col-3{padding-left: 0px;}
.getintouch-content:before{    width: 100%;}
.getintouch-outline-btn{white-space: nowrap; margin-top: 10px;}
.why-lead-phy{padding: 0 10px; margin-bottom: 10px;}
.leadership-prog-left {margin-bottom: 1rem; padding: 10px; min-height: auto; }
.faculty-sec{height: auto}
.podcast-container{margin-bottom: 1rem;}


}

@media only screen and (max-width : 480px) {

}

@media only screen and (max-width : 320px) {

}