:root {
    --whitebg: #fff;
    --whitecolor: #fff;
    --whitebborder: #fff;
    --brand-color: #3e2670;
    --brand-bg: #3e2670;
    --brand-border: #3e2670;
    --graycolor: #f3f4f6;
    --graybg: #f3f4f6;
    --grayborder: #f3f4f6;
    --black-color: #000;
    --blackcolor: #393939;
    --blackbg: #393939;
    --blackborder: #393939;
}

p, span{
    font-size: 15px;
    line-height: 1.5;
}

.sticky-btn1 {
    display: none;
}

/* ------- Commong CSS --------- */

.space {
    padding: 100px 0;
}

/*.heading-wrap {
    margin-bottom: 70px;
    text-align: center;
}*/

.main-heading {
    font-size: 45px;
    font-weight: 700;
    color: var(--brand-color);
    line-height: 1.2;
    text-transform: normal;
}

.heading-wrap .heading-title {
    margin-bottom: 10px;
}

.heading-title {
    font-size: 17px;
    font-weight: 700;
    color: #3e2670;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
}

.heading-title::after {
    content: '';
    position: absolute;
    right: -1rem;
    width: 48px;
    top: 50%;
    transform: translate(100%, -50%);
    border-top: 2px solid #3e2670;
}

.primary-btn {
    border: none;
    padding: 12px 60px;
    background-color: #3e2670;
    border-radius: 3rem;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.primary-btn:hover {
    opacity: 0.8;
}

.primary-btn span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}

.bg {
    background: #F3F4F6;
}

img {
    max-width: 100%;
    height: auto;
}

.row .col-6 {
    width: 50%;
}

.col-3 {
    width: 33.33%;
    padding: 0 10px;

}

/*.col-12 {
    width: 100%;
    padding: 0 10px;
}*/

/* ------- End --------- */

/* ------- Breadcrumb --------- */
.breadcrumb {
    height: 75vh;
    width: 100%;
    position: relative;
}

.breadcrumb .bg-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb .bg-wrapper .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 0;
}

.breadcrumb .main-heading {
    font-size: 60px;
    color: var(--whitecolor);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.breadcrumb .mini-text {
    display: block;
    font-size: 16px;
    color: var(--whitecolor);
    text-align: center;
    line-height: 1.3;
    margin-bottom: 65px;
    position: relative;
    z-index: 1;
}

.breadcrumb .vector {
    height: 200px;
    width: fit-content;
    position: absolute;
    object-fit: contain;
    right: 0;
    top: 45%;
    transform: translate(0, -45%);
    z-index: 0;
}

.breadcrumb .form-wrapper {
    background-color: var(--whitecolor);
    padding: 45px 5px;
    width: 75%;
    margin-left: auto;
    border-radius: 30px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    transform: translateY(50%);
}

.breadcrumb .form-wrapper .col-3,
.breadcrumb .form-wrapper .col-12 {
    padding: 0 25px;
}

.breadcrumb .form-wrapper .primary-btn {
    display: block;
    width: fit-content;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
}

.breadcrumb .form-wrapper .row:last-child .field-wrap {
    padding-right: 0;
}

.breadcrumb .form-wrapper .field-wrap {
    padding-right: 50px;
}

/* ------- End --------- */

/* ------- form --------- */

.field-wrap .input-field {
    border: 1px solid #D4D4DC;
    border-radius: 8px;
    height: 45px;
    margin-bottom: 16px;
    transition: 0.3s all ease-in-out;
}

textarea {
    height: 65px !important;
}

textarea::placeholder {
    color: #3e2670;
    font-weight: 300 !important;
}

.field-wrap .input-field::placeholder {
    font-weight: 300;
}

.field-wrap .input-field:focus {
    border: 1px solid #3E2670;
}

.field-wrap label {
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    width: fit-content;
    background: #fff;
    transform: translate(10px, 10px);
    padding: 0 7px;
}

/* ------- End --------- */


/* ------- Key stats --------- */
.key-stats {
    padding: 100px 0;
}

.key-stats .heading-wrap {
    text-align: left;
    margin-bottom: 45px;
}

.key-stats .stats-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 18px;
    border: 1px solid #C8C8C8;
    /* border-bottom: 0; */
}

