input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -moz-appearance: none;
    -webkit-appearance: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
.row-llri {
    padding-left: 0;
}

.investment-llri {
    background-color: #F6F6F6;
    box-sizing: border-box;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*margin-bottom: 20px;*/
    flex-wrap: wrap;
}

.row-eq-height [class*=col] {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .row-eq-height {
        flex-direction: column;
    }

    .row-eq-height [class*=col] {
        margin-bottom: 0;
    }
}

.row-eq-height .investment-llri {
    height: 100%;
}

.monthly-llri img {
    margin-top: 5px;
    padding-bottom: 4px;
}

.caption {
    padding: 10px 0 10px 0;
}

.caption input {
    margin: 10px 10px 25px 30px;
}

.caption strong {
    font-size: 15px !important;
    letter-spacing: -1px !important;
}

.caption ul {
    padding-left: 0;
    text-align: center;
    white-space: nowrap;
}

.caption ul li {
    list-style: none;
    display: inline;
}

.caption ul li img {
    width: 120px;
    display: inline-block;
}

.price-amount-llri input {
    margin: 0px 0px 0px 20px;
}

.price-amount-llri p {
    width: 140px;
    text-align: left;
    margin-top: 10px;
}

.price-amount-llri {
    padding: 10px 0 10px 0;
}

.amount-llri strong {
    font-family: "Exo 2", sans-serif;
}

.amount-llri strong {
    font-size: 18px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .amount-llri {
        margin-left: -9px;
    }
}

.amount-llri span {
    font-size: 17px;
}

.other_price_llri {
}

.btn-llri {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    background: #cd072f;
    padding: 20px 60px 20px 60px;
    text-decoration: none;
    margin-left: 15px;
    cursor: pointer;
}

.continue-llri span {
    padding-left: 15px;
    margin-top: 10px;
    display: inline-block;
}

.continue-llri .btn-llri {
    margin-right: 15px;
    margin-left: 0;
}

@media (min-width: 320px) and (max-width: 991px) {
    .continue-llri {
        text-align: center;
    }

    .continue-llri span {
        text-align: center;
        display: block;
    }
}

.other_price_llri {
    padding: 10px;
}

.filter {
    margin-bottom: 0 !important;
}

