
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;		
}
/*****************************************************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_firstphone_inner,.header_firstschedule_inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: drop-shadow(-8.09px 5.878px 17.5px rgba(0, 0, 0, .14));
  height: 70px;
  position: relative
}
.header-nav nav>ul {
    position: relative;
    display: block;
    text-align: center;
    float: left;
    margin: 0;
    width: 100%;
    padding-right: 0em;
    padding-left: 3em;
  }
.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: 20px 5px 20px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: relative;
  display: block;
  letter-spacing: 0;
  position: relative;
  font-size: 16px;
  color: #a91f24;
  font-weight: 400;
  transition: 0.5s;
}
.header-nav nav>ul>li>a:hover {
  color: #072f5f;
  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: 900px;
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: 32%;
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: #192d3f;
}
ul.megamenu li:hover a {
color: #fff !important;
}
ul.megamenu li a {
font-size: 15px;
color: #232323 !important;
}
  
ul.megamenu.servicearea {
    width: 1100px;
    left: -315px;
}
ul.megamenu.servicearea li{
  width: 23.9%;
}

/*************** 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_firstright_inner{
  padding: 0;
}
.header_wrapper.fixed::before {
  height: 24%;
}
.header_wrapper.fixed .header_secondright_inner {
    padding: 0.5em 0 0.5em 0;
}
.header_wrapper.fixed .header-nav nav>ul>li>a {
    padding: 5px 5px 10px
}
.header_wrapper.fixed .header_ratings p {
    margin: 7px 0 0 0;
}
.header_wrapper.fixed .header_logo_inner {
    padding: 0.5em 0em 0.5em 0em;
}


.header_wrapper {
  float: left;
  width: 100%;
  z-index: 3;
  background-color: #fff;
  position: relative;
}
.header_wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 81%;
    height: 30%;
    border-radius: 30px 0px 0px 30px;
    background-color: #9f1f24;
    z-index: -2;
}
.header_wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 81%;
    height: 30%;
    border-radius: 30px 0px 0px 30px;
    background-color: #f2f6f9;
    z-index: -2;
}
.header_wrapper .container {
  padding: 0;
  max-width: 1360px;
  margin: 0 auto;
  width: auto;
}
.header_inner {
  position: relative;
}
.header_firstright{
  position: relative;
}
/* .header_hle::after {
    content: '';
    position: absolute;
    right: 0;
    width: 82.9%;
    height: 50%;
    bottom: 0;
    background-color: #fff;
    clip-path: polygon(2% 0%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
} */
.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: 2em 0em 2em 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: 140px;
    width: 100%;
    object-fit: contain;
}
.header-nav {
  float: right;
  position: relative;
  margin-top: 0px;
}
.header_offersec{
  float: left;
  padding-top: 0px;
}
.header_dayoffers{
    position: relative;
    padding-left: 9em;
    padding-right: 5em;
}
.header_dayoffers::before{
    content: '';
    position: absolute;
    top: -10px;
    bottom: 0;
    left: 5em;
    margin: auto 0;
    height: 45px;
    width: 45px;
    background-image: url(../images/home/customer-icon.webp);
    background-size: 100% 100%;
}
.header_dayoffers p{
    font-family: 'Poppins-Medium';
    font-size: 14px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
}
.header_dayoffers p b{
font-size: 16px;
    line-height: 20px;
    color: #a91f24;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 7px;
    margin-left: 4px;
    filter: drop-shadow(2.025px 8.769px 5.5px rgba(10, 45, 68, 0.12));
    background-color: #ebf5ff;
    border: 1px solid #ffffff;
}
.header_ratings{
  float: left;
  padding-right: 2em;
}
.header_ratings p span{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 14px;
    background-color: #fff;
    border: 1px solid #a91f24;
    margin-right: 5px;
}
.header_ratings p{
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
}
.header_contdetail {
    float: right;
    display: flex;
    padding-left: 2em;
    position: relative;
}
a.header_call{
position: relative;
    padding: 10px 0px 10px 0px;
    font-size: 21px;
    line-height: 30px;
    color: #1e3e53;
    font-weight: 600;
    width: 245px;
    text-align: center;
    margin-right: 2em;
    transition: 0.5s;
    border-right: 1px solid #ffffff57;
}
a.header_call::before{
  position: absolute;
  content: '';
  left: -10px;
  top: 0;
  bottom: 0;
  height: 25px;
  width: 25px;
  background-size: 100% 100%;
  margin: auto 0;
  background-image: url(../images/home/header-phone.webp);
}
a.header_shedule{
    position: relative;
    padding: 10px 0px 10px 0px;
    font-size: 21px;
    line-height: 30px;
    color: #1e3e53;
    width: 230px;
    text-align: end;
    font-weight: 600;
    transition: 0.5s;
}
a.header_shedule::before{
  position: absolute;
  content: '';
  left: -23px;
  top: 0;
  bottom: 0;
  height: 34px;
  width: 34px;
  margin: auto 0;
  background-size: 100% 100%;
  background-image: url(../images/home/header-calendar.webp);
}
.header_shedule:hover, 
.header_call:hover {
  transform: scale(0.9);
  color: #a91f24;
  transition: 0.5s;
}
.header_firstright_inner{
  padding: 1em 0 1em 0;
  /* background-color: #9f1f24; */
}
.header_top_secondsec p,
.header_top_firstsec p{
  margin: 7px 0 0 0 ;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}
.header_secondright_inner {
  padding: 1em 0 0.5em 0;
}
.header_thirdright_inner {
  float: left;
  width: 100%;
  /* background-color: #f2f6f9; */
}
.header_socialmedia ul{
  float: left;
  width: 100%;
  text-align: center;
}
.header_socialmedia ul li {
  list-style-type: none;
  display: inline-block;
}
.header_socialmedia ul li a {
  font-size: 26px;
  color:  #fff;
  margin: 0px 7px !important;
  transition: 0.5s;
  border: unset;
  padding: 0;
}
.header_socialmedia ul li a:hover {
    color: #c4272d;
    transition: 0.5s;
}
.header_socialmedia ul li a svg {
  top: -1px;
  width: 26px;
  transition: 0.5s;
  vertical-align: middle;
  fill: #fff;
  position: relative;
}
.header_socialmedia ul li a svg:hover {
  fill: #c4272d;
}

.bannerhme_wrapper {
  float: left;
  width: 100%;
  position: relative;
}
.bannerhme_wrapper .container{
  position: relative;
}
.bannerhme_slic .slick-list.draggable{
  padding-bottom: 2em;
}
.bannerhme_image::after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1em;
    right: 0;
    width: 101%;
    height: 85%;
    background-image: url(../images/home/banner_shape.webp);
    background-position: center;
    background-size: 100% 100%;
    z-index: 0;
}
.bannerhme_image img,
.bannerhme_image video {
  height: 750px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.bannerhme_content {
  position: absolute;
  bottom: 6em;
  left: -3em;
  width: 450px;
  z-index: 1;
}
.bannerhme_content_inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.bannerhme_image {
  overflow: hidden;
  position: relative;
}
.bannerhme_content_inner h1,
.bannerhme_content_inner h2{
  font-size: 38px;
  line-height: 48px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #0a2d44;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.bannerhme_content_inner p{
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  font-weight: 400;
}
.bannerhme_content_inner p b{
    font-size: 16px;
    line-height: 24px;
    color: #a91f24;
}

.ban_review_rating{
    float: left;
    display: flex;
    vertical-align: middle;
    align-items: center;
    gap: 15px;
    padding: 0px 0px 0px 0px;
}
.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;
    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: #a91f24;
    font-weight: 600;
}
.banner-video{
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .5s;
}
a.ban_video_but{
    display: inline-block;
    font-size: 0;
    background-image: url("../images/home/play-button.webp");
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
    transition: .5s;
}
a.ban_video_but:hover {
    transform: scale(0.9);
    transition: .5s;
    filter: invert(1);
}

.home_first_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.home_first_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
.home_first_inner h1,
.home_first_inner h2{
position: relative;
    left: -4em;
    display: flow-root;
    font-size: 34px;
    line-height: 46px;
    text-transform: uppercase;
    color: #0a2d44;
    margin-top: -1.5em;
    border-radius: 22px;
    background-color: #f1f5f9;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
}
.home_first_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.home_first_inner p a{
  color: #a91f24;
  border-bottom: 1px solid #a91f24;
}
.home_first_imgblk{
  float: left;
}
.home_first_image{
  float: left;
  margin-right: 3em;
  margin-left: 3em;
  position: relative;
}
.home_first_image::before{
  content: '';
  position: absolute;
  left: -1px;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 20px;
  background-color: #9f1f24;
  height: 101%;
  width: 101%;
  z-index: -1;
  rotate: 2deg;
}
.home_first_image img{
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 601px;
  border-radius: 20px;
  filter: drop-shadow(3.824px 16.564px 13.5px rgba(10,45,68,0.29));
  background-color: #f2f6f9;
  border: 1px solid #ffffff;
  rotate: -5px;
}
.hme_buttons{
  display: flex;
  margin-top: 2em;
}
.hme-call{
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 10px 40px 10px 10px;
  width: 35%;
  margin-right: 1em;
  text-align: center;
  transition: 0.5s;
  border-radius: 26px;
  background-color: #a12328;
  border: 1px solid #ffffff;
  filter: drop-shadow(2.699px 11.692px 10.5px rgba(34,88,143,0.26));
}

.hme-call::before{
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 50px;
    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: #0a2d44;
  font-weight: bold;
  padding: 10px 50px 10px 10px;
  position: relative;
  width: 30%;
  text-align: center;
  transition: 0.5s;
  border-radius: 26px;
  background-color: #e1e8ef;
  border: 1px solid #ffffff;
  filter: drop-shadow(2.699px 11.692px 10.5px rgba(34,88,143,0.17));
}
.hme-readmore::before{
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 50px;
    transition: 0.5s;
    background-image: url(../images/home/readmore-arrow.webp);
    background-size: 100% 100%;
}
.hme-call:hover,
.hme-readmore:hover {
  transform: scale(0.9);
  color: #000;
  transition: 0.5s;
}

.hme_services_block{
  float: left;
  width: 100%;
  padding: 2em 0;
  margin: 2em 0;
  position: relative;
}
.hme_services_block::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: url(../images/home/servicesblk_bg.webp);
    background-size: 100% 100%;
    z-index: -3;
}
.hme_services_hle{
  float: left;
  width: 100%;
}
.hme_services_sliderblk{
  float: left;
}
.hme_services_title{
  display: flex;
  float: left;
  margin: 2em 0;
}
.hme_services_title p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    width: 70%;
    padding-right: 5em;
}
.hme_services_title h2{
 margin: 0;
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    padding-left: 2em;
    z-index: 1;
    border-left: 2px solid #ffffff57;
}
.hme_services_slick{
  float: left;
  width: 100%;
}
.service_single{
  float: left;
}
.service_single_inner{
  float: left;
  margin: 0 15px;
}
.service_single_image{
  float: left;
  width: 100%;
  margin-bottom: 1em;
}
.service_single_image img{
  object-position: center;
  width: 100%;
  object-fit: cover;
  height: 265px;
  border-radius: 70px 5px;
  filter: drop-shadow(-12.021px 12.021px 16.5px rgba(169,31,36,0.12));
  filter: drop-shadow(6.368px 15.762px 16.5px rgba(8,35,53,0.12));
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.service_single_content{
  padding: 0em;
  float: left;
  width: 100%;
  text-align: center;
}
.service_single_content h4{
  font-size: 19px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #a91f24;
  font-weight: 600;
}
.service_single_content p{
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  font-weight: 400;
}
a.service-readmore{
  font-size: 14px;
  line-height: 26px;
  color: #0a2d44;
  font-weight: 600;
  border-bottom: 1px solid #0a2d44;
}
.hme_services_slick .slick-list.draggable{
  filter: drop-shadow(-6.021px 10.021px 16.5px rgba(169,31,36,0.12));
}
.hme_services_slick ul.slick-dots {
    float: left;
    width: 100%;
    margin-top: 1.5em;
    text-align: center;
}
.hme_services_slick ul.slick-dots li {
  list-style-type: none;
  display: inline-block;
}
.hme_services_slick ul.slick-dots li.slick-active button {
  width: 200px;
  height: 1px;
  background-color: #a91f24d0;
  border-radius: 0px;
  padding: 1px;
}
.hme_services_slick ul.slick-dots li button {
  border: unset;
  font-size: 0;
  width: 50px;
  height: 1px;
  background-color: #fff;
  border-radius: 0;
  padding: 1px;
}

.home_second_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.home_second_inner{
  float: left;
  width: 100%;
}
.home_second_inner h3,
.home_second_inner h2{
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #0a2d44;
}
.home_second_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight:200;
}
.home_second_imgblk{
  float: right;
}
.home_second_image{
  position: relative;
}
.home_second_image::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/home/hmesecondimg_shape.webp);
  background-size: 100% 100%;
}
.home_second_image img{
  height: 870px;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.home_second_inner ul li{
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    display: flow-root;
    padding-left: 2em;
    margin-bottom: 10px;
    position: relative;
}
.home_second_inner ul li::before{
    content: "";
    position: absolute;
    top: 5px;
    left: -5px;
    height: 15px;
    width: 24px;
    background-image: url(../images/home/list_icon.webp);
    background-size: 100% 100%;
}

.home_whychoose_block{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
  position: relative;
}
.home_whychoose_block::after{
content: '';
position: absolute;
right: 0;
top: -1em;
width: 60%;
clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
height: 98%;
background-color: #9f1f24;
z-index: -3;
}
/* .detailpage_whychoose_block .container {
    max-width: 1340px;
} */
.home_whychoose_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.home_whychoose_iconsblk{
  float: left;
    position: relative;
    z-index: 1;

}
.home_whychoose_icons_inner{
  float: left;
  margin-right: 1em;
}
.home_whychoose_contentblk{
    float: left;
    position: relative;
}
.home_whychoose_content_inner{
  float: left;
  border-radius: 10px;
  padding: 1em 2em 2em 2em;
}
.home_whychoose_content_inner h3{
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
  color: #0a2d44;
  font-weight: 400;
}
.home_whychoose_content_inner p{
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 100;
}
.home_whychoose_single {
    float: left;
    border-radius: 44px;
    background-color: #ffffff;
    border: 0.5px solid #cacaca;
    margin: 6px 6px;
    width: 47%;
    padding: 2em 1em;
    text-align: center;
    filter: drop-shadow(0px 26px 23.5px rgba(24,98,189,0.16));
    position: relative;
}
.home_whychoose_icon img{
  height: 60px;
  object-position: center;
  object-fit: contain;
}
.home_whychoose_title h4{
  font-size: 18px;
  color: #a12328;
  font-weight: 600;
  text-align: center;
}
.home_whychoose_title p{
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 300;
  text-align: center;
}
.whychoose_callbtn {
  display: inline-block;
    font-size: 21px;
    line-height: 30px;
    color: #a12328;
    font-weight: bold;
    position: relative;
    padding: 15px 10px 15px 40px;
    width: 40%;
    margin-right: 1em;
    text-align: center;
    transition: 0.5s;
    border-radius: 36px;
    background-color: #fff;
    border: 1px solid #a12328;
    filter: drop-shadow(2.699px 11.692px 10.5px rgba(34, 88, 143, 0.26));
}
.whychoose_callbtn::before {
    position: absolute;
    content: '';
    left: 24px;
    top: 0;
    bottom: 0;
    height: 27px;
    width: 27px;
    background-size: 100% 100%;
    margin: auto 0;
    background-image: url(../images/home/call-icon.webp);
}
.home_whychoose_single:nth-child(1){
  border-bottom-right-radius: 10px;
  z-index: 1;
    top: -15px;
    left: -15px;
}
.home_whychoose_single:nth-child(2){
  border-bottom-left-radius: 10px;
}
.home_whychoose_single:nth-child(3){
  border-top-right-radius: 10px;
}
.home_whychoose_single:nth-child(4){
  border-top-left-radius: 10px;
    bottom: -15px;
    right: -15px;
    z-index: -1;
}
.home_whychoose_contentblk::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 115%;
    z-index: -1;
    border-radius: 10px;
    background-color: #f4f7fa;
    z-index: -2;
}

/* .detailpage_whychoose_single:nth-child(2){
  background-color: #000;
}
.detailpage_whychoose_single:nth-child(2) .detailpage_whychoose_title h4{
  color: #fff;
}
.detailpage_whychoose_single:nth-child(2) .detailpage_whychoose_icon img{
  filter: brightness(0) invert(1);
} */


