* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: 14px;
	line-height: 1.6;
	font-family: 'product_sansregular';
	margin: 0px;
	padding: 0px;
}

.container {
    max-width: 1330px;
    padding: 0 15px;
    width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-family: 'product_sansregular';
	padding: 0px;
	margin: 0px;
}

ul,
ul li,
ol,
ol li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

a:hover,
.btn:hover {
	outline: none;
	text-decoration: none;
}

.btn {
    border: 2px solid;
    padding: 0 14px;
    font-size: 16px;
    line-height: 36px;
    border-radius: 6px;
    min-width: 200px;
    text-transform: uppercase;
}

button:focus {
    outline: 0;
}

.btn-primary {
    background-color: #DC2B07;
    border-color: #DC2B07;
    color: #ffffff;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle,
.btn-primary:hover {
	background-color: transparent;
	border: 2px solid #435CFC;
	color: #435CFC;
}

.btn-primary.focus, .btn-primary:focus {
    color: #0062cc;
    background-color: transparent;
    border-color: #0062cc;
    box-shadow: none;
}

.subhead-box {
    padding: 0 0 35px;
}

.subhead-box h3 {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.subhead-box h3:before {
	content: '';
	background-color: #435CFC;
	height: 3px;
	width: 120px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	bottom: 0px;
}