/* Reset CSS
 * --------------------------------------- */
 body,
 div,
 dl,
 dt,
 dd,
 ul,
 ol,
 li,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 pre,
 form,
 fieldset,
 input,
 textarea,
 p,
 blockquote,
 th,
 td {
     padding: 0;
     margin: 0;
 }
 
 a {
     text-decoration: none;
 }
 
 table {
     border-spacing: 0;
 }
 
 fieldset,
 img {
     border: 0;
 }
 
 address,
 caption,
 cite,
 code,
 dfn,
 em,
 strong,
 th,
 var {
     font-weight: normal;
     font-style: normal;
 }
 
 strong {
     font-weight: bold;
 }
 
 ol,
 ul {
     list-style: none;
     margin: 0;
     padding: 0;
 }
 
 caption,
 th {
     text-align: left;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-weight: normal;
     font-size: 100%;
     margin: 0;
     padding: 0;
 }
 
 q:before,
 q:after {
     content: '';
 }
 
 abbr,
 acronym {
     border: 0;
 }
 
 /* GENERAL CSS
  * --------------------------------------- */
  
  
/** animated **/
.animatedParent{
	overflow: hidden;
}

@media (max-width: 590px){
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		opacity: 1;
	}
}
/** no break **/

.nobr { white-space:nowrap; }


/* site width */
.site-width {
    max-width: 1300px !important;
    margin: 0 auto;
}

/* general */
body{
	color: #18334D;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	overflow-x: hidden;
}

h1{
	font-size: 4rem;
	font-weight: 700;
} 

h2{
	font-size: 3rem;
	font-weight: 700;
}


h3{
	font-size: 1.5rem;
	font-weight: 600;
}

.btn{
	padding: 10px 35px;
	font-size: 1.3rem;
}

.btn-primary{
	background: #00A0CA;
	border-color: #00A0CA;
	color: #FFF;
}
.btn-primary:hover{
	background: #18334D;
	border-color: #18334D;
}
.btn-outline-primary{
	border-color: #18334D;
	color: #18334D;
}
.btn-outline-primary:hover{
	background: #00A0CA;
	border-color: #00A0CA;
	color: #FFF;
}

.btn-secondary{
	background: #18334D;
	border-color: #18334D;
	color: #FFF;
}
.btn-secondary:hover{
	background: #DAF3FF;
	border-color: #DAF3FF;
	color: #18334D;
}

.bg-blue {
	background-color: #DAF3FF;
}
.bg-teal {
	background-color: #00A0CA;
}
.bg-lighter-blue{
	background-color: rgba(218, 243, 255, 0.1);
}
.bg-medium-blue{
	background-color: rgba(218, 243, 255, 0.5);
}
.bg-blue-white{
	background-color: #ebf8ff;
}

.bg-transparent-blue{
	background-color: rgb(218, 243, 255,0.75);
}
.text-light-blue {
	color: #DAF3FF;
}
.text-blue {
	color: #18334D;
}
.text-teal {
	color: #00A0CA;
}
.text-cyan {
	color: #66C6DF;
}
.text-navy{
	color: #18334D;
}
/* header */
header{
	position: fixed;
	z-index: 1;
}
header.fixed{
	background-color: white;
}


.menu-container .full-menu li{
    padding: 10px 4px;
}
.menu-container .full-menu a.nav-link{
	color: #18334D;
	font-weight: 400;
	border-radius: 0;
	font-size: 1rem;
	padding: 1px 2px;
}
.menu-container .full-menu a.btn{
	font-size: 1.1rem;
}
.menu-container .full-menu a.nav-link.active,
.menu-container .full-menu a.nav-link:hover{
	color: #00A0CA;
	background:transparent;
	border-bottom: 2px solid #00A0CA;
}
.mobile-menu .dropdown-toggle:after{
	border: none;
}
#mobile-navbar li{
	border-bottom: 1px solid #00A0CA;
}
ul.nav.full-menu {
	align-items: center;
}
.logo, .intensive-specialty-logo{
	max-height: 70px;
}
.intensive-specialty-logo{
	margin-left: 1rem;
}
/**** banner ***/

.full-banner{
	height: 90vh; 
	z-index: 1;
	min-height: 750px;
}
.full-banner.referral-banner{
	height: 50vh; 
	min-height: 650px;
}

.full-banner .animated{
	display:none;
}
.full-banner .animated.go{
	display:block;
}

.form-control{
	height: 3rem;
	border-color: #00A0CA;
	background-color: transparent;
}

.full-banner .container{
	background-size: 700px;
	background-position: center right;
	background-repeat: no-repeat;
}

.home-banner .container{
	background-image: url("../images/Home-Banner.png?v=1");
}

.about-banner .container{
	background-image: url("../images/about-banner.png");
}

.treatment-banner .container{
	background-image: url("../images/treatment-banner.png");
}

.contact-banner .container{
	background-image: url("../images/contact-banner-image.png");
	min-height: 850px;
}
.referral-banner .container{
	background-image: url("../images/contact-banner-image.png");
	min-height: 650px;
	background-size: 500px;
}

.programs-banner .container{
	background-image: url("../images/programs-banner-image.png");
}
.round-border{
	border-radius: 40px;
}

.thick-border{
	border-width: .15em;
}
.bottom-right{
	bottom: 1em;
	right: 1em;
}
#treatments ul, #what-we-treat ul{
	list-style-type: disc;
}
ul.list-with-dot{
	columns: 2;
	  -webkit-columns: 2;
	  -moz-columns: 2;
}

