select#city,
select#city_2,
select#model {
	height: 50px !important;
}

.bannerform form.horizontal-form button {
	background-color: #6c34bb !important;

}

.bannerform form.horizontal-form button {
	padding: 14px 20px;
}

.stairlift .container {
	width: 50%;
}

.eseries .container {
	width: 75%;
}

a.toggleText {
	color: #000;
	text-decoration: none;
}

.innerpro h4 {
	font-weight: 700;
	font-size: 17px;

}

.innerpro {
	height: auto;
	padding-left: 0px;
	padding-right: 0px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.innerpro h4,
.innerpro p {
	color: #000;
}

.contactbtnnew {
	margin-left: 20px !important;
	margin-bottom: 20px !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	background-color: #30123d;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	transition: background-color 0.3s ease, transform 0.3s ease;
	margin: 5px;
}

.col-md-12.col-lg-6.text-center.abosec img {
	border-radius: 30px !important;
}

.contactbtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	background-color: #30123d !important;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	transition: background-color 0.3s ease, transform 0.3s ease;
	margin: 5px;
}

div#toggleButton {
	padding: 15px;
	background: #fff;
	color: #30123d;
	font-weight: bold;
	font-size: 20px;
	padding-left: 20px;
	border-top: 1px solid #e7e7e7;
}

section.section-home-pd.feature-home-wrap.productsec p {
	color: #000;
}

.innerpro {
	border-radius: 15px 15px 0 0;

}

.description {
	padding: 20px;
}

.productsec img {
	border-radius: 15px;

}

.productsec h2 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 36px !important;
	line-height: 1.3em;
}

.col-md-12.col-lg-6.tuvlift img {
	border-radius: 30px;
}

.videosec h3 {
	font-size: 31px !important;
	color: #000000 !important;
	line-height: 40px;
	text-align: left;
	font-weight: 700 !important;
}

.banner {
	position: relative;
	height: 400px;
	/* Adjust height as needed */
	background: url('/wp-content/uploads/2025/01/banner.webp') no-repeat center center / cover;
}

.banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/* Overlay with transparency */
	z-index: 1;
}

.banner .container {
	position: relative;
	z-index: 2;
}

.banner h1 {
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF !important;
	letter-spacing: 3px;
	line-height: 1.5em;
	text-align: center;
}

.banner p {

	font-size: 19px;
}

.header-top {
	background-color: #fff;
	padding: 15px 0;
}

.downsec {
	padding: 30px !important;
	background-color: #383636ad !important;
	border-radius: 35px !important;
	margin-bottom: 30px;
}

.header-top .header-wrap {
	justify-content: space-between;
	align-items: center;
}

.contactformhome form.vertical-form button:hover {
	background-color: #000 !important;
	color: #fff !important;
}

.contactformhome form.vertical-form button {
	background-color: #fff !important;
	color: #000 !important;
}

.header-top .mainmenu .navbar-nav .nav-item {
	line-height: 1.5;
	margin: 0 7px;
}

.header-top .mainmenu .navbar-nav .nav-item .nav-link {
	font-weight: 700;
	font-size: 16px;
	color: #fff;
}

.header-top .mainmenu .navbar-nav .nav-item .nav-link:hover,
.footer-widget .menu-item a:hover {
	color: #007bff;
}

/* Sticky header */
#header.sticky {
	position: fixed;
	top: 0;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 1px 2px -3px gray;
	width: 100%;
}

.header-top .header-btn .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	background-color: #30123d;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	transition: background-color 0.3s ease, transform 0.3s ease;
	margin: 5px;
}

.header-bottom {
	position: relative;
}

.header-btn .btn:hover {
	background-color: #f7f7f7;
	color: #000;
}

.header-btn {
	justify-content: space-between;
	align-items: center;
	margin-top: 8px;
}

.header-top .dropdown-menu {
	background: #1D1D1D;
}

.navbar-nav .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
}

.contactformhome form#verticalForm button {
	width: 120px !important;
	margin: auto;
}

