body, h1, h2, h3, h4, h5, h6, a, input, label, span{
    font-family: 'Droid Arabic Kufi', sans-serif !important;
    direction: rtl;
}

@media screen and (min-width: 768px){
    
    
    #slides img {
        width: 50%;
        max-width: 50%;
        margin: auto;
    }

    .section{
        width: 100%;
        height: 100%;
        padding: 50px;
    }
    
    .effect_top{
        width: 0;
        height: 0;
        background: transparent;
        border-bottom: 60px solid #f44336;
        border-left: 98vw solid transparent;
        border-right: 0px solid transparent;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
    
    .effect_bottom{
        height: 0;
        background: transparent;
        border-top: 60px solid #f44336;
        border-right: 98vw solid transparent;
        border-left: 0px solid transparent;
        position: relative;
        bottom: 0px;
        left: 0px;
        right: auto;
        padding: 0px;
        margin: 0px;
    }
    
    #slider{
        background:url('../images/diet3.png')no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    #after_main {
        background: url(../images/after_m.jpg)no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin-top: -60px;
    }
    
    #main{
        background: #f44336 0%;
    }
    
    input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
    }

    .form_wrap {
        width: 40%;
        text-align: center;
        margin: auto;
    }
    
    form#landing {
        width: 100%;
    }
    
    #main h4{
        color:white;
    }
    
    #landing label {
        width: 100%;
    }
    
    #landing label p {
        width: 100%;
        color: white;
        line-height: 30px;
    }
    
    #landing label input, #landing label select {
        width: 100%;
        background: white;
        border: 2px solid white;
        color: black;
        padding: 5px;
        margin: 0px;
    }
    
    input#phone {
        width: 100% !important;
        float: right;
        height: 43px;
        text-align: left;
        padding-left:10px !important;
    }
    
    select#firstnumber {
        width: 19% !important;
        float: left;
    }
    
    option {
        color: black !important;
    }
    
    input#register {
        width: 100%;
        height: 50px;
        background: #f72212;
        border: 2px solid #b71a0e;
        color: white;
        margin-top: 15px;
        box-shadow: 0px 0px 10px #402422;
        font-weight: bold;
        font-size: 22px;
        text-shadow: 0px 0px 10px black;
    }
    
    #landing input {
        height: 43px;
    }
        
    .agree_sms{
        margin-top:10px;
        color:white;
        text-align: right;
    }
    
    #agree_sms{
        float: right;
        width: 20px !important;
        margin-left: 10px !important;
        margin-top: 10px !important;
    }

    #slider h1 {
		margin-top: 0px !important;
	    width: 400px;
	    text-align: center;
	    color: white;
        background: #4CAF50;
        margin: auto;
        padding: 20px;
        border: 3px solid white;
        text-shadow: 0px 3px 4px #0f4211;
	}

	#slider p {
	    width: 400px;
	    margin: auto;
	    text-align: center;
	    margin-top: 15px;
	    color: white;
	    background: #0000007d;
	    padding: 5px;
	    border: 2px solid white;
	}
	
	#slider .go_down {
	    width: 50px;
	    height: 50px;
	    border: 2px solid white;
	    color: white;
	    padding: 10px;
	    border-radius: 25px;
	    position: absolute;
	    bottom: 0px;
	    right: 50%;
	    margin-right: -25px;
	    box-shadow: 0px 0px 60px black;
	    transition: all 0.5s ease;
	    z-index:10;
	}

	#slider .go_down:hover {
	    bottom: 55px !important;
	    transition: all 0.5s ease;
	}
    	
	div#iconswrap {
        width: 70%;
        height: 250px;
        margin: auto;
        margin-top: 150px;
    }
    
    .icon {
        width: 32%;
        float: right;
        text-align: center;
        color: white;
        background: #f44336c7;
        padding: 20px;
        height: 100%;
        margin-left: 1%;
        transition: all 0.5s ease;
        cursor: pointer;
    }
    
    .icon:hover {
        background: #f44336;
        transition: all 0.5s ease;
        -ms-transform: scale(2, 3);
        -webkit-transform: scale(2, 3);
        transform: scale(1.2, 1.2);
        box-shadow: 0px 0px 25px #000000a8;
    }
    
    #iconswrap h2 {
        text-align: center;
        color: white;
        background: #f44336c7;
        padding: 10px;
        width: 98%;
        margin: auto;
        margin-left: 15px;
        margin-bottom: 3px;
    }
    
    a.main_reg:hover {
        text-decoration: none;
    }
    
    a.main_reg {
        background: #0000009c;
        padding: 15px;
        text-align: center;
        color: white;
        width: 100%;
        border: 2px solid white;
        float: right;
    }
    
    #info{
        background:url('../images/video_bg.jpg')no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    a.goup {
        position: fixed;
        left: 30px;
        bottom: 0px;
        z-index: 1000;
        text-align: center;
        color: white;
        border: 2px solid white;
        padding: 5px;
        font-size: 1.2em;
        border-bottom: 0px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        padding-top: 15px;
        background: #f44336b3;
    }
    
    a:hover{
        text-decoration:none;
    }
    
    a:visited{
        text-decoration:none;
    }
    
    a:active{
        text-decoration:none;
    }
    
    .info_title i {
        color: white;
        border: 4px solid white;
        border-radius: 100%;
        height: 70px;
        width: 70px;
        padding-top: 4px;
    }
    .info_title {
        width: 30%;
        margin: 0 auto;
        color: white;
        text-align: center;
        margin-top: 200px;
    }

    .menu {
        position: fixed;
        z-index: 10000;
        color: white;
        height: 100px;
        width: 30px;
        padding-right: 8px;
        background: #00000070;
        border-top-left-radius: 11px;
        border-bottom-left-radius: 11px;
        padding-top: 10px;
        top: 50%;
        right: 0;
        margin-top: -50px;
    }
    
    .menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    
    .menu ul li a {color: white;}
    
    .titles_wrap {
        width: 100%;
        height: auto;
        margin: auto;
    }
    
    .span_wrap {
        width: 100%;
        margin: auto;
        text-align: center;
        margin-top: 5px;
    }
    
    span.titles {
        background: #3F51B5;
        color: white;
        padding: 0;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 60px;
        padding-top:5px;
        padding-bottom:5px;
        width: auto;
        margin-left: 2px;
        margin-bottom: 3px;
        font-size: 16px;
        font-weight: bold;
    }

    .slider_details {
        margin-top: 0px;
        width: 100%;
    }
    
    .slider_image img {
        max-width: 50%;
    }
    
    .slider_image {
        width: 100%;
        float: left;
        margin-top: 0;
        padding-right: 20px;
        text-align: center;
    }
    
    a.goup {
        width: 100%;
        border-radius: 0px;
        border: none;
        background: url(../images/Rounded_Button.png) center center;
        background-size: auto 100%;
        background-repeat-x: no-repeat;
        bottom: 0px;
        background-color: transparent;
        padding-bottom: 25px;
        font-size: 20px;
    }

}

