body {
  padding: 0;
  color: #424242;
}

.section,
.copyright-wrapper,
.footer-wrapper {
  margin: 0 0px;
}

.row:after, .row:before,.container:after, .container:before {
    display:none;
    content:none;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

body,
input,
select,
textarea,
button,
.btn {
  font: 16px/1.75em "Roboto", Helvetica, Arial;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 16px;
  line-height: 1.75em;
}

/* start of time picker css */

@font-face {
  font-family: 'themify';
  src: url('../fonts/themify/themify.eot'),
    url('../fonts/themify/themify.woff') format('woff'),
    url('../fonts/themify/themify.ttf') format('truetype');
}

.bootstrap-timepicker-widget.dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0s;
  transition: 0s;
  padding: 6px
}

.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom-color: #ebebeb
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  border-top-color: #ebebeb
}

.bootstrap-timepicker-widget table td input {
  border-radius: 2px;
  border: 1px solid #ebebeb;
  font-size: 14px;
  height: 29px;
  width: 29px;
  line-height: 29px
}

.bootstrap-timepicker-widget table td input:focus {
  outline: none
}

.bootstrap-timepicker-widget table td a {
  color: #8b95a5;
  height: 29px;
  width: 29px;
  line-height: 29px;
  padding: 0
}

.bootstrap-timepicker-widget table td a:hover {
  background-color: #fcfdfe;
  border-color: #ebebeb;
  border-radius: 2px
}

.bootstrap-timepicker-widget .glyphicon {
  font-family: 'themify';
}

.bootstrap-timepicker-widget .glyphicon-chevron-up::before {
  content: "\e648"
}

.bootstrap-timepicker-widget .glyphicon-chevron-down::before {
  content: "\e64b"
}

/* end of time picker css */
.w-100 {
  width: 100% !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "D-DIN", Helvetica, Arial;
  color: #192026;
  font-weight: 600;
  margin-top: 0;
}

h1,
.h1 {
  font-size: 65px;
}

h2,
.h2 {
  font-size: 50px;
}

h3,
.h3 {
  font-size: 40px;
}

h4,
.h4 {
  font-size: 30px;
}

h5,
.h5 {
  font-size: 25px;
}

p {
  font-size: 18px;
}

p.intro-text {
  font-size: 20px;
}

ul.intro-list,
ul.list {
  list-style-type: none;
  padding: 0;
  margin: 25px 0;
  text-transform: capitalize;
}

ul.intro-list li,
ul.list li {
  position: relative;
  padding-left: 34px;
  margin: 6px 0;
  font-size: 18px;
  color: #fff;
}

ul.list li {
  text-shadow: none;
  width: auto;
  float: none;
  color: #fff;
}

#header ul.list li {
  text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000;
  font-weight: bold;
  font-size: 19px;
}

#header ul.list li:before {
  font-weight: normal;
}

ul.intro-list li:before,
ul.list li:before {
  font-family: "fontello";
  content: "\e98f";
  color: #fff7a3;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
}

ul.list li:before {
  /* color: #5abb31; */
  color: #fff7a3;
}

.pop-body form {
  padding: 15px 25px 10px;
}

#floating-number {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  color: #fff;
  padding: 0 0 20px 20px;
}

#floating-number .holder {
  padding: 10px 15px;
  border-radius: 6px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 350ms ease-in-out 0;
  -moz-transition: all 350ms ease-in-out 0;
  -ms-transition: all 350ms ease-in-out 0;
  -o-transition: all 350ms ease-in-out 0;
  transition: all 350ms ease-in-out 0;
  background-color: rgba(16, 109, 228, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 0 10px rgba(0, 0, 0, 0.2);
  -wenkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 0 10px rgba(0, 0, 0, 0.2);
  display: inline-block;
}

#floating-number a {
  display: block;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
}

#floating-number a:hover .holder {
  color: #fff;
  background-color: #353d42;
}

#floating-number a:active .holder {
  background-color: #231f20;
  box-shadow: inset 0 2px 4px #231f20;
  color: #fff;
}

#floating-number a:hover .holder h3,
#navbar a:active .holder {
  color: #fff;
}

#floating-number p {
  font-size: 18px;
  margin-bottom: 5px;
  padding-left: 2px;
  font-weight: 600;
}

#floating-number h3 {
  color: #fff;
  font-size: 40px;
  margin: 0;
}

