
input::-webkit-input-placeholder {
    color: #555 !important;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

html {
    -webkit-text-size-adjust: none;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}


input::-moz-placeholder {
    color: #555 !important;
}

input:-moz-placeholder { /* Older versions of Firefox */
    color: #555 !important;
}

input:-ms-input-placeholder {
    color: #555 !important;
}

input[type="button"], input[type="submit"] {
    -webkit-appearance: initial;
}

body {
    font-family: 'proxima_nova_rgregular';
}



img {
    border: 0;
}

.multiselect-container a {
    color: #000;
}

    .multiselect-container a:hover {
        text-decoration: none;
    }

.bg1 {
    background-repeat: no-repeat;
    background-position: top center;
}

p {
    margin: 0 0 0px;
}

.bg2 {
    margin-top: 67px;
    height: 40px;
    background-color: #48184C;
    box-shadow: 0 5px 10px rgba(72, 24, 76, 0.6);
    position: relative;
}

.bg3 {
    background: rgba(246,243,247,1);
    background: -moz-linear-gradient(top, rgba(246,243,247,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,243,247,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(246,243,247,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(246,243,247,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(246,243,247,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(246,243,247,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f3f7', endColorstr='#ffffff', GradientType=0 );
}

.bg3_g2 {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}


.bg3_img1 {
    margin-top: 42px;
    margin-left: 20px;
}

.srh_num {
    /* width: 95%; */
    width: 100%;
    height: 125px;
    /* background-color: rgb(252, 252, 252); */
    border: 1px solid #DABFDE;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    float: left;
}

.whose_no {
    width: 95%;
    height: 175px;
    /* background-color: rgb(252, 252, 252); */
    border: 1px solid #DABFDE;
    box-sizing: border-box;
    border-radius: 10px;
    margin-left: 3%;
    margin-right: 3%;
    position: relative;
    float: left;
    padding: 1%;
}

.shadow_bottom {
    width: 100%;
    background-image: url('images/shadow_bottom.png');
    height: 10px;
    background-size: contain;
    position: absolute;
    bottom: -10px;
    background-repeat: no-repeat;
}
/*#divModalPopup1 {
    background-image: url(images/BGshade.png);
    width: 458px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
}*/
.shadow_bottom2 {
    width: 100%;
    background-image: url('images/shadow_bottom.png');
    height: 21px;
    background-size: contain;
    position: absolute;
    bottom: -22px;
    background-repeat: no-repeat;
}

.srh_num_sec {
    clear: both;
    /* width: 620px; */
    width: 100%;
    /* float: right; */
    float: left;
}

.p1_btmsec {
    margin-top: 30px;
    border: 1px solid #DABFDE;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}

.width100 {
    width: 100%;
    clear: both;
}

.step3_popup_content_main {
    position: relative;
}

.freetrial_popup_content {
    background-color: white;
    margin: auto;
    margin-top: 10%;
    border: 4px solid #6d6d6d;
    top: 50%;
    display: block;
    position: fixed;
    z-index: 10000000;
    left: 50%;
    width: 540px;
    height: 70px;
    margin-left: -270px;
    margin-top: -35px;
}

.freetrial_popup_invalid {
    background-color: white;
    margin: auto;
    margin-top: 10%;
    border: 4px solid #6d6d6d;
    top: 50%;
    display: block;
    position: fixed;
    z-index: 1000000;
    left: 50%;
    width: 540px;
    height: 70px;
    margin-left: -270px;
    margin-top: -35px;
}

.sign_in {
    /*background-color: #48184C;*/
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

#sign_box {
    top: 26px;
    width: 188px;
    padding: 8px;
    position: absolute;
    display: none;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    z-index: 1;
    margin-left: -5px;
    padding-top: 13px;
    padding-bottom: 12px;
    background-color: #48184C;
    border-radius: 0 0 10px 10px;
}
    #sign_box div .error_msg_Email,#sign_box div .error_msg_pwd {
        color: red;
        font-family: "proxima_nova_ltlight";
        font-size: 12px;
        font-weight: normal;
        margin:0px;
    }

    #sign_box div {
        width: 159px;
   
        margin-top: 5px;
    }

.p2_btmsec {
    border: 1px solid #EFCEF2;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    width: 100%;
    position: relative;
    background-color: white;
    box-shadow: 0px 0px 5px rgb(234, 205, 236);
    float: left;
}

.logo2 {
    position: absolute;
    z-index: 1;
    top: -58px;
    left: 32px;
}

.terms {
    color: #7D3D82;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 14px;
    float: left;
    margin-left: 300px;
    padding: 15px 0 0 0;
    width:47%;
}

    .terms a {
        color: #49174d;
        text-decoration: underline;
    }

.chk_out {
    color: #49174d;
    font-family: 'proxima_nova_rgregular';
    font-size: 14px;
    float: left;
    /* margin-left: 300px; */
    padding: 15px 0;
    /* line-height: 14px; */
    float: right;
    width: 90px;
    margin-right: 40px;
    height: 40px;
    width: 84px;
    float: right;
    position: relative;
}

.mt_cart_img {
    margin-left: 3px;
}


.src_tfn {
    width: 100%;
    clear: both;
    padding-bottom: 40px;
    float: left;
}

.src_tfn_b1 {
    margin-left: 3%;
    width: 40%;
    margin-right: 3%;
    padding: 1%;
    float: left;
}

.src_tfn_b2 {
    width: 50%;
    float: left;
    margin-top: 55px;
    margin-bottom: 40px;
}

#txtMessage {
white-space: pre-wrap;
}
.h_tagtxt1 {
    color: #48184c;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 28px;
    text-align: center;
}

.src_tfn_b1_inn {
    width: 100%;
    height: 400px;
    border: 1px solid #CBCACA;
    border-radius: 10px;
}

.pack_b1_inn {
    width: 100%;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    float: left;
}

.vp_tagtxt3 {
    font-family: 'proxima_nova_ltsemibold';
    font-size: 16px;
}

.vp_tagtxt2 {
    font-family: 'proxima_nova_rgregular';
    font-size: 16px;
}

.vp_tagtxt1 {
    color: #48184c;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 28px;
    text-align: left;
    /* float: left; */
}

.src_tfn_b1_inn_txt1 {
    color: #272627;
    font-size: 18px;
    font-family: 'proxima_nova_rgbold';
    margin-top: 15px;
    float: left;
    text-align: center;
    width: 100%;
}

.src_tfn_b1_inn_select {
    width: 134px;
    padding: 3px 10px;
    border: 0px;
    font-family: 'proxima_nova_rgregular';
    font-size: 14px;
    float: left;
    border: 1px solid #ddd;
}

.src_tfn_b1_inn_inputtext {
    height: 27px;
    font-family: 'proxima_nova_rgregular';
    font-size: 14px;
    float: left;
    margin-left: 10px;
    border: 1px solid #ddd;
    padding: 0 5px;
    width: 170px;
}

.src_tfn_b1_inn_quest {
    font-family: 'proxima_nova_ltsemibold';
    float: left;
    height: 27px;
    line-height: 27px;
    width: 27px;
    text-align: center;
    background-color: #cbb4cc;
    margin-left: 5px;
    cursor: pointer;
}

.src_tfn_b1_inn_select_block {
    display: table;
    margin: auto;
    width: 89%;
}


.placement_txt {
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-left: -2.1em;
}

.placement_txt_radio {
    font-family: 'proxima_nova_rgregular';
    clear: both;
    font-size: 18px;
    /* margin: auto; */
    /* display: table; */
    /* width: 184px; */
    /*margin-left: 125px;*/
    margin-bottom: 7px;
    float: left;
}

    .placement_txt_radio label {
        font-weight: normal;
    }

    .placement_txt_radio input {
        height: 20px;
        float: left;
        width: 20px;
        margin-top: 2px !important;
        padding-top: 0;
        margin-right: 7px !important;
    }

    .placement_txt_radio span {
        float: left;
    }

.src_tfn_b1_inn_select2 {
    width: 45px;
    padding: 3px 1px;
    border: 0px;
    font-family: 'proxima_nova_rgregular';
    font-size: 14px;
    float: left;
    border: 1px solid #ddd;
    clear: both;
}

.src_tfn_b1_inn_quest2 {
    font-family: 'proxima_nova_ltsemibold';
    float: left;
    height: 24px;
    line-height: 24px;
    width: 24px;
    text-align: center;
    background-color: #cbb4cc;
    margin-left: 5px;
    cursor: pointer;
}

.Trailing {
    float: left;
    font-family: 'proxima_nova_rgregular';
    font-size: 18px;
    margin-left: 10px;
    margin-right: 4px;
}

.digits {
    display: table;
    margin: auto;
    clear: both;
    margin-top: 14px;
    margin-bottom: 10px;
    margin-left: -7px;
}

.NumberNow {
    background-color: #FCB42C;
    border: 0;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    color: #4F2644;
    border-radius: 16px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.44);
    display: table;
    margin: auto;
     line-height:20px;
}

    .NumberNow:hover {
        color: #4F2644;
        text-decoration: underline;
    }

.NumberNow2 {
    background-color: #FCB42C;
    border: 0;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    color: #4F2644;
    border-radius: 16px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.44);
    line-height:20px;
}

    .NumberNow2:hover {
        color: #4F2644;
        text-decoration: underline;
    }

.submit_order {
    background-color: #FCB42C;
    border: 0;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    color: #4F2644;
    border-radius: 16px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.44);
    /* display: table; */
    /* margin: auto; */
    width: 260px;
     line-height:20px;
}

.submit_o {
    margin-top: 11px;
}

.NumberNow2:hover {
    color: #4F2644;
    text-decoration: none;
}

.NumberNow:hover, .NumberNow2:hover {
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.44);
    text-decoration: underline;
}

.submit_order:hover {
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.44);
    text-decoration: underline;
}


