/* why you choose us */
.why-you-choose-us-section {
    background-color: #F7F7F7;
}

.why-you-choose-us-points {
    background-color: #fff;
    text-align: center;
    padding: 25px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    height: 100%;
}

.why-you-choose-us-points .icon-main {
    margin-bottom: 12px;
}

.why-you-choose-us-points .icon-main .icon {
    max-height: 50px;
}

.why-you-choose-us-points .title {
    margin-bottom: 5px;
    color: var(--text-color);
}

@media screen and (min-width:768px) {
    .why-you-choose-us-points .icon-main .icon {
        max-height: 55px;
    }
}

@media screen and (min-width:1400px) {
    .why-you-choose-us-points .icon-main .icon {
        max-height: 70px;
    }
}

/* end why you choose us */

/* contact banner secound design */

.contact-banner-secound-background {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(274.23deg, #A51788 -5%, #20084D 76.76%);
    border-radius: 20px;
    padding: 25px 25px;
    position: relative;
    overflow: hidden;
}

.contact-banner-secound-background:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 60%;
    background-image: url(../images/talk-exp-back-icon-1.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100%;
    background-position-y: top;
}

.contact-banner-secound-background:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 45%;
    background-image: url(../images/talk-exp-back-icon-2.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100%;
    background-position-y: bottom;
}

.contact-banner-secound-content {
    z-index: 1;
    position: relative;
    text-align: center;
}

.contact-banner-secound-content>*:not(.button) {
    color: var(--banner-top-content-color);
}

.contact-banner-secound-section .line-background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.contact-banner-secound-content .button {
    margin-left: auto;
    margin-right: auto;
}

.contact-banner-secound-content .title {
    margin-bottom: 15px;
}

@media screen and (min-width:600px) {
    .contact-banner-secound-background {
        padding: 33px 40px;
    }
}

@media screen and (min-width:768px) {
    .contact-banner-secound-background:before {
        width: 33.5%;
    }

    .contact-banner-secound-background:after {
        width: 28.5%;
    }
}

@media screen and (min-width:992px) {
    .contact-banner-secound-section .line-background {
        width: 60%;
    }
}

/* end contact banner secound design */

/* contact banner thard design */

.contact-banner-thard-background {
    overflow: hidden;
    max-width: 950px;
    border-radius: 20px;
    background-image: url(../images/banner-background.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto 0px auto;
    padding: 40px;
    text-align: center;
    color: var(--banner-top-content-color);
    position: relative;
}

.contact-banner-thard-content .title {
    color: var(--banner-top-content-color);
    margin-bottom: 15px;
}

.contact-banner-thard-content .button {
    margin-left: auto;
    margin-right: auto;
}

.contact-banner-thard-background:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background-image: url(../images/contact-thard-banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.contact-banner-thard-content {
    z-index: 1;
    position: relative;
}

@media screen and (max-width:767px) {
    .contact-banner-thard-background:before {
        display: none;
    }
}

/* end contact banner thard design */


/* workflow */
.workflow-single-back {
    background: var(--common-white-color);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    position: relative;
    height: 100%;
}

.workflow-single-back:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/workflow-back-line.png);
    background-repeat: no-repeat;
    z-index: 1;
}

.workflow-single-back:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: var(--primary-color);
    transition: all 0.5s;
    left: 0;
}

.workflow-single-back:hover:after {
    height: 100%;
}

.workflow-single-back>* {
    position: relative;
    z-index: 1;
}

.workflow-step-wrap .image {
    width: 100px;
    height: 100px;
    background-color: #8A6EBC;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.workflow-single-back:hover .image {
    border-radius: 50%;
    background-color: rgba(233, 79, 202, 0.5);
}

.workflow-step-wrap .image .icon {
    max-width: 60px;
}

.workflow-count {
    font-family: var(--font-playball-regular);
    font-size: 50px;
    color: #ECECEC;
    position: absolute;
    top: 20px;
    right: 35px;
}

.workflow-step-wrap .title {
    margin-bottom: 15px;
    transition: all 0.5s;
}

.workflow-step-wrap .workflow-content li {
    margin-bottom: 10px;
}

.workflow-step-wrap .workflow-content li:last-child {
    margin-bottom: 0px;
}

.workflow-content {
    margin-bottom: 0;
    transition: all 0.5s;
}

.workflow-single-back:hover .title {
    color: var(--banner-top-content-color);
}

.workflow-single-back:hover .workflow-content {
    color: var(--banner-top-content-color);
}

/* workflow small */

.workflow-small .workflow-step-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -12px;
    margin-right: -12px;
}

.workflow-small .workflow-single {
    padding: 0 12px;
    width: 100%;
}

.workflow-small .workflow-single-back {
    padding: 20px;
}

.workflow-small .workflow-step-wrap .image {
    width: 80px;
    height: 80px;
}

