li {
    list-style: none
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
ul {
    padding: 0;
    margin: 0
}

img {
    max-width: 100%;
    height: auto
}

a:hover {
    color: #004fff;
    cursor: pointer
}

.header+section {
    margin-top: 250px
}



div#loader {
    display: none
}

li {
    list-style: none
}

.section-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -1.45px;
    color: #000;
    margin: 0 0 20px;
    font-weight: 400;
    text-align: left
}

.knowledge-base-banner {
    position: relative;
    padding-top: 160px
}

.knwledge-heading {
    font-weight: 700;
    font-size: 90px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1.5px;
    color: #000
}

.knw-banner-txt p {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.47;
    letter-spacing: normal;
    color: #000;
    margin-top: 50px;
    max-width: 560px;
    width: 100%
}

.knw-banner-img {
    text-align: right
}

.knw-banner-img img {
    width: 100%;
	
}

.knowledge-base-sec {
    padding: 160px 0 90px;
    position: relative;
    overflow: hidden
}

.knowledge-base-accordion {
    z-index: 99;
    position: static
}

.knowledge-base-accordion.sticky {
    position: fixed;
    top: 90px;
    width: 338px;
    z-index: 2
}

.mobile-accordion {
    transition: 1s all
}

.knowledge-base-links {
    padding: 0;
    padding-left: 60px
}

.knowledge-base-links ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left: 0
}

.knowledge-base-links ul li {
    width: 31%
}

.knowledge-base-links ul li .knowledge-link {
    padding: 0
}

.knowledge-base-links ul li .knowledge-link img {
    width: 100%
}

.knowledge-base-links ul li .knowledge-link .knwldg-page-linking {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -.5px;
    text-align: center;
    color: #000;
    display: block;
    padding-top: 55px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.knowledge-base-links ul li .knowledge-link .knwldg-page-linking:hover {
    color: #f13624
}

.knowledge-base-links ul li .knowledge-link .knwldg-page-linking:focus {
    color: #f13624
}

.knowledge-base-links ul li .knowledge-link .knwldg-page-linking:active {
    color: #f13624
}

.knowledge-base-links ul li:nth-child(n+4) {
    margin-top: 100px
}

.knowledge-base-links ul li:hover .knwldg-page-linking {
    color: #f13624
}

.hub-inner .accordion .tab.pg-link h3:after {
    display: none
}

.hub-inner .accordion .tab.pg-link h3.active {
    background-color: #f8fbff
}

.hub-inner .accordion .tab h3.toc-innr-link {
    background-color: #e6e9f0;
    padding-left: 35px;
    margin-top: 15px
}

.hub-inner .accordion .tab h3.toc-innr-link:after {
    display: none
}

.hub-inner .accordion .tab h3.toc-innr-link::before {
    content: "";
    background: url(../images/toc-arrow.svg);
    background-position: center;
    position: absolute;
    left: 16px;
    top: 50%;
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    transform: translateY(-50%)
}

.hub-inner .accordion .panel.wid-intrl-link {
    padding: 0
}

.hub-inner .accordion .panel.wid-intrl-link ul {
    padding: 15px 10px 10px 20px
}

.accordion {
    background: #fff;
    width: 100%;
    position: relative
}

.accordion .tab {
    margin-bottom: 10px;
    padding: 18px 21px 18px 20px;
    border-radius: 3px;
    background-color: #f8fbff
}

.accordion .title {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.5px;
    color: #000;
    font-weight: 500;
    position: relative;
    z-index: 2
}

.accordion label {
    float: right;
    width: 20px;
    height: 20px;
    padding: 5px
}

.accordion label:hover {
    cursor: pointer
}

.accordion label .mark {
    height: 15px;
    width: 15px;
    transition: transform .3s ease;
    background: url(../images/tabs-plus.svg);
    background-position: center
}

.accordion input[type=checkbox] {
    display: none;
    float: right
}

.accordion input[type=checkbox]:checked~.panel {
    height: auto;
    width: 100%
}

.accordion input[type=checkbox]:checked~label .mark {
    background: url(../images/tabs-minus.svg);
    background-position: center;
    padding: 0;
    height: 2px;
    margin-top: 6px;
    position: relative
}

.accordion input[type=checkbox]:checked~label .mark::before {
    content: "";
    background: #f9d94e;
    width: 338px;
    height: 60px;
    position: absolute;
    left: -301px;
    top: -29px;
    z-index: 1;
    border-radius: 3px
}

.accordion input[type=checkbox]:checked~label .mark::after {
    content: "";
    background: url(../images/tabs-minus.svg);
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: 2px;
    width: 15px
}

.accordion .panel {
    margin: 0;
    height: 0;
    overflow: hidden;
    border-radius: 5px
}

.knowledge-base-accordion .panel ul {
    padding-left: 15px;
    margin-top: 37px
}

.knowledge-base-accordion .panel ul li {
    margin-bottom: 18px;
    list-style: none
}

.knowledge-base-accordion .panel ul li a {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.5px;
    color: #221f1f;
    font-weight: 400;
    font-weight: 400;
    text-decoration: none
}

.knowledge-base-accordion .panel ul li a:hover {
    color: #f13624
}

.knowledge-base-accordion .panel ul li a:active {
    color: #f13624
}

.knowledge-base-accordion .panel ul li a:focus {
    color: #f13624
}

.knowledge-base-accordion .panel ul li:last-child {
    margin-bottom: 0
}

.mobile-accordion input#toggle {
    display: none
}

.m-display {
    display: none;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing: -.5px;
    color: #000
}

.box-full {
    transition: all .4s linear;
    max-height: 850px;
    overflow: auto;
    overflow-y: auto
}

.mobile-accordion>input:checked~.box-full {
    display: none;
    transition: transform 1s ease
}

.pos-top {
    position: relative;
    z-index: 9;
    background: #fff;
    padding-top: 90px
}

.footer-outer-margin {
    margin: 0;
    padding-top: 150px
}

footer.footer {
    position: relative;
    z-index: 2;
    background: #fff
}

.insight-sec {
    position: relative;
    z-index: 2;
    background: #fff
}

.insight-sec::before {
    display: none
}

.single-post-content a {
    cursor: default
}

.single-post-content a img {
    padding-left: 50px
}

.hub-inner .accordion .tab h3.toc-innr-link {
    margin-top: 0
}

.hub-inner .accordion .tab h3.toc-innr-link.active {
    background: #e6e9f0;
    margin-top: 0
}

.hub-inner .accordion .tab h3.toc-innr-link.active::before {
    transform: rotate(90deg);
    top: 27px
}

/* newTheme */
body.single.single-hub .elementor-widget-container .content-table.border-table table thead tr th:nth-child(1){
    background: #353C4D;
    color:#fff;
}
body.single.single-hub .elementor-widget-container .content-table.border-table table tr th:nth-child(1){
    background: #353C4D !important;
    color:#fff;
}
body.single.single-hub .elementor-widget-container .content-table.border-table table thead tr th:nth-child(2){
    background: #EEF3FF;
    border:1px solid #fff;
}

.bg-gray-color{
	 background: #EEF3FF !important;
}

.border-right-white {
    border-right: 1px solid #fff !important;
   
}

body.single.single-hub .elementor-widget-container .content-table.border-table table  tr th:nth-child(2){
    background: #EEF3FF !important;
    border:1px solid #fff;
}

body.single.single-hub .elementor-widget-container .content-table.border-table table thead tr th:nth-child(3),body.single.single-hub .elementor-widget-container .content-table.border-table table thead tr th:nth-child(4){
    background:#EEF3FF;
    border: 1px solid #fff;
}
body.single.single-hub .elementor-widget-container .content-table.border-table  table tbody tr {
        border: 1px solid #fff;
   
}
body.single.single-hub .elementor-widget-container .content-table.border-table  table tbody tr td:nth-child(1){
    background: #004FFF;
    color: #fff;

}

body.single.single-hub .elementor-widget-container .content-table.border-table  table tbody tr td:nth-child(1) p{
   color: #fff;
}


body.single.single-hub .elementor-widget-container .content-table.border-table  table tbody tr td:nth-child(2){
    background: #EEF3FF;

}
body.single.single-hub .elementor-widget-container .content-table.border-table  table tbody tr td{
    border: 1px solid #fff; 
}
body.single.single-hub .elementor-widget-container .content-table.border-table.three-cols table tr th{
    background:#EEF3FF;
    border: 1px solid #fff;
}
body.single.single-hub .elementor-widget-container .content-table.border-table.three-cols table tr th:nth-child(2),body.single.single-hub .elementor-widget-container .content-table.border-table.three-cols table tr td:nth-child(2){
    border: 1px solid #fff;
}
body.single.single-hub .elementor-widget-container .content-table.border-table table tbody tr td p a{
    color:#fff;
}

/* newTheme */



@media only screen and (max-width:1680px) {
    .box-full {
        max-height: 500px
    }
}

@media only screen and (max-width:1660px) {
    .knowledge-base-accordion.sticky {
        width: 280px
    }
}

@media only screen and (max-width:1600px) {
    .full-home-container {
        width: 1440px
    }
    .blog-main-heading {
        font-size: 20px;
        line-height: 28px
    }
}

@media screen and (max-width:1550px) {
    .pos-top {
        padding-top: 90px
    }
    .knwledge-heading {
        font-size: 76px
    }
    .knw-banner-txt p {
        font-size: 26px
    }
    .knowledge-base-sec {
        padding: 180px 0 90px
    }
    .knowledge-base-links ul li .knowledge-link .knwldg-page-linking {
        font-size: 24px;
        line-height: 1.13
    }
    .accordion input[type=checkbox]:checked~label .mark::before {
        width: 295px;
        left: -259px
    }
}

@media screen and (max-width:1440px) {
    .section-title {
        font-size: 46px;
        line-height: 51px;
        letter-spacing: -1px
    }
    .pos-top {
        padding-top: 75px
    }
    .knowledge-base-accordion .panel ul li {
        margin-bottom: 15px
    }
    .knowledge-base-accordion .panel ul li a {
        font-size: 14px;
        line-height: 18px
    }
    .knowledge-base-banner {
        padding-top: 130px
    }
    .knwledge-heading {
        font-size: 66px
    }
    .knw-banner-txt p {
        font-size: 24px;
        margin-top: 30px
    }
    .knowledge-base-sec {
        padding: 120px 0 65px
    }
    .knowledge-base-links {
        padding: 0;
        padding-left: 30px
    }
    .accordion .tab {
        padding: 18px 15px
    }
    .accordion .title {
        font-size: 15px
    }
    .knowledge-base-links ul li .knowledge-link .knwldg-page-linking {
        font-size: 20px;
        line-height: 1.13;
        padding-top: 35px
    }
    .accordion input[type=checkbox]:checked~label .mark::before {
        width: 245px;
        left: -215px;
        height: 58px
    }
    .knowledge-base-accordion.sticky {
        width: 232px
    }
    .footer-outer-margin {
        padding-top: 130px
    }



}

@media screen and (max-width:1280px) {
    .knowledge-base-sec {
        padding: 130px 0 65px
    }
    .knowledge-base-links ul li:nth-child(n+4) {
        margin-top: 70px
    }
    .accordion input[type=checkbox]:checked~label .mark::before {
        width: 245px;
        left: -215px;
        height: 55px
    }
    .breadcrumbs {
        margin-bottom: 30px
    }
    .breadcrumbs ul li {
        font-size: 16px
    }
}

@media screen and (max-width:1199px) {
    .section-title {
        font-size: 36px
    }
    .pos-top {
        padding-top: 50px
    }
    .knowledge-base-banner {
        padding-top: 100px
    }
    .knwledge-heading {
        font-size: 52px
    }
    .knw-banner-txt p {
        font-size: 20px;
        margin-top: 20px
    }
    .accordion .tab {
        padding: 13px 12px
    }
    .accordion .title {
        font-size: 15px
    }
    .accordion label .mark {
        height: 12px;
        width: 12px
    }
    .accordion input[type=checkbox]:checked~label .mark {
        margin-top: 5px
    }
    .accordion input[type=checkbox]:checked~label .mark::before {
        width: 195px;
        left: -168px;
        height: 45px;
        top: -22px
    }
    .knowledge-base-accordion .panel ul li a {
        font-size: 14px
    }
    .accordion input[type=checkbox]:checked~label .mark::after {
        width: 12px
    }
    .knowledge-base-sec {
        padding: 100px 0 50px
    }
    .knowledge-base-accordion {
        width: 195px
    }
    .knowledge-base-accordion.sticky {
        width: 195px
    }
    .knowledge-base-links ul li .knowledge-link .knwldg-page-linking {
        font-size: 18px;
        line-height: 1.23;
        padding-top: 20px
    }
    .footer-outer-margin {
        padding-top: 100px
    }
}

@media screen and (max-width:991px) {
    .breadcrumbs ul li {
        font-size: 14px
    }
    .section-title {
        font-size: 30px;
        line-height: 36px
    }
    .knwledge-heading {
        font-size: 42px
    }
    .knw-banner-txt p {
        font-size: 18px
    }
    .knowledge-base-accordion {
        width: 160px
    }
    .knowledge-base-accordion.sticky {
        width: 160px
    }
    .accordion .tab {
        padding: 10px 5px
    }
    .accordion input[type=checkbox]:checked~label .mark::before {
        width: 160px;
        left: -140px;
        height: 40px;
        top: -20px
    }
    .accordion .title {
        font-size: 15px
    }
    .knowledge-base-links ul li .knowledge-link .knwldg-page-linking {
        font-size: 16px
    }
    .knowledge-base-links ul li:nth-child(n+4) {
        margin-top: 40px
    }
    .insight-sec {
        padding-bottom: 0
    }
    .blog-slider-box .slick-track {
        padding-bottom: 20px
    }
    .slick-slider .slick-dots {
        margin-top: 15px;
        float: left;
        width: 100%;
        text-align: center
    }
    .slick-slider .slick-dots li {
        width: auto;
        font-size: 0;
        float: none;
        display: inline-block;
        padding: 5px
    }
    .slick-slider .slick-dots li.slick-active button {
        background-color: #f13624;
        border-color: #f13624;
        opacity: 1
    }
    .slick-slider .slick-dots li button {
        height: 2px;
        width: 16px;
        background: 0 0;
        border: 2px solid #939393;
        padding: 0;
        border: 0;
        background: #000;
        border-radius: 0;
        font-size: 0;
        cursor: pointer;
        opacity: .25;
        outline: 0
    }
}

