/* common style starts */
* {
    margin: 0;
    padding: 0;
    -moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}
input[type="button"], input[type="submit"] {
    -webkit-appearance: initial;
}
html {
    -webkit-text-size-adjust:none;
}

a[href^=tel] {
    color:inherit;
    text-decoration:none;
}
#stflashobContainer {
    display:none;
}
input::-webkit-input-placeholder {
    color: #555 !important;
}

input::-moz-placeholder {
    color: #555 !important;
}

input:-moz-placeholder { /* Older versions of Firefox */
    color: #555 !important;
}

input:-ms-input-placeholder {
    color: #555 !important;
}
.loading_rtdiv{
    background-color: rgba(121, 121, 121, 0.64);     
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    /* border-radius: 8px; */
    background-image: url('../images/remembermilk_orange.gif');
    background-repeat: no-repeat;
    background-position: center;
}
img {
    border: 0;
}

.wrapper {
    overflow: hidden;
}

.font_open {
    font-family: 'Open Sans', sans-serif;
}

.ftrt {
    float: right;
}

.ftlt {
    float: left;
}

.font_green {
    color: #96bf48;
}

#ancPackages {
    text-decoration: underline;
}

    #ancPackages:hover {
        text-decoration: none;
    }

.clearbh {
    clear: both;
}


/* common style ends */

/* headercontent starts*/

.logo_div {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
}

.day_time {
    margin-left: 20px;
    margin-right: 10px;
    float: left;
}

.have_Questions {
    width: 100%;
    font-size: 14px;
    float: right;
}

    .have_Questions p, .have_Questions a {
        float: right;
    }

    .have_Questions a {
        margin-top: -5px;
        margin-left: 3px;
    }

.Questions_div {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 16%;
}

.wrapperbg {
    background-image: url(../images/header.jpg);
    width: 100%;
    min-height: 759px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 35px;
    margin-bottom: 35px;
    float: left;
}

.header {
    float: left;
    padding-top: 27px;
    width: 100%;
}


.callno {
    font-weight: normal;
    font-size: 14px;
}

.logo_img {
    float: left;
    margin-left: 7em;
}

.TollFreeNoTxt {
    clear: both;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 20px;
    margin-bottom: 0.3em;
    font-weight: 300;
    line-height: 15px;
}

.header_div {
    margin-top: 30px;
    margin: auto;
    padding-left: 7em;
    padding-right: 2em;
}

    .header_div h1 {
        color: white;
        text-decoration: none;
        font-size: 47px;
        font-weight: 700;
        line-height: 68px;
        text-shadow: 1px 1px #000000;
    }

hr {
    position: relative;
    display: block;
    border: 0;
    top: 1.5em;
    margin-bottom: 1em;
    height: 6px;
    border-top: solid 1px rgba(128,128,128,0.2);
    border-bottom: solid 1px rgba(128,128,128,0.2);
}

