:root {
	scroll-behavior: smooth;
}

body {
	font-family: "Open Sans", sans-serif;
	color: #444444;
}

a {
	color: #4154f1;
	text-decoration: none;
}

a.pointer {
	cursor: pointer !important;
}

a:hover {
	color: #717ff5;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Nunito", sans-serif;
}

h1 {
	font-weight: bold;
}

.p-0 {
	padding: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

section {
	padding: 60px 0;
	overflow: hidden;
}

.section-header {
	text-align: center;
	padding-bottom: 40px;
}

.text-left {
	text-align: left !important;
}

.section-header h2 {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 700;
	margin: 0;
	color: #4154f1;
	text-transform: uppercase;
}

.gray-text {
	color: #ebebeb !important;
}

.section-header p {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 38px;
	line-height: 42px;
	font-weight: 700;
	color: #012970;
}

@media (max-width: 768px) {
	.section-header p {
		font-size: 28px;
		line-height: 32px;
	}
}

.breadcrumbs {
	padding: 15px 0;
	background: #012970;
	min-height: 40px;
	margin-top: 82px;
	color: #fff;
}

@media (max-width: 992px) {
	.breadcrumbs {
		margin-top: 57px;
	}
}

.breadcrumbs h2 {
	font-size: 28px;
	font-weight: 500;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
}

.breadcrumbs ol a {
	color: #fff;
	transition: 0.3s;
}

.breadcrumbs ol a:hover {
	text-decoration: underline;
}

.breadcrumbs ol li+li {
	padding-left: 10px;
}

.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #8894f6;
	content: "/";
}

.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 27px;
	bottom: 136px;
	z-index: 99999;
	background: #51acfb;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transition: all 0.4s;
}

.abt-counter .projectFactsWrap .item {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.back-to-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}

.doing-right {
	background-color: #f9f9f9;
	padding-bottom: 0;
	padding-top: 0;
}

.abt-contents {
	padding: 75px 0;
}

.abt-cta {
	background-color: transparent !important;
}

.abt-cta .img-cirle:before {
	right: 227px;
}

.abt-cta h4 {
	font-size: 42px !important;
}

.abt-map-section ul li {
	display: flex;
	text-align: left;
	margin-bottom: 30px;
}

.abt-map-section ul li img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}

.abt-map-section ul {
	padding: 0;
}

.abt-map-section h1 {
	text-align: center;
}

.abt-map-section iframe {
	width: 100%;
}

.abt-map-section {
	padding-top: 50px;
}

.bg-transparent {
	background-color: transparent !important;
}

p.abt-counter {
	color: #000 !important;
	white-space: nowrap;
	font-weight: 600;
}

.abt-contents .number {
	color: #51acfb !important;
	font-size: 34px;
	font-weight: bold;
}

.abt-contents .col-md-4 img {
	width: 82%;
}

.fa-quote i {
	font-size: 45px;
	color: #51acfb;
	margin-bottom: 50px;
}

.abt-reverse-content {
	position: relative;
	top: -150px;
	background-color: #fff;
	padding: 0;
}

.abt-reverse-content .col-md-6:last-child {
	padding: 50px 70px 0 30px !important;
}

.back-to-top:hover {
	color: #179eda !important;
}

.dr-dark {
	background-color: #252525;
	height: 300px;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

.header {
	transition: all 0.5s;
	z-index: 997;
	padding: 20px 0;
	background-color: #fdf542;
}

.header.header-scrolled {
	background: #fdf542;
	box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
	line-height: 0;
}

.header .logo img {
	margin-bottom: -34px;
	width: 60%;
}

.header .logo span {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #012970;
	font-family: "Nunito", sans-serif;
	margin-top: 3px;
}

.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

.navbar li {
	position: relative;
}

.navbar a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	font-family: "Nunito", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	white-space: nowrap;
	transition: 0.3s;
	text-transform: uppercase;
}

.navbar a i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover>a {
	color: #51acfb;
}

.navbar .getstarted {
	background: #51acfb;
	padding: 8px 14px;
	margin-left: 30px;
	border-radius: 4px;
	color: #fff;
}

.navbar .getstarted:hover {
	color: #fff;
	background: #51acfb;
}

.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 4px;
}

.navbar .dropdown ul li {
	min-width: 200px;
}

.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 15px;
	text-transform: none;
	font-weight: 600;
}

.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a {
	color: #4154f1;
}

.navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
	}
}

.mobile-nav-toggle {
	color: #012970;
	font-size: 28px;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
	color: #fff;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}

	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(1, 22, 61, 0.9);
	transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 10px;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile a {
	padding: 10px 20px;
	font-size: 15px;
	color: #012970;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a {
	color: #4154f1;
}

.navbar-mobile .getstarted {
	margin: 15px;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover>a {
	color: #4154f1;
}

.navbar-mobile .dropdown>.dropdown-active {
	display: block;
}

.plumbing-pgs-bnr {
	margin-top: 95px;
}

.plumbing-pgs-bnr h1 {
	margin-top: 30px;
	font-size: 58px;
}

.rating-stars {
	margin-top: 15px;
}

.hero {
	width: 100%;
	min-height: 603px;
	background: url(../img/background_01.webp) top center no-repeat;
	background-size: cover;
	margin-top: 95px;
}

.half-contents {
	width: 66.5%;
}

.hero h1 {
	margin-top: 0;
	font-size: 62px;
	font-weight: 700;
	color: #fff;
	margin-top: 70px;
}

.hero h2 {
	color: #fff;
	margin: 15px 0 0 0;
	font-size: 26px;
	line-height: 40px;
}

.hero .btn-get-started {
	margin-top: 30px;
	line-height: 0;
	padding: 15px 40px;
	border-radius: 4px;
	transition: 0.5s;
	color: #fff;
	background: #4154f1;
	box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started span {
	font-family: "Nunito", sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
}

.hero .btn-get-started i {
	margin-left: 5px;
	font-size: 18px;
	transition: 0.3s;
}

.hero .btn-get-started:hover i {
	transform: translateX(5px);
}

.hero .hero-img {
	text-align: right;
	margin-top: 0px;
}

@media (min-width: 1024px) {
	.hero {
		background-attachment: fixed;
	}
}

@media (max-width: 991px) {
	.hero {
		height: auto;
		padding: 120px 0 60px 0;
	}

	.hero .hero-img {
		text-align: center;
		margin-top: 0px;
	}

	.hero .hero-img img {
		width: 80%;
	}
}

@media (max-width: 768px) {
	.hero {
		text-align: center;
	}

	.hero h1 {
		font-size: 32px;
	}

	.hero h2 {
		font-size: 24px;
	}

	.hero .hero-img img {
		width: 100%;
	}
}

.baner-cal {
	font-size: 34px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
}

.baner-cal i {
	background-color: #51acfb;
	margin-right: 10px;
	font-size: 34px;
	color: #fff;
	border-radius: 50%;
	padding: 13px 15px;
}

.baner-cal:hover {
	color: #51acfb;
	font-weight: bold;
}

.baner-cal:hover i {
	color: #51acfb;
	background-color: #fff;
}

.or {
	font-size: 26px;
	font-weight: bold;
	padding: 8px 10px;
	background-color: #000;
	border-radius: 50%;
	color: #fff;
	height: 54px;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
}

.copon-box {
	background-color: #fff;
	padding: 15px;
	text-align: center;
}

.ocs-heading li a {
	font-size: 16px;
	list-style: disc;
	display: block;
}

.btn-regular {
	background: #51acfb;
	padding: 8px 20px;
	border-radius: 4px;
	color: #fff;
}

#owl-demo {
	position: relative;
	width: 82%;
	margin: 0 auto;
}

#owl-demo .item {
	margin: 0;
	width: 285px;
	float: left;
	position: relative;
}

#owl-demo .item img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	float: left;
}

#owl-demo {
	position: relative;
	width: 82%;
	margin: 0 auto;
}

#owl-demo .item {
	margin: 0;
	width: 285px;
	float: left;
	position: relative;
}

#owl-demo .item img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	float: left;
}

.flex-container>.bt_bb_column {
	height: 265px;
	margin: 10px;
	text-align: center;
	line-height: 75px;
	font-size: 30px;
}

.copon-box {
	margin-top: 10px;
}

.flex-container .bt_bb_column {
	width: 100% !important;
}

.flex-container .bt_bb_link {
	padding: 15px !important;
}

.offer-carousel {
	position: relative;
}

.bnr-carousel {
	padding: 0 90px;
	overflow: hidden !important;
}

