.custom.homeSection1.topMobile {
    display: none;
}
body {
    margin-top: 0px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}

#pageCall {
    display: none;
}

@media only screen and (max-width: 940px) {

    #pageCall {
        display: block;
    }


    #landing-pages {
        width: 100%;
        max-width: 767px;
        position: relative;
        height: 100vh;
    }

    .content-box-text {
        display: none;
    }

    .footer-box {
        display: none !important;
    }

    .headerMobile {
        display: block;
    }

    #landing-pages .form-box-header {
        display: none;
    }

    #landing-pages .form-box-center img {
        display: none;
    }

    #landing-pages .form-box-footer {
        display: none;
    }

    #landing-pages .form-box-center {
        background: #fff !important;
        height: auto;
    }

    #landing-pages .content-box {
        height: auto;
        padding: 0;
        width: 100%;
        padding: 0 15px;
    }

    #landing-pages .form-box {
        margin: 0;
        width: 100%;
        height: auto;
        border: none;
        bottom: 0;
        left: 0;
    }

    #landing-pages .form-box-btn-section input[type="submit"] {
        margin: 0;
        background: #FFD100;
        color: #000;
        border: none;
        box-shadow: none;
        height: 60px;
    }

    form#landingPagesForm {
        margin: 0;
        padding: 10px;
        position: relative;
    }

    #landing-pages .form-box-center p {
        display: block;
    }

    .mobileContent {
        display: block;
    }

    .input_landing label {
        display: none !important;
    }

    #landing-pages {
        background-image: none !important;
    }

    .content-box {
        background-image: url('/images/LandingPages/Artboard-4.png') !important;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    p#form_text {
        display: none !important;
    }

    .input_landing {
        width: 49%;
        display: inline-block;
    }

    .input_landing.emailBlock {
        width: 100% !important;
    }

    ::-webkit-input-placeholder { /* WebKit browsers */
        color:    #333;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:    #333;
        opacity:  0;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    #333;
        opacity:  0;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
        color:    #333;
    }

    #landing-pages input[type="text"] {
        box-shadow: none;
        width: 100%;
        background-color: #ebebeb;
        height: 33px;
        margin-top: 10px;
        font-family: 'almoni-dl';
        font-size: 16px;
    }

    .input_landing.phone_landing {
        float: left;
    }

    .form-box-btn-section {
        float: right;
        width: 48%;
    }

    #landing-pages .form-box-btn-section input[type="submit"], .callmobile.landingpage {
        font-size: 20px;
        height: 33px;
        width: 100%;
        margin-top: 10px;
        background: black;
        color: white;
        text-align: center;
        font-weight: 500;
        line-height: 33px;
        border-radius: 4px;
        font-family: 'almoni-dl';
    }

    .mobileContent {
        font-family: 'almoni-dl' !important;
        font-size: 18px;
        font-weight: normal;
    }

    .callmobile {
        background-image: url('/images/mobilephone.png ') !important;
        background-repeat: no-repeat !important;
        background-position: 14% !important;
        background-size: 16px !important;
        padding-left: 16px;
    }

    .form-box-btn-section.left_landing {
        float: left;
    }

    #landing-pages .content-box {
        height: auto;
        padding: 0;
        width: 100%;
        padding: 0 15px;
        height: 66.9vh;
    }

    .mobileContent {
        line-height: 1;
        padding-top: 13px;
    }

    #landing-pages .form-box-center {
        padding-bottom: 10px;
    }

    #landing-pages .form-box {
        box-shadow: none;
        border-radius: 0;
        height: 17vh;
    }

    .headerMobile {
        height: 24.3vh;
    }
    .input_landing.name_landing{
        margin-left: 2%;
    }
}

@media only screen and (max-width: 767px) {
    #landing-pages {
        max-width: 100%;
    }

    .headerMobile {
        height: 28.8vw;
    }

    #landing-pages .content-box {
        height: 82vw;
    }

    #landing-pages .form-box {
        border: 1px solid #000 !important;
    }

    .headerSuccess {
        font-size: 45px;
        line-height: 40px;
        padding: 6.5% 180px;
    }

    .centerSuccess {

    }

    .footerSuccess {

    }
}

