@media screen and (min-width: 1300px) {
  .container {
    width: 1300px;
  }
}
.service {
  padding-bottom: 0 !important;
}

.service-inner-content-section {
  padding: 80px 0;
  padding-bottom: 0;
  float: left;
  width: 100%;
  background-color: #ffffff;
}
.service-inner-content-section .content-text {
  text-align: center;
}
.service-inner-content-section .content-text h1 {
  color: #000000;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 57px;
}
.service-inner-content-section .content-text h1 span {
  color: #fc9300;
}
@media (max-width: 991px) {
  .service-inner-content-section .content-text h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .service-inner-content-section .content-text h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
.service-inner-content-section .content-text p {
  position: relative;
  color: #656565;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.smart-repair {
  padding: 80px 0;
  float: left;
  width: 100%;
  background-color: #ffffff;
}
.smart-repair .sc-title h2 {
  font-size: 30px;
  text-align: center;
}
.smart-repair .benefits-box {
  position: relative;
  overflow: hidden;
}
.smart-repair .benefits-box .image-box img {
  width: 100%;
}
.smart-repair .benefits-box .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  padding: 30px 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fc9300;
}
@media (max-width: 1800px) {
  .smart-repair .benefits-box .content {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .smart-repair .benefits-box .content {
    top: auto;
    bottom: 0;
  }
}
.smart-repair .benefits-box .content h4 {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 15px;
}
.smart-repair .benefits-box .content .text-block {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .smart-repair .benefits-box .content .text-block {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
.smart-repair .benefits-box .content p {
  color: #fff;
}
@media (max-width: 767px) {
  .smart-repair .benefits-box .content p {
    opacity: 1;
    visibility: visible;
  }
}
.smart-repair .benefits-box:hover .content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.smart-repair .benefits-box:hover .content .text-block {
  opacity: 1;
  visibility: visible;
}
.smart-repair .benefits-box:hover .content h4 {
  color: #fc9300;
}
.smart-repair .benefits-box:hover .content p {
  color: #ffffff;
}
.smart-repair .toop {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .smart-repair .toop {
    width: 50%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .smart-repair .toop {
    width: 100%;
  }
}
.smart-repair .top {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .smart-repair .top {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .smart-repair .top {
    width: 100%;
  }
}
.smart-repair h2 {
  color: #000000;
}
@media (max-width: 991px) {
  .smart-repair h2 {
    text-align: center;
  }
}

.why-choose-section {
  padding: 80px 0;
  float: left;
  width: 100%;
}
.why-choose-section h2 {
  font-size: 46px;
  color: #fff;
  text-align: center;
  padding: 0;
  font-weight: 900;
  margin: 0;
  margin-bottom: 50px;
  font-weight: 900;
  text-transform: uppercase;
}
.why-choose-section h2 span {
  color: #fc9300;
  font-weight: 100;
  display: block;
}
@media screen and (max-width: 1199px) {
  .why-choose-section h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .why-choose-section h2 {
    font-size: 26px;
  }
}
.why-choose-section .choose-box {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 30px 30px;
  height: 100%;
  min-height: 350px;
}
.why-choose-section .choose-box .icon {
  margin-bottom: 30px;
  text-align: center;
}
.why-choose-section .choose-box .icon img {
  max-width: 70px;
  margin: 0 auto;
}
.why-choose-section .choose-box .content {
  text-align: center;
}
.why-choose-section .choose-box .content h4 {
  font-size: 18px;
  color: #fc9300;
  font-weight: 500;
  margin-bottom: 15px;
}
.why-choose-section .choose-box .content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 30px;
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .why-choose-section .choose-box {
    margin-bottom: 30px;
  }
}

.faq-section {
  background-color: #101317;
  padding: 80px 0;
  float: left;
  width: 100%;
}
.faq-section h3 {
  font-size: 46px;
  color: #fff;
  text-align: center;
  padding: 0;
  font-weight: 900;
  margin: 0;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.faq-section h3 span {
  color: #fc9300;
  font-weight: 100;
  display: block;
}
@media screen and (max-width: 1199px) {
  .faq-section h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .faq-section h3 {
    font-size: 26px;
  }
}
.faq-section .panel-group .panel {
  background-color: transparent;
  border-radius: 0;
  border: none;
}
.faq-section .panel-group .panel .panel-heading {
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.faq-section .panel-group .panel .panel-heading .panel-title a {
  padding: 30px 0;
  display: block;
  color: #ffffff;
  position: relative;
}
.faq-section .panel-group .panel .panel-heading .panel-title a::before {
  position: absolute;
  content: "";
  right: 0;
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-image: url("../../images/faq-arow-active.png");
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq-section .panel-group .panel .panel-heading .panel-title a.collapsed::before {
  background-image: url(../../images/faq-arow-normal.png);
}
.faq-section .panel-group .panel .panel-collapse .panel-body {
  padding: 30px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  border: none;
  line-height: 30px;
  margin: 0;
}
.faq-section .panel-group .panel .panel-heading + .panel-collapse > .panel-body {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.blog-section {
  padding: 80px 0;
  float: left;
  width: 100%;
}
.blog-section h3 {
  font-size: 46px;
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  font-weight: 900;
  text-transform: uppercase;
}
.blog-section h3 span {
  color: #fc9300;
  font-weight: 100;
}
@media screen and (max-width: 1199px) {
  .blog-section h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .blog-section h3 {
    font-size: 26px;
  }
}
.blog-section .blog-slider .slider-item .blog-item .text-block {
  padding: 30px;
  background-color: #101317;
}
.blog-section .blog-slider .slider-item .blog-item .text-block h4 {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 15px;
  max-width: 80%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .blog-section .blog-slider .slider-item .blog-item .text-block h4 {
    max-width: 100%;
  }
}
.blog-section .blog-slider .slider-item .blog-item .text-block p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-section .blog-slider .slider-item .blog-item .text-block a {
  display: inline-block;
  float: none;
}
.blog-section .blog-slider .slider-item .blog-item .text-block a span {
  display: inline-block;
}
@media screen and (max-width: 560px) {
  .blog-section .blog-slider .slider-item .blog-item .text-block {
    padding: 15px;
  }
}

footer.site-footer {
  background: #15181d;
  padding: 80px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  float: left;
  width: 100%;
}
footer.site-footer .footer-contact {
  background-color: #252a31;
  padding: 50px 30px;
  border-radius: 15px;
  margin-bottom: 100px;
  text-align: center;
}
footer.site-footer .footer-contact h4 {
  color: #ffffff;
  font-size: 24px;
  line-height: 35px;
  max-width: 70%;
  margin: 0 auto;
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  footer.site-footer .footer-contact h4 {
    font-size: 20px;
  }
}
footer.site-footer .footer-contact .call-btn {
  border: 2px solid #fc9300;
  padding: 15px 30px;
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
  text-transform: uppercase;
  background-color: transparent;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  margin-top: 30px;
  -webkit-box-shadow: inset 0px 0px 0px #fc9300;
          box-shadow: inset 0px 0px 0px #fc9300;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.47, 1.8, 0.41, 0.8), -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.3s cubic-bezier(0.47, 1.8, 0.41, 0.8), -webkit-box-shadow 0.2s;
  transition: transform 0.3s cubic-bezier(0.47, 1.8, 0.41, 0.8), box-shadow 0.2s;
  transition: transform 0.3s cubic-bezier(0.47, 1.8, 0.41, 0.8), box-shadow 0.2s, -webkit-transform 0.3s cubic-bezier(0.47, 1.8, 0.41, 0.8), -webkit-box-shadow 0.2s;
}
footer.site-footer .footer-contact .call-btn:hover {
  -webkit-box-shadow: inset 0px 63px 0px #fc9300;
          box-shadow: inset 0px 63px 0px #fc9300;
}
footer.site-footer .footer-about .logo {
  margin-bottom: 30px;
}
footer.site-footer .footer-about .logo img {
  max-width: 130px;
}
footer.site-footer .footer-about p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 30px;
  margin: 0;
  max-width: 80%;
}
@media screen and (max-width: 1199px) {
  footer.site-footer .footer-about p {
    max-width: 50%;
    margin: 0 auto;
  }
}
footer.site-footer .footer-about .scoial-media {
  margin-top: 30px;
}
footer.site-footer .footer-about .scoial-media ul {
  display: block;
  padding: 0;
}
footer.site-footer .footer-about .scoial-media ul li {
  display: inline-block;
  padding: 0 5px;
}
footer.site-footer .footer-about .scoial-media ul li:first-child {
  padding-left: 0;
}
footer.site-footer .footer-about .scoial-media ul li a svg {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1199px) {
  footer.site-footer .footer-about {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
footer.site-footer .quick-links h4 {
  font-size: 15px;
  color: #fc9300;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}
footer.site-footer .quick-links ul {
  display: block;
  padding: 0;
}
footer.site-footer .quick-links ul li {
  display: block;
}
footer.site-footer .quick-links ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer.site-footer .quick-links ul li a:hover {
  color: #fc9300;
}
@media screen and (max-width: 1199px) {
  footer.site-footer .quick-links {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
footer.site-footer .enquire-form .row {
  margin-right: -10px;
  margin-left: -10px;
}
footer.site-footer .enquire-form .row .col-sm-12,
footer.site-footer .enquire-form .row .col-md-6,
footer.site-footer .enquire-form .row .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}
footer.site-footer .enquire-form h4 {
  font-size: 15px;
  color: #fc9300;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  footer.site-footer .enquire-form h4 {
    text-align: center;
  }
}
footer.site-footer .enquire-form .form-group input.form-control {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  padding: 10px 15px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}
footer.site-footer .enquire-form .form-group textarea.form-control {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  height: 80px;
  padding: 10px 15px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}
footer.site-footer .enquire-form button {
  width: 100%;
  padding: 10px 15px;
  background-color: #fc9300;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
footer.site-footer .copy-right {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 30px;
  margin-top: 50px;
}
footer.site-footer .copy-right p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 30px;
  margin: 0;
  text-align: center;
}

.working-time {
  padding: 30px;
  background-color: rgba(204, 204, 204, 0.15);
  margin-bottom: 50px;
}
.working-time h4 {
  font-size: 18px;
  color: #fc9300;
  margin-bottom: 15px;
}
.working-time ul {
  padding: 0;
}
.working-time ul li {
  list-style: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}

.blog-inner-section {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 80px 0;
}
.blog-inner-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .blog-inner-section .row {
    display: block;
  }
}
.blog-inner-section .blog-img {
  margin-bottom: 30px;
  border: 1px solid #fc9300;
  padding: 10px;
}
.blog-inner-section .blog-img img {
  width: 100%;
}
.blog-inner-section .blog-content .line {
  width: 100%;
  height: 1px;
  margin: 30px auto;
  background-color: rgba(204, 204, 204, 0.5);
}
.blog-inner-section .blog-content h1 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.blog-inner-section .blog-content h2 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.blog-inner-section .blog-content h3 {
  font-size: 18px;
  color: #fc9300;
  font-weight: 600;
  margin-bottom: 15px;
}

.google-reviews {
  padding: 80px 0;
  float: left;
  width: 100%;
}
.google-reviews h3 {
  font-size: 46px;
  color: #fff;
  text-align: center;
  padding: 0;
  font-weight: 900;
  margin: 0;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.google-reviews h3 span {
  color: #fc9300;
  font-weight: 100;
  display: block;
}
@media screen and (max-width: 1199px) {
  .google-reviews h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .google-reviews h3 {
    font-size: 26px;
  }
}
.google-reviews .reviews-slider .slider-item {
  background-color: #101317;
  padding: 30px 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.google-reviews .reviews-slider .slider-item .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f4bd27;
  gap: 2px;
}
.google-reviews .reviews-slider .slider-item .text {
  font-size: 14px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 100%;
  min-height: 240px;
  margin: 0;
  padding: 0;
  border: none;
}
.google-reviews .reviews-slider .slider-item .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.google-reviews .reviews-slider .slider-item .author .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.google-reviews .reviews-slider .slider-item .author .profile .icon {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 2px solid #9c8775;
  background-color: #484038;
  color: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}
.google-reviews .reviews-slider .slider-item .author .profile .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.google-reviews .reviews-slider .slider-item .author .profile .details .name {
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.google-reviews .reviews-slider .slider-item .author .profile .details .name i {
  width: 15px;
  height: 15px;
}
.google-reviews .reviews-slider .slider-item .author .google-logo img {
  max-width: 30px;
}
.google-reviews .reviews-slider .owl-dots {
  padding: 0;
  margin-top: 30px;
}
.google-reviews .reviews-slider .owl-dots .owl-dot.active {
  background: #fc9300;
}

.brand-logos {
  padding: 80px 0;
  background-color: #ffffff;
  float: left;
  width: 100%;
}
.brand-logos h3 {
  font-size: 46px;
  color: #101317;
  text-align: center;
  padding: 0;
  font-weight: 900;
  margin: 0;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.brand-logos h3 span {
  color: #fc9300;
  font-weight: 100;
  display: block;
}
@media screen and (max-width: 1199px) {
  .brand-logos h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .brand-logos h3 {
    font-size: 26px;
  }
}
.brand-logos .brands-slider .slider-item {
  background-color: #ffffff;
  border: 1px solid #ebe6e7;
  padding: 30px 15px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.brand-logos .brands-slider .slider-item img {
  max-width: 180px;
}
.brand-logos .brands-slider .slider-item:hover {
  border-color: #fc9300;
}
.brand-logos .brands-slider .owl-dots {
  padding: 0;
  margin-top: 30px;
}
.brand-logos .brands-slider .owl-dots .owl-dot.active {
  background: #fc9300;
}

.owl-dots {
  padding: 0;
  margin-top: 30px;
}
.owl-dots .owl-dot.active {
  background: #fc9300;
}

.counter-section {
  margin-top: 80px;
}
.counter-section .counter-item .counter-title {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}
.counter-section .counter-item .line-hr {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  margin: 30px auto;
}
.counter-section .counter-item .counter-value {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 992px) {
  .counter-section .counter-item {
    background-color: #101317;
    padding: 16px 16px;
    border-radius: 6px;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .counter-section {
    margin-top: 30px;
  }
}

.gallery-section {
  width: 100%;
  float: left;
  padding: 0;
}
.gallery-section .gallery-slider .slider-item {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#fc9300), to(#c93c00));
  background: linear-gradient(to bottom, #fc9300 0%, #c93c00 100%);
}
.gallery-section .gallery-slider a {
  position: relative;
  overflow: hidden;
}
.gallery-section .gallery-slider a::before, .gallery-section .gallery-slider a::after {
  position: absolute;
  content: "";
  z-index: 9;
  top: 50%;
  left: 50%;
  opacity: 0;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.gallery-section .gallery-slider a::before {
  width: 40px;
  height: 1px;
  left: 100%;
}
.gallery-section .gallery-slider a::after {
  height: 40px;
  width: 1px;
  top: 0%;
}
.gallery-section .gallery-slider a img {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-section .gallery-slider a:hover::after, .gallery-section .gallery-slider a:hover::before {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.gallery-section .gallery-slider a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.75;
}

.best-offers-section {
  padding: 80px 0;
  float: left;
  width: 100%;
  background-color: #ffffff;
}
.best-offers-section h3 {
  font-size: 46px;
  color: #101317;
  text-align: center;
  padding: 0;
  font-weight: 900;
  margin: 0;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.best-offers-section h3 span {
  color: #fc9300;
  font-weight: 100;
  display: block;
}
@media screen and (max-width: 1199px) {
  .best-offers-section h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .best-offers-section h3 {
    font-size: 26px;
  }
}
.best-offers-section .offers-slider .slider-item {
  border: 1px solid rgba(204, 204, 204, 0.5);
}

.achievement-section {
  background: #ffffff;
  padding: 80px 0;
  float: left;
  width: 100%;
}
.achievement-section h3 {
  font-size: 46px;
  color: #101317;
  text-align: center;
  padding: 0;
  font-weight: 900;
  margin: 0;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.achievement-section h3 span {
  color: #fc9300;
  font-weight: 100;
  display: block;
}
@media screen and (max-width: 1199px) {
  .achievement-section h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .achievement-section h3 {
    font-size: 26px;
  }
}

/* ------------- location tabs -------------*/
.tabs {
  position: relative;
  padding-bottom: 80px;
  width: 100%;
  height: auto;
}

.tabs input[name=tab-control] {
  display: none;
}

.tabs .content section h2,
.tabs ul li label {
  font-weight: 500;
  font-size: 18px;
  color: #333;
  text-transform: capitalize;
}

.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tabs ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 33%;
  padding: 0 10px;
  text-align: center;
}

.tabs ul li label {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabs ul li label br {
  display: none;
}

.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}

.tabs ul li label:hover svg,
.tabs ul li label:focus svg,
.tabs ul li label:active svg {
  fill: #bec5cf;
}

.tabs .slider {
  position: relative;
  width: 33%;
  -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  background: rgba(24, 28, 37, 0.0509803922);
}

.tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #fc9300;
  border-radius: 1px;
}

.tabs .content {
  margin-top: 30px;
}

.tabs .content section {
  display: none;
  -webkit-animation-name: content;
  animation-name: content;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  line-height: 1.4;
}

.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  margin-top: 5px;
  left: 1px;
}

.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #333;
}

@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}

.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #333;
}

.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #333;
}

@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}

@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}

@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .slider {
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}

.tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}

@-webkit-keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }
  .tabs ul li label br {
    display: initial;
  }
  .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
  .tabs .content section h2,
  .tabs ul li label {
    font-size: 16px;
  }
  .map-inner {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
  }
  .contact-details {
    background-size: contain;
  }
}
/* ------------- end location tabs -------------*/
.location-card {
  background: #f5f5f5;
  overflow: hidden;
  margin-bottom: 15px;
}

.location-card iframe {
  width: 100%;
  border: none;
  height: 200px;
}

.location-card .address {
  padding: 15px 20px;
  /* background: #ffeed6; */
  min-height: 240px;
  border-top: 3px solid #fc9300;
}

.location-card .address h2 {
  font-size: 15px;
  margin: 0;
  margin-bottom: 10px;
}

.location-card .address p {
  font-size: 13px;
  line-height: 23px;
  color: #333;
  text-transform: capitalize;
}

.location-card .address p a {
  display: block;
  color: #181c25;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.location-card .address p a:nth-child(2),
.location-card.sp .address p a:nth-child(3) {
  margin-top: 10px;
}

.location-card.sp .address p a:nth-child(2) {
  margin-top: 0px;
}

.location-card .address p a:hover,
.location-card .address p a:focus,
.location-card .address p a:active {
  color: #fc9300;
}

.location-card .address .btn {
  background: #fc9300 !important;
  color: #fff;
  margin: 5px 0 5px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0;
  padding: 8px 30px;
}

.location-card .address .btn:hover,
.location-card .address .btn:focus,
.location-card .address .btn:active {
  background: #181c25 !important;
}

.location-container h3 {
  font-size: 30px !important;
  color: #181c25 !important;
  margin-bottom: 30px !important;
  margin-top: 0 !important;
}

.location-container {
  padding: 0;
}

.contact-details .container .row .contact-form {
  padding-right: 0 !important;
  margin-top: 50px !important;
}

.contact-details {
  background-image: url(../images/formbanner.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
}

p.error {
  position: absolute;
  left: 0;
  bottom: -34px;
  font-size: 12px;
  color: red;
}

.booking .container .row .contact-form .form-inner form .form-group {
  position: relative;
  margin-bottom: 28px;
}

.services-details-section {
  background: #ffffff;
  padding: 80px 0;
  float: left;
  width: 100%;
}
.services-details-section .service-img-block {
  padding: 10px;
  border: 1px solid #f99d1c;
}
.services-details-section .service-img-block img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 992px) {
  .services-details-section .service-img-block {
    margin-bottom: 30px;
  }
}
.services-details-section .service-cnt-block h1 {
  font-size: 30px;
  line-height: 40px;
  color: #181c25;
  margin: 0;
  margin-bottom: 20px;
  max-width: 70%;
}
@media (max-width: 992px) {
  .services-details-section .service-cnt-block h1 {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .services-details-section .service-cnt-block {
    padding-left: 50px;
  }
}

.service-listing-section {
  background: #ffffff;
  padding: 80px 0;
  float: left;
  width: 100%;
}
.service-listing-section .sc-title-block {
  text-align: center;
  margin-bottom: 30px;
}
.service-listing-section .sc-title-block h3 {
  font-size: 46px;
  color: #101317;
  text-align: center;
  padding: 0;
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.service-listing-section .sc-title-block h3 span {
  color: #fc9300;
  font-weight: 100;
  display: block;
}
@media screen and (max-width: 1199px) {
  .service-listing-section .sc-title-block h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-listing-section .sc-title-block h3 {
    font-size: 26px;
  }
}
.service-listing-section .sc-title-block p {
  font-size: 18px;
  line-height: 35px;
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .service-listing-section .sc-title-block p {
    max-width: 100%;
  }
}
.service-listing-section .service-list-box {
  padding: 30px 30px;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 24px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 450px;
  z-index: 1;
}
.service-listing-section .service-list-box::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.service-listing-section .service-list-box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  gap: 24px;
}
.service-listing-section .service-list-box h4 {
  font-size: 20px;
  color: #ffffff;
  margin: 0;
  text-transform: capitalize;
}
.service-listing-section .service-list-box p {
  margin: 0;
  font-size: 15px;
  color: #ffffff;
  line-height: 30px;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-listing-section .service-list-box a {
  font-size: 15px;
  border: 1px solid #f99d1c;
  padding: 8px 24px;
  border-radius: 6px;
  color: #f99d1c;
  display: inline-block;
  line-height: normal;
  position: relative;
}

.service-more-section {
  padding: 80px 0;
  float: left;
  width: 100%;
}
.service-more-section .scb-title-block {
  text-align: center;
  margin-bottom: 50px;
}
.service-more-section .scb-title-block h3 {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  padding: 0;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.service-more-section .scb-title-block h3 span {
  color: #fc9300;
  font-weight: 100;
  display: block;
}
@media screen and (max-width: 1199px) {
  .service-more-section .scb-title-block h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-more-section .scb-title-block h3 {
    font-size: 26px;
  }
}
.service-more-section .scb-title-block p {
  font-size: 18px;
  line-height: 35px;
  color: #ffffff;
}
.service-more-section .choose-box {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 30px 30px;
  height: 100%;
  min-height: 230px;
}
.service-more-section .choose-box .icon {
  margin-bottom: 30px;
  text-align: center;
}
.service-more-section .choose-box .icon img {
  max-width: 70px;
  margin: 0 auto;
}
.service-more-section .choose-box .content {
  text-align: center;
}
.service-more-section .choose-box .content h4 {
  font-size: 18px;
  color: #fc9300;
  font-weight: 500;
  margin-bottom: 15px;
}
.service-more-section .choose-box .content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 30px;
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .service-more-section .choose-box {
    margin-bottom: 30px;
  }
}