/*
 Theme Name:   hello-elementor Child
 Theme URI:    https://wordpress.com/
 Description:  A child theme of Twenty Twenty-One WordPress theme.
 Author:       kk
 Author URI:   https://wordpress.com/
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("../hello-elementor/style.css");




/*===================================BODY=============================================*/


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


html {
	margin-top: 0 !important;
}


@font-face {
    font-family: 'DINOT';
    src: url('fonts/DINOT.woff2') format('woff2'),
        url('fonts/DINOT.woff') format('woff'),
        url('fonts/DINOT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'DINOT';
    src: url('fonts/DINOT-Bold.woff2') format('woff2'),
        url('fonts/DINOT-Bold.woff') format('woff'),
        url('fonts/DINOT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
	background: #fff;
	color: #000;
	font-family: 'DINOT';
	font-size: 16px;
	letter-spacing: normal;
}



body .container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}


body h1, 
body h2, 
body h3, 
body h4, 
body h5, 
body h6{
	margin:0 0 10px;
	font-weight: 700;
	letter-spacing: normal;
}


body h1, 
body h2, 
body h3, 
body h4, 
body h5, 
body h6, 
div, 
label, 
li, 
input, 
button, 
a, 
select{
	font-family: 'DINOT';
}


body h1{
	font-size:50px;
}


body h2{
	font-size:36px;
}


body h3{
	font-size:30px;
}


body h4{
	font-size:28px;
}


body h5{
	font-size:22px;
}



/*===================================BODY=============================================*/




/*===================================HEADER=============================================*/






.top-header-container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	padding: 0px 0px;
	border-bottom: 1px solid #808285;
}


.header-top-left ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	list-style: none;
	margin: 0;
	padding: 16px 22px;
}


.header-top-left ul li {
	margin: 0 50px 0 0;
}


.header-top-left ul li:last-child {
	margin-right: 0;
}


.header-top-left ul li a {
	font-size: 20px;
	font-weight: 400;
	color: #808285;
	line-height: 25px;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.header-top-left ul li a:hover {
	color: #00AEEF;
}




.header-top-right {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.header-search form {
	position: relative;
	border-left: 1px solid #808285;
	border-right: 1px solid #808285;
	padding: 16px 70px 16px 23px;
}


.header-search input[type="search"] {
	border: none;
	border-radius: 0;
	padding: 0;
	color: #808285;
	font-size: 20px;
	font-weight: 400;
	font-family: 'DINOT';
	line-height: 26px;
	outline: none;
}



input[type="search"]::-webkit-input-placeholder, 
input[type="email"]::-webkit-input-placeholder { 
   color: #808285; opacity:1;
}


input[type="search"]::-moz-placeholder, 
input[type="email"]::-moz-placeholder  { 
   color: #808285;  opacity:1;
}


input[type="search"]:-ms-input-placeholder, 
input[type="email"]:-ms-input-placeholder { 
   color: #808285;  opacity:1;
}


input[type="search"]:-moz-placeholder, 
input[type="email"]:-moz-placeholder { 
   color: #808285;  opacity:1;
}


.header-search input[type="submit"] {
	width: 24px;
	height: 23px;
	border: none;
	padding: 0;
	font-size: 0;
	background: url("assets/images/search-icon.svg") no-repeat 0 0;
	position: absolute;
	top: 18px;
	right: 30px;
}



.language-section {
	background: url("assets/images/globe-icon.svg") no-repeat 15px center;
	background-size: 27px;
}


.language-section {
	display: flex;
}


.language-section #google_language_translator {
	height: 59px;
}


.language-section #google_language_translator select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	border: none;
	background: transparent url("assets/images/select-icon.png") no-repeat calc(100% - 15px) center;
	background-size: auto;
	border-radius: 0 !important;
	padding: 10px 35px 13px 50px !important;
	color: #808285 !important;
	font-size: 20px;
	font-weight: 400;
	background-size: 13px;
	border: none !important;
	width: 152px;
}


.language-section span {
	display: none !important;
}



.media-links ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	margin: 0;
	padding: 0;
	list-style: none;
}


.media-links ul li {
	margin: 0 0 0;
	padding: 16px 22px;
	border-left: 1px solid #808285;
}



header#site-header {
	max-width: 100%;
	padding: 29px 50px 17px;
}


header#site-header .site-branding a {
	width: auto;
}


header#site-header .site-branding a img {
	max-height: 4rem;
	width: auto;
}


header#site-header nav ul {
	margin: 0;
}


header#site-header nav ul li {
	margin-left: 15px;
}


header#site-header nav ul li:first-child {
	margin-left: 0;
}


header#site-header nav ul li a {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	text-transform: uppercase;
}


header#site-header nav ul li a:hover {
	color: #00AEEF;
}


header#site-header ul.menu li ul.sub-menu {
	right: 0;
	left: auto;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
	width: 14rem;
	border-radius: 8px;
	overflow: hidden;
	padding: 8px 0;
}



header#site-header nav ul li .sub-menu li {
	margin: 0;
	border: none;
}


header#site-header nav ul li .sub-menu li a {
	text-transform: none;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	display: block;
	padding: 15px 20px;
}



header#site-header nav ul li.myaccount-icon {
	margin-left: 40px;
	display:none;
}


/*

header#site-header nav ul li.myaccount-icon a {
	background: url("assets/images/user-icon.png") no-repeat center center;
	background-size: auto;
	width: 49px;
	height: 49px;
	margin: 0 auto;
	border: 1px solid #000;
	border-radius: 100%;
	background-size: 19px;
	font-size: 0;
}


header#site-header nav ul li.myaccount-icon ul li a {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	width: 100%;
	height: auto;
	border-radius: 0;
	border: none;
	margin: 0;
	background: transparent;
	padding: 9px 14px;
}


header#site-header nav ul li.myaccount-icon ul li {
	margin: 0;
}


header#site-header nav ul li.myaccount-icon::after {
	display: none;
}

*/


.user-login {
	margin-left: 40px;
	position: relative;
}


.user-login a#user-link{
	background: url("assets/images/user-icon.png") no-repeat center center;
	background-size: auto;
	width: 49px;
	height: 49px;
	margin: 0 auto;
	border: 1px solid #000;
	border-radius: 100%;
	background-size: 19px !important;
	font-size: 0;
	display: block;
}


.user-login .user-popup {
	position: absolute;
	right: 0;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
	top: 60px;
	overflow: hidden;
	width: 300px;
	z-index: 9999;
}



.user-popup h6 {
	background: #00AEEF;
	text-align: center;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 5px;
	border-bottom: 2px solid #000;
}


.user-login-info .user-image a {
	width: 80px;
	height: 80px;
	margin: 15px auto;
	border-radius: 100%;
	border: 1px solid #000;
	display: inherit;
	position: relative;
	text-align: center;
	line-height: 64px;
}


.user-login-info .user-image a img {
	display: inline;
	width: 43px;
	height: 48px;
	object-fit: contain;
}


.user-image a small {
	width: 27px;
	height: 27px;
	background: red;
	display: inline-block;
	overflow: hidden;
	position: absolute;
	bottom: 5px;
	right: -6px;
}


.user-image a small {
	background: url("assets/images/camera-icon.png") no-repeat center center;
	background-size: 100%;
}


.user-image a small input {
	opacity: 0;
	cursor: pointer;
}


.user-login-info h5 {
	text-align: center;
	padding: 0 10px;
	font-weight: 400;
	color: #000;
	font-size: 14px;
}


.user-login-info h5 strong {
	display: block;
}


.user-btn-link {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	padding: 5px 20px;
}



.user-btn-link a {
	display: inline-block;
	background: #00AEEF;
	color: #fff;
	width: 120px;
	line-height: 44px;
	text-align: center;
	font-weight: 700;
	border-radius: 50px;
	font-size: 18px;
}

.user-btn-link a:hover {
	color: #fff;
	text-decoration:none;
}


.user-login-info .drop-file {
	width: 100%;
	border-top: 2px solid #000;
	position: relative;
	margin-top: 10px;
}


.user-login-info .drop-file input {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor:pointer;
}


.drop-file-content {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	background: #dfe0e0;
}


.drop-file-arrow {
	width: 57px;
	background: #8dc63f;
	line-height: 47px;
}


.drop-file-arrow img {
	width: 100%;
	display: inline;
}


.drop-file-title {
	width: calc(100% - 76px);
	padding: 8px 0;
	line-height: normal;
}


.drop-file-title strong {
	font-size: 18px;
	color: #231F20;
	display: block;
	text-align: center;
	line-height: normal;
}


.drop-file-title p {
	font-size: 14px;
	margin: 0;
}







.logged-in header#site-header nav ul li.guest {
	display: none;
}


.logged-in header#site-header nav ul li.loggedin {
	display: block;
}


header#site-header nav ul li.loggedin {
	display: none;
}


header#site-header nav ul li.guest {
	display: block;
}


/*===================================HEADER=============================================*/








/*====================================HOME==============================================*/


.home .container.title-breadcrumbs {
	display: none;
}


main {
	min-height: 500px;
	max-width: 100% !important;
}



.home-container {
	margin-top: 63px;
}


