@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
body {
  background: #e5e5e5;
  color: #999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #777;
  font-weight: 300;
}
a {
  color: #52b6ec;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.btn {
  font-weight: 300;
  border: 0;
}
.btn.btn-primary {
  background-color: #52b6ec;
}
.btn.btn-primary:hover,
.btn.btn-primary.active {
  background-color: #1586c3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a:hover,
a:focus {
  color: #80c9f1;
  text-decoration: none;
  outline: none;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 99999;
}
#main-slider {
  background-image: url(../images/backgroundPhonev72small.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 100px 0;
  color: #fff;
}
.onCall  {
  background-image: url(../images/backgroundSmall.png);
}
#main-slider .item {
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  -webkit-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
  text-align: center;
}
#main-slider .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  -webkit-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 2;
}
#main-slider .item.active h1 {
  -webkit-animation: scaleUp 400ms;
  -moz-animation: scaleUp 400ms;
  -o-animation: scaleUp 400ms;
  -ms-animation: scaleUp 400ms;
  animation: scaleUp 400ms;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -50px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider h1 {
  font-size: 68px;
  color: #fff;
}
.largeTwo {
  font-size: 88px;
  color: #fff;
}
.blue {
  color: blue;
}
.black {
  color: black;
}
.smallD {
  font-size: 20px;
  font-weight: bold;
}
.midD {
  font-size: 40px;
  font-weight: bold;
}
.bkgImg {
	max-height: 700px;
	position: fixed;
	top: 50px;
	right: 0px;
}

.image {
	position: relative; 
	width: 100%; /* for IE 6 */
	cursor: pointer;
}

.imageOverlay {
	position: absolute; 
	top: 200px; 
	left: 0; 
	width: 100%;
	cursor: pointer;
}

.itemText {
	height: 100%;
	cursor: default;
}

.selectableItem {
  cursor: pointer;
} 

#intro-video {
    position: relative;
    overflow: hidden;
    height: 400px;
}

#intro-video .video {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

#intro-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#intro-video .video-element {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#contact .box {
  background-color: #222;
  color: #999;
}
#contact .box h1,
#contact .box h2,
#contact .box h3 {
  color: #fff;
}
#contact .box a {
  color: #999;
}
#contact .box a:hover {
  color: #52b6ec;
}
#contact .box input[type="text"],
#contact .box input[type="email"],
#contact .box input[type="tel"],
#contact .box select,
#contact .box textarea {
  background-color: #111;
  border: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  color: white;
}
#contact .box input[type="text"]:focus,
#contact .box input[type="email"]:focus,
#contact .box input[type="tel"]:focus,
#contact .box select,
#contact .box textarea:focus {
  background-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact .box select {
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline;
  width: auto;  /* this is underlined saying it won't take effect, but it does have an effect. */
}
.box {
  padding: 50px 30px;
  background: #fff;
  /* border-bottom: 1px solid #e9e9e9;
  position: relative; */
}
.box.first {
  margin-top: -40px;
  border-radius: 5px 5px 0 0;
}
.box.last {
  border-radius: 0 0 5px 5px;
}
.box h2 {
  padding: 10px 30px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  margin-bottom: 30px;
  font-size: 48px;
}

