@font-face {
  font-family: icon-font;
  src: url(../fonts/icon-font.eot);
  src: url(../fonts/icon-font.eot?#iefix) format('eot'), url(../fonts/icon-font.woff) format('woff'), url(../fonts/icon-font.ttf) format('truetype'), url(../fonts/icon-font.svg#icon-font) format('svg')
}

body {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
  color: #262b2e;
  -webkit-transition: background-color .5s linear;
  -moz-transition: background-color .5s linear;
  -ms-transition: background-color .5s linear;
  -o-transition: background-color .5s linear;
  transition: background-color .5s linear;
}

.body-before {
  position: relative;
}

.body-before:before {
  transition: background-color .5s;
  background: rgba(0, 0, 0, 0.6);
  font-size: 1.4rem;
  position: absolute;
  line-height: 2.4rem;
  height: 100%;
  width: 100%;
  z-index: 99999;
  content: "";
}

* {
  outline: none;
  text-decoration: none;
}

.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world:before,
.nav .nav-submenu>a:after,
.nav-button:before,
.nav-close:before,
.nav>ul>.nav-submenu>a:after,
header h1:before {
  font-family: icon-font;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  vertical-align: top
}

.icon-desktop:before {
  content: "\E001"
}

.icon-menu-close:before {
  content: "\E002"
}

.icon-menu:before {
  content: "\E003"
}

.icon-mobile:before {
  content: "\E004"
}

.icon-submenu-down:before {
  content: "\E005"
}

.icon-submenu-right:before {
  content: "\E006"
}

.icon-world:before {
  content: "\E007"
}

.header-top {
  background: #FFF;
  padding: 0;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  position: absolute;
  top: -82px;
  width: 100%;
  z-index: 333333;
}

.header-top.sticky {
  background: #FFF;
  padding: 0;
  position: fixed;
  top: 0;
  transition-duration: 1s;
  transition-timing-function: linear;
  width: 100%;
  z-index: 333333;
}

.nav-button,
.nav-close {
  position: fixed;
  top: 0;
  width: 2.4rem;
  height: 4.4rem;
  overflow: hidden;
  z-index: 902;
  cursor: pointer;
  text-decoration: none;
  line-height: 4.4rem;
  /*background: #26201C;*/
  color: #A69A94
}

.nav-button:before,
.nav-close:before {
  display: block;
  text-align: center
}

.nav-button {
  display: block;
  right: 1rem;
  font-size: 1.7rem
}

.nav-button:before {
  content: "\E003"
}

.nav-close {
  display: none;
  right: 4rem;
  font-size: 1.9rem
}

.nav-close:before {
  content: "\E002"
}

.nav {

}

.nav ul {

}

.nav ul ul {
  background: #0266CB none repeat scroll 0 0;
}

.nav ul ul ul {
  background: #382f29
}

.nav ul ul ul ul {
  background: #40362f
}

.nav ul ul ul ul ul {
  background: #493e36
}

.nav-submenu li {
  cursor: pointer;
}

.header-top ul li.active {
  background: #000000 none repeat scroll 0 0;
  color: #fff;
}

.nav ul > li:hover > a {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  padding: 29px 15px;
}

.nav .nav-submenu>ul {
  margin-left: 10px
}

.header-top .logo img {
  margin-top: 11px;
}

.nav ul li a {
  padding: 29px 15px;
  color: #262b2e;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
}

.nav.pull-right li:nth-child(6) a {
  background: #ff6b00 none repeat scroll 0 0;
  color: #fff;
  font-weight: bold;
  margin-left: 0;
  padding: 6px 17px;
}

.header-top ul li.active:li:nth-child(6) {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.header-top ul li.active a {
  color: #fff;
}

.nav ul li.nav-submenu ul li a {
  padding: 8px 10px;
  color: #fff;
}

.nav ul li.nav-submenu ul li:nth-child(6) a {
  background: transparent none repeat scroll 0 0;
  font-weight: normal;
  margin: 0;
  padding: 8px 10px;
}

.nav ul li.nav-submenu ul li:nth-child(6) a:hover {
  background: #000000;
}

/*Starts Banner Sections*/

.banner {
  background-position: center center;
  background-size: cover;
  margin-top: 82px;
  padding: 30px 0;
}

.banner .banner-caption h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.banner .banner-caption h1 {
  text-align: center; 
  color: #ffffff; 
  font-size: 22px;
}

.banner .banner-caption a {
  background-color: #ff6b00;
  border-radius: 5px;
  color: #ffffff;
  display: table;
  font-size: 16px;
  font-weight: bold;
  margin: 12px auto 0;
  padding: 8px 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.banner-caption {
  display: table;
  margin: 0 auto;
  max-width: 780px;
}

.banner .banner-caption a:hover {
  background-color:#fd8128;
  text-decoration: none;
}

.banner .banner-caption p {
  color: #fff;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
  margin-top: 25px;
  text-align: center;
  margin-bottom: 0;
}


/*Ends Banner Sections*/

/*Starts First Sections*/

.learn-playbooks {
  background: #0266CB;
}

.learn-playbooks .left-panel h3 {
  color: #fff;
  font-size: 31px;
  font-weight: bold;
  line-height: 44px;
  margin-top: 75px;
}

.learn-playbooks .left-panel a {
  background: #f90 linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0.01) 100%) repeat-x scroll 0 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
  float: right;
  margin-top: 25px;
  padding: 14px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.learn-playbooks .left-panel a:hover {
  text-decoration: none;
  background: #fd8128;
}

.learn-playbooks {
  background: #0266cb none repeat scroll 0 0;
  padding: 30px 0;
}

.learn-playbooks .media-player .wistia_embed, .testimonial-box .right-boxwrap .wistia_embed {
  height: 320px !important;
  width: auto !important;
}


/*Ends First Sections*/

/*Starts second Sections*/

.developers-part .box-wrapper h4 {
  color: #333 !important;
  font-weight: bold;
}

.developers-part .box-wrapper p {
  color: #333 !important;
  font-weight: bold;
}

.developers-part {
  padding: 30px 0;
}

.developers-part .box-wrapper {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}

.developers-part .lft-box {
  float: left;
  width: 15%;
}

.developers-part .rgt-box {
  float: right;
  width: 85%;
}

.developers-part .box-wrapper a {
  text-decoration: underline;
  color: #5891e8;
}

.developers-part .box-wrapper a:hover {
  text-decoration: none;
}

/*Ends second Sections*/

/*Starts third Sections*/

.merket-box {
  padding: 30px 0;
  background: #F1F1F1;
}

.merket-box .top-ten {
  text-align: center;
  margin-bottom: 35px;
}

.merket-box .top-ten h3 {
  font-size: 31px; 
  color: #003467;
  font-weight: bold;
}

.merket-box .top-ten h4 {
  font-size: 22px;
  color: #003467; 
}

.merket-box .top-ten h5 {
  font-size: 15px;
  color: #003467;
}

.merket-box .zip-box {
  background: #fff none repeat scroll 0 0;
  padding-bottom: 25px;
}

.merket-box .zip-box img {
  padding: 15px;
  width: 100%;
}

.merket-box .zip-box h3 {
  background: #003467 none repeat scroll 0 0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  margin: 0;
  padding: 15px 0;
  text-align: center;
}

.merket-box .zip-box h3.secend-bg {
  background: #0266CB;
}

.merket-box .zip-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.merket-box .zip-box ul li {
  border-bottom: 1px solid #262b24;
  color: #262b24;
  display: block;
  font-size: 22px;
  font-weight: bold;
  padding: 12px 0;
  text-align: center;
}

.merket-box .zip-box a {
  background: #003263;
  color: #fff;
  display: table;
  font-size: 14px;
  font-weight: bold;
  margin: 20px auto 0;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.merket-box .zip-box a:hover {
  background: #0266cb;
  text-decoration: none;
}

.merket-box .zip-box a.secend-bg {
  background: #0266CB;
}

/*Ends third Sections*/


/*Starts Fifth Sections*/

.criteria {
  padding: 30px 0;
  background: #F2F9FF;
}

.criteria .text-box {
 text-align: center;
 margin-bottom: 55px; 
}

.criteria .text-box h3 {
  font-size: 31px; 
  color: #073067;
  font-weight: bold;
}

.criteria .text-box h4 {
  font-size: 22px;
  color: #073067; 
}

.criteria .text-box h4 span {
  font-size: 22px;
  color: #000000;
  text-decoration: underline;
  text-decoration-color: #006aff;
}

.criteria .text-box h4 span:hover {
  font-size: 22px;
  color: #006aff; 
}

.criteria .criteria-item {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d7d8dd;
  min-height: 280px;
  margin-bottom: 65px;
  padding: 15px;
  text-align: center;
}

.criteria .criteria-item img {
  transition: transform 0.2s linear 0s, 
  -webkit-transform 0.2s linear 0s;
  -moz-transform 0.2s linear 0s;
  -ms-transform 0.2s linear 0s;
  -o-transform 0.2s linear 0s;
}

.criteria .criteria-item img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.criteria .criteria-item h4 {
  color: #003467;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.criteria .criteria-item p {
  color: #003467;
  font-size: 15px;
  line-height: 25px;
}

.criteria .criteria-item a {
  text-transform: uppercase;
  font-size: 14px;
  color: #337ab7;
  text-decoration: none;
}

.criteria .criteria-item a {
  color: #003467;
  text-decoration: none;
}

/*Ends Fifth Sections*/

/*Starts Six Section*/

.weighting-section {
  padding: 80px 0 40px;
  background: #0266CB;
}

.weighting-section .map-image img {
  width: 100%;
}

.weighting-section .lft-tab h3 {
  color: #fff;
  font-size: 31px;
  font-weight: bold;
  margin: 0 0 25px;
}

.weighting-section .lft-tab h4 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

.weighting-section .lft-tab h5 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0 30px;
}

.weighting-section .lft-tab {
  text-align: center;
}

.weighting-section .lft-tab .ber-wght {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}

.weighting-section .lft-tab .slide {
  float: left;
  width: 45%;
}

.weighting-section .lft-tab .sld-txt {
  float: right;
  width: 55%;
}

.weighting-section .lft-tab .sld-txt p {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

/*Ends Six Section*/

/*Starts seven sections*/

.feature-section {
  padding: 30px 0;
  background: #FFFFFF;
}

.feature-section .even-box {
 text-align: center;
 margin-bottom: 55px; 
}

.feature-section .even-box h3 {
  font-size: 28px; 
  color: #073067;
  font-weight: bold;
  line-height: 45px;
}

.feature-section .even-box h4 {
  font-size: 28px; 
  color: #073067;
  font-weight: normal;
  line-height: 45px;
}

.feature-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.feature-section ul li {
  color: #0067d3;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 60px;
  position: relative;
}

.feature-section ul li::after {
  border-right: 1px dashed #0067d3;
  content: "";
  height: 80%;
  left: 23px;
  position: absolute;
  top: 55px;
}

.feature-section ul li:last-child::after {
  display: none;
}

.feature-section ul li img {
  margin-right: 18px;
}

/*Ends seven sections*/

/*STARTS FOOTER SECTIONS*/

.footer-section {
  background: #0266cb;
  padding: 30px 0;
}

.footer-section {
  background: #0266cb;
}

.footer-section .top-foot {
  clear: both;
  overflow: hidden;
}

.footer-section .top-foot .foot-wrap {
  float: left;
  width: 16.6667%;
}

.footer-section .top-foot .foot-wrap p {
  color: #fff;
  font-size: 13px;
  margin: 10px 10px 10px 0;
}

.footer-section .top-foot .foot-wrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-section .top-foot .foot-wrap ul li {
  color: #fff;
  display: block;
  font-size: 13px;
}

.footer-section .top-foot .foot-wrap ul li a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.footer-section .top-foot .foot-wrap ul li a:hover {
  color: #5891e8;
  text-decoration: none;
}

.footer-section .top-foot .foot-wrap h3 {
  color: #fff;
  font-size: 15px;
  margin: 0 0 27px;
  text-transform: uppercase;
}

.footer-section .top-foot .foot-wrap .social {
  margin-top: 100px;
}

.footer-section .top-foot .foot-wrap .social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-section .top-foot .foot-wrap .social ul li {
  display: inline-block;
}

.footer-section .top-foot .foot-wrap .social ul li a {
  display: block;
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
  margin-right: 4px;
}

.footer-section .top-foot .foot-wrap .social ul li a:hover {
 opacity: 0.7;
}

.footer-section .top-foot .foot-wrap .social ul li .fa {
  color: #0266cb;
  font-size: 15px;
}


.footer-bottom {
  background: #0266cb none repeat scroll 0 0;
  padding-bottom: 25px;
}

.footer-bottom p {
  color: #fff;
  font-size: 17px;
  margin: 0;
}

.footer-bottom ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-bottom ul li {
  display: inline-block;
}

.footer-bottom ul li a {
  font-size: 17px;
  text-decoration: none;
  color: #fff;
}

.footer-bottom ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom ul li {
  display: inline-block;
  margin-right: 15px;
}

.footer-bottom ul li:last-child {
  margin-right: 0;
}

.scrollup {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  bottom: 50px;
  display: none;
  height: 44px;
  line-height: 44px;
  position: fixed;
  right: 30px;
  text-align: center;
  transition: opacity 0.4s ease 0s;
  width: 44px;
  bottom: 10px;
}

.scrollup:hover {
  background-color: rgba(0, 0, 0, 0.5);
}


.scrollup .fa {
  color: #fff;
  font-size: 18px;
}


/*ENDS FOOTER SECTIONS*/

/*ANIMATION CSS*/

@-webkit-keyframes fadeInDown {
  from {
    opacity:0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity:1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-moz-keyframes fadeInDown {
  from {
    opacity:0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity:1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity:0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity:1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
.in-down {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

.swing {
  animation-name: swing;
  transform-origin: center top 0;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes swing {
  0% { transform: rotate(3deg); }
  100% { transform: rotate(-3deg); }
}


/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
  from {
    opacity:0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px);
  }
  to {
    opacity:1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-moz-keyframes fadeInLeft {
  from {
    opacity:0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px);
  }
  to {
    opacity:1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity:0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    transform: translatex(-100px);
  }
  to {
    opacity:1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
.in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-duration:1s;
  animation-delay: 1s;
}

/*ANIMATION CSS*/

/*STARTS MODEL BOX*/

#login .modal-dialog {
  margin: 160px auto;
}

#login .modal-content {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

#login .modal-header {
  background: #0266cb none repeat scroll 0 0;
}

#login .modal-header h4 {
  color: #fff;
  text-transform: uppercase;
}

#login .modal-header .close {
  color: #fff;
  opacity: 0.7;
}

#login .modal-body label {
  font-weight: normal;
}

#login .modal-body input[type="email"], #login .modal-body input[type="password"] {
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  height: 42px;
}

#login .modal-body a {
  background: #0266cb;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-transform: uppercase;
  border: 1px solid #0266cb;
  padding: 10px 20px;
  text-decoration: none;
}

#login .modal-body a:hover {
  background: #003263;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-transform: uppercase;
  border: 1px solid #003263;
  text-decoration: none;
}

#login .modal-body a.signup {
  color: #0266cb;
  text-decoration: none;
  background: none;
  padding: 0;
  border: 0 none;
  margin-left: 5px;
  text-transform: none;
}

#login .modal-body a.signup:hover {
  color: #003263;
  text-decoration: none;
}

#login .modal-body p {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 20px;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/*ENDS MODEL BOX*/

/*STARTS MODEL BOX*/

#signup .modal-dialog {
  margin: 160px auto;
}

