/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Oswald:wght@200;300;400;500;600;700&display=swap');

/* Global CSS */
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: font-family: 'Open Sans', sans-serif;
	/*font-family: 'Oswald', sans-serif;*/
	font-size: 16px;
	color: #000;
}
h1, h2, h3, h4{
	font-family: 'Oswald', sans-serif;
}

/* #headline{
	font-size: 4em;
} */

p{
	margin: 0;
}
.mt-25{
	margin: 25px 0 0;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

/* Top Bar Section CSS */
.top-bar{
	background: #000;
	padding: 20px 0;
}
.btn-topbar{
	background: #ffc519;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    border-radius: 3px;
    width: 260px;
    float: right;
}
.btn-topbar:hover {
    background: #F2454C;
    color: #fff;
}

/* Banner Section CSS */
.banner-section{
	position: relative;
	background-image: url(../img/top-banner-2.jpg);
	/* background-color: #000; */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 75px 0 25px;
	z-index: 1;
}
.banner-section::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.3);
	z-index: -1;
}
.banner-section h4{
    font-size: 26px;
    color: #fdd700;
    text-decoration: underline;
    margin: 0 0 15px;
}
.banner-section h1{
    font-size: 70px;
    color: #fff;
    line-height: 1.2em;
    margin: 0 0 15px;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1)!important;
}
.banner-section ul{
	margin: 20px 0;
}
.banner-section ul li{
	list-style: none;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 1.4em;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1)!important;
	margin-bottom: 20px;
}
.banner-section ul li span{
	color: #fdd700;
}
.banner-section h3{
    color: #fff;
    font-size: 26px;
    font-style: italic;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1)!important;
    margin: 0;
}
.banner-section h2{
	color: #fff;
	font-size: 36px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1)!important;
}

/* Right Side Review Form */
.banner-form{
	position: relative;
}
.review-form{
	position: absolute;
	background: #fff;
	right: 0;
	padding: 25px;
	border-radius: 5px;
	margin-top: 20px;
	width: 90%;
	-webkit-box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.5);
	box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.5);
}
.mobile-show{
	display: none;
}
.review-form h3{
	color: #000;
    font-style: initial;
    text-shadow: initial !important;
    font-size: 28px;
    line-height: 1.2em;
    margin-bottom: 30px;
}
.review-form .form-group {
    margin-bottom: 1.2rem;
}
.review-form label{
    font-size: 15px;
    color: #0D2253;
    font-weight: 600;
    margin-bottom: 5px;
}
.review-form .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
    background-color: #fff;
    width: 1rem;
    height: 1rem;
}
.review-form .form-check-input:hover:before {
    border: 0.3125rem solid #9bc7fd;
}
.review-form .form-control{
	font-size: 16px;
	color: #0D2253;
	font-weight: 600;
    height: 42px;
    border-radius: 3px;
}
.review-form .form-control:focus{
	background-color: #fff;
    border-color: #0D2253;
    outline: 0;
    box-shadow: 0 0 0 0.03rem rgba(0,0,0,1);
}
.btn-reviewform{
    background: #ffc519;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 12px;
    border-radius: 3px;
}
.btn-reviewform:hover{
	background: #F2454C;
    color: #fff;
}
.review-form p{
	font-size: 10px;
	color: #5b5b5b;
	line-height: 15px;
}
.form-bottom-logo{
	width: 100px;
	display: block;
	margin: 25px auto 15px;
}

/* Quote Section CSS */
.quote-section{
	background: #2d5b8d;
    padding: 35px 0;
}
.quote-section h5{
	color: #fff;
    font-size: 18px;
    line-height: 1.5em;
    font-style: italic;
}

/* Defense Contractor Section CSS */
.contractor-details{
	padding: 50px 0;
}
.contractor-details h2{
	font-size: 30px;
	color: #000;
	font-weight: 700;
	margin-bottom: 20px;
}
.contractor-details p{
	font-size: 18px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.contractor-details-list{
	margin: 20px 0 30px;
}
.contractor-details ul{
	padding-left:40px;
}
.contractor-details ul li{
	font-family: 'Oswald', sans-serif;
	/* list-style: none; */
	font-size: 20px;
	font-weight: 700;
	line-height: 1.7em;
}



/* Get My Free Case Review Section CSS */
.case-review{
	background: #2d5b8d;
	padding: 50px 0;
	text-align: center;
}
.case-review h2{
	text-align: center;
    font-weight: 700;
    color: #fff;
    line-height: 1.2em;
    font-size: 30px;
    padding: 0 30px;
}
.review-btn{
	font-family: 'Oswald', sans-serif;
	border: 2px solid #fff;
	background-color: #ffc519;
	color: #000;
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 50px;
    text-transform: uppercase;
    margin: 35px 0 0;
    box-shadow: 0 1px 3px rgba(1,1,1,0.5);
}
.review-btn:hover{
	color: #fff;
}

/* Earplugs Features Section CSS */
.earplug-features{
	padding: 50px 0;
}
.earplug-features h2{
	font-size: 30px;
	color: #000;
	font-weight: 700;
	margin-bottom: 20px;
}
.earplug-features p{
	font-size: 18px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.earplug-features img{
	display: block;
	margin: 0 auto;
}
.second-earplug img{
	margin-top: 25px;
}
.earplug-features-title{
	font-size: 18px;
    margin: 0;
    text-decoration: underline;
    font-style: italic;
}
.earplug-features-content{
	font-size: 18px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 20px;
    padding-right: 150px;
}

/* Hearing Help Section CSS */
.hearing-help{
	position: relative;
	background: url(../img/bg-2.jpg) no-repeat center;
	background-size: cover;
	padding: 75px 0;
	z-index: 1;
}
.hearing-help::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.8);
	z-index: -1;
}
.hearing-help h2{
	font-size: 30px;
	color: #000;
	font-weight: 700;
	margin-bottom: 25px;
}
.hearing-help p{
	font-size: 18px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 25px;
}
.logo{
	width: 100% auto;
	max-width: 200px;
}
.logo-circle{
	width: 125px;
    display: block;
    margin: 0 auto;
}
.logo-square{
	width: 150px;
    display: block;
    margin: 0 auto;
}

