@font-face {
	font-family: 'montserratbold';
	src: url("montserrat-bold-webfont.eot");
	src: url("../fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff"), url("../fonts/montserrat-bold-webfont.ttf") format("truetype"), url("../fonts/montserrat-bold-webfont.svg#montserratbold") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'montserratregular';
	src: url("../fonts/montserrat-regular-webfont.eot");
	src: url("../fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat-regular-webfont.ttf") format("truetype"), url("../fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'montserratlight';
	src: url("../fonts/montserrat-light-webfont.eot");
	src: url("../fonts/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff"), url("../fonts/montserrat-light-webfont.ttf") format("truetype"), url("../fonts/montserrat-light-webfont.svg#montserratlight") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'quanticobold';
	src: url("../fonts/quantico-bold-quantico.eot");
	src: url("../fonts/quantico-bold-quantico.eot?#iefix") format("embedded-opentype"), url("../fonts/quantico-bold-quantico.woff2") format("woff2"), url("../fonts/quantico-bold-quantico.woff") format("woff"), url("../fonts/quantico-bold-quantico.ttf") format("truetype"), url("../fonts/quantico-bold-quantico.svg#quanticobold") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'quanticobold_italic';
	src: url("../fonts/quantico-bolditalic-quantico.eot");
	src: url("../fonts/quantico-bolditalic-quantico.eot?#iefix") format("embedded-opentype"), url("../fonts/quantico-bolditalic-quantico.woff2") format("woff2"), url("../fonts/quantico-bolditalic-quantico.woff") format("woff"), url("../fonts/quantico-bolditalic-quantico.ttf") format("truetype"), url("../fonts/quantico-bolditalic-quantico.svg#quanticobold_italic") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'quanticoitalic';
	src: url("../fonts/quantico-italic-quantico.eot");
	src: url("../fonts/quantico-italic-quantico.eot?#iefix") format("embedded-opentype"), url("../fonts/quantico-italic-quantico.woff2") format("woff2"), url("../fonts/quantico-italic-quantico.woff") format("woff"), url("../fonts/quantico-italic-quantico.ttf") format("truetype"), url("../fonts/quantico-italic-quantico.svg#quanticoitalic") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'quanticoregular';
	src: url("../fonts/quantico-regular-quantico.eot");
	src: url("../fonts/quantico-regular-quantico.eot?#iefix") format("embedded-opentype"), url("../fonts/quantico-regular-quantico.woff2") format("woff2"), url("../fonts/quantico-regular-quantico.woff") format("woff"), url("../fonts/quantico-regular-quantico.ttf") format("truetype"), url("../fonts/quantico-regular-quantico.svg#quanticoregular") format("svg");
	font-weight: normal;
	font-style: normal
}

.condt-popup .policies_child_popup h2 {
	font: 24px/1.5 "quanticobold";
	color: #333;
	padding: 0 0 3px 0;
	margin-top: 0;
}

.condt-popup .policies_child_popup h3 {
	font: 16px/1.5 "quanticobold";
	color: #333;
	padding: 0 0 3px 0;
}

.condt-popup .policies_child_popup p {
	font: 13px/2.1 "montserratregular";
}

.condt-popup .policies_child_popup ul li,
.policies_child_popup ol li {
	font: 13px/2.1 "montserratregular";
}

.condt-popup .policies_child_popup ul,
.policies_child_popup ol {
	list-style-type: disc;
	padding-left: 15px;
}

/***/
form#save-my-terms {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn-primary {
	background-color: #04d056;
	border-color: #04d056;
	width: 200px;
	padding: 11px;
	float: left;
	border-radius: 50px;
	outline: none;
}

.btn-primary:hover {
	background: #242931;
	border-color: #242931;
}

/* The container */
.container-terms {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: Times New Roman;
	font-weight: normal;
	padding-top: 3px;
}

/* Hide the browser's default checkbox */
.container-terms input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border: 1px solid #70bf90;
}


/* On mouse-over, add a grey background color */

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


/* When the checkbox is checked, add a blue background */

.container-terms input:checked~.checkmark {
	background-color: #04d056;
}


/* Create the checkmark/indicator (hidden when not checked) */

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


/* Show the checkmark when checked */

.container-terms input:checked~.checkmark:after {
	display: block;
}


/* Style the checkmark/indicator */

.container-terms .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);
}

span.checkmark.error {
	border: 1px solid red;
	padding: 0;
	background: #d4cccc;
}

