.lcmroundupwizard_body{
    margin: 0 auto;
    float: none;
    font-family:Open Sans,Roboto,Lato,Helvetica,Montserrat;
}

.lcmroundupwizard_body .fa, .lcmroundupwizard_body .fas, .lcmroundupwizard_body .far {
    font-family: Font Awesome\ 5 Free !important;
}

/*--------------- item form popup-------------*/
.lcm-i-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    z-index: 10010; /* high z-index */
    background: rgba(0,0,0,0.75);
}
.lcm-i-form {
    display: none;
    top:4%;
    background: #fff;
    width: 60%;
    position: fixed;
    left: 20%;
    z-index: 999;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.9);
    overflow: auto;
    max-height: 90%;
}
.lcm-i-close {
    top: 0;
    float: right;
    z-index: 9;
    /*    background: #f9f9f9;*/
    /*    color: black;*/
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 3px;
    margin-top: 0.1em;
    width: 1.3em !important;
}
.lcm-i-close i{
    float: right;
    font-size: 24px;
    color: #79849A;
    cursor: pointer;
}
.lcm-i-close i:hover{
    color: #474A4D;
}

.lcm-i-lists:nth-last-child(1) .lcm_border_bottom {
    border-bottom: none!important;
}

.lcm-i-form .form-control {
    display: block;
    width: 100%;
    height: 34px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e2e0e0;
    border-radius: 4px !important;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.lcm_col-md-1, .lcm_col-md-10, .lcm_col-md-11, .lcm_col-md-12, .lcm_col-md-2, .lcm_col-md-3, .lcm_col-md-4, .lcm_col-md-5, .lcm_col-md-6, .lcm_col-md-7, .lcm_col-md-8, .lcm_col-md-9 {
    float: left;
}
.lcm_col-lg-1, .lcm_col-lg-10, .lcm_col-lg-11, .lcm_col-lg-12, .lcm_col-lg-2, .lcm_col-lg-3, .lcm_col-lg-4, .lcm_col-lg-5, .lcm_col-lg-6, .lcm_col-lg-7, .lcm_col-lg-8, .lcm_col-lg-9, .lcm_col-md-1, .lcm_col-md-10, .lcm_col-md-11, .lcm_col-md-12, .lcm_col-md-2, .lcm_col-md-3, .lcm_col-md-4, .lcm_col-md-5, .lcm_col-md-6, .lcm_col-md-7, .lcm_col-md-8, .lcm_col-md-9, .lcm_col-sm-1, .lcm_col-sm-10, .lcm_col-sm-11, .lcm_col-sm-12, .lcm_col-sm-2, .lcm_col-sm-3, .lcm_col-sm-4, .lcm_col-sm-5, .lcm_col-sm-6, .lcm_col-sm-7, .lcm_col-sm-8, .lcm_col-sm-9, .lcm_col-xs-1, .lcm_col-xs-10, .lcm_col-xs-11, .lcm_col-xs-12, .lcm_col-xs-2, .lcm_col-xs-3, .lcm_col-xs-4, .lcm_col-xs-5, .lcm_col-xs-6, .lcm_col-xs-7, .lcm_col-xs-8, .lcm_col-xs-9 {
    position: relative;
    min-height: 1px;
}
.lcm-i-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    text-align: left;
}
.lcm-i-form select {
    font-size: 14px;
}
.lcm_col-md-1 {
    width: 3%;
}
.lcm_col-md-2 {
    width: 19.33332%;
}
.lcm_col-md-3 {
    width: 22%;
}
.lcm_col-md-4 {
    width: 29.99%;
}
.lcm_search_box .lcm_col-md-3 {
    width: 25%;
}
.lcm_col-md-5 {
    width: 41.777777776%;
}
.lcm_col-md-6 {
    width: 50%;
}
.lcm_col-md-7 {
    width: 58.33333333%;
}
.lcm_col-md-8 {
    width: 66.66666667%;
}
.lcm_col-md-9 {
    width: 75%;
}
.lcm_col-md-10 {
    width: 80.8%;
}
.lcm_col-md-12 {
    width: 100%;
}
.lcm_row{
    width: 100%;  
}
.lcm_row:before {
    display: table;
    content: " ";
}
.lcm_border_bottom {
    border-bottom: 1px solid #F0F0F0;
}
.lcm_margin_auto {
    margin: 0 auto;
    float: none;
}
.lcm_margin_r12 {
    margin-right: 12px;
}
.lcm_center {
    text-align: center;
}
.lcm_box_shadow {
    border-radius: 6px;
    margin-bottom: 30px;
}
.lcm_padding_tb15 {
    padding: 15px 0; 
}
.lcm_padding_t1 {
    padding-top: 1px; 
}
.lcm_padding_t5 {
    padding-top: 5px; 
}
.lcm_padding_t8 {
    padding-top: 8px; 
}
.lcm_padding_lr15 {
    padding: 0px 15px;  
}
.lcm_padding_lr25 {
    padding: 10px 10px 16px 25px;  
}
.lcm_padding_lr18_22 {
    padding: 0px 18px 0 22px;  
}
.lcm_padding_l18 {
    padding-left: 18px;
}
.lcm_padding_15 {
    padding: 15px;
}
.lcm_padding15 {
    padding: 15px 15px 5px 15px; 
}
.lcm_padding25 {
    padding: 25px;
}
.lcm_padding30 {
    padding: 30px; 
}
.lcm_paddinglr1030 {
    padding: 10px 30px; 
}
.lcm_paddinglr30 {
    padding: 0px 30px; 
}
.lcm_paddingbuttom_30 {
    padding-bottom: 30px;
}
.lcm_paddingbuttom_25 {
    padding-bottom: 25px;
}
.lcm_paddingbuttom_15 {
    padding-bottom: 15px;
}
.lcm_paddingbuttom_5 {
    padding-bottom: 5px;
}
.lcm_paddingbuttom_tr1510 {
    padding: 5px 10px 15px;
}
.lcm_paddinglr10300030{
    padding: 10px 30px 0px 30px;
}
.lcm_padding_lr25_10{
    padding-left: 25px;
    padding-right: 10px;
}
.lcm_margin_t5{
    margin-top: 5px;
}
.lcm_margin_t10{
    margin-top: 10px;
}
.lcm_margin_t30{
    margin-top: 30px;
}
.lcm_margin_l06em{
    margin-left: 0.6em;
}
.lcm_margin_r06em{
    margin-right: 0.6em;
}
.lcm_margin_b5{
    margin-bottom: 5px;
}
.lcm_clear_both {
    clear: both;
}
.lcm_h2 {
    color: #3c6386 !important;
    font-size: 24px !important;
    font-weight: 800;
}
.lcm_h2 a{
    text-decoration: underline;
}
.lcm_h2 a, .lcm_h2 p{
    margin: 0px;
    line-height: 1.1 !important;
    font-family:Open Sans,Roboto,Lato,Helvetica,Montserrat;
}
.lcm_h2 .lcmrw_top_listing{
    padding-left: 1.2em;
    text-indent: -1.2em;
}
.lcm_h4 {
    color: #373737;
    font-size: 14px !important;
    font-weight: 700;
}

.lcm_vote .fa, .lcm_vote .num-vote {
    color: #79849A;
    font-size: 18px;
    vertical-align: middle;
}
.lcm_vote .num-vote {
    color: #79849A;
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;
    text-decoration: underline;
}
.lcm_vote .num-vote:hover {
    text-decoration: none;
}
.lcm_vote .fa-caret-up{
    font-family: Font Awesome\ 5 Free !important;
}
.lcm_border_around {
    border: 1px solid #79849A;
    border-radius: 5px;
    padding: 0px 8px 0px 8px;
    width: max-content;
}
.lcm_border_around p, .lcm_border_around a {
    color: #79849A !important;
    font-size: 14px !important;
    font-weight: bold;
    margin: 0px !important;
    line-height: 26px !important;
    text-decoration: none;
}
.lcm_border_around i{
    color: #adadad !important;
    font-size: 10px !important;
}
.lcm_flex {
    display: inline-flex;
}
.lcm_float_right {
    float: right;
}
.lcm_float_left {
    float: left;
}
.lcm_quote_desc img{
    width: 135px;
    height: auto;
    float: left;
    margin: 5px 20px 5px 0;
}
.lcm_desc img{
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px #E4E4E4;
    -moz-box-shadow: 0 2px 4px #E4E4E4;
    box-shadow: 0 2px 4px #E4E4E4;
}
@media only screen and (min-width: 320px) and (max-width: 988px) {
    .lcm_desc img {
        width: 100%;
        height: auto;
    }
}
.lcm_desc iframe {
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 4px #E4E4E4;
    -moz-box-shadow: 0px 2px 4px #E4E4E4;
    box-shadow: 0px 2px 4px #E4E4E4;
}
.lcm_desc {
    /*font-weight: 300;*/
    /*font-size: large;*/
}
.lcm_desc iframe{
    width: 63%;
}
.lcm_search_box{
    min-height: 3.5em;
}
.lcm_search_box .lcmrw-search-input {
    width: 100%;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #DFE2E4;
    border-radius: 4px !important;
    background-color: #fff;
    color: #525252;
    font-family: Font Awesome\ 5 Free !important;
}
.lcm_search_box .lcmrw-search-input:focus {
    border-color: #007acc;
}
.lcm_search_box .lcm_srch_btn, .lcm_popup_bottom_bottons button {
    /*height: 45px;*/
    width: 100%;
    border: 1px solid #DFE2E4;
    border-radius: 4px;
    display: inline-block;
    line-height: 23px !important;
    color: #6f6f6f;
    font-family: "Source Sans Pro";
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
    text-transform: none;
}
.lcm_popup_bottom_bottons button {
    height: 45px;
}
.lcm_search_box .lcm_srch_btn:hover, .lcm_search_box .lcm_srch_btn:focus, .lcm_popup_bottom_bottons button:hover, .lcm_popup_bottom_bottons button:focus {
    color: #fff !important;
    background-color: #DFE2E4 !important;
}
.lcmrw-search-input::placeholder{
    letter-spacing: 1.09px;
    color: #9fa9a6 !important;
    font-size: 15px !important;
    font-weight: 600;
}
.lcm_btn_cancel button, .lcm_btn_save button {
    font-size:14px !important;
}
.lcm_btn_save button {
    border: 1px solid #1ABC9C;
}
.lcm_btn_save button:hover, .lcm_btn_save button:focus {
    background-color: #1ABC9C;
}
.lcm_i_footer_btns button{
    font-size: 14px;
    height: 36px;
    padding-top: 6px;
    font-weight: 500;
}

