img {
    vertical-align: middle;
    max-width: 100%
}

.container {
    max-width: 1462px;
    width: 100%
}

.row {
    display: flex
}

.hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(0 32 64 / .85);
    padding: 80px 20px;
    box-sizing: border-box;
    background: url(/wp-content/themes/wytlabs/E-commerce-seo-new/images/banner_img.png) no-repeat center center/cover
}

.hero-content {
    padding-right: 20px;
    display: flex;
    align-items: center
}

div#calendly {
    padding-left: 25px
}

.hero-content h1 {
    color: #000;
    font-family: Questrial;
    font-size: 74px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.hero-content p {
    margin: 20px 0;
    color: #000;
    font-family: Questrial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-right: 20%
}

.hero-content a.button,.common-button {
    display: inline-block;
    padding: 22px 36px;
    border-radius: 8px;
    background: #169CF5;
    color: #fff !important;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #fff;
    font-family: Questrial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: inline-flex;
    margin-top: 20px
}

.hero-content a.button:hover,.common-button:hover {
    color: #000 !important;
    -webkit-text-stroke-color: #000;
    background: #169CF5
}

.partner-section {
    background: #F4F9FF;
    padding: 60px 20px;
    text-align: center;
    color: #000
}

/*.seo-title-heading {*/
/*    margin-bottom: 5rem*/
/*}*/

.seo-title-heading h2,.why_choose_us_content h2 {
    color: #242424;
    text-align: center;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #000;
    font-family: Questrial;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.seo-title-heading p {
    color: #000;
    font-family: Questrial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding: 40px 4% 0
}

.partner-section .seo-title-heading {
    margin-bottom: 0px
}

.partner-section .seo-title-heading p {
    padding-top: 15px
}

.partner-logos .logo-slide {
    display: flex!important;
    justify-content: center;
    align-items: center;
    padding: 0px 30px;
    background: #fff;
    border-radius: 63px;
    box-shadow: 0 4px 20px rgb(0 0 0 / .2);
    transition: transform 0.3s ease;
    height:87px;
}
.partner-logos .logo-slide img{
     height: 100%;
     width: 100%;
     object-fit: contain;
}
 

.partner-section .slick-center .logo-slide {
    border-radius: 100px;
    background: #fff;
	padding: 5px 46px;
}
.partner-section .slick-center .logo-slide img{
    height: auto;
}
.partner-logos .slick-slide, .partner-logos .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transition: all 0.4s ease-in-out;
}
.partner-logos .slick-slide{
    margin: 0px 8px;
    box-sizing: content-box;
}
.partner-section .slick-center{
   transform: scale(1.2, 1.3);
    margin: 0px 30px;
}

.slick-dots li button:before {
    color: #fff;
    opacity: .5
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff
}

.slick-track,.slick-list {
    display: flex!important;
    /* justify-content: center; */
}

.partner-section .slick-track {
    align-items: center;
    padding: 54px 18px;
}

.slick-list.draggable {
    padding: 0px!important
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px
}

.partner-section .slick-dots {
    margin-top: 0px
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 22px;
    background: #9F9A9A
}

.slick-dots li button {
    display: none
}

.slick-dots li.slick-active {
    background: #169CF5;
    opacity: 1;
    width: 24px;
    height: 24px
}

.why-E-commerce-wrapper {
    background: linear-gradient(180deg,#D9F1FF 0%,#FFF 136.47%);
    padding: 60px 20px;
    text-align: center;
    color: #fff
}

.steps {
    display: flex;
    position: relative;
    padding-top: 100px
}

img.man_img {
    position: absolute;
    left: 0;
    right: 0;
    top: -210px;
    margin: 0 auto
}

img.man_img2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -445px
}

.step {
    width: 20%;
    background: #F5FBFF;
    padding: 25px 14px;
    float: left;
    position: relative
}

.step:nth-child(2) {
    background: #E1EFF9;
    margin-top: -30px
}

.step:nth-child(3) {
    background: #DCEFFC;
    margin-top: -60px
}

.step:nth-child(4) {
    background: #CDEBFF;
    margin-top: -90px
}

.step:nth-child(5) {
    background: #B5E2FF;
    margin-top: -120px
}

.step .step-icon {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.step:nth-child(2) .step-icon {
    height: 110px
}

.step:nth-child(3) .step-icon {
    height: 140px
}

.step:nth-child(4) .step-icon {
    height: 170px
}

.step:nth-child(5) .step-icon {
    height: 200px
}

.step h3 {
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #000;
    font-family: Questrial;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px
}

.step p {
    color: #636363;
    text-align: center;
    font-family: Questrial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.seo-title-heading.why-section {
    text-align: left;
    width: 52%
}

.seo-title-heading.why-section h2 {
    color: #169CF5;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #169CF5;
    font-family: Questrial;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left
}

.seo-title-heading.why-section h3 {
    color: #000;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #000;
    font-family: Questrial;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left
}

.seo-title-heading.why-section p {
    padding: 20px 0
}

.SEO-Illustration-section {
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / .11);
    padding: 60px 0
}

.seo-content-column .seo-title-heading {
    margin: 0
}

.container-seo-content {
    padding: 0 3.5%
}

.seo-content-column h3 {
    color: #242424;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #000;
    font-family: Questrial;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px
}

.seo-content-column h2 {
    color: #0386DC;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #0386DC;
    font-family: Questrial;
    font-size: 57px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left
}

.seo-content-column .seo-title-heading p {
    padding: 10px 0;
    color: #242424;
    font-family: Questrial;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.seo-image-column {
    display: flex;
    align-items: center;
    justify-content: center
}

.seo-content-column .seo-title-heading h2 {
    padding-bottom: 12px
}

.container-seo-content .row {
    align-items: center
}

.strategy-section {
    padding: 70px
}

.container-strategy {
    border-radius: 25px;
    background: #DFF3FF;
    padding: 60px 5%;
    border-radius: 23px;
    background: linear-gradient(179deg,#DFF3FF 1.19%,#FFF 151.82%);
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / .14);
    position: relative
}

.container-strategy:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/wp-content/themes/wytlabs/E-commerce-seo-new/images/Polygon.png);
    background-repeat: no-repeat;
    background-position: 130px 0;
    width: 100%;
    height: 60px
}

.container-strategy .seo-title-heading p {
    padding: 30px 5%;
    text-align: center
}

.nav-faq_area li {
    margin-bottom: 20px
}

.nav-faq_area li a {
    color: #0C0C0C;
    font-family: Questrial;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    background: #D9F0FF;
    padding: 15px 15px 14px
}

.nav-faq_area li.active a {
    background: #169CF5;
    color: #fff
}

.nav-faq_area>li>a:focus,.nav-faq_area>li>a:hover {
    background-color: #169cf5;
    color: #fff
}

.et_txt {
    display: flex;
    flex-wrap: wrap
}

.et_txt h4 {
    font-size: 36px;
    color: #169cf5;
    font-weight: 700
}

.et_txt p {
    color: #242424;
    font-family: Questrial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    width: 100%;
    padding: 5px 0px 10px;
}

.nav-faq_area li.active a:after,.nav-faq_area li:hover a:after {
    content: '';
    border-left: 13px solid #fff0;
    border-right: 13px solid #fff0;
    border-bottom: 20px solid #169cf5;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    display: block;
    position: absolute;
    right: -22px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 9;
    height: 20px;
    transition: .4s
}

.et_txt img {
    float: left;
    margin: 45px auto 40px;
    max-width: 550px;
    width: 100%;
}

.tab-content .tab-pane {
    background: #fff0;
    box-shadow: none;
    border-radius: 0;
    float: none;
    padding: 0 15px;
    min-height: initial
}

.results-section {
    padding: 60px 7% 100px;
    text-align: center;
    background-color: #edf8fe;
    background-image: url(/wp-content/themes/wytlabs/E-commerce-seo-new/images/real_bg.png);
    background-size: cover;
    background-position: center center
}

.results-section .seo-title-heading p {
    padding: 40px 17% 0
}

.result-content {
    margin-bottom: 10rem;
    border: 1px solid #169CF5;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / .08);
    flex-wrap: wrap
}

.result-card {
    padding: 0;
    border-radius: 14.167px 14.167px 0 0;
    border: .537px solid #169CF5;
    background: #FFF;
    box-shadow: 0 2.361px 2.361px 0 rgb(0 0 0 / .25);
    max-width: 425px;
    width: 100%;
    margin: auto
}

.result-card .card-header {
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-radius: 21.819px 21.819px 0 0;
    background: #169CF5;
    color: #FFF;
    text-align: center;
    font-family: Questrial;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.result-card .stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    color: #000;
    text-align: center;
    font-family: Questrial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
    position: relative
}

.result-card .stats .stats-box {
    padding: 12px 9px;
    position: relative;
    margin: 0;
    width: 50%;
    background-image: url(/wp-content/themes/wytlabs/E-commerce-seo-new/images/line.png);
    background-repeat: no-repeat;
    background-position: center right
}

.result-card .stats .stats-box:last-child {
    border-right: none
}

.result-card .description p {
    color: #000;
    font-family: Questrial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    padding: 15px 0
}

.result-card .description {
    padding: 0 20px 20px;
    font-size: .95rem;
    color: #444
}

.result-card a {
    display: block;
    color: #007bff;
    text-decoration: none;
    font-weight: 700;
    margin-top: 10px
}

.illustration img {
    margin: 0;
    
}
.cs_logo_box img{
    max-width: 200px;
}
.bottom-cta {
    margin: 0 auto;
    border: 1px solid #000;
    padding: 0 30px;
    border-radius: 5px;
    background: #fff0;
    max-width: 1024px;
    width: 100%
}

.bottom-cta h3 {
    color: #000;
    text-align: center;
    font-family: Questrial;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #edf8fe;
    display: inline-flex;
    margin-top: -70px;
    padding: 0 15px
}

.bottom-cta p {
    font-size: 1rem;
    color: #444;
    margin-bottom: 20px;
    padding-top: 30px
}

.bottom-cta .common-button {
    padding: 20px 36px;
    position: relative;
    top: 28px;
    margin-top: 0
}

.stats .counter {
    color: #169CF5;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #169CF5;
    font-family: Questrial;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	margin-bottom: 4px;
}

.result-card .description a {
    color: #169CF5;
    font-family: Questrial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: left
}

.bottom-cta-wrp .slick-slide {
    padding: 40px 0
}

.bottom-cta p {
    color: #000;
    text-align: center;
    font-family: Questrial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px
}

.bottom-cta-wrp .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px
}

