/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section {
	position: relative;
}

.banner-section .auto-container {
	position: relative;
}

.banner-section .banner-carousel {
	position: relative;
}

.banner-section .banner-carousel .slide-item {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner-section .banner-carousel .slide-item .clearfix {
	clear: both;
}

.banner-column {
	position: relative;
	padding: 100px 0px 270px;
}

.banner-column .title {
	position:relative;
	color:#ffffff;
	font-size:26px;
	font-weight:700;
	font-style:italic;
	margin-bottom:20px;
	padding-top:90px;
	display:inline-block;
	text-decoration:underline;
	font-family: 'Playfair Display', serif;
}

.banner-column h2 {
	position: relative;
	display: block;
	font-size: 54px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 25px;
}

.banner-column .text {
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 27px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 35px;
}

.xs-banner-container-parent {
	position: relative;
}

.banner-carousel .image {
	position: absolute;
	right:-120px;
	bottom:0px;
}

.banner-carousel .owl-dots {
	display: none;
}

.banner-carousel .owl-nav {
    position: absolute;
	right:0px;
    top: 50%;
    margin-top: -50px;
    z-index: 99;
    opacity: 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.banner-carousel:hover .owl-nav {
	opacity: 1;
}

.banner-carousel .owl-prev,
.banner-carousel .owl-next {
	position: relative;
	height: 60px;
	width: 60px;
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	line-height: 58px;
	margin-top:1px;
	border:1px solid rgba(255,255,255,0.20);
	background-color: rgba(255,255,255,0.10);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.banner-carousel .owl-prev:hover, 
.banner-carousel .owl-next:hover {
	background-color: #ffffff;
	border-color:#ffffff;
	color: #558dca;
}

.bg-image {
    background-image: url('../images/pexels-olly-845434.jpg')!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 0px;
}

.banner-column h2 {
    color: #0054aa;
    font-family: 'Montserrat', sans-serif;
}

.banner-column .text {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    line-height: 40px;
    text-shadow: 0 0 5px lightgrey;
}

.banner-column .title {
    color: #222222;
}

.banner-column .title {
    font-size: 45px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight:500!important;
    margin-bottom: 25px;
    text-decoration: none;
    text-shadow: 0 0 5px lightgrey;
}

.banner-column h3 {
    position: relative;
    display: block;
    font-weight: bolder;
    line-height: 1.2em;
    margin-bottom: 25px;
    text-shadow: 0 0 2px lightgrey;
    color: #307575;
}

.banner-column .text {
    font-size: 20px;
    margin-bottom: 45px;
    font-weight: 600;
}

.banner-column .text span {
    font-weight: bolder;
}

.banner-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}
  
.banner-section .banner-carousel .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100vw;
    height: 90vh;
}

.column-slider {
	background-image:url(../images/column-slider.png);
	background-size: cover;
	background-position: center;
}

/*** 

====================================================================
	Emergency Section
====================================================================

***/

.emergency-section {
	background-image:url(../images/background/nature-bg.jpg?v=1);
	background-position: center left; 
	background-repeat: no-repeat;
	position:relative;
	padding:180px 0px 160px;
	background-size:cover;
}

.emergency-section .content-box {
	position:relative;
}

.emergency-section .content-box h2 {
	position:relative;
	color:#222222;
	font-weight:700;
	font-size:46px;
	line-height:1.3em;
	padding-left:80px;
}

.emergency-section .content-box h2 strong {
	font-weight:700;
	color:#2e3192;
	display:block;
}

.emergency-section .content-box h2 .icon-box {
	position:absolute;
	left:0px;
	top:15px;
	color:#2e3192;
	font-size:64px;
	line-height:1em;
}

.emergency-section .content-box .text {
	position:relative;
	color:#222222;
	font-size:18px;
	line-height:1.6em;
	font-weight:500;
	margin-top:20px;
}

.emergency-section .content-box .phone {
	position:relative;
	color:#1cba9f;
	font-weight:700;
	font-size:36px;
	line-height:1.3em;
	padding-left:80px;
	padding-top:5px;
	margin-top:25px;
	font-family: 'Exo', sans-serif;
}
.emergency-section .content-box .phone a {
	color:#1cba9f;
}

.emergency-section .content-box .phone .icon-box {
	position:absolute;
	left:0px;
	top:0px;
	width:55px;
	height:55px;
	color:#1cba9f;
	font-size:30px;
	text-align:center;
	line-height:51px;
	border-radius:8px;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	border:2px solid rgba(28,186,159,0.20);
}

.emergency-section .content-box .phone:hover .icon-box {
	color:#ffffff;
	background-color:#1cba9f;
	border-color:#1cba9f;
}

.emergency-section .content-box .phone {
    font-family: 'Montserrat', sans-serif;
}

span.emus {
    font-weight: bolder;
    color: #0054aa;
}

h4.finance {
    color: #0054aa;
    margin-bottom: 15px;
    margin-top: 30px;
}

ul.finance {
    color: #223a66;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 20px;
    padding-left: 4%;
}

li.finance {
    list-style:disc;
}

ul.pricing {
    text-align: left;
    padding-left: 3%;
    font-size: 16px;
    line-height: 30px;
}

li.pricing {
    list-style-type: disc;
}

.fullwidth-section-two .phone .title {
    font-family: 'Montserrat', sans-serif;
}

.home-bg {
    background-image: url(../images/home-bg.png?v=31);
}

.spravato-info {
	text-align: center;
}

.semi-footer p {
	font-weight: bold;
}

.treatment-process h1 {
	font-weight: 500;
	color: #223a66;
}

.treatment-process i {
	font-size: 5rem;
	color: #223a66;
}

.treatment-process .title, 
.treatment-process p,
.exp h1,
.expectations p,
.side-effects h1,
.safety-info h1,
.spravato-info h1,
.spravato-info h3 {
	font-weight: bolder;
	color: #223a66;
}

.treatment-process p {
	font-size: 20px;
	padding: 1rem 0 0 0;
}

.treatment-process h6 {
	padding: 1rem 0 1rem 0;
	color: black;
}

.spravato-info h6,
.lower-body h6 {
	padding: 0.5rem 0 0.5rem 0;
}

.tp-box {
	border-style: solid;
	border-color: #223a66bd;
	border-radius: 0.5rem;
}

.expectations h1 {
    width: 8rem;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
	border-style: solid;
	border-color: #223a66;
    border-radius: 50%;
    color: #223a66;
	font-weight: bold;
	margin: 0 0 1rem 0;
}

.expectations h1:hover {
    border-style: solid;
	border-color: #223a66;
	background-color: #223a66;
    color: white;
}

.expectations .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.expectations .col-4 {
    display: flex;          
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;   
    text-align: center;
}

.expectations ul li {
	padding: 1rem 0 0 0;
}

.side-effects {
    padding: 20px;
}

.sfx-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
	justify-content: center;
}