.NumberNow img {
    margin-left: 8px;
}

.submit_order img {
    margin-left: 8px;
}

.Sea_Tips_txt {
    color: #48184c;
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    text-align: left;
}


.Sea_Tips {
    font-family: 'proxima_nova_rgregular';
}


* {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.clear {
    clear: both;
}

.PNORdermaincontainer {
    margin: 0px;
    padding: 0px;
    width: 367px;
    margin: auto;
}

.YORtxt {
    font-size: 28px;
    color: #48184c;
    font-family: 'proxima_nova_ltsemibold';
    font-weight: normal;
    text-align: center;
    margin-top: 69px;
}

.PNamountcontiner {
    border-radius: 10px;
    float: left;
    padding: 2%;
    width: 96%;
    border: 1px solid #c6c4c4;
}

.PNamountbgcontainer {
    background-color: #f5edf6;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 2%;
    padding-right: 7%;
    padding-top: 2%;
}

    .PNamountbgcontainer p {
   font-family: 'proxima_nova_ltsemibold';
    font-size: 15px;
    color: #48184c;
    float: left;
    margin-left: 14px;

    }

.PNyournumbercontainer {
    border-bottom: 1px solid #b18cb5;
    margin: auto;
    overflow: hidden;
    padding-bottom: 9px;
    padding-top: 9px;
    width: 93%;
}

.PNyournumbercontainerleft {
    float: left;
    min-width: 36%;
 font-family: 'proxima_nova_ltsemibold';
    font-size: 15px;
}

.PNyournumbercontainerright {
    float: right;
    width: 23%;
    font-family: 'proxima_nova_ltlight';
    font-size: 14px;
}

.PNamountcontinerfont {
      font-family: 'proxima_nova_ltsemibold';
}






/*Your Contact Information css start here */
.PNcimaincontainer {
    max-width: 830px;
    margin: auto;
    margin-top: 30px;
}

.PNcimaincontainerinner {
    width: 100%;
    overflow: hidden;
}

.PNcimaincontainerleft {
    width: 43.5%;
    float: left;
}

.PNContacttxt {
    font-family: 'proxima_nova_ltsemibold';
    font-size: 28px;
    color: #48184c;
    float: left;
    padding-bottom: 5px;
}

.PNformcontainer {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.PNformcontainerleft {
    width: 47.5%;
    float: left;
}

.PNformcontainerleftinput {
    background-image: url("images/formbg.jpg");
    background-repeat: repeat-x;
    border: 1px solid #c3c3c3;
    color: #363536;
    font-family: "proxima_nova_ltlight";
    font-size: 14px;
    height: 24px;
       padding-left: 2%;
    padding-right: 4%;
    width: 96%;
}

.PNformcontainerright {
    float: right;
    width: 47.5%;
}

.PNcimaincontainerright {
    width: 43.7%;
    float: right;
    margin-bottom: 60px;
}
.ddlExpYear_main {
    float: left;
    width: 70px;
    margin-left: 10px;
}


.ddlBillingState_main, .ddlBillingState_main2 {
    width: 90%;
    float: left;
}

#ddlExpMonth {
    float:left;
}

.PNformcontainerright select {
    width: 108%;
    background-image: url("images/formbg.jpg");
    background-repeat: repeat-x;
    border: 1px solid #c3c3c3;
    color: #363536;
    font-family: "proxima_nova_ltlight";
    font-size: 14px;
    height: 24px;
}

.PNCCIformbg {
    float: left;
    width: 300px;
    margin-top: 10px;
}

.PNmarginbtm {
    margin-bottom: 10px;
    padding-right:7px;
}

.PNCCIformbg select {
    width: 70px;
    background-repeat: repeat-x;
    border: 1px solid #c3c3c3;
    color: #363536;
    font-family: "proxima_nova_ltlight";
    font-size: 14px;
    height: 24px;
    padding-left: 0%;
    
}

.VerifyPurchase {
    margin-left: 3%;
    width: 94%;
    margin-right: 3%;
    padding: 1%;
    float: left;
}

.vp_tag_box {
    height: 53px;
    width: 100%;
}

.sel_plan {
    width: 450px;
    float: left;
    margin-bottom: 15px;
}

.sel_plan_lt {
    width: 65%;
    float: left;
}

.sel_plan_lt_no {
    font-family: 'proxima_nova_ltsemibold';
    font-size: 16px;
}

.sel_plan_lt_link {
    display: block;
    font-family: 'proxima_nova_rgregular';
    font-size: 16px;
    text-decoration: underline;
    color: #0759FA;
    margin-top: 5px;
}

.sel_plan_rt {
    width: 35%;
    float: left;
}

.sel_plan_radio {
    font-family: 'proxima_nova_ltsemibold';
    clear: both;
    font-size: 16px;
    /* margin: auto; */
    /* display: table; */
    /* width: 184px; */
    /* margin-left: 125px; */
    margin-bottom: 7px;
    float: left;
}

    .sel_plan_radio input {
        height: 20px;
        float: left;
        width: 20px;
        margin-top: 2px !important;
        padding-top: 0;
        margin-right: 7px !important;
    }


.p1_btmsec p {
    font-family: 'proxima_nova_ltlight';
    font-size: 15px;
    width: 90%;
    margin-left: 4%;
    margin-bottom: 20px;
}

.p1_btmsec_text1 {
    width: 90%;
    margin-left: 4%;
    color: #48184c;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 28px;
    MARGIN-BOTTOM: 20px;
    float: left;
    margin-top: 30px;
}


.WNnumbercontainer {
    width: 193px;
    margin: auto;
    text-align: center;
}

.numberxt {
    font-family: 'proxima_nova_rgbold';
    font-size: 15px;
    color: #272627;
    text-align: center;
    margin-top: 9px;
}

.WNnumberfieldsection {
    float: left;
    width: 193px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.WNnumberfieldsectionleft {
    float: left;
    width: 161px;
}

.WNnumberfieldsectionleftinput {
    border: 1px solid #c3c3c3;
    color: #000;
    padding: 0px 5px 0px 5px;
    background-image: url(images/formbg.jpg);
    background-repeat: repeat-x;
    font-size: 14px;
}

.WNtextboxwidth {
    width: 162px;
    height: 22px;
}

.WNnumberfieldsectionright {
    float: right;
    width: 22px;
    height: 22px;
    background: #cbb4cc;
    font-family: 'proxima_nova_ltsemibold';
    float: left;
    line-height: 22px;
    text-align: center;
    margin-left: 7px;
    cursor: pointer;
}

.WNTypetextsection {
    width: 197px;
    float: left;
}

    .WNTypetextsection p {
        color: #48184c;
        font-family: 'proxima_nova_rgregular';
        font-size: 12px;
        float: left;
        padding-top: 1px;
    }

    .WNTypetextsection input {
        float: left;
    }

.WNtextboxwidth_1 {
    width: 40px;
    height: 15px;
    margin-right: 2px;
    font-family: 'proxima_nova_ltlight';
    line-height: 12px;
    font-size: 12px;
    padding-top: 0;
    margin-left: 5px;
}

#btnRefresh {
    width: 12px;
    margin-left: 0;
    margin-top: 3px;
}

.WNTypetextsection img {
    float: right;
    margin-top: 2px;
}

#tdCmp td, #tdStatus td {
    font-size: 10px;
    vertical-align: top;
}

