.video-section {	
	position: relative;
    height: 60vh;
    width: 100%;
	 max-width: 100%;
    width: 100%;
}

.video-section video{	
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    /*height: 150vh;*/
    position: absolute;
    top: 50%;
    left: 50%;
    /*transform: translate(-50%, -50%);*/
    transform: translate(-50%, -40%);
    z-index: 2;
}
.video-section iframe{	
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 150vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 2;
}
:-ms-fullscreen, :root .video-section{
    overflow: hidden;
    height:63vh;
}
:-ms-fullscreen, :root .main-video-section{
	bottom: 2px;
}

.video-section .video-caption {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 1140px;
	color: #fff;
	margin: 0 auto;
	height: 100%;
	/*display: flex;*/
	justify-content: space-between;
	flex-wrap: wrap;
	z-index: 1;
}

.video-section .video-caption h1 {
    color: #fff;
    text-transform: lowercase;
    font-family: 'OpenSans-Bold';
    width: 100%;
    font-size: 50px;
    line-height: 40px;
    letter-spacing: 2px;
    margin-top: 0px;
    height: 100%;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.video-section .video-caption h1 span{
	color: #ffffff;
    text-align: left;
    line-height: 55px;
    font-family: 'Mr Dafoe';
    font-size: 120px;
    padding-top: 50px;
    padding-left: 10px;
    font-weight: 400;
    text-transform: lowercase;
}

.main-video-section {
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.innerpage-banner {
	position: relative;
	height: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);	
}

.overlay {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 80vh;
	z-index: 2;
	pointer-events: none;
}

.overlay svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*.svg-video-section {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	width: 100%;
	height: 170px;
	content: '';
	background-image: url('../images/svg/banner-curv-top.svg');
	background-size: 100%;
	background-repeat: no-repeat;	
}*/

.main-video-section h1 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'OpenSans-Light';
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
}

.video-caption h2 span {
	font-family: 'Mr Dafoe';
	font-size: 128px;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	line-height: 65px;
	display: block;
}

.video-caption h2 {
	font-family: 'OpenSans-Regular';
	font-size: 66px;
	color: #ffffff;
	letter-spacing: 0px;
	width: 100%;
	margin-top: 0px;
	display: none;
}


/* community-come-section */

.community-come-section {
	position: relative;
	text-align: center;
	padding: 50px 0px 90px 0px;
}

.community-come-section .rp-row {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	margin: 0 auto;
}

.community-come-section h2 span {
	font-family: 'Mr Dafoe';
	font-size: 120px;
	padding-right: 120px;
	font-weight: 400;
	color: #00294D;
	text-align: right;
	line-height: 65px;
	display: block;
}

.community-come-section h2 {
	font-family: 'OpenSans-Bold';
	font-size: 50px;
	color: #00294D;
	letter-spacing: 0px;
	width: 100%;
	margin-top: 0px;
	margin: 0 auto 70px 0px;
}

.community-come-section p {
	font-family: 'OpenSans-Regular';
	font-size: 20px;
	color: #000000;
	letter-spacing: 0px;
	line-height: 40px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}


/* community css end */

/* Take a virtual tourcss */

.take-virtual-section{
	position: relative;
	    padding-bottom: 100px;
	margin-bottom: -2px;
}

.take-virtual-section::before {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	right: 0;
	left: 0;
	content: '';
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 17%, rgba(254, 190, 87, 0.15) 10%);
}
.take-virtual-section .s-content{
	padding: 15px 95px;
}
.take-virtual-section .s-content h2{
	color: #00294D;
    margin-bottom: 30px;
	margin-top: 100px;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0;
}
.take-virtual-section .video-box{
	position: relative;
}
.take-virtual-section .video-box .play-icon{
	position: absolute;
	content:'';
    top: 32%;
    left: 40%;
}
.take-virtual-section .video-box img,
.take-virtual-section .video-box iframe{
  width: 100%;
}
/* Take a virtual tour css */

/* clinical-box-section css */

.clinical-box-section {
	position: relative;
	padding-bottom: 80px;
	margin-bottom: -2px;
}

.clinical-box-section::before {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	right: 0;
	left: 0;
	content: '';
	background: linear-gradient(180deg, rgba(255,245, 230,1) 17% , rgba(255, 255, 255, 1) 10%);
/*	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 17%, rgba(254, 190, 87, 0.15) 10%); */
}

.clinical-box-section figure {
	margin: 0px;
}

.clinical-box-section figure img {
	width: 100%;
}

.clinical-box-section figure figcaption {
	padding: 65px 40px 15px 40px;
	min-height: 320px;
}