.home_third_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
  overflow: hidden;
}
.home_third_block::after{
position: absolute;
    content: '';
    top: 0em;
    right: -20px;
    bottom: 0;
    opacity: 0.502;
    width: 65%;
    height: 100%;
    border-radius: 50%;
    background-color: #f6f8fa;
    z-index: -3;
}
.home_third_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.home_third_inner h3,
.home_third_inner h2{
    font-size: 36px;
    line-height: 46px;
  text-transform: uppercase;
  color: #0a2d44;
}
.home_third_inner strong{
  font-size: 26px;
  color: #a91f24;
  font-weight: 600;
  display: flow-root;
  font-family: 'Poppins-Bold';
  padding-bottom: 0.5em;
}
.home_third_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight:200;
}
.home_third_imgblk{
  float: left;
    padding-right: 3em;
}
.home_third_image{
  position: relative;
  float: right;
  width: 107%;
  margin-top: 3em;
  padding-right: 2em;
  margin-bottom: 2em;
}
.home_third_image::before {
position: absolute;
    content: '';
    left: 40px;
    top: 5px;
    right: 0;
    bottom: 0;
    width: 98%;
    height: 104%;
    background-image: url(../images/home/hmethird_imgbg.webp);
    background-size: 100% 100%;
}
.home_third_image img{
  width: 615px;
  height: 615px;
  border-radius: 364px;
  filter: drop-shadow(-10.625px 15.752px 18px rgba(26,115,232,0.26));
  background-color: #f6f8fa;
  border: 3px solid #ffffff;
  width: 100%;
  object-position: center;
  object-fit: cover;
}

.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;
}
.home_reviews_title strong{
  font-size: 24px;
  color: #a71f24;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  position: relative;
}
.home_reviews_title strong::before {
    content: '';
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 65%;
    border-bottom: 2px solid;
}
.home_reviews_title h3{
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 60px;
    padding: 0px 6em;
    color: #0a2d44;
    text-align: center;
}
.home_reviews_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.hmereviews_leftblk{
  float: left;
}
.review_single{
  float: left;
}
.review_single_inner{
  position: relative;
  float: left;
  margin: 0 10px;
  padding: 5em 4em 8em 3em;
  background-size: 100% 100%;
  background-image: url('../images/home/hmereview_single_bg.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 {
    font-size: 36px;
    color: #0a2d44;
    padding-right: 12px;
}
/* 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;
    display: inline-block;
}
.review_author::before{
    position: absolute;
    content: '';
    left: -45px;
    right: 0;
    top: 0;
    border-bottom: 1px solid #f1f1f1;
    width: 320px;
}
.review_author h4{
  font-size: 16px !important;
  line-height: 24px !important;
  color: #0a2d44;
  font-weight: 500;
  margin-bottom: 0px;
  font-family: 'Poppins-SemiBold';
}
.review_author span{
  font-size: 14px;
  color: #a91f24;
  font-weight: 400;
}
.star_rating{
  margin-top: 10px;
  float: right;
}
.star_rating i{
  color: #f1c400;
}
.google_review{
  display: none;
}
.hme_reviews_slick .slick-list.draggable{
  padding: 3em 0 3em 0;
  filter: drop-shadow(-6.428px 7.66px 14px rgba(21,87,129,0.12));
}
.detailpage_services_slick ul.slick-dots,
.detailpage_blogpost_slick ul.slick-dots,
.hme_reviews_slick ul.slick-dots {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.detailpage_services_slick ul.slick-dots li,
.detailpage_blogpost_slick ul.slick-dots li,
.hme_reviews_slick ul.slick-dots li 
{
  list-style-type: none;
  display: inline-block;
  margin: 0 6px;
}
.detailpage_services_slick ul.slick-dots li button,
.detailpage_blogpost_slick ul.slick-dots li button,
.hme_reviews_slick ul.slick-dots li button 
{
  display: inline-block;
  border: unset;
  font-size: 0;
  width: 12px;
  height: 12px;
  background-color: #0a2d44;
  border-radius: 50%;
  transition: 0.5s;
}
.detailpage_services_slick ul.slick-dots li.slick-active button,
.detailpage_blogpost_slick ul.slick-dots li.slick-active button,
.hme_reviews_slick ul.slick-dots li.slick-active button  
{
  font-size: 0;
  transform: scale(1.3);
  background-color: #a71f24;
  border-radius: 50%;
  transition: 0.5s;
}
.hme_reviews_slick .slick-active+.slick-active .review_single_inner{
  background-image: url(../images/home/hmereview_single_bg_active.webp);
}
.hme_reviews_slick .slick-active+.slick-active+.slick-active .review_single_inner{
    background-image: url('../images/home/hmereview_single_bg.webp');
}


/* 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: 120%;
    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{
  font-size: 40px;
  line-height: 50px;
  color: #a91f24;
  font-weight: 400;
  margin-top: 0;
}
.faqhme_image{
  float: right;
  position: relative;
}
.faqhme_image_inner{
  float: left;
  margin-top: -5em;
  margin-left: 2em;
  position: relative;
}
.faqhme_image_inner::after{
position: absolute;
    content: '';
    right: -35px;
    top: -5em;
    width: 75%;
    height: 114%;
    z-index: -1;
    background-image: url(../images/home/faqblk_img_shape.webp);
    background-size: 100% 100%;
}
.faqhme_image_inner img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 800px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}
.faqhme_content{
  position: relative;
}
.faq_question_box{
  margin: 0em 0;
  height: auto;
  padding: 1em 1em 1em 1em;
}
.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;
}
.faq_question_box .set.active{
  margin-bottom: 0em;
  margin-top: 0em;
  border-radius: 5px;
  filter: drop-shadow(11.658px 18.657px 23.5px rgba(34,88,143,0.16));
  background-color: #ffffff;
  border: 1px solid #e9eff4;
}
.faq_question_box .set a.active{
  padding: 1em 3em 0.5em 1.5em;
  border: 0;
}
.faq_question_box .set a.active::before{
    content: '\f068';
    color: #a91f24;
}
.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-top: 1px solid #e9edf26b;
  border-bottom: 1px solid #e9edf26b;
  font-size: 24px;
  color: #0a2d44;
  line-height: 34px;
  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: 35px;
    color: #a91f24;
    right: 25px;
    font-family: 'FontAwesome';
}
.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;
  padding: 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: #0a2d44;
  text-align: center;
}
.hme_blogs_slick{
  float: left;
  width: 100%;
}
.blog_single{
  float: left;
}
.blog_single_inner{
  float: left;
  display: flex;
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  margin: 10px 0;
  padding: 1em;
}
.blog_single_image{
  float: left;
  width: 40%;
  position: relative;
}
.blog_single_image img{
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 280px;
  border-radius: 10px;
  background-color: #f2f6f9;
}
.blog_single_content{
  width: 70%;
  float: left;
  position: relative;
  padding-left: 1em;
}
.blogsingle_date{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #a71f24;
  font-weight: 400;
}
.blog_single_content h4{
  font-size: 26px;
  line-height: 36px;
  color: #0a2d44;
  font-weight: 600;
}
.blog_single_content p{
  font-size: 14px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
}
.blog_readbtn{
  font-size: 16px;
  color: #a71f24;
  font-weight: 400;
  border-bottom: 1px solid;
}
.hme_blogs_slick .slick-list.draggable{
  filter: drop-shadow(4.274px 18.513px 15px rgba(16,103,185,0.14));
}
.blogs_right_inner{
  margin-left: 1em;
}
.blogs_right_inner .blogsingle_date::before{
  content: '';
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 65%;
  border-bottom: 1px solid;
}
.blogs_right_inner .blog_single_inner{
  border-radius: 14px;
  filter: drop-shadow(4.274px 18.513px 15px rgba(16,103,185,0.14));
  background-color: #f2f6f9;
}
.blogs_right_inner .blog_single_image {
    width: 25%;
}
.blogs_right_inner .blog_single_image img{
  height: 120px;
  border-radius: 5px;
}
.blogs_right_inner .blog_single_inner h4{
  font-size: 21px;
  line-height: 30px;
  color: #002b55;
  font-weight: 600;
}
.blogs_right_inner .blog_readbtn,
.blogs_right_inner .blog_single_inner p{
  display: none;
}

.footer_wrapper {
  float: left;
  width: 100%;
  padding-top: 2em;
  background-size: 100% 100%;
  background-image: url(../images/home/footer_bg.webp);
  position: relative;
filter: drop-shadow(0px -20px 18.5px rgba(10,45,68,0.1));
  z-index: 3;
}
.footer_content_inner{
  float: left;
  width: 100%;
}
.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-top: 2em;
  padding-right: 4em;
}
.footerfirst_content_inner p {
  font-size: 16px;
  line-height: 30px;
  color:  #000;
  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: #000;
    font-weight: 400;
    margin: 10px 0;
    display: inline-block;
}
.footerfirst_menu h4,.footerfirst_lastaddress h4 {
  font-size: 26px;
  line-height: 30px;
  color: #0a2d44;
  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-left: 3em;
  padding-top: 0em;
}
.footer_menus_inner{
  float: left;
  width: 100%;
}
.footerfirst_menu ul {
    float: left;
    width: 50%;
}
.footerfirst_menu ul li {
  float: left;
  width: 100%;
  list-style-type: none;
}
ul.other_Links li a,
.footerfirst_menu ul li a,
.footersec_menu ul li a{
  font-size: 16px;
  line-height: 35px;
  color:  #000;
  font-weight: 400;
  transition: 0.5s;
}
ul.other_Links li a:hover,
.footerfirst_menu ul li a:hover {
  color: #c4272d;
  transition: 0.5s;
}
ul.other_Links{
  float: right;
  width: 100%;
}
ul.other_Links li{
  width: 100%;
}
.footerfirst_menu ul li span{
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    margin: 0.5em 0;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
    font-family: 'Poppins-SemiBold';
}

.footerfirst_lastaddress p{
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 100;
    position: relative;
    padding-left: 2em;
    margin-bottom: 20px;
}
.footerfirst_lastaddress p:before {
  content: '\f041';
  position: absolute;
  font-size: 23px;
  top: 0;
  color:  #9e1d22;
  left: 0;
  font-family: 'FontAwesome';
}
.footerfirst_lastaddress a{
    font-size: 24px;
    line-height: 30px;
    color: #9e1d22;
    font-weight: 100;
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 20px;
    font-family: 'Poppins-SemiBold';
  transition: 0.5s;
}
.footerfirst_lastaddress a:before {
  content: '\f095';
  position: absolute;
  font-size: 23px;
  top: 0;
  color:  #9e1d22;
  left: 0;
  font-family: 'FontAwesome';
}
.footerfirst_lastaddress a:hover {
  color: #c4272d;
  transition: 0.5s;
}

.socialmedia_footer span {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    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: #c4272d;
    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: #c4272d;
}
.socialmedia_footer{
    padding-left: 0em;
    position: relative;
    padding-top: 30px;
    margin-top: 5em;
}
.socialmedia_footer::before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    border-top: 1px solid #cacaca8a;
    width: 95%;
}
.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 {
    width: 30%;
    position: relative;
    padding-top: 0em;
    padding-left: 4em;
    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 #9e1d22;
}
.footer_copyrights p {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 30px;
  color: #9e1d22;
  font-weight: 400;
}
.footer_iboostlogo {
  text-align: right;
}

/* innerpages */

.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: 40%;
  height: 101%;
  background-image: url(../images/aboutus/inner_banner_shape.webp);
  background-size: 100% 100%;
}
.innerpage_banner_image img{
  object-fit: cover;
  width: 100%;
  height: 600px;
  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;
  text-transform: uppercase;
  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;
}
.banner-call{
background-color: #ffffff;
    color: #0a2d44;
    width: 55%;
    margin-top: 1em;
    margin-right: 0em;
}
.banner-call::before {
    right: 7px;
    height: 80%;
    width: 40px;
    background-image: url(../images/aboutus/innerbanner_phone.webp);
}

.contactus_banner .ban_review_rating,
.innerpageban_content_inner .ban_review_rating{
    position: absolute;
    top: 2.5em;
    left: 6em;
}
.contactus_banner .ban_review_left ul{
    display: flex;
    flex-direction: row-reverse;
}
.contactus_banner .ban_review_left ul li,
.innerpageban_content_inner .ban_review_left ul li{
      border: 2px solid #fff;
      border-radius: 30px;
      padding: 9px 0;
}
.contactus_banner .ban_review_left ul li a,
.innerpageban_content_inner .ban_review_left ul li a {
    border: unset
}
.contactus_banner .ban_review_left ul li:nth-child(2) a,
.innerpageban_content_inner .ban_review_left ul li:nth-child(2) a{
    color: #0b70ce;
} 
.contactus_banner .ban_review_left ul li:nth-child(1) a,
.innerpageban_content_inner .ban_review_left ul li:nth-child(3) a{
    /* background: conic-gradient(#4285F4 0deg 150deg, #34A853 90deg 215deg, #FBBC05 180deg 300deg, #EA4335 290deg 0deg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
   background: conic-gradient(
    from -45deg,
    #EA4335 0deg 90deg,
    #FBBC05 90deg 180deg, 
    #34A853 180deg 270deg,
    #4285F4 270deg 360deg   
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contactus_banner .ban_review_right .score,
.innerpageban_content_inner .ban_review_right .score {
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
}

.banner_coupon{
  position: absolute;
  right: 0;
  bottom: 1em;
}
.banner_coupon_inner{
  position: relative;
  background-image: url(../images/aboutus/banner_coupon_bg.webp);
  background-size: 100% 100%;
  padding: 1em 1em 2em 1em;
  text-align: center;
  float: left;
  text-align: center;
}
.banner_coupon_inner strong{
background-image: url(../images/aboutus/coupontitlebg.webp);
    background-size: 100% 100%;
    font-size: 14px;
    color: #0a2d44;
    font-weight: 600;
    padding: 5px 10px;
    display: block;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 95%;
}
.banner_coupon_offer{
  display: block;
}
.banner_coupon_inner span{
  font-size: 60px;
  color: #ffffff;
  font-weight: 600;
    font-family: 'Poppins-SemiBold';
}
.banner_coupon_inner sub{
  font-size: 21px;
  color: #ffffff;
  font-weight: 500;
  bottom: 0;
}
.banner_coupon_inner b{
  font-size: 12px;
  color: #ffffff;
  display: block;
  font-weight: 400;
}
.print-btn{
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.aboutus_firstblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.aboutus_first_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.aboutus_first_imageblk{
  float: right;
  filter: drop-shadow(0px 10px 20px rgba(0,145,255,0.3));
}
.aboutus_first_image{
  position: relative;
  margin-left: 7em;

}
.aboutus_first_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 500px;
  border-radius: 30px;
}
.aboutus_first_shortimage{
    position: absolute;
    left: 2em;
    bottom: -2em;
    width: 37%;
    padding: 5px;
    background-color: #fff;
    -webkit-clip-path: url(#my-clip-path);
    clip-path: url(#my-clip-path);
}
.aboutus_first_shortimage img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 231px;
    -webkit-clip-path: url(#my-clip-path);
    clip-path: url(#my-clip-path);
}
.aboutus_first_imageblk span {
    padding: 10px 20px;
    top: 0;
    left: 2em;
    position: absolute;
    color: #fff;
    font-size: 30px;
    background-color: #9d1c20;
    font-family: 'Poppins-Bold';
}
.aboutus_first_imageblk span b{
  display: block;
  font-size: 14px;
  color: #ffffff8d;
  font-weight: 600;
}
.aboutus_first_inner h3,
.aboutus_first_inner h2{
  position: relative;
  font-size: 40px;
  line-height: 50px;
  color: #0a2d44;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.aboutus_first_inner h2::before{
  position: absolute;
  content: '';
  left: 0;
  top: -15px;
  width: 100px;
  border-top: 4px solid #9d1c20;
}
.aboutus_first_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.aboutus_secondblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  background-color: #f5f6f8;
}
.aboutus_second_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.aboutus_second_imageblk{
  float: left;
}
.aboutus_second_image{
  position: relative;
  margin-right: 4em;
}
.aboutus_second_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 550px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
  border: 2px solid #fff;
  filter: drop-shadow(0px 10px 20px rgba(0,145,255,0.3));
}
.aboutus_second_imageblk span {
    padding: 10px 25px;
    top: 0;
    right: 1.5em;
    position: absolute;
    color: #fff;
    font-size: 30px;
    background-color: #9d1c20;
    font-family: 'Poppins-Bold';
}
.aboutus_second_imageblk span b{
  display: block;
  font-size: 14px;
  color: #ffffff8d;
  font-weight: 600;
}
.aboutus_second_inner h3,
.aboutus_second_inner h2{
  position: relative;
  font-size: 40px;
  line-height: 50px;
  color: #0a2d44;
  font-weight: 700;
  display: flow-root;
}
.aboutus_second_inner h3::before,
.aboutus_second_inner h2::before{
  position: absolute;
  content: '';
  left: 0;
  top: -15px;
  width: 100px;
  border-top: 4px solid #9d1c20;
}
.aboutus_second_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.aboutus_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;
}
.aboutus_second_inner ul li::before{
    content: "\f18e";
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 20px;
    color: #9d1c20;
}


.aboutus_reviews_block .slick-list.draggable{
  /* filter: unset; */
  padding: 9em 0 0em 0;
}
.aboutus_reviews_block .slick-active+.slick-active .review_single_inner{
  background-image: url(../images/aboutus/review_bg_active.webp);
  top: -6em;
  filter: drop-shadow(0px 10px 30px rgba(0, 145, 255, 0.294));
}
.aboutus_reviews_block .slick-active+.slick-active+.slick-active .review_single_inner{
  top: 0;
  background-image: url(../images/aboutus/review_bg.webp);
  filter: unset;
}
.aboutus_reviews_block .review_single_inner{
  margin: 0 7px;
  padding: 3em 4em 10em 3em;
  background-image: url(../images/aboutus/review_bg.webp);
}
.aboutus_reviews_block .review_author::before{
  content: unset;
}
.aboutus_reviews_block .review_author {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.aboutus_reviews_block .review_author h4{
  font-family: 'Poppins-Bold';
}
.aboutus_reviews_block .review_ratings{
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
}
.aboutus_reviews_block .star_rating {
    margin-top: 0;
    float: none;
}
.aboutus_reviews_block .review_single_inner a {
    font-size: 24px;
}
.aboutus_reviews_block .review_single_inner p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    overflow-y: scroll;
    height: 135px;
}
.aboutus_reviews_block .review_author span {
    font-size: 13px;
}
.detailpage_services_slick ul.slick-dots li button,
.detailpage_blogpost_slick ul.slick-dots li button,
.aboutus_reviews_block ul.slick-dots li button{
  background-color: #cacaca;
}