/* Show dropdown on hover (for desktop) */
.navbar-nav .dropdown:hover .dropdown-menu {
	display: block;
}

/* Optional: Adjust positioning if needed */
.navbar-nav .dropdown-menu {
	left: 0;
	top: 100%;
	position: absolute;
}

.experience-section-home .Downbutton {
	border: #fff;
	background-color: #fff !important;
	color: #000 !important;
	width: 30%;
}

li.contactmenumobile {
	display: none;
}

/* Make the dropdown menu visible on hover 
.nav-item.dropdown:hover > .dropdown-menu.show {
display: block;
visibility: visible;
}
.nav-item.dropdown .dropdown-menu {
display: none;
visibility: hidden;
opacity: 0;
transition: opacity 0.3s ease;
}
.nav-item.dropdown:hover .dropdown-menu.show {
opacity: 1;
visibility: visible;
}*/
.footer-links a {
	display: block;
}

#site-footer {
	background: #2f2e2e;
}

.site-footer .brochure p {
	color: #fff !important;
}

.footer {
	padding: 60px 0px 0px;
	background: #000;
	color: #fff;
}

.footer-top {
	padding: 10px 0px 50px;
	background: #242226;
}

.footer-top .footer-widget-title {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 20px;
	color: #fff;
}

.footer-widget p {
	font-size: 15px;
	color: #fff;
}

.footer-widget a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

.footer-bottom a {
	text-decoration: none;
	color: #fff;
}

.footer-bottom {
	background: #000;
	color: #fff;
}

/* Style the social media icons */
.footer-social-media {
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
}

.footer-social-media i {
	color: #fff !important;
	font-size: 20px;
}

.footer-bottom p {
	margin-bottom: 0px;
	text-align: left;
	padding: 10px 0px;
	color: #fff;
}

.footer-bottom .container {
	border-top: 1px solid #000;
}

.footer-social-media .social-icon {
	color: #333;
	/* Default icon color */
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-social-media .social-icon:hover {
	color: #0073e6;
	/* Hover color */
}

.footer-social-media .facebook {
	color: #3b5998;
}

.footer-social-media .twitter {
	color: #00acee;
}

.footer-social-media .instagram {
	color: #3f729b;
}

.footer-social-media .linkedin {
	color: #0077b5;
}

/* Home page */
.banner-image img {
	width: 100%;
	height: auto;
}

.header-bottom .content {
	text-align: center;
	padding: 40px 20px;
}

.header-banner-content {
	position: absolute;
	bottom: 30%;
	width: 100%;
}

.header-bottom h1 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff;
}

.header-banner-btn {
	margin: auto;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.header-bottom p {
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 30px;
}

.header-banner-content p {
	width: 70% !important;
	margin: auto;
	margin-bottom: 30px;
}

.header-bottom .header-banner-btn {
	display: flex;
	gap: 20px;
}

.header-bottom .header-banner-btn .btn {
	display: inline-flex;
	align-items: center;
	padding: 12px 30px;
	font-size: 16px;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	border-radius: 4px;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.header-bottom .header-banner-btn .btn i {
	margin-right: 8px;
}

.header-bottom .header-banner-btn .btn:hover {
	background-color: #f7f7f7;
}

.header-bottom img {
	height: 400px;
	width: 100%;
}

.header-top .mainmenu .navbar-nav .nav-item .nav-link {
	outline: none;
}

.section-home-pd {
	padding-top: 4%;
	padding-bottom: 4%;
	color: #fff;
}

ul.product_ul_li {
	padding-top: 3%;
	line-height: 30px;
	color: #fff;
}

.product-box1 .accordion-body {
	padding-top: 0px;
}

.section-home-grey {
	background: #1D1D1D;
}

.section-home-lightgrey {
	background: #fff;
}

.section-home-black {
	background: #fff;
}

.section-home-pd .heading h2 {
	font-size: 25px;
	font-weight: bold;
	color: #000;

}

.section-home-pd p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
}

.contactformhome {
	width: 80%;
	margin: auto;
}

.price-section-home {
	background-color: #f7f7f7 !important;
	padding-left: 5%;
	padding-right: 5%;
}

.product-box1 h2 {
	color: #000;
	font-size: 32px;
	font-weight: bold;
}

.price-section-home .accordion {
	--bs-accordion-bg: #f7f7f7;
}

.price-section-home button.accordion-button.collapsed {
	color: #fff;
	font-weight: bold;
	background-color: #30123d;
	outline: none;
	font-size: 25px;
}

.accordion-button:not(.collapsed) {

	box-shadow: none !important;
}

.accordion-button:focus {

	box-shadow: none !important;
}

.price-section-home .accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #30123d;
	font-weight: bold;
	font-size: 27px;
}

