.appointment input[type="file"] {
    padding: 10px 16px
}
.select2-container .select2-selection--single {
    padding: 6px 16px !important;
    height: 42px !important;
}
.select2-container .select2-selection--multiple {
    padding: 6px 16px;
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top:7px;
}
.rating-inline{
    padding-left:0;
    list-style:none
}
.rating-inline>li{
    display:inline-block;
    padding-right:1px;
    padding-left:1px
}
.rating-inline .fa{
    color: #fc9835;
}
.lawyer_details{
    border-radius: 0px !important;
    margin-top: 5px;
}
.search-wrap{
    margin-left: 23px;
    margin-top: 25px;
}
.sign_up_link{
    float: right !important;
    /* background: var(--green); */
}
.navbar-default .navbar-nav>li:last-child {
    float: left;
    margin-left: 30px;
}
.breadcrumb{
    background: none;
    margin: 20px 0px 0px 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.breadcrumb a:hover{
    text-decoration: none;
}
.breadcrumb a{
    color: #666;
}
.breadcrumb .active{
    color: black;
    font-weight: bold;
}
.service-wrap {
    background : #f1f1f1;
}
.service-wrap .headingTitle h1 {
    color: var(--dark-grey);
}
.service-wrap .headingTitle p{
    color: var(--dark-grey);
}

.jumbotron h1::before{
            content: none;
}
.jumbotron h1{
    margin-bottom: 20px;
}
.lead{
    margin-bottom: 20px;
}
.jumbotron{
    padding: 90px;
    background: #0B1F3B;
    color: #fff;
    margin-bottom: 0px;
}
.jumbotron .lead{
    color:#fff;
}
.jumbotron .btn{
    color: #ffff;
    border:1px solid #fff;
    border-radius: 2px;
}
.jumbotron .btn:hover{
    background: #1E5EFF;
}
a:hover{
    text-decoration: none;
}
.white_background{
    background: var(--white);
}
.banner_btn_lawyer{
    background: #1E5EFF;
}
.banner_btn_expert{
    background: #fff;
    color: #000 !important;
}
.banner_btn_expert:hover{
    background: #fff !important;
    color: #000 !important;
}
.banner_btn_group{
    margin-top: 30px;
}

@media screen and (max-width: 990px) {
    .jumbotron{
        padding: 40px 0px 40px 0px;
    }
    /* .banner_btn_expert{
        margin-top: 10px;
    } */
    .blog-wrap{
        padding: 50px 0px 0px 0px;
    }
    .blog-service{
        margin-top: 0px;
    }
    .practice-wrap{
        padding: 50px 0 !important;
    }
    .service-wrap{
        padding: 30px 0;
    }
    .inner-content{
        padding: 0px;
    }
    .quote-wrap{
        margin: 0px !important;
    }
    .quote-btn a {
        font-size: 16px !important;
    }
    .breadcrumb{
        margin: 20px 0px 0px 0px;
    }
    #cb-window {
        width: 280px !important;
    }
    .attorneyWrp{
        margin-top: 30px;
    }
    .navbar-brand img {
        height: 60px !important;
        margin-top: -20px !important; /* align vertically */
    }
    .navbar-default .navbar-nav>li:last-child {
        margin-top: 10px;
    }
    .navbar-collapse.in{
        margin-top: 20px;
    }
}

.service-icon {
    width: 80px;
    height: 80px;
    border: 2px solid #1E5EFF;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon img {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
}
.service-list {
    display: flex;
    flex-wrap: wrap;
}

.service-list > li {
    display: flex;
}

.service-block {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 25px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.service-block h4 {
    min-height: 48px;
}

.service-block .content {
    flex-grow: 1;
}
.navbar-brand img {
    height: 80px;
    margin-top: -32px; /* align vertically */
}
.navigationwrape{
    margin-top:0px;
}
.navbar{
    padding: 20px;
}