/* Minification failed. Returning unminified contents.
(1344,1): run-time error CSS1019: Unexpected token, found '}'
(1502,16): run-time error CSS1036: Expected expression, found '%'
(2500,1): run-time error CSS1019: Unexpected token, found '}'
 */
@font-face {
    font-family: 'almoni-dl';
    font-weight: 700; /*(bold)*/
    font-style: normal;
    src: url('fonts/almoni/almoni-dl-aaa-700.eot');
    src: url('fonts/almoni/almoni-dl-aaa-700.eot#iefix') format('embedded-opentype'), url('fonts/almoni/almoni-dl-aaa-700.woff') format('woff'), url('fonts/almoni/almoni-dl-aaa-700.ttf') format('truetype');
}

@font-face {
    font-family: 'almoni-dl';
    font-weight: 400; /*(regular)*/
    font-style: normal;
    src: url('fonts/almoni/almoni-dl-aaa-400.eot');
    src: url('fonts/almoni/almoni-dl-aaa-400.eot#iefix') format('embedded-opentype'), url('fonts/almoni/almoni-dl-aaa-400.woff') format('woff'), url('fonts/almoni/almoni-dl-aaa-400.ttf') format('truetype');
}

p > input::-webkit-outer-spin-button,
p > input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

html, body {
    font-family: almoni-dl;
    font-size: 100%;
    background: #FFf;
    direction: rtl;
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.help_div p input.error {
    border-color: red;
}

#501 {
    border-radius: 2px;
    border-width: 7px;
    border-color: white;
    border-color: #ffffff;
    border-style: solid;
    border-style: solid;
    border-color: rgba(150, 150, 150, 20);
    background-color: #ffffff;
    width: 416px;
    height: 592px;
}

#901 {
    border-radius: 2px;
    border-width: 7px;
    border-color: white;
    border-color: #ffffff;
    border-style: solid;
    border-style: solid;
    border-color: rgba(150, 150, 150, 20);
    background-color: #ffffff;
    width: 471px;
    height: 670px;
}

#701 {
    border-radius: 2px;
    border-width: 7px;
    border-color: white;
    border-style: solid;
    border-style: solid;
    border-color: rgba(150, 150, 150, 20);
    background-color: #ffffff;
    width: 416px;
    height: 592px;
}

