html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif !important;
    position: relative; min-height: 100%;
}
p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    line-height: 28px;
    color: #5d5d5d;
    font-weight: 400;
    margin-bottom: 30px;
}

header {
    font-family: 'Roboto', sans-serif !important;
}

/* Comman Css */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0px;
    padding: 0px;
    font-family: 'Raleway', sans-serif;
}

.top-pad {
    padding-top: 100px;
}

.bot-pad {
    padding-bottom: 100px;
}

.text-c {
    text-align: center;
}

.h2 {
    font-size: 35px;
    color: #232323;
    font-weight: 500;
}

.h3 {
    font-size: 20px;
    color: #232323;
    font-weight: 600;
    margin: 20px 0px;
}

.orange {
    color: #fe661a
}

.skyblue {
    color: #33b7ff
}

input {
    font-family: 'Roboto', sans-serif;
}

/* Button Css */
.bass-orant-btn a {
    background: #fe661a;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;
}

.bass-orant-btn a:hover {
    background: #33b7ff;
}

.bass-header {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1100;
}

.bass-logo {
    padding: 12px 0px;

}
.bass-logo img {
    max-height: 60px;
}

.bass-menu ul li {
    margin-left: 15px;
}

.bass-menu ul li a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 5px;
}

.bass-menu ul li a:hover, .bass-menu ul li:focus a, .bass-menu ul li.active a {
    background: none;
    border-bottom: #fe661a solid 2px;
}

.bass-menu ul li a:focus {
    background: none;
}

.bass-slider {
    margin-top: 0px;
    position: relative;
}

.bass-slider img {
    width: 100%;
}

.bass-slider-text {
    position: absolute;
    top: 30%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    margin: 0 15%;
    box-sizing: border-box;
    text-align: center;
    min-height: 100px;
}

.bass-slider-text h1 {
    font-size: 59px;
    color: #fff;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

.bass-slider-download {
    top: 40%;
}

.bass-slider-download .img-icon {
    width: 160px;
    height: 120px;
}

.home-md {
    padding-top: 100px;
    padding-bottom: 60px;
}

.home-md .h2, .bass-hform .h2 {
    margin-bottom: 60px;
    position: relative;
}

.home-md .h2:after, .bass-hform .h2:after {
    position: absolute;
    width: 70px;
    height: 2px;
    background: #33b7ff;
    bottom: -30px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    content: '';
}

.home-md p a {
    color: #fe661a;
}

.clouddata-pic {
    margin-top: 60px;
}

.bg1 {
    background: url(../images/home-slider-pic1.jpg);
    background-size: cover;
}

.bass-hform {
    background: #fff;
    border-radius: 14px;
    padding: 50px 40px;
    box-sizing: border-box;
}

.form-filed {
    margin-bottom: 30px;
}

.form-filed input[type="text"], .form-filed input[type="email"] {
    width: 100%;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 500;
    border: #b7b7b7 solid 1px;
    outline: none;
    box-sizing: border-box;
}

.form-filed input[type="button"] {
    width: 100%;
    padding: 12px 10px;
    background: #fe661a;
    border: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
}

.down-btn, .submit-btn-icon {
    position: relative;
}

.down-btn:after, .submit-btn-icon:after {
    position: absolute;
    width: 16px;
    height: 14px;
    background: url(../images/download-ic.jpg);
    top: 15px;
    right: 90px;
    content: '';
}

.submit-btn-icon:after {
    right: 270px;
    top:17px;
    background: url(../images/mail-ic.jpg);
    width: 17px;
    height: 13px;
}

.addtion-info a {
    font-size: 16px;
    line-height: 28px;
    color: #5d5d5d;
    font-weight: 500;
    padding: 0px 0px 22px 0px;
    display: inline-block;
}

footer {
    background: #171717;
    text-align: center;
    padding: 25px 0px;
    position: relative;
    width: 100%;
    bottom: 0px;
}

footer p {
    color: #818183;
    font-size: 700;
    margin-bottom: 0px;
}

.contactus {
    padding: 0px 11%;
    box-sizing: border-box;
}

.contactus .form-filed input[type="text"], .contactus .form-filed input[type="email"] {
    width: 100%;
    border: none;
    border-bottom: #b7b7b7 solid 2px;
    padding: 5px;
}

.contactus .form-filed textarea {
    width: 100%;
    border: #b7b7b7 solid 2px;
    padding: 5px;
    resize: none;
    height: 300px;
    border-radius: 3px;
    margin-top: 20px;
}

.contactus label {
    font-size: 16px;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #5d5d5d;
    text-align: left;
    display: block;
    font-weight: 500;
}

.contactus-text {
    clear: both;
    padding-top: 0px;
}

.contactus-text p {
    margin-bottom: 15px;
}

.f-icon {
    margin-top: 30px;
}

.gray {
    background: #f9f9f9;
}

.ss-box {
    margin-bottom: 30px;
}

.ss-box img {
    width: 100%;
}

.soft-req {
    background: #304a63;
}

.soft-req .h2, .soft-req p {
    color: #fff;
}

.soft-req .h2 {
    margin-bottom: 50px;
}

.bass-my-acct .logo {
    margin: 10px;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: #33b7ff solid 2px;
}

.bass-my-acct nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left !important;
}