.WNxyztextfield {
    float: right;
    margin-right: 13px;
}

    .WNxyztextfield input {
        background-image: url("images/formbg.jpg");
        background-repeat: repeat-x;
        border: 1px solid #9264b0;
        color: #9264b0;
        font-family: "proxima_nova_ltsemibold";
        font-size: 11px;
        margin-top: 5px;
        padding: 2px 0 0;
        text-align: center;
        width: 38px;
    }

.SeeWhoOwnsbtn {
    background-color: #f8f8f8;
    background-image: url("images/arrow.png");
    /*background-position: right 14px center;*/
    background-position: 90% 50%;
    background-repeat: no-repeat;
    border: 1px solid #b3b0b0;
    border-radius: 30px;
    box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.54);
    color: #272627;
    float: none;
    font-family: "proxima_nova_rgregular";
    font-size: 14px;
    margin-top: 5px;
    min-height: 28px;
    padding-left: 14px;
    text-align: left;
    width: 162px;
    cursor: pointer;
}

    .SeeWhoOwnsbtn:hover {
        box-shadow: inset 1px 1px 1px rgba(102, 102, 102, 0.54);
        text-decoration: underline;
    }


.cart_no {
    position: absolute;
    /*background-color: white;*/
    right: 0px;
    top: 15px;
    line-height: 15px;
    font-size: 10px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    /*border: 1px solid #ddd;*/
    font-weight:normal !important;
}

.srh_num_txt1 {
    color: #48184d;
    font-size: 22px;
    font-family: 'proxima_nova_rgbold';
    text-align: center;
    margin-top: 20px;
}

.pg1_btn {
    margin-top: 10px;
}

.bg123 {
    background-image: url("images/8.jpg");
    background-repeat: no-repeat;
    background-position: top right;
}

.logo3 {
    display: none;
}

.faqsec {
    margin-top: 30px;
    border: 1px solid #DABFDE;
    box-sizing: border-box;
    border-radius: 10px;
    width: 94%;
    position: relative;
    padding-bottom: 30px;
    margin: auto;
    margin-top: 20px;
    margin-top: 30px;
    clear: both;
    float: left;
    margin-left: 3%;
    margin-bottom: 25px;
}

    .faqsec p {
        font-family: 'proxima_nova_ltlight';
        font-size: 15px;
        width: 90%;
        margin-left: 4%;
        margin-bottom: 20px;
    }

.faq_q {
    font-family: 'proxima_nova_ltsemibold';
    font-size: 16px;
    width: 90%;
    margin-left: 4%;
    margin-bottom: 8px;
}

.faq_q1 {
    font-family: 'proxima_nova_ltsemibold';
    font-size: 25px;
    width: 90%;
    margin-left: 4%;
    margin-bottom: 8px;
}

.g_ul {
    font-family: 'proxima_nova_ltlight';
    font-size: 15px;
    width: 90%;
    margin-left: 4%;
    margin-bottom: 20px;
}

    .g_ul li {
        list-style-type: disc;
        list-style-position: inside;
    }

.g_b {
    font-family: 'proxima_nova_ltsemibold';
    font-size: 16px;
}