body a, .grid_1, plan_1, plan_1.one, plan_1.two, i.icon1, i.icon2, i.icon3, i.icon4, i.icon5, i.icon6 {
    transition: 0.5s color;
    -webkit-transition: 0.5s color;
    -moz-transition: 0.5s color;
    -o-transition: 0.5s color;
    -ms-transition: 0.5s color;
    font-weight: normal;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h5 {
    font-size: 20px;
}

p {
    margin: 0;
}

b > p > .chkbxmsg {
    width: 92%;
    padding-top: 0px;
    padding-right: 0px;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
    font-size: 1em;
    color: dimgray;
    margin-bottom: 0.3em;
    font-weight: lighter;
}

hr {
    border-top: none;
}

.header-top {
    padding: 1em 0;
    min-height: 10vh;
}

.top-menu ul li.logo_img_1 {
    height: 50px;
    display: block;
    padding-top: 0px;
    margin-left: 15vh;
}

.logo {
    float: left;
    margin-top: 4px;
}

.top-menu {
    text-align: center;
    white-space: nowrap;
}

    .top-menu ul li {
        display: inline-block;
        float: right;
        padding-top: 33px;
        min-width: 6vw;
    }

        .top-menu ul li a {
            padding: 5px;
            font-size: 20px;
            color: #1B242F;
        }

            .top-menu ul li a:hover {
                color: #4693e6;
            }

.tool_logo div.tooltips {
    background: #2b5b95;
    border-radius: 5px;
    float: left;
    margin-top: 0px;
    padding: 9px 23px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    position: relative;
    display: inline;
    cursor: pointer;
}

    .tool_logo div.tooltips .pop {
        background: rgba(0, 0, 0, 0) url("./images/popup.png") no-repeat scroll 0 0 / 97% auto;
        border-radius: 6px;
        color: #ffffff;
        height: 290px;
        left: -15px;
        line-height: 30px;
        position: absolute;
        text-align: center;
        top: 46px;
        width: 385px;
        z-index: 99999;
        direction: rtl;
        margin-left: -76px;
        left: 45%;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        cursor: default;
    }

        .tool_logo div.tooltips .pop.smaller_pop {
            background-image: url("./images/popup2.png");
        }

    .tool_logo div.tooltips .pop_hide {
        visibility: hidden;
        opacity: 0;
    }

    .tool_logo div.tooltips:hover .pop_hide {
        visibility: visible;
        opacity: 1;
    }

.top-menu ul li div.tooltips {
    display: inline-block;
    font-weight: 400;
    font-size: 1em;
    text-decoration: none;
    color: #34495E;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    padding: 0;
}

.top-menu ul li.active div.tooltips .pop {
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.top-menu ul li div.tooltips:hover, .top-menu ul li div.tooltips.active {
    color: #EF6D15;
}

.top-menu ul li:nth-child(5) a {
    margin: 0;
}

.top-menu ul li.sign a {
    background: #1ABC9C;
    padding: 0.8em 2em;
    outline: none;
    border: none;
    color: #fff;
    -webkit-appearance: none;
    border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -o-border-radius: 0.4em;
}

@media(max-width:1175px) {
    .top-menu ul li.logo_img_1 {
        margin-left: 0;
    }
}

@media(max-width:1055px) and (min-width:769px) {
    .top-menu ul li a {
        font-size: 17px;
    }

    .tool_logo div.tooltips {
        padding: 6px 20px;
        margin-top: 6px;
    }
}
/*-----start-header----*/

.btn-default.btn1 {
    box-shadow: none;
    text-decoration: underline !important;
    display: inline-block;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    text-shadow: none;
    border-radius: 0;
    color: #f6724b;
    background: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

    .btn-default.btn1:hover {
        color: #0072bc;
        -webkit-transform: rotateY(15deg);
        -moz-transform: rotateY(15deg);
        -ms-transform: rotateY(15deg);
        transform: rotateY(15deg);
    }

/*-----footer--------*/
.footer {
    padding: 4em 0 2em 0;
    text-align: center;
}

.copy {
    margin: 2em;
}

    .copy p {
        color: #34495E;
        font-size: 1em;
    }

        .copy p a {
            color: #F26B0E;
        }

            .copy p a:hover {
                text-decoration: underline;
            }

.logo_hidden {
    display: none;
}

.banner {
    background: url(./images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    /*	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;*/
    min-height: 65vh;
    position: relative;
}

.banner-bottom {
    /*background: url(../images/blur2.png) no-repeat 0px 0px;*/
    height: auto;
    min-height: 25vh;
    /*background-size: 100%;*/
}

.home_bg {
    background: rgb(107,86,90) url(images/banner_blur.jpg) no-repeat 0px 0px;
    background-size: 100% auto;
}

.logo_img {
    float: right;
    width: 180px;
    height: auto;
}

.banner_sec h2 {
    text-align: center;
}

.banner_sec {
    text-align: center;
    color: #fff;
    padding: 0 2.5em;
}

    .banner_sec h4 {
        margin-bottom: 10px;
        font-size: 21px;
        font-weight: normal;
    }

    .banner_sec img {
        height: auto;
        margin-bottom: 10px;
        margin-top: 15px;
        width: 35px;
    }

.form_wrp {
    background: rgba(0,0,0,0.3);
    float: right;
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 10px;
    padding: 4px 4px 4px 4px;
}

.form_sec input[type=text], .form_sec input[type=email] {
    background: none;
    background-color: none;
    border: 1px solid #bebebe;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    text-align: right;
    padding: 4px 3px;
    margin-left: 4px;
    font-size: 12px;
}

.form_sec1 {
    padding: 0 0px 0 4px;
}

    .form_sec1:first-child {
        padding: 0 0px 0 0px;
    }

    .form_sec1:last-child {
        padding-left: 0px;
    }

    .form_sec1 p {
        color: darkred;
    }

.form_sec input[type=submit] {
    background: #2b5b95 none repeat scroll 0 0;
    border: 1px solid #2b5b95;
    border-radius: 5px;
    padding-bottom: 2px;
    width: 100%;
}

.copyright {
    color: #fff;
    font-size: 12px;
    margin-top: 15px;
    float: left;
    text-align: left;
    display: table;
    direction: ltr;
}

.border_dv {
    width: 100%;
    display: table-cell;
    padding-top: 10px;
}

    .border_dv div {
        border-top: 1px solid #b8e1d7;
        margin-top: -2px;
    }

.cr_text {
    display: table-cell;
    white-space: nowrap;
    padding-right: 30px;
}

.banner_im {
    padding-top: 10vh;
}

    .banner_im img {
        width: 100%;
    }

.misrad_img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.banner_bt {
    height: 8%;
    align-self: center;
    padding-top: 5vh;
}



.blue_btn_bnr {
    background: #2b5b95 none repeat scroll 0 0;
    border: none;
    border-radius: 5px;
    float: left;
    margin-top: 5px;
    padding: 10px 25px;
    width: 100%;
    color: #fff;
    font-size: 21px;
    box-shadow: 1px 2px 27px 0px rgba(0, 0, 0, 0.53);
}

.logo_img_1 {
    margin-right: 0px !important;
}

.banner_tt {
    color: #fff;
    height: 30px;
    position: absolute;
    right: 4%;
    text-align: right;
    top: 60%;
    width: 56%;
}

.small {
    font-size: 12px;
    text-align: right;
    padding-top: 4px;
}

.res_all {
    float: left;
    padding: 0;
    background: #f5f5f5;
    min-height: 90vh;
}

.ico_sm {
    width: 20px;
    height: auto;
}

.menu_sec {
    background: #fff;
    padding: 0;
    box-shadow: -5px 0px 5px -5px #888888;
    min-height: 90vh;
}

    .menu_sec ul {
        float: right;
        list-style: outside none none;
        width: 100%;
    }

        .menu_sec ul a {
            border-bottom: 1px solid #ececec;
            color: #4693e6;
            float: right;
            padding: 20px 20px;
            text-align: right;
            width: 100%;
            font-size: 17px;
        }

            .menu_sec ul a img {
                float: right;
                margin-left: 20px;
            }

.text-area {
    float: left;
    width: 100%;
    border: 1px solid #ececec;
}

.all_txt {
    border: medium none;
    float: left;
    height: 70vh;
    margin: 2px;
    width: 99.4%;
    background: #fff;
    text-align: right;
    vertical-align: text-top;
    direction: RTL;
    font-size: 26px;
    padding: 0 10px;
    color: black;
    resize: vertical;
}

@media(max-width:1200px) {
    .mid_li {
        padding: 0 2% 0 0;
    }
}

@media(max-width:992px) {
    .mid_li {
        padding: 0 0 0 2%;
    }
}

@media(max-width:768px) {
    .mid_li {
        padding: 0 2%;
    }
}

.bredcrumb {
    float: right;
    width: auto;
    padding: 20px 0;
    text-align: right;
}

.arw {
    color: #4693e6;
    margin-right: 6px;
    font-weight: bold;
}

.ash_a {
    color: #a2a2a2;
    font-weight: bold;
}

.blue_a {
    color: #4693e6;
    margin-right: 20px;
    font-weight: bold;
    white-space: nowrap;
}

    .blue_a:hover {
        color: #4693e6;
    }

.oval-speech {
    background: #dae5ee;
    border-radius: 9px;
    color: #fff;
    margin: 1em auto 50px;
    padding: 10px;
    position: relative;
    width: auto;
    min-width: 100px;
}

    .oval-speech h1 {
        color: black;
        font-size: 18px;
        font-weight: bold;
        margin-right: 16px;
    }

    .oval-speech p {
        color: #666666;
        font-size: 13px;
    }

.control {
    float: right;
}

.scroll_cont {
    float: right;
    align-items: right;
    width: 140px;
    height: 150px;
    direction: rtl;
    overflow: auto;
    background: #fff;
    /*font-family:David;*/
    font-size: 19pt;
    border: none;
}

    .scroll_cont option {
        padding: 5px 2px;
        color: black;
    }

.jspVerticalBar {
    left: 0;
}

.jspPane {
    margin-left: 70px !important;
}

    .jspPane ul {
        padding-left: 0;
        list-style: none;
    }

.jspTrack {
    background: #eeeeee none repeat scroll 0 0 !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.jspDrag {
    background: #4693e6 none repeat scroll 0 0 !important;
    border-radius: 13px;
    cursor: pointer;
    left: 0;
    margin: 0 4px;
    position: relative;
    top: 0;
}

.jspDrag {
    top: 2px;
}

.progress {
    height: 16px;
}

#click2 {
    font-size: 2.5vh;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    right: 40%;
}

.progress-bar {
    background-color: #4693e6;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 7px;
    height: auto;
    line-height: 1.5;
    margin: 3px 2px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}

.tbl_inp {
    float: right;
    margin-bottom: 20px;
    width: 79%;
}

.tbl_cont {
    margin-top: 20px;
}

.sq {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ececec;
    border-radius: 0;
    color: #4693e6;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 0.415%;
    margin-right: 0.415%;
    width: 7.5%;
    min-width: 27px;
    padding: 0, 2px;
    /*font-family:David;*/
}

.top_lbl {
    color: #000000;
    float: right;
    font-weight: normal;
    margin-right: 15px;
    width: auto;
    margin-top: 20px;
    font-size: 1.25em;
}

.bot_lbl {
    color: #4693e6;
    float: left;
    font-size: 1.25em;
    font-weight: normal;
    margin-bottom: 30px;
    margin-left: 10px;
    width: auto;
}

.progress {
    float: left;
    margin-bottom: 0;
    margin-left: 10px;
    width: 90%;
}

.blue_btn1 {
    background: #2b5b95 none repeat scroll 0 0;
    border: 1px solid #2b5b95;
    border-radius: 5px;
    bottom: 14px;
    color: #fff;
    font-size: 20px;
    left: 30px;
    margin-top: 0;
    padding: 3px 10px;
    position: absolute;
    width: 100px;
}

.blue_btn2 {
    background: #4693e6 none repeat scroll 0 0;
    border: medium none;
    clear: both;
    color: #fff;
    float: right;
    font-weight: bold;
    margin-top: 10px;
    padding: 2px 10px;
}

.light {
    background: rgba(0, 0, 0, 0) url("./images/light.png") no-repeat scroll 0 0 / 100% auto;
    height: 20px;
    position: absolute;
    right: 2px;
    top: 6px;
    width: 20px;
}

.hr {
    margin: 0;
}

.topdiss {
    width: 100%;
}

.no_bg1, .no_bg2 {
    border-color: lightgray;
    border-radius: 5px;
    position: absolute;
    width: 250px;
    color: #404040;
    text-align: left;
    direction: ltr;
}

.no_bg1 {
    left: 28px;
    top: 42px;
}

.pop .blue_btn {
    background: #2b5b95 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    font-weight: normal;
    padding: 2px 15px;
    position: absolute;
    right: 120px;
    top: 140px;
}

.pop .blue_btn_exit {
    background: #2b5b95 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    font-weight: normal;
    padding: 0 15px 4px;
    position: absolute;
    right: 160px;
    top: 100px;
}

.pop .tr1_btn {
    background: none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    font-weight: normal;
    padding: 0 15px 4px;
    position: absolute;
    right: 130px;
    top: 130px;
    color: #4693e6;
    font-size: 14px;
}

.pop p.error_text {
    display: block;
    color: rgb(139, 0, 0);
    top: 110px;
    position: absolute;
    right: 150px;
    font-size: 14px;
    display: none;
}

.pop a {
    position: absolute;
    top: 140px;
    right: 200px;
    color: dimgray;
    padding-top: 2px;
}

.no_bg2 {
    left: 28px;
    top: 82px;
}
/*.top-menu li a{
    color:#636363!important;
    font-weight: bold;
}
.top_menu li a:hover{
    text-decoration: underline!important;
    color:#4693e6!important;
}*/
.menu_sec ul li a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.sq:hover {
    background: #ececec none repeat scroll 0 0;
}

.blue_btn3 {
    background: #4693e6 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    padding: 2px 10px;
    min-width: 100px;
}

.tr_btn2 {
    background: none;
    border: medium none;
    border: 2px solid #4693e6;
    color: #4693e6;
    font-weight: bold;
    margin-top: 10px;
    padding: 0px 10px;
    min-width: 100px;
}

.all_txt p {
    float: right;
    color: #a2a2a2;
    font-weight: bold;
}

.container {
    padding: 0;
}

.header-top .container {
    padding: 0 15px;
}

.pop_lbl1, .pop_lbl2 {
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    left: 285px;
}

.pop_lbl1 {
    top: 40px;
}

.pop_lbl2 {
    top: 80px;
}

#create {
    height: 660px;
}

.mob_logo {
    float: right;
    margin-right: 10px;
    display: none;
}

.error {
    outline: none;
    width: 28px;
    height: 28px;
    color: red;
    vertical-align: middle;
    background-image: url(images/!2.svg);
    background-position: center center; /* depend..*/
    background-repeat: no-repeat;
    background-size: 30px 30px;
}

form > fieldset > .plabels {
    height: 55px;
    overflow: hidden;
    margin-top: 10px;
    margin-right: 32%;
    text-align: right;
}

.container-progress-ba {
    width: 100%;
}

#createBtn {
    color: white;
    background-color: #4793E7;
    height: 7%;
    margin-top: 22px;
}

#Name, #Phone, #mail, #password, #password_again {
    outline: none;
    color: black;
    background-color: white;
    -moz-box-shadow: inset 0 0 3px #000000;
    -webkit-box-shadow: inset 0 0 3px #000000;
    box-shadow: inset 0 0 3px #000000;
}

    #Name::-webkit-input-placeholder, #Phone::-webkit-input-placeholder, #mail::-webkit-input-placeholder, #password::-webkit-input-placeholder, #password_again::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: black;
    }

    #Name::-moz-placeholder, #Phone::-moz-placeholder, #mail::-moz-placeholder, #password::-moz-placeholder, #password_again::-moz-placeholder { /* Firefox 19+ */
        color: black;
    }

    #Name:-ms-input-placeholder, #Phone:-ms-input-placeholder, #mail:-ms-input-placeholder, #password:-ms-input-placeholder, #password_again:-ms-input-placeholder { /* IE 10+ */
        color: black;
    }

    #Name:-moz-placeholder, #Phone:-moz-placeholder, #mail:-moz-placeholder, #password:-moz-placeholder, #password_again:-moz-placeholder { /* Firefox 18- */
        color: black;
    }