#signup .modal-content {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

#signup .modal-header {
  background: #0266cb none repeat scroll 0 0;
}

#signup .modal-header h4 {
  color: #fff;
  text-transform: uppercase;
}

#signup .modal-header .close {
  color: #fff;
  opacity: 0.7;
}

#signup .modal-body label {
  font-weight: normal;
}

#signup .modal-body input[type="email"], #signup .modal-body input[type="password"] {
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  height: 42px;
}

#signup .modal-body a {
  background: #0266cb;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-transform: uppercase;
  border: 1px solid #0266cb;
  padding: 10px 20px;
  text-decoration: none;
}

#signup .modal-body a:hover {
  background: #003263;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-transform: uppercase;
  border: 1px solid #003263;
  text-decoration: none;
}

#signup .modal-body a.signup {
  color: #0266cb;
  text-decoration: none;
  background: none;
  padding: 0;
  border: 0 none;
  margin-left: 5px;
  text-transform: none;
}

#signup .modal-body a.signup:hover {
  color: #003263;
  text-decoration: none;
}

#signup .modal-body p {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 20px;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/*ENDS MODEL BOX*/

/*STARTS POP UP BOX*/

.pop-box a {
  background: #ff6b00 none repeat scroll 0 0;
  color: #fff;
  font-size: 18px;
  height: 34px;
  padding: 5px;
  position: fixed;
  right: -68px;
  text-align: center;
  text-transform: uppercase;
  top: 200px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Safari 3-8 */
  -moz-transform: rotate(-90deg); /* moz */
  width: 170px;
  z-index: 9999999;
  text-decoration: none;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
}

