﻿
.ui-helper-hidden-accessible {
    display: none;
}

.error-msg {
    color: #cb2127;
}

#divCheckPasswordMatch {
    color: #27EA27;
}

#divCheckemailMatch {
    color: #27EA27;
}


ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mfvalidation {
    position: absolute;
    top: 0px;
    right: 7px;
    color: rgb(203, 33, 39);
    font-size: 12px;
    line-height: 2;
    visibility: visible;
    pointer-events: none;
    transition: all 0.3s ease;
    display: block;
    opacity: 1;
}

#formgroup {
    margin-top: 25px;
    margin-bottom: 25px;
}

.works-heading span {
    padding: 0 50px;
}

.first-heading {
    margin-top: 30px;
    margin-bottom: 0px;
}

form ul li {
    margin: 10px 0px;
}

    form ul li:last-child {
        text-align: left;
        margin: 10px 0 5px 0;
    }

.newuser-forms input {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding: 13px 18px;
    border: none;
    border-radius: 6px;
    line-height: 34px;
    color: #2f2c2c;
    background: #f6f6f6;
    height: 60px;
    outline: 0; /* remove webkit focus styles */
}



label {
    color: #444;
    text-transform: capitalize;
    font-size: 14px;
}

#edit-info {
    padding: 7px 40px;
    height: 34px;
}

    #edit-info:hover {
        background: #cb2127;
        border-color: #cb2127;
    }

#btn {
    background: #274594;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}



#pswd_info {
    position: absolute; /*bottom: -75px;*/
    bottom: -115px\9; /* IE Specific */
    right: 92px;
    width: 230px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    z-index: 1;
}

    #pswd_info h4 {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: normal;
        font-size: 17px;
        line-height: 21px;
    }

    #pswd_info::before {
        content: "\25B2";
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #ddd;
        text-shadow: none;
        display: block;
    }

.invalid {
    /*background: url(../images/invalid.png) no-repeat 0 50%;*/
    padding-left: 28px;
    line-height: 15px;
    color: #ec3f41;
    font-size: 16px;
}

.circle-2 p a {
    display: none !important;
}

ul .invalid strong {
    font-weight: normal;
}

.valid {
    /*background: url(../images/valid.png) no-repeat 0 50%;*/
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

#pswd_info {
    display: none;
}

.newuser-signup-banner {
    background-image: url('https://s3-eu-west-1.amazonaws.com/shopusaglobalproduction/images/signup-map.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.signup-des {
    margin-top: 23px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.first-heading p {
    font-style: normal;
    color: #000;
}



.custom-txtcntry {
    position: relative;
    display: inline-block;
}

.custom-txtcntry-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-txtcntry-input {
    margin: 0;
    padding: 5px 10px;
}

#errmsgmobile {
    color: #cb2127;
}

#errmsgpostal {
    color: #cb2127;
}



#valcountry {
    font-size: 14px;
}

.social-icon-border-box {
    padding-bottom: 10px;
}

#footer {
    padding-bottom: 15px;
}

.popup-heading {
    margin-bottom: 20px;
}

.pop-up-border {
    padding: 15px;
    max-width: 250px;
}

.modal-body {
    padding-top: 0px;
}

#countryrestrict {
    font-size: 15px;
    color: #cb2127;
    display: block;
}

#txtcntry, #territory {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding: 13px 6px;
    border: none;
    border-radius: 6px;
    line-height: 34px;
    color: #2f2c2c;
    background: #f6f6f6 !important;
    height: 60px;
    outline: 0;
    box-shadow: none;
    border: none;
}

.usa-shipaddress {
    font-size: 23px;
}

    .usa-shipaddress span {
        padding: 0 10px;
        font-size: 25px;
    }

.pop-up-border table tbody tr .td-1 {
    padding-right: 6px;
    text-align: right;
    min-width: 90px;
    vertical-align: top;
}


input[type="text"]:disabled, input[type="password"]:disabled {
    background: #f6f6f6;
    cursor: not-allowed;
}

.popup-border {
    max-width: 320px !important;
    margin-left: 27px;
}