.price-section-home .accordion-button::after {
	background-color: #fff;
}

.price-section-home .product-box1 .accordion-body p:last-child {
	margin-bottom: 0px;
}

.price-section-home p {
	color: #000;
}

.feature-home-wrap .icon-box img {
	background: #fff;
	padding: 20px;
	border-radius: 50px;
	width: 100px;
	margin-bottom: 20px;
}

.feature-home-wrap .icon-box {
	background: #1d1d1d;
	padding: 20px;
	border-radius: 20px;
	min-height: 380px;
	box-shadow: 0px 5px 10px 0px rgba(25, 50, 51, 0.2) !important;
}

.feature-home-wrap .icon-box h3 {
	font-size: 18px;
	padding-top: 15px;
	font-weight: bold;
	min-height: 60px;
}

.feature-home-wrap .icon-box p {
	font-size: 13px;
}

.feature-home-wrap .icon-box {
	margin-bottom: 30px;
}

.contact-home-wrap .contact-box {
	background: #3b3a3a !important;
	padding: 10px;
	border-radius: 5px;
}

.contact-home-wrap .contact-box p {
	font-size: 14px;
	min-height: 60px;
}

.contact-home-wrap .contact-box h4 {
	font-size: 18px;
	font-weight: bold;
}

.contact-home-wrap .contact-box span {
	color: #fff !important;
}

.card-body h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px;
}

.card-body p {
	font-size: 15px !important;
}

.testimonial-client-rating i {
	color: #f3bb00;
	padding: 0px 2px;
}

.testimonials-home-wrap .card-body {
	padding: 30px 30px;
}

.testimonials-home-wrap .card-body p.card-text {
	min-height: 110px;
}

.contact-box.text-center.phone-section {
	min-height: 214px !important;
}

/* company */
.section-our-company-pd {
	padding-top: 4%;
	padding-bottom: 4%;
	color: #fff;
}

.section-our-company-grey {
	background: #1D1D1D;
}

.section-our-company-lightgrey {
	background: #111;
}

.section-our-company-black {
	background: #000;
}

.banner-company-sec h1 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff;
}

.our-company-img {
	padding: 0px 2%;
}

.our-company-img img {
	padding: 10px;
	width: 100%;
}

.about-company-wrap p {
	font-size: 16px;
	line-height: 1.5em;
	text-align: justify;
	align-items: center;
	vertical-align: middle;
	display: flex;
	padding: 0px 2%;
}

img.banner-company-img {
	height: 400px;
	width: 100% !important;
	object-fit: cover;
	object-position: bottom;
}


/* ceo */
.section-ceo-pd {
	padding-top: 4%;
	padding-bottom: 4%;
	color: #fff;
}

.section-ceo-grey {
	background: #1D1D1D;
}

.section-ceo-lightgrey {
	background: #111;
}

.section-ceo-black {
	background: #000;
}

.ceo-wrap h1 {
	font-size: 36px;
	font-weight: bold;
}

.ceo-wrap h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
}

.ceo-img {
	padding: 0px 2%;
}

.ceo-img img {
	padding: 10px;
	width: 100%;
}