.sidenav {
 -webkit-transition: right .5s linear;
 -moz-transition: right .5s linear;
 -ms-transition: right .5s linear;
 -o-transition: right .5s linear;
 transition: right .5s linear;
 background-color: #fff;
 height: 100%;
 right: -500px;
 overflow-x: hidden;
 padding-top: 42px;
 position: fixed;
 top: 0;
 width: 500px;
 z-index: 999999;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

.sidenav a:hover {
  color: #ccc;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav .online {
  border: 1px solid #000;
  margin: 0 20px 20px;
  padding: 20px;
}

.sidenav .online h4 {
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
}

.sidenav .online input[type="text"], .sidenav .online input[type="email"] {
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  height: 42px;
}

.sidenav .online a {
  background: rgba(0, 0, 0, 0) linear-gradient(135deg, #84df31 30%, #84df31 100%) repeat scroll 0 0;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-transform: capitalize;
  border: 1px solid #84df31;
  padding: 8px 20px;
  text-decoration: none;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
  display: table;
  font-size: 14px;
}

.sidenav .online a:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  border: 1px solid #84df31;
  text-decoration: none;
}

.sidenav .online .checkbox label {
  display: block;
}

.sidenav .online label {
  font-weight: normal;
}

.msg-box a {
  background: #aab1b9;
  color: #fff;
  font-size: 18px;
  height: 34px;
  padding: 5px;
  position: fixed;
  right: -68px;
  text-align: center;
  text-transform: uppercase;
  top: 500px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Safari 3-8 */
  -moz-transform: rotate(-90deg); /* moz */
  width: 170px;
  z-index: 9999999;
  text-decoration: none;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  font-weight: bold;
}

/*ENDS POP UP BOX*/

/*STARTS OVERVIEW PAGE CSS*/

.banner-caption.all {
  display: block;
  margin-bottom: 25px;
  margin-top: 25px;
  max-width: 100%;
}

.banner .banner-caption.all h3 {
  color: #ffffff;
  font-size: 42px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}

.banner .banner-caption.all h4 {
  color: #ffffff;
  font-size: 29px;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
}

/*ENDS OVERVIEW PAGE CSS*/

/*STARTS ON CSS OVERVIEW PAGE*/

.overview-box {
  background: #fff;
  padding: 30px 0;
}

.overview-box .all-text p {
  font-size: 15px;
  line-height: 25px;
  color: #272a2b;
}

.solution-box {
  background: #0266CB;
  padding: 30px 0;
}

.solution-box h3 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  margin: 0 0 10px;
}

