/* -- Start Products Slider   -------------------------------------------------- */

.product-slider {
	position: relative;
	line-height: 0px;
}

.product-slider .product-slider-thumbs {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}


.product-slider-thumbs .swiper-slide:last-of-type {
	border-left: none;
}

.product-slide-thumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-slide-thumb > div > span {
	display: none;
}

@media (min-width: 320px) {
	.product-slider .product-slide-info {
		display: none;
	}

	.product-slider .product-slider-thumbs {
		position: relative;
	}

	.product-slider-thumbs .swiper-wrapper {
		/*-ms-flex-wrap: wrap;*/
		/*flex-wrap: wrap;*/
	}

	.product-slider-thumbs .swiper-slide {
		width: 50%;
	}

	.product-slide-thumb > div > span {
		display: none;
	}
}

@media (min-width: 767px) {
	.product-slider .product-slide-info {
		display: block;
	}

	.product-slide-thumb > div > span {
		display: none;
	}
}

/*@media (max-width: 767px) {
	.product-slide-thumb button {
		display: none;
	}
}*/

@media (min-width: 1200px) {
	.product-slider .product-slider-thumbs {
		position: absolute;
	}

	.product-slider-thumbs .swiper-slide {
		border-bottom: none;
		width: 25%;
	}
}

.product-slider .product-slide-info {
  position: absolute;
	top: 50%;
	right: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 332px;
	padding: 16px;
  margin-right:1%;
}

.product-slider .product-slide-info h4 {
  	text-transform: capitalize;
}
.product-slider .product-slide-info span {
	margin: 0px;
	line-height: 20px;
}

.product-slider .product-slide-info a {
	width: 53%;
  border-radius:10px;
	text-align: left;
	line-height: 34px;
	padding: 0px 16px;
	cursor: pointer;
	margin: 0px;
	margin-right: auto;
}

.product-slider-thumbs .swiper-slide {
	border-left: 1px solid;
}

@media (min-width: 320px) {
	.product-slider-thumbs .swiper-slide {
		border-bottom: 1px solid;
	}
}

@media (min-width: 1200px) {

	.product-slider-thumbs .swiper-slide:nth-child(2) {
		border-right: 1px solid;
	}

}


/* -- End Products Slider   -------------------------------------------------- */

/* -- products list   -------------------------------------------------- */



.products {
	padding: 16px;
	overflow: hidden;
}



.product-01,
.product-02,
.product-03,
.product-04 {
	display: block;
	position: relative;
	overflow: hidden;
	max-height: 293px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: auto;
}

/* -- products list   -------------------------------------------------- */

/* -- Start Products List   -------------------------------------------------- */

/*.products {
    padding: 30px 0px;
    overflow: hidden;
}*/

/*.products > div > div {*/
    /* padding: 0px 200px; */
/*}*/

/*.product > div {
    text-align: center;
    margin-bottom: 16px;
    min-height: 100px;
}

.product > p {
    text-align: justify;
    margin-bottom: 16px;
}

.product > button {
    margin: auto;
}*/

/*.product > div > img {*/
    /* border-radius: 10px 10px 0px 0px; */
    /*height: 70px;
}*/
/* -- End Products List   -------------------------------------------------- */

/* -- Calculator   -------------------------------------------------- */