.header_div hr {
    top: .5em;
    margin-bottom: 1.8em;
    border-bottom-color: rgba(192,192,192,0.35);
    box-shadow: inset 0 1px 0 0 rgba(192,192,192,0.35);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

hr:before, hr:after {
    content: '';
    position: absolute;
    top: -8px;
    display: block;
    width: 1px;
    height: 21px;
    background: rgba(128,128,128,0.2);
}

hr:before {
    left: -1px;
}

hr:after {
    right: -1px;
}

.header_div hr:before, .header_div hr:after {
    background: rgba(192,192,192,0.35);
}

.header_div .byline {
    font-size: 33px;
    margin-bottom: 10px;
    font-weight: 600;
    color: white;
    line-height: 52px;
}

.header_div ul {
    padding: 0px;
    padding-left: 0px;
    color: white;
    font-size: 19px;
    line-height: 32px;
    text-shadow: 1px 1px #000000;
    list-style-position: inside;
    margin-top: 9px;
    margin-bottom: 11px;
}

.arrowback {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url(../images/arrow1.png);
}

.header_div h2 {
    margin-left: 30px;
    text-shadow: 1px 1px #000000;
}

.header_div h2 {
   color: #96bf48;
    font-size: 37px;
    text-decoration: none;
    height: 80px;
}

.CC_not_required {
    font-size: 24px;
    margin-left: 40px;
    padding-bottom: 10px;
    color: #ffffff;
}

/*.header_div input[type="text"], .header_div input[type="password"], .header_div select, form textarea {
    background: #ffffff;
    border: solid 1px #9ac8e9;
    color: #000;
    border-radius: 0;
    box-shadow: 2px 2px 6px #000000;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 1.1em;
    padding-right: .2em;
}*/

.formrow {
    margin-left: -48px;
}

    .formrow div:nth-child(4) {
        padding-left: 0px;
    }

.email_width {
    width: 346px;
}

.txtPhone_width {
    width: 313px;
}

.formrow div {
    float: left;
    padding-left: 43px;
    padding-bottom: 18px;
}

    .formrow div .TollFreeNoBtnHeader {
        padding: 16px 10% 16px 10%;
        font-size: 14px;
        background-color: #96bf48;
        border: 0;
        color: white;
        box-shadow: 2px 2px 6px #000000;
        outline: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        appearance: none;
        width: 365px;
    }

.TollFreeNoBtnHeader:hover {
    text-decoration: underline;
}

.tryit_header {
    color: white;
    font-size: 19px;
    margin-bottom: 30px;
    text-shadow: 1px 1px #000000;
}
/* header content ends*
	/* below fold content starts*/
.container2_main {
    float: left;
}

.container2 {
    max-width: 1044px;
    clear: both;
    width: 100%;
    margin: auto;
}

.c2_AsSeenOn {
    margin-top: 22px;
    width: 100%;
}

.c2_AsSeenOn_logo img {
    float: left;
    margin-right: 3%;
    margin-left: 3%;
    width: auto;
}

.c2_AsSeenOn_Txt {
    font-weight: 300;
    font-size: 30px;
    color: #666666;
    width: 24%;
    float: left;
    text-align: right;
    line-height: 65px;
}

.c2_AsSeenOn_logo {
    width: 75%;
    float: left;
}

    .c2_AsSeenOn_logo p {
        text-align: center;
    }

.Phone_Solution {
    width: 100%;
    text-align: center;
    font-size: 40px;
    clear: both;
    font-weight: 300;
    padding-top: 6px;
    float: left;
    color: #666666;
    padding-right: 10%;
    margin-top: 15px;
}

.Nohw_Nosw {
    clear: both;
    width: 98%;
    float: left;
    border: 1px solid #bebebe;
    margin: 0 1% 0 1%;
    position: relative;
    color: #666666;
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #ffffff 41%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(41%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e2e2e2 0%,#ffffff 41%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e2e2e2 0%,#ffffff 41%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e2e2e2 0%,#ffffff 41%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e2e2e2 0%,#ffffff 41%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.TollFreeNoBtn {
    padding: 15px;
    font-size: 14px;
    background-color: #96bf48;
    border: 0;
    color: white;
    position: absolute;
    right: 38px;
    top: 46px;
    -webkit-appearance:none;
}

    .TollFreeNoBtn:hover {
        text-decoration: underline;
    }

.pt {
    float: left;
    margin-top: 30px;
    clear: both;
}

    .pt img, .pt > div {
        float: left;
    }

.ptnumbers {
    font-size: 30px;
}

.pttxt {
    font-size: 20px;
}

.pt > div {
    margin-top: 12px;
    margin-left: 20px;
}

.pt1 {
    margin-left: 5%;
}

.pt2 {
    margin-left: 10%;
}

.pt3 {
    margin-left: 15%;
}

.pt4 {
    margin-left: 37%;
}

.Nohw_Nosw_Txt {
    font-size: 28px;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 25px;
}

.Place_NewNo {
    clear: both;
    width: 98%;
    float: left;
    height: 400px;
    margin: 1.5% 1% 0 1%;
    border: 1px solid #bebebe;
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #ffffff 41%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(41%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e2e2e2 0%,#ffffff 41%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e2e2e2 0%,#ffffff 41%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e2e2e2 0%,#ffffff 41%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e2e2e2 0%,#ffffff 41%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.Place_NewNo_img {
    background-image: url(../images/mac.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    float: left;
}

.TollFreeNoBtn2 {
    padding: 15px;
    font-size: 14px;
    background-color: #96bf48;
    border: 0;
    color: white;
    margin-top: 48px;
    float: left;
    margin-left: 134px;
}

    .TollFreeNoBtn2:hover {
        text-decoration: underline;
    }

.Place_NewNo_Txt {
    font-size: 36px;
    font-weight: 300;
    width: 60%;
    margin-top: 124px;
    margin-left: 2%;
    color: #020101;
}

.arrow_down {
    border-bottom: 20px solid green;
    border-left: 20px solid green;
    width: 0;
    height: 0;
}

.For_Calls {
    clear: both;
    width: 98%;
    float: left;
    height: auto;
    margin: 0% 1% 0 1%;
    border: 1px solid #bebebe;
    position: relative;
    background: #dfe4e7; /* Old browsers */
    background: -moz-linear-gradient(top, #dfe4e7 0%, #f3f8fb 41%, #f3f8fb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe4e7), color-stop(41%,#f3f8fb), color-stop(100%,#f3f8fb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dfe4e7 0%,#f3f8fb 41%,#f3f8fb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dfe4e7 0%,#f3f8fb 41%,#f3f8fb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dfe4e7 0%,#f3f8fb 41%,#f3f8fb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dfe4e7 0%,#f3f8fb 41%,#f3f8fb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe4e7', endColorstr='#f3f8fb',GradientType=0 ); /* IE6-9 */
}

.call_screening {
    clear: both;
    width: 98%;
    float: left;
    height: 380px;
    margin: 0% 1% 0 1%;
    border: 1px solid #bebebe;
    background-image: url(../images/women_writing.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

.call_screening_Txt {
    font-size: 30px;
    font-weight: 300;
    width: 58%;
    margin-top: 124px;
    margin-left: 2%;
    float: right;
    color: #020101;
}

.TollFreeNoBtn3 {
    padding: 15px;
    font-size: 14px;
    background-color: #96bf48;
    border: 0;
    color: white;
    margin-top: 46px;
    float: right;
    margin-right: 51px;
    clear: both;
}

    .TollFreeNoBtn3:hover {
        text-decoration: underline;
    }

.IncomingCall {
    clear: both;
    width: 98%;
    float: left;
    height: 400px;
    margin: 0% 1% 0 1%;
    background: #dfe4e7; /* Old browsers */
    background: -moz-linear-gradient(top, #dfe4e7 0%, #f3f8fb 41%, #f3f8fb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe4e7), color-stop(41%,#f3f8fb), color-stop(100%,#f3f8fb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dfe4e7 0%,#f3f8fb 41%,#f3f8fb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dfe4e7 0%,#f3f8fb 41%,#f3f8fb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dfe4e7 0%,#f3f8fb 41%,#f3f8fb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dfe4e7 0%,#f3f8fb 41%,#f3f8fb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe4e7', endColorstr='#f3f8fb',GradientType=0 ); /* IE6-9 */
    border: 1px solid #bebebe;
}

.IncomingCall_img {
    background-image: url(../images/iphone_incoming.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.IncomingCall_Txt {
    font-size: 30px;
    font-weight: 300;
    width: 60%;
    margin-top: 184px;
    margin-left: 2%;
    color: #020101;
}

.calling_From {
    clear: both;
    width: 98%;
    float: left;
    height: 430px;
    margin: 0% 1% 0 1%;
    border: 1px solid #bebebe;
    border-bottom: 0px;
    background-image: url(../images/iphone_from.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.calling_From_Txt {
    font-size: 30px;
    font-weight: 300;
    width: 50%;
    margin-top: 124px;
    margin-left: 2%;
    float: right;
    color: #020101;
    margin-right: 7%;
}

.TollFreeNoBtn4 {
    padding: 15px;
    font-size: 14px;
    background-color: #96bf48;
    border: 0;
    color: white;
    margin-top: 46px;
    float: right;
    margin-right: 51px;
    clear: both;
}

    .TollFreeNoBtn4:hover {
        text-decoration: underline;
    }

.borderdiv {
    clear: both;
    margin: 0% 1% 0 1%;
    border-right: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
    width: 98%;
    float: left;
}

.greenbar {
    width: 86%;
    height: 1px;
    background-color: #96bf48;
    margin: auto;
}

.Features_Txt {
    width: 100%;
    text-align: center;
    font-size: 40px;
    clear: both;
    font-weight: 300;
    margin-top: 27px;
    float: left;
    color: #666666;
    padding-bottom: 18px;
    font-weight: 500;
}

.Features_list {
    clear: both;
    width: 98%;
    float: left;
    margin: 0% 1% 0 1%;
    border: 1px solid #bebebe;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #dfe4e7; /* Old browsers */
    background: -moz-linear-gradient(top, #dfe4e7 0%, #f3f8fb 41%, #f3f8fb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe4e7), color-stop(41%,#f3f8fb), color-stop(100%,#f3f8fb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dfe4e7 0%,#f3f8fb 41%,#f3f8fb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dfe4e7 0%,#f3f8fb 41%,#f3f8fb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dfe4e7 0%,#f3f8fb 41%,#f3f8fb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dfe4e7 0%,#f3f8fb 41%,#f3f8fb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe4e7', endColorstr='#f3f8fb',GradientType=0 ); /* IE6-9 */
}

.fl {
    float: left;
    list-style-type: none;
    margin-left: 15%;
    font-size: 16px;
    line-height: 33px;
    color: #545655;
}

.app_download_dicv {
    width: 35%;
}

.app_download {
    width: 230px;
    font-size: 14px;
    background-image: url(../images/greenarrow.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 50px;
    float: left;
    margin-bottom: 20px;
}

    .app_download a img {
        margin: 10% 10% 0 10%;
        ;
    }

.happy_customers {
    width: 72%;
    float: left;
    margin-left: 3%;
    padding-bottom: 2%;
}

.happy_customers_txt {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #666666;
}

.Ins_Act {
    clear: both;
    width: 98%;
    float: left;
    margin: 0% 1% 0 1%;
    border-top: 1px solid #bebebe;
    padding-right: 2px;
    padding-bottom: 70px;
    padding-top: 70px;
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #ffffff 41%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(41%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e2e2e2 0%,#ffffff 41%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e2e2e2 0%,#ffffff 41%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e2e2e2 0%,#ffffff 41%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e2e2e2 0%,#ffffff 41%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.cc_bottom_btn p {
    float: left;
    clear: both;
}

.cc_bottom_btn {
    margin-left: 10%;
    font-size: 24px;
    font-weight: 300;
    float: left;
}

.TollFreeNoBtn5 {
    padding: 15px;
    font-size: 14px;
    background-color: #96bf48;
    border: 0;
    color: white;
    margin-top: 12px;
    float: right;
    margin-right: 147px;
}

    .TollFreeNoBtn5:hover {
        text-decoration: underline;
    }

.copyright {
    max-width: 1044px;
    clear: both;
    width: 100%;
    margin: auto;
    margin: auto;
}

.footer {
    background-color: #2B252C;
    padding-top: 50px;
    padding-bottom: 50px;
    clear: both;
}

.menu li {
    float: left;
    padding-left: 25px;
    margin-right: 25px;
    list-style-type: none;
    border-left: 1px solid rgba(128, 128, 128, 0.2);
    color: rgba(128, 128, 128, 0.75);
}

    .menu li a {
        color: rgba(128, 128, 128, 0.75);
        text-decoration: none;
    }

.menu {
    width: 885px;
    margin: auto;
    font-size: 14px;
}

    .menu li:first-child {
        border-left: 0px;
    }

.for_call_img1 {
    width: 45%;
    float: right;
    height: 385px;
}

.for_call_img1_main {
    background-image: url(../images/Women_calling.png);
    background-repeat: no-repeat;
    background-position: top right;
    height: 100%;
}

.for_call_txt_div {
    width: 55%;
    height: 100%;
}

.for_call_img3 {
    display: none;
}

.for_call_txt_div p {
    margin-left: 5%;
    margin-top: 8%;
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
    float: left;
}

.for_call_txt_div img {
    margin-left: 20%;
    margin-top: 2%;
    max-width: 100%;
}

.white_arrow {
    position: absolute;
    left: 48%;
    top: -3px;
}

.placeholder_for_ie {
    display: none;
}

.test_logo_div {
    width: 140px;
    margin-right: 33px;
}

.test_logo {
    width: 100%;
}

.test_logo_txt {
    width: 70%;
    font-size: 16px;
}

.testimonials_block {
    overflow: hidden;
    margin-bottom: 20px;
}

.test_logo_txt_area {
    margin-bottom: 6px;
}

.width125 {
    width: 125px;
}

.Phone_Solution p {
    float: left;
    width: 83%;
    padding-left: 6%;
}

.man_run {
    float: left;
}

.horz1_width {
    width: 93%;
}

.horz2_width {
    width: 60%;
}

.horz_inner {
    border-top: 1px solid rgba(192,192,192,0.35);
    padding-top: 4px;
    border-bottom: 1px solid rgba(192,192,192,0.35);
    width: 100%;
    box-shadow: inset 0 1px 0 0 rgba(192,192,192,0.35);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.horz {
    padding-top: 7px;
    padding-bottom: 7px;
    border-left: 1px solid rgba(192,192,192,0.35);
    border-right: 1px solid rgba(192,192,192,0.35);
    margin-bottom: .8em;
}

.packages_option {
    display: none;
}

.day_time2 {
    float: left;
      margin-right: 10px;
}

.divider_logo {
    display: none;
}

.popuplp {
    display: none;
    z-index: 31;
    width: 50%;
    position: fixed;
    top: 40%;
    left: 25%;
    z-index: 502;
}

/* below fold content ends */




/* Step 2 Starts */

.wrapper_step2 {
    background-image: url(../images/step2_bg.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  
    float: left;
}

.step2_container {
    max-width: 1200px;
    margin: auto;
}

    .step2_container h1 {
        color: white;
        text-decoration: none;
        font-size: 47px;
        font-weight: 700;
        line-height: 68px;
        text-shadow: 1px 1px #000000;
        text-align: center;
        margin-top: 2%;
    }

.horz1_width_step2 {
    width: 96%;
    margin-left: 2%;
    clear: both;
}

.horz1_width2_step2 {
    width: 96%;
    margin-left: 2%;
    clear: both;
    margin-top: 2%;
    float: left;
}

.step2_container .byline {
    font-size: 33px;
    margin-bottom: 10px;
    font-weight: 600;
    color: white;
    line-height: 40px;
    width: 600px;
    display: block;
    margin: auto;
    text-align: center;
}

.step2_container .ltdiv {
    float: left;
    display: inline-table;
}

.s2bg1 {
    width: 700px;
    margin: auto;
    margin-top: 20px;
}




.wrapper_step2 .ltdiv label {
    width: 263px;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
}

/* hide input */
.wrapper_step2 .ltdiv input.radio:empty {
    margin-left: -999px;
}

    /* style label */
    .wrapper_step2 .ltdiv input.radio:empty ~ label {
        position: relative;
        float: left;
        line-height: 2.2em;
        text-indent: 3em;
        margin-top: 14px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #eeeeee;
        font-family: 'proxima_nova_ltsemibold';
        font-size: 16px;
    }

        .wrapper_step2 .ltdiv input.radio:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
            box-shadow: 0 0 0 3px #999;
            content: '\2714';
            text-indent: .9em;
            color: #C2C2C2;
        }

/* toggle hover */


.wrapper_step2 .ltdiv input.radio:hover:not(:checked) ~ label {
    color: #888;
}

/* toggle on */
.wrapper_step2 .ltdiv input.radio:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #c4e499;
    background-color: #94cc48;
}

.wrapper_step2 .ltdiv input.radio:checked ~ label {
    color: #777;
}

.wrapper_step2 .ltdiv .r_main {
    float: left;
    clear: both;
}

.redstar {
    color: red;
}


/* new left radio starts */


    .ltdiv label {
background-color: #eeeeee;
font-family: 'proxima_nova_ltsemibold';
font-size: 16px;
float: left;
line-height: 2.2em;
text-indent: 3em;
margin-top: 14px;
cursor: pointer;
  position: relative;
        float: left;
		   -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
		  width: 263px;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
		clear:both;
        color:#777;
    }
	
	   .ltdiv label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
            box-shadow: 0 0 0 3px #999;
            content: '\2714';
            text-indent: .9em;
            color: #C2C2C2;
        }
		
		
.ltdiv input[type="radio"]
{
	display:none;
}

.ltdivRad {
 
   color: #000 !important;
}
.ltdiv label.ltdivRad:before {
content: '\2714';
text-indent: .9em;
color: #c4e499;
background-color: #94cc48;
}
.rtdiv label.ltdivRad:before {
content: '\2714';
text-indent: .9em;
color: #c4e499;
background-color: #94cc48;
}

/* new left radio ends */


/* new right radio starts */


    .rtdiv label {
background-color: #eeeeee;
font-family: 'proxima_nova_ltsemibold';
font-size: 15px;
float: left;
line-height: 2em;
margin-top: 14px;
cursor: pointer;
position: relative;
float: left;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
color:#777;
clear: both;
margin-left:15px;
padding-left:50px;
}
	
	   .rtdiv label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
            box-shadow: 0 0 0 3px #999;
            content: '\2714';
            text-indent: .9em;
            color: #C2C2C2;
        }
		
		
.rtdiv input[type="radio"]
{
	display:none;
}

.rtdivRad {
 
   color:#777;
}
.ltdiv label.ltdivRad:before {
content: '\2714';
text-indent: .9em;
color: #c4e499;
background-color: #94cc48;
}
/* new right radio ends */
#radTollfreenumbers {
    clear:both;
    padding-right:15px;
    margin-bottom:12px;
}
/* radio focus */

.White_Div {
    width: 100%;
    height: 100%;
}

.rtdiv {
    float: left;
    margin-left: 4%;
    margin-top: 12px;
}

    .rtdiv .whiteDiv {
        float: left;
        border-radius: 8px;
        background-color: white;
        width:405px;
        min-height:193px;
    }



    .rtdiv label {
        width: 125px;
        border-radius: 3px;
        border: 1px solid #D1D3D4;
    }

    /* hide input */
    .rtdiv input.radio {
        display: none;
    }

        /* style label */
        .rtdiv input.radio:empty ~ label {
            position: relative;
            float: left;
            line-height: 2em;
            text-indent: 3em;
            margin-top: 14px;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-color: #eeeeee;
            font-family: 'proxima_nova_ltsemibold';
            font-size: 15px;
        }

            .rtdiv input.radio:empty ~ label:before {
                position: absolute;
                display: block;
                top: 0;
                bottom: 0;
                left: 0;
                content: '';
                width: 2.5em;
                background: #D1D3D4;
                border-radius: 3px 0 0 3px;
                box-shadow: 0 0 0 3px #999;
                content: '\2714';
                text-indent: .9em;
                color: #C2C2C2;
            }

        /* toggle hover */


        .rtdiv input.radio:hover:not(:checked) ~ label {
            color: #888;
        }

        /* toggle on */
        .rtdiv input.radio:checked ~ label:before {
            content: '\2714';
            text-indent: .9em;
            color: #c4e499;
            background-color: #94cc48;
        }

        .rtdiv input.radio:checked ~ label {
            color: #777;
        }

    .rtdiv .r_main {
        float: left;
        margin-left: 15px;
        margin-left: 15px;
    }

.r_numbers {
    width: 400px;
    margin-bottom: 15px;
    float: left;
}

.step2_btn {
    padding: 12px 21px;
    font-size: 19px;
    background-color: #96bf48;
    border: 0;
    color: white;
    float: left;
    clear: both;
    margin-left: 77px;
    margin-bottom: 24px;
    font-family: 'proxima_nova_rgregular';
    box-shadow: 1px 1px 1px #000;
    cursor: pointer;
}

    .step2_btn:hover {
        text-decoration: underline;
    }

.step2_ShowMoreNo {
    font-family: 'proxima_nova_rgregular';
    font-size: 18px;
    color: blue;
    margin-left: 109px;
    margin-top: 10px;
    float: left;
    margin-bottom:20px;
}

.ShowMore_MainDiv {
}

.step2_block1 {
    display: none;
}

.step2_block2 {
    display: none;
}

.cus_vanity_num {
    width: 370px;
    float: left;
    padding: 14px 14px 0 14px;
}

.cus_vanity_num_Txt {
    font-family: 'proxima_nova_rgregular';
    font-size: 16px;
}

.cus_vanity_num_select {
  
    width: 70px;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    height: 35px;
    background-color: #eeeeee;
    font-family: 'proxima_nova_rgregular';
    font-size: 18px;
    padding: 4px 0 0 4px;
    float: left;
}

.cus_vanity_num_input {
    line-height: 2em;
    width: 130px;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    height: 34px;
    background-color: #eeeeee;
    font-family: 'proxima_nova_rgregular';
    font-size: 18px;
    padding: 0 0 0 10px;
    float: left;
    margin-left: 5px;
}

.cus_vanity_num_sec1 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.step2_btn2 {
    padding: 8px;
    font-size: 15px;
    background-color: #96bf48;
    border: 0;
    color: white;
    float: left;
    font-family: 'proxima_nova_rgregular';
    box-shadow: 1px 1px 1px #000;
    cursor: pointer;
    margin-left: 5px;
}

.step2_question {
    float: left;
    margin-left: 5px;
    width: 25px;
    margin-top: 5px;
    cursor:pointer;
}

.error_red {
    color: red;
    font-family: 'proxima_nova_rgregular';
    font-size: 14px;
    clear: both;
    display: block;
    margin-top: 15px;
    float: left;
}

.step2_ltsec_text {
    clear: both;
    width: 260px;
    color: white;
    font-family: 'proxima_nova_rgregular';
    margin-top: 30px;
    float: left;
    font-size: 15px;
}
.Exit_Close {
position: absolute;
right: -34px;
top: -14px;
cursor: pointer;
}
.BgBackground_popup {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index:1000;
    background-color: rgba(99, 98, 98, 0.76);
}

.Step3_BgBackground_popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index:1000;
      background-color: rgba(99, 98, 98, 0.76);
}

.popup_content {
    width: 50%;
    border: 2px solid red;
    background-color: white;
    margin: auto;
    padding: 0 20px 20px 20px;
    margin-top: 10%;
    border: 4px solid #6d6d6d;
}

.PopQuestionHeading {
    color: #07519A;
    font-family: 'proxima_nova_ltsemibold';
    margin-top: 30px;
    font-size: 16px;
}

.GrayQuestionPop {
    color: #686868;
    margin-bottom: 10px;
    margin-top: 30px;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 14px;
}

.popup_content_main {
    position: relative;
}

.QuestionClose {
    position: absolute;
    right: -20px;
    top: 0px;
    cursor:pointer;
}
#StateList, #SelectArea, #StateMessage {
   list-style-type: none;
margin: auto;
width: 243px;
}
.local_num_select {
line-height: 2em;
width: 101%;
border-radius: 3px;
border: 1px solid #D1D3D4;
height: 35px;
background-color: #eeeeee;
font-family: 'proxima_nova_rgregular';
font-size: 18px;
padding: 4px 0 0 4px;
float: left;
margin-bottom:6px;
}
#Box3 {
float: left;
width: 100%;
margin-top: 12px;
}
#imgUsmap {
margin: auto;
width: 165px;
display: block;
border-bottom: 12px solid white;
border-top: 12px solid white;
clear:both;
}
#Box5 {
 display: table;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 33px;
    font-weight: normal;
    height: 140px;
    line-height: 40px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}
#lblMyNumberIs {
display: table-cell;
vertical-align: middle;
}
.step2_Tollfreenumbers_red_txt {
color: red;
clear: both;
font-family: 'proxima_nova_rgregular';
margin-top:16px;
float: left;
font-size: 14px;
padding: 0 20px 0 20px;
}
/* Step 2 ends */


/* Step 3 starts */
.step3_midcontent_bg {
    background-image: url(../images/step2_bg.jpg);
    width: 100%;
}

.step3_midcontent {
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    padding: 0 1% 0 1%;
}

.tabcellmain {
    width: 100%;
    display: table;
}

.horz1_width_step3 {
    width: 100%;
    clear: both;
}


.step3_container_headtxt1 {
    color: white;
    text-decoration: none;
    font-size: 50px;

    text-shadow: 1px 1px #000000;
    font-family: 'proxima_nova_ththin';
    margin-top: 1%;
    margin-bottom:.5%;
   
    text-align:center;
}
.step3_container_headtxt2 {
        color: #96bf48;
    font-size: 24px;
     font-family: 'proxima_nova_ltsemibold';
    margin-top: 2%;
    margin-bottom:.5%;
    margin-left:15px;
    text-align:center;
    
}
.step3_container_headtxt4 {
color: white;
text-decoration: none;
font-size: 50px;
text-shadow: 1px 1px #000000;
font-family: 'proxima_nova_ththin';
margin-top: 1%;
margin-bottom: 1.5%;
text-align: center;
}
#tpnlShowPackages {
    border-radius: 15px;
    margin-left: 2%;
}

.step3_sideblock_header {
    background-color: #85c51f;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 26px;
    padding: 5px 40px;
    color: white;
    text-align: center;
}

.step3_sideblock {
    float: right;
    width: 27%;
    margin-right: 2%;
    margin-left: 1%;
}

.step3_sideblock_txt1 {
    font-size: 18px;
    font-family: 'proxima_nova_ththin';
    color: white;
    margin-top: 18px;
    text-align: justify;
}

    .step3_sideblock_txt1 span {
        font-family: 'proxima_nova_ltsemibold';
    }

.step3_sideblock ul {
    list-style-type: disc;
    margin-top: 17px;
    font-size: 18px;
    color: white;
    text-align: justify;
    list-style-position: outside;
    padding-left: 20px;
}

    .step3_sideblock ul li {
        margin-bottom: 14px;
        font-family: 'proxima_nova_ththin';
    }

        .step3_sideblock ul li span {
            font-family: 'proxima_nova_ltsemibold';
        }

.step3_sideblock_txt2 {
    font-size: 18px;
    font-family: 'proxima_nova_ththin';
    color: white;
    margin-top: 93px;
    text-align: justify;
}

    .step3_sideblock_txt2 span {
        font-family: 'proxima_nova_ltsemibold';
    }

.step3_midcontent2_main {
    width: 100%;
}

.step3_midcontent2 {
    max-width: 938px;
    margin: auto;
    overflow: hidden;
    padding: 0 1% 0 1%;
    padding-top: 0px;
    background-color: white;
    background-position: 0 50px;
}

.step3_midcontent2_block1 {
    width: 46%;
    margin-right: 8%;
    float: left;
}

.step3_midcontent2_block1_txt1 {
    font-size: 35px;
    font-family: 'proxima_nova_ththin';
    padding: 16px 0 16px 0;
}


.step3_midcontent2_block1_input1::-webkit-input-placeholder  {
  font-family: 'proxima_nova_rgregular';
}

.step3_midcontent2_block1_input1::-moz-placeholder {
  font-family: 'proxima_nova_rgregular' ;
}

.step3_midcontent2_block1_input1:-ms-input-placeholder { 
  font-family: 'proxima_nova_rgregular';
}


.step3_midcontent2_block2 input::-webkit-input-placeholder {
    font-family: 'proxima_nova_rgregular' ;
}
.step3_midcontent2_block2 input::-moz-placeholder {
    font-family: 'proxima_nova_rgregular' ;
}
.step3_midcontent2_block2 input:-ms-input-placeholder {
    font-family: 'proxima_nova_rgregular' ;
}




.step3_midcontent2_block1_input1 {
width: 98%;
background-color: #eeeeee;
border: 1px solid #d6d7d9;
font-size: 16px;
color: #474646;
padding: 8px;
    font-family: 'proxima_nova_ltsemibold';
margin-bottom: 15px;
border-radius:3px;
}
.step3_form_div_dd, .step3_form_div_dd2{
    width:98%;
    height:20px;

}

.step3_midcontent2_block1_select {
width: 110%;
background-color: #eeeeee;
border: 1px solid #d6d7d9;
font-size: 16px;
color: #474646;
padding: 7px 0%;
    font-family: 'proxima_nova_ltsemibold';
margin-bottom: 15px;
border-radius: 3px;
}
.step3_midcontent2_block1 input:nth-child(even) {
    margin-right: 6%;
}

.step3_midcontent2_block2 {
    width: 46%;
    float: left;
}


.step3_midcontent2_block2_txt1 {
    font-size: 35px;
    font-family: 'proxima_nova_ththin';
    padding: 16px 0 16px 0;
}

.step3_midcontent2_block2_txt2 {
    font-size: 14px;
    font-family: 'proxima_nova_rgregular';
}

.step3_midcontent2_block2_input1 {
    width: 56%;
    background-color: #eeeeee;
    border: 1px solid #d6d7d9;
    font-size: 16px;
    color: #474646;
    padding: 8px;
    font-family: 'proxima_nova_ltsemibold';
    margin-bottom: 15px;
    border-radius: 3px;
    clear: left;
    float: left;
}

.step3_midcontent2_block2_select {
    width: 29%;
    background-color: #eeeeee;
    border: 1px solid #d6d7d9;
    font-size: 16px;
    color: #474646;
padding: 7px 0%;
font-family: 'proxima_nova_ltsemibold';
margin-bottom: 15px;
border-radius: 3px;
}

.step3_midcontent2_block2_txt3 {
    font-size: 14px;
    font-family: 'proxima_nova_rgregular';
    float: left;
    margin-top: 7px;
    margin-right: 8px;
}

.step3_midcontent2_block2_input2 {
    width: 60px;
    background-color: #eeeeee;
    border: 1px solid #d6d7d9;
    font-size: 16px;
    color: #474646;
padding: 7px 0%;
font-family: 'proxima_nova_ltsemibold';
margin-bottom: 15px;
border-radius: 3px;
    float: left;
    margin-right: 8px;
 
}

.clrbth {
    clear: both;
}

.step3_midcontent2_block2_txt4 {
    font-size: 14px;
    font-family: 'proxima_nova_ththin';
    float: left;
    margin-top: 7px;
}

.display_step3 {
    display: none;
}

.popupalign {
    height: 560px;
    float: left;
    width: 788px;
}

.step3_midcontent2_block3 {
    width: 46%;
    margin-right: 8%;
    float: left;

}
    .step3_midcontent2_block3 .c2_AsSeenOn {
        margin-top: 0px;
    }
    .step3_midcontent2_block3 .c2_AsSeenOn .c2_AsSeenOn_Txt {
        width:100%;
        text-align: center;
        font-size: 35px;
font-family: 'proxima_nova_ththin';
    }

.c2_AsSeenOn_logo_step3{
    display:block;
    margin:auto;
    width:260px;
clear: both;
    display: table;
}
        .step3_midcontent2_block3 .c2_AsSeenOn .c2_AsSeenOn_logo p {
            text-align: center;
            width: 50%;
            float:left;
        }
.step3_midcontent2_block4 {
    width: 46%;
    float: left;
    margin-bottom:50px;
}

.step3_midcontent2_block4_order {
    border: 1px solid #6faa2f;
    width: 94%;
    float: left;
}

.step3_midcontent2_block4_order_r1 {
    background-color: #eeeeee;
    float: left;
    width: 100%;
    color: #474646;
    font-size: 18px;
    border-bottom: 1px solid #6faa2f;
    line-height: 40px;
    font-family: 'proxima_nova_rgregular';
}

.step3_midcontent2_block4_order_c1 {
    width: 77%;
    float: left;
    margin-left: 3%;
}

.step3_midcontent2_block4_order_c2 {
    width: 20%;
    float: left;
    text-align: center;
}

.step3_midcontent2_block4_order_r2 {
    font-family: 'proxima_nova_ltsemibold';
    float: left;
    width: 100%;
    color: #474646;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.step3_midcontent2_block4_order_break {
    border-bottom: 1px solid #6faa2f;
    clear: both;
    margin: auto;
    width: 90%;
}

.step3_midcontent2_block4_order_r2_c1 {
    width: 77%;
    float: left;
    margin-left: 3%;
}

.greentxt {
    color: #6eaa2f;
}

.step3_midcontent2_block4_order_r2__c2 {
    width: 17%;
    float: left;
    text-align: right;
    color: #6eaa2f;
}

.step3_midcontent2_block4_order_r3 {
    font-family: 'proxima_nova_ltsemibold';
    float: left;
    width: 100%;
    color: #474646;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.step3_midcontent2_block4_order_r3_c1 {
    width: 77%;
    float: left;
    margin-left: 3%;
}

.step3_midcontent2_block4_order_r3__c2 {
    width: 17%;
    float: left;
    text-align: right;
    color: #6eaa2f;
}


.step3_midcontent2_block4_order_r4 {
    font-family: 'proxima_nova_ltsemibold';
    float: left;
    width: 100%;
    color: #474646;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.step3_midcontent2_block4_order_r4_c1 {
    width: 77%;
    float: left;
    margin-left: 3%;
}

.step3_midcontent2_block4_order_r4__c2 {
    width: 17%;
    float: left;
    text-align: right;
    color: #6eaa2f;
}
.step3_form_div {
 display: inline-block;
width: 43%;
margin-right: 6%;
}
.display_ie9 {
      clear:both;
   display:none;
   
}
.TrialDisclamir{
clear: both;
font-family: 'proxima_nova_rgregular';
font-size: 14px;
margin-top: 50px;
float: left;
}
.step3_btn1 {
padding: 8px;
font-size: 15px;
background-color: #96bf48;
border: 0;
color: white;
float: right;
font-family: 'proxima_nova_rgregular';
box-shadow: 1px 1px 1px #000;
cursor: pointer;
margin-left: 5px;
width:60%;
}
    .step3_btn1:hover,  .step3_btn2:hover {
        text-decoration:underline;
    }

    .step3_cc_TandC_txt {
clear: both;
font-family: 'proxima_nova_ltlight';
font-size: 14px;

margin-top: 50px;
width: 60%;
margin: auto;
padding-top: 26px;
cursor:pointer;
}
    .step3_btn2 {
padding: 8px;
font-size: 24px;
background-color: #96bf48;
border: 0;
color: white;

font-family: 'proxima_nova_rgregular';
box-shadow: 1px 1px 1px #000;
cursor: pointer;
width: 58.2%;
margin: auto;
display: block;
margin-top: 17px;
float: left;
margin-left: 85px;

}
#Overdial {
    clear:both;
float: left;
padding: 14px 14px 0 14px;
}
#Overdial p {
color: #686868;
margin-bottom: 10px;
margin-top: 10px;
font-family: 'proxima_nova_rgregular';
font-size: 14px;
}
.step2_question2 {
float: left;
margin-left: 5px;
width: 22px;
margin-top: -2px;
}
.eulapopup {
    width: 102%;
    border: 0;
    margin-top: 0px;
    outline: -5px;
    outline: 0;
    overflow-x: hidden;
}
.NormalRed
{
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	color: #ff0066;
}
.progress2
{
	float: left;
	margin: 15px;
}
#overlayEffect1
{
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.6;
	opacity: 0.6;
    right:0;
    bottom:0;
}
#overlayEffect
{
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.6;
	opacity: 0.6;
    right:0;
    bottom:0;
}
#overlayEffectA
{
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.6;
	opacity: 0.6;
    right:0;
    bottom:0;
}
.aTag {
    color:#3838f2;
    text-decoration: underline;
    cursor:pointer;
}
.step3_popup_content_main {
position: relative;

}
.step3_popup_content {
width: 50%;
border: 2px solid red;
background-color: white;
margin: auto;
padding: 0 20px 30px 20px;
margin-top: 10%;
border: 4px solid #6d6d6d;
top: 0%;
display: block;
position:fixed;
z-index:1000000;
left:25%;
}
.step3_popup_content_callout {
width: 50%;
border: 2px solid red;
background-color: white;
margin: auto;
padding: 0 20px 30px 20px;
margin-top: 10%;
border: 4px solid #6d6d6d;
top: 0%;
display: block;
position:absolute;
z-index:1000000;
left:25%;
}
.step3_popup_content2 {
width: 40%;
border: 2px solid red;
background-color: white;
margin: auto;
padding: 0 20px 30px 20px;
margin-top: 10%;
border: 4px solid #6d6d6d;
top: 0%;
display: block;
position: fixed;
z-index: 1000000;
left: 29%;
}
.popup_Exit_txt {
   float: left;
    margin-bottom: 10px;
    margin-left: 4%;
}
.popup_step2
{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
}
#TitlePop {
width: 100%;
text-align: center;
font-weight: bold;
font-size: 20px;
margin-bottom: 15px;
color: #888d00;
float: left;
font-family: 'proxima_nova_ltsemibold';
margin-top: 20px;
}
#SCPopup .PopDiv1 {
width: 45%;
margin-left: 2%;
float: left;
font-size: 16px;
font-family: 'proxima_nova_ththin';
}
#SCPopup .PopDiv2 {
width: 45%;
margin-left: 3%;
float: left;
font-size: 16px;
font-family: 'proxima_nova_ththin';
}

