@charset "UTF-8";
* {
  box-sizing: border-box;
}

body, html {
  position: relative;
  min-height: 100%;
}

body {
  background: #fff;
  color: #545454;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  position: realtive;
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}
h1.blue, h2.blue, h3.blue, h4.blue, h5.blue {
  color: #709be7;
}
h1.dark-blue, h2.dark-blue, h3.dark-blue, h4.dark-blue, h5.dark-blue {
  color: #1673cc;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.hidden {
  display: none;
}

.btn--p-side-lg {
  padding-left: 40px;
  padding-right: 40px;
}
.btn--pad-lg {
  padding: 15px 40px;
}
.btn--pad-xlg {
  padding: 20px 40px;
}
.btn--blue {
  background: #2e86de;
  color: #fff;
}
.btn--blue:hover {
  color: #fff;
}
.btn--grey {
  background: #505050;
  color: #fff;
}
.btn--grey:hover {
  color: #fff;
}
.btn--light-grey {
  background: #e2e7ea;
  color: #494949;
}
.btn--color-light-grey {
  color: #494949;
  text-decoration: underline;
}
.btn--dark-blue {
  background: #1673cc;
  color: #fff;
}
.btn--watch-btn {
  background: #2d5a9b;
  color: #fff;
  padding: 0;
}
.btn--watch-btn .icon {
  padding: 1px 10px;
  background: #1d437a;
  line-height: 10px;
}
.btn--watch-btn .text {
  padding: 5px 20px;
}
.btn--green {
  background: #21b26c;
  color: #fff;
  box-shadow: 0 4px #179f5d;
}
.btn--blue-shadow {
  box-shadow: 4px 2px 0 #0d255e;
}
.btn--transparent {
  background: transparent;
}
.btn--transparent-white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn--social {
  padding: 10px 25px;
  border: 5px;
  background: #e3e3e3;
  color: #fff;
  text-decoration: none;
}
.btn--social .btn__social-icon {
  display: inline-block;
  padding: 0px 10px;
  margin-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.btn--social:hover {
  color: #fff;
}
.btn--fb {
  background: #3b64b9;
}
.btn--twitter {
  background: #44b1e3;
}
.btn--upper {
  text-transform: uppercase;
}
.btn--sqr {
  border-radius: 0px;
}
.btn--rounded {
  border-radius: 5px;
}
.btn--bold {
  font-weight: bold;
}
.btn--block {
  display: block;
  width: 100%;
}
.btn--l-marg {
  padding-left: 25px;
}
.btn--r-marg {
  padding-left: 25px;
}
.btn--side-pad {
  padding-left: 30px;
  padding-right: 30px;
}
.btn--font-sm {
  font-size: 14px;
}

.btn-wrap .btn--blue,
.btn-wrap .btn--grey {
  transition: all 0.4s;
}
.btn-wrap .btn--blue:hover,
.btn-wrap .btn--grey:hover {
  transform: scale(1);
}

.font--roboto {
  font-family: "Roboto", sans-serif;
}
.font--monte {
  font-family: "Montserrat", sans-serif;
}
.font--opensans {
  font-family: "Open Sans", sans-serif;
}

.text--dark {
  color: #505050;
}

.color--blue {
  color: #1673cc;
}
.color--light-grey {
  color: #a1b1bc;
}
.color--grey-2 {
  color: #5b5b5b;
}

.section {
  padding: 30px 0px;
}
.section--pad-sm {
  padding: 60px 0;
}
.section--pad-md {
  padding: 80px 0;
}
.section--pad-lg {
  padding: 100px 0;
}
.section--pad-xlg {
  padding: 120px 0;
}
.section--p-b-sm {
  padding-bottom: 20px !important;
}
.section--p-b-md {
  padding-bottom: 40px !important;
}
.section--full {
  height: calc(100vh - 94px);
}
.section--no-pad-top {
  padding-top: 0px !important;
}
.section--no-pad-btm {
  padding-bottom: 0px;
}
.section--no-pad {
  padding-top: 0;
  padding-bottom: 0;
}
.section--agent-login-bg {
  margin-left: 25%;
  margin-top: 94px;
  background: url("../img/agent-login-bg.jpg") no-repeat;
  background-size: cover;
}
.section__heading {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}
.section__heading--inner-main {
  text-transform: capitalize;
  font-size: 50px;
}
.section__heading--normal {
  font-weight: normal;
}
.section__heading-markers {
  position: relative;
  padding: 0 20px;
  display: inline-block;
}
.section__heading-markers:before, .section__heading-markers:after {
  content: " ";
  height: 2px;
  width: 30px;
  background: #709be7;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-block;
  position: absolute;
}
.section__heading-markers:before {
  left: -30px;
}
.section__heading-markers:after {
  right: -30px;
}
.section__heading--no-pad {
  padding: 0;
}
.section__heading--m-b-sm {
  margin-bottom: 15px;
}
.section__heading--m-b-lg {
  margin-bottom: 30px;
}
.section__heading--m-b-xlg {
  margin-bottom: 60px;
}
.section__heading--no-marg {
  margin: 0;
}
.section__heading-sup {
  font-size: 18px;
  color: #709be7;
  padding-left: 100px;
  position: relative;
  font-weight: 500;
}
.section__heading-sup:before {
  content: " ";
  display: block;
  position: absolute;
  width: 80px;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
  height: 2px;
  background: #709be7;
}
.section__desc {
  font-size: 15px;
  line-height: 18px;
  color: #5b5b5b;
  text-align: justify;
}
.section__desc p {
  margin-bottom: 30px;
  line-height: 20px;
}
.section__desc--small-p p {
  margin-bottom: 1rem;
}
.section__info-img {
  margin: auto;
  display: block;
}
.section__info-img img {
  display: block;
  margin: auto;
}
.section__info-img--left-auto {
  margin: unset;
  margin-left: auto;
}
.section--purple {
  background: #1c3b82;
  background: linear-gradient(left, #1c3b82, #122d6b);
  color: #fff;
}
.section--purple .section__heading {
  color: #fff;
}
.section--purple-building-bg {
  background: url("../img/inner-hero-bg.jpg");
  background-size: 100% 100%;
}
.section--mobile {
  padding: 60px 0;
}
.section--mobile .section__heading {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: bold;
}
.section--mobile .section__heading strong {
  font-size: 40px;
  color: #000;
}
.section--mobile .section__heading .blue {
  color: #2e86de;
}
.section--mobile .section__desc {
  font-size: 18px;
  line-height: 1.5;
}

.tick-list {
  padding: 0px;
  margin: 0;
  margin-bottom: 40px;
}
.tick-list li {
  display: block;
  padding-bottom: 5px;
  color: #505050;
  position: relative;
  padding-left: 25px;
  line-height: 24px;
}
.tick-list li:before {
  content: " ";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url("../img/tick-list-icon.png") no-repeat;
  background-position: center center;
}
.tick-list--sm-list {
  margin-bottom: 20px;
}

.thanks-intro {
  display: flex;
  margin: auto;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.thanks-intro__icon {
  font-size: 120px;
  margin-right: 40px;
  line-height: 100px;
  max-width: 120px;
}
.thanks-intro .thanks-intro__text {
  height: 100%;
}
.thanks-intro .thanks-intro__text p {
  font-size: 20px;
  line-height: 1;
  margin: 0px;
  text-align: center;
}
.thanks-intro__heading {
  margin-bottom: 0px;
  padding: 0px;
  width: 100%;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
}

.thanks-btn-wrap {
  margin-bottom: 20px;
}

.main-header {
  background: #0d255e;
  color: #fff;
  padding-top: 94px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.main-header--building-bg {
  background: url("../img/main-header-bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.main-header--full {
  min-height: calc(100vh - 95px);
  height: auto;
}
.main-header--home {
  background: #224289;
  background: url("../img/home-bg-slider-1.jpg") no-repeat #224289;
  background-size: cover;
  min-height: auto;
}
.main-header--no-pad {
  padding: 0;
}
.main-header-bg-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.main-header .main-header-slider-list {
  padding: 0px;
  margin: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 2s ease;
}
.main-header .main-header-slider-list.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.main-header .main-header-slider-list .slick-list {
  height: 100%;
}
.main-header .main-header-slider-list .slick-track {
  display: flex !important;
  height: 100%;
}
.main-header .main-header-slider-list .slick-slide {
  width: 100%;
  height: auto;
}
.main-header .main-header-slider-list .slick-slide:not(.slick-active) {
  transition-delay: 800ms !important;
}
.main-header .main-header-slider-list li {
  width: 100%;
  height: 100%;
}
.main-header .main-header-slider-list li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header-main-nav {
  background: #224289;
  border-bottom: 1px solid #2d4d95;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header-main-nav--home {
  background: rgba(34, 66, 137, 0);
  border-bottom: 0px;
}
.header-main-nav .nav-brand--mobile {
  display: none;
}
.header-main-nav__inner {
  padding: 0px;
}
.header-main-nav__inner .navbar-toggler-icon {
  line-height: 36px;
}
.header-main-nav__inner .navbar-toggler-icon i {
  color: #fff;
}
.header-main-nav__inner .nav-item {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.header-main-nav__inner .nav-item .nav-link {
  padding: 35px 18px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  transition: all 0.4s;
  position: relative;
}
.header-main-nav__inner .nav-item:before {
  content: " ";
  position: absolute;
  height: 5px;
  width: 0px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: all 0.4s;
  background: #fff;
}
.header-main-nav__inner .nav-item:hover, .header-main-nav__inner .nav-item.active {
  color: #fff;
}
.header-main-nav__inner .nav-item:hover .nav-link, .header-main-nav__inner .nav-item.active .nav-link {
  color: inherit;
}
.header-main-nav__inner .nav-item:hover:before, .header-main-nav__inner .nav-item.active:before {
  width: 100%;
  width: calc( 100% - 50px );
}
.header-main-nav__inner .nav-item:last-of-type .nav-link {
  padding-right: 0px;
}
.header-main-nav__inner .nav-item:last-of-type.active, .header-main-nav__inner .nav-item:last-of-type:hover {
  color: #fff;
}
.header-main-nav__inner .nav-item:last-of-type.active:before, .header-main-nav__inner .nav-item:last-of-type:hover:before {
  width: 100%;
  transform: translate(-25%, 0);
  width: calc( 100% - 25px );
}
.header-main-nav--alt {
  background: #fff;
  position: relative;
}
.header-main-nav--alt .navbar-toggler-icon {
  line-height: 36px;
}
.header-main-nav--alt .navbar-toggler-icon i {
  color: #2d5a9b;
}
.header-main-nav--alt-abs {
  position: absolute;
}
.header-main-nav--alt .header-main-nav__inner .nav-item .nav-link {
  font-size: 16px;
  font-weight: normal;
  padding: 30px;
  color: #3f3f3f;
  transition: all 0.4s;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
.header-main-nav--alt .header-main-nav__inner .nav-item:before {
  display: none;
}
.header-main-nav--alt .header-main-nav__inner .nav-item:hover, .header-main-nav--alt .header-main-nav__inner .nav-item.active {
  color: #2e86de;
}
.header-main-nav--alt .header-main-nav__inner .nav-item:hover .nav-link, .header-main-nav--alt .header-main-nav__inner .nav-item.active .nav-link {
  color: #2e86de;
}
.header-main-nav--alt .header-main-nav__inner .nav-item:last-of-type .nav-link {
  padding-right: 0px;
}
.header-main-nav--static {
  position: static;
}
.header-main-nav--white-text {
  border-bottom: 0px;
}
.header-main-nav--white-text .nav-item .nav-link {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.header-inner {
  padding-top: 160px;
  padding-bottom: 200px;
  position: relative;
  z-index: 90;
  width: 100%;
  margin: auto;
}
.header-inner__heading {
  font-weight: bold;
  font-size: 45px;
  text-decoration: underline;
}
.header-inner__sub-heading {
  font-size: 18px;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.get-started-form {
  display: flex;
  flex-direction: row;
  padding: 25px 0;
  max-width: 480px;
}
.get-started-form .input-group {
  background: #fff;
  border-radius: 5px;
}
.get-started-form .form-control {
  border-radius: 0px;
  border: 0px;
  padding: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.get-started-form .form-control .span {
  background: transparent;
}
.get-started-form .form-control:focus {
  box-shadow: none;
}
.get-started-form .input-group-append {
  background: transparent;
}
.get-started-form .input-group-append .input-group-text {
  background: transparent;
  color: #000;
  font-size: 18px;
}
.get-started-form .input-group-append .input-group-text i {
  color: #9b9b9b;
}
.get-started-form .btn {
  position: relative;
  font-family: "Roboto", sans-serif;
  left: -5px;
  padding: 12px 35px;
  transition: all 0.2s;
}
.get-started-form .btn:hover {
  transform: scale(1.05);
}

.main-header-footer {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
.main-header-footer__heading {
  font-size: 18px;
}
.main-header-footer__sub-heading {
  font-size: 14px;
  color: #709be7;
}
.main-header-footer__sub-heading:hover {
  color: #709be7;
}
.main-header-footer .header-fb-share {
  text-align: right;
}
.main-header-footer .header-fb-share__icon {
  background: #3a559f;
  color: #fff;
  display: inline-block;
  border-radius: 0px;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.main-header-footer .header-fb-share__text {
  color: #fff;
  font-size: 18px;
  color: #709be7;
}

.explore-more-wrap {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0;
  line-height: 50px;
  margin: auto;
  border-radius: 100%;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
.explore-more-wrap i {
  font-size: 24px;
  line-height: 50px;
}

.modal-cta {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-cta .row {
  /* margin-left: 0 !important; */
  /* margin-right: 0 !important;*/
}
.modal-cta .modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  /* margin: 4.75rem auto; */
  margin: 0;
  pointer-events: auto !important;
  transform: translate(-50%, -50%);
}
.modal-cta .cta-side {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 70px 10px !important;
  padding: 0 !important;
  background-color: #fff;
}
.modal-cta .cta-side img {
  max-width: 100%;
}
.modal-cta .cta-side .cta-side__heading {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0px;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}
.modal-cta .cta-side p {
  color: #709be7;
  margin-bottom: 0px;
  padding: 0px;
  width: 100%;
  font-size: 13px;
  line-height: 15px;
}
.modal-cta .cta-main {
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.modal-cta .cta-main .cta-main-content {
  padding: 28px 68px 10px !important;
}
.modal-cta .cta-main .cta-main__heading {
  color: #000;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0px;
  width: 100%;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
}
.modal-cta .cta-main p {
  color: #5b5b5b;
  margin-bottom: 0px;
  padding: 0px;
  width: 100%;
  font-size: 13px;
  line-height: 15px;
}
.modal-cta .cta-main .cta-main-footer {
  padding: 12px 68px 26px !important;
}
.modal-cta .cta-main .disclaimer {
  color: #9a9a9a;
}
.modal-cta .cta-button-wrapper {
  padding: 19px 68px 10px !important;
}
.modal-cta .cta-button-wrapper a {
  color: #aaa;
  line-height: 36px;
}
.modal-cta .cta-button-wrapper button {
  border-radius: 0.25rem;
}

.modal-cta.split1 .cta-side {
  padding: 0 !important;
  background-color: #fff;
}
.modal-cta.split1 .cta-side img {
  max-width: 100%;
}

.modal-cta.split2 .cta-side {
  padding: 0 !important;
  background-color: #026cda;
}
.modal-cta.split2 .cta-side img {
  max-width: 100%;
}

.steps-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.steps-list--p-t {
  padding-top: 100px;
}
.steps-list li {
  display: block;
  justify-content: space-between;
  position: relative;
  text-align: center;
  padding: 0 40px;
  transition: all 0.4s;
}
.steps-list li:before {
  content: " ";
  position: absolute;
  width: 74px;
  height: 62px;
  background: url("../img/right-arrow-2.png") no-repeat;
  background-position: center center;
  left: 100%;
  top: 50px;
  transform: translate(-50%, -50%);
}
.steps-list li:last-of-type {
  padding-right: 0;
}
.steps-list li:last-of-type:before {
  display: none;
}
.steps-list li:first-of-type {
  padding-left: 0;
}
.steps-list__icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #505050;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
  transition: all 0.4s;
}
.steps-list__icon:after {
  content: " ";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #505050 transparent;
  transition: all 0.4s;
}
.steps-list h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
}
.steps-list__desc {
  font-size: 14px;
  color: #9a9a9a;
}
.steps-list li.active .steps-list__icon,
.steps-list li:hover .steps-list__icon {
  background: #2e86de;
}
.steps-list li.active .steps-list__icon:after,
.steps-list li:hover .steps-list__icon:after {
  border-color: transparent transparent #2e86de transparent;
}

.main-contact-form .input-group {
  margin-bottom: 20px;
}
.main-contact-form .input-group .input-group-text {
  background: transparent;
  border-radius: 0px;
  border-left: 0px;
}
.main-contact-form .input-group .input-group-text i {
  border-right: 0;
  border-radius: 0px;
  color: #cfd7dd;
}
.main-contact-form button[type=submit] {
  box-shadow: 5px 5px #1770ca;
}
.main-contact-form button[type=submit]:hover {
  box-shadow: 2px 2px #1770ca;
}
.main-contact-form .form-control {
  border-radius: 0px;
  border-right: 0px;
  font-size: 14px;
  box-shadow: none;
}
.main-contact-form .form-control:focus {
  box-shadow: none;
}
.main-contact-form .form-control:focus + .input-group-append > .input-group-text {
  border-color: #80bdff;
  color: #80bdff;
}
.main-contact-form .form-control:focus + .input-group-append > .input-group-text i {
  color: #80bdff;
}
.main-contact-form button {
  text-transform: uppercase;
}
.main-contact-form .select2-container {
  width: 100%;
}
.main-contact-form .select2-selection {
  font-size: 14px;
}
.main-contact-form .select2-selection--single {
  height: auto;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  border: 1px solid #c7d7dd;
}
.main-contact-form .select2-selection__rendered {
  padding: 5px;
  color: #6c757d !important;
}
.main-contact-form .select2-selection__arrow {
  width: 10px;
  height: 15px;
  background: url("../img/form-search-icon.png") no-repeat;
  opacity: 1;
  background-position: center center;
  top: 5px !important;
  right: 10px !important;
}
.main-contact-form .select2-selection__arrow b {
  display: none;
}

.mobile-slide {
  padding: 20px 1px;
}
.mobile-slide__video-wrap {
  margin-bottom: 20px;
  max-height: 360px;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
}
.mobile-slide__video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mobile-slide__info {
  padding: 10px 20px;
  border: 1px solid #dfdfdf;
  font-size: 20px;
}

.mobile-contact-btn-wrap {
  padding-top: 40px;
}
.mobile-contact-btn-wrap .btn {
  color: #fff;
  background: #2e86de;
  box-shadow: 0 5px 0 #1d6fc2;
}

.main-footer {
  background: #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.footer-top {
  margin-bottom: 30px;
  align-items: center;
}
.footer-top .main-footer__logo {
  margin-bottom: 20px;
}
.footer-top .main-footer__desc {
  font-size: 12px;
}

.footer-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer-info__text p {
  font-size: 12px;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: right;
}
.footer-info__top-btn {
  border: 5px solid #262626;
  padding: 10px;
  cursor: pointer;
}

.footer-bottom {
  padding-top: 30px;
  font-size: 12px;
  border-top: 2px dotted #4f4f4f;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.footer-bottom__copyright {
  width: 50%;
}
.footer-bottom__fb-share {
  width: 50%;
  text-align: right;
  line-height: 27px;
}
.footer-bottom__fb-share a {
  color: #fff;
  text-decoration: none;
}
.footer-bottom__fb-share a:hover {
  color: #fff;
}

.footer-mobile {
  text-align: center;
  padding: 20px 0;
  display: none;
}

.mobile-social-list {
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
.mobile-social-list li {
  padding-right: 15px;
  display: inline-block;
}
.mobile-social-list li:last-of-type {
  padding-right: 0;
}
.mobile-social-list li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
}
.mobile-social-list li a.facebook {
  background: #3a559f;
}
.mobile-social-list li a.twitter {
  background: #50abf1;
}

.bottom-alert-wrap {
  padding: 20px;
  border: 1px solid #e7e7e7;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  text-align: center;
}
.bottom-alert__icon {
  font-size: 30px;
  margin-right: 15px;
}

.responsive-video-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
}
.responsive-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cookieConsentContainer {
  background: #2e86de;
  color: #fff;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 0px;
}
.cookieConsentContainer .cookieConsentWrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cookieConsentContainer .cookieTitle {
  display: none;
}
.cookieConsentContainer .cookieDesc {
  padding-right: 20px;
}
.cookieConsentContainer .cookieDesc p {
  font-size: 14px;
}
.cookieConsentContainer .cookieButton a {
  border: 2px solid #fff;
  background: transparent;
  border-radius: 50px;
  padding: 10px 25px;
  margin-top: 0px;
}
.cookieConsentContainer .cookieButton a:hover {
  background: transparent;
}

.hero-wizard {
  width: 100%;
}
.hero-wizard__inner {
  display: flex;
  flex-direction: row;
}

.lead-wizard {
  width: 70%;
  padding-left: 60px;
}
.lead-wizard__heading {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  font-size: 36px;
  font-weight: bold;
}
.lead-wizard__heading span {
  color: #2e86de;
}

#extras-wrapper {
  display: none;
  padding-top: 25px;
}
#extras-wrapper input[type=checkbox] {
  display: inline-block;
  margin-right: 5px;
}

.wizard-form {
  padding: 30px 0;
}
.wizard-form .message-wrapper {
  display: none;
}
.wizard-form .message-wrapper p:last-of-type {
  margin-bottom: 0px;
}
.wizard-form .select2-container {
  width: 100%;
  box-shadow: none !important;
  border-radius: 0px;
}
.wizard-form .select2-selection--single {
  height: auto;
  border: 0px;
  border-radius: 0px;
  padding: 5px;
  outline: none;
}
.wizard-form .select2-selection__rendered {
  padding: 5px;
}
.wizard-form .select2-selection__arrow {
  width: 10px;
  height: 15px;
  background: url("../img/select-arrow.png") no-repeat;
  background-position: center center;
  top: 10px !important;
  right: 10px !important;
}
.wizard-form .select2-selection__arrow b {
  display: none;
}
.wizard-form .form-group {
  margin-bottom: 20px;
}
.wizard-form .form-group label {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.wizard-form .form-control {
  border-radius: 0px;
  box-shadow: none;
  padding: 12px;
  height: auto;
  border: 0px;
}
.wizard-form #select-extra-btn {
  margin-top: 5px;
}
.wizard-form__step {
  display: none;
  padding-bottom: 100px;
}
.wizard-form__step.active {
  display: block;
}
.wizard-form__step--2 {
  padding-top: 0px;
}
@keyframes wizstep1 {
  100% {
    width: 33%;
  }
}
@keyframes wizstep2 {
  100% {
    width: 66%;
  }
}
@keyframes wizstep3 {
  100% {
    width: 100%;
  }
}
.wizard-form .step-btn-wrap {
  padding-top: 5px;
}
.wizard-form .step-btn-wrap .btn {
  font-weight: bold;
  box-shadow: 5px 5px #1770ca;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  z-index: 5;
  border: 0px;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.wizard-form .step-btn-wrap .btn span,
.wizard-form .step-btn-wrap .btn .fa,
.wizard-form .step-btn-wrap .btn i {
  z-index: 10;
  position: relative;
}
.wizard-form .step-btn-wrap .btn .btn-progress-marker {
  position: absolute;
  background: #6ac259;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: 6;
  transition: all 0.4s;
}
.wizard-form__back-btn {
  font-weight: bold;
  padding-left: 0px;
  color: #fff;
}
.wizard-form .form-group.error label {
  color: #f83f51 !important;
}
.wizard-form .form-group.error label .color--blue {
  color: #369dff !important;
}
.wizard-form .form-group.error .form-control {
  border: 1px dotted #dc3545;
}
.wizard-form__step--1.active .step-btn-wrap .btn-progress-marker {
  width: 0%;
  animation: wizstep1 1s forwards;
}
.wizard-form__step--2.active .step-btn-wrap .btn-progress-marker {
  width: 33%;
  animation: wizstep2 1s forwards;
}
.wizard-form__step--3.active .step-btn-wrap {
  margin-bottom: 20px;
}
.wizard-form__step--3.active .step-btn-wrap .btn-progress-marker {
  width: 66%;
  animation: wizstep3 1s forwards;
}
.wizard-form .terms-label {
  font-size: 14px !important;
  font-weight: normal;
  font-family: "Roboto", sans-serif !important;
}
.wizard-form .terms-label a {
  color: inherit;
  text-decoration: underline;
  font-style: italic;
}
.wizard-form #select-extra-btn {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0.8rem 1rem;
}

.wizard-status {
  width: 30%;
  background: #2e86de;
  position: absolute;
  left: 70%;
  top: 0;
  height: 100%;
  z-index: 10;
  background: url("../img/wizard-status-bg.jpg") no-repeat #2e86de;
  background-size: cover;
  background-position: 0 center;
  background-attachment: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.wizard-status-list {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}
.wizard-status-list li {
  display: block;
  width: 100px;
  height: 100px;
  background: #fff;
  position: relative;
  border-radius: 100%;
  margin: auto;
  margin-bottom: 100px;
  transition: all 0.4s;
  z-index: 5;
}
.wizard-status-list li:last-of-type {
  margin-bottom: 0px;
}
.wizard-status-list li.active {
  background: #0d255e;
}
.wizard-status-list li.active__icon {
  color: #709be7;
}
.wizard-status-list li.done {
  position: relative;
}
.wizard-status-list li.done:before {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  background: #6ac259;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  border-radius: 25px;
}
.wizard-status-list h4 {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  font-size: 20px;
  text-align: left;
  padding-left: 20px;
}
.wizard-status-list__icon {
  font-size: 48px;
  line-height: 100px;
  color: #2e86de;
  text-align: center;
}
.wizard-status-list:before, .wizard-status-list:after {
  content: " ";
  display: block;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  z-index: 2;
  position: absolute;
  transition: all 0.4s;
}
.wizard-status-list:before {
  background: #0d255e;
  height: 150px;
  z-index: 5;
}
.wizard-status-list--step-1:before {
  height: 150px;
}
.wizard-status-list--step-2:before {
  height: 350px;
}
.wizard-status-list--step-3:before {
  height: 400px;
}

.wizard-limit-exceed-wrap {
  padding-bottom: 100px;
  min-height: 540px;
}

.agents-form-wrap {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
  background: #fff;
  width: 25%;
  padding: 40px;
}
.agents-form-wrap .agents-logo img {
  display: block;
  max-width: 100%;
  margin: auto;
  max-width: 260px;
}
.agents-form-wrap .agents-quick-buy {
  display: block;
  margin-top: 40px;
  margin-bottom: 100px;
}
.agents-form-wrap .agents-quick-buy img {
  margin: auto;
  display: block;
}

.agent-login-form label {
  font-weight: bold;
  font-size: 14px;
}
.agent-login-form__btn-wrap {
  margin-bottom: 60px;
}
.agent-login-form__btn-wrap .btn {
  transition: all 0.4s;
}
.agent-login-form__btn-wrap .btn:hover {
  transform: scale(1.05);
}
.agent-login-form #password-toggle {
  cursor: pointer;
}

.secondry-agent-list {
  margin: 0;
  padding: 0;
  display: flex;
}
.secondry-agent-list li {
  display: inline-block;
  margin-right: 15px;
  font-weight: light;
  color: #5b5b5b;
}
.secondry-agent-list li a {
  color: inherit;
}
.secondry-agent-list li:last-of-type {
  margin-right: 0px;
}

/* dashboard ui*/
.dashboard-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  right: auto;
  width: 200px;
  height: 100%;
  background: #fff;
  border-right: 1px solid #cfd7dd;
  z-index: 100;
  transition: all 0.8s;
}
.dashboard-sidebar__inner {
  height: 100%;
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
}
.dashboard-sidebar .dashboard-logo {
  margin-bottom: 30px;
}
.dashboard-sidebar .profile-info {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #cfd7dd;
  border-bottom: 1px solid #cfd7dd;
}
.dashboard-sidebar .profile-info__img {
  padding-right: 10px;
}
.dashboard-sidebar .profile-info__text {
  font-weight: bold;
  color: #81828a;
}
.dashboard-sidebar__toggler {
  cursor: pointer;
  background: #0d255e;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  z-index: 1000;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-weight: 900;
  border-radius: 5px;
  display: none;
}

.dashboard-nav {
  padding: 30px 0;
  margin: 0;
}
.dashboard-nav li {
  display: block;
  width: 100%;
  padding-bottom: 30px;
}
.dashboard-nav li a {
  color: inherit;
  font-weight: normal;
  display: flex;
  width: 100%;
  justify-content: left;
  align-item: center;
  color: #182730;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.4s;
}
.dashboard-nav li i {
  display: inline-block;
  margin-right: 15px;
  line-height: 24px;
}
.dashboard-nav li:hover a {
  color: #1673cc;
}

.ad-now-wrap img {
  display: block;
  margin: auto;
  cursor: pointer;
}
.ad-now-wrap .copyright {
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
}

.dashboard-main {
  background: #f8f9fa;
  min-height: 100vh;
  padding: 40px 0;
  margin-left: 200px;
  transition: all 0.8s;
}
.dashboard-main__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}
.dashboard-main__heading {
  color: #2d5a9b;
  font-weight: 300;
  font-size: 24px;
}
.dashboard-main__heading strong {
  font-weight: bold;
}
.dashboard-main__heading--medium {
  font-weight: 500;
}
.dashboard-main__heading .black {
  color: #1f232c;
}
.dashboard-main__filter-list {
  padding: 0;
  margin: 0;
  margin-left: auto;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
}
.dashboard-main__filter-list li {
  margin-right: 20px;
  list-style: none;
}
.dashboard-main__filter-list li .btn {
  display: inline-block;
  padding: 5px 20px;
}
.dashboard-main__filter-list li:last-of-type {
  margin-right: 0px;
}

.white-box {
  background: #fff;
  border: 0;
  box-radius: 0;
  padding: 25px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.white-box--m-bottom {
  margin-bottom: 30px;
}
.white-box--m-top {
  margin-top: 30px;
}
.white-box--m-left {
  margin-left: 30px;
}
.white-box--m-right {
  margin-right: 30px;
}
.white-box__heading {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #8198ac;
}

.profile-form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.profile-form__inner {
  width: 100%;
}
.profile-form__btn-wrap {
  width: 40%;
}
.profile-form__btn-wrap .btn {
  max-width: 100%;
  margin-bottom: 20px;
}
.profile-form__btn-wrap .btn:last-of-type {
  margin-bottom: 0;
}

.dashboard-form__info {
  color: #a1b1bc;
  text-align: center;
}

.profile-submit {
  text-align: right;
}
.profile-submit .btn {
  display: inline-block;
}

.dashboard-table {
  margin-bottom: 40px;
}
.dashboard-table__head th {
  font-size: 14px;
  background: #2d5a9b;
  color: #fff;
  padding: 20px 5px;
  text-align: center;
}
.dashboard-table__head th i {
  margin-left: 5px;
}
.dashboard-table tr {
  background: #fff;
}
.dashboard-table tr td {
  text-align: center;
}
.dashboard-table tr td > a {
  color: inherit;
}
.dashboard-table tr:nth-of-type(odd) {
  background: #f2f4f6;
}
.dashboard-table tr:last-of-type {
  border-bottom: 1px solid #dee2e6;
}

.pagination-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.pagination-wrap .pagination .page-item {
  color: #505050;
}
.pagination-wrap .pagination .page-item a {
  color: inherit;
}
.pagination-wrap .pagination .page-item.active a {
  color: #fff;
}

.dash-accordian__inner {
  width: 100%;
}
.dash-accordian .card {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  background: transparent;
  padding: 0 20px;
}
.dash-accordian .card:first-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.dash-accordian .card .card-header {
  background: transparent;
  padding: 0px;
}
.dash-accordian .card .card-header {
  color: #505050;
}
.dash-accordian .card .card-header .btn {
  color: inherit;
  font-weight: bold;
}
.dash-accordian__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.dash-accordian__text {
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}
.dash-accordian__link {
  padding-left: 20px;
}

.training-nav {
  padding: 0;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.training-nav li {
  font-size: 16px;
  color: #505050;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.training-nav li a {
  color: inherit;
  text-decoration: none;
}
.training-nav li .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #505050;
}
.training-nav li .icon i,
.training-nav li .icon .fa {
  line-height: 30px;
}

.faq-accordian .card {
  margin-bottom: 5px;
  border: 0;
  background: transparent;
  padding: 0 20px;
}
.faq-accordian .card .card-header {
  background: transparent;
  padding: 0px;
  border: 0px;
  padding-left: 20px;
  position: relative;
}
.faq-accordian .card .card-header:before {
  content: "-";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #1673cc;
  font-size: 24px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.faq-accordian .card .card-header {
  color: #505050;
}
.faq-accordian .card .card-header .btn {
  color: inherit;
  font-weight: bold;
}
.faq-accordian .card .card-body {
  padding: 10px;
}
.faq-accordian .card__heading {
  font-size: 28px;
  font-weight: 300;
}

.delete-alert .modal-dialog {
  max-width: 640px;
}
.delete-alert .modal-content {
  border-radius: 0px;
}
.delete-alert .modal-header {
  border-bottom: 0px;
  padding-top: 0;
}
.delete-alert__icon {
  width: 100%;
}
.delete-alert__icon img {
  margin: auto;
  display: block;
}
.delete-alert .modal-footer {
  background: #f54444;
  color: #fff;
}
.delete-alert__footer-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
}
.delete-alert__footer-info .icon {
  margin-right: 15px;
}

.discount-alert {
  width: 100%;
}
.discount-alert .modal-dialog {
  top: 200px;
}
.discount-alert .modal-header {
  background: #2e86de;
  color: #fff;
}
.discount-alert .modal-title {
  width: 100%;
}
.discount-alert__form {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.discount-alert__icon {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, 0);
}
.discount-alert__sub-head {
  background: #2865a9;
  color: #fff;
  padding: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.discount-alert__sub-head:before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12.5px 0 12.5px;
  border-color: #2864a9 transparent transparent transparent;
}
.discount-alert__coupon {
  background: #fff;
  color: #1673cc;
  font-size: 35px;
  border: 2px dashed #000;
  display: inline-block;
  margin: auto;
  font-weight: 600;
  padding: 15px 50px;
  margin-bottom: 15px;
}
.discount-alert p {
  color: #414141;
  text-align: center;
}
.discount-alert__form {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.discount-alert__form .form-group {
  width: 48%;
}
.discount-alert__form .form-control {
  border: 2px solid #2865a9;
  border-radius: 0px;
}
.discount-alert__form .btn {
  font-size: 13px;
  padding: 8px 8px;
  font-weight: bold;
  text-transform: uppercase;
}

.lead-view-row {
  display: flex;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.subscription-option-td i {
  color: #777;
}

.lead-report-wrapper .agent-avatar-wrapper {
  text-align: right;
}
.lead-report-wrapper .agent-avatar-wrapper .agent-avatar {
  max-width: 150px;
}

/* dashboard ui*/
/* responsive */
@media (min-width: 1400px) {
  .wizard-status {
    align-items: flex-start;
  }

  .wizard-status-list {
    position: sticky;
    top: 100px;
    margin-top: 200px;
    margin-bottom: 150px;
  }
}
@media (min-width: 991.99px) {
  .modal-cta .modal-dialog {
    width: 992px !important;
    max-width: 992px !important;
  }
  .modal-cta .modal-lg {
    width: 992px !important;
    max-width: 992px !important;
  }
}
@media (max-width: 991.98px) {
  .modal-cta .cta-button-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
  .modal-cta .modal-dialog {
    width: 620px !important;
  }

  .cta-side {
    display: none;
  }

  .header-main-nav {
    padding: 20px 0;
  }

  .section {
    padding: 20px 0px;
  }
  .section--pad-sm {
    padding: 30px 0;
  }
  .section--pad-md {
    padding: 40px 0;
  }
  .section--pad-lg {
    padding: 50px 0;
  }
  .section--pad-xlg {
    padding: 60px 0;
  }
  .section__info-img {
    margin-bottom: 20px;
  }
  .section--mobile {
    padding: 60px 0;
  }
  .section__info-img {
    margin-bottom: 20px;
  }

  .agents-form-wrap {
    width: 40%;
  }

  .wizard-status-list h4 {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .modal-cta .cta-side img {
    max-width: 30%;
  }
  .modal-cta .modal-dialog {
    width: 100% !important;
    /*margin: 1.75rem auto;*/
    margin: 0;
  }
  .modal-cta .cta-side {
    padding: 40px 10px !important;
  }
  .modal-cta .cta-main .cta-main-content {
    padding: 40px 68px 34px !important;
  }
  .modal-cta .cta-main .cta-main__heading {
    font-size: 23px;
    line-height: 28px;
  }
  .modal-cta .cta-button-wrapper {
    padding-right: 28px;
  }

  .header-main-nav--white-text, .header-main-nav--agent-login {
    display: none;
  }

  .section__heading {
    font-size: 24px;
  }
  .section--agent-login-bg {
    display: none;
  }
  .section__desc > .btn-wrap .btn {
    display: block;
    margin-bottom: 10px;
  }
  .section__desc > .btn-wrap .btn:last-of-type {
    margin-bottom: 0px;
  }

  .main-header--full {
    height: auto;
    min-height: auto;
  }
  .main-header--building-bg {
    background-size: cover;
  }
  .main-header--home {
    padding: 120px 25px;
  }
  .main-header--wizard {
    padding-top: 20px;
  }

  .header-main-nav .navbar-brand {
    max-width: 160px;
  }
  .header-main-nav__inner {
    padding: 0px;
  }
  .header-main-nav__inner .nav-item .nav-link {
    padding: 15px 18px;
  }
  .header-main-nav__inner .nav-item:hover:before, .header-main-nav__inner .nav-item.active:before {
    width: 100% !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
  }
  .header-main-nav--alt .header-main-nav__inner .nav-item .nav-link {
    padding: 15px 18px;
  }
  .header-main-nav--home {
    background: #173979;
  }

  .main-header--building-bg .header-main-nav {
    background: #2b82dc;
    border-bottom: 0px;
  }
  .main-header--building-bg .nav-brand--mobile {
    display: block;
  }
  .main-header--building-bg .nav-brand--md {
    display: none;
  }

  .header-inner {
    max-width: 100%;
    padding: 40px 0px;
    padding-bottom: 0px;
  }
  .header-inner__heading {
    font-size: 30px;
    text-align: center;
    text-decoration: none;
  }
  .header-inner__sub-heading {
    text-align: center;
    display: none;
  }

  .main-header-footer {
    display: none;
    position: static;
    padding-bottom: 40px;
  }
  .main-header-footer__heading {
    text-align: center;
  }
  .main-header-footer__sub-heading {
    text-align: center;
    display: block;
  }
  .main-header-footer .header-fb-share {
    display: none;
    padding-top: 20px;
    margin: auto;
    text-align: center;
  }

  .explore-more-wrap {
    display: block;
  }

  .get-started-form {
    display: block;
    text-align: center;
    margin: auto;
  }
  .get-started-form .input-group {
    background: transparent;
  }
  .get-started-form .input-group-append {
    display: none;
  }
  .get-started-form .form-control {
    border-radius: 0px !important;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
  }
  .get-started-form .form-control::placeholder {
    color: #fff;
  }
  .get-started-form .btn {
    width: 100%;
    position: static;
    margin-top: 20px;
    color: #fff;
    font-size: 21px;
    border-radius: 0;
    text-transform: uppercase;
  }

  .steps-list {
    display: block;
  }
  .steps-list li {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
    padding: 0px;
  }
  .steps-list li:before {
    display: none;
  }
  .steps-list--p-t {
    padding-top: 20px;
  }
  .steps-list--mobile {
    flex-wrap: none;
    display: flex;
  }
  .steps-list--mobile li:before {
    display: block;
    top: 25px;
    width: 30px;
    height: 24px;
    background-size: 100% 100%;
  }
  .steps-list--mobile h3 {
    font-size: 12px;
    font-weight: 500;
  }
  .steps-list--mobile .steps-list__icon {
    width: 50px;
    height: 50px;
  }
  .steps-list--mobile .steps-list__icon img {
    max-width: 25px;
  }
  .steps-list--mobile .steps-list__desc {
    display: none;
  }

  .agents-form-wrap {
    width: 100%;
    position: static;
    padding-top: 94px;
  }

  .thanks-intro {
    flex-wrap: wrap;
    text-align: center;
  }
  .thanks-intro__icon {
    margin-right: 0px;
    width: 100%;
  }
  .thanks-intro__text {
    width: 100%;
  }

  .thanks-btn-wrap {
    text-align: center;
  }
  .thanks-btn-wrap .btn {
    margin-bottom: 20px;
  }

  .lead-wizard {
    padding-left: 0px;
    width: 100%;
  }
  .lead-wizard__heading {
    font-size: 24px;
  }

  .wizard-status {
    display: none;
  }

  .wizard-form .form-group {
    margin-bottom: 20px;
  }
  .wizard-form__step.active {
    padding-bottom: 40px;
  }

  .wizard-status-list li {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .wizard-status-list__icon {
    font-size: 24px;
    line-height: 60px;
  }
  .wizard-status-list h4 {
    display: none;
  }

  /*dashboard sidebar*/
  .dashboard-sidebar {
    left: -200px;
  }
  .dashboard-sidebar.active {
    left: 0;
  }
  .dashboard-sidebar__toggler {
    display: block;
  }

  .dashboard-main {
    margin-left: 0;
  }
  .dashboard-main__header {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .dashboard-main__heading {
    width: 100%;
    margin-bottom: 10px;
  }
  .dashboard-main__heading .btn {
    width: 100%;
    margin-top: 20px;
  }
  .dashboard-main__filter-list {
    width: 100%;
    flex-wrap: wrap;
    margin-left: 0;
  }
  .dashboard-main__filter-list li {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .dashboard-main__filter-list li input {
    width: 100%;
  }
  .dashboard-main__filter-list .form-control {
    width: 100%;
    display: block;
  }

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

  /*dashboard sidebar*/
  .faq-accordian h2 .btn,
.dash-accordian h2 .btn {
    white-space: normal;
  }

  .discount-alert__form {
    flex-wrap: wrap;
  }
  .discount-alert__form .form-group {
    width: 100%;
  }
  .discount-alert__form .btn {
    white-space: normal;
    width: 100%;
  }

  .agents-form-wrap .agents-quick-buy {
    margin-bottom: 80px;
  }

  .agent-login-form__btn-wrap .btn {
    display: block;
    width: 100%;
  }

  .footer-mobile {
    display: block;
  }

  .footer-bottom {
    display: none;
  }

  .cookieConsentContainer .cookieConsentWrap {
    flex-wrap: wrap;
  }
  .cookieConsentContainer .cookieDesc {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .cookieConsentContainer .cookieButton {
    text-align: center;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
