﻿@charset "utf-8";
/* CSS Document */
body {
    background: #f8f9fb;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('/Content/New/assets/fonts/opensans-bold-webfont.eot');
    src: url('/Content/New/assets/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/New/assets/fonts/opensans-bold-webfont.woff2') format('woff2'), url('/Content/New/assets/fonts/opensans-bold-webfont.woff') format('woff'), url('/Content/New/assets/fonts/opensans-bold-webfont.ttf') format('truetype'), url('/Content/New/assets/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('/Content/New/assets/fonts/opensans-semibold-webfont.eot');
    src: url('/Content/New/assets/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/New/assets/fonts/opensans-semibold-webfont.woff2') format('woff2'), url('/Content/New/assets/fonts/opensans-semibold-webfont.woff') format('woff'), url('/Content/New/assets/fonts/opensans-semibold-webfont.ttf') format('truetype'), url('/Content/New/assets/fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('/Content/New/assets/fonts/opensans-light-webfont.eot');
    src: url('/Content/New/assets/fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/New/assets/fonts/opensans-light-webfont.woff2') format('woff2'), url('/Content/New/assets/fonts/opensans-light-webfont.woff') format('woff'), url('/Content/New/assets/fonts/opensans-light-webfont.ttf') format('truetype'), url('/Content/New/assets/fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/Content/New/assets/fonts/opensans-regular-webfont.eot');
    src: url('/Content/New/assets/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/New/assets/fonts/opensans-regular-webfont.woff2') format('woff2'), url('/Content/New/assets/fonts/opensans-regular-webfont.woff') format('woff'), url('/Content/New/assets/fonts/opensans-regular-webfont.ttf') format('truetype'), url('/Content/New/assets/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/** signup style start **/
.pagebg {
    padding: 0;
    background: #fff url(/Content/New/assets/images/signupbg.png) no-repeat right -100px;
    background-size: cover;
}

.hdr {
    padding: 0px 0 0;
}

    .hdr .content {
        width: auto;
        text-align:left;
    }

.signupFormWrappr .content .logo {
    background: url(/Content/New/assets/images/mnetb.svg) no-repeat center center;
    background-size: 150px;
    height: 50px;
    display: block;
    vertical-align: middle;
}

#header {
    background: #fff;
    height: 90px;
    /*border-bottom: 1px solid #dbdbdb;*/
}
.signUpBtn {
    text-align:center;
}
.signInBot {
    text-align: center;
    padding-top: 15px;
}
    .signInBot a {
        color:#d24e40;
        
    }
    #header .mlogo {
        padding-top: 24px;
    }

    #header .ylogo {
        padding-top: 20px;
        width: auto;
        float: right;
    }

.branding {
    float: left;
}

#header .header_right {
    padding: 0;
    width: 332px;
    float: right;
}

.signUpForm {
    padding-top: 70px;
    display: flex;
}
.presentation {
    flex: 1;
    order: 1;
    /*width: 405px;*/
    /*padding-top: 15px;*/
}

.mnet-signupForm {
    flex: 1;
    order: 2;
    background: #fbfbfb;
    margin-left: 15px;
    display: block;
    padding: 30px;
    border: 1px solid #f4f4f4;
}

    .mnet-signupForm .su-submit-wrapper{
        float: inherit;
        margin:0 auto;
        margin-bottom: 20px;
        width:auto;
        text-align :center;
    }
    .mnet-signupForm .su-field {
        
        margin-bottom: 15px;
        padding-bottom:10px;
    }
    .mnet-signupForm .su-field {
        width:100%;
    }
    .mnet-signupForm .su-submit-wrapper .btn {
        width: 165px;
        border:0 none;
    }
    .mnet-signupForm .error .su-error-field {
        padding-top:10px;
    }
    .mnet-signupForm .su-submit-wrapper {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
    .mnet-signupForm .toc {
        text-align:center;
        padding:0;
    }
    .mnet-signupForm .su-submit-wrapper .btn:hover {
        width: 165px;
        padding: 15px 20px;
        font-size: var(--cta-font-size);
    }
    .mnet-signupForm .su-wrapper {
        float: inherit;
        width: auto !important;
        padding: 20px 20px 0 20px;
    }
    .mnet-signupForm .tittle {
        font-family: 'open_sanslight';
        font-size: 16px;
        background: #424a55;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
        width: 100%;
        height: 48px;
        line-height: 48px;
        border-radius: 2px 2px 0 0;
    }
    .mnet-signupForm .captchaImage,.mnet-signupForm .captchaText {
        /* display: none; */
    }
    .mnet-signupForm .signInBot {
        display: block !important;
        color:#4c4c4c;
        font-size:14px;
        padding-top:0;
    }
    .mnet-signupForm .signUpBtn {
        display: block;
    }
    .fldsRhsWrap {
        float: right;
        width: 357px;
    }

.resSignUp_new {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    line-height: 60px;
    background: #f77462;
    color: #fff;
    font-family: "open_sanssemibold";
    border-radius: 2px;
    text-align: center;
    text-transform: uppercase;
    line-height: 60px;
    font-size: 17px;
    z-index: 199;
    display: none;
}

.fields {
    padding: 79px 25px 0px 25px;
    position: relative;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    z-index:200;
}

    .fields h4 {
        font-family: 'open_sanslight';
        font-size: 16px!important;
        color: #fff;
        text-transform: uppercase;
        text-align: left;
        height: 49px;
        line-height: 49px;
        background-color: #424a55;
        padding: 0 0 0 15px;
        font-size: 20px;
    }

.pageform {
    width: 830px;
    margin: 0 auto;
    padding: 35px 0;
}

.fldsRhsWrap {
    float: right;
    width: 357px;
}

.frmFields {
    width: 262px;
    border: 1px solid #ccc;
    padding: 20px 35px 20px 15px;
    font-size: 14px;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    font-family: "open_sansregular";
    float: none;
}

.frmSelect {
}

.frmSelect {
    width: 313px;
    border-color: #fff;
    outline: none;
}

.frmSelect {
    float: none;
    font-family: arial;
}

input:-ms-input-placeholder:focus {
    color: #999;
}

.country-wrap {
    /*margin-bottom: 10px;*/
    /*width: 390px;*/
}

    .country-wrap #countryCode {
        width: 67px;
        padding: 20px 5px;
        outline: none;
        text-align: center;
        box-sizing: border-box;
        color: #333;
    }

