
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: 'Poppins-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: 18px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 300;
  font-family: 'Poppins-Regular';
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Poppins-Bold';
}
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';
}
.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:hover {
    cursor: pointer;
    background-color: #000000;
}
.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;		
}

ul.megamenu.servicearea {
  left: -260px;
  width: 600px;
}
/* ul.megamenu.servicearea li{
  width: 23.9%;
} */

/*****************************************************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 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-nav nav>ul {
    position: relative;
    display: block;
    text-align: right;
    float: left;
    margin: 0;
    width: 100%;
    padding-right: 0em;
  }
.header-nav nav ul li {
  color: #fff;
  list-style: none;
  transition: .5s ease-in-out;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  -webkit-transition: .5s ease-in-out;
  position: relative;
  transition: 0.5s;
  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: 7px 8px 7px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: relative;
  display: block;
  letter-spacing: 0;
  position: relative;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  transition: 0.5s;
}
.header-nav nav>ul>li>a:hover {
  color: #fff;
  border-radius: 25px;
  background-color: #1eadf3;
  transition: 0.5s;
}


.header-nav nav>ul>li.active a {
  transition: .5s;
  color: #fff
}
.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 {
box-shadow: 3px 3px 19px 5px #00000066;
transition: .5s;
background-color: #fff;
left: -50px;
right: 0;
top: 100%;
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 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:hover {
background-color: #0154bc;
}
ul.megamenu li:hover a {
color: #fff !important;
}
ul.megamenu li a {
font-size: 16px;
color: #232323 !important;
}
  
/*************** Home Page ***************/

/* fixed header */

.header_wrapper.fixed{
  z-index: 9;
  position: fixed;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}
.header_wrapper.fixed .header_firsttop_inner {
    display: none;
}
.header_wrapper.fixed .header_firstright::after {
    background-image: url(../images/home/headertop_bg2.webp);
}
.header_wrapper.fixed .header_dayoffers span {
    font-size: 40px;
    line-height: 50px;
}
.header_wrapper.fixed .header_dayoffers sub {
    bottom: 0px;
    left: 0;
}
.header_wrapper.fixed .header_dayoffers strong {
    top: 0px;
}
.header_wrapper.fixed .header_logo_inner img {
    height: 75px;
}
.header_wrapper.fixed .header_firstright::after {
    height: 57%;
}
.header_wrapper.fixed::after {
    height: 56%;
}
.header_wrapper.fixed a.floating-btn{
  display: none;
}
.header_wrapper.fixed .header-nav nav>ul>li>a {
    padding: 5px 8px 5px;
}

.header_wrapper {
  float: left;
  width: 100%;
  z-index: 3;
  background-color: #fff;
  position: relative;
}
.header_wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 67%;
    background-color: #cfeafe;
    z-index: -4;
}
.header_wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 22%;
    height: 100%;
    background-image: url('../images/home/headerlogobg.webp');
    background-size: 100% 100%;
    filter: drop-shadow(7px 0px 7px rgba(0,0,0,0.1));
    z-index: -2;
}
.header_firstright::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 102%;
    height: 67%;
    background-image: url('../images/home/headertop_bg.webp');
    background-size: 100% 100%;
    z-index: -3;
}
.header_wrapper .container {
    padding: 0;
    max-width: 1360px;
    margin: 0 auto;
    width: auto;
    position: relative;
}
.header_inner {
  position: relative;
}
.header_firstright{
  position: relative;
}
.header_hle{
  position: relative;
}
.header_offer{
  display: none;
}
.header_logo{
    position: relative;
}
.header_logo_inner {
  position: relative;
    float: left;
    width: 100%;
    text-align: left;
    padding: 1.5em 0em 1.5em 0em;
}
.header_logo_inner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 114%;
    height: 100%;
    background-image: url(../images/home/logo_bg.webp);
    background-size: 100% 100%;
    z-index: -1;
}
.header_logo_inner img {
    height: 90px;
    width: 100%;
    transform: scale(1.1);
    object-fit: contain;
}
.header-nav {
  float: right;
  position: relative;
  margin-top: 0px;
}
.header_offersec{
  float: left;
  padding-top: 0px;
}
.header_dayoffers{
    position: relative;
    padding: 0.5em 0;
    padding-left: 4em;
}

.header_dayoffers p{
font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
    padding-right: 0px;
    display: inline-block;
    width: 30%;
    margin-right: 10px;
    border-right: 1px solid #ffffff69;
}
.header_dayoffers span{
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 500;
  font-family: 'Poppins-SemiBold';
  display: inline-block;
    padding-left: 7px;
}
.header_dayoffers b{
    display: inline-block;
    color: #ffffff;
    font-size: 26px;
    font-weight: 100;
}
.header_dayoffers strong{
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
    position: relative;
}
.header_dayoffers sub{
display: inline-block;
    color: #ffffff;
    bottom: -20px;
    left: -40px;
    font-size: 20px;
    font-weight: 100;
}
.header_ratings{
  float: left;
  padding-right: 0em;
  padding-left: 5em;
}
.header_ratings p b{
    color: #a91f24;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
}
.header_ratings p::before{
content: '';
    position: absolute;
    top: -10px;
    bottom: 0;
    left: -7em;
    margin: auto 0;
    height: 25px;
    width: 60px;
    background-image: url(../images/home/header-stars.webp);
    background-size: 100% 100%;
}
.header_ratings p{
    font-size: 11px;
    line-height: 15px;
    color: #000;
    font-weight: 400;
    margin: 5px 0 0 0;
    position: relative;
}
.header_contdetail {
    float: right;
    display: flex;
    padding-left: 2em;
    position: relative;
}
.header_menusec {
    float: left;
    width: 100%;
    padding: 7px 0;
}
a.header_call{
position: relative;
    padding: 10px 15px 10px 0px;
    font-size: 21px;
    line-height: 30px;
    color: #0166b1;
    font-weight: 600;
    width: 220px;
    text-align: right;
    margin-right: 0.5em;
    transition: 0.5s;
    background-color: #ffffff;
    border: 1px solid #0166b1;
    border-radius: 35px;
}
a.header_call::before{
position: absolute;
    content: '';
    left: 3px;
    top: -1px;
    bottom: 0;
    height: 45px;
    width: 45px;
    background-size: 100% 100%;
    margin: auto 0;
    background-image: url(../images/home/header-phone.webp);
}
a.header_shedule{
position: relative;
    padding: 10px 15px 10px 0px;
    font-size: 20px;
    line-height: 30px;
    color: #b72126;
    width: 235px;
    text-align: end;
    font-weight: 600;
    transition: 0.5s;
    background-color: #ffffff;
    border: 1px solid #b72126;
    border-radius: 35px;
}
a.header_shedule::before{
  position: absolute;
  content: '';
    left: 3px;
    top: -1px;
    bottom: 0;
    height: 45px;
    width: 45px;
  margin: auto 0;
  background-size: 100% 100%;
  background-image: url(../images/home/header-calender.webp);
}
.header_shedule:hover, 
.header_call:hover {
  transform: scale(0.9);
  color: #a91f24;
  transition: 0.5s;
}
.header_firsttop_inner{
    float: left;
    position: relative;
    filter: drop-shadow(0px -124px 17.5px rgba(0,75,133,0));
}
.header_secondtop_inner {
    float: left;
    padding: 0.5em 0 0 0;
}
.header_firsttop_inner::after {
    position: absolute;
    content: '';
    right: 11px;
    top: 0;
    height: 113%;
    width: 19%;
    border-bottom-right-radius: 20px;
    background-color: #0166b1;
}

.header_top_firstsec p{
    float: right;
    margin: 0px 0 0 0;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    padding: 5px 0px 5px 20px;
    background-color: #ffffff33;
    border-radius: 30px;
    margin-right: 1em;
    width: 80%;
    text-align: left;
}
.header_top_firstsec p::before {
  position: absolute;
    content: '';
    right: 28px;
    top: -1px;
    bottom: 0;
    height: 20px;
    width: 20px;
    background-size: 100% 100%;
    margin: auto 0;
    background-image: url(../images/home/user-icon.webp);
}
.header_top_secondsec p{
    margin: 0px 0 0 0;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    padding: 5px 0px 5px 20px;
    background-color: #ffffff33;
    border-radius: 30px;
    text-align: left;
    width: 90%;
}
.header_top_secondsec p::before {
  position: absolute;
    content: '';
    right: 46px;
    top: 1px;
    bottom: 0;
    height: 20px;
    width: 19px;
    background-size: 100% 100%;
    margin: auto 0;
    background-image: url(../images/home/earphone.webp);
}
.header_secondright_inner {
  float: left;
}
.header_thirdright_inner {
  float: left;
  width: 100%;
}
a.floating-btn {
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: -50px;
    border-radius: 0 0 20px 20px;
    filter: drop-shadow(-0.907px 12.968px 9.5px rgba(0, 66, 126, 0.35));
    background-color: #a40000;
    border: 1px solid;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 15px;
    font-weight: 600;
}


.bannerhme_wrapper {
  float: left;
  width: 100%;
  position: relative;
}
.bannerhme_wrapper .container{
  position: relative;
}
.bannerhme_image::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0em;
    right: 0;
    width: 46%;
    height: 82%;
    background-image: url(../images/home/banner_contentbg.webp);
    background-position: center;
    background-size: 100% 100%;
    z-index: 1;
}
/* .bannerhme_image::before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0em;
    right: 0;
    width: 100%;
    height: 5%;
    border-top-right-radius: 50px;
    background-color: #fff;
} */
.bannerhme_image img,
.bannerhme_image video {
  height: 700px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.bannerhme_content {
  position: absolute;
  bottom: 4em;
  left: 0em;
  width: 450px;
  z-index: 1;
}
.bannerhme_content_inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 0em 0em;
}
.bannerhme_image {
  overflow: hidden;
  position: relative;
}
.bannerhme_content_inner h1,
.bannerhme_content_inner h2{
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
}
.bannerhme_content_inner p{
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
}
a.banner-Call {
position: relative;
    padding: 10px 0px 25px 20px;
    font-size: 21px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    width: 225px;
    text-align: center;
    transition: 0.5s;
    background-image: url(../images/home/bannerbuttonbg.webp);
    background-size: 100% 100%;
    margin-top: 1em;
}
a.banner-Call::before {
position: absolute;
    content: '';
    left: 0px;
    top: -10px;
    height: 40px;
    width: 40px;
    background-size: 100% 100%;
    background-image: url(../images/home/banner-phone.webp);
}
a.banner-Schedule {
position: relative;
    padding: 10px 0px 30px 0px;
    font-size: 18px;
    line-height: 30px;
    color: #0166b1;
    font-weight: 600;
    width: 330px;
    text-align: center;
    margin-right: 0.5em;
    transition: 0.5s;
    background-image: url(../images/home/bannerbuttonbg2.webp);
    background-size: 100% 100%;
}

.ban_review_rating{
  float: left;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  gap: 15px;
  width: 60%;
  padding: 7px 0px 5px 0;
  border-radius: 5px 30px;
  background-color: #ffffff57;
}
.ban_review_left{
    float: left;
}
.ban_review_left ul{
    position: relative;
}
.ban_review_left ul li{
    list-style: none;
    display: inline-block;
    padding: 15px 0;
    margin: 0 -7px 0;
}
.ban_review_left ul li a{
    font-size: 27px;
    line-height: 27px;
    color: #a91f24;
    position: relative;
    border-radius: 35px;
    z-index: 1;
    padding: 5px 12px;
    background-color: #fff;
    border: 2px solid #a91f24;
}
.ban_review_left ul li:nth-child(2) a{
  padding: 5px 15px;
  color: #a91f24;
}
.ban_review_right{
    float: left;
    padding-left: 7px;
}
.ban_review_right .star{
    color: #f9d506;
    display: block;
}
.ban_review_right .score{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
  color: #fff;
    font-weight: 600;
}


.home_first_block{
    float: left;
    width: 100%;
    margin-top: 0em;
    margin: -3em 0 2em 0;
    padding: 2em 0;
    position: relative;
    z-index: 1;
    border-top-right-radius: 50px;
    background-color: #fff;
}
.home_first_block::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  height: 30%;
  width: 39%;
  background-image: url(../images/home/firstblktopshape.webp);
  background-size: 100% 100%;
  z-index: -2;
}
.home_first_inner{
  float: left;
  width: 100%;
  margin: 2em 0 0 0;
  padding: 2em 0 0 0;
  position: relative;
}
.home_first_inner strong {
position: relative;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 15px 10px 20px;
    color: #144178;
    display: flow-root;
    background-color: #cfeafe;
    font-family: 'Poppins-Regular';
}

.home_first_inner h1,
.home_first_inner h2{
  font-size: 40px;
  line-height: 50px;
  color: #114a90;
}
.home_first_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.home_first_inner p a{
  color: #000000;
  border-bottom: 1px solid #000000;
}
.home_first_imgblk{
  float: left;
}
.home_first_image{
  float: left;
  margin-right: 4em;
  margin-bottom: 2em;
  position: relative;
}
/* .home_first_image::after{
    content: '';
    position: absolute;
    left: -20px;
    top: 30px;
    right: 0px;
    bottom: 0;
    height: 99%;
    width: 99%;
    background-color: #0053bb;
    z-index: -1;
} */
.home_first_image::after {
    content: '';
    position: absolute;
    left: -20px;
    top: -20px;
    right: 0px;
    bottom: 0;
    height: 106%;
    width: 107%;
    background-image: url(../images/home/firstblkimg_border.webp);
    background-size: 100% 100%;
    z-index: -1;
}
.home_first_image img{
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 720px;
  border-radius: 3px;
  filter: drop-shadow(6.84px 18.794px 17.5px rgba(99, 169, 255, 0.4));
}
.hme_buttons{
  display: flex;
  margin-top: 2em;
}
.hme-call{
  font-size: 18px;
  line-height: 30px;
  color: #a12328;
  font-weight: bold;
  position: relative;
  padding: 10px 10px 10px 40px;
  width: 230px;
  margin-right: 1em;
  text-align: center;
  transition: 0.5s;
  border-radius: 26px;
  background-color: #fff;
  border: 1px solid #a12328;
  filter: drop-shadow(0px 9px 5px rgba(0,61,134,0.2));
}
.hme-call::after{
content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -10px;
    width: 80%;
    height: 100%;
    border-radius: 11px;
    border-bottom: 1px solid #a12328 !important;
    margin: auto;
    z-index: -1;
}
.hme-call::before{
    content: '';
    position: absolute;
    left: 25px;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 19px;
    width: 20px;
    transition: .5s;
    background-image: url(../images/home/telephone.webp);
    background-size: 100% 100%;
}
.hme-call:hover::before {
    transition: .5s;
    animation-name: trin;
    animation-duration: 1.5s
}
.hme-readmore{
  font-size: 18px;
  line-height: 30px;
  color: #114a90;
  font-weight: bold;
  padding: 10px 10px 10px 40px;
  position: relative;
  width: 200px;
  text-align: center;
  transition: 0.5s;
  border-radius: 26px;
  background-color: #fff;
  border: 1px solid #114a90 !important;
  filter: drop-shadow(2.699px 11.692px 10.5px rgba(34,88,143,0.17));
  z-index: 1;
}
.hme-readmore::before{
    content: '';
    position: absolute;
    left: 25px;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 18px;
    width: 18px;
    transition: 0.5s;
    background-image: url(../images/home/readmore-arrow.webp);
    background-size: 100% 100%;
}
.hme-readmore::after{
content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -10px;
    width: 80%;
    height: 100%;
    border-radius: 11px;
    border-bottom: 1px solid #114a90;
    margin: auto;
    z-index: -1;
}
.hme-call:hover,
.hme-readmore:hover {
  transform: scale(0.9);
  color: #000;
  transition: 0.5s;
}

.home_services_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.home_services_title{
  float: left;
  width: 100%;
  margin: 2em 0;
  text-align: center;
}
.home_services_title strong{
  font-size: 24px;
  color: #ba0000;
}
.home_services_title h2,
.home_services_title h3{
  font-size: 40px;
  color: #114a90;
  line-height: 50px;
}
.home_services_title p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  padding: 0 6em;
}
.home_services_inner{
  float: left;
  width: 100%;
}
.home_services_slick{
  float: left;
  width: 100%;
}
.home_services_slick .slick-list.draggable{
filter: drop-shadow(6.84px 18.794px 17.5px rgba(0,84,187,0.18));
}
.service_single_inner{
  margin: 0 10px;
  position: relative;
}
.service_single_image{
  position: relative;
}
.service_single_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 610px;
  border-radius: 3px;
  border: 1px solid #ffffff;
}
.service_single_content{
position: absolute;
    left: 0;
    right: 0;
    width: 98%;
    bottom: 3px;
    margin: 0 auto;
    padding: 0em 1em 1.5em 1em;
    border-radius: 3px;
    background-color: #ffffff;
}
.service_single_content h3{
  font-size: 22px;
  line-height: 30px;
  color: #ba0000;
  font-weight: 600;
}
a.services_readbtn{
  font-size: 12px;
  line-height: 20px;
  color: #010101;
  font-weight: 400;
}

.home_services_listblk {
    float: left;
    padding: 0em 2em 0em 2em;
}
.home_serviceslist_slick{
  float: left;
  width: 100%;
  padding: 1em 1em;
  border-radius: 5px;
  filter: drop-shadow(6.84px 18.794px 17.5px rgba(0,84,187,0.18));
  background-color: #f7f9fb;
}
.home_serviceslist_single{
  float: left;
  width: 100%;
  padding: 1.5em 3em 1.5em 2em;
  border-bottom: 1px solid #cacaca;
}
.home_serviceslist_single h3{
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
  font-family: 'Poppins-Regular';
  margin: 0;
}
.home_serviceslist_single:hover h3{
  color: #ba0000;
}
.home_serviceslist_single::before{
    position: absolute;
    content: '';
    right: 5px;
    top: 0;
    bottom: 0;
    height: 18px;
    width: 30px;
    margin: auto 0;
    background-image: url(../images/home/arrow-sign.webp);
    background-size: 100% 100%;
}

.home_second_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
.home_second_block::before{
content: '';
    position: absolute;
    left: 0px;
    top: 79px;
    border-top-right-radius: 30px;
    background-color: #0054bb;
    width: 32%;
    height: 6%;
    z-index: -2;
}
.home_second_block::after{
content: '';
    position: absolute;
    left: 0px;
    top: 100px;
    border-top-right-radius: 392px;
    background-color: #f7f9fb;
    width: 100%;
    height: 41.5%;
    z-index: -3;
}
.home_second_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.home_second_inner strong {
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    color: #fff;
    display: inline-block;
    font-family: 'Poppins-Regular';
}

.home_second_inner h2,
.home_second_inner h3{
  margin-top: 1em;
  font-size: 40px;
  line-height: 50px;
  color: #114a90;
}
.home_second_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.home_second_inner p a{
  color: #000000;
  border-bottom: 1px solid #000000;
}
.home_second_imgblk{
  float: right;
}
.home_second_image{
  float: left;
  margin-top: 6em;
  margin-left: 2em;
  margin-bottom:5em;
  position: relative;
}
.home_second_image::after{
content: '';
    position: absolute;
    right: -73px;
    bottom: -40px;
    width: 110%;
    height: 85%;
    background-size: 100% 100%;
    background-image: url(../images/home/half-circle-shape.webp);
    z-index: -2;
}
.home_second_image img{
  object-position: center;
  object-fit: cover;
  width: 100%;
  width: 600px;
  height: 600px;
  border-radius: 324px;
  filter: drop-shadow(6.84px 18.794px 17.5px rgba(0,84,187,0.4));
  background-color: #f7f9fb;
  border: 5px solid #f0f4f8;
}


.home_reviews_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.home_reviews_block .container{
  max-width: 1400px;
}
.home_reviews_title{
  float: left;
  width: 100%;
  margin-top: 2em;
  text-align: center;
  position: relative;
}
.home_reviews_title::after{
position: absolute;
    content: '';
    top: 15px;
    left: 0;
    right: 0;
    height: 135%;
    width: 60%;
    margin: 0 auto;
    background-size: 100% 100%;
    background-image: url(../images/home/reviews-titlebg.webp);
    z-index: -1;
}
.home_reviews_title strong{
  font-size: 24px;
  color: #ae132f;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  position: relative;
}
.home_reviews_title h3{
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 60px;
    padding: 0px 6em;
    color: #114a90;
    text-align: center;
}
.home_reviews_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.hmereviews_leftblk{
  float: left;
}
.review_single{
  float: left;
}
.review_single_inner{
  display: flex;
  flex-direction: column;
  position: relative;
  float: left;
  margin: 0 10px;
  padding: 4em 3em 8em 2em;
  background-size: 100% 100%;
  background-image: url('../images/home/review-singlebg.webp');
}
.review_single_inner p{
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-weight: 400;
  overflow-y: scroll;
  height: 185px;
  padding-right: 15px;
  margin-bottom: 0.5em;
  position: relative;
}