.lcm_i_footer_btns button[type=submit] {
    background: #55bd9c !important;
    width: 14em;
    color: white;
    border: 1px solid #55bd9c;
}
.lcm_i_footer_btns button[type=submit]:hover {
    background: #79dcbd !important;
    color: black;
    border: 1px solid #55bd9c;
    text-transform: none;
}
.lcm_search_box p {
    color: #6f6f6f !important;
    margin: 0px;
    font-size: 14px !important;
    line-height: 45px !important;
    font-weight:bold;
    text-align:center;

}
.lcm_search_text {
    color: #B5B8BF;
    font-size: 14px;
    font-weight: 500;
}
.lcm_search_box select, .lcm_search_box select:focus{
    border: none;
    outline: none;
    padding-left: 15px;
    min-width: 165px  !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.lcm_select-wrapper {
    position: relative;
}
.lcm_search_box select{
    background: white;
    color: #656565 !important;
}
.lcm_search_box .i-btn-center{
    width: 100% !important;
    margin-left: 20em;
}

.lcm_select-wrapper:after {
    font-family: Font Awesome\ 5 Free;
    content: '\f107';
    vertical-align: middle;
    pointer-events: none;
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: 900;
}
.lcm_ContentPlugin {
    color: #929292;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 0px;
    margin-top: 30px;
    border-radius: 5px;
}
.lcm_search_box{
    color: #929292;
    font-size: 16px;
    line-height: 26px;
}

select::-ms-expand {
    display: none;
}
.lcm_popup_top {
    background-color: #EFEFEF;
    height: 3.7em;
}
.lcm_popup_content {
    color:#6F8692;
}
.lcm_popup_info {
    font-size: 12px;
    color: #8F9295;
    padding-top: 6px;
    float: left;
}
.lcm_popup_info i{
    font-size: 16px;
    color:#8F9295;
    padding-right:10px;
}
.lcm_text_center {
    text-align: center;
}
.lcm_popup_content .lcm-i-type-radio input{
    vertical-align: middle; 
}
.lcm_popup_content .lcm-i-type-radio {
    line-height: 0;
}
/*--------------- item form popup end -------------*/

.lcm-i-type-file::-webkit-file-upload-button {
    visibility: hidden;
}
.lcm-i-type-file::before {
    content: 'Upload file';
    border-radius: 4px;
    padding: 3px 8px;
    cursor: pointer;
    font-size: 15px;
    background-color: #47637d;
    color: white;
    margin: -3px -10px;
    display: inline-block;
    float: right;
}
.lcm-i-type-file:hover::before {
    border-color: black;
}
.lcm-i-type-file:active::before {
    background: -webkit-linear-gradient(top, #0057a7, #f9f9f9);
}
.lcm-i-type-file{
    background: #f0f2ff !important;
}

.lcm-i-type-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 17px;
    height: 17px;
    padding: 0.2em;
    background-clip: content-box;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    outline: none;
    margin-right: 1px;
    cursor: pointer;
}
/* appearance for checked radiobutton */
.lcm-i-type-radio input[type="radio"]:checked {
    padding: 0px !important;
    border: 0.34em solid #8ac7a3;
    background: white;
}
.lcm-i-type-radio span{
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
}
.lcm_i_logo img {
    height: auto;
    float: left;
    margin: 5px 20px 5px 0;
    border-radius: 4px;
    min-width: 180px;
    max-height: 90px;
}
.lcm-i-submit-error p{
    margin-bottom: 1px;
    color: red !important;
    font-size: 13px !important;
    line-height: 16px !important;
}
.lcm-i-submit:disabled{
    cursor: wait;
}
.lcm_text_right{
    text-align: right;
}
.fa-search::placeholder {
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block; 
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 600;
    margin:5px;
}
/*------------- toggle button design-------------*/
.lcm-switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 30px;
}

.lcm-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.lcm-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.lcm-slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 23px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .lcm-slider {
    background-color: #2196F3;
}

input:focus + .lcm-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .lcm-slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

/* Rounded lcm-sliders */
.lcm-slider.round {
    border-radius: 34px;
}

.lcm-slider.round:before {
    border-radius: 50%;
}
/*------------- toggle button design-------------*/

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

    .lcm_col-md-6 {
        width: 70% ;
    }
    .lcm_col-md-3 {
        width: 30% ;
    }  
}

@media screen and (max-width: 888px) {
    /* start of medium tablet styles */
    .lcm_display_none {
        display: none;
    }
    .lcm_mobile_clear_both{
        clear: both;
    }
    .lcm_mobile_clear_both_float_left{
        clear: both;
        float: left;
    }
    .lcm_mobile_float_left{
        float: left;
    }
    .lcm_mobile_inline_block{
        display: inline-block;
    }
    .lcm_search_box .lcm_padding_lr18_22, .lcm_search_box .lcm_padding_l18, .lcm_mobile_padding_top {
        padding: 18px 0px 0 0px;
    }
    .lcm_search_box .lcm_col-md-9, .lcm_search_box .lcm_col-md-3, .lcm_col-md-10, .lcm_col-md-2{
        width: 100%;
    }
    .lcmrw_location_search_place_name_autocomplete_area .lcm_col-md-4 , .lcmrw_location_search_place_name_autocomplete_area .lcm_col-md-6  {
        width: 100%;
        clear:both;
    }
    .lcm_container {
        padding: 0px 20px; 
    }
    .lcm-i-form {
        width: 96%;
        left: 2%;
    }
    .lcm_desc iframe{
        width: 80%;
    }
    .lcm_i_logo img {
        height: auto;
        float: left;
        margin: 15px 0px 0px 0;
    }
    .lcm_popup_info {
        display: inline-flex;
        line-height: 16px;
    }
    .lcmrw_location_search_place_name_autocomplete_area .lcm_flex{
        display: block;
    }
    .lcmrw_location_search_place_name_autocomplete_area .lcmrw_place_search_autocomplete-items{
        top:14%;
    }
}

@media screen and (max-width: 479px) {
    /* start of phone styles */
    .lcm_desc {
        display: inline-grid;
    }
    .lcm-i-type-file {
        color: transparent !important; 
    }
    .lcm-i-form .lcm_mobile_line_height {
        line-height: 19px;
    }
    .lcm-i-type-radio span{
        margin-right: 0px; 
    }
    .lcmrw_pro_img_background_mbl {
        display: block !important;
    }
    .lcmrw-product-image .lcm_col-md-3, .lcmrw_pro_img_background {
        display: none;
    }
    .lcmrw-product-image .lcm_col-md-9 {
        width: 100%;
    }
    .lcmrw-product-image .lcm_padding_l18{
        padding-left: 0px;
    }
}
.lcm-list-i-foter p{
    color: #9c98a7 !important;
    font-size: 17px !important;
    line-height: 28px !important;
}
.lcm-list-i-foter u{
    color: #265c8e;
    font-size: 17px !important;
    font-weight: 400;
}
.lcm_srch_btn{
    color: #6f6f6f !important;
    background-color: #fff !important;
    font-family:Font Awesome\ 5 Free !important;
}
.lcm_srch_btn:hover {
    color: #fff !important;
    background-color: #DFE2E4 !important;
}
.lcm_srch_btn:disabled {
    text-transform: none !important;
    color: #3c3c3c !important;
    background-color: #dcdcdc !important;
    cursor: wait;
}
.lcm_srch_btn[disabled]:hover {
    border: 1px solid #DFE2E4 !important;
    border-radius: 4px;
}
#lcm_list .tmp-no-match{
    padding: 1%;
    text-align: center;
    padding-bottom: 2%;
}

.lcmrw-display-msg{
    margin: 0px !important;
    padding: 0px !important;
    text-align: center;
}