@media screen and (max-width:767px) {
    .accordion {
        height: 600px;
        overflow-y: scroll;
        background: #f8fbff
    }
    .breadcrumbs {
        display: none
    }
    .section-title {
        margin-bottom: 40px
    }
    .pos-top {
        padding-top: 0
    }
    .blog-image-box a img {
        width: 100%
    }
    .knowledge-base-sec {
        padding: 70px 0
    }
    .knw-banner-img {
        text-align: center;
        margin-top: 30px
    }
    .knowledge-base-accordion {
        width: 100%
    }
    .mobile-accordion {
        background-color: #f8fbff;
        padding-right: 21px
    }
    .accordion .tab {
        margin-bottom: 0
    }
    .accordion .tab:last-of-type {
        padding-bottom: 0
    }
    .m-display {
        display: block;
        transition: transform 1s ease;
        padding: 13px 21px 13px 20px;
        border-radius: 3px;
        background-color: #f8fbff;
        background-image: url(../images/tabs-plus.svg);
        background-position: center right;
        background-repeat: no-repeat;
        transition: transform 1s ease
    }
    .box-full {
        width: 100%;
        height: 0;
        display: none
    }
    .mobile-accordion input:checked~.m-display {
        background-color: #f8fbff;
        background-image: url(../images/tabs-minus.svg);
        background-repeat: no-repeat;
        background-position: center right
    }
    .mobile-accordion input:checked~.box-full {
        height: 100%;
        display: block;
        padding: 0 0 15px 15px
    }
    .accordion input[type=checkbox]:checked~label .mark::before {
        display: none
    }
    .accordion .tab {
        padding: 0 0 20px 10px
    }
    .accordion .title {
        font-size: 15px
    }
    .knowledge-base-accordion .panel ul {
        margin-bottom: 0
    }
    .knowledge-base-accordion .panel ul {
        margin-top: 10px
    }
    .accordion input[type=checkbox]:checked~.panel {
        height: auto
    }
    .knowledge-base-accordion.sticky {
        width: 100%;
        top: 46px;
        left: 0
    }
    .knowledge-base-links ul li {
        width: 45%
    }
    .knowledge-base-links ul li:nth-child(n+3) {
        margin-top: 40px
    }
    .knowledge-base-links {
        margin-top: 40px;
        padding-left: 0
    }
    .footer-outer-margin {
        padding-top: 70px
    }
    .box-full {
        max-height: 100%
    }
    .single-post-content h4 span {
        left: -22px
    }
}

@media screen and (max-width:374px) {
    .knwledge-heading {
        font-size: 38px
    }
    .knw-banner-txt p {
        font-size: 16px
    }
}

#loader {
    display: none
}

.breadcrumbs {
    margin-bottom: 50px;
    padding-top: 20px
}

.breadcrumbs ul li {
    display: inline-block;
    margin-right: 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    position: relative
}

.breadcrumbs ul li::after {
    content: "";
    background: url(../images/breadcrumb-arrow-right.svg);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%)
}

.breadcrumbs ul li:last-child {
    margin-right: 0
}

.breadcrumbs ul li:last-child::after {
    display: none
}

.breadcrumbs ul li .hover-effect::after {
    bottom: 0
}

.hover-effect::after {
    bottom: 4px
}

.accordion .panel.lg-list {
    max-height: 600px;
    z-index: -2;
    margin-top: 0
}

.hub-list-style .hover-effect::after {
    bottom: 4px
}

.knowledge-base-accordion .panel.lg-list ul li:last-child {
    padding-bottom: 0
}

.share-article {
    margin: 100px 0 65px;
    display: none
}

.share-article p {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -.6px;
    color: #000;
    margin-bottom: 26px
}

.share-article a {
    display: inline-block;
    text-decoration: none;
    margin-right: 20px
}

.share-article a:last-of-type {
    margin-right: 0
}

.subscribe-now {
    display: none
}

.subscribe-now img {
    width: 105px
}

.subscribe-now p {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -.6px;
    color: #000;
    margin: 33px 0 16px
}

.subcribe-form {
    position: relative
}

.subcribe-form input[type=email] {
    height: 50px;
    width: 290px;
    margin: 0 0 20px;
    padding: 7px 20px;
    border-radius: 3px;
    border: solid 2px #cad7e7;
    background-color: #fff;
    font-size: 18px;
    line-height: 2;
    letter-spacing: normal;
    color: #8b8b8b;
    font-weight: 400;
    font-weight: 400
}

.subcribe-form input[type=submit] {
    height: 50px;
    width: 290px;
    padding: 13px 10px;
    border-radius: 3px;
    background-color: #f13624;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.26px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border: 0
}

.subcribe-form .input {
    position: relative
}

.subcribe-form .hs-email {
    position: relative
}

.subcribe-form ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    top: 70px;
    bottom: auto;
    color: red;
    font-size: 12px
}

.subcribe-form .hs_error_rollup {
    display: none
}

.breadcrumbs ul li a.hover-effect {
    font-weight: 500;
}

.txt-center {
    text-align: center;
    display: block
}

.single-post-content img {
    height: auto;
    max-width: 100%;
    width: 100%;
    border: 0;
    margin-bottom: 60px;
    margin-left: 50px
}

.single-post-content p {
    font-size: 24px;
    line-height: 36px;
    color: #444;
    margin: 40px 0 0;
    max-width: 100%;
    padding: 0 0 0 50px
}

.single-post-content p .color-red {
    color: #004fff
}

.single-post-content h1 {
    font-size: 60px;
   font-weight: 700;
    letter-spacing: -1px;
    color: #000;
    margin-top: 60px;
    padding: 0 50px
}

.single-post-content h2 {
    font-size: 60px;
   font-weight: 700;
    letter-spacing: -1px;
    color: #000;
    padding: 70px 0 20px 50px
}

.single-post-content h4 {
   font-weight: 700;
    font-size: 44px;
    line-height: normal;
    letter-spacing: -.73px;
    color: #000;
    margin: 70px 50px 20px;
    position: relative;
    padding-left: 60px
}

.single-post-content h4 span {
    padding-right: 15px;
    position: absolute;
    left: 0;
    top: auto
}

.single-post-content a {
    cursor: pointer
}

.single-post-content a:hover {
    cursor: pointer
}

.ul-sub-heading {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.06;
    letter-spacing: normal;
    color: #444;
    margin: 60px 50px 0
}

ul.hub-list-style.left-spc {
    padding-left: 80px
}

ul.hub-list-style.left-spc li {
    line-height: 1.5;
    margin-bottom: 35px
}

ul.hub-list-style.left-spc li:last-child {
    margin-bottom: 0
}

ul.mtop20 {
    margin-top: 20px
}

.hover-new-effect,
.hover-effect {
    font-weight: 600;
}

a.hover-effect.font-normal {
    font-weight: 400;
    font-weight: 400
}

.banner-inner-img {
    position: relative;
    margin-bottom: 90px
}

.banner-inner-img img {
    position: relative;
    margin-bottom: 0
}

h1.pillar-main-heading {
    font-size: 58px;
    font-weight: 700;
    letter-spacing: -1.5px;
    color: #fff;
    line-height: 64px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0
}

.single-post-content li .hover-black,
.single-post-content p .hover-black {
    background-image: linear-gradient(180deg, transparent 78%, #ff6759 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .4s ease;
    border-bottom: 2px solid #666;
    color: #666
}

.single-post-content li .hover-black:hover,
.single-post-content p .hover-black:hover {
    background-size: 100% 100%;
    border-bottom-width: 0
}

.styled-img {
    margin-top: 135px;
    position: relative
}

.styled-img::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 240px;
    background-color: #01ddef;
    bottom: -120px;
    left: 30px
}

.styled-img::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    right: 0;
    background: #fff
}

.styled-img img {
    margin-bottom: 0
}

.styled-img.no-style-box:after {
    display: none
}

.img-space-top {
    margin-top: 90px
}

.hub-list-style {
    margin-top: 40px;
    padding-left: 50px
}

.hub-list-style li {
    font-size: 24px;
    line-height: 2.5;
    letter-spacing: normal;
    color: #444;
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px
}

.hub-list-style li:last-child {
    margin-bottom: 0
}

.hub-list-style li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #221f1f;
    left: 0;
    top: 25px;
    border-radius: 50%
}

.hub-list-style li strong {
   font-weight: 600;
}

.panel.lg-list.open-list.wid-more {
    height: 710px;
    max-height: 100%
}

.accordion .open-tab .mark {
    background: url(../images/tabs-minus.svg);
    background-position: center;
    padding: 0;
    height: 2px;
    margin-top: 6px;
    position: relative
}

.accordion .open-tab .mark::before {
    content: "";
    background: #f9d94e;
    width: 338px;
    height: 60px;
    position: absolute;
    left: -301px;
    top: -29px;
    z-index: 1;
    border-radius: 3px
}

.accordion .open-tab .mark::after {
    content: "";
    background: url(../images/tabs-minus.svg);
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: 2px;
    width: 15px
}

.accordion .open-tab input[type=checkbox]:checked~.panel {
    height: auto
}

.accordion .open-tab input[type=checkbox]:checked~label .mark {
    background: url(../images/tabs-minus.svg);
    background-position: center;
    padding: 0;
    height: 2px;
    margin-top: 6px;
    position: relative
}

.accordion .open-tab input[type=checkbox]:checked~label .mark::before {
    content: "";
    background: #f9d94e;
    width: 338px;
    height: 60px;
    position: absolute;
    left: -301px;
    top: -29px;
    z-index: 1;
    border-radius: 3px
}

.accordion .open-tab input[type=checkbox]:checked~label .mark::after {
    content: "";
    background: url(../images/tabs-minus.svg);
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: 2px;
    width: 15px
}

.knowledge-base-accordion .panel ul li a.active {
    color: #f13624
}

.hub-inner .accordion .panel {
    display: none;
    height: 100%;
    position: relative
}

.hub-inner .accordion .panel ul {
    margin-top: 0;
    padding: 15px 10px 10px 20px
}

.hub-inner .accordion .panel.d-block {
    display: block
}

.hub-inner .accordion .tab {
    display: inline-block;
    width: 100%;
    padding: 0;
    position: relative
}

.hub-inner .accordion .tab h3 {
    position: relative;
    cursor: pointer;
    padding: 18px 21px 18px 20px;
    border-radius: 3px;
    background-color: #f8fbff
}

.hub-inner .accordion .tab h3::after {
    background-image: url(../images/tabs-plus.svg);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    right: 20px;
    top: 23px;
    height: 16px;
    width: 16px;
    background-size: 100%
}

.hub-inner .accordion .tab>a {
    position: relative;
    cursor: pointer;
    padding: 18px 21px 18px 20px;
    border-radius: 3px;
    background-color: #f8fbff;
    display: block;
    width: 100%
}

.hub-inner .accordion .tab h3.active {
    background: #f9d94e
}

.hub-inner .accordion .tab h3.active::after {
    background-image: url(../images/tabs-minus.svg);
    top: 30px
}

.knowledge-base-accordion .panel ul {
    padding-left: 0
}

.client-saying {
    padding: 40px 45px;
    background-color: #fff9ec;
    margin: 80px 0 60px
}

.client-saying img {
    margin-bottom: 0
}

 body .single-post-content .client-saying p {
    font-weight: 100;
    font-size: 30px;
    line-height: 1.47;
    letter-spacing: -1px;
    color: #fff;
    padding: 35px 0 30px;
    margin: 0;
    padding: 35px 0 0
}

.client-details {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0 0
}

body .single-post-content .client-details h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000;
    margin: 0px;
	padding-left:20px;
}

.client-details h4 span {
    display: block;
    font-size: 16px;
    line-height: 1.88;
    font-weight: 400;
    font-weight: 400;
    color: #000;
    position: relative;
    left: 0;
    bottom: auto;
    padding-right: 0
}

.client-details img {
    margin-bottom: 0
}

.no-wrap {
    flex-wrap: nowrap
}

a.bg-yellow.explore-btn {
    background-color: #ffe75b;
    color: #000
}

a.bg-yellow.explore-btn:hover {
    color: #000
}

.youtube-div {
    margin: 90px 0 30px
}

.rll-youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.marBot0 {
    margin-bottom: 0
}

.yellow-border-box {
    position: relative;
    padding: 40px 65px;
    max-width: 710px;
    width: 100%;
    margin: 80px auto 30px;
    border-left: 10px solid #f9d94e
}

.yellow-border-box p {
    font-weight: 100;
    font-size: 36px;
    line-height: 1.28;
    letter-spacing: normal;
    color: #444;
    padding: 0;
    margin: 0
}

.yellow-border-box p span {
    font-size: 34px;
    line-height: 36px;
   font-weight: 500;
    padding-bottom: 5px;
    display: block;
    color: #01ddef
}

.yellow-border-box p a {
    font-weight: 200;
    color: #444;
    text-decoration: none;
    display: block
}

.yellow-border-box p a i {
    font-size: 24px;
    line-height: 1.28;
    display: block;
    margin-top: 5px
}

.download-form {
    padding: 50px 50px 0;
    margin: 30px 0 60px
}

