img {
  max-width: 100%;
}
strong {
  font-family: roboto;
  font-weight: normal;
}
/* Miscellaneous  */
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.right {
  float: right;
}
.left {
  float: left;
}
/* Containers */
.center {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 20px;
}



/*************************
**** =MAIN-SLIDER
*************************/
#banner {
  position: relative;
  background: #707e8e url('../img/banner1.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
}
.new_templates section.white_bg {
    background: #fff none repeat scroll 0 0;
}
@media (max-width: 480px) {
  #banner {
    background-image: none;
  }
}
#banner.banner2 {
  position: relative;
  background: #707e8e url('../img/banner2.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
}
@media (max-width: 480px) {
  #banner.banner2 {
    background-image: none;
  }
}
#banner.banner3 {
  background: #707e8e url('../img/banner.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
}
@media (max-width: 480px) {
  #banner.banner3 {
    background-image: none;
  }
}
#banner.banner-new {
  background: #707e8e url('../img/new-banner.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
  text-align: center;
  padding-top: 100px;
}
@media (max-width: 480px) {
  #banner.banner-new {
    background-image: none;
    padding-top: 0;
  }
}
#banner.banner-med {
  background: #fff;
  background-size: cover;
  background-attachment: scroll;
  text-align: center;
  padding-top: 100px;
}
@media (max-width: 480px) {
  #banner.banner-med {
    background-image: none;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #banner.banner-med .banner-inner {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
#banner.banner-med p {
  color: #758697;
  font-size: 18px;
  max-width: 600px;
  margin: 40px auto 20px auto;
}
@media (min-width: 1200px) {
  #banner.banner-med.banner-maximeyes {
    background: url('../img/bg-glasses.png') no-repeat;
    background-position: right bottom;
  }
}
@media (min-width: 1200px) {
  #banner.banner-med.banner-clinko {
    background: url('../img/bg-stethoscope.png') no-repeat;
    background-position: right -250px center;
  }
}
/* ZenCash Banner */
.banner-new .banner-inner {
  padding-bottom: 80px!important;
}
@media (max-width: 480px) {
  .banner-new .banner-inner {
    padding-bottom: 20px!important;
  }
}
.banner-new .img {
  display: block;
  margin: 0 auto;
}
.banner-new .btn {
  margin-top: 20px;
  margin-bottom: 10%;
}

.banner-new .btn_quick {
  margin-bottom: 10%;
}

p.clear-text {
  margin-bottom: 40px;
}

.banner-new .banner-arrow {
  display: block;
  width: 41px;
  height: 41px;
  margin: 0 auto;
  background: url('../img/banner-arrow.png') no-repeat center center;
}
/* Inner */
#banner .banner-inner {
  padding-top: 40px;
  padding-bottom: 150px;
  position: relative;
  z-index: 10;
  color: #fff;
}
#banner .banner-inner .text-center {
  margin-top: 30px;
}
#banner .rated {
  text-align: center;
  padding-top: 40px;
  margin-top: 40px;
  background: url('../img/stars.png') no-repeat top center;
}
.section-title.text-center.mbn {
    color: #fff;
}
#banner .rated p {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}
#banner .btn {
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 20px;
}

#banner .btn_quick {
  padding: 20px 30px 20px 30px;
  margin-right: 20px;
  font-weight: 500;
  border-radius: 3px;
  font-size: 23px;
}