#Imgmiddle1, #Imgmiddle {
    margin-top:10px;
}
#tTitlePop {
width: 100%;
text-align: center;
font-weight: bold;
font-size: 20px;
margin-bottom: 15px;
color: #888d00;
float: left;
font-family: 'proxima_nova_ltsemibold';
margin-top:20px;
}
.poptitle {
width: 100%;
text-align: center;
font-weight: bold;
font-size: 20px;
margin-bottom: 15px;
margin-top: 15px;
color: #888d00;
float: left;
font-family: 'proxima_nova_ltsemibold';
}


/* popup ends */

        .PopupTopalert {
background-color: white;
border: 4px solid #96bf48;
text-align: left;

font-family: 'Open Sans', sans-serif;
}
.PopupTopalert_txt {
color: #000000;
font-weight: 600;

font-size: 16px;
margin-bottom: 20px;
clear:both;
font-weight:normal;
}
.PopupTop_block {
margin: 25px;

}
.PopupTop_txt_span {
display: block;
float:left;
width:100%;
}
.PopupTopalert_txt_width {
color: #000000;
font-weight: 600;
margin-top:3px;
font-size: 16px;
margin-bottom: 20px;
width:90px;
padding-right: 10px;
font-weight:normal;
}
.s3_sc_img {
    margin-top:15px;
}
.exitpopop_txtarea {
     width: 63%;
     border:1px solid #ddd;

}
.exitpopop_txtbox {
     width: 50%;
     height:28px;
      border:1px solid #ddd;
}

