
* {
	margin: 0 0;
	padding: 0;
	outline: none;
}
.tab-space {padding-left:1em;}

}
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul{
	margin:0 !important;
}
a{
	text-decoration: none !important;
}
div {
	font-family: 'Poppins', sans-serif;
}

 h2,p {
	font-family: 'Poppins', sans-serif;
}
ul{
	list-style-type: none !important;
}

ul li{
	list-style-type: none !important;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.5);
    display: none;
}
  .pricing-quote-form::-webkit-scrollbar {
    width: 0.6em;
}
.pricing-quote-form::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);

}
.pricing-quote-form::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.7);
  outline: 1px solid slategrey;
  border-radius: 10px;
}
.quoteframe{
	max-height: 450px;
	overflow-y: scroll;
}
.font-size-13{
	font-size: 13px;
}
.text-red{
	color: #ea1b25 !important;
}

.bg-red{
	background-color: #ea1b25 !important;
}
.text-grey{
	color: #999999 !important;
}
.bg-grey{
	background-color: #e4e3e8 !important;
}
.border-radius-10{
	border-radius: 10px;
}
.navbar {
    box-shadow: 0 0px 5px 0 rgba(0,0,0,.16);
    padding:15px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.navbar-collapse{
	position: relative;
}
.navbar-expand-lg .navbar-nav {
    position: absolute;
    right: 0;
}
.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
    background-color: #fff;
}
.banner{
	background: url(../img/banner-img.png) no-repeat center center;
	background-size: cover;
	height: auto;
	padding:70px 0;
	position: relative;
}
.banner .btn{
	box-shadow: none;
}
.banner h1{
	font-size: 50px;
	color: #fff;
}
.banner h1 b{
	font-size: 50px;
	color: #fff;
}
.get-quote-form{
	text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding:25px;
}
.get-quote-form .form-control{
	font-size: 13px;
}
.get-quote-form small{
	line-height: 18px;
}
.get-quote-form .form-control:focus {
    border-color: #ea1b25;
}
.banner-left-text{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.special{
	padding:50px 0;
}
.special h2, .payment h2{
	margin:0 auto;
	text-align: center;
}
footer{
	background-color: #333;
	padding:20px 0;
}