.container-prog {
    width: 600px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.container-prog2 {
    width: 600px;
    padding-top: 40px;
    margin-bottom: -60px;
}

.help_div {
    background-color: #2b5b95;
    box-shadow: 3px 5px 7.44px 0.56px rgba(0, 0, 0, 0.75);
    direction: rtl;
    padding-bottom: 30px;
}

.apq_div {
    background-color: #406B9F;
    box-shadow: 3px 5px 7.44px 0.56px rgba(0, 0, 0, 0.75);
    direction: rtl;
    padding-bottom: 30px;
}

    .apq_div p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        //width: 60%;
        margin-top: 10px;
        // overflow: auto;
        color: white;
        //line-height: 48px;
        // margin-right: 10px;
        font-size: 20px;
        font-weight: 400;
        font-size: 31px;
        line-height: 30px;
    }

        .apq_div p span {
            font-weight: 700;
            font-size: 36px;
            line-height: 33px;
        }

.apq_btn_cont {
    display: inline-block;
}

.apq_div table {
    margin: auto;
    width: 50%;
}

.apq_div input[type=text], .apq_div input[type=email], .apq_div input[type=number], .apq_div input[type=password] {
    border-radius: 10px;
    border-width: 1px;
    border-color: #ffffff;
    border-style: solid;
    height: 48px;
    background-color: white;
    font-size: 21px;
    line-height: 20px;
    color: #1C395C;
    padding: 10px;
    font-weight: lighter;
    box-shadow: inset 0 4px 5px NaNpx rgba(0,0,0,0.38);
}

