section {
    margin-bottom: 0;
}

/* Zendesk Integration Section */
.zendesk-integration-section {
    margin-top: 127px;
}

.background-1 {
    position: absolute;
    top: 230px;
    width: 100%;
}

.sub-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    margin: 0 auto;
    max-width: 815px;
    margin-top: -10px;
}

.title {
    font-family: 'Gilroy', sans-serif !important;
}

.description {
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    line-height: 28px;
    font-size: 16px;
    max-width: 640px;
    margin: 0 auto;
    margin-top: 10px;
}

.btn-start-your-free-trial {
    width: 225px !important;
    height: 40px;
    border-radius: 30px;
    border: solid 1px #1bb869;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    padding: 12px 5px;
    margin-top: 30px;
}

.illustration-row {
    margin-top: 30px;
}

.illustration-title {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
}


/*Howard Choi Testimonial section*/

.section-howard-choi {
    background-color: #f6f7f8;
}

.blocks-list {
    max-width: 642px;
    width: 100%;
    border-radius: 7px;
    box-shadow: 0 22px 109px 0 #e9e9e9;
    padding: 24px 32px;
    margin: 0 auto;
    margin-top: 100px;
    background-color: #fff;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex.wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block.type-1 .block-inner {
    width: 100%;
    height: 100%;
}

.el-img {
    overflow: hidden;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    object-fit: contain;
    margin: 10px auto;
}

.g__image-outer {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.g__image-outer img, .g__image-outer svg {
    object-fit: contain;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.type-2 {
    margin-left: 41px;
}

.type-1 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.g__text.type-3.var-b {
    font-style: italic;
}

.g__text.type-3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
}

.g__text.type-4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}

.g__text.type-5 {
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
}

.g__color-dark-var-a {
    color: #303030;
}

.g__color-dark-var-b {
    color: #6c8092;
}

.el-text-strip {
    margin-left: 12px;
    margin-right: 15px;
}

/* available for help section */

.for-your-helpdesk-section {
    padding-top: 100px;
    background-color: #f6f7f8;
}

.for-your-helpdesk-section .content-wrapper {
    margin: 0 auto;
}
.helpdesk-section-mobile {
    display: none;
}

.helpdesks-icon-row {
    justify-content: space-between;
    max-width: 1099px;
    margin: 0 auto;
    z-index: 9;
}

.more-efficient-teams {
    margin-top: 190px;
    margin-bottom: 190px;
}

.more-efficient-teams .content-wrapper {
    max-width: 1200px;
}

.help-desk-icon {
    cursor: pointer;
    padding: 31px 20px 14px 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.helpdesk-screenshot-container {
    border-radius: 10px;
    max-width: 1099px;
    background-color: white;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 43px;
    margin: 0 auto;
    box-shadow: 0 27px 76px 0 #ECF0F2;

}

.img-helpdesk-screenshot {
    max-width: 733px;
    margin: 0 auto;
    border: 3px solid #ECF0F2;
    border-radius: 4px;
}

.slider-magnifier {
    z-index: 99;
    position: absolute;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    padding-top: 4px;
    background-color: #6c8092;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.slider-magnifier-desktop {
    top: 45%;
}

#slider-image {
    cursor: pointer;
    display: block;
}

div#slider-magnifier {
    display: none;
}

div#helpdesk-screenshots-container:hover div#slider-magnifier {
    display: block;
}

.slider-image-container {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.background-img-2 {
    position: absolute;
    width: 100%;
    top: 35%;
}

.screenshot-description {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 732px;
    margin: 0 auto;
    margin-top: 35px;
}

.half-circle-arrow {
    position: absolute;
    cursor: pointer;
}

.half-circle-arrow-right {
    right: -32px;
    top: 35%;
}
.half-circle-arrow-left {
    left: -32px;
    top: 35%;
}

.learn-more-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: center;
    color: #2282d4;
    text-decoration: none;
    margin-top: 8px;
}

.learn-more-link:hover {
    text-decoration: none;
}

