body {
  overflow-x: visible;
  overflow-y: visible;
  height: auto;
  min-height: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: white;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  display: block;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 6px;
  margin-bottom: -1px;
  font-family:'Istok Web', sans-serif;
  color: #ff7701;
  font-size: 25px;
  line-height: 36px;
  font-weight: 400;
}
h3 {
  margin: 10px 0px 23px;
  font-family: Montserrat, sans-serif;
  color: #745785;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 1px;
  padding-left: 67px;
  font-family:'PT Sans', sans-serif;
  color: gray;
  font-size: 16px;
  line-height: 23px;
}
.button {
  display: inline-block;
  margin-top: 5px;
  margin-right: 30px;
  margin-left: 29px;
  padding: 7px 10px;
  float: right;
  border-radius: 5px;
  background-color: #ff7701;
  box-shadow: rgba(255, 255, 255, 0.29) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.27) 0px 2px 11px 0px;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family:'Varela Round', sans-serif;
  color: white;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #febb31;
  -webkit-transition-delay: initial;
  -o-transition-delay: initial;
  transition-delay: initial;
}
.button.app-button {
  padding: 8px 17px;
}
.section {
  padding-top: 65px;
  padding-bottom: 65px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.section.hero {
  padding-bottom: 0px;
  background-image: url('../images/background.jpg');
  background-size: cover;
}
.section.white.subfooter {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}
.section.grey {
  background-color: #f5f6f7;
}
.section.grey.footer {
  padding-top: 49px;
  padding-bottom: 49px;
  text-align: center;
}
.section.purple {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #745785;
}
.hero-iphone {
  display: block;
  margin-right: auto;
  margin-bottom: -73px;
  margin-left: auto;
  text-shadow: black 0px 0px 0px;
}
.app-name {
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  color: #5c5c5c;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.nav-link {
  display: inline-block;
  margin-right: 12px;
  margin-left: -4px;
  padding-right: 4px;
  padding-bottom: 20px;
  padding-left: 4px;
  -webkit-transition: border 300ms ease;
  -o-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family:'PT Sans', sans-serif;
  color: #5c5c5c;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link:hover {
  display: inline-block;
  padding-right: 4px;
  padding-bottom: 7px;
  padding-left: 4px;
  border-bottom: 2px solid #ff7701;
  -webkit-transition: none 0ms ease;
  -o-transition: none 0ms ease;
  transition: none 0ms ease;
}
.nav-link.w--current {
  padding-right: 4px;
  padding-bottom: 7px;
  padding-left: 4px;
}
.nav-link.w--current:hover {
  margin-left: -4px;
  padding-right: 4px;
  padding-bottom: 8px;
  padding-left: 4px;
}
.nav-column {
  text-align: right;
}
.hero-header {
  margin-top: 130px;
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 42px;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
}
.hero-subtitle {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 15px;
  line-height: 22px;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
}
.icon-title {
  margin-top: 22px;
  margin-bottom: 12px;
  font-family: Bitter, serif;
  color: #c1adcc;
  font-size: 17px;
  font-weight: 400;
}
.price-text {
  margin-top: 11px;
  background-image: none;
  box-shadow: none;
  color: white;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  text-shadow: none;
}
.logo-in-footer {
  display: block;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  text-shadow: black 0px 0px 0px;
}
.left-column {
  padding-top: 35px;
  padding-bottom: 35px;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}
.subfooter-right {
  padding-top: 35px;
  padding-bottom: 35px;
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}
.social-button {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 7px;
  border-radius: 60px;
  background-color: #745785;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.social-button:hover {
  background-color: #f02e4e;
}
.blog-link {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Bitter, serif;
  color: #fa875b;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
}
.blog-link:hover {
  color: #ff5917;
}
.footer-link {
  margin-left: 8px;
  border-bottom: 1px solid rgba(131, 125, 153, 0.34);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Bitter, serif;
  color: #837d99;
  text-decoration: none;
}
.footer-link:hover {
  border-bottom: 1px solid rgba(131, 125, 153, 0.86);
}
.footer-text {
  display: inline;
  float: none;
  color: white;
  text-align: center;
}
.center {
  text-align: center;
}
.navbar {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 4px;
  padding-bottom: 0px;
  background-color: white;
}
.social-widget {
  display: inline-block;
  margin-top: 17px;
  margin-right: 14px;
}
.text-link {
  color: #745785;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.button-block {
  margin-top: 17px;
}
.logo {
  margin-right: 12px;
  float: left;
}
.slider-image {
  width: 940px;
}
.mid-container {
  margin-top: 21px;
  margin-bottom: 0px;
}
.text-fields {
  font-weight: 400;
}
.text-field {
  margin-right: -232px;
  padding-right: 0px;
  padding-left: 13px;
  float: none;
  border: 2px solid black;
}
.form-container-column {
  padding-right: 125px;
}
.form-row {
  margin-top: 19px;
  padding-bottom: 0px;
}
.top-div {
  height: 19px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #ff7701;
}
.main-section {
  background-image: url('../images/orange-background4.jpg');
}
.summary-text {
  margin-top: 20px;
  margin-bottom: 12px;
  padding-bottom: 0px;
  font-family:'PT Sans', sans-serif;
  color: gray;
  font-size: 17px;
}
.footer-bg {
  height: 250px;
  background-color: #686a6c;
}
.industry-icons {
  margin-right: 19px;
  padding-top: 0px;
  float: left;
}
.client-slider {
  margin-top: 16px;
}
.footer-div {
  margin-top: 15px;
  padding-left: 10px;
  font-family:'PT Sans', sans-serif;
  color: white;
  font-size: 13px;
}
.footer-div2 {
  margin-top: 49px;
  margin-right: 10px;
  float: right;
  font-family:'PT Sans', sans-serif;
  color: white;
  font-size: 13px;
}
.client-logos {
  margin-top: 4px;
  margin-bottom: 45px;
}
.div-divider {
  height: 1px;
  margin-top: 23px;
  background-color: #b5b5b5;
}
.email-form-button {
  float: left;
  background-color: #ff7701;
}
.header-div {
  height: 34px;
  margin-top: 59px;
  padding-top: 0px;
  float: right;
}
.nav-menu {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.procurex-logo {
  margin-top: -4px;
}
.footer_section {
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 106px;
  background-color: #686a6c;
}
.slider_section {
  background-color: white;
  background-image: url('../images/orange-background4.jpg');
}
.procurex_logo {
  margin-top: 7px;
  margin-bottom: 7px;
}
.header_column1 {
  right: auto;
}
.navigation_bar {
  background-color: white;
}
.navigation-menu {
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: white;
}
.navlink_button {
  margin-top: 12px;
  margin-right: 1px;
  margin-left: 1px;
  padding: 7px 12px;
  border-radius: 5px;
  background-color: #ff7701;
  box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.27) 0px 2px 11px 0px;
  font-family:'Varela Round', sans-serif;
  color: white;
  font-size: 13px;
}
.navlink_button:hover {
  background-color: #febb31;
}
.nav_menu {
  margin-top: 46px;
}
.nav_top_text {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 33px;
  padding-left: 0px;
  float: none;
  font-family: Lato, sans-serif;
  color: #5c5c5c;
  font-size: 15px;
}
.procurex_phone {
  font-weight: 900;
}
.industry_section {
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.technology_section {
  margin-bottom: 0px;
  padding-top: 35px;
  padding-bottom: 30px;
  border-top: 0px none #d7d7d7;
  border-bottom: 0px none #d7d7d7;
  border-left-style: none;
  background-color: white;
}
.orange_text_highlight {
  color: #ff7701;
  font-weight: 700;
}
.procurex_logo_text {
  color: #505153;
  font-weight: 400;
}
.subpage_title_div {
  height: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #fdbb30;
  color: #333;
}
.subpage_header_text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  font-family:'Open Sans', sans-serif;
  color: gray;
  font-size: 24px;
}
.main_body_text {
  margin-top: 15px;
  font-size: 13px;
  font-style: normal;
  list-style-type: disc;
}
.bullets {
  direction: ltr;
  font-weight: 400;
  text-decoration: none;
  list-style-type: disc;
}
.main_heading_text {
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 400;
}
.client_section {
  display: block;
  margin-bottom: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
}
.home_divider {
  height: 2px;
  min-width: 0px;
  margin-top: 16px;
  background-color: #d7d7d7;
  box-shadow: none;
}
.industry_row {
  margin-bottom: 7px;
}
.screenshot {
  position: static;
  margin-left: 42px;
  padding-left: 0px;
  float: none;
  border: 1px solid gainsboro;
  box-shadow: gainsboro 5px 3px 6px 0px;
  text-align: left;
}
.technology_row {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 21px;
  padding-bottom: 21px;
  border: 1px solid gainsboro;
  background-color: white;
}
.technology_row.services_row {
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: #898989 4px 4px 10px 0px;
}
.homepage_section_headings {
  margin-bottom: 30px;
  font-family: Oxygen, sans-serif;
  color: gray;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
.our_technology_text {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-right: 28px;
  padding-left: 28px;
  font-size: 17px;
  line-height: 21px;
}
.procurex_intro {
  color: #ff7701;
}
.footer_text {
  padding-left: 0px;
  color: white;
  font-size: 14px;
  line-height: 27px;
}
.our_services_section {
  padding-top: 35px;
  padding-bottom: 30px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  background-color: #f0f0f0;
}
.screenshot_technology {
  margin-left: 16px;
  padding-left: 0px;
  border: 1px solid gainsboro;
  box-shadow: gainsboro 5px 3px 6px 0px;
}
.our_services_text {
  padding-left: 28px;
}
.procurex_intro_video {
  margin-left: 16px;
  box-shadow: gainsboro 5px 3px 6px 0px;
}
.page_heading_div {
  height: 47px;
  border-top: 1px solid #696a6c;
  border-bottom: 1px solid #696a6c;
  background-color: #febb31;
}
.page_heading_text {
  margin-top: -1px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Oxygen, sans-serif;
  color: white;
  font-size: 29px;
  font-weight: 400;
}
.subpage_section {
  background-image: -webkit-linear-gradient(220deg, #e6e3e3, white);
  background-image: -o-linear-gradient(130deg, #e6e3e3, white);
  background-image: linear-gradient(130deg, #e6e3e3, white);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.subpage_content_text {
  margin-top: 0px;
  padding-top: 15px;
  background-color: white;
}
.subpage_paragraph_text {
  padding-right: 35px;
  padding-left: 2px;
  font-size: 17px;
  font-weight: 400;
}
.subpage_sub_heading {
  font-family: Oxygen, sans-serif;
  color: gray;
  font-size: 22px;
}
.subpage_right_column {
  margin-top: 0px;
  padding-right: 15px;
  padding-left: 0px;
  border-left-style: none;
  box-shadow: none;
}
.subpage_right_column.about_us_right_column {
  margin-top: 14px;
  box-shadow: none;
}
.subpage_right_text_link {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  border-left-style: solid;
  border-left-color: #ff7701;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #339ce1;
  font-size: 15px;
  text-decoration: none;
}
.subpage_right_text_link:hover {
  border-left-color: #febb31;
  text-decoration: underline;
}
.subpage_bullets {
  padding-bottom: 17px;
  font-family:'PT Sans', sans-serif;
  color: gray;
  font-size: 17px;
}
.bulleted_list {
  margin-top: 16px;
}
.right-column-heading {
  color: #ff7701;
  font-size: 21px;
}
.location-map {
  margin-bottom: 22px;
}
.client_text {
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 0px;
  text-align: center;
}
.underline {
  text-decoration: underline;
}
.main_content_container {
  margin-top: 30px;
}
.results_headings {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 28px;
  padding-top: 0px;
  padding-bottom: 10px;
  font-family:'Istok Web', sans-serif;
  color: #ff7701;
  font-size: 20px;
  line-height: 22px;
}
.new_york_times {
  margin-top: 9px;
  margin-left: 57px;
  text-align: center;
}
.right_column_spacer {
  height: 14px;
}
.industry_link {
  text-decoration: none;
}
.spacer {
  height: 30px;
}
.link {
  color: #ff7701;
}
.temp_div_block {
  height: 400px;
}
.login_box {
  width: 517px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 40px;
  border: 1px solid gray;
  border-radius: 6px;
  background-color: white;
  box-shadow: gray 3px 3px 22px 0px;
  text-align: center;
}
.login_box.reg_form {
  margin-right: 125px;
  margin-left: 125px;
}
.logo_login {
  margin-top: 25px;
  margin-bottom: 10px;
}
.login1 {
  display: inline-block;
}
.login2 {
  display: inline-block;
  width: 325px;
  height: 44px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 10px;
  border: 0px solid gray;
  border-radius: 5px;
  background-color: white;
  font-size: 15px;
}
.login2:hover {
  border-color: white;
  background-color: white;
}
.login2:focus {
  color: #ff7701;
}
.login_button {
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 5px;
  background-color: #ff7701;
  box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.27) 1px 1px 11px 0px;
  font-size: 15px;
  text-align: center;
}
.login_button_div {
  margin-top: 15px;
  text-align: center;
}
.form_icon {
  margin-top: -3px;
}
.input_div {
  margin-top: 11px;
  margin-right: 67px;
  margin-left: 67px;
  border: 2px solid #c7c6c6;
  border-radius: 6px;
}
.input_div:hover {
  border-width: 2px;
  border-color: #c7c6c6;
  background-color: white;
}
.input_div:focus {
  border-color: #c7c6c6;
}
.login_column {
  padding-left: 67px;
  text-align: left;
}
.login_button_table {
  margin-top: 11px;
}
.login_links {
  margin-left: -61px;
  line-height: 22px;
  text-align: left;
  text-decoration: none;
}
.login_url {
  color: #ff7701;
  text-decoration: none;
}
.login_footer {
  margin-top: 25px;
  text-align: center;
}
.login_copyright {
  margin-top: 6px;
  padding-left: 0px;
  font-size: 14px;
  text-align: center;
}
.login_url2 {
  color: gray;
}
.body_login {
  background-color: #ebebeb;
  text-align: center;
}
.reset_password {
  margin-top: 9px;
}
.footer_link {
  color: white;
}
.footer_link.w--current {
  color: white;
}
.footer_container {
  padding-top: 19px;
}
.main_page_div {
  margin-right: -10px;
  margin-left: -10px;
  padding-bottom: 0px;
  padding-left: 12px;
  background-color: white;
}
.register_button {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 22px;
  margin-left: 0px;
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #ff7701;
  box-shadow: rgba(0, 0, 0, 0.27) 0px 2px 11px 0px;
  font-family:'Varela Round', sans-serif;
  color: white;
  font-size: 15px;
  text-decoration: none;
}
.register_button:hover {
  background-color: #febb31;
}
.registration_form {
  margin-right: 30px;
  margin-bottom: 23px;
  margin-left: 30px;
}
.login_div {
  display: inline-block;
  margin-top: 50px;
  float: none;
  text-align: center;
}
.reset_password_spacer {
  height: 8px;
}
.reset_password_text {
  margin-top: 13px;
  margin-bottom: 5px;
  color: #ff7701;
  font-size: 13px;
}
.reset_password_list {
  padding-left: 97px;
  text-align: left;
}
.password_reset_text {
  margin-right: 35px;
  margin-bottom: 41px;
  margin-left: 35px;
  text-align: left;
}
.notification {
  margin-top: 12px;
  margin-bottom: 12px;
  color: red;
}
@media (max-width: 991px) {
  body {
    background-color: white;
  }
  h2 {
    margin-top: 6px;
    font-size: 22px;
  }
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .section.hero {
    padding-top: 34px;
    padding-bottom: 1px;
  }
  .hero-iphone {
    text-shadow: black 0px 0px 0px;
  }
  .hero-header {
    font-size: 38px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .hero-subtitle {
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .slider {
    margin-top: 0px;
  }
  .screenshot {
    margin-left: -9px;
  }
  .right-column-heading {
    line-height: 21px;
  }
  .new_york_times {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  h2 {
    margin-top: 0px;
  }
  .section {
    padding-top: 33px;
    padding-bottom: 33px;
    text-align: center;
  }
  .section.hero {
    padding-right: 38px;
    padding-bottom: 52px;
    padding-left: 38px;
    text-align: center;
  }
  .hero-iphone {
    margin-bottom: 1px;
    text-shadow: black 0px 0px 0px;
  }
  .app-name {
    display: inline-block;
    margin-bottom: 0px;
  }
  .nav-column {
    padding-top: 22px;
    text-align: center;
  }
  .hero-header {
    margin-top: 30px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .price-text {
    margin-bottom: 31px;
    box-shadow: none;
    text-shadow: none;
  }
  .subfooter-right {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
  }
  .center {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .navbar {
    padding-top: 24px;
    padding-bottom: 0px;
    text-align: center;
  }
  .social-widget {
    margin-right: 11px;
    margin-left: 11px;
  }
  .logo {
    display: inline-block;
    margin-top: -6px;
    float: none;
  }
  .slider {
    height: 246px;
    margin-bottom: -53px;
  }
  .slider-image {
    padding-left: 0px;
  }
  .slider-phone {
    padding-bottom: 0px;
  }
  .phone-container {
    margin-top: 14px;
  }
  .slide-nav {
    margin-bottom: 47px;
  }
  .mid-container {
    margin-top: 74px;
  }
  .summary-text {
    margin-top: 71px;
    margin-bottom: -51px;
    padding-right: 11px;
    padding-left: 11px;
  }
  .footer-div {
    padding-left: 0px;
  }
  .footer-div2 {
    float: left;
  }
  .navigation-menu {
    margin-bottom: 0px;
    padding-bottom: 13px;
  }
  .navlink_button {
    margin-bottom: 0px;
  }
  .nav_menu {
    margin-top: 1px;
    background-color: white;
  }
  .our_technology_text {
    margin-top: 19px;
  }
  .screenshot_technology {
    margin-left: 38px;
  }
  .procurex_intro_video {
    margin-left: 0px;
  }
  .subpage_right_column {
    box-shadow: none;
  }
  .new_york_times {
    margin-left: 101px;
  }
  .login_links {
    margin-top: 12px;
    margin-left: 58px;
  }
}
@media (max-width: 479px) {
  h3 {
    font-size: 18px;
    line-height: 23px;
  }
  .section {
    text-align: center;
  }
  .section.white {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-iphone {
    text-shadow: black 0px 0px 0px;
  }
  .hero-header {
    font-size: 32px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .price-text {
    font-size: 23px;
  }
  .slider {
    height: 140px;
    margin-bottom: -106px;
  }
  .slider-image {
    width: auto;
  }
  .slide-phone {
    height: auto;
  }
  .mask-phone {
    height: 280px;
    margin-bottom: -120px;
  }
  .slide-nav {
    margin-bottom: 0px;
  }
  .icon-nav {
    margin-bottom: 37px;
    padding-bottom: 0px;
  }
  .mid-container {
    margin-top: 125px;
  }
  .summary-text {
    margin-top: 119px;
    margin-bottom: -97px;
  }
  .footer-text-2 {
    margin-top: -29px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 14px;
  }
  .client_section {
    margin-bottom: 25px;
  }
  .technology_row.services_row {
    padding-bottom: 25px;
  }
  .our_technology_text {
    padding-right: 0px;
    padding-left: 0px;
  }
  .screenshot_technology {
    margin-left: 0px;
  }
  .page_heading_text {
    padding-left: 10px;
  }
  .subpage_sub_heading {
    line-height: 24px;
  }
  .subpage_right_column {
    box-shadow: none;
  }
  .subpage_right_text_link {
    margin-bottom: 11px;
    margin-left: 12px;
  }
  .phone_menu_button {
    margin-right: 11px;
  }
  .results_headings {
    margin-left: 0px;
  }
  .new_york_times {
    margin-left: 0px;
  }
  .login_box {
    width: 309px;
  }
  .login2 {
    width: 225px;
    padding-left: 30px;
  }
  .input_div {
    margin-right: 15px;
    margin-left: 15px;
  }
  .login_column {
    padding-left: 15px;
  }
  .login_links {
    margin-top: 12px;
    margin-left: 7px;
  }
}

table.phone-vf {
    margin: 26px 3%;
    width: 94%;
    padding: 34px;
}

table.phone-vf .logo_login {
    margin-top: 8px;
    margin-bottom: 28px;
}

table.phone-vf .code {
    		width: 94%;
    		margin-top: 0px;
    		border: 2px solid #c7c6c6;
    		border-radius: 5px;
    		float: left;
    		outline: none !important;
    		font-size: 15px;
    		padding: 11px 13px 10px 13px;
    		margin: 0px 10px 0px 14px;
	}

    table.phone-vf .verfy {
        background: #ff7701;
        display: inline-block;
        margin-top: -7px;
        margin-left: 0px;
        border-radius: 5px;
        line-height: inherit;
        background-color: #ff7701;
        box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.27) 1px 1px 11px 0px;
        font-size: 15px;
        outline: none !important;
        text-align: center;
        border: 0px;
        color: #ffffff;
        padding: 10px 26px;
        float: left;
        margin: 11px 6px 0px 14px;
    }

table.phone-vf p {
    		padding-left: 14px;
    		float: left;
    		font-size: 13px; 
    		margin-bottom: 0px;
    		margin-top:10px;
    		letter-spacing: 0.2px;
	}

table.phone-vf .rembr {
    margin-top: 2px;
    float: left;
    margin-right: 5px;
}

table.phone-vf h3 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 17px;
    text-align: left;
    padding-left: 12px;
}

.alert-danger {
    background-color: #e3e3e3;
    border-color: #fbe1e3;
    color: #e73d4a;
    margin: 0px 12px;
    font-size: 13px;
}

.alert {
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (max-width:480px) {
    table.phone-vf td {
        float: left;
        width: 100%;
    }

    table.phone-vf .verfy {
        margin-left: 14px !important;
        margin-top: 13px !important;
    }

    table.phone-vf .code {
        width: 90%;
    }

    table.phone-vf h3 br {
        display: none;
    }
}

.login_box {
    width: 517px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 40px;
    border: 1px solid gray;
    border-radius: 6px;
    background-color: white;
    box-shadow: gray 3px 3px 22px 0px;
    text-align: center;
}

    .login_box.reg_form {
        margin-right: 125px;
        margin-left: 125px;
    }

.logo_login {
    margin-top: 25px;
    margin-bottom: 10px;
}

.login1 {
    display: inline-block;
}

.login_box table.datagrid td {
    border: 0px;
}

.login_box table.datagrid input#ctl00_ContentPlaceHolderHead_btnContinue {
    display: inline-block;
    margin-top: 0px;
    margin-left: 0px;
    padding: 12px 25px 12px 25px !important;
    border-radius: 5px !important;
    background: #ff7701 !important;
    text-transform: capitalize;
    box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.27) 1px 1px 11px 0px !important;
    font-size: 15px !important;
    text-align: center;
    border: 0pc !important;
    font-weight: 100 !important;
    text-shadow: none !important;
}

.login_box .input_div {
    border-radius: 6px !important;
}

.login_box table.datagrid td.gradient-filter3 b {
    text-align: center;
    width: 100%;
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 19px;
    margin-top: 10px;
    padding: 3px 17px 4px 7px !important;
}

.login_box table.datagrid {
    border: 0;
}

.login_box .w-form {
    margin: 0 !important;
}

.login_box td.gradient-filter2 {
    text-align: center;
    font-size: 15px;
}

img.form_icon.fgt {
    margin-left: 14px;
}

.login_box a {
    font-weight: normal !important;
    color: #F15A29 !important;
}

.login_links a {
    font-weight: normal !important;
    color: #F15A29 !important;
    font-size: 12px;
}

    .login_links a:hover {
        font-weight: normal !important;
    }

.login_box table.datagrid input#ctl00_ContentPlaceHolderHead_txtCageCode {
    border: 0px solid #c7c6c6;
    border-radius: 0px;
    border-width: 0px;
    padding: 8px 12px;
    background-color: white;
    height: 42px;
    width: 356px !important;
    line-height: 1.428571429;
    color: #ababab;
    font-weight: 100 !important;
    /* font: 400 13.3333px Arial; */
    font-size: 15px;
    letter-spacing: 0.5px;
}

.login_box span#ctl00_ContentPlaceHolderHead_rqCageCode {
    float: left;
    font-size: 13px;
}

.login_box table.datagrid ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ababab;
}

.login_box table.datagrid ::-moz-placeholder { /* Firefox 19+ */
    color: #ababab;
}

.login_box table.datagrid :-ms-input-placeholder { /* IE 10+ */
    color: #ababab;
}

.login_box table.datagrid :-moz-placeholder { /* Firefox 18- */
    color: #ababab;
}

div#ctl00_ContentPlaceHolderHead_pnlSellerSearch td {
    padding: 0;
}

.Home-list-style {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 21px;
    padding-right: 7px;
    padding-left: 24px;
}

.login_button_table {
    margin-top: 16px !Important;
}

.Home-list-style li {
    margin-left: 20px;
}

.input_div {
    margin-right: 67px !Important;
    margin-left: 67px !Important;
}

.login2 {
    margin-top: 0px !Important;
    margin-bottom: 0px !Important;
}

.login_box table.datagrid input#ctl00_ContentPlaceHolderHead_txtCageCode {
    line-height: 0.528571429;
    color: #535353 !important;
    font-weight: 600 !important;
    font-size: 15px;
    letter-spacing: 0.5px;
}