.owl-carousel1 .item {
	margin: 5px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.ocs-heading {
	display: flex;
	justify-content: center;
}

.ocs-heading ul li {
	margin: 0 8px;
	list-style: none !important;
}

.copon-box h2 {
	color: #000;
	font-weight: bold;
}

.slid-nav {
	display: flex;
}

.slid-nav .btn {
	background-color: #fff;
	color: #000;
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 33px;
	padding: 15px;
	border: 1px solid #ccc;
}

.service-carousel {
}

.hero-img {
	position: fixed;
	right: 0;
	z-index: 99;
}

.slid-nav i {
	color: #000;
}

.slid-nav .next {
	float: right;
	position: absolute;
	right: 8px;
}

.bnr-carousel {
	padding: 20px 60px;
}

.copon-box img {
	width: 80%;
}

.offer-carousel {
	position: relative;
}

.slid-nav {
	top: 400px !important;
}

.customNavigation {
	position: absolute;
	top: 250px;
	width: 99%;
	left: 0;
	display: none;
}

.why-choose .col-md-6:first-child {
	text-align: left !important;
}

.service-box {
	background-color: #fff;
	padding-bottom: 50px;
}

.service-box h2 {
	color: #000 !important;
}

.service-box {
	text-align: left;
	padding: 0;
}

.service-box img {
	width: 100%;
}

.sb-link {
	font-size: 16px;
	background-color: #51acfb;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	position: relative;
	top: 12px;
	font-weight: 500;
}
.custom_btn.sb-link {
	background-color: #51acfb;
	color: #fff;
	padding: 10px 26px;
	text-transform: uppercase;
	font-weight: 500;
	float: right;
 font-size: 19px;
 position: relative;
 right: 12px;
 width: 34%;
 text-align: center;
}
.custom_btn.sb-link i {
	font-size: 23px;
	color: #fff;
	margin-left: 10px;
}
.sb-link i {
	font-size: 18px;
	color: #fff;
	margin-left: 8px;
}
.sb-link:hover {
	color: #fff;
	background-color: #1975c4;
	cursor: pointer;
}

.sb-link:hover i {
	color: #fff;
}
.custom_btn.sb-link:hover {
	color: #fff;
	background-color: #1975c4;
	cursor: pointer;
}

.custom_btn.sb-link:hover i {
	color: #fff;
}

.sb-content {
	padding: 22px;
	padding-bottom: 60px;
}

.sb-content p {
	color: #555;
	font-size: 15px;
}

.blue-color {
	color: #51acfb !important;
}

.green-color {
	color: #4fc402 !important;
}

.red-color {
	color: #e10116 !important;
}

.light-gray-bg {
	background-color: #f6f6f6 !important;
}

.dark-blue-color {
	color: #00559e !important;
}

.dark-blue-bg {
	background-color: #00559e !important;
}

.offer-carousel h1 {
	font-weight: bold;
	text-align: center;
}

.service-solution .owl-wraper {
	width: 100% !important;
}

.service-solution h2 {
	font-weight: bold;
	margin-top: 100px;
}

.service-solution .glyphicon {
	font-size: 43px;
}

.ss-iner-content span {
	color: #51acfb;
}

.ss-iner-content {
	margin-top: 25px;
}

.need-sec {
	background-color: #51acfb;
	color: #fff;
	padding: 35px 15px;
}

.need-sec h2 {
	margin-top: 10px;
	font-size: 47px;
}

.ns .btn-regular {
	background-color: #fff !important;
	color: #000;
	margin-top: 15px;
}

.square-heading:before {
	content: ' ';
	z-index: -1;
	border: 10px solid #ccc;
	opacity: .4;
	width: 18em;
	height: 18em;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.contact-bg .square-heading {
	top: 200px;
}

.contact-bg .square-heading h2 {
	font-size: 64px !important;
	margin: 67px;
}

.careers-bnr {
	background-position: 0 150px;
	margin-top: 100px;
	background-image: url(../img/careers-bnr.jpg);
	background-position: fixed;
}

.careers-bnr .square-heading {
	margin-top: 175px;
}

.careers-bnr .square-heading h2 {
	margin-top: 70px;
}

.square-heading {
	position: relative;
	z-index: 99;
}

.hiw {
	padding-bottom: 0 !important;
}

.hiw h2 {
	color: #fff !important;
	font-weight: bold;
}

.hiw .col-md-3 p {
	height: 100px;
	font-weight: 600;
	font-size: 17px;
	color: #fff;
}

.hiw .row {
	padding: 0 25px;
}

span.s-heading {
	color: #000 !important;
	font-size: 27px !important;
	position: relative;
	top: 80px;
}

.ap-screens .col-md-3 h2, p {
	color: #000;
}

.heritage-content {
	margin-top: 50px;
}

.heritage {
	width: 100%;
	background: url(../img/background_02.webp) top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.ns {
	padding-bottom: 0 !important;
}

.heritage p {
	color: #fff;
	font-size: 20px;
	line-height: 33px;
}

.square-heading h2 {
	font-size: 46px !important;
	padding: 55px 0;
	height: 300px;
	margin-top: 32px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.heritage .post-box {
	width: 350px !important;
	margin: 0 auto;
	height: auto;
	border-radius: 0 !important;
}

.service-content .hover-box {
	width: 380px;
	margin: 0 auto;
}

.sc-1 p {
	padding-left: 50px;
}

.sc-2 p {
	padding-right: 50px;
}

.card-sec {
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background: #fff;
	width: 90%;
	margin: 0 auto;
	padding: 0px;
}

.credit-section {
	background-image: url(../img/card-bg1.webp);
	border-bottom: 3px solid #000;
	height: 280px;
	background-size: 100%;
}

.testimonial img {
	margin-top: 7px;
	width: 120px !important;
	margin: 4px auto;
}

.card-toward {
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	padding-bottom: 15px;
	border-radius: 15px;
	display: none;
	display: none;
}

.card-toward h2 {
	font-size: 56px;
	margin-top: 10px;
	padding: 10px 0 0;
	margin-bottom: 0;
}

.card-cont {
	background-color: #fff;
	padding-bottom: 35px;
	padding: 20px;
	text-align: center;
}

.gift-icon span {
	font-size: 40px;
	border: 2px solid #000;
	border-radius: 50%;
	float: left;
	background-color: #fff;
	margin-top: -51px;
	height: 60px;
	width: 60px;
	text-align: center;
}

.more-btn {
	border: 1px solid #000;
	padding: 12px 45px;
	font-size: 20px;
	display: inline-block;
	margin-top: 20px;
}

.fc-box {
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	padding: 38px;
	background-color: #fff;
	text-align: left;
	width: 97%;
}

.app-store-new {
	margin-top: 12px;
}

.fc-box h5 {
	font-size: 22px;
}

.fc-heading p {
	font-size: 32px;
	font-weight: bold;
	line-height: 48px;
}

.owl-carousel1 .item .copon-box img {
	height: 470px;
}

.enter-phone {
	display: flex;
}

.enter-phone .col-md-12 {
	display: flex;
}

.app-download input.form-control {
	width: 270px;
}

.app-download .btn {
	background-color: transparent;
	border: 1px solid #000;
}

.enter-phone .btn-2 {
	width: 150px;
	color: #000 !important;
	height: 50px;
	line-height: 28px;
	font-size: 28px !important;
}

.link-send p {
	font-size: 20px;
	color: #000;
	margin-top: 25px;
}

.d-flex {
	display: flex !important;
}

.cta .col-md-4 {
	text-align: center;
}

.cta i {
	color: #51acfb;
	font-size: 50px;
	margin-bottom: 22px;
}

.cta h4 {
	color: #51acfb;
	font-size: 42px;
	font-weight: bold;
}

.cta a {
	color: #000;
	font-weight: bold;
}

.cta .col-md-4:hover i {
	color: #000;
}

.cta .col-md-4:hover a {
	color: #51acfb;
}

.cta a {
	font-size: 28px;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #51acfb;
}

.cta h1 {
	font-weight: bold;
	margin: 20px 0;
}

.cta {
	background-color: #f9f9f9;
}

.cta .row {
	padding: 30px 0;
}

.cta .img-cirle.bdr-ripple-ani-btn {
	width: 63px;
	display: inline-block;
}

.img-cirle.bdr-ripple-ani-btn {
	border-radius: 50%;
	display: inherit;
	margin-top: 5px;
	overflow: hidden;
	width: 64px;
	height: 61px;
	border: 2px solid #51acfb;
}

.img-cirle img {
	width: 100%;
}

.cta .btIconWidgetIcon {
	display: inline-block;
	position: relative;
	text-align: center;
}

.contact-content .col-md-6:last-child {
	padding: 0 50px;
}

.img-cirle:before {
	content: '';
	background-color: green;
	position: absolute;
	top: 4px;
	left: 50px;
	z-index: 9;
	width: 16px;
	height: 16px;
	border-radius: 50%;
}

.contact-msg {
	min-height: 120px;
}

.php-email-form {
	margin-top: 50px;
}

.php-email-form span {
	margin-bottom: 7px;
	text-transform: uppercase;
	display: inline-block;
}

.contact-bg {
	background-position: 0 150px;
	min-height: 920px;
	margin-top: 100px;
	background-image: url(../img/featured_image_blog.webp);
	background-position: fixed;
}

.about-bg {
	background-position: 0 150px;
	min-height: 920px;
	margin-top: 100px;
	background-image: url(../img/about-bnr.webp);
	background-position: fixed;
}

.about-bg:before {
	content: ' ';
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	height: 1022px;
	background-color: rgba(0, 0, 0, .35);
}

.about-bg .square-heading {
	margin-top: 150px;
}

.about-bg .square-heading h2 {
	margin-top: 75px;
}

.services-contents h1 {
	margin-bottom: 0 !important;
	margin-top: 50px;
}

.services-bg {
	background-position: 0 150px;
	min-height: 920px;
	margin-top: 100px;
	background-image: url(../img/inner_single_service.webp);
	background-position: fixed;
}

.services-bg:before {
	content: ' ';
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	height: 1022px;
	background-color: rgba(0, 0, 0, .35);
}

.services-contents .col-lg-4 {
	margin-bottom: 40px;
}

.services-bg .square-heading {
	margin-top: 150px;
}

.services-bg .square-heading h2 {
	margin-top: 75px;
}

.contact-bg:before {
	content: ' ';
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	height: 1022px;
	background-color: rgba(0, 0, 0, .35);
}

.contact-content {
	padding: 100px 0;
}

.contact-content h1 {
	font-weight: bold;
}

.contact-content h4 {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 0;
	line-height: 36px;
}

.bdr-ripple-ani-btn {
	background: #FFF;
	line-height: 48px;
	text-align: center;
	border-radius: 100%;
	box-sizing: border-box;
	color: #666;
	animation: at-ripple 0.6s linear infinite;
	overflow: hidden;
}

.bdr-ripple-ani-btn:hover i {
	transform: rotate(180deg);
}

@keyframes at-ripple {
	0% {
		box-shadow: 0 4px 10px rgba(0, 0, 0, .1), 0 0 0 0 rgba(0, 0, 0, .1), 0 0 0 5px rgba(0, 0, 0, .1), 0 0 0 10px rgba(0, 0, 0, .1);
	}

	100% {
		box-shadow: 0 4px 10px rgba(0, 0, 0, .1), 0 0 0 5px rgba(0, 0, 0, .1), 0 0 0 10px rgba(0, 0, 0, .1), 0 0 0 20px rgba(0, 0, 0, 0);
	}
}

.chat-box {
	z-index: 99999;
	position: absolute;
}

.open-button {
	background-color: #51acfb;
	color: white;
	padding: 16px;
	border: none;
	cursor: pointer;
	position: fixed;
	bottom: 63px;
	left: 28px;
	z-index: 9;
	border-radius: 50%;
	display: flex;
	width: 60px;
	height: 55px;
}

.custome-header {
	background-color: #51acfb;
	color: #fff;
	text-align: center;
	padding: 15px;
}

.chat-popup h4.modal-title {
	font-weight: 600;
	padding: 0;
}

.form-container {
	padding: 10px 15px;
	background-color: #F5F5FD;
}

.welcome-text {
	position: relative;
}

.welcome-text {
	display: flex;
}

.chat-box .TextInput {
	margin: 10px 0;
	background-color: #fff !important:;
}

.chat-box p {
	margin: 0;
}

.SendSmsPage__TextInvitation {
	margin-left: 30px;
	margin-right: 0px !important;
}

.welcome-text .img-cirle.bdr-ripple-ani-btn {
	width: 140px !important;
}

.welcome-text .img-cirle:before {
	left: 43px;
}

element.style {
}

.btMenuHorizontal div.btButtonWidget:not(:first-child) {
	margin-left: 2.5em;
	margin-right: 0;
}

.chat-popup div.btButtonWidget {
	display: inherit !important;
	margin: 0 !important;
}

div.btButtonWidget {
	font-size: .75rem;
	display: inline-block;
	line-height: 1;
	width: auto;
}

element.style {
}

.chat-box .form-container .cancel {
	background-color: #51acfb;
	color: white;
	padding: 17px 23px;
	border: none;
	cursor: pointer;
	position: absolute;
	bottom: -42px;
	border-radius: 50%;
	left: 13px;
	display: flex;
	width: 60px;
	height: 55px;
}

#feedback-form {
	float: right;
	width: 350px;
	z-index: 1000;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, .2);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #fff;
}

#reviews-sec {
	float: right;
	width: 620px;
	height: 100vh;
	position: absolute;
	overflow-y: auto;
	left: 0;
	z-index: 99999 !important;
	padding: 25px;
	border: 1px solid rgba(0, 0, 0, .2);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #fff;
}

#reviews-sec h3 {
	color: #333;
	font-weight: 700;
}

.rvw-sec {
	padding: 70px 0 !important;
}

#feedback-tab {
	float: left;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	text-align: center;
	background-color: #51acfb;
	margin-top: 105px;
	margin-right: -103px;
	padding: 5px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

#reviews-tab {
	float: left;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	text-align: center;
	background-color: #51acfb;
	margin-top: 50px;
	bottom: -530px;
	right: 0px;
	position: absolute;
	width: 118px;
 height: 118px;
	margin-right: -135px;
	padding: 4px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 50% !important;
/*	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);*/
}

.rw_count01 {
	padding-left: 5px;
	font-size: 24px;
	font-weight: 700;
}
.rw_btn{
	font-size: 18px;
	text-transform: uppercase;
 position: relative;
 top: -8px;
}

.slect-angle {
	position: relative;
}

.slect-angle span {
	position: absolute;
	top: -46px;
	right: 10px;
}

#feedback-tab:hover {
	background-color: #51acfb;
}

#reviews-tab:hover {
	background-color: #51acfb;
}

.select-county {
	padding: 12px !important;
}

#feedback-form textarea {
	resize: none;
}

#feedback {
	position: fixed;
	right: 0;
	top: 25%;
	z-index: 100;
}

#reviews {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

ul.pagination {
	float: right;
	margin-right: 15px;
}

ul.pagination li a {
	color: #51acfb;
}

.page-link {
	padding: 0.375rem .60rem;
}

.page-link:hover {
	background-color: #51acfb;
	color: #fff;
}

.pagination li a.active {
	background-color: #51acfb;
	color: #fff;
}

.sep-testimony {
	margin-bottom: 75px;
	margin: 0 15px 75px;
}

.offer-box h2 {
	color: #fff !important;
	font-size: 34px;
	color: #fff;
	margin-top: 20px;
	padding-top: 50px;
	font-weight: bold;
}

.offer-box h4 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

.offer-box .btn {
	background-color: red;
	color: #fff;
	margin-top: 15px;
}

.offer-box {
	background: url(../img/service-carousel/inner_06.jpg) no-repeat center bottom;
	height: 400px;
	background-size: 100%;
	margin-top: -19px;
	position: relative;
	text-align: center;
}

.ofers-reveiw {
	margin-top: 25px;
	background-color: #fff;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
}

.off-carousel {
	position: relative;
	padding: 0 20px;
}

.portfolio {
	position: relative;
	padding: 0 20px;
}

.portfolio .customNavigation {
	top: 275px !important;
}

.rvw-count .blue-color {
	position: relative;
	top: 1px;
}

.what-offer .col-md-4:first-child {
	padding-left: 30px;
}

.what-offer .col-md-4 {
	text-align: left;
}

.what-offer .col-md-4:first-child h4 {
	margin-top: 30px;
	font-weight: bold;
}

.what-offer .col-md-4:first-child h2 {
	font-weight: bold;
	font-size: 40px;
}

.what-offer .ss-iner-content {
	margin-left: 15px;
}

.what-offer .ss-iner-content span {
	font-size: 45px;
	margin-right: 25px;
}

.what-offer .ss-iner-content h4 {
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
}

.recent-blog-posts {
	background-color: #f9f9f9;
}

.cal-today img {
	width: 98%;
}

.what-offer i {
	font-style: normal;
}

.what-offer i.icofont-badge {
	font-size: 58px;
	position: relative;
	top: -20px;
}

.what-offer i.plumbing-leak {
	font-size: 60px;
	position: relative;
	top: -25px;
}

.what-offer i.plumbing-auto-care {
	font-size: 50px;
	position: relative;
	top: -20px;
}

.what-offer i.icofont-delivery-time {
	font-size: 75px;
	position: relative;
	top: -30px;
}

.what-offer i.icofont-delivery {
	font-size: 58px;
}

.recent-blog-posts .post-box:hover {
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	transition: 0.5s;
}

.recent-blog-posts .post-box {
	transition: 0.3s;
	height: 100%;
	overflow: hidden;
	padding: 15px;
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #fff;
}

.recent-blog-posts .btn-regular {
	width: 125px;
}

.recent-blog-posts .post-box .post-img {
	overflow: hidden;
	margin: -30px -30px 15px -30px;
	position: relative;
}

.recent-blog-posts .post-box .post-img img {
	transition: 0.5s;
	height: 100%;
	width: 100%;
	object-fit: cover;
 object-position: center center;
}

.recent-blog-posts .portfolio-box .post-box .post-img img {
	transition: 0.5s;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.recent-blog-posts .portfolio-box .post-box .post-img {
	height: 240px;
	width: 100%;
	background: #eaeaea;
}

.recent-blog-posts .post-box .post-date {
	font-size: 15px;
	font-weight: 500;
	color: #000;
	display: block;
	margin-bottom: 0px;
}

.po-head h2 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.recent-blog-posts .post-box .post-title {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin-bottom: 18px;
	position: relative;
	transition: 0.3s;
}

.recent-blog-posts h1 {
	font-weight: bold;
	margin-bottom: 35px;
}

.recent-blog-posts .post-box .readmore {
	display: flex;
	align-items: center;
	font-weight: 600;
	line-height: 1;
	transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
	line-height: 0;
	margin-left: 4px;
	font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
	color: #000;
}

.recent-blog-posts .post-box:hover .post-img img {
	transform: rotate(6deg) scale(1.2);
}

.about h3 {
	font-size: 14px;
	font-weight: 700;
	color: #4154f1;
	text-transform: uppercase;
}

.about h2 {
	font-size: 24px;
	font-weight: 700;
	color: #012970;
}

.about p {
	margin: 5px 0 10px 0;
	line-height: 24px;
}

.about .btn-read-more {
	line-height: 0;
	padding: 15px 40px;
	border-radius: 4px;
	transition: 0.5s;
	color: #fff;
	background: #4154f1;
	box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
	font-family: "Nunito", sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
}

.about .btn-read-more i {
	margin-left: 5px;
	font-size: 18px;
	transition: 0.3s;
}

.about .btn-read-more:hover i {
	transform: translateX(5px);
}

.values .box {
	padding: 30px;
	box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
	text-align: center;
	transition: 0.3s;
	height: 100%;
}

.values .box img {
	padding: 30px 50px;
	transition: 0.5s;
	transform: scale(1.1);
}

.values .box h3 {
	font-size: 24px;
	color: #012970;
	font-weight: 700;
	margin-bottom: 18px;
}

.values .box:hover {
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
	transform: scale(1);
}

.counts {
	padding: 70px 0 60px;
}

.counts .count-box {
	display: flex;
	align-items: center;
	padding: 30px;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.counts .count-box i {
	font-size: 42px;
	line-height: 0;
	margin-right: 20px;
	color: #4154f1;
}

.counts .count-box span {
	font-size: 36px;
	display: block;
	font-weight: 600;
	color: #0b198f;
}

.counts .count-box p {
	padding: 0;
	margin: 0;
	font-family: "Nunito", sans-serif;
	font-size: 14px;
}

.features .feature-box {
	padding: 24px 20px;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	transition: 0.3s;
	height: 100%;
}

.features .feature-box h3 {
	font-size: 18px;
	color: #012970;
	font-weight: 700;
	margin: 0;
}

.features .feature-box i {
	line-height: 0;
	background: #ecf3ff;
	padding: 4px;
	margin-right: 10px;
	font-size: 24px;
	border-radius: 3px;
	transition: 0.3s;
}

.features .feature-box:hover i {
	background: #4154f1;
	color: #fff;
}

.features .feture-tabs {
	margin-top: 120px;
}

.features .feture-tabs h3 {
	color: #012970;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.features .feture-tabs h3 {
		font-size: 28px;
	}
}

.features .feture-tabs .nav-pills {
	border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
	background: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	color: #012970;
	padding: 12px 0;
	margin-right: 25px;
	margin-bottom: -2px;
	border-radius: 0;
}

.features .feture-tabs .nav-link.active {
	color: #4154f1;
	border-bottom: 3px solid #4154f1;
}

.features .feture-tabs .tab-content h4 {
	font-size: 18px;
	margin: 0;
	font-weight: 700;
	color: #012970;
}

.features .feture-tabs .tab-content i {
	font-size: 24px;
	line-height: 0;
	margin-right: 8px;
	color: #4154f1;
}

.features .feature-icons {
	margin-top: 120px;
}

.features .feature-icons h3 {
	color: #012970;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 20px;
	text-align: center;
}

@media (max-width: 768px) {
	.features .feature-icons h3 {
		font-size: 28px;
	}
}

.features .feature-icons .content .icon-box {
	display: flex;
}

.features .feature-icons .content .icon-box h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px 0;
	color: #012970;
}

