@media screen and (max-width: 992px) {
  /* ---------Moblie Menu------------- */
  
    .boiler_service_sec {
        background-size: cover;
        padding: 55px 0 500px !important;
    }
	.small nav .sidebar ul li a {
   
    font-weight: 500 !important;
}
	
	.small nav .sidebar>ul {
     height: 550px;    overflow-y: scroll;
}
	
	.small nav .sidebar ul>li>a {
    color: #fff;
    padding: 4px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600!important;
}
  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    height: 100%;
    background: #b21859;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
}
	.small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #ffffff;
    font-weight: 700;
}
	.small nav .sidebar ul.sub-menu-sm li {
    padding: 10px 0px !important;
}
	.small nav .sidebar ul.sub-menu-sm a {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
    font-weight: 400 !important;
}

  
  
  
  
  
  .col-area-left-top h1 {
    color: #fff;
    font-size: 35px !important;
    font-weight: bold;
}
  
  
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }
  
  .small nav {
    padding: 2px 0;
  }
  
  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .small nav .menu {
    width: 45px;
    height: 45px;
    border: solid 1px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0),rgba(255, 255, 255, 0)), linear-gradient(101deg, #d5145f 0% , #ed5923 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 20px 100px 20px #000 inset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
  }
  
  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }
  
  .small.show .sidebar {
    right: 0;

  } 
  .small nav .sidebar>ul {
    margin-top: 70px !important;
  }

  .small nav .sidebar>ul>li {
    padding: 10px;
   
  }
  .small nav .sidebar ul>li{
    border-bottom: 1px solid #ece4e4;
  }
  .small nav .sidebar ul>li:last-child {
    border-bottom: 0px;
  }
  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }
  
  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600 !important;
  }
  
  .small nav .sidebar ul li a {
   
    font-weight: 600 !important;
}
  
  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }
  
  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }
  
  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
  }
  
  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }
  
  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  
  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }
  
  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }
  
  .small {
    display: block;
  }
/* ---------Moblie Menu------------- */
/* ---------Moblie Call Action------------- */

.m-wp.active {
    bottom: 240px;
    opacity: 1;
}

.m-wp {
 -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;    
    position: fixed;
    bottom: -50px;
    right: 12PX;
    width: 55px;
    height: 55px;
    background: linear-gradient(101deg, #d5145f 0%, #ed5923 100%);
    border-radius: 55px;
    text-align: center;
    border: 2px solid linear-gradient(101deg, #d5145f 0%, #ed5923 100%);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    opacity: 0;
    overflow: hidden;
   
}
.m-wp>div.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
    font-size: 22px;
}

.m-wp a {
    color: #fff;
}

.chaty-i-trigger .chaty-channel {
    bottom: 153px !important;
    right: -10px !important;
   
}





/*.mobile-fixed-button{*/
/*  position: fixed;*/
/*  bottom: 0;*/
/*  width: 100%;*/
/*}*/


/*.call-btn{*/
/*  background-color: #000;*/
/*  padding: 15px 50px;*/
/*  text-transform: uppercase;*/
/*  color: #fff;*/
/*  display: block;*/
/*  text-align: center;*/
/*}*/
/*.mobile-fixed-button{*/
/*  display: none;*/
/*}*/



/* ---------Moblie Call Action------------- */
.small {
	position: relative;
	z-index: 11;
	width: 100%;
	background-color: #000;
}
.top_bar{
  display: none;
}
.main_header{
  display: none;
}
.logo img {
	width: 90px;
}
.banner .banner_heading{
  text-align: center;
}
.banner .banner_heading h1 {
	font-size: 45px;
	font-weight: 700;
}
.banner .banner_img img {
	position: relative;
	right: inherit;
	top: initial;
	width: 100%;
}
.banner {
	background-color: #000000;
	padding: 85px 0 0px;
	color: #fff;
	position: relative;
}
.heading h2 {
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 60px;
	font-family: 'Roboto', sans-serif;
}
section {
	padding: 50px 0px;
}
	
	#service_three .heading{
  text-align: start;
}  
	
	#inner-service-two .heading{
  text-align: start;
} 
	
.service_sec .heading{
  text-align: center;
} 

