
/*
Use this file to write your custom styles
*/
.brand img{
    width: 140px;
    height: auto;
    max-width: 100%;
}
.features .feature-box i {
    font-size: 2.5rem;
}
.faq h5{
    color: #00cd76;
    font-weight: bold;
}
#error-container{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;    
}
#error-container .error{
    display: block;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px 5px;
}
.top-laptop{
    margin-left: 3rem !important;margin-top: 2.5rem !important;
}
.as-seen-on-logo img{
    width: 70px;
    height: auto;
}
@media only screen and (max-width: 991px){
    .top-laptop{
        margin-left: 0 !important;
        margin-top: 4rem !important;
    }
    .header-text{
        padding-bottom: 100px;
    }    
}