ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.navbar-section {
  background-image: linear-gradient(#000, #000);
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-top {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navlink {
  color: #555;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 34px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.navlink.mobile-number {
  width: 170px;
  color: #fff;
  text-align: center;
  background-image: url('../images/Telephone-White.svg');
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 2px solid #00adee;
  margin-left: 10px;
  padding-left: 22px;
  padding-right: 0;
  font-weight: 700;
}

.navlink.mobile-number:hover {
  background-image: url('../images/Telephone-White.svg');
  background-size: 19px;
}

.navlink.book-now {
  width: 170px;
  color: #fff;
  text-align: center;
  background-color: #00adee;
  margin-left: 10px;
  padding: 13px 0;
  font-weight: 700;
}

.link---home {
  display: block;
}

.navbar-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.nav-link:hover {
  color: #019cd6;
}

.nav-link.w--current {
  color: #1151bb;
  font-weight: 300;
}

.hero-section {
  padding-top: 97px;
  padding-bottom: 97px;
}

.hero-section.home {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/mobile-car-detailing-gulfport-ms.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section.reviews {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/gulcoast-auto-detailing.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.gallery {
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/mobile-car-wash-at-home-in-gulfport-ms.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-section.about {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/car-receiving-mobile-detailing-at-work.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

.hero-section.contact {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/auto-detailing-of-truck.jpg');
  background-position: 0 0, 50% 46%;
  background-size: auto, cover;
}

.hero-section.services {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/car-receiving-mobile-detailing-at-work.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

.hero-section.ceramic-coating {
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/ceramic-pro-coating.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section.boat-detailing {
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/boat-detailing-and-waxing-gulfport-and-biloxi-ms.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section.fleet {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/auto-detailing-of-truck.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.paintcorrection {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/paint-correction.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-title {
  width: 80%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .4);
  margin: 0 auto;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 47px;
  line-height: 50px;
}

.text-wrapper {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.home-text {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 10px #000;
  margin: 0 auto 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 29px;
}

.home-text.about-us {
  width: 80%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 27px;
}

.adress-phone-wrapper {
  width: 230px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.more-button {
  width: 210px;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(#00adee, #00adee);
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: block;
}

.more-button.left {
  background-image: linear-gradient(#000, #000);
  margin-left: 0;
}

.about-us-section {
  color: #000;
  background-image: linear-gradient(#000, #000);
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-us-section.tp0 {
  padding-top: 0;
}

.section-title {
  width: 80%;
  color: #fff;
  text-align: center;
  text-transform: none;
  margin: 0 auto 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 40px;
}

.section-title.left {
  text-align: left;
  margin-bottom: 11px;
}

.section-title.grey {
  color: #fff;
}

.section-title.black {
  width: 700px;
  color: #000;
  text-transform: none;
  margin-bottom: 25px;
}

.home--about-us-wrapper {
  width: 90%;
  border: 1px solid #e9e9e9;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.our-shop-section {
  background-color: #f8f8f8;
  padding-top: 0;
  padding-bottom: 0;
}

.our-shop-wrapper {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: block;
}

.our-shop-text-wrapper {
  width: 50%;
}

.our-shop-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/mobile-car-detailing-gulfport-biloxi-ms.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-shop-image._01 {
  background-image: url('../images/1700x-1133-1.2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.our-shop-image._02 {
  background-image: url('../images/honda-van-after-car-wash.jpg');
  background-size: cover;
}

.our-shop-block {
  width: 430px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.our-shop-block._01 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.our-shop-block._02 {
  margin-left: 0;
  margin-right: auto;
  padding-left: 61px;
  padding-right: 0;
}

.our-shop-text {
  color: #000;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  line-height: 26px;
}

.page-section {
  justify-content: center;
  display: flex;
}

.page-image {
  width: 100%;
  height: 250px;
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/mercedez-after-car-detailing.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.page-image._01 {
  height: 250px;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/1700x1133-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.page-image._02 {
  height: 250px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ceramic-pro-coating.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.page-image._03 {
  height: 250px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/boat-detailing-gulfport-biloxi-ms.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 600px;
  text-decoration: none;
}

.body {
  margin-bottom: 0;
}

.fake-button {
  width: 180px;
  height: 50px;
  color: #fff;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.page-title {
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 16px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.review-section {
  background-image: linear-gradient(#000, #000);
  padding-top: 70px;
  padding-bottom: 70px;
}

.sub-title {
  color: #6d6d6d;
  text-align: center;
  text-transform: uppercase;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
}

.sub-title.hero {
  color: #b3b3b3;
  font-size: 22px;
}

.gallery-section {
  color: #222;
  background-color: #222;
  padding-top: 75px;
  padding-bottom: 75px;
}

.contact-section {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/shiny-ford-truck-after-auto-detailing.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 58px;
  padding-bottom: 58px;
}

.contact-section.grey {
  background-color: #e9e9e9;
  background-image: linear-gradient(#222, #222);
}

.form-block {
  width: 740px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  height: 45px;
  color: #777;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c2c2c2;
  font-family: Lato, sans-serif;
}

.text-field.height {
  height: 135px;
  margin-bottom: 12px;
}

.text-field.small-width {
  width: 362px;
  border-color: #c2c2c2;
  margin-left: 4px;
  margin-right: 4px;
  font-family: Lato, sans-serif;
}

.text-field.select {
  width: 734px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0));
}

.text-field.select.grey-border {
  color: #fafafa;
}

.text-field.grey-border {
  border-color: #e9e9e9;
}

.form {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: block;
}

.submit-button {
  width: 300px;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c2c2c2;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  display: block;
}

.submit-button:hover {
  color: #fff;
  background-color: #666;
}

.gallery-wrapper {
  width: 980px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-section {
  background-color: #000;
  border-top: 1px solid #e9e9e9;
  padding-top: 35px;
  padding-bottom: 0;
}

.footer-wrapper {
  width: 970px;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-block {
  width: 30%;
}

.footer-block.review {
  border: 1px solid #e9e9e9;
  padding-bottom: 0;
}

.image {
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-title {
  width: 230px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  font-weight: 700;
}

.footer-contact {
  color: #fff;
  margin-top: 7px;
  margin-bottom: 7px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
}

.footer---text-field {
  height: 45px;
  background-image: linear-gradient(#000, #000);
  border: 1px solid #e9e9e9;
  margin-bottom: 5px;
}

.footer---text-field.height {
  height: 95px;
  margin-bottom: 8px;
}

.submit-button-2 {
  width: 120px;
  color: #00adee;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: block;
}

.footer-form {
  width: 290px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.review-wrapper {
  width: 980px;
  border: 1px solid #e4e4e4;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 31px;
  display: flex;
}

.review-wrapper.review-page {
  margin-bottom: 41px;
  padding-bottom: 44px;
}

.review-wrapper._2-reviews {
  border-top-style: none;
  justify-content: center;
  margin-top: -44px;
  padding-top: 0;
  padding-bottom: 41px;
}

._5-stars {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

._5-stars-wrapper {
  width: 140px;
  background-color: #000;
  margin: -11px auto 6px;
  display: block;
}

.review-block {
  width: 26%;
}

.review-block._2-part-review {
  margin-bottom: 0;
  margin-left: 117px;
  margin-right: 117px;
}

.review-text {
  height: 205px;
  color: #e9e9e9;
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
}

.review-text.footer {
  height: auto;
  margin-bottom: 20px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 16px;
}

.review-text._2-part-review {
  height: 115px;
}

.review-author {
  color: #e9e9e9;
  text-align: center;
  margin-bottom: 17px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 17px;
  font-weight: 700;
}

.more-reviews-button {
  width: 180px;
  color: #e9e9e9;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#333, #333);
  border: 2px solid #000;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 900;
  display: block;
}

.more-reviews-button:hover {
  width: 184px;
  color: #fff;
  background-color: #2e2e2e;
}

.mobile-service-wrapper {
  background-color: #1151bb;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vertical-line {
  width: 1px;
  height: 320px;
  background-color: #e4e4e4;
  background-image: linear-gradient(357deg, #e9e9e9 88%, #fff 88%), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.vertical-line.small {
  height: 225px;
  background-image: linear-gradient(357deg, #e9e9e9 84%, #fff 84%), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.vertical-line.long {
  height: 640px;
  background-image: linear-gradient(357deg, #e9e9e9 100%, #fff), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.copyright-section {
  background-color: #222;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.copyright-text {
  width: 50%;
  color: #e9e9e9;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  display: flex;
}

.social-media-wrapper {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-media-link-block {
  width: 35px;
  height: 35px;
  border: 1px solid #e9e9e9;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.horizontal-line {
  background-color: #e9e9e9;
}

.gallery-section---page {
  color: #000;
  background-image: linear-gradient(#000, #000);
  padding-top: 53px;
  padding-bottom: 72px;
}

.our-story-section {
  background-image: linear-gradient(#000, #000);
  padding: 53px 0;
}

.about-text {
  width: 840px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 26px;
  display: block;
}

.contact-section---page {
  color: #222;
  background-image: linear-gradient(#222, #222);
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 44px;
  display: flex;
}

.contact-info-wrapper {
  padding-top: 47px;
  padding-bottom: 0;
}

.contact-info-title {
  color: #fff;
  margin-bottom: 23px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 23px;
  font-weight: 700;
}

.contact-info-text {
  color: #e0e0e0;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 17px;
}

.contact-page-button {
  width: 130px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #747474;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  display: block;
}

.contact-page-button:hover {
  color: #fff;
  background-color: #747474;
}

.contact-page---form-block {
  width: 600px;
  padding-top: 47px;
  padding-bottom: 0;
}

.text-field---contact-page {
  height: 45px;
  background-image: linear-gradient(#f3f3f3, #f3f3f3);
  margin-bottom: 8px;
}

.text-field---contact-page.msg {
  height: 130px;
}

.text-field---contact-page.select {
  color: #444;
  background-image: linear-gradient(#fff, #fff);
}

.contact-info---form-wrapper {
  width: 980px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2 {
  display: block;
}

.packages-section {
  background-color: #e9e9e9;
  padding-top: 45px;
  padding-bottom: 50px;
  display: block;
}

.packages-wrapper {
  width: 900px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 39px auto 55px;
  display: flex;
}

.packages-wrapper.margin {
  margin-bottom: 75px;
}

.package-block {
  width: 100%;
  background-color: #fff;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 35px;
  box-shadow: 0 0 11px -2px #747474;
}

.package-block.special {
  margin-top: 0;
  padding-bottom: 35px;
  position: relative;
}

.package-block.special.ceramic-coating {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ceramic-car-coating-gulfport-ms.jpg');
  background-position: 0 0, 58%;
  background-size: auto, cover;
  margin-top: 0;
  padding-bottom: 35px;
  box-shadow: 0 0 11px 2px rgba(0, 0, 0, .34);
}

.package-block.special.boat {
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/boat-luxury-river-163236.jpg');
  background-position: 0 0, 56%;
  background-size: auto, cover;
}

.package-block.special.detailing {
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/mobile-car-detailing.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.package-block.special.glassparency {
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/glassparency.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.package-block.igl {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/igl-quartz-green-coating.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.package-title {
  width: 85%;
  height: 80px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #e9e9e9;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 19px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.package-title.white {
  color: #fff;
  border-bottom-color: #fff;
  font-weight: 400;
}

.package-price {
  text-align: center;
  margin-bottom: 21px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 25px;
}

.package-price.white {
  color: #fff;
}

.text-block {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block.white {
  color: #fff;
}

.package-details-wrapper {
  width: 90%;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.package-details-wrapper.h100px {
  height: 100px;
}

.package-detail-text {
  text-align: left;
  text-transform: capitalize;
  background-image: url('../images/Check-Grey.svg');
  background-position: 23px;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-bottom: 8px;
  padding-left: 50px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.package-detail-text.white {
  color: #fff;
  text-transform: capitalize;
}

.button {
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  background-color: #00adee;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.requires-text {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 21px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.requires-text.white {
  color: #fff;
}

.hours-wrapper {
  margin-top: 43px;
  padding-top: 0;
  padding-bottom: 0;
}

.schedule-block {
  justify-content: center;
  display: flex;
}

.week-days-wrapper, .div-block {
  width: 50%;
}

.shop-booking---modal {
  z-index: 9999;
  background-color: rgba(17, 17, 17, .81);
  padding-top: 30px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.book-now-modal {
  width: 460px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 26px;
  display: block;
}

.modal-title {
  width: 85%;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #e9e9e9;
  margin: -38px auto 27px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 26px;
  display: block;
}

.modal-form {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-field---modal {
  height: 45px;
  margin-bottom: 7px;
  font-size: 16px;
}

.text-field---modal.msg {
  height: 130px;
}

.text-field---modal.select {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.modal-submit-button {
  width: 145px;
  background-color: #c73232;
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  display: block;
}

.mobile-close-block {
  width: 50px;
  height: 50px;
  background-image: url('../images/X-symbol.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-left: 410px;
  position: static;
  top: 0;
  right: 0;
}

.contact-block {
  width: 230px;
}

.pop-up-map-wrapper {
  z-index: 4;
  border: 5px #8f8f8f;
  margin-top: 18px;
  margin-left: auto;
  padding-top: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-2 {
  z-index: 2;
  width: 100%;
  height: 50px;
  float: right;
  background-image: url('../images/X-symbol.svg');
  background-position: 98% 25%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: -51px;
  padding-bottom: 0;
  position: relative;
  top: 0;
  right: 303px;
}

.pop-up-map {
  width: 400px;
  height: 200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 318px;
  display: block;
  position: relative;
}

.gallery-image {
  width: 48%;
  height: 240px;
  margin-bottom: 12px;
  margin-left: 6px;
  margin-right: 6px;
}

.gallery-image._01 {
  background-image: url('../images/20151116_122855.jpg');
  background-position: 0 0;
  background-size: 500px;
}

.gallery-image._01:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/20151116_122855.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 500px;
}

.gallery-image._02 {
  background-image: url('../images/20151116_122907-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.gallery-image._02:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/20151116_122907-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.gallery-image._03 {
  width: 97%;
  height: 310px;
  background-image: url('../images/20170610_180619.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery-image._03:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/20170610_180619.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.gallery-image._04 {
  background-image: url('../images/512f432b-f315-4141-9e0b-2e1f7b54930c.jpg');
  background-size: cover;
}

.gallery-image._04:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/512f432b-f315-4141-9e0b-2e1f7b54930c.jpg');
  background-size: auto, cover;
}

.gallery-image._05 {
  background-image: url('../images/20170416_154150.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.gallery-image._05:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/20170416_154150.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.gallery-image._06 {
  width: 97%;
  height: 310px;
  background-image: url('../images/20151116_122855.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery-image._06:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/20151116_122855.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link {
  color: #e0e0e0;
  margin-left: 3px;
  text-decoration: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-2 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 28px;
}

.mobile-booking---modal {
  z-index: 9999;
  background-color: rgba(17, 17, 17, .81);
  padding-top: 17px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.close-link {
  width: 50px;
  height: 50px;
  float: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
  position: relative;
}

.link-block {
  width: 50px;
  height: 50px;
  margin-left: auto;
  display: block;
}

.text-block-3 {
  font-family: Merriweather, serif;
  font-size: 16px;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #333;
}

.link-2 {
  color: #333;
  text-decoration: none;
}

.text-block-4 {
  font-family: Merriweather, serif;
  font-size: 16px;
}

.success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #333;
}

.link-3 {
  color: #333;
  text-decoration: none;
}

.text-block-5 {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
}

.success-message-3 {
  background-color: rgba(0, 0, 0, 0);
}

.text-block-6 {
  color: #c73232;
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
}

.error-message {
  background-color: rgba(0, 0, 0, 0);
}

.sucess-message-text {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
}

.success-message---requ--question-form {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.error-message-text {
  color: #c73232;
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
}

.error-message--requ-question-form {
  background-color: #fff;
}

.text-block-9 {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
}

.success-message-5 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.div-block-3 {
  width: 945px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed {
  width: 991px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span {
  color: #c73232;
}

.sidebyside-row {
  height: 320px;
  background-color: #019cd6;
}

.sidebyside-column {
  height: 320px;
  padding-left: 0;
  padding-right: 0;
}

.featuredservices-column {
  padding-left: 0;
  padding-right: 0;
}

.packages-row {
  width: 90%;
  max-width: 1400px;
  margin: 35px auto;
  display: block;
}

.contactform-leftcoloumn {
  padding-left: 0;
  padding-right: 5px;
}

.contactform-rightcolumn {
  padding-left: 5px;
  padding-right: 0;
}

.paragraph {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 22px;
  display: block;
}

.paragraph.white {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-toggle {
  width: 90px;
  padding-right: 20px;
  position: static;
}

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

.dropdown-list {
  background-color: #1b0808;
}

.dropdown-list.w--open {
  background-color: #000;
}

.dropdown-link {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.dropdown-link:hover {
  color: #1151bb;
}

.footerlink {
  color: #fff;
  text-decoration: none;
}

.div-block-4 {
  height: 427px;
  overflow: hidden;
}

.html-embed-2 {
  margin-top: -48px;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.benefitswrap {
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.benefitswrap._1 {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/mobile-car-detailing-gulfport-biloxi-ms.jpg');
  background-position: 0 0, 0;
  background-size: auto, cover;
}

.benefitswrap._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Steam-Gun.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.benefitswrap._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/mobile-car-detailing-gulfport-ms.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.benefitswrap._5 {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/mercedez-after-car-detailing.jpg');
  background-position: 0 0, 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.benefitswrap._4 {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/ceramic-pro-coating.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.text-block-10 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-5 {
  width: 85%;
  border: 2px #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.benefits-title {
  width: 80%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 18px;
  display: block;
}

.scrollingbox {
  width: 349px;
  height: 210px;
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/mobile-car-detailing-gulfport-biloxi-ms.jpg'), linear-gradient(#fff, #fff);
  background-position: 0 0, 50% 95%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 0;
  padding-top: 4px;
  display: block;
  position: fixed;
  bottom: 0;
  box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, .3);
}

.text-block-11 {
  width: 90%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 22px;
  display: block;
  position: relative;
}

.text-span-2 {
  color: #00b9ff;
}

.text-block-12 {
  color: #fff;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.link-block-2 {
  margin-left: 309px;
  text-decoration: none;
  display: block;
}

.comingsoon {
  height: 100px;
  background-image: linear-gradient(#ffe000, #ffe000), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.text-block-13 {
  color: #222;
  text-align: center;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  display: block;
}

.text-block-14 {
  width: 75%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  line-height: 14px;
  display: block;
}

.rt-pt {
  font-family: Georgia, Times, Times New Roman, serif;
}

.rt-pt ul {
  line-height: 25px;
}

.rt-pt.white, .plink {
  color: #fff;
}

.benefit-rows {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.benefit-rows.bm25 {
  margin-bottom: 25px;
}

.benefit-column {
  height: 300px;
  text-align: center;
  border: 1px solid #00adee;
}

.benefit-column._2 {
  border-left: 0 solid #fff;
  border-right: 0 solid #fff;
}

.benefit-column.black {
  border-color: #000;
}

.benefit-section {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.benefit-section._0tp {
  padding-top: 0;
}

.benefit-wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.benefit-title {
  color: #000;
  margin-bottom: 15px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 28px;
  line-height: 28px;
}

.benefit-title.white {
  color: #fff;
}

.benefit-text {
  color: #000;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
  line-height: 21px;
}

.benefit-text.white {
  color: #fff;
}

.underline {
  text-decoration: underline;
}

.sbs-title {
  color: #000;
  margin-bottom: 15px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 35px;
  line-height: 35px;
}

.sitemap-link {
  color: #e9e9e9;
}

.red {
  color: #c73232;
}

.footer-link {
  color: #e9e9e9;
  text-decoration: none;
}

html.w-mod-js [data-ix="shop-booking-initial-appearance"], html.w-mod-js [data-ix="mobile-booking-intitial-appearance"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in"], html.w-mod-js [data-ix="fade-in-2"], html.w-mod-js [data-ix="fade-in-3"], html.w-mod-js [data-ix="fade-in-4"] {
  opacity: 0;
  transform: scale(.8);
}

html.w-mod-js [data-ix="ia-scrollbox"] {
  opacity: 0;
  display: none;
  transform: scale(.9);
}

@media screen and (max-width: 991px) {
  .navlink.book-now {
    margin-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero-title {
    font-size: 38px;
    line-height: 38px;
  }

  .text-wrapper {
    width: 90%;
  }

  .home-text {
    width: auto;
    font-size: 18px;
    line-height: 21px;
  }

  .home-text.about-us {
    line-height: 24px;
  }

  .adress-phone-wrapper.mobile {
    width: 80%;
    justify-content: flex-start;
  }

  .about-us-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-title {
    font-size: 38px;
    line-height: 38px;
  }

  .our-shop-section {
    background-color: #f5f5f5;
  }

  .our-shop-wrapper {
    background-color: #f5f5f5;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .our-shop-text-wrapper {
    width: 100%;
  }

  .our-shop-image {
    width: 100%;
    margin-bottom: 19px;
  }

  .our-shop-image._01 {
    height: 300px;
    margin-bottom: 21px;
  }

  .our-shop-block {
    width: 80%;
  }

  .our-shop-block._01 {
    width: 100%;
  }

  .our-shop-block._02 {
    padding-left: 0;
  }

  .fake-button {
    width: 130px;
  }

  .text-field {
    border-radius: 0;
  }

  .footer-wrapper {
    width: 760px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 21px;
    padding-left: 0;
  }

  .footer-block {
    width: 38%;
    margin-bottom: 40px;
  }

  .footer-block.review {
    width: 42%;
  }

  .footer---text-field.height {
    border-radius: 0;
  }

  .footer-form {
    width: 90%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .review-wrapper {
    width: 500px;
    flex-direction: column;
    align-items: center;
    margin-top: 33px;
  }

  .review-wrapper.review-page {
    padding-bottom: 0;
  }

  .review-wrapper._2-reviews {
    margin-top: -40px;
    padding-bottom: 0;
  }

  ._5-stars-wrapper {
    margin-bottom: 12px;
  }

  .review-block {
    width: auto;
    margin-bottom: 51px;
  }

  .review-block._2-part-review {
    margin-bottom: 46px;
  }

  .review-text {
    height: 130px;
    padding-left: 42px;
    padding-right: 42px;
  }

  .mobile-service-wrapper {
    flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
    padding-top: 46px;
    padding-bottom: 45px;
  }

  .mobile-service-wrapper._02 {
    flex-direction: column;
  }

  .footer-form-block {
    width: 90%;
  }

  .copyright-text {
    width: 60%;
    text-align: left;
    padding-left: 70px;
    font-size: 11px;
  }

  .social-media-wrapper {
    width: 40%;
    justify-content: flex-end;
    padding-right: 73px;
  }

  .horizontal-line {
    width: 335px;
    height: 1px;
  }

  .container {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .icon {
    color: #019cd6;
    font-size: 36px;
  }

  .navbar {
    background-color: #000;
    position: static;
  }

  .mobile-phone-link {
    border: 1px solid #019cd6;
    padding: 9px;
  }

  .about-text {
    width: 85%;
  }

  .contact-section---page {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .contact-info-wrapper {
    padding-top: 0;
  }

  .contact-page-button:hover {
    color: #fff;
    background-color: #747474;
  }

  .contact-info---form-wrapper {
    flex-direction: column;
    padding-left: 85px;
  }

  .packages-wrapper {
    width: 600px;
    flex-direction: row;
  }

  .button {
    width: 80%;
  }

  .mobile-nav-link {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 11px;
    padding-bottom: 11px;
    font-family: Lato, sans-serif;
  }

  .mobile-nav-link:active, .mobile-nav-link:focus {
    color: #fff;
  }

  .mobile-nav-link.w--current {
    color: #1151bb;
  }

  .nav-menu {
    width: 300px;
    background-color: #252525;
    padding-top: 40px;
    padding-left: 0;
  }

  .social-media-wrapper---menu {
    margin-top: 34px;
    display: flex;
  }

  .social-media-block {
    width: 50%;
    border-right: 1px solid #e9e9e9;
    justify-content: flex-end;
    align-items: center;
    padding-right: 13px;
    display: flex;
  }

  .social-media-block.flex-right {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .social-media-block.flex-lefy {
    border-right-style: none;
    justify-content: flex-start;
    padding-left: 13px;
    padding-right: 0;
  }

  .shop-booking---modal {
    display: none;
  }

  .pop-up-map-wrapper {
    z-index: 999;
    margin-top: 0;
    margin-right: 102px;
    padding-top: 0;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .pop-up-map {
    z-index: 4;
  }

  .mobile-booking---modal {
    padding-top: 8px;
    overflow: scroll;
  }

  .image-3, .image-4 {
    width: 19px;
  }

  .div-block-3, .html-embed {
    width: 768px;
  }

  .packages-row {
    width: 90%;
  }

  .mobile-dropdown {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 20px;
    font-family: Lato, sans-serif;
  }

  .dropdown-link-2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #181818;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Lato, sans-serif;
  }

  .dropdown-link-2.w--current {
    color: #1151bb;
  }

  .dropdown-list-2 {
    background-color: #4d3a3a;
  }

  .dropdown-list-2.w--open {
    background-color: #000;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .benefitswrap {
    height: 225px;
  }

  .benefit-column {
    height: 250px;
  }

  .benefit-column._2 {
    border-top-style: none;
    border-bottom-style: none;
    border-left-width: 1px;
    border-left-color: #00adee;
    border-right-width: 1px;
    border-right-color: #00adee;
  }

  .benefit-column._2.black {
    border-left-color: #000;
    border-right-color: #000;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .hero-section.home {
    background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/Lexus-350.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .hero-section.services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-title {
    width: auto;
    margin-top: 0;
    font-size: 31px;
    line-height: 31px;
  }

  .text-wrapper {
    width: 80%;
  }

  .home-text {
    font-size: 16px;
    line-height: 19px;
  }

  .home-text.about-us {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .adress-phone-wrapper.mobile {
    padding-right: 24px;
  }

  .about-us-section {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section-title {
    width: 90%;
    margin-bottom: 8px;
    font-size: 32px;
  }

  .section-title.black {
    width: 95%;
  }

  .home--about-us-wrapper {
    width: 80%;
  }

  .our-shop-image._01 {
    width: 90%;
  }

  .our-shop-block._01, .our-shop-block._02 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .page-section {
    flex-direction: column;
  }

  .page-image {
    width: 100%;
  }

  .body {
    margin-bottom: 0;
  }

  .review-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-block {
    width: 75%;
  }

  .text-field.small-width, .text-field.select {
    width: 360px;
  }

  .form {
    flex-direction: column;
  }

  .footer-section {
    padding-bottom: 0;
  }

  .footer-wrapper {
    width: 480px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .footer-block {
    width: 55%;
    margin-bottom: 53px;
  }

  .footer-block.review {
    width: 60%;
    padding-bottom: 17px;
  }

  .footer-form {
    width: 100%;
    margin-bottom: 0;
  }

  .review-wrapper {
    width: 420px;
  }

  ._5-stars-wrapper {
    margin-bottom: 6px;
  }

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

  .review-text {
    height: 140px;
    margin-bottom: 16px;
    font-size: 14px;
  }

  .review-text.footer {
    margin-bottom: 11px;
  }

  .mobile-service-wrapper {
    width: 480px;
    padding-top: 35px;
    padding-bottom: 1px;
  }

  .mobile-service-wrapper._02 {
    margin-bottom: 0;
    padding-bottom: 35px;
  }

  .footer-form-block {
    width: 60%;
    margin-bottom: 65px;
  }

  .copyright-text {
    padding-left: 43px;
  }

  .social-media-wrapper {
    padding-right: 28px;
  }

  .mobile-phone-link {
    border-style: solid;
    border-width: 1px;
  }

  .about-text {
    width: 75%;
  }

  .contact-info-text {
    margin-top: 0;
  }

  .contact-page---form-block {
    width: 400px;
  }

  .contact-info---form-wrapper {
    width: 400px;
    padding-left: 0;
  }

  .packages-wrapper {
    width: 400px;
    flex-direction: column;
  }

  .package-block {
    margin-top: 0;
    margin-bottom: 22px;
  }

  .map {
    height: 230px;
  }

  .hours-wrapper {
    margin-top: 32px;
  }

  .shop-booking---modal {
    padding-top: 10px;
    display: none;
  }

  .book-now-modal {
    width: 400px;
  }

  .mobile-close-block {
    margin-left: 350px;
  }

  .div-block-2 {
    background-position: 97%;
  }

  .pop-up-map {
    height: 200px;
  }

  .link {
    margin-left: 0;
  }

  .mobile-booking---modal {
    padding-top: 8px;
  }

  .image-3, .image-4 {
    width: 18px;
  }

  .html-embed {
    width: 480px;
  }

  .sidebyside-row {
    height: auto;
  }

  .sidebyside-column {
    height: 250px;
  }

  .packages-row.last {
    margin-top: 0;
  }

  .contactform-leftcoloumn {
    padding-right: 0;
  }

  .contactform-rightcolumn {
    padding-left: 0;
  }

  .benefitswrap {
    height: 300px;
  }

  .scrollingbox {
    width: 300px;
    height: 250px;
    display: block;
  }

  .link-block-2 {
    margin-left: 258px;
  }
}

@media screen and (max-width: 479px) {
  .navlink.book-now {
    width: 110px;
    height: 35px;
    background-color: #000;
    border-width: 1px;
    justify-content: center;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
  }

  .navlink.book-now:hover {
    border-width: 1px;
  }

  .hero-section.home {
    background-image: linear-gradient(rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url('../images/Lexus-350.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-title {
    font-size: 28px;
    line-height: 28px;
  }

  .text-wrapper {
    width: 90%;
  }

  .home-text {
    font-size: 12px;
    line-height: 16px;
  }

  .home-text.about-us {
    width: 270px;
    margin-top: 10px;
    line-height: 19px;
  }

  .adress-phone-wrapper.mobile {
    padding-left: 12px;
  }

  .section-title {
    font-size: 28px;
    line-height: 32px;
  }

  .section-title.left {
    margin-bottom: 4px;
  }

  .home--about-us-wrapper {
    width: 300px;
  }

  .our-shop-image._01 {
    height: 190px;
  }

  .our-shop-block {
    width: 90%;
  }

  .our-shop-text {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 21px;
  }

  .page-image, .page-image._02, .page-image._03 {
    height: 200px;
  }

  .fake-button:hover {
    height: 50px;
  }

  .sub-title.hero {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 19px;
  }

  .gallery-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-section {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .form-block, .text-field.small-width, .text-field.select {
    width: 90%;
  }

  .submit-button {
    width: 240px;
    text-transform: uppercase;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .footer-wrapper {
    width: 320px;
    align-content: center;
    align-items: center;
    padding-left: 0;
  }

  .footer-block, .footer-block.review {
    width: 290px;
  }

  .footer-contact {
    font-size: 14px;
  }

  .footer-form {
    display: block;
  }

  .review-wrapper {
    width: 290px;
  }

  .review-text {
    height: 190px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .review-text.footer {
    font-size: 14px;
  }

  .review-text._2-part-review {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-service-wrapper {
    width: 320px;
  }

  .footer-form-block {
    width: 290px;
  }

  .copyright-text {
    width: 70%;
    padding-left: 22px;
    font-size: 11px;
    line-height: 15px;
  }

  .social-media-wrapper {
    width: 30%;
  }

  .social-media-link-block {
    width: 25px;
    height: 25px;
  }

  .horizontal-line {
    width: 252px;
  }

  .mobile-phone-link {
    width: 35px;
    height: 35px;
    border-width: 1px;
    justify-content: center;
    align-items: center;
    padding: 2px 0 0;
    display: flex;
  }

  .contact-info-wrapper {
    display: block;
  }

  .contact-page---form-block {
    width: 280px;
    padding-top: 32px;
  }

  .contact-info---form-wrapper {
    width: 280px;
  }

  .packages-wrapper {
    width: 320px;
  }

  .map {
    height: 180px;
  }

  .nav-menu {
    width: 275px;
  }

  .shop-booking---modal {
    padding-top: 8px;
    display: none;
  }

  .book-now-modal {
    width: 90%;
    padding-bottom: 12px;
  }

  .modal-title {
    margin-top: -43px;
    margin-bottom: 17px;
    line-height: 27px;
  }

  .text-field---modal {
    height: 42px;
  }

  .mobile-close-block {
    width: 100%;
    background-position: 96%;
    margin-left: 0;
  }

  .pop-up-map-wrapper {
    display: none;
  }

  .div-block-2 {
    background-position: 96% 43%;
    background-size: 18px;
  }

  .pop-up-map {
    height: 180px;
  }

  .mobile-booking---modal {
    padding-top: 7px;
  }

  .image-3, .image-4 {
    width: 17px;
  }

  .html-embed {
    width: 310px;
  }

  .sidebyside-column {
    height: 300px;
  }

  .scrollingbox {
    width: 90%;
    height: 150px;
    display: block;
  }

  .text-block-11 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-12 {
    margin-bottom: 20px;
  }

  .link-block-2 {
    width: 50px;
    margin-left: auto;
  }

  .text-block-13 {
    margin-bottom: 4px;
    font-size: 22px;
  }

  .text-block-14 {
    font-size: 10px;
  }

  .benefit-column {
    height: 275px;
  }

  .benefit-title {
    font-size: 24px;
    line-height: 24px;
  }

  .sbs-title {
    font-size: 26px;
    line-height: 30px;
  }
}


