/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.arrowbtn .elementor-button-icon
{
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transform: rotate(45deg);
}
.arrowbtn .elementor-button-content-wrapper
{
    align-items:center;
}

.expectbox
{
    background-color: #D4DDED;
    padding: 10px 10px !important;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 180px !important;
}

.testimonials .uc_quote_info .uc_author
{
    background: #f2f2f2;
    border-radius: 10px;
    padding: 20px 20px 50px 20px;
    align-items: center;
}

.testimonials .ue-text
{
background-color: #ffffff;
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;margin:0px !important;border-radius: 0px 0px 10px 10px;
padding: 40px 20px 20px 20px;text-align:center;
}
.testimonials .uc_stars
{
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    max-width: 120px;
    margin-top:0px;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.testimonials .owl-dot, .tutorials .owl-dot
{
    width: 40px !important;
    height: 5px !important;
}










@media only screen and (max-width: 768px)
{
    .arrowbtn .elementor-button-icon
    {
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        transform: rotate(45deg);
    }
}