/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.7.1.1686217395
Updated: 2023-06-08 09:43:15

*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "Montserrat", Sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
strong {
  font-family: "Montserrat", Sans-serif !important;
}

div {
  display: block;
}
.parent {
  overflow: hidden;
  position: absolute;
  width: 90%;
  height: 90%;
}
.item {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transition: z-index 1s, -webkit-transform 1s;
  transition: z-index 1s, -webkit-transform 1s;
  -o-transition: transform 1s, z-index 1s;
  transition: transform 1s, z-index 1s;
  transition: transform 1s, z-index 1s, -webkit-transform 1s;
  z-index: 1;
  overflow: hidden;
}

.item .image {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.item:hover {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  z-index: 100;
}

.item:hover .image {
  -webkit-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  transform: skewX(0deg);
}

.red {
  background: #f00;
  -webkit-transform: translate3d(-50%, 0px, 0px) skewX(-10deg);
  transform: translate3d(-50%, 0px, 0px) skewX(-10deg);
}

.red .image {
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg);
}

.black {
  background: #000;
  -webkit-transform: translate3d(50%, 0px, 0px) skewX(-10deg);
  transform: translate3d(50%, 0px, 0px) skewX(-10deg);
}

.black img {
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg);
}

/* header style */
#menu_list .wpr-sub-mega-menu {
  transform: translateY(10px);
}

@media (max-width: 1280px) {
  #header_section #menu_list li a {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  #header_section #menu_list li a {
    font-size: 16px;
  }
}
/* home page blog section */
.home_blog .elementor-post__read-more {
  background-color: #84bd00;
  padding: 12px;
  border-radius: 5px;
}
.home_blog .elementor-post__thumbnail img {
  width: 100%;
}

/* start home page location section */
.auto_spa_loation_section .locationWrap .container {
  width: 100%;
  margin: 0;
  padding: 0;
}
.auto_spa_loation_section .locationWrap #loc_sec {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.auto_spa_loation_section .locationWrap .locationlist {
  list-style: none;
}
.auto_spa_loation_section .locationWrap .locationlist li {
  max-width: calc(100% / 3 - 0px) !important;
  width: 100%  !important;
  padding: 0 15px !important;
}
.auto_spa_loation_section .locationWrap .locationlist li .int {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 20px;
  height: 100%;
}
#location_div {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.locationWrap {
  position: relative;
}
.locationWrap .locsearch {
  position: absolute;
  top: 10%;
  left: 14%;
}
.locationWrap .locsearch .boxsrch {
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  max-width: 400px;
  width: 100%;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
}
.locationWrap .locsearch .boxsrch .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-collapse: separate;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.location_state .sectitle {
  padding: 40px 0;
  text-align: center;
}
.location_state .locationlist {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.locationWrap .locationlist li {
  float: unset;
  max-width: calc(100% / 4 - 20px) !important;
  width: 100%;
}
.locationWrap .locationlist li .int {
  background: #f5f5f5;
  padding: 25px;
  border-radius: 5px;
}
.locationWrap .locationlist li .loctitle {
  font-size: 18px;
  color: #84bd00;
  font-weight: 600;
  margin-bottom: 10px;
}
.locationWrap .locationlist li .loctxt {
  font-size: 14px;
  font-weight: 600;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
  color: #000;
  min-height: 50px;
  line-height: 18px;
}
.locationWrap .locationlist li .loctxt i {
  position: absolute;
  top: 1px;
  left: 0;
  color: #000;
  font-size: 18px;
}
.locationWrap .locationlist li .loctxt .fa-map-marker:before {
  content: "\f3c5";
}
.locationWrap .locationlist li .loctxt.call {
  color: #0b4499;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  min-height: 22px;
}
.locationWrap .locationlist li .loctxt.locaddress {
  height: max-content;
}
.locationWrap .locationlist li .loctxt {
  font-size: 16px;
  font-weight: 600;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
  color: #333333;
  line-height: 18px;
}
#loc_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.locationWrap .locationlist li .loctxt i {
  position: absolute;
  top: 1px;
  left: 0;
  color: #333333;
  font-size: 18px;
}
.locationWrap .locationlist li .btnsloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.locationWrap .locationlist li .btnsloc a {
  display: inline-block;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  padding: 7px 15px;
  line-height: 16px;
  background: #0b4499;
  margin: 5px 5px 0 0;
}
.locationWrap .locationlist li .btnsloc a:hover {
  background: #333;
  text-decoration: none;
}
.locationWrap .locationlist li .btnsloc a.green {
  background: #84bd00;
}
.locationWrap .locationlist li .btnsloc a {
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  padding: 7px 15px;
  background: #0b4499;
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 5px 5px 0 0;
}
.locationWrap .locationlist li .btnsloc i {
  font-family: "FontAwesome";
}
.locationWrap .locationlist li .btnsloc .fa-external-link:before {
  content: "\f08e";
}
.locationWrap .locsearch .boxsrch .input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.locationWrap .locsearch .boxsrch .form-control {
  border-radius: 0 !important;
  width: 240px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
}
.locationWrap .locsearch .boxsrch .form-control .input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}
.locationWrap .locsearch .boxsrch .btn.btn-info {
  background: #0b4499;
  color: #fff;
  border: none;
  cursor: pointer;
  height: 45px;
  padding: 0 20px;
  border-radius: 0;
}
.locationWrap .locsearch .boxsrch .btn.refresh {
  background: #84bd00;
  color: #fff;
  padding: 13px 15px !important;
  position: relative;
}
.locationWrap .locsearch .boxsrch a .fa {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.locationWrap .locsearch .boxsrch a .fa-refresh:before {
  content: "\f021";
}
.locationWrap .locsearch .boxsrch .row .btn-info {
  padding: 10px;
}
.locationWrap .locsearch .boxsrch h3 {
  margin: 20px 0 5px 0;
  color: #84bd00;
  font-size: 18px;
  font-weight: 700;
}
.locationWrap .locsearc .boxsrch p {
  margin-bottom: 10px;
  line-height: 22px;
}
.locationWrap .locsearch .boxsrch div .fa-thumb-tack:before {
  content: "\f08d";
}

@media (max-width: 1200px) {
  .auto_spa_loation_section .locationWrap .locationlist li {
    max-width: calc(100% / 2 - 0px);
    margin: 0 0 30px;
  }
  .auto_spa_loation_section .locationWrap #loc_sec {
    max-width: 100%;
  }
  .locationWrap .locationlist li {
    max-width: calc(100% / 3 - 20px) !important;
  }
}

@media (max-width: 991px) {
  .locationWrap .locationlist li {
    max-width: calc(100% / 2 - 20px) !important;
  }
}

@media (max-width: 767px) {
  .locationWrap .locsearch .boxsrch {
    padding: 10px;
    max-width: 280px;
  }
  .locationWrap .locsearch .boxsrch .form-control {
    width: 100%;
    padding: 6px 10px;
  }
  .locationWrap .locsearch .boxsrch .btn.btn-info {
    height: 37px;
    padding: 10px;
    line-height: 12px;
    line-height: 20px;
  }
  .locationWrap .locsearch .boxsrch .btn.refresh {
    padding: 10px 15px !important;
  }
  .locationWrap .locsearch {
    left: 8%;
  }
}

@media (max-width: 575px) {
  .auto_spa_loation_section .locationWrap .locationlist li {
    max-width: 100%;
  }
  .locationWrap .locationlist li {
    max-width: 100% !important;
  }
}
/* end home page location section */

/* start footer section */
.footer-location .loclink {
  justify-content: center;
  display: flex;
  font-size: 18px;
  color: #fff;
}
.footer-location .loclink:hover {
  color: #84bd00;
}

@media (max-width: 1024px) {
  .footer-location .loclink {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .footer-location .loclink {
    font-size: 16px;
  }
}
/* end footer section */

/* start booking page css */
.book_schedule {
  padding: 0 20px;
}
.book_schedule .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.book_schedule .input-group .btn-default {
  background: #84bd00;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 20px;
}

.book_schedule .input-group .btn-default:hover {
  background: #e0004d;
}

.book_schedule .col-md-8 {
  float: unset;
  margin: 0 auto;
}

.book_schedule .input-group .form-control {
  border-radius: 5px !important;
  width: 100%;
}

@media (max-width: 600px) {
  .book_schedule .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
  }

  .book_schedule .input-group .btn-default,
  .book_schedule .input-group-btn {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .custom_blog_wrapper .blog_detail,
  #blog_template .eael-post-grid .eael-post-grid-column {
    max-width: calc(100% / 2 - 12px);
  }

  #blog_template .eael-post-grid .eael-post-grid-column .eael-entry-wrapper {
    padding: 10px 10px 20px;
  }
}

@media (max-width: 425px) {
  .custom_blog_wrapper .blog_detail,
  #blog_template .eael-post-grid .eael-post-grid-column {
    max-width: 100%;
  }
}

/* end booking page css */

/* start gift certificate page */
.gift_certificate_benfit_list ul li:nth-child(even) {
  margin: 0 0 0 30px;
}
.gift_certificate_benfit_list ul li:nth-child(odd) .elementor-icon-list-text {
  font-weight: 500 !important;
}
.gift_certificate_benfit_list ul li:nth-child(odd) .elementor-icon-list-icon i {
  margin: 0 !important;
}
#gift_form_section #gift_form .banner-form {
  background: #103a86;
  padding: 25px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
#gift_form_section #gift_form .banner-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#gift_form_section #gift_form .banner-form .row div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#gift_form_section #gift_form .banner-form .row label {
  padding: 0 !important;
  color: white;
  font-size: 20px;
  font-weight: 600;
}
#gift_form_section #gift_form .banner-form .sub {
  background: #fff;
  border: none;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 400;
  color: #00258d;
  border-radius: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#gift_form_section #gift_form .banner-form .sub i {
  margin: 0 0 0 5px;
}
#gift_form_section #gift_form .banner-form .form-control {
  width: 100%;
  height: 40px;
  border-radius: 0;
  color: #00258d;
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  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,
    -webkit-box-shadow ease-in-out 0.15s;
  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,
    -webkit-box-shadow ease-in-out 0.15s;
}

@media (max-width: 800px) {
  #gift_form_section #gift_form .banner-form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
  #gift_form_section #gift_form .banner-form .row div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #gift_form_section #gift_form .banner-form {
    padding: 25px 50px;
  }
}

@media (max-width: 575px) {
  #gift_form_section #gift_form .banner-form {
    padding: 25px;
  }
  #gift_form_section #gift_form .banner-form .row div {
    width: 100%;
  }
  #gift_form_section #gift_form .banner-form .sub {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/* end  gift certificate page */

/* start blog box (procast,blog) page */

/*start blog  category page    */
.category_container {
  margin: -50px auto 0;
  padding: 0 100px;
}

.category_container #sidebar_content {
  padding: 0 0 50px;
}

