/*************************************
Theme name: Scarlett
Autor: Guriev

1. Main styles
2. Typography
3. Navbar
4. Header
5. About
6. Info
7. FAQ
8. Screenshots
9. Pricing
10. Download
11. Footer
*************************************/

@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('aos.css');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700');

/*************************************
1. Main styles
*************************************/

body {
	font-family: 'Titillium Web', sans-serif;
	overflow-x: hidden;
}

main > section,
footer {
	padding: 75px 0 45px;
}

[class*="col-"] {
	margin-bottom: 30px;
}

@media (min-width: 768px) {

	main > section,
	footer {
		padding: 125px 0 95px;
	}

}

img {
	display: block;
	max-width: 100%;
}

/*************************************
2. Typography
*************************************/

h1,
h2,
h3,
h4 {
	color: #29305b;
	line-height: 1.3;
	font-weight: 700;
}

h1 {
	font-size: 36px;
	margin: 0 0 30px 0;
}

h2 {
	font-size: 30px;
	margin: 0 0 30px 0;
}

h3 {
	font-size: 20px;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 20px;
	font-weight: 600;
	color: #27316c;
	margin: 0;
}

p {
	font-size: 16px;
	margin: 0;
	color: #706c83;
}
li {
	font-size: 16px;
	color: #706c83;
}
a {
	color: #3498DB;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

a:hover {
	color: #2980B9;
}

button {
	border: none;
}

.button {
	position: relative;
	display: inline-block;
	padding: 10px 40px;
	color: white;
	letter-spacing: .05ex;
	font-size: 14px;
	font-weight: 700;
	background-color: #3498DB;
	border-radius: 100px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 1;
	-webkit-box-shadow: 0 0 0 5px rgba(52, 152, 219, .2);
	box-shadow: 0 0 0 5px rgba(52, 152, 219, .2);
	margin-top: 40px;
}

.button:hover {
	color: white;
	text-decoration: none;
	background-color: #2980B9;
	-webkit-box-shadow: 0 0 0 7px rgba(41, 128, 185, .3);
	box-shadow: 0 0 0 7px rgba(41, 128, 185, .3);
}

button {
	cursor: pointer;
}

#meaningful {
	background-color: #f3f3f3 !important;
}

#data {
	background-color: #f3f3f3 !important;
}

.about-header {
	margin-top: 10% !important;
}
.ehr-heading {
	margin-top: 10% !important;
}


@media (min-width: 768px) {

	h1 {
		font-size: 48px;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 24px;
	}

}

/*************************************
3. Navbar
*************************************/

nav.navbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: white;
	padding: 15px 0;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 25, .05);
	box-shadow: 0 5px 15px rgba(0, 0, 25, .05);
	z-index: 1000;
}

nav.navbar .container {
	padding: 0 15px !important;
}


/*Small Device landscape phone*/
@media (max-width: 767.98px) {

	nav.navbar .navbar-nav {
		line-height: 2;
	}

	nav.navbar .button {
		margin: 10px 0 !important;
	}

}

nav.navbar .nav-link {
	color: #706c83;
}

nav.navbar .nav-item .nav-link.active {
	color: #2980B9;
}

nav.navbar .navbar-brand {
	color: #29305b;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
}

nav.navbar .navbar-toggler svg {
	fill: #29305b;
	height: 30px;
	width: 30px;
	padding: 0;
}

@media (min-width: 768px) {

	nav.navbar .navbar-brand {
		margin-right: 30px;
	}

	nav.navbar .nav-item > .nav-link {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (min-width: 992px) {

	nav.navbar .nav-item > .nav-link {
		padding-right: 15px;
		padding-left: 15px;
	}

}

/*************************************
4. Header
*************************************/

header {
	margin-top: 70px;
	padding: 75px 0 45px;
	overflow: hidden;
}

header > .container {
	z-index: 2;
}

header > .container-fluid img {
	width: 100%;
	-webkit-box-shadow: 15px 30px 100px rgba(0, 0, 25, .3);
	box-shadow: 15px 30px 100px rgba(0, 0, 25, .3);
}

@media (max-width: 767.98px) {

	header > .container {
		margin-bottom: 50px;
	}
}

@media (min-width: 768px) {

	header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 35px;
		min-height: calc(100vh - 35px);
		-ms-flex-flow: wrap;
		flex-flow: wrap;
	}

	header > .container-fluid {
		position: absolute;
	}

	header > .container-fluid img {
		max-height: 70vh;
		-webkit-box-shadow: 15px 30px 100px rgba(0, 0, 25, .3);
		box-shadow: 15px 30px 100px rgba(0, 0, 25, .3);
		max-width: none;
		width: auto;
	}

}

/*************************************
5. About
*************************************/

#About {
	background-color: #f3f3f3;
	text-align: center;
}

