#logo {
  height: auto;
  width: auto;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #2057c4;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 1.2vh;
  padding-top: 4vh;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.1);
  margin-left: 8%;
}

.play-btn {
  border-radius: 50px;
  height: 100px;
  width: 100px;
  border: 10px solid rgba(24, 224, 2224, .5);
}

.prod-feat .table th,
.prod-feat .table thead th {
  border: none;
  font-size: 18px;
}

.price-title {
  font-size: 24px;
}

.modal-dialog {
  max-width: 900px;
}

@media (max-width: 991.98px) {
  #logo {
    height: 65px;
    padding-top: 0vh;
  }
}

.bg-prod {
  color: white !important;
  padding-left: 0%;
  padding-right: 0%;
  background: url(../images/undraw_secure_data_0rwp.svg) no-repeat content-box;
  background-color: white;
  background-position: top right;
  background-size: 50vw 80vh;
  border-radius: 0px !important;
}

@media only screen and (max-width: 1100px) {
  .bg-prod {
    width: 100vw;
    color: white !important;
    padding-left: 0%;
    padding-right: 0%;
    background: white;
  }
}

@media only screen and (max-width: 1100px) {
  .play-btn {
    display: none;
  }

  .play-btn2 {
    display: inline;
  }

}

@media (min-width: 1000px) {
  .play-btn2 {
    display: none;
  }

}

.play-btn2 {
  width: 30ex;
}

/* How DeepLex works */
.hori-timeline .events {
  border-top: 3px solid #e9ecef;
}

.hori-timeline .events .event-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}

.hori-timeline .events .event-list:before {
  content: "";
  position: absolute;
  height: 36px;
  border-right: 2px dashed #dee2e6;
  top: 0;
}

.hori-timeline .events .event-list .event-date {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  width: 75px;
  margin: 0 auto;
  border-radius: 4px;
  padding-top: 2px 4px;
}

.mb-pad {
  padding-top: 45px !important;
}

.card,
.card-img,
.card-img-overlay {
  min-height: 0;
  background: none;
}

@media (min-width: 1140px) {
  .hori-timeline .events .event-list {
    display: inline-block;
    width: 19%;
    padding-top: 45px;
  }

  .hori-timeline .events .event-list .event-date {
    top: -32px;
  }

  .mb-pad {
    padding-top: 0px;
  }
}

.bg-soft-primary {
  background-color: rgba(64, 144, 203, .3) !important;
}

.bg-soft-success {
  background-color: rgba(71, 189, 154, .3) !important;
}

.bg-soft-danger {
  background-color: rgba(231, 76, 94, .3) !important;
}

.bg-soft-warning {
  background-color: rgba(249, 213, 112, .3) !important;
}

.card {
  border: none;
  margin-bottom: 24px;
  box-shadow: 0px 8px 24px #1b531b26;
  -webkit-box-shadow: 0px 8px 24px #1b531b26;
  /* -webkit-box-shadow: 0 0 13px 0 rgba(236, 236, 241, .44);
  box-shadow: 0 0 13px 0 rgba(236, 236, 241, .44); */
}

.card-header {
  border-bottom: 0;
  background: none;
}

.btn {
  box-shadow: none;
}

.landing-text {
  margin-top: 20vh;
  margin-left: 8%;
}

@media only screen and (max-width: 1100px) {
  .landing-text {
    margin-top: 3vh;
    margin-left: 8%;
  }
}

.landing-sub {
  font-size: 1.3em;
}

/*  */

@media all and (max-width: 1100px) {
  .dd-icon-wrap {
    float: left;
    padding: 1%;
  }

  .dd-text {
    float: left;
    padding-top: 1%;
    padding-bottom: 1%;
    width: 78%;
  }

  .dd-icons {
    height: 4vh;
    width: 5vh;
  }

  .dropdown-menu a {
    font-size: 1.2rem;
    padding: 0%;
  }

  .drop-text {
    font-size: 0.9rem;
    padding: 0%;
    margin-left: 0px;
    font-weight: 500;
  }

  .dropdown-menu {
    width: auto;
    height: 400px;
    padding-top: 2%;
    background-color: white;
  }

  .card-heading {
    width: 0%;
  }

  .card-body {
    border-radius: 15px;
  }
}


@media all and (max-width: 600px) {

  .dropdown-menu {
    width: auto;
    height: 620px;
    padding-top: 2%;
    background-color: white;
  }

}

@media all and (max-width: 400px) {

  .dropdown-menu {
    width: auto;
    height: 720px;
    padding-top: 2%;
    background-color: white;
  }


}
@media (min-width: 300px) {
  .bg-button2 {
    margin-top:2.4%;
  }

}
@media only screen and (max-width: 800px){
  .demo{
    display:none;
  }
  
  }