.category-header,
.search-header {
  background: var(--wpr-bg-5a25884f-a555-4162-bab1-18c213043380)
    no-repeat;
  min-height: 470px;
  width: 100%;
  background-size: 100% 100%;
  background-position: top center;
}

.category-header .entry-title {
  font-family: "Montserrat", Sans-serif;
  font-size: 45px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 90px 0 0;
  line-height: 50px;
}

.search-header .container h1 {
  font-size: 44px;
  color: #fff;
  padding-top: 90px;
  text-align: center;
}

.search-header .container h1 {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .category-header .entry-title {
    font-size: 36px;
    line-height: 40px;
  }

  .category_container {
    padding: 0 50px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .category_container {
    padding: 0 20px;
  }

  .category_container #sidebar_content {
    padding: 0 0 30px;
  }
}

/*end blog  category page    */
#sidebar_content .elementor-widget-container,
#sidebar_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

#sidebar_content .postform {
  color: #000;
  border: 1px solid #000;
  font-size: 18px;
  font-family: "Montserrat", Sans-serif;
  line-height: 22px;
  border-radius: 5px;
  padding: 15px 25px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

#sidebar_content .elementor-widget-container li,
.category_container li {
  list-style: none;
}

#sidebar_content form {
  margin: 0;
}

#sidebar_content form .wp-block-search__inside-wrapper .wp-block-search__input {
  font-size: 18px;
  font-family: "Montserrat", Sans-serif;
  line-height: 22px;
  border-radius: 5px;
  color: #000;
  padding: 15px;
  width: 100%;
  border: 1px solid #000;
}

#sidebar_content
  form
  .wp-block-search__inside-wrapper
  input::-webkit-input-placeholder {
  color: #000;
}

#sidebar_content form .wp-block-search__inside-wrapper input::-moz-placeholder {
  color: #000;
}

#sidebar_content
  form
  .wp-block-search__inside-wrapper
  input:-ms-input-placeholder {
  color: #000;
}

#sidebar_content
  form
  .wp-block-search__inside-wrapper
  input::-ms-input-placeholder {
  color: #000;
}

#sidebar_content form .wp-block-search__inside-wrapper input::placeholder {
  color: #000;
}

#sidebar_content
  form
  .wp-block-search__inside-wrapper
  .wp-block-search__button {
  background-color: #84bd00;
  border-radius: 5px;
  padding: 6px 20px;
  font-size: 18px;
  border: 1px solid transparent;
}

@media (max-width: 600px) {
  #sidebar_content .elementor-widget-container,
  #sidebar_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #sidebar_content .elementor-widget-container li,
  #sidebar_content li {
    width: 100%;
  }

  #sidebar_content
    form
    .wp-block-search__inside-wrapper
    .wp-block-search__button {
    padding: 12px 20px;
    margin: 20px auto 0;
    width: 100%;
  }

  #sidebar_content form .wp-block-search__inside-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #sidebar_content .postform,
  #sidebar_content
    form
    .wp-block-search__inside-wrapper
    .wp-block-search__input {
    font-size: 16px;
  }
}

/*end  blog search css*/

/* start .related-posts style */
.related-posts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.related-posts .related-post-container {
  width: 100% !important;
  border: 4px solid #0b4499;
  padding: 10px;
}

.related-post-container .related-post-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.related-post-container .related-post-wrap .related-post-link,
.related-post-container .related-post-wrap .related-post-content {
  width: 100%;
}

.related-posts .related-post-container .blog-image {
  height: 188px;
  min-height: 188px;
  background-position: unset;
  margin-bottom: 10px;
}

.related-post-title {
  margin: 0 !important;
}

#blog_content .wp-image-19806 {
  width: 350px;
}

@media (max-width: 1300px) {
  .related-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .related-posts {
    grid-template-columns: repeat(1, 1fr);
  }

  .related-posts .related-post-wrap {
    gap: 20px;
  }

  .related-posts .related-post-container .blog-image {
    margin: 0;
  }

  .related-post-container .related-post-wrap {
    flex-direction: row;
  }
}

@media (max-width: 600px) {
  .related-posts {
    gap: 20px;
  }

  .related-post-container .related-post-wrap .related-post-link,
  .related-post-container .related-post-wrap .related-post-content {
    width: 100%;
  }

  .related-post-container .related-post-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* google review css */
.ti-widget.ti-goog .ti-col-5 .ti-review-item {
  flex: 0 0 30% !important;
  max-width: 30% !important;
}

.ti-widget.ti-goog .ti-widget-container .ti-name {
  font-size: 20px !important;
}

.ti-widget.ti-goog .ti-review-content,
.ti-widget.ti-goog .ti-rating-text {
  font-size: 18px !important;
}

/* start share  social icon blog content css */
.heateor_sss_vertical_sharing {
  display: none !important;
}

.heateor_sss_horizontal_sharing {
  margin: 20px 0 0;
}

.heateor_sss_horizontal_sharing .heateor_sss_sharing_title {
  text-align: center;
  font-size: 24px;
  list-style: 26px;
  color: #0b4499;
  padding: 0 0 20px;
}

.heateor_sss_horizontal_sharing .heateor_sss_sharing_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* end share  social icon blog content css */

/* end .related-posts style */

#blog_content .post_content blockquote {
  margin: revert;
}

.custom_blog_wrapper,
#blog_template .eael-post-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  padding: 30px 0;
}

.custom_blog_wrapper .blog_detail,
#blog_template .eael-post-grid .eael-post-grid-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% / 3 - 12px);
  width: 100%;
  border: 1px solid #00000017;
  border-radius: 5px;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom_blog_wrapper .blog_detail .post-thumbnail {
  position: relative;
  width: 100%; 
  padding-bottom: 60%; 
  overflow: hidden;
}

.custom_blog_wrapper .blog_detail .post-thumbnail img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.page .entry-title {
  display: none;
}

#blog_template .eael-entry-wrapper {
  padding-top: 0;
}

#blog_template
  .eael-post-grid
  .eael-post-grid-column
  .eael-grid-post-holder-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom_blog_wrapper .blog_detail .blog_info,
#blog_template .eael-post-grid .eael-post-grid-column .eael-entry-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}

.custom_blog_wrapper .blog_detail .blog_info {
  font-size: 18px;
  line-height: 22px;
}

#blog_template .eael-post-grid .eael-post-grid-column .eael-entry-wrapper {
  padding: 20px 20px 30px;
}

.post-thumbnail,
#blog_template .eael-entry-thumbnail {
  overflow: hidden;
}

#blog_template
  .eael-post-grid
  .eael-post-grid-column
  .eael-entry-wrapper
  .eael-entry-title,
.home_blog .elementor-post__title {
  font-size: 22px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: auto;
}

.blog_detail .blog_info h2 {
  padding: 0 0 20px;
  text-align: left;
  font-size: 22px;
  line-height: 24px;
}

.blog_detail .blog_info h2 a,
.blog_detail .blog_info .post-meta .post-author a {
  text-decoration: none;
}

.blog_detail .blog_info .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0 0;
}

.blog_detail .blog_info .post-meta span {
  font-weight: 600;
}

.blog_detail .blog_info .post-meta .post-category a {
  text-decoration: none;
}

.blog_detail .blog_info .post-meta .post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.blog_detail .blog_info .post-meta .post-author i {
  border-radius: 50%;
  background: lightgray;
  padding: 15px;
  color: #fff;
}

.blog_detail .podcast-thumbnail img {
  -o-object-fit: fill !important;
  object-fit: fill !important;
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
  -webkit-transition-timing-function: unset !important;
  -o-transition-timing-function: unset !important;
  transition-timing-function: unset !important;
  -webkit-transition-duration: unset !important;
  -o-transition-duration: unset !important;
  transition-duration: unset !important;
}

.blog_detail:hover .podcast-thumbnail img {
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}

.blog_detail .post-thumbnail img,
#blog_template .eael-post-grid .eael-entry-thumbnail img {
  height: 100%;
  width: 100%;
  margin: 0;
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  transition-duration: 600ms;
}

.blog_detail:hover .post-thumbnail img,
#blog_template
  .eael-post-grid
  .eael-post-grid-column:hover
  .eael-entry-thumbnail
  img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*start .pagination style */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 30px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 2px solid lightgray;
}

.pagination .page-numbers {
  line-height: normal;
  padding: 10px 15px;
  border: 2px solid lightgray;
  font-size: 14px;
  color: #84bd00;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: unset;
}

.pagination .page-numbers:last-child {
  border-right: 2px solid lightgray;
}

.pagination .page-numbers.current {
  background: #84bd00;
  color: #fff;
}

/*end .pagination style */

.post_content ul li:before {
  content: "\f058";
  font-family: "FontAwesome";
  margin-right: 7px;
  color: #84bd00;
}
  #blog_content .post_content ul {
    padding: 0 0 20px 40px;
    list-style: none !important;
  }
  #blog_content .post_content ol {
    padding: 0 0 20px 40px;
  }
  .post_content ul li {
    width: 100%;
    margin: 0 0 5px;
  }
  .post_content ol li {
    margin: 0 0 10px;
  }
  .post_content a {
    text-decoration: underline;
  }
  .post_content h2,
  .post_content h1 {
    font-size: 30px !important;
    line-height: 40px;
    font-weight: 500;
    color: #0b4499 !important;
  }
  .post_content :is(h1, h2, h3, h4, h5, h6) {
    margin: 15px 0;
  }
  .post_content h3 {
    font-size: 26px !important;
    line-height: 30px;
    font-weight: 500;
    color: #0b4499 !important;
  }
  .post_content p {
    padding: 0;
    margin: 0;
  }
  .post_content p:has(img) img{
    margin: 10px 0;
  }
  .post_content p:empty{
    width: 0;
    height: 0;
  }
  .post_content :where(.aligncenter, div.aligncenter) {
    display: block;
    margin: 0 auto;
  }
  .post_content .alignleft {
    float: left;
    margin: 10px 20px 10px 0;
  }
  .post_content .alignright {
    float: right;
    margin: 10px 0 10px 20px;
  }
  .post_content .alignleft:has(p) {
    word-break: break-all;
  }
  .post_content :where(.alignleft .alignnone) {
    float: none;
  }

@media (max-width: 767px) {
  .post_content h2,
  .post_content h1 {
    font-size: 24px !important;
    line-height: 30px;
    padding: 0 0 10px;
  }

  .post_content h3 {
    font-size: 22px !important;
    line-height: 26px;
  }

  .post_content ul {
    padding: 0 0 20px 20px;
  }
}

