        body {
            color: #ffffff;
            background-image: url("../img/bac.png");
            background-size: cover;
            /* font-family: 'Heebo', sans-serif; */
        }
        
        .toda {
            display: none;
        }
        
        .row {
            margin-right: 0;
            margin-left: 0;
        }
        
        .container-fluid {}
        
        .mobile {
            display: none;
        }
        
        .loading {
            display: none;
            position: absolute;
            left: 42%;
            top: 32%;
        }
        /* ---------------- section1 ------------------ */
        
        .line_top {
            height: 3px;
            background-color: #00aeef;
            margin-top: 20px;
        }
        
        .w70 {
            width: 69%;
            display: inline-block;
        }
        
        .w60 {
            width: 59%;
            display: inline-block;
        }
        
        .w40 {
            width: 39%;
            display: inline-block;
        }
        
        .w50 {
            width: 49.7%;
            display: inline-block;
        }
        
        .w30 {
            width: 29%;
            display: inline-block;
        }
        
        .w15 {
            width: 10%;
            display: inline-block;
        }
        
        .w33 {
            width: 32.5%;
            display: inline-block;
        }
        
        .logo {
            width: 160px;
            float: left;
            margin-top: 26px;
        }
        
        h1 {
            text-align: right;
        }
        
        h2 {
            /* background: linear-gradient(to left, #fdb614 0%, #f37121 100%); */
            color: #00aeef;
            display: inline-block;
            font-size: 36px;
            -webkit-background-clip: text;
            /* -webkit-text-fill-color: transparent; */
        }
        
        h3.title {
            margin-bottom: 20px;
            margin-top: 40px;
        }
        
        .line {
            /* background: linear-gradient(to left, #fdb614 0%, rgb(243 113 33 / 28%) 100%); */
            background: linear-gradient(to left, #00aeef, rgb(65 193 231 / 28%) 100%);
            height: 2px;
            width: 550px;
            margin-bottom: 20px;
        }
        
        .text {
            font-size: 20px;
            text-align: justify;
        }
        /* ---------------- section2 ------------------ */
        
        * {
            box-sizing: border-box;
        }
        
        #regForm {
            /* background-color: #ffffff;
    margin: 100px auto;
    width: 70%;
    min-width: 300px; */
            padding: 40px;
            max-width: 870px;
            margin: 0 auto;
        }
        
        input {
            padding: 5px;
            width: 100%;
            font-size: 17px;
            /* font-family: Raleway; */
            border: 1px solid #aaaaaa;
            color: #091f35;
        }
        
        select {
            width: 100%;
            height: 40px;
            padding: 5px;
            color: #000;
        }
        /* Mark input boxes that gets an error on validation: */
        
        input.invalid {
            background-color: #ffdddd;
        }
        /* Hide all steps by default: */
        
        .tab_from {
            display: none;
        }
        
        button {
            /* background-color: #f78d1b; */
            background-color: #00aeef;
            color: #ffffff;
            border: none;
            padding: 6px 16px;
            font-size: 17px;
            cursor: pointer;
        }
        
        button:hover {
            opacity: 0.8;
        }
        
        button:focus {
            outline: none;
        }
        
        input[type=file] {
            border: 0;
            display: inline-block;
            width: auto;
            color: #de8622;
        }
        /*תאריך*/
        /* input#myBirthdayDate::-webkit-calendar-picker-indicator {
            display: none
        }
        
        input[type=date]::-webkit-inner-spin-button,
        input[type=date]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        } */
        /**/
        
        .signature {
            display: inline-block;
            width: 60%;
            border-bottom: 1px solid #ffffff;
            margin-bottom: 15px;
        }
        
        .reset_sing {
            float: left;
            padding: 9px;
            background-color: #005396;
            display: inline-block;
            /* float: left; */
            cursor: pointer;
            font-size: 15px;
            vertical-align: top;
        }
        
        #submit_btn {
            width: 80%;
            margin: 0 auto;
            display: block;
        }
        
        .Thanks {
            font-size: 35px;
            margin: 20vh 15px;
        }
        
        .Thanks .line {
            margin: 0 auto;
        }
        
        .steps {
            text-align: center;
            margin-top: 40px;
            margin-bottom: 30px;
        }
        
        #prevBtn {
            background-color: #bbbbbb;
        }
        
        .nextPrev {
            margin-top: 20px;
        }
        /* Make circles that indicate the steps of the form: */
        
        .step {
            height: 40px;
            width: 40px;
            margin: 0 15px;
            background-color: #bbbbbb;
            border: none;
            border-radius: 50%;
            display: inline-block;
            line-height: 40px;
            font-size: 20px;
            /* opacity: 0.5; */
            /* box-shadow: 0 0 0px 1px #fdb614, 0 0 0px 1px #f37121; */
            box-shadow: 0 0 0px 1px #00aeef, 0 0 0px 1px #1c9bc1;
            /* background: linear-gradient(to left, #fdb614 0%, #f37121 100%); */
            background: linear-gradient(to left, #00aeef, #1c9bc1 100%);
            display: inline-block;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        .step.active {
            /* background: linear-gradient(to left, #f37121 0%, #fdb614 100%); */
            background: linear-gradient(to left, #00aeef, #1c9bc1 100%);
            -webkit-text-fill-color: #052341;
        }
        /* Mark the steps that are finished and valid: */
        
        .step.finish {
            background-color: #4CAF50;
        }
        /* #myBirthdayDate {
            width: 49%;
        } */
        /* ---------------- section2 ------------------ */
        
        @media screen and (max-width:1200px) {}
        
        @media screen and (max-width:768px) {
            [class*='col-'] {
                padding-left: 0px;
                padding-right: 0px;
            }
            .row {
                margin-right: 0;
                margin-left: 0;
            }
            .container-fluid {
                padding-right: 0;
                padding-left: 0;
                background-image: none;
            }
            .desktop {
                display: none;
            }
            .mobile {
                display: block;
            }
            .line {
                width: 100%;
            }
            .logo {
                float: none;
                margin: 0 auto;
                display: block;
                width: 30%;
            }
            button {
                width: 49%;
            }
            #regForm {
                padding: 10px 15px;
            }
            h2 {
                font-size: 6.4vw;
                width: 100%;
                text-align: center;
            }
            .text {
                font-size: 4.5vw;
                text-align: right;
            }
            h3.title {
                margin-top: 0px;
            }
            .w70,
            .w60,
            .w50,
            .w40,
            .w30,
            .w33 {
                width: 100%;
            }
            ol {
                padding-right: 10px;
            }
            .signature {
                width: 100%;
            }
            #submit_btn {
                width: 100%;
                margin: 10px auto;
            }
            .myBirthdayDate span {
                font-size: 4vw;
            }
            .w15 {
                width: 24%;
            }
        }
        
        @media screen and (max-width:355px) {
            .w15 {
                width: 22%;
            }
        }