.help-desk-icon .slider-icon-title {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.help-desk-icon .slider-icon-integration {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
}


.btn-try-integration-for-free {
    float: right;
    margin-right: -20px;
    width: 242px;;
    height: 40px;
    border-radius: 30px;
    border: solid 1px #1bb869;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #2a3946;
    padding: 12px 32px 13px 32px;
}

.slider-ul, .slider-ul-mobile, .slider-ul-modal {
    user-select: none;
    list-style-type: none;
    text-align: center;
    position: absolute;
    bottom: 21px;
    left: 50%;
    transform: translateX(-50%);
}

.slider-ul-mobile {
    bottom: 95px;
}

@media screen and (max-with: 389px) {
    .slider-ul-mobile-bm {
        bottom: 121px;
    }
}

.slider-ul-modal {
    bottom: -47px;
}

.outer-circle, .outer-circle-mobile, .outer-circle-modal {
    width: 5px;
    height: 5px;
    background-color: #DADADB;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin-right: 9px;
}

.bullets, .bullets-mobile, .bullets-modal {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    margin-right: 9px;
}


.bullets:focus, .bullets-mobile:focus, .bullets-modal:focus {
    outline: 0;
}

.bullets:active, .bullets-mobile:active, .bullets-modal:active {
    outline: 0;
}

.selected-modal {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    position: relative;
    outline: none;
}

.selected {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #6c8092;
    text-align: center;
    position: relative;
    outline: none;
}

/* Modal */
.btn-close-modal {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 24px;
    height: 24px;
    opacity: 0.6;
    cursor: pointer;
}

.screenshots-gallery {
    padding-right: 0 !important;
}

.modal-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}

.modal-images-wrapper {
    max-height: 80vh;
    position: relative;
}

.btn-close-modal:hover {
    opacity: 1;
}

.img-container {
    position: relative;
    display: inline-block;
    user-select: none;
}

.modal-images {
    margin: 0 auto;
    user-select: none;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
    filter: blur(0px);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
    max-width: 1120px;
    max-height: 80vh;
}

.arrow-wrapper {
    border-radius: 50%;
    background-color: white;
    opacity: 0.6;
    width: 44px;
    height: 44px;
    cursor: pointer;
    user-select: none;
}

.arrow-wrapper:hover {
    opacity: 0.9;
}

.arrow {
    position: absolute;
    top: 50%;
    user-select: none;
}

.arrow-left {
    transform: rotate(180deg);
    left: -10%
}

.arrow-right {
    right: -10%;
}

.img-arrow {
    margin-top: 14px;
}


/* Answer all your messages */
.more-then-message-forwarding {
    background: #f6f7f8;
    padding-top: 139px;
}
.answer-all-messages-list {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 3px;
}

.data-beside-text {
    padding-left: 96px;
}

.answer-all-messages-list li:first-of-type {
    margin-top: 5px;
}

.answer-all-messages-list li {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 300;
    font-family: 'Gilroy', 'sans-serif';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
}


.g__button.type-2 {
    min-width: 175px;
    font-family: 'Montserrat', sans-serif;
    background-color: rgba(255, 255, 255, .0);
    color: #2a3946;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    padding: 7px 32px;
    border-radius: 30px;
    border: solid 1px #1bb869;
    text-decoration: none;
    transition: 0.3s;
}

.g__button.type-2:hover {
    border-color: #00a060;
    color: #fff;
}

.g__button.type-2::before {
    content: '';
    background-color: #00a060;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s !important;
    transition: opacity 0.3s, -webkit-transform 0.3s !important;
    -o-transition: transform 0.3s, opacity 0.3s !important;
    transition: transform 0.3s, opacity 0.3s !important;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s !important;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
}