.bass-my-acct nav ul li {
    width: 100%;
}

.bass-my-acct nav ul li a {
    color: #fff;
    text-decoration: none;
    margin-top: 0px;
    padding: 5px;
    display: block;
}

.bass-my-acct nav ul li a:hover {
    background: #214c73;
}

.bass-my-acc-leftside {
    background: #13324f;
    width: 22%;
    height: 100vh;
    float: left;
}

.bass-my-acc-rightside {
    background: #fff;
    width: 78%;
    height: 100vh;
    float: left;
    box-sizing: border-box;
    padding: 20px 70px;
}

.bass-my-acc-rightside .bass-heading {
    font-size: 30px;
    border-bottom: #d7d7d7 solid 2px;
    padding-bottom: 20px;
}

.bass-billing-d-box {
    width: 500px;
    padding-top: 50px;
}

.bass-billing-d-box .form-filed {
    margin-bottom: 20px;
}

.bass-billing-d-box .form-filed label {
    color: #5d5d5d;
    font-size: 16px;
    padding-bottom: 10px;
    display: inline-block;
}

.expr {
    width: 48%;
    display: inline-block;
}

.bass-billing-d-box .ccv {
    width: 47%;
    display: inline-block;
    margin-left: 20px;
}

.bass-billing-d-box input[type="submit"] {
    background: #2a83b4;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: capitalize;
    border-radius: 3px;
}

.bass-my-acct footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 599;
    padding: 10px 0px;
}

.bass-cart-processbar {
    float: left;
    text-align: center;
    margin-top: 5px;
}

.bass-globe {
    float: right;
}

.bass-globe ul {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

.bass-globe ul li {
}

.bass-cart-bor, .bass-cart-bottom {
    border-top: #e0e0e0 solid 2px;
    margin-top: 5px;
}

.bass-c-innerbor {
    border: #e0e0e0 solid 2px;
    clear: both;
    border-radius: 5px;
    padding: 50px;
    box-sizing: border-box;
}

.bass-cartone-box h1, .bass-billdetails-box h1, .bass-biilingshow-box h1 {
    color: #034270;
    font-size: 24px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 40px;
}

.bass-sub-h {
    color: #034270;
    font-size: 19px;
    font-weight: 900;
    margin: 30px 0px 10px 0px;
}

.bass-cartone-box p {
    color: #03548f;
    font-size: 16px;
}

.bass-sub-text {
    color: #03548f;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bass-sub-text span {
    font-weight: 400;
    display: inline-block;
    margin: 0px 5px;
}

.bass-sub-text i {
    color: #0a9c22;
    font-weight: 400;
}

.bass-sub-text:last-child {
    margin-bottom: 0px;
}

#qty {
    margin-left: 5px;
    padding-left: 10px
}

