/*GLOBAL CSS*/
@charset "utf-8";

body,
html {
  width: 100%;
  height: 100%;
}

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

div,
table,
td,
tr,
section,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

div#scheduleonceDiv {
  text-align: center;
}

div#moneyCoachDiv {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

p:empty {
  display: none;
}

a,
a:hover {
  outline: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

::-webkit-input-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

a {
  text-decoration: none;
  border: none;
  outline: 0;
  color: #1d8cd7;
}

a:hover {
  text-decoration: none;
  border: none;
  outline: 0;
  color: #0077c7;
}

a.welcomeLink {
  color: #314b58;
}

a:focus {
  text-decoration: none;
  border: none;
  outline: 0;
}

ul,
ol,
ul li,
ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clr {
  display: table;
  visibility: hidden;
  float: none;
  clear: both;
  font-size: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*GLOBAL CSS END*/
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
}

.top-header {
  padding: 15px 0;
}

.header-logo {
  padding-right: 75px;
}

.header-logo img {
  max-width: 100%;
  height: auto;
}

.header-form {
  float: right;
}

.header-form button {
  margin: 0 2px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.header-form button:last-child {
  margin: 0 0 0 2px;
}

.header-form .form-group {
  margin: 0 5px;
}

.header-form input {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 32px;
  position: relative;
  font-size: 12px;
  color: #5b5b5b;
}

.header-form input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.header-form input:focus:-moz-placeholder {
  opacity: 0;
}

.header-form input:focus::-moz-placeholder {
  opacity: 0;
}

.header-form input:focus:-ms-input-placeholder {
  opacity: 0;
}

.header-form input:focus::-ms-input-placeholder {
  opacity: 0;
}

.header-form input:focus::placeholder {
  opacity: 0;
}

.header-form input:focus {
  color: #e78f08;
  border-color: #e78f08;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-form input[type="email"] {
  content: "";
  background-position: 10px center;
  -o-background-size: 18px;
  background-size: 18px;
  background-image: url(../images/email.png);
  background-repeat: no-repeat;
}

.header-form input[type="password"] {
  background-position: 10px center;
  content: "";
  -o-background-size: 15px;
  background-size: 15px;
  background-image: url(../images/password.png);
  background-repeat: no-repeat;
}

.login-btn {
  width: 74px;
  height: 33px;
  line-height: 33px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  background-color: #e78f08;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: none;
}

.login-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #314b58;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property:
    transform,
    -moz-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform,
    -moz-transform,
    -o-transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.login-btn:hover:before,
.login-btn:focus:before,
.login-btn:active:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.signup-btn {
  width: 74px;
  height: 33px;
  line-height: 33px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  border: none;
  overflow: hidden;
  background-color: #314b58;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.signup-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e78f08;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property:
    transform,
    -moz-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform,
    -moz-transform,
    -o-transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.signup-btn:hover:before,
.signup-btn:focus:before,
.signup-btn:active:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.forget-text {
  text-align: right;
  font-size: 10px;
  cursor: pointer;
}

.forget-text a {
  color: #888888;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.forget-text a:hover {
  color: #e68f08;
}

.navigation .navbar-default {
  min-height: auto;
  margin: 0;
  background-color: #6a7d86;
  text-align: center;
  border-radius: 0;
  border: none;
}

.navigation .navbar-default ul {
  padding: 5px 0;
}

.navigation .navbar-default li {
  padding-right: 36px;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  float: none;
}

.navigation .navbar-default li:first-child {
  padding-left: 0;
}

.navigation .navbar-default li:last-child {
  padding-right: 0;
}

.navigation .navbar-default li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  background-image: url(../images/li-dot.png);
  background-repeat: no-repeat;
  width: 6px;
  height: 6px;
}

.navigation .navbar-default li:last-child:after {
  display: none;
}

.navigation .navbar-default li a {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.navigation .navbar-default li.active a {
  color: #e78f08;
}

.navigation .navbar-default li a:hover,
.navigation .navbar-default li a:focus {
  color: #e78f08;
}

.banner {
  position: relative;
}

.banner .item img {
  width: 100%;
}

.banner .carousel-control.left,
.banner .carousel-control.right {
  background-image: none;
}

.banner .carousel-control.right {
  margin-top: -30px;
}

.arrow-banner {
  width: 64px;
  height: 46px;
  bottom: 100px;
  position: relative;
}

.arrow-banner:before {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 50px solid rgba(235, 235, 235, 0.6);
  border-right: 50px solid transparent;
}

.arrow-banner:after {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 50px solid rgba(235, 235, 235, 0.6);
  border-left: 50px solid transparent;
}

.arrow-banner:hover:after {
  border-bottom: 50px solid rgba(235, 235, 235, 1);
}

.arrow-banner:hover:before {
  border-top: 50px solid rgba(235, 235, 235, 1);
}

.arrow-banner a {
  display: inline-block;
  z-index: 1;
}

.banner .carousel-control {
  position: relative;
  width: auto;
}

.banner .carousel-control img {
  width: 70%;
}

.banner .right.carousel-control {
  float: right !important;
  margin: 16px 10px 0 0;
}

.banner .left.carousel-control {
  float: left !important;
  margin: 0 0 0 7px;
}

.banner .carousel-caption {
  width: 100%;
  right: 0;
  left: 0;
  text-align: left;
  top: 50%;
  bottom: 0;
  text-shadow: none;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  color: #314b58;
  text-transform: capitalize;
  margin: -100px 0 0 50px;
}

.banner .carousel-caption b,
.banner .carousel-caption strong {
  font-weight: 700;
  display: inline-block;
  font-size: 70px;
  line-height: 50px;
  text-transform: capitalize;
  letter-spacing: 2px;
}

.banner .carousel-caption strong span {
  color: #ffffff;
}

.banner .carousel-caption h2 {
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}

.down-arrow {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: -20px;
  right: 0;
  display: none;
}

.banner .carousel-caption strong span {
  color: #fff;
}

.banner-tag {
  position: absolute;
  right: 10%;
  bottom: 25%;
  width: 100%;
  opacity: 1;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9999;
  text-align: right;
}

.banner-tag h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 55px;
  color: #314b58;
  margin: 0 0 15px;
  padding: 0 0 5px;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
  font-weight: bold;
}

.banner-tag h2 span {
  color: #e78f08;
  font-weight: 700;
}

.banner-tag h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
  display: block;
  vertical-align: top;
  text-transform: uppercase;
  white-space: nowrap;
}

.down-arrow a {
  display: inline-block;
  width: 110px;
}

.down-arrow a img {
  max-width: 100%;
}

.signup-free {
  margin-top: 80px;
  padding-bottom: 155px;
  width: 100%;
  float: left;
  background-color: #ffffff;
  position: relative;
  background-image: url(../images/left-circle.png);
  background-position: bottom left;
  min-height: 200px;
  background-repeat: no-repeat;
  -o-background-size: 25%;
  background-size: 25%;
}

.signup-free h1 {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 50px;
  color: #292929;
}

.signup-free h1 b {
  font-weight: 600;
  color: #e78f08;
}

.signup-free p {
  padding-top: 60px;
  color: #292929;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  font-size: 27px;
}

.signup-free p span {
  color: #e78f08;
  text-transform: uppercase;
  font-weight: 600;
}

.right-con ul {
  width: 50%;
  float: left;
}

.right-con ul li {
  width: 100%;
  padding-left: 30px;
  padding-top: 25px;
  float: left;
}

.right-con ul li:first-child {
  padding-top: 0;
}

.right-con ul li div {
  width: 100%;
  float: left;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.right-con ul li div:hover {
  background-color: #fd6400;
  -webkit-box-shadow: 0 0 25px rgba(255, 102, 0, 0.5);
  box-shadow: 0 0 25px rgba(255, 102, 0, 0.5);
}

.right-con ul li div.green:hover {
  background-color: #047a25;
}

.right-con ul li div.blue:hover {
  background-color: #00828a;
}

.right-con ul li div.sky:hover {
  background-color: #056cc2;
}

.right-con ul li div.pink:hover {
  background-color: #980073;
}

.right-con ul li div.yellow:hover {
  background-color: #946c01;
}

.right-con ul li div p {
  width: 130px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #242424;
  font-size: 15px;
  float: left;
}

.right-con ul li div:hover p {
  color: #ffffff;
}

.right-con ul li div img {
  float: right;
  width: 70px;
}

.right-con ul li div:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

.right-con ul:last-child {
  margin-top: 70px;
}

.flex-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-area {
  width: 100%;
  min-height: 279px;
  float: left;
  overflow: hidden;
  padding-top: 131px;
  padding-bottom: 50px;
  margin-top: -131px;
}

.video-con {
  position: relative;
  width: 100%;
  min-height: 279px;
}

.video-con::before {
  content: "";
  background-color: #d78307;
  height: 170px;
  top: 0;
  position: absolute;
  left: 0;
  width: 50%;
  bottom: 0;
}

.video-con::after {
  content: "";
  background-color: #e18806;
  height: 170px;
  top: -21px;
  position: absolute;
  right: 0;
  bottom: 21px;
  width: 20%;
}

.video-left {
  text-align: center;
  width: 55%;
  position: relative;
  height: 170px;
  background-color: #d37e07;
  float: left;
}

.video-left > img {
  cursor: pointer;
}

.video-right {
  background-color: #e18806;
  height: 170px;
  margin-top: -21px;
  float: right;
  width: 41.55%;
}

.image-video {
  margin-left: 140px;
  position: relative;
  z-index: 1;
  margin-top: -100px;
  max-width: 90%;
}

.video-right p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  margin: 0 20px;
  padding-top: 40px;
  position: relative;
  z-index: 1;
  width: 70%;
}

.video-right h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: #ffffff;
  margin-top: 15px;
}