.download-form-inner {
    background: #e2f6ff;
    position: relative;
    padding: 50px
}

.download-form-inner:before {
    content: "";
    background: url(../images/ring-bg.svg);
    background-repeat: no-repeat;
    width: 260px;
    height: 217px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.ebook-download {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 30px 0 0;
    padding: 0;
    position: relative;
    z-index: 2;
    flex-wrap: wrap
}

.ebook-img {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 15px
}

.ebook-img img {
    margin-top: 0;
    margin-bottom: 0
}

.ebook-download-form {
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 35px
}

.insights-ebook-form {
    padding-top: 15px;
    padding-bottom: 50px;
    max-width: 344px;
    width: 100%
}

.hbspt-form {
    height: auto
}

p.privacy-txt {
    margin-top: 15px;
    clear: both;
    width: auto;
    margin-bottom: 0;
    letter-spacing: 0;
    display: inline-block;
    position: relative;
    padding-left: 25px !important;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    line-height: 2.57;
    letter-spacing: normal;
    color: #444;
    margin: 0
}

p.privacy-txt::before {
    content: "";
    background: url(../images/shield.svg);
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 20px
}

.on-img-headings {
    position: relative;
    margin-top: 90px;
    margin-left: 50px
}

.on-img-headings img {
    position: relative;
    margin: 0;
    padding: 0
}

.img-txt {
    position: absolute;
    top: 50%;
    left: 65px;
    transform: translateY(-50%)
}

.img-txt h4 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: -.5px;
    color: #000;
    max-width: 480px;
    width: 100%;
    margin: 0;
    margin-bottom: 25px
}

.explore-btn {
    display: inline-block;
    padding: 20px 40px;
    background-color: #f13623;
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    letter-spacing: -.31px;
    text-align: center;
    color: #fff;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.explore-btn:hover {
    color: #fff;
    background-color: #fb4836
}

.explore-btn:active {
    color: #fff;
    background-color: #fb4836
}

.explore-btn:focus {
    color: #fff;
    background-color: #fb4836
}

.explore-btn.blu-btn {
    background-color: #6236ff
}

.explore-btn.blu-btn:hover {
    color: #fff;
    background-color: #6f48fc
}

.explore-btn.blu-btn:active {
    color: #fff;
    background-color: #6f48fc
}

.explore-btn.blu-btn:focus {
    color: #fff;
    background-color: #6f48fc
}

.insights-ebook-form form h2.pillar-pg-form-heading {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -.67px;
    color: #000;
    padding: 0
}

.insights-ebook-form form input[type=text],
.insights-ebook-form form input[type=email],
.insights-ebook-form form select {
    font-weight: 400;
    height: 50px;
    margin: 0 0 0;
    padding: 7px 20px;
    border-radius: 3px;
    border: solid 1px #b5e0f2;
    background-color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: normal;
    color: #8b8b8b;
    width: 100%
}

.insights-ebook-form form input[type=submit] {
    height: 50px;
    padding: 10px 20px;
    border-radius: 3px;
    background-color: #f13624;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.26px;
    text-align: center;
    color: #fff;
    border: 0;
    margin-top: 20px
}

.insights-ebook-form .input {
    position: relative
}

.insights-ebook-form .hs-firstname,
.insights-ebook-form .hs-email {
    position: relative
}

.insights-ebook-form ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    top: 70px;
    bottom: auto;
    color: red;
    font-size: 12px
}

.insights-ebook-form .hs_error_rollup {
    display: none
}

.bg-blue {
    background: #e2e8ff
}

.middl-ad {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 50px 65px 65px;
    height: 500px;
    margin: 115px 0 190px
}

.middl-ad .middl-lft {
    width: 50%
}

.middl-ad .middl-lft h5 {
    font-weight: 700;
    font-size: 44px;
    line-height: 1.23;
    letter-spacing: -.5px;
    color: #000;
    margin-bottom: 45px
}

.middl-ad .middl-ryt {
    width: 50%;
    text-align: center
}

a.explore-btn.wid-lg {
    width: 300px;
    height: 68px;
    line-height: 34px
}

.bg-img1 {
    background: url(../images/digital-exp-cta-bg3.jpg);
    background-repeat: no-repeat
}

.text-white {
    color: #fff !important
}

.img-txt.txt-wid-lg h4 {
    max-width: 520px
}

.middl-lft.spc-top {
    margin-top: 50px
}

.img-txt.txt-wid-full h4 {
    max-width: 75%
}

.spce-lft-ryt {
    padding-left: 50px
}

ul.hub-list-style.left-spc.bullt-top-spc li {
    position: relative
}

ul.hub-list-style.left-spc.bullt-top-spc li::before {
    top: 15px
}

ul.hub-list-style.left-spc.bold-heading-list li {
    margin-bottom: 70px
}

ul.hub-list-style.left-spc.bold-heading-list li span {
    font-size: 34px;
    font-weight: 600;
    display: block;
    line-height: 1.06;
    letter-spacing: normal;
    color: #444;
    margin-bottom: 25px
}

ul.hub-list-style.left-spc.bold-heading-list li::before {
    display: none
}

ul.hub-list-style.left-spc.bold-heading-list li:last-child {
    margin-bottom: 0
}

p.p-lft-spc {
    padding-left: 110px
}

.marTop {
    margin-top: 95px
}

.page-focus-area {
    font-style: normal;
    font-size: 54px;
    line-height: 70px;
    letter-spacing: -2px;
    color: #444;
    max-width: 755px;
    padding: 0 0 75px 0;
    width: 100%;
    margin: 0 auto
}

.page-focus-area p {
    font-size: 54px;
   font-weight: 100;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -2px;
    color: #444;
    padding: 0
}

.page-focus-area span {
    color: #01ddef;
    font-weight: 400;
    font-size: 54px;
    line-height: 1.3
}

.yellow-border-box p span.colr-blck {
    color: #444;
    display: inline-block
}

.yellow-border-box p .hover-effect {
    font-weight: 100;
    font-size: 36px;
    line-height: 1.28;
    letter-spacing: normal;
    color: #444;
    padding: 0;
    font-weight: 100
}

.ebook-div {
    background-color: #f9fbff;
    position: relative;
    display: flex;
    padding: 60px;
    align-items: center;
    margin: 80px 0 70px 50px;
    overflow: hidden
}

.ebook-div::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: url(../images/Green-Bg.svg) no-repeat;
    background-position: top right;
    height: 100%;
    width: 500px;
    background-size: 500px;
    right: -50px
}

.ebook-div .ebook-image {
    width: 40%;
    text-align: center;
    position: relative;
    z-index: 1;
    order: 2
}

.ebook-div .ebook-image img {
    width: auto;
    height: auto;
    margin-bottom: 0
}

.ebook-div .ebook-text {
    width: 60%;
    padding-right: 60px;
    order: 1
}

.ebook-div .ebook-text h2 {
    font-size: 44px;
    line-height: 54px;
    letter-spacing: -.5px;
    color: #000;
    font-weight: 700;
}

.ebook-div .ebook-text a {
    background-color: #f13623;
    color: #fff;
    border: 2px solid #f13623;
    display: inline-block;
    padding: 14px 40px;
    margin-top: 40px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.ebook-div .ebook-text a:hover {
    background-color: #fff;
    color: #f13623
}

.ebook-div .ebook-text a:active {
    background-color: #fff;
    color: #f13623
}

.ebook-div .ebook-text a:focus {
    background-color: #fff;
    color: #f13623
}

.banner-heading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

p.pillr-main-txt {
    font-size: 40px;
    line-height: 54px;
    font-weight: 100;
    color: #fff;
    letter-spacing: -1px;
    margin-top: 40px;
    margin-left: 50px
}

.banner-heading h1.pillar-main-heading {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0)
}

.hub-list-style.align-bullts li::before {
    top: 13px
}

.hub-inner .accordion .tab h3.toc-innr-link.no-active.active::before {
    transform: none
}

@media only screen and (max-width:1680px) {
    .hub-inner .accordion .panel.wid-more ul {
        height: 370px;
        overflow-y: scroll
    }
	
	body .single-post-content .client-saying p{
		font-size: 24px;
        line-height: 38px;
	}
}

@media only screen and (max-width:1550px) {
    .banner-inner-img {
        margin-bottom: 70px
    }
    .subcribe-form input[type=email],
    .subcribe-form input[type=submit] {
        width: 260px
    }
    .styled-img {
        margin-top: 100px
    }
    .single-post-content h1 {
        font-size: 56px
    }
    .single-post-content h2 {
        font-size: 56px
    }
    .img-txt h4 {
        font-size: 36px;
        max-width: 470px
    }
    h2.pillar-pg-form-heading {
        font-size: 36px
    }
    p.privacy-txt {
        line-height: normal
    }
    .knowledge-base-accordion .panel.lg-list ul li:last-child {
        padding-bottom: 20px
    }
    .middl-ad .middl-lft h5 {
        font-size: 38px
    }
    .hub-inner .accordion .tab h3.toc-innr-link .title {
        font-size: 18px
    }
    .youtube-div iframe {
        height: 450px
    }
    a.explore-btn.wid-lg {
        line-height: 32px
    }
}

@media only screen and (max-width:1440px) {
	
	body .single-post-content .client-saying p{
		font-size: 20px;
        line-height: 34px;
	}
	
    .breadcrumbs {
        padding-top: 17px
    }
    .banner-inner-img {
        margin-bottom: 50px
    }
    h1.pillar-main-heading {
        line-height: 54px
    }
    .single-post-content h1 {
        font-size: 46px
    }
    .download-form-inner h2 {
        font-size: 26px !important
    }
    .single-post-content p {
        font-size: 20px;
        line-height: 30px
    }
    .single-post-content h2 {
        padding: 70px 0 0 50px
    }
    p.privacy-txt {
        font-size: 14px;
        line-height: normal
    }
    .img-txt.txt-wid-full h4 {
        max-width: 80%
    }
    .img-txt h4 {
        font-size: 30px;
        max-width: 400px
    }
    .explore-btn {
        font-size: 20px
    }
    .yellow-border-box p {
        font-size: 30px;
        line-height: 35px
    }
    .yellow-border-box p span {
        font-size: 26px
    }
    .subscribe-now p {
        font-size: 20px
    }
    .hub-list-style li {
        font-size: 20px
    }
    .subcribe-form input[type=email],
    .subcribe-form input[type=submit] {
        width: 220px
    }
    .subcribe-form input[type=email] {
        font-size: 16px
    }
    .img-txt {
        left: 45px
    }
    .explore-btn {
        font-size: 16px;
        padding: 15px 30px
    }
    .ebook-download-form {
        padding-left: 0
    }
    .hub-list-style li::before {
        top: 20px
    }
    .client-saying p {
        font-size: 26px
    }
    .accordion .panel.lg-list {
        max-height: 370px
    }
    .knowledge-base-accordion .panel.lg-list ul li:last-child {
        padding-bottom: 60px
    }
    .hub-inner .accordion .tab h3 {
        padding: 12px 21px 12px 20px
    }
    .hub-inner .accordion .tab h3 .title {
        font-size: 15px
    }
    .hub-inner .accordion .tab h3::after {
        top: 20px
    }
    .hub-inner .accordion .tab h3.active::after {
        top: 27px
    }
    .ul-sub-heading {
        font-size: 28px
    }
    a.explore-btn.wid-lg {
        width: 250px;
        height: 50px;
        line-height: 28px
    }
    .ul-sub-heading {
        line-height: 1.26
    }
    .hub-inner .accordion .panel.d-e-hyt {
        height: 250px
    }
    .client-details h4 span {
        padding-right: 0
    }
    .single-post-content h4 {
        font-size: 38px
    }
    .img-txt h4 {
        font-size: 34px;
        max-width: 380px;
        margin-bottom: 10px
    }
    .client-details h4 {
        font-size: 22px
    }
    .hub-inner .accordion .panel.wid-more ul {
        height: 370px
    }
    .hub-inner .accordion .tab h3.new-spc {
        padding: 15px 21px 15px 35px
    }
    .hub-inner .accordion .tab h3.toc-innr-link .title {
        font-size: 15px;
        display: block
    }
    .hub-inner .accordion .tab h3.toc-innr-link::before {
        background-size: 50%
    }
    ul.hub-list-style.left-spc.circl-top1440 li:before {
        top: 11px
    }
    .img-txt.txt-wid-lg h4 {
        max-width: 460px
    }
    ul.hub-list-style.left-spc.bold-heading-list li span {
        font-size: 30px
    }
    .page-focus-area {
        padding: 0 0 60px 65px
    }
    .page-focus-area p {
        font-size: 40px
    }
    .page-focus-area p span {
        font-size: 40px
    }
    .youtube-div iframe {
        height: 400px
    }
    .ebook-div .ebook-text h2 {
        font-size: 40px;
        line-height: 48px
    }
    .ebook-div .ebook-text a {
        padding: 6px 20px;
        font-size: 20px
    }
    .page-focus-area p {
        font-size: 32px;
        max-width: 80%
    }
    .page-focus-area p span {
        font-size: 32px
    }
    p.pillr-main-txt {
        font-size: 32px;
        line-height: 1.36;
        margin-top: 20px
    }
    .hub-list-style.align-bullts li::before {
        top: 11px
    }
    .client-saying {
        padding: 40px 120px 50px 80px
    }
    .hub-inner .accordion .tab h3.toc-innr-link.new-spc.active::before {
        top: 20px
    }
    .on-img-headings {
        margin-top: 60px
    }
    .ebook-div::after {
        width: 470px;
        background-size: 470px
    }
}