.apq_div input[type=submit] {
    border-radius: 10px;
    border-width: 1px;
    border-color: #4693E6;
    border-style: solid;
    height: 48px;
    background-color: #4693E6;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 16px;
    text-align: center;
    width: 22%;
}



.apq_div td input[type=text], .apq_div td input[type=email] {
    width: 98%;
    margin-bottom: 10px;
}

.apq_div td input:last-child {
    margin-bottom: 0;
}

.apq_div input[type=text].comments_text {
    width: 100%;
}

.apq_div ::-webkit-input-placeholder {
    color: #1C395C;
    opacity: 1;
}

.apq_div :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #1C395C;
    opacity: 1;
}

.apq_div ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #1C395C;
    opacity: 1;
}

.apq_div :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #1C395C;
    opacity: 1;
}


.help_div p {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-top: 10px;
    overflow: auto;
}

    .help_div p span {
        color: white;
        line-height: 48px;
        margin-right: 10px;
        font-size: 20px;
        font-weight: 400;
    }

.help_div_container {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(255,255,255,0.5);
    visibility: hidden;
}

.help_div_title {
    color: #ffffff;
    font-size: 60px; /* Approximation due to font substitution */
    font-weight: 400;
    text-align: center;
}

#diss2 {
    float: right;
}

.help_div p.help_div_subtitle {
    color: #ffffff;
    font-size: 25px; /* Approximation due to font substitution */
    font-weight: 400;
    line-height: 30px; /* Approximation due to font substitution */
    text-align: center;
    width: 100%;
    overflow: initial;
}

.help_div h1 {
    color: #ffffff;
    font-size: 34px;
    text-align: center;
    overflow: initial;
}

.help_div_content {
    background: #ffffff;
    color: #2b5b95;
    width: 90%;
    right: 50%;
    margin-left: auto;
    margin-right: auto;
    max-height: 30em;
}

.help_div_sub_content {
    width: 26.5em;
    height: 100%;
    vertical-align: top;
    display: inline-block;
}

    .help_div_sub_content:last-child {
        border-right: solid;
        border-right-width: 2em;
    }

.help_div_content h1 {
    font-size: 27px;
    text-decoration: underline;
    font-weight: bold;
    margin: 5px;
}

.help_div_content h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 5px;
}

.help_div_content p {
    font-size: 20px;
    margin: 10px;
    line-height: 22px;
    width: auto;
    overflow: initial;
}

.help_div input[type=text], .help_div input[type=email], .help_div input[type=number], .help_div input[type=password] {
    border-radius: 10px;
    border-width: 1px;
    border-color: #ffffff;
    border-style: solid;
    height: 48px;
    background: none;
    font-size: 20px;
    color: white;
    padding: 10px;
    font-weight: lighter;
}

.help_div p input[type=text], .help_div p input[type=email], .help_div p input[type=number], .help_div p input[type=password] {
    width: 49%;
}