.item-inner {
  text-align: center;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.center {
  text-align: center;
}
.centerImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.subtitle {
  margin-top: 10px;
  display: block;
}
.aboutModal {
	margin-top: 100px;
	color: #333;
}
.member {
  margin: 0 50px;
  text-align: center;
}
.addSlimMargin {
	margin-left: 3%;
	margin-right: 3%;
}
.addMediumMargin {
	margin-left: 7%;
	margin-right: 7%;
}
.addWideMargin {
	margin-left: 10%;
	margin-right: 10%;
}
.carousel.scale .left-arrow,
.carousel.scale .right-arrow {
  top: 30%;
  position: absolute;
}
.carousel.scale .left-arrow {
  left: -10px;
}
.carousel.scale .right-arrow {
  right: -10px;
}
.carousel.scale .active .row > div:nth-child(1) {
  -webkit-animation: scaleUp 200ms linear 0 both;
  -moz-animation: scaleUp 200ms linear 0 both;
  -ms-animation: scaleUp 200ms linear 0 both;
  -o-animation: scaleUp 200ms linear 0 both;
  animation: scaleUp 200ms linear 0 both;
}
.carousel.scale .active .row > div:nth-child(2) {
  -webkit-animation: scaleUp 200ms linear 100ms both;
  -moz-animation: scaleUp 200ms linear 100ms both;
  -ms-animation: scaleUp 200ms linear 100ms both;
  -o-animation: scaleUp 200ms linear 100ms both;
  animation: scaleUp 200ms linear 100ms both;
}
.carousel.scale .active .row > div:nth-child(3) {
  -webkit-animation: scaleUp 200ms linear 200ms both;
  -moz-animation: scaleUp 200ms linear 200ms both;
  -ms-animation: scaleUp 200ms linear 200ms both;
  -o-animation: scaleUp 200ms linear 200ms both;
  animation: scaleUp 200ms linear 200ms both;
}
.carousel.scale .active .row > div:nth-child(4) {
  -webkit-animation: scaleUp 200ms linear 400ms both;
  -moz-animation: scaleUp 200ms linear 400ms both;
  -ms-animation: scaleUp 200ms linear 400ms both;
  -o-animation: scaleUp 200ms linear 400ms both;
  animation: scaleUp 200ms linear 400ms both;
}
.headerText {
  color: white;
  font-family: Georgia;
  text-shadow: 4px 2px 8px #000000;
}
.shadow {
  font-family: Georgia;
  text-shadow: 4px 2px 8px #000000;
}
.icon-social {
  border: 0;
  color: #fff;
  border-radius: 100%;
  display: inline-block !important;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
}
.icon-social.icon-facebook {
  background: #4f7dd4;
}
.icon-social.icon-facebook:hover {
  background: #789bde;
}
.icon-social.icon-twitter {
  background: #5bceff;
}
.icon-social.icon-twitter:hover {
  background: #8eddff;
}
.icon-social.icon-linkedin {
  background: #21a6d8;
}
.icon-social.icon-linkedin:hover {
  background: #49b9e3;
}
.icon-social.icon-google-plus {
  background: #dc422b;
}
.icon-social.icon-google-plus:hover {
  background: #e36957;
}
.icon-social.icon-pinterest {
  background: #cb2027;
}
.icon-social.icon-pinterest:hover {
  background: #e03e44;
}
.icon-social.icon-youtube {
  background: #ce332d;
}
.icon-social.icon-youtube:hover {
  background: #da5954;
}
.icon-social:hover {
  color: #fff;
}
.navbar-default {
  background: #fff;
  border-radius: 0 0 5px 5px;
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  overflow: hidden;
}
.navbar-default .first a {
  border-radius: 0 0 0 5px;
}
.navbar-default .navbar-brand {
  margin-left: 20px;
  width: 90px;
  height: 78px;
  background: url(../images/d2dchiclet60x60.png) no-repeat 0 50%;
}
.navbar-default .navbar-nav > li {
  margin-left: 1px;
}
.navbar-default .navbar-nav > li > a {
  padding: 30px 25px;
  font-size: 16px;
  line-height: 18px;
  color: #999;
}
.navbar-default .navbar-nav > li > a > i {
  display: inline-block;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:focus > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active:focus > a:focus,
.navbar-default .navbar-nav > li.active:hover > a:focus,
.navbar-default .navbar-nav > li:hover > a:focus,
.navbar-default .navbar-nav > li:focus > a:focus {
  background-color: #52b6ec;
  color: #fff;
}
.icon-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
  cursor: pointer;
}
.icon-md {
  font-size: 24px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}
.icon-color1 {
  background-color: #7AB6FF;
}
.icon-color2 {
  background-color: #7EDBCF;
}
.icon-color3 {
  background-color: #7AB6FF;
}
.icon-color4 {
  background-color: #7AB6FF;
}
.icon-color5 {
  background-color: #7EDBCF;
}
.icon-color6 {
  background-color: #7AB6FF;
}
.gap {
  margin-bottom: 50px;
}
.big-gap {
  margin-bottom: 100px;
}
.bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	z-index: -1;

}
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #333;
}
#footer a {
  color: blue;
  cursor: pointer;
}
#footer a:hover {
  color: #52b6ec;
}
ul.social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
ul.social > li {
  margin: 0 0 20px;
}
ul.social > li > a {
  display: block;
  font-size: 18px;
}
ul.social > li > a i {
  margin-right: 10px;
}
textarea#message {
  padding: 10px 15px;
  height: 220px;
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes scaleUp {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes scaleUp {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@-o-keyframes scaleUp {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
	/* to top */
	#toTop {
	  background-color: #333333;
	  border-radius: 4px 4px 0 0;
	  bottom: 0;
	  color: #FFFFFF;
	  display: none;
	  height: 35px;
	  position: fixed;
	  right: 30px;
	  text-align: center;
	  text-transform: uppercase;
	  width: 48px;
	  opacity: 0.9;
	  z-index: 10000;
	  -webkit-transition: all 0.2s ease-in-out 0s;
	  -moz-transition: all 0.2s ease-in-out 0s;
	  -o-transition: all 0.2s ease-in-out 0s;
	  transition: all 0.2s ease-in-out 0s;
	}
	.no-totop #toTop {
	  display: none !important;
	}
	#toTop:before {
	  line-height: 35px;
	  content: '\f106';
	  -webkit-font-smoothing: antialiased;
	  font-family: 'icomoon';
	  font-size: 22px;
	}
	#toTop:hover {
	  background-color: #A0CE4E;
	}
	#toTopHover {
	  display: block;
	  overflow: hidden;
	  float: left;
	  opacity: 0;
	}
	#toTop:active,
	#toTop:focus {
	  outline: none;
	  background-color: #333333;
  }
  
  #features {
    height: 800px;
  }

  #features  .container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 800px;    
  }

  #features  .box {
    height: 800px;    
  }

  #features .phone {
    min-width: 100px;
    max-height: 500px;
  }
    
  #featuresScheduling {
    /* height: 1490px; */
  }

  #featuresScheduling  .container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /* height: 1490px;     */
  }

  #featuresScheduling  .box {
    /* height: 1450px;     */
  }

  #featuresScheduling .phone {
    min-width: 100px;
    max-height: 500px;
  }

  #featuresScheduling li {
    margin-bottom: 5px;
  }
  
  #featureDetails {
    height: 900px;
  }
      
  #featureDetails  .container {
    position: relative;
  }

  #featureDetails  .box  {
    /* This is the white section.
       Make it a bit taller than the #featureDetails height so some white
       shows at the bottom. */
    height: 950px;
  }
 
  #featureDText  .container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 800px;    
  }

  #featureDText  .box {
    height: 800px;    
  }

  #featureDText .wave {
    min-width: 100px;
    height: 550px;
  }
  
  #featureDText .btn-green {
    border-color: #333;
    border-width: 2px;
    border-style: solid;
    background-color: #E7FFFF;
    color:black;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  #featureDText .btn-green:hover {
    background-color: #B4D9D4;
  }