.calc-section {
	padding: 16px;
	background: url(../../../SiteImages/Calc-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.calc-input-form {
	position: relative;
	margin-bottom: 8px;
}

.calc-input-form > label {
	font-family: NBE_Medium;
	line-height: 20px;
	padding-left: 10px;
}

.calc-input-form > input {
	display: block;
	width: 100%;
	line-height: 34px;
	height: 36px;
	border-radius: 10px;
	border: 1px solid;
	font-family: inherit;
	text-align: center;
	font-weight: bold;
}

.calc-input-form > strong {
	position: absolute;
	right: 16px;
	top: 56%;
	font-weight: bold;
}

.calc-input-form > span {
	position: absolute;
	left: 16px;
	top: 55%;
	font-weight: bold;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type='range'] {
		overflow: hidden;
		width: 100%;
		-webkit-appearance: none;
		border-radius: 10px;
		border: 1px solid;
	}

	input[type='range']::-webkit-slider-runnable-track {
		height: 35px;
		-webkit-appearance: none;
		margin-top: -1px;
	}

	input[type='range']::-webkit-slider-thumb {
		width: 0px;
		-webkit-appearance: none;
		height: 34px;
		cursor: ew-resize;
	}
}

/** FF*/

input[type="range"]::-moz-range-progress {
	border: 1px solid;
}

/* IE*/

/* -- Calculator   -------------------------------------------------- */

/* -- marketing slider   -------------------------------------------------- */

.market-slider {
	position: relative;
	padding: 16px;
	display: block;
}

#zninsHomeSections_Default .swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}


#zninsHomeSections_Default .swiper-button-prev,
#zninsHomeSections_Default .swiper-container-rtl .swiper-button-next {
	background-image: url(../../../SiteImages/ico-swiper-down-arrow.png);
	left: 10px;
	right: auto;
}

#zninsHomeSections_Default .swipe-content {
	width: 100%;
	position: relative;
}




/* -- marketing slider   -------------------------------------------------- */

/* -- Magazin section   -------------------------------------------------- */

.mag-section {
	min-height: 270px;
	background-image: url(../../../SiteImages/magazin-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	background-size: cover;
	padding: 32px 16px;
	margin-top: -8px;
}

.mag-section > div > h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 16px;
}

.mag-section > div > p {
	text-align: center;
	line-height: 20px;
	margin-bottom: 16px;
}

.mag-dropdown {
	direction: rtl;
	display: flex;
}

.mag-dropdown > select {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../../../SiteImages/downArrow.svg);
	background-size: 14px 13px, 5px 5px, 1px 1.5em;
	background-position: calc(10px) calc(50% + 1px);
	width: calc(100% - 91px);
	height: 34px;
	border: 1px solid;
	background-repeat: no-repeat;
	margin-left: 8px;
	padding: 0px 16px;
	border-radius: 10px;
	font-family: inherit;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
	cursor: pointer;
}

.mag-dropdown > select.flip-arrow {
	background-image: url(../../../SiteImages/home_ddl_close.svg);
}

.mag-dropdown > select::-ms-expand {
	display: none;
}


.mag-dropdown > button {
	display: inline-block;
	border-radius: 10px;
	min-width: 78px;
}

/* -- Magazin section   -------------------------------------------------- */

/* -- latest News   -------------------------------------------------- */

.news-content p {
	padding-top: 40px;
	margin: 0px;
}

.lst-new {
	/*padding: 16px 0px;
	display: inline-block;*/
}

.lst-new > div > h3 {
	font-weight: bold;
}

.lst-new .swiper-button-next,
.lst-new .swiper-container-rtl .swiper-button-prev {
	background-image: url(../../../SiteImages/ico-prv-btn.png);
	background-size: 31px 30px;
	top: 0px;
	right: 54px;
	left: auto;
}

.lst-new .swiper-button-prev,
.lst-new .swiper-container-rtl .swiper-button-next {
	background-image: url(../../../SiteImages/ico-nex-btn.png);
	background-size: 31px 30px;
	top: 0px;
	right: 16px;
	left: auto;
}

#zninsHomeSections_Default .swiper-button-next {
	position: absolute;
	top: 0px;
	right: calc(50% - 17px);
	width: 30px;
	height: 30px;
	margin-top: 0px;
	z-index: 10;
	cursor: pointer;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 15px;
	/* transform: rotateZ(180deg); */
}

#zninsHomeSections_Default .swiper-button-prev {
	position: absolute;
	bottom: 0px;
	left: calc(50% - 17px);
	width: 30px;
	height: 30px;
	margin-top: 0px;
	z-index: 10;
	cursor: pointer;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 15px;
}