ul.list-with-dot i{
	font-size: 0.8rem;
	margin-top: 0.6rem;
}
.faqs .card,
.faqs .card-header{
	border:none;
	background: none;
}
.faqs h3{
    font-size: 1.5rem;
    line-height: 2.2rem;
}
.faqs h3 .fa-plus{
	display:none;
	
}
.faqs h3 .fa{	
color: #00A0CA;
   margin-top: 0.5rem;
   cursor:pointer;
}
.faqs h3 .fa::before{	
    padding: 0.3rem 0.5rem;
}
.faqs h3.collapsed .fa-plus{
	display:block;
}
.faqs h3.collapsed .fa-minus{
	display:none;
}
.process-box{
	min-height: 195px;
	border-radius: 15px;
	position: relative;
}
.process-icon{
	position: absolute;
	top: 1rem;
	left: 1rem;
}
.process-leaves{
	position: absolute;
    bottom: 1rem;
    right: 1rem;
}

.process-text .process-text-title{
	font-weight: 400;
	font-size: 1.3rem;
}
.process-container .process-box::before{
    position: absolute;
    top: -3rem;
    right: 0;
    font-size: 3rem;
    color: #66C6DF;
}

.process-container:nth-of-type(1) .process-box::before{
	content: '1';
}
.process-container:nth-of-type(2) .process-box::before{
	content: '2';
}
.process-container:nth-of-type(3) .process-box::before{
	content: '3';
}
.process-container:nth-of-type(4) .process-box::before{
	content: '4';
}
.process-container:nth-of-type(5) .process-box::before{
	content: '5';
}

.process-container:nth-of-type(2){
	padding-top: 2rem;
}

.process-container:nth-of-type(3){
	padding-top: 4rem;
}

.process-container:nth-of-type(4){
	padding-top: 6rem;
}

.process-container:nth-of-type(5){
	padding-top: 8rem;
}
#gallery, #resources{
	padding-top: 140px;
}
.upload-file-wrapper{
	text-align: left;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    width: auto;
    text-align: center;
    overflow: hidden;
    padding: 10px 20px;
	border:1px solid #192848;
	font-weight: 400;
}
.inputfile + label:hover {
	background-color: #8ACEEE;
	border-color: #8ACEEE;
}
/* footer */

.idesign-link{	
	background-image: url('../images/iDesign-icon.png');
	background-repeat: no-repeat;
	padding-left: 15px;  
	display: inline-block;
	height: 20px;
	background-size: contain;
}
footer  a.nav-link{
	color: #18334D;
	font-size: 0.9rem;
	padding: .5rem;
}
footer  a.nav-link:hover{
	color: #00A0CA;
}

.form-label{
    font-size: 1rem;
    font-weight: 600;
}
.form-answer{
    font-size: 1rem;
}

#meet-the-team img{
	max-width: 250px;
}

.read-more-target {
	font-size: 0;
	left: -99999px;
	max-height: 0;
	opacity: 0;
	position: absolute;
	transition: .25s ease;
}

.read-more-target.show {
	font-size: inherit;
	max-height: 999em;
	opacity: 1;
	position: static;
}

.read-more-trigger {
	cursor: pointer;
	display: inline-block;
	font-size: .9em;
	text-decoration: underline;
}

#testimonials{
	background-image: url('../images/Testimonials.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.slick-dots {
	display: flex;
	justify-content: center;
	margin: 1rem 0;
}

.slick-dots li button {
	font-size: 0;
	width:7px;
	height: 10px;
	border: none;
	margin: 0.3rem;
	border-radius: 50%;
	background: #00A0CA;
	border: none;
}

.slick-dots li.slick-active button {
	background: #18334D;
}

#resources img{
	max-height: 120px;
}

@media (max-width: 1240px){	
	.menu-container .full-menu li{
		padding: 10px 3px;
	}
	.menu-container .full-menu a.btn{
		padding: 10px 15px;
	}
	.logo, .intensive-specialty-logo{
		max-height: 60px;
	}
	footer  a.nav-link{
		font-size: 0.8rem;
	}
}
@media (max-width: 1140px){	
	.menu-container .full-menu li a.nav-link{
			font-size: .7rem;	
	}
	footer  a.nav-link{
		font-size: 0.7rem;
	}
}

@media (max-width: 992px){	
	.home-banner .container,
	.about-banner .container,
	.programs-banner .container,
	.treatment-banner .container,
	.contact-banner .container,
	.referral-banner .container{
		background-image: none;
	}
	.home-banner,
	.about-banner,
	.programs-banner,
	.treatment-banner,
	.contact-banner,
	.thank-you-banner,
	.full-banner.referral-banner{
		height: auto;
		padding-top: 150px;
	}
	.process-text .process-text-title{
		font-size: 1rem;
	}
	footer  a.nav-link{
		font-size: 0.8rem;
	}
	
}
@media (max-width: 767px){	

	.process-text .process-text-title{
		font-size: 1.3rem;
	}
	footer  a.nav-link{
		font-size: 1rem;
	}
}
@media (max-width: 575px){	
	.process-container:nth-of-type(2),
	.process-container:nth-of-type(3),
	.process-container:nth-of-type(4),
	.process-container:nth-of-type(5){
		padding-top: 3rem;
	}
	
	.logo, .intensive-specialty-logo {
		max-width: 100%;
	}
	h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 2rem;
	}
	.home-banner,
	.about-banner,
	.programs-banner,
	.treatment-banner,
	.contact-banner,
	.thank-you-banner,
	.referral-banner{
		padding-top: 100px;
	}
	ul.list-with-dot{
		columns: 1;
		  -webkit-columns: 1;
		  -moz-columns: 1;
	}

}
@media (max-width: 475px){	
	h1 {
		font-size: 2.2rem;
	}
}