.workflow-small .workflow-step-wrap .image .icon {
    max-width: 51px;
}

.workflow-small .workflow-count {
    font-size: 50px;
    right: 20px;
    top: 15px;
}

@media screen and (min-width:576px) {
    .workflow-small .workflow-single {
        width: 50%;
    }
}

@media screen and (min-width:768px) {
    .workflow-small .workflow-single {
        width: 33%;
    }

    .workflow-single-back {
        padding: 25px;
    }

    .workflow-step-wrap .image .icon {
        max-width: 55px;
    }

    .workflow-count {
        right: 25px;
    }
}

@media screen and (min-width:992px) {
    .workflow-step-wrap .image {
        width: 110px;
        height: 110px;
    }

    .workflow-step-wrap .image .icon {
        max-width: 68px;
    }

    .workflow-count {
        font-size: 60px;
    }
}

@media screen and (min-width:1200px) {
    .workflow-single-back {
        padding: 35px;
    }

    .workflow-step-wrap .image {
        width: 134px;
        height: 134px;
    }

    .workflow-step-wrap .image .icon {
        max-width: 85px;
    }

    .workflow-count {
        font-size: 70px;
    }

    .workflow-small .workflow-single {
        width: 20%;
    }
}

/* end workflow */


/* services part */
.single-services-box {
    background: var(--common-white-color);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
    border-top: 10px solid var(--primary-color);
    padding: 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
    position: relative;
}

.single-services-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #F9E9F6;
    opacity: 0;
    transition: all 0.5s;
}

.single-services-box:hover:before {
    height: 100%;
    opacity: 1;
}

.services-main-wrap:not(.services-list-small) .single-services-box>* {
    z-index: 1;
}

.single-services-box .icon-main {
    width: 100px;
    height: 100px;
    background-color: var(--light-gray-background);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 25px auto;
    transition: all 0.5s;
}

.single-services-box .icon-main .icon {
    max-width: 62px;
}

.services-main-wrap:not(.services-list-small) .single-services-box:hover .icon-main {
    background-color: var(--primary-color);
}

.services-main-wrap:not(.services-list-small) .single-services-box:hover .icon-main .normal-image {
    display: none;
}

.services-main-wrap:not(.services-list-small) .single-services-box:hover .icon-main .hover-image {
    display: block;
}

.services-main-wrap:not(.services-list-small) .single-services-box .services-content {
    margin-bottom: 25px;
}