.solution-box p {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 15px;
}

.solution-box a {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 14px;
  text-decoration: none;
}

.solution-box a:hover {
  background: #fff;
  text-decoration: none;
  color: #272a2b;
}

.solution-box-white {
  background: #fff none repeat scroll 0 0;
  padding: 30px 0;
  text-align: right;
}

.solution-box-white h3 {
  color: #272a2b;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  margin: 0 0 10px;
}

.solution-box-white p {
  color: #272a2b;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 15px;
}

.solution-box-white a {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  padding: 8px 14px;
  text-decoration: none;
  background: #ff6b00;
}

.solution-box-white a:hover {
  background: #fd8128;
  text-decoration: none;
  color: #fff;
}

/*ENDS ON CSS OVERVIEW PAGE*/

/*STARTS PROFITS PAGE*/

.profits {
  background: #E2E3E4;
  padding: 30px 0;
}

.profits .heading {
  display: table;
  margin: 0 auto 55px;
  max-width: 800px;
}

.profits .heading h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  margin: 0 auto;
  text-align: center;
}

.profits .item-profit {
  text-align: center;
}

.profits .item-profit img {
  margin-bottom: 15px;
}

.profits .item-profit h4 {
  font-size: 20px;
  font-weight: bold;
  height: 110px;
  line-height: 28px;
}

.profits .item-profit a {
  font-size: 12px;
  text-transform: uppercase;
  color: #353535;
  border: 1px solid #353535;
  text-decoration: none;
  padding: 10px 15px;
}