.phone-field {
    width: 179px;
    margin-left: 13px;
    text-align: left !important;
}

#countryCode-err {
    left: 0;
    line-height: 1.2;
    top: 55px;
    width: 50%;
}

.thankyoumessage {
    width: 970px;
    margin: 0 auto;
    margin-left: 15px;
    text-align: center;
    padding: 40px 20px 20px 20px;
    display: none;
    flex: 1;
    order: 2;
    background: #f7f7f7;
}

.signupcaption, .successmessage h2 {
    font-size: 36px;
    color: #4a4a4a;
    text-align: center;
    font-weight: normal;
    font-family: 'open_sanssemibold', Arial;
    margin-bottom: 5px;
}

.thankyoumessage .signupcaption {
    letter-spacing: 0px;
    margin-bottom: 0px;
    font-size: 19px;
    font-family: 'open_sanslight';
}

.successmessage h2 {
    background: url(/Content/images/bg-thankyou-msg.png) no-repeat center center;
    font-size: 20px;
    color: #333;
    text-align: center;
    padding: 100px 40px;
    line-height: 26px;
    margin: 0 auto 0px;
    font-family: 'open_sanslight';
    /*width: 520px;*/
}

.successmessage {
    padding-top: 0px;
    margin-bottom: 20px;
}

    .successmessage .liner {
        font-size: 18px;
        color: #333;
        font-family: 'open_sanslight';
        line-height: 22px;
    }

.signupcaption span {
    color: #ec6529;
    font-family: 'open_sansbold';
}

.successmessage h2 span {
    color: #f57566;
    font-family: "open_sanssemibold",Arial;
}

.slogan {
    font-size: 22px;
    font-family: 'open_sanslight', Arial;
    text-align: center;
    padding: 0 0 36px 0;
    color: #4a4a4a;
}

.captchaImage .captchaWrapper {
    /* background: #fff;
    height: 51px;
    overflow: hidden;
    border: 1px solid #fff; */
}



.captchaImage {
}

#CaptchaImage {
    /*margin-top: 2px;*/
    float: left;
    padding-right:25px;
}

.frmSelect {
    font-family: 'open_sanslight';
    margin: 0 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.presentation ul {
    color: #666;
}

    .presentation ul li {
        padding: 0px 0 20px 40px;
        margin-bottom: 20px;
    }

        .presentation ul li.one {
            background: url(/Content/New/assets/images/bg-presen-one-v2.png) no-repeat 0 3px;
        }

        .presentation ul li.two {
            background: url(/Content/New/assets/images/bg-presen-two-v2.png) no-repeat 0 3px;
        }

        .presentation ul li.three {
            background: url(/Content/New/assets/images/bg-presen-three-v2.png) no-repeat 0 3px;
        }

        .presentation ul li.four {
            background: url(/Content/New/assets/images/bg-presen-four-v2.png) no-repeat 0 3px;
            margin-bottom: 0;
        }

.presentation h3 {
    font-family: 'open_sansbold';
    font-size: 18px;
    padding-bottom: 5px;
    color: #4a4a4a;
    font-weight: normal;
}

.presentation p {
    font-family: 'open_sanslight';
    font-size: 14px;
    line-height: 19px;
    color: #4a4a4a;
}

    .presentation p.presentBot {
        padding-top: 13px;
        color: #4a4a4a;
    }

.toc {
    text-align: left;
    color: #333;
    font-family: 'open_sansregular';
    font-size: 11px;
    padding: 2px;
    /*border: 1px solid #f1f1f1;*/
    margin-bottom: 15px;
    line-height: 15px;
}

    .toc label {
        padding-left: 8px;
        font-family: 'open_sansregular';
    }

.frmFields.disabled {
    background: #EBEBE4;
}

.signIn {
    font-size: 16px;
    margin-top: 20px;
}

    .signIn a {
        color: #ea4555;
        font-weight: 600;
    }

.signupFooter {
    margin-top: 50px;
}

    .signupFooter .presentBot {
        padding-top: 20px;
        border-top: 1px solid hsla(0,0%,59%,.3);
        text-align: center;
    }

.btnt {
    border-radius: 50px;
    background: #ea4555;
    color: #fff;
    font-size: var(--cta-font-size);
    display: inline-block;
    padding: 15px 45px;
    letter-spacing: var(--global-letter-spacing);
    text-transform: uppercase;
    line-height: 1;
}

    .btnt:hover, .btnt:focus {
        background-color: #d24e40;
    }

.thankyoumessage .btnt {
    /*width: 360px;*/
    margin: 0 auto;
    max-width: 96%;
}

.btnt span {
    font-family: 'open_sanssemibold';
    display: block;
    text-align: center;
    color: #fff;
    background: url(/Content/images/images2014/btn-loader-v2.gif) no-repeat -1000px -1000px;
}

.submitdetails .btnt {
    background-image: url(/Content/images/bg-submitdetails-btnt.gif);
    background-position: 96% center;
    background-repeat: no-repeat;
}

.submitdetails {
    padding-top: 20px;
    padding-bottom: 50px;
}

.mnet-signupForm #CaptchaInputText {
    width: 215px;
    padding-right: 0px;
    height: 60px;
}

