/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.support-accordeon .elementor-tab-content ul {
    list-style: none;
    padding: 0 0 0 25px;
    margin: 0;
}

.support-accordeon .elementor-tab-content ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #333132;
}

.support-accordeon p {
    margin-bottom: 0;
}

.support-accordeon .elementor-tab-content ul li.active a {
    color: #AE132A;
}

.support-accordeon .elementor-tab-content ul li { /*border-bottom: 1px solid #CFCFCF; padding-bottom: 6px;padding-top: 4px;margin-right:25px;*/
}


.support-cc .buttons-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}

a.support-btn {
    position: relative;
    padding: 0 20px;
    background-color: #E6E6E6;
    display: flex;
    min-width: 31%;
    /* margin-right: 1.9%; */
    margin-bottom: 25px;
    line-height: 82px;
    color: var(--e-global-color-primary);
    font-weight: bold;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 80px;
}

a.support-btn .icon1 {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    padding: 0;
    background-color: var(--e-global-color-accent);
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    text-align: center;
    line-height: 46px;
}

a.support-btn .support-title1item {
    line-height: normal;
    padding-right: 48px;
}

a.support-btn .icon1 svg {
    padding: 10px;
}

a.support-btn .icon1.icon11 svg {
    padding: 12px 12px 8px 14px;
    margin-left: 2px;
}

a.support-btn .icon1 svg path {
    fill: white;
}

a.support-btn .icon11 {
    position: absolute;
}


a.support-btn .icon1 i {
    color: white;
    font-size: 1.3em;
}

.support-cc h4.support-cc-subtitle {
    color: var(--e-global-color-accent);
    display: flex;
}

.icocc {
    border-radius: 50%;
    padding: 5px;
    background-color: var(--e-global-color-accent);
    width: 30px;
    height: 30px;
    display: inline-flex;
    line-height: 30px;
    text-align: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-inline-end: 10px;
}

.icocc i {
    font-size: 14px;
    color: white;
}

.support-videos-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.support-videos-container .vid-column {
    width: 49%;
}

.responsive-iframe {
    max-width: 100%;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1400px) {
    a.support-btn {
        width: 50%;
    }

    .support-videos-container .vid-column {
        width: 100%
    }
}

@media (max-width: 800px) {

    .support-cc .buttons-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    a.support-btn {
        display: flex;
        /* gap: 58px; */
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        min-height: 80px;
        margin-bottom: 0px;
    }

    div#supportdataccnt {
        padding: 20px;
    }

    .support-videos-container {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .support-videos-container .vid-column {
        width: 100%;
    }
}

.title-icon1 svg {
    color: white;
    fill: white;
    padding: 3px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    line-height: 30px;
    margin-top: 4px;
}