.page-title-section {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.page-title-section h1 {
	font-size: 36px;
	margin: 0;
}


.page-title-section span {
	color: #808285;
	font-size: 28px;
	font-weight: 700;
}


.notification-section {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	margin: 45px 0 0;
}


.notification-block, 
.product-news-block {
	border: 2px solid #000;
	width: 49%;
}


.notification-block .notification-detail {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.notification-section h4 {
	background: #8DC63F;
	text-align: center;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: normal;
	border-bottom: 2px solid #000;
	padding: 12px 10px;
	margin: 0;
}


.notification-block h4 span{
	background:url("assets/images/bell-icon.svg") no-repeat left center;
	padding-left: 30px;
	background-size: 24px;
}


.product-news-block h4 span{
	background:url("assets/images/news-icon.svg") no-repeat left center;
	padding-left: 46px;
	background-size: 37px;
}


.notification-detail {
	height: 88px;
	overflow: auto;
	padding: 8px 20px;
}


.notification-detail p a {
	color: #212529;
	text-decoration: none;
}


.notification-detail small {
	font-size: 14px;
	display: block;
}


.notification-detail p {
	font-size: 20px;
	margin-bottom: 10px;
}


.see-all {
	background: #808285;
	text-align: right;
	border-top: 2px solid #000;
	padding: 0 10px;
}


.see-all a {
	color: #fff;
	text-decoration: none;
	font-size: 16.87px;
	font-weight: 500;
	padding: 3px 18px 6px;
	display: inline-block;
	background: url("assets/images/link-arrow.png") no-repeat right center;
	background-size: 8px;
}



.see-all a:hover {
	color: #fff;
	text-decoration:none;
}



.service-section {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	margin: 25px 0 64px;
	border-bottom: 2px solid #000;
	padding-bottom: 40px;
}



.service-section.mobile {
	display: none;
}


.service-section .service-block {
	width: 32%;
	margin: 0 2% 2% 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	border: 2px solid #000;
}


.service-section .service-block:nth-child(3n) {
	margin-right: 0;
}


.service-icon {
	background: #00AEEF;
	padding: 25px;
	text-align: center;
	width: 119px;
	height: 100%;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: column;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	-ms-flex-flow: column;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	border-right: 2px solid #000;
}


.service-icon img {
	display: inline;
}


.service-block .service-info {
	width: calc(100% - 119px);
	position: relative;
	padding-bottom: 35px;
}


.service-block .see-all {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}


.service-info h3 {
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 17px 15px 0;
}


.service-info h3 a{
	color:#000;
	text-decoration:none;
}


.service-info p {
	font-size: 17px;
	line-height: 25.76px;
	margin: 0 0 15px;
	padding: 0 15px;
}


.fluid-container {
	position: relative;
}



.software-container {
	border-bottom: 2px solid #000;
	padding-bottom: 66px;
	margin-bottom: 66px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.software-container .inner-slide {
	width: 31.78%;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	border: 2px solid #000;
	margin: 0 2.3% 0 0;
}



.software-container .inner-slide:nth-child(3n) {
	margin-right: 0;
}



.software-container .inner-slide h2 {
	background: #00AEEF;
	/*padding: 16.8px 10px;*/
	padding: 32.8px 10px;
}


.inner-slide h2 {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 16.6px 10px;
	line-height: normal;
	color: #fff;
	text-transform: uppercase;
}


.software-container .inner-slide h4 {
	margin: 0;
	font-size: 29px;
	padding: 20px 20px;
}


.software-container .inner-slide h4 a{
	color:#000;
	text-decoration:none;
}


.inner-slide .view-link {
	padding: 12.4px 10px;
}


.inner-slide .view-link a {
	background: #00AEEF;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	width: 160px;
	line-height: 56px;
	border-radius: 50px;
	font-size: 24px;
	text-align: center;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
}



.documents-container {
	padding-bottom: 66px;
	margin-bottom: 66px;
	border-bottom: 2px solid #000;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.documents-container .inner-slide {
	border: 2px solid #000;
	width: 23.49%;
	height: 100%;
	margin: 0 2% 0 0;
}


.documents-container .inner-slide:nth-child(4n) {
	margin-right: 0;
}


.documents-container .inner-slide h2 {
	background: #8DC63F;
	width: auto;
	height: 302px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



.documents-container .inner-slide h4 {
	background: #808285;
	color: #fff;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	padding: 17px 10px;
	border-bottom: 2px solid #000;
	text-align: center;
}



.inner-slide .icon-img {
	text-align: center;
	padding: 24px 10px;
}


.inner-slide .icon-img img {
	display: inline;
	max-width: 110px;
}


.documents-container .inner-slide .view-link {
	padding: 15px 30px;
	background: #8DC63F;
	border-top: 2px solid #000;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.inner-slide .view-link a.view-icon {
	background: url("assets/images/view-icon.svg") no-repeat 0 0;
	padding: 0;
	font-size: 0;
	width: 33px;
	height: 23px;
	background-size: 100%;
	cursor: pointer;
}


.inner-slide .view-link a.download-icon {
	background: url("assets/images/download-icon.svg") no-repeat 0 0;
	padding: 0;
	font-size: 0;
	width: 18px;
	height: 29px;
	background-size: 100%;
	cursor: pointer;
}




.video-container {
	padding-bottom: 66px;
	margin-bottom: 66px;
	border-bottom: 2px solid #000;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}



.video-container .inner-slide {
	border: 2px solid #000;
	width: 23.49%;
	/*height: 100%;*/
	height: auto;
	margin: 0 2% 0 0;
}



.video-container .inner-slide:nth-child(4n) {
	margin-right: 0;
}



.video-container .inner-slide h2 {
	background: #00AEEF;
	width: auto;
	/*height: 305px;*/
	height: 100%;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



.inner-slide .video-section {
	padding: 15px 15px 10px;
	position: relative;
}


.inner-slide .video-iframe {
	padding-bottom: calc( 0.58 * 100% );
	position: relative;
}


.inner-slide .video-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}



.video-container strong {
	display: block;
	text-align: left;
	padding: 0 15px;
	font-size: 20px;
	min-height: 67px;
}


.video-container .view-link {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	padding: 22px 15px;
}


.video-container .view-link small {
	font-size: 16px;
}


#videoModal button.close {
	padding: 14px;
	background: #00AEEF;
	opacity: 1;
	color: #fff;
	border-radius: 0;
	line-height: normal;
}



.courses-container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}



.courses-container .inner-slide {
	width: 49%;
	margin: 0 2% 0 0;
	border: 2px solid #000;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}



.courses-container .inner-slide:nth-child(2n) {
	margin-right: 0;
}



.courses-container .inner-slide h2 {
	background: #8DC63F;
	width: 100%;
	height: 100%;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



.courses-container .video-section {
	width: 50%;
	padding: 20px;
}


.courses-container .courses-info {
	padding: 20px 25px 15px 0;
	width: 48.5%;
}


.courses-container .courses-info strong {
	display: block;
	text-align: left;
	font-size: 22px;
}


.courses-container .courses-info p {
	text-align: left;
	font-size: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.courses-container .view-link {
	padding: 18px 0 0;
	text-align: right;
}


.courses-container .view-link a {
	text-align: center;
}



.software-fluid, 
.courses-fluid, 
.video-fluid{
	position:relative;
}



.software-fluid .read-more {
	position: absolute;
	right: -70px;
	top: 29%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}



.fluid-container .read-more {
	position: absolute;
	right: -70px;
	top: 40%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}


.video-fluid .read-more {
	position: absolute;
	right: -70px;
	top: 38%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}


.courses-fluid .read-more {
	position: absolute;
	right: -70px;
	top: 45%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}


.read-more a {
	background: url("assets/images/next-icon.png") no-repeat 0 0;
	width: 21px;
	height: 34px;
	font-size: 0;
	display: block;
	cursor: pointer;
	background-size: 100%;
}



.video-title-mobile a {
	border: 2px solid #000;
	display: block;
	text-align: center;
	padding: 20px 10px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	background: #8DC63F;
	color: #fff;
}


.video-title-mobile a:hover {
	color: #fff;
	text-decoration:none;
	outline:none;
}



.video-container-mobile {
	margin: 20px -30px 20px -15px;
}


.video-container-mobile .inner-slide {
	border: 2px solid #000;
	padding: 15px;
}


.video-container-mobile .video-section {
	padding: 0;
	margin-bottom: 11px;
}


.video-container-mobile .video-iframe iframe#popupVideo {
	padding: 0;
}


.video-container-mobile .view-link {
	display: none;
}


.video-container-mobile .swiper-button-next, 
.video-container-mobile .swiper-button-prev, 
.video-container-mobile .swiper-pagination {
	display: none;
}


.video-container-mobile .inner-slide strong {
	font-size: 12px;
}


.lats-chat a {
	background: #8DC63F;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 700;
	padding: 12px 10px;
	border-radius: 50px;
	font-size: 18px;
}


.lats-chat a:hover {
	color: #fff;
	text-decoration:none;
	outline:none;
}


.lats-chat a span {
	position: relative;
	padding-left: 24px;
}


.lats-chat a span::after {
	background: url("assets/images/lets-chat-icon.png") no-repeat 0 0;
	content: "";
	display: block;
	position: absolute;
	left: -22px;
	width: 42px;
	height: 41px;
	background-size: 100%;
	top: -7px;
}





/*====================================HOME==============================================*/




/*==================================REGISTER============================================*/


.page-template-register-php .top-header-container, 
.page-template-register-php #site-footer, 
.page-template-register .title-breadcrumbs, 
.page-template-password_reset .title-breadcrumbs {
	display: none;
}


.display-success.only-message {
	background: rgba(255,255,255,0.85);
	padding: 50px 20px;
}


.display-success.only-message li {
	color: #000;
	font-size: 36px;
	font-weight: 700;
	margin: 0;
	line-height: 46px;
}


.register-page.bg-image {
	padding: 200px 20px;
}


.register-page .page-content .um-register {
	padding: 50px;
	border: none;
}


.page-template-register-php .register-page .top-green-section {
	height: auto;
	border-bottom: 2px solid #000;
	border-radius: 0;
	border-top: none;
	border-left: none;
	border-right: none;
}


.page-template-register-php .register-page .top-green-section h3 {
	margin: 0;
	padding: 15px 0;
}


.register-page #content .page-content {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	border: 2px solid #000;
	border-radius: 11px;
	overflow: hidden;
}


.um-register label {
	font-size: 20px;
	color: #000;
	line-height: 25px;
}


.page-content .form-group input, 
.page-content .form-group select {
	border: 2px solid #000;
	border-radius: 11px;
	height: 56px;
	outline: none;
	color: #fff;
	font-family: 'DINOT';
	line-height: normal;
}


.page-content .form-group select {
	background: url("assets/images/select-icon-arrow.svg") no-repeat 96% center;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}


.um-register .form-group {
	margin-bottom: 28px;
}


.um-register .form-group:last-child {
	margin-bottom: 0;
}


.register-page .media-links {
	display: none;
}


.register-page .form-group .btn {
	background: #00AEEF;
	font-size: 18px;
	width: 120px;
	height: 44px;
	border: none;
	font-weight: 700;
	line-height: normal;
	padding: 0 5px;
	margin-top: 45px;
}


.page-content .form-group a {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	margin-top: 28px;
}




/*==================================REGISTER============================================*/






/*==================================LOGIN PAGE==========================================*/



.page-template-login .top-header-container, 
.page-template-login .title-breadcrumbs, 
.page-template-login #site-footer, 
.page-template-password_reset .top-header-container, 
.page-template-password_reset #site-footer {
	display: none;
}



.page-template-login .login-page .um-login{
	border: 2px solid #000;
	padding: 60px 50px;
}



.page-template-login #loginform label, 
.page-template-login #loginform .text-body, 
#resetform label {
	font-size: 20px;
	font-weight: 400;
}


.page-template-login #loginform .form-check label {
	margin-left: 20px;
	position: relative;
	top: 2.5px;
}


.page-template-login #loginform .text-body {
	position: relative;
	top: 6px;
}



.page-template-login #loginform .form-check input[type="checkbox"] {
	width: 30px;
	height: 30px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	border: none;
	background:url("assets/images/check-img.png") no-repeat 0 0;
	background-size: 100%;
	border: none;
}


.page-template-login #loginform .form-check input[type="checkbox"]:after {
	content: ' ';
	width: 30px;
	height: 30px;
	display: none;
}


.page-template-login #loginform .form-check input[type="checkbox"]:checked:after {
	display: block;
	background: url("assets/images/check-active-img.png") no-repeat 0 0;
	background-size: 100%;
}


.form-group.login-submit-btn .btn {
	background: #00AEEF;
	font-size: 18px;
	font-weight: 700;
	border: none;
	padding: 9px 38px;
}


#loginform .have-account {
	margin: 50px 0 70px;
}


.have-account a {
	text-decoration: none;
}


.page-template-login #loginform .list-bottom-icon img {
	width: auto;
}


.page-template-login #loginform .list-bottom-icon ul li {
	border-right: 1px solid #808285;
	padding: 16px 22px;
}


.page-template-login #loginform .list-bottom-icon ul li:last-child {
	border: none;
}



.forgot-password-wrapper {
	box-shadow: 0px 5.62225px 5.62225px rgba(0, 0, 0, 0.25);
	border-radius: 11px;
}



/*==================================LOGIN PAGE==========================================*/






/*================================USER MANUALS==========================================*/


.container.title-breadcrumbs {
	margin-top: 41px;
	margin-bottom: 70px;
	padding-left: 250px;
}



.title-breadcrumbs h1 {
	color: #000;
	font-size: 33.73px;
	font-weight: 700;
	margin: 0;
}


.breadcrumbs span, 
.breadcrumbs a {
	color: #000;
	font-size: 19.68px;
	font-weight: 400;
}


.breadcrumbs a {
	color: #808285;
}


.two-columns-container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.page-sidebar-left {
	width: 24%;
	padding-right: 30px;
}


.left-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.left-sidebar ul li {
	margin: 0 0 40px;
}


.left-sidebar ul li a {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	text-decoration:none;
}


.left-sidebar ul li a:hover {
	color: #00AEEF;
}


.left-sidebar ul li ul {
	margin: 20px 15px 0;
}


.left-sidebar ul li ul li {
	list-style: disclosure-closed;
	color: #808285;
	
}


.left-sidebar ul li ul li a {
	font-size: 20px;
	font-weight: 400;
	color:#808285;
}


.left-sidebar ul li a.active {
	color: #00AEEF;
}


.content-part-wrapper {
	width: 76%;
}


.content-part-wrapper table {
	border: 2px solid #000;
	border-radius: 10px;
	overflow: hidden;
	border-collapse: unset;
}


.content-part-wrapper table th, 
.content-part-wrapper table td {
	border-top: none;
	border-bottom: 2px solid #808285;
	border-right: 2px solid #808285;
	font-family: 'DINOT';
	background-color: #fff !important;
	text-align: center;
}



.content-part-wrapper table .heading-row td:first-child, 
.content-part-wrapper table td:first-child {
	width: 46%;
	text-align: left;
}


.content-part-wrapper table th:last-child, 
.content-part-wrapper table td:last-child {
	border-right: none;
}


.content-part-wrapper table tr:last-child td {
	border-bottom: none;
}


.content-part-wrapper table th {
	font-size: 26px;
	color: #fff;
	line-height: 33px;
	background-color: #00AEEF !important;
	text-align: left;
}


.content-part-wrapper table .heading-row td {
	background: #dfe0e0 !important;
	color: #808285;
	font-size: 20px;
	font-weight: 500;
}


.content-part-wrapper table td, 
.content-part-wrapper table td a {
	color: #808285;
	font-size: 18px;
	text-decoration:none;
	font-weight: 400;
}


.content-part-wrapper table td a img {
	position: relative;
	top: -6px;
	margin-right: 8px;
}


.content-part-wrapper table td a.view-link, 
.content-part-wrapper table td a.download-link {
	font-size: 0;
}


.content-part-wrapper table td a.view-link {
	float: left;
}


.content-part-wrapper table td a.download-link {
	float: right;
}