/* Footer Section CSS */
footer{
	background: #3c3c3c;
	padding: 5px 0;
	text-align: center;
}
footer h5{
	color: #fff;
    font-size: 18px;
    font-style: italic;
    line-height: 1.6em;
}
footer p{
	color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-top: 15px;
}
footer .copyright{
	color: #fff;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    margin: 0;
}


@media (min-width: 768px){
	.container{
		width: 960px;
		margin: 0 auto;
	}
}


/* Responsive Media Query For Tablet Device */
@media (min-width: 576px) and (max-width: 768px){
	.container{
		width: 100%;
	}
	.logo{
		display: block;
		margin: 20px auto 10px;
	}
	.btn-topbar {
	    float: initial;
	    display: block;
	    margin: 10px auto;
	}
	.banner-section{
		background-image: url(../img/top-banner-2.jpg);
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: top;
		padding: 30px 0;
	}
	.banner-section::after {
	    content: "";
	    position: absolute;
	    background: rgba(255,255,255,.1);
	    z-index: -1;
	}
	.banner-section h1{
		font-size: 40px;
		text-align: center;
		padding: 0 25px;
	}
	.banner-section h4{
		text-align: center;
	}
	.banner-section ul,
	.banner-section h2,
	.headline-italic,
	.earplugs-img{
		display: none;
	}
	.review-form{
		position: relative;
	    margin: 0;
	    width: 100%;
	}
	.mobile-show {
	    display: block;
	}
	.review-form h3{
		text-align: center;
		line-height: 1.3em;
	}
	.review-form label{
		font-size: 18px;
	}
	.contractor-details-list {
	    margin: 0;
	}
	.contractor-details-list ul li {
	    line-height: 1.5em;
	}
	.contractor-details img{
		display: block;
		margin: 0 auto 15px;
	}
	.case-review h2 {
	    padding: 10px;
	}
	.no-padding{
		padding: 0;
	}
	.earplug-features-content {
	    padding-right: 0;
	}
	.logo-circle,
	.logo-square {
	    margin: 0 auto 20px;
	}
	.hearing-help{
		background: #F6F6F6;
	}
	.hearing-help::after {
	    content: "";
	    position: absolute;
	    background: rgba(255,255,255,0);
	    z-index: -1;
	}
	footer h5 {
	    font-size: 16px;
	}
}


/* Responsive Media Query For Mobile Device */
@media (min-width: 320px) and (max-width: 576px){
	.container{
		width: 100%;
	}
	.logo{
		display: block;
		margin: 20px auto 10px;
	}
	.btn-topbar {
	    float: initial;
	    display: block;
	    margin: 10px auto;
	}
	.banner-section{
		background-image: url(../img/top-banner-2.jpg);
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: top;
		padding: 30px 0;
	}
	.banner-section::after {
	    content: "";
	    position: absolute;
	    background: rgba(0,0,0,0);
	    z-index: -1;
	}
	.banner-section h1{
		font-size: 40px;
		text-align: center;
		padding: 0 25px;
	}
	.banner-section h4{
		text-align: center;
	}
	.banner-section ul,
	.banner-section h2,
	.headline-italic,
	.earplugs-img{
		display: none;
	}
	.review-form{
		position: relative;
	    margin: 0;
	    width: 100%;
	}
	.mobile-show {
	    display: block;
	}
	.review-form h3{
		text-align: center;
		line-height: 1.3em;
	}
	.review-form label{
		font-size: 18px;
	}
	.contractor-details img{
		display: block;
		margin: 0 auto 15px;
	}
	.contractor-details-list {
	    margin: 0;
	}
	.contractor-details-list ul li {
	    line-height: 1.5em;
	}
	.case-review h2 {
	    padding: 10px;
	}
	.no-padding{
		padding: 0;
	}
	.earplug-features-content {
	    padding-right: 0;
	}
	.logo-circle,
	.logo-square {
	    margin: 0 auto 20px;
	}
	.hearing-help{
		background: #F6F6F6;
	}
	.hearing-help::after {
	    content: "";
	    position: absolute;
	    background: rgba(255,255,255,0);
	    z-index: -1;
	}
	footer h5 {
	    font-size: 16px;
	}

}
