/* fonts */
@font-face {
    font-family: LibreFranklinRegular;
    src: url(../treppy/fonts/Libre_Franklin/LibreFranklin-Regular.ttf);
}
@font-face {
    font-family: LibreFranklinBold;
    src: url(../treppy/fonts/Libre_Franklin/LibreFranklin-Bold.ttf);
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/open_sanssemibold/opensans-semibold.eot');
    src: url('../fonts/open_sanssemibold/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open_sanssemibold/opensans-semibold.woff2') format('woff2'),
         url('../fonts/open_sanssemibold/opensans-semibold.woff') format('woff'),
         url('../fonts/open_sanssemibold/opensans-semibold.ttf') format('truetype'),
         url('../fonts/open_sanssemibold/opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open_sansregular/opensans-regular-webfont.eot');
    src: url('../fonts/open_sansregular/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open_sansregular/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/open_sansregular/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/open_sansregular/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
  font-family: 'LibreFranklinRegular', 'Lato', sans-serif; }

header {
  position: fixed;
  width: 100%; }
  header .homepage-hero-module {
    position: relative; }
    header .homepage-hero-module .no-video .video-container video {
      display: none; }
    header .homepage-hero-module .no-video .video-container .poster {
      display: block !important; }
    header .homepage-hero-module .touch {
      @extends .no-video; }
    header .homepage-hero-module .video-container {
      position: relative;
      bottom: 0%;
      left: 0%;
      height: 100%;
      width: 100%;
      background: url("../img/banner.jpg") no-repeat;
      overflow: hidden;
      background-size: cover;
      background-position: center; }
      header .homepage-hero-module .video-container .poster img {
        width: 100%;
        bottom: 0;
        position: absolute; }
      header .homepage-hero-module .video-container .filter {
        z-index: 100;
        position: absolute;
        background: rgba(0, 0, 0, 0.4);
        width: 100%; }
      header .homepage-hero-module .video-container video {
        position: absolute;
        z-index: 0;
        top: 0; }
        header .homepage-hero-module .video-container video.fillWidth {
          width: 100%; }
    header .homepage-hero-module .overlay-bg-video {
      background: rgba(55, 55, 55, 0.55);
      width: 100%;
      height: 100%;
      display: block;
      position: relative; }
    header .homepage-hero-module .logo {
      display: table;
      margin: 10px auto; }
    header .homepage-hero-module .banner-title {
      color: #fff;
      font-weight: 400;
      font-size: 50px;
      margin-top: 20px;
      margin-bottom: 20px;
      text-shadow: 2px 2px rgba(51, 51, 51, 0.5); }
    header .homepage-hero-module .banner-desc {
      margin-top: 20px;
      font-size: 18px;
      color: #fff;
      font-weight: 300; }
    header .homepage-hero-module .butn {
      margin-top: 40px;
      width: auto;
      display: table;
      margin: 40px auto 0 auto;
      font-size: 16px;
      padding: 10px 70px; }
    header .homepage-hero-module .butn.learn_more:active, header .homepage-hero-module .butn.learn_more:focus {
      color: #fff;
    }
      header .homepage-hero-module .butn:hover {
        color: #fff;
        text-decoration: none; }
    header .homepage-hero-module .svgImage {
      display: table;
      margin: 30px auto;
      width: 40px;
      height: 40px; }
    header .homepage-hero-module .scroll-down {
      cursor: pointer;
      position: absolute;
      bottom: 20px;
      left: 49%;
      width: 20px; }
  header .outer {
    z-index: 0; }

#videCont {
  max-width: 75%;
  padding-bottom: 22%; }

nav.navbar-inverse {
  z-index: 999;
  padding: 10px 00px;
  background: none;
  border: none;
  transition: padding 0.3s; }
  nav.navbar-inverse .navbar-brand {
    margin-top: -10px;
    width: 150px; }
  nav.navbar-inverse .nav li a {
    color: rgba(255, 255, 255, 0.8); }
  nav.navbar-inverse .navbar-toggle {
    border: none; }
    nav.navbar-inverse .navbar-toggle:focus {
      background: none; }

