@media(max-width: 767px) {
    #header {
        position: fixed;
        top: 0;
        width: 100%;
        box-shadow: 0px 4px 8.5px 0px #0024A71A;
        z-index: 9999;
        display: flex;
        justify-content: space-between;
        background-color: #ffff;
        padding: 20px;
    }

    .btnContModal {
        width: 48px;
        height: 48px;
        bottom: 3%;
        left: 6%;
    }

    .menuBtn {
        background-color: transparent;
        font-size: 28px;
        border: none;
    }

    .navLogoImg {
        height: 32px;
        width: 170px;
    }

    .popup-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 1050;
        text-align: center;
        padding-top: 100px;
        background-color: #ffff;
        color: black;
        background-image: url('../images/background-image/header-mobile1.png');
        background-repeat: no-repeat;
        background-position: left bottom;
    }

    .close-button {
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 30px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .popup-nav ul {
        list-style: none;
        padding: 0;
        margin: 50px 0 0;
    }

    .popup-nav ul li {
        margin: 40px 0;
    }

    .popup-nav ul li a {
        color: black;
        font-size: 18px;
        text-decoration: none;
    }

    .navLogoImg {
        margin: 0;
    }

    #header .fixed-top {
        position: relative !important;
        padding: 15px 20px;
    }

    #header .collapse.navbar-collapse {
        display: contents;
    }

    #header .contact-btn {
        background: #0081E8;
        border-radius: 60px;
        border: none;
        color: #ffff;
        padding: 15px 45px;
    }

    #header .collapse.navbar-collapse button {
        display: block;
        background: transparent;
        border: none;
        font-size: 33px;
    }

    #contactModal .modal-dialog {
        margin: 30% auto;
    }

    .banner .bannerTitle1 {
        font-size: 12px;
    }

    .banner .bannerTop {
        margin-bottom: 155px;
        min-height: 0;
    }

    .banner .bannerLeft {
        min-width: 100%;
        bottom: -124px;
        margin-right: 0;
        min-height: 200px;
    }

    .background-video {
        min-height: 355px;
    }

    .active.bannerLeft::before {
        border-radius: 0;
    }

    .banner .bannerImg {
        min-height: 0;
    }

    .banner .electraMaas {
        display: unset;
        padding: 20px 0;
    }

    .banner .bannerContent {
        width: 100%;
        margin: 0;
        border-radius: 0;
        padding: 20px;
        background-image: url('../images/bannerBg-mobile.png');
        background-repeat: no-repeat;
        justify-content: flex-start
    }

    .bannerLeft::after {
        background-image: none;
    }

    .banner .bannerContent .bannerContentWarp {
        width: 100%;
    }

    .banner .bannerText1 {
        font-size: 30px;
        padding-top: 10px;
    }

    .banner .bannerText2 {
        font-size: 18px;
        line-height: 26px;
    }

    .banner .bannerBtn {
        margin-top: 20px;
        height: 48px;
    }

    .electraMaas .electraMaasSectionR {
        font-size: 30px;
        padding: 0 20px;
    }

    .electraMaas .electraMaasSectionL .text1 {
        font-size: 18px;
        line-height: 25px;
    }

    .electraMaas .electraMaasSectionL .text2 {
        font-size: 16px;
    }

    .electraMaas .electraMaasSectionL {
        padding: 0 20px;
    }

    .goals {
        margin-top: 50px;
        margin-left: 20px;
        margin-right: 20px;
        flex-direction: column;
        align-items: center;
        font-size: 18px;
        width: unset;
        background-image: url(../images/background-image/goals-mobile.png);
        background-position: top right;
        margin-bottom: 50px;
        padding: 30px 0;
    }

    .goals .goalsTitle {
        max-width: unset;
        font-size: 20px;
    }

    .goals .goal {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .goals .goal .goalText {
        text-align: center;
    }

    .combiningTitle1 {
        font-size: 12px;
    }

    .combining .combiningImg,
    .combining .combiningImg2 {
        max-width: 100%;
    }

    .combining .combiningText1 {
        font-size: 24px;
        max-width: 100%;
        line-height: 34px;
        padding-bottom: 60px;
    }

    .combiningSection1,
    .combiningSection2 {
        display: unset;
    }

    .combiningContent2 {
        margin-left: 0;
    }

    .combiningTitle2,
    .combiningTitle3 {
        font-size: 24px;
        padding-top: 30px;
    }

    .combiningText2,
    .combiningText3 {
        font-size: 16px;
    }

    .combiningText2 {
        padding-bottom: 50px;
    }

    .combiningSection1 img {
        margin-left: 0;
        border-radius: 6px;
    }

    .combiningSection1 img,
    .combiningSection2 img {
        max-width: 100%;
        min-width: 100%;
    }

    .ourPeople .swiper-pagination {
        bottom: -24px !important;
    }

    .ourPeople .ourPeopleCircle {
        top: -3%;
        height: 90px;
    }

    .ourPeople .ourPeopleMain {
        padding: 0 20px;
        padding-top: 50px;
        background-image: url('../images/background-image/our-people-mobile.png');
        background-position: top right;
        background-size: contain;
        margin-top: 80px;
    }

    .ourPeople .ourPeopleMainCon {
        display: unset;
    }

    .ourPeople .personCardContent {
        padding-top: 0;
    }

    .ourPeopleTilte {
        font-size: 30px;
        padding: 0 20px;
        text-align: center;
    }

    .ourPeopleText {
        font-size: 16px;
        padding: 0 10px;
        line-height: 27px;
        text-align: center;
    }

    .ourPeople .personImg {
        max-width: 100%;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .ourPeople .mainPeopleContent {
        padding: 20px;
    }

    .mainPeopleContent .personDescription {
        font-size: 20px;
    }

    .ourPeople .personRole {
        font-size: 14px;
        padding-bottom: 40px;
        font-family: 'NotoSansHebrew', 'Inter';
    }

    .mainPeople .personRole {
        width: 50%;
    }

    .ourPeople .mainPeople {
        display: block;
    }

    .ourPeople .people {
        margin-top: 360px;
        display: block;
    }

    .ourPeople .people .swiper-people {
        padding-right: 20px;
    }

    .ourPeople .personCard .personImg {
        max-width: 159px;
        border-radius: 6px;
        margin: 20px;
    }

    .ourPeople .personQuotes {
        margin-top: 0;
    }

    .ourPeople .personCard {
        min-height: unset;
        height: 480px;
        padding-bottom: 30px;
        border-radius: 6px;
    }

    .shuttleTilte1 {
        font-size: 30px;
        padding: 25px 55px;
    }

    .shuttleTexsts {
        display: unset;
    }

    .shuttleText1 {
        font-size: 18px;
        margin-left: 0;
        padding: 30px 20px;
        line-height: 30px;
    }

    .shuttleText2 {
        font-size: 16px;
        padding: 0 20px;
        line-height: 27px;
        padding-bottom: 50px;
    }


    .shuttleImages {
        display: unset;
        margin: 0 20px;
    }

    .shuttleImagesBox {
        min-height: unset;
        margin: 10px 20px
    }

    .shuttleImagesBox img {
        max-height: 270px;
    }

    .shuttleImg {
        padding: 20px 20px 50px 20px;
    }

    .shuttleImgTitle {
        font-size: 18px;
    }

    .shuttleImgText {
        font-size: 16px;
    }

    .solutions {
        margin-top: 960px;
    }

    .solutionCircle {
        width: 90px;
        top: -46px;
        right: 20px;
    }

    .solutionsTexts {
        display: unset;
        width: 100%;
        padding: 0 20px;
    }

    .solutionsTitle {
        font-size: 30px;
    }

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

    .solutionsText2 {
        font-size: 16px;
        line-height: 24px;
        white-space: pre-line;
    }

    .solutionsBoxTitle {
        font-size: 18px;
    }

    .solutionsBoxText {
        font-size: 16px;
    }

    .solutionsImage {
        height: 48px;
        width: 48px;
    }

    .solutionsBg {
        padding-bottom: 20px;
        background-image: url('../images/background-image/solutions-mobile.png');
        background-position: top right;
        background-size: contain;
    }

    .swiper-planing {
        overflow: hidden;
        position: relative;
        margin: 0 20px;
        padding-bottom: 60px;
    }

    .system .swiper-button-next::after,
    .system .swiper-button-prev::after {
        display: none;
    }

    .system .swiper-pagination {
        bottom: 15px !important;
        left: 0;
    }

    .system .swiper-button-prev,
    .system .swiper-button-next {
        top: 94%;
    }

    .system-slide h2 {
        font-size: 14px;
        color: #ffff;
        padding-top: 15px;
    }

    .system .systemTitle {
        font-size: 24px;
        margin: 0 50px;
    }

    .system .container {
        display: unset;
    }

    .system .right-panel {
        width: 100%;
    }

    .system .slider {
        margin: 0 20px;
    }

    .system .system-slide {
        border-radius: 6px;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 207px;
    }

    .system .system-slide-item {
        border-bottom: 1px solid #2B3941;
        padding: 40px 0;
        border-top: 1px solid #2B3941;
        margin-top: 40px;
    }

    .system .system-slide img {
        max-height: 146px;
    }

    .benefits {
        background-image: url(../images/background-image/benefits-mobile.png);
        padding: 60px 20px;
        background-position: top right;
        margin-top: 0;
        position: relative;
    }

    .benefits .circle {
        position: absolute;
        height: 90px;
        top: -7%;
        left: 5%;
    }

    .benefits-content {
        display: unset;
    }

    .benefits_title {
        font-size: 40px;
        text-align: center;
        width: 95%;
        margin: auto;
        padding-bottom: 30px;
    }

    .benefits .accordion-header,
    .benefits .number {
        font-size: 18px;
    }

    .benefits .accordion-content {
        font-size: 16px;
    }

    .benefits .accordion-item {
        padding: 20px 0;
    }

    .benefits .icon {
        height: 20px;
    }

    .benefits_title_div {
        width: 100%;
    }

    .customersTitle {
        font-size: 12px;
    }

    .customersTitle2 {
        font-size: 30px;
        padding-top: 20px;
    }

    .customersStat {
        margin-top: 50px;
        flex-wrap: wrap;
        align-items: center;
    }

    .customersStatBox {
        /* flex: 0 0 47%; */
        padding: 0;
        padding: 30px 0;
        margin: 0 5px;
    }

    .customersStatBox .value {
        font-size: 40px;
    }

    .customersStatBox .label {
        font-size: 18px;
    }

    .customersRecommend {
        margin-top: 0;
    }

    .customersRecommend .custBox {
        flex-direction: column;
        padding: 20px;
    }

    .customersRecommendImg {
        margin-bottom: 40px;
        margin-left: 0;
        min-height: 150px;
    }

    .customersRecommendText {
        font-size: 18px;
        line-height: 28px;
        padding-top: 10px;
        padding-bottom: 50px;
    }

    .customersRecommendTitle {
        font-size: 16px;
    }

    .customersRecommend .slide-content {
        max-width: 100%;
    }

    .customersRecommendTitle2 {
        font-size: 14px;
    }

    .customersRecommend .swiper-pagination {
        bottom: -12% !important;
    }

    .ourCustomersTitle {
        padding-top: 50px;
        font-size: 30px;
        padding-bottom: 30px;
    }

    .ourCustomers {
        margin-bottom: 100px;
    }

    .ourCustomers .swiper-slide {
        margin: 0 20px;
    }

    .ourCustomers .swiper-slide img {
        max-height: 54px;
    }

    .contact {
        padding: 20px;
        flex-direction: column;
        /* margin: 0 20px; */
        max-width: 350px;
        border-radius: 6px;
        margin-bottom: 70px;
    }

    .contact img {
        border-radius: 6px;
        max-height: 280px;
    }

    .contact .contactContent {
        margin-right: 0;
        align-items: flex-start;

    }

    .contact .contactTitle {
        font-size: 30px;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .contact .contactText {
        font-size: 18px;
        padding-bottom: 40px;
    }

    .contact .contactButton {
        margin-bottom: 50px;
    }

    .contact .circle {
        height: 90px;
        bottom: -7%;
        left: 5%;
    }

    .circleText {
        height: 90px;
    }

    .symbole {
        height: 35px;
        top: 28px;
        left: 32px;
    }

    .circle .circleText {
        height: 90px;
    }

    .circle .symbole.black {
        height: 35px;
        left: 32px;
        top: 26px;
    }

    .footer {
        height: 140px;
        width: 100%;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        flex-direction: column;
        height: unset;
    }

    .footer .footerProtect {
        display: unset;
        text-align: center;
        padding-top: 30px;
    }

    .footer .footerLink {
        text-align: center;
    }

    .footer .footerLink .link {
        display: inline-block;
    }

    .footerLogo {
        padding: 50px 0;
    }

    .footer .footerAccessibility {
        padding: 45px;
    }

    #contactModal .modal-dialog {
        width: 90% !important;
        min-width: 90%;
    }

    #contactModal .btnSubmit {
        height: 43px;
        width: 100%;
        margin-bottom: 10px;
    }

    .contactImg {
        transform: scale(1) !important;
    }

    .bannerContentWarp .popup-content {
        margin-top: 30%;
    }

    /*==================================================================
   Exist
  ==================================================================*/
    .exist {
        padding-top: 40px;
    }

    .existContent {
        margin-right: 0;
    }

    .existImg {
        min-height: 909px;
    }

    .existContent {
        width: 90%;
        padding-right: 0;
        margin: auto;
        padding-right: 30px;
        position: absolute;
        bottom: 40px;
        right: 5%;
    }

    .existCircle {
        height: 94px;
    }

    .existTitle {
        font-size: 30px;
    }

    .existSubTitle {
        font-size: 18px;
        line-height: 24px;
        width: 95%;
    }

    .existText {
        font-size: 16px;
        line-height: 23px;
        padding-bottom: 25px;
        width: 95%;
    }

    /*==================================================================
   LifeCycle
  ==================================================================*/
    .lifeCycle {
        padding-bottom: 80px;
        flex-direction: column-reverse;
    }

    .lifeCycle img {
        height: 297px;
    }

    .lifeCycleontent {
        width: 100%;
    }

    .lifeCycleTitle {
        font-size: 30px;
        width: 78%;
    }

    .lifeCycleText {
        font-size: 16px;
        padding-bottom: 25px;
        width: 90%;
        padding-top: 20px;
    }
}