.glyphicon-lg
{
    font-size:4em
}
.info-block
{
    border-right:5px solid #E6E6E6;margin-bottom:25px
}
.info-block .square-box
{
    width:100px;min-height:110px;margin-right:22px;text-align:center!important;padding:20px 0
}
.info-block.block-info
{
    border-color:#ee3e3b;
    background: #f2f2f2;
    padding: 10px 0;
    box-shadow: 0 5px 10px #e4e4e4;
}
.info-block.block-info .square-box
{
    color:#dadada
}
.searchable-container{
    display: flex;
    flex-wrap: wrap;
}
.search_dealer{
    height: 50px;
    border-radius: 10px;
    box-shadow: 0 5px 6px gainsboro;
    border: solid 3px #1e135f;
}
.rs-company-name{
    border-bottom: solid 3px #ee3e3b;
}
.pinkBg {
    background-color: #ee3e3b!important;
    background-image: linear-gradient(90deg, #ee3e3b, #ee3e3b);
}
.intro-banner-vdo-play-btn{
    height:20px;
    width:20px;
    position:relative;
    top:20px;
    left:-30px;
    text-align:center;
    /* margin:-30px 0 0 -30px; */
    border-radius:100px;
    z-index:1
}
.intro-banner-vdo-play-btn i{
    line-height:56px;
    font-size:30px
}
.rs-pb-btn{
    position: relative;
}
.intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width:60px;
    height:60px;
    z-index:-1;
    /* left:50%;
    top:50%; */
    opacity:0;
    /* margin:-80px 0 0 -80px; */
    border-radius:100px;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}
