﻿@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

html {

    height: 100%;

    margin: 0;

    padding: 0;

}

body {

    min-height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;

    margin: 0;

    padding: 0;

    font-family: Arial;

    font-size: 16px;

    color: #000;

    /*background: url(../images/bodybdg.png) repeat-x #FBFBFC;*/

    font-weight: 400;

    background: #fff;

    line-height: 24px;

}



ul {

    margin: 0;

    padding: 0;

}

li {

    white-space: normal;

    display: inline-block;

    padding: 0;

    margin: 0;

}





/* Cancel that styling inside ckEditor */

.ckEditor ul {

    margin: revert;

    padding: revert;

}

.ckEditor li {

    white-space: revert;

    display: revert;

    padding: revert;

    margin: revert;

}



.ckEditor a, .ckEditor a:link, .ckEditor a:visited {

    color: unset;

}

img {

    border: 0;

}

input,

textarea,

select {

    font-family: Lato;

}

h1,

h2,

h3 {

    display: inline-block;

    padding: 0px;

    margin: 0px;

}

.table {

    width: 100%;

    display: table;

}

.table .tablerow {

    display: table-row;

}

.table .tablecol {

    display: table-cell;

    vertical-align: middle;

}

.clear {

    clear: both;

}

.wrapper {

    max-width: 1280px;
    width: 100%;

    /* min-height: 100%; */

    background: #fff;

    margin: 0 auto;

    padding: 10px 0px;

}

.new-header header {

    padding: 0 0px;

}

.logo {

    padding: 10px 0px 4px 0px;

}

.logo .tablecol.col02 {

    text-align: right;

    vertical-align: top;

    padding: 12px 0px 0px 0px;

}

.logo .tablecol.col02 span.navbar {

    display: inline-block;

    box-shadow: 0px 0px 6px #545454;

    border-radius: 10px;

    padding: 14px 5px 12px 5px;

    vertical-align: middle;

    cursor: pointer;

    background: url(../images/nav_icon.png) no-repeat center center;

    width: 35px;

    height: 20px;

}

/*.logo .tablecol.col02 section.navbar{display: inline-block; border-radius: 0px;padding: 10px 5px 10px 5px;vertical-align: middle;cursor: pointer;

background: #f1f1f1 url(../images/nav-no-hover.png) no-repeat center center; width: 35px;height: 20px;

}*/



.logo .tablecol.col02 section.navbar {

    display: inline-block;

    position: relative;

    /*text-indent: -9999px;*/

    

    width: 39px;

    height: 39px;

    background: url(../images/icon.png) no-repeat;

    cursor: pointer;

    vertical-align: middle;

}

.logo .tablecol.col02 section.navbar span {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background: url(../images/icon.png) no-repeat;

    background-position: -50px 0;

    opacity: 0;

    -webkit-transition: opacity 0.5s;

    -moz-transition: opacity 0.5s;

    -o-transition: opacity 0.5s;

    cursor: pointer;

    vertical-align: middle;

}

.logo .tablecol.col02 section.navbar:after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background: url(../images/icon.png) no-repeat;

    background-position: -39px 0;

    opacity: 0;

    -webkit-transition: opacity 0.5s;

    -moz-transition: opacity 0.5s;

    -o-transition: opacity 0.5s;

    cursor: pointer;

    vertical-align: middle;

}

.logo .tablecol.col02 section.navbar:hover:after {

    opacity: 1;

}

.logo .tablecol.col02 a.loginnav {

    display: inline-block;

    box-shadow: none!important;

    /*box-shadow: 0px 0px 6px #545454;*/

    

    border-radius: 20px;

    padding: 8px 15px 8px 15px;

    vertical-align: middle;

    cursor: pointer;

    font-size: 18px;

    margin: 0px 0px 0px  5px;

    color: #000;

    background: #f1f1f1

}

.logo .tablecol.col02 span:hover {

    color: #fff;

    background: url(../images/nav_icon_ho.png) no-repeat center center #0A2D71;

}

/*.logo .tablecol.col02 section:hover{color: #fff;background: url(../images/nav-hover.png) no-repeat center center #ed1f25;-moz-transition: background 0.5s ease-in;-webkit-transition: background 0.5s ease-in; -o-transition: background 0.5s ease-in; transition: background 0.5s ease-in; }*/