.help_div td input[type=text], .help_div td input[type=email] {
    width: 98%;
    margin-bottom: 10px;
}

.help_div td input:last-child {
    margin-bottom: 0;
}

.help_div input[type=text].comments_text {
    width: 100%;
}

.help_div ::-webkit-input-placeholder {
    color: white;
    opacity: 1;
}

.help_div :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: white;
    opacity: 1;
}

.help_div ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: white;
    opacity: 1;
}

.help_div :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: white;
    opacity: 1;
}

.help_div p input:last-child {
    float: left;
}

.help_div table {
    width: 60%;
    margin: 0 auto;
}

.help_div td {
    width: 49%;
}

.help_div textarea {
    width: 100%;
    border-radius: 10px;
    border-width: 1px;
    border-color: #ffffff;
    border-style: solid;
    height: 164px;
    background: none;
    font-size: 20px;
    color: white;
    padding: 10px;
    font-weight: lighter;
    resize: vertical;
    vertical-align: middle;
}

.help_div label {
    color: white;
    padding-top: 10px;
    padding-right: 9px;
    font-weight: lighter;
}

.help_div input[type=submit] {
    background: rgb(255,255,255);
    padding: 10px 23px;
    font-size: 20px;
    color: #4693e6;
    border: none;
}

.whiteField {
    background-color: #FFFFFF;
    box-shadow: inset -2px 3px 5px NaNpx rgba(0,0,0,0.38);
}

}

#tool {
    width: 0;
    height: 0;
}

.greetings_text {
    color: #000000;
    float: right;
    font-weight: normal;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.letters {
    font-size: 25px;
    /*font-family:David;*/
}

    .letters span {
        padding: 0px 3px;
        cursor: pointer;
    }

.popup_dialog {
    background-color: white;
    box-shadow: 3px 5px 7.44px 0.56px rgba(0, 0, 0, 0.75);
    padding: 20px;
}

    .popup_dialog h1 {
        color: #403b3b;
        font-size: 30px;
        padding-bottom: 15px;
    }

    .popup_dialog p {
        color: #959595;
        font-size: 25px;
        padding-bottom: 30px;
    }

    .popup_dialog a {
        color: #34a0f9;
        font-size: 23px;
    }

    .popup_dialog input[type=email] {
        border-color: lightgray;
        border-radius: 5px;
        text-align: left;
        direction: ltr;
        color: black;
        width: 80%;
    }

    .popup_dialog label {
        width: 20%;
    }

    .popup_dialog input[type=submit] {
        background-color: #2b5b95;
        padding: 0 40px;
        color: white;
    }

    .popup_dialog .error_text {
        color: darkred;
    }

.gray_overlay {
    background: rgba(128,128,128,0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    display: none;
}

.top-menu ul li.login_item, span.menu {
    display: none;
}

.tool_logo {
    display: block;
}

.phone_login .row {
    margin-top: 10px;
}

.phone_login input {
    width: 100%;
}

.body-content {
    min-height: 90vh;
}

.login_error_phone {
    color: darkred;
    font-size: 14px;
    display: none;
}

.top_li {
    padding-top: 35px;
}

    .top_li label {
        width: 100%;
    }

.tool_logo div.tooltips:hover, .blue_btn_bnr:hover, .form_sec input[type=submit]:hover, .blue_btn_bnr:hover, .blue_btn1:hover, .blue_btn2:hover, .blue_btn3:hover, .pop .blue_btn:hover, .pop .blue_btn_exit:hover, .popup_dialog input[type=submit]:hover {
    background: #3068ab;
}

.tool_logo div.tooltips:active, .blue_btn_bnr:active, .form_sec input[type=submit]:active, .blue_btn_bnr:active, .blue_btn1:active, .blue_btn2:active, .blue_btn3:active, .pop .blue_btn:active, .pop .blue_btn_exit:active, .popup_dialog input[type=submit]:active {
    background: #285485;
}

.ministry_login {
    position: absolute;
    bottom: 40px;
    left: 8px;
    right: 21px;
    border-top: 1px solid #bbbbbb;
    padding-top: 10px;
}

    .ministry_login a {
        position: static;
        display: inline;
    }

.between {
    border: 3px dotted #0099CC;
    margin-left: 10px;
    margin-right: 10px;
}

.parent {
    display: -moz-box; /* Firefox */
    display: -webkit-box; /* Safari and Chrome */
    display: -ms-flexbox; /* Internet Explorer 10 */
    display: box;
    width: 70%;
    margin: 0 auto;
}

.num {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: %;
    color: white;
    bottom: 150%;
}

.child2 {
    -moz-box-flex: 5.0; /* Firefox */
    -webkit-box-flex: 5.0; /* Safari and Chrome */
    -ms-flex: 9.0; /* Internet Explorer 10 */
    box-flex: 9.0;
}

.child3 {
    font-size: 220%;
    padding: 2.5% 1.75% 2.5% 1.75%;
}

.child1 {
    font-size: 320%;
    color: #FEFEFE;
    box-shadow: 0 1px 16px 0px rgba(0,0,0,0.48);
    padding: 2.5% 2% 2.5% 2%;
    margin-right: 10%;
}

.child32 {
    font-size: 200%;
    padding: 3.1% 2.5% 2% 2.5%;
}

.child12 {
    font-size: 310%;
    color: #FEFEFE;
    box-shadow: 0 1px 16px 0px rgba(0,0,0,0.48);
    padding: 3.3% 2.2% 2.5% 2.2%;
}

.round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid black;
    line-height: 0%;
    text-align: center;
    color: white;
    border-color: white;
}


.paydiv {
    text-align: center;
    color: white;
    display: block;
    font-size: 2.5vh;
}

    .paydiv:hover {
        color: white;
    }

#errorTerms {
    background-color: white;
    display: inline-block;
    padding-left: 8.5px;
    padding-right: 8.5px;
}

#imgclose {
    margin-right: 15px;
    margin-top: 15px;
}