@media only screen and (max-width:1380px) {
    .accordion .panel.lg-list {
        max-height: 350px
    }
    .knowledge-base-accordion .panel ul {
        margin-top: 35px
    }
    .page-focus-area p {
        font-size: 36px
    }
    .page-focus-area p span {
        font-size: 36px
    }
    .hub-inner .accordion .tab h3.toc-innr-link .title {
        font-size: 13px
    }
    .hub-inner .accordion .tab h3.toc-innr-link {
        padding: 15px 10px 15px 35px
    }
    .insights-ebook-form {
        max-width: 300px
    }
}

@media only screen and (max-width:1280px) {
    h1.pillar-main-heading {
        font-size: 42px;
        padding-left: 30px;
        line-height: 50px
    }
    .download-form-inner {
        padding: 30px
    }
    .knowledge-base-accordion .panel.lg-list ul li:last-child {
        padding-bottom: 20px
    }
    .single-post-content h4 {
        font-size: 34px
    }
    .client-details h4 {
        font-size: 20px
    }
    .img-txt h4 {
        font-size: 30px
    }
    p.pillr-main-txt {
        margin-left: 30px
    }
}

@media only screen and (max-width:1199px) {
    .breadcrumbs {
        padding-top: 15px
    }
    .single-post-content img {
        margin-bottom: 20px
    }
    .banner-inner-img img {
        margin-bottom: 0
    }
    .single-post-content h2 {
        font-size: 46px
    }
    .single-post-content p {
        font-size: 16px;
        line-height: 28px;
        margin: 20px 0 0
    }
    ul.hub-list-style.left-spc {
        padding-left: 60px
    }
    .yellow-border-box p {
        font-size: 26px;
        line-height: 36px;
        margin: 0
    }
    .client-saying p {
        font-size: 26px;
        line-height: 1.37
    }
    .subscribe-now p {
        font-size: 18px
    }
    .client-saying img {
        margin-bottom: 0
    }
    .client-saying {
        padding: 41px 41px 51px 80px
    }
    .subcribe-form input[type=email],
    .subcribe-form input[type=submit] {
        width: 200px
    }
    .knowledge-base-accordion.hub-inner {
        width: 210px
    }
    .knowledge-base-accordion.hub-inner.sticky {
        width: 210px
    }
    .knowledge-base-accordion .panel.lg-list ul li:last-child {
        padding-bottom: 0
    }
    .styled-img::after {
        width: 60px;
        height: 60px
    }
    .download-form-inner:before {
        background-size: 80%
    }
    .hub-inner .accordion .tab h3,
    .hub-inner .accordion .tab>a {
        padding: 12px 10px 13px
    }
    .hub-inner .accordion .tab h3::after {
        right: 10px;
        top: 20px;
        background-size: 80%
    }
    .hub-inner .accordion .tab h3.active::after {
        top: 25px
    }
    .middl-ad .middl-lft h5 {
        font-size: 30px
    }
    a.explore-btn.wid-lg {
        width: 210px;
        height: 45px;
        line-height: normal
    }
    .hub-list-style li {
        font-size: 16px
    }
    .hub-list-style li::before {
        top: 13px
    }
    .middl-ad {
        height: 420px;
        padding: 50px 40px 35px;
        margin: 80px 0 120px
    }
    .middl-ad .middl-ryt img {
        width: 75%
    }
    .ul-sub-heading {
        font-size: 22px
    }
    .client-saying p {
        margin: 0
    }
    .single-post-content h4 {
        padding-left: 50px
    }
    p.p-lft-spc {
        padding-left: 95px
    }
    ul.hub-list-style.left-spc.circl-top1440 li:before {
        top: 6px
    }
    ul.hub-list-style.left-spc.bold-heading-list li span {
        font-size: 26px
    }
    ul.hub-list-style.left-spc.bold-heading-list li {
        margin-bottom: 40px
    }
    .page-focus-area p {
        font-size: 32px
    }
    .page-focus-area p span {
        font-size: 32px
    }
    .youtube-div iframe {
        height: 340px
    }
    .ebook-div .ebook-text h2 {
        font-size: 30px;
        line-height: 38px
    }
    .ebook-div::after {
        width: 300px;
        background-size: 300px
    }
    .ebook-div {
        margin: 60px 0 40px 50px
    }
    p.pillr-main-txt {
        font-size: 28px
    }
    .hub-inner .accordion .tab h3.toc-innr-link {
        padding: 12px 10px 12px 35px
    }
    .hub-inner .accordion .tab h3.toc-innr-link.new-spc.active::before {
        top: 14px
    }
    .page-focus-area p {
        font-size: 28px
    }
    .page-focus-area p span {
        font-size: 28px
    }
    .img-txt h4 {
        max-width: 90%
    }
    .img-txt.txt-wid-full h4 {
        max-width: 90%
    }
    .on-img-headings.m-show {
        margin-bottom: 70px;
        padding: 30px
    }
    .on-img-headings.m-show img {
        display: none
    }
    .on-img-headings.m-show .img-txt {
        position: relative;
        top: auto;
        left: 0;
        transform: translateY(0)
    }
    .bg-orng {
        background-color: #ffcf7d
    }
    .bg-l-blu {
        background-color: #f1ffee
    }
    .bg-d2-blu {
        background-color: #c3edff
    }
    .bg-d-blu {
        background-color: #e2e8ff
    }
    .bg-d-blu {
        background-color: #fafafa
    }
    .bg-d-pink {
        background-color: #ffe5e9
    }
    .bg-l-pink {
        background-color: #ffe8bb
    }
    .bg-ul1-blu {
        background-color: #f8fbff
    }
    .bg-md-blu {
        background-color: #00ddef
    }
    .img-txt h4 br {
        display: none
    }
    .mbl-m-b-30 {
        margin-bottom: 0 !important
    }
    .bg-ml-bawa {
        background-color: #fffaf0
    }
    .insights-ebook-form {
        max-width: 300px
    }
}

@media only screen and (max-width:1024px) {
    .ebook-div {
        padding: 40px
    }
    .ebook-div .ebook-text a {
        padding: 6px 15px;
        font-size: 18px;
        margin-top: 20px
    }
}

@media only screen and (max-width:991px) {
    .breadcrumbs {
        margin-bottom: 35px
    }
    .breadcrumbs ul li {
        font-size: 14px
    }
    .single-post-content img {
        margin-left: 20px
    }
    .hub-inner .accordion .tab h3,
    .hub-inner .accordion .tab>a {
        padding: 8px 10px
    }
    .hub-inner .accordion .tab h3 .title,
    .hub-inner .accordion .title {
        font-size: 14px
    }
    h1.pillar-main-heading {
        font-size: 30px;
        padding-left: 20px;
        line-height: 40px
    }
    .ebook-img {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0
    }
    .ebook-download-form {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0
    }
    .single-post-content h2 {
        font-size: 34px
    }
    .img-txt {
        left: 20px
    }
    .hub-list-style li {
        font-size: 16px
    }
    .hub-list-style li::before {
        top: 12px
    }
    .share-article {
        margin: 50px 0 35px
    }
    .share-article p {
        font-size: 18px
    }
    .share-article a {
        margin-right: 10px
    }
    .subcribe-form input[type=email],
    .subcribe-form input[type=submit] {
        width: 160px;
        height: 40px
    }
    .subcribe-form input[type=email] {
        padding: 7px 10px
    }
    .subcribe-form input[type=submit] {
        padding: 7px 10px
    }
    .share-article p {
        margin-bottom: 10px
    }
    .share-article a img {
        width: 25px
    }
    .subscribe-now img {
        width: 75px
    }
    .yellow-border-box p {
        font-size: 22px;
        line-height: 32px
    }
    .yellow-border-box {
        padding: 20px 45px
    }
    .ul-sub-heading {
        font-size: 18px
    }
    .hub-list-style li::before {
        top: 8px;
        width: 8px;
        height: 8px
    }
    ul.hub-list-style.left-spc li {
        margin-bottom: 20px
    }
    .hub-list-style li {
        padding-left: 30px
    }
    .middl-ad {
        height: 320px;
        margin: 80px 0 70px
    }
    .middl-ad .middl-lft h5 {
        font-size: 22px;
        margin-bottom: 30px
    }
    ul.hub-list-style.left-spc {
        padding-left: 20px
    }
    a.explore-btn.wid-lg {
        width: auto;
        height: 35px;
        line-height: normal
    }
    .client-details h4 {
        font-size: 18px;
        margin: 0;
        margin-left: 20px
    }
    .client-details h4 span {
        font-size: 14px
    }
    .img-txt h4 {
        font-size: 22px;
        margin: 0 0 10px
    }
    .img-txt {
        top: 50%;
        left: 20px;
        transform: translateY(-50%)
    }
    .on-img-headings img {
        margin-bottom: 0
    }
    .client-saying {
        margin: 50px 0 60px;
        padding: 30px 30px 30px 40px
    }
    .single-post-content a img {
        padding-left: 20px
    }
    ul.hub-list-style.lg-txt-list li {
        line-height: 1.5;
        margin-bottom: 20px
    }
    .img-space-top {
        margin-top: 40px
    }
    ul.hub-list-style.left-spc.bold-heading-list li span {
        font-size: 22px
    }
    .youtube-div iframe {
        height: 250px
    }
    .ebook-div .ebook-text {
        padding-right: 10px
    }
    .ebook-div .ebook-text h2 {
        font-size: 22px;
        line-height: 30px
    }
    .ebook-div .ebook-text a {
        padding: 6px 15px;
        font-size: 14px
    }
    .yellow-border-box p span {
        font-size: 22px
    }
    p.pillr-main-txt {
        margin-left: 20px;
        font-size: 20px;
        margin-top: 10px
    }
    .page-focus-area p {
        font-size: 24px;
        max-width: 90%
    }
    .page-focus-area p span {
        font-size: 24px
    }
    .styled-img::before {
        width: 10px;
        height: 150px;
        bottom: -80px;
        left: 5px
    }
    .on-img-headings {
        margin-left: 20px
    }
    .img-txt.txt-wid-full h4 {
        max-width: 90%
    }
    .explore-btn {
        font-size: 15px;
        padding: 11px 30px
    }
    .insights-ebook-form {
        max-width: 100%
    }
    .on-img-headings.m-show {
        margin-bottom: 70px;
        padding: 30px
    }
    .on-img-headings.m-show img {
        display: none
    }
    .ebook-div {
        margin-left: 0
    }
    .ebook-div::after {
        width: 240px;
        background-size: 240px
    }
    .on-img-headings.m-show .img-txt {
        position: relative;
        top: auto;
        left: 0;
        transform: translateY(0)
    }
    .bg-orng {
        background-color: #ffcf7d
    }
    .bg-l-blu {
        background-color: #f1ffee
    }
    .bg-d2-blu {
        background-color: #c3edff
    }
    .bg-d-blu {
        background-color: #e2e8ff
    }
    .bg-d-blu {
        background-color: #fafafa
    }
    .bg-d-pink {
        background-color: #ffe5e9
    }
    .bg-l-pink {
        background-color: #ffe8bb
    }
    .bg-ul1-blu {
        background-color: #f8fbff
    }
}