.PopupTopalert_txt_banner {

background-repeat: no-repeat;
color: white;
float: left;
font-size: 16px;
font-weight: 600;
margin-bottom: 12px;

padding-top: 13px;

text-align: center;
background-color: #96bf48;
padding-bottom: 13px;
width: 100%;
border-radius:8px;

}
.PopupTopalert_btn:hover {
text-decoration: underline;
}
.PopupTopalert_btn {
height: 40px;
width: 242px;
margin-top: 5px;
border: 0;
/* border: 4px solid #96bf48; */
background-color: #96bf48;
color: white;
font-size: 18px;
font-weight: 600;
cursor: pointer;
padding:0 20px 0;
text-shadow:1px 1px 1px #000;
display: table;
margin:auto;

}
.exitpopop_but {
    clear:both;
}
#lblCCDeclineMessage {
color: red;
font-size: 12px;
font-weight: bold;
margin-bottom: 10px;
margin-top: 10px;
}

/* popup ends */



/* Step 3 ends */

/* Recap starts */

.Recap_containerh1 {
color: white;
text-decoration: none;
font-size: 47px;
font-weight: 700;
line-height: 68px;
text-shadow: 1px 1px #000000;
text-align: center;
margin-top: 2%;
font-family: 'proxima_nova_rgbold';
}
.Recap_sideblock {
background-color: white;
padding: 2%;
border-radius: 10px;
float: right;
width: 30%;
margin-right: 1%;
margin-left: 1%;
margin-bottom: 4%;
}
.Recap_sideblock_txt3 {
font-size: 16px;
font-family: 'proxima_nova_rgregular';
color: #000;
margin-top: 18px;
text-align: justify;
}