.g_footer {
    margin-top: 125px;
    font-family: 'proxima_nova_ltlight';
    font-size: 15px;
    color: #4d364c;
    padding-bottom: 10px;
    border-bottom: 15px solid #b18cb5;
}

    .g_footer a {
        color: #4d364c;
    }

        .g_footer a:hover {
            text-decoration: underline;
            color: #4d364c;
        }

.g_footeryear {
    float: left;
}

.g_footerlink {
    float: right;
}

    .g_footerlink li {
        float: left;
        margin-left: 30px;
    }


.CUmaincontainer {
    margin: auto;
    background-color: #f9f9f9;
    border: 1px solid #cdacd0;
    max-width: 890px;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
}

.CUtitle {
    color: #48184c;
    font-family: "proxima_nova_ltsemibold";
    font-size: 28px;
    padding-bottom: 4px;
}

.CUcondentupdatesec {
    float: left;
    width: 100%;
}

    .CUcondentupdatesec p {
        font-family: 'proxima_nova_ltlight';
        font-size: 15px;
        color: #272627;
        padding-bottom: 10px;
    }

.CUformcontainer {
    float: left;
    width: 90%;
    margin-left: 4%;
    margin-bottom: 20px;
}

.CUformcontainerinner {
    margin: 0 0 10px;
    padding: 0px;
    float: left;
    width: 100%;
}

.CUformcontainerinnerleft {
    float: left;
    width: 12%;
    padding-top: 3px;
}

    .CUformcontainerinnerleft p {
        font-family: 'proxima_nova_rgregular';
        font-size: 14px;
        color: #272627;
        float: left;
    }

.CUformfieldwidth {
    width: 50%;
    height: 23px;
    color: #666;
}

.CUformcontainerinnerright {
    float: left;
    width: 60%;
}

.CUtextareawidth {
    background-color: #f6f6f6;
    height: 230px;
    width: 100%;
    color: #666;
    font-family: 'proxima_nova_rgregular';
    font-size: 14px;
    resize: none;
}

.borderradius {
    border-radius: 4px;
}

.CUsendacopysection {
    float: left;
    margin-top: 15px;
}

    .CUsendacopysection input {
        float: left;
    }

    .CUsendacopysection p {
        color: #272627;
        float: left;
        font-family: "proxima_nova_rgregular";
        font-size: 14px;
        line-height: 15px;
        padding-left: 5px;
    }

.CUsubmitbtn {
    clear: both;
    margin-top: 23px;
    width: 100px;
}

.terms_pg {
    width: 90%;
    margin-left: 4%;
    float: left;
}

    .terms_pg ol li {
        list-style-type: decimal;
        clear: both;
        list-style-position: inside;
        font-family: "proxima_nova_rgregular";
        font-size: 14px;
    }

    .terms_pg ol ol li {
        list-style-type: decimal;
        clear: both;
        list-style-position: inside;
        margin-left: 20px;
        margin-bottom: 5px;
    }
    .help_pg {
    width: 90%;
    margin-left: 7%;
    float: left;
}

    .help_pg ol li {
        list-style-type: decimal;
        clear: both;
        list-style-position: inside;
        font-family: "proxima_nova_ltlight";
        font-size: 16px;
    }

    .help_pg ol ol li {
        list-style-type: decimal;
        clear: both;
        list-style-position: inside;
        margin-left: 20px;
        margin-bottom: 5px;
    }
#searchresult {
    display: block;
    margin-bottom: 30px;
}

.list_nos {
    width: 92%;
    float: left;
    margin-left: 4%;
    background-position: -20px;
    padding-bottom: 40px;
}

.list_nos_lt {
    float: left;
}

.list_nos_rt {
    float: left;
}

.sec_code_b {
    margin-left: 02px;
    margin-top: 15px;
}

.sec_code_b_txt {
    width: 60px;
    padding-right:10px;
}

.t_c_txt {
    margin-top: 24px;
    font-size: 12px;
    float: left;
    font-family: "proxima_nova_rgregular";
}

.SubmitMyOrder_txt {
    width: 169px;
    float: left;
}

.SubmitMyOrder_main {
    margin-top: -15px;
    float: left;
}

.SubmitMyOrder_box1 {
    width: 60px;
    border: 1px solid #B3B3B3;
    padding-right:10px;
}

.SubmitMyOrder_box2 {
    margin-top: 5px;
    height: 20px;
    width: 100%;
}

.SubmitMyOrder_txt_box {
    float: left;
}

.SubmitMyOrder_box3 {
    width: 60px;
    border: 1px solid #B3B3B3;
    height: 20px;
    float: left;
    background-image: url('images/render_img.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.NormalRed {
    font-family: verdana,arial,helvetica;
    font-size: 11px;
    color: #ff0000;
}

.progress2 {
    float: left;
    margin: 15px;
}

.progress_overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 1000009;
    background-color: rgba(0, 0, 0, 0.6);
}

.progress_content {
    width: 40%;
    border: 2px solid red;
    background-color: #fff;
    margin: auto;
    padding: 0 0px 0px 0px;
    margin-top: 10%;
    border: 1px solid #6d6d6d;
    top: 0%;
    display: block;
    position: fixed;
    z-index: 1000000;
    left: 30%;
}

.popup_content_main {
    position: relative;
}

.progress1 {
    float: left;
    width: 129px;
    height: 127px;
    margin: 15px;
}

.SmsActivation {
    border-radius: 5px;
    text-align: left;
    padding: 20px 0 27px 20px;
    font-family: 'Source Sans Pro','Open Sans', sans-serif;
    float: left;
}

#overlayEffect {
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0px;
    background-color: #000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.6;
    opacity: 0.6;
    /* background-image: url("images/modalpopup-bkg.png") !important; */
}

#overlayEffectA {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0px;
    background-color: #000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.6;
    opacity: 0.6;
    /* background-image: url("images/modalpopup-bkg.png") !important; */
}

#Panel1 table tr {
    float: left;
    color: #0e10f9;
    font-size: 14px;
    font-family: "proxima_nova_rgregular";
    text-decoration: underline;
}

#Panel1 {
    margin-bottom: 30px;
}

.btnDummyTextAlign {
    text-align: left !important;
    padding-left: 4px;
}

#pnlPopup1 {
    background-color: White;
    border: 4px solid #6d6d6d;
    display: none;
    height: 312px;
    left: 50%;
    margin-left: -262px;
    margin-top: -156px;
    padding: 5px;
    position: fixed;
    text-align: left;
    top: 30%;
    top:50%;
    width: 525px;
    z-index: 2;
}

#TitlePop {
    width: 460px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    color: #48184C;
    float: left;
}

#pnlPopup2 {
    float: right;
    width: 20px;
    height: 20px;
    margin: 4px;
    cursor: pointer;
}

#pnlPopup1 .PopDiv1 {
    width: 215px;
    margin-left: 30px;
    float: left;
}

