html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
    background-color: #d71a21;
}
img.img-responsive{
    display: inline-block
}
.no-padd{
    padding-left: 0;
    padding-right: 0;
}
.no-v-padd{
    padding-left: 0;
    padding-right: 0;
}
.no-padd-right{
    padding-right: 0;
}
.no-padd-left{
    padding-left: 0;
}
.no-padd-bottom{
    padding-bottom: 0!important;
}
.max-width{
    width: 100%;
}
.margin-auto{
    margin: auto;
}
.gap-padd{
    padding-top: 1em;
    padding-bottom: 1em;
}
.padd-bottom{
    padding-bottom: 1em;
}
.bg-white{
    background-color: #f8fbff;
}
.bg-form-color{
    background-color: #e7e7e9;
}
.bg-quote-header,
.bg-quote-header small{
    background-color: #1d9d54;
    color: #fff;
}
.img-slider-cont{
    position: relative;
    max-height: 580px;
}
.img-slider-cont img{
    pointer-events: none;
}
.img-slider-cont .main-slider-cont{
    background-color: #d71a21;
}
.img-slider-cont .slick-initialized .slick-slide{
    pointer-events: none;
}
.button-link-download{
    margin: auto;
    display: block;
    background-color: #d71a21;
    padding: 0 1em 0;
    text-align: center;
    border: none;
    border-radius: .3em;
    max-width: 37em;
    transition: all .3s ease-in-out;
    box-shadow: 1px 4px 10px 0 rgba(0,0,0,0.2);
}
.button-link-download:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    text-decoration: none;
}
.button-link-download img{
    pointer-events: none;
}
.form-cont input{
    font-size: 1.5em;
    height: 2.3em!important;
}
.form-cont i.fa{
    font: normal normal normal 1.6em FontAwesome !important;
}
.form-cont span.field-icon{
    top: 5px!important;
}
.quote-block{
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 1em;
    padding-bottom: 2em;
}
.quote-block div{
    flex: 1;
    margin: 0 1em;
    padding: 1em;
    position: relative;
    padding-bottom: 3em;
    font-size: 1.3em;
}
.quote-block div i{
    color: #939393;
}
.quote-block div p:nth-child(2){
    color: #555555;
    line-height: 1.3;
}
.quote-block div p:last-child{
    position: absolute;
    bottom: 0;
    right: 0;
}
.quote-title h1{
    line-height: .8;
}
.sticky-buy-now{
    position: fixed;
    z-index: 99999;
    bottom: 0;
    right: 0;
    width: 6.7em;
    text-align: center;
}
.sticky-buy-now a{
    text-decoration: none;
}
.sticky-buy-now img{
    width: 100%;
}
.sticky-buy-now p{
    font-weight: 600;
    font-size: .9em;
    margin: 0;
}
.smart-steps .wizard > .steps a:after{
    border-left: 28px solid #5fc0ed;
}

@media only screen and (max-width: 1100px){
    .no-padd-1100{
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 991px){
    .video-cont .no-padd-left{
        padding: .5em 1em;
    }
    .video-cont .no-padd-right{
        padding: .5em 1em;
    }
    .quote-block{
        flex-direction: column;
    }
}
@media only screen and (max-width: 768px){
    div.container{
        width: auto;
    }
    .no-padd-sm{
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 500px){
    .slick-prev:before,
    .slick-next:before
    {
        font-size: 30px!important;
    }
}