/* 
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 */


.testimonial-box {
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.testimonial-box-main {
    border-radius: 20px;
    padding: 0 35px 35px;
}

.testimonial-box-footer {
    border-top: 1px solid #EAEFF3;
    padding: 20px 35px;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reviewer-name {
    margin: 0;
}

p.reviewer-position {}

.reviewer-position {
    margin: 0;
    color: #797979;
    font-size: 13px;
}

.reviewer-image {
    height: 58px;
    width: 58px;
}

.quote-icon {
    background: #123C73;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-30px);
}

.quote-icon svg {
    width: 20px;
}

.compair-table table {
    text-align: left;
}

.compair-table table td,.compair-table table th {
    border: none;
    background: transparent !important;
    vertical-align: middle;
    padding: 20px;
}


.compair-table tr {
    margin: 10px 0;
    display: inline-table;
    width: 100%;
    vertical-align: middle;
    position: relative;
}

.compair-table tbody tr th {
    font-size: 26px;
    color: #123C73;
}

.compair-table table td {
    font-size: 19px;
    color: #505050;
    width: 40%;
}

.compair-table thead {
    border: none !important;
    background: #FAFAFA;
}

.compair-table thead th {
    font-size: 26px;
    color: #123C73;
}

.compair-table thead th:not(:first-child) {
    width: 40%;
}

.compair-table tr:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 1px solid #CFCFCF;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .compair-table {
        overflow: scroll;
    }

    .compair-table table {
        width: 1000px;
    }

}