.elementor .checkboard-logo img {
    max-width: 400px;
    width: 100%;
    height: auto;
}

.monthly_homeowner,
.yearly_homeowner,
.monthly_landlord,
.yearly_landlord {
    justify-content: center;
}

.plan-table .monthly_homeowner .custom-product-box,
.plan-table .yearly_homeowner .custom-product-box,
.plan-table .monthly_landlord .custom-product-box,
.plan-table .yearly_landlord .custom-product-box {
    display: none !important;
}


/* VIDEO SECTION */
.testimonial-col .testimonial-content .elementor-heading-title {
    font-size: 32px;
    line-height: 42px !important;
    margin-bottom: 10px !important;
}

.testimonial-col .testimonial-author .elementor-heading-title {
    font-family: 'Baloo Thambi', "rubrik-edge-new" !important;
    font-size: 20px;
    font-weight: 100;
    line-height: 28px;
}

.video-col {
    position: relative;
    width: 520px !important;
    margin-left: auto;
}

.video-col::before {
    content: "";
    position: absolute;
    top: calc(50% - 100px);
    left: -100px;
    width: 200px;
    height: 200px;
    background-color: #f27b05;
    background: linear-gradient(to right, rgba(242, 123, 5, 0.8), rgba(242, 123, 5, 1));
    border-radius: 30px;
    z-index: 2;
}

.video-col::after {
    content: "";
    position: absolute;
    top: calc(50% - 39px/2);
    left: calc(-93px/2);
    display: block;
    width: 93px;
    height: 39px;
    background: url(/wp-content/uploads/2021/09/quotes.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 3;
}

.video-col .checkboard-video img {
    aspect-ratio: 1.25;
    object-fit: cover;
    border-radius: 20px;
}
/* /VIDEO SECTION */


@media (max-width: 1200px) and (min-width: 992px) {
    .pricing-box.col-md-3 {
        width: 33.33%;
    }
}

@media (max-width: 1100px) and (min-width: 1023px) {
    .video-col {
        width: 420px !important;
    }

    .video-col .checkboard-video img {
        aspect-ratio: 1;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .testimonial-col .testimonial-content .elementor-heading-title {
        font-size: 24px;
        line-height: 32px !important;
    }
        
    .video-col {
        width: 370px !important;
    }

    .video-col::before {
        top: calc(50% - 50px);
        left: -50px;
        width: 100px;
        height: 100px;
    }

    .video-col::after {
        top: calc(50% - 39px/4);
        left: calc(-93px/4);
        width: calc(93px/2);
        height: calc(39px/2);
    }

    .video-col .checkboard-video img {
        aspect-ratio: 1;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .pricing-box.col-sm-3 {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .testimonial-col .testimonial-content .elementor-heading-title {
        font-size: 24px;
        line-height: 30px !important;
        margin-bottom: 0 !important;
    }

    .testimonial-col .testimonial-author .elementor-heading-title {
        margin-top: -10px;
        margin-bottom: 20px;
    }

    .video-col::before,
    .video-col::after {
        display: none;
    }
}