.logo .tablecol.col02 a:hover.loginnav {

    -moz-transition: background 0.5s ease-in;

    -webkit-transition: background 0.5s ease-in;

    -o-transition: background 0.5s ease-in;

    transition: background 0.5s ease-in;

    background: #f1f1f1;

    color: #ff0000;

}

/*.new-header .logo .loginnav:hover{-moz-transition: background 0.5s ease-in;-webkit-transition: background 0.5s ease-in; -o-transition: background 0.5s ease-in; transition: background 0.5s ease-in; background: #ed1f25;color: #fff;}*/



.sephed {

    text-align: center;

    margin: 0px 0px 0px 0px;

}

.sephed img {

    max-width: 100%;

}

.septext {

    font-size: 22px;

    text-align: center;

    color: #A02525;

    padding: 8px 0px 6px 0px;

    font-weight: normal !important;

    font-family: Lato;

}

.aclsdiv {

    background: #DBEAF8;

    border-radius: 10px;

    box-shadow: 0px 0px 5px #464646;

    padding: 13px 19px 10px 19px;

    vertical-align: top;

    font-size: 24px;

    text-align: left;

    color: #A02525;

    font-weight: 900;

    margin: 11px 1px 10px 1px;

    line-height: 26px;

    font-family: Lato;

}

.aclsdiv .table {

    display: inline-block;

    vertical-align: top;

    margin: 0px 0px 0px 13px;

}

.aclsdiv .table.tbl01 {

    width: 32%;

    margin: 0px 0px 0px 13px;

}

.aclsdiv .table.tbl02 {

    width: 32%;

    margin: 0px 0px 0px 10px;

}

.aclsdiv .table.tbl03 {

    width: 31%;

    margin: 0px 0px 0px 10px;

}

.aclsdiv .table .tablecol {

    vertical-align: top;

}

.aclsdiv .tablecol.col02 {

    padding: 34px 10px 0px 32px;

    width: 100%;

    text-align: center;

}

.aclsdiv .tablecol.col03 {

    padding: 1px 0px 0px 0px;

}

.aclsdiv .tablecol.col04 {

    padding: 34px 0px 0px 20px;

    width: 100%;

    text-align: center;

}

.aclsdiv .tablecol.col05 {

    padding: 1px 0px 0px 2px;

}

.aclsdiv .tablecol.col06 {

    padding: 34px 0px 0px 25px;

    width: 100%;

    text-align: center;

}

.box3div {

    margin: 30px 0px 0px 0px;

    text-align: center;

}

.box3div .box3div01 {

    border-radius: 10px;

    width: 29%;

    text-align: center;

    box-shadow: 0px 0px 6px #505050;

    padding: 10px 2px 20px 2px;

    display: inline-block

}

.box3div .box3div01.box2 {

    margin: 0px 25px;

}

.box3div .box3div01 span {

    display: block;

    margin: 10px 0px 0px 0px;

}

.box3div .box3div01 section {

    display: block;

    margin: 10px 0px 0px 0px;

}

.box3div .box3divcon01 {

    font-size: 26px;

    color: #092D51;

    font-weight: 400;

    font-family: Lato;

    padding: 8px 0px;

}

.box3div .box3divcon02 {

    text-align: center;

    padding: 4px 0px 0px 0px;

}

.box3div .box3divcon02 a {

    background: url(../images/btn_bg.png);

    height: 29px;

    width: 234px;

    color: #fff;

    font-size: 20px;

    padding: 7px 0px 0px 0px;

    cursor: pointer;

    display: block;

    margin: 0 auto;

}

.box3div .box3divcon02 a:hover {

    background-position: 0px 36px;

}

.box3div .box3divcon03 a {

    font-size: 16px;

}

.rightshare {

    margin: 0px 0px 20px 0px;

}

.box3div .box3divcon03 {

    font-size: 15px;

    color: #092D51;

}

.getpricehd {

    font-size: 20px;

    color: #ff0000;

    text-align: center;

    margin: 30px 0px 15px 0px;

    font-weight: 400;

    font-family: Lato;

    text-decoration: underline;

}

