@media screen and (min-width:1500px) {
    .landing-section{
        height: 1120px;        
    }
    .form-area{
        height: 1120px;
    }
}
@media screen and (max-width:1499px) {
    body {font: 14px/20px 'Open Sans', sans-serif;}
    h1 {font: 700 36px/42px 'Roboto Condensed', sans-serif;}
    h2 {font: 700 35px/42px 'Open Sans', sans-serif;}
    h3 {font: 700 20px/25px 'Roboto Condensed', sans-serif;}
    h4 {font: 700 18px/24px 'Open Sans', sans-serif;}
    p{margin: 0 0 15px;}
    label {margin: 0 0 2px;}
    .landing-section .bg-landing{
        max-width: 120%;
        height: auto;
        margin: 0 -10%;
    }
    .logo img {width: 120px;}
    .section-content{width: 95%}
    .form-area{
        right: 50px;
        padding: 15px 25px;
    }
    .form-area p{margin: 0 0 10px;}
    .select,
    select,
    textarea,
    input[type="password"],
    input[type="nember"],
    input[type="email"],
    input[type="text"]{
        margin:0 0 10px;
        height: 35px;
    }
    .feature-box .icon-holder i {font-size: 60px;}
    .btn-holder .btn-default {min-width: 300px;}
    input[type="submit"] {
        height: 40px;
        font: 16px/40px 'Open Sans', sans-serif;
    }
    #footer input[type="text"] {height: 40px;}
    #footer input[type="submit"] {
        width: 80px;
        position: absolute;
        height: 40px;
        padding: 0;
        font: 14px/40px 'Open Sans', sans-serif;
    }
}
@media screen and (max-width:1279px) {
    .landing-section .bg-landing{
        max-width: 150%;
        height: auto;
        margin: 0 -25%;
    }
    .form-area {
        right: 30px;
        width: 30%;
    }
    #footer .social-networks li {margin: 0 0 0 5px;}
    .select,
    select,
    textarea,
    input[type="password"],
    input[type="nember"],
    input[type="email"],
    input[type="text"]{height: 32px;}
    

}
@media screen and (max-width:991px) {
    h3,
    p{margin: 0 0 11px;}
    .section-content {
        z-index: 10;
        position: absolute;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        width: 100%;
        padding:10px;
        top:auto;
        bottom: 0;
        left:0;
        text-align: center;
    }
    .form-area, .section-content{
        position: static;        
    }
    .landing-section .bg-landing {
        max-width: 245%;
        height: auto;
        margin: 0 -25% 0 -40%;
    }
    .form-area {
        right:0;
        width: 100%;
        height: auto;
        top: 0;
        bottom: 0;
        left: 0;
    }
    .form-area form {
        width: 60%;
        margin: 0 auto;
    }
    .whychose {padding: 30px 0;}
    #footer form{padding-top: 20px;}
    #footer .social-networks{text-align:center; }
    #footer .social-networks li{
        float: none;
        margin: 0 5px;
        display: inline-block;
    }
    #footer{
        text-align: center;
    }
     .addressuae{
        border-bottom: solid 1px #8f8f8f;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .addressegypt{
        border-bottom: solid 1px #8f8f8f;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .footerlast{
        
    }
    #footer .social-networks{
        margin-top: 40px;
    }
}
@media screen and (max-width:767px) {
    h1 {font: 700 28px/35px 'Roboto Condensed', sans-serif;}
    h2 {font: 700 25px/30px 'Open Sans', sans-serif;}
    .landing-section{height: auto;}
    .landing-section .bg-landing{
        position: absolute;
        max-width: 358%;
        z-index: -1;
    }
    .form-area,
    .section-content {position: static;}
    .form-area form {width: 100%;}
    .heading-holder{margin: 0;}
    #footer .social-networks li{margin: 0 1px;}
    
   

}


    