.lcmrw-imgs-list {
    display: inline-flex;
}
.lcmrw-imgs-list img{
    width: 30px;
    height: auto;
    min-height: 25px;
    margin: 5px 5px 0px 0px;
    padding: 2px;
    cursor: pointer;
}

.lcmrw-img-detail img{
    max-height: 300px;
    min-height: 100px;
}
.lcmrw-product-image .lcm_col-md-3 {
    width: 25%;
}
.lcmrw-product-image .lcmrw-img-detail {
    position:relative;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background-clip: padding-box;
    padding: 1px;
    /*background: -webkit-gradient(radial, center center, 0, center center, 100, color-stop(0%, #d0d0d0), color-stop(50%, #d0d0d0), color-stop(100%, #d0d0d0));*/
}
.lcmrw-product-image .lcmrw-img-detail:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%; height:100%;
    display:inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.lcmrw-product-image .lcmrw-img-detail img{
    display:block;
    height:auto;
    width:100%;
}
/*----- un-wanted css -----------*/
.sgpb-hide, .sgpb-insert-media-button-js, .thickbox, #add-typeform{
    display: none !important;
}

.lcm-i-form_vote {
    display: none;
    top:15%;
    background: #fff;
    width: 50%;
    position: fixed;
    left: 25%;
    z-index: 999;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.9);
    overflow: auto;
    max-height: 94%;
}

@media screen and (max-width: 479px) {
    .lcm-i-form_vote {
        top:10%;
        width: 90%;
        left: 5%;
    }   
}
.lcmrw_vote_share_link{
    margin-left:5px;
}
.lcmrw_vote_share_link i{
    vertical-align: super;
    cursor: pointer;
    font-family: Font Awesome\ 5 Free !important;
    /*text-indent: initial;*/
}
.lcmrw_vote_share_link i:hover{
    color: rgb(78, 121, 185) !important;
}
.lip_vote_share_link .lip_tooltiptext{
    visibility: hidden;
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff !important;
    text-align: center;
    border-radius: 5px;
    padding: 6px;
    position: absolute;
    z-index: 1;
    font-size: 12px !important;
    margin-right: -25px;
    margin-top: 25px;
}
.lcmrw_popup_powred_by{
    float: right; 
    padding-right: 5px; 
    font-family: cursive; 
    font-size: 10px;
}
.lcmrw_popup_powred_by a{
    font-size: 12px !important; 
    font-family: cursive !important; 
    text-decoration: none;
}

/*-------- search autopopulate-------*/
.lcmrw_location_place_name_autocomplete {
    position: relative;
    display: inline-block;
    width: 100%;
}
.lcmrw_place_search_autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}
.lcmrw_place_search_autocomplete-items div {
    padding: 4px 0px 4px 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
}
.lcmrw_place_search_autocomplete-items div:hover {
    background-color: #e9e9e9; 
}
.lcmrw_place_search_autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
}
.lcmrw_location_place_name_autocomplete .lcmrw_autocomplete_suggestion_desc, .lcmrw_location_search_place_name_autocomplete .lcmrw_autocomplete_suggestion_desc{
    font-style: italic;
    font-size: 12px;
    margin: 0px;
    line-height: 1 !important;
    color: #797979;
    text-align: left;
}
.lcmrw_input_search_loading {
    position: absolute;
    display: none;
    top: 3px;
    right: 3px;
    height: 28px;
    width: 28px;
}

.lcmrw_location_search_place_name_autocomplete_area .lcmrw_place_search_autocomplete-items{
    top: 25%;
}

.lcmrw_location_search_place_name_autocomplete_area, .lcmrw_location_search_place_name_autocomplete_srch_btn_area{
    display: none;
}
/*-------- place search autopopulate-------*/
.lcm_search_box .toggle-label, .lcmrw_admin_sel_area_optn .toggle-label {
    position: relative;
    display: block;
    width: 300px;
    height: 30px;
    border: 1px solid #DFE2E4;
    border-radius: 5px;
    margin:0;
    line-height: 1.8;
}
.lcm_search_box .toggle-label input[type=checkbox], .lcmrw_admin_sel_area_optn .toggle-label input[type=checkbox] { 
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.lcm_search_box .toggle-label input[type=checkbox]+.back, .lcmrw_admin_sel_area_optn .toggle-label input[type=checkbox]+.back {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: background 150ms linear;
    cursor: pointer;
    border-radius: 5px;
}
.lcm_search_box .toggle-label input[type=checkbox]:checked+.back, .lcmrw_admin_sel_area_optn .toggle-label input[type=checkbox]:checked+.back {
    background: #fff;
}

.lcm_search_box .toggle-label input[type=checkbox]+.back .toggle, .lcmrw_admin_sel_area_optn .toggle-label input[type=checkbox]+.back .toggle {
    display: block;
    position: absolute;
    content: ' ';
    background: #47637d;
    width: 50%; 
    height: 100%;
    transition: margin 150ms linear;
    border-radius: 5px 0px 0 5px;
}
.lcm_search_box .toggle-label input[type=checkbox]:checked+.back .toggle, .lcmrw_admin_sel_area_optn .toggle-label input[type=checkbox]:checked+.back .toggle {
    margin-left: 50%;
    border-radius: 0px 5px 5px 0px;
}
.lcm_search_box .toggle-label .label, .lcmrw_admin_sel_area_optn .toggle-label .label {
    display: block;
    position: absolute;
    width: 50%;
    color: #ddd;
    text-align: center;
}
.lcm_search_box .toggle-label .label.on, .lcmrw_admin_sel_area_optn .toggle-label .label.on { left: 0px; }
.lcm_search_box .toggle-label .label.off, .lcmrw_admin_sel_area_optn .toggle-label .label.off { right: 0px; }
.lcmrw_admin_sel_area_optn .toggle-label{
    width: 100%;
    height: 34px;
    line-height: 2.2;
}
.lcmrw_embeded_logo_copy a{
    cursor: pointer;
}
.lcmrw_embeded_logo_copy span {
    visibility: hidden;
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff !important;
    text-align: center;
    border-radius: 5px;
    padding: 6px;
    position: absolute;
    z-index: 1;
    font-size: 12px !important;
    margin-right: -25px;
    margin-top: 25px;
}
.lcmrw_cpy{
    margin: 0px;
    padding: 0px;
}

/*------lcm notice popup start --------------*/
.lcm_notice_modal {
    display: block;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.lcm_notice_modal_content {
    padding: 20px;
    top: 15%;
    background: #fff;
    width: 60%;
    position: fixed;
    left: 20%;
    z-index: 999;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.9);
    overflow: auto;
    max-height: 94%;
}
/*------lcm notice popup end --------------*/

.lcmrw_vote_share_link .lcmrw_tooltiptext {
    visibility: hidden;
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff !important;
    text-align: center;
    border-radius: 5px;
    padding: 6px;
    position: absolute;
    z-index: 1;
    font-size: 12px !important;
    margin-right: -25px;
    margin-top: 25px;
}

.lcm_tabular-lists {
    background-color: white;
    border-radius: 10px;
    float: left;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px -4px rgba(227,227,227,1);
    -moz-box-shadow: 0px 0px 20px -4px rgba(227,227,227,1);
    box-shadow: 0px 0px 20px -4px rgba(227,227,227,1);
    margin-bottom: 5px !important;
}
.lcm_tabular-lists-li-top {
    float: left;
    width: 100%;
    list-style-type: none;
    padding: 10px;
    border-bottom: 2px solid #fbfbfb;
    margin: 0;
    text-align: center;
    display: inline-flex;
}

.lcm_tabular-lists .lcm_tabular-lists-li-top .lcm_list-box p{
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px !important;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
.lcm_tabular-lists li {
    color: #272625 !important;
    font-size: 18px !important;
    line-height: 28px !important;
}
.lcm_tabular-lists li {
    display: inline-flex;
    text-align: -webkit-match-parent;
}
.lcm_tabular-lists-500 {
    float: left;
    width: 100%;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-left:0;
    text-align: center;
    margin: 0 !important;
    max-height: 5px;
}
.lcm_tabular-lists-500 li {
    list-style-type: none;
    float: left;
    width: 100%;
    padding: 20px 5px;
    border-bottom: 2px solid #efefef;
    margin: 0 !important;
    text-align: center;
    display: inline-flex;
}
.lcm_tabular-lists-500 li:last-child {
    border-bottom: none;
}
.lcm_tabular-lists-500::-webkit-scrollbar {
    width: 10px;
    background-color: #1abc9c;
    height: 70px;
    border-bottom-right-radius: 10px;
}
.lcm_tabular-lists-500::-webkit-scrollbar-thumb {
    background-color: #fff;
    outline: 1px solid #fff;
    /*border-radius: 7px;*/
}

.lcm_list-box1-2, .lcm_list-box1-3, .lcm_list-box1-4 {
    width: 10%;
}
.lcm_list-box2-2, .lcm_list-box3-2{
    width: 45%;
}
.lcm_list-box2-3, .lcm_list-box3-3, .lcm_list-box4-3{
    width: 30%;
}
.lcm_list-box2-4, .lcm_list-box3-4, .lcm_list-box4-4, .lcm_list-box5-4{
    width: 22.5%;
}

.lcm_tabular-lists-500 li .lcm_list-box1-2, .lcm_tabular-lists-500 li .lcm_list-box1-3, .lcm_tabular-lists-500 li .lcm_list-box1-4{
    width: 10%;
    color: #1abc9c;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;
}
.lcm_tabular-lists-500 li img {
    max-height: 35px;
    width: auto;
    min-height: 20px;
    margin: 0 auto;
}
.lcm_tabular-lists-500 li p{
    color: #005689;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
}
.lcm_tabular-lists-500 a{
    margin: 0;
    padding: 0;
}

.lcm-img-list {
    display: inline-flex;
    margin-left: 30%;
    margin-bottom: 1%;
}

.lcm-img {
    text-align: center;
    padding: 10px;
    background: white;
    border: 1px solid black;
}

.lcm-delete-img,.lcmf-remove-custom_img{
    background: #d85959;
    color: white;
    padding: 4px 15px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
}

.lcm-delete-img:hover ,.lcmf-remove-custom_img:hover{
    background: red;
    color: black;
}

.lcmrw_admin_show_popup,.lcmrw_admin_show_popup_lead{
    color: #007acc;
    cursor: pointer;
    font-size: 18px;
}

@media only screen and (max-width: 1140 px) and (min-width: 888px) {
    .lcm_i_logo img {
        min-width: 100% !important;
    }
}
.lcm_listftr_optns{
    padding: 10px 0;
    margin: 0;
}
.lcm_listftr_optns a{
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.lcm_desc p{
 margin: 10px !important;
}





/*--------- custom template start--------*/
.lpb_col-md-12{
    width: 100%;
    height: 100%;
    float: left;
}
.lpb_col-md-10{
    width: 79.6666%;
    height: 100%;
    float: left;
}
.lpb_col-md-2{
    width: 20.333%;
    height: 100%;
    float: left;
}
#custom_builder{
    width: 100%;
    float: left;
/*    border: 3px solid #D6DADC;
    border-top:none;*/
    height: 500px;
}
.builder_init{
/*    border: 3px solid #D6DADC;
    border-bottom:none;*/
    width: 100%;
    float: left;
    clear:both;
}
#lcma_builder_cols{
    width: 98%;
    float: right;
    height: 100%;
}
#lcma_builder_cols .item, #lcma_builder_elments .elem_item{
    height: 35px;
    vertical-align: middle;
    padding: 5px;
    border: 1px dotted #ccc;
    cursor: move;
    text-align: center;
    line-height: 35px;
    margin-bottom: 5px;
}

