.a-logo img{
    max-width: 20%;
    background: #fff;
    padding: 12px;
}
.br-logo img{
    max-width: 30%;
    margin: auto;
    padding: 12px 0px;
}
.bg-white{
    background-color: #fff;
}
.bg-e7e7e7{
    background-color: #e7e7e7;
}
.feature-download {
    /* background-image: url(../../assets/img/alphastream-3.png), linear-gradient(180deg, rgb(231, 231, 231) 0%, rgb(231, 231, 231) 75%, rgb(231, 231, 231) 100%); */
    background-repeat: no-repeat;
    background-position: bottom left;
}
.form-control {
    height: 45px;
    border: 1px solid #444;
    background-color: #e7e7e7;
}
.for-mobile-d {
    text-align: center;
}
.dwnld{
    height: 50%;
}
.form-group-input{
    height: 45px;
    margin-bottom: 1rem;
    background-color: #cccccc;
}
.form-check.form-check-inline{
    width: 100%;
    height: 100%;
    padding-left: 12px;
}
.form-check-label {
    margin-bottom: 0px;
    margin-top: 0px;
}
.form-group.form-group-input:hover {
    background-color: #a7a7a7;
}
.isSelected>label.form-check-label.w-100{
    color: #fff;
}
.isSelected {
    background-color: #272727;
  }
.label-download{
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: left;
    font-weight: 500;
}
label.label-download span {
    color: indianred;
    font-weight: 900;
    padding-left: 2px;
}
@media only screen and (max-width: 991.98px){
    .feature-download {
        background-image: none;
    }
}
@media only screen and (min-width:  991.98px){
.for-mobile-d {
    display: none;
}
}