.features .feature-icons .content .icon-box i {
	font-size: 44px;
	line-height: 44px;
	color: #0245bc;
	margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
	font-size: 15px;
	color: #848484;
}

.services .service-box {
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	height: 100%;
	padding: 60px 30px;
	text-align: center;
	transition: 0.3s;
	border-radius: 5px;
}

.services .service-box .icon {
	font-size: 36px;
	padding: 40px 20px;
	border-radius: 4px;
	position: relative;
	margin-bottom: 25px;
	display: inline-block;
	line-height: 0;
	transition: 0.3s;
}

.services .service-box h3 {
	color: #444444;
	font-weight: 700;
}

.services .service-box .read-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 16px;
	padding: 8px 20px;
}

.services .service-box .read-more i {
	line-height: 0;
	margin-left: 5px;
	font-size: 18px;
}

.services .service-box.blue {
	border-bottom: 3px solid #2db6fa;
}

.services .service-box.blue .icon {
	color: #2db6fa;
	background: #dbf3fe;
}

.services .service-box.blue .read-more {
	color: #2db6fa;
}

.services .service-box.blue:hover {
	background: #2db6fa;
}

.services .service-box.orange {
	border-bottom: 3px solid #f68c09;
}

.services .service-box.orange .icon {
	color: #f68c09;
	background: #fde3c4;
}

.services .service-box.orange .read-more {
	color: #f68c09;
}

.services .service-box.orange:hover {
	background: #f68c09;
}

.services .service-box.green {
	border-bottom: 3px solid #08da4e;
}

.services .service-box.green .icon {
	color: #08da4e;
	background: #cffddf;
}

.services .service-box.green .read-more {
	color: #08da4e;
}

.services .service-box.green:hover {
	background: #08da4e;
}

.services .service-box.red {
	border-bottom: 3px solid #e9222c;
}

.services .service-box.red .icon {
	color: #e9222c;
	background: #fef7f8;
}

.services .service-box.red .read-more {
	color: #e9222c;
}

.services .service-box.red:hover {
	background: #e9222c;
}

.services .service-box.purple {
	border-bottom: 3px solid #b50edf;
}

.services .service-box.purple .icon {
	color: #b50edf;
	background: #f8e4fd;
}

.services .service-box.purple .read-more {
	color: #b50edf;
}

.services .service-box.purple:hover {
	background: #b50edf;
}

.services .service-box.pink {
	border-bottom: 3px solid #f51f9c;
}

.services .service-box.pink .icon {
	color: #f51f9c;
	background: #feecf7;
}

.services .service-box.pink .read-more {
	color: #f51f9c;
}

.services .service-box.pink:hover {
	background: #f51f9c;
}

.services .service-box:hover h3, .services .service-box:hover p, .services .service-box:hover .read-more {
	color: #fff;
}

.services .service-box:hover .icon {
	background: #fff;
}

.pricing .box {
	padding: 40px 20px;
	background: #fff;
	text-align: center;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	transition: 0.3s;
}

.pricing .box:hover {
	transform: scale(1.1);
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.pricing h3 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
}

.pricing .price {
	font-size: 36px;
	color: #444444;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}

.pricing .price sup {
	font-size: 20px;
	top: -15px;
	left: -3px;
}

.pricing .price span {
	color: #bababa;
	font-size: 16px;
	font-weight: 300;
}

.pricing img {
	padding: 30px 40px;
}

.pricing ul {
	padding: 0;
	list-style: none;
	color: #444444;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	margin-bottom: 25px;
}

.pricing ul li {
	padding-bottom: 10px;
}

.pricing ul .na {
	color: #ccc;
	text-decoration: line-through;
}

.pricing .btn-buy {
	display: inline-block;
	padding: 8px 40px 10px 40px;
	border-radius: 50px;
	color: #4154f1;
	transition: none;
	font-size: 16px;
	font-weight: 400;
	font-family: "Nunito", sans-serif;
	font-weight: 600;
	transition: 0.3s;
	border: 1px solid #4154f1;
}

.pricing .btn-buy:hover {
	background: #4154f1;
	color: #fff;
}

.pricing .featured {
	width: 200px;
	position: absolute;
	top: 18px;
	right: -68px;
	transform: rotate(45deg);
	z-index: 1;
	font-size: 14px;
	padding: 1px 0 3px 0;
	background: #4154f1;
	color: #fff;
}

.faq .accordion-collapse {
	border: 0;
}

.faq .accordion-button {
	padding: 15px 15px 20px 0;
	font-weight: 600;
	border: 0;
	font-size: 18px;
	color: #444444;
	text-align: left;
}

.faq .accordion-button:focus {
	box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
	background: none;
	color: #4154f1;
	border-bottom: 0;
}

.faq .accordion-body {
	padding: 0 0 25px 0;
	border: 0;
}

.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 25px auto;
	list-style: none;
	text-align: center;
	background: white;
	border-radius: 50px;
	padding: 2px 15px;
}

.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 8px 20px 10px 20px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	color: #444444;
	margin: 0 4px 8px 4px;
	transition: 0.3s;
	border-radius: 50px;
	border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
	color: #4154f1;
	border-color: #4154f1;
}

.portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}

.portfolio .portfolio-wrap {
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
	content: "";
	background: rgba(255, 255, 255, 0.75);
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	transition: all ease-in-out 0.3s;
	z-index: 2;
	opacity: 0;
}

.portfolio .portfolio-wrap img {
	transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
	display: block;
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	top: 35px;
	left: 35px;
	border-top: 3px solid rgba(1, 41, 112, 0.2);
	border-left: 3px solid rgba(1, 41, 112, 0.2);
	transition: all 0.5s ease 0s;
	z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
	display: block;
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: 35px;
	right: 35px;
	border-bottom: 3px solid rgba(1, 41, 112, 0.2);
	border-right: 3px solid rgba(1, 41, 112, 0.2);
	transition: all 0.5s ease 0s;
	z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
	font-size: 20px;
	color: #012970;
	font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
	color: #012970;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
	text-align: center;
	z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
	color: #fff;
	background: #4154f1;
	margin: 10px 2px;
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
	font-size: 24px;
	line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
	background: #5969f3;
}

.portfolio .portfolio-wrap:hover img {
	transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
	opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
	top: 15px;
	left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
	bottom: 15px;
	right: 15px;
}

.portfolio-details {
	padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
	width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #4154f1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #4154f1;
}

.portfolio-details .portfolio-info {
	padding: 30px;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
	margin-top: 10px;
}

.portfolio-details .portfolio-description {
	padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
	padding: 0;
}

.testimonials .testimonial-item {
	box-sizing: content-box;
	padding: 30px;
	margin: 40px 30px;
	box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
	background: #fff;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	text-align: center;
	transition: 0.3s;
}

#testimonials .item {
	box-shadow: unset !important;
}

.testimonials .testimonial-item .stars {
	margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
	color: #ffc107;
	margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto;
}

.testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #111;
}

.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0;
}

.testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #4154f1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #4154f1;
}

.testimonials .swiper-slide {
	opacity: .3;
}

@media (max-width: 1199px) {
	.testimonials .swiper-slide-active {
		opacity: 1;
	}

	.testimonials .swiper-pagination {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.testimonials .swiper-slide-next {
		opacity: 1;
		transform: scale(1.12);
	}
}

.team {
	background: #fff;
	padding: 60px 0;
}

.team .member {
	overflow: hidden;
	text-align: center;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	transition: 0.3s;
}

.team .member .member-img {
	position: relative;
	overflow: hidden;
}

.team .member .member-img:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: url(../img/team-shape.svg) no-repeat center bottom;
	background-size: contain;
	z-index: 1;
}

.team .member .social {
	position: absolute;
	right: -100%;
	top: 30px;
	opacity: 0;
	border-radius: 4px;
	transition: 0.5s;
	background: rgba(255, 255, 255, 0.3);
	z-index: 2;
}

.team .member .social a {
	transition: color 0.3s;
	color: rgba(1, 41, 112, 0.5);
	margin: 15px 12px;
	display: block;
	line-height: 0;
	text-align: center;
}

.team .member .social a:hover {
	color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
	font-size: 18px;
}

.team .member .member-info {
	padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20px;
	color: #012970;
}

.team .member .member-info span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #aaaaaa;
}

.team .member .member-info p {
	font-style: italic;
	font-size: 14px;
	padding-top: 15px;
	line-height: 26px;
	color: #5e5e5e;
}

.team .member:hover {
	transform: scale(1.08);
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
	right: 8px;
	opacity: 1;
}

.clients .clients-slider .swiper-slide img {
	opacity: 0.5;
	transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
	opacity: 1;
}

.clients .clients-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #4154f1;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #4154f1;
}