.ceo-wrap {
	line-height: 1.5em;
	text-align: justify;
	align-items: center;
	vertical-align: middle;
	padding: 0px 2%;
}

.ceo-wrap {
	display: block;
	font-size: 14px;
}

.ceo-img {
	height: 100% !important;
	object-fit: cover;
}

.ceo-img img {
	padding: 0px;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.book-now-btn {
	margin-top: 30px;
}

section.section-home-pd.experience-section-home {
	padding-top: 1%;
	padding-bottom: 1%;
}

.book-now-btn a:hover {
	background: #fff;
	color: #000 !important;
}

/* sos */
.section-sos-pd {
	padding-top: 4%;
	padding-bottom: 4%;
	color: #fff;
}

.section-sos-grey {
	background: #1D1D1D;
}

.section-sos-lightgrey {
	background: #111;
}

.section-sos-black {
	background: #000;
}

section.banner-company-sec {
	position: relative;
}

.sosbanner-overlay {
	position: absolute;
	bottom: 10%;
	left: -30px;
}

.section-sos-pd .heading h2 {
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 10px;
}

.section-home-pd p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
}

/* thank */
.header-thank-bottom {
	position: relative;
}

.thank-banner-content {
	position: absolute;
	bottom: 35%;
	width: 100%;
}

.thank-banner-content h1 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff;
}

.thank-banner-content p {
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 30px;
}

/* testimonial */

.carousel-indicators {
	position: absolute;
	z-index: 999;
	color: #565050 !important;
	bottom: -50px;
}

.carousel-control-next,
.carousel-control-prev {
	width: 2%;
	height: 2%;
	top: 50%;
}

button.carousel-control-next {
	right: -30px;
}

button.carousel-control-prev {
	left: -30px;
}

.testimonials-home-wrap {
	display: block;
}

.testimonials-home-wrap-mobile {
	display: none;
}

form#horizontalForm input,
form#horizontalForm select,
form#verticalForm input,
form#verticalForm select {
	outline: none;
}

.contact-home-wrap p {
	text-align: center;
}

.bi-arrow-right::before {
	padding: 10px;
}

.bannerform select#city_2 {
	width: 120px;
}

a {
	text-decoration: none;
}

.footer-btn .btn {
	margin: 2px !important;
}

.carousel-inner {
	margin-top: 20px;
	margin-bottom: 20px;

}

.iti__selected-dial-code {
	color: #000;
}

.testimonial h3 {

	font-size: 36px;
	color: #FFFFFF !important;

}

.Wayto h3 {
	font-weight: 700;

	font-size: 31px !important;
	color: #000000 !important;
	text-align: left;
}

.aboutsec h2 {
	font-weight: 700;

	font-size: 36px !important;
	color: #000000 !important;
	line-height: 48px;
	text-align: left;
}

.eseries p {
	font-size: 15px;
}

.section-home-pd.Numbersec {
	width: 100%;
	/* Ensures the section takes the full width of its parent */
	overflow: hidden;
	/* Hides any overflowing content */
	box-sizing: border-box;
	/* Includes padding and border in the width calculation */

}

.section-home-pd .container.number {
	max-width: 1200px;
	/* Restrict the container to a reasonable width */
	margin: 0 auto;
	/* Centers the container horizontally */
	text-align: center;
	/* Ensures text alignment */
}


.brochure h2 {
	font-weight: 700;

	font-size: 36px;
	color: #000000 !important;
	line-height: 1.3em;
	text-align: center;
}

.brochure p {
	color: #000;
	text-align: left;
}

.accordion-body p {
	color: #fff !important;
}

.Numbersec {
	background-color: #fff;
}

.Numbersec h2.text-center {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 36px;
	color: #ffffff !important;
	line-height: 1.3em;
	text-align: center;
}

div#numberCounter {
	font-size: 72px;
	font-weight: bold;
	color: #30123d !important;
	text-align: center;
}

.subheading h2 {
	text-align: center;
	font-size: 32px;
}

