﻿.collection-description {
	overflow: hidden;
	line-height: 24px;
	padding: 10px 0;
}

.collections {
	border-top: 6px solid #13578c;
	padding: 30px 40px 0px 40px !important;
}

.para {
	width: 100%;
	font-family: sans-serif
}

.BlockTitle {
	font-size: 20px;
	font-family: sans-serif;
	padding-bottom: 0px;
	font-weight: bolder;
	margin-bottom: 5px;
	margin-top: 10px;
}

.btn-time {
	background-color: #109ED9;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.leftBlockContent {
	margin-left: 20px;
	text-align: center;
}

.rightBlockContent {
	margin-left: 5px;
	text-align: center;
}

.testimonialsBottom {
	margin-bottom: 30px;
}

.testimonialsBottom img {
	width: 100%;
}

.headTitle span {
	color: #00558b;
	font-family: Times, Times New Roman, serif;
	text-transform: none;
	padding-left: 0.8em;
	font-size: 25px;
	line-height: 1;
}

b {
	font-family: sans-serif;
	font-weight: bold;
}

h1, h2, h3, h4, h5 {
	text-transform: none;
}

.divBorder {
	border-left: 2px solid #00548b;
	border-right: 2px solid #00548b;
}

.row {
	background: none !important;
}

.collection-subtitleH h1{
	font-family: "Times, Times New Roman, serif";
	padding-bottom: 15px;
	font-size: 53px;
	color: #00558b;
	line-height: .9em;
}

.bold {
	color: #13578c;
	font-family: Arial, Helvetica, sans-serif;
}

.headBlock {
	display: inline-block;
	width: 100%;
	margin-bottom: 0px !important;
	line-height: 16px
}

.leftBlock {
	display: inline-block;
	width: 50%;
	float: left;
	margin-bottom: 0px !important;
	font-family: sans-serif
}

.rightBlock {
	display: inline-block;
	width: 50%;
	float: right;
	margin-bottom: 0px !important;
	font-family: sans-serif;
}

@media (max-width: 576px) {
	.divBorderT {
		display: none;
	}

	.collection-subtitleH h1{
		font-size: 25px !important;
	}

	.collection-description {
		display: none;
	}

	.subheader {
		font-size: 18px !important;
	}

	.leftBlock {
		width: 100%;
	}

	.rightBlock {
		width: 100%;
	}

	.leftBlockContent {
		margin-left: 5px;
	}
}