.myinner {
    padding-top: 100px;
    padding-bottom: 30px;
}
header {
    border-bottom: 1px solid #e5e5e5;
}

a.report_year_link {
    text-decoration: none;
    color: inherit;
    display: inline-block;

    &:hover {
        text-decoration: solid underline;
    }
}

.reportYear,
.report_year_btn {
    font-weight: 500;
    font-size: 26px;
    cursor: pointer;
    color: #525252;
    transition: transform 150ms ease;
}
.reportYear:hover,
.reportYear.active,
.report_year_btn:hover,
.report_year_btn.active {
    color: #41247e;
    font-weight: 700;
}

@media screen and (width <= 768px) {
    .reportYear:hover,
    .reportYear.active,
    .report_year_btn:hover,
    .report_year_btn.active {
        color: #41247e;
        font-weight: 700;
    }
}

.report_year_btn.active {
    border-bottom: 2px solid;
}

.sc1 {
    color: #41247e;
}

.ebold {
    font-weight: 800;
}

.maintitle {
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
}
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
    color: #f68e78 !important;
}
.main-navigation a:hover {
    color: #f68e78 !important;
}

.main-navigation .main-link > a {
    color: #41247e !important;
}
body {
    background: transparent !important;
}
.imgc {
    max-width: 100%;
    max-height: 100%;
}

.basic-reports .reports .ri__item {
    /* width: auto !important; */
    flex: auto;
    width: 50% !important;

    @media screen and (width <= 768px) {
        & {
            width: 100% !important;
        }
    }
}

#jobDesc {
    max-height: 300px;
    overflow-y: scroll;
}
#jobDesc::-webkit-scrollbar {
    width: 2px;
    border-radius: 5px;
}

#jobDesc::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #4ec3e0;
}

p {
    font-size: 18px;
    line-height: 25px;
}