@media(max-width:991px) {
    .popup-border {
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width:360px) {
    .popup-border {
        padding: 4px;
    }

        .popup-border table tbody tr td {
            font-size: 13px;
        }
}

.modal-header .popup-btn-close {
    position: absolute;
    top: -12px;
    right: -10px;
    opacity: 1;
    background: #000;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 5px#000;
}

    .modal-header .popup-btn-close span {
        color: white;
        /* background: #000; */
        font-size: 26px;
        top: 2px;
        position: relative;
        left: 1px;
    }

@media(max-width:767px) {
    .modal-header .popup-btn-close {
        top: -8px;
    }
}
/** %[Object] Radio buttons */
/*------------------------------------*/
@-webkit-keyframes pulse {

    0% {
        width: .7em;
        height: .7em;
        margin: .4em;
    }

    50% {
        width: 1.1em;
        height: 1.1em;
        margin: .2em;
    }

    100% {
        width: .9em;
        height: .9em;
        margin: .3em;
    }
}

@-moz-keyframes pulse {

    0% {
        width: .7em;
        height: .7em;
        margin: .4em;
    }

    50% {
        width: 1.1em;
        height: 1.1em;
        margin: .2em;
    }

    100% {
        width: .9em;
        height: .9em;
        margin: .3em;
    }
}

@-o-keyframes pulse {

    0% {
        width: .7em;
        height: .7em;
        margin: .4em;
    }

    50% {
        width: 1.1em;
        height: 1.1em;
        margin: .2em;
    }

    100% {
        width: .9em;
        height: .9em;
        margin: .3em;
    }
}

@keyframes pulse {

    0% {
        width: .7em;
        height: .7em;
        margin: .4em;
    }

    50% {
        width: 1.1em;
        height: 1.1em;
        margin: .2em;
    }

    100% {
        width: .9em;
        height: .9em;
        margin: .3em;
    }
}

.radio {
    color: #798188;
    cursor: pointer;
    margin-left: .5em;
    display: inline-block;
    font-size: 16px;
    color: #555;
    padding-right: 20px;
}

    .radio,
    .radio span:before {
        -webkit-transition: .25s ease;
        -moz-transition: .25s ease;
        -ms-transition: .25s ease;
        -o-transition: .25s ease;
        transition: .25s ease;
    }

        .radio span {
            width: 1.5em;
            height: 1.5em;
            margin-right: .5em;
            border-radius: 3em;
            background: #ddd;
            vertical-align: top;
            display: inline-block;
        }

            .radio span:before {
                content: '';
                width: .7em;
                height: .7em;
                margin: .4em;
                border-radius: 3em;
                display: inline-block;
                background-color: rgba(0,0,0,0);
            }

        .radio:hover span:before {
            background-color: rgba(255,255,255, .9);
        }

/*------------------------------------*/

input[type="radio"]:checked + .radio {
    color: #274594;
}

    input[type="radio"]:checked + .radio span:before {
        background-color: #5b5b5b;
        width: .9em;
        height: .9em;
        margin: .3em;
        -webkit-animation: pulse .25s;
        -moz-animation: pulse .25s;
        -o-animation: pulse .25s;
        animation: pulse .25s;
    }

#promo-title p {
    font-size: 18px;
    margin-top: 9px;
}

label {
    font-family: "Hind", Helvetica, Arial, sans-serif !important;
}

#edit-info {
    padding: 15px 30px;
    height: 60px;
    width: 24.2%;
    margin-top: 25px;
    border-radius: 4px;
}

    #edit-info:hover {
        background: #cb2127;
        border-color: #cb2127;
    }

.popup-border .user-popup-table {
    width: 320px; 
}

@media (max-width: 520px) {
    #edit-info {
        width: 100%;
    }

    .popup-border .user-popup-table {
        width: 100%;
    }
}

#divNewsLetterCheck {
    margin-top: 10px;
}

    #divNewsLetterCheck input {
        width: 45px;
        height: 22px;
    }

    #divNewsLetterCheck label {
        vertical-align: top;
        margin-top: 6px;
    }

.popup-heading h4 {
    font-size: 24px;
    text-align: center;
}

hr {
    display: block;
}

first-heading p {
    color: #000;
    font-family: "Hind", Helvetica, Arial, sans-serif !important;
}

.user-popup-table td strong {
    font-family: "Hind", Helvetica, Arial, sans-serif !important;
    font-weight: 500;
}

