body {

  margin: 0;

}

.fa-chevron-right:before {

  content: "\f054";

  font: normal normal normal 14px/1 FontAwesome;

  padding: 8px;

  position: relative;

  top: 0px;

}

.fa-chevron-left:before {

  font: normal normal normal 14px/1 FontAwesome;

}

body {

  overflow-x: hidden;

}

i {

  font: normal normal normal 14px/1 FontAwesome;

}

a:focus,
a:hover {

  /* color: #000; */

  text-decoration: none;

  outline: 0;

}

a {

  color: #000;

  font-family: 'Open-sans-Regular';

  cursor: pointer;

}

a:active,
a:focus {

  outline: 0;

  border: none;

  -moz-outline-style: none;

}

img {

  max-width: 100%;

}

.row {

  margin: 0;

  padding: 0;

}

.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,

.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {

  padding: 0;

}

ul {

  list-style-type: none;

  padding: 0;

  margin: 0;

}

li {

  list-style-type: disc;

  font-size: 20px;

  letter-spacing: 0px;

  color: #000000;

  font-weight: 300;

  font-family: 'Poppins-Regular';

}

p {

  font-size: 18px;

  font-family: 'Poppins-Regular';

}

span {

  color: #000;

  font-family: 'Poppins-Regular';

}

strong {

  font-weight: 600;

  font-size: 18px;

  color: #000;

  font-family: 'Poppins-Regular';

}

b {

  font-weight: 600;

  font-size: 18px;

  color: #000;

  font-family: 'Poppins-Regular';

}

h1,
h2,
h3,
h4,
h5,
h6 {

  font-family: 'SpecialGothicExpandedOne';

}

.no-margin {

  margin: 0;

}

.container-fluid {

  padding: 0;

}

img {

  max-width: 100%;

}

.container {

  padding: 0;

  max-width: 1260px;

  margin: 0 auto;

  width: auto;

}

#button {

  display: inline-block;

  background-color: #caa200;

  width: 50px;

  height: 50px;

  text-align: center;

  border-radius: 4px;

  position: fixed;

  bottom: 30px;

  right: 30px;

  transition: background-color .3s, opacity .5s, visibility .5s;

  opacity: 0;

  visibility: hidden;

  z-index: 1000;

}

#button.show {

  opacity: 1;

  visibility: visible;

}

#button::after {

  content: "\f077";

  font-family: FontAwesome;

  font-weight: normal;

  font-style: normal;

  font-size: 2em;

  line-height: 50px;

  color: #fff;

  position: absolute;

  left: 10px;

  top: 0px;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}

.contact_call_content_tam p:hover {

  color: #0e2b41;

}

#button:hover::after {

  top: -10px;

}

#button:active {

  background-color: #a91f24;

}

#button:hover {

  cursor: pointer;

  background-color: #000000;

}

a h4:hover {

  opacity: 0.8;

}

.svg {

  position: absolute;

  width: 0;

  height: 0;

}

.slick-initialized .slick-slide {

  outline: unset;

}

/****Mega Menu*****/

ul.megamenu {

  padding: 0;

  box-shadow: 3px 3px 19px 5px #00000066;

  position: absolute;

  opacity: 0;

  visibility: hidden;

  transition: .5s;

  background-color: #ffffff;

  left: 0em;

  right: 0;

  top: 100%;

  width: 100%;

  z-index: 999;

  color: #000;

  text-align: center;

  margin: 0 auto;

  margin-top: 7px;

  transform: translate(0, 20px);

}

.header-nav nav>ul>li:hover ul.megamenu {

  visibility: visible;

  opacity: 1;

  transform: translate(0, 0);

}

.header-nav nav ul.megamenu ul {

  width: 100%;

  margin-bottom: 0;

  color: #000;

  box-shadow: none;

  padding-left: 0;

  border-top: 5px solid #bc901c;

  border-bottom: 5px solid #bc901c;

  padding: 1em 1em;

  float: left;

}

.header-nav nav>ul>li ul.megamenu ul li {

  width: 48%;

  padding: 10px 0;

  border-bottom: 1px solid #000;

  float: left;

  margin: 0 5px;

}

.header-nav nav>ul>li ul.megamenu ul li:nth-child(even) {

  float: right;

}

.header-nav nav>ul>li ul.megamenu ul li a {

  font-size: 18px;

  font-weight: 500;

  text-transform: capitalize;

  font-size: 17px;

  line-height: 16px;

  color: #000;

  font-weight: 600;

  -webkit-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

}

.header-nav nav>ul>li ul.megamenu ul li a:hover {

  color: #c2951d;

}

ul.megamenu.megamenu1 {

  left: 0em;

}

.header-nav nav ul li ul li:after {

  content: unset;

}

/*****************************************************Homepage****************************************************/

.header-nav nav {

  width: 100%;

  font-size: 16px;

}

.mobile-top-head {

  display: none;

}

.svg {

  position: absolute;

  width: 0;

  height: 0;

}

.header-nav nav>ul {

  position: relative;

  display: block;

  text-align: right;

  float: left;

  padding: 0;

  margin: 0;

  width: 100%;

}

.header-nav nav ul li {

  color: #fff;

  list-style: none;

  transition: .5s;

  margin: 0;

  padding: 0px 0px;

  text-align: center;

  display: inline-block;

  -webkit-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

  position: relative;

  z-index: 9;

  /* overflow: hidden; */

}

.header-nav nav ul li:hover a {

  color: #ec202b;

  transition: 0.5s;

}

.header-nav nav>ul>li>a {

  padding: 10px 8px 10px;

  line-height: 25px;

  -webkit-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

  position: relative;

  display: block;

  letter-spacing: 0;

  font-size: 16px;

  line-height: 28px;

  color: #000000;

  font-size: 16px;

  color: #000000;

  font-weight: 400;

  /* font-family: 'Poppins-Medium'; */

  font-size: 16px;

  line-height: 27px;

  color: #001e3e;

  font-weight: 500;

  font-size: 16px;

  line-height: 24px;

  color: #005cb0;

  font-weight: 400;

}

.header-nav nav>ul>li.active a {

  transition: .5s;

  color: #fff;

}



.header-nav nav ul li a:hover::after {

  transform: translate(0px, 0px);

}



.header-nav nav>ul>li>a:hover::before {

  width: 100%;

}

.header-nav nav>ul>li>a:hover::after {

  width: 100%;

}

ul.megamenu li {

  float: left;

  width: 48%;

  letter-spacing: 0;

  margin-bottom: 10px !important;

  border-bottom: 1px solid red;

  margin: 0 6px !important;

  padding: 5px 0 !important;

  border-bottom: 1px solid #eee;

}

ul.megamenu li:hover a {

  letter-spacing: .5px;

  color: #840000 !important;

}

.header-nav nav>ul>li:hover ul.megamenu {

  visibility: visible;

  opacity: 1;

  transform: translate(0, 0);

}

.header-nav nav ul.megamenu ul {

  width: 100%;

  margin-bottom: 0;

  color: #000;

  box-shadow: none;

  padding-left: 0;

  border-top: 5px solid #bc901c;

  border-bottom: 5px solid #bc901c;

  padding: 1em 1em;

  float: left;

}

.header-nav nav>ul>li ul.megamenu ul li {

  width: 48%;

  padding: 10px 0;

  border-bottom: 1px solid #000;

  float: left;

  margin: 0 5px;

}

.header-nav nav>ul>li ul.megamenu ul li:nth-child(even) {

  float: right;

}

.header-nav nav>ul>li ul.megamenu ul li a {

  font-size: 18px;

  font-weight: 500;

  text-transform: capitalize;

  font-size: 17px;

  line-height: 16px;

  color: #000;

  font-weight: 600;

  -webkit-transition: all .5s ease-in-out;

  transition: all .5s ease-in-out;

}

.header-nav nav>ul>li ul.megamenu ul li a:hover {

  color: #c2951d
}

ul.megamenu.megamenu1 {

  left: 0
}

.header-nav nav ul li ul li:after {

  content: unset
}

.header-nav nav>ul>li:hover ul.megamenu li a:after {

  content: unset;

}

.header-nav nav ul li.open {

  background-color: #772668;

}

ul.megamenu {

  box-shadow: 3px 3px 19px 5px #00000066;

  transition: .5s;

  background-color: #fff;

  left: 0;

  right: 0;

  top: 100%;

  width: 870px;

  z-index: 999;

  color: #000;

  margin: 7px auto 0;

  transform: translate(0, 20px);

  -webkit-perspective: 1000;

  transform-origin: top;

  -webkit-transform-origin: top;

  transform: perspective(350px) rotateX(-90deg);

  -webkit-transform: perspective(350px) rotateX(-90deg)
}

.header-nav nav>ul>li:hover ul.megamenu {

  transform: rotateX(0);

  -webkit-transform: rotateX(0);

  visibility: visible;

  opacity: 1;

  transform: translate(0, 0)
}

.header-nav nav {

  width: 100%;

  font-size: 16px
}

.svg {

  width: 0;

  height: 0
}

.header_firstphone_inner,
.header_firstschedule_inner {

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  filter: drop-shadow(-8.09px 5.878px 17.5px rgba(0, 0, 0, .14));

  height: 70px;

  position: relative
}

.header-nav nav>ul {

  position: relative;

  display: block;

  text-align: left;

  float: left;

  margin: 0;

  width: 100%;

  padding-top: 7px;

}

.header-nav nav ul li {

  color: #fff;

  list-style: none;

  margin: 0 4px !important;

  transition: .5s ease-in-out;

  margin: 0;

  padding: 0;

  text-align: center;

  display: inline-block;

  -webkit-transition: .5s ease-in-out;

  position: relative;

  z-index: 9
}

.header-nav nav ul li:hover a {

  color: #293140;

  transition: .5s;

  text-shadow: 0px 0px 10px #fff;

}

.header-nav nav>ul>li>a {

  padding: 10px 2px 10px;

  -webkit-transition: .5s ease-in-out;

  transition: .5s ease-in-out;

  position: relative;

  display: block;

  letter-spacing: 0;

  position: relative;

  font-size: 15px;

  color: #000000;

  font-weight: 600;

  transition: 0.5s;

  text-transform: uppercase;

}

.header-nav nav>ul>li>a:hover {

  border-radius: 25px;

  color: #f47f18;

  transition: 0.5s;

}



.header-nav nav>ul>li.active a {

  transition: .5s;

  color: #4e6e5d;

}

.header-nav nav ul li a:hover::after {

  transform: translate(0, 0)
}



ul.megamenu li {

  float: left;

  width: 48%;

  letter-spacing: 0;

  border-bottom: 1px solid #eee;

  margin: 0 6px !important;

  padding: 10px 0 !important
}

ul.megamenu li a {

  font-size: 18px
}

ul.megamenu.megamenu_two {

  left: -170px
}

ul.megamenu.megamenu_three {

  left: -452px
}

ul.megamenu li:hover a {

  letter-spacing: .5px
}

.header-nav nav ul.megamenu ul {

  width: 100%;

  margin-bottom: 0;

  color: #000;

  box-shadow: none;

  border-top: 5px solid #bc901c;

  border-bottom: 5px solid #bc901c;

  padding: 1em;

  float: left
}

.header-nav nav>ul>li ul.megamenu ul li {

  width: 48%;

  padding: 10px 0;

  border-bottom: 1px solid #000;

  float: left;

  margin: 0 5px
}

.header-nav nav>ul>li ul.megamenu ul li:nth-child(2n),
.lighting_service_image {

  float: right
}

.header-nav nav>ul>li ul.megamenu ul li a {

  text-transform: capitalize;

  font-size: 17px;

  line-height: 16px;

  color: #000;

  font-weight: 600;

  -webkit-transition: .5s ease-in-out;

  transition: .5s ease-in-out
}

.header-nav nav>ul>li ul.megamenu ul li a:hover {

  color: #c2951d
}

ul.megamenu.megamenu1 {

  left: 0;

}

/******************************************Submenu***********************************************/

.header-nav nav>ul>li:hover ul.megamenu {

  transform: rotateX(0);

  -webkit-transform: rotateX(0);

  visibility: visible;

  opacity: 1;

  transform: translate(0, 0);

}

ul.megamenu {

  padding: 0;

  box-shadow: 3px 3px 19px 5px #00000066;

  position: absolute;

  opacity: 0;

  visibility: hidden;

  transition: .5s;

  background-color: #ffffff;

  left: 0em;

  right: 0;

  top: 100%;

  width: 100%;

  z-index: 999;

  color: #000;

  text-align: center;

  margin: 0 auto;

  margin-top: 7px;

  transform: translate(0, 20px);

}

ul.megamenu.service_area {
  left: -18em;
}

ul.megamenu {

  box-shadow: 3px 3px 19px 5px #00000066;

  transition: .5s;

  background-color: #fff;

  left: -45px;

  right: 0;

  top: 110%;

  width: 800px;

  z-index: 999;

  color: #000;

  margin: 7px auto 0;

  transform: translate(0, 20px);

  -webkit-perspective: 1000;

  transform-origin: top;

  -webkit-transform-origin: top;

  transform: perspective(350px) rotateX(-90deg);

  -webkit-transform: perspective(350px) rotateX(-90deg);

}

ul.megamenu.service_area li {
  float: left !important;
  width: 32%;
}

ul.megamenu li {

  float: left;

  width: 48%;

  letter-spacing: 0;

  border-bottom: 1px solid #eee;

  margin: 0 6px !important;

  padding: 10px 0 !important;

  transition: 0.5s;

}

ul.megamenu.second_mega li {

  float: left;

  width: 32%;

}

ul.megamenu li:nth-child(even) {

  float: right;

}

ul.megamenu li:hover {

  background-color: #f47f18;

}

ul.megamenu li:hover a {

  color: #fff !important;

}

ul.megamenu li a {

  font-size: 18px;

  color: #232323 !important;

}



/*************** Home Page ***************/



/* header fixed */

.header_wrapper.fixed {
  z-index: 99;
  position: fixed;
  filter: drop-shadow(1.877px 11.852px 10.5px rgba(0, 0, 0, 0.25));
}

.mobile-header .fixed {

  position: fixed;

}



.header_wrapper {

  float: left;

  width: 100%;

  z-index: 3;

  position: relative;

}

.header_wrapper::before {

  content: '';

  background-color: #272727;

  width: 100%;

  height: 45%;

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

}

