.owl-carousel .owl-dots {
    margin-top: 0 !important;
}

.owl-carousel .owl-dots .owl-dot span {
    margin: 0 0.35rem !important;
}

.testimonial-img {
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

/* .mt-5, .my-5 {
    margin-top: 3rem !important;
} */

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.border-0 {
    border: 0 !important;
}

.bg-white {
    background-color: #fff !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.text-primary {
    color: #1C4DE7 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.product-feature-instacash-example__small {
    margin-bottom: 25px;
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.product-feature-instacash-example__small {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

@media (min-width:768px) {
    .product-feature-instacash-example__small {
        width: 33.33%;
    }
}

.product-feature-instacash-example {
    position: relative;
    overflow: hidden;
}

.product-feature-instacash-example-wrap {
    position: relative;
}

.product-feature-instacash-example__small img {
    width: 100%;
}

.product-feature-instacash-example-text h4 {
    position: relative !important;
    z-index: 1 !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: .15px !important;
    text-transform: uppercase !important;
}

.product-feature-instacash-example-text h3 {
    font-weight: 500 !important;
    font-size: 48px !important;
    line-height: 53px !important;
}

.product-feature-instacash-example-text h6 {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 0 !important;
    letter-spacing: .25px !important;
    color: #fff !important;
    mix-blend-mode: normal !important;
    text-transform: none !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .25) !important;
}

.product-feature-instacash-example h6 {
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    margin-bottom: 26px !important;
    letter-spacing: .75px !important;
    text-transform: uppercase !important;
    color: #efefef !important;
}

.product-feature-instacash-example-text {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(transparent)) !important;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .8), transparent) !important;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .8) 0, transparent 100%) !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent) !important;
    padding: 60px 17.35px 15px !important;
    width: 100% !important;
}

.product-feature-instacash-example-text h3,
.product-feature-instacash-example-text h4 {
    font-style: normal !important;
    margin-bottom: 0 !important;
    color: #fff !important;
    mix-blend-mode: normal !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .25) !important;
}

.span-box img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    width: 18%;
}

.wgt-columns.style-duo h3 {
    padding-left: 0px !important;
}

/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.link-social {
    text-decoration: none;
    font-size: 30px;
}

/* Tooltip container */

.custom-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    /* If you want dots under the hoverable text */
}

/* Tooltip text */

.custom-tooltip .tooltiptext {
    display: none;
    width: 100%;
    min-width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    font-size: 14px;
    position: absolute;
    z-index: 1;
    left: -18px;
    top: 33px;
}

/* Show the tooltip text when you mouse over the tooltip container */

.custom-tooltip:hover .tooltiptext {
    display: inline-block;
}

.promotion-text {
    background-image: linear-gradient(to right, #1C4DE7, #1C4DE7);
    color: #000;
    position: relative;
    font-size: 18px !important;
    top: -18px;
    text-align: center;
    width: 100%;
    padding: 16px;
}

.review-section {
    width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (min-width: 320px) and (max-width: 480px) {
    .review-section {
        width: 100%;
    }
}


.screenshot_video {
    height: 548px;
    /* padding-top: 12px;
    padding-bottom: 12px; */
    border-radius: 30px;
    overflow: hidden;
    border-style: solid;
    border-color: black;
    border-width: 6px;
}


.wgt-hero .span-image video {
    margin: 0px 0 0px 56px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .wgt-hero .span-image video {
        margin: 64px auto
    }
}