/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

/*-------------Home Map ----------------*/

#header-extras {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    list-style: none;
}
#header-extras li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}
#header-extras li {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #EEE;
    line-height: 40px;
}

#header-extras li i {
    margin-top: 0 !important;
    font-size: 18px !important;
    vertical-align: text-bottom;
}

#header-extras li .he-text {
    padding-left: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#mainMenu{
    line-height: 60px;
    top: 60px;
}
.header-misc{
    justify-content: end;
    padding-bottom: 10px;
}
.header-misc ul{
    margin-top: 10px;
}

.map-popup .icon-box{
    margin-bottom: 10px;
}
.map-popup .heading-text h4{
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 30px;
}

.map-popup .icon-box.small > p{
    margin-bottom: 10px;
}

#header .header-inner #logo a .logo-default, #header #header-wrap #logo a .logo-default {
    padding-bottom: 0!important;
}

.row > .form-group{
    padding-right: calc(var(--bs-gutter-x) * .5);
}

@media (max-width: 576px) {
    .sp-mr {
        margin-right: 3.5rem !important;
    }
}
.model-text{
    background-color: #009da9;
    font-size: 2rem;
    font-weight: bold;
    padding: 1px 10px;
    z-index: 999;
    color: white;
    border-radius: 5px;
}

.model-name{
    font-size: 2.5rem;
    font-weight: 600;
}
.model-desc{
    font-size: 1.5rem;
    font-weight: 600;
    color: lightgrey;
    text-transform: uppercase;
}

.manual-button{
    background-color: #009da9!important;
    color: white;
    padding: 4px 25px!important;
    border-radius: 50px!important;
    text-transform: unset!important;
    height: unset!important;

}
#header-extras.d-flex{
    max-width: 220px;
}
.footer-content .company-info{
    max-width: 240px;
}
#header-extras.d-flex li{
    border: none!important;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: unset!important;
}

#header-extras.d-flex li .company-name{
    font-weight: 600;
    font-size: 0.9rem;
    color: black;
    text-transform: uppercase;
    line-height: 15px;
    margin-bottom: 10px;
}
#header-extras.d-flex li .company-adress{
    font-weight: 600;
    font-size: 0.8rem;
    color: lightgrey;
    line-height: 15px;
    margin-bottom: 10px;
}
#header-extras.d-flex li .company-phone a{
    font-weight: bold;
    font-size: 1rem;
    color: black!important;
    line-height: 30px;
}

.footer-content .company-name{
    font-weight: 600;
    font-size: 0.9rem;
    color: white;
    text-transform: uppercase;
    line-height: 15px;
    margin-bottom: 5px;
}
.footer-content .company-adress{
    font-weight: 600;
    font-size: 0.8rem;
    color: lightgrey;
    line-height: 15px;
    margin-bottom: 5px;
}
.footer-content .company-phone{
    font-weight: bold;
    color: white!important;
    line-height: 20px;
    font-size: 18px
}

@media (max-width: 576px) {
    #header-extras.d-flex{
        max-width: 180px;
    }
    .footer-content .company-info{
        max-width: 180px;
    }
    .model-text{
        font-size: 1.1rem!important;
    }
    .logo-default{
        max-height: 75px!important;
    }
}

@media (max-width: 768px) {
    .model-text{
        font-size: 1.5rem;
    }
}


/*NEW*/

.model-name.small{
    font-size: 1.2rem!important;
    font-weight: 600;
    line-height: 1;
}

@media (min-width: 576px){
    .w-sm-75{
        width: 75%!important;
    }
}

@media (max-width: 991.98px) {
    .profile-image img{
        height: 300px!important;
        width: 100% !important;
    }
    .profile-image{
        position: relative!important;
    }
    .profile-bio{
        padding: 0 2.5rem!important;
        max-width: 100% !important;
    }
    .model-features{
        margin-bottom: 52px!important;
    }
}

.model-detail img{
    width: 100% !important;
    padding: 0 10px;
}
#mainMenu nav > ul > li > a{
    font-size: 16px;
}

.section-headline:has(#mainMenu){
    border-bottom: 1px solid #e4e6ef;
}
.model-features{
    margin-bottom: 30px;
}
.model-features ul{
    margin-bottom: 0!important;
    list-style-type: none;
}
.model-features ul li{
    font-size: 1.2rem;
    line-height: 1.6;
}