.key-stats .stats-wrapper .stats-card {
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    border-right: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
}

.key-stats .stats-wrapper .stats-card:nth-child(3) {
    border-right: none;
}

.key-stats .stats-wrapper .stats-card:nth-child(4),
.key-stats .stats-wrapper .stats-card:nth-child(5),
.key-stats .stats-wrapper .stats-card:nth-child(6) {
    border-bottom: none;
}

.key-stats .stats-wrapper .stats-card:last-child {
    border-right: none;
}

.key-stats .stats-wrapper .stats-card .card-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
    background: linear-gradient(180deg, #725E9B 0%, #3E2670 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.key-stats .stats-wrapper .stats-card .text {
    font-size: 16px;
    font-weight: 500;
    color: #2C2C2C;
    text-transform: capitalize;
}

/* ------- End --------- */

/* ------- why sopify --------- */
.why-sopify .heading-wrap {
    text-align: left;
}

.why-sopify .column-4 {
    width: 40%;
}

.why-sopify .column-8 {
    width: 60%;
    position: relative;
}

.why-sopify .img-wrap {
    position: relative;
}

.why-sopify .img-wrap img {
    position: absolute;
    left: 0;
    transform: translateX(-10%);
    width: fit-content;
}

.why-sopify .content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
    margin-top: 48px;
    gap: 35px;
    /* position: relative; */
}

.why-sopify .content-wrapper::after {
    content: '';
    position: absolute;
    z-index: 0;
    height: 250px;
    width: 280px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../images/shopify/why-sopify/vector.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.common-intro.section-padding{overflow: hidden;}

.why-sopify .content-wrapper .content-holder .title {
    font-size: 18px;
    color: #2C2C2C;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
}

/* ------- End --------- */

/* ------- Pricing Section --------- */
.pricing {
    background: url(../images/shopify/pricing/bg.jpg) no-repeat center;
    background-size: cover;
}

.pricing .heading-wrap {
    margin-bottom: 100px;
    text-align: left;
}

.pricing .heading-wrap .heading-title {
    color: var(--whitecolor);
}

.pricing .heading-wrap .main-heading {
    color: var(--whitecolor);
}

.pricing .heading-wrap .heading-title::after {
    border-top: 2px solid var(--whitecolor);
}

.pricing .pricing-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.pricing .pricing-wrapper .price-card {
    background: var(--whitebg);
    border-radius: 15px;
    /* border-width: 2px;
    border-style: solid; */
    /* border-image: linear-gradient(to right, #D16CD6, #3D256F) 1; */
}

.pricing .pricing-wrapper .price-card.middle {
    background-color: #D16CD6;
    transform: translateY(-10%);
}

.pricing .pricing-wrapper .price-card.middle .special {
    font-size: 12px;
    font-weight: 300;
    background-color: var(--brand-bg);
    padding: 2px 20px;
    color: var(--whitecolor);
    display: inline-block;
    margin-bottom: 15px;
    text-transform: capitalize;
    border-radius: 30px;
}

.pricing .pricing-wrapper .price-card .card-header {
    padding: 40px 40px 0;
}

.pricing .pricing-wrapper .price-card .card-header .text {
    margin: 0;
    font-weight: 400;
    padding-right: 70px;
}

.pricing .pricing-wrapper .price-card.middle .card-header .text {
    color: var(--whitecolor);
}

.pricing .pricing-wrapper .price-card .card-header .title {
    font-size: 14px;
    font-weight: 600;
    color: #2C2C2C;
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: 1.2;
    background: #F1F1F1;
    width: fit-content;
    padding: 10px 15px;
    border-radius: 30px;
}

.pricing .pricing-wrapper .price-card .card-header .price-wrap {
    margin: 28px 0;
    padding: 25px 0;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
}

.pricing .pricing-wrapper .price-card .card-header .price-wrap .days {
    font-size: 14px;
    font-weight: 700;
}

.pricing .pricing-wrapper .price-card.middle .card-header .price-wrap .days {
    color: var(--whitecolor);
    font-weight: 400;
}

.pricing .pricing-wrapper .price-card .card-header .price-wrap .price {
    display: block;
    font-size: 45px;
    font-weight: 700;
    color: #3E2670;
    line-height: 1.3;
    margin-bottom: 7px;
}

.pricing .pricing-wrapper .price-card.middle .card-header .price-wrap .price {
    color: #fff;
}

.pricing .pricing-wrapper .price-card .card-body .content {
    padding: 0 40px 20px;
}

.pricing .pricing-wrapper .price-card .card-body .content .list li {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
}

.pricing .pricing-wrapper .price-card.middle .card-body .content .list li {
    color: var(--whitecolor);
}

.pricing .pricing-wrapper .price-card .card-body .content .list li::before {
    content: '';
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background: url(../images/shopify/icons/check.svg) no-repeat center;
    background-size: contain;
}

.pricing .pricing-wrapper .price-card.middle .card-body .content .list li::before {
    filter: invert(1) brightness(5.5);
}

/* ------- Our Process --------- */
.our-process .heading-wrap {
    text-align: left;
}

.our-process .process-bar {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    position: relative;
}

.our-process .process-bar .bar {
    font-size: 18px;
    font-weight: 700;
    color: #55555C59;
    background: #fff;
    border: 3px solid #DFDBDB;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    z-index: 1;
}

.our-process .process-bar::after {
    content: '';
    position: absolute;
    z-index: 0;
    height: 2px;
    width: 82%;
    background-color: #DFDBDB;
    left: 0;
    margin: auto;
    display: flex;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.our-process .process-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 22px;
    gap: 20px;
}

.our-process .process-wrapper .process-card {
    padding: 35px 20px;
    background: var(--whitecolor);
    box-shadow: rgba(17, 12, 46, 0.05) -4px 2px 60px 22px;
    border-radius: 16px;
}

.our-process .process-wrapper .process-card:last-child{
    margin-bottom: 0;
}

.our-process .process-wrapper .process-card img {
    width: 30px;
    margin-bottom: 24px;
}

.our-process .process-wrapper .process-card .mini-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #55555C59;
    margin-bottom: 10px;
}

