/*
Theme Name: CSB
Theme URI: https://www.csb.co.il
Author: Nadine Rohana
Author URI: https://www.csb.co.il
Description: CSB empty design with Bootstrap v4.2 RTL.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: CSB, rtl, bootstrap
Text Domain: CSB
*/

@font-face {
    font-family: "almoni-tzar";
    font-weight: 100; /*(light)*/
    font-style: normal;
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-100.eot");
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-100.eot?#iefix") format("embedded-opentype"),
        url("fonts/almoni-tzar/almoni-tzar-aaa-100.ttf") format("truetype"), url("fonts/almoni-tzar/almoni-tzar-aaa-100.woff") format("woff");
}
@font-face {
    font-family: "almoni-tzar";
    font-weight: 200; /*(light)*/
    font-style: normal;
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-200.eot");
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-200.eot?#iefix") format("embedded-opentype"),
        url("fonts/almoni-tzar/almoni-tzar-aaa-200.ttf") format("truetype"), url("fonts/almoni-tzar/almoni-tzar-aaa-200.woff") format("woff");
}
@font-face {
    font-family: "almoni-tzar";
    font-weight: 300; /*(light)*/
    font-style: normal;
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-300.eot");
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-300.eot?#iefix") format("embedded-opentype"),
        url("fonts/almoni-tzar/almoni-tzar-aaa-300.ttf") format("truetype"), url("fonts/almoni-tzar/almoni-tzar-aaa-300.woff") format("woff");
}
@font-face {
    font-family: "almoni-tzar";
    font-weight: 400; /*(regular)*/
    font-style: normal;
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-400.eot");
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-400.eot?#iefix") format("embedded-opentype"),
        url("fonts/almoni-tzar/almoni-tzar-aaa-400.ttf") format("truetype"), url("fonts/almoni-tzar/almoni-tzar-aaa-400.woff") format("woff");
}
@font-face {
    font-family: "almoni-tzar";
    font-weight: 700; /*(bold)*/
    font-style: normal;
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-700.eot");
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-700.eot?#iefix") format("embedded-opentype"),
        url("fonts/almoni-tzar/almoni-tzar-aaa-700.ttf") format("truetype"), url("fonts/almoni-tzar/almoni-tzar-aaa-700.woff") format("woff");
}




@font-face {
    font-family: "Matter";
    font-weight: 300; /*(light)*/
    font-style: normal;
    src: url("fonts/matter/Matter-Light.ttf");

}
@font-face {
    font-family: "Matter";
    font-weight: 400; /*(regular)*/
    font-style: normal;
    src: url("fonts/matter/Matter-Regular.ttf");

}
@font-face {
    font-family: "Matter";
    font-weight: 700; /*(bold)*/
    font-style: normal;
    src: url("fonts/matter/Matter-Bold.ttf");

}



#loader {
    display: none; /* Initially hidden */
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9) !important;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
    align-items: center;
}

.Matter
{
    font-family:'Matter','almoni-tzar'!important;
}
html {
    height: 100%;
    width: 100%;
    text-decoration: none;
    border: none;
}
body {
    background-color: #f3f5f9;
    font-family: "almoni-tzar", 'Matter', sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "almoni-tzar", 'Matter', sans-serif;
    border: none;
    direction: rtl;
    line-height: 1.3;
}

.dropdown-menu {
    text-align: right;
}

.bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.imgc {
    max-width: 100%;
    max-height: 100%;
}
#LegalMenu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    gap: 10px;
}
#LegalMenu ul li {
    list-style-type: none;
}
#LegalMenu ul li a {
    color: #a9a9aa;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 400;
}

.sc1 {
    color: #0b0b1a;
}
.sc2 {
    color: #a9a9aa;
}
.sc3 {
    color: #4b3625;
}
.sc4 
{
    color:#FF9137;
}
.wpcf7-response-output 
{
    line-height: 1.5;
}
.mlink {
    border: 2px solid white;
    color: #fff;
    width: max-content;
    padding: 0px 30px;
    font-size: 23px;
    transition: all 0.3s ease;
    line-height: 1;
}
.mlink2 {
    border: 2px solid #f6a424;
    background-color: #f6a424;
    color: #fff;
    width: max-content;
    padding: 0px 30px;
    font-size: 23px;
    transition: all 0.3s ease;
    line-height: 1;
}