.market-thumbs .swiper-button-next {
	right: calc(50% - 17px) !important;
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.market-slider .swiper-button-prev {
	top: calc(100% - 30px);
}

#lst-news .swiper-button-next {
	right: calc(100% - 31px);
	background-image: url(../../../SiteImages/ico-prv-btn.png) !important;
	opacity: 0.8;
	cursor: pointer;
	pointer-events: auto;
}

#lst-news .swiper-button-prev {
	left: 50px !important;
	background-image: url(../../../SiteImages/ico-nex-btn.png) !important;
	opacity: 0.8;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	cursor: pointer;
	pointer-events: auto;
}

#lst-news .swiper-button-prev:hover,
#lst-news .swiper-button-next:hover,
#lst-news .swiper-button-disabled:hover {
	opacity: 1 !important;
}


.news-item > span {
	padding: 0px 4px 0px 0px;
}

.news-item > span > img {
	border-radius: 10px;
}

.news-item > div {
	padding: 0px 16px 0px 4px;
	height: 100%;
}

.news-item > div > a {
	display: inline-block;
	line-height: 34px;
	padding: 0px 16px;
	border-radius: 10px;
}

.news-item p ,
 .new-item div div {
	font-size: 16px;
	line-height: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-o-ellipsis-lastline: 4;
	-moz-line-clamp: 4;
	-ms-box-orient: vertical;
	box-orient: vertical;
	direction: rtl;
	text-align: right;
}

.news-item > span > img {
	border-radius: 10px;
}

.img-full-width {
	display: block;
	width: 100%;
	height: auto;
}

* {
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*.swiper-slide .latest img {
    width: calc(100% - 64px);
}
-- latest News   -------------------------------------------------- */

.lst-new {
	background-image: url(../../../SiteImages/New/news.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 16px;
}

.news-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  justify-content: center;
}

.news-item > div:first-child {
	width: 200px;
}

.news-item > div > img {
	width: 100%;
}

.news-item > div:last-child {
	padding-left: 16px;
}

.news-item > div:last-child > p {
	text-align: justify;
}

.news-item > div:last-child > button {
	/*border-radius: 0px;*/
	padding: 2px 30px;
	margin-right: auto;
}

@media (min-width: 320px) {
	.lst-new {
		/*padding: 16px;*/
	}

	.news-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    padding-top:14px;
	}


	.news-item > div:first-child {
		/*width: 400px;*/
		/*margin: auto;*/
	}

	.news-item > div > img {
		width: 165px;
	}

	.news-item > div:last-child > button {
		margin-right: auto;
	}
}
@media (max-width:600px) {
	.news-item {
	    display:block !important;
    }
	.news-item > div:first-child {
	    margin:0 auto;
    }
}
@media (min-width: 992px) {
	.lst-new {
		padding: 50px 16px;
	}

	.news-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.news-item > div:first-child {
		width: 200px;
		margin: 0px;
	}

	.news-item > div > img {
		width: 100%;
	}

	.news-item > div:last-child {
		padding-left: 16px;
		padding-top: 0px;
		width: 70%;
	}

	.news-item > div:last-child > button {
		margin: 0px;
		margin-right: auto;
	}
}

@media (min-width: 1200px) {
	.lst-new {
		padding: 100px 16px;
	}

	.news-item > div:last-child {
		padding-right: 16px;
		padding-top: 0px;
		width: 60%;
	}
}

.news-item > div:last-child {
    height:180px;
}
@media (max-width:992px) {
  .news-item > div:last-child {
    height:200px !important;
   }
}
@media (max-width:450px) {
  .news-item > div:last-child {
    height:230px !important;
   }
}
/* -- Certicicate   -------------------------------------------------- */

.cert-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


/* -- Certicicate   -------------------------------------------------- */

/* -- contacts   -------------------------------------------------- */