@media (max-width: 991px) {
  .custom_blog_wrapper .blog_detail,
  #blog_template .eael-post-grid .eael-post-grid-column {
    max-width: calc(100% / 2 - 12px);
  }

  .blog_detail .blog_info h2,
  #blog_template
    .eael-post-grid
    .eael-post-grid-column
    .eael-entry-wrapper
    .eael-entry-title {
    font-size: 20px;
  }

  .custom_blog_wrapper .blog_detail .blog_info {
    font-size: 16px;
  }

  .custom_blog_wrapper,
  #blog_template .eael-post-grid {
    gap: 20px;
  }
}

@media (max-width: 425px) {
  .custom_blog_wrapper,
  #blog_template .eael-post-grid {
    padding: 0;
  }

  .custom_blog_wrapper .blog_detail,
  #blog_template .eael-post-grid .eael-post-grid-column {
    max-width: 100%;
  }

  .blog_detail .blog_info h2,
  #blog_template
    .eael-post-grid
    .eael-post-grid-column
    .eael-entry-wrapper
    .eael-entry-title {
    font-size: 18px;
  }

  .blog_detail .blog_info h2 {
    height: auto;
  }
}

/* end blog box section */

/* start faq section */
:where(#faq_category, #faq_search) .elementor-shortcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#faq_category select {
  font-size: 18px;
  font-family: "Montserrat", Sans-serif;
  line-height: 22px;
  border-radius: 5px;
  padding: 15px;
  width: 90%;
  border: 1px solid #00000017;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

#faq_search input {
  font-size: 18px;
  font-family: "Montserrat", Sans-serif;
  line-height: 22px;
  border-radius: 5px;
  padding: 15px;
  width: 90%;
  border: 1px solid #00000017;
  color: #777;
}

#faq_search input::-webkit-input-placeholder {
  color: #777;
}

#faq_search input::-moz-placeholder {
  color: #777;
}

#faq_search input:-ms-input-placeholder {
  color: #777;
}

#faq_search input::-ms-input-placeholder {
  color: #777;
}

#faq_search input::placeholder {
  color: #777;
}

#faq_section ul li {
  padding: 0 0 20px;
  color: #efefef;
}

#faq_section ul li h4 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  margin: 0;
  position: relative;
  cursor: pointer;
  background: hsl(0, 0%, 94%);
}

#faq_section ul li p {
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 20px;
  color: #505050;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

#faq_section .faq-header:before {
  content: "+" !important;
  font-size: 30px;
  color: #ed1556;
}

#faq_section .collapase.open .faq-header:after {
  content: "-" !important;
  font-size: 60px;
  color: #fff;
}

#faq_section .collapase .faq-header:after,
#faq_section .faq-header:before {
  position: absolute;
  right: 2%;
  top: 20%;
}

#faq_section .collapase.open .faq-header:before {
  display: none;
}

#faq_section ul li.collapase h4 {
  background-color: #84bd00;
  color: #fff !important;
}

#faq_section ul li.collapase p {
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#faq_section #ruigehond010_more {
  width: 150px;
  text-align: center;
  font-family: "Raleway", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  background-color: #a2d162;
  border-style: none;
  border-radius: 5px 5px 5px 5px;
  padding: 8px 0px 8px 0px;
}

@media (max-width: 800px) {
  #faq_section ul li h4 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  #faq_category select,
  #faq_search input {
    font-size: 16px;
    width: 100%;
  }

  #faq_section ul li h4 {
    font-size: 16px;
    padding: 15px 20px;
    line-height: 22px;
  }

  #faq_section ul li p {
    padding: 20px;
    font-size: 16px;
  }
}

/* end faq section */

/*prodct detail page css single product*/
.single-product .product-meta .product_meta {
  display: block;
}
.product-calendar .single-product .summary .product_title,
.product-calendar .single-product .summary .price {
  display: none;
}

.product-calendar .single-product .additional-notes {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 20px 0;
}

.product-calendar
  .single-product
  .summary
  form
  .booking-wraper
  .booking-info-wraper,
.product-calendar
  .single-product
  .summary
  form
  .booking-wraper
  .additional-notes
  .label-person {
  font-size: 20px;
  font-family: "Montserrat";
  line-height: 26px;
}

.product-calendar .single-product .additional-notes textarea {
  border-radius: 5px;
  width: 50%;
}

.product-calendar #product-54200 :where(form, .summary) {
  margin: 0;
}

.product-calendar .single-product .summary form .button.alt {
  background-color: #84bd00 !important;
  border-radius: 5px;
  opacity: 1;
  padding: 16px 20px;
}
.product-calendar {
  text-align: center;
}
.additional-meta h3 {
  color: #042e6b;
}

.additional-meta #dxp-booking-looks-good {
  background-color: #84bd00;
  border-radius: 5px 5px 5px 5px;
  font-size: 15px;
}

.additional-meta #dxp-booking-start-over {
  background-color: #e0004d;
  border-radius: 5px 5px 5px 5px;
  font-size: 15px;
}

body.single-product > .elementor > .elementor-section > .elementor-container {
  width: 100%;
}

.additional-meta.elementor-element-9e131e3
  .woocommerce-product-details__short-description
  h3 {
  font-size: 24px;
  line-height: 26px;
  padding: 0 0 20px;
}

#additional-meta.elementor-element-9e131e3
  .woocommerce-product-details__short-description
  p {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  color: #5e5e5e;
  padding: 0 0 10px;
}

#additional-meta.elementor-element-9e131e3
  :where(#dxp-booking-looks-good, #dxp-booking-start-over) {
  letter-spacing: 0;
  padding: 16px;
}

.product-calendar
  .booking-wraper
  :where(.ph-calendar-month, .booking-info-wraper) {
  background: #0b4499 !important;
}

.single_related_products .product_cat-detailing .add_to_cart_button {
  margin: 0 20px 20px;
  width: fit-content;
}

#single_related_products li.product_cat-detailing {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#single_related_products .woocommerce-loop-product__title {
  padding: 20px;
}

#single_related_products :where(.woocommerce-loop-product__title, .price) {
  padding: 0 20px 10px;
  margin: 0;
}

.calendar-availability {
  font-size: 20px;
  font-family: "Montserrat";
  color: #000;
  line-height: 26px;
  text-align: center;
}

@media (max-width: 991px) {
  #additional-meta.elementor-element-9e131e3
    .woocommerce-product-details__short-description
    p {
    font-size: 18px;
  }

  .product-calendar
    .single-product
    .summary
    form
    .booking-wraper
    .booking-info-wraper,
  .product-calendar
    .single-product
    .summary
    form
    .booking-wraper
    .additional-notes
    .label-person {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  #additional-meta.elementor-element-9e131e3
    .woocommerce-product-details__short-description
    p {
    font-size: 16px;
  }

  .product-calendar
    .single-product
    .summary
    form
    .booking-wraper
    .booking-info-wraper,
  .product-calendar
    .single-product
    .summary
    form
    .booking-wraper
    .additional-notes
    .label-person {
    font-size: 16px;
  }

  .product-calendar .single-product .additional-notes {
    flex-direction: column;
  }

  .product-calendar .single-product .additional-notes textarea {
    width: 100%;
  }
}

/* start findmylocation section css */
.findmylocation {
  padding: 0 100px;
}
.gm-style-mtc-bbw .gm-style-mtc:first-of-type > button {
  border-radius: 0 0 0 2px;
}
.gm-style-mtc-bbw .gm-style-mtc:last-of-type > button {
  border-radius: 0 2px 2px 0;
}

@media (max-width: 1720px) {
  .findmylocation {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .findmylocation {
    padding: 0 20px;
  }
}
/* end findmylocation section css */

/* start location state form style*/

/*location footer menu*/
.location-social-icon-wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.location-social-icon-wrap a img {
  filter: invert(1);
  width: 35px;
  height: 35px;
}

/* start find my location form style */
.location_state {
  padding: 50px 100px;
}
.location_state .searchbarbt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.location_state .searchbarbt .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: #eee;
  padding: 40px;
}
.location_state .searchbarbt .row :where(.col-sm-5, .col-sm-1, .col-sm-6) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.location_state .searchbarbt .row :where(.col-sm-5, .col-sm-6) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 50%;
}
.location_state .searchbarbt .row .col-sm-1 {
  padding: 20px;
}
.location_state .searchbarbt label,
.location_state .searchbarbt .row .col-sm-6 .input-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  max-width: 100%;
  color: #555;
}
.location_state .searchbarbt .form-control,
.location_state
  .searchbarbt
  .row
  .col-sm-6
  .input-group
  .loc_zip
  .form-control {
  width: 100%;
  border-radius: 0;
  height: 42px;
  padding: 10px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  width: 100%;
}
.location_state .searchbarbt .row .col-sm-6 .input-group .loc_zip #s_loc {
  z-index: 1;
}
.location_state .searchbarbt .form-control:is(:focus, :active),
.location_state
  .searchbarbt
  .row
  .col-sm-6
  .input-group
  .loc_zip
  .form-control:is(:focus, :active) {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  border-color: transparent;
}
.location_state
  .searchbarbt
  .row
  .col-sm-6
  .input-group
  .loc_zip
  .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.location_state
  .searchbarbt
  .row
  .col-sm-6
  .input-group
  .loc_zip
  .input-group-btn
  label {
  display: block;
  font-size: 0;
  margin: 0;
  height: 0;
}
.location_state
  .searchbarbt
  .row
  .col-sm-6
  .input-group
  .loc_zip
  .input-group-btn
  .form-control- {
  margin-left: -1px;
  height: 42px;
  padding: 7.5px 12px;
  color: #333;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #ccc;
}
.location_state .searchbarbt strong {
  display: block;
  font-weight: 700;
  padding: 15px 0 0;
  text-align: center;
}
.location_state .searchbarbt .row .col-sm-6 .input-group {
  position: relative;
  width: 100%;
  display: block;
  border-collapse: separate;
}
.location_state .searchbarbt .row .col-sm-6 .input-group .loc_zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.location_state:after {
  clear: both;
}
.location_state .alert-danger {
  color: #a94442;
  text-align: center;
  padding: 10px 0;
  max-width: 1000px;
  width: 100%;
  margin: 20px auto 0;
  border: 1px solid #ebccd1;
  background: #f2dede;
}
#state_rec .statedv {
  padding: 30px 0 0;
}
#state_rec .sectitle h3 {
  text-align: center;
  font-size: 45px;
  line-height: 60px;
  color: #0b4499;
  text-transform: capitalize;
  margin: 0 0 30px;
}
#state_rec .statedv .locationlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
#state_rec .statedv .locationlist li {
  max-width: calc(100% / 4 - 15px);
  width: 100%;
}

@media (max-width: 1720px) {
  .location_state {
    padding: 50px 40px;
  }
}

@media (max-width: 1440px) {
  .location_state .searchbarbt .row {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1300px) {
  #state_rec .statedv .locationlist li {
    max-width: calc(100% / 3 - 20px);
  }
}