.ui-autocomplete {
    cursor: pointer;
    height: 200px;
    overflow-y: scroll;
}

@media(max-width:767px) {
    .ui-widget-content a {
        font-size: 18px !important;
        font-weight: bold !important;
    }
}

/*-------------------------------------------------*/

.radio input[type=radio] {
    margin-left: 0px;
    width: 1.4em;
    height: 1.4em;
}

.radio input[type=radio]:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.premiumgrid h4 {
    background: #274594 !important;
}

.radio-btn {
    text-align: right;
    margin-top: 110px;
}

.radio-btn1 {
    margin-top: 135px;
}

#card-info .premiumfee {
    background-color: #274594 !important;
}

#card-info .cancel-membership {
    text-align: center;
    font-style: italic;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 20px;
    max-width: 280px;
    margin: 0 auto;
}

#card-info h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

#card-info h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.ui-accordion .ui-accordion-content {
    overflow: initial;
}

#card-info p {
    font-size: 15px;
    text-align: left;
    line-height: 22px;
}


.premium-card {
    margin-top: 25px;
}

#card-info .title {
    font-size: 15px;
    margin-top: 25px;
}

#card-info .contact {
    font-style: italic;
}

.basic-card, .premium-card {
    background-color: #274594;
    padding: 10px;
    border: 1px solid #ddd;
    color: #fff;
    box-shadow: 0 8px 6px -6px black;
}

.basic-premium-box {
    padding: 10px;
    margin-top: 20px;
}

.basic-grid h4 {
    text-align: center;
    background-color: #5b5b5b;
    color: #fff;
    margin-top: 0px;
    padding: 5px;
    margin-bottom: 0px;
    font-size: 20px;
}

    .basic-grid h4 span {
        margin-top: 25px;
        position: relative;
        top: 14px;
    }

.basic-grid {
    border: 1px solid #ddd;
    background-color: #fff;
    max-width: 280px;
    margin: 0 auto;
}

.basic-grids {
    margin-top: 40px;
}

#card-info .basic-fee {
    text-align: center;
    background-color: #5b5b5b;
    padding: 7px 0px;
    color: #fff;
    margin-bottom: 0px;
    font-size: 20px;
}

#card-info .basic-title {
    text-align: center;
    margin-bottom: 0px;
    font-size: 14px;
    background-color: #F1F2F0;
    padding-top: 12px;
}

#card-info .bold {
}

#card-info .basic-title1 {
    padding: 0px;
    text-align: center;
    font-size: 14px;
    margin-top: 0px;
    padding-bottom: 23px;
    margin-bottom: 0px;
    background-color: #F1F2F0;
}

#show-mobile {
    display: none;
}

@media(max-width:767px) {
    #hide-mobile {
        display: none;
    }

    .radio-btn {
        margin-top: 60px;
        text-align: center;
    }

    .radio-btn1 {
        margin-top: 145px;
    }

    .basic-grids {
        margin-top: 0px;
    }

    #card-info img {
        width: 100%;
    }

    #show-mobile {
        display: block;
    }
}

@media(max-width:350px) {
    #card-info .basic-fee {
        font-size: 14px;
    }
}

.premiumgrid {
    margin-top: 65px;
}

#membership {
    padding-top: 0;
}

/*------------------------------------------------------*/

.newuser-signup-banner {
    background-image: url('https://s3-eu-west-1.amazonaws.com/shopusaglobalproduction/images/signup-map.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

table tbody tr .border-top {
    border-top: none !important;
}


#td-top {
    border-top: 2px solid black;
    border-bottom: none;
}

.green-tick {
    color: green;
    font-size: 22px;
}

.red-tick {
    color: #cb2127;
    font-size: 22px;
}

.table-bg {
    background: #F1F2F0;
}

.panel-padding {
    padding: 0px 0 0px 15px;
    border-radius: 0px;
}

.first-heading {
    margin-top: 20px;
    margin-bottom: 20px;
}

.badge {
    position: relative;
    margin-top: -50px;
}

.btn-color {
    background-color: #cb2127;
    color: white;
}

.panel-heading p {
    margin: 5px 2px 5px 2px;
}

.panel-body h3 {
    margin: 10px 2px 5px 2px;
}

.panel-text {
    font-size: 16px;
}

.pnale-text1 {
    color: #274594;
}

.panel-button {
    margin: 2px 10px 10px 10px;
}

.table-row {
    border: 0px solid transparent;
}

.table-column {
    background-color: #f1f2f0;
    border: 1px solid #e6e6e6;
}

#show-pc {
    padding-left: 55px;
    padding-right: 55px;
}