.newsletter-llri {
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 13px;
    background: #cd072f;
    padding: 21px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.popup-input {
    width: 49%;
    display: inline;
}

.modal-custom .modal-dialog {
    margin-top: 65px;
}

.modal-custom .modal-content {
    border-radius: 0;
    border: none;
}

.modal-custom .modal-header {
    position: relative;
    border: none;
}

.modal-custom .modal-header .modal-title {
    border: none;
    margin-bottom: 15px;
    padding-right: 40px;
}

.modal-custom .close {
    position: absolute;
    top: 24px;
    right: 22px;
    height: 30px;
}

.modal-content .form-inline {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px;
    font-size: 0;
}

.modal-custom .form-inline .form-group {
    padding: 0 5px;
    float: none;
    display: inline-block;
    vertical-align: bottom;
}

.modal-custom .form-inline .form-group .form-control {
    width: 100%;
    font-size: 14px;
}

.modal-custom form [type="button"] {
    margin-left: 0;
}

.modal-custom form [type="button"]:hover,
.modal-custom form [type="button"]:focus {
    color: #fff;
}

.modal-custom .close span {
    font-size: 50px;
    line-height: 30px;
}

@media (min-width: 768px) {

    .modal-custom .modal-body {
        padding: 20px 60px 40px 60px;
    }

    .modal-custom .modal-header {
        padding: 45px 60px 0 60px;
    }
}

@media (max-width: 767px) {
    .modal-custom .modal-header,
    .modal-custom .modal-body {
        padding-right: 25px;
        padding-left: 25px;
    }

    .moda-custom .modal-header {
        padding-top: 25px;
    }

    .modal-custom .modal-body {
        padding-bottom: 25px;
    }

    .modal-content .form-inline {
        margin-bottom: 10px;
    }
}

.radio {
    padding-left: 20px;
    padding-right: 20px;
}

.radio .custom-label {
    padding-left: 30px;
    position: relative;
}

.radio .custom-label strong {
    line-height: 25px;
}

.radio input[type=radio] {
    height: 10px;
    top: -3px;
    margin-left: 0 !important;
    left: 0;
}

.radio input[type=radio]:focus {
    box-shadow: none;
}

.radio .custom-radio {
    width: 20px;
    height: 20px;
    border: 1px solid #dedede;
    position: absolute;
    top: 4px;
    left: 0;
    border-radius: 16px;
    background: #fff;
}

.radio input[type=radio]:checked ~ .custom-radio {
    background: #0261b1;
}

.radio input[type=radio]:checked ~ .custom-radio:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.amount-llri input[type=radio] {
   display: none;
}

.mt-30 {
    margin-top: 30px;
}
.mt-15{
    margin-top: 15px;
}

.citata-llri {
    line-height: 1.8;
}

.citata-llri:after {
    font-family: Georgia, serif;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: 10px;
    bottom: 20px;
    color: #d4d3d3;
    height: 30px;
    line-height: 75px;
    z-index: -1;
}

.asmuo-llri {
    margin-top: 50px;
    font-size: 13px;
    color: #0261b1;
    font-weight: 700;
}

.remti-llri {
    line-height: 1.8;
}

.links-llri {
    position: relative;
    background-color: #F6F6F6;
    padding: 10px 14px 40px 14px;
    /*border-top: 2px solid transparent;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.row-eq-height .links-llri {
    height: 100%;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .row-eq-height .links-llri {
        margin-bottom: 14px;
    }
}

.links-llri:hover {
    border-top: 2px solid #0261b1;
    padding-top: 9px;
}

.links-llri strong {
    font-family: "Exo 2", sans-serif;
    font-size: 17px;
    display: block;
    margin-bottom: 25px;
    max-width: 130px;
}

.links-llri a {
    position: absolute;
    bottom: 20px;
    left: 14px;
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

.links-llri a:after {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    margin-left: 10px;
    content: "\003E";
}

.border-llri {
    padding-right: 0;
    margin-top: 3px;
}

.percentage-llri {
    margin: 15px 0 0 15px;
}

.percentage-strong {
    font-family: "Exo 2", sans-serif;

}

.remejai-llri {
    font-family: "Exo 2", sans-serif;
    line-height: 1;
}

.remejai-llri h2 {
    color: #0663B5;
    font-weight: 500;
    font-size: 22px;
}

.remejai-llri p {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 25px;
}

.remejai-llri img {
    width: 192px;
    margin-right: 15px;
}

.remejai-llri h1, .attributes-section-header {
    color: #0663B5;
    font-weight: 500;
    font-size: 24px!important;
    font-family: 'Exo 2', sans-serif;
    margin-bottom: 20px;
}

.remejai-llri a img {
    margin-bottom: 25px
}

.support-llri p {
    font-family: inherit;
    font-weight: 100;
}

.review-form {
    font-family: "Exo 2", sans-serif;
}

.review-form textarea {
    width: 100%;
    height: 100px;
    resize: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .percentage-strong {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .c100.big {
        font-size: 150px;
    }
}

@media (min-width: 448px) and (max-width: 767px) {
    .c100.big {
        font-size: 200px;
    }
}

@media (min-width: 376px) and (max-width: 447px) {
    .percentage-strong {
        font-size: 13px;
        text-align: center;
    }

    .c100.big {
        font-size: 150px;
    }
}

.data-cards-aligned {
    font-size: 0;
    margin-top: 10px;
}

.data-cards-aligned .data-card {
    display: inline-block;
    float: none;
    text-align: center;
    vertical-align: bottom;
    margin-bottom: 25px;
}

.data-cards-aligned .data-card strong {
    font-size: 12px;
}
.circle-text{
    font-weight: 800!important;
    font-size: 16px!important;
    color: #0663B5;
}

.proc-txt-lt{
    font-size: 17px!important;
    color: #0663B5;
}
.proc-lt{
    margin-bottom: 10px;
}

.data-cards-aligned .data-card .percentage-llri {
    margin-left: 0;
}

.data-cards-aligned .data-card .percentage-llri .c100 {
    display: block;
    float: none;
    margin: auto;
}

@media (max-width: 991px) {
    .price-amount-llri p {
        width: 100%;
    }

    .price_text {
        margin-bottom: 35px;
    }
}

.review-form-wrapper {
    margin-top: 80px;
}

.review-form-wrapper .entry-title {
    margin-bottom: 50px;
    border-bottom: none;
}

.form-labeled .form-control {
    margin-top: 6px;
}

.form-labeled [type="submit"] {
    border: none;
    margin-left: 0;
}

#accModal p:last-of-type {
    margin-bottom: 30px;
}

textarea {
    resize: none;
}

.has-error {
    color: #f30c16;
    font-size: 12px;
}

.has-error .form-control {
    border-color: #f30c16;
}

.price_input_llri {
}

@media (min-width: 768px) and (max-width: 991px) {
    .links-llri strong {
        font-size: 16px;
    }
}

.margin-nulis-llri {
    margin-left: 0;
}

.padding-nulis-llri {
    padding-left: 0;
}

.AboutAcc-llri {
    display: inline-block;
    margin-bottom: 20px;
}

.AboutAcc-llri img {
    margin-bottom: 10px;
}

.upperPage-llri span {
    padding-left: 15px;
    margin-top: 10px;
    display: inline-block;
}

.upperPage-llri .btn-llri {
    margin-left: 0;
}

@media (max-width: 1024px) {
    .upperPage-llri {
        text-align: center;
    }
}
.btn-order {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    margin-right: 25px;
    color: #ffffff;
    font-size: 14px;
    background: #cd072f;
    padding: 20px 40px;
    text-decoration: none;
    cursor: pointer;
}
.AboutAcc-llri span{
    display: block;
}
.near-order-btn{
    display: inline-block;
    vertical-align: middle;
}
.near-order-btn span{
    font-size: 18px;
    font-weight: 700!important;
}

.marg-2{
    font-size: 13px!important;
    font-weight: 500!important;

    /*margin-bottom: 2px!important;*/
}
.marg-2-font{
    font-size: 15px!important;
    color: #0663B5;
    margin-bottom: 5px;
}

.atributika-img img{
    width: 350px;
}

.mb-p-20 p {
    margin-bottom: 20px;
}

.content-smaller,
.content-smaller p {
    font-size: 12px;
}

.row-other-amount {
    display: inline-block;
    margin:0px -15px;
}
.success-cardinity{
    color: green;
}
.fail-cardinity{
    color: red;
}
.payment-type-llri, .price-amount-llri {
    cursor: pointer;
}

.custom_amount_error_msg{
    font-family: "Exo 2", sans-serif;
    color: red;
    font-weight: bold;
    display: none;
    width: 310px!important;
    font-size: 20px;
}