.form-wrapper {
    padding: 20px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.form-wrapper * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-wrapper .form-wrapper-content {
    transition: all .5s ease;
    width: 100%;
}

.form-wrapper .form-inner-content {
    background: #f4f7f8;
}

.form-wrapper h1 {
    margin: 0 0 30px 0;
    text-align: center;
}


.ccb-left-form-wrapper select {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 10px 15px;;
    width: 100%;
    background-color: #e8eeef;
    color: #8a97a0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
}

.ccb-left-form-wrapper textarea {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    margin: 10px 0;
    resize: none;
    outline: 0;
    padding: 10px 15px;;
    width: 100%;
    background-color: #e8eeef;
    color: #8a97a0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
}


.ccb-left-form-wrapper input[type="radio"],
input[type="checkbox"] {
    margin: 0 4px 0 0;
}

.ccb-inner-wrapper  input[type='radio'] {
    -webkit-appearance:none !important;
    position: relative !important;

    max-width: 16px;
    min-width: 16px;

    max-height: 16px;
    min-height: 16px;
    vertical-align: middle;
    border:1px solid darkgray ;
    border-radius:50% !important;
    outline:none !important;
}

.ccb-inner-wrapper input[type='radio']:before {
    content: '';
    display: block !important;
    width: 8px !important;
    position: absolute !important;
    top: 50% !important;
    padding: 0 !important;
    left: 50% !important;
    height: 8px !important;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 50% !important;
}

.ccb-inner-wrapper input[type='radio']:checked:before {
    background:green;
}

.ccb-checkboxes {
    width: 100%;
    position: relative;
}
.ccb-checkboxes label {
    padding: 0 !important;
    vertical-align: middle;
    min-height: 30px !important;
    display: inline-block !important;
    padding-left: 30px !important;
    margin: 0 !important;
    font-weight: normal;
    cursor: pointer;
}
.ccb-checkboxes label span {
    top: 50%;
    line-height: 1;
    font-size: 13px;
    position: absolute;
    transform: translateY(-50%);
}

.ct-section-inner-wrap .ccb-checkboxes label span {
    font-weight: bold;
}

.ccb-checkboxes label:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    max-width: 18px;
    min-width: 18px;
    max-height: 18px;
    min-height: 18px;
    margin: 0 !important;
    background-color: #fff;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 1px solid #000;
}
.ccb-checkboxes label:after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    position: absolute;
    top: 12px;
    left: 10px;
}
.ccb-checkboxes input[type="checkbox"] {
    width: auto;
    vertical-align: middle;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}
.ccb-checkboxes input[type="checkbox"]:checked ~ label:before {
    border: 1px solid #000      ;
}
.ccb-checkboxes input[type="checkbox"]:checked ~ label:after {
    transform: rotate(-45deg) scale(1);
}
.ccb-checkboxes input[type="checkbox"]:focus + label::before {
    outline: 0;
}

.ccb-left-form-wrapper select {
    padding: 6px;
    height: 48px;
    max-width: 100%;
    border-radius: 2px;
}

.ccb-inner-description {
    padding: 0;
    margin: 3px 0;
}

.form-wrapper fieldset {
    margin-bottom: 30px;
    border: none;
}

.form-wrapper i {
    font-family: FontAwesome;
    font-size: 20px;
    position: relative;
}

.form-wrapper .number {
    background-color: #2c3e50;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 100%;
}

.form-wrapper .ccb-send-form-wrapper {
    padding: 40px 0 0 !important;
}

.form-wrapper legend {
    margin-bottom: 10px;
}

.form-wrapper label {
    display: block;
    margin-bottom: 8px;
}


.form-wrapper label.light {
    display: inline;
}

.form-wrapper .form-wrapper-content .ccb-inner-wrapper {
    margin: 30px 0;
}

.ccb-send-form-wrapper button {
    padding: 19px 39px 18px 39px;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    width: 100%;
    border-width: 1px 1px 3px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
    margin-bottom: 10px;
}