.profits .item-profit a:hover {
  background: #353535;
  color: #fff;
  border: 1px solid #353535;
  text-decoration: none;
}


/*ENDS PROFITS PAGE*/

/*STARTS OWNERS-INVESTER PAGE*/

.banner-caption.all.text-center {
  display: table;
}

.banner-caption.all.text-center h3, .banner-caption.all.text-center h4 {
  text-align: center;
}

.business-face {
  background: #fff none repeat scroll 0 0;
  padding: 30px 0;
}

.business-face h3 {
  background: #fff none repeat scroll 0 0;
  padding: 30px 0;
}

.blue-bg {
  background: #0266cb none repeat scroll 0 0;
  margin-bottom: 35px;
  margin-top: 55px;
  padding: 20px 35px;
}

.blue-bg h3 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  font-size: 28px;
  margin: 0;
}

.bottom-maps-text {
  background: #e5e5e5 none repeat scroll 0 0;
  padding: 30px 0;
}

.bottom-maps-text h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 12px 0 0;
}

.bottom-maps-text a {
  border: 1px solid #0266cb;
  color: #0266cb;
  float: right;
  font-size: 14px;
  padding: 13px 19px;
  text-decoration: none;
  text-transform: uppercase;
}

.bottom-maps-text a:hover {
  background: #0266CB;
  color: #fff;
  border: 1px solid #0266CB;
  text-decoration: none;
}

/*ENDS OWNERS-INVESTER PAGE*/

/*STARTS PRICING PAGE*/

.banner-caption.all.text-center.pricing h3 {
  font-size: 45px;
  line-height: 70px;
  text-transform: capitalize;
}

.banner-caption.all.text-center.pricing h4 {
  font-size: 28px;
  line-height: 29px;
  text-transform: capitalize;
  font-weight: normal;
}

.banner-caption.all.text-center.pricing .fa {
  color: #fff;
  font-size: 34px;
  margin-bottom: 0;
}

.plans-wrap {
  padding: 30px 0;
}

.plans-wrap h3 {
  font-size: 29px;
  font-weight: bold;
  text-align: center;
}

.plans-wrap h3 span {
  color: #87d22f;
}

.plans-wrap .plans-tab-panel {
  margin-top: 30px;
  font-family: "Montserrat",sans-serif;
}

.plans-wrap .plans-tab-panel .nav .active a {
  background: #5891e8 none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 20px;
  color: #fff;
}

.plans-wrap .plans-tab-panel .nav .active a:hover {
  background: #5891e8 none repeat scroll 0 0;
  color: #fff;
}

.plans-wrap .plans-tab-panel .nav a:hover {
  background: none;
  color: #5891e8;
}

.plans-wrap .plans-tab-panel .nav a {
  color: #262b2e;
  font-weight: bold;
}

.plans-wrap .plans-tab-panel .nav {
  margin-bottom: 15px;
}

.columns {
  float: left;
  padding: 0;
  width: 25%;
}

.price {
  list-style-type: none;
  margin: 0;
  padding: 0 0 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 550px;
}

.columns.three .price {
  height: 570px;
}

.price li .fa {
  color: #87d22f;
  float: left;
  height: 25px;
  line-height: 0;
  padding-bottom: 0;
  position: relative;
  right: 10px;
  top: 12px;
  vertical-align: top;
}

.price-list p {
  color: #3a3a3a;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.price-list p span {
  color: #535353;
  font-size: 15px;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5 !important;
  color: #3a3a3a;
  font-size: 25px;
  font-weight: bold;
  padding: 30px;
  text-align: center;
}

.price-list {
  margin-bottom: 0;
  margin-top: 55px;
}

.price li:nth-child(2) {
  padding-top: 25px;
}

.columns.three {
  background: #0d54a6 none repeat scroll 0 0;
  color: #fff;
}

.columns.three .price li {
  color: #fff;
}

.columns.three .price-list p {
  color: #fff;
}

.columns.three .price-list p span {
  color: #fff;
}

.price li {
  border-bottom: 0 none;
  color: #777777;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0 0 60px;
  text-align: left;
}

.button {
  background-color: #8ad230;
  border: medium none;
  border-radius: 3px;
  color: #131512;
  display: table;
  font-size: 20px;
  font-weight: bold;
  margin: 45px auto 0;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  text-decoration: none;
  color: #fff;
}

.columns.three .button {
  background-color: #FF6B00;
  color: #fff;
}

.columns.three .button:hover {
  text-decoration: none;
}

.main-table-block {
  border: 1px solid #cacaca;
}

.price-list-data-table {
  padding: 30px 0;
}