.hoverMap {
    margin: -2px;
}

.large-font {
  font-size: 24px;
}

.mid-font {
  font-size: 16px;
}

.dark {
  color: black;
}

.feature-link {
  color:#1A3499;
  text-decoration: none;
  outline-style: none;
  font-size: 16px;
}

a:hover,
a:focus .feature-link{
  color:#1A3499;
  text-decoration: underline;
  outline: none;
}

.imgWrapper {
  max-height: 660px;
}

.wave {
  background-image: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MDAgMTUwJyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyBzdHlsZT0naGVpZ2h0OiAxMDAlOyB3aWR0aDogMTAwJTtzdHJva2Utd2lkdGg6IDBweDsgYmFja2dyb3VuZC1jb2xvcjogd2hpdGU7Jz48cGF0aCBkPSdNLTE1LjY2LDExMC4wMyBDMTA2LjA0LC0zMy4wNSAzODEuNTYsMTY1LjI4IDUwOC4zNyw4OC4zMSBMNTAwLjAwLDE1MC4wMCBMLTEwLjU3LDE2NS4yOCBaJyBzdHlsZT0nc3Ryb2tlOiBub25lOyBmaWxsOiAjMDZmOyBmaWxsLW9wYWNpdHk6IC40Jz48L3BhdGg+PHBhdGggZD0nTS0xOS4zMSwxNDcuNTMgQzEwNS4zMiwxOC4yNSAzMTcuNDEsMjE1LjYzIDUwNy42NSwxMDEuMTQgTDUwMC4wMCwxNTAuMDAgTC0xMC41NywxNjUuMjggWicgc3R5bGU9J3N0cm9rZTogbm9uZTsgZmlsbDogI2ZmZmZiMjsgZmlsbC1vcGFjaXR5OiAuNyc+PC9wYXRoPjxwYXRoIGQ9J00wLjAwLDQ5Ljk4IEMxNDkuOTksMTUwLjAwIDM1MC44NSwtNDkuOTggNTAwLjAwLDQ5Ljk4IEw1MDAuMDAsMTUwLjAwIEwwLjAwLDE1MC4wMCBaJyBzdHlsZT0nc3Ryb2tlOiBub25lOyBmaWxsOiAjMDhmOyBmaWxsLW9wYWNpdHk6IC4yJz48L3BhdGg+PC9zdmc+")
}
  
