/* HTML & BODY SECTION */

body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333; /* 666 */
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
	background-color: #333333; /* F6F6F6 */
}

h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: 700;
	font-size: 40px;
	color: #333;
	text-transform: none;
}

h2 {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: 600;
	font-size: 36px;
	color: #333;
	text-transform: none;
}

h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: 400;
	font-size: 20px;
	color: #333;
	text-transform: none;
}

h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: 400;
	font-size: 20px;
	color: #333;
	text-transform: none;
}

h5 {
	/*line-height: 20px;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: 700;
	font-size: 30px;
	color: #6AAF08;
	text-transform: none;
}

h6 {
	/*line-height: 20px;*/
	margin-top: 0px;
	margin-bottom: 30px; /* 60px */
	margin-right: 0px;
	margin-left: 0px;
	font-weight: 700;
	font-size: 50px;
	color: #FFF;
	text-transform: none;
}

p {
	font-size: 20px; /* 15px 19px */
	font-weight: 500; /* 600 500 */
	line-height: 32px; /* Not Needed */
}

p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}

a {
	color: #6AAF08;
	font-weight: 400;
}

a.lite {
	color: #FFF;
	font-weight: 400;
}

a.lite:hover {
	color: #333;
	font-weight: 400;
}

a:hover, a:focus {
	text-decoration: none;
	color: #222;
}

ul, ol {
	list-style: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}

hr {
	height: 3px;
	width: 100px; /* 70px */
	text-align: center;
	position: relative;
	background: #6AAF08;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}

.whitelinks {
	color: #FFF;
	text-decoration: none;
}

.whitelinks:hover {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

/* NAVIGATION MENU */

#menu {
	padding: 20px;
	transition: all 0.8s;
}

#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}

#menu a.navbar-brand {
	font-size: 30px; /* 26px */
	font-weight: 600;
	color: #EEE;
}

#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #ddd;
	font-size: 15px;
	font-weight: bold; /* 400  */
	letter-spacing: 1px;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
}

#menu.navbar-default .navbar-nav > li > a:hover {
	color: #6AAF08;
	/* font-weight: bold; */
}

.on {
	background-color: #333 !important;
	padding: 0 !important;
	padding: 15px 0 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #6AAF08 !important;
	background-color: transparent;
}

.navbar-toggle {
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #FFF;
	border-color: #FFF;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #6AAF08;
}

.section-title {
	margin-bottom: 70px;
}

.section-title p {
	font-size: 18px;
	color: #666;
}

.btn-custom {
	text-transform: uppercase;
	background-color: #333; /* 6AAF08 333333 */
	color: #FFF; /* FFF */
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 17px;
	font-weight: 400;
	border-radius: 6px;
	margin-top: 20px;
	transition: all 0.3s;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	background-color: #5F9D07; /* 5F9D07 6AAF08 */
	color: #FFF; /* FFF */
}

.btn-custom2dark {
	text-transform: uppercase;
	background-color: #333333;
	color: #FFF;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 17px;
	font-weight: 400;
	border-radius: 6px;
	margin-top: 20px;
	transition: all 0.3s;
}

.btn-custom2dark:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	background-color: #333333;
	color: #FFF;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

/* HEADER SECTION */

.intro {
	background: url(../img/backgrounds/bg04.jpg) top center no-repeat;
	background-color: #e5e5e5;
	display: table;
	width: 100%;
	padding: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.intro .overlay {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,70ad47+100&0.6+0,0.4+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(112,173,71,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(112,173,71,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(112,173,71,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#6670ad47', GradientType=0 ); /* IE6-9 */
}

.intro .fa {
	font-size: 94px;
	margin-bottom: 40px;
	color: #fff;
}

.intro h1 {
	color: #FFF;
	font-size: 64px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 20px; /* 10px */
	margin-right: 0px;
	margin-left: 0px;
	text-transform: none; /* uppercase; */
}

.intro p {
	color: #fff;
	font-size: 22px;
	margin-top: 20px;
	line-height: 28px;
	margin-bottom: 40px;
	line-height: 32px;
}

.intro .btn-custom {
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

header .intro-text {
	padding-top: 190px; /* 320px 200px 220px */
	padding-bottom: 150px; /* 200px 210px */
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}

/* ABOUT SECTION */

#about {
	padding: 120px 0 80px 0;
	background: #F6F6F6;
}

#about h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 20px 0 0 0;
}

#about .about-text span {
	color: #70ad47;
	font-weight: 700;
	letter-spacing: -1px;
}

#about hr {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: auto;
	background: #ddd;
}

#about .btn {
	margin-top: 40px;
}

