.main {
  height: 100vh;
  min-height: 450px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
  white-space: normal;
}
.v-center {
  vertical-align: middle;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.vidrow {
  background-color: white;
}

.HiddenButton {
  visibility: hidden;
}

#vidposter {
  cursor: pointer;
}

#vidposter1 {
  cursor: pointer;
}

#vidposter2 {
  cursor: pointer;
}

.video-btn {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.video-btn:hover {
  box-shadow: 7px 7px 10px #737373;
  transform: scale(1.1, 1.1);
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
  color: rgba(119, 119, 119, 1);
}

#custom-bootstrap-menu.navbar-default {
  font-size: 14px;
  background-color: rgba(186, 186, 186, 1);
  background: -webkit-linear-gradient(
    top,
    rgba(250, 245, 245, 1) 0%,
    rgba(186, 186, 186, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(250, 245, 245, 1) 0%,
    rgba(186, 186, 186, 1) 100%
  );
  border-width: 1px;
  border-radius: 4px;
}

#custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
  color: rgba(119, 119, 119, 1);
  background-color: rgba(248, 248, 248, 0);
}

#custom-bootstrap-menu.navbar-default .navbar-nav > li > a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav > li > a:focus {
  color: rgba(51, 51, 51, 1);
  background-color: rgba(248, 248, 248, 0);
}

#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a,
#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:focus {
  color: rgba(85, 85, 85, 1);
  background-color: rgba(231, 231, 231, 1);
}

#custom-bootstrap-menu.navbar-default .navbar-toggle {
  border-color: #ddd;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #bababa;
}

.navbar-brand-full {
  width: 100%;
}

.navbar {
  position: relative;
}

.brand {
  position: absolute;
  left: 50%;
  margin-left: -110px !important; /* 50% of your logo width */
  display: block;
}

.title {
  font-size: 24px;
  font-weight: 100;
  color: hsl(23, 100%, 39%);
  color: dimgray;
  margin-top: 40px;
  margin-bottom: 10px;
}

.login-title {
  font-family: amatic-sc, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 72px;
  color: #9d693f;
  text-align: center;
}

.login-title-landing {
  font-family: amatic-sc, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #9d693f;
  text-align: center;
}

.h-steps {
  margin-top: 5px;
  margin-bottom: 5px;
}

.h-steps-img {
  padding-top: 5%;
  max-width: 90%;
}

.h-steps-img2 {
  padding-top: 15%;
  max-width: 40px;
}

