@charset "utf-8";
/* CSS Document */

@font-face {
font-family: 'Trebuchet MS';
font-style: normal;
font-weight: normal;
src: local('Trebuchet MS'), url('../fonts/trebuc.woff') format('woff');
}


@font-face {
font-family: 'Trebuchet MS Italic';
font-style: normal;
font-weight: normal;
src: local('Trebuchet MS Italic'), url('../fonts/Trebuchet-MS-Italic.woff') format('woff');
}
html {
	scroll-behavior: smooth;
}
body {
	background: #fff;
	color: #046797;
	font-family: 'Trebuchet MS';
	font-size: 17Px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    margin-top: .5rem;
}
p {
    margin-top:1rem;
    margin-bottom: 1rem;
}
section {
	padding-top: 20px;
	padding-bottom: 20px;
}
header {
	padding-top: 20px;
}

#background-style {
	background: #ffcb05;
	color: #003366;
}
.gradient-text {
	background: -webkit-linear-gradient(#005b8c, #19a9d2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

 @media (max-width: 992px) {
body {
	font-size: 16px;
}
.heading-main {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
}
.form {
	background: #008080;
	padding: 20px;
	color: #fff;
}
.formwhy {
	margin-top: -100px;
	text-align: center;
	color: #fff;
}
#banner-right {
	color: #0054a6;
	padding: 30px;
	padding-bottom: 130px;
}
#banner-container {
	padding-bottom: 0;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
footer{
	padding-bottom:40px;
}
.icon{
	max-width:200px;
}
.bg,.bg-two{
width: 100%;
display: table;
margin: 0;
max-width: 100%;
background-image:url(../images/bg.png);
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
background-position:top

}
.bg-three{
    width: 100%;
display: table;
margin: 0;
max-width: 100%;
background-image:url(../images/bg.png);
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
background-position:center;
}
.call-to-action a{
	background:#fe0000;
	padding:15px;
	color:#fff;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	text-align: center;
}
}
@media (min-width: 992px) {
	.bg,.bg-three{background:url(../images/bg.png) right top no-repeat;background-size:cover;}
.bg-two{
background:url(../images/bg-two.png) left top no-repeat;
background-size:cover;

}


.heading-main {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: bold;
}
.form {
	background: #008080;
	padding: 20px;
	color: #fff;
}
#banner-right {
	color: #0054a6;
	padding: 30px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
.call-to-action a {
    background: #fe0000;
    padding: 15px 40px;
    color: #fff;
    position: fixed;
    left: auto;
    right: 0;
    bottom: 0;
    border-radius: 15px 0 0;
    }	
}
.highlight {
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
}
.green-font {
	color: #00bc58;
}
.logo {
	text-align: center;
}
.logo img {
	max-width: 200px;
}
#whycoolpex {
	padding: 20px 0;
	color: #fff;
	background-color: #00cc9c;
}
#whycoolpex h2 {
	color: #fff;
}
#speciality {
	background: #dcff38;
}
#features {
	background: #8b00a4;
}
.speciality li {
	background: url(images/bullet-point.png) top left no-repeat;
	padding-left: 30px;
	list-style: none;
	margin-bottom: 20px;
}
.speciality li:last-child {
	margin-bottom: 0;
}
.form-control {
	display: block;
	width: 100%;
 height: calc(1.5em + .75rem + 2px);
 padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	height: 18px;
	width: 18px;
	background: #fff;
}
.btn-primary {
	color: #fff;
	background-color: #fe0000;
	border-color: #fe0000;
}
.btn-primary:hover {
	color: #fff;
	background-color: #fe0000;
	border-color: #fe0000;
}
.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #fe0000;
	border-color: #fe0000;
	box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #fe0000;
	border-color: #fe0000;
}
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 10px 100px;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
footer p {
	color: #666;
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-15 {
	width: 50%;
	float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
	width: 50%;
	float: left;
}
}
@media (min-width: 992px) {
.col-md-15 {
	width: 20%;
	float: left;
}
}
@media (min-width: 1200px) {
.col-lg-15 {
	width: 20%;
	float: left;
}
}
.thank-you-bg {
	background-color: #115a77;
	height: 100vh;
	color: #fff;
}
.vertical-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.img-thumbnail {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0;
	max-width: 100%;
	height: auto;
}
#call {
	background: #00bc58;
	color: #fff;
}
.blue-font {
	color: #1c94cb;
}

.call-to-action a:hover{
	text-decoration:none;
}