@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello/fontello.eot?50930071');
    src: url('../fonts/fontello/fontello.eot?50930071#iefix') format('embedded-opentype'),
        url('../fonts/fontello/fontello.woff2?50930071') format('woff2'),
        url('../fonts/fontello/fontello.woff?50930071') format('woff'),
        url('../fonts/fontello/fontello.ttf?50930071') format('truetype'),
        url('../fonts/fontello/fontello.svg?50930071#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}


.error-message {
    border: 1px solid #F36868;
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 500px;
    padding: 15px 30px;
    font-weight: 700;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.error-message:after {
    content: '';
    background-color: white;
    width: 20px;
    height: 20px;
    border-top: 1px solid #f36868;
    border-right: 1px solid #f36868;
    position: absolute;
    right: 55px;
    bottom: 40px;
    transform: rotateZ(-45deg);
}

.error-message i {
    color: #F36868;
    margin-right: 10px
}

/* Header */
#header {
    left: 0;
    height: 100px;
    background-color: #ffffff;
    position: relative;
    z-index: 5;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .05);
}

/* Header Top */
.header-top {
    color: #ffffff;
    background-color: #99CA6A;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.title {
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #878787;
    margin-top: 2.5rem;
    margin-bottom: 0;
    text-align: center;
}

.ssl {
    margin-top: 1.5rem;
}

.header-row,
.header-top-row {
    margin-bottom: 0;
}

.steps {
    margin-top: 5%;
    display: flex;
    justify-content: center;
}

.steps .step-item {
    float: left;
    margin: 0 5%;
}

.steps .number {
    background-color: #C1C1C1;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    margin-right: 15px;
    margin-top: 5px;
    float: left;
}

.step-item.active>div.number {
    background-color: #4C67FF;
}

.steps .name {
    display: inline-block;
    color: #3E3E3E;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    word-break: break-all;
    width: 40%;
    height: 54px;
    line-height: 30px;
}

.card-row {
    margin-top: 5%;
}

.card-row .card-content,
.card-row .inner-row {
    margin: 0;
    padding: 0;
}

.card-row .card {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 3px 35px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 35px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 35px 0 rgba(0, 0, 0, 0.16);
}

.card-row .card .card-action {
    background-color: initial;
}

.card-row .card .price-col {
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
}

