@charset "utf-8";body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #fff;
    color: #000000;
    text-align: center;
    font-family: 'Euclid Circular A';
    font-weight: normal;
}

div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {
    margin: 0;
    padding: 0;
}

header, section, footer, aside, nav, main, article, figure {
    display: block;
}

table, tr, td {
    border: 0;
}

a {
    outline: none;
    color: inherit;
    text-decoration: none;
}

a:hover {
}

img {
    border: none;
}

li {
    list-style: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.img-full {
    max-width: 100%;
}

.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

.forMob, .forTab {
    display: none;
}

.forDesk, .hide-mob {
    display: block;
}

.tadda {
    animation-name: tadda;
    -webkit-animation-name: tadda;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes tadda {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes tadda {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.taddaR {
    animation-name: taddaR;
    -webkit-animation-name: taddaR;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes taddaR {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes taddaR {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.topStrip {
    float: left;
    width: 100%;
    background: #e91414;
    padding: 5px 0;
}

.topStrip p {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.topStrip p span {
    color: #ffe400;
}

.top-arw1 {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 20px 0 0;
}

.top-arw2 {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 20px;
}

.header {
    float: left;
    width: 100%;
    padding: 15px 0;
}

.chk-logo {
    float: left;
    margin-top: 0px;
}

.chk-step {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
}

.custmr-suprt {
    float: right;
    padding: 0 0 0 44px;
    font-size: 16px;
    line-height: 24px;
    color: #000001;
    position: relative;
    text-align: left;
    letter-spacing: 0.5px;
    margin-top: 5px;
}

.custmr-suprt img {
    position: absolute;
    left: 0;
    top: 10px;
}

.custmr-suprt span {
    font-size: 20px;
    font-weight: 600;
}

.sectionOne {
    float: left;
    width: 100%;
    padding: 0 0 50px;
}

.chk-bnr {
    float: left;
    width: 100%;
    background: #073a66;
    border-radius: 10px;
    padding: 12px 10px;
    text-align: center;
}

.chk-bnr-hdng {
    float: left;
    width: 100%;
    font-size: 31px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.chk-bnr-hdng img {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}

.chk-bnr ul {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.chk-bnr ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 30px;
    background: url(../../images/new_checkoutv2/tik.png) no-repeat left center;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    text-align: left;
    margin: 0 0 0 20px;
    letter-spacing: 0.5px;
}

.chk-Box {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.chk-left-side {
    float: left;
    width: 60%;
}

.bdrBox {
    float: left;
    width: 100%;
    border: 1px solid #a9a9a9;
    border-radius: 10px;
}

.step-hdng {
    float: left;
    width: 100%;
    background: #f4f4f4;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #a9a9a9;
    font-size: 26px;
    line-height: 28px;
    color: #222222;
    font-weight: 600;
    text-align: left;
    padding: 15px;
}

.step-hdng2 {
    font-size: 26px;
}

.pkgbox {
    float: left;
    width: 100%;
    padding: 15px;
}

.buyOpt-row {
    float: left;
    width: 100%;
    cursor: pointer;
    border: 2px solid #252525;
    border-radius: 10px;
    margin: 10px 0;
    background: #fff;
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transition: transform .2s;
}

.buyOpt-row.active {
    background: #f4faff;
    border: 2px solid #073a66;
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

.packageOpt {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
}

.pkg-top {
    float: left;
    width: 100%;
    background: #252525;
    padding: 10px 15px 10px 55px;
}

.buyOpt-row.active .pkg-top {
    background: #073a66;
}

.packageOpt input[type=radio] {
    position: absolute;
    opacity: 0;
}

.packageOpt input[type=radio]+span {
    position: absolute;
    left: 14px;
    top: 14px;
    width: 23px;
    height: 23px;
    border-radius: 3px;
    background: #fff;
}

.packageOpt input[type=radio]:checked+span:after {
    background: url(../images/top_chk.png) no-repeat center center;
    content: "";
    left: 4px;
    top: -2px;
    width: 26px;
    height: 23px;
    position: absolute;
}

.pkg-txt1 {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 29px;
    line-height: 30px;
    color: #ffffff;
}

.pkg-txt1 span {
    float: right;
    font-size: 23px;
    text-transform: uppercase;
}

.pkg-prodBx {
    float: left;
    width: 100%;
    padding: 6px 15px;
    position: relative;
}

.pkg-prod-left {
    float: left;
    text-align: left;
    padding: 30px 0 15px 10px;
    position: relative;
    max-width: 340px;
}

.pkg-prod {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.save-seal {
    position: absolute;
    top: 10px;
    right: -66px;
    width: 79px;
    height: 79px;
    background: url(../images/save-seal.png) no-repeat center center;
    padding: 20px 0;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
}

.pkg-prc-rgt {
    float: right;
    width: 240px;
    text-align: center;
}

.pack-txt1 {
    color: #252525;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.buyOpt-row.active .pack-txt1 {
    color: #073a66;
}

.pkg-prc1 {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}

.strikeout {
    position: relative;
}

.strikeout::after {
    border-bottom: .1em solid red;
    content: "";
    left: -3px;
    margin-top: calc(0.125em/2 * -1);
    position: absolute;
    right: -5px;
    top: 53%;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}

.rtl-prc {
    position: relative;
    margin-top: 5px;
}

.float-prc1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 47px;
    line-height: 70px;
    color: #073a66;
    font-weight: bold;
}

.float-prc1 sup {
    font-size: 40px;
    line-height: 40px;
}

.float-prc2 {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 30px;
    line-height: 26px;
    color: #073a66;
    text-align: center;
    letter-spacing: -0.5px;
}

.float-prc2 span {
    /* border-top: 2px solid #073a66; */
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 22px;
    line-height: 23px;
    color: #073a66;
}

.pkg-prc2 {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.select-btn {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    height: 44px;
    background: #252525;
    border-radius: 5px;
    border-bottom: 1px solid #252525;
    padding-right: 25px;
    position: relative;
    font-size: 24px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    overflow: hidden;
    margin: 10px 0 -30px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.select-btn:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    background: url(../../images/new_checkoutv2/btn-arw.png) no-repeat center center #737373;
}

.buyOpt-row.active .select-btn {
    background: #ff6c00;
    border-bottom: 1px solid #f97000;
}

.buyOpt-row.active .select-btn:after {
    background: url(../../images/new_checkoutv2/btn-arw.png) no-repeat center center #f9872e;
}

.pkg-btm-strp {
    float: left;
    width: 100%;
    padding: 6px 10px 6px 38px;
    background: #d7d7d7;
}

.pkg-btm-strp p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    font-weight: 500;
}

.pkg-btm-strp p img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 10px 0 0;
}

.buyOpt-row.active .pkg-btm-strp {
    background: #ffcc00;
}

.order-summry {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    background: #f3f3f3;
    padding: 15px;
}

.odr-hdng {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #3f3f3f;
    font-weight: 500;
    border-bottom: 1px solid #c3c3c3;
    padding: 0 10px 10px;
}

.odr-hdng span {
    float: right;
}

.smry-mdl {
    float: left;
    width: 100%;
    margin-top: 15px;
    padding: 0 10px;
}

.smry-lft {
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
}

.smry-lft img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.qty-prd {
    position: absolute;
    right: 0;
    top: 10px;
    width: 30px;
    height: 30px;
    background: #ffae00;
    border-radius: 50%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
}

.smry-rght {
    float: right;
    width: 75%;
}

.smry-rght table {
    float: left;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.smry-rght tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.smry-rght tbody tr td:first-child {
    text-align: left;
    padding: 7px 0;
}

.smry-rght tbody tr td:last-child {
    text-align: right;
    padding: 7px 0;
}

.grand-total {
    font-weight: bold;
}

.offer-prcBox {
    float: left;
    width: 100%;
    margin-top: 15px;
    background: #d7e7f4;
    padding: 15px;
    position: relative;
}

.save-txt {
    float: left;
    text-align: left;
}

.save-txt p {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 31px;
    color: #073a66;
    text-transform: uppercase;
    font-weight: bold;
}

.save-txt p span {
    font-size: 40px;
}

.save-txt img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
}

.ofr-rgt {
    float: right;
    text-align: right;
}

.ofr-rgt p {
    font-size: 20px;
    line-height: 26px;
    color: #121212;
    margin: 5px 0;
}

.mny-bk-box {
    float: left;
    width: 100%;
    padding: 0 35px 25px;
    margin-top: 80px;
    position: relative;
    border: 1px solid #ccc;
}

.seal {
    display: block;
    margin: -70px auto 15px;
}

.mny-bk-box span {
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #000000;
}

.mny-bk-box p {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-top: 8px;
}

.chk-rght-side {
    float: right;
    width: 39%;
}

.paypal-btnBx {
    float: left;
    width: 100%;
    padding: 20px 15px 15px;
    text-align: center;
}

.paypal-btnBx button {
    background: transparent;
    padding: 0;
    cursor: pointer;
    position: static;
}

.paypal-btn {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.paypal-btnBx p {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    position: relative;
    background: url(../../images/new_checkoutv2/or-line.png) no-repeat center center;
    margin-top: 12px;
}

.pymntBx {
    float: left;
    width: 100%;
    background: #f1f1f1;
    padding: 15px 20px;
    border-radius: 0 0 10px 10px;
}

.mrgn25 {
    margin-top: 25px;
}

.frmBox {
    float: left;
    width: 100%;
    padding: 10px 20px 20px;
    border-radius: 0 0 10px 10px;
}

.frmElement {
    float: left;
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.frmElement label {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    color: #010101;
    margin-bottom: 5px;
    text-align: left;
}

.frmElement input[type=tel], .frmElement input[type=text], .frmElement input[type=email] {
    float: left;
    width: 100%;
    outline: none;
    height: 55px;
    line-height: 55px;
    color: #000;
    font-size: 18px;
    padding: 0px 15px;
    font-family: 'Euclid Circular A';
    border: 1px solid #c8cad3;
    font-weight: 300;
    -webkit-appearance: none;
    background: #fff;
}

.frmField {
    float: left;
    width: 100%;
    outline: none;
    height: 55px;
    line-height: 55px;
    color: #000;
    font-size: 18px;
    padding: 0px 15px;
    font-family: 'Euclid Circular A';
    border: 1px solid #c8cad3;
    font-weight: 300;
    -webkit-appearance: none;
    background: #fff;
}

.frmElement select {
    -webkit-appearance: none;
    background: url(../../images/new_checkoutv2/dwn-arw.png) no-repeat 95% center #fff;
    padding: 0 15px;
}

.frmElement.hlf {
    width: 48%;
}

a.whats-this {
    float: left;
    color: #333;
    font-size: 16px;
    margin-top: 15px;
    text-decoration: underline;
}

.frmElement.fr {
    float: right;
}

.mrgn30 {
    margin-top: 30px;
}

.card-accept {
    float: left;
    width: 100%;
    margin: 10px 0;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
}

.card-accept img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 10px;
}

a.whats-dis {
    float: left;
    color: #333;
    font-size: 16px;
    margin-top: 15px;
    text-decoration: underline;
}

.fieldToggle {
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    margin: 20px 0 0 0;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}

.fieldToggle input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.fieldToggle input[type=checkbox]+span {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    border: 1px solid #808080;
    position: relative;
}

.fieldToggle input[type=checkbox]+span {
    position: absolute;
    left: 0;
}

.fieldToggle input[type=checkbox]:checked+span:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background: url(../../images/new_checkoutv2/tik-blk.svg) no-repeat center center;
    background-size: 100%;
    left: 1px;
    top: 1px;
}

.spcialbx {
    float: left;
    width: 100%;
    padding: 15px;
}

.offerBox {
    float: left;
    width: 100%;
    border: 2px dashed #ffe9ae;
    border-radius: 10px;
}

.ofrbx-top {
    float: left;
    width: 100%;
    background: #ffb400;
    padding: 12px 10px 10px;
    text-align: left;
    border-radius: 10px 10px 0 0;
    border-bottom: 2px dashed #ffe9ae;
}

.ofrbx-top .fieldToggle {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
    padding-left: 35px;
}

.ofrbx-top .fieldToggle p {
    font-size: 21px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.ofr-chk {
    background: #fff;
    margin-top: 2px;
    margin-left: 5px;
}

.ofrbx-mdl {
    float: left;
    width: 100%;
    padding: 15px 10px 15px 115px;
    position: relative;
    text-align: left;
    background: #fdfad3;
    border-radius: 0 0 10px 10px;
}

.warnty1yr {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -47px;
}

.offrbx-txt1 {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 21px;
    color: #222222;
}

.packageBtn {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    width: 100%;
    height: 88px;
    line-height: 84px;
    overflow: hidden;
    color: #ffffff;
    font-size: 30px;
    font-family: 'Euclid Circular A';
    position: relative;
    font-weight: 600;
    padding: 0;
    outline: none;
    letter-spacing: 0.5px;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 10px;
    outline: none;
    border: 3px solid #42d51c;
    background: rgb(31, 136, 5);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 136, 5, 1)), color-stop(50%, rgba(39, 153, 10, 1)), to(rgba(44, 164, 14, 1)));
    background: linear-gradient(0deg, rgba(31, 136, 5, 1) 0%, rgba(39, 153, 10, 1) 50%, rgba(44, 164, 14, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f8805", endColorstr="#2ca40e", GradientType=1);
}

.packageBtn:hover {
    background: rgb(31, 136, 5);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 136, 5, 1)), color-stop(50%, rgba(39, 153, 10, 1)), to(rgba(44, 164, 14, 1)));
    background: linear-gradient(0deg, rgba(31, 136, 5, 1) 0%, rgba(39, 153, 10, 1) 50%, rgba(44, 164, 14, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f8805", endColorstr="#2ca40e", GradientType=1);
}

.secureBox {
    float: left;
    width: 100%;
    background: #f5f5f5;
    margin-top: 15px;
    border: 1px solid #dddddd;
    padding: 15px 10px 15px 105px;
    text-align: left;
    position: relative;
    border-radius: 10px;
}

.secureBox img {
    position: absolute;
    left: 5px;
    top: 15px;
}

.secureBox span {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}

.secureBox p {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-top: 8px;
}

.chk-sec2 {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #f4f4f4;
}

.com-heading {
    float: left;
    width: 100%;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
    font-weight: bold;
}

.tesi-box {
    float: left;
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.testi-col {
    width: 31.50%;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
    padding: 15px 17px 25px;
    text-align: left;
}

.t-para {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-top: 10px;
    letter-spacing: 0.3px;
}

.t-name-dv {
    float: left;
    width: 100%;
    text-align: left;
    padding: 5px 0 12px 90px;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}

.t-img {
    position: absolute;
    left: 0;
    top: 0;
}

.star {
    display: block;
    margin-bottom: 8px;
}

.t-name-dv span {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
}

.t-name-dv p {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    color: #565656;
}

.testi-sec {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 970px;
    margin-top: 35px;
}

.testi-bx {
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    margin-top: 30px;
    padding: 0 0 20px 80px;
    border-bottom: 1px solid #cccccc;
}

.testi-bx:last-child {
    border: none;
}

.name-t {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: #d3d9de;
    font-weight: bold;
    position: absolute;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    left: 0;
    top: -5px;
}

.t-star {
    display: block;
    width: 80px;
}

.tsti-txt2 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.tsti-txt3 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #313b54;
    margin-top: 8px;
    font-weight: 500;
}

.tsti-txt3 span {
    color: #7b7f85;
    font-weight: 300;
    padding: 0 5px;
    font-size: 14px;
    line-height: 24px;
}

.tsti-txt3 span img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 3px 0 0;
}

.chk-sec3 {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.faq-container {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 970px;
    text-align: left;
    margin: 30px 0 0;
}

.up-slide-dwn {
    float: left;
    width: 100%;
}

.accordion {
    float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn.png) no-repeat 98% center;
    padding: 18px 40px 18px 0;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    letter-spacing: 0.5px;
}

.acdn-heading.accordion-open {
    background: url(../images/open-btn.png) no-repeat 98% center;
    border: none;
}

.acdn-content {
    float: left;
    width: 100%;
    padding: 0px 25px 0 0;
    border-bottom: 1px solid #e5e5e5;
}

.acdn-para {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #121212;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.footer {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #f3f3f3;
}

.ftr-links-inr {
    float: left;
    width: 100%;
    text-align: left;
}

.ftr-links-col {
    float: left;
    width: 22%;
    padding: 0 15px;
    position: relative;
}

.ftr-links-col:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 150px;
    width: 1px;
    background: #ccc;
    content: "";
}

.ftr-links-col-4:after {
    display: none;
}

.ftr-links-col-1 {
    width: 30%;
    padding: 0 25px;
}

.ftr-links-col-2 {
    width: 22%;
}

.ftr-links-col-3 {
}

.ftr-links-col-4 {
}

.ftr-log {
    max-width: 100%;
}

.address-ftr {
    float: left;
    width: 100%;
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 26px;
    color: #505050;
}

.ftr-links-hd {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #2f2422;
    font-weight: bold;
    margin-bottom: 10px;
}

.ftr-links-list {
    float: left;
    width: 100%;
}

.ftr-links-list li {
    float: left;
    width: 100%;
    margin: 8px 0 0;
    font-size: 18px;
    line-height: 24px;
    color: #505050;
    text-align: left;
    letter-spacing: 0.3px;
}

.ftr-links-list li a {
    color: #505050;
}

.ftr-links-list li a img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

.ftr-cards {
    float: left;
    max-width: 100%;
    margin-top: 25px;
}

.ftr-seal {
    display: block;
    margin: 0 0 10px;
}

.ftr-g-txt {
    float: left;
    width: 100%;
    margin: 10px 0 0;
    font-size: 17px;
    line-height: 22px;
    color: #505050;
}

.ftr-btm {
    float: left;
    width: 100%;
    padding: 25px 0 0;
    border-top: 1px solid #ccc;
    margin-top: 40px;
}

.ftr-txt {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    color: #222222;
    margin-bottom: 15px;
}

.ftr-logos {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.d-none {
    display: none !important;
}

.billBox {
    margin-top: 10px;
    margin-left: -25px
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 22px;
    margin-top: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider.round {
    border-radius: 34px;
}

.jrny-pckg .fieldToggle input:checked+.slider {
    background-color: #2196f3;
}

.jrny-pckg .fieldToggle input:checked+.slider:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
}

.jrny-pckg .fieldToggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%;
    height: 21px;
}

.jrny-pckg .ofrbx-top .fieldToggle {
    display: flex;
    padding-left: 0;
    justify-content: space-between;
    align-items: center;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 6px;
    bottom: 1px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider.round:before {
    border-radius: 50%;
}

.slider.round:after {
    display: none;
}

#product1 .pkg-prod-left {
    padding-left: 110px;
}

@media only screen and (max-width: 1187px) {
    .container {
        width: 1004px;
    }

    .pkg-prodBx {
        padding: 6px 6px;
    }

    .pkg-prod {
        height: 95px;
    }

    .pkg-prod1 {
        height: 110px;
    }

    .pkg-btm-strp {
        padding: 5px 0 5px 10px;
    }

    .pkg-btm-strp p {
        font-size: 15px;
        line-height: 25px;
    }

    .fieldToggle {
        padding-left: 0;
    }

    .billBox {
        margin-left: 0;
    }

    .save-seal {
        font-size: 18px;
        line-height: 20px;
        background-size: 100%;
        width: 70px;
        height: 70px;
        padding: 14px 0;
    }

    .card-accept img {
        width: 200px;
        max-width: 100%;
    }

    .step-hdng {
        font-size: 24px;
    }

    .ftr-links-col {
        padding: 0 20px;
    }

    .ftr-links-col-1 {
        padding: 0 15px 0 0;
    }

    .address-ftr {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1021px) {
    .container {
        width: 750px;
    }

    .forTab {
        display: block;
    }

    .forDesk {
        display: none;
    }

    .chk-logo {
    }

    .chk-step {
        width: 300px;
    }

    .chk-secure {
        margin-top: 10px;
        width: 200px;
    }

    .chk-bnr-hdng {
        font-size: 24px;
        line-height: 34px;
    }

    .chk-bnr-hdng img {
        width: 25px;
    }

    .chk-bnr ul li {
        font-size: 18px;
        line-height: 24px;
    }

    .chk-left-side {
        width: 100%;
    }

    .chk-rght-side {
        width: 100%;
        margin-top: 25px;
    }

    .testi-col {
        padding: 15px 10px 20px;
    }

    .t-name-dv {
        padding: 5px 0 10px 60px;
    }

    .t-name-dv span {
        font-size: 16px;
        line-height: 18px;
    }

    .t-img {
        width: 50px;
    }

    .ftr-links-col {
        width: 25%;
        padding: 0 15px;
    }

    .ftr-links-hd {
        font-size: 17px;
        line-height: 24px;
    }

    .ftr-g-txt {
        font-size: 13px;
        ;}

    .ftr-links-list li {
        font-size: 13px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 600px;
        padding: 0 10px;
    }

    #product1 .pkg-prod-left {
        padding-left: 0;
    }

    .forMob {
        display: block;
    }

    .forDesk {
        display: none;
    }

    .hide-mob {
        display: none;
    }

    .topStrip p {
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.3px;
    }

    .top-arw1, .top-arw2 {
        display: none;
    }

    .header {
        padding: 5px 0 10px;
    }

    .chk-logo {
        width: 150px;
    }

    .chk-step {
        display: none;
    }

    .custmr-suprt {
        font-size: 13px;
        line-height: 18px;
        padding: 0 0 0 36px;
    }

    .custmr-suprt span {
        font-size: 17px;
    }

    .custmr-suprt img {
        top: 5px;
        width: 28px;
    }

    .sectionOne {
        padding-bottom: 30px;
    }

    .chk-bnr {
        padding: 10px 8px;
    }

    .chk-bnr-hdng {
        font-size: 20px;
        line-height: 26px;
    }

    .chk-bnr-hdng img {
        width: 20px;
    }

    .chk-bnr ul li {
        font-size: 11px;
        padding-left: 20px;
        background-size: 14px;
        margin: 0;
        line-height: 22px;
        letter-spacing: 0;
    }

    .chk-bnr ul li:first-child {
        margin-right: 10px;
    }

    .step-hdng {
        font-size: 20px;
        line-height: 24px;
        padding: 10px;
    }

    .pkgbox {
        padding: 10px;
    }

    .pkg-top {
        padding: 8px 8px 8px 40px;
    }

    .packageOpt input[type=radio]+span {
        left: 10px;
        top: 10px;
        width: 20px;
        height: 20px;
    }

    .pkg-txt1 {
        font-size: 18px;
        line-height: 26px;
    }

    .pkg-txt1 span {
        font-size: 14px;
    }

    .pkg-prod-left {
        width: 48%;
        padding: 25px 0 0 5px;
    }

    .pkg-prod {
        display: none;
    }

    .pkg-prod-m {
        max-width: 90%;
    }

    .save-seal {
        right: 10px;
        font-size: 13px;
        line-height: 15px;
        background-size: 100%;
        width: 55px;
        height: 55px;
        padding: 14px 0;
        top: 3px;
    }

    .save-seal-1 {
        right: 0px;
    }

    .packageOpt input[type=radio]:checked+span:after {
        left: 3px;
        top: -4px;
    }

    .pkg-prc-rgt {
        width: 52%;
    }

    .pack-txt1 {
        font-size: 14px;
        line-height: 19px;
    }

    .float-prc1 {
        font-size: 45px;
        line-height: 45px;
    }

    .float-prc1 sup {
        font-size: 25px;
        line-height: 25px;
    }

    .float-prc2 {
        font-size: 22px;
        line-height: 20px;
    }

    .float-prc2 span {
        font-size: 16px;
        line-height: 18px;
    }

    .pkg-prc1 {
        font-size: 15px;
    }

    .select-btn {
        max-width: 100%;
        margin: 10px 0 0;
        font-size: 20px;
        height: 40px;
        line-height: 40px;
    }

    .pkg-btm-strp p {
        font-size: 13px;
        line-height: 20px;
    }

    .pkg-btm-strp p img {
        width: 25px;
        margin: -3px 5px 0 0;
    }

    .order-summry {
        padding: 15px 10px;
    }

    .smry-mdl {
        padding: 0;
    }

    .smry-rght tbody tr {
        font-size: 16px;
        line-height: 20px;
    }

    .order-summry tbody tr {
        font-size: 16px;
        line-height: 22px;
    }

    .offer-prcBox {
        margin: 10px 0 0;
        padding: 15px 10px 12px;
    }

    .save-txt p {
        font-size: 17px;
        line-height: 26px;
    }

    .save-txt p span {
        font-size: 30px;
    }

    .save-txt img {
        margin: 0 0 0 10px;
        width: 20px;
    }

    .ofr-rgt p {
        font-size: 16px;
        line-height: 22px;
    }

    .paypal-btnBx p {
        font-size: 18px;
    }

    .pymntBx {
        padding: 15px 15px;
    }

    .frmBox {
        padding: 10px 15px 18px;
    }

    .spcialbx {
        padding: 15px 10px;
    }

    .ofrbx-top .fieldToggle p {
        font-size: 19px;
    }

    .ofrbx-mdl {
        padding: 10px 10px 10px 100px;
    }

    .warnty1yr {
        width: 80px;
    }

    .packageBtn {
        height: 75px;
        line-height: 70px;
        font-size: 26px;
    }

    .secureBox {
        padding: 15px 10px 15px 98px;
    }

    .secureBox span {
        font-size: 16px;
        line-height: 16px;
    }

    .secureBox p {
        font-size: 16px;
        line-height: 22px;
    }

    .mny-bk-box {
        padding: 0 15px 20px;
    }

    .mny-bk-box span {
        font-size: 20px;
    }

    .seal {
        margin: -70px auto 5px;
    }

    .mny-bk-box p {
        font-size: 17px;
        line-height: 24px;
    }

    .chk-sec2 {
        padding: 30px 0;
    }

    .com-heading {
        font-size: 26px;
        line-height: 28px;
    }

    .tesi-box {
        margin: 15px 0 0;
    }

    .testi-col {
        width: 100%;
        margin-top: 15px;
    }

    .testi-sec {
        margin-top: 20px;
    }

    .testi-bx {
        margin-top: 20px;
        padding: 0 0 15px 60px;
    }

    .name-t {
        width: 50px;
        height: 50px;
        line-height: 50px;
        top: 0px;
    }

    .tsti-txt2 {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 15px;
    }

    .tsti-txt3 {
        font-size: 15px;
        line-height: 22px;
    }

    .tsti-txt3 span {
        font-size: 13px;
        padding: 0 0 0 5px;
    }

    .chk-sec3 {
        padding: 30px 0;
    }

    .faq-container {
        margin: 20px 0 0;
    }

    .accordion {
        padding: 15px 30px 15px 0;
        font-size: 18px;
        line-height: 24px;
    }

    .acdn-content {
        padding: 0;
    }

    .acdn-para {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .footer {
        padding: 30px 0;
    }

    .ftr-links-col {
        width: 100%;
        padding: 0;
    }

    .address-ftr {
        margin-top: 10px;
    }

    .ftr-links-col:after {
        display: none;
    }

    .ftr-links-col-2, .ftr-links-col-3, .ftr-links-col-4 {
        margin-top: 28px;
    }

    .ftr-links-hd {
        margin-bottom: 5px;
        line-height: 20px;
    }

    .ftr-cards {
        margin-top: 10px;
        width: 200px;
    }

    .ftr-g-txt {
        margin: 5px 0 0;
        font-size: 15px;
        line-height: 20px;
    }

    .ftr-btm {
        padding: 15px 0 0;
        margin-top: 30px;
    }

    .ftr-txt {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 9px;
    }

    .billBox {
        text-align: left;
    }

    .fieldToggle {
        font-size: 17px;
        line-height: 34px;
        display: block;
    }
}

@media only screen and (max-width: 360px) {
    .topStrip p {
        font-size: 12px;
    }

    .pkg-txt1 {
        font-size: 18px;
        line-height: 24px;
    }

    .pkg-txt1 span {
        font-size: 14px;
    }

    .pkg-prc1 {
        font-size: 14px;
    }
}

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
    }

    50% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.95);
    }
}

#app_common_modal, #error_handler_overlay {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    background: #333;
    background: rgba(255, 255, 255, .8);
    display: none;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body {
    max-width: 600px;
    -webkit-background-clip: padding-box;
    font-family: Verdana, Geneva, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

#error_handler_overlay .error_handler_body {
    margin: 100px auto;
    width: 95%;
    padding: 20px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

#app_common_modal_close, #error_handler_overlay_close {
    position: absolute;
    right: -10px;
    top: -10px;
    color: #FFF;
    background-color: #333;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    line-height: 26px;
    padding: 0;
    margin: 0
}

#app_common_modal .app_modal_body {
    margin: 100px auto;
    min-width: inherit;
    width: 95%;
    min-height: 400px;
    padding: 2.5%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box
}

#app_common_modal .app_modal_body iframe {
    min-height: 400px;
    width: 100%;
    border: 1px solid #d5d6ef
}

.exitpop-content {
    position: fixed;
    height: 400px;
    width: 708px;
    margin: -200px 0 0 -354px;
    top: 50%;
    left: 50%;
    text-align: left;
    padding: 0;
    border: none;
    z-index: 2147483647
}

.exitpopup-overlay {
    background: rgba(0, 0, 0, .6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483647;
    display: none
}

.exitpop-content img {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    max-width: 100%;
    height: auto
}

.exitpop-discountbar {
    background-color: red;
    border-bottom: 4px dashed #fff;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: none
}

.app-load-spinner {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    background-color: #333;
    border-radius: 100%
}

#loading-indicator::after, #loading-indicator::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    position: absolute;
    top: 50%
}

.all-card-types li {
    float: left;
    margin-right: 20px
}

#loading-indicator {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2147483646
}

#loading-indicator::before {
    background: url(../../images/new_checkoutv2/loading.gif?v=2.36) center center no-repeat rgba(0, 0, 0, 0);
    content: "";
    height: 70px;
    margin-left: -35px;
    margin-top: -70px;
    width: 70px;
    z-index: 2
}