.bottom-cta-wrp .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
    background: #0B0B0B
}

.bottom-cta-wrp .slick-dots li.slick-active {
    background: #169CF5;
    width: 24px;
    height: 24px
}

.seo_testimonials_wrapper {
    overflow: hidden;
    padding: 80px 6% 80px;
    background: #E2F3FF
}

.seo_testimonials_wrapper .seo-title-heading p {
    text-align: center;
    padding: 30px 4% 30px
}

.seo_testimonials_wrapper .testimonial-card {
    color: #fff;
    padding: 0;
    margin: 10px;
    text-align: left;
    position: relative
}

.inn-testimonial-card {
    padding: 0 30px 30px
}

.seo_testimonials_wrapper .client-img {
    width: 124px;
    height: 124px;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 25px;
    margin-top: -40px
}

img.q_up {
    margin: auto
}

.seo_testimonials_wrapper .testimonial-card h3 {
    color: #000;
    font-family: Questrial;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px
}

.seo_testimonials_wrapper .testimonial-card h4 {
    margin-bottom: 20px;
    color: #5E5E5E;
    font-family: Questrial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.seo_testimonials_wrapper .testimonial-card p {
    color: #000;
    text-align: center;
    font-family: Questrial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px
}

.seo_testimonials_wrapper .stars {
    color: gold;
    margin-top: 15px;
    font-size: 35px
}

.slide-show .slick-slide {
    background: #FFF;
    margin: 0 15px;
    display: flex;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    text-align: center
}

.testimonial-card {
    position: relative;
    padding: 0
}

.testimonial-card.slick-center:after {
    background-image: url(/wp-content/themes/wytlabs/E-commerce-seo-new/images/t2.png)
}

.seo-testimonial-slider .slick-track {
    padding-top: 80px
}

.why-choose-section {
    background: url(/wp-content/themes/wytlabs/E-commerce-seo-new/images/brand_bg.png) no-repeat center center / cover;
    background-color: #cee5f5;
    padding: 80px 0
}

section.why-choose-section .seo-title-heading p {
    padding: 30px 5% 0;
    text-align: center
}

.reason-box {
    background: url(/wp-content/themes/wytlabs/E-commerce-seo-new/images/w_arrow1.png) no-repeat center center / cover;
    max-width: 1027px;
    width: 100%;
    height: 253px;
    display: flex;
    align-items: center;
    padding: 0 50px 0 70px;
    margin: auto
}

.reason-box:nth-child(2n) {
    background: url(/wp-content/themes/wytlabs/E-commerce-seo-new/images/w_arrow2.png) no-repeat center center / cover;
    flex-direction: row-reverse;
    position: relative;
    left: 15px;
    margin-bottom: 30px
}

.reason-box .number {
    width: 134px;
    height: 61px;
    background: #47C8FF;
    color: #FFF;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-family: Questrial;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.reason-box .content h4 {
    color: #000;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #000;
    font-family: Questrial;
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.reason-box .content p {
    color: #242424;
    text-align: center;
    font-family: Questrial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px
}

.reason-box:nth-child(2n) .content {
    flex-direction: row-reverse;
    top: 0;
    padding: 0 30px 0 0
}

.reason-box .content {
    display: flex;
    align-items: center;
    position: relative;
    top: -15px;
    width: 86%
}

.reason-box .r_inn_content {
    padding: 0 30px;
    text-align: center;
    width: 100%
}

.reason-box .icon {
    position: relative;
    top: -15px
}

.reason-box:nth-child(2n) .icon {
    position: relative;
    top: 0
}

.why_choose_us_content {
    text-align: center;
    padding: 50px 50px 0
}

.why_choose_us_content p {
    padding: 35px 10%
}

.faq-section {
    background: url(/wp-content/themes/wytlabs/E-commerce-seo-new/images/bg7.png) no-repeat center center / cover;
    padding: 60px 20px;
    text-align: center
}

.faq-section .seo-title-heading p {
    padding: 20px 4% 0
}

.accordion-item {
    border-bottom: 1px solid #B0E0FF;
    margin-bottom: 24px
}

.accordion-header {
    background: #B0E0FF;
    width: 100%;
    border: none;
    text-align: left;
    cursor: pointer;
    color: #000;
    font-family: Questrial;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding: 15px 63px 15px 15px;
    transition: background 0.3s ease
}

.accordion-header::after {
    content: '';
    background: url(/wp-content/themes/wytlabs/E-commerce-seo-new/images/f-up.png) no-repeat center center / cover;
    width: 33px;
    height: 33px;
    position: absolute;
    right: 15px;
    top: 11px;
    transition: transform 0.3s ease;
    outline: none
}

.accordion-header.active::after,button.accordion-header:hover::after {
    background: url(/wp-content/themes/wytlabs/E-commerce-seo-new/images/f-down.png) no-repeat center center / cover
}

.accordion-body {
    display: none;
    padding: 0 16px 16px;
    background: #B0E0FF;
    transition: transform 0.3s ease
}

.accordion-item:nth-child(1) .accordion-body {
    display: block
}

.accordion-body p {
    color: #0B0B0B;
    font-family: Questrial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: left
}

button.accordion-header.active,button.accordion-header:hover {
    background: #169CF5;
    color: #fff
}

.row.faqs-boxes {
    align-items: center
}

.seo-cta-section {
    background: url(/wp-content/themes/wytlabs/E-commerce-seo-new/images/cta-bg.png) no-repeat center center / cover;
    padding: 60px 20px
}

.seo-cta-content h2 {
    color: #000;
    font-family: Questrial;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 5px
}

.seo-cta-content p {
    color: #000;
    font-family: Questrial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-top: 25px
}

.seo-cta-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.seo-cta-content {
    width: 74%;
    padding-right: 2%
}

.why-choose-section .seo-title-heading p {
    text-align: center;
    padding: 40px 9% 0
}

h3.mobile {
    display: none
}

img.radial {
    position: absolute;
    right: -22px;
    top: -76px
}

.why-E-commerce-wrapper .container {
    position: relative
}

.tab-pane.fade.active.show {
    opacity: 1
}

ul#result {
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / .08);
    width: 100%;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center
}