.hover-box {
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	transition: 0.3s;
	height: 100%;
	overflow: hidden;
	padding: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.hover-box .post-img {
	overflow: hidden;
	margin: -30px -30px 15px -30px;
	position: relative;
}

.hover-box .post-img img {
	transition: 0.5s;
}

.hover-box .post-date {
	font-size: 16px;
	font-weight: 600;
	color: rgba(1, 41, 112, 0.6);
	display: block;
	margin-bottom: 10px;
}

.hover-box .post-title {
	font-size: 24px;
	color: #012970;
	font-weight: 700;
	margin-bottom: 18px;
	position: relative;
	transition: 0.3s;
}

.hover-box .readmore {
	display: flex;
	align-items: center;
	font-weight: 600;
	line-height: 1;
	transition: 0.3s;
}

.hover-box .readmore i {
	line-height: 0;
	margin-left: 4px;
	font-size: 18px;
}

.hover-box:hover .post-title {
	color: #4154f1;
}

.hover-box:hover .post-img img {
	transform: rotate(6deg) scale(1.2);
}

.contact .info-box {
	color: #444444;
	background: #fafbff;
	padding: 30px;
}

.contact .info-box i {
	font-size: 38px;
	line-height: 0;
	color: #4154f1;
}

.contact .info-box h3 {
	font-size: 20px;
	color: #012970;
	font-weight: 700;
	margin: 20px 0 10px 0;
}

.contact .info-box p {
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

.contact .php-email-form {
	background: #fafbff;
	padding: 30px;
	height: 100%;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 0;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
	border-color: #4154f1;
}

.contact .php-email-form input {
	padding: 10px 15px;
}

.contact .php-email-form textarea {
	padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
	background: #4154f1;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
	background: #5969f3;
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.blog {
	padding: 40px 0 20px 0;
}

.blog .entry {
	padding: 30px;
	margin-bottom: 60px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
	max-height: 440px;
	margin: -30px -30px 20px -30px;
	overflow: hidden;
}

.blog .entry .entry-title {
	font-size: 28px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
	color: #012970;
	transition: 0.3s;
}

.blog .entry .entry-title a:hover {
	color: #4154f1;
}

.blog .entry .entry-meta {
	margin-bottom: 15px;
	color: #4084fd;
}

.blog .entry .entry-meta ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
	padding: 0;
	margin: 0;
}

.blog .entry .entry-meta ul li+li {
	padding-left: 20px;
}

.blog .entry .entry-meta i {
	font-size: 16px;
	margin-right: 8px;
	line-height: 0;
}

.blog .entry .entry-meta a {
	color: #777777;
	font-size: 14px;
	display: inline-block;
	line-height: 1;
}

.blog .entry .entry-content p {
	line-height: 24px;
}

.blog .entry .entry-content .read-more {
	-moz-text-align-last: right;
	text-align-last: right;
}

.blog .entry .entry-content .read-more a {
	display: inline-block;
	background: #4154f1;
	color: #fff;
	padding: 6px 20px;
	transition: 0.3s;
	font-size: 14px;
	border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
	background: #5969f3;
}

.blog .entry .entry-content h3 {
	font-size: 22px;
	margin-top: 30px;
	font-weight: bold;
}

.blog .entry .entry-content blockquote {
	overflow: hidden;
	background-color: #fafafa;
	padding: 60px;
	position: relative;
	text-align: center;
	margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
	color: #444444;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #012970;
	margin-top: 20px;
	margin-bottom: 20px;
}

.blog .entry .entry-footer {
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
	color: #0d64fd;
	display: inline;
}

.blog .entry .entry-footer a {
	color: #013289;
	transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
	color: #4154f1;
}

.blog .entry .entry-footer .cats {
	list-style: none;
	display: inline;
	padding: 0 20px 0 0;
	font-size: 14px;
}

.blog .entry .entry-footer .cats li {
	display: inline-block;
}

.blog .entry .entry-footer .tags {
	list-style: none;
	display: inline;
	padding: 0;
	font-size: 14px;
}

.blog .entry .entry-footer .tags li {
	display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
	padding-right: 6px;
	color: #6c757d;
	content: ",";
}

.blog .entry .entry-footer .share {
	font-size: 16px;
}

.blog .entry .entry-footer .share i {
	padding-left: 5px;
}

.blog .entry-single {
	margin-bottom: 30px;
}

.blog .blog-author {
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
	width: 120px;
	margin-right: 20px;
}

.blog .blog-author h4 {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 0px;
	padding: 0;
	color: #012970;
}

.blog .blog-author .social-links {
	margin: 0 10px 10px 0;
	background-color: #009cdc;
}

.social-links {
	position: absolute;
	margin-top: 16px;
	right: 25px;
}

.social-links a {
	border-radius: 50%;
	border-radius: 50%;
	padding: 1px 5px 5px;
	font-size: 18px;
	border: 2px solid #fff;
	color: #fff;
	width: 38px;
	display: inline-block;
	text-align: center;
	margin: 0 3px;
}

.foter-counter {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
	display: flex;
	margin-top: 50px;
}

.testimony-controlar {
	width: 96%;
	margin-top: 150px;
}

.testimony-controlar i {
	color: #fff;
	font-size: 32px;
}

.testimony-controlar a.next {
	float: right;
}

.srating i {
	color: #ffae00;
	font-size: 32px;
}

.testimony span {
	font-weight: normal;
	color: #fff;
	font-size: 15px;
}

.testimony {
	position: relative;
}

.testimony .owl-pagination {
	display: none;
}

.testimony a.btn {
	background-color: transparent !important;
	color: #fff !important;
}

.foter-quote .col-md-6 {
	text-align: center;
}

.red-btn {
	float: right;
	margin-right: 20px;
	background-color: #dd1515;
	margin-top: 7px;
	font-size: 22px;
	width: 75%;
}

.foter-quote {
	border: 1px solid rgba(255, 255, 255, .3);
	padding: 30px 0;
	margin-bottom: 75px;
}

.foter-quote h2 {
	color: #fff;
	margin-top: 15px;
}

.social-links i.fa-pinterest-p {
	top: 3px;
	position: relative;
}

.foter-counter .col-xs-4 {
	width: 100%;
}

.recent-blog-posts .view-more-btn {
	width: auto;
}

.why-choose {
	padding: 100px 50px 0;
}

.why-choose h2 {
	font-size: 26px;
}

.why-choose .red-btn {
	float: left;
	margin-top: 25px;
}

.why-choose .col-md-6:last-child img {
	width: 500px;
	float: right;
	margin-top: -20px;
	margin-right: -60px;
}

.why-choose span.s-heading {
	top: 0;
}

.why-choose h1 {
	font-weight: bold;
	font-size: 36px;
	margin-top: 10px;
}

.why-choose p {
	margin: 25px 0;
	text-align: left;
}

.why-choose a.baner-cal {
	color: #000;
	margin-top: 15px;
}

.foter-quote {
	width: 100%;
	margin: 0 auto 40px auto;
}

.foter-counter .circle-counter {
	height: 120px;
	width: 80%;
	margin: 0 auto;
	font-size: 58px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.foter-counter p {
	font-size: 26px;
	margin-top: 12px;
	color: #fff;
}

.social-links a:hover {
	background-color:#011f37;
	border: 2px solid #011f37;
}

.sectionClass {
	padding: 20px 0px 50px 0px;
	position: relative;
	display: block;
}

.fullWidth {
	width: 100% !important;
	display: table;
	float: none;
	padding: 0;
	min-height: 1px;
	height: 100%;
	position: relative;
}

.sectiontitle {
	background-position: center;
	margin: 30px 0 0px;
	text-align: center;
	min-height: 20px;
}

.sectiontitle h2 {
	font-size: 30px;
	color: #222;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

.headerLine {
	width: 160px;
	height: 2px;
	display: inline-block;
	background: #101F2E;
}

.projectFactsWrap {
	display: flex;
	margin-top: 30px;
	flex-direction: row;
	flex-wrap: wrap;
}

a.black-cal {
	color: #000 !important;
	font-weight: bold;
}

#projectFacts .fullWidth {
	padding: 0;
}

.serv-sec {
	padding: 80px 30px;
}

.serv-sec .col-md-3 {
	margin: 0px;
	padding: 25px 0;
	display: flex;
}

.serv-sec i {
	font-size: 54px;
	color: #51acfb;
	margin-right: 12px;
	align-items: center;
	justify-content: center;
}

.ss-section .col-md-3 p {
	text-align: left;
	margin-top: 0;
}

.serv-sec p {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 15px;
}

.mn-services .col-md-3 a {
	display: flex;
}

.light-gray-bg {
	background-color: #f9f9f9;
}

.projectFactsWrap .item {
	width: 33.33%;
	height: 100%;
	text-align: center;
}

.projectFactsWrap .item p.number {
	font-size: 40px;
	padding: 0;
	font-weight: bold;
}

.projectFactsWrap .item p {
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 10px;
	font-family: 'Open Sans';
}

.projectFactsWrap .item i {
	vertical-align: middle;
	font-size: 67px;
	color: #fff;
	margin-bottom: 25px;
	opacity: .4;
}

.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p {
	color: white;
}

.projectFactsWrap .item:hover span {
	background: white;
}

@media (max-width: 786px) {
	.projectFactsWrap .item {
		flex: 0 0 50%;
		width: 100%;
		margin: 0 auto;
	}
}

.blog .blog-author .social-links a {
	color: rgba(1, 41, 112, 0.5);
	margin-right: 5px;
}

.blog .blog-author p {
	font-style: italic;
	color: #b7b7b7;
}

.blog .blog-comments {
	margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
	font-weight: bold;
}

.blog .blog-comments .comment {
	margin-top: 30px;
	position: relative;
}

.blog .blog-comments .comment .comment-img {
	margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
	width: 60px;
}

.blog .blog-comments .comment h5 {
	font-size: 16px;
	margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
	font-weight: bold;
	color: #444444;
	transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
	color: #4154f1;
}

.blog .blog-comments .comment h5 .reply {
	padding-left: 10px;
	color: #012970;
}

.blog .blog-comments .comment h5 .reply i {
	font-size: 20px;
}

.blog .blog-comments .comment time {
	display: block;
	font-size: 14px;
	color: #013ca3;
	margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
	padding-left: 40px;
}

.blog .blog-comments .reply-form {
	margin-top: 30px;
	padding: 30px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
	font-weight: bold;
	font-size: 22px;
}

.blog .blog-comments .reply-form p {
	font-size: 14px;
}

.blog .blog-comments .reply-form input {
	border-radius: 4px;
	padding: 10px 10px;
	font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
	box-shadow: none;
	border-color: #a0aaf8;
}

.blog .blog-comments .reply-form textarea {
	border-radius: 4px;
	padding: 10px 10px;
	font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
	box-shadow: none;
	border-color: #a0aaf8;
}

.blog .blog-comments .reply-form .form-group {
	margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
	border-radius: 4px;
	padding: 10px 20px;
	border: 0;
	background-color: #012970;
}

.blog .blog-comments .reply-form .btn-primary:hover {
	background-color: #013289;
}

.blog .blog-pagination {
	color: #024ed5;
}

.blog .blog-pagination ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}

.blog .blog-pagination li {
	margin: 0 5px;
	transition: 0.3s;
}

.blog .blog-pagination li a {
	color: #012970;
	padding: 7px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
	background: #4154f1;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
	color: #fff;
}

.blog .sidebar {
	padding: 30px;
	margin: 0 0 60px 20px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
	font-size: 20px;
	font-weight: 700;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
	color: #012970;
	position: relative;
}

.blog .sidebar .sidebar-item {
	margin-bottom: 30px;
}

.blog .sidebar .search-form form {
	background: #fff;
	border: 1px solid #ddd;
	padding: 3px 10px;
	position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
	border: 0;
	padding: 4px;
	border-radius: 4px;
	width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 15px;
	margin: -1px;
	background: #4154f1;
	color: #fff;
	transition: 0.3s;
	border-radius: 0 4px 4px 0;
	line-height: 0;
}

.blog .sidebar .search-form form button i {
	line-height: 0;
}

.blog .sidebar .search-form form button:hover {
	background: #5465f2;
}

.blog .sidebar .categories ul {
	list-style: none;
	padding: 0;
}

.blog .sidebar .categories ul li+li {
	padding-top: 10px;
}

.blog .sidebar .categories ul a {
	color: #012970;
	transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
	color: #4154f1;
}

.blog .sidebar .categories ul a span {
	padding-left: 5px;
	color: #aaaaaa;
	font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
	margin-top: 15px;
}

.blog .sidebar .recent-posts img {
	width: 80px;
	float: left;
}

.blog .sidebar .recent-posts h4 {
	font-size: 15px;
	margin-left: 95px;
	font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
	color: #012970;
	transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
	color: #4154f1;
}

.blog .sidebar .recent-posts time {
	display: block;
	margin-left: 95px;
	font-style: italic;
	font-size: 14px;
	color: #aaaaaa;
}

.blog .sidebar .tags {
	margin-bottom: -10px;
}

.blog .sidebar .tags ul {
	list-style: none;
	padding: 0;
}

.blog .sidebar .tags ul li {
	display: inline-block;
}

.blog .sidebar .tags ul a {
	color: #0257ee;
	font-size: 14px;
	padding: 6px 14px;
	margin: 0 6px 8px 0;
	border: 1px solid #d7e6ff;
	display: inline-block;
	transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
	color: #fff;
	border: 1px solid #4154f1;
	background: #4154f1;
}

.blog .sidebar .tags ul a span {
	padding-left: 5px;
	color: #a5c5fe;
	font-size: 14px;
}

.owl-item .ss-iner-content span {
	width: 100px;
}

.footer {
	background: #024a7e;
	padding: 0 0 30px 0;
	font-size: 14px;
	z-index: 99;
	position: relative;
}

.footer .footer-newsletter {
	padding: 50px 0;
	background: #f6f9ff;
	border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	color: #012970;
}

.footer .footer-newsletter form {
	margin-top: 20px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 4px;
	border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type="email"] {
	border: 0;
	padding: 8px;
	width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 30px;
	margin: 3px;
	background: #4154f1;
	color: #fff;
	transition: 0.3s;
	border-radius: 4px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
	background: #5969f3;
}

.footer .footer-top {
	background-size: contain;
	border-top: 1px solid #e1ecff;
	border-bottom: 1px solid #e1ecff;
	padding: 35px 0 0px 0;
	background-color: #011f37;
}

.pp-map-with-counter {
	margin-bottom: -5px;
}

@media (max-width: 992px) {
	.footer .footer-top {
		background-position: center bottom;
	}
}

.footer .footer-top .footer-info {
	margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
	line-height: 0;
	margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
	max-height: 260px;
}

.footer .footer-top .footer-info .logo span {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #012970;
	font-family: "Nunito", sans-serif;
	margin-top: 3px;
}

.footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Nunito", sans-serif;
}

.footer .footer-top .social-links a {
	font-size: 20px;
	display: inline-block;
	color: rgba(1, 41, 112, 0.5);
	line-height: 0;
	margin-right: 10px;
	transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
	color: #012970;
}

.footer .footer-top h4 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
}

.footer-links ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-top .footer-links {
	margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	top: 10px;
	position: relative;
}

.footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #d0d4fc;
	font-size: 12px;
	line-height: 0;
}

.footer .footer-top .footer-links ul li {
	padding: 20px 0;
	display: flex;
	align-items: center;
}

.footer-links h4:before {
	height: 2px;
	width: 50px;
	position: absolute;
	content: "";
	background-color: #fff;
	bottom: 0;
}

.es-links h4:before {
	height: 2px;
	width: 50px;
	position: absolute;
	content: "";
	background-color: #fff;
	bottom: 0;
}
.sche_frm_footer h4:before {
	height: 2px;
	width: 50px;
	position: absolute;
	content: "";
	background-color: #fff;
	bottom: 0;
}

.es-links ul {
	margin: 0;
	padding: 0;
}

.es-links ul li {
	list-style: none;
	display: flex;
	line-height: 50px;
}

.es-links ul li:first-child i {
	font-size: 28px;
}

.es-links ul li:first-child a {
	font-size: 28px;
	font-weight: bold;
}

.es-links ul li:last-child {
	line-height: 24px;
}

.es-links ul li:last-child a {
	margin-top: 7px;
}

.es-links ul li:hover a {
	color: #51acfb;
}

.es-links ul li:hover i {
	color: #fff;
}

.es-links ul li a {
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
}

.es-links ul li i {
	color: #dd1515;
	font-size: 24px;
	margin-top: 12px;
	width: 45px;
}

.footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

.footer .footer-top .footer-links ul a {
	color: #fff;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
	font-size: 16px;
}

.footer .footer-top .footer-links ul a:hover {
	color: #51acfb;
}

.foter-ql {
	display: flex;
}

.foter-ql ul {
	width: 45%;
}

.foter-ql ul:last-child {
	left: 20px;
}

.footer .footer-top .footer-contact p {
	line-height: 26px;
}

.footer .copyright {
	text-align: center;
	padding-top: 30px;
	color: #fff;
	width: 100%;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	color: #51acfb;
}

.footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #012970;
}

.cal-sec {
	justify-content: flex-end;
}

.cal-sec ul li:nth-child(2) a {
	font-size: 36px;
}
.new_header.cal-sec ul li:nth-child(2) a {
	font-size: 37px;
}

.plumbing-problem {
	background-color: transparent;
}

.plumbing-problem .post-box {
	width: 100%;
	padding: 0;
}

.plumbing-problem .post-img {
	padding: 0;
	margin: 0 !important;
}

.plumbing-pro h1 {
	font-weight: bold;
}

.plumbing-pro p {
	font-size: 20px;
	line-height: 38px;
}

.plumbing-pro {
	background-color: #f9f9f9;
	padding: 70px 50px;
}

.exp-plumbers .recent-blog-posts {
	background-color: transparent;
}

.exp-plumbers {
	padding: 50px;
	background-color: transparent;
}

.exp-plumbers h1 {
	font-weight: bold;
	margin-bottom: 30px;
}

.exp-plumbers .post-img {
	margin: 0 !important;
}

.exp-plumbers .post-box {
	padding: 0 !important;
}

.clogged-clean {
	padding: 80px 50px 50px;
}

.cal-today {
	padding: 75px 50px 0;
}

.cal-today img {
	width: 90%;
}

.card-cont h3 {
	margin-top: 17px;
	margin-bottom: 0;
	line-height: 45px;
	font-size: 32px;
	color: #51acfb;
	font-weight: bold;
}

.cal-today {
	background-color: #f9f9f9;
	margin-top: 50px;
	padding-bottom: 50px;
}

.bigno {
	font-size: 50px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 8px;
	position: relative;
	top: 5px;
}

.fc-box .row {
	text-align: left;
	padding: 0;
}

.card-cont .more-btn {
	margin-bottom: 20px;
}

.ofers-reveiw .srating span {
	color: #fff;
	font-size: 22px;
	margin-left: 5px;
}

.ofers-reveiw .srating {
	padding: 10px 0 0 0;
}

.ofers-reveiw .srating span {
	color: #51acfb;
	font-size: 18px;
}

.ofers-reveiw .srating i {
	font-size: 23px;
}

.review-feedback {
	color: #fff;
	margin-top: 0px;
}

.review-feedback p {
	font-size: 18px;
	text-align: center;
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 7px;
}

