@media only screen and (max-width: 767px) {
	.therapists-header {
		display: block;
	}
	footer {
		padding: 30px;
	}
	.m-center {
		text-align: center !important;
	}
	.xs-none {
		display: none !important;
	}
	.left-panel {
        padding: 30px;
        display: block;
        flex-direction: column;
        justify-content: center;
        position: relative;
        top: 0;
        height: auto;
        border-right: none;
    }
    .right-panel {
	    padding: 0px 24px 80px
	  }
}