.video-right h2 span {
  font-weight: 300;
}

.plan-area {
  width: 100%;
  float: left;
  background-image: url(../images/load-left.png), url(../images/load-right.png);
  background-repeat: no-repeat;
  -o-background-size: 30%, 25%;
  background-size: 30%, 25%;
  padding-top: 43px;
  padding-bottom: 0;
  text-align: center;
  background-position:
    left center,
    right 80%;
}

.load-area {
  width: 60%;
  margin: 55px auto 50px;
  border-radius: 4px;
  overflow: hidden;
}

.load-area img {
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin-bottom: 20px;
}

.load-area h4 {
  font-weight: 600;
  color: #292929;
  font-size: 18px;
  padding-bottom: 30px;
  font-family: "Roboto Condensed", sans-serif;
}

.plan-area .login-btn {
  display: inline-block;
  -webkit-box-shadow: 0 0 10px rgba(231, 143, 8, 0.8);
  box-shadow: 0 0 10px rgba(231, 143, 8, 0.8);
  color: #ffffff;
  width: 220px;
  height: 47px;
  line-height: 47px;
}

.para-margin {
  margin-top: 15px;
}

.gallery_thumb {
  display: none;
}

.plan-area h2 {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #292929;
  font-size: 27px;
}

.plan-area h2 b {
  color: #e78f08;
  font-weight: 600;
}

.free-plan {
  overflow: hidden;
  width: 100%;
  float: left;
  background-color: #314b58;
  padding: 40px 0;
  position: relative;
}

.free-plan ul {
  text-align: center;
  font-size: 0;
}

.free-plan ul li {
  float: none;
  display: inline-block;
  padding: 0 20px;
  width: 390px;
}

.plan-div {
  position: relative; /* cursor: pointer; */
}

div#trialSignup {
  cursor: pointer;
}

.plan-div .plan-heading {
  background-color: #e78f08;
  padding: 50px 70px 14px;
  border-radius: 40px 40px 0 0;
  -webkit-box-shadow: 0 15px 20px rgba(231, 143, 8, 0.3);
  box-shadow: 0 15px 20px rgba(231, 143, 8, 0.3);
  position: relative;
}

.plan-div .plan-heading h2 {
  color: #ffffff;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

.plan-div .plan-heading h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
}

.plan-content {
  background-color: #ffffff;
  padding: 0 30px;
  border-radius: 0 0 40px 40px;
}

.plans {
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 16px;
}

.plans:first-child {
  padding-top: 26px;
}

.plans:last-child {
  border-bottom: none;
}

.plans h3 {
  color: #626262;
  font-size: 16px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
}

