/*
Theme Name: Atlas Claims
Author: Designs Funnel
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.icon-boxnew figure.elementor-image-box-img {
    margin-top: 10px !important;
}
.jeg-elementor-kit.jkit-testimonials .tns-controls button span.hover-gradient:before {
    border-radius: 50px !important;
}
.testimonial-box.hover-from-left {
    display: flex;
    flex-direction: column;
}

.testimonial-box.hover-from-left .comment-header {
    order: 2;
    margin-top:30px;
}

.testimonial-box.hover-from-left .comment-bio {
    order: 1;
}

.testimonial-box.hover-from-left .comment-content {
    order: 3;
}

.testimonial-box.hover-from-left ul.rating-stars {
    margin-bottom: 0 !important;
}


.customslider .elementor-swiper-button {
    display: inline-block !important;
    position: absolute;
}
.customslider .elementor-swiper-button.elementor-swiper-button-next {
    position: absolute !important;
    top: 0;
    right: 1%;
    z-index: 999;
    bottom: 0;
    margin: auto;
    height: 50px;
    width: 50px;
}

.customslider .elementor-swiper-button.elementor-swiper-button-next i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px;
    color: #d74855;
    font-size: 20px;
}

.customslider .elementor-swiper-button.elementor-swiper-button-prev {
    position: absolute !important;
    top: 0;
    left: 1%;
    z-index: 999;
    bottom: 0;
	right:unset;
    margin: auto;
    height: 50px;
    width: 50px;
}

.customslider .elementor-swiper-button.elementor-swiper-button-prev i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px;
    color: #d74855;
    font-size: 20px;
}