.Recap_sideblock_txt2 {
font-size: 16px;
font-family: 'proxima_nova_rgregular';
margin-top: 23px;
text-align: justify;
 color:black !important;
}
.Recap_sideblockList {
list-style-type: disc;
margin-top: 17px;
font-size: 16px;
color: #000;
text-align: justify;
list-style-position: outside;
padding-left: 20px;
}
.Recap_sideblock_header {
font-family: 'proxima_nova_ltsemibold';
font-size: 24px;
padding: 5px 40px;
color: #85c51f;
text-align: center;
}
.Recap_sideblock_txt1 {
font-size: 18px;
font-family: 'proxima_nova_ltsemibold';
color: #000;
margin-top: 18px;
text-align: justify;
}
.Recap_sideblock li {
margin-bottom: 14px;
font-family: 'proxima_nova_rgregular';
}
.Recap_lt {

float: left;
width: 60%;
padding-left: 1%;
}
.Recap_ltH1 {
font-size: 26px;
margin-bottom: 10px;
font-weight: normal;
color: #85c51f;
line-height: 39px;
font-family: 'proxima_nova_ltsemibold';
margin-bottom: 20px;
float: left;
display: block;
}
.Recap_lt_list {
padding: 0px;
padding-left: 0px;
color: white;
font-size: 19px;
line-height: 32px;
text-shadow: 1px 1px #000000;
list-style-position: inside;
margin-top: 9px;
margin-bottom: 11px;
font-family: 'proxima_nova_rgregular';
clear: both;
list-style-position: initial;
padding-left: 20px;
}
.Recap_midcontent {
max-width: 1050px;
margin: auto;
overflow: hidden;
padding: 0 1% 0 1%;
}
.Recap_lt_list span{
font-family: 'proxima_nova_rgbold';
}
.Recap_btn2 {
padding: 8px 31px;
font-size: 24px;
background-color: #96bf48;
border: 0;
color: white;
font-family: 'proxima_nova_rgregular';
box-shadow: 1px 1px 1px #000;
cursor: pointer;
margin: auto;
display: block;
clear: both;

float: left;
margin-top: -100px;
margin-left: 20%;
}
.Recap_btn2:hover {
text-decoration: underline;
}