.clinical-box-section .btn {
	margin: 25px 40px 0px 40px;
}

.clinical-box-section figure figcaption h3 {
	color: #00294D;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 0;
	margin-bottom: 30px;
}


/* clinical-box-section css end */


/* testimonial-section */

.testimonial-section {
	position: relative;
	width: 100%;
	padding: 0;
	background-image: url('../images/Frank_Lung_Cancer_Survivor.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	margin: 0;
}
.testimonial-section:before {
	position: absolute;
	left: -5px;
	right: 0;
	top: -5px;
	width: 105%;
	height: 100vh;
	content: '';
	background-image: url('../images/svg/qoute-top.svg');	
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	    z-index: 1;
	
}
.testimonial-section:after {
	position: absolute;
	left: -5px;
	right: 0;
	bottom: -5px;
	width: 105%;
	height: 100vh;
	content: '';
	background-image: url('../images/svg/qoute-bottom.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	    z-index: 1;
}

.testimonial-section-overlay{
	position: absolute;
	top: 0px;
	bottom: 0;
	width: 100%;
	height: 100%;
	right: 0;
	left: 0;
	background: rgba(75, 62, 152, 0.8);
}

.testimonial-section blockquote {
	 z-index: 1;
    height: 540px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    letter-spacing: 0px;
    padding: 70px 0px;
}

.testimonial-section blockquote footer {
	margin-top: 50px;
}

.testimonial-section blockquote footer cite {
	font-style: normal;
}

.testimonial-section blockquote p {
	text-align: center;
	color: #fff;
	letter-spacing: 0px;
	line-height: 1.5em;
}


.testimonial-section .h3-wabe {
	position: absolute;
	width: 100%;
	height: auto;
	display: block;
	top: 0;
	left: 0;
	right: 0;
}

.wave img {
	max-width: 100%;
	height: auto;
	display: block;
	width: 100%;
}

.testimonial-section .h3-wabe-bottom {
	position: absolute;
	width: 100%;
	height: auto;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
}

.wave-bottom img {
	max-width: 100%;
	height: auto;
	display: block;
	width: 100%;
}




/* testimonial-section end */


/* help-patients-section start */

.help-patients-section {
	position: relative;
	padding: 50px 0px 150px 0px;
}

.help-patients-section picture img {
	width: 100%;
}

.help-patients-section h4 {
	color: #00294D;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 0;
}

.help-patients-section .rp-row .rp-col-6:nth-child(2) {
	padding-left: 40px;
}


/* help-patients-section end */



/* Responsive css   */

@media screen and (max-width:5120px) and (min-width:5100px) {
	
	.testimonial-section blockquote{	
        height: 1170px !important;
    padding: 260px 0px !important;
	}
	
}

@media screen and (max-width:5119px) and (min-width:3000px) {
	
  .testimonial-section{	
    width: 1175px;
    margin: 0 auto;
	}	
}


@media screen and (min-width: 1900px) {	
	.testimonial-section blockquote{	
    height: 670px;
    padding: 120px 0px;
	}
}

@media screen and (max-width:5119px) and (min-width:2921px) {
	.testimonial-section,
	.clinical-box-section {
		width: 1175px;
		margin: 0 auto;
	}
}
@media screen and (min-width:2201px) {	
  .video-section {
    height: 65vh;
}	
}
@media screen and (max-width:2200px) and (min-width:1900px) {	
  .video-section {
    height: 70vh;
}	
}


@media screen and (max-width:1920px) and (min-width:1900px) {
	/* home css */	
	.banner-svg {
		bottom: 0px;
		height: 220px;
	}
	
	.community-come-section h2 {
		width: 100%;
		margin: 0 auto 50px auto;
	}
		
}

/* @media screen and (max-width:1100px) {
	
    .overlay{
    	height: 35vh;
    }
} */


@media screen and (max-width:1200px) {
	.community-come-section h2 span {
		padding-right: 130px;
	}
	.clinical-box-section .btn {
		margin: 0px 20px;
	}
	.video-caption h2 {
		display: none;
	}
	.video-section .video-caption{
		width: 100%;
	}
}
@media screen and (max-width:1100px) {
	.community-come-section h2 span {
    padding-right: 80px;
}
}
@media screen and (max-width:1100px) and (min-width:1025px) {
	.video-caption h2 {
		display: block;
	}
	.video-caption h2 span {
		font-size: 100px;
	}	
}
@media screen and (max-width: 1366px) and (min-width: 1025px) and (orientation: landscape) {
	.clinical-box-section figure figcaption {    
    min-height: 350px;
}
}
@media screen and (max-width: 900px) and (min-width: 768px) and (orientation: landscape) {
	.community-come-section p{
				font-size: 16px; 
    line-height: 26px;
	}
	.clinical-box-section figure img {
    width: 50%;
}
	.take-virtual-section::before, .clinical-box-section::before{
    background: transparent !important;
}
}
@media screen and (max-width:1024px) {
	.community-come-section{
		padding: 50px 0px 50px 0px;
	}
	.clinical-box-section figure figcaption{
		margin-bottom:15px;
	}
	.video-section .video-caption h1 {
		margin-top: 15px;
	}
	.video-caption h2 {
		display: none;
	}	
	.video-section .video-caption {
		    width: 100%;
	}
	.svg-video-section {
		bottom: -10px;
		height: 128px;
	}
	.clinical-box-section figure figcaption {
		padding: 20px 20px 0px 20px;
	}
	.help-patients-section {
		padding: 60px 0px 60px 0px;
	}
	.take-virtual-section{
	padding-bottom: 30px;
	}
	.take-virtual-section::before{
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(254, 190, 87, 0.15) 0%);
	}
	.take-virtual-section .s-content h2{
		    margin-top: 0px;
	}
	
}

@media screen and (max-width:991px) {
	.video-section .video-caption h1{
		margin-top:0px;
	}
.help-patients-section picture img {
    margin-bottom: 50px;
}
	.main-video-section {
    background-size: cover;
    background-position: center;
    }
	
	.clinical-box-section .rp-col-4 {
		padding-bottom: 80px;
	}
	.clinical-box-section {
		padding-bottom: 0px;
	}	
	.testimonial-section:before{
		top: 0px;
	}	
	.testimonial-section blockquote {
		margin: 0px 15px 50px 15px;
	}
	.clinical-box-section figure figcaption {
		min-height: 200px;
	}
	.community-come-section h2 {
		font-size: 40px;
	}
	.community-come-section {
		padding: 30px 0px;
	}
	.clinical-box-section .btn {
		margin: 40px 20px 20px;
	}
	/*.video-section,
	.main-video-section {
		height: 450px;
	}*/
	.video-section .video-caption h1 {
		margin-top: 20px;
	}
	.video-caption h2 span {
		font-size: 80px;
	}
	
	.video-section .video-caption {
		width: 90%;		
    display: flex;
    align-items: center;
    justify-content: center;
	}
	.video-section .video-caption h1{
		    font-size: 30px;
    line-height: 20px;
	}
	.video-section .video-caption h1 span{
		    font-size: 80px;		
	}
	.video-caption h2 {
		font-size: 46px;
	}
	/*.clinical-box-section::before {
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(254, 190, 87, 0.15) -9%);
	} */
	.take-virtual-section .s-content {
    padding: 15px 20px;
}
.take-virtual-section::before {  
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 5%, rgba(254, 190, 87, 0.15) 5%);
}
.take-virtual-section .s-content {   
    margin-bottom: 30px;
}
	.testimonial-section blockquote p {
		font-size: 26px;
	}	
	.help-patients-section .rp-row.align-items-center {
		-ms-flex-align: flex-start !important;
		align-items: flex-start !important;
	}
	.help-patients-section .rp-row .rp-col-6:nth-child(2) {
		padding-left: 15px;
	}
	:-ms-fullscreen, :root .video-section .video-caption h1 span{
		right:60px;
		margin-top: 40px;
	}
	.video-section .video-caption {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;		   
}
}
@media screen and (max-width:768px) {
	.take-virtual-section .s-content h2 {
    margin-top: 30px;
}
.take-virtual-section::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(254, 190, 87, 0.15) 0%);
}
.take-virtual-section {
    padding-bottom: 70px;
}
}
@media screen and (max-width: 990px) and (min-width: 769px) and (orientation: portrait) {
	.video-section {
    height: 60vh;
	}
}
@media screen and (max-width: 986px) and (min-width: 769px) and (orientation: landscape) {
	/*.video-section {
		height: 100%;
	}*/
	/*.main-video-section {
		height: 300px;
	}*/
	.video-section .video-caption {  
    height: 250px;
}
	.clinical-box-section .rp-col-4{
	padding-bottom: 40px;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
	}
	.clinical-box-section figure figcaption p{
		height:auto !important;
	}
	.video-section {
    height: 80vh;
	}
	.video-section .video-caption h1 span {
    font-size: 70px;
    position: absolute;
    margin-top: 0;
    padding: 0px;
    bottom: 30px;
	width: 50%;
    text-align: center;
}
	.video-section .video-caption h1 {
    font-size: 30px;
    margin-top: 0px;
    line-height: 30px;
    text-shadow: 1px 1px 0px rgb(99, 114, 127);
	    position: relative;
}
	.svg-video-section {
		height: 100px;
	}	
	.video-caption h2 {
		display: block;
		margin-top: 20px;
	}
}

@media screen and (max-width:767px) {
.video-section .video-caption {
    height: 250px;
}
.video-section {
    position: relative;
    height: 300px;
	}
	/*.clinical-box-section::before {
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 5%, rgba(254, 190, 87, 0.15) 0%);
	} */
	.take-virtual-section::before {   
    background: #fff;
	}
	.take-virtual-section .s-content h2 {
     margin-top: 0px;
		margin-bottom: 0px;
}
	.main-video-section {
		background-image: url('../images/banner.jpg');
	}
	.help-patients-section {
		padding: 60px 0px 60px 0px;
	}
	.help-patients-section picture img {
		margin-bottom: 50px;
	}
	.clinical-box-section .rp-col-4 {
		padding-bottom: 40px;
	}
	
	.video-caption h2 {
		display: block;
		margin-top: 70px;
	}
	.community-come-section .rp-row {
		margin-left: 0px;
		margin-right: 15px;
	}
	.community-come-section h2 {
		font-size: 32px;
		margin: 0 auto 50px 0px;
		width: 100%;
	}
	.community-come-section p {
		font-size: 16px;
		line-height: 26px;
	}
	.community-come-section h2 span {
		font-size: 80px;
		padding-right: 0px;
		text-align: center;
	}
	.community-come-section {
		padding: 30px 0px 0px 0px;
	}
	/*.video-section {
		height: 90vh;
	}
	.main-video-section {
		height: 90vh;
	}*/
	.video-section .video-caption h1 {
    font-size: 28px;
    margin-top: 0px;
    line-height: 30px;
		    text-shadow: 1px 1px 0px rgb(99, 114, 127);
}
	.video-section .video-caption h1 span {
    font-size: 70px;
    position: absolute;
    margin-top: 70px;
    padding: 0px;
	right: auto;
    bottom: 30px;
}
	.video-caption h2 span {
		font-family: 'Mr Dafoe';
		font-size: 60px;
	}
	.video-caption h2 {
		font-size: 36px;
	}
	.svg-video-section {
		bottom: 0px;
		height: 80px;
	}
	.testimonial-bottom-svg {
		bottom: -15px;
		height: 70px;
	}
	.testimonial-section blockquote footer {
		margin-top: 15px;
		font-size: 20px;
	}
	.testimonial-section blockquote {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0px 15px 50px 15px;
	}
	.testimonial-section blockquote p {
		font-size: 18px;
		line-height: 30px;
	}
	.clinical-box-section {
		position: relative;
		padding-bottom: 0px;
	}
	.testimonial-top-svg {
		height: 70px;
	}
.overlay svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    top: auto;
}
	.clinical-box-section::before{
		  background: #fff;
	}
}

