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

.thank__video {
    margin: 20px auto 40px;
    max-width: 800px;
    width: 100%;
}

.thank__video video {
    aspect-ratio: 1/1;
    object-fit: cover;
}


#article_accordian .accordion-item {
    border-bottom: 1px solid #ffffff52;
}

#article_accordian .accordion-header {
    align-items: center;
    cursor: pointer;
    padding: 30px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Quicksand", Sans-serif;
    transition: color 0.3s ease;
    color: #fff;
}

#article_accordian .accordion-header:hover .title-text,
#article_accordian .accordion-header.open .title-text {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

#article_accordian .accordion__icon {
    padding-right: 10px;
    width: 28px;
    height: 18px;
    min-width: 28px;
    display: inline-block;
}

#article_accordian .accordion__icon svg{
    width: 18px;
    fill: #fff;
}

#article_accordian .accordion-header.open .accordion__icon .e-fas-plus-circle {
    display: none;
}

#article_accordian .accordion-header .accordion__icon .e-fas-minus-circle {
    display: none;
}

#article_accordian .accordion-header.open .accordion__icon .e-fas-minus-circle {
    display: block;
}

#article_accordian .title-text {
    flex: 1;
}

#article_accordian .accordion-content {
    overflow: hidden;
    max-height: 0;
    color: #fff;
    font-family: "Quicksand", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    transition: all 0.4s;
}


@media only screen and (max-width: 1024px) {
  #article_accordian .accordion-header {
    padding: 24px 0;
    font-size: 18px;
    line-height: 24px;
} 

}

@media only screen and (max-width: 767px) {
  #article_accordian .accordion-header {
    padding: 20px 0;
    font-size: 16px;
    line-height: 22px;
}  
#article_accordian .accordion-content {
    font-size: 16px;
    line-height: 22px;
}

}