#about .about-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

#about .about-text, #about .about-desc {
	margin-bottom: 40px;
}

#about p {
	line-height: 24px;
	margin-top: 20px;
	line-height: 32px;
}

/* SERVICES SECTION */

#services { /* My Add */
	background: #444 url(../img/backgrounds/bg04.jpg) center center no-repeat fixed;
	background-size: cover;
	padding: 0; /* 120px, 0 */
	/* background: #6AAF08; */
}

#services .overlay { /* My Add */
	padding: 120px 0;
	background: rgba(106, 175, 8, 0.85);
}

#services .service-media {
	margin: 10px;
}

#services .service-media img {
	position: relative;
	width: 225px;
	height: 225px;
	border-radius: 50%;
	border: 6px solid #333333; /* border: 10px solid rgba(255,255,255,0.1); */
}

#services .service-desc {
	margin: 10px 10px 40px;
	text-align: center;
}

#services h2 {
	color: #FFF;
}

#services h3 {
	color: #FFF;
	font-size: 24px;
	font-weight: 400;
	padding: 5px 0;
}

#services p {
	color: rgba(255,255,255,0.9);
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}

#services hr {
	background: rgba(255,255,255,0.6);
}

/* MODAL POPUP FORMS */

.modalimages {
	margin-top: 10px;
	margin-bottom: 7px;
	margin-right: 0px;
	margin-left: 0px;
	display: inline-block;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	border: 6px solid #333333;
}

/* PRICING SECTION */

#pricings {
	background: #444 url(../img/backgrounds/bg04.jpg) center center no-repeat fixed;
	background-size: cover;
}

#pricings .overlay {
	padding: 120px 0;
	background: rgba(106, 175, 8, 0.85);
}

#pricings h2 {
	color: #fff;
}

#pricings hr {
	background: rgba(255,255,255,0.6);
}

#pricing p {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}

/* PRICING PLANS BOXES */

.pricing-boxes {
	margin-top: 0px;
	margin-bottom: 40px;
	margin-right: 0px;
	margin-left: 0px;
	display: flex;
	justify-content: space-between;
	max-width: 960px;
	/* margin: auto; */
}

.pricing-boxes-plan {
	background-color: #F6F6F6; /* D9D9D9 */
	flex: 1;
	margin: 15px 8px;
	padding: 30px;
	border-radius: 6px;
	color: #333333;
}

.pricing-boxes-plan:hover {
	box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2) /* Add shadow on hover */
}

@media (max-width: 768px) {
	.pricing-boxes {
		display: block;
		width: 100%;
	}
}

.pricing-boxes-plan h3 {
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #6AAF08;
	text-transform: none; /* uppercase */
	letter-spacing: 0.07em;
	font-weight: 400;
	color: #333;
}

.pricing-boxes-plan p {
	margin-top: 0;
	color: #333;
	font-size: 20px
}

.pricing-boxes-plan p span {
	font-size: 30px; /* 33px */
	color: #333;
}

.pricing-boxes-plan ul {
	margin: 0 0 35px;
	padding-left: 16px;
	list-style: none;
	line-height: 1.8;
	color: #333333;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
}

.pricing-boxes-plan ul li::before {
	content: "✓"; /* • ✅ ✓ ✔ 🗸 */
	color: #6AAF08;
	display: inline-block;
	width: 20px;
	margin-left: -15px; /* -15px */
	position: relative;
	top: 4px;
	font-size: 26px; /* 26px 30px */
	line-height: 0;
}

