/* Structure */

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/* Top Navbar */

a.navbar-brand {
	color: #FF0049;
	font-size: 17px;
	margin-left: 10px;
	font-weight: 200 !important;
}

a.navbar-brand img {
	margin-right: 10px;
}

.text-underline {
	text-decoration: underline !important;
}

/* Gradient Text */

.text-gradient-1 {
	background: -webkit-linear-gradient(#FF0049, #e70262);
	color: transparent;
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-danger, .gradient-text-1 {
    background: linear-gradient(to right, #ff0049 0%, #e00d57 52.85%, #e70262 75%, #D31027 100%);
	color: transparent;
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}    

.gradient-text-green {
	background: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);	
	color: transparent;
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text-2 {
    background: linear-gradient(to right, #ff0049 0%, #e00d57 52.85%, #e70262 75%, #D31027 100%);
	color: transparent;
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fa-fw {
	margin-right: 8px;
}

/* Carousel */

a.carousel-control-next > span, a.carousel-control-prev > span {
	padding: 30px !important;
	height: 50px !important;
}

/* Borders */

.border-style-1 {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
}

.border-style-2 {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px !important;
}

.border-style-3 {
	box-shadow: 2px 5px 22px 5px rgb(0 0 0 / 6%) !important;
}

.border-style-4 {
   box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5) !important;
}

.border-style-5, .border-lifted, ul.border-lifted, li.border-lifted {
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important;
}

.border-lifted {
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important;
}


/* Dark Mode > Card */ 
.card{
	 background: rgba( 255, 255, 255, 0.15 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.2 );
	backdrop-filter: blur( 5.5px );
	-webkit-backdrop-filter: blur( 7.5px );
	border-radius: 10px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
}


/* Gradients */

.gradient_red_pink_1 {
	border: none !important; background-image: linear-gradient(100deg, #FF0049 0%, #e70262 100%); background-repeat: repeat-y;
}

.gradient_2 {
	background: radial-gradient(circle at 50% 50%, #ff0049, #fc0040, #f90037, #f6002d, #f20022, #ee0017, #ea0606);
}

.gradient_red, .gradient-red {
	background: #D31027;
	background: -webkit-linear-gradient(to left, #D31027, #D31027);
	background: linear-gradient(to left, #D31027, #D31027);
}

.gradient_green, .gradient-green {
	background: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
}

.gradient-yellow-orange {
	background: #FDC830;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #F37335, #FDC830);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #F37335, #FDC830); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}



/* Scrollbar */

::-webkit-scrollbar { 
	background-color: #000524 !important;
	width: 8px; 
	height: 8px;
}

::-webkit-scrollbar-thumb { 
    background-color: #2c303a !important;
    border-radius: 3px; 
    width: 8px;
}

::-webkit-scrollbar-track {
	background-color: #000524 !important;
}


/* Borders */

.bordered {
	border: 1px solid #CDD4D9 !important;
}

.no-border {
	border: none !important;
}

/* Spans */

span.block {
	display: block !important;
}

span.block-margin-bottom,
.block-margin-bottom {
	display: block;
	margin-bottom: 15px !important;
}

span.block-margin-top,
.block-margin-top {
	display: block;
	margin-top: 15px !important;
}



/* Typography
-------------------------------------------------- */

.text-red-pink {
	color: #FF0049 !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.center-this {
	display: table !important;
	margin-left: auto !important;
	margin-right: auto !important;
}



h1.display-1 {
	font-size: 45px;
}

h1.display-2 {
	font-size: 40px;
}

h1.display-3 {
	font-size: 35px;
}

h1.display-4 {
	font-size: 30px;
}

h1.display-5 {
	font-size: 25px;
}




/* Row With Spacing
-------------------------------------------------- */

.row-standard {
	margin-bottom: 25px !important;
}

/* Index
-------------------------------------------------- */


img.compatible-device {
	width: 40px;
	margin-right: 0px !important;
}



/* Page: Concierge
-------------------------------------------------- */

#root {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 70.22rem;
}
@media (max-width: 62.22rem) {
  #root {
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 30rem) {
  #root {
    margin-top: 0.5rem;
  }
}

#card {
  position: relative;
  width: 22.97rem;
  height: 15.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 30rem) {
  #card {
    width: 20.22rem;
    height: 12.75rem;
    margin-bottom: 1.75rem;
  }
}
#card > #card-top, #card > #card-bottom {
  width: 20.22rem;
  height: 12.75rem;
  border-radius: 0.6rem;
}

#card > #card-top {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(120deg, #485460, #485460); /* Card Background Color */
}
#card > #card-top, #card > #card-top * {
  color: white;  
}
#card > #card-top::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("http://cdn.flaticon.com/svg/44/44386.svg") no-repeat center;
  background-size: cover;
  opacity: 0.04;
}
#card > #card-top > .logo {
  position: absolute;
  top: 1rem;
  right: 2rem;
}
#card > #card-top > .logo > svg {
  width: 4rem;
}
#card > #card-top > .card-number {
  position: absolute;
  top: 45%;
  left: 2rem;
  width: 70%;
  opacity: 0.75;
  font-size: 1.25rem;
}
#card > #card-top > .row-container {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  opacity: 0.75;
}
#card > #card-top > .row-container > div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
}
#card > #card-top > .row-container > div > span {
  height: 1rem;
  margin-bottom: 0.5rem;
  padding: 0;
}