nav.nav-fix {
  background: rgba(0, 0, 0, 0.95);
  padding: 5px 20px; }

.other-sec {
  top: 100vh;
  background: #fff;
  z-index: 0;
  position: relative; }

.butn {
  box-shadow: none;
  border: 1px solid transparent;
  background: #ee5921;
  font-size: 14px;
  padding: 9px 25px;
  color: #fff;
  width: 100%;
  border-radius: 4px;
  font-weight: 300; }
  .butn:hover {
    background: rgba(238, 89, 33, 0.95); }
  .butn.cancel {
    background: #fff;
    border: 1px solid #ee5921;
    color: #ee5921;
    transition: background 0.3s; }
    .butn.cancel:hover {
      background: #ee5921;
      color: #fff; }

.signup-btn {
  border: 1px solid #fff;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8) !important;
  font-weight: 500;
  transition: background 0.3s;
  border-radius: 4px;
  margin-left: 10px;
  padding: 5px 30px !important; }
  .signup-btn:hover {
    background: #fff !important;
    color: #ee5921 !important;
    font-weight: 500; }

.p-10 {
  padding: 0px 10px; }

#site-content section {
  padding: 80px 0px; }

.sec-heading {
  font-size: 30px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center; }

.outer {
  display: table;
  width: 100%;
  position: relative;
  z-index: 99999; }
  .outer .inner {
    display: table-cell;
    height: 100vh;
    vertical-align: middle;
    text-align: center;
    font-family: 'LibreFranklinRegular', "Lato",sans-serif;
  }