@media only screen and (max-width: 940px) {

    #pageCall {
        display: block;
    }


    #landing-pages {
        width: 100%;
        max-width: 767px;
        position: relative;
        height: 100vh;
    }

    .content-box-text {
        display: none;
    }

    .footer-box {
        display: none !important;
    }

    .headerMobile {
        display: block;
    }

    #landing-pages .form-box-header {
        display: none;
    }

    #landing-pages .form-box-center img {
        display: none;
    }

    #landing-pages .form-box-footer {
        display: none;
    }

    #landing-pages .form-box-center {
        background: #fff !important;
        height: auto;
    }

    #landing-pages .content-box {
        height: auto;
        padding: 0;
        width: 100%;
        padding: 0 15px;
    }

    #landing-pages .form-box {
        margin: 0;
        width: 100%;
        height: auto;
        border: none;
        bottom: 0;
        left: 0;
    }

    #landing-pages .form-box-btn-section input[type="submit"] {
        margin: 0;
        background: #FFD100;
        color: #000;
        border: none;
        box-shadow: none;
        height: 60px;
    }

    form#landingPagesForm {
        margin: 0;
        padding: 10px;
        position: relative;
    }

    #landing-pages .form-box-center p {
        display: none;
    }

    .mobileContent {
        display: block;
    }

    .input_landing label {
        display: none !important;
    }

    #landing-pages {
        background-image: none !important;
    }

    .content-box {
        background-image: url('../img/MobileLandingpageGaming.png') !important;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    p#form_text {
        display: none !important;
    }

    .input_landing {
        width: 49%;
        display: inline-block;
    }

    .input_landing.emailBlock {
        width: 100% !important;
    }

    ::-webkit-input-placeholder { /* WebKit browsers */
        color:    #333;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:    #333;
        opacity:  0;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    #333;
        opacity:  0;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
        color:    #333;
    }

    #landing-pages input[type="text"],#landing-pages input[type="email"],#landing-pages input[type="tel"],#landing-pages input[type="number"] {
        box-shadow: none;
        width: 100%;
        background-color: #ebebeb;
        height: 33px;
        margin-top: 10px;
        font-family: 'almoni-dl';
        font-size: 16px;
        padding-right: 12px;
    }

    .input_landing.phone_landing {
        float: left;
    }

    .form-box-btn-section {
        float: right;
        width: 48%;
    }

    #landing-pages .form-box-btn-section input[type="submit"], .callmobile.landingpage {
        font-size: 20px;
        height: 33px;
        width: 100%;
        margin-top: 10px;
        background: black;
        color: white;
        text-align: center;
        font-weight: 500;
        line-height: 33px;
        border-radius: 4px;
        font-family: 'almoni-dl';
    }

    .mobileContent {
        font-family: 'almoni-dl' !important;
        font-size: 18px;
        font-weight: normal;
    }

    .callmobile {
        background-image: url('../img/mobilephone.png ') !important;
        background-repeat: no-repeat !important;
        background-position: 14% !important;
        background-size: 16px !important;
        padding-left: 16px;
    }

    .form-box-btn-section.left_landing {
        float: left;
    }

    #landing-pages .content-box {
        height: auto;
        padding: 0;
        width: 100%;
        padding: 0 15px;
        height: 66.9vh;
    }

    .mobileContent {
        line-height: 1;
        padding-top: 13px;
    }

    #landing-pages .form-box-center {
        padding-bottom: 10px;
    }

    #landing-pages .form-box {
        box-shadow: none;
        border-radius: 0;
        height: 17vh;
    }

    .headerMobile {
        height: 24.3vh;
    }

}

@media only screen and (max-width: 767px) {
    .landing-template-default #callnowbutton {
        display: none !important;
    }
    #landing-pages {
        max-width: 100%;
    }

    .headerMobile {
        height: 28.8vw;
    }

    #landing-pages .content-box {
        height: 82vw;
    }

    #landing-pages .form-box {
        border: 1px solid #000 !important;
    }

    .headerSuccess {
        font-size: 45px;
        line-height: 40px;
        padding: 6.5% 180px;
    }

    .centerSuccess {

    }

    .footerSuccess {

    }
}


form#landingPagesForm .input_landing{
    direction: rtl;
}
form#landingPagesForm br{
    display: none;
}
form#landingPagesForm.invalid{
    background: none;
    border: none !important;
}
form#landingPagesForm .input_landing input.error{
    border: 1px solid red !important;
}
form#landingPagesForm span.wpcf7-not-valid-tip{
    display: none !important;
}
form#landingPagesForm label.error{
    display: none !important;
}

form#landingPagesForm .category_landing{
    display: none;
}

@media only screen and (max-width: 940px){
    .content-box-text {
        display: none;
    }
}

@media only screen and (max-width: 940px) {
    .mobileContent {
        display: block;
    }
}