.aboutus_thirdblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
.aboutus_thirdblk::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 65%;
  background-color: #1a608f;
  z-index: -3;
}
.aboutus_third_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.aboutus_third_imageblk{
  float: right;
}
.aboutus_third_image{
  position: relative;
  margin-left: 3em;
}
.aboutus_third_image::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 15px;
  width: 100%;
  background-image: url(../images/aboutus/line.webp);
  background-size: 100% 100%;
  z-index: 1;
}
.aboutus_third_image::after{
content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    outline-offset: -90px;
    outline: 13px solid #ffffff8a;
    z-index: 2;
}
.aboutus_third_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 830px;
    filter: drop-shadow(0px 10px 20px rgba(0, 145, 255, 0.3));
}
.aboutus_third_inner span{
  font-size: 21px;
  color: #0a2d44;
}
.aboutus_third_inner h3,
.aboutus_third_inner h2{
  position: relative;
  font-size: 35px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
}
.aboutus_third_inner strong{
  font-size: 20px;
  color: #fff;
  margin-bottom: 0.5em;
  display: block;
}
.aboutus_third_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}
.aboutus_third_inner ul li{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    display: flow-root;
    padding-left: 2em;
    margin-bottom: 15px;
    position: relative;
}
.aboutus_third_inner ul li::before{
    content: "\f21e";
    position: absolute;
    top: 0;
    left: -5px;
    font-family: FontAwesome;
    font-size: 26px;
    color: #0a2d44;
}


.aboutus_faq_block .faq_question_box .set.active{
  border-radius: 25px;
  margin-bottom: 1.5em;
  filter: drop-shadow(5px 5px 6px rgba(164, 28, 32, 0.251));
}
.aboutus_faq_block .faq_question_box .set{
  border-radius: 25px;
  border: unset;
  background-color: #fff;
  margin-bottom: 1.5em;
  filter: drop-shadow(5px 5px 6px rgba(0, 145, 255, 0.226));
}
.aboutus_faq_block .faq_question_box .set a{
  border: unset;
  font-size: 20px;
  color: #000;
  padding: 1em 2em 1em 1em;
}
.aboutus_faq_block .faq_question_box .set a::before {
    content: '\f055';
    color: #0a2d44;
    top: 20px;
    right: 20px;
}
.aboutus_faq_block .faq_question_box .set a.active::before{
    content: '\f056';
    color: #9e1d22;
}
.aboutus_faq_block .faqhme_hle::after,
.aboutus_faq_block .faqhme_image_inner::after{
  content: unset;
}
.aboutus_faq_block .faqhme_image_inner::before{
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: 0;
  height: 101%;
  width: 101%;
  background-image: url(../images/aboutus/aboutus_faqimg_shape.webp);
  background-size: 100% 100%;
}
.aboutus_faq_block .faqhme_image_inner {
    float: left;
    margin-top: 0em;
}
.aboutus_faq_block .faq_question_box{
  width: 105%;
}
.aboutus_faq_block .faq_question_box .content{
padding: 0em 1em 1em 1.5em;
}
.aboutus_faq_block .faq_question_box .content p{
  color: #000;
}
.aboutus_faq_block .faqhme_image_inner img{
  clip-path: unset;
  height: 750px;
}

.aboutus_lastblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.aboutus_last_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.aboutus_last_imageblk{
  float: right;
}
.aboutus_last_image{
  position: relative;
  margin-left: 3em;
}
.aboutus_last_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 500px;
  border-radius: 100px 0;
  filter: drop-shadow(0px 10px 20px rgba(0, 145, 255, 0.3));
  border: 2px solid #fff;
}
.aboutus_last_inner h3,
.aboutus_last_inner h2{
  position: relative;
  font-size: 40px;
  line-height: 50px;
  color: #0a2d44;
  font-weight: 700;
  display: flow-root;
}
.aboutus_last_inner h3::before,
.aboutus_last_inner h2::before{
  position: absolute;
  content: '';
  left: 0;
  top: -15px;
  width: 100px;
  border-top: 4px solid #9d1c20;
}
.aboutus_last_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.aboutus_last_inner ul li{
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    display: flow-root;
    padding-left: 2em;
    margin-bottom: 15px;
    position: relative;
}
.aboutus_last_inner ul li::before{
    content: "\f05d";
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 30px;
    color: #9d1c20c7;
    font-weight: 100;
}

.aboutus_footertop_block{
  float: left;
  width: 100%;
  margin-top: 2em;
  margin-bottom: -6em;
}
.aboutus_footertop_block .container{
  position: relative;
}
.aboutus_footertop_inner{
  float: left;
  width: 100%;
  padding: 2em 0;
  position: relative;
}
.aboutus_footertop_image{
  position: relative;
}
.aboutus_footertop_image::before{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #0a2d44ad;
}
.aboutus_footertop_image img{
  height: 400px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.aboutus_footertop_content{
position: absolute;
  left: 0;
  right: 0;
  top: unset;
  bottom: 7em;
  margin: 0 auto;
  text-align: center;
}
.aboutus_footertop_content h3{
  display: inline-block;
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 700;
  border-bottom: 2px solid #ffffff69;
}
.aboutus_footertop_content h4{
  font-size: 34px;
  line-height: 44px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
.aboutus_footertop_content .hme_buttons{
  text-align: center;
  justify-content: center;
}
.aboutus_footertop_content .hme-call{
  width: 220px;
}

/* services page */

.services_page_wrapper{
  float: left;
  width: 100%;
}
.services_page_inner{
  float: left;
  width: 100%;
}

.services_odd_block{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.services_oddblk_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.services_odd_imageblk{
  float: left;
  position: relative;
}
.services_odd_image{
  position: relative;
  margin-right: 6em;
}
.services_odd_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 500px;
  border-radius: 0 150px;
  filter: drop-shadow(-10px 15px 25px rgba(204,62,62,0.3));
}
.services_oddblk_inner h3,
.services_oddblk_inner h2{
  display: flow-root;
  position: relative;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #0a2d44;
}
.services_oddblk_inner h3::before,
.services_oddblk_inner h2::before{
    position: absolute;
    content: '';
    left: -20px;
    top: 10px;
    height: 100px;
    border-left: 5px solid #9d1c20;
}
.services_oddblk_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}


.services_even_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  background-color: #f5f6f8;
}
.services_evenblk_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.services_even_imageblk{
  float: right;
  position: relative;
}
.services_even_image{
  position: relative;
  margin-left: 3em;
}
.services_even_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 550px;
  border-radius: 230px;
  border-bottom-right-radius: 0;
  filter: drop-shadow(0px 10px 50px rgba(0, 145, 255, 0.265));
}
.services_evenblk_inner h3,
.services_evenblk_inner h2{
  position: relative;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #0a2d44;
}
.services_evenblk_inner h3::before,
.services_evenblk_inner h2::before{
    position: absolute;
    content: '';
    left: -20px;
    top: 10px;
    height: 100px;
    border-left: 5px solid #9d1c20;
}
.services_evenblk_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

/* blogs page */
.blog_page_wrapper{
  float: left;
  width: 100%;
}
.blog_page_inner {
  float: left;
  width: 100%;
}

.blog_page_first_title{
  float: left;
  width: 100%;
  text-align: center;
  margin: 2em 0;
}
.blog_page_first_title h2,
.blog_page_first_title h3{
  font-size: 36px;
  color: #0a2d43;
  font-weight: 700;
}
.blog_page_inner .blog_single_inner{
  flex-direction: column;
}
.blog_page_inner .blog_single_inner{
  float: left;
  width: 100%;
}
.blog_page_inner .blog_readbtn{
  font-size: 14px;
  border: unset;
  position: relative;
  padding-left: 2em;
}
.blog_page_inner .blog_readbtn::before{
  content: "\f178";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  font-family: FontAwesome;
  font-size: 17px;
  color: #9d1c20c7;
  font-weight: 100;
}
.blog_page_inner .blogsingle_date{
  color: #fff;
  background-color: #0a2d44;
  padding: 3px 15px;
  border-radius: 30px;
}

.blog_page_secondblk .blog_single_image,
.blog_page_first_leftsec .blog_single_image{
  float: left;
  width: 100%;
}
.blog_page_first_leftsec .blog_single_image img {
    height: 500px;
    border-radius: 30px;
}
.blog_page_secondblk .blog_single_content,
.blog_page_first_leftsec .blog_single_content{
    width: 80%;
    position: absolute;
    right: 1em;
    bottom: -9em;
    padding: 2em 2em;
    background-color: #fff;
    border-radius: 20px 20px 0px 20px;
    filter: drop-shadow(-9px 6px 6px rgba(164, 28, 32, 0.251));
}

.blog_page_first_rightsec .blog_single_image {
    float: left;
    width: 60%;
}
.blog_page_first_rightsec .blog_single_content{
    position: absolute;
    right: -3em;
    top: 0em;
    filter: drop-shadow(0px 50px 30px rgba(98, 140, 208, 0.2));
    background-color: #fff;
    padding: 1em 1em 1em 1em;
    border-radius: 20px 20px 0px 20px;
}
.blog_page_first_rightsec .blog_single_content h4 {
  font-size: 18px;
  line-height: 28px;
}
.blog_page_secondblk .blog_single_content p,
.blog_page_first_rightsec .blog_single_content p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow:hidden;
}
.blog_page_first_rightsec .blog_single_image img {
  height: 300px;
  border-radius: 30px 30px 0px 30px;
}


.blog_page_secondblk .blog_single{
  margin-bottom: 13em;
}
.blog_page_secondblk .blog_single_image img{
  border-radius: 30px 30px 0px 30px;
} 
.blog_page_secondblk .blog_single_content h4{
  font-size: 21px;
  line-height: 31px;
}

.blog_page_secondblk .blog_single:nth-child(odd) .blog_single_content{
  filter: drop-shadow(-6px 6px 9px rgba(0, 145, 255, 0.226));
}

/* reviews page */
.reviews_page_wrapper{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.reviews_page_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}

.reviews_page_inner .review_single{
  margin: 3em 0;
}
.reviews_page_inner .review_single_inner{
  margin: 0 7px;
  padding: 3em 4em 10em 3em;
  background-image: url(../images/aboutus/review_bg.webp);
}
.reviews_page_wrapper .home_reviews_title {
    float: unset;
    max-width: 1260px;
    margin: 0 auto;
    padding: 2em 0 4em 0;
}
.reviews_page_inner .review_author::before{
  content: unset;
}
.reviews_page_inner .review_author {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.reviews_page_inner .review_author h4{
  font-family: 'Poppins-Bold';
}
.reviews_page_inner .review_ratings{
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
}
.reviews_page_inner .star_rating {
    margin-top: 0;
    float: none;
}
.reviews_page_inner .review_single_inner a {
    font-size: 24px;
      color: #9d1c20;
}
.reviews_page_inner .review_single_inner p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    overflow-y: scroll;
    height: 135px;
}
.reviews_page_inner .review_author span {
    font-size: 13px;
}
.reviews_page_inner ul.slick-dots li button{
  background-color: #cacaca;
}

.reviews_page_inner .review_single:nth-child(even)  .review_single_inner{
  background-image: url(../images/aboutus/review_bg_active.webp);
}
.reviews_page_inner .review_single:nth-child(3n+2) .review_single_inner{
  top: -6em;
}

.reviews_page_inner .review_single:nth-child(6n+2) .review_single_inner{
    filter: drop-shadow(rgba(0, 145, 255, 0.153) 0px 10px 30px);
}
.reviews_page_inner .review_single:nth-child(6n+5) .review_single_inner{
    filter: drop-shadow(0px 10px 30px #a91f244b);
}


.reviews_page_inner .review_single:nth-child(even) h4{
  color: #9d1c20;
}
.reviews_page_inner .review_single:nth-child(even)  .review_author span{
  color: #0a2d44;
}
.reviews_page_inner .review_single:nth-child(even) .review_single_inner a{
  color: #0a2d44;
}


/* contactus page */
.contactus_banner .ban_review_rating{
    left: 0em;
}
.contactus_banner_title {
    float: left;
    margin-top: 2em;
}
.contactus_banner{
  float: left;
  width: 100%;
  padding: 2em 0;
  background-color: #0a2d44;
}
.contactus_banner_inner{
  float: left;
  width: 100%;
  margin-bottom: 2em;
  padding: 2em 0;
}
.contactus_banner_content{
  text-align: center;
}
.contactus_banner_content h1{
  font-size: 40px;
  line-height: 50px;
  color: #fff;
}
.contactus_banner_content p{
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
/* .contactus_banner .ban_review_rating{
  top: 5.5em;
  position: relative;
} */

.contactus_page_wrapper{
float: left;
    width: 100%;
    margin: 2em 0 -4em 0;
    padding: 2em 0 0 0;
}
.contactus_page_inner{
  float: left;
  width: 100%;
}
.contactus_form_block{
  float: left;
  padding-left: 1em;
  position: relative;
}
.contactus_form_inner{
  position: relative;
  float: left;
  padding: 3em 3em 2em 3em;
  position: relative;
  border-radius: 25px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  filter: drop-shadow(0px 14px 9px rgba(252, 103, 108, 0.356));
  width: 90%;
}


.formcover_contact{
  float: left;
  width: 100%;
}
.time,
.servicesch{
  padding-left: 1em;
}
.form-group.servicesch select,
.formcover_contact input.form-control {
  width: 100%;
  font-size: 16px;
  line-height:28px;
  color: #000;
  font-weight: 400;
  box-shadow: unset;
  position: relative;
  font-family: 'Poppins-Regular';
  padding-left: 20px;
  height: 55px;
  border-radius: 15px;
  border: unset;
  background-color: #f3f3f3;
}
.formcover_contact input::-webkit-input-placeholder {
  color: #000;
  transition: 0.3s;
  font-family: 'Poppins-Regular';
}
.formcover_contact input:focus::-webkit-input-placeholder {
  color: #821418;
  transition: 0.3s;
}
.form-group.servicesch select,
.formcover_contact input.form-control:focus{
  outline: unset;
  box-shadow: unset;
  filter: unset;
  background-color: #f3f3f3;
  border: unset;
  border-radius: 15px;
}
label {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: 'Poppins-Regular';
}
.address textarea {
  font-size: 18px;
  line-height:30px;
  color: #000;
  font-weight: 400;
  padding: 1em 1em;
  resize: unset;
  height: 120px;
  border-radius: 15px;
  background-color: #f3f3f3;
  border: unset;
  margin-bottom: 1em;
}
.address textarea::placeholder {
  color: #989898;
}

.form_checkbox{
  float: left;
  width: 100%;
  display: flex;
}
.form_checkbox input[type="checkbox"] {
  margin-top: 0;
    margin-right: 10px;
    width: 34px;
    height: 34px;
}
.form_checkbox label{
  font-size: 13px;
  line-height: 20px;
  color: #5c5c5c;
  font-weight: 400;
    display: block;
    float: left;
    font-family: 'Poppins-Regular';
}
.form_checkbox label a{
    font-family: 'Poppins-Regular';
    color: #a91f24;
    font-weight: 400;
}

.captcha_box .g-recaptcha {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
}
.form-group.captcha_box {
    float: left;
    width: 100%;
    margin: 1em 0;
}
.contactsubmit_btn {
    text-align: center;
    padding: 1em 0;
}
.contactsubmit_btn button {
    display: inline-block;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    padding: 17px 0px;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    background-color: #9f1f24;
    border: 1px solid #ffffff;
}
.formcover_contact ul li{
  list-style-type: none;
}

.contactus_image{
  float: left;
  width: 100%;
}
.contactus_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 490px;
  border-radius: 25px 25px 0 0;
}

.contactus_map_block{
    float: left;
    padding-left: 2em;
    position: relative;
}
/* .contactus_map_block::after{
  position: absolute;
  content: '';
  left: 28px;
  top: 0;
  bottom: 0;
  width: 95%;
  height: 100%;
  z-index: -2;
} */
.contact_link {
  float: left;
  width: 100%;
  border-radius: 0 0 25px 25px;
  padding: 2em 2em 2em 2em;
  margin-bottom: 2em;
  background-color: #fff;
  filter: drop-shadow(0px 14px 14px rgba(164, 208, 242, 0.494));
}
.contact_link h2{
  font-size: 34px;
  line-height: 45px;
  color: #000000;
  font-weight: 500;
  font-family: 'Poppins-Regular';
}
.contact_link p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
}
.contact_link ul{
   display: block;
   float: left;
   width: 100%;
}
.contact_link ul li{
  display: block;
  list-style-type: none;
  position: relative;
  padding-left: 3em;
  margin: 1em 0;
}
.contact_link ul li strong{
  font-size: 21px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  display: block;
  margin-bottom: 0.5em
}