.getprice {

    margin: 0 auto;

    width: 475px;

}

.getprice .textbox {

    padding: 8px;

    border: 1px solid #CCCCCC;

    width: 90%;

    border-radius: 5px;

    box-shadow: inset 0px 1px 1px #dfdfdf;

    font-family: Arial;

    font-size: 14px;

    font-weight: bold;

    color: #606060;

}

.getprice .tablecol.col01 {

    width: 30px;

    padding: 3px 0px 0px 0px;

}

.getprice .tablecol.col03 {

    width: 180px;

}

.submitgetprc {

    background: #ff0000;

    border: none;

    border-radius: 0px;

    color: #fff;

    font-size: 16px;

    padding: 7px 0px 7px 0px;

    font-weight: bold;

    font-family: Arial, Helvetica, sans-serif;

    width: 200px;

}

.submitgetprc:hover {

    -moz-transition: all 0.5s ease-in;

    -webkit-transition: all 0.5s ease-in;

    -o-transition: all 0.5s ease-in;

    transition: all 0.5s ease-in;

    background: #ed1f25;

    cursor: pointer;

}

.submitgetprc img {

    margin: 0px 0px -8px -8px;

    display: none;

}

.contxt01 {

    margin: 40px 0px 20px 0px;

}

.contxt01 .tablecol {

    vertical-align: top;

    font-size: 16px;

    font-weight: bold;

    line-height: 20px;

}

.contxt01 .tablecol.col02 {

    padding: 0px 0px 0px 50px;

}

.contxt01 .tablecol h3 {

    display: block;

    font-size: 22px;

    padding: 0px 0px 10px 0px;

    line-height: 30px;

    font-weight: bold;

    color: #092d51;

    font-family: Lato;

    font-weight: 700;

}

.hd a {

    display: block;

    font-size: 22px;

    padding: 0px 0px 10px 0px;

    line-height: 30px;

    font-weight: bold;

    color: #092d51;

    font-family: Lato;

    font-weight: 700;

    text-decoration: none;

}

.tablecol h6 {

    color: #092d51;

    font-size: 14px;

    margin: 0 0 5px;

    padding: 0;

    width: 100%;

}

.videoinsrt {

    text-align: center;

}

.videoinsrt iframe {

    width: 80%;

}

.large_border {

    text-align: center;

}

.large_border img {

    max-width: 100%;

}

.content {

    margin: 20px 0px;

}

.content h3,

.hd a {

    display: block;

    font-size: 18px;

    padding: 10px 0px 0px 0px;

    line-height: 23px;

    font-weight: normal !important;

    color: #ed1f25 !important;

    font-family: Lato;

    font-weight: 100 !important;

}

.content .tablecol {

    vertical-align: top;

}

.content .tablecol.contect_left {

    padding: 0px 50px 0px 0px;

}

.content .tablecol.contect_right {

    width: 270px;

}

.contenttxt.lft01 {

    margin: 0px 0px 20px 0px;

}

.footer {
    padding: 20px 0px;
    margin: 0 auto;
    width: 100%;
    margin-top: auto;
    text-align: center;
    background: #f1f1f1;
}

.footer .ftrtop_links {
    margin: 0 auto 10px auto;
}

.footer .ftrlwr_txt {

    margin: 0px 0px 0px 0px;

    color: #545454;

    font-weight: 400;

    font-family: Lato;

}

.footer a {

    text-decoration: none;

    color: #545454;

    padding: 0px 5px;

    font-weight: 400;

    font-family: Lato;

}

.footer span {

    font-weight: 400;

    font-family: Lato;

}

.righthd {

    font-size: 17px;

    padding: 5px 5px 7px 5px;

    background: #F6F8F7;

    text-align: center;

    font-weight: 100 !important;

    margin: 0px 0px 10px 0px;

    font-family: Lato;

    font-weight: 100 !important;

    color: #ed1f25 !important;

}

.rightchosus {

    padding: 0px 0px 20px 3px;

}

.rightchosus li {

    background: url(../images/bullet_point.png) no-repeat center left;

    padding: 0px 0px 5px 20px;

}

.rightchosus a {

    text-decoration: none;

    color: #363636;

}