.Recap_Update {
padding: 8px 31px;
font-size: 24px;
background-color: #96bf48;
border: 0;
color: white;
font-family: 'proxima_nova_rgregular';
box-shadow: 1px 1px 1px #000;
cursor: pointer;
margin: auto;
display: block;
clear: both;
float: left;
margin-left: 20%;
}
.Recap_Update:hover, .Recap_PopupBtn:hover {
text-decoration: underline;
}
.Recap_PopupBtn {
padding: 8px 31px;
font-size: 15px;
background-color: #96BF48;
border: 0;
color: white;
font-family: 'proxima_nova_rgregular';
box-shadow: 1px 1px 1px black;
cursor: pointer;
margin: auto;
clear: both;
}
.Recap_poup_txt {
font-size: 16px;
font-family: 'proxima_nova_rgregular';
color: #000;
margin-top: 18px;

}
    .Recap_poup_txt #EditButton {
        display: table;
text-align: center;
width: 100%;
    }
/* Recap ends */
    .progress_wait_txt {
        float: left;
margin-left: 12%;
    }
       .progress_wait {
width: 20%;
float: left;
margin-top: 4%;
margin-left: 2%;
}
       .step3_Optional_content2 {
width: 100%;
padding:1% 0 1% 0;
background-color: black;
}
        .step3_Optional_content2 .opt_txt1 {
            color: white;
             font-family: 'proxima_nova_rgbold';
            font-size: 22px;
            text-align: center;
            padding:0 10px;
        }
        .step3_Optional_content2 .opt_txt2 {
            color: white;
           font-family: 'proxima_nova_ththin';
            font-size: 18px;
            text-align: center;
            margin-top: 1%;
             padding:0 10px;
        }
            .step3_Optional_content2 .opt_txt2 span {
                font-family: 'proxima_nova_rgbold';
            }
.step3_changelink {
   
    color:#3838f2;
     text-decoration: underline;
cursor: pointer;
}
    .step3_changelink:visited {
        color:purple;
    }

.S2VanityTextMessage {
 color: black;
margin-top: 5px;
margin-bottom: 10px;
font-size: 16px;
width: 275px;
display: block;
}



        






@media (max-width: 1500px) {
    .header_div {
        padding-left: 2em;
        padding-right: 2em;
    }
}



@media (max-width: 1200px) {
    /* Step 3 starts */

    .step3_sideblock {
        clear: both;
        float: left;
        width: auto;
        margin-right: 1%;
    }

    .popupalign {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    #tpnlShowPackages {
        float: none !important;
        margin: auto;
        width: 770px;
    }

    .step3_sideblock_txt2 {
        margin-top: 10px;
    }



    /* Step 3 ends */
}
.SmsActivation
{

border-radius: 5px;
/*
box-shadow: 0px 0px 12px #B9B9B9;
 margin-bottom:30px;   
    padding-bottom: 25px;
     */
text-align:left;
padding: 20px 0 27px 20px;
font-family: 'Source Sans Pro','Open Sans', sans-serif;

float:left;


}
.SmsActivation .SubText1
{
font-size: 18px !important;
font-weight: normal !important;

}
.SmsActivation .SubHead
{
font-weight: 800;
font-size: 36px;
color:#3295E5;
}
.SmsActivation .SubText2
{
font-size: 14px !important;

font-weight: normal !important;
margin-top: 14px;
font-style:italic;
}
.SmsActivation .redstar {
color: red;
float: left;
margin-right: 3px;
font-weight: bold;
margin-top: 2px;
}
.SmsActivation .mob_number_div *
{
	float:left;
}

.SmsActivation .mob_number_div
{
margin-top: 14px;
clear: both;
float: left;
}
.SmsActivation .mob_number_div .textbox2 {
margin-top: 3px;
border: 1px solid #AAA;
padding: 5px;
margin-top: 12px;
margin-right: 3px;
width: 120px;
/* clear: both; */
margin-right: 10px;
clear:both;
}

.SmsActivation .mob_number_div .textbox1 {
margin-top: 3px;
border: 1px solid #AAA;
padding: 5px;
margin-top: -1px;
margin-right: 3px;
width: 120px;
/* clear: both; */
margin-right: 10px;
clear: both;
margin-left: 10px;
}

.SmsActivation .mob_number_div .submit_but {
display: inline-block;
background: #8dba42;
color: #fff;
text-decoration: none;
border-radius: 3px;
border: 0;
font-size: 14px;
font-weight: bold;
margin-left: 6px;
margin-top: -4px;
cursor: pointer;
background-image: url("../images/btnArrow.png");
background-position: right top;
background-repeat: no-repeat;
padding: 6px 37px 7px 8px;
font-family: arial;
line-height: 18px;
}
.SmsActivation .mob_number_div .submit_but:hover
{
background-color: #85ce15;
text-decoration: underline;
}
#UpdatePanel2 {
    clear:both;
}
#btnSubmitActCode {
    padding: 12px 29px;
    margin: auto;
    display: block;
}

.divCCDecline1 {
    background-color: White;
    border: 4px solid #6D6D6D;
    text-align: left;
    width: 650px;
    font-family: 'Open Sans', sans-serif;
}

.divCCDecline2 {
    float: right;
    height: 20px;
    margin: 4px;
    width: 20px;
}

.divCCDecline3 {
    margin: 25px;
}
 #btnSubmitActCode {
	display: inline-block;
background: #8dba42;
color: #fff;
text-decoration: none;
border-radius: 3px;
border: 0;
font-size: 14px;
font-weight: bold;
margin-left: 6px;
margin-top: 10px;
cursor: pointer;
background-image: url("../images/btnArrow.png");
background-position: right top;
background-repeat: no-repeat;
padding: 6px 37px 7px 8px;
font-family: arial;
line-height: 18px;
}
 #btnSubmitActCode:hover {
  background-color : #85ce15;
  text-decoration: underline;
}
 .Act_req_txtmsg 
 {
 width: 130px;
 }
 #form1 div.field {
