body, html{
    background-color: #f1f1df;
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex-shrink: 0;
}
.brand-logo img{
    margin: 5px 10px;
    height: 50px;
}
nav{
    background-color: rgba(0,137,169, 20);
}
h3{
    padding-left: 8px;
}
.card.medium {
    width: 410px;
    margin-right: 20px;
    height: 450px;
}
div .card{
    background-color: #0089a9;
}
.card-image img{
    height: 220px;
    object-fit: cover;
}

.flexbox-cardbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
span .subtext{
    font-size: 1.3rem;
}
.flexbox-text-imagebox{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.text-image{
    width:450px;
    margin-left: 30px;
}
.row-reverse{
    flex-direction: row-reverse;
}

.row-reverse img{
    margin-right: 30px;
    margin-left: 0px;
}
li a{
    text-decoration: none;
    color: whitesmoke;
    cursor: pointer ;
}
.pand-detail-flex{
    display: flex;
    align-content: center;
    margin-top: 50px

}
.pand-detail-text{
    margin-left: 30px;
}
h4{
    margin: 0;

    padding-left: 8px;

}
.basic-flex{
    display: flex;
}
.basic-flex i{
    margin-right: 10px;
}
.basic-flex div{
    margin-left: 25px;
}
.pand-features{
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
}
.review-box{
    margin-top: 25px;
}
.review-box div{
    margin-top: 10px;
}
footer{
    margin-top: 30px;
    padding: 10px;
    background-color: #0089a9;
}
footer a {
    text-decoration: underline;
    color: rgba(0,0,0,0.87);
    color: white;

}
footer > div > div > div{
    color: white;
}

.card .card-content p{
    color: whitesmoke;
}
.margin-top{
    margin-top: 30px;
}
.padding-top{
    padding-top: 30px;
}
.grid-image{
    width: 100%;
}
@media only screen and (min-width: 1200px) {
    .valign-center{
        display: flex;
        align-items: center;
    }
}
.captcha{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.card-content{
    word-wrap: break-word;
}

.coverstyle {
    object-fit: cover;
}
#u_0_5{
    color: white;
}
._51m- > div > span{
    color: white;
}

.link{
    color: white !important;
    text-decoration: underline !important;
}
