.content {
    margin-top: 120px;
}

.content .nav-pills {
    /* box-shadow: 0px 10px 20px 0px rgba(55, 99, 221, 0.07); */
    background-color: rgba(99, 140, 253, 0.1);
    border-radius: 5px;
    padding: 10px;
    width: 230px;
}

.content .nav-link {
    color: var(--main-color) !important;
    font-weight: 500;
}

.content .nav-link.active {
    background: var(--main-color);
    color: white !important;
}

.tab-content {
    margin-top: -100px;
}

.dekstop-img {
    width: 300px !important;
}

.download-btn a {
    border: 1px solid var(--main-color) !important;
    color: var(--main-color);
}

.download-btn svg path {
    fill: var(--main-color) !important;
}

.download-btn a:hover {
    background: var(--main-color) !important;
    color: white !important;
}

.download-btn a:hover svg path {
    fill: white !important;
}

.desktop-img {
    height: auto;
    width: 150%;
    margin-right: -300px;
}

@media screen and (max-width:991px) {
    .content .nav-pills {
        width: 210px;
    }

    .nav-item {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width:991px) {
    .download-btn-single {
        margin-top: 5px !important;
    }

}

@media screen and (max-width:768px) {
    .col-md:first-child {
        padding-left: 0px;
    }

    .col-md.d-flex {
        display: none !important;
    }

    .row.ml-0 {
        margin-top: 100px;
    }

    .row .m-0 h2 {
        font-size: 26px;
        text-align: center !important;
        width: 100%;
    }

    .row .m-0 {
        text-align: center;
    }

    .download-btn-single {
        margin-top: 5px !important;
    }

    .tab-pane {
        margin-top: 20vh;
    }

    .mobile-img {
        display: none;
    }
}