section {
    padding: 50px 0;
}
#post-964 section {
    padding: 0 !important;
}
#post-964 section.carousel-gallery {
    padding: 25px 0 !important;
}
.bgimg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact__form textarea {
    padding: 20px;
}
.nosite {
    display: none !important;
}
.fbold {
    font-weight: 700 !important;
}
.teamtitle {
    background: linear-gradient(270deg, #4ec3e0 0%, #4ec3e0 34.2%, #3f247c 65.8%, #3f247c 100%);
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    border-radius: 500px;
    padding: 10px 0 5px 0;
    text-align: center;
    line-height: 1;
}

div:lang(en) form.wpcf7-form {
    direction: ltr;
}
.mysignature {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

h4 {
    line-height: 1;
}
.emprec {
    border-radius: 500px;
    height: 60px;
    width: 100%;
    bottom: 0;
    z-index: -1;
    position: absolute;
}
.emprec1 {
    background: linear-gradient(270deg, #41247e 0%, #664ea2 100%);
}
.emprec2 {
    background: linear-gradient(270deg, #43c6e4 0%, #41247e 100%);
}
.emprec3 {
    background: linear-gradient(270deg, #654da1 0%, #43c6e4 100%);
}
.lh1 {
    line-height: 1;
}
.reasonsSec {
    padding-top: 120px;
}
.articlesSlider li button:before {
    background-color: #ededed;
    border: 1px solid #ededed;
}
.articlesSlider li.slick-active button:before {
    background-color: #4ec3e0;
    width: 25px;
    border-radius: 10px;
    height: 10px;
    top: 40%;
    transform: translateY(-50%);
}

.articlesSlide:last-of-type {
    border-left: 0 !important;
}
.mytabs {
    text-align: center;
    color: #525252;
    font-size: 18px;
    width: max-content;
    max-width: 100%;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    line-height: normal;
    cursor: pointer;
    padding: 8px 50px 5px 50px !important;
}
.mytabs::after {
    content: "";
    position: absolute;
    top: 50%; /* Adjust this value to control the vertical position of the separator */
    left: 0;
    height: 50%; /* Adjust this value to control the height of the separator */
    border-left: 3px solid #f68e78; /* Border style for the separator */
    transform: translateY(-50%);
}
.nobord::after {
    border-left: 3px solid transparent !important;
}
.nobord2::after {
    border-left: 3px solid transparent !important;
}
.mytabs.tabActive,
.mytabs:hover {
    background: #f68e78;
    border-radius: 30px;
    color: white;
}
.mytabs.tabActive::after,
.mytabs:hover::after {
    border-left: 3px solid transparent !important;
}

.mytabs:last-of-type::after {
    border-left: 3px solid transparent !important;
}
.reportYear {
    font-weight: 500;
    font-size: 26px;
    cursor: pointer;
    color: #525252;
}
.reportYear:hover,
.reportYear.active {
    color: #41247e;
    font-size: 30px;
    font-weight: 700;
    transition: all 0.2s ease;
}
.reportsContent {
    display: none;
}
.reportsContent.active {
    display: block;
}

@media screen and (min-width: 1024px) {
    .cta-image .ci__image {
        bottom: 0px !important;
    }
}
@media screen and (min-width: 1200px) {
    .cta-image .ci__image {
        left: 165px;
    }
}
.home-form .hf__content-form .form-submit input {
    border-radius: 35px !important;
}
.carousel-gallery .wp-block-group__inner-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/********************************************GRAPH NEW STYLE*********************************************/
.bg-blue-glass,
.stock__info,
.dividends .inner__content .wp-block-group__inner-container,
.cta-form {
    background: transparent !important;
    box-shadow: none !important;
}
.stock-title {
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    margin: 0 !important;
    color: #41247e;
}

.info-box {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    align-items: flex-start;
    width: 100%;
    overflow-y: hidden;
}
.info-box::-webkit-scrollbar {
    display: none;
}

#GraphPage {
    overflow: hidden;
}
.stock__info {
    padding: 30px 0px;
}
.info-box .stock-info {
    color: #41247e;
    font-weight: 700;
    position: relative;
    border-right: 2px solid #41247e;
    font-size: 35px;
    margin-bottom: 0;
    cursor: grab;
    width: max-content;
    padding-top: 8px;
    padding-bottom: 8px;
    max-width: 100%;
    user-select: none;
    padding-right: 20px;
    padding-left: 45px;
    margin-left: 20px;
    line-height: 1;
}
.info-box .stock-info.active {
    cursor: grabbing;
}

.stock__info .info-box .green {
    border-right: 2px solid #22c55e;
}
.myInnerSpan {
    display: block;
    font-weight: 400;
    margin-top: 5px;
    font-size: 16px;
}
.stock__info .info-box .green:after,
.stock__info .info-box .red:after {
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 25px;
}
.stock-info.stock-info_date {
    padding-right: 110px;
    padding-bottom: 30px;
    background-image: url("../images/graph.png");
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: right bottom;
}
.mystockinfo {
    padding-right: 0;
    padding-bottom: 0;
    background-image: url(../images/graph.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
    text-align: left;
    min-width: 245px;
    padding: 30px 0;
}

.cta-image:lang(en) .ci__content-description {
}

/* .stock-info.stock-info_date *
{
    color:#fff!important;
} */
.stock-graph .filters {
    margin: 0 auto;
    justify-content: center;
}
.stock-graph .filters .selector {
    color: #525252;
    border: 0 !important;
    font-size: 19px;
}
.stock-graph .filters .selector.myactive {
    color: #41247e;
    font-size: 25px;
    font-weight: 700;
}
.titlestockinfodate {
    /* width: max-content;

    line-height: 20px;
    align-items: center;

    background-image: none!important;

    color:#fff!important; */
    /* font-size: 18px!important;
    font-weight: 400!important;
    padding: 15px 50px 15px 50px!important;
    
    display: flex!important; */
}
.titlestockinfodate .myInnerSpan {
    margin-right: 10px;
    margin-top: 0 !important;
    font-size: 18px !important;
}
.tjustify {
    text-align: justify;
}
.container.c12 {
    max-width: 1200px;
}
.container.c14 {
    max-width: 1400px;
}
.plevel::after {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url("../images/level.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 40px;
}
.processlevel:last-of-type .plevel::after {
    display: none;
}
.dfile {
    width: max-content;
    padding: 10px 40px 5px 40px;
    border: 2px solid #4ec3e0;
    border-radius: 30px;
    color: #4ec3e0;
    font-size: 25px;
    max-width: 100%;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
}
.dfile:visited {
    color: #4ec3e0 !important;
}

.dfile2 {
    width: max-content;
    padding: 12px 40px 9px 40px;
    border: 1px solid #4ec3e0;
    border-radius: 30px;
    color: #4ec3e0;
    font-size: 18px;
    max-width: 100%;
    text-align: center;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}
table#distlist thead th {
    background-color: #654da1;
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: 1;
    font-size: 20px;
    padding: 10px 0 5px 0;
}
table#distlist {
    border-collapse: separate;
    table-layout: fixed;
    border-spacing: 0 20px;
}
table#distlist thead tr th:last-of-type {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
table#distlist thead tr th:first-of-type {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
td.tableSpacing {
    border-top: 1px solid #ced1ff;
}

table#distlist tbody td {
    text-align: center;
    border-left: 1px solid #ced1ff;

    font-size: 18px;
    color: #525252;
}

table#distlist tbody td:last-of-type {
    border-left: 0;
}

.summary_slider .slick-dots li.slick-active button:before,
.mgallery .slick-dots li.slick-active button:before,
.articles_slider .slick-dots li.slick-active button:before {
    background-color: #4ec3e0;
}
.summary_slider .slick-dots li button:before,
.mgallery .slick-dots li button:before,
.articles_slider .slick-dots li button:before {
    border: 1px solid #4ec3e0;
}

.mgallery {
    min-height: 540px;
}
.mgallery .slick-track {
    min-height: 450px;
}
.mgallery .slick-slide {
    margin: 0 20px;
}
.mgallery .slick-slide.slick-center .bgimg {
    height: 410px !important;
}
.mgallery .slick-track {
    display: flex;
    align-items: center;
}
.stocktitle1 {
    font-weight: 700 !important;
}

.jobPopUp {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    max-width: 900px;
    z-index: 1000;
}
.closepopup {
    position: absolute;
    left: 15px;
    top: 15px;
}

.jobPopUp .wpcf7 input[type="submit"] {
    background-color: #4ec3e0;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #4ec3e0;
}

.jobPopUp .wpcf7 input {
    direction: rtl;
}

.myfile input[type="file"] {
    position: relative;
    z-index: 1000;
    opacity: 0;
}
.myfile .wpcf7-form-control-wrap {
    max-width: 100%;
    width: 100%;
    height: 55px;
    border-radius: 30px;
    border: 1px solid #dee2f3;
    background-color: #ffffff;
    display: block;
    position: relative;
}
.myfile .wpcf7-form-control-wrap::before {
    width: 20px;
    height: 20px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    background-image: url("../images/upload.png");
    background-repeat: no-repeat;

    background-size: contain;
    z-index: 0;
}
.myfile .wpcf7-form-control-wrap::after {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #4ec3e0;
    content: "לצירוף קורות חיים";
    z-index: 0;
}
.jobPopUp:lang(en) .wpcf7 input {
    padding-left: 10px;
}
div:lang(en) form.wpcf7-form .myfile .wpcf7-form-control-wrap::after {
    right: auto;

    content: "Upload CV";
    left: 60px;
    padding: 0 40px;
}
.site-footer .wc__socials li.linkedin a {
    background-image: url(../images/linkedin.png);
}
.site-footer .wc__socials li a {
    background-size: cover;
}

.magazineSec {
    max-height: 900px;
    overflow: hidden;
}

.magazineSec.active {
    max-height: none;
}
.showMore {
    display: block;
    cursor: pointer;
}
.jobPopUp .wpcf7-response-output {
    display: none;
}
.successMessage {
    position: absolute;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
}
/********************************************Search*********************************************/
#headerSearch {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid rgba(63, 36, 124, 1);
    margin-left: 25px;
    width: 65%;
}
#headerSearch:lang(en) {
    margin-left: 0;
    margin-right: 25px;
}
#headerSearch button {
    background-color: transparent;
    box-shadow: 0;
    border: 0;
    width: 35px;
    height: 35px;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    padding: 0;
}
#headerSearch input {
    display: block;
    border: 0;
    width: 100%;
    background-color: transparent;
}
#headerSearch input:focus {
    outline: 0;
}
#headerSearch input:focus ~ button {
    background-image: url("../images/search2.png");
}
#headerSearch input::placeholder {
    color: rgba(65, 36, 126, 1);
}
#headerSearch input:focus {
    color: rgba(65, 36, 126, 1);
}
/********************************************MOBILE*********************************************/
@media (max-width: 768px) {
    #headerSearch {
        margin: 0 25px 0 10px !important;
    }
    #headerSearch button {
        height: 25px;
        background-size: 15px;
    }
    .mysignature2 {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 80%;
        transform: translateY(-50%);
        z-index: 0;
        width: 100%;
    }
    .mplr10 {
        padding: 0 10px !important;
    }
    .slick-dots li button:before {
        right: 0;
        margin: 0 auto;
    }
    .slick-dots li button {
        width: 25px;
    }
    .slick-dots li {
        width: auto;
    }
    .partners_slider .slick-slide {
        margin: 0 20px;
    }
    .mbh120 {
        height: 120px !important;
    }
    .mgallery .slick-slide.slick-center .bgimg {
        height: 160px !important;
    }
    .mgallery .slick-slide {
        margin: 0 5px;
    }

    section {
        padding: 10px 0;
    }
    .aboutimg {
        transform: rotate(90deg);
        display: block;
        width: 60%;
        margin: 0 auto;
        margin-top: -90px;
    }
    .aboutbanner {
        border-radius: 300px !important;
        min-height: 560px;
        display: flex;
        align-items: flex-end;
        background-image: url("../images/aboutbgmob.png") !important;
    }
    .aboutbannerinner {
        max-height: 50% !important;
        padding: 50px 10px !important;
        min-height: auto !important;
    }
    .teamtitle {
        font-size: 30px;
        margin: 65px auto !important;
    }
    .mysignature {
        width: 50% !important;
    }
    .disnone {
        display: none;
    }
    .mlink {
        width: max-content;
        padding: 10px 40px 8px 40px;
        max-width: 100%;
        background-color: #4ec3e0;
        border-radius: 50px;
        color: White;
        line-height: 1;
        font-size: 18px;
    }
    .bottomquote {
        min-height: 430px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bottomquote h4 {
        line-height: 45px !important;
    }
    .reportYear {
        font-size: 22px;
        padding: 0 5px !important;
    }
    .yearsSlider {
        overflow-x: scroll;
    }
    .info-box .stock-info {
        padding-left: 0px;
        font-size: 25px;
        margin-left: 0;
        line-break: anywhere;
    }
    .info-box {
        margin: 0 10px;
    }
    .teamtitle2 {
        padding: 30px 20px 25px 20px;
    }
    .distbanner {
        background-image: url("../images/bannermobbg2.png") !important;
        min-height: 540px !important;
        display: flex;
        align-items: flex-end !important;
        border-radius: 200px !important;
    }
    .distbanner2 {
        min-height: 540px !important;
        display: flex;
        align-items: flex-end !important;
        border-radius: 200px !important;
    }
    .distbannertext {
        min-height: 250px;
        padding: 0 40px !important;
        display: flex;
        align-items: center;
        text-align: center;
        background-color: #e2e2e2;
    }
    .distbanner2 .distbannertext {
        background-color: transparent;
    }
    .processlevel {
        padding-bottom: 40px;
    }
    .plevel::after {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: auto !important;
        bottom: -55%;
        transform: rotate(270deg);
        background-position: center;
    }
    .phoneimg {
        width: 35px;
        margin-left: 15px !important;
    }

    .site-header {
        position: fixed !important;
        width: 100%;
        z-index: 1000;
    }
    .titlestockinfodate {
        background-color: transparent !important;
        border-left: 0 !important;
        color: #3f247c !important;
        align-items: flex-end;
        background-image: url("../images/linemobile.png") !important;
        background-size: 100% !important;
        background-position: left !important;
        display: flex !important;
        font-size: 30px !important;
        font-weight: 700 !important;
        padding: 40px 20px 50px 120px !important;
        background-repeat: no-repeat !important;
    }
    .stocktitle1 {
        line-height: 1 !important;
        font-weight: 700 !important;
    }
    .stocktitle2 {
        line-height: 1 !important;
        margin: 0 10px 3px 0px !important;
    }
    #post-964 section#home-services {
        padding-top: 40px !important;
    }
    .reasonsSec {
        padding-top: 0 !important;
    }
    #Dists .mobimg {
        max-width: 135%;
        width: 130%;
        margin: 0 auto !important;
        left: 0;
        right: 0;
        position: relative;
        display: block;
        transform: translateX(15%);
    }
    .dfile {
        padding: 5px 30px 0px 30px;
    }
    .processlevel:last-of-type {
        padding-bottom: 20px;
    }

    .cta-image {
        padding: 290px 25px 100px 25px !important;
    }
    .home-form .hf__content-title,
    .home-form .hf__content-form {
        padding: 0 30px;
    }
    .mgallery,
    .mgallery .slick-track {
        min-height: 250px;
    }
    #jobDesc {
        max-height: 225px;
    }
    .jobPopUp .wpcf7 input,
    .jobPopUp .myfile .wpcf7-form-control-wrap {
        height: 45px;
    }
    .home-form:lang(en) .hf__content-title {
        font-size: 32px !important;
    }
    .home-form:lang(en) .hf__content-subtitle {
        margin: 30px 25px 20px 25px;
        font-size: 25px;
    }
    .jobPopUp {
        max-height: 100vh;
        overflow: scroll;
        height: 100vh;
    }
    .jobPopUp > div {
        height: 100%;
    }

    .jobPopUp .wpcf7 input,
    .myfile .wpcf7-form-control-wrap {
        margin-bottom: 15px;
    }
    .nosite {
        display: block !important;
    }
    .mbh150 {
        height: 150px !important;
    }
    .mhfs60 {
        font-size: 60px !important;
    }
    .mpy10 {
        padding: 10px 0;
    }
    .mright {
        text-align: right !important;
    }
    .mhfs26 {
        font-size: 26px !important;
    }
    .mpdt0 {
        padding-top: 0 !important;
    }
    .nomobile {
        display: none !important;
    }
    .mfdcr {
        flex-direction: column-reverse !important;
    }
    .mw70 {
        width: 70% !important;
    }
    .mw80 {
        width: 80% !important;
    }
    .hauto {
        height: auto !important;
    }
    .mw100 {
        width: 100% !important;
    }
    .mhfs30 {
        font-size: 30px !important;
    }
    .mhfs35 {
        font-size: 38px !important;
    }
    .mmb20 {
        margin-bottom: 20px !important;
    }
    .mhfs18 {
        font-size: 18px !important;
        font-weight: 400 !important;
    }
    .mmy0 {
        margin: 0 !important;
    }
    .mmargin {
        margin: 0 auto !important;
    }
    .mcenter {
        text-align: center !important;
    }
    .mmt20 {
        margin-top: 20px !important;
    }
    .mpt20 {
        padding-top: 20px !important;
    }
    .mpb20 {
        padding-bottom: 20px !important;
    }
    .mw60 {
        width: 60%;
    }
    .mpx0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .myinner {
        padding-top: 60px !important;
    }
    .aboutimg {
        margin-top: 0;
    }
    #primary {
        padding-top: 60px;
    }
}