.mnet-signupForm .captchaImage .captchaWrapper {
    background: #fff;
    width: 110px;
    height: 46px;
    padding-top: 14px;
}

.mnet-signupForm .captchaRefresh {
    right: 0 !important;
    top: 10px;
}

.mnet-signupForm .captchaText {
    padding-left: 32px;
}

.captchaText {
    /* width: 155px; */
    float: right;
    width: 130PX !important;
    padding-left:20px ;
}


#CaptchaInputText {
    height: 50px;
    line-height: 50px;
    padding: 15px 10px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #9B9B9B;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    width: 130px;
    /* line-height: 20px; */
    /* padding: 10px; */
    /* font-size: 16px; */
    /* padding: 15px 10px;
    font-size: 14px;
    height: 51px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    font-family: Helvetica;
    font-size: 15px;
    color: #9B9B9B;
    width: 100%;
    box-sizing: border-box; */
}

/*#CaptchaInputText:focus {
        background: #e1e1e1 url(/Content/images/images2014/bg-frmFieldsFocus.png) no-repeat right bottom;
        border-color: #e1e1e1;
    }*/

.captchaImage .captchaWrapper {
    /* -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; */
}

.captchaImage, .captchaText {
    /* padding-bottom: 15px;
    width: 48.2%; */
}
.captchaImage{
    width: 80px;
    /* overflow: hidden; */
    height: 60px;
    FLOAT: LEFT;
}

.footband {
    display: none;
}

.clearbtn {
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(/Content/images/clearBtn.png) no-repeat center center;
    overflow: hidden;
    top: 20px;
    right: 20px;
    visibility: hidden;
    cursor: pointer;
}

.frow {
    position: relative;
    width:100%;
}

.errorField.placeholder_mel, .errorField.toc, #CaptchaInputText.errorField, .frmSelect.errorField {
    border: 1px solid #FF2400;
    background: #f6d1cb;
    color: #9B9B9B !important;
}

.btnt span.waiting {
    text-indent: -1000px;
    background: #f57566 url(/Content/images/images2014/btn-loader-v2.gif) no-repeat center center;
    display: block;
    cursor: default;
}

.backarrow {
    background: url(/Content/images/back.png?v=bcdbe5f2) no-repeat center center;
    width: 15px;
    height: 46px;
    position: absolute;
    left: 10px;
}

.toc span {
    font-family: "open_sansregular";
    padding-left: 0px;
    vertical-align: 3px;
    color: #000;
}

    .toc span a {
        color: #333;
    }

.toc a:hover {
    text-decoration: underline;
}

#footer {
    border-top: 1px solid#e6e9f0;
}

    #footer .copyright-text {
        text-align: center;
        color: #999;
        font-family: arial;
        padding-top: 10px;
    }

    #footer .fix-doc {
        padding: 0 2px 10px 2px;
        width: 896px;
    }

.captchaRefresh {
    /* margin-right: 18px;
    padding-top: 11px; */
    /*top: 11px !important;
    right: -161px !important;*/
    width: 30px;
    height: 40px;
    float: left;
    padding: 10px 0 0 0;
}

    .captchaRefresh a {
        /* background: url("/Content/images/images2014/refresh.png?v=18ea814b") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        display: inline-block;
        height: 21px;
        width: 22px; */
    }

.captchaMsg {
    /* display: none; */
}

#toc {
    width: 15px;
    height: 15px;
}

    #toc:focus {
        outline: 1px dotted #0099CC;
    }

#header .mlogo {
    float: none;
}

#header .content {
    width: 950px;
}


a#submitform:focus {
    /* *border: 2px dotted #0099CC;
        box-shadow: 0 0 10px 0 #0099CC; */
}

#footer {
    display: none;
}

.n-Footer {
    /*background: #f5f7f9;*/
    padding: 30px 10px;
}

.n-FooterCont {
    width: 980px;
    margin: 0 auto;
}

