section {
padding:var(--p60) var(--p12) ;
}

section.management-banner img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.management-banner {
    padding-right: 0;
    padding-left: 0;
    background: white;
}

section.management-banner .banner-content {
    padding: 15px;
    display: flex;
    align-items: center;
    background: white;
}
section.management-banner h1 {
    color: var(--heading-color);
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 20px;
    width: 100%;
}
section.management-banner p {
    font-size: 18px;
}
.screening-image img {
    height: 420px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
section.about-guest.rev {
    background-color: #fff;
}
section.about-guest.rev .screening-content {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 20px;
}
.screening-content h3 a {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m15);
    font-family: var(--heading-font);
}
section.about-guest {
    background-color: rgba(247, 247, 247, 1);
}

.screening-content {
    /* padding-left: 5%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
}

.screening-content h3 a {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m15);
    font-family: var(--heading-font);
}
.screening-image img {
    height: 420px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.features-content {
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0 0 20px 2px #00000029;
    border-radius: 15px;
    height: 100%;
    text-align: center;
}

.features-content img {
    height: 45px;
    object-fit: cover;
    margin-bottom: 20px;
    width: auto;
}

.features-content h5 {
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 700;
    margin-bottom: 15px;
}

.features-content p {
    margin-bottom: 0px;
}

.features-sec{
    background-color:var(--white-color);
    padding-top: 60px;
    /* padding-bottom: 50px; */
}
.fields {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: var(--m30);
} 
.fields .main-label{
    width: 25%;
    color: var(--black-color);
    font-size: var(--f15);
}
.fields .common-i{
    width: 75%;
}
.fields .common-i label{
    color: var(--black-color);
    font-size: var(--f15);
}
.fields textarea.form-control.common-i {
    padding: 0.375rem 0.75rem;
    border: 2px solid var(--black-color) !important;
    border-radius: 0px;
    height: 100px;
}
input.form-control.common-i{
    border-radius: 0;
    border: 2px solid var(--black-color) !important;
}
 

.fields select{
    width: 75%;
    padding: 6px 12px !important;
    background: #fff !important;
    border: 2px solid var(--black-color) !important;
    border-radius: 0 !important;
    color: #000 !important;
}
.form-control:focus{
    box-shadow: none;
}
form.manage-form{
    padding: var(--p30);
    background: var(--white-color);
    box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
}
.submit-btn{
display: flex;
justify-content: center;
align-items: center;
}
.submit-btn button{
    padding: var(--p10) var(--p50);
    
    transition: 0.6s ease-in-out;
}
section.property-management {
    background: var(--white-color);
}