.contact_link ul li p{
  font-size: 21px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  position: relative;
}
.contact_link ul li p::before{
content: '';
    position: absolute;
    left: -50px;
    top: -38px;
    bottom: 0;
    /* margin: auto; */
    height: 40px;
    width: 39px;
    background-image: url(../images/contactus/contactus_location.png);
    background-size: 100% 100%;
}
a.contact_link_call{
  font-size: 21px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  position: relative;
  display: block;
}
a.contact_link_call::before{
content: '';
    position: absolute;
    left: -50px;
    top: -38px;
    bottom: 0;
    /* margin: auto; */
    height: 40px;
    width: 39px;
    background-image: url(../images/contactus/contact-phone.png);
    background-size: 100% 100%;
}


.contactus_socialmedia ul{
  float: left;
  width: 100%;
  text-align: center;
  display: flex;
}
.contactus_socialmedia ul li {
  list-style-type: none;
  display: inline-block !important;
  padding: 0;
}
.contactus_socialmedia ul li a {
  font-size: 26px;
  color:  #c4272d;
  margin: 0px 20px !important;
  transition: 0.5s;
  border: unset;
  padding: 0;
}
.contactus_socialmedia ul li a:hover {
    color: #c4272d;
    transition: 0.5s;
}
.contactus_socialmedia ul li a svg {
  top: -1px;
  width: 26px;
  transition: 0.5s;
  vertical-align: middle;
  fill: #c4272d;
  position: relative;
}
.contactus_socialmedia ul li a svg:hover {
  fill: #c4272d;
}

.contactus_map_inner{
    float: left;
    width: 100%;
}
.contactus_map_inner .mapouter,
.contactus_map_inner .gmap_canvas{
  width: 100%;
  height: 610px;
}


/* service areas */

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

.servicearea_search{
  float: left;
  width: 100%;
  position: relative;
  margin-top: 2em;
  padding: 0 2em;
}
.servicearea_search input{
  font-size: 20px;
  line-height: 30px;
  padding-right: 3em;
  height: 55px;
  border-radius: 37px;
    filter: drop-shadow(0px 10px 20px rgba(0, 145, 255, 0.3));
  background-color: #ffffff;
  border: 1px solid #f2f4f8;
  font-family: 'Poppins-Regular';
}
.servicearea_search button {
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto;
    right: 50px;
    height: 25px;
    width: 25px;
    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;
    left: 4em;
    top: unset;
    bottom: 10em;
    width: 480px;
    z-index: 2;
}
.servicearea_listblk_inner{
    height: auto;
    padding: 0em 0em 1em 0em;
    position: relative;
    border-radius: 20px;
    background-color: #ffffff;
    filter: drop-shadow(0px 10px 20px rgba(0, 145, 255, 0.3));
}


.servicearea_listblk_inner ul{
  height: 615px;
  overflow-y: scroll;
  padding: 2em 15px 0 0px;
}
.servicearea_listblk_inner ul::-webkit-scrollbar {
  width: 3px;
}
.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{
  list-style-type: none;
  padding-left: 20px;
  transition: 0.5s;
  position: relative;
}
.servicearea_listblk_inner li a{
    display: block;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    border-bottom: 0.5px solid #bcbcbc;
    border-radius: 15px;
    padding: 1em 2em 1em 2.5em;
    position: relative;
    transition: 0.5s;
    font-family: 'Poppins-SemiBold';
    width: 100%;
}
.servicearea_listblk_inner li:hover{
    transition: 0.5s;

}
.servicearea_listblk_inner li a:hover{
    border-radius: 15px;
    background-color: #0a2d44;
    border: 0.5px solid #bcbcbc;
    color: #fff;
    transition: 0.5s;
    /* filter: drop-shadow(0px 13px 10.5px #004c911f); */
}

