@media all and (max-width: 1920px) {
.formblock {padding: 90px 110px 90px 110px;}
}

@media all and (max-width: 1680px) {
.formblock {padding: 90px 80px 90px 80px;}
}

@media all and (max-width: 1300px) {
	.product-block h3 {font-size: 26px;}	
	.product-circle-wrap {width: 46px; height: 46px; padding: 0 12px;}
	.product-circle-link {width: 46px; height: 46px; line-height: 46px;}
}

@media all and (max-width: 1280px) {	
	#innerpg-banner.light h1 {font-size: 52px;}
	.addcol p br:nth-child(2) { display: block;}
	.formblock {padding: 90px 60px 90px 60px;}
	#products-intro p {font-size: 26px;}
	.hm-event-wrapper {grid-template-columns: calc(50% - 10px) calc(50% - 10px); grid-column-gap: 20px;}
	.slider-txt {width: 37vw;}
	.slider-txt h2 {font-size: 3.3vw;}
	.slider-txt p {font-size: 1.7vw;}

}
@media (max-width: 1199px) and (min-height: 650px) {
	.actual-product, #home-slider .item {min-height: 650px; height: 650px;}
}
@media all and (max-width: 1024px) {	
	.addcol:last-child{padding-bottom: 0;}
	.frmgroup-row .form-group {width: 100%;}
	.actual-product, #home-slider .item {min-height: 550px; height: 550px;}
	#home-slider.owl-theme .owl-controls .owl-page span {width: 25px;}
	#home-slider.owl-theme .owl-controls .owl-page.active span {width: 25px;}
}	

