/* thank you pages styles */
.signup-getstarted {
    border: 1px solid #393939;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 20px;
}
.signup-getstarted .vscom-link-wrapper {
    padding-top: 20px;
}
.vs-get-started .menu-dropdown .nav-block .top-nav a.top-link {
    text-align: left;
}
.tech-cards .landing-card .icon-wrap i:before {
    vertical-align: -webkit-baseline-middle;
}
.vs-skills-blocks.area-boxes p.area-card {
    width: 100%;
    height: auto;
    min-height: 200px;
    border-radius: 8px;
}
.vs-skills-blocks .area-card a.heading-link {
    padding: 18px;
    background: #ffffff;
    border: 0.5px solid #858585;
    display: block;
    box-shadow: 0px 6px 14px rgb(0 0 0 / 13%), 0px 1px 4px rgb(0 0 0 / 11%);
    overflow: hidden;
    border-radius: 8px;
}
.vs-skills-blocks .area-card .vscom-icon {
    margin: 10px 0.625rem 0 0;
}
.vs-skills-blocks .area-card {
    transition: 0.5s all ease;
}
.vs-skills-blocks .area-card:focus, .vs-skills-blocks .area-card:hover {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 22%), 0px 5px 15px rgb(0 0 0 / 18%);
}
/* Sidbar nav */
.fixed-nav {
    position: fixed !important;
    top: 3.125rem;
    z-index: 200;
    background: #fff;
}

.fixed-nav-bottom {
    position: fixed !important;
    bottom: 28rem;
    z-index: 200;
    background: #fff;
}

.top-nav .vscom-icon {
    display: none;
}

.vscom-social-media-nav {
    margin: 0 0.25rem;
}

.nav-list {
    list-style: none;
    padding-inline-start: 0;
    padding-left: 0;
    background: #fff;
    max-width: 200px;
    margin-block-start: 0;
}

.nav-col .top-link {
    width: 100%;
}

.nav-list li {
    display: block;
}

.nav-list li a {
    width: 100%;
    padding: 18px 0;
}

.nav-list li.tech-nav a {
    background: #FAF9F8;
    padding: 1.125rem 0 1.125rem 1.25rem;
}



/* Theme */
.nav-list li a {
    display: block;
    color: #191919;
    font-weight: 300;
    border-bottom: 1px solid #C8C6C4;
}

.nav-list li {
    cursor: pointer;
    border-bottom: 2px transparent solid;
}

.nav-col .nav-list li.selected a,
.nav-col .nav-list li.selected {
    pointer-events: none;
    cursor: default;
}

.nav-list li:focus,
.nav-list li:hover,
.nav-list li.selected {
    border-bottom: 2px solid #191919;
}

.nav-col .nav-list li:focus a,
.nav-col .nav-list li:hover a,
.nav-col .nav-list li.selected a {
    font-weight: 600;
    color: #191919;
    text-decoration: none;
}

/* dropdown version  menu */
.menu-dropdown .mobile-content {
    display: flex;
}

.menu-dropdown.fixed-nav {
    top: 0;
}

.landing-container .menu-dropdown.nav-col {
    box-shadow: none;
    border-radius: 0;
}

.menu-dropdown .nav-list {
    display: none;
    visibility: hidden;
    position: absolute;
    height: 100%;
}

.menu-dropdown.nav-col .nav-block.on {
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 15.7rem;
    height: calc(100vh - 15rem);

}

.menu-dropdown.nav-col .nav-block.on .nav-inner-wrapper {
    position: relative;
    background: #fff;
    height: auto;
    width: 15.7rem;
}

.menu-dropdown .nav-block button.top-nav {
    justify-content: space-between;
    align-items: center;
    padding: 1.125rem 0;
    background: #fff;
    width: 12.5rem;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #191919;
    box-shadow: none;

}

.menu-dropdown .top-nav .vscom-icon {
    display: block;
    cursor: pointer;
}

.menu-dropdown .nav-block .top-nav a.top-link {
    color: #000;
    font-size: 1.125rem;
}

.menu-dropdown .nav-list.show {
    visibility: visible;
    display: block;
    z-index: 200;
    opacity: 1;
    padding: 0 1.875rem 1.875rem 1.875rem;
    max-width: 17.75rem;
    margin-top: 0;
    box-shadow: 0px 6.4px 14.4px rgba(0, 0, 0, 0.132), 0px 1.2px 3.6px rgba(0, 0, 0, 0.108);
    border: 1px solid #EDEBE9;
    height: auto;
}

.menu-dropdown .fusion-text-2 {
    margin-top: 1.25rem;
}

/* for small screen */

@media screen and (max-width: 1100px) {
    .fixed-nav {
        top: 0;
    }

    .landing-container .nav-col {
        box-shadow: none;
        border-radius: 0;
    }

    .desktop-content {
        display: none;
    }

    .mobile-content {
        display: flex;
    }

    .fusion-text.mobile-content {
        background: #FAF9F8;
        justify-content: space-between;
        align-items: center;
        padding: 35px 25px;
    }

    .landing-container .mobile-content p {
        margin-bottom: 0;
    }

    #main .landing-container .fusion-layout-column.fusion-one-fifth,
    #main .landing-container .fusion-layout-column.fusion-four-fifth {
        width: calc(100% - 24px) !important;
        float: none;
    }

    #main .landing-container .fusion-layout-column.fusion-one-fifth {
        margin-right: 12px !important;
    }

    .nav-col .nav-block {
        margin-bottom: 2.5rem;
    }

    .menu-dropdown.nav-col .nav-block.on {
        position: absolute;
        z-index: 200;
    }

    .nav-col .nav-block p {
        margin-bottom: 0;
    }

    .nav-list {
        display: none;
        visibility: hidden;
        position: absolute;
        height: 100%;
    }

    .nav-block button.top-nav {
        justify-content: space-between;
        align-items: center;
        padding: 1.125rem 0;
        background: #fff;
        width: 12.5rem;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #191919;
        box-shadow: none;

    }

    .top-nav .vscom-icon {
        display: block;
        cursor: pointer;
    }

    .nav-block .top-nav a.top-link {
        color: #000;
        font-size: 1.125rem;
    }

    .nav-list.show {
        visibility: visible;
        display: block;
        z-index: 200;
        opacity: 1;
        padding: 0 1.875rem 1.875rem 1.875rem;
        max-width: 17.75rem;
        margin-top: 0;
        box-shadow: 0px 6.4px 14.4px rgba(0, 0, 0, 0.132), 0px 1.2px 3.6px rgba(0, 0, 0, 0.108);
        border: 1px solid #EDEBE9;
        height: auto;
    }
}
@media screen and (max-width: 768px){
.nav-block .top-nav a.top-link {
text-align: left; 
}
.vs-get-started .vs-modern-downloads {
display: block;
}
.vs-get-started .vs-modern-downloads .vs-cta-btn {
padding-bottom: 20px;
}
}
