.mi_block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
}

.mi_block .mi_block_content {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 2%;
}

.mi_block .uk_nav_block {
    height: 85px;
    background: #FFF;
    color: #000;
    width: 32%;
    display: table;
    padding-left: 20px;
}

#container .mi_block .uk_nav_block a {
    display: table-cell;
    vertical-align: middle;
    color: #626262 !important;
    font-size: 16px !important;
    height: 30px;
    width: 100%;
    text-decoration: none !important;
}

.mi_block .mi-frm-blk-outer,
.mi_block .dead_frm_lnk {
    background-image: linear-gradient(90deg, rgb(111, 86, 241) 0%, rgba(121, 103, 213, 0.9261904590937937) 100%) !important;
    background-size: 100% 0 !important;
    background-repeat: no-repeat;
    transition: .4s;
    height: 140px;
    background-position: top !important;
}

.mi_block .mi-frm-blk-outer:hover:not(.mi_form_submitted) .hide-hover,
.mi-frm-blk-outer:hover .dead_frm_lnk .hide-hover {
    opacity: 0;
}

.mi_block .mi-frm-blk-outer:hover:not(.mi_form_submitted) .show-hover,
.mi-frm-blk-outer:hover .dead_frm_lnk .show-hover {
    visibility: visible;
    z-index: 99;
}

.mi_block .mi-frm-blk-outer:hover:not(.mi_form_submitted) .compulsory_title_right,
.mi-frm-blk-outer:hover .dead_frm_lnk .compulsory_title_right {
    color: #ffffff;
}

.hide-hover .compulsory_title_right {
    color: #3d3d3d !important;
}

.mi_block .mi-frm-blk-outer:hover:not(.mi_form_submitted) .angel_right_box,
.mi-frm-blk-outer:hover .dead_frm_lnk .angel_right_box,
.mi_block .mi-frm-blk-outer:not(.mi_form_submitted):hover .round-bg:before {
    opacity: 0;
}

.mi_block .mi-frm-blk-outer:not(.mi_form_submitted):hover,
.mi_block .dead_frm_lnk:hover {
    background-size: 100% 100% !important;
}

.mi_block .mi-frm-blk-outer:not(.mi_form_submitted):hover,
.mi_block .dead_frm_lnk:hover {
    background-size: 100% 100% !important;
}

.compulory_outer .mi_block_content>div {
    cursor: pointer !important;
}

.coleql_height {
    display: table;
    position: relative;
    width: 100%;
}

.coleql_height p {
    width: 100%;
    vertical-align: middle;
}

.coleql_height {
    min-height: 140px;
}

.blk-tooltip {
    padding: 3px 10px 5px 10px;
    color: #fff!important;
    font-weight: 600;
    font-size: 12px!important;
    position: absolute;
    right: 0;
    width: auto;
    height: 25px;
    min-width: 70px;
    text-align: center;
}

.mi-frm-blk-outer .show-hover {
    visibility: hidden;
}

.blk-tooltip.tooltip-bg-green {
    background-color: #2cca6f;
}

.blk-tooltip.tooltip-bg-red {
    background-color: #ea0008;
}

.mi_frmname_wrap {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.compulsory_title_right {
    color: #3d3d3d;
}

.compulsory_title_right {
    font-weight: 300 !important;
    color: #3d3d3d;
}

.compulsory_title_right strong sup {
    font-weight: 800 !important;
}

.compulsory_title_right {
    height: 32px !important;
}

.show-hover .compulsory_title_right {
    font-weight: 600 !important;
}

body .mi-icon {
    background-position: center left !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    padding-left: 35px !important;
}

.mi-icon-order-forms-gray {
    background-image: url('../images/order-forms-gray.png');
}

.mi-icon-check {
    background-image: url('../images/mi-check.svg');
}

body .mi-icon-check {
    background-position: center center !important;
    background-size: 20px !important;
}

.mi_block_content .days_left_box_optional{
    width: 120px;
    color: #fff;
    position: relative;
    border-radius: 50%;
    height: 122px;
    background: url(../images/Optional-forms.png) no-repeat center;
    background-size: 125%;
}

.mi_block_content .days_left_box_marketing {
    width: 120px;
    color: #fff;
    position: relative;
    border-radius: 50%;
    height: 122px;

    background: url(../images/Free-Marketing.png) no-repeat center;
    background-size: 125%;
}

.mi_block_content .days_left_box_marketing_adv {
    width: 120px;
    color: #fff;
    position: relative;
    border-radius: 50%;
    height: 122px;

    background: url(../images/Free-Lead-Capture-App.png) no-repeat center;
    background-size: 125%;
}

.mi_block_content .days_left_circle_blue .day_count {
    font-size: 20px;
    margin-top: 5px;
    font-weight: 500;
}

.mi_block_content .days_left_circle_blue .day_left_text {
    width: 50%;
    margin: 0px auto;
    font-size: 15px;
    font-weight: 500;
}

.mi_block_content .days_left_circle_blue .day_left_text {
    width: 50%;
    margin: 0px auto;
    font-size: 15px;
    font-weight: 500;

}


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

    .fliptext_blue.mi_block_content,
    .mi_block_content.uk_nav_block,
    .compulory_outer .mi_block_content.uk_nav_block {
        width: 49% !important;
    }

    .fliptext_blue.mi_block_content:nth-child(even) {
        float: right !important;
    }
}