.thumbup i {
	background-color: #51acfb;
	border-radius: 50%;
	font-size: 15px;
	height: 25px;
	width: 25px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.sep-testimony .srating i {
	font-size: 50px;
}

.sep-testimony p {
	font-size: 24px;
	margin-top: 15px;
}

.sep-testimony .testimony span {
	color: #000;
}

.sep-testimony .testimonial {
	margin-bottom: 50px;
	margin-top: 25px;
}

.single-review p {
	margin-top: 25px;
	font-size: 20px;
	line-height: 36px;
}

.single-review {
	margin-top: 20px;
}

.single-review span {
	font-weight: bold;
}

.single-review .srating i {
	font-size: 60px;
}

.sep-testimony .pro-right h3 {
	margin-bottom: 0;
}

.sep-testimony .pro-right p {
	margin-top: 0;
}

.sep-testimony .rating-stars .fa {
	color: #f5a700;
}

.thumrvw {
	align-items: center;
	justify-content: center;
	text-align: right;
}

.sep-testimony span.datime {
	font-weight: normal;
}

.rvw-count {
	color: #000;
}

.ofers-reveiw {
	padding-bottom: 12px;
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 1px;
}

.thumrvw i {
	color: #fff;
	margin-right: 5px;
}

.thumrvw .blue-color {
	color: #000 !important;
}

.rvw-count .blue-color {
	color: #000 !important;
}

.rvw-count {
	position: absolute;
	right: 10px;
	top: 36px;
	font-size: 17px;
}

.careers .col-md-12 {
	margin: 25px 0 0;
}

.careers .col-md-6 {
	margin: 25px 0 0;
}

.careers label.required {
	position: relative;
}

.careers label.required:before {
	right: -13px;
	content: "*";
	position: absolute;
	font-size: 18px;
	color: red;
	top: -3px;
}

.careers-pg .container {
	width: 750px;
}

.careers h1 {
	font-weight: bold;
}

.careers .btn {
	font-size: 20px;
}

.offers .ofers-reveiw {
	padding-bottom: 12px;
	position: absolute;
	text-align: center;
	bottom: 1px;
	right: 0;
	left: 0px;
	width: auto;
}

.offers .col-md-3 {
	margin-top: 50px;
}

.desciption textarea {
	height: 180px;
}

.rating-btns .col-md-6 a {
	float: left;
	margin-right: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 20px;
	margin-right: 8px;
}

.social {
	display: inline-block;
	float: right;
}

.social a {
	border: 0 !important;
}

.pg-subheading {
	font-size: 46px !important;
}

.black-color {
	color: #000 !important;
}

.black-border {
	border: 1px solid #000;
}

.pror-heading {
	width: 100%;
}

.social {
	display: inline-block;
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}

.blue-bg {
	background-color: #51acfb;
}

.transparent-bg {
	background-color: transparent !important;
}

.border-0 {
	border: 0px;
}

.rating-stars .fa {
	color: #f5a700;
	font-size: 26px;
}

.rating-section .fa {
	color: #f5a700;
}

.rating-section .rate span.fa {
	font-size: 30px;
	margin-left: 5px;
}

.rvw-txt {
	font-size: 28px;
	font-weight: 600;
	color: #000;
	margin-left: 5px;
	text-transform: capitalize;
}

.rvw-txt a {
	font-size: 20px;
	margin-left: 5px;
	padding: 5px 18px;
	margin-top: 5px;
}

.plumbing-rvw .rating-stars .fa {
	font-size: 38px;
	margin: 0px 5px;
}

.plumbing-rvw .rate {
	display: flex;
}

.rvw-from {
	margin: 25px;
}

.gray-btn {
	background-color: #efefef !important;
}

.pror-heading h3 {
	font-size: 47px;
	font-weight: bold;
}

.pro-right h3 {
	font-weight: bold;
}

.pror-heading .rating-btns {
	margin-top: 40px;
}

.img-circle {
	border-radius: 50%;
	overflow: hidden;
	margin-right: 25px;
	border: 1px solid #ccc;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rating-btns .fa-star {
	color: #000 !important;
}

.copon-box h4 {
	color: #000;
}

.pg-heading {
	font-size: 68px;
}

.fa-exclamation-circle {
	color: #000 !important;
}

.img-circle img {
	width: 100%;
}

.plumbing-rvw {
	padding: 0 20px;
}

.sml-btn .fa {
	margin-right: 5px;
}

.rating-btns {
	margin-top: 10px;
}

.datime {
	margin-top: 7px;
	float: right;
	margin-right: 13px;
}

.datime .fa-calendar {
	margin-right: 7px;
}

.big-heading {
	font-size: 53px;
}

.pg-heading .glyphicon {
	font-weight: normal;
	position: relative;
	top: 7px;
}

.clogged-clean .col-md-4 {
	padding: 15px;
}

.pro-right img {
	margin-top: 5px;
}

.web-video iframe {
	width: 90%;
	margin: 0 auto;
	height: 520px;
}

.web-video-bg iframe {
	width: 80%;
	margin: 0 auto;
	height: 585px;
}

.about-blog .col-lg-4 img {
	width: 100%;
}

.drains-list li {
	list-style: none;
	margin: 10px 0;
	position: relative;
}

.drains-list li:before {
	content: "\f111";
	font-size: 8px;
	top: 8px;
	font-family: FontAwesome;
	position: absolute;
	left: -20px;
}

.text-level p {
	line-height: 33px;
}

.morecontent span {
	display: none !important;
}

.morelink {
	display: block;
}

p.more p {
	margin: 0;
}

.more p {
	display: none;
}

.my-button-css {
	cursor: pointer;
	color: blue;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 15px 8px 15px;
	margin: 5px 0 0 0;
}

.popup-carousel .item img {
	width: 95%;
}

.popup-carousel .owl-item {
	margin: -12px;
}

monospace;width: 300px;margin: 0 auto;display:flex;align-items:center;height:100vh;
}

.Click-here {
cursor: pointer;
background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);
color: #fff;
width: 180px;
text-align: center;
font-size: 16px;
padding: 18px 0;
margin: 0 auto;
transition: background-image 3s ease-in-out;
}

.Click-here:hover {
transition: background-image 3s ease-in-out;
background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
}

.custom-model-main {
text-align: center;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-overflow-scrolling: touch;
outline: 0;
opacity: 0;
-webkit-transition: opacity 0.15s linear, z-index 0.15;
-o-transition: opacity 0.15s linear, z-index 0.15;
transition: opacity 0.15s linear, z-index 0.15;
z-index: -1;
overflow-x: hidden;
overflow-y: auto;
}

.model-open {
z-index: 99999;
opacity: 1;
overflow: hidden;
}

.custom-model-inner {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
display: inline-block;
vertical-align: middle;
width: 600px;
margin: 30px auto;
max-width: 97%;
}

.custom-model-wrap {
display: block;
width: 100%;
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0;
text-align: left;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
max-height: calc(100vh - 70px);
overflow-y: auto;
}

.model-open .custom-model-inner {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
position: relative;
z-index: 999;
}

.model-open .bg-overlay {
background: rgba(0, 0, 0, 0.6);
z-index: 99;
}

.bg-overlay {
background: rgba(0, 0, 0, 0);
height: 100vh;
width: 100%;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 0;
-webkit-transition: background 0.15s linear;
-o-transition: background 0.15s linear;
transition: background 0.15s linear;
}

.close-btn {
position: absolute;
right: 0;
top: -30px;
cursor: pointer;
z-index: 99;
font-size: 30px;
color: #fff;
}

@media screen and (min-width:800px) {
.custom-model-main:before {
	content: "";
	display: inline-block;
	height: auto;
	vertical-align: middle;
	margin-right: -0px;
	height: 100%;
}}

@media screen and (max-width:799px) {
	.custom-model-inner {
		margin-top: 45px;
	}
}

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
	background-color: #717171;
}

@media only screen and (max-width: 300px) {
	.prev, .next, .text {
		font-size: 11px;
	}
}

.custom-model-inner {
	width: 1150px;
}

#chat_panel .close-btn {
	display: none !important;
}

.chat-box .form-container .cancel {
	padding: 17px 20px !important;
}

.chat-popup .form-container .cancel i {
	font-size: 22px !important;
}

.custom-overlay .popup .end-chat-btn.no {
	padding: 4px 15px;
}

.custom-overlay .popup .end-chat-btn.yes {
	padding: 4px 15px;
}

.incoming_msg_img {
	display: flex !important;
}

.chat-box .TextInput {
	margin: 10px 0 !important;
}

.chat-popup {
	display: none;
	position: fixed;
	bottom: 93px;
	left: 15px;
	background-color: #f5f5f7;
	z-index: 999;
	width: 360px;
}

.Legal {
	margin: 0px auto;
	text-align: center;
	color: #878787;
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: .2px;
	margin-bottom: 8px;
}

.SendSmsPage__FormContent {
	width: 90% !important;
}

.form-row-wide .form-control {
	margin-bottom: 12px;
}

.zip-sec {
	font-size: 16px;
	text-transform: capitalize;
}

#seach_panel #txtsearchzipcode {
	padding-left: 30px;
}

.search-btn {
	position: absolute;
	top: 40px;
	left: 55px;
	background: none;
	color: #555;
}

.offer-card {
	background-color: #fff;
	box-shadow: 0 2px 18px 1px rgb(49 53 72 / 10%);
	margin-bottom: 20px;
}

.offer-card h2 {
	color: #000;
	padding: 30px 0px 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 28px;
}

.offer-card p {
	font-size: 17px;
}

.col-md-offset-1 {
	margin-left: 8.33333333%;
}

.para-new {
	font-weight: 600;
}

.offer-card a {
	background: #000;
	color: #fff;
	font-size: 18px;
	padding: 10px 18px;
}

.offer-card a i {
	font-size: 22px;
}