.single-services-box .title {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single-services-box .link-with-icon {
    margin: auto auto 0 auto;
}

.services-list-slider .slick-list {
    margin: 0 -15px;
}

.services-list-slider .services-list-wrap {
    padding: 0 15px 15px;
}

/* services box small */
.services-list-small .services-content>.title {
    margin-bottom: 0;
    min-height: 70px;
}

.services-list-small .single-services-box .link-with-icon {
    position: relative;
    margin-top: 15px;
}

.services-list-small .service-content-hover {
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    position: absolute;
    top: 25px;
    left: 0;
    padding: 0 25px;
    text-align: left;
}

.services-list-small .single-services-box:hover .service-content-hover {
    transition-delay: 0.3s;
    opacity: 1;
    pointer-events: unset;
}

.services-list-small .single-services-box .text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* end services box small */

@media screen and (min-width:768px) {
    .single-services-box .icon-main {
        width: 120px;
        height: 120px;
    }

    .single-services-box .icon-main .icon {
        max-width: 65px;
    }

    /* services box small */
    .services-list-small .services-content>.title {
        min-height: 84px;
    }

    /* end services box small */
}

@media screen and (min-width:992px) {

    /* services box small */
    .services-list-small .services-content>.title {
        min-height: 102px;
    }

    /* end services box small */
}

@media screen and (min-width:1200px) {
    .single-services-box .icon-main {
        width: 140px;
        height: 140px;
    }

    .single-services-box .icon-main .icon {
        max-width: 70px;
    }

    /* services box small */
    .services-list-small .single-services-box .text {
        -webkit-line-clamp: 6;
    }

    /* end services box small */
}

@media screen and (min-width:1400px) {
    .single-services-box .icon-main {
        width: 165px;
        height: 165px;
    }

    .single-services-box .icon-main .icon {
        max-width: 83px;
    }
}

/* end services part*/

/* Our Portfolio section css start */
.our-portfolio .our-portfolio-box {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s linear;
}

.our-portfolio .our-portfolio-box img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.our-portfolio .our-portfolio-box .our-portfolio-content {
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(172.6deg, rgba(233, 79, 202, 0) -18%, #330C79 88.02%);
    padding: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    transition: all 0.3s linear;
    opacity: 0;
    padding: 0;
}

.our-portfolio .our-portfolio-box .our-portfolio-content .our-portfolio-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 60px;
}

.our-portfolio .our-portfolio-box .our-portfolio-content .our-portfolio-details .our-portfolio-title {
    margin-bottom: 10px;
    color: var(--common-white-color);
}

.our-portfolio .our-portfolio-box .our-portfolio-content .our-portfolio-details .our-portfolio-sub-title {
    color: var(--Secoundry-color);
}

.our-portfolio .our-portfolio-box .our-portfolio-content .our-portfolio-details .right-arrow {
    position: absolute;
    right: 30px;
    width: 45px;
    height: 45px;
    background-color: var(--common-white-color);
    border: 2px solid var(--Secoundry-color);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-portfolio .our-portfolio-box .our-portfolio-content .our-portfolio-details .right-arrow svg {
    width: 23px;
    height: 13px;
}

.our-portfolio .our-portfolio-box:hover .our-portfolio-content {
    height: 100%;
    opacity: 1;
    padding: 30px;
}

/* Our Portfolio section css end */

/** plan section css start */

.plan-section-main {
    padding: 50px 0;
    background-color: #f7f7f7;
}

.plan-section-main .heading-top .heading {
    text-align: center;
    margin-bottom: 25px;
}

.plan-section-main .heading-top .text {
    text-align: center;
    font-weight: var(--font-weight-medium);
    max-width: 1020px;
    margin: 0 auto;
}

.plan-section-main .pricing-tab-main {
    margin-top: 30px;
}

.plan-section-main .pricing-tab-main .tab-top {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-bottom: 2px solid #d7d7d7;
    width: max-content;
    margin: 0 auto;
}

.plan-section-main .pricing-tab-main .tab-head-item .tab-head-top {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    color: #330C79;
    font-size: 22px;
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
}

.plan-section-main .pricing-tab-main .tab-head-item .tab-head-top .discount-text {
    font-weight: var(--font-weight-regular);
    font-size: 20px;
}

.plan-section-main .pricing-tab-main .tab-head-item .tab-head-text {
    padding: 15px;
    min-width: 160px;
    color: #000;
    text-align: center;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 16px;
    font-weight: var(--font-weight-semibold);
}

.plan-section-main .pricing-tab-main .tab-head-item .tab-head-text.active::after {
    display: block;
    position: absolute;
    bottom: -0.445em;
    left: 0;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.488em 0.488em 0 0.488em;
    border-color: #E94FCA transparent transparent transparent;
    margin: 0 auto;
}

.plan-section-main .pricing-tab-main .tab-head-item .tab-head-text.active::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #E94FCA;
}

.plan-section-main .pricing-tab-main .tab-content {
    margin-top: 60px;
    overflow: auto;
}

.plan-section-main .pricing-tab-main .best-plan.desktop-hide {
    display: none;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan-main {
    width: 100%;
    display: none;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan {
    width: 100%;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan-main.active {
    display: table;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan th {
    border: 0;
    position: sticky;
    top: 0;
    background-color: #fff;
    padding: 30px 15px;
    color: #330c81;
    font-weight: var(--font-weight-bold);
    z-index: 2;
    width: 25%;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan .price-main td {
    font-size: 30px;
    font-weight: var(--font-weight-bold);
    line-height: 1;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan .price-main td:first-child {
    font-weight: var(--font-weight-regular);
}

.plan-section-main .pricing-tab-main .tab-content .best-plan .price-main sub,
.plan-section-main .pricing-tab-main .tab-content .best-plan .price-main sup {
    font-weight: var(--font-weight-bold);
    font-size: 18px;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan .price-main sub {
    position: relative;
    top: -5px;
    display: inline-block;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan th p {
    font-size: 18px;
    width: auto;
    padding: 12px;
    color: #330c79;
    text-align: center;
    margin: 14px auto 0;
    border-top: 1px solid #330c7920;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan th:first-child,
.plan-section-main .pricing-tab-main .tab-content .best-plan td:first-child {
    background-color: transparent;
    text-align: left;
    font-size: 16px;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan th:last-child::after,
.plan-section-main .pricing-tab-main .tab-content .best-plan td:last-child::after,
.plan-section-main .pricing-tab-main .tab-content .best-plan th:first-child::after,
.plan-section-main .pricing-tab-main .tab-content .best-plan td:first-child::after {
    display: none;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan td {
    border: 0;
    position: relative;
    background-color: #fff;
    padding: 12px 15px;
    text-align: center;
    font-size: 16px;
    width: calc(25% - 75px);
}

.plan-section-main .pricing-tab-main .tab-content .best-plan td .icon {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    display: block;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan td .icon svg {
    width: 20px;
    height: 20px;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan th::before,
.plan-section-main .pricing-tab-main .tab-content .best-plan td::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #efefef;
    content: '';
    z-index: 1;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan th::after,
.plan-section-main .pricing-tab-main .tab-content .best-plan td::after {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 2px;
    height: 100%;
    background: #efefef;
    content: '';
    z-index: 1;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan .best-plan-name {
    background-color: #E94FCA;
    padding: 5px 15px;
    color: #fff;
    display: inline-block;
    min-width: 120px;
    font-size: 16px;
    font-weight: var(--font-weight-semibold);
}

.plan-section-main .pricing-tab-main table .button {
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan-item .best-plan-content .button {
    margin-top: 15px;
    text-align: center;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan tr:last-child td {
    padding-top: 20px;
    padding-bottom: 20px;
}


.custom-price-plan-part {
    margin-top: 60px;
    background-color: #ffffff;
    padding: 30px 30px;
}

.custom-price-plan-part .title {
    line-height: 1;
    margin-bottom: 20px;
}

.custom-price-plan-part .custom-price-plan-button .button {
    max-width: max-content;
    margin-left: auto;
}

.custom-price-plan-part .row {
    align-items: center;
}

@media(max-width: 991px) {
    .plan-section-main .pricing-tab-main .tab-head-item .tab-head-top {
        font-size: 20px;
    }

    .plan-section-main .pricing-tab-main .tab-head-item .tab-head-top .discount-text {
        font-size: 18px;
    }

    .plan-section-main .pricing-tab-main .tab-head-item .tab-head-text {
        padding: 15px;
        min-width: 140px;
        margin-top: 10px;
        font-size: 16px;
    }

    .plan-section-main .pricing-tab-main .tab-content {
        margin-top: 50px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan th {
        padding: 15px;
        font-size: 32px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan .price-main td {
        font-size: 26px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan .price-main sub,
    .plan-section-main .pricing-tab-main .tab-content .best-plan .price-main sup {
        font-size: 16px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan th p {
        font-size: 16px;
        padding: 12px;
        margin: 14px auto 0;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan th:first-child,
    .plan-section-main .pricing-tab-main .tab-content .best-plan td:first-child {
        width: 300px;
        font-size: 14px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan td {
        padding: 12px 10px;
        font-size: 14px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan .best-plan-name {
        padding: 5px 15px;
        min-width: 110px;
        font-size: 14px;
    }
}

@media(max-width: 768px) {
    .plan-section-main .pricing-tab-main .tab-content {
        margin-top: 30px;
    }

    .plan-section-main .pricing-tab-main .tab-head-item .tab-head-text {
        padding: 10px;
        min-width: unset;
        margin-top: 10px;
        font-size: 14px;
    }

    .plan-section-main .pricing-tab-main .best-plan.desktop-hide {
        display: block;
    }

    .plan-section-main .pricing-tab-main .best-plan.mobile-hide {
        display: none;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan-item {
        margin-bottom: 20px;
        background-color: #fff;
        border-radius: 5px;
        margin-right: 15px;
        margin-left: 15px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan-item.active {
        display: block !important;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan-item:last-child {
        margin-bottom: 0px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan-item .best-plan-head {
        padding: 15px;
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: space-between;
        position: relative;
        padding-right: 30px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan-item .best-plan-head .plan-name {
        margin: 0;
        font-size: 16px;
        font-weight: var(--font-weight-semibold);
        padding: 7px 15px;
        background: #E94FCA;
        color: #fff;
        border-radius: 5px;
        min-width: 110px;
        text-align: center;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan-item .best-plan-head .plan-price {
        margin: 0;
        font-size: 20px;
        font-weight: var(--font-weight-bold);
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan-item .best-plan-content {
        padding: 15px;
        border-top: 1px solid #ebebeb;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan-item .best-plan-content ul {
        list-style: none;
        padding: 0;
        margin-bottom: 0;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan-item .best-plan-content ul li {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan-item .best-plan-content ul li .icon {
        width: 20px;
        height: 20px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan-item .best-plan-content ul li .icon svg {
        width: 20px;
        height: 20px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan-item .best-plan-head .accordian-icon {
        width: 30px;
        height: 30px;
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan-item .best-plan-head .accordian-icon svg {
        width: 30px;
        height: 30px;
    }
}

@media(max-width: 767px) {
    .custom-price-plan-part {
        margin-top: 40px;
    }

    .custom-price-plan-part .title {
        margin-bottom: 10px;
        text-align: center;
    }

    .custom-price-plan-part .content {
        text-align: center;
    }

    .custom-price-plan-part .custom-price-plan-button .button {
        margin-right: auto;
        margin-top: 20px;
    }
}

.white-label-workflow-section .workflow-single .title {
    font-size: 20px;
}

@media (min-width: 1400px) {
    .white-label-workflow-section .workflow-single .title {
        font-size: 22px;
        margin-bottom: 0;
    }
}

/** plan section css end */