.bg_entry_header{
    background: #ECF1F4;
}
.entry_header {
    text-align: center;
    width: 100%;
    margin: 20px auto;
}
.entry_header .description {
    color: #000;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
}

.form-group label {
    font-weight: 600;
}
.checkout-error i {
    margin-right: 5px;
}
.checkout-error {
    display: none;
    color: red;
}
.checkout-content {
    width: 100%;
}
.checkoutBx h3 {
    padding: 14px 15px;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    background-color: #8e55dc;
    color: #fff;
}
.checkoutBx h3 span {
    font-weight: 300;
    font-size: 18px;
}
.checkout-inner {
    float: left;
    width: 100%;
    padding: 20px;
    border: 1px solid #ced4da;
}
.checkout-inner .form-group label,
.checkout-inner .singleFiled-wrap label {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
}
.payment-method-ul li.active {
    background: #000;
    color: #fff;
}
.payment-method-ul li {
    border: 1px solid #d3d3d3;
    color: #444;
    display: inline-block;
    cursor: pointer;
    padding: 8px 14px;
    margin: 0 2px 5px;
}
.payment-method-ul .fa {
    font-weight: 400;
}
.doubleFiled-wrap,
.singleFiled-wrap {
    float: left;
    width: 100%;
}
.doubleFiled-wrap .form-group {
    width: 48.5%;
    float: left;
}
.doubleFiled-wrap .form-group:nth-child(2n + 2) {
    float: right;
}
.copy-billing {
    float: left;
    width: 100%;
    text-align: center;
}
.shippingadd .copy-billing .btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #000;
}
.shippingadd .copy-billing .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #fff;
}
.card-expiry {
    display: flex;
    flex-wrap: wrap;
}
.checkoutPaypal {
    background: url(/assets/app-images/images/checkout-logo-large.png) no-repeat;
    background-size: auto;
    background-size: 100%;
    width: 228px;
    height: 44px;
    border: none;
    display: none;
}
.checkoutAffirm {
    background: url(/assets/app-images/images/affirm-checkout.png) no-repeat;
    background-size: auto;
    background-size: 100%;
    width: 215px;
    height: 45px;
    border: none;
    display: none;
}
.cc_exp {
    width: 50%;
    padding-right: 0;
}
#tncModel .modal-dialog {
    min-width: 767px;
}
.checkoutBtn {
    width: 300px;
    height: 45px;
    background-color: #8e55dc;
    border-color: #8e55dc;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.checkoutBtn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.checkout-payment-bx h3 {
    color: #ffffff;
    background-color: #8e55dc;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
}
.container_inputs {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container_inputs input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #8e55dc;
}
.container_inputs:hover input ~ .checkmark {
    background-color: #ccc;
}
.container_inputs input:checked ~ .checkmark {
    background-color: #8e55dc;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container_inputs input:checked ~ .checkmark:after {
    display: block;
}
.container_inputs .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width: 1024px) {
    .doubleFiled-wrap.double-responsive .form-group {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .checkout-inner .form-group label {
        font-size: 12px;
        line-height: 14px;
    }
    .doubleFiled-wrap.double-responsive .form-group {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .payment-method-ul li {
        padding: 8px;
        margin: 0 1px 5px;
        font-size: 13px;
    }
    .checkoutBx h3 {
        font-size: 17px;
    }
    .entry_header {
        margin: 10px auto;
    }
    .entry_header .description {
        font-size: 25px;
    }
    #tncModel .modal-dialog {
        min-width: 90%;
    }
    .billingadd,
    .shippingadd {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .checkout-inner .form-group label {
        font-size: 12px;
        line-height: 14px;
    }
}
@media (max-width: 575px) {
    .entry_header .description {
        font-size: 22px;
    }
    .cvv_block {
        padding: 0 15px 0 0 !important;
    }
    .cvv_block input {
        width: 50%;
    }
}
@media (max-width: 460px) {
    .entry_header .description {
        font-size: 20px;
    }
}
.switch-main-span {
    margin-top: -8px;
    display: inline-block;
    vertical-align: middle;
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 2.5rem;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.custom-switch.custom-switch-md .custom-control-label:before {
    height: 1.5rem;
    width: 3.25rem;
    border-radius: 3rem;
}
.switch-main-span .custom-switch .custom-control-label:before {
    content: "No";
    font-size: 13px;
    text-align: right;
    padding-right: 5px;
    padding-top: 1px;
}
.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
.switch-main-span .custom-control-input:checked ~ .custom-control-label:before {
    content: "Yes";
    font-size: 13px;
    padding-left: 4px;
    padding-top: 1px;
    border-color: #75d153;
    background-color: #75d153;
    text-align: left;
}
.custom-control-label:before {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}
.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd;
}
.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label:after {
    transform: translateX(1.75rem);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}
.custom-switch.custom-switch-md .custom-control-label:after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: 1.25rem;
}
.package-protection-info-sup {
    vertical-align: super !important;
}
.package-protection-info-icon {
    vertical-align: middle;
    margin-left: 2px;
    border: 1px solid #000;
    height: 15px;
    width: 15px;
    padding: 1px 4px;
    border-radius: 100%;
    font-size: 8px;
    cursor: pointer;
    color: #000;
}
.package-protection-info-icon:hover {
    border: 1px solid #d74352;
    color: #d74352;
}
.package-protection-info-modal .modal {
    padding: 0 !important;
}
.package-protection-info-modal .close {
    margin: 0 !important;
}
.package-protection-info-modal .close:focus,
.package-protection-info-modal .close:hover {
    opacity: 1 !important;
    color: #fff;
    outline: 0;
    border: 0;
}
.package-protection-info-modal .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
    width: 100%;
}
.package-protection-info-modal .modal-header {
    padding: 0;
    border: 0;
}
.package-protection-info-modal .close {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    opacity: 1;
    background-color: #d74352;
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -10px;
    top: -10px;
    z-index: 9;
}