a.readmore {

    color: #B61545;

    text-decoration: none;

    display: inline-block;

    margin: 10px 0px 0px 0px;

}

.rightaskfaq {

    margin: 0px 0px 20px 0px;

}

.rightaskfaq .hd {

    font-family: Arial;

    font-size: 15px;

    font-weight: bold;

    line-height: 19px;

    margin: 0px 0px 0px 0px;

    color: #000;

}

.righttestimonl {

    border: 1px solid #D9D8D8;

    background: #F6F8F7;

    padding: 10px;

}

.righttestimonl img {

    float: left;

    margin: 0px 10px 0px 0px;

}

.righttestimonl .tstimg {

    margin: 10px 0px 0px 0px;

}

.menupop {

    position: absolute;

    background: #E6E7E7;

    padding: 10px 15px;

    border-radius: 5px;

    margin: 40px 0px 0px -84px;

    display: none;

    white-space: nowrap;

}

.menupop a {

    display: block;

    color: #343434;

    padding: 5px;

    text-align: left;

    text-decoration: none;

    font-size: 17px;

}

.menupop a:hover {

    color: #FF0000;

}

.includ11 {

    width: 300px;

    border: 3px solid #B60000;

    border-radius: 5px;

    position: absolute;

    margin: -125px 0px 0px 279px;

    z-index: 1001;

    box-shadow: 0px 0px 3px #a0a0a0;

    background: #fff;

    padding: 0px 0px 10px 0px;

    text-align: left;

    display: none;

}

/*new css by WP team date is 22 oct 2014*/

/*#tool_includ15{margin:-125px 0 0 -309px!important;}







#tool_includ16{margin:-125px 0 0 -309px!important;}*/

/*new css by WP team date is 22 oct 2014*/



.includ11 strong.hdtol {

    display: block;

    padding: 10px;

    font-size: 18px;

    background: #f1f1f1;

    color: #092d51;

    border-bottom: 1px solid #dcdcdc;

    font-weight: normal;

    margin: 0px 0px 10px 0px;

    font-family: Lato;

    font-weight: 700;

}

.includ11 strong.dttol {

    color: #555555;

    font-weight: normal;

    background: url(../images/bullet_point.png) left no-repeat;

    font-weight: normal;

    height: 20px;

    padding: 3px 5px 3px 20px;

    margin: 0px 0px 0px 10px;

    display: block;

    font-size: 14px;

}

img.redarw {

    position: absolute;

    margin: 125px 0px 0px -10px;

}

.includ11.popbox5,

.includ11.popbox6 {

    margin: -125px 0px 0px -255px;

}

/*.includ11.popbox5 img.redarw,.includ11.popbox6 img.redarw{margin: 125px 0px 0px 302px; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}*/



.includ11.popbox5,

.includ11.popbox6 {

    margin: -125px 0px 0px -307px;

}

/*.includ11.popbox5,.includ11.popbox6{margin: -125px 0px 0px -255px;}*/



.includ11.popbox5 img.redarw,

.includ11.popbox6 img.redarw {

    margin: 125px 0px 0px 302px;

    transform: rotate(180deg);

}

/*  aclsdiv  */



.aclspagediv {

    margin: 10px 0px 20px 0px;

}

.aclspagediv .tablecol {

    vertical-align: top;

    padding-top: 2px;

}

.aclspagediv .tablecol.collft {

    width: 475px;

    text-align: center;

    padding: 0px 10px 0px 0px;

}

.aclspagediv .tablecol.colrgt {

    text-align: center;

}

.aclspagediv .tablecol.colrgt .aclspgim {

    text-align: left;

}

.aclspagediv .tablecol.colrgt .aclspgim img {

    width: auto;

    max-height: 250px;

}

.aclspagediv .tablecol.colrgt .getpricehd {

    line-height: 29px;

    margin: 15px 0px 15px 0px;

}

.box3div.acls {

    margin: 0px;

}

.box3div.acls .box3div01 {

    width: 92%;

    background: #fff;

    margin: 0px;

    display: block;

    padding: 5px 10px 20px 10px;

    border-radius: 10px;

}