.plans p {
  color: #2c2c2c;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

.paln-offers {
  position: relative;
}

.paln-offers .offer-plan {
  position: absolute;
  right: -204px;
  top: -8px;
  height: 118px;
  width: 100%;
  text-align: left;
  z-index: 9;
}

.paln-offers .offer-plan:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background-image: url(../images/plan-offer.png);
  background-repeat: no-repeat;
  -o-background-size: contain;
  background-size: contain;
  height: 100%;
  width: 100%;
}

.paln-offers .offer-plan b {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #2c2c2c;
  font-size: 12px;
  display: block;
}

.paln-offers .offer-plan strong {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #818181;
  display: block;
  text-align: right;
}

.offer-text {
  width: 120px;
  -webkit-transform: rotate(37deg);
  -moz-transform: rotate(37deg);
  -ms-transform: rotate(37deg);
  -o-transform: rotate(37deg);
  transform: rotate(37deg);
  position: relative;
  z-index: 1;
  margin: 35px 0 0 40px;
}

.container-relative {
  position: relative;
}

.featured-content {
  position: absolute;
  top: 40%;
  left: 10px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 326px;
}

.featured-content h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.plan-bnts {
  text-align: center;
}

.plan-bnts a {
  display: inline-block;
  margin: 40px 18px 0;
  padding: 10px 15px;
  height: auto;
  width: auto;
  line-height: inherit;
  color: #ffffff;
  font-size: 14px;
}

a#advisorPlanButton {
  margin-left: 10px;
}

.plan-bnts .login-btn::before {
  background-color: #ffffff;
}

.plan-bnts .login-btn:hover {
  color: #e78f08;
}

.content-slider {
  width: 100%;
  float: left;
  background-image: url(../images/content-slider-bg.jpg);
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
}

.content-slider img {
  max-width: 100%;
}

img#contentImage6 {
  margin-top: 20px;
}

img#contentImage1 {
  margin-top: 25px;
}

.content-slider h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #314b58;
  text-transform: uppercase;
  line-height: inherit;
}

.content-ul {
  padding-top: 15px;
}

.content-ul ul {
  font-size: 0;
}

.content-ul ul li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 28px;
  color: #314b58;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  padding-top: 5px;
}

.content-ul ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background-image: url(../images/li-bg.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  -o-background-size: 10px;
  background-size: 10px;
}

.content-inn {
  margin-top: 50px;
}

.content-inn:first-child {
  margin-top: 0;
}

.content-inn:nth-child(odd) .images-cont {
  float: left;
}

.content-inn:nth-child(even) .images-cont {
  float: right;
}

.content-inn:nth-child(odd) .content-con {
  float: right;
}

.content-inn:nth-child(even) .content-con {
  float: left;
  text-align: right;
}

.content-inn:nth-child(even) .content-con ul li {
  padding-left: 0;
  padding-right: 30px;
}

.content-inn:nth-child(even) .content-con ul li::after {
  left: auto;
  right: 0;
}

.con-arrow {
  text-align: center;
}

.content-slider .carousel-control.left,
.content-slider .carousel-control.right {
  background-image: none;
  position: relative;
  text-align: center;
  width: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 100%;
  border: 1px solid #d2d4d6;
  text-shadow: none;
  color: #d2d4d6;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 55px 2px 0;
  height: 40px;
}

.content-slider .carousel-control.left:hover,
.content-slider .carousel-control.right:hover {
  background-color: #e78f08;
  border-color: #e78f08;
  color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(231, 143, 8, 0.8);
  box-shadow: 0 0 20px rgba(231, 143, 8, 0.8);
}

.press-area {
  width: 100%;
  float: left;
  background-color: #e78f08;
  padding: 60px 0 90px;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/press-bg.jpg);
}

.press-area .owl-dots {
  display: none;
}

.press-area .owl-prev {
  float: left;
}

.press-area .owl-prev span {
  font-size: 0;
  color: transparent;
  background-image: url(../images/arrow-l.png);
  background-repeat: no-repeat;
  width: 37px;
  height: 16px;
  -o-background-size: 70%;
  background-size: 70%;
  display: inline-block;
}

.press-area .owl-next {
  float: right;
}

.press-area .owl-next span {
  font-size: 0;
  color: transparent;
  background-image: url(../images/arrow-r.png);
  background-repeat: no-repeat;
  width: 37px;
  height: 16px;
  -o-background-size: 70%;
  background-size: 70%;
  display: inline-block;
}

.press-area .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}

.press-area .owl-theme .owl-nav {
  margin-top: -70px;
}

.press-area .owl-prev {
  margin-left: -40px !important;
  line-height: 0 !important;
}

.press-area .owl-next {
  margin-right: -50px !important;
  line-height: 0 !important;
}

.press-heading {
  text-align: center;
}

.press-heading h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.press-images {
  margin-top: 30px;
}

.testimoni-area {
  width: 100%;
  float: left;
  padding: 44px 0 40px;
  background-repeat: no-repeat;
  background-image: url(../images/test-left.png), url(../images/test-right.png),
    url(../images/cotation.png);
  background-position:
    center left,
    center right,
    top;
  background-color: #f6f6f6;
  -o-background-size: 14%, 14%, 14%;
  background-size: 14%, 14%, 14%;
}

.testimoni-heading {
  text-align: center;
}

.testimoni-heading h2 {
  color: #292929;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.testimoni-area .owl-nav {
  margin-top: 40px;
}

.testi-div {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 26px 18px 26px;
}

.testi-div p {
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
  color: #292929;
  font-family: "Open Sans", sans-serif;
}

.testi-div h3 {
  text-align: right;
  margin-top: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #e78f08;
  font-size: 12px;
  display: block;
}

.testi-div h3 b {
  font-size: 11px;
  color: #7e7e7e;
}

.testimoni-area .owl-dots {
  display: none;
}

.testimoni-area .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #000;
  text-decoration: none;
}

.testimoni-area .owl-carousel .owl-nav button.owl-next,
.testimoni-area .owl-carousel .owl-nav button.owl-prev,
.testimoni-area .owl-carousel button.owl-dot {
  font-size: 0;
}