@media screen and (max-width: 768px){
    
    a.main_reg{
        display:none;
    }
    
    .section{
        width: 100%;
        height: 100%;
        padding: 50px;
    }
    
    .effect_top{
        width: 0;
        height: 0;
        background: transparent;
        border-bottom: 60px solid #f44336;
        border-left: 98vw solid transparent;
        border-right: 0px solid transparent;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
    
    .effect_bottom{
        height: 0;
        background: transparent;
        border-top: 60px solid #f44336;
        border-right: 98vw solid transparent;
        border-left: 0px solid transparent;
        position: relative;
        bottom: 0px;
        left: 0px;
        right: auto;
        padding: 0px;
        margin: 0px;
    }
    
    #slider{
        background:url('../images/diet3.png')no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    #after_main {
        background: url(../images/after_m.jpg)no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin-top: -60px;
        height: 1040px !important;
    }
    
    #main{
        background: #f44336 0%;
        padding-left: 10px;
        padding-right: 10px;
        height: 700px !important;
    }
    
    input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
    }

    .form_wrap {
        width: 90%;
        text-align: center;
        margin: auto;
    }
    
    form#landing {
        width: 100%;
    }
    
    #main h4{
        color:white;
    }
    
    #landing label {
        width: 100%;
    }
    
    #landing label p {
        width: 100%;
        color: white;
        line-height: 30px;
    }
    
    #landing label input, #landing label select {
        width: 100%;
        background: white;
        border: 2px solid white;
        color: black;
        padding: 5px;
        margin: 0px;
    }
    
    input#phone {
        width: 79% !important;
        float: right;
        height: 43px;
        text-align: left;
        padding-left:10px !important;
    }
    
    select#firstnumber {
        width: 19% !important;
        float: left;
    }
    
    option {
        color: black !important;
    }
    
    input#register {
        width: 100%;
        height: 50px;
        background: #f72212;
        border: 2px solid #b71a0e;
        color: white;
        margin-top: 15px;
        box-shadow: 0px 0px 10px #402422;
        font-weight: bold;
        font-size: 22px;
        text-shadow: 0px 0px 10px black;
    }
    
    #landing input {
        height: 43px;
    }
        
    .agree_sms{
        margin-top:10px;
        color:white;
        text-align: right;
    }
    
    #agree_sms{
        float: right;
        width: 20px !important;
        margin-left: 10px !important;
        margin-top: 10px !important;
    }

    #slider h1 {
		margin-top: 0px !important;
		width: 100%;
		text-align: center;
		color: white;
		background: #4CAF50;
        margin: auto;
        padding: 20px;
        border: 3px solid white;
        text-shadow: 0px 3px 4px #0f4211;
	}

	#slider p {
	    width: 100%;
	    margin: auto;
	    text-align: center;
	    margin-top: 15px;
	    color: white;
	    background: #0000007d;
	    padding: 5px;
	    border: 2px solid white;
	}
	
	#slider .go_down {
	    width: 50px;
	    height: 50px;
	    border: 2px solid white;
	    color: white;
	    padding: 10px;
	    border-radius: 25px;
	    position: absolute;
	    bottom: 10px;
	    right: 50%;
	    margin-right: -25px;
	    box-shadow: 0px 0px 60px black;
	    transition: all 0.5s ease;
	    z-index: 10;
	}

	#slider .go_down:hover {
	    bottom: 55px !important;
	    transition: all 0.5s ease;
	}
    	
	div#iconswrap {
        width: 100%;
        height: 100%;
        margin: auto;
        margin-top: 50px;
    }
    
    .icon {
        width: 100%;
        float: right;
        text-align: center;
        color: white;
        background: #f44336c7;
        padding: 20px;
        height: 240px;
        margin-left: 1%;
        transition: all 0.5s ease;
        cursor: pointer;
        margin-bottom: 7px;
    }
    
    .icon:hover {
        background: #f44336;
        transition: all 0.5s ease;
        -ms-transform: scale(2, 3);
        -webkit-transform: scale(2, 3);
        transform: scale(1.2, 1.2);
        box-shadow: 0px 0px 25px #000000a8;
    }
    
    #iconswrap h2 {
        text-align: center;
        color: white;
        background: #f44336c7;
        padding: 10px;
        width: 98%;
        margin: auto;
        margin-left: 15px;
        margin-bottom: 3px;
    }
    
    a.main_reg:hover {
        text-decoration: none;
    }
    
    a.main_reg {
        background: #0000009c;
        padding: 15px;
        text-align: center;
        color: white;
        margin-right: 340px;
        position: absolute;
        top: 350px;
        width: 70%;
        margin: auto !important;
        border: 2px solid white;
    }
    
    #info{
        background:url('../images/video_bg.jpg')no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    a.goup {
        position: fixed;
        left: 0px;
        bottom: 0px;
        z-index: 1000;
        text-align: center;
        color: white;
        border: 2px solid white;
        padding: 5px;
        font-size: 1.2em;
        border-bottom: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 25px;
        padding-top: 15px;
        background: #f44336b3;
    }
    
    a:hover{
        text-decoration:none;
    }
    
    a:visited{
        text-decoration:none;
    }
    
    a:active{
        text-decoration:none;
    }
    
    .info_title i {
        color: white;
        border: 4px solid white;
        border-radius: 100%;
        height: 70px;
        width: 70px;
        padding-top: 4px;
    }
    .info_title {
        width: 100%;
        margin: 0 auto;
        color: white;
        text-align: center;
        margin-top: 130px;
    }

    .menu {
        position: fixed;
        z-index: 10000;
        color: white;
        height: 100px;
        width: 30px;
        padding-right: 8px;
        background: #00000070;
        border-top-left-radius: 11px;
        border-bottom-left-radius: 11px;
        padding-top: 10px;
        top: 50%;
        right: 0;
        margin-top: -50px;
    }
    
    .menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    
    .menu ul li a {color: white;}
    
    #main {
        background-blend-mode: overlay;
    }
    
    .titles_wrap {
        width: 100%;
        height: auto;
        margin: auto;
    }
    
    .span_wrap {
        width: 100%;
        margin: auto;
        text-align: center;
        margin-top: 5px;
    }
    
    span.titles {
        background: #3F51B5;
        color: white;
        padding: 0;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 40px;
        margin-left: 2px;
        margin-bottom: 3px;
        font-size: 18px;
        font-weight: bold;
    }
    
    #slides img {
        width: 100%; !important;
        max-width: 100% !important;
        margin: auto;
    }
    
    #landing label input, #landing label select {
        padding: 5px 0px 5px 0px;
    }
    
    .slider_details {
        width: 100%;
        float: right;
        padding: 20px;
        padding-bottom: 11px;
    }
    
    .slider_image img {
        max-width: 100%;
    }
    
    .slider_image {
        width: 100%;
    }
    
    div#slider {
        height: auto !important;
        padding: 0px;
    }
    
    .go_down{
        display:none !important;
    }
    
    a.goup {
        width: 100%;
        border-radius: 0px;
        border: none;
        background: url(../images/Rounded_Button.png) center center;
        background-size: auto 100%;
        background-repeat-x: no-repeat;
        bottom: 0px;
        background-color: #00000085;
        padding-bottom: 25px;
        font-size: 20px;
    }
}       


#main {
    background-image: url(../images/apple_between.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
}

div#slides {
    padding: 0px;
    background: #f54337;
    height: auto !important;
    text-align:center !important;
}

#slides .button-left {
    margin-bottom: 20px;
    background: transparent;
    border: 1px solid white;
    border-radius: 25px;
    padding: 10px 15px 8px 15px;
    color: white;
    font-weight: bold;
}

#slides .button-right {
    margin-bottom: 20px;
    background: transparent;
    border: 1px solid white;
    border-radius: 25px;
    padding: 10px 15px 8px 15px;
    color: white;
    font-weight: bold;
}

#slider {
    min-height: 100%;
}