@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Satisfy");
/* -------- main.scss----------- */
/* ------------- _helpers.scss ------------- */
/* -------------  VARIABLES ------------- */
.black {
  color: #1f1f1f !important; }

.white {
  color: white !important; }

.whitish {
  color: #f9f9f9 !important; }

.red {
  color: #e51d26 !important; }

.gray-light {
  color: #d2d2d2 !important; }

.gray-medium {
  color: #616161 !important; }

.gray-dark {
  color: #343434 !important; }

.green {
  color: #739849 !important; }

.menu {
  color: #2c3b6f !important; }
  .menu-hover {
    color: #2c3b6f !important; }
  .menu-selected {
    color: #2c3b6f !important; }

/* ------------- FUNCTIONS ------------- */
/* ------------- MIXINS ------------- */
/* -------------  PLACEHOLDERS ------------- */
/* ------------- _base.scss ------------- */
/* ------------RESET------------ */
/* Headings */
h1 {
  margin-top: 0;
  font-size: 83px;
  color: #ffeb3f;
  font-weight: 700; }

h2 {
  font-size: 65px; }

/* 22px */
h3 {
  font-size: 34px; }

/* 20px */
h4 {
  font-size: 1.286em; }

/* 18px */
h5 {
  font-size: 1.143em; }

/* 16px */
h6 {
  font-size: 1em; }

/* 14px */
h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px; }

img {
  max-width: 100%; }

p {
  margin: 0 0 18px; }

main h1 {
  margin-bottom: 20px; }

main h2 {
  font-size: 25px;
  margin-top: 50px; }

/* ---------- GLOBAL ----------------- */
body {
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: #2c3b6f; }

* {
  box-sizing: border-box; }

.cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.contain {
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

/* ---------------  _typography.scss ----------------- */
.col-content h1, .col-content p, .col-content a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400; }

/* ------------- _layouts.scss ------------- */
/* ------------- GRID ------------- */
/* HTML5 tags */
header, main, section, footer,
aside, nav, article, figure {
  display: block; }

main, header, footer {
  clear: both;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  min-height: 30px; }

main {
  margin: 70px 0 110px; }

/* ------------- HEADER ------------- */
header {
  clear: both;
  height: 185px; }

.logo-wrapper {
  display: block;
  width: 300px;
  float: left;
  height: 109px;
  background: #2c3b6f;
  padding: 11px 30px; }

.header_top {
  display: block;
  width: calc(100% - 300px);
  float: left;
  height: 109px;
  background: #2c3b6f;
  text-align: right; }

.navigation-wrapper {
  width: 100%;
  display: block;
  float: left;
  height: 76px;
  background: #ffeb3f; }

/* ------------- FOOTER ------------- */
.footer_wrapper {
  width: 100%; }

.footer_wrapper img {
  display: inline-block;
  vertical-align: middle; }

.footer_wrapper {
  text-align: center;
  color: #889ad9;
  padding-top: 55px; }

.footer_wrapper a {
  color: #fff; }

.download-content {
  padding-top: 15px; }

.container.copyright {
  padding-top: 40px;
  padding-bottom: 15px;
  font-size: 12px; }

.download-spacer {
  margin-top: 10px; }

a.call-now-footer {
  margin: 0 4px; }

.download-content img {
  margin: 0 3px; }

/* ------------- SIDEBAR ------------- */
.sidebar .nav > li > a {
  text-decoration: none;
  background: #3d5095;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 30px 15px;
  margin-bottom: 1px; }

.sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus {
  text-decoration: none;
  background-color: #2c3b6f; }

.sidebar .nav > li > a.nav-selected {
  background: #2c3b6f; }

.sidebar > ul > :first-child {
  display: none; }

/* ------------- _design.scss ------------- */
/* ------------- HEADER ------------- */
.header_wrapper {
  background: #ccc; }

/* ------------- FOOTER ------------- */
.footer_wrapper {
  background: #232e54; }

/* ------------- AUTO-NAV ------------- */
nav {
  margin-top: 5px;
  /*ul*/ }
  nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    /*li*/
    /*dropdown menu start*/
    /*dropdown menu end*/ }
    nav ul li {
      margin: 0px;
      position: relative;
      display: inline-block;
      float: left;
      /*dropdown menu start*/
      /*dropdown menu end*/ }
      nav ul li a {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: #2c3b6f;
        font-weight: 600;
        line-height: 71px;
        height: 71px;
        display: block;
        padding: 0 20px; }
        nav ul li a:hover, nav ul li a:focus {
          text-decoration: none;
          color: #2c3b6f;
          outline: none;
          border-bottom: 4px solid #2c3b6f; }
        nav ul li a.nav-selected {
          color: #2c3b6f;
          border-bottom: 4px solid #2c3b6f; }
      nav ul li:last-child a {
        padding-right: 0; }
      nav ul li:hover > ul li {
        padding: 0px 20px; }
        nav ul li:hover > ul li a {
          line-height: 32px;
          color: #fff; }
          nav ul li:hover > ul li a:hover {
            color: #32ada5; }
        nav ul li:hover > ul li a.nav-selected {
          color: #32ada5; }
    nav ul ul {
      /*ul ul*/
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #ffffff;
      padding: 0px;
      z-index: 999; }
      nav ul ul li {
        float: none;
        width: 200px;
        z-index: 999; }
      nav ul ul ul {
        /*ul ul ul*/
        top: 0;
        left: 100%; }

nav ul li a.nav-first {
  padding-left: 30px; }

li.nav-item-177 a {
  padding-right: 20px !important; }

li.nav-item-178 a {
  padding-right: 30px; }

li.nav-item-177, li.nav-item-178 {
  float: right; }

nav ul li:hover > ul {
  display: block;
  background: #494b52;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 13px; }

/* ------------- RESPONSIVE NAVIGATION ------------- */
.ccm-responsive-overlay-open .ccm-responsive-overlay {
  left: 0;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.ccm-responsive-overlay {
  background: #ffff3f;
  display: block;
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 109px !important;
  left: -100%;
  height: auto;
  padding: 31px 40px;
  -webkit-text-size-adjust: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .ccm-responsive-overlay ul {
    padding-left: 0;
    float: none;
    text-align: left; }
    .ccm-responsive-overlay ul li {
      list-style-type: none;
      display: block;
      width: 100%;
      padding-left: 0; }
      .ccm-responsive-overlay ul li a {
        display: block;
        padding: 0;
        max-width: 100%;
        line-height: 2;
        font-size: 19px; }
      .ccm-responsive-overlay ul li.parent-ul a {
        color: #fff;
        font-size: 19px;
        display: inline-block;
        width: 100%;
        height: 100%;
        font-weight: 700;
        text-decoration: none; }
        .ccm-responsive-overlay ul li.parent-ul a:after {
          padding-left: 7px;
          padding-top: 3px;
          font-size: 14px;
          content: "\f107";
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          cursor: pointer;
          text-decoration: inherit; }
        .ccm-responsive-overlay ul li.parent-ul a:hover {
          color: #fff; }
      .ccm-responsive-overlay ul li a.nav-selected {
        color: #4054a0 !important; }
      .ccm-responsive-overlay ul li ul {
        /*new for dd start*/
        position: relative;
        top: 0;
        left: 0;
        padding: 0 !important;
        background: none !important;
        margin-left: 0px !important;
        /*new for dd end*/ }
        .ccm-responsive-overlay ul li ul li {
          width: 100%; }
        .ccm-responsive-overlay ul li ul ul {
          position: relative;
          left: 0;
          top: 0; }
        .ccm-responsive-overlay ul li ul li {
          padding-left: 35px; }
          .ccm-responsive-overlay ul li ul li.last-li a {
            padding-top: 0;
            font-size: 19px;
            padding-left: 12px; }
            .ccm-responsive-overlay ul li ul li.last-li a:after {
              content: ""; }

.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  float: none;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  line-height: 109px;
  height: 109px;
  width: 86px;
  border: none;
  border-radius: 0.3em;
  -webkit-tap-highlight-color: transparent;
  z-index: 2;
  text-align: center; }
  .ccm-responsive-menu-launch span {
    display: none;
    margin-right: 5px;
    position: relative;
    top: -2px;
    font-size: 19px;
    color: #ffeb3f;
    float: left;
    margin-top: 2px; }

.ccm-responsive-menu-launch.responsive-button-close i:after {
  font-size: 30px;
  color: #ffeb3f;
  content: "\f00d";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

.ccm-responsive-menu-launch i:after {
  font-size: 30px;
  color: #ffeb3f;
  content: "\f0c9";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

@media all and (max-width: 992px) {
  .ccm-responsive-menu-launch {
    display: block; }

  .ccm-responsive-navigation.original {
    display: none; }

  header .ccm-search-block-form {
    margin-top: 20px; } }
@media all and (min-width: 993px) {
  .ccm-responsive-overlay {
    display: none !important; } }
.ccm-responsive-overlay nav {
  margin-left: 0px; }

/* ------------- _forms.scss ------------- */
/* ------------- FORM ------------- */
.ccm-block-type-form input[type="email"],
.ccm-block-type-form input[type="number"],
.ccm-block-type-form input[type="password"],
.ccm-block-type-form input[type="tel"],
.ccm-block-type-form input[type="text"],
.ccm-block-type-form input[type="url"],
.ccm-block-type-form textarea {
  box-shadow: none; }
.ccm-block-type-form label {
  font-weight: 400 !important;
  text-transform: uppercase; }
.ccm-block-type-form .form-actions input.btn,
.ccm-block-type-form .form-actions input[type="submit"] {
  background-color: white;
  color: #616161;
  float: right;
  text-transform: uppercase;
  border: 2px solid #d2d2d2;
  font-size: 1.4em;
  padding: 8px 25px; }
  .ccm-block-type-form .form-actions input.btn:hover,
  .ccm-block-type-form .form-actions input[type="submit"]:hover {
    border: 2px solid #343434; }

.ccm-block-type-form input[type="email"],
.ccm-block-type-form input[type="number"],
.ccm-block-type-form input[type="password"],
.ccm-block-type-form input[type="tel"],
.ccm-block-type-form input[type="text"],
.ccm-block-type-form input[type="url"],
.ccm-block-type-form textarea,
.ccm-block-type-form select {
  background-color: #fff;
  border: 1px solid #2c3b6f;
  border-radius: 0px;
  box-shadow: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #2c3b6f;
  font-weight: 400; }

.ccm-block-type-form label {
  font-weight: 700 !important; }

.ccm-block-type-form .form-actions input.btn, .ccm-block-type-form .ccm-block-type-form .form-actions input.btn, .ccm-block-type-form .ccm-block-type-form .form-actions input[type="submit"] {
  background-color: #3d5095;
  color: #fff;
  float: none;
  border-radius: 0px;
  font-size: 25px;
  padding: 0px;
  height: 80px;
  width: 100%;
  border: none;
  font-weight: 700;
  transition: all 500ms linear;
  font-family: 'Open Sans', sans-serif;
  max-width: 485px; }

.ccm-block-type-form .form-actions input[type="submit"]:hover {
  color: #fff;
  border: none !important;
  background: #2c3b6f; }

.ccm-block-type-form {
  display: inline-block;
  width: 100%; }

.ccm-block-type-form textarea {
  height: 289px;
  resize: none;
  padding: 20px !important; }

.form-control {
  font-size: 18px !important;
  padding: 0px 20px !important;
  height: 52px;
  max-width: 485px; }

.form-control:focus {
  box-shadow: none; }

.form-group {
  margin-bottom: -1px; }

.ccm-block-type-form .fields {
  position: relative; }

.form-group.field.field-radios {
  background: #494b52;
  color: #fff;
  text-align: left;
  padding: 20px;
  font-weight: 700; }

span.radio-label {
  display: block; }

.radio {
  display: inline-block;
  margin-right: 23px; }

.required-legend {
  font-size: 12px; }

.form-group.captcha {
  max-width: 485px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2c3b6f !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #2c3b6f !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #2c3b6f !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #2c3b6f !important; }

/* ------------- _components.scss ------------- */
.clear {
  clear: both; }

main a {
  text-decoration: underline;
  font-weight: 600;
  color: #2c3b6f; }

main a:hover {
  color: #4054a0;
  text-decoration: none; }

main a:visited, main a:focus {
  color: #4054a0; }

/* ------------- CTA BUTTONS ------------- */
a.call-now {
  height: 109px;
  width: 259px;
  display: inline-block;
  background: #fff; }

.white-button {
  height: 109px;
  width: 259px;
  display: inline-block;
  background: #fff;
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  color: #231f20;
  vertical-align: top;
  margin-left: -2px;
  line-height: 1;
  padding-top: 22px; }

.white-button:focus, .white-button:visited {
  color: #231f20;
  text-decoration: none; }

a.white-button:hover {
  text-decoration: none;
  color: #ed1b2e; }

a.call-now img {
  margin: 0 auto;
  display: block; }

a.blue-button {
  background: #4054a0;
  color: #fff;
  line-height: 67px;
  height: 67px;
  width: 230px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  text-align: center; }

a.blue-button:hover {
  text-decoration: none;
  background: #495fb2; }

.blue-button:focus, .blue-button:visited {
  color: #fff;
  text-decoration: none; }

a.yellow-button {
  background: #fff;
  color: #000;
  line-height: 1;
  height: 67px;
  width: 200px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border-radius: 7px; }

a.yellow-button:hover {
  text-decoration: none;
  color: #ed1b2e; }

.yellow-button:focus, .yellow-button:visited {
  color: #000;
  text-decoration: none; }

.book-now:before {
  font-family: fontAwesome;
  display: block;
  margin: 0 auto 5px;
  content: '\f017';
  font-weight: 400;
  color: #ed1b2e;
  font-size: 37px; }

.calculator:before {
  font-family: fontAwesome;
  display: block;
  margin: 0 auto 5px;
  content: "\f1ec";
  font-weight: 400;
  color: #ed1b2e;
  font-size: 37px; }

.footer-content .book-now {
  margin: 10px 4px;
  vertical-align: middle; }

.yellow-button.book-now:before {
  font-size: 31px;
  padding-top: 7px;
  margin-bottom: 0; }

/* ------------- _pages.scss ------------- */
/* ------------- HOME ------------- */
.home-block {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 25px; }

.home-block h2 {
  color: #ffeb3f;
  margin-bottom: 10px; }

.section-1 {
  min-height: 700px;
  background: url(../img/quick-easy-smart.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden; }

.section-2 {
  padding-top: 90px;
  padding-bottom: 90px;
  min-height: 700px;
  background: url(../img/travel-with-trust.jpg) no-repeat center center;
  background-size: cover; }

.section-3 {
  min-height: 470px;
  background: #ffeb3f;
  padding-top: 100px;
  padding-bottom: 90px; }

.section-4 {
  min-height: 830px;
  background: url(../img/vehicles-bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 90px; }

.section-4 img {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: -20px; }

.Testimonial {
  display: inline-block;
  max-width: 840px;
  margin: 0 80px;
  position: relative; }

.Testimonial:before {
  content: '';
  width: 162px;
  height: 136px;
  background: url(../img/comma-before.png) no-repeat center center;
  display: block;
  position: absolute;
  left: -200px;
  top: -45px; }

.Testimonial:after {
  content: '';
  width: 162px;
  height: 136px;
  background: url(../img/comma-after.png) no-repeat center center;
  display: block;
  position: absolute;
  right: -200px;
  bottom: -60px; }

.Testimonial p {
  color: #2c3b6f;
  font-size: 34px;
  font-family: Satisfy; }

.Testimonial h2 {
  color: #2c3b6f;
  margin-bottom: 25px; }

.testiname {
  font-weight: 600;
  font-size: 17px;
  color: #2c3b6f; }

.service-wrapper {
  margin: 40px 0 50px; }

.service-block {
  width: 19.5%;
  height: 178px;
  display: inline-block; }

.general {
  background: url(../img/general-transport.png) no-repeat bottom center; }

.school {
  background: url(../img/school.png) no-repeat bottom center; }

.wheelchair {
  background: url(../img/wheelchair.png) no-repeat bottom center; }

.parcel {
  background: url(../img/parcel-delivery.png) no-repeat bottom center; }

.airport {
  background: url(../img/airport-transfer.png) no-repeat bottom center; }

.hero-content {
  padding-left: 30px;
  text-align: left;
  margin-top: 80px; }

.hero-content h3 {
  margin-top: 10px;
  margin-bottom: 30px; }

/* .hero-content h3:after {
    content: '';
    width: 285px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-left: 13px;
    height: 44px;
    background: url(../img/smart-hail.png) no-repeat center center;
} */
.hero-content ul {
  margin-bottom: 40px; }

.hero-content li {
  list-style: none;
  padding: 5px 0px;
  position: relative; }

.hero-content li:before {
  content: "\f00c";
  font-family: fontAwesome;
  color: #ffeb3f;
  position: absolute;
  left: -40px; }

.hero-content img {
  display: inline-block;
  margin-right: 7px; }

.annoying-hand {
  width: 543px;
  height: 650px;
  background: url(../img/hand.png) no-repeat top left;
  position: absolute;
  /* bottom: 0; */
  top: 50px;
  left: -170px; }

/* ------------- CONTACT ------------- */
/* ------------- General ------------- */
.heading-content {
  font-size: 25px;
  margin-bottom: 50px;
  color: #2c3b6f; }

.heading-content h1 {
  margin-top: 0;
  font-size: 65px;
  color: #2c3b6f;
  font-weight: 700; }

/* ------------- Booking Form ------------- */
.ng-scope input[type=submit] {
  background: #3d5095;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  width: 200px;
  height: 60px; }

.ng-scope input[type=submit]:hover {
  background: #2c3b6f; }

.ng-scope td {
  text-align: left; }

.ng-scope .form-control {
  height: 34px;
  font-size: 18px;
  color: #2c3b6f;
  border: 1px solid #2c3b6f;
  border-radius: 0px; }

/* ------------- _queries.scss ------------- */
/* ------------- QUERIES ------------- */
/* Large Devices, Desktops */
/**SMALLER THAN 1300*******************************/
@media only screen and (max-width: 1200px) {
  .Testimonial:before {
    left: -80px;
    top: 0;
    width: 80px;
    height: 66px;
    background-size: cover; }

  .Testimonial:after {
    right: -80px;
    bottom: -33px;
    width: 80px;
    height: 66px;
    background-size: cover; } }
/**SMALLER THAN 1200*******************************/
@media only screen and (max-width: 1200px) {
  .hero-content h1 {
    font-size: 70px; }

  .hero-content h3 {
    font-size: 31px;
    margin-bottom: 25px; }

  .hero-content h3:after {
    width: 230px;
    height: 36px;
    background-size: cover; }

  .annoying-hand {
    left: -230px; }

  .hero-content ul {
    margin-bottom: 30px; }

  .hero-content li {
    padding: 3px 0px; }

  .section-1 {
    min-height: auto;
    padding-bottom: 80px; } }
/**SMALLER THAN 1100*******************************/
@media only screen and (max-width: 1100px) {
  .white-button, a.call-now {
    width: 220px; }

  a.call-now img {
    margin: 8px auto; } }
/* TABLETS */
/**SMALLER THAN 1026*******************************/
@media only screen and (max-width: 1026px) {
  .home-block h2 {
    font-size: 55px; }

  a.white-button.calculator {
    margin-left: -3px; } }
/**SMALLER THAN 992*******************************/
@media only screen and (max-width: 991px) {
  .download-content {
    padding-top: 40px; }

  h2 {
    font-size: 40px; }

  .heading-content h1 {
    font-size: 40px; }

  .Testimonial p {
    font-size: 26px; }

  .logo-wrapper {
    width: 100%; }

  .header_top {
    position: absolute;
    top: 109px;
    width: 100%; }

  .navigation-wrapper {
    width: auto;
    height: 109px;
    background: none;
    position: absolute;
    right: 0; }

  .white-button, a.call-now {
    width: calc(33.33% - 0.5px); }

  a.call-now img {
    margin: 0px auto;
    object-fit: contain;
    object-position: center center;
    height: 109px; }

  .white-button {
    width: calc(33.33% - 1px);
    float: left;
    display: block;
    margin-left: 1px; }

  a.call-now {
    width: 33.33%;
    float: left;
    display: block; }

  header {
    height: 218px; }

  nav ul li a.nav-first {
    padding-left: 0; }

  nav ul li a {
    height: auto; }

  nav ul li a.nav-selected, nav ul li a:hover, nav ul li a:focus {
    border: none;
    color: #4054a0; }

  .service-block {
    width: 32%;
    margin: 0px auto 20px; }

  .home-block br {
    display: none; }

  .service-wrapper {
    margin: 40px 0 20px; }

  .annoying-hand {
    height: 827px;
    left: 0;
    position: relative; }

  .annoying-hand {
    left: 315px;
    position: absolute;
    top: 280px;
    zoom: 80%; }

  .heading-content {
    font-size: 22px;
    line-height: 27px; }

  a.white-button.calculator {
    margin-left: 1px; } }
/* iPad portrait */
/* iPad landscape */
/* PHONES */
/**SMALLER THAN 767*******************************/
@media only screen and (max-width: 768px) {
  .Testimonial:before {
    position: relative;
    left: unset;
    top: unset;
    margin: 0 auto 30px; }

  .Testimonial:after {
    position: relative;
    right: unset;
    bottom: unset;
    margin: 30px auto 0px; }

  .Testimonial {
    margin: 0; }

  .sidebar {
    margin-top: 60px; }

  .home-block {
    font-size: 20px; }

  .annoying-hand {
    left: 270px; } }
@media only screen and (max-width: 767px) {
  a.white-button.calculator {
    display: none; }

  a.call-now {
    width: 50%; }

  .white-button {
    width: calc(50% - 1px); } }
@media only screen and (max-width: 650px) {
  .annoying-hand {
    left: 50%;
    margin-left: -370px;
    position: relative;
    top: 55px;
    zoom: 60%; }

  .section-1 .col-md-4 {
    position: absolute;
    bottom: 0;
    height: 400px;
    width: 100%; }

  .hero-content {
    margin-top: 80px; }

  .section-1 {
    padding-bottom: 400px;
    position: relative; } }
/**SMALLER THAN 550*******************************/
@media only screen and (max-width: 550px) {
  .service-block {
    width: 49%; }

  .ng-scope input[type=submit] {
    width: 100%;
    margin-bottom: 5px; }

  .ng-scope .details td {
    display: block; }

  .hero-content h1 {
    font-size: 55px; } }
/* Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .footer_wrapper img {
    display: block;
    margin: 10px auto 0; }

  a.call-now-footer {
    margin: 0; }

  .header_top {
    height: 109px; }

  .logo-wrapper img {
    height: 72px;
    display: inline-block;
    width: auto;
    margin-top: 8px; }

  .hero-content img {
    margin-right: 3px;
    width: 132px; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 400px) {
  .service-block {
    width: 100%;
    height: 178px;
    background-position: center center;
    margin: 10px auto 0; } }
/* IE */

/*# sourceMappingURL=main.css.map */

/* ----------------------------
   CSS Updates Owen Richards
---------------------------- */
@media only screen and (max-width: 1100px) {
    nav ul li a {
        font-size: 18px;
        padding: 0 15px;
    }
}
   
