/* path file: components/support/installation.guide/templates/.default/style.css */

.test-drives .btn {
    padding: 8px 24px;
    font-size: inherit;
}

.test-drives a.group-title {
    margin-left: 30px;
}

.test-drives a.group-title h4 {
    margin-bottom: 0;
}

.test-drives .submenu-3 {
    list-style-type: none;
    /* Remove bullets */
    padding: 0;
    /* Remove padding */
    margin: 0;
    /* Remove margins */
}

.test-drives .submenu-3 {
    margin-right: 20px;
}

.test-drives .submenu-3 a {
    text-decoration: none;
}

.test-drives .submenu-3 .current,
.test-drives .submenu-3 a:hover {
    color: #000;
}

.test-drives .submenu-3 .current {
    font-weight: bold;
}

.test-drives .next-item {
    margin-top: 15px;
    display: none;
}

.test-drives .next-item a {
    margin-left: 5px;
}

.test-drives .next-item a:after {
    content: '';
    border: 9px solid transparent;
    border-left: 13px solid #3a8cf0;
    margin-left: 10px;
    font-size: 0;
    margin-bottom: -4px;
    display: inline-block;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -moz-transform: all 0.3s cubic-bezier(.25, .8, .25, 1);

}

.test-drives .next-item a:hover {
    text-decoration: none;
}

.test-drives .next-item a:hover:after {
    border-left-color: #69A3E9;
}

@media (max-width: 500px) {
    .test-drives .toogle-col .btn {
        margin-left: 30px;
    }

    .return-back .icon_back {
        width: 24px ;
        height: 22px;
        margin-top: 8px;
    }

    .return-back {
        font-size: 0;
    }
}

.test-drives img {
    max-width: 100% !important;
    height: auto !important;
}

.test-drives .md-4 ul {
    margin-left: 20px;
}