/* CSS Document */



@media (min-width: 1501px)  { /***** LARGE DESKTOP *****/
	.header-cta {
		display:block;
	}
	.header-cta-mobile {
		display:none;
	}
	.homehero {
		background-image: url('https://dararehab.com/wp-content/uploads/2025/04/heroshot2-02.webp');
		width: 100%;
		height: 700px;
		background-repeat: no-repeat;
		background-size: 100%; //propotional resize
	}

	.heroheader h2 {
		font-size: 56px !important;
		margin: 40px 0 5px 0;
		font-weight: 700;
	    line-height: 1;
		color:#fff;
	    text-shadow: 0px 0px 10px #000000;
	}
	.heroheader h1 {
		font-size: 56px !important;
		margin: 40px 0 5px 0;
		font-weight: 700;
	    line-height: 1;
		color:#fff;
	    text-shadow: 0px 0px 10px #000000;
	}
	.heroheader p {
		font-size: 28px !important;
		margin: 25px 0 80px;
		font-weight: 600;
		line-height: 1;
		color:#fff;
	    text-shadow: 0px 0px 5px #000000;
	}
	
	.herobtn a {
		display: inline-block;
		background: #20b15c;
		color: #fff;
		font: normal 16px/1.2 "Montserrat", sans-serif;
		padding: 15px 35px 16px;
		border-radius: 4px;
		transition: background .3s;
		font-size: 55px;
		padding: 9px 25px;
		margin: 0 0 10px;
		border-radius: 6px;
		box-shadow: 2px 2px 15px rgba(0,0,0,.5);
		font-weight: bold;
		border: 1px solid rgba(255,255,255,.4);
	}
	
	.heroabove p {
		font-size: 22px !important;
		margin: 60px 0 10px;
		font-weight: 700;
		line-height: 1;
		color:#fff;
	    text-shadow: 0px 0px 5px #000000;
	}

	.herounder p {
		font-size: 20px !important;
		margin: 10px 0 50px;
		font-weight: 500;
		line-height: 1;
		color:#fff;
	    text-shadow: 0px 0px 5px #000000;
	}
	.press-text-wide span {display:none;}
	.home-evidence {
		text-align:center;
		font-weight:700;
		font-size:36px!important;
		color:#008aac;
		margin-top:50px;
	}
	.home-ctablocks > div {
		width:380px;
		margin: 20px 10px;
		display: inline-table;
	}
	.home-famlly-blocks .home-family-left {
		width:590px;
		display: inline-table;
		margin-right:15px;
	}
	.home-famlly-blocks .home-family-right {
		width:590px;
		margin-left:15px;
		display: inline-table;
	}
	.dayatdara-small {
		width:37%;
		display:inline-table;
		margin-right:2%;
		vertical-align:top;
	}
	.dayatdara-small img {
		width:100%;
		margin-top:10px;
	}
	.dayatdara-large {
		width:60%;
		display:inline-table;
		vertical-align:top;
	}
	.dayatdara-large h4 {
		margin:0;
	}
	.dayatdara-block {
		display:block;
		width: 100%; overflow: hidden;
	}
	.home-herolocation {
		padding-bottom:20px;
		margin-bottom:0px;
		padding-top:10px;
		height:800px;
		background-image:url('../images/home-location2.jpg')!important;
	}
	.home-herolocation h3 {
		margin-top:90px !important;
		color:#fff !important;
		text-shadow: 0px 0px 10px #000000;
	}
	.home-herolocation a {
		text-shadow: 0px 0px 10px #000000;
	}
	.home-introdara {
		width:98%;
		height:400px;
	}
	.home-testimonial {
		width:32%;
	}

}
@media (min-width: 1024px) and (max-width: 1500px) { /***** SMALL DESKTOP *****/
	.header-cta {
		display:block;
	}
	.header-cta-mobile {
		display:none;
	}
	.homehero {
		background-image: url('https://dararehab.com/wp-content/uploads/2025/04/heroshot2-02.webp');
		width: 100%;
		height: 500px;
		background-repeat: no-repeat;
		background-size: 100%; //propotional resize
	}
	.heroheader h2 {
		font-size: 56px !important;
		margin: 20px 0 5px 0;
		font-weight: 700;
	    line-height: 1;
		color:#fff;
	    text-shadow: 0px 0px 10px #000000;
	}
	.heroheader h1 {
		font-size: 56px !important;
		margin: 20px 0 5px 0;
		font-weight: 700;
	    line-height: 1;
		color:#fff;
	    text-shadow: 0px 0px 10px #000000;
	}
	.heroheader p {
		font-size: 28px !important;
		margin: 15px 0 80px;
		font-weight: 600;
		line-height: 1;
		color:#fff;
	    text-shadow: 0px 0px 5px #000000;
	}
	
	.herobtn a {
		display: inline-block;
		background: #20b15c;
		color: #fff;
		font: normal 16px/1.2 "Montserrat", sans-serif;
		padding: 15px 35px 16px;
		border-radius: 4px;
		transition: background .3s;
		font-size: 55px;
		padding: 9px 25px;
		margin: 0 0 10px;
		border-radius: 6px;
		box-shadow: 2px 2px 15px rgba(0,0,0,.5);
		font-weight: bold;
		border: 1px solid rgba(255,255,255,.4);
	}
	
	.heroabove p {
		font-size: 22px !important;
		margin: 60px 0 10px;
		font-weight: 700;
		line-height: 1;
		color:#fff;
	    text-shadow: 0px 0px 5px #000000;
	}

	.herounder p {
		font-size: 20px !important;
		margin: 10px 0 50px;
		font-weight: 500;
		line-height: 1;
		color:#fff;
	    text-shadow: 0px 0px 5px #000000;
	}
	.press-text-wide span {display:none;}
	.home-evidence {
		text-align:center;
		font-weight:700;
		font-size:36px!important;
		color:#008aac;
		margin-top:50px;
	}
	.home-ctablocks > div {
		width:380px;
		margin: 20px 10px;
		display: inline-table;
	}
	.home-famlly-blocks .home-family-left {
		width:590px;
		display: inline-table;
		margin-right:15px;
	}
	.home-famlly-blocks .home-family-right {
		width:590px;
		margin-left:15px;
		display: inline-table;
	}
	.dayatdara-small {
		width:37%;
		display:inline-table;
		margin-right:2%;
		vertical-align:top;
	}
	.dayatdara-small img {
		width:100%;
		margin-top:10px;
	}
	.dayatdara-large {
		width:60%;
		display:inline-table;
		vertical-align:top;
	}
	.dayatdara-large h4 {
		margin:0;
	}
	.dayatdara-block {
		display:block;
		width: 100%; overflow: hidden;
	}
	.home-herolocation {
		padding-bottom:20px;
		margin-bottom:0px;
		padding-top:10px;
		height:800px;
		background-image:url('../images/home-location2.jpg')!important;
	}
	.home-herolocation h3 {
		margin-top:90px !important;
		color:#fff !important;
		text-shadow: 0px 0px 10px #000000;
	}
	.home-herolocation a {
		text-shadow: 0px 0px 10px #000000;
	}
	.home-introdara {
		width:98%;
		height:400px;
	}
	.home-testimonial {
		width:32%;
	}

}
@media (min-width: 320px) and (max-width: 1024px) { /***** MOBILE *****/
	.header-cta {
		display:none;
	}
	.header-cta-mobile {
		display:block;
	}
	.livechat {display:none;}
	.wrap {padding: 0 10px;}
	.homehero {
		background-image: url('https://dararehab.com/wp-content/uploads/2025/04/heroshot2-02.webp');
	    width: 100%;
		height: 590px;
		background-repeat: no-repeat;
		background-size: 445%;
		background-position:center;
	}
	.heroheader h2 {
		font-size: 38px !important;
		margin: 20px 0 5px 0;
		font-weight: 700;
	    line-height: 1.1;
		color:#fff;
	    text-shadow: 0px 0px 10px #000000;
	}
	.heroheader h1 {
		font-size: 38px !important;
		margin: 20px 0 5px 0;
		font-weight: 700;
	    line-height: 1.1;
		color:#fff;
	    text-shadow: 0px 0px 10px #000000;
	}
	.heroheader p {
		font-size: 20px !important;
		margin: 35px 0 40px;
		font-weight: 400;
		line-height: 1.3;
		color:#fff;
	    text-shadow: 0px 0px 5px #000000;
	}
	
	.herobtn a {
		display: inline-block;
		background: #20b15c;
		color: #fff;
		font: normal 16px/1.2 "Montserrat", sans-serif;
		padding: 15px 35px 16px;
		border-radius: 4px;
		transition: background .3s;
		font-size: 30px;
		padding: 9px 25px;
		margin: 0 0 10px;
		border-radius: 6px;
		box-shadow: 2px 2px 15px rgba(0,0,0,.5);
		font-weight: bold;
		border: 1px solid rgba(255,255,255,.4);
	}
	
	.heroabove p {
		font-size: 18px !important;
		margin: 60px 0 10px;
		font-weight: 700;
		line-height: 1;
		color:#fff;
	    text-shadow: 0px 0px 5px #000000;
	}

	.herounder p {
		font-size: 20px !important;
		margin: 10px 0 50px;
		font-weight: 500;
		line-height: 1.2;
		color:#fff;
	    text-shadow: 0px 0px 5px #000000;
	}
	
	.press-text-wide span {display:none;}
	.press-text-wide {padding-bottom: 30px;}
	.home-evidence {
		text-align:center;
		font-weight:700;
		font-size:36px!important;
		color:#008aac;
		margin-top:50px;
		line-height:1.2;
	}

	.home-ctablocks > div {
		width:100%;
		display: inline-table;
	}

	.home-famlly-blocks > .home-family-left {
		width:100%;
		display: inline-table;
		margin-bottom:20px;
	}
	.home-famlly-blocks > .home-family-right {
		width:100%;
		display: inline-table;
	}

	.dayatdara-small {
		width:100%;
		display:inline-table;
		margin-right:2%;
		vertical-align:top;
	}
	.dayatdara-small img {
		width:100%;
		margin-top:10px;
	}
	.dayatdara-large {
		width:100%;
		display:inline-table;
		vertical-align:top;
	}
	.dayatdara-large h4 {
		margin:0;
	}
	.dayatdara-block {
		display:block;
		width: 100%; overflow: hidden;
	}
	.home-herolocation {
		padding-bottom:20px;
		margin-bottom:0px;
		padding-top:10px;
		height:800px;
		background-image:url('../images/home-location2.jpg')!important;
		background-position:center !important;
	}
	#content > div.home-divider-2.home-herolocation > div > div > h3 {
		margin-top:0px !important;
		color:#fff !important;
		text-shadow: 0px 0px 10px #000000;
		font-size:30px !important;
	}
	.home-herolocation span {
		display:none;
	}
	.home-herolocation a {
		text-shadow: 0px 0px 10px #000000;
	}
	.home-introdara {
		width:98%;
		height: 196px;
		margin-bottom:20px;
	}
	.home-testimonial {
		width:100%;
	}


}