.pricing-boxes-plan a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px 20px;
	text-align: center;
	background: #333333;
	border: 2px solid #6AAF08;
	border-radius: 5px;
	letter-spacing: 0.05em;
	text-transform: none; /* uppercase */
	font-size: 20px; /* 22px */
	font-weight: bold;
}

.pricing-boxes-plan a:hover {
	background-color: #6AAF08;
	box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2) /* Add shadows on hover */
}

/* PORTFOLIO GALLERY SECTION */

#portfolio {
	padding: 100px 0;
	background: #F6F6F6;
}

.categories {
	text-align: center;
}

ul.cat li {
	display: inline-block;
}

ol.type li {
	display: inline-block;
	margin: 0 10px 40px 10px;
}

ol.type li a {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 16px;
	background: #e6e6e6;
	border: 0;
	border-radius: 4px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.3s;
}

ol.type li a.active {
	background: #6aaf08;
	color: #fff;
}

ol.type li a:hover {
	background: #6AAF08;
	color: #fff;
}

.isotope-item {
	z-index: 2
}

.isotope-hidden.isotope-item {
	z-index: 1
}

.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

.portfolio-item {
	margin: 15px 0;
}

.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}

.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
}

.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.hover-bg:hover .hover-text {
	opacity: 1;
}

/* TEAM SECTION & TESTIMONIALS SECTION */

#teams {
	background: #444 url(../img/backgrounds/bg04.jpg) center center no-repeat fixed;
	background-size: cover;
}

#teams .overlay {
	padding: 120px 0;
	background: rgba(106, 175, 8, 0.85);
}

#teams h2 {
	color: #fff;
}

#teams hr {
	background: rgba(255,255,255,0.6);
}

#team p {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	border-radius: 50%;
	background: rgba(255,255,255,0.4);
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.3);
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #fff;
	border: 1px solid #fff;
}

.owl-theme .owl-controls .owl-page.active span {
	background: #fff;
	border: 1px solid #fff;
}

.teamlogo img {
	margin-top: 0px;
	margin-bottom: 60px;
	margin-right: 0px;
	margin-left: 0px;
	width: 250px;
	height: 250px;
	border-radius: 8px; /* 50% For Round */
	opacity: 0.95;
}

.teamlogo img:hover {
	opacity: 1.0;
}

/* CONTACT FORM SECTION */

#contact {
	padding: 100px 0;
	background: #F6F6F6;
}

#contact .section-title p {
	color: #777;
}

#contact form {
	padding: 0;
	margin-top: 40px;
}

#contact h3 {
	text-transform: none; /* uppercase */
	font-size: 20px; /* 17px */
	font-weight: 600;
}

#contact .text-danger {
	color: #CC0033;
	text-align: left;
}

label {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	float: left;
}

#contact .form-control {
	display: block;
	width: 100%;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#contact .form-control:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 15px #ddd;
	box-shadow: 0 0 15px #ddd;
}

.form-control::-webkit-input-placeholder {
	color: #777;
}

.form-control:-moz-placeholder {
	color: #777;
}

.form-control::-moz-placeholder {
	color: #777;
}

.form-control:-ms-input-placeholder {
	color: #777;
}

#contact .contact-info {
	margin-bottom: 30px;
}

#contact .contact-info hr {
	background: #6AAF08; /* ddd */
}

#contact .contact-item {
	margin: 20px 0 40px 0;
}

.googlemap {
	margin-top: 30px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	width: 100%;
}

.contactcreditcards {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	display: inline-block;
	width: 90px;
	height: 50px;
}

/* CONTACT FORM DROPDOWN */

.btn-group {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
}

.combobox {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
	width: 362px;
	height: 40px;
	font-size: 18px;
	font-weight: 300;
	color: #444;
	background-color: #FFF;
	text-align: left;
	border: 1px solid #ddd;
	border-radius: 5px;
	display: inline-block;
}

.combobox:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 15px #ddd;
	box-shadow: 0 0 15px #ddd;
}

.box { 
	display: none; /* Initially hide the box */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: auto;
	height: auto;
}

@media all and (max-width: 959px) {
	.box {
		display: none; /* Initially hide the box */
	}
}