#banner .btn-default {
  background: rgba(76, 99, 123, 0.2);
}
#banner .btn.watch span {
  margin-right: 18px;
}
/* Slider */
#banner .slider {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#banner .slider .slides {
  height: 100%;
  width: 100%;
}
#banner .slider .slides li {
  width: 100%;
  height: 100%;
  background: no-repeat center top fixed;
  background-size: cover;
}
/*************************
**** =MAIN
*************************/
#main section {
  padding: 90px 0 100px;
}
#main section .section-title {
  margin-bottom: 35px;
  margin-top: 0;
}
#main section .section-sub-title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: roboto;
  margin-bottom: 24px;
}
#main section .section-description {
  margin-bottom: 50px;
}
/*** =Backgrounds
*********************************/
.gray-bg {
  background-color: #f2f6fa;
}
.blue-bg {
  background-color: #E4EBF1;
}
.light-blue-bg {
  background-color: #F1F5F9;
}
.light-blue2-bg {
  background-color: #e8edf4;
}
.dark-bg {
  background-color: #3b5066 !important;
  color: #fff;
}
.dark-bg a {
  color: #fff;
}
.primary-bg {
  background-color: #36aeea;
  color: #fff;
}
.primary-bg a {
  color: #fff;
}
.primary-bg .btn-primary {
  background: #5ebeee;
}
.primary-bg .btn-primary:hover {
  background: #3589b3;
}
.image-bg {
  background: transparent no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
/* Worked With */
#worked-with ul,
#worked-with .work-logo {
  display: inline-block;
  vertical-align: middle;
}
#worked-with ul {
  display: inline-block;
  margin: 0;
}
#worked-with ul li {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  background: #b8c6d6;
  float: left;
  margin: 0 25px;
  position: relative;
}
#worked-with ul li:hover {
  background: #2fb0ee;
}
#worked-with ul li:before {
  content: '';
  position: absolute;
  right: 100%;
  margin-right: 10px;
  top: 50%;
  margin-top: -3px;
  width: 30px;
  height: 6px;
  vertical-align: middle;
  background: url("../img/icons/dots.png") no-repeat center top;
}
#worked-with ul li:first-child:before {
  visibility: hidden;
  display: none;
}
#worked-with ul li span {
  width: 0;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -99999px;
  height: 100%;
}
#worked-with .work-logo {
  text-indent: -99999px;
  text-align: left;
  background: url("../img/icons/logo2.png") no-repeat center top;
  width: 136px;
  height: 137px;
  margin: 0 58px;
  position: relative;
}
#worked-with .work-logo:before,
#worked-with .work-logo:after {
  content: '';
  width: 40px;
  height: 25px;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  background: url("../img/icons/arrows.png") no-repeat 0 0;
}
#worked-with .work-logo:before {
  right: 100%;
  margin-right: 22px;
}
#worked-with .work-logo:after {
  background-position: right 0;
  left: 100%;
  margin-left: 22px;
}
@media only screen and (max-width: 1100px) {
  #worked-with .work-logo {
    display: block;
    margin: 20px auto;
  }
}
/*** =Sec-Features
*********************************/
#sec-features {
  position: relative;
}
#sec-features .features {
  width: 43%;
  padding-top: 41px;
  font-size: 14px;
}
#sec-features .features h3 {
  font-size: 20px;
}
#sec-features .features .feature {
  margin-bottom: 60px;
}
#sec-features .features .text {
  min-height: 130px;
  margin-bottom: 20px;
}
#sec-features .features .btn {
  padding: 16px 25px 13px;
  font-size: 12px;
  border-radius: 3px;
  /*margin-top: 40px;*/
}
#sec-features .dashboard {
  padding-top: 36px;
  background: #b8c6d6;
  border-radius: 4px;
  position: absolute;
  left: 53%;
  top: 0;
}
#sec-features .dashboard:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 11px;
  width: 40px;
  height: 10px;
  background: url("../img/icons/dashboard-dots.png") no-repeat center top;
}
#sec-features .dashboard img {
  max-width: none;
  max-height: 780px;
}
/* Features */
.features .feature h3 .icon {
  margin-right: 21px;
}
/*** =testimonials
*********************************/
.sec-testimonials {
  background-image: url("../img/bg2.png");
  -ms-background-position-x: bottom !important;
  background-position-x: bottom !important;
}
.sec-testimonials.with_white_bg {
  background-color: #fff;
    background-image: url("../img/about_bottom.jpg");
    background-size: cover;
}
.with_white_bg .section-title.text-center.mbn {
    color: #556e86;
}
.white_bg_pricing {
	background-color: #fff;
}
.primary-bg h2 {
    color: #fff;
}
/* Testimonials */
@media (min-width: 768px) {
  .testimonials .col-sm-6:first-child {
    padding-right: 50px;
  }
  .testimonials .col-sm-6:last-child {
    padding-left: 50px;
  }
}
/*** =sec-steps
*********************************/
.sec-steps .buttons .btn {
  min-width: 180px;
  padding-left: 30px;
  padding-right: 30px;
}
/* Steps */
#steps .step {
  margin-bottom: 70px;
}
#steps .step .thumb {
  height: 50px;
}
/*** =Customer Portal
*********************************/
.portal-features {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
#customer-portal {
  position: relative;
}
#customer-portal.tourpage .portal-features {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
#customer-portal.tourpage .portal-features img {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #customer-portal.tourpage .portal-features img {
    margin-top: 40px;
  }
}
#customer-portal.tourpage .portal-features img + p {
  font-size: 14px;
  padding-left: 70px;
  position: relative;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  #customer-portal.tourpage .portal-features img + p {
    width: 100%;
  }
}
#customer-portal.tourpage .portal-features img + p:before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url('../img/tour-portal-icon.png') no-repeat;
  margin-right: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#customer-portal .customer-portal {
  padding-top: 36px;
  border-radius: 4px;
  position: absolute;
  right: 55%;
  top: 0;
}
#customer-portal .portal-features {
  padding-top: 100px;
  padding-bottom: 160px;
}
#customer-portal .portal-features ul {
  margin-top: 40px;
  margin-bottom: 0;
}
#customer-portal .portal-features ul + p {
  margin-bottom: 30px;
}
#customer-portal .portal-features ul li {
  display: block;
  width: 50%;
  float: left;
  height: 60px;
  padding-left: 50px;
  position: relative;
  line-height: 1.2;
}
#customer-portal .portal-features ul li:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -5px;
}
#customer-portal .portal-features ul li:nth-child(1):before {
  background: url('../img/portal-icon1.png') no-repeat;
  background-size: 100%;
}
#customer-portal .portal-features ul li:nth-child(2):before {
  background: url('../img/portal-icon2.png') no-repeat;
  background-size: 100%;
}
#customer-portal .portal-features ul li:nth-child(3):before {
  background: url('../img/portal-icon3.png') no-repeat;
  background-size: 100%;
}
#customer-portal .portal-features ul li:nth-child(4):before {
  background: url('../img/portal-icon4.png') no-repeat;
  background-size: 100%;
}
#customer-portal .portal-features ul li:nth-child(5):before {
  background: url('../img/portal-icon5.png') no-repeat;
  background-size: 100%;
}
/*** =Recurring Payments
*********************************/
#banner.recurring-payment-banner {
  background: #707e8e url('../img/recurring-payment-bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
  text-align: center;
  padding-top: 100px;
}
#banner.recurring-payment-banner .banner-inner {
  padding-top: 200px;
  padding-bottom: 200px;
}
#banner.recurring-payment-banner h1 {
  font-weight: bold;
}
@media (max-width: 480px) {
  #banner.recurring-payment-banner {
    background-image: none;
    padding-top: 0;
  }
  #banner.recurring-payment-banner .banner-inner {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