.bass-money-back, .dev-choose {
    margin: 30px 0px;
}

.bass-money-back, .dev-choose {
    text-align: left;
    background: url(../images/money-back.png);
    background-position: left 15px;
    background-repeat: no-repeat;
    padding-left: 95px;
}

.bass-money-back .bass-sub-h, .dev-choose .bass-sub-h {
    font-size: 18px;
    margin-bottom: 0px;
}

.dev-choose {
    background: url(../images/dve-choose.png);
    background-position: -15px 15px;
    background-repeat: no-repeat;
    padding-left: 65px
}

.dev-choose .bass-sub-h {
    margin-top: 20px;
    margin-bottom: 0px;
}

.dev-choose p {
    line-height: 22px;
}

.bass-cart-bottom {
    padding: 20px 0px;
}

.back-step-btn a {
    border: #e0e0e0 solid 2px;
    border-radius: 3px;
    padding: 10px 20px;
    color: #737171;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin-top: 0px;
    display: inline-block;
}

.bass-spical-offer {
    color: #0c3e62;
}

.bass-spical-offer span {
    display: inline-block;
    color: #0c3e62;
}

.bass-spical-offer span a {
    color: #0c3e62;
    font-size: 13px;
    text-decoration: underline;
}

.bass-total {
    text-align: right;
    font-size: 26px;
    font-weight: 900;
    color: #0c3e62;
    line-height: 22px;
}

.bass-total span {
    display: block;
    color: #909090;
    font-size: 12px;
    font-weight: 400;
}

.bass-checkout-btn {
    text-align: right;
}

.bass-checkout-btn input[type="submit"] {
    background: #26a9e3 url(../images/lock.png);
    background-position: 15px 10px;
    background-repeat: no-repeat;
    border: none;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    padding: 10px 20px 10px 40px;
}

.bass-contact-details-bor {
    overflow: hidden;
}

.bass-billdetails-box h1 {
    border-bottom: #000 solid 2px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
}

.bass-billdetails-box .form-field.w50, .bass-billdetails-box .form-field.w100 {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px;
    float: left;
}

.bass-billdetails-box .form-field.w100 {
    width: 100%;
}

