/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.bannerright {
    float: left;
    width: 45%;
}
.badge-success {
    background-color: #e6105a !important;
}
.bg-success {
    background-color: #e6105a !important;
    border-color: #e6105a !important;
}
.text-warning {
    color: #e6105a !important;
}
.text-secondary {
    color: #e6105a !important;
}
.Redo-pricing-container .Redo-pricing-table .price span {
    font-size: 37px;
    color: #212529;
    white-space: nowrap;
}
.bg-secondary {
    background-color: #e6105a !important;
    border-color: #e6105a !important;
}
.hero-bg-wrap ul li [class*="fa-"], .hero-bg-wrap ul li [class*="glyphicon-"] {
    color: #e6105a;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;margin: 0 auto 0 auto;
    max-width: 100%;
    height: auto;
}