.service_sec .contented {
	box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
	border: solid 1px transparent;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0),rgba(255, 255, 255, 0)), linear-gradient(101deg, #0ebcef 0% , #28fdba 100%);
	background-origin: border-box;
	background-clip: content-box, border-box;
  box-shadow: 20px 400px 20px #000 inset;
	background-color: initial;
	border-radius: 10px;
	padding: 25px;
	margin-left: 0;
	display: flex;
	align-items: center;
	transition: all 0.6s;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.service_sec .contented .left_con {
	min-width: 85px;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(28,198,241);
	background: linear-gradient(122deg, rgba(28,198,241,1) 27%, rgba(35,226,215,1) 81%);
	border-radius: 50%;
	margin-right: 0;
	margin-left: 0;
  margin-bottom: 25px;
}
.boiler_sec .progres_content .content {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	color: #e41b5d;
	margin: 0 auto;
	position: relative;
	z-index: 11;
	transition: all 0.6s;
	cursor: pointer;
}
.about_sec .heading {
  text-align: center;
  margin-top: 40px;
}
.landlord_sec .heading{
  text-align: center;
}
.landlord_sec .heading .botom_img img {
	width: 84px;
}

.landlord_sec .heading .botom_img {
	position: relative;
	right: -277px;
	bottom: 84px;
	width: 100%;
}
.landlord_sec {
	background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../image/landlord-bg.jpg') no-repeat center;
	background-size: cover;
	color: #fff;
}
.boiler_service_sec .heading ul.list-unstyled li {
	display: inline-block;
	width: 337px;
	margin-bottom: 16px;
	color: #b3b3b3;
}
#service_boiler_service_sec .boiler_service_sec .heading{
/*   text-align: center; */
	text-align: start;
}

.home_sec3 {
  background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../image/home-bg1.jpg') no-repeat center;
  background-size: cover;
  padding: 45px 0;
  text-align: center;
  background-position: 68% 50%;
  color: #fff;
}
.home_sec3 .heading h2 span {
  font-weight: 200;
  color: #fff;
}
.why_choose_sec .why_content h5 br{
  display: none;
}
.why_choose_sec .why_content h5 {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 15px;
}
.accordion__title {
	font-size: 18px;
	cursor: pointer;
	margin-bottom: 0;
	position: relative;
	color: #000;
	font-weight: 400;
	padding: 0 60px 0 0px;
	line-height: 28px;
}
.areas_sec .heading{
  text-align: center;
}
.areas_sec .heading ul li {
	display: inline-block;
	margin-bottom: 25px;
	width: 168px;
}
.call_us_sec .heading h4 {
	color: #fff;
	text-align: center;
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 0;
}
.service_sec .contented:hover .left_con {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	margin-right: initial;
	margin-left: initial;
}
.boiler_sec .progres_content .car_sty {
	position: absolute;
	right: -68%;
  top: 17%;
}
.boiler_sec .progres_content .car_sty img {
	width: 75px;
}
.boiler_sec .progres_content::after {
	content: "";
	background-color: #b3b3b3;
	width: 80%;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 56%;
	/* right: 0; */
	transform: translate(-50%,-50%);
}
.boiler_sec .progres_content .progress_cons h4 {
	text-align: center;
	margin: 15px 0 0;
	font-size: 22px;
	font-weight: 500;
}
.landlord_sec .heading p {
	max-width: initial;
}

