/*
Theme Name: Roundleaf
Theme URI: http://www.roundleafinc.com/
Author:  Roundleaf
Author URI: http://www.roundleafinc.com/
Description: <a target="_blank" href="http://www.roundleafinc.com/"></a><a target="_blank" href="http://www.roundleafinc.com/">Roundleaf</a> <a target="_blank" href="http://www.roundleafinc.com/">Web Design</a>.
Version: 1.0
*/


/******
 ****** Global
 ******/

.white {
    color: #fff !important;
}

.bg-light {
    background-color: #fff !important;
}

.eee {
    color: #eee !important;
}

.blank {
    color: #000 !important;
}

.bold {
    font-weight: bold !important;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.alignnone {
    float: none;
}

.zoom-out,
.zoom-in {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.zoom-out img,
.zoom-in img {
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.zoom-in:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.zoom-out:hover img {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
}

.content-float {
    transition: all .2s linear;
}

.content-float:hover {
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
}

.content-float:hover {
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}

.shadow-hover {
    transition: all .3s ease-in-out;
}

.shadow-hover:hover {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}


/******
 ****** Ratio
 ******/

.ratio {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.ratio::before {
    display: block;
    content: "";
}

.ratio>.ratio-area {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ratio-1by1::before {
    padding-top: 100%;
}

.ratio-4by3::before {
    padding-top: 75%;
}

.ratio-2by1::before {
    padding-top: 50%;
}

.ratio-16by9::before {
    padding-top: 56.25%;
}

.ratio-21by9::before {
    padding-top: 42.857143%;
}

@media (min-width: 576px) {
    .ratio-sm-1by1::before {
        padding-top: 100%;
    }
    .ratio-sm-4by3::before {
        padding-top: 75%;
    }
    .ratio-sm-2by1::before {
        padding-top: 50%;
    }
    .ratio-sm-16by9::before {
        padding-top: 56.25%;
    }
    .ratio-sm-21by9::before {
        padding-top: 42.857143%;
    }
}

@media (min-width: 768px) {
    .ratio-md-1by1::before {
        padding-top: 100%;
    }
    .ratio-md-4by3::before {
        padding-top: 75%;
    }
    .ratio-md-2by1::before {
        padding-top: 50%;
    }
    .ratio-md-16by9::before {
        padding-top: 56.25%;
    }
    .ratio-md-21by9::before {
        padding-top: 42.857143%;
    }
}

@media (min-width: 992px) {
    .ratio-lg-1by1::before {
        padding-top: 100%;
    }
    .ratio-lg-4by3::before {
        padding-top: 75%;
    }
    .ratio-lg-2by1::before {
        padding-top: 50%;
    }
    .ratio-lg-16by9::before {
        padding-top: 56.25%;
    }
    .ratio-lg-21by9::before {
        padding-top: 42.857143%;
    }
}

@media (min-width: 1200px) {
    .ratio-xl-1by1::before {
        padding-top: 100%;
    }
    .ratio-xl-4by3::before {
        padding-top: 75%;
    }
    .ratio-xl-2by1::before {
        padding-top: 50%;
    }
    .ratio-xl-16by9::before {
        padding-top: 56.25%;
    }
    .ratio-xl-21by9::before {
        padding-top: 42.857143%;
    }
}


/******
 ****** caldera form按钮
 ******/

.caldera-grid-wrap .caldera-grid .btn {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    padding: 12px 80px;
}

.caldera-grid-wrap .caldera-grid .btn-sm {
    font-size: 12px;
    padding: 2px 10px;
}

.caldera-grid-wrap .caldera-grid .btn-lg {
    font-size: 14px;
    padding: 12px 100px;
}

.caldera-grid-wrap .caldera-grid .btn-primary {
    border-radius: 0;
    outline: none;
    border: 0;
    color: #fff;
    background-color: #2196F2;
}

.caldera-grid-wrap .caldera-grid .btn-primary:not(:disabled):not(.disabled):hover,
.caldera-grid-wrap .caldera-grid .btn-primary:not(:disabled):not(.disabled):focus {
    background-color: #93D100;
    color: #fff;
    box-shadow: none;
}

.caldera-grid-wrap .caldera-grid .btn-green {
    color: #fff;
    background-color: #93D100;
}

.caldera-grid-wrap .caldera-grid .btn-green:not(:disabled):not(.disabled):hover,
.caldera-grid-wrap .caldera-grid .btn-green:not(:disabled):not(.disabled):focus {
    background-color: #2196F2;
    color: #fff;
    box-shadow: none;
}

.caldera-grid-wrap .caldera-grid .btn-block {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    .caldera-grid-wrap .caldera-grid .btn {
        font-size: 18px;
    }
    .caldera-grid-wrap .caldera-grid .btn-small {
        font-size: 13px;
    }
    .caldera-grid-wrap .caldera-grid .btn-lg {
        font-size: 18px;
    }
}


/******
****** caldera form
******/

.caldera-grid .form-group .control-label {
    font-size: 12px;
    color: #222;
    margin-bottom: 8px;
}
.calculator-form .caldera-grid .form-group .control-label {
    color: #03213D;
}

.caldera-grid .form-group .form-control {
    height: 32px;
    font-size: 12px;
    padding: 5px 10px;
    color: #222;
    /* border-color: transparent;
    background-color: #eee;
    border: 0; */
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #C5CAD0;
    border-radius: 0.3rem;
}

/* .caldera-grid .form-group textarea.form-control {
    height: auto !important;
} */

.caldera-grid-wrap .caldera-grid .row {
    margin: 0 -15px;
    padding: 0;
    max-width: none;
}

.caldera-grid-wrap .caldera-grid [class*="col"] {
    width: 100%;
    max-width: none;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .contact-form-wrap .caldera-grid .form-group .control-label {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .contact-form-wrap .caldera-grid .form-group .form-control {
        font-size: 13px;
        padding: 10px 15px;
    }
    .caldera-grid-wrap .caldera-grid .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .caldera-grid-wrap .caldera-grid .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .caldera-grid-wrap .caldera-grid .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .caldera-grid-wrap .caldera-grid .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .caldera-grid-wrap .caldera-grid .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .caldera-grid-wrap .caldera-grid .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .caldera-grid-wrap .caldera-grid .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .caldera-grid-wrap .caldera-grid .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .caldera-grid-wrap .caldera-grid .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .caldera-grid-wrap .caldera-grid .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .caldera-grid-wrap .caldera-grid .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .caldera-grid-wrap .caldera-grid .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .caldera-grid .form-group .control-label {
        font-size: 16px;
        font-weight: 500;
    }
    .calculator-form .caldera-grid .form-group .control-label {
        font-size: 20px;
    }
    .caldera-grid .form-group .form-control {
        height: 65px;
        font-size: 14px;
        padding: 15px;
    }
}


/******
 ****** Grid
 ******/

.zero-row {
    margin-left: 0;
    margin-right: 0;
}

.zero-row>[class*="col"] {
    padding-left: 0;
    padding-right: 0;
}

.tiny-row {
    margin-left: -5px;
    margin-right: -5px;
}

.tiny-row>[class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

.small-row {
    margin-left: -10px;
    margin-right: -10px;
}

.small-row>[class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
}

.small-row-5 {
    margin-left: -15px;
    margin-right: -15px;
}

.small-row-5>[class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
}

.mid-row {
    margin-left: -20px;
    margin-right: -20px;
}

.mid-row>[class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
}

.mid-row-5 {
    margin-left: -25px;
    margin-right: -25px;
}

.mid-row-5>[class*="col"] {
    padding-left: 25px;
    padding-right: 25px;
}

.big-row {
    margin-left: -30px;
    margin-right: -30px;
}

.big-row>[class*="col"] {
    padding-left: 30px;
    padding-right: 30px;
}

.big-row-5 {
    margin-left: -35px;
    margin-right: -35px;
}

.big-row-5>[class*="col"] {
    padding-left: 35px;
    padding-right: 35px;
}

.large-row {
    margin-left: -40px;
    margin-right: -40px;
}

.large-row>[class*="col"] {
    padding-left: 40px;
    padding-right: 40px;
}

.large-row-5 {
    margin-left: -45px;
    margin-right: -45px;
}

.large-row-5>[class*="col"] {
    padding-left: 45px;
    padding-right: 45px;
}

.col-55,
.col-sm-55,
.col-md-55,
.col-lg-55,
.col-xl-55,
.col-77,
.col-sm-77,
.col-md-77,
.col-lg-77,
.col-xl-77,
.col-88,
.col-sm-88,
.col-md-88,
.col-lg-88,
.col-xl-88,
.col-99,
.col-sm-99,
.col-md-99,
.col-lg-99,
.col-xl-99,
.col-1010,
.col-sm-1010,
.col-md-1010,
.col-lg-1010,
.col-xl-1010,
.col-1111,
.col-sm-1111,
.col-md-1111,
.col-lg-1111,
.col-xl-1111,
.col-1212,
.col-sm-1212,
.col-md-1212,
.col-lg-1212,
.col-xl-1212 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-55 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-77 {
    -ms-flex: 0 0 14.2857%;
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
}

.col-88 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.col-99 {
    -ms-flex: 0 0 11.1111%;
    flex: 0 0 11.1111%;
    max-width: 11.1111%;
}

.col-1010 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}

.col-1111 {
    -ms-flex: 0 0 9.0909%;
    flex: 0 0 9.0909%;
    max-width: 9.0909%;
}

.col-1212 {
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
}

@media (min-width: 576px) {
    .zero-sm-row {
        margin-left: 0;
        margin-right: 0;
    }
    .zero-sm-row>[class*="col"] {
        padding-left: 0;
        padding-right: 0;
    }
    .tiny-sm-row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .tiny-sm-row>[class*="col"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .small-sm-row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .small-sm-row>[class*="col"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .small-sm-row-5 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .small-sm-row-5>[class*="col"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mid-sm-row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .mid-sm-row>[class*="col"] {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mid-sm-row-5 {
        margin-left: -25px;
        margin-right: -25px;
    }
    .mid-sm-row-5>[class*="col"] {
        padding-left: 25px;
        padding-right: 25px;
    }
    .big-sm-row {
        margin-left: -30px;
        margin-right: -30px;
    }
    .big-sm-row>[class*="col"] {
        padding-left: 30px;
        padding-right: 30px;
    }
    .big-sm-row-5 {
        margin-left: -35px;
        margin-right: -35px;
    }
    .big-sm-row-5>[class*="col"] {
        padding-left: 35px;
        padding-right: 35px;
    }
    .large-sm-row {
        margin-left: -40px;
        margin-right: -40px;
    }
    .large-sm-row>[class*="col"] {
        padding-left: 40px;
        padding-right: 40px;
    }
    .large-sm-row-5 {
        margin-left: -45px;
        margin-right: -45px;
    }
    .large-sm-row-5>[class*="col"] {
        padding-left: 45px;
        padding-right: 45px;
    }
    .col-sm-55 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-sm-77 {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%;
    }
    .col-sm-88 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    .col-sm-99 {
        -ms-flex: 0 0 11.1111%;
        flex: 0 0 11.1111%;
        max-width: 11.1111%;
    }
    .col-sm-1010 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }
    .col-sm-1111 {
        -ms-flex: 0 0 9.0909%;
        flex: 0 0 9.0909%;
        max-width: 9.0909%;
    }
    .col-sm-1212 {
        -ms-flex: 0 0 8.3333%;
        flex: 0 0 8.3333%;
        max-width: 8.3333%;
    }
}

@media (min-width: 768px) {
    .zero-md-row {
        margin-left: 0;
        margin-right: 0;
    }
    .zero-md-row>[class*="col"] {
        padding-left: 0;
        padding-right: 0;
    }
    .tiny-md-row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .tiny-md-row>[class*="col"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .small-md-row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .small-md-row>[class*="col"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .small-md-row-5 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .small-md-row-5>[class*="col"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mid-md-row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .mid-md-row>[class*="col"] {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mid-md-row-5 {
        margin-left: -25px;
        margin-right: -25px;
    }
    .mid-md-row-5>[class*="col"] {
        padding-left: 25px;
        padding-right: 25px;
    }
    .big-md-row {
        margin-left: -30px;
        margin-right: -30px;
    }
    .big-md-row>[class*="col"] {
        padding-left: 30px;
        padding-right: 30px;
    }
    .big-md-row-5 {
        margin-left: -35px;
        margin-right: -35px;
    }
    .big-md-row-5>[class*="col"] {
        padding-left: 35px;
        padding-right: 35px;
    }
    .large-md-row {
        margin-left: -40px;
        margin-right: -40px;
    }
    .large-md-row>[class*="col"] {
        padding-left: 40px;
        padding-right: 40px;
    }
    .large-md-row-5 {
        margin-left: -45px;
        margin-right: -45px;
    }
    .large-md-row-5>[class*="col"] {
        padding-left: 45px;
        padding-right: 45px;
    }
    .col-md-55 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-md-77 {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%;
    }
    .col-md-88 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    .col-md-99 {
        -ms-flex: 0 0 11.1111%;
        flex: 0 0 11.1111%;
        max-width: 11.1111%;
    }
    .col-md-1010 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }
    .col-md-1111 {
        -ms-flex: 0 0 9.0909%;
        flex: 0 0 9.0909%;
        max-width: 9.0909%;
    }
    .col-md-1212 {
        -ms-flex: 0 0 8.3333%;
        flex: 0 0 8.3333%;
        max-width: 8.3333%;
    }
}

@media (min-width: 992px) {
    .zero-lg-row {
        margin-left: 0;
        margin-right: 0;
    }
    .zero-lg-row>[class*="col"] {
        padding-left: 0;
        padding-right: 0;
    }
    .tiny-lg-row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .tiny-lg-row>[class*="col"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .small-lg-row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .small-lg-row>[class*="col"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .small-lg-row-5 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .small-lg-row-5>[class*="col"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mid-lg-row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .mid-lg-row>[class*="col"] {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mid-lg-row-5 {
        margin-left: -25px;
        margin-right: -25px;
    }
    .mid-lg-row-5>[class*="col"] {
        padding-left: 25px;
        padding-right: 25px;
    }
    .big-lg-row {
        margin-left: -30px;
        margin-right: -30px;
    }
    .big-lg-row>[class*="col"] {
        padding-left: 30px;
        padding-right: 30px;
    }
    .big-lg-row-5 {
        margin-left: -35px;
        margin-right: -35px;
    }
    .big-lg-row-5>[class*="col"] {
        padding-left: 35px;
        padding-right: 35px;
    }
    .large-lg-row {
        margin-left: -40px;
        margin-right: -40px;
    }
    .large-lg-row>[class*="col"] {
        padding-left: 40px;
        padding-right: 40px;
    }
    .large-lg-row-5 {
        margin-left: -45px;
        margin-right: -45px;
    }
    .large-lg-row-5>[class*="col"] {
        padding-left: 45px;
        padding-right: 45px;
    }
    .col-lg-55 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-lg-77 {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%;
    }
    .col-lg-88 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    .col-lg-99 {
        -ms-flex: 0 0 11.1111%;
        flex: 0 0 11.1111%;
        max-width: 11.1111%;
    }
    .col-lg-1010 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }
    .col-lg-1111 {
        -ms-flex: 0 0 9.0909%;
        flex: 0 0 9.0909%;
        max-width: 9.0909%;
    }
    .col-lg-1212 {
        -ms-flex: 0 0 8.3333%;
        flex: 0 0 8.3333%;
        max-width: 8.3333%;
    }
}

@media (min-width: 1200px) {
    .zero-xl-row {
        margin-left: 0;
        margin-right: 0;
    }
    .zero-xl-row>[class*="col"] {
        padding-left: 0;
        padding-right: 0;
    }
    .tiny-xl-row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .tiny-xl-row>[class*="col"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .small-xl-row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .small-xl-row>[class*="col"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .small-xl-row-5 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .small-xl-row-5>[class*="col"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mid-xl-row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .mid-xl-row>[class*="col"] {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mid-xl-row-5 {
        margin-left: -25px;
        margin-right: -25px;
    }
    .mid-xl-row-5>[class*="col"] {
        padding-left: 25px;
        padding-right: 25px;
    }
    .big-xl-row {
        margin-left: -30px;
        margin-right: -30px;
    }
    .big-xl-row>[class*="col"] {
        padding-left: 30px;
        padding-right: 30px;
    }
    .big-xl-row-5 {
        margin-left: -35px;
        margin-right: -35px;
    }
    .big-xl-row-5>[class*="col"] {
        padding-left: 35px;
        padding-right: 35px;
    }
    .large-xl-row {
        margin-left: -40px;
        margin-right: -40px;
    }
    .large-xl-row>[class*="col"] {
        padding-left: 40px;
        padding-right: 40px;
    }
    .large-xl-row-5 {
        margin-left: -45px;
        margin-right: -45px;
    }
    .large-xl-row-5>[class*="col"] {
        padding-left: 45px;
        padding-right: 45px;
    }
    .col-xl-55 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-xl-77 {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%;
    }
    .col-xl-88 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    .col-xl-99 {
        -ms-flex: 0 0 11.1111%;
        flex: 0 0 11.1111%;
        max-width: 11.1111%;
    }
    .col-xl-1010 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }
    .col-xl-1111 {
        -ms-flex: 0 0 9.0909%;
        flex: 0 0 9.0909%;
        max-width: 9.0909%;
    }
    .col-xl-1212 {
        -ms-flex: 0 0 8.3333%;
        flex: 0 0 8.3333%;
        max-width: 8.3333%;
    }
}


/******
 ****** General
 ******/

.content {
    padding: 30px 0;
}

.home-wrapper .content {
    padding: 0;
}

.banner {
    background-color: #F2F3F7;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 300px;
}

.banner.banner-landing {
    min-height: 350px;
}

.banner .container {
    height: 100%;
}

.main-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.main-title h1 {
    color: #fff;
}

@media(min-width: 768px) {
    .content {
        padding: 50px 0;
    }
    .banner {
        height: 400px;
    }
}

@media(min-width: 1200px) {
    .content {
        padding: 80px 0;
    }
    .banner {
        height: 450px;
    }
    .banner.banner-landing {
        min-height: 550px;
    }
}


/******
 ****** Pagenavi
 ******/

.wp-pagenavi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
    cursor: pointer;
    font-family: "Montserrat-Regular";
    font-size: 13px;
    line-height: 1;
    color: #3E3E3F;
    font-weight: bold;
    margin-right: 10px;
    /* background-color: #DDD; */
    border: 0;
    padding: 0 3px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
    color: #3E3E3F;
    background-color: #F5F5F5;
}

.previouspostslink,
.nextpostslink {
    position: relative;
    color: transparent !important;
}

.previouspostslink::after,
.nextpostslink::after {
    content: '\f1c5';
    font-family: 'Flaticon';
    font-size: 12px;
    color: #3E3E3F;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -6px;
}

.nextpostslink::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/******
 ****** 404
 ******/

.error-404-wrapper {
    padding: 60px 0;
    text-align: center;
}

.img-404 {
    line-height: 0;
}

.img-404 img {
    max-height: 150px;
}

@media(min-width: 768px) {
    .error-404-wrapper {
        padding: 80px 0;
    }
    .img-404 img {
        max-height: 200px;
    }
}

@media(min-width: 992px) {
    .error-404-wrapper {
        padding: 100px 0;
    }
    .img-404 img {
        max-height: 260px;
    }
}

@media(min-width: 1200px) {
    .error-404-wrapper {
        padding: 150px 0;
    }
    .img-404 img {
        max-height: 320px;
    }
}


/******
 ****** Footer
 ******/

footer {
    padding: 60px 0;
}
footer,
/* footer p, */
footer a {
    font-size: 16px;
}

.footer-dark {
    background-color: #222;
}

.footer-dark,
.footer-dark p,
.footer-dark a {
    color: #fff;
}

.footer-dark a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.footer-light {
    background-color: #F7F7F7;
}

.footer-light,
.footer-light p,
.footer-light a {
    color: #03213D;
    font-weight: 400;
}



.footer-light a:hover {
    color: rgba(34, 34, 34, 0.8);
}

.back-to-top {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    border-radius: 4px 4px 0 0;
    height: 48px;
    width: 48px;
    font-size: 24px;
}

.back-to-top:hover,
.back-to-top:focus {
    background-color: #EF0B0B;
}


/******
 ****** Home
 ******/

.logo-item {
    text-align: center;
    margin-bottom: 30px !important;
}


/******
 ****** swiper
 ******/

.swiper-container {
    --swiper-navigation-size: 16px;
}

.swiper-button-next,
.swiper-button-prev {
    border-radius: 24px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    border: 1px solid transparent;
}

.swiper-white {
    --swiper-theme-color: #fff;
    --swiper-navigation-color: #222;
}

.swiper-black {
    --swiper-theme-color: #2222;
    --swiper-navigation-color: #fff;
}

.swiper-white .swiper-button-next,
.swiper-white .swiper-button-prev {
    border-color: #222;
}

.swiper-black .swiper-button-next,
.swiper-black .swiper-button-prev {
    border-color: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 0.5;
}

@media(min-width: 768px) {
    .swiper-container {
        --swiper-navigation-size: 20px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        border-radius: 48px;
        width: 48px;
        height: 48px;
        margin-top: -24px;
    }
}


/******
 ****** siderbar
 ******/


/* 侧边栏分块样式，非必要 */

aside section {
    /* padding: 15px 25px; */
    margin-bottom: 15px;
    /* border-bottom: #eee dashed 1px; */
}

.fixed-panel {
    position: fixed;
    top: 90px;
    /* header高度 */
    width: 350px;
    /* sidebar需固定宽度 */
    z-index: 10;
}

.sidebar-blog-main-title {
    margin-bottom: 30px;
    color: #000;
}

.sidebar-blog-item {
    display: flex;
}

.sidebar-blog-item:not(:last-child) {
    margin-bottom: 30px;
}

.sidebar-blog-img {
    width: 120px;
    margin-right: 15px;
}

.sidebar-blog-info {
    flex: 1;
}

.sidebar-blog-title {
    font-weight: normal;
    color: #222;
    line-height: 1.4;
}

.sidebar-blog-date {
    margin-bottom: 0 !important;
}

.sidebar-blog-wrap {
    padding-bottom: 25px;
}

.global-sidebar-list-wrap {
    margin-bottom: 25px;
    padding: 15px;
}

.global-sidebar-list-wrap ul {
    list-style: none;
}

.global-sidebar-list>li {
    border-bottom: 1px solid #ccc;
}

.global-sidebar-list>li>a {
    display: block;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.global-sidebar-list>li.current_page_item>a,
.global-sidebar-list>li.current-cat>a {
    color: #000;
}

.global-sidebar-list>li:last-child {
    border: 0;
}

.global-sidebar-menu li {
    position: relative;
    padding-left: 24px;
}

.global-sidebar-menu>li.cat_item_has_children,
.global-sidebar-menu>li.page_item_has_children {
    cursor: pointer;
}

.global-sidebar-menu>li.cat_item_has_children::before,
.global-sidebar-menu>li.page_item_has_children::before {
    content: "\f196";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 18px;
    left: 0;
    font-size: 20px;
    color: #E50114;
}

.global-sidebar-menu>li.cat_item_has_children.global-menu-show::before,
.global-sidebar-menu>li.page_item_has_children.global-menu-show::before {
    content: "\f147";
}

.global-sidebar-menu>li>.children {
    display: none;
}

.global-sidebar-menu li>.children {
    padding: 0;
    margin: 0 0 15px;
}

.global-sidebar-menu li .children li a {
    font-size: 13px;
    line-height: 2;
    color: #999;
}

.global-sidebar-menu li .children li.current-cat a,
.global-sidebar-menu li .children li a:hover,
.global-sidebar-menu li .children li a:focus {
    color: #E50114;
}

@media(min-width: 768px) {
    .sidebar-blog-title {
        font-size: 14px;
    }
    .single-blog-content-wrap {
        padding-bottom: 60px;
    }
    .sidebar-blog-wrap {
        padding-bottom: 0;
    }
}

@media(min-width: 992px) {
    .global-sidebar-list>li>a {
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .global-sidebar-menu>li.cat_item_has_children::before,
    .global-sidebar-menu>li.page_item_has_children::before {
        top: 23px;
        font-size: 20px;
    }
    .global-sidebar-menu li .children {
        margin: 0 0 20px;
    }
}


/******
 ****** blog & news
 ******/

.news-list,
.blog-list,
.blog-item {
    margin-bottom: 20px;
}

.blog-item {
    position: relative;
}

.blog-category-tag {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    z-index: 99;
    line-height: 1;
    font-size: 12px;
}

.blog-info {
    padding-top: 15px;
    padding-bottom: 15px;
}

.blog-title {
    line-height: 1.4;
    margin-bottom: 10px;
}

.blog-excerpt {
    font-size: 12px;
    line-height: 1.4;
    color: #666;
}

.single-blog-title {
    margin-bottom: 15px;
}

.blog-date,
.sidebar-blog-date,
.single-blog-date {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}

.blog-date i,
.sidebar-blog-date i,
.single-blog-date i {
    margin-right: 10px;
}

.single-blog-excerpt {
    position: relative;
    font-size: 13px;
    line-height: 2;
    color: #999;
    margin-bottom: 30px;
}

.single-blog-excerpt::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 2px;
    background-color: #EEE;
}

.single-blog-content-wrap {
    padding-bottom: 0;
}

.post-navigation {
    margin-top: 30px;
}

.post-navigation h1,
.post-navigation h2,
.post-navigation h3,
.post-navigation h4,
.post-navigation h5,
.post-navigation h6 {
    display: none !important;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    margin-top: 5px;
}

@media(min-width: 768px) {
    .news-list,
    .blog-list,
    .blog-item {
        margin-bottom: 30px;
    }
    .single-blog-title {
        font-size: 36px;
    }
    .single-blog-date {
        margin-bottom: 20px;
    }
    .blog-excerpt,
    .blog-row-excerpt,
    .single-blog-excerpt {
        font-size: 14px;
    }
    .single-blog-excerpt {
        margin-bottom: 50px;
    }
    .single-blog-excerpt::before {
        bottom: -15px;
        width: 160px;
        height: 4px;
    }
    .post-navigation {
        margin-top: 50px;
    }
}


/******
 ****** product
 ******/

.product-item {
    margin-bottom: 20px;
}

.product-thumb {
    margin-bottom: 15px;
}

.product-desc {
    font-size: 12px;
    line-height: 1.6;
    color: #999;
}

.single-product-swiper {
    margin-bottom: 10px;
}

.single-product-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 15px;
    line-height: 1.4;
}

.single-product-desc {
    padding-bottom: 15px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 15px;
}

.single-product-desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-product-desc ul li {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 1.6;
    color: #3E3E3F;
}

.single-product-desc ul li p {
    font-size: 13px;
    color: #3E3E3F;
}

.single-product-desc ul li span {
    min-width: 140px;
    margin-right: 15px;
    color: #999;
}

.single-product-excerpt {
    font-size: 12px;
    line-height: 1.6;
    color: #999;
    margin-bottom: 20px;
}

.tab-wrap {
    padding-top: 30px;
}

.custom-tab-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 35px;
    border-bottom: 1px solid #DDD;
}

.tab-btn {
    color: #999;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    position: relative;
    bottom: -1px;
    border-right: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    margin-left: 10px;
}

.tab-btn.active-tab {
    color: #E50114;
    border-bottom: 1px solid #fff;
}

.tab-content {
    min-height: 100px;
    display: none;
}

.tab-content.active-content {
    display: block;
}

.tab-content table {
    font-size: 13px;
    line-height: 1.6;
    color: #999;
}

.tab-content table strong {
    color: #222;
}

.tab-content .table th,
.tab-content .table td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.product-tab-content h2,
.product-tab-content h3,
.product-tab-content h4,
.product-tab-content h5 {
    margin-bottom: 20px;
}

@media(min-width: 992px) {
    .product-item {
        margin-bottom: 25px;
    }
    .product-thumb {
        margin-bottom: 20px;
    }
    .single-product-desc,
    .single-product-title {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .tab-wrap {
        padding-top: 40px;
    }
    .custom-tab-btn {
        margin-bottom: 55px;
    }
}

.name-title,
.footer-menu-widget-title {
    font-weight: 700;
    font-family: 'Jost', sans-serif;
}

.name-title-color {
    color: #03213D;
}

.section-settlement-services {
    background-color: #F7F7F7;
}

.img-icon {
    max-height: 50px;
}

.btn {
    letter-spacing: .1rem;
}

.btn-white,
.btn-orange,
.btn-orange-pill {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}

.btn-white {
    color: #fff !important;
    text-align: left !important;
}

.btn-orange,
.btn-orange-pill {
    color: #F26722 !important;
}

.btn-orange-pill {
    border-color: #F26722 !important;
    padding: 16px 30px;
}

.btn-orange-pill:hover {
    background-color: #F26722 !important;
    color: #fff !important;
}

.btn-orange-pill-white {
    padding: 16px 30px;
    color: rgb(255, 255, 255);
    background-color: #F26722;
}

.btn-orange-pill-white:hover {
    background-color: #ffffff !important;
    color: #F26722 !important;
    border-color: #F26722 !important;
}

.btn-white-pill-orange {
    padding: 16px 30px;
    color: rgb(255, 255, 255);
    background-color: #F26722;
}

.btn-white-pill-orange:hover {
    background-color: #ffffff !important;
    color: #F26722 !important;
    border-color: #F26722 !important;
}

.services-img:hover .services-img-mask {
    opacity: 1;
}

.services-img:hover .services-title {
    opacity: 0;
}

.services-img-mask-description,
.services-img-mask-title {
    color: #fff;
}

@media(max-width:576px) {
    .services-img-mask-title {
        font-size: 18px;
    }
    .services-img-mask-description {
        font-size: 13px;
    }
}

.services-img-mask {
    opacity: 0;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 25px;
    background: rgba(3, 33, 61, 0.9) no-repeat center center;
    line-height: 26px;
    transition: all 0.2s ease-in-out;
}

.services-img-mask-content {
    z-index: 99;
}

.services-img-mask-bg-container {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}

.services-img-mask .services-img-mask-bg {
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(42px);
    -webkit-filter: blur(42px);
    -moz-filter: blur(42px);
    -ms-filter: blur(42px);
    -o-filter: blur(42px);
}

.services-img-mask a {
    font-size: 14px;
}

.debt-settlement-services .swiper-pagination {
    position: initial;
    text-align: left;
    border-bottom: #C5CAD0 solid 1px;
    max-width: 1270px;
}

.services-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.services-title .text-white {
    z-index: 9;
}

.services-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: rgba(10, 33, 59, 0);
    background: -moz-linear-gradient(top, rgba(10, 33, 59, 0) 0%, rgba(10, 33, 59, 0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(10, 33, 59, 0)), color-stop(100%, rgba(10, 33, 59, 0.5)));
    background: -webkit-linear-gradient(top, rgba(10, 33, 59, 0) 0%, rgba(10, 33, 59, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(10, 33, 59, 0) 0%, rgba(10, 33, 59, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(10, 33, 59, 0) 0%, rgba(10, 33, 59, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(10, 33, 59, 0) 0%, rgba(10, 33, 59, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0a213b', endColorstr='#0a213b', GradientType=0);
}

@media(max-width:576px) {
    .btn-more {
        color: #F26722 !important;
    }
    .boreder-bottom-none {
        border-bottom: transparent !important;
    }
}

@media(min-width:576px) {
    .debt-settlement-services .swiper-pagination {
        text-align: right;
    }
    .btn-orange-index {
        top: -100%;
        z-index: 20;
    }
}

.customers-said .swiper-pagination {
    position: initial
}

.swiper-pagination-bullet {
    background: rgba(88, 116, 133, 0.2);
    opacity: 1;
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    background: #153243;
}

.section-about-roundleaf {
    background: url(assets/images/leaf-bg.png) repeat #03213D center center /7%;
}

.border-bottom-color {
    border-color: #C5CAD0 !important;
}

.faq-list-warp .border-bottom.border-bottom-color:last-child {
    border-bottom: transparent !important;
}

#menu-footer-menu {
    padding-top: 1.5rem !important;
    padding-left: 0;
    list-style: none;
    /* display: flex; */
}

#menu-footer-menu .menu-item {
    padding: 5px 0;
}

#menu-footer-menu .menu-item a {
    font-weight: 600;
}

.section-about-roundleaf {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-our-5-step {
    position: relative;
    overflow-x: hidden;
}

.section-our-5-step::after,
.section-our-5-step-v2::after {
    content: "";
    background: url(assets/images/leaf-lg-2.png) no-repeat center center /cover;
    width: 155px;
    height: 178px;
    right: 0;
    top: 0;
    position: absolute;
}

@media(min-width:576px) {
    .section-our-5-step::after,
    .section-our-5-step-v2::after {
        width: 290px;
        height: 428px;
        top: auto;
        right: 0;
        bottom: 0;
        position: absolute;
    }
}

.call-us-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    padding: .5rem 1rem;
    bottom: 0;
    background-color: #03213D;
    color: #fff;
    border-radius: 0;
    width: 100%;
    z-index: 999999;
}

.call-us-bar a{
    color: #fff;
}
.call-us-bar p{
    margin-bottom: 0;
    line-height: initial;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.footer-start-today-btn {
    border-color: #fff;
    padding: 7px 25px;
    background-color: #F26722;
    color: #fff;
}

@media(min-width:576px) {
    .w-sm-30 {
        width: 30% !important
    }
    .w-sm-35 {
        width: 35% !important
    }
    .w-sm-50 {
        width: 50% !important
    }
    .w-sm-60 {
        width: 60% !important
    }
    .w-sm-65 {
        width: 65% !important
    }
    .w-sm-70 {
        width: 70% !important;
    }
    .w-sm-75 {
        width: 75% !important;
    }
}

/* .customers-ask-warp {
    background-color: #F7F7F7;
} */

.customers-said-warp {
    position: relative;
}

/* @media(max-width:576px) {
    .customers-said-warp {
        background-color: #F7F7F7;
    }
} */
/*
@media(min-width:576px) {
    .customers-said-warp::before {
        position: absolute;
        content: "";
        width: 80%;
        height: 146%;
        left: 105px;
        top: -70px;
        background-color: #F7F7F7;
        z-index: -1;
    }
} */
.calculator-img-wrapper{
    position: relative;
    display: flex;
    justify-content: center;
}

.calculator-img{
    width: 504px;
    height: 288px;
    background-image: url('./assets/images/calculator.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
.yuan-img{
    max-height: 8px;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: 25px;
    z-index: 10;
}
@media(max-width:767px) {
    .calculator-img{
        width: 300px;
        height: 171px;
    }
    .yuan-img{
        max-height: 6px;
        margin-left: -3px;
        bottom: 14px;
    }
}
.calculator-slider-number{
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    color: #687A8B;
    font-weight: bold;
}
/* 选择器容器 */
.calculator-slider-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.calculator-slider-text{
    font-size: 13px;
    color: #03213D;
    font-weight: bold;
    margin: 0 15px;
}
.calculator-slider {
    width: 50%;
}
.calculator-slider .irs-single,
.calculator-slider .irs-to{
    display: none;
}
.calculator-slider .irs--round{
    height: 18px;
}
.calculator-slider .irs--round .irs-bar,
.calculator-slider .irs--round .irs-line{
    height: 10px;
    top: 4px;
}
.calculator-slider .irs--round .irs-handle{
    width: 18px;
    height: 18px;
    top: 0;
    border: 0;
    background-color: #EE5A28;
}
.calculator-slider .irs--round .irs-bar{
    background-color: #EE5A28;
}
.calculator-form input:read-only{
    background-color: #fff !important;
}
.check-your-savings-icon{
    font-size: 28px;
    color: #EE5A28;
}