.recurring-payments {
  position: relative;
}
.recurring-payments .btn {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .recurring-payments .macbook {
    min-width: 1000px;
    position: absolute;
    left: auto;
    right: 55%;
    bottom: -110px;
  }
}
.recurring-payments-features {
  margin-top: 40px;
  margin-bottom: 0;
}
.recurring-payments-features + p {
  margin-bottom: 30px;
}
.recurring-payments-features li {
  display: block;
  width: 50%;
  float: left;
  height: 60px;
  padding-left: 50px;
  position: relative;
  line-height: 1.2;
}
.recurring-payments-features li:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -5px;
}
.recurring-payments-features li:nth-child(1):before {
  background: url('../img/recurring-icon1.png') no-repeat;
  background-size: 100%;
}
.recurring-payments-features li:nth-child(2):before {
  background: url('../img/recurring-icon2.png') no-repeat;
  background-size: 100%;
}
.recurring-payments-features li:nth-child(3):before {
  background: url('../img/recurring-icon3.png') no-repeat;
  background-size: 100%;
}
.recurring-payments-features li:nth-child(4):before {
  background: url('../img/recurring-icon4.png') no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .recurring-payment-section .section-title {
    margin-top: 30px!important;
  }
}
@media (min-width: 992px) {
  .recurring-payment-section .section-title {
    margin-top: 100px!important;
  }
}
.reccuring-integrates {
  padding-top: 100px!important;
  padding-bottom: 100px!important;
}
.reccuring-integrates .section-image {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .reccuring-integrates {
    padding-top: 200px!important;
    padding-bottom: 200px!important;
  }
  .reccuring-integrates .image-right {
    text-align: right;
  }
}
.reccuring-integrates h3 {
  color: #38b1eb;
  font-size: 14px;
}
.reccuring-integrates h3 img {
  max-width: 25px;
  margin-right: 5px;
}
.subscription-billing img {
  max-width: 60px;
}
.why-our-method img {
  max-width: 50px;
}
/*** =Why Choose
*********************************/
.why-choose {
  position: relative;
}
.why-choose .btn {
  margin-bottom: 40px;
}
.why-choose .macbook {
  position: relative;
  bottom: -55px;
}
@media (min-width: 768px) {
  .why-choose .macbook {
    min-width: 1000px;
    position: absolute;
    left: auto;
    right: 55%;
    bottom: -110px;
  }
  .why-choose .macbook.macbook-right {
    right: auto;
    left: 55%;
    bottom: -200px;
  }
}
.why-choose .section-title {
  font-size: 24px;
}
.why-choose > .section-title {
  color: #4c637b;
  margin-bottom: 20px!important;
}
@media (min-width: 768px) {
  .why-choose > .section-title {
    font-size: 30px;
  }
}
.why-choose > .section-description {
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .why-choose > .section-description {
    margin-bottom: 120px!important;
  }
}
.why-choose > .section-description:before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #36aeea;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.why-choose-features {
  margin-top: 40px;
  margin-bottom: 0;
}
.why-choose-features + p {
  margin-bottom: 30px;
}
.why-choose-features li {
  display: block;
  width: 50%;
  float: left;
  height: 60px;
  padding-left: 50px;
  position: relative;
  line-height: 1.2;
}
.why-choose-features li:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -5px;
}
.why-choose-features li:nth-child(1):before {
  background: url('../img/recurring-icon1.png') no-repeat;
  background-size: 100%;
}
.why-choose-features li:nth-child(2):before {
  background: url('../img/recurring-icon2.png') no-repeat;
  background-size: 100%;
}
.why-choose-features li:nth-child(3):before {
  background: url('../img/recurring-icon3.png') no-repeat;
  background-size: 100%;
}
.why-choose-features li:nth-child(4):before {
  background: url('../img/recurring-icon4.png') no-repeat;
  background-size: 100%;
}
.why-choose-features2 .why-choose-features2-wrap {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
}
.why-choose-features2 .why-choose-features2-wrap:after {
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  background: url('../img/icons/dashboard-dots@2x.png') no-repeat center;
  background-size: 100%;
  position: absolute;
  right: -20%;
  top: 45%;
}
@media (max-width: 991px) {
  .why-choose-features2 .why-choose-features2-wrap:after {
    display: none;
  }
}
.why-choose-features2 > div:last-child .why-choose-features2-wrap:after {
  display: none;
}
.why-choose-features2 h3 {
  color: #4c637b;
}
@media (max-width: 767px) {
  .why-choose-features2 h3 {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .why-choose-features2 img {
    max-width: 40px;
    margin-top: 20px;
  }
}
#banner.drchrono-banner {
  background: #707e8e url('../img/drchrono-bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
  text-align: center;
  padding-top: 100px;
}
#banner.drchrono-banner .banner-inner {
  padding-top: 200px;
  padding-bottom: 200px;
}
#banner.drchrono-banner h1 {
  font-weight: bold;
}
@media (max-width: 480px) {
  #banner.drchrono-banner {
    background-image: none;
    padding-top: 0;
  }
  #banner.drchrono-banner .banner-inner {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
/*** =pricing-tables
*********************************/
.pricing-table {
  text-align: center;
}
.pricing-table .inner {
  padding: 25px 20px 20px;
  background-color: #edf2f7;
  border-radius: 5px;
  border-top: 2px solid transparent;
  -webkit-transition: 0.2s linear border-top;
  transition: 0.2s linear border-top;
}

.pricing_table_top .pricing-table .inner{
    padding: 25px 20px 20px;  
}

.pricing-table.recommanded .inner,
.pricing-table:hover .inner {
  border-top-color: #67ba2f;
}
.pricing-table .head {
  min-height: 65px;
  margin-bottom: 8px;
}
.pricing-table .head .title {
  margin: 0;
  line-height: normal;
  color: #4c637b;
}
.pricing-table .head span {
  font-size: 14px;
  color: #36aeea;
  line-height: normal;
  font-weight: 300;
  text-transform: uppercase;
  font-family: roboto;
}
.pricing-table .price {
  font-size: 24px;
  line-height: 28px;
  color: #283e56;
  margin-bottom: 35px;
  padding-top: 10px;
}
.pricing-table .price .amount {
  font-family: roboto;
    font-size: 65px;
    font-weight: bold;
}
.pricing-table .price .duration {
  display: block;
}
.pricing-table ul {
  margin-bottom: 34px;
}
.pricing-table ul li {
  border-top: 2px solid #dae0e7;
  padding: 11px 0;
}
.pricing-table ul li:first-child {
  border-top: none;
}
.pricing-table .btn {
  	display: block;
    font-family: roboto;
    font-size: 16px !important;
    padding: 10px 15px !important;
    font-weight: 400 !important;
    text-transform: unset;
    margin-bottom: 10px;
    white-space: initial;
}

/* media queries for pricing buttons and 3 cols */
@media (min-width: 767px) {
    .pricing-table .btn {
        font-size: 14.5px !important;
        padding: 10px 10px !important;
    }
    
    .pricing_table_top .pricing-table .inner{
        padding: 25px 15px 20px;
    }
}
@media (min-width: 900px) {
    .pricing-table .btn {
        font-size: 15.5px !important;
        padding: 10px 10px !important;
    }
    
    .pricing_table_top .pricing-table .inner{
        padding: 30px 23px 30px;
    }
}
@media (min-width: 1000px) {
    .pricing-table .btn {
        font-size: 16.5px !important;
        padding: 10px 15px !important;
    }
}
@media (min-width: 1200px) {
    .pricing-table .btn {    
        font-size: 18px !important;
        padding: 12px 15px !important;
    }
    .pricing_table_top .pricing-table .inner{
        padding: 35px 45px 48px;
    }
}