.bass-billdetails-box .form-field input[type="text"], .bass-billdetails-box .form-field input[type="email"], .bass-billdetails-box .form-field input[type="number"], .bass-billdetails-box .form-field select {
    border: #a9a9a9 solid 1px;
    color: #262626;
    font-size: 14px;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

.bass-billdetails-box .form-field select {
    color: #808080;
}

.pad-bototm {
    padding-bottom: 30px;
}

.bass-biilingshow-box {
    padding: 0 5%;
}

.view-cart-box {
    border-top: #003c6b solid 2px;
    border-bottom: #003c6b solid 2px;
    padding: 10px 0px;
    overflow: hidden;
}

.view-cart-box .vc-pro-order {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    color: #03548f;
}

.view-cart-box .vc-pro-order img {
    margin-right: 20px;
}

.view-cart-box .vc-qty {
    margin-top: 8px;
    text-align: right;
}

.view-cart-box .vc-qty input[type="number"] {
    width: 50px;
    font-size: 18px;
}

.view-cart-box .vc-price, .view-cart-box .vc-delete {
    font-size: 16px;
    color: #003c6b;
    margin-top: 15px;
    font-weight: 600;
}

.view-cart-box .vc-delete {
    color: #26a9e3;
    font-weight: 500;
}

.billshow-box {
    text-align: left;
}

.billshow-box table {
    border-top: #e0e0e0 solid 3px;
    border-bottom: #e0e0e0 solid 3px;
    width: 100%;
}

.billshow-box table tr {
    border-bottom: #e0e0e0 solid 3px;
}

.billshow-box table tr td {
    border-left: #e0e0e0 solid 3px;
    border-right: #e0e0e0 solid 3px;
    padding: 9px 10px;
    font-size: 13px;
}

.billshow-box .bass-td-title {
    width: 40%;
    font-weight: 500;
}

.bass-cart-processbar {
    margin-top: 15px;
    width: 90%;
}

.c-proces-pt:after, .c-proces-bd:after, .c-proces-co:after {
    position: absolute;
    top: 12px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #e3e3e3;
    content: '';
    z-index: 997;
}

.c-proces-pt, .c-proces-bd, .c-proces-co {
    position: relative;
    width: 30%;
    float: left;
    color: #b7b7b7;
    font-size: 12px;
}

.c-proces-bd {
    left: 222px;
}

.c-proces-co {
    left: 444px;
}

.c-proces-pt .cr-sky-blue, .c-proces-bd .cr-sky-blue, .c-proces-co .cr-sky-blue {
    position: absolute;
    top: 25px;
    left: 70px;
    z-index: 999;
    font-weight: 700;
}

.c-proces-pt .cart-basket, .c-proces-bd .cart-basket, .c-proces-co .cart-basket {
    position: absolute;
    z-index: 1000;
    margin-top: 2px;
}

.cart-active.c-proces-pt:after, .cart-active.c-proces-bd:after, .cart-active.c-proces-co:after {
    background: #26a9e3;
}

.cart-active .cr-sky-blue {
    color: #26a9e3;
}

.pricing {
    padding-bottom: 60px;
    padding-top: 20px;
    overflow: hidden;
    width: 100%;
}

.pricing .pricing-box {
    width: 100%;
    /*margin-right: 29px;
    float: left;*/
    background: #304a63;
    padding: 30px 10px 10px 10px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif !important;
    color: #fff;
}

.pricing-box h4 {
    font-size: 40px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    position: relative;
    margin-bottom: 40px;
}

.pricing-box h4:after {
    position: absolute;
    bottom: -10px;
    left: 0px;
    right: 0px;
    width: 75%;
    height: 3px;
    margin: 0 auto;
    background: #33b7ff;
    content: '';
}

.pricing-box h5 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}

.pricing-box h5 span {
    font-size: 17px;
    display: block;
}

.pricing-box p {
    font-size: 17px;
    color: #fff;
    padding: 0px;
}

.pricing-box .price-btn a {
    background: #0d922b;
    font-size: 24px;
    color: #fff;
    padding: 10px;
    display: block;
    margin-bottom: -35px;
    text-decoration: none;
}

.pricing-box .price-btn:hover a {
    background: #fe661a;
}

.pricing-box .p-green {
    font-size: 16px;
    color: #00f929;
    margin: 10px 0px 20px 0px;
    font-style: italic;
}

.pricing .pricing-box:last-child {
    margin-right: 0px;
}

@media only screen and (max-width: 1024px) {
    .bass-menu ul li {
        margin-left: 15px;
    }

    .bass-menu ul li a {
        padding: 12px 5px;
    }

    .c-proces-bd {
        left: 182px;
    }

    .c-proces-co {
        left: 360px;
    }

    .c-proces-pt .cr-sky-blue, .c-proces-bd .cr-sky-blue, .c-proces-co .cr-sky-blue {
        left: 50px;
    }

    .down-btn:after, .submit-btn-icon:after {
        display: none;
    }

    .bass-slider-text h1 {
        font-size: 40px;
    }

    .bass-slider-download .img-icon {
        width: 120px;
        height: auto;
        margin-top: 5px;
    }

    .pricing {
        text-align: center;
    }

    .pricing .pricing-box {
        width: 28%;
        margin-bottom: 50px;
        float: none;
        display: inline-block;
    }
}