@media (max-width: 1100px) {
    .mi_block_content.ops_manual_block {
        width: 49%;
    }
}

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

    .fliptext_blue.mi_block_content,
    .mi_block_content.ops_manual_block,
    .compulory_outer .mi_block_content.uk_nav_block {
        width: 100% !important;
    }
}

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

    .mi_block_content.uk_nav_block,
    .mi_block_content.uk_block {
        width: 100% !important;
    }
}

/* new ops block */

.mi_block_ops .mi_block_content_new {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 2%;
}

.mi-title-ops {
    margin: 15px 0px !important;
    text-transform: uppercase;
}

.mi_block_ops {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
}

.mi_block_ops .ops_manual_block_new {
    width: 32%;
    min-height: 210px;
    display: inherit;
}

.mi_block_ops .mi_block_content_new {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 2%;
}

.mi_block_ops .uk_block {
    width: 49%;
    min-height: 250px;
    display: inherit;
}

.mi_block_ops .uk_block .uk_block_img,
.mi_block_ops .ops_manual_block_new .uk_block_img {
    width: 100%;
    position: absolute;
    z-index: 1;
    min-height: 240px;
    max-height: 300px;
}

.mi_block_ops .uk_block .uk_block_text,
.mi_block_ops .ops_manual_block_new .uk_block_text {
    width: 100%;
    position: absolute;
    z-index: 10;
    bottom: 0px;
    text-transform: uppercase;
    padding: 2% 12%;
    background: linear-gradient(#00000080, #00000080), linear-gradient(#00000080, #00000080);
    margin: 0px !important;
    height: 40% !important;
}

#content .mi_block_ops .uk_block .uk_block_text a.uk_button {
    font-size: 25px !important;
}

#content .mi_block_ops .uk_block .uk_block_text,
#content .mi_block_ops .ops_manual_block_new .uk_block_text {
    display: inline-table !important;
}

.mi_block_ops .uk_inter_block_new {
    width: 32%;
    float: left;
    position: relative;
    min-height: 210px;
}

.mi_block_ops .uk_inter_block_new .uk_inter_block_img {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.mi_block_ops .uk_inter_block_new .uk_block_text {
    width: 100%;
    position: absolute;
    z-index: 10;
    height: 40% !important;
}

.mi_block_ops .uk_inter_block_new .uk_block_text h2 {
    color: #fff;
    margin-top: 0px;
    text-align: center;
    font-size: 20px;
    display: block;
    position: absolute;
    width: 100%;
    top: 35px;
    text-shadow: 1px 1px 10px #000;


}

.mi_block_ops .uk_inter_block_new .uk_block_text a.uk_button {
    color: #000;
    padding: 10px 0px;
    margin: 25px auto 0px;
    display: block;
    border-radius: 50px;
    font-size: 18px;
    width: 50px;
    text-align: center;
    height: 50px;
    position: absolute;
    bottom: 25px;
    left: calc(50% - 25px);
    background: url(../images/link_icon.png) no-repeat center;
}


#content .mi_block_ops .ops_manual_block_new .uk_block_text a.uk_button {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    color: #FFF !important;
    text-shadow: 0px 0px 15px #000;
    font-size: 20px;
    font-weight: 600;
    width: calc( 100% - 25px );
    height: auto;
    display: inherit;
    vertical-align: middle;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 32px;
    padding-right: 35px !important;
    padding-left: 32px;
    text-align: left;
    cursor: pointer;
    text-decoration: none !important;
}

#content .mi_block_ops .ops_manual_block_new .uk_block_text a.uk_button::after{ content: '';background-image: url(../images/arrow.png);width: 32px;height: 32px;display: inline-block;background-size: 100%;border-radius: 50%;position: absolute;right: 0px;top: 50%;transform: translateY(-50%);}
#content .mi_block_ops .ops_manual_block_new .uk_block_text {
    display: inline-table !important;
}
.main-upload .mi_upload_title { padding: 15px!important; text-align: center;background: #3d3d3d; color: #fff;margin-bottom: 0px;font-size: 16px;min-height: 77px;position: relative;}
.main-upload .mi_upload_title p{position: absolute;width: calc( 100% - 30px );top: 50%;transform: translateY(-50%);}
.mi_upload_title span {font-size: 24px;line-height: 0px;vertical-align: middle;}
.mi_upload_area{background: #f3f4f6;width: 100%;padding: 20px 20px 10px 20px!important;min-height: 180px;}
.mi_upload_area .file-upload{position: relative;height: auto;}
.mi_upload_area .file-dragmdrop{text-align: center;font-weight: 700;color: #000;line-height: 30px;margin-bottom: 10px;font-size: 18px;padding: 10px;border: 3px dashed #e3e3e3;}
.mi_upload_area .file-dragmdrop.active{border: 3px dashed #bbbdbc;}
.mi_upload_area .file-dragmdrop .file-upload p{margin-bottom: 5px;line-height: 18px;}
.mi_upload_area .file-dragmdrop p i{font-size: 50px; color: #a0a0a0;}
.mi_upload_area .file-upload .file-select{background-color: #f3f4f6;display: inline-block;cursor: pointer;}
.mi_upload_area .file-upload .file-select .file-select-button{background-color: #fff;}
.mi_upload_area .file-upload .file-select:hover .file-select-button{color: #eb3409;}
.mi_upload_area .file-upload .file-select-name{position: unset;display: block;width: 100%;}

@media (max-width: 1100px){
    .mi_block_ops .mi_block_content_new{width: 49%!important;}
}
@media only screen and (max-width: 550px) {
    .mi_block_ops .mi_block_content_new{width: 100%!important;}
}
.unset-height-frontend{height: unset !important;}
.show_logo_in_pdf{
    display:none!important;
}