.content-part-wrapper table td a.view-link img, 
.content-part-wrapper table td a.download-link img {
	position: relative;
	top: 6px;
}



.sort-list {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	margin: 0 0 25px;
	position: relative;
}


.sort-list a {
	border: 2px solid #000;
	font-size: 20px;
	font-weight: 500;
	width: 110px;
	height: 40px;
	color: #000;
	text-decoration: none;
	border-radius: 50px;
	margin-left: 20px;
}


.sort-list a.sort-icon {
	background: url("assets/images/sort-icon.svg") no-repeat 20px center;
	padding-left: 44px;
	line-height: 35px;
	text-decoration: none;
}


.sort-list a.filter-icon {
	background: url("assets/images/filter-icon.svg") no-repeat 20px center;
	padding-left: 44px;
	line-height: 35px;
	text-decoration: none;
}



.filter-content h5 {
	color: #808285;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 35px 10px;
}


.filter-content .apply-btn {
	text-align: right;
	margin-top: 35px;
}



.filter-content .sort-body select {
	background: #fff url("assets/images/filter-select-arrow.svg") no-repeat 94% center;
	border: 1px solid #000;
	border-radius: 0;
	padding: 19px 20px;
	margin-bottom: 23px;
	font-size: 18px;
	line-height: 23.18px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	display:none;
}


.sort-list .sort-content, 
.sort-list .filter-content {
	padding: 0px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	width: 20rem;
	border-radius: 12px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
	z-index: 9999;
}




.sort-content .sort-heading, .filter-content .sort-heading {
	border-bottom: 1px solid #000;
	text-align: center;
	padding: 10px;
}


.sort-heading h3 {
	color: #231F20;
	font-size: 26px;
	font-weight: 700;
	margin: 0;
}


.sort-content a.cross-btn, .filter-content a.cross-btn {
	background: url("assets/images/close-icon.svg") no-repeat 0 0;
	width: 16px;
	height: 16px;
	font-size: 0;
	display: inline-block;
	border-radius: 0;
	border: none;
	margin: 0;
	position: absolute;
	top: 18px;
	left: 20px;
}


.sort-content .sort-body, .filter-content .sort-body {
	padding: 30px 20px 20px;
}


.sort-content .sort-body ul, .filter-content .sort-body ul {
	list-style: none;
	margin: 0;
	padding: 0 10px;
}


.sort-content .sort-body ul li, .filter-content .sort-body ul li {
	margin: 6px 0 25px;
	color: #808285;
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.sort-content .sort-body ul li input, .filter-content .sort-body ul li input {
	border: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	border-radius: 100%;
	position: relative;
}


.sort-content .sort-body ul li input[type="radio"]:after, 
.filter-content .sort-body ul li input[type="radio"]:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url("assets/images/radio-non-active.png") no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
	right: 0;
	margin: 0 auto;
	background-size: 100%;
}


.sort-content .sort-body ul li input[type="radio"]:checked:after, 
.filter-content .sort-body ul li input[type="radio"]:checked:after {
	width: 24px;
	height: 24px;
	background: url("assets/images/radio-active.png") no-repeat 0 0;
	background-size: 100%;
}


.sort-content .sort-body #apply, 
.filter-content .sort-body #apply {
	background: #00AEEF;
	border: none;
	border-radius: 50px;
	padding: 15px 56px;
	font-size: 24px;
	font-weight: 700;
	line-height: 33px;
	margin: 2px 25px 8px;
	outline: none;
	box-shadow: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.filter-content .sort-body #apply {
	margin: 2px 0px 8px;
}


.sort-content .sort-body #apply:hover, 
.filter-content .sort-body #apply:hover {
	background: #000;
	color:#fff;
}



.upload-new-file .img-circle .up-arrow {
	bottom: -5px;
	width: 17px;
	left: 15px;
}


.upload-new-file .upload-text {
	position: relative;
	top: 4px;
	margin-left: 14px;
}



.pagination {
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	color: #000;
	font-size: 20px;
	font-weight: 400;
}


.pagination a {
	background: url("assets/images/anchor-arrow.svg") no-repeat 0 0;
	font-size: 0;
	width: 9px;
	height: 15px;
	background-size: 100%;
	margin-left: 10px;
}



.view-link.disabled-icon {
	cursor: none;
	opacity: 0.3;
}

/*================================USER MANUALS==========================================*/





/*===============================SERVICE SUPPORT========================================*/

.title-breadcrumbs.white-space-none {
	padding-left: 20px;
}


.service-support-container .support-info {
	color: #808285;
}


.service-support-container .support-info h2 {
	font-size: 30px;
	margin: 0 0 30px;
}


.service-support-container .support-info h4 {
	margin: 0 0 30px;
	font-size: 23px;
}


.service-support-container .support-info p {
	margin: 0 0 30px;
	font-size: 20px;
}


.support-list {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	margin: 60px 0 40px;
}


.support-block {
	border: 2px solid #000;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 4% 4% 0;
	width: 30.6%;
}


.support-block:nth-child(3n) {
	margin-right: 0;
}


.support-image a {
	position: relative;
	padding-bottom: calc( 0.7 * 100% );
	display: block;
}


.support-image a img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.support-block .support-link a {
	display: block;
	text-align: center;
	background: #00AEEF;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	line-height: 33px;
	padding: 15px 5px;
	border-top: 2px solid #000;
	text-decoration:none;
}


.map-location h2 {
	color: #808285;
	font-size: 29px;
	text-transform: uppercase;
	margin: 0 0 25px;
}


.map-location p {
	color: #808285;
	font-size: 22px;
	margin-bottom: 40px;
}


.support-map img {
	width: 100%;
}


/*===============================SERVICE SUPPORT========================================*/





/*===============================SERVICE REQUEST========================================*/


.service-request-form p{
	color: #808285;
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
}


.service-request-form form {
	margin-top: 50px;
}


.service-request-form form textarea.form-control {
	border: 2px solid #000;
	border-radius: 11px;
	height: 168px;
	outline: none;
	color: #000000;
	font-family: 'DINOT';
	line-height: normal;
	resize: none;
}


.service-request-form .form-group select {
	background: url("assets/images/select-icon-arrow.svg") no-repeat 98% center;
}


.radio-group .radio-field {
	width: 100%;
	max-width: 300px;
	margin: 3px 0 15px;
}


.radio-group .radio-field label {
	margin: 0;
}



.page-content .form-group input, 
.page-content .form-group select {
	color: #000;
	box-shadow:none;
	outline:none;
}


.radio-group {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.radio-group .radio-field input[type="radio"] {
	border: none;
	width: 24px;
	height: 24px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	border-radius: 100%;
	position: relative;
	margin-right: 5px;
	position: relative;
	top: 12px;
}


.radio-group .radio-field input[type="radio"]::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url("assets/images/black-radio-none-active.png") no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
	right: 0;
	margin: 0 auto;
	background-size: 100%;
}


.radio-group .radio-field input[type="radio"]:checked::after {
	width: 24px;
	height: 24px;
	background: url("assets/images/black-radio-active.png") no-repeat 0 0;
	background-size: auto;
	background-size: 100%;
}



.service-request-form .form-group .btn {
	background: #00AEEF;
	border: none;
	font-weight: 700;
	padding: 14px 44px;
	margin-top: 45px;
	width: auto;
	font-size: 25px;
	box-shadow: none;
	outline: none;
	line-height: 33px;
}


.file-group {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


.file-group .file {
	margin-right: 25px;
}


.file-group .file, .file-group .pic {
	position: relative;
	border: 2px solid #000;
	border-radius: 50px;
	padding: 0;
	cursor: pointer;
}



.file-group .file input, 
.file-group .pic input {
	width: 100%;
	padding: 0;
	height: 100%;
	border: none;
	cursor: pointer;
}


.file-group label {
	color: #000000;
	font-size: 22px;
	font-weight: 500;
	line-height: 36px;
	font-family: 'DINOT';
	margin: 0;
	padding: 10px 43px 10px 55px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	height: 58px;
	cursor: pointer;
}


.file-group label small {
	color: #387C2B;
	font-size: 39px;
	position: absolute;
	left: 30px;
	top: 6px;
	display: inline-block;
}


.extra-flields-in-field .form-group:last-child, 
.extra-flields-online .form-group:last-child {
	margin-bottom: 28px;
}


.calendar-datepicker {
	width: calc(100% - 90px);
	position: relative;
	border: 2px solid #000;
	border-radius: 11px;
}


.calendar-datepicker #datepicker {
	border: none;
	width: calc(100% + 90px);
	background: transparent url("assets/images/calendar-icon.png") no-repeat right center;
	background-size: 58px;
	padding: 0 0 0 20px;
}



#service-request h4.mobile-title {
	display: none;
}



/*===============================SERVICE REQUEST========================================*/






/*=============================SERVICE REQUEST DEMO=====================================*/


.service-request-demo p {
	color: #808285;
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 22px;
}


.service-request-demo form {
	margin-top: 50px;
}


.service-request-demo .form-group div {
	margin-bottom: 28px;
}


.service-request-demo .form-group div div {
	margin-bottom: 0;
}


.service-request-demo .form-group select {
	background: url("assets/images/select-icon-arrow.svg") no-repeat 98% center;
}


.service-request-demo .form-group .btn {
	background: #00AEEF;
	border: none;
	font-weight: 700;
	padding: 14px 44px;
	margin-top: 45px;
	width: auto;
	font-size: 25px;
	box-shadow: none;
	outline: none;
	line-height: 33px;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
}


.service-request-demo form textarea.form-control {
	border: 2px solid #000;
	border-radius: 11px;
	height: 168px;
	outline: none;
	color: #000000;
	font-family: 'DINOT';
	line-height: normal;
	resize: none;
}



/*=============================SERVICE REQUEST DEMO=====================================*/




/*=================================PRODUCT TYPE=========================================*/


.products-title-desc {
	color: #808285;
	font-size: 18px;
	line-height: 23.18px;
	font-weight: 400;
	text-align: justify;
	margin-bottom: 70px;
}


.products-title-desc h3 {
	color: #808285;
	font-size: 26px;
	line-height: 33px;
	font-weight: 700;
	margin: 0 0 24px;
}


.term-11 .products-title-desc h3 {
	color: #8DC63F;
}


.product-type-inner h2 {
	color: #000;
	line-height: 36.06px;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}


.product-type-list {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	margin-top: 70px;
}


.product-type-inner {
	text-align: center;
	margin-bottom: 45px;
}


.product-type-block {
	border: 2px solid #000;
	border-radius: 11px;
	width: 23.45%;
	margin: 0 2% 3% 0;
	padding: 0px 0 0px;
	position: relative;
}


.product-type-block:nth-child(4n), 
.product-type-block:last-child {
	margin-right: 0;
}


.product-type-image {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}


.product-type-block h4 {
	margin: 0;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
}


.product-type-block h4 a {
	background: #00AEEF;
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	line-height: normal;
	padding: 5px 0 8px;
	border-top: 2px solid #000;
	text-align: center;
	text-decoration: none;
	position:relative;
}


.pro-type .product-type-image h4 a {
	padding-right: 11px;
}


.pro-type .product-type-image h4 a::after {
	background: url("assets/images/white-drop-arrow.svg") no-repeat 0 0;
	content: "";
	display: block;
	width: 18px;
	height: 11px;
	background-size: 100%;
	position: absolute;
	top: 18px;
	right: 10px;
}



.product-type-ul.visible {
	display: block !important;
}


.product-type-ul {
	position: absolute;
	top: 102%;
	left: 0;
	right: 0;
	list-style: none;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
	z-index: 2;
	border-radius: 11px;
	text-align: left;
	padding: 7px 17px;
}


.product-type-ul:hover {
	background: #adaeaf;
}






.product-type-ul li a {
	color: #000;
	line-height: 35px;
	display: block;
	font-size: 14px;
	font-weight: 700;
}



.pro-type .product-type-block a img {
	width: 100%;
	height: 160px;
	object-fit: contain;
}


.en-type .product-type-block {
	padding: 0 0 0px;
}


.en-type .product-type-block h4 a {
	background: #8DC63F;
	display: block;
	color: #fff;
	padding: 9px 0 12px;
}


.product-type-image img {
	width: 100%;
}