#pnlPopup1 .PopDiv2 {
    width: 215px;
    float: right;
    margin-right: 30px;
}

#tpnlPopup1 {
    width: 750px;
    height: 470px;
    background-color: White;
    border: 4px solid #6d6d6d;
    text-align: left;
    padding: 5px;
    display: none;
    z-index: 2;
    position: fixed;
    left: 30%;
    top: 30%;
}

#tTitlePop {
    width: 660px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    color: #48184C;
    float: left;
}

#tpnlPopup2 {
    float: right;
    width: 20px;
    height: 20px;
    margin: 4px;
    cursor: pointer;
}

#Panel1 table tr td a {
    color: #0e10f9;
    font-size: 14px;
    font-family: "proxima_nova_rgregular";
    text-decoration: underline;
    font-weight: normal;
    cursor: pointer;
}

#Panel1 table tr:nth-child(odd) {
    width: 278px;
    padding-bottom: 12px;
    clear: both;
    border-right: 1px solid #ddd;
    margin-right: 56px;
}

#Panel1 table tr td input {
    margin-right: 5px;
    float: left;
}

.help {
    font-style: italic;
    cursor: pointer;
    color: #000;
}

    .help:hover {
        text-decoration: underline;
        color: #000;
    }





.dropdown-menu1 {
    clear: both;
    position: relative;
    float: left;
    min-width: 117px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    display: none;
}
/*  dropdown checkbox  */
.custm-check {
    padding-left: 30px;
    margin-top:8px !important;
    margin-bottom:8px !important;
}
.all-checkbx {
    height: 20px;
}
.multiselect-container .multiselect-all{
    padding:0px !important;
}
.sear-bt{
    padding-top:35px;
}

.AreaCode_main {
    float: left;
    position: relative;
}

.AreaCode {
    height: 27px;
    font-family: 'proxima_nova_rgregular';
    font-size: 14px;
    float: left;
    /* margin-left: 10px; */
    border: 1px solid #ddd;
    padding: 0 9px;
    width: 117px;
    background-color: #fff;
    text-align: left;
    line-height: 25px;
    background-image: url('images/dd.png');
    background-repeat: no-repeat;
    background-position: right;
}

.chooseplce_main {
    width: 200px;
    margin: auto;
    position: relative;
    margin-top: -170px;
    margin-left: 155px;
}


.chooseplce_main2 {
    width: 200px;
    margin: auto;
    position: relative;
    margin-top: 0;
    margin-left: auto;
}


.CaptchaRefresh {
    background-image: url('images/render.jpg');
    background-position: 0px -1px;
    height: 12px;
    width: 21px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    /*outline: none;*/
    float: left;
    margin-left: 5px;
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-size: contain;
    margin-top: 7px;
}

.NumberNow_img {
    background-image: url('images/arrow_new.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 42px;
}

#lblSelectListmessage {
    margin-top: 5px;
    float: left;
    font-size: 14px;
}

#CartNumber {
    /* display: none; */
    width: 17px;
    height: 18px;
    float: left;
    margin-left: 4px;
    margin-top: 2px;
}

.cart_img {
    margin-left: 2px;
    margin-top: -5px;
}

.btnProceedtoCheckout_div {
    position: relative;
    float: right;
    display:none;
}

#tblMain table tr td:first-child {
    width: 300px;
}

#tblMain table tr {
    font-size: 16px;
    font-family: 'proxima_nova_ltsemibold';
}

#tblMain table {
    margin-bottom: 15px;
}

    #tblMain table tr td input {
        height: 20px;
        float: left;
        width: 20px;
        margin-top: 2px !important;
        padding-top: 0;
        margin-right: 7px !important;
    }

    #tblMain table tr td a {
        display: block;
        font-family: 'proxima_nova_rgregular';
        font-size: 16px;
        text-decoration: underline;
        color: #0759FA;
        cursor: pointer;
    }

element.style {
    width: 570px;
    /* margin-right: 200px; */
    height: 400px;
    background-color: red;
    position: fixed;
    top: 0;
    left: 50%;
    /* right: 420px; */
    margin-left: -300px;
    z-index: 10;
    top: 10%;
}

.imgCaptcha_pn {
    float: left;
    height: 100%;
    width: 63px;
    padding-right: 3px;
}

.Recap_containerh1 {
    color: #48184C;
    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';
}

.horz1_width_step3 {
    padding-top: 7px;
    padding-bottom: 7px;
}

.Recap_lt {
    float: left;
    width: 54%;
    padding-left: 1%;
}

.Recap_sideblock {
    /*background-color: white;
    padding: 2%;*/
    border-radius: 10px;
    float: right;
    width: 36%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 4%;
}

.Recap_ltH1 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #48184C;
    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_sideblock_header {
    font-family: 'proxima_nova_ltsemibold';
    font-size: 24px;
    padding: 5px 40px;
    color: #48184C;
    text-align: center;
}

.Recap_sideblock_txt1 {
    font-size: 18px;
    font-family: 'proxima_nova_ltsemibold';
    color: #000;
    margin-top: 18px;
    text-align: justify;
}

.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_txt2 {
    font-size: 16px;
    font-family: 'proxima_nova_rgregular';
    margin-top: 23px;
    text-align: justify;
    color: black !important;
}

.step3_popup_content {
    width: 50%;
    border: 2px solid red;
    background-color: white;
    margin: auto;
    padding: 0 20px 30px 20px;
    margin-top: -35px;
    border: 4px solid #6d6d6d;
    top: 35%;
    display: block;
    position: fixed;
    z-index: 10000000;
    left: 25%;
    height: 70px;
}

.step3_popup_content_main {
    position: relative;
}

.QuestionClose {
    position: absolute;
    right: -20px;
    top: 0px;
    cursor: pointer;
}

.poptitle {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #48184C;
    float: left;
    font-family: 'proxima_nova_ltsemibold';
}

.Recap_poup_txt {
    font-size: 16px;
    font-family: 'proxima_nova_rgregular';
    color: #000;
    margin-top: 18px;
}

.CC_Decline_popup {
    width: 50%;
    background-color: transparent;
    margin: auto;
    margin-top: 15%;
    top: 0%;
    display: block;
    position: fixed;
    z-index: 1000000;
    left: 25%;
}

#divCCDecline1 {
    background-color: White;
    border: 4px solid #6D6D6D;
    text-align: left;
    width: 650px;
    font-family: 'Open Sans', sans-serif;
}

#divNumActivate1 {
    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;
}

#divNumActivate2 {
    float: right;
    height: 20px;
    margin: 4px;
    width: 20px;
}

.popup_close {
    cursor: pointer;
}

#divCCDecline3 {
    margin: 25px;
}

#divNumActivate3 {
    margin: 25px;
}

.PopQuestionHeading {
    color: #07519A;
    font-size: 16px;
    font-weight: bold;
}

