#home {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

#home .overlay {
    background: url("/homepage/img/bg.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: slategray;
}

.map-breadcrumb {
    z-index: 1000 !important;
    margin-top: 0px;
    max-height: 30px !important;
}
.breadcrumb {
    text-align: center;
    border-radius: 10px;
    padding: 0 !important;
    /* background-color: white !important; */
}

.breadcrumb-item {
    background: white;
    opacity: 0.9;
    border-radius: 10px;
    padding: 3px 10px;
    /* font-weight: bold; */
    /* color: white; */
    position: relative;
    font-size: 14px;
    margin-right:10px;
}
.breadcrumb-item:hover {
    cursor: pointer;
    background: black !important;
    color: white !important;
}

.breadcrumb > i {
    /* margin-top: 7px; */
    font-weight: bold;
    color: black;
    margin-right:10px;

}

.circle-tile-number {
    font-size: 17px;
    color: black;
    padding-left: 27%;
    font-family: cursive  !important;
}

.box {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    text-align: left;
    padding: 5px;
    margin: 5px 5px;
}
.circle-tile-number,
.circle-tile-description {
    font-family: "Poppins", sans-serif;
    font-weight: 550;
}

.circle-tile-description {
    color: black;
    text-align: center;
    font-size:14px;
}
.text-margin-left {
    margin-left: 25px;
}

/* branc-card css */

.brand-card {
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    font-family: "Poppins", sans-serif;
}

.bg-stack-overflow,
.bg-twitter,
.bg-xing,
.bg-yahoo {
    background-color: #0d47a1 !important;
    border-radius: 8px 8px 0px 0px;
}
.bg-stack-success
 {
    background-color: green !important;
    border-radius: 8px 8px 0px 0px;
}

.brand-card-header {
    height: 2.5rem;
    border-radius: 0.5rem 0.5rem 0 0;
    border-bottom: 1px solid #e0e0e0;
}

.brand-card-body {
    padding: 0.75rem 0;
}

.brand-card-body > :not(:last-child) {
    border-right: 1px solid #c8ced3;
}

.brand-card-body > * {
    -ms-flex: 1;
    flex: 1;
}

.text-header {
    font-size: 14px;
    font-weight: 550;
    color: black;
    margin-bottom: 10px;
    border-bottom: 2px solid lightgray;
}

.text-value {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5rem;
}
.text-title {
    font-weight: 550;
    font-size: 13px;
    line-height: 1.5rem;
    color: black;
    font-family: "Poppins", sans-serif;
}
.text-left {
    padding-left: 20px;
    text-align: left;
}

.text-size {
    font-size: 15px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.text-blue {
    color: #0d47a1;
}

.text-amount {
    padding-right: 20px;
    padding-bottom: 3px;
    text-align: right;
    font-size: 13px;
}
.text-muted {
    color: #73818f !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

#gender_name{
    text-align: left;
    margin-left:7px;
    font-size: 13px !important;
}

#gender_card{
    font-size:14px !important;
}

.total-sum{
    border-top:2px solid lightgrey;
    font-weight: bold !important;
    color:green;
}

    
@media (min-width: 400px) {
 .container{
     min-width: 100% !important;
 }
}

/* Login Button for mobile Menu  */

@media (min-width: 992px) {
   .nav_login_btn{
    display: none!important;
}
}


@media (max-width: 991px) {
    .nav_login_btn{
        display: block!important;
    }
   }

