.elementor-row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.elementor-row.display-flex>[class*='col-'] {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.open>.dropdown-menu {
  display: block;
}

.installation_video_page form {
  display: flex;
}

.installation_video_page .filter-field {
  flex: 1;
  display: flex;
  margin: 0 15px 30px 15px;
  align-items: center;
  position: relative;
}

.installation_video_page .filter-field:nth-child(4) {
  flex: 0;
}

.installation_video_page .filter-field label {
  margin-right: 5px;
}

.filter-field span.multiselect-native-select {
  flex: 1;
}

.filter-field span.multiselect-native-select .btn-group, .filter-field span.multiselect-native-select .multiselect {
  width: 100%;
  text-align: left;
}

.filter-field span.multiselect-native-select .multiselect .caret {
  position: absolute;
  right: 10px;
  top: 15px;
}

.installation_video_page .filter-field .blue {
  background-color: #3395d0;
  color: #fff;
}

.installation_video_page .filter-field .blue:hover {
  background-color: #565656;
  color: #fff;
}

.installation_video_page .thumb_img {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}

.installation_video_page .thumb_img img {
  max-height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.thumb_img .vdo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: calc(50% - 12px);
}

.thumb_img .vdo i {
  display: inline-block;
  color: #ff0000;
  font-size: 48px;
  background-color: #fff;
  line-height: 25px;
  border-radius: 12px;
}

.installation_video_page .pro_item {
  font-size: 16px;
  margin-bottom: 40px;
}

.installation_video_page .pro_item .timer {
  position: absolute;
  bottom: 10px;
  color: #FFF;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  padding: 3px 10px;
}

.installation_video_page .video_page_content {
  margin: 30px 0 0 0;
  padding: 0 15px;
}

.installation_video_page .filter-field select {
  flex: 1;
  border: 1px solid #ccc;
  padding: 5px 10px;
  width: 100%;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
}

.multiselect-container>li {
  padding: 0;
}

@media (min-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-lg-3 {
    width: 25%;
  }
}