#popupBottom {
    font-family: almoni-dl;
    font-size: large;
    background-color: #2b5b95;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.36), 0px 3px 51px 0px rgba(0, 0, 0, 0.0);
    margin-top: 22vh;
    margin-right: 10px;
    width: 220px;
    height: 250px;
    text-align: center;
    padding-right: 0px;
}

#popupBottom2 {
    font-family: almoni-dl;
    font-size: large;
}

#spanbtn {
    width: 80%;
    height: 18%;
    font-size: 108%;
    line-height: 230%;
    margin-right: 10%;
    display: block;
    bottom: 2%;
    right: 30%;
    border-radius: 5px;
    color: white;
    border: none;
    margin-top: 9%;
    background-color: #4693e6;
}

#spanbtn3 {
    width: 80%;
    height: 18%;
    font-size: 190%;
    line-height: 230%;
    margin-right: 10%;
    display: block;
    bottom: 2%;
    right: 30%;
    border-radius: 5px;
    color: white;
    border: none;
    margin-top: 9%;
    background-color: #4693e6;
}

stage1 {
    overflow: visible;
}

.s2s {
    display: inline-block;
    position: relative;
    bottom: -3vh;
    border-radius: 2px;
    background-color: #4693e6;
    width: 48%;
    height: 12%;
    color: #ffffff;
    font-size: 2.1vh; /* Approximation due to font substitution */
    font-weight: 400;
    line-height: 160%; /* Approximation due to font substitution */
}

#titlepay2 {
    display: block;
    font-size: 400%;
    margin-bottom: -6%;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    line-height: 80.199px;
    text-align: center;
    height: 15vh;
    transform: scaleY(1.0014);
}

#titlepay3 {
    display: block;
    font-size: 400%;
    margin-bottom: -6%;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    line-height: 80.199px;
    text-align: center;
    height: 15vh;
    transform: scaleY(1.0014);
}

.s2b {
    display: inline-block;
    position: relative;
    bottom: -8vh;
    border-radius: 2px;
    background-color: #4693e6;
    width: 48%;
    height: 10.5%;
    bottom: -6vh;
    color: #ffffff;
    font-size: 2.1vh; /* Approximation due to font substitution */
    line-height: 165%; /* Approximation due to font substitution */
}

#myframe2 {
    overflow-y: scroll;
    height: 52vh;
    width: 67%;
    z-Index: 999;
}

#myForm {
    height: 750px;
}

#myframe3 {
    overflow-y: scroll;
    height: 52vh;
    width: 67%;
    z-Index: 999;
}

#myframe4 {
    overflow-y: scroll;
    height: 52vh;
    width: 67%;
    z-Index: 999;
}

#myForm2 {
    height: 750px;
}

.sideDeal {
    z-Index: 9;
    border-radius: 2px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #000000;
    -moz-box-shadow: inset 0px 0px 0px 1px #000000;
    box-shadow: inset 0px 0px 0px 1px #000000;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-style: solid;
    border-width: 5px;
    border-color: white;
    background-color: #ffffff;
    width: 23%;
    height: 27vh;
    margin: 1%;
    margin-bottom: 6.5%;
    display: inline-block;
}

.innersideDeal {
    color: #1a3d67;
    font-size: 4vh; /* Approximation due to font substitution */
    font-weight: 400;
    line-height: 175%; /* Approximation due to font substitution */
    text-align: center;
    position: relative;
    bottom: -9%;
}

.mainDeal {
    border-width: 5px;
    border-color: white;
    line-height: 8vh;
    z-Index: 9;
    border-radius: 2px;
    text-align: center;
    border-style: solid;
    border-style: solid;
    background-color: #ffffff;
    width: 25%;
    height: 33vh;
    margin: 1%;
    display: inline-block;
    -webkit-box-shadow: inset 0px 0px 0px 1px #000000;
    -moz-box-shadow: inset 0px 0px 0px 1px #000000;
    box-shadow: inset 0px 0px 0px 1px #000000;
}

.innermainDeal {
    color: #1a3d67;
    font-size: 3.75vh; /* Approximation due to font substitution */
    font-weight: 400;
    line-height: 192%; /* Approximation due to font substitution */
    text-align: center;
    position: relative;
    bottom: -23%;
}

#charimg {
    width: 13vw;
}

#charimgg {
    width: 13vw;
}

#charimg2 {
    width: 12vw;
}

#charimg3 {
    width: 12vw;
}

.arrowup {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid rgb(43, 91, 149);
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    position: absolute;
    display: block;
}

#titlepay {
    display: inline;
    text-align: center;
    color: white;
    margin: 20.5%;
    font-size: 375%;
}

#popupBottom2 {
    width: 663px;
}

#success {
    font-family: almoni-dl;
    font-size: large;
    width: 663px;
}

#failure {
    font-family: almoni-dl;
    font-size: large;
    width: 700px;
}

#hrtitletop {
    height: 5.5vh;
    visibility: hidden;
}

#hrt {
    margin-bottom: -40px;
}

.almo {
    font-family: almoni-dl;
    line-height: 34px;
    float: left;
    font-size: 2.5vh;
    color: white;
    font-weight: 200;
    text-align: center;
    transform: scaleY(1.0014);
    color: white;
    margin-top: 9%;
    width: 45%;
    margin-left: 10%;
}

#backtonakdan {
    width: 23%;
    height: 14%;
    font-size: 151%;
    line-height: 196%;
    margin-right: 56%;
    display: block;
    border-radius: 5px;
    color: white;
    border: none;
    margin-top: -12%;
    background-color: #4693e6;
    cursor: pointer;
    cursor: hand;
}

#backtonakdansecc {
    width: 23%;
    height: 14%;
    font-size: 151%;
    line-height: 196%;
    margin-right: 56%;
    display: block;
    border-radius: 5px;
    color: white;
    border: none;
    margin-top: -8%;
    background-color: #4693e6;
    cursor: pointer;
    cursor: hand;
}

