@font-face {
	font-family: 'HelveticaLTStd-BlkCond';
	src: url('fonts/HelveticaLTStd-BlkCond.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaLTStd-Bold';
	src: url('fonts/HelveticaLTStd-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaLTStd-BoldCond';
	src: url('fonts/HelveticaLTStd-BoldCond.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaLTStd-Cond';
	src: url('fonts/HelveticaLTStd-Cond.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaLTStd-Light';
	src: url('fonts/HelveticaLTStd-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica LT Std';
	src: url('fonts/HelveticaLTStd-Roman.woff2') format('woff2'), url('fonts/HelveticaLTStd-Roman.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica LT Std';
	src: url('fonts/HelveticaLTStd-LightCond.woff2') format('woff2'), url('fonts/HelveticaLTStd-LightCond.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-15 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}

* {
	margin: 0;
	padding: 0;
	outline: none !important;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'HelveticaLTStd-Light';
}

img {
	max-width: 100%;
	height: auto;
}

a,
a:hover,
a:focus,
a:active {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

button,
button:hover {
	transition: all 0.3s ease-in-out;
}

.banner--clone {
	background: transparent;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.banner--stick {
	background: #FFF;
	width: 100%;
	left: 0px;
	position: fixed !important;
	top: 0px !important;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	z-index: 99999;
	animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-100px);
	}
	100% {
		transform: translateY(0px);
	}
}

.container-fluid {
	/*max-width: 1800px;*/
}

@media (min-width:1200px) {
	.container {
		width: 1470px;
	}
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-15 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}

.slick-slide img {
	display: inline-block;
}

.slick-initialized .slick-slide {
	outline: none;
}

.slick-dots li {
	width: 39px;
	height: 3px;
	margin: 0 8px;
}

.slick-dots li button {
	width: 39px;
	height: 3px;
	padding: 0px;
	background: #a1a1a1;
	border-radius: 0;
}

.slick-dots li.slick-active button {
	background: #fff;
}

.slick-dots li button:before {
	line-height: 10px;
	width: 39px;
	height: 3px;
	content: '';
	color: transparent;
}

.slick-dots li.slick-active button:before {
	color: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	background: #fff;
}

.slick-slider {
	margin-bottom: 0px !important;
}
.news_slider.slick-slider .slick-list .slick-track{
	margin-left: 0px;
}
.slick-dots {
	bottom: 107px;
}

.home_slider_dv .slick-dots {
	bottom: 140px;
}

.slick-prev {
	left: 54px;
	background: url(images/arrow1.png) no-repeat;
	width: 16px;
	height: 45px;
	background-size: cover;
	top: 335px;
	z-index: 9;
}

.slick-prev:hover,
.slick-prev:focus {
	background: url(images/arrow1.png) no-repeat;
	width: 16px;
	height: 45px;
	background-size: cover;
}

.slick-next {
	right: 54px;
	background: url(images/arrow2.png) no-repeat;
	width: 16px;
	height: 45px;
	background-size: cover;
	top: 335px;
	z-index: 9;
}

.slick-next:hover,
.slick-next:focus {
	background: url(images/arrow2.png) no-repeat;
	width: 16px;
	height: 45px;
	background-size: cover;
}

.slick-prev:before {
	content: '';
}

.slick-next:before {
	content: '';
}

.header_main {
	background-image: -moz-linear-gradient( -180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 66%, rgb(39, 39, 39) 84%, rgb(49, 49, 49) 100%);
	background-image: -webkit-linear-gradient( -180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 66%, rgb(39, 39, 39) 84%, rgb(49, 49, 49) 100%);
	background-image: -ms-linear-gradient( -180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 66%, rgb(39, 39, 39) 84%, rgb(49, 49, 49) 100%);
	box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 99;
	/*	padding-bottom: 24px;*/
}

.header_main .container {
	width: 1750px;
}

.logo_dv {
	margin-top: 4px;
	position: absolute;
	z-index: 99;
}

.tp_rgh_dv {
	float: right;
	width: 91%;
}

.top_menu {
	float: left;
	margin-top: 29px;
	margin-left: 65px;
}

.top_menu ul {
	margin: 0;
	padding: 0;
}

.top_menu ul li {
	list-style: none;
	display: inline-block;
	font-size: 17px;
	font-family: 'HelveticaLTStd-Cond';
	text-transform: uppercase;
	margin-left: 50px;
	padding-bottom: 29px;
	transition: all 0.3s ease-in-out;
	border-bottom: solid 4px transparent;
}

.top_menu li:first-child {
	margin-left: 0;
}

.top_menu li:first-child a {
	/*border-bottom: solid 4px #9d1d20;
transition: all 0.3s ease-in-out;*/
}

.top_menu li a {
	color: #cac8c8;
	/*	padding-bottom: 29px;*/
}

.top_menu>ul>li:hover {
	border-bottom: solid 4px #9d1d20;
	transition: all 0.3s ease-in-out;
}

.top_menu>ul>li.active {
	border-bottom: solid 4px #9d1d20;
	transition: all 0.3s ease-in-out;
}

.top_menu>ul>li>a {
	position: relative;
}

.top_menu>ul>li.dropdown.megaMenu:hover>a:before {
	position: absolute;
	content: '';
	top: 50px;
	width: 100%;
	height: 25px;
	left: 0;
	right: 0;
}

.top_menu>ul>li.dropdown.megaMenu:hover>a:after {
	position: absolute;
	content: '';
	top: 58px;
	height: 20px;
	width: 20px;
	right: 0;
	left: 0;
	margin: 0px auto;
	border-top: 20px solid #fff;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	transform: rotate(180deg);
}

.top_menu ul li:hover .hf-flyout-v3 {
	transition: opacity 0s linear .3s, visibility 0s linear .3s;
	display: block;
	z-index: 99;
	box-shadow: 0px 0px 10px #dfdfdf;
	-moz-animation: fadeInUp .3s ease-in;
	-webkit-animation: fadeInUp .3s ease-in;
	animation: fadeInUp .3s ease-in;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.top_right {
	float: right;
	margin-top: 15px;
}

.top_right .dropdown.languageDdl a.dropdown-toggle {
	margin-top: 15px;
	font-size: 14px;
	color: #b1afaf;
	font-family: 'HelveticaLTStd-Cond';
	text-transform: uppercase;
}

.top_right .dropdown.languageDdl a.dropdown-toggle .dropdown-menu {
	left: auto;
	right: 0;
}

.top_right .dropdown-toggle {
	display: inline-block;
	padding: 12px 0px;
	color: #cac8c8;
	font-size: 18px;
    font-family: 'HelveticaLTStd-Cond';
    text-transform: uppercase;
}
.top_right .dropdown{
	position: relative;
}
.top_right .dropdown-menu{
	left: auto;
	right: 0;
}
.tp_search {
	margin-left: 40px;
}

.tp_location {
	font-size: 14px;
	color: #b1afaf;
	font-family: 'HelveticaLTStd-Cond';
	text-transform: uppercase;
	margin-left: 9px;
}

.tp_location span {
	top: 3px;
	margin-left: 8px;
}

.who_we_are_banner {
	position: relative;
}

.who_we_are_banner .btn.btn-primary.mute {
	position: absolute;
	bottom: 50px;
	right: 50px;
	background-color: transparent;
	border: 0px solid transparent;
	box-shadow: none;
	z-index: 99;
}
.who_we_are_banner .btn.btn-primary.mute i {
	text-shadow: 1px 1px 3px #333;
}

.who_we_are_banner.edit {
	position: relative;
}

.who_we_are_banner.edit h3 {
	position: absolute;
	top: 30%;
	font-size: 60px;
	color: #fff;
	margin: 0;
	padding: 120px 0;
	font-family: 'HelveticaLTStd-BlkCond';
	font-weight: bolder;
	text-transform: uppercase;
	z-index: 2;
}

.who_we_are_banner h3 {
	position: relative;
	z-index: 9;
	font-size: 60px;
	color: #fff;
	margin: 0;
	padding: 120px 0;
	font-family: 'HelveticaLTStd-BlkCond';
	font-weight: bolder;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #333;
}

.cust_login {
	font-size: 14px;
	color: #9d1d20;
	font-family: 'HelveticaLTStd-Cond';
	border: solid 1px #9d1d20;
	padding: 12px 23px 13px 27px;
	border-radius: 25px;
	margin-top: 15px;
	margin-left: 27px;
	display: none !important;
}

.tp_location {
	padding: 12px 0px 13px;
}

.cust_login span {
	position: relative;
	top: 1px;
	margin-left: 3px;
}

.cust_login:hover {
	color: #9d1d20;
}

.homeslider_section {
	position: relative;
	z-index: 9;
}

.homebanner_cnt {
	text-align: center;
	padding-top: 240px;
	padding-bottom: 433px;
	padding-left: 15px;
	padding-right: 15px;
}

.homebanner_cnt h2 {
	font-size: 62px;
	color: #ffffff;
	font-family: 'HelveticaLTStd-BoldCond';
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 7px;
}

.homebanner_cnt h1 {
	font-size: 115px;
	color: #ffffff;
	font-family: 'HelveticaLTStd-BlkCond';
	text-transform: uppercase;
	margin: 0;
}

.homebanner_cnt p {
	font-size: 24px;
	color: #ffffff;
	font-family: 'HelveticaLTStd-Cond';
	padding-top: 16px;
}

.what_who_section {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.what_dv {
	text-align: center;
	padding: 0px 58px;
}

.what_img {
	min-height: 103px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.what_dv h3 {
	font-size: 26px;
	color: #000000;
	font-family: 'HelveticaLTStd-BoldCond';
	text-transform: uppercase;
	padding-top: 7px;
	padding-bottom: 7px;
}

.what_dv p {
	font-size: 16px;
	line-height: 33px;
	color: #606060;
	font-family: 'HelveticaLTStd-Light';
	padding-bottom: 19px;
}

.what_dv a {
	font-size: 14px;
	color: #9d1d20;
	font-family: 'HelveticaLTStd-Cond';
	text-transform: uppercase;
	border: solid 1px #9d1d20;
	border-radius: 25px;
	padding: 13px 34px;
	display: table;
	margin: 0px auto;
}

.what_dv a:hover {
	color: #FFF;
	background: #9d1d20;
	transition: all 0.3s ease-in-out;
}

.what_top {
	padding-bottom: 91px;
	padding-top: 20px;
}

.who_btm {
	text-align: center;
	padding-top: 24px;
	border-top: 1px #bebebe solid;
}

.who_btm .container {
	width: 1582px;
}

.who_btm h2 {
	font-size: 42px;
	color: #000000;
	font-family: 'HelveticaLTStd-BoldCond';
	text-transform: uppercase;
}

.who_btm h2 span {
	color: #9d1d20;
}

.serve_main {
	padding-top: 37px;
	padding-bottom: 72px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.serve_dv:nth-child(1){
	-ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
@media only screen and (min-width: 320px) and (max-width :768px) {
	.hf-flyout-area-v3 .hf-flyout-v3{
		left: 0;
		right: 0;
	}
	.serve_main {
		
	}
	.serve_main .serve_dv{
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.serve_main .serve_dv:nth-child(1){
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
	.serve_main .serve_dv:nth-child(2){
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
	.serve_main .serve_dv a img{
		width: 100%;
		height: auto;
	}
}
.serve_dv a img{
	width: 100%;
    height: 379px;
    object-fit: cover;
    object-position: center;
}
.serve_main .serve_dv img{
	height: 100%;
	object-fit: cover;
}
.serve_dv:nth-child(2){
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.serve_dv {
	float: left;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.serve_main .serve_dv>a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.serve_dv h3 {
	font-size: 29px;
	color: #ffffff;
	font-family: 'HelveticaLTStd-BoldCond';
	text-transform: uppercase;
	position: absolute;
}

.pronto_section {
	padding-top: 241px;
	padding-bottom: 244px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.pronto_section .container {
	width: auto;
	max-width: 95%
}

.pronto_cnt {
	display: table;
	float: right;
}

.pronto_cnt h2 {
	font-size: 64px;
	line-height: 64px;
	color: #000000;
	font-family: 'HelveticaLTStd-BoldCond';
	text-transform: uppercase;
}

.pronto_cnt h3 {
	font-size: 26px;
	color: #000000;
	font-family: 'HelveticaLTStd-Cond';
	text-transform: uppercase;
	padding-top: 9px;
	padding-bottom: 19px;
}

.pronto_cnt h3 span {
	margin-left: 12px;
	margin-right: 12px;
	position: relative;
	top: -3px;
}

.pronto_cnt a {
	font-size: 16px;
	color: #ffffff;
	font-family: 'HelveticaLTStd-Cond';
	text-transform: uppercase;
	background: #9d1d20;
	display: table;
	border-radius: 25px;
	padding: 13px 44px;
	transition: all 0.3s ease-in-out;
}

.pronto_cnt a:hover {
	background: #fff;
	color: #9d1d20;
	transition: all 0.3s ease-in-out;
}

.dedicated_section {
	padding-top: 53px;
	padding-bottom: 59px;
}

.dedicated_cnt {
	text-align: center;
	width: 100%;
	max-width: 1025px;
	margin: 0px auto;
}

.dedicated_cnt h2 {
	font-size: 38px;
	color: #000000;
	font-family: 'HelveticaLTStd-BoldCond';
	text-transform: uppercase;
	padding-bottom: 9px;
}

.dedicated_cnt span {
	color: #9d1d20;
}

.dedicated_cnt p {
	font-size: 18px;
	line-height: 36px;
	color: #757575;
	font-family: 'HelveticaLTStd-Light';
}

.location_section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom
}

.location_cnt {
	padding-top: 145px;
}

.location_cnt h2 {
	font-size: 50px;
	color: #ffffff;
	font-family: 'HelveticaLTStd-BoldCond';
	text-transform: uppercase;
	padding-bottom: 3px;
}

.location_cnt p {
	font-size: 18px;
	line-height: 36px;
	color: #f2f2f2;
	font-family: 'HelveticaLTStd-Light';
	padding-bottom: 33px;
}

.location_cnt a {
	font-size: 18px;
	color: #ffffff;
	font-family: 'HelveticaLTStd-Cond';
	text-transform: uppercase;
	background: #9d1d20;
	display: table;
	border-radius: 25px;
	padding: 11px 50px;
	transition: all 0.3s ease-in-out;
}

.location_cnt a:hover {
	background: #fff;
	color: #9d1d20;
	transition: all 0.3s ease-in-out;
}

.location_map {
	float: right;
	padding-top: 56px;
	position: relative;
}

.my_tooltip {
	position: absolute;
	/*
	top: 98px;
	right: 0;
	left: 105px;
	*/
	margin: 0px auto;
	width: 8px;
	height: 8px;
	background-color: #9d1d20;
	box-shadow: 0px 0px 10px -1px #9d1d20;
	border-radius: 100%;
	cursor: pointer;
}
.my_tooltip1 {
	bottom: 79%;
	left: 58%;
}
.my_tooltip2 {
	left: 54%;
    bottom: 51%;
}
.my_tooltip12 {
    bottom: 49.3%;
    left: 48%;
}
.my_tooltip3 {
	bottom: 72%;
    left: 49%;
}
.my_tooltip4 {
	bottom: 21.5%;
    left: 42.8%;
}
.my_tooltip5 {
    bottom: 24%;
    left: 60%;
}
.my_tooltip6 {
    bottom: 32.7%;
    left: 82.7%;
}
.my_tooltip7 {
    bottom: 2.8%;
    left: 44.3%;
}
.my_tooltip8 {
    bottom: 32.7%;
    left: 89.7%;
}
.my_tooltip9 {
    bottom: 32.7%;
    left: 46.5%;
}
/*
.my_tooltip2 {
	top: 241px;
	left: 57px;
}

.my_tooltip12 {
	top: 267px;
	left: -17px;
}

.my_tooltip3 {
	top: 135px;
	left: -8px;
}

.my_tooltip4 {
	top: unset;
	bottom: 109px;
	right: unset;
	left: 265px;
}

.my_tooltip5 {
	top: unset;
	bottom: 123px;
	right: unset;
	left: 372px;
}

.my_tooltip6 {
	top: unset;
	bottom: 166px;
	right: 100px;
	left: unset;
}

.my_tooltip7 {
	top: unset;
	bottom: 13px;
	right: unset;
	left: 274px;
}
*/
.loc_btm_sec {
	padding-top: 150px;
	padding-bottom: 51px;
}

.loc_dv {
	display: table;
	margin: 0px auto;
	text-align: center;
}

.loc_img {
	float: left;
	min-height: 137px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.loc_txt {
	float: none;
	margin:auto;
}

.loc_txt h2 {
	font-size: 58px;
	color: #232323;
	font-family: 'HelveticaLTStd-Bold';
	margin-bottom: 0;
	padding-bottom: 9px;
}

.loc_txt h3 {
	font-size: 26px;
	color: #232323;
	font-family: 'HelveticaLTStd-Light';
	text-transform: uppercase;
	margin-top: 0;
	padding-bottom: 5px;
	padding-left: 3px;
}

.loc_brdr {
	width: 63px;
	height: 4px;
	background: #9d1d20;
	margin: auto;
}

.become_section {
	padding-top: 83px;
}

.become_dv {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.become_img {
	float: left;
}

.become_cnt {
	background: #4f4f4f;
	float: left;
	width: 100%;
	max-width: 720px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	padding: 78px 100px 50px 85px;
}

.become_cnt h3 {
	font-size: 36px;
	color: #ffffff;
	font-family: 'HelveticaLTStd-BoldCond';
	text-transform: uppercase;
	padding-bottom: 11px;
}

.become_cnt p {
	font-size: 18px;
	line-height: 36px;
	color: #f2f2f2;
	font-family: 'HelveticaLTStd-Light';
	padding-bottom: 12px;
}

.become_cnt a {
	font-size: 18px;
	color: #ffffff;
	font-family: 'HelveticaLTStd-Cond';
	text-transform: uppercase;
	background: #9d1d20;
	display: inline-block;
	border-radius: 25px;
	padding: 11px 94px;
	transition: all 0.3s ease-in-out;
}

.become_cnt a:hover {
	background: #fff;
	color: #9d1d20;
	transition: all 0.3s ease-in-out;
}

.bcm_fr {
	float: right;
}

.bcm_cnr {
	left: 0;
	background: #a7a7a7;
}

.bcm_cnr h3 {
	color: #343434;
}

.bcm_cnr p {
	color: #343434;
}

.xlparts_section {
	padding-top: 75px;
	padding-bottom: 65px;
}

.xlparts_dv {
	position: relative;
	width: 100%;
	padding: 0 25px
}

.xlparts_dv img {
	width: 100%
}

.xlparts_cnt {
	position: absolute;
	background: rgba(255, 255, 255, 0.9);
	top: 50%;
	left: 50%;
	text-align: center;
	padding: 25px 28px 14px 28px;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease-in-out;
}

.xlparts_cnt h3 {
	font-size: 34px;
	color: #171717;
	font-family: 'HelveticaLTStd-Bold';
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 7px;
}

.xlparts_cnt p {
	font-size: 17px;
	color: #343434;
	font-family: 'HelveticaLTStd-Light';
}

.xlparts_section h2 {
	text-align: center;
	font-size: 38px;
	color: #131313;
	font-family: 'HelveticaLTStd-BoldCond';
	text-transform: uppercase;
	padding-bottom: 30px;
}

.xlparts_section h2 span {
	color: #9d1d20;
}

.xlparts_section .slick-arrow {
	display: none !important;
}

.xlparts_section .slick-dots {
	bottom: -39px;
}

.xlparts_section .slick-dots li.slick-active button {
	background: #4e4e4e;
}

.xlparts_section .slick-dots li button:hover,
.slick-dots li button:focus {
	background: #4e4e4e;
}

.see_what {
	font-size: 18px;
	color: #ffffff;
	font-family: 'HelveticaLTStd-Cond';
	text-transform: uppercase;
	background: #9d1d20;
	display: table;
	margin: 0px auto;
	border-radius: 25px;
	padding: 12px 36px;
	margin-top: 75px;
	border: solid 1px #9d1d20;
	transition: all 0.3s ease-in-out;
}

.see_what:hover {
	background: #fff;
	color: #9d1d20;
	transition: all 0.3s ease-in-out;
}

.footer_section {
	background-image: -moz-linear-gradient( -180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 59%, rgb(42, 42, 42) 100%);
	background-image: -webkit-linear-gradient( -180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 59%, rgb(42, 42, 42) 100%);
	background-image: -ms-linear-gradient( -180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 59%, rgb(42, 42, 42) 100%);
}

.ftr_logo {
	float: left;
	padding-top: 56px;
}

.ftr_cnt {
	font-size: 18px;
	color: #ffffff;
	font-family: 'HelveticaLTStd-Cond';
	text-transform: uppercase;
	background: #757575;
	display: table;
	margin: 0px auto;
	border-radius: 25px;
	padding: 12px 62px;
	margin-top: 28px;
	transition: all 0.3s ease-in-out;
}

.ftr_cnt:hover {
	background: #fff;
	color: #9d1d20;
	transition: all 0.3s ease-in-out;
}

.cs_login {
	background: #cac8c8;
	padding: 12px 41px;
	margin-top: 15px;
	color: #000000;
}

.ftr_lg {
	margin-left: 20px;
}

.ftr_title {
	font-size: 16px;
	color: #ffffff;
	font-family: 'HelveticaLTStd-Bold';
	text-transform: uppercase;
	padding-bottom: 10px;
}

.ftr_menu {
	float: left;
	padding-top: 44px;
}

.ftr_menu ul {
	margin: 0;
	padding: 0;
}

.ftr_menu li {
	list-style: none;
	font-size: 14px;
	line-height: 33px;
	font-family: 'HelveticaLTStd-Light';
}

.ftr_menu li a {
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.ftr_menu li a:hover {
	color: #9d1d20;
	transition: all 0.3s ease-in-out;
}

.ftr_quick {
	padding-left: 142px;
}

.ftr_prdc {
	padding-left: 150px;
	padding-right: 180px;
}

.ftr_social {
	float: left;
	padding-left: 135px;
	padding-top: 44px;
}

.ftr_social ul {
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

.ftr_social li {
	list-style: none;
	display: inline-block;
	margin-left: 5px;
}

.ftr_social li:first-child {
	margin-left: 0;
}

.copyright_txt {
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-family: 'HelveticaLTStd-Light';
	padding-top: 54px;
	padding-bottom: 31px;
}

.cust_login:hover {
	color: #b1afaf;
	border-color: #b1afaf;
	transition: all 0.3s ease-in-out;
}

.top_right:nth-child(2) {
	padding: 6px 0 0 0;
	transition: all 0.3s ease-in-out;
}

.tp_location:hover {
	color: #b3523d;
	transition: all 0.3s ease-in-out;
}

.what_banner {
	background-position: 0;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
}

.home_slider_in {
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	position: relative;
}
@media only screen and (min-width: 1200px){
	.home_slider_in {
		min-height: 927px;
	}
}
.contact_form .formInfo{
	padding: 15px;
}
.contact_form .formInfo p{
	padding-bottom: 0px;
}
.blog_main_two>header {
	margin-bottom: 35px;
}

.homeServeThumb {
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-box {
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.image-box img {
	max-width: 100%;
	transition: all 2.0s;
	display: block;
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 0.5s ease-in-out;
	filter: grayscale(0.5)
}

.image-box:hover img {
	transform: scale(1.2);
	transition: all 0.5s ease-in-out;
	filter: grayscale(0)
}

.image-box:hover .xlparts_cnt {
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.img_zoom a img {
	max-height: 100%;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s linear;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

header {
	position: relative;
	width: 100%;
	background: #333;
}

.logo {
	position: relative;
	z-index: 123;
	padding: 10px;
	font: 18px verdana;
	color: #6DDB07;
	float: left;
	width: 15%
}

.logo a {
	color: #6DDB07;
}

nav {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

.homeslider_section {
	background-color: #dfdfdf;
}

#menuToggle {
	position: absolute;
	top: 39px;
}

#menuToggle span {
	display: block;
	width: 26px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #ababab;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	background: #232323;
}

#menuToggle input:checked~span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}

.home_slider_dv .slick-prev {
	left: 4%;
	text-align: center;
	right: 0;
	top: 47%;
	z-index: 999;
	opacity: 1;
	background-image: url(images/arrow1.png);
	background-repeat: no-repeat;
	background-position: center;
	outline: none;
}

.home_slider_dv .slick-next {
	text-align: center;
	right: 4%;
	padding: 0;
	top: 47%;
	opacity: 1;
	background-image: url(images/arrow2.png);
	background-repeat: no-repeat;
	background-position: center;
	outline: none;
}

.home_slider_dv .slick-next:before {
	content: '';
	font-family: "Font Awesome 5 Brands"
}

.home_slider_dv .slick-prev:before {
	content: '';
	font-family: "Font Awesome 5 Brands"
}

.home_slider_dv .slick-prev:before {
	content: '';
	font-family: "Font Awesome 5 Brands"
}

.home_slider_dv .slick-next:before {
	content: '';
	font-family: "Font Awesome 5 Brands"
}

.home_slider_dv .slick-prev:hover,
.home_slider_dv .slick-prev:focus {
	background-size: contain;
}

.home_slider_dv .slick-next:hover,
.home_slider_dv .slick-next:focus {
	background-size: contain;
}

.home_slider_dv .slick-slider {
	margin-bottom: 0px;
}

.home_banner_design {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.home_banner_design>img {
	width: 100%
}

.my_tooltip {
	z-index: 2;
	cursor: pointer;
}


/* Hide the tooltip content by default */

.my_tooltip:before,
.my_tooltip:after {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}


/* Position tooltip above the element */

.my_tooltip:before {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 160px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*  background-color: #000;*/
	background-color: #9d1d20;
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}


/* Triangle hack to make tooltip look like a speech bubble */

.my_tooltip:after {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	/*  border-top: 5px solid #000;*/
	border-top: 5px solid #9d1d20;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}


/* Show tooltip content on hover */

.my_tooltip:hover:before,
.my_tooltip:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}


/* Mega Menu*/

.hf-flyout-area-v3 {
	position: static;
	width: 100%;
	transition: opacity 0s linear .3s, visibility 0s linear .3s;
}

.top_menu ul li {
	position: static;
}

.top_menu ul li.dropdown {
	position: relative;
}

.top_menu ul li.dropdown>.dropdown-menu li {
	display: block;
	padding-bottom: 0px;
	padding: 5px 0px 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}

.top_menu ul li.dropdown>.dropdown-menu li:last-child {
	margin-left: 0px;
}

.top_menu ul li.dropdown.megaMenu {
	position: static;
}

.hf-flyout-v3 {
	position: absolute;
	top: 100%;
	left: 14%;
	right: 14%;
	height: auto;
	padding: 27px 30px 30px;
	margin: 20px 0 0;
	background: #FFF;
	display: none;
	width: auto;
}

.h-20 {
	display: block;
	height: 20px;
}

@media only screen and (min-width: 991px) {
	.hf-flyout-v3 {
		/* margin-top: 0px;
		top: 110px; */
	}
}

.hf-flyout-v3 .hf-flyout-heading-v3 {
	padding-bottom: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.hf-flyout-v3 .hf-title-v3 {
	font-size: 26px;
	text-transform: uppercase;
	font-family: 'HelveticaLTStd-Bold';
}

.hf-flyout-v3 .hf-link-v3 {
	font-family: 'HelveticaLTStd-Bold';
	font-size: 18px;
	color: #9d1d20;
	padding-bottom: 0;
	text-transform: capitalize;
}

.hf-flyout-content-v3 {
	display: flex;
	transform: translate3D(0, 0, 0);
	transform-style: preserve-3d;
}

.hf-flyout-content-v3 .hf-flyout-left-rail {
	flex: none;
	width: 27%;
	padding-right: 30px;
}

.hf-flyout-content-v3 .hf-flyout-right-rail {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.hf-flyout-content-v3 .hf-flyout-left-rail-image {
	height: 300px;
	min-height: 300px;
}

.hf-flyout-left-rail-image img {
	width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.hf-flyout-content-v3 .hf-flyout-content-area {
	padding: 0 30px 30px;
	background: #F6F6F6;
}

.hf-flyout-content-v3 .hf-section-header {
	font-family: 'HelveticaLTStd-Light';
	font-size: 14px;
	color: #5a5a5a;
	text-transform: uppercase;
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 4px;
}

.hf-row-- {
	flex: 0 1 100%;
	flex-direction: row;
	flex-wrap: wrap;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	list-style: none;
}

.hf-col-- {
	max-width: 100%;
	box-sizing: border-box;
	flex: 1 0 0px;
	flex-basis: 0px;
	padding: 1rem 15px 0;
	padding-top: 0;
}

.hf-flyout-content-v3 .hf-flyout-links .hf-link-v3 {
	display: table;
	margin-bottom: 8px;
}

.hf-flyout-content-v3 .hf-section-link {
	font-family: 'HelveticaLTStd-Light';
	color: #000;
	font-size: 16px;
	text-transform: capitalize;
}

.hf-flyout-content-v3 .hf-section-content {
	padding-top: 31px;
}

.hf-flyout-v3 .hf-flyout-quick-link:first-child {
	margin-top: 50px;
}

.hf-flyout-v3 .hf-flyout-quick-link {
	background: #e4e4e4;
	padding: 15px;
	min-height: 76px;
	display: flex;
	font-family: 'HelveticaLTStd-Light';
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
	color: #000;
	text-transform: capitalize;
}

.hf-flyout-v3 .hf-flyout-quick-link .icon-wrap svg {
	width: 46px;
	height: 46px;
}

.hf-flyout-v3 .hf-flyout-quick-link .icon-wrap {
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	margin-right: 15px;
}

.hf-flyout-v3 .hf-flyout-quick-link .icon-text {
	display: inline-flex;
	align-items: center;
	margin: -5px 0;
}

.hf-flyout-v3 .hf-flyout-quick-link .icon-wrap svg path {
	stroke: #9d1d20;
}

.hf-flyout-v3 .hf-flyout-promo-area {
	padding-top: 30px;
}

.hf-flyout-promo-area .link {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.hf-flyout-promo-area .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.img-container {
	position: relative;
}

.hf-flyout-promo-area .img-container {
	box-shadow: none;
	margin: -20px 15px 0;
	width: 210px;
	min-width: 210px;
	max-width: 210px;
}

.hf-flyout-promo-area .content {
	position: relative;
	margin: 23px 15px 25px;
	color: #fff;
}

.hf-flyout-promo-area .title {
	margin: 0 0 3px;
	font-family: 'HelveticaLTStd-Bold';
	font-size: 20px;
	text-transform: capitalize;
}

.hf-flyout-promo-area .bg {
	height: 156px;
}

.bg img {
	width: 100%;
	max-height: 100%;
}

.hf-flyout-promo-area .copy {
	margin: 0 0 5px;
	font-size: 18px;
	font-family: 'HelveticaLTStd-Cond';
	text-transform: capitalize;
}

.hf-flyout-v3 .hf-link-v3 .arrow {
	display: inline-block;
	width: 1em;
	margin-left: 5px;
	vertical-align: text-bottom;
	transition: transform 150ms ease-in-out;
}

.hf-flyout-promo-area .link:active .arrow,
.hf-flyout-promo-area .link:hover .arrow,
.hf-flyout-v3 .hf-link-v3:hover .arrow {
	transform: translateX(5px);
}

.hf-flyout-content-v3 .hf-section-link .arrow {
	visibility: hidden;
	opacity: 0;
	transition: transform 150ms ease-in-out, visibility 0s, opacity 0s;
}

.hf-flyout-content-v3 .hf-section-link:hover .arrow {
	visibility: visible;
	opacity: 1;
}

.sm_hide {
	display: block;
}

.sm_show {
	display: none !important;
}


/*20-02-2020*/

.buy_now {
	max-width: 1270px;
	margin: 0px auto;
}

.buy_main h2 {
	margin: 0;
	padding: 72px 0 20px 0;
	font-size: 46px;
	color: #292929;
	text-transform: uppercase;
	font-family: 'HelveticaLTStd-BoldCond';
}

.buy_main h2 span {
	color: #9d1d20;
}

.buy_main p {
	margin: 0;
	padding: 0 0 55px 0;
	font-size: 18px;
	color: #292929;
	font-family: 'HelveticaLTStd-Light';
}

.buy_main>h4 {
	margin: 0;
	padding: 0 0 50px 0;
	font-size: 36px;
	color: #292929;
	text-transform: uppercase;
	font-family: 'HelveticaLTStd-BoldCond';
}

.buy_left input {
	width: 100%;
	border: 1px solid #cccccc;
	padding: 15px 15px 15px 26px;
	height: 65px;
	font-family: 'Helvetica LT Std';
	font-size: 18px;
	color: #686868;
	outline: none !important;
	font-weight: 300;
	margin: 0 0 28px 0;
}

.buy_left input::placeholder {
	color: #686868;
}

.buy_left {
	max-width: 510px;
	width: 100%;
}

.buy_left button {
	width: 100%;
	text-align: center;
	border: 1px solid #9d1d20;
	background-color: #9d1d20;
	height: 60px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'HelveticaLTStd-BoldCond';
	transition: all 0.3s ease-in-out;
	font-size: 18px;
}

.buy_left button:hover {
	transition: all 0.3s ease-in-out;
	background-color: #ffffff;
	color: #9d1d20;
}

.buy_left>h4 {
	margin: 0;
	padding: 30px 0 38px 0;
	font-size: 16px;
	color: #2a2a2a;
	font-family: 'HelveticaLTStd-Cond';
	text-align: center;
	font-style: italic;
	border-bottom: 1px solid #d7d7d7;
}

.buy_left>h4 a {
	color: #2a2a2a;
	transition: all 0.3s ease-in-out;
}

.buy_left>h4 a:hover {
	transition: all 0.3s ease-in-out;
	color: #9d1d20;
}

.buy_left h5 {
	margin: 0;
	padding: 30px 0 15px 0;
	text-align: center;
	font-size: 19px;
	color: #292929;
	font-family: 'HelveticaLTStd-Light';
}

.buy_left h5 a {
	color: #9c9c9c;
	transition: all 0.3s ease-in-out;
}

.buy_left h5 a:hover {
	transition: all 0.3s ease-in-out;
	color: #9d1d20;
}

.buy_left h6 {
	margin: 0;
	padding: 0 0;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	font-family: 'HelveticaLTStd-BoldCond';
}

.buy_left h6 span {
	padding: 0 0 0 5px;
}

.buy_left h6 a {
	color: #000000;
	transition: all 0.3s ease-in-out;
}

.buy_left h6 a:hover {
	transition: all 0.3s ease-in-out;
	color: #9d1d20;
}

.buy_right img {
	width: 100%;
}

.btm_left {
	background-color: #ebebeb;
	border: 1px solid #a1a1a1;
	border-radius: 0;
	padding: 40px;
}

.btm_left h3 {
	margin: 0;
	padding: 0 0 14px 0;
	font-size: 36px;
	color: #292929;
	line-height: 46px;
	text-transform: uppercase;
	font-family: 'HelveticaLTStd-BoldCond';
}

.btm_left p {
	margin: 0;
	padding: 0 0;
	font-size: 18px;
	color: #292929;
	font-family: 'HelveticaLTStd-Cond';
	line-height: 42px;
}

.btm_left a {
	text-decoration: underline;
	text-decoration-color: #9d1d20;
}

.btm_left p span a {
	color: #9d1d20;
	border-bottom: 1px solid #9d1d20;
	transition: all 0.3s ease-in-out;
}

.btm_left p span a:hover {
	color: #a1a1a18a;
	border-bottom: 1px solid #a1a1a18a;
	transition: all 0.3s ease-in-out;
}

.byu_btm {
	padding: 70px 0 80px;
}

.top_bg {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	background-position: center;
	padding: 0px;
	display: block;
	justify-content: center;
	align-items: center;
	min-height: 350px;
	position: relative;
}
.top_bg>div {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top_bg h1 {
	text-align: center;
	margin: 0;
	padding: 0px 0px;
	font-size: 80px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'HelveticaLTStd-BlkCond';
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.bredcrump {
	height: 50px;
	background-color: #bebebe;
	width: 100%;
	padding: 12px 83px;
}
.bredcrump .pimcore_tag_input{
	display: inline-block;
}
.bredcrump .pimcore_tag_input::before{
	color: #666;
}
.bredcrump .pimcore_tag_input[contenteditable="true"][data-placeholder]:empty::before{
	color: #666;
}
.bredcrump h4 {
	margin: 0;
	padding: 0 0;
	line-height: 24px;
	font-size: 16px;
	color: #9d1d20;
	text-transform: capitalize;
	font-family: 'HelveticaLTStd-BoldCond';
}

.bredcrump h4 a {
	color: #101010;
	transition: all 0.3s ease-in-out;
}

.bredcrump h4 span {
	padding: 0 10px;
}

.bredcrump h4 a:hover {
	transition: all 0.3s ease-in-out;
	color: #9d1d20;
}

.contact_form {
	margin: 0px auto;
	max-width: 940px;
	width: 100%;
}

.contact_form h4 {
	margin: 0;
	padding: 70px 0 27px 0;
	text-align: center;
	font-family: 'HelveticaLTStd-BoldCond';
	font-size: 40px;
	text-transform: uppercase;
}

.contact_form h4 span {
	color: #9d1d20;
}

.contact_form p {
	margin: 0px auto;
	padding: 0 0 70px 0;
	font-size: 18px;
	color: #3c4552;
	max-width: 896px;
	text-align: center;
	font-family: 'HelveticaLTStd-Cond';
	line-height: 31px;
}

.contact_form label {
	font-size: 18px;
	color: #323232;
	font-weight: 500;
	text-transform: capitalize;
	font-family: 'HelveticaLTStd-Cond';
}

.contact_form label span {
	color: #9d1d20;
}

.contact_form input:not([type=radio]) {
	width: 100%;
	border: 1px solid #cccccc;
	height: 50px;
	margin: 10px 0 25px 0;
	font-size: 16px;
	color: #686868;
	padding: 15px
}

.contact_form input::placeholder {
	color: #cccccc;
}

.contact_form select {
	width: 100%;
	border: 1px solid #cccccc;
	height: 50px;
	margin: 10px 0 25px 0;
	font-size: 16px;
	color: #686868;
	padding: 15px;
}

.contact_form textarea {
	width: 100%;
	border: 1px solid #cccccc;
	height: 135px;
	margin: 10px 0 25px 0;
	font-size: 16px;
	color: #686868;
	padding: 15px;
}

.contact_form button {
	width: 100%;
	height: 60px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 18px;
	border: 1px solid #9d1d20;
	background-color: #9d1d20;
	font-family: 'HelveticaLTStd-BoldCond';
	transition: all 0.3s ease-in-out;
	padding: 0 0;
	margin: 0 0 95px 0;
}

.contact_form button:hover {
	color: #9d1d20;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
}

.mark1 {
	max-width: 1190px;
	margin: 0px auto 90px;
	border: 1px solid #d4cfcb;
	border-bottom: none;
}

.mark_one {
	border-bottom: 1px solid #d4cfcb;
}

.titel_mark {
	padding: 25px 10px;
	margin: 0px auto;
}

.mark_txt h4 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 26px;
	color: #9d1d20;
	font-family: 'HelveticaLTStd-BoldCond';
}

.mark_txt {
	padding: 30px 0px 30px 40px;
}

.mark_txt ul {
	margin: 0;
	padding: 0 0;
}

.mark_txt ul li {
	list-style-type: none;
	font-size: 16px;
	color: #595959;
	font-family: 'HelveticaLTStd-Cond';
	margin: 0;
	padding: 0 0;
	line-height: 33px;
}

.mark_txt ul li a {
	color: #595959;
	transition: all 0.3s ease-in-out;
}

.mark_txt ul li a:hover {
	color: #9d1d20;
	transition: all 0.3s ease-in-out;
}

.custom {
	padding: 120px 0 150px 0;
}

.custom h3 {
	margin: 0;
	padding: 0 0 25px 0;
	font-size: 40px;
	color: #292929;
	font-family: 'HelveticaLTStd-BoldCond';
	text-transform: uppercase;
}

.custom h3 span {
	color: #9d1d20;
}

.customer {
	border-left: 1px solid #c2c2c2;
	height: 597px;
	padding: 15px 0 0 97px;
}

.customer h4 {
	margin: 0;
	padding: 0 0 30px 0;
	font-size: 30px;
	color: #292929;
	font-family: 'HelveticaLTStd-BoldCond';
}

.customer h4 span {
	color: #9d1d20;
}

.customer_video iframe {
	height: 314px;
	width: 447px;
}

.customer ul {
	margin: 0;
	padding: 0 0 38px;
}

.customer ul li {
	list-style-type: none;
	font-size: 18px;
	color: #292929;
	font-family: 'HelveticaLTStd-Cond';
	line-height: 29px;
}

.customer ul li a {
	color: #292929;
	transition: all 0.3s ease-in-out;
}

.customer ul li a:hover {
	color: #9d1d20;
	transition: all 0.3s ease-in-out;
}

.play_video h4 {
	margin: 0;
	padding: 0 0;
	font-size: 25px;
	border: 4px solid #cccccc;
	border-radius: 100%;
	height: 80px;
	width: 80px;
	color: #cccccc;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.play_video h6 {
	margin: 0;
	padding: 8px 0;
	font-size: 22px;
	color: #ffffff;
	font-family: 'HelveticaLTStd-Cond';
	cursor: pointer;
}

.video_cust {
	position: relative;
	padding: 45px 0;
}

.play_video {
	position: absolute;
	top: 32%;
	left: -15%;
	right: 0;
	margin: 0px auto;
	text-align: center;
	width: 100%;
}

.markets_main h2 {
	margin: 0;
	padding: 0 0 45px 0;
	text-align: center;
	font-size: 40px;
	color: #292929;
	font-family: 'HelveticaLTStd-BoldCond';
	text-transform: uppercase;
}

.markets_main h2 span {
	color: #9d1d20;
}

.news_main {
	max-width: 1685px;
	margin: 0px auto;
}

.news_main h3 {
	margin: 0px;
	padding: 70px 0 45px 0;
	text-align: center;
	font-size: 54px;
	color: #282828;
	text-transform: uppercase;
	font-family: 'HelveticaLTStd-BoldCond';
}

.news_main h3 span {
	color: #9d1d20;
}
.newsItem{
	padding: 15px;
}
.news_main .year_div{
	font-family: 'HelveticaLTStd-BoldCond';
	color: #282828;
	margin-bottom: 15px;
	font-size: 24px;
	padding-left: 15px;
	padding-right: 15px;
}
.news_one {
	background-color: #ffffff;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	margin-bottom: 40px;
	transition: all 0.3s ease-out;
}
.news_one:hover{
    -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}
.news_main .news_one > a{
	display: block;
}
.news_one .news_img{

}
.slick-slider .slick-arrow::after{
	
}
.slick-slider .slick-arrow{

}
.news_main .slick-next.slick-arrow::after{

}
.news_main .slick-prev{
	top: 50%;
}
.news_one .news_img img{
	width: 100%;
	max-height: 245px;
	height: 245px;
	object-fit: contain;
	object-position: 50% 50%;
}
.news_txt {
	padding: 20px;
	min-height: 140px;
}

.news_txt h6 {
	margin: 0;
	padding: 2px 0 12px 0;
	font-size: 13px;
	color: #707070;
	font-family: 'HelveticaLTStd-Light';
}

.news_txt h4 {
	margin: 0;
	padding: 0 0 0px 0;
	font-size: 24px;
	color: #282828;
	font-family: 'HelveticaLTStd-BoldCond';
	line-height: 26px;
}

.requ {
	max-width: 793px;
	width: 100%;
	margin: 0px auto;
}

.requ h3 {
	margin: 0;
	padding: 60px 0 30px 0;
	font-size: 40px;
	color: #292929;
	text-align: center;
	text-transform: uppercase;
	font-family: 'HelveticaLTStd-BoldCond';
}

.requ h3 span {
	color: #9d1d20;
}

.requ p {
	font-size: 18px;
	color: #686868;
	padding: 0px 0 32px;
	font-weight: 300;
	font-family: 'Helvetica LT Std';
	margin: 0px auto;
	line-height: 30px;
	max-width: 727px;
	text-align: center;
}

.requ form {
	width: 100%;
	max-width: 674px;
}

.form_text label {
	font-weight: 300;
	float: left;
	text-align: right;
	font-size: 18px;
	color: #686868;
	width: 21%;
	margin: 0;
	padding: 14px 0;
	font-family: 'Helvetica LT Std';
}

.form_text label span {
	color: #9d1d20;
}

.form_text input {
	width: 74%;
	float: right;
	height: 55px;
	border: 1px solid #cccccc;
	font-size: 16px;
	padding: 15px;
	color: #686868;
	font-family: 'HelveticaLTStd-Light';
	margin-bottom: 20px;
}

.requ button {
	margin: 30px 0 72px 25%;
	padding: 10px 61px;
	font-size: 18px;
	color: #ffffff;
	font-family: 'HelveticaLTStd-BoldCond';
	text-transform: uppercase;
	background-color: #9d1d20;
	border-radius: 50px;
	border: 1px solid #9d1d20;
	transition: all 0.3s ease-in-out;
}

.requ button:hover {
	background-color: #fff;
	color: #9d1d20;
	transition: all 0.3s ease-in-out;
}

.line_prod {
	padding: 70px 0 72px 0;
}

.line_prod p {
	margin: 0px auto;
	padding: 0 0 18px 0;
	font-size: 18px;
	color: #757575;
	text-align: center;
	font-family: 'HelveticaLTStd-Light';
	max-width: 1280px;
	line-height: 36px;
}

.product_img {
	position: relative;
}

.prod_txt {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	margin: 0px auto;
	text-align: center;
}

.prod_txt h4 {
	margin: 0;
	padding: 0 0;
	font-size: 54px;
	color: #ffffff;
	text-transform: capitalize;
	font-family: 'HelveticaLTStd-BoldCond';
}

.product_img {
	margin-bottom: 30px;
}
.hf-flyout-v3 .hf-flyout-heading-v3 .hf-title-v3{
	display: inline-block;
}
.hf-flyout-v3 .hf-flyout-heading-v3 .mmRightLink{
	display: inline-block;
}
.hf-flyout-v3 .mmRightLink{
	font-size: 26px;
	font-family: 'HelveticaLTStd-Bold';
	text-transform: none;
}
.hf-flyout-v3 .mmRightLink a{
	color: #333;
	font-size: 26px;
    font-family: 'HelveticaLTStd-Bold';
}
.hf-flyout-v3 .mmRightLink .arrow{
	display: none;
}
.break_one_main {}

.break_txt>h4 {
	margin: 0;
	padding: 9px 5px 9px;
	font-size: 38px;
	background-color: rgba(255, 255, 255, 0.9);
	text-transform: uppercase;
	color: #282828;
	font-family: 'HelveticaLTStd-BoldCond';
	display: inline-block;
    margin: auto;
}
.subProduct .subCategoryItem:hover .break_txt{
	display: none;
}
.break_one {
	position: relative;
	margin-bottom: 10px;
}

.break_one_main .slick-prev,
.slick-next {
	top: 50%;
}

.break_one_main .subCategoryItem {
	min-height: 50px;
	vertical-align: middle;
}

.brakes_main {
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	padding-bottom: 60px;
}

.break_txt {
	position: absolute;
	text-align: center;
	padding: 70px;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	transition: all 0.3s ease-out;
	margin: auto;
    display: flex;
    align-items: center;
	text-align: center;
	background-color: transparent;
}

.break_one_main>h4 {
	margin: 0;
	padding: 49px 0 35px 0;
	font-size: 54px;
	color: #282828;
	font-family: 'HelveticaLTStd-BoldCond';
	text-align: center;
	text-transform: uppercase;
}

.brakes_main .row .col-lg-4 {
	margin: 0;
	padding: 5px 5px;
}

.brand h4 {
	margin: 0;
	padding: 70px 0 50px 0;
	font-size: 54px;
	color: #282828;
	font-family: 'HelveticaLTStd-BoldCond';
	text-align: center;
	text-transform: uppercase;
}

.brand .row .col-lg-15 {
	margin: 0;
	padding: 0 0;
}

.product_padding {
	padding-top: 12px;
}

.brand_logo {
	height: 200px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
	border: 2px solid #cccccc;
	width: 100%;
}

.brand_logo img {
	max-height: 115px;
	max-width: 160px;
}

.brand {
	padding-bottom: 90px;
}


/*21-02-2020*/

.who_banner_class {
	background-image: url(images/banner_who.png);
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	text-align: center;
	display: block;
	justify-content: center;
	align-items: center;
	min-height: 350px;
	position: relative;
}
.who_banner_content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner_whatdo {
	background-image: url(images/banner_whatdo.png);
}

.who_banner_content h2 {
	font-size: 80px;
	color: #fff;
	margin: 0px;
	padding: 0px 0px 0px;
	font-family: 'HelveticaLTStd-BlkCond';
	font-weight: bolder;
	text-transform: uppercase;
}

.who_banner_content h2 span {
	color: #9d1d20;
}

.who_banner_content p {
	font-size: 18px;
	color: #fff;
	max-width: 800px;
	padding: 30px 0px 0px;
	font-weight: 400;
	margin: 0px auto;
	line-height: 33px;
	font-family: 'HelveticaLTStd-Light';
}

.who_left_right {
	background-color: #f1f1f1;
	padding: 70px 0;
}

.who_contant {
	width: 50%;
	float: left;
	padding: 80px;
	background-color: #fff;
}

.who_contant h5 {
	font-size: 38px;
	margin: 0px;
	padding-bottom: 20px;
	text-transform: uppercase;
	color: #000;
	font-family: 'HelveticaLTStd-BoldCond';
}

.who_contant p {
	font-size: 18px;
	color: #757575;
	padding-bottom: 36px;
	line-height: 35px;
	font-family: 'HelveticaLTStd-Light';
	margin: 0px;
}

.who_contant2 {
	width: 50%;
	float: left;
}

.learn_more_link a {
	width: 100%;
	text-align: center;
	border: 1px solid #9d1d20;
	background-color: #9d1d20;
	padding: 14px 46px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'HelveticaLTStd-Cond';
	transition: all 0.3s ease-in-out;
	font-size: 16px;
	border-radius: 100px;
}

.learn_more_link a:hover {
	transition: all 0.3s ease-in-out;
	background-color: #ffffff;
	color: #9d1d20;
}

.loacation_banner_div {
	position: relative;
	text-align: center;
}

.loacation_banner_div img {
	width: 100%;
}

.loactioN_text {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 350px;
}

.loactioN_text h3 {
	font-size: 80px;
	color: #fff;
	margin: 0;
	padding: 120px 0;
	font-family: 'HelveticaLTStd-BlkCond';
	font-weight: bolder;
	text-transform: uppercase;
}

.loacation_sec2 {
	background-color: #9d1d20;
	padding: 5px 0px 10px;
}

.loacation_sec2 form {
	position: relative;
}

.locationGrp .select_box {
	margin-left: 15px;
	margin-right: 15px;
}

.loacation_sec2 input {
	background: #fff;
	border: none;
	padding: 9px 16px 9px 12px;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	border-radius: 5px;
	outline: none !important;
	font-family: 'HelveticaLTStd-Light';
	height: 35px;
}

.loacation_sec2 select {
	height: 35px;
}

.loacation_sec2 button {
	top: 4px;
	background: #000;
	position: absolute;
	transition: all 0.3s ease-in-out;
	border: none;
	font-size: 14px;
	left: 0;
	display: inline-block;
	background-color: transparent;
	cursor: pointer;
	outline: none !important;
	color: #fff;
}

.loacation_sec2 button img {
	filter: brightness(0) invert(1);
}

.location_width {
	max-width: 1730px;
	margin: 0px auto;
}

.select_box {
	display: block;
}

.select_box label {
	color: #fff;
	font-size: 16px;
}

.select_box select {
	display: inline-block;
	background: #fff;
	border: none;
	padding: 9px 12px 9px 21px;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	outline: none !important;
	font-family: 'HelveticaLTStd-Light';
	height: 35px;
	border-radius: 5px;
}

.reset_button>button {
	max-width: 150px;
	width: 100%;
	text-align: center;
	border: none;
	background-color: #757575;
	position: relative;
	padding: 8px 46px;
	margin-right: 13px;
	color: #ffffff;
	left: unset;
	top: unset;
	text-transform: uppercase;
	font-family: 'HelveticaLTStd-Cond';
	transition: all 0.3s ease-in-out;
	font-size: 16px;
	border-radius: 100px;
	display: inline-block;
}

.reset_button>button:hover {
	transition: all 0.3s ease-in-out;
	background-color: #d9d9d9;
	color: #000;
}

.new_button {
	background-color: #d9d9d9 !important;
	color: #000 !important;
	transition: all 0.3s ease-in-out;
}

.new_button:hover {
	background-color: #757575 !important;
	color: #fff !important;
	transition: all 0.3s ease-in-out;
}

.forms_buttons {
	padding-top: 0px;
}

.reset_button {
	text-align: left;
}

.results_show {
	background-color: #5d5d5d;
	padding: 10px 0;
}

.results_show p {
	font-size: 14px;
	color: #fff;
	padding: 0;
	font-family: 'HelveticaLTStd-Light';
	margin: 0px;
}

.map_left_scolling {
	overflow: scroll;
	width: 25%;
	float: left;
	height: 1144px;
}

.map_right_map {
	width: 75%;
	float: left;
}

.map_right_map img {
	width: 100%;
}

.scrolling_one {
	background-color: #ced2d6;
	padding: 20px;
}

.scrolling_two {
	background-color: #e5e5e3;
}

.scrolling_one h3 {
	font-family: 'HelveticaLTStd-Bold';
	font-size: 20px;
	color: #5d5d5d;
}

.scrolling_one h4 {
	font-family: 'HelveticaLTStd-Light';
	font-size: 16px;
	color: #000;
}

.scrolling_one ul li {
	font-family: 'HelveticaLTStd-Light';
	font-size: 14px;
	color: #000;
	list-style-type: none;
	line-height: 23px;
}

.scrolling_one ul li a {
	color: #5980da;
	border-bottom: 1px solid #8ca4d8;
	transition: all 0.3s ease-in-out;
}

.scrolling_one ul li a:hover {
	color: #9d1d20;
	border-bottom: 1px solid #9d1d20;
	transition: all 0.3s ease-in-out;
}

.scrolling_one h5 {
	color: #54a156;
	font-family: 'HelveticaLTStd-Bold';
	text-transform: uppercase;
	font-size: 14px;
}

.detailes>button {
	max-width: 128px;
	width: 100%;
	text-align: center;
	border: none;
	background-color: #5d5d5d;
	position: initial;
	padding: 9px 34px;
	margin-right: 13px;
	color: #fff !important;
	left: unset;
	top: unset;
	text-transform: uppercase;
	font-family: 'HelveticaLTStd-Cond';
	transition: all 0.3s ease-in-out;
	font-size: 14px;
	border-radius: 100px;
}

.detailes>button:hover {
	transition: all 0.3s ease-in-out;
	background-color: #bdbdbd;
	color: #000 !important;
}

.detailes {
	padding: 15px 0px;
}

.linkes a {
	font-family: 'HelveticaLTStd-Light';
	font-size: 13px;
	color: #9d1d20;
	line-height: 25px;
	transition: all 0.3s ease-in-out;
}

.linkes a:hover {
	color: #5d5d5d;
	transition: all 0.3s ease-in-out;
}

.emailes>ul {
	margin: 0;
}

.emailes>ul>li {
	font-family: 'HelveticaLTStd-Light';
	font-size: 13px;
	color: #000;
	list-style-type: none;
	float: left;
	position: relative;
	text-transform: uppercase;
	line-height: 23px;
}

.emailes>ul>li a {
	color: #000;
	border: none;
	padding-right: 30px;
}

.emailes>ul>li a::before {
	content: '|';
	position: absolute;
	top: 0;
	left: -15px;
	right: 0;
}

.emailes>ul>li:first-child a::before {
	content: '';
}

.scrollbar {
	background: #F5F5F5;
	overflow-y: scroll;
}

#style-2::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #878787;
}


/**/
.checkbox_div label {
	color: #fff;
	font-size: 16px;
}
.checkbox_div {
	display: block;
}

.checkbox_div ul {
	margin: 0;
	padding: 0 0;
	display: flex;
}

.checkbox_div ul li {
	list-style-type: none;
	margin: 10px 25px 0 0px;
}

.container1 {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 17px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #ffffff;
	font-family: 'HelveticaLTStd-Light';
}

.container1 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: -2px;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #ffffff;
	border-radius: 5px;
}

.container1:hover input~.checkmark {
	background-color: #ccc;
}

.container1 input:checked~.checkmark {
	background-color: #757575;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.container1 input:checked~.checkmark:after {
	display: block;
}

.container1 .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.who_are_content h3 {
	font-family: 'Helvetica LT Std';
	font-size: 57px;
	color: #bebebe;
	letter-spacing: 26px;
	padding-bottom: 0px;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}

.parts_link ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	list-style-type: none;
	display: flex;
	max-width: 1070px;
}

.parts_link ul li {
	font-size: 290px;
	letter-spacing: 17px;
	font-family: 'HelveticaLTStd-Bold';
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	float: left;
	line-height: 280px;
	text-align: center;
}

.parts_link {
	margin-bottom: 0px;
}

.parts_link ul li a {
	color: #bebebe;
}

.parts_link ul li a:hover {
	color: #a02f31;
	transition: all 0.3s ease-in-out;
}

.parts_link ul li a:hover span {
	color: #a02f31;
	transition: all 0.3s ease-in-out;
}

.section_one {
	padding: 70px 0px;
}

.parts_link ul li a span {
	color: #bebebe;
	letter-spacing: 2px;
	font-size: 24px;
	font-family: 'Helvetica LT Std';
	text-transform: uppercase;
	display: block;
	flex-flow: column-reverse;
	align-items: center;
	width: 207px;
	justify-content: center;
	line-height: 28px;
	text-align: center;
}

.faq_p_content {
	width: 50%;
	float: left;
}

.faq_video {
	width: 50%;
	text-align: right;
	float: left;
}

.faq_heading h3 {
	font-size: 56px;
	font-family: 'HelveticaLTStd-BoldCond';
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	margin: 0;
	color: #909090;
}

.faq_heading h3:hover {
	color: #a02f31;
	transition: all 0.3s ease-in-out;
}

.watch_video {
	position: absolute;
	top: -13px;
	right: 0;
}

.faq_heading {
	position: relative;
	padding: 40px 118px 40px 50px;
	border-bottom: 1px solid #bfbfbf;
	background-color: #f2f2f2;
	cursor: pointer;
}

.watch_video {}

.section_nine_part2 {
	border: 1px solid #bfbfbf;
}

.watch_video a {
	max-width: 230px;
	width: 100%;
	text-align: center;
	border: none;
	background-color: #a02f31;
	padding: 16px 58px;
	margin-right: 0;
	color: #fff;
	text-transform: uppercase;
	font-family: 'HelveticaLTStd-Cond';
	transition: all 0.3s ease-in-out;
	font-size: 20px;
	border-radius: 100px;
}

.watch_video a:hover {
	transition: all 0.3s ease-in-out;
	background-color: #a02f31;
	color: #fff;
}

.plus_icone {
	float: left;
	line-height: 57px;
	padding-right: 35px;
}

.faq_p_content p {
	font-size: 16px;
	font-family: 'HelveticaLTStd-Light';
	margin: 0;
	color: #000;
	line-height: 34px;
	max-width: 590px;
}

.faq_content {
	padding: 59px;
}

.watch_video iframe {
	width: 100%;
	height: 372px;
}

.faq_section {
	padding-bottom: 115px;
}

.slider_image {
	padding: 90px 0px 140px;
	background-size: cover;
	width: 100%;
}

.slider_left_img {
	float: left;
	width: 20%;
}

.slider_right_content {
	float: left;
	width: 80%;
	padding-left: 89px;
}

.slider_right_content h3 {
	font-size: 34px;
	font-family: 'HelveticaLTStd-BoldCond';
	margin: 0;
	color: #9d1d20;
	line-height: 34px;
	padding-bottom: 29px;
}

.slider_right_content p {
	font-size: 20px;
	font-family: 'Helvetica LT Std';
	margin: 0;
	color: #434343;
	padding-bottom: 30px;
	line-height: 38px;
}

.slider_right_content h6 {
	font-size: 20px;
	font-family: 'HelveticaLTStd-BoldCond';
	margin: 0;
	color: #6b6b6b;
	line-height: 34px;
	max-width: 590px;
}

.slider_col {
	width: 100%;
	max-width: 1170px;
	margin: 0px auto;
}

.we_slider .slick-dots {
	bottom: 75px;
}

.we_slider .slick-dots li.slick-active button {
	background: #a02f31 !important;
}

.we_slider .slick-dots li {
	width: 39px;
	height: 2px;
	margin: 0 8px;
}

.we_slider .slick-dots li button {
	width: 39px;
	height: 2px;
	padding: 0px;
	background: #fff;
	border-radius: 0;
}

.our_mission_content h3 {
	font-size: 38px;
	font-family: 'HelveticaLTStd-BoldCond';
	margin: 0;
	color: #000;
	line-height: 34px;
	padding-bottom: 29px;
}

.our_mission_content h3 span {
	color: #a02f31;
}

.our_mission_content p {
	font-size: 16px;
	font-family: 'HelveticaLTStd-Light';
	margin: 0;
	color: #434343;
	padding-bottom: 30px;
	line-height: 38px;
}

.our_width {
	width: 100%;
	margin: 0px auto;
	max-width: 1280px;
}

.our_mission {
	padding: 90px 0px;
}

.meet_left {
	width: 50%;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 31%;
    min-height: 465px;
}

.meet_left img {
	max-height: 625px;
	width: 100%;
	object-fit: cover;
}

.meet_right {
	width: 50%;
	padding: 60px 65px 35px;
	float: left;
	background-color: #202020;
}
.ceoContent{
	max-height: 320px;
    overflow-y: auto;
}
.ceoContent p{
	display: none;
}
.ceoContent p:first-child{
	display: block;
}
.meet_right h3 {
	font-size: 48px;
	font-family: 'HelveticaLTStd-BoldCond';
	margin: 0;
	color: #fff;
	line-height: 34px;
	padding-bottom: 15px;
}
.meet_right a.readToggle{
	margin-top: 20px;
	display: inline-block;
	width: auto;
	text-align: center;
    border: 1px solid #9d1d20;
    background-color: #9d1d20;
    padding: 12px 46px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'HelveticaLTStd-Cond';
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 100px;
}
.meet_right h4 {
	font-size: 26px;
	font-family: 'HelveticaLTStd-Cond';
	margin: 0;
	color: #a02f31;
	padding-bottom: 18px;
	line-height: 38px;
}

.meet_right p {
	font-size: 16px;
	font-family: 'HelveticaLTStd-Light';
	margin: 0;
	color: #d6d6d6;
	padding-bottom: 34px;
	line-height: 34px;
}

.a_link_meet a {
	font-size: 16px;
	color: #fff;
	font-family: 'HelveticaLTStd-Cond';
	text-transform: uppercase;
	background: #a02f31;
	border-radius: 25px;
	padding: 14px 40px;
	transition: all 0.3s ease-in-out;
}

.a_link_meet a:hover {
	background: #fff;
	color: #9d1d20;
	transition: all 0.3s ease-in-out;
}

.coo_title {
	background-color: #282828;
	padding: 25px 0px 12px;
	text-align: center;
}

.coo_title h2 {
	font-size: 34px;
	font-family: 'HelveticaLTStd-BoldCond';
	margin: 0;
	color: #fff;
	line-height: 34px;
	padding-bottom: 7px;
	text-align: center;
}

.coo_title span {
	font-size: 26px;
	font-family: 'HelveticaLTStd-Cond';
	margin: 0;
	color: #a02f31;
	padding-bottom: 0px;
}

.ceo_name {
	width: 33.33%;
	float: left;
	border: 1px solid #fff;
	border-right: 0;
	border-bottom: 0;
}
.coo_img{
	height: 440px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 31%;
}
.coo_img img {
	width: 100%;
	max-height: 440px;
	object-fit: cover;
	object-position: 50% 32%;
}

.coo_main {
	padding-bottom: 83px;
}
.coo_main .slick-prev{
	top: 50%;
}
.meet_title h5 {
	font-size: 48px;
	font-family: 'HelveticaLTStd-BoldCond';
	margin: 0;
	color: #000;
	text-align: center;
	padding-bottom: 63px;
}

.meet_title h5 span {
	color: #a02f31;
}

.faq_video iframe {
	width: 100%;
	height: 370px;
}

.product_padding {
	padding-top: 50px;
}

.road_map_sec {
	padding-left: 41px;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
}

.roadmap_inner {}

.roadmap_left {
	position: absolute;
	padding-top: 21px;
}

.roadmap_left h3 {
	font-size: 57px;
	color: #bebebe;
	font-family: 'HelveticaLTStd-Cond';
	letter-spacing: 19px;
	margin-bottom: 0;
}

.roadmap_left h2 {
	font-size: 80px;
	color: #231f20;
	font-family: 'HelveticaLTStd-BoldCond';
	text-transform: uppercase;
	margin-top: 0;
}

.roadmap_left h2 span {
	color: #9d1d20;
}

.roadmap_year {
	padding-top: 6px;
}

.roadmap_year ul {
	margin: 0;
	padding: 0;
	float: left;
}
.roadmap_year ul.twoCol{
	column-count: 2;
}
.roadmap_year ul:first-child {
	margin-right: 49px;
	margin-left: 7px;
}

.roadmap_year li {
	list-style: none;
}

.roadmap_year li span {
	font-size: 24px;
	line-height: 53px;
	color: #797979;
	font-family: 'HelveticaLTStd-Cond';
	letter-spacing: 1px;
}

.roadmap_year li span:hover {
	color: #9d1d20;
	font-family: 'HelveticaLTStd-Bold';
}

.roadmap_year li span.focus {
	color: #9d1d20;
	font-family: 'HelveticaLTStd-Bold';
}

.roadmap_right {
	position: relative;
	float: right;
}

.road_img {
	margin-right: 29px;
}

.road_loc_txt {
	font-size: 33px;
	color: #ffffff;
	font-family: 'HelveticaLTStd-BlkCond';
	text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.9);
	text-align: center;
	margin-top: -10px;
}

.road_loc_cnt {
	position: absolute;
	width: 100%;
	right: 43px;
	top: -83px;
	display: none;
	background: rgba(50,50,50,0.5);
	z-index: 99;
	max-width: 320px;
}

.road_loc_dv_out1 .road_loc_cnt {
	position: absolute;
	width: 100%;
	right: 68px;
	display: none;
	top: 0;
}

.road_loc_cnt h3 {
	font-size: 34px;
	color: #fff;
	font-family: 'HelveticaLTStd-BoldCond';
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}

.road_loc_cnt p {
	font-size: 24px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 31px;
	color: #fff;
	font-family: 'HelveticaLTStd-Cond';
}

.road_loc_dv_out1 {
	right: 0;
	top: 0;
	max-width: 790px;
}

.rdlc_hvr {
	cursor: pointer;
	width: 100%;
	position: absolute;
}

.rdlc_hvr:hover .road_loc_cnt {
	display: block;
}

.road_loc_dv1 {
	position: absolute;
	right: 0;
}

.road_lc_brdr {
	width: 100%;
	height: 13px;
	border-bottom: solid 2px #e81c23;
}

.road_lc_brdr:after {
	content: '';
	position: absolute;
	left: -3px;
	bottom: -5px;
	background: url(images/loc_dot.png);
	width: 16px;
	height: 13px;
}

.road_loc_cnt1 .road_lc_brdr:after {
	content: '';
	position: absolute;
	left: inherit;
	right: -3px;
	bottom: -5px;
	background: url(images/loc_dot.png);
	width: 16px;
	height: 13px;
}

.road_loc_cnt1 {
	right: -311px;
	text-align: left;
}

.road_loc_dv_out2 {
	position: absolute;
	top: 165px;
	right: 24px;
	max-width: 820px;
}

.road_loc_dv_out3 {
	top: 252px;
	right: 92px;
	max-width: 725px;
}

.road_loc_dv_out4 {
	top: 184px;
	right: 265px;
	max-width: 580px;
}

.road_loc_dv_out5 {
	top: 63px;
	right: 413px;
	max-width: 400px;
}

.road_loc_dv_out6 {
	top: 220px;
	right: 450px;
	max-width: 400px;
}

.road_loc_dv_out7 {
	top: 285px;
	right: 736px;
	max-width: 375px;
}

.road_loc_dv_out8 {
	top: 593px;
	left: 433px;
	max-width: 415px;
}

.road_loc_dv_out8 .road_loc_cnt1 {
	left: 370px;
}

.road_loc_dv_out9 {
	top: 456px;
	left: 43px;
	max-width: 596px;
}

.road_loc_dv_out9 .road_loc_cnt1 {
	left: 550px;
}

.road_loc_dv_out10 {
	top: 445px;
	left: 43px;
	max-width: 350px;
}

.road_loc_dv_out11 {
	top: 625px;
	left: -373px;
	max-width: 805px;
}

.road_loc_dv_out11 .road_loc_cnt1 {
	left: 760px;
}

.road_loc_dv_out12 {
	top: 634px;
	left: -564px;
	max-width: 900px;
}

.road_loc_dv_out12 .road_loc_cnt1 {
	left: 855px;
}

.road_loc_dv_out13 {
	top: 638px;
	left: -771px;
	max-width: 1005px;
}

.road_loc_dv_out13 .road_loc_cnt1 {
	left: 960px;
}

.road_loc_dv_out14 {
	top: 698px;
	left: -826px;
	max-width: 1005px;
}

.road_loc_dv_out14 .road_loc_cnt1 {
	left: 960px;
}

.road_map_sec {
	padding-left: 15px;
	padding-right: 15px;
}

.roadmap_cnt_main h3 {
	font-size: 20px;
	color: #bebebe;
	font-family: 'HelveticaLTStd-Cond';
	letter-spacing: 5px;
	margin-bottom: 0;
}

.roadmap_cnt_main h2 {
	font-size: 26px;
	color: #231f20;
	font-family: 'HelveticaLTStd-BoldCond';
	text-transform: uppercase;
	margin-top: 5px;
}

.roadmap_mbdv h4 {
	font-size: 22px;
	color: #9d1d20;
	font-family: 'HelveticaLTStd-Bold';
}

.roadmap_mbdv h5 {
	font-size: 16px;
	color: #231f20;
	font-family: 'HelveticaLTStd-BoldCond';
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
}

.roadmap_mbdv p {
	font-size: 14px;
	line-height: 22px;
	color: #231f20;
	font-family: 'HelveticaLTStd-Cond';
}

.roadmap_cnt_main h2 span {
	color: #9d1d20;
}

.roadmap_list {
	padding-bottom: 15px;
}

@media only screen and (min-width: 200px) and (max-width :767px) {
	body{
		overflow-x: hidden;
	}
	.top_bg{
		min-height: 150px;
	}
	.section_nine_part2 {
		max-width: 300px;
		margin: 0px auto;
	}
	.xlparts_cnt h3 {
		font-size: 26px;
	}
	.header_main .container {
		width: 100%;
	}
	.who_btm .container {
		width: 100%;
	}
	.logo_dv {
		margin-top: 10px;
		position: inherit;
		text-align: center;
	}
	.logo_dv img {
		max-width: 100px;
	}
	.top_right {
		float: none;
		text-align: center;
	}
	.tp_search {
		margin-left: auto;
		margin-top: 10px;
	}
	.cust_login {
		padding: 9px 20px 9px 15px;
		font-size: 12px;
		margin-left: 10px;
	}
	.header_main {
		padding-bottom: 20px;
	}
	.homebanner_cnt h2 {
		font-size: 32px;
		letter-spacing: 0;
	}
	.homebanner_cnt h1 {
		font-size: 45px;
	}
	.homebanner_cnt p {
		font-size: 18px;
		padding: 0 15px;
		padding-top: 10px;
	}
	/*
	.slick-arrow {
	display: none !important;
	}
	*/
	.homebanner_cnt {
		padding-top: 60px;
		padding-bottom: 120px;
	}
	.slick-dots {
		bottom: 30px;
	}
	.home_slider_dv .slick-dots {
		bottom: 50px;
	}
	.slick-dots li button {
		width: 25px;
	}
	.slick-dots li {
		width: 25px;
		margin: 0 3px;
	}
	.what_img {
		min-height: 100%;
	}
	.what_dv h3 {
		font-size: 20px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.what_dv {
		padding: 0;
		padding-top: 15px;
		padding-bottom: 10px;
		max-width: 500px;
		margin: 0px auto;
	}
	.what_dv p {
		font-size: 14px;
		line-height: 26px;
		padding-bottom: 0px;
	}
	.what_dv a {
		padding: 10px 28px;
	}
	.what_top {
		padding-bottom: 20px;
	}
	.who_btm h2 {
		font-size: 26px;
	}
	.who_btm {
		padding-top: 10px;
	}
	.serve_dv h3 {
		font-size: 14px;
	}
	.serve_main {
		padding-top: 10px;
		padding-bottom: 30px;
		max-width: 500px;
		margin: 0px auto;
	}
	.pronto_section {
		padding-top: 10px;
		padding-bottom: 10px;
		background-position: 20%;
		background-attachment: inherit !important;
		background-size: 100% 100%;
	}
	.pronto_cnt h2 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 0px;
	}
	.pronto_cnt h3 {
		font-size: 15px;
		padding-top: 0px;
		padding-bottom: 5px;
		margin-top: 10px;
	}
	.pronto_cnt h3 span {
		margin-left: 2px;
		margin-right: 2px;
		top: -2px;
	}
	.pronto_cnt a {
		font-size: 14px;
		padding: 10px 28px;
	}
	.dedicated_cnt h2 {
		font-size: 26px;
		padding-bottom: 0;
	}
	.dedicated_cnt p {
		font-size: 14px;
		line-height: 26px;
	}
	.dedicated_section {
		padding-top: 10px;
		padding-bottom: 10px;
		background: #fff;
	}
	.location_cnt h2 {
		font-size: 26px;
		padding-bottom: 0;
	}
	.location_cnt p {
		font-size: 14px;
		line-height: 26px;
		padding-bottom: 5px;
	}
	.location_cnt a {
		font-size: 14px;
		border-radius: 25px;
		padding: 10px 28px;
	}
	.location_cnt {
		padding-top: 10px;
		max-width: 500px;
		margin: 0px auto;
	}
	.location_map {
		float: none;
		padding-top: 30px;
		max-width: 240px;
		margin: 0px auto;
	}
	/*
	.my_tooltip {
		width: 15px;
		height: 15px;
		background-color: transparent;
		box-shadow: none;
		top: 38px;
		left: 41px;
	}
	.my_tooltip2 {
		top: 93.5px;
		left: 23px;
	}
	.my_tooltip12 {
		top: 106px;
		left: -8px;
	}
	.my_tooltip3 {
		top: 54px;
		left: -4px;
	}
	.my_tooltip4 {
		top: unset;
		bottom: 39px;
		right: unset;
		left: 97px;
	}
	.my_tooltip5 {
		top: unset;
		bottom: 47px;
		right: unset;
		left: 137px;
	}
	.my_tooltip6 {
		top: unset;
		bottom: 63px;
		right: 33px;
		left: unset;
	}
	.my_tooltip7 {
		top: unset;
		bottom: 5px;
		right: unset;
		left: 101px;
	}*/
	.loc_img {
		float: none;
		min-height: 100%;
	}
	.loc_txt {
		float: none;
		margin-left: auto;
		text-align: center;
	}
	.loc_txt h2 {
		font-size: 24px;
		margin-bottom: 0;
		padding-bottom: 0;
		margin-top: 8px;
	}
	.loc_txt h3 {
		font-size: 14px;
		margin-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		margin-bottom: 5px;
	}
	.loc_brdr {
		width: 50px;
		margin-left: auto;
		margin-right: auto;
	}
	.loc_dv {
		padding-top: 20px;
	}
	.loc_img img {
		max-height: 20px;
	}
	.loc_btm_sec {
		padding-top: 5px;
		padding-bottom: 25px;
	}
	.location_section {
		background-position: right;
	}
	.become_cnt {
		position: inherit;
		padding: 0px 10px 20px 15px;
	}
	.become_cnt h3 {
		font-size: 24px;
		padding-bottom: 0;
	}
	.become_cnt p {
		font-size: 14px;
		line-height: 26px;
		padding-bottom: 5px;
	}
	.become_cnt a {
		font-size: 15px;
		padding: 10px 28px;
	}
	.become_section {
		padding-top: 30px;
	}
	.xlparts_section h2 {
		font-size: 24px;
		padding-bottom: 10px;
	}
	.xlparts_cnt {
		padding: 15px 0px 10px 0px;
		width: 245px;
		margin: 0px auto;
	}
	.see_what {
		font-size: 15px;
		padding: 10px 28px;
		margin-top: 60px;
	}
	.xlparts_section {
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.ftr_logo {
		float: none;
		padding-top: 25px;
	}
	.ftr_lg img {
		max-width: 100px;
	}
	.ftr_cnt {
		font-size: 15px;
		padding: 12px 35px;
		margin-top: 15px;
		margin-left: 0;
		margin: 18px auto;
	}
	.cs_login {
		padding: 12px 18px;
	}
	.ftr_quick {
		padding-left: 0;
	}
	.ftr_menu {
		float: none;
		padding-top: 10px;
	}
	.ftr_title {
		font-size: 16px;
		padding-bottom: 0;
	}
	.ftr_prdc {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
	.ftr_srvc {
		padding-top: 0;
	}
	.ftr_social {
		float: none;
		padding-left: 0;
		padding-top: 0;
	}
	.copyright_txt {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.tp_rgh_dv {
		float: none;
		margin: 0px auto;
		max-width: 100%;
	}
	.xlparts_inner {
		max-width: 500px;
		margin: 0px auto;
	}
	.ftr_top_in {
		max-width: 500px;
		margin: 0px auto;
		display: table;
		text-align: center;
	}
	.become_dv {
		max-width: 500px;
		margin: 0px auto;
	}
	.top_menu {
		float: none;
		margin-top: 0px;
		margin-left: initial;
		display: none;
		position: absolute;
		left: 0;
		width: 100%;
		background-image: -webkit-linear-gradient( -180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 66%, rgb(39, 39, 39) 84%, rgb(49, 49, 49) 100%);
		background-image: -ms-linear-gradient( -180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 66%, rgb(39, 39, 39) 84%, rgb(49, 49, 49) 100%);
		padding: 20px 20px 40px;
		z-index: 9;
		overflow-y: scroll;
		height: 100vh;
	}
	.top_menu li {
		width: 100%;
		margin: 10px 0 !important;
		padding: 0 !important;
		border: 0px !important
	}
	.top_menu li a {
		padding-bottom: 5px;
		display: inline-block;
	}
	.top_menu>ul>li.dropdown:hover>a:after {
		border: 0px
	}
	.top_menu>ul>li:hover {
		border: 0px
	}
	.top_menu>ul>li.dropdown {
		position: relative;
	}
	.top_menu>ul>li.dropdown .hf-flyout-area-v3 {
		position: relative;
	}
	.hf-flyout-v3 {
		padding: 15px 15px 15px;
		margin: 20px 0 0;
		position: relative;
		display: block;
		box-shadow: unset !important;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
	}
	.hf-flyout-v3 .hf-flyout-heading-v3 {
		padding-bottom: 15px;
	}
	.hf-flyout-v3 .hf-title-v3 {
		font-size: 14px;
	}
	.hf-flyout-v3 .hf-link-v3 {
		font-size: 14px;
	}
	.hf-flyout-content-v3 {
		display: block;
	}
	.hf-flyout-area-v3 {
		display: none
	}
	.hf-flyout-content-v3 .hf-flyout-left-rail {
		flex: none;
		width: 100%;
		padding-right: 0px;
	}
	.hf-flyout-content-v3 .hf-flyout-right-rail {
		flex: none;
		display: block;
		flex-direction: column;
		width: 100%;
	}
	.hf-flyout-content-v3 .hf-flyout-content-area {
		padding: 0 15px 15px;
	}
	.hf-flyout-links .hf-row-- {
		flex: 0 1 100%;
		flex-direction: row;
		flex-wrap: nowrap;
		display: block;
	}
	.hf-flyout-content-v3 .hf-section-content {
		padding-top: 20px;
	}
	.hf-flyout-content-v3 .hf-section-header {
		font-size: 12px;
	}
	.hf-flyout-content-v3 .hf-section-link {
		font-size: 12px;
	}
	.hf-flyout-quick-links {
		display: none;
	}
	.hf-flyout-promo-area {
		display: none;
	}
	.hf-flyout-left-rail-image {
		display: none;
	}
	.top_menu>ul>li.dropdown.megaMenu:hover>a:after {
		display: none;
	}
	.top_menu ul li.dropdown.megaMenu {
		position: relative;
	}
	.top_menu>ul>li.dropdown::after {
		content: '\f107';
		color: #fff;
		font-family: 'Font Awesome 5 Free';
		position: absolute;
		top: 0px;
		font-weight: 900;
		right: 0;
	}
	.what_banner {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.loc_btm_sec .col-xs-12 {
		width: 33%;
	}
	.xlparts_dv {
		max-width: 500px;
		margin: 0px auto;
		padding: 0
	}
	.ftr_menu h3 {
		position: relative;
	}
	.ftr_menu h3 span {
		position: absolute;
		right: 15%;
	}
	.footer_res .col-xs-15 {
		width: 100%;
		float: left;
	}
	.ftr_social ul {
		margin: 0;
		padding: 0 0 10px 0;
		padding-top: 10px;
	}
	.ftr_lg {
		margin-left: 0;
	}
	.home_slider_dv .slick-prev,
	.home_slider_dv .slick-next {
		background-size: 11px;
	}
	.home_slider_dv .slick-prev {
		left: 1%;
	}
	.home_slider_dv .slick-next {
		text-align: center;
		right: 1%;
	}
	/*20-02-2020*/
	.buy_now {
		max-width: 90%;
	}
	.buy_main h2 {
		padding: 30px 0 15px 0;
		font-size: 26px;
	}
	.buy_main p {
		padding: 0 0 22px 0;
		font-size: 15px;
	}
	.buy_main>h4 {
		padding: 0 0 17px 0;
		font-size: 16px;
		line-height: 24px;
	}
	.buy_left input {
		height: 50px;
		font-size: 14px;
		margin: 0 0 18px 0;
		padding: 15px 15px 15px 19px;
	}
	.buy_left button {
		height: 45px;
		font-size: 16px;
	}
	.buy_left>h4 {
		padding: 20px 0 22px 0;
		font-size: 14px;
	}
	.buy_left h5 {
		padding: 20px 0 15px 0;
		font-size: 16px;
	}
	.buy_left h6 {
		padding: 0 0 20px 0;
		font-size: 18px;
	}
	.btm_left {
		padding: 20px;
		margin: 0 0 20px 0;
	}
	.btm_left h3 br {
		display: none;
	}
	.btm_left h3 {
		padding: 0 0 12px 0;
		font-size: 18px;
		line-height: 25px;
	}
	.btm_left p {
		font-size: 16px;
		line-height: 24px;
		padding: 0 0 10px 0;
	}
	.byu_btm {
		padding: 45px 0 30px;
	}
	.top_bg h1 {
		padding: 45px 0;
		font-size: 35px;
	}
	.contact_form {
		width: 90%;
	}
	.contact_form h4 {
		padding: 35px 0 20px 0;
		font-size: 30px;
	}
	.contact_form p {
		padding: 0 0 15px 0;
		font-size: 15px;
		line-height: 25px;
	}
	.contact_form label {
		font-size: 16px;
	}
	.contact_form input {
		height: 40px;
		margin: 10px 0 20px 0;
		font-size: 14px;
	}
	.contact_form select {
		height: 40px;
		margin: 10px 0 20px 0;
		font-size: 14px;
	}
	.contact_form textarea {
		margin: 10px 0 20px 0;
		font-size: 14px;
		height: 100px;
	}
	.contact_form button {
		height: 40px;
		font-size: 16px;
		margin: 0 0 40px 0;
	}
	.mark1 {
		width: 95%;
		margin: 0px auto 60px;
	}
	.mark_txt h4 {
		padding: 10px 0 18px 0;
		font-size: 22px;
	}
	.mark_txt ul li {
		font-size: 14px;
		line-height: 28px;
	}
	.custom {
		padding: 31px 0 43px 0;
	}
	.custom h3 {
		font-size: 30px;
	}
	.customer_video iframe {
		height: 159px;
		width: 100%;
	}
	.customer {
		padding: 10px 0 0 25px;
		margin-top: 18px;
		height: 366px;
		border-left: none;
	}
	.customer h4 {
		padding: 0 0 20px 0;
		font-size: 20px;
	}
	.customer ul {
		padding: 0 0 27px;
	}
	.customer ul li {
		line-height: 25px;
		font-size: 15px;
	}
	.video_cust {
		padding: 15px 0;
	}
	.play_video h4 {
		font-size: 15px;
		height: 50px;
		width: 50px;
	}
	.play_video h6 {
		padding: 6px 0;
		font-size: 18px;
	}
	.play_video h4 {
		font-size: 15px;
		height: 50px;
		width: 50px;
		padding: 0 0;
	}
	.markets_main h2 {
		padding: 0 0 25px 0;
		font-size: 25px;
	}
	.bredcrump {
		padding: 12px 26px;
	}
	.news_main h3 {
		padding: 26px 0 25px 0;
		font-size: 30px;
	}
	.news_txt h4 {
		padding: 0 0 15px 0;
		font-size: 16px;
		line-height: 26px;
	}
	.news_one {
		max-width: 390px;
		margin: 0px auto 30px;
	}
	.requ h3 {
		padding: 31px 0 12px 0;
		font-size: 24px;
	}
	.requ p {
		font-size: 16px;
	}
	.form_text input {
		width: 60%;
		height: 40px;
	}
	.form_text label {
		font-size: 14px;
		width: 30%;
	}
	.requ button {
		margin: 8px 0 50px 35%;
		padding: 8px 40px;
		font-size: 14px;
	}
	.line_prod p {
		margin: 0px auto;
		padding: 0 0 18px 0;
		font-size: 14px;
		color: #757575;
		text-align: center;
		font-family: 'HelveticaLTStd-Light';
		max-width: 1280px;
		line-height: 26px;
	}
	.line_prod p {
		font-size: 14px;
		line-height: 26px;
	}
	.line_prod {
		padding: 20px 0 30px 0;
	}
	.prod_txt h4 {
		font-size: 30px;
	}
	.prod_txt {
		top: 30%;
	}
	.product_img {
		margin-bottom: 15px;
	}
	.break_one_main>h4 {
		padding: 30px 0 20px 0;
		font-size: 40px;
	}
	.break_txt>h4 {
		font-size: 32px;
	}
	.brand h4 {
		padding: 35px 0px 25px 0;
		font-size: 45px;
	}
	.brand {
		width: 230px;
		margin: 0px auto;
		padding-bottom: 30px;
	}
	/* 21-02-2020 */
	.who_banner_content h2 {
		font-size: 25px;
		padding: 0 0 11px;
	}
	.who_banner_content p {
		font-size: 14px;
		max-width: 250px;
		line-height: 26px;
	}
	.who_banner_class {
		width: 100%;
		padding: 41px 0px;
	}
	.who_contant2 {
		width: 100%;
		float: none;
		height: auto !important;
	}
	.who_contant {
		width: 100%;
		padding: 20px 20px 40px;
		margin-bottom: 20px;
		float: none;
		height: auto !important;
	}
	.who_contant h5 {
		font-size: 20px;
		padding-bottom: 12px;
	}
	.who_contant p {
		font-size: 14px;
		padding-bottom: 25px;
		line-height: 24px;
	}
	.learn_more_link a {
		padding: 11px 29px;
		font-size: 13px;
	}
	.who_left_right {
		padding: 25px 0;
	}
	.loactioN_text h3 {
		font-size: 30px;
		padding: 55px 0;
	}
	.location_width {
		max-width: 95%;
	}
	.select_box {
		margin-left: 3px;
	}
	.loacation_sec2 input {
		padding: 12px 13px 12px 21px;
		font-size: 12px;
	}
	.select_box select {
		padding: 12px 32px 12px 21px;
		font-size: 12px;
		max-width: 243px;
	}
	.reset_button {
		width: 100%;
		float: none;
	}
	.reset_button>button {
		max-width: 127px;
		padding: 8px 30px;
		margin-right: 12px;
	}
	.checkbox_div {
		width: 240px;
		float: none;
		margin: 0px;
	}
	.checkbox_div ul {
		display: initial;
	}
	.results_show p {
		line-height: 25px;
	}
	.map_right_map {
		width: 100%;
		float: none;
	}
	.map_left_scolling {
		width: 100%;
	}
	.scrolling_one h3 {
		font-size: 14px;
	}
	.scrolling_one h4 {
		font-size: 12px;
	}
	.scrolling_one ul li {
		font-size: 13px;
		line-height: 20px;
	}
	.faq_heading {
		padding: 16px 10px 16px 10px;
	}
	.plus_icone {
		line-height: 19px;
		padding-right: 14px;
	}
	.faq_heading h3 {
		font-size: 13px;
		line-height: 22px;
	}
	.watch_video a {
		max-width: 222px;
		padding: 9px 14px;
		font-size: 10px;
	}
	.plus_icone img {
		max-width: 16px;
	}
	.watch_video {
		top: 0px;
	}
	.faq_section {
		padding-bottom: 30px;
	}
	.slider_image {
		padding: 40px 0px 60px;
	}
	.slider_col {
		max-width: 275px;
	}
	.slider_left_img {
		float: none;
		width: 100%;
	}
	.slider_left_img img {
		display: block;
		max-width: 80px;
		margin: 0px auto 25px;
	}
	.slider_right_content {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.slider_right_content h3 {
		font-size: 17px;
		line-height: 34px;
		padding-bottom: 4px;
	}
	.slider_right_content p {
		font-size: 15px;
		padding-bottom: 16px;
		line-height: 29px;
	}
	.slider_right_content h6 {
		font-size: 14px;
		line-height: 28px;
	}
	.we_slider .slick-dots {
		bottom: 26px;
	}
	.our_mission {
		padding: 30px 0px;
	}
	.our_mission_img {
		padding: 0 34px 32px;
	}
	.our_mission_content h3 {
		font-size: 23px;
		line-height: 12px;
		padding-bottom: 20px;
	}
	.our_mission_content p {
		font-size: 14px;
		padding-bottom: 0px;
		line-height: 26px;
	}
	.meet_title h5 {
		font-size: 23px;
		padding-bottom: 28px;
	}
	.meet_left {
		width: 100%;
		float: none;
	}
	.meet_right {
		width: 100%;
		padding: 20px 15px 30px;
		background-color: #202020;
	}
	.meet_right h3 {
		font-size: 22px;
		padding-bottom: 9px;
	}
	.meet_right h4 {
		font-size: 20px;
		padding-bottom: 8px;
		line-height: 38px;
	}
	.meet_right p {
		font-size: 14px;
		padding-bottom: 19px;
		line-height: 26px;
	}
	.a_link_meet a {
		font-size: 14px;
		border-radius: 25px;
		padding: 9px 26px;
		transition: all 0.3s ease-in-out;
	}
	.ceo_name {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.coo_title h2 {
		font-size: 23px;
		padding-bottom: 4px;
		text-align: center;
	}
	.coo_title span {
		font-size: 22px;
	}
	.coo_title {
		padding: 12px 0px 12px;
	}
	.coo_main {
		padding-bottom: 30px;
	}
	.who_are_content h3 {
		font-size: 18px;
		letter-spacing: 2px;
		padding-bottom: 12px;
	}
	.faq_content {
		padding: 15px;
	}
	.faq_p_content {
		width: 100%;
		float: none;
	}
	.faq_p_content p {
		font-size: 14px;
		line-height: 28px;
		max-width: 590px;
		padding-bottom: 24px;
	}
	.faq_video {
		width: 100%;
		text-align: center;
		float: none;
	}
	.faq_video iframe {
		width: 100%;
		height: 175px;
	}
	.section_one {
		padding: 25px 0px;
	}
	.parts_link ul li a {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.parts_link ul li {
		font-size: 29px;
		letter-spacing: 14px;
		line-height: 30px;
	}
	.parts_link ul li a span {
		letter-spacing: 2px;
		font-size: 14px;
		width: 136px;
		line-height: 28px;
		text-align: left;
		justify-content: left;
		align-items: end;
	}
	.parts_link ul {
		display: flex;
		flex-direction: column;
	}
	.customer {
		height: 493px;
	}
	.product_padding {
		padding-top: 8px;
	}
}

@media only screen and (min-width: 500px) and (max-width :767px) {
	.section_nine_part2 {
		max-width: 500px;
	}
	.customer_video iframe {
		height: 285px;
		width: 100%;
	}
	.tp_rgh_dv {
		max-width: 100%;
	}
	.loc_img img {
		max-height: 55px;
	}
	.loc_txt h2 {
		font-size: 30px;
	}
	.loc_txt h3 {
		font-size: 16px;
		margin-top: 5px;
	}
	.footer_res .col-xs-15 {
		width: 50%;
		float: left;
	}
	.location_map {
		max-width: 350px;
	}/*
	.my_tooltip {
		top: 45px;
		left: 59px;
		width: 15px;
		height: 15px;
	}
	.my_tooltip2 {
		top: 125.5px;
		left: 33px;
	}
	.my_tooltip12 {
		top: 141px;
		left: -9px;
	}
	.my_tooltip3 {
		top: 68px;
		left: -4px;
	}
	.my_tooltip4 {
		top: unset;
		bottom: 61px;
		right: unset;
		left: 145px;
	}
	.my_tooltip5 {
		top: unset;
		bottom: 69px;
		right: unset;
		left: 205px;
	}
	.my_tooltip6 {
		top: unset;
		bottom: 92px;
		right: 52px;
		left: unset;
	}
	.my_tooltip7 {
		top: unset;
		bottom: 8px;
		right: unset;
		left: 150px;
	}*/
	/* 20-02-2020 */
	.brand {
		width: 97%;
		margin: 0px auto;
		padding-bottom: 30px;
	}
	.brand .col-xs-12 {
		width: 50%;
	}
	/* 21-02-2020 */
	.who_banner_content h2 {
		font-size: 35px;
		padding: 0 0 16px;
	}
	.who_banner_content p {
		font-size: 14px;
		max-width: 411px;
		line-height: 26px;
	}
	.checkbox_div ul {
		display: flex;
	}
	.checkbox_div {
		width: 100%;
	}
	.checkbox_div ul li {
		margin: 10px 8px 0 0px;
	}
	.container1 {
		padding-left: 28px;
		font-size: 13px;
	}
	.play_video {
		left: -30%;
	}
	.slider_col {
		max-width: 408px;
		text-align: center;
	}
	.parts_link ul li {
		font-size: 41px;
		letter-spacing: 14px;
		line-height: 54px;
	}
	.parts_link ul li a span {
		font-size: 15px;
		width: 136px;
		line-height: 36px;
		text-align: left;
		justify-content: left;
	}
}

@media only screen and (min-width: 600px) and (max-width :767px) {
	.news_lop .col-xs-12 {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) and (max-width :991px) {
	.searchNavItem .dropdown .dropdown-toggle >img{
		width: 16px;
	}
	.languageNavItem .dropdown .dropdown-toggle >img{
		width: 22px;
	}
	.Mobile_manu_main .top_right{
		margin-top: 35px;
	}
	.Mobile_manu_main .top_right .dropdown{
		margin-left: 5px;
	}
	.tp_rgh_dv {
		float: right;
		width: 91%;
	}
	.header_main .container {
		width: 750px;
	}
	.who_btm .container {
		width: 750px;
	}
	.logo_dv img {
		max-width: 90px;
	}
	.top_menu>ul>li {
		font-size: 10px;
		margin-left: 3px;
	}
	.top_right .dropdown-toggle{
		font-size: 10px;
		padding: 0px 0px;
		margin: 0px;
	}
	.top_menu {
		margin-top: 37px;
		margin-left: 40px;
		width: 80%;
	}
	.sm_hide {
		display: none !important;
	}
	.sm_show {
		display: block
	}
	.tp_search {
		margin-left: 0;
	}
	.top_right a {
		vertical-align: middle;
		margin: 8px 5px;
	}
	.cust_login {
		font-size: 20px;
		color: #fff;
		border: none;
		font-weight: 400;
		padding: 0;
		border-radius: 0;
		margin-top: 0;
		margin-left: 15px;
	}
	.top_menu>ul>li.dropdown.megaMenu:hover>a:after {
		top: 50px;
		height: 15px;
		width: 15px;
		border-top: 15px solid #fff;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
	}
	.Mobile_manu_main {
		width: 12%;
    	float: right;
	}
	.top_right {
		float: right;
	}
	.tp_location span {
		display: none;
	}
	.logo_dv {
		margin-top: 15px;
	}
	.homebanner_cnt {
		padding-top: 80px;
		padding-bottom: 160px;
	}
	.homebanner_cnt h2 {
		font-size: 42px;
		letter-spacing: 2px;
	}
	.homebanner_cnt h1 {
		font-size: 72px;
	}
	.homebanner_cnt p {
		font-size: 19px;
		padding-top: 10px;
	}
	.slick-dots {
		bottom: 35px;
	}
	.home_slider_dv .slick-dots {
		bottom: 81px;
	}
	.slick-next {
		right: 25px;
		top: 50%;
	}
	.slick-prev {
		left: 25px;
		top: 50%;
	}
	.what_dv {
		padding: 0;
	}
	.what_dv h3 {
		font-size: 20px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.what_dv p {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 8px;
	}
	.what_dv a {
		font-size: 14px;
		padding: 10px 25px;
	}
	.what_who_section {
		padding-top: 230px;
	}
	.what_top {
		padding-bottom: 30px;
	}
	.who_btm h2 {
		font-size: 26px;
	}
	.who_btm {
		padding-top: 12px;
	}
	.serve_main {
		padding-top: 15px;
		padding-bottom: 35px;
	}
	.serve_dv h3 {
		font-size: 18px;
	}
	.pronto_cnt h2 {
		font-size: 36px;
		line-height: 38px;
		margin-bottom: 0px;
	}
	.pronto_cnt h3 {
		font-size: 18px;
		padding-top: 0px;
		padding-bottom: 8px;
		margin-top: 10px;
	}
	.pronto_cnt a {
		font-size: 15px;
		border-radius: 25px;
		padding: 11px 30px;
	}
	.pronto_section {
		padding-top: 125px;
		padding-bottom: 130px;
	}
	.dedicated_cnt h2 {
		font-size: 26px;
		padding-bottom: 0;
	}
	.dedicated_cnt p {
		font-size: 15px;
		line-height: 28px;
	}
	.dedicated_section {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.location_cnt h2 {
		font-size: 26px;
		padding-bottom: 0;
	}
	.location_cnt p {
		font-size: 14px;
		line-height: 28px;
		padding-bottom: 8px;
	}
	.location_cnt a {
		font-size: 14px;
		padding: 10px 30px;
	}
	.location_map {
		padding-top: 35px;
	}
	.location_cnt {
		padding-top: 45px;
	}
	.loc_img img {
		max-height: 60px;
	}
	.loc_txt {
		margin-left: 15px;
	}
	.loc_txt h2 {
		font-size: 40px;
		margin-bottom: 0;
		padding-bottom: 5px;
	}
	.loc_txt h3 {
		font-size: 18px;
		padding-bottom: 0px;
	}
	.loc_img {
		min-height: 100px;
	}
	.loc_btm_sec {
		padding-top: 45px;
		padding-bottom: 35px;
	}
	.become_img {
		max-width: 360px;
	}
	.become_cnt h3 {
		font-size: 26px;
		padding-bottom: 0;
	}
	.become_cnt p {
		font-size: 14px;
		line-height: 26px;
		padding-bottom: 5px;
	}
	.become_cnt a {
		font-size: 15px;
		padding: 10px 50px;
	}
	.become_cnt {
		max-width: 360px;
		padding: 0px 5px 5px 10px;
	}
	.become_section {
		padding-top: 30px;
	}
	.xlparts_section h2 {
		font-size: 26px;
		padding-bottom: 15px;
	}
	.xlparts_section {
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.xlparts_cnt h3 {
		font-size: 20px;
		padding-bottom: 0;
	}
	.xlparts_cnt p {
		font-size: 13px;
	}
	.see_what {
		font-size: 15px;
		padding: 10px 30px;
		margin-top: 60px;
	}
	.ftr_cnt {
		font-size: 15px;
		padding: 10px 42px;
		margin-top: 15px;
	}
	.cs_login {
		padding: 10px 25px;
	}
	.ftr_lg {
		margin-left: 0;
	}
	.ftr_lg img {
		max-width: 100px;
	}
	.ftr_logo {
		padding-top: 25px;
	}
	.ftr_title {
		font-size: 15px;
		padding-bottom: 5px;
	}
	.ftr_menu li {
		font-size: 13px;
		line-height: 28px;
	}
	.ftr_quick {
		padding-left: 23px;
	}
	.ftr_prdc {
		padding-left: 20px;
		padding-right: 20px;
	}
	.ftr_menu {
		padding-top: 20px;
	}
	.ftr_social {
		padding-left: 20px;
		padding-top: 20px;
	}
	.copyright_txt {
		padding-top: 30px;
		padding-bottom: 25px;
	}
	.home_slider_dv .slick-prev,
	.home_slider_dv .slick-next {
		background-size: 11px;
	}
	/*
	.my_tooltip {
		top: 50px;
		left: 60px;
		width: 15px;
		height: 15px;
		background-color: transparent;
		box-shadow: none;
	}
	.my_tooltip2 {
		top: 130px;
		left: 32px;
	}
	.my_tooltip12 {
		top: 145px;
		left: -9px;
	}
	.my_tooltip3 {
		top: 72px;
		left: -4px;
	}
	.my_tooltip4 {
		top: unset;
		bottom: 58px;
		right: unset;
		left: 143px;
	}
	.my_tooltip5 {
		top: unset;
		bottom: 68px;
		right: unset;
		left: 200px;
	}
	.my_tooltip6 {
		top: unset;
		bottom: 90px;
		right: 50px;
		left: unset;
	}
	.my_tooltip7 {
		top: unset;
		bottom: 6px;
		right: unset;
		left: 148px;
	}*/
	.hf-flyout-content-v3 .hf-flyout-content-area {
		padding: 0 20px 20px;
	}
	.hf-flyout-content-v3 .hf-flyout-left-rail {
		display: none;
	}
	.hf-flyout-content-v3 .hf-section-header {
		font-size: 12px;
	}
	.hf-flyout-content-v3 .hf-section-link {
		font-size: 12px;
	}
	.hf-flyout-v3 .hf-flyout-quick-link {
		padding: 10px;
		min-height: 76px;
		font-size: 12px;
		line-height: 15px;
		margin-top: 10px;
	}
	.hf-flyout-v3 .hf-flyout-quick-link .icon-wrap {
		flex: 0 0 auto;
		width: 15px;
		height: 15px;
		margin-right: 10px;
		line-height: 68px;
	}
	.hf-flyout-v3 .hf-flyout-quick-link .icon-wrap svg {
		width: 15px;
		height: 15px;
	}
	.hf-flyout-v3 .hf-flyout-heading-v3 {
		padding-bottom: 20px;
	}
	.hf-flyout-v3 .hf-title-v3 {
		font-size: 18px;
	}
	.hf-flyout-v3 .hf-link-v3 {
		font-size: 14px;
	}
	.hf-flyout-promo-area .title {
		font-size: 16px;
	}
	.hf-flyout-promo-area .copy {
		font-size: 13px;
	}
	.hf-flyout-content-v3 .hf-section-content {
		padding-top: 25px;
	}
	.hf-flyout-v3 {
		margin: 16px 0 0;
	}
	.hf-flyout-promo-area .content {
		margin: 15px 15px 15px;
	}
	/* 20-02-2020  */
	.buy_now {
		max-width: 95%;
	}
	.buy_main h2 {
		padding: 55px 0 15px 0;
		font-size: 34px;
	}
	.buy_main p {
		padding: 0 0 30px 0;
		font-size: 16px;
	}
	.buy_main>h4 {
		padding: 0px 0 26px 0;
		font-size: 24px;
	}
	.buy_left input {
		height: 52px;
		font-size: 16px;
		margin: 0 0 21px 0;
		padding: 15px 15px 15px 16px;
	}
	.buy_left button {
		height: 45px;
		font-size: 16px;
	}
	.buy_left>h4 {
		padding: 16px 0 18px 0;
		font-size: 14px;
	}
	.buy_left h5 {
		padding: 12px 0 12px 0;
		font-size: 16px;
	}
	.buy_left h6 {
		font-size: 16px;
	}
	.btm_left {
		padding: 30px;
		min-height: 280px;
	}
	.btm_left h3 {
		padding: 0 0 20px 0;
		font-size: 21px;
		line-height: 38px;
	}
	.btm_left p {
		font-size: 14px;
		line-height: 30px;
	}
	.byu_btm {
		padding: 60px 0;
	}
	.top_bg h1 {
		padding: 40px 0;
		font-size: 45px;
	}
	.contact_form h4 {
		padding: 50px 0 28px 0;
		font-size: 38px;
	}
	.contact_form p {
		padding: 0 0 32px 0;
		font-size: 15px;
		line-height: 31px;
	}
	.contact_form label {
		font-size: 16px;
	}
	.contact_form input {
		height: 45px;
		margin: 14px 0 18px 0;
	}
	.contact_form select {
		height: 45px;
		margin: 14px 0 18px 0;
	}
	.contact_form textarea {
		height: 120px;
		margin: 14px 0 18px 0;
	}
	.contact_form button {
		margin: 0 0 60px 0;
	}
	.mark1 {
		margin: 0px auto 65px;
		width: 95%;
	}
	.mark_txt h4 {
		padding: 0 0 14px 0;
		font-size: 24px;
	}
	.mark_txt ul li {
		font-size: 14px;
		line-height: 26px;
	}
	.custom {
		padding: 55px 0 100px 0;
	}
	.custom h3 {
		font-size: 31px;
	}
	.customer h4 {
		padding: 0 0 20px 0;
		font-size: 25px;
	}
	.customer ul li {
		font-size: 16px;
		line-height: 27px;
	}
	.play_video h4 {
		font-size: 20px;
		height: 65px;
		width: 65px;
		padding: 0 0;
	}
	.video_cust {
		padding: 30px 0;
	}
	.play_video {
		top: 30%;
		left: 0%;
	}
	.news_main h3 {
		padding: 45px 0 35px 0;
		font-size: 45px;
	}
	.news_txt h4 {
		font-size: 15px;
	}
	.form_text label {
		font-size: 17px;
	}
	.line_prod {
		padding: 25px 0 15px 0;
	}
	.line_prod p {
		font-size: 16px;
		line-height: 28px;
	}
	.prod_txt h4 {
		font-size: 35px;
	}
	.prod_txt {
		top: 32%;
	}
	.break_one_main>h4 {
		padding: 25px 0 20px 0;
		font-size: 40px;
	}
	.brand h4 {
		padding: 30px 0 25px 0;
		font-size: 40px;
	}
	.brand_logo img {
		max-height: 110px;
		max-width: 110px;
	}
	.brand_logo {
		height: 145px;
	}
	.brand {
		padding-bottom: 45px;
	}
	/* 21-02-2020 */
	.who_contant {
		padding: 15px 25px 15px 25px;
	}
	.who_contant h5 {
		font-size: 14px;
		padding-bottom: 0px;
	}
	.who_contant p {
		font-size: 13px;
		padding-bottom: 21px;
		line-height: 18px;
	}
	.learn_more_link a {
		padding: 9px 19px;
		font-size: 13px;
	}
	.who_banner_content h2 {
		font-size: 40px;
	}
	.who_banner_content p {
		font-size: 15px;
		line-height: 28px;
	}
	.who_banner_class {
		padding: 55px 0px;
	}
	.loactioN_text h3 {
		font-size: 34px;
		padding: 62px 0;
	}
	.location_width {
		max-width: 98%;
	}
	.who_left_right {
		background-color: #f1f1f1;
		padding: 40px 0;
	}
	.reset_button>button {
		width: 44%;
		padding: 7px 10px;
		margin-right: 6px;
		font-size: 14px;
	}
	.checkmark {
		height: 20px;
		width: 20px;
	}
	.container1 {
		padding-left: 26px;
		font-size: 12px;
	}
	.container1 .checkmark:after {
		left: 7px;
	}
	.map_right_map {
		width: 60%;
		float: right;
	}
	.scrolling_one h3 {
		font-size: 15px;
	}
	.map_left_scolling {
		width: 40%;
		height: 100vh;
	}
	.scrolling_one h4 {
		font-size: 14px;
		line-height: 20px;
	}
	.emailes>ul>li {
		font-size: 12px;
	}
	.detailes>button {
		padding: 8px 23px;
		font-size: 12px;
	}
	.map_right_map img {
		width: 100%;
		height: 100vh;
	}
	.faq_heading {
		padding: 25px 53px 25px 19px;
	}
	.plus_icone {
		line-height: 22px;
		padding-right: 20px;
	}
	.faq_heading h3 {
		font-size: 24px;
	}
	.watch_video a {
		padding: 11px 37px;
		font-size: 13px;
	}
	.watch_video {
		top: -5px;
	}
	.faq_content {
		padding: 30px;
	}
	.faq_p_content p {
		font-size: 15px;
		line-height: 27px;
		max-width: 290px;
	}
	.faq_video iframe {
		height: 239px;
	}
	.faq_section {
		padding-bottom: 50px;
	}
	.slider_image {
		padding: 50px 0px 60px;
		width: 100%;
	}
	.slider_col {
		width: 100%;
		max-width: 600px;
		margin: 0px auto;
	}
	.slider_right_content {
		padding-left: 50px;
	}
	.slider_right_content h3 {
		font-size: 21px;
		line-height: 34px;
		padding-bottom: 18px;
	}
	.slider_right_content p {
		font-size: 16px;
		padding-bottom: 23px;
		line-height: 27px;
	}
	.slider_right_content h6 {
		font-size: 14px;
		line-height: 8px;
	}
	.we_slider .slick-dots {
		bottom: 25px;
	}
	.our_mission {
		padding: 50px 0px 10px;
	}
	.our_mission_content h3 {
		font-size: 26px;
		line-height: 25px;
		padding-bottom: 15px;
	}
	.our_mission_content p {
		font-size: 15px;
		padding-bottom: 30px;
		line-height: 27px;
	}
	.meet_title h5 {
		font-size: 28px;
		padding-bottom: 34px;
	}
	.meet_right {
		padding: 15px 19px 21px;
		float: left;
	}
	.meet_right h3 {
		font-size: 19px;
		line-height: 34px;
		padding-bottom: 2px;
	}
	.meet_right h4 {
		font-size: 15px;
		padding-bottom: 2px;
		line-height: 22px;
	}
	.meet_right p {
		font-size: 13px;
		padding-bottom: 15px;
		line-height: 19px;
	}
	.a_link_meet a {
		font-size: 11px;
		border-radius: 25px;
		padding: 7px 19px;
	}
	.coo_title h2 {
		font-size: 21px;
		line-height: 23px;
		padding-bottom: 3px;
	}
	.coo_title span {
		font-size: 19px;
		padding-bottom: 0px;
	}
	.coo_title {
		padding: 15px 0px 11px;
	}
	.coo_main {
		padding-bottom: 43px;
	}
	.section_one {
		padding: 38px 0px;
	}
	.who_are_content h3 {
		font-size: 29px;
		letter-spacing: 12px;
		padding-bottom: 10px;
	}
	.parts_link ul {
		max-width: 543px;
	}
	.parts_link ul li {
		font-size: 63px;
		letter-spacing: 16px;
		text-align: center;
		line-height: 75px;
	}
	.parts_link ul li a span {
		letter-spacing: 1px;
		font-size: 13px;
		width: 111px;
		line-height: 21px;
		text-align: center;
	}
	.customer {
		height: 450px;
		padding: 10px 0 0 33px;
	}
	.customer_video iframe {
		height: 210px;
		width: 100%;
	}
	.requ h3 {
		margin: 0;
		padding: 39px 0 17px 0;
		font-size: 28px;
	}
	.requ p {
		font-size: 16px;
		padding: 0px 0 25px;
		line-height: 30px;
		max-width: 531px;
	}
	.requ form {
		max-width: 570px;
	}
	.form_text input {
		height: 50px;
	}
}

@media only screen and (min-width: 992px) and (max-width :1199px) {
	.header_main .container {
		width: 970px;
	}
	.who_btm .container {
		width: 970px;
	}
	.logo_dv img {
		max-width: 110px;
	}
	.top_menu>ul>li {
		font-size: 13px;
		margin-left: 5px;
	}
	.top_right .dropdown-toggle{
		font-size: 13px;
	}
	.top_menu>ul>li>a {
		padding-right: 0;
	}
	.top_menu>ul>li.dropdown:hover>a:after {
		top: 50px;
	}
	.top_menu {
		margin-top: 28px;
		margin-left: 60px;
	}
	.top_right {
		float: right;
	}
	.logo_dv {
		margin-top: 15px;
	}
	.homebanner_cnt {
		padding-top: 100px;
		padding-bottom: 140px;
	}
	.homebanner_cnt h2 {
		font-size: 42px;
		letter-spacing: 2px;
	}
	.homebanner_cnt h1 {
		font-size: 72px;
	}
	.homebanner_cnt p {
		font-size: 19px;
		padding-top: 10px;
	}
	.slick-dots {
		bottom: 35px;
	}
	.home_slider_dv .slick-dots {
		bottom: 81px;
	}
	.slick-next {
		right: 25px;
		top: 50%;
	}
	.slick-prev {
		left: 25px;
		top: 50%;
	}
	.what_dv {
		padding: 0;
	}
	.what_dv h3 {
		font-size: 20px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.what_dv p {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 8px;
	}
	.what_dv a {
		font-size: 14px;
		padding: 10px 25px;
	}
	.what_who_section {
		padding-top: 230px;
	}
	.what_top {
		padding-bottom: 30px;
	}
	.who_btm h2 {
		font-size: 26px;
	}
	.who_btm {
		padding-top: 12px;
	}
	.serve_main {
		padding-top: 15px;
		padding-bottom: 35px;
	}
	.serve_dv h3 {
		font-size: 18px;
	}
	.pronto_cnt h2 {
		font-size: 36px;
		line-height: 38px;
		margin-bottom: 0px;
	}
	.pronto_cnt h3 {
		font-size: 18px;
		padding-top: 0px;
		padding-bottom: 8px;
		margin-top: 10px;
	}
	.pronto_cnt a {
		font-size: 15px;
		border-radius: 25px;
		padding: 11px 30px;
	}
	.pronto_section {
		padding-top: 125px;
		padding-bottom: 130px;
	}
	.dedicated_cnt h2 {
		font-size: 26px;
		padding-bottom: 0;
	}
	.dedicated_cnt p {
		font-size: 15px;
		line-height: 28px;
	}
	.dedicated_section {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.location_cnt h2 {
		font-size: 26px;
		padding-bottom: 0;
	}
	.location_cnt p {
		font-size: 14px;
		line-height: 28px;
		padding-bottom: 8px;
	}
	.location_cnt a {
		font-size: 14px;
		padding: 10px 30px;
	}
	.location_map {
		padding-top: 35px;
	}
	.location_cnt {
		padding-top: 45px;
	}
	.loc_img img {
		max-height: 60px;
	}
	.loc_txt {
		margin-left: 15px;
	}
	.loc_txt h2 {
		font-size: 40px;
		margin-bottom: 0;
		padding-bottom: 5px;
	}
	.loc_txt h3 {
		font-size: 18px;
		padding-bottom: 0px;
	}
	.loc_img {
		min-height: 100px;
	}
	.loc_btm_sec {
		padding-top: 45px;
		padding-bottom: 35px;
	}
	.become_img {
		max-width: 470px;
	}
	.become_cnt h3 {
		font-size: 26px;
		padding-bottom: 0;
	}
	.become_cnt p {
		font-size: 14px;
		line-height: 26px;
		padding-bottom: 5px;
	}
	.become_cnt a {
		font-size: 15px;
		padding: 10px 50px;
	}
	.become_cnt {
		max-width: 470px;
		padding: 20px 40px 20px 30px;
	}
	.become_section {
		padding-top: 30px;
	}
	.xlparts_section h2 {
		font-size: 26px;
		padding-bottom: 15px;
	}
	.xlparts_section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.xlparts_cnt h3 {
		font-size: 20px;
		padding-bottom: 0;
	}
	.xlparts_cnt p {
		font-size: 13px;
	}
	.see_what {
		font-size: 15px;
		padding: 10px 30px;
		margin-top: 60px;
	}
	.ftr_cnt {
		font-size: 15px;
		padding: 10px 42px;
		margin-top: 15px;
	}
	.cs_login {
		padding: 10px 25px;
	}
	.ftr_lg {
		margin-left: 0;
	}
	.ftr_lg img {
		max-width: 100px;
	}
	.ftr_logo {
		padding-top: 25px;
	}
	.ftr_title {
		font-size: 15px;
		padding-bottom: 5px;
	}
	.ftr_menu li {
		font-size: 13px;
		line-height: 28px;
	}
	.ftr_quick {
		padding-left: 70px;
	}
	.ftr_prdc {
		padding-left: 74px;
		padding-right: 79px;
	}
	.ftr_menu {
		padding-top: 20px;
	}
	.ftr_social {
		padding-left: 80px;
		padding-top: 20px;
	}
	.copyright_txt {
		padding-top: 30px;
		padding-bottom: 25px;
	}
	.cust_login {
		font-size: 13px;
		padding: 12px 12px 13px 12px;
		margin-left: 5px;
	}
	.tp_search {
		margin-left: 0px;
	}
	.home_slider_dv .slick-prev,
	.home_slider_dv .slick-next {
		background-size: 11px;
	}/*
	.my_tooltip {
		top: 66px;
		right: 0;
		left: 79px;
		width: 6px;
		height: 6px;
	}
	.my_tooltip2 {
		top: 170px;
		left: 42px;
	}
	.my_tooltip12 {
		top: 190px;
		left: -12px;
	}
	.my_tooltip3 {
		top: 93px;
		left: -4px;
	}
	.my_tooltip4 {
		top: unset;
		bottom: 79px;
		right: unset;
		left: 195px;
	}
	.my_tooltip5 {
		top: unset;
		bottom: 90px;
		right: unset;
		left: 272px;
	}
	.my_tooltip6 {
		top: unset;
		bottom: 122px;
		right: 73px;
		left: unset;
	}
	.my_tooltip7 {
		top: unset;
		bottom: 10px;
		right: unset;
		left: 201px;
	}*/
	.hf-flyout-v3 .hf-flyout-heading-v3 {
		padding-bottom: 25px;
	}
	.hf-flyout-v3 .hf-title-v3 {
		font-size: 20px;
	}
	.hf-flyout-v3 .hf-link-v3 {
		font-size: 16px;
	}
	.hf-flyout-content-v3 .hf-section-link {
		font-size: 14px;
	}
	.hf-flyout-v3 .hf-flyout-quick-link .icon-wrap svg {
		width: 30px;
		height: 30px;
	}
	.hf-flyout-v3 .hf-flyout-quick-link .icon-wrap {
		width: 30px;
		height: 30px;
	}
	.hf-flyout-v3 .hf-flyout-quick-link {
		font-size: 13px;
		line-height: 15px;
	}
	.hf-flyout-promo-area .copy {
		font-size: 14px;
	}
	.hf-flyout-promo-area .title {
		font-size: 18px;
	}
	/* 20-02-2020 */
	.buy_now {
		max-width: 95%;
	}
	.buy_main h2 {
		padding: 65px 0 12px 0;
		font-size: 40px;
	}
	.buy_main p {
		padding: 0 0 30px 0;
		font-size: 16px;
	}
	.buy_main>h4 {
		padding: 0 0 40px 0;
		font-size: 30px;
	}
	.buy_left input {
		height: 56px;
		font-size: 16px;
		margin: 0 0 21px 0;
	}
	.customer {
		height: 528px;
		padding: 12px 0 0 77px;
	}
	.customer_video iframe {
		height: 266px;
		width: 100%;
	}
	.buy_left_scd {
		max-width: 394px;
	}
	.buy_left button {
		height: 48px;
		font-size: 16px;
	}
	.buy_left>h4 {
		padding: 20px 0 26px 0;
		font-size: 15px;
	}
	.buy_left h5 {
		padding: 20px 0 20px 0;
		font-size: 18px;
	}
	.btm_left h3 {
		padding: 0 0 25px 0;
		font-size: 30px;
		line-height: 46px;
	}
	.btm_left p {
		font-size: 14px;
	}
	.byu_btm {
		padding: 60px 0;
	}
	.top_bg h1 {
		padding: 60px 0;
		font-size: 65px;
	}
	.contact_form h4 {
		padding: 50px 0 30px 0;
		font-size: 35px;
	}
	.contact_form p {
		padding: 0 0 55px 0;
	}
	.contact_form label {
		font-size: 17px;
	}
	.contact_form input {
		margin: 15px 0 20px 0;
	}
	.contact_form select {
		margin: 15px 0 20px 0;
	}
	.contact_form textarea {
		margin: 15px 0 20px 0;
	}
	.contact_form button {
		margin: 0 0 60px 0;
	}
	.mark1 {
		width: 95%;
	}
	.play_video {
		left: 0%;
	}
	.news_main h3 {
		padding: 55px 0 40px 0;
		font-size: 50px;
	}
	.news_txt h4 {
		font-size: 13px;
	}
	.news_txt h6 {
		padding: 2px 0 8px 0;
		font-size: 10px;
	}
	.line_prod {
		padding: 35px 0 40px 0;
	}
	.line_prod p {
		font-size: 15px;
		line-height: 30px;
	}
	.prod_txt h4 {
		font-size: 40px;
	}
	.break_one_main>h4 {
		padding: 35px 0 25px 0;
		font-size: 50px;
	}
	.brand h4 {
		padding: 50px 0 45px 0;
		font-size: 50px;
	}
	.who_banner_content h2 {
		font-size: 55px;
	}
	.who_banner_content p {
		font-size: 15px;
		line-height: 30px;
	}
	.who_banner_class {
		padding: 75px 0px;
	}
	.who_contant {
		padding: 30px;
	}
	.who_contant h5 {
		font-size: 21px;
		padding-bottom: 12px;
	}
	.who_contant p {
		font-size: 15px;
		line-height: 23px;
		padding-bottom: 26px;
	}
	.learn_more_link a {
		font-size: 14px;
		padding: 11px 29px;
	}
	.map_right_map img {
		width: 100%;
		height: 100vh;
	}
	.map_left_scolling {
		height: 100vh;
	}
	.scrolling_one h3 {
		font-size: 14px;
		line-height: 22px;
	}
	.scrolling_one h4 {
		font-size: 14px;
		line-height: 20px;
	}
	.emailes>ul>li {
		font-size: 12px;
	}
	.location_width {
		max-width: 98%;
	}
	.reset_button>button {
		max-width: 80px;
		padding: 8px 6px;
	}
	.faq_heading {
		padding: 25px 53px 25px 19px;
	}
	.plus_icone {
		line-height: 22px;
		padding-right: 20px;
	}
	.faq_heading h3 {
		font-size: 24px;
	}
	.watch_video a {
		padding: 11px 37px;
		font-size: 13px;
	}
	.watch_video {
		top: -5px;
	}
	.faq_content {
		padding: 30px;
	}
	.faq_video iframe {
		height: 239px;
	}
	.faq_section {
		padding-bottom: 50px;
	}
	.slider_image {
		padding: 50px 0px 60px;
		width: 100%;
	}
	.slider_col {
		width: 100%;
		max-width: 687px;
		margin: 0px auto;
	}
	.slider_right_content {
		padding-left: 72px;
	}
	.slider_right_content h3 {
		font-size: 21px;
		line-height: 34px;
		padding-bottom: 18px;
	}
	.slider_right_content p {
		font-size: 16px;
		padding-bottom: 23px;
		line-height: 27px;
	}
	.slider_right_content h6 {
		font-size: 14px;
		line-height: 8px;
	}
	.we_slider .slick-dots {
		bottom: 25px;
	}
	.our_mission {
		padding: 50px 0px 10px;
	}
	.our_mission_content h3 {
		font-size: 26px;
		line-height: 25px;
		padding-bottom: 15px;
	}
	.our_mission_content p {
		font-size: 15px;
		padding-bottom: 30px;
		line-height: 27px;
	}
	.meet_title h5 {
		font-size: 28px;
		padding-bottom: 34px;
	}
	.meet_right {
		padding: 26px 40px 35px;
		float: left;
	}
	.meet_right h3 {
		font-size: 23px;
		line-height: 34px;
		padding-bottom: 7px;
	}
	.meet_right h4 {
		font-size: 16px;
		padding-bottom: 9px;
		line-height: 22px;
	}
	.meet_right p {
		font-size: 15px;
		padding-bottom: 25px;
		line-height: 26px;
	}
	.a_link_meet a {
		font-size: 14px;
		border-radius: 25px;
		padding: 10px 27px;
	}
	.coo_title h2 {
		font-size: 21px;
		line-height: 23px;
		padding-bottom: 3px;
	}
	.coo_title span {
		font-size: 19px;
		padding-bottom: 0px;
	}
	.coo_title {
		padding: 15px 0px 11px;
	}
	.coo_main {
		padding-bottom: 43px;
	}
	.loactioN_text h3 {
		font-size: 60px;
		padding: 88px 0;
	}
	.faq_p_content p {
		max-width: 319px;
		font-size: 15px;
		line-height: 27px;
	}
	.section_one {
		padding: 38px 0px;
	}
	.who_are_content h3 {
		font-size: 29px;
		letter-spacing: 12px;
		padding-bottom: 10px;
	}
	.parts_link ul {
		max-width: 543px;
	}
	.parts_link ul li {
		font-size: 63px;
		letter-spacing: 16px;
		text-align: center;
		line-height: 75px;
	}
	.parts_link ul li a span {
		letter-spacing: 1px;
		font-size: 13px;
		width: 111px;
		line-height: 21px;
		text-align: center;
	}
	.custom {
		padding: 76px 0 150px 0;
	}
	.custom h3 {
		font-size: 34px;
	}
	.section_nine_part2 {
		max-width: 789px;
		margin: 0px auto;
	}
}

@media only screen and (min-width: 1200px) and (max-width :1367px) {
	.header_main .container {
		width: 1170px;
	}
	.who_btm .container {
		width: 1170px;
	}
	.container {
		width: 1170px;
	}
	.top_right .dropdown-toggle{
		font-size: 14px;
	}
	.top_menu>ul>li {
		font-size: 14px;
		margin-left: 15px;
	}
	.top_menu>ul>li.dropdown:hover>a:after {
		top: 52px;
	}
	.tp_search {
		margin-left: 20px;
	}
	.cust_login {
		padding: 12px 18px 13px 20px;
		margin-left: 15px;
	}
	.homebanner_cnt h2 {
		font-size: 46px;
		letter-spacing: 3px;
	}
	.homebanner_cnt h1 {
		font-size: 82px;
	}
	.homebanner_cnt p {
		font-size: 21px;
		padding-top: 12px;
	}
	.homebanner_cnt {
		padding-top: 165px;
		padding-bottom: 250px;
	}
	.slick-next {
		right: 35px;
		top: 50%;
	}
	.slick-prev {
		left: 35px;
		top: 50%;
	}
	.what_dv {
		padding: 0px 10px;
	}
	.what_who_section {
		padding-top: 240px;
	}
	.what_top {
		padding-bottom: 45px;
	}
	.who_btm {
		padding-top: 18px;
	}
	.serve_dv h3 {
		font-size: 24px;
	}
	.pronto_cnt h2 {
		font-size: 54px;
		line-height: 61px;
	}
	.pronto_cnt h3 {
		font-size: 23px;
		padding-top: 7px;
		padding-bottom: 14px;
	}
	.pronto_section {
		padding-top: 161px;
		padding-bottom: 177px;
	}
	.dedicated_section {
		padding-top: 36px;
		padding-bottom: 36px;
	}
	.location_cnt {
		padding-top: 92px;
	}
	.become_img {
		max-width: 570px;
	}
	.become_cnt {
		max-width: 570px;
		padding: 40px 40px 50px 50px;
	}
	.become_section {
		padding-top: 65px;
	}
	.xlparts_section {
		padding-top: 45px;
		padding-bottom: 51px;
	}
	.ftr_prdc {
		padding-left: 103px;
		padding-right: 99px;
	}
	.ftr_social {
		padding-left: 92px;
	}
	.ftr_quick {
		padding-left: 104px;
	}
	.tp_rgh_dv {
		float: right;
		width: 95%;
	}
	/*
	.my_tooltip {
		top: 94px;
		right: 0;
		left: 94px;
		width: 7px;
		height: 7px;
	}
	.my_tooltip2 {
		top: 221px;
		left: 51px;
	}
	.my_tooltip12 {
		top: 246px;
		left: -15px;
	}
	.my_tooltip3 {
		top: 127px;
		left: -7px;
	}
	.my_tooltip4 {
		top: unset;
		bottom: 97px;
		right: unset;
		left: 238px;
	}
	.my_tooltip5 {
		top: unset;
		bottom: 110px;
		right: unset;
		left: 333px;
	}
	.my_tooltip6 {
		top: unset;
		bottom: 149px;
		right: 89px;
		left: unset;
	}
	.my_tooltip7 {
		top: unset;
		bottom: 13px;
		right: unset;
		left: 246px;
	}*/
	.logo_dv img {
		max-width: 120px;
	}
	.hf-flyout-v3 .hf-title-v3 {
		font-size: 22px;
	}
	.hf-flyout-v3 .hf-link-v3 {
		font-size: 16px;
	}
	.hf-flyout-content-v3 .hf-section-link {
		font-size: 14px;
	}
	.hf-flyout-v3 .hf-flyout-quick-link .icon-wrap svg {
		width: 35px;
		height: 35px;
	}
	.hf-flyout-v3 .hf-flyout-quick-link .icon-wrap {
		flex: 0 0 auto;
		width: 35px;
		height: 35px;
	}
	.hf-flyout-promo-area .copy {
		font-size: 16px;
	}
	.hf-flyout-promo-area .title {
		font-size: 18px;
	}
	/* 20-02-2020 */
	.buy_now {
		max-width: 95%;
	}
	.buy_main h2 {
		padding: 68px 0 18px 0;
		font-size: 44px;
	}
	.btm_left h3 {
		font-size: 34px;
	}
	.btm_left p {
		font-size: 16px;
	}
	.top_bg h1 {
		padding: 75px 0;
		font-size: 60px;
	}
	.news_txt h4 {
		font-size: 17px;
	}
	.line_prod {
		padding: 35px 0px 45px 0;
	}
	.prod_txt h4 {
		font-size: 45px;
	}
	.who_banner_content h2 {
		font-size: 60px;
	}
	.who_banner_content p {
		font-size: 15px;
		line-height: 30px;
	}
	.who_banner_class {
		padding: 70px 0px;
	}
	.who_contant {
		padding: 40px;
	}
	.who_contant h5 {
		font-size: 30px;
	}
	.who_contant p {
		font-size: 16px;
		line-height: 32px;
	}
	.map_right_map img {
		width: 100%;
		height: 100vh;
	}
	.map_left_scolling {
		height: 100vh;
	}
	.loactioN_text h3 {
		font-size: 50px;
		padding: 70px 0;
	}
	.reset_button {
		width: 30%;
	}
	.reset_button>button {
		max-width: 120px;
		width: 70%;
		padding: 8px 20px;
	}
	.checkbox_div {
		width: 70%;
	}
	.container1 {
		padding-left: 33px;
		font-size: 14px;
	}
	.location_width {
		max-width: 99%;
	}
	.plus_icone {
		line-height: 30px;
	}
	.faq_heading h3 {
		font-size: 30px;
	}
	.faq_heading {
		padding: 29px 80px 28px 50px;
	}
	.watch_video a {
		padding: 16px 48px;
		font-size: 15px;
	}
	.watch_video {
		top: -3px;
	}
	.slider_col {
		max-width: 940px;
	}
	.slider_right_content h3 {
		font-size: 27px;
		line-height: 33px;
		padding-bottom: 19px;
	}
	.slider_right_content p {
		font-size: 17px;
		padding-bottom: 17px;
		line-height: 35px;
	}
	.slider_right_content h6 {
		font-size: 17px;
		line-height: 34px;
		max-width: 590px;
	}
	.meet_title h5 {
		font-size: 39px;
		padding-bottom: 47px;
	}
	.meet_right h3 {
		font-size: 35px;
		line-height: 34px;
		padding-bottom: 9px;
	}
	.meet_right h4 {
		font-size: 21px;
		padding-bottom: 8px;
		line-height: 29px;
	}
	.meet_right p {
		font-size: 16px;
		padding-bottom: 21px;
		line-height: 30px;
	}
	.meet_right {
		padding: 75px 55px 57px;
	}
	.parts_link ul {
		max-width: 833px;
	}
	.parts_link ul li {
		font-size: 130px;
		letter-spacing: 7px;
		line-height: 148px;
	}
	.parts_link ul li a span {
		letter-spacing: 2px;
		font-size: 18px;
		width: 169px;
		line-height: 25px;
	}
	.who_are_content h3 {
		font-size: 41px;
		letter-spacing: 19px;
		padding-bottom: 0px;
	}
	.section_one {
		padding: 57px 0px;
	}
	.buy_left_scd {
		max-width: 473px;
		width: 100%;
	}
	.section_nine_part2 {
		max-width: 950px;
		margin: 0px auto;
	}
}

@media only screen and (min-width: 1368px) and (max-width :1600px) {
	.header_main .container {
		width: 1330px;
	}
	.who_btm .container {
		width: 1330px;
	}
	.container {
		width: 1330px;
	}
	.top_menu {
		margin-left: 140px;
	}
	.top_right .dropdown-toggle{
		font-size: 14px;
	}
	.top_menu>ul>li {
		font-size: 14px;
		margin-left: 20px;
	}
	.top_menu>ul>li.dropdown:hover>a:after {
		top: 48px;
	}
	.tp_search {
		margin-left: 20px;
	}
	.hf-flyout-v3 {
		margin-top: 15px
	}
	.homebanner_cnt h2 {
		font-size: 46px;
		letter-spacing: 3px;
	}
	.homebanner_cnt h1 {
		font-size: 82px;
	}
	.homebanner_cnt p {
		font-size: 21px;
		padding-top: 12px;
	}
	.homebanner_cnt {
		padding-top: 195px;
		padding-bottom: 300px;
	}
	.slick-next {
		right: 35px;
		top: 50%;
	}
	.slick-prev {
		left: 35px;
		top: 50%;
	}
	.what_dv {
		padding: 0px 10px;
	}
	.what_who_section {
		padding-top: 240px;
	}
	.what_top {
		padding-bottom: 45px;
	}
	.who_btm {
		padding-top: 18px;
	}.serve_dv h3 {
		font-size: 24px;
	}
	.pronto_cnt h2 {
		font-size: 54px;
		line-height: 61px;
	}
	.pronto_cnt h3 {
		font-size: 23px;
		padding-top: 7px;
		padding-bottom: 14px;
	}
	.pronto_section {
		padding-top: 161px;
		padding-bottom: 177px;
	}
	.dedicated_section {
		padding-top: 36px;
		padding-bottom: 36px;
	}
	.location_cnt {
		padding-top: 92px;
	}
	.become_cnt {
		padding: 40px 40px 50px 50px;
	}
	.become_section {
		padding-top: 65px;
	}
	.xlparts_section {
		padding-top: 45px;
		padding-bottom: 51px;
	}
	.ftr_prdc {
		padding-left: 103px;
		padding-right: 99px;
	}
	.ftr_social {
		padding-left: 92px;
	}
	.ftr_quick {
		padding-left: 104px;
	}
	.tp_rgh_dv {
		float: right;
		width: 95%;
	}
	.top_menu>ul>li:hover>a:after {
		top: 52px;
	}
	/*20-02-2020*/
	.top_bg h1 {
		padding: 100px 0;
		font-size: 74px;
	}
	.news_txt h4 {
		font-size: 21px;
	}
	.who_banner_content h2 {
		font-size: 65px;
	}
	.who_banner_content p {
		font-size: 15px;
	}
	.who_banner_class {
		padding: 75px 0px;
	}
	.who_contant {
		padding: 58px;
	}
	.map_right_map img {
		width: 100%;
		height: 100vh;
	}
	.map_left_scolling {
		height: 100vh;
	}
	.loactioN_text h3 {
		font-size: 60px;
		padding: 80px 0;
	}
	.location_width {
		max-width: 98%;
	}
	.reset_button>button {
		max-width: 112px;
		padding: 8px 27px;
	}
	.meet_title h5 {
		font-size: 39px;
		padding-bottom: 47px;
	}
	.meet_right h3 {
		font-size: 35px;
		line-height: 34px;
		padding-bottom: 9px;
	}
	.meet_right h4 {
		font-size: 23px;
		padding-bottom: 13px;
		line-height: 36px;
	}
	.meet_right p {
		font-size: 16px;
		padding-bottom: 36px;
		line-height: 31px;
	}
	.meet_right {
		padding: 87px 55px 80px;
	}
	.faq_heading h3 {
		font-size: 37px;
	}
	.plus_icone {
		line-height: 37px;
	}
	.watch_video a {
		max-width: 230px;
		padding: 16px 43px;
		font-size: 17px;
	}
	.faq_p_content p {
		font-size: 16px;
		max-width: 417px;
	}
	.watch_video {
		top: -8px;
	}
	.faq_heading {
		padding: 34px 90px 34px 50px;
	}
	.who_are_content h3 {
		font-size: 43px;
		letter-spacing: 21px;
	}
	.parts_link ul {
		max-width: 856px;
	}
	.parts_link ul li {
		font-size: 179px;
		letter-spacing: 4px;
		line-height: 198px;
		text-align: center;
	}
	.parts_link ul li a span {
		letter-spacing: 1px;
		font-size: 18px;
		width: 171px;
		line-height: 22px;
	}
	.section_nine_part2 {
		max-width: 1050px;
		margin: 0px auto;
	}
}

@media only screen and (min-width: 1601px) and (max-width :1800px) {
	.header_main .container {
		width: 1570px;
	}
	.top_menu>ul>li {
		margin-left: 26px;
	}
	.map_right_map img {
		width: 100%;
		height: 100vh;
	}
	.map_left_scolling {
		height: 100vh;
	}
	.loactioN_text h3 {
		font-size: 60px;
		padding: 80px 0;
	}
	.location_width {
		max-width: 98%;
	}
	.reset_button>button {
		max-width: 112px;
		padding: 10px 27px;
	}
}

textarea.row_4.form-control {
	min-height: 125px;
}

.successMsgWraper {}

.successInner {
	max-width: 510px;
	width: 100%;
	padding: 25px;
	border-radius: 0px;
	background-color: #ebebeb;
	border-color: #c3e6cb;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.successInner a {
	color: #666;
}

.inputGroup {
	display: table;
	width: 100%;
}

.inputGroup label {
	display: table-cell;
	width: 28%;
}
.inputGroup label#StoreNo_label{
	width: 36%;
}
.inputGroup input {
	display: table-cell;
	width: 100%;
}

.buyPartsBtn {
	padding: 15px;
	background-color: darkred;
	color: #FFF;
	height: 50px;
	border: 1px solid #cccccc;
	width: 100%;
	font-family: 'Helvetica LT Std';
}

select#vendor {
	border-radius: 0px;
	width: 100%;
	display: block;
}

@media only screen and (min-width: 768px) {
	.meetTeamWraper {
		display: flex;
	}
	.meetTeamWraper .meet_left {
		flex: 1;
	}
	.meetTeamWraper .meet_right {
		flex: 1;
	}
}

@media only screen and (min-width: 768px) and (max-width :991px) {
	.inputGroup label {
		display: table-cell;
		width: 39%;
	}
}

@media only screen and (max-width: 767px) {
	.inputGroup {
		display: block;
		width: 100%;
	}
	.inputGroup label {
		display: block;
		width: 100%;
	}
	.inputGroup input {
		display: block;
		width: 100%;
	}
}

.product_padding {
	padding-top: 50px;
}

.road_map_sec {
	padding-left: 41px;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
}

.roadmap_inner {}

.roadmap_left {
	position: absolute;
	padding-top: 21px;
}

.roadmap_left h3 {
	font-size: 57px;
	color: #bebebe;
	font-family: 'HelveticaLTStd-Cond';
	letter-spacing: 19px;
	margin-bottom: 0;
}

.roadmap_left h2 {
	font-size: 80px;
	color: #231f20;
	font-family: 'HelveticaLTStd-BoldCond';
	text-transform: uppercase;
	margin-top: 0;
}

.roadmap_left h2 span {
	color: #9d1d20;
}

.roadmap_year {
	padding-top: 6px;
}

.roadmap_year ul {
	margin: 0;
	padding: 0;
	float: left;
	column-count: 2;
}

.roadmap_year ul:first-child {
	margin-right: 49px;
	margin-left: 7px;
	width: 161px;
}

.roadmap_year li {
	list-style: none;
	display: block;
}

.roadmap_year li span {
	font-size: 24px;
	line-height: 53px;
	color: #797979;
	font-family: 'HelveticaLTStd-Cond';
	letter-spacing: 1px;
}

.roadmap_year li span:hover {
	color: #9d1d20;
	font-family: 'HelveticaLTStd-Bold';
}

.roadmap_year li span.focus {
	color: #9d1d20;
	font-family: 'HelveticaLTStd-Bold';
}

.roadmap_right {
	position: relative;
	float: right;
}

.road_img {
	margin-right: 29px;
}

.road_loc_txt {
	font-size: 33px;
	color: #ffffff;
	font-family: 'HelveticaLTStd-BlkCond';
	text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.9);
	text-align: center;
	margin-top: -10px;
}

.road_loc_cnt {
	position: absolute;
	width: 100%;
	right: 43px;
	top: -83px;
	display: none;
}

.road_loc_dv_out1 .road_loc_cnt {
	position: absolute;
	width: 100%;
	right: 68px;
	display: none;
	top: 0;
}

.road_loc_cnt h3 {
	font-size: 34px;
	color: #fff;
	font-family: 'HelveticaLTStd-BoldCond';
	text-transform: uppercase;
}

.road_loc_cnt p {
	font-size: 24px;
	line-height: 31px;
	color: #fff;
	font-family: 'HelveticaLTStd-Cond';
}

.road_loc_dv_out1 {
	right: 0;
	top: 0;
	max-width: 790px;
}

.rdlc_hvr {
	cursor: pointer;
	width: 100%;
	position: absolute;
}

.rdlc_hvr:hover .road_loc_cnt {
	display: block;
}

.road_loc_dv1 {
	position: absolute;
	right: 0;
}

.road_lc_brdr {
	width: 100%;
	height: 13px;
	border-bottom: solid 2px #e81c23;
}

.road_lc_brdr:after {
	content: '';
	position: absolute;
	left: -3px;
	bottom: -5px;
	background: url(images/loc_dot.png);
	width: 16px;
	height: 13px;
}

.road_loc_cnt1 .road_lc_brdr:after {
	content: '';
	position: absolute;
	left: inherit;
	right: -3px;
	bottom: -5px;
	background: url(images/loc_dot.png);
	width: 16px;
	height: 13px;
}

.road_loc_cnt1 {
	right: -311px;
	text-align: left;
}

.road_loc_dv_out2 {
	position: absolute;
	top: 165px;
	right: 24px;
	max-width: 820px;
}

.road_loc_dv_out3 {
	top: 216px;
	right: 92px;
	max-width: 725px;
}

.road_loc_dv_out4 {
	top: 184px;
	right: 265px;
	max-width: 580px;
}

.road_loc_dv_out5 {
	top: 63px;
	right: 413px;
	max-width: 400px;
}

.road_loc_dv_out6 {
	top: 220px;
	right: 450px;
	max-width: 400px;
}

.road_loc_dv_out7 {
	top: 285px;
	right: 736px;
	max-width: 375px;
}

.road_loc_dv_out8 {
	top: 593px;
	left: 433px;
	max-width: 415px;
}

.road_loc_dv_out8 .road_loc_cnt1 {
	left: 370px;
}

.road_loc_dv_out9 {
	top: 456px;
	left: 43px;
	max-width: 596px;
}

.road_loc_dv_out9 .road_loc_cnt1 {
	left: 550px;
}

.road_loc_dv_out10 {
	top: 445px;
	left: 43px;
	max-width: 350px;
}

.road_loc_dv_out11 {
	top: 625px;
	left: -373px;
	max-width: 805px;
}

.road_loc_dv_out11 .road_loc_cnt1 {
	left: 760px;
}

.road_loc_dv_out12 {
	top: 634px;
	left: -564px;
	max-width: 900px;
}

.road_loc_dv_out12 .road_loc_cnt1 {
	left: 855px;
}

.road_loc_dv_out13 {
	top: 638px;
	left: -771px;
	max-width: 1005px;
}

.road_loc_dv_out13 .road_loc_cnt1 {
	left: 960px;
}

.road_loc_dv_out14 {
	top: 698px;
	left: -826px;
	max-width: 1005px;
}

.road_loc_dv_out14 .road_loc_cnt1 {
	left: 960px;
}

.road_map_sec {
	padding-left: 15px;
	padding-right: 15px;
}

.roadmap_cnt_main h3 {
	font-size: 20px;
	color: #bebebe;
	font-family: 'HelveticaLTStd-Cond';
	letter-spacing: 5px;
	margin-bottom: 0;
}

.roadmap_cnt_main h2 {
	font-size: 26px;
	color: #231f20;
	font-family: 'HelveticaLTStd-BoldCond';
	text-transform: uppercase;
	margin-top: 5px;
}

.roadmap_mbdv h4 {
	font-size: 22px;
	color: #9d1d20;
	font-family: 'HelveticaLTStd-Bold';
}

.roadmap_mbdv h5 {
	font-size: 16px;
	color: #231f20;
	font-family: 'HelveticaLTStd-BoldCond';
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
}

.roadmap_mbdv p {
	font-size: 14px;
	line-height: 22px;
	color: #231f20;
	font-family: 'HelveticaLTStd-Cond';
}

.roadmap_cnt_main h2 span {
	color: #9d1d20;
}

.roadmap_list {
	padding-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width :991px) {
	.roadmap_inner {
		max-width: 738px;
		margin: 0px auto;
	}
	.roadmap_left {
		position: inherit;
		padding-top: 0px;
	}
	.roadmap_left h3 {
		font-size: 24px;
		letter-spacing: 5px;
		margin-bottom: 0;
	}
	.roadmap_left h2 {
		font-size: 42px;
		margin-top: 0;
	}
	.roadmap_year {
		padding-top: 0;
	}
	.roadmap_year ul {
		float: none;
	}
	.roadmap_year ul.twoCol{
		column-count: unset;
	}
	.roadmap_year ul:first-child {
		column-count: unset;
		width: 100%;
	}
	.roadmap_year li {
		display: inline-block;
		margin-left: 27px;
	}
	.roadmap_year li:nth-child(12) {
		margin-left: 0px;
	}
	.roadmap_year ul li:first-child {
		margin-left: 0;
	}
	.roadmap_year li span {
		font-size: 18px;
		line-height: 36px;
		letter-spacing: 0;
	}
	.road_map_sec {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 1px;
	}
	.roadmap_year ul:first-child {
		margin-right: 0;
		margin-left: 0;
	}
	.road_loc_img img {
		max-width: 50px;
	}
	.road_loc_dv_out1 {
		right: 22px;
		top: -5px;
		max-width: 375px;
	}
	.road_loc_cnt p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 0px;
	}
	.road_loc_cnt h3 {
		font-size: 18px;
		margin-bottom: 3px;
		margin-top: 0;
	}
	.road_loc_txt {
		font-size: 20px;
		margin-top: -7px;
	}
	.road_loc_dv_out1 .road_loc_cnt {
		right: 24px;
		top: -7px;
	}
	.roadmap_right {
		float: none;
		margin-top: 15px;
	}
	.road_loc_dv_out2 {
		top: 65px;
		right: 21px;
		max-width: 415px;
	}
	.road_loc_cnt {
		right: 25px;
		top: -30px;
	}
	.road_loc_dv_out3 {
		top: 104px;
		right: 50px;
		max-width: 470px;
	}
	.road_loc_dv_out4 {
		top: 73px;
		right: 128px;
		max-width: 315px;
	}
	.road_loc_dv_out5 {
		top: 18px;
		right: 192px;
		max-width: 230px;
	}
	.road_loc_dv_out6 {
		top: 99px;
		right: 205px;
		max-width: 225px;
	}
	.road_loc_dv_out7 {
		top: 119px;
		right: 337px;
		max-width: 205px;
	}
	.road_loc_cnt1 {
		right: -179px;
	}
	.road_loc_dv_out8 {
		top: 258px;
		left: 152px;
		max-width: 227px;
	}
	.road_loc_dv_out8 .road_loc_cnt1 {
		left: 201px;
	}
	.road_loc_dv_out9 {
		top: 197px;
		left: -17px;
		max-width: 310px;
	}
	.road_loc_dv_out9 .road_loc_cnt1 {
		left: 283px;
	}
	.road_loc_cnt_m .road_lc_brdr:after {
		content: '';
		position: absolute;
		left: inherit;
		right: -3px;
		bottom: -5px;
		background: url(images/loc_dot.png);
		width: 16px;
		height: 13px;
	}
	.road_loc_dv_out10 {
		top: 190px;
		left: -265px;
		max-width: 436px;
	}
	.road_loc_dv_out10 .road_loc_cnt_m {
		left: 409px;
		text-align: left;
	}
	.road_loc_dv_out10 .road_loc_cnt_m h3 {
		position: relative;
		top: 12px;
	}
	.road_loc_dv_out10 .road_loc_cnt_m p {
		position: relative;
		top: 8px;
	}
}

@media only screen and (min-width: 992px) and (max-width :1199px) {
	.roadmap_left {
		padding-top: 0px;
	}
	.roadmap_left h3 {
		font-size: 24px;
		letter-spacing: 5px;
		margin-bottom: 0;
	}
	.roadmap_left h2 {
		font-size: 42px;
		margin-top: 0;
	}
	.roadmap_year {
		padding-top: 0;
	}
	.roadmap_year ul li:first-child {
		margin-left: 0;
	}
	.roadmap_year li span {
		font-size: 18px;
		line-height: 36px;
		letter-spacing: 0;
	}
	.road_map_sec {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 1px;
	}
	.roadmap_year ul:first-child {
		margin-right: 25px;
		margin-left: 0;
	}
	.road_loc_img img {
		max-width: 50px;
	}
	.road_loc_dv_out1 {
		right: 22px;
		top: -5px;
		max-width: 375px;
	}
	.road_loc_cnt p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 0px;
	}
	.road_loc_cnt h3 {
		font-size: 18px;
		margin-bottom: 3px;
		margin-top: 0;
	}
	.road_loc_txt {
		font-size: 20px;
		margin-top: -7px;
	}
	.road_loc_dv_out1 .road_loc_cnt {
		right: 24px;
		top: -7px;
	}
	.roadmap_right {
		float: right;
		max-width: 738px;
		margin-top: 150px;
	}
	.road_loc_dv_out2 {
		top: 65px;
		right: 21px;
		max-width: 415px;
	}
	.road_loc_cnt {
		right: 25px;
		top: -30px;
	}
	.road_loc_dv_out3 {
		top: 104px;
		right: 50px;
		max-width: 470px;
	}
	.road_loc_dv_out4 {
		top: 73px;
		right: 128px;
		max-width: 315px;
	}
	.road_loc_dv_out5 {
		top: 18px;
		right: 192px;
		max-width: 230px;
	}
	.road_loc_dv_out6 {
		top: 99px;
		right: 205px;
		max-width: 225px;
	}
	.road_loc_dv_out7 {
		top: 119px;
		right: 337px;
		max-width: 205px;
	}
	.road_loc_cnt1 {
		right: -179px;
	}
	.road_loc_dv_out8 {
		top: 258px;
		left: 152px;
		max-width: 227px;
	}
	.road_loc_dv_out8 .road_loc_cnt1 {
		left: 201px;
	}
	.road_loc_dv_out9 {
		top: 197px;
		left: -17px;
		max-width: 310px;
	}
	.road_loc_dv_out9 .road_loc_cnt1 {
		left: 283px;
	}
	.road_loc_cnt_m .road_lc_brdr:after {
		content: '';
		position: absolute;
		left: inherit;
		right: -3px;
		bottom: -5px;
		background: url(images/loc_dot.png);
		width: 16px;
		height: 13px;
	}
	.road_loc_dv_out10 {
		top: 190px;
		left: -265px;
		max-width: 436px;
	}
	.road_loc_dv_out10 .road_loc_cnt_m {
		left: 409px;
		text-align: right;
	}
	.road_loc_dv_out10 .road_loc_cnt_m h3 {
		position: relative;
		top: 12px;
	}
	.road_loc_dv_out10 .road_loc_cnt_m p {
		position: relative;
		top: 8px;
	}
	.road_loc_dv_out11 {
		top: 273px;
		left: -234px;
		max-width: 420px;
	}
	.road_loc_dv_out11 .road_loc_cnt1 {
		left: 393px;
	}
	.road_loc_dv_out12 {
		top: 273px;
		left: -320px;
		max-width: 465px;
	}
	.road_loc_dv_out12 .road_loc_cnt1 {
		left: 438px;
	}
	.road_loc_dv_out13 {
		top: 277px;
		left: -400px;
		max-width: 500px;
	}
	.road_loc_dv_out13 .road_loc_cnt1 {
		left: 473px;
	}
	.road_loc_dv_out14 {
		top: 305px;
		left: -435px;
		max-width: 512px;
	}
	.road_loc_dv_out14 .road_loc_cnt1 {
		left: 485px;
	}
}

@media only screen and (min-width: 1200px) and (max-width :1367px) {
	.road_map_sec {
		padding-left: 20px;
	}
	.roadmap_left h3 {
		font-size: 32px;
		letter-spacing: 10px;
		margin-bottom: 5px;
		margin-top: 10px;
	}
	.roadmap_left h2 {
		font-size: 52px;
		margin-bottom: 0;
	}
	.roadmap_year ul:first-child {
		margin-right: 30px;
		margin-left: 0;
	}
	.roadmap_year li span {
		font-size: 21px;
		line-height: 34px;
		letter-spacing: 0px;
	}
	.roadmap_right {
		max-width: 1070px;
	}
	.road_loc_img img {
		max-width: 70px;
	}
	.road_loc_txt {
		font-size: 26px;
	}
	.road_loc_cnt h3 {
		font-size: 20px;
		margin-top: 0px;
		margin-bottom: 5px;
		position: relative;
		top: 7px;
	}
	.road_loc_cnt p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 0px;
		position: relative;
		top: 5px;
	}
	.road_loc_cnt {
		right: 36px;
		top: -29px;
	}
	.road_loc_dv_out1 .road_loc_cnt {
		right: 33px;
		top: 2px;
	}
	.road_loc_dv_out1 {
		right: 22px;
		top: -3px;
		max-width: 520px;
	}
	.road_loc_dv_out2 {
		top: 90px;
		right: 18px;
		max-width: 555px;
	}
	.road_loc_dv_out3 {
		top: 154px;
		right: 60px;
		max-width: 640px;
	}
	.road_loc_dv_out4 {
		top: 119px;
		right: 181px;
		max-width: 390px;
	}
	.road_loc_dv_out5 {
		top: 37px;
		right: 280px;
		max-width: 270px;
	}
	.road_loc_dv_out6 {
		top: 151px;
		right: 286px;
		max-width: 405px;
	}
	.road_loc_dv_out7 {
		top: 180px;
		right: 475px;
		max-width: 245px;
	}
	.road_loc_dv_out8 {
		top: 384px;
		left: 285px;
		max-width: 270px;
	}
	.road_loc_dv_out8 .road_loc_cnt1 {
		left: 232px;
	}
	.road_loc_dv_out9 {
		top: 293px;
		left: 19px;
		max-width: 400px;
	}
	.road_loc_dv_out9 .road_loc_cnt1 {
		left: 363px;
	}
	.road_loc_cnt_m .road_lc_brdr:after {
		content: '';
		position: absolute;
		left: inherit;
		right: -3px;
		bottom: -5px;
		background: url(images/loc_dot.png);
		width: 16px;
		height: 13px;
	}
	.road_loc_dv_out10 {
		top: 287px;
		left: -302px;
		max-width: 560px;
	}
	.road_loc_dv_out10 .road_loc_cnt_m {
		left: 522px;
		text-align: left;
	}
	.road_loc_dv_out11 {
		top: 411px;
		left: -245px;
		max-width: 530px;
	}
	.road_loc_dv_out11 .road_loc_cnt1 {
		left: 493px;
	}
	.road_loc_dv_out12 {
		top: 405px;
		left: -390px;
		max-width: 605px;
	}
	.road_loc_dv_out12 .road_loc_cnt1 {
		left: 567px;
	}
	.road_loc_dv_out13 {
		top: 410px;
		left: -513px;
		max-width: 665px;
	}
	.road_loc_dv_out13 .road_loc_cnt1 {
		left: 628px;
	}
	.road_loc_dv_out14 {
		top: 457px;
		left: -506px;
		max-width: 625px;
	}
	.road_loc_dv_out14 .road_loc_cnt1 {
		left: 588px;
	}
	.header_main .container {
		width: 1170px;
	}
}

@media only screen and (min-width: 1368px) and (max-width :1600px) {
	.road_map_sec {
		padding-left: 20px;
	}
	.roadmap_left h3 {
		font-size: 32px;
		letter-spacing: 10px;
		margin-bottom: 5px;
		margin-top: 10px;
	}
	.roadmap_left h2 {
		font-size: 52px;
		margin-bottom: 0;
	}
	.roadmap_year ul:first-child {
		margin-right: 50px;
		margin-left: 0;
	}
	.roadmap_year li span {
		font-size: 21px;
		line-height: 40px;
		letter-spacing: 0px;
	}
	.roadmap_right {
		max-width: 1200px;
	}
	.road_loc_img img {
		max-width: 70px;
	}
	.road_loc_txt {
		font-size: 26px;
	}
	.road_loc_cnt h3 {
		font-size: 22px;
		margin-top: 0px;
		margin-bottom: 5px;
		position: relative;
		top: 7px;
	}
	.road_loc_cnt p {
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 0px;
		position: relative;
		top: 5px;
	}
	.road_loc_cnt {
		right: 36px;
		top: -35px;
	}
	.road_loc_dv_out1 .road_loc_cnt {
		right: 33px;
		top: 2px;
	}
	.road_loc_dv_out1 {
		right: 26px;
		top: -3px;
		max-width: 540px;
	}
	.road_loc_dv_out2 {
		top: 96px;
		right: 21px;
		max-width: 605px;
	}
	.road_loc_dv_out3 {
		top: 174px;
		right: 57px;
		max-width: 705px;
	}
	.road_loc_dv_out4 {
		top: 128px;
		right: 197px;
		max-width: 420px;
	}
	.road_loc_dv_out5 {
		top: 43px;
		right: 300px;
		max-width: 300px;
	}
	.road_loc_dv_out6 {
		top: 164px;
		right: 330px;
		max-width: 280px;
	}
	.road_loc_dv_out7 {
		top: 203px;
		right: 525px;
		max-width: 260px;
	}
	.road_loc_dv_out8 {
		top: 427px;
		left: 345px;
		max-width: 283px;
	}
	.road_loc_dv_out8 .road_loc_cnt1 {
		left: 245px;
	}
	.road_loc_dv_out9 {
		top: 332px;
		left: 40px;
		max-width: 430px;
	}
	.road_loc_dv_out9 .road_loc_cnt1 {
		left: 393px;
	}
	.road_loc_cnt_m .road_lc_brdr:after {
		content: '';
		position: absolute;
		left: inherit;
		right: -3px;
		bottom: -5px;
		background: url(images/loc_dot.png);
		width: 16px;
		height: 13px;
	}
	.road_loc_dv_out10 {
		top: 321px;
		left: -315px;
		max-width: 610px;
	}
	.road_loc_dv_out10 .road_loc_cnt_m {
		left: 573px;
		text-align: left;
	}
	.road_loc_dv_out11 {
		top: 455px;
		left: -256px;
		max-width: 578px;
	}
	.road_loc_dv_out11 .road_loc_cnt1 {
		left: 541px;
	}
	.road_loc_dv_out12 {
		top: 460px;
		left: -402px;
		max-width: 650px;
	}
	.road_loc_dv_out12 .road_loc_cnt1 {
		left: 613px;
	}
	.road_loc_dv_out13 {
		top: 466px;
		left: -544px;
		max-width: 722px;
	}
	.road_loc_dv_out13 .road_loc_cnt1 {
		left: 684px;
	}
	.road_loc_dv_out14 {
		top: 511px;
		left: -573px;
		max-width: 707px;
	}
	.road_loc_dv_out14 .road_loc_cnt1 {
		left: 669px;
	}
}

@media only screen and (min-width: 1601px) and (max-width :1800px) {
	.roadmap_right {
		max-width: 1400px;
	}
	.roadmap_left h3 {
		font-size: 48px;
		letter-spacing: 12px;
	}
	.roadmap_left h2 {
		font-size: 64px;
	}
	.roadmap_year li span {
		font-size: 22px;
		line-height: 45px;
	}
	.road_loc_img img {
		max-width: 80px;
	}
	.road_loc_cnt h3 {
		font-size: 30px;
		margin-bottom: 0;
	}
	.road_loc_cnt p {
		font-size: 21px;
		line-height: 28px;
		margin-bottom: 0;
	}
	.road_loc_cnt {
		right: 41px;
		top: -58px;
	}
	.road_loc_dv_out1 .road_loc_cnt {
		right: 37px;
		top: -18px;
	}
	.road_loc_dv_out1 {
		right: 26px;
		top: -3px;
		max-width: 680px;
	}
	.road_loc_dv_out2 {
		top: 120px;
		right: 21px;
		max-width: 730px;
	}
	.road_loc_dv_out4 {
		top: 165px;
		right: 229px;
		max-width: 505px;
	}
	.road_loc_dv_out5 {
		top: 54px;
		right: 350px;
		max-width: 350px;
	}
	.road_loc_dv_out6 {
		top: 192px;
		right: 383px;
		max-width: 330px;
	}
	.road_loc_dv_out7 {
		top: 242px;
		right: 625px;
		max-width: 304px;
	}
	.road_loc_dv_out8 {
		top: 498px;
		left: 390px;
		max-width: 344px;
	}
	.road_loc_dv_out8 .road_loc_cnt1 {
		left: 302px;
	}
	.road_loc_dv_out9 {
		top: 389px;
		left: 34px;
		max-width: 515px;
	}
	.road_loc_dv_out9 .road_loc_cnt1 {
		left: 473px;
	}
	.road_loc_cnt_m .road_lc_brdr:after {
		content: '';
		position: absolute;
		left: inherit;
		right: -3px;
		bottom: -5px;
		background: url(images/loc_dot.png);
		width: 16px;
		height: 13px;
	}
	.road_loc_dv_out10 {
		top: 379px;
		left: -386px;
		max-width: 722px;
	}
	.road_loc_dv_out10 .road_loc_cnt_m {
		text-align: left;
		left: 680px;
	}
	.road_loc_dv_out11 {
		top: 540px;
		left: -324px;
		max-width: 695px;
	}
	.road_loc_dv_out11 .road_loc_cnt1 {
		left: 652px;
	}
	.road_loc_dv_out12 {
		top: 539px;
		left: -481px;
		max-width: 773px;
	}
	.road_loc_dv_out12 .road_loc_cnt1 {
		left: 730px;
	}
	.road_loc_dv_out13 {
		top: 542px;
		left: -645px;
		max-width: 858px;
	}
	.road_loc_dv_out13 .road_loc_cnt1 {
		left: 816px;
	}
	.road_loc_dv_out14 {
		top: 600px;
		left: -708px;
		max-width: 860px;
	}
	.road_loc_dv_out14 .road_loc_cnt1 {
		left: 818px;
	}
	.header_main .container {
		width: 1570px;
	}
	.top_menu>ul>li {
		margin-left: 36px;
	}
	.map_right_map img {
		width: 100%;
		height: 100vh;
	}
	.map_left_scolling {
		height: 100vh;
	}
	.loactioN_text h3 {
		font-size: 60px;
		padding: 80px 0;
	}
	.location_width {
		max-width: 98%;
	}
	.reset_button>button {
		max-width: 112px;
		padding: 10px 27px;
	}
}

.imageBtnBuyParts {
	text-align: center;
}

.locationGrp {
	display: inline-block;
}

.locationGrp:nth-child(2) {
	padding-left: 60px;
}

.locationSeperator {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 22px;
	text-align: center;
	width: 70px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'HelveticaLTStd-Cond';
	font-size: 16px;
	vertical-align: middle;
}

.locationSeperator:before,
.locationSeperator:after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.locationSeperator:after {
	left: 0.5em;
	margin-right: -50%;
}

.locationSeperator:before {
	right: 0.5em;
	margin-left: -50%;
}

.inputSeperator {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 22px;
	text-align: center;
	width: 50px;
	color: #333;
	text-transform: uppercase;
	font-family: 'HelveticaLTStd-Cond';
	font-size: 16px;
	vertical-align: middle;
}

.inputSeperator:before,
.inputSeperator:after {
	background-color: #333;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.inputSeperator:after {
	left: 0.5em;
	margin-right: -50%;
}

.inputSeperator:before {
	right: 0.5em;
	margin-left: -50%;
}

.labelBuyParts {
	font-size: 18px;
	margin-bottom: 15px;
	color: #292929;
	font-family: 'HelveticaLTStd-Light';
}

.locationContainer {
	max-width: 100%;
	width: 100%;
	margin: auto;
	padding: 0px 83px;
}

@media (min-width: 1200px) {
	.locationContainer {
		padding: 0px 83px;
		margin: auto;
	}
}

@media (max-width: 1199px) {
	.locationContainer {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.locationContainer .form-group {}

.leftFormLocation {
	max-width: 380px;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 10px;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.locationContainer .rightFormLocation {
	float: right;
	max-width: 380px;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 10px;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.mainLbl {
	color: #fff;
	font-size: 18px;
	font-family: 'HelveticaLTStd-BoldCond';
}

.mainLbl span {
	color: #fff;
	font-size: 16px;
	font-family: 'HelveticaLTStd-Light';
}

.flexRow {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.flexRow.align-items-end{
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.flexCol {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.flexCol.col-6{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.flexCol.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.flexCol.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.flexCol.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.flexCol.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.flexCol.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.flexCol.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
@media (max-width: 1300px){
	.flexCol.col-6-md{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.flexCol.col-5-md {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.flexCol.col-2-md {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.flexCol.col-3-md {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.flexCol.col-4-md {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.flexCol.col-7-md {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.flexCol.col-8-md {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
}
@media (min-width: 320px) and (max-width: 767px){
	.locationContainer .flexCol.col-3.col-4-md{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.locationContainer .flexCol.col-6.col-7-md{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.locationContainer .flexCol.col-6.col-7-md .flexCol.col-5{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.locationContainer .flexCol.col-6.col-7-md .flexCol.col-7{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.buyPartsInputWraper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.buyPartsInputWraper input {
	position: relative;
	width: 100%;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.buyPartsInputWraper input[disabled]{
	background-color: #eee;
}
.orderingList {
	margin-right: -15px;
	margin-left: -15px;
	padding: 0px;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.orderingList li {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.orderingList li a {
	display: block;
	border: 1px solid #9d1d20;
	border-radius: 4px;
	padding: 4px 15px;
	text-align: center;
}
.orderingList li a.disabled{
	cursor: not-allowed;
	background-color: #eee;
	border-color: #686868;
}
.orderingList li a.disabled span{
	color: #686868;
}
.orderingList li a span {
	display: block;
	color: #9d1d20;
	font-size: 16px;
}

.orderingList li a span:first-child {
	color: #686868;
	font-size: 14px;
}
.successInner a.buyPartsIapBtn{
	display: block;
    background-color: #9d1d20;
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
    padding: 12px;
    text-align: center;
}
.searchNavItem,.languageNavItem{
	display: inline-block;
}
.dropdown{
	list-style: none;
}
.top_right .dropdown{
	display: inline-block;
	margin-left: 15px;
}
.top_right .searchNavItem .open>.dropdown-menu{
	display: table;
	padding: 5px 7px;
}
.navSearchBtn{
    color: #ffffff;
    border: 1px solid #9d1d20;
	background-color: #9d1d20;
	border-radius: 4px;
	padding: 6px 10px;
}
.top_right .searchNavItem .open>.dropdown-menu>li input[type=text]{
	height: 33px;
	width: 100%;
	border: 1px solid #333;
	border-radius: 4px;
	padding: 4px 10px;
}
.top_right .searchNavItem .dropdown .dropdown-menu{
	right: 0px;
}
.top_right .searchNavItem .dropdown .dropdown-menu>li{
	display: table-cell;
}
.top_right .searchNavItem .dropdown .dropdown-menu>li:last-child{
	text-align: right;
}
.top_right .searchNavItem .dropdown.open .dropdown-menu{
	width: 300px;
}
.card-columns .searchresult {
    margin-bottom: .75rem;
}
.searchresult{
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.media.searchresult:first-child{
    margin-top: 15px;
}
.searchresult small{
	color: #999;
}
.media>.pull-left {
	display: block;
}
@media (min-width: 767px){
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
	}
	.card-columns .searchresult {
		display: inline-block;
		width: 100%;
	}
}
.pagination-nav{
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #9d1d20;
    border-color: #9d1d20;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #9d1d20;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.searchresultsHeading{
	text-align: center;
    font-family: 'HelveticaLTStd-BoldCond';
    font-size: 20px;
    text-transform: uppercase;
}
.searchresultsHeading span{
    color: #9d1d20;
}
@media (min-width: 767px){
	.searchresultsHeading{
		text-align: center;
		font-family: 'HelveticaLTStd-BoldCond';
		font-size: 40px;
		text-transform: uppercase;
	}
}
.mainProntoImgWraper{
	max-width: 900px;
	margin: 10px auto;
	text-align: center;
}
.mainProntoImg img{
	max-width: 100%;
	object-fit: cover;
	object-position: center;
}
.mainProntoImgContent{
	margin: 24px 0px 0px;
}
.mainProntoImgContent h5{
    text-align: center;
    font-size: 24px;
    color: #282828;
    font-family: 'HelveticaLTStd-BoldCond';
}
.mainProntoImgContent h5 span{
	color: #9d1d20;
}
.mainProntoImgContent p{
    font-size: 18px;
    color: #757575;
    padding-bottom: 36px;
    line-height: 35px;
    font-family: 'HelveticaLTStd-Light';
    margin: 0px;
}
.subProduct .image-box{
	position: relative;
	min-height: 300px;
	max-height: 300px;
}
.subProduct .image-box img{
	object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
	bottom: 0;
	height: 100%;
}
.eventDetails{
	margin-bottom: 30px;
}
.eventDetails table{
	font-family: 'HelveticaLTStd-Cond';
	font-size: 16px;
}
.message{
	padding: 30px 30px 25px;
    margin: 15px 15px 30px;
    background: #eee;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    font-family: 'HelveticaLTStd-Cond';
    font-size: 18px;
}
.message:after {
	content: "";
	display: table;
	clear: both;
}
.message.message-success{
	color: #270;
	background-color: #DFF2BF;
}
.message.message-error{
	color: #D8000C;
	background-color: #FFBABA;
}
.onlineSecurityForm .form-builder-wrapper .message{
	margin-left: 0px;
	margin-right: 0px;
}
.message.message-success:before{
	content: '';
}
/*
.message .message-success:before{
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	content: "\f00c";
  	margin-right:10px;
}
*/
.formbuilder label+ul{
	list-style: none;
    position: absolute;
    top: 23px;
    margin-bottom: 0px;
}
.formbuilder >ul{
	list-style: none;
	margin-left: 15px;
	margin-right: 15px;
	display: block;
}
.formbuilder >ul li{
	display: inline-block;
	color: #D8000C;
	background-color: #FFBABA;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px;
}
.formbuilder label+ul li{
	color: #D8000C;
	background-color: #FFBABA;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px;
}
.formbuilder ul ~ label{
	color: #D8000C;
}
.formbuilder ul ~ input[type="text"]{
	border-color: #D8000C;
	margin-top: 20px;
}
.formbuilder ul ~ textarea{
	border-color: #D8000C;
	margin-top: 20px;
}
.formbuilder ul ~ select{
	border-color: #D8000C;
	margin-top: 20px;
}
.formbuilder-row.default{
	position: relative;
}
.formbuilder .formbuilder-row.default{
	position: relative;
}
.OnlineSecurityForm .formbuilder .formbuilder-row.default{
	position: relative;
}
.OnlineSecurityForm .formbuilder .formbuilder-row.default ul{
	top: -5px;
    left: 26%;
}
.OnlineSecurityForm .formbuilder .formbuilder-row.default ul ~ input[type="text"]{
	border-color: #D8000C;
	margin-top: 20px;
}
.OnlineSecurityForm .formbuilder .formbuilder-row.default ul ~ textarea{
	border-color: #D8000C;
	margin-top: 20px;
}
.OnlineSecurityForm .formbuilder .formbuilder-row.default ul ~ select{
	border-color: #D8000C;
	margin-top: 20px;
}
.search-list{
	padding-bottom: 60px;
}
ul.search-results{

}
ul.search-results.list-unstyled{

}
ul.search-results.list-unstyled>.search-result{
	padding:15px;
	margin-bottom: 30px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
ul.search-results.list-unstyled>.search-result h5{
	font-family: 'HelveticaLTStd-Cond';
	font-size: 20px;
	color: #333;
}
ul.search-results.list-unstyled>.search-result .more{
	color: #1300ee;
}
ul.search-results.list-unstyled>.search-result .more:visited{
	color: #609;
}
ul.search-results.list-unstyled .search-result .result-summary-1{
	font-size: 16px;
}
.paginator{
	display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
	border-radius: .25rem;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.paginator>a{
	color: #9d1d20;
	position: relative;
    display: block;
    padding: 10px 15px 8px;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
	border: 1px solid #dee2e6;
}
.paginator>a.previous.icon-arrow-left::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f053";
}
.paginator>a.next.icon-arrow-right::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
}
.paginator>a.active{
	background-color: #9d1d20;
	color: #fff;
	border-color: #9d1d20;
}
.paginator>a:first-child.active{
	background-color: #9d1d20;
	color: #fff;
	border-color: #9d1d20;
}
.paginator>a:last-child.active{
	background-color: #9d1d20;
	color: #fff;
	border-color: #9d1d20;
}
.paginator>a:first-child{
	margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.paginator>a:last-child{
	border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
