body {
    font-family: "Roboto", sans-serif;
}


.btn-primary {
    background: seagreen;
    border: seagreen;
}

a:hover {
    color: #85c891;
    text-decoration: underline;
}

.btn-primary:hover {
    color: #212529;
    background-color: #85c891;
    border-color: #85c891;
}

.btn-secondary:hover {
    color: #212529;
    background-color: #85c891;
    border-color: #85c891;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: rgb(34, 192, 37);
}

.features-item img {
    margin: 0px 50px;
    box-shadow: 5px;
}

.features-item p {
    font-weight: 500;
    color: #3D464D;
}

.features-item ul li {
    font-weight: 500;
    color: #3D464D;
    padding: 5px;
    /* margin: 10px 40px; */
}

.features-item .order-1 img {
    margin: 50px 110px;
}

.features-item .flex-column {
    margin: 0px 60px;
    background-color: #FFFFFF !important;
}

.features-item .flex-column h3{
    margin: 10px 70px;
}

.features-item .order-2 h3 {
    margin: 10px 70px;
}

.features-item .order-lg-1 {
    background-color: #FFFFFF !important;
    margin-left: 70px;
}

/* .features-item .features-img-bg {
    margin-left: 10px;
} */

.flex-column a .btn-get-started {
    display: inline-block;
    font-weight: 400;
    color: #6C757D;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
}

/* testimonial */

.review {
    margin-bottom: 30px;
}

.review .review-slider {
    position: relative;
}

.review .review-slider-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    background: #ffffff;
}

.review .review-img {
    width: 100%;
    max-width: 200px;
    overflow: hidden;
}

.review .review-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review .review-text {
    padding: 15px;
    width: 100%;
    max-width: calc(100% - 200px);
}

.review .review-text h2 {
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.review .review-text h3 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.review .review-text p {
    margin: 0;
}

.review .review-text .ratting {
    margin-bottom: 5px;
}

.review .review-text .ratting i {
    color: seagreen;
    font-size: 14px;
}

.review .slick-slider:hover .slick-prev {
    left: 30px;
}

.review .slick-slider:hover .slick-next {
    right: 30px;
}
.product-item .text-center button{
    width: 50%;
    background-color: rgb(105, 167, 105);
    border: darkgreen;
    height: 100%;
}

.product-item .text-center button:hover{
    background-color: #85c891;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgb(67, 165, 110);
    outline: 0;
    box-shadow: none;
}


