body {
  background-image: url("https://i.imgur.com/LvM4fvk.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

.navbar-brand {
  margin-left: 50px;
}

.navbar-nav > .nav-item {
  margin-right: 30px;
}

.navbar-nav {
  margin-right: 50px;
  font-size: 20px;
}

.testImage {
  margin-top: 80px;
  padding: 0;
}

.col-md-12 {
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 30px;
  padding-left: 30px;
}

.checked {
  color: darkorange;
  padding-top: 20px;
}

.unChecked {
  color: #9b9b9b;
  padding-top: 20px;
}

.testimonials .description {
  padding-top: 20px;
}

.testimonials p::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 18px;
  margin-right: 10px;
  background-image: url(https://i01.appmifile.com/webfile/globalimg/common/service/before_bg.png);
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.testimonials p::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 18px;
  margin-left: 10px;
  background-image: url(https://i01.appmifile.com/webfile/globalimg/common/service/after_bg.png);
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.testimonials .name {
  margin: 0;
  padding-bottom: 20px;
}

footer {
  margin-top: 50px;
}

footer a {
  font-size: 15px;
}

@media screen and (max-width: 600px) {
  body {
    margin-top: 65px;
  }

  .navbar-brand > img {
    height: 40px;
    width: 85px;
  }

  .navbar-brand {
    margin-left: 0px;
  }

  .navbar-nav {
    font-size: 15px;
  }
  .dropdown-item {
    font-size: 12px;
  }
}

@media screen and (max-width: 400px) {
}
