/*
 Theme Name:     Fortuna Child
 Description:    Fortuna Child Theme
 Author:         BlueOwlCreative
 Version:        1.10
 Template:       fortuna

*/
.how_it_works_container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
    flex-direction: row;
    position: relative;
    cursor: pointer;
    z-index: 1000;
}

.how_it_works_container img {
    height: 50px !important;
    width: 50px !important;
    box-shadow: none !important;
    margin-bottom: 0px !important;
    margin-right: 20px;
}

.how_it_works_container h4 {
    margin: 0px;
    font-size: 33px;
    color: #ec1a3a;

}

.splite_sideEnquiry {
    display: none !important;
}

.years_timeline {
    overflow: hidden !important;
}

/* Theme customization starts here */
.page_title {
    margin-top: 40px;
    margin-bottom: 20px;
}

.projects_continer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.project_info {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 101;
}

.project_info a {
    color: white !important;
}

.project_container {
    width: 380px;
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    overflow: hidden;
    margin: 10px;
    border-radius: 50px;
    font-size: 0px;
}

.project_text {
    color: white;
    font-size: 18px;
    line-height: 18px;
}

.project_link {
    background-color: #ef9f19;
    padding: 5px 10px 4px 10px;
    color: white;
    font-size: 14px;
    line-height: 16px;
    border-radius: 100px;
    transition: 0.2s;
}

.project_link :hover {
    background-color: #ac720d !important;
    transition: 0.2s;
}

.project_container .dark_overlay {
    background-color: #00000075 !important;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.project_image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
}

.project_image img {
    width: 100%;
    height: 100%;
}

.project_logo {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#terms h3 {
    margin-bottom: 0px !important;
}

h4 {
    text-transform: none;
    font-size: 17px;
}

.clipcontainer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.playgif {
    position: absolute;
    box-shadow: none !important;
    width: 18% !important;
}

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



    .project_container {
        width: 330px;
    }

    #header.mobile_force_relative_position {
        position: fixed !important;
        /* position: relative !important; */
    }

    #header {
        position: fixed !important;
    }

    .content_body {
        /* margin-top: 62px !important; */
    }
}

.contact_form {
    position: relative;
    z-index: 1001;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
    margin-bottom: 0px;
}

.contact_form_ltr input[type="tel"] {
    text-align: left;
}

.contact_form_ltr .wpcf7-form-control-wrap input[type="text"],
.contact_form_ltr .wpcf7-form-control-wrap input[type="password"],
.contact_form_ltr .wpcf7-form-control-wrap input[type="email"],
.contact_form_ltr .wpcf7-form-control-wrap textarea,
.contact_form_ltr .wpcf7-form-control-wrap select input[type="tel"] {
    text-align: left;
    direction: ltr;
}


.contact_form textarea {
    height: 50px;
}

.submit_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    text-align: center;
    margin-top: 0px;
    background-color: #80c342;
    color: white;
}

.contact_form_ltr input[type="submit"],
.contact_form_ltr input[type="reset"],
.contact_form_ltr input[type="button"] {
    background-color: #274a83;
}


input[type="submit"],
input[type="reset"],
input[type="button"] {
    font-weight: normal;
    width: 250px;
    border-radius: 100px;
    background-color: #df8826;
    font-size: 21px;
    letter-spacing: 0px !important;
}

#splite_popup_box span.wpcf7-not-valid-tip {
    background: #ff0033;
    color: #fff;
    line-height: 18px;
    left: 0;
    right: auto !important;
    text-align: center;
    top: 1px;
    width: auto;
    height: auto;
    padding: 8px 8px;
    transition: all 0.3s ease-in;
    font-family: Open Sans;
    position: absolute;
}

.wpcf7-not-valid-tip {
    position: absolute;
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    top: 7px;
    margin-left: 10px;
    font-size: 13px;
}

#splite_popup_box input.wpcf7-form-control.wpcf7-submit {
    background: #df8826;
    letter-spacing: 1px;
    text-align: center;
    border: 0;
    box-shadow: none;
    width: 200px !important;
    border-radius: 100px;
}

.phone {
    display: flex;
    align-items: center;
    font-size: 20px !important;
    direction: rtl !important;
    margin-top: 5px;
}