.GrayQuestionPop {
    color: #686868;
    font-size: 14px;
    /* font-weight: bold; */
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'Source Sans Pro','Open Sans', sans-serif;
}

.ligap {
    margin-left: 20px;
}

.ulfnt {
    font-family: "proxima_nova_rgregular";
    margin-left: 15px;
    font-size: 14px;
}


.diskul li {
    list-style-type: disc !important;
}

.mrb-0 {
    margin-bottom: 0px !important;
}

.chk_out a {
    color: #7D3D82;
     font-family: "proxima_nova_rgregular";
}

    .chk_out a:hover {
        color: #7D3D82;
        
text-decoration:none;
    }

.remove_underline:hover span {
    text-decoration: underline !important;
}

.chk_out a:hover span {
    text-decoration: none;
}

.search_btn_mid {
    clear: both;
    display: table;
    margin: auto;
}

#signin_submit, #Button2 {
    background-color: #FCB42C;
    border: 0;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 12px;
    padding: 4px 12px 4px 12px;
    color: #4F2644;
    border-radius: 11px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.44);
    margin-top: 5px;
}

    #signin_submit:hover, #Button2:hover {
        box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.44);
        text-decoration: underline;
        cursor:pointer;
    }

#forgot_username_link {
    color: white;
}

#sign_box input[type=text], #sign_box input[type=password] {
    color: Black;
    border: 0;
    margin: 5px 0;
    border-radius: 5px;
    line-height: 16px;
    height: 20px;
        width: 96%;
    padding: 0 2%;
}

.top_callus,.top_callus_search {
    position: absolute;
    top: -60px;
    color: #913D82;
    right: 0;
    color: #7D3D82;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 14px;
}

.popup1 {
    height: 200px;
    width: 650px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -325px;
    margin-top: -100px;
    z-index: 100000;
}

.popup2 {
    height: 200px;
    width: 460px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -230px;
    margin-top: -100px;
    display: none;
    background-color: rgba(90, 57, 86, 0.93);
    z-index: 100000000;
    border-radius: 10px;
    border: 3px solid #3C2A39;
}

.term_popup3 {
    height: 400px;
    width: 750px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -375px;
    margin-top: -200px;
    display: none;
    background-color: white;
    z-index: 100000000;
    border: 3px solid #3C2A39;
}

.term_popup_div {
    margin-top: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 96%;
    position: relative;
    margin: auto;
    clear: both;
    float: left;


    margin-top: 0px;
    overflow: auto;
    height: 275px;
    margin-left: 2%;
    border: 1px solid #ddd;
    padding-top: 20px;
}

#btnTOS:hover {
    cursor: pointer;
    text-decoration: underline;
}

/*.term_popup3_inner {
    overflow-y: auto;
    height: 294px;
}*/

.term_popup3_close {
    position: absolute;
    z-index: 100;
    right: 0;
}

.btnAddtoCart {
    Display: block;
    /* position: fixed; */
    bottom: 40px;
    right: 30px;
}

.flote_btn {
    position: fixed;
    bottom: 20px;
    margin-left: -150px;
}
.PNamountcontiner .PNyournumbercontainer:last-child{
    border-bottom: 0px solid #b18cb5;
}
       #Panel1 tr td input[type="checkbox"] {
    margin: 3px 3px 0 0;

    line-height: normal;
    float: left;
}
       .fp_txt {
    font-family: 'proxima_nova_ltlight';
    font-size: 16px;
    width: 90%;
    margin-left: 4%;
    margin-bottom: 20px;
    margin-top: 30px;
}

       #Forgotpasscodeinnertab
       {
           margin:auto;
       }

#PopError table {
    width:100%;
}
#lblAlertMsg {
    color: White;
    text-align: center;
    width: 100%;
    display: block;
}
.marginLF {
    margin-left:7%;
}

.Help_SearchResult {
margin: auto;
    display: block;
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: 1px 1px 1px 1px #ddd;
    padding: 10px;
    margin-bottom: 23px;
}
.HYlink_text{
    position: absolute;
    color: #49174d;
    top: -38px;
    right: 56px;
}
.HYlink_text a{
    color: #48184d;
    text-decoration: underline;
    font-family: 'proxima_nova_rgregular';
    font-size: 16px;
}

.HYlink_text a:hover{
    text-decoration:none;
}
#lblCCDeclineMessage {
color: red;
font-size: 12px;
font-weight: bold;
margin-bottom: 10px;
margin-top: 10px;
}
.PNcheckboxmaincontiner {
    margin-top: 25px;
    overflow: hidden;
    min-height: 54px;
}
.PNcheckbox {
    float: left;
    width: 13px;
    margin-top: 12px !important;
}
.PNcheckboxtxt {
    float: left;
    width: 94%;
    line-height: 18px;
    padding-left: 5px;
}
.PNcheckbox_ext {
    position: relative;
    top: -11px;
}
.continue_shopping {
    width: 214px;
    padding-left:18px;
    margin-top: 20px;
}
input[placeholder], [placeholder], *[placeholder] {
    color: #555 !important;
}
.g-recaptcha {
    transform: scale(0.91);
    -webkit-transform: scale(0.91);
    transform-origin: left;
    -webkit-transform-origin: left;
}
#divPop3 {
    z-index: 10;
    position: absolute;
       right: -25px;
    margin-top: -60px;
}

@media (max-width:768px) {
    .continue_shopping {
    margin-top: 124px;
}
.g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: left;
    -webkit-transform-origin: left;
}
}

@media (max-width: 741px) {
    .continue_shopping {
        margin-top: 61px !important;
    }
}

@media (max-width:649px) {
.continue_shopping {
        margin-top: 0 !important;
}

}

