.page-header {
    margin-top: 0;
    border-bottom: none;
    background-color: #00a4ff;
    padding-top: 90px;
    padding-bottom: 140px;
    text-align: center;
    margin-bottom: 0;
}

@media screen and (max-width: 500px){
    .page-header {
        padding-top: 90px;
        padding-bottom: 140px;
    }

    .page-header h2 {
        font-size: 25px;
    }
}

.page-header h2 {
    margin-top: 0;
    color: white;
    font-weight: bold;
    font-size: 50px;
}

.page-header .acy-features-sidenav {
    width: 90%;
    margin-top: -135px;
    margin-left: 5%;
}

.greybg {
    background-color: #f8f8f8 !important;
}

.icons {
    display: none !important;
}

.container .acy-features-sidenav {
    width: 90%;
    margin-left: 5%;
    margin-top: -100px;
    padding-left: 10%;
    padding-right: 10%;
    background-color: white;
    box-shadow: 0 10px 28px 0 rgba(61, 163, 159, 0.1);
    margin-bottom: 50px;
}

.container .acy-features-sidenav .acy-feature-sidenav-title {
    width: 100%;
    padding: 15px;
    font-size: 20px;
    color: #303E47;
}

.container .acy-features-sidenav li {
    width: 24%;
    background-color: white;
    box-shadow: none;
    display: inline-block;
}

.container .acy-features-sidenav li a {
    background-color: white;
    border-bottom: 3px solid white;
    box-shadow: none;
    color: #00a4ff !important;
}

.container .acy-features-sidenav li a:hover {
    background-color: white !important;
    border-bottom: 3px solid #00a4ff;
    color: #00a4ff !important;
}

@media screen and (max-width: 500px) {
    .container .featureslist {
        overflow-y: scroll;
    }
}

.container .featureslist .table {
    box-shadow: 0 10px 28px 0 rgba(61, 163, 159, 0.1);
    border: none;
}

.container .featureslist .table tr:first-child {
    background-color: #f8f8f8 !important;
}

.container .featureslist .table tr:first-child td {
    font-size: 17px;
    color: #303E47;
    border: none !important;
    line-height: 45px !important;
    background-color: #f8f8f8 !important;
}

.container .featureslist .table tr td {
    padding: 10px;
    font-size: 13px;
    color: #9b9b9b;
    border: 1px solid #f1f1f1 !important;
    line-height: 45px;
    background-color: white !important;
    min-width: 100px;
}

.container .featureslist .table tr td img{
    width: 40px;
    padding-top: 8px;
}

.container .featureslist .table tr td a{
    display: inline-block !important;
}

.container .featureslist .table tr td .fa-star {
    color: #00a4ff;
    display: inline-block;
}

.container .featureslist .table tr td a{
    color: #00a4ff;
}

.container .featureslist .table tr td img.acy_feature_yes {
    width: 20px;
    padding-top: 14px;
}

.container .featureslist .table tr td:first-child {
    padding: 10px 10px 10px 30px;
    border-left: none !important;
    width: 45%;
}

.container .featureslist .table tr td:last-child {
    border-right: none !important;
}

.container .featureslist .table tr:last-child td {
    border-bottom: none !important;
}

.container .featureslist .table tr td .acy_feature_get a{
    display: block;
    text-align: center;
    padding: 0px 15px 0px 15px;
    background-color: #00a4ff;
    color: white;
    font-size: 13px;
    border-radius: 4px;
    transition: 0.2s;
}

.container .featureslist .table tr td .acy_feature_get a:hover{
    background-color: #0079d3;
    text-decoration: none;
}

.container .featureslist .table tr td .acy_feature_get span{
    display: block;
    text-align: center;
    color: #9b9b9b;
    font-size: 13px; 
}

.container .featureslist .table tr td.compatibility {
    text-align: center;
}

.container .featureslist .table tr td.compatibility i {
    font-size: 30px;
    color: #303E47;
}

.container .featureslist .table tr td.compatibility i:first-child {
    margin-right: 10px;
}

.container .featureslist .featureslist_title {
    color: #303E47;
    text-align: center;
    font-weight: 800;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }

