/*------------------------------------------------------------------
	[Master Stylesheet]

	Author        : Abbas Rafeeq (https://themeforest.net/user/webfulcreations/portfolio)
	Template Name : Computer Repair Website Template
	Version       : 1.0
	CopyRight     : 2018 August @ www.webfulcreations.com


	- Main CSS file is inside assets/css/theme-style.css
-------------------------------------------------------------------*/
@import 'custom.css';	
@import 'animate.css';	   		   /* Including Animations CSS file */
@import 'owl.carousel.css';		   /* Owl Carousel CSS File */
@import 'foundation.min.css';       /* Including Foundation CSS File */
@import 'theme-styles.css';		   /* Main Theme CSS File */
@import 'responsive-styles.css';	   /* Main Theme CSS File */
@import 'twentytwenty-no-compass.css';   /* TwentyTwenty JQuery Plugin */
@import 'fontawesome-all.min.css';	   /* Including Font Awesome Icons */

@import 'custom.css';	


/**
 * Import Website Main Fonts 
 *
 * To change Fonts Get Google Fonts replace in following Link, 
 * AFter replacing below go to theme-style.css and update
 * Font Families
 *
 */
@import 'https://fonts.googleapis.com/css?family=Niconne|Poppins:400,600,700|Roboto:400,500,700" rel="stylesheet';

/*=========================================
	Below This Line You Can add Your CSS
	Please Do not Edit Files above if you 
	are not sure what you are doing!
==========================================*/

.treatment-contact-form .field-error {
	border: 1px solid #e53935 !important;
}

.aboutus-banner.dark-bg:after {
	background-image: url("../images/js-clini-banner1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.aboutus-banner.title-section {
	padding-top: 0;
	padding-bottom: 0;
	min-height: 460px;
	display: flex;
	align-items: center;
}

.aboutus-banner .grid-container {
	width: 100%;
}

.treatments-banner.dark-bg:after {
	background-image: url("../images/js-clini-banner2.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.treatments-banner.title-section {
	padding-top: 0;
	padding-bottom: 0;
	min-height: 460px;
	display: flex;
	align-items: center;
}

.treatments-banner .grid-container {
	width: 100%;
}

.appointment-banner.dark-bg:after {
	background-image: url("../images/js-clini-banner1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.appointment-banner.title-section {
	padding-top: 0;
	padding-bottom: 0;
	min-height: 460px;
	display: flex;
	align-items: center;
}

.appointment-banner .grid-container {
	width: 100%;
}

.contact-banner.dark-bg:after {
	background-image: url("../images/js-clini-banner2.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-banner.title-section {
	padding-top: 0;
	padding-bottom: 0;
	min-height: 460px;
	display: flex;
	align-items: center;
}

.contact-banner .grid-container {
	width: 100%;
}

@media screen and (max-width: 39.9375em) {
	.aboutus-banner.title-section {
		min-height: 300px;
	}

	.aboutus-banner.dark-bg:after {
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		background-size: contain !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
		/* background-color: #1a4f68 !important; */
	}

	.treatments-banner.title-section {
		min-height: 300px;
	}

	.treatments-banner.dark-bg:after {
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		background-size: contain !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
	}

	.appointment-banner.title-section {
		min-height: 300px;
	}

	.appointment-banner.dark-bg:after {
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		background-size: contain !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
	}

	.contact-banner.title-section {
		min-height: 300px;
	}

	.contact-banner.dark-bg:after {
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		background-size: contain !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
	}
}

.treatment-contact-form .error {
    color: red;
    font-size: 13px;
    display: block;
    margin-bottom: 8px;
}

.input-error {
    border: 1px solid red !important;
}