#mobile-show {
    display: none;
}

@media(max-width:680px) {
    #show-pc1 {
        display: none !important;
    }

    #mobile-show {
        display: block;
    }
}

.first-heading {
    margin-top: 30px;
}

#basic-title .panel-title {
    color: #fff;
    font-size: 25px;
    position: relative;
    top: 18px;
}

#basic-title .panel-heading {
    background: #5b5b5b;
    border-radius: 0px;
    border-bottom: none;
}


#premium-title .panel-heading {
    background: #274594;
    border-radius: 0px;
    border-bottom: none;
}

.okg-body {
    border-right: 1px solid #ddd;
}

#basic-title {
    border-radius: 0px;
    margin-bottom: 12px;
}

#premium-title {
    border-radius: 0px;
    margin-bottom: 12px;
}

    #premium-title .panel-title {
        color: #fff !important;
        font-size: 25px !important;
        font-family: helvetica65 !important;
        position: relative;
        top: 18px;
    }

.month-title {
    font-size: 16px;
    margin-bottom: 22px;
}

.price-title {
    margin-top: 35px;
    margin-bottom: 0px !important;
    font-size: 16px;
}

.package-body {
    background: #f1f2f0;
    padding-bottom: 8px;
}




.trial {
    font-size: 16px;
    margin-top: -8px;
}

.value-title {
    font-size: 16px;
}

    .value-title strong {
        font-weight: normal;
    }



.pricing-table tr td {
    font-size: 16px;
}

.sub-title {
    position: absolute;
    top: -31px;
    right: 0;
    left: 0;
    height: 32px;
    width: 190px;
    line-height: 2;
    margin: 0 auto;
    font-size: 14px;
    color: #000;
    border: 2px solid #ddd;
    border-bottom: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#divMembershipInfo {
    padding-top: 35px;
}

.panel-border {
    /*border: 1px solid #274594;*/
    border-top: 0px;
}

#h3product {
    margin-bottom: 0px;
}

#membershiptabs {
    margin-bottom: 40px;
}

.pricing-table tr td:nth-child(1) {
    width: 40%;
}

.pricing-table tr td:nth-child(2) {
    width: 30%;
}

.pricing-table tr td:nth-child(3) {
    width: 30%;
}


.bt-value {
    height: 32px;
    width: 190px;
    line-height: 2;
    margin: 0 auto;
    font-size: 14px !important;
    color: #fff;
    background-color: #cb2127;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    bottom: -9px;
    border: none !important;
}

    .bt-value strong {
        font-weight: normal;
    }

strong {
    font-weight: normal;
}

@media(max-width:767px) {

    .basic-panel {
        margin-bottom: 40px;
    }
}

@media(max-width:991px) {

    #show-pc {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ui-accordion .ui-accordion-content {
        padding: 15px;
    }
}

#mobile-show table tbody tr td p {
    font-size: 16px;
}

.success, .info {
    font-weight: normal;
    font-size: 22px;
}

@media(max-width:400px) {

    .panel-text {
        font-size: 15px;
    }

    #h3product, #h3payment {
        font-size: 16px;
    }
}

@media(max-width:340px) {
    #td-span, #td-span1 {
        top: 8px !important;
    }
}

.bt-value {
    cursor: text;
}

.text-ctr {
    text-align: center;
    font-size: 16px;
}

.text-ctr {
    font-size: 17px;
}

#h3product, #h3payment {
    border-right: none !important;
    border-radius: 0px;
    border-left: none !important;
}

#text-center1 {
    padding-left: 85px;
}

#text-center2 {
    padding-left: 83px;
}

#text-center3 {
    padding-left: 80px;
}

.monthly-charge {
    font-size: 40px;
    margin-bottom: 3px;
    color: #5b5b5b;
}

.charge-mnt {
    color: #274594;
}

.value-title1 {
    color: #000;
}

@media(max-width:767px) {
    #basic-title .price-bg {
        width: 100% !important;
    }

    #premium-title .price-bg {
        width: 100% !important;
    }
}