.review_single_inner a {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 26px;
}
.review_single_inner a i{
    content: "\f1a0";
    font-family: "FontAwesome";
    background: conic-gradient(from -45deg, #EA4335 0deg 90deg, #4285F4 90deg 180deg, #34A853 180deg 270deg, #FBBC05 270deg 360deg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}
/* webkit-scrollbar */
.review_single_inner p::-webkit-scrollbar {
  width: 4px;
}
.review_single_inner p::-webkit-scrollbar-thumb {
  background-color: #0a2d44;
  border-radius: 10px;
}
.review_single_inner p::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.review_author {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.review_author h4{
  font-size: 18px !important;
  line-height: 24px !important;
  color: #000;
  font-weight: 500;
  margin-bottom: 0px;
  font-family: 'Poppins-SemiBold';
}
.review_author span{
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.star_rating{
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.star_rating i{
  color: #f1c400;
}
.google_review{
  display: none;
}
.hme_reviews_slick .slick-list.draggable{
  padding: 3em 0 4em 0;
  filter: drop-shadow(-16.971px 16.971px 19.5px rgba(0,61,134,0.2));
}
.hme_reviews_slick .slick-slide.slick-current+.slick-active .review_single_inner{
  top: 4em;
  background-image: url('../images/home/review-singlebg-active.webp');
}

.home_third_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
  z-index: 1;
}
.home_third_block::after{
position: absolute;
    content: '';
    left: 0;
    bottom: -30em;
    width: 101%;
    height: 80%;
    background-size: 100% 100%;
    background-image: url(../images/home/left_shape.webp);
    z-index: -4;
}
/* .home_third_inner::before{
position: absolute;
    content: '';
    bottom: 35px;
    right: -30px;
    height: 100%;
    width: 50%;
    border-bottom-right-radius: 47px;
    background-color: #ffffff;
    z-index: -3;
} */
.home_third_inner{
  float: left;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0 0 2em 0;
  position: relative;
}
.home_third_inner .hme-readmore::after{
  border-bottom: 1px solid #fff;
}
.home_third_inner strong {
    border-radius: 0 10px 10px 0px;
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    color: #fff;
    display: inline-block;
    background-color: #ba0000;
    font-family: 'Poppins-Regular';
}

.home_third_inner h3,
.home_third_inner h2{
  font-size: 40px;
  line-height: 50px;
  color: #114a90;
}
.home_third_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.home_third_inner p a{
  color: #000000;
  border-bottom: 1px solid #000000;
}
.home_third_imgblk{
  float: left;
}
.home_third_image{
  float: left;
  margin-right: 5em;
  position: relative;
}
.home_third_image::after{
    content: '';
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff87;
    border-radius: 300px 300px 15px 15px;
    z-index: -1;
}
.home_third_image img{
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 650px;
  filter: drop-shadow(8.077px 20.786px 20.5px rgba(2, 62, 136, 0.291));
  background-color: #f7f9fb;
  border: 2px solid #fff;
  border-radius: 300px 300px 15px 15px;
}


.home_coupons_block{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
  position: relative;
  z-index: 1;
}
.home_coupons_hle{
  float: left;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  position: relative;
}
.home_coupons_title{
    float: left;
    width: 45%;
}
.home_coupons_title h3{
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
}
.home_coupons_title h3::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 30px;
    width: 65%;
    border-bottom: 1.5px solid #fff;
}
.home_coupons_title strong{
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
}
.home_coupons_inner{
  float: left;
  width: 100%;
}
.home_coupons_slick{
  float: left;
  width: 100%;
}
.coupon_single{
  float: left;
  top: 2em;
}
.coupon_single_inner{
  text-align: center;
  position: relative;
  float: left;
  margin: 0 20px;
  padding: 3em 3em 2em 3em;
  background-size: 100% 100%;
  background-image: url(../images/home/couponsbg.webp);
}
.coupon_offers{
position: absolute;
    right: -1em;
    top: -4em;
    background-color: #ffffff;
    padding: 1em 0em;
    border-radius: 88px;
    filter: drop-shadow(-8.03px 17.22px 14px rgba(2, 62, 136, 0.24));
    width: 140px;
    height: 140px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.coupon_offers span{
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 40px;
  color: #0055bb;
  font-weight: 600;
  font-family: 'Poppins-SemiBold';
}
.coupon_offers sub{
    font-size: 28px;
    color: #0055bb;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    float: left;
    text-align: left;
    left: -15px;
}
.coupon_single_inner h3{
  font-size: 28px;
  line-height: 34px;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #aa0710;
}
.coupon_single_inner p{
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    min-height: 35px;
}
.coupon_midsec{
    margin: 0 -25px;
    text-align: center;
    padding: 7px 0;
    margin-bottom: 15px;
    border-radius: 0 0 56px 56px;
    background-color: #ba0000;
}
.coupon_midsec strong{
  color: #fff;
  display: block;
  font-size: 28px;
  font-weight: 100;
}
.coupon_midsec b{
  color: #fff;
  font-size: 12px;
  font-weight: 100;
}
a.print-btn{
  border-bottom: 1px solid;
  color: #000;
  font-size: 14px;
}
.home_coupons_slick .slick-list.draggable{
  padding: 3em 0 3em 0;
  filter: drop-shadow(-11.411px 24.47px 17.5px rgba(2,62,136,0.18));
}
.home_coupons_slick .slick-slide.slick-current+.slick-active .coupon_offers span,
.home_coupons_slick .slick-slide.slick-current+.slick-active .coupon_offers sub{
  color: #ba0000;
}
.home_coupons_slick .slick-slide.slick-current+.slick-active .coupon_single_inner h3{
  color: #0055bb;
}
.home_coupons_slick .slick-slide.slick-current+.slick-active .coupon_midsec{
    background-color: #0055bb;
}

.home_whychoose_block{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
  position: relative;
}
.home_whychoose_block::after{
position: absolute;
    content: '';
    left: 0;
    right: 0px;
    top: 11.5em;
    height: 65%;
    width: 100%;
    background-color: #eff3f7;
    opacity: 0.302;
    z-index: -3;
}
.home_whychoose_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.home_whychoose_contentblk{
  float: left;
}
.home_whychoose_contentinner{
  float: left;
  width: 100%;
}
.home_whychoose_contentinner h3{
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 0.6em;
    color: #114a90;
}
.home_whychoose_contentinner p{
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
}
.whychoose_list_block {
    float: left;
    width: 100%;
    margin: 1em 0;
    padding: 1em 0 5em 0;
    border-left: 7px solid #0055bb;
}
.whychoose_single_inner{
  float: left;
  width: 100%;
  border-radius: 0px 100px 100px 0;
  padding: 1em 7em 1em 1em;
  background-color: #eff3f7;
  position: relative;
}
.whychoose_single_inner h3{
  font-size: 28px;
  line-height: 28px;
  color: #000000;
  font-weight: 500;
  margin-top: 5px;
    font-family: 'Poppins-SemiBold';
}
.whychoose_single_inner p{
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  font-weight: 400;
}
.whychoose_icon{
position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95px;
    height: 95px;
    padding: 0px 0px;
    border-radius: 50px;
    filter: drop-shadow(-10.88px -8.81px 15.5px rgba(1, 83, 157, 0.17));
    background-color: #eff3f7;
}
.whychoose_single:nth-child(2) .whychoose_single_inner{
  width: 90%;
  background-color: #0055bb;
}
.whychoose_single:nth-child(3) .whychoose_single_inner{
  width: 103%;
}
.whychoose_single:nth-child(4) .whychoose_single_inner{
  width: 90%;
  background-color: #ba0000;
}
.whychoose_single:nth-child(5) .whychoose_single_inner{
  width: 80%;
}
.whychoose_single:nth-child(4) .whychoose_single_inner h3,
.whychoose_single:nth-child(4) .whychoose_single_inner p,
.whychoose_single:nth-child(2) .whychoose_single_inner h3,
.whychoose_single:nth-child(2) .whychoose_single_inner p{
  color: #fff;
}
.home_whychoose_imgblk p{
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-left: 4em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #00000042;
}
.whychoose_callbtn span{
  color: #23527c;
  font-family: 'Poppins-SemiBold';
}

.whychoose_callbtn{
  display: inline-block;
    margin-top: -0.5em;
    left: -40px;
    padding: 1em 3em 1em 2em;
    font-size: 30px;
    color: #ba0000;
    font-weight: 600;
    font-family: 'Poppins-Bold';
    filter: drop-shadow(3.534px 16.629px 17.5px rgba(1, 83, 157, 0.16));
    position: relative;
    background-size: 100% 100%;
    background-image: url(../images/home/whychoosebtn-bg.webp);
}
.whychoose_callbtn::before{
    content: '';
    position: absolute;
    right: 25px;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    background-image: url(../images/home/whychoose_phone.webp);
    background-size: 100% 100%;
}

.home_whychoose_imgblk{
  float: right;
  margin-bottom: 2em;
}
.home_whychoose_image{
  position: relative;
  margin-left: 5em;
  margin-bottom: 2em;
}
.home_whychoose_image::before{
position: absolute;
    content: '';
    left: -80px;
    bottom: 0;
    height: 25%;
    width: 22%;
    background-color: #294066;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: -1;
}
.home_whychoose_image::after{
  position: absolute;
  content: '';
  right: -10px;
  bottom: 0;
  height: 40%;
  width: 40%;
  background-color: #ba0000;
  z-index: -1;
}
.home_whychoose_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 790px;
  border-radius: 10px 10px 0 0;
  filter: drop-shadow(9.08px 17.82px 17.5px rgba(1,83,157,0.26));
  border: 1px solid #ffffff;
}




/* faq block */

.home_faq_block{
  float: left;
  width: 100%;
  margin: 3em 0 0 0;
  padding: 3em 0 0 0;
  position: relative;
}
.faqhme_hle{
  float: left;
  width: 100%;
  margin: 2em 0;
  position: relative;
}
.faqhme_hle::after{
position: absolute;
    content: '';
    left: 0px;
    top: -9em;
    width: 65%;
    height: 115%;
    z-index: -3;
    background-image: url(../images/home/faqblk_bg.webp);
    background-size: 100% 100%;
}
.faqhme_title{
  padding-left: 2em;
  float: left;
  width: 100%;
}
.faqhme_title h3{
    padding-left: 10em;
    font-size: 38px;
    line-height: 48px;
    color: #114a90;
    font-weight: 400;
    margin: 0;
    text-align: center;
}
.faqhme_image{
  float: left;
  position: relative;
}
.faqhme_image_inner{
  float: left;
  margin-top: -5em;
  margin-left: 2em;
  position: relative;
  z-index: -1;
}
.faqhme_image_inner::after{
    position: absolute;
    content: '';
    left: -5px;
    top: -5px;
    width: 45%;
    height: 50%;
    z-index: -1;
    border-radius: 10px;
    background-color: #a9080f;
}
.faqhme_image_inner::before{
    position: absolute;
    content: '';
    left: -15px;
    top: -15px;
    width: 45%;
    height: 50%;
    z-index: -2;
    border-radius: 10px;
    border:1px solid #a9080f;
}
.faqhme_image_inner img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 620px;
  border-radius: 10px;
  filter: drop-shadow(7.815px 18.41px 16px rgba(0,61,134,0.3));
}
.faqhme_content{
  position: relative;
}
.faqhme_content::after {
    position: absolute;
    content: '';
    left: -85px;
    bottom: -20px;
    height: 57%;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    z-index: -1;
}
.faq_question_box{
margin: 0em 0;
    height: 640px;
    overflow-y: scroll;
    padding: 1em 1em 1em 1em;
    overflow-x: hidden;
}
.faq_question_box::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.faq_question_box::-webkit-scrollbar-track {
  border-radius: 20px; 
  width: 3px;
  background-color: transparent;
}
/* Handle */
.faq_question_box::-webkit-scrollbar-thumb { 
  border-radius: 20px;
  width: 5px;
  background-color: #0a2d44;
}
.faq_question_box .set{
    position: relative;
    float: left;
    width: 100%;
}
.faq_question_box .set.active{
  margin-bottom: -3em;
  margin-top: 0em;
  background-size: 100% 100%;
  background-image: url(../images/home/faq-activebg.webp);
  padding: 1em 1em 3em 0em;
  width: 105%;
}
.faq_question_box .set a.active{
  padding: 1em 3em 0.5em 1.5em;
  border: 0;
  color: #a91f24;
}
.faq_question_box .set a.active::before{
    content: '\f068';
    color: #a91f24;
    right: 45px;
}
.faq_question_box .set a span{
  color: #0a2d44;
  font-family: 'Poppins-SemiBold';
}
.faq_question_box .set a{
  position: relative;
  display: block;
  text-decoration: none;
  padding: 1em 2.5em 1em 1.5em;
  border-bottom: 1px solid #e9edf26b;
  font-size: 20px;
  color: #0a2d44;
  line-height: 30px;
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  width: 100%;
  cursor: pointer !important;
}
.faq_question_box .set a::before{
    content: '\f067';
    position: absolute;
    font-size: 22px;
    top: 21px;
    color: #a91f24;
    right: 20px;
    font-family: 'FontAwesome';
}
.faq_question_box .set a::after{
position: absolute;
    content: '';
    z-index: 1;
    left: 1px;
    top: 20px;
    width: 1.5px;
    height: 40px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(169, 7, 15, 0.9999999999999999) 100%);
}
.faq_question_box .content{
  display: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 0em 2em 1em 2em;
}
.faq_question_box .content p{
  font-size: 16px;
  line-height: 26px;
  color: #0a2d44;
  font-weight: 400;
}


.hme_blogs{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
.hme_blogs_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.hme_blogs_title{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.hme_blogs_title h3{
  font-size: 40px;
  line-height: 50px;
  margin: 0;
  color: #0d468c;
  text-align: center;
}
.hme_blogs_slick{
  float: left;
  width: 100%;
}
.blog_single{
  float: left;
}
.blog_single_inner{
  float: left;
  width: 100%;
  display: flex;
  position: relative;
  border-radius: 10px;
  background-color: #fdfdfe;
  border: 1px solid #eff3f7;
  margin: 10px 0;
}
.blog_single_image{
  float: left;
  width: 40%;
  position: relative;
}
.blog_single_image img{
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 180px;
  border-radius: 10px;
  background-color: #f2f6f9;
}
.blog_single_content {
    width: 70%;
    float: left;
    position: relative;
    padding: 1em 1em 2em 2em;
}
.blogsingle_date {
display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 18px;
    color: #ba0000;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: -60px;
    width: 75px;
    text-align: center;
    background-color: #fff;
    padding: 20px 15px 5px 15px;
    gap: 5px;
    border-right: 2px solid #ba0000;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%, 0 40%);
}
.blogsingle_date b{
  font-size: 30px;
    color: #ba0000;
  font-family: 'Poppins-SemiBold';
}
.blog_single_content h4{
  font-size: 24px;
  color: #0d468c;
  font-weight: 600;
  line-height: 34px;
  font-family: 'Poppins-SemiBold';
}
.blog_single_content p{
  display: none;
  font-size: 14px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
}
.blog_readbtn{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ba0000;
  font-weight: 400;
}
.blog_readbtn::before {
    content: '';
    position: absolute;
    right: -115px;
    bottom: 9px;
    width: 127%;
    border-bottom: 1px solid #ba00003b;
}
.hme_blogs_slick .slick-list.draggable{
  filter: drop-shadow(0.872px 24.985px 14.5px rgba(0,76,145,0.12));
}
/* .hme_blogs_slick .slick-active .blog_single_content p{
  display: block;
}
.hme_blogs_slick .slick-active+.slick-active .blog_single_content p{
  display: none;
} */


.blogs_right_inner .blog_single_inner{
  position: relative;
  margin-right: 1em;
}
.blogs_right_inner .blog_single_inner{
  flex-direction: column;
}
.blogs_right_inner .blog_single_image{
  width: 100%;
}
.blogs_right_inner .blog_single_image img{
  height: 515px;
}
.blogs_right_inner .blog_single_content{
    width: 90%;
    position: absolute;
    right: 0;
    bottom: -75px;
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(5.333px 9.621px 11px rgba(1, 83, 157, 0.2));
}
.blogs_right_inner .blog_single_content p{
  display: block;
}
.blogs_right_inner .blog_readbtn{
  display: none;
}
.blogs_right_inner .blogsingle_date {
    flex-direction: row;
    background-color: #ba0000;
    bottom: 40px;
    left: -20px;
    width: 32px;
    writing-mode: sideways-lr;
    color: #fff;
    padding: 15px 7px 15px 7px;
    gap: 5px;
    border-radius: 30px;
    border-right: unset;
    clip-path: unset;
}
.blogs_right_inner .blogsingle_date b {
    font-size: 14px;
    color: #fff;
    font-weight: 100;
    font-family: 'Poppins-Regular';
}

.blogs_rightsec{
  padding-left: 1.5em;
}

.footer_wrapper {
  float: left;
  width: 100%;
  padding-top: 6em;
  background-size: 100% 100%;
  background-image: url(../images/home/footer_bg.webp);
  position: relative;
  z-index: 3;
}
.footer_content_inner{
  float: left;
  width: 100%;
  padding-top: 3em;
}
.footerfirst_section_inner{
  float: left;
  width: 100%;
  padding-top: 3em;
}
.footerfirst_section {
  float: left;
  width: 100%;
}
.footerfirst_content{
  float: left;
}
.footerfirst_content_inner{
  float: left;
  padding-right: 5em;
}
.footerfirst_content_inner h4{
font-size: 32px;
    line-height: 42px;
  color:  #fff;
  font-weight: 600;
  margin-bottom: 0.5em;
  position: relative;
  display: inline-block;
  font-family: 'Poppins-SemiBold';
}
.footerfirst_content_inner p {
  font-size: 16px;
  line-height: 30px;
  color:  #fff;
  font-weight: 400;
  text-align: left;
}
.footerfirst_content_inner a{
    font-size: 18px;
    line-height: 30px;
    border: 1px solid #cccccc;
    padding: 5px 15px;
    border-radius: 30px;
    color:  #fff;
    font-weight: 400;
    margin: 10px 0;
    display: inline-block;
}
.footerfirst_menu h4,.footerfirst_lastaddress h4 {
  font-size: 26px;
  line-height: 30px;
  color:  #fff;
  font-weight: 600;
  margin-bottom: 1em;
  padding: 0 0px 10px 0;
  position: relative;
  display: inline-block;
  font-family: 'Poppins-SemiBold';
  background-size: 100% 100%;
  border-bottom: 1px solid #cacaca;
}

.footerfirst_menu {
  float: left;
  padding-top: 0em;
}
.footer_menus_inner{
  float: left;
}
.footer_menus_inner ul{
  float: left;
  width: 100%;
}
.footer_menus_inner ul li {
  float: left;
  width: 50%;
  list-style-type: none;
}
.footer_secondmenu_inner ul li a,
ul.other_Links li a,
.footerfirst_menu ul li a,
.footersec_menu ul li a{
  font-size: 14px;
  line-height: 40px;
  color:  #fff;
  font-weight: 400;
  transition: 0.5s;
}
ul.other_Links li a:hover,
.footerfirst_menu ul li a:hover {
  color:  #fff;
  transition: 0.5s;
}
.footer_secondmenu_inner{
  padding-left: 4em;
}
.footer_secondmenu_inner ul{
  float: left;
  width: 100%;
}
.footer_secondmenu_inner ul li{
  display: block;
}


.footerfirst_lastaddress p{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 100;
    position: relative;
    padding-left: 2em;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff2e;
}
.footerfirst_lastaddress p:before {
  content: '\f041';
  position: absolute;
  font-size: 23px;
  top: 0;
  color:  #fff;
  left: 0;
  font-family: 'FontAwesome';
}
a.footer-contactus{
  font-size: 26px;
  line-height: 36px;
  color:  #fff;
  font-weight: 100;
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff2e;
  font-family: 'Poppins-SemiBold';
  transition: 0.5s;
  display: inline-block;
}
a.footer-contactus:before {
  content: '\f095';
  position: absolute;
  font-size: 23px;
  top: 0;
  color:  #fff;
  left: 0;
  font-family: 'FontAwesome';
}
a.footer-mail{
  display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color:  #fff;
    font-weight: 100;
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 20px;
  transition: 0.5s;
}
a.footer-mail:before {
  content: '\f003';
  position: absolute;
  font-size: 23px;
  top: 0;
  color:  #fff;
  left: 0;
  font-family: 'FontAwesome';
}
.footerfirst_lastaddress a:hover {
  color:  #fff;
  transition: 0.5s;
}

.socialmedia_footer span {
    font-size: 18px;
    line-height: 30px;
    color:  #fff;
    font-weight: 400;
    display: inline-block;
    padding-right: 1em;
    
}
.socialmedia_footer ul li {
  list-style-type: none;
  display: inline-block;
}
.socialmedia_footer ul li a {
  font-size: 26px;
  color:  #fff;
  margin: 0px 7px !important;
  transition: 0.5s;
  border: unset;
  padding: 0;
}
.socialmedia_footer ul li a:hover {
    color:  #fff;
    transition: 0.5s;
}
.socialmedia_footer ul li a svg {
  top: -1px;
  width: 26px;
  transition: 0.5s;
  vertical-align: middle;
  fill: #fff;
  position: relative;
}
.socialmedia_footer ul li a svg:hover {
  fill: #fff;
}
.socialmedia_footer{
    padding-left: 0em;
    position: relative;
    padding-top: 30px;
    margin-top: 5em;
}
.socialmedia_footer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-top: 2px solid #ffffff29;
    width: 85%;
}
.socialmedia_footer ul {
    display: inline-block;
    margin-left: 10px;
    text-align: left;
    padding: 3px 0;
    width: 53%;
    border-radius: 30px;
    text-align: center;
    background-color: #0a2d44;
}
.footerfirst_lastmenu {
    position: relative;
    padding-top: 0em;
    padding-left: 2em;
    z-index: 2;
}
.footerfirst_lastaddress {
  margin-bottom: 1em;
}
.footerbottom_section {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin-top: 2em;
  padding: 1em 0;
  border-top: 1px solid #fff;
}
.footer_copyrights p {
  margin: 5px 0 0 0;
  font-size: 18px;
  line-height: 30px;
  color: #ba0000;
  font-weight: 400;
}
.footer_iboostlogo {
  text-align: right;
}

/* inner pages */

.innerpage_banner{
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2em;
}
.innerpage_banner .container{
  position: relative;
}
.innerpage_banner_image{
  float: left;
  width: 100%;
  position: relative;
}
.innerpage_banner_image::before{
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  right: 0;
  width: 46%;
  height: 101%;
  background-image: url(../images/blogdetail/innerbannerbg.webp);
  background-size: 100% 100%;
  z-index: 1;
}
.innerpage_banner_image img{
    object-fit: cover;
    width: 100%;
    height: 570px;
    object-position: center;
}
.innerpage_banner_content{
    position: absolute;
    bottom: 0;
    top: 0em;
    left: -5em;
    height: 100%;
    z-index: 2;
}
.innerpageban_content_inner{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 0em 7em 0em 3em;
    position: relative;
}
.innerbanner_heading{
  font-size: 35px;
  line-height: 45px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-family: 'Poppins-Bold';
  position: relative;
}
.innerbanner_heading::before{
  content: '';
  background-image: url('../images/faq/heading_bg.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 60%;
  height: 8px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.innerpageban_content_inner p{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}




/* commercial cleaning page */
.commercial_first_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
.commercial_first_inner{
  float: left;
  width: 100%;
  position: relative;
    padding-right: 8em;
}
.commercial_first_inner h1,
.commercial_first_inner h2{
font-size: 46px;
line-height: 58px;
color: #0154bc;
font-weight: 700;
}
.commercial_first_inner h3,
.commercial_first_inner h4{
font-size: 34px;
line-height: 38px;
color: #0154bc;
font-weight: 700;
font-family: 'Poppins-SemiBold';
}
.commercial_first_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight:200;
}
.commercial_first_imgblk{
  float: left;
  position: relative;
}
.commercial_first_image{
  position: relative;
  margin-right: 2em;
  margin-bottom: 2em;
}
.commercial_first_image::before{
position: absolute;
    content: '';
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0px;
    height: 100%;
    width: 100%;
    background-image: url(../images/commercial/commercialfirstimg-shape.webp);
    background-size: 100% 100%;
}
.commercial_first_image img{
  height: 700px;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.commercial_first_inner ul li{
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    display: flow-root;
    padding-left: 2em;
    margin-bottom: 5px;
    position: relative;
}
.commercial_first_inner ul li::before{
    content: "\f0a9";
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 20px;
    color: #9d1c20;
}
.commercial_first_inner ul li a,
.commercial_first_inner p a{
  color: #000000;
  border-bottom: 1px solid #000;
}

.commercial_second_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
.commercial_second_block::after{
position: absolute;
    content: '';
    left: 0;
    top: 60px;
    height: 43%;
    width: 100%;
  filter: drop-shadow(293px 0px 41px rgba(1,84,188,0));
  filter: drop-shadow(187px 0px 37.5px rgba(1,84,188,0.01));
  filter: drop-shadow(105px 0px 31.5px rgba(1,84,188,0.05));
  filter: drop-shadow(47px 0px 23.5px rgba(1,84,188,0.09));
  filter: drop-shadow(12px 0px 13px rgba(1,84,188,0.1));
  background-color: #f0f6ff;
  z-index: -3;
}
.commercial_second_inner{
  float: left;
  width: 100%;
  position: relative;
    padding-left: 8em;
}
.commercial_second_inner h1,
.commercial_second_inner h2{
font-size: 40px;
line-height: 50px;
color: #0154bc;
font-weight: 700;
}
.commercial_second_inner h3,
.commercial_second_inner h4{
font-size: 34px;
line-height: 38px;
color: #0154bc;
font-weight: 700;
font-family: 'Poppins-SemiBold';
}
.commercial_second_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight:200;
}
.commercial-secondblk-firstcontent{
  padding: 2em 0 2em 0;
}
.commercial_second_imgblk{
  float: right;
  position: relative;
}
.commercial_second_image::after {
    content: '';
    position: absolute;
    left: -39px;
    top: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 39px;
    height: 36px;
    box-shadow: inset 0px 4px 2px rgba(0, 0, 0, 0.1);
    background-color: #b9d6fab5;
}
.commercial_second_image::before {
content: '';
    position: absolute;
    left: -39px;
    top: 0;
    bottom: -135px;
    margin: auto 0;
    width: 39px;
    height: 36px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    box-shadow: inset 0px 4px 2px rgba(0, 0, 0, 0.1);
    background-color: #b9d6fab5;
}
.commercial_second_image{
  position: relative;
  margin-left: 5em;
  margin-bottom: 2em;
}
.commercial_second_image img{
  height: 700px;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.commercial_second_inner ul li{
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    display: flow-root;
    padding-left: 2em;
    margin-bottom: 5px;
    position: relative;
}
.commercial_second_inner ul li::before{
    content: "\f0a9";
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 20px;
    color: #9d1c20;
}
.commercial_second_inner ul li a,
.commercial_second_inner p a{
  color: #000000;
  border-bottom: 1px solid #000;
}

.commercial_third_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
.commercial_third_block::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -15px;
    height: 46%;
    width: 100%;
    filter: drop-shadow(0px 9px 9px rgba(31,128,255,0.1));
    background-color: #f7f7f7;
    z-index: -3;
}
.commercial_third_inner{
  float: left;
  width: 100%;
  position: relative;
}
.commercial_third_inner h1,
.commercial_third_inner h2{
font-size: 40px;
line-height: 50px;
color: #b72126;
font-weight: 700;
}
.commercial_third_inner h3,
.commercial_third_inner h4{
font-size: 34px;
line-height: 38px;
color: #b72126;
font-weight: 700;
font-family: 'Poppins-SemiBold';
}
.commercial_third_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight:200;
}
.commercial_third_imgblk{
  float: left;
  position: relative;
}
.commercial_third_image{
  position: relative;
  margin-right: 6em;
  margin-bottom: 2em;
}
.commercial_third_image::before{
position: absolute;
    content: '';
    left: -32px;
    right: 0;
    bottom: -70px;
    height: 51%;
    width: 111%;
    background-image: url(../images/commercial/commercialthirdimg-shape.png);
    background-size: 100% 100%;
}
.commercial_third_image img{
    height: 700px;
    width: 100%;
    object-position: center;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 49% 100%, 0 85%);
}
.commercial_third_inner ul li{
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    display: flow-root;
    padding-left: 2em;
    margin-bottom: 5px;
    position: relative;
}
.commercial_third_inner ul li::before{
    content: "\f0a9";
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 20px;
    color: #9d1c20;
}
.commercial_third_inner ul li a,
.commercial_third_inner p a{
  color: #000000;
  border-bottom: 1px solid #000;
}

/* detailpage coupons */

.detailpage_coupons_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.detailpage_coupons_title{
  float: left;
  width: 100%;
  text-align: center;
}
.detailpage_coupons_title h3{
  font-size: 40px;
  line-height: 50px;
  color: #0154bc;
}
.detailpage_coupons_title p{
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
.detailpage_coupons_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.detailpage_coupons_slick{
  float: left;
  width: 100%;
}
.detailpage_coupons_inner .coupon_single_inner b {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 13px;
    font-weight: 600;
  color: #0154bc;
}
.detailpage_coupons_inner .coupon_single_inner{
  padding: 4em 2em 1em 2em;
  background-image: url('../images/commercial/detailpagecouponbg.png');
}
.detailpage_coupons_inner .coupon_offers{
    border-radius: 0 30px 30px 0;
    position: relative;
    height: auto;
    flex-direction: row;
    background-color: #0154bc;
    top: 0px;
    right: 0;
    width: unset;
    margin: 0 -25px;
    padding: 2em 0;
}
.detailpage_coupons_inner .coupon_offers sub{
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  text-transform: lowercase;
    font-family: 'Poppins-Regular';
    left: 0;
}
.detailpage_coupons_inner .coupon_offers span{
  color: #fff;
  font-size: 70px;
}
.detailpage_coupons_inner .coupon_single_inner h3 {
    font-size: 21px;
    line-height: 32px;
    font-family: 'Poppins-SemiBold';
  color: #0154bc;
}
.detailpage_coupons_inner .coupon_single_inner strong{
border-radius: 28px 0;
    background-color: #0154bc;
    border: 1px solid #ffffff;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 15px;
}
.detailpage_coupons_inner a.print-btn {
    display: inline-block;
    border-bottom: unset;
    color: #fff;
    font-size: 14px;
    padding: 4px 13px;
    border-radius: 30px;
    background-color: #0154bc;
    margin-bottom: 15px;
}
.detailpage_coupons_inner .coupons_titlesec {
    border: 2px dashed #0154bc;
    margin: 2em 0;
    padding: 0 10px;
}
.detailpage_coupons_inner .slick-list.draggable {
  padding:2em 0 3em 0;
    filter: drop-shadow(0px 15px 10px rgba(0, 145, 255, 0.14));
}
.detailpage_coupons_inner .slick-slide.slick-current+.slick-active a.print-btn,
.detailpage_coupons_inner .slick-slide.slick-current+.slick-active .coupon_single_inner strong,
.detailpage_coupons_inner .slick-slide.slick-current+.slick-active .coupon_offers{
  background-color: #b72126;
}
.detailpage_coupons_inner .slick-slide.slick-current+.slick-active .coupons_titlesec{
  border: 2px dashed #b72126;
}
.detailpage_coupons_inner .slick-slide.slick-current+.slick-active .coupon_single_inner b,
.detailpage_coupons_inner .slick-slide.slick-current+.slick-active .coupon_single_inner h3{
  color: #b72126;
}

/* detailpage services */
.detilpage_servicesblock{
  float: left;
  width: 100%;
}
.detilpage_services_title{
  float: left;
  width: 100%;
  margin: 2em 0;
  position: relative;
}
a.explore-btn{
position: absolute;
    bottom: 15px;
    right: 0;
    display: inline-block;
    font-size: 20px;
    color: #b72126;
    font-weight: 400;
    padding: 8px 50px 8px 20px;
    border: 1px solid #b72126;
    border-radius: 30px;
}
a.explore-btn::before{
position: absolute;
    content: '';
    right: 15px;
    top: 0;
    bottom: 0;
    height: 15px;
    width: 15px;
    margin: auto 0;
    filter: brightness(0) invert(0);
    background-size: 100% 100%;
    background-image: url(../images/commercial/arrow.webp);
}
.detilpage_services_title h3{
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  color: #0166B1;
}
.detilpage_services_title p{
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  padding-right: 24em;
}
.detilpage_services_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.detilpage_services_slick{
  float: left;
  width: 100%;
}
.detilpage_services_slick .service_single{
  padding: 0 20px;
}
.detilpage_services_slick .service_single_inner{
  float: left;
  width: 100%;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  margin: 0px;
  background-color: #f0f4f8;
}
.detilpage_services_slick .service_single_image img{
  height: 250px;
  border-top-right-radius: 100px;
  filter: drop-shadow(108px 0px 15px rgba(30,173,243,0));
  filter: drop-shadow(69px 0px 14px rgba(30,173,243,0.01));
  filter: drop-shadow(39px 0px 11.5px rgba(30,173,243,0.05));
  filter: drop-shadow(17px 0px 8.5px rgba(30,173,243,0.09));
  filter: drop-shadow(4px 0px 5px rgba(30,173,243,0.1));
  border: unset;
}

.detilpage_services_slick .service_single_content {
    float: left;
    position: relative;
    width: 100%;
    bottom: 0;
    max-width: 100%;
    border-bottom-right-radius: 100px;
    background-color: unset;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.detilpage_services_slick .service_single_content h3 {
    font-size: 21px;
    line-height: 30px;
    color: #000;
    font-family: 'Poppins-SemiBold';
}
.detilpage_services_slick .service_single_content p{
  font-size: 16px;
  line-height: 22px;
  color: #181d2a;
  font-weight: 300;
}
.detilpage_services_slick a.services_readbtn{
  display: inline-block;
  font-size: 15px;
  position: relative;
  padding: 8px 30px 8px 10px;
  background-color: #0166B1;
  color: #fff;
  margin-top: 1em;
  border-radius: 30px;
}
.detilpage_services_slick a.services_readbtn::before{
  position: absolute;
  content: '';
  right: 10px;
  top: 0;
  bottom: 0;
  height: 12px;
  width: 12px;
  margin: auto 0;
  background-size: 100% 100%;
  background-image: url(../images/commercial/arrow.webp);
}
.hme_reviews_slick ul.slick-dots, 
.detilpage_services_slick ul.slick-dots {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.hme_reviews_slick ul.slick-dots li, 
.detilpage_services_slick ul.slick-dots li 
{
  list-style-type: none;
  display: inline-block;
  margin: 0 6px;
  padding: 0;
}
.hme_reviews_slick ul.slick-dots li::before, 
.detilpage_services_slick ul.slick-dots li::before{
  content: unset;
}
.hme_reviews_slick ul.slick-dots li button,
.detilpage_services_slick ul.slick-dots li button 
{
  display: inline-block;
  border: unset;
  font-size: 0;
  width: 12px;
  height: 12px;
  background-color: #cacaca;
  border-radius: 50%;
  transition: 0.5s;
}
.hme_reviews_slick ul.slick-dots li.slick-active button,
.detilpage_services_slick ul.slick-dots li.slick-active button  
{
  font-size: 0;
  transform: scale(1.3);
  background-color: #01539d;
  border-radius: 50%;
  transition: 0.5s;
}
.detilpage_services_slick .slick-list.draggable{
  padding: 4em 0 4em 0;
}
.detilpage_services_slick .slick-active .service_single_inner{
  transform: scale(1.1);
  filter: drop-shadow(4px 0px 15px rgba(30, 172, 243, 0.189));
  background-color: #0154bc;
}
.detilpage_services_slick .slick-active+.slick-active .service_single_inner{
  transform: none;
  margin-left: 15px;
  filter: unset;
  background-color: #f0f4f8;
}
.detilpage_services_slick .slick-slide.slick-current.slick-active .service_single_content h3,
.detilpage_services_slick .slick-slide.slick-current.slick-active .service_single_content p{
  color: #f0f4f8;
}
.detilpage_services_slick .slick-slide.slick-current.slick-active a.services_readbtn{
  color: #0154bc;
  background-color: #fff;
}
.detilpage_services_slick .slick-slide.slick-current.slick-active a.services_readbtn::before{
  filter: brightness(0) invert(0);
}

/* detailpage reviews */

.detailpage_reviews_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
.detailpage_reviews_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.detailpage_reviews_block .home_reviews_title::after{
  content: unset;
}
.detailpage_reviews_inner .review_author {
    order: 1;
    margin-bottom: 15px;
}
.detailpage_reviews_inner .review_single_inner p {
    order: 2;
    height: 150px;
    font-size: 14px;
    line-height: 22px;
}
.detailpage_reviews_inner .review_single_inner a {
    order: 3;
}
.detailpage_reviews_inner .star_rating{
  order: 4;
}
.detailpage_reviews_inner .review_single_inner{
  background-image: url(../images/commercial/detailpg_reviewbg.png);
  padding: 1em 4em 7em 4em;
}
.detailpage_reviews_inner .hme_reviews_slick .slick-slide.slick-current+.slick-active .review_single_inner{
  background-image: url(../images/commercial/detailpg_reviewbg_active.png);
  top: -4em;
filter: 
  drop-shadow(-40px 102px 44px rgba(11, 143, 244, 0.01))
  /* drop-shadow(-22px 57px 37px rgba(11, 143, 244, 0.05))
  drop-shadow(-10px 25px 27px rgba(11, 143, 244, 0.09)) */
  drop-shadow(0px 20.971px 15.5px rgba(33, 191, 253, 0.195));
}
.detailpage_reviews_inner .hme_reviews_slick .slick-list.draggable{
  padding: 5em 0 2em 0;
    filter: drop-shadow(0px 20.971px 18.5px rgba(0, 60, 134, 0.135));
}
.detailpage_reviews_inner .review_author h4 {
    font-size: 18px !important;
}
.detailpage_reviews_inner .star_rating i {
    color: #f1c400;
    margin: 0 4px;
}


/* reviews page */

.revews_page_wrapper{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.revews_page_title{
  float: left;
  width: 100%;
  margin: 2em 0;
  text-align: center;
  position: relative;
}
.revews_page_title h2{
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  color: #0166B1;
}
.revews_page_title::after{
position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 2em;
    width: 70%;
    height: 185%;
    margin: 0 auto;
    background-size: 100% 100%;
    background-image: url(../images/reviews/Reviews.png);
    z-index: -1;
}
.revews_page_hle{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.revews_page_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.revews_page_inner .review_single{
  margin: 3em 0;
}
.revews_page_inner .home_reviews_title::after{
  content: unset;
}
.revews_page_inner .review_author {
    order: 1;
    margin-bottom: 15px;
}
.revews_page_inner .review_single_inner p {
    order: 2;
    height: 110px;
    font-size: 14px;
    line-height: 22px;
}
.revews_page_inner .review_single_inner a {
    order: 3;
}
.revews_page_inner .star_rating{
  order: 4;
}
.revews_page_inner .review_single_inner{
  background-image: url(../images/commercial/detailpg_reviewbg.png);
  padding: 1em 4em 7em 4em;
    filter: drop-shadow(0px 20.971px 18.5px rgba(0, 60, 134, 0.135));
}
.revews_page_inner .review_author h4 {
    font-size: 21px !important;
}
.revews_page_inner .star_rating i {
    color: #f1c400;
    margin: 0 4px;
}

.revews_page_inner .review_single:nth-child(3n+2)  .review_single_inner{
  background-image: url(../images/commercial/detailpg_reviewbg_active.png);
  top: -4em;
filter: 
  drop-shadow(-40px 102px 44px rgba(11, 143, 244, 0.01))
  drop-shadow(0px 20.971px 15.5px rgba(33, 191, 253, 0.195));
}

/* service areas */

/* tooltip */
.gm-style .gm-style-iw-c {
    float: left;
    width: auto;
    border-radius: 0!important;
    background-color: unset!important;
    border: unset!important;
    box-shadow: unset!important;
    outline: unset!important;
    filter: drop-shadow(0.84px 15.794px 15.5px rgba(99, 169, 255, 0.4));
}

.gm-style-iw-d {
    max-width: max-content!important;
    overflow: unset !important;

}

.get_directions_section {
    float: left;
    width: 375px;
    padding: 1em 2em 2em 3em;
    border-radius: 25px;
    background-color: #fff;

}
.gm-style-iw-chr{
  display: none;
}
.get_directions_section h4 {
font-family: 'Poppins-SemiBold';
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    padding: 20px 10px 20px 25px;
    margin-bottom: .5em;
    background-image: url(../images/serviceareas/titlebg.png);
    background-size: 100% 100%;
    width: 97%;
}

.get_directions_section p:nth-child(2) {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
  color: #000;
    font-weight: 400;
    padding-left: 1em
}

.gm-style-iw-d a::before {
    content: "\f095";
    font-family: Fontawesome;
    font-size: 20px;
    line-height: 30px;
    -webkit-background-clip: text;
    position: absolute;
    top: -1px;
    left: -15px
}

.gm-style-iw-d p {
    font-size: 20px;
    line-height: 30px;
 color: #000;
    font-weight: 400;
    padding-left: 1em;
    position: relative;
}

.get_directions_section p:nth-child(4) {
    color: #000;
    font-weight: 400;
    font-size: 20px
}

.get_directions_section p:nth-child(2)::before,.get_directions_section p:nth-child(3)::before,.get_directions_section p:nth-child(4)::before {
    content: '';
    position: absolute;
    background-size: 100% 100%;
    top: 0;
    left: -15px;
    height: 20px;
    width: 20px;
}

.get_directions_section p:nth-child(2)::before {
    background-image: url(../images/serviceareas/phone-icon.png);
}
.get_directions_section p:nth-child(3)::before {
    background-image: url(../images/serviceareas/map-icon.png);
}





.service_area_page_wrapper{
  float: left;
  width: 100%;
  margin-top: 0em;
  margin-bottom: -8em;
}
.servicearea_map_block{
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0em;
}
.servicearea_map_block .mapouter,
.servicearea_map_block .gmap_canvas{
  height:1100px;
}

.servicearea_search{
  float: left;
  width: 100%;
  position: relative;
  margin-top: 2em;
  padding: 0 2em;
}
.servicearea_search h1,
.servicearea_search h2{
  font-size: 32px;
  line-height: 45px;
  text-align: center;
    color: #0166b1;
    font-family: 'Poppins-SemiBold';
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 0.5em;
}
.servicearea_search input{
  font-size: 20px;
  line-height: 30px;
  padding-left: 2em;
  padding-right: 3em;
  height: 70px;
  border-radius: 37px;
  filter: unset;
  box-shadow: unset;
  background-color: #ffffff;
    border: 0.5px solid #bcbcbc9a;
  font-family: 'Poppins-Regular';
}
.servicearea_search button {
    position: absolute;
    top: 70px;
    bottom: 0;
    margin: auto;
    right: 57px;
    height: 30px;
    width: 30px;
    border: unset;
    background-image: url(../images/serviceareas/search-icon.webp);
    background-size: 100% 100%;
    background-color: unset;
}
.location_search input:focus{
  box-shadow: unset;
}


.servicearea_list_block {
    position: absolute;
    right: 3em;
    top: unset;
    bottom: 10em;
    width: 480px;
    z-index: 2;
}
.servicearea_listblk_inner{
height: auto;
    padding: 0em 1em 1em 1em;
    position: relative;
    border-radius: 80px;
    border-bottom-right-radius: 0;
    background-color: #ffffff;
    filter: drop-shadow(-64px 22px 27px rgba(1, 84, 188, 0.01)) drop-shadow(-36px 12px 23px rgba(1, 84, 188, 0.05)) drop-shadow(-16px 5px 17px rgba(1, 84, 188, 0.09)) drop-shadow(-4px 1px 9px rgba(1, 84, 188, 0.1));
}


.servicearea_listblk_inner ul{
  direction: rtl;
  height: 615px;
  overflow-y: scroll;
  margin-top: 2em;
  padding: 0em 15px 0 0px;
}
.servicearea_listblk_inner ul::-webkit-scrollbar {
  width: 4px;
}
.servicearea_listblk_inner ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #cacaca;
}
.servicearea_listblk_inner ul::-webkit-scrollbar-thumb {
  background: #c91923;
  border-radius: 10px;
}
.servicearea_listblk_inner ul li{
    direction: ltr;
    text-align: center;
  list-style-type: none;
  padding-left: 20px;
  transition: 0.5s;
  position: relative;
}
.servicearea_listblk_inner li a{
display: block;
    font-size: 24px;
    color: #0166b1;
    font-weight: 400;
    border: 0.5px solid #bcbcbc9a;
    border-radius: 35px;
    padding: 0.8em 3em 0.8em 3em;
    position: relative;
    transition: 0.5s;
    font-family: 'Poppins-SemiBold';
    width: 100%;
    margin: 20px 0;
    text-align: left;
}
.servicearea_listblk_inner li:hover{
    transition: 0.5s;

}
.servicearea_listblk_inner li a:hover{
    background-color: #0166b1;
    color: #fff;
    transition: 0.5s;
    /* filter: drop-shadow(0px 13px 10.5px #004c911f); */
}

.servicearea_listblk_inner li a::before{
    content: '';
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 33px;
    width: 26px;
    background-image: url(../images/serviceareas/map.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: 0.5s;
}
.servicearea_listblk_inner li a::after{
    content: '';
    position: absolute;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 21px;
    background-image: url(../images/serviceareas/right.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: 0.5s;
    z-index: 1;
}
.servicearea_listblk_inner li a:hover::after{
  filter: brightness(0) invert(1);
    transition: 0.5s;
}

/* tooltip */


/* faqpage */

.faq_page_wrapper{
  float: left;
  width: 100%;
  padding: 2em 0;
  margin: 2em 0;
}
.faq_page_inner{
  float: left;
  width: 100%;
  padding: 2em 0;
  margin: 2em 0;
}
.faq_page_title{
  float: left;
  width: 100%;
  padding-bottom: 10em;
}
.faq_page_title h2{
  font-family: 'Poppins-Regular';
  text-transform: capitalize;
  font-size: 54px;
  line-height: 68px;
  color: #000000;
  font-weight: 400;
}
.faq_page_title p{
  font-size: 16px;
  line-height: 24px;
  color: #5b5f63;
  font-weight: 400;
}
.faq_page_detailsec{
  padding: 1em 2em 2em 2em;
  border-radius: 20px;
  background-color: #0155bc30;
}
.faq_page_detailsec h3{
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0.5em;
  font-family: 'Poppins-SemiBold';
}
.faq_page_detailsec p{
  font-size: 16px;
  line-height: 24px;
  color: #5b5f63;
  font-weight: 400;
  margin: 0.5em 0;
}
a.faq-call{
  display: inline-block;
  background-color: #0155bc;
  border: 1px solid #fff;
  width: 250px;
  color: #fff;
  margin: 0.5em 0;
}
a.faq-call::before{
  filter: brightness(0) invert(1);
}
.faq_page_titleblk {
    padding-right: 5em;
}

.faq_page_contentblk {
    padding-left: 2em;
}
.faq_page_contentblk .faq_question_box .set a::after{
  content: unset;
}
.faq_page_contentblk .faq_question_box .set a::before {
    content: '\f107';
    padding: 0 7px;
    border-radius: 30px;
    background-color: #f4f9ff;
}
.faq_page_contentblk .faq_question_box .set a{
  font-size: 18px;
  color: #191c1d;
}
.faq_page_contentblk .faq_question_box .set{
  border-radius: 36px;
  background-color: #ffffff;
  border: 1px solid #e8bdb6;
  width: 100%;
  margin-bottom: 1em;
  padding: 0;
}
.faq_page_contentblk .faq_question_box .set.active{
  background-image: unset;
  border-radius: 36px;
  background-color: #ffffff;
  border: 1px solid #9e0000;
  width: 100%;
  margin-bottom: 1em;
    filter: drop-shadow(0px 15px 10px rgba(0, 145, 255, 0.14));
}

/* blogdetail page */
.blogdetail_page_wrapper{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.blogdetail_page_inner{
  float: left;
  width: 100%;
  margin: 2em 0 0 0;
  padding: 2em 0 0 0;
  position: relative;
}

.blogdetail_date {
font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    border-bottom: unset;
    padding: 7px 20px;
    display: inline-block;
    background-color: #a40000;
    border-radius: 5px;
    margin-bottom: 1em;
    position: absolute;
    right: -11em;
    top: -3em;
}
.blogdetail_imageblk{
  float: left;
  position: relative;
}
.blogdetail_imageblk::after{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 70%;
  height: 105%;
  z-index: -2;
  background-image: url(../images/blogdetail/blogdet_imgbg.webp);
  background-size: 100% 100%;
}
.blogdetail_image{
  float: right;
  width: 600px;
  margin: -2em 4em 2em 0em;
  position: relative;
}
.blogdetail_image::after{
position: absolute;
    content: '';
    right: -20px;
    top: -7px;
    bottom: 0;
    height: 102%;
    width: 100%;
    z-index: -1;
    border: 2px solid #0054bb7e;
    border-radius: 260px;
}
.blogdetail_image img{
  height: 600px;
  width: 600px;
  object-fit: cover;
  object-position: center;
  border-radius: 260px;
  filter: drop-shadow(0px 192px 77px rgba(26, 136, 255, 0.01)) drop-shadow(0px 108px 65px rgba(26, 136, 255, 0.05)) drop-shadow(0px 48px 48px rgba(26, 136, 255, 0.09)) drop-shadow(0px 12px 26px rgba(26, 136, 255, 0.1));
}
.blogdetail_page_wrapper h2{
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 50px;
  color: #0154bc;
  font-weight: 700;
}
.blogdetail_page_wrapper h4,
.blogdetail_page_wrapper h3{
  color: #0154bc;
  font-size: 32px;
  line-height: 42px;
  font-family: 'Poppins-SemiBold';
}
.blogdetail_page_wrapper p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.blogdetail_page_wrapper ol{
  padding: 0;
}
.blogdetail_page_wrapper ol li a,
.blogdetail_page_wrapper ul li a,
.blogdetail_page_wrapper p a{
  color: #000000;
  border-bottom: 1px solid #000;
}
.blogdetail_page_wrapper ol li,
.blogdetail_page_wrapper ul li{
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    display: flow-root;
    padding-left: 2em;
    margin-bottom: 5px;
    position: relative;
}
.blogdetail_page_wrapper ol li::before,
.blogdetail_page_wrapper ul li::before{
content: "";
    position: absolute;
    top: 6px;
    left: 0;
    height: 17px;
    width: 23px;
    background-image: url(../images/blogdetail/listicon.png);
    background-size: 100% 100%;
}
.blogdetail_social_media{
  float: left;
  width: 100%;
  margin-top: 2em;
}
.blogdetail_social_links{
  float: left;
  width: 100%;
  text-align:center;
  padding: 1.5em 0 0;
  position: relative;
}
.blogdetail_social_links::after{
    position: absolute;
    content: '';
    left: 0px;
    right: 0;
    bottom: 40px;
    height: 6%;
    width: 100%;
    background-image: url(../images/blogdetail/blogdet_bloder_line.webp);
    background-size: 100% 100%;
    z-index: -2;
}
.blogdetail_social_links ul {
  display: inline-block;
  border-radius: 25px;
  padding: 10px;
}
.blogdetail_social_links ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
}
.blogdetail_social_links ul li::before {
  content: unset !important;
}
.blogdetail_social_links ul li a {
color: #b72126;
  font-size: 26px;
  line-height: 25px;
  transition: 0.5s;
  vertical-align: middle;
  border-bottom: unset;
}
.blogdetail_social_links ul li a svg:hover,
.blogdetail_social_links ul li a:hover{
color: #b72126;
  fill: #b72126;
  transition: 0.5s;
}
.blogdetail_social_links ul li a svg {
  width: 26px;
  fill: #b72126;
  transition: 0.5s;
}
.blogdetail_social_links span{
  font-size: 20px;
  line-height: 30px;
  color: #b72126;
  font-weight: 500;
  display: block;
}
.blogdetail_page_wrapper .home_reviews_title h3{
    color: #a91f24;
    font-size: 40px;
}

.blogdetail_coupons_block{
  float: right;
}
.blogdetail_coupons_block .detailpage_coupons_inner {
    float: right;
    width: 90%;
    margin: 2em 0;
    border-radius: 24px;
    filter: drop-shadow(0px 273px 38px rgba(32, 128, 254, 0));
    filter: drop-shadow(0px 175px 35px rgba(32, 128, 254, 0.01));
    filter: drop-shadow(0px 98px 29.5px rgba(32, 128, 254, 0.05));
    filter: drop-shadow(0px 44px 22px rgba(32, 128, 254, 0.09));
    filter: drop-shadow(0px 11px 12px rgba(32, 128, 254, 0.1));
    background-color: #ffffff;
    padding: 2em 2em;
}
.blogdetail_coupons_title{
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.blogdetail_coupons_title h3{
  font-size: 36px;
  letter-spacing: 1px;
  color: #b72126;
  font-weight: 700;
}
.blogdetail_coupons_slick{
  float: left;
  width: 100%;
}
.blogdetail_coupons_slick .slick-list.draggable{
  padding: 0;
}
.blogdetail_coupons_slick .coupon_single{
  top: 0; 
}
.blogdetail_coupons_slick .coupon_single_inner{
  margin: 25px;
}
.blogdetail_coupons_slick .coupon_single_inner p {
    font-size: 14px !important;
    line-height: 20px !important;
}

.blogdetail_coupons_slick ul.slick-dots {
	position: absolute;
	width: 30px;
    right: -28px;
	bottom: 10%
}
.blogdetail_coupons_slick ul.slick-dots li::before{
  content: unset;
}
.blogdetail_coupons_slick ul.slick-dots li {
	list-style-type: none
}
.blogdetail_coupons_slick ul.slick-dots li.slick-active button {
	width: 5px;
	height: 180px;
	background-color: #b72126;
	border-radius: 50px;
	padding: 2px
}
.blogdetail_coupons_slick ul.slick-dots li button {
	border: unset;
	font-size: 0;
	width: 4px;
	height: 130px;
	background-color: #cacaca;
	border-radius: 0;
	padding: 2px;
    margin: -3px 0;
}

/* blogdetail blogs */

.blogdetail_blogs .blog_single_content h4{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.5px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.blogdetail_blogs .blog_single_content p{
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow:hidden;
}
.blogdetail_blogs .blog_readbtn {
    font-size: 14px;
    color: #000;
}
.blogdetail_blogs .blog_single_content {
    width: 70%;
    float: left;
    position: relative;
    padding: 0.5em 1em 1em 1em;
}
.blogdetail_blogs .blogsingle_date {
    color: #fff;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    font-size: 9px;
    line-height: 14px;
    bottom: unset;
    left: -70px;
    top: 10px;
    width: 60px;
    text-align: center;
    background-color: unset;
    padding: 5px 15px 8px 13px;
    gap: 5px;
    border-right: 0;
    clip-path: unset;
    background-size: 100% 100%;
    background-image: url(../images/blogdetail/blogdatebg.png);
}
.blogdetail_blogs .blogsingle_date b {
    font-size: 26px;
    color: #fff;
}

.blogdetail_blogs .hme_blogs_title h3{
  color: #b72126;
}
.blogdetail_blogs .blogs_right_inner .blog_single_image img{
  border-radius: 30px;
  height: 590px;
}
.blogdetail_blogs .blogs_right_inner .blog_single_content {
  pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: unset;
    border-radius: 30px;
    filter: drop-shadow(5.333px 9.621px 11px rgba(1, 83, 157, 0.2));
    background-image: linear-gradient(180deg, rgba(1, 84, 188, 0) 0%, rgba(1, 84, 188, 0.9999999999999999) 100%);
}
.blogdetail_blogs .blogs_right_inner .blogsingle_date {
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    bottom: unset;
    left: unset;
    right: 25px;
    top: 25px;
    width: 65px;
    text-align: center;
    background-color: unset;
    padding: 5px 15px 10px 15px;
    writing-mode: unset;
    border-radius: 0px;
    background-size: 100% 100%;
    background-image: url(../images/blogdetail/blogdatebg-active.png);
}
.blogdetail_blogs .blogs_right_inner .blog_single_content p,
.blogdetail_blogs .blogs_right_inner .blog_single_content h4{
  color: #fff;
}
.blogdetail_blogs .blogs_right_inner .blog_readbtn{
  display: inline-block;
  color: #fff;
}
.blogdetail_blogs .blog_readbtn::before{
  content: unset;
}

/* blog page */

.blog_page_wrapper{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.blog_first_block{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.blog_first_block .hme_blogs_title h2{
  color: #b72126;
  text-align: center;
  font-size: 40px;
}
.blog_second_block{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.blog_second_block .blog_single{
  margin: 2em 0;
}
.blog_second_block .blog_single_inner{
  flex-direction: column;
  margin: 0 30px;
  width: unset;
box-shadow: 0px 169px 67px rgba(26, 141, 249, 0.01), 0px 95px 57px rgba(26, 141, 249, 0.05), 0px 42px 42px rgba(26, 141, 249, 0.09), 0px 11px 23px rgba(26, 141, 249, 0.1);
}
.blog_second_block .blog_single_content,
.blog_second_block .blog_single_image{
  width: 100%;
}
.blog_second_block .blog_single_image img {
  height: 230px;
}
.blog_second_block .blogdetail_blogs .blogsingle_date {
  left: unset;
    top: -23em;
    right: 18px;
}

/* servicedetail page */

.servicedet_firstblk{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
  position: relative;
}
.servicedet_firstblk::before{
position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    top: 54px;
    height: 8%;
    width: 53%;
    background-image: url(../images/servicedetail/firsttitlebg.webp);
    background-size: 100% 100%;
    z-index: -2;
}
.servicedet_first_inner{
  float: left;
  width: 100%;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
}
.servicedet_first_inner h2,
.servicedet_first_inner h1{
  font-size: 46px;
  line-height: 56px;
color: #0154bc;
  font-weight: 900;
}
.servicedet_first_inner h3,
.servicedet_first_inner h4{
  font-size: 36px;
  line-height: 46px;
color: #0154bc;
}
.servicedet_first_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
.servicedet_first_inner p a{
  color: #000;
  border-bottom: 1px solid #000;
}
.servicedet_first_imageblk{
  float: left;
  position: relative;
}
.servicedet_first_image{
    position: relative;
    margin-right: 5em;
    margin-bottom: 4em;
}
/* .servicedet_first_image::before{
position: absolute;
    content: '';
    left: -70px;
    right: 0;
    bottom: 0;
    top: -68px;
    height: 121%;
    width: 123%;
    background-image: url(../images/servicedetail/servicedet_firstimg_shape.webp);
    background-size: 100% 100%;
    z-index: -2;
} */
 .servicedet_first_image::after{
    content: '';
    position: absolute;
    left: -20px;
    top: 30px;
    right: 0px;
    bottom: 0;
    height: 99%;
    width: 99%;
    background-color: #0053bb;
    z-index: -1;
}
.servicedet_first_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 545px;
  box-shadow: 0 30px 30px rgb(50 161 245 / 21%);
}
.servicedet_first_inner ul li{
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    display: flow-root;
    padding-left: 2em;
    margin-bottom: 5px;
    position: relative;
}
.servicedet_first_inner ul li::before{
    content: "\f18e";
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 21px;
    color: #9d1c20;
}
a.servicedet_call span{
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}
a.servicedet_call {
    position: absolute;
    bottom: 8em;
    right: 5em;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
a.servicedet_call::before{
  position: absolute;
  content: '';
  left: -30px;
  bottom: 8px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-image: url(../images/servicedetail/phone.webp);
}

.servicedet_secondblk{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.servicedet_second_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.servicedet_second_inner h2{
  font-size: 40px;
  line-height: 50px;
  color: #9d1c20;
  font-weight: 900;
}
.servicedet_second_inner h3,
.servicedet_second_inner h4{
  font-size: 34px;
  line-height: 42px;
  color: #9d1c20;
}
.servicedet_second_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
.servicedet_second_inner p a{
  color: #000;
  border-bottom: 1px solid #000;
}
.servicedet_second_imageblk{
  float: right;
}
.servicedet_second_image{
    position: relative;
    margin-left: 5em;
    margin-bottom: 2em;
}
.servicedet_second_image::before{
position: absolute;
    content: '';
    left: -35px;
    right: 0;
    bottom: 0;
    top: 0px;
    height: 600px;
    border-radius: 210px;
    width: 113%;
    background-color: #0154bc;
    z-index: -1;
    box-shadow:
    0 25px 50px rgba(15,95,255,.08),
    0 20px 20px rgba(15,95,255,.06);
}
.servicedet_second_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 600px;
  border-radius: 210px;
}
.servicedet_second_inner ul,
.servicedet_second_inner ol{
  padding: 0;
}
.servicedet_second_inner ol li,
.servicedet_second_inner ul li {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  display: flow-root;
  padding-left: 2em;
  margin-bottom: 10px;
  position: relative;
}
.servicedet_second_inner ul li::before {
content: "\f18e";
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 21px;
    color: #0154bc;
}
.servicedet_second_inner ol li::before{
  content: "";
  position: absolute;
    top: 8px;
    left: 0px;
    height: 17px;
    width: 17px;
  background-image: url('../images/servicedetail/servicdet_list_icon2.webp');
  background-size: 100% 100%;
}


.servicedet_thirdblk{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.servicedet_third_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
}
.servicedet_third_inner h2,
.servicedet_third_inner h1{
    font-size: 36px;
    line-height: 46px;
  font-weight: 400;
color: #0154bc;
}
.servicedet_third_inner h3,
.servicedet_third_inner h4{
  font-size: 30px;
  line-height: 40px;
  color: #9d1c20;
}
.servicedet_third_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
.servicedet_third_inner p a{
  color: #000;
  border-bottom: 1px solid #000;
}
.servicedet_third_imageblk{
  position: relative;
}
.servicedet_third_image{
    position: relative;
    margin-right: 2em;
    margin-bottom: 0em;
}
.servicedet_third_image::before{
  position: absolute;
  content: '';
  left: -1px;
  right: 0;
  bottom: 0;
  top: -1px;
  height: 101%;
  width: 101%;
  background-image: url('../images/servicedetail/servicedet_third_imgshape.webp');
  background-size: 100% 100%;
}
.servicedet_third_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 700px;
}
.servicedet_third_inner ul li{
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    display: flow-root;
    padding-left: 2em;
    margin-bottom: 5px;
    position: relative;
}
.servicedet_third_inner ul li::before{
    content: "\f05d";
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 22px;
    color: #114a90;
}

/* services page */

.services_page_wrapper{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.services_page_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}

.services_odd_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  position: relative;
}
.services_odd_block::after{
position: absolute;
    content: '';
    top: 13em;
    bottom: 0;
    right: 0;
    height: 75%;
    width: 70%;
    background-size: 100% 100%;
    background-image: url(../images/services/oddblkbg.webp);
    z-index: -2;
}
.services_oddblk_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.services_odd_imageblk{
  float: left;
  position: relative;
  z-index: -4;
}
.services_odd_image{
    margin-right: 0em;
    position: relative;
    z-index: -3;
    width: 106%;
}
.services_odd_image::after{
    position: absolute;
    content: '';
    top: -1px;
    left: -1px;
    bottom: 0;
    right: 0;
    height: 101%;
    width: 101%;
    background-size: 100% 100%;
    background-image: url('../images/services/service-oddimg-shape.webp');
}
.services_odd_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 600px;
}
.services_oddblk_inner h3,
.services_oddblk_inner h2{
    display: flow-root;
    text-align: right;
    position: relative;
    font-size: 36px;
    line-height: 48px;
    padding: 1em 0;
    color: #23527c;
    background-image: url(../images/services/titlebg.png);
    background-size: 100% 100%;
    margin-bottom: 1em;
}

.services_oddblk_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  text-align: right;
}


.services_even_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.services_evenblk_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.services_even_imageblk{
  float: right;
  position: relative;
}
.services_even_image{
  position: relative;
  margin-left: 2em;
}
.services_even_image::after{
    position: absolute;
    content: '';
    top: -1px;
    left: -1px;
    bottom: 0;
    right: 0;
    height: 101%;
    width: 101%;
    background-size: 100% 100%;
    background-image: url('../images/services/service-evenimg-shape.webp');
}
.services_even_image::before{
position: absolute;
    content: '';
    top: 10px;
    left: 0px;
    height: 94%;
    width: 27%;
    background-size: 100% 100%;
    background-image: url(../images/services/front-shape.png);
    z-index: 1;
}
.services_even_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 600px;
}
.services_evenblk_inner h3,
.services_evenblk_inner h2{
    display: flow-root;
    text-align: left;
    position: relative;
    font-size: 36px;
    line-height: 48px;
    padding: 1em 0;
    color: #23527c;
    background-image: url(../images/services/titlebg.png);
    background-size: 100% 100%;
}
.services_evenblk_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

/* coupons page */

.coupons_page_wrapper{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.coupons_page_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.coupons_page_inner .coupon_single{
  margin: 3em 0;
}

.coupons_page_inner .coupon_single_inner{
  display: flex;
  flex-direction: column;
  padding: 2em 2em 0em 2em;
  background-image: unset;
  filter: drop-shadow(0px 15px 34px rgba(20, 134, 255, 0.226));
  order: 1;
    margin: 0 25px;
  border-radius: 15px;
  /* background-color: #fff0f0; */
  background-color: #f0f6ff;
}
.coupons_page_inner .coupon_single_inner b {
position: absolute;
    top: 0px;
    right: 0px;
    left: 0;
    padding: 7px 0;
    border-radius: 0px 0px 30px 30px;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    order: 1;
    background-color: #0154bc;
    width: 55%;
}
.coupons_page_inner .coupons_titlesec {
    border: 2px dashed #cacaca83;
    margin: 3em 0 2em;
    padding: 0 10px;
    order: 2;
}
.coupons_page_inner .coupon_offers sub{
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  text-transform: lowercase;
    font-family: 'Poppins-Regular';
    left: 0;
}
.coupons_page_inner .coupon_offers span{
  color: #fff;
  font-size: 70px;
}
.coupons_page_inner .coupon_single_inner h3 {
    top: -13px;
    position: relative;
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Poppins-SemiBold';
    color: #0154bc;
    background-color: #f0f6ff;
    display: inline-block;
    padding: 0 15px;
    min-height: auto;
}
.coupons_page_inner .coupon_single_inner strong{
border-radius: 28px 0;
    background-color: #0154bc;
    border: 1px solid #ffffff;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 15px;
    font-weight: 200;
    font-size: 24px;
    order: 3;
}
.coupons_page_inner .coupon_single_inner p{
  order: 4;
    font-size: 14px;
    line-height: 18px;
}
.coupons_page_inner .coupon_offers{
    border-radius: 0;
    position: relative;
    height: auto;
    flex-direction: row;
    background-color: unset;
    top: 0px;
    right: 0;
    width: unset;
    margin: 0;
    padding: 5em 0 1em 0;
    order: 5;
    filter: unset;
}
.coupons_page_inner .coupon_single_inner::after{
    position: absolute;
    content: '';
    left: -20px;
    right: 0;
    bottom: -15px;
    width: 110%;
    height: 43%;
    background-image: url(../images/coupons/couponborder.png);
    background-size: 100% 100%;
    z-index: -1;
}
.coupons_page_inner .coupon_offers::after{
position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -43px;
    width: 75%;
    height: 130%;
    border-radius: 200px 200px 0 0;
    background-color: #0154bc;
    z-index: -1;
    margin: 0 auto;
}
.coupons_page_inner a.print-btn {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 4px 13px;
    border-radius: 30px;
    background-color:unset;
    margin-top: 15px;
    order: 6;
}


.coupons_page_inner .coupon_single:nth-child(3n+2) .coupon_single_inner{
  background-color: #fff0f0;
    filter: drop-shadow(0px 25px 25px rgba(255, 92, 97, 0.255));
}
.coupons_page_inner .coupon_single:nth-child(3n+2) .coupon_single_inner::after{
    background-image: url(../images/coupons/couponborder-active.png);
}
.coupons_page_inner .coupon_single:nth-child(3n+2) .coupon_offers::after,
.coupons_page_inner .coupon_single:nth-child(3n+2) .coupon_single_inner b,
.coupons_page_inner .coupon_single:nth-child(3n+2) .coupon_single_inner strong{
    background-color: #b72126;
}
.coupons_page_inner .coupon_single:nth-child(3n+2) .coupon_single_inner h3{
  background-color: #fff0f0;
  color: #b72126;
}

/* draincleaning */

.draincleaning_first_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
.draincleaning_first_inner{
  float: left;
  width: 100%;
  position: relative;
}
.draincleaning_first_inner strong{
  font-size: 18px;
  line-height: 30px;
  text-align: right;
  color: #fff;
  padding: 1em 2.5em 1em 6em;
  display: inline-block;
  background-image: url(../images/draincleaning/yearsofexpbg.png);
  background-size: 100% 100%;
  position: relative;
  filter: drop-shadow(4px 15px 30px rgba(245, 0, 0, 0.201));
}
.draincleaning_first_inner strong span{
  position: absolute;
    left: 15px;
    top: -5px;
  background-color: #0154bc;
  height: 80px;
  width: 80px;
  font-size: 30px;
  line-height: 24px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff;
  color: #fff;
}
.draincleaning_first_inner strong span b{
  font-size: 10px;
  line-height: 11px;
  color: #fff;
  font-weight: 100;
}
.draincleaning_first_inner h1,
.draincleaning_first_inner h2{
font-size: 40px;
line-height: 50px;
color: #0154bc;
font-weight: 700;
}
.draincleaning_first_inner h3,
.draincleaning_first_inner h4{
font-size: 34px;
line-height: 38px;
color: #0154bc;
font-weight: 700;
}
.draincleaning_first_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight:200;
}
.draincleaning_first_imgblk{
  float: left;
  position: relative;
}
.draincleaning_first_image{
  position: relative;
  margin-right: 1em;
  margin-bottom: 2em;
}
.draincleaning_first_image::before{
position: absolute;
    content: '';
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0px;
    height: 101%;
    width: 101%;
    background-image: url(../images/draincleaning/firstimg_shape.webp);
    background-size: 100% 100%;
}
.draincleaning_first_image img{
  height: 800px;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.draincleaning_first_inner ul li{
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    display: flow-root;
    padding-left: 2em;
    margin-bottom: 5px;
    position: relative;
}
.draincleaning_first_inner ul li::before{
    content: "\f0a9";
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 20px;
    color: #9d1c20;
}
.draincleaning_first_inner ul li a,
.draincleaning_first_inner p a{
  color: #000000;
  border-bottom: 1px solid #000;
}

.firstblk_single{
  margin-top: 2em;
}
.firstblk_single_inner{
  position: relative;
  background-image: url(../images/draincleaning/firstblksinglebg.png);
  background-size: 100% 100%;
  padding: 3em 1em 1em 1em;
  margin-right: 15px;
}
.firstblk_single_inner::before{
    content: "";
    position: absolute;
    top: 17px;
    left: 12px;
    height: 25px;
    width: 25px;
    background-image: url(../images/draincleaning/Vector1.png);
    background-size: 100% 100%;
}
.firstblk_single_inner h4{
  font-size: 21px;
  line-height: 30px;
  color: #fff;
}
.firstblk_single_inner p{
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.firstblk_single:nth-child(2) .firstblk_single_inner{
  background-image: url(../images/draincleaning/firstblksinglebg2.png);
  margin: 0;
}
.firstblk_single:nth-child(2) .firstblk_single_inner h4,
.firstblk_single:nth-child(2) .firstblk_single_inner p{
  color: #000000;
}
.firstblk_single:nth-child(2) .firstblk_single_inner::before{
    background-image: url(../images/draincleaning/Vector2.png);
}

.draincleaning_second_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
.draincleaning_second_inner{
  float: left;
  width: 100%;
  position: relative;
}
.draincleaning_second_inner h1,
.draincleaning_second_inner h2{
font-size: 40px;
line-height: 50px;
color: #0154bc;
font-weight: 700;
}
.draincleaning_second_inner h3,
.draincleaning_second_inner h4{
font-size: 34px;
line-height: 38px;
color: #0154bc;
font-weight: 700;
}
.draincleaning_second_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight:200;
}
.draincleaning_second_imgblk{
  float: right;
  position: relative;
}
.draincleaning_second_image{
  position: relative;
  margin-left: 7em;
  margin-bottom: 4em;
  text-align: right;
}
.draincleaning_second_image::before{
position: absolute;
    content: '';
    left: -40px;
    right: 0;
    top: -35px;
    bottom: 0px;
    height: 115%;
    width: 90%;
    background-image: url(../images/draincleaning/circleshape.webp);
    background-size: 100% 100%;
}
.draincleaning_second_image img{
  object-position: center;
  object-fit: cover;
  border-radius: 350px;
  width: 520px;
  height: 520px;
    box-shadow: 0 25px 50px rgba(15, 95, 255, .08), 0 20px 20px rgba(15, 95, 255, .06);
}
.draincleaning_second_inner ul li{
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    display: flow-root;
    padding-left: 2em;
    margin-bottom: 5px;
    position: relative;
}
.draincleaning_second_inner ul li::before{
    content: "\f0a9";
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 20px;
    color: #9d1c20;
}
.draincleaning_second_inner ul li a,
.draincleaning_second_inner p a{
  color: #000000;
  border-bottom: 1px solid #000;
}

.draincleaning_third_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
  background-image: url(../images/draincleaning/thirdblkbg.png);
  background-size: 100% 100%;
}
.draincleaning_third_inner{
  float: left;
  width: 100%;
  position: relative;
}
.draincleaning_third_inner h1,
.draincleaning_third_inner h2{
font-size: 40px;
line-height: 50px;
color: #fff;
font-weight: 700;
}
.draincleaning_third_inner h3,
.draincleaning_third_inner h4{
font-size: 34px;
line-height: 38px;
color: #fff;
font-weight: 700;
}
.draincleaning_third_inner p{
  font-size: 18px;
  line-height: 30px;
color: #fff;
  font-weight:200;
}
.draincleaning_third_inner p a{
color: #fff;
}
.draincleaning_third_imgblk{
  float: right;
  position: relative;
}
.draincleaning_third_image{
  position: relative;
  margin-left: 3em;
  margin-bottom: 2em;
  text-align: right;
}
/* .draincleaning_third_image::before{
position: absolute;
    content: '';
    left: -40px;
    right: 0;
    top: -35px;
    bottom: 0px;
    height: 115%;
    width: 90%;
    background-image: url(../images/draincleaning/circleshape.webp);
    background-size: 100% 100%;
} */
.draincleaning_third_image img{
  object-position: center;
  object-fit: cover;
  height: 630px;
  width: 100%;
  height: 517px;
  border-radius: 25px;
}
.draincleaning_third_listblk{
  float: left;
  margin: 2em 0;
}
.draincleaning_third_listsingle{
    padding: 10px 10px 10px 3em;
    background: #F8F9FF;
    border-radius: 8px;
    margin: 5px 5px;
    width: 48%;
    position: relative;
}
.draincleaning_third_listsingle::before{
    content: "\f043";
    position: absolute;
    top: 8px;
    left: 12px;
    font-family: FontAwesome;
    font-size: 20px;
    color: #0F1C2D;
}
.draincleaning_third_listsingle span{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  color: #0F1C2D;
}
.draincleaning_third_listsingle:last-child{
  width: 100%;
}
.draincleaning_third_listsingle:nth-child(2):before{
    content: "\f01e";
}
.draincleaning_third_listsingle:nth-child(3):before{
    content: "\f06a";
}
.draincleaning_third_listsingle:nth-child(4):before{
    content: "\f028";
}
.draincleaning_third_listsingle:nth-child(5):before{
    content: "\f103";
}

.draincleaning_last_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
.draincleaning_last_block::after{
position: absolute;
    content: '';
    right: 0;
    top: 10px;
    height: 50%;
    width: 52%;
    z-index: -3;
    border-radius: 80px 0 0 80px;
    background-color: #f2f8ff;
}
.draincleaning_last_inner{
  float: left;
  width: 100%;
  position: relative;
}
.draincleaning_last_inner h1,
.draincleaning_last_inner h2{
  font-size: 40px;
  line-height: 50px;
  color: #0154bc;
  font-weight: 700;
}
.draincleaning_last_inner h3,
.draincleaning_last_inner h4{
  font-size: 32px;
  line-height: 38px;
  color: #b72126;
  font-weight: 700;
}
.draincleaning_last_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight:200;
}
.draincleaning_last_imgblk{
  float: left;
  position: relative;
}
.draincleaning_last_image{
  position: relative;
  margin-right: 5em;
  margin-bottom: 3em;
}
.draincleaning_last_image::before{
    position: absolute;
    content: '';
    right: -15px;
    /* top: 0px; */
    bottom: -15px;
    height: 100%;
    width: 100%;
    background: #B72126;
    border-radius: 100px 0px;
    z-index: -2;
}
.draincleaning_last_image::after{
    position: absolute;
    content: '';
    left: -15px;
    /* top: 0px; */
    top: -15px;
    height: 100%;
    width: 100%;
    border:2px solid #B72126;
    border-radius: 100px 0px;
    z-index: -2;
}
.draincleaning_last_image img{
  object-position: center;
  object-fit: cover;
  height: 600px;
  width: 100%;
  border-radius: 100px 0px;
}


.draincleaning_reviews_block{
  margin-top: 0;
  padding-top: 0;
}
.draincleaning_reviews_block .review_single_inner{
  background-image: url(../images/draincleaning/drainclean_reviewbg.png);
  padding: 1em 4em 10em 4em;
}
.draincleaning_reviews_block .hme_reviews_slick .slick-slide.slick-current+.slick-active .review_single_inner{
  background-image: url(../images/draincleaning/drainclean_reviewbg-active.png);
}
.draincleaning_reviews_block .hme_reviews_slick .slick-slide.slick-current+.slick-active .review_author h4,
.draincleaning_reviews_block .hme_reviews_slick .slick-slide.slick-current+.slick-active .review_author span,
.draincleaning_reviews_block .hme_reviews_slick .slick-slide.slick-current+.slick-active .review_single_inner p{
  color: #fff;
}

.draincleaning_faqblk{
  position: relative;
}
.draincleaning_faqblk::after{
position: absolute;
    content: '';
    right: 0;
    top: 8em;
    bottom: 0;
    margin: auto 0;
    width: 25%;
    height: 64%;
    background: #0154BC;
    border-radius: 24px 0 0px 24px;
    z-index: -3;
}
.draincleaning_faqblk .faqhme_image{
  float: right;
}
.draincleaning_faqblk .faqhme_title{
  text-align: center;
}
.draincleaning_faqblk .faqhme_title h3{
  padding: 0;
  text-align: center;
  color: #9d1c20;
  font-size: 36px;
}
.draincleaning_faqblk .faqhme_title p{
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
.draincleaning_faqblk .faqhme_image_inner::before,
.draincleaning_faqblk .faqhme_image_inner::after{
  content: unset;
}
.draincleaning_faqblk .faqhme_image_inner {
    margin-top: 6em;
    width: 100%;
}
.draincleaning_faqblk .faqhme_image_inner img{
  border: 9px solid #FFFFFF;
  box-shadow:  0px 65px 65px rgba(32, 117, 254, 0), 0px 16px 36px rgba(32, 117, 254, 0.1);
  border-radius: 24px;
  height: 550px;
}
.draincleaning_faqblk .faq_question_box .set.active{
  border: 1px solid rgba(158, 0, 0, 0.2);
  box-shadow: -22px 28px 14px rgba(0, 0, 0, 0.01), -12px 16px 12px rgba(0, 0, 0, 0.05), -5px 7px 9px rgba(0, 0, 0, 0.09), -1px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.draincleaning_faqblk .faq_question_box .set{
  border-radius: 10px;
  border: 1px solid #f1f1f1;
}

/* job application */

.employment_form_page_wrapper{
    float: left;
    width: 100%;
}
.employment_form_page_hle {
    max-width: 50%;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 6em;
}
.employment_form_page_inner form {
    float: left;
    border-radius: 30px 150px;
    filter: drop-shadow(0px 63px 31px rgba(0, 145, 255, 0.01)) drop-shadow(0px 20px 14px rgba(0, 145, 255, 0.05)) drop-shadow(0px 14px 7px rgba(0, 145, 255, 0.09)) drop-shadow(0px 5px 11px rgba(0, 145, 255, 0.1));
    background-color: #eff6fe;
    border: 1px solid #ededed;
    padding: 4em 3em 3em;
    width: 100%;
    margin-bottom: 6em;
}
.employment_form_page_inner .form-group input {
    height: 60px;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-bottom: 1em;
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0 unset!important;
}
.employment_form_page_inner .contact_info_blk:first-child,.form-group input {
    padding-left: 25px;
}
.employment_form_page_inner .form-group input,.form-group.text-area textarea {
    border-top: unset;
    width: 100%;
    outline: 0!important;
    border-radius: 0;
    border-top-right-radius: 30px!important;
    border-bottom-left-radius: 30px!important;
}
.employment_form_page_inner .form-group textarea,.employment_form_page_inner .resume {
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0 unset!important;
    outline: 0!important;
    margin-bottom: 1em;
}
.employment_form_page_inner .form-group textarea {
    height: 100px;
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    resize: unset;
    border-radius: 0;
    border-top-right-radius: 30px!important;
    border-bottom-left-radius: 30px!important;
    border: 1px solid #ccc;
}
.employment_form_page_inner .resume {
    background-color: unset;
    border-radius: 0;
}
.employment_form_page_inner .select-field select {
    height: 60px;
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    color: #000000b0!important;
    outline: 0!important;
    margin-bottom: 1em;
    border-radius: 0;
    border-top-right-radius: 30px!important;
    border-bottom-left-radius: 30px!important;
    padding-left: 20px;
    border: 1px solid #ccc;
}
.employment_form_page_inner .input_group {
    padding-right: 1em;
}
.employment_form_page_inner .submit-btn button {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    border-top-right-radius: 30px!important;
    border-bottom-left-radius: 30px!important;
    width: 50%;
    filter: drop-shadow(0px 22px 10px rgba(0, 0, 0, .31));
    background-color: #114a90;
    padding: .5em;
    border: 2px solid #fff;
}
.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;
}

.mobile_bottom,
.mobile_banner{
  display: none;
}

/* accessibility, sitemap, privacy policy, tearms and conditions page */

.cms_page_content h2,
.cms_page_content h1{
  font-size: 40px;
    color: #114a90;
  font-weight: 500;
}
.cms_page_content h3,
.cms_page_content h2{
  font-size: 35px;
    color: #114a90;
  font-weight: 500;
}
.cms_page_content p{
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
}
/* sitemap page */
.sitemap-data h2,

.sitemap-data h1{

  font-size: 40px;

    color: #114a90;

  font-weight: 500;

}

.cms_page_content p a,

.sitemap-data p a{

  border-bottom: 1px solid #005c9d;

  color: #5c5c5c;

}

.cms_page_content ul li a,

.sitemap-data ul li a{

  border-bottom: 1px solid #005c9d;

  color: #5c5c5c;

}

.cms_page_content ul li,

.sitemap-data ul li{

    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    display: flow-root;
    padding-left: 2em;
    margin-bottom: 10px;
    position: relative;
}

.cms_page_content ul li::before,
.sitemap-data ul li::before{
  content: "\f192";
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  font-size: 18px;
  color: #114a90;
}

/* aboutus page */

.aboutus_first_inner .first_content p a{
    color: #000;
    border-bottom: 1px solid #000;
}
.aboutus_first_content p a{
    color: #fff;
    border-bottom: 1px solid #fff;
}

.aboutus_first_blk{
    float: left;
    width: 100%;
    margin: 2em 0;
    padding: 2em 0;
    position: relative;
}
.aboutus_first_blk::after{
content: '';
    background: #0154BC;
    border-radius: 100px 0px 0px 0px;
    width: 53%;
    height: 57%;
    position: absolute;
    z-index: 1;
    bottom: 1.5em;
    right: 0;
}
.aboutus_first_blk::before{
    content: '';
    background: #fff;
    box-shadow: -23px 113px 46px rgba(36, 109, 255, 0.01), -13px 64px 39px rgba(36, 109, 255, 0.05), -6px 28px 29px rgba(36, 109, 255, 0.09), -1px 7px 16px rgba(36, 109, 255, 0.1);
    width: 53%;
    height: 10%;
    position: absolute;
    z-index: 1;
    bottom: 10em;
    right: 0;
}
.aboutus_first_inner{
    float: left;
}
.aboutus_first_imgblk{
    float: left;
}
.aboutus_first_img::before{
    content: '';
    background-image: url('../images/aboutus/first_img_bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.aboutus_first_img{
    position: relative;
    margin-right: 2em;
}
.aboutus_first_img img{
    height: 740px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.aboutus_first_imgblk span {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 15px 19px 15px 20px;
    top: 0;
    right: 3em;
    position: absolute;
    background: #0154BC;
    border-bottom: 4px solid #FFFFFF;
    box-shadow: 4px 34px 14px rgba(0, 0, 0, 0.01), 2px 19px 12px rgba(0, 0, 0, 0.05), 1px 9px 9px rgba(0, 0, 0, 0.09), 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.aboutus_first_imgblk span strong {
    display: block;
    text-align: left;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
}
.aboutus_first_inner h2{
    font-size: 38px;
    line-height: 48px;
    color: #0154BC;
    font-weight: 700;
}
.aboutus_first_inner p{
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
}
.aboutus_first_content{
    float: right;
    position: relative;
    z-index: 2;
}
.aboutus_first_content h3{
    font-size: 35px;
    line-height: 45px;
    color: #FFFFFF;
    font-weight: 600;
}
.aboutus_first_content p{
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 400;
}
.aboutus_first_single{
    float: left;
    width: 50%;
}
.aboutus_first_single strong{
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
}
.aboutus_first_single ul{
    position: relative;
}
.aboutus_first_single ul li{
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 400;
    position: relative;
    list-style: none;
    padding-left: 1.5em;
    margin: 10px 0;
}
.aboutus_first_single ul li::after {
    content: '';
    background-image: url(../images/aboutus/check_line.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 0px;
}
.aboutus_first_content2{
    float: right;
    width: 50%;
    position: relative;
    z-index: 2;
    padding: 1em 0;
}
.aboutus_first_content2 p{
    font-size: 16px;
    line-height: 24px;
    color: #0154BC;
    font-weight: 400;
}
.aboutus_first_content2 p span{
    font-size: 17px;
    line-height: 24px;
    color: #0154BC;
    font-weight: 600;
}
.aboutus_first_content2 a{
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.00390625em;
    color: #114A90;
    position: absolute;
    top: 8px;
    right: 2em;
    padding: 10px 20px 25px 50px;
}
.aboutus_first_content2 a::after{
    content: '';
    background-image: url('../images/aboutus/location_bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}
.aboutus_second_blk{
    float: left;
    width: 100%;
    margin: 2em 0;
    padding: 2em 0;
}
.aboutus_second_inner{
    float: left;
}
.aboutus_second_imgblk{
    float: right;
    position: relative;
}
.aboutus_second_img{
    position: relative;
    margin-left: 2em;
}
.aboutus_second_img::after{
    content: '';
    background: #B72126;
    border-radius: 200px 0px 0px 200px;
    filter: drop-shadow(0px 152px 61px rgba(255, 26, 26, 0.01)) drop-shadow(0px 85px 51px rgba(255, 26, 26, 0.05)) drop-shadow(0px 38px 38px rgba(255, 26, 26, 0.09)) drop-shadow(0px 9px 21px rgba(255, 26, 26, 0.1));
    width: 97%;
    height: 108%;
    position: absolute;
    z-index: -1;
    top: -25px;
    right: 0;
}
.aboutus_second_img img{
    height: 660px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 200px 0px 0px 200px;
}
.aboutus_second_imgblk span {
    position: absolute;
    top: -25px;
    left: 55px;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
    background-color: #b72126;
    border-bottom: 4px solid #FFFFFF;
    padding: 8px 1.5em 8px 20px;
}
.aboutus_second_imgblk span strong {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.5;
    display: block;
}
.aboutus_second_inner h3{
    font-size: 40px;
    line-height: 50px;
    color: #B72126;
    font-weight: 700;
}
.aboutus_second_inner p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.aboutus_second_inner ul li a,
.aboutus_second_inner p a{
    color: #000;
    border-bottom: 1px solid #000;
}
.aboutus_second_inner ul{
    position: relative;
}
.aboutus_second_inner ul li{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    padding-left: 1.5em;
    position: relative;
    list-style: none;
}
.aboutus_second_inner ul li::before{
    content: '';
    background-image: url('../images/aboutus/icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 8px;
    left: 2px;
}
.aboutus_service_blk{
    float: left;
    width: 100%;
    margin: 2em 0;
    padding: 2em 0;
}
.aboutus_service_inner{
    float: left;
    position: relative;
    padding: 3em 0 2em;
}
.aboutus_service_inner::after{
    content: '';
    background-image: url('../images/aboutus/service_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -1.5em;
}
.aboutus_service_first_blk{
    float: left;
}
.aboutus_service_left{
    float: left;
    width: 30%;
    text-align: center;
}
.aboutus_service_left h3{
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    color: #0154BC;
}
.aboutus_service_left p{
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #5B5F63;
}
.aboutus_third_inner ul li a,
.aboutus_third_inner p a{
    color: #000;
    border-bottom: 1px solid #000;
}
.aboutus_service_left a{
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
    background: linear-gradient(270deg, #A00000 200%, #BA0000 100%), #BA0000;
    border-radius: 0 15px;
    padding: 13px 10px 13px 40px;
    display: inline-block;
    margin-top: 1em;
    position: relative;
}
.aboutus_service_left a::before{
    content: '';
    background-image: url('../images/aboutus/call_icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -0.5em;
    left: 0;
}
.aboutus_service_single{
    float: left;
}
.aboutus_service_single_inner{
    position: relative;
    border: 1px solid rgba(232, 189, 182, 0.3);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 1.5em 2em 1.5em 2em;
    margin: 0 1em;
}
.aboutus_service_single_content{
min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.aboutus_service_single_img{
    position: relative;
}
.aboutus_service_single_img::after{
    content: '';
    background: rgba(158, 0, 0, 0.05);
    border-radius: 8px;
    width: 55px;
    height: 55px;
    position: absolute;
    z-index: -1;
    top: -6px;
    left: -6px;
}
.aboutus_service_single_img img{
    height: 40px;
    width: 100%;
    object-fit: contain;
    object-position: left;
}
.aboutus_service_single_content h4{
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    color: #191C1D;
}
.aboutus_service_single_content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #5B5F63;
}
.abtus_readmore{
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #9E0000;
    position: relative;
}
.abtus_readmore::before{
    content: '';
    background-image: url('../images/location/Container.png');
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -2em;
    top: 4px;
}
.aboutus_service_slic .slick-list.draggable{
    padding: 4em 0 2em;
}
.aboutus_service_single_inner span{
    padding: 4px 12px;
    background: #9E0000;
    border-radius: 0px 8px 0px 8px;
    font-weight: 700;
    font-size: 10px;
    position: absolute;
    line-height: 15px;
    color: #FFFFFF;
    top: 0;
    right: 0;   
    opacity: 0;
    transition: 0.5s;
}
.aboutus_service_single.slick-active+.slick-active .aboutus_service_single_inner span{
    opacity: 1;
    transition: 0.5s;
}
.aboutus_service_single.slick-active+.slick-active+.slick-active .aboutus_service_single_inner span{
    opacity: 0;
    transition: 0.5s;
}
.aboutus_service_single.slick-active+.slick-active .aboutus_service_single_inner{
    border: 1px solid rgba(158, 0, 0, 0.2);
}
.aboutus_service_single.slick-active+.slick-active+.slick-active .aboutus_service_single_inner{
    border: 1px solid rgba(232, 189, 182, 0.3);
}
.aboutus_third_blk{
    float: left;
    width: 100%;
    margin: 2em 0;
    padding: 2em 0;
    position: relative;
}
.aboutus_third_blk::before{
    content: '';
    background: #0154BC;
    border-radius: 0 60% 60% 0;
    width: 18%;
    height: 65%;
    position: absolute;
    top: 0;
    left: 0;
}
.aboutus_third_blk::after{
content: '';
    background: #F3F8FF;
    border-radius: 0px;
    width: 100%;
    height: 98%;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
}
.aboutus_third_inner{
    float: left;
}
.aboutus_third_imgblk{
    float: left;
    margin-right: 2em;
}
.aboutus_third_img{
    position: relative;
    margin-right: 2em;
    width: 100%;
}
.aboutus_third_img img{
    height: 550px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    border: 10px solid #FFFFFF;
    box-shadow: 0px 182px 73px rgba(0, 170, 255, 0.01), 0px 102px 61px rgba(0, 170, 255, 0.05), 0px 45px 45px rgba(0, 170, 255, 0.09), 0px 11px 25px rgba(0, 170, 255, 0.1);
}
.aboutus_third_inner h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #B72126;
}
.aboutus_third_inner p{
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    color: #000000;
}
.aboutus_third_content{
    float: left;
    position: relative;
}
.aboutus_third_content h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #0154BC;
}
.aboutus_third_content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.abtus_why_choose{
    float: left;
    width: 100%;
    margin: 2em 0;
    padding: 2em 0;
    position: relative;
}
.abtus_why_choose::after{
    content: '';
    background-color: #0154BC;
    width: 100%;
    height: 95%;
    position: absolute;
    z-index: -2;
    top: 0em;
    left: 0;
}
.abtus_why_choose_inner{
    float: left;
    position: relative;
}
.abtus_why_choose_inner::after{
    content: '';
    background-image: url('../images/aboutus/content-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;   
    box-shadow: -50px 198px 82px rgba(0, 0, 0, 0.01), -28px 111px 69px rgba(0, 0, 0, 0.05), -13px 49px 51px rgba(0, 0, 0, 0.09), -3px 12px 28px rgba(0, 0, 0, 0.1);
    width: 50%;
    height: 110%;
    position: absolute;
    z-index: -1;
    top: -4em;
    left: -2em;
}
.abtus_why_choose_imgblk{
    float: right;
    text-align: center;
}
.abtus_why_choose_img{
    position: relative;
    margin-bottom: 1.5em;
}
.abtus_why_choose_img img{
    height: 605px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border: 8px solid #FFFFFF;
    border-radius: 44px;
}
.abtus_why_choose_inner h3{
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    color: #0154BC;
    margin-top: -0.5em;
}
.abtus_why_choose_inner p{
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #43474F;
}
.abtus_why_choose_imgblk p{
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}
.abtus_why_choose_content{
    float: left;
    padding: 0 10em 0 0;
    position: relative;
}
.abtus_why_choose_content::after{
    content: '';
    background-color: #E6E6E6;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: -1;
    top: -14.9em;
    right: 0;
}
.abtus_why_choose_single{
    float: left;
    border-left: 4px solid #115CB9;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin: 1em 0;
}
.abtus_why_choose_single_inner{
    position: relative;
}
.abtus_why_choose_single_img{
    position: absolute;
    top: 1.5em;
    left: 1em;
}
.abtus_why_choose_single_img img{
    height: 30px;
    width: 30px;
    object-fit: contain;
    object-position: center;
}
.abtus_why_choose_single_content{
    float: left;
    width: 100%;
    padding: 0 0 0 4em;
}
.abtus_why_choose_single_content h4{
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
}
.abtus_why_choose_single_content p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #43474F;
}
.abtus_why_link{
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.abtus_why_link::before{
    content: '';
    background-image: url('../images/aboutus/arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 80px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 12.5em;
}
.abtus_why_link span{
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #0166B1;
    display: inline-block;
}
.abtus_why_link a{
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #0154BC;
    margin: 0px 0 0 4.75em;
    position: relative;
    padding: 10px 20px 10px 70px;
    z-index: 2;

}
.abtus_why_link a::before{
    content: '';
    background-image: url('../images/aboutus/call_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}



/* location page */
.location_wrapper{
  float: left;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0 0 2em 0;
}
.location_inner{
  float: left;
  margin: 2em 0 0;
}
.location_map_blk{
  float: left;
}
.location_map_blk .mapouter,
.location_map_blk .gmap_canvas{
    height: 686px;
    box-shadow:0 10px 50px rgba(50, 161, 245, 0.209);
}
.location_title{
    float: left;
    text-align: center;
    margin: 3em 0;
}
.location_title h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #0154BC;
    margin: 0;
}
.location_button{
  float: left;
  margin: 2em 0;
}
.location_button_inner{
  float: left;
  width: 100%;
  position: relative;
}
.location_button_inner input{
  width: 75%;
  height: 75px;
  background: #FFFFFF;
  border: 1px solid #C6C6C6;
  border-radius: 21px;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.2);
}
.location_button_inner button{
  font-size: 0;
  border: unset;
  background-color: unset;
}
.location_button_inner button::before{
  content: '';
  background-image: url('../images/location/button.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 300px;
  height: 65px;
  position: absolute;
  top: 7px;
  right: 0;
}
.location_slic{
  float: left;
  width: 100%;
}
.location_single{
  float: left;
  padding: 0 1em;
}
.location_single_inner{
    float: left;
    width: 100%;
    background-color: #F1F5F9;
    padding: 1em 2em;
    border-radius: 64px 0px;
}
.location_single_inner::after{
    content: '';
    background: #0154BC;
    border-radius: 74px 0px;
    width: 90%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 15px;
    left: 30px;
}
.location_single_inner h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #0154BC;
  position: relative;
}
.location_single_inner h3::before{
  content: '';
  background-image: url('../images/location/heading_icon.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  right: 0.5em;
}
.location_single_inner ul{
  position: relative;
  float: left;
  width: 100%;
  margin: 1.5em 0;
}
.location_single_inner ul li{
  list-style: none;
  width: 100%;
  padding-left: 2.5em;
  position: relative;
}
.location_single_inner ul li p{
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #111C2C;
}
.location_single_inner ul li p::after{
  content: '';
  background-image: url('../images/location/location.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 17px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 1.5em;
}
.location_single_inner ul li a{
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #111C2C;
}
.location_single_inner ul li a::after{
  content: '';
  background-image: url('../images/location/call.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 17px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 1.5em;
}
.location_review{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding:15px 15px 10px 3.5em;
  position: relative;
  background: #F8FAFC;
  border: 1px solid #F1F5F9;
  border-radius: 12px;
}
.location_review::after{
  content: '';
  background-image: url('../images/location/edit.png');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 22px;
  width: 22px;
  position: absolute;
    top: 15px;
    right: 15px;
}
.location_review::before{
  content: '';
  background-image: url('../images/location/google.webp');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 12px;
  left: 10px;
}
.star_review {
  display: flex;
}
.star_review i{
  font-size: 13px;
  color: #ffc720;
  margin: 0 2px;
}
.location_review span{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #0154BC;
}
.view_detail{
  display: block;
  margin: 1em 0 0;
  text-align: center;
  padding: 16px 24px;
  background: #9D1C20;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  position: relative;
}
.view_detail::before{
  content: '';
  background-image: url('../images/location/arrow.png');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 15px;
  position: absolute;
  top: 1.25em;
  left: 7.5em;
  right: 0;
  margin: 0 auto;
}

.location_slic .slick-list.draggable{
  padding: 4em 0;
  filter: drop-shadow(0px 58px 23px rgba(68, 73, 80, 0.01)) drop-shadow(0px 33px 20px rgba(68, 73, 80, 0.05)) drop-shadow(0px 15px 15px rgba(68, 73, 80, 0.09)) drop-shadow(0px 4px 8px rgba(68, 73, 80, 0.1));
}
.location_last_blk{
  float: left;
  width: 100%;
  margin: 4em 0 2em;
  padding: 2em 0 2em;
  position: relative;
}
.location_last_inner{
  float: none;
  width: 100%;
  max-width: 75%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.location_last_blk::after{
  content: '';
    background: #0154BC;
    border-radius: 48px 48px 0px 48px;
  width: 80%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.location_last_left{
  float: left;
  width: 55%;
}
.location_last_left h3{
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
}
.location_last_left p{
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #CBD5E1;
}
.location_last_right{
  float: right;
  width: 45%;
  display: flex;
  gap: 1em;
}
.contact{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A9080F;
  padding: 10px 20px 10px 60px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.contact::after{
    content: '';
    background-image: url('../images/location/call_bg.png');
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.map_expand{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #114A90;
  padding: 10px 16px 25px 60px;
  position: relative;
  z-index: 1;
}
.map_expand::after{
    content: '';
    background-image: url('../images/location/readmore_bg.png');
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

/* contactus page */
.contactus_header{
    filter: drop-shadow(-0.907px 12.968px 9.5px rgba(0, 66, 126, 0.35));
}
.contactus_banner{
    float: left;
    width: 100%;
    margin: 0 0 2em;
    padding: 0 0 2em;
    position: relative;
}
.contactus_banner::after{
    content: '';
    background-image: url('../images/contactus/contact_us_bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 125%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.contactus_ban_inner{
    float: left;
}
.contactus_ban_right{
    float: left;
}
.contactus_ban_right_inner{
    position: relative;
    text-align: center;
    padding: 0 20em 0 38em;
}
.contactus_ban_right_inner .ban_review_rating{
    position: absolute;
    top: 5em;
    left: 0;
    width: 19%;
}
.contactus_ban_right_inner .ban_review_left ul li a{
    background-color: #fff;
    border: 1px solid #B72126;
    color: #B72126;
}
.contactus_ban_right_inner .ban_review_right .score{
    color: #ffffff;
}
.contactus_ban_right_inner .ban_review_rating::before{
    border: 1px solid #0A2D44;
    width: 100%;
}
.contactus_ban_right_inner h1{
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #0154BC;
}
.contactus_ban_right_inner p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #585A5E;
}
.contact_us_call{
    font-size: 29px;
    line-height: 39px;
    color: #FFFFFF;
    font-family: 'Poppins-Regular';
    background: #B72126;
    border: 1px solid #FFFFFF;
    padding: 0.5em 1em 0.5em 2.5em;
    border-radius: 35px;
    display: inline-block;
    transition: 0.5s;
    filter: drop-shadow(7px 46px 19px rgba(240, 0, 0, 0.01)) drop-shadow(4px 26px 16px rgba(240, 0, 0, 0.05)) drop-shadow(2px 11px 12px rgba(240, 0, 0, 0.09)) drop-shadow(0px 3px 6px rgba(240, 0, 0, 0.1));
}
.contact_us_call::after{
    content: '';
    background: #B72126;
    border-radius: 35px;
    border: 1px solid #FFFFFF;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    box-shadow: 0px 9px 10px rgba(0, 61, 134, 0.2);
    width: 70%;
    height: 25px;
    position: absolute;
    z-index: -1;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.contact_us_call::before {
    content: '';
    background-image: url(../images/contactus/phone.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 23px;
    left: 35px;
}
.contactus_wrapper{
    float: left;
    width: 100%;
    margin: 2em 0;
    padding: 2em 0;
}
.contactus_inner{
    float: left;
}
.contactus_title{
    float: left;
    text-align: center;
}
.contactus_title h1,
.contactus_title h2,
.contactus_title h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #9D1C20;
}
.contactus_title p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    padding: 0 15em;
}
.contactus_detail_blk{
    float: left;
    margin: 2em 0;
}
.contactus_single{
    float: left;
    position: relative;
}
.contactus_single_inner{
    position: relative;
    margin: 0 1em;
    text-align: center;
    padding: 7em 2em;
}
.contactus_single_inner::before{
    content: '';
    background-image: url('../images/contactus/phone.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 4.5em;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.contactus_single_inner::after{
    content: '';
    background-image: url('../images/contactus/bg1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
}
.contactus_single:nth-child(2) .contactus_single_inner::after{
    background-image: url('../images/contactus/bg2.png');
}
.contactus_single:nth-child(2) .contactus_single_inner::before{
    background-image: url('../images/contactus/mail.png');
}
.contactus_single:nth-child(3) .contactus_single_inner::after{
    background-image: url('../images/contactus/bg3.png');
}
.contactus_single:nth-child(3) .contactus_single_inner::before{
    background-image: url('../images/contactus/map.png');
}

.contactus_single_inner h4{
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
    font-family: 'Poppins-Regular';
    margin: 0 0 0.5em;
}
.contactus_single_inner a,
.contactus_single_inner p{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: 'Poppins-Bold';
    display: flex;
    margin: 15px 0 15px;
    align-items: center;
    justify-content: center;
    min-height: 65px;
}
.contactus_content{
    float: left;
    margin: 3em 0;
    position: relative;
    z-index: 1;
}
.contactus_imgblk{
    float: right;
}
.contactus_img{
    position: relative;
    margin-left: 3em;
}
.contactus_img img{
    height: 800px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    box-shadow: 0px 312px 125px rgba(36, 120, 255, 0.01), 0px 176px 105px rgba(36, 120, 255, 0.05), 0px 78px 78px rgba(36, 120, 255, 0.09), 0px 20px 43px rgba(36, 120, 255, 0.1);
    border-radius: 16px;
}
.contactus_form_block{
  float: left;
  position: relative;
  z-index: 2;
  padding: 0 2em 0 0;
}
.contactus_form_inner{
  float: left;
  padding: 2em 2em 1em 2em;
  position: relative;
}
.contactus_form_inner::after{
    content: '';
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 312px 125px rgba(36, 120, 255, 0.01), 0px 176px 105px rgba(36, 120, 255, 0.05), 0px 78px 78px rgba(36, 120, 255, 0.09), 0px 20px 43px rgba(36, 120, 255, 0.1);
    border-radius: 8px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.contactus_form_inner h4{
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #001430;
}
.formcover_contact{
  float: left;
  width: 100%;
}
.formcover_contact input.form-control,
.formcover_contact select {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6B7280;
    background: #F3F3F3;
    border-radius: 29px;
    opacity: 0.6;
    box-shadow: unset;
    position: relative;
    font-family: 'Poppins-Regular';
    padding-left: 20px;
    height: 55px;
    background: #F3F3F3;
    border-radius: 12px;
  margin-bottom: 10px;
}
.formcover_contact input::placeholder {
    color: #000000;
}
.form-group.servicesch,
.form-group.email_add{
    width: 46%;
    margin-left: 20px;
}
.form-group.servicesch select {
    width: 100%;
    color: #000000;
}
.form-group.servicesch select:focus{
    outline: unset;
    border: 1px solid #dfdfdf;
}
.form-group.servicesch select option {
    color: #000;
}
.form-group label {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 10px;
    font-family: 'Poppins-Regular';
}
.address {
    float: left;
    width: 100%;
}
.address textarea {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #000000;
    opacity: 0.6;
    resize: unset;
    height: 130px;
    color: #000000;
    border-radius: 15px;
    background: #F3F3F3;
    border-radius: 12px;
    font-family: 'Poppins-Regular';
}
.address textarea:focus{
    box-shadow: unset;
    border: unset;
    outline: unset;
}
.address textarea::placeholder {
    color: #000000;
}
.formcover_contact p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    display: block;
    float: left;
    padding-top: 16px;
    font-family: 'Poppins-Regular';
}
.formcover_contact p a{
    color: #821418; 
}
.formcover_contact input[type="checkbox"] {
    margin-right: 10px;
    width: 15px;
    height: 16px;
}
.captcha_box {
    float: left;
    width: 100%;
}
.captcha_box .g-recaptcha {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
}
.contactsubmit_btn {
    text-align: center;
    padding: 1em 0;
    float: left;
    width: 100%;
}
.contactsubmit_btn button {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    width: 100%;
    padding: 14px 14px;
    margin: 0 auto;
    border-radius: 50px;
    position: relative;
    text-transform: uppercase;
    border-radius: 17px 35px;
    font-family: 'Poppins-SemiBold';
    filter: drop-shadow(6.573px 12.361px 11px rgba(4,29,54,0.12));
    background: #0154BC;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
}
.contact_map{
    float: left;
    margin: -8em 0 -11em;
    position: relative;
    z-index: 0;
}
.contact_map .mapouter,
.contact_map .gmap_canvas{
    height: 912px;
}


/* responsive */

@media only screen and (min-width:1400px) {
.header_wrapper::before {
    width: 24%;
}
.home_first_block::after {
  height: 35%;
  width: 37%;
}


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

}

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

}

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

}

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


}
@media only screen and (min-width:1920px) {
.header_wrapper::before {
    width: 33.5%;
}
.header-nav nav>ul>li>a {
    padding: 7px 7px 7px;
}
.header-nav nav>ul {
    left: 25px;
}

.home_first_block::after {
    height: 36%;
    width: 41%;
}
.home_second_block::before {
    width: 38%;
}

.servicearea_list_block {
    right: 18em;
}

.contactus_ban_right_inner .ban_review_rating {
    top: 8em;
    left: -7em;
}
.commercial_first_image img {
    height: 800px;
}
.commercial_first_inner {
    padding-right: 18em;
}
.commercial_second_inner {
    padding-left: 18em;
}

.aboutus_third_blk::before {
    width: 35%;
}

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

.header_wrapper::before {
  width: 35%;
  background-image: unset;
  background-color: #fff;
  clip-path: polygon(0 0, 91% 0%, 100% 100%, 0% 100%);
}
.home_second_block::before {
  width: 39%;
}
.bannerhme_image::after {
  width: 47%;
}

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

.container {
  padding: 0px 15px;
}
.header-nav nav>ul>li>a {
    padding: 7px 5px 7px;
    font-size: 14px;
}
.bannerhme_content {
    left: 1em;
}
.header_dayoffers p {
    font-size: 14px;
    line-height: 24px;
    width: 33%;
}
.header_top_firstsec p::before,
.header_top_secondsec p::before{
  content: unset;
}
a.header_shedule {
    font-size: 17px;
}

.home_first_block::after {
    width: 32%;
}
.home_first_image::after {
  left: 0;
    width: 104%;
}
.home_second_image::after {
    width: 95%;
    height: 65%;
    right: -15px;
}
.home_reviews_block .container {
    max-width: 100%;
    padding: 0 15px;
}
a.footer-mail {
    font-size: 18px;
}

/* inner page */
    .servicedet_first_image img {
        height: 500px;
    }

    .servicedet_first_image {
        position: relative;
        margin-right: 1em;
        margin-bottom: 2em;
    }

    .servicedet_first_image::before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        top: -59px;
        height: 120%;
        width: 100%;
        z-index: -2;
    }

    .servicedet_first_inner h2,
    .servicedet_first_inner h1 {
        font-size: 40px;
    }

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

    .servicedet_first_inner {
        padding: 0;
        margin: 0;
    }

    .detilpage_services_title {
        margin: 0;
    }

    .detilpage_services_title h3 {
        font-size: 40px;
        margin-top: 0;
    }

    .servicedet_second_image img {
        height: 550px;
        padding: 10px;
        background-color: #0154bc;
        filter: drop-shadow(0px 145px 58px rgba(15, 95, 255, 0.01)) drop-shadow(0px 82px 49px rgba(15, 95, 255, 0.05)) drop-shadow(0px 36px 36px rgba(15, 95, 255, 0.09)) drop-shadow(0px 9px 20px rgba(15, 95, 255, 0.1));
    }

    .servicedet_second_image::before {
        content: unset;
    }

    .detailpage_reviews_block,
    .detailpage_coupons_block,
    .faq_page_inner {
        margin: 0;
        padding: 0;
    }

    .home_reviews_title {
        margin: 0;
    }

    .home_reviews_title h3 {
        padding: 0;
        letter-spacing: 0px;
    }

    .servicedet_third_image::before {
        left: 0;
    }

    .servicedet_third_image img {
        height: 600px;
    }

    .faq_page_title h2 {
        font-size: 49px;
        line-height: 58px;
    }

    .blogdetail_image img {
        height: 550px;
    }

    .blogdetail_image {
        margin: -2em 2em 2em 0em;
    }

    .blogdetail_page_wrapper,
    .hme_blogs,
    .commercial_first_block {
        padding: 0;
        margin: 0;
    }

    .hme_blogs_title {
        margin-bottom: 0;
    }

    .commercial_first_image img {
        height: 600px;
    }

    .commercial_second_image img {
        height: 600px;
    }

    .commercial_second_image::before {
        content: unset;
    }

    .commercial_third_image img {
        height: 600px;
    }

    .commercial_third_block::after {
        height: 40%;
    }

    .coupons_page_wrapper {
        padding: 0;
        margin: 0;
    }

    .coupons_page_inner {
        margin: 0;
    }

/* draincleaing page */
.draincleaning_faqblk .faqhme_image_inner{
  width: unset;
}
.draincleaning_last_image {
    margin-right: 3em;
    margin-left: 2em;
}
.draincleaning_second_image::before {
    left: -40px;
    top: -25px;
    height: 109%;
    width: 90%;
}
/* service areas */
.servicearea_listblk_inner li a {
    display: block;
    font-size: 20px;
}
.servicearea_list_block {
    right: 2em;
    width: 380px;
}
.servicearea_listblk_inner li a::before {
    left: 15px;
    height: 24px;
    width: 20px;
}
.servicearea_listblk_inner li a::after {
    right: 10px;
    height: 14px;
    width: 18px;
}
.servicearea_search input {
    font-size: 16px;
    line-height: 24px;
    padding-left: 1em;
    padding-right: 3em;
    height: 50px;
}

/* innerpage banner */
.innerpage_banner_content {
    left: 0em;
}
.ban_review_rating {
    width: 73%;
}

	/* aboutus page */
    .aboutus_first_blk::before{
        bottom: 3em;
    }
    .aboutus_first_blk::after{
        bottom: 7.5em;
    }
    .abtus_why_choose_inner h3 {
        font-size: 33px;
        line-height: 43px;
    }
    .abtus_why_choose_content {
        padding: 0px 6em 0 0;
    }

}

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

/* home page */
.header_firstright::after {
    background-image: linear-gradient(90deg, #0166b1 0%, #1099ff 100%);
}
.header_firsttop_inner,
.header_offersec{
  display: none;
}
.header_contdetail {
    float: left;
    width: 100%;
    padding-left: 0em;
    align-items: center;
    justify-content: center;
}
.header_dayoffers span {
    font-size: 28px;
    line-height: 36px;
}
.header_dayoffers sub,
.header_dayoffers strong {
    font-size: 16px;
    left: 0;
    bottom: 0;
    border-bottom: 0;
    padding: 0;
}
.header_dayoffers p {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  margin: 0;
  border: 0;
}
.header_dayoffers {
  position: relative;
  padding: 0.7em 0 0 0;
  padding-left: 3em;
}
.header_menusec {
    padding: 0;
}
.header_logo_inner img {
  height: 110px;
  width: 100%;
  transform: none;
}
.header-nav nav>ul>li>a {
  padding: 7px 3px 7px;
  font-size: 12px;
}
.header_wrapper::after{
  content: unset;
}
.header_logo_inner img {
    height: 75px;
    width: 100%;
    transform: none;
}
a.floating-btn {
    right: 0;
    bottom: -32px;
    border-radius: 0 0 15px 15px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
}
.bannerhme_content_inner h1, .bannerhme_content_inner h2 {
    font-size: 30px;
    line-height: 40px;
}
a.banner-Schedule {
    padding: 7px 0px 20px 0px;
    font-size: 14px;
    line-height: 20px;
    width: 240px;
}
a.banner-Call {
    padding: 5px 0px 15px 20px;
    font-size: 16px;
    line-height: 28px;
    width: 170px;
}
.home_first_inner h1, .home_first_inner h2{
  font-size: 30px;
  line-height: 40px;
}
.home_first_image {
    margin-right: 3em;
    margin-bottom: 2em;
}
.home_first_image img {
    height: 500px;
}
.home_first_inner{
  margin-bottom: 0;
  padding-bottom: 0;
}
.home_serviceslist_single h3 {
    font-size: 16px;
    line-height: 28px;
}
.home_serviceslist_single {
    padding: 1em 3em 1em 1em;
}
.service_single_image img {
    height: 420px;
}
.service_single_content h3 {
    font-size: 20px;
}
.home_second_inner h2, .home_second_inner h3{
  font-size: 30px;
  line-height: 40px;
}
.home_second_inner{
  padding: 0;
  margin: 0;
}
.home_third_image::after,
.home_second_block::after,
.home_second_block::before{
  content: unset;
}
.home_second_inner strong{
  color: #0054bb;
}
.home_reviews_title h3{
  font-size: 30px;
  line-height: 40px; 
}
.home_third_inner h3, .home_third_inner h2{
  font-size: 30px;
  line-height: 40px; 
}
.home_coupons_title h3{
  font-size: 30px;
  line-height: 40px; 
}
.home_third_image {
    margin-right: 2em;
    margin-bottom: 2em;
}
.home_third_inner{
  margin: 0;
  padding: 0;
}
.coupon_single_inner h3 {
  font-size: 20px;
  line-height: 26px;
}
.coupon_midsec strong {
    font-size: 18px;
}
.coupon_offers span {
    font-size: 34px;
    letter-spacing: -1px;
    line-height: 30px;
}
.coupon_offers sub {
    font-size: 24px;
    left: 0;
}
.coupon_offers {
    right: 1em;
    width: 100px;
    height: 100px;
}
.home_whychoose_contentinner h3{
  font-size: 30px;
  line-height: 40px; 
}
.whychoose_single_inner h3 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 0px;
}
.whychoose_callbtn {
    padding: 1em 3em 1em 2em;
    font-size: 20px;
}
.faqhme_title h3 {
    padding-left: 11em;
    font-size: 30px;
    line-height: 40px;
}
.faq_question_box .set a {
    font-size: 16px;
    line-height: 24px;
}
.faq_question_box .content p {
    font-size: 14px;
    line-height: 24px;
}
.faq_question_box .set a::after,
.faqhme_content::after{
  content: unset;
}
.faqhme_image_inner{
  margin-top: 0;
}
.faqhme_image_inner img{
  height: 510px;
}
.hme_blogs_title h3 {
  font-size: 30px;
}
.blog_single_content h4 {
    font-size: 20px;
    line-height: 30px;
}

/* inner page */
    .services_page_inner,
    .services_odd_block {
        margin: 0;
    }

    .services_even_block {
        padding: 0;
    }

    .services_odd_block::after {
        content: unset;
    }

    .services_odd_image {
        width: 100%;
    }

    .services_odd_image img,
    .services_even_image img {
        height: 550px;
    }

    .servicedet_first_image img {
        height: 450px;
    }

    .servicedet_first_inner h2,
    .servicedet_first_inner h1 {
        font-size: 36px;
    }

    .detilpage_services_title p {
        padding-right: 10em;
    }

    .detilpage_services_slick .service_single {
        padding: 0 10px;
    }

    .servicedet_second_image {
        position: relative;
        margin-left: 2em;
        margin-bottom: 0em;
    }

    .review_single_inner {
        margin: 0px 5px;
    }

    .servicedet_third_inner h2,
    .servicedet_third_inner h1 {
        font-size: 32px;
    }

    .coupon_single_inner {
        margin: 0px 12px;
    }

    .faq_page_titleblk {
        padding-right: 0em;
    }

    .faq_page_title h2 {
        font-size: 46px;
        line-height: 56px;
    }

    .faq_page_title {
        padding-bottom: 5em;
    }

    .blogdetail_image img {
        height: 550px;
        border-radius: 100px;
    }

    .blogdetail_imageblk::after,
    .blogdetail_image::after {
        content: unset;
    }

    .blogdetail_date {
        z-index: 1;
    }

    .blogdetail_image {
        margin: 0em 2em 0em 0em;
    }

    .blogdetail_coupons_block .detailpage_coupons_inner {
        padding: 1em;
    }

    .commercial_first_inner h1,
    .commercial_first_inner h2 {
        font-size: 40px;
    }

    .commercial_second_image img {
        height: 500px;
    }

    .commercial_second_block::after {
        content: unset;
    }

    .commercial_third_image {
        position: relative;
        margin-right: 2em;
        margin-bottom: 2em;
    }

    .commercial_third_block {
        padding: 0;
    }

    .commercial_third_image img {
        height: 500px;
    }

    .coupons_page_inner .coupon_single_inner {
        padding: 2em 1em 0em 1em;
    }

    .coupons_page_inner .coupon_single_inner h3 {
        font-size: 18px;
    }

    .coupons_page_inner .coupon_single_inner strong {
        border-radius: 20px 0;
        font-size: 20px;
    }

    .coupons_page_inner .coupon_offers span {
        font-size: 50px;
    }

    .blog_second_block .blog_single_inner {
        margin: 0px 10px;
    }

    .blog_page_wrapper {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .blog_second_block {
        margin-top: 0;
    }

    .hme_blogs_title h3 {
        font-size: 38px;
    }

/* drain cleaning */
.draincleaning_first_inner h1, .draincleaning_first_inner h2 {
    font-size: 30px;
    line-height: 40px;
}
.draincleaning_second_inner h3, .draincleaning_second_inner h4 {
    font-size: 24px;
    line-height: 34px;
}
.draincleaning_second_inner h1, .draincleaning_second_inner h2 {
    font-size: 30px;
    line-height: 40px;
}
.draincleaning_third_inner h3, .draincleaning_third_inner h4 {
    font-size: 24px;
    line-height: 34px;
}
.draincleaning_third_inner h1, .draincleaning_third_inner h2 {
    font-size: 30px;
    line-height: 40px;
}
.draincleaning_last_inner h1, .draincleaning_last_inner h2 {
    font-size: 30px;
    line-height: 40px;
}
.draincleaning_last_inner h3, .draincleaning_last_inner h4 {
    font-size: 24px;
    line-height: 34px;
}
.draincleaning_third_listsingle {
    padding: 10px 10px 10px 3em;
    background: #F8F9FF;
    border-radius: 8px;
    margin: 5px 0px;
    width: 100%;
}

/* service areas */
    .servicearea_list_block {
        right: 2em;
        width: 340px;
    }

/* innerpage banner */
.innerpageban_content_inner {
    padding: 0em 4em 0em 1em;
}
.innerbanner_heading {
    font-size: 30px;
    line-height: 40px;
}


   /* contact us page */
    .contactus_ban_right_inner{
        padding: 0 10em 0 28em;
    }
    .contactus_ban_right_inner .ban_review_rating{
        top: 8em;
        width: 23%;
    }    
    .contactus_single_inner a, .contactus_single_inner p {
        font-size: 18px;
        line-height: 28px;
    }
    .contactus_img img {
        height: 600px;
    }
    .form-group.servicesch, .form-group.email_add{
        margin: 0;
        width: 100%;
    }
    .form-group.firstname,.form-group.phonenumber{
        width: 100%;
    }
    .contact_map .mapouter, .contact_map .gmap_canvas {
        height: 700px;
    }
    
    /* aboutus page */
    .aboutus_first_inner h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .aboutus_first_blk::after {
        bottom: 2.5em;
        height: 55%;
    }
    .aboutus_first_img img,
    .aboutus_second_img img{
        height: 600px;
    }
    .aboutus_first_content2{
        display: none;
    }
    .aboutus_first_blk::before{
        content: unset;
    }
    .aboutus_second_img{
        margin-bottom: 3em;
    }
    .aboutus_second_inner h3 {
        font-size: 35px;
        line-height: 46px;
    }
    .aboutus_service_left h3 {
        font-size: 31px;
        line-height: 41px;
    }
    .aboutus_service_single_content h4 {
        font-size: 21px;
        line-height: 32px;
        display: flex;
        min-height: 65px;
        align-items: center;
    }
    .aboutus_third_inner h3 {
        font-size: 35px;
        line-height: 45px;
    }
    .aboutus_third_img img {
        height: 475px;
    }
    .aboutus_third_blk::before{
        height: 55%;
    }
    .aboutus_third_blk::after{
        content: unset;
    }
    .abtus_why_link span{
        display: block;
        font-size: 24px;
        line-height: 34px;
        margin: 1em;
    }
    .abtus_why_link a{
        display: block;
        margin: 0;
        text-align: center;
        padding: 20px 20px 20px 70px;
    }
    .abtus_why_link a::before{
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 71%;
    }
    .abtus_why_link::before{
        content: unset;
    }

    /* location page */
    .location_last_inner{
        max-width: 98%;
    }
    .location_last_blk::after{
        width: 100%;
        border-radius: 15px;
    }

}

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

a.bannerbelow_call.bookonline,a.bannerbelow_call.callbtn {
        filter: drop-shadow(1.328px 4.912px 8.5px rgba(31, 42, 55, .17));
        width: 45%;
        line-height: 14px;
        font-size: 16px;
        text-align: center;
        padding: 12px 0;
        color: #00529d;
        background-color: #fff;
        display: inline-block;
        border: 1px solid #0154bc;
        border-radius: 30px
    }

    a.bannerbelow_call.bookonline {
        display: inline-block;
        border: 1px solid #a40000;
        border-radius: 30px;
        margin-right: .5em
    }

/* mobile menu open */
  
  .mobile-header.fixed,
  .mob_navi.menu.fixed
  {
   position: fixed;
   z-index: 999;

  }
  .mobtext {
        position: absolute;
        bottom: -15px;
        right: 3px;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        text-transform: uppercase;
        display: block;
        z-index: 999;
  }
  .mob_navi,
  .mob_navi.submenu_open {
    overflow-y: hidden;
  }
  .mob_navi,
  .submenu_open #mob_menu {
    transform: translate(-100%, 0);
    transition: 0.5s;
  }
  .mob_navi,
  .mob_navi.fixed {
    overflow-x: hidden;
    z-index: 99 !important;
    height: 100%;
  }
  .mobile-header {
    float: left;
    position: absolute;
    right: 12px;
    top: 10px;
  }
  .google_icon a,
  .mobile-header.fixed button.navbar-toggle,
  button.navbar-toggle {
    font-size: 0;
  }
  .mob_sub_navigate i,
  .mob_sub_navigate span {
    height: 35px;
    line-height: 35px;
    color: #272727;
    cursor: pointer;
  }
  .header_location,
  .header_secondblck,
  .header_secondblk,
  .header_topsec_third_inner span,
  span.menutext {
    display: none;
  }
  .header_topsec:before {
    width: 18%;
  }
  #mob_menu,
  .mob_sub_menu {
    margin: 0;
    background-color: #fff;
  }
  .header_topsec_first {
    width: 40%;
  }
  .header_topsec_second_inner {
    padding-left: 40px;
  }
  .header_topsec_second_inner:before {
    left: -40px;
  }
  .header_topsec_third {
    position: relative;
    width: 22%;
    text-align: right;
  }
  .header_topsec_third ul {
    display: inline-block;
    width: 70%;
    margin-left: 0;
    text-align: right;
  }
  .nav_mob a,
  .nav_mob ul > li {
    display: block !important;
  }
  .glyphicon,
  .mob_sub_link span {
    display: inline-block;
    position: relative;
  }
  .header_top_sec:before {
    width: 65%;
  }
  .header_top_sec:after {
    width: 38%;
    clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%);
  }
  .header_topsec_third_inner ul li {
    margin: 0 12px;
  }
  .header_review_inner,
  .service_home_slider ul.slick-dots {
    margin-left: 0;
  }
  .mobile-header button.navbar-toggle {
    height: 33px;
  }
  .mob_navi.fixed {
    position: fixed;
    top: 0;
    width: 350px;
  }
  .mob_navi::-webkit-scrollbar {
    width: 5px;
  }
  .mob_navi::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  .mob_navi::-webkit-scrollbar-thumb {
    background:#0051b7; 
    border-radius: 10px;
  }
  .glyphicon {
    top: 1px;
    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;
    font-size: 18px;
    text-align: right;
    float: right;
  }
  #mob_menu,
  .mobile.header,
  .nav_mob a,
  .nav_mob ul > li {
    width: 100%;
    float: left;
  }
  #mob_menu {
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 2em;

  }
  .mob_navi.menu.menu_open.submenu_open1 span,
  .mob_navi.submenu_open .mob_sub_navigate span {
    opacity: 1;
  }
  #mob_menu li {
    list-style-type: none;
    border-bottom: 1px solid #eee;
    display: unset;
  }
  .nav_mob a {
text-decoration: none;
color: #0166b1;
padding: 10px 15px;
font-size: 18px;
line-height: 35px;
border-bottom: 1px solid #808080b8;
  }
  #mob_menu li a:hover {
    background-color: #0051b7;
    color:#fff;
    transition: 0.5s;
  }
  .mob_sub_menu {
    width: 100%;
    padding: 0;
  }
  li.mob_sub_link.first-open span.fa.fa-chevron-up,
  li.mob_sub_link.second-open span.fa.fa-chevron-up,
  li.mob_sub_link.third-open span.fa.fa-chevron-up {
    opacity: 0;
    visibility: hidden;
  }
  li.mob_sub_link.first-open.active span.fa.fa-chevron-up,
  li.mob_sub_link.second-open.active span.fa.fa-chevron-up,
  li.mob_sub_link.third-open.active span.fa.fa-chevron-up {
    opacity: 1;
    visibility: visible;
  }
  li.mob_sub_link.first-open.active span.fa.fa-chevron-down,
  li.mob_sub_link.second-open.active span.fa.fa-chevron-down,
  li.mob_sub_link.third-open.active span.fa.fa-chevron-down {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  ul.mob_sub_menu li a{
    font-family: 'Poppins-Regular';
  }
  .mob_sub_link span {
    font-size: 16px;
    width: 10px;
    text-align: center;
    right: 10px;
    line-height: 0px;
    cursor: pointer;
    float: right;
    margin-right: 5px;
    color: #0051b7;
    top: -27px;
  }
  .mob_sub_link:hover span{
    color: #fff !important;
  }
  .mob_sub_link span:hover {
    color: #fff !important;
  }
  .mobile.header {
    background-color: #222;
    color: #fff;
    padding: 10px 10px 10px 15px;
  }
  ul.mob_sub_menu.submenu_open {
    transform: translate(0, 0);
    transition: 0.5s;
    height: 480px;
    overflow-y: scroll;
  }
  ul.mob_sub_menu.submenu_open::-webkit-scrollbar {
    width: 3px;
  }
  ul.mob_sub_menu.submenu_open::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #0051b7;
  }
  ul.mob_sub_menu.submenu_open::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 20px;
  }
  .mob_navi.menu,
  .mobile-header,
  .mobile-top-head,
  .mobile.header,
  .mobile.mobile-one {
    display: block;
  }
  .mobile-header button.navbar-toggle {
    color: #000;
    float: left;
    margin-left: 0px;
    margin-right: 3px;
    padding: 6px 8px;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    display: block;
    border-radius: 10px;
    margin-top: 4px;
    height: 35px;
  }
  .mob_sub_navigate{
    display: none;
  }
  .mobile-logo {
    display: none;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  .mobile-logo img{
    object-fit: contain;
    height: 107px;
    width: 100%;
    object-position: center;
  }
  .mobile-header .navbar-toggle .icon-bar {
    background-color: #000;
  }
  .mob_navi {
    position: fixed;
    top: 0;
    width: 350px;
    border-top-left-radius: 0;
    overflow-y: scroll;
    padding-top: 11em;
    background-color: #fff;
        opacity: 0;
        transform: translateX(100%);
        transition: transform .45s cubic-bezier(.22, 1, .36, 1);
  }
  .mob_navi.menu_open {
          opacity: 1;
      transform: translateX(0);
  }
  .mob_sub_navigate span {
    width: 50%;
    padding-left: 15px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    transition: 0.5s;
  }
  .mob_navi.menu .fixed {
    display: block;
  }
  .navbar-toggle.menu_open .header_icon {
      opacity: 0;
      display: none;
      transition: .5s;
        font-size: 0;
  }
  .navbar-toggle.menu_open .header_icon2 {
      opacity: 1;
      display: block;
      transition: .5s;
      font-size: 0;
  }
  .navbar-toggle.menu_open .header_icon2 .close-x{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto-Bold';
  }
  .mobile-header button.navbar-toggle.menu_open{
      padding: 6px 11px;
  }
  .header_icon,
  .header_icon2{
    font-size: 0;
  }

/* mobile menu close */
.header_wrapper,
.header_wrapper.fixed{
  z-index: 99;
  background-image: linear-gradient(90deg, #0166b1 0%, #1099ff 100%);
  background-color: unset;
}
.header_thirdright_inner,
.header_dayoffers{
  display: none;
}
.header_firstright::after {
  content: unset;
}
.header_secondright_inner {
  float: left;
  width: 100%;
}
.header_day {
  float: left;
  width: 100%;
}
.header_logo_inner {
  padding: 0.5em 0em 0.5em 0em;
}
.header_wrapper.fixed .header_logo_inner img,
.header_logo_inner img {
  height: 65px;
}
.header_wrapper.fixed .header_secondtop_inner{
  padding: 1em 0;
}
.bannerhme_content_inner h1, .bannerhme_content_inner h2 {
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 5px 0;
}
.ban_review_left ul li a {
    font-size: 20px;
    line-height: 27px;
    padding: 5px 10px;
}
.bannerhme_content {
  width: 350px;
}
.bannerhme_image::after {
    width: 55%;
    height: 65%;
}
.ban_review_rating {
    gap: 15px;
    width: 65%;
    padding: 0px 5px 0px 10px;
}
a.banner-Call::before {
    left: 0px;
    top: -5px;
    height: 30px;
    width: 30px;
}
.home_first_image img {
    height: 350px;
}
.home_first_block::after{
  content: unset;
}
.home_first_inner strong {
    left: 0;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px;
}
.home_first_block{
  margin: 0;
}
.bannerhme_image img, .bannerhme_image video {
    height: 500px;
}
.home_services_title h2,
.home_services_title h3 {
    font-size: 30px;
}
.home_services_title strong {
    font-size: 18px;
}
.home_services_title p{
  padding: 0;
}
.home_second_image {
    float: left;
    margin-top: 0em;
    margin-left: 1em;
    margin-bottom: 3em;
}
.home_second_image img {
    width: 350px;
    height: 350px;
}
.hme_reviews_slick .slick-slide.slick-current+.slick-active .review_single_inner {
    top: 0;
}
.home_reviews_title::after{
  content: unset;
}
.home_third_image img {
    height: 370px;
}
.home_third_inner::before,
.home_third_block::after{
  content: unset;
}
.home_coupons_title strong,
.home_coupons_title h3,
.home_coupons_title p{
  color: #0053bb;
}
.coupon_single_inner {
  margin: 0 5px;
  padding: 2em 2em 2em 2em;
}
.whychoose_callbtn {
  left: 0;
}
.whychoose_single_inner{
  width: 100% !important;
}
.whychoose_icon {
  top: 0;
  bottom: 0;
  margin: auto;
}
.whychoose_icon img {
    height: 35px;
    width: 35px;
    object-fit: content;
}
.whychoose_icon {
    width: 60px;
    height: 60px;
}
.whychoose_callbtn {
  padding: 1em 1em 1em 1em;
  font-size: 18px;
}
.whychoose_callbtn::before{
  content: unset;
}
.faq_question_box .set.active {
    width: 100%;
}
.blogs_leftsec{
  display: none;
}
.blogs_rightsec {
  float: left;
  width: 100%;
    padding-left: 0;
}
.blog_single_inner{
  flex-direction: column;
  margin: 0 5px;
  width: unset;
}
.blog_single_image{
  float: left;
  width: 100%;
}
.blog_single_content{
  float: left;
  width: 100%;
}
.blog_single_content h4 {
  font-size: 18px;
  line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.blog_readbtn::before{
  content: unset;
}
.blogsingle_date {
    top: -40px;
    left: unset;
    right: 0;
    bottom: unset;
    flex-direction: column;
    font-size: 12px;
  line-height: 16px;
  gap: 0;
  width: 60px;
  padding: 10px 5px 5px 5px;
}
.blogsingle_date b {
    font-size: 18px;
}
.hme_blogs_title h3 {
  font-size: 30px;
}
.footer_wrapper {
    padding-top: 0em;
    background-image: unset;
    background-color: #0d458b;
}
.footerfirst_content{
    float: left;
    width: 100%;
}
.footerfirst_content_inner {
    float: left;
    padding-right: 0em;
}
.footerfirst_menu{
  width: 50%;
}
.footerfirst_lastmenu {
  width: 50%;
    padding-top: 0em;
}
.footerfirst_section_inner{
  padding: 0;
}


/* inner pages */
    .services_oddblk_inner h3,
    .services_oddblk_inner h2,
    .services_evenblk_inner h3,
    .services_evenblk_inner h2 {
        font-size: 28px;
    }

    .services_odd_image img,
    .services_even_image img {
        height: 500px;
    }

    .servicedet_second_image img {
        height: 500px;
    }

    .servicedet_second_inner h2 {
        font-size: 32px;
    }

    .servicedet_third_inner h2,
    .servicedet_third_inner h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .servicedet_third_image img {
        height: 500px;
    }

    .faq_page_title h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .faq_page_contentblk {
        padding-left: 1em;
    }

    .servicedetail_faq .faq_question_box .set a.active::before {
        right: 20px;
    }

    .blogdetail_image img {
        height: 500px;
    }

    .blogdetail_page_wrapper h2 {
        font-size: 32px;
    }

    .blogdetail_coupons_slick .coupon_single_inner {
        margin: 12px;
    }

    .detailpage_coupons_inner .coupon_offers span {
        font-size: 50px;
    }

    .detailpage_coupons_inner .coupon_offers {
        padding: 1em 0em;
    }

    .detailpage_coupons_inner .coupon_single_inner {
        padding: 4em 1em 1em 2em;
    }

    .commercial_first_inner h1,
    .commercial_first_inner h2 {
        font-size: 32px;
        line-height: 50px;
    }

    .commercial_first_image img {
        height: 550px;
    }

    .commercial_second_inner h1,
    .commercial_second_inner h2 {
        font-size: 32px;
        line-height: 44px;
    }

    .commercial_second_image {
        position: relative;
        margin-left: 1em;
        margin-bottom: 1em;
    }

    .commercial_third_image img {
        height: 450px;
    }

    .commercial_third_inner h1,
    .commercial_third_inner h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .coupons_page_inner .coupon_single {
        margin: 2em 0;
        float: left;
        width: 50%;
    }

    .coupons_page_inner .coupon_single_inner b {
        width: 70%;
    }


/* reviews page */
.revews_page_inner .review_single_inner {
    background-image: unset;
    padding: 1em 1em 1em 1em;
    background-color: #fff;
    border-radius: 20px;
}    
.revews_page_inner .review_single:nth-child(3n+2) .review_single_inner{
  top: 0;
  background-color: #dbebff;
    background-image: unset;
}
.revews_page_inner .review_single {
    margin: 1em 0;
}

/* faq page */
.faq_page_title h2{
  font-size: 28px;
}

/* drain cleaning */
.draincleaning_first_inner h1, .draincleaning_first_inner h2 {
  font-size: 28px;
    line-height: 36px;
}
.draincleaning_second_inner h1, .draincleaning_second_inner h2 {
  font-size: 28px;
    line-height: 36px;
}
.draincleaning_third_inner h1, .draincleaning_third_inner h2 {
  font-size: 28px;
    line-height: 36px;
}
.draincleaning_last_inner h1, .draincleaning_last_inner h2 {
  font-size: 28px;
    line-height: 36px;
}
.draincleaning_first_image::before{
  content: unset;
}
.draincleaning_first_image img{
  height: 350px;
box-shadow: 0 15px 30px rgb(15 95 255 / 27%);
  border: 1px solid #fff;
  border-radius: 30px;
}
.draincleaning_second_content{
  width: 100%;
}
.draincleaning_second_image {
    margin-left: 3em;
    margin-bottom: 3em;
}
.draincleaning_second_image img{
  height: 350px;
  width: 350px;
box-shadow: 0 15px 30px rgb(15 95 255 / 27%);
}

.draincleaning_second_image::before {
  left: -30px;
  top: -15px;
  height: 108%;
  width: 90%;
}
.draincleaning_third_image img{
  height: 300px;
}
.draincleaning_last_image img{
  height: 350px;
}

/* service areas */
.servicearea_list_block {
    right: 1em;
    width: 300px;
}
.servicearea_search h1,
.servicearea_search h2 {
    font-size: 26px;
    line-height: 36px;
}
.servicearea_search{
  padding: 0;
}

.servicearea_listblk_inner li a {
    display: block;
    font-size: 16px;
    padding: 0.8em 1.5em 0.8em 2.5em;
    margin: 10px 0;
}
/* innerpage banner */

.innerbanner_heading {
  font-size: 28px;
  line-height: 34px;
}
.ban_review_rating {
  gap: 5px;
  width: 85%;
}
.innerpage_banner_image img {
    height: 450px;
}
.innerpage_banner_content {
    bottom: 4em;
    top: unset;
    height: auto;
}
.innerpage_banner_image img {
    height: 450px;
}

   /* contact us page */
    .contactus_ban_right_inner {
        padding: 0 10em 0 15em;
    }
    .contactus_ban_right_inner .ban_review_rating {
        top: 8em;
        width: 29%;
    }
    .contactus_title p{
        padding: 0;
    }
     .contactus_title h1,
    .contactus_title h2, .contactus_title h3 {
        font-size: 34px;
        line-height: 44px;
    }
    .contactus_single_inner h4 {
        font-weight: 400;
        font-size: 27px;
        line-height: 37px;
    }
    .captcha_box .g-recaptcha{
        max-width: 100%;
    }

    /* aboutus page */
    .aboutus_first_img img, .aboutus_second_img img {
        height: 500px;
    }
    .aboutus_first_content{
        width: 100%;
    }
    .aboutus_first_blk::after {
        bottom: 0;
        height: 37%;
        width: 100%;
        border-radius: 0;
    }
    .aboutus_service_single_content p{
        display: -webkit-box;	
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow:hidden;
    }
    .aboutus_third_inner h3 {
        font-size: 34px;
        line-height: 44px;
    }
    .aboutus_third_img{
        margin-right: 0;
    }
    .aboutus_third_blk::before {
        height: 47%;
    }
    .abtus_why_choose_img img {
        height: 500px;
    }
    .abtus_why_choose_inner h3 {
        font-size: 29px;
        line-height: 39px;
    }
    .abtus_why_choose_single_content h4 {
        font-size: 22px;
        line-height: 22px;
    }
    .abtus_why_choose_inner::after{
        background-image: unset;
        background-color: #ffffff;
    }
    .abtus_why_choose_content {
        padding: 0px 3em 0 0;
    }
    .abtus_why_choose_content::after{
        top: -19em;
    }

    /* location page */
    .location_map_blk .mapouter, .location_map_blk .gmap_canvas{
        height: 400px;
    }
    .location_title h1 {
        font-size: 35px;
        line-height: 55px;
    }
    .location_title,
    .location_button{
        width: 100%;
        margin: 1em 0;
    }
    .location_button_inner{
        padding-bottom: 5em;
    }
    .location_button_inner input{
        width: 100%;
    }
    .location_button_inner button::before{
        top: unset;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
    }
    .location_last_inner {
        max-width: 85%;
        flex-direction: column;
    }
    .location_last_left{
        width: 100%;
    }
    .location_last_right{
        width: 100%;
        justify-content: center;
    }


}

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

/* home page */
a.header_shedule{
  display: none;
}
.header_wrapper::before {
    content: unset;
    background-image: url(../images/home/headerlogobg.webp);
    background-size: 100% 100%;
}
.header_logo_inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 113%;
    height: 100%;
    background-image: url(../images/home/headerlogobg.webp);
    background-size: 100% 100%;
    filter: drop-shadow(7px 0px 7px rgba(0, 0, 0, 0.1));
    z-index: -2;
}
.header_secondtop_inner {
        float: left;
        width: 100%;
        padding: 1em 0;
}
.header_logo_inner::before{
  content: unset;
}
.header_logo{
  float: left;
  width: 30%;
}
.header_firstright{
  float: left;
  width: 70%;
}

.header_logo_inner img {
    height: 66px;
    transform: scale(0.8);
    object-position: left;
}
.bannerhme_content{
  position: relative;
  float: left;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.bannerhme_image {
    float: left;
    width: 100%;
}
.bannerhme_wrapper{
  background-color: #0154bc;
}
.bannerhme_image::after{
  content: unset;
}
.bannerhme_image img, .bannerhme_image video {
  height: 350px;
}
.bannerhme_content_inner{
  float: left;
  width: 100%;
}
.home_first_image::after{
  content: unset;
}
.home_first_imgblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.home_first_image{
  margin: 0 auto;
  width: 100%;
  float: unset;
  max-width: 80%;
}
.home_second_imgblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.home_second_image{
  margin: 0 auto;
  width: 100%;
  float: unset;
  max-width: 80%;
}
.home_third_imgblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.home_third_image{
  margin: 0 auto;
  width: 100%;
  float: unset;
  max-width: 80%;
}
.hme-call::after,
.hme-readmore::after{
  content: unset;
}
.hme-readmore,
.hme-call {
    font-size: 16px;
    line-height: 24px;
    padding: 7px 10px 7px 40px;
    width: 47%;
}
.hme-call::before,
.hme-readmore::before {
    left: 12px;
    height: 12px;
    width: 14px;
}
.home_services_block{
  overflow: hidden;
  padding: 0;
}
.service_single_image img{
  height: 250px;
}
.service_single_content {
    position: relative;
    width: 100%;
    bottom: 3px;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
    border-radius: 0;
    background-color: unset;
    bottom: 0;
}
.service_single_inner{
  margin: 0 5px;
  background-color: #fff;
  border-radius: 5px;
}
.home_services_listblk{
  display: none;
}
.home_services_slick .slick-list.draggable{
  padding: 1em 0;
    filter: drop-shadow(0px 9px 5px rgba(0, 61, 134, 0.2));
  margin-right: -120px;
}
.home_second_image::after {
  width: 97%;
  height: 63%;
  bottom: -15px;
  right: -13px;
}
.review_single_inner {
    padding: 3em 1em 7em 1em;
}
.review_single_inner p {
    font-size: 16px;
    line-height: 26px;
    height: 210px;
}
.hme_blogs_slick .slick-list.draggable,
.hme_reviews_slick .slick-list.draggable{
  padding: 1em 0;
  margin-right: -120px;
}
.home_coupons_slick .slick-list.draggable{
  padding: 2em 0;
  margin-right: -120px;
}
.home_coupons_block,
.home_reviews_block{
  overflow: hidden;
}
.home_coupons_title{
  float: left;
  width: 100%;
}
.home_whychoose_inner{
  display: flex;
  flex-direction: column-reverse;
}
.whychoose_list_block {
    margin: 1em 0;
    padding: 1em 0 2em 0;
    border-left:0;
}
.home_whychoose_imgblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.home_whychoose_image{
  margin: 0 auto;
  width: 100%;
  float: unset;
  max-width: 80%;
}
.home_whychoose_image img{
  height: 370px;
}
.home_whychoose_image::before{
  content: unset;
}
.home_whychoose_imgblk p {
    margin-left: 0;
    padding: 1em 0;
    border-bottom: 1px solid #00000042;
}
.faqhme_title{
  padding: 0;
}
.faqhme_title h3{
  padding: 0;
}
.faqhme_image{
  float: left;
  width: 100%;
  display: none;
}
.faqhme_content{
  float: left;
  width: 100%;
}
.faq_question_box{
  float: left;
  width: 100%;
}
.faq_question_box .set a::before {
    font-size: 18px;
    top: 18px;
}
.faq_question_box .set a.active::before {
    right: 15px;
}
.hme_blogs{
  overflow: hidden;
}

.footerfirst_menu{
  float: left;
  width: 100%;
}
.footerfirst_lastmenu{
  padding: 0;
  float: left;
  width: 100%;
}
.footer_secondmenu_inner,
.footer_menus_inner{
  padding: 0;
  float: left;
  width: 100%;
}
.footer_iboostlogo,
.footer_copyrights{
  float: left;
  width: 100%;
  text-align: center;
}
.footer_copyrights p {
    margin: 0px 0 10px 0;
    font-size: 16px;
    line-height: 20px;
}

/* inner page */

  /* coupons page */
  .coupons_page_wrapper .detailpage_coupons_title{
    display: none;
  }

    .services_odd_imageblk {
        float: left;
        position: relative;
        z-index: 0;
        width: 100%;
    }

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

    .services_odd_image img,
    .services_even_image img {
        height: 450px;
    }

    .services_oddblk_inner h3,
    .services_oddblk_inner h2,
    .services_evenblk_inner h3,
    .services_evenblk_inner h2 {
        font-size: 28px;
        float: left;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    .services_oddblk_inner p {
        text-align: left;
    }

    .servicedet_first_image::before {
        content: unset;
    }

    .servicedet_first_image {
        position: relative;
        margin-right: 0em;
        margin-bottom: 1em;
    }

    .servicedet_first_image img {
        height: 400px;
        border-radius: 20px;
        border: 4px solid #0154bc;
    }

    .servicedet_first_imageblk {
        float: left;
        position: relative;
        width: 100%;
    }

    .servicedet_first_inner h2,
    .servicedet_first_inner h1 {
        font-size: 34px;
        line-height: 48px;
    }

    .detilpage_services_title p {
        padding-right: 0em;
        font-size: 18px;
    }

    a.explore-btn {
        position: relative;
        bottom: 0;
    }

    .servicedet_second_image img {
        height: 400px;
        border-radius: 50px;
    }

    .servicedet_second_image {
        position: relative;
        margin-left: 0em;
        margin-bottom: 1em;
    }

    .servicedet_second_imageblk {
        float: right;
        width: 100%;
    }

    .servicedet_second_inner h2 {
        font-size: 30px;
        line-height: 46px;
    }

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

    .servicedet_third_image {
        position: relative;
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }

    .servicedet_third_imageblk {
        position: relative;
        float: left;
        width: 100%;
    }

    .faq_page_detailsec {
        padding: 1em 2em 2em 2em;
        border-radius: 20px;
        background-color: #0155bc30;
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .faq_page_title {
        padding-bottom: 1em;
    }

    .faq_page_contentblk {
        padding-left: 0em;
        float: left;
        width: 100%;
    }

    .blogdetail_imageblk {
        float: left;
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

    .blogdetail_image {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        float: unset;
    }

    .blogdetail_image img {
        height: 500px;
        width: 100%;
        border-radius: 50px;
    }

    .blogdetail_page_wrapper h2 {
        font-size: 30px;
        letter-spacing: 0px;
        line-height: 40px;
    }

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

    .blogdetail_coupons_block .detailpage_coupons_inner {
        padding: 1em;
        float: left;
        width: 100%;
    }

    .hme_blogs_title h3 {
        font-size: 32px;
    }

    .commercial_first_imgblk {
        float: left;
        position: relative;
        width: 100%;
        margin: 2em 0;
    }

    .commercial_first_image {
        position: relative;
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }

    .commercial_first_image::before {
        content: unset;
    }

    .commercial_first_image img {
        height: 400px;
        border: 4px solid #0154bc;
        border-radius: 50px;
    }

    .commercial_first_inner {
        padding: 0px 15px;
    }
    .commercial_second_inner{
        padding: 0px 15px;
    }
    .commercial_first_inner h3,
    .commercial_first_inner h4 {
        font-size: 32px;
    }

    .commercial_second_imgblk {
        float: right;
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

    .commercial_second_image::after {
        content: unset;
    }

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

    .commercial_second_image img {
        height: 400px;
        border-radius: 50px;
    }

    .commercial_second_block {
        margin: 0;
        padding: 0;
    }

    .commercial_third_imgblk {
        float: left;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

    .commercial_third_image {
        position: relative;
        width: 100%;
        max-width: 95%;
        margin: 0 auto;
    }

    .commercial_third_image::before {
        content: unset;
    }

    .commercial_third_image img {
        height: 400px;
    }

    .commercial_third_block::after {
        content: unset;
    }

    .coupons_page_inner .coupon_single_inner::after {
        content: unset;
    }

    .coupons_page_inner .coupon_single_inner {
        padding: 2em 1em 0em 1em;
        margin: 0px 10px;
    }

    .coupons_page_inner .coupon_single_inner strong {
        border-radius: 20px 0;
        font-size: 16px;
    }

    .coupons_page_inner .coupon_offers span {
        font-size: 39px;
    }

    .coupons_page_inner .coupon_offers sub {
        font-size: 28px;
    }

    .coupons_page_inner .coupon_offers::after {
        border-radius: 150px 150px 0px 0px;
    }

    .coupons_page_inner .coupon_offers {
        padding: 3em 0 0em 0;
    }

    .detilpage_services_slick .service_single {
        padding: 0 4px;
    }

    .detilpage_services_slick .service_single_image img {
        height: 200px;
        border-radius: 0;
    }

    .detilpage_services_slick .service_single_inner {
        border-radius: 0;
    }

    .detilpage_services_slick .service_single_content h3 {
        margin: 10px 0px;
        font-size: 20px;
    }

    .detilpage_services_slick .service_single_content p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .detilpage_services_slick a.services_readbtn {
        margin: 0;
    }

    .detilpage_services_inner {
        margin: 0;
    }

    .detailpage_reviews_inner .review_single_inner {
        padding: 1em 3em 6em 3em;

    }

    .detailpage_reviews_inner .hme_reviews_slick .slick-list.draggable,
    .detilpage_services_slick .slick-list.draggable {
        margin-right: -150px;
    }

    .detailpage_reviews_block,
    .detilpage_servicesblock {
        overflow: hidden;
    }

    .hme_blogs_title,
    .blog_page_wrapper .hme_blogs_inner {
        margin: 0;
    }

    .blog_page_wrapper .blogs_leftsec {
        float: left;
        width: 100%;
    }

    .blog_page_wrapper .blog_single {
        float: left;
        width: 49%;
        margin: 0px 2px;
    }

    .blogs_right_inner .blog_single {
        float: left;
        width: 100%;
    }

    .blogs_right_inner .blog_single_inner {
        margin-right: 0;
    }

    .blogdetail_blogs .blogs_right_inner .blog_single_image img {
        height: 500px;
    }

    .blogdetail_blogs .blog_single_inner {
        display: unset;
    }

    .blogdetail_blogs .blog_single_image {
        float: left;
        width: 100%;
        position: relative;
    }

    .blogdetail_blogs .blog_single_content {
        float: left;
        width: 100%;
    }

    .blogdetail_blogs .blogsingle_date {
        top: -50px;
    }

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

/* reviews page */
.revews_page_wrapper .revews_page_title{
  display: none;
}
.revews_page_inner .review_single{
  float: left;
  width: 50%;
}
.revews_page_inner{
  padding: 0;
  margin: 0;
}

/* faq page */
.faq_page_wrapper .faq_page_title{
  display: none;
}
.faq_page_contentblk .faq_question_box .set a {
    font-size: 16px;
}

/* service areas */
.service_area_inner{
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.servicearea_list_block{
  float: unset;
  margin: 2em auto;
  width: 100%;
  max-width: 70%;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  order: 1;
}
.servicearea_map_block{
  margin-top: 2em;
  order: 2;
}
.servicearea_map_block .mapouter, .servicearea_map_block .gmap_canvas{
  height: 500px;
}
.servicearea_listblk_inner ul{
  overflow-y: unset;
  height: auto;
    width: 100%;
    float: left;
}
.servicearea_listblk_inner {
    width: 100%;
    float: left;
}

/* draincleaning page */

.draincleaning_first_imgblk{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.draincleaning_first_image{
  margin: 0 auto;
  float: unset;
  width: 100%;
  max-width: 80%;
}
.firstblk_single {
  float: left;
  width: 100%;
  margin-top: 1em;
}
.draincleaning_second_imgblk{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.draincleaning_second_image{
  margin: 0 auto;
  float: unset;
  width: 100%;
  max-width: 80%;
  text-align: center;
}
.draincleaning_third_imgblk{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.draincleaning_third_image{
  margin: 0 auto;
  float: unset;
  width: 100%;
  max-width: 80%;
  text-align: center;
}
.draincleaning_third_listblk{
  width: 100%;
}
.draincleaning_last_imgblk{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.draincleaning_last_image{
  margin: 0 auto;
  float: unset;
  width: 100%;
  max-width: 80%;
  text-align: center;
}

.draincleaning_reviews_block .review_single_inner {
  padding: 1em 3em 9.5em 3em;
}
.draincleaning_reviews_block .hme_reviews_slick .slick-slide.slick-current+.slick-active .review_single_inner{
  top: 0;
}

/* innerpage banner */
a.floating-btn {
  right: 15px;
  bottom: -28px;
  border-radius: 0 0 15px 15px;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 7px;
filter: drop-shadow(-0.907px 2.968px 5.5px rgba(0, 66, 126, 0.35));

}
.innerpage_banner_image img {
  height: 350px;
}
.innerpage_banner_content{
  float: left;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
}
.innerpage_banner_image::before{
  content: unset;
}
.innerpage_banner{
  background-color: #0154bc;
    filter: drop-shadow(0px 16px 10px rgba(1, 83, 157, .26));
}
.innerpageban_content_inner{
  padding: 1.5em 0 1em 0;
}
.ban_review_rating {
    gap: 5px;
    width: 50%;
    margin: 1em 0;
}

	/* contact us page */
    .contactus_banner{
        margin: 0 0 1em;
        padding: 0 0 1em;
    }
    .contactus_ban_inner,
    .contactus_ban_right,
    .contactus_content{
        width: 100%;
    }
    .contactus_ban_right_inner {
        float: left;
        width: 100%;
        padding: 2em 0;
    }
    .contactus_ban_right_inner .ban_review_rating{
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
    }
    .contactus_banner::after{
        background-image: unset;
        background-color: #0154BC;
        height: 100%;
    }
    .contactus_ban_right_inner h1{
        font-size: 32px;
        line-height: 42px;
        color: #ffffff;
        float: left;
        width: 100%;
    }
    .contactus_ban_right_inner p{
        color: #fff;
    }
    .contactus_wrapper{
        padding: 1em 0;
        margin: 1em 0;
    }
    .contactus_inner{
        width: 100%;
    }
    .contactus_single{
        width: 100%;
        margin: 1em 0;
    }
    .contactus_single_inner{
        padding: 4em 2em 0.5em;
    }
    .contactus_form_inner{
        width: 100%;
        padding: 2em 1em 1em 1em;
    }
    .contactus_form_inner h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .contactus_single_inner::before{
        top: 1em;
    }
    .contactus_imgblk{
        width: 100%;
        margin: 0 0 4em;
    }
    .contactus_img{
        float: none;
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
    }
    .contactus_img img{
        height: 400px;
    }
    .contactus_form_block{
        width: 100%;
        padding: 0;
    }
    .contact_map{
        width: 100%;
        margin: 0em 0 -2em;
    }
    .contact_map .mapouter, .contact_map .gmap_canvas {
        height: 400px;
    }

    /* aboutus page */
    .aboutus_first_blk,
    .aboutus_second_blk,
    .abtus_why_choose{
        margin: 1em 0;
        padding: 1em 0;
    }
    .aboutus_first_inner,
    .aboutus_second_inner,
    .aboutus_third_inner,
    .abtus_why_choose_inner{
        width: 100%;
    }
    .aboutus_first_imgblk,
    .aboutus_second_imgblk,
    .aboutus_third_imgblk,
    .abtus_why_choose_imgblk{
        width: 100%;
        margin: 0 0 2em;
    }
    .aboutus_first_img,
    .aboutus_second_img,
    .aboutus_third_img,
    .abtus_why_choose_img{
        float: none;
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
    }
    .aboutus_second_img{
        float: right;
    }
    .aboutus_first_img img,
    .aboutus_second_img img,
    .aboutus_third_img img,
    .abtus_why_choose_img img{
        height: 400px;
    }
    .aboutus_first_inner h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .aboutus_first_content h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .aboutus_first_blk::after {
        height: 37.5%;
    }
    .aboutus_second_imgblk span{
        left: 3em;
    }
    .aboutus_service_blk{
        margin: 1em 0;
        padding: 1em 0;
    }
    .aboutus_service_inner{
        width: 100%;
    }
    .aboutus_service_first_blk{
        width: 100%;
    }
    .aboutus_service_left{
        width: 100%;
    }
    .aboutus_service_first_blk .aboutus_service_single{
        display: none;
    }
    .aboutus_service_slic{
        float: left;
        width: 100%;
    }
    .aboutus_third_blk{
        margin: 1em 0;
        padding: 1em 0;
    }
    .aboutus_third_blk::before{
        content: unset;
    }
    .aboutus_third_content{
        width: 100%;
    }
    .abtus_why_choose_imgblk p{
        margin: 1em 0;
    }
    .abtus_why_choose_content::after{
        content: unset;
    }
    .abtus_why_choose::after{
        height: 37%;
    }
    .abtus_why_choose_inner::after{
        content: unset;
    }

    /* location page */
    .location_wrapper{
        margin: 1em 0;
        padding: 1em 0;
        overflow: hidden;
    }
    .location_map_blk{
        width: 100%;
    }
    .location_map_blk .mapouter, .location_map_blk .gmap_canvas{
        height: 350px;
    }
    .location_inner{
        width: 100%;
    }
    .location_title h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .location_slic .slick-list.draggable{
        margin: 0 -125px 0 0;
    }
    .location_single_inner::after{
        left: 25px;
    }
    .contact{
        font-size: 14px;
        line-height: 23px;
    }
    .map_expand{
        font-size: 14px;
        line-height: 24px;
    }
    .location_last_inner {
        max-width: 90%;
    }



}

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

/* home page */
.mobiletop_button {
    float: left;
    width: 100%;
    padding-left: 2em;
}
  .mob_navi.menu_open{
    width: 100%;
    padding-bottom: 7em;
  }

/* mobile-bottom */

.mobile_bottom {
    display: block;
    width: 100%;
    height: 80px;
    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: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    gap: 15px;
    height: 100%;
}
.mob_iconitm span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Poppins-Bold";
    color: #000;
}
.mob_iconitm.mob-cldr {
  display: block;
  width: auto;
  position: fixed;
  bottom: -20px;
  left: 15px;
  z-index: 999;
}
.mob_iconitm a {
  font-size: 22px;
  line-height: 24px;
  padding: 0.6em 1em;
  width: auto;
  background-image: unset;
  z-index: 999;
  color: #0051b7;
}
.mob_iconitm.mobile-phone a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #0154bc;
  border: 8px solid #fff;
  margin-top: calc(-3rem + 8px);
  padding: 3px 13px;
  font-size: 36px;
  color: #fff;
}
.mob_iconitm.mob-cpon {
  display: block;
  width: auto;
  position: fixed;
  bottom: -20px;
  right: 15px;
  z-index: 999;
}


.header_wrapper.fixed .header_logo_inner img, .header_logo_inner img {
    height: 67px;
}
a.header_call::before{
  content: unset;
}
.header_contdetail {
  justify-content: left;
  padding-left: 2em;
}
.mobile-header {
  right: 10px;
  top: 42px;
}
a.header_call {
  font-size: 20px;
  line-height: 30px;
  width: 75%;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}
a.header_call::before {
    left: 2px;
    top: -1px;
    height: 32px;
    width: 32px;
}
.header_offer {
  text-align: center;
  display: block;
  float: left;
  width: 100%;
  padding: 3px 0;
  background-color: #cfeafe;
}
.header_offer p{
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #0a2d44;
  font-family: 'Poppins-Bold';
  text-transform: capitalize;
}
.ban_review_rating {
    gap: 5px;
    width: 63%;
}
.bannerhme_content_inner{
  padding: 1em 0 1em 0;
}
.home_first_image{
  max-width: 100%;
}
.home_second_image{
  max-width: 90%;
}
.home_first_image{
  max-width: 90%;
}
.home_whychoose_image{
  max-width: 90%;
  margin-bottom: 1em;
}
.whychoose_single_inner {
    padding: 1em 4.5em 1em 1em;
}
.faq_question_box .set.active {
    width: 100%;
    background-image: unset;
    background-color: #f5f5f5;
    margin-bottom: 0;
    border-radius: 20px;
    padding: 1em 0em 1em 0em;
}
.whychoose_single_inner p {
    font-size: 13px;
    line-height: 20px;
}
.home_coupons_title h3::before{
  content: unset;
}


  /* inner page */
    .services_odd_image img,
    .services_even_image img {
        height: 350px;
    }

    .services_oddblk_inner h3,
    .services_oddblk_inner h2 {
        line-height: 36px;
    }

    .services_oddblk_inner p,
    .services_evenblk_inner p {
        font-size: 16px;
        line-height: 28px;
    }
    /* servicedetail page */
    .servicedetail_banner {
      filter: unset;
      margin-bottom: 0;
    }
    .servicedetail_banner .innerpage_banner_content{
      display: none;
    }
    .servicedet_firstblk{
      padding-top: 0;
      margin-top: 0;
    }
    .servicedet_first_inner{
      display: flex;
      flex-direction: column;
    }
    .servicedet_first_content{
      order: 1;
        display: flex;
      flex-direction: column;
    }
    .servicedet_first_inner h1 {
      order: 1;
      font-size: 40px;
      line-height: 50px;
      color: #fff;
      padding: 25px 15px 5px;
      margin: 0 -15px;
      background-color: #0154bc;
      font-family: 'Poppins-Bold';
      position: relative;
      z-index: 1;
    }
    .mobile_banner {
      flex-direction: column;
      display: flex;
      padding: 5px 15px 15px;
      margin: -1px -15px 3em;
      background-color: #0154bc;
      filter: drop-shadow(0px 16px 10px rgba(1, 83, 157, .26));
      position: relative;
      order: 2;
    }
    .servicedet_first_content .mobile_banner p {
        order: 1;
        color: #fff;
        font-size: 16px;
        line-height: 24px;
    }
    .mobile_banner .ban_review_left ul li {
        list-style: none;
        display: inline-block;
        padding: 15px 0;
        margin: 0 -7px 0;
    }
    .mobile_banner .ban_review_left ul li::before{
      content: unset;
    }
    .servicedet_first_inner .servicedet_first_content p{
      order: 3;
    }
    .servicedet_first_imageblk{
      order: 2;
        order: 2;
        margin: 2em 0 4em 0;
    }
    .servicedet_first_inner .second_content{
      order: 3;
    }
    .servicedet_first_image{
        margin: 0 auto;
        width: 100%;
        max-width: 90%;
    }
    .servicedet_first_image img {
        height: 350px;
        border: unset;
        border-radius: unset;
    box-shadow: 0 10px 20px rgb(50 161 245 / 41%);
    }
  .servicedet_first_image::after {
      left: -20px;
      top: 25px;
      right: 0px;
      bottom: 0;
      height: 100%;
      width: 99%;
  }
  .servicedet_firstblk::before{
    content: unset;
  }

    .servicedet_first_inner h2{
        font-size: 30px;
        line-height: 38px;
    }
    .servicedet_first_inner h3 {
        font-size: 26px;
        line-height: 38px;
    }

    .servicedet_first_inner p,
    .servicedet_second_inner p,
    .servicedet_third_inner p {
        font-size: 16px;
        line-height: 28px;
        color: #000;
    }

    .servicedet_first_inner h3,
    .servicedet_first_inner h4 {
        font-size: 30px;
        line-height: 38px;
        color: #0154bc;
    }

    .servicedet_second_image img {
        height: 300px;
    }

    .servicedet_second_inner h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .servicedet_second_inner h3,
    .servicedet_second_inner h4 {
        font-size: 28px;
        line-height: 36px;
        color: #9d1c20;
    }
  .detilpage_services_slick .service_single_content{
    height: 215px;
  }
.detilpage_services_slick .service_single_image img{
  border-radius: 15px 15px 0 0;
}
.detilpage_services_slick .service_single_inner{
  border-radius: 15px;
  filter: unset;
}
.detilpage_services_slick .slick-active .service_single_inner{
  transform: none;
  filter: unset;
}
.detilpage_services_slick .slick-list.draggable{
  filter: drop-shadow(0px 63px 31px rgba(0, 145, 255, 0.01)) drop-shadow(0px 20px 14px rgba(0, 145, 255, 0.05)) drop-shadow(0px 14px 7px rgba(0, 145, 255, 0.09)) drop-shadow(0px 5px 11px rgba(0, 145, 255, 0.1));
}
    .home_reviews_title h3 {
        font-size: 27px;
    }

    .servicedet_third_image img {
        height: 350px;
    }

    .servicedet_third_inner h2,
    .servicedet_third_inner h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .detailpage_coupons_inner .slick-list.draggable {
        padding: 0em 0 1em 0;
    }

    .faq_page_title h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .faq_page_detailsec {
        padding: 1em;
    }

    /* blogdetail page */
    .blogdetail_page_inner{
      display: flex;
      flex-direction: column;
      padding: 0 15px;
    }
    .blogdetail_page_inner .container{
      display: contents;
    }
    .blogdetail_page_inner .first_content{
      order: 1;
    }
    .blogdetail_imageblk{
        order: 2;
        margin: 3em 0 2em 0;
    }
    .blogdetail_page_inner .second_content{
      order: 3;
    }
    .faq_page_detailsec h3 {
        font-size: 25px;
    }

    .blogdetail_image img {
        height: 300px;
    }

    .blogdetail_page_wrapper p,
    .commercial_first_inner p,
    .commercial_second_inner p,
    .commercial_third_inner p {
        font-size: 16px;
        line-height: 28px;
    }
    .blogdetail_page_wrapper {
      overflow: hidden;
    }
    .blogdetail_page_wrapper h2 {
        font-size: 28px;
        line-height: 36px;
    }
  .blogdetail_coupons_slick ul.slick-dots{
    display: none !important;
    position: absolute;
    width: 5px;
    right: 0px;
    left: 0;
    bottom: 0;
  }
  .detailpage_coupons_title h3,
  .blogdetail_page_wrapper .home_reviews_title h3{
    font-size: 28px;
    line-height: 34px;
  }
    .detailpage_coupons_slick  .coupon_single_inner,
  .blogdetail_coupons_slick .coupon_single_inner{
    padding: 3em 1em 1em 1em;
  }
      .detailpage_coupons_slick  .coupon_single_inner b, 
    .blogdetail_coupons_slick .coupon_single_inner b {
        top: 15px;
        right: 7px;
        font-size: 9px;
    }
  .detailpage_coupons_slick .slick-list.draggable,
  .blogdetail_coupons_slick .slick-list.draggable
  {
    margin-right: -120px;
  }
  .detailpage_coupons_slick .detailpage_coupons_inner,
  .blogdetail_coupons_block .detailpage_coupons_inner
  {
    background-color: unset;
    padding: 0;
    filter: unset;
    overflow: hidden;
  }
    .blogdetail_coupons_block .coupon_offers, 
    .detailpage_coupons_inner .coupon_offers {
        border-radius: 10px;
        filter: unset;
        margin: 0 -10px;
    }
    .blogdetail_page_wrapper h4,
    .blogdetail_page_wrapper h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .blogdetail_page_wrapper .hme-call {
        font-size: 16px;
        line-height: 24px;
        padding: 7px 10px 7px 40px;
        width: 50%;
    }
    .blogdetail_page_wrapper ul li {
        font-size: 16px;
        line-height: 28px;
    }
    .detailpage_coupons_block {
      overflow: hidden;
    }
    /* commercial page */
  .commercial_first_inner{
    display: flex;
    flex-direction: column;
  }
  .commercial_first_inner .first_content{
    order: 1;
  }
  .commercial_first_imgblk{
    order: 2;
  }
  .commercial_first_inner .first_content h1, 
  .commercial_first_inner .first_content h2{
    display: none;
  }
  .commercial_first_inner .second_content{
    order: 3;
  }
    .commercial_first_image img,
    .commercial_second_image img {
        height: 300px;
        border-radius: 20px;
    }

    .commercial_first_inner h1,
    .commercial_first_inner h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .commercial_second_block {
        margin: 2em 0;
        padding: 2em 0;
    }
    .commercial_second_inner h1,
    .commercial_second_inner h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .commercial-secondblk-firstcontent {
        padding: 2em 0 0em 0;
    }

    .commercial_second_inner h3,
    .commercial_second_inner h4 {
        font-size: 28px;
    }

    .commercial_third_image img {
        height: 350px;
    }

    .commercial_third_inner h1,
    .commercial_third_inner h2,
    .commercial_third_inner h3,
    .commercial_third_inner h4 {
        font-size: 28px;
        line-height: 36px;
    }

  .coupons_page_wrapper{
    margin-bottom: 5em;
  }
    .coupons_page_inner .coupon_single {
        margin: 1em 0;
        float: left;
        width: 50%;
    }
    .coupons_page_inner .coupon_single_inner{
      margin: 0 5px;
      filter: drop-shadow(0px 12px 8px rgba(164, 208, 242, .494));
    }
  .coupons_page_inner .coupon_offers::after {
      border-radius: 0;
      top: 40px;
      bottom: unset;
      height: 70%;
      width: 119%;
      left: -15px;
      right: unset;
      margin: 0 auto;
  }
    .coupons_page_inner .coupon_single:nth-child(3n+2) .coupon_single_inner{
      filter: drop-shadow(0px 8px 8px rgba(255, 92, 97, .494));
    }
  .coupons_page_inner a.print-btn {
      color: #000;
      font-size: 14px;
      padding: 0px 0 10px 0;
      margin-top: 0;
      border-bottom: unset;
      text-decoration: underline;
  }
    .coupons_page_inner .coupons_titlesec {
        order: 3;
    }
    .coupons_page_inner .coupon_offers{
      order: 2;
      padding: 4em 0 0em 0;
    }
    .blogdetail_blogs .blogs_right_inner .blog_single_image img {
        height: 400px;
    }

    .blogs_rightsec {
        padding-left: 0;
        float: left;
        width: 100%;
    }

    .hme_blogs_title h3 {
        font-size: 25px;
    }

    .blog_second_block .blog_single_inner {
        margin: 0px 4px;
    }

    .blog_page_wrapper .blog_single {
        float: left;
        width: 50%;
        margin: 0px 0px 10px;
    }

    .blogdetail_blogs .blog_single_content p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .blogs_right_inner .blog_single {
        float: left;
        width: 100%;
    }

    .blogdetail_blogs .blog_single_content h4 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2   ;
        overflow: hidden;
    }


/* reviews page */
.revews_page_inner{
  padding: 0;
}
.revews_page_inner .review_author h4 {
    font-size: 16px !important;
}
.revews_page_inner .review_single_inner{
  padding: 1em 10px;
}
.revews_page_inner .review_single_inner p {
    height: 200px;
    padding-right: 10px;
}

/* faq page */
.faq_page_contentblk .faq_question_box{
  overflow-y: unset;
  height: auto;
}
a.faq-call {
    width: 54%;
}

/* blog page */
    .blog_page_wrapper .hme_blogs_title {
        display: none;
    }
    .blog_page_wrapper .blogs_leftsec{
      display: block;
      float: left;
      width: 100%;
    }
    .blog_page_wrapper .blogs_leftsec .blog_single_inner {
        width: 100%;
        margin: 0;
    }

/* draincleaning page */



/* service areas */
.servicearea_search h1,
  .servicearea_search h2 {
      font-size: 24px;
      line-height: 36px;
  }
  .servicearea_listblk_inner ul li{
    padding: 0;
  }
  .servicearea_listblk_inner ul{
    padding: 0;
  }
  .servicearea_list_block {
    max-width: 90%;
  }
  .servicearea_search button {
  top: 48px;
  right: 15px;
  height: 25px;
  width: 25px;
  }
.servicearea_listblk_inner li a::before {
  left: 10px;
  height: 21px;
  width: 18px;
}
.servicearea_listblk_inner{
  border-radius: 25px;
  outline-offset: 8px;
  outline: 1px solid #0051b7;
}
.servicearea_listblk_inner li a {
background-color: #fff;
filter: drop-shadow(0px 7px 7px rgba(164, 208, 242, 0.494));
}

/* draincleaning page */

.draincleaning_first_inner{
  display: flex;
  flex-direction: column;
}
.draincleaning_first_content{
  order: 1;
}
.draincleaning_first_imgblk{
  order: 2;
}
.draincleaning_second_content{
  order: 3;
}
.draincleaning_first_content h1, 
.draincleaning_first_content h2{
  display: none;
}

.draincleaning_first_inner strong {
  font-size: 16px;
  line-height: 28px;
  padding: 1em 2em 1em 6em;
  margin-bottom: 1.5em;
  filter: drop-shadow(2px 10px 15px rgba(245, 0, 0, 0.201));
}
.draincleaning_first_inner strong span {
    height: 70px;
    width: 70px;
    font-size: 20px;
    line-height: 16px;
}
.draincleaning_first_image{
  max-width: 100%;
}
.draincleaning_second_image{
  max-width: 87%;
}
.draincleaning_second_image img {
    height: 330px;
    width: 330px;
}
.draincleaning_second_image::before {
  left: -25px;
  top: -15px;
  height: 109%;
  width: 90%;
}
.draincleaning_third_image{
  max-width: 100%;
}
.draincleaning_last_image{
  max-width: 90%;
}
.draincleaning_faqblk .faqhme_title h3 {
    font-size: 28px;
    margin-bottom: 0.5em;
}
.faqhme_hle::after{
  content: unset;
}
.draincleaning_faqblk{
  padding: 0;
  margin: 0;
}
.draincleaning_faqblk::after{
  content: unset;
}
.revews_page_title h2 {
    font-size: 28px;
    line-height: 36px;
}
.draincleaning_reviews_block .revews_page_title{
  margin: 0;
}
.draincleaning_reviews_block .revews_page_title::after{
  content: unset;
}

/* innerpage banner */
.innerpage_banner_image img{
  height: 250px;
}
.innerbanner_heading{
  order: 1;
}
.innerpageban_content_inner p{
  order: 2;
}
a.hme-call.innerbanner-call{
  order: 3;
}
.innerpageban_content_inner .ban_review_rating {
  gap: 5px;
  width: 65%;
  order: 4;
}

/* employment */


.employment_form_page_inner form {
  padding: 2em 1em;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px
}

.employment_form_page_hle {
  max-width: 100%;
  padding: 0 15px;
  margin: 0;
}

.employment_form_page_inner .submit-btn button {
  font-size: 18px;
  line-height: 24px;
  border-radius: 25px;
  width: 45%
}
.employment_form_page_inner .select-field select {
  height: 50px;
}
.employment_form_page_inner .submit-btn {
  text-align: center;
  float: left;
  width: 100%
}

.employment_form_page_inner .form-group input {
  height: 50px;
  font-size: 16px;
  line-height: 26px
}

.footerfirst_content_inner h4 {
    font-size: 28px;
    line-height: 36px;
}

	/* contact us page */
    .contactus_img{
        max-width: 90%;
    }
    .contactus_img img{
        height: 300px;
    }
    .contactsubmit_btn button{
        font-size: 16px;
        line-height: 26px;
    }
    .contact_map .mapouter, .contact_map .gmap_canvas {
        height: 350px;
    }
    .contactus_detail_blk {
        margin: 2em 0;
        width: 100%;
    }
    .contactus_single_inner a, .contactus_single_inner p {
        font-size: 16px;
    }
    /* about us page */
    .aboutus_first_inner{
        display: flex;
        flex-direction: column;
    }
    .aboutus_first_inner .first_content{
        order: 1;
    }
    .aboutus_first_inner .first_content h2{
        display: none;
    }
    .aboutus_first_imgblk {
        order: 2;
        margin: 2em 0 0em;
    }
    .aboutus_first_content{
        order: 3;
    }
    .aboutus_first_content2{
        order: 4;
    }
    .aboutus_first_content ul li,
    .aboutus_first_content p{
        color: #000;
    }
    .aboutus_first_content h3{
        color: #0154bc;
    }
    .aboutus_first_single ul li::after{
        filter: brightness(0) invert(0);
    }
    .aboutus_first_img, .aboutus_third_img, .abtus_why_choose_img{
        max-width: 95%;
    }
    .aboutus_first_img img{
        height: 350px;
        border-radius: 50px 0;
        filter: drop-shadow(6.84px 18.794px 17.5px rgba(0, 84, 187, 0.4));
    }
    .abtus_why_choose_img img {
        height: 350px;
        filter: drop-shadow(6.84px 18.794px 17.5px rgba(0, 84, 187, 0.4));
    }
    .aboutus_first_imgblk span {
        font-size: 12px;
        line-height: 19px;
        padding: 2px 10px 2px 8px;
    }
    .aboutus_first_imgblk span strong{
        font-size: 27px;
        line-height: 37px;
    }
    .aboutus_first_inner h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .aboutus_first_blk::after {
        height: 45.5%;
        content: unset;
    }
    .aboutus_second_inner h3 {
        font-size: 29px;
        line-height: 39px;
    }
    .aboutus_second_imgblk{
        margin: 2em 0;
        float: left;
        width: 100%;
    }
.aboutus_second_imgblk span {
        left: 0.5em;
        top: -20px;
    }
    .aboutus_second_img::after{
        content: unset;
    }
    .aboutus_second_img{
        max-width: 90%;
        margin: 0 auto;
        float: unset;
    }
    .aboutus_second_img img{
        border-radius: 30px;
        height: 350px;
        border: 1px solid rgba(232, 189, 182, 0.3);
        box-shadow: 0px 4px 20px rgb(239 113 113 / 35%);
    }
    .aboutus_third_img img{
        border-radius: 30px;
        height: 350px;
    }
    .abtus_why_choose::after{
        content: unset;
    }
    .abtus_why_choose_imgblk p{
        color: #000;
        display: none;
    }
    .aboutus_service_blk{
        overflow: hidden;
    }
    .aboutus_service_inner::after{
        content: unset;
    }
    .aboutus_service_slic .slick-list.draggable{
        margin: 0 -125px 0 0;
    }
    .aboutus_third_inner h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .abtus_why_choose::after {
        height: 30%;
    }
    .abtus_why_link a::before{
        width: 80%;
    }

    /* location page */

.location_wrapper{
    display: flex;
    flex-direction: column;
}
.container{
    order: 1;
}
.location_map_blk{
    order: 2;
}


    .location_map_blk .mapouter, .location_map_blk .gmap_canvas{
        height: 300px;
        filter: unset;
        box-shadow: unset;
    }
    .location_button_inner button::before{
        width: 60%;
    }
    .location_button_inner button::before {
        width: 80%;
        height: 65px;
    }
    .location_single_inner{
        padding: 1em;
        border-radius: 20px;
    }
    .location_single_inner h3 {
        font-size: 21px;
        line-height: 21px;
    }
    .location_single_inner::after{
        border-radius: 30px 0;
        left: 22px;
    }
    .location_single_inner ul li p::after,
    .location_single_inner ul li a::after,
    .location_review::after{
        content: unset;
    }
    .location_single_inner ul li{
        padding-left: 1em;
    }
    .view_detail{
        padding: 16px 14px;
    }
    .location_last_right{
        justify-content: center;
        flex-direction: column;
    }
    /* .contact{
        width: 100%;
        padding: 12px 20px 30px 90px;
    }
    .map_expand{
        width: 100%;
        padding: 12px 20px 30px 90px;
    } */
    .map_expand,
    .contact {
        width: 50%;
        padding: 6px 10px 20px 40px;
    }


}