.servicearea_listblk_inner li a::before{
content: '';
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: 27px;
    background-image: url(../images/serviceareas/map.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: 0.5s;
}


/* tooltip */
.gm-style .gm-style-iw-c {
    float: left;
    width: auto;
    border-radius: 0!important;
    filter: unset!important;
    background-color: unset!important;
    border: unset!important;
    box-shadow: unset!important;
    outline: unset!important
}

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

.get_directions_section {
    float: left;
    width: 375px;
    padding: 1em 2em 2em 3em;
    border-radius: 25px;
    background-color: #fff;
    filter: drop-shadow(0px 35px 30px rgba(157, 28, 32, 0.298));
}
.gm-style-iw-chr{
  display: none;
}
.get_directions_section h4 {
font-family: 'Poppins-SemiBold';
    display: inline-block;
    font-size: 26px;
    line-height: 30px;
    color: #9f1f24;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: .5em;
}

.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 {
    font-family: FontAwesome;
 color: #000;
    position: absolute;
    top: 0;
    left: -15px;
    font-size: 28px;
    font-weight: 600
}

.get_directions_section p:nth-child(2)::before {
    content: "\f095"
}

.get_directions_section p:nth-child(3)::before {
    content: "\f0c1"
}

.get_directions_section p:nth-child(4)::before {
    content: "\f041"
}



/* faq page */
.faq_page_wrapper{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.faq_page_title{
  float: left;
  width: 100%;
  text-align: center;
}
.faq_page_title h2{
  font-size: 40px;
  color: #0a2d44;
  font-weight: 700;
}
.faq_page_title p{
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
}
.faq_page_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.faq_page_imageblk {
  float: right;
}
.faq_page_image{
  position: relative;
  margin-left: 3em;
}
.faq_page_image img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 650px;
    border-radius: 50px 50px 150px 150px;
    border: 5px solid #fff;
    filter: drop-shadow(0px 10px 20px rgba(0, 145, 255, 0.3));
}

.faq_page_content .faq_question_box .set.active{
  border-radius: 30px 0px 30px 30px;
  margin-bottom: 1.5em;
  filter: drop-shadow(5px 5px 6px rgba(164, 28, 32, 0.251));
  border-left: 5px solid #9d1c20;
}
.faq_page_content .faq_question_box .set{
  border-radius: 30px 0px 30px 30px;
  border: unset;
  background-color: #f9f9f9;
  margin-bottom: 1.5em;
  border-left: 5px solid #0a2d44;
  filter: drop-shadow(5px 5px 6px rgba(0, 145, 255, 0.226));
}
.faq_page_content .faq_question_box .set a{
  border: unset;
  font-size: 20px;
  color: #0a2d44;
  padding: 1em 2em 1em 1em;
}
.faq_page_content .faq_question_box .set.active a{
    color: #9d1c20;
}
.faq_page_content .faq_question_box .set a::before {
    content: '\f055';
    color: #0a2d44;
    font-size: 30px;
    top: 20px;
}
.faq_page_content .faq_question_box .set a.active::before{
    content: '\f056';
    color: #9d1c20;
}
.faq_page_content .faqhme_hle::after,
.faq_page_content .faqhme_image_inner::after{
  content: unset;
}
.faq_page_content .faqhme_image_inner {
    float: left;
    margin-top: 0em;
}
.faq_page_content .faq_question_box{
  width: 95%;
    margin: 0em 0;
    height: 645px;
    overflow-y: scroll;
    padding: 1em 1em 1em 1em;
}
.faq_page_content .faq_question_box .content{
padding: 0em 1em 1em 1.5em;
}
.faq_page_content .faq_question_box .content p{
  color: #000;
}

/* career page */
.Career_page_firstbk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.first_content{
  float: left;
  width: 100%;
}
.first_content{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.second_content{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.Career_first_title h2{
  font-size: 32px;
  line-height: 40px;
  color: #0a2d43;
  font-weight: 600;
  margin-top: 0;
  font-family: 'Poppins-SemiBold';
}
.Career_first_content p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.Career_second_title h3{
  font-size: 32px;
  line-height: 40px;
  color: #a91f23;
  font-weight: 600;
  margin-top: 0;
    font-family: 'Poppins-SemiBold';
}
.Career_second_content p{
  font-size: 18px;
  line-height: 30px;
  color: #0a2d43;
  font-weight: 400;
}
.Career_first_imageblk{
  float: left;
}
.Career_first_imageblk img{
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 300px;
  border-radius: 30px;
}

.Career_jobdetail_block{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.Career_jobdetail_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.job_description_single{
  float: left;
  position: relative;
}
.job_description_inner{
  position: relative;
  float: left;
  padding: 2em 2em 2em 2em;
  margin: 2em 2em;
  border-radius: 30px;
  background-color: #ffffff;
  filter: drop-shadow(0px 10px 20px rgba(0, 145, 255, 0.226));
}
.job_description_inner h3{
    font-size: 23px;
    line-height: 30px;
    color: #0a2d44;
    font-weight: 500;
    font-family: 'Poppins-SemiBold';
    margin-top: 0;
}
.job_description_inner strong{
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 1.5em;
}
.job_description_inner p{
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  margin: 0;
}
a.apply_link{
  position: absolute;
  top: 27px;
  right: 20px;
  background-color: #0a2d44;
  color: #fff;
  padding: 7px 35px 7px 15px;
  border-radius: 30px;
}
a.apply_link:before {
content: '\f062';
    position: absolute;
    font-size: 17px;
    top: 5px;
    color: #fff;
    right: 10px;
    rotate: 50deg;
    font-weight: 100;
    font-family: 'FontAwesome';
}
.job_description_single:nth-child(2n+2) .job_description_inner{
  filter: drop-shadow(0px 10px 15px rgba(164, 28, 32, 0.251));
}
.job_description_single:nth-child(2n+2) .job_description_inner h3{
  color: #9d1c20;
}
.job_description_single:nth-child(2n+2) a.apply_link{
  background-color: #9d1c20;
}

.Career_whychoose_block{
  float: left;
  width: 100%;
  margin: 2em 0 0 0;
  padding: 4em 0 7em 0;
  background-size: 100% 100%;
  background-image: url(../images/career/career_whychoosebg.webp);
}
.Career_whychoose_title{
  float: left;
  width: 100%;
  margin: 2em 0;
  text-align: center;
}
.Career_whychoose_title h3{
  display: inline-block;
  font-size: 40px;
  border-bottom: 1px solid #9d1c20;
  line-height: 50px;
  color: #0a2d44;
    font-family: 'Poppins-SemiBold';
}
.Career_whychoose_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  position: relative;
}
.Career_whychoose_inner::after{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 103%;
  height: 35%;
  margin: auto 0;
  background-size: 100% 100%;
  background-image: url(../images/career/arrows_shape.webp);
}
.career_whychoose_single_inner{
  display: flex;
  flex-direction: column;
  gap: 10em;
  margin: 0 0px;
  text-align: center;
}
.career_whychoose_icon{
  width: 100%;
  margin: 0 auto;
  max-width: 105px;
  height: 105px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
}
.career_whychoose_detail h4{
    font-size: 18px;
    line-height: 30px;
    color: #9d1c20;
    font-weight: 500;
    font-family: 'Poppins-SemiBold';
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.career_whychoose_single:nth-child(even) .career_whychoose_single_inner{
  flex-direction: column-reverse;
}
.career_whychoose_single:nth-child(even) .career_whychoose_detail h4{
    color: #004d93;
}

.career_page_secondblk{
  float: left;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 2em 0;
  position: relative;
}
.career_page_secondblk::after{
position: absolute;
    content: '';
    top: -45px;
    left: 0;
    width: 43%;
    height: 70%;
    background-size: 100% 100%;
    background-image: url(../images/career/eclipse_shape.webp);
    z-index: -3;
}
.career_second_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.career_second_imageblk{
  float: left;
}
.career_second_image{
  position: relative;
  margin-right: 4em;
  margin-bottom: 2em;
}
.career_second_image::after{
  position: absolute;
  content: '';
  top: -20px;
  left: -20px;
  width: 106%;
  height: 106%;
  background-size: 100% 100%;
  background-image: url(../images/career/career_second_imgshape.webp);
  z-index: -1;
}
.career_second_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 670px;
  border-radius: 1px;
  filter: drop-shadow(9.851px 12.608px 9px rgba(0,85,163,0.26));
  background-color: #f5f7fa;
  border: 0.5px solid #ffffff;
}
.career_second_inner h3,
.career_second_inner h2{
  font-size: 40px;
  line-height: 50px;
  color: #0a2d43;
  font-weight: 400;
}
.career_second_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.career_second_inner p a{
  color: #000000;
  border-bottom: 1px solid #000;
}

.career_page_lastblk{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.career_last_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.career_last_inner{
  background-color: #0d3550;
}
.career_content_single{
  float: left;
  padding: 2em 2em 4em 4em;
}
.career_content_single h4{
  font-size: 24px;
  line-height: 38px;
  color: #fff;
  font-weight: 600;
  font-family: 'Poppins-SemiBold';
}
.career_content_single p{
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
}
.career_last_imageblk img{
  height: 415px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(15.851px 15.608px 15px rgba(0,85,163,0.26));
}
.career_content_single:nth-child(2){
  background-color: #01539d;
}

/* coupons page */
.coupons_page_wrapper{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.coupon_page_title{
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}
.coupon_page_title h2{
    font-size: 40px;
    line-height: 50px;
    background: -webkit-linear-gradient(70deg, #003960,#a81b20 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.coupon_page_title p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
}

.coupons_page_inner{
  float: left;
  width: 100%;
}
.coupon_single{
  float: left;
  margin: 2em 0;
}
.coupon_single_inner{
  position: relative;
  background-image: url(../images/coupons/couponsingle_bg.webp);
  background-size: 100% 100%;
  padding: 2em 2em 1em 2em;
  text-align: center;
  float: left;
  text-align: center;
  filter: drop-shadow(0px 7px 7px rgba(164, 208, 242, 0.494));
  margin: 0 15px;
}
.coupon_offer{
  display: block;
}
.coupon_offer span{
  font-size: 70px;
  color: #ffffff;
  font-weight: 600;
    font-family: 'Poppins-SemiBold';
}
.coupon_offer sub{
  font-size: 21px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  bottom: 0;
}
.coupon_single_inner b{
  font-size: 12px;
  color: #ffffff;
  display: block;
  font-weight: 400;
}
.coupon_title{
  float: left;
  margin: 2em 0 1em;
  padding: 1em 1em 2em 1em;
  background-image: url(../images/coupons/coupontitlebg.webp);
  background-size: 100% 100%;
  filter: drop-shadow(0px 6px 10px rgba(173, 216, 248, 0.494));
}
.coupon_title h4{
  color: #0a2d44;
  font-weight: 600;
    font-size: 18px;
    line-height: 30px;

}
.coupon_title strong{
    font-size: 14px;
    line-height: 20px;
    color: #0a2d44;
    font-weight: 600;
}
.coupon_single_inner .print-btn{
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    border-bottom: unset;
    padding: 5px 15px;
    display: inline-block;
    background-color: #0a2d44;
    border-radius: 30px;
    margin-bottom: 1em;
}
.coupon_single_inner p{
  font-size: 12px;
  line-height: 20px;
  color: #282727;
  font-weight: 400;
}

.coupons_page_inner .coupon_single:nth-child(3n+2) .coupon_title h4{
  color: #9d1c20;
}
.coupons_page_inner .coupon_single:nth-child(3n+2) .coupon_single_inner{
  background-image: url(../images/coupons/couponsingle_bg_active.webp);
  filter: drop-shadow(0px 2px 7px rgba(255, 92, 97, 0.494));
} 
.coupons_page_inner .coupon_single:nth-child(3n+2) .coupon_title{
  filter: drop-shadow(0px 0px 8px rgba(233, 75, 81, 0.494));
}
.coupons_page_inner .coupon_single:nth-child(3n+2) .coupon_title strong{
  color: #9d1c20;
}
.coupons_page_inner .coupon_single:nth-child(3n+2) .coupon_single_inner .print-btn{
  background-color: #9d1c20;
}

/* videos page */
.videos_page_wrapper{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
.videos_page_wrapper::after{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto 0;
}
.videos_page_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  display: flex;
}
.video_single{
    float: left;
    position: relative;
    transition: .5s;
    padding: 10px 10px;
}
.video_single_inner{
  float: left;
    width: 100%;
}
.video_link {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.video_link a {
    transition: .5s;
    cursor: pointer
}
.video_link a i {
    font-size: 0px;
    color: #fff;
    cursor: pointer;
    position: relative;
    height: 60px;
    width: 60px;
    background-image: url(../images/videos/video-icon.png);
    background-size: 100% 100%;
    transition: .5s;
}
.video_single:hover .video_link a{
  transform: scale(0.9);
}
.video_img:before {
    position: relative;
    transition: .5s
}
.video_img {
  float: left;
    width: 100%;
    height: 100%
}

.videos_page_leftblk .video_img img {
    width: 100%;
    height: 505px;
    border-radius: 20px;
    border: 1px solid #ffffff;
    object-fit: cover;
    object-position: center;
}
.videos_page_rightblk .video_img img {
    height: 200px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #ffffff;
    object-fit: cover;
    object-position: center;
}
.videos_page_rightblk .video_single:nth-child(2) .video_img img{
    height: 285px;
}

.videos_page_second_inner .video_img img{
    width: 100%;
    height: 400px;
    border-radius: 20px;
    border: 1px solid #ffffff;
    object-fit: cover;
    object-position: center;
}

/* draincleaning page */

.drainclean_firstblk{
  float: left;
  width: 100%;
  padding: 2em 0;
  margin: 2em 0;
}
.drainclean_first_inner{
  float: left;
  width: 100%;
  padding: 2em 0;
  margin: 2em 0;
}
.drainclean_first_imageblk{
  float: left;
}
.drainclean_first_image{
    margin-right: 2em;
    float: right;
    width: 103%;
}
.drainclean_first_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 905px;
  border-radius: 30px
}
.drainclean_first_inner .first-content{
  display: flow-root;
  padding: 1em 2em 2em 2em;
  border-radius: 20px;
  background-color: #fff;
  filter: drop-shadow(0px 7px 7px rgba(164, 208, 242, 0.438));
}
.drainclean_first_inner .first-content h2{
  font-size: 40px;
  line-height: 50px;
  color: #0a2d44;
  font-weight: 700;
  margin-top: 0;
}
.drainclean_first_inner .first-content p{
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
}
.drainclean_first_inner .second-content{
  display: flow-root;
  padding: 1em 2em 2em 2em;
  border-radius: 20px;
  background-color: #125784;
  margin-top: 2em;
}
.drainclean_first_inner .second-content h3,
.drainclean_first_inner .second-content h2{
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  font-weight: 700;
}
.drainclean_first_inner .second-content p{
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}

.howitwork_block{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.howitwork_title{
  float: left;
  width: 100%;
  margin: 2em 0;
  text-align: center;
}
.howitwork_title h3{
  font-size: 40px;
  line-height: 50px;
  color: #0a2d44;
  font-weight: 700;
}
.howitwork_title p{
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
}
.howitwork_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.howitwork_single{
  float: left;
  position: relative;
}
.howitwork_single_inner{
  position: relative;
  float: left;
  margin: 0 3em;
  border-radius: 25px;
  background-color: #ffffff;
  text-align: center;
  padding: 3em 2em 3em 2em;
  filter: drop-shadow(0 0 3.5px #6ebffd89);
}
.howitwork_single::after{
    content: '';
    position: absolute;
    left: 45px;
    right: 0;
    margin: 0 auto;
    top: 18px;
    height: 100%;
    width: 80%;
    z-index: -1;
    border-radius: 25px;
    background-color: #0a2d44;
    filter: drop-shadow(0px 35px 30px rgba(101, 167, 212, 0.298));
}
.howitwork_single:nth-child(2)::after{
    background-color: #9d1c20;
    filter: drop-shadow(0px 35px 30px rgba(157, 28, 32, 0.234));
}
.howitwork_single_icon img{
  object-fit: contain;
  object-position: center;
}
.howitwork_single_inner h4{
  font-size: 21px;
  line-height: 30px;
  color: #0a2d44;
  font-weight: 600;
}
.howitwork_single_inner p{
  font-size: 15px;
  line-height: 25px;
  color: #000;
  font-weight:400;
}
.howitwork_single{
  float: left;
}
.howitwork_content{
  float: left;
  width: 100%;
  padding-top: 2em;
  margin: 2em 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.howitwork_content p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
    width: 60%;
}
.howitwork_content .hme-call{
    float: right;
    height: 50px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding: 10px 50px 10px 10px;
    width: 31%;
    margin-right: 1em;
}
.howitwork_content .hme-call::before{
  background-image: url(../images/draincleaning/calender.png);
}

.drainclean_secondblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.drainclean_second_inner{
  float: left;
  width: 100%;
}
.drainclean_second_imageblk{
  float: left;
}
.drainclean_second_image{
  position: relative;
  margin-right: 5em;
}
.drainclean_second_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 700px;
  border-radius: 30px;
  border: 5px solid #fff;
  filter: drop-shadow(0px 35px 30px rgba(157, 28, 32, 0.298));
}
.drainclean_second_inner h3,
.drainclean_second_inner h2{
  position: relative;
  font-size: 40px;
  line-height: 50px;
  color: #9d1c20;
  font-weight: 700;
}
.drainclean_second_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.drainclean_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;
}
.drainclean_second_inner ul li::before{
    content: "\f062";
    position: absolute;
    top: 0;
    left: 0;
    rotate: 50deg;
    font-family: FontAwesome;
    font-size: 20px;
    color: #9d1c20;
}

.drainclean_thirdblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.drainclean_third_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.drainclean_third_imageblk{
  float: right;
}
.drainclean_third_image{
  position: relative;
  margin-left: 2em;
    width: 104%;
}
.drainclean_third_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 808px;
  border-radius: 30px;
  border: 5px solid #fff;
}
.drainclean_third_inner h3,
.drainclean_third_inner h2{
  position: relative;
  font-size: 40px;
  line-height: 50px;
  color: #0a2d44;
  font-weight: 700;
}
.drainclean_third_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.drainclean_steps {
    margin: 2em 0;
    position: relative;
    display: flex;
    border-radius: 15px;
    background-color: #ffffff;
    filter: drop-shadow(9px 6px 6px rgba(164, 208, 242, 0.438));
    padding: 1em 1em;
}
.drainclean_count{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
}
.drainclean_count span{
  font-size: 40px;
  line-height: 50px;
  color: #125784;
  font-weight: 700;
  font-family: 'Poppins-Bold';
}
.drainclean_detail h4{
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 600;
}
.drainclean_detail p{
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-weight: 400;
}

.coupons_slick .slick-slide.slick-current+.slick-active .coupon_title h4{
  color: #9d1c20;
}
.coupons_slick .slick-slide.slick-current+.slick-active .coupon_single_inner{
  background-image: url(../images/coupons/couponsingle_bg_active.webp);
  filter: drop-shadow(0px 2px 7px rgba(255, 92, 97, 0.494));
} 
.coupons_slick .slick-slide.slick-current+.slick-active .coupon_title{
  filter: drop-shadow(0px 0px 8px rgba(233, 75, 81, 0.494));
}
.coupons_slick .slick-slide.slick-current+.slick-active .coupon_title strong{
  color: #9d1c20;
}
.coupons_slick .slick-slide.slick-current+.slick-active .print-btn{
  background-color: #9d1c20;
}

.drainclean_lastblk{
  float: left;
  width: 100%;
  padding: 2em 0;
  margin: 2em 0;
}
.drainclean_last_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.drainclean_last_imageblk{
  float: left;
}
.drainclean_last_image {
    margin-right: 5em;
}
.drainclean_last_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 790px;
  border-radius: 30px
}
.drainclean_last_content{
  border-radius: 20px;
  padding: 2em 2em 2em 2em;
  background-color: #ffffff;
  filter: drop-shadow(-10px 10px 10px rgba(156, 210, 250, 0.438));
}
.drainclean_last_content h2{
  font-size: 36px;
  line-height: 46px;
  color: #0a2d44;
  font-weight: 700;
  margin-top: 0;
  font-family: 'Poppins-SemiBold';
}
.drainclean_last_content h3{
  font-size: 36px;
  line-height: 46px;
  color: #9d1c20;
  font-weight: 700;
  margin-top: 0;
  font-family: 'Poppins-SemiBold';
}
.drainclean_last_content p{
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
}

/* location page */
.location_page_wrapper{
  float: left;
  width: 100%;
  margin: 0em 0 -4em 0;
  position: relative;
}
.location_page_inner{
  float: left;
}
.location_page_inner .mapouter,
.location_page_inner .gmap_canvas{
  height: 1000px;
}
.locator_page_detail{
  width: 525px;
  position: absolute;
  z-index: 1;
  top: 7em;
  right: 5em;
}
.locator_page_detail::before{
  content: '';
  background-image: url('../images/location/block_img2.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 1;
  top: 13em;
  right: -2em;
}
.locator_page_detail::after{
content: '';
    background-image: url(../images/location/block_img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 110%;
    height: 94%;
    position: absolute;
    z-index: -2;
    bottom: -15px;
    left: -2em;
}
.locator_page_detail_inner{
  float: left;
  width: 100%;
}
.search_box{
  float: left;
  width: 100%;
  margin: 2em 0 8px;
  position: relative;
}
.search_box form {
  float: right;
  width: 100%;
  position: relative;
  z-index: 4;
}
.search_box form input {
border-radius: 15px;
    filter: drop-shadow(5.694px 21.25px 10.5px rgba(169, 31, 36, 0.12));
    background-color: #ffffff;
    border: 1px solid #f2f4f8;
    font-size: 21px;
    line-height: 36px;
    color: #9b9b9b;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    height: 70px;
    padding: 25px 10px 25px 4em;
    position: relative;
}
.search_box button{
  position: absolute;
  top: 10px;
  left: 10px;
  border: unset;
  background-color: unset;
}
.search_box button::before {
  content: '';
  background-image: url('../images/location/search.webp');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 20px;
}
.locator_page_detail_inner h2{
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
  color: #cb7a5c;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.locator_page_detail_inner h2::before{
  content: '';
  width: 210px;
  height: 2px;
  border-radius: 1px;
  background-color: #cb7a5c;
  position: absolute;
  bottom: -10px;
  right: 50px;
}
.locationcontent{
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 2em;
}
.locationcontent::after{
  content: '';
  background-image: url('../images/location/content_bg.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: drop-shadow(7.506px 28.012px 16.5px rgba(0,57,110,0.29));
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.locator_page_detail .loc_cover{
  float: left;
  width: 100%;
}
.locator_page_detail .loc_salt{
  padding: 2em 4em 3em 6em;
}
.locator_page_detail .loc_salt h4{
  font-size: 29px;
  color: #0a2d44;
  font-weight: 600;
  font-family: 'Poppins-SemiBold';
  position: relative;
  right: 1em;
}
.locator_page_detail .loc_salt h4::before{
  content: '';
  width: 148px;
  height: 1px;
  border-radius: 1px;
  background-color: #a91f24;
  position: absolute;
  bottom: -7px;
  right: 65px;
}
.locator_page_detail .loc_salt p{
  font-size: 21px;
  line-height: 31px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 1em;
  position: relative;
} 
.locator_page_detail .loc_salt p::after{
  content: '';
  background-image: url('../images/location/tool.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 18px;
  height: 25px;
  position: absolute;
  top: 4px;
  left: -35px;
}
.locator_page_detail a.saltcont{
  font-size: 23px;
  color: #a91f24;
  font-weight: 600;
  font-family: 'Poppins-SemiBold';
  position: relative;
}
.locator_page_detail a.saltcont::after{
  content: '';
  background-image: url('../images/location/call.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: -35px;
}
.location_review{
  display: flex;
  flex-direction: column;
  width: 43%;
  padding: 5px 15px 0px 3.5em;
  position: relative;
  border-radius: 35px;
  margin: 10px 0 0;
  background-color: #f4f7fa;
  border: 1px solid #a91f24;
}
.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: 8px;
  left: 10px;
}
.star_review {
  display: flex;
}
.star_review i{
  font-size: 13px;
  color: #ffc720;
  margin: 0 2px;
}
.location_review span{
  font-size: 12px;
  line-height: 29px;
  color: #0a2d44;
  font-weight: 400;
}
.locator_page_detail .navcover{
  padding: 10px;
  float: left;
  overflow-y: scroll;
  width: 100%;
  height: 395px;
}
/* width */
.locator_page_detail .navcover::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.locator_page_detail .navcover::-webkit-scrollbar-thumb {
  background-color: #9f1f24;
  border-radius: 10px;
}
/* Handle */
.locator_page_detail .navcover::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f7f3fa;
}
.locator_page_detail .nav-tabs li{
float: left;
    width: 50%;
    padding: 10px 10px;
    position: relative;
    margin: 1.5em 0px;
}
.locator_page_detail .nav-tabs li::after{
content: '';
    background-image: url(../images/location/li_bg.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    filter: drop-shadow(4.113px 16.495px 9.5px rgba(20,82,158,0.1));
    height: 90%;
    width: 98%;
    position: absolute;
    z-index: -1;
    top: 75px;
    left: 0;
}

.locator_page_detail .nav-tabs>li.active>a, 
.locator_page_detail .nav-tabs>li.active>a:focus, 
.locator_page_detail .nav-tabs>li.active>a:hover {
  color: unset;
  cursor: pointer;
  background-color: unset;
  border: unset;
  border-bottom-color: unset;
  padding: 0;
}
.locator_page_detail .nav-tabs>li>a {
  margin-right: unset;
  line-height: unset;
  border: unset;
  border-radius:unset;
  padding: 0;
}
.location_details{
  float: left;
  width: 100%;
}
.location_details h4{
  position: relative;
font-size: 22px;
    line-height: 34px;
    margin-bottom: 2em;
    color: #9f1f24;
    font-weight: 600;
    font-family: 'Poppins-SemiBold';
    text-align: center;
    border-radius: 20px;
    background-color: unset;
}
 .locator_page_detail .nav-tabs li:nth-child(even) .location_details h4{
  color: #fff;
 }
.locator_page_detail .nav-tabs li:nth-child(even) .location_details h4::after{
    position: absolute;
    content: '';
    background-size: 100% 100%;
    background-image: url(../images/location/titlebg.webp);
    height: 150%;
    width: 112%;
    left: -25px;
    right: 0;
    top: -7px;
    z-index: -1;
}
.location_details p{
  font-size: 17px;
  color: #000000;
  font-weight: 400;
  padding: 0 1em 0 3em;
  position: relative;
}
.location_details p::before{
  content: '';
  background-image: url('../images/location/tool.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 18px;
}
.location_details .saltcont{
  font-size: 17px !important;
  color: #a91f24;
  font-weight: 600;
  padding: 0 0 0 2.5em;
}
.location_details .saltcont::after{
  width: 16px !important;
  height: 18px !important;
  top: 4px !important;
  left: 17px !important;
}
.location_details .location_review{
    width: 100%;
    max-width: 70%;
    margin: 15px auto;
    padding: 5px 15px 0px 2.5em;
}

/* 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;
  padding: 2em 0;
  position: relative;
}

.blogdetail_date {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    border-bottom: unset;
    padding: 5px 15px;
    display: inline-block;
    background-color: #0a2d44;
    border-radius: 30px;
    margin-bottom: 1em;
}
.blogdetail_imageblk{
  float: left;
}
.blogdetail_image{
  margin: 3em 5em 2em 2em;
  position: relative;
}
.blogdetail_imageblk::after{
    position: absolute;
    content: '';
    left: -30px;
    right: 0;
    top: -15px;
    bottom: 0;
    height: 102%;
    width: 102%;
    opacity: 0.3;
    background-image: url(../images/blogdetail/image-firstshape.webp);
    background-size: 100% 100%;
    z-index: -1;
}
.blogdetail_image img{
  height: 670px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0px 30px 35px rgba(157, 28, 32, 0.298));
}
.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 ul li::before{
    content: "";
    position: absolute;
    top: 5px;
    left: -5px;
    height: 15px;
    width: 24px;
    background-image: url(../images/home/list_icon.webp);
    background-size: 100% 100%;
}
.blogdetail_page_wrapper h2{
  font-size: 40px;
  line-height: 50px;
  color: #0c334d;
}
.blogdetail_page_wrapper h4,
.blogdetail_page_wrapper h3{
  color: #0c334d;
  font-size: 32px;
  line-height: 42px;
}
.blogdetail_page_wrapper p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.blogdetail_page_wrapper p a{
  color: #000000;
  border-bottom: 1px solid #000;
}
.blogdetail_social_media{
  float: left;
  width: 100%;
  margin-top: 2em;
}
.blogdetail_social_links{
  float: right;
  width: 100%;
  text-align: right;
  padding: 1.5em 0 0;
  position: relative;
}
.blogdetail_social_links::after{
    position: absolute;
    content: '';
    left: -45px;
    right: 0;
    bottom: -20px;
    height: 1100px;
    width: 107%;
    background-image: url(../images/servicedetail/blogdet_bloder_line.png);
    background-size: 100% 100%;
    z-index: -3;
}
.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: #1d3b4f;
  font-size: 30px;
  line-height: 25px;
  transition: 0.5s;
  vertical-align: middle;
}
.blogdetail_social_links ul li a svg:hover,
.blogdetail_social_links ul li a:hover{
  color: #001e3e;
  fill: #001e3e;
  transition: 0.5s;
}
.blogdetail_social_links ul li a svg {
  width: 30px;
  fill: #1d3b4f;
  transition: 0.5s;
}
.blogdetail_social_links span{
  font-size: 21px;
  line-height: 25px;
  color: #1d3b4f;
  font-weight: 600;
  display: block;
}
.blogdetail_page_wrapper .home_reviews_title h3{
    color: #a91f24;
    font-size: 40px;
}
.blogdetail_page_wrapper .detailpage_blogpost_slick ul.slick-dots li,
.blogdetail_page_wrapper .hme_reviews_slick ul.slick-dots li{
  padding: 0;
  margin: 0 6px;
}
.blogdetail_page_wrapper .detailpage_blogpost_slick ul.slick-dots li::before,
.blogdetail_page_wrapper .hme_reviews_slick ul.slick-dots li::before{
  content: unset;
}

.detailpage_blogs_post{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 0 0 2em 0;
}
.detailpage_blogs_inner{
  float: left;
  width: 100%;
}
.detailpage_blogs_post .hme_blogs_title h3{
  color: #9d1c20;
}
.detailpage_blogpost_slick{
  float: left;
  width: 100%;
}
.detailpage_blogs_inner .blog_readbtn{
  display: none;
}
.blogsingle_date {
  color: #0a2d44;
}

.detailpage_blogpost_slick .blog_single_inner{
  flex-direction: column;
  filter: drop-shadow(0 8px 6.5px #6ebffd65);
  margin: 10px;
  border-radius: 20px;
}
.detailpage_blogpost_slick .blog_single_image,
.detailpage_blogpost_slick .blog_single_content{
  position: relative;
  width: 100%;
}
.detailpage_blogpost_slick .blog_single_image::before{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/blogdetail/blogimg_shape.webp);
  background-size: 100% 100%;
  pointer-events: none;
}
.detailpage_blogpost_slick .blog_single_image::after{
  position: absolute;
  content: '';
  right: 5px;
  bottom: 15px;
  height: 60px;
  width: 60px;
  background-image: url(../images/blogdetail/blogarrow.webp);
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 1;
}
.detailpage_blogpost_slick .blog_single_image img{
  height: 315px;
}
.detailpage_blogs_right .blog_single_content h4,
.detailpage_blogpost_slick .blog_single_content h4 {
    font-size: 21px;
    line-height: 30px;
    color: #000;
}
.detailpage_blogs_right .blog_single_content p, 
.detailpage_blogpost_slick .blog_single_content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow:hidden;
}
.detailpage_blogpost_slick .slick-slide.slick-current+.slick-active .blog_single_inner{
    filter: drop-shadow(0 8px 6.5px #a71f2436);
}
.detailpage_blogpost_slick .slick-slide.slick-current+.slick-active .blogsingle_date{
  color: #a71f24;
}
/* .detailpage_blogpost_slick .slick-active+.slick-active::after{
    background-image: url(../images/blogdetail/blogarrow-active.webp);
} */
.detailpage_blogpost_slick .slick-list.draggable{
  padding: 0 0 2em 0;
}


.detailpage_blogs_right .blog_single_inner{
  filter: drop-shadow(0 5px 5.5px #6ebffd65);
  border-radius: 20px;
}
.detailpage_blogs_right .blog_single_image img {
    height: 218px;
}
.detailpage_blogs_right .blog_single_content{
  padding-top: 1.5em;
}

.coupons_block {
  float: left;
  width: 100%;
  margin: 1em 0;
}
.coupons_block_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
}
.coupons_slick {
  float: left;
  width: 100%;
  margin: 1em 0;
}

/* servicedetail page */

.servicedet_firstblk{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.servicedet_first_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.servicedet_first_inner h2,
.servicedet_first_inner h1{
  font-size: 46px;
  line-height: 56px;
  color: #0a2d44;
  font-weight: 900;
  font-family: 'Poppins-Black';
}
.servicedet_first_inner h3,
.servicedet_first_inner h4{
  font-size: 36px;
  line-height: 46px;
  color: #0a2d44;
}
.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: 1em;
    margin-bottom: 2em;
    float: right;
    width: 108%;
}
.servicedet_first_image::before{
  position: absolute;
  content: '';
  left: -1px;
  right: 0;
  bottom: 0;
  top: -1px;
  height: 101%;
  width: 101%;
  background-image: url('../images/servicedetail/servicedet_firstimg_shape.webp');
  background-size: 100% 100%;
}
.servicedet_first_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 1050px;
}
.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;
  background-color: #f5f6f8;
}
.servicedet_second_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.servicedet_second_inner h2{
  font-size: 40px;
  line-height: 50px;
  color: #a11f24;
  font-weight: 900;
}
.servicedet_second_inner h3,
.servicedet_second_inner h4{
  font-size: 34px;
  line-height: 42px;
  color: #0a2d44;
}
.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: 1em;
    margin-bottom: 2em;
}
.servicedet_second_image::before{
  position: absolute;
  content: '';
  left: -1px;
  right: 0;
  bottom: 0;
  top: -1px;
  height: 107%;
  width: 100%;
  background-image: url('../images/servicedetail/secimg_Vectorshape.webp');
  background-size: 100% 100%;
}
.servicedet_second_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 950px;
}
.servicedet_second_inner ol,
.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: "";
  position: absolute;
    top: 8px;
    left: 0px;
    height: 17px;
    width: 17px;
  background-image: url('../images/servicedetail/servicdet_list_icon.webp');
  background-size: 100% 100%;
}
.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: 40px;
  line-height: 50px;
  color: #9d1c20;
  font-weight: 400;
}
.servicedet_third_inner h3,
.servicedet_third_inner h4{
  font-size: 36px;
  line-height: 46px;
  color: #0a2d44;
}
.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{
  float: right;
  position: relative;
}
.servicedet_third_image{
    position: relative;
    margin-left: 3em;
    margin-bottom: 2em;
}
.servicedet_third_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 700px;
  border-radius: 30px;
  filter: drop-shadow(0px 15px 25px rgba(0, 145, 255, 0.3));
}
.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: "\f18e";
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 21px;
    color: #9d1c20;
}

.servicedet_faq_block .faqhme_title{
  text-align: center;
}
.servicedet_faq_block .faqhme_title h3{
  color: #0a2d44;
}

.servicedetail_coupons_block .coupon_single_inner {
    margin: 0 5px;
    padding: 2em 2em 1em 2.5em;
    background-image: url(../images/servicedetail/detaippage_couponbg.webp);
}
.servicedetail_coupons_block .coupon_title{
  background-image: unset;
}
.servicedetail_coupons_block .coupon_offer sub,
.servicedetail_coupons_block .coupon_offer span {
  color: #0a293e;
}
.servicedetail_coupons_block .coupon_single_inner b {
    font-size: 14px;
    position: absolute;
    top: 15px;
    left: 50px;
}
.servicedetail_coupons_block .coupon_offer {
    display: block;
    padding-top: 3em;
}
.servicedetail_coupons_block .coupon_offer span {
    font-size: 90px;
}
.servicedetail_coupons_block .coupon_title {
    filter: unset;
    border: 2px dashed #ffffffba;
    margin-bottom: 1.5em;
    padding: 0em 1em 1em 1em;
}
.servicedetail_coupons_block .coupon_single_inner p,
.servicedetail_coupons_block .coupon_title h4,
.servicedetail_coupons_block .coupon_title strong{
  color: #fff;
  font-weight: 400;
}
.servicedetail_coupons_block .slick-slide.slick-current+.slick-active .print-btn,
.servicedetail_coupons_block .coupon_single_inner .print-btn {
    color: #0a2d44;
    background-color: #fff;
}
.servicedetail_coupons_block .slick-slide.slick-current+.slick-active .coupon_single_inner{
    background-image: url(../images/servicedetail/detaippage_couponbg2.webp);
}
.servicedetail_coupons_block .slick-slide.slick-current+.slick-active  .coupon_offer sub,
.servicedetail_coupons_block .slick-slide.slick-current+.slick-active  .coupon_offer span {
  color: #9d1c20;
}
.servicedetail_coupons_block .slick-slide.slick-current+.slick-active .coupon_title h4,
.servicedetail_coupons_block .slick-slide.slick-current+.slick-active .coupon_title strong{
  color: #fff;
}

.detailpage_services_block{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.detailpage_services_inner{
  float: left;
  width: 100%;
}
.detailpage_services_title{
  float: left;
  width: 100%;
  text-align: center;
}
.detailpage_services_title h3{
    font-size: 40px;
    line-height: 50px;
    color: #9d1c20;
    font-weight: 400;
}
.detailpage_services_slick{
  float: left;
  width: 100%;
  margin: 2em 0;
}    
.detailpage_services_slick .service_single_inner{
  background-color: #fff;
  border-radius: 25px;
  position: relative;
  border-bottom: 3px solid #9d1c20;
  filter: drop-shadow(0px 8px 8px rgba(255, 92, 97, 0.494));
}
.detailpage_services_slick .service_single_image img {
    filter: unset;
    height: 200px;
    border-radius: 25px 25px 0 0;
}
.detailpage_services_slick .service_single_content {
    text-align: left;
    padding: 1em 1em 2em 1em;
}
.detailpage_services_slick a.service-readmore{
  display: none;
}
.detailpage_services_slick .slick-list.draggable{
   padding: 1em 0 3em 0;
}
.services_icon{
position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 70px;
    height: 67px;
    border-radius: 40px;
    background-color: #9d1c20;
    border: 3px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 8px 8px rgba(255, 92, 97, 0.494));
}
.services_icon img{
    height: 40px;
  object-fit: contain;
}
.detailpage_services_slick .slick-slide.slick-current+.slick-active+.slick-active .service_single_inner,
.detailpage_services_slick .slick-slide.slick-current.slick-active .service_single_inner{
  filter: drop-shadow(0px 12px 8px rgba(164, 208, 242, 0.494));
  border-bottom: 3px solid #0a2d44;
}
.detailpage_services_slick .slick-slide.slick-current+.slick-active+.slick-active .services_icon,
.detailpage_services_slick .slick-slide.slick-current.slick-active .services_icon{
  background-color: #0a2d44;
  filter: drop-shadow(0px 12px 8px rgba(164, 208, 242, 0.494));
}
.detailpage_services_slick .slick-slide.slick-current+.slick-active+.slick-active .service_single_content h4,
.detailpage_services_slick .slick-slide.slick-current.slick-active .service_single_content h4{
  color: #0a2d44;
}


/* employment */
.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(4.067px 9.135px 2.5px rgba(2, 135, 75, .12));
    background-color: #fff;
    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-radius: 30px;
    width: 50%;
    filter: drop-shadow(0px 22px 10px rgba(0, 0, 0, .31));
    background-color: #a71f24;
    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;
}


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

.cms_page_content h2,
.cms_page_content h1{

  font-size: 40px;

    color: #022d42;

  font-weight: 500;

}
.cms_page_content h3,
.cms_page_content h2{

  font-size: 35px;

    color: #022d42;

  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: #022d42;

  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: 28px;
    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: "";
    position: absolute;
    top: 5px;
    left: -5px;
    height: 20px;
    width: 20px;
    background-image: url(../images/servicedetail/servicdet_list_icon.webp);
    background-size: 100% 100%;
}

.mobile_bottom{
  display: none;
}


/* responsive */

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

.reviews_page_inner{
  float: unset;
  max-width: 1400px;
  margin: 0 auto;
}
.header_wrapper::after,
.header_wrapper::before {
    width: 79%;
}

.servicedetail_banner .innerbanner_heading {
    letter-spacing: -1px;
    font-size: 28px;
    line-height: 38px;
}

.servicearea_list_block {
    left: 5em;
}

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

.servicearea_list_block {
    left: 7em;
}

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

.servicearea_list_block {
    left: 12em;
}

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

.servicearea_list_block {
    left: 16em;
}

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

.servicearea_list_block {
    left: 19em;
}

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

.header_wrapper::after,
.header_wrapper::before {
    width: 72%;
}
.bannerhme_image::after {
    width: 108%;
    height: 100%;
}

.servicearea_list_block {
    left: 21em;
}

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

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

.header_wrapper::after,
.header_wrapper::before {
    width: 67%;
}

}



