h1.brand {
    background: #eee;
}

.owl-dots {
    text-align: center;
}

.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #222222 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dot.active {
    background-color: #FF170F !important;
}



/* ignore the code below */


.link-area {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 15px;
    border-radius: 40px;
    background: tomato;
}

.link-area a {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
}

/* -------- */
.testimonials {
    background: #3a7cdd;
}

.testimonials .section-title h2 {
    color: #fff;
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #60676e;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
    text-align: center;
    margin-bottom: 80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.money-wide .money-wide-logo {
    position: absolute;
    right: 39px;
    top: -30px;
    width: 87px;
}
.money-wide h1{
    font-size: 24px;
    color: black;
    font-weight: 500!important;

}
.money-wide h2{
    font-size: 24px;
    color: black;
    font-weight: 500!important;

}
.money-wide p {
    font-size: 16px;
    color: #222222;
    line-height: 24px;
}

 .money-wide .btn-primary {
    width: 225px;

}
.money-wide ul li{
    list-style: disc;
    color: #222222;
    font-size: 16px;
    line-height: 24px;

}
.money-wide ul{
    padding-left: 60px;
}
.money-wide thead tr {
    margin-bottom: 20px!important;
}
.money-wide thead th {
    vertical-align: top;

}

.money-wide .table>tbody>tr>td{
    vertical-align: middle!important;
}


.widemoney{
    font-size: 12px;
    color: #222222;
}
.Rating {
background: orange;
padding: 4px;
border-radius: 6px;
color: #ffffff;
}
.moneybutton {
    width: 123px !important;

}
.contact-information ul{
    padding: unset;
}
.contact-information ul li {
    list-style: none;
    
}

/* .money-wide .money-wide-logo {
    position: absolute;
    right: 39px;
    top: -30px;
    width: 87px
} */