width: 130px !important;
}
     .SubText2 .redstar {
        width:1%;
    }
     .SubText2 div:last-child {
          width:96%;
    }   .txtCaptcha_maindiv {
        position: relative; 
        float:left;
    }

        @media (max-width: 950px) {
    .header {
        background-image: url(../images/header2.jpg);
        background-position: bottom right;
    }
     .step3_cc_TandC_txt {
        width: 82%;
        }
        .step3_btn2 {
        float: none;
        margin-left: auto;
        }

    .wrapperbg {
        background-image: none;
        min-height: 500px;
    }

  

    .logo_img {
        margin-left: 0em;
    }

    .c2_AsSeenOn_logo {
        clear: both;
        margin: auto;
        float: none;
        width: 100%;
    }

    .header_div {
        padding-left: 1em;
    }

    .c2_AsSeenOn_logo img {
        margin-right: 1%;
        margin-left: 1%;
        float: none;
    }

    .c2_AsSeenOn_Txt {
        width: 100%;
        text-align: center;
        line-height: 40px;
    }

    .c2_AsSeenOn_logo p {
        text-align: center;
        width: 25%;
        float: left;
    }

    .pt1 {
        margin-left: 2%;
    }

    .pt2 {
        margin-left: 2%;
    }

    .pt3 {
        margin-left: 2%;
    }

    .pt4 {
        margin-left: 2%;
    }

    .pt {
        float: left;
        margin-top: 30px;
        width: 97%;
    }

        .pt > span {
            width: 24%;
            display: block;
            float: left;
        }

        .pt > div {
            width: 70%;
            float: left;
        }

    .TollFreeNoBtn {
        position: static;
        margin-top: 30px;
        margin-left: 30%;
    }

    .Place_NewNo_Txt {
        font-size: 25px;
        margin-top: 20px;
        width: 95%;
    }

    .TollFreeNoBtn2 {
        margin-top: 250px;
        float: right;
        margin-right: 20px;
    }

    .Place_NewNo_img {
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    .call_screening_Txt {
        font-size: 25px;
        font-weight: 300;
        width: 50%;
        margin-top: 20px;
        float: right;
    }

    .IncomingCall_Txt {
        font-size: 25px;
        font-weight: 300;
        width: 98%;
        margin-top: 20px;
        text-align: center;
    }

    .IncomingCall_img {
        background-image: url(../images/iphone_incoming2.png);
        background-position: bottom center;
    }

    .calling_From_Txt {
        font-size: 25px;
        font-weight: 300;
        width: 100%;
        margin-top: 20px;
        text-align: center;
        margin-right: 0;
    }

    .calling_From {
        background-image: url(../images/iphone_from2.png);
        background-position: bottom center;
        height: 482px;
    }

    .TollFreeNoBtn3 {
        margin-top: 100px;
    }

    .TollFreeNoBtn4 {
        margin-top: 288px;
    }

    .app_download {
        float: none;
        margin: auto;
        margin-bottom: 20px;
    }

    .happy_customers {
        width: 90%;
        float: none;
        margin: auto;
    }

        .happy_customers img {
            width: 100%;
        }

    .menu li {
        float: none;
    }

    .menu {
        width: 340px;
    }

    .for_call_img3 {
        display: block;
        width: 45%;
        float: right;
    }

    .for_call_img1 {
        display: none;
    }

    .test_logo_txt {
        width: 73%;
    }

    .test_logo_div {
        width: 20%;
    }

    .formrow > div {
        clear: both;
        width: 50%;
    }

    .formrow div input {
        width: 100%;
    }

    .horz1_width {
        width: 100%;
    }

    .horz2_width {
        width: 100%;
    }

    .tryit_header {
        margin-bottom: 10px;
        float: left;
    }


    /* Step 3 stats*/
    #tpnlShowPackages {
        border-radius: 15px;
        margin-left: auto;
    }

    .step3_midcontent2_block1_txt1, .step3_midcontent2_block2_txt1, .step3_midcontent2_block3 .c2_AsSeenOn .c2_AsSeenOn_Txt {
        font-size: 25px;
    }


    #pnlPopup1 .PopDiv1 {
        width: 95%;
        margin-left: 2%;
        float: left;
        font-size: 14px;
        font-family: 'proxima_nova_ththin';
    }

    #pnlPopup1 .PopDiv2 {
        width: 95%;
        margin-left: 2%;
        float: left;
        font-size: 14px;
        font-family: 'proxima_nova_ththin';
    }

    #SCPopup .PopDiv1 img, #SCPopup .PopDiv2 img {
        width: 80%;
    }

    .step3_midcontent2_block3 .c2_AsSeenOn .c2_AsSeenOn_Txt {
        padding: 16px 0 16px 0;
    }
    /* Step 3 ends */
    .Act_req_txtmsg {
        clear: both;
    }

    .SmsActivation .SubText1 {
        margin-bottom: 12px;
    }

    .SmsActivation .mob_number_div .textbox1 {
        margin-left: 0px;
    }

    .SubText2 .redstar {
        width: 2%;
    }

    #form1 label.placeholder span {
        left: 8px !important;
    }

    #form1 div.field {
        width: 120px !important;
    }

    .SmsActivation .SubHead {
        font-weight: 800;
        font-size: 26px;
        color: #3295E5;
    }

    .SmsActivation {
        padding: 20px 0 27px 10px;
    }
}


@media (max-width: 750px) { 


.c2_AsSeenOn_Txt, .Phone_Solution, .pttxt, .Nohw_Nosw_Txt, .Place_NewNo_Txt, .call_screening_Txt, .IncomingCall_Txt, .calling_From_Txt,.call_screening_Txt, .for_call_txt_div p, .header_div ul
{
font-size: 20px;	

}
.formrow {
margin-left: 0px;
}
.header {
background-image: url(../images/header3.jpg);
min-height: 500px;
}
.header_div h1, .Features_Txt, .step2_container h1 {
font-size: 30px;
line-height: 40px;
margin-bottom:20px;
margin-top:20px;
}
    .step2_container .byline {
        width:96%;
        margin-left:2%;
    }
 .header_div .byline, .header_div h2, .step2_container .byline, .step3_container_headtxt1
 {
font-size:25px;
 }
 .htw2 {
width: 98%;
}
.htw1 {
width: 98%;
}
.formrow div {
float: none;
width: 80%;
}
.for_call_txt_div p
{
	line-height:25px;
}


.c2_AsSeenOn
{
	display: table;
}
.c2_AsSeenOn_Txt
{	
display:block
}
.c2_AsSeenOn_logo 
{
display: block; 
}
.c2_AsSeenOn_Txt {
width: 100%;
float: none;
text-align: center;
line-height: 40px;
}
.c2_AsSeenOn_logo p {
text-align: center;
width: 50%;
float: left;
}

.pt > span {
width: 24%;
height: 50px;
}
.pt > div
{
	width:95%;
	clear: both;
	margin-left: 0px;
}
.TollFreeNoBtn {
margin-left: 10px;
}
.call_screening_Txt {
width: 100%;
margin-top: 10px;
text-align:center;
}
.TollFreeNoBtn2 {
margin-right: 51px;
margin-left:0px;
}
.TollFreeNoBtn3 {
margin-top: 162px;
margin-right: 0px; 
}
.TollFreeNoBtn4 {
margin-top: 125px;
margin-right: 0px; 
}
 .IncomingCall_img {
background-image: url(../images/iphone_incoming3.png);
 }
 .IncomingCall
 {
	 height:232px;
 }
 
 .calling_From {
background-image: url(../images/iphone_from3.png);
height: 265px;
 }
.call_screening {
background-image: url(../images/women_writing2.jpg);
background-position:bottom center;
height:312px;
}
.Place_NewNo_img {
background-image: url(../images/mac2.png);
}
.Place_NewNo {
height: 250px;
}
.TollFreeNoBtn2 {
margin-top: 100px;
margin-right:0;
}
.TollFreeNoBtn5 {
margin-right: 0px; 
}
.callno {
clear:both;
float:right;
margin-top: 5px;
width: 100%;
text-align: right;	
}
.Phone_Solution p {
width: 64%;
padding-left: 12%;
}
.tryit_header {
margin-left: 43px;
margin-bottom: 10px;
float: left;
}
.day_time
{
margin-right: 0px; 	
}
.c2_AsSeenOn {
margin-top: 0px;
}


/* Step 2 Starts */

.rtdiv {
margin: auto;
float: none;
margin-top: 20px;
}
.step2_container .ltdiv 
{
margin: auto;
float: none;
display: table;
}
.s2bg1 {
display: table;
width: auto;
}
.step2_ltsec_text {
margin-top: 20px;
font-size: 12px;
}
.popup_content
{
width: 80%;
margin-top: 5%;
}
    .exitpopop_txtarea  {
         width: 50%;
    }

/* Step 2 ends */


/* Step 3 starts */
    .step3_sideblock_txt1, .step3_sideblock ul,.step3_sideblock_txt2  {
        font-size: 16px;
    }
    .step3_sideblock_header {
        font-size: 20px;
    }
    .step3_midcontent2_block1 {
        width: 100%;
        margin-right:0;
    }
    .step3_midcontent2_block2 {
        width: 100%;
        float: left;
        clear: both;
        margin-top:5%;
    }
    .TrialDisclamir {
        margin-top: 5%;
    }
    .step3_midcontent2_block1_input1, .step3_midcontent2_block1_select, .step3_midcontent2_block2_input1, .step3_midcontent2_block2_select {
        margin-bottom: 15px;
    }
    .display_step3 {
        display:block;
    }
    .step3_midcontent2_block3 {
width: 100%;
float: left;
clear: both;
}
    .step3_midcontent2_block4{
width: 100%;
float: left;
clear: both;
   margin-top:5%;
}
    .step3_midcontent2_block4_order {
        width:100%;
    }
    .step3_midcontent2_block2_input1 {
        width: 96%;
    }
    .step3_popup_content {
        width: 85%;
        max-height:80%;
        overflow:auto;
        left:4%;
    }
	.step3_popup_content_callout {
        width: 85%;
        max-height:80%;
        overflow:auto;
        left:4%;
    }
      .step3_popup_content2 {
        width: 85%;
        max-height:80%;
        overflow:auto;
        left:1%;
    }
    
     
.Exit_Close {

right: -20px;
top: 0px;

}
     .step3_Optional_content2 .opt_txt1 {         
            font-size: 14px;
        }
        .step3_Optional_content2 .opt_txt2 {
            font-size: 14px;
        }
         .step3_container_headtxt1 {
        
        font-size: 40px;
        margin-top: 2%;
    }
             .step3_container_headtxt1 {
        
        font-size: 30px;
        margin-top: 2%;
    }

    .main_packages2_header p {

        font-size: 22px;
    }
    .step3_container_headtxt2 {
        font-size: 24px;
    }

/* Step 3 ends */

/* Recap Starts */


    .Recap_sideblock {
      clear: both;
width: 94%;
    }
    .Recap_lt {
  clear:both;
        width:100%;
    }
    .Recap_containerh1 {
font-size: 30px;
line-height: 40px;
margin-bottom: 20px;
margin-top: 20px;
}
    .Recap_btn2 {
float: none;
margin:auto;
}
    /* Recap ends */
        .progress_wait_txt {
float: left;
clear: both;
margin-left:0;
}
    .progress_wait {
        width:100%;
    }
        .progress_wait img {
            display: block;
            margin: auto;
        }

            .step3_midcontent2_block3 .c2_AsSeenOn .c2_AsSeenOn_logo p {
           
                width: 24%;
            }
        .step3_midcontent2_block3 .c2_AsSeenOn .c2_AsSeenOn_Txt {
            text-align:center;
            padding: 16px 0 0px 0;
}
          .step3_btn2 {
        font-size:14px;
        width:auto;
        padding:7px 20px;
    }
}