.g__button.type-2:hover::before {
    -webkit-transform: scale3d(11, 11, 1);
    transform: scale3d(11, 11, 1);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/* Integration sections */

.amazon-integration-section {
    padding-top: 134px;
}

.subtitle-integration-box {
    margin-top: 20px;
    max-width: 520px;
    font-family: Gilroy;
    font-weight: 300;
    line-height: 28px;
    font-size: 16px;
}

.integration-description {
    padding: 0;
    margin: 0;
    max-width: 450px;
    margin-left: 15px;
}

.int-description-2 {
    max-width: unset;
}

.integration-description li {
    margin-top: 15px;
}

.integration-section {
    padding-bottom: 60px;
    background-color: #f6f7f8;
}

.integrations-title-right-word {
    font-weight: 300;
}

.integrations-box {
    border-radius: 8px;
    box-shadow: 0 27px 76px 0 #ecf0f2;
    border: solid 3px #ecf0f2;
    padding: 40px;
    background-color: white;
}

.integrations-title {
    font-family: 'Gilroy', sans-serif;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.62;
    letter-spacing: normal;
    color: #303030;
    margin-bottom: 10px;
}

.integrations-title-right-word {
    font-weight: 300;
}

.integration-link:hover {
    text-decoration: none;
}

.integration-link:hover > .learn-more-integrations {
    color: rgb(34, 130, 212);
}

.learn-more-integrations {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #2a3946;
    margin-top: 33px;
    margin-bottom: 0 !important;
}

.arrow-learn-more {
    transition: transform .3s ease-out, margin-left .5s, margin-right .5s;
    cursor: pointer;
}

.learn-more-integrations:hover .arrow-learn-more {
    margin-left: 5px
}

.subtitle-int-box-2 {
    max-width: unset;
}

.integration-box-ill {
    margin-top: 40px;
}

.zen-stones-ill {
    margin-top: 15px;
}

.walmart-int-ill {
    margin-top: 10px;
    margin-left: 10px;
}

.backmarket-ill {
    padding-top: 70px;
}

.int-ill-mobile {
    display: none;
}

.section-title {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 34px;
    line-height: 49px;
    margin-bottom: 40px;
}

.integrations-section-buttons {
    text-align: center;
    margin-top: 15px;
    z-index: 9;
}

.shopify-integration-section {
    padding-bottom: 60px;
    overflow: hidden;
}

.shopify-integration-background {
    position: absolute;
    max-width:200%;
    width: 112%;
    top: -76%;
}

@media screen and (min-width: 1450px) and (max-width: 1750px) {
    .shopify-integration-background {
        top: -42%;
    }
}

@media screen and (min-width: 1350px) and (max-width: 1500px) {
    .shopify-integration-background {
        top: -37%;
    }
    .icons-background-image {
        top: -140% !important;
    }
}

@media screen and (max-width: 1440px) {

    .icons-section {
        padding-top: 140px;
        padding-bottom: 230px;
    }

    .icons-section .background-image.oval {
        top: 203px;
        height: auto;
        right: 0;
    }

    .icons-section .icons img {
        width: 45px;
        height: 60px;
    }

    .icons-section .bell-img-block {
        padding-top: 20px;
    }

    .icons-section .icons img .bell {
        width: 40px;
        height: 47px;
    }

}

@media screen and (min-width: 1150px) and (max-width: 1349px) {
    .shopify-integration-background {
        top: -30%;
    }
    .icons-background-image {
        top: -130% !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1188px) {
    .shopify-integration-background {
        top: -15%;
    }

    .icons-background-image {
        top: -109% !important;
    }

    .slider-ul {
        bottom: -115px;
    }
}

@media screen and (min-width: 880px) and (max-width: 992px) {
    .shopify-integration-background {
        top: 40%;
    }
}

@media screen and (min-width: 768px) and (max-width: 880px) {
    .shopify-integration-background {
        top: 50%;
    }
}

.mobile-flow-ill {
    display: none;
}

.link-text {
    color: #2282d4;
}

@media screen and (max-width: 991px) {
    .mobile-flow-ill {
        display: block;
        margin-right: 8px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .amazon-integration-section {
        padding-top: 115px;
    }

    .description {
        text-align: left;
    }

    .answer-all-messages-sub .title {
        text-align: center;
        font-size: 26px;
    }

    .answer-all-buttons .btn-start-your-free-trial {
        margin: 0 auto;
        display: block;
    }

    .btn-answer-all-pricing {
        margin: 0 auto !important;
        margin-top: 20px !important;
    }

    .g__button.type-2 {
        min-width: 225px;
    }

    .answer-all-buttons {
        text-align: center;
    }

    .desktop-flow-ill {
        display: none;
    }
    .background-1 {
        top: 387px;
    }

    .int-ill-mobile {
        display: block;
    }

    .int-ill-desktop {
        display: none;
    }

    .walmart-int-ill {
        margin-left: auto;
    }

    .section-box {
        margin-bottom: 10px;
    }

    /* Avaialble for your helpdesk section */
    .for-your-helpdesk-section {
        padding-top: 90px;
    }

    .helpdesk-section-mobile {
        display: block;
        margin-top: 30px;
    }

    .helpdesk-mobile-row {
        border-radius: 4px;
        box-shadow: 0 27px 76px 0 #e7eaec;
        border: solid 1px #ecf0f2;
        background: white;
        margin-top: 10px;
    }

    .background-img-2 {
        top: 1%;
    }

    .helpdesks-icon-row {
        display: none;
    }

    .mobile-block-header {
        padding: 12px 10px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
    }

    .helpdesk-screenshot-container {
        display: none;
    }

    .btn-try-integration-for-free, .learn-more-link {
        float: none;
        margin-right: 0;
    }

    .learn-more-mob {
        margin-top: 31px;
    }

    .try-free-mob {
        margin-top: 10px;
    }

    .mobile-block-header {
        width: 100%;
        margin-left: 0 !important;
        text-align: left !important;
        border-bottom: solid 1px #ecf0f2;
        padding: 12px 10px;
        cursor: pointer;
        vertical-align: middle;
    }

    .header-text {
        font-family: 'Montserrat', sans-serif;
        font-stretch: normal;
        font-style: normal;
        vertical-align: middle;
        margin-left: 8px;
        font-weight: normal;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #2A3946;
    }

    .mobile-block-header img {
        max-width: 65px;
    }

    .caret-bold {
        float: right;
        margin-right: 10px;
        margin-top: 11px;
    }

    .helpdesk-mobile-row {
        max-height: 100%;
        transition: height .4s ease-in-out;
        overflow: hidden;;
    }

    .expandable-helpdesk-mob {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .mobile-helpdesk-screnshot {
        padding-left: 15px;
        padding-right: 15px;
    }

    .img-screenshot-mob {
        border: 3px solid #ECF0F2;
        border-radius: 4px;
    }

    .more-then-message-forwarding {
        padding-top: 55px;
    }

}


/* eBay resolution section */

.ebay-resolution-section {
    padding-top: 100px;
    background: transparent;
    z-index: 9;
}

.resolution-center-text {
    margin-left: -40px;
}

h2.ebay-resolution-title {
    margin-bottom: 0 !important;
    text-align: left;
    margin-left: unset;
    margin-top: -40px;
}

.resolution-center-list {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 3px;
}

.resolution-center-list li:first-of-type {
    margin-top: 5px;
}

.resolution-center-list li {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 300;
    font-family: 'Gilroy', 'sans-serif';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
}

.btn-pricing {
    color: #2a3946;
}

.btn-pricing:hover {
    border-color: white;
    color: #fff;
    background-color: #00a060;
}

.view-pricing-resolution {
    margin-left: 30px;
}

.resolution-center-description {
    margin-top: 30px;
}

.resolution-center-buttons {
    margin-top: -3px;
}

/* Icons section */

.icons-section {
    background-color: transparent;
    padding-bottom: 175px;
    margin-bottom: 0 !important;
    padding-top: 70px;
    z-index: 2;
}

.icons-background-image {
    top: -155%;
    width: 100%;
    position: absolute;
}

.icons-section .background-image.oval-2 {
    display: none;
}

.icons-section .title {
    height: 49px;
    font-size: 34px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #303030;
    margin: 0;
}

.icons-section .description-block {
    max-width: 850px;
    margin: 0 auto;
    margin-top: 15px;
}

.icons-section .description {
    height: 100%;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #303030;
    max-width: 800px;
    margin-bottom: 0;
}

.icons-section .icons {
    margin-top: 35px;
}

.icons-section .icons .icon, .icon-text {
    margin-right: 39px;
}

.icons-section .icons .last-icon {
    margin-right: 0;
}

.icons-section .icons img {
    width: 50px;
    height: 68px;
}

.icons-section .icons .ebay {
    width: 82px;
    height: 34px;
}

.icons-section .icons .walmart {
    width: 59px;
    height: 60px;
}

.bell-img-block {
    padding-top: 57px;
}

.icons-section .icons .bell {
    height: 50px;
}

.icons-section .icons-text {
    margin-top: 23px;
}

.return {
    width: 56px !important;
}

.amazon-text {
    padding-top: 25px;
}

.ebay-text {
    padding-top: 40px;
    max-width: 127px;
}

.walmart-text {
    padding-top: 30px;
    max-width: 80px;
}

.box-text {
    padding-top: 26px;
}

.bell-text {
    padding-top: 33px;
}

.ebay {
    margin-top: 20px;
}

.icons .description {
    height: 100%;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #303030;
}

/*  Rapid setup section */
.rapid-setup {
    background-color: #f6f7f8;
}

.rapid-setup-background-image{
    position: absolute;
    top: -80%;
    right: 0;
    height: 180%;
}

.rapid-setup .setup-block {
    padding-left: 140px;
}

.rapid-setup .title {
    width: 210px;
    height: 49px;
    font-family: 'Gilroy', sans-serif;
    font-size: 34px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
}

.rapid-setup .description {
    height: 90px;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #303030;
    min-width: 500px;
    margin-left: 0;
    margin-bottom: 0;
}

.rapid-setup .setup-block-text {
    margin-bottom: 190px;
}

.laptop-large-md-lg {
    display: block;
}

.laptop-large-sm {
    display: none;
}

.laptop-large-hd {
    max-width: 461px;
}


/* Question and Support section */

.question-answer-title {
    margin-top: 16px;
    margin-bottom: 10px;
}

.question-support-section {
    padding-top: 50px;
    z-index: 1;
}

.question-support-column:hover {
    box-shadow: 0 27px 76px 0 #D8DDE0;
}

.mobile-question-text {
    display: none
}

.g__without-indent {
    margin-bottom: 0;
    margin-top: 0;
}

.g__section-background {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f7f8;
}

.g__section-background:not(.var-a) {
    z-index: -1;
}

.btn-qs {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: 0.4px;
    text-align: center;
    color: #2282d4;
    margin-top: 10px;
}

.btn-qs:active {
    color: #2282d4 !important;
}

.btn-qs:focus {
    color: #2282d4 !important;
}

.g__text.type-7 {
    font-family: 'Gilroy', sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.44;
}

.question-support-wrapper {
    max-width: calc(1070px + 30px + 30px);
    width: 100%;
    padding: 0px 30px;
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
}

.quick-answers .two-blocks {
    margin-top: 60px;
    padding-bottom: 70px;
}

.question-support-column {
    border-radius: 6px;
    box-shadow: 0 27px 76px 0 #ecf0f2;
    background-color: #fff;
    max-width: 35%;
    min-width: 344px;
    padding: 47px 20px;
    margin: 0 10px 30px;
}

.question-answer-title {
    font-size: 26px;
}

.sub-question {
    margin: 0 auto;
    margin-top: -13px;
    max-width: 640px;
}

/* Help desk section */

.help-desk-section {
    background-color: #f6f7f8;
    padding-bottom: 120px;
    padding-top: 70px;
}

.btn-compare-plans {
    color: #2a3946;
    width: 213px;
    height: 40px;
    border-radius: 30px;
    border: solid 1px #1bb869;
    background-color: #fff;
    margin-left: 30px;
}

.btn-compare-plans-text {
    width: 90px;
    height: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
}

.man-plant-md {
    display: none;
}

.man-plant-sm-lg {
    display: block;
}

footer {
    margin-top: 0;
}

@media screen and (min-width: 991px) and (max-width: 1210px) {
    .background-1 {
        top: 361px;
    }

    .rapid-setup-background-image {
        height: 146%;
    }

    .resolution-center-text {
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .modal-images {
        max-width: 100%;
        max-height: 40vh;
    }
}

@media screen and (max-width: 991px) {
    .rapid-setup-background-image {
        display: none;
    }

    .icons-background-image {
        display: none;
    }

    .laptop-large-md-lg {
        margin-top: -20px;
    }

    .rapid-setup .setup-block {
        padding-left: 0;
    }

    .rapid-setup .description {
        max-width: 540px;
        margin: 0 auto;
        padding: 10px;
        margin-top: 30px !important;
    }

    .laptop-large-md-lg {
        display: none;
    }

    .laptop-large-sm {
        display: block;
    }

    .section-howard-choi {
        margin-top: 115px;
    }

    .blocks-list{
        display: block;
        text-align: center;
    }

    .el-text-list {
        justify-content: center;
    }

    .type-2 {
        margin: 0 auto;
    }
    .blocks-list .el-img {
        margin: 0 auto;
    }

    .slider-ul {
        margin-top: 0;
    }

    .slider-images {
        margin-bottom: 65px;
    }

    .data-beside-text {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-top:50px;
    }
    .left-block {
        padding-left: 15px;
        padding-right: 15px;
    }


    .integration-text {
        text-align: left !important;
    }

    .integration-description {
        text-align: left !important;
    }

    h2.ebay-resolution-title  {
        margin: 0 auto;
        margin-top: 50px !important;
        text-align: center;
    }

    .resolution-center-text {
        margin-left: unset;
    }

    .resolution-center-description, .resolution-center-buttons, .resolution-center-list-wrapper  {
        max-width: 509px;
        margin: 0 auto;
    }

    .resolution-center-description {
        margin-top: 30px;
    }

    .view-pricing-resolution {
        margin-left: 30px
    }

    .icons-section {
        padding-top: 30px;
    }

    .mobile-friendly-text {
        margin-top: -120px;
    }


    .btn-free-trial {
        margin-top: 30px !important;
    }

    .rapid-setup {
        background-color: white;
        margin-top: -20px;
        margin-bottom: 100px;
    }

    .rapid-setup .setup-block-text {
        margin-top: -80px;
    }

    .question-support-section {
        margin-top: -100px;
        padding-top: 70px;
    }

    .sub-question {
        margin-top: 0;
    }

    .quick-answers .two-blocks {
        margin-top: 45px;
    }

    .help-desk-section {
        margin-top: 0;
        padding-bottom: 80px;
    }

    .help-desk-button {
        width: 253px !important;
    }

    .help-desk-right {
        padding-top: 64px;
    }

    .help-desk-description, .help-desk-title, .help-desk-buttons {
        max-width: 564px;
        text-align: left !important;
        margin: 0 auto;
    }

    .help-desk-title {
        max-width: 500px;
    }

    .images-wrapper {
        margin:  0 auto;
    }

    .circle-img {
        margin-left: 0 !important;
    }

    .icons-section .icons .icon {
        margin-right: 0;
    }

    .icons-section .description  {
        max-width: 550px;
        margin-top: 0;
    }

    .icons-section .icons {
        margin-top: 20px !important;
    }

    .icons-section .description-block {
        margin-top: 20px;
    }

    .return {
        width: 65px !important;
    }

    .circle-img-wrapper {
        width: 345px;
        height: auto;
        margin: 0 auto;
    }

    .help-desk-text {
        text-align: center !important;
        margin: 0 auto;
    }

    .arrow-wrapper {
        visibility: hidden;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .rapid-setup .setup-block-text {
        margin-bottom: 90px;
    }

    .man-plant-md {
        margin-top:120px;
        display: block;
    }

    .img-resolution-center {
       width: 550px;
    }

    .man-plant-sm-lg {
        display:none;
    }

    .tablet-center {
        text-align: center !important;
        margin: 0 auto !important;
    }

    .answer-all-messages-sub {
        margin: 0 auto;
        max-width: 560px;
        margin-top: 74px;
    }

    .howard-choi-section {
        margin-top: -55px;
    }

    .integrations-box {
        max-width: 550px;
        margin: 0 auto;
    }

    .integrations-title {
        margin-top: 50px;
    }

    .learn-more-integrations {
        margin-top: 25px;
    }

    .ebay-resolution-section {
        padding-top: 20px;
    }

    .btn-pricing {
        display: inline-block !important;
    }

    .btn-compare-plans {
        margin-left: 30px !important;
    }

    .int-img {
        margin-top: 20px !important;
    }

    .notification-title {
        font-size:26px !important;
    }

    .icons-section .title {
        font-size: 34px !important;
    }

    .icon-text-md {
        flex: 0 0 85%;
        max-width: 85%;
    }

    .laptop-large-hd {
        max-width: 545px;
    }

    .thumbnails {
        position: absolute;
        bottom: 7%;
    }

    .help-desk-description {
        margin-top: 20px !important;
    }

}


.new-line-mob {
    display: none;
}

@media screen and (max-width: 767px) {
    .rapid-setup .setup-block-text {
        margin-bottom: 105px;
    }

    .zendesk-integration-section {
        margin-top: 73px;
    }

    .rapid-setup .title {
        margin-bottom: 10px;
    }
    .rapid-setup .description {
        margin-top: 10px !important;
    }

    .row-zendesk-text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .amazon-integration-section {
        padding-top: 80px;
    }

    .background-1 {
        top: 1100px;
    }

    .illustration-title {
        margin-top: 40px;
    }

    .slider-section {
        padding-top: 60px;
    }

    .slider-section .title, .slider-section .description, .answer-all-messages-list {
        text-align: left;
    }

    .btn-answer-all-pricing {
        margin-top: 20px;
    }

    .shopify-integration-background {
        display: none;
    }

    .integrations-title {
        margin-top: 15px;
    }

    .shopify-integration-section {
        padding-bottom: 80px !important;
    }

    .ebay-resolution-section {
        padding-top: 77px;
    }

    .integration-section {
        padding-bottom: 30px;
    }

    .integrations-box {
        padding: 10px;
        padding-top: 25px;
        margin-left: unset;
        margin-right: unset;
    }

    .learn-more-integrations {
        margin-top: 25px;
    }

    h2.ebay-resolution-title {
        margin: 0 auto;
        margin-top: 40px !important;
        text-align: left;
        max-width: 500px;
    }

    .resolution-center-description {
        margin-top: 25px;
        text-align: left;
    }

    .resolution-center-list-wrapper, .resolution-center-buttons {
        text-align: left;
    }

    .resolution-center-list {
        padding-top: 15px;
    }

    .view-pricing-resolution {
        margin-left: 0;
        margin-top: 20px;
    }

    .icons-section {
        padding-bottom: 130px;
    }
    .icon {
        margin-top: 60px;
    }

    .amazon-block-icon {
        margin-top: 20px;
    }

    .simple-setup-title {
        margin-top: 10px;
    }

    .rapid-setup .setup-block {
        padding-left: 10px;
    }

    .rapid-setup .description {
        text-align: left;
        max-width: 500px;
        min-width: unset;
    }

    .question-support-section {
        padding-top: 30px;
    }

    .new-line-mob {
        display: block;
    }

    .question-support-column {
        margin-top: 40px;
    }

    .sub-question {
        margin-top: -10px;
    }

    .mobile-question-text {
        display: block;
        max-width: 310px;
        margin: 0 auto;
    }

    .tablet-and-desktop-question-text {
        display: none;
    }

    .qs-row {
        display: block !important;
    }

    .thumbnails {
        position: absolute;
        bottom: 5%;
    }


    .help-desk-title {
        max-width: 300px;
    }

    .help-desk-description {
        margin-top: 20px;
    }

    .help-desk-buttons {
        text-align: center !important;
    }

    .btn-compare-plans {
        margin-top: 20px !important;
    }

    .el-text-strip {
        display: none;
    }

    .el-text-list {
        display: block;
    }

    .btn-light {
        display: block;
        width: 170px;
    }
}

@media screen and (max-width: 520px) {
    .background-1 {
        top: 1170px;
    }
}

@media screen and (min-width: 1920px) {
    .content-wrapper {
        min-width: 1500px;
        max-width: none;
        padding-right: 210px;
        padding-left: 210px;
    }

    .slider-section {
        padding-top: 160px;
    }

    .data-beside-text {
        margin-top: 74px !important;
        padding-left: 153px;
    }

    .images-wrapper {
        max-width: 747px;
    }
    .base-slide-img {
        max-height: 429px;
    }

    .slider-label {
        top:29px;
    }

    .side-slide-img {
        width: 100%;
        max-width: 297px;
        right: -40px;
        top: -56px;
    }

    .integrations-box {
        margin: 0 auto;
        max-width: 1197px;
    }


    .icons-section .icons {
        margin: 0 auto;
        margin-top: 80px;
    }

    .fifth-section {
        padding: 0;
    }

    .setup-row-block {
        padding-left: 40px;
    }

    .laptop-large-hd {
        max-width: 100% !important;
        margin-right: -100px;
    }

    .question-support-column {
        min-width:450px;
        min-height: 294px;
        padding: 60px 40px;
    }

    .question-support-section {
        padding-top:90px !important;
    }

    .circle-img-wrapper {
        width: 492px;
        height: 492px;
        margin: 0 auto;
    }

    .circle-img {
        min-width: 470px;
    }

    .laptop-img {
       width: 61%;
    }

    .rapid-setup .setup-block-text {
        padding-left: 115px;
    }
}

.learn-more-link .tooltiptext-comission-warning {
    visibility: hidden;
    width: 300px;
    height: 85px;
    border-radius: 8px;
    background-color: #6c8092;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 155%;
    left: -3%;
    font-family: Montserrat;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    margin-left: -60px;
    padding: 10px 18px 13px 18px;
}

.learn-more-link .tooltiptext-comission-warning::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #6c8092 transparent;
}

.learn-more-link:hover .tooltiptext-comission-warning {
    visibility: visible;
}

@media screen and (min-width: 320px) and (max-width: 840px) and (orientation: landscape) {
    .modal-images {
        max-width: 100%;
        max-height: 69vh;
    }
}

.parallax-slider {
    transition: opacity 0.4s ease-in;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    opacity: 1;
}
.transitioning-src {
    transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    opacity: 0;
}

.testimonial-section {
    background: #fff;
}
.quote-text {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 39px;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 20px;
}

.author-image {
    margin-top: 43px;
}
.author-name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
}

.author-position {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #303030;
    margin-top: 5px;
}

.author-company {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin-top: 5px;
}


.testimonial-slider{
    position:relative;
    width: fit-content;
    overflow:hidden;
    margin:20px auto 0 auto;
    margin-top: 0;
}

.testimonial-slider ul{
    position:relative;
    width:100%;
    margin:0;
    padding:0;
    display:inline-block;
    list-style:none;
    background: transparent;
}

.grace-choi {
    padding-right: 20px;
    border-right: 1px solid #D9D9D9;;
}

.murray-david {
    padding-left: 20px;
}

.testimonial-slider ul li{
    position:relative;
    float:left;
    display: none;
    margin:0;
    padding:0;
    background:transparent;
    text-align:center;
    min-height: 387px;;
}

.testimonial-slider ul .screen-1 {
    display: block;
}

.control{
    position: absolute;
    top: 45%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

.prev{
    left:-10px;
}

.next{
    right:-10px;
}

.authors-flex {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.quote-mark {
    margin-top: 70px;
}

@media screen and (max-width: 883px) {
    .quote-text {
        font-size: 18px;
        line-height: 24px;
    }

    .control{
        top: 52%;
    }
}

@media screen and (max-width: 381px) {
    .control {
        top: 46%;
    }
}

.author-img {
    max-width: 80px;
    border-radius: 50%;
}

.white-bgd {
    background: #fff;
}

.newegg-small-logo {
    max-width: 25px !important;
}
.custom-zd-tooltip {
    z-index: 9;
}
.custom-zd-tooltip .custom-tooltip-text {
    visibility: hidden;
    width: 264px;
    height: 135px;
    border-radius: 8px;
    background-color: #6c8092;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: -144px;
    left: -69px;
    margin-left: -60px;
    padding: 10px 18px 13px 18px;
}

.custom-zd-tooltip .custom-tooltip-text::after {
    content: "";
    position: absolute;
    bottom: -14%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #6c8092 transparent transparent transparent;
}

.custom-zd-tooltip:hover .custom-tooltip-text {
    visibility: visible;
}

.custom-tooltip-text {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
}

.mobile-block-header .woocommerce-icon {
    max-width: 28px;
}

.woocommerce-icon-hd img {
    min-width: 60px;
}