@keyframes glowing {

  0%,
  100% {
    background-color: #00a8d7;
    box-shadow: 0 0 2px #00a8d7;
  }

  50% {
    background-color: #0369a9;
    box-shadow: 0 0 8px #0369a9;
  }
}

@keyframes glowing2 {

  0%,
  100% {
    background-color: #00a8d7;
    box-shadow: 0 0 3px #00a8d7;
  }

  50% {
    background-color: #0369a9;
    box-shadow: 0 0 10px #0369a9;
  }
}

.flushy {
  animation: glowing 1000ms infinite;
}

.flushy2 {
  animation: glowing2 1500ms infinite;
}

.nav-phone {
  position: relative;
  z-index: 4;
  display: flex;
  padding: 25px 30px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #685f5f;
  text-decoration: none;
  visibility: hidden;
}

.nav-phone i {
  font-size: 26px;
  color: #fff;
}

.nav-phone__link {
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
  /* text-shadow: 1px 1px 1px #4c4c4e; */
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
}

.form-control {
  display: block;
  width: 100%;
  line-height: 1.42857143;
  color: #3c3c3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  outline: 0;
  font-size: 14px;
  height: auto;
  padding: 12px 15px;
  border: 2px solid #a5a5a5;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  color: #525a6c;
  border-color: #e3ebec;
  background-color: #fcf5f4;
}

input[type="datetime-local"].form-control {
  padding: 4px 15px;
}


.form-control.error {
  border-color: rgba(206, 32, 32, 0.8);
}

label.error {
  font-size: 13px;
  color: red;
  margin: 0;
  text-shadow: none;
  line-height: 17px;
  padding-left: 5px;
  text-align: left;
  display: block;
  font-weight: normal;
  margin-top: 3px;
}

.form-label {
  text-shadow: none;
  font-size: 14px;
  color: #192026;
  font-weight: 400;
  margin-bottom: 2px;
  line-height: 20px;
}

.cta-sub {
  font-size: 13px;
  color: #fff;
  display: block;
  margin-top: 12px;
  text-shadow: none;
  text-align: center;
}

.ctaBlock {
  padding: 50px;
  background-color: #ce563e;
  position: relative;
}

.ctaBlock p {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 22px;
}

.ctaBlock h2 {
  color: #fff;
}

.ctaBlock i {
  position: absolute;
  font-size: 9.4em;
  color: rgba(255, 255, 255, 0.2);
  right: 10px;
  top: 50%;
  margin-top: -75px;
}

.ctaBlock .bottomCTA {
  position: absolute;
  bottom: 0;
  margin-bottom: 45px;
}

.ctaBlock h2 span {
  display: block;
  font-size: 30px;
}

.ctaBlock h2 a {
  color: #fff7a3;
  font-size: 50px;
}

.ctaBlock h2 a:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: color ease-in-out 0.15s;
  -o-transition: color ease-in-out 0.15s;
  transition: color ease-in-out 0.15s;
}

.ctaBlock.invertBox {
  border: 15px solid #F5DBD6;
  background-color: #fff;
  margin: 0;
  padding: 30px;
}

.ctaBlock.invertBox p {
  color: #525a6c;
  font-weight: normal;
  text-transform: none;
}

.ctaBlock.invertBox h2 {
  color: #ce563e;
  font-size: 24px;
}

.ctaBlock ul.intro-list {
  margin-bottom: 0;
}

.button,
a.button {
  -moz-transition: 0.1s transform ease-in, 0.2s background ease-in;
  -o-transition: 0.1s transform ease-in, 0.2s background ease-in;
  -webkit-transition: 0.1s -webkit-transform ease-in, 0.2s background ease-in;
  border: 0;
  display: inline-block;
  font-family: "D-DIN", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  cursor: pointer;
  font-size: 22px;
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 0.003em;
  line-height: 20px;
  line-height: 2rem;
  outline: 0;
  padding: 19px 27px;
  padding: 1.4rem 2.7rem;
  position: relative;
  text-decoration: none;
  transition: 0.1s transform ease-in, 0.2s background ease-in;
}