.servicedatelable {
	margin-top: 5px;
	margin-bottom: 50px;
	margin-right: 0px;
	margin-left: 20px;
	width: auto;
	height: 0px;
	font-size: 20px;
	font-weight: 400;
	color: #666;
	text-align: left;
	display: auto;
}

.servicedateinput {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 65px;
	width: 362px;
	height: 40px;
	font-size: 16px;
	font-weight: 400;
	color: #444;
	background-color: #FFF;
	text-align: left;
	border: 1px solid #ddd;
	border-radius: 5px;
	display: inline-block;
}

.servicedateinput:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 15px #ddd;
	box-shadow: 0 0 15px #ddd;
}

.mapimage {
	margin-top: 10px;
	margin-bottom: 7px;
	margin-right: 0px;
	margin-left: 0px;
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* FOOTER SECTION */

#footer {
	background: #333;
	padding: 30px 0 20px;
}

#footer h3 {
	color: #1e7a46;
	font-weight: 400;
	font-size: 20px; /* 18px */
	text-transform: none; /* uppercase */
	margin-bottom: 20px;
}

#footer .social {
	/*margin: 10px 0 50px 0;*/
	margin-top: 10px;
	margin-bottom: 40px;
	margin-right: 0px;
	margin-left: 0px;
}

#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}

#footer .social i.fa {
	font-size: 22px;
	width: 40px;
	height: 40px;
	padding: 10px;
	background: #444;
	color: #6aaf08;
	border-radius: 50%;
	transition: all 0.3s;
}

#footer .social i.fa:hover {
	background: #6aaf08;
	color: #fff;
}

#footer p {
	color: #F6F6F6; /* 666 */
	font-size: 18px; /* 15px */
	line-height: 32px;
}

#footer a {
	color: #F6F6F6; /* 888 */
}

#footer a:hover {
	color: #6AAF08; /* CCC */
}

.businesscard {
	margin-top: 0px;
	margin-bottom: 50px;
	margin-right: 0px;
	margin-left: 0px;
	display: inline-block;
	width: 300px;
	height: 150px;
}

.footercreditcards {
	margin-top: 0px;
	margin-bottom: 50px;
	margin-right: 0px;
	margin-left: 0px;
	display: inline-block;
	width: 90px;
	height: 50px;
}

/* FLOATING TOP OF PAGE WIDGET */

.floating-widget1 {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 50px;
	height: 50px;
	background: #333333;
	color: #6AAF08;
	border: none;
	border-radius: 40px;
	font-size: 32px;
	cursor: pointer;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	transition: transform 0.2s;
}


.floating-widget1:hover {
	transform: scale(1.1);
	background: #6AAF08;
	color: #FFF;
}

.floating-widget-wrap1 {
	position: fixed;
	bottom:20px;
	left:20px;
	z-index: 9999;
	display: flex;
	align-items: center;
	gap: 8px;
}

.floating-widget-wrap1 .floating-widget1 {
	position: static;
}

.widget-tooltip1 {
	background: #F6F6F6;
	color: #333;
	padding: 9px 17px;
	border-radius: 9px;
	font-size: 18px;
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s;
}

.floating-widget-wrap1:hover .widget-tooltip1 {
	opacity: 1;
}

/* FLOATING CALL US WIDGET */

.floating-widget2 {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 80px;
	height: 80px;
	background: #333333;
	color: #6aaf08;
	border: none;
	border-radius: 40px;
	font-size: 32px;
	cursor: pointer;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	transition: transform 0.2s;
}

.floating-widget2:hover {
	transform: scale(1.1);
	background: #6AAF08;
	color: #FFF;
}

.floating-widget-wrap2 {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	display: flex;
	align-items: center;
	gap: 8px;
	flex-direction: row-reverse;
}

.floating-widget-wrap2 .floating-widget2 {
	position: static;
}

.widget-tooltip2 {
	background: #F6F6F6;
	color: #333;
	padding: 9px 17px;
	border-radius: 9px;
	font-size: 18px;
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s;
}

.floating-widget-wrap2:hover .widget-tooltip2 {
	opacity: 1;
}

/* ???????? */