div.press-logos {border-left:none;}
.home-evidence span {
	border-bottom: 2px dotted #a6cdd7;
}

.home main article {
	padding:0;
}


.home-divider-1 {
	background: #f2f2f2;
    padding: 40px 0 30px;	
}
#content > div.home-divider-1 > div > div > div > h3 {
	text-align:center;
	font-weight:400;
	font-size:26px !important;
	margin:0;
}
.home-quick-cta strong {
	color:#008aac;
}
.home-quick-cta a {
	color:#000;
	text-decoration:none;
	border-bottom: 1px dotted #ccc;
}



.home-ctablocks  {
	margin-top:30px;

}
.home-ctablocks-img {
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	background-size: 120%; //propotional resize
}
.home-ctablocks-img-1 {
	background-image: url('../images/home-group.jpg');
}
.home-ctablocks-img-2 {
	background-image: url('../images/home-villa.jpg');
}
.home-ctablocks-img-3 {
	background-image: url('../images/home-free.jpg');
}


.home-ctablocks-text {
	height:80px;
}
.home-ctablocks-text-sub {
	float:left;
	color:#fff;
	font-size:14px;
	padding:13px 0 0 15px;
	line-height:1.4;
}
.home-ctablocks-text a {
	color:#fff;
	font-size:20px;
	font-weight:700;
	text-decoration:none;
}
.home-ctablocks-arrow {
	background: #b9c516;
	height:80px;
	width:50px;
	float:right;
	padding: 25px 0 0 17px;
}
.home-ctablocks-arrow img {
}
.home-ctablocks-arrow-green {
	background: #b9c516;
}
.home-ctablocks-arrow-orange {
	background: #e97d34;
}
.home-ctablocks-arrow-purple {
	background: #585286;
}