.ccb-contact-form7 #stm-lms-stripe,
.ccb-send-form-wrapper #stm-lms-stripe {
    padding: 10px;
    margin: 20px 10px;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .5);
}

.ccb-contact-form7 .ccb-action {
    margin: 0 !important;
}

/*range button*/
.ccb-range-slider {
    width: 100%;
}

.ccb-range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px)) !important;
    display: inline !important;
    height: 10px;
    border: none !important;
    border-radius: 5px !important;;
    background: #d7dcdf;
    outline: none !important;
    padding: 0 !important;
    margin: -1px !important;
}

#ccb-horizontal-main {
    width: 100%;
}

.ccb-range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    transition: background .15s ease-in-out;
}

.ccb-range-slider__range:focus {
    border-color: transparent;
    outline: unset !important;
    outline-offset: unset !important;
}

.ccb-range-slider__range::-webkit-slider-thumb:hover {
    background: #1abc9c;
}

.ccb-range-slider__range:active::-webkit-slider-thumb {
    background: #1abc9c;
}

.ccb-range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    transition: background .15s ease-in-out;
}

.ccb-range-slider__range::-moz-range-thumb:hover {
    background: #1abc9c;
}

.ccb-range-slider__range:active::-moz-range-thumb {
    background: #1abc9c;
}

/*.ccb-range-slider__range:focus::-webkit-slider-thumb {*/
/*    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;*/
/*}*/

.ccb-range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    padding: 5px 0;
    margin-left: 8px;
}

.ccb-range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #2c3e50;
    border-bottom: 7px solid transparent;
    content: '';
}

::-moz-range-track {
    background: #d7dcdf !important;
    border: 0;
}


.form-wrapper input[type="range"]::-moz-focus-inner,
.form-wrapper input[type="range"]::-moz-focus-outer {
    border: 0;
}

.form-wrapper input[type="text"],
.form-wrapper input[type="email"],
.form-wrapper input[type="number"] {
    width: 100%;
}

/*table form*/


.form-wrapper th h2 {

    font-weight: bold;
    font-size: 1em;
    text-align: left;
    color: #185875;
}

.form-wrapper td {
    font-weight: normal;
    font-size: 1em;
    -webkit-box-shadow: 0 2px 2px -2px #0E1119;
    -moz-box-shadow: 0 2px 2px -2px #0E1119;
    box-shadow: 0 2px 2px -2px #0E1119;
}

.form-wrapper td, th {
    border: none;
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 2%;
}

.ccb-table-total {
    background-color: #00b0ff;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    padding: 14px 0 10px 49px;
    letter-spacing: 1px;
    margin-right: -52px;
    width: 330px;
}

.ccb-total-field {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 20px;
}


.ccb-main-calc .ccb-hr {
    margin: 1.35em auto;
    max-width: 100%;
    background-position: 50%;
    box-sizing: border-box;
    height: 0;
    border-radius: 2px;
    color: #2c3e50;
    width: 100%;
    border: 1px solid currentColor;
}


/*table description*/

.ccb-total-description ul li.ccb-summary-title,
.ccb-summary-desc {
    border: 0 none !important;
}

.ccb-total-description {
    width: 100%;
    height: 100%;
    border-radius: 1%;
}

.ccb-total-description ul {
    margin: 0;
    padding: 10px;
    list-style: none;
}

.ccb-total-description li {
    display: flex;
    margin: 0 !important;
    line-height: 1.4 !important;
    padding: 15px 25px !important;
    border-top: 1px solid #ccc !important;
    justify-content: space-between !important;
}

.ccb-summary-value:after {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    opacity: 0.6;
    display: block;
    position: absolute;
    border-radius: 5px 0 0 5px;
}

.ccb-summary-desc {
    line-height: 40px;
}


.ccb-summary-title {
    padding: 0 !important;
    border: none !important;
}

.ccb-summary-title h4::before {
    content: "\f14b";
    padding: 0 5px;
    font-family: FontAwesome;
}

.ccb_payment_methods::before {
    content: "\f09d" !important;
}

