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

/* 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: 7%;
  min-height: 300px;
}
.leftBoxBusiness {
  background-color: #bfa374;
  color: #fff;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 7%;
  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;
  /* margin-top: -35px; */
  /* padding-left: 7%; */
}

.footer-right {
  color: #000;
  text-align: left;
  /* 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;
}

/* STEP 2 Link Thumbnails*/

.linkThumbnails {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  margin-left: 20px;
}
.linkThumbnails:hover {
  opacity: 70%;
  cursor: pointer;
}
/* 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: 25px !important;
  color: #001c32;
  /*background-color: #001c32; */
  background-color: #fff;
  border: 1px solid #fff;
  width: 143px;
  /*padding: 3px;*/
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 700;
  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%;
  }
  .footer-row-left {
    margin-left: 0px;
  }
  .linkThumbnails {
    margin-left: 5%;
  }
  .footer-left{
    margin-top: -35px;
  }
}
@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%;
  }
}
.trustpilot-widget{
background-color: #f7f7f5b8;
position: relative;
top: -10px;
}

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

@media only screen and (max-width: 1200px) {
  .modal-lg .modal-xl {
    max-width: 1150px;
  }
  .modal-body{
    padding: 0;
  }
}

@media only screen and (max-width: 992px) {
  .modal-lg .modal-xl {
    max-width: 950px;
  }
  .modal-body{
    padding: 0;
  }
}

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

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

.modal-dialog {
  /* max-width: none;
    margin: none; */
}
@media only screen and (max-width: 768px) {
  .trustpilot-widget {
    margin-bottom: 10px !important;
    background-color: #f7f7f5b8;
    position: relative;
    top: -10px;
  }
}

/* css from Index.php page  */
/* VARIABLES */

/* play-btn */
.vi-lazyload-playbtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
 
  background-image: url("images/bigWhitePlayButton.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("images/bigWhitePlayButton.png");
  opacity: 0.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("images/bigWhitePlayButton.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("images/bigWhitePlayButton.png");
  opacity: 0.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("images/bigWhitePlayButton.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("images/darkPlayButton.png");
  opacity: 0.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/stepOnebkrnd.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/stepTwobkrndCrop.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/stepTwobkrndCrop.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%; */
  z-index: 19999;
  position: relative;
}

.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, 0.5);
}

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

.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: 0.5;
}

button.xcarousel-item:active {
  opacity: 0.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: 100%;
  height: auto;
  margin: auto;
  margin-bottom: 20px;
}

.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: 0.6;
  transition: opacity 0.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: 0.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 (min-height: 650px) and (min-width: 768) {
}
@media only screen and (min-height: 550px) {

  .footer-right {
    color: #000;
    text-align: left;
    margin-top: 25px;
    /* padding-right: 7%; */
  }
}
@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;
  }
}

@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: 0; */
  }

  .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;
  }
}

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

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

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

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

/* 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;
  }
}

/* Button CSS  */
/* play-btn */
.vi-lazyload-playbtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;

  background-image: url("../../images/bigWhitePlayButton.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("../../images/bigWhitePlayButton.png");
  opacity: 0.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("../../images/bigWhitePlayButton.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("../../images/bigWhitePlayButton.png");
  opacity: 0.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("../../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("../../images/darkPlayButton.png");
  opacity: 0.7;
}

/* FROM LOGIN PAGE */
.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: 105px;
  margin: auto;
}

.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;
  }
}