.sec-top{
  margin-top: 150px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 30px;
    top: 500px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
  margin-top:16px;
}


.mar1{
	margin-top: 30px;
}

.mar2{
    margin-top: 50px;
}

.mar3{
    margin-top: 80px;
}
.main-footer__bottom2 {
    text-align: left;
    background-color: #e9eaea;
}

.lst-row{
	padding-top: 40px;
	padding-bottom: 40px;
}

.about-four__funfact {
    max-width: 220px;
    position: absolute;
    top: 180px;
    left: 0;
    height: auto;
    background-color: var(--cityride-white, #FFFFFF);
    border-radius: 8px;
    border-left: 2px solid var(--cityride-base, #FED100);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: start;
    animation: zumpBottom 3s ease-in-out infinite;
}

.main-footer__top--two {
    padding-top: 50px;
}
.main-footer__top {
    padding-top: 88px;
    padding-bottom: 50px;
    position: relative;
}