@media (max-width: 1024px) {
  .location_state {
    padding: 50px 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .location_state .searchbarbt .row {
    padding: 30px;
  }

  #state_rec .sectitle h3 {
    font-size: 32px;
    line-height: 40px;
  }

  #state_rec .statedv .locationlist {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #state_rec .statedv .locationlist li {
    max-width: calc(100% / 2 - 20px);
  }

  #location-footer #logo_wrap {
    width: 100%;
    margin: 0 0 30px;
  }
  #location-footer :where(#contact_wrap, #footer_booking_wrap) {
    width: 50%;
    margin: 0 0 30px;
  }
}

@media (max-width: 767px) {
  .location_state {
    padding: 20px;
  }

  .location_state .searchbarbt .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }

  .location_state .searchbarbt .row :where(.col-sm-5, .col-sm-6) {
    width: 100%;
  }

  .location_state .searchbarbt .row .col-sm-1 {
    padding: 10px 0;
  }

  .location_state .searchbarbt label {
    text-align: center;
  }

  #state_rec .sectitle h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 600px) {
  #state_rec .statedv .locationlist li {
    max-width: 100%;
  }
  .category-header .entry-title {
    font-size: 24px;
    line-height: 26px;
  }
  #location-footer #contact_wrap,
  #location-footer #footer_booking_wrap,
  #location-footer #logo_wrap {
    width: 100%;
    margin: 0 0 20px;
  }
  #location-footer #contact_wrap {
    margin: 0;
  }
  .location-social-icon-wrap {
    justify-content: flex-start;
  }
  #location-footer .update_loc_btn .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: max-content;
    width: 100%;
  }
  #location-footer #footer_booking_wrap .elementor-button-wrapper {
    justify-content: flex-start;
    display: flex;
  }
}

/* end find my location form style */

.bg.warning .titlelink {
  color: #a2d162;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.bg.warning .btn-info {
  background-color: #0068b3;
  border-color: #0068b3;
  color: #fff;
}

.bg.warning .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.bg.warning .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
}

.bg.warning .btn-info .fa-thumb-tack:before {
  content: "\f08d";
}

/* start contact form css */
.loyalty_form_section .frm_style_formidable-style form {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.contact_section
  .frm_style_formidable-style
  #frm_checkbox_14-0
  input[type="checkbox"] {
  border-radius: 5px;
  padding: 0px;
}
.contact_section
  .frm_style_formidable-style
  #frm_checkbox_16-0
  input[type="checkbox"] {
  border-radius: 5px;
  padding: 0px;
}
.frm_style_formidable-style #frm_checkbox_14-0 input[type="checkbox"] {
  border-radius: 5px;
  padding: 0px;
}
.frm_style_formidable-style #frm_checkbox_16-0 input[type="checkbox"] {
  border-radius: 5px;
  padding: 0px;
}

/*start location sub pages style */
.welcome-wrap .location-btn-wrap {
  display: flex;
  justify-content: center;
  margin: -80px 0 0;
}
#menu_item_wrap .elementor-nav-menu .menu-item a {
  position: relative;
}
#location_header {
  padding: 10px 100px;
}
.welcome-wrap .location-btn-wrap a {
  font-size: 20px;
  color: #ffffff;
  background-color: #84bd00;
  padding: 16px 32px;
  border-radius: 30px;
  font-weight: 600;
  line-height: 20px;
}
.welcome-wrap .location-btn-wrap a:hover {
  background-color: #e0004d;
}
.location-container .sub-head {
  color: #1a6da2;
  text-align: center;
}
.location-container {
  margin-top: -40px;
}
.location-container :where(h1, h2, h3, h4, h5, div, span, p, a) {
  font-family: "Montserrat", Sans-serif !important;
}
.location-container .innerpageWraper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0 100px;
}
.location-container .innerpageWraper .home_sidebar_loc {
  display: none;
}

/* start.location_home_cont section  */
.location-container .innerpageWraper .location_home_cont {
  width: 100%;
  z-index: 5;
  padding: 0;
  position: relative;
}

.location-container .innerpageWraper .location_home_cont .location_info {
  width: 100%;
  padding: 60px 0;
}

.innerpageWraper .location_home_cont .welcome-wrap h1 {
  font-size: 32px !important;
  line-height: 40px;
  color: #042e6b !important;
  padding: 0 0 30px;
}

.innerpageWraper .location_home_cont .welcome-wrap h1 span {
  color: #042e6b !important;
}

.innerpageWraper .location_home_cont .welcome-wrap img {
  max-width: 700px;
  width: 100%;
  height: auto;
  padding: 0 40px 10px 0;
  float: left;
}

.innerpageWraper .location_home_cont .welcome-wrap p span,
.innerpageWraper .location_home_cont .welcome-wrap p {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  margin: 0 0 20px !important;
}

.innerpageWraper .location_home_cont .welcome-wrap h2 span,
.innerpageWraper .location_home_cont .welcome-wrap h2,
.innerpageWraper .location_home_cont .welcome-wrap h3 {
  font-size: 25px;
  line-height: 37px;
  margin: 0 0 10px;
}

.innerpageWraper .location_home_cont .welcome-wrap .mobile_tbl {
  display: none;
}

.innerpageWraper .location_home_cont .welcome-wrap .desktop_tbl {
  width: 100% !important;
}

/* end .location_home_cont section  */

/* start.location_map_wrap section  */
.location-container .innerpageWraper .location_map_wrap,
.location-container .innerpageWraper .location-gallery-wraper {
  position: relative;
  background: #0b4499;
  bottom: -1px;
}

.location-container .innerpageWraper .location-gallery-wraper {
  bottom: 130px;
}

.location-container .innerpageWraper .location_map_wrap {
  margin: -40px 0 0;
}

.location-container .innerpageWraper .location_map_wrap img,
.location-container .innerpageWraper .location-gallery-wraper img {
  width: 100%;
  position: relative;
  height: auto;
}

.location-container .innerpageWraper .location_map_wrap img.top_curve,
.location-container .innerpageWraper .location-gallery-wraper img.top_curve {
  top: -1px;
}

.location-container .innerpageWraper .location_map_wrap img.bottom_curve,
.location-container .innerpageWraper .location-gallery-wraper img.bottom_curve {
  bottom: -1px;
}

.location-container .innerpageWraper .location_map_wrap h3,
.location-container .innerpageWraper .location_map_wrap h4,
.location-container .innerpageWraper .testimoniawrap h4,
.location-container .innerpageWraper .location-gallery-wraper h3,
.location-container .innerpageWraper .locservices h3 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.location-container .innerpageWraper .location_map_wrap h3,
.location-container .innerpageWraper .locservices h3 {
  margin: -100px 0 0;
}

.location-container .innerpageWraper .location_map_wrap h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  padding: 20px 0;
}

.location-container .innerpageWraper .location_map_wrap h3 img,
.location-container .innerpageWraper .location_map_wrap h4 img,
.location-container .innerpageWraper .location-gallery-wraper h3 img,
.location-container .innerpageWraper .locservices h3 img {
  width: 45px;
  height: 36px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.location-container .innerpageWraper .location_map_wrap #map {
  height: 467px;
  margin: 70px 0 0;
}

.location-container .innerpageWraper .location_map_wrap .zip_title {
  padding: 30px 0;
}

.location-container .innerpageWraper .location_map_wrap .zip_title .video-wrap {
  padding: 0 100px;
}

.location-container .innerpageWraper .location_map_wrap .video-wrap ul li {
  text-align: center;
  color: #fff;
  list-style: none !important;
  font-size: 16px;
}

.location-container .innerpageWraper .location_map_wrap .video-wrap ul li a {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}

/* end .location_map_wrap section  */

/* start .locservices section  */
.location-container .innerpageWraper .locservices {
  position: relative;
  z-index: 5;
  padding: 0 40px;
  margin: -100px 0 0;
}

.location-container .innerpageWraper .locservices h3 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
}

.location-container .innerpageWraper .locservices h3 img {
  -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(32%)
    saturate(6325%) hue-rotate(204deg) brightness(99%) contrast(104%);
  filter: brightness(0) saturate(100%) invert(12%) sepia(32%) saturate(6325%)
    hue-rotate(204deg) brightness(99%) contrast(104%);
}

.innerpageWraper .locservices .servlistinr {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1720px;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
  padding: 90px 0 100px;
  list-style: none;
}

.innerpageWraper .locservices .servlistinr li {
  padding: 40px 20px;
  max-width: calc(100% / 4 - 70px);
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
}

.innerpageWraper .locservices .servlistinr li:hover {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 6px;
  cursor: pointer;
  background-color: #0b4499;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.innerpageWraper .locservices .servlistinr li:hover .service-wrap,
.innerpageWraper .locservices .servlistinr li:hover a,
.innerpageWraper
  .locservices
  .servlistinr
  li:hover
  .serive-desc
  :where(p, span) {
  color: white;
  text-align: center;
}

.innerpageWraper .locservices .servlistinr li .service-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 28px;
  margin: 0 0 10px;
}

.innerpageWraper .locservices .servlistinr li .service-wrap span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 56px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.innerpageWraper .locservices .servlistinr li:hover .service-wrap img {
  -webkit-filter: brightness(3.5);
  filter: brightness(3.5);
}

.innerpageWraper .locservices .servlistinr li .service-wrap .service-img {
  /* height: 80px; */
  margin: 0 0 10px;
  max-height: 80px;
}

.innerpageWraper .locservices .servlistinr li .serive-desc :where(p, span) {
  text-align: center;
  font-size: 18px !important;
  line-height: 22px;
  color: #000;
}

.location-container .innerpageWraper .locservices .servicemsg p {
  text-align: center;
  font-size: 20px;
  list-style: 22px;
}

/* end .locservices section  */

/* start .testimoniawrap section  */
.location-container .innerpageWraper .testimoniawrap {
  padding: 0 40px;
  margin: -230px 0 0;
  z-index: 20;
  position: relative;
}

.location-container .innerpageWraper .testimoniawrap h4,
.location-container .innerpageWraper .locservices h3 {
  color: #042e6b;
  margin: 0 0 40px;
}

.location-container .innerpageWraper .locservices h3 {
  margin: 0;
}

.location-container .innerpageWraper .testimoniawrap h4 {
  margin: 0 0 80px;
}

.location-container .innerpageWraper .testimoniawrap h4 img {
  -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(72%)
    saturate(2097%) hue-rotate(201deg) brightness(95%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(13%) sepia(72%) saturate(2097%)
    hue-rotate(201deg) brightness(95%) contrast(100%);
}

.location-container .innerpageWraper .testimoniawrap .get-in-touch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 50px;
}

.location-container
  .innerpageWraper
  .testimoniawrap
  .get-in-touch
  .Testimonials-section,
.location-container .innerpageWraper .testimoniawrap .get-in-touch .form-frame {
  width: 50%;
}

.location-container
  .innerpageWraper
  .testimoniawrap
  .get-in-touch
  .form-frame
  iframe {
  width: 100%;
  margin-top: 0 !important;
}

