body {
  font-family: "Montserrat", sans-serif;
  background-color: #ecedef;
  min-width: 320px;
  width: auto !important;
  /* Firefox will set width as auto */
  width: 320px;
  /* As IE6 ignores !important it will set width as 320px; */ }

.font-weight-100 {
  font-weight: 100; }

.margin-bottom-5px {
  margin-bottom: 5px !important; }

.margin-bottom-10px {
  margin-bottom: 10px !important; }

.margin-bottom-15px {
  margin-bottom: 15px !important; }

@media (max-width: 767px) {
  .content-section {
    width: 95%; } }
a {
  color: #FF6600; }

a:hover {
  color: #b34700;
  text-decoration: none; }

.shadow1 {
  -moz-box-shadow: 0px 0px 15px rgba(204, 202, 202, 0.6);
  -webkit-box-shadow: 0px 0px 15px rgba(204, 202, 202, 0.6);
  box-shadow: 0px 0px 15px rgba(204, 202, 202, 0.6);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
  zoom: 1; }

.shadow2 {
  -moz-box-shadow: 0px 0px 15px rgba(121, 121, 121, 0.6);
  -webkit-box-shadow: 0px 0px 15px rgba(121, 121, 121, 0.6);
  box-shadow: 0px 0px 15px rgba(121, 121, 121, 0.6);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
  zoom: 1; }

.btn-custom {
  width: 100%;
  height: 38px;
  border-radius: 2px;
  border: none;
  background-color: #FF6600;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#FF6600), to(#F14129));
  background-image: -webkit-linear-gradient(right, #FF6600, #F14129);
  background-image: -moz-linear-gradient(right, #FF6600, #F14129);
  background-image: -ms-linear-gradient(right, #FF6600, #F14129);
  background-image: -o-linear-gradient(right, #FF6600, #F14129);
  background-image: linear-gradient(to right, #FF6600, #F14129);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF6600, endColorstr=#F14129);
  color: #FFF;
  height: 45px;
  text-transform: uppercase;
  font-size: 1.15rem;
  cursor: pointer; }

.button-blue {
  background-color: #3bd0de;
  background-image: linear-gradient(to right, #89eaf3, #2fc9d8); }

a.btn-custom:hover {
  text-decoration: none;
  color: #FFF; }

.col-centered {
  float: none;
  margin: 0 auto; }

.margintop15 {
  margin-top: 15px; }

.top-section {
  border-bottom: 1px solid #9f9e9e;
  background-color: #f9f9f9; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.header2 .header2-inner {
  padding-top: 15px;
  padding-bottom: 15px; }
.header2 a.brand {
  font-size: 1.5rem; }
.header2 img.logo-img {
  height: 50px; }
.header2 .navbar {
  padding-left: 0;
  padding-right: 0; }
.header2 input {
  border: none;
  border-radius: 0;
  height: 50px;
  font-size: 1.5rem; }
.header2 .search-button {
  border-radius: 0;
  height: 50px;
  background-color: #FFF;
  border: none; }
  .header2 .search-button .fa, .header2 .search-button .fa-search, .header2 .search-button .fab, .header2 .search-button .fas {
    color: #FF6600;
    font-size: 1.5rem; }

.hero {
  padding: 3rem 1.5rem;
  text-align: center; }
  .hero .hero-brand-div {
    margin-bottom: 30px; }
    .hero .hero-brand-div a.hero-brand {
      font-size: 1.8rem;
      color: #FF6600; }
    .hero .hero-brand-div a.hero-brand:hover {
      text-decoration: none; }
  .hero .hero-h1 {
    font-size: 1.2rem;
    font-weight: 300; }
  .hero .hero-p {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 1.3rem; }
  .hero .hero-form-input-div {
    padding-right: 8px; }
    .hero .hero-form-input-div input {
      border-radius: 0;
      border: none;
      height: 45px;
      font-size: 27px; }
  .hero .button-icon {
    display: none; }
  .hero .hero-form-button {
    padding-left: 0; }
    .hero .hero-form-button button, .hero .hero-form-button input[type='submit'] {
      width: 100%;
      height: 38px;
      border-radius: 2px;
      border: none;
      background-color: #FF6600;
      background-image: -webkit-gradient(linear, left top, right bottom, from(#FF6600), to(#F14129));
      background-image: -webkit-linear-gradient(right, #FF6600, #F14129);
      background-image: -moz-linear-gradient(right, #FF6600, #F14129);
      background-image: -ms-linear-gradient(right, #FF6600, #F14129);
      background-image: -o-linear-gradient(right, #FF6600, #F14129);
      background-image: linear-gradient(to right, #FF6600, #F14129);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF6600, endColorstr=#F14129);
      color: #FFF;
      height: 45px;
      text-transform: uppercase;
      font-size: 1.15rem; }

@media screen and (max-width: 420px) {
  .hero {
    padding: 3rem 0.2rem; }
    .hero .hero-h1 {
      margin-bottom: 2rem; }
    .hero .hero-p {
      margin-bottom: 3rem; }
    .hero .button-text {
      display: none; }
    .hero .button-icon {
      display: block;
      font-size: 1.6rem; } }
.content-section {
  padding-top: 30px; }
  .content-section h2 {
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px; }
  .content-section .generic-box {
    background-color: #FFF;
    padding: 20px; }
    .content-section .generic-box .box-heading {
      text-align: center;
      background-color: #57cddd;
      background-image: linear-gradient(to right, #89eaf3, #2fc9d8);
      margin-top: -20px;
      margin-left: -20px;
      margin-right: -20px;
      padding: 5px;
      color: #FFF;
      margin-bottom: 10px;
      text-transform: uppercase; }
    .content-section .generic-box ul {
      padding: 0; }
      .content-section .generic-box ul li {
        list-style: none;
        margin-bottom: 15px; }
        .content-section .generic-box ul li .heading {
          font-weight: 700; }
    .content-section .generic-box .map-container {
      text-align: center;
      width: 100%;
      height: 300px; }
    .content-section .generic-box .static-map-container {
      text-align: center;
      width: 100%; }

.breadcrumb-section {
  padding-top: 10px;
  font-size: 0.8rem;
  color: #8e8e8e; }
  .breadcrumb-section a {
    color: #8e8e8e; }
  .breadcrumb-section a:hover {
    color: #424242; }

.comments .comment {
  background-color: #FFF;
  margin-bottom: 10px;
  padding: 20px 15px; }
  .comments .comment .comment-meta {
    border-right: 1px solid #e3e3e3; }
  .comments .comment .fa-comment {
    transform: scaleX(-1);
    font-size: 1.5rem;
    color: #FF6600; }
  .comments .comment .time, .comments .comment .date {
    font-size: 0.9rem;
    font-weight: 300; }
  .comments .comment .phone-number {
    color: #FF6600;
    font-size: 1.3rem;
    font-weight: 300; }
    .comments .comment .phone-number .fa-comment {
      display: none; }
    .comments .comment .phone-number .datetime-mobile {
      display: none; }
  .comments .comment .comment-text {
    font-weight: 300; }

@media screen and (max-width: 575px) {
  .comments .comment {
    padding: 15px 8px; }
    .comments .comment .comment-meta {
      display: none; }
    .comments .comment .phone-number {
      font-size: 1rem; }
      .comments .comment .phone-number .fa-comment {
        display: inline-block;
        margin-right: 5px;
        font-size: 1.1rem; }
      .comments .comment .phone-number .datetime-mobile {
        color: #000;
        font-size: 0.8rem;
        display: inline-block;
        position: absolute;
        bottom: 4px;
        right: 15px; } }
@media screen and (max-width: 330px) {
  .comments .comment .phone-number .datetime-mobile {
    font-size: 0.62rem; } }
@media screen and (min-width: 576px) {
  .comment {
    padding: 20px 15px; }
    .comment .comment-column {
      padding-right: 20px;
      padding-left: 20px; } }
.recent-links-box {
  background: #FFF; }
  .recent-links-box .links {
    padding: 20px; }
    .recent-links-box .links a {
      margin-right: 0.9rem; }

@media screen and (min-width: 576px) and (max-width: 767px) {
  .comments .comment .fa-comment {
    font-size: 1.5rem; }
  .comments .comment .time {
    font-size: 0.7rem; } }
@media screen and (min-width: 768px) {
  .header2 .header2-inner {
    padding: 15px 0; } }
.phone-details .fa-phone-circle {
  background: #f66500;
  color: #FFF;
  display: inline-block;
  border-radius: 28px;
  padding: 0.3em;
  font-size: 2rem; }
.phone-details .number {
  font-size: 2rem; }
.phone-details .individual-details {
  margin-top: 20px; }
  .phone-details .individual-details .fa, .phone-details .individual-details .fab, .phone-details .individual-details .fas {
    font-size: 2rem;
    color: #FF6600; }
  .phone-details .individual-details .name {
    font-size: 1.5rem; }
  .phone-details .individual-details .heading {
    font-size: 1.2rem; }
    .phone-details .individual-details .heading a.name {
      letter-spacing: 0.25rem; }
  .phone-details .individual-details .known-cities {
    font-size: 1.2rem;
    font-weight: 600; }
  .phone-details .individual-details ul.emails, .phone-details .individual-details ul.alternate_numbers {
    list-style-type: none; }
    .phone-details .individual-details ul.emails li, .phone-details .individual-details ul.alternate_numbers li {
      float: left;
      padding: 0 8px;
      background-color: #a9f3fd;
      background-image: linear-gradient(to right, #89eaf3, #5dd6e2);
      margin: 3px 5px;
      border-radius: 8px;
      color: #FFF; }

@media screen and (max-width: 320px) {
  .phone-details .number {
    font-size: 1.7rem; }
  .phone-details .individual-details {
    margin-top: 15px; }
    .phone-details .individual-details .fa, .phone-details .individual-details .fab, .phone-details .individual-details .fas {
      font-size: 1.8rem; }
    .phone-details .individual-details .name {
      font-size: 1.7rem; } }
@media screen and (max-width: 575px) {
  .phone-details .cta-holder {
    margin-top: 15px; } }
@media screen and (min-width: 575px) and (max-width: 684px) {
  .phone-details .number {
    font-size: 1.71rem; }
  .phone-details .btn-custom {
    font-size: 1.05rem; } }
.owner-details-box .special-pricing, .checkout-two .special-pricing {
  font-size: 2rem;
  color: #FF6600;
  line-height: 2rem;
  margin-right: 10px;
  float: left; }
.owner-details-box .special-pricing-off, .checkout-two .special-pricing-off {
  padding: 0px 10px;
  border-radius: 15px;
  background-color: #ecedef;
  float: left;
  line-height: 2rem; }
.owner-details-box ul.bullets, .checkout-two ul.bullets {
  padding-left: 40px;
  -webkit-padding-start: 40px; }
  .owner-details-box ul.bullets li, .checkout-two ul.bullets li {
    margin-bottom: 10px; }
  .owner-details-box ul.bullets li:before, .checkout-two ul.bullets li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #FF6600; }
.owner-details-box ul.fa-ul i.fas, .owner-details-box ul.fa-ul i.fab, .checkout-two ul.fa-ul i.fas, .checkout-two ul.fa-ul i.fab {
  color: #FF6600; }

.address-map-box .fa-home {
  font-size: 2.7rem;
  color: #FF6600; }
.address-map-box .map-container {
  margin-top: 20px; }

.checkout-one img {
  margin-bottom: 15px;
  margin-top: 15px; }
.checkout-one h2 {
  margin-bottom: 5px; }
.checkout-one p {
  margin-bottom: 5px;
  font-weight: 100; }

.checkout-two h2 {
  color: #FF6600;
  text-align: left; }
.checkout-two p.horizontal-line {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  line-height: 0.1em;
  margin: 10px 0 20px;
  color: #c5c5c5; }
.checkout-two p.horizontal-line span {
  background: #fff;
  padding: 0 10px; }
.checkout-two p.condition {
  font-size: 0.85rem; }
.checkout-two ul, .checkout-two ol {
  margin-bottom: 0.4rem; }

.checkout-three {
  color: #676767; }
  .checkout-three h2 {
    text-align: left;
    color: #FF6600; }
  .checkout-three ul {
    margin-bottom: 0; }
    .checkout-three ul li {
      margin-bottom: 20px !important; }
  .checkout-three i {
    font-size: 1.5rem;
    margin-right: 20px; }
  .checkout-three i.fa-ellipsis-h {
    border-radius: 14px;
    padding: 0.14em;
    border: 2px solid #676767;
    font-size: 1.1rem; }

.confidence-box .satisfaction-message {
  padding-bottom: 20px; }
.confidence-box .security-message {
  padding-top: 20px;
  border-top: 1px solid #dcdcdc; }
.confidence-box .satisfaction-message .img-holder, .confidence-box .security-message .img-holder {
  display: inline-block;
  float: left;
  width: 70px; }
  .confidence-box .satisfaction-message .img-holder img, .confidence-box .security-message .img-holder img {
    width: 70px; }

.box-four h2 {
  color: #FF6600;
  text-align: left; }
.box-four p {
  font-weight: 100; }
.box-four p.question {
  margin-bottom: 0;
  font-weight: 300; }

.blog-box .blog-post {
  padding-top: 10px; }
.blog-box .blog-post:not(:last-child) {
  border-bottom: 1px solid #dcdcdc; }

.data-table {
  font-size: 0.85rem;
  overflow-x: scroll; }
  .data-table a {
    white-space: nowrap; }

@media screen and (max-width: 388px) {
  .testimonial-box h2 {
    font-size: 1.3rem; } }
.faq-box p {
  font-size: 0.8rem; }

@media screen and (max-width: 575px) {
  .checkout-two p.condition {
    margin-top: 1.4rem; } }
.paginationLinks a {
  margin: 20px; }

.comment-box-alert-wrapper {
  margin-top: 10px; }
  .comment-box-alert-wrapper .alert {
    border-radius: 0; }

.footer {
  margin-top: 30px;
  padding: 20px;
  background-color: #999999;
  color: #353535;
  text-align: center; }
  .footer .navbar-nav {
    float: none; }
  .footer .navbar-nav li {
    display: inline-block; }
  .footer a {
    color: #000; }

/*# sourceMappingURL=custom.css.map */
