@media (min-width: 1201px) and (max-width:1400px) {
    .empowering-sec .empowering-card {
        height: 139px;
    }
}

@media (min-width: 993px) and (max-width:1200px) {
    .empowering-sec .empowering-card {
        height: 139px;
    }

    .whyez_sec .servicescardview_group {
        min-height: 313px;
    }

    section.success-story-review-sec .succ-story-card {
        display: flex;
        justify-content: space-around;
        background: 0 0 !important;
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
        padding: 10px;
        margin-bottom: 14px;
        border-radius: 0;
        flex-direction: column;
        width: 100%;
    }

    section.success-story-review-sec .succ-story-card figure {
        width: 100%;
        margin: 0;
    }

    section.success-story-review-sec .succ-story-card .caption {
        width: 100%;
        background: #ffdb50;
        border-radius: 0;
        padding: 14px 20px;
        margin-left: 0;
        height: auto;
    }

    .succ-story-card .left:after {
        height: 56px;
    }

    .succ-story-card .caption .result h4 {
        font-size: 35px;
    }

    .succ-story-card .caption {
        min-height: auto;
    }

    .succ-story-card .caption .result p {
        font-size: 14px;
    }

    .succ-story-card img {
        border-radius: 8px;
        width: 100%;
        height: auto;
    }

    .thing-box {
        min-height: 538px;
    }

    .top-grid {
        width: 100%;
    }

    .dev-wrap {
        min-height: 589px;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .dev-wrap ul {
        flex-wrap: wrap;
    }

    .dev-wrap h3 {
        font-size: 23px;
    }

    section.success-story-review-sec .succ-story-card {
        display: flex;
        justify-content: space-around;
        background: 0 0 !important;
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
        padding: 10px;
        margin-bottom: 14px;
        border-radius: 0;
        flex-direction: column;
        width: 100%;
    }

    section.success-story-review-sec .succ-story-card figure {
        width: 100%;
        margin: 0;
    }

    section.success-story-review-sec .succ-story-card .caption {
        width: 100%;
        background: #ffdb50;
        border-radius: 0;
        padding: 14px 20px;
        margin-left: 0;
        height: auto;
    }

    .succ-story-card .left:after {
        height: 56px;
    }

    section.social-media-post-sec .social-post-card img {
        height: 254px;
        object-fit: cover;
    }

    .succ-story-card img {
        height: auto;
    }

    .succ-story-card .caption .result h4 {
        font-size: 29px;
    }

    .succ-story-card .caption {
        min-height: 260px;
    }

    .succ-story-card .caption .result p {
        font-size: 13px;
        line-height: 21px;
    }

    .whyez_sec .servicescardview_group {
        min-height: 260px;
    }

    .empowering-sec .empowering-card .empowering-content h3 {
        font-size: 20px;
    }

    .reseller-programs-tab {
        margin-left: 1px;
        display: flex
    }

    .reseller-programs-tab .nav-tabs .nav-link {
        margin-right: 10px
    }

    .reseller-programs-tab .nav {
        width: 15%;
        flex-direction: column;
    }

    .reseller-programs-tab li.nav-item a .no {
        background: #1894f1;
        color: #fff;
        text-align: center;
        width: 41px;
        height: 41px;
        border-radius: 50%;
        line-height: 38px;
        margin-top: 0 !important;
        margin: 0 auto 2px
    }

    .reseller-programs-tab figure {
        margin: 0;
        display: none
    }

    .reseller-programs-tab .nav-tabs .nav-link {
        height: 42px;
        width: 118px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
    }

    .reseller-programs-tab .nav-tabs .nav-link .step {
        padding-left: 14px;
    }

    .reseller-programs-tab li.nav-item a .step {
        font-size: 15px;
        text-align: center;
        color: #fff;
        padding-top: 0;
    }

    .reseller-programs-tab .nav-tabs .nav-link .step span {
        display: inline-block;
        font-weight: 700;
        font-size: 10px;
        background: #000;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 30px;
        color: #fff;
    }

    .back-circle {
        display: none;
    }

    .reseller-programs-tab .tab-content {
        margin-top: 0;
        width: 100%;
        height: 359px;
        overflow-y: auto;
    }

    .reseller-programs-tab .nav-tabs .nav-link.active::before {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 10px solid #fe6424 !important;
        right: -13px;
        bottom: 0;
        transform: rotate(0);
    }

    .reseller-programs-tab .nav-tabs .nav-item {
        margin-left: -30px;
    }

    .reseller-programs-tab .nav-tabs .nav-link.active {
        background: #fff !important;
    }

    .reseller-programs-tab .nav-tabs .nav-link.active .step {
        color: #000;
    }
}

@media(max-width: 767px) {
    .seo-reseller-partner-form h2 {
        font-size: 30px;
    }

    .about-img-wrap img {
        height: auto;
    }

    section.social-media-post-sec .col-md-4 {
        width: 50%;
    }

    section.social-media-post-sec .col-md-4 img {
        height: 173px;
        object-fit: cover;
    }

    section.seo-reseller-partner-form .col-md-3.form-group {
        padding-bottom: 20px;
    }

    .whyez_sec .page-heading h2 {
        font-size: 20px;
        padding-bottom: 6px;
    }

    section.left-tab-wrapper .tab-content {
        margin-top: 20px;
    }

    .dev-wrap ul {
        flex-wrap: wrap;
    }

    .top-grid {
        width: 100%;
        text-align: center;
    }

    .succ-story-card {
        margin-bottom: 20px;
    }

    section.success-story-review-sec .succ-story-card {
        display: flex;
        justify-content: space-around;
        background: 0 0 !important;
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
        padding: 10px;
        margin-bottom: 14px;
        border-radius: 0;
        flex-direction: column;
        width: 100%;
    }

    section.success-story-review-sec .succ-story-card figure {
        width: 100%;
        margin: 0;
    }

    section.success-story-review-sec .succ-story-card .caption {
        width: 100%;
        background: #ffdb50;
        border-radius: 0;
        padding: 14px 20px;
        margin-left: 0;
        height: auto;
    }

    .succ-story-card .left:after {
        height: 56px;
    }

    .reseller-programs-tab {
        margin-left: 1px;
        display: flex
    }

    .reseller-programs-tab .nav-tabs .nav-link {
        margin-right: 10px
    }

    .reseller-programs-tab .nav {
        width: 31%
    }

    .reseller-programs-tab li.nav-item a .no {
        background: #1894f1;
        color: #fff;
        text-align: center;
        width: 41px;
        height: 41px;
        border-radius: 50%;
        line-height: 38px;
        margin-top: 0 !important;
        margin: 0 auto 2px
    }

    .reseller-programs-tab figure {
        margin: 0;
        display: none
    }

    .reseller-programs-tab .nav-tabs .nav-link {
        height: 42px;
        width: 118px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
    }

    .reseller-programs-tab .nav-tabs .nav-link .step {
        padding-left: 14px;
    }

    .reseller-programs-tab li.nav-item a .step {
        font-size: 15px;
        text-align: center;
        color: #fff;
        padding-top: 0;
    }

    .reseller-programs-tab .nav-tabs .nav-link .step span {
        display: inline-block;
        font-weight: 700;
        font-size: 10px;
        background: #000;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 30px;
        color: #fff;
    }

    .back-circle {
        display: none;
    }

    .reseller-programs-tab .tab-content {
        margin-top: 0;
        width: 100%;
        height: 359px;
        overflow-y: auto;
    }

    .reseller-programs-tab .nav-tabs .nav-link.active::before {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 10px solid #fe6424 !important;
        right: -13px;
        bottom: 0;
        transform: rotate(0);
    }

    .reseller-programs-tab .nav-tabs .nav-item {
        margin-left: -30px;
    }

    .reseller-programs-tab .nav-tabs .nav-link.active {
        background: #fff !important;
    }

    .reseller-programs-tab .nav-tabs .nav-link.active .step {
        color: #000;
    }
}

@media(max-width: 480px) {}

@media(max-width: 360px) {}