.about-us-officelan .collapse {
    color: #474857;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 0.2rem;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.4;
}
.about-us-officelan .collapse span {
    color:#0061f0;
    font-size:2rem;
    font-weight: bold;
    padding:0 10px;
}
.about-us-officelan .collapse:hover,
.about-us-officelan .collapse:hover span {
    color:#fff !important;
}
.about-us-officelan  .content {
    padding: 30px;
    display: none;
    overflow: hidden;
    margin-top:10px;
    font-size: 1rem;
    border: 1px solid #ccc;
}
.about-us-officelan form input,
.about-us-officelan form select,
.about-us-officelan form textarea{
    border:none;
    border-bottom:1px solid #474857;
    background-color: #fafafa;
    padding: 8px 0px;
}
.about-us-officelan form input::placeholder,
.about-us-officelan form select,
.about-us-officelan form textarea::placeholder{
    font-size:.9rem;
    color: #474857;

}
.about-us-officelan form a{
    color:inherit;
}
.about-us-officelan form a:hover{
    text-decoration: underline;
}
.about-us-officelan .btn-primary{
    background-color: #0061f0;
    color:#fff;
    width: 50%;
    padding:15px;
}
.home-officelan .fw-bold,
.about-us-officelan .fw-bold{
    font-weight: 600;
}
.home-officelan .bg-blue-100,
.about-us-officelan .bg-blue-100{
    background-color: #0c4e88;
}
.home-officelan .bg-white,
.about-us-officelan .bg-white{
    background-color: #fff;
}
.home-officelan .bg-grey-100,
.about-us-officelan .bg-grey-100{
    background-color: #fafafa;
}
.home-officelan .text-white,
.about-us-officelan .text-white{
    color:#fff;
}
.home-officelan .text-blue,
.about-us-officelan .text-blue{
    color:#0c4e88;
}
.home-officelan .bg-green{
    background-color: #b1d847;
}
.home-officelan .bg-blue{
    background-color: #eef2fb;
}
.home-officelan .text-dark{
    color:#d2d2d2;
}
.home-officelan .text-dark-100{
    color:#474857;
}
.home-officelan .text-red{
    color:#ee5448;
}
.home-officelan .fw-700{
    font-weight: 700;
}
.home-officelan .text-medium{
    font-size:1.5rem !important;
}
.home-officelan .btn-primary{
    padding:12px 0;
    width: 35%;
}
.home-officelan .m-0{
    margin:0;
}
.home-officelan h1{
    margin-bottom:25px;
}
.home-officelan h1 span{
    font-style: italic;
}
.home-officelan .border-bottom{
    border-bottom:1px solid #e7e7e7;
}
.home-officelan .banner-top-icons .line{
    color: #ddd !important;
    font-size:3.5rem !important;
    font-weight: 100;
    margin:0;
}
.home-officelan .card{
    border:1px solid #e7e7e7;
    padding:15px;
    border-radius:5px;
    cursor: pointer;
}
.home-officelan .card h4{
    min-height: 75px;
}
.home-officelan .card .card-like{
    position: absolute;
    top:4%;
    right:6%;
    width: 30px;
    height: 30px;
}
.home-officelan .card .card-description{
    font-size:1rem;
    min-height: 100px;
}
.home-officelan .card .card-footer{
    display: flex;
    align-items: end;
}
.home-officelan .card:hover{
    border:1px solid #0061f0;
    transition: .6s;
}
.home-officelan .card:hover .card-like{
    display: block !important;
}
.home-officelan a:hover{
    color:#0c4e88;
    transition: .7s;
}
.home-officelan #featured-brand h4{
    font-size:2.5rem !important;
}
.home-officelan #featured-brand p{
    font-size:22px !important;
}
.home-officelan #featured-brand .brand-one{
    background-image: url(http://officelan.local/pub/media/Miew/brand-one.png);
    background-position: center;
    background-size: cover;
}
.home-officelan #featured-brand .brand-two{
    background-image: url(http://officelan.local/pub/media/Miew/brand-two.png);
    background-position: center;
    background-size: cover;
}
.home-officelan #services h4{
    font-size:1.6rem !important;
}
.home-officelan #services small{
    line-height: 1.2;
    font-size: 1rem;
}
.home-officelan #services img{
    width: 100%;
}
.home-officelan #services p{
    padding:30px 0;
}
.home-officelan #services .card:hover{
    opacity: .8;
    transform: .9s;
}
@media (min-width:320px){
    .home-officelan .banner-top-icons h2 {
        font-size: .8rem !important;
        line-height: 1.3;
        text-align: center;
    }
    .home-officelan h3, .home-officelan h4, .home-officelan .card .card-price {
        font-size: 1.2rem !important;
        line-height: 1.2;
        font-weight: 700;
    }
    .home-officelan .card{
        position: relative;
    }
    .home-officelan .card .card-sale{
        position: absolute;
        top:4%;
        left:0;
        width: 60%;
    }
}
@media (min-width:768px){
    .home-officelan .banner-top-icons h2{
        font-size:1rem !important;
        padding-left:20px;
        text-align: left;
    }
    .home-officelan h3, .home-officelan h4, .home-officelan .card .card-price {
        font-size: 1.4rem !important;
        line-height: 1.2;
        font-weight: 700;
    }
}
@media (min-width:992px){
    .home-officelan .card .card-sale{
        width: 40%;
    }
}