#how-works {
	background: #51acfb;
	background: -moz-linear-gradient(-45deg, #51acfb 0%, #147aba 58%, #1265b1 76%);
	background: -webkit-linear-gradient(-45deg, #51acfb 0%, #147aba 58%, #1265b1 76%);
	background: linear-gradient(135deg, #51acfb 0%, #147aba 58%, #1265b1 76%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51acfb', endColorstr='#1265b1', GradientType=1);
}

.steps-sec {
	position: relative;
}

.numberCircle {
	border-radius: 50%;
	width: 45px;
	height: 45px;
	padding: 5px;
	background: #000;
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	position: absolute;
	left: 40%;
}

.mt-65 {
	margin-top: 65px;
}

.mt-55 {
	margin-top: 55px;
}

.page-link.active {
	border-radius: unset !important;
}

.company_name {
	position: relative;
}

.company_name .com_name {
	position: absolute;
	font-size: 28px;
	color: #000;
	top: 1%;
	left: 29%;
	font-weight: 600;
}

.ofr-stp4 {
	position: absolute;
	left: 30%;
	top: 15%;
	width: 108px;
	z-index: 1;
}

.utzo-guarantee .col-md-2:first-child span {
	font-size: 38px;
	font-weight: bold;
	color: #000;
	display: block;
}

.utzo-guarantee .col-md-2:first-child {
	font-size: 28px;
}

.utzo-guarantee ul li {
	font-size: 18px;
	list-style: none;
	margin: 10px 0;
	position: relative;
	color: #333;
}

.utzo-guarantee ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	color: #000;
	left: -35px;
	font-size: 18px;
	color: #000;
}

.about-business {
	padding: 0 20px;
}

.request-bx {
	text-align: center;
	padding: 20px 0 20px 0;
	font-size: 18px;
	display: flex;
}

.about-business h4 {
	font-size: 24px !important;
}

.request-bx strong {
	font-weight: bold;
}

.about-business .widget {
	border: 1px solid #ccc;
	border-top: 6px solid #51acfb;
	border-radius: 3px;
	padding: 20px;
}

.about-business h3.widget-title {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	padding-bottom: 15px;
}

.text-justify {
	text-align: justify;
}

.about-business p.text-justify {
	line-height: 34px;
}

.cmp-feature-box a {
	display: inline-block;
	text-align: center;
}

.verify-section {
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
}

.b-highlights i {
	font-size: 22px;
	margin-right: 5px;
	color: #51acfb;
}

.b-highlights a {
	color: #000;
	padding: 0;
	font-size: 16px;
	color: #000;
}

.b-highlights .col-md-4 {
	margin: 15px 0;
	white-space: nowrap;
}

.conect-list ul li {
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 45px;
	border-bottom: 1px solid #ccc;
}

.conect-list ul li a {
	color: #000;
	display: block;
	width: 100%;
}

.new_count01 {
	width: 170px;
	height: 90px;
	font-size: 46px;
	font-weight: 500;
	padding-top: 10px;
	margin: 0 auto;
}

.new_count_para {
	font-size: 24px;
	margin: 3px 0 !important;
	font-weight: 600;
	text-align: center !important;
}

.step4-date {
	position: absolute;
	top: 48%;
	left: 27%;
	font-size: 9.7px;
	font-weight: 600;
	color: #333;
}

.step-04-title {
	position: absolute;
	top: 16.2%;
	left: 40%;
	font-weight: 600;
	font-size: 12.5px;
	color: #000;
	z-index: 1;
}

.plumbing-review .srating {
	text-align: left;
}

.plumbing-review .hover-box {
	height: auto;
	padding: 0;
}

.plumbing-review .hover-box img {
	margin: 0 0;
}

.plumbing-review .post-img {
	margin: 0;
}

.userpic {
	font-size: 40px;
	border: 1px solid #ccc;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #cfcfcf;
	border-radius: 50%;
}

.userpic.new {
	width: 70px;
	height: 70px;
}

.plumbing-review .flex-container {
	display: flex;
}

.plumbing-review {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}

.plumbing-review h4 {
	font-size: 24px;
	width: 100%;
	font-weight: bold;
	color: #51acfb;
}

.rating-stars .rvw-txt a {
	background-color: #51acfb;
}

.p-rview-txt i.fa {
	font-size: 22px !important;
}

.rating-btns .blue-bg {
	color: #fff;
}

.rating-btns .blue-bg i {
	color: #fff !important;
}

.rvw-txt .blue-bg {
	color: #fff !important;
}

.photo-gallery .col-lg-4 {
	margin: 15px 0;
}

.photo-gallery {
	background-color: #fff !important;
}

.photo-gallery .post-img {
	padding-bottom: 0;
	margin-bottom: 0 !important;
}

.photo-gallery .post-box {
	padding: inherit !important;
	margin-bottom: 0 !important;
}

.widget-tags a {
	border: 1px solid #000;
	padding: 10px 20px;
	float: left;
}

.widget-tags ul li {
	margin: 5px;
	display: inline-block;
	list-style-type: none !important;
}

.widget-tags ul li a {
	text-decoration: unset;
}

.so-icons {
	width: 45px;
	height: 45px;
	margin: 0px auto;
	display: flex;
}

.photo-gallary .col-lg-4 {
	border: 1px solid #ccc;
	white-space: nowrap !important;
	padding: 10px 10px 6px;
}

.widget-tags a:hover {
	background: #51acfb;
	color: #fff !important;
	display: inline-block;
	border: 1px solid transparent;
}

.verify-section span {
	color: #000;
	font-size: 17px;
	display: block;
	text-align: center;
	margin-top: 8px;
}

.faq-box p {
	font-size: 20px;
	margin-bottom: 0;
}

.faq-box {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.services-ofering a {
	color: #000;
	padding-left: 23px;
	text-decoration: underline;
	position: relative;
}

.services-ofering a:before {
	content: "\f111";
	font-size: 8px;
	position: absolute;
	top: 5px;
	font-family: fontAwesome;
	left: 0;
}

.services-ofering .col-md-6 {
	margin-bottom: 10px;
}

.services-ofering a:hover {
	text-decoration: none;
}

.box-border {
	border: 1px solid #ccc;
	padding: 7px 7px 4px;
}

.cmp-feature-box .col-sm-4 {
	text-align: center !important;
}

.portolio-sec .col-lg-3 h4 {
	font-size: 22px;
}

.gray-top-border {
	border-top: 1px solid #d1d1d1;
}

.amenities i {
	font-size: 20px;
}

.amenities .col-md-4 {
	margin-bottom: 15px;
}

.rating-btns a {
	border-radius: 0 !important;
	font-size: 18px;
}

.rating-btns a.light-gray-bg {
	text-align: center !important;
	padding: 7px 12px;
}

.rating-btns i {
	font-size: 20px;
}

.rating-btns a:first-child {
	color: #fff;
}

.rating-btns a:first-child i {
	color: #fff !important;
}

.portolio-sec h4 {
	font-size: 26px !important;
}

.portfolio-box h4 {
	font-size: 17px !important;
	font-weight: bold;
}

.portfolio-view {
	height: 600px;
	overflow: hidden;
}

.faq-box i {
	font-size: 8px;
	color: #000;
	position: relative;
	margin-right: 8px;
	top: -3px;
}

.rvw-search {
	display: flex;
}

.rvw-search {
	margin-top: 6px;
}

.day-list {
	border: 1px solid #ced4da;
	padding: 12px 10px;
	border-radius: 4px;
	width: 100%;
	margin-top: 6px;
	height: 45px;
}

.rvw-search-wraper {
	box-shadow: 0 2px 18px 1px rgb(49 53 72 / 10%);
	padding: 15px;
}

.foter-links ul li a:before {
	content: "\f111";
	position: absolute;
	font-family: fontAwesome;
	left: 0;
	font-size: 8px;
	padding-left: 5px;
	top: 0px;
}

.quote-link ul li a:before {
	content: "\f075";
	position: absolute;
	font-family: fontAwesome;
	left: 0;
	font-size: 16px;
	padding-left: 5px;
	color: #ccc;
}

.rvw-search input {
	padding: 15px;
	height: 45px;
}

.rvw-search input {
	padding: 15px;
}

.page-nav nav {
	float: left !important;
	width: auto;
}

.foter-links ul li a {
	color: #000 !important;
	margin-left: 30px;
	text-decoration: underline;
	line-height: 34px;
}

.foter-links ul {
	padding: 0;
	position: relative;
}

.quote-link ul {
	padding: 0;
	position: relative;
}

.quote-link ul li a {
	color: #000 !important;
	margin-left: 30px;
	text-decoration: underline;
	line-height: 34px;
}

.rvw-search a {
	color: #fff;
	text-align: center;
	background-color: #51acfb;
	width: 60px;
	height: 45px;
	position: relative;
	right: 0px;
	top: 0px;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 25px;
	border-radius: 0px 5px 5px 0px;
}

.MultiCarousel {
	float: left;
	overflow: hidden;
	padding: 15px;
	width: 100%;
	position: relative;
}

.MultiCarousel .MultiCarousel-inner {
	transition: 1s ease all;
	float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
	float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
	text-align: center;
	padding: 10px;
	margin: 10px;
	background: #f1f1f1;
	color: #666;
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst {
	position: absolute;
	border-radius: 50%;
	top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
	left: 0;
}

.MultiCarousel .rightLst {
	right: 0;
}

.caro-nav a {
	color: #000;
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
	pointer-events: none;
	background: #ccc;
}

.offers_all_list h3 {
	font-size: 24px;
	color: #000;
	margin: 15px 22px 9px;
	font-weight: 700;
}
.static_offer.offers_all_list h3 {
	font-size: 44px;
 margin-top: 50px;
 margin-bottom: 30px;
 text-transform: capitalize;
}
.static_offer.offers_all_list p {
	font-size: 25px;
	margin-top: 20px;
}
.offers_all_list {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.offers_all_list p {
	margin: 10px 22px;
	font-size: 14px;
}

.modal-title {
	color: #000 !important;
	font-weight: 600;
}

.btn-primary {
	color: #fff;
	background-color: #51acfb !important;
	border-color: #51acfb !important;
}

.utzo-guarante {
	background-color: #fff;
	margin-top: 15px;
	min-height: 253px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding-bottom: 20px;
}

.utzo-guarante h1 {
	color: #51acfb;
	margin: 0;
	margin-top: 50px;
	line-height: 35px;
	font-weight: 700 !important;
	font-size: 50px;
}

.utzo-guarante p {
	font-size: 40px;
	color: #000;
	margin-bottom: 0px;
}

.btn.btn-default {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

.btn.btn-default.like:focus {
	border: 1px solid #1D7719;
	font-size: 14px;
	font-weight: 600;
	box-shadow: unset;
	color: #1D7719;
}

.btn.btn-default.dislike:focus {
	border: 1px solid #F90006;
	font-size: 14px;
	font-weight: 600;
	box-shadow: unset;
	color: #F90006;
}

.btn.btn-default.share:focus {
	border: 1px solid #3B95E2;
	font-size: 14px;
	font-weight: 600;
	box-shadow: unset;
	color: #3B95E2;
}

.btn.btn-default.funny:focus {
	border: 1px solid #3B95E2;
	font-size: 14px;
	font-weight: 600;
	box-shadow: unset;
	color: #3B95E2;
}

.services-list a {
	color: #000;
	position: relative;
	top: 4px;
}

.fremont-ofering a:before {
	display: none;
}

.serv_list {
	box-shadow: 0 2px 18px 1px rgb(49 53 72 / 10%);
}

.rating_txt {
	color: #51acfb;
	font-size: 18px;
	position: relative;
	top: -4px;
	left: 6px;
	font-weight: 600;
}

.reply_review {
	float: right;
	color: #333;
}

.star_new i {
	font-size: 25px !important;
}

.valid_until {
	background: #f7f7f7;
	text-align: center;
	padding: 10px;
}

.cta_call {
	background: #fff;
	padding: 20px 24px;
	font-size: 38px !important;
	border-radius: 50%;
	box-shadow: 0 2px 18px 1px rgb(49 53 72 / 10%);
}

.input-error-msg {
	font-size: 14px !important;
}

.service-carousel .item {
	height: 800px;
}

.modal-fullscreen .modal-content {
	max-width: 100%;
	height: auto !important;
}

.portfolio-box {
	box-shadow: 0 2px 18px 1px rgb(49 53 72 / 10%);
}

.portfolio_slide .owl-item .item .portfolio-box {
	height: 390px;
}

.pf_bottom_sec {
	padding: 0px 15px;
}

.post-slide {
	background: #fff;
	margin: 20px 15px 20px;
	border-radius: 15px;
	padding-top: 1px;
	box-shadow: 2px 14px 22px -9px #b0bbc4;
}

.post-slide .post-img {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin: -12px 15px 8px 15px;
	margin-left: -10px;
}

.post-slide .post-img img {
	width: 100%;
	height: 250px;
	transform: scale(1, 1);
	transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
	transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
	transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
	opacity: 1;
	text-decoration: none;
}

.post-slide .over-layer i {
	position: relative;
	top: 45%;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 25px;
}

.post-slide .post-content {
	background: #fff;
	padding: 2px 20px 20px;
	border-radius: 15px;
}

.post-slide .post-title a {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	display: inline-block;
	transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
	text-decoration: none;
	color: #3498db;
}

.post-slide .post-description {
	line-height: 24px;
	color: #808080;
	margin-bottom: 15px;
}

.post-slide .post-date {
	color: #a9a9a9;
	font-size: 14px;
}

.post-slide .post-date i {
	font-size: 20px;
	margin-right: 8px;
	color: #CFDACE;
}

.post-slide .read-more {
	padding: 7px 20px;
	float: right;
	font-size: 12px;
	background: #2196F3;
	color: #ffffff;
	box-shadow: 0px 10px 20px -10px #1376c5;
	border-radius: 25px;
	text-transform: uppercase;
}

.post-slide .read-more:hover {
	background: #3498db;
	text-decoration: none;
	color: #fff;
}

.owl-controls .owl-buttons {
	text-align: center;
	margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
	background: #fff;
	position: absolute;
	top: -13%;
	left: 15px;
	padding: 0 18px 0 15px;
	border-radius: 50px;
	box-shadow: 3px 14px 25px -10px #92b4d0;
	transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
	background: #fff;
	position: absolute;
	top: -13%;
	right: 15px;
	padding: 0 15px 0 18px;
	border-radius: 50px;
	box-shadow: -3px 14px 25px -10px #92b4d0;
	transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after, .owl-controls .owl-buttons .owl-next:after {
	content: "\f104";
	font-family: FontAwesome;
	color: #333;
	font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
	content: "\f105";
}

#news-slider .owl-controls .owl-buttons {
	display: none;
}

#news-slider .owl-item {
	width: 350px !important;
}

.estimate_btn {
	background: #fff;
	margin: 15px 10px;
	padding-top: 1px;
	box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08), 0 1px 3px 1px rgba(66, 66, 66, 0.16);
	padding: 20px;
	font-weight: 700;
}

.estimate_btn h4 {
	font-size: 24px;
	text-align: left;
	font-weight: 600;
	line-height: 34px;
	color: #000;
}

.icon01 i {
	font-size: 35px;
	background: #fff;
	padding-top: 15px;
	color: #51acfb;
	width: 70px;
	border: 2px solid #51acfb;
	height: 70px;
	border-radius: 50px;
}

.estimate_btn:hover {
	background: #e9f5ff;
	cursor: pointer;
}

.testi_title {
	color: #fff;
	font-weight: 700;
	margin-top: 10px;
}

.txt_cta {
	color: #333;
}

.gallery a>img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.6;
}

.claim_now {
	position: fixed;
	left: 20px;
	bottom: 30px;
}

.revw_title {
	font-size: 22px;
	color: #000;
	font-weight: 600;
}

.proj_des {
	margin-bottom: -5px;
	font-size: 18px;
	font-weight: 600;
	margin-top: 5px;
	color: #333;
}

.testimonial strong {
	color: #fff;
	font-weight: normal;
}

.date_rw {
	position: absolute;
	right: 20px;
	top: 25px;
}

.para_rw {
	font-size: 15px;
	margin-bottom: 0;
}

.rw_list_sbar {
	box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08), 0 1px 3px 1px rgba(66, 66, 66, 0.16);
	padding: 22px;
	position: relative;
}

.btn-regular.view_more_rw {
	width: 100%;
	background: #fff;
	color: #51acfb;
	border: 1px solid #51acfb;
	margin: 14px 0px;
}

.btn-regular.view_more_rw:hover {
	background: #51acfb;
	color: #fff;
	border: 1px solid #51acfb;
}

#reviews .close {
	opacity: unset !important;
	font-size: 20px;
	display: inline-block;
	position: fixed;
	left: 520px;
	color: #fff;
	top: 22px;
	z-index: 99999 !important;
	width: 40px;
	height: 40px;
	background: #51acfb;
	cursor: pointer;
}

.nav-toggle {
	display: none;
}

.pro_img {
	position: relative;
	text-align: left;
	left: -65px;
	top: 2px;
	margin-bottom: -10px;
}

.pro_img img {
	width: 46px !important;
	height: 46px !important;
	border-radius: 50%;
	box-shadow: 0 6px 1px 0 rgba(66, 66, 66, 0.08), 0 0px 1px 1px rgba(66, 66, 66, 0.16);
}

.w-48 {
	width: 48px !important;
	height: 48px !important;
	font-size: 20px;
	font-weight: 700 !important;
	text-transform: uppercase;
}

.gd-info {
	color: #fff;
	border: none;
	background: #6F8792;
}

.gd-primary {
	color: #fff;
	border: none;
	background: #1795DF;
}

.gd-warning {
	color: #fff;
	border: none;
	background: #E95F16;
}

.gd-default {
	color: #fff;
	border: none;
	background: #83645B;
}

.gd-success {
	color: #fff;
	border: none;
	background: #075190;
}

.avatar {
	position: relative;
	line-height: 1;
	border-radius: 500px;
	white-space: nowrap;
	font-weight: 700;
	border-radius: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 500px;
	box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .15);
}

.mrdrain_logo img {
	width: 35px !important;
	height: auto;
	position: relative;
	top: -10px;
	left: 5px;
}

.pro_img span {
	font-weight: 600;
}

.right-gift {
	width: 250px;
	position: absolute;
	right: 0;
	bottom: 170px;
}

.bottom-gift-icon a.show-offers {
	position: relative;
	display: flex;
	margin-right: 10px;
	left: 3px;
	bottom: 15px;
}

.bottom-gift-icon a.show-offers img {
	position: absolute;
	left: 40%;
	right: 0;
	top: -65px;
	width: 50px;
}

.bottom-gift-icon img {
	float: left;
}

.bottom-gift-icon a.show-offers .message {
	padding: 1px 5px 3px 42px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 27px;
	margin-top: 0;
}

.bottom-gift-icon a .message {
	color: #000;
	font-size: 1em;
	font-weight: 400;
	float: left;
	padding: 3px 10px 3px 15px;
	margin-top: 15px;
	margin-left: -8px;
}

#service-carousel .owl-item {
	margin: 0 3px;
}

.connect-btn .redirectToRegisterPage:hover {
	color: #000;
}

.hero_ml {
	margin-left: 40px;
}

.call_xs {
	display: none;
}

@media only screen and (max-width:1280px) {
	.post-slide .post-content {
		padding: 0px 15px 25px 15px;
	}

	.owl-carousel1 .item .copon-box img {
		height: 340px;
	}

	.baner-cal {
		font-size: 30px;
	}

	.header .logo img {
		width: 90%;
	}

	.new_count01 {
		width: 140px;
		height: 80px;
		font-size: 40px;
	}

	.new_count_para {
		font-size: 19px;
	}
}

@media screen and (max-width:360px) {
	.service-content .hover-box {
		width: 320px !important;
	}
}

