html, body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.page-section {
     display: block;    
    /* outline: 1px dotted red; */
}


.vc-header {
    display: block;
    position: sticky;
    width: 100%;
    background: #07253f;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 60px;
    top: 0;
    left: 0;
    color: #ffffff;
    padding-top: 5px;
    z-index: 90000;
}

.vc-footer {
    display: block;
    width: 100%;
}

.vc-footer footer {
    display: block;
    width: 100%;
    background: #07253f;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: auto;
    color: #ffffff;
}

.vc-main {
    display: block;
    min-height: calc( 100vh - 518px);
}

[template='spring'] .main[layout='vc']  {
    overflow-y: auto;
    overflow-x: hidden;
}

/**
menu top
**/
.vc-to-logo {
    top: -15px;
    position: relative;
}

.vc-to-profile {
    display: block;
    position: relative;
    top: -3px;
    right: -6px;  
}

mavryx-content.vc-component-menu .menu-body {
    padding: 0;
    margin: 0;
    border: 0;
}

mavryx-content.vc-component-menu .menu-body ul,
mavryx-content.vc-component-menu .menu-body ul li { list-style: none; display: block; width: auto; }
mavryx-content.vc-component-menu .menu-body ul li {     list-style: none;
    display: inline-block;
    padding: 10px 5px;
    margin: 0;
    text-align: center;
    width: auto;
}

mavryx-content.vc-component-menu .menu-body ul li a .mvr-menu-title { 
    display: inline-block;
    color: #ffffff;
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-align: center;
    width: auto;
    padding: 10px 15px 20px;
}

.vcspacer {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid;  
}

mavryx-content.vc-component-menu.vc-component-bottomt .menu-body {
    border-bottom: 1px solid;  
}

mavryx-content.vc-component-menu.vc-component-bottomt .menu-body ul li a .mvr-menu-title {
   padding: 10px 20px; 
 
}

mavryx-content.vc-component-menu.vc-component-menu-social .menu-body ul li a .mvr-menu-icon  {
    font-size: 45px;
    width: auto;
    height: auto;
}

mavryx-content.vc-component-menu.vc-component-menu-social .menu-body ul li a .mvr-menu-title {
    display: none;
}

mavryx-content.vc-component-menu.vc-component-menu-social .menu-body ul li a .mvr-menu-icon span {
    color: #ffffff;
    font-size: 45px;
    width: auto;
    height: auto;
}

/**
fix vc
**/
.page-section.page-section-top {

    position: relative;
    top: -60px;
    left: -15%;
    width: 130%;
    color: #ffffff;
}

.page-section.page-section-features {

    position: relative;

    left: -15%;
    width: 130%;
    color: #ffffff;
}

.page-section.page-section-register {

    position: relative;

    left: -15%;
    width: 130%;
    color: #ffffff;
}