/* CSS Start */

* {
  margin: 0;
  padding: 0;
}

.container ul,
.container ol {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.container a {
  text-decoration: none;
}

.container a:hover {
  text-decoration: none;
}

.container a,
.container button,
.container span,
.container p,
.container ul,
.container li,
.container h1,
.container h2,
.container h3,
.container h4,
.container h5,
.container h6 {
  margin: 0;
  padding: 0;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0;
  clear: both;
  color: #000000;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

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

.container :where(input, textarea, button) {
  border: 0;
  width: 100%;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

input:focus,
textarea:focus,
select:focus {
  box-shadow: none;
  outline: unset;
}

/* CustomerReview */

.CustomerReviewContent h2 {
  margin-bottom: 30px;
  text-align: center;
}

.CustomerReviewImg {
  margin-top: 30px;
}

.CustomerReviewImg img {
  width: 100%;
}

/* youtube__Video__Link */
.youtube__Video__Linnk {
  margin-top: 30px;
}


.youtube__Video__Linnk iframe {
  width: 100% !important;
  height: 500px !important;
  border-radius: 10px;
}

@media (max-width: 1399.99px){
  .youtube__Video__Linnk iframe {
    height: 400px !important;
  }
}


@media (max-width: 1023px) {
  .youtube__Video__Linnk iframe {
    height: 300px !important;
  }
}

@media (max-width: 667px) {
  .youtube__Video__Linnk iframe {
    height: 200px !important;
  }
}