#card > #card-bottom {
	position: absolute;
	content: "";
	top: 2.75rem;
	left: 2.75rem;
	background: #EFF1F4;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .15), 0 6px 30px 5px rgba(0, 0, 0, .15), 0 8px 10px -5px rgba(0, 0, 0, .15);
}
@media (max-width: 30rem) {
  #card > #card-bottom {
    display: none;
  }
}
#card > #card-bottom::after {
  position: absolute;
  content: "";
  top: 2.55rem;
  width: 100%;
  height: 2.55rem;
  background: #E2E0E1;
}



/* Component: Shadows
-------------------------------------------------- */


.divider-inside-bottom {
	position:relative;
	overflow:hidden; 
	border-bottom:1px solid #ddd; 
}

.divider-inside-bottom:before {
	content: ""; 
	position:absolute; 
	z-index: 1; 
	width:96%;  
	bottom: -10px; 
	height: 10px; 
	left: 2%; 
	border-radius: 100px / 5px; 
	box-shadow:0 0 18px rgba(0,0,0,0.6); 
}

.divider-inside-top {
	position:relative;
	overflow:hidden; 
	border-top:1px solid #ddd; 
}

.divider-inside-top:before {
	content: ""; 
	position:absolute; 
	z-index: 1; 
	width:96%;  
	top: -10px; 
	height: 10px; 
	left: 2%; 
	border-radius: 100px / 5px; 
	box-shadow:0 0 18px rgba(0,0,0,0.6); 
}

.divider-outside-top {
	position:relative;
}

.divider-outside-top:before {
	content: ""; 
	position:absolute; 
	z-index: -1; 
	width:96%;  
	top: 0; 
	height: 10px; 
	left: 2%; 
	border-radius: 100px / 5px; 
	box-shadow:0 0 18px rgba(0,0,0,0.6); 
}

.divider-inside-top-bottom {
	position:relative;
	overflow:hidden; 
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd; 
}

.divider-inside-top-bottom:before {
	content: ""; 
	position:absolute; 
	z-index: 1; 
	width:96%;  
	top: -10px; 
	height: 10px; 
	left: 2%; 
	border-radius: 100px / 5px; 
	box-shadow:0 0 18px rgba(0,0,0,0.6); 
}

.divider-inside-top-bottom:after {
	content: "";
	position:absolute;
	z-index: 1;
	width:96%; 
	bottom: -10px;
	height: 10px;
	left: 2%;
	border-radius: 100px / 5px;
	box-shadow:0 0 18px rgba(0,0,0,0.6);
}

.divider-inside-left {
	position:relative;
	overflow:hidden; 
	border-left:1px solid #ddd; 
}