.product-source-container .product-type-list {
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.product-source-container .pro-type h4 a {
	background: #808285;
	padding-right: 0;
}


.product-source-container .product-type-image h4 a::after {
	display: none;
}


.product-source-container .pro-type a {
	overflow: hidden;
	padding-bottom: calc( 0.58 * 100% );
	position: relative;
	display: block;
}


.product-source-container .pro-type a img {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.product-source-container .en-type .product-type-block {
	width: 30.5%;
	margin: 0 4% 4% 0;
}


.product-source-container .en-type .product-type-block:nth-child(3n) {
	margin-right: 0;
}


.product-source-container .product-type-list {
	margin-top: 0;
}


.product-source-container .product-type-inner {
	margin-bottom: 30px;
}


.term-source-products .product-type-inner.pro-type {
	margin-top: 30px;
}


.term-source-products .product-type-inner .product-type-list {
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.product-source-container .pro-type .product-type-block {
	border: 1px solid #808285;
}



.product-source-container .pro-type .product-type-block h4 a {
	border-top: 1px solid #808285;
	padding-bottom: 8px;
}




/*=================================PRODUCT TYPE=========================================*/






/*===============================PRODUCT DETAIL=========================================*/


.single-container {
	margin-bottom: 50px;
}


.single-content {
	color: #808285;
	font-size: 19px;
	line-height: 25.76px;
}


.single-content h3 {
	margin: 0 0 23px;
}


.single-content h3 strong {
	color: #8DC63F;
}


.single-content p {
	margin-bottom: 24px;
}


.single-content ol {
	padding-left: 27px;
	font-weight: 700;
	font-size: 18px;
	line-height: 23.18px;
	margin: 0 0 25px;
}


.single-image {
	width: 100%;
	margin-top: 70px;
}


.single-image img {
	max-width: 100%;
	border: 2px solid #000;
}


.single-type-list {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	margin-top: 56px;
}


.single-type-block {
	border: 1px solid #808285;
	border-radius: 11px;
	width: 23.45%;
	margin: 0 2% 3% 0;
	position: relative;
	overflow: hidden;
}


.single-type-block:nth-child(4n), 
.single-type-block:last-child {
	margin-right: 0;
}


.single-type-image a {
	overflow: hidden;
	padding-bottom: calc( 0.58 * 100% );
	position: relative;
	display: block;
}


.single-type-image a img {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	object-fit: cover;
}


.single-type-block h4 {
	margin: 0;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
}


.single-type-block h4 a {
	background: #808285;
	border-top: 1px solid #808285;
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	line-height: normal;
	padding: 5px 0 8px;
	text-align: center;
	text-decoration: none;
	position: relative;
}



.single-content h5 {
	margin: 33px 0 22px;
	font-size: 26px;
}


.single-content ul {
	padding-left: 30px;
	margin-bottom: 0;
}



.single-image.none-border-img {
	margin-top: 50px;
}



.none-border-img img {
	border: none;
}



.single-table {
	margin-top: 60px;
	margin-bottom: 60px;
}


.single-table table {
	border: 1px solid #eff0f2;
	border-radius: 0;
}



.single-table table th, 
.single-table table td {
	border: none;
	border-right: 1px solid #e7e9ec !important;
	border-bottom: 1px solid #e7e9ec !important;
	text-align: left;
	color: #111;
	background: #fff !important;
}


.single-table table tr:nth-child(2n) th, 
.single-table table tr:nth-child(2n) td {
	background: #f2f2f2 !important;
}


.single-table table p {
	margin: 0;
}


.archive .product-type-inner.pro-type {
	margin-top: 60px;
}


.archive .product-type-list {
	justify-content: unset;
	-webkit-justify-content: unset;
	-webkit-justify-content: unset;
	-webkit-justify-content: unset;
}



.term-13 .single-image, 
.postid-82191 .single-image, 
.term-12 .single-image, 
.postid-82192 .single-image {
	margin-top: 60px;
}


.term-13 .products-title-desc, 
.term-12 .products-title-desc {
	margin-bottom: 0;
}


.term-11 .products-title-desc {
	margin-bottom: 55px;
}


.postid-82196 .single-image, 
.postid-82194 .single-image, 
.postid-82195 .single-image, 
.postid-82193 .single-image, 
.postid-82188 .single-image, 
.postid-82186 .single-image, 
.term-23 .single-image {
	margin-top: 40px;
}


.postid-82193 .single-image, 
.postid-82193 .blue-btn, 
.postid-82194 .single-image, 
.postid-82194 .blue-btn {
	padding-left: 15px;
}


.postid-82197 .single-image img, 
.postid-82196 .single-image img {
	border: none;
}


.term-11 .blue-btn {
	margin-top: 20px;
}


.term-11 .product-type-inner.pro-type {
	margin-bottom: 20px;
}


.blue-btn {
	margin-top: 50px;
}


.blue-btn a {
	background: #00AEEF;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	line-height: 56px;
	border-radius: 50px;
	font-size: 24px;
	padding: 0 24px;
	text-align: center;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
}


.blue-btn a:hover, 
.view-link a:hover, 
.form-group .btn:hover {
	background: #000;
	color: #fff;
	text-decoration:none;
}




.term-21 .products-title-desc,
.term-22 .products-title-desc,
.term-23 .products-title-desc, 
.postid-82189 .single-content.heading-text {
    display: none;
}



/*===============================PRODUCT DETAIL=========================================*/





/*=====================================FAQ=============================================*/


.page-template-default .page-content {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}


.page-template-default .page-header {
	display: none;
}


.page-template-default .page-content h2, 
.page-template-default .page-content h3, 
.page-template-default .page-content h4, 
.page-template-default .page-content h5, 
.page-template-default .page-content h6 {
	color: #808285;
	font-weight: 700;
}


.page-template-default .page-content h4 {
	color: #808285;
	font-size: 20px;
	margin: 0 0 44px;
}


.page-template-default .page-content h3 {
	color: #808285;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 22px;
}


.page-template-default .page-content ol {
	margin: 0 0 54px;
	padding-left: 30px;
}


.page-template-default .page-content ol li {
	color: #808285;
	font-size: 20px;
	font-weight: 400;
}


/*=====================================FAQ=============================================*/





/*===================================REPAIRS============================================*/


.title-description h3 {
	color: #808285;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 17px;
}


.title-description p {
	font-size: 18px;
	font-weight: 400;
	color: #808285;
	line-height: 23.18px;
}


.blue-btn-link {
	margin: 49px 0 60px;
}


.blue-btn-link a {
	background: #00AEEF;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	padding: 9px 24px;
	border-radius: 50px;
	outline: none;
}


.blue-btn-link a:hover {
	color: #fff;
	text-decoration: none;
}



.repairs-list h3 {
	color: #808285;
	font-size: 26px;
	font-weight: 700;
	margin: 0 0 45px;
}


.repairs-block {
	border: 2px solid #000;
	height: 100%;
}


.repairs-block-info h2 {
	font-weight: 700;
	margin: 0 0 14px;
}


.repairs-list .col-md-6 {
	margin-bottom: 35px;
}


.repairs-image {
	position: relative;
	padding-bottom: calc( 0.7 * 100% );
}


.repairs-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.repairs-block-info {
	color: #808285;
	font-size: 20px;
	padding: 35px 40px 20px;
}


.repairs-block-info p {
	margin: 0 0 7px;
}


.repairs-block-info span {
  color: #8DC63F;
  margin: 0 0 9px;
  display: block;
}


.repairs-block-info ul {
	list-style: none;
	margin: 42px 0 0;
	padding: 0;
}


.repairs-block-info ul li {
	margin: 0 0 20px;
	position: relative;
	padding-left: 40px;
}


.repairs-block-info ul li a {
	color: #808285;
	font-size: 20px;
	line-height: 25px;
	text-decoration: none;
	display: inline-block;
}


.repairs-block-info ul li.mail-icon::before {
	content: "";
	display: block;
	width: 25px;
	height: 17px;
	background: url("assets/images/mail-icon.svg") no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 6px;
	background-size: 100%;
}


.repairs-block-info ul li.cell-icon::before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background: url("assets/images/cell-icon.svg") no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 3px;
	background-size: 100%;
}


/*===================================REPAIRS============================================*/




/*===================================LOCATION============================================*/


.location-title {
	text-align: center;
	margin: 0 0 52px;
}



.location-title h2 {
	text-transform: uppercase;
	position: relative;
}


.location-title h2 span {
	background: #fff;
	display: inline-block;
	padding: 0 38px;
	background: #fff;
	position: relative;
	z-index: 1;
}


.location-title h2::after {
	content: "";
	display: block;
	width: 33%;
	height: 10px;
	background: url("assets/images/long-arrow.png") no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 60%;
	transform: translateY(-50%);
	background-size: 100%;
}


.location-title h2::before {
	content: "";
	display: block;
	width: 33%;
	height: 10px;
	background: url("assets/images/long-arrow.png") no-repeat 0 0;
	position: absolute;
	right: 0;
	top: 60%;
	transform: translateY(-50%);
	background-size: 100%;
}



.location-section {
	margin-bottom: 30px;
}


.location-section:first-child {
	margin-top: 70px;
}



.repairs-block .location-title h2 {
	font-size: 24px;
	text-transform: none;
	font-weight: 400;
}


.repairs-block .location-title h2 span {
	color: #808285;
	padding: 0 15px;
}


.repairs-block-info .location-title {
	margin: 40px 0 10px;
}


.repairs-block .location-title h2::before {
	width: 40%;
	background: url("assets/images/long-arrow.png") no-repeat right center;
	top: 50%;
	background-size: 93%;
}


.repairs-block .location-title h2::after {
	width: 40%;
	background: url("assets/images/long-arrow.png") no-repeat left center;
	top: 50%;
	background-size: 93%;
}


.location-section .repairs-block-info ol {
	list-style: none;
	margin: 21px 0 16px;
	padding: 0 10px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.location-section .repairs-block-info ol li {
	color: #808285;
	font-weight: 700;
	font-size: 18px;
	margin: 0;
	position: relative;
	padding-left: 20px;
	width: auto;
}


.location-section .repairs-block-info ol li::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: url("assets/images/blue-check-icon.svg") no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 7px;
	background-size: 100%;
}


.location-section .repairs-block {
	position: relative;
	padding-bottom: 120px;
}


.location-title-outer {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	width: calc(100% - 80px);
	margin: 0 auto;
}


/*===================================LOCATION============================================*/




/*===================================CONTACT============================================*/


.contact-services {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	border-bottom: 1px solid #BBB8B8;
	margin-bottom: 80px;
	overflow: hidden;
}


.contact-services-block {
	border-right: 2px solid #BBB8B8;
	background: #fff;
	padding: 20px 20px;
	text-align: center;
	width: 100%;
}


.contact-services-block:last-child {
	border-right: 0;
}


.contact-services-block a {
	display: block;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-decoration: none;
}


.contact-services-block a:hover {
	color: #00AEEF;
	text-decoration: none;
}


.contact-services-block a strong {
	display: block;
	line-height: normal;
	margin: 34px 0 35px;
}



.contact-services-block p {
	font-size: 20px;
	line-height: 25px;
}



.contact-title {
	text-align: center;
	margin-bottom: 64px;
}


/*===================================CONTACT============================================*/





/*===================================MY ACCOUNT=========================================*/


.smy-account-forms-outer {
	border: 2px solid #000;
	overflow: hidden;
	border-radius: 10px;
}


.smy-account-forms-outer .form-group {
	padding: 28px 50px 40px;
}


.smy-account-forms .form-group div {
	margin-bottom: 30px;
}


.smy-account-forms .form-group div div {
	margin-bottom: 0;
}


.smy-account-forms .form-group .btn {
	background: #00AEEF;
	border: none;
	font-weight: 700;
	padding: 14px 44px;
	margin-top: 45px;
	width: auto;
	font-size: 25px;
	box-shadow: none;
	outline: none;
	line-height: 33px;
}


.smy-account-forms .form-group select {
	background: url("assets/images/select-icon-arrow.svg") no-repeat 98% center;
}



.smy-account-item ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 2px solid #000;
}


.smy-account-item ul li {
	width: 100%;
	text-align: center;
	background: #808285;
	padding: 19px 10px;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	border-right: 2px solid #000;
}


.smy-account-item ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
}


.smy-account-item ul li.active {
	background: #8DC63F;
}


.smy-account-item ul li:last-child {
	border-right: 0;
}


.smy-account-forms-outer .form-group label {
	font-size: 20px;
}











.my-notifications-wrapper h3 {
	font-size: 25px;
	font-weight: 500;
	line-height: 32.2px;
	margin: 0 0 17px;
	padding: 0 15px;
}


.my-notifications-wrapper .radio-group {
	margin-top: 17px;
}


.my-notifications-wrapper .radio-field {
	max-width: 378px;
	position: relative;
}



.my-notifications-wrapper input[type="radio"] {
	top: 6px !important;
	position: absolute !important;
}



.my-notifications-wrapper .radio-field label {
	padding-left: 35px;
}



.my-notifications-wrapper .mCustomScrollbar {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 2px solid #000;
	border-radius: 11px;
}