.container.number {
	width: 100%;
}

.accordion-header h3 {
	font-size: 27px;
}

section.section-home-pd.price-section-home.section-home-lightgrey.installsec h2 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 36px;
	color: #000000 !important;
	line-height: 1.5em;
}

.product-box1 {
	line-height: 1.9em;
	padding-top: 5% !important;
	margin-top: 5% !important;
	margin-bottom: 5px !important;
}

.installsec {
	background-color: #f7f7f7 !important;
	padding-left: 5%;
	padding-right: 5%;
}

.brochuresec {
	margin: 0 auto;
	margin-top: 4%;
	width: 80%;
	background-color: #0d0d0d;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;

}

.col-md-12.col-lg-6.backimg {

	background: url('/wp-content/uploads/2025/01/downloadbro.webp') no-repeat center center / cover;
	height: 400px;

}

.brochuresec h4 {
	font-weight: 700;
	font-size: 26px;
	color: #000 !important;
	letter-spacing: 0.7px;
	line-height: 1.3em;
	text-align: left;
}

.brochuresec p {
	color: #000;
	text-align: left;
}

.colomn1 {
	line-height: 1.9em;
	padding-top: 2% !important;
	padding-left: 4% !important;
	margin-top: 5% !important;
	margin-bottom: 5px !important;
}

.testimonial h3 {
	color: #000 !important;
	font-weight: 700;
	font-size: 32px;
}

.card-body.text-center {
	height: 460px;
}

.stairlift p {
	font-size: 15px !important;
}

.footer-widget.footer-widget-3:nth-of-type(2) {
	display: none;
}

.header-banner-btn {
	display: flex;
	gap: 20px;
}