.testimoni-area .owl-prev {
  background-color: #314b58 !important;
  background-image: url(../images/arrow-l.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 50px;
  height: 50px;
  border: 1px solid #989897 !important;
  border-radius: 100% !important;
  -o-background-size: 25px !important;
  background-size: 25px !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.testimoni-area .owl-prev:hover,
.testimoni-area .owl-prev:focus {
  background-color: #e78f08 !important;
  border-color: #e78f08 !important;
  -webkit-box-shadow: 0 0 18px #e78f08 !important;
  box-shadow: 0 0 18px #e78f08 !important;
  outline: none !important;
}

.testimoni-area .owl-next {
  background-image: url(../images/arrow-r.png) !important;
  background-color: #314b58 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 50px;
  height: 50px;
  border: 1px solid #989897 !important;
  border-radius: 100% !important;
  -o-background-size: 25px !important;
  background-size: 25px !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.testimoni-area .owl-next:hover,
.testimoni-area .owl-next:focus {
  background-color: #e78f08 !important;
  border-color: #e78f08 !important;
  -webkit-box-shadow: 0 0 18px #e78f08 !important;
  box-shadow: 0 0 18px #e78f08 !important;
  outline: none !important;
}

.testimoni-area .owl-theme .owl-dots .owl-dot span {
  background-color: #cdcdcd;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.testimoni-area .owl-theme .owl-dots .owl-dot.active span {
  background-color: #e78f08;
}

.partners-area {
  width: 100%;
  float: left;
  background-color: #e78f08;
  background-image: url(../images/partners-bg.png);
  background-position: bottom right;
  padding: 45px 0 40px;
  background-repeat: no-repeat;
  -o-background-size: contain;
  background-size: contain;
}

.partners-area h2 {
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #ffffff;
}

.partners-area p {
  padding-top: 40px;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

.footer {
  width: 100%;
  float: left;
  background-color: #314b58;
  padding: 50px 0 60px;
  background-repeat: no-repeat;
  -o-background-size: 390px, 200px;
  background-size: 390px, 200px;
  background-position:
    bottom left,
    bottom right;
  background-image: url(../images/footer-left-bg.png),
    url(../images/footer-right-bg.png);
}

.footer-logo {
  text-align: center;
}

.footer-navigation {
  margin-top: 27px;
}

.footer-navigation ul {
  font-size: 0;
  text-align: center;
}

.footer-navigation ul li {
  display: inline-block;
  float: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  padding: 0 20px;
  font-family: "Open Sans", sans-serif;
  position: relative;
}

.footer-navigation ul li a {
  color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer-navigation ul li.active a {
  color: #000000;
}

.footer-navigation ul li a:hover {
  color: #000000;
}

.footer-navigation ul li:after {
  content: "|";
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  right: -4px;
  top: 0;
}

.footer-navigation ul li:last-child:after {
  display: none;
  padding-right: 0;
}

.footer-navigation ul li:first-child {
  padding-left: 0;
}

.copyright-area {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #4d6e7f;
  margin-top: 40px;
}

.copy-text {
  position: absolute;
  left: 0;
  right: 0;
  top: -29px;
  padding: 20px;
  background-color: #314b58;
  margin: 0 auto;
  width: 24%;
}

.copy-text p {
  text-transform: capitalize;
  font-size: 14px;
  color: #81b0c8;
  text-align: center;
}

.footer-address p {
  padding-top: 30px;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.footer-address p span {
  color: #e78f08;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.footer-address p span a {
  color: #e78f08;
  font-size: 14px;
  text-transform: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer-address p span a:hover {
  color: #000000;
}

.footer-social {
  text-align: center;
  margin-top: 20px;
}

.footer-social h3 {
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
}

.footer-social ul {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.footer-social ul li a {
  padding: 0 9px;
  float: left;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer-social ul li a:hover {
  color: #000000;
}

/*INNER PAGE*/
.inner-banner {
  width: 100%;
  position: relative;
}

.innerbanner_tag {
  position: absolute;
  width: 100%;
  bottom: 60%;
  margin: 0 0 -40px 0;
  left: 0;
  z-index: 1;
}

.text_box_ban {
  width: 306px;
  float: right;
  text-align: center;
}

.text_box_ban_inner {
  float: left;
  color: #fff;
}

.text_box_ban_inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}

.slider {
  background-color: #283845;
  overflow: hidden;
  position: relative;
  height: 200px;
  width: 100%;
}

.slider img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.panel-group .panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  margin: 0 0 15px 0;
}

.panel-default > .panel-heading {
  background: #eee;
  padding: 0;
  border-radius: 0;
  color: #212121;
  border: none;
}

.panel-title {
  font-size: 14px;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #eee;
  border-top: 0;
  padding-top: 0;
}

.inner-page {
  padding-top: 30px;
  padding-bottom: 30px;
}

.inner-page h2 {
  line-height: 35px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #292929;
  font-size: 27px;
  padding: 0 0 20px 0;
}

.inner-page h2 strong {
  display: block;
  color: #e78f08;
}

.inner-page h2 b {
  color: #e78f08;
}

.inner-page .panel-title {
  font-size: 14px;
  color: #373232;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 0;
}

.inner-page .panel-title a {
  font-family: "Open Sans", sans-serif;
  padding: 15px;
  color: #373232;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  background: #eee;
}

.inner-page .panel-title a:hover,
.inner-page .panel-title a:hover:focus {
  color: #373232;
}

.inner-page p {
  padding-bottom: 15px;
  color: #314b58;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

p.para-margin {
  text-align: center;
}

.inner-page p b {
  color: #314b58;
}

b.oText {
  color: #e78f08 !important;
}

.inner-page p a {
  color: #e78f08;
}

.inner-image {
  float: right;
  margin: 0 -30px 0 60px;
  width: auto;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

img#affiliatesImg {
  margin-top: -10px;
}

.inner-page p a:hover {
  color: #314b58;
}

.inner-page .login-btn {
  width: auto;
  margin-bottom: 15px;
}

button#moneyCoachLink {
  margin-top: 20px;
  margin-left: -moz-calc(50% - 100px);
  margin-left: calc(50% - 100px);
}

.inner-page h2 span {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #314b58;
  line-height: inherit;
}

.inner-page .header-form {
  float: left;
  margin-top: 15px;
}

.pricing-area {
  width: 100%;
  float: left;
  margin-top: 15px;
}

.pricing-area h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #314b58;
  text-transform: uppercase;
  line-height: inherit;
  margin-bottom: 0;
  padding-bottom: 0;
}

.pricing-area ul {
  width: 100%;
}

.bold-color {
  color: #e78f08 !important;
}

#invalidLogins {
  width: 90%;
  float: right;
  text-align: left;
  color: #f00;
  font-weight: bold;
  font-size: 12px;
  padding-left: 35px;
}

.advisor-pricing {
  background: #eee;
  text-align: center;
}

.advisor-pricing h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #314b58;
  font-size: 27px;
  padding-bottom: 15px;
}

.advisor-pricing ul li {
  width: 33%;
  vertical-align: top;
}

.advisor-pricing p {
  padding-bottom: 15px;
}

.advisor-pricing .plan-div {
  border-radius: 40px;
  background: #fff;
}

.advisor-pricing .plan-div .plan-heading {
  height: auto !important;
  padding: 25px;
}

.advisory-form {
  width: 100%;
  padding-top: 15px;
}

.advisory-form input[type="email"] {
  width: 300px;
  float: left;
  margin-right: 15px;
  margin-left: -moz-calc(50% - 290px);
  margin-left: calc(50% - 290px);
  margin-bottom: 30px;
}

.advisor-pricing .login-btn {
  width: auto;
  margin-bottom: 15px;
  padding: 0 15px;
}

.inner-page .content-ul {
  padding-top: 0;
}

.bottom-area {
  width: 69%;
  float: left;
  margin-top: 30px;
}

.bottom-area b {
  font-size: 15px;
  line-height: 28px;
  color: #242424 !important;
  font-family: "Open Sans", sans-serif;
}

.bottom-area p {
  padding-bottom: 0 !important;
}

.bottom-area p a {
  font-weight: 700;
}

.floating-free-trial {
  position: fixed;
  right: 0;
  top: 55%;
  z-index: 9;
}

.floating-free-trial span {
  border: none;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  padding: 10px 14px;
  background-color: #314b58;
  border-radius: 6px 0 0 6px;
  text-align: center;
  font-size: 18px;
  color: white;
  line-height: inherit;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  border-top: 3px solid #314b58;
  font-weight: 500;
  text-transform: uppercase;
  border-left: 3px solid #314b58;
  border-bottom: 3px solid #314b58;
}

.floating-free-trial span:hover {
  background-color: #d78307;
  color: #ffffff;
  -webkit-box-shadow: 0 0 18px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.4);
  border-color: #d78307;
}

b#freeTrialBlurb {
  font-size: 12px;
}

.inner-page .table {
  font-size: 15px;
  line-height: 28px;
  color: #242424;
  font-family: "Open Sans", sans-serif;
}

.table-heading {
  text-align: center;
  vertical-align: middle !important;
}

.table-heading .fa-check {
  color: #17b06f;
}

.table-heading .fa-times {
  color: #d70909;
}

.table-valign {
  vertical-align: middle !important;
}

.inner-page .table-striped > tbody > tr > td {
  font-size: 13px;
  line-height: 20px;
  color: #242424;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.inner-page th {
  width: 100px;
  background-color: #d37e07;
  color: #ffffff;
  border-color: #d37e07 !important;
  font-size: 13px;
  font-weight: 600;
}

.inner-page .table-striped {
  border: 1px solid #e78f08 !important;
}

.inner-page .table-striped > tbody > tr > td,
.inner-page .table-bordered > tbody > tr > th,
.inner-page .table-bordered > tfoot > tr > td,
.inner-page .table-bordered > tfoot > tr > th,
.inner-page .table-bordered > thead > tr > td,
.inner-page .table-bordered > thead > tr > th {
  border: 1px solid rgba(221, 221, 221, 0.8);
}

#carousel-example-generic-content .login-btn {
  display: inline-block;
  width: auto;
  padding: 15px;
  height: auto;
  line-height: 15px;
  margin: 0 auto;
}

#carousel-example-generic-content .login-btn:hover {
  color: #ffffff;
}