#header-border {
    border-bottom: 2px solid #333;
}

@media(max-width:380px) {
    .monthly-charge {
        font-size: 33px !important;
    }
}

.first-heading p {
    font-style: normal;
    color: #000;
}

.monthly-charge .span1 {
    font-size: 35px;
    vertical-align: top;
    position: relative;
    top: 17px;
}

.monthly-charge .span2 {
    font-size: 60px;
}

.monthly-charge .span3 {
    font-size: 16px;
}

div#card-info {
    margin-left: 150px;
}

@media(max-width:991px) {
    div#card-info {
        margin-left: 0 !important;
    }
}

@media(max-width:767px) {
    .basic-authorization {
        margin-left: auto;
        margin-right: auto;
    }
}

}
/* Ribbon banner css*/
#basic-table {
    background-color: #5b5b5b;
    color: white;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px !important;
    padding-top: 16px;
}

#premium-table {
    background-color: #274594;
    color: white;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px !important;
    padding-top: 16px;
}

#panel-ribbon {
    border-top: 30px solid #5b5b5b666;
    border-left: 230px solid transparent;
    border-right: 230px solid transparent;
    clear: both;
    display: block;
    background: #F1F2F0;
}

#panel-ribbon1 {
    border-top: 30px solid #274594;
    border-left: 230px solid transparent;
    border-right: 230px solid transparent;
    clear: both;
    display: block;
    background: #F1F2F0;
}

#panel-ribbon3 {
    border-top: 30px solid #5b5b5b666;
    border-left: 230px solid transparent;
    border-right: 230px solid transparent;
    clear: both;
    display: block;
    background: #F1F2F0;
}

#panel-ribbon4 {
    border-top: 30px solid #274594;
    border-left: 230px solid transparent;
    border-right: 230px solid transparent;
    clear: both;
    display: block;
    background: #F1F2F0;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 150px;
    height: 150px;
    text-align: right;
}

    .ribbon span {
        font-size: 15px;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 40px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        width: 150px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#274594 0%, #274594 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        right: -33px;
    }

        .ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #274594;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #274594;
        }

        .ribbon span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #274594;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #274594;
        }

