.btn-primary {
    border: 1px solid #3aab72;
    color: #fff;
    background: #3aab72;
    font-size: 18px;
    padding: 8px 30px;
}

.btn-whatsapp {
    border: #3aab72;
    color: #000;
    background: #25d366;
}

.btn-whatsapp:hover {
    border: 1px solid #25d366;
    color: #fff;
    background: transparent;
}

.btn-white {
    border: 1px solid #fff;
    color: #000;
    background: #fff;
}

.btn-white:hover {
    border: 1px solid #fff;
}

.btn-outline {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.btn-primary-outline {
    border: 1px solid #f8981d;
    color: #d37702;
    background: transparent;
}

.btn-primary-outline:hover {
    border: 1px solid #f8981d;
    color: #000;
    background: #d37702;
}

.btn-outline:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}

.single-review-item .single-review-item-body {
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 10px;
    position: relative;
}

.single-review-item .single-review-item-body:after {
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
    border-top: solid 10px #e0e0e0;
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
}

.single-review-item .single-review-item-title {
    font-weight: bold;
    margin-top: 15px;
}


.owl-nav {
    color: #000;
    font-size: 60px;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #000;
}

.owl-prev {
    left: -35px !important;
}

.owl-next {
    right: -35px !important;
}

.owl-stage {
    display: flex;
}

.whatsapp-float {
    position: fixed;
    bottom: 40px;
    right: 65px;
    z-index: 100;
    text-decoration: none;
    color: #fff;
}

.whatsapp-float .whasapp-icon {
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 2em;
    box-shadow: 2px 2px 3px #999;
    position: absolute;
    position: absolute;
    right: -30px;
    bottom: -2px;
}

.whatsapp-float .whasapp-text {
    background: #000;
    padding: 15px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 25px 0 0 25px;
    padding: 15px;
    font-size: 14px;
    padding: 6px 40px 10px 25px;
    line-height: 18px;
}

.whatsapp-float:hover {
    color: #fff;
}

.whatsapp-float:hover .whasapp-icon {
    background: #20be5b;
}

.whatsapp-float:hover .whasapp-text {
    background: rgb(35, 35, 35);
}




.flare-button {
    position: relative;
    overflow: hidden;
}

.flare-button:after {
    content: "";
    display: block;
    width: 13px;
    height: 200px;
    margin-left: 50px;
    background: #fff;
    background: linear-gradient(to bottom, rgb(255 255 255 / 93%) 0%, rgb(255 255 255 / 65%) 50%, rgb(255 255 255 / 29%) 100%);
    left: -40px;
    top: -100px;
    z-index: 1;
    transform: rotate(45deg);
    position: absolute;
    animation: movingFlare 3s ease-in-out 0.05s infinite;
}

@keyframes movingFlare {
    0% {
        left: -30px;
        margin-left: 0px;
    }

    30% {
        left: 110%;
        margin-left: 80px;
    }

    100% {
        left: 110%;
        margin-left: 80px;
    }
}

@media handheld,
only screen and (max-width: 991px) {
    .owl-prev {
        left: 5px !important;
    }

    .owl-next {
        right: 5px !important;
    }
}