.review_contented .top_img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.review_contented {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
}
.review_contented p {
	margin-bottom: 0;
	text-align: left;
}
.review_con .heading {
	text-align: center;
}
.review_and_contact .owl-nav {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.review_and_contact .contact-form{
  text-align: center;
}
.ft_top {
	background-color: #000000;
	padding: 60px 0;
  text-align: center;
}
footer .ft_content p {
	color: #b3b3b3;
	max-width: initial;
}
footer .ft_socail {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
footer .ft_address {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
  margin-top: 25px;
}
footer .ft_address .ft_map {
	display: flex;
	align-items: center;
	text-align: left;
	margin-bottom: 20px;
}
footer .ft-content .links-ft li {
	margin-bottom: 0px;
	display: inline-block;
	width: 117px;
}
footer .ft-content h4 {
	color: #27fbc2;
	text-transform: capitalize;
  font-size: 22px;
	font-weight: 400;
	margin-bottom: 14px;
}
.ft_border {
	width: 100%;
	height: 1px;
	background-color: #202020;
	margin: 26px 0;
}
.ft_top {
	background-color: #000000;
	padding: 60px 0 20px;
	text-align: center;
}
.inner-page h1 {
	line-height: 59px;
	font-size: 45px;
	color: #fff;
}
.inner-page {
	padding: 280px 0 50px;
	text-align: center;
}
.inner_content {
	padding: 10px;
	border-radius: 10px;
}
.area-banner{
  text-align: center;
}
.area-info2{
  text-align: center;
}
.commercial-locksmith-section .heading{
  text-align: center;
}
.contact_info h3 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 2px;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
}
.commercial-locksmith-section h3 {
	padding: 10px 0px 11px;
}
.contact_info {
	background: #000;
	color: #fff;
	border-radius: 7px;
	text-align: left;
	padding: 28px;
}
.about_sec2  .heading{
text-align: center;
}
.list-unstyled.links-ft {
  margin-bottom: 0;
}
.ft-head {
  margin-top: 15px;
}
.inner-page {
	padding: 195px 0 20px;
	text-align: center;
}
.service_sec .contented a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.service_sec .contented a .left_con {
	min-width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(28,198,241);
	background: linear-gradient(122deg, rgba(28,198,241,1) 27%, rgba(35,226,215,1) 81%);
	border-radius: 50%;
	margin-right: 28px;
	margin-left: 0;
	margin: 0 auto;
	margin-bottom: 20px !important;
}
.about_img1 img {
	width: 127%;
	position: relative;
	margin-left: -41px;
  margin-top: 0px;
	margin-bottom: -61px;
}
.about_us_sec1 {
	margin-top: -83px;
}
.about_img img {
	width: 127%;
	position: relative;
	margin-left: -41px;
	margin-top: 101px;
	margin-bottom: -61px;
}
	#service_landlord_sec .heading {
		text-align: start !important;
	}
	#service_about_sec2 .heading {
		text-align: start !important;
	}
section#barend_bullets ul li {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-bottom: 15px;
}
	
	.page-id-3377 .boiler_service_sec .heading h2 span {
    color: #000 !important;
}

.page-id-3377 .boiler_service_sec .heading ul.list-unstyled li {
    color: #000 !important;
}
	
	.page-id-2715 .boiler_service_sec .heading h2 span {
		color: #fff !important;
	}
}

