.elementor-element p,
.elementor-element li {
    font-size: inherit;
    font-weight: inherit;
}

/* for counter widgets */
body .elementor-counter .elementor-counter-number-wrapper {
    font-weight: 400;
    line-height: 1;
    font-family: "alda", Georgia, serif;
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
    font-size: .85em;
    display: block;
    line-height: 1.3;
}

.elementor-counter .elementor-counter-number-wrapper,
.ananda-x .elementor-widget-button .elementor-button {
    font-family: "myriad-pro", MyriadPro, "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.ananda-x .elementor-widget-heading .elementor-heading-title,
.ananda-x .elementor-heading-title {
    font-family: "Barkentina", "barkentina-test", serif;
}

.elementor-widget-container .elementor-counter .elementor-counter-title {
    font-family: "alda", Georgia, serif;
    font-size: 22px;
}

.elementor-widget-container > h1.elementor-heading-title,
.elementor-widget-container > h2.elementor-heading-title,
.elementor-widget-container > h3.elementor-heading-title,
.elementor-widget-container > h4.elementor-heading-title {
    margin: 0; /* Within elementor, margins should be given by the user */
}

@media screen and (max-width: 1024px) {

    .elementor-widget-container .elementor-counter .elementor-counter-title {
        font-size: 16px;
    }
}

.ananda-x .elementor-widget-text-editor {
    font-family: "alda", Georgia, serif;
}

/* line height- testimonial section */
body .elementor-testimonial-wrapper .elementor-testimonial-job {
    font-size: .85em;
    display: block;
    line-height: 1.3;
    margin-top: 12px;
}

body .elementor-counter .elementor-counter-title {
    line-height: 1.2;
    margin-top: 12px;
}

/*----- Accordion Widget - change icons -----*/
body .elementor-tab-title a {
    color: rgba(0, 107, 232, 0.8);
}

body .elementor-tab-title a {
    font-size: 124.8%;
    text-transform: none;
    letter-spacing: -0.4px;
    font-weight: 500;
    font-family: "myriad-pro", MyriadPro, "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body .elementor-tab-title a:hover {
    font-size: 124.8%;
    color: #1E558B;
    text-transform: none;
    letter-spacing: -0.4px;
    font-weight: 500;
    font-family: "myriad-pro", MyriadPro, "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body .fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /*color: rgba(0, 107, 232, 0.8);*/
}

body .fa-caret-right:before {
    content: "\f067";
    font-size: 74%;
}

body .fa-caret-down:before {
    content: "\f068";
    font-size: 74%;
}

body .elementor-toggle .elementor-tab-title {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;
    border-bottom: none;
    cursor: pointer;
    outline: none;
}

body .elementor-toggle .elementor-tab-content {
    padding: 15px;
    border-bottom: none;
    display: none;
}

@media screen and (max-width: 767px) {
    body section.elementor-section > .elementor-container > .elementor-column > .elementor-element-populated {
        padding-left: 0;
        padding-right: 0;
    }

    body section.elementor-section > .elementor-container > .elementor-column .elementor-element {
        max-width: 94vw;
        margin-left: auto;
        margin-right: auto;
    }

    .ananda-elementor-section-full-width-mobile {
        width: 101vw;
        margin-left: -7% !important;
        border-radius: 0 !important;
    }
}