.home-cta-green {
	background: #c0cd17;
}
.home-cta-orange {
	background: #dd7131;
}
.home-cta-purple {
	background: #605994;
}
.home-ctablocks-1, .home-ctablocks-2, .home-ctablocks-3 {
	cursor:pointer;
}



.home-divider-2 {
	background: #fff;
    padding: 40px 0 30px;	
}
#content > div.home-divider-2 > div > div > h3, .home-divider-1 > div > div > h3 {
	text-align: center;
    font-weight: 700;
    font-size: 36px!important;
    color: #008aac;
    margin-top: 10px;
}



.home-famlly-blocks {
}
.home-family-left img, .home-family-right img {
	display: block
}


.home-family-left div, .home-family-right div {
	background:#3e9399;
	color:#fff;
	padding:20px;
}
.home-family-left h4, .home-family-right h4 {
	margin:0;
	font-weight:500;
}
.home-family-left p, .home-family-right p {
	line-height:1.6;
}








.rehabcost-left {	width:48%;
	display:inline-table;
	margin-right:2%;
	vertical-align:top;
}
.rehabcost-small img {
	width:100%;
}
.rehabcost-right {
	width:48%;
	display:inline-table;
	vertical-align:top;
}
.rehabcost-block {
	display:block;
	width: 100%; overflow: hidden;
	margin-bottom:20px;
}
.rehabcost-block h4 {
	margin:10px 0 5px 0;
}
.rehabcost-block p {
	margin:0;
}