.button.primar {
  -moz-box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  background: #fc0;
  background: -moz-linear-gradient(top,
      rgba(255, 204, 0, 1) 0,
      rgba(249, 184, 0, 1) 100%);
  background: -webkit-linear-gradient(top,
      rgba(255, 204, 0, 1) 0,
      rgba(249, 184, 0, 1) 100%);
  background: linear-gradient(to bottom,
      rgba(255, 204, 0, 1) 0,
      rgba(249, 184, 0, 1) 100%);
  border: 1px solid #ffc400;
  border: 0.1rem solid #ffc400;
  box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, 0.2);
  color: #1d1d1d;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#f9b800', GradientType=0);
  transform: scale(1);
  font-weight: bold;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.button.primar:hover {
  background: #ffe065;
  background: -moz-linear-gradient(top,
      rgba(255, 224, 101, 1) 0,
      rgba(255, 204, 5, 1) 100%);
  background: -webkit-linear-gradient(top,
      rgba(255, 224, 101, 1) 0,
      rgba(255, 204, 5, 1) 100%);
  background: linear-gradient(to bottom,
      rgba(255, 224, 101, 1) 0,
      rgba(255, 204, 5, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe065', endColorstr='#ffcc05', GradientType=0);
}

.button.primar:active,
.button.primar:focus {
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  box-shadow: inset 0 0 10px rgba(178, 143, 4, 0.35);
  transform: scale(0.95);
}

#headerContent {
  background-image: url("../img/header-bg.webp?v=1.2.0");
  background-size: cover;
  position: relative;
  background-position: bottom;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 35%);
  white-space: nowrap;
}

.form-container h4.title.small {
  color: #ffe016;
  text-align: center;
  padding: 20px 10px 0;
  font-size: 25px;
  margin-bottom: 0;
}

.form-container h4.title.small span {
  font-family: "open sans", Helvetica, Arial;
  display: block;
  font-weight: normal;
  margin: 10px 0 0;
  font-size: 15px;
  color: #fff;
}

#header ul.list li {
  margin: 15px 0;
  font-family: "Poppins", Helvetica, Arial;
}

.header-phone {
  color: #ce563e;
  transition: all 0.3s;
}

.header-phone:hover {
  color: #192026;
}

#header ul.list li:first-child {
  margin-top: 0;
}

#header ul.list li:before {
  font-family: "Ionicons";
  content: "\f375";
  color: #ffffff;
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 22px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #000;
  border-radius: 50%;
  padding: 6px;
  z-index: 1;
}

#header ul.list li span {
  padding: 3px 23px;
  background-color: #18bade;
  position: relative;
  display: inline-block;
}

#header ul.list li span:after {
  content: "";
  position: absolute;
  border-top: 34px solid #19b9db;
  border-bottom: 0 solid transparent;
  border-right: 8px solid transparent;
  transform: translate(100%, 0);
  top: 0;
  right: 0;
}

.header-content {
  padding: 60px 0 45px;
  text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000;
}

.heading-style1 {
  color: #fff;
  margin-bottom: 25px;
  font-weight: normal;
  font-size: 24px;
}

.heading-style1 span {
  font-weight: bold;
}

.no-left-padding {
  padding-left: 0;
}

.list.no-top-margin {
  margin-top: 0;
}

.pre-footer-form-header {
  color: #fefefe;
  -webkit-text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  -khtml-text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  -o-text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  text-align: center;
  background: #1793d6;
  letter-spacing: 2px;
  padding-bottom: 1px;
  padding: 10px 5px;
  margin-top: 25px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: bold;
}

.pre-footer-form-header span {
  font-family: "Open Sans", Helvetica, Arial;
  font-weight: normal;
  display: block;
  margin-top: 6px;
  font-size: 16px;
}

.form-control:focus {
  border-color: #ce563e;
  outline: 0;
  box-shadow: none;
  /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(206, 86, 62, 0.6); */
}

::selection {
  background: #276cd2;
  color: #fff;
  text-shadow: none;
}

.today-offer {
  display: inline-block;
  border: 6px dashed #18b9dd;
  padding: 15px 15px 20px;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  color: #ffe016;
  font-size: 19px;
  margin-top: 10px;
  box-shadow: 0 0 50px #020202, 0 0 1px #000;
  background-color: #252c33;
}

.today-offer span {
  display: block;
}

.today-offer .offer-price {
  font-size: 60px;
  margin: 15px 0;
}

.preview-offer {
  text-align: right;
  font-family: "Poppins", Helvetica, Arial;
  text-shadow: 0 0 50px, 0 0 1px #000;
  margin-top: 12px;
}

.preview-offer .offer-description {
  text-align: left;
  float: right;
}

.preview-offer .offer-description a {
  font-size: 26px;
  color: #1ab4d7;
  font-weight: bold;
}

.preview-offer .offer-description span {
  display: block;
}

.preview-offer .offer-price {
  font-size: 110px;
  font-weight: bold;
  color: #ea4335;
  line-height: 90px;
}

