

/*-----slider css start--*/
.irs--big .irs-line {
    top: 33px;
    border: 1px solid #ddd;
	height:20px;
    background: #f9f9f9;
}
.irs--big .irs-min, .irs--big .irs-max { display:none;
  top: 66px;
color: #fff;
font-size: 18px;
text-shadow: none;
background-color: transparent;
}
.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
color: #fff;
text-shadow: none;
background: url(../images/amount-box.png) no-repeat 0 0; width: 113px;height: 54px;
font-size: 22px;
text-align: center;
font-weight: 600; padding:9px 15px;}
  
  
.irs--big .irs-bar {
    top: 33px;
    background-color: #ffbd13;
    border: 1px solid #ffbd13;
    background: #ffbd13;
	height:20px;
    box-shadow: none;
}
.irs--big .irs-handle {
    top: 17px;
    width: 48px;
    height: 48px;
    border: 0;
    background:url(../images/slider-btn.svg) no-repeat 5px 0;
    box-shadow: none;
    border-radius: 20px;
}
.irs-from, .irs-to, .irs-single {
    top: -42px;
}
.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
   background:url(../images/slider-btn.svg) no-repeat 5px 0;
}
.r-slider {
    margin-bottom: 30px;
    margin-top: 70px;
}
.btn-comm {
    color: #fff;
    background: #222222;
    border: 0;
    padding: 15px 35px;
    border-radius: 30px 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    cursor: pointer;
    font-weight: 500;
}
.btn-comm:hover {
    border-radius: 0 0;

}
.banner-slider1 .form-heading {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 50px;
	color:#000; text-align:left;
}
.banner-slider1 {
  background: transparent;
    text-align: center;
    padding: 0;
	margin:0px;
	border-radius: 25px;
}
.banner-slider1 .theme-btn {margin-bottom: 10px; box-shadow:0px 12px 32px rgba(140,18,18,.23);
    border: 0; padding:20px 30px;border-radius: 40px;max-width: 259px;width: 100%;
    outline: 0;
    font-weight: 700; background:#ffaf3f;color: #fff;
    font-size: 22px;
    line-height: 30px;
    cursor: pointer;
	display: block;
margin: 0 auto;
}
.get-quote p.small{color:#fff;font-size: 13px; text-align:center;}

.banner-slider1 h2 {
    color: #fff;
    margin-bottom: 20px;
}
.innerbanner .col:nth-of-type(1) {
    width: 100%;
}
.innerbanner .col:nth-of-type(2) {
    width: 40%;
}

.inner-page.innerbanner {
  padding-right: 20px;
}

@media (max-width:767px){
.banner-slider1 .form-heading {font-size: 16px; line-height: 1.5; font-weight: 600; margin-bottom: 70px;}
.inner-page.innerbanner { padding: 0 25px;}
.banner-slider1 .theme-btn{font-size: 20px; padding: 20px 17px;}
.banner-slider1{padding: 30px 43px;}
}

@media (max-width:440px){
.banner-slider1 .theme-btn { padding: 14px 17px;}
.get-quote p.small{ margin-bottom:0;}
.banner-slider1 {padding: 30px 30px;}

}
