﻿:root {
    --primary_color: #DA261E;
}

/*globle classes*/
.text-brand-red {
    color: #DA261E;
}

/*globle classes overright*/
.banner-area-v3__label,
.section-title-v3__label {
    color: #DA261E;
}
.hero-features-v3 {
    background: #ffffff;
    border: 1px solid #C0C1C2;
}
.hero-features-v3__title,
.hero-features-v3__text {
    color: #000;
}
.banner-main-v3 {
    background-image: linear-gradient(to bottom, #E9E9E9 0%, white 35%);
}
.hero-features-v3__list li a{
    border-color: #000000;
}
h3.tag {
    color: #000000;
}
.hero-features-v3__list li a i {
    background-color: #DA261E;
    color: #ffffff;
}
.animated-lists {
    background: #E9E9E9;
}

.ux-features-list__icon {
    background: unset;
    border: 2px solid #DA261E;
    height: 70px;
    width: 70px;
}
.single-blog:hover .read-more-btn {
    color: var(--primary_color) !important;
}
.ux-features-list__single:hover{
    border-bottom-color: #77787b !important;
}
.ux-features-list__single:hover .ux-features-list__icon {
    border: 5px solid #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
}
.ux-features-list__single:hover .ux-features-list__icon svg path{
    fill: #fff;
}
p.ux-features-list__text{
    margin-bottom: 0px;
}
.single-price-table__brand-theme{
    border: 1px solid #ED1C24;
    box-shadow: 0px 0px 15px 0px rgba(237, 28, 36, 0.15);
}
.price-range-bar{
    background: #000000;
}
.popular-text{
    color: #ffffff;
}
.single-price-table__features ul li{
    align-items: start;
}
.single-price-table__features ul li span.single-price-table__features-icon {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 25px;
}
.single-price-table__features ul li span.single-price-table__features-text {
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 0;
}
.section-features .single-member{
    padding: 25px;
}
.section-features .single-member__img img {
    width: 80%;
    height: unset;  
}
.section-features .single-member__name{
    font-size: 18px;
}
.devider {
    position: absolute;
}
.h-devider {
    height: 2px;
    width: 100%;
    background-image: linear-gradient(to right, #fff 0%, #A6A6A6 50%, #fff 100%);
    left: 0px;
    right: 0px;
    display: none;
}
.h-devider.one {
    display: block;
    top: calc(50% - 1px);
}
.v-devider {
    height: 100%;
    width: 2px;
    background-image: linear-gradient(to top, #fff 0%, #A6A6A6 50%, #fff 100%);
    top: 0px;
    bottom: 0px;
    display: none;
}
.v-devider:nth-child(1) {
    display: block;
    left: calc(25% - 1px);
}
.v-devider:nth-child(2) {
    display: block;
    left: calc(50% - 1px);
}
.v-devider:nth-child(3) {
    display: block;
    left: calc(75% - 1px);
}
.single-feedback__content{
    background-color: #fff;
    border:1px solid #A4A5A7;
}
.mc-mobile-app .single-feedback__content {
    background: linear-gradient(to top, #ffe9e9 0%, #ffffff 100%);
    border-color: #ed1c24;
    box-shadow: 8px -10px 10px rgba(0,0,0,0.08);
}
.single-feedback__author-postion{
    color: #000;
}
.h7-app-interface-slide .slick-dots button {
    background: #77787B;
}
.h7-app-interface-slide .slick-dots li::before{
    border-color: #ED1C24;
}
.h7-app-interface-slide .slick-dots .slick-active button {
    background: #ED1C24;
}
.mc-accounting-app-features{
    border: 1px solid #DFDFD6;
}
.theme-btn_v1 {
    border: 1px solid #77787B;
    background-image: linear-gradient(to right, #FFFBB3 0%, #FABBBD 100%);
    border-radius: 10px;
    padding: 12px 12px 12px 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    display: inline-block;
    transition: 0.3s;
}
.theme-btn_v1:hover {
    background: unset;
    background-image: linear-gradient(to right, #FABBBD 0%, #FFFBB3 100%);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.08);
    transform: scale(1.03);
}
.theme-btn_v1 i{
    background-color: #fff;
    border-radius: 8px;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.theme-btn_v1 i.fa-arrow-right:before {
    transform: rotate(-45deg);
    transition: 0.3s;
}
.theme-btn_v1:hover i.fa-arrow-right:before {
    transform: rotate(0deg);
    transition: 0.3s;
}
.theme-btn_v2 {
    background-image: linear-gradient(to right, #FFFBB3 0%, #FABBBD 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: inherit 10px;
    border: 1px solid #77787B;
    padding: 10px 10px 10px 20px;
    border-radius: 12px;
    color: #000000;
}
.theme-btn_v2:hover {
    background-image: linear-gradient(to right, #FABBBD 0%, #FFFBB3 100%);
}
.theme-btn_v2 i {
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 8px;
    display:inline-flex;
    align-items: center;
    justify-content: center;
}
.theme-btn_v2 i.fa-arrow-right:before {
    transform: rotate(-45deg);
}
.single-blog--v2{
    height: 100%;
}
.mc-mobile-app .single-feedback__content:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 1.85rem;
    background: #ffe9e9;
    height: 2px;
    width: 1.85rem;
    z-index: 2;
}
.mc-mobile-app .single-feedback__content:after {
    background: #ffe9e9;
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(45deg);
    clip-path: unset;
    border: 1px solid #ed1c24;
    left: 2rem;
    bottom: -0.75rem;
    z-index: -1;
}
.mc-mobile-app .row > * {
    margin-bottom: var(--bs-gutter-y);
}
.mc-mobile-app .single-feedback__content p {
    color: #000000;
}
.mc-app-features .h-devider {
    display: none;
}
.mc-app-features .h-devider.one {
    display: block;
    top: calc(25% - 1px);
}
.mc-app-features .h-devider.two {
    display: block;
    top: calc(50% - 1px);
}
.mc-app-features .h-devider.three {
    display: block;
    top: calc(75% - 1px);
}
.mc-app-features .v-devider:nth-child(1) {
    display: block;
    left: calc(33.33% - 1px);
}
.mc-app-features .v-devider:nth-child(2) {
    display: block;
    left: calc(66.66% - 1px);
}
.request-a-free-demo .login-signup__content {
    background: linear-gradient(360deg, #ffffff 0%, #FDD7D9 100%);
}
.request-a-free-demo{
    background-color: #fff;
}
.request-a-free-demo .login-signup__content img {
    border: 2px solid #fdd7d9;
    border-radius: 15px;
}
.request-a-free-demo .btn-close {
    border-radius: 0px 5px 0px 5px;
    background-color: #ffbcbf;
}
.request-a-free-demo .contact-from .saastain-btn {
    background: linear-gradient(92.48deg, #FABBBD 5.47%, #FFFBB3 94.53%);
    border: unset;
    border-radius: 13px;
    padding: unset;
}
.request-a-free-demo .saastain-btn:hover {
    background: linear-gradient(92.48deg, #FFFBB3 5.47%, #FABBBD 94.53%);
}
.request-a-free-demo .login-signup__forms .form-group input,
.request-a-free-demo .login-signup__forms .form-group textarea {
    background: #f1f2f2 !important;
    border: 1px solid #BDBDBD !important;
    color: #000 !important;
    border-radius: 5px;
    margin-bottom: unset;
}
.preloader-icon span {
    background-color: var(--primary_color);
}
.animated-lists__single span {
    font-size: 50px;
}
.animated-lists__single img {
    max-width: 40px;
}
.animated-lists {
    min-height: 75px;
}
.pricing-section-v3 .silver-plan-price-block {
    margin-right: 6px;
}
.pricing-section-v3 .gold-plan-price-block {
    margin-left: 6px;
}
.h7-app-interface-slide.slick-initialized .slick-slide {
    align-items: center;
    justify-content: center;
}
.scrollToTop {
    z-index: 99998;
}
.saastain-header {
    z-index: 99999;
}
.quick-contact {
    z-index: 99999;
}
/* Medium devices (leptop, less than 992px)*/
@media (max-width: 991px) {
    .v-devider:nth-child(1) {
        display: none;   
    }
    .v-devider:nth-child(3) {
        display: none;
    }
    .h-devider.one {
        display: block;
        top: calc(25% - 1px);
    }
    .h-devider.two {
        display: block;
        top: calc(50% - 1px);
    }
    .h-devider.three {
        display: block;
        top: calc(75% - 1px);
    }
    .mc-app-features .h-devider.one {
        display: block;
        top: calc(16% - 1px);
    }
    .mc-app-features .h-devider.two {
        display: block;
        top: calc(33% - 1px);
    }
    .mc-app-features .h-devider.three {
        display: block;
        top: calc(49% - 1px);
    }
    .mc-app-features .h-devider.four {
        display: block;
        top: calc(66% - 1px);
    }
    .mc-app-features .h-devider.five {
        display: block;
        top: calc(82% - 1px);
    }
    .mc-app-features .v-devider:nth-child(1) {
        left: calc(50% - 1px);
    }
    .mc-app-features .v-devider:nth-child(2) {
        display: none;
    }
    .single-feedback__content .saastain-flex__space {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

/* Medium devices (tablet, less than 768px)*/
@media (max-width: 767px) {
    .mc-app-features .h-devider.one {
        display: block;
        top: calc(8.33% - 1px);
    }
    .mc-app-features .h-devider.two {
        display: block;
        top: calc(16.66% - 1px);
    }
    .mc-app-features .h-devider.three {
        display: block;
        top: calc(24.99% - 1px);
    }
    .mc-app-features .h-devider.four {
        display: block;
        top: calc(33.32% - 1px);
    }
    .mc-app-features .h-devider.five {
        display: block;
        top: calc(41.65% - 1px);
    }
    .mc-app-features .h-devider.six {
        display: block;
        top: calc(49.98% - 1px);
    }
    .mc-app-features .h-devider.seven {
        display: block;
        top: calc(58.31% - 1px);
    }
    .mc-app-features .h-devider.eight {
        display: block;
        top: calc(66.64% - 1px);
    }
    .mc-app-features .h-devider.nine {
        display: block;
        top: calc(74.97% - 1px);
    }
    .mc-app-features .h-devider.ten {
        display: block;
        top: calc(83.3% - 1px);
    }
    .mc-app-features .h-devider.eleven {
        display: block;
        top: calc(91.63% - 1px);
    }
    .mc-app-features .v-devider:nth-child(1) {
        display: none;
    }
    .mc-app-features .v-devider:nth-child(2) {
        display: none;
    }
}

/* Small devices (tablet, less than 576px)*/
@media (max-width: 575px) {
    .v-devider:nth-child(1),
    .v-devider:nth-child(2),
    .v-devider:nth-child(3) {
        display: none;
    }
    .h-devider.one {
        display: block;
        top: calc(12.5% - 1px);
    }
    .h-devider.two {
        display: block;
        top: calc(25% - 1px);
    }
    .h-devider.three {
        display: block;
        top: calc(37.5% - 1px);
    }
    .h-devider.four {
        display: block;
        top: calc(50% - 1px);
    }
    .h-devider.five {
        display: block;
        top: calc(62.5% - 1px);
    }
    .h-devider.six {
        display: block;
        top: calc(75% - 1px);
    }
    .h-devider.seven {
        display: block;
        top: calc(87.5% - 1px);
    }
    .section-features .single-member {
        padding-top: 0px;
    }
    .mc-mobile-app .pl-440.h7-h-arrow {
        padding-left: 275px;
    }
    .mc-mobile-app .pl-440.h7-h-arrow svg{
        height: 100px;
    }
}