.hero-slider-section {
	width:100%;
	position: relative;
}
.hero-slider-section img {
	width:100%;
	height:auto;
}
.carousel {
	top:0;
}
.carousel-caption {
	bottom:10rem;
	z-index:1;
}
.carousel-caption .bantxt {
	width:100%;
	margin:0 auto;
	    text-align: center;
}
.carousel-caption .bantxt h4 {
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0;
}
.carousel-caption .bantxt p {
	    width: 70%;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
}
.carousel-caption .getquote-btn {
	display:inline-block;
	margin:20px 0 0;
}
.carousel-caption .getquote-btn a {
	display:block;
	color: #fff;
    	font-size: 15px;
    	font-weight: bold;
    	line-height: 24px;
    	padding: 8px 20px 8px 40px;
    	margin: 0;
    	text-decoration: none;
	text-transform: uppercase;
	border-radius:50px;
	background: url(../images/get-quote-icn.png) no-repeat 22px 11px #f0ad1c;
}
.carousel-caption .getquote-btn a:hover {
	color: #fff;
    	text-decoration: none;
	background: url(../images/get-quote-icn.png) no-repeat 22px 11px #1c4590;
}
.carousel-item {
	width:100%;
	height:100%;
}
 @media screen and (max-width:992px) {
.carousel-item > img {
 width:100%;
 height:100%;
}
.carousel-caption {
    bottom: 2rem;
    left: 5%;
    right: 5%;
}
.carousel-caption .bantxt h4 {
    font-size: 30px;
    line-height: 40px;
}
.carousel-caption .bantxt p {
    width:100%;
}
.carousel-caption .getquote-btn a {
    font-size: 12px;
    line-height: 18px;
    background:url(../images/get-quote-icn.png) no-repeat 22px 5px #f0ad1c;
}
}
@media screen and (max-width:768px) {
.carousel-caption {
    bottom: 1rem;
}
.carousel-caption .bantxt h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
.carousel-caption .bantxt p {
    display:none;
    font-size: 14px;
    line-height: 18px;
}
.carousel-caption .getquote-btn a {
    font-size: 12px;
    line-height: 18px;
    background:url(../images/get-quote-icn.png) no-repeat 22px 5px #f0ad1c;
}
}