.middle-ot-btn {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

/*RESPONSIVE CSS HERE*/
@media only screen and (min-width: 1600px) {
  .inner-page ul {
    width: 65%;
  }

  .video-left::after {
    content: "";
    background-image: url(../images/middle-img.png);
    position: absolute;
    right: -50px;
    height: 309px;
    width: 50px;
    top: -20px;
    background-repeat: no-repeat;
  }

  .container {
    width: 1530px;
    max-width: 100%;
  }

  .header-logo {
    padding-right: 115px;
  }

  .header-form input {
    padding-left: 40px;
    font-size: 14px;
  }

  .header-form input[type="email"],
  .header-form input[type="password"] {
    -o-background-size: auto;
    background-size: auto;
  }

  .login-btn,
  .signup-btn {
    width: 104px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
  }

  .forget-text {
    font-size: 13px;
  }

  .navigation .navbar-default ul {
    padding: 15px 0;
  }

  .navigation .navbar-default li {
    padding-right: 56px;
    padding-left: 50px;
  }

  .navigation .navbar-default li:first-child {
    padding-left: 0;
  }

  .navigation .navbar-default li:last-child {
    padding-right: 0;
  }

  .navigation .navbar-default li:after {
    top: 10px;
  }

  .navigation .navbar-default li:last-child:after {
    display: none;
  }

  .navigation .navbar-default li a {
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 18px;
  }

  .banner .carousel-caption b,
  .banner .carousel-caption strong {
    font-size: 80px;
    line-height: 67px;
    margin-left: 70px;
  }

  .signup-free {
    margin-top: 80px;
  }

  .signup-free h1 {
    font-size: 64px;
  }

  .signup-free p {
    padding-top: 120px;
    font-size: 36px;
  }

  .right-con ul li div p {
    width: 172px;
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 20px;
  }

  .right-con ul li div img {
    width: auto;
  }

  .right-con ul:last-child {
    margin-top: 90px;
  }

  .signup-free {
    padding-bottom: 195px;
  }

  .floating-free-trial {
    z-index: 999;
  }

  .video-area {
    min-height: 279px;
    padding-top: 131px;
    padding-bottom: 140px;
    margin-top: -131px;
    position: relative;
  }

  .video-con {
    min-height: 279px;
  }

  .video-con::before {
    height: 279px;
    left: -99.99em;
    width: 100%;
    bottom: 0;
  }

  .video-con::after {
    height: 279px;
    right: -99.99em;
    bottom: 21px;
    width: 100%;
  }

  .video-left {
    width: 60%;
    height: 279px;
  }

  .video-left::after {
    right: -48px;
    height: 309px;
    width: 50px;
    top: -20px;
  }

  .video-right {
    height: 279px;
    margin-top: -21px;
    width: 37%;
  }

  .image-video {
    margin-left: 80px;
    margin-top: -100px;
    max-width: 100%;
  }

  .video-right p {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0;
    padding-top: 90px;
    width: 90%;
  }

  .video-right h2 {
    font-size: 37px;
    margin-top: 25px;
  }

  .plan-area .login-btn {
    width: 280px;
    height: 57px;
    line-height: 57px;
  }

  .plan-area h2 {
    font-size: 44px;
  }

  .plan-area {
    padding-top: 123px;
    padding-bottom: 83px;
  }

  .load-area {
    width: 80%;
    margin: 65px auto 50px;
  }

  .plan-area h2 {
    font-size: 27px;
  }

  .free-plan {
    padding: 90px 0 70px;
  }

  .free-plan ul li {
    padding: 0 30px;
    width: 490px;
  }

  .plan-div .plan-heading {
    padding: 75px 70px 24px;
    border-radius: 40px 40px 0 0;
  }

  .plan-div .plan-heading h2 {
    font-size: 18px;
  }

  .plan-div .plan-heading h3 {
    font-size: 32px;
  }

  .plan-content {
    padding: 0 40px;
    border-radius: 0 0 40px 40px;
  }

  .plans {
    padding-bottom: 26px;
    padding-top: 26px;
  }

  .plans h3 {
    font-size: 22px;
  }

  .plans p {
    font-size: 17px;
  }

  .paln-offers .offer-plan {
    right: -222px;
    top: -11px;
    height: 168px;
  }

  .paln-offers .offer-plan b {
    font-size: 17px;
  }

  .paln-offers .offer-plan strong {
    font-size: 17px;
  }

  .offer-text {
    width: 190px;
    -webkit-transform: rotate(37deg);
    -moz-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    -o-transform: rotate(37deg);
    transform: rotate(37deg);
    margin: 50px 0 0 45px;
  }

  .featured-content {
    top: 37%;
    left: 50px;
    width: 366px;
  }

  .featured-content h4 {
    font-size: 16px;
    line-height: 27px;
  }

  .plan-bnts a {
    margin: 60px 25px 0;
    padding: 20px 25px;
    font-size: 16px;
  }

  .content-slider {
    padding-top: 104px;
    padding-bottom: 70px;
  }

  .content-slider h2 {
    font-size: 25px;
  }

  .content-ul {
    padding-top: 25px;
  }

  .content-ul ul li {
    padding-left: 30px;
    font-size: 22px;
    line-height: 44px;
  }

  .content-inn {
    margin-top: 99px;
  }

  .content-slider .carousel-control.left,
  .content-slider .carousel-control.right {
    width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 75px 5px 0;
  }

  .content-ul ul li:after {
    width: 15px;
    height: 15px;
    -o-background-size: 15px;
    background-size: 15px;
    top: 17px;
  }

  .press-area {
    padding: 97px 0 100px;
  }

  .owl-prev span {
    width: 37px;
    height: 16px;
    -o-background-size: 100%;
    background-size: 100%;
  }

  .owl-next span {
    width: 37px;
    height: 16px;
    -o-background-size: 100%;
    background-size: 100%;
  }

  .owl-theme .owl-nav {
    margin-top: -70px;
  }

  .testimoni-area .owl-nav {
    margin-top: 70px !important;
  }

  .owl-prev {
    margin-left: -50px !important;
  }

  .owl-next {
    margin-right: -50px !important;
  }

  .press-heading h2 {
    font-size: 44px;
  }

  .press-images {
    margin-top: 78px;
  }

  .testimoni-area {
    padding: 84px 0 100px;
    background-position:
      center left,
      center right,
      top;
    background-color: #f6f6f6;
    -o-background-size: contain, contain, 20%;
    background-size: contain, contain, 20%;
  }

  .testimoni-heading h2 {
    font-size: 44px;
  }

  .testi-div {
    padding: 26px 26px 50px;
  }

  .testi-div p {
    font-size: 17px;
  }

  .testi-div h3 {
    margin-top: 26px;
    font-size: 15px;
  }

  .testi-div h3 b {
    font-size: 13px;
  }

  .testimoni-area .owl-dots {
    margin-top: 60px;
  }

  .testimoni-area .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .partners-area {
    padding: 95px 0 70px;
  }

  .partners-area h2 {
    font-size: 44px;
  }

  .partners-area p {
    padding-top: 77px;
    font-size: 22px;
  }

  .footer {
    padding: 50px 0 60px;
    -o-background-size: 500px, 500px;
    background-size: 500px, 500px;
    background-position:
      bottom left,
      bottom right;
  }

  .footer-navigation {
    margin-top: 27px;
  }

  .footer-navigation ul li {
    font-size: 19px;
    padding: 0 26px;
  }

  .footer-navigation ul li:after {
    font-size: 19px;
    right: -5px;
    top: 0;
  }

  .copyright-area {
    margin-top: 60px;
  }

  .copy-text {
    left: 0;
    right: 0;
    top: -35px;
    padding: 20px;
    width: 31%;
  }

  .copy-text p {
    font-size: 19px;
  }

  .footer-address p {
    padding-top: 40px;
    font-size: 19px;
    line-height: 28px;
  }

  .footer-address p span {
    font-size: 19px;
  }

  .footer-address p span a {
    font-size: 19px;
  }

  .footer-social {
    margin-top: 30px;
  }

  .footer-social h3 {
    font-size: 19px;
  }

  .footer-social ul li a {
    padding: 0 13px;
    font-size: 19px;
  }

  .floating-free-trial {
    top: 70%;
  }

  .floating-free-trial a {
    padding: 20px 24px;
    border-radius: 6px 0 0 6px;
    font-size: 25px;
  }
}

@media only screen and (max-width: 1599px) {
  .video-left {
    position: relative;
    z-index: 1;
  }

  .video-left:after {
    content: "";
    width: 0;
    border-top: 170px solid #d37e07;
    border-right: 50px solid transparent;
    position: absolute;
    top: 0;
    right: -50px;
    height: 170px;
  }

  .video-right {
    position: relative;
  }

  .video-right:after {
    content: "";
    width: 0;
    border-top: 170px solid transparent;
    border-right: 50px solid #e18806;
    position: absolute;
    top: 0;
    left: -45px;
    height: 170px;
  }

  .video-right:before {
    content: "";
    width: 0;
    border-top: 21px solid transparent;
    border-left: 22px solid #a6640b;
    z-index: 1;
    border-bottom: 0 solid transparent;
    position: absolute;
    left: -20px;
    top: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@media only screen and (max-width: 1199px) {
  .navigation .navbar-default li {
    padding-right: 20px;
    padding-left: 14px;
  }

  .banner .carousel-caption b,
  .banner .carousel-caption strong {
    font-size: 30px;
    line-height: 35px;
  }

  .signup-free {
    margin-top: 30px;
  }

  .signup-free h1 {
    font-size: 38px;
  }

  .signup-free p {
    padding-top: 30px;
    font-size: 20px;
  }

  .flex-content .hidden-sm {
    display: none;
  }

  .right-con {
    width: 58%;
  }

  .right-con ul li {
    padding-left: 20px;
    padding-top: 20px;
  }

  .right-con ul li div p {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .video-area {
    min-height: auto;
    padding-bottom: 0;
  }

  .plan-area {
    padding-top: 0;
  }

  .plan-area h2 {
    font-size: 20px;
  }

  .load-area {
    margin-top: 20px;
    width: 80%;
    margin-bottom: 20px;
  }

  .plan-area {
    padding-bottom: 30px;
  }

  .content-slider {
    -o-background-size: contain;
    background-size: contain;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: bottom center;
  }

  .content-slider h2 {
    font-size: 14px;
  }

  .content-ul ul li {
    font-size: 14px;
    line-height: 22px;
  }

  .content-inn {
    margin-top: 20px;
  }

  .content-slider .carousel-control.left,
  .content-slider .carousel-control.right {
    margin-top: 20px;
  }

  .press-area {
    padding: 30px 0 80px;
    overflow: hidden;
  }

  .press-area .owl-theme .owl-nav {
    margin-top: -60px;
  }

  .press-heading h2,
  .testimoni-heading h2,
  .partners-area h2 {
    font-size: 25px;
  }

  .testimoni-area,
  .partners-area,
  .footer,
  .free-plan {
    padding: 30px 0;
  }

  .partners-area p {
    padding-top: 15px;
    line-height: 25px;
  }

  .copy-text {
    width: 320px;
  }

  .featured-content {
    left: -100px;
  }

  .text_box_ban_inner h1 {
    font-size: 28px;
  }

  .text_box_ban_inner h2 {
    font-size: 20px;
  }

  .slider {
    height: 180px;
  }

  .innerbanner_tag {
    margin: 0 0 -17px;
  }

  .inner-page ul {
    width: 100%;
  }

  #invalidLogins {
    padding-left: 0;
  }

  .advisory-form input[type="email"] {
    width: 277px;
  }
}

@media only screen and (max-width: 1024px) {
  .signup-free h1 {
    font-size: 20px;
  }

  .signup-free p {
    padding-top: 15px;
    font-size: 15px;
  }

  .right-con ul:last-child {
    margin-top: 0;
  }

  .signup-free {
    background-image: none;
  }

  .signup-free {
    padding-bottom: 130px;
  }

  .image-video {
    margin-left: 0;
    margin-top: -60px;
  }

  .video-right::before {
    border-top: 33px solid transparent;
    border-left: 23px solid #a6640b;
    left: -25px;
    top: -6px;
  }

  .video-left::after {
    border-top: 170px solid #d37e07;
    border-right: 38px solid transparent;
    top: 0;
    right: -37px;
    height: 170px;
  }

  .content-inn:nth-child(even) .content-con {
    float: left;
    text-align: left;
  }
}

@media only screen and (max-width: 991px) {
  .navigation .navbar-default li {
    padding-right: 16px;
    padding-left: 10px;
  }

  .header-logo {
    padding-right: 0;
  }

  .header-form {
    float: left;
    width: 100%;
    margin-top: 10px;
  }

  .form-inline .form-control {
    width: 100%;
  }

  .header-form .form-group {
    margin: 0;
    width: 32%;
  }

  .header-form button {
    float: right;
    margin: 0 2px;
  }

  .header-form button:last-child {
    margin-right: 0;
  }

  .forget-text {
    float: right;
    width: 100%;
    margin-right: 5px;
  }

  .flex-content {
    display: block;
  }

  .right-con {
    width: 100%;
    margin-top: 20px;
  }

  .left-con {
    text-align: center;
  }

  .right-con ul li div p {
    font-size: 14px;
  }

  .signup-free {
    padding-bottom: 100px;
  }

  .signup-free p br {
    display: none;
  }

  .signup-free h1 + p {
    padding: 10px 100px 0;
  }

  .video-right::before {
    display: none;
  }

  .video-right {
    margin-top: 0;
  }

  .video-con::after {
    top: 0 !important;
  }

  .video-right p {
    font-size: 14px;
    line-height: 17px;
    padding-top: 40px;
    width: 70%;
  }

  .image-video {
    margin-left: 0;
    margin-top: -10px;
  }

  .video-area {
    padding-top: 70px;
  }

  .video-con {
    min-height: 220px;
  }

  .plan-content {
    padding: 0 20px;
  }

  .plans {
    padding-bottom: 6px;
    padding-top: 6px;
  }

  .plan-div .plan-heading h3 {
    font-size: 20px;
  }

  .plans h3 {
    font-size: 14px;
  }

  .plans:first-child {
    padding-top: 16px;
  }

  .paln-offers .offer-plan {
    right: -104px;
  }

  .content-con {
    margin-top: 20px;
  }

  .content-inn:nth-child(even) .content-con ul li::after {
    left: 0;
    right: auto;
    top: 6px;
  }

  .content-inn:nth-child(even) .content-con ul li {
    padding-left: 30px;
    padding-right: 0;
  }

  .press-area .owl-theme .owl-nav {
    margin-top: 0;
  }

  .press-area .owl-prev,
  .press-area .owl-next {
    float: none;
  }

  .press-area,
  .testimoni-area {
    background-image: none;
    padding: 20px 0;
  }

  .press-heading h2,
  .testimoni-heading h2,
  .partners-area h2 {
    font-size: 20px;
  }

  .footer-navigation ul li::after {
    display: none;
  }

  .footer-navigation ul li:first-child {
    padding-left: 20px;
  }

  .free-plan ul li {
    padding: 0 10px;
    width: 270px;
  }

  .plan-div .plan-heading {
    padding: 50px 20px 14px;
  }

  .content-inn:nth-child(even) .images-cont {
    float: left;
  }

  .slider {
    height: 90px;
  }

  .innerbanner_tag {
    margin: 0 0 -17px;
  }

  #invalidLogins {
    width: 100%;
  }

  .free-plan ul li {
    margin-top: 15px;
  }

  .advisory-form .login-btn {
    float: left;
  }

  .bottom-area {
    width: 100%;
  }

  .fixed-header {
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .navigation .navbar-default {
    background-color: transparent;
  }

  .header-logo {
    padding-right: 0;
    position: relative;
    z-index: 1;
    width: 180px;
  }

  .header-form {
    margin-top: 20px;
  }

  .content-slider img {
    max-width: 40%;
  }

  .header-form .form-group {
    width: 30%;
    float: left;
    margin: 0 10px;
  }

  .header-form button.login-btn {
    margin-right: 0 !important;
  }

  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border-color: transparent;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #e78f08;
  }

  .navigation .navbar-toggle {
    margin-top: 25px;
  }

  .navigation .navbar-toggle .icon-bar {
    width: 32px;
    height: 5px;
    margin: 5px;
  }

  #bs-example-navbar-collapse-1 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 80px;
    margin: 0;
    z-index: 9999999;
    background-color: #6a7d86;
  }

  .navigation .navbar-default ul {
    text-align: left;
  }

  .navigation .navbar-default li::after {
    display: none;
  }

  .navigation .navbar-default li:first-child,
  .navigation .navbar-default li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
  }

  .navigation .navbar-default li:last-child {
    padding-bottom: 0;
    border: none;
  }

  .banner .carousel-caption {
    top: 90px;
  }

  .arrow-banner {
    bottom: 50px;
  }

  .banner .carousel-caption b,
  .banner .carousel-caption strong {
    font-size: 24px;
    line-height: 26px;
  }

  .navigation {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }

  .inner-page h2 {
    line-height: 25px;
    font-size: 20px;
    padding: 0 0 15px 0;
  }

  .inner-page h2 span {
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
  }

  .signup-btn,
  .login-btn {
    font-size: 10px;
  }

  .inner-page .content-ul {
    float: left;
  }

  .inner-image {
    float: left;
    margin: 0 0 30px;
  }

  .inner-page p {
    float: left;
    width: 100%;
  }

  .floating-free-trial {
    top: 80%;
  }

  .floating-free-trial button {
    padding: 5px;
    font-size: 12px;
    border-radius: 4px 0 0 4px;
  }
}