#tryagain1, #tryagain2, #tryagain3, #tryagain1demo, #tryagain2demo, #tryagain3demo {
    width: 22%;
    height: 12%;
    font-size: 151%;
    line-height: 210%;
    margin-right: 56%;
    display: block;
    bottom: 2%;
    right: 30%;
    border-radius: 5px;
    color: white;
    border: none;
    background-color: #4693e6;
    cursor: pointer;
    cursor: hand;
}

num {
    font-size: 150%;
}

numM {
    font-size: 170%;
}

#stamp {
    position: absolute;
    top: 3vh;
    left: 42.3%;
    width: 14%;
    height: 21%;
}

#stamp3 {
    position: absolute;
    top: 18vh;
    left: 40.3%;
    width: 20%;
    height: 21%;
}

#stamp1 {
    left: 39.3%;
    width: 23%;
    height: 23%;
}

#closedia {
    margin-right: 15px;
    margin-top: 15px;
}

#switch {
}

.hrtop {
    height: 2.4vh;
    visibility: hidden;
}

.hrbot {
    height: 3vh;
    visibility: hidden;
}

@media screen and (max-height:701px) {








    iframe {
        height: 60vh;
    }

    .paydiv {
        margin: 0;
    }


    .s2b {
    }

    .s2s {
    }

    #stage1 {
        overflow: scroll;
    }
}

@media screen and (max-width:450px) {

    .chkbx {
        float: right;
    }

    #imgclose {
        width: 50%;
        margin-right: 0px;
    }

    #switcharrow {
        margin-right: 0px;
        width: 42%;
    }

    #diss2 {
        float: left;
    }

    .bot_lbl {
        margin-bottom: 0px;
    }

    #failure {
        width: 360px;
    }

    #success {
        width: 360px;
    }

    #tryagain1, #tryagain2, #tryagain3, #tryagain1demo, #tryagain2demo, #tryagain3demo {
        width: 50%;
        height: 12%;
        font-size: 151%;
        line-height: 210%;
        margin-right: 43%;
        margin-top: 70%;
    }

    #backtonakdan {
        width: 50%;
        height: 12%;
        font-size: 151%;
        line-height: 210%;
        margin-right: 43%;
        margin-top: 70%;
    }

    #backtonakdansecc {
        width: 50%;
        height: 12%;
        font-size: 151%;
        line-height: 170%;
        margin-right: 43%;
        margin-top: 75%;
    }

    #charimg2 {
        display: none;
    }

    #charimg3 {
        display: none;
    }

    #hrt {
        margin-bottom: -60px;
    }

    #closedia {
        margin-right: 0px;
        width: 42%;
    }

    #hrtitletop {
        height: 2px;
        visibility: hidden;
        margin-bottom: -20px;
    }

    .hrtop {
        height: 7.4vh;
    }

    .hrbot {
        display: none;
    }

    #hrtitle {
        display: none;
    }

    .titlepay2 {
        display: block;
        font-size: 400%;
        margin-bottom: -6%;
        text-align: center;
        color: #ffffff;
        font-weight: 400;
        line-height: 80.199px;
        text-align: center;
        height: 15vh;
        transform: scaleY(1.0014);
    }

    #titlepay2 {
        float: left;
        margin-left: 26%;
        font-size: 5vw;
        margin-right: 00px;
        margin-bottom: -35px;
        font-size: 9vw;
    }

    #titlepay3 {
        float: left;
        margin-left: 60px;
        font-size: 5vw;
        margin-right: 00px;
        margin-bottom: -35px;
        font-size: 9vw;
    }

    #titlepay {
        margin-left: 50px;
        margin-right: 0px;
        margin-bottom: -22px;
        font-size: 8vw;
        font-weight: 300;
    }


    iframe {
        height: 60vh;
    }

    .paydiv {
        margin: 0;
    }

    .sideDeal {
        margin: auto;
        display: block;
        width: 50%;
        height: 130px;
        margin-bottom: -9px;
        margin-top: 22px;
    }

    .sideDeal2 {
        margin-top: 85px;
    }

    diss2 {
        float: left;
    }

    .topdiss {
        width: 28%;
    }

    .mainDeal {
        margin: auto;
        display: block;
        width: 65%;
        margin-top: 22px;
        margin-bottom: 13px;
        height: 140px;
    }

    .innermainDeal {
        font-size: 20px;
        line-height: 59px;
        margin-top: -40px;
    }



    #stamp3 {
        display: none;
        margin-top: 8vh;
        top: 18.5vh;
        left: 31.3%;
        width: 38%;
        height: 15%;
    }

    .s2b {
        margin-bottom: -60px;
        line-height: 125%;
        height: 16%;
        width: 41%;
        bottom: -1vh;
        font-size: large;
    }

    .s2s {
        margin-bottom: -60px;
        line-height: 155%;
        height: 20%;
        width: 50%;
        bottom: 2vh;
        font-size: medium;
    }

    #stage1 {
        overflow: scroll;
    }

    #num {
        font-size: 180%;
    }

    #numM {
        font-size: 180%;
    }

    #myForm {
        width: 363px;
        margin-right: -25px;
        right: 22px;
        overflow: scroll;
        height: 630px;
    }

    #myForm2 {
        width: 363px;
        margin: auto;
        // margin-right: -25px;
        // right: 22px;
        overflow: scroll;
        height: 750px;
    }

    #click2 {
        bottom: 10px;
    }

    #popupBottom2 {
        width: 360px;
    }

    .innermainDeal {
        bottom: -28%;
    }

    .innersideDeal {
        bottom: -16%;
    }

    #switcharrow {
        width: 7%;
    }
}

@media screen and (max-width:370px) {
    #myForm2 {
        height: 700px;
    }
}

