ul{margin:0; padding:0;
list-style:none;}
p{margin:0;}
h1,h2,h3,h4,h5,h6{margin:0;}
img{max-width:100%;}
* {
	box-sizing: border-box;
}
	a{color:#f2f2f2; text-decoration:none;}
body {
	background: #004225;
	font-family: 'Myfont';
	margin:0;color:#f2f2f2;
	overflow-x:hidden;
}
.container{max-width:1250px; margin:auto; padding:0 20px;}
.header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.logo svg path {
	fill: #f2f2f2;
}

.logo svg {
	max-width: 123px;
}
.logo {
	max-width: 300px;
}
.menu_sec ul li {
	padding: 0 15px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-bottom: 5px;
}
.menu_sec ul li button {
	background: none;
	border: none;
	cursor: pointer;
}
.menu_sec ul li button img {
	max-width: 20px;
}
.menu_sec li a {
	font-size: 22px;
	text-transform: uppercase;
	text-decoration: none;
	color: #f2f2f2; 
}
.menu_sec li #cart-count {
	top: -17px;
	right: -5px;
	background: #f75f0c !important;
}
.main_sec {
	width: 100%;
	padding: 0;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 100px;
}
.main_head h1 {
	margin: 0;
	font-size: 45px;
	text-align: center;
	font-weight: bold;
	position:relative;
}
.main_head h1::before {
	position: absolute;
	bottom: -6px;
	width: 100%;
	max-width: 600px;
	height: 1px;
	background: linear-gradient(to right,hsla(0,0%,78%,0),#f2f2f2,hsla(0,0%,78%,0));
	content: "";
	left: 0;
	right: 0;
	margin: auto;
}
.illustrations {
	grid-gap: 2rem;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(9,1fr);
	grid-template-rows: auto;
	justify-items: center;
	margin: 50px 0 50px 0;
	width: 100%;
}
 .illustrations .cameraHolder {
	grid-column: 1/4;
	grid-row: 1/2;
	transform:translateX(19vw);
	transition: cubic-bezier(.77,0,.18,1) 2s;

}
.illustrations .cameraHolder.load-animate-left {
	transform:translateX(0vw)

}

 .illustrations .dash1 {
	grid-column: 3/5;
	grid-row: 1/2;

}
 .illustrations .lensHolder {
	grid-column: 4/7;
	grid-row: 1/2;
}
.illustrations .lensHolder img,.illustrations  .matteboxHolder img, .cameraHolder  img  {
	max-width: 250px;
}
.illustrations .dash2 {
	grid-column: 6/8;
	grid-row: 1/2;

}
.illustrations .matteboxHolder {
	grid-column: 7/10;
	grid-row: 1/2;
	transform:translateX(-20vw);
	transition: cubic-bezier(.77,0,.18,1) 2s;
}	

.illustrations .matteboxHolder.load-animate-right {
	
	transform:translateX(0vw)
}	

.dashHolder {
	opacity: 0;transition: ease 3.5s;
}
.dashHolder.opacity {
	opacity: 0;
}
.inventory_inner_bx h3 {	font-weight: normal;	text-transform: uppercase;	letter-spacing:2px;	font-size: 23px;	margin: 0 0 15px 0;	text-align: left;}
.inventory_inner_li h4 {
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 10px 0;
}
.inventory_inner_li li a {

	text-decoration: none;
	color: #f2f2f2;
	font-size: 20px;
	position:relative;  transition: .2s ease;
}

.inventory_inner_li ul li {
	margin-top: 10px;
	display: flex;
	gap: 5px;
	align-items: center;
}
.inventory_inner_li li:hover a{
margin-left:5px;

}
.inventory_list {
	columns: 4;
}
.inventory_inner_bx {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-bottom: 30px;
}
.inventory_inner_li {	text-align: left;	margin-left: 15px;}
.inventory_inner_li ul {
	margin-bottom: 30px;
}
.inventory_inner_li li a::before {
	position: absolute;
	content: "";
	left: -15px;
	height: 5px;
	width: 5px;
	background: #fff;
	background-size: 5px;
	background-position: center;
	top: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	border-radius: 100%;
}
.inventory_inner_li ul li img {
	max-width: 150px;
}
.imventory_icn_img img {
	max-width: 200px;
	width: 100%;
	display: inline-block;
	max-height: 200px;
	object-fit: contain;
	object-position: left;
}
.imventory_icn_img {	text-align: left;	margin-bottom: 20px;}
.inventory_list {	margin-top: 50px;}
.inventory_heading h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	  font-family: 'Paytone One';
	  position:relative;
}
/*.inventory_heading h3::after {
	background: linear-gradient(to right,hsla(0,0%,78%,0),#f2f2f2,hsla(0,0%,78%,0));
	bottom: -0.5rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 40vw;
	right: 0;
	margin: auto;
}*/
.inventory_heading {
	margin: 30px 0;
}
.inventory_inner_bx.margin_top_hundered {
	margin-top: 130px;
}
.inventory_inner_bx.margin_top_fifity {margin-top:50px;}