@media only screen and (max-width: 569px) {
  .free-plan ul li {
    margin-top: 30px;
  }

  .free-plan ul li:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 515px) {
  .advisory-form input[type="email"] {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 505px) {
  .signup-btn {
    width: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .header-form .form-group {
    width: 93%;
    float: left;
    margin: 0 10px 20px;
  }

  .signup-free h1 + p {
    padding: 10px 0;
  }

  .right-con ul li {
    padding-left: 0;
  }

  .partners-area p {
    padding-top: 15px;
    line-height: 21px;
  }

  .partners-area p br {
    display: none;
  }

  .right-con ul {
    width: 100%;
  }

  .right-con ul:last-child {
    margin-top: 20px;
  }

  .video-left::after {
    display: none;
  }

  .video-right::after {
    display: none;
  }

  .video-right {
    width: 45%;
    position: relative;
    z-index: 1;
  }

  .video-right p {
    padding-top: 20px;
  }

  .video-right h2 {
    font-size: 15px;
  }

  .image-video {
    margin-top: 30px;
  }

  .plan-area {
    background-image: none;
  }

  .featured-content {
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .featured-content h4 {
    text-align: center;
  }

  .plan-bnts a {
    margin: 20px 2px 0;
  }

  .content-slider img {
    max-width: 100%;
  }

  .partners-area {
    background-image: none;
  }

  .footer-navigation ul li {
    padding: 0 5px;
  }

  .inner-image {
    width: 100%;
    padding-right: 0;
  }

  #invalidLogins {
    text-align: right;
  }

  .text_box_ban_inner h1 {
    font-size: 20px;
  }

  .innerbanner_tag {
    margin: 0 0 -36px;
  }
}

/*Table*/
@media only screen and (min-width: 768px) {
  .table-td table tr th {
    padding: 5px;
    width: 25%;
  }

  .table-td table tr td {
    padding: 15px;
    font-size: 13px;
    color: #000;
    width: 25%;
  }

  .table-td .list-bottom table tr td:last-child {
    width: 75%;
  }
}

@media only screen and (max-width: 767px) {
  /* Force table to not be like tables anymore */
  .table-td table,
  .table-td thead,
  .table-td tbody,
  .table-td th,
  .table-td td,
  .table-td tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .table-td thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table-td td {
    /* Behave  like a "row" */
    position: relative;
    padding: 38px 15px 15px;
    white-space: normal;
    text-align: left;
  }

  .table-td td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    white-space: nowrap;
    text-align: center;
  }

  /*
Label the data
*/
  .table-td td:before {
    content: attr(data-title);
  }

  .table-td td {
    padding-top: 40px !important;
    text-align: center;
  }

  .table-td td:first-child {
    padding-top: 5px !important;
  }

  .table-td td::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    white-space: nowrap;
    text-align: center;
    background-color: #e78f08;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
  }

  .table-td td:first-child::before {
    display: none;
  }

  .inner-page .table-striped > tbody > tr > td,
  .inner-page .table-bordered > tbody > tr > th,
  .inner-page .table-bordered > tfoot > tr > td,
  .inner-page .table-bordered > tfoot > tr > th,
  .inner-page .table-bordered > thead > tr > td,
  .inner-page .table-bordered > thead > tr > th {
    border: none !important;
  }
}