@media (max-width: 600px) 
{ 


.c2_AsSeenOn_Txt, .Phone_Solution, .pttxt, .Nohw_Nosw_Txt, .Place_NewNo_Txt, .IncomingCall_Txt, .calling_From_Txt, .header_div cl, .CC_not_required, .tryit_header, .cc_bottom_btn, .for_call_txt_div p, .call_screening_Txt, .fl, .header_div ul, .test_logo_txt
{
font-size: 14px;	

}

.header_div ul
{
	text-shadow: 1px 1px #000000;
	line-height: 22px;
}
.header_div .byline, .header_div h2, .happy_customers_txt, .step2_container .byline  {
font-size: 18px;
line-height:28px;
}
.header_div h1
{
	width:100%;
	margin-top:0;
}
.header_div
{
	padding-left:0em;
padding-right: 0;
	width: 86%;
}
.header_div h1, .Features_Txt, .step2_container h1  {
font-size: 22px;
line-height: 26px;
margin-bottom: 10px;
}

.formrow div {
float: none;
padding-left: 2%;
padding-bottom: 2%;
}
.tryit_header {
padding-left: 2%;
padding-bottom: 2%;
}
.for_call_txt_div p
{
	line-height:20px;
}

.header_div input[type="text"], .header_div input[type="password"], .header_div select, form textarea, .formrow div
 .TollFreeNoBtnHeader
{
	width:90%;
	padding:.5em;
    font-size:11px;
}
.TollFreeNoBtnHeader
{
	width:93%;
	padding:.5em;
}

.white_arrow {
left: 43%;
}
.calling_From {
background-position: bottom left;
}
.call_screening {
background-position: bottom left;
height:262px;
}
.Place_NewNo_img {
background-position: bottom left;
}
.test_logo_txt {
width: 69%;
}
.TollFreeNoBtn4, .TollFreeNoBtn3, .TollFreeNoBtn2, .TollFreeNoBtn5, .TollFreeNoBtn {
font-size: 12px;
}   
.formrow div {
width: 100%;
} 
.tryit_header {
margin-left: 0px;
}  
.TollFreeNoTxt
{
	clear: both;
width: 100%;
}
.Questions_div
{
	width: 100%;
text-align: center;
margin-top: 0;
}
.day_time2, .day_time
{
	float:none;
}
.logo_img {
margin: auto;
display: table-cell;
text-align: center;
float:none;
}
.have_Questions {
font-size: 14px;
width: 172px;
float: none;
clear: both;
margin: auto;
}
.callno
{
	text-align:center;
}

.divider_logo
{
	display:block;
	margin-left:5%;
	margin-bottom:0;
	width:90%;
}
.TollFreeNoBtn3
{
margin-top: 130px;
}
 #mylayer {
        width:90%;
        overflow:hidden;
    }

 #SCPopup .PopDiv1 {
width: 100%;
}
#SCPopup .PopDiv2 {
width: 100%;
}
 /* Recap Starts */


  
    .Recap_containerh1 {
font-size: 22px;
line-height: 26px;
margin-bottom: 10px;
}
    .Recap_ltH1 {
font-size: 18px;
line-height: 23px;
}
   .Recap_lt_list 
 {
font-size: 16px;
}
    /* Recap ends */

}




@media (max-width: 450px) {
	.txtCaptcha_maindiv {
        clear: both;
margin-top: 10px;
height: 80px;
    }
    .step3_form_div_dd, .step3_form_div_dd2 {
height: 54px;
}

    .S2VanityTextMessage {
   width: auto;
font-size: 14px;
    }

     /* Step 2 Starts 
    .r_numbers {
        width:auto;
    }
    .r_numbers {
    float: none;
    margin: auto;
    width: 250px;
}

    .rtdiv .r_main {
        float: none;
    }
    .rtdiv label {
        width: 215px;
    }
    .step2_btn {
        margin-left: 8px;
        margin-top: 20px;
        margin-right: 8px;
    }
    .step2_ShowMoreNo {
        margin-left: 39px;
    }
    .rtdiv .whiteDiv {
        margin:0 10px 0 10px;
    }
.cus_vanity_num {
    width: auto;
}
    .step2_btn2 {
        clear:both;
        margin-left:0;
        margin-top: 5px;
    }


 /*Step 2 starts */

     /* Step 2 ends */
      .step2_ShowMoreNo {
     margin-left: 50px;
margin-bottom: 13px;

    }

    #radTollfreenumbers tr td {
        display:block;
    }
    .rtdiv label {
        width: 78%;
    }
    #radTollfreenumbers {
width: 94%;

}
    .whiteDiv {
        width:100%;
    }
    .step2_btn {
    clear: both;
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 5px;
}
    .rtdiv .whiteDiv {
    
    float: left;
    width:267px;
}
    .step2_btn2 {

 margin-left: 0px; 
margin-top: 6px;
}
    .cus_vanity_num {
width: auto;
    }

       /* Step 2 ends */
/* Step 3  Starts */

 .step3_form_div {
display: inline-block;
width: 95%;
margin-right: 6%;
clear: both;
float: left;
}
  .step3_form_div {
display: inline-block;
width: 95%;
margin-right: 6%;
clear: both;
float: left;
}
    .step3_midcontent2_block1_select {
        width:104%;
    }
    .step3_midcontent2_block2_input1 {
width: 92%;
}
    .step3_container_headtxt1 {
        line-height: 30px;
        padding-top:10px;
        padding-bottom:10px;
    }
     .step3_popup_content {
/*width: auto;*/
left:1%;
}
     .step3_popup_content_callout {
width: auto;
left:1%;
}

  
     .step3_container_headtxt1 {
     
        margin-top: 6%;
    }
      .step3_midcontent2_block3 .c2_AsSeenOn .c2_AsSeenOn_logo p {
width: 50%;
}
 /* Step 3 ends */



}