@media screen and (max-width:767px) {
    .activebody .header {
        box-shadow: none
    }
    .breadcrumbs {
        margin-bottom: 25px;
        margin-top: 30px
    }
    .accordion .panel.lg-list {
        max-height: 100%
    }
    .download-form {
        padding: 50px 0 0;
        margin: 30px 0 40px
    }
    .download-form-inner {
        padding: 15px
    }
    .ebook-download {
        flex-direction: column
    }
    .ebook-img {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        text-align: center
    }
    .ebook-download-form {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-top: 0
    }
    .share-article,
    .subscribe-now {
        display: none
    }
    .single-post-content {
        margin-top: 30px
    }
    .styled-img::after {
        width: 40px;
        height: 40px
    }
    .styled-img::before {
        content: "";
        position: absolute;
        width: 10px;
        height: 100px;
        background-color: #01ddef;
        bottom: -30px;
        left: 10px
    }
    .single-post-content h1 {
        font-size: 32px;
        margin-top: 50px;
        padding: 0
    }
    .single-post-content p {
        margin: 20px 0 0
    }
    .styled-img {
        margin-top: 70px
    }
    .img-space-top {
        margin-top: 70px
    }
    .single-post-content h2 {
        padding: 40px 0 0
    }
    .single-post-content p {
        font-size: 16px;
        line-height: 28px;
        padding: 0
    }
    .hub-list-style {
        margin-top: 20px;
        padding-left: 0
    }
    .on-img-headings {
        display: none
    }
    .youtube-div iframe {
        height: 300px
    }
    .client-saying {
        padding: 30px 25px
    }
    .client-saying p {
        font-size: 22px;
        line-height: 1.37
    }
    .yellow-border-box p {
        font-size: 22px;
        line-height: 30px;
        margin: 0
    }
    .client-saying>img {
        height: 50px
    }
    .hub-list-style li::before {
        top: 15px
    }
    .single-post-content h4 {
        font-size: 24px;
        margin: 50px 0 20px
    }
    .client-details h4 {
        margin-left: 30px;
        font-size: 20px
    }
    .youtube-div {
        margin: 70px 0 30px
    }
    .yellow-border-box {
        padding: 20px 25px;
        margin: 50px auto
    }
    .insights-ebook-form {
        padding-top: 15px;
        padding-bottom: 20px
    }
    p.privacy-txt {
        margin: 0
    }
    .hub-inner .accordion .tab h3.active {
        background: #f8fbff
    }
    .hub-inner .accordion .panel.wid-more ul {
        height: 100%;
        overflow: hidden
    }
    h1.pillar-main-heading {
        font-size: 22px;
        padding-left: 10px;
        line-height: 30px;
        margin-top: 0
    }
    .knowledge-base-accordion.hub-inner {
        width: 100%
    }
    .knowledge-base-accordion.hub-inner.sticky {
        width: 100%;
        z-index: 9999999
    }
    .no-wrap {
        flex-wrap: wrap
    }
    .client-details {
        display: block
    }
    .ul-sub-heading {
        margin-left: 0
    }
    ul.hub-list-style.left-spc {
        padding-left: 0
    }
    .ul-sub-heading {
        margin: 30px 0 0
    }
    .middl-ad {
        height: 100%;
        margin: 70px 0;
        background-size: cover
    }
    .middl-lft.spc-top {
        margin-top: 0
    }
    ul.hub-list-style.left-spc.bold-heading-list li span {
        font-size: 18px;
        margin-bottom: 15px
    }
    .page-focus-area p {
        font-size: 28px
    }
    .page-focus-area p span {
        font-size: 28px
    }
    .ebook-div {
        display: block;
        margin-bottom: 40px;
        padding: 40px 10px;
        margin-left: 0
    }
    .ebook-div .ebook-image {
        width: 100%
    }
    .ebook-div::after {
        width: 320px;
        background-size: 320px;
        right: 0;
        height: 320px
    }
    .ebook-div .ebook-image img {
        width: 170px
    }
    .ebook-div .ebook-text {
        padding-right: 0;
        width: 100%;
        margin-top: 40px;
        text-align: center
    }
    p.pillr-main-txt {
        margin-left: 10px;
        font-size: 18px;
        margin-top: 10px;
        line-height: 1.16
    }
    .page-focus-area {
        padding: 0 0 30px 20px
    }
    .yellow-border-box p .hover-effect {
        display: inline
    }
    .on-img-headings.m-h-full {
        display: block;
        background: url(../images//digi-anlytics-ebook-img2.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center
    }
    .on-img-headings.m-h-full img {
        display: none
    }
    .on-img-headings.m-h-full .img-txt {
        position: relative;
        top: auto;
        transform: translateY(0);
        padding: 20px 0
    }
    .mbl-m-b-30 {
        margin-bottom: 30px !important
    }
    .img-txt h4 {
        max-width: 100%
    }
}

@media screen and (max-width:480px) {
    .breadcrumbs ul li {
        font-size: 14px;
        margin-right: 25px
    }
    .breadcrumbs ul li::after {
        right: -25px
    }
    .single-post-content img {
        margin-left: 0
    }
    .client-details h4 {
        margin-left: 0;
        margin-top: 20px
    }
    .youtube-div iframe {
        height: 200px
    }
    .middl-ad {
        height: 100%;
        margin: 70px 0
    }
    .middl-ad .middl-lft {
        width: 100%;
        order: 1
    }
    .middl-ad .middl-ryt {
        width: 100%;
        text-align: left
    }
    .middl-ad .middl-ryt img {
        width: 50%
    }
    .middl-ad {
        height: 100%;
        margin: 70px 0;
        background-size: cover
    }
    .hub-list-style li {
        line-height: 26px
    }
    .on-img-headings {
        margin-left: 0
    }
    .single-post-content a img {
        padding-left: 0
    }
}

@media screen and (max-width:374px) {
    .breadcrumbs ul li {
        font-size: 12px;
        margin-right: 15px
    }
    .breadcrumbs ul li::after {
        right: -17px
    }
    ul.hub-list-style.left-spc li {
        margin-bottom: 10px
    }
    .ebook-div::after {
        width: 280px;
        background-size: 280px;
        height: 280px
    }
}

.content-table {
    padding: 50px 0 45px 50px
}

.content-table table tr {
    border-bottom: 1px solid #e6e9f0;
    vertical-align: top
}

.content-table table tbody tr:last-child {
    border-bottom: 0
}

.content-table table tr th {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #444;
    padding: 37px 50px 23px;
    text-align: left
}

.content-table table tr td {
    padding: 25px 35px 25px 50px;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: normal;
    color: #444
}

.content-table table tr th,
.content-table table tr td {
    background: #f8fbff
}

.content-table table tr th:first-child,
.content-table table tr td:first-child {
    background: #f2f8ff
}

.content-table table tr th:last-child,
.content-table table tr td:last-child {
    padding-right: 110px
}

h4.left0 {
    margin-left: 0;
    padding-left: 50px
}

.yellow-border-box p span.txt-nrml {
    font-size: 14px;
    line-height: 1;
    color: #343d58
}

.hub-inner .accordion .tab .intrnl-link h3.toc-innr-link {
    margin-top: 0;
    background-color: #f8fbff;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 0
}

.hub-inner .accordion .tab .intrnl-link h3.toc-innr-link a {
    display: block;
    margin-top: 18px;
    padding-left: 0
}

.hub-inner .accordion .tab .intrnl-link h3.toc-innr-link:before {
    left: 0;
    top: 3px;
    transform: translateY(0)
}

h4.spcTop-onclick {
    padding-top: 70px;
    margin-top: 0
}

.banner-heading .colr-blck {
    color: #000
}

.ebook-div.custm-ebook-cols .ebook-text {
    width: 45%
}

.ebook-div.custm-ebook-cols .ebook-image {
    width: 55%
}

.wid70 {
    width: 70%;
    margin: 0 auto
}

.wid80 {
    width: 80%;
    margin: 0 auto
}

.wid90 {
    width: 90%;
    margin: 0 auto
}

.color-normal {
    color: #444
}

li.intrnl-list {
    position: relative;
    padding: 8px 0 5px 20px
}

li.intrnl-list a {
    display: block
}

li.intrnl-list::before {
    content: "";
    background: url(../images/breadcrumb-arrow-right.svg);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

img.wid80 {
    width: 80%;
    margin: 90px auto;
    margin-left: 50px
}

.wid90 {
    width: 90%;
    margin: 90px auto;
    margin-left: 50px
}

.ebook-div.same-ebook-cols .ebook-image {
    order: 1;
    width: 50%
}

.ebook-div.same-ebook-cols .ebook-text {
    order: 2;
    width: 50%;
    padding-right: 0
}

.ebook-div.same-ebook-cols::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: url(../images/Green-Bg-left.svg) no-repeat;
    background-position: top left;
    height: 100%;
    width: 550px;
    background-size: 550px;
    left: 0
}

.skyblue-txt {
    font-weight: 500;
    color: #00ddef
}

.step-by-step-bg {
    background-color: #c3edff;
    display: flex;
    width: 90%;
    padding: 40px 50px 30px 60px;
    margin: 60px auto 0;
    align-items: center;
    justify-content: center
}

.step-by-step-bg img {
    float: left;
    margin-right: 40px;
    margin-bottom: 0
}

.step-by-step-bg .step-inner {
    overflow: hidden;
    padding-top: 0
}

.step-by-step-bg .step-inner p {
    font-size: 30px;
    padding-bottom: 0;
    font-weight: 600;
    color: #444;
    line-height: 1.2
}

.step-by-step-bg .step-inner p a {
    font-size: 24px;
    color: #444;
    line-height: 1.5;
    font-weight: 200;
    border-bottom: 1px solid #444
}

.ebook-div.custm-ebook-cols .ebook-text {
    padding-right: 0
}

.d-block {
    display: block
}

.m-t-10 {
    margin-top: 10px
}

.m-l-pillar {
    margin-left: 50px
}

.yellow-border-box p a.d-inline-flex {
    display: inline-flex
}

.yellow-border-box.summary-sec {
    max-width: 1000px
}

.yellow-border-box.summary-sec p span {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.m-topBot0 {
    margin-top: 0;
    margin-bottom: 0
}

p.mTop0 {
    margin-top: 0
}

a.hover-effect.color-blu {
    display: inline-flex;
    color: #01ddef;
   font-weight: 500;
}

a.hover-effect.color-blu span {
    padding: 0;
    margin: 0
}

.twitter-tweet {
    margin: 0 auto;
    padding: 50px 0;
    border: 0
}

.content-table.border-table table {
    border: 1px solid #fff;
}

.content-table.border-table table tr th {
    background: #EEF3FF;
    font-size: 24px;
    line-height: 1.5;
    border:1px solid #fff;
}

.content-table.border-table table tr th:first-child {
    border: 1px solid #979797
}

.content-table.border-table table tr {
    border-bottom: 1px solid #979797
}

.content-table.border-table table tr td {
    background: #fff
}

.content-table.border-table table tr td:first-child {
    border: 1px solid #979797
}

.content-table.border-table table tr td strong {
    font-weight: 600;
    font-size: 22px;
    position: relative;
    padding-left: 35px;
    display: block
}

.content-table.border-table table tr td strong span {
    position: absolute;
    left: 0;
    top: 0
}

.content-table.border-table table tr th:first-child,
.content-table.border-table table tr td:first-child {
    width: 40%
}

.content-table.border-table table tr td {
    font-size: 22px
}

.content-table.border-table table tr td ul {
    padding-left: 0
}

.content-table.border-table table tr td ul li {
    position: relative;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.36;
    padding-left: 25px
}

.content-table.border-table table tr td ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #221f1f;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%
}

.content-table.border-table table tr td ul li::last-child {
    margin-bottom: 0
}

ul.hub-list-style.left-spc.more-lft-spc {
    padding-left: 120px
}

ul.mtop-spc {
    margin-top: 25px;
    margin-left: 35px
}

.number-list li {
    list-style-type: decimal;
    padding-left: 30px
}

.hub-list-style.number-list li::before {
    display: none
}

.alpha-list li {
    list-style-type: lower-alpha;
    padding-left: 30px
}

.hub-list-style.alpha-list li::before {
    display: none
}

ul.hub-list-style.more-lft-spc2 {
    padding-left: 180px
}

a.explore-btn.wid-lg.wid-lg-m {
    width: 400px
}

p.p-lft-spc.bold-text-within strong {
   font-weight: 600;
}

p.bold-text-within strong {
    font-weight: 600;
}

.hub-inner .accordion .tab h3.toc-innr-link.dcm-link.no-active::before {
    top: 31px
}

.hub-inner .accordion .tab h3.toc-innr-link.dcm-link.no-active.active::before {
    top: 25px
}

p.color-red {
    color: #f13624
}

p.pad-lft35 {
    padding-left: 35px
}

@media only screen and (max-width:1680px) {
    .hub-inner .accordion .tab h3.toc-innr-link.no-active.active::before {
        top: 25px
    }
}

@media screen and (max-width:1550px) {
    .content-table table tr th {
        padding: 30px 30px 20px
    }
    .content-table table tr td {
        padding: 25px 25px 25px 30px;
        font-size: 16px
    }
    a.explore-btn.wid-lg.explr-btn {
        height: 58px;
        line-height: normal;
        font-size: 20px;
        width: 250px
    }
    .ebook-div.custm-ebook-cols .ebook-image {
        width: 50%
    }
    .ebook-div.custm-ebook-cols .ebook-text {
        width: 50%
    }
    .step-by-step {
        padding: 40px 60px 30px 40px
    }
    .ebook-div.same-ebook-cols::after {
        width: 450px;
        background-size: 450px
    }
    .yellow-border-box.summary-sec {
        max-width: 800px
    }
    a.explore-btn.wid-lg.wid-lg-m {
        width: 350px
    }
    .hub-inner .accordion .tab h3.toc-innr-link.no-active.active::before {
        top: 25px
    }
    .hub-inner .accordion .tab h3.toc-innr-link.dcm-link.no-active.active::before {
        top: 26px
    }
}

@media screen and (max-width:1440px) {
    .marBot0 {
        margin-bottom: 0
    }
    .yellow-border-box {
        max-width: 600px;
        padding: 40px 45px
    }
    .content-table table tr th:last-child,
    .content-table table tr td:last-child {
        padding-right: 70px
    }
    a.explore-btn.wid-lg.explr-btn {
        line-height: 35px
    }
    .ebook-div.custm-ebook-cols::after {
        background-size: 400px
    }
    .yellow-border-box p .hover-effect {
        font-size: 30px
    }
    .step-by-step-bg {
        padding: 40px 40px 30px
    }
    .step-by-step-bg .step-inner p {
        font-size: 22px
    }
    .step-by-step-bg .step-inner p a {
        font-size: 20px
    }
    .ebook-div.same-ebook-cols::after {
        width: 400px;
        background-size: 400px
    }
    .hub-inner .accordion .tab h3.toc-innr-link.active::before {
        top: 22px
    }
    .hub-inner .accordion .tab h3.toc-innr-link.no-active.active::before {
        top: 16px
    }
    .hub-inner .accordion .tab h3.toc-innr-link.no-active::before {
        top: 21px
    }
    .hub-inner .accordion .tab h3.toc-innr-link.dcm-link.no-active::before {
        top: 24px
    }
    .hub-inner .accordion .tab h3.toc-innr-link.dcm-link.no-active.active::before {
        top: 19px
    }
    .yellow-border-box.summary-sec {
        max-width: 650px
    }
    .page-focus-area.spc-btm-ls {
        padding-bottom: 50px
    }
    .content-table.border-table table tr td strong {
        font-size: 20px;
        padding-left: 32px
    }
    .content-table.border-table table tr th {
        font-size: 22px;
        line-height: 1.3
    }
    .content-table.border-table table tr td ul li {
        margin-bottom: 15px;
        font-size: 20px
    }
    .content-table.border-table table tr td ul li::before {
        content: "";
        width: 8px;
        height: 8px;
        top: 7px
    }
    ul.mtop-spc {
        margin-top: 20px;
        margin-left: 30px
    }
    .content-table.border-table table tr td {
        font-size: 20px
    }
    h4.txt-sml {
        font-size: 28px
    }
    ul.hub-list-style.left-spc.more-lft-spc {
        padding-left: 90px
    }
}

@media screen and (max-width:1380px) {
    a.explore-btn.wid-lg.explr-btn {
        line-height: 25px;
        height: 50px
    }
    .hub-inner .accordion .tab h3.toc-innr-link.active::before {
        top: 20px
    }
}

@media screen and (max-width:1280px) {
    a.img-spc-btm0 img {
        margin-bottom: 20px
    }
    .hub-inner .accordion .tab h3.toc-innr-link.dcm-link.no-active::before {
        top: 23px
    }
    .hub-inner .accordion .tab h3.toc-innr-link.dcm-link.no-active.active::before {
        top: 18px
    }
}

@media screen and (max-width:1199px) {
    .yellow-border-box p i {
        font-size: 20px
    }
    .yellow-border-box {
        padding: 40px 0 45px 40px;
        max-width: 500px
    }
    a.explore-btn.wid-lg.explr-btn {
        line-height: 20px;
        height: 45px;
        font-size: 16px;
        width: 200px
    }
    .yellow-border-box p .hover-effect {
        font-size: 26px
    }
    .ebook-div.custm-ebook-cols .ebook-text {
        padding-right: 0
    }
    .ebook-div.custm-ebook-cols::after {
        background-size: 300px
    }
    .step-by-step-bg {
        padding: 30px
    }
    .step-by-step-bg img {
        margin-right: 30px
    }
    .step-by-step-bg .step-inner p {
        font-size: 18px
    }
    .step-by-step-bg .step-inner p a {
        font-size: 16px
    }
    .page-focus-area {
        padding: 0 0 20px 65px
    }
    .ebook-div.same-ebook-cols .ebook-image img {
        width: 75%
    }
    .ebook-div.same-ebook-cols {
        padding: 40px
    }
    .ebook-div.same-ebook-cols::after {
        width: 300px;
        background-size: 300px
    }
    .m-l-pillar {
        margin-left: 40px
    }
    .yellow-border-box.summary-sec {
        max-width: 540px
    }
    ul.hub-list-style.left-spc.more-lft-spc {
        padding-left: 100px
    }
    .content-table.border-table table tr td strong {
        font-size: 16px;
        padding-left: 25px
    }
    .content-table.border-table table tr th {
        font-size: 16px
    }
    .content-table.border-table table tr td ul li {
        margin-bottom: 10px;
        font-size: 16px
    }
    .content-table.border-table table tr td ul li::before {
        content: "";
        width: 7px;
        height: 7px;
        top: 6px
    }
    .content-table.border-table table tr td {
        font-size: 16px
    }
    ul.hub-list-style.more-lft-spc2 {
        padding-left: 130px
    }
    a.explore-btn.wid-lg.wid-lg-m {
        width: auto
    }
    .hub-inner .accordion .tab h3.toc-innr-link.dcm-link.no-active::before {
        top: 20px
    }
    .hub-inner .accordion .tab h3.toc-innr-link.dcm-link.no-active.active::before {
        top: 15px
    }
    p.pad-lft35 {
        padding-left: 25px
    }
}

@media screen and (max-width:991px) {
    .single-post-content h2,
    .single-post-content p,
    .single-post-content h3,
    .single-post-content h4 {
        padding-left: 20px
    }
    .yellow-border-box {
        max-width: 400px
    }
    .content-table {
        padding: 50px 0 45px 20px;
        overflow-x: scroll
    }
    .content-table table tr th {
        font-size: 18px;
        padding: 20px 15px
    }
    .content-table table tr td {
        padding: 20px 15px
    }
    .yellow-border-box p .hover-effect {
        font-size: 22px
    }
    .ebook-div.custm-ebook-cols {
        padding: 60px 20px
    }
    .step-by-step-bg {
        padding: 20px
    }
    .step-by-step-bg img {
        width: 60px
    }
    .step-by-step-bg .step-inner p {
        font-size: 16px
    }
    .step-by-step-bg .step-inner p a {
        font-size: 14px
    }
    .ebook-div.same-ebook-cols {
        padding: 20px
    }
    .ebook-div.same-ebook-cols::after {
        width: 200px;
        background-size: 200px
    }
    .m-l-pillar {
        margin-left: 20px
    }
    .yellow-border-box.summary-sec {
        max-width: 400px
    }
    .page-focus-area.spc-btm-ls {
        padding-bottom: 40px
    }
    a.explore-btn.wid-lg.explr-btn {
        line-height: 25px
    }
    .single-post-content h4 {
        font-size: 24px;
        margin: 50px 0 20px 20px;
        padding-left: 35px
    }
    ul.hub-list-style.left-spc.more-lft-spc {
        padding-left: 30px
    }
    ul.hub-list-style.left-spc.mtop50.m-top-spc {
        margin-top: 20px
    }
    ul.hub-list-style.more-lft-spc2 {
        padding-left: 40px
    }
}

@media screen and (max-width:767px) {
    .content-table {
        padding: 50px 0 20px
    }
    .content-table table tr th,
    .content-table table tr td {
        width: 50%
    }
    .content-table table tr th:last-child,
    .content-table table tr td:last-child {
        padding-right: 0
    }
    .content-table table tr th {
        font-size: 16px;
        padding: 20px 15px 15px
    }
    .content-table table tr td {
        font-size: 14px
    }
    .on-img-headings.m-show {
        display: block
    }
    .ebook-div.custm-ebook-cols .ebook-image {
        width: 100%
    }
    .ebook-div.custm-ebook-cols .ebook-text {
        width: 100%
    }
    .ebook-div.custm-ebook-cols::after {
        width: 200px;
        background-size: 200px;
        right: 0;
        height: 200px
    }
    .ebook-div.custm-ebook-cols .ebook-image img {
        width: 220px
    }
    .wid70 {
        width: 90%
    }
    .m-spc-0 img {
        margin-top: 0;
        margin-bottom: 0
    }
    .m-btm-0 img {
        margin-bottom: 0
    }
    .step-by-step-bg {
        padding: 30px 40px;
        display: block
    }
    .step-by-step-bg img {
        float: none
    }
    .step-by-step-bg .step-inner {
        padding-top: 12px
    }
    .step-by-step-bg .step-inner p {
        font-size: 18px
    }
    .step-by-step-bg .step-inner p a {
        font-size: 15px
    }
    .m-l-pillar {
        margin-left: 0
    }
    .wid90 {
        width: 100%;
        margin: 50px auto;
        margin-left: 0
    }
    .wid80 {
        width: 100%
    }
    .page-focus-area {
        padding: 0 0 20px 20px
    }
    img.wid80 {
        margin-left: 0;
        width: 100%
    }
    img.wid90 {
        width: 100%
    }
    .content-table.border-table table tr td ul li {
        padding-left: 15px
    }
    .content-table.border-table table tr td strong {
        padding-left: 23px
    }
    .content-table.border-table table tr th:first-child,
    .content-table.border-table table tr td:first-child {
        width: 50%
    }
    .content-table.border-table table tr th:last-child,
    .content-table.border-table table tr td:last-child {
        padding-right: 10px
    }
    .content-table.border-table {
        width: 100%;
        overflow-x: scroll
    }
    .content-table.border-table table tr td {
        font-size: 16px
    }
    ul.mtop-spc {
        margin-top: 15px;
        margin-left: 20px
    }
    .number-list li,
    .alpha-list li {
        padding-left: 10px
    }
}

@media screen and (max-width:480px) {
    .ebook-div.same-ebook-cols {
        padding: 0;
        margin-left: 0
    }
    .ebook-div.same-ebook-cols::after {
        width: 320px;
        background-size: 320px
    }
    .ebook-div.same-ebook-cols .ebook-image {
        order: 1;
        width: 100%
    }
    .ebook-div.same-ebook-cols .ebook-image img {
        width: 170px
    }
    .ebook-div.same-ebook-cols .ebook-text {
        order: 2;
        width: 100%;
        padding-right: 0
    }
}

ul.hub-list-style.left-spc.lft-align-bullts {
    padding-left: 140px
}

.ul-sm-heading {
   font-weight: 700;
    font-size: 30px;
    line-height: normal;
    letter-spacing: -.5px;
    color: #000;
    margin: 45px 0 0 50px
}

.content-table table {
    border-collapse: collapse
}

.content-table.border-table.three-cols table tr th,
.content-table.border-table.three-cols table tr td {
    padding: 35px 35px 23px;
    border: 0
}

.content-table.border-table.three-cols table tr th:first-child,
.content-table.border-table.three-cols table tr td:first-child {
    width: 33%
}

.content-table.border-table.three-cols table tr th:nth-child(2),
.content-table.border-table.three-cols table tr td:nth-child(2) {
    border: 1px solid #979797
}

.content-table.three-cols table tr th:last-child,
.content-table.three-cols table tr td:last-child {
    padding-right: 50px
}

.content-table.border-table.td-wid-50 table tr th,
.content-table.border-table.td-wid-50 table tr td {
    width: 50%
}

.ebook-div.shortn-spc-botm {
    margin-bottom: 0
}

.content-table.border-table.four-cols table tr th,
.content-table.border-table.four-cols table tr td {
    width: 25%;
    border: 0;
    border-right: 1px solid #fff;
}

.content-table.border-table.four-cols table tr th:first-child,
.content-table.border-table.four-cols table tr td:first-child {
    width: 25%
}

.content-table.border-table.four-cols table tr th:last-child,
.content-table.border-table.four-cols table tr td:last-child {
    border-right: 0
}

.content-table.border-table.custm-three-cols table tr th:first-child,
.content-table.border-table.custm-three-cols table tr td:first-child {
    width: 50%
}

.content-table.border-table.custm-three-cols table tr td {
    border: 0
}

.content-table.border-table.custm-three-cols table tr td p {
    margin: 30px 0
}

.content-table.border-table.custm-three-cols table tr td p strong {
    display: inline-block
}

.content-table.border-table.custm-three-cols table tr td p~p {
    padding-left: 35px
}

.content-table.border-table table tr td {
    border: 0
}

.content-table.border-table table tr td p strong {
    display: inline-block;
    padding-left: 0
}

.hub-inner .accordion .tab h3.toc-innr-link.active a {
    color: #f13624
}

.content-table.border-table.four-cols table tr th,
.content-table.border-table.four-cols table tr td {
    padding: 25px 20px
}

.download-form-inner.bg-yellow {
    background: #ffe75b
}



.yellow-border-box.red-txt p {
    color: #f13624
}

.yellow-border-box.red-txt span.cust-txt-red {
    color: #f13624;
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase
}

h4.pad-lft-0 {
    padding-left: 0
}

.single-post-content h4.heading-thin {
    font-weight: 400;
}

.single-post-content h4.heading-thin strong {
    font-weight: 700;
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold {
    padding-left: 160px
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold li {
    list-style: lower-alpha;
    padding-left: 10px
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold li::marker {
    font-weight: 600;
    font-size: 24px
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold li span {
    font-size: 24px
}

p.bold-text-within-p strong {
    font-weight: 600;
}

.yellow-border-box h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    color: #000;
    text-transform: uppercase;
    padding-top: 35px
}

.yellow-border-box h6 span {
   font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000;
    display: block;
    padding-top: 5px
}

.form-new-style .insights-ebook-form {
    max-width: 444px
}

.insights-ebook-form h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 1.3
}

b {
    font-weight: 600;
}

.hover-effect-inline {
    background-image: linear-gradient(180deg, transparent 92%, #004FFF 0%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .4s ease;
    border-bottom: 0px solid #666;
    display: inline;
    background-position: left;
    color: inherit;
	 font-weight: 400;
}

.hover-effect-inline.table-hover{
	background-image: linear-gradient(180deg, transparent 92%, #fff 0%);
}
   


.hover-effect-inline:hover {
    background-size: 0% 100%;
    border-bottom-width: 0;
    color: #444
}

.hover-effect-inline:active {
    color: #444
}

.hover-effect-inline:focus {
    color: #444
}

.content-table.multicolor-table table thead tr th {
    width: 33.3333%;
    font-size: 34px;
    color: #000;
    padding: 25px 50px 23px
}

.content-table.multicolor-table table thead tr th:first-child {
    background: #f9d94e
}

.content-table.multicolor-table table thead tr th:nth-child(2) {
    background: #c3edff
}

.content-table.multicolor-table table thead tr th:last-child {
    background: #fa9392;
    padding-right: 25px
}

.content-table.multicolor-table table tbody tr td {
    width: 33.3333%;
    font-size: 24px;
    color: #444;
    line-height: 1.5;
    border: none
}

.content-table.multicolor-table table tbody tr td:first-child {
    background: #ffe75b;
    border-bottom: 1px solid #eac93a
}

.content-table.multicolor-table table tbody tr td:nth-child(2) {
    background: #cef0ff;
    border-bottom: 1px solid #a6d8ed
}

.content-table.multicolor-table table tbody tr td:last-child {
    background: #ffa2a1;
    padding-right: 25px;
    border-bottom: 1px solid #fa9392
}

.red-txt span.cust-txt-red.font24 {
    font-size: 24px;
    text-transform: none;
    font-weight: 500;
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml {
    padding-left: 80px
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li {
    list-style: decimal;
    margin-bottom: 130px
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li:last-child {
    margin-bottom: 0
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.spc-lft80-n-alpha {
    padding-left: 80px
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.spc-lft80-n-alpha li {
    list-style: lower-alpha
}

.mrtop50 {
    margin-top: 50px
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list {
    padding-left: 60px
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list li {
    position: relative;
    margin-bottom: 35px;
    list-style: none
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list li::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #221f1f;
    left: -30px;
    top: 12px;
    border-radius: 50%
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list li:last-child {
    margin-bottom: 0
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list.sml-bullts {
    padding-left: 40px
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list.sml-bullts li {
    margin-bottom: 20px
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list.sml-bullts li:after {
    width: 8px;
    height: 8px
}

.spc-lft-ryt-0 {
    padding-left: 0;
    padding-right: 0
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.spc-lft80-n-alpha.lft-spc-custm {
    padding-left: 30px
}

.download-form-inner.ebook-yellow-circle:before {
    background: url(../images/circles-yellow-bg.webp);
    background-repeat: no-repeat;
    height: 247px
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li .download-form {
    padding: 0 0 0
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li .insights-ebook-form .hs-firstname,
ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li.insights-ebook-form .hs-email {
    position: relative
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li .insights-ebook-form .hs-submit {
    margin-top: 10px
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li .insights-ebook-form .hs-form-field {
    position: relative
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li .insights-ebook-form .hs-form-field>label {
    display: block
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li .insights-ebook-form .hs-form-field ul.no-list.hs-error-msgs.inputs-list {
    position: relative
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li .insights-ebook-form .hs-form-field ul.no-list.hs-error-msgs.inputs-list li {
    position: absolute;
    list-style: none;
    left: 0;
    bottom: 44px
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li .insights-ebook-form .hs-form-field ul.no-list.hs-error-msgs.inputs-list li label {
    color: red;
    font-size: 14px
}

.download-form-inner .insights-ebook-form .hs-form-field {
    position: relative
}

.download-form-inner .insights-ebook-form .hs-form-field>label {
    display: block
}

.download-form-inner .insights-ebook-form .hs-form-field ul.no-list.hs-error-msgs.inputs-list {
    position: relative
}

.download-form-inner .insights-ebook-form .hs-form-field ul.no-list.hs-error-msgs.inputs-list li {
    position: absolute;
    list-style: none;
    left: 0;
    bottom: 44px
}

.download-form-inner .insights-ebook-form .hs-form-field ul.no-list.hs-error-msgs.inputs-list li label {
    color: red;
    font-size: 14px
}

.content-table.multicolor-table.colord-numbr-list table thead tr th {
    font-size: 30px;
    padding: 25px 35px 23px
}

.content-table.multicolor-table.colord-numbr-list table tbody tr td:first-child {
    padding-left: 70px;
    position: relative
}

.content-table.multicolor-table.colord-numbr-list table tbody tr td:first-child span {
    position: absolute;
    left: 40px;
    top: 25px
}

.content-table.mar-lft-styled {
    margin-left: 50px
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml.less-btm-spc {
    padding-left: 130px
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml.less-btm-spc li {
    margin-bottom: 40px
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml.less-btm-spc li:last-child {
    margin-bottom: 0
}

.content-table.multicolor-table.multicolor-two-cols table thead tr th:nth-child(2) {
    background: #c3edff
}

.content-table.multicolor-table.multicolor-two-cols table tbody tr td:nth-child(2) {
    background: #cef0ff;
    border-bottom: 1px solid #a6d8ed
}

.content-table.multicolor-table.multicolor-two-cols table tbody tr:last-child td:nth-child(2) {
    border-bottom: 0
}

ul.hub-list-style.left-spc.bold-heading-list.inner-alpha-botm-ls-spc li {
    margin-bottom: 35px
}

ul.hub-list-style.left-spc.bold-heading-list.inner-alpha-botm-ls-spc li:last-child {
    margin-bottom: 0
}

.single-post-content h4.heading-thin>span {
    top: 5px
}

.software-testing-page .content-table.multicolor-table.colord-numbr-list.multicolor-two-cols.lft-spc-0 table tbody tr td:first-child {
    padding-left: 40px
}

.agile-page ul.hub-list-style.left-spc.align-bullts.more-lft-spc.number-list.lft-aligned-num-list {
    padding-left: 80px
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml.inner-alpha-botm-ls-spc li {
    margin-bottom: 45px
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml.inner-alpha-botm-ls-spc li:last-child {
    margin-bottom: 0
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml li.skip-marker::marker {
    list-style: none;
    counter-increment: none;
    content: ""
}

img.img-space-top.marTop0 {
    margin-top: 0
}

.mar-Top0 {
    margin-top: 0 !important
}

p.img-credit-txt {
    margin-top: -50px;
    font-size: 20px
}

.marLft0 {
    margin-left: 0 !important
}

.agile-page ul.hub-list-style.left-spc.lft-align-bullts {
    padding-left: 80px
}

.agile-page ul.hub-list-style.left-spc.lft-align-bullts.agile-li-lft-spc {
    padding-left: 120px
}

.agile-page-cta {
    position: relative;
    margin-top: 80px
}

.agile-cta-img {
    position: relative
}

.agile-cta-img img {
    margin-top: 0
}

.agile-cta-txt {
    position: absolute;
    left: 56px;
    top: 60px
}

.agile-cta-txt h5 {
    font-size: 64px;
    line-height: 1;
    letter-spacing: -.73px;
    color: #000;
    font-weight: 700;
}

.agile-cta-txt p {
    font-size: 30px;
    line-height: 1.47;
    letter-spacing: -1px;
    color: #000;
    margin: 18px 0 27px
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.spc-lft80-n-alpha.inner-alpha-botm-ls-spc {
    padding-left: 40px
}

.content-table.multicolor-table.colord-numbr-list.custom-two-cols-td-spc table tbody tr td:first-child {
    padding-left: 40px
}

h6.hub-sml-heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #3c4544;
    margin: 40px 0 0;
    padding: 0 0 0 50px
}

ul.hub-list-style.number-list.marker-bold li {
    padding-left: 5px
}

ul.hub-list-style.number-list.marker-bold li::marker {
    font-weight: 600;
}

.outsource-page ul.hub-list-style.left-spc.lft-align-bullts {
    padding-left: 100px
}

.marBot0 {
    margin-bottom: 0
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml.sft-dev-table>li {
    margin-bottom: 70px
}

ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml.sft-dev-table>li:last-child {
    margin-bottom: 0
}

.content-table.padTop0 {
    padding-top: 0
}

ul.hub-list-style.sft-dev-table li .content-table {
    padding-bottom: 0
}

.sft-dev-table .content-table.multicolor-table.colord-numbr-list table thead tr th {
    font-size: 28px;
    padding: 25px
}

.sft-dev-table .content-table.multicolor-table.colord-numbr-list table tr td {
    padding: 25px 20px 25px 10px
}

ul.bullts-list.sml-bullts.td-styl-list {
    padding-left: 20px
}

ul.bullts-list.sml-bullts.td-styl-list li {
    margin-bottom: 20px;
    position: relative;
    list-style: none
}

ul.bullts-list.sml-bullts.td-styl-list li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #221f1f;
    left: -30px;
    top: 12px;
    border-radius: 50%
}

ul.bullts-list.sml-bullts.td-styl-list li:last-child {
    margin-bottom: 0
}

.softwr-dev-page ul.hub-list-style.left-spc.lft-align-bullts {
    padding-left: 100px
}

.yellow-border-box.box-align-lft {
    margin: 80px 0
}

.yellow-border-box p a.hover-effect-inline-red {
    background-image: linear-gradient(180deg, transparent 92%, #f13624 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .4s ease;
    border-bottom: 2px solid #f13624;
    color: #f13624;
    display: inline-block
}

.yellow-border-box p a.hover-effect-inline-red:hover {
    background-size: 100% 100%;
    border-bottom-width: 0
}

.yellow-border-box.red-txt p a.inline-anchor {
    color: #f13624;
    font-weight: 100;
    display: inline
}

.content-table.multicolor-table.colord-numbr-list.four-col-table table tr {
    border-bottom: 0
}

.content-table.multicolor-table.colord-numbr-list.four-col-table table thead tr {
    border-bottom: 0
}

.content-table.multicolor-table.colord-numbr-list.four-col-table table thead tr th {
    font-size: 24px;
    padding: 20px 25px;
    width: 25%;
    border: none
}

.content-table.multicolor-table.colord-numbr-list.four-col-table table thead tr th:first-child {
    background: #fa9392
}

.content-table.multicolor-table.colord-numbr-list.four-col-table table thead tr th:nth-child(2) {
    background: #c3edff
}

.content-table.multicolor-table.colord-numbr-list.four-col-table table thead tr th:nth-child(3) {
    background: #f9d94e
}

.content-table.multicolor-table.colord-numbr-list.four-col-table table thead tr th:last-child {
    background: #9ff4e1
}

.content-table.multicolor-table.colord-numbr-list.four-col-table table tbody tr {
    border-bottom: 1px solid rgba(99, 110, 114, .2)
}

.content-table.multicolor-table.colord-numbr-list.four-col-table table tbody tr:last-child {
    border-bottom: 0
}

.content-table.multicolor-table.colord-numbr-list.four-col-table table tbody tr td {
    width: 25%;
    padding: 20px 25px;
    font-size: 20px;
    line-height: 1.2;
    border: none
}

.content-table.multicolor-table.colord-numbr-list.four-col-table table tbody tr td:first-child {
    background: #ffa2a1
}

.content-table.multicolor-table.colord-numbr-list.four-col-table table tbody tr td:nth-child(2) {
    background: #cef0ff
}

.content-table.multicolor-table.colord-numbr-list.four-col-table table tbody tr td:nth-child(3) {
    background: #ffe75b
}

.content-table.multicolor-table.colord-numbr-list.four-col-table table tbody tr td:last-child {
    background: #bdfff0
}

.content-table table thead tr {
    border-bottom: 0
}

p.sml-circl-bullt {
    padding-left: 30px;
    position: relative
}

p.sml-circl-bullt::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #444;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 14px
}

.content-table.multicolor-table.colord-numbr-list.ls-td-lft-spc table tbody tr td:first-child {
    padding-left: 35px
}

.marBot15 {
    margin-bottom: 15px
}

.content-table.ls-td-lft-spc table tr td {
    padding-left: 30px
}

.content-table.multicolor-table.ls-td-lft-spc table tbody tr:last-child td {
    border-bottom: 0
}

.content-table.multicolor-table.ls-td-lft-spc table tbody tr:last-child td:first-child {
    border-bottom: 0
}

.lft-spc-list {
    margin-left: 50px
}



.download-form-outer{
	 background:#EEF3FF;
	 display: flex;
	 position:relative;
}


.download-form-outer .download-form-inner:before {
    content: "";
    background: url(/wp-content/uploads/2025/03/ring-bg.svg);
    background-repeat: no-repeat;
    width: 260px;
    height: 217px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.download-form-outer .ebook-download {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 30px 0 0;
    padding: 0;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}

.download-form-outer  .ebook-img {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 15px;
}

.download-form-outer  .ebook-download-form {
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 35px;
}

b{
	font-weight:600 !important
}

strong{
	font-weight:700 !important
}

.single-post-content .middleCOntent h2{
	margin-bottom: 0px;
	padding-bottom:0px
}


@media only screen and (max-width:1550px) {
    .content-table.multicolor-table table thead tr th {
        font-size: 26px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li .insights-ebook-form h2 {
        font-size: 32px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li .download-form p.privacy-txt::before {
        top: -3px
    }
    .single-post-content h4.heading-thin>span {
        top: 3px
    }
    .software-testing-page .content-table.multicolor-table.colord-numbr-list table thead tr th {
        font-size: 22px;
        padding: 25px 20px 23px
    }
    .software-testing-page .content-table.multicolor-table.colord-numbr-list table tbody tr td:first-child {
        padding-left: 50px
    }
    .software-testing-page .content-table.multicolor-table.colord-numbr-list table tbody tr td:first-child span {
        left: 25px
    }
    .software-testing-page .content-table {
        padding: 50px 0 0
    }
    .agile-cta-txt {
        top: 40px
    }
    .agile-cta-txt h5 {
        font-size: 54px
    }
    .agile-cta-txt p {
        font-size: 26px;
        margin: 10px 0 20px
    }
    .content-table.multicolor-table.colord-numbr-list.custom-two-cols-td-spc table tbody tr td:first-child {
        padding-left: 30px
    }
    .content-table.multicolor-table.colord-numbr-list table thead tr th {
        font-size: 24px;
        padding: 25px 30px 23px
    }
    .sft-dev-table .content-table.multicolor-table.colord-numbr-list table thead tr th {
        font-size: 22px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold li span {
        font-size: 20px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list.sml-bullts {
        padding-left: 15px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list li::after {
        left: -15px
    }
    .content-table.multicolor-table.colord-numbr-list table tbody tr td:first-child {
        padding-left: 30px
    }
    .content-table.multicolor-table.colord-numbr-list table tbody tr td:first-child span {
        left: 30px
    }
    .outsource-page ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list li::after {
        left: -25px
    }
    .outsource-page ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list {
        padding-left: 30px
    }
}

@media only screen and (max-width:1440px) {
    .content-table.border-table.td-wid-50 table tr th,
    .content-table.border-table.td-wid-50 table tr td {
        width: 55%
    }
    .content-table.border-table.three-cols table tr th,
    .content-table.border-table.three-cols table tr td {
        padding: 35px 25px 23px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list li::after {
        top: 10px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li {
        margin-bottom: 90px
    }
    .content-table.multicolor-table table tbody tr td {
        font-size: 20px
    }
    .content-table.multicolor-table table thead tr th {
        font-size: 22px
    }
    p.img-credit-txt {
        margin-top: -50px;
        font-size: 16px
    }
    .agile-cta-txt {
        top: 40px
    }
    .agile-cta-txt h5 {
        font-size: 44px
    }
    .agile-cta-txt p {
        font-size: 22px
    }
    .outsource-page ul.hub-list-style.left-spc.lft-align-bullts {
        padding-left: 80px
    }
    .softwr-dev-page ul.hub-list-style.left-spc.lft-align-bullts {
        padding-left: 80px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list li::after {
        left: -10px
    }
    .mrtop50 {
        margin-top: 35px
    }
    ul.hub-list-style.left-spc.circl-top1440 li:before {
        width: 9px;
        height: 9px
    }
    .content-table.multicolor-table.colord-numbr-list.four-col-table table thead tr th {
        font-size: 20px;
        padding: 20px
    }
    .content-table.multicolor-table.colord-numbr-list.four-col-table table tbody tr td {
        font-size: 18px;
        padding: 20px
    }
    .content-table.multicolor-table.colord-numbr-list.four-col-table table tbody tr td:first-child {
        padding-left: 20px
    }
    p.sml-circl-bullt::before {
        top: 11px
    }
    .lft-spc-list {
        margin-left: 30px
    }
}

@media only screen and (max-width:1300px) {
    .content-table table tr td {
        padding: 25px;
        font-size: 16px
    }
}

@media only screen and (max-width:1199px) {
    .ebook-div.shortn-spc-botm {
        padding-bottom: 0
    }
    ul.hub-list-style.left-spc.lft-align-bullts {
        padding-left: 120px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold {
        padding-left: 60px
    }
    .yellow-border-box.red-txt span.cust-txt-red {
        font-size: 18px
    }
    .content-table.multicolor-table table thead tr th {
        font-size: 20px;
        padding: 25px 25px 23px
    }
    .content-table.multicolor-table table tbody tr td {
        font-size: 18px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.spc-lft80-n-alpha {
        padding-left: 50px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold li::marker {
        font-size: 20px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold li span {
        font-size: 21px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li {
        margin-bottom: 60px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list li {
        margin-bottom: 20px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list li::after {
        top: 6px
    }
    .mrtop50 {
        margin-top: 40px
    }
    .number-list li {
        padding-left: 20px
    }
    .download-form-inner.ebook-yellow-circle:before {
        background-size: 80%
    }
    .ux-page ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold {
        padding-left: 130px
    }
    .software-testing-page ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml.less-btm-spc {
        padding-left: 90px
    }
    p.img-credit-txt {
        margin-top: -20px;
        font-size: 14px
    }
    .agile-cta-txt {
        top: 40px
    }
    .agile-cta-txt h5 {
        font-size: 34px
    }
    .agile-cta-txt p {
        font-size: 18px
    }
    .agile-cta-txt {
        top: 35px;
        left: 40px
    }
    .outsource-page ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list {
        padding-left: 30px
    }
    h6.hub-sml-heading {
        font-size: 22px
    }
    .outsource-page ul.hub-list-style.left-spc li {
        margin-bottom: 20px;
        padding-left: 30px
    }
    .outsource-page ul.hub-list-style.left-spc li:last-child {
        margin-bottom: 0
    }
    .outsource-page .hub-list-style li::before {
        width: 8px;
        height: 8px
    }
    .outsource-page ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list li::after {
        width: 8px;
        height: 8px
    }
    .outsource-page ul.hub-list-style.number-list.marker-bold li {
        padding-left: 5px
    }
    .content-table.multicolor-table.colord-numbr-list table thead tr th {
        font-size: 20px;
        padding: 25px 20px 23px
    }
    .softwr-dev-page ul.hub-list-style.left-spc.bold-heading-list li span {
        line-height: 1.1
    }
    .sft-dev-table .content-table.multicolor-table.colord-numbr-list table thead tr th {
        font-size: 20px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml.sft-dev-table>li ul.bullts-list {
        padding-left: 20px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml.sft-dev-table>li ul.bullts-list li::after {
        width: 8px;
        height: 8px
    }
    ul.bullts-list.sml-bullts.td-styl-list li:before {
        top: 8px
    }
    .agile-page-cta {
        margin-top: 70px
    }
    .content-table.multicolor-table.colord-numbr-list.four-col-table table thead tr th {
        font-size: 18px;
        padding: 15px 10px
    }
    .content-table.multicolor-table.colord-numbr-list.four-col-table table tbody tr td:first-child {
        padding-left: 15px
    }
    .yellow-border-box.box-align-lft {
        margin: 60px 0
    }
    p.sml-circl-bullt {
        padding-left: 20px
    }
    p.sml-circl-bullt::before {
        top: 9px
    }
    .content-table.ls-td-lft-spc table tr td {
        padding-left: 20px
    }
    .content-table.multicolor-table.colord-numbr-list.ls-td-lft-spc table tbody tr td:first-child {
        padding-left: 20px
    }
    .lft-spc-list {
        margin-left: 20px
    }
	
	body .e-con.e-flex > .e-con-inner > div.bnr_h .head-banner .elementor-heading-title{
		font-size: 46px;
        line-height: 54px;
	}
	
}

@media only screen and (max-width:991px) {
    .ul-sm-heading {
        margin: 45px 0 0 20px
    }
    ul.hub-list-style.left-spc.lft-align-bullts {
        padding-left: 40px
    }
    .yellow-border-box h6 {
        font-size: 16px
    }
    .yellow-border-box h6 span {
        font-size: 14px
    }
    .yellow-border-box.red-txt span.cust-txt-red {
        font-size: 16px
    }
    .content-table.multicolor-table table thead tr th {
        padding: 25px 20px 23px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml {
        padding-left: 45px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list {
        padding-left: 30px
    }
    .ux-page ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold {
        padding-left: 50px
    }
    .software-testing-page .content-table.mar-lft-styled {
        margin-left: 20px
    }
    .software-testing-page .content-table.multicolor-table.colord-numbr-list table thead tr th {
        font-size: 18px;
        padding: 15px
    }
    .software-testing-page ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml.less-btm-spc {
        padding-left: 60px
    }
    .software-testing-page img.wid80 {
        width: 80%;
        margin: 50px auto 30px;
        margin-left: 0
    }
    .agile-page ul.hub-list-style.left-spc.align-bullts.more-lft-spc.number-list.lft-aligned-num-list {
        padding-left: 40px
    }
    .agile-page ul.hub-list-style.left-spc.lft-align-bullts.agile-li-lft-spc {
        padding-left: 30px
    }
    .lft-pad-spc-0 {
        padding-left: 0 !important
    }
    .agile-cta-txt {
        top: 40px
    }
    .agile-cta-txt h5 {
        font-size: 24px
    }
    .agile-cta-txt p {
        font-size: 14px;
        margin: 5px 0 10px
    }
    .agile-cta-txt {
        top: 20px;
        left: 20px
    }
    .agile-page ul.hub-list-style.left-spc.lft-align-bullts {
        padding-left: 30px
    }
    .content-table.multicolor-table.colord-numbr-list.multicolor-two-cols table tbody tr td:first-child {
        padding-left: 25px
    }
    .content-table.multicolor-table.colord-numbr-list.multicolor-two-cols table thead tr th {
        font-size: 24px;
        padding: 15px 25px
    }
    h6.hub-sml-heading {
        padding: 0 0 0 0;
        font-size: 20px
    }
    .outsource-page ul.hub-list-style.left-spc.lft-align-bullts {
        padding-left: 30px
    }
    .softwr-dev-page ul.hub-list-style.left-spc.lft-align-bullts {
        padding-left: 30px
    }
    .softwr-dev-page .content-table.mar-lft-styled {
        margin-left: 20px;
        padding-bottom: 0
    }
    .softwr-dev-page .content-table.multicolor-table.colord-numbr-list.multicolor-two-cols table thead tr th {
        font-size: 18px;
        padding: 15px 20px
    }
    .softwr-dev-page .content-table table tr td {
        padding: 15px
    }
    .softwr-dev-page .content-table.multicolor-table.colord-numbr-list.multicolor-two-cols table tbody tr td:first-child {
        padding-left: 20px
    }
    ul.bullts-list.sml-bullts.td-styl-list {
        padding-left: 30px
    }
    ul.bullts-list.sml-bullts.td-styl-list li:before {
        left: -20px
    }
    .softwr-dev-page .content-table.mar-lft-styled {
        margin-left: 0
    }
    ul.hub-list-style.left-spc.circl-top1440 li:before {
        width: 8px;
        height: 8px
    }
    .content-table.multicolor-table.colord-numbr-list.four-col-table table thead tr th {
        font-size: 16px
    }
    .content-table.multicolor-table.colord-numbr-list.four-col-table table tbody tr td:first-child {
        padding-left: 10px
    }
    .content-table.multicolor-table.colord-numbr-list.four-col-table table tbody tr td {
        font-size: 16px;
        padding: 20px 10px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list li::after {
        width: 8px;
        height: 8px
    }
    .content-table.mar-lft-styled {
        margin-left: 20px
    }
    .lft-spc-list {
        margin-left: 0
    }
	
	.hs-message.hs-fieldtype-textarea .hs-error-msgs{
		    margin-top: -5px;
	}
	
	
}

@media screen and (max-width:767px) {
	
	body .e-con.e-flex > .e-con-inner > div.bnr_h .head-banner .elementor-heading-title{
		font-size: 34px;
        line-height: 44px;
	}
	
    .single-post-content h2,
    .single-post-content p,
    .single-post-content h3,
    .single-post-content h4 {
        padding-left: 0
    }
    ul.hub-list-style.left-spc.more-lft-spc {
        padding-left: 10px
    }
    .ebook-div.shortn-spc-botm {
        padding-bottom: 30px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml {
        padding-left: 40px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml {
        padding-left: 20px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.spc-lft80-n-alpha {
        padding-left: 0
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold li span {
        font-size: 19px
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold li {
        padding-left: 0
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list li::after {
        width: 8px;
        height: 8px
    }
    .ux-page.single-post-content h4 {
        margin-left: 0
    }
    .ux-page.single-post-content h4.heading-thin {
        padding-left: 30px
    }
    h4.mbl-lft-spc {
        padding-left: 25px
    }
    .ux-page ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold {
        padding-left: 30px
    }
    .software-testing-page .content-table.mar-lft-styled {
        margin-left: 0
    }
    .software-testing-page ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml.less-btm-spc {
        padding-left: 30px
    }
    .software-testing-page .content-table.multicolor-table.colord-numbr-list.multicolor-two-cols.lft-spc-0 table tbody tr td:first-child {
        padding-left: 20px
    }
    .marTop0 {
        margin-top: 0
    }
    .software-testing-page.single-post-content h4 {
        margin-left: 0
    }
    .agile-page ul.hub-list-style.left-spc.align-bullts.more-lft-spc.number-list.lft-aligned-num-list {
        padding-left: 20px
    }
    .lft-pad-spc-0 {
        margin-left: 0 !important
    }
    .content-table.mar-lft-styled {
        margin-left: 0
    }
    .content-table.multicolor-table.colord-numbr-list.multicolor-two-cols table thead tr th {
        font-size: 20px;
        padding: 15px 20px
    }
    .content-table.multicolor-table.colord-numbr-list.multicolor-two-cols table tbody tr td {
        padding-left: 20px
    }
    .content-table.multicolor-table.colord-numbr-list.multicolor-two-cols table tbody tr td:first-child {
        padding-left: 20px
    }
    .software-testing-page .content-table.multicolor-table.colord-numbr-list table tbody tr td:first-child span {
        left: 10px
    }
    .content-table.multicolor-table table tbody tr td {
        font-size: 16px
    }
    .agile-page.single-post-content h4 {
        margin-left: 0
    }
    .agile-page ul.hub-list-style.left-spc.lft-align-bullts.agile-li-lft-spc {
        padding-left: 0
    }
    .agile-page-cta {
        background: #f9d94e;
        padding: 25px
    }
    .agile-page-cta .agile-cta-img {
        display: none
    }
    .agile-page-cta .agile-cta-txt {
        top: 0;
        left: 0;
        position: relative
    }
    .agile-cta-txt h5 br {
        display: none
    }
    .agile-cta-txt p br {
        display: none
    }
    .agile-page ul.hub-list-style.left-spc.lft-align-bullts {
        padding-left: 10px
    }
    .agile-page ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li {
        margin-bottom: 40px
    }
    .agile-page ul.hub-list-style.left-spc.bold-heading-list.inner-alpha-botm-ls-spc li {
        margin-bottom: 15px
    }
    .agile-page ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.inner-alpha-botm-ls-spc {
        margin-top: 30px;
        padding-left: 20px
    }
    .agile-page .content-table.multicolor-table.colord-numbr-list.multicolor-two-cols {
        padding-top: 0
    }
    .agile-cta-txt h5 {
        font-size: 26px
    }
    .agile-cta-txt p {
        font-size: 16px
    }
    .single-post-content.mobile-app-dev-page>h4 {
        margin-left: 0
    }
    .magento-page.single-post-content h4 {
        margin-left: 0
    }
    .outsource-page ul.hub-list-style.left-spc.lft-align-bullts {
        padding-left: 10px
    }
    .outsource-page ul.hub-list-style.left-spc.more-lft-spc {
        padding-left: 20px
    }
    .outsource-page.single-post-content h4 {
        margin-left: 0
    }
    .softwr-dev-page ul.hub-list-style.left-spc.lft-align-bullts {
        padding-left: 10px
    }
    .softwr-dev-page ul.hub-list-style.left-spc.more-lft-spc {
        padding-left: 20px
    }
    .mobil-page-changes.single-post-content h4 {
        margin-left: 0
    }
    ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml.sft-dev-table>li ul.bullts-list li::after {
        left: -20px
    }
    .outsource-page ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list li::after {
        left: -20px
    }
    .outsource-page ul.hub-list-style.left-spc.bold-heading-list.alphabet-list-bold.num-list-bold-sml>li ul.bullts-list {
        padding-left: 25px
    }
    .yellow-border-box.red-txt p+br {
        display: none
    }
    .agile-page-cta {
        margin-top: 40px
    }
    p.sml-circl-bullt::before {
        top: 6px
    }
}


@media screen and (max-width:639px) {
   .download-form-outer .ebook-img {
		flex: 0 0 100%;
		max-width: 100%; 
	}
	
	.download-form-outer  .ebook-download-form {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
	}
}


@media screen and (max-width:593px) {
    body .middleCOntent.right-side.content-area .client-saying .client-details h4{
		margin-top: 10px;
	}
}



@media screen and (max-width:480px) {
    ul.hub-list-style.left-spc.lft-align-bullts {
        padding-left: 30px
    }
    .ux-page ul.hub-list-style.left-spc.lft-align-bullts {
        padding-left: 10px
    }
}