.list_cart_btn {
	background: #f95100;
	width: 0;
	height: 28px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	overflow: hidden;
	transition: ease 0.3s;
}
.inventory_inner_li ul li:hover .list_cart_btn {
	width: 28px;
	overflow: unset;
}
.list_cart_btn img {
	width: 18px;
}
/*footer_css*/
footer {
	max-width: 100%;
	margin: auto;
	width: 100%;
	background: rgb(22, 22, 25);
	padding: 30px 0;
	margin-top: -5px;
}
 .logoLink svg path {
	fill: #f2f2f2;
}
.contactDetails svg path {
	fill: #f2f2f2;
}
.contactDetails {
	margin-top: 20px;
	display: flex;
}
footer  .contactDetails ul {
	list-style-type: none;
	margin: 0 9rem 0 0;
	padding: 0;
}
footer  .contactDetails ul li {
	align-items: center;
	display: flex;
	margin-bottom: 1.1rem;
}
footer  .contactDetails ul li svg {
	margin-right: 20px;
}
.contactDetails ul li a {
	font-size: 19px;
	text-decoration: none;
	color: #f2f2f2;
}
footer .bottom {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0;
}
footer .logoLink img {
	max-width: 200px;
}
.footer_newsletter h2 {
	font-size: 40px;
	line-height: 30px;
	margin-bottom: 15px;
}
.newsletter_input input {
	border: none;
	background: none;
	border-bottom: 2px solid #fff;
	min-height: 40px;
	min-width: 100%;
	color: #fff;
	font-size: 16px;
	font-family: arial;
	border-radius: 0;
	max-width: 300px;
}
.footer_newsletter .wpcf7-response-output {
	margin: 0 !important;
}
.newsletter_input input::placeholder {
	color: #fff;
	font-weight: bold;
}
.newsletter_input input:focus-visible {
	outline:none;
}
.newsletter_input {
	position: relative;
	max-width: 300px;
}
.newsletter_input button {
	position: absolute;
	right: 0;
	background: none;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding: 0;
	min-height: 40px;
	cursor: pointer;
}
.footer_top_sec {
	display: flex;
	justify-content: space-between;
}
.footer_left_sec {
	width: 40%;
}
.footer_right_sec {
	width: 60%;
	display: flex;
	justify-content: end;
	gap: 40px;
	flex-wrap: wrap;
}
.footer_menu h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: 'Paytone One';
}
.footer_menu li a {
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
	text-transform: capitalize;
}
.footer_menu li {
	margin-bottom: 5px;
}
.footer_center_logo {
	margin: 30px 0;
}
.footer_center_logo img {
	width: 100%;
}
.footer_copyright ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_copyright ul li {
	width: 20%;
	text-align: center;
}
.footer_copyright ul li h4 {
	font-size: 15px;
	color: #fff;
	font-family: 'Titan One';
	font-weight: normal;
}
.footer_copyright ul li span {
	font-size: 15px;
	color: #fff;
	font-family: arial;
}
.footer_copyright ul li:last-child {
	width: 40%;
}
.footer_copyright ul li h4 img {
	width: 100px;
	vertical-align: middle;
}
.footer_copyright ul li:last-child h4 {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 10px;
}
.adress_sec {
	width: 100%;
	text-align: right;
}
.adress_sec span {
	font-size: 20px;
	font-family: 'Titan One';
}
.adress_sec span a {
	display: block;
}
/*contact_page*/
.contact_page {
	max-width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.contact_logo {
	text-align: center;
}
.contact_logo {
	margin-bottom: 50px;
}
.contact_logo img {
	max-width: 150px;
}
.contact_adress {
	width: 30%;
}
.contact_form {
	margin-top: 0;
	width: 70%;
}
.contact_adress ul li a {
	font-size: 19px;
}
.contact_adress ul li {
	display: flex;
	margin-bottom: 15px;
	gap: 15px;
}
.contact_head {
	text-align: center;
	margin: 20px 0 20px 0;
}
.contact_head h2 {
	color: #fff;
	font-size: 45px;
	text-transform: capitalize;
}
.contact_adress ul:nth-child(2) li {
	align-items: start;
}
.contact_form ul {
	display: flex;
	flex-wrap: wrap;
}
.contact_form ul li {
	width: 50%;
	position: relative;
	margin-bottom: 25px;
	padding: 0 15px;
}
.contact_form ul li:nth-child(3), .contact_form ul li:nth-child(4) {
	width: 100%;
}

.contact_form li .form-control {
	border: none;
	background: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	width: 100%;
	font-size: 15px;
	height: 30px;
	padding: 10px 0;
	color: transparent;
	position: relative;
	z-index: 9;
}
.contact_form ul li textarea.form-control{
	min-height: 214px;
	width: 100%;
	font-size: 15px;
	background: #232228;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.23);
	border-radius: 4px;
}
.contact_form li label.active + .form-control {
	color: #f2f2f2;
}
.contact_form li .form-control:focus-visible{
	border: none;
	background: none;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
box-shadow:none;
outline:unset;
}
.contact_form ul li textarea.form-control:focus-visible {
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 4px;
	outline:unset;
	box-shadow:none;background: #232228
}
.contact_form li label {
	font-size: 15px;
	position: absolute;
	top: 5px;
	transition:ease 0.2s;
}
.contact_form li label.active {
	font-size: 12px;
	top: -10px;
}
.contact_form li:nth-child(4) label {
	z-index: 99;
left: 30px;
	top: 10px;
}
.contact_form li:nth-child(4) label.active {
	top: -12px;
	background: #004225;
	padding: 2px 2px 0 2px;
	line-height: 12px;
	left: 30px;
}
.contact_form {
	margin-top: 25px;
}
.contact_form .form_btn {
	background: rgb(0, 0, 0);
	border: none;
	padding: 12px 20px;
	border-radius: 5px;
	color: #f2f2f2;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	margin-left: 15px;
}

/*product_page*/



.sliderContainer {
  position: relative;
}

.slider {
	width: 100%;
	margin: 0;
}

.slick-slide {
  color: white;
  padding: 0 0;
  font-size: 30px;
  text-align: center;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  bottom: -30px;
}



.progressBarContainer {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.progressBarContainer div {
  display: inline-block;
  width: 150px;
  padding: 0;
  cursor: pointer;
  margin-right: 15px;
  color: white;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
	width: 100%;
	height: 3px;
	background-color: hsla(0,0%,100%,.25);
	display: block;
	position: relative;
	border-radius: 2em;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: hsla(0,0%,100%,.6);
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  margin: auto;
}

.product_page {
	max-width: 900px;
	margin: auto;
}
.sliderContainer .slick-slide, .sliderContainer .slick-slide img{
	border-radius: 10px;
}
.sliderContainer .slick-slide img{
	max-width:100%;
}
.sliderContainer .slick-prev {
	position: absolute;
	left: -40px;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 25px;
	height: 25px;
	color: transparent;
	cursor: pointer;
	background-color: unset;
	border: none;
	background-image: url('../img/left_arrow.png');
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.6;
}
.sliderContainer .slick-next {
	position: absolute;
	right: -40px;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 25px;
	height: 25px;
	color: transparent;
	cursor: pointer;
	background-color: unset;
	border: none;
	background-image: url('../img/right_arrow.png');
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.6;
}
.contentHolder {
	background: #1d1d21;
	padding: 40px;
	border-radius: 10px;
	margin-top: -50px;
	position: relative;
	max-width: 90%;
	box-shadow:rgba(0, 0, 0, 0.4) 0px 5px 6px 0px;
	margin-left: auto;
	margin-right: auto;
}
.contentHolder .breadcrumb li {
	display: flex;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-transform: capitalize;
}
.contentHolder .breadcrumb li .slash {
	padding: 0 5px;
}
.contentHolder h1 {
	font-size: 46px;
	padding: 10px 50px 10px 0;
	font-weight: 500;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-bottom: 30px;
}
.contentHolder h3{
	font-size: 18px;
	padding: 10px 50px 10px 0;
	font-weight: 500;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-bottom: 30px;
}
.specifications table {
	border: none;
	font-size: 10px;
}
.specifications table td {
	border: none; height:33px
}
.specifications table tr {
	position: relative;
}
.contentHolder .content table tr::after {
	background: linear-gradient(90deg,#f2f2f2,hsla(0,0%,95%,0));
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	opacity: .5;
	position: absolute;
	width: 100%;
}
.specifications p {
	font-size: 15px;
	margin-top: 10px;
}

/**/
.prdct_page {
	height: 72vh;
	width: 1660px;
	display: flex;
	background: #004225;
}
.prdct_title span {
	background: #fff;
	color: #222;
	padding: 5px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}
.prdct_left {
	width: 935px;
	border: 1px solid rgba(255,255,255,0.4);
	padding: 50px;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: end;
	align-items: end;
}	
.prdct_title {
	position: absolute;
	top: 0;
	left: 0;
}
.prdct_left h2 {
	font-size: 60px;
	text-transform: uppercase;
	width: 100%;
}
.prdct_left p {
	font-size: 20px;
	max-width: 500px;
	float: right;
	margin-top: 30px;
	text-align: right;
	width: 100%;
}
.prdct_img {
	padding: 0;
	border: 1px solid rgba(255,255,255,0.4);
	margin: 0 -1px;
	width: 550px;
	display: flex;
	align-items: center;
	position: relative;
	background: #f75f0c;
}
.prdct_img img {
	height: 100%;
	object-fit: cover;
	max-height: 100%;
	width: 100%;
}
.prdct_desc {
	padding: 15px;
	border: 1px solid rgba(255,255,255,0.4);
	margin: 0 -1px;
	width: 500px;
}
.prdct_desc h3 {
	margin: 0;
	font-size: 35px;
	text-transform: capitalize;
}
.prdct_desc p {
	color: #fff;
	margin-top: 17px;
	font-size: 17px;
	font-family: arial;
}
.prdct_desc span {
	font-size: 23px;
}
.prdct_page_upper {
    overflow-x: auto;
    overflow-y: hidden;
	scrollbar-width: thin;
  scrollbar-color: #fff #ddd;
}
.prdct_right {
	width: 500px;
	border: 1px solid rgba(255,255,255,0.4);
}
.prdct_sec {
	border-top:1px solid rgba(255,255,255,0.4);
	padding-top: 20px;
}
.prdct_right ul {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	align-items: end;
}
.prdct_right ul li {
	width: 50%;
	padding: 20px;
	
}
.prdct_sec label {
	font-size: 15px;
	border: 1px solid rgba(255,255,255,0.4);
	padding: 3px;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: inline-block;
}
.prdct_sec h4 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 10px;
}
.prdct_sec a {
	color: #fff;
	margin-bottom: 10px;
	font-size: 16px;
	display: inline-block;
	text-transform: capitalize;
}
.cart_icn {
	position: fixed;
	right: 20px;
	bottom: 50px;
	width: auto;
	height: 45px;
	background: #f75f0c;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(255,255,255,0.5);
	padding: 0 10px;
	cursor: pointer;
}
.cart_icn img {
	width: 25px;
}
.cart_icn span {
	position: static;
	left: -104px;
	text-transform: capitalize;
	font-size: 17px;
	opacity: 1;
	transition: ease 0.2s;
	color: #fff;
	margin-right: 10px;
}
.cart_icn:hover span{opacity:1;left: -115px;}
.specification_sec ul {
	display: flex;
	flex-wrap: wrap;
}
.specification_sec ul li .specification_list img {
	max-width: 40px;
}
.specification_list {
	display: flex;
	align-items: center;
	gap: 10px;
}
.specification_list a {
	max-width: 200px;
	text-align: left;
	font-size: 16px;
}
.specification_sec ul li {
	width: 49%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.specification_sec {
	margin-top: 50px;
	padding: 0 10px;
}
.related_content {
	border: 1px solid rgba(255,255,255,0.4);
	padding: 15px;
	width: 520px;
	position: relative;
	overflow-y: scroll;
}
.related_content ul {
	display: block;
	height: 100%;
	margin-top: 20px;
	text-align: left;
}
.related_prdct_bx {
	text-align: left;
}
.related_content ul li {
	width: 48%;
	padding-top: 10px;
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}
.related_content h2 {
	margin-bottom: 10px;
	font-size: 22px;
	text-transform: capitalize;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #fff;
	background: #fff;
	color: #f75f0c;
	padding: 5px;
}
.related_prdct_bx label {
	font-size: 19px;
	border: 1px solid rgba(255,255,255,0.4);
	padding: 3px 5px;
	display: inline-block;
	margin-bottom: 10px;
}
.related_prdct_bx h4 {
	font-size: 20px;
	margin: 0 0 5px 0;
}
.related_prdct_bx a {
	font-size: 15px;
	font-family: arial;
	margin-bottom: 10px;
	display: inline-block;
}
.related_prdct {
	width: 100%;
}
.related_prdct img {
	max-height: 130px;
	object-fit: cover;
	width: 100%;
	min-height: 130px;
}
/**faq_page*/
.faq_page .tab {
	overflow: hidden;
	text-align:center;
}
summary::marker {
	content: "";
}
/* Style the buttons that are used to open the tab content */
.faq_page .tab button {
	float: none;
	border: 1px solid rgba(255,255,255,0.5);
	outline: none;
	cursor: pointer;
	padding: 10px 10px;
	transition: 0.3s;
	font-family: 'Paytone One';
	font-size: 14px;
	font-weight: ;
	background: none;
	color: #fff;
	margin: 5px 0;
}
/* Change background color of buttons on hover */
.faq_page .tab button:hover {
	background-color: #fe4f01;
}

/* Create an active/current tablink class */
.faq_page .tab button.active {
	background-color: #fe4f01;
	color: #fff;
}

/* Style the tab content */
.faq_page .tabcontent {
	display: none;
	padding: 6px 12px;
	border: none;
	max-width: 1070px;
	margin: 20px auto;
}
.faq_page .accordion .accordion__title {
	font-size: 20px;
	cursor: pointer;
	position: relative;
	font-family: 'Paytone One';
}
.faq_page .accordion__content.rte p {
	font-size: 18px;
	margin: 5px 0;
	font-family: 'Paytone One';
}
.faq_page .accordion {
	border-bottom: 1px solid #fff;
	padding: 10px 0;
}
.faq_page .accordion .accordion__title::before {
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
	background: url(../img/left_arrrow.png);
	background-size: 6px;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(90deg);
}
/*hire_info_page*/
.hire_info_head p {
	text-align: center;
	font-size: 25px;
	max-width: 740px;
	margin: auto;
	font-family: 'Paytone One';
}
.hire_info_page li {
	margin-top: 30px;
}
.hire_info_page li h2 {
	font-size: 20px;
	font-family: 'Paytone One';
	font-weight: normal;
	text-transform: capitalize;
}
.hire_info_page li p {
	margin-top: 10px;
	font-size: 20px;
	font-family: 'Paytone One';
}
.hire_info_btn a {
	background: #ff5000;
	padding: 10px;
	font-family: arial;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 20px;
	text-align: center;
	border-radius: 3px;
}
.hire_info_btn {
	display: inline-flex;
	flex-direction: column;

}
.hire_info_page li p a {
	color: #ff5000; 
}
.left_contact_sec h2 {
	font-size: 40px;
	font-family: 'Paytone One';
}
.right_contact_sec {
	width: 40%;
}
.right_contact_sec li {
	margin-bottom: 30px;
}
.right_contact_sec label {
	display: block;
	font-size: 40px;
	font-family: 'Paytone One';
	text-transform: uppercase;
	color: #ff5100;
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.right_contact_sec span {
	font-size: 30px;
	color: #ff5100;
}
.download_Sec {
	width: 400px;
	padding: 15px;
	position:relative;
	border: 1px solid rgba(255,255,255,0.4);
}
.download_Sec h3 {
	margin-bottom: 10px;
	font-size: 22px;
	text-transform: capitalize;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #fff;
	background: #fff;
	color: red;
	padding: 5px;
}
.download_Sec h2 {
	margin-top: 50px;
	font-size: 25px;
}
.download_Sec li span {
	font-size: 19px;
}
.download_Sec li {
	margin-top: 10px;
}
.download_Sec li span img {
	width: 15px;
}
.pr_btm_txt {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	color: #222;
	padding: 5px;
	min-width: 90px;
}
.pr_btm_txt span {
	display: block;
	font-size: 20px;
	font-weight: 600;
}
.pr_desc {
	position: absolute;
	left: 30px;
	bottom: 30px;
}
.pr_desc h2 {
	font-size: 40px;
	color: #fff;
}
.basket_form {
	text-align: center;
}
.basket_page_head h2 {
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
	color: red;
}
.basket_form input.form-control {
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	min-width: 200px;
	margin: 0 10px;
	color: #fff;
}
.basket_form span {
	font-weight: bold;
	font-family: arial;
	font-size: 15px;
}
.basket_form li {
	margin-bottom: 10px;
}
.basket_form input.form-control:focus-visible {
	box-shadow: none;
	outline: unset;
}
.basket_Detail {
	text-align: center;
	margin-top: 40px;
}
.basket_Detail h3 {
	font-weight: bold;
	font-family: arial;
	color: #fff;
	margin-bottom: 10px;
}
.basket_Detail h3 span {
	background: #f05200;
	border: 1px solid #fff;
	padding: 5px;
	margin: 0 5px;
	display: inline-block;
	font-size: 13px;
}
.basket_Detail h3 span.error-message {
	font-size: 12px;
	padding: 0;
}
.basket_Detail h3 span.blank {
	background: none;
}
.hire_Sec h4 {
	background: #f05200;
	border: 1px solid #fff;
	padding: 5px 10px;
	font-family: arial;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	font-size: 22px;
	min-height: 71px;
	line-height: 69px;
	min-width: 124px;
}
.hire_Sec {
	text-align: center;
		margin: 0 0;
}
.basket_btm_sec {
	display: flex;
	width: 100%;
}
.left_basket {
	width: 30%;
	margin-top: 75px;

}
.right_basket {
	width: 70%;

}
.rental {
	padding: 20px;
	border: 1px solid #fff;
	text-align: center;
	width: 50%;
}

.rental h5 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 5px;
}
.rental li span {
	color: #fff;
	font-size: 18px;
}
.rental li {
	border-bottom: 1px solid #fff;
	margin-top: 10px;
	padding-bottom: 5px;
}
.day_Sec {
	padding: 15px;
	border: 1px solid #ddd;
	width: 25%;
	display: flex;
	justify-content: space-between;
}
.daily_inner_sec {
	width: 50%;
	text-align: center;
}
.daily_inner_sec h2 {
	font-weight: normal;
	font-size: 20px;
}
.daily_inner_sec li span {
	font-size: 17px;
}
.daily_inner_sec li {
	margin-top: 5px;
}
.damage_Sec {
	padding: 15px;
	border: 1px solid #fff;
	width: 25%;
}
.damage_Sec h2 {
	font-size: 30px;
	text-align: center;
}
.damage_Sec ul li {
	text-align: center;
	margin-top: 5px;
	font-size: 17px;
}
.damage_Sec ul li span {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
.right_basket_inner {
	display: flex;
	gap: 15px;
}
.insurance_value h3 {
	font-size: 19px;
	font-family: arial;
	color: #fff;
}
.insurance_value span {
	border-bottom: 1px solid #fff;
}
.total_Sec {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
.subtotal_sec h4 {
	font-size: 20px;
}
.subtotal_sec span {
	border-bottom: 1px solid #fff;
	margin-left: 5px;
	padding-bottom: 3px;
	display: inline-block;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.subtotal_sec {
	text-align: right;
}
.left_request {
	width: 350px;
	border: 1px solid #fff;
	padding: 15px;
	background: #f05200;
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
}
.request_sec {
	display: flex;
	gap: 20px;
	justify-content: center;
}
.insurance_btn ,
.rqst_btn{
	background: #ffd552;
	border: none;
	font-size: 17px;
	text-transform: uppercase;
	padding: 10px;
	font-family: arial;
	cursor:pointer;
}
.rqst_btn {
	background: #fff;
}
.right_request {
	flex-direction: column;
	display: flex;
	gap: 8px;
}
.daily_inner_sec span {
	border-bottom: 1px solid #fff;
	padding: 5px;
	display: inline-block;
}
.left_basket li {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 15px;
	align-items: center;
}
.basket_left_icn {
	text-align: center;
}
.basket_left_icn h4 {
	font-size: 17px;
	margin: 5px;
	font-family: arial;
	font-weight: normal;
}
.basket_right_list {
	min-width: 190px;
	background: #f05200;
	padding: 10px;
	border: 1px solid #fff;
	opacity: 0;
	margin-top: 10px;
	text-align: left;
	left: -60px;
	position: relative;
}
.basket_right_list ul {
	flex-direction: column;
}
.something_left_sec .basket_right_list ul li {
	margin: 0;
	list-style: disc;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	width: 100%;
}
.something_left_sec li:hover  .basket_right_list{opacity: 1;}

.left_basket h3 { 
	font-size: 17px;
	text-align: center;
	font-family: arial;
	margin-bottom: 10px;
}
.left_basket li .basket_right_list li {
	margin: 0 0 4px 0;
	justify-content: start;
	list-style: disc;
	position: relative;
	padding-left: 10px;
}
.basket_left_icn img {
	width: 100px;
	height: 100px;
	object-fit: contain;
	max-height: 100px;
}
.left_basket li:nth-child(2) .basket_right_list {
	order: -1;
}
.left_basket li .basket_right_list li::before {
	position: absolute;
	content: "";
	height: 5px;
	width: 5px;
	border-radius: 100%;
	background: #fff;
	left:0;
}
.basket_Detail input.form-control {
	background: #fc500e;
	border: 1px solid #fff;
	padding: 5px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}
.basket_Detail input.form-control#collect_start_time,
 .basket_Detail input.form-control#drop_off_end_time {
	background: none;
}
.basket_Detail input.form-control:focus-visible {
	outline: unset;
}
.newsletter_input .wpcf7-form-control.wpcf7-submit {
	position: absolute;
	top: 0;
	right: 0;
	min-width: unset;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
.empty_cart {
	padding: 100px 0;
	text-align: center;
	font-size: 30px;
}
#full_inventory_page .term_text p, #full_inventory_page .term_text h2.wp-block-heading{font-family: 'Paytone One';}
#full_inventory_page .term_text h2.wp-block-heading {
	margin-top: 10px;
	color: #ff5000;
}
@media only screen and (min-width:768px){
.mobile_menu {
	display: none;
}
.mobile{display:none}
}
@media only screen and (max-width:1400px){
.hire_date_right_sec {
	margin-left: 80px;
}
}
@media only screen and (max-width:1200px){
.specification_sec ul li {
width: 32%;
}
.prdct_page {
	height: 900px;
}
.specification_sec ul li {
	width: 50%;
}
.basket_Detail {
	text-align: center;
	margin-top: 0;
	max-width: 80%;
	margin: auto;
}
}
@media only screen and (max-width:991px){

.menu_sec li a {
	font-size: 17px;
}


.inventory_inner_bx {
	padding: 0 10px;
}
.imventory_icn_img img {
	max-width: 120px;
}
.inventory_inner_bx h3 {
	letter-spacing: 0;
	font-size: 16px;
}
.inventory_inner_li li a {
	font-size: 15px;
}
.prdct_page {
	height: 450px;
}
.logo {
	max-width: 150px;
}
.left_contact_sec h2 {
	font-size: 30px;
}
.right_contact_sec label {
	font-size: 25px;
}

.right_contact_sec span {
	font-size: 25px;
}
.right_contact_sec {
	margin-top: 30px;
}
.right_basket {
	padding-left: 20px;
}
.damage_Sec h2 ,
.rental h5{
	font-size: 19px;
}
}
@media only screen and (max-width:767px){
.contact_head h2 {
	font-size: 35px;
}
.contact_page {
	flex-wrap: wrap;
}
.contact_adress,
.contact_form {
	width: 100%;
}
.contact_form ul {
	margin-left: -15px;
	margin-right: -15px;
}
.contact_form .form_btn {
	margin-left: 0;
}
.contactDetails {
	flex-wrap: wrap;
}
footer .contactDetails ul {
	margin: 0;
}
/* sliding menu CSS */

.navigation {
	-moz-transition: linear left 0.5s;
	-o-transition: linear left 0.5s;
	-webkit-transition: linear left 0.5s;
	transition: linear left 0.5s;
	background: rgba(0, 0, 0, 0.9);
	height: 100%;
	overflow: auto;
	padding-bottom: 100px;
	position: fixed;
	top: 0;
	left: -110%;
	width: 100%;
	z-index: 999;
	padding: 20px;
}
.navigation.open {
  left: 0
}


/* let the nav scroll, not body */

body.mobile-nav-open {
  overflow: hidden;
}
.menu_sec {
	display: none;
}
.mobile-nav-toggle {
	position: relative;
	width: 50px;
	min-height: 1px;
	padding-left: 20px;
	padding-right: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	order: 2;
	padding-right: 0;
	text-align: right;
	right: -10px;
}
.mobile-nav-toggle span {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 20px;
	justify-content: space-between;
	width: 35px;
	cursor: pointer;
	font-size: 35px;
	font-weight: normal;
	line-height: normal;
}
.mobile-nav-toggle span i {
	background: #fff;
	display: block;
	height: 2px;
	width: 100%;
}
.mobile-nav-toggle span i:first-child {
	margin-top: 0;
}
.mobile-nav-toggle.close {
	position: absolute;
	right: 30px;
	top: 10px;
}
.main-navigation {
	margin-top: 50px;
}
.main-navigation li a {
	font-size: 25px;
}
.main-navigation li {
	margin-bottom: 15px;
}
.inventory_inner_li  {
	display: none;
}
.inventory_inner_bx {
	width: 100%;
}
.inventory_list {
	flex-wrap: wrap;
}
.desktop{display:none}
.inventory_inner_bx.active .inventory_inner_li {
	display: block;
}
.inventory_inner_li {
	margin-left: 25px;
}
.inventory_inner_bx h3 {
	font-size: 22px;
	position: relative;
	display: inline-block;
	cursor:pointer;
	padding-left: 25px;
	width: 100%;
	color: #ff5000;
}
.inventory_inner_bx h3::before {
	position: absolute;
	left: 0;
	content: "";
	height: 20px;
	width: 20px;
	background: url(../img/left_arrrowo.png);
	background-size: 6px;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
	background-position: center;
	transition: ease 0.2s;
}
.inventory_inner_bx.active h3::before {
	transform: rotate(90deg);
}
.specification_sec ul li {
	width: 100%;
}
.specification_list a {
	text-align: left;
}
.prdct_page {
	height: auto;
	width: 100%;
	flex-wrap: wrap;
}
.prdct_page_upper {
	overflow-x: hidden;
}
.inventory_list {
	columns: 1;
}
.inventory_inner_bx.margin_top_hundered {
	margin-top: 0;
}
.inventory_inner_bx.margin_top_fifity {
	margin-top: 0;
}
.inventory_inner_bx {
	margin-bottom: 0;
}
.inventory_heading h3 {
	font-size: 24px;
}
.footer_left_sec ,
.footer_right_sec{
	width: 100%;
}
.footer_top_sec {
	flex-wrap: wrap;
}
.footer_right_sec {
	justify-content: start;margin-top: 30px;
}
.footer_copyright ul {
	flex-wrap: wrap;justify-content: center;
}
.footer_copyright ul li {
	width: 50%;
	text-align: center;
	margin-bottom:20px;
}
.footer_copyright ul li:last-child {
	width: 100%;
}
.inventory_inner_bx {
	padding: 0;
}
.adress_sec {
	text-align: left;
}
.main_sec {
	margin-bottom: 30px;
}
.right_contact_sec {
	width: 100%;
}
.hire_info_btn a {
	font-size: 12px;
}
.faq_page .tab {
	gap:3px;
	display: flex;
	white-space: nowrap;
	overflow: auto;
	padding-bottom: 5px;
}
.faq_page .tab button {
	font-size: 12px;
}
.faq_page .accordion .accordion__title {
	font-size: 18px;padding-right: 20px;
}
.related_content ul li {
	width: 100%;

	border-top: none;
}
.related_content ul {
	flex-wrap: wrap;
}
.basket_form span {
	font-size: 13px;
	line-height: 25px;
}
.basket_form {
	text-align: left;
}
.basket_Detail {
	text-align: left;
}
.basket_btm_sec {
	flex-wrap: wrap;
}
.left_basket {
	width: 100%;
}
.right_basket {
	width: 100%;
	padding: 0;
}
.basket_Detail h3 {
	font-size: 14px;
}
.right_basket_inner {
	gap: 0;
	flex-wrap: wrap;
	margin-top: 20px;
}
.rental,
.day_Sec,
.request_sec,
.damage_Sec {
	width: 100%;
}
.day_Sec {
	margin: 10px 0;
}
.insurance_value h3 {
	font-size: 13px;
}
.basket_right_list {
	opacity: 1;
}
.left_request {
	width: 100%;
}
.request_sec {
	flex-wrap:wrap;
	justify-content: center;
}
.insurance_btn, .rqst_btn {
	font-size: 13px;
}
.basket_form input.form-control {
	min-width: 150px;
}
.basket_Detail input.form-control {
	margin: 3px;
}
.mobile-header {
	display: flex;
}
.mobile-header button {
	background: none;
	border: none;
	padding: 0;
	position: relative;
}
.mobile-header #cart-count {
	top: 0;
	right: -15px;
	font-size: 12px !important;
	padding: 0 !important;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.left_basket {
	margin-top: 0;

}
}

/**/


.hire_detail_heading h2 {
	font-family: 'Paytone One';
	text-transform: uppercase;
	font-size: 35px;
	color: #ff5100;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	line-height: 35px;
}
.hire_detail_sec {
	display: flex;
	justify-content: start;
	align-items: center;
	margin-bottom: 50px;
}
.basket_Detail {
	text-align: left;
	margin-top: 0;
}
	.hire_date_right_sec .basket_Detail h3 {
		font-size: 18px;
		font-family: 'Paytone One';
		font-weight: normal;
		margin-bottom: 5px;
	}
.basket_Detail input.form-control {
	background: #fc500e;
	border: 1px solid #fff;
	padding: 5px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	margin: 5px 10px;
}
.basket_Detail input.form-control#collect_start_time, .basket_Detail input.form-control#drop_off_end_time {
	background: none;
	cursor: pointer;
}

.basket_Detail input.form-control#drop_off_start_time, .basket_Detail input.form-control#collect_end_time {
	cursor: pointer;
}
.hire_day h4 {
	background: #f05200;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'Paytone One';
	font-size: 22px;
	font-weight: normal;
	min-height: 71px;
	position: relative;
	top: -3px;
	line-height: 55px;
}
.hire_date_right_sec {
	display: flex;
	align-items: center;
	width: 100%;
	margin-left: 55px;
}
.my_list_head h2 {
	font-family: 'Paytone One';
	text-transform: uppercase;
	font-size: 50px;
	color: #ff5100;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	line-height: 35px;
}
.my_list_right_sec{font-family: 'Paytone One';}
.my_list_right_sec {
	width: 90%;
	display: flex;
	justify-content: space-between;
}
.my_list_sec {
	display: flex;
	justify-content: space-between;
}
.my_list_right_sec table, .my_list_right_sec th, .my_list_right_sec table td {
	width: 50%;
	border: 1px solid #fff;
	border-collapse: collapse;
}
.my_list_right_sec th, .my_list_right_sec table td {
	height: 40px;
	padding: 0 10px;
	text-align:center;
	width: 20%;
}
.my_list_right_sec td:nth-child(2), .my_list_right_sec table th:nth-child(2){
width:60%;
} 
.damage_right_Sec {
	width: 40%;
	text-align: center;
}
.damage_right_Sec h3 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: normal;
	color: #f45714;
}
.damage_btm_txt {
	max-width: 300px;
	margin: auto;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	font-size: 17px;
}
.damage_btm_txt h4 {
	width: 50%;
	text-align: right;
	font-weight: normal;
}
.damage_btm_txt span {
	width: 44%;
	padding-left: 10px;
}
.damage_btm_txt span.total_value {
	text-decoration: underline;
}
#address_form {
	width: 90%;
	display: flex;
}
.damage_btm_txt .insurance_txt {
	font-size: 14px;
	color: #dee13c;
}
.forget_something {
	display: flex;
	justify-content: space-between;
	max-width: 100%;
	margin-top: 50px;
}
.something_left_sec {
	width: 50%;
	text-align: center;
}
.something_left_sec h3 {
	font-size: 25px;
	font-family: 'Paytone One';
	color: #f45714;
	margin-bottom: 20px;
}
.something_left_sec ul {
	display: flex;
	justify-content: center;
	flex-wrap:nowrap;
}.something_left_sec ul li {
	width: 15%;
}
.something_left_sec ul li img {
	max-width: 70px;
	max-height: 70px;
	object-fit: contain;
	min-height: 70px;
}
.basket_right_list span img {
	width: 20px;
	vertical-align: top;
	min-height: unset !important;
	margin-top: 2px;
	margin-left: 5px;
	cursor: pointer;
}
.sorgot_icn span {
	display: block;
	font-size: 20px;
	font-family: 'Paytone One';
	color: #fff;
	text-transform: capitalize;
	font-weight: normal;
	margin-top: 10px;
}
.something_left_sec ul li {
	margin: 0 15px;
}
.something_right_sec {
	width: 35%;
}
.detail_form_head h2 {
	font-family: 'Paytone One';
	text-transform: uppercase;
	font-size: 35px;
	color: #ff5100;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	line-height: 35px;
}
.detail_form {
	margin-top: 50px;
}
.detail_form {
	margin-top: 50px;
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.detail_form_head {
	width: 10%;
}
.detail_form_left {
	width: 45%;
}
.detail_form_left li span.error-message {
	right: 15px;
	left: auto;
	color: red;
	font-family: arial;
	font-size: 11px;
	top: 3px;
}
.detail_form_left li span {
	font-size: 15px;
	font-weight: normal;
	font-family: 'Paytone One';
	color: #fff;
	width: auto;
	position: absolute;
	left: 0;
	background: #004225;
	text-transform: capitalize;
	padding-right: 5px;
}
.detail_form_left ul li {
	display: flex;
	justify-content: space-between;
	position: relative;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
}
.detail_form_left ul li .form_control {
	width: 100%;
	background: none;
	border: none;
	border-bottom: none;
	color: #fff;
	padding-left: 21%;
}

.detail_form_left ul li .form_control:focus-visible {
	box-shadow: none;
	outline: unset;
}
.delivery_point_right {
	width: 45%;
	padding-left: 50px;
}
.delivery_point_right h3 {
	font-size: 30px;
	font-family: 'Paytone One';
	color: #ff5100;
	text-transform: uppercase;
}
.delivery_point_right span ,
.delivery_point_right li  label{
	font-size: 18px;
	font-family: 'Paytone One';
	color: #fff;
}
.delivery_point_right span {
	margin: 0;
	display: block;
}
.delivery_point_right ul {
	margin: 10px 0;
}
.delivery_address_btm li input {
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	min-width: 210px;
	color: #fff;
	margin-left: 5px;
}
.delivery_point_right img {
	width: 130px;
	position: relative;
	top: 4px;
}
.delivery_address_btm li input:focus-visible {
	box-shadow: none;
	outline: unset;
}
.cntr_request {
	justify-content: center;
	flex-direction: column;
	display: flex;
	gap: 20px;
	margin: 50px 0;
}
.cntr_request .rqst_btn {
	max-width: 450px;
	margin: auto;
	font-size: 25px;
	font-weight: bold;
	width: 100%;
	background: url('https://offlisynth.com/wp-content/uploads/2025/01/send_btn.png');
	background-size: 340px;
	background-repeat: no-repeat;
	color: transparent;
	background-position: center;
	height: 80px;
}
.cntr_request .insurance_btn {
	max-width: 260px;
	margin: auto;
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	background: url('https://offlisynth.com/wp-content/uploads/2025/01/insurancebtn.png');
	background-size: 240px;
	background-repeat: no-repeat;
	color: transparent;
	background-position: center;
	height: 50px;
	margin-top: -58px;
}
.cntr_request .insurance_btn a {
	color: transparent;
}
.detail_form_left  li .form-control {
	width: 100%;
	background: none;
	border: none;
	border-bottom: none;
	color: #fff;
	padding-left: 50px;
}
.detail_form_left ul li:nth-child(2) .form_control {
	padding-left: 180px;
} 
.detail_form_left ul li:nth-child(3) .form-control {
	padding-left: 70px;
}
.detail_form_left ul li:nth-child(4) .form-control {
	padding-left: 90px;
}
.detail_form_left ul li:nth-child(5) .form-control {
	padding-left: 103px;
}
.detail_form_left ul li:nth-child(6) .form-control {
	padding-left: 55px;
}
.detail_form_left ul li:nth-child(7) .form-control {
	padding-left: 125px;
}
.detail_form_left ul li .form-control:focus-visible {
	box-shadow: none;
	outline: unset;
}
.detail_form_left  li .form-control:focus-visible {
	box-shadow: none;
	outline: unset;
}
.video-container video {
	width: 100%;
}
.home header {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9;
}

.home header .logo {
	opacity: 0;
	pointer-events: none;
}
.at_d {
	display: inline-block;
}
.aps-search-wrapper input {
	background: none;
	color: #fff;
	border: 1px solid #fff;
	font-size: 15px;box-sizing: border-box;
	font-weight: normal;
	box-shadow: none;
	outline: unset;
}
body .aps-search-wrapper {
	position: relative;
	margin: 0 0 0 30px;
	max-width: unset;
}
.header_left {
	width: 20%;
}
.header_right {
	width: 75%;
}
.header_right {
	display: flex;
	align-items: center;
	justify-content: end;
}
@media only screen and (min-width:768px){
.at_m{display:none;}
}
@media only screen and (max-width:1200px){
.hire_day h4 {
	font-size: 13px;
}
.hire_date_right_sec .basket_Detail h3 {
	font-size: 16px;
}
.delivery_point_right span, .delivery_point_right li label {
	font-size: 15px;
}
.detail_form_left ul li .form_control {
	padding-left: 24%;
}
.basket_right_list {
	min-width: 140px;
}
.logo {
	max-width: 220px;
}
}
@media only screen and (max-width:991px){
.damage_btm_txt ,
.damage_btm_txt .insurance_txt{
	font-size: 13px;
}
.logo {
	max-width: 110px;
}
#aps-search-input {
	width: 100%;
}
.menu_sec ul li {
	padding: 0 10px;
}
body .aps-search-wrapper {
	max-width: 150px;
}
}
@media only screen and (max-width:767px){
.hire_detail_sec {
	flex-wrap: wrap;
} 
.hire_date_right_sec {
	width: 100%;
}
.hire_detail_heading {
	width: 100%;
	text-align: center;
}
.hire_detail_heading h2 {
	font-size: 25px;
	writing-mode: unset;
	transform: unset;
	line-height: normal;
}
.hire_date_right_sec {
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
}
.basket_Detail input.form-control {
	margin: 5px;
}
.hire_day h4 {
	min-height: unset;
	line-height: unset;
}
.my_list_sec,
.forget_something {
	display: flex;
	flex-wrap: wrap;
}
.my_list_head h2 {
	font-size: 30px;
	writing-mode: unset;
	transform: unset;
	margin-bottom: 10px;
}
.my_list_sec {
	justify-content: center;

}
.my_list_right_sec {
	width: 100%;	flex-wrap: wrap;
}
.my_list_right_sec table, .my_list_right_sec th, .my_list_right_sec table td {
	width: 100%;
}
.damage_right_Sec {
	width: 100%;
	margin-top: 10px;
}
.something_left_sec {
	width: 100%;
}
.something_right_sec {
	width: 100%;
	margin-top: 20px;
}
.detail_form {
	flex-wrap: wrap;
}
.detail_form_head {
	width: 100%;
}
.detail_form_head h2 {
	writing-mode: unset;
	transform: unset;
	line-height: normal;
	font-size: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.detail_form_head h2 br {
	display: none;

}
.detail_form_left {
	width: 100%;
}
.delivery_point_right {
	width: 100%;
	padding-left: 0;
	margin-top: 20px;
}
.cntr_request .rqst_btn {
	font-size: 19px;
	max-width: 260px;
	background-size: 260px;
}
.cntr_request .insurance_btn {
	max-width: 210px;
	font-size: 15px;
	background-size: 205px;
	margin-top: -66px;
}
.hire_detail_heading h2 br {
	display: none;
}
#address_form {
	flex-wrap: wrap;
}

.delivery_address_btm li input {
	min-width: 100%;
}
.delivery_address_btm li {
	margin-bottom: 15px;
}
.hire_Sec h4 {
	font-size: 18px;
	min-height: 41px;
	line-height: 39px;
}
.basket_Detail input.form-control {
	font-size: 11px;
}
#address_form {
	width: 100%;
}
.basket_Detail {
	text-align: center;
	max-width: 300px;
}
.something_left_sec ul {
	flex-wrap: wrap;
}
.basket_right_list {
	text-align: left;
	max-width: 100px;
	margin: 20px auto 30px auto;
	min-width: 100px;
	left: 0;
}
.basket_Detail input.form-control {
	max-width: 77px;
}
.video-container video {
	min-height: 450px;
	object-fit: cover;
	object-position: -10px;
}
.mlogo {
	max-width: 150px;
	position: relative;
	margin-top: -50px;
	margin-bottom: 20px;
}
.main-navigation li a {
	text-transform: uppercase;
}

.damage_right_Sec h3 {
	font-size: 30px;
}
.damage_btm_txt, .damage_btm_txt .insurance_txt {
	font-size: 19px;
}
.damage_btm_txt span {
	width: 36%;
}
.damage_btm_txt h4 {
	width: 58%;
}
.detail_form_left ul li {
	min-height: 20px;
}
.something_left_sec ul li:nth-child(2) {
	display: none;
}
.something_left_sec ul {
	flex-wrap: unset;
}
.something_left_sec ul li {
	margin: 0 5px;
	width: auto;
}
.at_d{display:none;}
.at_m{display:inline-block;}
.header_right .aps-search-wrapper {
	display: none;
}
.header_right .mobile_menu .aps-search-wrapper {
	display: block;
	margin: 0 0 10px 0;
}
#aps-search-input {
	min-width: 250px;
}
.desktop-search {
	display: none;
}
.header_right .mobile_menu .aps-search-wrapper li.aps-suggestion-item span {
    font-size: 15px;
}
body .aps-search-wrapper {
    max-width: 290px;
}
.aps-suggestion-item img {
    vertical-align: middle;
}	
}
@media only screen and (min-width:768px){
	.mobile-search{display:none;}
}