.plans-section .colleft {
    display: flex;
    margin-top: 30px;
}

.plans-section .plan-thumbs-img {
    position: absolute;
    margin-left: 20px;
}

.plans-section .column-left {
    float: left;
    width: 20%;
}

.plans-section .column-right {
    float: right;
    width: 80%;
}

.plans-section .tdstyle {
    padding: 20px 20px 18px 20px;
    text-align: center;
}

.plans-section table,
.plans-section th,
.plans-section td {
    border: 1px solid #dddddd;
    border-collapse: collapse;
}


.feedback .iframe-content {
    position: relative;
    width: 44%;
    overflow: hidden !important;
    /*padding-top: 56.25%; */
    height: 710px !important;
    padding-right: 0px;
    padding-left: 0px;
}

.feedback .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#form-signup button.apply-btn {
    font: 14px 'montserratlight', Helvetica, Arial, sans-serif;
    color: #b0bec5;
    font-size: 17px;

    background: unset;
    border: none !important;
    cursor: pointer;
}

#form-signup section.applyCoupen {
    border-top: none;
}

@media only screen and (max-width:900px) {
    .plans-section .plan-thumbs-img {
        position: relative;
    }

    .plans-section .plan-thumbs-img img {
        display: block;
        margin: auto;
    }
}

@media (min-width:768px) and (max-width:1240px) {
    .faq .pagewidth:before {
        right: 15px !important;
        margin-top: 50px;
    }

    .faq .pagewidth:before,
    .features-customizable .pagewidth:before,
    .features-cloud .pagewidth:before,
    .features-web-forms.wp-form-plugin::before {
        width: 45% !important;
    }
}

@media (min-width:1240px) and (max-width:1650px) {
    .faq .pagewidth:before {
        background-size: contain;
        max-width: 50%;
    }
}

@media (min-width:640px) and (max-width:767px) {
    .faq .pagewidth:before {
        display: none !important;
    }

    .features-web-forms .content,
    .features-customizable .content,
    .features-cloud .content {
        width: 100%;
    }
}