ul#result li {
    float: left;
    margin-bottom: 0;
    color: #000;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #000;
    font-family: Questrial;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 33.3333%;
}

ul#result li button {
    background-color: #fff0;
    display: block;
    height: 144px;
    width: 100%;
    background-image: url(/wp-content/themes/wytlabs/E-commerce-seo-new/images/line.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 0;
    text-align: left;
    padding-left: 105px;
}

ul#result li button.active {
    background: #1493E8;
    border: 1px solid #1493E8;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / .08);
    color: #FFF;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #FFF;
}

.results-section .illustration {
    text-align: left
}

.description {
    padding: 10px 0 30px
}

.tab-content {
    padding: 50px 30px
}

.result-card .stats .stats-box:nth-child(2n),.result-card .stats .stats-box:last-child {
    background-image: none
}

.stats:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(/wp-content/themes/wytlabs/E-commerce-seo-new/images/line.png);
    background-repeat: no-repeat;
    background-position: center right;
    width: 1px;
    height: 57px;
    top: 70px;
    margin: auto;
    transform: rotate(90deg)
}

.footer-flex,header,.menu_wrp {
    display: none!important
}

.container-fluid.footer {
    padding-top: 0
}

.testimonails-row .slick-prev,.testimonails-row .slick-next {
    position: absolute;
    top: auto;
    bottom: -158px;
    left: 0!important;
    right: 0;
    margin: auto;
    transform: none!important;
    width: 56px;
    height: 56px;
    opacity: 1;
    box-shadow: none
}