.preview-offer .offer-price span {
  font-size: 25px;
  font-weight: normal;
}

.preview-offer .offer-title {
  color: #fec738;
  font-size: 21px;
  font-weight: 600;
}

.preview-offer span {
  color: #fff;
}

.strike {
  text-decoration: line-through;
}

.btn {
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0;
  height: auto;
  border-width: 0 !important;
  border-radius: 0;
  padding: 1.15em 2.1em;
  color: #191919;
  background: linear-gradient(to right, #CE563E 50%, #FFF7A3 50%) no-repeat scroll right bottom / 210% 100% #FFF7A3 !important;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease,
    background-position 0.3s ease !important;
  transition: color 0.3s ease, border-color 0.3s ease,
    background-position 0.3s ease !important;
}

.btn:hover {
  background-position: left bottom !important;
  color: #ffffff !important;
}

.btn-sm {
  font-size: 15px;
  padding: 0.9em 1.8em;
}

.btn-submit {
  margin-top: 8px;
  width: 100%;
  /* color: rgb(206, 86, 62);
  color: #fff !important;
  background-image: linear-gradient(170deg, #CE563E 40%, #863A3A 100%) !important; */
}

.btn-yellow {
  font-size: 18px;
  letter-spacing: 0.003em;
  line-height: 2rem;
  padding: 1.4rem 2.7rem;
  position: relative;
  text-decoration: none;
  transition: 0.1s transform ease-in, 0.2s background ease-in;
  background: #ce563e;
  background: -moz-linear-gradient(top,
      rgb(206, 86, 62) 0%,
      rgb(180, 72, 48) 100%);
  background: -webkit-linear-gradient(top,
      rgb(206, 86, 62) 0%,
      rgb(180, 72, 48) 100%);
  background: linear-gradient(to bottom,
      rgb(206, 86, 62) 0%,
      rgb(180, 72, 48) 100%);
  border: 0.1rem solid rgb(180, 72, 48);
  box-shadow: inset 0 1px 0 rgb(229, 156, 141), 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  transform: scale(1);
  font-weight: bold;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.btn-yellow:hover {
  background: #e87a65;
  background: -moz-linear-gradient(top,
      rgb(232, 122, 101) 0%,
      rgb(206, 86, 62) 100%);
  background: -webkit-linear-gradient(top,
      rgb(232, 122, 101) 0%,
      rgb(206, 86, 62) 100%);
  background: linear-gradient(to bottom,
      rgb(232, 122, 101) 0%,
      rgb(206, 86, 62) 100%);
}

.btn-yellow:active,
.btn-yellow:focus {
  transform: scale(0.95);
  box-shadow: inset 0 0 10px rgba(107, 47, 30, 0.35);
}


#headerBar {
  border-top: 8px solid #fff7a3;
  background-color: #fff;
  padding: 25px 0;
}

#headerBar .cta-ul-holder {
  justify-content: center;
  flex-direction: column;
  text-align: right;
  display: flex;
}

#reviews-counter .google {
  border: 2px solid #4fce6a;
  padding: 5px 10px 5px 5px;
  line-height: 1;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26) !important;
}

#reviews-counter img {
  width: 50px;
  margin-right: 8px;
  padding: 5px;
}

#reviews-counter p {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 0;
  color: #040404;
}

#headerBar ul.cta-ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#headerBar ul.cta-ul li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

#headerBar ul.cta-ul li:last-child {
  margin-right: 0;
}

#headerBar ul.cta-ul li a {
  display: block;
  position: relative;
  padding-left: 50px;
  color: #192026;
  font-weight: bold;
  line-height: 21px;
  text-align: left;
}

#headerBar ul.cta-ul li a:hover {
  text-decoration: none;

}

#headerBar ul.cta-ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 34px;
  font-weight: bold;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
}

#headerBar ul.cta-ul li a:hover i {
  color: #ce563e;
}

.header-logo {
  max-height: 120px;
}

.navbar-toggle {
  margin-top: 16px;
  margin-right: 0;
  margin-bottom: 16px;
}

.navbar-collapse {
  padding: 0;
}

.no-min-height {
  min-height: 0;
}

#navBar {
  background-color: #ce563e;
}

#navBar ul.nav-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#navBar ul.nav-ul li {
  display: inline-block;
}

#navBar ul.nav-ul li a {
  color: #fff;
  padding: 1.7em 1.2em;
  display: block;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
}