.side-fx-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 20px;
	font-size: 1rem;
}

.side-fx-box:hover {
    background-color: #223a66;
    color: white;
}

.spravato-cover {
    background-image: 
		url('../images/background/pattern-1.png'),
		url('../images/background/pattern-5.png');
	background-position: top left, center right; 
	background-repeat: no-repeat, no-repeat;
	background-size: auto, auto;
}

.expectations-cover {
	background-image: 
		url('../images/background/pattern-4.png'),
		url('../images/background/pattern-17.png');
	background-position: top left, center right; 
	background-repeat: no-repeat, no-repeat;
	background-size: auto, auto;
}

.safety-cover {
	background-image: 
		url('../images/background/pattern-13.png');
	background-position: top left; 
	background-repeat: no-repeat;
	background-size: auto;
}

.lower-body-cover {
	background-image: 
		url('../images/background/pattern-5.png');
	background-position: bottom right; 
	background-repeat: no-repeat;
	background-size: auto;
}

.booking-section h2 {
	position:relative;
	color:#223a66;
	font-weight:700;
	line-height:1.2em;
	font-size:46px;
	margin-bottom:35px;
}

.booking-section .text {
	position:relative;
	margin-bottom:30px;
}

.side-effects h3 {
	color:#223a66;
	font-weight: 500;
}

.booking-section p,
.booking-section ol > li,
.lower-body p {
	position:relative;
	color:#223a66;
	font-size:18px;
	line-height:1.7em;
	margin-bottom:20px;
}

.booking-section .theme-btn {
	margin-top:10px;
}

.booking-section h2 {
    font-size: 25px;
    font-weight:500;
    line-height: 1.5em;
}

@media only screen and (max-width:600px) {
    .banner-column .title {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .banner-column h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-column .text {
        display: block;
        font-size:15px;
        font-weight:600;
    }
}