body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

p {
  line-height: 1.75; }

a {
  color: #007bff; }
  a:hover {
    color: #0062cc; }

.text-primary {
  color: #007bff !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

section {
  padding: 100px 0; }
  section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px; }
  section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

/*@media(min-width:768px) {
  section {
    padding: 150px 0;
  }
}*/
.btn {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700; }

.btn-xl {
  font-size: 18px;
  padding: 20px 40px; }

.btn-primary {
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #0069d9 !important;
    border-color: #0069d9 !important;
    color: white; }
  .btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important; }

::-moz-selection {
  background: #007bff;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #007bff;
  text-shadow: none;
  color: #fff; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

#mainNav {
  background-color: #212529; }
  #mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #007bff;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  #mainNav .navbar-brand {
    color: #007bff;
    font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive; }
    #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #0062cc; }
    #mainNav .navbar-brand img.logo {
      height: 75px; }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 95;
    font-weight: 700;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: white;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
      color: #007bff; }

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent; }
    #mainNav .navbar-brand {
      font-size: 1.75em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    #mainNav .navbar-nav .nav-item .nav-link {
      padding: 1.1em 1em !important; }
    #mainNav.navbar-shrink {
      padding-top: 0;
      padding-bottom: 0;
      background-color: #212529; }
      #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0; } }

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../images/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  height: 650px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.masthead .be-content {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 30px 20px 30px;
    border-radius: 6px;
    margin-top: 30px; }

.be-form {
  width: 100%; }
  .be-form label {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .be-form .form-control {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border-radius: 8px;
    padding: .5rem 1rem;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: .3rem;
    color: #212529; }
  .be-form .btn {
    border-radius: 1.5rem;
    padding: 10px 55px; }

/*@media(min-width:768px) {
  header.masthead {
   
  }
}*/
.service-heading {
  margin: 0;
  text-transform: none; }
  .service-heading a {
    color: #212529; }
  .service-heading a:hover {
    text-decoration: none; }

.our_app {
  position: relative;
  z-index: 1;
  background-color: #007bff;
  padding-bottom: 30px;
  padding: 50px; }
  .our_app img {
    height: auto;
    max-width: 100%; }
  .our_app p {
    font-size: 20px; }

.download_app_text > a {
  background-color: #fff;
  color: #fff; }
  .download_app_text > a:hover {
    box-shadow: 0 0 70px 6px rgba(255, 255, 255, 0.7); }

.download_img {
  margin-top: 50px;
  height: auto !important;
  max-width: 100% !important; }

.app-link-btn {
  border: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 50px;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  line-height: 1;
  color: #007bff !important; }

.mcard {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.mcard .card-image {
  height: 60%;
  position: relative;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border-radius: 6px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }

.mcard .card-image img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  pointer-events: none; }

.mcard .card-image .card-caption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 1.3em;
  text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5); }

.mcard img {
  width: 100%;
  height: auto; }

.img-raised {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }

.mcard .ftr {
  margin-top: 15px; }

.mcard .ftr div {
  display: inline-block; }

.mcard .ftr .author {
  color: #888; }

.mcard .ftr .stats {
  float: right;
  line-height: 30px; }

.mcard .ftr .stats {
  position: relative;
  top: 1px;
  font-size: 14px; }

.mcard .author .avatar {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px; }

.mcard .author a {
  color: #333;
  text-decoration: none; }

.mcard .author a .ripple-cont {
  display: none; }

#testmonials .card-testimonial {
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center; }

#testmonials .card-profile .btn-just-icon.btn-raised,
#testmonials .card-testimonial .btn-just-icon.btn-raised {
  margin-left: 6px;
  margin-right: 6px; }

#testmonials .card-profile .card-avatar,
#testmonials .card-testimonial .card-avatar {
  max-width: 130px;
  max-height: 130px;
  margin: -50px auto 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }

#testmonials .card-profile.card-plain .card-avatar,
#testmonials .card-testimonial.card-plain .card-avatar {
  margin-top: 0; }

#testmonials .card-testimonial .card-avatar {
  max-width: 100px;
  max-height: 100px; }

#testmonials .card-testimonial .card-description {
  font-style: italic;
  font-size: 20px;
  font-weight: 500; }

#testmonials .card-testimonial .card-description + .card-caption {
  margin-top: 30px; }

#testmonials .card-testimonial .icon {
  margin-top: 30px; }

#testmonials .card-testimonial .icon {
  font-size: 40px; }

#testmonials .card-testimonial .ftr {
  margin-top: 0; }

#testmonials .card-testimonial .ftr .card-avatar {
  margin-top: 10px;
  margin-bottom: -50px; }

#cards-info {
  background-color: #e9ecef; }
  #cards-info .table {
    margin-bottom: 0px; }
  #cards-info .mcard .table {
    padding: 15px 30px; }
  #cards-info .mcard .table-primary {
    background: linear-gradient(60deg, #ab47bc, #7b1fa2); }
  #cards-info .mcard .table-info {
    background: linear-gradient(60deg, #26c6da, #0097a7); }
  #cards-info .mcard .table-success {
    background: linear-gradient(60deg, #66bb6a, #388e3c); }
  #cards-info .mcard .table-warning {
    background: linear-gradient(60deg, #ffa726, #f57c00); }
  #cards-info .mcard .table-danger {
    background: linear-gradient(60deg, #ef5350, #d32f2f); }
  #cards-info .mcard .table-rose {
    background: linear-gradient(60deg, #ec407a, #c2185b); }
  #cards-info .mcard [class*="table-"] {
    color: #FFFFFF;
    border-radius: 6px; }
  #cards-info .mcard [class*="table-"] .card-caption a,
  #cards-info .mcard [class*="table-"] .card-caption,
  #cards-info .mcard [class*="table-"] .icon i {
    color: #FFFFFF; }
  #cards-info .mcard [class*="table-"] .icon i {
    border-color: rgba(255, 255, 255, 0.25); }
  #cards-info .mcard [class*="table-"] .author a,
  #cards-info .mcard [class*="table-"] .ftr .stats,
  #cards-info .mcard [class*="table-"] .category,
  #cards-info .mcard [class*="table-"] .card-description {
    color: rgba(255, 255, 255, 0.8); }
  #cards-info .mcard [class*="table-"] .author a:hover,
  #cards-info .mcard [class*="table-"] .author a:focus,
  #cards-info .mcard [class*="table-"] .author a:active {
    color: #FFFFFF; }
  #cards-info .mcard [class*="table-"] h1 small,
  #cards-info .mcard [class*="table-"] h2 small,
  #cards-info .mcard [class*="table-"] h3 small {
    color: rgba(255, 255, 255, 0.8); }

footer {
  padding: 60px 0 30px 0;
  text-align: center;
  background-color: #212529; }
  footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  footer ul.quicklinks {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    footer ul.quicklinks li a {
      color: #fff; }
    footer ul.quicklinks li a:hover {
      text-decoration: none;
      color: #007bff; }

ul.social-buttons {
  margin-bottom: 0; }
  ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #212529; }
    ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
      background-color: #007bff; }

.ui-autocomplete {
  min-width: 350px;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 320px; }

.ui-state-focus {
  background-color: #F2184F; }

.ui-autocomplete-loading {
  background: url("https://www.kingsburycab.co.uk/application/themes/default/assets/images/ajax-loader.gif") no-repeat scroll right 30px center #f1f1f1 !important; }