@media all and (max-width: 991px) {		
	.nav-bottom-bar .navbar-nav{display: none;}
	.nav-bottom-bar {padding: 12px 25px;}
	header .navbar-brand {max-width: 265px;}
	
	.mob-nav {
		position: fixed;
		display: block;
		top: 0;
		right: -330px;
		height: 100%;
		-webkit-transition: right 0.5s ease 0s;
		-moz-transition: right 0.5s ease 0s;
		-o-transition: right 0.5s ease 0s;
		-ms-transition: right 0.5s ease 0s;
		transition: right 0.5s ease 0s;
		z-index: 1200;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-o-transform: translateZ(0);
		-ms-transform: translateZ(0);
		transform: translateZ(0);
	}
	.mob-nav.open {right: 0; position: fixed; height: 100%;	}
	.nav-panel {
		background-color: #fff;
		height: 100%;
		width: 320px;
		position: relative;
		box-shadow: -8px 0px 19px -3px rgb(0 0 0 / 8%);
		padding: 22px;
		overflow-y: hidden;
	}
	.mobnav-list {padding: 22px 0; margin: 0;}
	.mobnav-list li {
		padding: 10px 0;
		list-style-type: none;
		border-bottom: 1px solid #e6e6e6;
		margin-bottom: 0;
		display: block;
		text-align: left;
	}
	.mobnav-list li a {		
		font-size: 16px;
		line-height: 1.1;
		color: #000 !important;
		font-weight: 400;
		padding: 0;
		text-decoration: none;
		display: block;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		transition: all 200ms linear;
	}
	.mobnav-list li a:hover {color: var(--primary) !important;}
	.mobnav-list li .mobdropdown {padding: 10px 15px; margin: 10px 0 0;}
	.mobdropdown {
		display: none;
		background: #f1f1f1;
		position: relative;
	}
	.mobdropdown:before {
		content: "";
		position: absolute;
		top: 0;
		border-top: 3px solid var(--primary);
		left: 0;
		width: 85px;
		height: 3px;
	}
	.mobdropdown li a {
		display: block;
		font-size: 13px;
		text-align: left;
	}
	.mobdropdown li a img {
		width: 26px;
		height: 26px;
		margin: 0 auto 10px;
		display: block;
	}
	.mobnav-list li:last-child {border-bottom: 0;}
	.mobdropdown li {
		border-bottom: 0;
		display: block;
		padding: 8px 0;
		width: 100%;
	}
	#navigation-toggle, #navigation-toggle.open-menu {
		box-shadow: none;
		position: absolute;
		right: 0px;
		top: 0;
	}
	#navigation-toggle.open-menu {
		background-color: #fff;
		-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
		-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
		-o-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
		-ms-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
		box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
	}
	#navigation-toggle {
		background: transparent;
		height: 40px;
		-webkit-transition: all 500ms ease-in 0s;
		-moz-transition: all 500ms ease-in 0s;
		-o-transition: all 500ms ease-in 0s;
		-ms-transition: all 500ms ease-in 0s;
		transition: all 500ms ease-in 0s;
		width: 50px;
		position: fixed;
		z-index: 9999;
		top: 25px !important;
		right: 20px;
	}
	.menu-icon {
		background-image: none;
		display: inline-block;
		vertical-align: top;
	}
	.icon-toggle {
		position: absolute;
		display: inline-block;
		padding: 7px 11px;
		line-height: 15px;
		left: 0;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.lines {
		background-color: #fff;
		display: inline-block;
		height: 2px;
		position: relative;
		width: 30px;
	}
	.lines:before, .lines:after {
		background-color: #fff;
		content: "";
		display: inline-block;
		height: 2px;
		left: 0;
		position: absolute;
		-webkit-transform-origin: 50% 50% 0;
		-moz-transform-origin: 50% 50% 0;
		-o-transform-origin: 50% 50% 0;
		-ms-transform-origin: 50% 50% 0;
		transform-origin: 50% 50% 0;
		width: 30px;
	}
	.lines:before {top: 6px;}
	.lines:after {top: -6px;}
	.icon-toggle .lines {
		-webkit-transition: background 0.3s ease 0.6s;
		-moz-transition: background 0.3s ease 0.6s;
		-o-transition: background 0.3s ease 0.6s;
		-ms-transition: background 0.3s ease 0.6s;
		transition: background 0.3s ease 0.6s;
	}
	.icon-toggle .lines:before, .icon-toggle .lines:after {
		-webkit-transform-origin: 50% 50% 0;
		-moz-transform-origin: 50% 50% 0;
		-o-transform-origin: 50% 50% 0;
		-ms-transform-origin: 50% 50% 0;
		transform-origin: 50% 50% 0;
		-webkit-transition: top 0.3s ease 0.6s, transform 0.3s ease 0s;
		-moz-transition: top 0.3s ease 0.6s, transform 0.3s ease 0s;
		-o-transition: top 0.3s ease 0.6s, transform 0.3s ease 0s;
		-ms-transition: top 0.3s ease 0.6s, transform 0.3s ease 0s;
		transition: top 0.3s ease 0.6s, transform 0.3s ease 0s;
		
	}
	.menu-toggle.active .icon-toggle .lines {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		-webkit-transition: background 0.3s ease 0s;
		-moz-transition: background 0.3s ease 0s;
		-o-transition: background 0.3s ease 0s;
		-ms-transition: background 0.3s ease 0s;
		transition: background 0.3s ease 0s;
		
	}
	.menu-toggle.active .icon-toggle .lines:before, .menu-toggle.active .icon-toggle .lines:after {
		top: 0;
		-webkit-transition: top 0.3s ease 0s, transform 0.3s ease 0.5s;
		-moz-transition: top 0.3s ease 0s, transform 0.3s ease 0.5s;
		-o-transition: top 0.3s ease 0s, transform 0.3s ease 0.5s;
		-ms-transition: top 0.3s ease 0s, transform 0.3s ease 0.5s;
		transition: top 0.3s ease 0s, transform 0.3s ease 0.5s;
		width: 30px;
		background: #000;
	}
	.menu-toggle.active .icon-toggle .lines:before {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		-moz-transform: rotate3d(0, 0, 1, 45deg);
		-o-transform: rotate3d(0, 0, 1, 45deg);
		-ms-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
	}
	.menu-toggle.active .icon-toggle .lines:after {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		-moz-transform: rotate3d(0, 0, 1, -45deg);
		-o-transform: rotate3d(0, 0, 1, -45deg);
		-ms-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
	}
	
	.menu-toggle.active .menu-icon {left: 14px;}
	body.open-menu {overflow: hidden;}
	.mob-nav .sm-icons {text-align: left;}
	.mob-nav .sm-icons li {display: inline-block;}
	.footer-address p br:last-child{display: block;}
	.contact-icon-list .svg-box.mr-20 {    margin-right: 10px !important;}
	.container {width: calc(100% - 80px);}
	#innerpg-banner .bg {background-size: 100%; background-position: center bottom;}
	#innerpg-banner {min-height: 300px; padding: 100px 0 50px;}
	.event-wrapper .event-box {width: calc(50% - 20px);}
	.main-prodcol {padding-left: 0; padding-right: 0;}
	.main-prodcol.products-name-list {max-width: 340px;}
	.products-swing-img, .products-travel-img {padding-top: 180px; width: calc(50% - 195px);}
	.product-table thead {top: 85px;}
	#hm-about-sec {min-height: 420px;}
	#hm-about-sec .col-md-5 {padding: 0;}
	.accreditation-block h3 {font-size: 25px;}
	.accreditation-block h4 {font-size: 70px;}
	.subproducts-section .nav-tabs .nav-link { height: 50px; padding: 6px 15px; font-size: 22px;}
	.subproducts-section .nav-tabs {margin: 0 auto 50px;}
	.prod-part-row {padding-bottom: 40px; margin-bottom: 40px;}
	.prod-part-sect-heading h3 {font-size: 24px;}
	.frmgroup-row .form-group {width: 100%;}
	.actual-product, #home-slider .item {min-height: 550px; height: 550px;}
	.slider-txt p {font-size: 1.95vw;}
	.footer-address p {margin-bottom: 0;}
	.add-map {
	    padding-right: 30px;
	}
}