@media only screen and (max-width:1300px) {
.container{
  padding: 0 15px;
}

.header_dayoffers {
  padding-right: 1em;
}
.header-nav nav>ul>li>a {
    padding: 5px 5px 10px;
  font-size: 14px;
}
a.header_call{
  font-size: 18px;
}
a.header_shedule{
  font-size: 18px;
}
.header_wrapper.fixed .header-nav nav>ul>li>a{
    padding: 5px 5px 10px;
    font-size: 14px;
}
.header_ratings{
  padding: 0;
}
.header-nav nav>ul{
  padding-left: 2em;
}
.bannerhme_content {
  left: 1em;
}
.home_third_image {
    width: 100%;
    padding-right: 0em;
}
.home_first_inner h1, .home_first_inner h2 {
    left: 0em;
    font-size: 30px;
    line-height: 40px;
}
.faqhme_image_inner::after{
  right: 0;
}
.home_third_image img {
    height: 550px;
}
.blogs_right_inner {
  margin: 0;
}

/* innerpage banner */

.innerpage_banner_content {
  left: 0em;
  width: 45%;
}
.innerpageban_content_inner {
    padding: 0em 4em 0em 1em;
}
.innerpage_banner_image::before {
    width: 45%;
}
.banner-call {
    width: 65%;
}
.contactus_banner .ban_review_rating, .innerpageban_content_inner .ban_review_rating {
    left: 1em;
}
.innerbanner_heading {
    font-size: 30px;
    line-height: 40px;
}
.banner_coupon {
    right: 3em;
    bottom: 1em;
}

/* draincleaning page */
.drainclean_first_image {
    margin-right: 1em;
    width: 100%;
}
.drainclean_second_image {
    margin-right: 2em;
    margin-bottom: 2em;
}
.drainclean_third_image {
    margin-left: 1em;
    width: 100%;
}
.drainclean_last_image {
    margin-right: 1em;
}
/* servicedetail page */
.servicedet_first_image {
    margin-right: 1em;
    width: 99%;
}
.servicedet_second_image img {
    height: 700px;
}

/* contactus */
.contactus_banner_title {
    float: left;
    margin-top: 0em;
}

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

.header_top_secondsec p, .header_top_firstsec p {
    margin: 7px 0 0 0;
    font-size: 10px;
}
.header_dayoffers::before{
  content: unset;
}
.header_dayoffers {
    padding-left: 4em;
}
.header_ratings p span {
    font-size: 11px;
}
.header_ratings p {
    font-size: 12px;
}
a.header_shedule{
  display: none;
}
.header-nav nav>ul{
  padding: 0;
}
.header_wrapper.fixed .header-nav nav>ul>li>a,  
.header-nav nav>ul>li>a {
    padding: 5px 3px 10px;
    font-size: 12px;
}
.header_dayoffers p b {
    font-size: 13px;
}
.bannerhme_content_inner h1, .bannerhme_content_inner h2 {
    font-size: 30px;
    line-height: 40px;
}
.bannerhme_image::after{
  content: unset;
}
.bannerhme_content{
bottom: 0;
border-radius: 381px;
background-color: #f2f6f9e3;
width: 50%;
padding: 8em 4em 8em 4em;
left: -1em;
}
.service_single_inner{
  margin: 0 5px;
}
.hme_services_title h2 {
    border: 0px;
    border-left: 0;
    font-size: 30px;
    line-height: 40px;
}
.home_third_image img {
  height: 445px;
}
.home_second_inner h3, .home_second_inner h2 {
    font-size: 30px;
    line-height: 40px;
}
.home_whychoose_single{
  width: 46%;
}
.home_whychoose_content_inner h3{
    font-size: 30px;
    line-height: 40px;
}
.home_whychoose_single:nth-child(1){
    top: 0px;
    left: 0px;
}
.home_whychoose_single:nth-child(4){
    bottom: 0px;
    right: 0px;
    z-index: 1;
}
.home_third_inner h3, .home_third_inner h2{
    font-size: 30px;
    line-height: 40px;
}
.home_whychoose_title h4 {
    font-size: 16px;
    line-height: 20px;
}
.home_reviews_title h3{
  padding: 0;
    font-size: 30px;
    line-height: 40px;
}
.review_single_inner,
.hme_reviews_slick .slick-active+.slick-active .review_single_inner,
.hme_reviews_slick .slick-active+.slick-active+.slick-active .review_single_inner{
  background-image: unset;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #a71f24;
  padding: 2em 1em 1em 1em;
}
.home_reviews_block .container{
  max-width: 100%;
  padding: 0 15px;
}
.faqhme_title h3{
    font-size: 30px;
    line-height: 40px;
}
.faq_question_box .set a {
    padding: 0.5em 2em 0.5em 1em;
    font-size: 20px;
    line-height: 30px;
}
.faqhme_image_inner img {
    height: 725px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 80%);
}
.faqhme_hle::after,
.faqhme_image_inner::after{
  content: unset;
}
.hme_blogs_inner{
  padding: 0;
  margin: 0;
}
.blog_single_content h4 {
    font-size: 20px;
    line-height: 30px;
}

