.row-feature.slide1,
.row-feature.slide2 {
    position: fixed;
    left: -200%;
    right: auto;
    bottom: auto;
    top: 0;
    width: 100%;
    z-index: 99999999999999999;
    padding: 0;
    background-color: #f9f9f9;
    color: black;
    /* display: none; */
    height: 0px;
    transition: 1s;
    z-index: 999999999;
    /* margin-bottom: 50px; */
}
.start1,.start2 {
    cursor: pointer;
    /* color: #fe3603; */
}
.start1:hover {
   background-color:rgba(0, 0, 0, 0.1);
color:white;
}
.foot0 p.start1 {
    color: white;
    font-weight: bold;
}
.x0 {
    color: white;
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: 'Arial';
    font-weight: bold;
    border-radius: 100%;
    cursor: pointer;
    background-color: #2195f2;
    padding: 3px;
    width: 30px;
    text-align: center;
    height: 30px;
}
.row-feature.login1 .x0:hover {
    background-color: #940e0d;
}