/* Clean Table Styling */
.clean-table{
    width: 100%;
    border: 1px solid #dedede;
    margin-bottom: 45px;
}
.clean-table thead{
    background: #f5f5f5;
}
.clean-table thead th{
    padding: 10px 20px;
    color: #4e575e;
}
.clean-table tbody{
    color: #676767;
    font-weight: 400;
}
.clean-table tbody td{
    padding: 15px 20px;
    border: 1px solid #dedede;
}
.clean-table tbody td.left-col{
    text-align: left;
    font-size: 14px;
    padding: 15px 10px 15px 20px;
    min-width: 172px;
    width: 40%;
}
.clean-table tbody td.center-right-col{
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
    width: 100%;
}
.clean-table tbody td.centered{
    text-align: center;
    padding: 30px 20px;
}
p.bold_over_light{
    font-weight: 700;
    color: #4e575e;
    font-size: 16px;
}
p.bold_over_light .light{
    display: block;
    color: #8998a6;
    font-weight: 400;
    font-size: 14px;
}
p.bold_over_light .light b{
    font-weight: 500;
}
p.bold_over_light .light a{
    color: inherit;
	text-decoration: underline;
}
p.bold_over_light .light a:hover{
    color: #526576;
}


@media (min-width: 767px) {
    .clean-table tbody td.left-col{
        min-width: 270px;
        width: 30%;
    }
}