.phone img {
    width: 25px !important;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

/* ON DESKTOP */
@media only screen and (min-width: 768px) {
    .section_container .right img {
        width: 100%;
        max-width: 678px;
    }

    .desktopmokeup_and_text .left {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .bullt_item {
        margin-bottom: 10px;
        /* border-bottom: 2px solid white; */
        padding-bottom: 10px;
       
    }

    .bullt_item:before {
        content: "✓ ";

    }
    .how_it_works_container {
        width: 400px;
      
    }

    .desktopmokeup_and_text h1 {
        direction: ltr;
        text-align: left;
        width: 400px;
        margin-bottom: 20px !important;
    }

    .desktopmokeup_and_text h2 {
        direction: ltr;
        width: 400px;
        font-size: 20px;
        line-height: 24px;
        text-align: left;
    }

    .desktopmokeup_and_text ul {
        direction: ltr;
        width: 400px;
        font-size: 20px;
        line-height: 24px;
        text-align: left;
        display: flex;
        flex-direction: column;
        list-style: none;
        text-indent: -20px;
        margin-left: 20px;
        position: relative;
        left: 20px;
    }

    .mobilemokeup_and_text h1 {
        direction: ltr;
        text-align: left;
        width: 400px;
    }

    .mobilemokeup_and_text h2 {
        direction: ltr;
        width: 400px;
        font-size: 20px;
        line-height: 24px;
        text-align: left;
    }

    .handholding_mobile_and_text h1 {
        direction: ltr;
        text-align: left;
        width: 370px;
    }

    .handholding_mobile_and_text h2 {
        direction: ltr;
        width: 370px;
        font-size: 20px;
        line-height: 24px;
        text-align: left;
    }

    .logo_and_timeline_section {
        display: flex;
        flex-direction: column;
        height: 450px;
        align-items: center;
        justify-content: center;
    }

    .logo_and_timeline_section .main_section_container {
        display: flex;
        flex-direction: column;
        height: 450px;
        align-items: center;
        justify-content: center;
    }

    .logo_and_timeline_section .section_container {
        height: auto !important;
        margin-bottom: 40px;
    }

    .logo_and_timeline_container .left img {
        width: 100px;
    }

    .logo_and_timeline_main_container .years_timeline {
        margin-top: 30px !important;
    }

    .logo_and_timeline_container h1 {
        color: #3a3a3a !important;
        text-align: left;
        direction: 'ltr';
        font-size: 24px !important;
        line-height: 28px;
        direction: ltr;
        position: absolute;
        width: 370px;
    }

    .timeline_section_small {
        height: 450px !important;
        margin-top: 0px;
    }

    .section1_basketball {
        height: 450px !important;
    }

    .section1_basketball .left {
        align-items: flex-end !important;
        height: 100% !important;
    }

    .section_container_en .bodytext {
        color: #3a3a3a !important;
        text-align: left;
        direction: 'ltr';
        font-size: 24px !important;
        line-height: 28px;
        direction: ltr;
    }

    .section_container_en .title {
        text-align: left;
        direction: 'ltr';
        direction: ltr;
    }

    #contact_bt {
        position: fixed;
        bottom: 178px;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        z-index: 99;
    }

    #contact_bt a {
        background-color: #80c342;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        color: white;
        line-height: 15px;
        direction: ltr;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        padding-bottom: 9px;
        border-radius: 10px;
        cursor: pointer;
    }

    .contactus .arrow img {
        width: 80px !important;
        margin-top: 20px;
    }

    .contactus .letschat img {
        width: 150px !important;
        margin-top: 20px;
        margin-bottom: 60px;
    }

    .gray {
        color: #3a3a3a !important;
    }

    .wpb_button,
    .wpb_content_element,
    ul.wpb_thumbnails-fluid>li {
        margin-bottom: 0px !important;
    }

    .clickhere h2 {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .h1space {
        margin-bottom: 20px !important;
    }

    .smallspace {
        margin-bottom: 10px !important;
    }

    h1 {
        text-transform: none;
        color: #ef9f19;
        font-size: 34px;
        line-height: 34px;
    }

    .steps,
    .contactus {
        padding-top: 50px;
        padding-bottom: 50px;
        z-index: 1001;
    }

    .steps img {
        max-width: 900px !important;
    }

    .mobile {
        display: none;
    }

    .holding_mobile {
        background: url(https://hayuzmanim.co.il/wp-content/uploads/2022/01/hand_mobile.jpg?id=184) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .holding_mobile_basketball {
        background: url(https://hayuzmanim.co.il/wp-content/uploads/2023/05/basketball_hand_desktop.jpg) !important;
    }

    .holding_mobile_camps {
        background: url(https://hayuzmanim.co.il/wp-content/uploads/2023/05/camps_hand_desktop.jpg) !important;
    }

    h2 {
        text-transform: none;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 0px;
    }

    .yourstory .right {
        flex-direction: column;
        align-items: flex-end !important;
    }

    .yourstory .left img {
        position: absolute;
        top: 30px;
        width: 350px;
    }

    .yourstory .title {
        color: #ef9f19;
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 0px;
    }

    .yourstory .your_story {
        margin-top: 10px;
        font-size: 40px;
    }

    .yourstory h1 {
        color: #ef9f19;
    }

    .about_us .left {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .about_us h1 {
        color: #ef9f19;
    }

    .holding_mobile_basketball h1 {
        color: #ef9f19;
        direction: ltr;
    }

    .holding_mobile_basketball .left {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .holding_mobile .left {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .holding_mobile h1 {
        color: #ef9f19;
    }

    .years_timeline_section .main_section_container {
        display: flex;
        flex-direction: column;
        height: 560px;
        align-items: center;
        justify-content: center;
    }

    .years_timeline_section .section_container {
        height: auto !important;
        margin-bottom: 40px;
    }

    .years_timeline {
        position: relative;
        z-index: 1001;
    }

    .logo_hayuzmanim img {
        width: 180px;
    }

    .timeline_section {
        height: 560px;
        margin-top: 0px;
    }

    #main_clip_mobile {
        display: none;
    }

    .fotter_container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-color: #80c342;
    }

    .fotter {
        background-color: #80c342;
        width: 85%;
        height: 150px;
        z-index: 1000;
        position: relative;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
        flex-direction: row-reverse;
        color: white;
    }

    .fotter .right {
        text-align: right;
    }

    .fotter img {
        width: 100px;
    }

    h1 {
        text-transform: none;
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 0px;
    }

    .timeline_container {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section_container {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        height: 560px;
        position: relative;
    }

    .section_container .left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 30px;
    }



    .section_container .center {
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .section_container .center .circle {
        width: 35px;
        height: 35px;
        border: 2px solid #f58220;
        border-radius: 100px;
        z-index: 1001;
        background-color: white;
    }

    .en_text_container {}

    .section_container .right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
        z-index: 1000;
        padding-right: 30px;
    }

    .mfp_iframe_popup img {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.26);
        margin-bottom: -10px;
    }
}

@media only screen and (max-width: 385px) {
    #main_clip_mobile {
        max-height: 235px !important;
    }
}

@media only screen and (max-width: 1210px) {
    .about_us .left br {
        display: none !important;
    }

    .yourstory .right br {
        display: none !important;
    }
}

/* תמונה צמודה למטה עד לשלב זה */
@media only screen and (min-width: 1200px) {
    .about_us .right {
        height: 100%;
        align-items: flex-end !important;
    }
}

/* ON MOBILE */
@media only screen and (max-width: 767px) {
    #splite_popup_title {
        line-height: 24px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    #contact_bt {
        position: fixed;
        bottom: 438px;
        display: flex;
        align-items: flex-start;
        width: 100%;
        justify-content: flex-end;
        z-index: 99;
    }

    #contact_bt a {
        background-color: #80c342;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        color: white;
        line-height: 11px;
        direction: ltr;
        text-align: center;
        font-weight: 600;
        font-size: 10px;
        padding-bottom: 9px;
        border-radius: 10px 10px 10px 10px;
        cursor: pointer;
        width: 54px;
        left: 13px;
        position: relative;
    }

    .bullt_item {
        margin-bottom: 10px;
        /* border-bottom: 2px solid white; */
        padding-bottom: 10px;
        width: 60%;
    }

    .bullt_item:before {
        content: "✓ ";
    }

    .desktopmokeup_and_text .left {
        align-items: flex-end !important;
        flex-direction: column;
    }


    .desktopmokeup_and_text .right img {
        position: relative;
        left: -20px;
        margin-bottom: 30px;
    }

    .desktopmokeup_and_text h1 {
        direction: ltr;
        text-align: left;
        padding-right: 70px;
    }

    .desktopmokeup_and_text h2 {
        direction: ltr;
        font-size: 20px;
        line-height: 24px;
        text-align: left;
    }

    .desktopmokeup_and_text ul {
        direction: ltr;
        width: 400px;
        font-size: 20px;
        line-height: 24px;
        text-align: left;
        display: flex;
        flex-direction: column;
        list-style: none;
        text-indent: -20px;
        margin-left: 20px;
    }

    .mobilemokeup_and_text h1 {
        direction: ltr;
        text-align: left;
    }

    .mobilemokeup_and_text h2 {
        direction: ltr;
        font-size: 20px;
        line-height: 24px;
        text-align: left;
    }

    .handholding_mobile_and_text h1 {
        direction: ltr;
        text-align: left;
    }

    .handholding_mobile_and_text h2 {
        direction: ltr;
        font-size: 20px;
        line-height: 24px;
        text-align: left;
    }

    .logo_and_timeline_container {
        flex-direction: column-reverse;
    }

    .logo_and_timeline_container .left {
        justify-content: flex-end !important;
    }

    .logo_and_timeline_main_container .years_timeline {
        position: relative;
        z-index: 1001;
        margin-bottom: 30px;
        margin-top: 30px;

    }

    .logo_and_timeline_container .left img {
        width: 90px;
    }

    .section_container .left {
        position: relative;
        left: 8px;
    }

    .logo_and_timeline_container h1 {
        color: #3a3a3a !important;
        text-align: left;
        direction: 'ltr';
        font-size: 24px !important;
        line-height: 28px;
        direction: ltr;
    }

    .section_container_en .bodytext {
        color: #3a3a3a !important;
        text-align: left;
        direction: 'ltr';
        font-size: 24px !important;
        line-height: 28px;
        direction: ltr;
    }

    .section_container_en .title {
        text-align: left;
        direction: 'ltr';
        direction: ltr;
    }

    .section_container_en {
        flex-direction: column-reverse !important;
        direction: ltr;
        text-align: left !important;
    }

    .section1_basketball {
        padding-top: 30px;
    }

    .fotter .right {
        text-align: center;
    }

    .phone {
        justify-content: center;
    }

    .phone img {
        display: none;
    }

    .desktop {
        display: none;
    }

    .contactus .arrow img {
        width: 80px !important;
        margin-top: 20px;
    }

    .contactus .letschat img {
        width: 150px !important;
        margin-top: 20px;
    }

    .gray {
        color: #3a3a3a !important;
    }

    .wpb_button,
    .wpb_content_element,
    ul.wpb_thumbnails-fluid>li {
        margin-bottom: 0px !important;
    }

    .clickhere h2 {
        font-size: 24px !important;
        line-height: 28px !important;
        padding-left: 80px;
        padding-right: 80px;
    }

    .clickhere br {
        display: none;
    }

    .h1space {
        margin-bottom: 20px !important;
    }

    .smallspace {
        margin-bottom: 10px !important;
    }

    .steps,
    .contactus {
        padding-top: 50px;
        padding-bottom: 50px;
        z-index: 1001;
    }

    .steps .mobile img {
        max-width: 50%;
    }

    .yourstory .section_container {
        justify-content: flex-end;
        flex-direction: column-reverse;
        height: 600px;
    }

    .mobilemokeup_and_text {
        justify-content: flex-end;
        flex-direction: column-reverse;
        height: 800px !important;
    }

    .mobilemokeup_and_text .left img {
        position: relative;
    }

    .yourstory .right {
        flex-direction: column;
        align-items: flex-end !important;
    }

    .yourstory .left img {
        top: 30px;
        width: 350px;
    }

    .yourstory .title {
        color: #ef9f19;
        text-transform: none;
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 0px;
    }

    .yourstory .your_story {
        margin-top: 10px;
        font-size: 40px;
    }

    .yourstory h1 {
        color: #ef9f19;
    }

    h2 {
        text-transform: none;
        font-size: 19px;
        line-height: 23px;
        margin-bottom: 0px;
    }

    .years_timeline {
        position: relative;
        z-index: 1001;
    }

    .about_us {
        padding-bottom: 0px !important;
    }

    .about_us .left {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .about_us h1 {
        color: #ef9f19;
    }

    .holding_mobile {
        padding-bottom: 0px !important;
        background: none !important;
    }

    .holding_mobile_basketball {
        padding-bottom: 0px !important;
        background: none !important;
    }

    .holding_mobile_basketball h1 {
        color: #ef9f19;
    }

    .holding_mobile_basketball .left {
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
    }


    .holding_mobile .left {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .holding_mobile h1 {
        color: #ef9f19;
    }



    .years_timeline_section .section_container .left {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .years_timeline_section .section_container {
        flex-direction: column-reverse;
    }

    .logo_hayuzmanim img {
        width: 110px;
    }

    .timeline_section {
        padding-bottom: 0px;
        padding-top: 20px;
    }

    #main_clip {
        display: none;
    }

    #main_clip_mobile {
        top: 0px;
        z-index: 1000;
        position: relative !important;
        max-height: 250px;
        background-repeat: no-repeat !important;
        /* background-size: 100% 250px !important; */
    }

    .section_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 70px;
        margin-right: 20px;
        position: relative;
    }

    .section_container br {
        display: none;
    }

    .section_container .left {
        margin-top: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        z-index: 1020;
    }

    .section_container .center {
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: absolute;

        width: 100%;
    }

    .section_container .center .circle {
        width: 30px;
        height: 30px;
        border: 2px solid #f58220;
        border-radius: 100px;
        z-index: 1001;
        background-color: white;
        position: absolute;
        left: -46px;
    }

    .section_container .right {
        margin-top: 10px;
        margin-bottom: -10px;
        width: 100%;
        position: relative;
        z-index: 1000;
        left: 8px;
    }

    .mfp_iframe_popup img {
        width: 100%;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.26);
        margin-bottom: -10px;
    }

    h1 {
        text-transform: none;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 0px;
        color: #ef9f19;
    }

    .fotter_container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-color: #80c342;
        z-index: 1000;
        position: relative;
    }

    .fotter {
        background-color: #80c342;
        width: 95%;
        margin-top: 30px;
        margin-bottom: 20px;

        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
        flex-direction: row-reverse;
        color: white;
        flex-direction: column;
    }

    .fotter img {
        width: 100px;
        margin-bottom: 6px;
    }

    .timeline_container {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .timeline {
        margin-left: 30px;
        width: 20px;
        height: 100%;
        background-color: #1c4386;
        background-image: linear-gradient(90deg, #1c4386, #4a72b7 50%, #1c4386)
            /* background-image: repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 20px,
            hsla(0, 0%, 100%, 0.5) 0,
            hsla(0, 0%, 100%, 0.5) 40px
        ); */
    }
}

.timeline {
    width: 20px;
    height: 100%;
    background-color: #1c4386;
    background-image: linear-gradient(90deg, #1c4386, #4a72b7 50%, #1c4386)
}

#header {
    z-index: 1000 !important;
}

.vc_column-inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li,
.wpb_button {
    margin-bottom: 0px;
}

.main_clip iframe {
    margin-bottom: -8px !important;
}

.main_clip {
    z-index: 1000 !important;
    position: relative !important;
    margin-top: -1px;
    margin-bottom: -1px;
}

#header .container {
    width: 90%;
}

.fotter a:hover {
    color: #ffffffb7;
}

.fotter a {
    color: white;
}

.fotter .left {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo img {
    max-height: 70%;
}

#header .container .section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .container .section:before {
    display: none;
}

#header .container .section:after {
    display: none;
}

@media only screen and (min-width: 1018px) {
    .talk_with_us img {
        width: 150px;
        position: relative;
        top: 5px;
    }

    .talk_with_us_mobile {
        display: none;
    }
}

@media only screen and (max-width: 1017px) {
    .talk_with_us {
        display: none;
    }

    .talk_with_us_mobile img {
        width: 100px;
        position: relative;
        top: 5px;
    }

    #mobile_menu_toggler {
        margin-top: 11px !important;
        /* display: none !important; */
    }

    .custom_menu_4 {
        display: none !important;
    }
}

.current-menu-item a {
    color: #f1b474 !important;
}

#menu>ul>li>a {
    font-size: 16px;
}

/* 



#menu a:hover {
    color: #edd088 !important;
}

#logo {
    float: left !important;
}

#logo .logo_img {
    float: left !important;
    display: flex;
    align-items: center;
}

#mobile_menu_toggler {
    float: right !important;
}

#menu {
    float: right !important;
} */