.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.form-control:focus {
    background-color: transparent;
    box-shadow: none;
}

.btn-orange {
    font-size: 17px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px !important;
    height: 13px !important;
    background: #939090 !important;
    transition: all 0.2s ease !important;
    margin: 5px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #F89021 !important;
    width: 50px !important;
}

.feedback-problem-not-solved {
    margin-top: 20px;
}

.feedback-problem-not-solved textarea {
    width: 100%;
}

.feedback-problem-not-solved .btn-link {
    color: #FFFFFF;
}

.useful-text a.active img{
    -webkit-filter: drop-shadow(2px 2px 4px var(--clr-accent-main));
            filter: drop-shadow(2px 2px 4px var(--clr-accent-main));
}
.support-home-banner {
  min-height: 22vw;
  background-image: url(./../../img/support-new/support-app/support-app-slide.jpg) !important;
}
.support-home-banner .title {
  font-size: 80px;
  text-shadow: 0px 0px 11px var(--clr-neutral-black);
}

.find-product {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
  background-color: var(--clr-neutral-black);
}
.find-product .row {
  padding: 0 50px;
}
.find-product .find-quick-action {
  position: absolute;
  left: 0;
  top: -30px;
}
.find-product .find-quick-action a {
  text-decoration: underline;
  font-weight: 400;
}
.find-product .find-quick-action a + ::before {
  display: inline-block;
  color: var(--clr-accent-main);
  padding: 0 3px;
  content: "/";
}
.find-product .h2 {
  font-size: var(--fs-step-5);
  font-weight: 500;
  margin-bottom: 40px;
}
.find-product .version-lists {
  background-color: var(--clr-grey-100);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 35px 80px;
  justify-content: space-between;
}
.find-product .version-lists .version-item a {
  display: inline-block;
}
.find-product .version-lists .version-item .h6 {
  font-size: 18px;
  margin: 10px 0 0;
}

.boxes-spy-plans, .boxes-share-cameras {
  padding-top: 50px;
  padding-bottom: 85px;
  background-color: var(--clr-neutral-black);
}
@media (max-width: 1199px) {
  .boxes-spy-plans, .boxes-share-cameras {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .boxes-spy-plans, .boxes-share-cameras {
    padding-top: 30px;
  }
}
.boxes-spy-plans .row, .boxes-share-cameras .row {
  justify-content: center;
  padding: 0 50px;
}
@media (max-width: 1199px) {
  .boxes-spy-plans .row, .boxes-share-cameras .row {
    padding: 0;
  }
}
.boxes-spy-plans .row [class*=col-lg], .boxes-share-cameras .row [class*=col-lg] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .boxes-spy-plans .row [class*=col-lg]:not(:last-child), .boxes-share-cameras .row [class*=col-lg]:not(:last-child) {
    margin-bottom: 20px;
  }
}
.boxes-spy-plans .h2, .boxes-share-cameras .h2 {
  font-size: var(--fs-step-5);
  font-weight: 500;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .boxes-spy-plans .h2, .boxes-share-cameras .h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
.boxes-spy-plans .boxes-sp-item, .boxes-share-cameras .boxes-sp-item {
  width: 100%;
  display: flex;
  position: relative;
  height: 235px;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .boxes-spy-plans .boxes-sp-item, .boxes-share-cameras .boxes-sp-item {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .boxes-spy-plans .boxes-sp-item, .boxes-share-cameras .boxes-sp-item {
    height: 220px;
  }
}
.boxes-spy-plans .boxes-sp-item::before, .boxes-share-cameras .boxes-sp-item::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(31, 30, 30, 0.5), rgba(31, 30, 30, 0.5));
  width: 100%;
  height: 100%;
}
.boxes-spy-plans .boxes-sp-item:hover .h4, .boxes-share-cameras .boxes-sp-item:hover .h4 {
  color: var(--clr-accent-main);
}
.boxes-spy-plans .boxes-sp-item img, .boxes-share-cameras .boxes-sp-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.boxes-spy-plans .boxes-sp-item .h4, .boxes-share-cameras .boxes-sp-item .h4 {
  text-shadow: 0px 0px 13px var(--clr-neutral-black);
  color: var(--clr-neutral-white);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding: 15px;
  margin: 0;
  font-size: var(--fs-step-3);
  line-height: 1.2;
  transition: all 0.2s ease;
  font-weight: 500;
}
@media (max-width: 991px) {
  .boxes-spy-plans .boxes-sp-item .h4, .boxes-share-cameras .boxes-sp-item .h4 {
    font-size: var(--fs-step-2);
  }
}

