*{
    margin: 0%;
    padding: 0;
    box-sizing: border-box;
}
body{
    position: relative;
    background-color: rgb(255, 255, 255);  
}
a
{text-decoration: none !important;}
.top-header{
    width: 100%;
    position: relative;
    background-color: #000000;
    padding: 10px;
    
}
.top-header img{
    width: 150px;
    height: 100px;
}
/* .header-section{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.get-id-now {
	position: relative;
	text-align: center;
	display: flex;
	justify-content: end;
	align-items: center;
    color: #fff;
}
.whatsapp-icon img {
	width: 60px;
	height: 60px;
}
.get-id-now h4 {
	padding-right: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.landing-area {
	display: flex;
	width: 100%;
	justify-content: center;
	align-content: center;
	margin-top: 33%;
    color: #FFF;
}
.Most-Trusted {
	position: relative;
	width: 486px;
	margin: 14px auto;
	background-color: #e4c540;
	padding: 15px;
	border-radius: 12px;
    text-align: center;
}
.landing-area button {
	position: relative;
	background-color: green;
	border: none;
	padding: 12px 22px;
	border-radius: 20px;
}

.landing-area button:hover {
	background-color: #74d751;
	transform: scale(1.1);
	position: relative;
	transition: all 0.3s ease-in-out;
}
.landing-home {
	position: absolute;
	left: 37%;
	top: 20%;
	padding: 50px 20px 13px 20px;
}

.landing-home::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.8;
    border-radius: 20px;
}
.Reffreal {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.Reffreal button{
    position: relative;
	background-color: green;
	border: none;
	padding: 12px 22px;
	border-radius: 20px;
}
.Reffreal button:hover {
	background-color: #74d751;
	transform: scale(1.1);
	position: relative;
	transition: all 0.3s ease-in-out;
}
@media (max-width: 575.98px) { 
    .logo {
        width: 50%;
    }
    .get-id-now{
        width: 45%;
    }
    .get-id-now h4{
       font-size: 16px;
       padding-right: 10px;
       color: #fff !important;
    }
    .whatsapp-icon img {
        width: 40px;
        height: 40px;
    }
    .landing-home {
        position: relative;
        left: 0%;
        top: 15%;
        padding: 50px 10px 10px 100px;
    }
    body{
        height: 900px;
    }
    .Most-Trusted {
        position: relative;
        width: 360px;
        margin: 15px auto;
        padding: 10px;
        text-align: center;
    }
 }

 @media (max-width: 991.98px) { 
    .logo img{
        width: 100px;
        height: 70px;
    }
    .logo {
        width: 50%;
    }
    .get-id-now{
        width: 45%;
    }
    .get-id-now h4{
        font-size: 16px;
        padding-right: 10px;
     }
     .landing-home {
        position: relative;
        left: 0%;
        top: 15%;
        padding: 50px 10px 13px 10px;
    }
    body{
        height: 900px !important;
    }
  }