.about-block-wrapper {
	
}



	

.about-block-wrapper svg {
	width: 120px;
	height: 120px;
	margin-bottom: 20px;
}

.about-block-wrapper p {
	font-size: 14px;
}

/*************************************
6. Info
*************************************/

.img-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 70vh;
	margin-bottom: 30px;
}

.img-wrapper > img {
	height: calc(100% - 70px);
}

.img-wrapper > img:first-child {
	margin-right: 70px;
	margin-bottom: 70px;
	-webkit-box-shadow: 15px 15px 50px rgba(0, 0, 25, .2);
	box-shadow: 15px 15px 50px rgba(0, 0, 25, .2);
}

.img-wrapper > img:last-child {
	position: absolute;
	margin-top: 70px;
	margin-left: 70px;
	z-index: 2;
	-webkit-box-shadow: 15px 15px 100px rgba(0, 0, 25, .2);
	box-shadow: 15px 15px 100px rgba(0, 0, 25, .2);
}

@media (max-width: 767.98px) {

	.img-wrapper {
		margin-bottom: 15px;
	}

}

/*************************************
7. FAQ
*************************************/

#FAQ {
	position: relative;
}

#FAQ .card {
	margin-bottom: 30px;
	border-radius: 3px;
	border: 1px solid rgb(253, 253, 254);
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 25, .05);
	box-shadow: 0 5px 30px rgba(0, 0, 25, .05);
}

#FAQ button {
	display: block;
	padding: 20px 30px;
	width: 100%;
	text-align: left;
	background-color: white;
	color: inherit;
	line-height: 1;
	font-weight: inherit;
	;
	font-size: inherit;
	;
}

#FAQ button:focus {
	outline: none;
}

#FAQ .card-body {
	padding: 0 30px 20px;
}

#FAQ img {
	display: block;
	max-height: 80vh;
	max-width: 100%;
	margin: 0 auto;
}

/************************** 
8. Screenshots
***************************/

#Screenshot {
	background-color: #f3f3f3;
	text-align: center;
	overflow: hidden;
}

#Screenshot .header {
	margin-bottom: 50px;
}

.sec-title {
	margin-bottom: 70px;
}

.container {
	position: relative;
}

.swiper-container {
	padding: 0 30px;
	overflow: visible;
}

.swiper-wrapper {
	height: 630px;
	width: 320px;
}

.appScreenshotCarousel-container {
	position: relative;
}

.swiper-slide.swiper-slide-active {
	border-radius: 35px;
}

.mockup-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	top: -2.89%;
	bottom: -2.89%;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
}

.mockup-wrapper > img {
	height: 100%;
}

