:root {
  --main_color: #cc3333;
  --main_color__hover: #e44040;
  --transition__standard: 0.2s ease;
}

.qbutton.default {
  color: black;
}
.contactsoptrow iframe.contactsopt {
  width: 100%;
  height: 350px;
  border: 0px;
}

.servicebookingrow iframe.servicebooking {
  width: 100%;
  height: 1030px;
  border: 0px;
}

.motbookingrow iframe.motbooking {
  width: 100%;
  height: 850px;
  border: 0px;
}

.motreminderrow iframe.motrem {
  width: 100%;
  height: 760px;
  border: 0px;
}

.container_inner {
  width: 100%;
  margin: 0 auto;
}

.container:not(header .container) {
  padding: 0 50px;
  width: initial !important;
}
.title .title_holder .container {
  padding: 50px;
}
/* || Global Elements */
/* # Navigation */
.menu__button a span {
  padding: 15px 25px;
  border: 2px solid var(--main_color, red);
  border-radius: 2.5px;
  color: #333;
  transition: var(--transition__standard, 0.25s ease);
}

.menu__button a:hover span {
  background-color: var(--main_color, red);
  color: #fff;
}

.menu__button a span.plus {
  display: none;
}

/* ## Mobile Menu */
.mobile_menu .menu__button {
  padding: 10px 0;
}

/* # Footer */
footer {
  margin-top: 120px;
}

footer .footer_bottom a {
  color: #fff;
  opacity: 0.4;
  transition: var(--transition__standard, 0.25s ease);
}
footer .footer_bottom a:hover {
  color: #fff;
  opacity: 1;
}
/* # Hero */
#qode-home-slider .item.content_vertical_middle > .image {
  box-shadow: 0 0 0 3000px inset #0008;
}

#qode-home-slider .q_slide_title span {
  color: #fff;
  font-size: 72px;
}

#qode-home-slider .qbutton {
  color: #fff;
  padding: 5px 30px;
  opacity: 0.9 !important;
  border: 0;
}

#qode-home-slider .qbutton:hover {
  opacity: 1 !important;
  background-color: var(--main_color__hover, red);
}

/* # Fluent Forms */
.fluentform,
.fluentform fieldset {
  width: 100%;
}
.fluentform input,
.fluentform textarea {
  font-family: raleway;
  font-size: 14px !important;
}

.fluentform textarea {
  min-width: 100%;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 125px;
}

.fluentform button.ff-btn {
  background-color: var(--main_color, red) !important;
}

/* || Utillity */
.u__hide {
  display: none;
}

.u__card-standard--white {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 40px;
}

.u__pipe-seperator {
  margin: 0 10px !important;
  display: inline-block;
}

a.u__button-center,
.u__button-center .qbutton{
	display: block;
	width:fit-content;
	margin: 0 auto;
}

a.u__button-margin-top,
.u__button-margin-top .qbutton {
	margin-top:20px;
}

#qode-home-slider,
#qode-home-slider .item.content_vertical_middle,
#qode-home-slider .qode_slider_preloader
{
	height:700px!important;
}

/* || Responsiveness */

@media only screen and (max-width: 775px) {
  .servicebookingrow iframe.servicebooking {
    height: 1120px;
  }
}

@media only screen and (max-width: 758px) {
  .servicebookingrow iframe.servicebooking {
    height: 1800px;
  }
  .motbookingrow iframe.motbooking {
    height: 1550px;
  }
  .motreminderrow iframe.motrem {
    height: 1360px;
  }
}

@media only screen and (max-width: 480px) {
  #qode-home-slider .qbutton {
    margin-left: 0;
    margin-right: 0;
  }
}

.icon_star {
	color:var(--main_color);
}

.testimonials_c .flex-control-nav.flex-control-paging {
margin-top:0;
}

.home-service-container {
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	width:100%;
	gap:10px;
	flex-wrap:wrap;
}

@media only screen and (max-width:1200px){
	.home-service-container {
		grid-template-columns: repeat(4, 1fr)
	}
}

@media only screen and (max-width:768px){
	.home-service-container {
		grid-template-columns: repeat(2, 1fr)
	}
	.service-image {
		display:none;
	}
}

@media only screen and (max-width:640px){
	.home-service-container {
		grid-template-columns: repeat(1, 1fr)
	}
}

.home-service-container > a {
	background-color:#fafafa;
	border:1px solid #eee;
	display:grid;
	align-items:center;
	justify-items:center;
	transition:0.15s ease;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	border-radius:5px;
}

.home-service-container > a:hover {
	 background-color:#ffffff;
}

.home-service-container > a > span,
.home-service-container > a > img {
	grid-column: 1/-1;
	grid-row:1/-1;
}

.home-service-container > a > img {
	width:100px;
}

.home-service-container > a > span {
	color:var(--main_color);
	font-size:20px;
	display:block;
	text-align:center;
	font-weight:600;
	padding:50px 5px;
}

p, ul, ol {
	margin-bottom:20px;
}