.btn-custom {
  box-shadow: inset 0px 1px 0px 0px #d1ac8e;
  background: linear-gradient(to bottom, #9d693f 5%, #9d693f 100%);
  background-color: #b58d6d;
  border-radius: 6px;
  border: 1px solid #7a4c26;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 13px 28px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #784f2e;
}

.btn-custom:hover {
  background: linear-gradient(to bottom, #9d693f 5%, #b58d6d 100%);
  background-color: #9d693f;
}

.btn-custom:active {
  position: relative;
  top: 1px;
}

.myButton {
  box-shadow: 0px 10px 14px -7px #276873;
  background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
  background-color: #599bb3;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 32px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #3d768a;
}

.myButton:hover {
  background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
  background-color: #408c99;
}

.myButton:active {
  position: relative;
  top: 1px;
}

.part-two-btnX:hover, .step-three-button:hover {
  opacity: 0.8;
}

.linkbox {
  font-size: 24px;
  font-family: "Source Sans Pro", sans-serif;
  /*  color: #rgba(240, 221, 221, 1);
     font-weight: 600;
    margin: 0px auto 20px;
    width: 100%;*/
  text-align: center;
  line-height: 32px;
  padding: 15px 19px;
  overflow: hidden;
  box-shadow: 0px 1px 0px 1px rgba(250, 250, 250, 0.4) inset;
  /*  text-shadow: 1px 1px 0px rgba(250, 250, 250, 0.5);*/
  white-space: normal;
}

.link {
  font-family: "Source Sans Pro", sans-serif;
  font-family: Arial;
  font-weight: 100;
  text-decoration: underline;
  color: #f2b274;
  line-height: 32px;
  position: relative;
  top: -110px;
}

a.link:hover {
  color: #85270e;
}

#logingroup {
  width: 500px;
}
/*
    Vimeo iframe responsive embed
*/
.embed-container {
  position: relative;
  padding-bottom: 56%;
  padding-left: 0px;
  padding-right: 0px;
  height: 0;
  /*   overflow: hidden; */
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.embed-container2 {
  position: relative;
  padding-bottom: 40%;
  padding-left: 0px;
  padding-right: 0px;
  height: 0;
  /*   overflow: hidden; */
  max-width: 100%;
}

.embed-container2 iframe,
.embed-container2 object,
.embed-container2 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.embed-container-testimonial {
  position: relative;
  padding-bottom: 15%;
  padding-left: 5px;
  padding-right: 5px;
  height: 0;
  /*   overflow: hidden; */
  max-width: 100%;
}

.embed-container-testimonial iframe,
.embed-container-testimonial object,
.embed-container-testimonial embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  border: none;
}

.responsive-width {
  font-size: 3vw;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
  width: 210px;
}


/* NEW DESIGN */
.leftBox {
  background-color: #001c32;
  color: #FFF;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 3%;
  min-height: 300px;
}
.leftBoxBusiness {
  background-color: #bfa374;
  color: #FFF;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 3%;
  min-height: 300px;
}

.titleFont {
  font-weight: 600;
}
.titleFont a{
  text-decoration: none;
  cursor: pointer;
  color: #FFF;
}

.accentFont {
  color: #bfa374;
}
.accentBusinessFont {
  color: #001c32;
}

.rightBox {
  color: #000;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
  min-height: 550px;
}

.rightBoxImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo {
  padding: 100px, 0;
  max-width: 350px;
  margin-top: 75px;
}

.btn-rounded {
  min-width: 100px;
  border-radius: 1.8em;
  border-color: #bfa374;
  padding: 0.15em 1em;
}

.text-rounded {
  border-radius: 1.8em;
  border-color: #bfa374;
  color: #FFFFFF;
  width: 200px;
  background-color: #001c32;
  text-align: center;
}

#loginForm {
  margin-top: 100px;
  margin-bottom: 220px;
}

.btmMargin {
  margin-bottom: 150px;
}

.formControlText {
  display: inline-block;
  margin-right: 20px;
  width: 210px;
}

.formControlBtn {
  display: inline-block;
  margin-left: 20px;
  height: 38px;
}

.footer-row {
  width: 100%;
  position: absolute;
  bottom: 10px;
}

.footer-left {
  color: #FFF;
  text-align: left;

  padding-left: 7%;
}

.footer-right {
  color: #000;
  text-align: right;
  padding-right: 7%;
}
.footer-text{
  font-size:10px;
}
.footer-icon{

}
.footer-right a{
  color: #000;
}

.hr-top {
  margin-right: 7%;
  opacity: 1;
  line-height: 2px;;
}

.footer-hr {
  padding-left: 7%;
  padding-right: 7%;
}
hr:not([size]) {
  opacity: 1;
  line-height: 2px;
  height: 2px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFF;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFF;
}


/* END NEW DESIGN */

.disclosures {
  text-align: right;
  position: relative;
  /* float: right; */
  margin-right: 5%;
  font-size: 10px;
}

.disclosures a {
  color: #FFF;
  text-decoration: none;
}