@media screen and (max-width:479px) {
	.take-virtual-section .video-box .play-icon {
    position: absolute;
    content: '';
    top: 25%;
    left: 35%;
}
	.testimonial-section blockquote{
		    height: 470px
	}
	.svg-video-section {
		bottom: -2px;
		height: 45px;
	}
	.testimonial-bottom-svg {
		bottom: -42px;
		height: 70px;
	}
	.testimonial-section:before {
    top: -1px;
}
	.take-virtual-section .video-box iframe{
		height:200px;
	}
}
@media screen and (max-width: 767px) and (min-width: 320px) and (orientation: landscape) {
.testimonial-section blockquote{
	height:400px;
}
}
@media screen and (max-width: 580px) and (min-width: 320px) and (orientation: landscape) {
	.svg-video-section {
		bottom: 0px;
		height: 65px;
	}
	.testimonial-bottom-svg {
    bottom: -15px;
    height: 60px;
}
}

@media screen and (max-width:375px) {
	/*.main-video-section {
		height: 50vh;
	}*/
	.testimonial-top-svg{
		top: -1px;
	}
.testimonial-section blockquote {
    /*height: 550px;*/
    height: 470px;
}
.video-section .video-caption h1 span {   
    text-align: center;
    width: 70%;	
}
}

@media screen and (max-width:325px) {
	.testimonial-section blockquote {
    height: 550px;
}
	.video-section .video-caption h1 span {      
	font-size: 50px;
}
	.video-section .video-caption {
		width: 100%;
		padding: 0px 15px;
	}
	.svg-video-section {
		bottom: -2px;
		height: 40px;
	}
	.video-caption h2 {
		font-size: 36px;
		text-align: right;
		margin-top: 40px;
	}
}