@media (max-width: 1200px) {
        .step3_popup_content {
 top: 20%;
    height: 150px;
}
    .chooseplce_main {
        margin-left: 144px;
    }

    .src_tfn_b1_inn_inputtext {
        width: 140px;
    }
}
@media (max-width:1040px) {
        #divPop3 {
    right:-31px;
   margin-top: -65px;
}
}
@media (max-width: 1025px) {
    #sign_box {
        top: 36px;
    left: 5px;
}
    #divPop3 {
    right:-22px;
    margin-top: -65px;
}
}
@media (max-width:1010px) {
   #divPop3 {
    right:0px;
    margin-top: -65px;
}
}
@media (max-width: 992px) {

    #btnDummy span {
           display: inline-block;
    }

   .SubmitMyOrder_main p {
           width: 66%;
    }

    .submit_o {  
       margin-top: 25px;
    }

     .continue_shopping {
        margin-top: 40px;
    }
    .term_popup_div {
        height: 90%;
    }

    .term_popup3_inner {
        height:100%;
    }
    .p1_btmsec_text1 {
    width: 90%;
    font-size: 22px;
    MARGIN-BOTTOM: 1%;
    margin-top: 1%;
}

    .term_popup3 {
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    border: 1px solid #3C2A39;
}
        .SubmitMyOrder_txt_box {
    float: left;
    clear: both;
}
        
    .progress1 {
    float: left;
    width: 96%;
     height: auto; 
    margin: 2%;
}
    .progress1 img{
  
    width: 100px;
    height: 100px;
    display:table;
    margin:auto;
}

        .flote_btn {
    position: fixed;
    bottom: 20px;
    margin-left: -75px;
    left: 50%;
}
        .chooseplce_main {
            margin-left: auto;
            margin-top: auto;
        }

        .PNcimaincontainerright {
            margin-bottom: 30px;
        }

        .g_footerlink {
            float: right;
            clear: both;
            float: none;
            display: table;
            margin: auto;
            padding-top: 10px;
            overflow: hidden;
            position: relative;
            left: -3%;
        }

        .logo3 {
            top: initial;
            width: 150px;
            position: relative;
            margin: auto;
            display: table;
            left: initial;
        }

        .PNcimaincontainer {
            max-width: 94%;
        }

        .PNCCIformbg {
            width: 100%;
        }

        .bg2 {
            margin-top: auto;
        }

        .logo2 {
            top: -38px;
            width: 150px;
            display: none;
        }

        .terms {
            margin-left: 0px;
            padding: 7px 0 0 0;
            width: 96%;
            text-align: left;
            margin-left: 2%;
        }



        .placement_txt_radio_main {
            display: table;
            margin: auto;
            float: left;
            margin-left: 150px;
        }

        .Trailing {
            font-size: 14px;
        }


        .placement_txt_radio {
            margin-left: 0px;
            font-size: 14px;
        }

        .src_tfn_b1 {
            margin-left: 3%;
            width: 94%;
        }

        .src_tfn_b2 {
            margin-left: 3%;
            width: 94%;
        }

        .srh_num_sec {
            clear: both;
            width: 100%;
        }

        .bg3_img1 {
            /* width: 90%; */
            margin: auto;
            display: table;
            margin-top: 20px;
            height: 100px;
        }

        .g_footeryear {
            float: left;
            float: none;
            width: 100%;
            text-align: center;
        }
        /*
            .AreaCode_main {
                margin-bottom: 10px;
                display: table;
                margin: auto;
                float: none;
                margin-bottom: 10px;
            }

           .src_tfn_b1_inn_inputtext {
                margin-left: 0px;
                width: 170px;
                clear: both;
            }*/
        .src_tfn_b1_inn {
            width: 375px;
            height: auto;
            padding-bottom: 30px;
            margin: auto;
        }

        .digits {
            float: left;
            clear: both;
            margin-top: 14px;
            margin-bottom: 10px;
            margin-left: 150px;
        }

        .placement_txt {
            text-align: left;
            margin-top: 10px;
            margin-left: 0;
        }
    .Help_SearchResult {
        width:75%;
    }
    }