.n-footerLogo {
    text-align: center;
    margin-bottom: 20px;
}

    .n-footerLogo img {
        max-width: 100%;
    }

.n-FooterCont p {
    text-align: center;
    color: #000;
    font-family: 'open_sanslight';
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 5px;
}

    .n-FooterCont p a {
        font-family: 'open_sanslight';
        color: #000;
    }

        .n-FooterCont p a:hover {
            text-decoration: underline;
        }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9B9B9B !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #9B9B9B !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #9B9B9B !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #9B9B9B !important;
}

@media all and (max-width:980px) {
    #header .content {
        width: auto;
        overflow: hidden;
    }

    .n-FooterCont {
        width: auto;
    }
}

@media all and (max-width:850px) {
    .pageform {
        width: auto;
        margin: 0 10px;
    }
}

@media all and (max-width:799px) {


    /*.phone-field{width:calc(100% - 86px) !important}*/

    .n-FooterCont {
        width: auto;
    }

    #header .content {
        width: auto;
    }

    .pageform, .thankyoumessage {
        width: auto;
        padding: 0 0 20px;
        padding:15px;
    }

    .resSignUp_new {
    }

    .presentation { /*display:none;*/
        float: none;
        width: 500px;
        margin: 0 auto;
        overflow: hidden;
    }

        .presentation ul li {
            padding: 60px 0px 20px 0px;
            width: 48.6%;
            float: left;
            border: solid 1px #dbdbdb;
            margin-right: 10px;
            margin-bottom: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            text-align: center;
        }

            .presentation ul li.one {
                background-position: center 20px;
            }

            .presentation ul li.two {
                background-position: center 20px;
                margin-right: 0;
                float: right;
            }

            .presentation ul li.three {
                background-position: center 20px;
                margin-bottom: 0;
                padding-bottom:40px;
            }

            .presentation ul li.four {
                background-position: center 20px;
                margin-right: 0;
                min-height: 111px;
                float: right;
            }

        .presentation p.presentBot {
            float: left;
        }

        .presentation h3 {
            padding: 0 6px 5px;
        }

        .presentation p {
            padding: 0 6px 5px;
        }

    .fldsRhsWrap {
        float: none;
        width: auto;
        width: 500px;
        margin: 0 auto;
    }
    .content .logo {
        background: url(/Content/New/assets/images/mnetb.svg) no-repeat center center;
        background-size: 150px;
        height: 40px;
        display: block;
        padding-bottom: 25px;
    }
    .hdr {
        padding-top: 25px;
    }
    .signUpForm {
        padding-top:25px;
        display:inherit;
    }
    .phone-field {
        width: calc(100% - 86px) !important;
    }
    .hdr .content {
        width:auto;
    }

    .frmFields, .frmSelect, #footer .fix-doc {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    .captchaText {
        /* float: right; */
    }

    /*.submitdetails .btnt, .btnt {
                width: 100%;
            }*/

    #wrapper, .pagebg {
        background: #fff;
    }

    .pagebg {
        padding-top: 20px;
    }

    .signupcaption {
        font-size: 22px;
    }

    .successmessage h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .successmessage .liner {
        line-height: 20px;
    }

    .slogan {
        font-size: 16px;
        padding: 0 0 10px 0;
    }

    .successmessage h2 {
        width: auto;
        padding-top: 105px;
    }
    /*   #footer{margin-top:20px;} */
    #header {
        height: auto;
        padding-bottom: 10px;
    }

        #header .content {
            padding: 0;
        }

    .branding span {
        display: none;
    }

    #header .mlogo {
        max-width: 100%;
    }

    #header .header_right {
        width: 50%;
        padding-right: 2%;
    }

    #header .ylogo {
        max-width: 100%;
    }

    .branding {
        padding-left: 10px;
    }


    .toc span {
        line-height: 18px;
    }

    .genOverlay {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 200;
        left: 0;
        top: 0;
        display: none;
        overflow-y: auto;
    }

    .genOverlayBg {
        background: url(/Content/New/assets/images/blackAlpha80.png) repeat 0 0;
        background: rgba(0,0,0,0.8);
        position: fixed;
        width: 100%;
        height: 100%;
        display: none;
    }

  

    .contexualNsignupMob {
        position: fixed;
        margin: 0;
        padding: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        overflow-y: auto;
        width: 100%;
        max-height: 85%;
        -webkit-overflow-scrolling: touch; /* padding-top: 60px; */
        display: none;
    }

}

@media all and (max-width:680px) {
    .thankyoumessage .signupcaption {
        font-size: 21px;
    }
}

@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
    body #wrapper {
        min-width: 302px;
    }
}

@media all and (max-width:600px) {
    #website, #sgnemail, #fname {
        padding: 15px 35px 15px 10px
    }

    .phone-field {
        /*width: 190px !important;*/
    }

    .n-Footer {
        padding: 30px 10px 60px;
    }

    #header .branding {
        padding: 0;
        text-align: center;
        width: 100%;
        margin: 0;
    }

    #header .header_right {
        padding: 5px 0;
        text-align: center;
        width: 100%;
        margin: 0;
    }

    #header .ylogo {
        float: none;
    }
}