#navBar ul.nav-ul li:first-child a {
  padding-left: 0;
}

#navBar ul.nav-ul li a:hover {
  color: #fff7a3;
  text-decoration: none;
}

#navBar ul.mobile-nav-ul {
  border-top: 0;
  margin-bottom: 0;
  position: absolute;
  z-index: 999;
  width: 100%;
  background-color: #192026;
}

#navBar ul.mobile-nav-ul li {
  display: block;
}

#navBar ul.mobile-nav-ul li a {
  padding: 1.2em 1.2em;
  display: block;
  color: #fff;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#navBar ul.mobile-nav-ul li:last-child a {
  border: 0;
}

#navBar ul.mobile-nav-ul li a:hover {
  background-color: #3EB6CE;
  text-decoration: none;
}

#navBar ul.mobile-nav-ul li a:focus {
  background: transparent;
}

#headerContent {
  padding: 60px 0;
}

.header-cotnent {
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.63), 0 0 2px #000;
  /* text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); */
}

#headerContent h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 14px;
}

#headerContent h1,
#headerContent p {
  color: #fff;
}

#headerContent p {
  /* margin-bottom: 0; */
  font-size: 19px;
}

#headerContent h1 span {
  display: block;
  font-size: 25px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}


.pop-body .title {
  font-weight: bold;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  /* height: 105px; */
  line-height: 33px;
  letter-spacing: 2px;
  padding-bottom: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: -1px -1px 0;
  padding-top: 30px;
  padding-bottom: 24px;
  background: #ce563e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
  -khtml-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
  -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
  -o-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
}


.pop-body .title span:first-child {
  font-size: 20px;
  text-transform: capitalize;
  line-height: 20px;
  margin-top: 7px;
  margin-bottom: 4px;
  width: 100%;
  display: block;
  font-weight: 300;
  letter-spacing: 0;
  /* text-align: left; */
  padding: 0 20px;
}

.pop-body .title span+span {
  font-size: 16px;
  line-height: 25px;
  width: 100%;
  display: block;
  font-weight: 300;
  font-weight: bold;
}

.pop-body form {
  padding: 20px 20px 10px;
  background-color: #fafafa;
  /* border-top: 1px solid #f9ba00; */
}

.pop-body .form-body .row,
.modal-group .form-body .row,
.request-quote-form .form-body .row,
.form-toggle .form-body .row {
  margin-left: 0 !important;
}

.pop-body .cta-sub {
  color: #192026;
  margin: 15px 0 7px;
}

.todayOffer {
  background-color: #fff7a3;
  color: #000;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  display: flex;
}

.todayOffer .offerCta {
  display: block;
  line-height: 15px;
}

.todayOffer .clock-display,
.todayOffer .offerValue {
  display: block;
  font-weight: bold;
  font-family: "D-DIN", Helvetica, Arial;
  font-size: 26px;
}

.todayOffer .offerValue {
  margin: 3px 0;
}

.rating-holder {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating-holder img {
  max-width: 120px;
  margin-right: 15px;
  display: inline-block;
}

.rating-holder span {
  font-size: 14px;
  display: inline-block;
  line-height: 1.6;
  text-align: left;
}

.marBottom {
  margin-bottom: 20px;
}

#back-to-top {
  position: fixed;
  bottom: -55px;
  right: 40px;
  z-index: 9999;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 4px;
  text-transform: uppercase;
  font-size: 14px;
  color: #192026;
  font-weight: bold;
}

#features {
  padding: 50px 0 45px;
  background: #192026;
  text-align: center;
  border-top: 4px solid #3EB6CE;
  border-bottom: 4px solid #3EB6CE;
}

#features .feature {
  margin: 10px 0;
}

#features .feature h3 {
  color: #fff;
  font-size: 23px;
  margin-top: 7px;
}

#whyUs {
  padding: 100px 0;
}

#back-to-top:hover {
  background: transparent;
  color: #ce563e;
}

#back-to-top:active {
  background: transparent;
}

#back-to-top.show {
  bottom: 56px;
}

#back-to-top:after {
  content: "\e9a5";
  font-family: "Fontello";
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 16px;
}

#services {
  margin-top: 10px;
}

#services,
#testimonials {
  padding: 100px 0;
  background-color: #fdf5f3;
}

.section-headline {
  text-align: center;
  margin-bottom: 60px;
}

.section-headline h2 {
  margin-bottom: 25px;
}

.section-headline p {
  color: #525a6c;
  font-size: 17px;
}