.green_bg_color {
	background: #04d056;
}

#products.our_product h1 {
	color: #fff;
	font: 36px/1.3 "quanticobold";
	text-align: center;
}

#products.our_product {
	padding: 40px 0 60px;
}

#products.our_product p {
	color: #fff;
	text-align: center;
	font-size: 18px;
	max-width: 1024px;
	margin: 10px auto;
	line-height: 1.4;
	font-family: quanticobold;
}

.homePage_product_slider .img_wrapper img {
	max-width: 100%;
	max-height: 200px;
	margin: 0 auto;
}

.homePage_product_slider .content_wrapper {
	padding: 40px;
}

.homePage_product_slider .content_wrapper h3 {
	color: #04d056;
	text-align: center;
	font-size: 28px;
	line-height: 1.4;
	font-family: quanticobold;
}

.homePage_product_slider .content_wrapper p {
	font-family: quantico !important;
	color: #333 !important;
}

.homePage_product_slider .slick-slide {
	height: auto;
}

.homePage_product_slider .product_box_wrap {
	background-color: #fff;
	margin: 0 10px;
	min-height: 680px;
}

.homePage_product_slider {
	padding-top: 30px;
}

ul.slick-dots {
	text-align: center;
	padding: 20px 0 0;
}

ul.slick-dots li {
	display: inline-block;
	overflow: hidden;
	margin: 0 5px;
}

ul.slick-dots li button {
	border-radius: 40px;
	text-indent: -999px;
	width: 6px;
	height: 6px;
	background-color: #03923c;
	transition: 0.5s;
	outline: none;
}

ul.slick-dots li.slick-active button {
	width: 40px;
	background-color: #fff;
}

.float_right_icon {
	float: right;
}

.card.exportbtnsec .nav-pills>li.active>a,
.card.exportbtnsec .nav-pills>li.active>a:hover,
.card.exportbtnsec .nav-pills>li.active>a:focus {
	border-top-color: #04d056;
}

.card.exportbtnsec .nav-pills>li.active>a,
.card.exportbtnsec .nav-pills>li.active>a:focus,
.card.exportbtnsec .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #04d056;
}

.card.exportbtnsec .nav>li>a {
	position: relative;
	display: block;
	padding: 8px 30px;
	background-color: #ecefef;
}

.card.exportbtnsec .nav-pills>li.active>a:before {
	position: absolute;
	content: '';
	bottom: -10px;
	border-top: 10px solid #04d056;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

#day_view_table tbody tr:first-child>td {
	white-space: nowrap;
	min-width: 50px;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active:focus {
	background-color: #04d056;
	border-color: #04d056;
}

.form-group .form-control {
	padding: 15px;
}

select::-ms-expand {
	display: none;
}

div#day_view_table_length select {
	min-height: 42px;
}

.dataTables_filter input[type=search].form-control {
	padding: 12px 10px;
}

/**Responsive Start**/
@media only screen and (max-width: 640px) {
	form#save-my-terms {
		width: 100%;
		display: inline-block;
	}

	.terms-inpt {
		text-align: left;
		width: 100%;
		padding-bottom: 15px;
	}

	.terms-brn {
		width: 100%;
	}

	.container-terms {
		font-size: 20px;
	}
}

.drivercheckbox {
	height: 100px;
	overflow: scroll;
	background-color: #F0F1F1;
}

.checkboxdriver {
	margin-left: 10px;
}

.main_banner .site-content .home-slider ul li .slide_main .slider_caption.slide_desc p {
	font-size: 17px;
	line-height: 1.6;
	font-weight: 800;
}

.quick_tracking.flex-quick {
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	-ms-display: flex;
	display: flex;
}

.quick_content h1 {
	font-size: 30px;
	/*font-weight: 600;*/
	margin-bottom: 18px;
}

.quick_content p {
	font-size: 18px;
	line-height: 2;
}

.quick_content {
	padding-left: 50px;
}

.report_modal {
	cursor: pointer;
	color: red;
}

.show_report {
	cursor: pointer;
	color: orange;
}


@media (max-width: 1169.98px) {
	.green .our_product .hor_slider .app_screens .slick-slide .app_img img {
		height: auto !important;
	}

	.green .our_product .hor_slider .app_screens .slick-slide .app_img-cover {
		width: 100% !important;
		max-width: 480px !important;
		height: auto !important;
	}

	.green .our_product .hor_slider .app_screens .slick-slide .app_img {
		position: static !important;
		top: inherit !important;
		left: inherit !important;
		width: auto !important;
		height: auto !important;
	}

	.green .our_product .vert_slider .slider_tracking ul li .fig_cap .cap {
		width: 100% !important;
	}
}