#loading-indicator::after {
    background: #fff;
    border-radius: 5px;
    color: #000;
    content: "Processing, one moment please... ";
    font-family: arial;
    font-size: 17px;
    height: 110px;
    line-height: 98px;
    margin-left: -150px;
    margin-top: -75px;
    padding-top: 35px;
    text-align: center;
    width: 300px;
    z-index: 1
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    }
}

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
    }

    50% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.95);
    }
}

@media screen and (max-device-width: 767px) and (orientation:landscape) {
    #app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body {
        margin: 20px auto;
    }

    #app_common_modal .app_modal_body iframe {
        min-height: 360px;
    }
}

@media(max-device-width: 767px) {
    #app_common_modal .app_modal_body {
        margin: 2% auto
    }
}

.bluTxt {
    color: #18B4FE !important;
    font-weight: 700;
}

/****terms cta design*****/
.termSec {
    display: inline-block;
    width: 100%
}

.termSec p {
    font-family: 'Euclid Circular A';
    font-size: 16px;
    text-align: center;
    color: #000;
    margin-top: 20px;
}

.termSec p a {
    color: #003487;
    font-weight: 600;
    text-decoration: underline;
}

.termSec button {
    position: relative;
}

@media (max-width: 767px) {
    .termSec p {
        display: none;
    }
}