.left-justify {
  text-align: left;
}

.top-center {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  align-content: center;
  padding-top: 30px;
}

.top-left {
  position: absolute;
  top: 400px;
  right: 50%;
  margin-right: 170px;
  width: calc(50% - 210px);
}

.top-right {
  position: absolute;
  top: 400px;
  left: 50%;
  margin-left: 155px;
  width: calc(50% - 185px);
}
 
.bottom-left {
  position: absolute;
  bottom: 120px;
  right: 50%;
  margin-right: 170px;
}
.displayWideOnly {
  display: inherit;
}

.highlightDiscount {
  background: hsl(54, 100%, 53%);
  color: black;
  margin: auto;
  width: 70%;
}

a.greenIcon {color: #7EDBCF;}
a.greenIcon:link {text-decoration: none; color: #7EDBCF;}
a.greenIcon:visited {text-decoration: none; color: #7EDBCF;}
a.greenIcon:hover {text-decoration: none; color: #73D0C4;}
a.greenIcon:active {text-decoration: none; color: #7EDBCF;}

a.blueIcon {color: #7BB6FF;}
a.blueIcon:link {text-decoration: none; color: #7BB6FF;}
a.blueIcon:visited {text-decoration: none; color: #7BB6FF;}
a.blueIcon:hover {text-decoration: none; color: #70ABF4;}
a.blueIcon:active {text-decoration: none; color: #7BB6FF;}

@media (max-width: 992px) {
  .displayWideOnly {
    display: none !important;
  }
}
.headerCard {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  background-color: #f0f8ff;
  border-radius: 10px;
  margin: auto;
  width: 60%;
  text-align: center;
}
.headerCard:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.headerCard .cardHeader {
  font-family: Georgia;
}
.headerCard .cardBody {
  font-size: 21px;
  font-family: Georgia;
  margin-top: -20px;
} 
.headerCard h3 {
  padding-bottom: 10px;
  color:#3d4e82;
}
/* keep the media styling last so it doesn't get overridden by other classes */
@media (max-width: 990px) {
  /* our header is too wide at 990px, so it wraps. Need to switch to hamburger here */
  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
    display:block !important;
  }
  #featureDText  .container {
    height: 830px;    
  }

  #featureDText  .box {
    height: 830px;    
  }

  #featureDText .wave {
    min-width: 100px;
    height: 550px;
  }


  /* At narrower screen width, expand the header card to fit the text and look better */
  .headerCard {
    width: 90%;
  }
}

@media (max-width: 992px)  {
  #featuresScheduling .phone {
    min-width: 100px;
    max-width: 640px;
  }

  #featuresScheduling .centerImage {
    width: 80%;
  }
}

@media (max-device-width: 823px)  {
  #featuresScheduling .phone {
    min-width: 100px;
    max-width: 700px;
  }

}

@media (max-device-width: 740px)  {
  #featuresScheduling .phone {
    min-width: 100px;
    max-width: 680px;
  }
}

@media (max-device-width: 667px)  {
  #main-slider {
    padding-bottom: 0px;
  }

  #intro-video {
    height: 290px;
  }

  #orderInfo .top-center {
    position: relative;
    left: auto;
    transform: none;
    padding-top: 0px;
    margin-bottom: -50px;
  }

	.top-left {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
	}

	.top-right {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    padding-top: 40px;
  }

  #featureDetails {
    height: 1620px;
  }

  #featureDetails  .box {
    height: 1630px;    
  }
  #featureDetails .wave {
    height: 1370px;
  } 

  .headerCard {
    width: 98%;
  }

  #featuresScheduling .phone {
    min-width: 100px;
    max-width: 590px;
  }

  #featuresScheduling .centerImage {
    width: 80%;
  }
}
/* keep this last so it doesn't get overridden by other classes */
@media (max-device-width: 667px) and (orientation: portrait) {
   #features {
    height: 650px;
  }

  #features  .box {
    height: 650px;    
  }
  
  #features .phone {
    max-height: 280px;
  }   

  #featuresScheduling .phone {
    min-width: 100px;
    max-width: 310px;
  }

  #featuresScheduling .centerImage {
    width: 90%;
  }
}