.section-headline p b {
  color: #192026;
  border-bottom: 2px solid #3EB6CE;
}

.section-headline p .text-bold {
  border-bottom: 0;
}

@media all and (min-width:812px) {
  #services .container-fluid {
    max-width: 1350px;
  }
}

.extras {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}

.included-extras-body {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;

}

.included-extras-body p {
  font-size: 16px;
}

.service-block {
  /* padding: 35px 14px; */
  text-align: center;
  /* margin-bottom: 25px;
  background-color: #fff; */
  min-height: 250px;
  /* border-radius: 5px; */
}

.service-block ul.intro-list li {
  text-align: left;
}

.service-block h5 {
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #192026;
  font-size: 23px;
}

.service-block img {
  margin: 0 auto 0px;
}

.service-block table {
  width: 85%;
  margin-bottom: 20px;
  font-size: 15px;
}

a.request_consultation_modal {
  padding: 0.7em 1.4em;
}

#brands {
  padding: 100px 0;
  background-color: #192026;
  margin-top: 10px;
}

#brands .section-headline h2 {
  color: #3EB6CE;
}

#whyChooseUs {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 110px 0;
  background-image: url("../img/why-us-bg.webp?v=1.1.0");
  background-size: cover;
  background-position: left center;
  background-color: #070e1d;
}

#whyChooseUs h2 {
  color: #fff;
}

#whyChooseUs h2 span {
  color: #3EB6CE;
}

#whyChooseUs p {
  color: rgba(255, 255, 255, 0.8);
}

#whyChooseUs ul.intro-list {
  margin-bottom: 0;
}

#whyChooseUs ul.intro-list li {
  color: #fff;
}

.cta-full {
  /* background-color: #192026; */
  background-color: #ce563e;
  padding: 50px 0;
}

.cta-full p {
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 17px;
}

.cta-full p b {
  color: #3EB6CE;
}

.cta-full h1 {
  margin-bottom: 0;
}

.cta-full h1 a {
  color: #FFF7A3;
  font-size: 70px;
}

#aboutUs {
  padding: 115px 0;
}

#aboutUs h2 {
  margin-bottom: 15px;
}

#aboutUs h2 span {
  color: #ce563e;
}

#aboutUs p {
  color: rgba(82, 90, 108, 0.9);
  font-size: 17px;
}

#aboutUs p b.highlight,
#aboutUs p b.highlight a {
  color: #3EB6CE;
}

#aboutUs p b.highlight a {
  text-decoration: underline;
}

section#partyBus {
  padding: 115px 0;
}

#partyBus h2 {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 15px;
}

#partyBus h4 {
  font-size: 27px;
  line-height: 1;
  margin-bottom: 2px;
  margin-top: 17px;
}

#partyBus p {
  color: rgba(82, 90, 108, 0.9);
  line-height: 1.35;
  font-size: 17px;
}

#gallery {
  padding-bottom: 90px;
  text-align: center;
}

#gallery h2 {
  margin-bottom: 35px;
}

ul.gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.gallery li {
  width: 31.333%;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 1%;
}

ul.gallery li a:after {
  font-family: "Fontello";
  content: "\e8eb";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-top: 125px;
  text-align: center;
  color: rgba(255, 255, 255, 0);
  font-size: 25px;
  background: rgba(137, 204, 37, 0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

ul.gallery li a:hover:after {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  border: 2px solid #0c5fa7;
}

ul.gallery li img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

ul.gallery li a:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  position: relative;
}

.review-block {
  background-color: #fff;
  text-align: center;
  padding: 50px 45px 35px;
  position: relative;
  -webkit-box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
  box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
}

.review-block img {
  margin: 0 auto;
  margin-bottom: 10px;
}

.review-block p {
  font-size: 15px;
  color: #525a6c;
  line-height: 24px;
  margin-bottom: 25px;
}

.review-block h5.author {
  font-size: 17px;
}

.review-block h5.author span {
  display: block;
  color: #92969f;
  font-weight: normal;
  font-size: 16px;
  margin-top: 5px;
}

.review-block img.rating {
  margin-bottom: 25px;
}

.up-level {
  position: relative;
  z-index: 999;
}

#footer {
  background-color: #fff;
}



.footer-wrapper {
  padding: 40px 0;
  /* background-color: #192026; */
  background-color: #ce563e;
}

.footer-wrapper img {
  max-height: 120px;
}

#footer h1 {
  text-align: right;
  margin-bottom: 0;
}