#lcma_builder_cols h2{
    text-align: center;
    margin-bottom: 10px;
}

.builder_init .item, #lcma_builder_elments .elem_item{
    height: 35px;
    padding: 5px;
    border: 1px dotted #D6DADC;
}

.builder_init .width_100{
    width: 100%;
    
}

.builder_init .width_50{
    width: 50%;
    float:left;
}

.builder_init .width_33{
    width: 33.33%;
    float:left;
}

.builder_init .width_25{
    width: 25%;
    float:left;
}
/*template columns*/
.builder_init .template-col-md-12 {
  width: 100%;
}
.builder_init .template-col-md-11 {
  width: 91.66666667%;
  float:left;
}
.builder_init .template-col-md-10 {
  width: 83.33333333%;
  float:left;
}
.builder_init .template-col-md-9 {
  width: 75%;
  float:left;
}
.builder_init .template-col-md-8 {
  width: 66.66666667%;
  float:left;
}
.builder_init .template-col-md-7 {
  width: 58.33333333%;
  float:left;
}
.builder_init .template-col-md-6 {
  width: 50%;
  float:left;
}
.builder_init .template-col-md-5 {
  width: 41.66666667%;
  float:left;
}
.builder_init .template-col-md-4 {
  width: 33.33333333%;
  float:left;
}
.builder_init .template-col-md-3 {
  width: 25%;
  float:left;
}
.builder_init .template-col-md-2 {
  width: 16.66666667%;
  float:left;
}
.builder_init .template-col-md-1 {
  width: 8.33333333%;
  float:left;
}
.builder_init .new_dropzone_wrapper{
    width: 100%;
    position: relative;
    clear: both;
    padding: 0;
    margin: 0;
    display: inline-flex;
    height: auto !important;
}
.builder_init .new_dropzone > .border{
    width: 100%;
    /*border: 1px dotted #D6DADC;*/
    /*height: 50px;*/
    background: #fff;
}
.ui-state-highlight{
    border: 2px dotted blue;
}
.custom-state-active{
    background: #fff;
}
#custom_builder h3 {
    padding: 0 15px;
    margin: 0;
}

.lpb_main_container h4 {
    font-size: 24px;
    line-height: 29px;
    color: #002F4A;
    margin: 20px 0 15px;
}
.lpb_main_container .ui-draggable {
    padding-left: 10px;
}
.lpb_builder_content {
    padding: 15px 0 15px 0;
}
.lpb_builder_content .new_dropzone_wrapper .elem_item[data-slug="title"]{
    font-weight: bold;
    width: 100%;
}
.lpb_builder_content h1,.lpb_builder_content h1:before,
.lpb_builder_content h2,.lpb_builder_content h2:before,
.lpb_builder_content h3,.lpb_builder_content h3:before,
.lpb_builder_content h4,.lpb_builder_content h4:before,
.lpb_builder_content h5,.lpb_builder_content h5:before,
.lpb_builder_content h6,.lpb_builder_content h6:before{
    margin: 0 !important;
    padding: 0 !important;
    background: unset !important;
    height: auto !important;
    line-height: 1 !important;
}
.lpb_builder_content ul, 
.lpb_builder_content ol{
    margin: 0 !important;
}


.lpb_builder_content p:not(:last-child){
    padding: 0 !important;
    margin-bottom: 10px !important;
}

.lpb_builder_content p:last-child{
    padding: 0 !important;
    margin: 0 !important;
}
.lpb_grey_bg {
    width: 100%;
}
.lpb_cross, .lpb_actions{
    display: none;
}
.lpb_grp-column {
    float: left;
    height: 35px;
    width: 60px;
    background-color: #eee;
    margin: 0 1px;
}
.two_column .lpb_grp-column {
    width: 30px;
}
.three_column .lpb_grp-column {
    width: 21px;
}
.four_column .lpb_grp-column {
    width: 15px;
}

.builder_init .border .lpb_edit_ele_opt{
    display: none !important;
}
.builder_init .border .lpb_option_popup_item {
    display: none !important;
}

.builder_init .border[data-text_alingment="right"] .elem_item[data-slug="votes"] {
    float:right !important;
}.builder_init .border[data-text_alingment="left"] .elem_item[data-slug="votes"] {
    float:left !important;
}.builder_init .border[data-text_alingment="right"] .elem_item[data-type="image"] .lcm_custom_image img{
    float:right !important;
}.builder_init .border[data-text_alingment="left"] .elem_item[data-type="image"] .lcm_custom_image img {
    float:left !important;
}


.builder_init .lcm_blended_img .border[data-text_alingment="left"]{
    text-align: left !important;
}

.builder_init .lcm_blended_img .border[data-text_alingment="right"]{
    text-align: right !important;
}