.ribbons span {
    background: linear-gradient(#cb2127 0%, #cb2127 100%);
}

    .ribbons span::before {
        border-left: 3px solid #cb2127;
        border-top: 3px solid #cb2127;
    }

    .ribbons span::after {
        border-right: 3px solid #cb2127;
        border-top: 3px solid #cb2127;

        }

@media(max-width:470px) {
    .signup-des br {
        display: none;
    }

    /*-----------------------------------------------------------------------------*/

    .accordiondeactiveheader {
        text-align: center;
        font-size: 20px;
        font-weight: normal !important;
        color: #274594 !important;
        background: #fff !important;
        border: 1px solid #274594 !important;
        margin-bottom: 15px;
        padding: 6px !important;
    }

    .ui-state-active {
        color: #fff !important;
        background: #274594 !important;
    }

    .accordionactiveheader {
        text-align: center;
        font-size: 20px;
        font-weight: normal !important;
        color: #fff !important;
        background: #274594 !important;
        border: 1px solid #000;
        margin-bottom: 0px;
    }

    .ui-state-default {
        background-color: #fff;
        color: #274594;
    }


    table tbody tr .border-top {
        border-top: none !important;
    }


    #td-top {
        border-top: 2px solid black;
        border-bottom: none;
    }

    .green-tick {
        color: green;
        font-size: 22px;
    }

    .red-tick {
        color: #cb2127;
        font-size: 22px;
    }

    .panel-padding {
        padding: 0px;
        border-radius: 0px;
    }

    .first-heading {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .badge {
        position: relative;
        margin-top: -50px;
    }

    .btn-color {
        background-color: #cb2127;
        color: white;
    }

    .panel-heading p {
        margin: 5px 2px 5px 2px;
    }

    .panel-body h3 {
        margin: 10px 2px 5px 2px;
    }

    .panel-text {
        font-size: 16px;
    }

    .pnale-text1 {
        color: #274594;
    }

    .panel-button {
        margin: 2px 10px 10px 10px;
    }

    .table-row {
        border: 0px solid transparent;
    }

    .table-column {
        background-color: #f1f2f0;
        border: 1px solid #e6e6e6;
    }

    #show-pc {
        padding-left: 55px;
        padding-right: 55px;
    }

    #mobile-show {
        display: none;
    }

    @media(max-width:680px) {
        #show-pc1 {
            display: none !important;
        }

        #mobile-show {
            display: block;
        }
    }

    .first-heading {
        margin-top: 30px;
    }

    #basic-title .panel-title {
        color: #fff;
        font-size: 25px;
    }

    #basic-title .panel-heading {
        background: #5b5b5b;
        border-radius: 0px;
    }

    #premium-title .panel-heading {
        background: #274594;
        border-radius: 0px;
    }

    #basic-title {
        border-right: 0px;
        border-radius: 0px;
        margin-bottom: 12px;
    }

    #premium-title {
        border-radius: 0px;
        margin-bottom: 12px;
    }

        #premium-title .panel-title {
            color: #fff !important;
            font-size: 25px !important;
        }

    .month-title {
        font-size: 16px;
        margin-bottom: 22px;
    }

    .price-title {
        margin-top: 35px;
        margin-bottom: 0px !important;
        font-size: 16px;
    }

    .package-body {
        background: #f1f2f0;
        padding-bottom: 8px;
    }


    .trial {
        font-size: 16px;
        margin-top: -8px;
    }

    .value-title {
        font-size: 16px;
    }

        .value-title strong {
            font-weight: normal;
        }


    .cls-title {
        font-size: 22px;
        padding-bottom: 30px;
        padding-top: 19px;
        color: #cb2127;
        text-transform: uppercase;
    }


    .pricing-table tr td {
        font-size: 16px;
    }

    .sub-title {
        position: absolute;
        top: -31px;
        right: 0;
        left: 0;
        height: 32px;
        width: 190px;
        line-height: 2;
        margin: 0 auto;
        font-size: 14px;
        color: #000;
        border: 2px solid #ddd;
        border-bottom: none;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    #divMembershipInfo {
        padding-top: 35px;
    }

    .panel-border {
        /*border: 1px solid #274594;*/
        border-top: 0px;
    }

    #h3product {
        margin-bottom: 0px;
    }

    #membershiptabs {
        margin-bottom: 40px;
    }

    #membershiptabs {
        margin-bottom: 40px;
    }

    .bt-value {
        height: 32px;
        width: 190px;
        line-height: 2;
        margin: 0 auto;
        font-size: 14px !important;
        color: #fff;
        background-color: #cb2127;
        letter-spacing: 1px;
        text-transform: uppercase;
        position: relative;
        bottom: -9px;
        border: none !important;
    }

        .bt-value strong {
            font-weight: normal;
        }

    strong {
        font-weight: normal;
    }

    @media(max-width:767px) {

        .basic-panel {
            margin-bottom: 40px;
        }
    }

    @media(max-width:991px) {

        #show-pc {
            padding-left: 15px;
            padding-right: 15px;
        }

        .ui-accordion .ui-accordion-content {
            padding: 15px;
        }
    }

    #mobile-show table tbody tr td p {
        font-size: 16px;
    }

    .success, .info {
        font-weight: normal;
        font-size: 22px;
    }

    @media(max-width:400px) {

        .panel-text {
            font-size: 15px;
        }

        #h3product, #h3payment {
            font-size: 16px;
        }
    }

    .bt-value {
        cursor: text;
    }

    .text-ctr {
        text-align: center;
        font-size: 16px;
    }

    .text-ctr {
        font-size: 17px;
    }

    #h3product, #h3payment {
        border-right: none !important;
        border-radius: 0px;
        border-left: none !important;
    }

    #text-center1 {
        padding-left: 85px;
    }

    #text-center2 {
        padding-left: 83px;
    }

    #text-center3 {
        padding-left: 80px;
    }

    .monthly-charge {
        margin-top: 15px;
        font-size: 40px;
        margin-bottom: 3px;
    }

    .charge-mnt {
        color: #274594;
    }

    .value-title1 {
        color: #000;
    }

    #header-border {
        border-bottom: 2px solid #333;
    }

    @media(max-width:380px) {
        .monthly-charge {
            font-size: 33px !important;
        }
    }

