section.custom-header {
    margin-top: 115px;
}

.widget-user-header.agent-background-cover, .agent-description {
    min-height: 320px;
}

.agent-background-cover{
    padding: 0 !important;
    overflow: hidden;
}

.banner {
    object-fit: cover;
    /* width: 100%; */
    height: 100%;
}

.user-picture {
    border: 3px solid #ffdf00 !important;
    width: 180px !important;
    height: 180px !important;
    background: white;
}

.widget-user-image.custom-widget{
    margin-left: -90px;
    top: 230px;
}

.card-footer.agent-description-container {
    padding-top: 10px;
}

h2#title-name {
    font-weight: bold;
}

#job-description {
    color: #FFCD34;
}

.social-media-button {
    letter-spacing: 0.5rem;
    font-size: 18px;
}

.social-media-button > a {
    color: black;
}

.nav.agent-property-tab li a.nav-link {
    color: rgb(161, 161, 161);
    font-family: 'PT Serif';
    cursor: pointer;
}

.active-tab, li.active-tab a {
    border-bottom: 1px solid #FFCD34;
    color: #FFCD34 !important;
}
.agent-profile {
    padding: 3rem;
}
/* .card-footer{
    background-color: white !important;
} */


/* X-Large Devices Bootstrap */
@media (max-width: 1199px) {}

/* Large Devices Bootstrap */
@media (max-width: 991px) {
    .main_btn{
        display: none;
    }
    .collapse-btn{
        display: block;
    }
    ul.nav.w-25.order-lg-2{
        width: 30% !important;
    }
    .agent-profile {
        padding: 6rem 0px 1rem 0px;
    }
    .widget-user-header.agent-background-cover, .agent-description {
        min-height: 200px;
    }
    
    .widget-user-image.custom-widget{
        margin-left: -90px;
        top: 110px;
    }
}

/* Medium Devices Bootstrap */
@media (max-width: 767px) {
   
}

/* Small Devices Bootstrap */
@media (max-width: 575px) {
    .widget-user-header.agent-background-cover, .agent-description {
        min-height: 125px;
        max-height: 125px;
    }
    
    .banner {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .user-picture {
        border: 3px solid #ffdf00 !important;
        width: 140px !important;
        height: 140px !important;
    }

    .widget-user-image.custom-widget{
        margin-left: -70px;
        top: 50px;
    }
    h2#title-name {
        font-weight: bold;
        font-size: 18px;
    }
    #job-description {
        font-size: 14px;
    }
    .agent-profile {
        padding: 4rem 0px 1rem 0px;
    }
    .profile-data {
        font-size: 14px;
    }
    .nav.agent-property-tab li a.nav-link {
        font-size: 10px;
        padding: 10px;
    }
    .card-footer.agent-description-container {
        padding-left: 0px;
        padding-right: 0px;
    }

}
