@media (max-width: 768px) {

 .vc_responsive .vc_grid-filter {
    display: block !important;
}
}

body.rtl .vc_row[data-vc-full-width], 
body.rtl section[data-vc-full-width] {
    left: calc((100vw - 95vw)/ 2);
}

.paddingFix {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/*2021-10-21: for making embedded Youtube reponsive (Laurel)*/
@media (max-width: 1200px) {

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}

.custom-bulleted-list{
    list-style-type: none;
    padding: 0;
}

.custom-bulleted-list li:first-child::before {
    visibility: visible;
}

.custom-bulleted-list li::before{
    content:attr(data-text);
    font-weight: bold;
    margin-right: 5px;
    padding: 0;
    visibility: hidden;
}