@media(max-width:890px){
	.footer-address {text-align: center;}
	.footer-address, .footer-contact {max-width: 80%; flex-basis: auto; margin: auto;}
	.footer-address p br:last-child{display: none;}
	#innerpg-banner.light h1{font-size: 46px;}
	#innerpg-banner.light h3{font-size: 30px;}
	.store-panel {grid-template-columns: 50% 50%;}
	.store-box:nth-child(3n + 3) {border-right: 1px dashed #d0d0d0;}
	.store-box:nth-child(2n + 2) {border-right: 0 dashed #d0d0d0;}
	.store-box:nth-child(7), .store-box:nth-child(8) {border-bottom: 1px dashed #d0d0d0;}
	#store-intro h3 {font-size: 24px;}
	.addcol p br:nth-child(2) { display: none;}
	.product-wrapper {margin: 30px 0 0;}
	#hm-upcoming-event .row{display: block;}
	#hm-upcoming-event .col-4, #hm-upcoming-event .col-8 {max-width: 100%; text-align: center;}
	#hm-upcoming-event h2.sectitle br {display: none;}
	#hm-upcoming-event h2.sectitle:after {right: 0; margin: auto;}
	.hm-event-btn-desktop {display: none;}
	.hm-event-btn-mobile {display: inline-block;}
	.hm-event-wrapper {padding-top: 40px;}
	.hm-event-btn-mobile{margin-top: 40px;}
	.actual-product, #home-slider .item {min-height: 59vw; height: 59vw;}
	.registerd-logo {margin: 15px auto 0;}
}

@media all and (max-width: 767px) {		
	#custom-footer-text-social ul.list-inline > li {margin-left: 0px; margin-right: 15px;}
	.footer-address, .footer-contact {max-width: 100%; }	
	footer {padding: 60px 0 10px;}
	#innerpg-banner .bg {background-size: 129%;}
	.trademark-txt h3 br {display: none;}
	.event-box {padding: 20px 20px 25px;}
	.event-info {margin-top: 6px; padding-top: 22px;}
	.event-box img {max-width: 175px;}
	.pb-75 {padding-bottom: 60px !important;}
	.pt-75 {padding-top: 60px !important;}
	.mb-75 {margin-bottom: 60px !important;}
	.mt-75 {margin-top: 60px !important;}
	.frmgroup-row .form-group {width: 48%;}
	.formblock {padding: 60px 70px 60px 70px;}
	.add-block {padding: 0;}
	#products-intro p {font-size: 24px;}
	.main-prodcol.products-name-list {max-width: 240px;}
	.product-block h3 {font-size: 20px;}
	.product-circle-wrap {width: 30px; height: 30px; padding: 0 8px;}
	.product-circle-link {width: 30px; height: 30px; line-height: 30px;}
	.product-block {padding: 10px 6px 10px 6px;}
	.products-swing-img, .products-travel-img { padding-top: 120px; width: calc(50% - 134px);}
	.product-wrapper {margin: 20px 0 0;}
	#hm-about-sec {padding: 0; height: auto;}
	#hm-about-sec .col-md-5 {padding: 30px 70px 60px;}
	.accreditation-block {padding: 0 20px;}
	.subproducts-section .card .card-body {padding: 0;}
	.slider-txt p {font-size: 2.2vw;}
	section.home-banner {margin-top: 85px;}
	.actual-product, #home-slider .item {min-height: 50vw; height: 50vw;}
	.add-map {
	    padding: 0;
	}
	.add-map iframe {
		height: 250px;
	}
}


@media all and (max-width: 640px) {	
	a.online-store-link:hover .store-arrow {right: 20px;}
	a.online-store-link {padding: 7px 23px; font-size: 16px; max-width: 160px;}
	.addcol p br:nth-child(2) { display: block;}
	.addcol p {font-size: 16px;}
	.addcol h4 {font-size: 20px;}
	#products-intro p {font-size: 22px;}
	.award-wrapper {padding: 0px;}
	.subproducts-section .nav-tabs .nav-link {font-size: 20px; text-align: center;}
	.slider-inner-container.container {position: relative; max-width: 100%;}
	section.home-banner {display:flex; flex-flow: column-reverse;}
	.slider-txt {width: 100%; text-align: center;}
	.slider-inner-container .row {height: 100%; max-width: 550px; margin: 100px -30px 0 -30px;}
	.slider-txt h2 {font-size: 34px;}
	.slider-txt p {font-size: 22px;}
	#home-slider.owl-theme .owl-controls {left: 0; right: 0; bottom: -45px;}
	#home-slider.owl-theme .owl-controls .owl-page span {background: #ddd;}
	.actual-product, #home-slider .item {min-height: 65vw; height: 65vw;}
	#home-slider .item, .actual-product {background-size: 130%;}
}




@media all and (max-width: 575px) {	
	.container {width: calc(100% - 20px);}
	.footer-contact .col-8, .footer-contact .col-4 {-ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; margin: auto; text-align: center;}
	footer li a, footer p {font-size: 15px;}
	#custom-footer-text-social .padding-list li {padding: 5px 0}
	#innerpg-banner .bg {background-size: 165%;}
	.store-panel {grid-template-columns: 100%; max-width: 370px; margin: auto;}
	.store-box {border-right: 0; padding: 44px 20px;}
	.store-box:first-child {padding-top: 0px;}
	.store-box:last-child {padding-bottom: 0px;}
	.store-box:nth-child(3n + 3) {border-right: 0;}
	.finaldrive-block .col-5, .finaldrive-block .col-7 {-ms-flex: 0 0 calc(100% - 30px); -webkit-box-flex: 0; flex: 0 0 calc(100% - 30px); max-width: 370px; margin: auto; padding: 0;}
	.event-wrapper .event-box {width: 100%; max-width: 370px; margin: 20px auto 0;}
	#store-intro .border-right {border-right: 0; border-bottom: 1px dashed #d0d0d0; padding-bottom: 15px;}
	#store-intro .border-right img {max-width: 200px;}
	.trademark-txt h3 {text-align: center; padding: 25px 0 0;}
	.store-box:hover {border-color: #d0d0d0; box-shadow: none; transform: scale(1) perspective(0px);}
	.formblock {padding: 60px 40px 60px 40px;}
	.add-block {padding: 0 10px;}
	.form-group input, .form-group textarea {padding: 10px 10px; font-size: 15px;}
	.form-group {padding-bottom: 12px;}
	.form-group select {font-size: 15px; padding: 8px 35px 8px 10px; background: url(../images/down-arrow.svg) 96% 17px no-repeat; background-size: 12px;}
	.checkmark {height: 30px; width: 30px;}
	.checkbox .checkmark:after {left: 11px; top: 5px; width: 7px; height: 14px;}
	.normal-btn {padding: 12px 30px;}
	.products-swing-img, .products-travel-img {display: none;}
	.main-prodcol.products-name-list {margin: auto; max-width: 270px;}
	.product-table {font-size: 15px;}
	.product-table td {padding: 5px 9px;}
	.product-table th {padding: 10px 9px; line-height: 1;}
	#hm-about-sec .col-md-5 {padding: 30px 40px 60px;}
	.about-icon-block p, #hm-about-sec p {font-size: 18px;}
	.about-icon-block img {width: 60px; margin: 0 auto 20px;}
	.accreditation-panel .row, .hm-event-wrapper {display: block;}
	.accreditation-block {max-width: 320px; width: 85%; margin: auto; border-left: 0; border-top: 1px dashed #d0d0d0; padding: 25px 0;}
	.accreditation-block:first-child{padding-top: 0; padding-bottom: 35px;}
	.accreditation-block:last-child{padding-bottom: 0;}
	h2.sectitle {margin-bottom: 22px;}
	h2.sectitle:after {bottom: -22px;}
	.event-box {max-width: 370px; width: 100%; margin: 0 auto 20px;}	
	.hm-event-btn-mobile{margin-top: 20px;}
	.subproducts-section .nav-tabs .nav-link {height: 40px; padding: 6px 15px; font-size: 18px;}
	.prod-part-name {font-size: 14px; padding: 7px 12px;}
	.subproducts-section .nav-tabs {margin: 0 auto 35px; }
	.prod-part-sect-heading h3 {font-size: 20px;}
	.prod-sec-head { margin-bottom: 16px;}
	.prod-part-row {padding-bottom: 30px; margin-bottom: 30px;}
	.prod-sec-head, .prod-names {padding-right: 0px; padding-left: 0px;}
	.slider-txt h2 {font-size: 25px;}
	.slider-txt p {font-size: 18px;}
	.contact-icon-list {margin-bottom: 20px;}
	footer {padding: 55px 0 40px;}
	.sticky-wtsapp a {
		bottom: 25px;
    	right: 25px;
	}
}

@media all and (max-width: 480px) {		
	header .navbar-brand {max-width: 215px;}
	#navigation-toggle {top: 20px !important;}
	.container {width: calc(100% - 20px); padding: 0 15px;}
	.row {margin-right: -15px; margin-left: -15px;}
	div[class*="col-"] {padding-right: 15px; padding-left: 15px;}
	#store-intro h2 {font-size: 26px;}	
	.frmgroup-row .form-group {width: 100%;}
	.container-full {width: 100%;}
	.full-row {margin-right: 0 !important;}
	.formblock {padding: 60px 25px 60px 25px !important;}
	.add-block {padding: 0 10px;}
	.product-table thead {top: 76px;}
	#hm-about-sec .col-md-5 {padding: 30px 25px 60px;}
	.excavator-img {padding: 0 !important;}
	#hm-about-sec .container-fluid {padding: 10px 25px 0;}
	.subproducts-section .nav-tabs .nav-link {min-height: 40px; height: auto; line-height: 1.2;}
	#products-intro p {font-size: 20px;}
	.footer-address p br:last-child { display: block;}
	section.home-banner {margin-top: 75px;}
	.slider-inner-container .row {margin: 80px -15px 0 -15px;}
	.actual-product, #home-slider .item {min-height: 80vw; height: 80vw;}
	#home-slider .item, .actual-product {background-size: 145%;}
	
}
@media all and (max-width: 395px) {		
	#innerpg-banner .bg {background-size: 230%;}
	#innerpg-banner.light h1 {font-size: 40px;}	
	.registerd-logo { max-width: 45%; }
}

@media all and (max-width: 350px) {		
	.subproducts-section .nav-tabs .nav-link {padding: 6px 10px; font-size: 16px;}
	.prod-part-sect-heading h3 {font-size: 18px;}
}