@media all and (max-width:529px) {
    .presentation {
        width: 350px;
    }

    .fldsRhsWrap {
        width: 350px;
    }

    .presentation ul li {
        width: 48%;
    }

        .presentation ul li.one {
            min-height: 103px;
        }

        .presentation ul li.two {
            min-height: 103px;
        }

        .presentation ul li.three {
            min-height: 120px;
        }

        .presentation ul li.four {
            min-height: 120px;
        }

    .presentation h3 {
        font-size: 16px;
        line-height: 21px;
    }

    .presentation p {
        font-size: 12px;
        line-height: 17px;
    }

    #ContactOverlayForm .contexualNsignup-rht {
        float: none;
        margin: 0% auto;
      
    }

    .contexualNsignup-rht, .fields {  
     width:88% !important;
     
    }
    
}

@media all and (max-width:390px) {
    #countryCode-err {
        width: 39%;
    }

    .contexualNsignup-rht {
    width:30%; }

    .toc {
        margin-top: 15px;
    }

    .captchaImage {
        /* float: none;
        margin-right: 0;
        width: 100%; */
    }

    .captchaText {
        /* float: none;
        width: 100%; */
    }

    #CaptchaInputText {
        /* width: 100%;
        height: 51px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; */
    }

    .fields h4 {
        font-size: 14px;
    }

    .fields {
        padding: 58px 10px 10px;
    }

    .frmFields {
        padding: 15px 10px 15px 10px;
        font-size: 13px;
    }

    .presentation {
        width: 284px;
    }

    .fldsRhsWrap {
        width: 298px;
    }

    .presentation ul li {
        width: 47.5%;
    }

        .presentation ul li.one {
            min-height: 120px;
        }

        .presentation ul li.two {
            min-height: 120px;
        }

        .presentation ul li.three {
            min-height: 137px;
        }

        .presentation ul li.four {
            min-height: 155px;
        }


    #ContactOverlayForm .contexualNsignup-rht {
        float: none;
        
    }
    .contexualNsignup-rht, .fields {
        width: 93% !important;
    }
}

.errornotify {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    font-size: 10.5px;
    color: #ce0606;
    padding: 0;
    line-height: normal;
}
/** singup success styles start **/
.sgupSuccess {
    position: relative;
    background: #f1f1f1;
    display: none;
    border-radius: 3px; /*padding: 60px 20px 20px;*/
}

.sgupTop {
    background: #424a56;
    padding: 30px 35px;
    border-radius: 2px 2px 0 0;
}

    .sgupTop h5, .sgupTop p {
        color: #fff;
        text-align: center;
    }

    .sgupTop h5 {
        font-family: 'open_sanslight';
        font-size: 3em;
        text-transform: capitalize;
        margin-bottom: 5px;
    }

    .sgupTop p {
        font-family: 'open_sanslight';
        font-size: 19px;
    }

    .sgupTop p, .sgupMsg h5, .sgupMsg p {
        line-height: 23px;
    }

        .sgupTop p span {
            font-family: 'open_sanssemibold';
        }

.sgupMsg {
    background: url(/Content/New/assets/images/bg-thankyou-msg2.png) no-repeat center 20px;
    padding: 110px 35px 25px;
    margin-bottom: 38px;
}

    .sgupMsg h5, .sgupMsg p {
        color: #333;
        text-align: center;
    }

    .sgupMsg h5 {
        font-family: 'open_sansbold';
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .sgupMsg p {
        font-family: 'open_sansregular';
        font-size: 1.4em;
        margin-bottom: 13px;
    }

        .sgupMsg p a {
            color: #f77462;
            text-decoration: underline;
        }

.sguplnk {
    font-family: 'open_sansbold';
    display: block;
    background: #f77462;
    color: #fff;
    text-transform: uppercase;
    /*font-size: 1.6em;*/
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
}

    .sguplnk:hover {
        background: #d24e40;
    }

#ContactOverlayForm .sgupMsg, #ContactOverlayForm .sgupMsg p {
    margin-bottom: 0;
}

/** singup success styles end **/

/** signup style end **/

/** singup popup styles start here **/
.blur {
    -webkit-filter: blur(5px);
    -webkit-backface-visibility: hidden;
    /* -webkit-transform:scale(1);
	 -moz-filter: blur(5px);
	 -o-filter: blur(5px);
	 -ms-filter: blur(5px);
	 filter: url(/Content/images/images2014/blur.svg#blur);
	 filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
	 filter: blur(5px); */
}

.genOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 200;
    display: none;
}

.genOverlayAbs {
    position: absolute;
}

.mWrapperRel {
    position: relative
}

.genOverlayAbs .genOverlayBg {
    top: 0;
    position: absolute;
    bottom: 0
}

.genOverlayBg {
    
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(213, 213, 213, 0.91);
    z-index: 150;
    display: flex;
    align-items: center;
}

.clsOvr {
    color: #9b9b9b;
    float: right;
    line-height: 49px;
    margin-right: 15px;
}

a.clsOvr.successClsovr {
    color: #4a4a4a;
    font-size: 15px;
    position: absolute;
    right: 12px;
    top: -4px !important;
    margin-right: 0;
}