.location-container
  .innerpageWraper
  .testimoniawrap
  .get-in-touch
  .Testimonials-section {
  background: #0b4499;
}

.testimoniawrap .get-in-touch .Testimonials-section h3 {
  color: #fff;
  font-size: 38px;
  line-height: 40px;
  padding: 40px 0;
  text-align: center;
}

.location-container
  .innerpageWraper
  .testimoniawrap
  .get-in-touch
  .owl-carousel {
  padding: 0 40px;
}

.testimoniawrap .testi-wrap {
  display: block !important;
}

.testimoniawrap .testi-wrap .item,
.location-container .innerpageWraper .location-gallery-wraper {
  position: relative !important;
}

.location-container
  .innerpageWraper
  .testimoniawrap
  .get-in-touch
  .owl-carousel
  li.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
}

.location-container
  .innerpageWraper
  .testimoniawrap
  .get-in-touch
  .owl-carousel
  li.item
  p {
  color: #fff;
  font-size: 17px;
  margin: 0 0 10px;
  line-height: 30px;
}

.location-container
  .innerpageWraper
  .testimoniawrap
  .get-in-touch
  .owl-carousel
  li.item
  p:first-child {
  font-size: 22px;
  line-height: 25px;
  padding: 0 0 20px;
}

.location-container
  .innerpageWraper
  .testimoniawrap
  .get-in-touch
  .owl-carousel
  li.item
  p:first-child
  strong {
  font-weight: 500;
}

.location-container
  .innerpageWraper
  .testimoniawrap
  .get-in-touch
  .owl-carousel
  li.item
  .client-info
  .name {
  color: #fff;
  font-size: 16px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  line-height: 20px;
}

/* end .testimoniawrap section  */

/* start .location-gallery-wraper section  */
.location-container .innerpageWraper .location-gallery-wraper h3 {
  color: #fff;
  margin: -100px 0 30px;
  z-index: 1;
  position: relative;
}

.location-container .innerpageWraper .location-gallery-wraper .gallery_slider {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  height: 280px;
  padding: 30px 0 0;
}

.location-container .innerpageWraper .location-gallery-wraper .slick-slider {
  padding: 0 50px;
}

.location-container
  .innerpageWraper
  .location-gallery-wraper
  .gallery_slider
  :where(
    .slick-slider,
    .slick-list,
    li,
    img,
    a,
    .slick-track,
    div,
    iframe,
    video
  ) {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.location-container .innerpageWraper .location-gallery-wraper .slick-slider li {
  margin: 0 10px;
  padding: 0;
}

.side-wrap h3 {
  margin: 0 0 20px 0;
  padding-bottom: 20px;
}

.location-container
  .innerpageWraper
  .location-gallery-wraper
  .slick-slider
  li
  img {
  width: 100% !important;
  object-fit: cover;
  object-position: center;
}

.location-container
  .innerpageWraper
  .location-gallery-wraper
  .slick-slider
  li
  .video_title {
  color: #fff;
}

.location-container
  .innerpageWraper
  .location-gallery-wraper
  .slick-slider
  .slick-arrow {
  position: absolute;
  height: 36px;
  width: 22px;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.location-container
  .innerpageWraper
  .location-gallery-wraper
  .slick-slider
  .slick-arrow.prev_arrow {
  left: 10px;
}

.location-container
  .innerpageWraper
  .location-gallery-wraper
  .slick-slider
  .slick-arrow.next_arrow {
  right: 10px;
}

/* end .location-gallery-wraper section  */

/* location sub pages responsive style */

@media (max-width: 1500px) {
  .location-container .innerpageWraper .location_map_wrap h3,
  .location-container .innerpageWraper .locservices h3,
  .location-container .innerpageWraper .locservices {
    margin: -50px 0 0;
  }

  .location-container .innerpageWraper .location-gallery-wraper h3 {
    margin: -50px 0 30px;
  }

  .location-container .innerpageWraper .testimoniawrap {
    margin: -180px 0 0;
  }
}

@media (max-width: 1400px) {
  .innerpageWraper .locservices .servlistinr li {
    max-width: calc(100% / 3 - 70px);
  }

  .innerpageWraper .location_home_cont .welcome-wrap img {
    max-width: 600px;
  }

  .location-container .innerpageWraper .location_map_wrap #map {
    margin: 50px 0 0;
  }
}

@media (max-width: 1300px) {
  #location_header {
    padding: 10px 40px;
  }
}

@media (max-width: 1200px) {
  .location-container .innerpageWraper .location_map_wrap #map {
    margin: 30px 0 0;
  }
}

@media (max-width: 1024px) {
  .category-header .entry-title {
    font-size: 40px;
    line-height: 50px;
  }

  #location_header {
    padding: 10px 20px;
  }

  .location-container {
    margin-top: 0;
  }

  .location-container
    .innerpageWraper
    .location_map_wrap
    .zip_title
    .video-wrap {
    padding: 20px 40px 0;
  }

  .location-container .innerpageWraper .location-gallery-wraper {
    bottom: 0;
  }

  .welcome-wrap .location-btn-wrap {
    margin: -50px 0 0;
  }

  /* start .location_home_cont section  */
  .innerpageWraper .location_home_cont .welcome-wrap img {
    max-width: 500px;
    padding: 0 30px 10px 0;
  }

  .innerpageWraper .location_home_cont .welcome-wrap h1 {
    font-size: 24px !important;
    line-height: 28px;
  }

  .innerpageWraper .location_home_cont .welcome-wrap p span,
  .innerpageWraper .location_home_cont .welcome-wrap p {
    font-size: 18px;
    line-height: 22px;
  }

  .innerpageWraper .location_home_cont .welcome-wrap h2 span,
  .innerpageWraper .location_home_cont .welcome-wrap h2,
  .innerpageWraper .location_home_cont .welcome-wrap h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .innerpageWraper .location_home_cont .welcome-wrap h4 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px;
  }

  /* end .location_home_cont section  */

  /* start.location_map_wrap section  */
  .location-container .innerpageWraper .location_map_wrap h3,
  .location-container .innerpageWraper .locservices h3,
  .location-container .innerpageWraper .locservices {
    margin: -30px 0 0;
  }

  .location-container .innerpageWraper .location_map_wrap {
    margin: -50px 0 0;
  }

  .location-container .innerpageWraper .location_map_wrap h3,
  .location-container .innerpageWraper .location_map_wrap h4,
  .location-container .innerpageWraper .testimoniawrap h4,
  .location-container .innerpageWraper .location-gallery-wraper h3,
  .location-container .innerpageWraper .locservices h3 {
    font-size: 32px;
    line-height: 40px;
    margin: -20px 0 30px;
  }

  .location-container .innerpageWraper .location_map_wrap h3 {
    margin: -20px 0 30px;
    padding: 0 50px;
  }

  .location-container .innerpageWraper .location_map_wrap #map {
    margin: 50px 0 0;
  }

  .location-container .innerpageWraper .location_map_wrap h4 {
    padding: 30px;
    margin: 0;
  }

  .location-container .innerpageWraper .location_map_wrap .video-wrap ul li a {
    font-size: 18px;
  }

  /* end .location_map_wrap section*/

  /* start .locservices section  */
  .innerpageWraper .locservices .servlistinr {
    gap: 30px;
    padding: 0 0 30px;
  }

  .innerpageWraper .locservices .servlistinr li {
    max-width: calc(100% / 2 - 70px);
    padding: 30px 20px;
  }

  .innerpageWraper .locservices .servlistinr li .serive-desc :where(p, span) {
    font-size: 18px !important;
  }

  /* end .locservices section  */

  /* start .location-gallery-wraper section  */
  .location-container .innerpageWraper .location-gallery-wraper h3 {
    margin: -30px 0 30px;
  }

  .location-container
    .innerpageWraper
    .location-gallery-wraper
    .gallery_slider {
    height: 200px;
  }

  .location-container
    .innerpageWraper
    .location-gallery-wraper
    .slick-slider
    .slick-arrow {
    height: 25px;
    width: 16px;
  }

  /* end .location-gallery-wraper section  */

  /* start .testimoniawrap section  */
  .location-container .innerpageWraper .testimoniawrap {
    padding: 0 40px;
    margin: -20px 0 0;
  }

  .location-container
    .innerpageWraper
    .testimoniawrap
    .get-in-touch
    .owl-carousel {
    padding: 0 30px 30px;
  }

  .location-container .innerpageWraper .testimoniawrap .get-in-touch {
    gap: 30px;
  }

  .location-container
    .innerpageWraper
    .testimoniawrap
    .get-in-touch
    .owl-carousel
    li.item
    p:first-child {
    font-size: 18px;
  }

  .testimoniawrap .get-in-touch .Testimonials-section h3 {
    font-size: 30px;
    line-height: 35px;
    padding: 30px 0;
  }

  .side-wrap h3 {
    padding: 0;
  }

  /* end .testimoniawrap section  */
}

/*end location sub pages style */