.clients {
  background: #f8f8f8;
  border-bottom: 1px solid #eee;
  padding: 20px 0px; }
  .clients .row {
    margin-bottom: 0px; }
    .clients .row img {
      margin-bottom: 30px; }
  .clients img {
    height: 40px;
    filter: grayscale(1);
    display: table;
    margin: 0 auto; }
    .clients img:hover {
      filter: grayscale(0); }
  .clients h3 {
    font-size: 26px;
    margin-bottom: 40px;
    margin-top: 0px;
    text-align: center;
    font-weight: 400; }
  .clients .other-plans {
    display: none; }
    .clients .other-plans .signup-btn {
      display: table;
      width: auto;
      background: transparent;
      margin: 20px auto;
      padding: 8px 50px;
      border-color: #ee5921;
      color: #ee5921 !important; }
      .clients .other-plans .signup-btn:hover {
        background: #ee5921 !important;
        color: #fff !important; }
  .clients .plan-trig {
    display: none; }

.plan-trig {
  z-index: 9;
  position: relative;
  background: #f8f8f8;
  border-radius: 50px;
  display: table;
  margin: 0 auto;
  padding: 10px 12px;
  margin-bottom: -40px;
  margin-top: 10px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.75s; }
  .plan-trig .svgImage {
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 4px; }
    .plan-trig .svgImage path {
      fill: #367589; }
  .plan-trig.opened {
    transform: rotate(180deg); }

.why-join {
  padding-bottom: 30px;
  padding-top: 60px; }
  .why-join .sec-heading {
    margin-bottom: 20px; }
  .why-join .sub-text {
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    font-weight: 400; }
  .why-join .img-sec {
    background-size: 90%;
    background-position: center;
    height: 40vh;
    background-repeat: no-repeat; }
    .why-join .img-sec.technology {
      background-image: url("../img/what-is/leverage.svg"); }
    .why-join .img-sec.custom-web {
      background-image: url("../img/what-is/Group3.svg"); }
    .why-join .img-sec.trust {
      background-image: url("../img/what-is/Group1.svg"); }
    .why-join .img-sec.sell {
      background-image: url("../img/what-is/Untitled%202.svg"); }
  .why-join .wjs-text {
    margin: 10px 20px 10px 20px;
    font-size: 20px;
    font-weight: 300; }
  .why-join h4 {
    margin-left: 20px;
    margin-top: 20px;
    font-size: 28px;
    color: #666;
    margin-bottom: 20px; }
  .why-join .inner {
    height: 40vh; }

.steps {
  background: #fbfbfb; }
  .steps .sec-heading {
    margin-bottom: 50px; }
  .steps .step-item {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .steps .step-item:last-child {
      border-right: none; }
    .steps .step-item img {
      width: 90px;
      margin: 0 auto;
      display: table;
      margin-top: 20px; }
  .steps .circle {
    position: relative;
    z-index: 9;
    width: 30px;
    height: 30px;
    background: #ddd;
    display: table;
    margin: 0px auto;
    border-radius: 50px;
    color: #333;
    font-size: 12px;
    padding-top: 6px;
    text-align: center; }
  .steps p {
    text-align: center;
    margin-top: 20px;
    font-size: 16px; }
  .steps .line-row {
    position: relative; }
    .steps .line-row .hline {
      position: absolute;
      width: 100%;
      height: 5px;
      left: 0px;
      top: 155px;
      z-index: 0;
      border-top: 1px dotted #333; }
    .steps .line-row .vline {
      height: 50%;
      width: 5px;
      top: 0px;
      left: 50%;
      position: absolute;
      border-left: 1px dotted #333; }
      .steps .line-row .vline.opp {
        top: auto;
        bottom: 0px; }

.testimonials {
  display: none;
  background-attachment: fixed; }
  .testimonials .testimonial-item {
    margin: 0 auto;
    display: table;
    position: relative;
    padding: 0px 50px; }
  .testimonials p {
    text-align: center;
    line-height: 26px; }
  .testimonials .quote-area {
    position: absolute; }
    .testimonials .quote-area .svgImage {
      width: 20px;
      height: 20px; }
      .testimonials .quote-area .svgImage path {
        fill: rgba(51, 51, 51, 0.5); }
    .testimonials .quote-area.tl {
      top: 0px;
      left: 0px; }
    .testimonials .quote-area.br {
      bottom: 0px;
      transform: rotate(180deg);
      right: 0px; }

.sec-desc {
  text-align: center;
  margin: 15px 50px 40px 50px;
  font-weight: 300; }

.cta {
  background: url("../img/testimonials/back4.jpg") no-repeat;
  background-position: center;
  position: relative;
  background-size: cover;
  color: #fff; }
  .cta .sec-heading {
    margin-bottom: 30px; }
  .cta p {
    line-height: 24px;
    font-size: 16px;
    margin-right: 100px;
    margin-left: 100px; }
  .cta form {
    margin-top: 10px; }
    .cta form .form-control {
      box-shadow: none;
      border-radius: 4px;
      height: 40px;
      font-weight: 300;
      border: 1px solid #fbfbfb;
      opacity: 0.9; }
      .cta form .form-control:focus {
        border-color: #ee5921;
        opacity: 1; }
  .cta .insurer-register {
    text-align: center;
    display: inherit;
    margin-top: 40px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 100; }
    .cta .insurer-register a {
      margin-left: 10px;
      color: rgba(255, 255, 255, 0.9); }
  .cta:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px; }
  .cta .container {
    position: relative;
    z-index: 9; }

.accredition {
  padding: 30px 0px; }
  .accredition .img-container {
    display: table;
    margin: 0 auto; }
  .accredition img {
    opacity: 0.8;
    margin: 0px 50px;
    filter: grayscale(1);
    display: inline-block;
    vertical-align: middle; }
    .accredition img:hover {
      filter: grayscale(0);
      opacity: 1; }



.top-footer {
  
  background: rgba(0, 0, 0, 0.95);
  padding: 10px 0px;
  color: #fff; }
  .top-footer .insurance-companies ul {
    margin-top: 20px;
    padding-left: 0px; }
    .top-footer .insurance-companies ul li {
      margin-left: 0px;
      display: block;
      text-align: left;
      margin-bottom: 10px; }
      .top-footer .insurance-companies ul li a {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        font-weight: 300; }
        .top-footer .insurance-companies ul li a:hover {
          text-decoration: none;
          color: white; }
  .top-footer .insurance-companies .text-center img {
    margin-top: 0px;
    display: inline-block; }
  .top-footer .insurance-companies .text-center p {
    font-size: 13px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 0px;
    text-overflow: rgba(255, 255, 255, 0.8); }

.scroll-arrow {
  cursor: pointer;
  display: none;
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  padding-left: 10px;
  background: #ee5921;
  border-radius: 50px; }
  .scroll-arrow .svgImage {
    width: 20px;
    height: 20px; }

.owl-theme .owl-dots .owl-dot span {
  background: rgba(51, 51, 51, 0.6); }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ee5921; }

.remodal {
  padding: 0px;
  max-width: 550px; }
  .remodal .remodal-header {
    padding: 10px 25px;
    background: #ee5921; }
    .remodal .remodal-header h3 {
      margin: 0px;
      font-size: 16px;
      color: #fff;
      text-align: left;
      font-weight: 300; }
  .remodal .modal-body {
    padding: 20px 40px; }
  .remodal .remodal-close {
    right: 0px;
    left: auto;
    color: rgba(255, 255, 255, 0.6); }
    .remodal .remodal-close:hover {
      color: white; }
  .remodal .form-horizontal .control-label {
    font-weight: 300; }
  .remodal .form-horizontal .form-control {
    border-radius: 4px;
    height: 40px;
    box-shadow: none; }
    .remodal .form-horizontal .form-control:focus {
      border-color: #ee5921; }
    .remodal .form-horizontal .form-control::-webkit-input-placeholder {
      font-weight: 300; }
  .remodal .form-horizontal textarea {
    height: 90px !important; }
  .remodal .form-horizontal .butn {
    width: auto;
    float: right;
    margin-left: 20px;
    padding: 8px 30px;
    margin-bottom: 0px; }
    .remodal .form-horizontal .butn:first-of-type {
      margin-right: 0px; }

.learnmore-desc-sec h1 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px; }

.learnmore-desc-sec p.sub-text {
  margin-top: 30px;
  font-size: 15px;
  margin-bottom: 30px; }

.learnmore-desc-sec h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px; }

.learnmore-desc-sec .item {
  margin-bottom: 30px; }

.sign-up {
  padding: 20px 0px;
  background: #f9f9f9; }
  .sign-up h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 80px; }
  .sign-up .form {
    display: flow-root; }
    .sign-up .form h1 {
      text-align: center; }
  .sign-up .sw-theme-circles {
    box-shadow: none; }
    .sign-up .sw-theme-circles .step-content {
      background: none;
      border: none;
      box-shadow: none; }
    .sign-up .sw-theme-circles > ul.step-anchor {
      background: none;
      width: auto;
      display: table;
      margin: 0 auto;
      margin-bottom: 90px;
      padding-right: 30px; }
      .sign-up .sw-theme-circles > ul.step-anchor:before {
        height: 3px;
        background: #ccc; }
      .sign-up .sw-theme-circles > ul.step-anchor > li.active > a {
        background: #ee5921;
        border-color: #ee5921; }
      .sign-up .sw-theme-circles > ul.step-anchor > li.done > a {
        background: #2b842b;
        border-color: #2b842b; }
      .sign-up .sw-theme-circles > ul.step-anchor > li > a {
        width: 58px;
        height: 58px;
        padding: 17px 0px;
        margin-top: 10px;
        background: #ccc;
        color: #fff;
        border-color: #ccc; }
      .sign-up .sw-theme-circles > ul.step-anchor > li:first-child {
        margin-right: 80px; }
  .sign-up .sw-toolbar {
    background: none;
    border: none;
    padding-right: 111px; }
  /*.sign-up .form-group {
    margin-bottom: 25px; }*/
    .sign-up .form-group label {
      font-weight: 400; }
    .sign-up .form-group .form-control {
      height: 40px;
      box-shadow: none; }
      .sign-up .form-group textarea.form-control {
      height: auto;
      box-shadow: none; }
      .sign-up .form-group .form-control:focus {
        border-color: #ee5921; }
    .sign-up .form-group input:focus {
      outline: none; }
    .sign-up .form-group .bootstrap-select > .form-control {
      border: none; }
    .sign-up .form-group .bootstrap-select .btn.form-control {
      border: 1px solid #ccc; }
      .sign-up .form-group .bootstrap-select .btn.form-control:focus {
        outline: none !important; }
    .sign-up .form-group .bootstrap-select a:focus {
      outline: none; }
  .sign-up .button-sec {
    clear: both; }
  .sign-up .butn {
    width: auto;
    margin-left: 20px; 
    font-family: 'open_sansregular';
  }

.checkbox-types {
  margin-top: 6px;
  margin-bottom: 11px;
  display: inline-block;
  width: auto;
  margin-right: 20px;
  vertical-align: middle; }
  .checkbox-types .squaredThree {
    position: relative;
    vertical-align: middle;
    margin-right: 6px;
    width: 20px;
    display: inline-block; }
    .checkbox-types .squaredThree label {
      cursor: pointer;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 2px;
      left: 0px;
      border: 1px solid #999999;
      background: #fff; }
      .checkbox-types .squaredThree label:after {
        opacity: 0;
        content: '';
        position: absolute;
        width: 10px;
        height: 5px;
        background: transparent;
        top: 5px;
        left: 4px;
        border: 2px solid #333;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .checkbox-types .squaredThree label:hover {
        border-color: #333; }
    .checkbox-types .squaredThree input[type=checkbox]:checked + label:after {
      opacity: 1; }
  .checkbox-types .checkbox-label {
    display: inline-block;
    vertical-align: middle; }
    .checkbox-types .checkbox-label label {
      font-weight: 400;
      margin-bottom: 1px; }

.faq-sec {
  margin-top: 30px; }
  .faq-sec .sec-heading {
    margin-bottom: 40px; }
  .faq-sec .card {
    padding: 20px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    margin-bottom: 50px; }
    .faq-sec .card .ques {
      font-size: 21px;
      margin-bottom: 20px; }
    .faq-sec .card .answer {
      padding-left: 10px;
      line-height: 23px; }
    .faq-sec .card .plan-trig {
      background: #fff;
      box-shadow: 0px 1px 5px rgba(54, 117, 137, 0.2); }
    .faq-sec .card .other-plans {
      display: none; }

.privacy-policy {
  line-height: 26px; }
  .privacy-policy .sec-heading {
    text-align: left; }
  .privacy-policy h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px; }
  .privacy-policy h5 {
    font-size: 15px;
    font-weight: 600; }
  .privacy-policy p {
    font-size: 14px; }
  .privacy-policy .disclaimer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    padding-top: 30px; }
    .privacy-policy .disclaimer p {
      color: rgba(0, 0, 0, 0.6)  !important; }
	 .privacy-policy .disclaimer h5 {
      color: rgba(0, 0, 0, 0.6)  !important; }
  .privacy-policy .tab-content > div > div {
    margin-bottom: 50px; }

.other-sec .tab-content {
  padding-top: 70px; }

.other-sec .nav-tabs {
  border-color: #333; }
  .other-sec .nav-tabs li.active a {
    border-color: #333;
    border-bottom-color: #fff; }
    .other-sec .nav-tabs li.active a:hover {
      border-color: #333;
      background: none;
      border-bottom-color: #fff; }
  .other-sec .nav-tabs li a {
    color: #333; }
    .other-sec .nav-tabs li a:hover {
      background: rgba(240, 240, 240, 0.5);
      border-color: transparent; }

.login-modal {
  max-width: 450px; }
  .login-modal .modal-body {
    padding: 25px 53px; }
    .login-modal .modal-body a {
      float: right;
      color: #333;
      margin-bottom: 20px;
      margin-right: -15px; }

/*.about {
  padding-top: 100px; }*/
  .about p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px; }
    .about p:last-child {
      margin-bottom: 0px; }
  .about blockquote {
    margin-bottom: 40px;
    border-color: rgba(239, 89, 33, 0.5); }

.about-sec .cta {
  text-align: center; }
  .about-sec .cta h3 {
    position: relative;
    z-index: 9; }
  .about-sec .cta .butn {
    margin-top: 30px;
    position: relative;
    z-index: 9;
    width: auto;
    padding-left: 38px;
    padding-right: 38px; }

.about-sec .ques {
  padding: 20px;
  background: #f7f7f7; }
  .about-sec .ques p {
    margin-bottom: 0px; }

.how-it-works p {
  margin-bottom: 30px; }

.how-it-works p, .how-it-works li {
  font-size: 16px;
  line-height: 26px; }

.how-it-works ol {
  margin-top: 25px;
  padding-left: 15px; }

.how-it-works li {
  margin-bottom: 15px; }
  .how-it-works li ul {
    margin-top: 20px;
    margin-bottom: 20px; }
    .how-it-works li ul li {
      margin-bottom: 10px; }

.how-it-works h4.sub-head {
  font-size: 16px;
  margin: 50px 0px; }

.how-it-works .steps {
  background: #fff;
  margin: 40px 0px; }
  .how-it-works .steps .image-block {
    display: inline-block;
    width: 80px;
    vertical-align: middle;
    margin-right: 20px;
    height: 80px;
    padding-left: 20px;
    padding-top: 20px;
    border-radius: 100px;
    background: #f7f7f7; }
  .how-it-works .steps .svgImage {
    width: 40px;
    height: 40px; }
    .how-it-works .steps .svgImage text {
      display: none; }
    .how-it-works .steps .svgImage path, .how-it-works .steps .svgImage rect {
      fill: #ee5921; }
    .how-it-works .steps .svgImage.first {
      width: 65px;
      margin-top: -6px;
      margin-left: -10px;
      height: 65px; }
  .how-it-works .steps h4 {
    font-size: 20px;
    font-weight: 100; }
  .how-it-works .steps .step-text {
    display: inline-block;
    vertical-align: middle; }
    .how-it-works .steps .step-text ol li {
      margin: 0px;
      font-weight: 100;
      font-size: 17px; }

.how-it-works .butn {
  margin: 0 auto;
  display: table;
  width: auto;
  font-size: 16px; }

.clear {
  clear: both; 
}

div.help-block{text-align: left;}
.alert-dismissable .close, .alert-dismissible .close{margin: 0px !important;}
.pad0{padding: 0px !important;}
.pad-t-0{padding-top: 0px !important;}
.pad-l-0{padding-left: 0px;}
.pad-r-0{padding-right: 0px;}
.sign-up .form-group input[type="checkbox"]:focus{outline-offset: 0px; outline: none !important;}
.mar-b10{margin-bottom: 10px !important;}
.mar-b15{margin-bottom: 15px !important;}
.mar-b30{margin-bottom: 30px !important;}
.mar-t20{margin-top: 20px !important;}
.mar-r20{margin-right: 20px !important;}
.mar-t10{margin-top: 10px !important;}
.mar-t0{margin-top: 0px !important;}
.mar0{margin: 0px !important;}
.has-error div.bootstrap-select button.form-control{border-color: #a94442 !important;}
.lines_of_insurance_chk .checkbox-types{margin-bottom: 0px !important;}
#home_signup div.help-block{color: #FFF; font-weight: bold;}
.iblock{display: inline-block;}
.new_article{font-family: 'LibreFranklinRegular', 'Lato', sans-serif;}
#site-content .new_article_title{padding: 60px 0px 0px;}
.new_article a.butn{text-decoration: none;display: inline-block;}.new_article a.butn:hover{text-decoration: none; color: #fff;}
.sign-up .form-group label:not([for=""]){cursor: pointer;}
input.error, textarea.error{
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}
#myNavbar > ul > li {
  padding: 12px 10px;
}
#myNavbar > ul > li > a {
  padding: 3px 5px;
  border-radius: 5px;
  font-family: open_sanssemibold;
}
#myNavbar > ul > li > a.active, #myNavbar > ul > li > a:hover {
  background: #ee5921;
}
.bootstrap-select .dropdown-menu{z-index: 10000;}
#agents_login #login_loader, #agents_forgotpwd_form #forgot_loader{padding: 9px 30px;display: none;}
nav.nav-fix a.signup-bt{
  background: #ee5921;
}
.none {display: none;}

/* Start of ajax loaders */
.animationload_div {
  background-color: #000;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  opacity: .9;
  z-index: 999999999;
  display: table; }

.modal-open .animationload_div {
  z-index: 100000000; }

.animationload {
  background-color: #000;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  opacity: .9;
  z-index: 999999999; }

.animationload_2 {
  background-color: #000;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  opacity: .9;
  z-index: 999999999; }

.loader-double-line {
  padding-top: 45px !important; }

.ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: transparent;
  border: 3px solid #3c3c3c;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-family: sans-serif;
  font-size: 20px;
  color: #FF7500;
  letter-spacing: 2px;
  padding-top: 60px;
  text-shadow: 0 0 10px #FF7500;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.ring em {
  font-size: 17px; }

.ring span {
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  width: 50%;
  height: 4px;
  background: transparent;
  transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  animation-name: animate;
  -o-animation-name: animate;
  -ms-animation-name: animate;
  -webkit-animation-name: animate;
  -moz-animation-name: animate;
  animation-duration: 2s;
  -o-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear; }

.ring span:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #FF7500;
  top: -6px;
  right: -8px;
  box-shadow: 0 0 20px #FF7500; }

@keyframes animateCircle {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-o-keyframes animateCircle {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg); } }

@-ms-keyframes animateCircle {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg); } }

@-webkit-keyframes animateCircle {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes animateCircle {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@keyframes animate {
  0% {
    transform: rotate(45deg); }
  100% {
    transform: rotate(405deg); } }

@-o-keyframes animate {
  0% {
    -o-transform: rotate(45deg); }
  100% {
    -o-transform: rotate(405deg); } }

@-ms-keyframes animate {
  0% {
    -ms-transform: rotate(45deg); }
  100% {
    -ms-transform: rotate(405deg); } }

@-webkit-keyframes animate {
  0% {
    -webkit-transform: rotate(45deg); }
  100% {
    -webkit-transform: rotate(405deg); } }

@-moz-keyframes animate {
  0% {
    -moz-transform: rotate(45deg); }
  100% {
    -moz-transform: rotate(405deg); } }
/* End of ajax loaders */

@media only screen and (max-width: 1200px) {
  footer ul.left-ul {
      margin-left: 0px;
      }
}
@media only screen and (max-width: 1000px) {
.power {
    float: left;
    margin-top: 0;
    text-align: center;
}
.footer .container{
  width:100%;
  display:flex;
   flex-direction: column-reverse;
}
.footer_links{
  margin-right:0px;
  text-align:center;
  width:100%;
  margin-bottom:5px;
  height:auto;
}
.footer_links a{
  float:none;
  margin-right:0px;
  text-decoration:none;
  display:inline-block;
}
.footer .container{
  width:100%;
  display:flex;
   flex-direction: column-reverse;
}
.footer_links{
  margin-right:0px;
  text-align:center;
  width:100%;
  margin-bottom:5px;
  height:auto;
}
.footer_links a{
  float:none;
  margin-right:0px;
  text-decoration:none;
  display:inline-block;
}
.copy_rg{
  margin:0;
  text-align:center;
  width:100%;
  height:auto;
}
}

@media only screen and (max-width: 992px) {
  footer p{
    text-align: center;
    margin-bottom: 8px;
  }
}
@media (max-width: 600px) {
  header .homepage-hero-module .banner-title {
    font-size: 35px; }
  header .homepage-hero-module .banner-desc {
    font-size: 18px; }
  header .outer {
    z-index: 999999; }
  .why-join .img-sec {
    height: 30vh;
    margin-top: 40px;
    margin-bottom: -20px; }
  footer p {
    text-align: center;
    margin-bottom: 8px; }
  footer ul li a {
    display: block;
    margin-bottom: 5px; }
  .cta .sec-desc {
    margin: 0px 20px !important; }
  .cta .form-control {
    margin-bottom: 15px; }
  .cta .insurer-register {
    margin: 0px;
    margin-top: 20px; }
  .steps .step-item {
    margin-top: 40px; }
  footer ul {
    padding: 0px;
    margin-top: 20px; }
    footer ul.left-ul {
      margin-left: 0px; }
  .privacy-policy .nav-tabs, .faq-sec .nav-tabs {
    border: none; }
    .privacy-policy .nav-tabs li, .faq-sec .nav-tabs li {
      display: block;
      float: none; }
      .privacy-policy .nav-tabs li.active a, .privacy-policy .nav-tabs li:hover a, .faq-sec .nav-tabs li.active a, .faq-sec .nav-tabs li:hover a {
        background: none !important;
        border-width: 0px 0px 0px 4px;
        border-radius: 0px; }
  .sign-up h1 {
    margin-bottom: 30px; }
  .sign-up ul {
    margin-bottom: 0px !important; }
  .sign-up .btn-finish {
    margin-bottom: -26px;
    margin-right: 18px;
    /*display: block !important;*/ }
  .sign-up .sw-btn-group {
    float: left;
    width: 100%;
    margin-top: -15px; }
  .sign-up .sw-btn-group-final {
    float: left !important;
    width: auto !important;
    margin-top: 8px !important; }
  .sign-up .sw-btn-group-extra{
    float: right !important;
    width: auto;
  }
  .sign-up .sw-toolbar {
    padding-right: 0px; }
  .sign-up .sw-btn-prev.butn {
    float: left;
    margin-left: 5px !important; }
  .sign-up .sw-btn-next.butn {
    float: right;
    margin-right: 20px; }
  .how-it-works .steps {
    text-align: center;
    margin-bottom: 20px; }
    .how-it-works .steps .svgImage {
      display: block; } 

    }

.sw-theme-circles > ul.step-anchor > li.active > a > small {
  color: #333; }

#vidBox {
  display: none; }
@media only screen and (max-width: 414px) {
.copy_rg{
  font-size:12px;
}
.footer_links a {
    margin-right: 0;
}
.cilent_sec h1{
  font-size:22px;
}
}
@media screen and (max-width: 360px) {
  #agents_login .submit_boxes .butn:last-child{margin-left: 0px;}
  #agents_forgotpwd_form .submit_boxes .butn:last-child{margin-left: 0px;}

  #agents_login .submit_boxes .butn:first-child{margin-left: 10px;}
  #agents_forgotpwd_form .submit_boxes .butn:first-child{margin-left: 10px;}
}
@media only screen and (max-width: 320px) {
.footer_links a{
  margin-right:11px;
}
.top_links a {
    margin-right: 8px;
}
}
.menuBar {box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);}

.pending {
  background-color: #fff8dc !important;
}