.navbar-default {
  background-color: #fff !important;
  border-color: #fff !important;
}
.my-menu li a,
.my-menu li a:hover {
  color: #5da3d0 !important;
  font-weight: 600;
  font-size: 18px;
}

.welcome-here {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
}

.wlcm {
  font-size: 25px;
  color: #5da3d0;
  font-weight: 600;
}

.wlcm-sub {
  font-size: 20px;
  color: #5da3d0;
  font-weight: 400;
}

.welcome-img {
  margin-bottom: 20px;
}

.video-div {
  /* margin-top: 20px; */
  /* display: flex; */
  /* flex-direction: row; */
}

.navbar-header a {
  padding: 0;
}

.logo {
  width: 150px;
}

.mt-11 {
  margin-top: 4.5rem !important;
}

.row-margin {
  margin: 70px 0 0 0 !important;
}

.steps-div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  margin: 0 15px !important;
  text-align: center;
  border: 1px solid;
  padding: 15px 0px;
}

.step-div1 {
  grid-area: 1 / 1 / 2 / 2;
}
.step-div2 {
  grid-area: 1 / 2 / 2 / 3;
}
.step-div3 {
  grid-area: 1 / 3 / 2 / 4;
}

.inside-steps {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 10px;
}

.inside-step-1 {
  grid-area: 1 / 1 / 2 / 2;
}
.inside-step-2 {
  grid-area: 2 / 1 / 2 / 2;
}
.inside-step-3 {
  grid-area: 3 / 1 / 4 / 2;
}

.landing-page-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  margin-top: -10px;
}

::-webkit-scrollbar {
  display: none;
}

#slide-show {
  height: 95vh;
  min-height: 95vh;
  overflow: hidden;
  width: 100vw;
  min-width: 100vw !important;
  /* position: absolute; */
  /* top: 45px; */
}

.slide-text {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.slide-text b {
  font-weight: 400;
}

.slide-text h2 {
  font-weight: 200;
  font-family: Raleway;
  font-size: 50px;
  text-align: center;
  line-height: 60px;
  letter-spacing: 1px;
  color: #fff;
}

.slidex {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: -1;
}

.activx {
  opacity: 1;
}

.slideshow-nav {
  position: absolute;
  bottom: 50%;
  width: 100vw;
  min-width: 100vw !important;
  font-size: 30px;
  background: transparent;
}

.previousx {
  float: left;
}

.nextx {
  float: right;
}

.bg1,
.bg2,
.bg3,
.bg4 {
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  /* background-position: center center !important; */
  background-size: cover !important;
  background-image: url("../../assets/landing-page/1.jpg");
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  width: 100vw;
  min-width: 100vw !important;
  position: absolute;
  top: 0;
  left: 0;
}

.bg2 {
  background-image: url("../../assets/landing-page/2.jpg");
}
.bg3 {
  background-image: url("../../assets/landing-page/3.jpg");
}
.bg4 {
  background-image: url("../../assets/landing-page/4.jpg");
}

.slider-center {
  position: absolute;
  height: 15%;
  width: 50%;
  left: 50%;
  top: 50%;
  background-color: transparent;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
  letter-spacing: 2px;
}

.nav-link {
  transition: all 0.4s;
  padding: 15px;
  color: #fff !important;
  font-size: 80px;
}
/* .nav-link:hover {
  color: #999;
  font-size: 80px;
  opacity: 0.8;
} */

.arrow a {
  position: absolute;
  bottom: 0;
  left: 50%;
  color: #fff;
  transition: all 0.4s;
  cursor: pointer;
  font-size: 80px;
  padding: 0 0 20px 0;
  opacity: 0.2;
}

.arrow a:hover {
  color: #999;
  font-size: 100px;
  opacity: 0.8;
}

#unten {
  width: 100vw;
  min-width: 100vw !important;
  height: 800px;
  background-color: #999;
}

/* #footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
} */

.flex-row {
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-col {
  margin: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  flex-direction: column;
  color: white;
  box-sizing: border-box;
}

.flex-col-steps {
  margin: 6px;
  row-gap: 50px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex: 1;
  flex-direction: column;
  color: white;
  box-sizing: border-box;
}

.video-steps p {
  font-size: 20px;
  color: #5da3d0;
}

.landing-page-mtop {
  margin-top: 20px;
}

.video-src video {
  width: 700px;
  height: 450px;
}

.login-lbl {
  color: #222;
}

.btn-login,
.btn-login:hover {
  background-color: #5da3d0 !important;
  color: #fff;
}

/* carousel */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

.item {
  margin: 25px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 50px;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right {
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
  background: #333333;
}
#quote-carousel img {
  width: 250px;
  height: 100px;
}
/* End carousel */

.item blockquote {
  border-left: none;
  margin: 0;
}

.item blockquote img {
  margin-bottom: 10px;
}

.item blockquote p:before {
  content: "\f10d";
  font-family: "Fontawesome";
  float: left;
  margin-right: 10px;
}

.footer-flex-list {
  position: relative;
  margin: 0.5em;
  overflow: hidden;
}
.footer-flex-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -1px;
}
.footer-flex-list li {
  flex-grow: 1;
  flex-basis: auto;
  /* margin: 0.25em 0; */
  /* padding: 0 1em; */
  text-align: center;
  border-left: 1px solid #fff;
}

.footer-flex-list li a:hover,
.footer-flex-list li a:focus {
  color: #fff;
}

@media (max-width: 767px) {
  #footer {
    /* height: 130px !important; */
    margin-top: 50px !important;
  }
  .flex-col {
    flex-basis: calc(50% - 12px);
  }
  .video-src video {
    width: 100%;
    height: 100%;
  }
  .plr {
    padding: 0 15px !important;
  }
  .flex-col-steps {
    row-gap: 10px !important;
  }

  .navbar-toggle {
    display: block !important;
  }

  /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

  #quote-carousel .carousel-indicators {
    bottom: -20px !important;
  }
  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
  }
  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
  }
  /* Previous button  */
  #quote-carousel .carousel-control.left {
    left: -0;
  }
  /* Next button  */
  #quote-carousel .carousel-control.right {
    right: -0 !important;
  }
}

@media (max-width: 460px) {
  .flex-col {
    flex-basis: 100%;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
  }
  .navbar-nav {
    float: right !important;
    margin: 0 !important;
  }
}

.info, #logmein-error {
  color: red;
  letter-spacing: 1px;
}

#signup-success, #logmein-success {
  color: #5da3d0;
  letter-spacing: 1px;
}