@media (max-width: 767px) {
  .category-header .entry-title {
    font-size: 24px;
    line-height: 26px;
  }

  #location-footer {
    padding: 50px 20px;
  }
  .location_header_wrap #logo_wrap {
    width: 70%;
  }
  .location_header_wrap #menu_item_wrap {
    width: 30%;
  }

  .location-container .innerpageWraper .location_map_wrap h3 img,
  .location-container .innerpageWraper .location_map_wrap h4 img,
  .location-container .innerpageWraper .location-gallery-wraper h3 img,
  .location-container .innerpageWraper .locservices h3 img {
    width: 32px;
    height: 25px;
  }

  .innerpageWraper .location_home_cont .welcome-wrap img {
    max-width: 100%;
    padding: 0 0 10px;
  }

  .innerpageWraper .location_home_cont .welcome-wrap .mobile_tbl {
    display: table;
  }

  .innerpageWraper .location_home_cont .welcome-wrap .desktop_tbl {
    display: none;
  }

  .location-container
    .innerpageWraper
    .location_map_wrap
    .zip_title
    .video-wrap {
    padding: 0 20px;
  }

  .innerpageWraper .location_home_cont .welcome-wrap p span,
  .innerpageWraper .location_home_cont .welcome-wrap p {
    font-size: 16px;
  }

  /* start.location_map_wrap section  */
  .location-container .innerpageWraper .location_map_wrap,
  .location-container .innerpageWraper .location_map_wrap h3,
  .location-container .innerpageWraper .locservices h3,
  .location-container .innerpageWraper .locservices {
    margin: 0;
  }

  .location-container .innerpageWraper .location_map_wrap h3,
  .location-container .innerpageWraper .location_map_wrap h4,
  .location-container .innerpageWraper .testimoniawrap h4,
  .location-container .innerpageWraper .location-gallery-wraper h3,
  .location-container .innerpageWraper .locservices h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 30px;
    text-align: left;
  }

  .location-container .innerpageWraper .location_map_wrap h3 {
    margin: -30px 0 30px;
    padding: 0 50px;
  }

  .location-container .innerpageWraper .location_map_wrap h4 {
    padding: 10px 20px;
  }

  .location-container .innerpageWraper .location_map_wrap #map {
    margin: 20px 0 0;
  }

  .location-container .innerpageWraper .location_map_wrap .video-wrap ul li a {
    font-size: 16px;
  }

  /* end .location_map_wrap section*/

  /* start .locservices section  */
  .location-container .innerpageWraper .locservices {
    padding: 0 20px;
  }

  .innerpageWraper .locservices .servlistinr {
    gap: 20px;
    padding: 0 0 30px;
  }

  .innerpageWraper .locservices .servlistinr li .serive-desc :where(p, span) {
    font-size: 16px !important;
  }

  /* end .locservices section  */

  /* start .testimoniawrap section  */
  .location-container .innerpageWraper .testimoniawrap .get-in-touch {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .location-container .innerpageWraper .testimoniawrap {
    padding: 0 20px;
    margin: 0;
  }

  .testimoniawrap .get-in-touch .Testimonials-section h3 {
    font-size: 24px;
    line-height: 28px;
    padding: 20px 0;
  }

  .location-container
    .innerpageWraper
    .testimoniawrap
    .get-in-touch
    .Testimonials-section,
  .location-container
    .innerpageWraper
    .testimoniawrap
    .get-in-touch
    .form-frame {
    width: 100%;
  }

  /* end .testimoniawrap section  */

  /* start .location-gallery-wraper section  */
  .location-container .innerpageWraper .location-gallery-wraper h3 {
    padding: 20px 20px 0;
  }

  .location-container
    .innerpageWraper
    .location-gallery-wraper
    .gallery_slider {
    max-width: 100%;
    height: 180px;
    padding: 10px 0 0;
  }

  .location-container .innerpageWraper .location-gallery-wraper .slick-slider {
    padding: 0 20px;
  }

  .location-container
    .innerpageWraper
    .location-gallery-wraper
    .slick-slider
    .slick-arrow {
    height: 16px;
    width: 10px;
  }

  .welcome-wrap .location-btn-wrap {
    margin: 0;
  }

  .welcome-wrap .location-btn-wrap a {
    margin: 0 0 30px;
    font-size: 18px;
  }

  .location-container .innerpageWraper .location_home_cont .location_info {
    padding: 20px 0;
  }

  /* end .location-gallery-wraper section  */
}

@media (max-width: 575px) {
  .innerpageWraper .locservices .servlistinr li {
    max-width: 100%;
  }

  .location-container .innerpageWraper .location_map_wrap h3 {
    margin: 0 0 30px;
  }
}

/* start monthly_special_offers section */
.monthly_special_offers .career-service .careerPage {
  background: #eee;
}

.monthly_special_offers .career-service .careerPage .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  gap: 40px;
  width: 100%;
}

.monthly_special_offers .career-service .row .col-md-4 {
  width: 30%;
}

.monthly_special_offers .career-service .row .col-md-8 {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.monthly_special_offers
  .career-service
  .row
  :where(.careerImg, .careerImg img) {
  cursor: pointer;
  width: 100%;
}

.monthly_special_offers .career-service .row h4 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 20px;
  color: #042e6b;
  text-align: center;
}

.monthly_special_offers .career-service .row p {
  text-align: left !important;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 10px !important;
  color: #000;
}

.monthly_special_offers .career-service .row .btn {
  border: 1px solid transparent;
  background: #6bb305;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 18px;
  max-width: 80px;
  width: 100%;
  line-height: 20px;
}

.monthly_special_offers .career-service .row .btn:hover {
  background: #2e6da4;
  cursor: pointer;
}

