.partners .col-6 {
    text-align: center;
}

.partners img {
    max-width: 90%;
    max-height: 56px;
}

.flex {
    display: flex;
}

.flex-center {
    align-items: center;
}

.wrap-range {
    flex-grow: 1;
    padding-top: 6px;
    /* margin:0px 20px 0px 12px; */
}

.adjust-button {
    padding: 1px 11px;
    background: #004aa1;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    line-height: 1.5;
}
.adjust-button i{
    font-weight: 400;
}

.ui-slider .ui-slider-handle {
    width: 1.8em !important;
    height: 1.8em !important;
}

.ui-slider-horizontal {
    height: 1.5em !important;
}

@media (max-width:768px) {
    .partners img {
        max-width: 60%;
    }
}

.input-slider {
    padding: .5rem 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 16px;
    background: #d3d3d3;
    outline: 0;
    opacity: .7;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.input-slider:hover {
    opacity: 1
}

.input-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #008fd5;
    cursor: pointer;
    border: none
}

.input-slider::-moz-range-thumb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #008fd5;
    cursor: pointer;
    border: none
}

#loan-form input:read-only {
    background-color: transparent !important;
    border: none;
    text-align: right;
}
#loan-form label{
    margin-bottom: 2px;
    font-size: 15px;
}
#loan-form input:read-only:focus {
    box-shadow: none !important;
}

.about-one__form-content {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    padding-top: 30px;
}

img {
    max-width: 100%;
}

.wrap-center-content {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
}

.about-two {
    padding: 0px;
}

.about-two .wrap-center-content img {
    border-radius: 10px;
}

.about-two .text-block {
    line-height: 1.7em;
    font-size: 17px;
}

.medium-title h2 {
    font-size: 40px;
    margin: 40px 0px 20px 0px;
}

.how-works__content {
    padding: 30px;
}

.contact-two {
    padding-bottom: 50px;
}

.call-to-action .left-content {
    max-width: 80%;
}

.contact-two .text-block {
    background: #ffffffcc;
    padding: 40px 20px;
    border-radius: 10px;
}
/* 
.block-title h2 {
    font-size: 45px !important;
} */

.main-menu .main-menu__list, .stricky-header .main-menu__list {
    border-right: none;
}

.section-space40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.about-one__form .thm-btn{
    margin-top: 40px;
}

@media (min-width: 1200px){
    .block-title h2 {
        font-size: 45px;
        line-height: 1;
    }
}