@media (min-width: 992px) {
	button#menu-toggle {
		display: none;
	}
}

@media (max-width: 991.98px) {
	button#menu-toggle:focus {
		outline: none;
	}

	button#menu-toggle span {
		width: 25px;
		height: 3px;
		background: #000;
		display: block;
		border-radius: 3px;
		margin: 4px 0 4px 0;
		transition: .2s;
	}

	button#menu-toggle.toggled-on span:nth-child(2) {
		display: none;
	}

	button#menu-toggle.toggled-on span:nth-child(1) {
		transform: rotate(45deg);
		top: 18px;
	}

	button#menu-toggle.toggled-on span:nth-child(3) {
		transform: rotate(-45deg);
		top: 18px;
	}

	button#menu-toggle.toggled-on span {
		margin: 0;
		position: absolute;
		left: 5px;
	}

	button#menu-toggle {
		position: relative;
		padding: 5px;
		height: 35px;
		width: 35px;
		background: transparent;
	}

	button#menu-toggle.toggled-on {
		background: transparent !important;
	}

	.right_nav.toggled-on {
		position: absolute;
		display: block;
		top: 100%;
		left: 0;
		background-color: #fff;
		z-index: 2;
		width: 100%;
		height: auto;
		padding: 0 0 25px;
	}

	.right_nav.toggled-on .nav-menu {
		padding: 0;
	}

	.right_nav.toggled-on .nav-menu ul#nav_box li {
		width: 100%;
	}

	.right_nav.toggled-on .nav-menu ul#nav_box li a {
		padding: 12px 15px;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}

	.right_nav.toggled-on .login-signup button {
		margin: 0 15px;
		transition: inherit;
	}

	.quick_tracking.flex-quick {
		flex-direction: column;
		padding: 40px 0px;
	}

	.quick_tracking.flex-quick .quick_content {
		padding: 0px;
	}

	.quick_tracking.flex-quick .about-us_image img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}

	.quick_tracking.flex-quick .about-us_image {
		margin: auto;
		margin-bottom: 30px;
		max-width: 480px;
	}

	.main_banner .site-content {
		transform: translate(-50%, -50%) !important;
		left: 50% !important;
		top: 50% !important;
		bottom: inherit !important;
		right: inherit !important;
	}

	.main_banner .site-content .home-slider ul li .slide_main .slider_img {
		display: none;
	}

	.main_banner .site-content .home-slider ul li .slide_main .slider_caption {
		width: 100%;
	}

	.main_banner .site-content .home-slider ul.slick-dots {
		display: none;
	}

	.register_form .without_registeraion form,
	div#contactForm {
		padding-bottom: 0;
	}

	.homePage_product_slider .content_wrapper {
		padding: 15px;
	}

	.homePage_product_slider .content_wrapper h3 {
		font-size: 21px;
	}

	.homePage_product_slider .content_wrapper p {
		font-size: 14px !important;
	}
}

@media (max-width: 767.98px) {
	.green .our_product .vert_slider .slider_tracking ul li .fig_cap {
		min-height: 250px;
	}

	#list_view_holder {
		padding: 10px 0;
	}

	#list_view_holder div.dataTables_wrapper div.dataTables_length,
	#list_view_holder div.dataTables_wrapper div.dataTables_filter {
		text-align: left;
		padding: 10px 0;
	}

	#list_view_holder .col-sm-6 {
		padding: 0 15px;
	}
}

@media (max-width: 575.98px) {
	.homePage_product_slider .product_box_wrap {
		min-height: auto;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.homePage_product_slider .product_box_wrap {
		min-height: 500px;
	}

	.homePage_product_slider .img_wrapper img {
		max-height: 160px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.homePage_product_slider .product_box_wrap {
		min-height: 500px;
	}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.homePage_product_slider .img_wrapper img {
		min-height: 150px;
		max-height: 150px;
	}
}

.ml-10 {
	margin-left:10px;
}

.btn-danger-main {
	float: left;
	outline: none;
	color:white;
	border-color: #d73925;
	width: 200px !important;
	padding: 11px !important;
	background-color: #dd4b39;
	border-radius: 50px !important;
}

.btn-danger-main:hover {
	color:white;
	background: #242931;
	border-color: #242931;
}
