.bullet-ul li{
    margin-left: 15px;
}
.bullet-ul li::before{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    margin-top: 8px;
    margin-left: -15px;
    background-color: #2b4585;
    font-size: 15px;
}
.contacts__address p{
    font-size: 18px;
    margin-bottom: 0;
}

.modal-content{
    background-color: #014860 !important;
}
.modal-header{
    border: 0;
}
.modal-content .service__content--h6{
    padding: 0;
}
.modal-body{
    padding: 0 30px 50px;
}
.modal-content .close {
    color: #fff;
    text-shadow:none;
}
.custom-file-label::after {
    left: 0;
    right: auto;
    border-left-width: 0;
    border-right: inherit;
}
#success_message{
    text-align: center;
    font-size: 18px !important;
    font-weight: 600 !important;
    background: rgb(43,69,133);
    background: linear-gradient( 141deg, rgba(43,69,133,1) 0%, rgba(0,130,101,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
    .hometeamsection img{
        height: 300px;
        object-fit: cover;
    }

}
@media (max-width: 991px) {
    .review__active--h4 .review__arrow--prev, .review__active--h4 .review__arrow--next{
        display: none !important;
    }

}

