.lsbodyholderZorg{
    z-index: 1;
    /* margin-top:66px; */
    margin-top:0px;
    margin-left: auto;
    margin-right: auto;
}
.ls-section {
    z-index: 1;
    width: 100%;
    display: block;
    margin: 0 auto;
    
    padding: 72px 0 36px;

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.ls-testimonial{
    height: 90%;
    margin-left:20px;
    margin-right:20px;
}

.gfort-block-testimonials-name-rate{
    justify-content: flex-start !important;
}


.lsfooter {
    background-color:#202020;
    margin-top:0px;
}
.lsheaders{
    margin:9px;
}
.lsheaders a:hover, .lscopyright a:hover{
    background-color:#545454;
    padding-left: 10px;
    padding-right:10px;
    border-radius:5px;
}
.lscopyright{
    background-color:#060606;
    padding-top:20px;
    padding-bottom:20px;
    color:#ffffff;
}
.lscopyright .col-lg-4{
    text-align:center;
}
#gfort-btn-back-to-top{
   
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #555; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    width: 25px;
    height:25px;
    vertical-align:middle;
    text-align:center;
    padding: 4.5px; 
    bottom: 30px !important;
    border-radius: 20px; /* Rounded corners */
    font-size: 14px; /* Increase font size */
}
#ls-back-to-top{
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px ; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #555; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    width: 25px;
    height:25px;
    padding: 2px; /*15px;  Some padding */
    padding-bottom:8px;
    border-radius: 20px; /* Rounded corners */
    font-size: 14px; /* Increase font size */
}
#gfort-btn-back-to-top i {
    line-height:14px;
}
#ls-back-to-top:hover{
    background-color:#F10930;
}
.lsmenu-item{
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.50px;
    margin-right: 15px;
    min-width:50px;
}
.navbar-collapse.collapse.show{
    background-color: inherit;
    padding-left: 5px;
}
.gfort-section-header-container .gfort-section-header-menu-container{
    background-color:#d8d8d8;
}

.gfort-nav-item a:hover{
    color:#000000 !important;
    background-color: #d8d8d8;
   
}
.ls-menu .navbar-nav>li>a{
    height: 1.4em;
    padding-bottom:3px;
}
.gfort-block-testimonials{
    height: 100%;
}
.ls-menu {
    z-index:2;
    padding-top:0px !important;
    background-color: #d8d8d8;
}
.ls-menu .navbar-nav>li{
    margin-top:20px;
    font-size:14px;
}
.navbar-nav>li>a{
    height: 1.2em;
}
.navbar-toggler.ls-navbar-button{
    border:none;
}
.ls-navbar-button .navbar-toggler-icon{
    background-color:inherit;
    padding-top:3px;
}