.header-banner-btn {
	margin: auto;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.header-banner-btn .btn {
	display: inline-flex;
	align-items: center;
	padding: 12px 30px;
	font-size: 16px;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	border-radius: 4px;
	transition: background-color .3s ease, transform .3s ease;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
	p#shortDescription\ newtext {
		padding-bottom: 18px;
	}

	select#city_2 {
		width: 100%;
	}

	.header-top .mainmenu .navbar-nav .nav-item .nav-link {
		font-weight: 700;
		font-size: 16px;
		color: #fff !important;
	}

	.ms-auto {
		margin-left: 0 !important;

	}

	form.horizontal-form select#city_2 {
		margin-left: 0px;
	}

	select#city_2 {
		margin-bottom: 20px;
	}

	form.horizontal-form {
		margin-top: 30px;
	}

	.col-md-12.col-lg-6.tuvlift {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.footer-social-media {

		gap: 21px;
		margin-bottom: 30px;
	}

	.social {
		display: flex;
		justify-content: center;
		gap: 20px;
	}

	.footer-btn .btn {

		font-size: 14px;
		margin: 2px !important;

	}

	#numberCounter {
		width: 100%;
	}

	.testimonial h3 {
		color: #000 !important;
		font-weight: 700;
		font-size: 32px;
	}

	.colomn1 {

		padding-left: 5% !important;
		padding-right: 5% !important;

	}

	.iframsec {
		height: 450px;
	}

	.header-top .navbar-toggler-icon {
		background-color: transparent;
		color: #fff;
		filter: invert(0);
		/*filter: invert(100%) sepia(50%) saturate(1800%) hue-rotate(87deg) brightness(119%) contrast(119%);*/
	}

	.description {
		padding: 20px;

	}

	.eseries .container {
		width: 90%;
	}

	.stairlift .container {
		width: 70%;
	}

	.product-box1 {
		line-height: 1.9em;
		padding-top: 0 !important;
		margin-top: 3% !important;
		margin-bottom: 5px !important;
	}

	.brochuresec {

		margin-top: 22px;
	}

	.card-body.text-center {
		height: 634px !important;
	}

	.Testimonials h2 {
		color: #fff !important;
	}

	.eseries p {
		font-size: 13px;
	}

	.stairlift p {
		font-size: 13px !important;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 485px) and (-webkit-min-device-pixel-ratio: 2) {
	.social {

		gap: 0 !important;
	}

	.colomn1 p {
		color: #fff !important;
	}

	.Numbersec p {
		color: #fff !important;
	}

	.col-md-12.col-lg-6.iframsec {
		height: 250px;
	}

	.Liftssec p {
		color: #fff !important;
	}

	.card-body.text-center {
		height: 580px;
	}

	.Wayto h2,
	.product-box1 h2 {
		font-size: 28px !important;
	}

	select#city_2 {
		width: 100%;
	}

	.brochuresec {
		margin: 0 auto;
		margin-top: 4%;
		width: 100%;
		background-color: none !important;
		border-radius: 10px 10px 10px 10px;
		overflow: hidden;
		border: 1px solid #000;
	}

	.product-box1 {

		padding-top: 0% !important;
		margin-top: 0% !important;

	}

	form.horizontal-form {
		/* flex-direction: column; */
		/* align-items: stretch; */
		margin: 20px;
	}

	.header-top .mainmenu .navbar-nav .nav-item .nav-link {

		color: #fff ;
	}

	.ms-auto {
		margin-left: 0 !important;

	}

	form.horizontal-form select#city_2 {
		margin-left: 0px;
	}

	.col-md-12.col-lg-6.tuvlift {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.tesmani {
		color: #fff;
	}

	.testimonial h2 {
		color: #fff !important;
	}

	.social {
		display: flex;
		justify-content: center;
		gap: 0;
	}

	.footer-social-media {

		gap: 18px;

	}

	.col-lg-6.space.social p {
		margin-right: 20px;
	}

	.firstsec {
		padding: 11%;
	}

	.header-top .mainmenu button {

		filter: invert(0);
	}

	.newfoot img {
		width: 100%
	}

	.Liftssec p {
		color: #fff;
	}

	.eseries .container {
		width: 100%;
	}

	.stairlift .container {
		width: 100%;
	}

	.innerpro {
		margin-bottom: 30px;
	}

	.Numbersec p {
		color: #fff;
	}

	.container.number {
		width: 100%;
	}

	.colomn1 {
		line-height: 1.9em;
		padding-top: 4% !important;
		padding-left: 8% !important;
		padding-right: 8% !important;
		margin-top: 5% !important;
		margin-bottom: 13% !important;
	}

	.Testimonials h2 {
		color: #fff !important;
	}

	.firstsec h2 {
		font-weight: 700;
		font-size: 29px !important;
	}

	.social {

		justify-content: center !important;

	}

	.footer-bottom p {

		text-align: center !important;

	}
}


@media (max-width: 1200px) {
	#header.header-top .mainmenu .navbar-nav .nav-item .nav-link {
		font-weight: 700;
		font-size: 13px;
		color: #fff !important;
		line-height: 1.2;
		font-weight: 400;
	}

	#header.header-top .mainmenu .navbar-nav .nav-item ul li .nav-link {
		font-weight: 400;
		font-size: 12px;
		color: #fff !important;
	}

	.footer-widget.footer-widget-3:nth-of-type(2) {
		display: none;
	}

	.sosbanner-overlay {
		width: 60%;
		bottom: 0px;
	}

	.section-sos-pd .heading h2 {
		font-size: 30px;
	}

	.our-company-img {
		padding: 30px 0%;
	}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
	.page .bannerform form.vertical-form select#city_2 {
		width: 100%;
	}

	.page form.vertical-form button {
		background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
		background-color: rgba(0, 0, 0, 0);
		color: #000 !important;
		width: 100%;
		max-width: 100%;
	}

	form.vertical-form {
		max-width: 400px;
		/* margin: 0 auto; */
		display: flex;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
	}

	.header-top .mainmenu .navbar-nav .nav-item {
		margin: 0 4px;
	}

	.header-top.header-fixed.sticky .mainmenu .navbar-nav .nav-item .nav-link {
		font-size: 13px;
		font-weight: 400;
	}

	.header-top .mainmenu .navbar-nav .nav-item .nav-link {
		font-size: 13px;
		font-weight: 400;
	}

	.header-top .header-btn .btn {
		padding: 8px 10px;
		font-size: 14px;
	}

	.footer-social-media i {
		font-size: 18px;
	}

	.contact-home-wrap .contact-box p {
		min-height: 86px;
	}

	.testimonials-home-wrap .card-body p {
		font-size: 14px !important;
	}

	.testimonials-home-wrap .card-body h4 {
		font-size: 16px;
	}

	.testimonials-home-wrap .card-body p.card-text {
		min-height: 150px;
	}

	.header-banner-content {
		bottom: 15%;
	}

	section.section-home-pd.experience-section-home h2 {
		font-size: 32px;
	}

	.contact-box.text-center.phone-section {
		min-height: 256px !important;
	}
}

