/* /////////////////////////////

	1. Basic Styles
	2. Navbar
	3. Buttons
	4. Hero
	5. Our App
	6. Testimonials
	7. Download App
	8. Footer
	9. Media Queries

   //////////////////////////*/


body {
	font-family: 'Roboto', sans-serif;
	color: #142d4d;
}

h1 {
	font-weight: 900;
}

h2 {
	font-size: 44px;
	font-weight: 900;
}

h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 25px;
}

h5 {
	font-size: 16px;
}

p {
	font-size: 16px;
}

ul {
	list-style-type: none;
	padding-left: 0px;
}

b {
	font-weight: 900;
}

section {
	padding: 80px 0px;
}

.title-block {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
}

.title-block p {
	margin-bottom: 0px;
}

.divider {
	padding: 2rem 0 0;
	margin: 2rem 0 0;
	border-top: 1px solid #3c3f45;
}

.divider-light {
	padding: 2rem 0 0;
	margin: 2rem 0 0;
	border-top: 1px solid #edf1f2
}

.subtitle {
	text-transform: uppercase;
	font-weight: 900;
	color: #004c83;
	letter-spacing: .05em;
}

.grid {
	margin: 0 30px;
	display: inline-grid;
	width: 100%;
	padding: 0;
	position: relative;
	grid-row-gap: 40px;
	grid-column-gap: 5%;
}

.grid_03 {
	grid-template-columns: 1fr 1fr 1fr;
}

.grid_04 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo_container {
	border: 1px solid #f5f5f5;
	text-align: center;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.logo_container img {
	max-width: 140px;
	margin: 0 auto;
	width: 100%;
}

.app_image {
	width: 100%;
}

/* ==============================================
   2. Navbar 
===============================================*/

.custom-navbar {
	background-color: #ffffff !important;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
	height: 70px;
	max-height: 70px;
}

.navbar-toggler {
	font-size: 38px;
	background-color: transparent;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: none;
}

.navbar-toggler-icon {
	color: #ffffff;
}

.navbar-collapse {
	background-color: #ffffff;
}

.nav-custom-link {
	font-size: 14px;
	font-weight: 600;
	margin-top: 5px;
}

.navbar a {
	color: #142d4d;
}

.nav-right {
	float: right;
}

nav .logo {
	width: auto;
	height: 34px;
}

/* ==============================================
   3. Buttons
===============================================*/

.svg_logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0 0;
}

.svg_logo img {
	height: 40px;
	margin-right: 20px;
}

.svg_logo a:hover {
	opacity: 0.8;
}

/* ==============================================
   4. Hero
===============================================*/

#hero {
	background-color: #f5f5f5;
}

#hero .row {
	display: flex;
	align-items: center;
	justify-content: center;
}

#hero h1 {
	font-size: 50px;
}



/* ==============================================
   5. OUR APP
===============================================*/


.content-box {
	padding: 0 30px;
}

/* ==============================================
   6. Testimonials
===============================================*/

#testimonials {
	background-color: #f5f5f5;
	border-top: 1px solid #F8F9FB;
	border-bottom: 1px solid #F8F9FB;
}

.testimonial-box {
	background-color: #ffffff;
	box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04), 0 10px 16px 0 rgba(10, 31, 68, 0.06);
	border-radius: 20px;
	padding: 20px 30px;
	margin-top: 30px;
}

.testimonial-box h6 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .05em;
	margin-top: 5px;
	margin-bottom: 0px;
}

.testimonial-box p {
	margin-top: 25px;
	line-height: 1.8;
	padding: 0px;
}

.testimonial-box i {
	color: #ffffff;
}

.testimonial-box small {
	color: #004c83;
	display: inline-block;
}

.testimonial-box span {
	font-size: 14px;
	color: #ffffff;
}

.rating {
	background-color: #004c83;
	padding: 2px 12px;
	border-radius: 50px;
}

.personal-info {
	padding: 5px 0 20px 0;
	border-bottom: 1px solid #edf1f2;
}



/* ==============================================
   7. Download App
===============================================*/

#download_app {
	background: #004c83;
}

#download_app h2 {
	color: #ffffff;
}

#download_app p {
	color: #ffffff;
}

#cdownload_app .svg_logo {
	padding: 0;
}

/* ==============================================
   8. Footer
===============================================*/

footer {
	background-color: #142d4d;
	padding: 40px 0;
	color: #ffffff;
}

footer i {
	font-size: 25px;
	color: #ffffff;
	margin-right: 10px;
}

footer i:hover {
	color: #ffffff;
}

footer small {
	color: #ffffff;
	float: right;
}

.external-links {
	color: #0095f7;
}

/* ==============================================
   9. Privacy Policy
===============================================*/

.privacy-policy-content {
	text-align: left;
}

.privacy-policy-content h2 {
	font-size: 24px;
}

.privacy-policy-content ul {
	list-style-type: disc;
	padding-left: 40px;
}

.privacy-policy-content table {
	width: 100%;
}

.privacy-policy-content .dark-row {
	background-color: rgb(234, 234, 234);
}

.privacy-policy-content th,
td {
	padding: 2px;
}

.privacy-policy-content table,
th,
td {
	border: 1px solid black;
	border-collapse: collapse;
}

/* ==============================================
   9. Media Queries
===============================================*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	h2 {
		font-size: 34px !important;
		margin-bottom: 20px;
		line-height: 1.6;
	}

	h2,
	p {
		text-align: left;
		padding: 0 20px;
	}

	.content-box p {
		padding: 0;
	}

	footer {
		padding: 60px 25px;
	}

	footer i {
		font-size: 30px;
		margin-right: 20px;
	}

	footer small {
		float: left;
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	#hero h1 {
		font-size: 34px !important;
		margin-bottom: 20px;
	}

	.grid_03 {
		grid-template-columns: 1fr
	}

	.grid_04 {
		grid-template-columns: 1fr 1fr;
	}

	section {
		padding: 60px 0px;
	}
}

@media (max-width: 991px) {
	.nav-right {
		float: left;
	}

	.nav-custom-link {
		border-bottom: 1px solid #EEE;
	}

	.navbar-nav {
		width: 100%;
	}

	.navbar-nav .nav-link {
		padding: 20px 0;
		text-align: left;
	}

	.nav-custom-link {
		font-size: 13px;
	}

	.icon-mobile {
		font-size: 18px;
		float: right;
	}

	.navbar-collapse {
		border-bottom: 1px solid #efefef;
	}

	.nav-logo-mobile {
		margin: auto;
		padding-right: 50px;
	}

	.nav-logo-desktop {
		display: none;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.icon-mobile {
		display: none;
	}

	.nav-logo-mobile {
		display: none;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.testimonial-box h6 {
		font-size: 14px;
		margin-left: 10px;
	}

	.testimonial-box span {
		font-size: 12px;
	}

	.testimonial-box small {
		font-size: 12px;
		margin-top: 4px;
		margin-left: 10px;
	}
}