/* Slider */
.slider-feature-wrapper {
    margin-left : 70px;
    background: white;
    border-style: solid;
    border-width: 3px;
    border-color: #cadffb;
    padding: 25px 0px 25px 25px;
    border-radius: 25px;
    max-width: 100%;
    box-shadow: 7px 9px #d1dff140;
}


/* Section */
.sec-white {
  background-color: white !important;
}

.security-section {
  background: #0a0524;
  padding: 40px;
  padding-bottom: 80px;
}

/* row-billing */
.row-billing {
  background-color: #FAFDFF;
  margin-right: -5px;
  margin-left: -5px;
  padding: 55px
}

.billing-container {
  max-width: 1239px;
}

.space-control {
  margin-left:36em;
}

/* divider */
.divider-1 span {
  display: block;
  width: 200px;
  height: 2px;
  background-color: #2F80ED;
  margin-bottom: 2rem;
}


/* Text */
.fst-slide-title{
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.20;
    font-size : 3.5rem;
    color: white;
  }
  
  .fst-slide-body {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 18px;
    color:white;
  }

  .slider-p {
    font-size :18px;
  }

  hr{
    border-top: 1px solid white;
    width:100%;
  }

  .security-nav-a {
    color: #00cdac;
  }

  .features-p {
    font-size :15px;
    text-shadow: 0 0 black !important;
  }

  .slider-features-title {
    font-weight: 600;
    font-size: 20px !important;
}


  /* Side Panel */ 
  .div-wrap {
    width : 100%;
    display: flex;
  }

  .col-icon-2 {
    margin-left : 70px;
    background: linear-gradient(200deg,rgba(0, 48, 105, 0.92),rgba(21, 125, 249, 0.93));
    border-color: white;
    border-style: solid;
    border-width: 1px;
    padding: 25px 0px 25px 25px;
    border-radius: 25px;
    max-width: 100%;
}

  .icon-font-2 {
    font-size: 55px;
    color:#2F80ED;
    padding-bottom:17px;
    width:2em !important;
  }
  
  .icon-svg {
    background: url(../img/front-page/Secure_Message.svg) center/cover;
    width: 70px;
    height: 46px;
}

  /* Img control */

  .img-control {
    width: 34em;
  }

  .img-mobile-app {
    width:48em;
    margin-top: -9%;
    margin-left: -17%;
  }

  .img-wrapper {
    padding:1em;
    background-color: #0a0524;
  }

  .matter-sc-img {
    width:31.5em;
  }



/* Page Default Text style */
h3 h4 h5 {
  font-family: Lato, Helvetica, Arial, sans-serif;
}

.hm-title{
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.20;
  font-size : 3.5rem;
  color: #212531;
}

h4 {
  font-weight: 700;
  line-height: 1.20;
  font-size : 2.5rem;
  color: #212531;
}
.semititle {
  font-size : 1.55rem;
}

.subtitle {
  font-size : 1.35rem;
  color: #212531;
}


/* Underline */
.underline:before {
  border-bottom: #CADFFB 10px solid;
}

.underline:before {
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1.10em;
    width: 100%;
    z-index: -1;
}

.underline {
  display: inline-block;
  position: relative;
  z-index: 0;
}

/* Primary */
.primary {
  color : #2F80ED;
}

/* Inline Content */

.inline-wrapper .icon {
  height: 65px;
  width: 65px;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  font-size: 16px;
  box-shadow: 0 0 5px #CADFFB;
  display: inline-block;
}

.inline-conten-wrapper {
  display: inline-flex;
  vertical-align: middle;
}

.inline-title {
  margin-left: 15px;
}

.inline-p {
  padding-top: 15px;
}

.inline-svg{
  width: 7em;
  margin: 0 0 0 -25px;
}

.bullet-wrapper {
  display:-webkit-inline-box;
}

.bullet-style {
  font-size:25px;
  color:#2F80ED;
  margin: 0px 7px 0 0;
}


.shared-doc-wrapper {
  border: solid 2px #cde1fd;
  padding: 27px;
  background: #FAFDFF;
  border-radius: 4px;
}

/* Allied health profession */

.mockup-bg{
  background: url(../img/front-page/Patient-Profile-Page.png);
  background-repeat: no-repeat;
  background-size: 1195px 667px;
  background-position-x: -173px;
  padding-bottom:10em;
}

/* Button stlye */

.btn-main {
  color: white;
  background-color:#2F80ED ;

}

.btn-main:hover {
  background-color: #8fbaf5;
  border: solid #8fbaf5 1px;
}

/* Data Security */

.card-header {
  background-color: rgb(250 253 255) !important;
}

.nav-tabs .nav-link.active {
    color: #02aeb0;
    border-color: #00cdac !important;
    background-color: #fff0;
    margin-bottom: 1em;
}

.app-logo-cont{
  margin-top: 34%;
  margin-bottom: 34%;
}


.card {
  border-radius: 0px;
}
.card-header:first-child {
  border-radius: 0px;
}


@media screen and (max-width: 500px) {
    .img-mobile-app {
    margin-left: -73%;
    }
    .mb-screen-controller {
      margin-bottom:2em;
    }
    .underline-disable ::before {
      border-bottom:none;
    }
    .hm-title {
      font-size: 2rem;
    }

    .mockup-bg {
      background-size: 717px 400px;
      background-position-x: -215px;
    }

    .space-control {
      margin-left : 0em;
      margin-top:25em;
      margin-bottom:0em;
    }
    .mb-image-control{
      width:24.2em;
    }

    .mobile-disable {
      display:none;
    }

    .mobile-mt-5 {
      margin-top:5em;
    }

  }