.price-list-data-table table tr th {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.price-list-data-table table tr th {
  background: #f2f7fa none repeat scroll 0 0;
  padding: 25px 40px;
  color: #3a3a3a;
  font-size: 20px;
  font-family: "Montserrat",sans-serif;
}

.list-data {
  padding: 10px 50px 45px 45px;
}

.list-data table tr td {
  border-bottom: 1px solid #eee;
  height: 40px;
  padding: 5px 10px 5px 5px;
  font-size: 15px;
  font-weight: bold;
}

.list-data img {
  max-height: 22px;
  width: auto !important;
}

.price-list-data-table table {
  border-bottom: 1px solid transparent;
  margin: 0 0 10px;
  width: 100%;
  color: #6f6d6d;
  font-family: "Montserrat",sans-serif;
  font-weight: bold !important;
}

/*starts accordion menu*/

.faq {
  padding: 30px 0;
}

.faq h3 {
  color: #3a3a3a;
  font-family: "Montserrat",sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

#accordion .panel{
  border: none;
  border-radius: 0;
  box-shadow :none;
  margin-bottom: 10px;
  position: relative;
}
#accordion .panel-heading {
  background-color: transparent;
  padding: 0;
  position: relative;
}
#accordion .panel-heading:before{
  content: "";
  width: 40px;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#accordion .panel-title a {
  color: #676b6d;
  display: block;
  font-family: "Montserrat",sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 10px 30px 10px 60px;
  position: relative;
  text-decoration: none;
}
#accordion .panel-title a:hover {
  text-decoration: none;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before,
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
  content: "\f068";
  font-family: fontawesome;
  font-size: 15px;
  color: #333333;
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
  content: "\f067";
  transform: translateY(50px);
}
#accordion .panel-title a.collapsed:before{ transform: translateY(-50px); }
#accordion .panel-title a.collapsed:after{ transform: translateY(0); }
#accordion .panel-body{
  padding: 10px 30px 10px 60px;
  background: transparent none repeat scroll 0 0;
  border-top: none;
  font-size: 15px;
  color: #6f6f6f;
  letter-spacing: 1px;
  line-height: 28px;
  position: relative;
}
#accordion .panel-body:before{
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  background: transparent none repeat scroll 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

#accordion .panel-body p {
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  color: #272a2b;  
}

#accordion .panel-body p a {
  color: #5891e8;
  text-decoration: underline;
}

#accordion .panel-body p a:hover {
  color: #5891e8;
  text-decoration: none;
}

.twentyfourseven h3.faq-question {
  font-family: "Montserrat",sans-serif;
  font-size: 20px;
  font-weight: bold !important;
  text-transform: capitalize;
}

.twentyfourseven p.faq-content {
  font-family: "Montserrat",sans-serif;
  font-weight: bold !important;
}

/*ends accordion menu*/

/*ENDS PRICING PAGE*/

/*STARTS FREE TRIAL PAGE*/

.banner-caption.all.text-center.pricing.trial h3 {
  font-size: 31px;
  line-height: 48px;
  text-align: left;
}

.banner-caption.all.text-center.pricing.trial h4 {
  font-size: 31px;
  line-height: 48px;
  text-align: left;
  font-weight: bold;
}

.brokers h4 {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
}

.testimonial-box {
  padding: 30px 0;
}

.testimonial-box .left-boxwrap h3, .testimonial-box h3 {
  font-size: 28px;
  font-weight: bold;
  color: #272a2b;
  line-height: 32px;
}

.testimonial-box .left-boxwrap p {
  font-size: 19px;
  color: #272a2b;
  line-height: 32px;
}

.testimonial-box ul.page-txt {
  font-size: 19px;
  line-height: 40px;
}

.testimonial-box .free-trial h3 {
  font-size: 22px;
  color: #000000;
  text-align: left;
}

.testimonial-box .free-trial {
  margin-top: 65px;
}

.testimonial-box .free-trial input[type="email"], .testimonial-box .free-trial input[type="text"] {
  border: 1px solid #979797;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000 !important;
  font-size: 13px;
  height: 38px;
  padding: 6px;
}

.testimonial-box .free-trial a.btn-default {
  background: #FF6B00;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: none 0;
}

.testimonial-box .bottom-text {
  border-top: 1px solid #ebebeb;
  margin-top: 35px;
}

.testimonial-box .bottom-text h3 {
  color: #272a2b;
  font-size: 22px;
}
.testimonial-box .bottom-text a {
  color: #ffffff;
  font-size: 14px;
  background: #0266CB;
  padding: 14px 20px;
  text-decoration: none;
  display: table;
  margin: 0 auto;
}

/*ENDS FREE TRIAL PAGE*/

/*STARTS DEVELOPERS BUILDERS*/

.banner-caption.all.text-center.developers-builders h3, .banner-caption.all.text-center.developers-builders h4 {
  text-align: left;
}

/*ENDS DEVELOPERS BUILDERS*/

/*STARTS APPRAISERS PAGE*/

.banner-caption.all.text-center.appraisers h3 {
  text-transform: capitalize;
}

.banner-caption.all.text-center.appraisers h4 {
  text-align: left;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 26px;
}

.image-center-growth img {
  display: table;
  margin: 25px auto 0;
}

/*ENDS APPRAISERS PAGE*/


/*STARTS Financial Services*/

.profits .heading.financial-services {
  max-width: 100%;
  width: 100%;
}

/*ENDS Financial Services*/

/*Starts Contact Page*/

.contact-box {
  padding: 30px 0;
}

.contact-box .contact-box .heading h3 {
  font-size: 32px;
  color: #272a2b;
}

.contact-box .contact-form input[type="email"], .contact-box .contact-form input[type="text"] {
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  color: #000 !important;
  font-size: 13px;
  height: 38px;
  padding: 6px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  background: #fdfdfd;
}

.contact-box .contact-form textarea {
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  color: #000 !important;
  font-size: 13px;
  padding: 6px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  background: #fdfdfd;
}