input.btnt.subBtnt {
    display: block;
    text-align: center;
    cursor: pointer;
    background: #EA4555;
    border-radius: 50px;
    color: #fff;
    font-size: var(--cta-font-size);
    display: inline-block;
    padding: 15px 45px;
    letter-spacing: var(--global-letter-spacing);
    text-transform: uppercase;
    line-height: 1;
    border: 0 none;
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-appearance:none;
}

    input.btnt.subBtnt:hover {
        background: #fff;
        color: #EA4555;
        font-weight: bold;
        box-shadow: 0 0 0px 1px #EA4555 inset, 0 0 0px 1px #EA4555;
        text-decoration: none;
    }

.clsOvr:hover {
    opacity: 0.8;
}

.singInWrap {
    background: #f1f1f1;
    width: 96%;
    max-width: 470px;
    margin: 0 auto 0;
}

    .singInWrap h3 {
        background: #424a57;
        font-family: "open_sanslight";
        color: #fff;
        font-size: 1.8em;
        padding: 15px 5px;
        text-align: center;
        text-transform: uppercase;
    }

    .singInWrap li {
        position: relative;
        margin-bottom: 15px;
    }

        .singInWrap li label {
            font-family: "open_sanssemibold";
            font-size: 1.4em;
            color: #666;
            margin-bottom: 7px;
            display: block;
        }

        .singInWrap li .txInp {
            border: 1px solid #ccc;
            background: #fff url(/Content/images/images2014/bg-frmFieldsFocus.png) no-repeat right -100px;
            width: 390px; /* border: 1px solid #e2e2e2; */
            border: none;
            padding: 15px;
            font-size: 1.4em;
            font-weight: normal;
            color: #333;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            font-family: arial;
            display: block;
        }

            .singInWrap li .txInp:focus {
                background-color: #e1e1e1;
                background-position: right bottom;
            }

    .singInWrap ul {
        padding: 10px 25px;
    }

.sgnBox {
    position: relative;
}
/* .singInWrap li .txInp:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #000 inset;
} */
.password_warning {
    font-family: "open_sansregular";
    color: #ff0000;
    padding: 10px 25px;
    font-size: 1.3em;
    word-wrap: break-word;
}

    .password_warning:empty {
        display: none;
    }

.singInWrap li .txInp:focus {
    border-bottom-color: #fff;
}

.subSignin input {
    background: #e95445;
    border-radius: 3px;
    display: block;
    font-family: "open_sanssemibold";
    font-size: 1.8em;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border: 0;
    outline: 0;
    cursor: pointer;
    width: 100%;
    transition: background-color 500ms ease 0s;
}

    .subSignin input:hover {
        background: #e02d1b;
    }

.forPsLnk, .bkLoginLnk {
}

.forPsLnk, .bkLoginLnk {
    color: #666;
    font-size: 1.2em;
    margin-top: 15px;
    transition: color 250ms ease;
}

    .forPsLnk:hover, .bkLoginLnk:hover {
        color: #000;
    }

.singInWrap li.rembMe label {
    float: none;
    display: inline;
    font-size: 1.2em;
    margin-left: 5px;
}

.forSendMsg {
    min-height: 220px
}

    .forSendMsg p {
        font-family: "open_sansregular";
        color: #666;
        font-size: 1.4em;
        padding: 95px 30px 0;
        text-align: center;
    }

.forArea, .forSendMsg {
    display: none;
}