.collftdiv {

    background: #DBEAF8;

    border-radius: 10px;

    box-shadow: 0px 0px 5px #939393;

    padding: 20px 20px;

}

.aclspagediv .getprice {

    margin: 0 auto;

    width: auto;

    font-size: 25px;

    text-align: center;

    color: #A02525;

    font-weight: bold;

    margin: 10px 0px;

    line-height: 30px;

}

.lftaclsim01 {} .lftaclsim02 {

    font-size: 25px;

    text-align: center;

    color: #A02525;

    font-weight: bold;

    padding: 24px 0px;

}

.lftaclsim03 {} .collftdiv .tablecol.col01 {

    padding: 0px 10px 0px 0px;

}

.contenttxt.lft01 .hd,

hd a {

    padding: 0px;

}

.contenttxt.lft01 h3 {

    padding: 0px;

}

/* checkout */



.checkout {

    border-radius: 7px;

    box-shadow: 0px 0px 7px #7a7a7a;

    margin: 15px -30px;

    padding: 30px;

}

.checkout .tablecol {

    vertical-align: top;

}

.checkout .tablecol.col1 {

    width: 400px;

}

.checkout .tablecol.col2 {

    padding: 0px 15px;

    line-height: 20px;

    font-weight: bold;

    font-size: 13px;

    letter-spacing: 0px;

}

.checkout .tablecol.col2 strong {

    display: block;

}

.checkout .tablecol.col3 {

    line-height: 26px;

    width: 270px;

    font-weight: bold;

    font-size: 13px;

}

.checkout .tablecol.col3 li {

    display: block;

}

.checkout .tablecol .hd {

    display: block;

    font-weight: bold;

    color: #7B7B7B;

}

.checkout .tablerow .tablecol {

    vertical-align: middle;

    padding: 0px 0px 10px 0px;

}

.checkout .tablerow .tablecol.col01 {

    padding: 0px 10px 10px 0px;

    vertical-align: top;

}

.checkout .tablerow .tablecol.col02 ul li:first-child {

    width: 170px;

    font-weight: bold;

}

.checkout .tablerow .tablecol.col02 ul li:nth-child(2) {

    width: 65px;

    color: #D00C0C;

    font-size: 13px;

}

.checkout .tablerow .tablecol.col02 ul li:nth-child(3) {

    font-weight: bold;

    color: #7a7a7a;

}

.checkout .tablerow .tablecol.col02 ul li:nth-child(3) .disprc {

    color: #00AB28;

}

.prcntdis {

    color: #00AB28;

    display: block;

    text-align: center;

    margin: -20px 0px 0px 0px;

    font-weight: bold;

}

.checkout .tablerow.tr03 .hint {

    font-size: 12px;

    color: #898989;

    padding: 0px 0px 0px 3px;

}

.checkout .sep {

    text-align: center;

}

.checkout .sep img {

    max-width: 100%;

}

.checkout .amttbl {

    margin: 30px 0px 0px 0px;

}

.checkout .includ11.popbox1 {

    margin: -40px 0px 0px 70px;

}

.checkout .includ11.popbox1 img.redarw {

    margin: 42px 0px 0px -10px;

}

.amttbl .tablecol.col01 {

    width: 600px;

    vertical-align: top;

}

.amttbl .tablecol.col01 strong {

    display: block;

    color: #0A2878;

    font-weight: bold;

    padding: 0px 0px 5px 0px;

}

.accbld {

    margin: 0px 0px 10px 0px;

}

.accbld .textbox {

    width: 165px;

    padding: 7px 5px;

    border-radius: 5px;

    border: 1px solid #d7d7d7;

    margin: 0px 10px 10px 0px;

}

.accbld .textbox.last {

    margin: 0px 0px 0px 0px;

}

.accbld .textbox.slt {

    width: 177px;

    padding: 5px 5px;

}

.sambl {

    color: #0A2878;

    display: block;

    padding: 10px 0px;

}

.accbld .textbox.slt01 {

    width: 127px;

    padding: 5px 5px;

}

.accbld .textbox.slt02 {

    width: 70px;

    padding: 5px 5px;

}

.accbld .textbox.slt03 {

    width: 70px;

    padding: 5px 5px;

}

.accbld .textbox.sml {

    width: 45px;

}