/* videos page */
.video_single{
    padding: 5px;
}
.videos_page_leftblk .video_img img {
    height: 300px;
}
.videos_page_rightblk .video_img img {
    height: 140px;
}
.videos_page_rightblk .video_single:nth-child(2) .video_img img {
    height: 150px;
}
.videos_page_second_inner .video_img img {
    height: 200px;
}
.video_link a i{
    height: 35px;
    width: 35px;
}
/* faq page */
.faq_page_title h2 {
    font-size: 36px;
}

/* innerpage banner */
.banner_coupon_inner span {
    font-size: 34px;
}
.banner_coupon_inner sub {
    font-size: 14px;
}
.banner_coupon_inner strong {
    font-size: 12px;
    padding: 5px 7px;
    width: 95%;
}


/* draincleaning page */
.drainclean_first_image img {
    height: 500px;
}
.drainclean_first_inner .first-content h2 {
    font-size: 36px;
    line-height: 42px;
}
.drainclean_first_inner .second-content h3, .drainclean_first_inner .second-content h2 {
    font-size: 30px;
    line-height: 40px;
}
.howitwork_title h3{
    font-size: 30px;
    line-height: 40px;
}
.howitwork_single_inner {
    margin: 0 1em;
    padding: 1em 1em 1em 1em;
    border-bottom: 10px solid #0c2f47;
    border-right: 10px solid #0c2f47;
}
.howitwork_single:nth-child(2) .howitwork_single_inner {
    border-bottom: 10px solid #9d1c20;
    border-right: 10px solid #9d1c20;
}
.howitwork_content .hme-call::before,
.howitwork_single::after{
  content: unset;
}
.coupon_page_title h2{
    font-size: 30px;
    line-height: 40px;
}
.coupon_offer span {
    font-size: 50px;
}
.coupon_title h4 {
    font-size: 18px;
    line-height: 28px;
}
.drainclean_second_inner h3, .drainclean_second_inner h2{
    font-size: 30px;
    line-height: 40px;
}
.drainclean_third_inner h3, .drainclean_third_inner h2{
    font-size: 30px;
    line-height: 40px;
}
.drainclean_last_content h3,
.drainclean_last_content h2{
    font-size: 30px;
    line-height: 40px;
}
  
/* servicedetail page */
.servicedet_first_inner h2, .servicedet_first_inner h1{
    font-size: 30px;
    line-height: 40px;
}
.servicedet_first_inner h3, .servicedet_first_inner h4{
    font-size: 26px;
    line-height: 36px;
}
.servicedet_first_image img {
  height: 700px;
}
.servicedet_second_image::before{
  content: unset;
}
.servicedet_second_image{
  margin-right: 2em;
}
.servicedet_second_image img{
  height: 500px;
  border-radius: 30px;
  filter: drop-shadow(7px 7px 7px rgba(164, 28, 32, 0.251));
}
.servicedet_second_inner h2{
    font-size: 26px;
    line-height: 36px;
}
.aboutus_reviews_block .review_single_inner{
  background-image: unset;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #a71f24;
  padding: 2em 1em 1em 1em;
}
.aboutus_reviews_block .slick-active+.slick-active .review_single_inner{
  top: 0;
  filter: unset;
  border: 2px solid #073756;
}
.aboutus_reviews_block .slick-active+.slick-active+.slick-active .review_single_inner{
  border: 2px solid #a71f24;
}
.servicedet_third_inner h2, .servicedet_third_inner h1{
    font-size: 30px;
    line-height: 40px;
}
.service_single_content h4 {
    font-size: 16px;
    line-height: 20px;
}
.services_icon {
    left: 10px;
    top: -10px;
}
.servicedetail_coupons_block .coupon_offer span {
    font-size: 60px;
}
.servicedetail_coupons_block .coupon_title{
  border: unset;
}
.servicedetail_coupons_block .coupon_single_inner b {
    left: 25px;
}
.servicedetail_coupons_block .coupon_offer {
    padding-top: 4em;
}
.detailpage_blogpost_slick .blog_single_image::before,
.detailpage_blogpost_slick .blog_single_image::after{
  content: unset;
}
.detailpage_blogpost_slick .blog_single_image, .detailpage_blogpost_slick .blog_single_content{
  padding: 0;
}

/* services page */
.services_odd_image {
    margin-right: 2em;
    margin-bottom: 2em;
}
.services_even_image {
    margin-left: 2em;
    margin-bottom: 2em;
}
.services_evenblk_inner h3, .services_evenblk_inner h2{
    font-size: 30px;
    line-height: 40px;
}
.services_oddblk_inner h3, .services_oddblk_inner h2{
    font-size: 30px;
    line-height: 40px;
}
.services_oddblk_inner h3::before, .services_oddblk_inner h2::before{
  content: unset;
}

/* reviews */
.reviews_page_inner .review_single_inner {
  margin: 0 5px;
  padding: 2em 2em 2em 2em;
  background-image: unset;
  background-color: #fff;
    filter: drop-shadow(0px 2px 7px rgba(255, 92, 97, 0.494));
}
.reviews_page_inner .review_single:nth-child(even) .review_single_inner{
  background-image: unset;
  border: 2px solid #0a2d44;
  background-color: #fff;
  filter: drop-shadow(0px 7px 7px rgba(164, 208, 242, 0.494));
}
.reviews_page_inner .review_single:nth-child(3n+2) .review_single_inner{
  top: unset;
}
.reviews_page_inner .review_single:nth-child(6n+5) .review_single_inner{
  filter: drop-shadow(0px 2px 7px rgba(255, 92, 97, 0.494));
}

/* service areas */
.servicearea_list_block {
    left: 1em;
    width: 400px;
}
.servicearea_listblk_inner li a {
    font-size: 20px;
    padding: 1em 3em 1em 1em;
}