.part-two-btn {
  position: relative;
  float: right;
  top: 80%;
  margin-right: 15%;
  cursor: pointer;
}
.main-play-btn-text,
.double-play-btn-text {
  font-size: 16px;
  color: #001c32;
  text-align: center;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

.main-play-btn-text:hover,
.double-play-btn-text:hover {
  color: #bfa374;
}

.nextButton {
  position: relative;
  float: right;
  margin-right: 7%;
  background-color: #001c32;
  border: 1px solid #FFF;
  /*padding: 3px;*/
  font-size: 11px;
  font-weight: 600;
  top: 6px;
}

.nextButton:hover {
  background-color: #bfa374;
}

.backButton {
  position: relative;
  float: right;
  margin-right: 7%;
  background-color: #001c32;
  border: 1px solid #FFF;
  padding: 3px;
  font-size: 12px;
  font-weight: 600;

}


.backButton:hover {
  background-color: #bfa374;
}

.backStepButton {
  position: relative;
  float: right;
  margin-right: 7%;
  background-color: #001c32;
  border: 1px solid #FFF;
  /*padding: 3px;*/
  font-size: 12px;
  font-weight: 600;
  top: 6px;
}
.backStep2{
  margin-right: 7px;
}

.play-button {
  margin-top:35%;
  text-align: center;
}
.multiple-play-buttons {
  margin:auto;
  position:relative;
  display: inherit;
  margin-top:35%;
  text-align: center;
}
.backStepButton:hover {
  background-color: #bfa374;
}
@media screen and (max-width: 990px) {
  .h-steps {
    text-align: center;
  }

  .h-steps-img {
    text-align: center;
    width: 75px;
    margin: auto;
    padding-bottom: 5px;
  }

  .h-steps-img2 {
    margin: auto;
    width: 50px;
    padding-top: 10px;
  }

  .step-message {
    text-align: center;
  }
}

.list-group-item {
  background-color: transparent;
  border: none;
}

@media screen and (min-width: 992px) {
  .last-row {
    margin-left: 38%;
  }
}
@media screen and (max-width: 992px) {
  .disclosures {
    /* float: left; */
    text-align: left;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  .jumbotron {
    margin-top: 20px;
  }
  .body-content {
    padding: 0;
  }
  .leftBoxImage {
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .embed-container2 {
    padding-bottom: 30%;
  }

  .embed-container-testimonial {
    padding-bottom: 30%;
  }
  .embed-container-testimonial iframe,
  .embed-container-testimonial object,
  .embed-container-testimonial embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 91%;
    border: none;
  }
}
.double-play-btn {
  text-decoration: none;
}
.main-play-btn {
  text-decoration: none;
  /*position: relative;
  margin: auto;
  top: 35%;
  left: 35%;*/
}

.main-play-btn:hover img, .double-play-btn:hover img {
  opacity: 0.8;
}
.part-button {
  position: absolute;
  right: 7%;
  bottom: 50px;
}
.last-step {
  height: 50%;
}
@media screen and (max-width: 768px) {
  .last-step {
    height: 100%;
  }
  .nextButton,
  .backStepButton {
    margin-right: 0px;
  }
  .main-play-btn-text,
  .double-play-btn-text {
    font-size: 14px;
    line-height: 16px;
  }
  .list-group-item {
    padding: 0;
  }
  .part-button {
    position: relative;
    right: 0;
    bottom: 10px;
    padding-right: 15px;
  }
  .multiple-play-buttons,
  .play-button {
    /* margin-top:8%; */
  }
  .multiple-play-buttons img {
    width: 40% !important;
  }

  .main-play-btn {
    top: 14% !important;
    left: 41% !important;
  }
  .main-play-btn img {
    /* width: 12% !important; */
  }
  .hr-top {
    margin-right: 0;
  }
  .vidrow {
    text-align: center;
  }
  .embed-container-testimonial {
    padding-bottom: 56%;
  }

  .embed-container-testimonial iframe,
  .embed-container-testimonial object,
  .embed-container-testimonial embed {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%; */
    height: 98%;
    border: none;
  }

  .logo {
    margin-top: 15px;
  }
  #loginForm {
    margin-top: 50px;
    margin-bottom: 180px;
  }
  body {
    padding-top: 0px;
  }
  .login-title {
    font-size: 36px;
  }
  .checkbox {
    left: 20px;
  }
  .navbar {
    width: 100%;
    top: 5px;
    margin: 4px;
    display: block;
  }
  .btmMargin {
    margin-bottom: 50px;
  }
  .leftBox, .leftBoxBusiness {
    padding-right: 15px;
    padding-left: 15px;
  }
  .formControlBtn {
    margin-left: 0px;
    width: 280px;
    height: 38px;
  }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  input[type="select"] {
    width: 280px;
  }

  .formControlText {
    text-align: center;
    display: block;
    margin-right: 0px;
    margin: auto;
    width: 210px;
  }
  .footer-left {
    padding-left: 15px;
  }
  .footer-right {
    padding-right: 15px;
    text-align: right;
    margin-top: 3px;
  }
  .footer-hr {
    padding-right: 15px;
    padding-left: 15px;
  }
  .login-input {
    margin-bottom: 15px;
  }
  .abs-troubletext {
    position: absolute;
    bottom: 0;
  }
  @viewport {
    width: 100vw; /*Sets the width of the actual viewport to the device width*/
  }
  .h-steps {
    text-align: center;
  }
  .h-steps-img {
    text-align: center;
    width: 75px;
    margin: auto;
    padding-bottom: 5px;
  }
  .h-steps-img2 {
    margin: auto;
    width: 50px;
    padding-top: 10px;
  }
  .step-message {
    text-align: center;
  }
  .footer-row {
    bottom: 1px;
  }

  #loginForm {
    margin-bottom: 10px;
  }
  .part-two-btn{
    top: 2%;
    margin-right: 0;
  }
  .part-two-btnX {
    width: 65%;
  }
}