@media screen and (max-width:580px) {
	body {
		overflow-x: hidden !important;
	}

	section {
		padding: 30px 0;
	}

	.hero {
		padding: 120px 0 0px 0 !important;
	}

	.contact-bg {
		min-height: 630px;
		margin-top: 0px;
	}

	.contact-bg:before {
		height: 630px;
	}

	.services-bg {
		min-height: 630px;
		margin-top: 0px;
	}

	.services-bg:before {
		height: 630px;
	}

	.about-bg {
		min-height: 630px;
		margin-top: 0px;
	}

	.about-bg:before {
		height: 630px;
	}

	.hero h1 {
		margin-top: 40px;
		font-size: 26px;
	}

	.hero h2 {
		font-size: 20px;
	}

	.hero-img {
		position: unset;
	}

	.baner-cal {
		font-size: 22px;
		float: left;
	}

	#hero .d-flex {
		display: block !important;
	}

	#reviews-sec {
		width: 380px !important;
	}

	.half-contents {
		width: 100%;
	}

	.app-store-new .col-sm-6 {
		width: 50%;
		padding: 0;
	}

	#reviews-tab {
		font-size: 20px !important;
	}

	#feedback-tab {
		font-size: 18px !important;
		position: absolute;
		left: -117px;
	}

	#feedback-form {
		width: 290px !important;
		padding: 15px 12px;
	}

	#feedback-form h4 {
		font-size: 18px !important;
	}

	#feedback-form .btn-regular {
		font-size: 15px;
		padding: 8px !important;
		width: 100%;
	}

	.why-choose {
		padding: 50px 5px 0;
	}

	.web-video iframe {
		width: 100%;
		height: 230px;
	}

	.foter-quote {
		width: 100%;
	}

	.red-btn {
		float: none;
		margin-right: 0;
	}

	.footer .footer-top .footer-info .logo img {
		margin: 0 auto;
	}

	.footer .copyright {
		padding-top: 25px;
	}

	.social-links {
		margin-top: 55px;
		right: 45px;
	}

	.navbar .getstarted {
		display: none;
	}

	.navbar ul {
		display: block;
	}

	#navbar {
		display: none;
	}

	.rating-stars {
		text-align: center;
		margin-top: 40px !important;
		margin-bottom: -10px;
		margin-left: -20px;
	}

	#header .d-flex {
		display: block !important;
	}

	.cal-sec ul li:nth-child(2) a {
		font-size: 28px;
	}

	.cal-sec {
		justify-content: center;
		margin-top: -80px !important;
		margin-bottom: 0px !important;
		margin-left: 0px !important;
	}

	.app-store-new {
		display: flex !important;
	}

	.nav-toggle {
		display: block;
		background: #51acfb;
		width: 42px;
		height: 42px;
		color: #fff;
		text-align: center;
		border-radius: 5px;
		padding-top: 5px;
		font-size: 22px;
		position: absolute;
		top: 30px;
		right: 20px;
		z-index: 99999;
	}

	.nav-toggle:hover, .nav-toggle:active, .nav-toggle:focus {
		color: #fff !important;
	}

	.plumbing-pgs-bnr h1 {
		margin-top: 120px !important;
	}

	.mt-top {
		margin-top: 0px !important;
	}

	#cta-section .col-md-4 {
		margin: 8px 0;
	}

	.need-sec h2 {
		margin-top: 0px;
		font-size: 32px;
	}

	.utzo-guarantee .col-md-2:first-child span {
		text-align: center;
	}

	.plumbing-problem .post-box {
		width: 100%;
		margin-bottom: 20px;
	}

	.what-offer .col-md-4:first-child h2 {
		font-size: 30px;
	}

	.fc-heading p {
		font-size: 26px;
	}

	ul.pagination {
		margin-right: 0px;
	}

	.cal-today {
		padding: 75px 20px 0;
	}

	.exp-plumbers {
		padding: 20px;
	}

	.clogged-clean {
		padding: 10px 20px 30px;
	}

	.exp-plumbers .post-box {
		padding: 10px 0 !important;
	}

	.plumbing-pro {
		padding: 50px 20px;
	}

	.photo-gallery {
		padding: 5px;
	}

	#footer .container.d-flex {
		display: block !important;
	}

	.about h2 {
		font-size: 20px;
	}

	.service-content .hover-box {
		width: 350px;
	}

	.heritage p {
		font-size: 18px;
	}

	.sc-1 p {
		padding-left: 5px;
	}

	.sc-2 p {
		padding-right: 5px;
	}

	.fc-box {
		margin: auto;
		margin-top: 15px;
		padding: 15px !important;
		width: 90%;
	}

	.enter-phone .btn-2 {
		font-size: 20px !important;
	}

	.red-btn {
		font-size: 17px;
		padding: 10px;
	}

	.new_count01 {
		width: 110px;
		height: 70px;
		font-size: 36px;
		padding-top: 8px;
	}

	#reviews .close {
		right: 15px;
		left: unset;
	}

	.reviews_mt {
		margin-top: 30px;
	}

	#feedback {
		top: 20%;
	}

	#feedback-form .pr-5 {
		padding-right: 10px !important;
	}

	#feedback-form .pl-0 {
		padding-left: 10px !important;
		margin-bottom: 10px;
	}

	#mrdrain_form_model .pr-5 {
		padding-right: 10px !important;
	}

	#mrdrain_form_model .pl-0 {
		padding-left: 14px !important;
		margin-top: 10px;
	}

	#appointment_business_form_model .pr-5 {
		padding-right: 10px !important;
	}

	#appointment_business_form_model .pl-0 {
		padding-left: 12px !important;
	}

	.pg-subheading {
		font-size: 32px !important;
	}

	.plumbing-pgs-bnr h1 {
		font-size: 28px;
	}

	.owl-carousel1 .item .copon-box img {
		height: 400px;
	}

	.service-carousel .item {
		height: 710px;
	}

	.numberCircle {
		left: 44%;
	}

	.ofr-stp4 {
		left: 34% !important;
	}

	.step4-date {
		left: 33% !important;
	}

	.step-04-title {
		left: 43% !important;
	}

	.what-offer .ss-iner-content h4 {
		font-size: 20px;
	}

	.what-offer i.icofont-delivery-time {
		font-size: 60px;
	}

	.what-offer i.plumbing-leak {
		font-size: 55px;
	}

	.owl-theme .owl-controls {
		display: none !important;
	}

	.bnr-carousel {
		padding: 20px 0px;
	}

	.header {
		padding: 10px 0;
	}

	.estimate_btn h4 {
		font-size: 19px !important;
		text-align: center;
		padding-left: 0px;
		line-height: 34px;
		margin-top: 10px;
	}

	.estimate_btn {
		margin: 15px 0px;
		padding: 15px 0px;
	}

	.square-heading h2 {
		font-size: 42px !important;
	}

	.card-cont h3 {
		font-size: 28px;
	}

	.why-choose h1 {
		font-size: 32px;
	}

	.why-choose h2 {
		font-size: 22px;
	}

	.contact-bg .square-heading h2 {
		font-size: 38px !important;
		margin: 48px;
	}

	.careers-pg .container {
		width: 100%;
	}

	.careers .btn {
		font-size: 18px;
	}

	.contact-content h4 {
		font-size: 18px;
	}

	.contact-content .col-md-6:last-child {
		padding: 30px 15px;
	}

	.rating-section .rate span.fa {
		margin-left: 0px;
	}

	.disp {
		display: flex;
	}

	.offers .blue-color.mb-50 {
		margin-bottom: 0px !important;
	}

	.offers .col-md-5ths {
		padding: 0px 10px !important;
	}

	.abt-contents .col-md-4 img {
		width: 100%;
		margin-bottom: 25px;
	}

	.abt-reverse-content .col-md-6:last-child {
		padding: 50px 20px 0 20px !important;
	}

	.contact-content {
		padding: 50px 0;
	}

	.call_xs {
		display: block;
		position: absolute;
		font-size: 30px;
		top: 30px;
		z-index: 1001;
		right: 79px;
		color: #333;
	}

	#iframe_nearest_pro_map_full {
		height: 90vh !important;
	}

	.plumbing-review .btn-regular {
		width: 100%;
	}

	.offer-search .main-search input {
		font-size: 17.5px !important;
	}

	.offer-search .main-search i {
		top: 14px;
	}

	.pagination-sm .page-link {
		height: 38px;
		text-align: center;
		padding-top: 8px;
	}

	.pagination-sm .page-link.active {
		width: 40px;
		text-align: center;
	}
}

@media screen and (max-width:767px) {
	#reviews-tab {
		display: none !important;
	}

	#feedback-tab {
		display: none !important;
	}
.proud_head{width: 100%;}
	.bottom_fix_btn {
		position: fixed;
		bottom: -15px;
		left: 0px;
		width: 100%;
		z-index: 99999;
		display: inline-flex !important;
	}

	.bottom_fix_btn a {
		width: 50%;
		text-align: center;
		font-size: 1.3em;
		border-radius: 0;
		display: inline-block;
		padding: 11px 11px 12px 11px;
		transition: all .3s;
	}

	.bottom_fix_btn .call_now_new {
		background: #024a7e;
		color: #fff;
	}

	.footer {
		padding: 0 0 10px 0;
		margin-bottom: 45px;
	}

	#iframe_nearest_pro_map {
		height: 68vh !important;
	}

	.hide_rw_xs {
		display: none;
	}

	.connect-btn .btn {
		font-size: 18px !important;
		width: 320px !important;
	}

	.open-button {
		bottom: 60px;
	}

	.chat-box .form-container .cancel {
		bottom: -44px;
	}

	.chat-popup {
		width: 350px;
	}

	.navbar.pull-right {
		float: none;
	}

	.offers_verti_scroll {
		min-height: auto;
		height: auto;
		max-height: unset !important;
		overflow-x: unset !important;
	}

	.right_sec {
		display: none;
	}

	.utzo-guarantee .col-md-2.pl-0.pr-0 {
		text-align: center;
	}

	.utzo-guarantee .col-md-2.pl-0.pr-0 img {
		width: 60% !important;
		margin-right: 30px;
	}

	.serv-sec {
		padding: 40px 30px;
	}

	.serv-sec p {
		font-size: 16px;
		line-height: 34px;
		margin-top: 15px;
	}

	.serv-sec .col-md-3 {
		padding: 15px 0;
	}

	.serv-sec p br {
		display: none;
	}

	.serv-sec i {
		font-size: 36px;
		width: 45px;
	}

	.exp-plumbers .col-lg-4.aos-init.aos-animate:last-child {
		display: none;
	}

	.what-offer i.icofont-delivery-time {
		font-size: 55px;
		top: -22px;
	}

	.what-offer i.plumbing-auto-care {
		font-size: 40px;
	}

	.what-offer i.plumbing-leak {
		font-size: 45px;
	}

	.what-offer i.icofont-badge {
		font-size: 54px;
	}

	.what-offer .ss-iner-content h4 {
		font-size: 17px;
	}

	.ss-iner-content {
		margin-top: 18px;
	}

	.hide_xs {
		display: none;
	}

	.web-video {
		display: none;
	}

	#iframe_nearest_pro_map_full {
		display: none;
	}

	.phn_icon {
		display: inline-block !important;
		font-size: 36px !important;
		color: #000 !important;
	}

	.navbar a {
		display: block;
	}

	.ap-download {
		display: none;
	}

	.sche_apt.mt-70 {
		margin-top: 10px !important;
	}
.lic_no {
    position: unset !important;
    text-align: center;
    margin-top: 25px;
    left: 30px;
    color: #fff;
}
.proud_serv {
    font-size: 24px !important;
    text-align: center;
    position: unset !important;
    margin-top: -12px;
    margin-bottom: 12px;
}
.new_header.cal-sec ul li:nth-child(2) a{
	font-size: 34px;
}
.hide_md{display: block !important;}
.static_offer.offers_all_list h3 {
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.static_offer.offers_all_list p {
    font-size: 21px;
    margin-top: 15px;
}
.custom_btn.sb-link {   
    right: 12px;
    width: 46%;
    top: -20px;
    text-align: center;
}
h3.proud_serv.proud_head br {
    display: none;
}
.proud_head {width: 100% !important;}

}


@media screen and (max-width:768px) {
	body {
		overflow-x: hidden !important;
	}

	section {
		padding: 30px 0;
	}

	.hero {
		padding: 65px 0 0px 0;
	}

	.hero h1 {
		margin-top: 10px;
		font-size: 34px;
	}

	.hero h2 {
		font-size: 26px;
	}

	.hero-img {
		position: unset;
	}

	#header .d-flex {
		display: block !important;
	}

	.baner-cal {
		font-size: 22px;
	}

	#hero .d-flex {
		display: block !important;
	}

	#reviews-sec {
		width: 500px;
	}

	.half-contents {
		width: 100%;
	}

	.app-store-new .col-sm-6 {
		width: 50%;
		padding: 0;
	}

	#reviews-tab {
		font-size: 20px;
		margin-right: -62px;
	}

	#feedback-tab {
		font-size: 20px;
		margin-right: -88px;
	}

	#feedback-form {
		width: 320px;
	}

	#feedback-form h4 {
		font-size: 18px;
	}

	#feedback-form .btn-regular {
		font-size: 15px;
		padding: 8px !important;
		width: 100%;
	}

	.why-choose {
		padding: 50px 5px 0;
	}

	.web-video iframe {
		width: 100%;
		height: 390px;
	}

	.foter-quote {
		width: 100%;
	}

	.red-btn {
		float: none;
		margin-right: 0;
	}

	.footer .footer-top .footer-info .logo img {
		margin: 0 auto;
	}

	.footer .copyright {
		padding-top: 25px;
	}

	.navbar .getstarted {
		display: none;
	}

	.navbar ul {
		display: block;
	}

	#navbar {
		display: none;
		margin-top: 20px;
	}

	.rating-stars {
		text-align: center;
		margin-top: 60px !important;
		margin-bottom: -10px;
	}

	.cal-sec ul li:nth-child(2) a {
		font-size: 28px;
	}

	.cal-sec {
		justify-content: center;
		margin-top: -180px;
		margin-bottom: 0px;
		margin-left: 210px;
	}

	.footer {
		padding: 0 0 10px 0;
	}

	.app-store-new {
		display: flex !important;
	}

	.social-links {
		position: unset;
		margin-top: 16px;
		right: 25px;
		margin-bottom: 35px;
		text-align: center;
	}

	.estimate_btn h4 {
		font-size: 22px;
		padding-left: 15px;
	}

	.footer-contact.text-center.text-md-start.es-links {
		margin-bottom: 20px;
	}

	.nav-toggle {
		display: block;
		background: #51acfb;
		width: 42px;
		height: 42px;
		color: #fff;
		text-align: center;
		border-radius: 5px;
		padding-top: 5px;
		font-size: 22px;
		position: absolute;
		top: 30px;
		right: 20px;
		z-index: 99999;
	}

	.nav-toggle:hover, .nav-toggle:active, .nav-toggle:focus {
		color: #fff !important;
	}

	.red-btn {
		width: 100%;
	}

	#footer .container.d-flex {
		display: block !important;
	}

	.fc-heading p {
		font-size: 28px;
	}

	.new_count01 {
		width: 140px;
		height: 84px;
		font-size: 42px;
	}

	.square-heading:before {
		opacity: .2;
	}

	.hero_ml {
		margin-bottom: 0px;
	}

	.portfolio_slide .owl-item .item .portfolio-box {
		height: 420px;
	}
}

@media screen and (max-width:1024px) {
	body {
		overflow-x: hidden !important;
	}

	section {
		padding: 30px 0;
	}

	.hero {
		padding: 50px 0px 0px 0px;
	}

	.hero h1 {
		margin-top: 30px;
		font-size: 34px;
	}

	.hero h2 {
		font-size: 26px;
	}

	.hero-img {
		position: unset;
		width: 100%;
	}

	#header .d-flex {
		display: block !important;
	}

	.baner-cal {
		font-size: 22px;
	}

	#hero .d-flex {
		display: block !important;
	}

	#reviews-sec {
		width: 500px;
	}

	.half-contents {
		width: 100%;
	}

	.header .logo img {
		margin-bottom: 20px;
		width: 210px;
	}

	.app-store-new .col-sm-6 {
		width: 50%;
		padding: 0;
	}

	#reviews-tab {
		font-size: 20px;
		margin-right: -103px;
	}

	#feedback-tab {
		font-size: 20px;
		margin-right: -88px;
	}

	#feedback-form {
		width: 320px;
	}

	#feedback-form h4 {
		font-size: 18px;
	}

	#feedback-form .btn-regular {
		font-size: 15px;
		padding: 8px !important;
		width: 100%;
	}

	.why-choose {
		padding: 50px 5px 0;
	}

	.web-video iframe {
		width: 100%;
		height: 390px;
	}

	.foter-quote {
		width: 100%;
	}

	.red-btn {
		float: none;
		margin-right: 0;
	}

	.footer .footer-top .footer-info .logo img {
		margin: 0 auto;
	}

	.footer .copyright {
		padding-top: 25px;
	}

	.navbar .getstarted {
		display: none;
	}

	.navbar ul {
		display: block;
	}

	#navbar {
		display: none;
		margin-top: 20px;
	}

	.rating-stars {
		text-align: center;
		margin-top: 60px !important;
		margin-bottom: -10px;
	}

	.cal-sec ul li:nth-child(2) a {
		font-size: 32px;
		padding: 5px 0px 5px 38px;
	}

	.cal-sec {
		justify-content: center;
		margin-top: -180px;
		margin-bottom: 0px;
		margin-left: 210px;
	}

	.footer {
		padding: 0 0 10px 0;
	}

	.app-store-new {
		display: flex !important;
	}

	.social-links {
		position: unset;
		margin-top: 16px;
		right: 25px;
		margin-bottom: 20px;
		text-align: center;
	}

	.estimate_btn h4 {
		font-size: 22px;
		padding-left: 15px;
	}

	.footer-contact.text-center.text-md-start.es-links {
		margin-bottom: 20px;
	}

	.nav-toggle {
		display: block;
		background: #51acfb;
		width: 42px;
		height: 42px;
		color: #fff;
		text-align: center;
		border-radius: 5px;
		padding-top: 5px;
		font-size: 22px;
		position: absolute;
		top: 30px;
		right: 20px;
		z-index: 99999;
	}

	.nav-toggle:hover, .nav-toggle:active, .nav-toggle:focus {
		color: #fff !important;
	}

	.red-btn {
		width: 100%;
	}

	#footer .container.d-flex {
		display: block !important;
	}

	.fc-heading p {
		font-size: 22px;
	}

	.new_count01 {
		width: 140px;
		height: 84px;
		font-size: 42px;
	}

	.connect-btn .btn {
		font-size: 18px;
	}

	.mt-top {
		margin-top: 0px !important;
	}

	.sm_full {
		width: 100%;
	}

	.plumbing-problem .post-box {
		width: 100%;
	}

	.clogged-clean {
		padding: 30px 50px 50px;
	}

	.recent-blog-posts .post-box .post-img {
		height: 320px !important;
	}

	.hero_ml {
		margin-left: 0px;
		margin-bottom: 40px;
	}

	.main_sec {
		justify-content: space-between;
	}

	.main_sec .left_sec, .main_sec .right_sec {
		flex-direction: column-reverse;
	}

	.left_sec {
		order: 2;
	}

	.right_sec {
		order: 1;
	}

	.navbar.pull-right {
		float: none;
	}