@media (max-width: 650px) {
    .g-recaptcha {
    transform: scale(0.92);
    -webkit-transform: scale(0.92);
    transform-origin: left;
    -webkit-transform-origin: left;
}
    #divPop3 {
    right: auto;
    /*margin-top: -20px;*/
    left: 299px;
}
   .submit_order {
    clear: both;
    float: left;
}

    .sec_code_b {
    margin-left: 0px;
  
    float: left;
    clear: both;
}
    .ddlExpYear_main {
        clear:both;margin-left:0;
        margin-top:5px;
    }
    .ddlBillingState_main, .ddlBillingState_main2 {
        width: 100%;
    }
        .term_popup_div {
        height: 85%;
    }
    .freetrial_popup_content {
    /* width: 60% !important; */
    width: 100%;
    margin-left: -left:0;
    float: left;
    top: 0;
    margin-left: 0px;
    margin-top: 0px;
    left: 0;
    height: 100%;
}
    .step3_popup_content {
    width: 100%;

    margin: auto;
 
    margin-top: 0px;

    top: 0%;
 
    left: 0%;
    height: 100%;
}
    .submit_order {     
        font-size: 14px;
        width: 190px;
    }
    .PNformcontainerleft {
        width: 90%;
    }
     .PNformcontainerright select {
        width: 96%;
    }
    .PNformcontainerright {
    float: left;
    width: 90%;
    clear: both;
    margin-top: 10px;
}
    .src_tfn_b1_inn_select_block {
    
    width: 96%;
}
    .WNxyztextfield {
        float: left;
    }
    .mob_cap {
        float: left;
    clear: both;
        margin-top: 5px;
    }

    .WNtextboxwidth_1 {

    margin-left: 0px;
}
    .srh_num_txt1 {
      
        font-size: 18px;
    }
    /*#divPop {
     z-index: 1000005 !important; 
        position: fixed !important; 
        top: 0 !important;
        background-color: rgba(0, 0, 0, 0.53);
        left: 0 !important;
        bottom: 0;
        width: 100%;
    }

    .emailcondentcrv
{
        display:none;
}*/

    .emailreq {   
    margin-top: 5px !important;
}

    .emailreqclosebtn {
  
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-color: #FEF9CF;
    background-position: center center;
    border: 1px solid black;
}
    .fp_txt {
    font-family: 'proxima_nova_ltlight';
    font-size: 14px;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 20px;
    margin-top: 10px;
}
    .logo3 {
       
        margin-bottom: 18px;
   }
    .top_callus_search {
        top: -32px;
    right:28px;
    font-size: 12px;
    }

        .top_callus {
  
    top: -18px;
    
    font-size: 12px;
}
        .src_tfn {
        
            padding-bottom: 10px;
        }
        .src_tfn_b2 {
  
    margin-bottom: 0px;
}
        .multiselect-container>li>a>label>input[type=checkbox] {
  
    height: 18px;
    width: 18px;
    margin-top:0;
}

        #Panel1 table tr td label {
 
    margin-bottom: 0px;
    font-weight: bold;
    clear: both;
    display: block;
    margin-top: 5px;
    float: left;
}
 #Panel1 table tr {
    width: 200px;
    padding-bottom: 5px;
    /* clear: both; */
    /* background-color: #E6E6E6; */
    padding: 10px;
    margin-bottom: 10px;
    float: left;
    padding-bottom: 5px;
    margin-left: 5px;
    box-shadow: 2px 2px 2px #E6E6E6;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
}
    #tblMain table tr td a {
        display: inline;
        font-family: 'proxima_nova_rgregular';
        font-size: 12px;

    }

        #Panel1 table tr td a {
            
            font-size: 12px;
        }
      #Panel1 tr td input[type="checkbox"] {
    margin: 5px 3px 0 0;
    float: none;
    display: table;
    margin: auto;
    width: 30px;
    height:30px;
}
      #tblMain {
    margin-bottom: 30px;
}
        #btnPurchaseNumbers {
    clear: both;
    display: block;
    margin-top: 20px;
}

                #tblMain table tr {
            font-size: 12px;
        }
                #tblMain table {
   
    width: 100%;
}
        #tblMain table tr td:first-child {
    width: 215px;
}
        
        .cart_no {
        
            top: 4px;
        }
        .btnProceedtoCheckout_div {
            width: 96%;
        }

        /*#Panel1 table tr:nth-child(odd) {
               width: 200px;
    padding-bottom: 12px;
    clear: both;
    border-right: 1px solid #ddd;
    margin-right: 26px;
        }*/




        #Panel1 table tr:nth-child(odd) {
            padding-bottom: 5px;
            clear: both;
            border-right: 0px solid #ddd;
            margin-right: 0px;
            width: 200px;
        }

    

        .list_nos {
            width: 96%;
            float: left;
        }

        .g_footerlink li {
            margin-left: 13px;
        }

        .g_footer {
            font-size: 12px;
            margin-top: 25px;
        }

        .chk_out {
            padding: 4px 0;
            margin-right: 10px;
        }

        .CUformcontainerinnerleft {
            width: 17%;
        }

        .CUformcontainerinnerright {
            float: left;
            width: 80%;
        }

        .CUformfieldwidth, .CUtextareawidth {
            width: 98%;
            margin-left: 2%;
        }

        .sel_plan_lt {
            width: 100%;
            float: left;
        }

        .sel_plan_radio input {
            height: 16px;
            float: left;
            width: 16px;
            margin-top: 0px !important;
        }

        .sel_plan_rt {
            width: 100%;
            float: left;
            clear: both;
        }

        .sel_plan_radio {
            font-size: 14px;
        }

        .sel_plan_lt_no {
            font-size: 14px;
        }

        .sel_plan {
            width: 100%;
        }

        .YORtxt, .PNContacttxt, .vp_tagtxt1, .h_tagtxt1, .p1_btmsec_text1 {
            font-size: 22px;
        }

        .pack_b1_inn {
            width: 100%;
            padding: 2%;
            float: left;
        }

        .PNyournumbercontainerleft {
            font-size: 12px;
        }

        .PNamountcontiner {
            margin-left: 2%;
        }

        .PNyournumbercontainer {
            width: 100%;
        }

        .PNyournumbercontainerright {
            font-size: 12px;
        }

        .PNORdermaincontainer {
            width: 100%;
        }

        .PNcimaincontainerright {
            width: 100%;
            margin-top: 30px;
        }

        .PNcimaincontainerleft {
            width: 100%;
        }

        .logo2 {
            left: 2px;
        }

        .NumberNow {
            font-size: 14px;
        }

        .src_tfn_b1_inn_select {
            width: 100px;
        }

        .whose_no {
            width: 300px;
            clear: both;
            margin: auto;
            float: none;
            margin-top: 20px;
                height: auto;
    padding-bottom: 20px;
        }

        .srh_num {
            width: 300px;
            clear: both;
            margin: auto;
            float: none;
        }

        .PNformcontainerleftinput {
            font-size: 12px;
        }




          .multiselect-container > li > a > label {
            padding: 3px 20px 3px 26px !important;
        }

        .src_tfn_b1_inn_select2 {
            width: 43px;
            font-size: 12px;
        }

        .src_tfn_b1_inn_txt1 {
            font-size: 14px;
        }

        .dropdown-menu1 {
            min-width: 80px;
        }

        .digits {
            margin-left: 100px;
        }

        .placement_txt {
            font-size: 14px;
        }

        .AreaCode {
            width: 80px;
            font-size: 12px;
            padding: 0 4px;
        }

        .src_tfn_b1_inn_inputtext {
            width: 90px;
        }

        .placement_txt_radio_main {
            margin-left: 130px;
        }
         .src_tfn_b1_inn {
            width: 285px;
        }
            #tblMain table tr td input {
          
            margin-top: -2px !important;
            margin-right:2px !important;
        }
            #tblMain table tr td label {
    letter-spacing: -.5px;
}
#pnlPopup1 {
    height: 100%;
    left: 0;
    margin: 0;
    top: 0;
    width: 100%;
}
    #TitlePop {
        width:100%;
    }
    #pnlPopup2 {
    position: absolute;
    right: 0px;
    top: 0px;
    }
    #pnlPopup1 .PopDiv1 {
        width: 95%;
    margin: auto;
    float: none;
    clear:both;
    }
    #Imgmiddle img {
        margin: auto;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #pnlPopup1 .PopDiv2 {
                width: 95%;
    margin: auto;
    float: none;
    }
     #Imgmiddle1 img {
        margin: auto;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .mob_height {
        height: 90%;
    overflow: auto;
    clear: both;
    }
    .Srh_Main_Grid {
        height: 100%;
    }
    #btnSearchforNumber {
        margin-bottom: 15px;
    }
    .Srh_Main_Grid .srh_num_txt1 h1 {
        font-size: 20px;
        padding: 0px 6px;
    }

    }

@media (max-width:570px) {
.continue_shopping {
        margin-top:0px !important;
}
#divPop3 {
    right: auto;
    margin-top: -70px;
        left: 302px;
    /*left: 199px;*/
}
}
@media (max-width:526px) {
    #divPop3 {
    right: 0;
    margin-top: -65px;
    left: auto;
}
}
    @media (max-width: 400px) {
        .g-recaptcha {
    transform: scale(0.82);
    -webkit-transform: scale(0.82);
    transform-origin: left;
    -webkit-transform-origin: left;
}
         .PNamountbgcontainer p {
            margin-left: 4px;
        }
      
            .progress1 img{
  
    width: 60px;
    height: 60px;
}

        .CUformcontainerinnerright {
   
    width: 100%;
    clear: both;
}
        .CUformfieldwidth, .CUtextareawidth {
   
    margin-left: 0%;
}

 .faqsec p {
 
    margin-bottom: 0px;
}

        .CUformcontainerinnerleft p {
         
            font-size: 12px;
        }
        #Panel1 table tr {
    padding-bottom: 5px;
    clear: both;
}



.src_tfn_b1 {
    margin-left:0;
    width: 100%;
    margin-right: 0%;
    padding: 0%;
    float: left;
}

.src_tfn_b1_inn {
    width: 100%;
}




      
 #tblMain table tr td
 {
 display:block;
 float:left;
 width:100%;
 margin-top:4px;
 }
  #tblMain table tr:nth-child(2) td:nth-child(2)
  {
  float:left;
  width: 125px;
  }
    #tblMain table tr:nth-child(2) td:nth-child(1)
  {
  float:right;
   width:100px;
  }
  

        .srh_num {
            width: 100%;
        }

        .whose_no {
            width: 100%;
        }
    }
   
    