.divider-inside-left:before {
	content: ""; 
	position:absolute; 
	z-index: 1; 
	width: 5px;  
	top: 5%; 
	height: 100%; 
	left: -10px; 
	border-radius: 5px / 100px; 
	box-shadow:0 0 13px rgba(0,0,0,0.6); 
}

.divider-inside-right {
	position:relative;
	overflow:hidden; 
	border-right:1px solid #ddd; 
}

.divider-inside-right:before {
	content: ""; 
	position:absolute; 
	z-index: 1; 
	width:10px;  
	top: 5%; 
	height: 90%; 
	right: -10px; 
	border-radius: 5px / 100px; 
	box-shadow:0 0 13px rgba(0,0,0,0.6); 
}

.divider-inside-sides {
	position:relative;
	overflow:hidden; 
	border-left:1px solid #ddd; 
	border-right:1px solid #ddd;
}

.divider-inside-sides:before {
	content: "";
	position:absolute;
	z-index: 1;
	width:10px; 
	top: 5%;
	height: 90%;
	left: -10px;
	border-radius: 5px / 100px;
	box-shadow:0 0 13px rgba(0,0,0,0.6);
}

.divider-inside-sides:after {
	content: "";
	position:absolute;
	z-index: 1;
	width:10px; 
	top: 5%;
	height: 90%;
	right: -10px;
	border-radius: 5px / 100px;
	box-shadow:0 0 13px rgba(0,0,0,0.6);
}

.divider-outside-top-bottom {
	position:relative;
}

.divider-outside-top-bottom:before {
	content: ""; 
	position:absolute; 
	z-index: -1; 
	width:96%;  
	top: 0; 
	height: 10px; 
	left: 2%; 
	border-radius: 100px / 5px; 
	box-shadow:0 0 18px rgba(0,0,0,0.6); 
}

.divider-outside-top-bottom:before {
	content: "";
	position:absolute;
	z-index: -1;
	width:96%; 
	bottom: 0;
	height: 10px;
	left: 2%;
	border-radius: 100px / 5px;
	box-shadow:0 0 18px rgba(0,0,0,0.6);
}




/* Text */
/*
p {
	font-size: 16.5px;
}
*/

span.text-orange, .text-orange { 
	color: #FF752D !important;
}

span.badge-orange {
	background-color: #FF752D !important;
	color: #fff;
}


/* Alignment */

.pull-right, span.pull-right, label.pull-right, a.pull-right, button.pull-right {
	float: right !important;
}

.pull-left, span.pull-left, label.pull-left, a.pull-left, button.pull-left {
	float: left !important;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}



/* Component: Horizontal Timeline
-------------------------------------------------- */

.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: 2px 4px;
}
@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: -12px;
    }
}
.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
-------------------------------------------------- */

.card {
    margin-top: 24px;
}
			

/* Carousel
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */

.featurette h2 {
	font-weight: 300 !important;
	letter-spacing: -.05rem;
	margin-top: 15px;
	margin-bottom: 50px;
	color: #FF0049;
	font-size: 37px;
}

.featurette p {
	font-size: 20px;
	line-height: 32px;
	margin-top: 10px;
	font-weight: 300;
	color: #222f3e;
}


img.img-capabilities-summary {
	width: 75px;
	height: 75px;
	margin-bottom: 25px;
}

.card-text {
	font-size: 18px !important;
	font-weight: 300 !important;
}



/* Standard */

.red {
	border: 1px solid red !important;
}

.border-white {
	border: 1px solid #fff !important;
}