.contacts-list {
	padding: 0;
}

.contacts-list .section {
	/*padding-bottom: 16px;
  padding-top: 16px;*/
}

.contacts-list > div > ul {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-right: 0px !important;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contacts-list > div > ul > li {
	text-align: center;
	border-left: 1px solid;
	cursor: pointer;
	padding: 10px 16px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media (max-width: 767px) {
	.contacts-list > div > ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contacts-list > div > ul > li {
		width: 50%;
	}

	.contacts-list > div > ul > li:nth-of-type(even) {
		border-left: none;
	}
}



.contacts-list > div > ul > li:last-child {
	border: none;
}

.contacts-list > div > ul > li > a > img,
.contacts-list > div > ul > li > div > img {
	margin-bottom: 8px;
	height: 40px;
}

.contacts-list > div > ul > li > a > label,
.contacts-list > div > ul > li > div > label {
	text-align: center;
	line-height: 24px;
	margin: 0px;
	font-family: Segoe UI;
	font-size: 18px;
}

/* -- contacts   -------------------------------------------------- */

/* -- Mobile media query start from 767px to 320px ---------------- */

@media (max-width: 767px) {

	.prod-slider {
		padding-top: 0px;
		border: 0px;
		height: 200px !important;
	}

	.thumbs-items {
		padding: 0px;
	}

	.thumbs-items > div.thumb {
		padding: 8px;
		border-bottom: 1px solid;
		border-top: 1px solid;
		border-right: 1px solid;
		border-left: 1px solid;
	}

	.thumbs-items > div.thumb > img {
		width: auto;
		height: 32px;
	}

	.thumbs-items > div.thumb > h3 {
		font-size: 14px;
		line-height: 32px;
		text-transform: none;
	}

	.thumbs-items > div.thumb > div {
		position: inherit;
		overflow: hidden;
		width: 100%;
	}

	div.tab {
		margin: 0px -32px;
	}

	.tabcontent {
		width: auto;
		padding-top: 8px;
		margin: 0px -32px;
	}

	div.tab button:hover,
	div.tab button.active {
		padding: 0px;
	}

	.market-slider {
		padding: 0px;
	}

	.market-slider > .section {
		padding: 0px;
	}

	.swipe-data {
		top: auto;
		bottom: 16px;
		left: 0px;
	}

	.swipe-data > h1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.swipe-data > button {
		width: 100%;
	}

	.mag-section {
		padding: 16px 0px;
		min-height: auto;
	}

	.mag-section > div > h3 {
		font-size: 18px;
		margin-bottom: 8px;
		line-height: normal;
		text-transform: none;
	}

	.mag-section > div > p {
		margin-bottom: 8px;
	}

	.mag-section > div > .mag-dropdown {
		padding: 0px;
	}

	.lst-new {
		padding: 16px 0px;
	}

	.news-item {
		padding: 0px;
		margin-bottom: 16px;
	}

	.news-item > span {
		margin-bottom: 8px;
	}

	.contacts-list {
		margin: 0px;
		padding: 0px;
		margin-bottom: -2px;
	}

	.contacts-list > div > ul {
		margin: 0px -16px;
	}

	.contacts-list > div > ul > li > a > img {
		margin: 0px;
		width: 35px;
	}

	.footer {
		padding-top: 0px;
	}

	.copyright-bar p {
		margin: 0px -16px;
		text-align: center;
	}
}

/* -- Mobile media query start from 767px to 320px ---------------- */

/* -- Tablet media query start from 991px to 768px -----------------*/

@media (max-width: 991px) {
	.menu-item > button {
		padding: 8px 16px;
	}

	.menu-item > button > img {
		width: 39px;
	}

	.mega-menu {
		top: 82px;
	}

	.gallery-thumbs {
		height: auto;
	}

	.thumb > h3 {
		font-size: 16px;
	}

	.product-01,
	.product-02,
	.product-03 {
		margin-bottom: 16px;
	}

	.swipe-data > h1 {
		font-size: 28px;
		line-height: 34px;
	}

	.swipe-data > p {
		font-size: 20px;
		margin-bottom: 16px;
	}

	.swipe-data ul li {
		padding: 0px;
		margin: 0px;
		list-style: none;
		text-align: right;
		margin-bottom: 8px;
		font-size: 20px;
	}

	.cert-section {
		padding: 16px 0px;
		background-size: cover;
	}

	.cert-section > div > h3,
	.cert-section > div > p {
		margin-bottom: 8px;
		font-size: 18px;
		line-height: normal;
		text-transform: none;
	}
}

/* -- Tablet media query start from 991px to 768px -----------------*/

#wginsLandingProducts_Default {
	line-height: 0px;
}

@media(max-width:920px) {
	.prod-slider {
		height: 400px;
	}
}

.favorite-btn {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0px;
}

.favorite-btn > button {
	padding: 0px;
	margin: 0px;
	width: 145px;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.favorite-btn > button > img {
	width: 33px;
}

.favorite-btn > button h6 {
	margin: 0px;
}

.favorite-btn > button h6:hover {
	text-decoration: underline;
}

.fb-share-btn {
	display: inline-block;
	float: right;
	margin: 15px 8px 0px 0px;
}

.payment_landing {
	overflow: hidden;
	padding-bottom: 103px;
}

.module-tag:hover {
	text-decoration: underline;
	cursor: pointer;
}

.no-search-result {
	text-align: center;
	margin-top: 32px;
}

#lst-news button {
	margin-right: auto;
	margin-bottom: 0px;
}

.search-results > span {
	margin: 16px 0px;
	display: block;
}

.search-result {
	border: solid 1px;
	border-radius: 10px;
	padding: 8px;
	margin-bottom: 16px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search-result > div:last-of-type {
	padding-right: 16px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: right;
}

.search-result:hover {
	cursor: pointer;
}


.cert-section > div > div > ul > li > button:hover {
	opacity: 1 !important;
}

.facebook-share {
	height: 20px;
}

#divContentManagementMultiArticeCopons select {
	width: 95%;
	margin-bottom: 10px;
  margin-top:10px;
	padding-left: 33px;
	background-image: url(../../../SiteImages/downArrow.svg);
	background-position: 10px calc(100% - 7px);
	background-size: 14px 13px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}

.WidgetInstance_wginsLandingLatestNews_Default_Class {
	line-height: 0px;
}

/* ################## login style ################## */

.login-panel > div > div > button {
	border: 1px solid;
}

.clearfix {
	clear: both;
}

.login-group {
	background: url(../../../SiteImages/login-back.png);
	padding: 32px 16px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.WidgetInstance_wginsCustomerLogin_Home_Class .login-group {
	background: none;
	width: 25%;
	position: absolute;
	top: 0px;
	left: 110px;
	border-radius: 10px;
	padding: 16px;
	text-align: center;
	z-index: 10;
}

.login-group .login-panel {
	position: absolute;
	top: 16px;
	left: 16px;
	border-radius: 10px;
	padding: 16px;
	text-align: center;
	z-index: 2;
}

.WidgetInstance_wginsCustomerLogin_Home_Class .login-group .login-panel {
	width: 100%;
	margin: 0px;
	top: 25px;
	left: -23px;
}

.login-group .login-panel div > input {
	display: block;
	width: 100%;
	line-height: 34px;
	padding: 0px 10px;
	margin-bottom: 8px;
	margin-top: 8px;
	border-radius: 10px;
}

.login-group .login-panel > h3 {
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px;
}

.login-group .login-panel > button:last-of-type {
	width: 100%;
	margin: 0px;
}

.login-group .login-private {
	position: static;
}

.login-group .login-panel > img {
	border: 0px;
	margin: 0px;
}

/* ################## login style ################## */

/* -- Login   -------------------------------------------------- */

.landing-login-panel {
	width: 25%;
	position: absolute;
	top: 16px;
	right: 16px;
	border: solid 1px;
	border-radius: 10px;
	padding: 16px;
	text-align: center;
	z-index: 2;
}

.landing-login-panel > img {
	margin-bottom: 8px;
}

.landing-login-panel > h3 {
	text-align: center;
	font-weight: bold;
	margin: 0px;
}

.landing-login-panel > p {
	text-align: center;
	line-height: 20px;
}

.landing-login-panel > input {
	display: block;
	width: 100%;
	line-height: 34px;
	padding: 0px 10px;
	margin-bottom: 8px;
	border-radius: 10px;
	border: 1px solid;
}



.landing-login-panel > button:first-of-type {
	margin: 0px auto 8px auto;
	line-height: 22px;
	border: 1px solid;
}


.landing-login-panel > button:last-of-type {
	width: 100%;
	margin: 0px;
}

.landing-login-panel > img {
	display: none;
}

.landing-login-panel > h3 {
	text-align: left;
}

.landing-login-panel > p {
	display: none;
}

@media (max-width: 1199px) {
	.landing-login-panel {
		margin-right: 4.166666665%;
		width: 30%;
	}
}

@media (max-width: 1300px) and (min-width: 1200px) {
	.landing-login-panel {
		width: 30%;
		margin-right: 8.33333333%;
	}
}

.login-panel > img {
	margin-bottom: 8px;
}

.login-panel > h3 {
	text-align: center;
	font-weight: bold;
	margin: 0px;
}

.login-panel > p {
	text-align: center;
	line-height: 20px;
}

.login-panel > input {
	display: block;
	width: 100%;
	line-height: 34px;
	padding: 0px 10px;
	border-radius: 10px;
	border: 1px solid;
}

.login-panel > input:first-of-type {
	margin-bottom: 8px;
}


.forgetpass {
	margin: 0px auto 8px auto;
	line-height: 22px;
	text-decoration: underline;
}

.login-panel > button:last-of-type {
	width: 100%;
	margin: 0px;
}

.login-group .login-panel {
	border: 1px solid;
}

.login-panel > div > label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
}

.login-panel > div > label > input,
.login-panel > div > label > input:checked {
	float: none;
	margin-bottom: 0;
}

@media (max-width: 1200px) {
	.WidgetInstance_wginsCustomerLogin_Home_Class .login-group {
		width: 35%;
	}

	.login-group .login-panel > img {
		display: none
	}
}

@media (max-width: 1300px) {
	.login-group .login-panel > img {
		display: none
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.WidgetInstance_wginsCustomerLogin_Home_Class .login-group {
		width: 33%;
	}

	.login-panel > p {
		font-size: 16px;
	}

	.login-group .login-panel > h3 {
		font-size: 16px;
		line-height: 1.1;
	}
}

@media (max-width: 767px) {
	.WidgetInstance_wginsCustomerLogin_Home_Class {
		display: none;
	}
}

@media only screen and (max-width: 992px) {

	#zninsHomeSections_Default .swipe-data {
		top: 0px !important;
	}

	#zninsHomeSections_Default .swipe-data h1 {
		font-size: 18px !important;
	}

	.swipe-data > p {
		font-size: 16px !important;
	}

	.swipe-data ul li {
		margin-bottom: 22px !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.swipe-data ul li button {
		font-size: 16px !important;
	}
}



.lst-new .swiper-pagination-bullets {
  line-height: 0px;
  bottom:-0px !important;
}
.lst-new .swiper-pagination-bullet {
  width:15px;
  height:15px;
}

/* -- Login   -------------------------------------------------- */

/*Images hover style*/
.cert-section > div > div > ul > li > a img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.cert-section > div > div > ul > li > a:hover {
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
}


.lang_career_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.career_mob {
	max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.career_mob img {
	height: 100%;
}


#MainMenuItems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* ## Start Inner Layout CSS ## */

/* Landing product slider */
/*.product-slider .product-slider-top img {
	width: 100%;
}

.product-slider .product-slide-info {
	position: absolute;
	top: 50%;
	right: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 332px;
	padding: 16px;
}

.product-slider .product-slide-info h4 {
	text-transform: capitalize;
}

.product-slider .product-slide-info span {
	margin: 0px;
	line-height: 20px;
}

.product-slider .product-slide-info button {
	margin: 0px;
	margin-left: auto;
}

.product-slide-thumb {
	padding: 16px;
	cursor: pointer;
}

.product-slide-thumb > div {
	padding-right: 16px;
	line-height: 20px;
}

.product-slide-thumb > div > h4 {
	text-transform: capitalize;
}

.product-slide-thumb button {
	border-radius: 0px;
	margin-right: auto;
	margin-top: auto;
	text-decoration: underline;
}

@media (min-width: 320px) {
	.product-slider {
		margin-top: 0px;
	}

	.product-slide-thumb {
		padding: 8px;
	}

	.product-slide-thumb > img {
		width: 28px;
		height: 28px;
	}

	.product-slider-thumbs .swiper-slide:nth-child(2) {
		border-right: none;
	}

	.product-slide-thumb > div > h4 {
		font-size: 14px;
		margin: 0px;
	}
}

@media (min-width: 767px) {
	.product-slider {
		margin-top: 0px;
	}

	.product-slide-thumb {
		padding: 16px;
	}

	.product-slide-thumb > img {
		width: 50px;
		height: 50px;
	}

	.product-slide-thumb > div > h4 {
		font-size: 18px;
		margin-bottom: 5px;
	}
}*/


/* Landing priducts */
/*.product-01 > div,
.product-02 > div,
.product-03 > div,
.product-04 > button > div {
	position: absolute;
	width: 100%;
	bottom: 0px;
	padding: 0px 16px 16px;
}

.product-01 > div > strong {
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 20px;
	margin-bottom: 16px;
}

.product-01 > div > button {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

.product-01 > div > button:last-child {
	text-decoration: underline;
}

.product-02 > div > strong {
	display: block;
	text-align: center;
	font-size: 19px;
	line-height: 25px;
	text-transform: uppercase;
}

.product-02 > div > p {
	font-family: NBE_Medium;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	margin: 0px;
}

.product-02 > div > label {
	text-align: center;
	font-size: 42px;
	line-height: 46px;
	margin: 0px;
}

@media (max-width: 1200px) {
	.product-02 > div > label {
		font-size: 17px;
		line-height: 21px;
	}

	.product-02 > div > p {
		font-size: 14px;
		line-height: 18px;
	}

	.product-02 > div > strong {
		font-size: 17px;
		line-height: 16px;
	}
}

.product-02 > div > button,
.product-03 > div > button {
	width: 100%;
	border-radius: 10px;
}

.product-03 > div > p {
	font-size: 38px;
	text-align: center;
	text-transform: uppercase;
	line-height: 47px;
	margin: 0px 0px 18px 0px;
}

.product-04 > button {
	padding: 0px;
	display: block;
	overflow: hidden;
	margin: 0px;
	width: 100%;
}

.product-04 > button > div > p {
	margin: 0px;
}

.product-04 > button > div > p > label:nth-child(1) {
	margin: 0px;
	line-height: 47px;
	font-weight: bold;
	font-size: 41px;
	text-transform: uppercase;
}

.product-04 > button > div > p > label:nth-child(2) {
	margin: 0px;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.product-04 > button > div > p > label:nth-child(3) {
	margin: 0px;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
}

@media (max-width: 767px) {

	.product-03 > div > p {
		font-size: 28px;
		text-align: center;
		text-transform: uppercase;
		line-height: 27px;
		margin: 0px 0px 8px 0px;
	}

	.product-02 > div > label {
		text-align: center;
		font-size: 22px;
		line-height: 25px;
		margin: 0px;
	}

	.product-02 > div > p {
		font-size: 16px;
		text-align: center;
		line-height: 16px;
		margin: 0px;
	}
}

.product-01 > div > a {
	text-align: center;
	padding: 8px 0px;
	border-radius: 10px;
	cursor: pointer;
}

.product-01 > div > .special_link {
	text-decoration: underline;
}

.product-01 > div > .special_link:hover {
	text-decoration: none;
}

.product-02 > div > a {
	text-align: center;
	padding: 8px 0px;
	border-radius: 10px;
	cursor: pointer;
}

.product-03 > div > a {
	text-align: center;
	padding: 8px 0px;
	border-radius: 10px;
	cursor: pointer;
}*/

/* Certificate section */
/*.cert-section {
	background-image: url(../MainSite/SiteImages/Certificate-section-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover !important;
	padding: 32px 16px;
}

.cert-section > div > h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 16px;
}

.cert-section > div > p {
	text-align: center;
	line-height: 20px;
	margin-bottom: 16px;
}

.cert-section > div > div > ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
  overflow:hidden;
}

.cert-section > div > div > ul > li {
	display: inline-block;
	padding: 0px 4px;
	margin-bottom: -2px;
}

.cert-section > div > div > ul > li > button {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

@media (min-width: 320px) {
	.cert-section > div > div > ul > li > button {
		width: 63px;
	}
}

@media (min-width: 767px) {
	.cert-section > div > div > ul > li > button {
		width: 100px;
	}
}

@media (min-width: 992px) {
	.cert-section > div > div > ul > li > button {
		width: 160px;
	}
}*/

/* Marketig swiper */
/*#zninsHomeSections_Default .swipe-data {
	position: absolute;
	top: 40px;
	right: 32px;
}

.swipe-data > p {
	font-size: 28px;
	margin-bottom: 20px;
}

.swipe-data ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.swipe-data ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: right;
	margin-bottom: 27px;
	font-size: 25px;
}

.swipe-data ul li button {
	display: inline-block;
	text-align: right;
	font-size: 19px;
	width: 395px;
}

.swipe-data ul li button:hover {
	text-decoration: underline;
}

.swipe-data ul li img {
	margin-right: 10px;
	vertical-align: middle;
}

.swipe-data > button {
	padding: 0px 30px;
	margin-left: 31px;
}

.market-thumbs {
	max-width: 300px;
	height: calc(100% - 2px) !important;
	position: absolute !important;
	top: 0px;
	left: 0px;
}

.market-thumbs .swiper-slide {
	width: calc(100% - 32px);
	padding: 0px;
}

.market-thumbs .swiper-slide-next {
	padding-bottom: 0px;
}

.market-thumbs .swiper-slide img {
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.market-thumbs .swiper-slide p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 20px;
}

.market-thumbs .swiper-slide-active img {
	opacity: 0.1;
}

#zninsHomeSections_Default #mark-gallery-thumbs .swiper-button-next {
	position: absolute;
	top: 0px;
	right: calc(50% - 17px);
	width: 30px;
	height: 30px;
	margin-top: 0px;
	z-index: 10;
	cursor: pointer;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 15px;*/
	/* transform: rotateZ(180deg); */
/*}*/

/*#zninsHomeSections_Default #mark-gallery-thumbs .swiper-button-prev {
	position: absolute;
	bottom: 0px;
	left: calc(50% - 17px);
	width: 30px;
	height: 30px;
	margin-top: 0px;
	z-index: 10;
	cursor: pointer;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 15px;
}

#zninsHomeSections_Default #mark-gallery-thumbs .swiper-button-prev,
#zninsHomeSections_Default #mark-gallery-thumbs .swiper-button-next {
	background-image: url(../MainSite/SiteImages/ico-swiper-down-arrow.png);
	right: auto;
}*/

/* ## End Inner Layout CSS ## */
.career_mob p {
    margin: 0px;
    cursor: pointer;
}