/* location */
.locator_page_detail {
    width: 430px;
    right: 2em;
}
.locator_page_detail .loc_salt {
    padding: 1em 1em 1em 4em;
}
.location_details h4 {
    font-size: 18px;
    line-height: 30px;
}
.location_details .location_review {
    max-width: 100%;
}
.locator_page_detail .loc_salt h4 {
    font-size: 20px;
}
.locator_page_detail .loc_salt p {
    font-size: 18px;
    line-height: 28px;
}
.locator_page_detail a.saltcont {
    font-size: 18px;
}

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

 /* mobile menu open */

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

  }
  .mobtext {
        position: absolute;
        bottom: -15px;
        right: 3px;
        color: #000;
        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:#a91f24; 
    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: #000;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 35px;
    border-bottom: 1px solid #a91f241f;
  }
  #mob_menu li a:hover {
    background-color: #a91f24;
    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;
  }
  .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: #a91f24;
    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: #09182b;
  }
  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: #fff;
    float: left;
    margin-left: 0px;
    margin-right: 3px;
    padding: 6px 8px;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #a91f24;
    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: #fff;
  }
  .mob_navi {
    position: fixed;
    top: 0;
    width: 350px;
    border-top-left-radius: 0;
    overflow-y: scroll;
    padding-top: 6em;
    background-color: #fff;
  }
  .mob_navi.menu_open {
    transform: translate(0, 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: #fff;
    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_thirdright_inner,
.header_firstright_inner{
  display: none;
}
.header_wrapper::after,
.header_wrapper::before{
  content: unset;
}
.header_logo_inner{
  padding: 0 !important;
}
.header_secondright_inner{
  padding: 1em 0 !important;
}
.header_ratings{
  display: none;
}
.header_dayoffers{
  padding: 15px 0;
  float:left;
  width: 100%;
  text-align: center
}
.header_logo_inner img {
  height: 95px;
}

.home_first_image {
    float: left;
    margin-right: 2em;
    margin-left: 0em;
    margin-bottom: 2em;
}
.home_first_image img{
  height: 400px;
}
.home_first_inner h1, .home_first_inner h2 {
  font-size: 26px;
  line-height: 34px;
  padding: 0;
  background-color: unset;
}
.hme_services_title h2{
  padding: 0;
  font-size: 26px;
  line-height: 34px;
}
.service_single_content h4 {
    font-size: 18px;
    line-height: 24px;
}
.service_single_image img {
    height: 215px;
    border-radius: 35px 5px;
}
.bannerhme_content_inner h1, .bannerhme_content_inner h2 {
  font-size: 26px;
  margin: 15px 0;
  line-height: 32px;
}
.ban_review_rating{
  width: 100%;
}
.bannerhme_image img, .bannerhme_image video{
  height: 500px;
}
.bannerhme_content{
  padding: 2em;
  border-radius: 0;
}
.home_second_inner h3, .home_second_inner h2{
  font-size: 26px;
  line-height: 34px;
}
.home_second_image img{
  height: 400px;
}
.home_whychoose_iconsblk{
  float: left;
  width: 100%;
}
.home_whychoose_icons_inner{
  float: left;
  width: 100%;
}
.home_whychoose_contentblk{
  float: left;
  width: 100%;
}
.home_whychoose_block::after{
  content: unset;
}
.home_whychoose_contentblk::after{
  content: unset;
}
.home_third_inner h3, .home_third_inner h2{
  font-size: 26px;
  line-height: 34px;
}
.home_third_inner strong{
  font-size: 18px;
  line-height: 30px;
}
.home_third_image::before{
  content: unset;
}
.home_third_image img {
  height: 345px;
}
.home_reviews_block{
  margin: 1em 0;
  padding: 0;
}
.home_reviews_title h3{
  font-size: 26px;
  line-height: 34px;
}
.home_faq_block{
  margin: 1em 0;
  padding: 1em 0;
}
.faqhme_image_inner img{
  height: 500px;
}
.faq_question_box .set a{
  font-size: 18px;
}
.faqhme_image_inner {
  margin-top: 0em;
  margin-left: 1em;
}
.hme_blogs{
  padding: 1em 0;
  margin: 1em 0;
}
.blogs_rightsec{
  display: none;
}
.hme_blogs_title h3{
  font-size: 26px;
  line-height: 34px;
}
.blogs_leftsec{
  float: left;
  width: 100%;
}
.blog_single_inner{
  flex-direction: column;
}
.blog_single_image{
  width: 100%;
}
.blog_single_content{
  width: 100%;
  padding:1em;
}
.blog_single_content p{
  display: none;
}
.blog_single_content h4 {
  font-size: 18px;
  line-height: 26px;
}
.blog_single_image img{
  height: 215px;
}
.blog_single_inner{
  padding: 0;
  margin: 0 5px;
}
.footer_wrapper{
  background-color: #fff;
  background-image: unset;
}
.footerfirst_content{
  float: left;
  width: 100%;
}
.footerfirst_menu,
.footerfirst_lastmenu{
  float: left;
  width: 50%;
}


/* videos page */
.video_single{
    float: left;
    width: 50%;
}
.videos_page_leftblk,
.videos_page_rightblk {
    float: left;
    width: 100%;
    display: contents;
}
/* faq page */
.faq_page_wrapper{
    padding: 0;
}
.faq_page_title h2 {
    font-size: 30px;
}
.faq_page_imageblk{
    display: none;
    float: left;
    width: 100%;
}
.faq_page_content{
    float: left;
    width: 100%;
}
.faq_page_content .faq_question_box .set a {
    font-size: 16px;
    line-height: 26px;
}
.faq_question_box .content p {
    font-size: 14px;
    line-height: 24px;
}
.faq_page_content .faq_question_box{
    overflow-y: unset;
    height: auto;
    padding: 0;
}
.faq_page_content .faq_question_box .set a::before {
    font-size: 21px;
    top: 17px;
    right: 10px;
}

/* innerpage banner */
.innerpage_banner_image::before{
  content: unset;
}
.innerpageban_content_inner {
  padding: 2em 1em 2em 1em;
}
.innerpage_banner_content {
  left: 0em;
  width: 45%;
  top: unset;
  height: auto;
  bottom: 0;
  background-color: #9d1c20e3;
}
.banner_coupon_inner b {
    font-size: 10px;
}
.banner_coupon_inner span {
  font-size: 30px;
}
.contactus_banner .ban_review_rating, .innerpageban_content_inner .ban_review_rating {
  left: 0em;
  top: 0;
  position: relative;
}
.banner_coupon_inner strong {
  font-size: 11px;
  padding: 5px 5px;
  width: 100%;
}
.innerbanner_heading {
  font-size: 26px;
  line-height: 36px;
}
.innerpage_banner_image img {
    height: 450px;
}

/* drainclean page */
.drainclean_first_inner .first-content h2 {
  font-size: 26px;
  line-height: 36px;
}
.drainclean_first_inner .first-content{
  background-color: unset;
  border-radius: 0px;
  filter: unset;
}
.howitwork_content .hme-call {
    height: auto;
}
.coupons_page_inner .coupon_single:nth-child(3n+2) .coupon_single_inner,
.coupon_single_inner{
  background-image: unset;
  background-color: #fff;
}
.coupons_slick .slick-slide.slick-current+.slick-active .coupon_single_inner{
  background-image: unset;
  background-color: #fff;
}
.coupon_title{
  background-image: unset;
  padding: 0;
  margin: 0 0 15px 0;
  filter: unset !important;
}
.coupon_offer sub,
.coupon_offer span{
  color: #0a2d44;
}
.coupons_slick .slick-slide.slick-current+.slick-active .coupon_offer span,
.coupons_slick .slick-slide.slick-current+.slick-active .coupon_offer sub{
    color: #9d1c20;
}
.coupon_single_inner b{
  color: #000;
}
.drainclean_second_image img{
  height: 350px;
}
.drainclean_third_image img {
    height: 500px;
}
.drainclean_third_inner h3, .drainclean_third_inner h2 {
  font-size: 26px;
  line-height: 36px;
}
.drainclean_last_content h3, .drainclean_last_content h2{
  font-size: 26px;
  line-height: 36px; 
}
.drainclean_last_content{
  display: contents;
  padding: 0;
  filter: unset;
}
.drainclean_last_image img{
  height: 350px;
}

/* servicedetail page */
.servicedet_first_inner h2, .servicedet_first_inner h1 {
  font-size: 26px;
  line-height: 36px;
}
.servicedet_first_image::before{
  content: unset;
}
a.servicedet_call{
  display: none;
}
.servicedet_first_image img{
  height: 500px;
  clip-path: polygon(15% 0, 85% 0, 100% 15%, 100% 100%, 0 100%, 0 20%);
}
.servicedet_first_image{
    filter: drop-shadow(0px 15px 25px rgba(0, 145, 255, 0.3));
}
.servicedet_second_inner h3, .servicedet_second_inner h4{
  font-size: 26px;
  line-height: 36px;
}
.servicedet_second_image img{
  height: 350px;
}
.aboutus_reviews_block .slick-list.draggable {
    padding: 0em 0 2em 0;
}
.servicedet_third_inner h3, .servicedet_third_inner h4,
.servicedet_third_inner h2, .servicedet_third_inner h1{
  font-size: 26px;
  line-height: 36px;
}
.aboutus_faq_block .faq_question_box .set a {
    font-size: 16px;
    padding: 0.5em 2.5em 0.5em 1em;
}
.aboutus_faq_block .faqhme_image_inner img {
    height: 615px;
}
.servicedetail_coupons_block .coupon_single_inner{
  background-image: linear-gradient(170deg, #0a2d44 0%, #1971aa 100%);
  border-radius: 25px;
}
.servicedetail_coupons_block .slick-slide.slick-current+.slick-active .coupon_single_inner{
  background-image: linear-gradient(166deg, #9d1c20 0%, #ca1f1f 100%);
  border-radius: 25px;
}
.servicedetail_coupons_block .coupon_single_inner {
    padding: 2em 1em 1em 1em;
}
.servicedetail_coupons_block .coupon_offer {
  padding-top: 0em;
}
.servicedetail_coupons_block .coupon_single_inner b {
  top: 0;
  left: 0;
  position: relative;
}
.servicedetail_coupons_block .coupon_offer span {
  font-size: 45px;
}
.servicedetail_coupons_block .coupon_offer{
  background-color: #fff;
  margin: 0 -15px;
  margin-bottom: 1em;
}
.servicedetail_coupons_block .coupon_title{
  padding: 0;
  margin: 0 0 15px 0;
}
.detailpage_blogs_right{
  display: none;
}
.detailpage_blogs_left{
  float: left;
  width: 100%;
}
.detailpage_blogpost_slick .blog_single_content{
  padding: 1em;
}
.detailpage_blogs_right .blog_single_content h4, 
.detailpage_blogpost_slick .blog_single_content h4 {
    font-size: 18px;
    line-height: 26px;
}

/* services page */
.services_odd_image img {
  height: 350px;
  border-radius: 0 50px;
}
.services_oddblk_inner h3, .services_oddblk_inner h2 {
  font-size: 28px;
  line-height: 38px;
}
.services_evenblk_inner h3, .services_evenblk_inner h2 {
  font-size: 28px;
  line-height: 38px;
}
.services_even_image img{
  height: 350px;
  border-radius: 50px 0px;
}

/* reviews */
.reviews_page_wrapper .home_reviews_title{
  max-height: 100%;
  padding: 0;
}
.reviews_page_inner .review_single {
    margin: 1em 0;
}
.reviews_page_inner .review_single_inner{
  padding: 1em 1em;
}


/* service areas */

.servicearea_list_block {
    width: 320px;
}
.servicearea_listblk_inner li a {
    font-size: 16px;
    padding: 1em 2em 1em 1em;
}
.servicearea_listblk_inner li a::before {
    right: 10px;
    height: 27px;
    width: 17px;
}
.servicearea_search input {
    font-size: 16px;
    line-height: 26px;
    padding-right: 2em;
    height: 45px;
}
.servicearea_listblk_inner ul {
    height: 450px;
}


/* location */
.locator_page_detail {
  width: 340px;
  right: 2em;
}
.location_review {
    width: 70%;
}
.search_box form input {
    font-size: 16px;
    line-height: 28px;
    height: 45px;
    padding: 10px 10px 10px 2em;
}
.locator_page_detail .nav-tabs li{
    float: left;
    width: 100%;
    background-color: #fff;
    filter: drop-shadow(0px 7px 7px rgba(164, 208, 242, 0.494));
    border-radius: 15px;
}
.locator_page_detail .nav-tabs li:nth-child(even) .location_details h4::after{
  content: unset;
}
.locator_page_detail .nav-tabs li:nth-child(even) .location_details h4 {
    color: #092d43;
}
.locator_page_detail .nav-tabs li::after{
  content: unset;
}
.search_box button::before {
    width: 20px;
    height: 20px;
    top: 3px;
    left: 0px;
}

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

.header_offersec{
  display: none;
}
.header_logo{
  float: left;
  width: 30%;
}
.header_firstright{
  float: left;
  width: 70%;
}
.header_secondright_inner{
  float: left;
  width: 100%;
  padding: 0 !important;
}
.header_logo_inner img {
  height: 85px;
}
.header_contdetail {
  padding: 20px 0;
}
.mobile-header {
  top: 15px;
}
.header_wrapper,
.header_wrapper.fixed{
  z-index: 99;
}
.mobile-header.fixed,
.mob_navi.fixed{
  position: fixed !important;
}
.bannerhme_content{
  position: relative;
  float: left;
  width: 100%;
  padding: 1em 1em;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bannerhme_image img, .bannerhme_image video{
  height: 350px;
}
.bannerhme_wrapper {
  box-shadow: 0px 7px 15px #0a2d444d;
  background-color: #f2f6f9e3;
}
.home_first_imgblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.home_first_image{
  float: unset;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}
.home_first_inner h1, .home_first_inner h2{
  display: block;
  margin: 15px 0;
}
.hme_services_block{
  overflow: hidden;
}
.home_first_inner{
  padding: 0;
}
.hme_services_sliderblk{
  float: left;
  width: 100%;
}
.hme_services_title{
  flex-direction: column-reverse;    
}
.hme_services_title p{
  padding: 0;
  width: 100%;
}
.hme_services_block::after{
  background-image: unset;
  background-color: #0a2d44;
  border-top-right-radius: 100px;
  height: 50%;
}
.hme_services_slick .slick-list.draggable{
  margin-right: -100px;
}

.home_second_image{
  float: unset;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}
.home_second_imgblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.home_third_block::after{
  content: unset;
}
.home_whychoose_iconsblk{
  float: left;
  width: 100%;
}
.home_whychoose_content_inner{
  padding: 0;
}
.whychoose_callbtn {
  font-size: 16px;
  line-height: 28px;
  padding: 10px 10px 10px 25px;
  width: 38%;
  margin-right: 0em;
  border-radius: 36px;
}
.whychoose_callbtn::before {
  left: 10px;
  height: 18px;
  width: 20px;
}
.home_third_imgblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
  padding: 0;
}
.home_third_image{
  margin: 0;
  float: left;
  width: 100%;
  text-align: center;
}
.home_third_image img{
  height: 350px;
  width: 350px;
}
.review_single_inner a{
  float: left;
  width: 100%;
  text-align: center;
}
.review_author{
  float: left;
  width: 100%;
  text-align: center;
  display: block;
}
.star_rating{
  float: left;
  width: 100%;
  text-align: center;
}
.faqhme_image{
  float: left;
  width: 100%;
  display: none;
}
.faqhme_content{
  float: left;
  width: 100%;
}
.faqhme_title{
  padding: 0;
}
.faq_question_box .set a.active {
  padding: 0.5em 2.5em 0.5em 1em;
}
.faq_question_box .content {
  padding: 0em 1em 0em 1.5em;
}
.faq_question_box .set a::before {
  font-size: 18px;
  top: 12px;
  right: 16px;
}
.home_reviews_block{
  overflow: hidden;
}
.hme_reviews_slick .slick-list.draggable{
  margin-right: -100px;
}
.hme_blogs{
  overflow: hidden;
}
.hme_blogs_slick .slick-list.draggable{
  margin-right: -100px;
}
.footerfirst_content_inner {
  width: 100%;
  padding-top: 1em;
  padding-right: 0em;
}
.footerfirst_menu, .footerfirst_lastmenu{
  padding: 0;
  width: 100%;
}
.socialmedia_footer {
  padding-left: 0em;
  padding-top: 0px;
  margin-top: 3em;
}

/* videos page */
.faq_page_title{
    display: none;
}

/* innerpage banner */
.innerpage_banner{
  background-color: #9d1c20;
}
.innerpage_banner_content{
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: unset;
}
.innerpageban_content_inner {
  padding: 1em 0;
}
.banner-call {
  width: 41%;
  font-size: 16px;
  line-height: 28px;
  padding: 5px 45px 5px 10px;
}
.innerpage_banner_image img{
  height: 350px;
}

/* draincleaning page */
.drainclean_first_inner{
  margin-top: 0;
  padding-top: 0;
  display: flex;
  flex-direction: column;
}
.drainclean_first_imageblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  order: 2;
}
.drainclean_first_image{
  float: unset;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}
.drainclean_first_inner .first-content{
  padding: 0;
  order: 1;
}
.drainclean_first_inner .second-content{
  order: 3;
}
.drainclean_first_image img{
  height: 350px;
}
.coupons_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
}
.coupons_block_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.coupon_single_inner{
  padding: 1em;
  margin: 0 5px;
}
.coupons_slick  .slick-list.draggable{
  margin-right: -100px;
}
.howitwork_single{
  width: 50%;
  margin-bottom: 1em;
}
.howitwork_single_inner h4 {
    font-size: 18px;
}
.howitwork_single:nth-child(3){
  width: 100%;
}
.howitwork_content{
  flex-direction: column;
  margin: 0;
  padding: 0;
  align-items: left;
}
.howitwork_content p{
  width: 100%;
}
.howitwork_content .hme-call{
  padding: 10px;
  width: 80%;
}
.drainclean_second_image{
  float: unset;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}
.drainclean_second_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.drainclean_third_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.drainclean_third_image{
  float: unset;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}
.drainclean_third_image img{
  height: 350px;
}
.drainclean_last_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.drainclean_last_image{
  float: unset;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}
.aboutus_faq_block .faq_question_box {
    width: 100%;
}

/* services page */
.services_odd_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.services_odd_image{
  float: unset;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}
.services_even_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.services_even_image{
  float: unset;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}
.services_oddblk_inner h3, .services_oddblk_inner h2{
  display: block;
}
.services_oddblk_inner h3, .services_oddblk_inner h2,
.services_evenblk_inner h3, .services_evenblk_inner h2 {
  font-size: 26px;
  line-height: 36px;
}

/* servicedetail page */
.servicedet_first_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.servicedet_first_image{
  float: unset;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}
.servicedet_second_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.servicedet_second_image{
  float: unset;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}
.servicedet_third_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.servicedet_third_image{
  float: unset;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}
.servicedetail_coupons_block .coupon_single_inner b{
  color: #fff;
}
.detailpage_blogs_post{
  overflow: hidden;
}
.detailpage_blogpost_slick .blog_single_image img{
  height: 215px;
}
.detailpage_blogpost_slick .slick-list.draggable{
  margin-right: -100px;
}
.detailpage_services_title h3{
  font-size: 26px;
}
.detailpage_services_block{
  overflow: hidden;
}
.detailpage_services_slick .slick-list.draggable{
  margin-right: -100px;
}

/* reviews */
.reviews_page_wrapper .home_reviews_title{
  display: none;
}
.reviews_page_inner{
  margin: 0;
  padding: 0 15px;
}
.reviews_page_inner .review_single{
  float: left;
  width: 50%;
}

/* service areas */
.service_area_inner{
  display: flex;
  flex-direction: column-reverse;
}
.servicearea_list_block{
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  float: unset;
  width: 100%;
  max-width: 80%;
  margin: 2em auto;
}
.servicearea_listblk_inner ul{
  float: left;
  width: 100%;
  overflow-y: unset;
  height: auto;
  padding: 1em;
}
.servicearea_listblk_inner ul li{
  padding: 0;
}
.servicearea_listblk_inner {
  float: left;
  width: 100%;
}

/* location */
.location_page_wrapper{
  display: flex;
  flex-direction: column;
}
.location_page_inner{
  order: 2;
}
.location_page_wrapper .container{
  order: 1;
  width: 100%;
  max-width: 100%;
}
.locator_page_detail{
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  float: unset;
  width: 100%;
  max-width: 80%;
  margin: 2em auto;
}
.locator_page_detail .loc_salt {
        padding: 1em 1em 1em 3em;
}
.locator_page_detail .loc_salt p::after {
    width: 16px;
    height: 20px;
    top: 4px;
    left: -25px;
}
.locator_page_detail a.saltcont::after {
    width: 16px;
    height: 17px;
    top: 2px;
    left: -25px;
}

}
@media only screen and (max-width:480px) {
.mob_navi {
  width: 100%;
}

.mobile-header {
  top: 37px;
  right: 10px;
}
a.header_call {
  font-size: 20px;
}
.header_offer{
  float: left;
  width: 100%;
  display: block;
  padding: 5px 0;
  text-align: center;
  background-color: #0a2d44;
}
.header_offer p b,
.header_offer p{
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
.header_contdetail {
  padding: 12px 0;
}
.header_logo_inner img {
  height: 75px;
}
a.header_call::before{
  content: unset;
}
.bannerhme_content {
  padding: 1.5em 0em 0 0;
}
.ban_review_left ul li a {
  font-size: 23px;
  line-height: 27px;
  padding: 5px 11px;
}
.home_first_image{
  max-width: 95%;
}
.home_first_image img{
  height: 315px;
}
.hme-call {
  font-size: 16px;
  line-height: 28px;
  padding: 10px 30px 10px 10px;
  width: 55%;
  margin-right: 0.5em;
  text-align: left;
}
.hme-readmore {
  font-size: 16px;
  line-height: 28px;
  padding: 10px 30px 10px 10px;
  width: 46%;
  text-align: left;
}
.home_second_image{
  max-width: 100%;
}
.home_second_image img {
  height: 350px;
}
.home_third_inner{
  padding: 0;
  margin: 0;
}
.whychoose_callbtn {
  width: 55%;
}
.home_whychoose_single {
  border-radius: 25px;
  margin: 10px 6px;
  padding: 1em 0.5em;
}
.home_whychoose_title h4 {
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.faqhme_title h3 {
  font-size: 26px;
  line-height: 36px;
}
.home_whychoose_content_inner h3 {
  font-size: 26px;
  line-height: 36px;
}
.socialmedia_footer::before,
.review_author::before{
  content: unset;
}
.footer_copyrights p {
    margin: 0px 0 10px 0;
}
.footer_copyrights{
  float: left;
  width: 100%;
  text-align: center;
}
.footer_iboostlogo{
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 6em;
}


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

    .mobile_iconitems {
        position: relative;
    }

    .mobile_iconitems {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: space-around;
        --bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--bg-opacity));
        gap: 15px;
        height: 100%;
        align-items: center;
        padding-top: 15px;
    }

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

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

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

    .mob_iconitm span {
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        color: #000;
    }

    .mob_iconitm.mobile-phone a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 9999px;
        background-color: #032d43;
        border: 8px solid #fff;
        margin-top: 0;
        padding: 5px 15px;
        font-size: 30px;
        color: #fff;
        position: relative;
        top: -30px;
    }


/* innerpage banner */
.innerpage_banner_image img {
  height: 350px;
}
.contactus_banner .ban_review_left ul li a, 
.innerpageban_content_inner .ban_review_left ul li a{
  color: #fff !important;
    background: unset;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
}
.banner_coupon{
  display: none;
}
/* servicedetail page */
.servicedet_first_image img{
  height: 350px;
}
.servicedet_first_image{
  max-width: 100%;
}
.servicedet_second_image{
  max-width: 100%;
}
.servicedet_third_image img{
  height: 350px;
}
.servicedet_third_image{
  max-width: 100%;
}

/* services */
.services_odd_image{
  max-width: 100%;
}
.services_even_image{
  max-width: 100%;
}

/* draincleaning page */
.drainclean_first_image{
  max-width: 100%;
}
.drainclean_first_inner .second-content{
  padding: 1em;
}
.drainclean_first_inner .second-content h3, 
.drainclean_first_inner .second-content h2{
  font-size: 26px;
  line-height: 36px;
}
.howitwork_title h3{
  font-size: 26px;
  line-height: 36px;
}
.howitwork_single:nth-child(2) .howitwork_single_inner {
  border-bottom: 5px solid #9d1c20;
  border-right: 5px solid #9d1c20;
}
.howitwork_single_inner {
  margin: 0 5px;
  border-bottom: 5px solid #0c2f47;
  border-right: 5px solid #0c2f47;
}
.howitwork_single_inner p {
    font-size: 14px;
    line-height: 24px;
}
.howitwork_content .hme-call {
  width: 100%;
  margin: 0;
}
.drainclean_second_image{
  max-width: 100%;
}
.drainclean_second_inner h3, .drainclean_second_inner h2{
  font-size: 26px;
  line-height: 36px;
}
.drainclean_third_image{
  max-width: 100%;
}
.drainclean_steps{
    display: block;
}
.drainclean_count {
  display: block;
  width: auto;
  text-align: center;
}
.drainclean_last_image{
  max-width: 100%;
}

/* reviews */
.reviews_page_inner .review_single_inner p {
    height: 200px;
}
.reviews_page_inner .review_single_inner a {
    font-size: 28px;
    padding: 0;
}

/* service areas */
.servicearea_list_block{
  max-width: 100%;
}

/* location */
.locator_page_detail{
  max-width: 100%;
}
.locator_page_detail .navcover {
    overflow-y: unset;
    height: auto;
}
.location_details .location_review {
        max-width: 50%;
}

/* 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
    }

}
