body {
  font-family: Arial, Helvetica, sans-serif;
}

/*Error*/
.formField .messages {
  display: none;
}

.formField.invalid .messages {
  display: block;
  width: 100%;
  margin-top: .1rem;
  font-size: 80%;
  color: #fff98a;
  position: absolute;
}

header {
  background: #000000 url("./../img/Banner.jpg") no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.profile {
  background: #fff;
}

.profile-img-wrapper > img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.trigger-block {
  background: #bd1313 url("./../img/red-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.block-4 {
  background: #000 url("./../img/block4-bg.jpg");
  -moz-background-size: cover;
}

.block-4 .btn {
  border: 2px solid #fff !important;
  background: #bd1313;
}

.carousel-control-next, .carousel-control-prev {
  width: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #bd1313;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
}

.carousel-control-next-icon:hover, .carousel-control-prev-icon:hover {
  background: #bd1313;
}

.carousel-control-next-icon {
  right: -4em;
}

.carousel-control-prev-icon {
  left: -4em;
}

.carousel-control-next-icon::before {
  content: '>';
  position: absolute;
  color: #bd1313;
  font-weight: 900;
  font-size: 1em;
  left: 11px;
  top: 3px;
}

.carousel-control-prev-icon::before {
  content: '<';
  position: absolute;
  color: #bd1313;
  font-weight: 900;
  font-size: 1em;
  left: 9px;
  top: 3px;
}

.carousel-control-next-icon:hover::before, .carousel-control-prev-icon:hover::before {
  color: #fff;
}

.card {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: inherit !important;
      -ms-flex-direction: inherit !important;
          flex-direction: inherit !important;
  border: none;
}

.card .img-wrapper {
  min-width: 100px;
}

.card img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.input-group-text {
  border-right: none;
  background: #fff;
}

.input-group > .custom-select {
  border-left: none;
}
.sign-up__checkbox .custom-checkbox {
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  line-height: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sign-up__checkbox .custom-checkbox:hover input ~ .checkmark {
  background-color: #bd1313;
  border: none;
}
.sign-up__checkbox .custom-checkbox:hover input ~ .checkmark:after {
  display: block;
}
.sign-up__checkbox .custom-checkbox input:checked ~ .checkmark {
  background-color: #bd1313;
  border: none;
}
.sign-up__checkbox .custom-checkbox input,
.sign-up__checkbox .custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.sign-up__checkbox .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 0;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) translateY(50%);
  -ms-transform: rotate(45deg) translateY(50%);
  transform: rotate(45deg) translateY(50%);
}
.sign-up__checkbox .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.sign-up__checkbox .custom-checkbox input {
  opacity: 0;
}
.sign-up__checkbox .custom-checkbox .checkmark {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .carousel-control-next-icon {
    right: 0;
  }
  .carousel-control-prev-icon {
    left: 0;
  }
    #profile .profile-card:nth-child(5){
        display: none}
}