@media only screen and (max-width: 999px) {
    .navbar-right {
        float: left;
    }

    .bass-menu ul li {
        margin-left: 8px;
    }

    .bass-menu ul li a {
        font-size: 12px;
        padding: 12px 5px;
    }

    .bass-slider-text h1 {
        font-size: 30px;
    }

    .bass-slider-download .img-icon {
        width: 100px;
        height: auto;
    }

    .c-proces-bd {
        left: 124px;
    }

    .c-proces-co {
        left: 247px;
    }

    .c-proces-pt .cr-sky-blue, .c-proces-bd .cr-sky-blue, .c-proces-co .cr-sky-blue {
        left: 20px;
    }

    .bass-my-acc-rightside {
        padding: 20px;
    }

    .expr {
        width: 46%;
    }

    .bass-my-acct footer {
        position: relative;
        clear: both;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .bass-header {
        position: relative;
        background: #333
    }

    .bass-header .navbar-toggle {
        background: #fe661a;
    }

    .bass-header .navbar-toggle .icon-bar {
        background: #fff;
    }

    .bass-header .navbar-header {
        position: absolute;
        right: -10px;
        top: 10px;
    }

    .bass-menu .navbar {
        min-height: 0px;
        clear: both;
        margin: 0px;
    }

    .bass-menu ul li {
        margin-left: 0px;
    }

    .bass-slider {
        margin-top: 0px;
    }

    .bass-slider-text h1 {
        font-size: 15px;
    }

    .bass-orant-btn a {
        padding: 5px 20px;
        font-size: 12px;
        margin-top: 10px;
    }

    .home-md {
        padding: 50px 0px;
    }

    .h2 {
        font-size: 25px;
    }

    .clouddata-pic img {
        width: 100%;
    }

    .down-btn:after, .submit-btn-icon:after {
        display: none;
    }

    .bass-slider-download .img-icon {
        width: 35px;
        height: auto;
    }

    .bass-hform {
        padding: 20px;
    }

    .clouddata-pic img {
        width: 120px;
        height: auto;
    }

    .bass-cart-processbar img {
        width: 100%;
    }

    .bass-c-innerbor {
        padding: 40px 20px;
    }

    .bass-money-back, .dev-choose {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .bass-money-back p, .dev-choose p {
        margin-bottom: 0px;
    }

    .bass-cart-bottom, .bass-total, .bass-checkout-btn, .view-cart-box .vc-qty {
        text-align: center;
    }

    .bass-spical-offer {
        margin: 20px 0px;
    }

    .bass-total {
        margin: 20px 0px;
    }

    .bass-billdetails-box .form-field.w50, .bass-billdetails-box .form-field.w100 {
        width: 100%;
    }

    .view-cart-box {
        background: #f5f5f5;
    }

    .view-cart-box .vc-pro-order img {
        margin-right: 10px;
    }

    .view-cart-box .vc-pro-order {
        font-size: 16px;
    }

    .view-cart-box .vc-qty input[type="number"] {
        width: 50%;
    }

    .bass-cart-processbar {
        display: none;
    }

    .bass-my-acc-leftside, .bass-my-acc-rightside, .bass-billing-d-box {
        width: 100%;
        height: auto;
    }

    .bass-my-acc-rightside .bass-heading {
        font-size: 25px;
        padding-bottom: 10px;
    }

    .bass-billing-d-box {
        padding-top: 20px;
    }

    .bass-billing-d-box .ccv {
        width: 45%;
    }

    .bass-my-acc-leftside .navbar-header .navbar-toggle {
        background: #fe661a;
        position: absolute;
        top: -75px;
        right: 0px;
    }

    .bass-my-acc-leftside .navbar-header .navbar-toggle .icon-bar {
        background: #fff;
    }

    .bass-my-acc-leftside .navbar {
        min-height: 0px;
        margin-bottom: 0px;
    }

    .pricing .pricing-box {
        width: 100%;
        margin-bottom: 50px;
    }

    .pricing .pricing-box:last-child {
        margin-bottom: 0px;
    }

}

.formError .formErrorArrow div ,
.formError .formErrorContent {
    background: #b80600 !important;
}
.formError .formErrorContent {
    min-width: 190px !important;
}

.nav {
    margin-top: 10px;
}


.panel__header h1 {
    font-size: 1.5em;
    font-weight: 100;
    border-bottom: #000 solid 2px;
    width: 90%;
    margin:0px !important;
    padding-bottom: 0px !important;
    color: #fff !important;
    border-bottom: none !important;
}

#payment-form {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.panel {
    background: #FFF;
    width: 80%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

.panel__header {
    background: #3F51B5;
    color: #FFF;
}

.panel__header,
.panel__footer {
    padding: 1em 2em;
}

.panel__footer {
    background: #f3f3f3;
}

.panel__content {
    padding: 1em 2em;
    overflow: hidden;
}

.textfield--float-label {
    width: 50%;
    float: left;
    display: inline-block;
    padding-right: 5px;
}

.hosted-field--label {
    -webkit-transform: translateY(0.4em);
    transform: translateY(0.4em);
    font-size: 1.125em;
    line-height: 32px;
    transition: all .15s ease-out;
    display: block;
    width: 100%;
    font-weight: 400;
    overflow: hidden;
    margin-bottom: 0.5em;
}
.hosted-field--label.label-float, .hosted-field--label.filled, .hosted-field--label.invalid {
    text-overflow: ellipsis;
    color: #2196F3;
    transition: all 0.15s ease-out;
}
.hosted-field--label.filled {
    color: rgba(0, 0, 0, 0.54);
}
.hosted-field--label.invalid {
    color: #F44336;
}

span.icon {
    position: relative;
    top: 0.2em;
    margin-right: 0.2em;
}

.hosted-field {
    height: 32px;
    margin-bottom: 1em;
    display: block;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.26);
    outline: 0;
    width: 100%;
    font-size: 16px;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    position: relative;
}

.pay-button {
    background: #E91E63;
    color: #fff;
    margin: 0 auto;
    border: 0;
    border-radius: 3px;
    padding: 1em 3em;
    font-size: 1em;
    text-transform: uppercase;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}
.braintree-hosted-fields-focused {
    border-bottom: 2px solid #3F51B5;
    transition: all 200ms ease;
}

.braintree-hosted-fields-invalid {
    border-bottom: 2px solid #E91E63;
    transition: all 200ms ease;
}
@media (max-width: 600px) {
    html {
        overflow: auto;
    }

    #payment-form {
        height: auto;
        margin: 2em;
        font-size: 13px;
    }

    .textfield--float-label {
        width: 100%;
        float: none;
        display: inline-block;
    }
}

.dropdown ,.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background: none !important;

}
.dropdown .dropdown-menu a {
    color: #000;
}

.cart-purchase-type-header
{
    width: 450px; margin: 0 auto; border-bottom: 3px solid #003c6b; font-size: 30px; padding-bottom: 10px;
}

.cart-purchase-type-item
{
    cursor: pointer; border: 3px solid #e0e0e0; border-radius: 5px; padding-top: 25px; font-size: 30px; margin-bottom: 20px;
    fill: #145381;
}

.cart-purchase-type-item:hover
{
    background-color: #145381;
    fill: white;
    color: white;
}

.cart-purchase-type-header-container
{
    margin-bottom: 50px;
    margin-top: 10px;
}

.purchase-main-type
{
    width: 65%;
    height: auto;
}

.cart-purchase-type-item-title
{
    font-size: 35px;
    height: 105px;
    line-height: 50px;
}

.check-key-btn {
    text-align: left;
}

.check-key-btn input[type="button"] {
    background: #26a9e3;
    padding: 10px 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin-top: 0px;
    display: inline-block;
    text-decoration: none;
    border: none;
}

#div_error {
    color: #b80600;
    text-align: left;
    padding-top: 5px;
}
