.sec-top{
    margin-top: 150px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 30px;
    top: 760px;
    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;
}

.fo1{
	color: #fff;
}

.fo2{
	font-size: 14px;
}

.fo3{
	color: #ff8d00;
}

.mar1{
	margin-bottom: 50px;
}

.mar2{
	margin-top: 50px;
}

.logo-pad{
	margin-top: 15px;
	margin-bottom: 15px;
}

.header-navbar .navbar {
    padding: 0px;
    height: auto;
}

.social{
	width: 100%;
	float: left;
	padding: 0px;
}

.social ul{
	float: left;
	width: 100%;
	
}

.social li:first-child{
	float: left;
	font-size: 18px;
	list-style: none;
	margin-left: 0px;
}

.social li{
	float: left;
	font-size: 18px;
	list-style: none;
	margin-left: 15px;
}



.social li a{
	float: left;
	font-size: 18px;
	list-style: none;
	margin-left: 15px;
}

.footer {
    position: relative;
    background-color: #588f13;
    color: rgba(var(--bs-white-rgb), .65);
}

.tour-grid .tour-item .tour-content .tour-booking .tour-price strong {
    font-weight: 600;
    font-size: 1rem;
    margin-right: .25rem;
}