.testimonails-row .slick-prev {
    left: -80px!important;
    background-image: url(/wp-content/themes/wytlabs/E-commerce-seo-new/images/prev.png)!important
}

.testimonails-row .slick-next {
    right: -80px!important;
    background-image: url(/wp-content/themes/wytlabs/E-commerce-seo-new/images/next.png)!important
}

.video-gallery {
    display: flex;
    flex-wrap: wrap
}

.video-gallery a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s
}

.video-gallery a:hover {
    transform: scale(1.03)
}

.video-gallery img {
    width: 100%;
    display: block;
    height: 358px;
    object-fit: cover
}

a.t_video {
    position: relative
}

span.v_icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.client_details {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 3.648px;
    background: linear-gradient(0deg,#FFF 13.55%,rgb(255 255 255 / .58) 100%);
    width: 100%;
    text-align: center;
    padding: 10px
}

.video_r_box {
    padding: 10px
}

.client_details h6 {
    color: #010101;
    font-family: Questrial;
    font-size: 18.24px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.152px
}

.client_details p {
    color: #616161;
    font-family: Questrial;
    font-size: 10.42px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0
}

.inn_reason_box li {
    color: #000;
    font-family: Questrial;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px
}

.reasons {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between
}

.inn_reason_box li {
    color: #000;
    font-family: Questrial;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 4rem 0;
    background-image: url(/wp-content/themes/wytlabs/E-commerce-seo-new/images/dot.png);
    background-repeat: no-repeat;
    background-position: 0 9px;
    padding-left: 36px
}

.reason_circle {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.reason_box_wrp {
    max-width: 659px;
    width: 100%;
    height: 953px;
    padding: 45px 20px;
    background-size: 100% 100%;
    background-position: 0
}

.reason_box_wrp h3 {
    background: #169CF5;
    color: #FFF;
    text-align: center;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #FFF;
    font-family: Questrial;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px;
    margin: 0 -18px
}

.inn_reason_box ul {
    padding: 35px 50px
}

.reason_box_wrp.first .inn_reason_box ul {
    padding-right: 165px
}

.reason_box_wrp.second .inn_reason_box ul {
    padding-left: 180px;
    padding-right: 25px
}

.inn_reason_box ul li:last-child {
    margin-bottom: 0
}

.container-fluid.header_area {
    background: #000
}
li.nav-item button{
	position: relative;
}
li.nav-item button:before {
    content: '';
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url('../E-commerce-seo-new/images/icon-inactive.png');
    width: 66px;
    height: 66px;
}
li.nav-item button.active:before {
    background-image: url('../E-commerce-seo-new/images/icon-active.png');
}
.graph_chart span {
    color: #1493E8;
    font-family: Questrial;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.graph_chart p {
    color: #FFF;
    font-family: Questrial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.container_header {
    padding: 0 0 0 170px;
    transition: all .8s ease-in-out
}

.graph_chart {
    display: flex;
    flex-wrap: nowrap;
}
.marquee-container-box {
    padding: 10px 0;
    background: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
}
.marquee-container-box:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 201px;
    height: 100%;
    background: linear-gradient(90deg, #010101 0.01%, rgba(0, 0, 0, 0.37) 90.54%);
    transform: rotate(180deg);
}
.marquee-item-wrp {
    width: 23%;
}
.star_text {
    color: #FFF;
    font-family: Questrial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    width: 70%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.marquee-content {
    display: inline-flex;
    animation: scroll 20s linear infinite;
    align-items: center;
}

.marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-right: 160px;
}

.marquee-item {
    color: #FFF;
    font-family: Questrial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.number-text{
    color: #FFF;
    font-family: Questrial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}
span.number {
    color: #1493E8;
    font-family: Questrial;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
}

.marquee-item i {
    color: #fff;
    font-size: 16px;
    margin-right:20px
}

.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}
span.t-star {
    position: relative;
    top: -2px;
}.social_icon-new-ft {
    display: inline-block;
    margin-top: 10px
}

.social_icon-new-ft a i {
    transition: .2s all linear;
    color: #fff;
    font-size: 16px;
    border-radius: 100%;
    font-weight: 400!important;
    padding: 11px 12px;
    border: 1px solid #fff;
    margin: 5px
}

.social_icon-new-ft a i:hover {
    transition: .2s all linear;
    color: #169cf5;
    border: 1px solid #169cf5
}

.row_details {
    margin: 0
}

.footer-social-new {
    margin: 15px auto;
    text-align: center
}

.wwvw-iframe{
	display: none !important;
}
div#wprmenu_bar{
	display: none !important;
}
    body .wwvw-bubble-container {
        display: none ! IMPORTANT;
    }
	.partner-logos.slider {
    display: flex;
    flex-wrap: wrap;
}
.row.popup-inner {
    flex-wrap: wrap;
    margin: 0 -6px;
}
input.mytxt {
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    border: 1px solid #DBDBDB;
    background: transparent;
    color: #848484;
    font-family: Questrial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	border-radius:5px;
}

textarea.wpcf7-textarea {
    width: 100%;
    height: 120px;
    padding: 10px 10px;
    border: 1px solid #DBDBDB;
    background: transparent;
    resize: none;
    color: #848484;
    font-family: Questrial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	border-radius:5px;
}
.popup-form h4 {
    color: #9A9A9A;
    font-family: Questrial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.popup-form-heading {
    padding: 0 0px 10px;
}
.popup-text {
    padding: 0px 5px;
}
.contact-btn input {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 18px 25px;
}
.seo-calendly {
    background: #fff;
    padding: 40px 40px 10px;
    border-radius: 20px;
}

.contact-btn {
    display: flex;
    justify-content: center;
}
.popup-form-heading p {
    color: #9A9A9A;
    font-family: Questrial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

div#calendly-form {
    max-width: 600px;
    width: 100%;
}

.hero .row {
    position: relative;
}

.contact-btn input.wpcf7-submit {
    background: #169CF5;
    width: 100%;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	border-radius:5px;
}

.contact-btn p {
    width: 100%;
}
.contact-btn input.wpcf7-submit:hover{
	background:#000;
}
.inn-logo-slide {
    width: 160px;
    height: 50px;
}

.seo_testimonials_wrapper .video_box button.playbutton {
    position: absolute;
    left: 8px;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    font-size: 22px;
    width: 20px;
    height: 20px;
    margin: auto;
    z-index: 999
}

.seo_testimonials_wrapper .video_box button.playbutton:after {
    display: none;
}
.seo_testimonials_wrapper .client_videos_content {
    margin: 35px 0 20px;
    padding-bottom: 0;
}
.seo_testimonials_wrapper .video_box .video_item:hover .overlay {
    display: none !important;
}
.seo_testimonials_wrapper .video_item{
    height: auto;
}
.seo_testimonials_wrapper .video-gallery img{
    height: 100%;
}
 
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); 
}