.amttbl .tablecol.col02 {

    padding: 0px 0px 0px 20px;

}

.chkotbox {

    width: 250px;

    min-height: 300px;

    background: #DBEAF8;

    border-radius: 5px;

    margin: 20px 0px 10px 0px;

    padding: 20px;

}

.billccimg {

    text-align: center;

    display: block;

}

.amttbl .tablecol.col02 span {

    display: block;

    padding: 5px 0px;

}

.amttbl .tablecol.col02 strong {

    display: table-cell;

    font-size: 18px;

    color: #545454;

}

.amttbl .tablecol.col02 strong.amst {

    width: 120px;

}

.amttbl .tablecol.col02 .amchspn {

    text-align: center;

    padding: 0px 0px 20px 0px;

}

.amttbl .tablecol.col02 .amchspnsep {

    text-align: center;

    padding: 10px 0px 10px 0px;

}

.amttbl .tablecol.col02 .amchspnsep img {

    width: 100%;

}

.amttbl .tablecol.col02 .amstrgt {

    text-align: right;

    width: 100px;

}

.amttbl .tablecol.col02 .submitspn {

    display: block;

    padding: 20px 0px 0px 10px;

}

.amttbl .tablecol.col02 .submitbtn {

    display: block;

    text-align: center;

    background: url(../images/submit_orderbutn.png);

    width: 226px;

    height: 35px;

    background-position: 0px 0px;

    cursor: pointer;

    padding: 0px 0px 7px 0px;

    border: none;

    font-family: Lato;

    font-size: 17px;

    color: #fff;

    font-weight: 400;

}

.amttbl .tablecol.col02 .submitbtn:hover {

    background-position: 0px 35px;

    cursor: pointer;

}

.shipradio input {

    top: 2px;

    position: relative;

}

.inputtext {

    display: none;

}

.trmsubmt {

    font-size: 12px;

    margin: 10px 0px;

}

.trmsubmt a {

    color: #000;

}

.promotional_code {

    margin: 20px 0px 5px 80px;

    font-size: 13px;

    font-weight: bold;

}

.promotional_code .prcentaplied {

    color: #00AB28;

    display: block;

    margin: 0px 0px -7px 0px;

}

.promotional_code span {

    display: block;

    color: #8E8E8E;

}

.promotional_code .textbox {

    width: 90%;

    padding: 7px;

    border: 1px solid #D9D7D7;

    border-radius: 7px;

}

.crimg {

    display: block;

    text-align: center;

}

img.responsive {

    width: 100%;

    /* or max-width : 100% */

    

    height: auto;

    margin-top: -15px;

}

.wpcf7-textarea {

    width: 90%;

}

.box3div a {

    text-decoration: none;

    color: #092d51

}

/*.box3div .box3divcon03 a:hover div.includ11 {display:block}*/



footer {

    float: left;

    width: 100%;

    position: relative;

    background: #f1f1f1;

    padding-bottom: 36px;

}

.new-header {

    width: 100%;

    float: left;

    position: relative;

    background: #FFF;

    padding-bottom: 28px;

    z-index: 1

}

.topchosus a.life4
 {
    font-size: var(--font_big) !important;
}

.new-header header {

    max-width: 1280px !important;

    margin: 0 auto;

}

.clr {

    clear: both;

    height: 0

}

.new-header .logo {

    padding-bottom: 8px;

}

footer .footer a {

    padding: 0

}

footer .footer a:hover {

    -moz-transition: all 0.5s ease-in;

    -webkit-transition: all 0.5s ease-in;

    -o-transition: all 0.5s ease-in;

    transition: all 0.5s ease-in;

    color: #ff0000

}

.home-top-seciton {

    padding: 22px 0px;

    float: left;

    position: relative;

    background: #98c0dd;

    width: 100%;

    margin-bottom: 30px;

}

.mainCntr {

    max-width: 1280px;

    margin: 0 auto;

    position: relative

}

.mainCntr .box3div {

    width: 370px;

    float: left;

    position: relative;

    margin: 0

}

.mainCntr .box3div .box3div01,

.mainCntr .box3div .box3div02,

