
/*.container{*/
 
/*    padding: 0 !important;*/
/*}*/
@import "jquery-ui.min.css";

.container {
    padding-right: 0 !important;
    padding-left: 0 !important;
    
}
.product_loader{
opacity: 0.1;
}
video{
    width:100%
}

.apb_text_block{
        overflow-wrap: break-word;
}
.apb_col_content{
    height:100%;
    position: relative;
}

.section-content-inner{
	padding: 0;
}

.vc-toggle-controls-con{
    display:none;
}

p
{
   margin-bottom:0 !important; 
}
.row_overlay {
    padding: 5px !important;
}

.slider_1_row .row_overlay
{
    padding:0 !important;
}

.slider_1_row .wpb_row_container>.wpb_vc_column, .header_template_1 .wpb_row_container>.wpb_vc_column
{
    padding: 0 10px !important;
}

.wpb_row_container>.wpb_vc_column {
    padding: 0px !important;
    position: relative;
}

.wpb_row_container>.wpb_vc_column .col_overlay {
    padding: 10px !important;
}

.column_wrapper_inner,.wpb_column_container {
    height: 100%;
}
#elem_info_msg{
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 9999;
    border: 1px solid #403eeb;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #403eeb;
    color: #fff;
    box-shadow: 1px 1px #6664f7a6;
    font-size: 14px;
    display:none;
}
#elem_info_msg.active{display:block;}

.range_slider_input .ui-state-default{
    border: 1px solid #d3d3d3;
    background: #d3d3d3;
    border-radius: 50%;
}

.range_slider_input .ui-state-focus{
    border: 1px solid #282828;
    background: #282828;
    outline:none;
    border-radius: 50%;
}

.range_slider_input .ui-state-active{
    border: 1px solid #3899ec;
    background: #3899ec;
    outline:none;
    border-radius: 50%;
}

.range_inputs{
    display:flex;
    margin-top:10px;
    align-items:center;
}

.range_inputs input{
    margin: 0 5px;
    height: 30px;
}

.range_inputs .range-lbl{
    margin: 0 5px;
}

.range_slider_input .ui-slider-range{
    background: #282c3f;
}


.modules:not(.apb_slider) {
    width:fit-content;
    margin: 0 !important;
}


.modules{
    position:absolute !important;
}

/*@media (max-width: 756px) {*/
/*    .modules{*/
/*        top:auto !important;*/
/*        left:auto !important;*/
/*    }*/
/*}*/
.apb_section{position: relative;}

.apb_section .video-viewport {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.navbar{padding:0 !important;}