.contact-box .contact-form a.btn-default {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.2s ease-out 0s, opacity 0.45s ease 0s;
  background: rgba(0, 0, 0, 0) linear-gradient(135deg, #84df31 30%, #84df31 100%) repeat scroll 0 0;
  color: #ffffff;
  border: 0 none;
  margin-top: 25px;
}

.contact-box .contact-form a.btn-default:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(135deg, #1cd9ea 30%, #0ca2e0 100%) repeat scroll 0 0;
}

.contact-form img {
  display: block;
  margin-top: 25px;
}

#google-map-area {
  height: 450px;
}

.contact-box .address ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.contact-box .address ul li {
  display: block;
  font-size: 15px;
}

.contact-box .address {
  margin-bottom: 25px;
}

/*Ends Contact Page*/

/*STARTS PRIVACY POLICY PAGE*/

.privacy-box {
  padding: 30px 0;
}

.privacy-box h4 {
  font-size: 22px;
  font-weight: bold;
}

.privacy-box p {
  font-size: 15px;
  line-height: 25px;
}

/*ENDS PRIVACY POLICY PAGE*/

/*STARTS New Free Playbook*/

.testimonial-box .bottom-text.free p {
  color: #272a2b;
  font-size: 19px;
  line-height: 32px;
}

.testimonial-box .free-trial a.btn-default.free {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: table;
  margin: 0 auto;
}

.banner-caption.all.text-center.pricing.trial.free > h3 {
  text-align: center;
}

.banner-caption.all.text-center.pricing.trial.free > h4 {
  font-size: 22px;
  line-height: 30px;
}

.banner-caption.all.text-center.pricing.trial.free ul {
  /*list-style-type: none;*/
  margin: 0;
  padding: 0 45px;
}

.banner-caption.all.text-center.pricing.trial.free ul li {
  color: #fff;
  font-size: 16px;
  text-align: left;
}

/*ENDS New Free Playbook */

/*STARTS CRE BROKERS PAGE*/

.banner-caption.all.text-center.developers-builders.appraisers.cre {
  display: block;
}

/*ENDS CRE BROKERS PAGE*/

/*STRATS top-10-metro-markets*/

.metro-markets {
  padding: 30px 0;
}

.banner-caption.all.text-center.developers-builders.metro-markets {
  display: block;
  margin: 0;
  padding: 0;
}

.banner-caption.all.text-center.developers-builders.metro-markets > h3 {
  font-size: 32px;
  text-transform: capitalize;
}

.banner-caption.all.text-center.developers-builders.metro-markets > h4 {
  font-size: 25px;
}

.metro-markets .metro-txt {
  margin-bottom: 55px;
}

.metro-bg {
  margin-bottom: 25px;
}

.metro-bg img {
  width: 100%;
}

.table-zip {
  margin-bottom: 45px;
}

.table-zip table {
  margin-bottom: 15px;
}

.metro-markets a {
  border: 1px solid #0266cb;
  color: #0266cb;
  padding: 10px 19px;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  margin-top: 20px;
  display: table;
}

.metro-markets a:hover {
  background: #0266cb;
  color: #fff;
  text-decoration: none;
}


.table-zip table {
  width: 100%;
}

.table-zip table, .table-zip table td, .table-zip table th {
  border-color: rgba(51, 51, 51, 0.12);
}

.table-zip table td {
  padding: 5px 10px 5px 5px;
}


.metro-markets p {
  font-size: 15px;
  line-height: 25px;
}

.groupten {
  border: 0 none !important;
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}

.groupten:hover {
  background: none !important;
  color: #0266cb !important;
  text-decoration: underline !important;

}

/*ENDS top-10-metro-markets*/

/*STRATS OUR PLATFORM*/

.our-platform-txt a {
  border: 0 none;
  display: inline;
  padding: 0;
  color: #262b24;
}

.our-platform-txt a:hover {
  background: none;
  color: #262b24;
}

.our-platform-txt > h4 {
  font-size: 31px;
  font-weight: bold;
}

.ourplans-maps img {
  width: 100%;
}

.our-platform-txt {
  margin-bottom: 35px;
}

.our-platform-txt > p {
  font-size: 24px;
  line-height: 44px;
}

.spot-marker {
  border-top: 1px solid #ddd;
  padding: 60px 0;
}

.spot-marker .spot-box h2 {
  font-weight: bold;
  margin: 0 0 25px;
}

.bottom-maps-text.our-platform h3 {
  font-size: 15px;
  font-weight: normal;
  margin-top: 17px;
}

/*ENDS OUR PLATFORM*/

/*STARTS FREE EBOOK CSS */

.free-ebook-txt > h4 {
  font-size: 22px;
  line-height: 28px;
}

.free-ebook-txt {
  margin-bottom: 35px;
}

.ebook-form input[type="text"] {
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  color: #000 !important;
  font-size: 13px;
  height: 38px;
  padding: 6px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  background: #fdfdfd;
}

.ebook-form a.btn-default {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.2s ease-out 0s, opacity 0.45s ease 0s;
  background: rgba(0, 0, 0, 0) linear-gradient(135deg, #84df31 30%, #84df31 100%) repeat scroll 0 0;
  color: #ffffff;
  border: 0 none;
  margin-top: 25px;
  display: block;
}

.ebook-form a.btn-default:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(135deg, #1cd9ea 30%, #0ca2e0 100%) repeat scroll 0 0;
}

/*ENDS FREE EBOOK CSS */


/*STARTS FADE POPUP*/

#overlay {
  background: rgba(51, 51, 51, 0.7) none repeat scroll 0 0;
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}