@media only screen and (min-width: 1200px) {
  .modal-xl {
      /* max-width: 1640px; */
  }
}

@media only screen and (max-width: 1200px) {
    .modal-lg .modal-xl {
        /* max-width: none; */
    }
}
@media only screen and (min-width: 990px) and (max-width: 1050px) {
  .time-text{
    font-size: .9rem;
  }
 }
 @media only screen and (max-height: 750px) {
  .logo{
    margin-top: 15px !important;
  }
  #loginForm{
    margin-top: 20px !important;
  }
  .time-window{
    margin-top: 10px !important;
  }
  .titleFont{
    font-size: 1.3rem;
  }
}

 @media only screen and (min-width: 880px) and (max-width: 990px) {
  .time-text{
    font-size: .8rem;
  }
  .titleFont{
    font-size: 1.1rem;
  }
 }

 @media only screen and (min-width: 768px) and (max-width: 880px) {
  .time-text{
    font-size: .6rem;
  }
  .titleFont{
    font-size: 1.1rem;
  }
 }

@media only screen and (max-width: 992px) {
    .modal-lg .modal-xl {
        /* max-width: none; */
    }
}

@media only screen and (max-width: 992px) {
    .modal-lg .modal-xl {
        /* max-width: none; */
        max-width: 90%;
        max-height: 90%;
    }
}

@media only screen and (min-width: 992px) {
    .modal-lg .modal-xl {
        /* max-width: none; */
    }
}



.modal-dialog {
    /* max-width: none;
    margin: none; */
}

.rightBoxLogin {
  background-image: url('../../images/COUPLEWORKINGONCOUCH.jpg');
  /*background-image: url('../../images/step1right.jpg');*/
  /* background-image: url('../../images/righBoxStep3.jpg'); */
  background-size: cover;
  background-position: center;
}

.rightBox {
  min-height:
      350px;
}

.leftBox {
  min-height: 350px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFF;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFF;
}

#access_code {
  border-color: #FFF;
}

.form-control::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #FFF;
}

.form-control::-webkit-input-placeholder {
  color: #FFF;
}

.footer-text {
  color: #FFF;
  margin-left: 10%;
}

.footer-row {
  position: relative;
  bottom: 75px;
}

.footer-text a {
  color: #FFF;
  text-decoration: none;
}

@media only screen and (max-width: 825px) {
  .login-buttons {
      text-align: center;
  }

}

@media only screen and (max-width: 767px) {

  .main {
      height: auto;
  }

  .footer-row {
      background-color: rgba(255, 255, 255, .7);

  }

  .footer-text {
      color: #000;
  }

  .footer-text a {
      text-decoration: none;
      color: #000;
  }


}