.builder_init .lcm_blended_img .border[data-text_alingment="center"]{
    text-align: center !important;
}
.builder_init .border[data-text_alingment="center"] .elem_item[data-slug="votes"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.builder_init .lcm_blended_img .border[data-text_alingment="left"] .elem_item[data-slug="votes"]{
    text-align: left !important;
    float: none !important;
}

.builder_init .lcm_blended_img .border[data-text_alingment="right"] .elem_item[data-slug="votes"]{
    text-align: right !important;
    float: none !important;
}

.builder_init .border[data-text_alingment="center"] .elem_item[data-type="image"] img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.builder_init .border .elem_item[data-type="image"] .lcm_custom_image img{
    width: auto !important;
    height: auto ;
}

.builder_init .border[data-image_radius="5"] .elem_item[data-type="image"] .lcm_custom_image img{
    border-radius: 5% !important;
}.builder_init .border[data-image_radius="10"] .elem_item[data-type="image"] .lcm_custom_image img{
    border-radius: 10% !important;
}.builder_init .border[data-image_radius="20"] .elem_item[data-type="image"] .lcm_custom_image img{
    border-radius: 20% !important;
}.builder_init .border[data-image_radius="50"] .elem_item[data-type="image"] .lcm_custom_image img{
    border-radius: 50% !important;
}

.lcm_info_txt{
    font-size: 12px !important;
    font-style: italic !important;
}

.builder_init div,
.builder_init span,
.builder_init p,
.builder_init h1,
.builder_init h2,
.builder_init h3,
.builder_init h4,
.builder_init h5,
.builder_init a,
.builder_init li,
.builder_init ol,
.builder_init ul{
    font-family: 'Nunito',sans-serif !important;
    font-size:17px !important;
    font-style: normal !important;
}

.builder_init .new_dropzone h1,.builder_init .lcm_blended_img h1,
.builder_init .new_dropzone h1 span,.builder_init .lcm_blended_img h1 span,
.builder_init .new_dropzone h1 p,.builder_init .lcm_blended_img h1 p,
.builder_init .new_dropzone h1 a,.builder_init .lcm_blended_img h1 a,
.builder_init .new_dropzone h1 li,.builder_init .lcm_blended_img h1 li,
.builder_init .new_dropzone h1 ul,.builder_init .lcm_blended_img h1 ul,
.builder_init .new_dropzone h1 ol,.builder_init .lcm_blended_img h1 ol{
    font-size: 32px !important;
}
.builder_init .new_dropzone h2,.builder_init .lcm_blended_img h2,
.builder_init .new_dropzone h2 span,.builder_init .lcm_blended_img h2 span,
.builder_init .new_dropzone h2 p,.builder_init .lcm_blended_img h2 p,
.builder_init .new_dropzone h2 a,.builder_init .lcm_blended_img h2 a,
.builder_init .new_dropzone h2 li,.builder_init .lcm_blended_img h2 li,
.builder_init .new_dropzone h2 ul,.builder_init .lcm_blended_img h2 ul,
.builder_init .new_dropzone h2 ol,.builder_init .lcm_blended_img h2 ol{
    font-size: 24px !important;
}

.builder_init .new_dropzone h3,.builder_init .lcm_blended_img h3,
.builder_init .new_dropzone h3 span,.builder_init .lcm_blended_img h3 span,
.builder_init .new_dropzone h3 p,.builder_init .lcm_blended_img h3 p,
.builder_init .new_dropzone h3 a,.builder_init .lcm_blended_img h3 a,
.builder_init .new_dropzone h3 li,.builder_init .lcm_blended_img h3 li,
.builder_init .new_dropzone h3 ul,.builder_init .lcm_blended_img h3 ul,
.builder_init .new_dropzone h3 ol,.builder_init .lcm_blended_img h3 ol{
    font-size: 19px !important;
}
.builder_init .new_dropzone h4,.builder_init .lcm_blended_img h4,
.builder_init .new_dropzone h4 span,.builder_init .lcm_blended_img h4 span,
.builder_init .new_dropzone h4 p,.builder_init .lcm_blended_img h4 p,
.builder_init .new_dropzone h4 a,.builder_init .lcm_blended_img h4 a,
.builder_init .new_dropzone h4 li,.builder_init .lcm_blended_img h4 li,
.builder_init .new_dropzone h4 ul,.builder_init .lcm_blended_img h4 ul,
.builder_init .new_dropzone h4 ol,.builder_init .lcm_blended_img h4 ol{
    font-size: 16px !important;
}
.builder_init .new_dropzone h5,.builder_init .lcm_blended_img h5,
.builder_init .new_dropzone h5 span,.builder_init .lcm_blended_img h5 span,
.builder_init .new_dropzone h5 p,.builder_init .lcm_blended_img h5 p,
.builder_init .new_dropzone h5 a,.builder_init .lcm_blended_img h5 a,
.builder_init .new_dropzone h5 li,.builder_init .lcm_blended_img h5 li,
.builder_init .new_dropzone h5 ul,.builder_init .lcm_blended_img h5 ul,
.builder_init .new_dropzone h5 ol,.builder_init .lcm_blended_img h5 ol{
    font-size: 13.28px !important;
}

.builder_init .border[data-text_alingment="right"] .elem_item{
    text-align: right !important;
} .builder_init .border[data-text_alingment="left"] .elem_item{
    text-align: left !important;
} .builder_init .border[data-text_alingment="center"] .elem_item{
    text-align: center !important;
} .builder_init .border[data-text_weight="bold"] .elem_item{
    font-weight: bold !important;
}.builder_init .border[data-text_weight="normal"] .elem_item{
    font-weight: normal !important;
}.builder_init .border[data-font_size="inherit"] .elem_item{
    font-size: inherit !important;
}.builder_init .border[data-font_size="10"] .elem_item{
    font-size: 10px !important;
}.builder_init .border[data-font_size="12"] .elem_item{
    font-size: 12px !important;
}.builder_init .border[data-font_size="14"] .elem_item{
    font-size: 14px !important;
}.builder_init .border[data-font_size="16"] .elem_item{
    font-size: 16px !important;
}.builder_init .border[data-font_size="18"] .elem_item{
    font-size: 18px !important;
}.builder_init .border[data-font_size="20"] .elem_item{
    font-size: 20px !important;
}.builder_init .border[data-font_size="22"] .elem_item{
    font-size: 22px !important;
}.builder_init .border[data-font_size="24"] .elem_item{
    font-size: 24px !important;
}.builder_init .border[data-font_size="26"] .elem_item{
    font-size: 26px !important;
}.builder_init .border[data-font_size="28"] .elem_item{
    font-size: 28px !important;
}.builder_init .border[data-font_size="30"] .elem_item{
    font-size: 30px !important;
}


.builder_init .border[data-text_weight="bold"] .elem_item h1,
.builder_init .border[data-text_weight="bold"] .elem_item h2,
.builder_init .border[data-text_weight="bold"] .elem_item h3,
.builder_init .border[data-text_weight="bold"] .elem_item h4,
.builder_init .border[data-text_weight="bold"] .elem_item h5,
.builder_init .border[data-text_weight="bold"] .elem_item span,
.builder_init .border[data-text_weight="bold"] .elem_item a,
.builder_init .border[data-text_weight="bold"] .elem_item li,
.builder_init .border[data-text_weight="bold"] .elem_item ul,
.builder_init .border[data-text_weight="bold"] .elem_item ol,
.builder_init .border[data-text_weight="bold"] .elem_item p{
    font-weight: bold !important;
}
.builder_init .border[data-text_weight="normal"] .elem_item h1,
.builder_init .border[data-text_weight="normal"] .elem_item h2,
.builder_init .border[data-text_weight="normal"] .elem_item h3,
.builder_init .border[data-text_weight="normal"] .elem_item h4,
.builder_init .border[data-text_weight="normal"] .elem_item h5,
.builder_init .border[data-text_weight="normal"] .elem_item span,
.builder_init .border[data-text_weight="normal"] .elem_item a,
.builder_init .border[data-text_weight="normal"] .elem_item li,
.builder_init .border[data-text_weight="normal"] .elem_item ul,
.builder_init .border[data-text_weight="normal"] .elem_item ol,
.builder_init .border[data-text_weight="normal"] .elem_item p{
    font-weight: normal !important;
}
.builder_init .border[data-font_size="inherit"] .elem_item h1,
.builder_init .border[data-font_size="inherit"] .elem_item h2,
.builder_init .border[data-font_size="inherit"] .elem_item h3,
.builder_init .border[data-font_size="inherit"] .elem_item h4,
.builder_init .border[data-font_size="inherit"] .elem_item h5,
.builder_init .border[data-font_size="inherit"] .elem_item span,
.builder_init .border[data-font_size="inherit"] .elem_item a,
.builder_init .border[data-font_size="inherit"] .elem_item li,
.builder_init .border[data-font_size="inherit"] .elem_item ul,
.builder_init .border[data-font_size="inherit"] .elem_item ol,
.builder_init .border[data-font_size="inherit"] .elem_item p{
    font-size: inherit !important;
}
.builder_init .border[data-font_size="10"] .elem_item h1,
.builder_init .border[data-font_size="10"] .elem_item h2,
.builder_init .border[data-font_size="10"] .elem_item h3,
.builder_init .border[data-font_size="10"] .elem_item h4,
.builder_init .border[data-font_size="10"] .elem_item h5,
.builder_init .border[data-font_size="10"] .elem_item span,
.builder_init .border[data-font_size="10"] .elem_item a,
.builder_init .border[data-font_size="10"] .elem_item li,
.builder_init .border[data-font_size="10"] .elem_item ul,
.builder_init .border[data-font_size="10"] .elem_item ol,
.builder_init .border[data-font_size="10"] .elem_item p{
    font-size: 10px !important;
}
.builder_init .border[data-font_size="12"] .elem_item h1,
.builder_init .border[data-font_size="12"] .elem_item h2,
.builder_init .border[data-font_size="12"] .elem_item h3,
.builder_init .border[data-font_size="12"] .elem_item h4,
.builder_init .border[data-font_size="12"] .elem_item h5,
.builder_init .border[data-font_size="12"] .elem_item span,
.builder_init .border[data-font_size="12"] .elem_item a,
.builder_init .border[data-font_size="12"] .elem_item li,
.builder_init .border[data-font_size="12"] .elem_item ul,
.builder_init .border[data-font_size="12"] .elem_item ol,
.builder_init .border[data-font_size="12"] .elem_item p{
    font-size: 12px !important;
}
.builder_init .border[data-font_size="14"] .elem_item h1,
.builder_init .border[data-font_size="14"] .elem_item h2,
.builder_init .border[data-font_size="14"] .elem_item h3,
.builder_init .border[data-font_size="14"] .elem_item h4,
.builder_init .border[data-font_size="14"] .elem_item h5,
.builder_init .border[data-font_size="14"] .elem_item span,
.builder_init .border[data-font_size="14"] .elem_item a,
.builder_init .border[data-font_size="14"] .elem_item li,
.builder_init .border[data-font_size="14"] .elem_item ul,
.builder_init .border[data-font_size="14"] .elem_item ol,
.builder_init .border[data-font_size="14"] .elem_item p{
    font-size: 14px !important;
}
.builder_init .border[data-font_size="16"] .elem_item h1,
.builder_init .border[data-font_size="16"] .elem_item h2,
.builder_init .border[data-font_size="16"] .elem_item h3,
.builder_init .border[data-font_size="16"] .elem_item h4,
.builder_init .border[data-font_size="16"] .elem_item h5,
.builder_init .border[data-font_size="16"] .elem_item span,
.builder_init .border[data-font_size="16"] .elem_item a,
.builder_init .border[data-font_size="16"] .elem_item li,
.builder_init .border[data-font_size="16"] .elem_item ul,
.builder_init .border[data-font_size="16"] .elem_item ol,
.builder_init .border[data-font_size="16"] .elem_item p{
    font-size: 16px !important;
}
.builder_init .border[data-font_size="18"] .elem_item h1,
.builder_init .border[data-font_size="18"] .elem_item h2,
.builder_init .border[data-font_size="18"] .elem_item h3,
.builder_init .border[data-font_size="18"] .elem_item h4,
.builder_init .border[data-font_size="18"] .elem_item h5,
.builder_init .border[data-font_size="18"] .elem_item span,
.builder_init .border[data-font_size="18"] .elem_item a,
.builder_init .border[data-font_size="18"] .elem_item li,
.builder_init .border[data-font_size="18"] .elem_item ul,
.builder_init .border[data-font_size="18"] .elem_item ol,
.builder_init .border[data-font_size="18"] .elem_item p{
    font-size: 18px !important;
}
.builder_init .border[data-font_size="20"] .elem_item h1,
.builder_init .border[data-font_size="20"] .elem_item h2,
.builder_init .border[data-font_size="20"] .elem_item h3,
.builder_init .border[data-font_size="20"] .elem_item h4,
.builder_init .border[data-font_size="20"] .elem_item h5,
.builder_init .border[data-font_size="20"] .elem_item span,
.builder_init .border[data-font_size="20"] .elem_item a,
.builder_init .border[data-font_size="20"] .elem_item li,
.builder_init .border[data-font_size="20"] .elem_item ul,
.builder_init .border[data-font_size="20"] .elem_item ol,
.builder_init .border[data-font_size="20"] .elem_item p{
    font-size: 20px !important;
}
.builder_init .border[data-font_size="22"] .elem_item h1,
.builder_init .border[data-font_size="22"] .elem_item h2,
.builder_init .border[data-font_size="22"] .elem_item h3,
.builder_init .border[data-font_size="22"] .elem_item h4,
.builder_init .border[data-font_size="22"] .elem_item h5,
.builder_init .border[data-font_size="22"] .elem_item span,
.builder_init .border[data-font_size="22"] .elem_item a,
.builder_init .border[data-font_size="22"] .elem_item li,
.builder_init .border[data-font_size="22"] .elem_item ul,
.builder_init .border[data-font_size="22"] .elem_item ol,
.builder_init .border[data-font_size="22"] .elem_item p{
    font-size: 22px !important;
}
.builder_init .border[data-font_size="24"] .elem_item h1,
.builder_init .border[data-font_size="24"] .elem_item h2,
.builder_init .border[data-font_size="24"] .elem_item h3,
.builder_init .border[data-font_size="24"] .elem_item h4,
.builder_init .border[data-font_size="24"] .elem_item h5,
.builder_init .border[data-font_size="24"] .elem_item span,
.builder_init .border[data-font_size="24"] .elem_item a,
.builder_init .border[data-font_size="24"] .elem_item li,
.builder_init .border[data-font_size="24"] .elem_item ul,
.builder_init .border[data-font_size="24"] .elem_item ol,
.builder_init .border[data-font_size="24"] .elem_item p{
    font-size: 24px !important;
}
.builder_init .border[data-font_size="26"] .elem_item h1,
.builder_init .border[data-font_size="26"] .elem_item h2,
.builder_init .border[data-font_size="26"] .elem_item h3,
.builder_init .border[data-font_size="26"] .elem_item h4,
.builder_init .border[data-font_size="26"] .elem_item h5,
.builder_init .border[data-font_size="26"] .elem_item span,
.builder_init .border[data-font_size="26"] .elem_item a,
.builder_init .border[data-font_size="26"] .elem_item li,
.builder_init .border[data-font_size="26"] .elem_item ul,
.builder_init .border[data-font_size="26"] .elem_item ol,
.builder_init .border[data-font_size="26"] .elem_item p{
    font-size: 26px !important;
}
.builder_init .border[data-font_size="28"] .elem_item h1,
.builder_init .border[data-font_size="28"] .elem_item h2,
.builder_init .border[data-font_size="28"] .elem_item h3,
.builder_init .border[data-font_size="28"] .elem_item h4,
.builder_init .border[data-font_size="28"] .elem_item h5,
.builder_init .border[data-font_size="28"] .elem_item span,
.builder_init .border[data-font_size="28"] .elem_item a,
.builder_init .border[data-font_size="28"] .elem_item li,
.builder_init .border[data-font_size="28"] .elem_item ul,
.builder_init .border[data-font_size="28"] .elem_item ol,
.builder_init .border[data-font_size="28"] .elem_item p{
    font-size: 28px !important;
}
.builder_init .border[data-font_size="30"] .elem_item h1,
.builder_init .border[data-font_size="30"] .elem_item h2,
.builder_init .border[data-font_size="30"] .elem_item h3,
.builder_init .border[data-font_size="30"] .elem_item h4,
.builder_init .border[data-font_size="30"] .elem_item h5,
.builder_init .border[data-font_size="30"] .elem_item span,
.builder_init .border[data-font_size="30"] .elem_item a,
.builder_init .border[data-font_size="30"] .elem_item li,
.builder_init .border[data-font_size="30"] .elem_item ul,
.builder_init .border[data-font_size="30"] .elem_item ol,
.builder_init .border[data-font_size="30"] .elem_item p{
    font-size: 30px !important;
}

.builder_init .border .elem_item .lcm_subheading{
    padding-bottom: 16px;
}

.builder_init .border[data-subheader_text_alingment="right"] .elem_item  .lcm_subheading{
    text-align: right !important;
} .builder_init .border[data-subheader_text_alingment="left"] .elem_item .lcm_subheading{
    text-align: left !important;
} .builder_init .border[data-subheader_text_alingment="center"] .elem_item .lcm_subheading{
    text-align: center !important;
} .builder_init .border[data-subheader_text_weight="bold"] .elem_item .lcm_subheading{
    font-weight: bold !important;
}.builder_init .border[data-subheader_text_weight="normal"] .elem_item .lcm_subheading{
    font-weight: normal !important;
}.builder_init .border[data-subheader_font_size="inherit"] .elem_item .lcm_subheading{
    font-size: inherit !important;
}.builder_init .border[data-subheader_font_size="10"] .elem_item .lcm_subheading{
    font-size: 10px !important;
}.builder_init .border[data-subheader_font_size="12"] .elem_item .lcm_subheading{
    font-size: 12px !important;
}.builder_init .border[data-subheader_font_size="14"] .elem_item .lcm_subheading{
    font-size: 14px !important;
}.builder_init .border[data-subheader_font_size="16"] .elem_item .lcm_subheading{
    font-size: 16px !important;
}.builder_init .border[data-subheader_font_size="18"] .elem_item .lcm_subheading{
    font-size: 18px !important;
}.builder_init .border[data-subheader_font_size="20"] .elem_item .lcm_subheading{
    font-size: 20px !important;
}.builder_init .border[data-subheader_font_size="22"] .elem_item .lcm_subheading{
    font-size: 22px !important;
}.builder_init .border[data-subheader_font_size="24"] .elem_item .lcm_subheading{
    font-size: 24px !important;
}.builder_init .border[data-subheader_font_size="26"] .elem_item .lcm_subheading{
    font-size: 26px !important;
}.builder_init .border[data-subheader_font_size="28"] .elem_item .lcm_subheading{
    font-size: 28px !important;
}.builder_init .border[data-subheader_font_size="30"] .elem_item .lcm_subheading{
    font-size: 30px !important;
}

.builder_init .border[data-subheader_text_weight="bold"] .elem_item .lcm_subheading h1,
.builder_init .border[data-subheader_text_weight="bold"] .elem_item .lcm_subheading h2,
.builder_init .border[data-subheader_text_weight="bold"] .elem_item .lcm_subheading h3,
.builder_init .border[data-subheader_text_weight="bold"] .elem_item .lcm_subheading h4,
.builder_init .border[data-subheader_text_weight="bold"] .elem_item .lcm_subheading h5,
.builder_init .border[data-subheader_text_weight="bold"] .elem_item .lcm_subheading span,
.builder_init .border[data-subheader_text_weight="bold"] .elem_item .lcm_subheading a,
.builder_init .border[data-subheader_text_weight="bold"] .elem_item .lcm_subheading li,
.builder_init .border[data-subheader_text_weight="bold"] .elem_item .lcm_subheading ul,
.builder_init .border[data-subheader_text_weight="bold"] .elem_item .lcm_subheading ol,
.builder_init .border[data-subheader_text_weight="bold"] .elem_item .lcm_subheading p {
    font-weight: bold !important;
}

.builder_init .border[data-subheader_text_weight="normal"] .elem_item .lcm_subheading h1,
.builder_init .border[data-subheader_text_weight="normal"] .elem_item .lcm_subheading h2,
.builder_init .border[data-subheader_text_weight="normal"] .elem_item .lcm_subheading h3,
.builder_init .border[data-subheader_text_weight="normal"] .elem_item .lcm_subheading h4,
.builder_init .border[data-subheader_text_weight="normal"] .elem_item .lcm_subheading h5,
.builder_init .border[data-subheader_text_weight="normal"] .elem_item .lcm_subheading span,
.builder_init .border[data-subheader_text_weight="normal"] .elem_item .lcm_subheading a,
.builder_init .border[data-subheader_text_weight="normal"] .elem_item .lcm_subheading li,
.builder_init .border[data-subheader_text_weight="normal"] .elem_item .lcm_subheading ul,
.builder_init .border[data-subheader_text_weight="normal"] .elem_item .lcm_subheading p,
.builder_init .border[data-subheader_text_weight="normal"] .elem_item .lcm_subheading ol {
    font-weight: normal !important;
}
.builder_init .border[data-subheader_font_size="inherit"] .elem_item .lcm_subheading h1,
.builder_init .border[data-subheader_font_size="inherit"] .elem_item .lcm_subheading h2,
.builder_init .border[data-subheader_font_size="inherit"] .elem_item .lcm_subheading h3,
.builder_init .border[data-subheader_font_size="inherit"] .elem_item .lcm_subheading h4,
.builder_init .border[data-subheader_font_size="inherit"] .elem_item .lcm_subheading h5,
.builder_init .border[data-subheader_font_size="inherit"] .elem_item .lcm_subheading span,
.builder_init .border[data-subheader_font_size="inherit"] .elem_item .lcm_subheading a,
.builder_init .border[data-subheader_font_size="inherit"] .elem_item .lcm_subheading li,
.builder_init .border[data-subheader_font_size="inherit"] .elem_item .lcm_subheading ul,
.builder_init .border[data-subheader_font_size="inherit"] .elem_item .lcm_subheading p,
.builder_init .border[data-subheader_font_size="inherit"] .elem_item .lcm_subheading ol {
    font-size: inherit !important;
}
.builder_init .border[data-subheader_font_size="10"] .elem_item .lcm_subheading h1,
.builder_init .border[data-subheader_font_size="10"] .elem_item .lcm_subheading h2,
.builder_init .border[data-subheader_font_size="10"] .elem_item .lcm_subheading h3,
.builder_init .border[data-subheader_font_size="10"] .elem_item .lcm_subheading h4,
.builder_init .border[data-subheader_font_size="10"] .elem_item .lcm_subheading h5,
.builder_init .border[data-subheader_font_size="10"] .elem_item .lcm_subheading span,
.builder_init .border[data-subheader_font_size="10"] .elem_item .lcm_subheading a,
.builder_init .border[data-subheader_font_size="10"] .elem_item .lcm_subheading li,
.builder_init .border[data-subheader_font_size="10"] .elem_item .lcm_subheading ul,
.builder_init .border[data-subheader_font_size="10"] .elem_item .lcm_subheading ol,
.builder_init .border[data-subheader_font_size="10"] .elem_item .lcm_subheading p{
    font-size: 10px !important;
}
.builder_init .border[data-subheader_font_size="12"] .elem_item .lcm_subheading h1,
.builder_init .border[data-subheader_font_size="12"] .elem_item .lcm_subheading h2,
.builder_init .border[data-subheader_font_size="12"] .elem_item .lcm_subheading h3,
.builder_init .border[data-subheader_font_size="12"] .elem_item .lcm_subheading h4,
.builder_init .border[data-subheader_font_size="12"] .elem_item .lcm_subheading h5,
.builder_init .border[data-subheader_font_size="12"] .elem_item .lcm_subheading a,
.builder_init .border[data-subheader_font_size="12"] .elem_item .lcm_subheading span,
.builder_init .border[data-subheader_font_size="12"] .elem_item .lcm_subheading li,
.builder_init .border[data-subheader_font_size="12"] .elem_item .lcm_subheading ul,
.builder_init .border[data-subheader_font_size="12"] .elem_item .lcm_subheading ol,
.builder_init .border[data-subheader_font_size="12"] .elem_item .lcm_subheading p{
    font-size: 12px !important;
}
.builder_init .border[data-subheader_font_size="14"] .elem_item .lcm_subheading h1,
.builder_init .border[data-subheader_font_size="14"] .elem_item .lcm_subheading h2,
.builder_init .border[data-subheader_font_size="14"] .elem_item .lcm_subheading h3,
.builder_init .border[data-subheader_font_size="14"] .elem_item .lcm_subheading h4,
.builder_init .border[data-subheader_font_size="14"] .elem_item .lcm_subheading h5,
.builder_init .border[data-subheader_font_size="14"] .elem_item .lcm_subheading a,
.builder_init .border[data-subheader_font_size="14"] .elem_item .lcm_subheading span,
.builder_init .border[data-subheader_font_size="14"] .elem_item .lcm_subheading li,
.builder_init .border[data-subheader_font_size="14"] .elem_item .lcm_subheading ul,
.builder_init .border[data-subheader_font_size="14"] .elem_item .lcm_subheading ol,
.builder_init .border[data-subheader_font_size="14"] .elem_item .lcm_subheading p{
    font-size: 14px !important;
}
.builder_init .border[data-subheader_font_size="16"] .elem_item .lcm_subheading h1,
.builder_init .border[data-subheader_font_size="16"] .elem_item .lcm_subheading h2,
.builder_init .border[data-subheader_font_size="16"] .elem_item .lcm_subheading h3,
.builder_init .border[data-subheader_font_size="16"] .elem_item .lcm_subheading h4,
.builder_init .border[data-subheader_font_size="16"] .elem_item .lcm_subheading a,
.builder_init .border[data-subheader_font_size="16"] .elem_item .lcm_subheading span,
.builder_init .border[data-subheader_font_size="16"] .elem_item .lcm_subheading li,
.builder_init .border[data-subheader_font_size="16"] .elem_item .lcm_subheading ul,
.builder_init .border[data-subheader_font_size="16"] .elem_item .lcm_subheading ol,
.builder_init .border[data-subheader_font_size="16"] .elem_item .lcm_subheading p,
.builder_init .border[data-subheader_font_size="16"] .elem_item .lcm_subheading h5{
    font-size: 16px !important;
}
.builder_init .border[data-subheader_font_size="18"] .elem_item .lcm_subheading h1,
.builder_init .border[data-subheader_font_size="18"] .elem_item .lcm_subheading h2,
.builder_init .border[data-subheader_font_size="18"] .elem_item .lcm_subheading h3,
.builder_init .border[data-subheader_font_size="18"] .elem_item .lcm_subheading h4,
.builder_init .border[data-subheader_font_size="18"] .elem_item .lcm_subheading a,
.builder_init .border[data-subheader_font_size="18"] .elem_item .lcm_subheading span,
.builder_init .border[data-subheader_font_size="18"] .elem_item .lcm_subheading li,
.builder_init .border[data-subheader_font_size="18"] .elem_item .lcm_subheading ul,
.builder_init .border[data-subheader_font_size="18"] .elem_item .lcm_subheading ol,
.builder_init .border[data-subheader_font_size="18"] .elem_item .lcm_subheading h5,
.builder_init .border[data-subheader_font_size="18"] .elem_item .lcm_subheading p{
    font-size: 18px !important;
}
.builder_init .border[data-subheader_font_size="20"] .elem_item .lcm_subheading h1,
.builder_init .border[data-subheader_font_size="20"] .elem_item .lcm_subheading h2,
.builder_init .border[data-subheader_font_size="20"] .elem_item .lcm_subheading h3,
.builder_init .border[data-subheader_font_size="20"] .elem_item .lcm_subheading h4,
.builder_init .border[data-subheader_font_size="20"] .elem_item .lcm_subheading a,
.builder_init .border[data-subheader_font_size="20"] .elem_item .lcm_subheading span,
.builder_init .border[data-subheader_font_size="20"] .elem_item .lcm_subheading li,
.builder_init .border[data-subheader_font_size="20"] .elem_item .lcm_subheading ul,
.builder_init .border[data-subheader_font_size="20"] .elem_item .lcm_subheading ol,
.builder_init .border[data-subheader_font_size="20"] .elem_item .lcm_subheading p,
.builder_init .border[data-subheader_font_size="20"] .elem_item .lcm_subheading h5{
    font-size: 20px !important;
}
.builder_init .border[data-subheader_font_size="22"] .elem_item .lcm_subheading h1,
.builder_init .border[data-subheader_font_size="22"] .elem_item .lcm_subheading h2,
.builder_init .border[data-subheader_font_size="22"] .elem_item .lcm_subheading h3,
.builder_init .border[data-subheader_font_size="22"] .elem_item .lcm_subheading h4,
.builder_init .border[data-subheader_font_size="22"] .elem_item .lcm_subheading a,
.builder_init .border[data-subheader_font_size="22"] .elem_item .lcm_subheading span,
.builder_init .border[data-subheader_font_size="22"] .elem_item .lcm_subheading li,
.builder_init .border[data-subheader_font_size="22"] .elem_item .lcm_subheading ul,
.builder_init .border[data-subheader_font_size="22"] .elem_item .lcm_subheading ol,
.builder_init .border[data-subheader_font_size="22"] .elem_item .lcm_subheading p,
.builder_init .border[data-subheader_font_size="22"] .elem_item .lcm_subheading h5{
    font-size: 22px !important;
}
.builder_init .border[data-subheader_font_size="24"] .elem_item .lcm_subheading h1,
.builder_init .border[data-subheader_font_size="24"] .elem_item .lcm_subheading h2,
.builder_init .border[data-subheader_font_size="24"] .elem_item .lcm_subheading h3,
.builder_init .border[data-subheader_font_size="24"] .elem_item .lcm_subheading h4,
.builder_init .border[data-subheader_font_size="24"] .elem_item .lcm_subheading a,
.builder_init .border[data-subheader_font_size="24"] .elem_item .lcm_subheading span,
.builder_init .border[data-subheader_font_size="24"] .elem_item .lcm_subheading li,
.builder_init .border[data-subheader_font_size="24"] .elem_item .lcm_subheading ul,
.builder_init .border[data-subheader_font_size="24"] .elem_item .lcm_subheading ol,
.builder_init .border[data-subheader_font_size="24"] .elem_item .lcm_subheading p,
.builder_init .border[data-subheader_font_size="24"] .elem_item .lcm_subheading h5{
    font-size: 24px !important;
}
.builder_init .border[data-subheader_font_size="26"] .elem_item .lcm_subheading h1,
.builder_init .border[data-subheader_font_size="26"] .elem_item .lcm_subheading h2,
.builder_init .border[data-subheader_font_size="26"] .elem_item .lcm_subheading h3,
.builder_init .border[data-subheader_font_size="26"] .elem_item .lcm_subheading h4,
.builder_init .border[data-subheader_font_size="26"] .elem_item .lcm_subheading a,
.builder_init .border[data-subheader_font_size="26"] .elem_item .lcm_subheading span,
.builder_init .border[data-subheader_font_size="26"] .elem_item .lcm_subheading li,
.builder_init .border[data-subheader_font_size="26"] .elem_item .lcm_subheading ul,
.builder_init .border[data-subheader_font_size="26"] .elem_item .lcm_subheading ol,
.builder_init .border[data-subheader_font_size="26"] .elem_item .lcm_subheading p,
.builder_init .border[data-subheader_font_size="26"] .elem_item .lcm_subheading h5{
    font-size: 26px !important;
}
.builder_init .border[data-subheader_font_size="28"] .elem_item .lcm_subheading h1,
.builder_init .border[data-subheader_font_size="28"] .elem_item .lcm_subheading h2,
.builder_init .border[data-subheader_font_size="28"] .elem_item .lcm_subheading h3,
.builder_init .border[data-subheader_font_size="28"] .elem_item .lcm_subheading h4,
.builder_init .border[data-subheader_font_size="28"] .elem_item .lcm_subheading a,
.builder_init .border[data-subheader_font_size="28"] .elem_item .lcm_subheading span,
.builder_init .border[data-subheader_font_size="28"] .elem_item .lcm_subheading li,
.builder_init .border[data-subheader_font_size="28"] .elem_item .lcm_subheading ul,
.builder_init .border[data-subheader_font_size="28"] .elem_item .lcm_subheading ol,
.builder_init .border[data-subheader_font_size="28"] .elem_item .lcm_subheading p,
.builder_init .border[data-subheader_font_size="28"] .elem_item .lcm_subheading h5{
    font-size: 28px !important;
}
.builder_init .border[data-subheader_font_size="30"] .elem_item .lcm_subheading h1,
.builder_init .border[data-subheader_font_size="30"] .elem_item .lcm_subheading h2,
.builder_init .border[data-subheader_font_size="30"] .elem_item .lcm_subheading h3,
.builder_init .border[data-subheader_font_size="30"] .elem_item .lcm_subheading h4,
.builder_init .border[data-subheader_font_size="30"] .elem_item .lcm_subheading h5,
.builder_init .border[data-subheader_font_size="30"] .elem_item .lcm_subheading a,
.builder_init .border[data-subheader_font_size="30"] .elem_item .lcm_subheading span,
.builder_init .border[data-subheader_font_size="30"] .elem_item .lcm_subheading li,
.builder_init .border[data-subheader_font_size="30"] .elem_item .lcm_subheading ul,
.builder_init .border[data-subheader_font_size="30"] .elem_item .lcm_subheading p,
.builder_init .border[data-subheader_font_size="30"] .elem_item .lcm_subheading ol{
    font-size: 30px !important;
}

.builder_init .lpb_builder_content .border .elem_item .lcm_subheading{
    /*font-size: 19px;*/
    margin: 0;
    display: block;
    /*font-weight: 600;*/
}

.builder_init .border[data-combo="true"][data-text_alingment="right"]{
    text-align: right !important;
}

.builder_init .border[data-combo="true"][data-text_alingment="left"]{
    text-align: left !important;
}

.builder_init .border[data-combo="true"][data-text_alingment="center"]{
    text-align: center !important;
}
/*--------- custom template ends--------*/
.lpb_builder_content .template-col-md-12 {
  width: 100%;
}
.lpb_builder_content .template-col-md-11 {
  width: 91.66666667%;
}
.lpb_builder_content .template-col-md-10 {
  width: 83.33333333%;
}
.lpb_builder_content .template-col-md-9 {
  width: 75%;
}
.lpb_builder_content .template-col-md-8 {
  width: 66.66666667%;
}
.lpb_builder_content .template-col-md-7 {
  width: 58.33333333%;
}
.lpb_builder_content .template-col-md-6 {
  width: 50%;
}
.lpb_builder_content .template-col-md-5 {
  width: 41.66666667%;
}
.lpb_builder_content .template-col-md-4 {
  width: 33.33333333%;
}
.lpb_builder_content .template-col-md-3 {
  width: 25%;
}
.lpb_builder_content .template-col-md-2 {
  width: 16.66666667%;
}
.lpb_builder_content .template-col-md-1 {
  width: 8.33333333%;
}
.lpb_builder_content .new_dropzone_wrapper .new_dropzone_wrapper {
    margin-bottom: 15px;
}
.lpb_builder_content .template-col-md-1:not(:only-child), 
.lpb_builder_content .template-col-md-2:not(:only-child), 
.lpb_builder_content .template-col-md-3:not(:only-child), 
.lpb_builder_content .template-col-md-4:not(:only-child), 
.lpb_builder_content .template-col-md-5:not(:only-child),
.lpb_builder_content .template-col-md-6:not(:only-child),
.lpb_builder_content .template-col-md-7:not(:only-child),
.lpb_builder_content .template-col-md-8:not(:only-child),
.lpb_builder_content .template-col-md-9:not(:only-child),
.lpb_builder_content .template-col-md-10:not(:only-child),
.lpb_builder_content .template-col-md-11:not(:only-child),
.lpb_builder_content .template-col-md-12:not(:only-child){
    padding-right: 15px
}
.lpb_builder_content .border .lcm_custom_image img{
    padding: 1px;
}

.lcm-i-popup .lcm_popup_content .lcm_row .lcmrwf_required_info{
    color: red;
    font-size: 10px;
}

.lcm-i-popup .lcm_popup_content .lcm_row .lcmrwf_required_editor{
    border: 1px solid red !important;
}


.builder_init .lcm_blended_img .border:not(:first-child){
    margin-bottom: 15px;
}

.builder_init .lcm_blended_img .lcmrw_right_img[data-blend_image="checked"]{
    float: right;
    padding: 0 0 0 15px;
}

.builder_init .lcm_blended_img .border[data-combo="true"]{
    display: inline-block;
}

.builder_init .lcm_blended_img .lcmrw_left_img[data-blend_image="checked"]{
    float: left;
    padding: 0 15px 0 0;
}

.builder_init .lcm_blended_img .border[data-blend_image="checked"][data-text_alingment="left"]{
    float: left;
}
.builder_init .lcm_blended_img .border[data-blend_image="checked"][data-text_alingment="right"]{
    float: right;
}



/* for heading round up wizard*/

.lcm_h2 h1 p span, .lcm_h2 h1 p a{
    font-size: 32px !important;
}
.lcm_h2 h2 p span,.lcm_h2 h2 p a{
    font-size: 26px !important;
}
.lcm_h2 h3 p span,.lcm_h2 h3 p a{
    font-size: 22px !important;
}
.lcm_h2 h4 p span,.lcm_h2 h4 p a{
    font-size: 20px !important;
}
.lcm_h2 h5 p span,.lcm_h2 h5 p a {
    font-size: 18px !important;
}
.lcm_h2 h6 p span,.lcm_h2 h6 p a {
    font-size: 16px !important;
}