@media (max-width: 1300px) {
  .monthly_special_offers .career-service .row .col-md-4 {
    width: 40%;
  }

  .monthly_special_offers .career-service .row .col-md-8 {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .monthly_special_offers .career-service .row .col-md-4,
  .monthly_special_offers .career-service .row .col-md-8 {
    width: 100%;
  }

  .monthly_special_offers .career-service .careerPage .row {
    padding: 30px;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .monthly_special_offers .career-service .row .col-md-8 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .monthly_special_offers .career-service .row .btn {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .monthly_special_offers .career-service .careerPage .row {
    padding: 20px;
  }

  .monthly_special_offers .career-service .row h4 {
    font-size: 20px;
    line-height: 22px;
  }

  .monthly_special_offers .career-service .row p {
    font-size: 16px;
    line-height: 20px;
  }
}

/* end monthly_special_offers section */

/* hero section style start  */
.hero_section,
.hero_section .elementor-background-overlay,
.podcast_top_curve,
.podcast_bottom_curve {
  background-size: 100% 100% !important;
}

.hero_section {
  position: relative;
  top: 1px;
}

/* hero section style end   */
@media (max-width: 1440px) {
  :where(.hero_section, .podcast_bottom_curve, .podcast_top_curve)
    .elementor-container,
  .category-header {
    min-height: 430px !important;
    height: 430px !important;
  }

  .hero_section .main_heading_sec .elementor-widget-container {
    padding: 50px 100px 0 !important;
  }

  .mobile_detail_hero_section .main_heading_sec .elementor-widget-container {
    padding: 50px 160px 0 !important;
  }

  .hero_section.contact_hero_section
    .main_heading_sec
    .elementor-widget-container,
  .category-header .entry-title {
    padding: 80px 150px 0 !important;
  }

  .hero_section.commercial_kitchen_section
    .main_heading_sec
    .elementor-widget-container {
    padding: 50px 150px 0 !important;
  }

  .about_hero_section.hero_section
    .main_heading_sec
    .elementor-widget-container {
    padding: 50px 0 0 !important;
  }

  .hero_section.services_hero_section
    .main_heading_sec
    .elementor-widget-container,
  .hero_section.small_head_hero_section
    .main_heading_sec
    .elementor-widget-container {
    padding: 70px 150px 0 !important;
  }
}

@media (max-width: 1800px) {
  .hero_section.commercial_kitchen_section
    .main_heading_sec
    .elementor-widget-container {
    padding: 50px 150px 0 !important;
  }
}

@media (max-width: 1300px) {
  .hero_section.commercial_kitchen_section
    .main_heading_sec
    .elementor-widget-container {
    padding: 20px 110px 0 !important;
  }
}

@media (max-width: 1300px) {
  .hero_section.services_hero_section
    .main_heading_sec
    .elementor-widget-container {
    padding: 50px 150px 0 !important;
  }

  .location-container .innerpageWraper .container {
    padding: 0 40px;
  }
}

@media (max-width: 1024px) {
  :where(.hero_section, .podcast_bottom_curve, .podcast_top_curve)
    .elementor-container,
  .category-header {
    min-height: 300px !important;
    height: 300px !important;
  }

  .hero_section .main_heading_sec .elementor-widget-container {
    padding: 40px 120px 0 !important;
  }

  .hero_section.contact_hero_section
    .main_heading_sec
    .elementor-widget-container,
  .category-header .entry-title {
    padding: 50px 120px 0 !important;
  }

  .hero_section.small_head_hero_section
    .main_heading_sec
    .elementor-widget-container {
    padding: 60px 150px 0 !important;
  }

  .mobile_detail_hero_section .main_heading_sec .elementor-widget-container {
    padding: 30px 160px 0 !important;
  }

  .about_hero_section.hero_section
    .main_heading_sec
    .elementor-widget-container {
    padding: 40px 100px 0 !important;
  }

  .hero_section.services_hero_section
    .main_heading_sec
    .elementor-widget-container {
    padding: 40px 150px 0 !important;
  }
}

@media (max-width: 991px) {
  .hero_section.services_hero_section
    .main_heading_sec
    .elementor-widget-container,
  .hero_section .main_heading_sec .elementor-widget-container {
    padding: 30px 150px 0 !important;
  }
  .about_hero_section.hero_section
    .main_heading_sec
    .elementor-widget-container {
    padding: 30px 100px 0 !important;
  }
}

@media (max-width: 767px) {
  :where(.hero_section, .podcast_bottom_curve, .podcast_top_curve)
    .elementor-container,
  .category-header {
    min-height: 250px !important;
    height: 250px !important;
  }

  .hero_section .main_heading_sec .elementor-widget-container,
  .category-header .entry-title,
  .hero_section.services_hero_section
    .main_heading_sec
    .elementor-widget-container {
    padding: 40px 100px 0 !important;
  }

  .hero_section.contact_hero_section
    .main_heading_sec
    .elementor-widget-container {
    padding: 50px 50px 0 !important;
  }

  .location-container .innerpageWraper .container {
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
  :where(.hero_section, .podcast_bottom_curve, .podcast_top_curve)
    .elementor-container,
  .category-header {
    min-height: 200px !important;
    height: 200px !important;
  }

  .hero_section .main_heading_sec .elementor-widget-container,
  .hero_section.services_hero_section
    .main_heading_sec
    .elementor-widget-container,
  .hero_section.services_hero_section
    .main_heading_sec
    .elementor-widget-container {
    padding: 25px 50px 0 !important;
  }

  .hero_section.small_head_hero_section
    .main_heading_sec
    .elementor-widget-container {
    padding: 40px 0 !important;
  }

  .hero_section.contact_hero_section
    .main_heading_sec
    .elementor-widget-container,
  .hero_section.commercial_kitchen_section
    .main_heading_sec
    .elementor-widget-container {
    padding: 30px 0px 0 !important;
  }

  .mobile_detail_hero_section .main_heading_sec .elementor-widget-container {
    padding: 10px 100px 0 !important;
  }
}

@media (max-width: 425px) {
  .hero_section.contact_hero_section
    .main_heading_sec
    .elementor-widget-container {
    padding: 20px 70px 0 !important;
  }

  .about_hero_section.hero_section
    .main_heading_sec
    .elementor-widget-container {
    padding: 15px 30px 0 !important;
  }

  .hero_section.commercial_kitchen_section
    .main_heading_sec
    .elementor-widget-container {
    padding: 10px 50px 0 !important;
  }
}

@media (max-width: 375px) {
  .hero_section .main_heading_sec .elementor-widget-container {
    padding: 30px 50px 0 !important;
  }

  .category-header .entry-title {
    padding: 40px 50px 0 !important;
  }

  .hero_section.services_hero_section
    .main_heading_sec
    .elementor-widget-container {
    padding: 20px 40px 0 !important;
  }

  .mobile_detail_hero_section .main_heading_sec .elementor-widget-container {
    padding: 20px 50px 0 !important;
  }

  .hero_section:not(.small_head_hero_section)
    .main_heading_sec
    .elementor-widget-container
    h1 {
    font-size: 20px !important;
  }
}

@media (max-width: 350px) {
  .hero_section .main_heading_sec .elementor-widget-container {
    padding: 20px 30px 0 !important;
  }

  .hero_section.services_hero_section
    .main_heading_sec
    .elementor-widget-container {
    padding: 20px 40px 0 !important;
  }

  .hero_section.contact_hero_section
    .main_heading_sec
    .elementor-widget-container {
    padding: 20px 45px 0 !important;
    text-wrap: wrap;
  }

  .mobile_detail_hero_section .main_heading_sec .elementor-widget-container {
    padding: 5px 40px 0 !important;
  }

  .hero_section .main_heading_sec .elementor-widget-container h1 {
    font-size: 18px !important;
  }

  .welcome-wrap .location-btn-wrap a {
    font-size: 16px;
  }
}

/* waves style */

/* start review_section */
.support_section {
  background-attachment: fixed !important;
}

.review_section .elementor-main-swiper .elementor-swiper-button-prev {
  left: -30px;
}

.review_section .elementor-main-swiper .elementor-swiper-button-next {
  right: -30px;
}

@media (max-width: 767px) {
  .review_section .elementor-main-swiper .elementor-swiper-button-prev {
    left: -10px;
  }

  .review_section .elementor-main-swiper .elementor-swiper-button-next {
    right: -10px;
  }
}

/* end review_section */

/* .book_now_exterior_section  */
@media (max-width: 1870px) {
  .book_now_exterior_section
    .exterior_detailing_container
    .elementor-widget-wrap {
    margin: 0 !important;
  }
}

@media (max-width: 1024px) {
  .book_now_exterior_section
    .exterior_detailing_container
    .elementor-widget-wrap {
    margin: 0 !important;
  }
}

/*  video  section */
.quote_wrap .elementor-widget-container {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin: 0 auto !important;
}

.quote_wrap .elementor-widget-container p {
  margin: 0 !important;
}

.quote_wrap h5 {
  text-align: right;
}

@media (max-width: 1500px) {
  .video_wrap .elementor-element-populated {
    margin: -30px 0 0 !important;
  }

  .video_wrap .quote_wrap .elementor-widget-container {
    padding: 0 0 60px !important;
  }
}

@media (max-width: 1300px) {
  /* experience section */
  .experience_heading .elementor-widget-container {
    margin: -100px 0 0 !important;
  }
}

@media (max-width: 1024px) {
  .quote_wrap h5 {
    text-align: center;
  }

  .video_wrap .quote_wrap .elementor-widget-container {
    padding: 0 0 40px !important;
  }

  .video_wrap .elementor-element-populated {
    margin: 0 !important;
  }

  /* experience section */
  .experience_heading .elementor-widget-container {
    margin: -50px 0 0 !important;
  }
}

@media (max-width: 767px) {
  .video_wrap .quote_wrap .elementor-widget-container {
    padding: 0 0 30px !important;
  }

  /* experience section */
  .experience_heading .elementor-widget-container {
    margin: 0 !important;
  }
}

@media (max-width: 425px) {
  .services_section h3 {
    font-size: 20px !important;
  }
}

/* strat form  iframe style  */
.form_ifram_wrapper iframe,
.form_ifram_wrapper_about iframe,
.location-container .testimoniawrap .form-frame iframe,
.form_ifram_wrapper_cleaning iframe {
  border: 0;
  max-width: 720px;
  width: 100%;
  margin: -50px auto 0 auto;
  background-color: transparent;
  height: 936px !important;
}
.form_ifram_wrapper_cleaning iframe {
  height: 1110px !important;
}
.form_ifram_wrapper_about iframe {
  height: 1138px !important;
}
:where(
    .form_ifram_wrapper,
    .form_ifram_wrapper_about,
    .location-container .testimoniawrap .form-frame,
    .form_ifram_wrapper_cleaning
  )
  .iframe_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1600px) {
  .form_ifram_wrapper iframe,
  .location-container .testimoniawrap .form-frame iframe {
    height: 921px !important;
  }
}

@media (max-width: 1550px) {
  .form_ifram_wrapper iframe,
  .location-container .testimoniawrap .form-frame iframe {
    height: 906px !important;
  }
}

@media (max-width: 1440px) {
  .form_ifram_wrapper iframe,
  .location-container .testimoniawrap .form-frame iframe {
    height: 871px !important;
  }
  .form_ifram_wrapper_cleaning iframe {
    height: 1085px !important;
  }

  .form_ifram_wrapper_about iframe {
    height: 1114px !important;
  }
}

@media (max-width: 1300px) {
  .form_ifram_wrapper iframe,
  .location-container .testimoniawrap .form-frame iframe {
    height: 828px !important;
  }
  .form_ifram_wrapper_cleaning iframe {
    height: 1040px !important;
  }
  .form_ifram_wrapper_about iframe {
    height: 1070px !important;
  }
}

@media (max-width: 1200px) {
  .form_ifram_wrapper iframe,
  .location-container .testimoniawrap .form-frame iframe {
    height: 796px !important;
  }
  .form_ifram_wrapper_cleaning iframe {
    height: 1000px !important;
  }
  .form_ifram_wrapper_about iframe {
    height: 1040px !important;
  }
}

@media (max-width: 1130px) {
  .form_ifram_wrapper iframe,
  .location-container .testimoniawrap .form-frame iframe {
    height: 765px !important;
  }
  .form_ifram_wrapper_cleaning iframe {
    height: 988px !important;
  }
  .form_ifram_wrapper_about iframe {
    height: 1023px !important;
  }
}

@media (max-width: 1030px) {
  .form_ifram_wrapper iframe,
  .location-container .testimoniawrap .form-frame iframe {
    height: 700px !important;
  }
}

@media (max-width: 1024px) {
  .form_ifram_wrapper iframe,
  .location-container .testimoniawrap .form-frame iframe {
    height: 773px !important;
  }
}

@media (max-width: 800px) {
  .form_ifram_wrapper iframe,
  .location-container .testimoniawrap .form-frame iframe {
    height: 733px !important;
  }
  .form_ifram_wrapper_cleaning iframe {
    height: 894px !important;
  }
  .form_ifram_wrapper_about iframe {
    height: 1000px !important;
  }
}

@media (max-width: 767px) {
  .form_ifram_wrapper iframe,
  .location-container .testimoniawrap .form-frame iframe {
    height: 940px !important;
  }
  .form_ifram_wrapper_cleaning iframe {
    height: 1110px !important;
  }
  .form_ifram_wrapper_about iframe {
    height: 1138px !important;
  }
}

@media (max-width: 694px) {
  .form_ifram_wrapper iframe,
  .location-container .testimoniawrap .form-frame iframe {
    height: 830px !important;
  }
  .form_ifram_wrapper_cleaning iframe {
    height: 1070px !important;
  }
  .form_ifram_wrapper_about iframe {
    height: 1100px !important;
  }
}

@media (max-width: 639px) {
  .form_ifram_wrapper iframe,
  .location-container .testimoniawrap .form-frame iframe {
    height: 780px !important;
  }
  .form_ifram_wrapper_cleaning iframe {
    height: 1034px !important;
  }
  .form_ifram_wrapper_about iframe {
    height: 1062px !important;
  }
}

@media (max-width: 560px) {
  .form_ifram_wrapper iframe,
  .location-container .testimoniawrap .form-frame iframe {
    height: 720px !important;
  }
  .form_ifram_wrapper_cleaning iframe {
    height: 985px !important;
  }
}

@media (max-width: 425px) {
  .form_ifram_wrapper iframe,
  .location-container .testimoniawrap .form-frame iframe {
    height: 710px !important;
  }
  .form_ifram_wrapper_cleaning iframe {
    height: 920px !important;
  }
  .form_ifram_wrapper_about iframe {
    height: 967px !important;
  }
}

@media (max-width: 375px) {
  .form_ifram_wrapper_cleaning iframe {
    height: 890px !important;
  }
  .form_ifram_wrapper_about iframe {
    height: 1030px !important;
  }
}

/* end form  iframe style  */

/* start cleaning section */
.curve_section {
  background-size: 100% 100% !important;
}

.cleaning_image_wrap,
.cleaning_image_wrap div {
  height: 100%;
}

@media (max-width: 800px) {
  .cleaning_section .elementor-widget-image,
  .cleaning_section .elementor-widget-image .elementor-widget-container {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .cleaning_section .elementor-widget-image,
  .cleaning_section .elementor-widget-image .elementor-widget-container {
    height: auto;
  }
}

/* end cleaning section */

/* start .mobile_industry_serivces_box section */
.mobile_industry_serivces_box:hover {
  z-index: 3;
  color: #fff;
  overflow: visible;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 6px;
  background-color: #254ca6;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.mobile_industry_serivces_box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
  height: 100%;
}

.mobile_industry_serivces_box:hover
  .box_detail
  .elementor-icon-box-wrapper
  .elementor-icon,
.mobile_industry_serivces_box:hover
  .box_detail
  .elementor-icon-box-wrapper
  .elementor-icon-box-title,
.mobile_industry_serivces_box:hover
  .box_detail
  .elementor-icon-box-wrapper
  .elementor-icon-box-description {
  fill: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}

/* end .mobile_industry_serivces_box section */

/* start spinner section style*/
.spinner_wrapper .spinner {
  border: unset;
  -webkit-animation: unset;
  animation: unset;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1050;
  border-radius: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(0, 0, 0, 0.6);
}

.spinner_wrapper .spinner i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 50px;
}

/* end spinner section style*/

@media (max-width: 767px) {
  #benfit_strem_step_section .elementor-container {
    flex-wrap: wrap !important;
  }
}

/* sevices list */
@media (max-width: 1870px) {
  .services_list .elementor-widget-container {
    padding: 20px 20px 20px 80px !important;
  }
}

@media (max-width: 1800px) {
  .services_list .elementor-widget-container {
    padding: 20px 20px 20px 40px !important;
  }
}

@media (max-width: 767px) {
  .services_list .elementor-widget-container {
    padding: 20px !important;
  }
}

/* home slider style start */
.hero_slider_section .hero_slider_wrapper .slick-track {
  height: 600px;
}

.hero_slider_wrapper .slick-track .slick-slide > div,
.hero_slider_wrapper .slick-track .slick-slide .slide_section {
  height: 100% !important;
}

.hero_slider_wrapper .slick-track .slick-slide .slide_section {
  display: flex;
}

.hero_slider_wrapper
  .slick-track
  .slick-slide
  .elementor-section
  .elementor-container {
  align-items: flex-end !important;
}

@media (max-width: 575px) {
  .hero_slider_section .hero_slider_wrapper .slick-track {
    height: 500px;
  }
}

/* home slider style end */
.form_ifram_wrapper .elementor-widget-container div {
  display: flex;
  justify-content: center;
}

/* cleaning section */
@media (max-width: 1600px) {
  .cleaning_info .elementor-element-populated {
    padding: 60px 0 20px 30px !important;
  }
}

@media (max-width: 1024px) {
  .cleaning_info .elementor-element-populated {
    padding: 50px 0 20px 20px !important;
  }
}

@media (max-width: 767px) {
  .cleaning_info .elementor-element-populated {
    padding: 20px 0 !important;
  }
}

:where(.franchising_advantages, .servicing_cards_wrapper) .box:hover {
  z-index: 3;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
  transform: scale(1.1);
  background-color: #254ca6;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

:where(.franchising_advantages, .servicing_cards_wrapper)
  .box:hover
  .elementor-icon-box-title {
  color: #fff !important;
}

:where(.franchising_advantages, .servicing_cards_wrapper) .box {
  box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
  height: 100%;
}

:where(.franchising_advantages, .servicing_cards_wrapper)
  .box
  .elementor-widget-container,
.mobile_industry_serivces_box .elementor-container {
  height: 100%;
}

/* strat form  iframe style  */
.main_pages_iframe iframe {
  border: 0;
  margin-top: -50px;
  max-width: 720px;
  width: 100%;
  background-color: transparent;
  height: 1340px !important;
}

@media (max-width: 1440px) {
  .main_pages_iframe iframe {
    height: 1285px !important;
  }
}

@media (max-width: 1300px) {
  .main_pages_iframe iframe {
    height: 1220px !important;
  }
}

@media (max-width: 1200px) {
  .main_pages_iframe iframe {
    height: 1180px !important;
  }
}

@media (max-width: 1130px) {
  .main_pages_iframe iframe {
    height: 1130px !important;
  }
}

@media (max-width: 1030px) {
  .main_pages_iframe iframe {
    height: 1100px !important;
  }
}

@media (max-width: 1024px) {
  .main_pages_iframe iframe {
    height: 1095px !important;
  }
}

@media (max-width: 800px) {
  .main_pages_iframe iframe {
    height: 1000px !important;
  }
}

@media (max-width: 767px) {
  .main_pages_iframe iframe {
    height: 1340px !important;
  }
}

@media (max-width: 694px) {
  .main_pages_iframe iframe {
    height: 1260px !important;
  }
}

@media (max-width: 639px) {
  .main_pages_iframe iframe {
    height: 1220px !important;
  }
}

@media (max-width: 560px) {
  .main_pages_iframe iframe {
    height: 1140px !important;
  }
}

@media (max-width: 425px) {
  .main_pages_iframe iframe {
    height: 1010px !important;
  }
}

/* end form  iframe style  */

/* strat form contact iframe style  */
.contact_ifram iframe {
  border: 0;
  margin-top: -50px;
  max-width: 720px;
  width: 100%;
  background-color: transparent;
  height: 1067px !important;
}

@media (max-width: 1300px) {
  .contact_ifram iframe {
    height: 1091px !important;
  }
}

@media (max-width: 1250px) {
  .contact_ifram iframe {
    height: 1115px !important;
  }
}

@media (max-width: 1150px) {
  .contact_ifram iframe {
    height: 1139px !important;
  }
}

@media (max-width: 1100px) {
  .contact_ifram iframe {
    height: 1163px !important;
  }
}

@media (max-width: 1050px) {
  .contact_ifram iframe {
    height: 1180px !important;
  }
}

@media (max-width: 1000px) {
  .contact_ifram iframe {
    height: 1180px !important;
  }
}

@media (max-width: 800px) {
  .contact_ifram iframe {
    height: 1317px !important;
  }
}

@media (max-width: 767px) {
  .contact_ifram iframe {
    height: 1067px !important;
  }
}

@media (max-width: 639px) {
  .contact_ifram iframe {
    height: 1115px !important;
  }
}

@media (max-width: 560px) {
  .contact_ifram iframe {
    height: 1139px !important;
  }
}

@media (max-width: 425px) {
  .contact_ifram iframe {
    height: 1293px !important;
  }
}

/* end form  iframe style  */

.franchinse_hero_image,
.franchinse_hero_image .elementor-widget-container {
  height: 100%;
}

.pdf-container .card-left .pdf-card {
  background-image: var(--wpr-bg-8a1b8de9-4628-40c6-8d7e-c76ea5694475);
}

/* hom testimoinal */
.home_testimonial_wrapper {
  padding: 0 30px;
}

.home_testimonial_wrapper .slider__item {
  width: 100%;
  background: #fff;
  padding: 30px;
  display: flex !important;
  height: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  flex-direction: column;
}

.review_slider_wrapper .home_testimonial_wrapper .slider__item {
  background: transparent;
  box-shadow: unset;
}

.home_testimonial_wrapper .testimonial_slider .slick-track {
  display: flex;
}

.home_testimonial_wrapper .testimonial_slider .slick-slide {
  height: auto;
}

.home_testimonial_wrapper .testimonial_slider .slick-slide div {
  height: 100%;
}

.home_testimonial_wrapper .slider__item .profile_wrap {
  display: flex;
  gap: 20px;
  height: auto !important;
  margin: 0 0 30px;
}

.home_testimonial_wrapper .slider__item .profile_wrap .image {
  width: 100%;
  height: 60px;
  max-width: 60px;
  border-radius: 50%;
}

.home_testimonial_wrapper .slider__item .profile_wrap .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.home_testimonial_wrapper .slider__item .rating_wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.home_testimonial_wrapper .slider__item .rating svg {
  fill: #fc0;
}

.home_testimonial_wrapper .slider__item .name {
  font-size: 20px;
  line-height: 24px;
  color: #0b4499;
  font-weight: 700;
}

.review_slider_wrapper
  .home_testimonial_wrapper
  .slider__item
  :where(.name, .testimonial_detail) {
  color: #fff;
}

.home_testimonial_wrapper .slider__item .testimonial_detail {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 20px;
}

.home_testimonial_wrapper .slider__item .read_more_btn {
  background: #84bd00;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  max-width: 150px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}

.home_testimonial_wrapper .testimonial_slider .slick-slide {
  margin: 15px;
}

.home_testimonial_wrapper .testimonial_slider .slick-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.home_testimonial_wrapper .testimonial_slider .slick-arrow i {
  font-size: 30px;
  color: #fff;
}

.testimonial_trnsparent_wrapper
  .home_testimonial_wrapper
  .testimonial_slider
  .slick-arrow
  i {
  color: unset;
}

.home_testimonial_wrapper .testimonial_slider .slick-dots {
  bottom: -50px;
}

.home_testimonial_wrapper .testimonial_slider .slick-arrow.next_arrow {
  right: -40px;
}

.home_testimonial_wrapper .testimonial_slider .slick-arrow.prev_arrow {
  left: -40px;
}

.review_slider_wrapper
  .home_testimonial_wrapper
  .testimonial_slider
  .slick-arrow.next_arrow {
  right: -30px;
}

.review_slider_wrapper
  .home_testimonial_wrapper
  .testimonial_slider
  .slick-arrow.prev_arrow {
  left: -30px;
}

.home_testimonial_wrapper .testimonial_slider .slick-dots li button:before {
  color: #fff;
  line-height: 15px;
  font-size: 15px;
}

.home_testimonial_wrapper
  .testimonial_slider
  .slick-dots
  li.slick-active
  button:before {
  color: #fff;
  opacity: 1;
}

@media (max-width: 600px) {
  .home_testimonial_wrapper {
    padding: 0;
  }

  .home_testimonial_wrapper .slider__item {
    padding: 20px;
  }

  .home_testimonial_wrapper .testimonial_slider .slick-arrow {
    display: none !important;
  }

  .home_testimonial_wrapper .slider__item .testimonial_detail {
    font-size: 16px;
  }
}

.cleaning_box:hover {
  z-index: 3;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 6px;
  padding: 0 10px;
  transform: scale(1.3);
}

/* relevent_post_wrapper  section style*/
.relevent_post_wrapper .related-posts-list {
  display: flex;
  gap: 20px;
}

.relevent_post_wrapper .related-posts-list li {
  border: 1px solid #00000017;
  display: flex;
  flex-direction: column;
}

.relevent_post_wrapper .related-posts_title {
  padding: 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  height: 100%;
}

@media (max-width: 991px) {
  .relevent_post_wrapper .related-posts_title {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 600px) {
  .relevent_post_wrapper .related-posts-list {
    flex-wrap: wrap;
  }
}

/*start  home page horizontal scroll section style */
.horizontal_slide_section
  .premium-hscroll-sections-wrap
  #section_9180f7b1
  :where(
    .elementor-1073,
    section,
    .elementor-container,
    .elementor-widget-flip-box
  ) {
  height: 100%;
}

.horizontal_slide_section .premium-hscroll-sections-wrap #section_9180f7b1 {
  height: 100%;
}

.horizontal_slide_section
  .premium-hscroll-sections-wrap
  #section_9180f7b1
  .elementor-widget-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1400px) {
  .horizontal_slide_section
    .premium-hscroll-sections-wrap
    #section_9180f7b1
    .elementor-flip-box {
    height: 500px;
  }

  .horizontal_slide_section
    .premium-hscroll-sections-wrap
    #section_9180f7b1
    .elementor-flip-box__back
    .elementor-flip-box__layer__description {
    font-size: 16px;
  }

  .horizontal_slide_section
    .premium-hscroll-sections-wrap
    #section_9180f7b1
    .elementor-flip-box__back
    .elementor-flip-box__layer__overlay {
    padding: 0 180px;
  }

  .elementor-flip-box__layer__title {
    font-size: 22px;
  }
}
/*end  home page horizontal scroll section style */

.bolg-detail a {
  text-decoration: underline;
}
.location-address-wrap .contact_detail {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 10px;
}

.location-address-wrap:nth-child(:last-child) .contact_detail {
  align-items: center;
}

.location-address-wrap .contact_detail .location-text {
  flex: 1 0 45%;
}

.location-address-wrap .icon {
  font-size: 30px;
  color: #fff;
}

.location-address-wrap .location-text,
.location-address-wrap .location-text a {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.footer_section .elementor-icon-list-icon i.fa-phone {
  transform: rotate(90deg);
}
.alert {
  display: flex;
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #0b4499;
  position: relative;
  text-align: center;
}
.alert .close {
  position: absolute;
  right: 0;
  top: -20px;
  font-size: 30px;
}

@media (max-width: 1024px) {
  .wpr-mobile-sub-mega-menu {
    overflow: scroll;
    height: calc(-100px + 100vh);
  }
}
@media (max-width: 600px) {
  .menu-content {
    margin: 0 !important;
    overflow: scroll;
    height: calc(100vh - 1px);
  }
  .wpr-mobile-sub-mega-menu .wpr-page-list li {
    display: block !important;
    margin: 0 !important;
    padding: 2px 0 !important;
  }
  .wpr-mobile-sub-mega-menu .wpr-page-list li a {
    width: 100%;
    line-height: 22px !important;
  }
}
