body {
    background-color: #fff;
    color: #383838;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    line-height: 1.725;
    /*overflow-x: hidden;*/
}

/**
Blue: #005282
Light Blue: #00bdf2
**/
.text-none{
    text-transform: none !important;
}

.sectionCvr {
    padding: 5em 0px;
}

.grey-bg {
    background: #fbfbfb;
}

.white-bg {
    background: #ffffff;
}

.curve-section {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.divider-spacing {
    padding: 10px;
}

.title-block {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.title-block .title {
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.title-block .title span {
    color: #0056A8;
}

.text-white .title {
    color: #fff;
}



.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222222;
}

h1,
.h1 {
    font-family: inter;
    font-size: 45px;
    color: #383838;
    letter-spacing: .1px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 700;
}

body {
    color: #4A4A4A;
}

p {
    letter-spacing: .1px;
    margin-bottom: 10px;
}

p:last-child {
    margin-bottom: 0;
}

.btn,
.theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
    padding: 12px 24px;
    background: #005282;
    border: 1px solid transparent;
    border-radius: 30px;
    z-index: 1;
    transition: all 0.2s linear;
    font-size: 16px;
    min-height: 54px;
}

.btn:hover,
.theme-btn:hover {
    background: #00bdf2;
    color: #fff;
    border: 1px solid #00bdf2;
}

.btn-transperent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #383838;
    text-transform: capitalize;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
    padding: 12px 20px;
    background: transparent;
    border: 1px solid #383838;
    border-radius: 30px;
    z-index: 1;
    transition: all 0.2s linear;
    font-size: 16px;
    min-height: 54px;
}

.btn.white-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #005282;
    text-transform: capitalize;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
    padding: 12px 24px;
    background: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 30px;
    z-index: 1;
    transition: all 0.2s linear;
    font-size: 16px;
    min-height: 54px;
}

.btn-transperent:hover,
.btn.white-btn:hover {
    background: #00bdf2;
    color: #fff;
    border: 1px solid #00bdf2;
}

.btn:focus,
.theme-btn:focus {
    color: #fff;
}
.header-cta a:focus{
    color: inherit;
}

.btn-transperent:focus {
    color: #383838;
}

.banner-subtitle {
    font-size: 18px;
}

.big-size {
    font-weight: 700;
    font-family: 'Inter';
    line-height: 1.217;
    margin-bottom: 3px;
}

.count-wrap p {
    font-size: 15.25px;
    letter-spacing: 0;
    color: #383838;
    line-height: 1.377;
    margin-bottom: 0;
}

.theme-btn.outline-btn {
    background: transparent;
    border: 1px solid #005282;
    color: #005282;
}

.theme-btn.outline-btn:hover {
    background: #00bdf2;
    border: 1px solid #00bdf2;
    color: #fff;
}

.theme-btn.outline-btn-white {
    background: transparent;
    border: 1px solid #fff;
}

.theme-btn.outline-btn-white:hover {
    background: #fff;
    color: #000;
}


.theme-btn.white-btn {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}

.theme-btn.white-btn:hover {
    background: #00bdf2;
    border-color: #00bdf2;
    color: #fff;
}

.theme-btn.black-btn {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.theme-btn.black-btn:hover {
    background: #00bdf2;
    border-color: #00bdf2;
    color: #fff;
}

nav.header-nav.stickey {
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    border-bottom: 1px solid #ebebeb;
    transform: translateY(10px);
    transition: transform 0.5s ease;
}

.heading-bold {
    font-weight: 700;
}

body:not(.page-template-home-page) nav.header-nav {
    border-bottom: 1px solid #ebebeb;

}

.header-nav {
    padding-top: 0px;
}

.header-nav .header-wrap {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0px;
}

.navbar-brand img {
    width: 220px;
    transition: all 0.2s linear;
}

.header-nav.fixed .navbar-brand img {
    height: 200px;
    transition: all 0.2s linear;
}

.header-nav.fixed {
    box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 16%);
    transition: all 0.5s ease;
    background: #000;
    padding: 0px;
}

.header-nav.fixed .navbar-brand img {
    height: 40px;
}

.header-nav {}

.header-nav .navbar-brand {
    padding: 0px;
}

.header-cta a {
    display: flex;
    align-items: center;
}

.header-ctaCvr .header-cta {
    margin-right: 1px;
}

.header-ctaCvr .header-cta:last-child {
    margin-right: 0px;
    background: #383838;
    font-size: 14px;
    border: 1px solid #383838;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    text-transform: capitalize;
    font-weight: 600;
}

.header-ctaCvr .header-cta:last-child:hover,
.header-ctaCvr .header-cta:last-child:hover a {
    background: #00bdf2;
    border-color: #00bdf2;
    color: #fff
}

.header-ctaCvr .header-cta:first-child a {
    color: #000;
}

.header-ctaCvr .header-cta:first-child a:hover {
    color: #00bdf2;
}

.header-ctaCvr .header-cta:first-child {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 500;

}

.header-ctaCvr .header-cta:first-child::after {
    content: '';
    background: #000;
    width: 21px;
    height: 1px;
    right: 0;
    margin: 0 10px;
}

/**** Homepage ****/
.banner-wrap {
    position: relative;
}

.banner-wrap .banner-rating {
    position: relative;
}

.banner-wrap .banner-rating .rating-block {
    list-style: none;
    padding: 11px 20px;
    margin: 0px 0px 22px;
    align-items: center;
    border: 1px solid #E2E2E2;
    display: inline-flex;
    border-radius: 60px;
}

.banner-wrap .banner-rating .rating-block li {
    display: flex;
    align-items: center;
}

.banner-wrap .banner-rating .rating-block li p:last-child span {
    display: block;
}

.banner-wrap .banner-rating .rating-block .rating-icon img {
    width: 28px;
}

.banner-wrap .banner-rating .rating-block li .star-rating {
    color: #FF9F2A;
}

.banner-wrap .banner-rating .rating-block li .rating-icon {
    margin-right: 10px;
}

.banner-wrap .banner-rating .rating-block li {
    line-height: 1.2;
    position: relative;
}

.banner-wrap .banner-rating .rating-block li p {
    margin-bottom: 0px;
}

.banner-wrap .banner-rating .rating-block li .star-rating svg {
    font-size: 12px;
}

.banner-wrap .banner-rating .rating-block li:first-child {
    margin-right: 1.5em;
    padding-right: 1.5em;
}

.banner-wrap .banner-rating .rating-block li:first-child::before {
    content: '';
    background: #E2E2E2;
    position: absolute;
    height: 75%;
    width: 1px;
    right: 0;
}

.banner-wrap .banner-rating .rating-block li p span.rating {
    font-weight: 600;
}

.banner-title-wrap {
    overflow: hidden;
    height: 150px;
    margin-bottom: 1em
}