.mockup-wrapper > div:first-child {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: -webkit-gradient(linear, left top, right top, from(#f5f5f9), to(rgba(245, 245, 249, 0)));
	background: -webkit-linear-gradient(left, #f5f5f9, rgba(245, 245, 249, 0));
	background: -o-linear-gradient(left, #f5f5f9, rgba(245, 245, 249, 0));
	background: linear-gradient(to right, #f5f5f9, rgba(245, 245, 249, 0));
}

.mockup-wrapper > div:last-child {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: -webkit-gradient(linear, right top, left top, from(#f5f5f9), to(rgba(245, 245, 249, 0)));
	background: -webkit-linear-gradient(right, #f5f5f9, rgba(245, 245, 249, 0));
	background: -o-linear-gradient(right, #f5f5f9, rgba(245, 245, 249, 0));
	background: linear-gradient(to left, #f5f5f9, rgba(245, 245, 249, 0));
}

.swiper-slide {
	width: auto;
}

.swiper-slide img {
	max-height: 50vh;
}

/************************** 
9. Pricing
***************************/

#Pricing {
	background-color: #f3f3f3;
}

.price-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 30px;
	border-radius: 5px;
}

.price-block ul {
	padding: 0;
	list-style: none;
	line-height: 2;
}

.price-block hr {
	height: 1px;
	width: 100%;
	margin: 20px 0;
	border: none;
	opacity: .3;
	background-color: gray;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
	box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

.price-block.main {
	color: white;
	background-color: #3498DB;
	margin: -30px 0;
	-webkit-box-shadow: 15px 15px 30px rgba(52, 152, 219, .2);
	box-shadow: 15px 15px 30px rgba(52, 152, 219, .2);
}

.price-block.main span {
	font-size: 0.5em;
}

.price-block.main span:first-child {
	vertical-align: super;
}

.price-block.main hr {
	background-color: white;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, .1);
	box-shadow: 0 0 2px rgba(255, 255, 255, .1);
}

.price-block.main ul {
	color: rgb(240, 240, 240);
}

.price-block.main .button {
	display: block;
	width: 100%;
	text-align: center;
	color: #3498DB;
	background-color: white;
	-webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .2);
	box-shadow: 0 0 0 5px rgba(255, 255, 255, .2);
}

.price-block.main .button:hover {
	-webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, .3);
	box-shadow: 0 0 0 7px rgba(255, 255, 255, .3);
}

.price-block.main h2 {
	color: white;
}

.price-block.main h4 {
	color: rgb(240, 240, 240);
}

.price-block.secondary {
	-webkit-box-shadow: 5px 5px 30px rgba(0, 0, 25, .05);
	box-shadow: 5px 5px 30px rgba(0, 0, 25, .05);
}


/*small devices*/
@media (min-width: 576px) and (max-width: 767.98px) {

	.price-block-wrapper {
		margin-top: 30px;
		margin-bottom: 60px;
	}
.ehr-consult {
	margin-bottom: 20px;
	width: 25%;
}
		
.mips {
	margin-bottom: 20px;
	width: 25%;
}
.assessment {
	margin-bottom: 20px;
	width: 25%;
}
.hipaa {
	margin-bottom: 20px;
	width: 25%;
	}
.analytics {
	margin-bottom: 20px;
	width: 25%;
}
.preparedness {
	margin-bottom: 20px;
	width: 25%;
}
.contract {
	margin-bottom: 20px;
	width: 25%;
}
.software {
	margin-bottom: 20px;
	width: 25%;
}	
	
	
	
	
}



/*XS Phones*/
@media (max-width: 575.98px) {
	

	.price-block-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}

	.price-block.main {
		margin: 0;
	}

	.price-block.secondary {
		border-radius: 0 0 5px 5px;
		margin: 0 15px;
	}
	
	.ehr-consult {
	margin-bottom: 20px;
	width: 25%;
}
.mips {
	margin-bottom: 20px;
	width: 25%;
}
.assessment {
	margin-bottom: 20px;
	width: 25%;
}
.hipaa {
	margin-bottom: 20px;
	width: 25%;
	}
.analytics {
	margin-bottom: 20px;
	width: 25%;
}
.preparedness {
	margin-bottom: 20px;
	width: 25%;
}
.contract {
	margin-bottom: 20px;
	width: 25%;
}
.software {
	margin-bottom: 20px;
	width: 25%;
}
	.logo {
		width: 120px;
		
	
	}
	.survey-sample {
		margin-top: 10%;
}
	
	
}

/************************** 
10. Download
***************************/

#Download {
	position: relative;
	text-align: center;
	background-image: url(../img/download.jpg);
	background-position: center;
	background-size: cover;
}

.color-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	opacity: .7;
}

#Download .header {
	margin-bottom: 50px;
}

#Download .header h2 {
	color: white;
}

#Download .buttons-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#Download .buttons-wrapper .button {
	margin: 0 10px 30px;
}

#Download .buttons-wrapper .button > svg {
	height: 16px;
	width: 16px;
	fill: white;
	vertical-align: sub;
	margin-right: 10px;
}

#SocialNetworks {
	background-color: #f9f9fb;
}

.social-networks-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.social-networks-wrapper > a > svg {
	height: 30px;
	width: 30px;
	margin: 0 15px;
	fill: #29305b;
}

/************************** 
11. Footer
***************************/

footer {
	background-color: #3498DB;
	text-align: center;
}

footer h2 {
	color: white;
}

footer nav {
	margin-bottom: 30px;
}

footer a {
	color: white;
	opacity: .7;
	margin: 0 15px;
}

footer a:hover {
	color: white;
	opacity: .9;
}
.ehr-consult {
	margin-bottom: 20px;
}
.mips {
	margin-bottom: 20px;
}
.assessment {
	margin-bottom: 20px;
}
.hipaa {
	margin-bottom: 20px;
	}
.analytics {
	margin-bottom: 20px;
}
.preparedness {
	margin-bottom: 20px;
}
.contract {
	margin-bottom: 20px;
}
.software {
	margin-bottom: 20px;
}
.services-second-row {
	margin-top: 15px;
}
.survey-header {
	margin-top: 5%;
}
.footer-font {
	color: white;
}



.contact-header {
	margin-top: 60%;
}
.contact-footer {
	margin-top: 13%;
}
.ehr-services {
	width: 25%;
}

.meaningful-section {
	padding-top: 65px;
}
.survey-img {
	-webkit-box-shadow: 15px 15px 50px rgba(0, 0, 25, .2);
	box-shadow: 15px 15px 50px rgba(0, 0, 25, .2);
}

#survey-sample-section {
	background-color: #f3f3f3 !important;
}

#map {
	height: 500px;
	width: 100%;
}

.contact-div {
	padding-bottom: 40%;
}