.my-notifications-wrapper .mCustomScrollbar li {
	border-bottom: 2px solid #000;
	padding: 14px 20px;
	position: relative;
}


.my-notifications-wrapper .mCustomScrollbar li:last-child {
	border: none;
}


.my-notifications-wrapper .mCSB_container {
	margin-right: 0 !important;
}



.checkbox-input {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.my-notifications-wrapper .mCustomScrollbar p, 
.my-notifications-wrapper .mCustomScrollbar span {
	margin: 0;
	font-size: 20px;
	line-height: 25.76px;
	font-weight: 400;
}



.my-notifications-wrapper .mCustomScrollbar p {
	width: 100%;
	max-width: 600px;
}


.my-notifications-wrapper .mCSB_draggerRail {
	width: 6px !important;
	margin-right: 20px !important;
	background: #808285 !important;
	height: 50px !important;
}



.my-notifications-wrapper .mCSB_dragger_bar {
	background: transparent !important;
}



.checkbox-input input[type="checkbox"] {
	width: 27px;
	height: 29px;
	border-radius: 0px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	border: none;
	background:url("assets/images/check-checkk.png") no-repeat 0 0;
	background-size: 100%;
	border: none;
	margin-right: 10px;
}


.checkbox-input input[type="checkbox"]:after {
	content: ' ';
	width: 27px;
	height: 29px;
	display: none;
}


.checkbox-input input[type="checkbox"]:checked:after {
	display: block;
	background: url("assets/images/check-check.png") no-repeat 0 0;
	background-size: 100%;
}



.mCustomScrollbar .checkbox-input span {
	position: absolute;
	right: 0;
	border-left: 2px solid #000;
	line-height: 58px;
	padding: 0 40px;
}



.manage-alert-lnk {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


.my-notifications-wrapper .manage-alert-lnk a {
	border: 2px solid #000;
	display: inline-block;
	border-radius: 50px;
	text-decoration: none;
	padding: 4px 23px 5px 57px;
	font-size: 22px;
	line-height: 36px;
	font-weight: 500;
	color: #000;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	position: relative;
	margin-right: 20px;
	text-decoration: none;
	margin-top: 10px;
}


.my-notifications-wrapper .manage-alert-lnk a:hover {
	text-decoration: none;
}


.manage-alert-lnk a span {
	color: #387C2B;
	font-size: 39px;
	position: absolute;
	left: 30px;
	top: 0px;
	display: inline-block;
}


.manage-alert-lnk a.minuse-icon span {
	color: #860E04;
}


.my-notifications-wrapper .form-group button.btn {
	margin-top: 29px;
}







/*===================================MY ACCOUNT=========================================*/




/*==================================SEARCH PAGE=========================================*/


.page-template-search-tpl #searchForm {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	border: 1px solid #808285;
	padding: 20px;
	margin-bottom: 10px;
	background: #ececed;
	border-radius: 10px;
}


.page-template-search-tpl .search-keyword {
	color: #808285;
	font-weight: 700;
	font-size: 25px;
}


.page-template-search-tpl #searchForm #search {
	border: none;
	padding: 0;
	margin-right: 20px;
	outline: none;
	background: transparent;
}


.page-template-search-tpl #search-result {
	margin-top: 20px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.page-template-search-tpl .search-item {
	width: 100%;
	margin: 0 0 20px;
}


#search-result .search-item h5 a {
	font-size: 25px;
	text-decoration: underline;
}


#search-result .search-item a {
	color: #808285;
	text-decoration: none;
}


#search-result .search-item a.s-bottom-title {
	font-size: 14px;
	line-height: 25.76px;
	display: block;
	margin-top: 7px;
	color: #00AEEF;
	text-decoration: underline;
}


.page-nav-container {
	width: 100%;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	margin-bottom: 50px;
}


.page-nav-container a, 
.page-nav-container span {
	color: #808285;
	text-decoration: none;
	margin: 0 15px 0 0 !important;
	font-size: 20px;
	font-weight: 700;
}


.page-nav-container span {
	color: #00AEEF;
}


/*==================================SEARCH PAGE=========================================*/




/*===================================FAQ PAGE===========================================*/


.faq-wrapper-inner .item-roll-out {
	border-top: 1px solid #D9D9D9;
	padding: 22px 40px 22px 16px;
}


.faq-wrapper-inner .item-roll-out:last-child {
	border-bottom: 1px solid #D9D9D9;
}


.faq-wrapper-inner {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	margin-bottom: 70px;
}


.faq-wrapper-inner h3 {
	font-size: 20px;
	width: 190px;
}


.faq-wrapper-inner .roll-out-list {
	width: calc(80% - 250px);
	margin-left: 70px;
}


.faq-wrapper-outer h2 {
	font-size: 36px;
	line-height: 46.37px;
	text-align: center;
	margin: 0 0 50px;
}


.faq-wrapper-inner .item-head {
	color: #808285;
	font-size: 20px;
	font-weight: 700;
	line-height: 25.76px;
	width: 100%;
	position: relative;
	cursor: pointer;
}



.faq-wrapper-inner .roll-list p {
	margin-bottom: 0;
}


.faq-wrapper-inner .item-head::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: url("assets/images/faq-arrow-icon.png") no-repeat 0 0;
	position: absolute;
	right: -25px;
	top: 2px;
	background-size: 100%;
}


.faq-wrapper-inner .item-head.show-item::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: url("assets/images/faq-arrow-icon.png") no-repeat 0 0;
	position: absolute;
	right: -25px;
	top: 2px;
	background-size: 100%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}


.faq-wrapper-inner .roll-list {
	font-size: 20px;
	color: #808285;
	font-weight: 400;
	line-height: 25.76px;
	width: 100%;
	padding: 40px 0 0;
}


.faq-wrapper-inner .roll-list a {
	color: #00AEEF;
	text-decoration: none;
}




/*===================================FAQ PAGE===========================================*/




/*===================================FOOTER=============================================*/

footer#site-footer {
	border-top: 1px solid #000;
	margin-top: 70px;
	padding-top: 20px;
	max-width: 100%;
	padding-bottom: 0;
}

.footer-upper-wrapper {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.footer-box {
	width: 19%;
}


.footer-box h2 {
	margin: 0 0 34px;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}


.footer-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.footer-box ul li {
	margin: 0 0 5px;
}


.footer-box ul li a {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.footer-box ul li a:hover {
	color: #00AEEF;
}



.footer-box .custom-html-widget h3, 
.footer-box .custom-html-widget p {
	font-size: 16px;
	color: #000;
	font-weight: 400;
}


.footer-box .gjs-cell input[type="email"] {
	border: 1px solid #808285;
	color: #808285;
	font-size: 16px;
	font-weight: 400;
	border-radius: 0;
	padding: 0 15px;
	line-height: normal;
	height: 50px;
	width: 100%;
	outline: none;
}


.footer-box .gjs-cell input[type="submit"] {
	width: 100%;
	background: #8DC63F;
	font-size: 25px;
	border-radius: 50px;
	border: none;
	color: #fff;
	font-weight: 700;
	margin-top: 10px;
	outline: none;
	padding: 7px 10px 10px;
	line-height: normal;
}


.botton-footer .media-links ul {
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.botton-footer .media-links ul li {
	padding: 21px 30px;
}


.botton-footer .media-links ul li:first-child {
	border-left: 0;
}


.footer-credit {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 22px 0;
	margin-top: 22px;
	margin-bottom: 1px;
}


.footer-credit .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.copyright, 
.copyright a, 
.footer-credit .custom-html-widget, 
.footer-credit .custom-html-widget a, 
.privacy-links ul li a {
	color: #000;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
}


.privacy-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


.privacy-links ul li:first-child {
	margin-left: 0;
}


.privacy-links ul li:first-child::before {
	display: none;
}


.privacy-links ul li {
	margin: 0 0 0 0px;
}


.privacy-links ul li::before {
	content: "//";
	display: inline-block;
	margin: 0 2px;
}


/*===================================FOOTER=============================================*/






/*=============================================================================================================================================================================================================RESPONSIVE========================================================================================================================================================================================================================*/




/*===================================HEADER=============================================*/




/*===================================HEADER=============================================*/



@media (min-width:1000px){
	
	.mobile-menu-wrapper{
		display:none;
	}	
	
	
	.site-navigation ul.menu li.menu-item-has-children {
		padding-inline-end: 0;
	}


	.site-navigation ul.menu li.menu-item-has-children::after {
		display: none;
	}
	
}/*====media close====*/




@media (max-width:1000px){


	header#site-header {
		padding: 10px 15px;
	}

		
	.site-navigation.desktop-menu, 
	.page-title-section, 
	.top-header-container{
		display:none;
	}



	header#site-header .site-branding {
		margin-top: 14px;
	}


	header#site-header .site-branding a img {
		max-height: 33px;
	}


	.mobile-menu-wrapper .toggle-menu {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		position: absolute;
		z-index: 9999;
		top: 40px;
		right: 23px;
	}


	.mobile-menu-wrapper nav {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		position: fixed;
		background: #fff;
		top: 0;
		left: 0;
		padding: 20px;
		z-index: 1;
		overflow: auto;
		height: 100vh;
		opacity: 0;
		visibility: hidden;
		align-items: unset;
		-webkit-align-items: unset;
		-moz-align-items: unset;
		-ms-align-items: unset;
		z-index: 999;
	}


	.mobile-menu-wrapper nav.open-menu {
		opacity: 1;
		visibility: visible;
	}



	.mobile-menu-wrapper .header-search {
		width: 100%;
	}



	.mobile-menu-wrapper .header-search form {
		position: relative;
		border-left: 0;
		border-right: 0;
		padding: 7px 20px 7px 28px;
		width: 80%;
	}


	.mobile-menu-wrapper .header-search input[type="submit"] {
		width: 18px;
		height: 19px;
		top: 12px;
		right: auto;
		left: 0;
		background-size: 100%;
	}



	.toggle-menu button {
		padding: 0;
		border: none;
		background: transparent;
		outline: none;
		cursor: pointer;
		position: relative;
		width: 28px;
	}


	.toggle-menu button .hamburger-icon {
		background: url("assets/images/hamburger-icon.svg") no-repeat 0 0;
		width: 24px;
		height: 14px;
		font-size: 0;
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}


	.toggle-menu.active-toggle button .hamburger-icon {
		opacity: 0;
	}


	.toggle-menu button .hamburger-close-icon {
		background: url("assets/images/close-icon.svg") no-repeat 0 0;
		width: 16px;
		height: 16px;
		font-size: 0;
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		opacity: 0;
	}


	.toggle-menu.active-toggle button .hamburger-close-icon {
		opacity: 1;
	}


	header#site-header .mobile-menu-wrapper nav li ul.sub-menu {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		position: static;
		width: 100%;
		margin-top: 20px;
	}
	
	
	
	.sub-menu-toggle.iconrotate {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}
	
	
	
	header#site-header .mobile-menu-wrapper nav ul li .sub-menu.opened {
		display: block !important;
	}


	header#site-header .mobile-menu-wrapper nav ul li {
		width: 100%;
		margin: 0 0 35px;
	}


	header#site-header .mobile-menu-wrapper ul li a {
		font-size: 15px;
		padding: 0;
	}


	header#site-header nav ul li.myaccount-icon {
		display: none;
	}


	.welcome-user {
		margin: 24px 0 24px;
		width: 100%;
	}


	.welcome-user span {
		position: relative;
		font-size: 14px;
		font-weight: 400;
		padding-left: 34px;
	}


	.welcome-user span::before {
		content: "";
		display: block;
		background: #00AEEF url("assets/images/mobile-user-icon.png") no-repeat center center;
		background-size: auto;
		width: 25px;
		height: 25px;
		margin: 0 auto;
		border: 1px solid #000;
		border-radius: 100%;
		background-size: 14px;
		position: absolute;
		left: 0;
		top: -4px;
	}


	.login-btn {
		margin: 70px 0 16px;
		 width: 100%;
	}


	.login-btn a {
		background: #00AEEF;
		font-size: 18px;
		color: #fff;
		width: 120px;
		display: inline-block;
		border-radius: 50px;
		text-align: center;
		font-weight: 700;
		line-height: 45px;
	}
	
	.login-btn a:hover {
		color: #fff;
		text-decoration:none;
	}


	.mobile-menu-wrapper .header-top-left {
		width: 100%;
		margin: 0 0 20px;
	}


	.mobile-menu-wrapper .header-top-left ul {
		padding: 16px 0;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}
	
	
	#menu-header-menu-mobile li a {
		display: inline-block;
	}
	
	
	#menu-header-menu-mobile li:last-child {
		width: 100%;
		max-width: 146px;
	}


	.mobile-menu-wrapper .media-links {
		width: 100%;
	}
	
	
	.menu-header-menu-container {
		width: 100%;
	}


	.mobile-menu-wrapper .media-links ul {
		margin: 40px 0 0;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}
	
	
	.site-navigation ul.menu li.menu-item-has-children::after {
		display: none;
	}
	
	
	  header#site-header .mobile-menu-wrapper nav ul li {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		display: inline-block;
	  }
	
	
	.mobile-menu-wrapper nav ul li .sub-menu-toggle {
		background: url("assets/images/next-icon.png") no-repeat 0 0;
		cursor: pointer;
		width: 10px;
		height: 16px;
		background-size: 100%;
		position: absolute;
		right: 0;
		top: 3px;
	}


	header#site-header .mobile-menu-wrapper .media-links ul li {
		width: auto;
		margin: 0;
	}


	header#site-header .mobile-menu-wrapper .header-top-left ul li {
		margin: 0 0 10px;
		width: 100%;
	}


	header#site-header .mobile-menu-wrapper .header-top-left ul li a {
		padding: 0;
		color: #808285;
		font-size: 14px;
		font-weight: 400;
	}


	.media-links ul li:first-child {
		border-left: 0;
	}
	
	
	
	header#site-header .mobile-menu-wrapper nav ul li:hover .sub-menu {
		display: none;
	}


	
}/*====media close====*/