.header_wrapper::after {

  content: '';

  background-image: url('../images/home/menu_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  filter: drop-shadow(1.877px 11.852px 10.5px rgba(0, 0, 0, 0.25));

  width: 100%;

  height: 36%;

  position: absolute;

  z-index: -1;

  bottom: 35px;

  left: 0;

}

.header_wrapper .container {

  padding: 0;

  max-width: 1360px;

  margin: 0 auto;

  width: auto;

}

.header_firstright {

  float: left;

}

.header_firstblck {

  position: relative;

}

/* .header_firstblck::after{

  content: '';

  border-bottom: 2px solid #202020;

  opacity: 0.051;

  width: 100%;

  height: 2px;

  position: absolute;

  z-index: -1;

  top: 60px;

  left: 0;

} */

.header_logo {

  float: left;

}

.header_logo_inner {

  float: left;

  width: 100%;

  text-align: left;

  padding: 1em 1em 0em 0em;

  position: relative;

  top: -1em;

}

.header_logo_inner img {

  height: 170px;

  width: 100%;

  object-fit: contain;

}



.header_firstblk {

  float: right;

  position: relative;

  padding: 1em 0;

}

.header_offerblk {

  float: left;

  padding: 0.5em 2em 0 6em;

  position: relative;

}

.header_offerblk::before {

  content: '';

  background-image: url('../images/home/offer_img.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 50px;

  height: 50px;

  position: absolute;

  top: 4px;

  left: 20px;

}

.header_offerblk::after {

  content: '';

  width: 1px;

  height: 62px;

  border-radius: 1px;

  background-color: #ffffff;

  position: absolute;

  top: 0;

  right: 30px;

}

.header_offerblk p {

  font-size: 14px;

  color: #ffffff;

  font-weight: 400;

}

.header_rating {

  float: left;

  position: relative;

  padding: 0.5em 0 0 25px;

}

.header_rating::before {

  content: '';

  background-image: url('../images/home/drainage.webp');

  background-repeat: no-repeat;

  background-position: center;

  background-size: 100% 100%;

  width: 35px;

  height: 35px;

  position: absolute;

  top: 10px;

  left: -19px;

}

.header_rating p {

  font-size: 13px;

  color: #ffffff;

  font-weight: 400;

}

.header_contdetails {

  float: left;

  width: 50%;

  display: flex;

  gap: 20px;

}

.header_schedule {

  font-size: 20px;

  color: #ffffff;

  font-weight: 500;

  font-family: 'Poppins-SemiBold';

  padding: 15px 20px 15px 60px;

  position: relative;

  transition: 0.5s;

}

.header_schedule::after {

  content: '';

  background-image: url('../images/home/schedule_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  filter: drop-shadow(1.877px 11.852px 10.5px rgba(0, 0, 0, 0.25));

  width: 100%;

  height: 100%;

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

}

.header_schedule::before {
  content: '';
  background-image: url('../images/home/date.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 16px;
}

.header_schedule:hover {

  transform: scale(0.9);

  transition: 0.5s;

}

.header_number {

  font-size: 22px;

  color: #ffffff;

  font-weight: 600;

  font-family: 'Poppins-SemiBold';

  position: relative;

  padding: 16px 25px 8px 55px;

  transition: 0.5s;

}

.header_number::after {

  content: '';

  background-image: url('../images/home/number_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 100%;

  height: 100%;

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

}

.header_number:hover {

  transform: scale(0.9);

  transition: 0.5s;

}



.header_secondblock {

  position: relative;

  float: left;

  width: 100%;

}

.header_menusec {

  float: left;

  width: 100%;

}

.header-nav {

  float: left;

  width: 100%;

  position: relative;

  text-align: center;

}

.header_location {

  float: left;

  width: 20%;

  padding-left: 2.5em;

  position: relative;

  text-align: center;

}

.header_location::before {

  content: '';

  background-image: url('../images/home/location_pin.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 25px;

  height: 25px;

  position: absolute;

  left: 40px;

  top: 0;

}

.header_location::after {

  content: '';

  width: 2px;

  height: 60px;

  border-radius: 1px;

  background-color: #ede9e3;

  position: absolute;

  top: -14px;

  right: 5px;

}

.header_location p {

  font-size: 16px;

  line-height: 26px;

  color: #888888;

  font-weight: 500;

  font-family: 'Poppins-SemiBold';

}



.header_contdetail {

  float: left;

  width: 23%;

  padding: 0em 1em 0 1em;

  position: relative;

}

.header_contdetail::after {

  content: '';

  width: 2px;

  height: 60px;

  border-radius: 1px;

  background-color: #ede9e3;

  position: absolute;

  top: -14px;

  right: 35px;

}

.header_contdetail a {

  display: block;

  text-align: center;

  font-size: 16px;

  line-height: 26px;

  color: #888888;

  font-weight: 700;

  font-family: 'Poppins-SemiBold';

  position: relative;

  transition: 0.5s;

  margin-right: 1em;

}

.header_contdetail a:hover,

.header_contdetail a:hover::before {

  -webkit-animation: vibrate-1 0.3s linear infinite both;

  animation: vibrate-1 0.3s linear infinite both;

}

.header_contdetail a::before {

  content: '';

  background-image: url('../images/home/phone.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 22px;

  height: 22px;

  position: absolute;

  top: 0;

  left: 2px;

}

.header_email {

  float: left;

  width: 28%;

  text-align: center;

  position: relative;

}

.header_email::after {

  content: '';

  width: 2px;

  height: 60px;

  border-radius: 1px;

  background-color: #ede9e3;

  position: absolute;

  top: -14px;

  right: 10px;

}

.header_email a {

  font-size: 15px;

  line-height: 25px;

  color: #888888;

  font-weight: 500;

  font-family: 'Poppins-SemiBold';

  position: relative;

}

.header_email:hover {

  -webkit-animation: vibrate-1 0.3s linear infinite both;

  animation: vibrate-1 0.3s linear infinite both;

}

.header_email a::before {

  content: '';

  background-image: url('../images/home/mail.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  position: absolute;

  width: 25px;

  height: 20px;

  top: 1px;

  left: -34px;

}



.header_socialmedia {

  float: left;

  width: 20%;

}

.header_socialmedia ul li {

  display: inline-block;

  margin: 0 5px;

}

.header_socialmedia ul li a {

  color: #888888;

  font-size: 22px;

}

.header_socialmedia ul li a:hover {

  color: #406382;

  transition: 0.5s;

}



/* Home Banner */

.bannerhme_wrapper {

  float: left;

  width: 100%;

  margin: -7em 0 2em;

  padding: 0 0 2em;

}

.bannerhme_slic {

  float: left;

}

.bannerhme_single {

  float: left;

}

.bannerhme_image {

  float: left;

}

.bannerhme_image img {

  height: 694px;

  width: 100%;

  object-fit: cover;

  object-position: center;

}

.bannerhme_content {

  position: absolute;

  bottom: 0;

  top: 0;

  left: 0;

  height: auto;

  z-index: 2;

}

.bannerhme_content::after {

  content: '';

  background-image: url('../images/home/content_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 100%;

  height: 100%;

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

}

.bannerhme_content_inner {

  display: flex;

  height: 100%;

  flex-direction: column;

  justify-content: center;

  padding: 0em 12em 0em 3em;

  position: relative;

}

.bannerhme_content_inner h1,
.bannerhme_content_inner h2 {

  font-size: 40px;

  text-transform: uppercase;

  color: #ffffff;

}

.bannerhme_content_inner p {

  font-size: 18px;

  line-height: 26px;

  color: #ffffff;

  font-weight: 400;

}

a.head_learnmore {

  font-size: 18px;

  text-transform: uppercase;

  color: #ffffff;

  font-weight: 600;

  padding: 10px 15px 10px 45px;

  border-radius: 21px 21px 21px 0;

  background-image: linear-gradient(-90deg, #f36d15 0%, #f5a11f 100%);

  position: relative;

  width: 37%;

  transition: 0.5s;

}

a.head_learnmore::before {

  content: '';

  background-image: url('../images/home/header_learnmre_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 40px;

  height: 42px;

  position: absolute;

  bottom: 2px;

  left: 2px;

}

a.head_learnmore:hover {

  transform: scale(0.9);

  transition: 0.5s;

}

.cover_media {

  width: 100%;

  float: left;

  margin-bottom: 0;

  text-align: center;

  filter: drop-shadow(-0.349px -3.985px 16px rgba(0, 0, 0, 0.33));

  align-items: center;

  position: absolute;

  bottom: 0;

  left: 10px;

}

.media_ratings {

  width: 95%;

  float: left;

  padding: 0;

  font-size: 15px !important;

  position: relative;

}

.media_ratings::after {

  content: '';

  background-image: url('../images/permit/banner_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 100%;

  height: 128%;

  position: absolute;

  z-index: -1;

  top: -8px;

  left: 0;

}

.reviewitems {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  width: 18%;

  float: left;

  gap: 8px;

  padding: 5px 0 10px;

  position: relative;

}

.reviewitems::before {

  content: '';

  border-radius: 5px 5px 0 0 !important;

  background-color: #f47f18 !important;

  width: 95% !important;

  height: 145% !important;

  position: absolute !important;

  z-index: -1 !important;

  bottom: 0 !important;

  left: 5px !important;

}

.reviewitems:nth-child(2)::before {

  background-color: #ffffff !important;

  height: 130% !important;

}

.reviewitems:nth-child(2) .google_rate i {

  color: #f47f18;

}

.reviewitems:nth-child(2) span.star i {

  color: #f47f18;

}

.reviewitems:nth-child(2) span.score {

  color: #f47f18;

}



.reviewitems:nth-child(3)::before {

  height: 118% !important;

}

.google_rate {

  margin-top: 7px;

  font-size: 16px !important;

  line-height: 0 !important;

}

.google_rate i {

  font-size: 26px;

  line-height: 0 !important;

  color: #ffffff;

}

.h_rating {

  font-size: 15px !important;

  line-height: 0 !important;

}

span.star {

  font-size: unset !important;

  line-height: 30px;

}

span.star i {

  font-size: 11px;

  color: #ffffff;

  font-family: FontAwesome;

  line-height: 8px;

  position: relative;

}

span.score {

  font-size: 13px;

  color: #fff;

  line-height: 14px;

  display: block;

  font-family: 'Poppins-SemiBold';

}





/* hme service blk */

.hme_services_blk {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 5em 0 2em;

  position: relative;

}

.hme_services_inner {

  float: left;

}

.hme_service_content_blk {

  float: left;

}

.hme_service_content_inner {

  float: left;

  width: 100%;

}

.hme_service_imgblk {

  float: left;

}

.hme_service_img {

  position: relative;

}

.hme_service_img img {

  height: 418px;

  width: 100%;

  object-fit: cover;

  object-position: center;

}

.hme_service_content {

  float: left;

  width: 26%;

  position: absolute;

  z-index: 1;

  bottom: 0;

  left: 6.5em;

  right: 0;

  margin: 0 auto;

  padding: 0 15px;

}

.hme_service_content::after {

  content: '';

  background-color: #090e11;

  opacity: 0.902;

  width: 100%;

  height: 100%;

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

}

.service_icon {

  float: left;

  width: 25%;

}

.service_icon img {

  height: 100px;

  object-fit: contain;

}

.service_content_blk {

  float: left;

  width: 75%;

  padding: 0 12px;

}

.hme_service_content h4,

.hme_service_content h5 {

  font-size: 22px;

  line-height: 32px;

  color: #ffffff;

  font-weight: 500;

  font-family: 'Poppins-SemiBold';

}

.hme_service_content p {

  font-size: 12px;

  color: #ffffff;

  font-weight: 300;

}

.tab-panel {

  display: none;

}

.tab-panel.active {

  display: block;

}

.hme_service_content_blk {

  position: relative;

}

.hme_service_list {

  position: absolute;

  top: -3em;

  right: 0;

}

.hme_service_list .tab-links {

  position: relative;

  background-image: linear-gradient(-40deg, #f36d15 0%, #f5a11f 100%);

}

.hme_service_list .tab-links::after {

  content: '';

  background-image: url('../images/home/services_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  position: absolute;

  z-index: -1;

  top: 0;

  left: -10px;

}

.hme_service_list .tab-links::after {

  content: '';

  border-radius: 10px;

  background-color: #ffffff;

  width: 100%;

  height: 100%;

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

}

.tab-links h4 {

  font-size: 30px;

  line-height: 40px;

  text-transform: uppercase;

  color: #ffffff;

  text-align: center;

  padding: 30px 0 15px;

  position: relative;

}

.tab-links h4::before {

  content: '';

  width: 204px;

  height: 1px;

  border-radius: 0px;

  background-color: #ffffff;

  position: absolute;

  bottom: 0px;

  right: 25px;

}

.tab-links h4::after {

  content: '';

  width: 204px;

  height: 1px;

  border-radius: 0px;

  background-color: #ffffff;

  position: absolute;

  top: 15px;

  left: 25px;

}

.tab-links ul {

  height: 610px;

  overflow-y: scroll;

  text-align: left;

  padding: 0 20px;

  margin: 15px 0 0;

}

.tab-links ul::-webkit-scrollbar {

  width: 5px;

}

/*thumb*/

.tab-links ul::-webkit-scrollbar-thumb {

  border-radius: 20px;

  background-color: #ffffff;

}

/*track*/

.tab-links ul::-webkit-scrollbar-track {

  background-color: #fff;

  border-radius: 20px;

}

.tab-links li {

  padding: 20px 0px 20px 20px;

  border-bottom: 1px solid #ffffff;

  list-style-type: none;

  cursor: pointer;

  transition: 0.5s;

  position: relative;

}

.tab-links li a {

  font-size: 23px;

  line-height: 30px;

  color: #ffffff;

  font-weight: 500;

  font-family: 'Poppins-Regular';

}

.tab-links li::before {

  content: '';

  background-image: url('../images/home/right-up.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 15px;

  height: 13px;

  position: absolute;

  top: 30px;

  right: 20px;

}

.tab-links li.active {

  border-radius: 31px;

  filter: drop-shadow(1.877px 11.852px 10.5px rgba(0, 0, 0, 0.25));

  background-image: linear-gradient(-90deg, #121212 0%, #3f3f3f 100%);

  border: 1px solid #ffffff;

  transition: 0.5s;

}

.tab-links li.active::before {

  background-image: url('../images/home/right-up\ \(1\).webp');

}

.tab-links li:hover {

  border-radius: 31px;

  filter: drop-shadow(1.877px 11.852px 10.5px rgba(0, 0, 0, 0.25));

  background-image: linear-gradient(-90deg, #121212 0%, #3f3f3f 100%);

  border: 1px solid #ffffff;

  transition: 0.5s;

}

.tab-links li:hover::before {

  background-image: url('../images/home/right-up\ \(1\).webp');

}

.tab-links li::after {

  content: '';

  background-image: url('../images/menhealth/speech-bubble.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 24px;

  height: 24px;

  position: absolute;

  top: 20px;

  left: 15px;

}

.hme_service_static_blk {

  float: left;

  position: relative;

}

.hme_service_static_inner {

  float: left;

  width: 100%;

}

.hme_service_static_inner h3 {

  font-size: 35px;

  line-height: 45px;

  text-transform: uppercase;

  color: #ef7c24;

}

.hme_service_static_inner p {

  font-size: 16px;

  line-height: 24px;

  color: #000000;

  font-weight: 400;

}

.service_but {

  font-size: 18px;

  text-transform: uppercase;

  color: #ffffff;

  font-weight: 600;

  border-radius: 21px 21px 21px 0;

  padding: 10px 25px 10px 45px;

  background-image: linear-gradient(-90deg, #121212 0%, #3f3f3f 100%);

  filter: drop-shadow(1.408px 8.889px 6px rgba(0, 0, 0, 0.21));

  position: relative;

  transition: 0.5s;

  display: inline-block;

  margin: 12px 0 0;

}

.service_but:hover {

  transform: scale(0.9);

  transition: 0.5s;

}

.service_but::before {

  content: '';

  background-image: url('../images/home/service_but_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 35px;

  height: 35px;

  position: absolute;

  top: 5px;

  left: 4px;

}

.hme_service_slic {
  display: none;
}



/* hme first blk */

.hme_first_blk {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 6em 0 2em;

}

.hme_first_inner {

  float: left;

  position: relative;

}
.hme_first_inner p a,
.hme_aboutus_inner p a{
  border-bottom: 1px solid #fff;
  font-family: 'Poppins-Regular';
  color: #fff;
}
.hme_first_inner ul li,
.hme_aboutus_inner ul li{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  font-family: 'Poppins-Regular';
  display: flow-root;
  padding-left: 1.5em;
  margin-bottom: 10px;
  position: relative;
}
.hme_first_inner ul li::before,
.hme_aboutus_inner ul li::before{
  content: "\f192";
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  font-size: 19px;
  color: #ef7c24;
}

.hme_first_inner::after {

  content: '';

  background-image: url('../images/home/first_blk_bg2.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 47%;

  height: 107.5%;

  position: absolute;

  z-index: -1;

  top: -55px;

  left: -30px;

}

.hme_first_imgblk {

  float: right;

}

.hme_first_img {

  position: relative;

}

.hme_first_img img {

  height: 750px;

  width: 100%;

  object-fit: cover;

  object-position: center;

}

.hme_first_content {

  position: absolute;

  z-index: 1;

  top: -4em;

  left: 2em;

  padding: 15px 30px 25px 30px;

  background-color: #1c1c1c;

}

.hme_first_content::before {

  content: '';

  background-image: url('../images/home/first_blk_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 20px;

  height: 20px;

  position: absolute;

  top: 12.5em;

  left: -2px;

}

.hme_first_content h3 {

  font-size: 40px;

  line-height: 50px;

  color: #ffffff;

}

.hme_first_content p {

  font-size: 18px;

  line-height: 29px;

  color: #ffffff;

  font-weight: 400;

}

.hme_btn_set {

  display: flex;

  margin-top: 2em;

  gap: 30px;

}

.readmore {

  font-size: 18px;

  text-transform: uppercase;

  color: #ffffff;

  font-weight: 600;

  border-radius: 21px 21px 21px 0;

  padding: 10px 20px 10px 40px;

  background-image: linear-gradient(-90deg, #f36d15 0%, #f5a11f 100%);

  filter: drop-shadow(1.408px 8.889px 6px rgba(0, 0, 0, 0.21));

  position: relative;

  transition: 0.5s;

}

.readmore::before {

  content: '';

  background-image: url('../images/home/header_learnmre_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 35px;

  height: 43px;

  position: absolute;

  top: 1px;

  left: 2px;

}

.readmore:hover {

  transform: scale(0.9);

  transition: 0.5s;

}

.call_btn {

  font-size: 18px;

  text-transform: uppercase;

  color: #ffffff;

  font-weight: 600;

  border-radius: 21px 21px 21px 0;

  padding: 10px 25px 10px 45px;

  background-image: linear-gradient(-90deg, #121212 0%, #3f3f3f 100%);

  filter: drop-shadow(1.408px 8.889px 6px rgba(0, 0, 0, 0.21));

  position: relative;

  transition: 0.5s;

}

.call_btn::before {

  content: '\f095';

  font-family: Fontawesome;

  font-size: 25px;

  color: #000000;

  background-color: #ffffff;

  border-radius: 21px 21px 21px 0;

  padding: 2px 8px 0px 7px;

  position: absolute;

  top: 4px;

  left: 5px;

}

.call_btn:hover {

  transform: scale(0.9);

  transition: 0.5s;

}

/* hme second blk */

.hme_second_blk {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;

  position: relative;

}

.hme_second_blk::after {

  content: '';

  background-color: #f8f8f8;

  width: 100%;

  height: 100%;

  position: absolute;

  z-index: -2;

  bottom: 0;

  left: 0;

}

.hme_second_inner {

  float: left;

}

.hme_second_inner h3 {

  font-size: 30px;

  line-height: 40px;

  color: #ef7c24;

  text-align: center;

}

.hme_second_inner p {

  font-size: 15px;

  line-height: 24px;

  color: #000000;

  font-weight: 400;

  text-align: center;

  position: relative;

}

.hme_second_inner p::before {

  content: '';

  opacity: 0.200;

  width: 468px;

  height: 1px;

  border-radius: 1px;

  background-color: #000000;

  position: absolute;

  bottom: -25px;

  left: 0;

  right: 0;

  margin: 0 auto;

}

.hme_second_imgblk {

  float: left;

  margin: 3em 0 2em;

}

.hme_second_img_single {

  float: left;

  margin: 0 27px;

  width: 29%;

  position: relative;

}

.hme_second_img_single::before {

  content: '';

  width: 1px;

  height: 138px;

  border-radius: 0px;

  background-color: #ef7c24;

  position: absolute;

  top: 15px;

  right: -25px;

}

.hme_second_img_single:nth-child(3)::before {

  content: unset;

}

.hme_second_img {

  position: relative;

}

.hme_second_img img {

  height: 150px;

  object-fit: contain;

  object-position: center;

}



/* hme third blk */

.hme_third_blk {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0 7em;

}

.hme_third_inner {

  float: left;

}
.hme_third_inner p a{
  border-bottom: 1px solid #ef7c24;
  font-family: 'Poppins-Regular';
  color: #ef7c24;
}
.hme_third_inner ul li {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  font-family: 'Poppins-Regular';
  display: flow-root;
  padding-left: 1.5em;
  margin-bottom: 10px;
  position: relative;
}
.hme_third_inner ul li:before {
  content: "\f192";
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  font-size: 19px;
  color: #ef7c24;
}

.hme_third_imgblk {

  float: left;

}

.hme_third_img {

  position: relative;

  margin-right: 4em;
  margin-bottom: 3em;

  text-align: center;

}

.hme_third_img::after {

  content: '';

  background-image: url('../images/home/hme_third_img_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 125%;

  height: 118%;

  position: absolute;

  z-index: -1;

  top: 0;

  left: -50px;

}

.hme_third_img img {

  width: 650px;

  height: 650px;

  object-fit: cover;

  object-position: center;

  border-radius: 50%;

  filter: drop-shadow(-0.698px 19.988px 20px rgba(0, 0, 0, 0.25));

  border: 2px solid #ffffff;

  outline: 2px solid #ffffff;

  outline-offset: 25px;

}

.hme_third_inner h3 {

  font-size: 35px;

  line-height: 45px;

  color: #000000;

  font-weight: 400;
  position: relative;

}

.hme_third_inner p {

  font-size: 18px;

  line-height: 30px;

  color: #000000;

  font-weight: 400;
  position: relative;

}



/* hme coupons blk */

.hme_coupons_blk {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;

}

.hme_coupons_inner {

  float: left;

}

.hme_coupons_title {

  float: left;

  text-align: center;

  margin: 3em 0;

}

.hme_coupons_title h3 {

  font-size: 40px;

  line-height: 50px;

  color: #090e11;

  font-weight: 400;

}

.couponshme_slic {

  float: left;

}

.coupon_single {

  float: left;

}

.coupon_single_inner {

  margin: 0 15px;

  text-align: center;

}

.coupon_first_blk {

  float: left;

  width: 100%;

  position: relative;

  padding: 2em 0;

}

.coupon_first_blk::after {

  content: '';

  background-image: url('../images/home/coupon_blk_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 100%;

  height: 130%;

  position: absolute;

  z-index: -2;

  top: -6em;

  left: 0;

}

.coupon_first_blk span {

  font-size: 70px;

  line-height: 100px;

  color: #272727;

  font-family: 'SpecialGothicExpandedOne';

}

.coupon_first_blk span sub {

  font-size: 35px;

  line-height: 35px;

  color: #272727;

  font-family: 'SpecialGothicExpandedOne';

}

.hme_coupon_icon {

  float: left;

  width: 100%;

  text-align: center;

  position: relative;

  margin: 20px 0;

  padding: 20px 0;

}

.hme_coupon_icon::after {

  content: '';

  background-image: url('../images/home/coupon_icon_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 22%;

  height: 100%;

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

}

.hme_coupon_icon img {

  height: 50px;

  object-fit: contain;

  object-position: center;

}

.coupon_content {

  float: left;

  width: 80%;

  position: relative;

  top: -2em;

  left: -1em;

  border-radius: 26px;

  background-color: #ffffff;

  filter: drop-shadow(7px 12.124px 9.5px rgba(0, 0, 0, 0.12));

  padding: 15px 10px;

}

.coupon_content h4 {

  font-size: 22px;

  color: #ffffff;

  text-align: center;

  border-radius: 17px;

  background-color: #f36e15;

  padding: 10px 10px;

  display: flex;

  justify-content: center;

  align-items: center;

  min-height: 68px;

}

.coupon_content p {

  font-size: 15px;

  line-height: 22px;

  color: #000000;

  font-weight: 400;

  margin-bottom: 10px;
  padding: 0 12px 0 0;
  position: relative;
  height: 80px;
  overflow-y: scroll;

}

/* width */
.coupon_content p::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.coupon_content p::-webkit-scrollbar-thumb {
  background-color: #f36e15;
  border-radius: 10px;
}

/* Handle */
.coupon_content p::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.coupon_content p::before {

  content: '';

  width: 160px;

  height: 1px;

  border-radius: 0px;

  background-color: #f36e15;

  position: absolute;

  bottom: -15px;

  left: 0;

  right: 0;

  margin: 0 auto;

}

.coupon_content a {
  display: block;
}

.couponshme_slic .slick-list.draggable {

  padding: 7em 0 3em;

}

.couponshme_slic ul.slick-dots {

  text-align: center;

}

.couponshme_slic ul.slick-dots li {

  list-style-type: none;

  display: inline-block;

  margin: 0 5px;

}

.couponshme_slic ul.slick-dots li button {

  width: 13px;

  height: 13px;

  background-color: #272727;

  border: unset;

  font-size: 0;

  transition: 0.5s;

}

.couponshme_slic ul.slick-dots li.slick-active button {

  width: 13px;

  height: 13px;

  background-color: #ef7c24;

  margin: 0 10px;

  transition: 0.5s;

}

.coupon_single.slick-active+.slick-active .coupon_first_blk::after {

  background-image: url('../images/home/coupon_blk_bg2.webp');

  transition: 0.5s;

  left: -15px;

}

.coupon_single.slick-active+.slick-active+.slick-active .coupon_first_blk::after {

  background-image: url('../images/home/coupon_blk_bg.webp');

  transition: 0.5s;

  left: 0;

}



.coupon_single.slick-active+.slick-active .coupon_first_blk span {

  color: #f36e15;

  transition: 0.5s;

}

.coupon_single.slick-active+.slick-active+.slick-active .coupon_first_blk span {

  color: #272727;

  transition: 0.5s;

}



.coupon_single.slick-active+.slick-active .coupon_content h4 {

  background-color: #272727;

  transition: 0.5s;

}

.coupon_single.slick-active+.slick-active+.slick-active .coupon_content h4 {

  background-color: #f36e15;

  transition: 0.5s;

}



.coupon_single.slick-active+.slick-active .hme_coupon_icon::after {

  background-image: url('../images/home/coupon_icon_bg2.webp');

  transition: 0.5s;

}

.coupon_single.slick-active+.slick-active+.slick-active .hme_coupon_icon::after {

  background-image: url('../images/home/coupon_icon_bg.webp');

  transition: 0.5s;

}



.coupon_single.slick-active+.slick-active .coupon_content p::before {

  background-color: #272727;

  transition: 0.5s;

}

.coupon_single.slick-active+.slick-active+.slick-active .coupon_content p::before {

  background-color: #f36e15;

  transition: 0.5s;

}



/* hme faq blk */

.hme_faq_blk {

  float: left;

  width: 100%;

  margin: 2em 0 5em;

  padding: 2em 0;

  position: relative;

}

.service_det_faq::after {
  content: '';
  background-image: unset;
  background-color: #f3f3f3;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.hme_faq_blk::after {

  content: '';

  background-image: url('../images/home/hme_faq_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 100%;

  height: 100%;

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

}

.hme_faq_inner {

  float: left;

}

.hme_faq_imgblk {

  float: left;

  position: relative;

}

.hme_faq_img_content {

  float: left;

  width: 100%;

  padding: 15px 20px 15px 25px;

  border-radius: 5px;

  background-color: #ffffff;

  border: 1px solid #f8f8f8;

}

.hme_faq_img_content h3 {

  font-size: 50px;

  line-height: 50px;

  color: #ef7c24;

  font-weight: 400;

  margin-bottom: 18px;

  position: relative;

}

.hme_faq_img_content h3::before {

  content: '';

  width: 242px;

  height: 2px;

  border-radius: 1px;

  background-color: #f47f18;

  position: absolute;

  bottom: -11px;

  left: -10px;

}

.hme_faq_img_content p {

  font-size: 18px;

  line-height: 28px;

  color: #000000;

  font-weight: 400;

}

.hme_faq_img {

  position: relative;

}

.hme_faq_img img {

  height: 343px;

  width: 100%;

  object-fit: cover;

  object-position: center;

  border-radius: 5px;

}

.faq_call {

  font-size: 25px;

  line-height: 28px;

  color: #000000;

  font-weight: 600;

  font-family: 'Poppins-SemiBold';

  border-radius: 31px;

  filter: drop-shadow(9.5px 16.454px 11.5px rgba(0, 0, 0, 0.2));

  background-image: linear-gradient(90deg, #ffffff 0%, #ededed 100%);

  border: 1px solid #cccccc;

  padding: 10px 20px 10px 50px;

  position: relative;

  top: -15px;

  left: 2em;

}

.faq_call::before {

  content: '';

  background-image: url('../images/home/phone.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 22px;

  height: 22px;

  position: absolute;

  top: 15px;

  left: 18px;

}

.hme_faqblk_content_box {

  float: left;

}

.faq_question_box {

  margin: 1.5em 0;

  height: 600px;

  overflow-y: scroll;

  padding-right: 2em;

  padding-left: 2em;

}

.faq_question_box::-webkit-scrollbar {

  width: 5px;

}

/* Track */

.faq_question_box::-webkit-scrollbar-track {

  border-radius: 20px;

  width: 3px;

  background-color: #ffffff;

}

/* Handle */

.faq_question_box::-webkit-scrollbar-thumb {

  border-radius: 20px;

  width: 5px;

  background-color: #272727;

}

.hme_faqblk_content_box .faq_question_box .set {

  margin-bottom: 10px;

  position: relative;

}

.hme_faqblk_content_box .faq_question_box .set.active {

  border-radius: 5px 50px 5px 5px;

  filter: drop-shadow(7px 12.124px 11.5px rgba(0, 0, 0, 0.29));

  background-color: #ffffff;

  margin-bottom: 20px;

  margin-top: 10px;

}

.hme_faqblk_content_box .faq_question_box .set a.active {

  padding: 20px 4em 0px 30px;

  color: #ef7c24 !important;

  font-weight: 600;

  border: unset;

  border-radius: unset;

  background-color: unset;

  font-family: 'SpecialGothicExpandedOne';

}

.hme_faqblk_content_box .faq_question_box .set a {

  width: 100%;

  display: block;

  font-family: 'Poppins-Regular';

  padding: 15px 3em 15px 1.5em;

  background-color: #ffffff;

  text-decoration: none;

  font-size: 20px;

  line-height: 30px;

  color: #5c5c5c;

  font-weight: 400;

  border: 1px solid #e5e5e5;

  cursor: pointer !important;

  position: relative;

  border-radius: 5px 5px 50px 5px;

}

.hme_faqblk_content_box .faq_question_box .set a::before {

  content: '';

  background-image: url('../images/home/plus.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  position: absolute;

  width: 20px;

  height: 20px;

  top: 20px;

  right: 40px;

}

.hme_faqblk_content_box .faq_question_box .set a.active::before {

  content: '';

  background-image: url('../images/home/minus.webp');

  width: 25px;

  height: 12px;

  top: 30px;

}

.hme_faqblk_content_box .faq_question_box .set:nth-child(odd) a {

  border-radius: 5px 50px 5px 5px;

}

.hme_faqblk_content_box .faq_question_box .set a i {

  position: absolute;

  left: unset;

  top: 17px;

  right: 30px;

  color: #166989;

  height: auto;

  font-size: 20px;

  line-height: 30px;

  cursor: pointer !important;

}

.hme_faqblk_content_box .faq_question_box .set a.active i {

  color: #166989 !important;

  background-color: unset;

  font-size: 20px;

  line-height: 30px;

  bottom: -15px;

  top: unset;

  cursor: pointer !important;

}

.hme_faqblk_content_box .faq_question_box .content {

  padding: 15px 4em 15px 2em;

  width: 100%;

  height: auto;

  margin: 0 auto;

  position: relative;

  border-bottom-left-radius: 10px;

  border-bottom-right-radius: 60px;

  cursor: pointer;

}

.hme_faqblk_content_box .faq_question_box .content p {

  font-size: 14px;

  line-height: 22px;

  color: #000000;

  font-weight: 400;

  padding-right: 1em;

}



/* hme about us blk */

.hme_aboutus_blk {

  float: left;

  width: 100%;

  margin: 4em 0;

  position: relative;

}

.hme_aboutus_blk::before {

  content: '';

  /* border-bottom: 36px solid #f36d15; */

  background-color: #f3980a;

  width: 50%;

  height: 33px;

  position: absolute;

  bottom: 0;

  left: 0;

}

.hme_aboutus_blk::after {

  content: '';

  background-image: url('../images/home/aboutus_blk_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  position: absolute;

  z-index: -1;

  width: 100%;

  height: 100%;

  top: 0;

  left: -1px;

}

.hme_aboutus_inner {

  float: left;

}

.hme_aboutus_imgblk {

  float: right;

}

.hme_aboutus_img {
  margin-left: 3em;
  position: relative;

}

.hme_aboutus_img::before {

  content: '';

  background-image: url('../images/home/hme_aboutus_img_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 104.8%;

  height: 100%;

  position: absolute;

  top: 0;

  left: -38px;

  right: 0;

  bottom: 0;

}

.hme_aboutus_img img {

  height: 782px;

  width: 100%;

  object-fit: cover;

  object-position: center;

}

.hme_aboutus_inner h3,

.hme_aboutus_inner h4 {

  font-size: 40px;

  line-height: 50px;

  color: #ffffff;

  font-weight: 400;

  padding: 0 0 0 20px;

  position: relative;

  margin: 1em 0 10px 0;

}

.hme_aboutus_inner h3::before,

.hme_aboutus_inner h4::before {

  content: '';

  width: 2px;

  height: 86px;

  border-radius: 1px;

  background-color: #ffffff;

  position: absolute;

  top: 8px;

  left: 0;

}

.hme_aboutus_inner p {

  font-size: 18px;

  line-height: 29px;

  color: #ffffff;

  font-weight: 400;

}

.hme_aboutus_inner .hme_btn_set {

  position: absolute;

  bottom: 1em;

  right: 10em;

  background-color: #fff;

  padding: 10px 10px;

  border-radius: 27px 0;

}



/* Review page */

.hme_review_blk {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;

}

.hme_review_inner {

  float: left;

}

.hme_review_title {

  float: left;

  text-align: center;

}

.hme_review_title h3 {

  font-size: 40px;

  line-height: 50px;

  color: #000000;

  font-weight: 400;

}

.hme_review_slic {

  float: left;

}

.review_single {

  float: left;

}

.review_single_inner {

  position: relative;

  padding: 20px 25px 15px 25px;

  margin: 0 20px 0 30px;

}

.review_single_inner::after {

  content: '';

  background-image: url('../images/home/review_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 113%;

  height: 125%;

  position: absolute;

  z-index: -3;

  top: -40px;

  left: -30px;

}

.authordetail {

  text-align: center;

  position: relative;

  padding: 5px 0;

  margin: 20px 0;

}

.authordetail::before {

  content: '';

  border-radius: 50px;

  border: 1px solid #f47f18;

  width: 50%;

  height: 100%;

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

}

.authordetail h4 {

  font-size: 18px;

  color: #f47f18;

  font-weight: 600;

  font-family: 'Poppins-SemiBold';

  margin-bottom: 2px;

  margin-top: 2px;

}

.authordetail span {

  font-size: 14px;

  color: #000000;

  font-weight: 400;

}

.review_single_inner a::before {

  content: '';

  background-image: url('../images/home/google_icon.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 55px;

  height: 55px;

  position: absolute;

  top: 20px;

  right: 20px;

}

.review_single_inner p {

  font-size: 14px;

  line-height: 23px;

  color: #272727;

  font-weight: 400;

  text-align: center;

  overflow-y: scroll;

  height: 180px;

  padding: 0 10px 0 0;

}

/* width */

.review_single_inner p::-webkit-scrollbar {

  width: 5px;

}

/* Track */

.review_single_inner p::-webkit-scrollbar-thumb {

  background-color: transparent;

  border-radius: 10px;

}

/* Handle */

.review_single_inner p::-webkit-scrollbar-track {

  border-radius: 10px;

  background-color: transparent;

}

.star-rating {

  text-align: center;

}

.star-rating i {

  color: #f7c233;

}

.hme_review_slic .slick-list.draggable {

  padding: 7em 0 5em 0;

  filter: drop-shadow(1.721px 10.865px 16px rgba(38, 38, 38, 0.12));

}

.hme_review_slic ul.slick-dots {

  text-align: center;

}

.hme_review_slic ul.slick-dots li {

  list-style-type: none;

  display: inline-block;

  margin: 0 5px;

}

.hme_review_slic ul.slick-dots li button {

  width: 13px;

  height: 13px;

  background-color: #272727;

  border: unset;

  font-size: 0;

  transition: 0.5s;

}

.hme_review_slic ul.slick-dots li.slick-active button {

  width: 13px;

  height: 13px;

  background-color: #ef7c24;

  margin: 0 10px;

  transition: 0.5s;

}

.review_single.slick-active+.slick-active .review_single_inner::after {

  background-image: url('../images/home/review_bg2.webp');

  transition: 0.5s;

}

.review_single.slick-active+.slick-active+.slick-active .review_single_inner::after {

  background-image: url('../images/home/review_bg.webp');

  transition: 0.5s;

}



.review_single.slick-active+.slick-active .review_single_inner a::before {

  background-image: url('../images/home/google_icon2.webp');

  transition: 0.5s;

}

.review_single.slick-active+.slick-active+.slick-active .review_single_inner a::before {

  background-image: url('../images/home/google_icon.webp');

  transition: 0.5s;

}



.review_single.slick-active+.slick-active .review_single_inner {

  top: -3em;

  transition: 0.5s;

}

.review_single.slick-active+.slick-active+.slick-active .review_single_inner {

  top: 0;

  transition: 0.5s;

}



/* hme blog blk */

.hme_blog_blk {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;

}

.hme_blog_inner {

  float: left;

}

.hme_blog_title {

  float: left;

  text-align: center;

  margin: 2em 0;

}

.hme_blog_title h3 {

  font-size: 40px;

  line-height: 50px;

  color: #2c2c2c;

  font-weight: 400;

}

.blog_single {

  float: left;

  position: relative;

  padding: 0 12px 0;

}

.blog_single_inner {

  float: left;

  width: 100%;

  position: relative;

  border-radius: 20px;

  filter: drop-shadow(0px 11px 9.5px rgba(38, 38, 38, 0.05));

  background-color: #ffffff;

  border: 1px solid #f6f6f6;

}

.blog_single_inner::after {

  content: '';

  border-radius: 20px;

  background-color: #ef7c24;

  width: 100%;

  height: 75%;

  position: absolute;

  z-index: -2;

  top: 0;

  left: 0;

}

.hme_blog_imgblk {

  float: left;

  width: 100%;

  padding: 4em 0 0;

}

.hme_blog_imgblk img {

  height: 374px;

  width: 100%;

  object-fit: cover;

  object-position: top;

  border-radius: 20px 20px 0 0;

}

.blog_date {

  font-size: 30px;

  line-height: 30px;

  text-transform: uppercase;

  color: #ffffff;

  font-weight: 600;

  font-family: 'Poppins-SemiBold';

  text-align: center;

  width: 21%;

  padding: 12px 0px 12px 0;

  position: absolute;

  top: -10px;

  right: 10px;

  border-radius: 50%;

  background-color: #272727;

  border: 2px solid #ffffff;

}

.hme_blog_content {

  padding: 0 15px 0 20px;

  position: relative;

  margin: 5px 0 0;

  float: left;

  width: 100%;

}

.hme_blog_content::before {

  content: '';

  background-image: url('../images/home/blog_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 55px;

  height: 55px;

  position: absolute;

  bottom: -10px;

  right: 0;

}

.hme_blog_content h4 {

  font-size: 22px;

  line-height: 32px;

  color: #272727;

  font-weight: 400;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

  overflow: hidden
}

.hme_blog_slic .slick-list.draggable {

  padding: 3em 0;

}

.hme_blog_slic ul.slick-dots {

  text-align: center;

}

.hme_blog_slic ul.slick-dots li {

  list-style-type: none;

  display: inline-block;

  margin: 0 5px;

}

.hme_blog_slic ul.slick-dots li button {

  width: 13px;

  height: 13px;

  background-color: #272727;

  border: unset;

  font-size: 0;

  transition: 0.5s;

}

.hme_blog_slic ul.slick-dots li.slick-active button {

  width: 13px;

  height: 13px;

  background-color: #ef7c24;

  margin: 0 10px;

  transition: 0.5s;

}

.blog_single.slick-active+.slick-active .blog_single_inner::after {

  background-color: #272727;

  transition: 0.5s;

}

.blog_single.slick-active+.slick-active+.slick-active .blog_single_inner::after {

  background-color: #ef7c24;

  transition: 0.5s;

}



.blog_single.slick-active+.slick-active .blog_date {

  background-color: #ef7c24;

  transition: 0.5s;

}

.blog_single.slick-active+.slick-active+.slick-active .blog_date {

  background-color: #272727;

  transition: 0.5s;

}



.blog_single.slick-active+.slick-active .hme_blog_content::before {

  background-image: url('../images/home/blog_bg2.webp');

  transition: 0.5s;

}

.blog_single.slick-active+.slick-active+.slick-active .hme_blog_content::before {

  background-image: url('../images/home/blog_bg.webp');

  transition: 0.5s;

}





/**** Footer blk ****/

.footer_wrapper {

  /* margin-top: 2em;

  padding: 2em 0em 0em; */

  float: left;

  width: 100%;

  padding: 2em 0 0;

  height: auto;

  filter: drop-shadow(0px -10px 10px rgba(244, 127, 24, 0.1));

  background-color: #ffffff;

  border: 1px solid #f6f6f6;

  z-index: 3;

}

.footer_wrap {

  float: left;

  width: 100%;

}

.footerfirst_section {

  float: left;

  width: 100%;

  padding-top: 2em;

}

.footerfirst_logo_inner p {

  font-size: 14px;

  line-height: 24px;

  color: #000000;

  font-weight: 400;

  text-align: left;

}

.footerfirst_logo {

  width: 32%;

  margin-right: 2em;

  padding-top: 1em;

  text-align: center;

}



.footerfirst_logo_inner {

  float: left;

  width: 100%;

  margin-top: 0em;

  margin-bottom: 0em;

}

.footerfirst_logo_img {

  margin-bottom: 2em;

}

.footerfirst_logo_img h4 {
  font-size: 30px;
  text-transform: uppercase;
  color: #f47f18;
  text-align: left;
}

.footerfirst_logo_img img {

  object-fit: inherit;

  object-position: center;

  width: 100%;

  height: 60px;

}

.footerfirst_menu h4,
.footersecond_menu h4 {

  font-size: 22px;

  line-height: 24px;

  color: #000000;

  font-weight: 600;

  margin: 0;

  margin-bottom: 10px;

  padding-bottom: 5px;

  position: relative;

  text-transform: uppercase;

  font-family: 'Poppins-SemiBold';

}

.footerfirst_menu h4::before,

.footersecond_menu h4::before,

.footerfirst_lastmenu h4::before {

  content: '';

  background-image: url('../images/home/underline.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 90%;

  height: 5px;

  position: absolute;

  bottom: 0;

  left: 0;

}

.socialmedia_footer h4::before {

  content: unset;

}

.footerfirst_lastmenu h4 {

  font-size: 22px;

  line-height: 24px;

  color: #000000;

  font-weight: 600;

  margin: 0;

  margin-bottom: 15px;

  padding-bottom: 5px;

  margin-left: 0em;

  position: relative;

  text-transform: uppercase;

  font-family: 'Poppins-SemiBold';

}

.footerfirst_menu {

  width: 32%;

  padding-left: 2em;

  padding-top: 0;

}

.footerfirst_menu ul li {

  float: left;

  width: 50%;

  list-style-type: none;

}



.footersecond_menu {

  width: 25%;

  padding-left: 1em;

  padding-top: 3em;

}

.footersecond_menu ul li {

  float: left;

  list-style-type: none;

  width: 50%;

}

.footerfirst_menu ul li a,

.footersecond_menu ul li a {

  font-size: 15px;

  line-height: 36px;

  color: #000000;

  font-weight: 400;

  font-family: 'Poppins-Regular';

}

.footerfirst_menu ul li a:hover,

.footersecond_menu ul li a:hover {

  color: #406382;

  transition: 0.5s;

}

.footerfirst_lastaddress p {

  font-size: 16px;

  line-height: 24px;

  color: #272727;

  font-weight: 400;

  position: relative;

  padding-left: 4em;

}

.footerfirst_lastaddress p:nth-child(1)::before {

  content: '';

  background-image: url('../images/home/location_pin.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 20px;

  height: 25px;

  position: absolute;

  top: 5px;

  left: 30px;

}

.footerfirst_lastaddressphe a {

  font-size: 16px;

  line-height: 24px;

  color: #272727;

  font-weight: 400;

  font-family: 'Poppins-Regular';

  position: relative;

  transition: 0.5s;

  display: block;

}

.footerfirst_lastaddressphe a::before {

  content: '\f095';

  font-family: 'Fontawesome';

  font-size: 23px;

  color: #797979;

  position: absolute;

  top: 0;

  left: -40px;

  transition: 0.5s;

}

.tollfree::before {

  content: unset !important;

}

.footerfirst_emergency {

  padding-left: 5em;

  margin-bottom: 2em;

}

.footerfirst_emergency p {

  font-size: 16px;

  line-height: 24px;

  color: #272727;

  font-weight: 400;

  font-family: 'Poppins-Regular';

  position: relative;

}

.footerfirst_emergency p::before {

  content: '';

  background-image: url('../images/home/24_hrs.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 20px;

  height: 20px;

  position: absolute;

  top: 0;

  left: -40px;

}

.footerfirst_license {

  padding-left: 5em;

  margin-bottom: 2em;

}

.footerfirst_license p {

  font-size: 16px;

  line-height: 24px;

  color: #272727;

  font-weight: 400;

  font-family: 'Poppins-Regular';

}

.footerfirst_lastaddressphe a:hover {

  color: #f47f18;

  transition: 0.5s;

}

.footerfirst_lastaddressphe a:hover::before {

  color: #f47f18;

  transition: 0.5s;

}

.socialmedia_footer h4 {

  font-size: 15px;

  line-height: 26px;

  color: #000000;

  font-weight: 400;

  font-family: 'Poppins-Regular';

  display: inline-block;

  text-transform: none;

}

.socialmedia_footer ul {

  display: inline-block;

  margin-left: 0;

  border-radius: 35px;

  text-align: center;

  padding: 5px 0 5px 20px;

  margin-bottom: 0em;

}

.socialmedia_footer ul li {

  list-style-type: none;

  display: inline-block;

}

.socialmedia_footer ul li a {

  font-size: 24px;

  color: #000;

  margin: 0px 10px;

  transition: 0.5s;

}

.socialmedia_footer ul li a:hover {

  color: #000000;

  transition: 0.5s;

}

.socialmedia_footer ul li a svg {

  width: 24px;

  transition: 0.5s;

  top: 5px;

  fill: #000000;

  position: relative;

}

.socialmedia_footer ul li a svg:hover {

  fill: #000000;

}

.socialmedia_footer {

  width: 75%;

  margin-top: 2em;

  padding-left: 0em;

  border-radius: 22px;

  background-color: #f47f18;

}



.footerfirst_lastmenu {

  float: left;

  width: 32%;

  position: relative;

  padding-top: 0;

  z-index: 2;

  padding-left: 2em;

}

.footerfirst_lastaddress {

  margin-bottom: 2em;

}

.footerfirst_lastaddressphe {

  margin-bottom: 2em;

  padding-left: 5em;

}



.footerthird_section {

  float: left;

  width: 100%;

  position: relative;

  background-color: #f47f18;

  padding: 1em 0;

}

.footerthird_copyrights p {

  margin: 5px 0 0 0;

  font-size: 16px;

  line-height: 30px;

  color: #ffffff;

  font-weight: 400;

}

.footerthird_logo {

  text-align: right;

}

.headeroff_top,
.mobtext,
.mobile_bottom {

  display: none;

}

div#toolbarContainer {
  display: none;
}





/* Inner pages */



/* Blog detaill page */

.blog_detail_page_wrapper {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;

}

.blog_detail_page_inner {

  float: left;

}

.blog_detail_page_inner p {

  font-size: 18px;

  line-height: 30px;

  color: #010101;

  font-weight: 400;

}

.blog_detail_imgblk {

  float: right;

}

.blog_detail_img {

  position: relative;

  margin-top: 3em;

  margin-left: 2em;

  margin-bottom: 2em;

}

.blog_detail_img::after {

  content: '';

  border-radius: 5px;

  background-color: #f47f18;

  width: 90%;

  height: 90%;

  position: absolute;

  z-index: -1;

  top: -20px;

  left: -20px;

}

.blog_detail_img::before {

  content: '';

  border-radius: 5px;

  background-color: #161616;

  width: 90%;

  height: 83%;

  position: absolute;

  z-index: -1;

  bottom: -20px;

  right: -20px;

}

.blog_detail_img img {

  height: 525px;

  width: 100%;

  object-fit: cover;

  object-position: center;

}

.blog_detail_page_inner h2,

.blog_detail_page_inner h3 {

  font-size: 30px;

  line-height: 40px;

  color: #f47f18;

  font-weight: 400;

  margin-bottom: 20px;

}

.blog_detail_page_inner strong {

  font-size: 24px;

  line-height: 30px;

  color: #161616;

  font-weight: 600;

  font-family: 'Poppins-SemiBold';

  display: inline-block;

  margin: 0 0 10px;

}

.blog_detail_page_inner p {

  font-size: 18px;

  line-height: 30px;

  color: #010101;

  font-weight: 400;

}

.blog_det_service_wrapper {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;

}

.blog_det_service_inner {

  float: left;

  position: relative;

}

.blog_det_service_inner::after {

  content: '';

  border: 1px solid #2c2c2c;

  /* border-bottom: unset; */

  border-radius: 20px;

  width: 104.5%;

  height: 90%;

  position: absolute;

  z-index: -1;

  top: 1em;

  left: -2em;

}

.blog_det_service_title {

  float: left;

  text-align: center;

  margin: 2em 0;

}

.blog_det_service_title h3 {

  font-size: 35px;

  line-height: 45px;

  text-transform: uppercase;

  color: #ef7c24;

}

.blog_det_service_slic {

  float: left;

}

.blog_det_service_single {

  float: left;

}

.blog_det_service_single_inner {

  position: relative;

  float: left;

  margin: 0 15px;

}

.blog_det_service_single_inner::after {

  content: '';

  border-radius: 5px;

  filter: drop-shadow(0px 20px 11px rgba(0, 0, 0, 0.1));

  background-color: #ffffff;

  border: 1px solid #f7f7f7;

  width: 100%;

  height: 100%;

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

}

.blog_det_service_img {

  position: relative;

}

.blog_det_service_img img {

  height: 289px;

  width: 100%;

  object-fit: cover;

  object-position: center;

  border-radius: 5px;

}

.blog_det_service_content {

  float: left;

  width: 100%;

  padding: 0 15px 10px;

}

.blog_det_service_content h4 {

  font-size: 23px !important;

  line-height: 33px !important;

  text-transform: uppercase !important;

  color: #ef7c24 !important;

  font-weight: 600 !important;
  font-family: 'Poppins-SemiBold';
  min-height: 70px;
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.blog_det_service_content p {

  font-size: 12px !important;
  line-height: 22px !important;
  color: #000000 !important;
  font-weight: 400 !important;
  overflow-y: scroll;
  height: 90px;
}

/* width */
.blog_det_service_content p::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.blog_det_service_content p::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 10px;
}

/* Handle */
.blog_det_service_content p::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}



.blog_det_service_slic .slick-list.draggable {

  padding: 2em 0 6em;

}

.blog_det_service_slic ul.slick-dots {

  text-align: center;

}

.blog_det_service_slic ul.slick-dots li {

  list-style-type: none;

  display: inline-block;

  margin: 0 5px;
  padding-left: 0;

}

.blog_det_service_slic ul.slick-dots li::before {
  content: unset !important;
}

.blog_det_service_slic ul.slick-dots li button {

  width: 13px;

  height: 13px;

  background-color: #272727;

  border: unset;

  font-size: 0;

  transition: 0.5s;

}

.blog_det_service_slic ul.slick-dots li.slick-active button {

  width: 13px;

  height: 13px;

  background-color: #ef7c24;

  margin: 0 10px;

  transition: 0.5s;

}

.blog_det_service_single.slick-active+.slick-active .blog_det_service_single_inner {
  transform: scaleY(1.1);
  transition: 0.5s;
}

.blog_det_service_single.slick-active+.slick-active+.slick-active .blog_det_service_single_inner {
  transform: scaleY(1);
  transition: 0.5s;
}

.blog_det_service_single.slick-active+.slick-active .blog_det_service_single_inner::after {
  filter: drop-shadow(0px 20px 20px rgba(239, 124, 36, 0.1));
  transition: 0.5s;
}

.blog_det_service_single.slick-active+.slick-active+.slick-active .blog_det_service_single_inner::after {
  filter: drop-shadow(0px 20px 11px rgba(0, 0, 0, 0.1));
  transition: 0.5s;
}



.blog_detail_page_wrapper h2,

.blog_detail_page_wrapper h3 {

  font-size: 30px;

  line-height: 40px;

  color: #f47f18;

  font-weight: 400;

}

.blog_detail_page_wrapper h4,

.blog_detail_page_wrapper h5 {

  font-size: 30px;

  line-height: 40px;

  color: #2c2c2c;

  font-weight: 400;

}

.blog_detail_page_wrapper p {

  font-size: 18px;

  line-height: 30px;

  color: #010101;

  font-weight: 400;

}

.blgdetails_page_social_media {

  float: left;

}

.blgdetails_page_social_media_inner {

  float: left;

  width: 100%;

  text-align: right;

  padding: 2em 0;

}

.blgdetails_page_social_media_inner ul {

  display: inline-block;

  border-radius: 5px;

  background-color: #f47f18;

  padding: 15px 10px;

}

.blgdetails_page_social_media_inner ul li {

  list-style-type: none;

  display: inline-block !important;

  margin: 0px 5px !important;

  padding: 0 !important;

  position: unset;

}

.blgdetails_page_social_media_inner ul li::before {
  content: unset !important;
}

.blgdetails_page_social_media_inner ul li a {

  color: #ffffff;

  font-size: 30px;

  line-height: 30px;

  transition: 0.5s;

  vertical-align: middle;

}

.blgdetails_page_social_media_inner ul li a svg {

  width: 30px;

  fill: #fff;

  vertical-align: middle;

  transition: 0.5s;

}

.blgdetails_page_social_media_inner ul li a:hover {

  color: #00000066;

}

.blgdetails_page_social_media_inner ul li a svg:hover {

  fill: #000000;

}

.blog_detail_page_wrapper .third_content {
  float: left;
  width: 100%;
}


/********** ul li a tag styles for detail pages ***********/
.blog_detail_page_wrapper p a {
  border-bottom: 1px solid #000000;
  font-family: 'Poppins-Regular';
}

.blog_detail_page_wrapper ul li {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  font-family: 'Poppins-Regular';
  display: flow-root;
  padding-left: 1.5em;
  margin-bottom: 10px;
  position: relative;
}

.blog_detail_page_wrapper ul li:before {
  content: "\f192";
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  font-size: 19px;
  color: #f47f18;
}

body#how-hydro-jetting-can-save-you-money-on-plumbing-repairs .inner_page_banner_wrapper .cover_media {
  bottom: -11.5em;
}

body#thinking-about-going-tankless-heres-what-you-need-to-know-before-you-switch .inner_page_banner_wrapper .cover_media {
  bottom: -5em;
}

body#why-is-my-yard-suddenly-a-swamp-it-might-be-a-broken-water-line .inner_page_banner_wrapper .cover_media {
  bottom: -8em;
}



/* blog page */

.blog_page_wrapper {

  float: left;

  width: 100%;

  padding: 2em 0;

  margin: 2em 0;

}

.blog_page_inner {

  float: left;

}

.blog_page_first_blk {

  float: left;

  margin: 2em 0;

}

.blog_page_first_left {

  float: left;

}

.blog_page_first_left .hme_blog_content {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 0;
  padding: 0 4em 0 1em;
}

.blog_page_first_left .hme_blog_content h4 {
  color: #fff;
}

.blog_page_first_left .hme_blog_imgblk a::before {
  content: '';
  background-image: linear-gradient(168deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9999999999999999) 100%);
  border-radius: 29px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.blog_page_first_left .blog_date {
  width: 15%;
  z-index: 3;
  background-color: #fff;
  color: #f47f18;
  border-radius: 20px;
  top: 10px;
  right: 10px;
}

.blog_page_first_left .blog_single_inner::after {

  content: unset;

}

.blog_page_first_left .hme_blog_imgblk {

  padding: 0;

}

.blog_page_first_left .hme_blog_imgblk img {

  border-radius: 29px;

  height: 475px;

}

.blog_page_first_right {

  float: left;

}

.blog_page_first_right .blog_single_inner::after {

  content: unset;

}

.blog_page_first_right .blog_single {

  margin: 1em 0;

}

.blog_page_first_right .blog_date {

  font-size: 20px;

  line-height: unset;

  text-transform: uppercase;

  color: #ffffff;

  font-weight: 600;

  text-align: center;

  border-radius: 42px;

  background-color: #121212;

  padding: 8px 10px 8px;

  position: relative;

}

.blog_page_first_right .hme_blog_content::before {

  background-image: url('../images/blog/right-up.webp');

}

.blog_page_first_right .blog_single:nth-child(2) .blog_date {

  background-color: #f47f18;

}

.blog_page_first_right .blog_single:nth-child(2) .hme_blog_content::before {

  background-image: url('../images/blog/right-up_2.webp');

}



.blog_page_second_blk {

  float: left;

  margin: 2em 0;

}

.blog_page_second_blk .blog_single:nth-child(2) .blog_single_inner::after {

  background-color: #272727;

}

.blog_page_second_blk .blog_single:nth-child(2) .blog_date {

  background-color: #f47f18;

}

.blog_page_second_blk .blog_single:nth-child(2) .hme_blog_content::before {

  background-image: url('../images/blog/right-up.webp');

}



/* coupons page */

.coupon_page_wrapper {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;

}

.coupon_page_inner {

  float: left;

  margin: 2em 0;

}

.coupon_page_first_blk {

  float: left;

  margin: 2em 0;

}

.coupon_page_first_blk .coupon_single:nth-child(2) .coupon_first_blk::after {

  background-image: url('../images/coupon/coupons_bg.webp');

}

.coupon_page_first_blk .coupon_single:nth-child(2) .hme_coupon_icon::after {

  background-image: url('../images/coupon/icon_bg.webp');

}

.coupon_page_first_blk .coupon_single:nth-child(2) .coupon_first_blk span {

  color: #f36e15;

}

.coupon_page_first_blk .coupon_single:nth-child(2) .coupon_first_blk span sub {

  display: none;

}

.coupon_page_first_blk .coupon_single:nth-child(2) .coupon_content {

  filter: drop-shadow(7px 12.124px 9.5px rgba(243, 110, 21, 0.12));

}

.coupon_page_first_blk .coupon_single:nth-child(2) .coupon_content h4 {

  background-color: #272727;

}



.coupon_page_second_blk {

  float: left;

  margin: 2em 0;

}

.coupon_page_second_blk .coupon_first_blk::after {

  background-image: url('../images/coupon/coupons_bg.webp');

  height: 115%;

  top: -3em;

}

.coupon_page_second_blk .coupon_single_inner {

  display: flex;

  flex-direction: row;

}

.coupon_page_second_blk .coupon_first_blk {

  padding: 0;

}

.coupon_page_second_blk .hme_coupon_icon::after {

  background-image: url('../images/coupon/icon_bg.webp');

}

.coupon_page_second_blk .coupon_content {

  top: -1em;

  filter: drop-shadow(7px 12.124px 9.5px rgba(243, 110, 21, 0.12));

}

.coupon_page_second_blk .coupon_content h4 {

  background-color: #272727;

}

.coupon_page_second_blk .coupon_content p::before {

  background-color: #272727;

}

.coupon_page_second_blk .coupon_single:nth-child(2) .coupon_content {

  filter: drop-shadow(7px 12.124px 9.5px rgba(0, 0, 0, 0.12));

}



/* faq page */

.faq_page_wrapper {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;

}

.faq_page_inner {

  float: left;

}

.faq_page_imgblk {

  float: left;

  position: relative;

}

.faq_page_imgblk::after {

  content: '';

  border: 1px solid #ef7c24;

  border-bottom: unset;

  border-radius: 10px;

  width: 99%;

  height: 70%;

  position: absolute;

  z-index: -1;

  top: -20px;

  left: 20px;

}

.faq_page_content {

  float: left;

  margin: 0 0 0 3em;

  padding: 0 2em 0 4em;

  background-color: #ffffff;

  border: 1px solid #f8f8f8;

  filter: drop-shadow(8.959px 23.34px 19px rgba(0, 0, 0, 0.2));

}

.faq_page_content h2,

.faq_page_content h3 {

  font-size: 40px;

  line-height: 50px;

  color: #ef7c24;

}

.faq_page_content p {

  font-size: 18px;

  line-height: 28px;

  color: #000000;

  font-weight: 400;

}

.faq_page_img {

  position: relative;

}

.faq_page_img img {

  height: 515px;

  width: 100%;

  object-fit: cover;

  object-position: center;

}

.faq_page_content_box {

  float: left;

  position: relative;

  margin: 4em 0 0;

}

.faq_page_content_box::after {

  content: '';

  background-color: #272727;

  border-radius: 0 70px 0 0;

  width: 100%;

  height: 100%;

  position: absolute;

  z-index: -1;

  top: 0;

  left: 2px;

}

.faq_page_content_box .faq_question_box {

  margin: 1.5em 0;

  height: 700px;

  overflow-y: scroll;

  padding-right: 2em;

  padding-left: 2em;

}

.faq_page_content_box .faq_question_box::-webkit-scrollbar {

  width: 5px;

}

/* Track */

.faq_page_content_box .faq_question_box::-webkit-scrollbar-track {

  border-radius: 20px;

  width: 3px;

  background-color: #ffffff;

}

/* Handle */

.faq_page_content_box .faq_question_box::-webkit-scrollbar-thumb {

  border-radius: 20px;

  width: 5px;

  background-color: #ef7c24;

}

.faq_page_content_box .faq_question_box .set {

  margin-bottom: 10px;

  position: relative;

}

.faq_page_content_box .faq_question_box .set.active {

  border-radius: 5px 50px 5px 5px;

  filter: drop-shadow(7px 12.124px 11.5px rgba(0, 0, 0, 0.29));

  background-color: #ffffff;

  margin-bottom: 20px;

  margin-top: 10px;

}

.faq_page_content_box .faq_question_box .set a.active {

  padding: 20px 4em 0px 30px;

  color: #ef7c24 !important;

  font-weight: 600;

  border: unset;

  border-radius: unset;

  background-color: unset;

  font-family: 'SpecialGothicExpandedOne';

}

.faq_page_content_box .faq_question_box .set a {

  width: 100%;

  display: block;

  font-family: 'Poppins-Regular';

  padding: 15px 3em 15px 1.5em;

  background-color: #ffffff;

  text-decoration: none;

  font-size: 20px;

  line-height: 30px;

  color: #5c5c5c;

  font-weight: 400;

  border: 1px solid #e5e5e5;

  cursor: pointer !important;

  position: relative;

  border-radius: 5px 5px 50px 5px;

}

.faq_page_content_box .faq_question_box .content {

  padding: 15px 4em 15px 2em;

  width: 100%;

  height: auto;

  margin: 0 auto;

  position: relative;

  border-bottom-left-radius: 10px;

  border-bottom-right-radius: 60px;

  cursor: pointer;

}

.faq_page_content_box .faq_question_box .content p {

  font-size: 14px;

  line-height: 22px;

  color: #000000;

  font-weight: 400;

  padding-right: 1em;

}

.faq_page_content_box .faq_question_box .set a::before {

  content: '';

  background-image: url('../images/home/plus.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  position: absolute;

  width: 20px;

  height: 20px;

  top: 20px;

  right: 40px;

}

.faq_page_content_box .faq_question_box .set a.active::before {

  content: '';

  background-image: url('../images/home/minus.webp');

  width: 25px;

  height: 12px;

  top: 30px;

}



/* review page  */

.review_page_wrapper {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 4em 0;

}

.review_page_inner {

  float: left;

  padding: 10em 0;

  position: relative;

}

.review_page_inner::after {

  content: '';

  background-image: url('../images/review/review_page_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 40%;

  height: 40%;

  position: absolute;

  z-index: -2;

  bottom: 8em;

  left: -14em;

}

.review_page_title {

  float: left;

  width: 25%;

  position: absolute;

  top: 31em;

  left: 8em;

  right: 0;

  margin: 0 auto;

}

.review_page_title h2,

.review_page_title h3,

.review_page_title h4 {

  font-size: 40px;

  line-height: 50px;

  text-transform: uppercase;

  color: #f47f18;

}

.review_page_content {

  float: left;

}

.review_page_content .review_single_inner::after {

  filter: drop-shadow(1.721px 10.865px 16px rgba(38, 38, 38, 0.12));

  z-index: -1;

}

.review_page_content .review_single:nth-child(1) {

  margin-top: 2em;

}

.review_page_content .review_single:nth-child(2) {

  margin-top: -8em;

}

.review_page_content .review_single:nth-child(2) .review_single_inner::after {

  background-image: url('../images/review/review_bg.webp');

}

.review_page_content .review_single:nth-child(2) .review_single_inner a::before {

  background-image: url('../images/review/review_gicon.webp');

}

.review_page_content .review_single:nth-child(3) {

  margin-top: 2em;

}

.review_page_content .review_single:nth-child(4) {

  position: relative;

  top: 5em;

  left: 14em;

}

.review_page_inner .review_single:nth-child(5) {

  position: relative;

  top: 5em;

  left: 16em;

}



/* about us page */

.about_first_blk {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;

}

.about_us_first_inner {

  float: left;

}

.aboutus_first_imgblk {

  float: left;

}

.aboutus_first_img {

  position: relative;

  margin-right: 3em;

}

.aboutus_first_img::after {

  content: '';

  background-image: linear-gradient(0deg, #3f3f3f 0%, #121212 100%);

  width: 70%;

  height: 80%;

  position: absolute;

  z-index: -1;

  bottom: -10px;

  right: -10px;

}

.aboutus_first_img::before {

  content: '';

  background-image: linear-gradient(112deg, #f5a11f 0%, #f36d15 100%);

  width: 80%;

  height: 80%;

  position: absolute;

  z-index: -1;

  top: -25px;

  left: -25px;

}

.aboutus_first_img img {

  height: 600px;

  width: 100%;

  object-fit: cover;

  object-position: center;

  border: 2px solid #ffffff;

}

.about_us_first_inner h2,

.about_us_first_inner h3 {

  font-size: 40px;

  line-height: 50px;

  color: #f47f18;

  font-weight: 400;

  margin-top: 0.5em;

}

.about_us_first_inner p {

  font-size: 18px;

  line-height: 30px;

  color: #010101;

  font-weight: 400;

}

.aboutus_second_blk {

  float: left;

  width: 100%;

  padding: 2em 0;

  margin: 2em 0;

}

.aboutus_second_inner {

  float: left;

  position: relative;

}

.aboutus_second_inner::after {

  content: '';

  background-image: url('../images/aboutus/abtusw_secblk_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 63%;

  height: 869px;

  position: absolute;

  z-index: -1;

  top: -30px;

  left: -20px;

}

.aboutus_second_imgblk {

  float: right;

}

.aboutus_second_img {

  position: relative;

}

.aboutus_second_img img {

  height: 571px;

  width: 100%;

  object-fit: cover;

  object-position: center;

  border-radius: 100px 0 0 0;

}

.aboutus_second_inner h3,

.aboutus_second_inner h4 {

  font-size: 40px;

  line-height: 50px;

  color: #ffffff;

  font-weight: 400;

}

.aboutus_second_inner p {

  font-size: 18px;

  line-height: 30px;

  color: #ffffff;

  font-weight: 400;

}

.aboutus_third_blk {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;

}

.aboutus_third_inner {

  float: left;

}

.aboutus_third_imgblk {

  float: right;

}

.aboutus_third_img {

  position: relative;

  margin-left: 6em;
  margin-bottom: 5em;
}

.aboutus_third_img::after {

  content: '';

  background-image: url('../images/aboutus/about_us_img3_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 116%;

  height: 124%;

  position: absolute;

  z-index: -1;

  top: -5em;

  left: -4.5em;

}

.aboutus_third_img img {

  height: 556px;

  width: 100%;

  object-fit: cover;

  object-position: center;

  filter: drop-shadow(-12.313px -15.76px 17px rgba(0, 0, 0, 0.15));

  border-radius: 50%;

  border-top-left-radius: 0;

  border: 2px solid #ffffff;

}

.aboutus_third_inner h3,

.aboutus_third_inner h4 {

  font-size: 40px;

  line-height: 50px;

  color: #f47f18;

  font-weight: 400;

}

.aboutus_third_inner p {

  font-size: 18px;

  line-height: 30px;

  color: #010101;

  font-weight: 400;

}

.about_us_first_inner p a,
.aboutus_third_inner p a {
  border-bottom: 1px solid #f47f18;
  font-family: 'Poppins-Regular';
  color: #f47f18;
}

.aboutus_second_inner p a {
  border-bottom: 1px solid #f47f18;
  font-family: 'Poppins-Regular';
  color: #f47f18;
}

.about_us_first_inner ul li,
.aboutus_third_inner ul li {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  font-family: 'Poppins-Regular';
  display: flow-root;
  padding-left: 1.5em;
  margin-bottom: 10px;
  position: relative;
}

.about_us_first_inner ul li:before,
.aboutus_third_inner ul li:before {
  content: "\f192";
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  font-size: 19px;
  color: #ec3146;
}



/* contact us page */

.contactus_wrapper {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 8em 0 2em;

}

.contactus_wrapper .container {

  max-width: 1360px !important;

}

.contactus_inner {

  float: left;

}

.location_leftside {

  float: left;

}

.location_leftside_inner {

  display: flex;

  flex-direction: row;

  position: relative;

  z-index: 2;

  top: 0;

  left: 0;

  float: left;

  width: 50%;

}

.location_leftside ul.nav.nav-tabs {

  border-radius: 30px 5px;

  background-image: linear-gradient(219deg, #f37f17 0%, #d06a10 100%);

  display: flex;

  flex-direction: column;

  height: 650px;

  overflow-y: scroll;

  border-bottom: 0;

  padding: 12px;

}

/* width */

.location_leftside ul.nav.nav-tabs::-webkit-scrollbar {

  width: 4px;

}

/* Track */

.location_leftside ul.nav.nav-tabs::-webkit-scrollbar-track {

  /* box-shadow: inset 0 0 5px grey;  */

  border-radius: 10px;

  background-color: transparent;

}

/* Handle */

.location_leftside ul.nav.nav-tabs::-webkit-scrollbar-thumb {

  background: transparent;

  border-radius: 10px;

}

.loc_cover {

  padding: 6em 0 1em 0;

}

.location_leftside:before {

  content: "";

  background-image: url('../images/contactus/contactus_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  position: absolute;

  bottom: -60px;

  left: 0;

  width: 101%;

  height: 122%;

  z-index: -1;

}

.loc_salt p {

  font-size: 22px;

  line-height: 32px;

  color: #ffffff;

  font-weight: 500;

  position: relative;

  margin: 10px 0;

  padding: 10px 0;

}

.loc_salt p:before {

  content: "";

  background-image: url('../images/contactus/location.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  position: absolute;

  top: 11px;

  left: -32px;

  width: 25px;

  height: 25px;

}

.loc_salt p:nth-child(3)::before {

  background-image: url('../images/contactus/mail.webp') !important;

}

.loc_salt p:nth-child(4)::before {

  background-image: url('../images/contactus/clock.webp') !important;

}

a.saltcont {

  font-size: 22px;

  line-height: 36px;

  color: #ffffff;

  font-weight: 600;

  font-family: 'Poppins-SemiBold';

  display: block;

  position: relative;

}

a.saltcont:before {

  content: "";

  background-image: url('../images/contactus/phone-call.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  position: absolute;

  top: 11px;

  left: -32px;

  width: 25px;

  height: 25px;

}

.loc_open {

  text-align: center;

}

.loc_salt {

  padding: 10px 1em 10px 2em;

}

.navcover {

  padding: 15px;

}

.navcover li {

  margin: 6px 0;

}

.navcover li a {

  font-size: 23px;

  line-height: 33px;

  color: #ffffff;

  font-weight: 500;

  font-family: 'Poppins-SemiBold';

  border: unset;

  padding: 10px 25px;

}

.navcover .nav-tabs>li>a:hover {

  background-color: unset;

  border: unset !important;

  transition: 0.5s;

}



.navcover li.active {

  border-radius: 33px;

}

.navcover li.active a {

  font-size: 22px;

  color: #ffffff !important;

  font-family: 'Poppins-SemiBold';

  position: relative;

  transition: .5s;

  border-radius: 30px;

  filter: drop-shadow(0px 8px 6px rgba(0, 0, 0, 0.1));

  background-image: linear-gradient(-90deg, #121212 0%, #3f3f3f 100%);

  border: 1px solid #ffffff;

}

.navcover li.active a:before {

  content: "";

  background-image: url(../images/locations/right-arrow.webp);

  top: 22px;

}

.navcover li a:before {

  content: "";

  background-image: url(../images/locations/right-arrwblue.webp);

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  position: absolute;

  top: 19px;

  right: 28px;

  width: 42px;

  height: 18px;

  transition: .5s;

}



.contactown_form {

  position: relative;

}

.contactown_form_inner {

  position: relative;

  float: left;

  width: 100%;

}

.contactown_form_inner::before {

  content: '';

  position: absolute;

  right: -90px;

  top: 50px;

  height: 40%;

  width: 80px;

  background-image: url(../images/contactus/pattern_shape.webp);

  background-repeat: no-repeat;

  background-size: 100% 100%;

}

.contactown_form_content {

  float: left;

  width: 100%;

  border-radius: 50px 5px;

  filter: drop-shadow(4.3px 11.203px 10.5px rgba(0, 0, 0, 0.16));

  background-color: #f47f18;

  padding: 2em 2em 2em 2em;

  position: relative;

  z-index: 3;

}

.contactown_form_content h2 {

  font-size: 30px;

  line-height: 40px;

  color: #ffffff;

  font-weight: 600;

  font-family: 'Poppins-SemiBold';

  text-align: center;

  margin-bottom: 1em;

}

.contactown_form_content p {

  font-size: 16px;

  line-height: 20px;

  color: #000000;

  font-weight: 400;

  margin-bottom: 1.5em;

}

.formcover_contact input.form-control,
.formcover_contact select {

  font-size: 16px;

  color: #5c5c5c;

  font-weight: 400;

  box-shadow: unset;

  position: relative;

  font-family: 'Poppins-Regular';

  padding-left: 20px;

  height: 70px;

  border-radius: 31px;

  background-color: #f9f9f9;

  border: 1px solid #e2e2e2;

  margin-bottom: 0;

}

.formcover_contact select:focus {

  outline: unset;

}

.formcover_contact .form-group {

  margin-bottom: 5px;

}

.form-group.servicesch select {

  width: 100%;

  padding-left: 20px;

  color: #5c5c5c;

}

.form-group.servicesch {

  width: 48%;

  margin-left: 10px;

}

input.form-control::placeholder {

  color: #5c5c5c;

  font-family: 'Poppins-Regular';

}

.form-group.servicesch {

  width: 48%;

  margin-left: 10px;

}

.address {

  float: left;

  width: 100%;

  margin-top: 10px;

}

.address label {

  font-size: 20px;

  color: #ffffff;

  font-weight: 400;

  font-family: 'Poppins-Regular';

  margin-left: 10px;

  margin-bottom: 15px;

}

.address textarea {

  font-size: 16px;

  resize: unset;

  height: 140px;

  border-radius: 24px;

  background-color: #ffffff;

  border: 1px solid #e2e2e2ea;

  font-family: 'Poppins-Regular';

  color: #5c5c5c;

}

.formcover_contact p {

  font-size: 16px;

  color: #ffffff;

  font-weight: 400;

  display: block;

  float: left;

  line-height: 28px;

  padding-top: 20px;

}

.checkbox_click a {

  font-size: 16px;

  color: #ffffff;

  font-weight: 400;

}

input[type="checkbox"] {

  margin-right: 10px;

  width: 15px;

  height: 16px;

}

.contactsubmit_btn {

  text-align: center;

  padding: 1em 0em;

}

.contactsubmit_btn button {

  font-size: 30px;

  line-height: 40px;

  padding: 10px 0;

  color: #ffffff;

  font-weight: 400;

  width: 100%;

  border-radius: 40px;

  filter: drop-shadow(6.339px 13.595px 11.5px rgba(244, 127, 24, 0.25));

  background-image: linear-gradient(51deg, #252525 0%, #0b0b0b 100%);

  border: 2px solid #ffffff;

  position: relative;

}



/* location page */
.inner_locationpage_banner_wrapper {
  float: left;
  width: 100%;
  margin: -7em 0 0;
  padding: 0 0 0;
}

.inner_locationpage_banner {
  float: left;
  width: 100%;
}

.inner_locationpage_img {
  display: none;
}

.inner_locationpage_content_wrapper {
  float: left;
  width: 100%;
  background-image: linear-gradient(-90deg, #f36d15 0%, #f5a11f 100%);
  padding: 6em 0 1em;
}

.inner_locationpage_content_inner {
  float: left;
  width: 50%;
}

.inner_locationpage_content_inner .banner_heading::before {
  bottom: -5px;
  right: 8em;
}

.inner_locationpage_content_inner p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}

.locator_wrapper {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;

}

.locator_page_inner {

  float: left;

  padding: 1em 0 0;

  position: relative;

}

.locator_page_map {

  float: left;

  position: relative;

}

.locator_page_map::after {

  content: '';

  border-radius: 32px;

  background-color: #242424;

  width: 102.5%;

  height: 88%;

  position: absolute;

  z-index: -1;

  top: 50px;

  left: -15px;

}

.locator_page_map .mapouter {

  height: 887px;

  border-radius: 83px;

  border: 1px solid #f47f18;

}

.locator_page_map .gmap_canvas {

  height: 887px;

  border-radius: 83px;

}

.locator_page_detail {

  width: 450px;

  position: absolute;

  z-index: 1;

  top: 10em;

  right: 5em;

}

.locator_page_detail::after {

  content: '';

  background-image: url('../images/location/location_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 110%;

  height: 108%;

  position: absolute;

  z-index: -2;

  top: 0;

  left: -20px;

}

.locator_page_detail_inner {

  float: left;

  width: 100%;

}

.locator_page_detail_inner h2 {

  font-size: 60px;

  line-height: 70px;

  text-transform: uppercase;

  color: #cb7a5c;

  font-weight: 400;

  text-align: center;

  position: relative;

}

.locator_page_detail_inner h2::before {

  content: '';

  width: 210px;

  height: 2px;

  border-radius: 1px;

  background-color: #cb7a5c;

  position: absolute;

  bottom: -10px;

  right: 50px;

}

.locator_page_detail .loc_cover {

  float: left;

  width: 100%;

  padding: 0;

}

.locator_page_detail .loc_salt {

  padding: 30px 4em 10px 4em;

}

.locator_page_detail .loc_salt h4 {

  font-size: 45px;

  line-height: 47px;

  color: #ffffff;

  font-weight: 600;

  font-family: 'Poppins-SemiBold';

}

.locator_page_detail .loc_salt p {

  font-size: 22px;

  line-height: 36px;

  color: #ffffff;

  font-weight: 400;

  position: relative;

}

.locator_page_detail .loc_salt p::before {

  content: '';

  background-image: url('../images/location/tool.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 18px;

  height: 25px;

  position: absolute;

  top: 16px;

  left: -30px;

}

.locator_page_detail .loc_salt p:nth-child(4)::before {

  background-image: url('../images/location/letter.webp') !important;

  width: 25px;

  left: -33px;

}

.locator_page_detail a.saltcont {

  font-size: 24px;

  line-height: 36px;

  color: #ffffff;

  font-weight: 500;

  font-family: 'Poppins-SemiBold';

  position: relative;

}

.locator_page_detail a.saltcont::after {

  content: '';

  background-image: url('../images/location/phone.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 25px;

  height: 26px;

  position: absolute;

  top: 3px;

  left: -35px;

}

.locator_page_detail a.saltcont:before {

  content: unset;

}

.locator_page_detail .navcover {

  padding: 20px 30px;

  float: left;

  overflow-y: scroll;

  width: 100%;

  height: 290px;

}

/* width */

.locator_page_detail .navcover::-webkit-scrollbar {

  width: 3px;

}

/* Track */

.locator_page_detail .navcover::-webkit-scrollbar-thumb {

  background-color: #f07c17;

  border-radius: 10px;

}

/* Handle */

.locator_page_detail .navcover::-webkit-scrollbar-track {

  border-radius: 10px;

  background-color: #ffffff;

}

.locator_page_detail .nav-tabs li {

  float: left;

  width: 100%;

}

.locator_page_detail .nav-tabs li a {

  font-size: 25px;

  line-height: 35px;

  color: #ffffff;

  font-weight: 500;

  border-radius: 9px;

  transition: 0.5s;

  margin: 6px 0;

  padding: 15px 62px 15px 70px;

  position: relative;

}

.locator_page_detail .nav-tabs li a::before {

  content: '';

  background-image: url('../images/location/list_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 105%;

  height: 100%;

  position: absolute;

  z-index: -1;

  top: 0;

  right: 0;

}

.locator_page_detail .nav-tabs li.active a {

  transition: 0.5s;

  font-size: 25px;

  line-height: 35px;

  border: unset !important;

  background-image: unset;

  background-color: unset !important;

}

.locator_page_detail .nav-tabs li.active a::before {

  background-image: url('../images/location/active_bg.webp');

  transition: 0.5s;

}

.gm-style-iw-chr {
  display: none;
}

.gm-style .gm-style-iw-c {
  background-color: #f47f18;
  filter: drop-shadow(10.959px 22.47px 22px rgba(0, 0, 0, 0.34));
  border-radius: 50px 10px;
  outline: 3px solid #000;
  outline-offset: 10px;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
  padding: 20px 20px 20px 10px !important;
}

.get_directions_section h4 {
  font-size: 25px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Poppins-SemiBold';
}

.get_directions_section p {
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
}

.get_directions_section a {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
  font-family: 'Poppins-Regular';
  position: relative;
}

.get_directions_section a::before {
  content: '\f277';
  color: #ffffff;
  font-family: 'fontawesome';
  font-size: 25px;
  position: absolute;
  top: 0;
  right: -30px;
}



/* Services page */

.service_page_odd_blk {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;

}

.service_page_odd_inner {

  float: left;

}

.service_page_odd_imgblk {

  float: left;

}

.service_page_odd_img {

  position: relative;

  margin-right: 3em;

}

.service_page_odd_img::after {

  content: '';

  background-image: url('../images/service/odd_blk_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 70%;

  height: 70%;

  position: absolute;

  z-index: -1;

  bottom: -25px;

  left: -25px;

}

.service_page_odd_img img {

  height: 600px;

  width: 100%;

  object-fit: cover;

  object-position: center;

  border-radius: 50%;

  border-top-left-radius: 0;

  border-top-right-radius: 0;

  filter: drop-shadow(-5.555px 18.17px 22px rgba(0, 0, 0, 0.26));

  border: 1px solid #f6fafd;

}

.service_page_odd_inner h2,

.service_page_odd_inner h3 {

  font-size: 40px;

  line-height: 50px;

  text-transform: uppercase;

  color: #f47f18;

}

.service_page_odd_inner p {

  font-size: 18px;

  line-height: 30px;

  color: #000000;

  font-weight: 400;

}

.service_page_even_blk {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;

}

.service_page_even_inner {

  float: left;

}

.service_page_even_imgblk {

  float: right;

}

.service_page_even_img {

  position: relative;

  margin-left: 1em;

}

.service_page_even_img::before {

  content: '';

  background-image: url('../images/service/even_blk_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

}

.service_page_even_img img {

  height: 591px;

  width: 100%;

  object-fit: cover;

  object-position: center;

}

.service_page_even_inner h3,

.service_page_even_inner h4 {

  font-size: 40px;

  line-height: 50px;

  text-transform: uppercase;

  color: #000000;

}

.service_page_even_inner p {

  font-size: 18px;

  line-height: 30px;

  color: #000000;

  font-weight: 400;

}



/* service detail page */

.service_det_ban .inner_page_content_wrapper {
  top: 10em;
}

.service_det_ban .cover_media {
  bottom: -12em !important;
}

.service_det_first_blk {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;

}

.mobileheading {
  float: left;
  width: 100%;
  display: none;
}

.service_det_first_inner {

  float: left;

}

.service_det_first_imgblk {

  float: left;

}

.service_det_first_img {

  position: relative;

  margin-right: 4em;
  margin-bottom: 3em;
}

.service_det_first_img::after {

  content: '';

  background-color: #f47f18;

  width: 80%;

  height: 85%;

  position: absolute;

  z-index: -1;

  bottom: -20px;

  right: -25px;

}

.service_det_first_img::before {

  content: '';

  background-image: url('../images/servicedetail/service_det_img1bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 90%;

  height: 110%;

  position: absolute;

  z-index: 0;

  top: -20px;

  right: -20px;

}

.service_det_first_img img {

  height: 625px;

  width: 100%;

  object-fit: cover;

  object-position: center;

  filter: drop-shadow(3.285px 20.741px 16px rgba(13, 13, 13, 0.3));

  border: 3px solid #ffffff;

}

.service_det_first_inner h1 {

  font-size: 40px;

  color: #f47f18;

  font-weight: 400;

  margin-bottom: 0.5em;

  position: relative;

}

.service_det_first_inner h2 {
  font-size: 35px;

  color: #f47f18;

  font-weight: 400;

  margin-bottom: 0.5em;

  position: relative;
}

.service_det_first_inner h3 {
  font-size: 30px;

  color: #f47f18;

  font-weight: 400;

  margin-bottom: 0.5em;

  position: relative;
}

.service_det_first_inner h1::before {

  content: '';

  width: 272px;

  height: 1px;

  border-radius: 1px;

  background-color: #000000;

  position: absolute;

  bottom: -12px;

  right: 40px;

}

.service_det_first_inner p {

  font-size: 18px;

  line-height: 32px;

  color: #000000;

  font-weight: 400;

}



.service_det_second_blk {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;

}

.service_det_why_chooose_title {

  float: left;

  width: 100%;

  margin: 1.5em 0;

}

.service_det_why_chooose_title h2 {

  font-size: 40px;

  line-height: 40px;

  text-transform: uppercase;

  color: #f47f18;

  padding-left: 1em;

  position: relative;

}

.service_det_why_chooose_title h2::before {

  content: '';

  width: 2px;

  height: 54px;

  border-radius: 1px;

  background-color: #1d1d1d;

  position: absolute;

  top: -7px;

  left: 20px;

}

.service_det_second_inner {

  float: left;

}

.service_det_why_choose {
  float: left;
  position: relative;
  z-index: 5;
  margin-bottom: 5.5em;

}

.service_det_why_chooose_inner {

  margin-top: 1em;

  float: left;

  width: 100%;

  padding: 4em 2em 2em;
  border-radius: 50px 0 0 50px;
  background-color: #f9f9f9;

}

.service_det_why_chooose_single {

  float: left;

  width: 50%;
  margin: 0 0 1em;

}

.service_det_why_chooose_single_inner {
  border-radius: 20px;
  background-color: #ffffff;
  position: relative;
  margin: 0 15px;
  text-align: center;

}

.service_det_why_chooose_img {

  position: relative;

  filter: drop-shadow(3.435px 17.669px 10px rgba(0, 0, 0, 0.16));

  background-color: #f47f18;

  border: 2px solid #ffffff;

  display: inline-block;

  border-radius: 50%;

  padding: 25px 25px 25px 25px;

}

.service_det_why_chooose_img img {

  height: 60px;

  width: 60px;

  object-fit: contain;

  object-position: center;

}

.service_det_why_chooose_content {
  padding: 0 12px 10px;
  text-align: center;

}

.service_det_why_chooose_content h4 {

  font-size: 21px !important;

  line-height: 26px;

  text-transform: uppercase;

  color: #000000;

  min-height: 81px;

  display: flex;

  align-items: center;

  vertical-align: middle;

  justify-content: center;

}

.service_det_why_chooose_single:nth-child(2) .service_det_why_chooose_img,

.service_det_why_chooose_single:nth-child(3) .service_det_why_chooose_img {

  background-color: #000000;
  filter: drop-shadow(3.435px 17.669px 10px rgba(244, 127, 24, 0.16));
}

.service_det_services {

  float: left;

  border-radius: 34px 34px 34px 5px;

  background-color: #ffffff;

  border: 2px solid #f47f18;

  padding: 0 10px 0 0;

  margin: 0 0 4em;
  position: relative;
  z-index: 5;

}

.service_det_services_title {

  float: left;

  margin: 2em 0;

}

.service_det_services_title h3 {

  font-size: 40px !important;

  line-height: 40px !important;

  text-transform: uppercase;

  color: #1d1d1d !important;

  padding-left: 1em;

  position: relative;

}

.service_det_services_title h3::before {

  content: '';

  width: 2px;

  height: 54px;

  border-radius: 1px;

  background-color: #ef7c24;

  position: absolute;

  top: -7px;

  left: 20px;

}

.service_det_services_inner {

  padding: 0 2.5em;

  overflow-y: scroll;

  height: 575px;

}

/* width */

.service_det_services_inner::-webkit-scrollbar {

  width: 5px;

}

/* Track */

.service_det_services_inner::-webkit-scrollbar-thumb {

  background-color: #ef7c24;

  border-radius: 10px;

}

/* Handle */

.service_det_services_inner::-webkit-scrollbar-track {

  border-radius: 10px;

  background-color: transparent;

}

.service_det_services_single {

  float: left;

  width: 100%;

  margin: 0 0 2em;

}

.service_det_services_single_inner {

  position: relative;

}

.service_det_services_img {

  float: left;

  width: 50%;

}

.service_det_services_img img {

  height: 164px;

  width: 100%;

  object-fit: cover;

  object-position: center;

  border-radius: 3px;

}

.service_det_services_single:nth-child(1) .service_det_services_content {

  filter: drop-shadow(9.44px 11.657px 11px rgba(244, 127, 24, 0.1));

}

.service_det_services_content {
  float: right;
  width: 60%;
  position: absolute;
  right: 0;
  border-radius: 13px;
  filter: drop-shadow(10.598px 16.961px 11px rgba(0, 0, 0, 0.1));
  background-color: #ffffff;
  border: 1px solid #f7f7f7;
  padding: 5px 17px 15px 17px;
}

.service_det_services_content h4 {
  font-size: 17px;
  line-height: 27px;
  color: #000000;
  font-weight: 600;
  font-family: 'Poppins-SemiBold';
  position: relative;
}

.service_det_services_content h4::before {
  content: '';
  opacity: 0.200;
  width: 118px;
  height: 1px;
  border-radius: 1px;
  background-color: #1d1d1d;
  position: absolute;
  bottom: 0;
  right: 15%;
}

.service_det_services_content p {

  font-size: 14px !important;

  line-height: 20px !important;

  color: #000000;

  font-weight: 400;
  overflow-y: scroll;
  height: 65px;
}

/* width */
.service_det_services_content p::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.service_det_services_content p::-webkit-scrollbar-thumb {
  background-color: #ef7c24;
  border-radius: 10px;
}

/* Handle */
.service_det_services_content p::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.service_det_services_readmore {

  font-size: 14px;

  color: #ef7c24;

  font-weight: bold;

  border-bottom: 1px solid #ef7c24;
  font-family: 'Poppins-SemiBold';

}

.service_det_second_inner h2 {
  font-size: 35px;

  line-height: 35px;

  text-transform: uppercase;

  color: #f47f18;

  float: left;

  width: 100%;
}

.service_det_second_inner h3 {

  font-size: 30px;

  line-height: 30px;

  color: #f47f18;

  float: left;

  width: 100%;
  /* overflow-y: scroll;
  height: 70px; */
}

.service_det_second_inner p {

  font-size: 18px;

  line-height: 30px;

  color: #000000;

  font-weight: 400;

}

.service_det_third_blk {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;

  position: relative;

}


.service_det_third_inner {

  float: left;

}

.service_det_third_imgblk {

  float: right;

}

.service_det_third_img {

  position: relative;

  margin-left: 7em;

  margin-bottom: 4em;

}

.service_det_third_img::after {

  content: '';

  background-image: url('../images/servicedetail/service_det_img2bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 60%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: -60px;
  right: -47px;
}

.service_det_third_img::before {

  content: '';

  background-image: url('../images/servicedetail/service_det_img2bg2.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 119%;

  height: 107%;

  position: absolute;

  z-index: -1;

  top: 0;

  left: -6.5em;

}

.service_det_third_img img {

  height: 675px;

  width: 100%;

  object-fit: cover;

  object-position: center;

  border-radius: 5px 150px;

  filter: drop-shadow(11.658px 18.657px 13.5px rgba(0, 0, 0, 0.18));

  border: 2px solid #ffffff;

}

.service_det_third_inner h2{
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  color: #f47f18;
}


.service_det_third_inner h3,

.service_det_third_inner h4 {

  font-size: 30px;

  color: #000000;

  font-weight: 400;

  position: relative;

}

.service_det_third_inner h3::before,

.service_det_third_inner h4::before {

  content: '';

  width: 2px;

  height: 41px;

  border-radius: 1px;

  background-color: #f47f18;

  position: absolute;

  top: -5px;

  left: -15px;

}

.service_det_third_inner p {

  font-size: 18px;

  line-height: 30px;

  color: #000000;

  font-weight: 400;

}

/********** ul li a tag styles for detail pages ***********/

.service_det_first_inner p a,

.service_det_second_inner p a,

.service_det_third_inner p a {

  color: #f47f18;

  border-bottom: 1px solid #f47f18;

  font-family: 'Poppins-Regular';

}

.service_det_first_inner ul,
.service_det_second_inner ul,
.service_det_third_inner ul {
  /* float: left;
  width: 100%; */

}

.service_det_first_inner ul li,

.service_det_second_inner ul li,

.service_det_third_inner ul li {

  font-size: 18px;

  line-height: 30px;

  color: #000000;

  font-weight: 400;

  font-family: 'Poppins-Regular';

  display: flow-root;

  padding-left: 1.5em;

  margin-bottom: 10px;

  position: relative;

}

.service_det_first_inner ul li::before,

.service_det_second_inner ul li::before,

.service_det_third_inner ul li::before {

  content: "\f192";

  position: absolute;

  top: 0;

  left: 0;

  font-family: FontAwesome;

  font-size: 19px;

  color: #f47f18;

}



/* commercial page */

/********** ul li a tag styles for detail pages ***********/
.commercial_first_inner p a,
.commercial_third_inner p a{
  border-bottom: 1px solid #f47f18;
  font-family: 'Poppins-Regular';
  color: #f47f18;
}
.commercial_first_inner ul li,
.commercial_third_inner ul li{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  font-family: 'Poppins-Regular';
  display: flow-root;
  padding-left: 1.5em;
  margin-bottom: 10px;
  position: relative;
}
.commercial_first_inner ul li::before,
.commercial_third_inner ul li::before{
  content: "\f192";
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  font-size: 19px;
  color: #f47f18;
}

.commercial_second_inner p a{
  border-bottom: 1px solid #fff;
  font-family: 'Poppins-Regular';
  color: #fff;
}
.commercial_second_inner ul li{
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  font-family: 'Poppins-Regular';
  display: flow-root;
  padding-left: 1.5em;
  margin-bottom: 10px;
  position: relative;
}
.commercial_second_inner ul li::before{
  content: "\f192";
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  font-size: 19px;
  color: #fff;
}

.commercial_first_blk {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;

  position: relative;

}

.commercial_first_blk::after {

  content: '';

  border-radius: 10px;

  background-image: linear-gradient(-44deg, #121212 0%, #3f3f3f 100%);

  height: 108%;

  width: 40%;

  position: absolute;

  z-index: -2;

  top: -25px;

  right: 0;

}

.commercial_first_inner {

  float: left;

}

.commercial_first_imgblk {

  float: right;

}

.commercial_first_img {

  position: relative;

  margin-left: 3em;

}

.commercial_first_img::after {

  content: '';

  border-radius: 20px;

  border: 2px solid #fcfcfc;

  width: 100%;

  height: 100%;

  position: absolute;

  z-index: -1;

  bottom: -20px;

  right: -20px;

}

.commercial_first_img img {

  height: 669px;

  width: 100%;

  object-fit: cover;

  object-position: center;

  border-radius: 20px;

  filter: drop-shadow(9.206px 18.875px 22px rgba(244, 127, 24, 0.15));

  border: 1px solid #fcfcfc;

}

.commercial_first_inner h1,

.commercial_first_inner h2 {

  font-size: 40px;

  line-height: 40px;

  color: #f47f18;

  font-weight: 400;

}

.commercial_first_inner p {

  font-size: 18px;

  line-height: 30px;

  color: #010101;

  font-weight: 400;

}

.commercial_second_blk {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;

  position: relative;

}

.commercial_second_blk::after {

  content: '';

  background-image: url('../images/commercial/commercial_second_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 60%;

  height: 90%;

  position: absolute;

  z-index: -1;

  top: -2em;

  right: 0;

}

.commercial_second_inner {

  float: left;

}

.commercial_second_imgblk {

  float: left;

}

.commercial_second_img {

  position: relative;

  margin-right: 3em;

}

.commercial_second_img::after {

  content: '';

  width: 278px;

  height: 351px;

  border-radius: 5px;

  background-color: #000000;

  position: absolute;

  z-index: -1;

  top: -10px;

  left: -10px;

}

.commercial_second_img img {

  height: 705px;

  width: 100%;

  object-fit: cover;

  object-position: center;

  border-radius: 5px;

  filter: drop-shadow(8.767px 17.976px 23px rgba(0, 0, 0, 0.22));

}

.commercial_second_inner h2,

.commercial_second_inner h3 {

  font-size: 40px;

  line-height: 40px;

  color: #ffffff;

  font-weight: 400;

}

.commercial_second_inner p {

  font-size: 18px;

  line-height: 30px;

  color: #ffffff;

  font-weight: 400;

}

.commercial_service .blog_det_service_content {

  position: absolute;

  bottom: 0;

  left: 0;

}

.commercial_service .blog_det_service_content p {

  display: none;
  font-size: 12px !important;
  line-height: 15px !important;
  overflow-y: scroll;
  height: 45px;

}

.commercial_service .blog_det_service_content h4 {

  font-size: 26px !important;

  color: #ffffff !important;

  font-weight: 600 !important;

  font-family: 'Poppins-SemiBold' !important;
  min-height: auto !important;
  display: block !important;

}

.commercial_service .blog_det_service_img::before {

  content: '';

  border-radius: 5px;

  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9999999999999999) 0%, rgba(0, 0, 0, 0) 100%);

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

}

.commercial_service .slick-list.draggable {
  padding: 2em 0 3em;
}

.commercial_service .blog_det_service_single.slick-active+.slick-active .blog_det_service_content {

  position: relative !important;

  transition: 0.5s !important;

  filter: drop-shadow(0px 20px 20px rgba(239, 124, 36, 0.1)) !important;

}

.commercial_service .blog_det_service_single.slick-active+.slick-active+.slick-active .blog_det_service_content {

  position: absolute !important;

  filter: unset !important;

  transition: 0.5s !important;

}



.commercial_service .blog_det_service_single.slick-active+.slick-active .blog_det_service_img::before {

  background-image: unset !important;

}

.commercial_service .blog_det_service_single.slick-active+.slick-active+.slick-active .blog_det_service_img::before {

  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9999999999999999) 0%, rgba(0, 0, 0, 0) 100%) !important;

}



.commercial_service .blog_det_service_single.slick-active+.slick-active .blog_det_service_single_inner {

  top: -25px !important;

  transform: unset;

}

.commercial_service .blog_det_service_single.slick-active+.slick-active+.slick-active .blog_det_service_single_inner {

  top: 0 !important;

}



.commercial_service .blog_det_service_single.slick-active+.slick-active .blog_det_service_img img {

  height: 250px !important;

}

.commercial_service .blog_det_service_single.slick-active+.slick-active+.slick-active .blog_det_service_img img {

  height: 289px !important;

}



.commercial_service .blog_det_service_single.slick-active+.slick-active .blog_det_service_content h4 {

  font-size: 23px !important;

  color: #ef7c24 !important;

}

.commercial_service .blog_det_service_single.slick-active+.slick-active+.slick-active .blog_det_service_content h4 {

  color: #ffffff !important;

}



.commercial_service .blog_det_service_single.slick-active+.slick-active .blog_det_service_content p {

  display: block !important;

}

.commercial_service .blog_det_service_single.slick-active+.slick-active+.slick-active .blog_det_service_content p {

  display: none !important;

}



.commercial_third_blk {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;

}

.commercial_third_inner {

  float: left;

  position: relative;

}

.commercial_third_imgblk {

  float: right;

}

.commercial_third_img {

  position: relative;

  margin-bottom: 5em;

}

.commercial_third_img::before {

  content: '';

  background-image: url('../images/commercial/commercial_img3bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

}

.commercial_third_img img {

  height: 675px;

  width: 100%;

  object-fit: cover;

  object-position: center;

}

.commercial_third_inner h2,

.commercial_third_inner h3 {

  font-size: 40px;

  line-height: 40px;

  color: #f47f18;

  font-weight: 400;

}

.commercial_third_inner h4,

.commercial_third_inner h5 {

  font-size: 30px;

  line-height: 30px;

  color: #000000;

  font-weight: 400;

}

.commercial_third_inner p {

  font-size: 18px;

  line-height: 30px;

  color: #010101;

  font-weight: 400;

}

.commercial_review .review_single_inner {

  margin: 0 30px;

}

.commercial_review .review_single_inner::after {

  background-image: url('../images/commercial/commercial_review_bg.webp');

}

.commercial_review .review_single.slick-active+.slick-active .review_single_inner::after {

  background-image: url('../images/commercial/commercial_review_bg2.webp');

}

.commercial_review .review_single.slick-active+.slick-active+.slick-active .review_single_inner::after {

  background-image: url('../images/commercial/commercial_review_bg.webp');

}



.commercial_review .review_single_inner a::before {

  background-image: url('../images/commercial/commercial_g_icon.webp');

  right: -20px;

}

.commercial_review .review_single.slick-active+.slick-active+.slick-active .review_single_inner a::before {

  background-image: url('../images/commercial/commercial_g_icon.webp');

}



/* Inner page banner */

.inner_page_banner_wrapper {

  float: left;

  width: 100%;

  margin: -7em 0 2em;

  padding: 0 0 2em;

  position: relative;

}

.inner_page_banner {

  float: right;

  position: relative;

}

.inner_page_banner::before {

  content: '';

  background-image: url('../images/commercial/ban_bg2.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 92%;

  height: 14%;

  position: absolute;

  bottom: -1px;

  z-index: 1;

  right: 0;

}

.inner_page_banner p {

  font-size: 15px;

  color: #ffffff;

  font-weight: 400;

  position: absolute;

  padding: 0 140px;

  z-index: 3;

  bottom: 0;

  left: 0;

}

.inner_page_img {

  position: relative;

}

.inner_page_img img {

  height: 613px;

  width: 100%;

  object-fit: cover;

  object-position: center;

}

.inner_page_content {

  float: left;

  position: absolute;

  top: 0;

  left: 0;

}

.inner_page_content::before {

  content: '';

  background-color: rgba(245, 161, 31, 0.9019607843137255);

  /* background-image: linear-gradient(180deg, rgba(243,109,21,0.9999999999999999) 0%, rgba(245,161,31,0.9019607843137255) 100%); */

  width: 43px;

  height: 64px;

  transform: rotate(24deg);

  position: absolute;

  z-index: 2;

  bottom: 60px;

  right: 53px;

}

.inner_page_content_img {

  position: relative;

}

.inner_page_content_img::after {

  content: '';

  background-image: url('../images/commercial/ban_bg.webp');

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 22%;

  height: 61%;

  position: absolute;

  z-index: 1;

  top: 9em;

  right: -35px;

}

.inner_page_content_img::before {

  content: '';

  background-color: #272727;

  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 50%, 0% 0%);

  opacity: 0.902;

  width: 100%;

  height: 100%;

  position: absolute;

  z-index: 1;

  top: 0;

  left: 0;

}

.inner_page_content_img img {

  height: 613px;

  width: 100%;

  object-fit: cover;

  object-position: center;

  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 50%, 0% 0%);

}

.inner_page_content_wrapper {

  float: left;

  width: 100%;

  position: absolute;

  z-index: 1;

  top: 12em;

  left: 0;

  height: 100%;

}

.inner_page_content_inner {

  float: left;

  width: 100%;

  padding: 0 4em 0 2em;

}

.banner_heading {

  font-size: 40px;

  text-transform: uppercase;

  color: #ffffff;

  position: relative;

  font-family: 'SpecialGothicExpandedOne';

}

.banner_heading::before {

  content: '';

  width: 190px;

  height: 1px;

  border-radius: 0px;

  background-color: #ffffff;

  position: absolute;

  bottom: -1em;

  right: 70px;

}

.inner_page_content_inner p {
  font-size: 18px;
  color: #fff;
  display: none;
}

.inner_page_banner_wrapper .cover_media {

  position: relative;

  line-height: unset;

  bottom: -21em;

}

.inner_page_banner_wrapper .media_ratings {

  line-height: unset;

}

.inner_page_banner_wrapper .reviewitems {

  line-height: unset;

  width: 20%;

}

.inner_page_banner_wrapper .media_ratings::before {

  content: unset !important;

}

.inner_page_banner_wrapper .cover_media::before {

  content: unset !important;

}

.h_rating::before {

  content: unset !important;

}

.google_rate::before {

  content: unset !important;

}



/* accessibility page */



.cms_page_content h1 {

  font-size: 35px;

  line-height: 45px;

  color: #f47f18;

  font-weight: 400;

}

.cms_page_content p {

  font-size: 18px;

  line-height: 30px;

  color: #000000;

}

/********** ul li a tag styles for detail pages ***********/

.cms_page_content p a,

.sitemap-data p a {

  border-bottom: 1px solid #000000;

  font-family: 'Poppins-Regular';

}

.cms_page_content ul li,

.sitemap-data ul li {

  font-size: 18px;

  line-height: 30px;

  color: #000000;

  font-weight: 400;

  font-family: 'Poppins-Regular';

  display: flow-root;

  padding-left: 1.5em;

  margin-bottom: 10px;

  position: relative;

}

.cms_page_content ul li::before,

.sitemap-data ul li::before {

  content: "\f0ad";

  position: absolute;

  top: 0;

  left: 0;

  font-family: FontAwesome;

  font-size: 19px;

  color: #f47f18;

}



/* sitemap page */

.sitemap-data h1 {

  font-size: 35px;

  line-height: 45px;

  color: #f47f18;

  font-weight: 400;

}

.sitemap-data p {

  font-size: 18px;

  line-height: 30px;

  color: #000000;

}


/* career page */
.employment_form_page_wrapper {
  margin: 2em 0;
  padding: 1em 0;
  width: 100%;
  float: left;
}

.employment_form_page_hle {
  max-width: 50%;
  margin: 0 auto;
  width: 100%;
}

.employment_form_page_inner {
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}

.employment_form_page_inner form {
  float: left;
  border-radius: 20px 100px;
  filter: drop-shadow(0px 16px 15px rgba(26, 108, 179, .14));
  background-color: #fff;
  border: 1px solid #ededed;
  padding: 4em 3em 3em;
  width: 100%;
}

.employment_form_page_inner .input_group {
  padding-right: 1em;
}

.employment_form_page_inner .form-group input {
  width: 100%;
  border-radius: 10px;
  border-top-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  height: 60px;
  font-size: 18px;
  color: #000;
  line-height: 28px;
  filter: drop-shadow(0px 16px 15px rgba(26, 108, 179, .3));
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px solid #f47f18 !important;
  outline: 0 !important;
  margin-bottom: 1em;
}

.employment_form_page_inner .select-field select {
  height: 60px;
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  color: #000000b0 !important;
  border-radius: 10px 30px;
  padding-left: 20px;
  filter: drop-shadow(0px 16px 15px rgba(26, 108, 179, .14));
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px solid #f47f18 !important;
  outline: 0 !important;
  margin-bottom: 1em;
}

.employment_form_page_inner .captcha_box {
  float: left;
  width: 100%;
  text-align: center;
}

.employment_form_page_inner .captcha_box .g-recaptcha {
  max-width: 70%;
  width: 100%;
  margin: 0 auto;
}

.employment_form_page_inner .captcha_box .g-recaptcha>div {
  margin: 0 auto;
}

.employment_form_page_inner .submit-btn {
  text-align: center;
}

.employment_form_page_inner .submit-btn button {
  color: #fff;
  font-size: 20px;
  border-radius: 10px 30px;
  width: 25%;
  background-color: #f47f18;
  padding: .5em;
  border: 2px solid #dfdfdf;
}

/* service area page */
/**********************************ServiceArea***********************************/
.servicearea_banner {
  float: left;
  width: 100%;
  padding-bottom: 10em;
  position: relative;
  z-index: 1;
  margin-top: -3em;
}

.servicearea_banner_hle {
  height: 245px;
  background-image: url('../images/servicearea/banner.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.servicearea_banner_title h1 {
  width: 80%;
  font-size: 40px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 50px;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}

.servicearea_banner_title {
  padding-top: 2em;
}

.servicearea_banner_title h1:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #f07c17;
  bottom: 0;
  right: 0;
}

.servicearea_banner_title p {
  font-size: 17px;
  color: #ffffff;
  font-weight: 400;
  line-height: 25px;
}

.cover_media.servicearea_media {
  width: 300px;
  position: absolute;
  bottom: -94px;
  left: 50px;
}

.cover_media.servicearea_media .reviewitems::before {
  bottom: unset !important;
  left: 5px !important;
  top: -17px !important;
  border-radius: 0px 0px 5px 5px !important;
}

.cover_media.servicearea_media .reviewitems {
  width: 33%;
}

.cover_media.servicearea_media .media_ratings {
  width: 100%;
}

.servicearea_wrapper {
  float: left;
  width: 100%;
  margin-top: -12em;
  position: relative;
}

.servicearea_mapse .mapouter {
  height: 925px;
}

.servicearea_mapse .gmap_canvas {
  height: 925px;
}

.servicearea_list {
  position: absolute;
  right: 49px;
  top: 10em;
  width: 450px;
}

.servicearea_list_inr {
  border-radius: 30px;
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  padding: 2em 1.5em;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow-y: scroll;
  height: 650px;
}

/* width */
.servicearea_list_inr::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.servicearea_list_inr::-webkit-scrollbar-thumb {
  background-color: #f07c17;
  border-radius: 10px;
}

/* Handle */
.servicearea_list_inr::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.servicearea_list_inr ul li {
  list-style-type: none;
  margin-bottom: 0.5em;
}

.servicearea_list_inr ul li a {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 600;
  font-family: 'Poppins-SemiBold';
  border-radius: 13px;
  background-color: #ffffff;
  border: 1px solid #f07c17;
  padding: 0.7em;
  padding-left: 4em;
  position: relative;
  transition: 0.5s;
}

.servicearea_list_inr ul li a:before {
  content: '\f041';
  font-family: 'FontAwesome';
  position: absolute;
  left: 5px;
  width: 50px;
  height: 50px;
  width: 62px;
  height: 62px;
  border-radius: 12px;
  background-color: #000000;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  color: #fff;
  top: -7px;
  transition: 0.5s;
}

.servicearea_list_inr ul li a:after {
  content: '\f061';
  font-family: 'FontAwesome';
  right: 0;
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background-color: #212121;
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 6px;
  right: 6px;
  transition: 0.5s;
}

.servicearea_list_inr ul li a:hover:before {
  border-radius: 12px;
  background-color: #f07c17;
  border: 1px solid #ffffff;
}

.servicearea_list_inr ul li a:hover:after {
  background-color: #ffffff;
  color: #000;
  transform: rotate(45deg);
}

.servicearea_list_inr ul li a:hover {
  background-color: #000;
  color: #fff;
}

.career_page_first_blk {
  float: left;
  width: 100%;
  margin: 4em 0;
  padding: 4em 0;
}

.career_page_first_inner {
  float: left;
}

.career_page_first_imgblk {
  float: left;
  position: relative;
}

.career_page_first_img {
  position: relative;
  margin-right: 5em;
}

.career_page_first_img::after {
  content: '';
  background-color: #f47f18;
  width: 90%;
  height: 95%;
  position: absolute;
  z-index: -2;
  top: -25px;
  left: -25px;
}

.career_page_first_img::before {
  content: '';
  border-radius: 27px;
  border: 1px solid #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: -55px;
  right: -4em;
}

.career_page_first_img img {
  height: 537px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.career_page_first_img2 {
  float: right;
  width: 85%;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 3em;
}

.career_page_first_img2::before {
  content: '';
  width: 64px;
  height: 64px;
  background-color: #f47f18;
  position: absolute;
  z-index: 1;
  bottom: -60px;
  right: -20px;
}

.career_page_first_img2 img {
  height: 481px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(-10.231px 13.577px 12.5px rgba(0, 0, 0, 0.44));
}

.career_page_first_inner h2,
.career_page_first_inner h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: #ef7c24;
  font-weight: 700;
}

.career_page_first_inner p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.career_page_second_blk {
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}

.career_page_second_inner {
  float: left;
}

.currentjobs {
  float: left;
}

.innercurrentjobs {
  position: relative;
  padding: 3em 3em 3em 3em;
  border-radius: 34px 0 34px 34px;
  background-color: #f47f18;
}

.innercurrentjobs h2 {
  color: #fff;
  font-size: 36px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Poppins-SemiBold';
  border-radius: 34px;
  border: 1px solid #fff;
  margin: 0;
  padding: 15px;
  text-align: center;
}

.innercurrentjobs {
  position: relative;
  padding: 3em 10px;
}

.innercurrentjobs ul {
  margin-top: 4em;
}

.innercurrentjobs li:before {
  content: "";
  background-image: url('../images/career/sparkling.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 25px;
  top: 6px;
  width: 23px;
  height: 23px;
}

.innercurrentjobs li {
  font-size: 20px;
  list-style: none;
  margin: 2em 0;
  color: #fff;
  position: relative;
  padding-left: 3em;
}

.innercurrentjobs li:after {
  content: '';
  background-image: url('../images/career/line.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 50%;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5em;
  margin: auto 0;
}

.innercurrentjobs li a {
  font-size: 20px;
  color: #f47f18;
  font-weight: 600;
  border-radius: 23px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0px 20px;
  float: right;
  display: block;
  font-family: 'Poppins-SemiBold';
}

.career_page_second_imgblk {
  float: right;
  position: relative;
  top: -10em;
}

.career_page_second_img {
  position: relative;
}

.career_page_second_img img {
  height: 560px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}

.join_our_team_blk {
  position: relative;
  text-align: center;
  border-radius: 56px;
  background-color: rgba(0, 0, 0, 0.8588235294117647);
  padding: 10px 30px;
}

.join_our_team_blk h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Poppins-Bold';
}

.join_our_team_blk p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  overflow-y: scroll;
  height: 215px;
  padding-right: 10px;
}

/* width */
.join_our_team_blk p::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.join_our_team_blk p::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 10px;
}

/* Handle */
.join_our_team_blk p::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.career_page_why_choose_us {
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}

.career_page_why_choose_us_inner {
  float: left;
}

.career_page_why_choose_us_content {
  float: left;
}

.career_page_why_choose_us_content_inner {
  float: left;
  width: 100%;
}

.career_page_why_choose_us_content_inner h3 {
  font-size: 38px;
  line-height: 34px;
  text-transform: uppercase;
  color: #f47f18;
}

.career_page_why_choose_us_content_inner p {
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
  font-weight: 400;
}

.career_page_why_choose_us_imgblk {
  float: left;
}

.career_page_why_choose_us_img {
  float: left;
  width: 100%;
}

.career_page_why_choose_us_single {
  float: left;
}

.career_page_why_choose_us_single_inner {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 8em 1em 8em 1em;
}

.career_page_why_choose_us_single:nth-child(1) .career_page_why_choose_us_single_inner::after {
  content: '';
  background-image: url('../images/career/icon1_bg.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.career_page_why_choose_us_single:nth-child(2) {
  float: left;
  position: relative;
  right: -13px;
  top: -11px;
}

.career_page_why_choose_us_single:nth-child(2) .career_page_why_choose_us_single_inner {
  padding: 8em 1em 9em 1em;
}

.career_page_why_choose_us_single:nth-child(2) .career_page_why_choose_us_single_inner::after {
  content: '';
  background-image: url('../images/career/icon2_bg.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.career_page_why_choose_us_single:nth-child(2) .career_page_why_choose_us_single_content {
  top: -20px;
}

.career_page_why_choose_us_single:nth-child(3) {
  position: relative;
  top: -12.5em;
  left: -15em;
}

.career_page_why_choose_us_single:nth-child(3) .career_page_why_choose_us_single_content {
  top: unset;
  bottom: 10px;
}

.career_page_why_choose_us_single:nth-child(3) .career_page_why_choose_us_single_content h4 {
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #f47f18;
}

.career_page_why_choose_us_single:nth-child(3) .career_page_why_choose_us_single_inner::after {
  content: '';
  background-image: url('../images/career/icon3_bg.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.career_page_why_choose_us_single:nth-child(4) {
  position: relative;
  top: -175px;
  right: 205px;
}

.career_page_why_choose_us_single:nth-child(4) .career_page_why_choose_us_single_inner::after {
  content: '';
  background-image: url('../images/career/icon3_bg.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.career_page_why_choose_us_single:nth-child(4) .career_page_why_choose_us_single_content {
  top: unset;
  bottom: 10px;
}

.career_page_why_choose_us_single:nth-child(4) .career_page_why_choose_us_single_content h4 {
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #f47f18;
}

.career_page_why_choose_us_single_content {
  float: left;
  width: 80%;
  position: absolute;
  top: 10px;
  left: 3em;
  right: 0;
  border-radius: 5px;
  filter: drop-shadow(6.103px 11.478px 11.5px rgba(0, 0, 0, 0.11));
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
}

.career_page_why_choose_us_single_content h4 {
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.career_page_why_choose_us_single_img {
  position: relative;
}

.career_page_why_choose_us_single_img img {
  height: 100px;
  width: 100px;
  object-fit: contain;
  object-position: center;
}

.career_page_third_blk {
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}

.career_page_third_inner {
  float: left;
  position: relative;
}

.career_page_third_inner::after {
  content: '';
  border-radius: 27px;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  width: 70%;
  height: 85%;
  position: absolute;
  z-index: -1;
  top: -40px;
  right: -30px;
}

.career_page_third_imgblk {
  float: left;
}

.career_page_third_img {
  position: relative;
  margin-right: 3em;
  margin-bottom: 3em;
}

.career_page_third_img::before {
  content: '';
  width: 73px;
  height: 62px;
  border-radius: 8px;
  background-color: #f47f18;
  position: absolute;
  z-index: -1;
  bottom: -15px;
  right: -15px;
}

.career_page_third_img::after {
  content: '';
  border-radius: 89px;
  border: 2px solid #f47f18;
  width: 50%;
  height: 112%;
  position: absolute;
  z-index: -1;
  top: -40px;
  left: -30px;
}

.career_page_third_img img {
  height: 682px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  border: 1px solid #ffffff;
}

.career_page_third_inner h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: #ef7c24;
  font-weight: 700;
  font-family: 'Poppins-Bold';
}

.career_page_third_inner p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
/********** ul li a tag styles for detail pages ***********/
.career_page_third_inner p a,
.career_page_first_inner p a{
  border-bottom: 1px solid #ef7c24;
  font-family: 'Poppins-Regular';
  color: #ef7c24;
}
.career_page_third_inner ul li,
.career_page_first_inner ul li{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  font-family: 'Poppins-Regular';
  display: flow-root;
  padding-left: 1.5em;
  margin-bottom: 10px;
  position: relative;
}
.career_page_third_inner ul li::before,
.career_page_first_inner ul li::before{
  content: "\f192";
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  font-size: 19px;
  color: #ef7c24;
}





/*********** responsive ***********/



@media only screen and (min-width:1400px) {

  /* home page */

  /* banner */

  .cover_media {

    left: 40px;

  }

  .hme_aboutus_img::before {
    width: 104.9%;
    left: -41px;
  }



  /* inner page banner */

  .inner_page_content::before {

    bottom: 60px;

    right: 60px;

  }

  .inner_page_content_inner {

    padding: 0 4em 0 5em;

  }

  .inner_page_banner_wrapper .cover_media {

    left: 20px;

  }

  .hme_aboutus_blk::after {
    left: -1px;
  }



}

@media only screen and (min-width:1500px) {

  /* home page */



  /* banner */

  .bannerhme_content_inner {

    padding: 0em 13em 0em 6em;

  }

  .cover_media {

    left: 5em;

  }


  .hme_aboutus_img::before {
    width: 105%;
    left: -43px;
  }



  /* Inner page banner */

  .inner_page_content_inner {

    padding: 0 4em 0 8em;

  }

  .inner_page_content::before {

    bottom: 60px;

    right: 64px;

  }

}

@media only screen and (min-width:1600px) {



  /* home page */



  /* banner */

  .bannerhme_content_inner {

    padding: 0em 14em 0em 9em;

  }

  .cover_media {

    left: 9em;

  }

  .hme_aboutus_img::before {
    width: 105%;
    left: -46px;
  }



  /* inner page banner */

  .inner_page_content::before {

    bottom: 60px;

    right: 69px;

    width: 48px;

    height: 64px;

  }

  .inner_page_banner p {

    padding: 0 200px;

  }

  .inner_page_content_inner {

    padding: 0 4em 0 12em;

  }



}

@media only screen and (min-width:1700px) {

  /* home page */



  /* banner */

  .bannerhme_content_inner {

    padding: 0em 15em 0em 12em;

  }

  .cover_media {

    left: 12em;

  }


  .hme_aboutus_img::before {
    width: 105%;
    left: -52px;
  }



  /* Inner page banner */

  .inner_page_content::before {

    bottom: 60px;

    right: 73px;

    width: 52px;

    height: 64px;

  }

  .inner_page_content_inner {

    padding: 0 4em 0 16em;

  }

  .inner_page_banner_wrapper .reviewitems {

    width: 22%;

  }

}

@media only screen and (min-width:1800px) {

  /* home page */



  /* banner */

  .bannerhme_content_inner {

    padding: 0em 15em 0em 15em;

  }

  .cover_media {

    left: 15em;

  }

  .hme_aboutus_img::before {
    width: 105%;
    left: -52px;
    height: 106%;
  }

  .hme_aboutus_blk::before {
    width: 42%;
  }



  /* Inner page banner */

  .inner_page_content_inner {

    padding: 0 4em 0 20em;

  }

  .inner_page_content::before {

    bottom: 60px;

    right: 79px;

    width: 54px;

    height: 68px;

  }

}

@media only screen and (min-width:1920px) {

  /* home page */



  /* banner */

  .bannerhme_content_inner {

    padding: 0em 15em 0em 20em;

  }

  .cover_media {

    left: 20em;

  }

  .reviewitems {

    width: 15%;

  }

  .hme_aboutus_img::before {
    width: 105%;
    left: -56px;
    height: 106%;
  }

  /* Inner page banner */

  .inner_page_content_inner {

    padding: 0 4em 0 24em;

  }

  .inner_page_content::before {

    bottom: 56px;

    right: 87px;

    width: 58px;

    height: 72px;

    transform: rotate(29deg);

  }

}

@media only screen and (min-width:2560px) {

  /* home page */

  .bannerhme_content_inner {

    padding: 0em 18em 0em 40em;

  }

  .cover_media {

    left: 40em;

  }

  .reviewitems {

    width: 10%;

  }

  .hme_aboutus_img::before {

    width: 105.8%;

    height: 113%;

    left: -78px;

  }

  .hme_aboutus_blk::before {

    width: 42%;

  }



  /* inner page banner */

  .inner_page_content_inner {

    padding: 0 4em 0 44em;

  }

  .inner_page_banner_wrapper .cover_media {

    left: -70px;

  }

  .inner_page_banner p {

    padding: 0px 300px;

  }

  .inner_page_content::before {

    bottom: 48px;

    right: 127px;

    width: 69px;

    height: 100px;

    transform: rotate(29deg);

  }



}





@media only screen and (max-width:1300px) {

  .container {

    padding: 0 15px;

  }

  /* home page */

  /* header blk */

  .header-nav nav ul li {

    margin: 0 3px !important;

  }

  a.head_learnmore {

    width: 42%;

  }



  /* blog page */

  .blog_date {

    width: 25%;

  }



  /* Blog detail page */

  .blog_det_service_inner::after {

    width: 101%;

    left: -0.5em;

  }



  /* about us page */

  .aboutus_second_img {

    margin-bottom: 2em;

  }

  .aboutus_second_img img {

    height: 600px;

  }

  .aboutus_second_inner::after {

    height: 910px;

  }

  .aboutus_third_img {

    margin-bottom: 1em;

  }



  /* services page */

  .service_page_odd_img::after {

    bottom: -15px;

    left: -15px;

  }



  /* Inner page banner */

  .inner_page_banner_wrapper .reviewitems {

    width: 25%;

  }

  .inner_page_content_img::after {

    width: 24%;

    height: 61%;

    top: 9em;

    right: -39px;

  }

  .inner_page_content::before {

    width: 39px;

    height: 70px;

    transform: rotate(21deg);

    bottom: 60px;

    right: 46px;

  }

  .commercial_first_img::after {

    right: -10px;

  }



  /* commercial page */





}

@media only screen and (max-width:1200px) {



  /* home page */

  /* header */

  .header_rating {

    display: none;

  }

  .header_contdetails {

    width: 58%;

  }

  .header_schedule {

    font-size: 18px;

  }

  .header-nav nav ul li {

    margin: 0 0 !important;

  }

  .header-nav nav>ul>li>a {

    padding: 10px 0px 10px;

    font-size: 15px;

  }

  .header_offerblk {

    width: 31%;

  }



  /* banner */

  .bannerhme_content_inner h1,
  .bannerhme_content_inner h2 {

    font-size: 36px;

  }

  a.head_learnmore {

    width: 62%;

  }

  .reviewitems {

    width: 23%;

  }



  /* service blk */

  .hme_service_content {

    width: 32%;

    left: 1em;

  }

  .tab-links ul {

    height: 560px;

  }

  .hme_service_static_inner h3 {

    font-size: 31px;

    line-height: 41px;

  }

  .hme_first_content h3 {

    font-size: 36px;

    line-height: 46px;

  }

  .hme_first_content p {

    font-size: 17px;

    line-height: 27px;

  }



  .hme_second_inner h3 {

    font-size: 27px;

    line-height: 37px;

  }

  .hme_second_inner p {

    font-size: 14px;

    line-height: 24px;

  }

  .hme_second_img_single {

    margin: 0 25px;

    width: 27%;

  }

  .hme_third_blk {

    padding: 2em 0;

  }

  .hme_third_img {

    margin-bottom: 5em;

  }

  .hme_third_img img {

    width: 460px;

    height: 460px;

  }

  .hme_third_inner h3 {

    font-size: 30px;

    line-height: 40px;

  }

  .hme_coupons_title {

    margin: 1em 0 0;

  }

  .hme_coupons_title h3 {

    font-size: 37px;

    line-height: 47px;

  }

  .coupon_first_blk span {

    font-size: 50px;

    line-height: 80px;

  }

  .coupon_first_blk span sub {

    font-size: 30px;

    line-height: 30px;

  }

  .hme_coupon_icon::after {

    width: 32%;

  }

  .coupon_content h4 {

    font-size: 18px;

  }

  .hme_faq_img_content h3 {

    font-size: 40px;

    line-height: 50px;

  }

  .hme_faq_img_content p {

    font-size: 17px;

    line-height: 27px;

  }

  .hme_aboutus_img::before {

    width: 104.9%;

    height: 100%;

    left: -28px;

  }

  .hme_aboutus_inner h3,
  .hme_aboutus_inner h4 {

    font-size: 37px;

    line-height: 47px;

  }

  .hme_aboutus_inner h3::before,
  .hme_aboutus_inner h4::before {

    height: 126px;

  }

  .hme_aboutus_inner p {

    font-size: 17px;

    line-height: 28px;

  }

  .hme_aboutus_img img {

    height: 814px;

  }

  .hme_aboutus_blk::before {

    content: unset;

  }

  .review_single.slick-active+.slick-active .review_single_inner {

    top: 0;

  }

  .authordetail::before {

    width: 80%;

  }

  .review_single_inner a::before {

    top: -25px;

    right: 8em;

  }

  .review_single_inner {

    padding: 20px 15px 15px 15px;

  }

  .review_single_inner p {

    height: 140px;

  }

  .hme_review_slic .slick-list.draggable {

    padding: 6em 0 4em 0;

  }

  .hme_blog_title {

    margin: 1em 0;

  }

  .hme_blog_title h3 {

    font-size: 37px;

    line-height: 47px;

  }

  .hme_blog_imgblk img {

    height: 350px;

  }

  .blog_date {

    width: 30%;

  }

  .hme_blog_content::before {

    content: unset;

  }

  .hme_blog_content h4 {

    font-size: 20px;

    line-height: 30px;

  }

  .socialmedia_footer {

    width: 90%;

  }

  .footerfirst_menu ul li a,
  .footersecond_menu ul li a {

    font-size: 14px;

    line-height: 36px;

  }



  /* blog page */

  .blog_page_first_left .hme_blog_imgblk img {

    height: 450px;

  }

  .blog_page_first_left .blog_date {
    width: 20%;
    font-size: 27px;
    line-height: 27px;
  }

  .blog_page_first_right .hme_blog_content h4 {

    -webkit-line-clamp: 2;

  }

  .blog_page_first_right .hme_blog_content {

    margin: 5px 0 7px;

  }

  .blog_page_second_blk .hme_blog_imgblk {

    padding: 3em 0 0;

  }



  /* Blog details page */

  .blog_detail_page_wrapper h2,
  .blog_detail_page_wrapper h3 {

    font-size: 27px;

    line-height: 37px;

  }

  .blog_detail_page_inner strong {

    font-size: 23px;

    line-height: 29px;

  }

  .blog_detail_page_wrapper h4,
  .blog_detail_page_wrapper h5 {

    font-size: 27px;

    line-height: 37px;

  }

  .blog_det_service_inner::after {

    width: 100%;

    left: 0em;

  }

  .blog_det_service_title h3 {

    font-size: 32px !important;

    line-height: 42px !important;

  }

  .blog_det_service_content h4 {

    font-size: 23px !important;

    line-height: 33px !important;

  }

  .blog_det_service_content p {

    font-size: 15px !important;

    line-height: unset !important;

    overflow-y: scroll;

    height: 80px;

  }

  /* width */

  .blog_det_service_content p::-webkit-scrollbar {

    width: 5px;

  }

  /* Track */

  .blog_det_service_content p::-webkit-scrollbar-thumb {

    background-color: #f47f18;

    border-radius: 10px;

  }

  /* Handle */

  .blog_det_service_content p::-webkit-scrollbar-track {

    border-radius: 10px;

    background-color: transparent;

  }



  /* Faq page */

  .faq_page_img img {

    height: 425px;

  }

  .faq_page_content_box .faq_question_box {

    height: 670px;

  }

  .faq_page_content h2,
  .faq_page_content h3 {

    font-size: 37px;

    line-height: 47px;

  }

  .faq_page_content p {

    font-size: 17px;

    line-height: 27px;

  }



  /* about us page */

  .aboutus_first_img {

    margin-bottom: 1em;

  }

  .aboutus_first_img::before {

    left: -15px;

    top: -15px;

  }

  .aboutus_first_img img {

    height: 500px;

  }

  .about_us_first_inner h2,
  .about_us_first_inner h3 {

    font-size: 37px;

    line-height: 47px;

  }

  .aboutus_second_blk {

    background-color: #1c1c1c;

  }

  .aboutus_second_inner::after {

    content: unset;

  }

  .aboutus_second_inner h3,
  .aboutus_second_inner h4 {

    font-size: 37px;

    line-height: 47px;

  }

  .aboutus_third_img::after {

    left: -3.5em;

  }

  .aboutus_third_inner h3,
  .aboutus_third_inner h4 {

    font-size: 37px;

    line-height: 47px;

  }

  .aboutus_third_img {

    margin-bottom: 5em;

  }

  .about_us_first_inner h2,
  .about_us_first_inner h3 {

    font-size: 34px;

    line-height: 44px;

  }

  .aboutus_second_inner h3,
  .aboutus_second_inner h4 {

    font-size: 34px;

    line-height: 44px;

  }

  .aboutus_second_img img {

    height: 500px;

  }

  .aboutus_second_img {

    margin-bottom: 2em;

    margin-left: 2em;

  }

  .aboutus_third_img {

    margin-bottom: 3em;

    margin-left: 3em;

  }

  .aboutus_third_img img {

    height: 500px;

  }

  .aboutus_third_img::after {

    left: -2.5em;

    height: 120%;

    width: 116%;

    top: -4em;

  }



  /* contact us */

  .location_leftside {

    float: left;

    width: 100%;

    margin-bottom: 3em;

  }

  .location_leftside_inner {

    float: none;

    width: 100%;

    max-width: 70%;

    margin: 0 auto;

  }

  .loc_salt p {

    font-size: 20px;

    line-height: 30px;

  }

  .contactown_form {

    float: left;

    width: 100%;

  }

  .contactown_form_inner {

    float: none;

    width: 100%;

    max-width: 70%;

    margin: 0 auto;

  }

  .location_leftside .navcover {

    float: left;

    width: 50%;

  }

  .location_leftside .locationcontent {

    float: left;

    width: 50%;

  }

  .location_leftside:before {

    bottom: 0;

    left: 0;

    width: 100%;

    height: 119%;

  }

  .loc_cover {

    padding: 3em 0 1em 0;

  }

  .location_leftside ul.nav.nav-tabs {

    height: 500px;

  }



  /* location page */

  .locator_page_detail .loc_salt h4 {

    font-size: 41px;

    line-height: 47px;

  }

  .locator_page_map .mapouter,

  .locator_page_map .gmap_canvas {

    height: 775px;

  }





  /* services page */

  .service_page_odd_inner h2,
  .service_page_odd_inner h3 {

    font-size: 37px;

    line-height: 47px;

  }

  .service_page_odd_img img {

    border-radius: 0 0 250px 250px;

  }

  .service_page_odd_img {

    margin-bottom: 1em;

  }

  .service_page_odd_img::after {

    width: 80%;

  }

  .service_page_even_inner h3,
  .service_page_even_inner h4 {

    font-size: 37px;

    line-height: 47px;

  }

  .service_page_even_img img {

    height: 525px;

  }



  /* Inner page banner */

  .inner_page_content_img::after,

  .inner_page_content::before {

    content: unset;

  }

  .inner_page_banner_wrapper .reviewitems {

    width: 30%;

  }

  .inner_page_banner_wrapper .cover_media {

    left: 0;

  }

  .inner_page_content_img img {

    height: 600px;

  }



  /* commercial page */



  .commercial_first_inner h1,
  .commercial_first_inner h2 {

    font-size: 37px;

    line-height: 37px;

  }

  .commercial_first_img {

    margin-bottom: 2em;

  }

  .commercial_first_img img {

    height: 600px;

  }

  .commercial_first_blk::after {

    height: 85%;

  }

  .commercial_second_blk {

    background-color: #ef7c24;

  }

  .commercial_second_img {

    margin-bottom: 1em;

  }

  .commercial_second_img img {

    height: 600px;

  }

  .commercial_second_inner h2,
  .commercial_second_inner h3 {

    font-size: 37px;

    line-height: 37px;

  }

  .commercial_second_blk::after {

    content: unset;

  }

  .commercial_third_inner h2,
  .commercial_third_inner h3 {

    font-size: 37px;

    line-height: 37px;

  }

  .commercial_third_inner h4,
  .commercial_third_inner h5 {

    font-size: 27px;

    line-height: 27px;

  }

  .commercial_third_img img {

    height: 600px;

  }



  /* service detail page */
  .service_det_ban .inner_page_content_wrapper {
    top: 8em;
  }

  .service_det_ban .cover_media {
    bottom: -5em !important;
  }

  .service_det_first_inner h1,
  .service_det_first_inner h2,
  .service_det_first_inner h3 {

    font-size: 32px;

    line-height: 42px;

  }

  .service_det_first_img {

    margin-bottom: 2em;

  }

  .service_det_first_img img {

    height: 600px;

  }

  .service_det_why_chooose_title h2 {

    font-size: 37px;

    line-height: 37px;

  }

  .service_det_services_title h3 {

    font-size: 37px !important;

    line-height: 37px !important;

  }

  .service_det_services_inner {

    height: 480px;

  }

  .service_det_why_chooose_content h4 {

    font-size: 19px !important;

    line-height: 23px;

  }

  .service_det_why_choose {

    margin: 0;

  }

  .service_det_second_inner h2,
  .service_det_second_inner h3 {

    font-size: 37px;

    line-height: 37px;

  }

  .service_det_why_chooose_single {

    margin: 0 0 1em;

  }

  .service_det_third_img img {

    height: 700px;

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

    font-size: 27px;

  }

  /* review page */
  .review_page_title {
    top: 28em;
    left: 5em;
  }

  .review_page_content .review_single:nth-child(4) {
    top: 5em;
    left: 11em;
  }

  .review_page_inner .review_single:nth-child(5) {
    top: 5em;
    left: 12em;
  }

  /* service area page */
  .servicearea_banner_title h1 {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }

  /***********careeer-page***********/
  .career_page_first_img img {
    height: 500px;
  }

  .career_page_first_img img {
    height: 500px;
  }

  .career_page_first_img2::before {
    bottom: -20px;
  }

  .career_page_first_img::after {
    left: -10px;
  }

  .career_page_first_img::before {
    top: -38px;
    right: -3em;
  }

  .career_page_first_img {
    margin-right: 4em;
  }

  .career_page_first_inner h2,
  .career_page_first_inner h3 {
    font-size: 38px;
  }

  .innercurrentjobs li:after {
    content: unset;
  }

  .career_page_why_choose_us_single_img img {
    width: 80px;
    height: 80px;
  }

  .career_page_why_choose_us_single:nth-child(3) {
    position: relative;
    top: -12em;
    left: -11em;
  }

  .career_page_why_choose_us_single:nth-child(4) {
    position: relative;
    top: -165px;
    right: 151px;
  }

  .career_page_why_choose_us_content_inner h3 {
    font-size: 30px;
  }

  .career_page_why_choose_us_single:nth-child(4) .career_page_why_choose_us_single_content {
    bottom: -10px;
  }

  .career_page_why_choose_us_single:nth-child(3) .career_page_why_choose_us_single_content {
    bottom: -10px;
  }

  .career_page_third_img::after {
    content: unset;
  }

  .career_page_third_img {
    margin-right: 1em;
  }

  .career_page_third_img img {
    height: 575px;
  }

  .career_page_third_inner::after {
    content: '';
    border-radius: 27px;
    background-color: #f5f5f5;
    border: 1px solid #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
  }

  .career_page_third_img::before {
    bottom: -10px;
    right: -10px;
  }

  .career_page_third_inner h3 {
    font-size: 36px;
  }
}

@media only screen and (max-width:992px) {

  /* mob header */
  /**Mobile Menu Open**/

  .mobile-header {
    display: block
  }

  .mob_navi.menu {
    display: block
  }

  .mobile-header {
    display: block;
    float: left;
  }

  .mobile-header button.navbar-toggle {
    color: #4b3929;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    padding: 11px 9px;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #ef7c24;
    display: block;
  }

  .mobile-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
    padding: 0;
    background-image: unset;
  }

  .mobile-logo img {
    height: 90px;
    width: 100%;
    object-fit: contain;
    max-width: 75%;
  }

  .mobile-header .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .mob_navi {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 360px;
    height: 100%;
    overflow-x: hidden;
    transform: translate(-100%, 0%);
    transition: .5s;
    z-index: 999999;
    background-color: #fff;
    border-top-left-radius: 0;
  }

  .mob_navi.menu_open {
    transform: translate(0%, 0px)
  }

  .mob_navi::-webkit-scrollbar {
    width: 5px;
  }

  .mob_navi::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #ef7c24;
  }

  .mob_navi::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
  }

  .mob_sub_navigate span {
    width: 50%;
    padding-left: 15px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    transition: .5s
  }

  .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }

  .mob_sub_navigate i {
    width: 48%;
    padding-right: 15px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    text-align: right;
    cursor: pointer;
    color: #272727;
    float: right
  }

  #mob_menu {
    margin: 0;
    padding: 0;
    background-color: #fff;
    float: left;
    width: 100%;
    position: relative;
  }

  .mob_navi.menu.menu_open.submenu_open1 span {
    opacity: 1;
  }

  #mob_menu li {
    list-style-type: none;
    border-bottom: 1px solid #00000017;
  }

  #mob_menu li a {
    text-decoration: none;
    color: #4b3929;
    display: block;
    padding: 20px 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
  }

  #mob_menu li:hover span {
    color: #fff;
    transition: 0.5s;
  }

  #mob_menu li a:hover {
    background-color: #f47f18;
  }

  #mob_menu li a:hover {
    color: #fff;
    transition: .5s
  }

  .mob_navi.submenu_open {
    overflow-y: hidden
  }

  .mob_sub_navigate span {
    width: 50%;
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    transition: .5s;
    color: #272727;
  }

  .mob_sub_navigate span.fa-chevron-left:before {
    content: "\f053";
    position: absolute;
    left: 28px;
    top: 11px;
  }

  .mob_navi.submenu_open .mob_sub_navigate span {
    opacity: 1
  }

  .mob_sub_menu {
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(100%, 0px);
    transition: .5s;
    padding-bottom: 15px;
    padding-left: 0;
    background-color: #fff;
  }
  .mob_sub_menu li a{
    text-transform: none !important;
    font-weight: 400 !important;
  }

  .mob_sub_link i {
    font-size: 16px;
    display: inline-block;
    width: 10px;
    text-align: center;
    right: 24px;
    line-height: 10px;
    cursor: pointer;
    float: right;
    margin-right: 5px;
    color: #272727;
    position: relative;
    top: -37px
  }

  .mobile.header {
    background-color: #222;
    color: #fff;
    padding: 10px;
    padding-left: 15px;
    float: left;
    width: 100%
  }

  .submenu_open #mob_menu {
    transform: translate(-100%, 0px);
    transition: .5s
  }

  ul.mob_sub_menu.submenu_open {
    transform: translate(0%, 0px);
    transition: .5s;
    height: 100%
  }

  .mobile.header {
    display: block
  }

  .mob_navi.menu {
    display: block
  }

  .mobile.mobile-one {
    display: block
  }

  .header {
    display: none;
  }

  .columbus.banner {
    z-index: 9;
  }

  .header-logo-mob {
    display: block;
  }

  .header-logo-mob {
    display: block;
    position: absolute;
    z-index: 999;
    width: 30%;
    padding: 20px 0px 0px 15px;
  }

  .mobile-header {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 99999;
  }

  .mobtext {
    position: absolute;
    bottom: 0px;
    right: 7px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
  }

  .mobile-top-head {
    display: block;
  }

  .header-nav,
  .header_shedule {
    display: none;
  }

  .mobiletop_content {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding: 10px 30px;
  }

  a.mobiletop_content_contactus,
  a.mobiletop_content_phne {
    font-size: 14px;
    line-height: 15px;
    font-family: Poppins-SemiBold;
    display: inline-block;
    text-align: center;
    padding: 10px;
    margin: 0 6px;
    border-radius: 25px;
  }

  a.mobiletop_content_contactus {
    float: left;
    width: 45%;
    color: #f47f18;
    border: 3px solid #f47f18;
  }

  a.mobiletop_content_phne {
    float: left;
    width: 45%;
    color: #1c1c1c;
    border: 3px solid #1c1c1c;
  }


  /* home page */

  .header_offerblk {

    display: none;

  }

  .header_contdetails {

    width: 80%;

  }

  .header_number {

    font-size: 19px;

  }

  .header-nav {

    display: none;

  }

  .header_wrapper::before {

    height: 75%;

  }

  .header_wrapper::after {

    content: unset;

  }

  .header_logo_inner img {

    height: 100px;

  }



  /* banner */

  .bannerhme_wrapper {

    margin: -2em 0 2em;

  }

  .bannerhme_content {

    background-color: #272727c7;

  }

  .bannerhme_content_inner {

    padding: 0 1em 0 1em;

  }

  .bannerhme_content::after {

    content: unset;

  }

  .bannerhme_content_inner h1,
  .bannerhme_content_inner h2 {

    font-size: 34px;

  }

  a.head_learnmore {

    width: 50%;

  }

  .hme_service_list {

    float: left;

    width: 100%;

    position: relative;

    top: unset;

    right: unset;

  }

  .hme_service_list .tab-links {

    float: none;

    width: 100%;

    max-width: 80%;

    margin: 0 auto;

  }

  .hme_service_content {

    width: 45%;

  }

  .hme_service_static_blk {

    float: left;

    width: 100%;

  }

  .hme_first_imgblk {

    float: left;

    width: 100%;

    margin: 0 0 2em;

  }

  .hme_first_img {

    float: none;

    width: 100%;

    max-width: 70%;

    margin: 0 auto;

  }

  .hme_first_img img {

    height: 600px;

  }

  .hme_first_content {

    float: left;

    width: 100%;

    position: relative;

    top: unset;

    left: unset;

  }

  .hme_first_inner::after {

    width: 47%;

    height: 53%;

    top: 44em;

    left: -30px;

  }

  .hme_second_inner h3 {

    font-size: 24px;

    line-height: 34px;

  }

  .hme_second_img_single {

    margin: 0 15px;

    width: 29%;

  }

  .hme_second_img_single::before {

    right: -15px;

  }

  .hme_third_inner h3 {

    font-size: 25px;

    line-height: 35px;

  }

  .hme_third_img img {

    width: 360px;

    height: 360px;

  }

  .hme_third_img::after {

    left: -20px;

  }

  .hme_third_inner p {

    font-size: 17px;

    line-height: 29px;

  }

  .readmore {

    font-size: 16px;

    padding: 8px 15px 8px 40px;

  }

  .call_btn {

    font-size: 16px;

  }

  .call_btn::before {

    font-size: 23px;

  }

  .readmore::before {

    height: 38px;

  }

  .hme_faq_imgblk {

    float: left;

    width: 100%;

    margin: 0 0 2em;

  }

  .hme_faq_img_content {

    float: none;

    width: 100%;

    max-width: 70%;

    margin: 0 auto;

  }

  .hme_faq_img_content h3 {

    font-size: 34px;

    line-height: 44px;

  }

  .hme_faq_img {

    float: none;

    width: 100%;

    max-width: 70%;

    margin: 0 auto;

  }

  .faq_call {

    font-size: 22px;

    top: -15px;

    left: 5em;

  }

  .hme_faq_blk {

    background-color: #f3f3f3;

  }

  .hme_faqblk_content_box {

    float: left;

    width: 100%;

  }

  .faq_question_box {

    float: none;

    width: 100%;

    max-width: 70%;

    margin: 0 auto;

    height: 645px;

  }

  .hme_faq_blk::after {

    content: unset;

  }

  .hme_aboutus_img img {

    height: 600px;

  }

  .hme_aboutus_img::before {

    width: 105%;

    height: 100%;

    left: -22px;

  }

  .hme_aboutus_inner h3,
  .hme_aboutus_inner h4 {

    font-size: 34px;

    line-height: 44px;

  }

  .hme_aboutus_inner .hme_btn_set {

    position: relative;

    right: unset;

    bottom: unset;

    display: inline-block;

    padding: 1em;

    margin: 0 0 1em;

  }

  .review_single_inner a::before {

    top: -25px;

    right: 10em;

  }

  .footerfirst_logo {

    float: left;

    width: 50%;

    margin: 0 0 2em;

  }

  .footerfirst_menu {

    float: left;

    width: 50%;

  }

  .footerfirst_lastmenu {

    float: left;

    width: 100%;

  }



  /* blog page */

  .blog_page_first_left .hme_blog_imgblk img {

    height: 400px;

  }

  .blog_page_first_left .blog_date {
    width: 22%;
    font-size: 24px;
    line-height: 24px;
  }

  .blog_page_first_right .blog_date {

    font-size: 17px;

  }

  .blog_page_first_right .hme_blog_content {

    padding: 0;

  }

  .blog_page_first_right .hme_blog_content h4 {

    font-size: 18px;

    line-height: 28px;

  }

  .blog_page_second_blk .blog_single {

    padding: 0 8px;

  }

  .blog_page_second_blk .hme_blog_imgblk img {

    height: 300px;

  }

  .blog_page_second_blk .blog_date {

    font-size: 22px;

    line-height: 25px;

    width: 32%;

    padding: 12px 0px 6px 0;

  }

  .blog_page_second_blk .blog_single_inner::after {

    height: 70%;

  }

  .blog_page_second_blk .hme_blog_content h4 {

    font-size: 18px;

    line-height: 28px;

  }



  /* Blog detail page */

  body#how-hydro-jetting-can-save-you-money-on-plumbing-repairs .inner_page_content_wrapper {
    top: 6em;
  }

  body#how-hydro-jetting-can-save-you-money-on-plumbing-repairs .inner_page_banner_wrapper .cover_media {
    bottom: -5.5em;
  }

  .blog_detail_page_wrapper p {

    font-size: 17px;

    line-height: 29px;

  }

  .blog_detail_page_wrapper h2,
  .blog_detail_page_wrapper h3 {

    font-size: 24px;

    line-height: 34px;

  }

  .blog_detail_page_inner strong {

    font-size: 22px;

    line-height: 28px;

  }

  .blog_det_service_title h3 {

    font-size: 29px !important;

    line-height: 39px !important;

  }

  .blog_detail_page_wrapper h4,
  .blog_detail_page_wrapper h5 {

    font-size: 24px;

    line-height: 34px;

  }

  .blog_detail_imgblk {

    float: left;

    width: 100%;

    margin: 2em 0;

  }

  .blog_detail_img {

    float: none;

    width: 100%;

    max-width: 80%;

    margin: 0 auto;

  }

  .blog_detail_img img {

    height: 400px;

  }

  .blog_detail_page_wrapper h2,
  .blog_detail_page_wrapper h3 {

    font-size: 22px;

    line-height: 32px;

  }

  .blog_detail_page_inner strong {

    font-size: 21px;

    line-height: 27px;

  }



  /* coupons page */

  .coupon_content h4 {

    font-size: 16px;

    min-height: 100px;

  }

  .coupon_first_blk span {

    font-size: 40px;

    line-height: 60px;

  }

  .hme_coupon_icon::after {

    width: 40%;

  }

  .coupon_content p::before {

    content: unset;

  }

  .coupon_first_blk {

    padding: 0 0 15px;

  }

  .coupon_page_second_blk .coupon_single:nth-child(2) .coupon_content {

    width: 100%;

  }



  /* faq page */

  .faq_page_inner {

    float: left;

    width: 100%;

  }

  .faq_page_imgblk {

    float: left;

    width: 100%;

  }

  .faq_page_content {

    float: none;

    width: 100%;

    max-width: 80%;

    margin: 0 auto;

  }

  .faq_page_content h2,
  .faq_page_content h3 {

    font-size: 34px;

    line-height: 44px;

  }

  .faq_page_img {

    float: none;

    width: 100%;

    max-width: 80%;

    margin: 0 auto;

  }

  .faq_page_img img {

    height: 400px;

  }

  .faq_page_content_box {

    float: left;

    width: 100%;

  }

  .faq_page_content_box .faq_question_box {

    float: none;

    width: 100%;

    max-width: 80%;

    margin: 0 auto;

    height: 600px;

  }



  /* contact us page  */

  .contactus_wrapper {

    padding: 2em 0;

  }

  .location_leftside:before {

    content: unset;

  }

  .location_leftside {

    background-color: #1c1c1c;

  }

  .location_leftside_inner {

    max-width: 75%;

  }

  .loc_salt p {

    font-size: 19px;

    line-height: 29px;

  }

  .contactown_form_inner {

    max-width: 75%;

  }

  .formcover_contact .form-group {

    float: left;

    width: 100%;

  }

  .form-group.servicesch {

    margin: 0;

  }



  /* loaction page */

  .locator_page_detail .loc_salt h4 {

    font-size: 38px;

    line-height: 47px;

  }

  .locator_page_detail .loc_salt p {

    font-size: 21px;

    line-height: 35px;

  }

  .locator_page_detail a.saltcont {

    font-size: 23px;

    line-height: 35px;

  }

  .locator_page_detail {

    width: 425px;

  }

  .locator_page_map::after {

    left: -9px;

  }



  /* service page */

  .service_page_odd_inner h2,
  .service_page_odd_inner h3 {

    font-size: 34px;

    line-height: 44px;

  }

  .service_page_odd_img img {

    height: 500px;

  }

  .service_page_odd_inner p {

    font-size: 17px;

    line-height: 28px;

  }

  .service_page_even_inner h3,
  .service_page_even_inner h4 {

    font-size: 34px;

    line-height: 44px;

  }

  .service_page_even_inner p {

    font-size: 17px;

    line-height: 28px;

  }

  .service_page_even_img img {

    height: 460px;

  }



  /* Inner page banner */

  .inner_page_content_img::before {

    clip-path: unset;

  }

  .inner_page_content_img img {

    height: 500px;

    clip-path: unset;

  }

  .inner_page_img img {

    height: 500px;

  }

  .inner_page_banner p {

    display: none;

  }

  .inner_page_banner::before {

    content: unset;

  }

  .inner_page_banner_wrapper .cover_media {

    bottom: -4em;

  }

  .banner_heading {

    font-size: 34px;

  }

  .inner_page_content_inner {

    float: left;

    width: 100%;

    padding: 0 0em 0 0em;

  }



  /* commercial page */

  .commercial_first_inner h1,
  .commercial_first_inner h2 {

    font-size: 34px;

    line-height: 34px;

  }

  .commercial_first_img img {

    height: 500px;

  }

  .commercial_first_blk::after {

    height: 70%;

  }

  .commercial_first_inner p {

    font-size: 17px;

    line-height: 29px;

  }

  .commercial_second_inner h2,
  .commercial_second_inner h3 {

    font-size: 34px;

    line-height: 34px;

  }

  .commercial_second_img img {

    height: 500px;

  }

  .commercial_third_img img {

    height: 500px;

  }

  .commercial_third_inner h2,
  .commercial_third_inner h3 {

    font-size: 34px;

    line-height: 34px;

  }

  .commercial_third_inner h4,
  .commercial_third_inner h5 {

    font-size: 24px;

    line-height: 24px;

  }

  .commercial_third_inner p {

    font-size: 17px;

    line-height: 29px;

  }



  /* service detail page */

  .service_det_first_img img {

    height: 500px;

  }

  .service_det_first_inner h1,
  .service_det_first_inner h2,
  .service_det_first_inner h3 {

    font-size: 29px;

    line-height: 39px;

  }

  .service_det_first_inner p {

    font-size: 17px;

    line-height: 29px;

  }

  .service_det_services_content h4 {

    font-size: 22px;

    line-height: 33px;

  }

  .service_det_services_content p {

    overflow-y: scroll;

    height: 75px;

  }

  /* width */

  .service_det_services_content p::-webkit-scrollbar {

    width: 5px;

  }

  /* Track */

  .service_det_services_content p::-webkit-scrollbar-thumb {

    background-color: #f47f18;

    border-radius: 10px;

  }

  /* Handle */

  .service_det_services_content p::-webkit-scrollbar-track {

    border-radius: 10px;

    background-color: transparent;

  }

  .service_det_second_inner h2,
  .service_det_second_inner h3 {

    font-size: 34px;

    line-height: 34px;

  }

  .service_det_second_inner p {

    font-size: 17px;

    line-height: 28px;

  }

  .service_det_services_inner {

    height: 430px;

    padding: 0 0.5em;

  }

  .service_det_why_chooose_title {

    margin: 0 1em;

  }

  .service_det_why_chooose_content h4 {

    font-size: 16px !important;

    line-height: 23px;

  }

  .service_det_why_chooose_title h2 {

    font-size: 32px;

    line-height: 34px;

    padding-left: 0em;

  }

  .service_det_services_title h3 {

    font-size: 32px !important;

    line-height: 35px !important;

    padding: 0;

  }

  .service_det_why_chooose_title h2::before,

  .service_det_services_title h3::before {

    content: unset;

  }

  .service_det_third_img {
    margin-left: 3em;
  }

  .service_det_third_img img {

    height: 500px;

  }

  .service_det_third_img::before {
    width: 119%;
    height: 107%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -3em;
  }

  /* review page */
  .review_page_content .review_single:nth-child(4) {
    top: 5em;
    left: 9em;
  }

  .review_page_inner .review_single:nth-child(5) {
    top: 5em;
    left: 8em;
  }

  .review_page_content .review_single_inner::after {
    content: unset;
  }

  .review_page_content .review_single_inner {
    background-color: #ffffff;
    filter: drop-shadow(1.721px 10.865px 16px rgba(38, 38, 38, 0.12));
  }

  .review_page_title {
    top: 27em;
    left: 3em;
  }

  .review_page_title h2,
  .review_page_title h3,
  .review_page_title h4 {
    font-size: 34px;
    line-height: 44px;
  }

  .mobile-header.fixed {
    position: fixed;
    z-index: 9999;
  }

  /* service area page */
  .servicearea_banner_title h1 {
    font-size: 29px;
    line-height: 32px;
  }

  .servicearea_banner_title p {
    font-size: 15px;
    line-height: 24px;
  }


  /* location page */
  .inner_locationpage_banner_wrapper {
    margin: -2em 0 2em;
  }

  .inner_locationpage_content_wrapper {
    padding: 0em 0 1em;
  }

  /**********Carrer*************/
  .career_page_first_img img {
    height: 440px;
  }

  .career_page_first_img2 img {
    height: 420px;
  }

  .career_page_first_img::before {
    content: unset;
  }

  .career_page_first_img2 {
    margin-right: 1em;
  }

  .career_page_first_img2::before {
    right: 0;
  }

  .career_page_first_inner h2,
  .career_page_first_inner h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .currentjobs {
    float: left;
    width: 100%;
  }

  .career_page_second_imgblk {
    width: 100%;
  }

  .career_page_second_img img {
    height: 500px;
  }

  .career_page_why_choose_us_content {
    float: left;
    width: 100%;
  }

  .career_page_why_choose_us_imgblk {
    float: left;
    width: 100%;
  }

  .career_page_why_choose_us_single:nth-child(3) {
    position: relative;
    top: 0;
    left: 0em;
  }

  .career_page_why_choose_us_single:nth-child(4) {
    position: relative;
    top: 0;
    right: 0;
  }

  .career_page_why_choose_us_single:nth-child(2) {
    float: left;
    position: relative;
    right: 0;
    top: 0;
  }

  .career_page_third_img img {
    height: 520px;
  }

}

@media only screen and (max-width:767px) {

  /* home page */

  .header_schedule {

    display: none;

  }

  .bannerhme_wrapper {

    float: left;

    width: 100%;

    background-color: #1c1c1c;

    margin: -2em 0 15px;

  }

  .bannerhme_slic {

    float: left;

    width: 100%;

  }

  .bannerhme_single {

    float: left;

    width: 100%;

  }

  .header_contdetails {

    width: 100%;

  }

  .bannerhme_image {

    float: left;

    width: 100%;

  }

  .bannerhme_image img {

    height: 500px;

  }

  .bannerhme_content {

    float: left;

    width: 100%;

    position: relative;

    top: unset;

    bottom: unset;

    left: unset;

    background-color: unset;

  }

  .cover_media {

    position: relative;

    left: 0;

  }

  .reviewitems:nth-child(3)::before,

  .reviewitems:nth-child(2)::before,

  .reviewitems::before {

    height: 118% !important;

  }

  a.head_learnmore {

    width: 50%;

    display: inline-block;

    margin: 0 0 2em 0;

  }

  .hme_services_blk {

    margin: 15px 0;

    padding: 15PX 0;

  }

  .hme_services_inner {

    float: left;

    width: 100%;

  }

  .hme_service_content_blk {

    float: left;

    width: 100%;

  }

  .hme_service_content_inner {

    float: none;

    width: 100%;

    max-width: 80%;

    margin: 0 auto;

  }

  .hme_service_img img {

    height: 400px;

  }

  .hme_service_content {

    float: left;

    width: 100%;

    position: relative;

    left: unset;

    background-color: #090e11;

  }

  .hme_service_content::after {

    content: unset;

  }

  .hme_service_static_inner h3 {

    font-size: 27px;

    line-height: 37px;

  }

  .hme_first_blk {

    padding: 15px 0;

    margin: 15px 0;

  }

  .hme_first_inner {

    float: left;

    width: 100%;

  }

  .hme_first_img {

    max-width: 80%;

  }

  .hme_first_img img {

    height: 400px;

  }

  .hme_first_inner::after {

    content: unset;

  }

  .hme_coupons_inner {

    float: left;

    width: 100%;

  }

  .couponshme_slic {

    float: left;

    width: 100%;

  }

  .hme_review_inner {

    float: left;

    width: 100%;

  }

  .hme_review_slic {

    float: left;

    width: 100%;

  }

  .hme_blog_inner {

    float: left;

    width: 100%;

  }

  .hme_second_img_single {

    margin: 0 15px;

    width: 26%;

  }

  .hme_second_imgblk {

    margin: 1em 0;

  }

  .hme_second_img_single::before {

    top: 35px;

    height: 80px;

  }

  .hme_second_inner p::before {

    content: unset;

  }

  .hme_third_blk {

    padding: 15px 0;

    margin: 15px 0;

  }

  .hme_third_inner {

    float: left;

    width: 100%;

  }

  .hme_third_imgblk {

    float: left;

    width: 100%;

    margin: 0 0 2.5em;

  }

  .hme_third_img {

    float: none;

    width: 100%;

    max-width: 80%;

    margin: 0 auto;

  }

  .hme_third_img img {

    outline-offset: 15px;

  }

  .hme_third_img::after {

    left: -10px;

    width: 110%;

    height: 110%;

  }

  .hme_coupons_blk {

    margin: 15px 0;

    padding: 15px 0;

    overflow: hidden;

  }

  .couponshme_slic .slick-list.draggable {

    padding: 5em 0 3em;

    margin: 0 -125px 0 0;

  }

  .hme_coupons_title {

    float: left;

    width: 100%;

  }

  .hme_coupons_title h3 {

    font-size: 32px;

    line-height: 42px;

    text-align: center;

  }

  .hme_faq_blk {

    padding: 15px 0;

    margin: 15px 0;

  }

  .hme_faq_inner {

    float: left;

    width: 100%;

  }

  .hme_faq_imgblk {

    float: left;

    width: 100%;

  }

  .hme_faq_img_content {

    max-width: 100%;

  }

  .hme_faq_img_content h3 {

    font-size: 32px;

    line-height: 42px;

  }

  .hme_faq_img {

    max-width: 80%;

  }

  .hme_faq_img img {

    height: 300px;

  }

  .faq_call {

    font-size: 20px;

    top: -15px;

    left: 6em;

  }

  .faq_question_box {

    max-width: 100%;

    height: 670px;

  }

  .hme_aboutus_blk {

    margin: 30px 0;

  }

  .hme_aboutus_inner {

    float: left;

    width: 100%;

  }

  .hme_aboutus_imgblk {

    float: left;

    width: 100%;

    margin: 0 0 1em;

  }

  .hme_aboutus_img {

    float: none;

    width: 100%;

    max-width: 80%;

    margin: 0 auto;

  }

  .hme_aboutus_img img {

    height: 400px;

  }

  .hme_aboutus_img::before {

    width: 105%;

    height: 100%;

    left: -19px;

  }

  .hme_aboutus_inner h3,
  .hme_aboutus_inner h4 {

    font-size: 32px;

    line-height: 42px;

  }

  .hme_aboutus_inner .hme_btn_set {

    background-color: unset;

  }

  .hme_review_blk {

    margin: 15px 0;

    padding: 15px 0;

    overflow: hidden;

  }

  .hme_review_title {

    float: left;

    width: 100%;

  }

  .hme_review_title h3 {

    font-size: 32px;

    line-height: 42px;

  }

  .hme_review_slic .slick-list.draggable {

    padding: 4em 0 4em 0;

    margin: 0 -125px 0 0;

  }

  .review_single_inner a::before {

    top: -20px;

    right: 2em;

  }

  .review_single_inner::after {

    left: -20px;

  }

  .hme_blog_blk {

    margin: 15px 0;

    padding: 15px 0;

    overflow: hidden;

  }

  .hme_blog_title {

    float: left;

    width: 100%;

  }

  .hme_blog_title h3 {

    font-size: 32px;

    line-height: 42px;

  }

  .hme_blog_slic {

    float: left;

    width: 100%;

  }

  .blog_date {

    font-size: 20px;

    line-height: 20px;

    padding: 8px 0;

    width: 25%;

  }

  .hme_blog_slic .slick-list.draggable {

    margin: 0 -125px 0 0;

  }

  .hme_blog_imgblk {

    padding: 2em 0 0;

  }

  .hme_blog_imgblk img {

    height: 300px;

  }

  .blog_single_inner::after {

    height: 65%;

  }

  .hme_blog_content h4 {

    font-size: 18px;

    line-height: 28px;

  }

  .footerfirst_logo {

    float: left;

    width: 100%;

  }

  .socialmedia_footer {

    width: 60%;

  }

  .footerfirst_menu {

    float: left;

    width: 100%;

    padding-left: 0;

  }

  .footerfirst_lastmenu {

    padding-left: 0;

    margin-top: 2em;

  }

  .footerthird_copyrights {

    float: left;

    width: 100%;

    text-align: center;

    margin: 0 0 1em;

  }

  .footerthird_logo {

    float: left;

    width: 100%;

    text-align: center;

  }

  /* blog page */

  .blog_page_wrapper {

    padding: 15px 0;

    margin: 15px 0;

  }

  .blog_page_inner {

    float: left;

    width: 100%;

  }

  .blog_page_first_blk {

    float: left;

    width: 100%;

  }

  .blog_page_first_left {

    float: left;

    width: 100%;
    margin: 0 0 2em;
  }

  .blog_page_first_left .blog_single_inner {
    filter: drop-shadow(7.829px 11.607px 8px rgba(0, 0, 0, 0.1));
  }

  .blog_page_first_left .hme_blog_content {
    position: relative;
    bottom: unset;
    padding: 0 1em;
  }

  .blog_page_first_left .hme_blog_content h4 {
    color: #272727;
  }

  .blog_page_first_left .hme_blog_imgblk a::before {
    content: unset;
  }

  .blog_page_first_left .hme_blog_imgblk img {

    height: 350px;

  }

  .blog_page_inner .blog_single {

    float: left;

    width: 100%;

  }

  .blog_page_second_blk {

    float: left;

    width: 100%;

  }

  .blog_page_second_blk .blog_single {

    float: left;

    width: 50%;

    margin: 0 0 1em;

  }

  .blog_page_second_blk .blog_single:nth-child(3) {

    float: left;

    width: 100%;

  }

  .blog_page_second_blk .blog_single:nth-child(3) .blog_date {

    width: 17%;

  }



  /* blog details page */
  body#how-hydro-jetting-can-save-you-money-on-plumbing-repairs .inner_page_content_wrapper {
    top: unset;
  }

  body#how-hydro-jetting-can-save-you-money-on-plumbing-repairs .inner_page_banner_wrapper .cover_media {
    bottom: -4.5em;
  }


  .blog_det_service_wrapper {

    padding: 15px 0;

    margin: 15px 0;

    overflow: hidden;

  }

  .blog_det_service_inner {

    float: left;

    width: 100%;

  }

  .blog_det_service_title {

    float: left;

    width: 100%;

    margin: 1em 0;

  }

  .blog_det_service_title h3 {

    font-size: 27px !important;

    line-height: 37px !important;

  }

  .blog_det_service_slic {

    float: left;

    width: 100%;

  }

  .blog_detail_page_wrapper h4,
  .blog_detail_page_wrapper h5 {

    font-size: 22px;

    line-height: 32px;

  }

  .blgdetails_page_social_media {

    float: left;

    width: 100%;

  }

  .blgdetails_page_social_media_inner {

    float: left;

    width: 100%;

  }



  /* coupon page */




  .coupon_page_inner {

    float: left;

    width: 100%;

  }

  .coupon_page_first_blk {

    float: left;

    width: 100%;

  }

  .coupon_page_first_blk .coupon_single {

    float: left;

    width: 50%;

    margin: 2em 0;

  }

  /* .coupon_page_first_blk .coupon_single:nth-child(3){

    float: left;

    width: 100%;

    margin: 2em 0;

  } */



  /* faq page */

  .faq_page_wrapper {

    padding: 15px 0;

    margin: 15px 0;

  }

  .faq_page_content {

    max-width: 85%;

    padding: 0 1em;

  }

  .faq_page_content h2,
  .faq_page_content h3 {

    font-size: 32px;

    line-height: 42px;

  }

  .faq_page_content p {

    font-size: 16px;

    line-height: 26px;

  }

  .faq_page_img {

    max-width: 85%;

  }

  .faq_page_img img {

    height: 350px;

  }

  .faq_page_content_box {

    margin: 2em 0 0;

  }

  .faq_page_content_box .faq_question_box {

    padding-right: 1em;

    padding-left: 0em;

    height: 690px;

    max-width: 85%;

  }

  .faq_page_content_box .faq_question_box .set a.active {

    font-size: 18px;

    line-height: 28px;

  }



  /* about us page */

  .about_first_blk {

    margin: 15px 0;

    padding: 15px 0;

  }

  .about_us_first_inner {

    float: left;

  }

  .aboutus_first_imgblk {

    float: left;

    width: 100%;

    margin-bottom: 1em;

  }

  .aboutus_first_img {

    float: none;

    width: 100%;

    max-width: 80%;

    margin: 0 auto;

  }

  .aboutus_first_img img {

    height: 400px;

  }

  .about_us_first_inner h2,
  .about_us_first_inner h3 {

    font-size: 32px;

    line-height: 42px;

  }

  .about_us_first_inner p {

    font-size: 17px;

    line-height: 28px;

  }

  .aboutus_second_blk {

    margin: 15px 0;

    padding: 15px 0;

  }

  .aboutus_second_inner {

    float: left;

    width: 100%;

  }

  .aboutus_second_imgblk {

    float: left;

    width: 100%;

    margin-bottom: 2em;

  }

  .aboutus_second_img {

    float: none;

    width: 100%;

    max-width: 80%;

    margin: 0 auto;

  }

  .aboutus_second_img img {

    height: 400px;

  }

  .aboutus_second_inner h3,
  .aboutus_second_inner h4 {

    font-size: 32px;

    line-height: 42px;

  }

  .aboutus_third_blk {

    padding: 15px 0;

    margin: 15px 0;

  }

  .aboutus_third_inner {

    float: left;

    width: 100%;

  }

  .aboutus_third_imgblk {

    float: left;

    width: 100%;

    margin-bottom: 3em;

  }

  .aboutus_third_img {

    float: none;

    width: 100%;

    max-width: 80%;

    margin: 0 auto;

  }

  .aboutus_third_img::after {

    left: -2.5em;

    height: 120%;

    width: 113%;

    top: -3em;

  }

  .aboutus_third_img img {

    height: 400px;

  }

  .aboutus_third_inner p {

    font-size: 17px;

    line-height: 28px;

  }



  /* contact us page */

  .location_leftside_inner {

    max-width: 80%;

    display: block;

  }

  .location_leftside .navcover {

    float: left;

    width: 100%;

  }

  .location_leftside .locationcontent {

    float: left;

    width: 100%;

  }

  .loc_cover {

    padding: 0em 0 1em 0;

  }

  .contactown_form_content {

    padding: 1em;

  }

  .contactown_form_content h2 {

    font-size: 25px;

    line-height: 35px;

  }

  .contactown_form_inner {

    max-width: 80%;

  }



  /* location page */
  .inner_locationpage_banner_wrapper {
    margin: -2em 0 15px;
    padding: 0 0 15px;
  }

  .inner_locationpage_content_inner {
    float: left;
    width: 100%;
  }

  .locator_wrapper {

    padding: 15px 0;

    margin: 15px 0;

  }

  .locator_page_inner {

    float: left;

    width: 100%;

    display: flex;

    flex-direction: column;

    padding: 0;

  }

  .locator_page_map {

    float: left;

    width: 100%;

    order: 2;

  }

  .locator_page_detail {

    float: none;

    width: 100%;

    max-width: 80%;

    margin: 0 auto;

    order: 1;

    position: relative;

    top: unset;

    right: unset;

    margin-bottom: 5em;

  }

  .locator_page_detail .loc_salt h4 {

    font-size: 35px;

    line-height: 45px;

  }

  .locator_page_detail .loc_salt p {

    font-size: 20px;

    line-height: 34px;

  }

  .locator_page_map .mapouter,
  .locator_page_map .gmap_canvas {

    height: 400px;

    border-radius: 10px;

  }

  .locator_page_detail .loc_salt p:nth-child(4) {

    font-size: 17px;

  }

  .locator_page_map::after {

    content: unset;

  }



  /* service page */

  .service_page_odd_blk {

    padding: 15px 0;

    margin: 15px 0;

  }

  .service_page_odd_inner {

    float: left;

    width: 100%;

  }

  .service_page_odd_imgblk {

    float: left;

    width: 100%;

    margin-bottom: 2em;

  }

  .service_page_odd_img {

    float: none;

    width: 100%;

    max-width: 80%;

    margin: 0 auto;

  }

  .service_page_odd_img img {

    height: 400px;

  }

  .service_page_odd_inner h2,
  .service_page_odd_inner h3 {

    font-size: 32px;

    line-height: 42px;

  }

  .service_page_even_blk {

    padding: 15px 0;

    margin: 15px 0;

  }

  .service_page_even_inner {

    float: left;

    width: 100%;

  }

  .service_page_even_imgblk {

    float: left;

    width: 100%;

    margin-bottom: 2em;

  }

  .service_page_even_img {

    float: none;

    width: 100%;

    max-width: 80%;

    margin: 0 auto;

  }

  .service_page_even_img img {

    height: 375px;

  }

  .service_page_even_inner h3,
  .service_page_even_inner h4 {

    font-size: 32px;

    line-height: 42px;

  }



  /* inner page banner */

  .inner_page_banner_wrapper {

    margin: -28px 0 15px;

    padding: 0 0 15px;

    background-color: #1c1c1c;

  }

  .inner_page_banner {

    float: left;

    width: 100%;

  }

  .inner_page_img img {

    height: 400px;

  }

  .inner_page_content {

    float: left;

    width: 100%;

    position: relative;

  }

  .inner_page_content_img {

    display: none;

  }

  .inner_page_content_wrapper {

    position: relative;

    top: unset;

  }

  .banner_heading {

    font-size: 32px;

    float: left;

    width: 100%;

  }

  .inner_page_content_inner {

    float: left;

    width: 100%;

    padding: 20px 0em 50px 0em;

  }

  .inner_page_banner_wrapper .reviewitems {

    width: 22%;

  }

  .banner_heading::before {

    content: unset;

  }



  /* commercial page */

  .commercial_first_blk {

    padding: 15px 0;

    margin: 15px 0;

  }

  .commercial_first_inner {

    float: left;

    width: 100%;

  }

  .commercial_first_imgblk {

    float: left;

    width: 100%;

    margin: 0 0 3em;

  }

  .commercial_first_img {

    float: none;

    width: 100%;

    max-width: 80%;

    margin: 0 auto;

  }

  .commercial_first_img img {

    height: 400px;

  }

  .commercial_first_inner h1,
  .commercial_first_inner h2 {

    font-size: 32px;

    line-height: 32px;

  }

  .commercial_first_blk::after {

    height: 39%;

  }

  .commercial_second_blk {

    padding: 15px 0;

    margin: 15px 0;

  }

  .commercial_second_inner {

    float: left;

    width: 100%;

  }

  .commercial_second_imgblk {

    float: left;

    width: 100%;

    margin-bottom: 3em;

  }

  .commercial_second_img,

  .commercial_third_img {

    float: none;

    width: 100%;

    max-width: 80%;

    margin: 0 auto;

  }

  .commercial_second_img img {

    height: 400px;

  }

  .commercial_second_inner h2,
  .commercial_second_inner h3 {

    font-size: 32px;

    line-height: 32px;

  }

  .commercial_third_blk {

    padding: 15px 0;

    margin: 15px 0;

  }

  .commercial_third_inner {

    float: left;

    width: 100%;

  }

  .commercial_third_imgblk {

    float: left;

    width: 100%;

  }

  .commercial_third_img img {

    height: 400px;

  }

  .commercial_third_inner h2,
  .commercial_third_inner h3 {

    font-size: 32px;

    line-height: 32px;

  }

  .commercial_third_inner h4,
  .commercial_third_inner h5 {

    font-size: 22px;

    line-height: 22px;

  }



  /* service detail page */

  .service_det_ban .inner_page_content_wrapper {
    top: 0;
  }

  .service_det_ban .cover_media {
    bottom: -4em !important;
  }

  .service_det_first_img img,

  .service_det_third_img img {

    height: 400px;

  }

  .service_det_third_img img {

    border-radius: 5px 50px;

  }

  .service_det_first_inner {

    float: left;

    width: 100%;

    display: flex;

    flex-direction: column;

  }

  .service_det_first_inner .first_content {

    order: 1;

  }

  .service_det_first_inner .second_content {

    order: 3;

  }

  .service_det_first_imgblk {

    float: left;

    width: 100%;

    margin: 2em 0;

    order: 2;

  }

  .service_det_first_img,

  .service_det_third_img {

    float: none;

    width: 100%;

    max-width: 80%;

    margin: 0 auto;

  }

  .service_det_second_inner {

    float: left;

    width: 100%;

  }

  .service_det_why_choose {

    float: left;

    width: 100%;

  }

  .service_det_why_chooose_inner {

    margin-top: 3em;

    float: left;

    width: 100%;

    padding: 1em;
    border-radius: 10px;
  }

  .service_det_services {

    float: left;

    width: 100%;

  }

  .service_det_services_title {

    float: left;

    width: 100%;

  }

  .service_det_services_inner {

    float: left;

    width: 100%;
    padding: 0 1em;
    height: 600px;
  }

  .service_det_services_title h3 {

    font-size: 30px !important;

    line-height: 30px !important;

    padding: 0;

  }

  .service_det_second_inner h2,
  .service_det_second_inner h3 {

    font-size: 30px;

    line-height: 30px;

  }

  .service_det_third_blk {

    margin: 30px 0 15px;

    padding: 15px 0;

  }

  .service_det_third_inner {

    float: left;

    width: 100%;

  }

  .service_det_third_imgblk {

    float: left;

    width: 100%;

    margin-bottom: 3em;

  }

  .service_det_third_img::before {

    left: -3.5em;

  }

  .service_det_third_inner h2{
    font-size: 27px;
  }
  .service_det_third_inner h3,
  .service_det_third_inner h4 {

    font-size: 22px;

  }

  .service_det_third_inner p {

    font-size: 17px;

    line-height: 28px;

  }

  .service_det_services_content {
    position: relative;
    width: 50%;
  }

  .service_det_services_content h4 {
    font-size: 15px;
    line-height: 15px;
  }


  /* career page */
  .employment_form_page_hle {
    max-width: 100%;
  }

  .employment_form_page_inner .input_group {
    padding-right: 0;
  }

  .employment_form_page_inner form {
    padding: 1em 2em 2em;
  }

  /* review page */
  .review_page_inner {
    float: left;
    width: 100%;
    padding: 0;
  }

  .review_page_content .review_single {
    float: left;
    width: 50%;
    margin: 10px 0;
  }

  .review_page_content .review_single_inner {
    margin: 2em 10px;
    padding: 35px 15px 15px 15px;
  }

  .review_page_content .authordetail::before {
    width: 100%;
  }

  .review_page_title {
    display: none;
  }

  .review_page_content .review_single:nth-child(1),
  .review_page_content .review_single:nth-child(2),
  .review_page_content .review_single:nth-child(3) {
    margin: 0;
  }

  .review_page_content .review_single:nth-child(4),
  .review_page_content .review_single:nth-child(5) {
    top: unset;
    left: unset;
    margin: 0;
  }

  .review_page_content .review_single:nth-child(5) {
    float: left;
    width: 100%;
  }

  .review_page_content .review_single:nth-child(5) .review_single_inner {
    width: 100%;
    float: none;
    max-width: 80%;
    margin: 0 auto;
  }

  .review_page_content .review_single_inner a::before {
    top: 0;
  }

  /* service area page */
  .servicearea_list {
    width: 400px;
    right: 15px;
  }

  .servicearea_mapse .gmap_canvas {
    height: 850px;
  }

  .servicearea_mapse .mapouter {
    height: 850px;
  }

  .servicearea_banner_hle {
    height: auto;
  }

  .servicearea_banner_title {
    padding: 2em 0em 2em;
  }

  .servicearea_banner_hle {
    height: auto;
    background-image: unset;
    background-color: #381f1f;
  }

  .servicearea_banner {
    float: left;
    width: 100%;
    padding-bottom: 1em;
    position: relative;
    z-index: 1;
    margin-top: -28px;
  }

  .cover_media.servicearea_media {
    display: none;
  }

  .servicearea_wrapper {
    margin-top: 0px;
  }

  .servicearea_list {
    position: relative;
    right: 15px;
    top: 0;
    width: 100%;
    float: left;
    padding: 2em 0em;
  }

  .servicearea_list_inr {
    max-width: 85%;
    margin: 0 auto;
  }

  .servicearea_wrapper {
    float: left;
    width: 100%;
    margin-top: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .servicearea_mapse {
    float: left;
    width: 100%;
    order: 2;
  }

  .servicearea_mapse .gmap_canvas {
    height: 500px;
  }

  .servicearea_mapse .mapouter {
    height: 500px;
  }

  /**********Carrer************/
  .career_page_first_blk {
    float: left;
    width: 100%;
    margin: 1em 0;
    padding: 1em 0;
  }

  .career_page_first_imgblk {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .career_page_first_img::after {
    content: unset;
  }

  .career_page_first_img img {
    height: 360px;
  }

  .career_page_first_img2 {
    margin-right: 0;
  }

  .career_page_first_img2 img {
    height: 340px;
  }

  .career_page_second_inner {
    float: left;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }

  .career_page_second_imgblk {
    top: 0;
  }

  .career_page_second_blk {
    margin: 1em 0em;
    padding: 1em 0em;
  }

  .career_page_second_img img {
    height: 400px;
    border-radius: 10px 10px 0px 0px;
  }

  .join_our_team_blk {
    padding: 10px 20px;
    border-radius: 0px 0px 10px 10px;
  }

  .career_page_why_choose_us {
    margin: 1em 0;
    padding: 1em 0;
  }

  .career_page_why_choose_us_single {
    float: left;
    width: 50%;
    padding: 5px
  }

  .career_page_why_choose_us_single:nth-child(1) .career_page_why_choose_us_single_inner::after,
  .career_page_why_choose_us_single:nth-child(2) .career_page_why_choose_us_single_inner:after {
    content: unset;
  }

  .career_page_why_choose_us_single:nth-child(3) .career_page_why_choose_us_single_inner::after,
  .career_page_why_choose_us_single:nth-child(4) .career_page_why_choose_us_single_inner::after {
    content: unset;
  }

  .career_page_why_choose_us_single:nth-child(1) .career_page_why_choose_us_single_inner,
  .career_page_why_choose_us_single:nth-child(2) .career_page_why_choose_us_single_inner {
    background-color: #f37c17;
    padding: 8em 1em 1em 1em;
  }

  .career_page_why_choose_us_single:nth-child(3) .career_page_why_choose_us_single_inner,
  .career_page_why_choose_us_single:nth-child(4) .career_page_why_choose_us_single_inner {
    background-color: #333333;
    padding: 1em 1em 8em 1em;
  }

  .career_page_why_choose_us_single_content {
    float: left;
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0em;
    right: 0;
    border-radius: 0px;
    filter: drop-shadow(6.103px 11.478px 11.5px rgba(0, 0, 0, 0.11));
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
  }

  .career_page_why_choose_us_single:nth-child(2) .career_page_why_choose_us_single_content {
    top: -1px;
  }

  .career_page_why_choose_us_single_content h4,
  .career_page_why_choose_us_single:nth-child(3) .career_page_why_choose_us_single_content h4,
  .career_page_why_choose_us_single:nth-child(4) .career_page_why_choose_us_single_content h4 {
    font-size: 18px;
    line-height: 28px;
    min-height: 84px;
    display: flex;
    align-items: center;
  }

  .career_page_why_choose_us_single_img img {
    width: 70px;
    height: 70px;
  }

  .career_page_third_inner::after {
    content: unset;
  }

  .career_page_third_img img {
    height: 450px;
  }

  .career_page_third_img {
    margin-right: 0;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }

  .career_page_third_imgblk {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .career_page_third_inner h3 {
    font-size: 32px;
    margin-top: 20px;
    float: left;
  }
}



@media only screen and (max-width:480px) {

  /* home page */
  .mob_navi {
    width: 100%;
  }

  .mob_sub_navigate {
    padding: 0 30px 0 25px;
  }



  /* header */

  .header_hle {

    float: left;

    width: 100%;

  }

  .header_wrapper::before {
    background-color: #ffffff;
    border-bottom: 3px solid #ef7c24;
    top: 5px;
  }

  .header_firstblck {

    float: left;

    width: 100%;

  }

  .header_logo {

    float: left;

    width: 40%;

  }

  .header_logo_inner {

    padding: 0;
    top: 0;

  }

  .header_number {

    font-size: 15px;

    padding: 8px 12px 8px 12px;

    background-color: #ef7c24;

    border-radius: 25px;

    position: relative;

    top: 0.3em;

    left: 0.9em;

  }

  .header_contdetails {

    float: left;

    width: 100%;

    display: inline-block;

  }

  .header_number::after {

    content: unset;

  }

  .mobile-header button.navbar-toggle {

    top: -12px;

  }

  .mobile_bottom {
    display: block;
    width: 100%;
    height: 12%;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 -10px 15px -15px #111;
    z-index: 99;
  }

  .mobile_iconitems {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    --bg-opacity: 1;
    background-color: #272727;
    gap: 15px;
    height: 100%;
  }

  .mob_iconitm.mob-cldr,
  .mob_iconitm.mob-cpon {
    bottom: -20px;
    position: fixed;
    z-index: 999;
    width: auto;
  }

  .mob_iconitm.mob-cldr {
    display: block;
    left: 15px;
  }

  .mob_iconitm a {
    font-size: 22px;
    line-height: 24px;
    padding: 0.6em 1em;
    width: auto;
    background-image: unset;
    z-index: 999;
    color: #ffffff;
  }

  .mob_iconitm span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #fff;
  }

  .mob_iconitm.mobile-phone a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #ef7c24;
    border: 8px solid #fff;
    margin-top: calc(-3rem + 8px);
    padding: 7px 15px;
    font-size: 36px;
    color: #272727;
  }

  .mob_iconitm.mob-cpon {
    display: block;
    right: 15px;
  }

  .headeroff_top {
    background-color: #272727;
    color: #ef7c24;
    display: block;
    padding: 3px 0;
  }

  .headeroff_top p {
    margin: 0;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
  }

  .mobile-header {
    right: 0px;
    top: 50px;
  }

  .mobile-header.fixed {
    right: 10px;
  }

  .mobile-header.fixed .mobtext {
    bottom: 2px;
    right: 6px;
  }

  .header_firstright {
    float: left;
    width: 60%;
  }

  .header_firstblk {
    float: left;
    width: 100%;
  }

  .bannerhme_wrapper {
    margin: -3em 0 15px;
  }

  .bannerhme_image img {

    height: 300px;

  }

  .bannerhme_content_inner {

    padding: 0;

  }

  .bannerhme_content_inner h1,
  .bannerhme_content_inner h2 {

    font-size: 30px;

  }

  a.head_learnmore {

    width: 52%;

    font-size: 17px;

  }

  .reviewitems {

    width: 30%;

  }

  .hme_services_blk {
    display: none;
  }

  .hme_service_imgblk {

    float: left;

    width: 100%;

  }

  .hme_service_content_inner {

    max-width: 95%;

  }

  .hme_service_img img {

    height: 300px;

  }

  .hme_service_list .tab-links {

    max-width: 95%;

  }

  .hme_service_static_inner h3 {

    font-size: 25px;

    line-height: 35px;

  }

  .service_but {

    font-size: 16px;

    padding: 10px 15px 10px 43px;

  }

  .hme_service_slic {
    display: block;
  }

  /* .hme_service_slic .blog_det_service_single_inner::after{
    background-color: #090e11;
  }*/
  .hme_service_slic .blog_det_service_content h4 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .blog_det_service_single_inner {
    margin: 0 10px;
  }

  .blog_det_service_single.slick-active+.slick-active .blog_det_service_single_inner {
    transform: scaleY(1);
  }

  .hme_first_img {

    max-width: 90%;

  }

  .hme_first_img img {

    height: 300px;

  }

  .hme_first_content h3 {

    font-size: 30px;

    line-height: 40px;

  }

  .readmore::before,

  .call_btn::before {

    content: unset;

  }

  .readmore {

    font-size: 15px;

    padding: 7px 10px 8px 10px;

    border-radius: 15px;

  }

  .call_btn {

    font-size: 15px;

    padding: 10px 15px 10px 15px;

    border-radius: 15px;

  }

  .hme_second_blk {

    padding: 15px 0;

    margin: 15px 0;

  }

  .hme_second_inner {

    float: left;

    width: 100%;

  }

  .hme_second_inner h3 {

    font-size: 20px;

    line-height: 30px;

  }

  .hme_second_img img {

    height: 110px;

  }

  .hme_second_img_single::before {

    top: 30px;

    height: 50px;

  }

  .hme_second_img_single {

    margin: 0 12px;

    width: 26%;

  }

  .hme_third_blk {
    overflow: hidden;
  }

  .hme_third_imgblk {
    margin: 0 0 4em;
  }

  .hme_third_img {
    max-width: 100%;
  }

  .hme_third_img::after {
    left: 5px;
    width: 100%;
    height: 113%;
  }

  .hme_third_img img {

    width: 300px;

    height: 300px;

  }

  /* hme faq blk */

  .faq_call {
    font-size: 20px;
    top: -15px;
    left: 3em;
  }

  .hme_blog_imgblk img {
    height: 250px;
  }

  .hme_faq_img {
    max-width: 100%;
  }

  .hme_faq_img_content h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .faq_question_box {
    overflow-y: unset;
    height: auto;
    padding: 0;
  }

  .hme_faqblk_content_box .faq_question_box .set a,
  .hme_faqblk_content_box .faq_question_box .set.active,
  .hme_faqblk_content_box .faq_question_box .set:nth-child(odd) a {
    border-radius: 5px;
  }

  .hme_faqblk_content_box .faq_question_box .set a::before {
    right: 10px;
  }

  .hme_faqblk_content_box .faq_question_box .content {
    padding: 15px 1em 15px 1em;
  }

  .hme_faqblk_content_box .faq_question_box .set a {
    font-size: 16px;
    line-height: 26px;
    padding: 15px 2em 15px 1em;
  }

  .hme_faqblk_content_box .faq_question_box .set a.active {
    padding: 20px 2em 0px 14px;
  }

  .hme_faqblk_content_box .faq_question_box .content p {
    font-size: 13px;
    line-height: 21px;
  }

  /* hme aboutus blk */
  .hme_aboutus_imgblk {
    margin: 1em 0 1em;
  }

  .hme_aboutus_img img {
    height: 300px;
    border-radius: 50px 5px;
    border: 5px solid #f47f18;
  }

  .hme_aboutus_img::before {
    content: unset;
  }

  .hme_aboutus_inner h3,
  .hme_aboutus_inner h4 {
    font-size: 30px;
    line-height: 40px;
    float: left;
    padding: 0;
  }

  .hme_aboutus_inner h3::before,
  .hme_aboutus_inner h4::before {
    content: unset;
  }


  /* hme review blk */
  .review_single_inner {

    padding: 20px 15px 15px 15px;

    margin: 0 10px 0 20px;

  }

  .authordetail::before {

    width: 100%;

  }

  .authordetail h4 {

    font-size: 16px;

  }

  .review_single_inner a::before {

    top: -20px;

    right: 1em;

    width: 45px;

    height: 45px;

  }

  .review_single_inner p {

    height: 120px;

  }

  .socialmedia_footer {

    width: 85%;

  }

  /* hme coupons blk */

  .coupon_first_blk span {

    font-size: 40px;

    line-height: 60px;

  }

  .coupon_first_blk span sub {

    font-size: 17px;

    line-height: 17px;

  }

  .couponshme_slic .slick-list.draggable {
    filter: drop-shadow(7px 12.124px 9.5px rgba(0, 0, 0, 0.12));
  }

  .coupon_single {
    background-color: #ffffff;
    border-radius: 20px;
    margin: 0 10px;
  }

  .coupon_single_inner {
    margin: 0;
    border: 1px solid #f36e15;
    padding: 18px 0 0;
    border-radius: 20px;
    transition: 0.5s;
    float: left;
  }

  .coupon_first_blk {
    padding: 0 0 0;
  }

  .coupon_first_blk::after {
    content: unset;
  }

  .hme_coupon_icon {
    z-index: 1;
    margin: 10px 0 0;
    padding: 10px 0;
  }

  .hme_coupon_icon::after {
    width: 42%;
  }

  .coupon_content {
    float: left;
    width: 100%;
    top: 0;
    left: 0;
    filter: unset;
    background-color: unset;
    padding: 0 10px 15px;
  }

  .coupon_content h4 {
    font-size: 16px;
    min-height: 50px;
    background-color: unset;
    color: #f36e15;
    padding: 0 10px;
  }

  .coupon_content p {
    height: 70px;
  }

  .coupon_single.slick-active+.slick-active .coupon_single_inner {
    border: 1px solid #000;
    transition: 0.5s;
  }

  .coupon_single.slick-active+.slick-active .coupon_content h4 {
    background-color: unset;
    color: #272727;
  }

  .coupon_single.slick-active+.slick-active .hme_coupon_icon img {
    filter: invert(100%) sepia(16%) saturate(78%) hue-rotate(333deg) brightness(113%) contrast(103%);
    transition: 0.5s;
  }

  .coupon_content p::before {

    content: unset;

  }




  /* blog page */
  .blog_page_first_left .blog_date {
    width: 28%;
    font-size: 20px;
    line-height: 20px;
  }

  .blog_page_second_blk .hme_blog_imgblk img {

    height: 250px;

  }

  .blog_page_second_blk .blog_date {

    font-size: 18px;

    line-height: 21px;

    width: 42%;

    padding: 8px 0px 6px 0;

  }



  /* blog detail page */

  body#how-hydro-jetting-can-save-you-money-on-plumbing-repairs .inner_page_banner_wrapper .cover_media {
    bottom: -4.5em;
  }
  body#how-long-will-my-pipes-last .inner_page_banner_wrapper .cover_media{
    bottom: -17.5em;  
  }
  .blog_detail_page_inner h1{
    display: none;
  }

  .blog_detail_img img {

    height: 300px;

  }

  .blog_detail_page_wrapper h2,
  .blog_detail_page_wrapper h3 {

    font-size: 20px;

    line-height: 30px;

  }

  .blog_detail_page_inner strong {

    font-size: 20px;

    line-height: 25px;

  }

  .blog_det_service_title h3 {

    font-size: 25px !important;

    line-height: 35px !important;

  }

  .blog_det_service_slic .slick-list.draggable {

    margin: 0 -125px 0 0;

  }

  .blog_det_service_inner::after {

    content: unset;

  }

  .blog_detail_page_wrapper h4,
  .blog_detail_page_wrapper h5 {

    font-size: 20px;

    line-height: 30px;

  }



  /* coupon page */
  .coupon_page_wrapper {
    padding: 15px 0;
    margin: 15px 0;
  }

  .coupon_page_inner {
    margin: 0;
  }

  .coupon_page_first_blk {
    margin: 0;
  }

  .coupon_page_inner .coupon_content {

    width: 100%;
    padding: 0;

  }

  .coupon_page_inner .coupon_first_blk::after {

    width: 100%;

    height: 100%;

    top: 0em;

    left: 0;

  }

  .coupon_first_blk span {

    font-size: 30px;

    line-height: 40px;

  }

  .coupon_first_blk span sub {

    font-size: 20px;

    line-height: 20px;
    bottom: 0 !important;
  }

  .coupon_page_first_blk .coupon_first_blk span {
    font-size: 25px;
    line-height: 35px;
  }

  .hme_coupon_icon img {

    height: 50px;
    filter: invert(48%) sepia(25%) saturate(3654%) hue-rotate(355deg) brightness(99%) contrast(92%);

  }

  .hme_coupon_icon::after {

    content: unset;

  }

  .coupon_page_inner .coupon_first_blk::after {

    width: 100%;

    height: 105%;

    top: -2em;

    left: 0;

  }

  .coupon_page_inner .coupon_content p {
    padding: 0 5px;
  }

  .coupon_page_first_blk .coupon_single {
    float: left;
    width: 46%;
    margin: 1em 6px 2em;
    /* padding: 0 15px; */
  }

  .coupon_page_first_blk .coupon_content h4 {
    min-height: 50px;
    padding: 0;
  }

  /* .coupon_page_first_blk .coupon_single:nth-child(3){
    float: left;
    width: 50%;
    margin: 1em 3px 2em;
  } */
  /* .coupon_page_first_blk .coupon_single:nth-child(1){
    float: left;
    width: 100%;
    margin: 2em 0;
  } */
  /* .coupon_page_first_blk .coupon_single:nth-child(1) {
    float: none;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  } */
  .coupon_page_second_blk .coupon_single {
    margin: 10px 4px;
    float: left;
    width: 100%;
  }

  .coupon_page_second_blk .coupon_single:nth-child(2) {
    display: none;
  }

  .coupon_page_first_blk .coupon_single_inner {
    float: left;
    filter: drop-shadow(1.721px 10.865px 16px rgba(38, 38, 38, 0.12));
    background-color: #ffffff;
    padding: 15px 0;
  }

  .coupon_page_second_blk {
    float: right;
    width: 45%;
    position: absolute;
    bottom: 10px;
    right: 15px;
    margin: 0;
  }

  .coupon_page_second_blk .coupon_single_inner {
    display: block;
    float: left;
    filter: drop-shadow(1.721px 10.865px 16px rgba(38, 38, 38, 0.12));
    background-color: #ffffff;
    padding: 15px 0;
  }

  .coupon_page_second_blk .coupon_first_blk::after {
    height: 123%;
    top: 0;
  }

  .coupon_page_first_blk .coupon_single:nth-child(1) .hme_coupon_icon img {
    filter: invert(138%) sepia(85%) saturate(3654%) hue-rotate(355deg) brightness(99%) contrast(92%);
  }

  .coupon_page_first_blk .coupon_single:nth-child(1) .coupon_content h4 {
    color: #fff;
    background-color: #272727;
  }

  .coupon_page_first_blk .coupon_single:nth-child(1) .coupon_single_inner {
    border: 1px solid #1c1c1c;
  }

  .coupon_page_first_blk .coupon_single:nth-child(2) .coupon_content h4 {
    background-color: unset;
  }

  .coupon_page_first_blk .coupon_single:nth-child(2) .coupon_first_blk span {
    color: #272727;
  }

  .coupon_page_second_blk .coupon_content h4 {
    color: #f36e15;
    background-color: unset;
  }

  .coupon_content a {
    display: inline-block;
    border-bottom: 1px solid #000;
  }

  .coupon_page_inner .coupon_content p::-webkit-scrollbar {
    width: 2px;
  }



  /* faq page */

  .faq_page_imgblk {

    display: none;

  }

  .faq_page_content_box {

    margin: 0;

  }

  .faq_page_content_box .faq_question_box {
    max-width: 100%;
    overflow-y: unset;
    height: auto;
    padding: 0;
  }

  .faq_page_content_box::after {
    content: unset;
  }

  .faq_page_content_box .faq_question_box .set a.active {

    padding: 20px 25px 0px 10px;
    font-size: 16px;
    line-height: 26px;

  }

  .faq_page_content_box .faq_question_box .content p {
    font-size: 13px;
    line-height: 19px;
  }

  .faq_page_content_box .faq_question_box .set a {
    padding: 15px 25px 15px 10px;
    font-size: 17px;
    line-height: 22px;
  }

  .faq_page_content_box .faq_question_box .content {

    padding: 15px 10px 15px 10px;

  }

  .faq_page_content_box .faq_question_box .set a::before {
    right: 5px;
  }

  .faq_page_content_box .faq_question_box .set a.active::before {
    top: 25px;
  }

  .faq_page_content_box .faq_question_box .set.active {

    border-radius: 10px;

  }

  .faq_page_content_box .faq_question_box .set a {

    border-radius: 10px;

  }



  /* about us page */

  .blog_det_service_single_inner::after {
    filter: unset;
  }

  .blog_det_service_slic .slick-list.draggable {
    filter: drop-shadow(0px 20px 11px rgba(0, 0, 0, 0.1));
  }

  .blog_det_service_single.slick-active+.slick-active .blog_det_service_single_inner {
    filter: unset;
  }

  .blog_det_service_content h4 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .aboutus_first_img {

    max-width: 90%;

  }

  .aboutus_first_img img {

    height: 300px;

  }

  .about_us_first_inner {
    display: flex;
    flex-direction: column;
  }

  .about_us_first_inner .first_content {
    order: 1;
  }

  .about_us_first_inner .second_content {
    order: 3;
  }

  .aboutus_first_imgblk {
    order: 2;
    margin: 1em 0;
  }

  .about_us_first_inner h2 {
    display: none;
  }

  .about_us_first_inner h2,
  .about_us_first_inner h3 {

    font-size: 30px;

    line-height: 40px;

  }

  .aboutus_second_img {

    max-width: 90%;

  }

  .aboutus_second_img img {

    height: 300px;

  }

  .aboutus_second_inner h3,
  .aboutus_second_inner h4 {

    font-size: 30px;

    line-height: 40px;

  }

  .aboutus_third_img {

    max-width: 90%;

  }

  .aboutus_third_img img {

    height: 300px;

  }

  .aboutus_third_inner h3,
  .aboutus_third_inner h4 {

    font-size: 30px;

    line-height: 40px;

  }

  .aboutus_third_img::after {

    left: -2em;

    height: 120%;

    width: 113%;

    top: -2em;

  }



  /* contact us page */

  .contactown_form_content {
    background-color: #fff;
    box-shadow: rgba(244, 127, 24, 0.19) 0px 10px 20px, rgba(244, 127, 24, 0.23) 0px 6px 6px;
  }

  .contactown_form_content h2 {
    color: #ef7c24;
  }

  .contactsubmit_btn {
    float: left;
    width: 100%;
  }

  .address label {
    color: #ef7c24;
  }

  .formcover_contact p,
  .checkbox_click a {
    color: #ef7c24;
  }

  .location_leftside_inner {

    max-width: 90%;

  }

  .loc_salt p:before {

    width: 18px;

    height: 18px;

    top: 13px;

    left: -26px;

  }

  a.saltcont:before {

    width: 18px;

    height: 18px;

    top: 13px;

    left: -26px;

  }

  .loc_salt {

    padding: 10px 1em 10px 1em;

  }

  .loc_salt p {

    font-size: 16px;

    line-height: 26px;
    color: #1c1c1c;

  }

  a.saltcont {

    font-size: 19px;

    line-height: 29px;
    color: #1c1c1c;

  }

  .location_leftside {
    background-color: #fff;
    box-shadow: rgba(28, 28, 28, 0.35) 0px 5px 15px;
  }

  .location_leftside .navcover {
    padding: 15px 0;
  }

  .location_leftside ul.nav.nav-tabs {
    height: auto;
    background-image: unset;
  }

  .location_leftside .locationcontent {
    padding: 0 15px;
  }

  .contactown_form_inner {
    max-width: 100%;
  }

  .navcover li.active a {
    color: #ef7c24 !important;
  }

  .navcover li a {
    color: #ef7c24;
    border-bottom: 1px solid #ef7c24;
  }



  /* location page */
  .inner_locationpage_content_wrapper {
    padding: 2em 0 1em;
  }

  .inner_locationpage_content_inner p {
    font-size: 17px;
  }

  .inner_locationpage_content_inner .banner_heading {
    margin: 5px 0 10px;
  }

  .locator_page_detail {

    max-width: 100%;

    background-color: #ffffff;
    border: 1px solid #1c1c1c;

    padding: 0 20px;

  }

  .locator_page_detail .loc_salt {

    padding: 30px 2em 10px 2em;

  }

  .locator_page_detail .navcover {

    padding: 10px 10px;

    height: auto;

  }

  .locator_page_detail::after {

    content: unset;

  }

  .locator_page_detail .nav-tabs li a {

    font-size: 20px;

    line-height: 30px;

  }

  .locator_page_detail .nav-tabs li.active a {

    font-size: 20px;

    line-height: 30px;

  }

  .locator_page_detail .loc_salt h4 {
    color: #1c1c1c;
  }

  .locator_page_detail .loc_salt p {
    color: #1c1c1c;
  }

  .locator_page_detail .loc_salt p:nth-child(4) {

    font-size: 15px;
    color: #1c1c1c;
  }

  .locator_page_detail .loc_salt p::before {
    background-image: url('../images/contactus/location.webp');
    width: 15px;
    height: 20px;
  }

  .locator_page_detail a.saltcont {
    color: #1c1c1c;
  }

  .locator_page_detail a.saltcont::after {
    background-image: url('../images/contactus/phone-call.webp');
    width: 20px;

    height: 20px;

    top: 5px;

    left: -32px;

  }

  .locator_page_detail .loc_salt p:nth-child(4)::before {
    background-image: url('../images/contactus/mail.webp') !important;
  }

  .locator_page_map .mapouter,
  .locator_page_map .gmap_canvas {

    height: 350px;

  }




  /* service page */

  .service_page_odd_img {

    max-width: 90%;

  }

  .service_page_odd_img img {

    height: 300px;

    border-radius: 0 0 100px 100px;

  }

  .service_page_odd_inner h2,
  .service_page_odd_inner h3 {

    font-size: 30px;

    line-height: 40px;

  }

  .service_page_even_img img {

    height: 275px;

  }

  .service_page_even_inner h3,
  .service_page_even_inner h4 {

    font-size: 30px;

    line-height: 40px;

  }



  /* inner page banner */

  .inner_page_content_inner p {
    display: block;
  }

  .inner_page_img img {

    height: 300px;

  }

  .banner_heading {

    font-size: 30px;

    float: left;

    width: 100%;

    margin: 0;

  }

  .inner_page_banner_wrapper .reviewitems {

    width: 27%;

  }



  /* commercial page */

  .commercial_first_inner {
    display: flex;
    flex-direction: column;
  }

  .commercial_first_inner .first_content {
    order: 1;
  }

  .commercial_first_inner .second_content {
    order: 3;
  }

  .commercial_first_imgblk {
    order: 2;
    margin: 1em 0;
  }


  .commercial_first_img,

  .commercial_second_img,
  .commercial_third_img {

    max-width: 90%;

  }

  .commercial_first_img img,

  .commercial_second_img img,

  .commercial_third_img img {

    height: 300px;

  }

  .commercial_first_inner h2 {
    display: none;
  }

  .commercial_first_inner h1,
  .commercial_first_inner h2,

  .commercial_second_inner h2,
  .commercial_second_inner h3,

  .commercial_third_inner h2,
  .commercial_third_inner h3 {

    font-size: 30px;

    line-height: 30px;

  }

  .commercial_first_blk::after {

    height: 39%;
    top: 42em;

  }

  .commercial_third_inner h4,
  .commercial_third_inner h5 {

    font-size: 20px;

    line-height: 20px;

  }

  .commercial_service .blog_det_service_single.slick-active+.slick-active .blog_det_service_single_inner {
    top: 0 !important;
  }

  .commercial_service .blog_det_service_content {
    position: relative;
  }

  .commercial_service .blog_det_service_single.slick-active+.slick-active .blog_det_service_content h4 {
    font-size: 21px !important;
    color: #ef7c24 !important;
  }

  .commercial_service .blog_det_service_single.slick-active+.slick-active .blog_det_service_img img {
    height: 289px !important;
  }

  .commercial_service .blog_det_service_content h4 {
    font-size: 21px !important;
    color: #ef7c24 !important;
  }

  .commercial_service .blog_det_service_content p {
    display: block !important;
  }

  .commercial_service .blog_det_service_img::before {
    content: unset;
  }


  .review_single.slick-active+.slick-active .review_single_inner::after {
    background-image: url(../images/commercial/commercial_review_bg2.webp);
  }

  .review_single_inner::after {
    background-image: url(../images/commercial/commercial_review_bg.webp);
  }

  /* service detail page */

  .service_det_ban {
    display: none !important;
  }

  .mobileheading {
    float: left;
    width: auto;
    display: block;
    padding: 5px 15px 15px;
    background-color: #1c1c1c;
    margin: -1px -15px 2.5em;
    order: 2;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 25px -5px, rgba(0, 0, 0, 0.2) 0px 10px 10px -5px;
  }

  .mobileheading p {
    font-size: 17px;
    color: #ffffff;
    margin: 0 0 10px;
  }

  .mobileheading .cover_media {
    bottom: -15px;
  }

  .service_det_first_inner h1 {
    font-size: 27px;
    line-height: 37px;
    margin: -1.7em -15px 0 -15px;
    padding: 0 15px;
    color: #fff;
    background-color: #1c1c1c;
  }

  .service_det_first_inner .first_content {
    display: flex;
    flex-direction: column;
  }

  .service_det_first_inner .first_content p {
    font-size: 17px;
    line-height: 29px;
    order: 3;
  }

  .service_det_first_inner h2,
  .service_det_first_inner h3 {
    font-size: 27px;
    line-height: 37px;
  }

  .service_det_first_img,
  .service_det_third_img {

    max-width: 90%;

  }

  .service_det_first_img img,
  .service_det_third_img img {

    height: 300px;

  }

  .service_det_first_inner h1::before {

    content: unset;

  }

  .service_det_first_blk,

  .service_det_second_blk {

    padding: 15px 0;

    margin: 15px 0;

  }

  .service_det_why_chooose_title {

    margin: 0;

  }

  .service_det_why_chooose_title h2 {

    font-size: 30px;

    line-height: 30px;

  }

  .service_det_why_chooose_content h4 {

    font-size: 15px !important;

    line-height: 24px;

  }

  .service_det_services_title {

    margin: 1em 0;

  }

  .service_det_services_inner {

    height: auto;

  }

  .service_det_second_inner h2,
  .service_det_second_inner h3 {

    font-size: 27px;

    line-height: 27px;

  }

  .service_det_third_blk::after {

    height: 13%;

  }

  .service_det_third_img::before {

    left: -3em;

  }

  .service_det_third_img::after {
    right: -30px;
  }
  .service_det_third_inner h2{
    font-size: 25px;
  }
  .service_det_third_inner h3,
  .service_det_third_inner h4 {

    font-size: 20px;

  }

  .service_det_third_inner h3::before,
  .service_det_third_inner h4::before {

    content: unset;

  }

  /* career page */
  .employment_form_page_inner .submit-btn button {
    width: 30%;
  }

  .employment_form_page_inner .captcha_box {
    width: 80%;
  }

  .employment_form_page_inner .captcha_box .g-recaptcha {
    margin: unset;
  }

  /* service area page */
  .servicearea_list {
    right: 0;
  }

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

  .servicearea_list_inr ul li a {
    font-size: 18px;
    line-height: 30px;
  }

  .servicearea_list_inr ul li a:before {
    width: 56px;
    height: 56px;
  }

  .servicearea_list_inr {
    padding: 1em 1.5em;
  }

  /* acessibility page */
  .cms_page_content h1 {
    display: none;
  }

  /* sitemap page */
  .sitemap-data h1 {
    display: none;
  }

  /**********carrer********/
  .career_page_first_inner h2,
  .career_page_first_inner h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .career_page_second_img img {
    height: 320px;
  }

  .join_our_team_blk h3 {
    font-size: 32px;
    margin: 10px 0px;
  }

  .innercurrentjobs {
    position: relative;
    padding: 1em 10px;
    border-radius: 20px;
  }

  .innercurrentjobs h2 {
    font-size: 28px;
    padding: 8px;
  }

  .innercurrentjobs ul {
    margin: 0;
  }

  .innercurrentjobs li {
    font-size: 18px;
    list-style: none;
    margin: 1em 0;
    padding-left: 0em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .innercurrentjobs li:before {
    content: unset;
  }

  .innercurrentjobs li a {
    font-size: 15px;
    border-radius: 23px;
    padding: 2px 14px;
  }

  .career_page_why_choose_us_single_content h4,
  .career_page_why_choose_us_single:nth-child(3) .career_page_why_choose_us_single_content h4,
  .career_page_why_choose_us_single:nth-child(4) .career_page_why_choose_us_single_content h4 {
    font-size: 16px;
    line-height: 24px;
    min-height: 95px;
    display: flex;
    align-items: center;
  }

  .career_page_why_choose_us_single_img img {
    width: 60px;
    height: 60px;
  }
  .career_page_why_choose_us_single_img{
    margin: 10px 0px;
  }
      .career_page_third_img img {
        height: 350px;
    }
    .career_page_third_inner h3{
      font-size: 30px;
    }
}