.proud_serv{display: none;}
.foter-quote .col-md-6{width: 100%;}
.custom_btn.sb-link{width: 50%;}

}

@media screen and (max-width:1950px) {
	#iframe_nearest_pro_map {
		height: 83.5vh;
	}

	#iframe_nearest_pro_map_full {
		height: 68vh;
	}

	#reviews-tab {
	/*	bottom: -500px !important;*/
		bottom: -620px !important;
	}

	.fc-box {
		padding: 28px !important;
		height: 565px !important;
	}

	.ofr-stp4 {
		left: 28%;
	}

	.step4-date {
		left: 26%;
	}

	div.navigation {
		min-height: 450px !important;
		max-height: 450px !important;
		width: 38% !important;
		float: right !important;
		height: auto !important;
		overflow-x: auto !important;
	}

	.slideshow-container {
		max-width: 1000px;
		position: relative;
		margin: auto;
	}

	.utzo-guarante h1 {
		font-size: 50px !important;
		margin-top: 40px !important;
		margin-bottom: 0px !important;
	}

	.utzo-guarante p {
		font-size: 40px !important;
	}

	.hire_txt {
		font-size: 22px !important;
	}

	.web-video iframe {
		height: 520px !important;
		width: 90% !important;
	}

	.recent-blog-posts .new-box {
		height: 620px !important;
		margin-top: 10px;
	}

	.rating-stars .fa {
		font-size: 28px !important;
	}
	.new_header .rating-stars .fa {
		font-size: 33px !important;
	}

	.rvw-txt {
		font-size: 22px !important;
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
}

@media screen and (max-width:3840px) {
	.web-video iframe {
		width: 100%;
		height: 730px;
	}

	.fc-box {
		padding: 100px 50px;
		height: 565px;
	}

	.ofr-stp4 {
		left: 38%;
	}

	.step-04-title {
		left: 45%;
	}

	.step4-date {
		left: 32%;
	}

	.utzo-guarante h1 {
		font-size: 80px;
		margin-top: 120px;
		margin-bottom: 20px;
	}

	.hire_txt {
		font-size: 36px;
	}

	.utzo-guarante p {
		font-size: 70px;
	}

	.plumbing-pgs-bnr h1 {
		margin-top: 60px;
	}

	#iframe_nearest_pro_map {
		height: 87.5vh;
	}

	#iframe_nearest_pro_map_full {
		height: 82vh;
	}

	.estimate_btn h4 {
		font-size: 30px;
		line-height: 38px;
	}

	#need-section .utzo-guarantee img {
		width: 80%;
	}

	#reviews-tab {
		bottom: -660px;
	}

	.modal-fullscreen .modal-content {
		height: 100vh;
	}

	div.navigation {
		min-height: 850px;
		max-height: 850px;
		width: 38% !important;
		float: right !important;
		height: auto !important;
		overflow-x: auto !important;
		margin-bottom: 40px;
	}

	.recent-blog-posts .new-box {
		height: 570px;
	}

	.utzo-guarantee .col-md-2:first-child span {
		font-size: 26px;
	}

	.rating-stars .fa {
		font-size: 42px;
	}

	.rvw-txt {
		font-size: 28px;
	}
}

.bottom_fix_btn {
	display: none;
}

.end-chat-btn {
	padding: 0px 6px !important;
}

.offers_verti_scroll {
	min-height: auto;
	height: auto;
	max-height: 580vh;
	overflow-x: auto;
	margin-top: 20px;
}

@media (min-width: 2120px) and (max-width: 3840px) {
	.offers_verti_scroll {
		max-height: 355vh !important;
	}
}

.store_finder {
	background: #E6F1FC;
	margin-top: 175px;
	padding: 90px 0px;
}

.store_head h1 {
	font-size: 60px;
	font-weight: 700;
}

.card-view-new {
	background: #fff;
	padding-left: 20px;
	box-shadow: 0 1px 1px 0 rgb(66 66 66 / 8%), 0 1px 3px 1px rgb(66 66 66 / 16%);
}

.zcode_ico i {
	position: absolute;
	top: 14px;
	left: 18px;
	color: #858585;
	font-size: 16px;
}

.card_list {
	background: #F7F7F7;
	padding: 12px;
	margin-bottom: 8px;
}

.card_list h4 {
	font-weight: 600;
	color: #333333;
}

.list_address i {
	color: #888686;
	font-size: 22px;
}

.list_address {
	color: #555555;
}

.left_pro_listing {
	min-height: auto;
	height: auto;
	max-height: 620px;
	overflow-x: auto;
}

.form-control {
	display: flex;
}

input[type="date"]:after {
	margin-left: -15px;
}

.phn_icon {
	display: none;
}

.iframe_nearest_pro_map_full {
	display: none;
}

#how-works {
	display: none;
}

#iframe_nearest_pro_map_full {
	display: none;
}

.small-subhead {
	font-weight: normal;
}
.sche_frm_footer{margin-bottom: 25px;}
.sche_frm_footer .form-group input{background: transparent;color: #fff;}
.sche_frm_footer .form-group .form-select{background: transparent;color: #fff;}
.sche_frm_footer .form-group .form-select option{color: #555;}
.sche_frm_footer .form-group input::placeholder{background: transparent;color: #ccc;}
.sche_frm_footer .form-group textarea{background: transparent;color: #fff;}
.sche_frm_footer .form-group textarea::placeholder{background: transparent;color: #ccc;}
.sche_frm_footer input[type="date"]:after{color: #dcd9d9;}
.card_viewnew{padding: 20px 20px 20px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;margin-bottom: 12px;height: 210px;}
.card_viewnew p{color: #555;}
.hide_phn_no{display: none;}
.lic_no {
    position: absolute;
    margin-top: 32px;
    left: 30px;
    color: #fff;
}
.home_sche_appt{
	border-radius: 3px;
 padding: 30px 20px 25px;
 background: rgba(0,0,0,0.2);
 backdrop-filter: blur(5px);
}
.rvw_count_top {
    font-size: 17px;
    font-weight: 600;
    background: #eaeaea;
    color: #363636;
    padding: 2px 10px;
    margin-left: 11px;
    display: inline-block !important;
}
.rvw_count_sec {
    border: 1px solid #ced4da;
    padding: 8px 12px;
    text-align: center;
}
.proud_serv {
    font-size: 33px;
    color: #000;
    position: relative;
    left: -60px;
    font-weight: 700;
}
.proud_head{width: 280px;}
.serv_head{font-size: 18px;}
.open_hrs{font-size: 18px;}
.cust_foot.footer{background: #011f37;}
.cust_foot.footer .footer-top{padding: 0px;border-bottom: unset;}
.cust_foot.footer .footer-top .footer-info{margin-bottom:0px;}
.hide_md{display: none;}
.disp {
    display: flex;
    margin-left: 20px;
}
.header-right .new_header {
    margin-right: 45px;
}

.floating-label {
  position: relative;
}
/*.floating-label .form-control{border:1px solid #A3AAB2;}*/
.floating-label > select + label {
  position: absolute;
  z-index: 5;
  max-width: calc(100% - $input-border-width * 2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  line-height: 1.25;
  color: inherit;
  background-color: var(--bs-body-bg);
  border-radius: 0.375rem;
}
.floating-label > select + label,
.floating-label > select + label.label-sm {
  top: -0.65625rem;
  font-size: 0.875rem;
}
.floating-label > select + label.label-md {
  top: -0.75rem;
  font-size: 1rem;
}
.floating-label > select + label.label-lg {
  top: -0.9375rem;
  font-size: 1.25rem;
}
.floating-label > input + label,
.floating-label > textarea + label {
  position: absolute;
  z-index: 5;
  max-width: calc(100% - $input-border-width * 2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  top: var(--bs-border-width);
  left: var(--bs-border-width);
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  color: var(--bs-secondary-color);
  pointer-events: none;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.floating-label > input.form-control-sm + label,
.floating-label > textarea.form-control-sm + label {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.floating-label > input.form-control-lg + label,
.floating-label > textarea.form-control-lg + label {
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}
.floating-label > input::placeholder,
.floating-label > textarea::placeholder {
  color: transparent;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.floating-label > label + input::placeholder,
.floating-label > label + textarea::placeholder {
  color: var(--bs-secondary-color);
}
.floating-label > input:focus::placeholder,
.floating-label > textarea:focus::placeholder {
  color: #5C5D5D;
}
.floating-label > input:focus + label,
.floating-label > textarea:focus + label {
  position: absolute;
  z-index: 5;
  max-width: calc(100% - $input-border-width * 2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  line-height: 1.25;
  color: inherit;
  background-color: var(--bs-body-bg);
  border-radius: 0.375rem;
}
.floating-label > input:focus + label,
.floating-label > input:focus + label.label-sm,
.floating-label > textarea:focus + label,
.floating-label > textarea:focus + label.label-sm {
  top: -0.65625rem;
  font-size: 0.875rem;
}
.floating-label > input:focus + label.label-md,
.floating-label > textarea:focus + label.label-md {
  top: -0.75rem;
  font-size: 1rem;
}
.floating-label > input:focus + label.label-lg,
.floating-label > textarea:focus + label.label-lg {
  top: -0.9375rem;
  font-size: 1.25rem;
}

.floating-label > input:-webkit-autofill + label,
.floating-label > textarea:-webkit-autofill + label {
  position: absolute;
  z-index: 5;
  max-width: calc(100% - $input-border-width * 2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  line-height: 1.25;
  color: inherit;
  background-color: var(--bs-body-bg);
  border-radius: 0.375rem;
}
.floating-label > input:-webkit-autofill + label,
.floating-label > input:-webkit-autofill + label.label-sm,
.floating-label > textarea:-webkit-autofill + label,
.floating-label > textarea:-webkit-autofill + label.label-sm {
  top: -0.65625rem;
  font-size: 0.875rem;
}
.floating-label > input:-webkit-autofill + label.label-md,
.floating-label > textarea:-webkit-autofill + label.label-md {
  top: -0.75rem;
  font-size: 1rem;
}
.floating-label > input:-webkit-autofill + label.label-lg,
.floating-label > textarea:-webkit-autofill + label.label-lg {
  top: -0.9375rem;
  font-size: 1.25rem;
}

.floating-label > input[placeholder]:not(:placeholder-shown) + label,
.floating-label > textarea[placeholder]:not(:placeholder-shown) + label {
  position: absolute;
  z-index: 5;
  max-width: calc(100% - $input-border-width * 2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  line-height: 1.25;
  color: inherit;
  background-color: var(--bs-body-bg);
  border-radius: 0.375rem;
}
.floating-label > input[placeholder]:not(:placeholder-shown) + label,
.floating-label > input[placeholder]:not(:placeholder-shown) + label.label-sm,
.floating-label > textarea[placeholder]:not(:placeholder-shown) + label,
.floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-sm {
  top: -0.65625rem;
  font-size: 0.875rem;
}
.floating-label > input[placeholder]:not(:placeholder-shown) + label.label-md,
.floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-md {
  top: -0.75rem;
  font-size: 1rem;
}
.floating-label > input[placeholder]:not(:placeholder-shown) + label.label-lg,
.floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-lg {
  top: -0.9375rem;
  font-size: 1.25rem;
}
.floating-label > input:not([placeholder]):not([value]) + label,
.floating-label > textarea:not([placeholder]):empty + label {
  position: absolute;
  z-index: 5;
  max-width: calc(100% - $input-border-width * 2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  line-height: 1.25;
  color: inherit;
  background-color: var(--bs-body-bg);
  border-radius: 0.375rem;
}
.floating-label > input:not([placeholder]):not([value]) + label,
.floating-label > input:not([placeholder]):not([value]) + label.label-sm,
.floating-label > textarea:not([placeholder]):empty + label,
.floating-label > textarea:not([placeholder]):empty + label.label-sm {
  top: -0.65625rem;
  font-size: 0.875rem;
}
.floating-label > input:not([placeholder]):not([value]) + label.label-md,
.floating-label > textarea:not([placeholder]):empty + label.label-md {
  top: -0.75rem;
  font-size: 1rem;
}
.floating-label > input:not([placeholder]):not([value]) + label.label-lg,
.floating-label > textarea:not([placeholder]):empty + label.label-lg {
  top: -0.9375rem;
  font-size: 1.25rem;
}

.input-group > .floating-label {
  flex: 1;
}
.input-group > .floating-label > .form-control,
.input-group > .floating-label > .form-select {
  position: relative;
}
.input-group > .floating-label > .form-control:focus,
.input-group > .floating-label > .form-select:focus {
  z-index: 3;
}
.input-group > .floating-label:not(:first-child) > .form-control,
.input-group > .floating-label:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .floating-label:not(:last-child) > .form-control,
.input-group > .floating-label:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.floating-label > input + label, .floating-label > textarea + label {
    position: absolute;
    z-index: 5;
    /*max-width: calc(100% - $input-border-width * 2);*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: 0;
    left: 0;
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
    color: var(--bs-secondary-color);
    pointer-events: none;
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.county_head{background:#e8e8e8;}
.county_head h3 {margin: 16px 5px 16px;font-size: 22px;font-weight: 700;text-transform: uppercase;color: #333;}
.county_head h3 i{font-size: 28px;}
.cities_name h5 a{font-size: 18px;color: #333;line-height: 38px;font-weight: 600;}
.cities_name h5 a:hover{color: #51acfb;text-decoration:underline;}
.cities_name{background: #f2f2f2;margin-bottom: 45px;}