@media (min-width:1000px) and (max-width:1000px){
	

	.site-navigation.desktop-menu, 
	.page-title-section, 
	.top-header-container {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
	}	
	
	
	.media-links ul li:first-child {
		border-left: 1px solid #808285;
	}
	
	
	header#site-header nav ul li.myaccount-icon {
		display: flex;
	}
	
	
}/*====media close====*/




@media (min-width:1000px) and (max-width:1300px){
	
		
	.header-top-left ul li {
		margin: 0 34px 0 0;
	}


	.header-top-right {
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
	}	


	.header-search {
		width: 37%;
	}



	.site-navigation.desktop-menu {
		margin-top: 10px;
	}



	header#site-header {
		padding: 20px 15px;
	}



	header#site-header .site-branding {
		margin-top: 0;
	}



	header#site-header .site-branding a img {
		max-height: 33px;
	}


	header#site-header nav ul li a {
		font-size: 16px;
		padding: 8px 10px;
	}


	header#site-header nav ul li {
		margin-left: 10px;
	}


	header#site-header nav ul li:first-child {
		margin-left: 0;
	}


	header#site-header nav ul li.myaccount-icon {
		margin-left: 20px;
		position: relative;
		top: -7px;
	}


	
	
}/*====media close====*/



@media (min-width:1200px) and (max-width:1430px){
	
		
	header#site-header .site-branding a img {
		max-height: 50px;
	}


	header#site-header nav ul li {
		margin-left: 20px;
	}


	header#site-header nav ul li:first-child {
		margin-left: 0;
	}


	header#site-header nav ul li a {
		font-size: 17px;
	}


	header#site-header nav ul li.myaccount-icon {
		position: relative;
		top: -7px;
	}
	
	
}/*====media close====*/




/*===================================HEADER=============================================*/






/*====================================HOME==============================================*/




@media (max-width:767px){

	.video-fluid-wrp .video-container .inner-slide {
	    width: 100% !important;
	}
	body h2 {
		font-size: 30px;
	}
	
	
	.home-container {
		margin-top: 25px;
	}


	.read-more {
		display: none;
	}


	.notification-block, 
	.product-news-block {
		width: 100%;
		margin: 0 0 20px;
	}


	.notification-detail {
		height: auto;
	}


	.notification-section h4 {
		font-size: 22px;
	}


	.notification-detail p {
		font-size: 18px;
		line-height: normal;
	}
	
	
	.service-section.desktop {
		display: none;
	}
	
	
	.service-section.mobile {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
	}	


	.service-section .service-block {
		width: 100%;
		margin: 0 0 20px;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
	}


	.service-info p, 
	.service-block .see-all {
		display: none;
	}



	.service-icon {
		padding: 12px 10px;
		width: 62px;
	}


	.service-icon img {
		height: 40px;
		object-fit: contain;
	}


	.service-info h3 {
		font-size: 18px;
		margin-bottom: 0px;
		padding: 10px;
		text-align: center;
	}


	.service-block .service-info {
		width: calc(100% - 65px);
		padding-bottom: 0;
	}


	.documents-container .inner-slide:last-child, 
	.software-container .inner-slide:last-child, 
	.video-container .inner-slide:last-child {
		margin-bottom: 0;
	}


	.software-container .inner-slide {
		width: 100%;
		margin: 0 0 20px;
	}


	.software-container .view-link {
		display: none;
	}



	.software-container .inner-slide h2 {
		text-align: center;
	}


	.software-container .inner-slide h4 {
		font-size: 26px;
		padding: 20px 10px;
		width: 100%;
		text-align: center;
	}


	.documents-container .inner-slide {
		width: 100%;
		margin: 0 0 20px;
	}


	.video-container .inner-slide {
		width: 100%;
		height: auto;
		margin: 0 0 20px;
	}


	.inner-slide .view-link a {
		width: auto;
		font-size: 18px;
		padding: 0 35px;
	}
	

	.courses-container .inner-slide {
		width: 100%;
		margin: 0 0 20px;
	}	
		
		
	.courses-container .video-section {
		width: 100%;
	}	


	.courses-container .courses-info {
		padding: 0 20px;
		width: 100%;
	}


	.courses-container .view-link {
		padding: 8px 0 20px;
		text-align: right;
	}
	

	.documents-container .inner-slide h2 br, 
	.video-container .inner-slide h2 br {
		display: none;
	}
	
	
	.documents-container .inner-slide h2, 
	.video-container .inner-slide h2 {
		height: auto;
		font-size: 23px;
	}
	
	
	.video-container {
		padding-bottom: 0;
		border-bottom: none;
	}


	

	.notification-section, 
	.fluid-container, 
	.software-fluid, 
	.courses-fluid, 
	.footer-upper-wrapper.container {
		display: none;
	}


	.video-fluid {
		display: none;
	}


	
	
	
}/*====media close====*/





@media (min-width:767px) and (max-width:1000px){


	.notification-section h4 {
		font-size: 25px;
	}


	.service-section .service-block {
		width: 49%;
		margin: 0 2% 2% 0 !important;
	}


	.service-section .service-block:nth-child(2n) {
		margin-right: 0 !important;
	}


	.service-icon {
		padding: 15px;
		width: 80px;
	}


	.service-block .service-info {
		width: calc(100% - 80px);
	}


	.service-info h3 {
		font-size: 23px;
	}


	.software-container .inner-slide h2 {
		font-size: 23px;
		padding: 30px 10px;
	}


	.software-container .inner-slide h4 {
		font-size: 19px;
		padding: 20px 0 20px 20px;
	}


	.inner-slide .view-link a {
		width: auto;
		line-height: 40px;
		font-size: 16px;
		padding: 0 20px;
	}


	.documents-container .inner-slide h2 {
		height: 266px;
		font-size: 24px;
	}


	.inner-slide .icon-img img {
		max-width: 80px;
	}


	.documents-container .inner-slide h4 {
		font-size: 18px;
	}


	.video-container strong {
		font-size: 17px;
		line-height: normal;
	}


	.video-container .view-link {
		padding: 11px 15px 22px;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}


	.video-fluid .inner-slide .view-link a {
		margin-top: 13px;
	}


	.video-container .view-link small {
		width: 100%;
	}


	.video-container .inner-slide h2 {
		font-size: 24px;
	}


	.inner-slide .video-iframe iframe {
		position: static;
		width: 100%;
		height: 124px;
	}


	.courses-container .inner-slide h2 {
		font-size: 24px;
	}
	
	
		
	.software-fluid .read-more, 
	.fluid-container .read-more, 
	.video-fluid .read-more, 
	.courses-fluid .read-more {
		right: -13px;
	}


	.read-more a {
		width: 12px;
		height: 21px;
	}	
	
	
}/*====media close====*/




@media (min-width:1000px) and (max-width:1300px){
	
		
	.service-icon {
		padding: 20px;
		width: 100px;
	}


	.service-block .service-info {
		width: calc(100% - 100px);
	}


	.service-info h3 {
		font-size: 20px;
	}


	.service-info p {
		line-height: normal;
	}


	.software-container .inner-slide h2 {
		padding: 30px 10px;
		font-size: 28px;
	}


	.inner-slide .view-link a {
		width: 115px;
		line-height: 52px;
		font-size: 18px;
	}


	.software-container .inner-slide h4 {
		font-size: 23px;
		padding: 20px 0 20px 20px;
	}


	.fluid-container .read-more, 
	.video-fluid .read-more, 
	.courses-fluid .read-more, 
	.software-fluid .read-more {
		right: -17px;
	}


	.read-more a {
		width: 14px;
		height: 25px;
	}


	.documents-container .inner-slide h2 {
		font-size: 30px;
	}


	.video-container strong {
		height: 40px;
		font-size: 16px;
	}


	.video-container .view-link {
		padding: 10px 15px 22px 15px;
	}


	.video-container .view-link a {
		width: 96px;
	}


	.inner-slide .video-iframe iframe {
		position: static;
		width: 100%;
		height: 124px;
	}


	.video-container .inner-slide h2 {
		font-size: 30px;
	}
		
	
	
}/*====media close====*/





@media (min-width:1300px) and (max-width:1400px){
	
	
	.software-fluid .read-more, 
	.fluid-container .read-more, 
	.video-fluid .read-more, 
	.courses-fluid .read-more {
		right: -22px;
	}


	.read-more a {
	  width: 17px;
	  height: 32px;
	}		
	
}/*====media close====*/




@media (min-width:1600px){
	
		
	body .container {
		max-width: 1400px;
	}


	.service-info h3 {
		font-size: 30px;
	}


	.service-info p {
		font-size: 20px;
	}


	.software-container .inner-slide h4 {
		font-size: 30px;
	}


	.documents-container .inner-slide h4 {
		font-size: 22px;
	}


	.video-container strong {
		font-size: 22px;
	}


	.courses-container .courses-info p {
		font-size: 20px;
	}


	.software-container .inner-slide h2 {
		padding: 17px 10px;
	}
	
	
	.courses-container .view-link {
		padding: 30px 0 0;
	}


	.video-container .inner-slide h2 {
		height: 100%;
	}
	
	
}/*====media close====*/



@media (min-width:767px){
	
	.video-fluid-mobile {
		display: none;
	}
	
}/*====media close====*/




/*====================================HOME==============================================*/





/*================================USER MANUALS==========================================*/


@media (max-width:767px){
	

	.container.title-breadcrumbs, 
	.page-sidebar-left {
		display: none;
	}
	
	
	.filter-content ul, 
	.filter-content .apply-btn {
		display: none;
	}	


	.filter-content .sort-body select {
		display: block;
	}
	
	
	.sort-list .sort-content, 
	.sort-list .filter-content {
		width: 19rem;
	}
	
	
	.sort-list .filter-content {
		left: 0;
		right: auto;
	}
	
	
	.sort-content .sort-body #apply, 
	.filter-content .sort-body #apply {
		padding: 10px 49px 12px;
		font-size: 20px;
		margin: 2px 11px 8px;
	}


	.content-part-wrapper {
		width: 100%;
		margin-top: 30px;
	}


	.content-part-wrapper table td {
		display: none;
	}
	
	
	.sort-list {
		margin: 0 0 15px;
	}	


	.content-part-wrapper table td:first-child, 
	.content-part-wrapper table td:last-child {
		display: inline-table;
	}



	.content-part-wrapper table th {
		font-size: 20px;
		line-height: 24px;
		width: 100%;
		padding: 15px 10px;
	}


	.content-part-wrapper table .heading-row td {
		font-size: 14px;
	}


	.content-part-wrapper table td, 
	.content-part-wrapper table td a {
		font-size: 12px;
	}


	.content-part-wrapper table td a img {
		top: -3px;
		margin-right: 4px;
		width: 13px;
	}


	.content-part-wrapper table td a.view-link, 
	.content-part-wrapper table td a.download-link {
		float: left;
	}


	.content-part-wrapper table td a.view-link img {
		width: 30px;
		top: 0;
		margin-right: 0px;
	}


	.content-part-wrapper table td a.download-link img {
		width: 17px;
		top: 0;
		margin-right: 0px;
	}


	.content-part-wrapper table tr {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
	}


	.content-part-wrapper table td:first-child{
		width: 58% !important;
		padding: 14px 10px;
		display: inline-block;
	}


	.content-part-wrapper table td:last-child {
		width: 42%;
		padding: 14px 10px;
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		/*align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;*/
	}
	
	
	
	.content-part-wrapper table .heading-row td:last-child {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}


	.sort-upload-wrp {
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
		position: relative;
		padding-top: 70px;
	}


	.sort-upload-wrp .sort-list {
		width: auto;
	}	


	.sort-upload-wrp .upload-new-file-wrp-2 {
		position: absolute;
		top: 0;
		width: auto;
		left: 0;
		right: 0;
		text-align: center;
	}


	.sort-list a {
		margin-left: 0;
	}


	img.green-circle-img {
		width: 40px;
	}


	.upload-new-file .img-circle .up-arrow {
		bottom: -3px;
		width: 14px;
		left: 13px;
	}
	
	
	.sort-list.filter-links {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}	
	
	
}/*====media close====*/