.center-this {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.hidden {
	display: none !important;
}

.text-heartcloud {
	color: #FF0049;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.btn-block, button.btn-block {
	display: block !important;
}

.w-100 {
	width: 100% !important;
}
.w-95 {
	width: 95% !important;
}
.w-90 {
	width: 90% !important;
}
.w-85 {
	width: 85% !important;
}
.w-80 {
	width: 80% !important;
}
.w-75 {
	width: 75% !important;
}
.w-70 {
	width: 70% !important;
}
.w-65 {
	width: 65% !important;
}
.w-60 {
	width: 60% !important;
}
.w-55 {
	width: 55% !important;
}
.w-50 {
	width: 50% !important;
}

span.block {
	display: block !important;
}

span.block-margin-top {
	display: block;
	margin-top: 15px;
}

span.block-margin-bottom {
	display: block;
	margin-bottom: 15px;
}



/* Index */

h2.how-it-works-title-left {
	margin-top: 50px;
}

/* bootstrap-menu */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #FF0049;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}		




/* Bootstrap 4 Product.css Example */

.overflow-hidden {
	overflow: hidden !important;
}


/* Carousel */

.img-carousel {
	width: 100%;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}



/* Component: Password Validator (Credit: https://codepen.io/burnaDLX/pen/JJrjbz) */

.bg-transparent {
  background-color: transparent !important;
}

.bg-red {
  background-color: #e74c3c !important;			/* Password Strength: Weak */
}

.bg-yellow {
  background-color: #F9BF3B !important;			/* Password Strength: Medium */
}	

.bg-green {
 	background-color: #2ecc71 !important;		/* Password Strength: Strong */
}

.password-wrapper {
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
	width: 100%;
}
.password-wrapper .input {
	border: none;
	padding: 10px 15px;
	font: small-caption;
	font-size: 18px;
	font-size: 1.8rem;
	width: calc(100% - 50px);
	color: #34495e;
	outline: none;
	line-height: 1.5;
}
.password-wrapper .icon-wrapper {
	position: relative;
	display: inline;
	float: right;

	background-color: #34495e;
	transition: background-color 0.25s ease-out;
	cursor: pointer;
}
.password-wrapper .icon-wrapper .ion-eye,
.password-wrapper .icon-wrapper .ion-more,
.password-wrapper .icon-wrapper i.fa {
	text-align: center;
	font-size: 19px;
	position: absolute;
	top: 5px;
	right: 8px;
	color: #34495e !important;
	transition: color 0.25s ease-out;
}
.password-wrapper .icon-wrapper .ion-more {
	right: 14px;
}
.password-wrapper .icon-wrapper:hover {
	transition: background-color 0.25s ease-out;
	background-color: #2c3e50;
}
.password-wrapper .icon-wrapper:hover .ion-eye,
.password-wrapper .icon-wrapper:hover .ion-more {
	color: #3498db;
	transition: color 0.25s ease-in;
}
.password-wrapper .strength-lines {
	margin-top: 5px;
	bottom: 2px;
	left: 0;
	right: 0;
	width: calc(100% - 50px); /* evenly spaced 3 */
	height: 6px;
	z-index: 3;
}
.password-wrapper .strength-lines .line {
	position: absolute;
	background-color: transparent;
	height: 6px;
	border-radius: 2px;
	transition: background-color 0.25s ease-in;
}
.password-wrapper .strength-lines .line:not(:first-of-type):not(:last-of-type) {
	left: 33%;
	right: 33%;
}
.password-wrapper .strength-lines .line:first-of-type {
	left: 4px;
	right: 68%;
}
.password-wrapper .strength-lines .line:last-of-type {
	left: 68%;
	right: 4px;
}


/* Components: Gradients */

.gradient-1 {
	border: none !important;
	background-image: linear-gradient(100deg, #FF0049 0%, #e70262 100%);
	background-repeat: repeat-y;
}

.gradient-2 { /* Perfection */
	background-image: linear-gradient(to right top, #FF033E, #db0e2d, #e30b33, #ec083a, #f40540, #f40843, #f40b45, #f40e48, #ec1547, #e31a46, #db1e45, #FF033E);
}

.gradient-3 { /* Green */
	background-color: #27ae60;
	background-image: linear-gradient(315deg, #27ae60 0%, #16a085 100%);
}


/* Stripe */

.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  /* box-shadow: 0 1px 3px 0 #e6ebf1; */
  box-shadow: 0 0 25px 5px rgb(95 126 155 / 20%);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}




/* Component: Shadows */

.divider-inside-bottom {
	position:relative;
	overflow:hidden;
	border-bottom:1px solid #ddd;
}

.divider-inside-bottom:before {
	content: "";
	position:absolute;
	z-index: 1;
	width:96%;
	bottom: -10px;
	height: 10px;
	left: 2%;
	border-radius: 100px / 5px;
	box-shadow:0 0 18px rgba(0,0,0,0.6) !important;
}

.divider-inside-top {
	position:relative;
	overflow:hidden;
	border-top:1px solid #ddd;
}

.divider-inside-top:before {
	content: "";
	position:absolute;
	z-index: 1;
	width:96%;
	top: -10px;
	height: 10px;
	left: 2%;
	border-radius: 100px / 5px;
	box-shadow:0 0 18px rgba(0,0,0,0.6);
}

.divider-outside-top {
	position:relative;
}
.divider-outside-top:before {
	content: "";
	position:absolute;
	z-index: -1;
	width:96%;
	top: 0;
	height: 10px;
	left: 2%;
	border-radius: 100px / 5px;
	box-shadow:0 0 18px rgba(0,0,0,0.6);
}

.divider-inside-top-bottom {
  position:relative;
  overflow:hidden;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
.divider-inside-top-bottom:before {
  content: "";
  position:absolute;
  z-index: 1;
  width:96%;
  top: -10px;
  height: 10px;
  left: 2%;
  border-radius: 100px / 5px;
  box-shadow:0 0 18px rgba(0,0,0,0.6);
}
.divider-inside-top-bottom:after {
  content: "";
  position:absolute;
  z-index: 1;
  width:96%;
  bottom: -10px;
  height: 10px;
  left: 2%;
  border-radius: 100px / 5px;
  box-shadow:0 0 18px rgba(0,0,0,0.6);
}

.divider-inside-left {
	position:relative;
	overflow:hidden;
	border-left:1px solid #ddd;
}

.divider-inside-left:before {
	content: "";
	position:absolute;
	z-index: 1;
	width: 5px;
	top: 5%;
	height: 100%;
	left: -10px;
	border-radius: 5px / 100px;
	box-shadow:0 0 13px rgba(0,0,0,0.6);
}

.divider-inside-right {
  position:relative;
  overflow:hidden;
  border-right:1px solid #ddd;
}
.divider-inside-right:before {
  content: "";
  position:absolute;
  z-index: 1;
  width:10px;
  top: 5%;
  height: 90%;
  right: -10px;
  border-radius: 5px / 100px;
  box-shadow:0 0 13px rgba(0,0,0,0.6);
}

.divider-inside-sides {
  position:relative;
  overflow:hidden;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}
.divider-inside-sides:before {
  content: "";
  position:absolute;
  z-index: 1;
  width:10px;
  top: 5%;
  height: 90%;
  left: -10px;
  border-radius: 5px / 100px;
  box-shadow:0 0 13px rgba(0,0,0,0.6);
}

.divider-inside-sides:after {
  content: "";
  position:absolute;
  z-index: 1;
  width:10px;
  top: 5%;
  height: 90%;
  right: -10px;
  border-radius: 5px / 100px;
  box-shadow:0 0 13px rgba(0,0,0,0.6);
}

.divider-outside-top-bottom {
  position:relative;
}
.divider-outside-top-bottom:before {
  content: "";
  position:absolute;
  z-index: -1;
  width:96%;
  top: 0;
  height: 10px;
  left: 2%;
  border-radius: 100px / 5px;
  box-shadow:0 0 18px rgba(0,0,0,0.6);
}
.divider-outside-top-bottom:before {
  content: "";
  position:absolute;
  z-index: -1;
  width:96%;
  bottom: 0;
  height: 10px;
  left: 2%;
  border-radius: 100px / 5px;
  box-shadow:0 0 18px rgba(0,0,0,0.6);
}


/* Page: Telehealth */


.panel-heading:hover {
    cursor:pointer;
}
.panel-heading {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

.side-tab:hover {
        cursor: pointer;
    }
    .panel.panel-default {
        border: none;
        box-shadow: none !important;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        
    }
    .panel-heading {
        border: none;
        background-color: #eee;
        padding: 8px;
        font-size: 17px !important;
    
    }
    .panel-body {
        background-color: #f5f5f5;
        padding: 8px;
        font-weight: 300;
    }
    .panel-title {
        font-weight: 400;
        color: #FF0049;
    }

/*----------------------------------
    Macbook pro mockup from:
    http://jaredhardy.com/minimal-devices/
    
----------------------------------*/

.md-macbook-pro {
  display: block;
  width: 55.3125em;
  height: 31.875em;
  font-size: 13px;
  margin: 0 auto;

  @media (max-width:1199px){
    font-size: 11px;
  }
  @media (max-width:1024px){
    font-size: 10px;
  }

  @media (max-width:767px){
    font-size: 7px;
  }

  @media (max-width:320px){
    font-size: 5px;
  }

}
.md-macbook-pro .md-lid {
  width: 45em;
  height: 30.625em;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  border-radius: 1.875em;
  border: solid 0.1875em #cdced1;
  background: #131313;
}
.md-macbook-pro .md-camera {
  width: 0.375em;
  height: 0.375em;
  margin: 0 auto;
  position: relative;
  top: 1.0625em;
  background: #000;
  border-radius: 100%;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.md-macbook-pro .md-camera:after {
  content: "";
  display: block;
  width: 0.125em;
  height: 0.125em;
  position: absolute;
  left: 0.125em;
  top: 0.0625em;
  background: #353542;
  border-radius: 100%;
}
.md-macbook-pro .md-screen {
  width: 42.25em;
  height: 26.375em;
  margin: 0 auto;
  position: relative;
  top: 2.0625em;
  // background: #1d1d1d;
  background: #fff;
  overflow: hidden;
}
.md-macbook-pro .md-screen img {
  width: 100%;
}
.md-macbook-pro .md-base {
  width: 100%;
  height: 0.9375em;
  position: relative;
  top: -0.75em;
  background: #c6c7ca;
}
.md-macbook-pro .md-base:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5em;
  margin: 0 auto;
  position: relative;
  bottom: -0.1875em;
  background: #b9babe;
  border-radius: 0 0 1.25em 1.25em;
}
.md-macbook-pro .md-base:before {
  content: "";
  display: block;
  width: 7.6875em;
  height: 0.625em;
  margin: 0 auto;
  position: relative;
  background: #a6a8ad;
  border-radius: 0 0 0.625em 0.625em;
}
.md-macbook-pro.md-glare .md-lid:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 1.25em 0 0;
  background: -webkit-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -moz-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -o-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: linear-gradient(53deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
}

/* Banner */

.banner {
	width: 100%;
	padding-top: 50px;
	min-height: 300px !important;
	margin-bottom: 50px;
}


/* Carousel */

.carousel-slide-custom-caption {
	margin-top: 50px;
}

.carousel-slide-custom-caption h1 {

	font-weight: 200 !important;
}

.carousel-slide-custom-caption p {
	text-align: center;
	font-weight: 300;
	font-size: 21px;
	color: #fff;
}

img.carousel-slide-public-website {
	width: 90% !important;
	display: table;
	margin-left: auto;
	margin-right: auto;
}


/* Index: How It Works */

img.img-how-it-works-device {
	width: 40px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}


/* Table */

table.no-border, table.no-border tr, table.no-border td, 
table.no-borders, table.no-borders tr, table.no-borders td,
.no-borders, .no-borders tr, .no-borders td {
	border: 1px solid transparent !important;
}


/* Card */

h4.card-title-left {
	text-align: left;
	font-weight: 400;
	margin-top: 10px;
	font-size: 19px;
	display: block;
}

h4.card-title-left span {

}

img.card-img-left {
	float: left;
	width: 50px;
	margin-top: -15px;
	display: inline;
	margin-right: 15px;
}

/* Pricing */

.card-pricing.popular {
    z-index: 1;
    border: 3px solid #007bff;
}
.card-pricing .list-unstyled li {
    padding: .5rem 0;
    color: #6c757d;
}



/* Section */ 

.section {
	width: 100%;
	margin-bottom: 25px;
}