/*next button*/

.ccb-action {
    margin: 10px;
}

.ccb-action button {
    width: 100%;
}

.require-fields::before {
    content: '*';
    color: red;
}

.ccb-error-message,
.ccb-thanks-message {
    color: green;
    text-align: center;
}

.ccb-error-message {
    color: #de5f5f;
}

@keyframes slidein {
    0% {
        clip-path: polygon(
                calc(0% + 2px) calc(0% + 2px), /* top left */ calc(100% - 2px) calc(0% + 2px), /* top right */ calc(100% - 2px) calc(100% - 2px), /* bottom right */ calc(0% + 2px) calc(100% - 2px) /* bottom left */
        );
    }

    50% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

.form-wrapper .ccb-next-button-wrapper {
    float: left;
    width: 50%;
    cursor: pointer;
}

.cbb-mt-40 {
    margin-top: 40px;
}

.ccb-date-picker {
    position: relative;
}

.ccb-date-picker .mx-datepicker-popup {
    z-index: 100000 !important;
    bottom: -100% !important;
    top: unset !important;
}

.mx-datepicker {
    background-color: #fff !important;
}

.ccb-date-picker i {
    position: absolute;
    right: 7px;
    top: 5px;
    font-size: 21px;
    cursor: pointer;
}

.mx-calendar-table {
    border: none !important;
}

.fa-calendar-week:after {
    content: "\f073";
}

.ccb-html-field p {
    text-align: left !important;
}

.ccb-payment-method-paypal i {
    font-family: Verdana, Tahoma !important;
    font-weight: bold !important;
    text-transform: none !important;
}


#ccb_payments li {
    display: -webkit-box;
    display: -moz-box;
}

#ccb_payments li label {
    padding-left: 20px;
}

.ccb-payment-method-paypal label i:first-child {
    color: #253b80 !important;
}

.ccb-payment-method-paypal label i:last-child {
    color: #179bd7 !important;
}

.ccb-payment-method-stripe {
    color: #6772e5 !important;
}

.ccb-form-right-wrapper {
    width: 45%;
}

.ccb-purchase {
    float: right;
}

.no-methods {
    display: none;
    width: 100%;
    padding: 30px;
    margin: 16px 0;
    border-radius: 6px;
}

.no-methods.danger {
    display: block !important;
    background: rgba(255, 87, 87, 0.5);
}

.no-methods.success {
    display: block !important;
    background: #d4edda;
    color: green;
}

/*install button*/

.ccb-circle-export,
.ccb-circle-download {
    display: block;
    position: relative;
    height: 48px;
    width: 48px;
    margin: 5px 30px;
    border-radius: 100%;
    background: #E8EAED;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.2s ease;
}

.ccb-circle-download:after {
    content: "";
    position: relative;
    display: block;
    width: 200%;
    height: 100%;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
    transform: translateX(-100%);
}

.ccb-circle-export svg,
.ccb-circle-download svg {
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.ccb-circle-download svg#ccb_border {
    position: absolute;
    top: 0;
    left: 0;
    stroke: none;
    stroke-dasharray: 144;
    stroke-dashoffset: 144;
    transition: all 0.9s linear;
}

.ccb-circle-download svg#ccb_check {
    position: absolute;
    top: 17px;
    left: 13px;
    stroke: white;
    transform: scale(0);
}

.ccb-circle-download:hover {
    background: rgba(0, 119, 255, 0.2);
}

.ccb-circle-export:hover .fa-download:before,
.ccb-circle-download:hover .fa-upload:before {
    color: #17a2b8;
}

.ccb-circle-download.load {
    background: rgba(0, 119, 255, 0.2);
}

.ccb-circle-download.load path,
.ccb-circle-download.load polyline {
    stroke: #0077FF;
}

.ccb-circle-download.load #ccb_border {
    stroke: #0077FF;
    stroke-dasharray: 144;
    stroke-dashoffset: 0;
}

.ccb-circle-download.done {
    background: #0077FF;
    animation: rubberBand 0.8s;
}

