/*Electrical Page start*/

.electrical-page {
	width: 100%;
}

.banner-head {
	border-bottom: 1px solid #cccccc;
}

.banner-head > h1 {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.banner-body > p {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
}

.electrical-page .banner {
	width: 100%;
	height: 600px;
	/*background: #0a3a82;*/
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/yessboss/bulb.jpg");
	background-repeat: no-repeat;
	/*background-image: url("../images/yessboss/bulb.jpg");*/
	background-size: cover;

	overflow: hidden;
}

.electrical-page .banner .banner-content {
	width: 95%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}

.electrical-page .banner .banner-content .banner-sub {
	color: #fff;

}

.electrical-page .banner .banner-content > img {
	width: 400px;
}

.electrical-page .banner .banner-content .banner-sub {
	width: 50%;
}


.elect-categories .container-points {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	margin-top: 5%;

}

.elect-categories .container-points .point-cards {
	text-align: center;
	width: 15%;
	height: 110px;
	margin: 1% 1% 1% 1%;
	/* border-top: 3px solid #006600; */
	/*background-color: rgba(110, 231, 171, 0.5);*/
	/*background: radial-gradient(#f8f8f8, #3ffe92);*/
	/*background: linear-gradient(180deg, #FFC107, #2d313a);*/
	display: flex;
	/* box-shadow: 0px 30px 40px -20px #bfa7a7; */
	border-right: 1px solid #cccccc;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: 0.1s ease;


}

.elect-categories .container-points .point-cards .card-head {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	margin: 1%;

}

.elect-categories .container-points .point-cards:hover {
	transform: scale(1.1);
	box-shadow: 0px 0px 15px #cccccc;
}

.elect-categories .container-points .point-cards .card-head img {

	width: 50px;
	height: 50px;

}

.elect-content {
	margin-top: 1%;
}

.elect-content .elect-body > ul > li {
	list-style: none;
	font-size: 14px;
}

.elect-content .elect-body > ul > li:before {
	font-family: FontAwesome;
	content: "\f138";
	position: absolute;
	left: 1em;
	color: #006600;
	font-size: 15px;
	margin-left: 0px;
}

.elect-content .elect-body-img > img {
	width: 370px;
	height: 300px;
}

.svg-color-change {
	filter: invert(22%) sepia(66%) saturate(1600%) hue-rotate(91deg) brightness(104%) contrast(107%);
}


.elect-categories .container-points .point-cards P {
	margin: 1%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;

}

.container:before {
	content: none;
}

.item-types {

	margin-top: 5%;
	margin-bottom: 5%;
}

.item-types .panel-default {
	height: fit-content;
	border: none;
	border-bottom: 2px solid #3a902a;
	transition: 100ms ease-in;
}

.item-types .panel-default:hover {
	transform: scale(1.01);
	box-shadow: 0px 0px 15px #cccccc;
}

.item-types .panel-default > .panel-heading {
	background: #fff;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	padding: 0px 0px;
}


.item-types .panel-default .panel-body {
	padding: 0px 0px;
}


.item-types .panel-default .panel-heading > img {
	width: 100px;
	height: 100px;
	padding: 5px;
}

.item-types .panel-default .panel-heading .panel-title > a {
	padding-left: 5px;
	font-size: 20px;
	text-decoration: underline;
	width: 60%;
	text-transform: uppercase;
}

.item-types .panel-default .panel-heading .panel-title {
	width: 60%;
}

.item-types .panel-default .panel-body .provider-services {
	display: flex;
	flex-direction: column;
	border-bottom: 2px solid #000;
	padding: 10px;
}

.item-types .panel-default .panel-body .provider-services .buttons {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
}

.item-types .panel-default .panel-body .provider-services .img > img {
	width: 80px;
	height: 70px;
}

.item-types .panel-default .panel-body .provider-services .pservice-content .row > h4 {
	font-size: 14px;
}

.item-types .panel-default .panel-body .provider-services .pservice-content .row > p, li {
	font-weight: 600;
	font-size: 12px;
}


.item-types .panel-default .panel-body .provider-services .pservice-content .row {
	padding-left: 10px;
	border-left: 1px double #cccccc;
}

.item-types .panel-default > .panel-heading:after {
	float: right !important;
	font-family: FontAwesome;
	content: "\f106";
	/*content: "\f068";*/
	padding-left: 20px;
	font-weight: bold;
	font-size: 18px;
	padding-right: 20px;
}

.item-types .panel-default .collapsed:after {
	float: right !important;
	content: "\f107";
	/*content: "\f067";*/
	padding-left: 20px;
	font-weight: bold;
	font-size: 18px;
	padding-right: 20px;
}


/*.item-types .panel-default .panel-body .provider-services .pservice-content > p:before {*/
/*	font-family: FontAwesome;*/
/*	content: "\f138";*/
/*	position: absolute;*/
/*	left: 1em;*/
/*	color: #006600;*/
/*	font-size: 15px;*/
/*	margin-left: 0px;*/
/*}*/

/*Electrical Page end*/

/*Ac Page Start*/


.air-condition-page {
	width: 100%;
}


.air-condition-page .banner {
	width: 100%;
	height: 600px;

	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/yessboss/ac-outdoor.jpg");
	background-repeat: no-repeat;
	background-size: cover;

	overflow: hidden;
}

.air-condition-page .banner .banner-content {
	width: 95%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}

.air-condition-page .banner .banner-content .banner-sub {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	text-align: center;
	height: 80%;
	color: #fff;

}

.air-condition-page .banner .banner-content .banner-sub .banner-body {
	width: 100%;
	text-align: center;
}

.air-condition-page .banner .banner-content > img {
	width: 400px;
}

.air-condition-page .ac-body {
	margin-top: 1%;
	margin-bottom: 1%;
}


.air-condition-page .ac-body .ac-body-cont {

	margin: 20px auto;
	width: 80%;
	border-bottom: 1px solid #ccc;
}

.air-condition-page .ac-body .ac-body-cont .ac-cont-head > h1 {
	font-size: 35px;
}

.air-condition-page .ac-body .ac-body-cont .ac-cont-body > p {
	font-size: 17px;
	font-weight: bold;
	text-align: justify;
}

.air-condition-page .ac-body .ac-body-cont .ac-cont-body > h4 {
	margin: 5px;
	padding: 10px;
	font-size: 18px;
}

.air-condition-page .ac-body .ac-body-cont .ac-cont-body > ul > li {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}


.air-condition-page .ac-body .ac-body-cont .ac-cont-body > ul > li:before {
	font-family: FontAwesome;
	content: "\f138";
	left: 1em;
	color: #006600;
	font-size: 15px;
	padding: 10px;
}


.air-condition-page .ac-categories {
	margin-top: 5%;
	margin-bottom: 5%;
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	align-content: center;
	align-items: center;
	justify-content: space-around;
	gap: 20px;
}

.air-condition-page .ac-categories .category-card {

	width: 100%;
	box-shadow: 0px 11px 15px -10px #ccc;
}

.air-condition-page .ac-categories .category-card .card-head {
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}

.air-condition-page .ac-categories .category-card .card-body {
	padding: 10px 0px 10px 0;
}

.air-condition-page .ac-categories .category-card .more {
	text-align: center;
	margin-bottom: 1%;
}


.air-condition-page .ac-categories .category-card .card-head h2 {
	font-size: 20px;
	font-weight: bold;
}

.air-condition-page .ac-categories .category-card .card-body > ul {
	display: block;
}

.air-condition-page .ac-categories .category-card .card-body > ul > li {
	font-size: 15px;
	font-weight: bold;
}


/*.air-condition-page .ac-categories .category-card .card-body > ul > li:before {*/
/*	font-family: FontAwesome;*/
/*	content: "\f138";*/
/*	left: 1em;*/
/*	color: #006600;*/
/*	font-size: 15px;*/
/*	padding: 5px;*/
/*}*/

.air-condition-page .ac-categories .category-card .panel-group .panel {
	border: none;
}


.air-condition-page .ac-categories .category-card .panel-group .panel .panel-heading {
	background: #FFFFFF;
}

.air-condition-page .ac-categories .category-card .panel-group .panel .panel-heading .panel-title {
	text-align: center;
}

.air-condition-page .ac-categories .category-card .panel-group .panel .panel-heading .panel-title > a {
	text-decoration: none;
	width: 100%;
	font-weight: bold;
}

.air-condition-page .ac-categories .category-card .panel-group .panel .panel-heading .panel-title > a:after {
	font-family: FontAwesome;
	content: "\f077";
	left: 1em;
	color: #006600;
	font-size: 15px;
	padding: 5px;
}

.air-condition-page .ac-categories .category-card .panel-group .panel .panel-heading .panel-title > a.collapsed:after {
	font-family: FontAwesome;
	content: "\f078";
	left: 1em;
	color: #006600;
	font-size: 15px;
	padding: 5px;
}

.air-condition-page .ac-categories .category-card .panel-group .panel .panel-collapse .panel-body > ul {
	display: block;
}

.air-condition-page .ac-categories .category-card .panel-group .panel .panel-collapse .panel-body ul > li {
	font-size: 15px;
	list-style: none;
	font-weight: bold;
	padding: 15px;
}

.air-condition-page .ac-categories .category-card .panel-group .panel .panel-collapse .panel-body ul > li:before {
	font-family: FontAwesome;
	content: "\f138";
	left: 1em;
	color: #006600;
	font-size: 15px;
	padding: 5px;
}


.air-condition-page .ac-categories .prize-card {
	height: 100px;
	width: 100px;
	box-shadow: 0px 0px 10px #cccccc;
}

.air-condition-page .ac-categories .cate-row {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

/*Ac Page end*/

/*Plumbing Page Start*/

.plumbing-page {
	width: 100%;
}

.plumbing-page .banner {

	width: 100%;
	height: 600px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/yessboss/plumbing.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.plumbing-page .banner .banner-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	text-align: center;
	height: 80%;
	color: #fff;
}


.plumbing-categories {
}

.plumbing-categories .container-points {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	margin-top: 5%;

}

.plumbing-categories .container-points .point-cards {
	cursor: pointer;
	text-align: center;
	width: 15%;
	height: 110px;
	margin: 1% 1% 1% 1%;
	/*background-color: rgba(110, 231, 171, 0.5);*/
	/*background: radial-gradient(#f8f8f8, #3ffe92);*/
	/*background: linear-gradient(180deg, #FFC107, #2d313a);*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #cccccc;
	transition: 0.1s ease;

}

.plumbing-categories .container-points .point-cards:hover {
	transform: scale(1.1);
	box-shadow: 0px 0px 15px #cccccc;
}

.plumbing-categories .container-points .point-cards .card-head {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	margin: 1%;

}

.plumbing-categories .container-points .point-cards .card-head img {

	width: 50px;
	height: 50px;

}


.plumb-cont {
	margin: 0 auto;
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
	gap: 50px;
}

.plumbing-categories .container-points .point-cards P {
	margin: 1%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;

}

.plumb-cont .plumb-body-cont {
	width: 80%;
}

.plumb-cont .plumb-body-cont > p {
	font-size: 16px;
	font-weight: bold;
}

.plumb-cont .plumb-body-cont-head > h2 {
	font-size: 25px;
	font-weight: bold;
}

.plumb-cont .plumb-body-cont-body > p {
	font-size: 17px;
	font-weight: bold;
	text-align: justify;
}

.plumb-cont .plumb-body-cont-body > ul > li {
	list-style: none;
	font-size: 14px;
}

.plumb-cont .plumb-body-cont-body > ul > li:before {
	font-family: FontAwesome;
	content: "\f138";
	position: absolute;
	left: 1em;
	color: #006600;
	font-size: 15px;
	margin-left: 0px;
}

/*Plumbing Page End*/

/*Sanitization Page Start*/
.sanitization-page {
	width: 100%;
}

.sanitization-page .banner {

	width: 100%;
	height: 600px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/yessboss/Sanitization.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.sanitization-page .banner .banner-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	text-align: center;
	height: 80%;
	color: #fff;
}

.sanitization-categories .container-points {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	margin-top: 5%;

}

.sanitization-categories .container-points .point-cards {
	cursor: pointer;
	text-align: center;
	width: 15%;
	height: 110px;
	margin: 1% 1% 1% 1%;
	/*background-color: rgba(110, 231, 171, 0.5);*/
	/*background: radial-gradient(#f8f8f8, #3ffe92);*/
	/*background: linear-gradient(180deg, #FFC107, #2d313a);*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #cccccc;
	transition: 0.1s ease;

}

.sanitization-categories .container-points .point-cards:hover {
	transform: scale(1.1);
	box-shadow: 0px 0px 15px #cccccc;
}

.sanitization-categories .container-points .point-cards .card-head {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	margin: 1%;

}

.sanitization-categories .container-points .point-cards .card-head img {

	width: 50px;
	height: 50px;

}

.sanitization-categories .container-points .point-cards P {
	margin: 1%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;

}


.sanitization-cont {
	margin: 0 auto;
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
	gap: 50px;
}

.sanitization-cont .sanitization-body-cont > p {
	font-size: 16px;
	font-weight: bold;
}

.sanitization-cont .sanitization-body-cont-body > ul > li {
	list-style: none;
	font-size: 14px;
}

.sanitization-cont .sanitization-body-cont-body > ul > li:before {
	font-family: FontAwesome;
	content: "\f138";
	position: absolute;
	left: 1em;
	color: #006600;
	font-size: 15px;
	margin-left: 0px;
}

/*Sanitization Page End*/

/*office-supplies Page Start*/


.office-supplies-page {
	width: 100%;
}

.office-supplies-page .banner {

	width: 100%;
	height: 600px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/yessboss/officesupplies.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.office-supplies-page .banner .banner-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	text-align: center;
	height: 80%;
	color: #fff;
}

.office-supplies-cont {
	margin: 0 auto;
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
	gap: 50px;
}

.office-supplies-cont .office-supplies-body-cont > p {
	font-size: 16px;
	font-weight: bold;
}

.office-supplies-cont .office-supplies-body-cont-body > ul > li {
	list-style: none;
	font-size: 14px;
}

.office-supplies-cont .office-supplies-body-cont-body > ul > li:before {
	font-family: FontAwesome;
	content: "\f138";
	position: absolute;
	left: 1em;
	color: #006600;
	font-size: 15px;
	margin-left: 0px;
}

/*office-supplies Page End*/

/*carpentry-works Page Start*/


.carpentry-works-page {
	width: 100%;
}

.carpentry-works-page .banner {

	width: 100%;
	height: 600px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/yessboss/carpentry-works.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.carpentry-works-page .banner .banner-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	text-align: center;
	height: 80%;
	color: #fff;
}

.carpentry-works-cont {
	margin: 0 auto;
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
	gap: 50px;
}

.carpentry-works-cont .carpentry-works-body-cont > p {
	font-size: 17px;
	font-weight: bold;
	text-align: justify;
}

.carpentry-works-cont .carpentry-works-body-cont-body > ul > li {
	list-style: none;
	font-size: 14px;
}

.carpentry-works-cont .carpentry-works-body-cont-body > ul > li:before {
	font-family: FontAwesome;
	content: "\f138";
	position: absolute;
	left: 1em;
	color: #006600;
	font-size: 15px;
	margin-left: 0px;
}

/*carpentry-works Page End*/


/*computer-accessories Page Start*/


.computer-accessories-page {
	width: 100%;
}

.computer-accessories-page .banner {

	width: 100%;
	height: 600px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/yessboss/computer-accessories1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.computer-accessories-page .banner .banner-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	text-align: center;
	height: 80%;
	color: #fff;
}

.computer-accessories-cont {
	margin: 0 auto;
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
	gap: 50px;
}

.computer-accessories-cont .computer-accessories-body-cont > p {
	font-size: 16px;
	font-weight: bold;
}

.computer-accessories-cont .computer-accessories-body-cont-body > ul > li {
	list-style: none;
	font-size: 14px;
}

.computer-accessories-cont .computer-accessories-body-cont-body > ul > li:before {
	font-family: FontAwesome;
	content: "\f138";
	position: absolute;
	left: 1em;
	color: #006600;
	font-size: 15px;
	margin-left: 0px;
}

/*computer-accessories Page End*/


/*painting Page Start*/

.painting-page {
	width: 100%;
}

.painting-page .banner {

	width: 100%;
	height: 600px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/yessboss/paintingservice.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.painting-page .banner .banner-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	text-align: center;
	height: 80%;
	color: #fff;
}

.painting-cont {
	margin: 0 auto;
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
	gap: 50px;
}

.painting-cont .painting-body-cont > p {
	font-size: 16px;
	font-weight: bold;
}

.painting-cont .painting-body-cont-body > ul > li {
	list-style: none;
	font-size: 14px;
}

.painting-cont .painting-body-cont-body > ul > li:before {
	font-family: FontAwesome;
	content: "\f138";
	position: absolute;
	left: 1em;
	color: #006600;
	font-size: 15px;
	margin-left: 0px;
}

/*painting Page End*/


/*home-cleaning Page Start*/

.home-cleaning-page {
	width: 100%;
}


.home-cleaning-page .banner {

	width: 100%;
	height: 600px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/yessboss/home-cleaning1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.home-cleaning-page .banner .banner-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	text-align: center;
	height: 80%;
	color: #fff;
}

.home-cleaning-cont {
	margin: 0 auto;
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
	gap: 50px;
}

.home-cleaning-cont .home-cleaning-body-cont > p {
	font-size: 16px;
	font-weight: bold;
}

.home-cleaning-cont .home-cleaning-body-cont-body > ul > li {
	list-style: none;
	font-size: 14px;
}

.home-cleaning-cont .home-cleaning-body-cont-body > ul > li:before {
	font-family: FontAwesome;
	content: "\f138";
	position: absolute;
	left: 1em;
	color: #006600;
	font-size: 15px;
	margin-left: 0px;
}

/*home-cleaning Page End*/


/*pest-control Page Start*/

.pest-control-page {
	width: 100%;
}

.pest-control-page .banner {

	width: 100%;
	height: 600px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/yessboss/pest-control1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.pest-control-page .banner .banner-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	text-align: center;
	height: 80%;
	color: #fff;
}

.pest-control-cont {
	margin: 0 auto;
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
	gap: 50px;
}

.pest-control-cont .pest-control-body-cont > p {
	font-size: 17px;
	font-weight: bold;
	text-align: justify;
}

.pest-control-cont .pest-control-body-cont-body > ul > li {
	list-style: none;
	font-size: 14px;
}

.pest-control-cont .pest-control-body-cont-body > ul > li:before {
	font-family: FontAwesome;
	content: "\f138";
	position: absolute;
	left: 1em;
	color: #006600;
	font-size: 15px;
	margin-left: 0px;
}

/*pest-control Page End*/


@media (max-width: 480px) {
	.electrical-page {
		width: 100%;
	}

	.electrical-page .banner .banner-content .banner-sub {
		width: 100%;
	}

	.banner-head {
		border-bottom: 1px solid #cccccc;
	}

	.banner-head > h1 {
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		font-size: 20px !important;
	}

	.banner-body {
		padding-bottom: 10%;
	}

	.banner-body > p {
		font-weight: 500;
		color: #FFFFFF;
		text-align: left;
		height: auto;
		width: 345px;
	}


	.elect-categories .container-points {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		margin-top: 5%;

	}


	.elect-content .elect-body-img > img {
		width: 310px;
		height: 250px;
	}


	.electrical-page .item-types .panel-default .panel-heading > img {
		width: 70px;
		height: 60px;
	}


	.electrical-page .banner .banner-content {
		width: 96%;
		height: 127%;
		margin: 2px auto;
		display: flex;
		flex-direction: row;
		align-content: center;
		align-items: center;
		justify-content: flex-start;
	}

	.elect-categories .container-points .point-cards {
		text-align: center;
		width: 31%;
		height: 100px;
		margin: 1% 1% 1% 1%;
		/* border-top: 3px solid #006600; */
		/*background-color: rgba(110, 231, 171, 0.5);*/
		/*background: radial-gradient(#f8f8f8, #3ffe92);*/
		/*background: linear-gradient(180deg, #FFC107, #2d313a);*/
		display: flex;
		/* box-shadow: 0px 30px 40px -20px #bfa7a7; */
		flex-direction: column;
		justify-content: center;
		align-items: center;
		transition: 0.1s ease;


	}

	.elect-categories .container-points .point-cards .card-head {
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
		margin: 1%;

	}

	.elect-categories .container-points .point-cards P {
		margin: 0%;
		font-size: 9px;
		font-weight: bold;
		text-align: center;

	}

	.plumbing-categories .container-points {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: center;
		align-content: center;
		margin-top: 5%;

	}

	.plumbing-categories .container-points .point-cards {
		cursor: pointer;
		text-align: center;
		width: 31%;
		height: 100px;
		margin: 1% 1% 1% 1%;
		/*background-color: rgba(110, 231, 171, 0.5);*/
		/*background: radial-gradient(#f8f8f8, #3ffe92);*/
		/*background: linear-gradient(180deg, #FFC107, #2d313a);*/
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		transition: 0.1s ease;

	}

	.plumbing-categories .container-points .point-cards P {
		margin: 1%;
		font-size: 12px;
		font-weight: bold;
		text-align: center;

	}

	.air-condition-page .ac-categories {
		margin-top: 5%;
		margin-bottom: 5%;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
		justify-content: space-around;
		gap: 20px;
	}


	.air-condition-page .ac-categories .cate-row {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: stretch;
		align-content: stretch;
	}

	.item-types .panel-default .panel-body .provider-services .pservice-content .buttons {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}

	.item-types .panel-default .panel-body .provider-services .img {
		text-align: center;
		padding: 10px;
	}


}

.service-region {
	font-weight: bold;
}

.service-region .service-region-content {
	width: 90%;
	margin: 0 auto;
	text-align: justify;

}

.service-region .service-region-head {
	display: flex;
	justify-content: space-around;
}

.service-region .service-region-head > h3 {
	font-weight: bold;
	font-size: 20x;
}
