.paymentNav {
    height: 5em;
    position: relative }

}

.navText {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}


.langNav {
    font-family: inherit, 'Open Sans', 'Verdana';
    margin-top: 15px!important;
    font-size: 15px;
    text-align: right;
   
}

.body {
    font-family: inherit, 'Open Sans', 'Verdana';
    font-size: 13.5px !important;
    line-height: 20px;
    color: #4c4c4c;
    padding-top: 18px;
    margin: 0 !important;
}

.bigHead {
    font-family: inherit, 'Open Sans', 'Verdana';
    font-size: 22px;
    font-weight: 700;
    color: #264a8e;

}

.medHead {
    font-family: inherit, 'Open Sans', 'Verdana';
    font-size: 18px;
    font-weight: 700;
    color: #264a8e;
    padding: 0 0 5px 0;
    margin: 0;
}

.medbody {
    font-family: inherit, 'Open Sans', 'Verdana';
    font-size: 12px;
    line-height: 18px;
    color: #4c4c4c;
    padding-top: 18px;
}

.smallbody {
    font-family: inherit, 'Open Sans', 'Verdana';
    font-size: 11px!important;
    line-height: 14px!important;
    color: #4c4c4c!important;
    padding-top: 18px!important;
}

.smallbody .disclaimer {
    font-family: inherit, 'Open Sans', 'Verdana';
    font-size: 9px;
    font-weight: 600;
    line-height: 10px;
}

.subHead {
    font-family: inherit, 'Open Sans', 'Verdana';
    font-size: 15px;
    font-weight: 500;
    color: #264a8e;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 0;
}

.bgGrey {
    background-color: #f2f2f2;
}

.personalInfoImages {
    display: block;
    margin: auto;
    height: auto;
    width: 70%;
    margin-bottom: 20px;
}

.shippingImages {
    height: 150px;
    width: auto;
    margin-bottom: 10%
}

.colImages {
    display: block;
    margin: auto;
    height: 120px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 5%;

}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff!important;
    cursor: default;
    background-color: #00498d!important;
    border: 1px solid #00498d!important;
    border-bottom-color: #00498d!important;
    border-bottom: 1px solid #ddd;

}


.nav-tabs {
    background: none!important;
    padding: 0!important;
    text-align: center!important;
    display: block!important;
    border-bottom: 1px solid #ddd!important;
    font-size: 10px!important;
}


.nav-tabs a {
    color: #00498d !important;
    font-weight: 100!important;
    font-size: 13.5px!important;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    left: 20px;
    display:none;
    width: 70px;
}

.buytry {
    width: 230px;
}


.paymentIcons {
    margin: 2%;
    height: 50px;
    width: auto;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 992px) {

    .padUnder {
        padding-bottom: 30px;
    }


    .langNav {
        font-size: 12px;
    }

    .personalInfoImages {
        width: 25%;
    }


    .paymentIcons {
        height: 35px;
        width: auto;
        margin: 4%
    }

    .back-to-top {
        display: none;
    }
}




/*Credit Card Brands CSS*/
.brands {
    color:#313437;
    background-color:#fff;
}

.brands a {
    display:block;
    text-align:center;
    padding:40px 0;
}

@media (max-width:767px) {
    .brands a {
        padding:30px 0;
    }
}

.brands a img {
    display:inline-block;
    margin:10px 20px;
    vertical-align:middle;
}