/* Sherpay Link*/
.sherpay{
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.sherpay .green{
    color: #67b92f;
}
.sherpay .blue{
    color: #546b82;
}
.sherpay:hover .green, 
.sherpay:hover .blue {
    text-decoration: underline;
}

/* Quickbooks Pricing */
.quickbooks-pricing {
  text-align: center;
  margin-top: 40px;
}
.quickbooks-pricing img {
  display: block;
  margin: 30px auto;
}
.quickbooks-pricing p {
  margin-bottom: 0;
}
.section-quickbooks .section-description {
  max-width: 450px;
  margin-bottom: 30px!important;
}
.section-quickbooks .watch-video {
  font-size: 18px;
  color: #758697;
  font-style: italic;
  margin-bottom: 40px;
}
.section-quickbooks .watch-video img {
  margin-right: 10px;
}
.med-pricing-bg {
  background: url('../img/med-pricing-bg.jpg') no-repeat;
  background-position: bottom right;
  background-size: cover;
}
.med-pricing {
  text-align: center;
  margin-top: 40px;
}
.med-pricing img {
  display: block;
  margin: 30px auto;
  max-width: 400px;
}
.med-pricing p {
  margin-bottom: 0;
}
/*** =
*********************************/
.signin-window .inside {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.signin-window h1 {
  font-size: 32px;
}
.signin-window .sign-head {
  background-color: #4c637b;
  border-radius: 5px 5px 0 0;
  text-align: center;
  position: relative;
  padding: 60px 20px 31px;
}
.signin-window .sign-head h1 {
  margin: 0;
}
.signin-window .sign-head h4 {
  margin: 0;
  font-size: 16px;
  color: #c8d0d9;
  font-family: roboto;
}
.signin-window .sign-head .sign-logo {
  background: url("../img/logo2.png") no-repeat center top;
  width: 91px;
  height: 88px;
  position: absolute;
  top: -44px;
  left: 50%;
  margin-left: -45px;
}
.signin-window .form-control {
  border-color: #d6dee9;
  font-size: 14px;
}
.signin-window .form-control::-webkit-input-placeholder {
  color: #4c637b;
}
.signin-window .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #4c637b;
}
.signin-window .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #4c637b;
}
.signin-window .form-control:-ms-input-placeholder {
  color: #4c637b;
}
.signin-window .sign-body {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 40px 49px 47px;
  font-size: 12px;
  color: #758697;
  text-align: center;
}
.signin-window .sign-body [type=submit] {
  width: 100%;
  height: 60px;
  font-family: 'proximanova-bold', sans-serif;
}
.signin-window form .form-message {
  margin: 34px -4px 5px;
}
.signin-window .sign-footer {
  padding: 41px 0;
  text-align: center;
  font-size: 14px;
}
.signin-window .sign-footer p {
  margin: 0;
}
/*************************
**** =pages
*************************/
body.sign-page {
  color: #fff;
  height: auto;
  min-height: 100%;
  background: #44596e url("../img/signin-bg.png") no-repeat center top;
  background-size: cover;
}
.banner-inner h1 {
    color: #fff;
}
.ofh {
    background: #fff none repeat scroll 0 0;
}
.ofh.blue-bg {
    background: #e4ebf1 none repeat scroll 0 0;
}
body.sign-page .d-table {
  min-height: 100%;
}
body.sign-page .d-table .d-table-cell {
  padding-top: 144px;
  padding-bottom: 100px;
}
/*** =TOUR
*********************************/
.tour .section-image {
  margin-bottom: 20px;
}
/* Banner */
.tour #banner {
  background-image: url("../img/tour-banner-bg.png");
  background-position: center 0;
  background-size: cover;
  padding-bottom: 0;
  background-color: #40576f;
}
.tour #banner .center {
  padding-bottom: 0;
  padding-top: 63px;
}
.tour #banner p {
  font-size: 18px;
}
.tour #banner .btn {
  background: rgba(255, 255, 255, 0.1);
  margin-top: 20px;
}
.tour #banner .btn .icon {
  vertical-align: middle;
  margin-left: 25px;
  margin-top: -1px;
}
.tour #banner .banner-dashboard {
  margin-top: 58px;
}
.tour #banner .banner-dashboard img {
  border: 25px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-radius: 30px 30px 0 0;
}
/* Sections */
.tour #main section .section-title {
  margin-bottom: 27px;
}
/* Custom Scheduling & Reminders */
.custom-reminders .connect-with {
  margin-top: 58px;
}
.custom-reminders .section-image {
  padding-top: 115px;
}
@media (max-width: 768px) {
  .custom-reminders .section-image {
    padding-top: 0;
    text-align: center;
  }
}
/* Auto-invoice-reminders  */
.auto-invoice-reminders .section-text {
  padding-top: 20px;
}
/* Reminders list */
.reminders-list li {
  padding-left: 43px;
  min-height: 25px;
  background: transparent no-repeat left 2px;
  margin-bottom: 32px;
}
.reminders-list li.invoice-created {
  background-image: url("../img/icons/doc-plus.png");
}
.reminders-list li.invoice-coming-due {
  background-image: url("../img/icons/clock.png");
}
.reminders-list li.invoice-past-due {
  background-image: url("../img/icons/bell-small.png");
}
.reminders-list li.invoice-thanks {
  background-image: url("../img/icons/tick-done.png");
}
/* automatically-integrates */
.automatically-integrates .section-image {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .automatically-integrates .section-image {
    padding-top: 20px;
  }
}
#more-features .section-title {
  margin-bottom: 0!important;
}
#more-features .section-title + p {
  margin-bottom: 50px;
}
#more-features h3 {
  font-size: 18px;
  font-weight: normal;
  color: #4B637B;
  margin-bottom: 30px;
  margin-top: 30px;
}
#more-features .row > div {
  min-height: 420px;
}
#more-features .row > div img {
  display: block;
  margin: 0 auto;
}
/*** =ABOUT
*********************************/
.about #main h2,
.about #main h3,
.about #main h4 {
  color: #4c637b;
}
/* Banner */
.about #banner {
  background: #44596e;
}
.about #banner .banner-inner {
  padding-top: 146px;
  padding-bottom: 146px;
}
.about #banner .text {
  margin-bottom: 30px;
}
.about #banner h1 {
  line-height: normal;
  margin-bottom: 30px;
  margin-top: 0;
}
.about #banner h1 span {
  font-size: 74px;
}
.about #banner .map {
  /*width: 690px;
  height: 292px;
  max-width: 100%;
  background: url("../img/map.png") no-repeat center top;
  margin: 8px auto 0;*/
  text-align: center;
}
/* sec-about */
@media (min-width: 768px) {
  .about #main .sec-about .row {
    margin-left: -75px;
    margin-right: -75px;
  }
  .about #main .sec-about .row .col-sm-6 {
    padding-left: 75px;
    padding-right: 75px;
  }
}
/* sec-progress */
.about #main .sec-progress .thumb {
  margin-bottom: 52px;
}
.about #main .sec-progress h3 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 34px;
}
@media (min-width: 767px) {
  .about #main .sec-progress {
    padding-top: 139px;
    padding-bottom: 116px;
  }
  .about #main .sec-progress .row {
    margin-left: -33px;
    margin-right: -33px;
  }
  .about #main .sec-progress .step {
    padding-left: 33px;
    padding-right: 33px;
  }
}
/* sec-our-story */
.about #main .sec-our-story h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}
.about #main .sec-our-story h2 {
  font-size: 44px;
  margin-top: -11px;
  margin-bottom: 50px;
  color: #758697;
}
.about #main .sec-our-story .short {
  margin-bottom: 60px;
}
@media (min-width: 767px) {
  .about #main .sec-our-story {
    padding-top: 139px;
    padding-bottom: 108px;
  }
  .about #main .sec-our-story .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .about #main .sec-our-story .story,
  .about #main .sec-our-story .short {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about #main .sec-our-story .story {
    border-left: 2px solid #b8c6d6;
    padding-left: 39px;
  }
}
/* sec-twitter */
@media (min-width: 767px) {
  .about #main .sec-twitter {
    padding-top: 139px;
    padding-bottom: 108px;
  }
}
/*** =CONTACT
*********************************/
#main .sec-map {
  padding: 0;
}
#map_cont {
  width: 100%;
  height: 454px;
  background: #b8c6d6;
}
/* sec-contact */
.contact #main .sec-contact {
  padding: 117px 0 170px;
}
.contact #main .sec-contact h3 {
  margin-top: 0;
}
.contact #main .sec-contact ul li {
  margin-bottom: 25px;
}
.contact #main .sec-contact ul li .icon {
  margin: 0 0 14px;
}
.contact #main .sec-contact ul h4 {
  color: #38b1eb;
  margin: 0 0 7px;
  line-height: normal;
  font-family: 'proximanova-bold', sans-serif;
}
.contact #main .sec-contact ul li.ph h4 {
  font-size: 32px;
}
.contact #main .sec-contact ul li.email h4 {
  font-size: 24px;
}
.contact #main .sec-contact form textarea {
  height: 182px;
}
.contact #main .sec-contact form {
  margin-top: 44px;
}
@media (min-width: 768px) {
  .contact #main .sec-contact .row {
    margin-left: -34px;
    margin-right: -34px;
  }
  .contact #main .sec-contact .row .contact-col,
  .contact #main .sec-contact .row .contact-details {
    padding-left: 34px;
    padding-right: 34px;
  }
}
/*** = Partner
*********************************/
.partner {
  position: relative;
}
.partner #banner {
  position: relative;
  background: #707e8e url('../img/banner3.jpg') no-repeat center center;
  background-size: cover;
}
.partner #banner .banner-inner {
  padding-top: 100px;
  padding-bottom: 320px;
}
@media (max-width: 990px) {
  .partner #banner .banner-inner {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
@media (max-width: 480px) {
  .partner #banner .banner-inner {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.partner .sec-testimonials {
  background-image: none;
}
@media (max-width: 990px) {
  .partner #banner .banner-inner {
    padding-top: 30px;
  }
}
@media (min-width: 991px) {
  .partner #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
  }
  .partner #header nav .nav li.get-started a {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.partner #auto-invoicereminders h3 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .partner #auto-invoicereminders img {
    margin: 40px auto;
  }
}
.partner #auto-invoicereminders ul {
  margin-top: 40px;
  margin-bottom: 0;
}
.partner #auto-invoicereminders ul + p {
  margin-bottom: 30px;
}
.partner #auto-invoicereminders ul li {
  display: block;
  width: 50%;
  float: left;
  height: 60px;
  padding-left: 50px;
  position: relative;
  line-height: 1.2;
}
.partner #auto-invoicereminders ul li:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -5px;
}
.partner #auto-invoicereminders ul li:nth-child(1):before {
  background: url('../img/partner-icon1.png') no-repeat;
  background-size: 100%;
}
.partner #auto-invoicereminders ul li:nth-child(2):before {
  background: url('../img/partner-icon2.png') no-repeat;
  background-size: 100%;
}
.partner #auto-invoicereminders ul li:nth-child(3):before {
  background: url('../img/partner-icon3.png') no-repeat;
  background-size: 100%;
}
.partner #auto-invoicereminders ul li:nth-child(4):before {
  background: url('../img/partner-icon4.png') no-repeat;
  background-size: 100%;
}
.partner #consolidated-billing {
  position: relative;
}
.partner #consolidated-billing .row {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .partner #consolidated-billing .row {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.partner #consolidated-billing .consolidated-billing {
  padding-top: 36px;
  border-radius: 4px;
  position: absolute;
  right: 55%;
  top: 0;
  max-width: 650px;
}
@media (max-width: 992px) {
  .partner #consolidated-billing .consolidated-billing img {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .partner #consolidated-billing .consolidated-billing {
    position: relative;
    top: -50px;
    right: auto;
    left: auto;
    bottom: auto;
  }
  .partner #consolidated-billing .consolidated-billing img {
    max-width: 100%;
  }
}
.partner #intuitive-customer-portal {
  position: relative;
}
.partner #intuitive-customer-portal .row {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .partner #intuitive-customer-portal .row {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.partner #intuitive-customer-portal .intuitive-customer-portal {
  padding-top: 36px;
  border-radius: 4px;
  position: absolute;
  left: 55%;
  top: 0;
  max-width: 650px;
}
@media (max-width: 992px) {
  .partner #intuitive-customer-portal .intuitive-customer-portal img {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .partner #intuitive-customer-portal .intuitive-customer-portal {
    position: relative;
    top: -50px;
    right: auto;
    left: auto;
    bottom: auto;
  }
  .partner #intuitive-customer-portal .intuitive-customer-portal img {
    max-width: 100%;
  }
}
.partner.partner-signup .section-title {
  margin-bottom: 20px!important;
}
.partner.partner-signup .section-description {
  margin-bottom: 20px!important;
}
.partner.partner-signup .options {
  padding: 10px;
  text-align: left;
}
.partner.partner-signup .options input {
  display: none;
}
.partner.partner-signup .options > label {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  margin-left: 30px;
  padding-left: 24px;
  cursor: pointer;
}
.partner.partner-signup .options > label:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background: #F0F4F8;
  border: 1px solid #A6B9CE;
  border-radius: 8px;
}
.partner.partner-signup .options > label:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  background: transparent;
  margin-top: -8px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 50%;
}
.partner.partner-signup .options :checked + label:after {
  background: url('../img/check-icon.png') no-repeat;
}
.partner #sign-up .signup-form {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #D5DEE9;
  padding: 85px 0 0;
  position: relative;
  margin-top: 90px;
}
.partner #sign-up .signup-form .signup-badge {
  margin: auto;
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
}
.partner #sign-up .signup-form form {
  padding: 0 30px 30px;
}
.partner #sign-up .signup-form .form-control {
  font-size: 14px;
  color: #4B637B;
  font-weight: normal;
}
.partner #sign-up .signup-form .form-control::-webkit-input-placeholder {
  color: #6d89a6;
}
.partner #sign-up .signup-form .form-control:-moz-placeholder {
  color: #6d89a6;
}
.partner #sign-up .signup-form .form-control::-moz-placeholder {
  color: #6d89a6;
}
.partner #sign-up .signup-form .form-control:-ms-input-placeholder {
  color: #6d89a6;
}
.partner #sign-up .btn {
  height: 50px;
}
.partner #sign-up .helper {
  margin-top: 10px;
  font-size: 12px;
}
.partner #sign-up .extra-benefits {
  border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 30px 30px;
}
.partner #sign-up .extra-benefits ul li {
  font-size: 14px;
  margin-bottom: 5px;
}
.partner #sign-up .extra-benefits ul li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../img/check-icon.png') no-repeat;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
/*************************
**** =Footer
*************************/
#footer {
  background-color: #3b5066;
  padding: 35px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