@media (min-width:767px) and (max-width:1100px){
	


	.left-sidebar ul li {
		margin: 0 0 24px;
	}


	.left-sidebar ul li a {
		font-size: 14px;
		display: inline-block;
	}


	.left-sidebar ul li ul li a {
		font-size: 14px;
	}


	.content-part-wrapper table th {
		font-size: 20px;
	}


	.content-part-wrapper table .heading-row td {
		font-size: 16px;
	}


	.content-part-wrapper table td, 
	.content-part-wrapper table td a {
		font-size: 13px;
	}

	.content-part-wrapper table .heading-row td:first-child, 
	.content-part-wrapper table td:first-child {
		width: 44%;
	}


	.content-part-wrapper table td a.view-link img {
		width: 24px;
	}


	.content-part-wrapper table td a.download-link img {
		width: 12px;
	}
	
	
}/*====media close====*/




@media (min-width:1000px) and (max-width:1240px){
	

	.content-part-wrapper table .heading-row td:first-child {
		width: 45%;
	}	


	.content-part-wrapper table .heading-row td:last-child {
		width: 22%;
	}


	.content-part-wrapper table td, .content-part-wrapper table td a {
		font-size: 15px;
	}


	.content-part-wrapper table td a img {
		top: -3px;
	}
	
	
	.content-part-wrapper table td:first-child {
		width: 45%;
	}
	
	
}/*====media close====*/






/*================================USER MANUALS==========================================*/





/*=================================PRODUCT TYPE=========================================*/


@media (max-width:767px){
	
	.product-type-block {
		width: 100%;
		margin: 0 0 33px;
	}
	
	
	.products-title-desc {
		text-align: left;
	}


	.product-source-container .en-type .product-type-block {
		width: 100%;
		margin: 0 0 40px;
	}
	
}/*====media close====*/




@media (min-width:767px) and (max-width:1000px){

	
	.product-type-block {
		width: 47.7%;
		margin: 0 4% 4% 0;
	}


	.product-type-block:nth-child(2n) {
		margin-right: 0;
	}
	
}/*====media close====*/



@media (min-width:1000px) and (max-width:1200px){


	.product-type-block h4 a {
		font-size: 17px;
	}


	.pro-type .product-type-image h4 a::after {
	  width: 14px;
	  top: 15px;
	  right: 10px;
	}

}/*====media close====*/


/*=================================PRODUCT TYPE=========================================*/





/*===============================PRODUCT DETAIL=========================================*/


@media (max-width:767px){
	
	.single-type-block {
		width: 100%;
		margin: 0 0 33px;
	}	
	
}/*====media close====*/



@media (min-width:767px) and (max-width:1000px){

	
	.single-type-block {
		width: 47.7%;
		margin: 0 4% 4% 0;
	}


	.single-type-block:nth-child(2n) {
		margin-right: 0;
	}
	
}/*====media close====*/




@media (min-width:1000px) and (max-width:1200px){

	.single-type-block h4 a {
		font-size: 19px;
	}	
	
}/*====media close====*/


/*===============================PRODUCT DETAIL=========================================*/





/*==================================LOGIN PAGE==========================================*/



@media (max-width:767px){
	

	.page-template-login #loginform .form-check label, 
	.page-template-login #loginform .text-body {
		font-size: 14px;
	}
	
	
	
	.page-template-login #loginform .form-check input[type="checkbox"] {
		width: 24px;
		height: 24px;
	}


	.page-template-login #loginform .form-check label {
		margin-left: 13px;
		top: 0;
	}	
	
	
	.form-group.login-submit-btn {
		margin-top: 60px;
	}
	
	
	.page-template-login .login-page .um-login {
		padding: 60px 30px;
		width: 90% !important;
	}


	.display-success.only-message li {
		font-size: 24px;
		line-height: normal;
	}
	
	
		
	.login-page .page-content, 
	.register-page .page-content {
		margin-top: 0;
	}


	.page-template-login #loginform label, 
	.page-template-login #loginform 
	.text-body, #resetform label {
		font-size: 14px;
	}


	#loginform .have-account {
		display: none;
	}


	#loginform .d-flex.justify-content-between {
		margin-top: -5px;
	}

	.page-template-login .form-group {
		margin-bottom: 1.2rem;
	}



	.register-page .page-content .um-register {
		padding: 50px 20px;
	}


	.um-register #registerform label {
		font-size: 14px;
		margin-bottom: 2px;
	}	


	.um-register .form-group {
		margin-bottom: 23px;
	}


	.um-register .form-group .col-sm-6:last-child {
		margin-top: 23px;
	}
	
	
	.register-page .form-group .btn {
		margin-top: 30px;
	}



	.reset-page .top-green-section, 
	.reset-page .um-reset {
		width: auto !important;
		height: auto !important;
	}


	.reset-page .page-content {
		padding-left: 15px;
		padding-right: 15px;
	}


	.reset-page .form-group.have-account {
		display: none;
	}


	.register-page .top-green-section h3, 
	.reset-page .top-green-section h3 {
		font-size: 18px !important;
	}


	.reset-page .form-group.login-submit-btn {
		margin-top: -10px;
	}
	
	
		
	.login-page .list-bottom-icon li img {
		width: auto;
	}


	.login-page .list-bottom-icon ul {
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
	}	
	
	
	.page-template-login #loginform .list-bottom-icon ul li {
		padding: 0 22px;
	}


	.login-page .list-bottom-icon li.border-right-icon {
		padding-right: 17px;
		line-height: 50px;
		height: 55px;
	}


	.login-page .list-bottom-icon li.border-center-icon {
		padding: 0 20px;
		height: 55px;
		line-height: 50px;
	}


	.login-page .list-bottom-icon li.border-left-icon {
		padding-left: 17px;
		line-height: 50px;
		height: 55px;
	}
	
	
}/*====media close====*/





@media (min-width:767px) and (max-width:1200px){
	
	.page-template-login .login-page .um-login {
		padding: 60px 30px;
		width: 70%;
	}	
	
}/*====media close====*/



/*==================================LOGIN PAGE==========================================*/




/*===============================SERVICE SUPPORT========================================*/



@media (max-width:767px){


	.service-support-container {
		margin-top: 60px;
	}


	.service-support-container .support-info h2 {
		font-size: 27px;
		margin: 0 0 20px;
	}


	.service-support-container .support-info h4 {
		margin: 0 0 20px;
		font-size: 21px;
	}


	.service-support-container .support-info p {
		margin: 0 0 20px;
		font-size: 18px;
	}


	.support-block {
		margin: 0 0 30px;
		width: 100%;
	}


	.support-link a {
		font-size: 24px;
	}


	.map-location h2 {
		font-size: 24px;
		margin: 0 0 20px;
	}


	.map-location p {
		font-size: 18px;
	}


	.support-map {
		margin: 0 -10px;
	}
	
	
	.support-map .fullwidth {
		height: 400px !important;
	}
	
	
	
	.service-request-form {
		margin-top: 50px;
	}


	.service-request-form .form-group select {
		background: url("assets/images/select-icon-arrow.svg") no-repeat 95% center;
	}	
	
	
	.file-group .file {
		margin-right: 10px;
	}


}/*====media close====*/




@media (min-width:767px) and (max-width:1000px){
	
	.support-link a {
		font-size: 20px;
		line-height: 33px;
		padding: 10px 5px;
	}	
	
}/*====media close====*/



/*===============================SERVICE SUPPORT========================================*/






/*===============================SERVICE REQUEST========================================*/





@media (max-width:767px){
	
	.form-group .col-sm-6:last-child {
		margin-top: 28px;
	}	
	
	
	.file-group label {
		font-size: 20px;
	}
	

	.file-group {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}
	
	
    .file-group .file {
		width: 100%;
		margin-bottom: 16px;
	}	
  
  
    .file-group .pic {
	  width: 100%;
	}
	
	
	.file-group label {
		line-height: 31px;
		padding: 10px 43px 10px 55px;
		height: 50px;
	}
	
	
	.file-group label small {
		font-size: 33px;
		top: 5px;
	}
	
	
	.radio-group {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}
	
	
	.radio-group .radio-field {
		width: auto;
		max-width: unset;
	}
	
	
	.calendar-datepicker {
		width: calc(100% - 60px);
		border: 1px solid #000;
	}
	
	
	.calendar-datepicker #datepicker {
		width: calc(100% + 60px);
		background-size: 37px;
	}
	
	
	.page-id-78179 #service-request, 
	.page-id-78179 .service-request-demo {
		margin-top: 0;
	}
	
	
	.page-id-78179 .page-content {
		margin-top: 25px;
	}


	#service-request .form-group .col-sm-12:first-child p{
		display: none;
	}
	
	
	#service-request .form-group .col-sm-12:first-child {
		margin-bottom: 0;
	}
	
	
	#service-request h4.mobile-title {
		display: block;
		text-align: center;
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 17px;
	}
	
	
	.page-id-78179 ul.display-success {
		height: 100vh;
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
	}
	

	.page-id-78179 ul.display-success li {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-flow: column;
		-webkit-flex-flow: column;
		-moz-flex-flow: column;
		-ms-flex-flow: column;
	}


	ul.display-success li a {
		display: inline-block;
		background: #00AEEF;
		font-size: 18px;
		font-weight: 700;
		color: #fff;
		text-decoration: none;
		width: 130px;
		margin: 40px auto 0;
		padding: 12px 3px 14px;
		border-radius: 50px;
		transition: all 0.3s linear 0s;
		-webkit-transition: all 0.3s linear 0s;
		-moz-transition: all 0.3s linear 0s;
		-ms-transition: all 0.3s linear 0s;
	}


	ul.display-success li a:hover {
		background: #000;
		color: #fff;
	}
	
	
	
}/*====media close====*/



/*===============================SERVICE REQUEST========================================*/





/*=============================SERVICE REQUEST DEMO=====================================*/

@media (max-width:767px){
	
	.service-request-demo {
		margin-top: 50px;
	}	

	.service-request-demo .form-group select {
		background: url("assets/images/select-icon-arrow.svg") no-repeat 96% center;
	}
	
}/*===media close===*/



/*=============================SERVICE REQUEST DEMO=====================================*/







/*=====================================FAQ=============================================*/



@media (max-width:767px){
	
	.page-template-default .page-content {
		margin-top: 60px;
	}		
	
}/*===media close====*/


/*=====================================FAQ=============================================*/







/*===================================REPAIRS============================================*/


@media (max-width:767px){
	
	.page-content {
		margin-top: 60px;
	}


	.repairs-block-info {
		font-size: 18px;
		padding: 35px 30px 25px;
	}


	.repairs-block-info ul li {
		padding-left: 34px;
	}
	
	
	.repairs-block-info ul li a {
		font-size: 14px;
	}	
	
	
}/*===media close====*/




/*===================================REPAIRS============================================*/






/*===================================LOCATION============================================*/