.banner-title-wrap .v-slides {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.banner-title-wrap .v-slide {
    font-size: 30px;
    line-height: 50px;
    color: #383838;
}

.banner-title-wrap .v-slide span {
    display: block;
}


.banner-title-wrap .v-slide .line {
    display: block;

}

.banner-title-wrap .strong {
    font-weight: 800;
    font-size: 2em;
    line-height: 1.4;
}

.banner-title-wrap .light {
    font-weight: 300;
    font-size: 30px;
}

.home-banner-tabs {
    padding-left: 4em;
}

.page-funfactCvr {
    position: relative;
    background: #E9F2FC;
    border-radius: 12px;
    padding: 2em 1.8em;
}

.page-funfactCvr .page-funfactList {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

.page-funfactCvr .page-funfactList .page-funfact {
    /* width: 25%; */
    padding: 0 0em;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.page-funfactCvr .page-funfactList .page-funfact p {
    margin: 0px;
}

.page-funfactCvr .page-funfactList .page-funfact .ff-icon {
    padding: 9px;
    border-radius: 50%;
    margin-right: 8px;
    line-height: 1.2;
}

.page-funfactCvr .page-funfactList .page-funfact:nth-child(1) .ff-icon {
    background: #FFCFF8;
}

.page-funfactCvr .page-funfactList .page-funfact:nth-child(2) .ff-icon {
    background: #BDE7FF;
}

.page-funfactCvr .page-funfactList .page-funfact:nth-child(3) .ff-icon {
    background: #FFF3AE;
}

.page-funfactCvr .page-funfactList .page-funfact:nth-child(4) .ff-icon {
    background: #DFFFDF;
}

.page-funfactCvr .page-funfactList .page-funfact .ff-icon img {
    width: 20px;
}

.page-funfactCvr .page-funfactList .page-funfact .ff-texts {
    /* width: 100%; */
    display: flex;
    flex-wrap: wrap;
}

.page-funfactCvr .page-funfactList .page-funfact .ff-texts span {
    display: block;
    width: 100%;
    color: #000000;
    line-height: 1.4;
}

.page-funfactCvr .page-funfactList .page-funfact::after {
    content: '';
    width: 1px;
    height: 66%;
    position: absolute;
    background: #878787;
    right: -1.7em;
}

.page-funfactCvr .page-funfactList .page-funfact:last-child::after {
    display: none;
}

.page-funfactCvr .page-funfactList .page-funfact .ff-texts .ff-title {
    font-size: 14px;
    font-weight: 500;
}

.banner-tabsCvr {
    position: relative;
}

.banner-tabs-1 .accordion .accordion-item:first-child {
    background: #E9FAF4;
}

.banner-tabs-1 .accordion .accordion-item:last-child {
    background: #F1F1F1;
}

.banner-tabs-2 .accordion .accordion-item:first-child {
    background: #EBE8F9;
}

.banner-tabs-2 .accordion .accordion-item:last-child {
    background: #FCF2E9;
}

.banner-tabsCvr .accordion .accordion-item {
    padding: 0px;
    margin-bottom: 10px;
    border-radius: 10px;
    border-bottom: medium none;
}

.banner-tabsCvr .accordion .accordion-item button.accordion-button {
    background: no-repeat;
    box-shadow: none;
    text-transform: capitalize;
    font-weight: 600;
}

.banner-tabsCvr .accordion .accordion-item button.accordion-button::after {
    display: none;
}

.banner-tabsCvr .accordion-header {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px;
}

.banner-tabsCvr .accordion-header .tab-img {
    position: absolute;
    right: 0;
    height: 65px;
    bottom: 0;
    z-index: 9;
}

.banner-tabsCvr .accordion-header .tab-icon {
    background: #fff;
    border-radius: 50%;
    padding: 5px 12px;
    line-height: 1.1;
}

.banner-tabsCvr .accordion-header .tab-icon img {
    width: 26px;
    /* line-height: 1.2; */
}

.banner-tabsCvr .accordion .accordion-item .accordion-body {
    padding-bottom: 0px;
    padding-top: 0px;
    display: flex;
    align-items: end;
    position: relative;
    flex-wrap: wrap;
    min-height: 13em;
    position: relative;
}

/*
.banner-tabs-1 .accordion .accordion-item .accordion-body img {
    width: 100%;
} */




.bannerfeature-listsCvr .bannerfeature-lists {
    position: relative;
    padding: 0px;
    margin: 0px;
}

.bannerfeature-listsCvr .bannerfeature-lists .slick-slide {
    background: #FFFFFF;
    margin: 0 2px 8px;
    padding: 12px 6px;
    border-radius: 10px;
    text-align: center;
    width: 86px;
}

.bannerfeature-listsCvr .bannerfeature-lists .slick-slide img {
    width: 30px;
    text-align: center;
    margin: 0 auto 7px;
}

.bannerfeature-listsCvr .bannerfeature-lists .slick-slide p {
    margin-bottom: 0px;
    font-size: 10px;
}

.bannerfeature-listsCvr .bannerfeature-lists .slick-slide {
    text-align: center;
    justify-content: center;
}

.bannerfeature-listsCvr {
    overflow: hidden;
}

.banner-tabsCvr.banner-tabs-2 .accordion .accordion-item .accordion-body {
    padding: 0px;
}

.banner-tabs-2 .accordion .accordion-item:last-child .accordion-body-wrap {
    display: flex;
    align-items: end;
}

.banner-tabs-2 .accordion .accordion-item:last-child .accordion-body-wrap .body-img {
    width: 100%;
}

.banner-tabs-2 .accordion .accordion-item:last-child .accordion-body-wrap .body-content {
    padding: 0px 24px 18px;
    width: 100%;
}

.banner-tabs-1 .accordion .accordion-item:last-child .accordion-body .accordion-body-wrap {
    display: flex;
    align-items: end;
}

.banner-tabs-1 .accordion .accordion-item:last-child .accordion-body .accordion-body-wrap .body-img {
    width: 44%;
    text-align: center;
}

.banner-tabs-1 .accordion .accordion-item:last-child .accordion-body {
    padding: 0px;
}

.banner-tabs-1 .accordion .accordion-item:last-child .accordion-body .accordion-body-wrap .canvas-block {
    padding-bottom: 0px;
}

/* .banner-canvas-block{ overflow: hidden; position: relative;
    width: 100%;
    height: 100%;}

    .canvas-wrapper {
      position: relative;
      height: 100vh;
      background: #f9f9f9;
    }

    #matter-canvas {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }

    .tag-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      pointer-events: none;
    }

    .tag-label {
      position: absolute;
      padding: 8px 14px;
      background: #fff;
      border: 1px dashed red;
      border-radius: 10px;
      font-family: sans-serif;
      font-size: 14px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      white-space: nowrap;
      transform-origin: center;
      pointer-events: auto;
      transition: transform 0.1s;
    }

    .tag-label:hover {
      background-color: #f0f0f0;
    }

    .tag-label img {
      width: 18px;
      height: 18px;
    }

    .image-side {
      height: 100vh;
      object-fit: cover;
      width: 100%;
    }*/



.certificate-wrapper {
    background: #F6F6F6;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 120px;
    padding: 2em 6em;
}

.certificate-wrapper .certificate-lists {
    position: relative;
}

.certificate-wrapper .certificate-lists ul.certificates {
    list-style: none;
    display: flex;
    gap: 15px;
    justify-content: end;
    margin-bottom: 0px;
}

.certificate-wrapper .certificate-lists ul.certificates li {
    background: #fff;
    border-radius: 50%;
    padding: 14px;
}

.certificate-wrapper .certificate-title {
    display: flex;
    align-items: center;
}

.certificate-wrapper .certificate-title img {
    width: 50px;
    margin-right: 10px;
}

.certificate-wrapper .certificate-title p {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 0px;
}

.certificate-wrapper .seprator {
    text-align: center;
    display: block;
}

.solutions-sec .solutions-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin: 0px auto;
    align-items: center;
}

.solutions-sec .solutions-wrapper .card {
    margin-top: -65px;
    box-sizing: border-box;
    border-radius: 20px;
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background-position: center center;
    background-size: cover;
    border: medium none;
    z-index: 0;
}

.solutions-sec .solutions-wrapper .card1 {
    top: 80px;
    background: #FCF2E9;
}

.solutions-sec .solutions-wrapper .card2 {
    top: 120px;
    background: #E9FAF4;
}

.solutions-sec .solutions-wrapper .card3 {
    top: 170px;
    background: #FCFBE9;
}

.solutions-sec .solutions-wrapper .card4 {
    top: 220px;
    background: #E9F2FC;
}

.solutions-sec .solutions-wrapper .solutions-details {
    position: relative;
    padding: 4em 0em 4em 5em;
    display: flex;
    align-items: center;
    padding-bottom: 6em;

}

.solutions-sec .solutions-wrapper .solutions-details .details-block {
    width: 40%;
}

.solutions-sec .solutions-wrapper .solutions-details .image-block {
    width: 70%;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .btn-title {
    display: inline-flex;
    align-items: center;
    background: #383838;
    box-shadow: 0px 2px 4px 0px #00000040 inset;
    border-radius: 30px;
    padding: 10px 22px;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .btn-title img {
    width: 23px;
    margin-right: 8px;
}

.solutions-title {
    font-size: 30px;
    width: 94%;
    padding: 13px 0px;
    margin-bottom: 13px;
    font-weight: 800;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature {
    position: relative;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature .feature-lists {
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 0px;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature .feature-lists li {
    text-align: center;
    background: #FFFFFF;
    margin: 0 6px 8px;
    padding: 16px 6px;
    border-radius: 10px;
    text-align: center;
    width: 93px;
    border: 1px solid #E0E0E0;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature .feature-lists li img {
    width: 33px;
    margin-bottom: 7px;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature .feature-lists li p {
    color: #000;
    font-size: 11px;
    margin-bottom: 0px;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-desc {
    color: #666666;
    width: 80%;
    margin-top: 1em;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature .feature-lists li:first-child {
    margin-left: 0px;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-link {
    color: #005282;
    font-size: 16px;
    padding-top: 10px;
    display: inline-flex;
    align-items: center;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-link svg {
    margin-left: 8px;
}

.client-sec {
    position: relative;
}

.client-sec .client-slider .client-logo {
    margin: 0 14px;
    text-align: center;
}

.client-sec .client-slider .client-logo img {
    text-align: center;
    margin: 0 auto;
}

.advtool-sec {
    background: #F6F6F6;
    border-bottom: 1px solid #C3C3C3;
    position: relative;
}

.advtool-sec::after {
    content: '';
    background: url(../images/man-running.gif) no-repeat scroll bottom left / contain;
    position: absolute;
    width: 115px;
    height: 115px;
    bottom: 0px;
    left: 0px;
    mix-blend-mode: multiply;
}

.advtool-sec .title-block-wrapper .title {
    margin-bottom: 12px;
}

.advtool-sec .block-cta p {
    text-align: right;
}

.advtool-tabs-lists {
    background: #fff;
    border-radius: 20PX;
    padding: 2em;
}

.advtool-tabs-lists .nav-link .advtool-icon {
    display: inline-block;
    background: #F8F8F8;
    padding: 16px;
    margin-right: 16px;
    border-radius: 50%;
}

.advtool-tabs-lists .nav-link:hover .advtool-icon .icon,
.advtool-tabs-lists .nav-link.active .advtool-icon .icon {
    display: none;
}

.advtool-tabs-lists .nav-link .advtool-icon .hover-icon {
    display: none;
}


.advtool-tabs-lists .nav-link:hover .advtool-icon .hover-icon,
.advtool-tabs-lists .nav-link.active .advtool-icon .hover-icon {
    display: block;
}

.advtool-tabs-lists .nav-link {
    padding: 1.4em 0px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F3F3F3;
    border-radius: 0;
    color: #383838;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    text-align: left;
}

.advtool-tabs-lists .nav-link .advtool-icon img {
    width: 34px;
}

.advtool-tabs-lists .nav-link:hover,
.advtool-tabs-lists .nav-link.active {
    background: transparent;
    color: #005282;
}

.advtool-tabs-lists .nav-link:last-child {
    border: medium none;
    padding-bottom: 0px;
}

.advtool-tabs-lists .nav-link:first-child {
    padding-top: 0px;
}

.advtool-wrapper {
    position: relative;
    margin-top: 4em;
    margin-bottom: 5em;
}

.advtool-wrapper .advtool-tabs-content {
    position: relative;
}

.advtool-wrapper .advtool-tabs-content .advtool-details {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 3em;
    margin-left: 4em;
}

.advtool-wrapper .advtool-tabs-content .advtool-details img {
    margin-top: 1em;
    width: 100%;
}

.advtool-wrapper .advtool-tabs-content .advtool-details .title {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
}

.advtool-tabs-content .tab-pane {
    position: relative;
}

.advtool-tabs-content .tab-pane.active::after {
    content: "";
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #ffffff 49%, transparent 50%);
    position: absolute;
    top: 9%;
    left: 32px;
    transform: translateY(-50%) rotate(44deg);
}

.advtool-tabs-content .tab-pane.active:nth-child(2n)::after {
    top: 25%;
}

.advtool-tabs-content .tab-pane.active:nth-child(3n)::after {
    top: 42%;
}

.advtool-tabs-content .tab-pane.active:nth-child(4n)::after {
    top: 58%;
}

.advtool-tabs-content .tab-pane.active:nth-child(5n)::after {
    top: 74.5%;
}

.block-cta-wrapper {
    position: relative;
    padding-top: 3em;
}

.block-cta-wrapper .cta-title {
    font-weight: 800;
    font-size: 50px;
    line-height: 1.3;
    text-transform: capitalize;
}

.testimonials-sec {
    position: relative;
    overflow: hidden;
}

.testimonials-sec .testimonials-wrapper {
    margin-top: 2em
}

.testimonials-block {
    border-radius: 14px;
    padding: 2em;
    position: relative;
}

.testimonials-wrapper .slick-track {
    display: flex;
}

.testimonials-slider {
    position: relative;
}

.testimonials-slider .testimonials-item {
    margin: 0 12px;
    height: auto;
}

.testimonials-slider .testimonials-item .testimonials-block {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonials-block .testi-img-play {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonials-block .testi-img-play .testi-img {
    position: relative;
}

.testimonials-block .testi-img-play .testi-img img {
    border-radius: 50%;
    width: 70px;
}

.faq-section .faqs-accordion .accordion-body {
    font-size: 16px;
}

.testimonials-block .testi-img-play .play-btn {
    background: #000;
    padding: 6px 18px;
    border-radius: 30px;
}

.testimonials-block .testi-img-play .play-btn:hover {
    background: #005282;
    color: #fff;
}

.testimonials-block .testi-img-play .play-btn:hover a {
    color: #fff;
}

.testimonials-block .testi-img-play .play-btn svg {
    margin-right: 7px;
}

.testimonials-block .testi-img-play p {
    margin-bottom: 0px;
}

.testimonials-block .testi-content {
    margin-top: 2.8em;
    padding-top: 2.8em;
    margin-bottom: 1.8em;
    position: relative;
    flex: 1;
}

.testimonials-block .testi-content p {

    padding-right: 14px;
    position: relative;
}

.testimonials-block .testi-content::before {
    content: '';
    background: url(../images/testimonials-quote-icon.png) no-repeat scroll left top / contain;
    width: 39px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonials-block .testi-author {
    position: relative;
    padding-left: 11px;
    border-left: 1px solid #000;
    margin-top: 2em;
}

.testimonials-block .testi-author p {
    margin-bottom: 0px;
}

.testimonials-block .testi-author .author {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
}

.light-mint-bg-clr {
    background: #e9faf4
}

.sky-blue-bg-clr {
    background: #e9f2fc
}

.light-ivory-bg-clr {
    background: #fcfbe9
}

.soft-peach-bg-clr {
    background: #fcf2e9
}

.lavender-mist-bg-clr {
    background: #eeebfc
}

.light-lavender-bg-clr {
    background: #ebe8f9
}

.off-white-bg-clr {
    background: #f1f1f1
}

.features-sec {
    position: relative;
}

.features-sec::before {
    content: '';
    background-color: #fcfbe9c7;
    width: 42%;
    height: 70%;
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    /* opacity: 0.5; */
    filter: blur(80px);
}

.feature-lists-wrapper {
    padding: 8em 0px;
    position: relative;
}

.feature-lists-wrapper::before {
    content: '';
    background: url(../images/title-curve.png) no-repeat scroll top center / contain;
    width: 176px;
    height: 24px;
    position: absolute;
    top: 20px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.feature-lists-wrapper::after {
    content: '';
    background: url(../images/title-curve.png) no-repeat scroll bottom center / contain;
    width: 176px;
    height: 24px;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.feature-listsCvr .feature-lists {
    position: relative;
    padding: 0px;
    margin: 0px;
}

.feature-listsCvr .feature-lists .slick-slide {
    background: #FFFFFF;
    margin: 0 9px 8px;
    padding: 21px 6px;
    border-radius: 10px;
    text-align: center;
    width: 116px;
    border: 1px solid #E0E0E0;
}

.feature-listsCvr .feature-lists .slick-slide img {
    width: 34px;
    text-align: center;
    margin: 0 auto 12px;
}

.feature-listsCvr .feature-lists .slick-slide p {
    margin-bottom: 0px;
    font-size: 12px;
}

.feature-listsCvr .feature-lists .slick-slide {
    text-align: center;
    justify-content: center;
}

.feature-listsCvr {
    overflow: hidden;
    padding: 1em 0px;
    position: relative;
}

.feature-listsCvr::before {
    content: '';
    position: absolute;
    top: 0;
    width: 108px;
    height: 100%;
    left: 0;
    z-index: 2;
    margin: 0px auto;
    background: linear-gradient(268deg, rgba(252, 252, 252, 0) 0%, rgb(255 255 255) 59% 13%);
}

.feature-listsCvr::after {
    content: '';
    position: absolute;
    top: 0;
    width: 108px;
    height: 100%;
    right: 0;
    z-index: 2;
    margin: 0px auto;
    background: linear-gradient(90deg, rgba(252, 252, 252, 0) 0%, rgb(255 255 255) 59% 13%);
}


.feature-logo-block {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 16%;
}

.feature-logo-block .logo {
    display: inline-block;
    background: #FFFFFF;
    border-radius: 50%;
    padding: 7em;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgb(255 255 255 / 0.5%);
    border: 4px solid #fff;
}

.feature-logo-block .logo img {
    width: 120px;
}

.feature-logo-block .logo-quote {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    width: max-content;
    padding: 10px 20px;
    border: 1px solid #383838;
    border-radius: 30px;
    text-transform: capitalize;
}

.feature-logo-block .logo-quote p {
    margin-bottom: 0px;
    padding-left: 24px;
    position: relative;
    color: #383838;
}

.feature-logo-block .logo-quote p::before {
    content: '';
    background: url(../images/logo-quote-icon.png) no-repeat scroll left center / contain;
    width: 23px;
    height: 23px;
    left: -3px;
    position: absolute;
    top: 1px;
}



.product-info-wrapper {
    position: relative;
}

.video-list-wrapper .slick-slider {
    /* margin-left: -12%;
  margin-right: -12%; */
}

.video-list-wrapper .slick-list {
    padding-top: 2% !important;
    padding-bottom: 2% !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
}

.video-list-wrapper .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.video-list-wrapper .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}

.video-list-wrapper .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}

.video-list-wrapper .slick-snext,
.video-list-wrapper .slick-sprev,
.video-list-wrapper .slick-snext2,
.video-list-wrapper .slick-sprev2 {
    display: block;
}

.video-list-wrapper .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2;
}

.video-list-wrapper .slick-snext {
    opacity: 0.5;
    transform: translate3d(13%, 0, -13px);
    z-index: 1;
    perspective: 1000px;
}

.video-list-wrapper .slick-snext2 {
    opacity: 0.5;
    transform: translate3d(26%, 0, -26px);
    z-index: 0;
    perspective: 1000px;
}

.video-list-wrapper .slick-sprev {
    opacity: 0.5;
    transform: translate3d(-13%, 0, -13px);
}

.video-list-wrapper .slick-sprev2 {
    opacity: 0.5;
    transform: translate3d(-26%, 0, -26px);
}

.video-list-wrapper .slick-slide .lightbox-video-inner .video-img img {
    border-radius: 8px;
}

.video-list-wrapper .slick-slide .lightbox-video-inner .video-img {
    position: relative;
    display: flex;
    align-items: center;
}

.video-list-wrapper .slick-slide .lightbox-video-inner .video-img:after {
    content: "\f167";
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 3.5em;
    font-family: 'FontAwesome';
    color: red;
    background: #fff;
    width: auto;
    display: inline-block;
    width: 50px;
    height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

/* Arrows */
.product-info-wrapper .product-video-slider .slick-prev,
.product-info-wrapper .product-video-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}

.product-info-wrapper .product-video-slider .slick-prev:hover,
.product-info-wrapper .product-video-slider .slick-prev:focus,
.product-info-wrapper .product-video-slider .slick-next:hover,
.product-info-wrapper .product-video-slider .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.product-info-wrapper .product-video-slider .slick-prev:hover:before,
.product-info-wrapper .product-video-slider .slick-prev:focus:before,
.product-info-wrapper .product-video-slider .slick-next:hover:before,
.product-info-wrapper .product-video-slider .slick-next:focus:before {
    opacity: 1;
}

.product-info-wrapper .product-video-slider .slick-prev.slick-disabled:before,
.product-info-wrapper .product-video-slider .slick-next.slick-disabled:before {
    opacity: .25;
}

.product-info-wrapper .product-video-slider .slick-prev:before,
.product-info-wrapper .product-video-slider .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    opacity: .75;
    color: white;
    background: #000;
    padding: 8px 10px;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2;
}

.product-info-wrapper .product-video-slider .slick-prev {
    left: 0px;
}

.product-info-wrapper .product-video-slider .slick-prev:before {
    content: '\f053';
}

.product-info-wrapper .product-video-slider .slick-next {
    right: 0px;
}

.product-info-wrapper .product-video-slider .slick-next:before {
    content: '\f054';
}

.video-list-wrapper .test {
    display: block;
    width: 100%;
    height: 300px;
    box-shadow: inset 0px 0px 0px 3px #000
}

.product-info-wrapper .compact-price-wrap {
    background: #EEEBFC;
    border-radius: 20px;
}

.product-info-wrapper .compact-price-wrap .compact-price-block {
    padding: 3em 6em;
    width: 80%;
}

.product-info-wrapper .compact-price-wrap .compact-price-img {
    padding-right: 0px;
    position: relative;
    right: 3em;
}


.product-info-wrapper .product-info-block {
    margin-bottom: 24px;
    border-radius: 20px;
    padding: 3em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 34em;
    flex-wrap: wrap;
}


.product-info-wrapper .product-info-block.product-video-block {
    background: #E9F2FB;
}

.product-info-wrapper .product-info-block.product-count-block {
    background: #FCF2E8;
}

.product-info-wrapper .product-info-block .video-list-wrapper {
    width: 100%;
    position: relative;
}

.product-info-wrapper .product-info-block .title-block-wrapper {
    width: 60%;
}

.product-info-wrapper .product-info-block .title-block-wrapper .title {
    margin-bottom: 12px;
}

.product-info-wrapper .product-info-block.product-count-block .collage-img img {
    width: 150px;

}

.product-info-wrapper .product-info-block.product-count-block .count-block {
    position: relative;
}

.product-info-wrapper .product-info-block.product-count-block .count-block .count {
    font-size: 3em;
    font-weight: 800;
    margin-bottom: 7px;
    line-height: 1.2;
}

.product-info-wrapper .product-info-block.product-count-block .count-block .desc {
    margin-bottom: 0px;
    font-size: 16px;
    color: #383838;
}


.industries-sec {
    position: relative;
}

.industries-sec .industries-block-wrap {
    padding: 0em 2em 0em 9em;
}

.industries-sec .industries-block-wrap .indus-logo {
    margin-bottom: 10px;
}

.industries-sec .industries-block-wrap .indus-logo img {
    width: 150px;
}

.industries-slider .industry-item {
    margin: 0 12px;
}

.industries-slider .industry-item .industry-block {
    text-align: center;
    background: #F4F4F4;
    padding: 1.4em;
    border-radius: 35px;
}

.industries-slider .industry-item .industry-block .industry-img {
    margin-bottom: 20px;
    position: relative;
}

.industries-slider .industry-item .industry-block:hover .industry-img::before {
    content: '';
    background: #000;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    opacity: 0.5;
}

.industries-slider .industry-item .industry-block .industry-img .link {
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 42%;
    color: #000000;
    display: none;
}

.industries-slider .industry-item .industry-block:hover .industry-img .link {
    display: inline-block;
}

.industries-slider .industry-item .industry-block:hover {
    background: #E9F2FB;
}

.industries-slider .industry-item .industry-block .industry-img .link a {
    color: #ffffff;
    display: inline-block;
    padding: 2px 12px;
    background: #00bdf2;
    border-radius: 50%;
    font-size: 18px;
}

.industries-slider .industry-item .industry-block .industry-img img {
    border-radius: 25px;
}

.industries-slider .industry-item .industry-block .industry-title {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
}


.ourvalues-sec {
    position: relative;
}

.ourvalues-sec .ourvalues-wrapper {
    background: #F6F6F6;
    padding: 5em;
    border-radius: 30px;
}

.ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper {
    position: relative;
}

.ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper::before {
    content: '';
    background: url(../images/curve-line-vector.png) no-repeat scroll top center / contain;
    position: absolute;
    left: 33%;
    top: 53px;
    width: 154px;
    height: 45px;
}

.ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-column {
    background: #fff;
    height: 30em;
    padding: 5em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-img {
    border-radius: 90px;
    border-bottom-right-radius: 0px;
}

.ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-wrap {
    border-radius: 90px;
    border-bottom-left-radius: 0px;
    margin-left: 3px;
}

.partners-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2em;
}

.partners-wrapper .partner-block {
    width: 18%;
    margin: 0 7px 12px;
    border: 1px solid #DEDEDE;
    padding: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 14em;
    overflow: hidden;
    transition: all ease 0.8s;
    position: relative;
}

.partners-wrapper .partner-block .partner-details {
    bottom: -100%;
    text-align: center;

    transition: all ease 0.8s;
    position: absolute;
    width: 100%;
}

.partners-wrapper .partner-block:hover .partner-details {
    bottom: 50px;
}

.partners-wrapper .partner-block .partner-details p {
    margin-bottom: 0px;
}

.partners-wrapper .partner-block .partner-details .name {
    color: #005282;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 20px;
}

.partners-wrapper .partner-block .partner-details .location {
    font-weight: 500
}

.partners-wrapper .partner-block:hover {
    background: #F6F6F6;
}

.partners-wrapper .partner-block .partner-logo img {
    transition: all 0.5s linear;
    position: relative;
    margin-top: 0px;
}

.partners-wrapper .partner-block:hover .partner-logo img {
    transform: scale(0.8);
    transition: all 0.5s linear;
    margin-top: -6em;
}

.casestudy-sec {
    position: relative;
    background: linear-gradient(90deg, #F6F6F6 0%, rgba(246, 246, 246, 0) 59.04%);
}

.casestudy-sec::before {
    content: '';
}

.casestudy-block-wrap {
    padding: 0em 2em 0em 9em;
}

.casestudy-slider {
    position: relative;
}

.casestudy-slider .casestudy-item .casestudy-block {
    padding: 2em;
    border-radius: 20px;
}

.casestudy-slider .casestudy-item {
    margin: 0 10px;
}


.casestudy-slider .casestudy-item .casestudy-block .casestudy-info {
    position: relative;
    min-height: 20em;
}

.casestudy-slider .casestudy-item .casestudy-block .casestudy-info .casestudy-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
}

.casestudy-slider .casestudy-item .casestudy-block .casestudy-info .casestudy-time {
    display: flex;
    align-items: center;
}

.casestudy-slider .casestudy-item .casestudy-block .casestudy-info .casestudy-time img {
    width: 23px;
    margin-right: 8px;
}

.faq-qa-wrapper {
    position: relative;
    margin-top: 2.7em;
}

.faq-section .faqs-accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.faq-section .faqs-accordion .accordion-item .accordion-button:focus-visible {
    outline: none;
}

.faq-section .faqs-accordion .accordion-item .accordion-button::after {
    background-image: none;
    font-size: 24px;
    border-radius: 50%;
    font-weight: 400;
    line-height: 18px;
    color: #383838;
    text-align: center;
}

.faq-section .faqs-accordion .accordion-item .accordion-button::after {
    content: "+";
}

.faq-section .faqs-accordion .accordion-item .accordion-button:not(.collapsed)::after {
    content: "+";
    transform: rotate(45deg);
}

.faq-section .faqs-accordion {
    counter-reset: section;
}

.faq-section .faqs-accordion .accordion-item {
    margin-bottom: 18px;
    border-bottom: medium none;
    background: #F4F4F4;
    border-radius: 12px;
}

.faq-section .faqs-accordion .accordion-body {
    padding-top: 0px;
}

.faq-section .faqs-accordion button.accordion-button {
    padding: 18px;
    background: #f5f5f5;
    color: #383838;
    font-weight: 700;
    font-size: 18px;
    border-radius: 20px !important;
}

.faq-section .faqs-accordion .accordion-button:not(.collapsed),
.faq-section .faqs-accordion .accordion-item:hover .accordion-button {
    box-shadow: none;
    border-radius: 30px;
}

.faq-section .faqs-accordion .accordion-body ul {
    list-style-position: inside;
    padding-left: 13px;
}

.faq-section .faqs-accordion .accordion-body a {
    color: #00bdf2;
    text-decoration: underline;
}

.faq-section .faqs-accordion .accordion-body a:hover {
    color: #000;
}


/**** Footer ****/
.ftrCvr {
    background: #E9F2FC;
}

.ftrCvr .ftrtopCvr {
    padding: 4em 0px 1.4em;
}

.ftrCvr .ftrtopCvr .ftr-title {
    font-size: 1.9em;
    font-weight: 700;
    color: #383838;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.pricing-section .pricing-wrapper .card-body div:last-child:not(.features-wrap) {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.app-logo-lists ul {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: end;
}

.app-logo-lists {
    position: relative;
}

.app-logo-lists ul li {
    margin-right: 12px;
}

.app-logo-lists ul li:last-child {
    margin-right: 0px;
}

.app-logo-lists ul li img {
    width: 138px;
}

.app-logo-lists ul li a {
    display: block;
}

.ftr-contact-details ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 2em;
}

.ftr-contact-details ul li {
    position: relative;
    margin-bottom: 7px;
}

.ftr-contact-details ul li a {
    color: #383838;
    font-size: 18px;
    font-weight: 600;
}

.ftr-contact-details ul li:first-child {
    width: 80%;
}

.ftrsocialLinks {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 1em;
}

.ftrsocialLinks li:not(:last-child) {
    float: left;
    margin-right: 10px;
}

.ftrsocialLinks li a {
    color: #222222;
    display: block;
    font-size: 15px;
    padding: 7px;
    border-radius: 50%;
    border: 1px solid #222222;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1.6;
    transition: 0.7s;
}

.ftrsocialLinks li a .svg-inline--fa {
    height: 16px;
    width: 100%;
}

.ftrsocialLinks li a:hover {
    background: #005282;
    color: #fff;
    border-color: #005282;
}

.footer-listsCvr {
    position: relative;
}

.footer-listsCvr .footertittle {
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 14px;
}

.footer-listsCvr ul {
    list-style: none;
}

.footer-listsCvr ul li a {
    color: #383838;
    font-weight: 500;
}

.footer-listsCvr ul li {
    margin-bottom: 4px;
}

.footer-listsCvr ul li a:hover {
    color: #00bdf2;
}

.ftrCvr .ftrbottomCvr {
    padding-bottom: 2em;
    position: relative;

}

.ftrCvr .ftrbottomCvr .ftrbottom-wrap {
    position: relative;
}

.ftrCvr .ftrbottomCvr .ftrbottom-wrap::after {
    content: '';
    width: 70%;
    top: 54%;
    height: 1px;
    background: #BEBEBE;
    position: absolute;
    right: 0;
}

.ftrCvr .ftrbottomCvr .ftr-logo-wrap {
    margin-bottom: 12px;
}

.ftrCvr .ftrbottomCvr .ftr-logo-wrap .ftr-logo img {
    width: 250px;
}

.sticky-btn {
    background-color: #005282;
    bottom: 405px;
    position: fixed;
    right: -53px;
    transform: rotate(-90deg);
    padding: 11px;
    font-size: 16px;
    font-weight: 500;
    z-index: 99;
}

.sticky-btn:hover {
    color: #fff;
    background: #00bdf2;
}

.sticky-whatsapp {
    background-color: #00ab40;
    bottom: 300px;
    font-size: 14px;
    height: 50px;
    position: fixed;
    right: 0;
    text-decoration: none !important;
    width: 50px;
    z-index: 99;
    text-align: center;
    display: block;
    box-shadow: rgba(0, 0, 0, .16) 0px 2px 10px 0px;
}

.sticky-whatsapp svg {
    font-size: 30px;
    color: #fff;
    padding: 8px;
}

.modal-content .modal-header {
    background: #005282;
    border-radius: 0;
}

.modal-content .modal-header .modal-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.btn-close {
    position: absolute;
    right: -6px;
    top: -6px;
    background: red;
    opacity: 9;
    line-height: 0;
    z-index: 2;
    border-radius: 50%;
    color: #fff;
    padding: 0px;
    width: 10px;
    height: 10px;
    line-height: 0;
}

.cta-frm input:not([type="submit"]),
.cta-frm textarea {
    border-radius: 0px;
    border: medium none;
    border-bottom: 1px solid #000;
    margin-top: 5px;
    padding: 10px;
    background: transparent;
    width: 100%;
    color: #000;
}

.cta-frm input:not([type="submit"]):focus-visible,
.cta-frm textarea:focus-visible {
    outline: none;
}

.cta-frm input:not([type="submit"]):focus,
.cta-frm textarea:focus {
    box-shadow: none;
}

.retail-section .retail-image {
    background: #F6F6F6;
    border-radius: 20px 0 0 20px;
}

.retail-section .retail-item {
    padding: 3rem;
}

.retail-section .retail-content {
    background-color: #005282;
    border-radius: 0 20px 20px 0;

}

.retail-section .retail-content,
.retail-section .retail-title {
    color: #FFF;
}

.retail-section .retail-content .retail-item {
    height: 100%;
}

.retail-section .retail-content .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-width: 426px;
    margin: 0 auto;
}

.blog-hero-sec.advtool-sec {
    background-color: transparent;
    border-bottom-color: #E6E6E6;
}

.blog-hero-sec.border-btm {
    border-bottom: 1px solid #E6E6E6;
}

.single-blog .blog-content h5 {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 700;
    color: #383838;
    letter-spacing: 0;
}
.single-blog .blog-content a:not(.btn) {
    color: #005282;
}
.single-blog .blog-content h5:not(:first-child) {
    margin-top: 32px;
}

.single-blog .blog-content {
    font-size: 16px;
}

.blog-grid-item .blog-title.text-18 {
    font-size: 18px;    
}

.single-blog .blog-content p {
    letter-spacing: 0;
}

.single-blog .blog-content p:not(:last-child) {
    margin-bottom: 14px;

}

.single-blog .blog-content ul {
    list-style: none;
    margin-bottom: 32px;
}

.single-blog .blog-content ul li {
    position: relative;
    display: block;
     padding-left: 25px;
    margin-bottom: 16px;
    line-height: 1.438;
}

.single-blog .blog-content ul li:before {
    content: '';
    min-width: 20px;
    width: 20px;
    height: 23px;
    display: inline-flex;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M0 10C0 12.6522 1.05357 15.1957 2.92893 17.0711C4.8043 18.9464 7.34784 20 10 20C12.6522 20 15.1957 18.9464 17.0711 17.0711C18.9464 15.1957 20 12.6522 20 10C20 7.34784 18.9464 4.8043 17.0711 2.92893C15.1957 1.05357 12.6522 0 10 0C7.34784 0 4.8043 1.05357 2.92893 2.92893C1.05357 4.8043 0 7.34784 0 10ZM11.6016 15.0391C11.2344 15.4062 10.6406 15.4062 10.2773 15.0391C9.91406 14.6719 9.91016 14.0781 10.2773 13.7148L13.0508 10.9414L4.6875 10.9375C4.16797 10.9375 3.75 10.5195 3.75 10C3.75 9.48047 4.16797 9.0625 4.6875 9.0625H13.0508L10.2773 6.28906C9.91016 5.92188 9.91016 5.32812 10.2773 4.96484C10.6445 4.60156 11.2383 4.59766 11.6016 4.96484L15.9766 9.33594C16.3438 9.70312 16.3438 10.2969 15.9766 10.6602L11.6016 15.0391Z" fill="%23005282"/></svg>');
    margin-right: 10px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
     position: absolute;
    left: 0;
}

.case-study-hero-sec.advtool-sec {
    background: transparent;
}

.case-study-header {
    margin-bottom: 60px;
}

.case-study-listing .step-wrapper {
    padding: 35px 45px;
}

.author-bio-section .blog_footer {

    padding: 25px;
    background-color: #F9F9F9;
    border-radius: 20px;
}
.author-bio-section .blog_footer .author_thumbnail{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.author-bio-section .blog_footer .thumb_cover {
    max-width: 250px;
    width: 100%;
    margin-right: 35px;
}
.author-bio-section .blog_footer .author-desc .about-author{
    margin-bottom: 15px;
}

.author-bio-section .blog_footer .author-desc{
    flex: 1;
}
.author-bio-section .blog_footer .thumb_cover img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: 5 / 6;
}
.single-blog .blog-detail-tablular-design table{
    block-size: fit-content;
    max-width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}
.single-blog .blog-detail-tablular-design table tbody tr:first-child td{
    padding: 5px;
    color: #fff;
    text-align: center;
    background: #005282;
}
.single-blog .blog-detail-tablular-design {
    margin-bottom: 1rem;
}
.single-blog h2, .single-blog h3, .single-blog h4 {
    font-weight: 700;
}
/***-------- Responsive CSS -----***/
@media screen and (max-width: 1400px) {
    .sectionCvr.home-banner-sec {
        padding-top: 2em;
    }

    .home-banner-tabs {
        padding-left: 2em;
    }

    .page-funfactCvr {
        padding: 2em 1.2em;
    }

    .banner-title-wrap .v-slide {
        font-size: inherit;
        line-height: inherit;
        color: #383838;
    }

    .banner-title-wrap .strong {
        font-weight: 800;
        font-size: 3.2em;
        line-height: 1.8;
    }

    .page-funfactCvr .page-funfactList .page-funfact::after {
        right: -12.5px;
    }

    .certificate-wrapper {
        padding: 1.4em 4em;
    }

    .certificate-wrapper .certificate-title img {
        width: 50px;
    }

    .certificate-wrapper .certificate-title p {
        font-size: 25px;
    }

    .certificate-wrapper .certificate-lists ul.certificates {
        gap: 6px;
    }

    .certificate-wrapper .certificate-lists ul.certificates li {
        padding: 10px;
    }

    .advtool-tabs-content .tab-pane.active::after {
        top: 11%;
    }

    .advtool-tabs-content .tab-pane.active:nth-child(2n)::after {
        top: 30%;
    }

    .advtool-tabs-content .tab-pane.active:nth-child(3n)::after {
        top: 50%;
    }

    .advtool-tabs-content .tab-pane.active:nth-child(4n)::after {
        top: 71%;
    }

    .advtool-tabs-content .tab-pane.active:nth-child(5n)::after {
        bottom: 12px;
        top: auto;
    }
    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper::before{
        top: 42px;
    }

}


@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1199px) {

    .navbar-brand img {
        width: 150px;
    }

    .main-navigation a {
        padding: 0.6em 0.4em !important;
        font-size: 14px !important;
    }

    .header-ctaCvr .header-cta:first-child {
        font-size: 15px;
    }

    .header-ctaCvr .header-cta:last-child {
        padding: 7px 14px;
        font-size: 13px;
    }

    .main-navigation .menu-item-has-children>a:after {
        top: 0.6em !important;
    }

    .banner-title-wrap .light {
        font-size: 30px;
    }

    .page-funfactCvr .page-funfactList .page-funfact .ff-texts .ff-title {
        font-size: 15px;
    }

    .page-funfactCvr .page-funfactList .page-funfact {
        width: 25%;
    }

    .page-funfactCvr .page-funfactList .page-funfact::after {
        right: 0;
    }

    .home-banner-tabs {
        padding-left: 0em;
        margin-top: 2em;
    }

    .banner-title-wrap {
        height: 126px;
    }

    .banner-tabsCvr .accordion .accordion-item .accordion-body {
        min-height: 15em;
    }

    .certificate-wrapper {
        padding: 2em 3em;
    }

    .certificate-wrapper .certificate-title p {
        font-size: 20px;
    }

    .testimonials-item .testimonials-block {
        min-height: 435px;
    }

    .industries-slider .industry-item .industry-block .industry-title {
        font-size: 14px;
    }

    .casestudy-slider .casestudy-item .casestudy-block .casestudy-info {
        min-height: 14em;
    }

    .casestudy-slider .casestudy-item .casestudy-block .casestudy-info .casestudy-title {
        font-size: 18px;
    }

    .advtool-tabs-lists .nav-link {
        font-size: 16px;
        line-height: 1.4;
    }

}

@media screen and (max-width: 1024px) {
    .sectionCvr {
        padding: 3em 0px;
    }

    .home-banner-tabs {
        padding-left: 1em;
    }

    .title-block .title {
        font-size: 30px;
    }

    .banner-tabsCvr .accordion-header .tab-img {
        height: 42px;
    }

    .certificate-wrapper .certificate-title p {
        font-size: 20px;
    }

    .advtool-wrapper .advtool-tabs-content .advtool-details {
        margin-left: 2em;
    }

    .advtool-tabs-lists .nav-link {
        padding: 1.2em 0px;
    }

    .testimonials-item .testimonials-block {
        min-height: 430px;
    }

    .partners-wrapper .partner-block {
        height: 12em;
    }

    .ftrCvr .ftrbottomCvr .ftr-logo-wrap .ftr-logo img {
        width: 230px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {}

@media (min-width:991px) {

    .main-navigation ul ul:before,
    .main-navigation ul ul::after {
        display: none;
    }

    .header-wrap .main-navigation ul ul {
        overflow: hidden;
        box-shadow: 0px 1px 2px #d1d1d1;
    }

    .header-wrap .main-navigation ul ul li {
        border: 0;
    }

    .header-wrap .main-navigation ul ul a {
        width: 13em;
    }

    .header-wrap .main-navigation .menu-item-has-children>a:after {
        top: 1.2em;
        transition: transform 0.2s ease;
    }

    .header-wrap .main-navigation a {
        padding: 1em 0.475em;
    }
    .header-wrap .main-navigation ul ul a {
        padding: 1em 0.675em;
    }

    .main-navigation li:hover>a {
        transition: all 0.2s ease-in-out;
    }

    .main-navigation li:hover>a:after {
        transform: rotate(180deg);
    }

    .main-navigation ul ul li:last-child {
        border-bottom: 0;
    }
}

@media (min-width: 1400px) {
   .header-wrap .main-navigation a{
    padding: 1em 0.675em;
   }
}
@media screen and (max-width: 991px) {

    .navbar-brand img {
        width: 200px;
    }

    .navbar-toggler {

        padding: 9px 14px;
        position: relative;
        width: 24px;
        height: 20px;
        padding: 0;
        border: 0;
    }

    .navbar-toggler span {
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        display: inline-block;
        background: #005282;
    }

    .navbar-toggler span:first-child {
        top: 2px;
        transition: .2s ease all .3s;
    }

    .navbar-toggler span:nth-child(2) {
        top: 9px;
        transition: .25s ease all .5s;
    }

    .navbar-toggler span:nth-child(3) {
        top: 16px;
        transition: .2s ease all 0s;
    }

    .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(45deg);
        top: 10px;
        transition: .2s ease all .3s;
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        transform: scaleX(0);
        transition: .2s ease all;
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
        transform: rotate(-45deg);
        top: 10px;
        transition: .2s ease all .5s;
    }

    .navbar-toggler svg {
        color: #fff;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .main-navigation {
        background: #005282;
        padding: 10px 13px;
        margin-top: 12px;
        position: absolute;
        width: 80%;
        left: 0;
        right: 0;
        margin: 7px auto;
        max-height: 420px;
        overflow: auto;
        z-index: 99;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-column {
        padding: 2em;
    }

    .header-wrap .main-navigation a {
        color: #fff;
    }

    .header-wrap .main-navigation li {
        position: relative;
        padding: 2px;
    }

    .header-wrap .main-navigation .dropdown-toggle {
        color: #fff;
    }

    .header-wrap .main-navigation .dropdown-toggle:hover,
    .header-wrap .main-navigation .dropdown-toggle:focus {
        background-color: transparent;
        color: #fff;
    }

    .main-navigation .dropdown-toggle:after,
    .main-navigation .dropdown-toggle:focus:after {
        border-color: #fff;
    }

    .banner-tabsCvr .accordion-header .tab-img {
        height: 60px;
    }

    .home-banner-tabs {
        padding-left: 0;
    }

    .page-funfactCvr .page-funfactList {
        flex-wrap: wrap;
    }

    .page-funfactCvr .page-funfactList .page-funfact {
        width: 50%;
        margin-bottom: 18px;
        padding: 0 4em;
        justify-content: flex-start;
    }

    .page-funfactCvr .page-funfactList .page-funfact:nth-child(n+3) {
        margin-bottom: 0px;
    }

    .page-funfactCvr .page-funfactList .page-funfact:nth-child(2n)::after {
        display: none;
    }

    .certificate-wrapper {
        border-radius: 30px;
    }

    .certificate-wrapper .certificate-lists ul.certificates {
        justify-content: center;
        gap: 3em;
    }

    .certificate-wrapper .certificate-lists ul.certificates li img {
        width: 85px;
    }

    .certificate-wrapper .seprator {
        display: none;
    }

    .certificate-wrapper .certificate-title {
        justify-content: center;
        margin-bottom: 20px;
    }

    .certificate-wrapper .certificate-title img {
        width: 40px;
    }

    .solutions-sec .solutions-wrapper .solutions-details {
        padding: 1.5em 0em 1.5em 1.5em;
    }
    .solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature .feature-lists li{
        margin: 0 6px 0;
    }

    .solutions-sec .solutions-wrapper .solutions-details {
        flex-wrap: wrap;
    }
    .solutions-title{
        margin-bottom: 0;
    }

    .solutions-sec .solutions-wrapper .solutions-details .details-block,
    .solutions-sec .solutions-wrapper .solutions-details .image-block {
        width: 100%;
    }

    .solutions-sec .solutions-wrapper .solutions-details .details-block .btn-title img {
        width: 18px;
    }

    .client-sec .desc {
        margin: 0;
    }

    .advtool-wrapper .advtool-tabs-content .advtool-details {
        margin-left: 1em;
        padding: 3em 2em;
    }

    .advtool-tabs-lists {
        padding: 1.2em;
    }

    .advtool-sec .title-block-wrapper .title {
        font-size: 26px;
    }

    .advtool-wrapper {
        margin-top: 2em;
    }

    .advtool-tabs-lists .nav-link .advtool-icon img {
        width: 24px;
    }

    .advtool-tabs-lists .nav-link .advtool-icon {
        margin-right: 10px;
    }

    .advtool-tabs-lists .nav-link {
        font-size: 14px;
    }

    .advtool-tabs-lists .nav-link {
        padding: 14px 0;
    }

    .advtool-wrapper {
        margin-bottom: 3em;
    }

    .advtool-sec .block-cta-wrapper {
        text-align: center;
    }

    .advtool-sec .block-cta-wrapper {
        padding-top: 0;
    }

    .advtool-sec .block-cta-wrapper .cta-title {
        font-size: 30px;
    }

    .advtool-tabs-content .tab-pane.active::after {
        display: none;
    }

    .advtool-wrapper .advtool-tabs-content .advtool-details .title {
        font-size: 23px;
    }

    .feature-listsCvr::before,
    .feature-listsCvr::after {
        display: none;
    }

    .feature-logo-block .logo img {
        width: 100px;
    }

    .features-sec .title-block-wrapper {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .features-sec .title-block-wrapper .desc {
        padding-bottom: 0;
    }

    .product-info-wrapper .product-info-block {
        padding: 2em;
        min-height: 26em;
    }

    .product-info-wrapper .compact-price-wrap .compact-price-block {
        padding: 2em;
    }

    .industries-sec .industries-block-wrap {
        padding: 0em 2em 2em 4em;
    }

    .ourvalues-sec .ourvalues-wrapper {
        padding: 1.5em;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-column {
        margin-bottom: 40px;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper::before {
        display: none;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-wrap {
        height: 20em;
        padding: 2em;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .col-xxl-5.col-xl-5.col-lg-6.col-md-12.col-sm-12.pe-0 {
        padding-right: 15px !important;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .col-xxl-7.col-xl-7.col-lg-6.col-md-12.col-sm-12.ps-0 {
        padding-left: 15px !important;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-img {
        border-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-img img {
        margin: 0px auto;
        text-align: center;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-wrap {
        border-radius: 30px;
        border-bottom-left-radius: 30px;
        justify-content: center;
        text-align: center;
    }

    .partners-wrapper .partner-block:hover .partner-details {
        bottom: 40px;
    }

    .partners-wrapper .partner-block .partner-details .name {
        font-size: 16px;
    }

    .casestudy-block-wrap {
        padding: 0em 2em 0em 1.4em;
        margin-bottom: 30px;
    }

    .casestudy-block-wrap .title-block {
        margin-bottom: 0;
    }

    .casestudy-block-wrap .theme-btn {
        margin-top: 0;
    }

    .casestudy-slider .casestudy-item .casestudy-block .casestudy-info {
        min-height: 8em;
    }

    .faq-section .title-block .title {
        font-size: 26px;
    }

    .faq-section .faqs-accordion button.accordion-button {
        font-size: 15px;
    }

    .btn,
    .theme-btn {
        padding: 5px 20px;
    }

    .app-logo-lists ul {
        justify-content: start;
    }

    .ftrCvr .ftrbottomCvr .ftr-logo-wrap .ftr-logo img {
        width: 180px;
    }

    .ftr-contact-details {
        text-align: center;
    }

    .ftr-contact-details ul li:first-child {
        width: 80%;
        margin: 0 auto 10px;
    }

    .ftrsocialLinks {
        justify-content: center;
    }

    .ftrsocial-wrapper {
        margin-bottom: 2em;
        margin-top: 2em;
    }

    .ftrsocialLinks li a {
        width: 34px;
        height: 34px;
        font-size: 14px;
        padding: 5px 7px;
    }

    .footer-listsCvr .footertittle {
        margin-bottom: 5px;
    }

    .partners-wrapper .partner-block {
        width: 30%;
    }

    .retail-section .retail-image,
    .retail-section .retail-content {
        border-radius: 0;
        background-color: transparent;
    }

    .retail-section .retail-content .content-wrapper {
        max-width: 100%;
    }

    .retail-section .retail-content .retail-item {
        background: #005282;
        border-radius: 0 0 20px 20px;
    }

    .retail-section .retail-image .retail-item {
        background-color: #F6F6F6;
        border-radius: 20px 20px 0 0;
    }
    .blog-side-section{
        margin-top: 20px;
    }
    .author-bio-section .blog_footer .author_thumbnail{
        flex-direction: column;
        gap: 25px;
    }

    .author-bio-section .blog_footer .thumb_cover{
        margin-right: 0;
    }


}

.subheading {
    font-size: 18px;
    color: #005282;
    letter-spacing: .1px;
    line-height: 1.389;
    margin-bottom: 7px;
    text-transform: capitalize;
}

@media screen and (max-width: 870px) {}

@media (max-width: 767.98px) {
    .advtool-tabs-lists {
        display: none;
    }

    .advtool-dropdown {
        display: block;
        padding: 14px;
        font-weight: 500;
    }

    .video-list-wrapper .slick-slide .lightbox-video-inner .video-img:after {
        font-size: 2.5em;
    }

    .advtool-dropdown {
        box-shadow: none;
    }
}

@media (min-width: 768px) {
    .advtool-tabs-lists {
        display: block;
    }

    .advtool-wrapper .advtool-tabs-content .advtool-details .advtool-mobile-icon,
    .advtool-dropdown {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .advtool-sec::after {
        display: none;
    }

    .features-sec::before {
        width: 100%;
        height: 100%;
    }
}

@media(max-width:767px) {
    .contact-us-banner .home-banner-tabs {
         display: none;
    }
    .sectionCvr.home-banner-sec {
        padding-top: 2em;
    }

    .title-block .title {
        font-size: 28px;
    }

    .home-banner-tabs .col-xxl-6.col-xl-6.col-lg-6.col-md-6.col-sm-12 {
        padding-left: 0;
    }

    .home-banner-tabs .col-xxl-12.col-xl-12.col-lg-12.col-md-12.col-sm-12 {
        padding-left: 0;
    }

    .banner-tabsCvr .accordion-header .tab-icon {
        padding: 9px 12px;
    }

    .banner-tabs-1 .accordion .accordion-item:last-child .accordion-body .accordion-body-wrap {
        justify-content: space-between;
        width: 100%;
        padding: 0 30px;
    }

    .banner-tabs-1 .accordion .accordion-item:last-child .accordion-body .accordion-body-wrap .body-img {
        width: auto;
    }

    .banner-tabs-2 .accordion .accordion-item:last-child .accordion-body-wrap {
        width: 100%;
    }

    .banner-tabs-2 .accordion .accordion-item:last-child .accordion-body-wrap .body-img {
        width: 100%;
        text-align: center;
    }

    .banner-tabsCvr .accordion .accordion-item .accordion-body {
        min-height: auto;
    }

    .page-funfactCvr .page-funfactList {
        flex-wrap: wrap;
    }

    .page-funfactCvr .page-funfactList .page-funfact {
        width: 50%;
        padding: 10px 25px;
        justify-content: start;
    }

    .page-funfactCvr .page-funfactList .page-funfact:nth-child(2):after {
        display: none;
    }

    .page-funfactCvr .page-funfactList .page-funfact::after {
        margin-right: 20px;
    }

    .certificate-wrapper {
        padding: 2em;
        border-radius: 22px;
    }

    .certificate-wrapper .certificate-title {
        justify-content: center;
        margin-bottom: 20px;
        flex-wrap: wrap;
        margin-bottom: 3em;
    }

    .certificate-wrapper .certificate-title img {
        width: 50px;
        margin-bottom: 20px;
    }

    .certificate-wrapper .certificate-title p {
        font-size: 26px;
        text-align: center;
        width: 100%;
    }

    .certificate-wrapper .certificate-lists ul.certificates {
        gap: 0;
        flex-wrap: wrap;
    }

    .certificate-wrapper .certificate-lists ul.certificates li {
        padding: 16px;
        width: 30%;
        margin: 0 20px 21px;
    }

    .certificate-wrapper .certificate-lists ul.certificates li img {
        width: 100%;
    }

    .solutions-title {
        font-size: 26px;
    }

    .solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature .feature-lists li img {
        width: 26px;
    }

    .block-cta {
        margin-top: 10px;
    }

    .advtool-wrapper .advtool-tabs-content {
        margin-top: 26px;
    }

    .advtool-wrapper .advtool-tabs-content .advtool-details {
        margin-left: 0;
    }

    .advtool-wrapper .advtool-tabs-content .advtool-details .advtool-mobile-icon {
        margin-top: 0px;
        margin-right: 10px;
        background: #f0f0f0;
        padding: 11px;
        border-radius: 50%;
        display: block;
        line-height: 1;
    }

    .advtool-wrapper .advtool-tabs-content .advtool-details .advtool-mobile-icon img {
        margin-top: 0px;
        width: 25px;
    }

    .advtool-wrapper .advtool-tabs-content .advtool-details .title {
        display: flex;
        align-items: center;
    }

    .advtool-tabs-content .tab-pane.active::after {
        width: 25px;
        height: 25px;
        left: 13px;
    }

    .block-cta-wrapper .cta-title {
        font-size: 32px;
    }

    .feature-logo-block {
        position: relative;
    }

    .testimonials-sec .testimonials-wrapper {
        margin-top: 1em;
    }

    .testimonials-item .testimonials-block {
        min-height: 400px;
    }

    .feature-lists-wrapper {
        padding: 5em 0px;
    }

    .feature-logo-block .logo img {
        width: 70px;
    }

    .features-sec .title-block-wrapper .desc {
        font-size: 16px;
    }

    .product-info-wrapper .product-info-block .title-block-wrapper {
        width: 100%;
    }

    .product-info-wrapper .product-info-block {
        min-height: 16em;
    }

    .product-info-wrapper .product-info-block.product-count-block .count-block .count {
        font-size: 2.5em;
    }

    .product-info-wrapper .compact-price-wrap .compact-price-block {
        width: 100%;
    }

    .product-info-wrapper .compact-price-wrap .compact-price-img {
        right: -5em;
    }

    .industries-block-wrap .title-block {
        margin-bottom: 0;
    }

    .industries-block-wrap .desc {
        margin-bottom: 10px;
    }

    .industries-block-wrap .block-cta .theme-btn {
        margin-top: 0;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-wrap {
        margin-bottom: 0px;
        height: 25em;
    }

    .partners-wrapper .partner-block {
        padding: 10px;
    }

    .partners-wrapper .partner-block {
        height: 12em;
    }

    .partners-wrapper .partner-block .partner-details .name {
        font-size: 16px;
    }

    .partners-wrapper .partner-block .partner-details .location {
        font-size: 12px;
    }

    .block-cta {
        text-align: center;
    }

    .casestudy-block-wrap .title-block,
    .casestudy-block-wrap .desc {
        text-align: center;
    }

    .advtool-se .block-cta,
    .industries-block-wrap .block-cta,
    .compact-price-block .block-cta {
        text-align: start;
    }

    .ourvalues-wrap .block-cta .theme-btn,
    .compact-price-block .block-cta .theme-btn {
        margin-top: 0;
    }

    .advtool-sec .title-block {
        text-align: center;
    }

    .advtool-sec .block-cta p {
        text-align: center;
    }
    .banner-title-wrap .strong {
        font-size: 2.8em;
        line-height: 1.8;
    }
    .solutions-sec .solutions-wrapper .card {
        position: static;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .author-bio-section .blog_footer .thumb_cover{
        max-width: 180px;
    }
    .author-bio-section .blog_footer .author_thumbnail{
        align-items: flex-start;
    }

}


@media screen and (max-width: 728px) {}

@media screen and (max-width: 680px) {
    .main-navigation {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .block-cta-wrapper .cta-title {
        font-size: 28px;
    }

    .btn,
    .theme-btn {
        font-size: 13px;
    }

    .product-info-wrapper .compact-price-wrap .compact-price-img {
        right: 0;
    }

    .sticky-btn {
        bottom: 335px;
        padding: 10px 14px;
        font-size: 15px;
    }

    .sticky-whatsapp {
        bottom: 232px;
        width: 46px;
        height: 46px;
    }

    .sticky-whatsapp svg {
        font-size: 24px;
        padding: 10px;
    }

}

@media screen and (max-width: 580px) {
    .testimonials-item .testimonials-block {
        min-height: 370px;
    }

    .casestudy-slider .casestudy-item .casestudy-block {
        min-height: 260px;
    }

    .ftrCvr .ftrbottomCvr .ftr-logo-wrap .ftr-logo img {
        width: 140px;
    }

    .copyright p {
        font-size: 12px;
    }

    .page-funfactCvr .page-funfactList .page-funfact {
        padding: 10px 0;
    }
}

@media(max-width: 575px) {
    .home-banner-tabs {
        padding-left: 10px;
    }

    .solutions-sec .solutions-wrapper .solutions-details {
        padding: 2em;
    }

    .advtool-sec .title-block-wrapper .title {
        font-size: 24px;
    }

    .retail-section .retail-item {
        padding: 1.5rem;
    }

    .faq-section .title-block .title {
        text-align: center;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-column img {
        width: 70%;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-column,
    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-wrap {
        height: 20em;
    }

    .footer-listsCvr .col-xx-4.col-xl-4.col-lg-4.col-md-4.col-sm-4:first-child {
        width: 100%;
    }

    .footer-listsCvr .col-xx-4.col-xl-4.col-lg-4.col-md-4.col-sm-4:nth-child(2),
    .footer-listsCvr .col-xx-4.col-xl-4.col-lg-4.col-md-4.col-sm-4:nth-child(3) {
        width: 50%;
    }

    .ftrCvr .ftrtopCvr .ftr-title .ftr-sectitle {
        margin-bottom: 5px;
    }
    .blog-grid .blog-content h2{
        font-size: 14px;
    }


}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 480px) {
    .bannerfeature-listsCvr .bannerfeature-lists .slick-slide {
        width: 85px;
    }

    .advtool-sec .title-block-wrapper .title {
        font-size: 22px;
        text-align: center;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-wrap {
        padding: 1.5rem;
    }

    .advtool-sec .desc {
        text-align: center;
    }

    .industries-sec .industries-block-wrap {
        padding: 1em;
    }

    .partners-wrapper .partner-block .partner-details .name {
        font-size: 14px;
    }

    .partners-wrapper .partner-block .partner-details .location {
        font-size: 10px;
    }

    .casestudy-slider .casestudy-item .casestudy-block {
        min-height: 230px;
    }

    .ftrCvr .ftrbottomCvr .ftr-logo-wrap .ftr-logo img {
        width: 125px;
    }

    .partners-wrapper .partner-block {
        width: 44%;
    }

    .certificate-wrapper .certificate-lists ul.certificates li {
        padding: 12px;
        width: 40%;
        margin: 0 14px 21px;
    }
}

@media screen and (max-width: 460px) {}

@media screen and (max-width: 420px) {
    .sectionCvr {
        padding: 2em 0px;
    }

    .title-block .title {
        font-size: 22px;
    }

    .block-cta-wrapper .cta-title {
        font-size: 24px;
    }

    .page-funfactCvr .page-funfactList .page-funfact {
        width: 100%;
        padding: 7px;
    }

    .page-funfactCvr .page-funfactList .page-funfact::after {
        display: none;
    }

    .certificate-wrapper .certificate-title p {
        font-size: 22px;
    }

    .certificate-wrapper .certificate-title img {
        width: 40px;
        margin-right: 0;
    }

    .solutions-title {
        font-size: 16px;
    }

    .solutions-sec .solutions-wrapper .solutions-details {
        display: inline-block;
    }

    .solutions-sec .solutions-wrapper .solutions-details .details-block {
        width: 100%;
    }

    .solutions-sec .solutions-wrapper .solutions-details .image-block {
        width: 100%;
    }

    .solutions-sec .solutions-wrapper .solutions-details .image-block img {
        width: 100%;
        margin-top: 1.2em;
    }

    .solutions-sec .solutions-wrapper .card1 {
        top: 60px;
    }

    .solutions-sec .solutions-wrapper .card2 {
        top: 100px;
    }

    .solutions-sec .solutions-wrapper .card3 {
        top: 130px;
    }

    .testimonials-block .testi-author .author {
        font-size: 18px;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-wrap {
        height: 22em;
    }

    .faq-section .title-block .title {
        font-size: 22px;
    }

    .faq-section .faqs-accordion button.accordion-button {
        font-size: 14px;
    }

    .ftrCvr .ftrtopCvr .ftr-title {
        font-size: 22px;
    }

    .ftrCvr .ftrbottomCvr .ftr-logo-wrap .ftr-logo img {
        width: 120px;
    }

    .ftrCvr .ftrbottomCvr .ftr-logo-wrap {
        text-align: center;
    }

    .ftrbottom-wrap .copyright {
        text-align: center;
    }

    .ftrCvr .ftrbottomCvr .ftrbottom-wrap::after {
        display: none;
    }

    .footer-listsCvr .footertittle {
        font-size: 18px;
        padding-bottom: 5px;
    }

}

@media screen and (max-width: 380px) {
    .banner-wrap .banner-rating .rating-block .rating-icon img {
        width: 20px;
    }

    .banner-wrap .banner-rating .rating-block li:first-child {
        margin-right: 1em;
        padding-right: 1em;
    }

    .bannerfeature-listsCvr .bannerfeature-lists .slick-slide img {
        width: 20px;
    }

    .solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature .feature-lists {
        flex-wrap: wrap;
    }

    .solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature .feature-lists {
        justify-content: center;
    }

    .solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature .feature-lists li {
        width: 29%;
    }

    .advtool-sec .title-block-wrapper .title {
        font-size: 18px;
    }

    .advtool-wrapper .advtool-tabs-content .advtool-details .title {
        font-size: 20px;
    }

    .block-cta-wrapper .cta-title {
        font-size: 18px;
    }

    .testimonials-block .testi-author .author {
        font-size: 16px;
    }

    .product-info-wrapper .product-info-block.product-count-block .count-block .count {
        font-size: 2em;
    }

    .compact-price-block .title-block {
        margin-bottom: 0;
    }

    .ourvalues-sec .ourvalues-wrapper {
        padding: 1em;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-wrap {
        height: 26em;
    }

    .ftrCvr .ftrtopCvr .ftr-title {
        font-size: 20px;
    }

}

@media screen and (max-width: 360px) {
    .certificate-wrapper .certificate-lists ul.certificates li {
        padding: 10px;
        width: 40%;
        margin: 0 10px 21px;
    }
}

@media screen and (max-width: 340px) {
    .banner-title-wrap .light {
        font-size: 24px;
        margin-top: 14px;
    }
    .banner-title-wrap .strong{
        font-size: 2.4em;
    }


}



.count-wrap {
    position: relative;
}

.count-wrap:after {
    content: ' ';
    position: absolute;
    right: 40px;
    width: 1px;
    height: 78.1%;
    background: #C4C4C4;
    top: 50%;
    transform: translateY(-50%);
}

.count-wrap:last-child:after {
    width: 0;
}

.count-wrap:not(:last-child) {
    padding-right: 45px;
}

.aboutus-banner-section .img-fluid {
    border-radius: 20px;
}

.step-wrapper {
    padding: 48px 51px;
    border-radius: 20px;
    height: 100%;
}

.step-wrapper .step-icon {
    width: 98px;
    height: 98px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px;
}

.step-icon img {
    width: auto;
    height: auto;
    max-height: 100%;
}

h3,
.h3 {
    letter-spacing: .1px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #383838;
}

.product-info-wrapper .product-info-block.product-count-block .collage-img {
    display: flex;
    margin-bottom: 1.5rem;
}

.product-info-wrapper .product-info-block.product-count-block .collage-img img {
    width: 70px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.product-info-wrapper .product-info-block.product-count-block .collage-img img:not(:first-child) {
    margin-left: -10px;
}

.our-story-section {
    background: #F6F6F6;
}

.our-story-section .product-info-wrapper .product-info-block.product-count-block {
    background: #fff;
    border: 1px solid #CECECE;
    border-radius: 38px;
    min-height: unset;
    padding: 58px 46px 50px;
    height: 100%;
    margin-bottom: 0;
}

.our-story-section .product-info-wrapper .product-info-block.product-count-block .collage-img {
    margin-bottom: 20px;
}

.our-story-section .product-info-wrapper .product-info-block.product-count-block .count-block .count {
    line-height: 1.4632;
    color: #383838;
}

.our-story-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.our-story-wrapper .our-story-wrap {
    max-width: 47.565%;
    width: 100%;
}

.our-story-wrapper .product-info-img {
    flex: 1;
}

.product-info-detail .image-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin: 39px 0 37px;
}

.product-info-detail .image-heading img {
    width: 110px;
    height: auto;
}

.product-info-detail .image-heading h4 {
    font-size: 27px;
    margin: 0;
    letter-spacing: .1px;
    text-transform: capitalize;
    position: relative;
    color: #383838;
}

.product-info-detail .image-heading h4:before {
    content: '';
    position: absolute;
    left: -20px;
    width: 1px;
    height: 100%;
    background: #CECECE;
}

.section-header .h1 {
    font-family: "Manrope", sans-serif;
}

.section-header .rte {
    max-width: 673px;
    margin: 0 auto;
    width: 100%;
}

.section-header {
    margin-bottom: 40px;
}

.our-team {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.our-team-member img {
    aspect-ratio: 3 / 3.677;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.our-team-member .member-detail {
    padding: 12px 6px 0;
}

.member-detail h5 {
    font-size: 22px;
    letter-spacing: .1px;
    font-weight: 700;
    color: #383838;
    margin: 0 0 6px;
    line-height: 1.365;
    text-transform: capitalize;
}

.member-detail h6 {
    color: #4A4A4A;
    font-size: 16px;
    letter-spacing: .1px;
    text-transform: capitalize;
    line-height: 1.389;
    margin-bottom: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    text-transform: capitalize;
    letter-spacing: .1px;
}

.why-choose-section {
    background: #F6F6F6;
}

.why-choose-wrap .theme-btn {
    margin-top: 20px;
}

.why-choose-section .banner-wrap {
    max-width: 443px;
    width: 100%;
}

.why-choose-wrap .accordion-button {
    background: transparent;
    border: 0;
    padding: 0 0 25px;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 1.304;
    color: #231F20;
    box-shadow: none;
    gap: 10px;
}

.why-choose-wrap .accordion-item {
    background: transparent;
    border-color: #9E9E9E;
    color: #231F20;
    margin-bottom: 40px;
}

.why-choose-wrap .accordion-body {
    padding: 0 0 30px;
    margin-top: -7px;
    font-size: 16px;
    color: #5C5C5C;
}

.why-choose-wrap .accordion-body p {
    letter-spacing: 0;
}

.why-choose-wrap .accordion-item:last-child {
    margin-bottom: 0;
}

.why-choose-wrap .accordion-button::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M12.8363 1.58375C12.8363 1.86875 12.7312 2.15375 12.5062 2.37875L7.21125 7.67375C6.77625 8.10875 6.05625 8.10875 5.62125 7.67375L0.32625 2.37875C-0.10875 1.94375 -0.10875 1.22375 0.32625 0.78875C0.76125 0.35375 1.48125 0.35375 1.91625 0.78875L6.41625 5.28875L10.9162 0.78875C11.3512 0.35375 12.0712 0.35375 12.5062 0.78875C12.7312 0.99875 12.8363 1.28375 12.8363 1.58375Z" fill="%23231F20"/></svg>');
    width: 12px;
    height: 13px;
    background-size: 100%;
    background-position: center;
}

.why-choose-wrap .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M12.8363 1.58375C12.8363 1.86875 12.7312 2.15375 12.5062 2.37875L7.21125 7.67375C6.77625 8.10875 6.05625 8.10875 5.62125 7.67375L0.32625 2.37875C-0.10875 1.94375 -0.10875 1.22375 0.32625 0.78875C0.76125 0.35375 1.48125 0.35375 1.91625 0.78875L6.41625 5.28875L10.9162 0.78875C11.3512 0.35375 12.0712 0.35375 12.5062 0.78875C12.7312 0.99875 12.8363 1.28375 12.8363 1.58375Z" fill="%23231F20"/></svg>');
}

.why-choose-wrap .banner-img img {
    max-width: 440px;
    width: 100%;
    margin-top: 40px;
}

.banner-conetnt .ratings-logo-wrap {
    margin: 33px 0 24px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.ratings-logo-wrap .img-fluid {
    max-width: 103px;
    width: 100%;
}

.ratings-logo-wrap .img-wrapper {
    position: relative;
}

.ratings-logo-wrap .img-wrapper+.img-wrapper:before {
    content: ' ';
    position: absolute;
    left: -20px;
    width: 1px;
    height: 74%;
    background-color: #E2E2E2;
    top: 50%;
    transform: translateY(-50%);
}

.compare-box {
    background: #E9F2FC;
    padding: 58px 82px 80px;
    border-radius: 40px;
    height: 100%;
}

.compare-section .col-sm-12+.col-sm-12 .compare-box {
    background: #FCFBE9;
}

.compare-logo .img-fluid {
    object-fit: contain;
    object-position: left;
    min-width: 134px;
    height: 60.17px;
}

.compare-logo {
    min-height: 86px;
    margin: 0 0 27px;
    display: flex;
    align-items: center;
}

.compare-description {
    font-size: 16px;
    margin-bottom: 40px;
}

.compare-accordion .accordion-title {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.compare-accordion .accordion-title:after {
    content: "";
    background-repeat: no-repeat;
    transition: transform 0.2s ease-in-out;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M12.8363 1.58375C12.8363 1.86875 12.7312 2.15375 12.5062 2.37875L7.21125 7.67375C6.77625 8.10875 6.05625 8.10875 5.62125 7.67375L0.32625 2.37875C-0.10875 1.94375 -0.10875 1.22375 0.32625 0.78875C0.76125 0.35375 1.48125 0.35375 1.91625 0.78875L6.41625 5.28875L10.9162 0.78875C11.3512 0.35375 12.0712 0.35375 12.5062 0.78875C12.7312 0.99875 12.8363 1.28375 12.8363 1.58375Z" fill="%23231F20"/></svg>');
    width: 13px;
    height: 13px;
    background-size: 100%;
    background-position: center;
    display: block;
    align-self: center;
    flex-shrink: 0;
}

.compare-accordion .accordion-item {
    margin-bottom: 40px;
    border-bottom: 1px solid #9E9E9E;
}

.compare-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.compare-accordion .accordion-content {
    padding-bottom: 0;
    max-height: 0;
    overflow: hidden;
    padding-bottom: 0;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.compare-accordion .accordion-item.active .accordion-content {
    padding-bottom: 30px;
    max-height: unset;
    overflow: hidden;
    padding-bottom: 30px;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.compare-accordion .accordion-item.active .accordion-title {
    margin-bottom: 17px;
}

.details_compare_section .section-header {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sub-heading {
    color: #4A4A4A;
}

.details_compare_section .section-header {
    margin-bottom: 70px;
}

.details_compare_section .compare-features {
    background: #F6F6F6;
    border-radius: 20px;
    padding: 34px 58px 66px;
}

.details_compare_section .feature-item {
    color: #000000;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: .1px;
    padding: 28px 15px;
    border-top: 1px solid #BEBEBE;
    min-height: 82px;
    display: flex;
    align-items: center;
}

.details_compare_section .feature-item p {
    line-height: 1.2;
}

.details_compare_section .feature-item:last-child {
    border-bottom: 1px solid #BEBEBE;
}

.details_compare_section .compare-value {
    padding: 0;
    border-top: 1px solid #BEBEBE;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.details_compare_section .compare-weekmate,
.details_compare_section .compare-jira {
    padding: 34px 43px 66px;
    background: #E9FAF4;
    border-radius: 40px;
}

.details_compare_section .compare-jira {
    background: #FCF2E9;
}

.details_compare_section .compare-value svg {
    width: 29px;
    height: 29px;
}

.compare-features .img-wrapper,
.details_compare_section .compare-weekmate .img-wrapper,
.details_compare_section .compare-jira .img-wrapper {
    display: flex;
    min-height: 86px;
    align-items: center;
    justify-content: center;
}

.details_compare_section .compare-value:last-child {
    border-bottom: 1px solid #BEBEBE;
}

.compare-value span {
    color: #000000;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: .1px;
    padding: 0;
    line-height: 1.1;
}

.product-badges {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 7px;
}

.product-badges img {
    width: 24px;
}

.product-badges .logo-text {
    font-weight: 500;
}

.action-wrapper {
    margin-top: 16px;
}

.product-banner-section.advtool-sec {
    background: transparent;
    border-color: #E6E6E6;
}

.pricing-section .card {
    background: #F6F6F6;
    border-radius: 38px;
}

.pricing-section .card-body {
    padding: 52px 36px;
}

.pricing-section h4 {
    color: #383838;
    line-height: 1.25;
}

.pricing-section .h1.large-text {
    line-height: 1.6225;
    margin-bottom: 4px;
}

.pricing-section .price-yearly {
    color: #4A4A4A;
    flex: 1;
}

.pricing-section .price-yearly p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.334;
}

.pricing-section .action-wrapper {
    margin-bottom: 48px;
}

.pricing-section .action-wrapper {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 48px;
    margin-bottom: 48px;
}

.pricing-section .features-wrap {
    padding: 0 22px;
}

.features-wrap h5 {
    color: #4A4A4A;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.features-wrap ul li {
    font-weight: 500;
    color: #4A4A4A;
    line-height: 1.389;
    margin: 0 0 15px;
}

.features-wrap ul li:last-child {
    margin-bottom: 0;
}

.features-wrap ul svg {
    width: 24px;
    height: auto;
    margin-right: 10px;
}

.price-note {
    font-size: 16px;
    color: #383838;
}

.client-sec.dark-bg {
    background: linear-gradient(180deg, #F6F6F6 0%, rgba(246, 246, 246, 0) 100%);
}

.product-badges img:first-child {
    width: 24px;
}

.product-badges img:last-child {
    width: 158px;
}

.product-display-section .product-left {
    background: #E9F2FC;
    border-radius: 17px;
    padding: 34px 30px 0;
}

.product-display-section .product-logo img {
    max-width: 184px;
    height: auto;
    width: 100%;
}

.product-display-section .product-logo {
    margin-bottom: 16px;
}

.product-display-section .product-heading {
    margin-bottom: 11px;
    font-weight: 800;
    font-family: 'Manrope';
}

.client-sec .title {
    font-weight: 800;
    font-family: 'Manrope';
}

.client-sec .title-block-wrapper {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}

.product-display-section .product-subheading {
    margin-bottom: 36px;
}

.product-display-section .product-image img {
    max-width: 374px;
    width: 100%;
}

.solution-right {
    background: #FCFBE9;
    padding: 34px 30px;
    border-radius: 17px;
    height: 100%;
    display: flex;
    align-items: center;
}

.solution-right .product-icon {
    background: #005282;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 9px;
    margin: 0 0 10px;
}

.solution-right .product-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.solution-right .product-name {
    color: #383838;
    font-weight: 800;
    line-height: 1.375;
    margin: 0 0 10px;
}

.solution-right .product-description {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.solution-right .row {
    row-gap: 60px;
}

.solution-right .action-wrapper,
.solution-right .btn-transperent {
    margin-top: 0;
}

.title-block-wrapper .title {
    font-family: 'Manrope';
    font-weight: 800;
    letter-spacing: 0
}

.features-sec .title-block-wrapper {
    max-width: 646px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.features-sec.border-bottom {
    border-bottom: 0 !important;
}

.features-sec.border-bottom .container:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    height: 1px;
    background: #E6E6E6;
    left: 50%;
    max-width: 1490px;
    transform: translateX(-50%);
}

.faq-section .title-block .h1.title {
    font-weight: 700;
    text-transform: capitalize;
    color: #000000;
}

.features-wrap ul {
    margin-bottom: 0;
}

.pricing-wrapper {
    border-radius: 26px;
    text-align: center;
    position: relative;
}

.pricing-section .pricing-wrapper .card {
    border-radius: 0;
    background: transparent;
}

.pricing-wrapper .section-title.h2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #005282;
    color: #fff;
    border-radius: 0 0 8px 8px;
    width: max-content;
    font-size: 22px;
    padding: 8px 20px;
}

.pricing-wrapper>.row {
    padding-top: 040;
}

.pricing-section .card-body {
    padding: 70px 0 50px;
}

.pricing-wrapper .row>*:nth-child(2) {
    border-right: 1px solid #DBDBDB;
}

.pricing-section .pricing-wrapper .action-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.our-story-wrapper .product-info-img img {
    object-fit: cover;
    border-radius: 10px;
}

.modal .modal-content {
    border-radius: 20px;
    border: 0;
}

.modal .modal-content .modal-header {
    border-radius: 20px 20px 0 0;
    padding: 1rem 1.8rem;
}

.modal .modal-body {
    padding: .4rem 1.6rem 1.2rem;
}

.modal .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 2px;
}

.modal .cta-frm input:not([type="submit"]),
.modal .cta-frm textarea {
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    border-color: #D8D8D8;
    color: #383838;
    font-weight: 400;
}

.modal .modal-header .btn-close {
    width: 30px;
    height: 30px;
    padding: 0;
    background: #fff;
    margin-top: -6px;
    margin-right: -6px;
}

.modal .modal-header .btn-close svg {
    width: 12px;
    height: auto;
}

.small-section-header {
    max-width: 1035px;
    margin: 0 auto;
}

.small-section-header.retail-header {
    max-width: 1020px;
}

.setup-process .setup-process-title {
    margin-bottom: 1rem;
}

.setup-process .rich-text {
    margin: 0 auto;
    max-width: 840px;
}

.section-header {
    margin-bottom: 4rem;
}

.setup-process .process-item .process-item-inner ul {
    margin-left: 18px;
    font-size: 16px;
}

.setup-process .process-item .process-item-inner {
    padding: 2rem 2rem 1.5rem;
    border-radius: 38px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.setup-process .process-item h3 {
    margin-bottom: 1.4rem;
}

.setup-process .process-item .rte {
    margin-bottom: 1.8rem;
    flex: 1;
}

.setup-process .process-item .rte p {
    font-size: 16px;
}

.setup-process .process-item-inner>div:last-child:is(.rte) {
    margin-bottom: 0;
}

.setup-process .process-item:first-child .process-item-inner {
    background: #E9F2FC;
}

.setup-process .process-item:nth-child(2) .process-item-inner {
    background: #FCFBE9;
}

.setup-process .process-item:nth-child(3) .process-item-inner {
    background: #E9FAF4;
}

.blog-listing .blog-search-filter {
    margin-bottom: 60px;
}

.blog-listing .blog-grid:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D3D3D3;
}

.blog-listing .blog-grid {
    gap: 24px 45px;
}

.blog-grid-item .blog-thumb img {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 18px;
}

.blog-grid .blog-content {
    border-radius: 55px;
    padding: 15px 20px;
    border: 1px solid #B3B3B3;
    margin-top: -15px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: 5px;
}

.blog-grid .blog-content h2 {
    margin: 0;
    flex: 1;
}

.blog-grid .blog-content .icon {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border: 1px solid #D5D5D5;
    border-radius: 50%;
    background: #fff;
}

.blog-grid .blog-content .icon svg {
    width: 10px;
    margin-left: 1px;
}

.blog-hero-sec .blog-hero-image img {
    border-radius: 20px;
}

.blog-hero-sec .blog-meta {
    font-size: 18px;
    letter-spacing: .1px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
}

.blog-hero-sec .blog-meta .blog-hero-title {
    width: 100%;
}

.blog-hero-sec .blog-meta span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-hero-sec .blog-meta span:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #C0C0C0;
    display: inline-flex;
    border-radius: 50%;
    line-height: 1;
}

.blog-side-section {
    background: #F4F4F4;
    padding: 48px 35px;
    border-radius: 30px;
}

.blog-side-section .side-heading {
    font-size: 28px;
    font-weight: 700;
    color: #383838;
    margin-bottom: 20px;
}

.blog-side-section .side-detail-block {
    list-style: none;
    margin: 0 0 67px;
    padding: 0;
}

.blog-side-section .side-detail-block li {
    position: relative;
    font-size: 18px;
    color: #4A4A4A;
    font-weight: 400;
    display: flex;
    margin-bottom: 14px;
}

.blog-side-section .side-detail-block li:before {
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path opacity="0.4" d="M13.4391 3.06289C14.3016 2.32539 15.7141 2.32539 16.5891 3.06289L18.5641 4.76289C18.9391 5.08789 19.6391 5.35039 20.1391 5.35039H22.2641C23.5891 5.35039 24.6766 6.43789 24.6766 7.76289V9.88789C24.6766 10.3754 24.9391 11.0879 25.2641 11.4629L26.9641 13.4379C27.7016 14.3004 27.7016 15.7129 26.9641 16.5879L25.2641 18.5629C24.9391 18.9379 24.6766 19.6379 24.6766 20.1379V22.2629C24.6766 23.5879 23.5891 24.6754 22.2641 24.6754H20.1391C19.6516 24.6754 18.9391 24.9379 18.5641 25.2629L16.5891 26.9629C15.7266 27.7004 14.3141 27.7004 13.4391 26.9629L11.4641 25.2629C11.0891 24.9379 10.3891 24.6754 9.88906 24.6754H7.72656C6.40156 24.6754 5.31406 23.5879 5.31406 22.2629V20.1254C5.31406 19.6379 5.05156 18.9379 4.73906 18.5629L3.05156 16.5754C2.32656 15.7129 2.32656 14.3129 3.05156 13.4504L4.73906 11.4629C5.05156 11.0879 5.31406 10.3879 5.31406 9.90039V7.75039C5.31406 6.42539 6.40156 5.33789 7.72656 5.33789H9.88906C10.3766 5.33789 11.0891 5.07539 11.4641 4.75039L13.4391 3.06289Z" fill="%23005282"/><path d="M13.4906 18.9641C13.2406 18.9641 13.0031 18.8641 12.8281 18.6891L9.80312 15.6641C9.44063 15.3016 9.44063 14.7016 9.80312 14.3391C10.1656 13.9766 10.7656 13.9766 11.1281 14.3391L13.4906 16.7016L18.8656 11.3266C19.2281 10.9641 19.8281 10.9641 20.1906 11.3266C20.5531 11.6891 20.5531 12.2891 20.1906 12.6516L14.1531 18.6891C13.9781 18.8641 13.7406 18.9641 13.4906 18.9641Z" fill="%23005282"/></svg>');
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
}

.blog-side-section .side-btn {
    width: 100%;
}

.single-blog .row {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 3em;
}
.case-study-card-content .case-study-reading-time {
    display: flex;
    align-items: center;
    gap: 5px;
}
.case-study-card-content .case-study-reading-time .icon{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}
.features-section .small-section-header .features-section-title{
    max-width: 700px;
    margin: 0 auto 1rem;
}
@media (min-width: 768px) {

    .section-header .h1 {
        font-weight: 800;
    }

    .our-team {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px 20px;
    }

    .blog-listing .blog-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);

    }

    .why-choose-wrap .col-md-6+.col-md-6 {
        border-left: 1px solid #BABABA;
    }

    .solution-right {
        padding: 44px 40px;
    }

    .features-sec.border-bottom .container:after {
        width: calc(100% - 60px);
    }

    .product-display-section .product-left {
        padding: 44px 40px 0;
    }

    .product-display-section .product-subheading {
        margin-bottom: 40px;
    }
}

/* @media (min-width: 769px) {
    .sectionCvr.advtool-sec {
        padding-bottom: 8rem;
    }
} */

@media (min-width: 992px) {

    h3,
    .h3 {
        font-size: 30px;
        line-height: 1.367;
        margin-bottom: 24px;
    }

    .rte p {
        letter-spacing: .1px;
        font-size: 18px;
    }

    .step-wrapper {
        padding-bottom: 98px;
    }

    .our-story-section .product-info-wrapper .product-info-block.product-count-block .count-block .count {
        font-size: 58px;
    }

    .section-header {
        margin-bottom: 76px;
    }

    .our-team {
        gap: 57px 60px;
    }

    .why-choose-wrap .accordion {
        max-width: 486px;
        width: 100%;
        margin-left: auto;
        padding-left: 10px;
    }

    .header-ctaCvr .header-cta:first-child {
        display: none;
    }

    .details_compare_section .section-header {
        margin-bottom: 70px;
    }

    .product-banner-section .banner-conetnt {
        max-width: 528px;
        width: 100%;
    }

    .product-banner-section.banner-section .banner-conetnt {
        max-width: 440px;
    }

    .product-banner-section .banner-subtitle {
        max-width: 392px;
        width: 100%;
    }

    .h1.large-text {
        color: #005282;
    }

    .features-wrap h5 {
        font-size: 22px;
    }

    .product-display-section .product-left {
        padding: 40px 60px 0 40px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .product-display-section .product-left .product-image {
        flex: 1;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .product-display-section .product-heading {
        max-width: 360px;
        width: 100%;
    }

    .solution-right {
        padding: 40px 40px 40px 50px;
        margin-left: -50px;
    }

    .product-display-section .product-subheading {
        margin-bottom: 57px;
    }

    .our-story-section .product-info-detail {
        max-width: 528px;
        margin-left: auto;
    }

    .our-team {
        gap: 27px 30px;
    }

    .our-team-member .member-detail {
        padding: 23px 9px 0;
    }

    .why-choose-wrap .accordion {
        padding: 32px 0 38px;
    }

    .our-team {
        grid-template-columns: repeat(4, 1fr);
    }

    .single-blog .blog-content {
        max-width: 766px;
        width: 100%;
        padding-right: 10px;
    }
    aside.blog-side-section {
        position: sticky;
        top: 90px;
    }

    .related-posts .section-header {
        margin-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .product-display-section .product-left {
        padding: 60px 80px 0 50px;
    }

    .our-story-section .product-info-detail {
        padding-left: 20px;
    }

}

@media (min-width: 1401px) {
    .product-display-section .product-left {
        padding: 70px 106px 0;
    }

    .solution-right {
        padding: 60px 60px 60px 80px;
    }

    .product-display-section .product-heading {
        font-size: 44px;
    }

    .client-sec .title {
        font-size: 44px;
    }

    .title-block .h1.title {
        font-size: 44px;
    }



    .features-sec.border-bottom .container:after {
        width: calc(100% - 100px);
    }

    .section-header .h1 {
        font-size: 44px;
    }

    .big-size.h1 {
        font-size: 47.65px;
    }
}

@media (max-width: 1400px) {

    h1,
    .h1,
    .title-block .h1.title {
        font-size: 40px;
    }

    .member-detail h6 {
        font-size: 14px;
    }

    .blog-hero-sec .blog-meta {
        gap: 20px 20px;
    }
}

@media (max-width: 1199px) {
    .solution-right .row {
        row-gap: 40px;
    }

    .setup-process .step-wrapper {
        padding: 40px 40px 50px;
    }

    .our-story-section .product-info-wrapper .product-info-block.product-count-block {
        padding: 40px 30px;
    }

    .product-info-detail .image-heading h4 {
        font-size: 22px;
    }

    .setup-process .process-item {
        margin-bottom: 1.5rem;
    }

    .blog-hero-sec .blog-meta {
        gap: 20px 15px;
    }

    .blog-hero-sec .blog-hero-wrap {
        margin-top: 30px;
    }

    .blog-side-section {
        padding: 30px 25px;
    }

    .blog-side-section .side-heading {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .compare-box {
        padding: 20px 40px 60px;
    }

    .compare-logo {
        min-height: 62px;
        margin: 0 0 15px;
    }

    .compare-accordion .accordion-title {
        font-size: 20px;
    }

    .compare-description {
        margin-bottom: 30px;
    }

    .compare-accordion .accordion-item {
        margin-bottom: 30px;
    }

    .compare-accordion .accordion-item.active .accordion-content {
        padding-bottom: 24px;
    }

    .compare-accordion .accordion-content {
        font-size: 16px;
    }

    .banner-subtitle {
        font-size: 16px;
    }

    body {
        font-size: 16px;
    }

    .details_compare_section .compare-features {
        padding: 20px 30px 50px;
    }

    .compare-features .img-wrapper,
    .details_compare_section .compare-weekmate .img-wrapper,
    .details_compare_section .compare-jira .img-wrapper {
        min-height: 62px;
    }

    .details_compare_section .compare-weekmate,
    .details_compare_section .compare-jira {
        padding: 20px 30px 50px;
    }

    .details_compare_section .feature-item {
        font-size: 16px;
        min-height: 60px;
        padding: 10px 15px;
    }

    .details_compare_section .compare-value {
        min-height: 60px;
    }

    .compare-value span {
        font-size: 16px;
        line-height: 1.1;
        padding: 5px 0px;
    }

    .details_compare_section .compare-value svg {
        width: 26px;
        height: 26px;
    }

    .details_compare_section .section-header {
        margin-bottom: 40px;
    }

    h1,
    .h1,
    .title-block .h1.title {
        font-size: 36px;
    }

    .action-wrapper {
        margin-top: 10px;
    }

    .pricing-section .action-wrapper {
        padding-bottom: 36px;
        margin-bottom: 36px;
    }

    .product-display-section .product-left {
        margin-bottom: 20px;
    }

    .setup-process .step-wrapper {
        padding: 22px 20px;
    }

    .step-wrapper .step-icon {
        width: 70px;
        height: 70px;
        padding: 16px;
        margin: 0 0 20px;
    }

    .setup-process .step-wrapper h3 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .count-wrap:not(:last-child) {
        padding-right: 24px;
    }

    .count-wrap:after {
        right: 12px;
    }

    .count-wrap p {
        font-size: 14px;
    }

    .aboutus-banner-section .about-conetnt {
        max-width: 100%;
    }

    .our-story-section .product-info-wrapper .product-info-block.product-count-block .count-block .count {
        font-size: 2.6em;
    }

    .product-info-wrapper .product-info-block {
        min-height: 24em;
    }

    .product-info-detail .image-heading {
        margin: 28px 0 24px;
    }

    .product-info-detail .image-heading h4 {
        font-size: 20px;
    }

    .member-detail h5 {
        font-size: 18px;
    }

    .member-detail h6 {
        font-size: 14px;
    }

    .why-choose-section .banner-wrap {
        max-width: 100%;
    }

    .why-choose-wrap .accordion {
        padding: 30px 0 0;
    }

    .why-choose-wrap .accordion-button {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .why-choose-wrap .accordion-body {
        padding: 0 0 20px;
    }

    .why-choose-wrap .accordion-item {
        margin-bottom: 20px;
    }

    .section-header {
        margin-bottom: 30px;
    }

    .blog-listing .blog-grid:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .blog-listing .blog-grid {
        gap: 20px 15px;
    }

    .blog-grid .blog-content h2 {
        font-size: 16px;
    }

    .blog-grid .blog-content {
        padding: 10px 16px;;
    }

    .blog-share.ftrsocialLinks {
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .single-blog .row {
        padding-bottom: 4rem;
    }
    .industrial-banner .banner-wrap{
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767px) {

    h1,
    .h1,
    .title-block .h1.title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    h2,
    .h2 {
        font-size: 24px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    h6,
    .h6 {
        font-size: 16px;
    }

    .details_compare_section .compare-col {
        width: 50%;
    }

    .details_compare_section .compare-sign {
        width: 25%;
        padding-left: 0;
    }

    .details_compare_section .compare-features {
        border-radius: 12px;
        padding: 10px 20px 40px;
    }

    .details_compare_section .feature-item {
        padding: 10px 5px;
        min-height: 50px;
        line-height: 1;
        font-size: 13px;
    }

    .details_compare_section .compare-weekmate,
    .details_compare_section .compare-jira {
        padding: 10px 10px 40px;
        border-radius: 12px;
    }

    .product-info-wrapper .product-info-block.product-count-block .collage-img img {
        width: 60px;
    }

    .compare-features .img-wrapper,
    .details_compare_section .compare-weekmate .img-wrapper,
    .details_compare_section .compare-jira .img-wrapper {
        min-height: 50px;
    }

    .details_compare_section .compare-value {
        min-height: 50px;
    }

    .details_compare_section .compare-value svg {
        width: 20px;
        height: 20px;
    }

    .compare-value span {
        font-size: 9px;
    }

    .compare-accordion .accordion-title {
        font-size: 18px;
    }

    .compare-box {
        padding: 20px 30px 40px;
    }

    .product-badges {
        gap: 10px;
    }

    .product-badges img {
        width: 20px;
    }

    .banner-conetnt .ratings-logo-wrap {
        margin: 24px 0 14px;
    }

    .btn,
    .theme-btn {
        min-height: 44px;
    }

    .sectionCvr {
        padding: 2.6em 0px;
    }

    .details_compare_section .section-header {
        margin-bottom: 20px;
    }

    .action-wrapper {
        margin-top: 6px;
    }

    .banner-wrap .banner-rating .rating-block {
        padding: 10px 16px;
        margin: 0 0 14px;
    }

    .banner-wrap .banner-rating .rating-block li:first-child {
        margin-right: 1em;
        padding-right: 1em;
    }

    .pricing-section .card-body {
        padding: 30px;
    }

    .pricing-section .action-wrapper {
        padding-bottom: 26px;
        margin-bottom: 26px;
    }

    .pricing-section h4 {
        margin-bottom: .8rem !important;
    }

    .pricing-section .card {
        border-radius: 20px;
    }

    .title-block .title,
    .title-block .h1.title {
        margin-bottom: 0;
    }

    .solution-right .row {
        row-gap: 34px;
    }

    .pricing-section .features-wrap {
        padding: 0 14px;
    }

    .pricing-section .card-body {
        padding: 44px 0 20px;
    }

    .pricing-wrapper {
        border-radius: 20px;
    }

    .pricing-wrapper .section-title.h2 {
        font-size: 16px;
        min-width: 180px;
    }

    .pricing-wrapper .row>*:nth-child(2) {
        padding-right: 0;
    }

    .pricing-section .pricing-wrapper div:last-child:not(.features-wrap) {
        padding-left: 0;
    }

    .pricing-section h4 {
        font-size: 16px;
    }

    .pricing-section .h1.large-text {
        font-size: 26px;
    }

    .pricing-section .price-yearly p {
        font-size: 14px;
    }

    .pricing-section .pricing-wrapper .action-wrapper {
        padding-bottom: 20px;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .features-wrap h5 {
        padding-bottom: 20px;
        font-size: 18px;
    }

    .features-wrap ul svg {
        margin-right: 5px;
        width: 20px;
    }

    .features-wrap ul li {
        margin: 0 0 10px;
        font-size: 14px;
    }

    .our-story-wrapper .our-story-wrap {
        max-width: 100%;
    }

    .our-story-wrapper .product-info-img {
        flex: 0 0 100%;
    }

    .our-story-section .product-info-wrapper .product-info-block.product-count-block {
        padding: 30px;
        border-radius: 30px;
    }

    .product-info-wrapper .product-info-block {
        min-height: 16rem;
    }

    .our-story-section .product-info-wrapper .product-info-block.product-count-block .collage-img {
        margin-bottom: 10px;
    }

    .our-story-section .product-info-wrapper .product-info-block.product-count-block .count-block .count {
        font-size: 2.4em;
    }

    .product-info-detail .image-heading {
        margin: 24px 0 20px;
    }

    .why-choose-wrap .accordion-button {
        font-size: 16px;
    }

    .member-detail h5 {
        font-size: 20px;
    }

    .member-detail h6 {
        font-size: 16px;
    }

    .banner-tabs-2 .accordion .accordion-item:last-child .accordion-body-wrap .body-content {
        padding: 0 16px 16px;
    }

    .faq-section .block-cta {
        display: none;
    }

    .blog-listing .blog-grid:not(:last-child) {
        border: 0;
        margin: 0;
        padding: 0;
    }

    .blog-listing .blog-grid .blog-grid-item {
        margin-bottom: 20px;
    }

    .blog-grid .blog-content .icon {
        width: 30px;
        height: 30px;
    }

    .blog-grid .blog-content .icon svg {
        width: 8px;
    }

    .single-blog .blog-content h5,
    .blog-side-section .side-heading {
        font-size: 20px;
    }

    .single-blog .blog-content {
        font-size: 14px;
    }

    .blog-side-section .side-detail-block li,
    .blog-hero-sec .blog-meta {
        font-size: 16px;
    }

    .blog-hero-sec .blog-meta {
        gap: 10px 10px;
    }

    .blog-hero-sec .blog-meta .blog-hero-title {
        margin: 0;
    }

    .blog-hero-sec .blog-hero-wrap {
        margin-top: 20px;
    }

    .blog-side-section .side-detail-block {
        margin: 0 0 30px;
    }

    .single-blog .row {
        padding-bottom: 3rem;
    }

}

@media (max-width: 575px) {
    .modal-dialog {
        margin: 0;
        padding: 20px;
    }

    .modal .cta-frm input:not([type="submit"]),
    .modal .cta-frm textarea {
        font-size: 14px;
    }

    .modal .modal-content .modal-header {
        padding: 1rem 1.2rem;
    }

    .modal-content .modal-header .modal-title {
        font-size: 18px;
    }

    .modal .modal-body {
        padding: .2rem 1.2rem 1.2rem;
    }

    .modal .modal-header .btn-close {
        width: 26px;
        height: 26px;
        margin-top: -4px;
        margin-right: -4px;
    }

    .modal .modal-header .btn-close svg {
        width: 10px;
    }

}

@media (max-width: 375px) {

    .details_compare_section .feature-item,
    .compare-value span {
        font-size: 11px;
    }
}



.case-study-listing .case-study-card-content {
    min-height: 20em;
}
.case-study-listing .step-wrapper {
    display: flex;
    flex-direction: column;
}

.case-study-listing .step-wrapper .case-study-card-content {
    flex: 1;
}
.case-study-listing  .case-study-grid {
    row-gap: 25px;
}
@media (max-width:1199px){
     .case-study-listing .case-study-card-content {
        min-height: 14em;
    }
}
@media (max-width:991px){
     .case-study-listing .case-study-card-content {
       min-height: 8em;
    }
}


.become-partner .step-wrapper {
    padding: 35px 35px;
}
.become-partner .step-wrapper .step-icon{
    width: 80px;
    height: 80px;
}


.case-study-detail-banner.advtool-sec{
     background-color: transparent;
}
.case-study-detail-banner .casestudy-meta .read-time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #383838;
    margin-bottom: 0.5rem;
}
.case-study-detail-banner .casestudy-meta .read-time img{
    width: 18px;
    height: 18px;
}
.case-study-detail-banner .casestudy-hero-wrap{
    max-width: 880px;
    margin: 0 auto;
}
.case-study-detail .casestudy-content ul{
    list-style: none;
    margin: 1rem 0;
}
.case-study-detail .casestudy-content li{
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}
.case-study-detail .casestudy-hero-image{
    margin-bottom: 1rem;
}
.case-study-detail .casestudy-content li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path opacity="0.4" d="M13.4391 3.06289C14.3016 2.32539 15.7141 2.32539 16.5891 3.06289L18.5641 4.76289C18.9391 5.08789 19.6391 5.35039 20.1391 5.35039H22.2641C23.5891 5.35039 24.6766 6.43789 24.6766 7.76289V9.88789C24.6766 10.3754 24.9391 11.0879 25.2641 11.4629L26.9641 13.4379C27.7016 14.3004 27.7016 15.7129 26.9641 16.5879L25.2641 18.5629C24.9391 18.9379 24.6766 19.6379 24.6766 20.1379V22.2629C24.6766 23.5879 23.5891 24.6754 22.2641 24.6754H20.1391C19.6516 24.6754 18.9391 24.9379 18.5641 25.2629L16.5891 26.9629C15.7266 27.7004 14.3141 27.7004 13.4391 26.9629L11.4641 25.2629C11.0891 24.9379 10.3891 24.6754 9.88906 24.6754H7.72656C6.40156 24.6754 5.31406 23.5879 5.31406 22.2629V20.1254C5.31406 19.6379 5.05156 18.9379 4.73906 18.5629L3.05156 16.5754C2.32656 15.7129 2.32656 14.3129 3.05156 13.4504L4.73906 11.4629C5.05156 11.0879 5.31406 10.3879 5.31406 9.90039V7.75039C5.31406 6.42539 6.40156 5.33789 7.72656 5.33789H9.88906C10.3766 5.33789 11.0891 5.07539 11.4641 4.75039L13.4391 3.06289Z" fill="%23005282"/><path d="M13.4906 18.9641C13.2406 18.9641 13.0031 18.8641 12.8281 18.6891L9.80312 15.6641C9.44063 15.3016 9.44063 14.7016 9.80312 14.3391C10.1656 13.9766 10.7656 13.9766 11.1281 14.3391L13.4906 16.7016L18.8656 11.3266C19.2281 10.9641 19.8281 10.9641 20.1906 11.3266C20.5531 11.6891 20.5531 12.2891 20.1906 12.6516L14.1531 18.6891C13.9781 18.8641 13.7406 18.9641 13.4906 18.9641Z" fill="%23005282"/></svg>');
    width: 27px;
    background-size: 27px;
    height: 27px;
    display: inline-block;
}

.case-study-detail .contact-form-wrapper {
    background: #F4F4F4;
    padding: 48px 35px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.case-study-detail .contact-form-wrapper label{
    width: 100%;
}
.case-study-detail .contact-form-wrapper input:not([type="submit"]), 
.case-study-detail .contact-form-wrapper textarea{
    border: 0;
    border-bottom: 1px solid #D8D8D8;
    background: transparent;
    width: 100%;
}
.case-study-detail .contact-form-wrapper input:focus-visible, 
.case-study-detail .contact-form-wrapper textarea:focus-visible{
    outline: none;
    border: 0;
    border-bottom: 1px solid #005282; 
}
.case-study-detail .contact-title {
    margin-bottom: 1.2rem;
}
.case-study-detail .casestudy-hero-image img {
    border-radius: 20px;
}
@media (min-width:769px) and (max-width:1024px){
    .case-study-hero-sec.advtool-sec.sectionCvr{
        padding: 3em 0px 8em;
    }
}
@media (max-width: 1199px){
    .case-study-detail .contact-form-wrapper{
        padding: 30px 25px;
    }
    .blog-side-section .side-detail-block li:before{
        background-size: 25px;
        background-repeat: no-repeat;
        margin-top: 5px;
    }
}

@media (max-width:991px){
    .case-study-detail .contact-form-wrapper{
        margin-top: 40px;
    }
    .case-study-listing .step-wrapper {
        padding: 20px;
    }
    .case-study-hero-sec .case-study-hero-content {
        margin-bottom: 1.5rem;
    }
}


/* partner details */

.partner-details-banner-section {
    background: #005282;
    padding: 7em 0px;
}
.partner-details-banner-section .banner-title h2,
.partner-details-banner-section  .partner-details-experience{
    color: #fff;
}
.partner-details-banner-section .partner-logo-wrapper {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 14px;
    padding: 15px 20px;
}
.partner-details-banner-section .partner-logo-wrapper .comany-logo {
    max-width: 160px;
}

.partner-details-banner-section .partner-premium-logo {
    max-width: 360px;
    width: 100%;
}

.partner-details-banner-section .partner-premium-logo img {
    width: 100%;
}
.partner-details-banner-section .partner-premium-logo {
    max-width: 360px;
    width: 100%;
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px dashed #CECECE;
}
.partner-details-banner-section .partner-details-experience {
    display: flex;
    align-items: center;
    list-style: none;
}
.partner-details-banner-section .partner-details-experience li:first-child{
    border-right: 1px solid #FFFFFF;
    padding-right: 15px;
    margin-right: 15px;
}
.partner-details-banner-section .partner-details-experience .location {
    margin-left: 6px;
}
.partner-details .partner-left-content,
.partner-details .partner-right-content {
    background: #F6F6F6;
    border-radius: 23px;
    padding: 4em 5em;
}
.partner-details .partner-left-content{
    text-align: center;
}
.partner-details {
    margin-top: -40px;
}
.partner-details .partner-image img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto 15px;
    object-position: center center;
    object-fit: cover;
}
.partner-details .partner-image {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
}
.partner-details .partner-portfolio ul li a {
    color: #383838;
}
.partner-details .partner-portfolio ul{
    list-style: none;
     display: flex;
    align-items: center;
    justify-content: center;
}
.partner-details .partner-title {
    margin-bottom: 15px;
}
.partner-details .partner-portfolio ul li:first-child {
   padding-right: 15px;
   margin-right: 15px;
}
.partner-details .partner-portfolio ul li{
    position: relative;
}
.partner-details .partner-portfolio ul li:first-child::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-right: 1px dashed #383838;
}
.partner-details .partner-portfolio ul{
    margin-bottom: 25px;
}
.partner-right-content .bottom-content ul{
        list-style: none;
}
.partner-right-content .bottom-content ul li{
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #383838;
    margin: 5px;
    border-radius: 40px;
}
.partner-details .content-wrapper {
    padding-bottom: 35px;
    margin-bottom: 30px;
    border-bottom: 1px solid #383838;
}
@media (max-width:1199px){
    .partner-details .partner-left-content,
     .partner-details .partner-right-content{
        padding: 2.5em 4em;
    }
    .partner-details .partner-image img{
        width: 160px;
        height: 160px;
    }
    .case-study-hero-sec .banner-wrap {
      margin-bottom: 20px;
    }
}
@media (max-width:991px){
    
    .partner-details .partner-left-content{
        border-radius: 23px 23px 0 0;
        padding-bottom: 0;
    }
    .partner-details .partner-right-content{
        border-radius: 0 0 23px 23px ;
    }
    .partner-details-banner-section .partner-logo-wrapper{
        margin-top: 35px;
    }

    .partner-details .partner-title{
        margin-bottom: 10px;
    }
    .partner-details .partner-portfolio ul{
        margin-bottom: 10px;
    }
}

@media (max-width:767px){
    .partner-details .partner-left-content, .partner-details .partner-right-content{
        padding: 2.5em 1.5em;
    }
    .partner-details .partner-image img{
        width: 120px;
        height: 120px;
    }
    .partner-details .partner-left-content {
        padding-bottom: 0;
        text-align: left;
        padding-top: 20px;
    }
    .partner-details .partner-portfolio ul{
        justify-content: flex-start;
    }
    .partner-right-content .bottom-content ul li{
        padding: 3px 9px;
        margin: 4px;
        font-size: 12px;
    }
    .partner-details .partner-right-content {
        padding: 1.5em 2em;
    }
    .partner-details .partner-image{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}


/* cms page */
.cms-pages h4, .cms-pages h5 {
    font-weight: 700;
    margin: 1rem 0;
}
.cms-pages h1{
    color: #005282;
}

.cms-pages ul li {
    margin-left: 18px;
}
.become-partner-sec .card-badges{
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 16px;
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.03rem;
}
.become-partner-sec .banner-card{
    position: relative;
    overflow: hidden;
}
.become-partner-sec .home-banner-tabs .row > div:first-child .card-badges{
    background: #ffe0c3;
}
.become-partner-sec .home-banner-tabs .row > div:nth-child(2) .card-badges{
    background: #dfeefd;
}
.become-partner-sec .home-banner-tabs .row > div:nth-child(3) .card-badges{
    background: #fcf7cc;
}
.become-partner-sec.contact-us-banner .banner-icon {
    margin-bottom: 2rem;
}
.become-partner-sec.contact-us-banner .banner-card{
    padding: 2.5rem 1.5rem 1rem;
}