/* Mobile: Hide dropdown by default */
@media (max-width: 991px) {
	.page .bannerform form.vertical-form select#city_2 {
		width: 100%;
	}

	.page form.vertical-form button {
		background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
		background-color: rgba(0, 0, 0, 0);
		color: #000 !important;
		width: 100%;
		max-width: 100%;
	}

	form.vertical-form {
		max-width: 400px;
		display: flex;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
	}

	.footer-widget.footer-widget-3:nth-of-type(2) {
		display: block;
	}

	.footer-widget.footer-widget-2:nth-of-type(2) {
		display: none;
	}

	.navbar-nav .dropdown.show .dropdown-menu {
		display: block;
	}

	.header-top .navbar-toggler:focus {
		box-shadow: none !important;
		outline: none;
	}

	.navbar-nav .dropdown-menu {
		position: relative;
	}

}

@media (max-width: 980px) {
	#header.header-top .mainmenu .navbar-nav .nav-item .nav-link {
		color: #fff !important;
	}

	ul.dropdown-menu {
		border: none !important;
	}

	div#navbarNav {
		flex-basis: 100%;
		flex-grow: 1;
		align-items: center;
		position: absolute;
		top: 65px;
		background: linear-gradient(to bottom, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%) !important;

		/*background: #dacbed!important;*/
		width: 100%;
		z-index: 999;
		left: 0;
	}

	.header-top .mainmenu .navbar-nav .nav-item .nav-link {
		font-weight: 600;
		font-size: 12px;
		color: #353740 !important;
	}

	.contact-home-wrap .contact-box p {
		min-height: auto;
	}

	.testimonials-home-wrap .card-body h4 {
		min-height: 60px;
		font-size: 16px;
	}

	.testimonials-home-wrap .card-body p.card-text {
		min-height: 210px;
	}

	.ceo-img img {
		width: 50%;
		margin: auto;
		margin-bottom: 20px;
		display: table;
	}

	.ceo-img {
		height: auto !important;
	}

	.testimonials-home-wrap {
		display: none;
	}

	.testimonials-home-wrap-mobile {
		display: block;
	}

	.testimonials-home-wrap-mobile .card {
		width: 80%;
		margin: auto;
	}

	.thank-banner-content {
		bottom: 20%;
	}

	.product-box1 {
		padding-top: 30px;
	}

	div#navbarNav {
		flex-basis: 100%;
		flex-grow: 1;
		align-items: center;
		position: absolute;
		top: 65px;
		background: #000000;
		width: 100%;
		z-index: 999;
		left: 0px;
	}

	section.section-home-pd.experience-section-home h2 {
		font-size: 24px;
	}

	.contact-box.text-center.phone-section {
		min-height: auto !important;
	}

	li.contactmenumobile {
		display: block;
	}
}


