.us-card-cont{
    margin: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.us-card-cont-hidden{
    overflow: hidden;
}

.us-background-card{
    background-image: url(../../images/us/background-card.jpg);
    height: 225px;
    background-size: cover;
    background-position: center;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.us-background-card:before {
	content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(59 59 59 / 33%);
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.us-woman{
    height: 379px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.us-margin-card{
    margin-top: 153px !important;
}

.us-card-title{
    font-size: 145%;
    margin-top: 65px;
}

.us-card-title-cr2{
    font-size: 145%;
    padding-top: 20px;
}

.us-card-title-sm{
    font-size: 120%;
    margin-top: 65px;
}

.us-card-sbtitle{
    color: #717171;
}

.us-card-sbtitle-green{
    color: white;
}

.us-card-body{
    padding-bottom: 30px;
}

.us-logo{
    height: 100px;
    position: absolute;
    top: -115px
}

.us-points-val{
    padding-left: 20px;
}

.us-sm-card{
    margin-top: 24px;
}

.us-circles{
    background-color: #76938d;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.us-card-circles{
    float: right;
    margin-top: 15px;
}

.us-choose-circle{
    border-radius: 100%;
    width: 100px;
    height: 100px;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 17px;
    border: 1px solid #294f85;
    border-bottom-style: dashed;
    border-left-style: dashed;
}

.us-choose-sbtext{
    font-size: 83%;
    color: #696969;
}

.us-choose-title{
    margin-top: 16px !important;
    font-size: 112%;
    margin-bottom: 5px !important;
}

.us-choose-icon{
    font-size: 410%;
}

.us-logo-bk{
    position: absolute;
    height: 151px;
    right: -47px;
    bottom: -49px;
}

.us-lcard{
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 10px;
    background-color: #76938d;
    overflow: hidden;
}

.us-lcard-height{
    height: 246px;
}

.us-imaghe-two{
    height: 100%;
    margin-top: 50px;
    width: 100%;
    padding-bottom: 50px;
}

.us-btn-contact{
    margin-top: 50px;
}

.whats-btn-us{
    border: 1px solid #71938c00;
    color: #09493d;
    padding: 8px 16px;
    border-radius: 8px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #76938d;
    color: white;
}

@media screen and (max-width: 768px){
    .us-margin-mobile{
        margin: 10px !important;
    }
}

@media screen and (max-width: 1024px){
    .us-margin-mobile-card{
        padding: 5px !important;
    }

    .us-lcard{
        margin-bottom: -2px !important;
    }
}