.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 25px;
    transition: .3s;
}

.content {
    margin-top: 110px;
}

.whats-btn{
    border: 1px solid #2a8a77;
    color: #09493d;
    padding: 8px 16px;
    border-radius: 8px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.whats-btn-white{
    border: 1px solid white !important;
}

.signup-btn{
    background: #d5d5d573;
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}


.contact {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    border-radius: 25px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    z-index: 2;
}

/*
.home-background{
    background-image: url(../../images/home/background-one.jpg);
    background-size: cover;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.home-background:before {
	content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(59 59 59 / 33%);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
*/

.home-background-full{
    /*
    background-size: cover;
    */
    background-image: url(../../images/home/background-one.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    transition: background-image 1s ease-in-out;
}

.home-background-full:before {
	content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(0 0 0 / 46%);
}

.home-r-mar{
    margin-top: 10px;
}

.home-full-logo{
    height: 270px;
}

.home-h1{
    font-size: 3rem;
    margin-bottom: 10px;
}

.home-h1-2{
    font-size: 2rem;
    margin-bottom: 10px;
}

.home-desc-txt{
    margin-top: 30px;
    margin-bottom: 40px;
    /*
    color: #636363;
    */
}

.home-icons-body{
    top: 7px;
    left: 35px;
}

.home-icon-circle{
    color: white;
    margin-right: 10px;
    background: #ffffff63;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 9px;
    border: 1px solid #ffffff59;
}

.home-r-lcard{
    position: absolute;
    background-color: white;
    width: 195px;
    bottom: 35px;
    right: 35px;
    height: 162px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 5px;
}

.home-r-limsize{
    width: 50px;
    height: 50px;
    background-size: cover;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid white;
}

.home-r-lim1{
    background-image: url(../../images/home/recom1.jpg);
}

.home-r-lim2{
    background-image: url(../../images/home/recom2.jpg);
    position: absolute;
    left: 30px;
}

.home-r-limtxt{
    font-size: 94%;
    color: #5b5b5b;
}

.home-r-lim-title{
    margin-top: 10px;
}
@media screen and (max-width: 768px){
    .home-r-mar{
        margin-top: 75px !important;
    }

    .signup-btn{
        background: #4caf9c !important;
    }
}

@media screen and (max-width: 575px){
    .content {
        margin-top: 10px !important;
    }

    .center-on-mobile{
        text-align: center;
    }
}