@media screen and (max-width: 767px) {
  .boiler_service_sec .heading ul.list-unstyled li {
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
    color: #b3b3b3;
  }
	
	.area-info2 .heading {
		text-align: start;
	}
	.about_sec .heading {
		text-align: start;
		margin-top: 40px;
	}
	#service_boiler_service_sec {
/* 		background: url('../image/boiler-service-bg.jpg') no-repeat center; */
		background-size: cover;
		color: #fff;
		padding: 55px 0 670px;
	}
	#service-area-banner {
		background-size: cover;
	}
  
  .service-areas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 567px) {
  .mobile-fixed-button{
    display: block;
    z-index: 11;
  }
  .landlord_sec .heading .botom_img {
    position: relative;
    right: -99px;
    bottom: 0;
    width: 100%;
  }
  footer .ft-content .links-ft li {
    margin-bottom: 9px;
    display: inline-block;
    width: inherit;
  }
  .inner-page h1 {
    line-height: 55px;
    font-size: 40px;
    color: #fff;
  }
  .inner-page ul li {
    font-size: 17px;
    margin: 0 6px;
    color: #ffffff;
    font-weight: 300;
  }
  #blog_inner h1 {
    line-height: 42px;
    font-size: 33px;
    color: #fff;
  }
  h3 {
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .boiler_sec .progres_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .btn_gap {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .areas_sec .heading ul li {
    display: inline-block;
    margin-bottom: 25px;
    width: 150px;
  }
  .banner .banner_heading h1 {
    font-size: 40px;
    font-weight: 700;
  }
  .heading h2 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 45px;
    font-family: 'Roboto', sans-serif;
  }
  .service_sec .contented .content h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 12px;
  }
  .copy_txt {
    background-color: #202020;
    padding: 20px 0 100px;
  }
  .boiler_sec .progres_content .progress_cons {
    position: relative;
    margin-bottom: 55px;
    z-index: 111;
  }
  .boiler_sec .progres_content .progress_cons h4 {
    text-align: center;
    margin: 15px 0 0;
    font-size: 22px;
    font-weight: 500;
  }
  .boiler_sec .progres_content .progress_cons h4 br{
    display: none;
  }
  .heading h2 br{
    display: none;
  }
  .heading h3 br{
    display: none;
  }
  .heading p br{
    display: none;
  }
  .boiler_sec .progres_content .car_sty {
    position: initial;
    right: -96%;
    top: 12%;
  }
  .boiler_sec .progres_content .car_sty img {
    width: 74px;
    margin-top: 29px;
  }
  .boiler_sec .progres_content::after {
    content: "";
    background-color: #b3b3b3;
    width: 1px;
    height: 63%;
    position: absolute;
    left: 50%;
    bottom: 0;
    /* right: 0; */
    transform: translate(-50%,-37%);
    rotate: 180 deg;
  }
  .home_sec3 {
    background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../image/home-bg1.jpg') no-repeat center;
    background-size: cover;
    padding: 45px 0;
    text-align: center;
    background-position: 68% 50%;
    color: #fff;
  }
  .home_sec3 .heading h2 span {
    font-weight: 200;
    color: #fff;
  }
  .areas_sec .heading ul li:last-child{
    width: 200px;
  }
  .areas_sec .heading h4 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 33px;
  }
  .boiler_service_sec {
    background: url('../image/boiler-service-bg-sm.jpg') no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 50px 0 300px !important;
  }
  .call_us_sec {
    background: rgb(226,20,98);
    background: linear-gradient(122deg, rgba(226,20,98,1) 32%, rgba(245,79,60,1) 75%);
    padding: 30px 0;
  }
  
  .review_contented .top_img {
    margin-right: 10px;
  }
  .review_contented .top_img img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
  }
  .review_contented {
    display: flex;
    align-items: self-start;
    justify-content: center;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
  .about_bg {
    background: url('../image/about-banner.jpg') no-repeat center;
    background-size: cover;
    background-position: 78% 50%;
  }
  .review_contented {
    display: flex;
    align-items: self-start;
    justify-content: center;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    flex-direction: column;
  }
  .review_contented .top_img {
    margin-right: 10px;
    margin-bottom: 10px;
  }
	.list-unstyled.links-ft {
		margin-bottom: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 6px 23px;
	}
  .ft-head {
    margin-top: 15px;
  }
  .blog_bg {
    background: url('../image/blog-banner.jpg') no-repeat center;
    background-size: cover;
    background-position: 84% 50%;
  }
  .review_and_contact .review_contented .top_img {
    margin-right: 0px;
    font-size: 40px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0),rgba(255, 255, 255, 0)), linear-gradient(100deg, #e21462 0% , #f44b3e 100%);
    color: #fff;
    min-width:80px;
    min-height: 80px;
    border-radius: 50%;
    padding: 0;
    transition: all 0.6s;
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .review_and_contact .review_contented {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
    gap: 10px;
  }
  .review_contented .top_img {
    margin-right: 0px;
    font-size: 40px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0),rgba(255, 255, 255, 0)), linear-gradient(100deg, #e21462 0% , #f44b3e 100%);
    color: #fff;
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
    padding: 0;
    transition: all 0.6s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
   
  }
	
	.page-id-3377 .boiler_service_sec .heading h2 span {
    color: #000 !important;
}

.page-id-3377 .boiler_service_sec .heading ul.list-unstyled li {
    color: #000 !important;
}
}

@media screen and (max-width: 320px) {
  .why_choose_sec .why_content h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
  }
	
	.page-id-3377 .boiler_service_sec .heading h2 span {
    color: #000 !important;
}

.page-id-3377 .boiler_service_sec .heading ul.list-unstyled li {
    color: #000 !important;
}

}