#footer a {
  color: rgba(255, 255, 255, 0.8);
}
#footer .copy {
  margin: 0;
}
#footer .copy .footer-logo {
  margin-right: 16px;
}
#footer .copy span {
  vertical-align: middle;
}
#footer .links,
#footer .social {
  display: inline-block;
  vertical-align: middle;
  margin: 7px 0;
}
#footer .social {
  margin-left: 44px;
}
/*** =buttons
*********************************/
.site_inner_pages .btn {
  font-family: roboto;
  font-weight: 300;
}
.btn:focus {
  outline: none !important;
}
.site_inner_pages .btn,
.site_inner_pages .btn-default,
.site_inner_pages .btn-primary,
.site_inner_pages .btn-success {
  font-size: 14px;
  padding: 13px 47px;
  text-transform: uppercase;
  border: none;
  text-shadow: none;
  box-shadow: none;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.site_inner_pages .btn-default {
  background: #b8c6d6;
}
.site_inner_pages .btn-primary {
  	background: #6cbb37 none repeat scroll 0 0;
    border-bottom: 4px solid #508c27 !important;
    text-transform: unset;
}
.site_inner_pages .btn-success {
  background: #67ba2f;
}
.site_inner_pages .btn-success:hover,
.site_inner_pages .btn-success:active,
.site_inner_pages .btn-success:focus {
  background: #57a323;
}
.site_inner_pages .btn span {
  vertical-align: middle;
}
.site_inner_pages .buttons .btn {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
/*** =socials
*********************************/
.social li a {
  display: block;
  text-align: left;
  text-indent: -99999px;
  background: transparent no-repeat 0 0;
}
/* Social */
.social {
  margin: 0;
}
.social li {
  padding: 0;
  float: left;
  margin-left: 17px;
}
.social li:first-child {
  margin-left: 0;
}
.social li a {
  width: 26px;
  height: 25px;
  background: transparent no-repeat center top;
}
.social li.facebook a {
  background-image: url("../img/icons/facebook.png");
}
.social li.twitter a {
  background-image: url("../img/icons/twitter.png");
}
/*** =icons
*********************************/
.icon {
  vertical-align: middle;
  display: inline-block;
  background: transparent center top;
}
a:hover .icon {
  opacity: 0.9;
}
/* Icons Alignment */
.icon-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.icon.icon-left,
.icon.icon-right {
  margin-bottom: 5px;
  margin-top: 8px;
}
.icon.icon-left {
  margin-right: 4px;
}
.icon.icon-right {
  margin-left: 4px;
}
.icon-arrow-right {
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/right-arrow.png");
  background-repeat: no-repeat;
}
.icon-arrow-down {
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/down-arrow.png");
  background-repeat: no-repeat;
}
/* Features Icons */
.icon-bell {
  width: 30px;
  height: 34px;
  background-image: url("../img/icons/bell.png");
  background-repeat: no-repeat;
}
.icon-calender {
  width: 52px;
  height: 59px;
  background-image: url("../img/icons/calender.png");
  background-repeat: no-repeat;
}
.icon-calender-large {
  width: 52px;
  height: 59px;
  background-image: url("../img/icons/calender-large.png");
  background-repeat: no-repeat;
}
.icon-link {
  width: 55px;
  height: 58px;
  background-image: url("../img/icons/link.png");
  background-repeat: no-repeat;
}
.icon-message {
  width: 65px;
  height: 59px;
  background-image: url("../img/icons/message.png");
  background-repeat: no-repeat;
}
.icon-invoice {
  width: 32px;
  height: 29px;
  background-image: url("../img/icons/invoice.png");
  background-repeat: no-repeat;
}
.icon-user {
  width: 36px;
  height: 33px;
  background-image: url("../img/icons/user.png");
  background-repeat: no-repeat;
}
.icon-web-blue {
  width: 50px;
  height: 50px;
  background-image: url("../img/icons/web-blue.png");
  background-repeat: no-repeat;
}
.icon-tick-blue {
  width: 50px;
  height: 50px;
  background-image: url("../img/icons/tick-done-blue.png");
  background-repeat: no-repeat;
}
.icon-email-blue {
  width: 52px;
  height: 45px;
  background-image: url("../img/icons/email-blue.png");
  background-repeat: no-repeat;
}
.icon-phone-blue {
  width: 22px;
  height: 24px;
  background-image: url("../img/icons/phone-blue.png");
  background-repeat: no-repeat;
}
.icon-mail-small-blue {
  width: 28px;
  height: 24px;
  background-image: url("../img/icons/mail-blue.png");
  background-repeat: no-repeat;
}
.icon-send-white {
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/send-white.png");
  background-repeat: no-repeat;
}
.icon-calender-30 {
  width: 50px;
  height: 50px;
  background-image: url("../img/icons/calender-30.png");
  background-repeat: no-repeat;
}
.icon-flag {
  width: 46px;
  height: 50px;
  background-image: url("../img/icons/flag.png");
  background-repeat: no-repeat;
}
.icon-phone {
  width: 50px;
  height: 50px;
  background-image: url("../img/icons/phone.png");
  background-repeat: no-repeat;
}
.invoice_template_page .icon.icon-user::before {
    content: none;
}
.invoice_template_page .icon.icon-calender {
    height: 36px;
    width: 33px;
}
/* Blockquotes */
blockquote {
  padding: 58px 0 0;
  border: none;
  background: url("../img/icons/blockquote-dark.png") no-repeat left top;
  font-size: 16px;
  line-height: 28px;
}
blockquote p {
  margin: 0 0 23px;
}
blockquote .testi-by span {
  display: inline-block;
  vertical-align: middle;
}
blockquote .testi-by .thumb {
  margin-right: 24px;
  overflow: hidden;
  border-radius: 100em;
  width: 60px;
  height: 60px;
}
blockquote .testi-by .thumb img {
  max-width: 100%;
}
blockquote .testi-by .name {
  color: #36aeea;
}
.dark-bg blockquote {
  background-image: url("../img/icons/blockquote.png");
}
/*** =Twitter-Tweets
*********************************/
.twitter-tweets {
  max-width: 345px;
  margin-left: auto;
  margin-right: auto;
}
.twitter-tweets .thumb {
  margin-bottom: 40px;
}
.twitter-tweets .tweet {
  margin-bottom: 46px;
}
.twitter-tweets .twitter-account {
  border-bottom: 1px solid rgba(255, 255, 255, 0.58);
}
.twitter-tweets .twitter-account:hover {
  text-decoration: none;
  border-bottom: none;
}
/*** =sliders
*********************************/
/* FLexslider Defaults */
.flexslider {
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  margin-bottom: 20px;
}
/*** =forms
*********************************/
label {
  font-weight: normal;
}
.form-control {
  padding-left: 23px;
  padding-right: 23px;
  box-shadow: none;
}
.form-group {
  margin-bottom: 18px;
}
[type=submit] {
  padding: 8px 25px;
  font-family: roboto;
}
.contact-form.form-horizontal .control-label {
  text-align: left;
}
/**********************************************
  -   Typography  -
************************************************/
/*** =paragraph
*********************************/
.fontlarge {
  font-size: 115%;
}
.fontmedium {
  font-size: 90%;
}
.textuppercase {
  text-transform: uppercase;
}
/*** =Alignment
*********************************/
.verticalmiddle {
  vertical-align: middle;
}
.verticaltop {
  vertical-align: top;
}
.text-left {
  text-align: left !important;
}
.text-justify {
  text-align: justify !important;
}
/*** =Font Weights
*********************************/
.fwnormal {
  font-weight: normal !important;
}
.fwlight {
  font-weight: 300 !important;
}
.fwbold {
  font-weight: 700;
}
.fwblack {
  font-weight: 800;
}
/*** =Line Heights
*********************************/
.lineheight30 {
  line-height: 30px;
}
/*** =Lists
*********************************/
ul.nopadfirst li:first-child,
ol.nopadfirst li:first-child {
  padding-left: 0 !important;
}
ul.nopadlast li:last-child,
ol.nopadlast li:last-child {
  padding-right: 0 !important;
}
ul.connect-with {
  margin-bottom: 25px;
}
ul.connect-with li {
  padding-left: 42px;
  background: url("../img/icons/tick.png") no-repeat left 2px;
  min-height: 23px;
  margin-bottom: 20px;
}
ul.connect-with li.more {
  background-image: url("../img/icons/add-more.png");
}
/*** =displaying
*********************************/
.display-inlineblock {
  display: inline-block;
}
/**********************************************
  -   Margins - Paddings - Dividers -
************************************************/
/*** =dividers
*********************************/
.divider1 {
  width: 100%;
  height: 1px;
}
.divider2 {
  width: 100%;
  height: 2px;
}
.divider3 {
  width: 100%;
  height: 3px;
}
.divider4 {
  width: 100%;
  height: 4px;
}
.divider5 {
  width: 100%;
  height: 5px;
}
.divider10 {
  width: 100%;
  height: 10px;
}
.divider15 {
  width: 100%;
  height: 15px;
}
.divider20 {
  width: 100%;
  height: 20px;
}
.divider25 {
  width: 100%;
  height: 25px;
}
.divider30 {
  width: 100%;
  height: 30px;
}
.divider35 {
  width: 100%;
  height: 35px;
}
.divider40 {
  width: 100%;
  height: 40px;
}
.divider45 {
  width: 100%;
  height: 45px;
}
.divider50 {
  width: 100%;
  height: 50px;
}
.divider55 {
  width: 100%;
  height: 55px;
}
.divider60 {
  width: 100%;
  height: 60px;
}
.divider65 {
  width: 100%;
  height: 65px;
}
.divider70 {
  width: 100%;
  height: 70px;
}
.divider75 {
  width: 100%;
  height: 75px;
}
.divider80 {
  width: 100%;
  height: 80px;
}
.divider85 {
  width: 100%;
  height: 85px;
}
.divider90 {
  width: 100%;
  height: 90px;
}
.divider95 {
  width: 100%;
  height: 95px;
}
.divider100 {
  width: 100%;
  height: 100px;
}
/*** =margins
*********************************/
.mtn {
  margin-top: none !important;
}
.mt1 {
  margin-top: 1px;
}
.mt2 {
  margin-top: 2px;
}
.mt3 {
  margin-top: 3px;
}
.mt4 {
  margin-top: 4px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mbn {
  margin-bottom: 0px !important;
}
.mb1 {
  margin-bottom: 1px;
}
.mb2 {
  margin-bottom: 2px;
}
.mb3 {
  margin-bottom: 3px;
}
.mb4 {
  margin-bottom: 4px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.ml1 {
  margin-left: 1px;
}
.ml2 {
  margin-left: 2px;
}
.ml3 {
  margin-left: 3px;
}
.ml4 {
  margin-left: 4px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}
.mr1 {
  margin-right: 1px;
}
.mr2 {
  margin-right: 2px;
}
.mr3 {
  margin-right: 3px;
}
.mr4 {
  margin-right: 4px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
/* Layout */
.two-col li {
  width: 50%;
  float: left;
}
/* hr */
.hr {
  height: 2px;
  margin: 20px auto;
  background: #b8c6d6;
}
.hr.blue {
  background: #36aeea;
}
.hr100 {
  width: 100px;
}
/*** =position
*********************************/
.posrelative {
  position: relative;
}
.posabsolute {
  position: absolute;
  width: 100%;
}
.posabsolute.bottom0 {
  bottom: 0;
}
/*** =displays
*********************************/
.ofh {
  /* =Overflow -> Hidden */
  overflow: hidden;
}
.d-table {
  display: table;
  width: 100%;
}
.d-table-cell {
  display: table-cell;
}
.vam {
  vertical-align: middle;
}
/**********************************************
  -   Headings  -
************************************************/

/**********************************************
  -   Media Quries  -
************************************************/
/* above 992 */
/* below 992 */
@media only screen and (max-width: 992px) {
  /* Navbar */
  #header {
    padding: 15px 0;
  }
  #header nav .navbar-header {
    padding: 10px 0;
  }
  #header nav .nav li {
    margin-left: 0;
  }
  .navbar-toggle {
    margin: 3px 0 0;
    background-color: #fff;
  }
  .navbar-toggle .icon-bar {
    background-color: #4c637b;
  }
  /* Sec Features */
  #sec-features .features .text {
    min-height: 0;
  }
  #sec-features .features .feature {
    margin-bottom: 30px;
  }
  #sec-features .dashboard img {
    max-width: 580px;
  }
  #customer-portal .customer-portal img {
    max-width: 580px;
  }
}
/* from 768 to 992 */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* Sec Features */
  #sec-features .dashboard img {
    max-width: 580px;
  }
  #customer-portal .customer-portal img {
    max-width: 580px;
  }
  /* Pricing Table */
  .pricing-table .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* below 768 */