#footer h1 a {
  color: #FFF7A3;
  font-size: 38px;
  font-weight: bold;
}

#copyright {
  text-align: center;
  color: #fff;
  background-color: #fff;
}

.copyright-wrapper {
  padding: 15px 0;
  background-color: #ce563e;
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.19);
}

#copyright p {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

#quote {
  padding: 100px 0;
  background: #fff;
}

.request-quote-form .cta-sub {
  color: #000;
}

#quote h1 {
  line-height: 1.1;
  font-size: 50px;
}

.request-quote-form h5 {
  margin: 0;
  padding: 18px 0;
  text-align: center;
  background-color: #f9eae7;
  font-size: 22px;
}

.form-container {
  border: 8px solid #f9eae7;
  border-top: 0;
  padding: 0;
}

.quote-form-container {
  border: 8px solid #f9eae7;
  border-top: 0;
  padding: 20px;
}

.dropdown-menu {
  z-index: 99999999 !important;
}

.form-label span {
  color: red;
}

.form-label span.muted {
  color: rgb(10, 19, 40) !important;
  font-size: 11px;
  font-weight: bold;
}

.form-privacy {
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  color: #34405a;
}

#quote p.intro {
  color: #525a6c;
  font-size: 17px;
  margin-bottom: 25px;
}

iframe {
  overflow-y: auto;
  min-width: 100%;
  min-height: 700px;
  outline: none;
  border:0;
}

.value-prop {
  position: relative;
  margin-bottom: 25px;
}

.value-prop img {
  position: absolute;
  top: 50%;
  margin-top: -38px;
}

.prop-content {
  padding-left: 85px;
}

.prop-content h6 {
  font-size: 19px;
  margin-bottom: 6px;
}

.prop-content p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0;
}

.trx_addons_icon-menu {
  color: #fff;
  font-size: 35px;
}

.trx_addons_icon-menu:before {
  content: "\e93c";
  font-family: "Fontello";
}