.our-process .process-wrapper .process-card .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

/* ------- End --------- */

/* ------- Accordion --------- */
.accrodion-wrapper .accordion .accordion-body {
    height: 0;
    visibility: hidden;
}

.accrodion-wrapper .accordion {
    border-bottom: 1px solid #D4D4DC;
    padding: 32px 0;
}


.accrodion-wrapper .accordion .accordion-header {
    padding: 16px 0;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.accrodion-wrapper .accordion .accordion-header .title {
    font-size: 20px;
    font-weight: 700;
    color: #616169;
}

.accrodion-wrapper .accordion .accordion-header::after {
    content: '';
    position: absolute;
    right: 0;
    height: 15px;
    width: 15px;
    background: url(../images/icon/angle-up.svg) no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
}

.accrodion-wrapper .accordion.active .accordion-body {
    height: 100%;
    visibility: visible;
}


.accrodion-wrapper .accordion.active .accordion-body p {
    font-size: 15px;
    line-height: 1.5;
    text-transform: capitalize;
    margin: 0;
}

.accrodion-wrapper .accordion.active .accordion-header::after {
    transform: rotate(0deg);
}

.accrodion-wrapper .row {
    display: flex;
    /* gap: 3rem; */
    flex-wrap: nowrap;
}

/* ------- End --------- */


/* ------- Portfolio --------- */
.portfolio-holder {
    background: url(../images/shopify/portfolio/bg.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
}

.portfolio-holder .heading-wrap .heading-title::after {
    border-top: 2px solid var(--whitecolor);
}

.portfolio-holder .heading-wrap .heading-title {
    color: var(--whitecolor);
    margin: 0;
}

.portfolio-holder .tab-list {
    text-align: left;
    width: 25%;
    margin: auto;
}

.portfolio-holder .tab-list li {
    margin-bottom: 35px;
}

/* .portfolio-holder .tab-list li:last-child {
    margin-bottom: 0;
} */

.portfolio-holder .tab-list li a {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    opacity: 0.2;
    line-height: 1.5;
}

.portfolio-holder .tab-list li a.active {
    opacity: 1;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.portfolio-holder .content-tab {
    width: 75%;
    display: none;
    justify-content: space-between;
    align-items: center;
}

.portfolio-holder .content-tab.show {
    display: grid;
    grid-template-columns: 70% 30%;
}

.portfolio-holder .content-tab .img-holder {
    margin: auto;
    margin-right: 50px;
}
.portfolio-holder .content-tab .content-holder .text-wrap:last-child{
    margin-bottom: 0;
}

.portfolio-holder .content-tab .content-holder .text-wrap {
    margin-bottom: 30px;
}

.portfolio-holder .content-tab .content-holder .text-wrap .mini-title {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
}

.portfolio-holder .content-tab .content-holder .text-wrap p,
.portfolio-holder .content-tab .content-holder .text-wrap a{
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    display: block;
    margin-bottom: 0;
}
.portfolio-holder .content-tab .content-holder .text-wrap a{
    transition: 0.2s ease-in;
}
.portfolio-holder .content-tab .content-holder .text-wrap a:hover{
    opacity: 0.7;
}

/* ------- End --------- */
/* tusif code  */
.qurry-form-heading.heading-tittle {
    text-align: center;
    text-transform: capitalize;
    color: #3E2670;
    font-size: 20px;
    margin-bottom: 20px;
}

.key-stats .container {
    display: flex;
    flex-direction: row;
}

.key-about {
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.key-about .heading-wrap {
    margin-bottom: 15px;
}

.content-tab-stats {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    margin: 20px 0px 0px;
}

.content-tab-parameter-box {
    display: flex;
    flex-direction: column;
    text-align: center;
    border-right: 1px solid #FFFFFF4D;
    padding: 0 30px;
}
.content-tab-parameter-box:first-child{
    padding-left: 0;
}
.content-tab-parameter-box:last-child {
    border-right: none;
}

.content-tab-parameter-heading {
    color: var(--whitecolor);
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.content-tab-parameter-info {
    color: var(--whitecolor);
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
}


.partners-slider {
    margin-top: 20px;
}

.clients-slider {
    margin-top: 20px;
}

.partners-slider .brand-box,
.clients-slider .brand-box{
    padding: 0;
    display: flex!important;
}

.clients-section .clients-slider .brand-box{
    background-color: #fff;
    margin: 0 15px;
    padding: 15px;
}

.partners-slider .brand-box img,
.clients-slider .brand-box img {
    width: 90px;
    height: 60px;
    object-fit: contain;
    margin: auto;
    display: block;
}

.clients-section {
    background-color: #F3F4F6 !important;
}

.common-banner-wrap-2 .lg-title{
    text-transform: capitalize;
}

.ecom-brand-box {
    border: 1px solid #d4d6db;
    background: #fff;
    border-radius: 20px;
    height: 70px!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.lpbanner .head-wrap-title .sm-title p{
    font-size: 15px;
    line-height: 26px;
    text-transform: capitalize;
}

.service-blog-slider .slick-track{
    display: flex!important;
}

.service-blog-slider .slick-track .caseStudyBox{
    height: inherit;
} 
.caseImgBox{
    align-items: baseline;
    min-height: auto;
}

.brand-trust-img img{
    height: 60px;
}
/* end here  */


/* ------- Responsive --------- */
@media screen and (max-width: 1024px) {
    .container {
        padding: 0px 20px;
    }

    .breadcrumb {
        height: 600px;
    }

    .why-sopify .content-wrapper::after {
        display: none;
    }

    .why-sopify .content-wrapper {
        width: 100%;
    }

    .pricing .pricing-wrapper {
        gap: 20px;
    }

    .our-process .heading-wrap {
        text-align: center;
    }

    .our-process .process-holder {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }

    .our-process .process-wrapper {
        display: block;
        width: 70%;
        margin-top: 0;
    }

    .our-process .process-bar {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .our-process .process-wrapper .process-card {
        margin-bottom: 35px;
    }

    .our-process .process-bar::after {
        height: 82%;
        width: 2px;
        flex-direction: column;
    }

    .portfolio-holder .tab-list {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 25px;
        white-space: nowrap;
        overflow-x: auto;
        justify-content: space-between;
    }

    .portfolio-holder .tab-list li {
        margin-bottom: 10px;
    }

    .portfolio-holder .content-tab {
        width: 100%;
        margin-top: 22px;
    }

    .portfolio-holder .tab-list li a.active {
        font-size: 24px;
    }


    /* tusif code  */
    .key-stats .container {
        flex-direction: column;
    }

    .key-about {
        padding-right: 0;
        width: 100%;
    }

    .key-paragraph p {
        text-align: start;
        margin-bottom: 20px;
    }

    .key-stats .heading-wrap {
        text-align: start;
    }
    .lpbanner .head-wrap-title .sm-title p{
        padding-right: 10px;
    }
    .lpbanner .head-wrap-title .sm-title p br{
        display: none;
    }
    .portfolio-holder .content-tab.show{
        grid-template-columns: 60% 40%;
        align-items: baseline;
    }
    .content-tab-stats{
        margin: 20px 0px 0;
    }
    .portfolio-holder .content-tab .content-holder .text-wrap{
        margin-bottom: 22px;
    }

    .content-tab-parameter-box br{
        display: none;
    }
    .pricing .pricing-wrapper .price-card .card-header .text{
        padding-right: 0;
    }
    .pricing .pricing-wrapper .price-card .card-header{
        padding: 30px 18px 0;
    }
}

@media screen and (max-width: 991px) {
    .space {
        padding: 70px 0;
    }

    .key-stats {
        padding: 70px 0;
    }

    .main-heading {
        font-size: 35px;
    }

    .heading-wrap {
        margin-bottom: 35px;
        text-align: left!important;
    }

    .breadcrumb {
        height: 50vh;
    }

    .breadcrumb .vector {
        height: 125px;
    }

    .breadcrumb .mini-text {
        margin-bottom: 40px;
    }

    .breadcrumb .main-heading {
        font-size: 50px;
    }

    .heading-wrap .heading-title {
        font-size: 15px;
        margin-bottom: 0;
        letter-spacing: 1px;
    }

    .breadcrumb .form-wrapper {
        width: 90%;
    }

    .why-sopify .heading-wrap {
        text-align: center;
    }

    /* .our-process .process-wrapper{
        grid-template-columns: repeat(3, 1fr);
    } */
    .why-sopify .column-8 {
        width: 100%;
    }

    .why-sopify .row {
        flex-wrap: wrap;
    }

    .why-sopify .column-4 {
        width: 100%;
    }

    .why-sopify .img-wrap img {
        position: relative;
        transform: translateX(0%);
        margin-bottom: 22px;
    }

    .pricing .pricing-wrapper {
        gap: 15px;
    }

    .pricing .pricing-wrapper .price-card .card-header .price-wrap {
        margin: 10px 0;
        padding: 10px 0;
    }

    .pricing .pricing-wrapper .price-card .card-header .price-wrap .price {
        font-size: 32px;
    }

    .pricing .pricing-wrapper .price-card .card-header {
        padding: 25px 25px 0;
    }

    .pricing .pricing-wrapper .price-card .card-body .content {
        padding: 0 25px 20px;
    }

    .pricing .pricing-wrapper .price-card.middle {
        transform: translateY(-5%);
    }

    .pricing .heading-wrap {
        margin-bottom: 85px;
    }

    .key-stats .stats-wrapper .stats-card {
        padding: 30px 20px;
    }

    .key-stats .stats-wrapper .stats-card .card-title {
        font-size: 40px;
    }
    .partners-slider .brand-box, 
    .clients-slider .brand-box{
        padding: 10px 18px;
    }
    .partners-slider .brand-box img, 
    .clients-slider .brand-box img{
        width: 150px;
    }
}

@media screen and (max-width: 767px) {

    p, span{
        font-size: 14px;
        line-height: 1.5;
    }

    .row .col-6 {
        width: 100%!important;
    }

    .col-3 {
        width: 100%;
    }
    .section-padding,
    .space {
        padding: 45px 0!important;
    }

    .breadcrumb {
        height: auto;
        display: block;
    }

    .breadcrumb .bg-wrapper {
        height: 40vh;
        position: relative;
    }

    .breadcrumb .bg-wrapper .bg {
        height: 40vh;
        position: absolute;
    }

    .breadcrumb .bg-wrapper .content-wrap {
        padding: 0 20px;
    }

    .breadcrumb .mini-text {
        margin-bottom: 0;
    }

    .breadcrumb .form-wrapper {
        position: relative;
        transform: translateY(0%);
        padding: 15px;
        margin: 20px auto;
        width: 90%;
    }

    .clients-slider{
        margin-top: 0;
    }
    .head-wrap-title .sm-title{
        margin: 0;
    }
    .key-stats {
        padding: 40px 0;
    }

    .pricing .heading-wrap,
    .heading-wrap {
        margin-bottom: 30px!important;
    }

    .main-heading {
        font-size: 28px;
    }

    .heading-title {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .heading-title::after {
        right: -10px;
        width: 30px;
    }

    .breadcrumb .main-heading {
        font-size: 28px;
    }

    .breadcrumb .vector,
    .breadcrumb .mini-text br {
        display: none;
    }

    .key-stats .stats-wrapper {
        grid-template-columns: repeat(2, 1fr);
        border: none;
        border-radius: 0;
    }

    .key-stats .stats-wrapper .stats-card {
        padding: 20px;
        border: 1px solid #C8C8C8 !important;
    }

    .key-stats .stats-wrapper .stats-card .card-title {
        font-size: 30px;
        margin-bottom: 0;
    }

    .key-stats .stats-wrapper .stats-card .text {
        font-size: 14px;
    }

    .why-sopify .content-wrapper {
        gap: 20px;
        margin-top: 30px;
    }

    .why-sopify .content-wrapper .content-holder .title {
        font-size: 16px;
    }

    .pricing .pricing-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .pricing .pricing-wrapper .price-card.middle {
        transform: translateY(0%);
    }

    .our-process .process-wrapper .process-card {
        margin-bottom: 20px;
        padding: 30px 20px;
    }

    .our-process .process-wrapper .process-card img {
        margin-bottom: 10px;
    }

    .accrodion-wrapper .row {
        flex-wrap: wrap!important;
        gap: 0;
    }

    .accrodion-wrapper .accordion {
        padding: 10px 0!important;
    }

    .accrodion-wrapper .accordion:first-child .accordion-header {
        padding-top: 0;
    }

    .accrodion-wrapper .accordion .accordion-header .title {
        font-size: 18px;
        padding-right: 10px;
    }

    .accrodion-wrapper .accordion.active .accordion-body p {
        font-size: 14px;
    }

    .pricing .pricing-wrapper .price-card .card-header .price-wrap .price {
        font-size: 24px;
    }

    .our-process .process-wrapper {
        width: 80%;
    }

    .our-process .process-holder {
        justify-content: space-between;
    }

    .field-wrap .input-field {
        margin-bottom: 10px;
    }

    .field-wrap textarea.input-field {
        margin-bottom: 26px;
    }

    .portfolio-holder .tab-list li a.active {
        font-size: 18px;
    }

    .portfolio-holder .tab-list li a {
        font-size: 17px;
    }

    .portfolio-holder .content-tab.show {
        grid-template-columns: repeat(1, 1fr);
    }

    .portfolio-holder .content-tab .content-holder .text-wrap {
        margin-bottom: 18px;
    }

    .portfolio-holder .content-tab .img-holder {
        margin: 0 0 12px;
        width: 100%;
    }

    .portfolio-holder .content-tab .content-tab-stats{
        margin: 0 0 15px;
        justify-content: flex-start;
    }

    .portfolio-holder .content-tab .content-holder .text-wrap p,
    .portfolio-holder .content-tab .content-holder .text-wrap a{
        margin-bottom: 0;
    }

    .lpbanner .head-wrap-title .sm-title{
        margin: 0;
    }

    .pricing .pricing-wrapper .price-card .card-header .text{
        padding-right: 0;
    }
    .partners-ecom-slider{
        margin-top: 20px;
    }
    .partners-ecom-slider .slick-dots{
        bottom: -30px!important;
    }
    .main-brand-row,
    .branding-slider{
        margin-top: 0;
    }

    .py-10{
        padding-top: 0px!important;
    }

    .clients-section .clients-slider .brand-box {
        margin-top: 20px;
    }

    .migrate-cta{
        margin: 10px 0!important;
    }

    .content-tab-parameter-box{
        padding: 0 10px;
    }

    .migrate-cta a.btn-white.gta-modal-popup{
        background-color: var(--brand-color);
        color: #fff;
    }
    .service-offer-section .gus-top-heading{
        margin-bottom: 28px;
    }
    .button-logo{
        display: block;
    }
    #service-offer-wrap .service-lyxel-logo{
        position: absolute;
        right: 10px;
        bottom: 25px;
    }
}

@media screen and (max-width: 575px) {
    .breadcrumb .main-heading {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .breadcrumb .mini-text {
        font-size: 14px;
    }

    .breadcrumb .form-wrapper {
        border-radius: 18px;
    }

    .why-sopify .img-wrap img {
        margin-bottom: 0;
    }

    .why-sopify .content-wrapper {
        margin-top: 20px;
    }

    .pricing .heading-wrap,
    .heading-wrap {
        margin-bottom: 20px!important;
    }

    /* tusif code  */
    .qurry-form-heading.heading-tittle {
        font-size: 16px;
    }

    .partners-slider .brand-box img,
    .clients-slider .brand-box img {
        /* width: 60px; */
        height: 60px;
    }

    .partners-slider .brand-box{
        padding: 15px;
        border: 1px solid #d4d6db;
        border-radius: 20px;
        min-width: 200px;
    }

    .key-about .heading-title{
        font-size: 12px;
    }

    .key-about .main-heading{
        font-size: 20px;
    }
}

@media screen and (max-width: 360px) {

    .key-stats .stats-wrapper,
    .why-sopify .content-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .key-stats .stats-wrapper .stats-card {
        padding: 12px;
    }

    .key-stats .stats-wrapper .stats-card .card-title {
        font-size: 24px;
    }
}


@media screen and (max-width:767px){
    .page-id-169 .bg-icon:after, .page-id-171 .bg-icon:after, .page-id-166 .bg-icon:after{width: 135px;height: 108px;top: 25%;}
   
    #service-offer-wrap .testimonial-item{
      box-shadow: rgba(149, 157, 165, 0.2) 2px -1px 0px;
    }
    .service-offer-section{padding-top: 40px !important;}
    .case-study-slider{margin-top: 10px !important;}
    .list-faq{margin-top: 0 !important;}
    .head-wrap-title .sm-title{margin-bottom: 10px !important;}
    .service-offer-section .gus-top-heading{margin-left: -15px !important;}
  }
  
  
  
  .caseStudyBox {
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.08) !important;
  }
  .leader-slider-team {
    display: flex;
    overflow: hidden;
}
.leader-slider-team .leader-box {
  
    flex: 0 0 25%;
}
/* ------- End --------- */

/* Digital full funnel marketing css */
@media screen and (max-width:767px){
  .page-id-124167  .key-stats{padding-top: 70px;}
}

/* krishna css start */

.slick-dotted.slick-slider ul.slick-dots{text-align: center; padding-left: 0 !important;}
.common-popup-overlay.active{display: block !important;}
.icon-box .icon{width: 60px;}
.icon-box .icon-content{width: calc(100% - 60px);}

@media screen and (max-width:991px) {

    /* .container{padding: 0 !important;} */
    .icon-box .icon{width: 40px;}
    .icon-box .icon-content{width: calc(100% - 40px);}
}

@media screen and (max-width:767px) {

    .testomonials-container{padding-top: 30px !important; padding-bottom: 30px !important;}
}