@media only screen and (max-width: 768px) {
  .sec-steps .buttons .btn {
    margin-bottom: 20px;
  }
  /* Header */
  #header .ph {
    display: none;
  }
  /* Main */
  #main section {
    padding: 50px 0;
  }
  #main section .section-description {
    margin-bottom: 35px;
  }
  /* Sec Features */
  #sec-features .features {
    margin: 0 0 50px;
    width: auto;
    padding-top: 0;
  }
  #sec-features .dashboard {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }
  #sec-features .dashboard img {
    max-width: 100%;
  }
  #customer-portal .customer-portal {
    position: relative;
    top: -100px;
    right: auto;
    left: auto;
    bottom: auto;
  }
  #customer-portal .customer-portal img {
    max-width: 100%;
  }
  /* Pricing Table */
  .pricing-table {
    margin: 0 auto 25px;
    max-width: 500px;
  }
  /* Footer */
  #footer {
    text-align: center;
  }
  #footer .copy {
    margin-bottom: 20px;
  }
  #footer .text-right {
    text-align: center;
  }
  #footer .social {
    margin-left: 10px;
    margin-right: 10px;
  }
  /* Pages */
  .tour #banner .banner-dashboard img {
    border-width: 10px;
    border-radius: 10px 10px 0 0;
  }
  .auto-invoice-reminders .text {
    margin-bottom: 40px;
  }
  .tour .section-image {
    text-align: center !important;
  }
  .tour .section-text:first-child {
    margin-bottom: 40px;
  }
  /* ABOUT */
  .about #banner .banner-inner {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .about #banner .text {
    text-align: center;
    margin-bottom: 40px;
  }
  /* Miscellaneous */
  .two-col li {
    float: none;
    width: 100%;
  }
}
/* below 480 */
@media only screen and (max-width: 480px) {
  /* Banner */
  #banner .banner-inner {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  #banner .btn {
    margin: 0 0 20px;
    display: block;
  }

    #banner .btn_quick {
    margin: 0 0 20px;
    display: block;
  }
  /* Worked With */
  #worked-with ul li {
    float: none;
    display: block;
    margin-top: 20px;
  }
  #worked-with ul li:first-child {
    margin-top: 0;
  }
  #worked-with ul li:before {
    visibility: hidden;
    display: none;
  }
  /* Pages */
  .signin-window .sign-head h1 {
    font-size: 25px;
  }
  .signin-window .sign-head h4 {
    font-size: 14px;
  }
  .signin-window .sign-body {
    padding: 40px 25px 47px;
  }
}



.apple-clr .btn {
  background-color: #67B930;
}

.risk-free {
  font-size: 15px;
}

a.marg {
  margin-bottom: 15px;
}