.mainCntr .box3div .box3div03 {

    width: 100%;

    float: left;

    margin: 0;

    background: #fff;

    padding: 16px 24px;

    border-radius: 0px;

    box-shadow: 0px 0px 0px #505050;

    width: 322px

}

.mainCntr .box3div .box3div01.box2 {

    margin: 18px 0

}

.certi-section {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    background: #fff;

    border: solid 1px #FF0000;

    padding: 1px;

    float: left;

    width: 100%;

    position: relative;

    margin: 4px 0px

}

.price-new {

    width: 58px;

    border: solid 1px #FF0000;

    color: #FF0000;

    float: right;

    text-align: center;

    font-size: 16px;

    line-height: 58px;

    margin: 0px 0px 0px 1px!important

}

.certi-section a {

    width: 257px;

    float: left;

    position: relative;

    background: #ff0000;

    text-decoration: none;

    font-size: 26px;

    line-height: 28px;

    text-align: center;

    padding: 16px 0px;

    color: #fff;

    cursor: pointer;

    font-family: 'Lato', sans-serif;

    font-weight: 700;

}

.certi-section a:hover {

    -moz-transition: all 0.5s ease-in;

    -webkit-transition: all 0.5s ease-in;

    -o-transition: all 0.5s ease-in;

    transition: all 0.5s ease-in;

    background: #ed1f25

}

.home_right {

    width: 570px;

    float: right;

    position: relative

}

.home_banner {

    width: 100%;

    float: left;

    position: relative;

    line-height: 0

}

.home_banner img {

    max-width: 100%;

    height: auto

}

.home_banner span {

    position: absolute;

    left: 0;

    bottom: -2px;

    background: rgba(0, 0, 0, 0.8);

    width: 100%;

    text-align: center;

    font-size: 28px;

    color: #fff;

    line-height: 40px;

    padding: 10px 0px;

    font-family: 'Lato', sans-serif;

    font-weight: 700;

}