.sgnLoading {
    width: 100%;
    height: 100%;
    background: #fff url(/Content/images/images2014/v-loader.gif) no-repeat center center;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
/** singup popup styles start here **/

/** video tour pop up code starts **/
.vidTourWrap {
    background: #fff url(/Content/images/images2014/v-loader.gif) no-repeat center center;
    top: 50%;
    left: 50%;
    width: 700px;
    height: 393px;
    margin-top: -196px;
    margin-left: -350px;
    position: absolute;
}
/** video tour pop up code ends **/

.mWrapper {
    padding-top: 0;
}
/* .homemWrapper{padding-top:0;} */
.contexualNsignup {
    /*  background:#a54b66 url(/Content/images/images2014/bg-contexualNsignup-v4.jpg) repeat center 0; */
    background: #424a56;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 230px;
    position: relative;
    overflow: hidden;
}

.contexualNsignupCont {
    position: relative;
    z-index: 8;
    padding-bottom: 110px;
}

    .contexualNsignupCont h3, .contexualNsignupCont h4 {
        color: #fff;
    }

    .contexualNsignupCont h3 {
        margin-bottom: 25px;
        font-size: 5.5em;
        line-height: 1.2;
    }

    .contexualNsignupCont h4 {
        margin-bottom: 25px;
    }

    .contexualNsignupCont h3 {
        font-family: "open_sanssemibold";
        font-size: 6em;
        letter-spacing: -1px;
    }

    .contexualNsignupCont h4 {
        font-family: "open_sanslight";
        font-size: 2.4em;
    }

.homeTopSlider {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

    .homeTopSlider .slides, .homeTopSlider .slides li {
        width: 100%;
        height: 100%;
    }

        .homeTopSlider .slides li {
            position: absolute;
            left: 0;
            top: 0;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

.hmTpSld-1 {
    background-image: url(/Content/images/images2014/homepage-slides/bg-hmTpSld-1.jpg);
}

.hmTpSld-2 {
    background-image: url(/Content/images/images2014/homepage-slides/bg-hmTpSld-2.jpg);
}

.hmTpSld-adpush {
    background-image: url(/Content/images/images2016/ad_pushup.jpg);
}

.hmTpSld-monetizePro {
    background-image: url(/Content/images/images2016/monetize_pro.jpg);
}

.hmTpSld-fincon {
    background-image: url(/Content/images/images2016/finconbackground.jpg);
}

.hmTpSld-roadToBlogging {
    background-image: url(/Content/images/images2017/road-to-blogging.jpg);
}

.contexualNsignup-lft {
    float: left;
    max-width: 55%;
}

.contexualNsignup-rht {
    float: right;
    width: 412px;
    margin-left: 10px;
}

.contexualNsignupCont-noLft .contexualNsignup-lft {
    margin-right: 0;
}

.contexualNsignupCont-noLft .contexualNsignup-rht {
    display: none;
}

.contexualNsignupCont-noLft .contexualNsignup-lft {
    text-align: center;
    max-width: 100%;
    float: none;
}

    .contexualNsignupCont-noLft .contexualNsignup-lft .hmVidBtn {
        margin: 0 auto;
    }

.splBanner {
    padding-top: 50px;
}

    .splBanner a span {
        background: url(/Content/images/images2014/bg-splBanner-bnr.png) no-repeat right center;
        font-family: 'open_sansbold';
        text-transform: uppercase;
        color: #fff;
        font-size: 1.8em;
        line-height: 26px;
        padding-right: 20px;
        border-bottom: 1px solid transparent
    }

    .splBanner a:hover span {
        border-bottom-color: #fff;
        text-decoration: none;
    }

    .splBanner img {
        vertical-align: bottom;
        border-radius: 2px;
        padding-bottom: 8px;
    }

.hmVidBtn {
    background: #666 url(/Content/images/images2014/bg-hmVidBtn.png) no-repeat 91% center;
    background-color: rgba(0,0,0,0.2);
    font-family: "open_sanssemibold";
    line-height: 55px;
    padding: 0 65px 0 25px;
    color: #fff;
    font-size: 1.6em;
    border-radius: 3px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: block;
    width: 164px;
    transition: background-color 500ms ease;
}

    .hmVidBtn:hover {
        background-color: transparent;
        border-color: #fff;
        border-color: rgba(255,255,255,0.4);
    }

.contexualNsignup-lft figure {
    position: absolute;
    left: 0;
    bottom: -119px;
    z-index: 2;
    max-width: 58%
}

.contexualNsignupCont-noLft .contexualNsignup-lft figure {
    left: 20%;
}

.contexualNsignup-lft figure img {
    max-width: 100%;
}

.brandColorBand {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: #e53e96;
    z-index: 1;
}

.bColorLft {
    float: left;
    width: 33.3%;
    background: #f89921;
    height: 10px;
}

.bColorRht {
    float: right;
    width: 33.3%;
    background: #2e98d4;
    height: 10px;
}


.captchaText input::-moz-input-placeholder {
    color: #999;
}

.captchaText input::-webkit-input-placeholder {
    color: #999;
}

.captchaText input::-ms-input-placeholder {
    color: #999;
}

.captchaText input:focus::-moz-input-placeholder {
    color: #333;
}

.captchaText input:focus::-webkit-input-placeholder {
    color: #333;
}

.captchaText input:focus::-ms-input-placeholder {
    color: #333;
}

::-webkit-input-placeholder {
    color: #333;
}

:-moz-placeholder { /* Firefox 18- */
    color: #333;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #333;
}

:-ms-input-placeholder {
    color: #333;
}



.frmSelect {
    float: none;
    font-family: arial;
}

/*.captchaImage .captchaWrapper {
    background: #fff;
    height: 45px;
    padding-top: 5px;
    overflow: hidden;
    width: 180px;
}*/

.captchaImage {
    /* float: left; */
}

.errornotify {
    display: none;
}

.frmSelect {
    font-family: 'open_sansregular';
    margin: 0 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/*.toc{text-align: left;color: #333;font-family: 'open_sansregular'; cursor:pointer;font-size:1.1em;padding:3px;border:1px solid #f1f1f1;margin-bottom:14px;}*/
.toc a {
    color: #333;
}

    .toc a:hover {
        text-decoration: underline;
    }

.toc label {
    padding-left: 8px;
    font-family: 'open_sansregular';
}

input.btnt.subBtnt.waiting {
    text-indent: -1000px;
    background: #f77462 url(/Content/images/images2014/btn-loader-v2.gif) no-repeat center center;
    cursor: default;
}

input.btnt.subBtnt.disable {
    background: #f77462 url(/Content/images/images2014/btn-loader-v2.gif) no-repeat center center;
    color: #ccc;
    cursor: not-allowed;
}

.backarrow {
    background: url(/Content/images/images2014/back.png?v=bcdbe5f2) no-repeat center center;
    width: 15px;
    height: 46px;
    position: absolute;
    left: 10px;
}

.toc span {
    font-family: "open_sansregular";
    vertical-align: 3px;
    word-spacing: -1px;
}

.captchaMsg {
    display: none;
    color: #666;
    font-size: 1.1em;
}

#toc {
    width: 15px;
    height: 15px;
    vertical-align: 0;
}
/* #toc:focus{outline: 2px dotted #0099CC;
box-shadow: 0 0 10px 0 #0099CC;} */
.frmSelect {
    background: #e0e0e0;
    width: 374px;
    margin: 0 0 20px;
    border: none; /* padding:5px 10px; */
    text-indent: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 46px; /* padding:10px 12px; */
    font-size: 1.3em;
    border-radius: 3px;
    padding-left: 12px\9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .frmSelect {
        padding-left: 12px;
    }
}

/*.captchaRefresh {
    width: 30px;
    float: right;
    padding: 13px 0 0 0;
}*/

.sgupMsg p {
    font-size:inherit !important;
}
.captchaRefresh a {
    width: 22px;
    height: 21px;
    background: url(/Content/images/images2014/refresh.png) no-repeat;
    display: inline-block;
}

.frow {
    width: 100%;
}
/** signup form css ends **/

/** singup success styles start **/
.sgupSuccess {
    position: relative;
    background: #F35F59;
    display: none;
    border-radius: 3px; /*padding: 60px 20px 20px;*/
    z-index:300;
}

.sgupTop {
    background: #fff;
    padding: 30px 35px;
    border-radius: 2px 2px 0 0;
    border-radius: 0 0 48% 40%;
    -webkit-border-radius: 0 0 48% 40%;
    -moz-border-radius: 0 0 48% 40%;
}

    .sgupTop h5, .sgupTop p {
        color: #4A4A4A;
        text-align: center;
        font-size: 60px;
        font-family: 'open_sansbold';
    }

    .sgupTop h5 {
        font-family: 'open_sansbold';
        font-size: 3em;
        text-transform: capitalize;
        margin-bottom: 5px;
    }

    .sgupTop p {
        font-family: 'open_sansregular';
        font-size: 19px;
    }

    .sgupTop p, .sgupMsg h5, .sgupMsg p {
        line-height: 23px;
    }

        .sgupTop p span {
            font-family: 'open_sanssemibold'
        }

.sgupMsg {
    background: url(/Content/images/tick.svg) no-repeat center 60px;
    padding: 110px 35px 50px;
    margin-bottom: 38px;
    background-size: 40px;
}
.shadowSuccess {
    width: 111px;
    height: 13px;
    margin: 0 auto 30px auto;
    opacity: 0.05;
    background: #000000;
    border: 1px solid #979797;
    border-radius: 100%;
}

    .sgupMsg h5, .sgupMsg p {
        color: #fff;
        text-align: center;
    }

    .sgupMsg h5 {
        font-family: 'open_sansbold';
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .sgupMsg p {
        font-family: 'open_sansregular';
        font-size: 1.4em;
        margin-bottom: 13px;
    }

        .sgupMsg p a {
            color: #f77462;
            text-decoration: underline;
        }



    .sguplnk:hover {
        background: #d24e40;
    }

#ContactOverlayForm .sgupMsg, #ContactOverlayForm .sgupMsg p {
    margin-bottom: 0;
    font-size: 12px; 
    font-family: 'open_sansregular';
}
/** singup success styles end **/


.signUpForm  .su-complete-wrapper {
    display: block;
    width: 100%;
}

.signUpForm  .su-complete-wrapper .left-block{
    
    float: inherit;
    max-width: 100%;
    padding-top:40px;
    border-right: none;
    text-align:center;
}

.signUpForm  .su-complete-wrapper .right-block{
    width: 100%;
    padding-left: 0px;
    padding-top: 40px;
    text-align:center;
}

.signUpForm .su-complete-wrapper .right-block .right-block-child{
    display: block;
    padding: 20px 0px;
}
    .signUpForm .su-complete-wrapper .right-block h2 {
        text-align: center;
    }
.signUpForm .right-block-right-child .btn{
    border:0 none;
    

}
.signUpForm .right-block-center-child {
    margin:40px 0;
    padding:0;
}
.btn.loading:hover, .info-block .btn.loading:hover {
    background: #EA4555;
    border-radius: 50px;
    color: #fff;
    font-size: var(--cta-font-size);
    display: inline-block;
    padding: 15px 45px;
    letter-spacing: var(--global-letter-spacing);
    text-transform: uppercase;
    line-height: 1;
}

@media (max-width: 1280px) {

    .mnet-signupForm .news-block.initial #website-field.su-field, .mnet-signupForm .news-block.initial #contact-field.su-field, .mnet-signupForm .news-block.initial #email-field.su-field {
        /*width: calc(33% - 30px);*/
        width: 100%;
        display: block;
    }

    .mnet-signupForm .su-main-wrapper #website-field.su-field, .mnet-signupForm .su-main-wrapper #contact-field.su-field, .mnet-signupForm .su-main-wrapper #email-field.su-field {
        /*width: calc(25% - 30px);*/
        width: 100%;
        display: block;
    }

    .mnet-signupForm .news-block .su-main-wrapper .su-field.form-desk {
        /*width: 242px;*/
        width: 100%;
        display: block;
    }
}