.ccb-circle-download.done:after {
    transform: translateX(50%);
    transition: transform 0.4s ease;
    transition-delay: 0.7s;
}

.fa-download:before,
.fa-upload:before {
    position: absolute;
    top: 5px;
    left: 12px;
    color: #000;
    stroke: #9098A9;
    font-size: 24px;
    transition: all 0.2s ease;
}

.ccb-circle-download.done #ccb_check {
    transform: scale(1);
    transition: all 0.2s ease;
    transition-delay: 0.2s;
}

@keyframes rubberBand {
    from {
        transform: scale(1, 1, 1);
    }
    30% {
        transform: scale3d(1.15, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.15, 1);
    }
    50% {
        transform: scale3d(1.1, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.form-inner-content .g-rec {
    margin: 10px 0;
}


/*horizontal calc*/
.ccb-horizontal-calc-wrapper {
    box-shadow: none;
    border-radius: 8px;
    margin: 30px 0;
    padding: 10px 20px;
    background-color: rgb(244, 247, 248);
}

#ccb-horizontal-main:after {
    content: "";
    display: table;
    clear: both;
}

#ccb-horizontal-main .ccb-inner-wrapper {
    float: left;
    width: 50%;
    padding: 0 50px;
    margin: 0;
}

.ccb-horizontal-summary-list {
    display: flex;
    padding: 5px 10px;
    line-height: 1.5 !important;
    justify-content: space-between;
}

.ccb-horizontal-summary-list:last-child {
    border-top: 1px solid #ccc;
}

#ccb-horizontal-total-summary .form-wrapper-content.next-button-active {
    float: none;
    width: 33%;
}

#ccb-horizontal-total-summary .ccb-purchase {
    width: 30%;
    float: none;
    margin: 0 0 10px 20px;
}

#ccb-horizontal-total-summary #ccb_payments li {
    border: none;
}

.ccb-horizontal-summary-title {
    list-style: none;
    padding: 10px
}


@media screen and (max-width: 820px) {
    .form-wrapper {
        flex-direction: column;
    }

    .form-wrapper-content, .ccb-form-right-wrapper {
        width: 100% !important;
    }

    .ccb-total-description li {
        padding: 15px 0 !important;
    }

    .form-wrapper .form-wrapper-content {
        float: none;
    }

    .form-wrapper .form-wrapper-content:first-child {
        float: none;
    }

}

@media screen and (max-width: 767px) {
    #ccb-horizontal-main .ccb-inner-wrapper {
        float: none;
        width: 100%;
    }
}

/* ---------------------------- spinner ---------------------------- */
.ccb-spinner {
    display: inline-block;
    margin: 0px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.ccb-spinner > div {
    background-color: #17A2B6;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.ccb-spinner div:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.ccb-spinner div:nth-child(3) {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.ccb-spinner div:nth-child(4) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.ccb-spinner div:nth-child(5) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.ccb-preloader-wrapper {
    padding: 30px;
    text-align: center;
}

.payment_methods_stripe {
    font-weight: 600;
}

div.ccb-main-wrapper {
    display: none !important;
}

.ccb-main-wrapper.is-block {
    display: block !important;
}

.ccb-main-wrapper .form-wrapper td,
.ccb-main-wrapper .form-wrapper th {
    border: none !important;
    padding-bottom: 2%;
    padding-top: 2% !important;
    padding-left: 2% !important;
}

.ccb-main-wrapper table td, .ccb-main-wrapper table th {
    color: #73879c;
    padding: 0 !important;
}

.ccb-calc-preview select {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    margin: 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%;
    background-color: #e8eeef;
    color: #8a97a0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    height: 48px;
    border-radius: 2px;
}

.ccb-summary-title h4 {
    color: inherit !important;
}

.ccb-inner-wrapper {
    transition: opacity .2s linear;
}

.calc-field-disable {
    opacity: .4;
    pointer-events: none;
}

.ccb-inner-wrapper.text-area textarea{
    padding: 10px 15px !important;
}