@media (max-width: 767px) {
	.section-home-pd .heading h2 {
		font-size: 25px;
	}

	.section-home-pd .heading {
		padding-bottom: 10px !important;
	}

	.section-home-pd {
		padding-top: 8%;
		padding-bottom: 8%;
	}

	.section-home-pd p {
		font-size: 14px;
		color: #000;
	}

	.header-top .header-wrap {
		flex-direction: column;
	}

	.header-top .mainmenu {
		width: 100%;
		text-align: left;
	}

	.header-btn {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.header-btn .btn {
		width: 100%;
		text-align: center;
	}

	.header-top .mainmenu button {
		border: 0px;
	}

	.header-top .mainmenu button a {
		color: #fff !important;
	}

	/*.header-top.sticky span.navbar-toggler-icon {
color: #fff; filter: invert(1);
}
.header-top span.navbar-toggler-icon {
color: #fff; filter: invert(1);
}*/
	.header-top .navbar-toggler:focus {
		box-shadow: none !important;
		outline: none;
	}

	/*.header-top .navbar-toggler-icon {
background-color: transparent;
color: #fff;
--bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e) !important;

}*/
	/*.header-top button#navbar-toggler {
background-color: red;
}*/

	.header-bottom .banner-image {
		width: 100%;
		margin-bottom: 30px;
	}

	.header-bottom .content {
		padding-left: 0;
		text-align: center;
	}

	.header-bottom h1 {
		font-size: 24px;
	}

	.header-banner-content {
		position: relative !important;
	}

	.header-banner-btn {
		display: block;
	}

	.header-bottom .header-banner-btn {
		flex-direction: column;
		gap: 15px;
	}

	.banner-image img {
		min-height: 250px;
		object-fit: cover;
		height: auto !important;
	}

	.header-banner-content {
		position: absolute;
		top: 30%;
		width: 100%;
		bottom: auto;
	}

	.header-bottom .header-banner-btn .btn {
		padding: 10px 30px;
		font-size: 14px;
	}

	.feature-home-wrap .icon-box {
		min-height: auto;
	}

	.testimonials-home-wrap .card-body p.card-text {
		min-height: auto;
	}

	.testimonials-home-wrap .card {
		margin-bottom: 30px !important;
	}

	.section-home-pd {
		padding-left: 20px;
		padding-right: 20px;
	}

	footer .footer-top {
		padding-left: 20px;
		padding-right: 20px;
	}

	.ceo-img img {
		width: 80%;
	}

	.section-sos-pd {
		padding-left: 20px;
		padding-right: 20px;
	}

	.sosbanner-overlay {
		display: none;
	}

	.ceo-wrap h1 {
		font-size: 30px;
		text-align: left;
	}

	.thank-banner-content {
		bottom: 10%;
	}

	.thank-banner-content h1 {
		font-size: 24px;
	}

	.contactformhome {
		width: 100%;
		margin: auto;
	}

	form.vertical-form {
		padding: 10px 0px;
	}

	.page form.vertical-form {
		max-width: 100%;
		width: 100%;
		padding: 20px;
	}

	.page form.vertical-form button {
		background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
		background-color: rgba(0, 0, 0, 0);
		color: #000 !important;
		width: 100%;
	}

	.page form.vertical-form button {
		max-width: 100%;
	}

	.book-now-btn {
		margin-top: 10px;
		margin-bottom: 40px;
	}

	.experience-section-home .Downbutton {
		width: 50%;
	}

	.contact-box.text-center.phone-section {
		min-height: auto !important;
	}

	li.contactmenumobile {
		display: block;
	}

	.header-top .mainmenu .navbar-nav .nav-item .nav-link {
		padding-top: 5px;
	}

	.banner-image {
		display: none;
	}

	.header-bottom h1 {
		margin-bottom: 40px;
	}

	.header-banner-content p {
		margin-bottom: 50px;
	}

	.mapimg img {
		width: 100%;
	}

	section.banner-section-home {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.banner-image.banner-thankyou {
		display: block;
	}

	.header-banner-btn {
		display: block !important;
	}

	.header-banner-btn .btn {
		display: block !important;
		margin-bottom: 10px;
	}
}