@media (max-width: 560px) {
    .innermainDeal {
        font-size: x-large;
        line-height: 65px;
        bottom: -39px;
    }

    .innersideDeal {
        font-size: 20px;
        line-height: 59px;
        bottom: 0px;
    }
}


@media (max-width: 768px) {
    .top-menu {
        display: none;
        float: left;
    }

        .top-menu ul li {
            border-top: 1px solid #ececec;
            border-top-width: 1px;
            border-top-style: solid;
            border-top-color: rgb(236, 236, 236);
            display: block;
            float: right;
            padding: 6px 0;
            width: 100vw;
            margin-bottom: 0px;
            line-height: 2;
        }

    span.menu {
        width: 28px;
        height: 28px;
        background: url(./images/nav.png)no-repeat 0px -1px;
        display: inline-block;
        float: left;
        cursor: pointer;
        margin: 15px 3px 0px 0px;
    }

    .top-menu ul li.logo_img_1, .tool_logo {
        display: none;
    }

    .top-menu ul li.login_item, .mob_logo {
        display: block;
    }

    .top-menu ul li a {
        padding: 5px 30px;
    }

    .menu_sec {
        min-height: 0;
        margin-top: 90px;
    }

        .menu_sec ul a span span {
            display: none;
        }

    .header_content {
        position: fixed;
        z-index: 2;
        background-color: white;
        width: 100vw;
        margin-top: -1em;
        min-height: 10vh;
        -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
    }





    #myframe2 {
        width: 100%;
    }

    #myframe3 {
        width: 100%;
    }

    #myframe4 {
        width: 100%;
    }

    .header-top {
        height: 13vh;
        min-height: 64px;
    }

    .help_div_title {
        font-size: 45px;
    }

    .reg_user_div {
        position: absolute;
        z-index: 1;
        top: -90px;
        width: 100vw;
    }

    .bredcrumb {
        height: 90px;
    }

    .all_txt {
        height: 350px;
    }

    .banner_bt {
        padding-top: 20vh;
    }

    .banner_img_mob {
        z-index: 1;
        width: 70px;
        height: 70px;
        margin-top: 20px;
        float: left;
        margin-left: -5px;
        background: url(../Content/images/misrad.png);
        background-size: 100% 100%;
    }

    .banner_im img {
        margin-top: -38px;
    }
}

@media (max-width: 1850px) {
    #charimg3 {
        width: 13vw;
    }
}

@media (max-width: 1700px) {
    #charimg3 {
        width: 15vw;
    }
}

@media (max-width: 1485px) {
    #charimg3 {
        width: 17vw;
    }
}

@media (max-width: 1310px) {
    #charimg3 {
        width: 19vw;
    }
}

@media (max-width: 1200px) {
    #charimg3 {
        width: 21vw;
    }
}

@media (max-width: 1060px) {
    #charimg3 {
        width: 24vw;
    }
}

@media (max-width: 940px) {
    #charimg3 {
        width: 27vw;
    }
}

@media (max-width: 825px) {
    #charimg3 {
        width: 30vw;
    }
}

@media (max-width: 740px) {
    #charimg3 {
        width: 34vw;
    }
}

@media (max-width: 650px) {
    #charimg3 {
        width: 40vw;
    }
}

@media (max-width: 556px) {
    #charimg3 {
        width: 50vw;
    }
}




@media (max-width: 1700px) {
    #charimg2 {
        width: 13vw;
    }
}

@media (max-width: 1560px) {
    #charimg2 {
        width: 14vw;
    }
}

@media (max-width: 1450px) {
    #charimg2 {
        width: 15vw;
    }
}

@media (max-width: 1350px) {
    #charimg2 {
        width: 17vw;
    }
}

@media (max-width: 1200px) {
    #charimg2 {
        width: 19vw;
    }
}

@media (max-width: 1070px) {
    #charimg2 {
        width: 21vw;
    }
}

@media (max-width: 1000px) {
    .container-prog, .container-prog2 {
        margin-right: -75px;
    }

    #charimg2 {
        width: 23vw;
    }

    #Name, #Phone, #mail, #password, #password_again {
        width: 76%;
    }
}

@media (max-width: 900px) {
    #charimg2 {
        width: 26vw;
    }
}

#Name, #Phone, #mail, #password, #password_again {
    width: 64%;
}

}

@media (max-width: 800px) {
    .container-prog, .container-prog2 {
        margin-right: -85px;
    }

    #charimg2 {
        width: 29vw;
    }

    #Name, #Phone, #mail, #password, #password_again {
        width: 64%;
    }
}

@media (max-width: 700px) {
    #charimg2 {
        width: 34vw;
    }

    #Name, #Phone, #mail, #password, #password_again {
        width: 60%;
    }
}

@media (max-width: 600px) {
    #Name, #Phone, #mail, #password, #password_again {
        width: 68%;
    }

    .container-prog, .container-prog2 {
        margin-right: -115px;
    }

    #charimg2 {
        width: 40vw;
    }
}

@media (max-width: 520px) {
    .container-prog, .container-prog2 {
        margin-right: -180px;
    }

    #Name, #Phone, #mail, #password, #password_again {
        width: 68%;
    }

    form > fieldset > .plabels {
        height: 50px;
        overflow: hidden;
        margin-top: 10px;
        margin-right: 28%;
        text-align: right;
    }
}

@media (max-width: 445px) {

    .container-prog, .container-prog2 {
        margin-right: -100px;
    }

    #Name, #Phone, #mail, #password, #password_again {
        width: 83%;
    }

    .error {
        color: red;
        font-size: 5px;
    }

    form > fieldset > .plabels {
        height: 50px;
        overflow: hidden;
        margin-top: 10px;
        margin-right: 23%;
        text-align: right;
    }

    #charimg2 {
        width: 50vw;
    }

    .container-prog, .container-prog2 {
        display: none;
    }
}

#INDmenu-btn {
    transform: scale(0.6) !important;
}