.search-topic {
  padding-top: 38px;
  padding-bottom: 60px;
  text-align: center;
  background-color: var(--clr-grey-200);
}
.search-topic .h2 {
  font-size: var(--fs-step-5);
  font-weight: 500;
}
.search-topic form {
  text-align: center;
  max-width: 645px;
  margin: 38px auto 0;
  position: relative;
}
.search-topic form .form-control {
  color: var(--clr-neutral-white);
  padding-left: 46px;
  background-color: var(--clr-grey-200);
}
.search-topic form .search-i {
  position: absolute;
  left: 14px;
  top: 9px;
}

.video-tutorial {
  padding-top: 70px;
  padding-bottom: 85px;
  background: radial-gradient(34.28% 34.28% at 49.7% 50.26%, rgba(105, 103, 103, 0.5) 0%, rgba(105, 103, 103, 0) 100%), linear-gradient(180deg, #1F1E1E 0%, #000000 111.82%);
}
.video-tutorial .h2 {
  font-size: var(--fs-step-5);
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
.video-tutorial .row {
  padding: 0 50px;
}
.video-tutorial .video-slider .video-item .video-thumbnail {
  width: 100%;
  height: 170px;
  position: relative;
}
.video-tutorial .video-slider .video-item .video-thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.video-tutorial .video-slider .video-item .video-thumbnail .vt-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}
.video-tutorial .video-slider .video-item .video-thumbnail .vt-play:hover {
  -webkit-filter: drop-shadow(0px 0px 13px #000000);
          filter: drop-shadow(0px 0px 13px #000000);
}
.video-tutorial .video-slider .video-item .h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 14px;
}
.video-tutorial .video-slider .video-item p {
  padding-right: 40px;
}
.video-tutorial .video-slider .video-item p a {
  font-weight: 400;
  text-decoration: underline;
}
.video-tutorial .action-ow-boxes {
  margin-top: 70px;
}
.video-tutorial .action-ow-boxes .action-ow {
  background-color: var(--clr-grey-100);
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px 50px;
  transition: all 0.2s ease;
  text-align: center;
  height: 100%;
}
.video-tutorial .action-ow-boxes .action-ow:hover .h4 {
  color: var(--clr-accent-main);
}
.video-tutorial .action-ow-boxes .action-ow img {
  max-height: 95px;
  margin-bottom: 20px;
}
.video-tutorial .action-ow-boxes .action-ow .h4 {
  font-size: 20px;
  text-shadow: 0px 0px 13px #000000;
  color: var(--clr-neutral-white);
  margin-bottom: 0;
}
.video-tutorial .btn-orange {
  min-width: 312px;
}

@media (max-width: 1199px) {
  .find-product .row {
    padding: 0;
  }
  .find-product .version-lists {
    padding: 35px 50px;
  }

  .video-tutorial {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .video-tutorial .row {
    padding: 0;
  }
  .video-tutorial .action-ow-boxes {
    margin-top: 60px;
  }
  .video-tutorial .action-ow-boxes .action-ow {
    padding: 30px;
  }
  .video-tutorial .video-slider .video-item p {
    padding-right: 0;
  }

  .search-topic {
    padding-bottom: 40px;
  }
  .search-topic form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .support-home-banner {
    min-height: 20vw;
  }
  .support-home-banner .title {
    font-size: 45px;
  }

  .find-product .h2 {
    font-size: 36px;
  }
  .find-product .version-lists {
    padding: 30px;
  }
  .find-product .version-lists .version-item img {
    width: 160px;
  }
  .find-product .version-lists .version-item .h6 {
    font-size: 16px;
  }

  .search-topic .h2 {
    font-size: 36px;
  }

  .video-tutorial .h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .video-tutorial .action-ow-boxes .action-ow {
    padding: 30px 20px;
  }
  .video-tutorial .action-ow-boxes .action-ow img {
    max-height: 70px;
  }
  .video-tutorial .action-ow-boxes .action-ow .h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .find-product {
    padding-top: 15px;
  }
  .find-product .h2 {
    margin-bottom: 30px;
  }
  .find-product .find-quick-action {
    position: relative;
    top: auto;
    margin-bottom: 20px;
    display: inline-block;
  }
  .find-product .version-lists {
    padding: 30px 50px 0;
    flex-wrap: wrap;
  }
  .find-product .version-lists .version-item {
    width: 100%;
  }
  .find-product .version-lists .version-item img {
    width: 230px;
  }
  .find-product .version-lists .version-item .h6 {
    font-size: 18px;
    margin: 0 0 30px 0;
  }

  .video-tutorial .action-ow-boxes {
    margin-top: 50px;
  }
  .video-tutorial .action-ow-boxes [class*=col-lg]:not(:last-child) {
    margin-bottom: 20px;
  }
  .video-tutorial .action-ow-boxes .action-ow img {
    max-height: 90px;
  }
  .video-tutorial .btn-orange {
    min-width: 100%;
  }

  .search-topic {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}