@media only screen and (max-height: 400px) {
  .logo {
      margin-top: 0;
  }

  #loginForm {
      margin-top: 10px;
      margin-bottom: 10px;
  }

  .rightBox {
      overflow: hidden;
  }

  .leftBox {
      overflow: hidden;
  }
}


     /* play-btn */
     .vi-lazyload-playbtn {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Crect fill='rgba(0,0,0,.65)' width='13' height='8' rx='1' ry='1'/%3E%3Cpolygon fill='%23fff' points='5 6 9 4 5 2'/%3E%3C/svg%3E"); */
      background-image: url("images/goldPlayButton.png");
      background-position: 50%, 50%;

      background-size: calc(35px + 5%) auto;
      background-repeat: no-repeat;
  }

  /* play-btn:hover */
  .vi-lazyload-playbtn-biz:hover {
      /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Crect fill='%231ab7ea' width='13' height='8' rx='1' ry='1'/%3E%3Cpolygon fill='%23fff' points='5 6 9 4 5 2'/%3E%3C/svg%3E"); */
      background-image: url("images/goldPlayButton.png");
      opacity: .7;
  }

  /* play-btn */
  .vi-lazyload-playbtn-biz {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Crect fill='rgba(0,0,0,.65)' width='13' height='8' rx='1' ry='1'/%3E%3Cpolygon fill='%23fff' points='5 6 9 4 5 2'/%3E%3C/svg%3E"); */
      background-image: url("images/goldPlayButton.png");
      background-position: 50%;

      background-size: calc(35px + 5%) auto;
      background-repeat: no-repeat;
  }

  /* play-btn:hover */
  .vi-lazyload-playbtn-biz:hover {
      /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Crect fill='%231ab7ea' width='13' height='8' rx='1' ry='1'/%3E%3Cpolygon fill='%23fff' points='5 6 9 4 5 2'/%3E%3C/svg%3E"); */
      background-image: url("images/goldPlayButton.png");
      opacity: .7;
  }

          /* play-btn */
          .vi-lazyload-playbtn-biz-dark {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Crect fill='rgba(0,0,0,.65)' width='13' height='8' rx='1' ry='1'/%3E%3Cpolygon fill='%23fff' points='5 6 9 4 5 2'/%3E%3C/svg%3E"); */
      background-image: url("images/darkPlayButton.png");
      background-position: 50%;

      background-size: calc(35px + 5%) auto;
      background-repeat: no-repeat;
  }

  /* play-btn:hover */
  .vi-lazyload-playbtn-biz-dark:hover {
      /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Crect fill='%231ab7ea' width='13' height='8' rx='1' ry='1'/%3E%3Cpolygon fill='%23fff' points='5 6 9 4 5 2'/%3E%3C/svg%3E"); */
      background-image: url("images/darkPlayButton.png");
      opacity: .7;
  }

  .carousel-control.right {
      right: 15px;
  }

  .carousel-control {
      left: 15px;
      width: 8%;
  }

  .clickHereLabel {
      font-size: 16px;
  }

  .troubleText {
      color: #FFF;
      padding-left: 7%;

  }

  .troubleText-dark {
      color: #001c32;
      margin-top: 5px;
      margin-bottom: 5px;
  }

  .troubleButton {
      position: relative;
      margin-right: 1%;
      width: 75px;
      background-color: #001c32;
      border: 1px solid #FFF;
      padding: 1px;
      font-size: 12px;
      height: 24px;
  }

  .troubleButton:hover {
      background-color: #bfa374;
  }

  .rightBoxStep1 {
      background-image: url('../../images/step1bkgnd.jpg');
      background-size: cover;
      background-position: center;
  }

  .rightBoxStep2 {
      /* background-image: url('https://pol-webinars.s3-us-west-2.amazonaws.com/COUPLEWORKINGONCOUCH.jpg'); */
      /*background-image: url('../../images/step1right.jpg');*/
      background-image: url('../../images/step2bkgnd.jpg');
      background-size: cover;
      background-position: center;
  }

  .rightBoxStep3 {
      /* background-image: url('https://pol-webinars.s3-us-west-2.amazonaws.com/COUPLEWORKINGONCOUCH.jpg'); */
      /*background-image: url('../../images/step1right.jpg');*/
      background-image: url('../../images/righBoxStep3.jpg');
      background-size: cover;
      background-position: center;
  }

  .get-started-button {
      background-color: #bfa374;
      border-color: #bfa374;
      text-decoration: none;
      color: #FFF;
      /* padding: 10px; */
      float: right;
      margin-right: 7%;
  }

  .welcome-to {
      height: 250px;
      width: 60%;
      margin-top: 10%;
      margin-left: 5%;
      transform: rotate(15deg);
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
  }

  .welcome-to:hover {
      background-color: rgba(255, 255, 255, .5);
  }

  .next-step-bottom-button {
      max-width: 70%;
  }

  .watch-video-button-gold {
      background-color: #bfa374;
      border-color: #bfa374;
      text-decoration: none;
      color: #FFF;
      padding: 10px;
      border-color: #FFF;
      width: 75px;
      padding: 5px;
  }

  .step-3-social {
      font-size: 1.25rem;
      color: #fff;
  }

  .step-3-social a {
      font-size: 2rem;
      color: #001c32;
  }

  .tour-button {
      width: 130px;
      padding: 3px;
  }

  .tour-button:hover {
      background-color: #001c32;
  }

  hr:not([size]) {
      height: 1px;
      margin-top: 12px;
      margin-bottom: 10px;
  }

  .footer-row-left {
      margin-left: 10%;
  }

  @media screen and (max-width: 768px) {
      .footer-text {
          color: #000;
      }

      .footer-row {
          background-color: rgba(255, 255, 255, 0.8);
      }

      .disclosures {
          color: #000;
      }

      .disclosures a {
          color: #000;
      }
  }

  /* .carousel-control */
  .carousel-item-video {
      height: auto;
      min-height: 300px;
  }

  .carousel-indicators {

      bottom: -50px;
      position: none !important;
  }

  .carousel-indicators-video {
      position: none !important;
      bottom: -100px;
  }

  .carousel-indicators button {
      width: 100px !important;
      min-height: 50px !important;

  }

  button.xcarousel-item {
      display: inline-block;
      width: 19%;
      border: none;
      background: none;
      padding: 1px;

  }

  button.xcarousel-item:hover {
      opacity: .5;
  }

  button.xcarousel-item:active {
      opacity: .5;
  }

  .left-test-thumb-button {
      height: 40%;
      position: absolute;
      margin-right: 10px;
  }

  .right-test-thumb-button {
      height: 40%;
      position: absolute;
      margin-left: 10px;
  }

  .video-modal {
      width: 95%;
      height: 90%;
      margin: auto;
      margin-bottom: 70px;
  }

  .video-modal-header {
      height: 30px;
  }

  .video-modal-close-button {
      padding: 0px;
      width: 40px;

  }

  .carousel-control-next {
      right: -5%;
      opacity: 1;
      width: 5%;
  }

  .carousel-control-prev {
      left: -5%;
      opacity: 1;
      width: 5%;
  }

  .modal-backdrop.show {
      opacity: 0.9;
      background-color: #FFF;
  }

  .modal-backdrop {
      opacity: .6;
      transition: opacity .2s;
      background-color: #FFF;
  }

  .modal-xl {
      height: 96% !important;
  }

  #bizPrezModal.modal.fade.show {

      background-color: rgba(255, 255, 255, 0.65)
  }

  #bizTestimonialModal.modal.fade.show {

      /* background-color: rgba(255, 255, 255, 0.65) */
  }

  .play-button,
  .multiple-play-buttons {
      margin-top: 40vh;
  }

  .indicatorImg {
      width: 100%;
  }

  .thumb-slider {
      margin-left: -50px;
      margin-right: -50px;

  }

  .logout-button {
      position: relative;
      float: right;
      top: 20px;
      /* margin-right: 20px; */
  }

  .tools-modal {
      /* max-width: 70%; */
      margin-top: 10x;
      margin-left: auto;
      margin-right: auto;
      padding: 2px;
  }

  @media only screen and (min-width: 768px) and (max-width: 1100px) {
      .productInterviewsButton {
          margin-right: 7%;
      }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
      .accentBusinessFontX {
          font-size: 1.3rem;
      }

      .stepTitle {
          font-size: 1.4rem;
      }

      .carousel-item h5,
      h4 {
          font-size: .8rem;
      }
  }

  @media only screen and (min-width: 768px) {
      .troubleButton {
          /* margin-right: 5%; */

      }

      .rightBox {
          min-height: 650px;
      }

      .leftBox {
          min-height: 650px;
      }
  }


  @media only screen and (max-width: 767px) {
      .abs-troubletext {
          margin-right: 15px;
          margin-left: 15px;
      }

      .play-button,
      .multiple-play-buttons {
          margin-top: 30%;
      }

      .main {
          height: auto;
      }

      .titleFontStep3 {
          font-size: 1.1rem;
      }

      #loginForm {
          margin-top: 20px;
      }
  }

  @media only screen and (max-height: 650px) {
      .logox {
          margin-top: 0;
      }

      .leftBoxStep3 #loginForm {
          margin-top: 10px;
      }

      .leftBoxStep3 .logo {
          margin-top: 0;
      }

  }

  @media only screen and (max-height: 500px) {

      .play-button,
      .multiple-play-buttons {
          margin-top: 25%;
      }



  }

  @media only screen and (max-width: 450px) {
      .next-step-bottom-button {
          max-width: 40%;
          margin-left: -30px;
      }

      .next-step-2 {
          max-width: 35%;
      }

      .troubleText {
          padding-left: 0;
          font-size: small;
      }

      .troubleButton {
          /* float: right; */
          min-width: 60px;
      }
  
  }

  @media only screen and (max-width: 415px) {
      .leftBox {
          /* min-height: 400px; */
      }

      .leftBox-step1 {
          /* min-height: 250px; */
      }

      .rightBox {
          /* min-height: 360px; */
      }

      .indicatorImg {
          width: 60px !important;
      }

      button.xcarousel-item {
          display: inline-block;
          width: 22%;
          border: none;
          background: none;
          padding: 1px;

      }

      .carousel-item h5,
      h4 {
          font-size: 0.6rem;
      }

      .tools-modal,
      .modal-dialog {
          max-width: 95%;
          min-width: 95vw;

      }
      .time-window{
          min-height: 300px;
      }

  }


  @media only screen and (max-width: 410px){
      .interview-buttons{
          /* font-size: 10px; */
          /* width: 95px; */
      }

  }


  @media only screen and (max-height: 415px) {
      .logo {
          margin-top: 0;
      }

      #loginForm {
          margin-top: 10px;
      }

      .play-button {
          margin-top: 40vh;
      }

      .multiple-play-buttons {
          margin-top: 10%;
      }

      .stepTitle {
          font-size: 1.5rem;
      }

      .troubleText {
          padding-left: 20px;

      }

      .step3TroubleTest {
          /* margin-left: 410px;
          color: #000; */
          font-weight: 500;
          /* background-color: rgba(255, 255, 255, .7); */
          margin-bottom: 1px;
          font-size: 0.8rem;
      }

      .get-started-button {
          padding: 5px, 10px;
      }

      .troubleButton {
          /* float: right: */
      }

      .backStep2 {
          margin-right: 7%;
      }

      .titleSubFontStep3 {
          font-size: 1.5rem;
      }

      .titleFontStep3 {
          font-size: 1.1rem;
      }

      button.xcarousel-item {
          display: inline-block;
          /* width: 22%; */
          border: none;
          background: none;
          padding: 1px;

      }
      .time-window{
          /* min-height: 300px; */
      }
      .time-text{
          font-size: 10px;
      }
      .footer-row{
          bottom: 1px;
      }
  }


  @media only screen and (max-height: 390px) {
      .leftBox {
          min-height: 390px;
          padding-left: 20px;
      }
  }

  @media only screen and (max-height: 900px) {
      /* .main{
          height: 150vh;
      } */
  }

  @media only screen and (max-height: 600px) {
      .logo{
          width: 150px;
      }
      .titleFont{
          font-size: .7rem;
      }
      .nextButton{
          top: 0px;
      }
      .time-window{
          margin-top: 5px !important;
      }
      .time-text{
          font-size: 10px;
      }
  }


  @media only screen and (max-height: 415px) {
      .logo{
          width: 150px;
      }
      .titleFont{
          font-size: .7rem;
      }
      .nextButton{
          top: 0px;
      }
      .time-window{
          margin-top: 5px !important;
      }
      .time-text{
          font-size: 10px;
      }
  }


  /* Custom Modal CSS */
  .modal_wrapper .modal-content {
      /* background-image: url('./images/bg.jpg'); */
      /* background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; */
      min-height: 450px;
  }

  .modal_wrapper .btn-close {
      position: absolute;
      top: 0;
      right: 0;
      height: 25px;
      width: 25px;
      line-height: 25px;
      font-weight: bold;
      /* background-color: var(--yellow-color); */
      opacity: 1;
      font-size: 12px;
  }

  .modal_wrapper .modal-body {
      padding: 30px 30px;
      margin: 5px;
      border-radius: 6px;
      background-color: rgba(255, 255, 255, 0.8);
      text-align: center;
      display: flex;
      align-items: center;
  }



  @media (max-width:991px) {
      .modal_wrapper .modal-body {
          padding: 20px;
          margin: 30px;
      }
  }