.mlink:hover {
    background-color: white;
    color: #000;
}
a {
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: inherit;
}

.pointer 
{
    cursor: pointer;
}
.mainlink {
    width: max-content;
    max-width: 100%;
    padding: 10px 16px;
    border:2px solid #fa7305;
    background-color: #fa7305;
    color: #fff;
    transition: all 0.3s ease;;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 300;
}
.mainlink:hover 
{
    background-color: #fff;
    color:#fa7305;
}
.plink 
{
    border-radius: 8px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.10);
    width:max-content;
    max-width: 100%;
    text-align: center;
    font-size: 18px;
    display: flex;
    transition: all 0.3s ease;
    line-height: 1;
    padding: 10px ;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-style: normal;
    font-weight: 500;
    
}
.plink:hover
{
    background-color:#fa7305;
    color:#fff;
}
.registerproduct:hover img 
{
    filter:brightness(0);
}
/**************************contactform********************************/
.mainform input ,.mainform textarea {
    display: block;
    direction: rtl !important;
    width: 100%;
    padding: 8px 10px;
    background-color: transparent;
    border: 2px solid white;
    color: white;
}
.mainform input::placeholder {
    color: white;
}

.hidden-xs-up {
    display: none !important;
}
.wpcf7 input[type="url"],
.wpcf7 select,
.wpcf7 input[type="date"],
.wpcf7 input[type="file"],
.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
 textarea,
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"] {
    width: 100%;
    direction: rtl !important;
    margin-bottom: 16px;
    display: flex;
    padding: 16px;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    gap: 4px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
}
.wpcf7 input::placeholder {
    color: #384048;
}
#submitotp,
.wpcf7 input[type="submit"] {
    display: flex;
    padding: 10px 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-radius: 8px;
    border: 1px solid #ff7f17;
    background: #fa7305;
    color: #f5f5f7;
    width: max-content;
    max-width:100%;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.wpcf7 input[readonly]
{
    background-color: #e4e4e4;
    cursor: not-allowed;
}
#submitotp
{
    width:100%;
}
.wpcf7-spinner {
    position: absolute;
}
.submitwrapper {
    position: relative;
}
.wpcf7-list-item
{
    margin:0 0 0 1em;
}
.wpcf7-list-item label 
{
    display: flex;
    gap:5px;
    align-items: center;
}
.wpcf7 label 
{
    font-size:20px;
}
.wpcf7-list-item-label
{
    font-weight:300;
}
.codedropz-upload-handler
{
    border:1px solid #e1e1e1!important;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn
{
    color:#FF9137;
}
.und
{
    text-decoration: underline;
}

input[type="checkbox"] {
    width: 20px; /* width of the checkbox */
    height: 20px; /* height of the checkbox */
    background-color: rgba(35, 31, 32, 1); /* background color */
    border-radius:5px;
    cursor: pointer;
    min-width: 20px;
    -webkit-appearance: none;
}

input[type="checkbox"]:checked {
    background-image:url('images/check.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    background-color: rgba(255, 127, 23, 1); /* background color when checked */
}

.wpcf7-response-output
{
    color: red;
    font-size: 21px;
    font-weight: 300;
    text-decoration: underline;
}
/***********************************************************************FRONT******************************************************/
.whitebox 
{   
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border-radius: 50px;
    padding: 40px;
}
.whiteboxwrapper {
    max-width: 555px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border-radius: 50px;
    padding: 60px;
}
.whiteboxwrapper2 {
    max-width: 1200px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border-radius: 50px;
    padding: 60px;
}   
.flight {
    font-weight: 300;
}
.fbold {
    font-weight: 700;
}
.freg {
    font-weight: 400;
}
.otp-input {
    text-align: center;
    width: calc(100% / 5)!important;
}
.otp-input:focus {
    outline: 1px solid #fa7305;
}
.sidebaritem {
    transition: all 0.3s ease;
    border-radius: 8px;
    font-weight: 400;
}
.sidebaritem.active,
.sidebaritem:hover {
    background-color: #fff;
    color: #ff9137;
    box-shadow: 0px 2px 0px 0px rgba(62, 72, 84, 0.1);
}
.sidebaritem:last-of-type {
    color: #fa0509;
}
.upp 
{
    text-transform: uppercase;
}
.filelink p 
{
    margin-bottom: 0;
}
.fs14
{
    font-size:14px;
}
.fs16 
{
    font-size:16px;
}
.fs18
{
    font-size:18px;
}
.fs19
{
    font-size:19px;
}
.fs20 
{
    font-size: 20px;
}
.fs22
{
    font-size: 22px;
}
.fs24
{
    font-size: 24px;
}
.fs26
{
    font-size: 26px;
}
.mtitle ,.fs32
{
    font-size: 32px;
}
.noticetitle 
{
    background-color:#FFF3E7;
    border-radius:12px;
    padding:5px 20px;
    width:max-content;
    max-width:100%;
}

.product-card 
{
    border-radius: 18px;
    position: relative;
    background: #FFF;
    padding: 14px 16px;
}
.product-card.dangercard 
{
    /* background-color:#f8ebeb; */
    padding-top: 35px;
}


.warranty-warning 
{
    position: absolute;
    width: 100%;
    top:0;
    right:0;
    background-color: #ffcc0029;
    padding: 5px 0;
    border: 1px solid #e3e1de;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
     animation: pulseIcon 1.1s infinite;
      
}

.highlighted-product {
   
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(255, 193, 7, 0.5);
    animation: pulseBorder 1.5s infinite alternate;
}

@keyframes pulseBorder {
    0% { box-shadow: 0 0 5px rgba(255, 193, 7, 0.3); }
    100% { box-shadow: 0 0 15px rgba(255, 193, 7, 0.8); }
}

.warranty-icon {
    display: inline-block;
 
}

@keyframes pulseIcon {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}

.wpcf7 form .wpcf7-response-output
{
    border:0;
    outline: 0;
    text-align: center;
}
.accordion-toggle {
    cursor: pointer;
    user-select: none; /* Prevent text selection */
}

.accordion-toggle .arrow {
    float: right; /* Position the arrow to the right */
    transition: transform 0.3s ease-in-out; /* Smooth transition for arrow rotation */
}

.accordion-content {
    display: block; /* Initially hide the content */
    overflow: hidden; /* Ensures smooth animation */
}
.accordion-toggle .arrow {
    transform: rotate(0deg);
}

.accordion-toggle.active .arrow {
    transform: rotate(-180deg);
}


.faq-list {
    list-style: none;
    padding: 0;
}


.faq-question {
    cursor: pointer;
    user-select: none;
    padding:15px;
  
    color: #0b0b1a;
    border-radius: 5px;;
    background-color: #f9f9f9;
    box-shadow:0px 2px 0px 0px rgba(62, 72, 84, 0.1);
    transition: background-color 0.3s;
}

.faq-question:hover {
    background-color: #e9e9e9   ;
}

.faq-question .toggle-icon {
    float: right;
    transition: transform 0.3s;
}

.faq-answer {
    display: none; /* Hidden by default */
    padding: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}

.faq-answer .wysiwyg {
    font-size: 22px;
    font-weight: 300;

}

/* Active state styles */
.faq-question.active .toggle-icon {
    transform: rotate(-180deg); /* Flip the arrow when active */
}

.faq-question.active {
    background-color: #e1e1e1;
}
.select2-container .select2-selection--single
{
    height: 52px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height: 52px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b
{
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow 
{
    background-image: url('images/selectarr.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    height: 53px;
    width:53px;
}
.qty-cell
{
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    padding: 12px 14px;
    display: flex;
    align-items: center;    
}
.qty
{
    display: block;
    text-align: center;
    font-size:20px;
}
.qty:focus 
{
    outline:0;
}
.qty::-webkit-outer-spin-button,
.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
.qty {
    -moz-appearance: textfield;
}
.multPrice 
{
    text-align: center;
    font-size: 24px;
    padding: 0 40px;
    font-weight: 300;
    margin-top: 20px;
}
.wpcf7 .wpcf7-spinner
{
    display: none;
}
.discount-text {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    background-color: #ff9137;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    font-weight: 400;
}
.qty-decrement.disabled, .qty-increment.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.qty-decrement, .qty-increment
{
    min-width:30px ;
    text-align: center;
}
.qty
{
    min-width: 40px;
}
.hoursBox 
{
    border-radius: 12px;
    background: #FFF;
    border:1px solid #4f4d4c1a;
}
.hoursHeader 
{
    background: rgba(248, 130, 32, 0.10);
}
#searchStation 
{
    border-radius: 12px;
    border: 1px solid #EDEDED;
    background: #FFF;
    padding: 12px;
    width: 100%;
    padding-right: 40px;
    background-image: url('images/search.svg');
    background-repeat: no-repeat;
    background-position: 97%;
    background-size: 25px;
    font-size:18px;
    font-weight: 300;
}
#searchStation::placeholder
{
    color:#9FA2A7;
    font-size: 18px;
    font-weight: 300;
}
.filter-btn 
{
    border-radius: 12px;
    background: #FFF;
    padding:12px 20px;
    font-weight: 300;
    border:1px solid #4f4d4c1a;   
    cursor: pointer;
}
.filter-btn.active 
{
    background: #ff9137;
    color:#fff;
    font-weight: 700;
}
#searchStation:focus,.filter-btn:focus
{
    outline: none;
}
.instPopup 
{
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    top:0;
    background-color: rgb(0 0 0 / 50%);
    backdrop-filter: blur(5px);
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
}
.instPopup .whitebox
{
    width: 55%;
    border-radius: 20px;
}
.closePopup 
{
    position: absolute;
    left:15px;
    top:15px;
}
.pointer 
{
    cursor: pointer;
}
.instPopup {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.instPopup.fadeIn {
    opacity: 1;
}

.instPopup.fadeOut {
    opacity: 0;
}
.circleicon 
{
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: #fa7305;
    color: white;
    border-radius:5px;
    line-height: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-weight: 400;
    font-size: 45px;
}



.timeline-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px 0;
    padding: 0 10px;
  }
  
  .timeline-step {
    flex: 1;
    text-align: center;
    position: relative;
  }
  
  .timeline-step .circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  
  .timeline-step.active .circle {
    background: #fa7305; /* Orange for active step */
  }
  
  .timeline-step.completed .circle {
    background: #FF9137; /* Green for completed steps */
  }
  
  .timeline-step::after {
    content: '';
    position: absolute;
    top: 8px;
    left: -50%;
    width: 100%;
    height: 2px;
    background: #ccc;
    z-index: 0;
  }
  
  .timeline-step:last-child::after {
    display: none;
  }
  
  .timeline-step.completed::after {
    background: #FF9137;
  }
  
  .timeline-step .label {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
  }
  
/***********************************************************************FRONT******************************************************/
@media (max-width: 575px) {
    
    .instimg 
    {
        max-height: 100px!important;
    }
    .instPopup .whitebox 
    {
        border-radius: 0;
        max-height: 100%;
        overflow: scroll;
        scrollbar-color: #FF9137 #333; /* Thumb color, Track color */
        padding-top: 45px!important;

    }
    .multPrice
    {
        text-align: center;
        padding:0 20px;
    }
    .whitebox
    {
        padding:40px 20px
    }
    .fs24 {
        font-size: 19px;
    }
    .faq-question ,.faq-answer .wysiwyg
    {
        font-size: 17px;
    }
    .toggle-icon 
    {
        width: 10px;
    }
    .faq-question
    {
        padding: 15px 5px;
    }
    .wpcf7-list-item-label
    {
        font-size: 17px;
    }
    #sidebarmenu 
    {
        position: fixed;
        left: -100%;
        width: 100%;
        display: none;
        z-index: 1000;
    }
    #sidebarmenu.active 
    {
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: #ffffff;
        top: 0;
        height: 100vh;
        padding: 24px 16px !important;
    }
    .mhfs18 
    {
        font-size: 18px!important;
    }
    .mhfs12 
    {
        font-size: 12px!important;
    }
    .mtitle, .fs32 {
        font-size: 20px;
    }
    .plink
    {
        font-size: 16px;
    }
    .product-card
    {
        padding: 14px 10px;
    }
    .registerproduct 
    {
        position: fixed;
        border-radius: 5px;
        width: max-content;
        background-color: #ffcc00!important;
        z-index: 100;
        padding:5px 8px;
        border:0!important;
        color:#000!important;
        left:15px;
        bottom:15px;
        box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
        gap:8px!important;
    }
    .registerproduct img 
    {
        max-width: 15px;
        filter:brightness(0%) invert(0%);
    }
    .fs20 {
        font-size: 17px;
    }
    .whiteboxwrapper,.whiteboxwrapper2
    {
        padding: 40px 20px;
    }
    #MobNavBtn {
        position: absolute;
        width: 45px;
        height: 45px;
        background-color: #212529;
        top: 0;
        left: -45px;
    }
    nav.active #MobNavBtn {
        left: 0;
        z-index: 1000;
    }
    #MobNavBtn span {
        display: block;
        height: 4px;
        width: 70%;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0 auto;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 1;
    }
    #MobNavBtn span:nth-child(1) {
        -webkit-transform: translate(-50%, -280%);
        transform: translate(-50%, -280%);
    }
    #MobNavBtn span:nth-child(2) {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #MobNavBtn span:nth-child(3) {
        -webkit-transform: translate(-50%, 180%);
        transform: translate(-50%, 180%);
    }
    nav.active #MobNavBtn span:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }
    nav.active #MobNavBtn span:nth-child(1) {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    nav.active #MobNavBtn span:nth-child(3) {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }
    nav#MainNav {
        position: fixed;
        right: -100%;
        height: 100vh;
        width: 100%;
        margin: 0 !important;
        top: 0;
        transition: all 0.3s ease;
        z-index: 1000;
        background-color: #000;
    }
    nav#MainNav.active {
        right: 0;
    }
    nav#MainNav ul {
        display: block;
    }

    nav#MainNav ul li {
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #fff;
    }
    nav#MainNav ul li a {
        color: #fff;
        display: block;
        padding: 8px 10px;
        width: 100%;
    }
    .mfcc {
        justify-content: center;
    }
    .hauto {
        height: auto !important;
    }
    .mpy {
        padding: 40px 0;
    }
    .mmargin {
        margin: 0 auto !important;
    }
    .nobord 
    {
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important;
        margin-top: -15px;
    }
    .mmb20 {
        margin-bottom: 20px !important;
    }
    .mw50 {
        width: 50% !important;
    }
    .mw25 {
        width: 25% !important;
    }
    .mhfs20 {
        font-size: 20px !important;
    }
    .mhfs30 {
        font-size: 30px !important;
    }
    .mw90 {
        width: 90% !important;
    }
    .mcenter {
        text-align: center !important;
    }
    .mw100 {
        width: 100% !important;
    }
    .nomobile {
        display: none !important;
    }
    .mbh200 {
        height: 200px !important;
    }
    .mblock {
        display: block !important;
    }
    .mbh300 {
        height: 300px !important;
    }
    .mpdt10 {
        padding-top: 10px !important;
    }
    .mpb10 {
        padding-bottom: 10px !important;
    }
    .mjcfs {
        justify-content: space-between !important;
    }
    .nosite {
        display: block;
    }

    .hidden-xs-down {
        display: none !important;
    }
}
@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}
.hidden-xl-down {
    display: none !important;
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
