* {
    -webkit-transition: all 0.25s ease-in-out 0s !important;
    transition: all 0.25s ease-in-out 0s !important;
}

.base-font,
pre {
    font-family: 'Aktiv Grotesk', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.font-size-h1 {
    font-size: 2.5rem;
}

.font-size-h2 {
    font-size: 1.875rem;
}

.font-size-h3 {
    font-size: 1.4375rem;

}

.font-size-h4 {
    font-size: 1.0625rem;
}

.font-size-h5 {
    font-size: 16px;
}

.font-size-h6 {
    font-size: 15px;
}

.small-font-size {
    font-size: 14px;
}

.medium-font-size {
    font-size: 1.25rem;
}

.pre-font-size,
a {
    font-size: 13px;
}

p {
    font-size: 15px;
}

.horizantal-align {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.primary-color {
    color: #1C2D41
}

.secondary-color {
    color: #5A677A
}

.color-gray-900 {
    color: #384355;
}

.color-blue-900 {
    color: #4541DE;
}

.veified-color {
    color: #00B679;
}

.review-color {
    color: #3691D7;
}

.bg-footer {
    background-color: #1F2430;
}

.outline-none {
    outline: none !important;
}

.btn-bg {
    background-color: #73C15F;
}

.max-width-320 {
    max-width: 320px;
}

.logo-max-width-66 {
    max-width: 66px;
}

.height-2 {
    height: 2px;
}

.borer-radius-60 {
    border-radius: 60px;
}

.section-bg {
    background-color: #FEF4EF;
}

.hero-img {
    background-image: url(../images/image-tcr.png);
}

.hero-bg-position {
    background-position: center bottom -40px;
}

.container {
    margin: 0 auto;
    padding: 0 15px;
}

.bg-left-right {
    background-position: left center;
}

.tcr-loan-image {
    background-image: url('../images/image-tcr.png');
}

.background-position-right-bottom {
    background-position: right bottom -70px;
}

.quote {
    background-image: url('../images/quote.png');
}

.quote-max-width {
    max-width: 11.25rem;
}

.quote-top {
    top: 2.625rem;
}

.quote-left {
    left: 5rem;
}

.quote h5 {
    background-image: url('../images/svg/testimonial.svg');
}

.background-position-top {
    background-position: top 25px center;
}

.max-width-143 {
    max-width: 143px;
}

.max-width-133 {
    max-width: 133px;
}

.figure-max-width-1 {
    max-width: 30px;
}

.figure-max-width-2 {
    max-width: 27px;
}

.figure-max-width-3 {
    max-width: 38px;
}

.select-max-width {
    max-width: 160px;
}

.fliters-margin-top {
    margin-top: 4.25rem;
}

.select-height {
    height: 50px;
}

.select-bg {
    background-image: url('../images/svg/down-arrow.svg');
}

.select-bg-position {
    background-position: right 20px center;
}

.webkit-appearance {
    -webkit-appearance: none;
}

.box-shadow-1 {
    box-shadow: 0px 10px 64px rgba(50, 50, 93, 0.06), 0px 5px 32px rgba(0, 0, 0, 0.04);
}

.list-wrapper-info span {
    background-image: url(../images/svg/verified.svg);
}

.verified-bg-position {
    background-position: left 9px center;
}

.vrified-bg-size {
    background-size: 17px;
}

.border-top-dashed {
    border-top: 1px dashed #DCDCDC;
}

.rating-button-bg {
    background: #ECF7FF;
}

.btn-view-bg {
    background-image: url('../images/svg/icon-down.svg');
}

.btn-view-bg-position {
    background-position: center right 0px;
}

.m-btn-view-bg-position {
    background-position: center right 20%;
}

.max-width-164 {
    max-width: 164px;
}

.max-width-143 {
    max-width: 143px;
}

.max-width-133 {
    max-width: 133px;
}

.max-width-500 {
    max-width: 500px;
}

.key-facts li {
    background-image: url('../images/tick-blue.png');
}

.pros li {
    background-image: url('../images/pros-tick.png');
}

.cons li {
    background-image: url('../images/icon-cons.png');
}

.pros-cons-bg-position {
    background-position: top 8px left;

}

.short-by-bg {
    background-image: url('../images/svg/short.svg');
}

/* Footer */
.footer-logo {
    background-image: url(../images/svg/logo-footer.svg);
}

.social-links {
    max-width: 12.25rem;
}

.faq-content {
    display: none;
}

.faq-active .faq-content {
    display: flex;
}

/* // */

.quote-max-width {
    max-width: 11.25rem;
}

.bg-line {
    background-image: url('../images/icon-line.png');
}

.bg-position-right {
    background-position: center right 0;
}

.bottom--35 {
    bottom: -35px;
}

.margin-top {
    margin-top: 4.125rem;
}

.m-navbar-brand-height {
    height: 66px;
}

.m-navbar-brand-width {
    width: 100px;
}
