@charset "utf-8";
/* Economy Common CSS */
body {
  color: #000000;
  font-family: 'GinW00-Regular';
  font-size: 14px;
  line-height: 1.42857143;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
}
*, *:focus {
  outline: none;
}
a {
  color: #000000;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  color: #ed1b24;
  text-decoration: none;
}
img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
iframe {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  padding-bottom: 10px;
  margin-bottom: 0;
  line-height: 1.3;
}
p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #646464;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  line-height: 36px;
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background: #f8f8f8;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
button, button:focus {
  outline: none;
  outline-offset: 0;
}
::selection {
  background: #cb161c;
  color: #ffffff;
}
::-webkit-selection {
  background: #cb161c;
  color: #ffffff;
}
::-moz-selection {
  background: #cb161c;
  color: #ffffff;
}
::-o-selection {
  background: #cb161c;
  color: #ffffff;
}
::-ms-selection {
  background: #cb161c;
  color: #ffffff;
}
::-webkit-input-placeholder {
  color: #646464 !important;
  opacity: 1;
}
::-moz-placeholder {
  color: #646464 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #646464 !important;
  opacity: 1;
}
:-moz-placeholder {
  color: #646464 !important;
  opacity: 1;
}
/* Font CSS */
@font-face {
  font-family: 'GinW00-Regular';
  src: url('../fonts/GinW00-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GinW00-Regular.woff') format('woff'),
       url('../fonts/GinW00-Regular.ttf')  format('truetype'),
       url('../fonts/GinW00-Regular.svg#GinW00-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Economy Form CSS */
.form-group {
  margin-bottom: 30px;
}
.form-control {
  height: 55px;
  padding: 15px 25px;
  background: #ffffff;
  color: #646464;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 20px;
  border: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-control:focus {
  background-color: #ffffff;
  color: #646464;
}
textarea.form-control {
  height: 160px;
}
input[type="submit"] {
  border: none;
}
select.form-control {
  padding: 10px 80px 10px 25px;
  background-image: url(../images/icon11.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 61px auto;
}
select.form-control::-ms-expand {
  display: none;
}
/* Economy Normal CSS */
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.economy-table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.economy-align-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.economy-align-wrap.bottom {
  vertical-align: bottom;
}
.economy-btn {
  display: inline-block;
  min-width: 267px;
  padding: 12px 20px 14px;
  background: #ed1b24;
  color: #ffffff;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.economy-btn:hover, .economy-btn:focus {
  background: #004096;
  color: #ffffff;
}
.big-btn {
  min-width: 285px;
  padding: 17px 20px 19px;
  font-size: 28px;
}
.economy-btn-wrap {
  padding-top: 40px;
}
/* Owl Carousel Slider */
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin: 0 11px;
  background: #8e8e95;
  text-indent: -999px;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.owl-carousel button.owl-dot.active {
  background: #ed1b24;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  left: -75px;
  width: 51px;
  height: 51px;
  background: #003276;
  color: #ffffff;
  border: 3px solid #0053c2;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background: #ed1b24;
  border-color: #ed1b24;
}
.owl-carousel .owl-nav button.owl-prev:after, .owl-carousel .owl-nav button.owl-next:after {
  display: inline-block;
  font: normal normal normal 32px/30px FontAwesome;
  text-rendering: auto;
  content: "\f104";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -75px;
}
.owl-carousel .owl-nav button.owl-next:after {
  content: "\f105";
}
.owl-drag .disabled {
  display: none;
}
.slider-no-current {
  display: none;
  padding-top: 46px;
}
.current-no:after {
  content: "/"
}
/* Economy Video Modal */
.modal-video .modal-content {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.modal-video .modal-body {
  padding: 0;
}
/* Economy Header */
.economy-header {
  padding: 23px 50px 0;
  position: relative;
}
.economy-header [class*="col-"] {
  position: static;
}
.header-right {
  text-align: right;
}
.call-link {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
}
.call-link img {
  margin-right: 5px;
}
.call-link a {
  color: #ed1b24;
  font-weight: 900;
}
.call-link a:hover {
  color: #004096;
}
.header-link {
  padding-top: 16px;
}
.header-link .economy-social {
  display: inline-block;
  vertical-align: middle;
  padding-left: 18px;
}
.header-link .economy-social a {
  margin: 0 2px;
}
.economy-social a {
  display: inline-block;
  width: 49px;
  height: 49px;
  background: #cccccc;
  color: #ffffff;
  font-size: 28px;
  line-height: 46px;
  text-align: center;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.economy-social a:hover, .economy-social a:focus {
  background: #004096;
}
.header-btn {
  display: inline-block;
  vertical-align: middle;
  padding-left: 22px;
}
.economy-navigation ul {
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  list-style: none;
}
.economy-navigation ul li {
  display: inline-block;
  position: relative;
}
.economy-navigation ul li a {
  display: inline-block;
  padding: 33px 20px 40px 0;
}
.economy-navigation ul li:hover > a, .economy-navigation ul li.active > a, .economy-navigation ul li a.home:hover, .economy-navigation ul li.active a.home {
  color: #ed1b24;
}
.economy-navigation ul li:last-child a {
  padding-right: 0;
}
.economy-navigation ul li a.home {
  color: #cccccc;
}
.economy-navigation ul li .fa-home {
  font-size: 30px;
}
.economy-navigation ul li:hover ul.dropdown-nav {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
ul.dropdown-nav {
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 360px;
  background: #ffffff;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  font-size: 19px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 2;
}
ul.dropdown-nav li {
  display: block;
}
ul.dropdown-nav li a {
  display: block;
  padding: 10px 25px;
  position: relative;
}
ul.dropdown-nav li a:hover {
  color: #ffffff;
  background: #ed1b24;
}
ul.dropdown-nav li a:before {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 3px;
  background: #ffffff;
  content: "";
  z-index: 1;
}
.economy-toggle {
  display: none;
  vertical-align: middle;
  width: 20px;
  height: 14px;
}
.economy-toggle .toggle-separator {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background: #000000;
  position: relative;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.economy-toggle .toggle-separator:before, .economy-toggle .toggle-separator:after {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.economy-toggle .toggle-separator:after {
  top: 6px;
}
.economy-toggle.active .toggle-separator {
  background: none;
}
.economy-toggle.active .toggle-separator:before {
  top: -6px;
  -webkit-transform: translateY(7px) rotateZ(-45deg);
  -ms-transform: translateY(7px) rotateZ(-45deg);
  transform: translateY(7px) rotateZ(-45deg)
}
.economy-toggle.active .toggle-separator:after {
  top: 6px;
  -webkit-transform: translateY(-5px) rotateZ(45deg);
  -ms-transform: translateY(-5px) rotateZ(45deg);
  transform: translateY(-5px) rotateZ(45deg)
}
/* Economy Banner */
.banner-wrap {
  height: 780px;
  background-image: url(../images/background1.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
.banner-wrap > * {
  position: relative;
  z-index: 1;
}
.banner-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  content: "";
  z-index: 0;
}
.banner-caption {
  max-width: 859px;
  padding-top: 40px;
  margin: 0 auto;
  text-align: center;
}
.banner-caption h1 {
  padding-bottom: 30px;
  font-size: 100px;
  line-height: 100px;
}
.banner-caption h2 {
  padding-bottom: 3px;
  font-family: 'Lato', sans-serif;
  font-size: 36px;
}
.banner-caption p {
  color: #ffffff;
  padding-bottom: 43px;
}
/* Economy About */
.economy-about {
  padding-top: 70px;
  text-align: center;
}
.section-title {
  max-width: 950px;
  padding-bottom: 30px;
  margin: 0 auto;
  text-align: center;
}
.section-title h2 {
  padding-bottom: 28px;
  font-size: 60px;
  line-height: 60px;
}
.section-title h3 {
  color: #5d5d5d;
  font-family: 'Lato', sans-serif;
  font-size: 32px;
}
.economy-about .economy-image {
  display: inline-block;
  position: relative;
}
.rincon-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
/* Economy Help */
.economy-help {
  padding: 70px 0 40px;
}
.economy-help .row {
  margin: 0 -20px;
}
.economy-help [class*="col-"] {
  padding: 0 20px;
}
.help-item {
  margin-bottom: 40px;
}
.help-item .economy-image {
  position: relative;
}
.help-item .economy-btn {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  z-index: 1;
}
/* Economy Customer */
.economy-customer {
  padding: 65px 0 80px;
  background-image: url(../images/background2.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.customer-wrap {
  max-width: 710px;
  margin: 0 auto;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
.blue-box {
  padding: 30px 50px 20px;
  background: rgba(0, 64, 150, 0.95);
  outline: 1px solid #497dc3;
  outline-offset: -10px;
}
.customer-wrap .economy-icon {
  padding-bottom: 13px;
}
.customer-wrap .economy-icon img {
  width: 50px;
}
.customer-wrap h2 {
  font-size: 30px;
  line-height: 30px;
}
.customer-wrap h4 {
  font-weight: 700;
  font-size: 20px;
}
.customer-wrap p {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
}
.customer-wrap .economy-btn {
  font-family: 'GinW00-Regular';
}
.section-title-two {
  padding-bottom: 15px;
  margin-bottom: 40px;
  position: relative;
}
.section-title-two:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 45px;
  height: 3px;
  margin: 0 auto;
  background: #ed1b24;
  content: "";
  z-index: 1;
}
.section-title-two h2 {
  padding-bottom: 15px;
}
/* Economy Cities */
.economy-cities {
  padding: 70px 0 80px;
  background-image: url(../images/background3.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  position: relative;
}
.economy-cities > * {
  position: relative;
  z-index: 1;
}
.economy-cities:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 64, 150, 0.9);
  content: "";
  z-index: 0;
}
.economy-cities .section-title-two {
  margin-bottom: 25px;
}
.economy-cities .section-title-two h3 {
  color: #ffffff;
}
.cities-wrap {
  max-width: 950px;
  margin: 0 auto;
}
.cities-wrap p {
  color: #ffffff;
}
.cities-wrap .economy-btn-wrap {
  padding-top: 25px;
}
/* Economy Services */
.economy-services {
  padding: 80px 0 40px;
  background: #f3f3f3;
}
.services-info-wrap {
  padding-right: 80px;
}
.services-info-wrap .section-title-two {
  text-align: left;
  max-width: none;
}
.services-info-wrap .section-title-two:after {
  margin: 0;
}
.service-item {
  padding-bottom: 30px;
}
.service-item .economy-icon {
  display: table-cell;
  vertical-align: middle;
}
.service-item .economy-icon-wrap {
  display: inline-block;
  width: 93px;
  height: 93px;
  border: 3px solid #ed1b24;
  text-align: center;
  line-height: 90px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.service-info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
}
.service-info h2 {
  padding-bottom: 6px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 30px;
}
.services-link {
  text-align: center;
}
.services-link .economy-image {
  position: relative;
}
.services-link .blue-box {
  position: absolute;
  bottom: -150px;
  left: 50px;
  right: 50px;
  padding: 50px 30px 55px;
  margin: 0 auto;
  color: #ffffff;
  z-index: 1;
}
.services-link .blue-box h2 {
  padding-bottom: 22px;
  margin-bottom: 18px;
  font-size: 55px;
  line-height: 55px;
  position: relative;
}
.services-link .blue-box h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 45px;
  height: 3px;
  margin: 0 auto;
  background: #ed1b24;
  content: "";
  z-index: 1;
}
.services-link .blue-box h3 {
  padding-bottom: 30px;
  font-family: 'Lato', sans-serif;
  font-size: 32px;
}
.services-link .blue-box h3 a {
  color: inherit;
}
/* Economy Features */
.economy-features {
  padding: 80px 0 40px;
  text-align: center;
}
.feature-item {
  padding-bottom: 40px;
}
.feature-item.economy-hover .economy-btn {
  background: #004096;
}
.feature-item.economy-hover p {
  text-decoration: underline;
}
.feature-item .economy-icon {
  padding-bottom: 28px;
}
.feature-item h2 {
  padding-bottom: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 30px;
}
.feature-item p {
  min-height: 155px;
}
.feature-item .economy-btn-wrap {
  padding-top: 20px;
}
/* Economy Schedule */
.economy-schedule {
  padding: 80px 0;
  background-image: url(../images/background4.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
.economy-schedule .blue-box {
  padding: 60px 80px 75px;
}
.economy-schedule .section-title-two h3 {
  color: #ffffff;
}
/* Economy Contact Us Page CSS */
/* Economy Page Title */
.economy-page-title {
  padding: 100px 0 105px;
  background-image: url(../images/background5.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.economy-page-title > * {
  position: relative;
  z-index: 1;
}
.economy-page-title:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 64, 150, 0.85);
  content: "";
  z-index: 0;
}
.economy-page-title h2 {
  font-size: 80px;
}
/* Economy Contact */
.economy-contact {
  padding: 70px 0 30px;
}
.economy-contact > .container > .row {
  margin: 0;
}
.economy-contact > .container > .row > [class*="col-"] {
  padding: 0;
}
.economy-contact .section-title-two {
  margin-bottom: 55px;
}
.contact-form {
  padding: 45px;
  background: #004096;
}
.contact-form .form-control {
  padding: 15px 20px;
}
.contact-form select.form-control {
  padding: 10px 80px 10px 20px;
}
.contact-form textarea.form-control {
  height: 175px;
}
.contact-form .form-group {
  margin-bottom: 22px;
}
/* Custom Map CSS */
#map-canvas {
  margin: 0;
  padding: 0;
  height: 574px;
  max-width: none;
}
/*.gm-style .gm-style-iw-d, .gm-style .gm-style-iw-c {
  padding: 0 !important;
  max-width: 303px !important;
  max-height: none !important;
}*/
.gm-style-iw {
  padding: 0 !important;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}
.gm-style img {
  max-width: 100%;
}
.map-info {
  background: #ffffff;
}
.map-info-wrap {
  padding: 15px 25px 25px;
  text-align: center;
}
.map-info-wrap p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  border-bottom: 2px solid #e7e7e7;
}
.map-call {
  padding-top: 11px;
  font-weight: 500;
  font-size: 20px;
}
.map-call a {
  font-weight: 800;
  color: #ed1b24;
}
button.gm-ui-hover-effect {
  display: none !important;
}
/* Economy Price Plans Page CSS */
/* Economy Care */
.economy-care {
  padding: 70px 0 65px;
  text-align: center;
}
.care-wrap {
  max-width: 1170px;
  margin: 0 auto;
}
.care-wrap h2 {
  padding-bottom: 35px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
/* Economy Benefits */
.economy-benefits {
  padding: 80px 0 105px;
  background: #f3f3f3;
}
.economy-benefits .section-title-two {
  margin-bottom: 65px;
}
.benefits-wrap {
  max-width: 1220px;
  padding-bottom: 90px;
  margin: 0 auto;
}
.benefits-wrap ul {
  padding: 0;
  margin: 0;
  color: #646464;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  list-style: none;
}
.benefits-wrap ul li {
  padding: 0 0 8px 55px;
  position: relative;
}
.benefits-wrap ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 32px;
  background-image: url(../images/icon12.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 35px auto;
  content: "";
  z-index: 1;
}
.benefit-item {
  text-align: center;
  color: #ffffff;
  position: relative;
}
.benefit-item.economy-hover .blue-box {
  background: #ed1d25;
  outline: 1px solid #ff7277;
}
.benefit-item.economy-hover .economy-icon {
  background-color: #ed1d25;
  background-image: url(../images/icon14.png);
}
.benefit-item.economy-hover .economy-btn {
  background: #004096;
}
.benefit-item.economy-hover ul li:after {
  background: #004096;
}
.benefit-item .blue-box {
  min-height: 742px;
  padding: 145px 55px 80px;
  background: #004096;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.benefit-item .economy-icon {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 190px;
  height: 190px;
  margin: 0 auto;
  background-color: #004096;
  background-image: url(../images/icon13.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 109px auto;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.benefit-item h2 {
  padding-bottom: 20px;
  font-size: 40px;
  position: relative;
  z-index: 2;
}
.benefit-item h3 {
  padding: 15px 0 10px;
  font-size: 24px;
  text-align: left;
}
.benefit-item ul {
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  text-align: left;
  list-style: none;
}
.benefit-item ul li {
  padding: 0 0 7px 25px;
  position: relative;
}
.benefit-item ul li:after {
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #ed1b24;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.benefit-item .benefit-btn {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.benefit-item p {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}
.benefit-item p a {
  display: block;
  color: inherit;
  font-style: italic;
  text-decoration: underline;
}
.benefit-item p a:hover {
  opacity: 0.75;
}
/* Economy Air Conditioning Page CSS */
/* Economy Mid Wrap */
.economy-mid-wrap {
  padding: 80px 0;
}
.economy-mid-wrap .services-link .blue-box {
  position: static;
}
.economy-mid-wrap .services-link .blue-box h2 {
  font-size: 50px;
  line-height: 50px;
}
.economy-mid-wrap .services-link .blue-box h3 {
  font-size: 28px;
}
.economy-mid-wrap .services-link .economy-btn {
  padding: 14px 20px 16px;
}
.conditioning {
  margin-bottom: 30px;
  border: 1px solid #004096;
}
.conditioning h2 {
  padding: 27px 30px;
  color: #ed1b24;
  font-size: 28px;
}
.nav-tabs {
  border-bottom: none;
}
.nav {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 19px;
  list-style: none;
}
.nav-tabs .nav-item {
  margin: 0;
}
.nav-tabs .nav-link {
  padding: 18px 30px;
  border: none;
  border-top: 1px solid #004096;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  background: #222222;
  color: #ffffff;
  border-color: #004096;
}
.conditioning-info {
  padding-left: 10px;
}
.conditioning-info .section-title-two {
  text-align: left;
}
.conditioning-info .section-title-two:after {
  margin: 0;
}
.conditioning-info .economy-image {
  padding: 0px 0 30px;
}
.repairs-info {
  padding: 50px 0 40px;
  margin-bottom: 0px;
  border-top: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
  font-family: 'Lato', sans-serif;
}
.repairs-info h3 {
  padding-bottom: 25px;
  color: #5d5d5d;
  font-size: 32px;
}
.repairs-info h4 {
  padding: 20px 0 40px;
  font-weight: 700;
  font-size: 24px;
}
.repairs-info ul {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  list-style: none;
  margin-bottom: 30px;
  margin-top: 15px;
}
.repairs-info p {
  margin-bottom: 15px;
}
.repairs-info ul li {
  padding: 0 0 11px 45px;
  position: relative;
}
.repairs-info ul li:after {
  position: absolute;
  top: 10px;
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url(../images/icon15.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 17px auto;
  content: "";
  z-index: 1;
}
/* Economy Testimonials Page CSS */
.economy-testimonials {
  padding: 100px 0 60px;
  background: #f3f3f3;
}
.testimonial-item {
  padding: 50px;
  margin-bottom: 40px;
  background: #ffffff;
  font-family: 'Lato', sans-serif;
}
.testimonial-item .economy-icon {
  padding-bottom: 25px;
}
.testimonial-item h2 {
  padding-bottom: 22px;
  font-size: 30px;
  line-height: 30px;
}
.testimonial-item h3 {
  padding-top: 7px;
  color: #004096;
  font-size: 26px;
}
.testimonial-item h3 a {
  color: inherit;
}
.testimonial-item h3 a:hover {
  color: #ed1b24;
}
.testimonial-item p {
  font-size: 20px;
  line-height: 28px;
}
.testimonial-rating {
  padding-top: 3px;
  color: #fcaf17;
  font-size: 24px;
}
/* Economy Footer, Footer Style Two */
.footer-style-two {
  background: #f3f3f3;
}
/* Economy Footer */
.economy-footer {
  padding: 50px 0;
}
.footer-logo {
  padding-bottom: 30px;
}
.economy-footer .economy-social a {
  margin-right: 6px;
}
.footer-widget h4 {
  padding: 35px 0 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.footer-widget p {
  padding-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}
.footer-widget p a {
  color: inherit;
}
.footer-widget p a:hover {
  color: #ed1b24;
}
.footer-widget ul {
  padding: 0;
  margin: 0;
  color: #5d5d5d;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 30px;
  list-style: none;
}
.footer-widget ul li {
  padding-left: 15px;
  position: relative;
}
.footer-widget ul li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  background: #cccccc;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.footer-widget ul li a {
  color: inherit;
  position: relative;
}
.footer-widget ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #5d5d5d;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.footer-widget ul li a:hover:after {
  width: 100%;
}
.widget-link {
  padding-top: 30px;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}
.widget-link img {
  margin-right: 5px;
}
.widget-link a {
  color: #ed1b24;
}
.widget-link a:hover {
  color: #004096;
}
/* Economy Copyright */
.economy-copyright {
  padding: 25px 0;
  background: #f3f3f3;
}
.economy-copyright p {
  padding-bottom: 0;
  font-size: 18px;
}
.economy-copyright p a {
  color: inherit;
}

.about-us p { padding-bottom: 30px; }