@media (max-width:767px){
	

	.page-template-locations-tpl .title-description {
		display: none;
	}


	.location-section:first-child {
		margin-top: 0;
	}


	.page-template-locations-tpl .page-content {
		margin-top: 22px;
	}
	
	
	.location-section .repairs-block-info {
		padding: 20px 20px 5px;
	}


	.location-section  .repairs-block-info ul {
		margin: 20px 0 0;
	}	
	
	
	.repairs-block-info p strong {
		font-size: 14px;
		font-weight: 400;
	}


	.location-title {
		margin: 0 0 30px;
	}


	.location-title h2 {
		font-size: 18px;
	}


	.location-title h2 span {
		padding: 0 5px;
	}


	.location-title h2::after, 
	.location-title h2::before {
		top: 66%;
		background-size: 64% !important;
		background: url("assets/images/long-arrow-mobile.png") no-repeat 0 0;
	}
	
	
	.location-title h2::before {
		background: url("assets/images/long-arrow-mobile.png") no-repeat right 0;
	}	


	.location-section .repairs-block-info ol {
		padding: 0 5px;
		margin: 0 0 5px;
	}


	.repairs-block .location-title h2 {
		font-size: 18px;
	}
	
	
	.repairs-block-info h2 {
		margin: 0 0 7px;
		font-size: 28px;
	}
	
	
	.repairs-block .location-title h2 span {
		padding: 0 5px;
	}


	.repairs-block .location-title h2::after, 
	.repairs-block .location-title h2::before {
		top: 46%;
		background-size: 93% !important;
		width: 36%;
	}
	
	
	.repairs-block .location-title h2::after {
		background: url("assets/images/long-arrow-mobile-1.png") no-repeat left center;
	}
	
	
	.repairs-block .location-title h2::before {
		background: url("assets/images/long-arrow-mobile-1.png") no-repeat right center;
	}


	.location-section .repairs-block-info ol li {
		font-size: 13px;
		padding-left: 15px;
	}


	.location-section .repairs-block-info ol li::before {
		width: 11px;
		height: 11px;
		top: 5px;
	}
	
	
	
	.location-section .repairs-block {
		padding-bottom: 100px;
	}	
	
	
	.location-title-outer {
		width: calc(100% - 40px);
	}
	
	
	.repairs-block-info .location-title {
		margin: 0;
	}
	
	
	.repairs-block-info .location-title h2 {
		margin-bottom: 5px;
	}


	.repairs-block-info .contact-link li {
		margin-bottom: 11px;
	}


	.repairs-block-info .contact-link li:last-child {
		margin-bottom: 0;
	}
	
	
	
	.repairs-block-info ul li.mail-icon::before {
		width: 22px;
		height: 17px;
		top: 7px;
	}


	.repairs-block-info ul li.cell-icon::before {
		width: 19px;
		height: 25px;
		top: 6px;
	}	
	
	
	
}/*===media close====*/




@media (min-width:578px) and (max-width:767px){
	
 .repairs-block-info ul li a {
		font-size: 14px;
  }	
	
}/*===media close====*/



@media (min-width:767px) and (max-width:1000px){
	
	
	.repairs-block-info ul li a {
		font-size: 18px;
	}


	.location-section .repairs-block-info ol li {
		font-size: 15px;
		width: auto;
	}


	.location-section .repairs-block-info ol li::before {
		width: 13px;
		height: 13px;
	}	
	
	
}/*===media close====*/




/*===================================LOCATION============================================*/







/*===================================CONTACT============================================*/


@media (max-width:767px){


	.page-template-contact-us-tpl .page-content {
		margin-top: 26px;
	}


	.page-template-contact-us-tpl .support-map .fullwidth {
		height: 200px !important;
	}


	.contact-services-block.show-on-desktop {
		display: none;
	}


	.contact-services-block.show-on-mobile {
		display: block;
	}


	.contact-services {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		border-bottom: none;
		margin: 0 -10px 0px;
	}


	.page-template-contact-us-tpl .service-request-demo {
		margin-top: 29px;
	}


	.page-template-contact-us-tpl #content form {
		margin-top: 27px;
	}
	
	
	.service-request-demo .form-group div {
	  margin-bottom: 20px;
	}
	

	.um-register label {
		font-size: 12px;
		margin-bottom: 0;
	}


	.page-content .form-group input, 
	.page-content .form-group select {
		border: 1px solid #000;
		height: 46px;
	}
	
	
	.service-request-demo form textarea.form-control {
		border: 1px solid #000;
		height: 150px;
	}


	.contact-title {
		margin-bottom: 0;
	}
		
		
	.contact-title h2 {
		font-size: 18px;
	}	


	.contact-services-block {
		border-right: none;
		width: 50% !important;
		border-bottom: 2px solid #BBB8B8;
		border-right: 2px solid #BBB8B8;
		padding: 20px 20px 15px;
	}
	
	
	.contact-services-block:nth-child(2n) {
		border-right: none;
	}


	.contact-services-block a {
		font-size: 20px;
	}


	.contact-services-block a img {
		height: 34px;
	}


	.contact-services-block p {
		font-size: 16px;
		display: none;
	}
	
	
	.contact-services-block a strong {
		margin: 14px 0 10px;
	}
	
		
	.service-request-demo .form-group .btn {
		padding: 11px 33px;
		margin-top: 20px;
		font-size: 20px;
	}
	
	
	
}/*===media close====*/




@media (min-width:767px) and (max-width:1200px){

	
	.contact-services-block {
		padding: 30px 30px;
	}	
	
	
	.page-template-contact-us-tpl .support-map .fullwidth {
		height: 400px !important;
	}
		
		
	.contact-services-block a {
		font-size: 25px;
	}


	.contact-services-block p {
		font-size: 17px;
	}


	.contact-services-block a strong {
		margin: 34px 0 20px;
	}	
	
	
}/*===media close====*/



/*===================================CONTACT============================================*/




/*===================================MY ACCOUNT=========================================*/


@media (max-width:767px){

	.smy-account-forms {
		margin-top: 50px;
	}

		
	.smy-account-forms-outer .form-group {
		padding: 40px 20px;
	}	

	.smy-account-item ul li {
		font-size: 14px;
	}


	.smy-account-forms .form-group .btn.cancel {
		margin-left: 20px !important;
	}


	.smy-account-forms .form-group .btn {
		padding: 14px 28px;
		font-size: 20px;
	}
	
	
	.smy-account-forms .form-group select {
		background: url("assets/images/select-icon-arrow.svg") no-repeat 95% center;
	}
	
	
	.smy-account-forms .form-group .invisible {
		display: none;
	}
	
	
.my-notifications-wrapper .radio-field label {
	font-size: 14px;
}


.checkbox-input input[type="checkbox"] {
    border: none !important;
    height: 29px !important;
    position: absolute;
    left: 0;
    top: 6px;
}


.my-notifications-wrapper .checkbox-input {
	position: relative;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	padding-left: 36px;
}	


.my-notifications-wrapper .mCustomScrollbar p {
	width: 100%;
	font-size: 15px;
}


.mCustomScrollbar .checkbox-input span {
	position: static;
	right: 0;
	border-left: none;
	line-height: normal;
	padding: 0 0;
	width: 100%;
	font-size: 14px;
}


.my-notifications-wrapper .checkbox-input p {
	font-weight: 700;
}



ul#smooth-scroll-1 {
	height: 221px !important;
}


ul#smooth-scroll-2 {
	height: 216px !important;
}


.my-notifications-wrapper .manage-alert-lnk a {
	margin-right: 7px;
}


.my-notifications-wrapper .manage-alert-lnk a:last-child {
	margin-right: 0;
}

	
}/*===media close====*/



/*===================================MY ACCOUNT=========================================*/






/*==================================SEARCH PAGE=========================================*/


@media (max-width:767px){

	.page-template-search-tpl #searchForm {
		padding: 15px 20px;
	}

	#search-result .search-item h5 a {
		font-size: 17px;
	}
	
	.page-template-search-tpl .search-keyword {
		font-size: 20px;
	}

	.page-nav-container {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}
	
}/*===media close====*/



/*==================================SEARCH PAGE=========================================*/





/*===================================FAQ PAGE===========================================*/



@media (max-width:767px){
	

	.faq-wrapper-inner h3 {
		width: 100%;
		margin-bottom: 20px;
	}


	.faq-wrapper-inner .roll-out-list {
		width: 100%;
		margin: 0;
	}


	.faq-wrapper-inner .item-roll-out {
		padding: 22px 40px 22px 16px;
	}


	.faq-wrapper-inner .item-head::before {
		right: -28px;
	}
		
	
}/*===media close====*/	



@media (min-width:767px) and (max-width:1000px){
	
.faq-wrapper-inner .roll-out-list {
	width: calc(96% - 250px);
}	
	
}/*===media close====*/



/*===================================FAQ PAGE===========================================*/



/*===================================FOOTER=============================================*/


@media (max-width:767px){
	

	footer#site-footer {
		padding: 0px 0 0;
	}	
	
		
	.footer-box {
		width: 100%;
		margin-bottom: 40px;
	}


	.copyright, 
	.copyright a, 
	.footer-credit .custom-html-widget, 
	.footer-credit .custom-html-widget a, 
	.privacy-links ul li a {
		color: #808285;
		font-size: 8.4px;
	}
	
		
	.privacy-links ul li::before, 
	.designed-by .custom-html-widget::after, 
	.copyright:after {
		content: "//";
		display: inline-block;
		margin: 0 2px;
	}


	.footer-credit .container {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}	


	.botton-footer.container {
		display: none;
	}
	
	
	.mobile-footer-link .header-top-left {
		width: 58%;
	}


	.mobile-footer-link .header-top-left ul {
		padding: 0;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}


	.mobile-footer-link .header-top-left ul li a {
		font-size: 9px;
		color: #000;
	}


	.mobile-footer-link .header-top-left ul li {
		margin: 0;
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}


	.mobile-footer-link .header-top-left ul li:last-child {
		margin-right: 38px;
		order: 1;
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
	}
	
	
	.mobile-footer-link .media-links {
		width: 42%;
	}
	
	
	.mobile-footer-link .media-links ul {
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
	}


	.mobile-footer-link .media-links ul li {
		padding: 3px 0 3px 8px;
		border-left: none;
	}


	.mobile-footer-link .media-links ul li img {
		width: 16px;
		height: 16px;
		object-fit: contain;
	}


	.footer-credit {
		border-top: 0px solid #808285;
		border-bottom: none;
		padding: 12px 0 12px;
		margin-top: 0;
		margin-bottom: 0;
	}


	.container.mobile-footer-link {
		margin-bottom: 5px;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}


}/*====media close====*/





@media (min-width:767px) and (max-width:1000px){
	
	
	.footer-box {
		width: 22%;
	}


	.footer-box h2 {
		font-size: 17px;
	}


	.footer-box .gjs-cell input[type="submit"] {
		font-size: 20px;
		padding: 9px 10px 12px;
	}	
		
	
}/*====media close====*/



@media (min-width:767px){
	
	.container.mobile-footer-link {
	  display: none;
	}
	
}/*====media close====*/


/*===================================FOOTER=============================================*/

.left-sidebar ul li ul li.active {
    background-color: #f1f1f1;
}

li.user-manual .sub-sidebar {
	display: none;
}
li.user-manual .sub-sidebar.active {
    display: block !important;
}
/*sort box*/


form label.error {
    color: red;
}

form .valid-feedback {
    color: green !important;
}

/*videos tab*/
.left-sidebar ul li ul.video-child li.user-manual {
    list-style: none;
}
/*videos box*/
.video-fluid-wrp .video-container .inner-slide {
    width: 48% !important;
    margin-bottom: 16px;
}
.video-fluid-wrp .video-container {
    border: none !important;
}
.inner-slide .video-iframe img.video-thumbnails {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*videos tab*/

/*loader css*/
.div-loader {
  position: fixed;
  left: 0px;
  top: 260px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
/*loader css*/

/*popup model*/
  iframe#popupVideo {
      padding: 1rem;
  }
  #videoModal .modal-body {
      padding: 0px;
  }
/*popup model*/  


.datepicker.datepicker-dropdown {
	box-shadow: 0 2px 7px 0 rgba(0,0,0,0.4);
	border: none;
	border-radius: 10px;
	padding: 0;
	overflow: hidden;
}


.datepicker.datepicker-dropdown th.datepicker-switch {
	font-weight: 700;
	font-size: 20px;
}


.datepicker.datepicker-dropdown th {
	font-family: 'DINOT';
	font-weight: 400;
}


.datepicker.datepicker-dropdown td {
	background: #fff;
	border-radius: 0;
	font-family: 'DINOT';
}


.datepicker.datepicker-dropdown td.active.day, 
.datepicker.datepicker-dropdown td:hover {
	background: #8DC63F !important;
	color:#000 !important;
}


.datepicker.datepicker-dropdown td:last-child {
	border-right: none;
}


.datepicker.datepicker-dropdown td:first-child {
	border-left: none;
}


.datepicker.datepicker-dropdown td {
	border: 1px solid rgba(0,0,0,0.4);
}


.datepicker .table-condensed thead th.prev {
	background: url("assets/images/date-prev-icon.png") no-repeat center center;
	font-size: 0;
	background-size: 15px;
}


.datepicker .table-condensed thead th.next {
	background: url("assets/images/date-next-icon.png") no-repeat center center;
	font-size: 0;
	background-size: 15px;
}

.software-container .inner-slide h4 {
    width: 55%;
    word-wrap: break-word;
}


.service-block.box-coming-soon .service-icon{
    background: #808285;
}	
.service-block.box-coming-soon a{
   pointer-events: none;
}