.modal-header {
  padding: 0 0;
  border-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.modal-content button.close {
  padding: 6px 10px;
  background-color: #ff7777;
  border-radius: 0 0 0 10px;
  color: #4a4f54;
  border-top-right-radius: 1px;
  margin-top: 0;
  opacity: 1;
}

.modal-body .fleet-details {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 20px;
}

.modal-body .fleet-details .box {
  margin-right: 10px;
  padding: 13px 5px 5px;
  text-align: center;
  /* border: 1px solid #192026; */
  flex-grow: 1;
  background-color: #3EB6CE;
  border-radius: 3px;
  flex: 1;
}

.modal-body .fleet-details .box i {
  font-size: 31px;
  color: #fff;
}

.modal-body .fleet-details .box p {
  margin: 0;
  margin-top: 6px;
  /* font-weight: 600; */
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

.modal-header h5 {
  text-align: center;
  padding: 25px 0 15px;
  margin-bottom: 0;
  color: #0a1328;
}

#externalBookingFrom .modal-header {
  position: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

#externalBookingFrom .modal-title {
  margin-right: auto;
  padding: 5px 0;
}

#externalBookingFrom button.close {
  background: #87969a;
  width: 35px;
  height: 35px;
  margin: 1px 0;
  color: #000;
  font-size: 27px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-body {
  padding: 0px;
}

.modal-body .content {
  padding-left: 15px;
}

.modal-body .row {
  margin: 0;
}

.modal-body .form-col {
  padding-right: 0;
}

.modal-body p {
  margin: 17px 0;
  font-size: 16px;
  color: #545454;
}

.modal-body .vehicle-name {
  margin-top: 18px;
  color: #192026;
}

.modal-body h5.services-offered {
  font-size: 22px;
}

.modal-body ul.intro-list li {
  color: #424242;
}

.modal-body .prev-image-holder {
  margin: 55px 0 21px;
}

@media (max-width: 990px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media all and (max-width: 1024px) {
  body {
    margin: 0;
  }

  .section,
  .copyright-wrapper,
  .footer-wrapper {
    margin: 0;
  }

  /* .service-block {
    margin-bottom: 25px;
  } */
  .ctaBlock i {
    font-size: 5.4em;
    top: 50%;
    margin-top: -45px;
  }

  .cta-full h1 a {
    font-size: 60px;
  }
}

@media all and (max-width: 812px) {
  #headerBar img {
    margin: 0 auto 0px;
  }

  .nav-phone {
    position: fixed;
    bottom: 13px;
    left: 36%;
    padding: 10px 20px 10px 23px;
    border-radius: 56px;
    background-color: #ce563e;
    visibility: visible;
  }

  ul.gallery li {
    width: 48%;
  }

  #headerBar .cta-ul-holder {
    display: block;
    text-align: center;
  }

  .todayOffer {
    padding: 10px 0;
  }

  /* .service-block {
    padding: 45px 39px;
  } */
  .today-offer .offer-price {
    font-size: 51px;
  }

  .preview-offer {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .text-custom-center {
    text-align: center;
  }

  .header-content {
    padding: 10px 0 30px;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .form-container {
    z-index: 999;
    position: relative;
    margin: 0;
    padding: 10px;
  }

  ul.intro-list li {
    text-shadow: none;
    width: auto;
    float: none;
  }

  #navBar ul.nav-ul li a {
    padding: 1.7em 0.9em;
  }

  .rating-holder {
    text-align: center;
  }

  .rating-holder img {
    max-width: 130px;
    margin-bottom: 0 !important;
  }

  .ctaBlock {
    padding: 30px 15px;
  }

  .ctaBlock .bottomCTA {
    position: relative;
    bottom: auto;
    margin-top: 65px;
    margin-bottom: 0;
  }

  #whyUs {
    padding: 70px 0;
  }

  .cta-full h1 {
    margin-bottom: 20px;
  }

  #whyChooseUs {
    padding: 100px 0;
    background-position: center;
  }

  #aboutUs {
    padding: 90px 0;
  }

  #aboutUs img {
    margin-bottom: 30px;
  }

  .review-block {
    margin-bottom: 20px;
  }

  .request-quote-form {
    margin-bottom: 30px;
  }

  #quote h1 {
    font-size: 55px;
  }

  #footer figure {
    text-align: center;
  }

  #footer img {
    margin: 0 auto 20px;
  }

  #floating-number {
    padding: 0;
    right: 0;
    top: 0;
    bottom: auto;
  }

  #floating-number .holder,
  #floating-number a {
    border-radius: 0;
  }

  #floating-number .holder {
    width: 100%;
    text-align: center;
    padding: 10px 10px;
  }

  #floating-number h3 {
    font-size: 40px;
  }

  .pop-body {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .section-headline h2 {
    font-size: 40px;
  }

  .todayOffer .offerValue {
    margin: 1px 0;
    font-size: 25px;
  }

  #headerBar figure {
    text-align: center;
  }

  #headerContent h1 span {
    line-height: 1.4;
    margin-top: 15px;
    font-size: 24px;
  }

  .modal-content button.close {
    margin: 0;
  }

  .modal-body .form-col {
    padding-right: 0;
    padding-left: 0;
  }

  .nav-phone {
    left: 18%;
    left: calc(48% - 120px);
  }

  #headerBar {
    padding: 20px 0;
    margin-top: 49px;
  }

  #headerContent h1 {
    font-size: 39px;
    line-height: 49px;
  }

  #headerContent {
    padding: 80px 0 70px;
    background-position: top;
  }

  .ctaBlock.invertBox {
    margin-bottom: 40px;
    padding: 15px;
  }

  .ctaBlock.invertBox img {
    margin-bottom: 20px;
  }

  #whyUs {
    padding: 80px 0;
  }

  #whyChooseUs h2 {
    font-size: 40px;
  }

  #aboutUs h2 {
    font-size: 41px;
  }

  .cta-full h1 a {
    font-size: 41px;
  }

  .review-block {
    padding: 50px 40px 35px;
  }

  .service-block table {
    width: 52%;
  }

  #quote {
    padding: 80px 0;
  }

  #quote h1 {
    font-size: 38px;
  }

  .preview-offer {
    text-align: center;
    margin-bottom: 20px;
  }

  .preview-offer .offer-description {
    text-align: center;
    float: none;
  }

  ul.gallery li {
    float: none;
    width: 47%;
    display: inline-block;
  }

  .today-offer .offer-price {
    font-size: 45px;
  }

  .preview-offer .offer-price {
    line-height: 50px;
  }

  .header-content ul.list {
    margin-bottom: 60px;
  }

  #features .feature img {
    width: 60px;
  }

  #features .feature h3 {
    font-size: 16px;
  }

  .modal-body .fleet-details p {
    font-size: 14px;
  }

  .modal-body .content {
    margin-bottom: 20px;
  }

  #footer h1 {
    text-align: center;
  }
}