/*
Theme Name: Hello Elementor Child theme of hello-elementor
Theme URI: 
Description: Child theme of hello-elementor theme for the Hello Elementor theme
Author: <a href="https://elementor.com/?utm_source=wp-themes&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash">צוות אלמנטור</a>
Author URI: 
Template: hello-elementor
Version: 3.0.1
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 21 May 2024 16:46:58 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/


.right_side .image img {
    border-radius: 200px;
    max-width: 150px;
    height: 143px;
    border: 4px solid #fff;
}

.right_side {
    margin-left:55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.left_side .content {
    color: #fff;
    max-height: 500px;
    overflow-y: scroll;
    font-size:18px;
}

.left_side .content ul {
    padding-right:20px;
}

.left_side .content ul br {
    display:none;
}

.phone_number img {
    margin-right:5px;
}

.phone_number {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: center;
    border: 1px solid #fff;
    border-left: 0px;
    width: 100%;
    text-align: center;
    border-right: 0px;
    padding-top:5px;
    padding-bottom:5px;
}

.phone_number a {
    color:#fff;
    font-size:22px;
}

.social img , .phone_number img{
    max-width:25px;
}

.social_icons {
    display:flex;
    justify-content: center;
}

.social a {
    color:#22c2eb;
}

.social {
    background:#fff;
    border-radius:50%;
    padding: 12px 13px 5px 13px;
    margin: 0px 5px;
}

.left_side .title {
    color: #fff;
    font-size: 35px;
}

.popup_data {
    display:flex;
    align-items: flex-start;
    justify-content: center;
    font-family: 'Tamil';
}

@media(max-width:768px) {
    .right_side {
        margin-left:0px;
    }
    .popup_data {
        align-items: center;
        flex-wrap:wrap;
    }
    .left_side .title {
        text-align:center;
    }
}
