/*
.split-section .img-side.img-left {
    left: 0;
}
.img-side.img-left {
    left: 0;
}
.split-section .img-side {
    right: 0;
    padding: 0;
    position: absolute!important;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 100;
}*/
.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.feature-info h5 {
    /*margin-top: 20px;*/
    line-height: 33px;
}

.white-color {
    color:#fff;
}
.white-color ul li {
    color:#fff;
}

.box-shadow .feature-info {
    min-height: 70px;
}

.perhatian-footer ul {
    margin-left:20px;
}
.perhatian-footer ul li {
    font-size: 12px;
}
.form-control-range {
    border-radius: 30px;
    height: auto;
    line-height: 1.33333;
    padding: 15px 18px 15px 30px;
    background: #fff;
    color: #323232;
    border: 0px solid transparent;
    box-shadow: none;
}
.form-control-range {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.color-blue {
    color:#2183bf;
}

.input-group-addon-range {
    border: 1px solid #e0e0e0;
}
.input-group-addon-range {
    border-left: 1px solid #e0e0e0 !important;
    padding: 6px 26px 6px 22px;
    background: #fff;
    border-radius: 25px;
}
.input-group-addon-range {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
}
.input-group-addon-range, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon-range, .input-group-btn {
    display: table-cell;
}

.feature-text.left-icon .feature-icon-custom {
    position: absolute;
    left: 4px;
    bottom: 10px;
}