.card-row .card .price-col {
    background-image: linear-gradient(rgb(76, 103, 255), rgb(78, 155, 255));
    height: 560px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.card-row .card .price-col:after,
.card-row .card .price-col:before,
.card-row .card .lines:after,
.card-row .card .lines:before {
    content: ' ';
    background-image: url("line.png");
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: .15;
    z-index: -1;
}

.card-row .card .content-field {
    position: relative;
    z-index: 999;
}

.card-row .card .price-col:after {
    top: -45px;
}

.card-row .card .price-col:before {
    top: -10px;
}

.card-row .card .lines:after {
    top: -27.5px;
}

.card-row .card .lines:before {
    top: 5.5px;
}

.card-row .card .price-input {
    float: right;
    margin-top: 20%;
    width: 100%;
}

.card-row .card .price-input input,
.card-row .card .price-input input:focus,
.card-row .card .price-input span.read-only {
    width: 100%;
    text-align: right;
    color: #fff;
    padding-bottom: 5px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 45px;
}

.card-row .card .price-input span.read-only {
    height: 3rem;
    margin-bottom: 5px;
    margin-top: 8px;
}

.card-row .card .price-input .md-field::after {
    background-color: white;
}

.card-row .card .price-input label {
    text-align: right;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    top: -20px;
}

.card-row .card .price-input label.active {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    right: 0;
    width: 100%;
    text-align: right;
    left: 20px;
}

.card-row .card .card-field {
    position: absolute;
    top: 15%;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-row .card .card-field .jp-card-front {
    background: #fff !important;
    -webkit-box-shadow: 0 3px 21px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 21px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 21px 0 rgba(0, 0, 0, 0.16);
}

.card-row .card .card-field .jp-card-back {
    -webkit-box-shadow: 0 3px 21px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 21px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 21px 0 rgba(0, 0, 0, 0.16);
}

.card-row .card .card-field .jp-card-shiny {
    background: #C9C9C9;
}

.card-row .card .card-field .jp-card-shiny:before {
    background: #FFFFFF;
}

.card-row .card .card-field .jp-card-number {
    color: #707070;
}

.card-row .card .card-field .jp-card-expiry {
    width: 30% !important;
}

.card-row .card .card-field .jp-card-display {
    color: #C9C9C9;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.input-col .row {
    margin-top: 5%;
}

.input-col .title {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-top: 5%;
    color: #000;
}

.caret {
    width: 10px;
    height: 10px;
    border-top: 1px solid #878787;
    border-right: 1px solid #878787;
    -webkit-transform: rotateZ(135deg);
    -moz-transform: rotateZ(135deg);
    -ms-transform: rotateZ(135deg);
    -o-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
    right: 5px !important;
}

.select-dropdown {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 35px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 35px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 35px 0 rgba(0, 0, 0, 0.16);
}

.select-dropdown:focus {
    border-bottom-color: #4c69ff !important;
}

.select-dropdown li>span {
    color: #a2a2a2;
}

.card-row .card .card-action {
    display: flex;
    z-index: 10;
    border-top: none;
    position: absolute;
    right: 0;
    bottom: -35px;
}

.card-row .card .card-action button {
    height: 50px;
    line-height: unset !important;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    display: inline-block;
    padding: 10px 30px;
    font-weight: bold;
    text-transform: unset !important;
    background-color: #F1F1F1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 12px 25px 0 rgba(201, 201, 201, .5);
    -moz-box-shadow: 0 12px 25px 0 rgba(201, 201, 201, .5);
    box-shadow: 0 12px 25px 0 rgba(201, 201, 201, .5);
}

.card-row .card .card-action button:not(.pay) i {
    margin-left: 10px;
    position: relative;
    top: 3px;
}


.card-row .card input,
.card-row .card input:focus {
    color: #a2a2a2;
    font-family: 'Roboto', sans-serif;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.card-row .card input:not(.invalid, #price),
.card-row .card input:focus:not(.invalid, #price) {
    border-color: #a2a2a2 !important;
}

input:focus.invalid~label,
input[type=text]:not(.browser-default):focus.invalid~label,
input[type=password]:not(.browser-default):focus.invalid~label,
input[type=email]:not(.browser-default):focus.invalid~label,
input[type=url]:not(.browser-default):focus.invalid~label,
input[type=time]:not(.browser-default):focus.invalid~label,
input[type=date]:not(.browser-default):focus.invalid~label,
input[type=datetime]:not(.browser-default):focus.invalid~label,
input[type=datetime-local]:not(.browser-default):focus.invalid~label,
input[type=tel]:not(.browser-default):focus.invalid~label,
input[type=number]:not(.browser-default):focus.invalid~label,
input[type=search]:not(.browser-default):focus.invalid~label,
textarea.materialize-textarea:focus.invalid~label {
    color: #F44336 !important;
}

input.invalid~.helper-text {
    color: #F44336 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

@media screen and (max-width: 1200px) {
    .hide-on-laptop {
        display: none !important;
    }

    .show-on-laptop {
        display: block !important;
    }
}

.service-information .row .input-field:first-child {
    z-index: 1;
}

.input-field:not(.price-input) {
    margin-top: 0;
    margin-bottom: 0;
}

.card-installment {
    -webkit-box-shadow: 0 6px 27px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 6px 27px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 27px 0 rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    height: 40px;
    line-height: 40px;
    width: 90% !important;
    margin: 5rem 5% 0 5% !important;
}

.card-installment .installment-title {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.card-installment .row,
.card-installment .row .col {
    margin: 0 !important;
}

.card-installment .installments {
    display: block;
    float: right;
    list-style: none;
}

.card-installment .installments li {
    float: left;
    display: block;
}

[type="radio"]:not(:checked)+span,
[type="radio"]:checked+span {
    padding-left: 25px !important;
}

[type="radio"]:not(:checked)+span,
[type="radio"]:checked+span {
    line-height: 16px;
    height: auto;
}

[type="radio"]:checked+span {
    color: #4C67FF !important;
}

[type="radio"]:not(:checked)+span:after,
[type="radio"]:checked+span:after {
    font-family: feather;
    content: '\e91c';
    font-size: 10px;
    line-height: 18px;
    padding-left: 3px;
    background-color: #4C67FF !important;
    border: none !important;
    color: white;
}

[type="radio"]+span:before,
[type="radio"]+span:after {
    top: 5px !important;
}

[type="radio"]+span:before {
    background-color: #C9C9C9 !important;
    border: none !important;
}

.card-installment .installment-items label {
    margin: 0 5px;
    display: inline-block;
}

.card-installment .installment-items label span {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #878787;
}

.card-installment .installment-items label span:not(.single) {
    margin-top: 5px;
}

.installment-amount.full {
    visibility: hidden;
}

.price-col .title-field {
    display: none;
}

.security-logo {
    display: none;
}

/* .back-step {
    display: none !important;
} */

.filter-blur {
    filter: blur(20px);
}

.service-information {
    -webkit-transition: filter .5s;
    -moz-transition: filter .5s;
    -ms-transition: filter .5s;
    -o-transition: filter .5s;
    transition: filter .5s;
}

@media (min-width: 1200px) {
    .md-menu-content {
        max-width: 430px !important;
    }

    .container {
        width: 1200px !important;
    }
}

/**
 * Mobile and Tablet
 */

@media (min-width: 768px) and (max-width: 1200px) {

    .error-message {
        bottom: -100% !important;
        right: 110px !important;
        left: 93px !important;
        margin-bottom: 20px;
    }

    .error-message:after {
        right: 58px;
        bottom: 40px;
    }

    .security-logo {
        display: flex !important;
    }

}

@media (min-width: 320px) and (max-width: 1200px) {

    .card-row .card .price-input label.active {
        text-align: center;
    }

    .installment-items label {
        display: inline-block;
    }

    .installment-items label p {
        margin: 0 !important;
    }

    .installment-items label:nth-child(2) {
        padding-right: 10px;
        padding-left: 5px;
    }

    .card-row .card .card-action {
        left: auto;
        right: auto;
        margin: auto;
        width: 100%;
        position: relative;
        bottom: -12px;
    }

    .price-col .title-field {
        display: flex;
    }

    .security-logo {
        display: flex;
    }

    .back-step {
        display: block !important;
    }

    .card-row {
        margin-top: 0 !important;
    }

    .card-row .card {
        margin-top: 0;
        box-shadow: none;
        border-radius: unset;
    }

    .card-row .card .price-col {
        border-radius: unset;
        height: 370px;
    }

    .card-row .card .price-col .content-field {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .card-row .card .price-col .content-field .price-input {
        margin-right: 0;
        float: unset;
        margin-top: 150px;
    }

    .card-row .card .service-information {
        position: relative;
        margin: -55px 5%;
        right: 0;
        width: calc(100% - 10%);
        left: 0;
        min-height: 600px;
        background-color: white;
        z-index: 1;
        -webkit-box-shadow: 0 3px 35px 0 rgba(201, 201, 201, .5);
        -moz-box-shadow: 0 3px 35px 0 rgba(201, 201, 201, .5);
        box-shadow: 0 3px 35px 0 rgba(201, 201, 201, .5);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .card-row .card .card-action button.next-step {
        z-index: 2;
        bottom: -70%;
        right: 0;
        left: 0;
        margin: auto;
    }

    .card-row .card .card-action button.pay {
        z-index: 2;
        bottom: -130%;
        right: 5%;
        padding: 5px 15px;
        float: left;
        margin-bottom: 0;
        display: flex;
        height: 40px;
    }

    .card-action .alico {
        width: 100%;
    }

    .card-action .installment-mobile {
        margin-top: 50px;
    }

    .card-row .card .card-action button.back-step {
        float: left;
        z-index: 2;
        background-color: #3E3E3E;
        color: white;
        bottom: -130%;
        left: 10%;
        padding: 5px 10px;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 40px;
        height: 40px;
    }

    .card-row .card .card-action svg {
        fill: currentColor;
    }

    .card-row .card .price-col .content-field .price-input input {
        margin-top: 10px;
        text-align: center;
        margin-right: 0;
    }

    .card-row>.col {
        padding: 0;
    }

    .title-field {
        position: absolute;
        transform: translateY(50%);
        height: 100px;
        margin-bottom: 20px;
        line-height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .title-field img {
        float: left;
        display: block;
    }

    .title-field span.sperator {
        width: 1px;
        height: 30%;
        margin: 0 10px;
        background-color: white;
    }

    .title-field .meta-title {
        color: white;
        float: left;
        font-family: 'Roboto', sans-serif;
        display: block;
        font-weight: 300;
        margin: 0;
        font-size: 15px;
    }

    .top-40-mobile {
        margin-top: 40px !important;
    }

    .error-message {
        bottom: -140%;
        right: 30px;
        left: 30px;
        margin-bottom: 20px;
    }

    .error-message:after {
        right: 58px;
        bottom: 40px;
    }

    .card-installment {
        height: auto;
        margin-top: 2rem !important;
        margin-bottom: 4rem !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .card-installment .installment-items {
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .installment-amount.full {
        visibility: visible;
    }

    [type="radio"]:not(:checked)+span:after,
    [type="radio"]:checked+span:after {
        padding-left: 0;
    }

    .security-logo {
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        margin-top: 20px;
    }

}

@media (max-width: 768px) and (min-width: 1200px) {
    .error-message:after {
        bottom: 59px !important;
    }

    .error-message {
        bottom: -130%;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        width: 100% !important;
    }
}

@media screen and (max-width: 1400px) {

    .payment-field .card-row,
    .steps {
        margin-top: 2.5%
    }

    #header {
        padding-top: 8px;
    }

    .header-top {
        min-height: 40px;
        line-height: 40px;
    }
}