.disc {

    width: 100%;

    position: relative;

    background: #f1f1f1;

    float: left;

    padding: 13px 30px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.disc ul {

    list-style: disc

}

.disc ul li {

    width: 50%;

    float: left;

    font-size: 18px;

    color: #000;

    font-family: Lato;

    display: block;

    padding-left: 20px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    position: relative;

    margin: 8px 0px

}

.disc ul li:before {

    content: "• ";

    color: #98c0dd;

    position: absolute;

    left: 0;

}

/**** modified b.new-header Rajni ****/



.wc_register-btn {

    border-radius: 0px;

    padding: 9px 8px 9px 10px;

    vertical-align: middle;

    cursor: pointer;

    font-size: 18px;

    margin: 0px 0px 0px 25px;

    color: #fff !important;

    background: #f00;

    text-decoration: none;

    margin-right: 27px;

}

.wc_register-btn:hover {

    -moz-transition: all 0.25s ease-in;

    -webkit-transition: all 0.25s ease-in;

    -o-transition: all 0.25s ease-in;

    transition: all 0.25s ease-in;

    background: #00c33c;

    cursor: pointer;

}

.new-header {

    padding-bottom: 0px;

    /*position: fixed;*/

    min-width: 100%;

    left: 0;

    max-width: 100%;

    top: 0;

    border-bottom: 1px solid #f1f1f1

}

.content {

    padding-top: 79px;

}



img.account_logo 

{

    width: 20%;

}



.table.logo img,

.wc_logo_ume img

{

    width: 150px;

    margin-top:18px;
    padding: 0px !important;

}



.ms-mb-0{ margin-bottom: 0px !important;}

.ms-pb-0{ padding-bottom: 0px !important;}

.ms-mt-0{ margin-top: 0px !important;}

.ms-pt-0{ padding-top: 0px !important;}



/**** modified by Rajni ****/



@media (max-width: 1280px) {

    .home_txtbox_right {

        float: left !important;

        margin-left: 25%;

        margin-top: 15px;

    }

}

@media (max-width: 954px) {

    .mainCntr {

        padding: 20px

    }

    /*.home_right{width:100%}*/

    

    .home_banner img {

        width: 100%

    }

    /*.mainCntr .box3div{margin:0 auto 20px; float:none; overflow:hidden; }*/

    

    .home_banner span {

        font-size: 24px;

    }

    .disc ul li {

        font-size: 16px

    }

    .certi-section a {

        font-size: 24px

    }

}

@media (max-width: 954px) and (min-width: 768px) {

    .mainCntr .box3div {

        margin: 0 0 20px!important;

        float: left!important;

    }

    .home_right {

        width: 360px!important;

        margin-right: 10px;

    }

    .disc {

        padding: 13px 30px 30px!important;

    }

    body.home > div.home-top-seciton > div.mainCntr {

        width: 750px!important;

        padding: 0px;

    }

    .disc ul li {

        width: 50%!important;

    }

    .home_banner span {

        font-size: 20px!important;

        line-height: 26px!important;

    }

    .home-top-seciton {

        padding: 22px 0px 0px;

    }

}

@media (max-width: 767px) and (min-width: 600px) {

    .mainCntr .box3div {

        margin: 0 0 20px!important;

        float: left!important;

    }

    .home_right {

        width: 310px!important;

        margin-right: 0px;

    }

    .disc {

        padding: 13px 30px 31px!important;

    }

    body.home > div.home-top-seciton > div.mainCntr {

        width: 580px!important;

        padding: 0px;

    }

    .disc ul li {

        width: 50%!important;

    }

    .home_banner span {

        font-size: 18px!important;

        line-height: 23px !important;

    }

    .disc ul li {

        font-size: 14px!important;

    }

    .mainCntr .box3div .box3div01,

    .mainCntr .box3div .box3div02,

    .mainCntr .box3div .box3div03 {

        padding: 16px 6px;

        width: 253px;

    }

    .certi-section a {

        width: 188px;

        line-height: 28px;

        padding: 16px 0px;

        font-size: 14px !important;

    }

    .mainCntr .box3div {

        width: 268px !important;

    }

    .mainCntr .box3div .box3div01.box2 {

        margin: 13px 0px !important;

    }

    .home-top-seciton {

        padding: 22px 0px 0px;

    }

}

@media only screen and (max-width: 800px) {

    .mainCntr {

        padding: 20px

    }

    .home_right {

        width: 100%

    }

    .home_banner img {

        width: 100%

    }

    .mainCntr .box3div {

        margin: 0 auto 20px;

        float: none;

        overflow: hidden;

    }

    .home_banner span {

        font-size: 24px;

    }

    .disc ul li {

        font-size: 16px

    }

    .certi-section a {

        font-size: 24px

    }

    .disc ul li {

        width: 100%;

    }

    .home_txtbox_right {

        margin-left: 35%;

    }

}

@media (max-width: 768px) {

    .content .tablecol.contect_right {

        width: 50%;

        margin-top: 2%;

    }

    /**** 25_oct_2016 ****/

    

    .content .tablecol.contect_right {

        width: 100% !important;

        padding: 0px !important;

        margin-top: 2%;

        float: left !important;

    }

    .content .tablecol.contect_left {

        width: 100% !important;

        float: left !important;

        padding: 0px !important;

    }

}

@media (max-width: 480px) {

    .home_txtbox_right {

        margin-left: 0 !important;

    }

    .content {

        padding-top: 120px;

    }

}

@media only screen and (max-width: 479px) {

    .home_banner span {

        font-size: 16px;

        line-height: 22px;

    }

    #cw-epu-form-1 > ul > li.tablecol.col01 > img {

        width: 90%;

    }

    .disc ul li {

        font-size: 14px

    }

    .certi-section a {

        font-size: 22px

    }

    .mainCntr .box3div .box3div01,

    .mainCntr .box3div .box3div02,

    .mainCntr .box3div .box3div03 {

        -webkit-box-sizing: border-box;

        -moz-box-sizing: border-box;

        box-sizing: border-box;

        width: 100%;

        padding: 15px

    }

    .mainCntr .box3div {

        width: 282px

    }

    .price-new {

        width: 48px

    }

    .certi-section a {

        width: 197px;

        font-size: 18px;

        padding: 16px 0px 19px;

        line-height: 25px;

    }

    .disc ul li {

        width: 100%;

    }

}

.mobileHide iframe {

    display: block!important;

}



.text-center{

text-align:center;

}