#popup {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #000;
  height: 80%;
  margin: 120px auto;
  max-height: 130px;
  max-width: 870px;
  padding: 0;
  position: relative;
  width: 80%;
}

#close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #000;
}

#popup h2 {
  border-bottom: 1px solid #000;
  font-size: 18px;
  margin: 0;
  padding: 10px 20px;
  text-align: left;
}

#popup p {
  color: #000;
  font-size: 16px;
  padding: 10px 20px;
  text-align: left;
}

/*ENDS FADE POPUP*/




/*Starts 404 Page*/

.page-not-found {
  text-align: center;
}

.page-not-found h3 {
  background: #f3f3f3 none repeat scroll 0 0;
  border: 2px solid #ddd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0 7px 0 8px rgba(0, 0, 0, 0.14), 0 7px 0 3px rgba(0, 0, 0, 0.12), 0 8px 0 -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 7px 0 8px rgba(0, 0, 0, 0.14), 0 7px 0 3px rgba(0, 0, 0, 0.12), 0 8px 0 -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 0 8px rgba(0, 0, 0, 0.14), 0 7px 0 3px rgba(0, 0, 0, 0.12), 0 8px 0 -5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 7px 0 8px rgba(0, 0, 0, 0.14), 0 7px 0 3px rgba(0, 0, 0, 0.12), 0 8px 0 -5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 7px 0 8px rgba(0, 0, 0, 0.14), 0 7px 0 3px rgba(0, 0, 0, 0.12), 0 8px 0 -5px rgba(0, 0, 0, 0.2);
  color: #ccc;
  display: table;
  font-size: 170px;
  height: 350px;
  line-height: 350px;
  margin: 0 auto 35px;
  text-shadow: 4px 3px 0 rgba(150, 150, 150, 1);
  width: 350px;
}

.page-not-found h4 {
  color: #0266cb;
  font-size: 62px;
  text-transform: uppercase;
  font-weight: bold;
}

.page-not-found h5 {
  font-size: 24px;
  text-transform: uppercase;
}

.page-not-found a {
  background: #0266cb none repeat scroll 0 0;
  color: #fff;
  display: table;
  margin: 25px auto 0;
  padding: 15px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

.page-not-found a:hover {
  background: #FF6B00;
  color: #fff;
  text-decoration: none;
}

/*Ends 404 Page*/

/*Starts Thank You Page*/

.thank {
  text-align: center;
}

.thank .fa {
  background: #0266cb none repeat scroll 0 0;
  color: #fff;
  font-size: 140px;
  height: 200px;
  line-height: 200px;
  width: 200px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0 7px 0 8px rgba(0, 0, 0, 0.14), 0 7px 0 3px rgba(0, 0, 0, 0.12), 0 8px 0 -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 7px 0 8px rgba(0, 0, 0, 0.14), 0 7px 0 3px rgba(0, 0, 0, 0.12), 0 8px 0 -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 0 8px rgba(0, 0, 0, 0.14), 0 7px 0 3px rgba(0, 0, 0, 0.12), 0 8px 0 -5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 7px 0 8px rgba(0, 0, 0, 0.14), 0 7px 0 3px rgba(0, 0, 0, 0.12), 0 8px 0 -5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 7px 0 8px rgba(0, 0, 0, 0.14), 0 7px 0 3px rgba(0, 0, 0, 0.12), 0 8px 0 -5px rgba(0, 0, 0, 0.2);
}

.thank h3 {
  font-size: 48px;
  margin-top: 45px;
  text-transform: uppercase;
}

.thank h4 {
  margin-top: 25px;
}

.thank a {
  color: #0266cb;
  text-decoration: underline;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

.thank a:hover {
  color: #0266cb;
  text-decoration-color: #0266cb;
}

/*Ends Thank You Page*/

/*Starts Login Page*/

.login-box {
  position: relative;
}

.login-box .login-panel {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  left: 50%;
  padding: 0;
  position: absolute;
  right: 50%;
  margin: 20% auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 450px;
}

.login-box .login-panel.account-create {
  margin: 35% auto;
}

.login-box .login-panel .header-box {
  background: #0266cb none repeat scroll 0 0;
  padding: 15px;
}

.login-box .login-panel .header-box h3 {
  color: #fff;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}

.login-box .login-panel form {
  padding: 15px;
}

.login-box .login-panel label {
  font-weight: normal;
}

.login-box .login-panel input[type="email"], .login-box .login-panel input[type="password"], .login-box .login-panel input[type="text"], select.form-control {
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  height: 42px;
  padding: 6px 12px;
  width: 100%;
}

.login-box .login-panel .btn-default {
  background: #0266cb;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-transform: uppercase;
  border: 1px solid #0266cb;
  padding: 10px 20px;
  text-decoration: none;
}

.login-box .login-panel .btn-default:hover {
  background: #003263;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-transform: uppercase;
  border: 1px solid #003263;
  text-decoration: none;
}

.login-box .login-panel .sgnp {
  color: #0266cb;
  text-decoration: none;
  background: none;
  padding: 0;
  border: 0 none;
  margin-left: 5px;
  text-transform: none;
}

.login-box .login-panel .sgnp:hover {
  color: #003263;
  text-decoration: none;
}

.login-box .login-panel p {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 20px;
}

.form-group.icon {
  text-align: center;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll right center;
}

/*Ends Login Page*/